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