dextui 0.3.1

A two-pane terminal UI for browsing and triaging dex tasks
# 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.85"
name = "dextui"
version = "0.3.1"
build = false
exclude = [
    "CLAUDE.md",
    "docs/",
    "scripts/",
    ".gitignore",
    "handoff.md",
    ".claude/",
    "AGENTS.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A two-pane terminal UI for browsing and triaging dex tasks"
readme = "README.md"
keywords = [
    "tui",
    "tasks",
    "dex",
    "terminal",
    "ratatui",
]
categories = ["command-line-utilities"]
license = "MIT"
repository = "https://github.com/DanielCarmingham/dextui"

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

[dependencies.anyhow]
version = "1.0.104"

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

[dependencies.crossterm]
version = "0.29.0"

[dependencies.notify]
version = "8.2.0"

[dependencies.ratatui]
version = "0.30.2"

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

[dependencies.serde_json]
version = "1.0.151"

[dependencies.toml]
version = "1.1.4"

[dependencies.tui-markdown]
version = "0.3.9"
default-features = false