delta-arrow-reader 0.3.0

Read-only Delta Lake to Apache Arrow reader
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 = "delta-arrow-reader"
version = "0.3.0"
build = false
exclude = [
    ".github/**",
    ".gitignore",
    "benches/reader.rs",
    "tests/benchmark_harness.rs",
    "tests/datafusion_provider.rs",
    "tests/portable_fixtures.rs",
    "tests/support/**",
]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Read-only Delta Lake to Apache Arrow reader"
homepage = "https://github.com/mag1cfrog/delta-arrow-reader"
documentation = "https://docs.rs/delta-arrow-reader"
readme = "README.md"
keywords = [
    "delta-lake",
    "arrow",
    "parquet",
    "datafusion",
]
categories = [
    "asynchronous",
    "database",
]
license = "Apache-2.0"
repository = "https://github.com/mag1cfrog/delta-arrow-reader"

[package.metadata.docs.rs]
all-features = true

[features]
datafusion = ["dep:datafusion"]
default = ["native-async"]
native-async = []
official-kernel = []

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

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

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

[dependencies.arrow]
version = "58.3.0"

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

[dependencies.chrono]
version = "0.4"
features = ["std"]
default-features = false

[dependencies.datafusion]
version = "54.1.0"
features = ["sql"]
optional = true
default-features = false

[dependencies.delta_kernel]
version = "=0.25.0"
features = [
    "arrow",
    "internal-api",
]
default-features = false

[dependencies.delta_kernel_default_engine]
version = "=0.25.0"
features = [
    "arrow",
    "native-tls",
]
default-features = false

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

[dependencies.object_store]
version = "0.13.2"

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

[dependencies.snafu]
version = "0.9"

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

[dependencies.tracing]
version = "0.1"

[dependencies.url]
version = "2"

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

[target."cfg(unix)".dependencies.libc]
version = "0.2"

[target."cfg(windows)".dependencies.windows-sys]
version = "0.61.2"
features = ["Win32_System_SystemInformation"]

[lints.clippy]
expect_used = "deny"
panic = "deny"
unwrap_used = "deny"

[lints.rust]
missing_docs = "deny"