# 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-del-branches" version = "0.3.0" authors = ["Nguyễn Hồng Quân "] exclude = [ ".github", "debian", "screenshot.png", ] description = "Git tool to select and delete multiple branches" homepage = "https://github.com/hongquan/git-del-branches" readme = "README.md" license = "GPL-3.0-or-later" repository = "https://github.com/hongquan/git-del-branches" [dependencies.clap] version = "4.3.2" features = ["derive"] [dependencies.color-eyre] version = "0.6.2" [dependencies.console] version = "0.15.7" features = ["windows-console-colors"] [dependencies.eyre] version = "0.6.8" [dependencies.format-bytes] version = "0.3.0" [dependencies.git2] version = "0.17.2" [dependencies.git2_credentials] version = "0.12.0" [dependencies.inquire] version = "0.6.2"