mongreldb-server 0.64.2

HTTP daemon for MongrelDB — serves SQL, native queries, and typed Kit API over HTTP for multi-process access.
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 = "mongreldb-server"
version = "0.64.2"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "HTTP daemon for MongrelDB — serves SQL, native queries, and typed Kit API over HTTP for multi-process access."
readme = false
license = "MIT OR Apache-2.0"
repository = "https://github.com/visorcraft/MongrelDB"

[features]
dangerous-test-transport = ["mongreldb-cluster/dangerous-test-transport"]
default = []

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

[[bin]]
name = "mongreldb-server"
path = "src/main.rs"

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.arrow]
version = "58"

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

[dependencies.axum]
version = "0.8"

[dependencies.base64]
version = "0.22"

[dependencies.bincode]
version = "1"

[dependencies.datafusion]
version = "54.0.0"

[dependencies.fs2]
version = "0.4"

[dependencies.futures]
version = "0.3"

[dependencies.hmac]
version = "0.12"

[dependencies.libc]
version = "0.2"

[dependencies.mongreldb-cluster]
version = "0.64.2"

[dependencies.mongreldb-consensus]
version = "0.64.2"

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

[dependencies.mongreldb-log]
version = "0.64.2"

[dependencies.mongreldb-protocol]
version = "0.64.2"

[dependencies.mongreldb-query]
version = "0.64.2"

[dependencies.mongreldb-types]
version = "0.64.2"

[dependencies.prost]
version = "0.14"

[dependencies.reqwest]
version = "0.12"
features = [
    "blocking",
    "json",
    "stream",
    "rustls-tls",
]
default-features = false

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

[dependencies.serde_json]
version = "1"

[dependencies.sha2]
version = "0.10"

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

[dependencies.tonic]
version = "0.14.6"
features = ["tls-ring"]

[dependencies.tower]
version = "0.5"
features = ["limit"]

[dependencies.zeroize]
version = "1"

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

[dev-dependencies.mongreldb-client]
version = "0.64.2"

[dev-dependencies.rcgen]
version = "0.13"

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

[dev-dependencies.tower]
version = "0.5"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61"
features = [
    "Win32_Foundation",
    "Win32_Storage_FileSystem",
]