Cargo Features
[dependencies]
minimap2 = { version = "0.1.22+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
Dep for development
- zlib-ng
-
Enables zlib-ng of minimap2-sys
- curl
-
Enables curl of rust-htslib ^0.48
- static
-
Enables static of minimap2-sys and rust-htslib ^0.48
- 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.
- needletail map-file
- rust-htslib curl? htslib? static?
-
Enables rust-htslib ^0.48