structopt-derive 0.2.18

Parse command line argument by defining a struct, derive crate.
Documentation
[package]
name = "structopt-derive"
version = "0.2.18"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
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 = "Apache-2.0/MIT"

[badges]
travis-ci = { repository = "TeXitoi/structopt" }

[dependencies]
syn = "0.15"
quote = "0.6"
proc-macro2 = "0.4"
heck = "^0.3.0"

[features]
nightly = ["proc-macro2/nightly"]
paw = []

[lib]
proc-macro = true