Cargo Features

[dependencies]
zenoh-flow = { version = "0.5.0-alpha.4", default-features = false, features = ["data_bincode", "data_cbor", "data_json", "debug"] }
default = debug

The debug feature is set by default whenever zenoh-flow is added without default-features = false somewhere in the dependency tree.

data_bincode

Affects resources::serialize_data

data_cbor = serde_cbor

Affects resources::serialize_data

data_json debug = serde_json

Affects resources::serialize_data

debug default = data_json

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.

serde_cbor data_cbor?
serde_json data_json?