multistack 1.0.0

Open source lightweight TUI for parallel agent management
# 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"
name = "multistack"
version = "1.0.0"
authors = ["Giuseppe Della Vedova"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Open source lightweight TUI for parallel agent management"
homepage = "https://github.com/gi-dellav/multistack"
readme = "README.md"
keywords = [
    "ai",
    "cli",
    "tui",
    "dev",
]
license = "GPL-3.0-only"
repository = "https://github.com/gi-dellav/multistack"

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

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

[dependencies.crossterm]
version = "0.29.0"
features = ["event-stream"]

[dependencies.dirs]
version = "6"

[dependencies.futures]
version = "0.3"

[dependencies.notify-rust]
version = "4.17.0"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.portable-pty]
version = "0.9.0"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]

[dependencies.ratatui-explorer-multistack]
version = "0.3.0"

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

[dependencies.vt100]
version = "0.16.2"