Cargo Features

[dependencies]
aqara = { version = "0.1.0", default-features = false, features = ["china", "singapore"] }
default = china

The china feature is set by default whenever aqara is added without default-features = false somewhere in the dependency tree.

china default
usa europe korea russia singapore

Aqara has 3 features without comments.