Cargo Features

[dependencies]
accesskit_unix = { version = "0.14.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 async-channel, async-executor, async-task, and futures-util

async-channel:

async-io support

tokio

Enables tokio and tokio-stream

tokio-stream:

tokio support