workon 0.10.3

Development workspace launcher with Zellij, Claude CLI, and branchdiff
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"
rust-version = "1.91"
name = "workon"
version = "0.10.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Development workspace launcher with Zellij, Claude CLI, and branchdiff"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/michaeldhopkins/workon"

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

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

[[example]]
name = "generate_assets"
path = "examples/generate_assets.rs"

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

[dependencies.anyhow]
version = "1"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clonetree]
version = "0.0.2"

[dependencies.rand]
version = "0.9"

[dependencies.serde]
version = "1"

[dependencies.serde_json]
version = "1"

[dependencies.tempfile]
version = "3"

[dependencies.uuid]
version = "1"
features = ["v4"]

[dependencies.wait-timeout]
version = "0.2.1"

[dependencies.which]
version = "7"

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

[dev-dependencies.clap_complete]
version = "4"

[dev-dependencies.clap_mangen]
version = "0.2"

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

[lints.clippy]
bool_to_int_with_if = "warn"
cognitive-complexity = "warn"
collapsible-if = "deny"
extend_with_drain = "deny"
fn-params-excessive-bools = "deny"
match_bool = "warn"
needless-range-loop = "deny"
struct-excessive-bools = "deny"
too-many-arguments = "deny"
too-many-lines = "warn"