# 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 = "2018" name = "cose-rust" version = "0.1.7" 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] version = "0.7.1" [dependencies.hex] version = "0.4.3" optional = true [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.rand] version = "0.8.3" [dependencies.serde_json] version = "1.0.64" optional = true [features] json = [ "hex", "serde_json", ]