[package] name = "macademia_macros" version = "0.2.4" edition = "2021" license = "GPL-3.0-or-later" description = "proc macros for the macademia engine" repository = "https://github.com/zimlit/macademia" [lib] path = "src/lib.rs" proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] quote = "1.0" syn = {version = "1.0.99", features = ["full"]}