Cargo.toml 545 B

1234567891011121314151617181920212223
  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. noodles-fasta = "0.41.0"
  11. noodles-fastq = "0.13.0"
  12. rust-htslib = "0.46.0"
  13. uuid = { version = "1.10.0", features = ["v4"] }
  14. pandora_lib_blastn = { git = "https://git.t0m4.fr/Thomas/pandora_lib_blastn.git" }
  15. pandora_lib_igv = { git = "https://git.t0m4.fr/Thomas/pandora_lib_igv.git" }
  16. nom = "7.1.3"
  17. petgraph = "0.6.5"
  18. bam = "0.1.4"
  19. flate2 = "1.0.30"
  20. glob = "0.3.1"
  21. regex = "1.10.5"