datafusion-dist 0.3.0

A distributed streaming execution library for Apache DataFusion
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"
name = "datafusion-dist"
version = "0.3.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A distributed streaming execution library for Apache DataFusion"
homepage = "https://github.com/systemxlabs/datafusion-dist"
readme = "README.md"
license = "MIT"
repository = "https://github.com/systemxlabs/datafusion-dist"

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

[dependencies.arrow]
version = "57"

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

[dependencies.datafusion-catalog]
version = "51"

[dependencies.datafusion-common]
version = "51"

[dependencies.datafusion-execution]
version = "51"

[dependencies.datafusion-physical-plan]
version = "51"

[dependencies.derive-with]
version = "0.7.0"

[dependencies.futures]
version = "0.3"

[dependencies.itertools]
version = "0.14"

[dependencies.local-ip-address]
version = "0.6.8"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12.5"

[dependencies.serde]
version = "1.0"

[dependencies.sysinfo]
version = "0.37"

[dependencies.tokio]
version = "1"
features = ["rt-multi-thread"]

[dependencies.uuid]
version = "1.18"
features = [
    "serde",
    "v4",
]