mit-lint 4.0.2

Lints for commits parsed with mit-commit.
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 = "2024"
name = "mit-lint"
version = "4.0.2"
authors = ["Billie Thompson <billie+mit-lint@billiecodes.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Lints for commits parsed with mit-commit."
readme = "README.md"
keywords = [
    "git",
    "commit",
    "lints",
]
categories = ["development-tools"]
license = "CC0-1.0"
repository = "https://codeberg.org/PurpleBooth/mit-lint"

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

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

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

[dependencies.futures]
version = "0.3.32"

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

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

[dependencies.quickcheck]
version = "1.1.0"

[dependencies.regex]
version = "1.12.4"

[dependencies.strum]
version = "0.28.0"
features = ["derive"]

[dependencies.strum_macros]
version = "0.28.0"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.toml]
version = "1.1.2"

[dev-dependencies.criterion]
version = "0.8.2"
features = ["async_tokio"]

[dev-dependencies.quickcheck]
version = "1.1.0"

[dev-dependencies.quickcheck_macros]
version = "1.2.0"

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