Cargo Features
[dependencies]
communication-layer-pub-sub = { version = "0.3.7-rc1", default-features = false, features = ["zenoh"] }
- default = zenoh
-
The
zenoh
feature is set by default whenevercommunication-layer-pub-sub
is added without
somewhere in the dependency tree.default-features = false - zenoh default
-
Enables zenoh ^0.7.0-rc
Affects
communication-layer-pub-sub::zenoh
…