Cargo Features

[dependencies]
agent-tk = { version = "0.1.0", default-features = false, features = ["all", "mqtt", "tokio", "futures_executor"] }
default all? = mqtt

The mqtt feature is set by default whenever agent-tk is added without default-features = false somewhere in the dependency tree.

all = default, mqtt
mqtt default all? = tokio

Enables rumqttc

Affects delegation::mqtt

tokio mqtt

Enables tokio of yaaral

futures_executor

Enables futures_executor of yaaral