[package] name = "orga-macros" version = "0.2.3" authors = ["Matt Bell "] edition = "2018" description = "Macros for the orga crate" license = "MIT" [lib] proc-macro = true # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] syn = { version = "1.0.17", features = [ "full" ] } proc-macro2 = "1.0.10" quote = "1.0.3" heck = "0.3.3"