Cargo Features
[dependencies]
locktick = { version = "0.2.0", default-features = false, features = ["std", "parking_lot", "tokio", "tracing", "test"] }
- default = std
-
The
std
feature is set by default wheneverlocktick
is added without
somewhere in the dependency tree.default-features = false - std default
-
Affects
locktick::std
… - parking_lot
-
Enables parking_lot
Affects
locktick::parking_lot
… - tokio
-
Enables tokio
Affects
locktick::tokio
… - tracing
-
Enables tracing
- test