# 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" version = "0.5.8" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Datafusion integration for Iceberg table format" readme = "README.md" license = "Apache-2.0" repository = "https://github.com/JanKaul/iceberg-rust" [lib] name = "datafusion_iceberg" path = "src/lib.rs" [[example]] name = "dataframe" path = "examples/dataframe.rs" [[example]] name = "insert_table" path = "examples/insert_table.rs" [[example]] name = "refresh_materialized_view" path = "examples/refresh_materialized_view.rs" [[test]] name = "integration_trino" path = "tests/integration_trino.rs" [dependencies.async-trait] version = "0.1" [dependencies.chrono] version = "0.4" features = ["serde"] default-features = false [dependencies.dashmap] version = "5.4.0" [dependencies.datafusion] version = "40.0.0" [dependencies.datafusion-expr] version = "40.0.0" [dependencies.futures] version = "0.3.30" [dependencies.iceberg-rust] version = "0.5.8" [dependencies.itertools] version = "0.10.5" [dependencies.object_store] version = "0.10.1" features = [ "aws", "gcp", ] [dependencies.regex] version = "1.11.0" [dependencies.serde_json] version = "^1.0" [dependencies.thiserror] version = "1.0" [dependencies.tokio] version = "1.0" features = ["rt-multi-thread"] [dependencies.url] version = "^2.2" [dependencies.uuid] version = "1.3.2" features = [ "serde", "v4", ] [dev-dependencies.reqwest] version = "0.11" [dev-dependencies.sqlx] version = "0.8" features = [ "runtime-tokio", "tls-rustls", "any", "sqlite", "postgres", "mysql", ] default-features = false [dev-dependencies.tempfile] version = "3.10.1" [dev-dependencies.testcontainers] version = "0.20.0" [dev-dependencies.testcontainers-modules] version = "0.8.0" features = [ "localstack", "postgres", ] [dev-dependencies.tokio] version = "1" [dev-dependencies.tokio-stream] version = "0.1.15" features = ["io-util"]