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

async-io default

Enables async-io of zbus

blocking-api default

Enables blocking-api of zbus

zbus:

Enable blocking API (default).

logind-zbus has 3 features without comments.