binprot 0.1.6

Rust implementation of the bin_prot protocol.
Documentation
[dependencies.async-trait]
optional = true
version = "0.1.50"

[dependencies.binprot_derive]
version = "0.1.6"

[dependencies.byteorder]
version = "1.4.3"

[dependencies.md5]
version = "0.7.0"

[dependencies.tokio]
features = ["io-util", "macros", "rt"]
optional = true
version = "1.8"
[dev-dependencies.anyhow]
version = "1"

[features]
async = ["binprot_derive/async", "async-trait", "tokio"]

[package]
authors = ["laurent <laurent.mazare@gmail.com>"]
categories = ["network-programming"]
description = "Rust implementation of the bin_prot protocol."
edition = "2018"
keywords = ["bin_prot", "protocol", "network"]
license = "MIT/Apache-2.0"
name = "binprot"
readme = "README.md"
repository = "https://github.com/LaurentMazare/binprot-rs"
version = "0.1.6"