https 0.3.1

Host These Things Please - a basic http server for hosting a folder fast and simply
[package]
# "http" was taken, "https" (with 's' apparently standing for "server") is free
name = "https"
description = "Host These Things Please - a basic http server for hosting a folder fast and simply"
repository = "https://github.com/thecoshman/http"
readme = "README.md"
keywords = ["http", "server", "https", "file", "directory"]
license = "MIT"
version = "0.3.1"
authors = ["thecoshman <thecoshman@gmail.com>",
           "nabijaczleweli <nabijaczleweli@gmail.com>"]

[dependencies]
lazy_static = "0.2"
mime_guess = "1.8"
lazysort = "0.1"
brotli2 = "0.2"
base64 = "0.2"
flate2 = "0.2"
bzip2 = "0.3"
clap = "2.20"
iron = "0.4"
time = "0.1"
url = "1.2"
md6 = "1.1"


[[bin]]
name = "http"
test = false
doc = false