[dependencies.flate2]
optional = true
version = "1.0.27"
[dependencies.httparse]
version = "1.8.0"
[dependencies.native-tls]
optional = true
version = "0.2.11"
[dependencies.rustls]
optional = true
version = "0.21.7"
[dependencies.rustls-native-certs]
optional = true
version = "0.6.3"
[dependencies.url]
version = "2.4.0"
[dependencies.webpki-roots]
optional = true
version = "0.25"
[features]
client = []
default = ["client", "server"]
rustls-native = ["rustls", "rustls-native-certs"]
rustls-webpki = ["rustls", "webpki-roots"]
server = []
[package]
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
description = "Very simple implementation of HTTP 1.1 (both client and server)\n"
documentation = "https://docs.rs/oxhttp"
edition = "2021"
keywords = ["HTTP"]
license = "MIT OR Apache-2.0"
name = "oxhttp"
readme = "README.md"
repository = "https://github.com/oxigraph/oxhttp"
rust-version = "1.70"
version = "0.2.0-alpha.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]