[package]
edition = "2024"
name = "standard-version"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Semantic and calendar version bump calculation"
readme = "README.md"
keywords = [
"semver",
"calver",
"version",
"bump",
"git",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/driftsys/git-std"
[lib]
name = "standard_version"
path = "src/lib.rs"
[[test]]
name = "version_files"
path = "tests/version_files.rs"
[dependencies.regex]
version = "1"
[dependencies.semver]
version = "1"
[dependencies.serde_json]
version = "1"
[dependencies.standard-commit]
version = "0.2.0"
[dev-dependencies.tempfile]
version = "3"