worktree-setup 0.2.0

CLI tool for setting up git worktrees with project-specific configurations
# 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-setup"
version = "0.2.0"
authors = ["Braden Steffaniak"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool for setting up git worktrees with project-specific configurations"
readme = false
license = "MPL-2.0"
repository = "https://github.com/BSteffaniak/worktree-setup"
resolver = "2"

[features]
default = []
fail-on-warnings = []

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

[dependencies.clap]
version = "4.5.37"
features = [
    "derive",
    "std",
    "help",
    "usage",
    "error-context",
]
default-features = false

[dependencies.colored]
version = "3.0.0"
default-features = false

[dependencies.dialoguer]
version = "0.12.0"
default-features = false

[dependencies.indicatif]
version = "0.17.11"
default-features = false

[dependencies.log]
version = "0.4.27"
default-features = false

[dependencies.path-clean]
version = "1.0.1"
default-features = false

[dependencies.pretty_env_logger]
version = "0.5.0"
default-features = false

[dependencies.worktree_setup_config]
version = "0.2.0"
default-features = false

[dependencies.worktree_setup_git]
version = "0.2.0"
default-features = false

[dependencies.worktree_setup_operations]
version = "0.2.0"
default-features = false