Cargo.toml 616 B

1234567891011121314151617181920212223
  1. [package]
  2. name = "pandora_lib_scan"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. anyhow = "1.0.86"
  7. env_logger = "0.11.5"
  8. indicatif = "0.17.8"
  9. log = "0.4.22"
  10. rayon = "1.10.0"
  11. rust-htslib = "0.49.0"
  12. uuid = { version = "1.10.0", features = ["v4"] }
  13. pandora_lib_graph = { git = "https://git.t0m4.fr/Thomas/pandora_lib_graph.git" }
  14. indicatif-log-bridge = "0.2.2"
  15. serde = { version = "1.0.*", default-features = false }
  16. csv = "1.3.0"
  17. dashmap = { version = "6.0.1", features = ["rayon"] }
  18. serde_json = "1.0.128"
  19. statrs = "0.18.0"
  20. rand = "0.8.5"
  21. indexmap = "2.5.0"
  22. charming = { version = "0.4.0", features = ["ssr"] }