[package]
edition = "2024"
name = "plait"
version = "0.4.0"
authors = ["Devashish Dixit <devashishdxt@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A modern HTML templating library for Rust that embraces composition."
homepage = "https://github.com/devashishdxt/plait"
readme = "README.md"
keywords = [
"html",
"template",
"markup",
]
categories = [
"template-engine",
"web-programming",
]
license = "MIT/Apache-2.0"
repository = "https://github.com/devashishdxt/plait"
[lib]
name = "plait"
path = "src/lib.rs"
[[test]]
name = "component_macro_test"
path = "tests/component_macro_test.rs"
[[test]]
name = "html_macro_test"
path = "tests/html_macro_test.rs"
[dependencies.hescape]
version = "0.1.0"
[dependencies.percent-encoding]
version = "2.3.2"
[dependencies.plait-macros]
version = "0.4.0"