clap/structopt-derive/Cargo.toml
Guillaume Pinot 374f9080a8 v0.1.6
2017-11-25 23:45:02 +01:00

20 lines
525 B
TOML

[package]
name = "structopt-derive"
version = "0.1.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 = "WTFPL"
[badges]
travis-ci = { repository = "TeXitoi/structopt" }
[dependencies]
syn = "0.11.4"
quote = "0.3.12"
[lib]
proc-macro = true