datafusion-python 52.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 = "52.0.0"
authors = ["Apache DataFusion <dev@datafusion.apache.org>"]
build = "build.rs"
include = [
    "/src",
    "/datafusion",
    "/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 = "README.md"
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 = "57"
features = ["pyarrow"]

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

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

[dependencies.cstr]
version = "0.2"

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

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

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

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

[dependencies.futures]
version = "0.3"

[dependencies.log]
version = "0.4.27"

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

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

[dependencies.parking_lot]
version = "0.12"

[dependencies.prost]
version = "0.14.1"

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

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

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

[dependencies.serde_json]
version = "1"

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

[dependencies.url]
version = "2"

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

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

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

[profile.release]
lto = true
codegen-units = 1