Cargo Features
hdfs-native has no features set by default.
[dependencies]
hdfs-native = { version = "0.10.3", 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?
-
Enables which ^4
- prost-build build generate-protobuf?
-
Enables prost-build ^0.12
- protobuf-src build generate-protobuf?
-
Enables protobuf-src ^1.1
- fs-hdfs3 unix benchmark?