http-types 2.1.0

Common types for HTTP operations.
Documentation
[dependencies.anyhow]
version = "1.0.26"

[dependencies.async-std]
features = ["unstable"]
version = "1.6.0"

[dependencies.cookie]
features = ["percent-encode"]
version = "0.13.0"

[dependencies.http]
optional = true
version = "0.2.0"

[dependencies.infer]
version = "0.1.2"

[dependencies.pin-project-lite]
version = "0.1.0"

[dependencies.serde]
features = ["derive"]
version = "1.0.106"

[dependencies.serde_json]
version = "1.0.51"

[dependencies.serde_urlencoded]
version = "0.6.1"

[dependencies.url]
version = "2.1.1"
[dev-dependencies.async-std]
features = ["unstable", "attributes"]
version = "1.6.0"

[dev-dependencies.http]
version = "0.2.0"

[features]
async_std = []
cookie-secure = ["cookie/secure"]
default = ["async_std", "cookie-secure"]
docs = ["unstable"]
hyperium_http = ["http"]
unstable = []

[package]
authors = ["Yoshua Wuyts <yoshuawuyts@gmail.com>"]
categories = ["asynchronous", "web-programming", "web-programming::http-client", "web-programming::http-server", "web-programming::websocket"]
description = "Common types for HTTP operations."
documentation = "https://docs.rs/http-types"
edition = "2018"
keywords = ["http", "types", "request", "response", "h2"]
license = "MIT OR Apache-2.0"
name = "http-types"
readme = "README.md"
repository = "https://github.com/http-rs/http-types"
version = "2.1.0"
[package.metadata.docs.rs]
features = ["docs"]
rustdoc-args = ["--cfg", "feature=\"docs\""]