Cargo Features

[dependencies]
accesskit_unix = { version = "0.9.2", default-features = false, features = ["async-io", "tokio"] }
default = async-io

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

async-io default

Enables futures-util, async-std of atspi ^0.19, async-io of zbus ^3.14 and async-channel, async-executor, and async-task

async-channel:

async-io support

tokio

Enables tokio of atspi ^0.19, tokio of zbus ^3.14 and tokio and tokio-stream

tokio-stream:

tokio support