twm 0.13.0

A customizable workspace manager for tmux
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 = "twm"
version = "0.13.0"
build = false
include = [
    "src/**/*",
    "Cargo.toml",
    "LICENSE",
    "README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A customizable workspace manager for tmux"
readme = "README.md"
license = "MIT"
repository = "https://github.com/vinnymeller/twm"

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

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

[dependencies.anyhow]
version = "1"

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

[dependencies.clap_complete]
version = "4.5.2"

[dependencies.clap_mangen]
version = "0.2.20"

[dependencies.config]
version = "0.15"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.enum_dispatch]
version = "0.3.13"

[dependencies.jwalk]
version = "0.8.1"

[dependencies.libc]
version = "0.2"

[dependencies.nucleo]
version = "0.5.0"

[dependencies.ratatui]
version = "0.30.0"

[dependencies.schemars]
version = "1.2.0"

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

[dependencies.serde_json]
version = "1.0.117"

[dependencies.serde_yaml]
version = "0.9.34"

[dependencies.shellexpand]
version = "3"

[dependencies.xdg]
version = "3.0"

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