[dependencies.heapless-bytes]
version = "0.3.0"
[dependencies.serde]
default-features = false
features = ["derive"]
version = "1.0"
[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"
[lib]
name = "cosey"
path = "src/lib.rs"
[package]
authors = ["Nicolas Stalder <n@stalder.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["embedded", "encoding", "no-std"]
description = "Data types and serde for public COSE_Keys"
edition = "2021"
keywords = ["cose", "cbor", "rust", "no-std"]
license = "Apache-2.0 OR MIT"
name = "cosey"
readme = "README.md"
repository = "https://github.com/ycrypto/cosey"
version = "0.3.2"
[[test]]
name = "cose"
path = "tests/cose.rs"