# 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-message-lints" version = "5.14.2" authors = ["Billie Thompson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Check the correctness of a specific commit message. Designed to be used in tools providing commit-msg style hooks" readme = "README.md" keywords = [ "git", "git-hooks", ] categories = [ "development-tools", "command-line-utilities", ] license = "CC0-1.0" repository = "https://github.com/PurpleBooth/git-mit" [lib] name = "mit_commit_message_lints" path = "src/lib.rs" [[bench]] name = "trailers" path = "benches/trailers.rs" harness = false [dependencies.clap] version = "4.5.16" features = [ "derive", "cargo", "wrap_help", "env", "unicode", ] [dependencies.clap_complete] version = "4.5.23" [dependencies.comfy-table] version = "7.1.1" [dependencies.git2] version = "0.19.0" [dependencies.glob] version = "0.3.1" [dependencies.indoc] version = "2.0.5" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.mit-commit] version = "3.2.0" [dependencies.mit-lint] version = "3.2.8" [dependencies.openssl] version = "0.10.66" optional = true [dependencies.quickcheck] version = "1.0.3" [dependencies.quickcheck_macros] version = "1.0.0" [dependencies.regex] version = "1.11.0" [dependencies.serde] version = "1.0.209" features = ["derive"] [dependencies.serde_derive] version = "1.0.209" [dependencies.serde_yaml] version = "0.9.34" [dependencies.shell-words] version = "1.1.0" [dependencies.thiserror] version = "1.0.63" [dependencies.time] version = "0.3.36" features = ["local-offset"] [dependencies.toml] version = "0.8.19" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.mit-hook-test-helper] version = "5.14.2" [features] default = [] vendored-openssl = ["openssl/vendored"]