# 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 = "ear" version = "0.3.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "EAT Attestation Results implementation" readme = "README.md" keywords = [ "ear", "serde", ] categories = [ "data-structures", "encoding", ] license = "Apache-2.0" repository = "https://github.com/veraison/rust-ear" [lib] name = "ear" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.ciborium] version = "0.2.0" [dependencies.cose-rust] version = "0.1.2" [dependencies.hex] version = "0.4.3" [dependencies.jsonwebtoken] version = "9" [dependencies.lazy_static] version = "1.5.0" [dependencies.openssl] version = "0.10.54" [dependencies.phf] version = "0.11.1" features = [ "macros", "serde", ] [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_json] version = "1.0.93" features = ["raw_value"] [dependencies.thiserror] version = "1.0.40"