blob: 9555fdf5744e8187844b3e068ffcf748e80a6846 [file] [log] [blame]
[package]
name = "coset"
version = "0.3.1"
authors = ["David Drysdale <drysdale@google.com>", "Paul Crowley <paulcrowley@google.com>"]
edition = "2018"
license = "Apache-2.0"
description = "Set of types for supporting COSE"
repository = "https://github.com/google/coset"
keywords = ["cryptography", "cose"]
categories = ["cryptography"]
[dependencies]
ciborium = { version = "^0.2.0", default-features = false }
ciborium-io = { version = "^0.2.0", features = ["alloc"] }
[dev-dependencies]
hex = "^0.4.2"