Cargo Features

[dependencies]
rsbinder-aidl = { version = "0.2.3", default-features = false, features = ["sync", "async"] }
default = async

The async feature is set by default whenever rsbinder-aidl is added without default-features = false somewhere in the dependency tree.

sync
async default

rsbinder-aidl has 3 features without comments.