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

blocking

Enables once_cell

Affects ksni::blocking

tokio default

Enables tokio, tokio of zbus

async-io

Enables async-executor, async-io, async-lock, futures-channel, futures-lite, and once_cell, async-io of zbus