Cargo Features
[dependencies]
static_leak = { version = "0.1.0", default-features = false, features = ["std", "async-std", "spin"] }
- default = std
-
The
std
feature is set by default wheneverstatic_leak
is added without
somewhere in the dependency tree.default-features = false - std default
- async-std
-
Enables async-std
- spin
-
Enables spin
static_leak has 4 features without comments.