nextdeck 0.1.0

A TUI wrapper for cargo-nextest, Clap-powered xtasks, and more.
# 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 = "2024"
rust-version = "1.95"
name = "nextdeck"
version = "0.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A TUI wrapper for cargo-nextest, Clap-powered xtasks, and more."
homepage = "https://github.com/romansky/nextdeck"
documentation = "https://docs.rs/nextdeck"
readme = "README.md"
keywords = [
    "tui",
    "nextest",
    "testing",
    "cargo",
    "rust",
]
categories = [
    "command-line-utilities",
    "development-tools::testing",
]
license = "Apache-2.0"
repository = "https://github.com/romansky/nextdeck"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.chrono]
version = "0.4"
features = ["clock"]
default-features = false

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

[dependencies.crossterm]
version = "0.28"

[dependencies.libc]
version = "0.2"

[dependencies.nextdeck-helper]
version = "0.1.0"

[dependencies.nextest-metadata]
version = "0.14.1"

[dependencies.ratatui]
version = "0.29"

[dependencies.regex]
version = "1.11"

[dependencies.rustc-demangle]
version = "0.1"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.terminal-colorsaurus]
version = "1.0.3"

[dependencies.tokio]
version = "1.48"
features = [
    "io-util",
    "macros",
    "process",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]