Cargo Features

Leptos-fluent has no features set by default.

[dependencies]
leptos-fluent = { version = "0.0.22", features = ["csr", "hydrate", "ssr", "actix"] }
csr

Enables Navigator and Storage of web-sys, csr of leptos, leptos-fluent-macros, and leptos_router

hydrate

Enables Navigator and Storage of web-sys, hydrate of leptos, leptos-fluent-macros, and leptos_router

ssr

Enables ssr of leptos, leptos-fluent-macros, and leptos_router

actix

Enables actix-web, actix of leptos-fluent-macros

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.

web-sys csr? hydrate?