pgtask-otel 0.2.0

OpenTelemetry conventions and propagation for pgtask
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"
rust-version = "1.94"
name = "pgtask-otel"
version = "0.2.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "OpenTelemetry conventions and propagation for pgtask"
readme = "README.md"
license = "MIT"
repository = "https://github.com/Kludex/pgtask"

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

[[test]]
name = "propagation"
path = "tests/propagation.rs"

[dependencies.opentelemetry]
version = "0.32.0"

[dependencies.opentelemetry_sdk]
version = "0.32.1"

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

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

[lints.clippy]
missing_errors_doc = "allow"
missing_panics_doc = "allow"
must_use_candidate = "allow"

[lints.clippy.all]
level = "deny"
priority = -1

[lints.clippy.pedantic]
level = "deny"
priority = -1

[lints.rust]
unsafe_code = "forbid"