clap/Cargo.toml

23 lines
576 B
TOML
Raw Normal View History

2017-02-03 00:03:51 +00:00
[package]
name = "structopt"
version = "0.0.3"
2017-02-03 00:03:51 +00:00
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Parse command line argument by defining a struct."
documentation = "https://docs.rs/structopt"
repository = "https://github.com/TeXitoi/structopt"
keywords = ["clap", "cli", "derive", "docopt"]
categories = ["command-line-interface"]
license = "WTFPL"
readme = "README.md"
2017-02-10 00:19:16 +00:00
[badges]
travis-ci = { repository = "TeXitoi/structopt" }
2017-02-03 00:03:51 +00:00
[dependencies]
clap = "2.20"
2017-02-07 00:41:16 +00:00
[dev-dependencies]
structopt-derive = { path = "structopt-derive", version = "0.0.3" }
2017-02-03 00:03:51 +00:00
[workspace]