Cargo Features

[dependencies]
lendable_mutex = { version = "0.3.2", default-features = false, features = ["nightly"] }
default = parking_lot

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

nightly

Enables nightly of parking_lot ^0.11

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

parking_lot default nightly?

Enables parking_lot ^0.11