Cargo Features
[dependencies]
d4 = { version = "0.3.9", default-features = false, features = ["depth_profiler", "task", "mapped_io", "writer", "http_reader", "seq-task"] }
- default = depth_profiler, http_reader, task, writer
-
These default features are set whenever
d4
is added without
somewhere in the dependency tree.default-features = false - depth_profiler default = d4-hts, rand, rayon
- task default = mapped_io, rayon
-
Affects
d4::task
… - mapped_io task writer
-
Enables mapped_io of d4-framefile
Affects
d4::ptab
,stab::mapped
… - writer default = mapped_io
-
Affects
dict::EncodeResult
… - http_reader default = reqwest
-
Affects
ssio::http
… - seq-task
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.