# 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 = "tide-naive-static-files" version = "2.2.0" authors = ["eignnx "] description = "A simple static file serving component for Rust's Tide web framework." homepage = "https://github.com/eignnx/tide-naive-static-files" readme = "README.md" keywords = ["tide", "static", "files"] categories = ["web-programming::http-server"] license = "MIT OR Apache-2.0" repository = "https://github.com/eignnx/tide-naive-static-files" [dependencies.async-std] version = "1.4.0" [dependencies.bytes] version = "0.5.3" [dependencies.futures-fs] version = "0.0.5" [dependencies.futures-util] version = "0.3.1" [dependencies.http] version = "0.1.20" [dependencies.http-service] version = "0.4.0" [dependencies.mime] version = "0.3.14" [dependencies.mime_guess] version = "2.0.1" [dependencies.percent-encoding] version = "2.1.0" [dependencies.tide] version = "0.6.0" [dev-dependencies.tide] version = "0.6.0" features = ["unstable"]