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 default-features = false somewhere in the dependency tree.

mzmlb

Enables mzmlb of mzdata

mzdata:

Enables reading mzMLb

thermo

Enables thermo of mzdata

bruker_tdf

Enables bruker_tdf of mzdata

zlib

Enables zlib of mzdata

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