term-session 0.9.4-alpha

Generic terminal session reproducer: run a PTY in a detached server and attach any number of terminals, locally or over SSH.
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 = "term-session"
version = "0.9.4-alpha"
authors = ["Jeremy Harris <jeremy.harris@zenosmosis.com>"]
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Generic terminal session reproducer: run a PTY in a detached server and attach any number of terminals, locally or over SSH."
readme = "README.md"
keywords = [
    "terminal",
    "pty",
    "session",
    "multiplexer",
]
categories = [
    "command-line-utilities",
    "emulators",
    "network-programming",
    "os",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/jzombie/term-wm"
resolver = "2"

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

[[bin]]
name = "term-session"
path = "src/main.rs"

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

[dependencies.clap]
version = "4.6.1"
features = [
    "derive",
    "derive",
]

[dependencies.hostname]
version = "0.4.2"

[dependencies.libc]
version = "0.2.186"

[dependencies.muxio-tokio-rpc-ipc-client]
version = "0.14.0-alpha"

[dependencies.term-session-client]
version = "0.9.4-alpha"

[dependencies.term-session-muxio-service-definitions]
version = "0.9.4-alpha"

[dependencies.term-session-server]
version = "0.9.4-alpha"

[dependencies.tokio]
version = "1.52.3"
features = ["full"]

[dependencies.tracing-subscriber]
version = "0.3.22"
features = ["env-filter"]

[dev-dependencies.muxio-tokio-rpc-ipc-client]
version = "0.14.0-alpha"

[dev-dependencies.tokio]
version = "1.52.3"
features = ["full"]

[target."cfg(windows)".dependencies.windows-sys]
version = "0.59"
features = [
    "Win32_Foundation",
    "Win32_Networking_WinSock",
    "Win32_Security",
    "Win32_Storage_FileSystem",
    "Win32_System_Console",
    "Win32_System_IO",
    "Win32_System_Pipes",
    "Win32_System_Threading",
]