# 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 are reading this file be aware that the original Cargo.toml # will likely look very different (and much more reasonable). # See Cargo.toml.orig for the original contents. [package] edition = "2021" name = "bump-bin" version = "0.4.3" authors = ["Wataru Matsui "] 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 OR Apache-2.0" repository = "https://github.com/watawuwu/bump" [[bin]] name = "bump" path = "src/main.rs" [dependencies.anyhow] version = "1" [dependencies.clap] version = "4" features = [ "derive", "env", ] [dependencies.exitcode] version = "1" [dependencies.log] version = "0" [dependencies.once_cell] version = "1" [dependencies.pretty_env_logger] version = "0" [dependencies.regex] version = "1" [dependencies.semver] version = "1" [dev-dependencies.assert_cmd] version = "2" [dev-dependencies.predicates] version = "3" [dev-dependencies.tempfile] version = "3" [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"