[package]
edition = "2021"
name = "rmux"
version = "0.9.0"
build = "build.rs"
include = [
"/Cargo.lock",
"/Cargo.toml",
"/LICENSE-APACHE",
"/LICENSE-MIT",
"/README.md",
"/build.rs",
"/resources/windows/rmux.exe.manifest",
"/resources/claude/skills/rmux/SKILL.md",
"/docs/man/rmux.1",
"/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"
[features]
default = ["web"]
perf-instrument = ["rmux-server/perf-instrument"]
tiny-cli = []
web = ["rmux-server/web"]
[[bin]]
name = "rmux"
path = "src/main.rs"
[[bin]]
name = "rmux-daemon"
path = "src/daemon_main.rs"
[[test]]
name = "acceptance_cli_matrix"
path = "tests/acceptance_cli_matrix.rs"
[[test]]
name = "acceptance_source_config_matrix"
path = "tests/acceptance_source_config_matrix.rs"
[[test]]
name = "acceptance_target_format_matrix"
path = "tests/acceptance_target_format_matrix.rs"
[[test]]
name = "attach_signal_cleanup"
path = "tests/attach_signal_cleanup.rs"
[[test]]
name = "automation_cli"
path = "tests/automation_cli.rs"
[[test]]
name = "automation_cli_windows"
path = "tests/automation_cli_windows.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_claude_launcher"
path = "tests/cli_claude_launcher.rs"
[[test]]
name = "cli_claude_launcher_windows"
path = "tests/cli_claude_launcher_windows.rs"
[[test]]
name = "cli_claude_skill"
path = "tests/cli_claude_skill.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_target_actions"
path = "tests/cli_target_actions.rs"
[[test]]
name = "cli_window_surface"
path = "tests/cli_window_surface.rs"
[[test]]
name = "config_corpus_script"
path = "tests/config_corpus_script.rs"
[[test]]
name = "control_mode_windows"
path = "tests/control_mode_windows.rs"
[[test]]
name = "copy_pipe_shutdown"
path = "tests/copy_pipe_shutdown.rs"
[[test]]
name = "diagnose_acceptance"
path = "tests/diagnose_acceptance.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 = "issue8_interactive_exit"
path = "tests/issue8_interactive_exit.rs"
[[test]]
name = "lifecycle_dispatch"
path = "tests/lifecycle_dispatch.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 = "release_automation_spec"
path = "tests/release_automation_spec.rs"
[[test]]
name = "request_end_to_end"
path = "tests/request_end_to_end.rs"
[[test]]
name = "scripting"
path = "tests/scripting.rs"
[[test]]
name = "scripting_sdk"
path = "tests/scripting_sdk.rs"
[[test]]
name = "send_keys_wait_exit_status"
path = "tests/send_keys_wait_exit_status.rs"
[[test]]
name = "sessions"
path = "tests/sessions.rs"
[[test]]
name = "sixel_passthrough"
path = "tests/sixel_passthrough.rs"
[[test]]
name = "socket_dropin"
path = "tests/socket_dropin.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 = "unix_background_lifecycle_acceptance"
path = "tests/unix_background_lifecycle_acceptance.rs"
[[test]]
name = "unix_daemon_resource_acceptance"
path = "tests/unix_daemon_resource_acceptance.rs"
[[test]]
name = "unix_installer_transaction"
path = "tests/unix_installer_transaction.rs"
[[test]]
name = "unix_pty_resize_acceptance"
path = "tests/unix_pty_resize_acceptance.rs"
[[test]]
name = "unix_source_file_tmux_oracle"
path = "tests/unix_source_file_tmux_oracle.rs"
[[test]]
name = "unix_startup_config_acceptance"
path = "tests/unix_startup_config_acceptance.rs"
[[test]]
name = "wait_for_cancel_after_server_crash"
path = "tests/wait_for_cancel_after_server_crash.rs"
[[test]]
name = "web_share_cli_lifecycle"
path = "tests/web_share_cli_lifecycle.rs"
[[test]]
name = "window_pane_flag_semantics"
path = "tests/window_pane_flag_semantics.rs"
[[test]]
name = "windows_attach_exit"
path = "tests/windows_attach_exit.rs"
[[test]]
name = "windows_attach_fuzz"
path = "tests/windows_attach_fuzz.rs"
[[test]]
name = "windows_cli_queue_formats"
path = "tests/windows_cli_queue_formats.rs"
[[test]]
name = "windows_ctrl_matrix_spec"
path = "tests/windows_ctrl_matrix_spec.rs"
[[test]]
name = "windows_mouse_border_resize"
path = "tests/windows_mouse_border_resize.rs"
[[test]]
name = "windows_nested_mouse_issue96"
path = "tests/windows_nested_mouse_issue96.rs"
[[test]]
name = "windows_prompt_overlay_chain"
path = "tests/windows_prompt_overlay_chain.rs"
[[test]]
name = "windows_static_crt_spec"
path = "tests/windows_static_crt_spec.rs"
[[test]]
name = "windows_terminal_matrix"
path = "tests/windows_terminal_matrix.rs"
[dependencies.chrono]
version = "0.4.42"
features = ["std"]
default-features = false
[dependencies.clap]
version = "=4.5.39"
features = ["derive"]
[dependencies.libc]
version = "0.2"
[dependencies.qrcode]
version = "0.14"
default-features = false
[dependencies.ratatui]
version = "=0.29.0"
default-features = false
[dependencies.rmux-client]
version = "0.9.0"
[dependencies.rmux-core]
version = "0.9.0"
[dependencies.rmux-os]
version = "0.9.0"
[dependencies.rmux-proto]
version = "0.9.0"
[dependencies.rmux-server]
version = "0.9.0"
default-features = false
[dependencies.serde_json]
version = "1.0"
[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.9.0"
[dev-dependencies.rmux-proto]
version = "0.9.0"
[dev-dependencies.rmux-pty]
version = "0.9.0"
[dev-dependencies.rmux-sdk]
version = "0.9.0"
[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",
"Win32_System_Console",
"Win32_System_Pipes",
]
[profile.release]
opt-level = 3
lto = "fat"
codegen-units = 1
panic = "unwind"
strip = "symbols"
[profile.release.package.rmux]
opt-level = "s"
strip = "symbols"
[profile.release.package.rmux-core]
opt-level = 3
[profile.release.package.rmux-ipc]
opt-level = "s"
[profile.release.package.rmux-os]
opt-level = "s"
[profile.release.package.rmux-proto]
opt-level = "s"
[profile.release.package.rmux-pty]
opt-level = "s"
[profile.release.package.rmux-server]
opt-level = 3
[profile.release.package.rmux-types]
opt-level = "s"
[profile.release.package.rmux-web-crypto]
opt-level = 3
codegen-units = 1
strip = false