reqwest 0.11.9

higher level HTTP client library
Documentation
[[example]]
name = "blocking"
path = "examples/blocking.rs"
required-features = ["blocking"]

[[example]]
name = "json_dynamic"
path = "examples/json_dynamic.rs"
required-features = ["json"]

[[example]]
name = "json_typed"
path = "examples/json_typed.rs"
required-features = ["json"]

[[example]]
name = "tor_socks"
path = "examples/tor_socks.rs"
required-features = ["socks"]

[[example]]
name = "form"
path = "examples/form.rs"

[[example]]
name = "simple"
path = "examples/simple.rs"

[[test]]
name = "blocking"
path = "tests/blocking.rs"
required-features = ["blocking"]

[[test]]
name = "cookie"
path = "tests/cookie.rs"
required-features = ["cookies"]

[[test]]
name = "gzip"
path = "tests/gzip.rs"
required-features = ["gzip"]

[[test]]
name = "brotli"
path = "tests/brotli.rs"
required-features = ["brotli"]

[[test]]
name = "deflate"
path = "tests/deflate.rs"
required-features = ["deflate"]

[[test]]
name = "multipart"
path = "tests/multipart.rs"
required-features = ["multipart"]
[dependencies.bytes]
version = "1.0"

[dependencies.http]
version = "0.2"

[dependencies.mime_guess]
default-features = false
optional = true
version = "2.0"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
optional = true
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7"

[dependencies.url]
version = "2.2"

[features]
__internal_proxy_sys_no_cache = []
__rustls = ["hyper-rustls", "tokio-rustls", "rustls", "__tls", "rustls-pemfile"]
__tls = []
blocking = ["futures-util/io", "tokio/rt-multi-thread", "tokio/sync"]
brotli = ["async-compression", "async-compression/brotli", "tokio-util"]
cookies = ["cookie_crate", "cookie_store", "proc-macro-hack"]
default = ["default-tls"]
default-tls = ["hyper-tls", "native-tls-crate", "__tls", "tokio-native-tls"]
deflate = ["async-compression", "async-compression/zlib", "tokio-util"]
gzip = ["async-compression", "async-compression/gzip", "tokio-util"]
json = ["serde_json"]
multipart = ["mime_guess"]
native-tls = ["default-tls"]
native-tls-alpn = ["native-tls", "native-tls-crate/alpn"]
native-tls-vendored = ["native-tls", "native-tls-crate/vendored"]
rustls-tls = ["rustls-tls-webpki-roots"]
rustls-tls-manual-roots = ["__rustls"]
rustls-tls-native-roots = ["rustls-native-certs", "__rustls"]
rustls-tls-webpki-roots = ["webpki-roots", "__rustls"]
socks = ["tokio-socks"]
stream = ["tokio/fs", "tokio-util"]
trust-dns = ["trust-dns-resolver"]

[package]
authors = ["Sean McArthur <sean@seanmonstar.com>"]
autotests = true
categories = ["web-programming::http-client", "wasm"]
description = "higher level HTTP client library"
documentation = "https://docs.rs/reqwest"
edition = "2018"
keywords = ["http", "request", "client"]
license = "MIT/Apache-2.0"
name = "reqwest"
readme = "README.md"
repository = "https://github.com/seanmonstar/reqwest"
version = "0.11.9"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["x86_64-unknown-linux-gnu", "wasm32-unknown-unknown"]

[package.metadata.playground]
features = ["blocking", "cookies", "json", "multipart"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.async-compression]
default-features = false
features = ["tokio"]
optional = true
version = "0.3.7"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.base64]
version = "0.13"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.cookie_crate]
optional = true
package = "cookie"
version = "0.15"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.cookie_store]
optional = true
version = "0.15"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.encoding_rs]
version = "0.8"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-core]
default-features = false
version = "0.3.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.futures-util]
default-features = false
version = "0.3.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.h2]
version = "0.3.10"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.http-body]
version = "0.4.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper]
default-features = false
features = ["tcp", "http1", "http2", "client", "runtime"]
version = "0.14.5"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-rustls]
default-features = false
optional = true
version = "0.23"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper-tls]
optional = true
version = "0.5"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.ipnet]
version = "2.3"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.lazy_static]
version = "1.4"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.log]
version = "0.4"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.mime]
version = "0.3.16"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.native-tls-crate]
optional = true
package = "native-tls"
version = "0.2.8"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.percent-encoding]
version = "2.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.pin-project-lite]
version = "0.2.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.proc-macro-hack]
optional = true
version = "0.5.19"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustls]
features = ["dangerous_configuration"]
optional = true
version = "0.20"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustls-native-certs]
optional = true
version = "0.6"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.rustls-pemfile]
optional = true
version = "0.2"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio]
default-features = false
features = ["net", "time"]
version = "1.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-native-tls]
optional = true
version = "0.3.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-rustls]
optional = true
version = "0.23"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-socks]
optional = true
version = "0.5.1"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.tokio-util]
default-features = false
features = ["codec", "io"]
optional = true
version = "0.6.0"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.trust-dns-resolver]
optional = true
version = "0.20"

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.webpki-roots]
optional = true
version = "0.22"
[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.brotli_crate]
package = "brotli"
version = "3.3.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.doc-comment]
version = "0.3"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.env_logger]
version = "0.8"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.hyper]
default-features = false
features = ["tcp", "stream", "http1", "http2", "client", "server", "runtime"]
version = "0.14"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.libflate]
version = "1.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.serde]
features = ["derive"]
version = "1.0"

[target."cfg(not(target_arch = \"wasm32\"))".dev-dependencies.tokio]
default-features = false
features = ["macros", "rt-multi-thread"]
version = "1.0"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.45"

[target."cfg(target_arch = \"wasm32\")".dependencies.serde_json]
version = "1.0"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen]
version = "0.2.68"

[target."cfg(target_arch = \"wasm32\")".dependencies.wasm-bindgen-futures]
version = "0.4.18"

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["Headers", "Request", "RequestInit", "RequestMode", "Response", "Window", "FormData", "Blob", "BlobPropertyBag", "ServiceWorkerGlobalScope", "RequestCredentials", "File"]
version = "0.3.25"
[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen]
features = ["serde-serialize"]
version = "0.2.68"

[target."cfg(target_arch = \"wasm32\")".dev-dependencies.wasm-bindgen-test]
version = "0.3"
[target."cfg(windows)".dependencies.winreg]
version = "0.7"