# 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-gone" version = "1.1.1" authors = ["Sebastian Wiesner "] build = false include = [ "git-gone.1", "git-gone.1.adoc", "src/*.rs", "*.md", "LICENSE", "README", ] autobins = false autoexamples = false autotests = false autobenches = false description = 'Manage "gone" Git branches' homepage = "https://github.com/swsnr/git-gone" readme = "README.adoc" keywords = [ "git", "branch", "remote", ] categories = [ "development-tools", "command-line-utilities", ] license = "Apache-2.0" repository = "https://github.com/swsnr/git-gone" [[bin]] name = "git-gone" path = "src/main.rs" [dependencies.clap] version = "4.5.1" features = [ "std", "help", "usage", "error-context", "derive", ] default-features = false [dependencies.git2] version = "0.19.0" default-features = false