roxid 1.0.0

A Terminal User Interface (TUI) for managing and executing YAML-based pipelines
# 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"
version = "1.0.0"
authors = ["Trey Herrington <trey.herrington00@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A Terminal User Interface (TUI) for managing and executing YAML-based pipelines"
homepage = "https://github.com/yourusername/roxid"
readme = "README.md"
keywords = [
    "tui",
    "pipeline",
    "cli",
    "terminal",
    "yaml",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/trey-herrington/roxid"

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

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

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

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

[dependencies.roxid-tui]
version = "1.0.0"

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