taskcluster 96.1.0

API client for Taskcluster; typically used via `taskcluster`
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"
version = "96.1.0"
authors = ["Wander Lairson Costa <wander.lairson@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "API client for Taskcluster; typically used via `taskcluster`"
readme = "README.md"
license = "MPL-2.0"
repository = "https://github.com/taskcluster/taskcluster"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.backon]
version = "1.6"

[dependencies.base64]
version = "0.22.0"

[dependencies.chrono]
version = "0.4.42"
features = ["serde"]

[dependencies.hawk]
version = "5.0.0"

[dependencies.hmac-sha256]
version = "1.1.12"

[dependencies.percent-encoding]
version = "2.3.2"

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

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

[dependencies.serde_json]
version = "1.0.148"

[dependencies.slugid]
version = "1.0.0"

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

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

[dev-dependencies.lazy_static]
version = "1.4.0"