Cargo Features

dioxus-aws has no features set by default.

[dependencies]
dioxus-aws = { version = "0.6.15", features = ["web", "server", "web-only", "lambda", "tokio"] }
web web-only?

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

server lambda? = axum, axum-core, dioxus-cli-config, tokio, tower-layer, tower-service

Enables tokio, axum and server of dioxus-fullstack and fullstack of dioxus

dioxus:

Platforms

Affects dioxus-aws::launch_with_layers, dioxus-aws::AppBuilder

web-only = web
lambda = http, lambda_http, lambda_runtime, server, tower
tokio server?

Enables tokio

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.

dioxus-cli-config server?
axum server?

Enables axum ^0.7.5

lambda_http lambda?

Enables lambda_http ^0.12.0

lambda_runtime lambda?

Enables lambda_runtime ^0.12.0

tower lambda?

Enables tower ^0.4.13

http lambda?
tower-layer server?
tower-service server?
axum-core server?

Enables axum-core ^0.4.5