# 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.80" name = "deltalake-hdfs" version = "0.6.0" authors = ["Qingping Hou "] build = false autobins = false autoexamples = false autotests = false autobenches = false description = "Native Delta Lake implementation in Rust" homepage = "https://github.com/delta-io/delta.rs" readme = "README.md" keywords = [ "deltalake", "delta", "datalake", ] license = "Apache-2.0" repository = "https://github.com/delta-io/delta.rs" [lib] name = "deltalake_hdfs" path = "src/lib.rs" [[test]] name = "context" path = "tests/context.rs" [[test]] name = "integration" path = "tests/integration.rs" [dependencies.deltalake-core] version = "0.22.0" [dependencies.hdfs-native-object-store] version = "0.12" [dependencies.object_store] version = "0.11" [dependencies.tokio] version = "1" [dependencies.url] version = "2" [dev-dependencies.serial_test] version = "3" [dev-dependencies.which] version = "7" [features] integration_test = ["hdfs-native-object-store/integration-test"]