[package] name = "aresty_macros" version = "0.1.0" edition = "2021" authors = ["David Pozsar "] description = "Macros for aresty" license = "MIT OR Apache-2.0" repository = "https://github.com/pozs/aresty" readme = "README.md" keywords = ["compile", "template", "markup", "html", "rst"] categories = ["template-engine"] [lib] proc-macro = true [dependencies] syn = { version = "2.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0" [dev-dependencies] aresty = { path = "../aresty/" }