agtrace 0.7.1

The official CLI for agtrace, built on top of agtrace-sdk. Visualize and analyze AI agent execution 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"
name = "agtrace"
version = "0.7.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "The official CLI for agtrace, built on top of agtrace-sdk. Visualize and analyze AI agent execution traces."
homepage = "https://github.com/lanegrid/agtrace"
readme = "README.md"
keywords = [
    "ai",
    "agent",
    "llm",
    "trace",
    "tui",
]
categories = [
    "command-line-utilities",
    "development-tools::debugging",
    "visualization",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/lanegrid/agtrace"
resolver = "2"

[package.metadata.dist]
npm-package = "@lanegrid/agtrace"

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

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

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

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

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

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

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

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

[dependencies.agtrace-sdk]
version = "0.7.1"

[dependencies.anyhow]
version = "1.0"

[dependencies.base64]
version = "0.22.1"

[dependencies.chrono]
version = "0.4"
features = ["serde"]

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

[dependencies.crossterm]
version = "0.29"

[dependencies.csv]
version = "1.4"

[dependencies.ctrlc]
version = "3.5"

[dependencies.glob-match]
version = "0.2"

[dependencies.is-terminal]
version = "0.4"

[dependencies.notify]
version = "8.2"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.owo-colors]
version = "4.2"

[dependencies.ratatui]
version = "0.29.0"

[dependencies.regex]
version = "1.12"

[dependencies.schemars]
version = "1.2.0"
features = ["derive"]

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

[dependencies.serde_json]
version = "1.0"

[dependencies.terminal_size]
version = "0.4"

[dependencies.tokio]
version = "1"
features = [
    "rt-multi-thread",
    "fs",
    "sync",
    "macros",
]

[dependencies.toml]
version = "0.9"

[dependencies.uuid]
version = "1.19"
features = [
    "serde",
    "v4",
]

[dependencies.walkdir]
version = "2.5"

[dev-dependencies.agtrace-testing]
version = "0.7.1"

[dev-dependencies.assert_cmd]
version = "2.1"

[dev-dependencies.filetime]
version = "0.2"

[dev-dependencies.insta]
version = "1.45"
features = [
    "json",
    "redactions",
]

[dev-dependencies.predicates]
version = "3.1"

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

[dev-dependencies.uuid]
version = "1.19"
features = [
    "serde",
    "v4",
]

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