structopt-flags 0.3.4

Collection of reusable flags for StructOpt
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]
edition = "2018"
name = "structopt-flags"
version = "0.3.4"
authors = ["Luca Pizzamiglio <luca.pizzamiglio@gmail.com>"]
build = "build.rs"
description = "Collection of reusable flags for StructOpt"
readme = "README.md"
keywords = ["clap", "structopt", "cli", "flags"]
categories = ["command-line-interface"]
license = "BSD-3-Clause"
repository = "https://github.com/pizzamig/structopt-flags"
[package.metadata.docs.rs]
all-features = true

[[example]]
name = "verbose_simplelog"
required-features = ["simplelog"]

[[example]]
name = "quiet_verbose_simplelog"
required-features = ["simplelog"]

[[example]]
name = "logopt_simplelog"
required-features = ["simplelog"]

[[example]]
name = "verbose_no_default_simplelog"
required-features = ["simplelog"]
[dependencies.log]
version = "0.4"

[dependencies.simplelog]
version = "0.6"
optional = true

[dependencies.structopt]
version = "0.2"
[dev-dependencies.assert_cmd]
version = "0.11"

[dev-dependencies.escargot]
version = "0.5"

[dev-dependencies.failure]
version = "0.1"

[dev-dependencies.predicates]
version = "1"

[dev-dependencies.skeptic]
version = "0.13"
[build-dependencies.skeptic]
version = "0.13"

[features]
default = []
[badges.maintenance]
status = "actively-developed"

[badges.travis-ci]
repository = "pizzamig/structopt-flags"