Cargo Features
[dependencies]
agent-tk = { version = "0.2.0", default-features = false, features = ["all", "mqtt", "tokio", "futures_executor", "for_delegation_server"] }
- default all? = futures_executor
-
The
futures_executor
feature is set by default wheneveragent-tk
is added without
somewhere in the dependency tree.default-features = false - all = default, for_delegation_server, mqtt
- mqtt all? for_delegation_server? = tokio
-
Enables mqtt-channel and mqtt-service
Affects
delegation::mqtt
… - tokio mqtt?
- futures_executor default
-
Enables futures_executor of yaaral
- for_delegation_server all? = mqtt
-
Enables colog and mqtt-service
Required by the agent-tk-delegation-server binary