1[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" 18