Cargo Features

Bounce has no features set by default.

[dependencies]
bounce = { version = "0.9.0", features = ["ssr", "query", "helmet"] }
ssr = html-escape

Affects bridge::HelmetBridgeProps.writer

query = async-trait

Affects bounce::query

helmet = gloo, web-sys

Affects bounce::helmet

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.

async-trait query?
gloo helmet?

Enables gloo ^0.10.0

html-escape ssr?
web-sys helmet?