# 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-ssm" version = "0.14.0" authors = ["Zac Mrowicki "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Implements AWS SSM as a key source for TUF signing keys" readme = "README.md" keywords = [ "TUF", "SSM", ] license = "MIT OR Apache-2.0" repository = "https://github.com/awslabs/tough" resolver = "2" [lib] name = "tough_ssm" path = "src/lib.rs" [dependencies.aws-config] version = "1" features = ["credentials-process"] default-features = false [dependencies.aws-sdk-ssm] version = "1" [dependencies.aws-smithy-experimental] version = "0.1" features = ["crypto-aws-lc"] [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"] [features] aws-sdk-rust = ["aws-sdk-rust-rustls"] aws-sdk-rust-rustls = [ "aws-config/rustls", "aws-sdk-ssm/rustls", ] default = ["aws-sdk-rust"] fips = ["tough/fips"]