ferrox-tracing 0.1.0

Enterprise module ferrox-tracing for Ferrox Framework.
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 = "ferrox-tracing"
version = "0.1.0"
authors = ["AI-Autistic-Intelligence & Ferrox Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Enterprise module ferrox-tracing for Ferrox Framework."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/AI-Autistic-Intelligence/Ferrox"

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

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

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

[dependencies.opentelemetry_sdk]
version = "0.21"

[dependencies.tracing]
version = "0.1"

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

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