uni-query-functions 2.1.0

Leaf modules from uni-query: UDFs, datetime/spatial functions, expression eval, rewrite rules, type coercion
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 = "uni-query-functions"
version = "2.1.0"
authors = ["Dragonscale Industries Inc. <dev@dragonscale.ai>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Leaf modules from uni-query: UDFs, datetime/spatial functions, expression eval, rewrite rules, type coercion"
readme = false
license = "Apache-2.0"
repository = "https://github.com/rustic-ai/uni-db"
resolver = "2"

[features]
default = []

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arrow]
version = "58.3.0"
features = ["prettyprint"]

[dependencies.arrow-array]
version = "58.3.0"

[dependencies.arrow-row]
version = "58.3.0"

[dependencies.arrow-schema]
version = "58.3.0"

[dependencies.async-trait]
version = "0.1"

[dependencies.base64]
version = "0.22"

[dependencies.chrono]
version = "0.4.45"

[dependencies.chrono-tz]
version = "0.10"

[dependencies.datafusion]
version = "53.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.fxhash]
version = "0.2"

[dependencies.log]
version = "0.4"

[dependencies.parking_lot]
version = "0.12"

[dependencies.rand]
version = "0.10"

[dependencies.regex]
version = "1.12"

[dependencies.serde]
version = "1.0"
features = ["derive"]

[dependencies.serde_json]
version = "1.0"

[dependencies.thiserror]
version = "2"

[dependencies.tracing]
version = "0.1"

[dependencies.uni-btic]
version = "2.0.0"

[dependencies.uni-common]
version = "2.0.0"

[dependencies.uni-cypher]
version = "2.0.0"

[dependencies.uni-store]
version = "2.0.0"