mit-commit-message-lints 5.12.27

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.27"
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.0.0"
time = { version = "0.3.7", features = ["local-offset"] }
glob = "0.3.0"
thiserror = "1.0.30"
miette = { version = "3.3.0", features = [ "fancy" ] }
git2 = "0.13.25"
openssl = { version = "0.10.38", optional = true }
regex = "1.5.4"
serde_yaml = "0.8.23"
serde_derive = "1.0.133"
indoc = "1.0.3"
toml = "0.5.8"
mit-commit = "3.0.0"
mit-lint = "3.0.3"
comfy-table = "5.0.0"
clap_complete = "3.0.4"
clap = { version = "3.0.12", features = ["derive", "cargo", "wrap_help", "yaml", "env", "unicode" ] }
quickcheck_macros = "1.0.0"
quickcheck = "1.0.3"

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

[dev-dependencies]
criterion = "0.3.5"

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

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

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