Cargo Features

minimap2-sys has no features set by default.

[dependencies]
minimap2-sys = { version = "0.1.18+minimap2.2.27", features = ["vendored", "noopt", "zlib-ng", "static"] }
default

These default features are set whenever minimap2-sys is added without default-features = false somewhere in the dependency tree.

Enables libc of libz-sys

vendored = bindgen
sse2only simde noopt
zlib-ng

Enables zlib-ng of libz-sys

libz-sys:

(Omit the libc feature if you don't require the corresponding functions.)

This allows higher-level crates depending on your library to opt into zlib-ng if desired.

Building zlib-ng requires cmake.

static

Enables static of libz-sys

libz-sys:

Enable this feature if you want to have a statically linked libz

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.

bindgen build vendored?