Cargo.toml 846 B

123456789101112131415161718192021222324252627282930
  1. [package]
  2. name = "pandora_lib_scan"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. anyhow = "1.0.86"
  7. crossbeam-channel = "0.5.13"
  8. env_logger = "0.11.5"
  9. indicatif = "0.17.8"
  10. log = "0.4.22"
  11. num-format = "0.4.4"
  12. rayon = "1.10.0"
  13. rust-htslib = "0.47.0"
  14. uuid = { version = "1.10.0", features = ["v4"] }
  15. pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" }
  16. pandora_lib_graph = { git = "https://git.t0m4.fr/Thomas/pandora_lib_graph.git" }
  17. indicatif-log-bridge = "0.2.2"
  18. serde = { version = "1.0.*", default-features = false }
  19. postcard = { version = "1.0.8", features = ["alloc"] }
  20. flate2 = "1.0.30"
  21. csv = "1.3.0"
  22. dashmap = { version = "6.0.1", features = ["rayon"] }
  23. serde_json = "1.0.128"
  24. ordered-float = "4.2.2"
  25. statrs = "0.17.1"
  26. plotly = { version = "0.9.1", features = ["kaleido"] }
  27. rstat = "0.6.0"
  28. rand = "0.8.5"