tokio-serde-bincode 0.1.1

Utilities needed to easily implement a Tokio bincode transport using serde for bincode serialization and deserialization of frame values.
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]
name = "tokio-serde-bincode"
version = "0.1.1"
authors = ["Antoni Boucher <bouanto@zoho.com>"]
description = "Utilities needed to easily implement a Tokio bincode transport using serde for bincode serialization and deserialization of frame values."
license = "MIT"
repository = "https://github.com/antoyo/tokio-serde-bincode"
[dependencies.serde]
version = "^1.0.8"

[dependencies.bincode]
version = "^0.8.0"

[dependencies.bytes]
version = "^0.4.4"

[dependencies.tokio-serde]
version = "^0.1.0"

[dependencies.futures]
version = "^0.1.14"

[dependencies.derive-error]
version = "^0.0.3"
[dev-dependencies.tokio-core]
version = "^0.1.8"

[dev-dependencies.serde_derive]
version = "^1.0.8"

[dev-dependencies.tokio-io]
version = "^0.1.2"