nightfly-twitchax-patch 0.1.6

higher level HTTP client library for the lunatic runtime
Documentation
[dependencies.base64]
version = "0.13"

[dependencies.brotli]
version = "3.3.4"

[dependencies.bytes]
version = "1.0"

[dependencies.cookie_crate]
optional = true
package = "cookie"
version = "0.15"

[dependencies.cookie_store]
optional = true
version = "0.15"

[dependencies.encoding_rs]
version = "0.8.31"

[dependencies.flate2]
version = "^1.0.24"

[dependencies.http]
version = "0.2"

[dependencies.http-body]
version = "0.4.5"

[dependencies.httparse]
version = "1.7.1"

[dependencies.ipnet]
version = "2.5.0"

[dependencies.lunatic]
package = "lunatic-twitchax-patch"
version = "0.14.1"

[dependencies.lunatic-log]
version = "0.4"

[dependencies.mime]
version = "0.3.16"

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

[dependencies.percent-encoding]
version = "2.2.0"

[dependencies.proc-macro-hack]
optional = true
version = "0.5.19"

[dependencies.serde]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dependencies.serde_urlencoded]
version = "0.7.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tower-service]
version = "0.3"

[dependencies.url]
features = ["serde"]
version = "2.2"

[dev-dependencies.submillisecond]
features = ["cookies", "json", "logging", "query", "websocket"]
version = "0.3"

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

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

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

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

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

[features]
cookies = ["cookie_crate", "cookie_store", "proc-macro-hack"]
default = ["cookies"]

[package]
authors = ["Yuriy Voshchepynets <yuriy.voshchepynets@ckreator.com>"]
autotests = true
categories = ["web-programming::http-client", "wasm"]
description = "higher level HTTP client library for the lunatic runtime"
documentation = "https://docs.rs/nightfly"
edition = "2018"
keywords = ["http", "request", "client"]
license = "MIT/Apache-2.0"
name = "nightfly-twitchax-patch"
readme = "README.md"
repository = "https://github.com/SquattingSocrates/nightfly"
version = "0.1.6"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]
targets = ["wasm32-wasi"]

[package.metadata.playground]
features = ["json"]

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

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

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

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

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

[[test]]
name = "chunked"
path = "tests/chunked.rs"