[dependencies.bytes]
version = "0.5.2"
[dependencies.futures]
version = "0.3.1"
[dependencies.memchr]
version = "2.2.1"
[dependencies.pin-project]
version = "0.4.6"
[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.3.4"