Cargo Features

hdfs-native has no features set by default.

[dependencies]
hdfs-native = { version = "0.9.1", features = ["kerberos", "generate-protobuf", "benchmark", "integration-test"] }
kerberos = libgssapi
generate-protobuf = prost-build, protobuf-src
benchmark = which

Affects hdfs-native::ec, hdfs-native::minidfs

integration-test = which

Affects hdfs-native::test, hdfs-native::minidfs

Features from optional dependencies

In crates that don't use the dep: syntax, optional dependencies automatically become Cargo features. These features may have been created by mistake, and this functionality may be removed in the future.

libgssapi kerberos?
which benchmark? integration-test?

Enables which ^4

prost-build build generate-protobuf?
protobuf-src build generate-protobuf?