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
# 0.7.0

* Update tokio-util to 0.7.

# 0.6.0

* Update to tokio 1.0.
* Update to tokio-util 0.6.
* Update to bytes 1.0.

# 0.5.0

* Update to tokio 0.3.
* Update to tokio-util 0.5.
* Update to bytes 0.6.

# 0.4.0

* Update to tokio 0.2.
* Update to serde-cbor 0.11.

# 0.3.1

* Make the encoder and decoder send and sync.

# 0.3.0

* cbor version bump.

# 0.2.1

* Depend on non-alpha cbor.

# 0.2.0

* Support for Serde 1.0.

# 0.1.0

* Initial version, with `Codec`, `Decoder` and `Encoder`.