git-cleaner 0.1.0

Bulk cleanup of git worktrees and merged branches across multiple repositories
# 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-cleaner"
version = "0.1.0"
authors = ["Yutaka Nishimura <ytk.nishimura@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Bulk cleanup of git worktrees and merged branches across multiple repositories"
homepage = "https://github.com/ynishi/git-cleaner"
readme = "README.md"
keywords = [
    "git",
    "worktree",
    "cleanup",
    "branch",
    "maintenance",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/ynishi/git-cleaner"

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

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

[dependencies.colored]
version = "3"

[dependencies.git2]
version = "0.20"

[dependencies.thiserror]
version = "2"