[dependencies.awaitable]
version = "0.3.3"
[dependencies.openssh-sftp-protocol]
version = "0.22.1"
[dependencies.thiserror]
version = "1.0.29"
[dependencies.tokio]
features = ["rt"]
version = "1.11.0"
[features]
bytes = ["openssh-sftp-protocol/bytes"]
[package]
authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]
categories = ["asynchronous", "network-programming", "api-bindings"]
description = "Error type used when communicating with openssh sftp server."
edition = "2018"
keywords = ["ssh", "multiplex", "async", "network", "sftp"]
license = "MIT"
name = "openssh-sftp-error"
repository = "https://github.com/openssh-rust/openssh-sftp-client"
version = "0.2.1"