[package] name = "chassis-proc-macros" version = "0.2.0" authors = ["Richard Liebscher "] readme = "../README.md" edition = "2021" license = "MIT OR Apache-2.0" description = "Procedural Macros for chassis crate" repository = "https://github.com/R1tschY/chassis" [lib] proc-macro = true [dependencies] syn = { version = "2.0", features = ["full"] } quote = "1.0" proc-macro2 = "1.0" darling = "0.20.1" [build-dependencies] version_check = "0.9"