Cargo Features

[dependencies]
atspi-proxies = { version = "0.5.0", default-features = false, features = ["async-std", "gvariant", "tokio", "async-trait"] }
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 ^3.12.0

gvariant

Enables gvariant of zbus ^3.12.0

tokio

Enables tokio of atspi-common and zbus ^3.12.0

Features from optional dependencies

async-trait implicit feature

Enables async-trait

optional dependencies