[package]
name = "structopt"
version = "0.1.3"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>"]
description = "Parse command line argument by defining a struct."
documentation = "https://docs.rs/structopt"
readme = "README.md"
keywords = ["clap", "cli", "derive", "docopt"]
categories = ["command-line-interface"]
license = "WTFPL"
repository = "https://github.com/TeXitoi/structopt"
[dependencies.clap]
version = "2.20"
[dev-dependencies.structopt-derive]
version = "0.1.3"
[badges.travis-ci]
repository = "TeXitoi/structopt"