amp-async 0.1.3

Implementation of the AMP remoting protocol
Documentation
[dependencies.amp-serde]
version = "0.1.0"

[dependencies.bytes]
features = ["serde"]
version = "0.5"

[dependencies.futures]
version = "0.3"

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

[dependencies.serde_bytes]
version = "0.11"

[dependencies.tokio]
features = ["tcp", "io-util", "signal", "sync", "stream", "rt-util", "io-std", "macros"]
version = "0.2"

[dependencies.tokio-util]
features = ["codec"]
version = "0.3"

[package]
authors = ["Jonathan Bastien-Filiatrault <joe@x2a.org>"]
categories = ["network-programming"]
description = "Implementation of the AMP remoting protocol"
edition = "2018"
license = "GPL-3.0+"
name = "amp-async"
version = "0.1.3"