# 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-physical-expr-common" version = "43.0.0" authors = ["Apache DataFusion "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Common functionality of physical expression 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_physical_expr_common" path = "src/lib.rs" [dependencies.ahash] version = "0.8" features = ["runtime-rng"] default-features = false [dependencies.arrow] version = "53.2.0" features = ["prettyprint"] [dependencies.datafusion-common] version = "43.0.0" default-features = true [dependencies.datafusion-expr-common] version = "43.0.0" [dependencies.hashbrown] version = "0.14.5" features = ["raw"] [dependencies.rand] version = "0.8" [lints.clippy] large_futures = "warn" [lints.rust] unused_qualifications = "deny" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin)"]