Cargo Features

MessagePack-Async has no features set by default.

[dependencies]
messagepack-async = { version = "0.2.3", features = ["tokio", "sync"] }
tokio

Enables tokio and tokio-util

Affects messagepack-async::tokio

sync

Enables byteorder

Affects messagepack-async::sync