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 wheneveraccesskit_unix
is added without
somewhere in the dependency tree.default-features = false - 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