# 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 = "git-helpe-rs" version = "1.0.5" authors = ["zolwiastyl"] build = "build.rs" description = "CLI helpers for formatting commits and branches, to make my daily work easier. Moderatly fast." readme = "README.md" license = "MIT OR Apache-2.0" [[bin]] name = "git-helpe-rs" path = "src/bin/main.rs" [dependencies.anyhow] version = "1.0.70" [dependencies.clap] version = "4.2.4" features = [ "derive", "cargo", "color", ] [dependencies.clap_complete] version = "4.4.10" [dependencies.regex] version = "1.5.4" [dependencies.serde] version = "1.0.163" features = ["derive"] [dependencies.serde_json] version = "1.0.96" [build-dependencies.clap] version = "4.2.4" features = [ "derive", "cargo", "color", ] [build-dependencies.clap_complete] version = "4.4.10"