openssh-mux-client 0.15.0

openssh mux client.
Documentation
[package]
name = "openssh-mux-client"
version = "0.15.0"
edition = "2018"

authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]

license = "MIT"
description = "openssh mux client."
repository = "https://github.com/openssh-rust/openssh-mux-client"

keywords = ["ssh", "openssh", "multiplex", "async", "network"]
categories = ["asynchronous", "network-programming", "api-bindings"]

[dependencies]
serde = { version = "1.0.103", features = ["derive"] }
ssh_format = "0.12.0"

typed-builder = "0.10.0"
once_cell = "1.10.0"
thiserror = "1.0.29"

sendfd = { version = "0.4.1", features = ["tokio"] }
tokio = { version = "1.11.0", features = ["net", "io-util"] }
tokio-io-utility = "0.6.4"

[dev-dependencies]
tokio = { version = "1.11.0", features = ["rt", "macros", "time"] }
tokio-pipe = "0.2.1"
assert_matches = "1.5.0"