robin-sparkless-expr 0.14.0

Column, expressions, functions, and UDFs for robin-sparkless (Polars-based).
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 = "robin-sparkless-expr"
version = "0.14.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Column, expressions, functions, and UDFs for robin-sparkless (Polars-based)."
readme = false
license = "MIT"
repository = "https://github.com/eddiethedean/robin-sparkless"

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

[dependencies.aes-gcm]
version = "0.10"

[dependencies.base64]
version = "0.22"

[dependencies.bytes]
version = "1.11.1"

[dependencies.chrono]
version = "0.4"

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

[dependencies.crc32fast]
version = "1.4"

[dependencies.fancy-regex]
version = "0.13"

[dependencies.hex]
version = "0.4"

[dependencies.md5]
version = "0.7"

[dependencies.murmur3]
version = "0.5"

[dependencies.percent-encoding]
version = "2"

[dependencies.polars]
version = "0.53"
features = [
    "lazy",
    "csv",
    "parquet",
    "json",
    "temporal",
    "strings",
    "concat_str",
    "regex",
    "round_series",
    "abs",
    "dtype-categorical",
    "dtype-date",
    "dtype-datetime",
    "dtype-duration",
    "dtype-time",
    "rank",
    "is_in",
    "list_eval",
    "list_drop_nulls",
    "list_any_all",
    "cum_agg",
    "string_pad",
    "string_reverse",
    "repeat_by",
    "log",
    "month_end",
    "describe",
    "cross_join",
    "semi_anti_join",
    "extract_jsonpath",
    "dtype-struct",
    "random",
    "product",
    "moment",
]

[dependencies.rand]
version = "0.8"

[dependencies.rand_distr]
version = "0.4"

[dependencies.regex]
version = "1.12"

[dependencies.robin-sparkless-core]
version = "0.14"

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

[dependencies.serde_json]
version = "1.0"

[dependencies.sha1]
version = "0.10"

[dependencies.sha2]
version = "0.10"

[dependencies.soundex]
version = "0.2"

[dependencies.strsim]
version = "0.11"

[dependencies.twox-hash]
version = "1.6"

[dependencies.url]
version = "2"