[package] name = "absinthe-macros" version = "0.3.0" description = "Macros for the Absinthe crate" license = "MIT OR Apache-2.0" authors = ["Dimitri Gence "] repository = "https://github.com/dmgnx/Absinthe" edition = "2021" [lib] proc-macro = true [dependencies] proc-macro2 = "1.0.66" quote = "1.0.32" syn = { version = "2.0.27", features = ["full"] } heck = "0.4.1"