bump-bin 0.3.1

Increments version with semver specification
# 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 = "bump-bin"
version = "0.3.1"
authors = ["Wataru Matsui <watawuwu@3bi.tech>"]
exclude = ["examples/*", "tests/*", "benches/*", "*.png", "perf/*", "assets", "Makefile", "tmp.rs"]
description = "Increments version with semver specification"
readme = "README.md"
keywords = ["semver", "cli", "version", "bump"]
categories = ["command-line-utilities", "text-processing"]
license = "MIT/Apache-2.0"
repository = "https://github.com/watawuwu/bump"

[[bin]]
name = "bump"
path = "src/main.rs"
[dependencies.atty]
version = "0.2"

[dependencies.exitcode]
version = "1.1"

[dependencies.failure]
version = "0.1"

[dependencies.lazy_static]
version = "1.3"

[dependencies.log]
version = "0.4"

[dependencies.pretty_env_logger]
version = "0.3"

[dependencies.regex]
version = "1.2"

[dependencies.semver]
version = "0.9"

[dependencies.structopt]
version = "0.2"
[dev-dependencies.tempdir]
version = "0.3"

[features]
default = []
[badges.is-it-maintained-issue-resolution]
repository = "watawuwu/bump"
service = "github"

[badges.is-it-maintained-open-issues]
repository = "watawuwu/bump"
service = "github"

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