tokio-serde-cbor 0.7.0

Integration of serde_cbor into tokio-io, to allow sending CBOR encoded frames across network (and possibly through other transports).
Documentation
[badges.appveyor]
repository = "vorner/tokio-serde-cbor"

[badges.maintenance]
status = "passively-maintained"

[badges.travis-ci]
repository = "vorner/tokio-serde-cbor"
[dependencies.bytes]
version = "~1"

[dependencies.serde]
version = "~1"

[dependencies.serde_cbor]
version = "~0.11.1"

[dependencies.tokio-util]
features = ["codec"]
version = "~0.7"
[dev-dependencies.futures]
version = "~0.3"

[dev-dependencies.tokio]
features = ["macros", "rt", "net"]
version = "~1"

[package]
authors = ["Michal 'vorner' Vaner <vorner@vorner.cz>", "Vadym S. Khondar <vadym@khondar.name>"]
categories = ["asynchronous", "network-programming"]
description = "Integration of serde_cbor into tokio-io, to allow sending CBOR encoded frames across network (and possibly through other transports)."
documentation = "https://docs.rs/tokio-serde-cbor"
edition = "2018"
keywords = ["cbor", "tokio", "framing"]
license = "Apache-2.0/MIT"
name = "tokio-serde-cbor"
readme = "README.md"
repository = "https://github.com/vorner/tokio-serde-cbor"
version = "0.7.0"