rbt-engine 0.0.1

Medallion SQL DAG engine for lakehouse transforms (Rust + DataFusion + Parquet/Iceberg-FS)
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 = "rbt-engine"
version = "0.0.1"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Medallion SQL DAG engine for lakehouse transforms (Rust + DataFusion + Parquet/Iceberg-FS)"
homepage = "https://github.com/shan-alexander/rbt"
readme = "README.md"
keywords = [
    "dbt",
    "datafusion",
    "iceberg",
    "parquet",
    "etl",
]
categories = [
    "database",
    "command-line-utilities",
]
license = "Apache-2.0"
repository = "https://github.com/shan-alexander/rbt"

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

[dependencies.anyhow]
version = "1.0"

[dependencies.arrow]
version = "58.0"

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

[dependencies.datafusion]
version = "53.1"

[dependencies.iceberg]
version = "0.10"

[dependencies.iceberg-datafusion]
version = "0.10"

[dependencies.rbt-core]
version = "0.0.1"

[dependencies.rbt-materializer]
version = "0.0.1"

[dependencies.rbt-scan]
version = "0.0.1"

[dependencies.rbt-testing]
version = "0.0.1"

[dependencies.thiserror]
version = "1.0"

[dependencies.tokio]
version = "1.38"
features = ["full"]

[dependencies.tracing]
version = "0.1"

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