[dependencies.arrow]
version = "53"
[dependencies.arrow-arith]
version = "53"
[dependencies.arrow-array]
features = ["chrono-tz", "chrono-tz"]
version = "53"
[dependencies.arrow-buffer]
version = "53"
[dependencies.arrow-cast]
version = "53"
[dependencies.arrow-ipc]
version = "53"
[dependencies.arrow-json]
version = "53"
[dependencies.arrow-ord]
version = "53"
[dependencies.arrow-row]
version = "53"
[dependencies.arrow-schema]
features = ["serde"]
version = "53"
[dependencies.arrow-select]
version = "53"
[dependencies.async-trait]
version = "0.1"
[dependencies.bytes]
version = "1"
[dependencies.cfg-if]
version = "1"
[dependencies.chrono]
default-features = false
features = ["clock", "clock"]
version = ">0.4.34"
[dependencies.dashmap]
version = "6"
[dependencies.datafusion]
optional = true
version = "44"
[dependencies.datafusion-common]
optional = true
version = "44"
[dependencies.datafusion-expr]
optional = true
version = "44"
[dependencies.datafusion-functions]
optional = true
version = "44"
[dependencies.datafusion-functions-aggregate]
optional = true
version = "44"
[dependencies.datafusion-physical-expr]
optional = true
version = "44"
[dependencies.datafusion-physical-plan]
optional = true
version = "44"
[dependencies.datafusion-proto]
optional = true
version = "44"
[dependencies.datafusion-sql]
optional = true
version = "44"
[dependencies.delta_kernel]
features = ["default-engine"]
version = "0.6.0"
[dependencies.either]
version = "1.8"
[dependencies.errno]
version = "0.3"
[dependencies.fix-hidden-lifetime-bug]
version = "0.2"
[dependencies.futures]
version = "0.3"
[dependencies.hashbrown]
version = "0.15.2"
[dependencies.indexmap]
version = "2.2.1"
[dependencies.itertools]
version = "0.13"
[dependencies.lazy_static]
version = "1"
[dependencies.libc]
version = ">=0.2.90, <1"
[dependencies.maplit]
version = "1"
[dependencies.num-bigint]
version = "0.4"
[dependencies.num-traits]
version = "0.2.15"
[dependencies.num_cpus]
version = "1"
[dependencies.object_store]
version = "0.11.2"
[dependencies.once_cell]
version = "1.16.0"
[dependencies.parking_lot]
version = "0.12"
[dependencies.parquet]
features = ["async", "object_store"]
version = "53"
[dependencies.percent-encoding]
version = "2"
[dependencies.pin-project-lite]
version = "^0.2.7"
[dependencies.rand]
version = "0.8"
[dependencies.regex]
version = "1"
[dependencies.roaring]
version = "0.10.1"
[dependencies.serde]
features = ["derive", "derive"]
version = "1.0.194"
[dependencies.serde_json]
version = "1"
[dependencies.sqlparser]
version = "0.53.0"
[dependencies.thiserror]
version = "2"
[dependencies.tokio]
features = ["macros", "process", "rt", "rt-multi-thread", "signal", "sync", "fs", "parking_lot"]
version = "1"
[dependencies.tracing]
features = ["log"]
version = "0.1"
[dependencies.url]
version = "2"
[dependencies.urlencoding]
version = "2.1.3"
[dependencies.uuid]
features = ["serde", "v4"]
version = "1"
[dependencies.z85]
version = "3.0.5"
[dev-dependencies.criterion]
version = "0.5"
[dev-dependencies.ctor]
version = "0"
[dev-dependencies.dotenvy]
version = "0"
[dev-dependencies.fs_extra]
version = "1.2.0"
[dev-dependencies.maplit]
version = "1"
[dev-dependencies.pretty_assertions]
version = "1.2.1"
[dev-dependencies.pretty_env_logger]
version = "0.5.0"
[dev-dependencies.rand]
version = "0.8"
[dev-dependencies.serial_test]
version = "3"
[dev-dependencies.tempfile]
version = "3"
[dev-dependencies.tokio]
features = ["macros", "rt-multi-thread"]
version = "1"
[features]
cdf = []
datafusion = ["dep:datafusion", "datafusion-expr", "datafusion-common", "datafusion-proto", "datafusion-physical-expr", "datafusion-physical-plan", "datafusion-sql", "datafusion-functions", "datafusion-functions-aggregate"]
datafusion-ext = ["datafusion"]
default = ["cdf"]
json = ["parquet/json"]
python = ["arrow/pyarrow"]
[lib]
name = "deltalake_core"
path = "src/lib.rs"
[package]
authors = ["Qingping Hou <dave2008713@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Native Delta Lake implementation in Rust"
edition = "2021"
homepage = "https://github.com/delta-io/delta.rs"
keywords = ["deltalake", "delta", "datalake"]
license = "Apache-2.0"
name = "deltalake-core"
readme = "README.md"
repository = "https://github.com/delta-io/delta.rs"
rust-version = "1.81"
version = "0.23.0"
[package.metadata.docs.rs]
features = ["datafusion", "json", "unity-experimental"]
[[test]]
name = "checkpoint_writer"
path = "tests/checkpoint_writer.rs"
[[test]]
name = "command_filesystem_check"
path = "tests/command_filesystem_check.rs"
[[test]]
name = "command_merge"
path = "tests/command_merge.rs"
[[test]]
name = "command_optimize"
path = "tests/command_optimize.rs"
[[test]]
name = "command_restore"
path = "tests/command_restore.rs"
[[test]]
name = "command_vacuum"
path = "tests/command_vacuum.rs"
[[test]]
name = "commit_info_format"
path = "tests/commit_info_format.rs"
[[test]]
name = "integration"
path = "tests/integration.rs"
[[test]]
name = "integration_checkpoint"
path = "tests/integration_checkpoint.rs"
[[test]]
name = "integration_datafusion"
path = "tests/integration_datafusion.rs"
[[test]]
name = "read_delta_log_test"
path = "tests/read_delta_log_test.rs"
[[test]]
name = "read_delta_partitions_test"
path = "tests/read_delta_partitions_test.rs"
[[test]]
name = "time_travel"
path = "tests/time_travel.rs"