Cargo.toml 412 B

12345678910111213141516171819
  1. [package]
  2. name = "pandora_lib_assembler"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. anyhow = "1.0.86"
  7. duct = "0.13.7"
  8. noodles-fasta = "0.41.0"
  9. noodles-fastq = "0.13.0"
  10. rust-htslib = "0.46.0"
  11. uuid = { version = "1.10.0", features = ["v4"] }
  12. pandora_lib_blastn = { git = "https://git.t0m4.fr/Thomas/pandora_lib_blastn.git" }
  13. nom = "7.1.3"
  14. petgraph = "0.6.5"
  15. bam = "0.1.4"
  16. log = "0.4.22"
  17. flate2 = "1.0.30"