arta-tui 0.4.0

Terminal workspace manager for concurrent AI coding agent sessions (tmux/zellij)
# 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 = "arta-tui"
version = "0.4.0"
authors = ["Catalin Jurjiu (https://github.com/cjurjiu)"]
build = false
exclude = [
    "target/",
    "docs/",
    ".github/",
    "CLAUDE.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Terminal workspace manager for concurrent AI coding agent sessions (tmux/zellij)"
homepage = "https://github.com/cjurjiu/arta"
readme = "README.md"
keywords = [
    "tui",
    "tmux",
    "zellij",
    "claude",
    "agent",
]
categories = [
    "command-line-utilities",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/cjurjiu/arta"

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

[dependencies.crossterm]
version = "0.28"

[dependencies.dirs]
version = "5"

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

[dependencies.ratatui]
version = "0.29"

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

[dependencies.serde_json]
version = "1"

[dependencies.serde_yaml]
version = "0.9"

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

[dependencies.vt100]
version = "0.15"

[profile.dist]
lto = "thin"
inherits = "release"