Cargo.toml 762 B

1234567891011121314151617181920212223242526272829
  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_graph = { git = "https://git.t0m4.fr/Thomas/pandora_lib_graph.git" }
  16. indicatif-log-bridge = "0.2.2"
  17. serde = { version = "1.0.*", default-features = false }
  18. csv = "1.3.0"
  19. dashmap = { version = "6.0.1", features = ["rayon"] }
  20. serde_json = "1.0.128"
  21. ordered-float = "4.2.2"
  22. statrs = "0.17.1"
  23. plotly = { version = "0.9.1", features = ["kaleido"] }
  24. rstat = "0.6.0"
  25. rand = "0.8.5"
  26. indexmap = "2.5.0"
  27. charming = { version = "0.3.1", features = ["ssr"] }