Cargo Features
[dependencies]
atspi-connection = { version = "0.8.0", default-features = false, features = ["tracing", "async-std", "tokio"] }
- default = async-std
-
The
async-std
feature is set by default wheneveratspi-connection
is added without
somewhere in the dependency tree.default-features = false - tracing
-
Enables tracing
- async-std default
-
Enables async-io of zbus ^4.2, async-std of atspi-common and atspi-proxies
- tokio
-
Enables tokio of atspi-common, atspi-proxies, and zbus ^4.2
atspi-connection has 4 features without comments.