tmuxrs 0.1.1

A modern, Rust-based tmux session manager with centralized configuration and directory-aware execution. Drop-in replacement for tmuxinator.
Documentation
[[bin]]
name = "tmuxrs"
path = "src/main.rs"

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

[dependencies.dirs]
version = "5.0"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.shellexpand]
version = "3.1"

[dependencies.thiserror]
version = "1.0"

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

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

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

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

[package]
authors = ["shootani <sho.otani@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities", "development-tools"]
description = "A modern, Rust-based tmux session manager with centralized configuration and directory-aware execution. Drop-in replacement for tmuxinator."
documentation = "https://docs.rs/tmuxrs"
edition = "2021"
homepage = "https://github.com/beijaflor/tmuxrs"
include = ["src/**/*", "tests/**/*", "Cargo.toml", "README.md", "CHANGELOG.md", "LICENSE-*", "man/**/*"]
keywords = ["tmux", "session", "manager", "tmuxinator", "terminal"]
license = "MIT OR Apache-2.0"
name = "tmuxrs"
readme = "README.md"
repository = "https://github.com/beijaflor/tmuxrs"
version = "0.1.1"

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

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

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

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

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

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

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

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