rsworktree 0.6.4

CLI helper for managing Git worktrees under a dedicated .rsworktree directory
Documentation
[[bin]]
name = "rsworktree"
path = "src/main.rs"

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

[dependencies.color-eyre]
version = "0.6"

[dependencies.crossterm]
version = "0.27"

[dependencies.git2]
version = "0.20"

[dependencies.owo-colors]
features = ["supports-colors"]
version = "4.0"

[dependencies.ratatui]
default-features = false
features = ["crossterm"]
version = "0.26"

[dependencies.serde]
features = ["derive"]
version = "1.0"

[dependencies.serde_json]
version = "1.0"

[dev-dependencies.assert_cmd]
version = "2.0"

[dev-dependencies.predicates]
version = "3.1"

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

[lib]
name = "rsworktree"
path = "src/lib.rs"

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "CLI helper for managing Git worktrees under a dedicated .rsworktree directory"
documentation = "https://docs.rs/rsworktree"
edition = "2024"
homepage = "https://github.com/ozan/rust-git-worktree"
keywords = ["git", "worktree", "cli"]
license = "MIT"
name = "rsworktree"
readme = "README.md"
repository = "https://github.com/ozan/rust-git-worktree"
version = "0.6.4"

[[test]]
name = "commands"
path = "tests/commands.rs"

[[test]]
name = "repo_discover"
path = "tests/repo_discover.rs"