Cargo Features

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

The async-std feature is set by default 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

gvariant

Enables gvariant of zvariant

zvariant:

FIXME: Also allow disabling D-Bus support

tokio

Enables tokio of atspi-common and zbus

atspi-proxies has 4 features without comments.