exoware-sql 2026.4.0

SQL engine backed by the Exoware API.
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 = "exoware-sql"
version = "2026.4.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL engine backed by the Exoware API."
readme = "README.md"
license = "MIT OR Apache-2.0"

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

[[example]]
name = "join_kv"
path = "examples/join_kv.rs"

[[example]]
name = "orders_kv"
path = "examples/orders_kv.rs"

[[example]]
name = "types_kv"
path = "examples/types_kv.rs"

[[example]]
name = "versioned_kv"
path = "examples/versioned_kv.rs"

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

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

[[bench]]
name = "read_path_perf"
path = "benches/read_path_perf.rs"
harness = false

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

[dependencies.bytes]
version = "1"

[dependencies.commonware-codec]
version = "2026.3.0"

[dependencies.datafusion]
version = "52.2.0"

[dependencies.exoware-sdk-rs]
version = "2026.4.0"

[dependencies.futures]
version = "0.3.32"

[dependencies.hex]
version = "0.4"

[dependencies.regex]
version = "1"

[dependencies.tokio]
version = "1.43.0"

[dev-dependencies.axum]
version = "0.8.1"

[dev-dependencies.buffa]
version = "0.3"
features = ["json"]

[dev-dependencies.connectrpc]
version = "0.3.1"
features = [
    "client",
    "axum",
]

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

[dev-dependencies.exoware-server]
version = "2026.4.0"

[dev-dependencies.futures]
version = "0.3.30"

[dev-dependencies.reqwest]
version = "0.12.5"

[dev-dependencies.serde]
version = "1.0.219"

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