openssh-mux-client 0.3.0

Data format used to communicate with openssh mux server.
Documentation
[dependencies.once_cell]
version = "1.8.0"

[dependencies.sendfd]
features = ["tokio"]
version = "0.4.0"

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

[dependencies.ssh_format]
version = "0.4.7"

[dependencies.thiserror]
version = "1.0.29"

[dependencies.tokio]
features = ["net"]
version = "1.11.0"

[dependencies.typed-builder]
version = "0.9.1"
[dev-dependencies.assert_matches]
version = "1.5.0"

[dev-dependencies.tokio]
features = ["rt", "macros", "io-util", "time"]
version = "1.11.0"

[dev-dependencies.tokio-pipe]
version = "0.2.1"

[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
categories = ["asynchronous", "network-programming", "api-bindings"]
description = "Data format used to communicate with openssh mux server."
edition = "2018"
keywords = ["ssh", "openssh", "multiplex", "async"]
license = "MIT"
name = "openssh-mux-client"
repository = "https://github.com/NobodyXu/ssh_mux_format"
version = "0.3.0"