[package] name = "auto-args-derive" version = "0.1.5" authors = ["David Roundy "] edition = "2018" description = "Parse command line arguments by defining a struct, derive crate." repository = "https://github.com/daveroundy/auto-args" keywords = ["args", "derive"] categories = ["command-line-interface"] license = "Apache-2.0/MIT" [dependencies] syn = "0.15" quote = "0.6" proc-macro2 = "0.4" [lib] proc-macro = true