mit-pre-commit 5.14.1

Run first, before you even type in a commit message. It's used to inspect the snapshot that's about to be committed.
[[bin]]
name = "mit-pre-commit"
path = "src/main.rs"

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

[dependencies.clap_complete]
version = "4.5.23"

[dependencies.git2]
version = "0.19.0"

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

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

[dependencies.mit-commit-message-lints]
version = "5.14.1"

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

[dependencies.thiserror]
version = "1.0.63"

[dependencies.time]
version = "0.3.36"

[dev-dependencies.indoc]
version = "2.0.5"

[dev-dependencies.mit-hook-test-helper]
version = "5.14.1"

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

[package]
authors = ["Billie Thompson <billie+mit-pre-commit@billiecodes.com>"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["development-tools", "command-line-utilities"]
description = "Run first, before you even type in a commit message. It's used to inspect the snapshot that's about to be committed."
edition = "2018"
keywords = ["git", "git-hooks"]
license = "CC0-1.0"
name = "mit-pre-commit"
readme = "README.md"
repository = "https://github.com/PurpleBooth/git-mit"
version = "5.14.1"