# 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.79" name = "datafusion-execution" version = "43.0.0" authors = ["Apache DataFusion "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Execution configuration support for DataFusion query engine" homepage = "https://datafusion.apache.org" readme = "README.md" keywords = [ "arrow", "query", "sql", ] license = "Apache-2.0" repository = "https://github.com/apache/datafusion" [lib] name = "datafusion_execution" path = "src/lib.rs" [dependencies.arrow] version = "53.2.0" features = ["prettyprint"] [dependencies.chrono] version = "0.4.38" default-features = false [dependencies.dashmap] version = "6.0.1" [dependencies.datafusion-common] version = "43.0.0" default-features = true [dependencies.datafusion-expr] version = "43.0.0" [dependencies.futures] version = "0.3" [dependencies.hashbrown] version = "0.14.5" features = ["raw"] [dependencies.log] version = "^0.4" [dependencies.object_store] version = "0.11.0" default-features = false [dependencies.parking_lot] version = "0.12" [dependencies.rand] version = "0.8" [dependencies.tempfile] version = "3" [dependencies.url] version = "2.2" [lints.clippy] large_futures = "warn" [lints.rust] unused_qualifications = "deny" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin)"]