faucet-source-delta 1.0.0

Apache Delta Lake source for the faucet-stream ecosystem — local FS + S3/Azure/GCS, time travel
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-source-delta"
version = "1.0.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apache Delta Lake source for the faucet-stream ecosystem — local FS + S3/Azure/GCS, time travel"
readme = "README.md"
keywords = [
    "delta",
    "deltalake",
    "lakehouse",
    "source",
    "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",
]

[features]
azure = ["faucet-common-delta/azure"]
default = []
gcs = ["faucet-common-delta/gcs"]
s3 = ["faucet-common-delta/s3"]

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

[dependencies.arrow]
version = "58"

[dependencies.async-stream]
version = "0.3"

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

[dependencies.deltalake]
version = "0.32.4"
features = ["rustls"]
default-features = false

[dependencies.faucet-common-delta]
version = "1.0.0"

[dependencies.faucet-core]
version = "1.5.0"

[dependencies.futures]
version = "0.3"

[dependencies.object_store]
version = "0.13"

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

[dependencies.schemars]
version = "1.2.1"

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

[dependencies.serde_json]
version = "1"

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

[dependencies.tracing]
version = "0.1"

[dev-dependencies.schemars]
version = "1.2.1"

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

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

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