gitru 0.2.1

a lightweight, configurable Git commit message validation tool
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"
name = "gitru"
version = "0.2.1"
authors = ["xiyi <xiyixiaodao@outlook.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "a lightweight, configurable Git commit message validation tool"
readme = "README.md"
keywords = [
    "git-hooks",
    "conventional-commits",
    "commit-validation",
    "rust-cli",
    "devops-automation",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "MIT"
repository = "https://github.com/xiyixiaodao/gitru"

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

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

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

[dependencies.regex]
version = "1.12.3"

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

[dependencies.supports-color]
version = "3.0.2"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.0.6"

[target."cfg(windows)".dependencies.winapi]
version = "0.3.9"
features = [
    "consoleapi",
    "processenv",
    "wincon",
    "winbase",
]

[profile.release]
lto = true