Cargo Features
[dependencies]
mzdeisotoper = { version = "0.3.1", default-features = false, features = ["mzmlb", "thermo", "bruker_tdf", "zlib", "zlib-ng-compat", "miniz_oxide", "mimalloc"] }
- default = mimalloc, zlib-ng-compat
-
These default features are set whenever
mzdeisotoper
is added without
somewhere in the dependency tree.default-features = false - mzmlb
-
mzdata:
Enables reading mzMLb
- thermo
- bruker_tdf
-
Enables bruker_tdf of mzdata
- zlib
-
mzdata:
The zlib feature makes the code faster unoptimized, but with LTO the default algorithm is faster on tests. Odds are on real data, this will vary with the size of the data being shuttled back and forth, and on the quality of the data (de)compression.
- zlib-ng-compat default
-
Enables zlib-ng-compat of mzdata
- miniz_oxide
-
Enables miniz_oxide of mzdata
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.
- mimalloc default