xtui 0.3.0

TUI for discovering and running project commands (xtask, cargo, just, nu, npm, make, mise)
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 = "2024"
rust-version = "1.91"
name = "xtui"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI for discovering and running project commands (xtask, cargo, just, nu, npm, make, mise)"
readme = "README.md"
keywords = [
    "tui",
    "cli",
    "cargo",
    "xtask",
    "productivity",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/89jobrien/xtui"

[lib]
name = "xtui"
path = "src/lib.rs"
doctest = false

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

[[test]]
name = "integration"
path = "tests/integration.rs"

[[test]]
name = "sources"
path = "tests/sources.rs"

[dependencies.ansi-to-tui]
version = "8"

[dependencies.anyhow]
version = "1"

[dependencies.dirs]
version = "6"

[dependencies.futures-util]
version = "0.3"

[dependencies.krates]
version = "0.17"

[dependencies.ratatui]
version = "0.30"

[dependencies.redb]
version = "2"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tokio-util]
version = "0.7"
features = ["codec"]

[dependencies.toml]
version = "1"

[dependencies.ureq]
version = "2"
features = ["json"]

[dev-dependencies.proptest]
version = "1"