cargo-release 0.12.2

Cargo subcommand for you to smooth your release process.
# 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 = "cargo-release"
version = "0.12.2"
authors = ["Ning Sun <sunng@pm.me>"]
description = "Cargo subcommand for you to smooth your release process."
readme = "README.md"
keywords = ["cargo"]
categories = ["development-tools::cargo-plugins"]
license = "MIT/Apache-2.0"
repository = "https://github.com/sunng87/cargo-release"
[dependencies.boolinator]
version = "2.4"

[dependencies.cargo_metadata]
version = "0.7"

[dependencies.chrono]
version = "0.4"

[dependencies.clap]
version = "2"
default-features = false

[dependencies.clap-cargo]
version = "0.1"
features = ["cargo_metadata"]

[dependencies.dirs]
version = "1.0"

[dependencies.maplit]
version = "0.1.4"

[dependencies.quick-error]
version = "1.1.0"

[dependencies.regex]
version = "0.2.1"

[dependencies.semver]
version = "0.9.0"

[dependencies.semver-parser]
version = "0.9.0"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.structopt]
version = "0.2.7"
default-features = false

[dependencies.termcolor]
version = "0.3.6"

[dependencies.toml]
version = "0.4"
default-features = false

[dependencies.toml_edit]
version = "0.1"
[dev-dependencies.assert_fs]
version = "0.11"

[dev-dependencies.predicates]
version = "1.0"
[badges.travis-ci]
branch = "0.12.2"
repository = "sunng87/cargo-release"