Cargo Features
[dependencies]
up-rust = { version = "0.3.0", default-features = false, features = ["cloudevents", "communication", "udiscovery", "usubscription", "utwin", "util", "test-util"] }
- default = communication
-
The
communication
feature is set by default wheneverup-rust
is added without
somewhere in the dependency tree.default-features = false - cloudevents
- communication default = usubscription
-
Enables thiserror ^1.0, 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
… - 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.