async-bincode 0.5.0-alpha.2

Asynchronous access to a bincode-encoded item stream.
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies
#
# If you believe there's an error in this file please file an
# issue against the rust-lang/cargo repository. If you're
# editing this file be aware that the upstream Cargo.toml
# will likely look very different (and much more reasonable)

[package]
edition = "2018"
name = "async-bincode"
version = "0.5.0-alpha.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.bytes]
version = "0.4.11"

[dependencies.futures-core-preview]
version = "0.3.0-alpha.18"

[dependencies.serde]
version = "1.0.8"

[dependencies.tokio]
version = "0.2.0-alpha.4"
features = ["io"]
[dev-dependencies.futures-preview]
version = "0.3.0-alpha.18"

[dev-dependencies.tokio]
version = "0.2.0-alpha.4"
[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "jonhoo/async-bincode"