cvm_cli 1.0.2

A powerful command-line tool for managing semantic versioning of Rust crates. Easily bump versions (major, minor, patch), update Cargo.toml files, and streamline your release workflow with automated version management.
# 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 = "2021"
name = "cvm_cli"
version = "1.0.2"
authors = [
    "BlitzForge",
    "Lucas Arch <luketsx@icloud.com>",
]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A powerful command-line tool for managing semantic versioning of Rust crates. Easily bump versions (major, minor, patch), update Cargo.toml files, and streamline your release workflow with automated version management."
readme = "README.md"
keywords = [
    "rust",
    "cargo",
    "versioning",
    "semver",
    "cli",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/blitzforge/cvm"

[[bin]]
name = "cvm"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0.101"

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

[dependencies.inquire]
version = "0.9.3"

[dependencies.semver]
version = "1.0.27"

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.toml]
version = "0.9.12"