Cargo Features
[dependencies]
range-mutex = { version = "0.1.6", default-features = false, features = ["async"] }
- default = async
-
The
async
feature is set by default wheneverrange-mutex
is added without
somewhere in the dependency tree.default-features = false - async default
RangeMutex has 2 features without comments.