Cargo.toml 933 B

12345678910111213141516171819202122232425262728293031
  1. [package]
  2. name = "desc_seq_lib"
  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. env_logger = "^0.10.1"
  8. test-env-log = "0.2.8"
  9. minimap2 = { git = "https://github.com/jguhlin/minimap2-rs", features = ["simde"] }
  10. aligner_client = { git = "https://git.t0m4.fr/Thomas/aligner_client.git"}
  11. rust-htslib = "0.46.0"
  12. anyhow = "1.0.75"
  13. log = "0.4.19"
  14. rand = "0.8.4"
  15. uuid = { version = "1.6.1", features = ["serde", "v4"] }
  16. seq_io = "0.3.2"
  17. noodles-fasta = "0.34.0"
  18. noodles-vcf = "0.51.0"
  19. crossbeam = "0.8.4"
  20. pileup = { git = "https://git.t0m4.fr/Thomas/pileup.git" }
  21. libVariant = { git = "https://git.t0m4.fr/Thomas/libVariant.git" }
  22. crossbeam-channel = "0.5.12"
  23. test-log = "0.2.15"
  24. num-format = "0.4.4"
  25. petgraph = "0.6.4"
  26. indicatif = {version = "0.17.8", features = ["rayon"]}
  27. indicatif-log-bridge = "0.2.2"
  28. rayon = "1.8.0"
  29. dashmap = "5.5.3"