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

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.