[dependencies.chrono]
optional = true
version = "0.4.41"
[dependencies.rshtml_macro]
version = "0.5.0"
[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.219"
[dependencies.serde_json]
optional = true
version = "1.0.140"
[dependencies.toml]
version = "0.8.22"
[features]
functions = ["dep:serde", "dep:serde_json", "dep:chrono"]
[lib]
name = "rshtml"
path = "src/lib.rs"
[package]
authors = ["Mehmet Kesik <mhmtkskx@gmail.com> (https://github.com/mehmetkesik)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "RsHtml: A Template Engine for Seamless HTML and Rust Integration."
documentation = "https://docs.rs/rshtml"
edition = "2024"
license = "MIT OR Apache-2.0"
name = "rshtml"
readme = "README.md"
repository = "https://github.com/rshtml/rshtml"
resolver = "2"
version = "0.5.0"
[[test]]
name = "tests"
path = "tests/tests.rs"