Cargo Features

[dependencies]
atspi-connection = { version = "0.9.0", default-features = false, features = ["async-std", "tokio", "tracing"] }
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.

async-std default

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

tokio

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

tracing

Enables tracing

atspi-connection has 4 features without comments.