[package] name = "indl_finder" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "4.2.4", features = ["derive"] } rust-htslib = "0.42.0" merge_sequences = { git = "https://github.com/Dr-TSteimle/merge_sequences" } desc_sequence = { git = "https://git.t0m4.fr/Thomas/desc_sequence.git" } rand = "0.8.5" itertools = "0.10.5" rayon = "1.7.0" indicatif = {version = "0.17.5", features = ["rayon"]}