[package]
name = "stynx-code-tui"
version = "3.3.0"
edition = "2024"
description = "Terminal user interface with ratatui for interactive sessions"
license = "MIT"
repository = "https://github.com/maulanasdqn/stynx-code"
readme = "../README.md"
[dependencies]
stynx-code-errors = { workspace = true }
stynx-code-types = { workspace = true }
stynx-code-config = { workspace = true }
serde = { workspace = true }
serde_json = { workspace = true }
tokio = { workspace = true }
async-trait = { workspace = true }
tracing = { workspace = true }
crossterm = { workspace = true }
syntect = { workspace = true }
ratatui = { workspace = true }
unicode-width = { workspace = true }
arboard = { version = "3", default-features = false, features = ["wayland-data-control", "image-data"] }
image = { version = "0.25", default-features = false, features = ["png"] }