Cargo Features

tui-dispatch-debug has no features set by default.

[dependencies]
tui-dispatch-debug = { version = "0.6.1", features = ["tasks", "subscriptions", "json-schema"] }
tasks

Enables tasks of tui-dispatch-core

tui-dispatch-core:

Enable TaskManager for async task lifecycle management

subscriptions

Enables subscriptions of tui-dispatch-core

tui-dispatch-core:

Enable Subscriptions for declarative action sources

json-schema = schemars

Affects snapshot::generate_schema, snapshot::schema_json, snapshot::save_schema, snapshot::save_replay_schema

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.

schemars json-schema?

Enables schemars ^0.8