Cargo Features
[dependencies]
logind-zbus = { version = "5.3.2", default-features = false, features = ["async-io", "blocking-api"] }
- default = async-io, blocking-api
-
These default features are set whenever
logind-zbusis added withoutsomewhere in the dependency tree.default-features = false - async-io default
- blocking-api default
-
Enables blocking-api of zbus
zbus:
Enable blocking API (default).
logind-zbus has 3 features without comments.