[package] name = "cmd-derive" version = "0.1.1" authors = ["Conrad Ludgate "] edition = "2018" license = "MIT" repository = "https://github.com/conradludgate/cmd" description = "Macros for the cmd-macro crate" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] proc-macro = true [dependencies] proc-macro2 = { version = "1.0", features = ["span-locations"] } quote = "1.0" boolinator = "2.4" syn = { version = "1.0", features = ["parsing", "printing", "derive", "extra-traits"], default-features = false }