Cargo Features
[dependencies]
spawn-wait = { version = "0.2.2", default-features = false, features = ["blocking_wait_any"] }
- default = blocking_wait_any
-
The
blocking_wait_any
feature is set by default wheneverspawn-wait
is added without
somewhere in the dependency tree.default-features = false - blocking_wait_any default = signal-hook
Features from optional dependencies
In crates that don't use the dep:
syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.