# 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 = "hdfs-native-object-store" version = "0.12.1" authors = ["Adam Binford "] description = "object_store implementation for Native HDFS client" homepage = "https://github.com/datafusion-contrib/hdfs-native-object-store" readme = "README.md" keywords = [ "hadoop", "hdfs", "object_store", ] license = "Apache-2.0" repository = "https://github.com/datafusion-contrib/hdfs-native-object-store" [dependencies.async-trait] version = "0.1" [dependencies.bytes] version = "1" [dependencies.chrono] version = "0.4" [dependencies.futures] version = "0.3" [dependencies.hdfs-native] version = "0.10" [dependencies.object_store] version = ">= 0.10, < 0.12" [dependencies.thiserror] version = "1" [dependencies.tokio] version = "1" features = [ "rt", "net", "io-util", "macros", "sync", "time", ] [dev-dependencies.env_logger] version = "0.10" [dev-dependencies.serial_test] version = "2" [features] integration-test = ["hdfs-native/integration-test"]