# 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] name = "rocket_static_fs" version = "0.5.1" authors = ["Marvin Lee Fimmel "] description = "A simple static file server for the rocket framework." homepage = "https://github.com/ekranos/rocket_static_fs" documentation = "https://ekranos.github.io/rocket_static_fs/rocket_static_fs/" readme = "README.md" keywords = ["rocket", "static", "file", "server"] categories = ["web-programming"] license = "MIT/Apache-2.0" repository = "https://github.com/ekranos/rocket_static_fs" [[bin]] name = "rocket_static_fs_prepare_tests" path = "src/bin/prepare-tests/main.rs" [dependencies.byteorder] version = "1.2" [dependencies.chrono] version = "0.4" [dependencies.flate2] version = "1.0" optional = true [dependencies.handlebars] version = "0.32" [dependencies.lazy_static] version = "1.0" [dependencies.mime_guess] version = "1.8" [dependencies.regex] version = "0.2" [dependencies.rocket] version = "0.3" [dependencies.serde] version = "1.0" [dependencies.serde_derive] version = "1.0" [dependencies.walkdir] version = "2" [dev-dependencies.rocket_codegen] version = "0.3" [features] content_encoding = ["flate2"] default = ["content_encoding"] [badges.travis-ci] branch = "master" repository = "Ekranos/rocket_static_fs"