Cargo Features

[dependencies]
atspi-connection = { version = "0.5.0", default-features = false, features = ["tracing", "async-std", "tokio"] }
default = async-std

The async-std feature is set by default whenever atspi-connection is added without default-features = false somewhere in the dependency tree.

tracing

Enables tracing

async-std default

Enables async-io of zbus ^3.12.0, async-std of atspi-common and atspi-proxies

tokio

Enables tokio of atspi-common, atspi-proxies, and zbus ^3.12.0

atspi-connection has 4 features without comments.