[package]
edition = "2021"
name = "alethea"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Rust-native templating approach using normal Rust syntax."
homepage = "https://github.com/jaafarben2/alethea"
documentation = "https://docs.rs/alethea"
readme = "README.md"
keywords = [
"template",
"templating",
"html",
"rust",
]
categories = [
"template-engine",
"web-programming",
]
license = "MIT"
repository = "https://github.com/jaafarben2/alethea"
[lib]
name = "alethea"
path = "src/lib.rs"
[dependencies.alethea-macros]
version = "0.1.0"