Cargo Features

[dependencies]
atspi-proxies = { version = "0.10.0", default-features = false, features = ["async-std", "tokio", "wrappers"] }
default = async-std, wrappers

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

async-std default

Enables async-std of atspi-common, async-io of zbus

tokio

Enables tokio of atspi-common and zbus

wrappers default

atspi-proxies has 4 features without comments.