mit-commit-message-lints 5.12.97

Check the correctness of a specific commit message. Designed to be used in tools providing commit-msg style hooks
Documentation
[package]
name = "mit-commit-message-lints"
version = "5.12.97"
authors = [
  "Billie Thompson <billie+mit-commit-message-lints@billiecodes.com>"
]
edition = "2018"
license = "CC0-1.0"
categories = [ "development-tools", "command-line-utilities" ]
keywords = [ "git", "git-hooks" ]
readme = "../README.md"
repository = "https://github.com/PurpleBooth/git-mit"
description = "Check the correctness of a specific commit message. Designed to be used in tools providing commit-msg style hooks"

[dependencies]
shell-words = "1.1.0"
time = { version = "0.3.15", features = ["local-offset"] }
glob = "0.3.0"
thiserror = "1.0.37"
miette = { version = "5.3.0", features = [ "fancy" ] }
git2 = "0.15.0"
openssl = { version = "0.10.42", optional = true }
regex = "1.6.0"
serde_yaml = "0.9.13"
serde_derive = "1.0.145"
indoc = "1.0.7"
toml = "0.5.9"
mit-commit = "3.1.4"
mit-lint = "3.2.1"
comfy-table = "6.1.0"
clap_complete = "4.0.2"
clap = { version = "4.0.15", features = ["derive", "cargo", "wrap_help", "env", "unicode" ] }
quickcheck_macros = "1.0.0"
quickcheck = "1.0.3"

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

[dev-dependencies]
criterion = "0.4.0"

  [dev-dependencies.mit-hook-test-helper]
  path = "../mit-hook-test-helper"
  version = "5.12.97"

[[bench]]
name = "trailers"
harness = false

[features]
default = []
vendored-openssl = ["openssl/vendored"]