# 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 = "static_dir" version = "0.2.0" authors = ["nytopop "] description = "A crate for embedding static assets into warp webservers." homepage = "https://github.com/nytopop/static_dir" documentation = "https://docs.rs/static_dir" keywords = ["warp", "web", "static", "assets", "include"] license = "MIT OR Apache-2.0" repository = "https://github.com/nytopop/static_dir" [dependencies.headers] version = "0.3" [dependencies.http] version = "0.2" [dependencies.hyper] version = "0.14" [dependencies.include_dir] version = "0.6" default-features = false [dependencies.log] version = "0.4" [dependencies.mime_guess] version = "2.0" [dependencies.once_cell] version = "1.3" [dependencies.urlencoding] version = "1.1" [dependencies.warp] version = "0.3"