[package]
name = "ghosttea"
version.workspace = true
edition.workspace = true
rust-version.workspace = true
authors.workspace = true
license.workspace = true
repository.workspace = true
description = "A native Ghostty-powered terminal runtime for Electron applications"
readme = "README.md"
[dependencies]
anyhow.workspace = true
async-trait.workspace = true
bytes.workspace = true
portable-pty = "0.9"
ghosttea-vt = { version = "0.1.0", path = "crates/ghostty-adapter" }
ghosttea-text = { version = "0.1.0", path = "crates/text-engine" }
serde.workspace = true
serde_json.workspace = true
tokio.workspace = true
uuid.workspace = true
[dev-dependencies]
tempfile.workspace = true