openssh-mux-client 0.15.0

openssh mux client.
Documentation
[dependencies.once_cell]
version = "1.10.0"

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

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

[dependencies.ssh_format]
version = "0.12.0"

[dependencies.thiserror]
version = "1.0.29"

[dependencies.tokio]
features = ["net", "io-util"]
version = "1.11.0"

[dependencies.tokio-io-utility]
version = "0.6.4"

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

[dev-dependencies.tokio]
features = ["rt", "macros", "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 = "openssh mux client."
edition = "2018"
keywords = ["ssh", "openssh", "multiplex", "async", "network"]
license = "MIT"
name = "openssh-mux-client"
repository = "https://github.com/openssh-rust/openssh-mux-client"
version = "0.15.0"