[package]
name = "async-bincode"
version = "0.4.2"
authors = ["Jon Gjengset <jon@thesquareplanet.com>", "Jonathan Behrens <behrensj@mit.edu>"]
description = "Asynchronous access to a bincode-encoded item stream."
homepage = "https://github.com/jonhoo/async-bincode"
readme = "README.md"
keywords = ["asynchronous", "tokio", "bincode", "serialization"]
categories = ["asynchronous", "encoding", "network-programming"]
license = "MIT/Apache-2.0"
repository = "https://github.com/jonhoo/async-bincode.git"
[dependencies.bincode]
version = "1.0.0"
[dependencies.byteorder]
version = "1.0.0"
[dependencies.futures]
version = "0.1"
[dependencies.serde]
version = "1.0.8"
[dependencies.tokio]
version = "0.1"
[badges.travis-ci]
repository = "jonhoo/async-bincode"