bumpversion 0.0.9

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

[lib]
name = "bumpversion"
crate-type = [
    "cdylib",
    "lib",
]
path = "src/lib.rs"

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

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

[dependencies.async-process]
version = "2"

[dependencies.chrono]
version = "^0.4.40"
default-features = true

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

[dependencies.colored]
version = "3"

[dependencies.futures]
version = "0"

[dependencies.glob]
version = "0"

[dependencies.indexmap]
version = "2"
features = ["serde"]

[dependencies.parking_lot]
version = "0"

[dependencies.regex]
version = "^1.11"

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

[dependencies.serde-ini-spanned]
version = "0"

[dependencies.shlex]
version = "^1.3"

[dependencies.similar-asserts]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.thiserror]
version = "2"

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

[dependencies.toml-span]
version = "0"
features = [
    "reporting",
    "serde",
]

[dependencies.toml_edit]
version = "0"

[dependencies.tracing]
version = "0"

[dependencies.unindent]
version = "0"

[dependencies.winnow]
version = "0.7"

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

[dev-dependencies.indoc]
version = "2"

[dev-dependencies.rand]
version = "0"

[dev-dependencies.regex]
version = "^1.11"

[dev-dependencies.similar-asserts]
version = "1"

[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"