roxid-tui 1.0.0

Internal: Terminal UI components for roxid pipeline runner - not intended for direct use
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"
name = "roxid-tui"
version = "1.0.0"
build = false
publish = true
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Internal: Terminal UI components for roxid pipeline runner - not intended for direct use"
documentation = "https://docs.rs/roxid-tui"
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/trey-herrington/roxid"

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

[[bin]]
name = "roxid-tui"
path = "src/main.rs"

[dependencies.color-eyre]
version = "0.6.5"

[dependencies.crossterm]
version = "0.29.0"

[dependencies.pipeline-service]
version = "1.0.0"

[dependencies.ratatui]
version = "0.29.0"

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

[dependencies.serde_yaml]
version = "0.9"

[dependencies.tokio]
version = "1.0"
features = ["full"]