[badges.travis-ci]
repository = "bobbobbio/http_io"
[dependencies.hashbrown]
version = "^0.3"
[dependencies.openssl]
optional = true
version = "^0.10"
[dev-dependencies.structopt]
version = "0.3.7"
[features]
default = ["std", "openssl"]
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.15"