sr-git 1.0.0

Git operations for semantic-release (native git CLI)
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 = "sr-git"
version = "1.0.0"
authors = ["urmzd"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git operations for semantic-release (native git CLI)"
homepage = "https://github.com/urmzd/semantic-release"
readme = "README.md"
keywords = [
    "semantic-release",
    "git",
    "versioning",
]
categories = ["development-tools"]
license = "MIT"
repository = "https://github.com/urmzd/semantic-release"
resolver = "2"

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

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

[dependencies.semver]
version = "1"
features = ["serde"]

[dependencies.sr-core]
version = "1.0.0"

[dev-dependencies.tempfile]
version = "3"