# 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-extra" version = "0.2.0" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Extra Functions for DataFusion" readme = "README.md" keywords = [ "datafusion", "functions-extra", "aggregations", ] license = "Apache-2.0" repository = "https://github.com/datafusion-contrib/datafusion-functions-extra/" [lib] name = "datafusion_functions_extra" path = "src/lib.rs" [[test]] name = "main" path = "tests/main.rs" [[bench]] name = "mode" path = "benches/mode.rs" harness = false [dependencies.arrow] version = "53.0.0" features = ["test_utils"] [dependencies.datafusion] version = "42" [dependencies.log] version = "^0.4" [dependencies.paste] version = "1" [dev-dependencies.arrow] version = "53.0.0" features = ["test_utils"] [dev-dependencies.criterion] version = "0.5" features = ["async_tokio"] [dev-dependencies.insta] version = "1.40.0" features = ["yaml"] [dev-dependencies.tokio] version = "1.36" features = ["full"] [lints.clippy] dbg_macro = "deny" print_stdout = "deny"