blob: bc68407910fb61ac69377ce94932d4200b677d51 [file] [log] [blame]
[package]
name = "coset"
version = "0.3.7"
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"]
[features]
default = []
# `std` feature enables an `Error` impl for `CoseError`
std = []
[dependencies]
ciborium = { version = "^0.2.1", default-features = false }
ciborium-io = { version = "^0.2.0", features = ["alloc"] }
[dev-dependencies]
hex = "^0.4.2"