git-workty 0.3.3

Git worktrees as daily-driver workspaces
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.70"
name = "git-workty"
version = "0.3.3"
authors = ["binbandit <crazywolf132@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Git worktrees as daily-driver workspaces"
homepage = "https://github.com/binbandit/workty"
readme = "README.md"
keywords = [
    "git",
    "worktree",
    "workspace",
    "cli",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/binbandit/workty"

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

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

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

[dependencies.anyhow]
version = "1.0"

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

[dependencies.clap_complete]
version = "4.5"

[dependencies.clap_mangen]
version = "0.2"

[dependencies.console]
version = "0.16.0"

[dependencies.dialoguer]
version = "0.12"
features = ["fuzzy-select"]

[dependencies.dirs]
version = "6.0"

[dependencies.git2]
version = "0.20.3"
features = ["vendored-openssl"]

[dependencies.hex]
version = "0.4"

[dependencies.is-terminal]
version = "0.4"

[dependencies.owo-colors]
version = "4"

[dependencies.rayon]
version = "1.10"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha2]
version = "0.10"

[dependencies.thiserror]
version = "2.0"

[dependencies.toml]
version = "0.9"

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