clap/structopt-derive/Cargo.toml
Guillaume Pinot 0a5edfd5ad v0.2.6
2018-03-31 15:50:56 +02:00

24 lines
595 B
TOML

[package]
name = "structopt-derive"
version = "0.2.6"
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.12"
quote = "0.4"
proc-macro2 = "0.2"
[features]
nightly = ["proc-macro2/nightly"]
[lib]
proc-macro = true