Cargo Features
[dependencies]
atspi-proxies = { version = "0.8.0", default-features = false, features = ["async-std", "gvariant", "tokio"] }
- default = async-std
-
The
async-std
feature is set by default wheneveratspi-proxies
is added without
somewhere in the dependency tree.default-features = false - async-std default
-
Enables async-std of atspi-common, async-io of zbus ^4.2
- gvariant
-
Enables gvariant of zvariant ^4.1
zvariant:
FIXME: Also allow disabling D-Bus support
- tokio
-
Enables tokio of atspi-common and zbus ^4.2
atspi-proxies has 4 features without comments.