Cargo Features
[dependencies]
dioxus-liveview = { version = "0.6.1", default-features = false, features = ["axum", "multi-thread", "devtools"] }
- default = devtools, multi-thread
-
These default features are set whenever
dioxus-liveview
is added without
somewhere in the dependency tree.default-features = false - axum
-
Enables axum ^0.7.0
Affects
adapters::axum_adapter
,dioxus-liveview::launch
… - multi-thread default
-
Enables rt-multi-thread of tokio
- devtools default
-
Enables dioxus-devtools