Cargo Features
[dependencies]
onload = { version = "0.3.0", default-features = false, features = ["9", "8", "debug"] }
- default = 9
-
The
9
feature is set by default wheneveronload
is added without
somewhere in the dependency tree.default-features = false - 9 default
- 8
- debug = bindgen
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.