worktree 0.5.1

A powerful CLI tool for managing git worktrees with enhanced features including centralized storage, automatic config file synchronization, and intelligent branch management
Documentation
# 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 = "worktree"
version = "0.5.1"
authors = ["Chris Freeman <cfreeman.code@gmail.com>"]
build = false
exclude = [
    "/.claude/",
    "/.codanna/",
    "/.codannaignore",
    "/.cursor/",
    "/.fastembed_cache/",
    "/.github/",
    "/tests/",
    "/.gitignore",
    "/release.toml",
    "/CLAUDE.md",
    "/SHELL_INTEGRATION.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A powerful CLI tool for managing git worktrees with enhanced features including centralized storage, automatic config file synchronization, and intelligent branch management"
homepage = "https://github.com/cafreeman/worktree"
documentation = "https://github.com/cafreeman/worktree#readme"
readme = "README.md"
keywords = [
    "git",
    "worktree",
    "cli",
    "development",
    "branch",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cafreeman/worktree"

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

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

[dependencies.anyhow]
version = "1.0"

[dependencies.clap]
version = "4.4"
features = [
    "derive",
    "env",
    "color",
]

[dependencies.clap_complete]
version = "4.4"

[dependencies.dirs]
version = "6.0"

[dependencies.git2]
version = "0.20"

[dependencies.glob]
version = "0.3"

[dependencies.inquire]
version = "0.9"

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

[dependencies.toml]
version = "0.9"

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

[dev-dependencies.assert_fs]
version = "1.1"

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

[dev-dependencies.rexpect]
version = "0.5"

[dev-dependencies.temp-env]
version = "0.3"

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

[lints.clippy]
clone_on_ref_ptr = "warn"
expect_used = "warn"
inefficient_to_string = "warn"
large_enum_variant = "warn"
manual_let_else = "warn"
missing_docs_in_private_items = "allow"
missing_errors_doc = "warn"
must_use_candidate = "warn"
needless_pass_by_value = "warn"
panic = "deny"
redundant_closure_for_method_calls = "warn"
todo = "warn"
unimplemented = "warn"
unnecessary_wraps = "warn"
unused_self = "warn"
unwrap_used = "deny"