datafusion-tracing 53.0.0

DataFusion tracing of execution plans
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.88.0"
name = "datafusion-tracing"
version = "53.0.0"
authors = ["DataDog <info@datadoghq.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DataFusion tracing of execution plans"
homepage = "https://github.com/datafusion-contrib/datafusion-tracing"
documentation = "https://docs.rs/datafusion-tracing"
readme = "README.md"
keywords = [
    "datafusion",
    "tracing",
    "instrumentation",
    "analytics",
    "query-execution",
]
categories = [
    "development-tools::debugging",
    "development-tools::profiling",
    "database",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/datafusion-contrib/datafusion-tracing"
resolver = "2"

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

[dependencies.async-trait]
version = "0.1"

[dependencies.comfy-table]
version = "7.2"

[dependencies.datafusion]
version = "53.0.0"
default-features = false

[dependencies.delegate]
version = "0.13"

[dependencies.futures]
version = "0.3"

[dependencies.pin-project]
version = "1.1"

[dependencies.similar]
version = "2.7"
features = ["text"]
default-features = false

[dependencies.tracing]
version = "0.1"

[dependencies.tracing-futures]
version = "0.2"
features = ["futures-03"]

[dependencies.unicode-width]
version = "0.2"

[dev-dependencies.insta]
version = "1.43"

[dev-dependencies.tokio]
version = "1.48"

[lints.clippy]
used_underscore_binding = "warn"

[lints.rust]
unused_qualifications = "deny"

[lints.rust.unexpected_cfgs]
level = "warn"
priority = 0
check-cfg = ["cfg(tarpaulin)"]