[dependencies.httparse]
version = "1"
[dependencies.native-tls]
optional = true
version = "0.2"
[dependencies.num_cpus]
optional = true
version = "1"
[dependencies.rayon-core]
optional = true
version = "1"
[dependencies.rustls-crate]
optional = true
package = "rustls"
version = "0.20"
[dependencies.rustls-native-certs]
optional = true
version = "0.6"
[dependencies.url]
version = "2"
[features]
rayon = ["rayon-core", "num_cpus"]
rustls = ["rustls-crate", "rustls-native-certs"]
[package]
authors = ["Tpt <thomas@pellissier-tanon.fr>"]
description = "Very simple implementation of HTTP 1.1 (both client and server)\n"
edition = "2018"
keywords = ["HTTP"]
license = "MIT OR Apache-2.0"
name = "oxhttp"
readme = "README.md"
repository = "https://github.com/oxigraph/oxhttp"
version = "0.1.4"