Cargo Features

peace_webi_output has no features set by default.

[dependencies]
peace_webi_output = { version = "0.0.15", features = ["error_reporting", "item_interactions", "item_state_example", "output_progress", "ssr"] }
error_reporting

Enables miette, error_reporting of peace_params, peace_rt_model, peace_rt_model_core, and peace_webi_model

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 peace_progress_model, output_progress of peace_cmd_model, peace_flow_model, and peace_item_interaction_model, output_progress of 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 5 features without comments.