mit-pre-commit 5.12.28

Run first, before you even type in a commit message. It's used to inspect the snapshot that's about to be committed.
[dependencies.clap]
features = ["derive", "cargo", "wrap_help", "yaml", "env", "unicode"]
version = "3.0.13"

[dependencies.clap_complete]
version = "3.0.4"

[dependencies.git2]
version = "0.13.25"

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

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

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

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

[dependencies.thiserror]
version = "1.0.30"

[dependencies.time]
version = "0.3.7"
[dev-dependencies.indoc]
version = "1.0.3"

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

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

[package]
authors = ["Billie Thompson <billie+mit-pre-commit@billiecodes.com>"]
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.12.28"