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 wheneverzenoh-flow
is added without
somewhere in the dependency tree.default-features = false - 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.