xtrace 0.0.15

An AI observability service for collecting, storing, and querying traces, spans, and metrics across LLM and agent workflows.
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 = "2021"
name = "xtrace"
version = "0.0.15"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "An AI observability service for collecting, storing, and querying traces, spans, and metrics across LLM and agent workflows."
homepage = "https://github.com/lipish/xtrace"
documentation = "https://docs.rs/xtrace"
readme = "README.md"
keywords = [
    "observability",
    "tracing",
    "llm",
    "ai",
    "telemetry",
]
categories = [
    "web-programming",
    "development-tools",
]
license = "MIT"
repository = "https://github.com/lipish/xtrace"

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

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

[dependencies.anyhow]
version = "1"

[dependencies.axum]
version = "0.7"
features = ["macros"]

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1"

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

[dependencies.dashmap]
version = "6.1.0"

[dependencies.flate2]
version = "1"

[dependencies.governor]
version = "0.10.4"
features = ["std"]

[dependencies.hex]
version = "0.4"

[dependencies.opentelemetry-proto]
version = "0.31"
features = ["gen-tonic"]

[dependencies.prost]
version = "0.14"

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "postgres",
    "uuid",
    "chrono",
    "json",
    "migrate",
]

[dependencies.thiserror]
version = "1"

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

[dependencies.tower-http]
version = "0.5"
features = ["trace"]

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]

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