http_io 0.2.16

A library with limited dependencies containing an HTTP client and server.
Documentation
[badges.travis-ci]
repository = "bobbobbio/http_io"
[dependencies.hashbrown]
version = "^0.3"

[dependencies.native-tls]
optional = true
version = "^0.2"

[dependencies.openssl]
optional = true
version = "^0.10"

[dependencies.rustls]
optional = true
version = "^0.20.6"

[dependencies.rustls-pemfile]
optional = true
version = "^1.0"

[dependencies.webpki-roots]
optional = true
version = "^0.22"
[dev-dependencies.structopt]
version = "0.3.7"

[features]
default = ["std", "ssl-native-tls"]
ssl = []
ssl-native-tls = ["ssl", "native-tls"]
ssl-openssl = ["ssl", "openssl"]
ssl-rustls = ["ssl", "rustls", "webpki-roots", "rustls-pemfile"]
std = []

[package]
authors = ["Remi Bernotavicius <remi@abort.cc>"]
description = "A library with limited dependencies containing an HTTP client and server.\n"
edition = "2018"
homepage = "https://github.com/bobbobbio/http_io"
license = "MIT/Apache-2.0"
name = "http_io"
readme = "README.md"
repository = "https://github.com/bobbobbio/http_io"
version = "0.2.16"