Cargo Features

[dependencies]
dioxus = { version = "0.6.0-alpha.4", default-features = false, features = ["minimal", "signals", "macro", "html", "hooks", "devtools", "mounted", "file_engine", "asset", "document", "launch", "router", "fullstack", "desktop", "mobile", "web", "ssr", "liveview", "static-generation", "axum", "server", "third-party-renderer"] }
default = asset, devtools, document, file_engine, hooks, html, launch, macro, mounted, signals

These default features are set whenever dioxus is added without default-features = false somewhere in the dependency tree.

minimal = hooks, html, launch, macro, signals
signals default minimal?

Enables dioxus-signals

macro default minimal?

Enables dioxus-core-macro

html default minimal?

Enables dioxus-html

hooks default minimal?

Enables dioxus-hooks

devtools default

Enables dioxus-devtools, devtools of optional dioxus-fullstack and optional dioxus-web

mounted default

Enables mounted of optional dioxus-html and optional dioxus-web

file_engine default

Enables file_engine of optional dioxus-web

asset default

Enables manganis

document default

Enables dioxus-document and dioxus-history, document of optional dioxus-web

launch default minimal?

Enables dioxus-config-macro

router

Enables dioxus-router

fullstack

Platforms

Enables dioxus-fullstack and serde, fullstack of dioxus-config-macro

desktop

Enables dioxus-desktop, desktop of dioxus-config-macro, desktop of optional dioxus-fullstack

mobile

Enables dioxus-mobile, mobile of dioxus-config-macro and optional dioxus-fullstack

web

Enables dioxus-web, web of dioxus-config-macro, optional dioxus-fullstack, and optional dioxus-static-site-generation

ssr server?

Enables dioxus-ssr, ssr of dioxus-config-macro

liveview

Enables dioxus-liveview, liveview of dioxus-config-macro

static-generation

Enables dioxus-static-site-generation, static-generation of dioxus-config-macro

axum = server
server axum? = ssr

Enables axum, axum and server of optional dioxus-fullstack, axum of optional dioxus-liveview, server of optional dioxus-static-site-generation

third-party-renderer

This feature just disables the no-renderer-enabled warning