Cargo Features

tallyweb-frontend has no features set by default.

[dependencies]
tallyweb-frontend = { version = "0.3.5", features = ["csr", "hydrate", "ssr", "http"] }
csr

Enables csr of leptos, leptos_meta, and leptos_router

hydrate

Enables hydrate of leptos, leptos_meta, and leptos_router

ssr

Enables leptos_actix, sqlx ^0.7.1 and tokio, actix-files, actix-web, and tallyweb-backend, ssr of leptos, actix and ssr of leptos-use ^0.12, ssr of leptos_meta and leptos_router

Affects api::extract_pool, tallyweb-frontend::middleware

Features from optional dependencies

http implicit feature

Enables http ^0.2

http:

A set of types for representing HTTP requests and responses