futures_codec 0.4.1

Utilities for encoding and decoding frames using `async/await`
Documentation
[dependencies.bytes]
version = "0.5.4"

[dependencies.futures]
version = "0.3.5"

[dependencies.memchr]
version = "2.2.3"

[dependencies.pin-project]
version = "0.4.22"

[dependencies.serde]
features = ["derive"]
optional = true
version = "1.0.113"

[dependencies.serde_cbor]
optional = true
version = "0.11.1"

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

[features]
cbor = ["serde", "serde_cbor"]
default = []
json = ["serde", "serde_json"]

[package]
authors = ["Matt Hunzinger <matthunz2@gmail.com>"]
categories = ["asynchronous", "network-programming"]
description = "Utilities for encoding and decoding frames using `async/await`"
documentation = "https://docs.rs/crate/futures_codec"
edition = "2018"
homepage = "https://github.com/matthunz/futures-codec"
keywords = ["future", "futures", "async", "codec"]
license = "MIT"
name = "futures_codec"
readme = "README.md"
repository = "https://github.com/matthunz/futures-codec"
version = "0.4.1"
[package.metadata.docs.rs]
all-features = true