tiny_http 0.12.0

Low level HTTP server library
Documentation
[dependencies.ascii]
version = "1.0"

[dependencies.chunked_transfer]
version = "1"

[dependencies.httpdate]
version = "1.0.2"

[dependencies.log]
version = "0.4.4"

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

[dependencies.rustls]
optional = true
version = "0.20"

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

[dependencies.zeroize]
optional = true
version = "1"
[dev-dependencies.fdlimit]
version = "0.1"

[dev-dependencies.rustc-serialize]
version = "0.3"

[dev-dependencies.sha1]
version = "0.6.0"

[features]
default = []
ssl = ["ssl-openssl"]
ssl-openssl = ["openssl", "zeroize"]
ssl-rustls = ["rustls", "rustls-pemfile", "zeroize"]

[package]
authors = ["pierre.krieger1708@gmail.com", "Corey Farwell <coreyf@rwell.org>"]
description = "Low level HTTP server library"
documentation = "https://tiny-http.github.io/tiny-http/tiny_http/index.html"
edition = "2018"
keywords = ["http", "server", "web"]
license = "MIT OR Apache-2.0"
name = "tiny_http"
readme = "README.md"
repository = "https://github.com/tiny-http/tiny-http"
version = "0.12.0"
[package.metadata.docs.rs]
features = ["ssl-openssl"]