datafusion-iceberg-sql 0.10.0

Apache Iceberg integration for Datafusion
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 = "datafusion-iceberg-sql"
version = "0.10.0"
build = false
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apache Iceberg integration for Datafusion"
readme = false
license = "Apache-2.0"
repository = "https://github.com/JanKaul/iceberg-rust"

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

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

[dependencies.datafusion-common]
version = "53"

[dependencies.datafusion-execution]
version = "53"

[dependencies.datafusion-expr]
version = "53"

[dependencies.datafusion-functions]
version = "53"
features = ["crypto_expressions"]

[dependencies.datafusion-functions-aggregate]
version = "53"

[dependencies.datafusion-sql]
version = "53"

[dependencies.iceberg-rust]
version = "0.10.0"