Cargo Features
minimap2-sys has no features set by default.
[dependencies]
minimap2-sys = { version = "0.1.20+minimap2.2.28", features = ["vendored", "noopt", "zlib-ng", "static"] }
- default
-
"libz-sys/libc"
- vendored = bindgen
- sse2only simde noopt
- zlib-ng
-
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. - static
-
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?
-
Enables bindgen ^0.70