ballista-executor 52.0.0

Ballista Distributed Compute - Executor
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 = "ballista-executor"
version = "52.0.0"
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Ballista Distributed Compute - Executor"
homepage = "https://datafusion.apache.org/ballista/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/apache/datafusion-ballista"

[features]
arrow-ipc-optimizations = []
build-binary = [
    "clap",
    "tracing-subscriber",
    "tracing-appender",
    "tracing",
    "ballista-core/build-binary",
]
default = [
    "arrow-ipc-optimizations",
    "build-binary",
    "mimalloc",
]
spark-compat = ["ballista-core/spark-compat"]

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

[[bin]]
name = "ballista-executor"
path = "src/bin/main.rs"
required-features = ["build-binary"]

[dependencies.arrow]
version = "57"
features = ["ipc_compression"]

[dependencies.arrow-flight]
version = "57"
features = ["flight-sql-experimental"]

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

[dependencies.ballista-core]
version = "52.0.0"

[dependencies.clap]
version = "4.5"
features = [
    "derive",
    "cargo",
]
optional = true

[dependencies.dashmap]
version = "6.1"

[dependencies.datafusion]
version = "52"

[dependencies.datafusion-proto]
version = "52"

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4"

[dependencies.mimalloc]
version = "0.1"
optional = true

[dependencies.parking_lot]
version = "0.12"

[dependencies.tempfile]
version = "3.26"

[dependencies.tokio]
version = "1"
features = ["full"]

[dependencies.tokio-stream]
version = "0.1"
features = ["net"]

[dependencies.tokio-util]
version = "0.7"
features = ["io-util"]

[dependencies.tonic]
version = "0.14"

[dependencies.tracing]
version = "0.1"
optional = true

[dependencies.tracing-appender]
version = "0.2.2"
optional = true

[dependencies.tracing-subscriber]
version = "0.3"
features = ["env-filter"]
optional = true

[dependencies.uuid]
version = "1.21"
features = [
    "v4",
    "v7",
]

[dev-dependencies]

[build-dependencies]

[target."cfg(unix)".dependencies.libc]
version = "0.2"