Cargo.toml 847 B

12345678910111213141516171819202122232425
  1. [package]
  2. name = "pandora_lib_cases"
  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. log = "^0.4.20"
  8. env_logger = "^0.10.1"
  9. clap = { version = "^4.3.16", features = ["derive"] }
  10. anyhow = "^1.0.75"
  11. serde = { version = "^1.0.188", features = ["derive"] }
  12. pandora_lib_variants = { git = "https://git.t0m4.fr/Thomas/pandora_lib_variants.git" }
  13. pandora_lib_report = { git = "https://git.t0m4.fr/Thomas/pandora_lib_report.git" }
  14. pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" }
  15. pandora_lib_stats = { git = "https://git.t0m4.fr/Thomas/pandora_lib_stats.git" }
  16. indicatif = "0.17.8"
  17. glob = "0.3.1"
  18. confy = "0.5.1"
  19. rust-htslib = "0.46.0"
  20. itertools = "0.12.1"
  21. indicatif-log-bridge = "0.2.2"
  22. rand = "0.8.5"
  23. rayon = "1.10.0"