Cargo Features
hdfs-native has no features set by default.
[dependencies]
hdfs-native = { version = "0.11.0", features = ["generate-protobuf", "benchmark", "integration-test"] }
- generate-protobuf = prost-build, protobuf-src
- benchmark = fs-hdfs3, 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.
- which benchmark? integration-test?
- prost-build build generate-protobuf?
- protobuf-src build generate-protobuf?
- fs-hdfs3 unix benchmark?