datafusion-python 53.0.0

Apache DataFusion DataFrame and SQL Query Engine
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"
name = "datafusion-python"
version = "53.0.0"
build = "build.rs"
include = [
    "src",
    "../LICENSE.txt",
    "build.rs",
    "../pyproject.toml",
    "Cargo.toml",
    "../Cargo.lock",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apache DataFusion DataFrame and SQL Query Engine"
homepage = "https://datafusion.apache.org/python"
readme = false
license = "Apache-2.0"
repository = "https://github.com/apache/datafusion-python"

[features]
default = ["mimalloc"]
protoc = ["datafusion-substrait/protoc"]
substrait = ["dep:datafusion-substrait"]

[lib]
name = "datafusion_python"
crate-type = [
    "cdylib",
    "rlib",
]
path = "src/lib.rs"

[dependencies.arrow]
version = "58"
features = ["pyarrow"]

[dependencies.arrow-select]
version = "58"

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

[dependencies.cstr]
version = "0.2"

[dependencies.datafusion]
version = "53"
features = [
    "avro",
    "unicode_expressions",
]

[dependencies.datafusion-ffi]
version = "53"

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

[dependencies.datafusion-python-util]
version = "53.0.0"

[dependencies.datafusion-substrait]
version = "53"
optional = true

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4.29"

[dependencies.mimalloc]
version = "0.1"
features = ["local_dynamic_tls"]
optional = true
default-features = false

[dependencies.object_store]
version = "0.13.1"
features = [
    "aws",
    "gcp",
    "azure",
    "http",
]

[dependencies.parking_lot]
version = "0.12"

[dependencies.prost]
version = "0.14.3"

[dependencies.pyo3]
version = "0.28"
features = [
    "extension-module",
    "abi3",
    "abi3-py310",
]

[dependencies.pyo3-async-runtimes]
version = "0.28"
features = ["tokio-runtime"]

[dependencies.pyo3-log]
version = "0.13.3"

[dependencies.serde_json]
version = "1"

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

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1.23"
features = ["v4"]

[build-dependencies.prost-types]
version = "0.14.3"

[build-dependencies.pyo3-build-config]
version = "0.28"