# 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 = "ic_tee_nitro_attestation" version = "0.1.3" build = false publish = true autobins = false autoexamples = false autotests = false autobenches = false description = "A Rust library to process Nitro enclaves attestation" readme = "README.md" keywords = [ "tee", "canister", "icp", "nitro", ] categories = ["web-programming"] license = "MIT OR Apache-2.0" repository = "https://github.com/ldclabs/ic-tee/tree/main/src/ic_tee_nitro_attestation" [lib] name = "ic_tee_nitro_attestation" path = "src/lib.rs" [dependencies.candid] version = "0.10" [dependencies.ciborium] version = "0.2" [dependencies.const-hex] version = "1" [dependencies.coset] version = "0.3.8" [dependencies.lazy_static] version = "1.5" [dependencies.ring] version = "0.17" [dependencies.serde] version = "1" [dependencies.serde_bytes] version = "0.11" [dependencies.sha2] version = "0.10" [dependencies.x509-parser] version = "0.16.0" features = ["verify"] [dev-dependencies.const-hex] version = "1"