# 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 = "hyper-staticfile" version = "0.10.1" authors = ["hyper-staticfile contributors"] description = "Static file serving for Hyper 1.0" documentation = "https://docs.rs/hyper-staticfile" readme = "README.md" keywords = [ "hyper", "web", "http", "file", "static", ] categories = ["web-programming::http-server"] license = "MIT" repository = "https://github.com/stephank/hyper-staticfile" [dependencies.futures-util] version = "0.3.1" [dependencies.http] version = "1.0.0" [dependencies.http-range] version = "0.1.4" [dependencies.httpdate] version = "1.0.1" [dependencies.hyper] version = "1.0.0" [dependencies.mime_guess] version = "2.0.1" [dependencies.percent-encoding] version = "2.1.0" [dependencies.rand] version = "0.8.4" [dependencies.tokio] version = "1.0.0" features = ["fs"] [dependencies.url] version = "2.1.0" [dev-dependencies.http-body-util] version = "0.1.0" [dev-dependencies.hyper] version = "1.0.0" features = [ "http1", "server", ] [dev-dependencies.hyper-util] version = "0.1.1" features = ["tokio"] [dev-dependencies.tempfile] version = "3" [dev-dependencies.tokio] version = "1.0.0" features = [ "macros", "rt-multi-thread", "net", "io-util", ] [target."cfg(windows)".dependencies.winapi] version = "0.3.6" features = ["winbase"]