openssh-sftp-client 0.1.0

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

[dependencies.concurrent_arena]
version = "0.1.2"

[dependencies.derive_destructure2]
version = "0.0.1"

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

[dependencies.thiserror]
version = "1.0.29"

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

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

[dependencies.tokio-pipe]
version = "0.2.8"
[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 = "2021"
keywords = ["ssh", "multiplex", "async", "network", "sftp"]
license = "MIT"
name = "openssh-sftp-client"
repository = "https://github.com/NobodyXu/openssh-sftp-client"
resolver = "2"
version = "0.1.0"