[package]
edition = "2021"
rust-version = "1.88"
name = "mongreldb-query"
version = "0.60.2"
build = "build.rs"
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 = "alter_user_admin"
path = "tests/alter_user_admin.rs"
[[test]]
name = "boolean_ai_security"
path = "tests/boolean_ai_security.rs"
[[test]]
name = "check_constraints"
path = "tests/check_constraints.rs"
[[test]]
name = "creative_destruction"
path = "tests/creative_destruction.rs"
[[test]]
name = "deep_adversarial"
path = "tests/deep_adversarial.rs"
[[test]]
name = "default_backfill"
path = "tests/default_backfill.rs"
[[test]]
name = "enum_type"
path = "tests/enum_type.rs"
[[test]]
name = "explain_analyze"
path = "tests/explain_analyze.rs"
[[test]]
name = "extended_sql_functions"
path = "tests/extended_sql_functions.rs"
[[test]]
name = "final_destruction"
path = "tests/final_destruction.rs"
[[test]]
name = "fk_on_update"
path = "tests/fk_on_update.rs"
[[test]]
name = "integrity_sql"
path = "tests/integrity_sql.rs"
[[test]]
name = "materialized_refresh"
path = "tests/materialized_refresh.rs"
[[test]]
name = "multi_table_sql"
path = "tests/multi_table_sql.rs"
[[test]]
name = "prepared_statements"
path = "tests/prepared_statements.rs"
[[test]]
name = "procedures"
path = "tests/procedures.rs"
[[test]]
name = "round4_destruction"
path = "tests/round4_destruction.rs"
[[test]]
name = "scored_sql_freshness"
path = "tests/scored_sql_freshness.rs"
[[test]]
name = "scored_sql_limits"
path = "tests/scored_sql_limits.rs"
[[test]]
name = "scored_sql_security"
path = "tests/scored_sql_security.rs"
[[test]]
name = "scored_sql_security_race"
path = "tests/scored_sql_security_race.rs"
[[test]]
name = "security"
path = "tests/security.rs"
[[test]]
name = "sql"
path = "tests/sql.rs"
[[test]]
name = "sql_cancellation"
path = "tests/sql_cancellation.rs"
[[test]]
name = "sql_command_cancellation"
path = "tests/sql_command_cancellation.rs"
[[test]]
name = "sql_features"
path = "tests/sql_features.rs"
[[test]]
name = "sql_savepoints"
path = "tests/sql_savepoints.rs"
[[test]]
name = "sql_transaction_cancellation"
path = "tests/sql_transaction_cancellation.rs"
[[test]]
name = "time_travel"
path = "tests/time_travel.rs"
[[test]]
name = "ttl"
path = "tests/ttl.rs"
[[bench]]
name = "sql_cancellation"
path = "benches/sql_cancellation.rs"
harness = false
[dependencies.aes-gcm]
version = "0.10"
[dependencies.arrow]
version = "58"
[dependencies.async-trait]
version = "0.1"
[dependencies.bincode]
version = "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.getrandom]
version = "0.2"
[dependencies.mongreldb-core]
version = "0.60.2"
[dependencies.mongreldb-types]
version = "0.60.2"
[dependencies.parking_lot]
version = "0.12"
[dependencies.regex]
version = "1"
[dependencies.serde]
version = "1"
features = ["derive"]
[dependencies.serde_json]
version = "1"
[dependencies.sha2]
version = "0.10"
[dependencies.sqlparser]
version = "0.62.0"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "1"
[dependencies.tokio]
version = "1"
features = [
"rt",
"rt-multi-thread",
"macros",
"sync",
"time",
]
[dev-dependencies.criterion]
version = "0.5"
features = ["async_tokio"]
[dev-dependencies.mongreldb-core]
version = "0.60.2"
features = ["encryption"]
[dev-dependencies.rusqlite]
version = "0.32"
features = ["bundled"]