[[bench]]
harness = false
name = "bench"
path = "benches/bench.rs"
[dependencies.derive-where]
version = "1.2.5"
[dependencies.proc-macro2]
features = ["span-locations"]
version = "1.0.47"
[dependencies.proc-macro2-diagnostics]
default-features = false
version = "0.10"
[dependencies.quote]
version = "1.0.21"
[dependencies.syn]
features = ["visit-mut", "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.5.1"
[dev-dependencies.eyre]
version = "0.6.8"
[dev-dependencies.proc-macro2]
features = ["span-locations", "span-locations"]
version = "1.0.47"
[features]
colors = ["proc-macro2-diagnostics/colors"]
default = ["colors"]
rawtext-stable-hack = ["rawtext-stable-hack-module"]
rawtext-stable-hack-module = []
[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 = "2021"
include = ["/src", "LICENSE"]
keywords = ["syn", "jsx", "rsx", "html", "macro"]
license = "MIT"
name = "rstml"
readme = "README.md"
repository = "https://github.com/rs-tml/rstml"
version = "0.12.0"