Skip to content

Commit

Permalink
Update cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
jguhlin committed Nov 27, 2024
1 parent 1c865ce commit 2efe65f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -48,15 +48,15 @@ rayon = "1.10"
# opt-level = 3

[features]
default = ["map-file", "htslib"]
default = ["map-file"]
map-file = ["needletail"] #, "simdutf8"]
htslib = ['rust-htslib']
simde = ["minimap2-sys/simde"]
zlib-ng = ["minimap2-sys/zlib-ng"]
curl = ["rust-htslib/curl"]
static = ["minimap2-sys/static", "rust-htslib/static"]
sse2only = ["minimap2-sys/sse2only"]

rust-threads = ["minimap2-sys/rust-threads"]

[package.metadata.docs.rs]
features = ["map-file", "htslib"]

0 comments on commit 2efe65f

Please sign in to comment.