wimux-server 0.1.0

Daemon for wimux: owns the sessions, drives ConPTY children, emulates the terminals and serves clients over a named pipe.
# 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.85"
name = "wimux-server"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Daemon for wimux: owns the sessions, drives ConPTY children, emulates the terminals and serves clients over a named pipe."
readme = false
keywords = [
    "terminal",
    "multiplexer",
    "tmux",
    "conpty",
    "windows",
]
categories = [
    "command-line-utilities",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/fabperso/wimux"

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

[[bin]]
name = "wimux-server"
path = "src/main.rs"

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

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

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

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

[dependencies.anyhow]
version = "1.0.103"

[dependencies.chromiumoxide]
version = "0.9.1"

[dependencies.futures]
version = "0.3.33"

[dependencies.portable-pty]
version = "0.9.0"

[dependencies.serde_json]
version = "1.0.151"

[dependencies.thiserror]
version = "2"

[dependencies.tokio]
version = "1.53.1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]

[dependencies.wimux-protocol]
version = "0.1.0"

[dependencies.wimux-vt]
version = "0.1.0"