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