Cargo Features

[dependencies]
minimap2 = { version = "0.1.17+minimap2.2.27", 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 whenever minimap2 is added without default-features = false somewhere in the dependency tree.

sse2only

Enables sse2only of minimap2-sys

htslib = rust-htslib

Affects minimap2::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

static

Enables static of minimap2-sys and rust-htslib

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
rust-htslib curl? htslib? static?