rmux 0.1.2

A local terminal multiplexer with a tmux-style CLI, daemon runtime, Rust SDK, and ratatui integration.
# 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"
name = "rmux"
version = "0.1.2"
build = "build.rs"
include = [
    "Cargo.lock",
    "Cargo.toml",
    "LICENSE-APACHE",
    "LICENSE-MIT",
    "README.md",
    "build.rs",
    "resources/windows/rmux.exe.manifest",
    "rmux.1",
    "spec/**",
    "src/**",
    "tests/**",
]
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A local terminal multiplexer with a tmux-style CLI, daemon runtime, Rust SDK, and ratatui integration."
readme = "README.md"
keywords = [
    "terminal",
    "multiplexer",
    "cli",
    "tui",
]
categories = ["command-line-interface"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/helvesec/rmux"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.libc]
version = "0.2"

[dependencies.rmux-client]
version = "0.1.2"

[dependencies.rmux-core]
version = "0.1.2"

[dependencies.rmux-os]
version = "0.1.2"

[dependencies.rmux-proto]
version = "0.1.2"

[dependencies.rmux-server]
version = "0.1.2"

[dependencies.tokio]
version = "1.48.0"
features = [
    "net",
    "rt",
    "rt-multi-thread",
    "time",
]

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

[dev-dependencies.rmux-core]
version = "0.1.2"

[dev-dependencies.rmux-proto]
version = "0.1.2"

[dev-dependencies.rmux-pty]
version = "0.1.2"

[dev-dependencies.rmux-sdk]
version = "0.1.2"

[dev-dependencies.rustix]
version = "1.1.4"
features = [
    "event",
    "termios",
]

[build-dependencies.embed-manifest]
version = "=1.4.0"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = [
    "Win32_Foundation",
    "Win32_Storage_FileSystem",
]