# 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" rust-version = "1.76" name = "hudi-datafusion" version = "0.2.0-rc.1" build = false autobins = false autoexamples = false autotests = false autobenches = false description = "A native Rust library for Apache Hudi" homepage = "https://github.com/apache/hudi-rs" readme = "README.md" keywords = [ "apachehudi", "hudi", "datalake", "arrow", ] license = "Apache-2.0" repository = "https://github.com/apache/hudi-rs" [lib] name = "hudi_datafusion" path = "src/lib.rs" [dependencies.arrow-schema] version = "= 53.1.0" features = ["serde"] [dependencies.async-trait] version = "0.1" [dependencies.datafusion] version = "= 42.0.0" [dependencies.datafusion-common] version = "= 42.0.0" [dependencies.datafusion-expr] version = "= 42.0.0" [dependencies.datafusion-physical-expr] version = "= 42.0.0" [dependencies.hudi-core] version = "0.2.0-rc.1" features = ["datafusion"] [dependencies.tokio] version = "1" features = ["rt-multi-thread"] [dependencies.url] version = "2" [dev-dependencies]