# 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 = "fs-hdfs3" version = "0.1.12" authors = ["Yanghong Zhong "] description = "libhdfs binding library and safe Rust APIs" homepage = "https://github.com/datafusion-contrib/fs-hdfs" documentation = "https://docs.rs/crate/fs-hdfs3" readme = "README.md" keywords = [ "hdfs", "hadoop", ] license = "Apache-2.0" repository = "https://github.com/datafusion-contrib/fs-hdfs" [lib] name = "hdfs" path = "src/lib.rs" [dependencies.lazy_static] version = "^1.4" [dependencies.libc] version = "^0.2" [dependencies.log] version = "^0.4" [dependencies.url] version = "^2.2" [dev-dependencies.filepath] version = "^0.1" [dev-dependencies.tempfile] version = "^3.2" [dev-dependencies.uuid] version = "^0.8" features = ["v4"] [build-dependencies.bindgen] version = "0.64.0" [build-dependencies.cc] version = "1.0" [features] default = ["test_util"] test_util = [] use_existing_hdfs = []