[package]
name = "marver"
version = "0.0.28"
edition = "2024"
rust-version = "1.88"
description = "A TUI workspace for AI agent sessions: tmux orchestration, git worktree management, and repo control in one place."
authors = ["Kit <rootpy1@gmail.com>"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/rootpy1/marver"
readme = "README.md"
keywords = ["tui", "tmux", "worktree", "agents", "workspace"]
categories = ["command-line-utilities", "development-tools"]
[dependencies]
chrono = { version = "0.4.45", default-features = false, features = ["clock", "serde"] }
libc = "0.2.189"
portable-pty = "0.9.0"
ratatui = "0.30"
rusqlite = { version = "0.40.1", features = ["bundled"] }
serde = { version = "1.0.229", features = ["derive"] }
serde_json = "1.0.151"
shell-words = "1.1.1"
thiserror = "2.0.19"
tui-term = "0.3"
vt100 = "0.16"
[dev-dependencies]
tempfile = "3.27.0"