Cargo Features
[dependencies]
minimap2 = { version = "0.1.23+minimap2.2.28", default-features = false, features = ["map-file", "htslib", "simde", "zlib-ng", "curl", "static", "sse2only"] }
codegen-units = 1
[profile.dev.package."*"]
opt-level = 3
- default = map-file
-
The
map-file
feature is set by default wheneverminimap2
is added without
somewhere in the dependency tree.default-features = false - map-file default = needletail
- htslib = rust-htslib
-
Affects
minimap2::htslib
… - simde
-
Enables simde of minimap2-sys
- zlib-ng
-
Enables zlib-ng of minimap2-sys
- curl
-
Enables curl of rust-htslib
- static
-
Enables static of minimap2-sys and rust-htslib
- sse2only
-
Enables sse2only of minimap2-sys
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.