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 whenever minimap2 is added without default-features = false somewhere in the dependency tree.

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