[package]
name = "structopt"
version = "0.2.18"
authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "others"]
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 = "Apache-2.0/MIT"
repository = "https://github.com/TeXitoi/structopt"
[dependencies.clap]
version = "2.21"
default-features = false
[dependencies.structopt-derive]
version = "0.2.18"
[features]
color = ["clap/color"]
debug = ["clap/debug"]
default = ["clap/default"]
doc = ["clap/doc"]
lints = ["clap/lints"]
nightly = ["structopt-derive/nightly"]
no_cargo = ["clap/no_cargo"]
paw = ["structopt-derive/paw"]
suggestions = ["clap/suggestions"]
wrap_help = ["clap/wrap_help"]
yaml = ["clap/yaml"]
[badges.travis-ci]
repository = "TeXitoi/structopt"