# 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" rust-version = "1.70" name = "rocket-include-tera" version = "0.5.8" authors = ["Magic Len "] include = [ "src/**/*", "Cargo.toml", "README.md", "LICENSE", ] description = "This is a crate which provides macros `tera_resources_initialize!` and `tera_response!` to statically include Tera files from your Rust project and make them be the HTTP response sources quickly." homepage = "https://magiclen.org/rocket-include-tera" readme = "README.md" keywords = [ "rocket", "server", "web", "static", "tera", ] categories = ["web-programming"] license = "MIT" repository = "https://github.com/magiclen/rocket-include-tera" [dependencies.educe] version = ">=0.4.0" features = ["Debug"] default-features = false [dependencies.html-minifier] version = "5" [dependencies.lru_time_cache] version = "0.11" [dependencies.manifest-dir-macros] version = "0.1.6" features = ["tuple"] [dependencies.rc-u8-reader] version = "2.0.14" features = ["tokio"] [dependencies.rocket] version = "0.5" [dependencies.rocket-etag-if-none-match] version = "0.4.0" [dependencies.serde] version = "1" [dependencies.serde_json] version = "1" [dependencies.tera] version = "1.5"