[badges.maintenance]
status = "passively-maintained"
[badges.travis-ci]
repository = "jonhoo/async-bincode"
[dependencies.bincode]
version = "1.0.0"
[dependencies.byteorder]
version = "1.0.0"
[dependencies.bytes]
version = "0.5.0"
[dependencies.futures-core]
version = "0.3.0"
[dependencies.futures-sink]
version = "0.3.0"
[dependencies.serde]
version = "1.0.8"
[dependencies.tokio]
features = ["tcp"]
version = "0.2.0"
[dev-dependencies.futures]
version = "0.3.0"
[dev-dependencies.tokio]
features = ["full"]
version = "0.2.0"
[package]
authors = ["Jon Gjengset <jon@thesquareplanet.com>", "Jonathan Behrens <behrensj@mit.edu>"]
categories = ["asynchronous", "encoding", "network-programming"]
description = "Asynchronous access to a bincode-encoded item stream."
edition = "2018"
homepage = "https://github.com/jonhoo/async-bincode"
keywords = ["asynchronous", "tokio", "bincode", "serialization"]
license = "MIT/Apache-2.0"
name = "async-bincode"
readme = "README.md"
repository = "https://github.com/jonhoo/async-bincode.git"
version = "0.5.1"