elusion 8.2.0

Elusion is a modern DataFrame / Data Engineering / Data Analysis library that combines the familiarity of DataFrame operations (like those in PySpark, Pandas, and Polars) with the power of SQL query building. It provides flexible query construction without enforcing strict operation ordering, enabling developers to write intuitive and maintainable data transformations.
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 = "2021"
name = "elusion"
version = "8.2.0"
authors = ["Borivoj Grujicic <borivoj.grujicic@gmail.com>"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Elusion is a modern DataFrame / Data Engineering / Data Analysis library that combines the familiarity of DataFrame operations (like those in PySpark, Pandas, and Polars) with the power of SQL query building. It provides flexible query construction without enforcing strict operation ordering, enabling developers to write intuitive and maintainable data transformations."
homepage = "https://github.com/DataBora/elusion"
documentation = "https://docs.rs/elusion"
readme = "README.md"
keywords = [
    "data",
    "engineering",
    "dataframe",
    "analysis",
]
categories = ["data-structures"]
license = "MIT"
repository = "https://github.com/DataBora/elusion"

[features]
all = [
    "dashboard",
    "api",
    "azure",
    "postgres",
    "mysql",
    "excel",
    "sharepoint",
    "fabric",
    "ftp",
    "copydata",
]
api = [
    "dep:reqwest",
    "dep:urlencoding",
]
azure = [
    "dep:azure_storage_blobs",
    "dep:azure_storage",
    "dep:reqwest",
]
copydata = []
dashboard = [
    "dep:plotly",
    "headless_chrome",
]
default = []
excel = ["dep:rust_xlsxwriter"]
fabric = [
    "dep:reqwest",
    "dep:urlencoding",
    "dep:azure_identity",
    "dep:azure_core",
]
ftp = ["dep:suppaftp"]
mysql = ["dep:mysql_async"]
postgres = [
    "dep:tokio-postgres",
    "dep:rust_decimal",
]
sharepoint = [
    "dep:reqwest",
    "dep:urlencoding",
    "dep:azure_identity",
    "dep:azure_core",
]

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

[[bin]]
name = "elusion"
path = "src/main.rs"

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

[dependencies.azure_core]
version = "0.33.0"
optional = true

[dependencies.azure_identity]
version = "0.33.0"
optional = true

[dependencies.azure_storage]
version = "0.21.0"
optional = true

[dependencies.azure_storage_blobs]
version = "0.21.0"
optional = true

[dependencies.base64]
version = "0.22.1"

[dependencies.bytes]
version = "1.10.0"

[dependencies.calamine]
version = "0.34.0"

[dependencies.chrono]
version = "0.4.44"
features = ["serde"]

[dependencies.csv]
version = "1.4.0"

[dependencies.datafusion]
version = "46.0.1"

[dependencies.deltalake]
version = "0.31.0"

[dependencies.encoding_rs]
version = "0.8.35"

[dependencies.futures]
version = "0.3.31"

[dependencies.headless_chrome]
version = "1.0.21"
optional = true

[dependencies.lazy_static]
version = "1.5.0"

[dependencies.mysql_async]
version = "0.36.1"
features = ["minimal"]
optional = true
default-features = false

[dependencies.num_cpus]
version = "1.17.0"

[dependencies.object_store]
version = "0.13.2"

[dependencies.once_cell]
version = "1.21.3"

[dependencies.plotly]
version = "0.12.1"
optional = true

[dependencies.redis]
version = "0.32.5"
features = [
    "tokio-comp",
    "connection-manager",
]

[dependencies.regex]
version = "1.11.1"

[dependencies.reqwest]
version = "0.13.2"
features = [
    "json",
    "rustls",
]
optional = true
default-features = false

[dependencies.ring]
version = "0.17.13"

[dependencies.rust_decimal]
version = "1.41.0"
features = ["db-postgres"]
optional = true

[dependencies.rust_xlsxwriter]
version = "0.94.0"
optional = true

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

[dependencies.serde_json]
version = "1.0.149"

[dependencies.suppaftp]
version = "8.0.2"
features = ["native-tls"]
optional = true

[dependencies.tempfile]
version = "3.27.0"

[dependencies.tokio]
version = "1.50.0"
features = ["rt-multi-thread"]

[dependencies.tokio-cron-scheduler]
version = "0.13.0"

[dependencies.tokio-postgres]
version = "0.7.16"
features = ["with-chrono-0_4"]
optional = true

[dependencies.url]
version = "2.5"

[dependencies.urlencoding]
version = "2.1.3"
optional = true

[dependencies.uuid]
version = "1.18.1"
features = ["v4"]

[dependencies.xml]
version = "1.0.0"

[dev-dependencies.criterion]
version = "0.5.1"
features = ["html_reports"]

[target.'cfg(not(target_os = "windows"))'.dependencies.openssl]
version = "=0.10.72"