[package] name = "brug-macros" description = "the proc macro(s) for the brug crate" version = "0.3.0-alpha0" edition = "2021" license = "MIT" [lib] proc-macro = true [features] async_trait = [] [dependencies] proc-macro2 = "1.0" quote = "1.0" syn = { version = "2", features = ["full"] }