[[bin]]
name = "http"
path = "build.rs"
[[bin]]
name = "httplz"
path = "build.rs"
[package]
authors = ["nabijaczleweli@nabijaczleweli.xyz"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = "build.rs"
categories = ["network-programming", "web-programming::http-server"]
description = "Host These Things Please - a basic http server for hosting a folder fast and simply (now git-only: cargo install --git https://github.com/thecoshman/http)"
keywords = ["http", "server", "https", "webdav", "directory"]
license = "MIT"
name = "https"
readme = "README.md"
repository = "https://github.com/thecoshman/http"
version = "2.5.0"