openssh-sftp-client 0.6.1

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

[dependencies.bytes]
version = "1"

[dependencies.concurrent_arena]
version = "0.1.4"

[dependencies.derive_destructure2]
version = "0.0.1"

[dependencies.openssh-sftp-protocol]
version = "0.21.4"

[dependencies.thiserror]
version = "1.0.29"

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

[dependencies.tokio-io-utility]
features = ["mpsc", "read-exact-to-bytes"]
version = "0.6.0"

[dependencies.tokio-pipe]
version = "0.2.10"
[dev-dependencies.once_cell]
version = "1.8.0"

[dev-dependencies.tempfile]
version = "3.1.0"

[dev-dependencies.tokio]
features = ["rt", "macros", "process"]
version = "1.11.0"

[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"
exclude = ["openssh-portable"]
keywords = ["ssh", "multiplex", "async", "network", "sftp"]
license = "MIT"
name = "openssh-sftp-client"
repository = "https://github.com/NobodyXu/openssh-sftp-client"
version = "0.6.1"