1# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO 2# 3# When uploading crates to the registry Cargo will automatically 4# "normalize" Cargo.toml files for maximal compatibility 5# with all versions of Cargo and also rewrite `path` dependencies 6# to registry (e.g., crates.io) dependencies. 7# 8# If you are reading this file be aware that the original Cargo.toml 9# will likely look very different (and much more reasonable). 10# See Cargo.toml.orig for the original contents. 11 12[package] 13edition = "2018" 14name = "coset" 15version = "0.3.4" 16authors = [ 17 "David Drysdale <drysdale@google.com>", 18 "Paul Crowley <paulcrowley@google.com>", 19] 20description = "Set of types for supporting COSE" 21readme = "README.md" 22keywords = [ 23 "cryptography", 24 "cose", 25] 26categories = ["cryptography"] 27license = "Apache-2.0" 28repository = "https://github.com/google/coset" 29 30[dependencies.ciborium] 31version = "^0.2.0" 32default-features = false 33 34[dependencies.ciborium-io] 35version = "^0.2.0" 36features = ["alloc"] 37 38[dev-dependencies.hex] 39version = "^0.4.2" 40 41[features] 42default = [] 43std = [] 44