uvb-tracing 0.2.1

OpenTelemetry distributed tracing integration for UVB services
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 = "uvb-tracing"
version = "0.2.1"
authors = ["UVB Contributors <info@sparkz.systems>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenTelemetry distributed tracing integration for UVB services"
homepage = "https://gitlab.com/sparkz-community/security/uvb"
readme = false
license = "MIT"
repository = "https://gitlab.com/sparkz-community/security/uvb"

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

[dependencies.opentelemetry]
version = "0.21"

[dependencies.opentelemetry-otlp]
version = "0.14"

[dependencies.opentelemetry-semantic-conventions]
version = "0.13"

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

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

[dependencies.tracing]
version = "0.1"

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

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