krishiv-sql 0.1.0-nightly.202607020205

Krishiv — hybrid batch and streaming compute engine
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.92"
name = "krishiv-sql"
version = "0.1.0-nightly.202607020205"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Krishiv — hybrid batch and streaming compute engine"
homepage = "https://krishiv.ai"
documentation = "https://docs.rs/krishiv/latest/krishiv/"
readme = "README.md"
license = "Apache-2.0"
repository = "https://github.com/KrishivAI/krishiv"

[features]
default = []
delta = ["krishiv-connectors/delta"]
glue-catalog = ["rest-catalog"]
hudi = ["krishiv-connectors/hudi"]
iceberg = [
    "krishiv-connectors/iceberg",
    "dep:iceberg",
]
iceberg-datafusion = [
    "dep:iceberg-datafusion",
    "dep:iceberg",
    "local-catalog",
    "krishiv-connectors/iceberg",
]
local-catalog = ["dep:iceberg"]
postgres-catalog = [
    "dep:sqlx",
    "dep:iceberg",
]
rest-catalog = [
    "dep:iceberg-catalog-rest",
    "dep:iceberg",
]
unity-catalog = ["rest-catalog"]

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

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

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

[dependencies.arrow]
version = "58.3.0"
features = [
    "prettyprint",
    "ipc_compression",
    "csv",
    "json",
]

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

[dependencies.chrono]
version = "0.4"
features = ["serde"]

[dependencies.dashmap]
version = "6.1"

[dependencies.datafusion]
version = "53.1.0"

[dependencies.futures]
version = "0.3"

[dependencies.iceberg]
version = "0.9.1"
optional = true

[dependencies.iceberg-catalog-rest]
version = "0.9.1"
optional = true

[dependencies.iceberg-datafusion]
version = "0.9.1"
optional = true

[dependencies.krishiv-common]
version = "=0.1.0-nightly.202607020205"

[dependencies.krishiv-connectors]
version = "=0.1.0-nightly.202607020205"
features = [
    "kafka",
    "s3",
    "lakehouse",
]

[dependencies.krishiv-plan]
version = "=0.1.0-nightly.202607020205"

[dependencies.object_store]
version = "0.13.2"
features = ["aws"]

[dependencies.regex]
version = "1"

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

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

[dependencies.serde_json]
version = "1"

[dependencies.sqlparser]
version = "0.62.0"

[dependencies.sqlx]
version = "0.8"
features = [
    "runtime-tokio-rustls",
    "postgres",
]
optional = true
default-features = false

[dependencies.thiserror]
version = "1"

[dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "macros",
    "net",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]

[dependencies.tokio-stream]
version = "0.1.18"
features = ["net"]

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

[dependencies.uuid]
version = "1"
features = ["v4"]

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

[dev-dependencies.tokio]
version = "1.52.3"
features = [
    "fs",
    "macros",
    "net",
    "rt",
    "rt-multi-thread",
    "sync",
    "time",
]

[dev-dependencies.wiremock]
version = "0.6"

[lints.clippy]
await_holding_lock = "deny"
await_holding_refcell_ref = "deny"
dbg_macro = "deny"
expect_used = "deny"
indexing_slicing = "deny"
panic = "deny"
print_stderr = "deny"
print_stdout = "deny"
todo = "deny"
unimplemented = "deny"
unwrap_used = "deny"
wildcard_imports = "deny"

[lints.rust]
unsafe_code = "forbid"