Cargo Features
[dependencies]
dioxus-liveview = { version = "0.6.0-alpha.4", 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
Affects
adapters::axum_adapter
,dioxus-liveview::launch
… - multi-thread default
-
Enables rt-multi-thread of tokio
- devtools default
-
Enables dioxus-devtools