hyper-staticfile 0.8.0

Static file serving for Hyper 0.14
Documentation
[dependencies.futures-util]
version = "0.3.1"

[dependencies.http]
version = "0.2.0"

[dependencies.http-range]
version = "0.1.4"

[dependencies.httpdate]
version = "1.0.1"

[dependencies.hyper]
features = ["stream"]
version = "0.14.0"

[dependencies.mime_guess]
version = "2.0.1"

[dependencies.percent-encoding]
version = "2.1.0"

[dependencies.rand]
version = "0.8.4"

[dependencies.tokio]
features = ["fs"]
version = "1.0.0"

[dependencies.url]
version = "2.1.0"
[dev-dependencies.hyper]
features = ["http1", "server", "tcp"]
version = "0.14.0"

[dev-dependencies.tempdir]
version = "0.3.7"

[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1.0.0"

[package]
authors = ["hyper-staticfile contributors"]
categories = ["web-programming::http-server"]
description = "Static file serving for Hyper 0.14"
documentation = "https://docs.rs/hyper-staticfile"
edition = "2018"
keywords = ["hyper", "web", "http", "file", "static"]
license = "MIT"
name = "hyper-staticfile"
readme = "README.md"
repository = "https://github.com/stephank/hyper-staticfile"
version = "0.8.0"
[target."cfg(windows)".dependencies.winapi]
features = ["winbase"]
version = "0.3.6"