# 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] edition = "2018" name = "thttp" version = "0.1.1" authors = ["davidedelpapa "] exclude = ["static/"] description = "A minimalist static webserver written in Rust + Actix" homepage = "https://github.com/davidedelpapa/thttp" readme = "README.md" keywords = ["http", "server", "actix"] categories = ["command-line-utilities", "development-tools", "web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/davidedelpapa/thttp" [dependencies.actix-files] version = "0.2.1" [dependencies.actix-rt] version = "1.0" [dependencies.actix-web] version = "2.0" [dependencies.dotenv] version = "0.15.0" [dependencies.listenfd] version = "0.3.3" [dependencies.regex] version = "1" [dependencies.structopt] version = "0.3"