paimon-datafusion 0.2.0

Apache Paimon DataFusion Integration
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 = "paimon-datafusion"
version = "0.2.0"
build = false
exclude = ["testdata/"]
autolib = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "Apache Paimon DataFusion Integration"
homepage = "https://paimon.apache.org/docs/rust/datafusion/"
documentation = "https://docs.rs/paimon-datafusion"
readme = "README.md"
keywords = [
    "paimon",
    "datafusion",
    "integrations",
]
categories = ["database"]
license = "Apache-2.0"

[features]
fulltext = ["paimon/fulltext"]
vortex = ["paimon/vortex"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[dependencies.chrono]
version = "0.4"

[dependencies.constant_time_eq]
version = ">=0.4.0, <0.4.3"

[dependencies.datafusion]
version = "53.0.0"

[dependencies.futures]
version = "0.3"

[dependencies.lexical-write-float]
version = "1.0.6"

[dependencies.log]
version = "0.4"

[dependencies.paimon]
version = "0.2.0"

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

[dependencies.serde_json]
version = "1"

[dependencies.tokio]
version = "1.39.2"
features = [
    "rt",
    "time",
    "fs",
]

[dependencies.uuid]
version = "1"
features = ["v4"]

[dev-dependencies.arrow-array]
version = "58.0"
features = ["ffi"]

[dev-dependencies.arrow-schema]
version = "58.0"

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

[dev-dependencies.parquet]
version = "58.0"

[dev-dependencies.tar]
version = "0.4"

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

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