[dependencies.async-trait]
version = "0.1.52"
[dependencies.cookie]
features = ["percent-encode"]
version = "0.18.0"
[dependencies.futures]
version = "0.3.25"
[dependencies.http]
version = "1.1.0"
[dependencies.indexmap]
version = "2.1.0"
[dependencies.rand]
version = "0.8.5"
[dependencies.regex]
version = "1.7.1"
[dependencies.serde]
features = ["derive"]
version = "1.0.136"
[dependencies.serde_json]
version = "1.0.79"
[dependencies.serde_qs]
version = "0.13.0"
[dependencies.tracing]
version = "0.1.37"
[dependencies.urlencoding]
version = "2.1.0"
[dependencies.walkdir]
version = "2.3.2"
[[example]]
name = "basic"
path = "examples/basic.rs"
[[example]]
name = "gmail1"
path = "examples/gmail1.rs"
[features]
mock = []
[lib]
doctest = false
name = "httpclient"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
description = "HTTP client with middleware. Middleware provides composable support for record/replay, logging, exponential backoff, and more."
documentation = "https://docs.rs/httpclient/"
edition = "2021"
homepage = "https://github.com/kurtbuilds/httpclient"
license = "MIT"
name = "httpclient"
readme = "README.md"
repository = "https://github.com/kurtbuilds/httpclient"
version = "0.23.19"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.hyper]
features = ["server"]
version = "0.14.17"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.hyper-rustls]
version = "0.24.2"
[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
features = ["full"]
version = "1.17.0"
[target.'cfg(target_arch = "wasm32")'.dependencies]