clap-nested 0.3.1

Convenient `clap` for CLI apps with multi-level subcommands.
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 = "clap-nested"
version = "0.3.1"
authors = ["Sky Mavis Engineering <engineering@skymavis.com>"]
include = ["src/**/*", "LICENSE", "README.md"]
description = "Convenient `clap` for CLI apps with multi-level subcommands."
homepage = "https://github.com/skymavis/clap-nested"
readme = "README.md"
keywords = ["clap", "clap-rs", "multi-level", "cli", "subcommand"]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/skymavis/clap-nested"
[package.metadata.docs.rs]
all-features = true
[dependencies.clap]
version = "2.33.0"
[dev-dependencies.regex]
version = "1.3.1"
[badges.coveralls]
branch = "master"
repository = "skymavis/clap-nested"

[badges.is-it-maintained-issue-resolution]
repository = "skymavis/clap-nested"

[badges.is-it-maintained-open-issues]
repository = "skymavis/clap-nested"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
branch = "master"
repository = "skymavis/clap-nested"