clap-cargo 0.1.2

Re-usable CLI flags for `cargo` plugins
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 = "clap-cargo"
version = "0.1.2"
authors = ["Ed Page <eopage@gmail.com>"]
description = "Re-usable CLI flags for `cargo` plugins"
documentation = "https://docs.rs/clap-cargo"
readme = "README.md"
keywords = ["cargo"]
categories = ["development-tools::cargo-plugins"]
license = "MIT"
repository = "https://github.com/cobalt-org/clap-cargo"
[package.metadata.docs.rs]
features = ["cargo_metadata"]
[dependencies.cargo_metadata]
version = "0.7"
optional = true

[dependencies.structopt]
version = "0.2.10"

[features]
[badges.appveyor]
repository = "epage/clap-cargo"

[badges.travis-ci]
repository = "crate-ci/clap-cargo"