Cargo Features

leptos_query has no features set by default.

[dependencies]
leptos_query = { version = "0.5.3", features = ["csr", "ssr", "local_storage", "indexed_db"] }
hydrate csr = async_cell, gloo-timers, js-sys, web-sys
ssr = tokio
local_storage = miniserde

Enables Storage of web-sys

indexed_db = indexed_db_futures, miniserde

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.

js-sys csr? hydrate?
web-sys csr? hydrate? local_storage?
miniserde indexed_db? local_storage?
gloo-timers csr? hydrate?
tokio ssr?
indexed_db_futures indexed_db?
async_cell csr? hydrate?