Cargo Features
[dependencies]
async-spin-sleep = { version = "0.5.1", default-features = false, features = ["system-clock"] }
- default = system-clock
-
The
system-clock
feature is set by default wheneverasync-spin-sleep
is added without
somewhere in the dependency tree.default-features = false - system-clock default
Async-spin-sleep has 2 features without comments.