# 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 = "grc" version = "1.3.1" authors = ["sdttttt "] build = "build.rs" exclude = [ "/.github/", "/rustfmt.toml", "/.chglog", ] description = "Similar to git-cz, gcr will help you to provide a better Git experience." readme = "README.md" keywords = [ "git-cz", "git", "cli", "commit", ] categories = ["command-line-utilities"] license = "Unlicense" repository = "https://github.com/sdttttt/gcr.git" resolver = "2" [profile.release] lto = true [dependencies.clap] version = "3.1.18" [dependencies.console] version = "0.15.0" [dependencies.dialoguer] version = "0.10.1" features = [ "editor", "fuzzy-select", ] [dependencies.git2] version = "0.14.4" [dependencies.serde] version = "1.0.137" features = ["derive"] [dependencies.toml] version = "0.5.9" [dev-dependencies.cargo-husky] version = "1.5.0" [build-dependencies.serde] version = "1.0.137" features = ["derive"] [build-dependencies.toml] version = "0.5.9"