# 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 = "change-scribe" version = "0.1.0" authors = ["Nils de Groot "] description = "A tool that validates that commit messages follow the conventional commit format, and lints them according to a configuration file." readme = "README.md" categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0" repository = "https://github.com/nils-degroot/change-scribe" [dependencies.clap] version = "4.5.13" features = ["derive"] [dependencies.clap-stdin] version = "0.5.1" [dependencies.figment] version = "0.10.19" features = ["toml"] [dependencies.miette] version = "7.2.0" features = ["fancy"] [dependencies.nom] version = "7.1.3" [dependencies.serde] version = "1.0.207" features = ["derive"] [dependencies.thiserror] version = "1.0.63"