[dependencies.proc-macro2]
version = "1.0.47"
[dependencies.proc-macro2-diagnostics]
version = "0.10"
[dependencies.quote]
version = "1.0.21"
[dependencies.rstml]
version = "0.11.0"
[dependencies.syn]
version = "2.0.15"
[dev-dependencies.trybuild]
version = "1.0"
[lib]
proc-macro = true
[package]
authors = ["vldm <me@vldm.cc>", "stoically <stoically@protonmail.com>"]
description = "simple html to string macro powered by rstml"
edition = "2021"
keywords = ["html-to-string", "html", "macro"]
license = "MIT"
name = "rstml-to-string-macro"
readme = "README.md"
repository = "https://github.com/rs-tml/rstml/tree/main/examples/html-to-string-macro"
version = "0.1.0"