structopt 0.2.18

Parse command line argument by defining a struct.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[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"