# 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 = "tuftool" version = "0.12.0" authors = ["iliana destroyer of worlds "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Utility for creating and signing The Update Framework (TUF) repositories" readme = "README.md" keywords = [ "tuf", "update", "repository", ] license = "MIT OR Apache-2.0" repository = "https://github.com/awslabs/tough" resolver = "2" [[bin]] name = "tuftool" path = "src/main.rs" [[test]] name = "clone_command" path = "tests/clone_command.rs" [[test]] name = "create_command" path = "tests/create_command.rs" [[test]] name = "create_repository_integration" path = "tests/create_repository_integration.rs" [[test]] name = "delegation_commands" path = "tests/delegation_commands.rs" [[test]] name = "download_command" path = "tests/download_command.rs" [[test]] name = "root_command" path = "tests/root_command.rs" [[test]] name = "test_utils" path = "tests/test_utils.rs" [[test]] name = "update_command" path = "tests/update_command.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-sdk-ssm] version = "1" [dependencies.chrono] version = "0.4" features = [ "alloc", "std", "clock", ] default-features = false [dependencies.clap] version = "4" features = ["derive"] [dependencies.futures] version = "0.3" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.maplit] version = "1" [dependencies.olpc-cjson] version = "0.1" [dependencies.rayon] version = "1" [dependencies.reqwest] version = "0.12" features = ["rustls-tls-native-roots"] default-features = false [dependencies.rustls] version = "0.23" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.simplelog] version = "0.12" [dependencies.snafu] version = "0.8" features = ["backtraces-impl-backtrace-crate"] [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", ] [dependencies.tough] version = "0.19" features = ["http"] [dependencies.tough-kms] version = "0.11" [dependencies.tough-ssm] version = "0.14" [dependencies.url] version = "2" [dependencies.walkdir] version = "2" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.futures] version = "0.3" [dev-dependencies.futures-core] version = "0.3" [dev-dependencies.httptest] version = "0.16" [features] aws-sdk-rust = ["aws-sdk-rust-rustls"] aws-sdk-rust-rustls = [ "aws-config/rustls", "aws-sdk-ssm/rustls", "aws-sdk-kms/rustls", ] default = ["aws-sdk-rust"] fips = [ "tough/fips", "rustls/fips", ] integ = []