[package] name = "propane-macros" version = "0.1.0" authors = ["Without Boats "] edition = "2018" license = "MIT OR Apache-2.0" repository = "https://github.com/withoutboats/propane" description = "proc macros for the propane crate" [dependencies] quote = "1.0.7" proc-macro2 = "1.0.19" [dependencies.syn] version = "1.0.35" features = ["fold", "full", "parsing"] [lib] proc-macro = true