Cargo Features

dioxus_server_macro has no features set by default.

[dependencies]
dioxus_server_macro = { version = "0.7.0-rc.0", features = ["axum", "server", "browser", "reqwest", "generic"] }
axum

Enables axum of server_fn_macro =0.8.3

server

Enables ssr of server_fn_macro =0.8.3

browser
reqwest

Enables reqwest of server_fn_macro =0.8.3

generic

Enables generic of server_fn_macro =0.8.3

dioxus_server_macro has 5 features without comments.