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