Cargo.toml 516 B

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