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 wheneverlendable_mutex
is added without
somewhere in the dependency tree.default-features = false - 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