Cargo Features

[dependencies]
range-mutex = { version = "0.1.6", default-features = false, features = ["async"] }
default = async

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

async default

RangeMutex has 2 features without comments.