[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"
keywords = ["clap", "cli", "derive", "docopt"]
categories = ["command-line-interface"]
license = "Apache-2.0/MIT"
repository = "https://github.com/TeXitoi/structopt"
[lib]
proc-macro = true
[dependencies.heck]
version = "^0.3.0"
[dependencies.proc-macro2]
version = "0.4"
[dependencies.quote]
version = "0.6"
[dependencies.syn]
version = "0.15"
[features]
nightly = ["proc-macro2/nightly"]
paw = []
[badges.travis-ci]
repository = "TeXitoi/structopt"