# 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 = "commit-emoji" version = "0.2.4" authors = ["Berkus Decker "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A git hook for adorning conventional commits with emoji" readme = "README.md" keywords = [ "git", "hook", "conventional", "commits", "emoji", ] categories = [ "command-line-utilities", "development-tools", ] license = "GPL-3.0-only" repository = "https://github.com/berkus/commit-emoji" [[bin]] name = "commit-emoji" path = "src/main.rs" [dependencies.anyhow] version = "1.0.79" [dependencies.argh] version = "0.1.12" [dependencies.git-conventional] version = "0.12.4" features = ["serde"] [dependencies.inquire] version = "0.6.2" [dependencies.once_cell] version = "1.19.0" [dependencies.resolve-path] version = "0.1.0" [dependencies.serde] version = "1.0.195" [dependencies.toml] version = "0.8.8" [dependencies.unic-emoji-char] version = "0.9.0"