neimar 0.1.0

TUI app for managing multiple AI bot sessions in a terminal
# 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 = "neimar"
version = "0.1.0"
authors = ["Dragan Rakita <dragan0rakita@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "TUI app for managing multiple AI bot sessions in a terminal"
readme = "README.md"
license = "MIT OR Apache-2.0"
repository = "https://github.com/rakita/neimar"

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

[dependencies.arboard]
version = "3"

[dependencies.crossterm]
version = "0.28"

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

[dependencies.rand]
version = "0.10.0"

[dependencies.ratatui]
version = "0.30"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tui-term]
version = "0.3"

[dependencies.unicode-width]
version = "0.2"

[dependencies.vt100]
version = "0.16"