git-clean-gone 0.1.0

Run `git clean-gone` to delete any GitHub branches that've been deleted on the remote (e.g., after merging PRs)
# 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 = "2024"
name = "git-clean-gone"
version = "0.1.0"
authors = ["DeflateAwning"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Run `git clean-gone` to delete any GitHub branches that've been deleted on the remote (e.g., after merging PRs)"
homepage = "https://github.com/DeflateAwning/git-clean-gone"
readme = "README.md"
keywords = [
    "git",
    "cli",
    "developer-tools",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "Unlicense"
repository = "https://github.com/DeflateAwning/git-clean-gone"

[[bin]]
name = "git-clean-gone"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.5.57"
features = ["derive"]

[dependencies.regex]
version = "1.10"

[dev-dependencies.tempfile]
version = "3.10"

[lints.clippy]
all = "deny"
pedantic = "deny"