Cargo Features

static_locks has no features set by default.

[dependencies]
static_locks = { version = "0.1.0", features = ["owning_ref_support", "nightly", "deadlock_detection", "serde_support"] }
owning_ref_support = owning_ref

Enables owning_ref of parking_lot ^0.10

nightly

Enables nightly of parking_lot ^0.10

deadlock_detection

Enables deadlock_detection of parking_lot ^0.10

serde_support = serde

Enables serde of parking_lot ^0.10

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.

owning_ref owning_ref_support?
serde serde_support?