structopt 0.3.26

Parse command line argument by defining a struct.
Documentation
[badges.travis-ci]
repository = "TeXitoi/structopt"
[dependencies.clap]
default-features = false
version = "2.33"

[dependencies.lazy_static]
version = "1.4.0"

[dependencies.paw_dep]
optional = true
package = "paw"
version = "1"

[dependencies.structopt-derive]
version = "=0.4.18"
[dev-dependencies.rustversion]
version = "1"

[dev-dependencies.strum]
features = ["derive"]
version = "0.21"

[dev-dependencies.trybuild]
features = ["diff"]
version = "1.0.5"

[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", "paw_dep"]
suggestions = ["clap/suggestions"]
wrap_help = ["clap/wrap_help"]
yaml = ["clap/yaml"]

[package]
authors = ["Guillaume Pinot <texitoi@texitoi.eu>", "others"]
categories = ["command-line-interface"]
description = "Parse command line argument by defining a struct."
documentation = "https://docs.rs/structopt"
edition = "2018"
keywords = ["clap", "cli", "derive", "docopt"]
license = "Apache-2.0 OR MIT"
name = "structopt"
readme = "README.md"
repository = "https://github.com/TeXitoi/structopt"
version = "0.3.26"