faucet-transform-sql 1.1.0

SQL-as-transform for faucet-stream — run DuckDB SQL over each pipeline page (the `batch` relation).
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.96"
name = "faucet-transform-sql"
version = "1.1.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "SQL-as-transform for faucet-stream — run DuckDB SQL over each pipeline page (the `batch` relation)."
documentation = "https://docs.rs/faucet-transform-sql"
readme = "README.md"
keywords = [
    "sql",
    "duckdb",
    "transform",
    "pipeline",
    "etl",
]
categories = [
    "database",
    "asynchronous",
]
license = "MIT OR Apache-2.0"
repository = "https://github.com/PawanSikawat/faucet-stream"

[package.metadata.docs.rs]
all-features = true
rustdoc-args = [
    "--cfg",
    "docsrs",
]

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

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

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

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

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

[dependencies.arrow]
version = "58"

[dependencies.arrow-json]
version = "58"

[dependencies.duckdb]
version = "1.10503"
features = [
    "bundled",
    "vtab-arrow",
]

[dependencies.faucet-core]
version = "1.6.0"
features = ["arrow"]

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1"

[dependencies.tracing]
version = "0.1"

[dev-dependencies.bytes]
version = "1"

[dev-dependencies.criterion]
version = "0.8"
features = ["cargo_bench_support"]
default-features = false

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

[dev-dependencies.parquet]
version = "58"
features = [
    "async",
    "object_store",
]

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

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