# 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-sys" version = "0.3.0" authors = ["Xuanwo "] links = "hdfs" description = "Bindings to HDFS Native C API" documentation = "https://docs.rs/hdfs-sys" readme = "README.md" categories = ["command-line-utilities"] license = "Apache-2.0" repository = "https://github.com/Xuanwo/hdrs" [package.metadata.docs.rs] all-features = true [build-dependencies.cc] version = "1" [build-dependencies.java-locator] version = "0.1" [features] default = ["hdfs_2_6"] hdfs_2_10 = ["hdfs_2_9"] hdfs_2_2 = [] hdfs_2_3 = ["hdfs_2_2"] hdfs_2_4 = ["hdfs_2_3"] hdfs_2_5 = ["hdfs_2_4"] hdfs_2_6 = ["hdfs_2_5"] hdfs_2_7 = ["hdfs_2_6"] hdfs_2_8 = ["hdfs_2_7"] hdfs_2_9 = ["hdfs_2_8"] hdfs_3_0 = ["hdfs_2_10"] hdfs_3_1 = ["hdfs_3_0"] hdfs_3_2 = ["hdfs_3_1"] hdfs_3_3 = ["hdfs_3_2"] vendored = []