workflow-http 0.18.0

HTTP client for native and WASM32 targets.
Documentation
[dependencies.cfg-if]
version = "1.0.0"

[dependencies.reqwest]
default-features = false
version = "0.12.4"

[dependencies.serde]
features = ["derive", "rc"]
version = "1.0.190"

[dependencies.serde_json]
version = "1.0.108"

[dependencies.thiserror]
version = "1.0.50"

[dependencies.wasm-bindgen]
version = "0.2.93"

[dependencies.workflow-core]
default-features = false
version = "0.18.0"

[features]
brotli = ["reqwest/brotli"]
charset = ["reqwest/charset"]
cookies = ["reqwest/cookies"]
default = ["reqwest/default"]
deflate = ["reqwest/deflate"]
gzip = ["reqwest/gzip"]
hickory-dns = ["reqwest/hickory-dns"]
http2 = ["reqwest/http2"]
macos-system-configuration = ["reqwest/macos-system-configuration"]
native-tls = ["reqwest/native-tls"]
native-tls-alpn = ["reqwest/native-tls-alpn"]
native-tls-vendored = ["reqwest/native-tls-vendored"]
rustls-tls = ["reqwest/rustls-tls"]
rustls-tls-manual-roots = ["reqwest/rustls-tls-manual-roots"]
rustls-tls-manual-roots-no-provider = ["reqwest/rustls-tls-manual-roots-no-provider"]
rustls-tls-native-roots = ["reqwest/rustls-tls-native-roots"]
rustls-tls-no-provider = ["reqwest/rustls-tls-no-provider"]
rustls-tls-webpki-roots = ["reqwest/rustls-tls-webpki-roots"]
socks = ["reqwest/socks"]
zstd = ["reqwest/zstd"]

[lib]
crate-type = ["cdylib", "lib"]
doctest = false
name = "workflow_http"
path = "src/lib.rs"

[package]
authors = ["WORKFLOW-RS developers"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["web-programming::http-client"]
description = """
HTTP client for native and WASM32 targets.
"""
edition = "2021"
exclude = ["/.*", "/test"]
keywords = ["http", "request", "wasm"]
license = "MIT OR Apache-2.0"
name = "workflow-http"
readme = "README.md"
repository = "https://github.com/workflow-rs/workflow-rs"
version = "0.18.0"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.tokio]
default-features = false
features = ["io-util", "time", "sync", "macros", "rt", "rt-multi-thread"]
version = "1.33.0"