surf 1.0.2

HTTP client framework.
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 believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "surf"
version = "1.0.2"
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
description = "HTTP client framework."
documentation = "https://docs.rs/surf"
readme = "README.md"
keywords = ["http", "client", "framework", "request"]
categories = ["web-programming", "web-programming::http-client"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rustasync/surf"
[dependencies.futures-preview]
version = "0.3.0-alpha.18"
features = ["compat", "io-compat"]

[dependencies.http]
version = "0.1.17"

[dependencies.log]
version = "0.4.7"
features = ["kv_unstable"]

[dependencies.mime]
version = "0.3.13"

[dependencies.mime_guess]
version = "2.0.0-alpha.6"

[dependencies.serde]
version = "1.0.97"

[dependencies.serde_json]
version = "1.0.40"

[dependencies.serde_urlencoded]
version = "0.6.1"

[dependencies.url]
version = "2.0.0"
[dev-dependencies.femme]
version = "1.1.0"

[dev-dependencies.runtime]
version = "0.3.0-alpha.6"

[dev-dependencies.serde]
version = "1.0.97"
features = ["derive"]

[features]
curl-client = ["isahc"]
default = ["native-client", "middleware-logger"]
hyper-client = ["hyper", "runtime", "runtime-raw", "runtime-tokio"]
middleware-logger = []
native-client = ["curl-client", "wasm-client"]
wasm-client = ["js-sys", "web-sys", "wasm-bindgen", "wasm-bindgen-futures"]
[target."cfg(not(target_arch = \"wasm32\"))".dependencies.hyper]
version = "0.12.32"
optional = true
default-features = false

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

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.isahc]
version = "0.7"
features = ["http2"]
optional = true
default-features = false

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

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.runtime]
version = "0.3.0-alpha.6"
optional = true

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.runtime-raw]
version = "0.3.0-alpha.4"
optional = true

[target."cfg(not(target_arch = \"wasm32\"))".dependencies.runtime-tokio]
version = "0.3.0-alpha.5"
optional = true
[target."cfg(target_arch = \"wasm32\")".dependencies.js-sys]
version = "0.3.25"
optional = true

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

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

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