bumpversion-cli 0.0.9

Update all version strings in your project and optionally commit and tag the changes
# 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 = "2024"
name = "bumpversion-cli"
version = "0.0.9"
authors = ["romnn <contact@romnn.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "bumpversion"
description = "Update all version strings in your project and optionally commit and tag the changes"
homepage = "https://github.com/romnn/bumpversion"
documentation = "https://docs.rs/bumpversion-cli"
readme = "README.md"
keywords = [
    "semver",
    "bumpversion",
    "bump2version",
]
categories = ["command-line-utilities"]
license-file = "LICENSE"
repository = "https://github.com/romnn/bumpversion"
resolver = "2"

[[bin]]
name = "bumpversion"
path = "src/bumpversion.rs"

[[bin]]
name = "cargo-bumpversion"
path = "src/cargo_bumpversion.rs"

[[test]]
name = "test_cli"
path = "tests/test_cli.rs"

[dependencies.bumpversion]
version = "=0.0.9"

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "color",
]

[dependencies.codespan-reporting]
version = "0"

[dependencies.color-eyre]
version = "0"

[dependencies.colored]
version = "3"

[dependencies.futures]
version = "0"

[dependencies.termcolor]
version = "1"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tracing]
version = "0"

[dependencies.tracing-subscriber]
version = "0"
features = [
    "json",
    "env-filter",
]

[dev-dependencies.assert_cmd]
version = "2.1.1"

[dev-dependencies.predicates]
version = "3.1.3"

[dev-dependencies.tempfile]
version = "3.24.0"

[lints.clippy]
expect_used = "deny"
indexing_slicing = "deny"
missing_errors_doc = "allow"
panic = "deny"
todo = "deny"
unimplemented = "deny"
unreachable = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "warn"
unsafe_code = "deny"
unused_must_use = "deny"