laminar-sql 0.18.5

SQL layer for LaminarDB with streaming extensions
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 = "laminar-sql"
version = "0.18.5"
authors = ["LaminarDB Contributors"]
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL layer for LaminarDB with streaming extensions"
homepage = "https://laminardb.io"
documentation = "https://laminardb.io/api/laminar_sql"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/laminardb/laminardb"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arrow]
version = "57.2"
default-features = true

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

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.datafusion]
version = "52.3"

[dependencies.datafusion-common]
version = "52.0"

[dependencies.datafusion-expr]
version = "52.0"

[dependencies.datafusion-optimizer]
version = "52.0"

[dependencies.datafusion-sql]
version = "52.0"

[dependencies.futures]
version = "0.3"

[dependencies.laminar-core]
version = "0.18.5"

[dependencies.parking_lot]
version = "0.12"

[dependencies.serde_json]
version = "1.0"

[dependencies.sqlparser]
version = "0.59"

[dependencies.thiserror]
version = "2.0"

[dependencies.tokio]
version = "1.50"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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

[dev-dependencies.proptest]
version = "1.10"

[dev-dependencies.tokio]
version = "1.50"
features = [
    "full",
    "test-util",
    "macros",
]