ssh_format 0.14.1

Data format used to communicate with openssh mux server.
Documentation
[package]
name = "ssh_format"
version = "0.14.1"
edition = "2018"

authors = ["Jiahao XU <Jiahao_XU@outlook.com>"]

license = "MIT"
description = "Data format used to communicate with openssh mux server."
repository = "https://github.com/openssh-rust/ssh_format"

keywords = ["serde", "ssh", "serialization", "parsing", "encoding"]
categories = ["encoding"]

[workspace]
members = ["ssh_format_error"]

[features]
is_human_readable = []

[dependencies]                                    
serde = "1.0"
ssh_format_error = { version = "0.1", path = "ssh_format_error" }
bytes = { version = "1.2.1", optional = true }

[dev-dependencies]                                    
serde = { version = "1.0", features = ["derive"] }
assert_matches = "1.5.0"
generator = "0.7"
itertools = "0.10.5"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]