# 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-lint" version = "3.2.9" authors = ["Billie Thompson "] build = 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://github.com/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.30" [dependencies.lazy_static] version = "1.5.0" [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.mit-commit] version = "3.2.0" [dependencies.quickcheck] version = "1.0.3" [dependencies.regex] version = "1.10.5" [dependencies.serde] version = "1.0.204" features = ["derive"] [dependencies.strum] version = "0.26.3" features = ["derive"] [dependencies.strum_macros] version = "0.26.4" [dependencies.thiserror] version = "1.0.63" [dependencies.toml] version = "0.8.16" [dev-dependencies.criterion] version = "0.5.1" features = ["async_tokio"] [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.tokio] version = "1.39.1" features = ["full"]