[dependencies.serde]
features = ["derive"]
version = "1.0"
[dependencies.thiserror]
version = "2.0.0"
[dependencies.vec-strings]
features = ["serde"]
version = "0.4.5"
[lib]
name = "openssh_sftp_protocol_error"
path = "src/lib.rs"
[package]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["asynchronous", "network-programming", "api-bindings"]
description = "Data format used to communicate with openssh mux server."
edition = "2018"
keywords = ["ssh", "multiplex", "async", "network", "sftp"]
license = "MIT"
name = "openssh-sftp-protocol-error"
readme = false
repository = "https://github.com/openssh-rust/openssh-sftp-client"
version = "0.1.1"