# 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" rust-version = "1.68" name = "aws-nitro-enclaves-cose" version = "0.5.2" authors = ["Petre Eftime "] description = "This library aims to provide a safe Rust implementation of COSE, with COSE Sign1 currently implemented." readme = "README.md" keywords = ["COSE"] categories = ["cryptography"] license = "Apache-2.0" repository = "https://github.com/awslabs/aws-nitro-enclaves-cose" [dependencies.aws-sdk-kms] version = "<=1.20" optional = true [dependencies.openssl] version = "0.10" optional = true [dependencies.serde] version = "1.0" features = ["derive"] [dependencies.serde_bytes] version = "0.11" features = ["std"] [dependencies.serde_cbor] version = "0.11" features = ["tags"] [dependencies.serde_repr] version = "0.1" [dependencies.serde_with] version = "3.3" [dependencies.tokio] version = "1.20" features = [ "rt", "macros", ] optional = true [dependencies.tss-esapi] version = "7.5.1" optional = true [dev-dependencies.aws-config] version = "<=1.1" [dev-dependencies.aws-smithy-runtime] version = "<=1.2" [dev-dependencies.hex] version = "0.4" [features] default = ["key_openssl_pkey"] key_kms = [ "aws-sdk-kms", "tokio", "key_openssl_pkey", ] key_openssl_pkey = ["openssl"] key_tpm = [ "tss-esapi", "openssl", ]