[dependencies.arrow]
features = ["prettyprint"]
version = "50.0.0"
[dependencies.base64]
optional = true
version = "0.21"
[dependencies.datafusion-common]
version = "36.0.0"
[dependencies.datafusion-execution]
version = "36.0.0"
[dependencies.datafusion-expr]
version = "36.0.0"
[dependencies.hex]
optional = true
version = "0.4"
[dependencies.log]
version = "0.4.20"
[features]
core_expressions = []
default = ["core_expressions", "encoding_expressions", "math_expressions"]
encoding_expressions = ["base64", "hex"]
math_expressions = []
[lib]
name = "datafusion_functions"
path = "src/lib.rs"
[package]
authors = ["Apache Arrow <dev@arrow.apache.org>"]
description = "Function packages for the DataFusion query engine"
edition = "2021"
homepage = "https://github.com/apache/arrow-datafusion"
keywords = ["datafusion", "logical", "plan", "expressions"]
license = "Apache-2.0"
name = "datafusion-functions"
readme = "README.md"
repository = "https://github.com/apache/arrow-datafusion"
rust-version = "1.72"
version = "36.0.0"