agx-tui 0.2.0

Step-through debugger for your agent — terminal-native session timeline viewer for Claude Code, Codex, Gemini, LangChain, Vercel AI SDK, and OpenTelemetry GenAI traces
Documentation
# 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 = "agx-tui"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Step-through debugger for your agent — terminal-native session timeline viewer for Claude Code, Codex, Gemini, LangChain, Vercel AI SDK, and OpenTelemetry GenAI traces"
documentation = "https://docs.rs/agx-tui"
readme = "README.md"
keywords = [
    "agent",
    "debugger",
    "tui",
    "claude",
    "observability",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/brevity1swos/agx"

[features]
default = []
embedding-search = ["agx-core/embedding-search"]
notifications = ["agx-core/notifications"]
otel-proto = ["agx-core/otel-proto"]

[lib]
name = "agx"
path = "src/lib.rs"

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

[[test]]
name = "corpus_test"
path = "tests/corpus_test.rs"

[[test]]
name = "summary_test"
path = "tests/summary_test.rs"

[[bench]]
name = "agx_bench"
path = "benches/agx_bench.rs"
harness = false

[dependencies.agx-core]
version = "0.2.0"

[dependencies.anyhow]
version = "1"

[dependencies.arboard]
version = "3"

[dependencies.clap]
version = "4"
features = ["derive"]

[dependencies.clap_complete]
version = "4"

[dependencies.crossterm]
version = "0.29"

[dependencies.ratatui]
version = "0.30"
features = ["crossterm"]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dev-dependencies.criterion]
version = "0.5"
features = ["cargo_bench_support"]
default-features = false

[dev-dependencies.tempfile]
version = "3"

[target."cfg(unix)".dependencies.libc]
version = "0.2"