# 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 = "gcommit" version = "0.0.10" authors = ["Makuza Mugabo Verite "] description = "A simple conventional commits maker" readme = "README.md" keywords = [ "git", "commit", "conventional", "commits", ] license = "MIT" repository = "https://github.com/veritem/gcommit" [dependencies.clap] version = "4.0" features = ["derive"] [dependencies.console] version = "0.15.7" [dependencies.dialoguer] version = "0.11.0" [dependencies.inquire] version = "0.6.2" [dependencies.serde] version = "1.0.188" features = ["derive"] [dependencies.serde_yaml] version = "0.9.25" [dependencies.yaml-rust] version = "0.4.5"