# 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 = "2021" name = "rocket_cc_file_server" version = "0.1.0-beta.1" authors = ["Yannick Wegel "] description = "A custom FileServer providing better cache control for the Rocket web framework." readme = "README.md" keywords = [ "rocket", "Cache-Control", "caching", "max-age", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/DerPizzaBoi/rocket_cc_file_server" resolver = "2" [[example]] name = "simple_setup" path = "examples/simple_setup.rs" [dependencies.rocket] version = "0.5.0-rc.2" [dev-dependencies.httpdate] version = "1.0.2"