Cargo Features
[dependencies]
ksni = { version = "0.3.1", default-features = false, features = ["blocking", "tokio", "async-io"] }
- default = tokio
-
The
tokio
feature is set by default wheneverksni
is added without
somewhere in the dependency tree.default-features = false - blocking
-
Enables once_cell
Affects
ksni::blocking
… - tokio default
- async-io
-
Enables async-executor, async-io, async-lock, futures-channel, futures-lite, and once_cell, async-io of zbus