# 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 = "taskcluster-download" version = "67.1.0" authors = ["Dustin J. Mitchell "] description = "Taskcluster Download Support" readme = "README.md" license = "MPL-2.0" repository = "https://github.com/taskcluster/taskcluster" [dependencies.anyhow] version = "1.0" [dependencies.async-trait] version = "0.1" [dependencies.futures-util] version = "0.3" [dependencies.reqwest] version = "0.11" features = [ "json", "stream", "gzip", "brotli", ] [dependencies.serde] version = "1.0.159" [dependencies.serde_json] version = "1.0.95" [dependencies.sha2] version = "0.10.2" [dependencies.taskcluster] version = "67.1.0" [dependencies.tokio] version = "1.26" features = [ "macros", "time", "fs", ] [dependencies.tokio-util] version = "0.7.7" features = [ "codec", "io", ] [dev-dependencies.flate2] version = "1" [dev-dependencies.httptest] version = "0.15.3" [dev-dependencies.tempfile] version = "3"