Cargo Features
[dependencies]
hornbeam = { version = "0.0.4", default-features = false, features = ["interpreted", "hot_reload"] }
- default = hot_reload, interpreted
-
These default features are set whenever
hornbeam
is added without
somewhere in the dependency tree.default-features = false - interpreted default
- hot_reload default = axum, tokio
-
Affects
interpreted::hot_reload
,interpreted::is_hot_reload_enabled
…
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.
- tokio hot_reload
- axum hot_reload
-
Enables axum ^0.6.10