[package]
name = "datafusion-data-access"
description = "General data access layer currently mainly based on the object store interfaces"
version = "10.0.0"
homepage = "https://github.com/apache/arrow-datafusion"
repository = "https://github.com/apache/arrow-datafusion"
readme = "README.md"
authors = ["Apache Arrow <dev@arrow.apache.org>"]
license = "Apache-2.0"
keywords = ["arrow", "query", "sql"]
edition = "2021"
rust-version = "1.59"
[lib]
name = "datafusion_data_access"
path = "src/lib.rs"
[dependencies]
async-trait = "0.1.41"
chrono = { version = "0.4", default-features = false, features = ["std"] }
futures = "0.3"
parking_lot = "0.12"
tempfile = "3"
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "fs", "parking_lot"] }