mit-commit-msg 6.2.0

Validate the commit message that a user has input
# 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-msg"
version = "6.2.0"
authors = ["Billie Thompson <billie+mit-commit-msg@billiecodes.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Validate the commit message that a user has input"
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-commit-msg"
path = "src/main.rs"

[dependencies.arboard]
version = "3.4.1"

[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]
version = "3.3.1"

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

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

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

[dependencies.thiserror]
version = "2.0.0"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dev-dependencies]