clap/structopt-derive/Cargo.toml

22 lines
540 B
TOML
Raw Normal View History

2017-02-03 00:03:51 +00:00
[package]
name = "structopt-derive"
version = "0.2.3"
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]
2018-02-04 17:33:59 +00:00
syn = "0.12"
quote = "0.4"
proc-macro2 = "0.2"
2017-02-03 00:03:51 +00:00
[lib]
proc-macro = true