Cargo.toml 641 B

123456789101112131415161718192021222324252627
  1. [package]
  2. name = "pandora_lib_assembler"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. log = "^0.4.22"
  7. env_logger = "^0.11.5"
  8. anyhow = "1.0.86"
  9. duct = "0.13.7"
  10. rust-htslib = "0.47.0"
  11. uuid = { version = "1.10.0", features = ["v4"] }
  12. pandora_lib_blastn = { git = "https://git.t0m4.fr/Thomas/pandora_lib_blastn.git" }
  13. pandora_lib_igv = { git = "https://git.t0m4.fr/Thomas/pandora_lib_igv.git" }
  14. nom = "7.1.3"
  15. petgraph = "0.6.5"
  16. bam = "0.1.4"
  17. flate2 = "1.0.33"
  18. glob = "0.3.1"
  19. regex = "1.10.6"
  20. rayon = "1.10.0"
  21. csv = "1.3.0"
  22. serde = { version = "1.0.209", features = ["derive"] }
  23. thiserror = "1.0.63"
  24. seq_io = "0.3.2"
  25. # rust-spoa = "0.2.4"