[dependencies.flate2]
optional = true
version = "1"
[dependencies.httparse]
version = "1.8"
[dependencies.native-tls]
optional = true
version = "0.2.11"
[dependencies.rustls]
default-features = false
features = ["std", "tls12"]
optional = true
version = "0.23"
[dependencies.rustls-native-certs]
optional = true
version = "0.7"
[dependencies.rustls-pki-types]
optional = true
version = "1.2"
[dependencies.url]
version = "2.4"
[dependencies.webpki-roots]
optional = true
version = "0.26"
[features]
client = []
default = ["client", "server"]
rustls-aws-lc-native = ["rustls/aws_lc_rs", "rustls-native-certs", "rustls-pki-types"]
rustls-aws-lc-webpki = ["rustls/aws_lc_rs", "rustls-pki-types", "webpki-roots"]
rustls-ring-native = ["rustls/ring", "rustls-native-certs", "rustls-pki-types"]
rustls-ring-webpki = ["rustls/ring", "rustls-pki-types", "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.4"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]