Cargo Features

tokio-serde has no features set by default.

[dependencies]
tokio-serde = { version = "0.9.0", features = ["bincode", "json", "messagepack", "cbor"] }
bincode = bincode-crate, serde

Enables Debug of educe

Affects tokio-serde::formats

json = serde, serde_json

Enables Debug and Default of educe

Affects tokio-serde::formats

messagepack = rmp-serde, serde

Enables Debug and Default of educe

Affects tokio-serde::formats

cbor = serde, serde_cbor

Enables Debug and Default of educe

Affects tokio-serde::formats

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

educe bincode? cbor? json? messagepack?
serde bincode? cbor? json? messagepack?
bincode-crate bincode?

Enables bincode

serde_json json?
rmp-serde messagepack?
serde_cbor cbor?