# 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 = "2021" rust-version = "1.78" name = "datafusion-python" version = "42.0.0" authors = ["Apache DataFusion "] build = false include = [ "/src", "/datafusion", "/LICENSE.txt", "pyproject.toml", "Cargo.toml", "Cargo.lock", ] 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" [profile.release] lto = true codegen-units = 1 [lib] name = "datafusion_python" crate-type = [ "cdylib", "rlib", ] path = "src/lib.rs" [dependencies.arrow] version = "53" features = ["pyarrow"] [dependencies.async-trait] version = "0.1" [dependencies.datafusion] version = "42.0.0" features = [ "pyarrow", "avro", "unicode_expressions", ] [dependencies.datafusion-proto] version = "42.0.0" [dependencies.datafusion-substrait] version = "42.0.0" optional = true [dependencies.futures] version = "0.3" [dependencies.mimalloc] version = "0.1" features = ["local_dynamic_tls"] optional = true default-features = false [dependencies.object_store] version = "0.11.0" features = [ "aws", "gcp", "azure", "http", ] [dependencies.prost] version = "0.13" [dependencies.pyo3] version = "0.22" features = [ "extension-module", "abi3", "abi3-py38", ] [dependencies.tokio] version = "1.39" features = [ "macros", "rt", "rt-multi-thread", "sync", ] [dependencies.url] version = "2" [dependencies.uuid] version = "1.9" features = ["v4"] [build-dependencies.prost-types] version = "0.13" [build-dependencies.pyo3-build-config] version = "0.22" [features] default = ["mimalloc"] protoc = ["datafusion-substrait/protoc"] substrait = ["dep:datafusion-substrait"]