[package]
name = "rocket-include-tera"
version = "0.6.0"
authors = ["Magic Len <len@magiclen.org>"]
edition = "2024"
rust-version = "1.89"
repository = "https://github.com/magiclen/rocket-include-tera"
homepage = "https://magiclen.org/rocket-include-tera"
keywords = ["rocket", "server", "web", "static", "tera"]
categories = ["web-programming"]
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."
license = "MIT"
include = ["src/**/*", "Cargo.toml", "README.md", "LICENSE"]
[dependencies]
rocket = "0.5"
html-minifier = "5"
lru_time_cache = "0.11"
tera = "2"
serde = "1.0.184"
manifest-dir-macros = { version = "0.1.3", features = ["tuple"] }
educe = { version = "0.7", default-features = false, features = ["Debug"] }
rocket-etag-if-none-match = "0.5"
entity-tag = { version = "0.2", features = ["weak-hasher"] }
[dev-dependencies]
serde_json = "1"