# 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-optimizer" version = "43.0.0" authors = ["Apache DataFusion "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DataFusion Physical Optimizer" homepage = "https://datafusion.apache.org" readme = "README.md" keywords = [ "datafusion", "query", "optimizer", ] license = "Apache-2.0" repository = "https://github.com/apache/datafusion" [lib] name = "datafusion_physical_optimizer" path = "src/lib.rs" [dependencies.arrow] version = "53.2.0" features = ["prettyprint"] [dependencies.arrow-schema] version = "53.2.0" default-features = false [dependencies.datafusion-common] version = "43.0.0" default-features = true [dependencies.datafusion-execution] version = "43.0.0" [dependencies.datafusion-expr-common] version = "43.0.0" [dependencies.datafusion-physical-expr] version = "43.0.0" default-features = false [dependencies.datafusion-physical-plan] version = "43.0.0" [dependencies.itertools] version = "0.13" [dev-dependencies.datafusion-functions-aggregate] version = "43.0.0" [dev-dependencies.tokio] version = "1.36" features = [ "macros", "rt", "sync", ] [lints.clippy] large_futures = "warn" [lints.rust] unused_qualifications = "deny" [lints.rust.unexpected_cfgs] level = "warn" priority = 0 check-cfg = ["cfg(tarpaulin)"]