datafusion-common-runtime 52.0.0

Common Runtime functionality for DataFusion query engine
Documentation
[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "^0.4"

[dependencies.tokio]
features = ["macros", "rt", "sync"]
version = "1.48"

[dev-dependencies.tokio]
features = ["macros", "rt", "sync", "rt", "rt-multi-thread", "time"]
version = "1.48"

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

[lints.clippy]
inefficient_to_string = "warn"
large_futures = "warn"
needless_pass_by_value = "warn"
or_fun_call = "warn"
uninlined_format_args = "warn"
unnecessary_lazy_evaluations = "warn"
used_underscore_binding = "warn"

[lints.rust]
unused_qualifications = "deny"

[lints.rust.unexpected_cfgs]
check-cfg = ['cfg(datafusion_coop, values("tokio", "tokio_fallback", "per_stream"))', "cfg(tarpaulin)", "cfg(tarpaulin_include)"]
level = "warn"
priority = 0

[package]
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Common Runtime functionality for DataFusion query engine"
edition = "2024"
homepage = "https://datafusion.apache.org"
keywords = ["arrow", "query", "sql"]
license = "Apache-2.0"
name = "datafusion-common-runtime"
readme = "README.md"
repository = "https://github.com/apache/datafusion"
resolver = "2"
rust-version = "1.88.0"
version = "52.0.0"

[package.metadata.docs.rs]
all-features = true