openssh-sftp-protocol 0.24.1

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

[dependencies.num-derive]
version = "0.4"

[dependencies.num-traits]
version = "0.2"

[dependencies.openssh-sftp-protocol-error]
version = "0.1.1"

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

[dependencies.ssh_format]
version = "0.14.1"

[dependencies.vec-strings]
features = ["serde"]
version = "0.4.5"

[dev-dependencies.serde_json]
version = "1.0"

[dev-dependencies.serde_test]
version = "1.0"

[features]
bytes = ["ssh_format/bytes"]

[lib]
name = "openssh_sftp_protocol"
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"
readme = "README.md"
repository = "https://github.com/openssh-rust/openssh-sftp-client"
version = "0.24.1"