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

std default

Affects locktick::std

parking_lot

Enables parking_lot

Affects locktick::parking_lot

tokio

Enables tokio

Affects locktick::tokio

tracing

Enables tracing

test