Cargo Features

[dependencies]
accesskit_unix = { version = "0.13.0", 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.22, async-io of zbus ^4.4 and async-channel, async-executor, and async-task

async-channel:

async-io support

tokio

Enables tokio of atspi ^0.22, tokio of zbus ^4.4 and tokio and tokio-stream

tokio-stream:

tokio support