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
somewhere in the dependency tree.default-features = false - tokio
- blocking-api default
-
Enables blocking-api of zbus
zbus:
Enable blocking API (default).
zbus_polkit has 3 features without comments.