[package] name = "intuitive_macros" version = "0.7.0-alpha.0" description = "macros for the intuitive crate" license = "CC0-1.0" repository = "https://github.com/enricozb/intuitive" readme = "readme.md" edition = "2021" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0" proc-macro-crate = "1.2.1" quote = "1.0" syn = { version = "1.0", features = ["full"] }