blob: 9555fdf5744e8187844b3e068ffcf748e80a6846 [file] [log] [blame]
David LeGare0ba713b2022-03-01 18:56:31 +00001[package]
2name = "coset"
3version = "0.3.1"
4authors = ["David Drysdale <drysdale@google.com>", "Paul Crowley <paulcrowley@google.com>"]
5edition = "2018"
6license = "Apache-2.0"
7description = "Set of types for supporting COSE"
8repository = "https://github.com/google/coset"
9keywords = ["cryptography", "cose"]
10categories = ["cryptography"]
11
12[dependencies]
13ciborium = { version = "^0.2.0", default-features = false }
14ciborium-io = { version = "^0.2.0", features = ["alloc"] }
15
16[dev-dependencies]
17hex = "^0.4.2"