Cargo Features
Perse has no features set by default.
[dependencies]
perse = { version = "0.1.5", features = ["hydrate", "ssr", "http"] }
- hydrate
-
Enables hydrate of leptos =0.5.0-rc3, leptos_meta =0.5.0-rc3, and leptos_router =0.5.0-rc3
- ssr = leptos_actix
-
Enables once_cell =1.18.0 and sqlx =0.7.1, ssr of leptos =0.5.0-rc3, leptos_meta =0.5.0-rc3, and leptos_router =0.5.0-rc3 and dotenv
Perse
dependencies
and actix-files and actix-web
actix-files:
Leptos
dependencies
Affects
perse::PerseState
…
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.
- http implicit feature
-
Enables http =0.2
http:
A set of types for representing HTTP requests and responses
- leptos_actix ssr?
-
Enables leptos_actix =0.5.0-rc3