fs-hdfs3 0.1.12

libhdfs binding library and safe Rust APIs
[build-dependencies.bindgen]
version = "0.64.0"

[build-dependencies.cc]
version = "1.0"
[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]
features = ["v4"]
version = "^0.8"

[features]
default = ["test_util"]
test_util = []
use_existing_hdfs = []

[lib]
name = "hdfs"
path = "src/lib.rs"

[package]
authors = ["Yanghong Zhong <nju_yaho@apache.org>"]
description = "libhdfs binding library and safe Rust APIs"
documentation = "https://docs.rs/crate/fs-hdfs3"
edition = "2021"
homepage = "https://github.com/datafusion-contrib/fs-hdfs"
keywords = ["hdfs", "hadoop"]
license = "Apache-2.0"
name = "fs-hdfs3"
readme = "README.md"
repository = "https://github.com/datafusion-contrib/fs-hdfs"
version = "0.1.12"