Cargo Features

AccessKit has no features set by default.

[dependencies]
accesskit = { version = "0.14.0", features = ["serde", "schemars", "pyo3"] }
serde schemars? = enumn

Enables serde

schemars = serde

Enables schemars

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.

enumn serde?
pyo3 implicit feature

Enables pyo3 ^0.20

pyo3:

Bindings to Python interpreter