mit-commit-message-lints 6.2.0

Check the correctness of a specific commit message. Designed to be used in tools providing commit-msg style hooks
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 = "2018"
name = "mit-commit-message-lints"
version = "6.2.0"
authors = ["Billie Thompson <billie+mit-commit-message-lints@billiecodes.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Check the correctness of a specific commit message. Designed to be used in tools providing commit-msg style hooks"
readme = "README.md"
keywords = [
    "git",
    "git-hooks",
]
categories = [
    "development-tools",
    "command-line-utilities",
]
license = "CC0-1.0"
repository = "https://github.com/PurpleBooth/git-mit"
resolver = "3"

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

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

[[bench]]
name = "trailers"
path = "benches/trailers.rs"
harness = false

[dependencies.clap]
version = "4.5.26"
features = [
    "derive",
    "cargo",
    "wrap_help",
    "env",
    "unicode",
]

[dependencies.comfy-table]
version = "7.1.3"

[dependencies.git2]
version = "0.21.0"

[dependencies.glob]
version = "0.3.2"

[dependencies.indoc]
version = "2.0.5"

[dependencies.miette]
version = "7.4.0"
features = ["fancy"]

[dependencies.mit-commit]
version = "3.3.1"

[dependencies.mit-lint]
version = "3.4.0"

[dependencies.openssl]
version = "0.10.68"
optional = true

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

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.shell-words]
version = "1.1.0"

[dependencies.thiserror]
version = "2.0.0"

[dependencies.time]
version = "0.3.41"

[dependencies.toml]
version = "1.1.2"

[dev-dependencies.criterion]
version = "0.8.0"

[dev-dependencies.tempfile]
version = "3.0.0"