# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] name = "https" version = "2.0.2" authors = ["nabijaczleweli@nabijaczleweli.xyz"] build = "build.rs" 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)" readme = "README.md" keywords = [ "http", "server", "https", "webdav", "directory", ] categories = [ "network-programming", "web-programming::http-server", ] license = "MIT" repository = "https://github.com/thecoshman/http" [[bin]] name = "http" path = "build.rs" [[bin]] name = "httplz" path = "build.rs"