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