adbc_datafusion 0.23.0

ADBC driver 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 = "2021"
rust-version = "1.88.0"
name = "adbc_datafusion"
version = "0.23.0"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ADBC driver for Apache DataFusion"
homepage = "https://arrow.apache.org/adbc/"
documentation = "http://docs.rs/adbc_datafusion/"
readme = "README.md"
keywords = ["arrow"]
categories = ["database"]
license = "Apache-2.0"
repository = "https://github.com/apache/arrow-adbc"

[features]
default = []
ffi = ["dep:adbc_ffi"]

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

[[test]]
name = "test_datafusion"
path = "tests/test_datafusion.rs"

[dependencies.adbc_core]
version = "0.23.0"

[dependencies.adbc_ffi]
version = "0.23.0"
optional = true

[dependencies.arrow-array]
version = "58.1.0"

[dependencies.arrow-buffer]
version = "58.1.0"

[dependencies.arrow-schema]
version = "58.1.0"

[dependencies.datafusion]
version = "53.0.0"
default-features = false

[dependencies.datafusion-substrait]
version = "53.0.0"
default-features = false

[dependencies.prost]
version = "0.14.3"

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

[dev-dependencies.arrow-select]
version = "58.1.0"