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

all = default, for_delegation_server, mqtt
mqtt all? for_delegation_server? = tokio

Enables mqtt-channel and mqtt-service

Affects delegation::mqtt

tokio mqtt?

Enables tokio of yaaral

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