agx-core 0.2.0

Agent-trace parsers, timeline model, cost/pricing, and corpus aggregation. The pure, TUI-free core of the agx CLI.
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-core"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent-trace parsers, timeline model, cost/pricing, and corpus aggregation. The pure, TUI-free core of the agx CLI."
documentation = "https://docs.rs/agx-core"
readme = "README.md"
keywords = [
    "agent",
    "trace",
    "claude",
    "openai",
    "observability",
]
categories = [
    "development-tools",
    "command-line-utilities",
    "parser-implementations",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/brevity1swos/agx"

[features]
default = []
embedding-search = ["dep:fastembed"]
notifications = ["dep:notify-rust"]
otel-proto = ["dep:prost"]

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

[dependencies.anyhow]
version = "1"

[dependencies.fastembed]
version = "5"
optional = true

[dependencies.notify-rust]
version = "4"
optional = true

[dependencies.prost]
version = "0.13"
optional = true

[dependencies.rayon]
version = "1"

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

[dependencies.serde_json]
version = "1"

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