git-worktree-manager 0.0.10

CLI tool integrating git worktree with AI coding assistants
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 = "2021"
rust-version = "1.85"
name = "git-worktree-manager"
version = "0.0.10"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "CLI tool integrating git worktree with AI coding assistants"
homepage = "https://github.com/DaveDev42/git-worktree-manager"
readme = "README.md"
keywords = [
    "git",
    "worktree",
    "cli",
    "ai",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "BSD-3-Clause"
repository = "https://github.com/DaveDev42/git-worktree-manager"

[package.metadata.binstall]
pkg-url = "{ repo }/releases/download/v{ version }/gw-{ target }{ archive-suffix }"
bin-dir = "gw{ binary-ext }"
pkg-fmt = "tgz"

[package.metadata.binstall.overrides.x86_64-pc-windows-msvc]
pkg-fmt = "zip"

[package.metadata.binstall.overrides.aarch64-pc-windows-msvc]
pkg-fmt = "zip"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.clap]
version = "4"
features = [
    "derive",
    "env",
    "string",
]

[dependencies.clap_complete]
version = "4"

[dependencies.console]
version = "0.16"

[dependencies.dialoguer]
version = "0.12"

[dependencies.dirs]
version = "6"

[dependencies.pathdiff]
version = "0.2"

[dependencies.regex]
version = "1"

[dependencies.self_update]
version = "0.42.0"
features = [
    "archive-tar",
    "archive-zip",
    "compression-flate2",
    "compression-zip-deflate",
    "rustls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.walkdir]
version = "2"

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

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

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[profile.release]
opt-level = "z"
lto = true
codegen-units = 1
strip = true