https 1.3.3

Host These Things Please - a basic http server for hosting a folder fast and simply
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g. crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
name = "https"
version = "1.3.3"
authors = ["thecoshman <thecoshman@gmail.com>", "nabijaczleweli <nabijaczleweli@gmail.com>"]
build = "build.rs"
description = "Host These Things Please - a basic http server for hosting a folder fast and simply"
readme = "README.md"
keywords = ["http", "server", "https", "file", "directory"]
categories = ["network-programming", "web-programming::http-server"]
license = "MIT"
repository = "https://github.com/thecoshman/http"

[[bin]]
name = "http"
path = "src/main.rs"
test = false
doc = false

[[bin]]
name = "httplz"
path = "src/main.rs"
test = false
doc = false
[dependencies.base64]
version = "0.7"

[dependencies.brotli2]
version = "0.3"

[dependencies.bzip2]
version = "0.3"

[dependencies.clap]
version = "2.26"

[dependencies.ctrlc]
version = "3.0"

[dependencies.flate2]
version = "0.2"

[dependencies.hyper-native-tls]
version = "0.2"

[dependencies.iron]
version = "0.5"
features = ["hyper-native-tls"]

[dependencies.lazy_static]
version = "0.2"

[dependencies.lazysort]
version = "0.1"

[dependencies.md6]
version = "2.0"

[dependencies.mime_guess]
version = "1.8"

[dependencies.rfsapi]
version = "0.1"

[dependencies.serde]
version = "0.9"

[dependencies.serde_json]
version = "0.9"

[dependencies.time]
version = "0.1"

[dependencies.trivial_colours]
version = "0.3"
default-features = false

[dependencies.unicase]
version = "2.0"

[dependencies.url]
version = "1.5"
[build-dependencies.embed-resource]
version = "1.1"
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".dependencies.libc]
version = "0.2"
[target."cfg(not(any(target_os = \"windows\", target_os = \"macos\")))".build-dependencies.gcc]
version = "0.3"