# 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-objectstore-hdfs" version = "0.1.4" authors = ["Yanghong Zhong "] description = "A hdfs object store implemented the object store" readme = "README.md" keywords = [ "hadoop", "hdfs", "hdfs3", "store", ] license = "Apache-2.0" repository = "https://github.com/datafusion-contrib/datafusion-objectstore-hdfs" resolver = "1" [dependencies.async-trait] version = "0.1.53" [dependencies.bytes] version = "1.0" [dependencies.chrono] version = "0.4" [dependencies.fs-hdfs] version = "^0.1.11" optional = true [dependencies.fs-hdfs3] version = "^0.1.11" optional = true [dependencies.futures] version = "0.3" [dependencies.object_store] version = "0.6.1" [dependencies.tokio] version = "1.18" features = [ "macros", "rt", "rt-multi-thread", "sync", "parking_lot", ] [features] default = [ "hdfs", "try_spawn_blocking", ] hdfs = ["fs-hdfs"] hdfs3 = ["fs-hdfs3"] try_spawn_blocking = []