[package] name = "structopt-derive" version = "0.2.0" authors = ["Guillaume Pinot "] description = "Parse command line argument by defining a struct, derive crate." documentation = "https://docs.rs/structopt-derive" repository = "https://github.com/TeXitoi/structopt" keywords = ["clap", "cli", "derive", "docopt"] categories = ["command-line-interface"] license = "WTFPL" [badges] travis-ci = { repository = "TeXitoi/structopt" } [dependencies] syn = "0.12" quote = "0.4" proc-macro2 = "0.2" [lib] proc-macro = true