mockforge-tracing 0.3.89

OpenTelemetry and distributed tracing integration for MockForge
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 = "mockforge-tracing"
version = "0.3.89"
authors = ["SaaSy Solutions LLC <ray.clanan@saasysolutionsllc.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenTelemetry and distributed tracing integration for MockForge"
homepage = "https://mockforge.dev"
documentation = "https://docs.rs/mockforge"
readme = "README.md"
keywords = [
    "mock",
    "api",
    "testing",
    "grpc",
    "websocket",
]
categories = [
    "development-tools",
    "api-bindings",
    "web-programming",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/SaaSy-Solutions/mockforge"

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

[dependencies.axum]
version = "0.8"

[dependencies.http]
version = "1.0"

[dependencies.opentelemetry]
version = "0.22"
features = ["trace"]

[dependencies.opentelemetry-jaeger]
version = "0.21"
features = ["rt-tokio"]

[dependencies.opentelemetry-otlp]
version = "0.15"
features = [
    "trace",
    "grpc-tonic",
]

[dependencies.opentelemetry_sdk]
version = "0.22"
features = [
    "trace",
    "rt-tokio",
]

[dependencies.thiserror]
version = "1.0"

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

[dependencies.tracing]
version = "0.1"

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

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

[dev-dependencies.tokio-test]
version = "0.4"