Cargo Features
[dependencies]
atspi-client = { version = "0.1.0", default-features = false, features = ["tokio", "async-std"] }
- default = async-std
-
The
async-std
feature is set by default wheneveratspi-client
is added without
somewhere in the dependency tree.default-features = false - tokio
-
Enables tokio of atspi-common ^0.1.0 and atspi-proxies ^0.1.0
- async-std default
-
Enables async-std of atspi-common ^0.1.0 and atspi-proxies ^0.1.0
atspi-client has 3 features without comments.