[package]
edition = "2024"
name = "standard-commit"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Conventional commit parsing, validation, and formatting"
readme = "README.md"
keywords = [
"conventional-commits",
"commit",
"lint",
"git",
"validation",
]
categories = [
"development-tools",
"parser-implementations",
]
license = "MIT"
repository = "https://github.com/driftsys/git-std"
[lib]
name = "standard_commit"
path = "src/lib.rs"
[[test]]
name = "parse"
path = "tests/parse.rs"
[dependencies.git-conventional]
version = "1.0.0"