# 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 = "2021" name = "conventional_commits_linter" version = "0.13.0" authors = ["C "] description = "A tooling and language agnostic utility to lint Git commits against the Conventional Commits specification." readme = "README.md" keywords = [ "conventional", "commits", "lint", "linting", "git", ] categories = [ "command-line-utilities", "development-tools", "data-structures", "encoding", "parser-implementations", ] license = "AGPL-3.0" repository = "https://github.com/DeveloperC286/conventional_commits_linter" [dependencies.ansi_term] version = "0.12.1" [dependencies.anyhow] version = "1.0.89" [dependencies.clap] version = "4.4.6" features = ["derive"] [dependencies.git2] version = "0.19.0" features = [] default-features = false [dependencies.lazy_static] version = "1.4.0" [dependencies.log] version = "0.4.20" [dependencies.pretty_env_logger] version = "0.5.0" [dependencies.regex] version = "1.9.6" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_json] version = "1.0.107" [dependencies.strum] version = "0.26.0" [dependencies.strum_macros] version = "0.26.0" [dev-dependencies.insta] version = "1.33.0" [dev-dependencies.rstest] version = "0.23.0" [dev-dependencies.rstest_reuse] version = "0.6.0"