# 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] edition = "2018" name = "simple-http-server" version = "0.6.10" authors = ["thewawar "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Simple HTTP server" readme = "README.md" keywords = [ "simple", "http", "server", "static", "file", ] license = "MIT" repository = "https://github.com/TheWaWaR/simple-http-server" [[bin]] name = "simple-http-server" path = "src/main.rs" [dependencies.chrono] version = "0.4.9" [dependencies.clap] version = "2.33.0" [dependencies.filetime] version = "0.2.7" [dependencies.flate2] version = "1.0.11" [dependencies.htmlescape] version = "0.3.1" [dependencies.hyper-native-tls] version = "0.3.0" optional = true [dependencies.iron] version = "0.6.1" [dependencies.iron-cors] version = "0.8.0" [dependencies.lazy_static] version = "1.4.0" [dependencies.mime_guess] version = "2.0" [dependencies.multipart] version = "0.18" features = [ "server", "iron", ] default-features = false [dependencies.open] version = "1" [dependencies.openssl] version = "0.10" features = ["vendored"] optional = true [dependencies.path-dedot] version = "1" [dependencies.percent-encoding] version = "2.3.0" [dependencies.pretty-bytes] version = "0.2.2" [dependencies.rand] version = "0.8.3" [dependencies.rustls] version = "0.20" optional = true [dependencies.termcolor] version = "1.0.5" [dependencies.time] version = "0.1.42" [dependencies.url] version = "2.1.0" [features] default = ["native-tls"] native-tls = ["hyper-native-tls"] only-openssl = [ "native-tls", "openssl", ]