Cargo.toml 1008 B

123456789101112131415161718192021222324252627282930313233
  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.11.5"
  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.47.0"
  12. anyhow = "1.0.86"
  13. log = "0.4.22"
  14. rand = "0.8.5"
  15. uuid = { version = "1.10.0", features = ["serde", "v4"] }
  16. seq_io = "0.3.2"
  17. noodles-fasta = "0.42.0"
  18. noodles-vcf = "0.62.0"
  19. crossbeam = "0.8.4"
  20. crossbeam-channel = "0.5.13"
  21. test-log = "0.2.16"
  22. num-format = "0.4.4"
  23. petgraph = "0.6.5"
  24. indicatif = {version = "0.17.8", features = ["rayon"]}
  25. indicatif-log-bridge = "0.2.3"
  26. rayon = "1.10.0"
  27. dashmap = "6.0.1"
  28. duct = "0.13.7"
  29. pandora_lib_variants = {git = "https://git.t0m4.fr/Thomas/pandora_lib_variants.git"}
  30. pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" }
  31. glob = "0.3.1"