Cargo Features

peace_rt_model has no features set by default.

[dependencies]
peace_rt_model = { version = "0.0.14", features = ["error_reporting", "output_in_memory", "output_progress", "item_interactions", "item_state_example"] }
error_reporting

Enables miette, error_reporting of peace_params and peace_rt_model_hack

output_in_memory

Enables output_in_memory of peace_rt_model_native

output_progress

Enables output_progress of peace_cfg, peace_item_model, and peace_rt_model_hack

item_interactions

Enables heck and indexmap, item_interactions of peace_cfg, item_locations_and_interactions of peace_item_model

Affects item_rt::ItemRt.interactions_example, item_rt::ItemRt.interactions_try_current, item_rt::ItemRt.interactions_tag_name

item_state_example

Enables item_state_example of peace_cfg, peace_data, and peace_params

Affects item_rt::ItemRt.state_example, item_rt::ItemRt.interactions_example, item_rt::ItemRt.interactions_try_current, item_rt::ItemRt.interactions_tag_name

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.

peace_rt_model_hack error_reporting? output_progress?