hypertext-macros 0.5.2

A blazing fast type-checked HTML macro crate.
Documentation
[dependencies.html-escape]
default-features = false
version = "0.2"

[dependencies.proc-macro2]
version = "1"

[dependencies.proc-macro2-diagnostics]
default-features = false
version = "0.10"

[dependencies.quote]
version = "1"

[dependencies.rstml]
default-features = false
version = "0.12"

[dependencies.syn]
version = "2"

[lib]
name = "hypertext_macros"
path = "src/lib.rs"
proc-macro = true

[lints.clippy]
cargo = "warn"
nursery = "warn"
pedantic = "warn"

[lints.rust]
missing_copy_implementations = "warn"
missing_debug_implementations = "warn"
missing_docs = "warn"
unsafe_code = "forbid"

[package]
authors = ["Vidhan Bhatt <me@vidhan.io>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["template-engine"]
description = "A blazing fast type-checked HTML macro crate."
edition = "2021"
homepage = "https://github.com/vidhanio/hypertext"
keywords = ["html", "macro"]
license = "MIT"
name = "hypertext-macros"
readme = "README.md"
repository = "https://github.com/vidhanio/hypertext"
version = "0.5.2"