wimux-protocol 0.1.0

Wire protocol (serde + postcard over Windows named pipes) for wimux, the native Windows terminal multiplexer.
# 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-protocol"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Wire protocol (serde + postcard over Windows named pipes) for wimux, the native Windows terminal multiplexer."
readme = false
keywords = [
    "terminal",
    "ipc",
    "named-pipes",
    "protocol",
    "windows",
]
categories = [
    "network-programming",
    "os::windows-apis",
]
license = "MIT"
repository = "https://github.com/fabperso/wimux"

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

[dependencies.postcard]
version = "1.1.3"
features = ["use-std"]

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

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

[dependencies.windows]
version = "0.62.2"
features = [
    "Win32_Foundation",
    "Win32_System_Pipes",
    "Win32_System_IO",
    "Win32_System_Threading",
    "Win32_Storage_FileSystem",
    "Win32_Security",
]