# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO # # When uploading crates to the registry Cargo will automatically # "normalize" Cargo.toml files for maximal compatibility # with all versions of Cargo and also rewrite `path` dependencies # to registry (e.g., crates.io) dependencies. # # If you are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "cosey" version = "0.3.1" authors = ["Nicolas Stalder "] description = "Data types and serde for public COSE_Keys" readme = "README.md" keywords = [ "cose", "cbor", "rust", "no-std", ] categories = [ "embedded", "encoding", "no-std", ] license = "Apache-2.0 OR MIT" repository = "https://github.com/ycrypto/cosey" [dependencies.heapless-bytes] version = "0.3.0" [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_repr] version = "0.1" [dev-dependencies.cbor-smol] version = "0.4" [dev-dependencies.ciborium] version = "0.2.1" [dev-dependencies.hex] version = "0.4.3" [dev-dependencies.itertools] version = "0.12.0" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.serde] version = "1"