[package]
edition = "2024"
rust-version = "1.85.0"
name = "sqlx-otel"
version = "0.0.0"
authors = ["Borislav Borisov <chmodas@astutebits.com>"]
build = false
exclude = [
".gitignore",
".github",
"README.md",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "sqlx-otel provides semantic OpenTelemetry tracing and metrics for SQLx database operations."
homepage = "https://github.com/chmodas/sqlx-otel"
documentation = "https://github.com/chmodas/sqlx-otel"
readme = "README.md"
keywords = [
"sqlx",
"tracing",
"opentelemetry",
"database",
"observability",
]
categories = [
"database",
"asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/chmodas/sqlx-otel"
[lib]
name = "sqlx_otel"
path = "src/lib.rs"
[dependencies]