gitversion-rs 0.2.1

Rust port of GitVersion — calculates semantic versions from Git history. Full feature port with a Ratatui TUI.
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 = "2021"
rust-version = "1.88"
name = "gitversion-rs"
version = "0.2.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
default-run = "gitversion-rs"
description = "Rust port of GitVersion — calculates semantic versions from Git history. Full feature port with a Ratatui TUI."
homepage = "https://github.com/zcube/gitversion-rs"
readme = "README.md"
keywords = [
    "gitversion",
    "semver",
    "git",
    "versioning",
    "changelog",
]
license = "MIT"
repository = "https://github.com/zcube/gitversion-rs"

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

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

[[example]]
name = "build_inject"
path = "examples/build_inject.rs"

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

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

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

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

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.29"

[dependencies.env_logger]
version = "0.11"

[dependencies.gix]
version = "0.84"
features = ["blocking-http-transport-reqwest-rust-tls"]

[dependencies.log]
version = "0.4"

[dependencies.quick-xml]
version = "0.40"

[dependencies.ratatui]
version = "0.30"

[dependencies.regex]
version = "1"

[dependencies.rust-i18n]
version = "4"

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

[dependencies.serde_json]
version = "1"
features = ["preserve_order"]

[dependencies.serde_yaml]
version = "0.9"

[dependencies.sha1]
version = "0.11"

[dependencies.thiserror]
version = "2"

[dependencies.toml_edit]
version = "0.25"

[dev-dependencies.flate2]
version = "1"

[dev-dependencies.tar]
version = "0.4"

[profile.release]
lto = true
strip = true