Cargo Features

[dependencies]
latches = { version = "0.2.0", default-features = false, features = ["std", "futex", "sync", "task", "atomic-wait"] }
default = atomic-wait, sync

These default features are set whenever latches is added without default-features = false somewhere in the dependency tree.

std
futex = atomic-wait
sync default
task
atomic-wait default futex?

Enables atomic-wait

Latches has 6 features without comments.