# 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.76" name = "datafusion-functions-array" version = "40.0.0" authors = ["Apache DataFusion "] description = "Array Function packages for the DataFusion query engine" homepage = "https://datafusion.apache.org" readme = "README.md" keywords = [ "datafusion", "logical", "plan", "expressions", ] license = "Apache-2.0" repository = "https://github.com/apache/datafusion" [lib] name = "datafusion_functions_array" path = "src/lib.rs" [[bench]] name = "array_expression" harness = false [dependencies.arrow] version = "52.1.0" features = ["prettyprint"] [dependencies.arrow-array] version = "52.1.0" features = ["chrono-tz"] default-features = false [dependencies.arrow-buffer] version = "52.1.0" default-features = false [dependencies.arrow-ord] version = "52.1.0" default-features = false [dependencies.arrow-schema] version = "52.1.0" default-features = false [dependencies.datafusion-common] version = "40.0.0" default-features = false [dependencies.datafusion-execution] version = "40.0.0" [dependencies.datafusion-expr] version = "40.0.0" [dependencies.datafusion-functions] version = "40.0.0" [dependencies.datafusion-functions-aggregate] version = "40.0.0" [dependencies.itertools] version = "0.12" features = ["use_std"] [dependencies.log] version = "^0.4" [dependencies.paste] version = "1.0.14" [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"] [features] [lints.clippy] large_futures = "warn" [lints.rust] unused_imports = "deny"