[package]
name = "rstml"
description.workspace = true
version = "0.12.0"
authors.workspace = true
keywords.workspace = true
edition.workspace = true
repository.workspace = true
readme.workspace = true
license.workspace = true
include.workspace = true
[lib]
bench = false
[dependencies]
proc-macro2.workspace = true
quote.workspace = true
syn.workspace = true
thiserror.workspace = true
syn_derive.workspace = true
proc-macro2-diagnostics.workspace = true
derive-where.workspace = true
[dev-dependencies]
proc-macro2 = { workspace = true, features = ["span-locations"] }
criterion.workspace = true
eyre.workspace = true
[[bench]]
name = "bench"
harness = false
path = "benches/bench.rs"
[features]
default = ["colors"]
rawtext-stable-hack = ["rawtext-stable-hack-module"]
rawtext-stable-hack-module = []
colors = ["proc-macro2-diagnostics/colors"]