[package]
edition = "2018"
name = "structopt"
version = "0.3.2"
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.33"
default-features = false
[dependencies.structopt-derive]
version = "0.3.2"
[dev-dependencies.trybuild]
version = "1.0.5"
[dev-dependencies.version_check]
version = "0.9"
[features]
color = ["clap/color"]
debug = ["clap/debug"]
default = ["clap/default"]
doc = ["clap/doc"]
lints = ["clap/lints"]
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"