# 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 = "remote-attestation-verifier" version = "0.1.0" authors = ["asa93"] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Remote Attestation Verifier for AWS Nitro Enclaves" readme = "README.md" license = "MIT" repository = "https://github.com/eternisai/remote-attestation-verifier" [lib] name = "remote_attestation_verifier" path = "src/lib.rs" [dependencies.base64] version = "0.22.1" [dependencies.hex] version = "0.4.3" [dependencies.p384] version = "0.13.0" features = [ "arithmetic", "ecdh", "ecdsa", "test-vectors", "expose-field", "pkcs8", "sha384", ] default-features = false [dependencies.rsa] version = "0.8.0" [dependencies.rustls] version = "0.20.4" [dependencies.rustls-pemfile] version = "2.1.2" features = ["std"] [dependencies.serde_cbor] version = "0.11.2" features = ["alloc"] default-features = true [dependencies.thiserror] version = "1.0.64" [dependencies.tracing] version = "0.1.40" [dependencies.x509-cert] version = "0.2.5" default-features = false