cose 0.1.4

Library to use COSE (https://tools.ietf.org/html/rfc8152) in Rust
Documentation
[dependencies.moz_cbor]
version = "0.1.0"

[dev-dependencies.scopeguard]
version = "0.3"

[features]
default = []

[lib]
name = "cose"
path = "src/cose.rs"

[package]
authors = ["Franziskus Kiefer <franziskuskiefer@gmail.com>", "David Keeler <dkeeler@mozilla.com>"]
build = "build.rs"
description = "Library to use COSE (https://tools.ietf.org/html/rfc8152) in Rust"
keywords = ["cose", "jose"]
license = "MPL-2.0"
name = "cose"
repository = "https://github.com/franziskuskiefer/cose-rust"
version = "0.1.4"