# 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 believe there's an error in this file please file an # issue against the rust-lang/cargo repository. If you're # editing this file be aware that the upstream Cargo.toml # will likely look very different (and much more reasonable) [package] edition = "2018" name = "aws-nitro-enclaves-attestation" version = "0.1.0" authors = ["ppmag "] description = "Attestation primitives library (for C/C++ bindings) for use in AWS Nitro Enclave applications." homepage = "https://github.com/ppmag/aws-nitro-enclaves-attestation" readme = "README.md" keywords = ["aws", "amazon", "enclave", "nitro", "attestation"] categories = ["development-tools::ffi", "hardware-support", "parser-implementations", "cryptography"] license = "Apache-2.0" repository = "https://github.com/ppmag/aws-nitro-enclaves-attestation" [profile.release] lto = true [dependencies.aws-nitro-enclaves-cose] version = "0.1.0" [dependencies.chrono] version = "0.4.19" features = ["serde"] [dependencies.hex] version = "0.4.3" [dependencies.itertools] version = "0.10.0" [dependencies.openssl] version = "0.10" features = ["vendored"] [dependencies.serde] version = "1.0" features = ["derive"] default-features = false [dependencies.serde_bytes] version = "0.11.5" [dependencies.serde_cbor] version = "0.11.1" default-features = false [dependencies.serde_json] version = "1.0.64" [dependencies.serde_repr] version = "0.1.6" [dependencies.serde_with] version = "1.7.0" features = ["hex"] [dependencies.webpki] version = "0.21.4" [dependencies.x509-parser] version = "0.9.1"