[[bin]]
name = "cargo-commitlint"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0"
[dependencies.clap]
features = ["derive"]
version = "4.5"
[dependencies.dirs]
version = "5.0"
[dependencies.regex]
version = "1.10"
[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.serde_json]
version = "1.0"
[dependencies.thiserror]
version = "1.0"
[dependencies.toml]
version = "0.8"
[dependencies.which]
version = "6.0"
[dev-dependencies.cargo-husky]
default-features = false
features = ["user-hooks", "precommit-hook", "prepush-hook"]
version = "1.5"
[package]
authors = ["Pegasus Heavy Industries LLC"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "A Rust-based commit message linter following Conventional Commits specification"
documentation = "https://pegasusheavy.github.io/cargo-commitlint"
edition = "2021"
exclude = ["/.github", "/.cargo-husky", "/.cursor", "/docs", "/.gitignore", "*.md", "!README.md", "/commitlint.example.toml", "/llms.txt", "/ai.txt"]
homepage = "https://pegasusheavy.github.io/cargo-commitlint"
keywords = ["commitlint", "conventional-commits", "git-hooks", "commit-message", "cargo-subcommand"]
license = "MIT"
name = "cargo-commitlint"
readme = "README.md"
repository = "https://github.com/pegasusheavy/cargo-commitlint"
version = "1.0.0"