structopt-derive 0.4.4

Parse command line argument by defining a struct, derive crate.
Documentation
[badges.travis-ci]
repository = "TeXitoi/structopt"
[dependencies.heck]
version = "0.3.0"

[dependencies.proc-macro-error]
version = "0.4.7"

[dependencies.proc-macro2]
version = "1"

[dependencies.quote]
version = "1"

[dependencies.syn]
features = ["full"]
version = "1"

[features]
paw = []

[lib]
proc-macro = true

[package]
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
categories = ["command-line-interface"]
description = "Parse command line argument by defining a struct, derive crate."
documentation = "https://docs.rs/structopt-derive"
edition = "2018"
keywords = ["clap", "cli", "derive", "docopt"]
license = "Apache-2.0/MIT"
name = "structopt-derive"
repository = "https://github.com/TeXitoi/structopt"
version = "0.4.4"