Cargo Features

[dependencies]
accesskit_winit = { version = "0.20.0", default-features = false, features = ["rwh_05", "rwh_06", "async-io", "tokio"] }
default = accesskit_unix, async-io, rwh_06

These default features are set whenever accesskit_winit is added without default-features = false somewhere in the dependency tree.

rwh_05

Enables raw-window-handle ^0.5, rwh_05 of winit

rwh_06 default

Enables raw-window-handle, rwh_06 of winit

async-io default

Enables async-io of accesskit_unix

tokio

Enables tokio of accesskit_unix

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

accesskit_unix linux dragonfly freebsd openbsd netbsd default async-io tokio?