# 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 = "commitguard" version = "0.2.0" authors = ["Matthias Zaunseder"] description = "A commitlint implementation in Rust" homepage = "https://github.com/zauni/commitguard" readme = "README.md" keywords = [ "cli", "commitlint", "git", "lint", "commit", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/zauni/commitguard" [dependencies.clap] version = "4.5.1" features = [ "derive", "string", ] [dependencies.config] version = "0.13.4" [dependencies.miette] version = "5.10.0" features = ["fancy"] [dependencies.pest] version = "2.7.6" [dependencies.pest_derive] version = "2.7.6" [dependencies.serde] version = "1.0.196" features = ["derive"] [dev-dependencies.insta] version = "1.34.0" features = ["yaml"]