Cargo Features
[dependencies]
up-rust = { version = "0.9.0", default-features = false, features = ["cloudevents", "communication", "udiscovery", "usubscription", "utwin", "util", "symphony", "test-util"] }
- default = communication
-
The
communicationfeature is set by default wheneverup-rustis added withoutsomewhere in the dependency tree.default-features = false - cloudevents
- communication default symphony? = usubscription
-
Enables thiserror ^1.0.69, sync and time of tokio
Affects
up-rust::communication… - udiscovery
-
Affects
core::udiscovery… - usubscription communication
-
Affects
core::usubscription… - utwin
-
Affects
core::utwin… - util
-
Affects
up-rust::local_transport… - symphony = communication
-
Enables serde, serde_json, and symphony
Affects
up-rust::symphony… - test-util = mockall
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.
- mockall test-util?
-
Enables mockall ^0.13
- tokio communication util?