# 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 = "gitbox" version = "2.1.0" exclude = [ "utils/", "docs/", ] description = "Git toolbox to simplify adoption of conventional commits and semantic version, among other things." readme = "README.md" keywords = [ "conventional-commits", "semver", "cli", ] categories = [ "command-line-utilities", "development-tools", ] license = "MIT" repository = "https://github.com/asperan/gitbox" [profile.release] lto = "fat" panic = "abort" strip = "symbols" [lib] name = "gitbox_lib" path = "src/lib/lib.rs" [[bin]] name = "gb" path = "src/main.rs" [dependencies.ahash] version = "0.8.6" [dependencies.chrono] version = "0.4.31" [dependencies.clap] version = "4.4.5" features = ["derive"] [dependencies.clap_complete] version = "4.4.4" [dependencies.colored] version = "2.1.0" [dependencies.pest] version = "2.7.5" [dependencies.pest_derive] version = "2.7.5" [dependencies.regex] version = "1.10.2" [dependencies.requestty] version = "0.5.0" [dependencies.ureq] version = "2.8.0"