mit-pre-commit 6.1.0

Run first, before you even type in a commit message. It's used to inspect the snapshot that's about to be committed.
# 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-pre-commit"
version = "6.1.0"
authors = ["Billie Thompson <billie+mit-pre-commit@billiecodes.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run first, before you even type in a commit message. It's used to inspect the snapshot that's about to be committed."
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"]

[[bin]]
name = "mit-pre-commit"
path = "src/main.rs"

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

[dependencies.clap_complete]
version = "4.5.42"

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

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

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

[dependencies.thiserror]
version = "2.0.0"

[dependencies.time]
version = "0.3.37"
features = ["local-offset"]

[dev-dependencies]