Cargo Features
[dependencies]
keket = { version = "0.20.3", default-features = false, features = ["hotreload"] }
- default = hotreload
-
The
hotreloadfeature is set by default wheneverkeketis added withoutsomewhere in the dependency tree.default-features = false - hotreload default = notify
-
Affects
fetch::hotreload…
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.