Cargo Features
peace_webi_output has no features set by default.
[dependencies]
peace_webi_output = { version = "0.0.14", features = ["item_interactions", "item_state_example", "output_progress", "ssr"] }
- item_interactions
-
Enables item_interactions of peace_rt_model and peace_webi_components
peace_webi_components:
Technically always needed, but we need to put these in its own feature so that these aren't enabled in the underlying crates when
--no-default-features
is used. - item_state_example
-
Enables item_state_example of peace_rt_model and peace_webi_components
- output_progress
-
Enables output_progress of peace_cmd_model, peace_core, peace_flow_model, peace_item_model, peace_rt_model, peace_rt_model_core, and peace_webi_model
- ssr
-
Enables ssr of leptos, leptos_meta, leptos_router, and peace_webi_components
peace_webi_output has 4 features without comments.