[package]
name = "tiny_http"
version = "0.6.4"
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"
keywords = ["http", "server", "web"]
license = "Apache-2.0"
repository = "https://github.com/tiny-http/tiny-http"
[features]
default = []
ssl = ["openssl"]
[dependencies]
ascii = "0.8"
chunked_transfer = "0.3"
openssl = { version = "0.10", optional = true }
url = "1.7"
chrono = "0.4"
log = "0.4"
[dev-dependencies]
rustc-serialize = "0.3"
sha1 = "0.6.0"