tui-dispatch-components 0.6.1

Pre-built UI components 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-components"
version = "0.6.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Pre-built UI components for tui-dispatch"
readme = false
keywords = [
    "tui",
    "components",
    "ratatui",
    "terminal",
]
categories = ["command-line-interface"]
license = "MIT"
repository = "https://github.com/dmk/tui-dispatch"

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

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

[dev-dependencies]

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.crossterm]
version = "0.28"

[target.'cfg(not(target_arch = "wasm32"))'.dependencies.ratatui]
version = "0.29"

[target.'cfg(target_arch = "wasm32")'.dependencies.ratatui]
version = "0.29"
default-features = false

[target.'cfg(target_arch = "wasm32")'.dependencies.tinycrossterm]
version = "0.1.0"