2017-02-03 00:03:51 +00:00
|
|
|
[package]
|
|
|
|
name = "structopt-derive"
|
2017-06-16 15:12:21 +00:00
|
|
|
version = "0.0.5"
|
2017-02-03 00:03:51 +00:00
|
|
|
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 = "WTFPL"
|
|
|
|
|
2017-02-10 00:19:16 +00:00
|
|
|
[badges]
|
|
|
|
travis-ci = { repository = "TeXitoi/structopt" }
|
|
|
|
|
2017-02-03 00:03:51 +00:00
|
|
|
[dependencies]
|
|
|
|
syn = "0.11.4"
|
|
|
|
quote = "0.3.12"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|