# 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 = "cose-rust-plus" version = "0.2.0" authors = ["Tiago Ramires"] description = "COSE Rust implementation" readme = "README.md" keywords = [ "cose", "mac", "encryption", "cbor", "signature", ] categories = [ "cryptography", "encoding", ] license = "MIT" repository = "https://github.com/tramires/cose-rust" [lib] name = "cose" [dependencies.cbor-codec-plus] version = "0.8.0" [dependencies.hex] version = "0.4" optional = true [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rand] version = "0.8" [dependencies.serde_json] version = "1.0" optional = true [dev-dependencies.hex] version = "0.4" [features] json = [ "hex", "serde_json", ]