mongreldb-query 0.40.0

DataFusion SQL + Arrow frontend for MongrelDB.
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"
rust-version = "1.80"
name = "mongreldb-query"
version = "0.40.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DataFusion SQL + Arrow frontend for MongrelDB."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/visorcraft/MongrelDB"

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

[[test]]
name = "adversarial_sql"
path = "tests/adversarial_sql.rs"

[[test]]
name = "aggregate_window_parity"
path = "tests/aggregate_window_parity.rs"

[[test]]
name = "creative_destruction"
path = "tests/creative_destruction.rs"

[[test]]
name = "deep_adversarial"
path = "tests/deep_adversarial.rs"

[[test]]
name = "extended_sql_functions"
path = "tests/extended_sql_functions.rs"

[[test]]
name = "final_destruction"
path = "tests/final_destruction.rs"

[[test]]
name = "integrity_sql"
path = "tests/integrity_sql.rs"

[[test]]
name = "multi_table_sql"
path = "tests/multi_table_sql.rs"

[[test]]
name = "procedures"
path = "tests/procedures.rs"

[[test]]
name = "round4_destruction"
path = "tests/round4_destruction.rs"

[[test]]
name = "sql"
path = "tests/sql.rs"

[[test]]
name = "sql_features"
path = "tests/sql_features.rs"

[dependencies.arrow]
version = "58"

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

[dependencies.chrono]
version = "0.4"
features = [
    "clock",
    "std",
]
default-features = false

[dependencies.datafusion]
version = "54.0.0"

[dependencies.datafusion-datasource]
version = "54.0.0"

[dependencies.futures]
version = "0.3"

[dependencies.mongreldb-core]
version = "0.40.0"

[dependencies.parking_lot]
version = "0.12"

[dependencies.regex]
version = "1"

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlparser]
version = "0.62.0"

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1"
features = [
    "rt",
    "rt-multi-thread",
    "macros",
    "sync",
]

[dev-dependencies.rusqlite]
version = "0.32"
features = ["bundled"]

[dev-dependencies.tempfile]
version = "3"