http-client 1.1.1

Types and traits for http clients.
Documentation
[dependencies.futures]
features = ["compat", "io-compat"]
version = "0.3.1"

[dependencies.http]
version = "0.1.19"

[dev-dependencies]

[features]
curl_client = ["isahc"]
docs = ["native_client"]
native_client = ["curl_client", "wasm_client"]
wasm_client = ["js-sys", "web-sys", "wasm-bindgen", "wasm-bindgen-futures"]

[package]
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
categories = ["asynchronous", "web-programming", "web-programming::http-client", "web-programming::websocket"]
description = "Types and traits for http clients."
documentation = "https://docs.rs/http-client"
edition = "2018"
keywords = ["http", "service", "client", "futures", "async"]
license = "MIT OR Apache-2.0"
name = "http-client"
readme = "README.md"
repository = "https://github.com/http-rs/http-client"
version = "1.1.1"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.isahc]
default-features = false
features = ["http2"]
optional = true
version = "0.8"
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
optional = true
version = "0.3.25"

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

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

[target."cfg(target_arch = \"wasm32\")".dependencies.web-sys]
features = ["AbortSignal", "Headers", "ObserverCallback", "ReferrerPolicy", "Request", "RequestCache", "RequestCredentials", "RequestInit", "RequestMode", "RequestRedirect", "Response", "Window"]
optional = true
version = "0.3.25"