async-proto 0.12.1

Simple async binary network protocols
Documentation
[dependencies.async-proto-derive]
version = "=0.12.1"

[dependencies.byteorder]
optional = true
version = "1"

[dependencies.chrono]
optional = true
version = "0.4"

[dependencies.chrono-tz]
optional = true
version = "0.6"

[dependencies.dep_tokio_tungstenite]
optional = true
package = "tokio-tungstenite"
version = "0.16"

[dependencies.dep_warp]
optional = true
package = "warp"
version = "0.3"

[dependencies.derive_more]
default-features = false
features = ["from"]
version = "0.99"

[dependencies.futures]
optional = true
version = "0.3"

[dependencies.noisy_float]
optional = true
version = "0.2"

[dependencies.serde_json]
optional = true
version = "1"

[dependencies.tokio]
features = ["io-util"]
version = "1"

[features]
blocking = ["read-sync", "write-sync"]
read-sync = ["async-proto-derive/read-sync", "byteorder"]
tokio-tungstenite = ["dep_tokio_tungstenite", "futures"]
warp = ["dep_warp", "futures"]
write-sync = ["async-proto-derive/write-sync", "byteorder"]

[package]
authors = ["Fenhl <fenhl@fenhl.net>"]
description = "Simple async binary network protocols"
edition = "2018"
license = "MIT"
name = "async-proto"
readme = "../../README.md"
repository = "https://github.com/fenhl/async-proto"
version = "0.12.1"
[package.metadata.docs.rs]
all-features = true
rustdoc-args = ["--cfg", "docsrs"]