From 2efe65fb39fba3ac117c8724a8e526c5e279243d Mon Sep 17 00:00:00 2001 From: Joseph Guhlin Date: Wed, 27 Nov 2024 16:13:52 +1300 Subject: [PATCH] Update cargo.toml --- Cargo.toml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 3fabff5..8134068 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -48,7 +48,7 @@ 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"] @@ -56,7 +56,7 @@ 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"]