autoagents-telemetry 0.3.6

Agent Framework for Building Autonomous Agents
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 = "autoagents-telemetry"
version = "0.3.6"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Agent Framework for Building Autonomous Agents"
readme = false
keywords = [
    "agents",
    "llm",
]
categories = []
license = "MIT OR Apache-2.0"
repository = "https://github.com/liquidos-ai/AutoAgents"
resolver = "2"

[features]
default = []
full = ["langfuse"]
langfuse = ["dep:base64"]

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

[dependencies.async-trait]
version = "0.1.89"

[dependencies.autoagents-core]
version = "0.3.6"

[dependencies.autoagents-protocol]
version = "0.3.6"

[dependencies.base64]
version = "0.22.1"
optional = true

[dependencies.futures-util]
version = "0.3.32"

[dependencies.opentelemetry]
version = "0.31.0"

[dependencies.opentelemetry-appender-tracing]
version = "0.31.1"

[dependencies.opentelemetry-http]
version = "0.31.0"
features = ["reqwest"]

[dependencies.opentelemetry-otlp]
version = "0.31.0"
features = [
    "http-proto",
    "reqwest-client",
]

[dependencies.opentelemetry_sdk]
version = "0.31.0"
features = [
    "rt-tokio",
    "metrics",
    "experimental_metrics_periodicreader_with_async_runtime",
    "experimental_trace_batch_span_processor_with_async_runtime",
]

[dependencies.reqwest]
version = "0.12.28"
features = [
    "json",
    "stream",
]

[dependencies.serde_json]
version = "1.0.145"

[dependencies.thiserror]
version = "2.0.18"

[dependencies.tokio]
version = "1.43.0"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1.18"
features = ["sync"]

[dependencies.tracing]
version = "0.1.44"

[dependencies.tracing-opentelemetry]
version = "0.32.1"

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

[dev-dependencies.opentelemetry_sdk]
version = "0.31.0"
features = ["testing"]