mit-commit 3.1.1

For building commit linters. This makes it eas.
Documentation
[package]
name = "mit-commit"
version = "3.1.1"
authors = [ "Billie Thompson <billie+mit-commit@billiecodes.com>" ]
edition = "2018"
license = "CC0-1.0"
description = "For building commit linters. This makes it eas."
categories = [ "parser-implementations", "parsing", "text-editors" ]
keywords = [ "git", "git-hooks" ]
readme = "README.md"
repository = "https://github.com/PurpleBooth/mit-commit"

[dependencies]
indoc = "^1"
thiserror = "^1"
regex = "^1"
lazy_static = "^1"
miette = "^4"
nom = "^7"

[dev-dependencies]
tokio = { version = "1.17.0", features = ["full"] }
indoc = "1.0.4"
regex = "1.5.5"
criterion = "0.3.5"
quickcheck = "1.0.3"
quickcheck_macros = "1.0.0"
tempfile = "3.3.0"

[[bench]]
name = "commit_message"
harness = false