twin-cli 0.2.0

Git worktree wrapper with side effects (symlinks and hooks)
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"
name = "twin-cli"
version = "0.2.0"
authors = ["cotrin <cotrin8672@users.noreply.github.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git worktree wrapper with side effects (symlinks and hooks)"
homepage = "https://github.com/cotrin/twin"
documentation = "https://docs.rs/twin-cli"
readme = "README.md"
keywords = [
    "git",
    "worktree",
    "cli",
    "symlink",
    "hooks",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cotrin/twin"

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

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

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

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

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

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

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

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

[dependencies.anyhow]
version = "1.0.99"

[dependencies.chrono]
version = "0.4.41"
features = ["serde"]

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

[dependencies.directories]
version = "6.0.0"

[dependencies.git2]
version = "0.20.2"
features = [
    "vendored-libgit2",
    "vendored-openssl",
]

[dependencies.log]
version = "0.4.27"

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

[dependencies.serde_json]
version = "1.0.142"

[dependencies.tempfile]
version = "3.20.0"

[dependencies.thiserror]
version = "2.0.14"

[dependencies.tokio]
version = "1.47.1"
features = ["full"]

[dependencies.toml]
version = "0.9.5"

[dependencies.tracing-subscriber]
version = "0.3.19"
features = ["env-filter"]

[dev-dependencies.bollard]
version = "0.18.1"

[dev-dependencies.cargo-husky]
version = "1.5.0"

[dev-dependencies.futures-util]
version = "0.3"

[dev-dependencies.mockall]
version = "0.13.1"

[dev-dependencies.pretty_assertions]
version = "1.4.1"

[dev-dependencies.tar]
version = "0.4"

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

[dev-dependencies.testcontainers]
version = "0.23.1"

[dev-dependencies.uuid]
version = "1.11"
features = ["v4"]