[package]
name = "mm2"
version = "0.26.1"
edition = "2021"
description = "minimap2 frontend"
license = "MIT"
repository ="https://github.com/keithyin/mm2"
exclude = [
"test_data/*"
]
[dependencies]
clap = {version="4.4", features=["derive"]}
rust-htslib = "0.49"
tracing = "0.1.40"
tracing-subscriber = {version="0.3.18", features=["json", "env-filter", "fmt", "time", "local-time"]}
time = "0.3.34"
glob = "0.3.1"
anyhow = "1.0.82"
lazy_static = "1.4.0"
rayon="1.8.1"
indicatif= {version="0.17.7"}
bio="1.6.0"
uuid = { version = "1.0", features = ["v5"] }
minimap2="=0.1.23"
num_cpus="1.16"
crossbeam = "0.8"
gskits="0.15.12"
hp_tr_finder = "0.2.3"
regex = "1"
[profile.release]
debug = true