incrementor 0.2.1

A simple version bumping tool
Documentation
[package]
name = "incrementor"
version = "0.2.1"
edition = "2021"
authors = ["Robert den Harink"]
publish = true
description = "A simple version bumping tool"
keywords = ["cli", "bunmpversion", "increment-version", "incrementor"]
license = "MIT"
license-file = "LICENSE"
repository = "https://github.com/fulljoin-tech/incrementor"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.0.18", features = ["derive"] }
color-eyre = "0.6.2"
eyre = "0.6.8"
thiserror = "1.0"
indexmap = { version = "2.2.6", features = ["serde"] }
figment = { version = "0.10", features = ["env", "toml"] }
serde = { version = "1", features = ["derive"] }
serde_json = "1.0.87"
semver = { version = "1.0.14", features = ["serde"] }
regex = "1.9.1"
toml = "0.8.12"
tracing = "0.1.37"


[dev-dependencies]
tempfile = "3.10"

[dev-dependencies.git2]
version = "0.18.3"
default-features = false