semver-cargo 0.5.3

A SemVer-Release plugin for updating and publish cargo project releases.
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 = "semver-cargo"
version = "0.5.3"
authors = ["Nicholas Raynes"]
build = "build.rs"
include = [
    "src/",
    "Cargo.toml",
    "LICENSES/",
    "LICENSE",
    "README.md",
    "CHANGELOG.md",
    "build.rs",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A SemVer-Release plugin for updating and publish cargo project releases."
readme = "README.md"
keywords = [
    "semver",
    "cargo",
    "semantic",
    "project",
    "tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/nraynes/semver-cargo"

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

[[bin]]
name = "semver-cargo"
path = "src/main.rs"

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

[dependencies.clap_mangen]
version = "0.3.0"

[dependencies.derive-getters]
version = "0.5.0"

[dependencies.r_log]
version = "0.3.3"

[dependencies.semver-common]
version = "1.2.2"

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

[dependencies.serde_json]
version = "1.0.149"

[dev-dependencies.assert_fs]
version = "1.1.3"

[dev-dependencies.predicates]
version = "3.1.4"

[build-dependencies.clap]
version = "4.6.1"
features = ["derive"]

[build-dependencies.clap_mangen]
version = "0.3.0"

[build-dependencies.r_log]
version = "0.3.5"

[build-dependencies.semver-common]
version = "1.2.3"