[package]
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"]
categories = ["network-programming", "web-programming::http-server"]
license = "MIT"
build = "build.rs"
version = "1.3.0"
authors = ["thecoshman <thecoshman@gmail.com>",
"nabijaczleweli <nabijaczleweli@gmail.com>"]
[dependencies]
hyper-native-tls = "0.2"
lazy_static = "0.2"
serde_json = "0.9"
mime_guess = "1.8"
lazysort = "0.1"
brotli2 = "0.3"
unicase = "2.0"
base64 = "0.7"
flate2 = "0.2"
rfsapi = "0.1"
bzip2 = "0.3"
ctrlc = "3.0"
serde = "0.9"
clap = "2.26"
time = "0.1"
url = "1.5"
md6 = "2.0"
[dependencies.trivial_colours]
version = "0.3"
default-features = false
[dependencies.iron]
version = "0.5"
features = ["hyper-native-tls"]
[build-dependencies]
embed-resource = "1.1"
[[bin]]
name = "http"
path = "src/main.rs"
test = false
doc = false