# 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" name = "datafusion-comet-spark-expr" version = "0.4.0" authors = ["Apache DataFusion "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "DataFusion expressions that emulate Apache Spark's behavior" homepage = "https://datafusion.apache.org/comet" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/apache/datafusion-comet" [lib] name = "datafusion_comet_spark_expr" path = "src/lib.rs" [[bench]] name = "cast_from_string" path = "benches/cast_from_string.rs" harness = false [[bench]] name = "cast_numeric" path = "benches/cast_numeric.rs" harness = false [[bench]] name = "conditional" path = "benches/conditional.rs" harness = false [[bench]] name = "decimal_div" path = "benches/decimal_div.rs" harness = false [dependencies.arrow] version = "53.2.0" features = [ "prettyprint", "ffi", "chrono-tz", ] [dependencies.arrow-array] version = "53.2.0" [dependencies.arrow-schema] version = "53.2.0" [dependencies.chrono] version = "0.4" features = ["clock"] default-features = false [dependencies.chrono-tz] version = "0.8" [dependencies.datafusion] version = "43.0.0" features = [ "unicode_expressions", "crypto_expressions", ] default-features = false [dependencies.datafusion-common] version = "43.0.0" [dependencies.datafusion-expr] version = "43.0.0" default-features = false [dependencies.datafusion-physical-expr] version = "43.0.0" default-features = false [dependencies.num] version = "0.4" [dependencies.regex] version = "1.9.6" [dependencies.thiserror] version = "1" [dependencies.twox-hash] version = "2.0.0" [dev-dependencies.arrow-data] version = "53.2.0" [dev-dependencies.criterion] version = "0.5.1" [dev-dependencies.rand] version = "0.8"