taskcluster-upload 96.1.0

Taskcluster Upload Support
Documentation
# 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-upload"
version = "96.1.0"
authors = ["Dustin J. Mitchell <dustin@mozilla.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Taskcluster Upload Support"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/taskcluster/taskcluster"

[lib]
name = "taskcluster_upload"
path = "src/lib.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22.0"

[dependencies.reqwest]
version = "0.13"
features = [
    "json",
    "stream",
]

[dependencies.serde]
version = "1.0.228"
features = ["derive"]

[dependencies.serde_json]
version = "1.0.148"

[dependencies.sha2]
version = "0.10.9"

[dependencies.slugid]
version = "1.0.0"

[dependencies.taskcluster]
version = "96.1.0"

[dependencies.tokio]
version = "1.48"
features = [
    "macros",
    "time",
    "fs",
]

[dependencies.tokio-util]
version = "0.7.17"
features = [
    "codec",
    "io",
]

[dev-dependencies.httptest]
version = "0.16"

[dev-dependencies.ring]
version = "0.17"

[dev-dependencies.tempfile]
version = "3"