chartml-datafusion 3.0.0

ChartML DataFusion SQL transform middleware
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 = "chartml-datafusion"
version = "3.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "ChartML DataFusion SQL transform middleware"
homepage = "https://chartml.org"
readme = "README.md"
keywords = [
    "chartml",
    "datafusion",
    "sql",
    "transform",
]
categories = ["database"]
license = "MIT"
repository = "https://github.com/chartml/chartml"

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

[dependencies.arrow]
version = "57"
features = ["ipc"]
default-features = false

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

[dependencies.chartml-core]
version = "3.0.0"

[dependencies.chartml-forecast]
version = "3.0.0"

[dependencies.chrono]
version = "0.4"
features = ["wasmbind"]

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

[dependencies.getrandom02]
version = "0.2"
features = ["js"]
package = "getrandom"

[dependencies.getrandom03]
version = "0.3"
features = ["wasm_js"]
package = "getrandom"

[dependencies.serde_json]
version = "1"

[dependencies.thiserror]
version = "2"

[dependencies.uuid]
version = "1"
features = ["js"]

[dev-dependencies.tokio]
version = "1"
features = [
    "rt",
    "macros",
]

[lints.clippy]
large_enum_variant = "forbid"
too_many_arguments = "forbid"
wrong_self_convention = "forbid"

[lints.rust]
dead_code = "deny"
unused_imports = "deny"
unused_mut = "deny"
unused_variables = "deny"