cargo-verctl 0.2.1

Cargo subcommand for managing versions in single and workspace Cargo.toml files (bump, set, list)
Documentation
[[bin]]
name = "cargo-verctl"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
features = ["derive"]
version = "4.5"

[dependencies.toml_edit]
version = "0.23.7"

[lib]
name = "cargo_verctl"
path = "src/lib.rs"

[package]
authors = ["Andrey Yelabugin <andrey.yelabugin@gmail.com> (https://github.com/sibman)"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools::cargo-plugins", "development-tools", "command-line-utilities", "config"]
description = "Cargo subcommand for managing versions in single and workspace Cargo.toml files (bump, set, list)"
documentation = "https://docs.rs/cargo-verctl"
edition = "2024"
homepage = "https://github.com/sibman/cargo-verctl"
keywords = ["cargo", "version", "workspace", "automation", "tooling"]
license = "MIT"
name = "cargo-verctl"
readme = "README.md"
repository = "https://github.com/sibman/cargo-verctl"
version = "0.2.1"

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