Cargo Features

[dependencies]
leptos-fluent = { version = "0.0.28", default-features = false, features = ["hydrate", "ssr", "actix", "axum", "json", "yaml"] }
default = json

The json feature is set by default whenever leptos-fluent is added without default-features = false somewhere in the dependency tree.

hydrate

Enables hydrate of leptos-fluent-macros

ssr

Enables ssr of leptos-fluent-macros

actix

Enables actix of leptos-fluent-macros

axum

Enables axum of leptos-fluent-macros

json default

Enables json of leptos-fluent-macros

yaml

Enables yaml of leptos-fluent-macros

Leptos-fluent has 7 features without comments.