plait 0.4.0

A modern HTML templating library for Rust that embraces composition.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[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"