Cargo Features
[dependencies]
hyperchad_renderer_html = { version = "0.1.0", default-features = false, features = ["fail-on-warnings", "debug", "actix", "lambda", "json", "assets", "actions", "sse", "extend"] }
- default = actix, assets, debug, extend, json, lambda
-
These default features are set whenever
hyperchad_renderer_html
is added without
somewhere in the dependency tree.default-features = false - fail-on-warnings
- debug default
- actix default = extend
-
Enables hyperchad_renderer_html_actix
Affects
hyperchad_renderer_html::actix
… - lambda default
-
Enables hyperchad_renderer_html_lambda
Affects
hyperchad_renderer_html::lambda
… - json default
-
Enables serde_json, json of hyperchad_renderer, hyperchad_router, and optional hyperchad_renderer_html_lambda
- assets default
-
Enables assets of hyperchad_renderer, optional hyperchad_renderer_html_actix, and optional hyperchad_renderer_html_lambda
Affects
hyperchad_renderer_html::HtmlApp.with_static_asset_routes
… - actions
-
Enables actions of optional hyperchad_renderer_html_actix
- sse
-
Enables sse of optional hyperchad_renderer_html_actix
- extend default actix
-
Enables thiserror
Affects
hyperchad_renderer_html::extend
,hyperchad_renderer_html::HtmlApp.with_html_renderer_event_rx
,hyperchad_renderer_html::HtmlApp.set_html_renderer_event_rx
…