# 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 = "tough-kms" version = "0.11.0" authors = ["Shailesh Gothi "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implements AWS KMS as a key source for TUF signing keys" readme = "README.md" keywords = [ "TUF", "KMS", ] license = "MIT OR Apache-2.0" repository = "https://github.com/awslabs/tough" resolver = "2" [lib] name = "tough_kms" path = "src/lib.rs" [[test]] name = "all_test" path = "tests/all_test.rs" [[test]] name = "test_utils" path = "tests/test_utils.rs" [dependencies.aws-config] version = "1" features = ["credentials-process"] default-features = false [dependencies.aws-lc-rs] version = "1" [dependencies.aws-sdk-kms] version = "1" [dependencies.aws-smithy-experimental] version = "0.1" features = ["crypto-aws-lc"] [dependencies.pem] version = "3" [dependencies.snafu] version = "0.8" features = ["backtraces-impl-backtrace-crate"] [dependencies.tokio] version = "1" features = [ "fs", "io-util", "time", "macros", "rt-multi-thread", ] [dependencies.tough] version = "0.19" features = ["http"] [dev-dependencies.aws-smithy-http] version = "0.60" [dev-dependencies.aws-smithy-runtime] version = "1" features = ["test-util"] [dev-dependencies.aws-smithy-types] version = "1" [dev-dependencies.base64] version = "0.22" [dev-dependencies.bytes] version = "1" [dev-dependencies.http] version = "1" [dev-dependencies.serde] version = "1" [dev-dependencies.serde_json] version = "1" [features] aws-sdk-rust = ["aws-sdk-rust-rustls"] aws-sdk-rust-rustls = [ "aws-config/rustls", "aws-sdk-kms/rustls", ] default = ["aws-sdk-rust"] fips = [ "aws-lc-rs/fips", "tough/fips", ]