Cargo Features

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

These default features are set 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

wrappers default

Enables atspi-common

atspi-connection has 5 features without comments.