rstml 0.11.2

Rust templating for XML-based formats (HTML, SVG, MathML) implemented on top of proc-macro::TokenStreams
Documentation
[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.proc-macro2]
version = "1.0.47"

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

[dependencies.quote]
version = "1.0.21"

[dependencies.syn]
features = ["full", "parsing", "extra-traits"]
version = "2.0.15"

[dependencies.syn_derive]
version = "0.1.6"

[dependencies.thiserror]
version = "1.0.37"
[dev-dependencies.criterion]
version = "0.4.0"

[dev-dependencies.eyre]
version = "0.6.8"

[dev-dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.47"

[features]
colors = ["proc-macro2-diagnostics/colors"]
default = ["colors"]

[lib]
bench = false

[package]
authors = ["vldm <me@vldm.cc>", "stoically <stoically@protonmail.com>"]
description = "Rust templating for XML-based formats (HTML, SVG, MathML) implemented on top of proc-macro::TokenStreams"
edition = "2018"
include = ["/src", "LICENSE"]
keywords = ["syn", "jsx", "rsx", "html", "macro"]
license = "MIT"
name = "rstml"
readme = "README.md"
repository = "https://github.com/rs-tml/rstml"
resolver = "2"
version = "0.11.2"