# 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 = "conduit-static" version = "0.10.1" authors = [ "wycats@gmail.com", "Alex Crichton ", ] description = "Middleware for serving static files for conduit" license = "MIT" repository = "https://github.com/conduit-rust/conduit-static" [dependencies.conduit] version = "0.10.0" [dependencies.conduit-mime-types] version = "0.8" [dependencies.filetime] version = "0.2" [dependencies.time] version = "0.2" features = ["std"] default-features = false [dev-dependencies.conduit-test] version = "0.10.0" [dev-dependencies.tempdir] version = "0.3"