[package]
edition = "2024"
name = "plait"
version = "0.2.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"
[dependencies.hescape]
version = "0.1.0"
[dependencies.indexmap]
version = "2.13.0"
[dependencies.itoa]
version = "1.0.17"
[dependencies.percent-encoding]
version = "2.3.2"
[dependencies.plait-macros]
version = "0.2.0"
[dependencies.ryu]
version = "1.0.22"
[dependencies.thiserror]
version = "2.0.18"