1[package] 2name = "coset" 3version = "0.3.7" 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[features] 13default = [] 14# `std` feature enables an `Error` impl for `CoseError` 15std = [] 16 17[dependencies] 18ciborium = { version = "^0.2.1", default-features = false } 19ciborium-io = { version = "^0.2.0", features = ["alloc"] } 20 21[dev-dependencies] 22hex = "^0.4.2" 23