| 1234567891011121314151617181920212223 |
- [package]
- name = "pandora_lib_scan"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- anyhow = "1.0.86"
- env_logger = "0.11.5"
- indicatif = "0.17.8"
- log = "0.4.22"
- rayon = "1.10.0"
- rust-htslib = "0.49.0"
- uuid = { version = "1.10.0", features = ["v4"] }
- pandora_lib_graph = { git = "https://git.t0m4.fr/Thomas/pandora_lib_graph.git" }
- indicatif-log-bridge = "0.2.2"
- serde = { version = "1.0.*", default-features = false }
- csv = "1.3.0"
- dashmap = { version = "6.0.1", features = ["rayon"] }
- serde_json = "1.0.128"
- statrs = "0.18.0"
- rand = "0.8.5"
- indexmap = "2.5.0"
- charming = { version = "0.4.0", features = ["ssr"] }
|