kono-wt 1.3.0

A single-binary CLI + TUI for managing Git worktrees and their GitHub pull requests.
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 = "kono-wt"
version = "1.3.0"
authors = ["Justin Chung"]
build = "build.rs"
exclude = [
    "/.github",
    "/AGENTS.md",
    "/CLAUDE.md",
    "/CHANGELOG.md",
    "/Cross.toml",
    "/RELEASING.md",
    "/hk.pkl",
    "/mise.toml",
    "/release-plz.toml",
    "/mutants.out",
    "/mutants.out.old",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A single-binary CLI + TUI for managing Git worktrees and their GitHub pull requests."
homepage = "https://github.com/getkono/wt"
readme = "README.md"
keywords = [
    "git",
    "worktree",
    "cli",
    "tui",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/getkono/wt"

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

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

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "cargo",
    "wrap_help",
]

[dependencies.clap_complete]
version = "4.6.5"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.directories]
version = "6.0.0"

[dependencies.eyre]
version = "0.6.12"

[dependencies.futures-util]
version = "0.3.32"

[dependencies.gix]
version = "0.84.0"

[dependencies.globset]
version = "0.4.18"

[dependencies.jiff]
version = "0.2.28"

[dependencies.nucleo-matcher]
version = "0.3.1"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.sendit]
version = "0.1.1"

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

[dependencies.serde_json]
version = "1.0.150"

[dependencies.shell-words]
version = "1.1.1"

[dependencies.thiserror]
version = "2.0.18"

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

[dependencies.toml]
version = "1.1.2"

[dependencies.toml_edit]
version = "0.25.12"

[dependencies.tracing]
version = "0.1.44"

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

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

[dev-dependencies.insta]
version = "1.47.2"

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

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

[build-dependencies.jiff]
version = "0.2.28"