semver-common 0.1.2

Common library to use for semantic release core and plugins.
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-common"
version = "0.1.2"
authors = ["Nicholas Raynes"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Common library to use for semantic release core and plugins."
readme = false
keywords = [
    "semver",
    "common",
    "semantic",
    "project",
    "tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/nraynes/semver-common"

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

[dependencies.chrono]
version = "0.4.44"

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

[dependencies.regex]
version = "1.12.3"

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

[dependencies.serde_json]
version = "1.0.149"