datafusion-extra-functions 0.5.3

Extra Functions for DataFusion
Documentation
# 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 = "2024"
name = "datafusion-extra-functions"
version = "0.5.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Extra Functions for DataFusion"
homepage = "https://github.com/datafusion-contrib/datafusion-extra-functions/"
documentation = "https://docs.rs/datafusion-extra-functions/"
readme = "README.md"
keywords = [
    "aggregations",
    "datafusion",
    "functions-extra",
]
license = "Apache-2.0"
repository = "https://github.com/datafusion-contrib/datafusion-extra-functions/"

[lib]
name = "datafusion_extra_functions"
path = "src/lib.rs"

[[test]]
name = "sqllogictests"
path = "tests/sqllogictests.rs"

[[bench]]
name = "mode"
path = "benches/mode.rs"
harness = false

[dependencies.datafusion]
version = "55.0"
default-features = false

[dependencies.log]
version = "0.4"

[dependencies.paste]
version = "1.0"

[dev-dependencies.arrow]
version = "59.3"
features = ["test_utils"]
default-features = false

[dev-dependencies.criterion]
version = "0.8"

[dev-dependencies.datafusion]
version = "55.0"
features = ["sql"]
default-features = false

[dev-dependencies.datafusion-sqllogictest]
version = "55"

[dev-dependencies.indicatif]
version = "0.18"

[dev-dependencies.rand]
version = "0.10"

[dev-dependencies.sqllogictest]
version = "0.29"

[dev-dependencies.tokio]
version = "1.53"

[lints.clippy]
dbg_macro = "deny"
print_stdout = "deny"