# 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 = "2021" name = "httpclient" version = "0.23.21" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "HTTP client with middleware. Middleware provides composable support for record/replay, logging, exponential backoff, and more." homepage = "https://github.com/kurtbuilds/httpclient" documentation = "https://docs.rs/httpclient/" readme = "README.md" license = "MIT" repository = "https://github.com/kurtbuilds/httpclient" [lib] name = "httpclient" path = "src/lib.rs" doctest = false [[example]] name = "basic" path = "examples/basic.rs" [[example]] name = "gmail1" path = "examples/gmail1.rs" [dependencies.async-trait] version = "0.1.52" [dependencies.cookie] version = "0.18.0" features = ["percent-encode"] [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] version = "1.0.136" features = ["derive"] [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" [features] mock = [] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.hyper] version = "0.14.17" features = ["server"] [target.'cfg(not(target_arch = "wasm32"))'.dependencies.hyper-rustls] version = "0.24.2" [target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio] version = "1.17.0" features = ["full"] [target.'cfg(target_arch = "wasm32")'.dependencies]