datum-sql 0.10.3

DataFusion and Arrow SQL front end for Datum streams
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 = "2024"
rust-version = "1.88"
name = "datum-sql"
version = "0.10.3"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "DataFusion and Arrow SQL front end for Datum streams"
homepage = "https://github.com/Aethergrids/Datum"
documentation = "https://docs.rs/datum-sql"
readme = "README.md"
keywords = [
    "sql",
    "streaming",
    "datafusion",
    "arrow",
    "datum",
]
categories = [
    "database",
    "asynchronous",
]
license = "Apache-2.0"
repository = "https://github.com/Aethergrids/Datum"
resolver = "2"

[features]
cdc = ["dep:datum-cdc"]
default = []
mq = [
    "dep:arrow-json",
    "dep:bytes",
    "dep:datum-mq",
]
mq-native = ["mq"]

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

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

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

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

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

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

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

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

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

[dependencies.arrow]
version = "58.3.0"
default-features = false

[dependencies.arrow-json]
version = "58.3.0"
optional = true
default-features = false

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

[dependencies.bytes]
version = "1.11.0"
optional = true

[dependencies.datafusion]
version = "54.0.0"
features = ["sql"]
default-features = false

[dependencies.datum-cdc]
version = "0.10.3"
optional = true

[dependencies.datum-core]
version = "0.10.3"

[dependencies.datum-mq]
version = "0.10.3"
optional = true

[dev-dependencies.tokio]
version = "1.48.0"
features = [
    "macros",
    "rt-multi-thread",
]

[dev-dependencies.tokio-postgres]
version = "0.7.18"