# 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" version = "0.19.0" authors = ["iliana destroyer of worlds "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "The Update Framework (TUF) repository client" readme = "README.md" keywords = [ "tuf", "update", "repository", ] license = "MIT OR Apache-2.0" repository = "https://github.com/awslabs/tough" resolver = "2" [lib] name = "tough" path = "src/lib.rs" [[test]] name = "expiration_enforcement" path = "tests/expiration_enforcement.rs" [[test]] name = "http" path = "tests/http.rs" [[test]] name = "interop" path = "tests/interop.rs" [[test]] name = "repo_cache" path = "tests/repo_cache.rs" [[test]] name = "repo_editor" path = "tests/repo_editor.rs" [[test]] name = "rotated_root" path = "tests/rotated_root.rs" [[test]] name = "target_path_safety" path = "tests/target_path_safety.rs" [[test]] name = "test_utils" path = "tests/test_utils.rs" [[test]] name = "transport" path = "tests/transport.rs" [dependencies.async-recursion] version = "1" [dependencies.async-trait] version = "0.1" [dependencies.aws-lc-rs] version = "1" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" features = [ "std", "alloc", "serde", "clock", ] default-features = false [dependencies.dyn-clone] version = "1" [dependencies.futures] version = "0.3" [dependencies.futures-core] version = "0.3" [dependencies.globset] version = "0.4" [dependencies.hex] version = "0.4" [dependencies.log] version = "0.4" [dependencies.olpc-cjson] version = "0.1" [dependencies.pem] version = "3" [dependencies.percent-encoding] version = "2" [dependencies.reqwest] version = "0.12" features = ["stream"] optional = true default-features = false [dependencies.rustls] version = "0.23" [dependencies.serde] version = "1" features = ["derive"] [dependencies.serde_json] version = "1" [dependencies.serde_plain] version = "1" [dependencies.snafu] version = "0.8" features = ["futures"] [dependencies.tempfile] version = "3" [dependencies.tokio] version = "1" features = [ "io-util", "sync", "fs", "rt", "time", ] default-features = false [dependencies.tokio-util] version = "0.7" features = ["io"] [dependencies.typed-path] version = "0.9" [dependencies.untrusted] version = "0.7.1" [dependencies.url] version = "2" [dependencies.walkdir] version = "2" [dev-dependencies.hex-literal] version = "0.4" [dev-dependencies.httptest] version = "0.16" [dev-dependencies.maplit] version = "1" [dev-dependencies.tokio] version = "1" features = [ "macros", "rt", "rt-multi-thread", ] [dev-dependencies.tokio-test] version = "0.4" [features] fips = [ "aws-lc-rs/fips", "rustls/fips", ] http = ["reqwest"] integ = []