tui-dispatch-debug 0.6.1

Debugging utilities for tui-dispatch
Documentation
# THIS FILE IS AUTOMATICALLY GENERATED BY CARGO
#
# When uploading crates to the registry Cargo will automatically
# "normalize" Cargo.toml files for maximal compatibility
# with all versions of Cargo and also rewrite `path` dependencies
# to registry (e.g., crates.io) dependencies.
#
# If you are reading this file be aware that the original Cargo.toml
# will likely look very different (and much more reasonable).
# See Cargo.toml.orig for the original contents.

[package]
edition = "2021"
rust-version = "1.85"
name = "tui-dispatch-debug"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Debugging utilities for tui-dispatch"
readme = false
license = "MIT"
repository = "https://github.com/dmk/tui-dispatch"

[features]
default = []
json-schema = ["schemars"]
subscriptions = ["tui-dispatch-core/subscriptions"]
tasks = ["tui-dispatch-core/tasks"]

[lib]
name = "tui_dispatch_debug"
path = "src/lib.rs"

[dependencies.base64]
version = "0.22"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.crossterm]
version = "0.28"

[dependencies.ratatui]
version = "0.29"

[dependencies.ron]
version = "0.8"

[dependencies.schemars]
version = "0.8"
optional = true

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "macros",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tui-dispatch-components]
version = "0.6.1"

[dependencies.tui-dispatch-core]
version = "0.6.1"
features = ["debug"]

[dependencies.tui-dispatch-shared]
version = "0.6.1"