Cargo Features

[dependencies]
zbus_polkit = { version = "5.0.0", default-features = false, features = ["tokio", "blocking-api"] }
default = blocking-api

These default features are set whenever zbus_polkit is added without default-features = false somewhere in the dependency tree.

Enables async-io of zbus

tokio

Enables tokio of zbus

blocking-api default

Enables blocking-api of zbus

zbus:

Enable blocking API (default).

zbus_polkit has 3 features without comments.