# 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" version = "3.2.1" authors = ["Billie Thompson "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "For building commit linters. This makes it eas." readme = "README.md" keywords = [ "git", "git-hooks", ] categories = [ "parser-implementations", "parsing", "text-editors", ] license = "CC0-1.0" repository = "https://github.com/PurpleBooth/mit-commit" [lib] name = "mit_commit" path = "src/lib.rs" [[test]] name = "comment_char_is_not_in_legal_list" path = "tests/comment_char_is_not_in_legal_list.rs" [[test]] name = "commit_message_with_comment_right_next_to_subject" path = "tests/commit_message_with_comment_right_next_to_subject.rs" [[test]] name = "commit_message_with_no_comments" path = "tests/commit_message_with_no_comments.rs" [[test]] name = "commit_message_with_whitespace_starting_last_line" path = "tests/commit_message_with_whitespace_starting_last_line.rs" [[test]] name = "commit_with_all_features" path = "tests/commit_with_all_features.rs" [[test]] name = "long_subject_only_commit" path = "tests/long_subject_only_commit.rs" [[test]] name = "multiple_trailers" path = "tests/multiple_trailers.rs" [[test]] name = "never_panic" path = "tests/never_panic.rs" [[test]] name = "non_standard_comment_character" path = "tests/non_standard_comment_character.rs" [[test]] name = "not_verbose_commit" path = "tests/not_verbose_commit.rs" [[test]] name = "trailing_empty_newlines" path = "tests/trailing_empty_newlines.rs" [[bench]] name = "commit_message" path = "benches/commit_message.rs" harness = false [dependencies.indoc] version = "2.0.5" [dependencies.lazy_static] version = "1.5.0" [dependencies.miette] version = "7.2.0" [dependencies.nom] version = "7.1.3" [dependencies.regex] version = "1.10.5" [dependencies.thiserror] version = "1.0.63" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.indoc] version = "2.0.5" [dev-dependencies.quickcheck] version = "1.0.3" [dev-dependencies.quickcheck_macros] version = "1.0.0" [dev-dependencies.regex] version = "1.10.5" [dev-dependencies.tempfile] version = "3.12.0" [dev-dependencies.tokio] version = "1.39.1" features = ["full"]