| 1234567891011121314151617181920212223 |
- [package]
- name = "pandora_lib_scan"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- anyhow = "1.0.86"
- crossbeam-channel = "0.5.13"
- env_logger = "0.11.5"
- indicatif = "0.17.8"
- log = "0.4.22"
- num-format = "0.4.4"
- rayon = "1.10.0"
- rust-htslib = "0.47.0"
- uuid = { version = "1.10.0", features = ["v4"] }
- # pandora_lib_variants = { git = "https://git.t0m4.fr/Thomas/pandora_lib_variants.git" }
- pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" }
- indicatif-log-bridge = "0.2.2"
- serde = { version = "1.0.*", default-features = false }
- postcard = { version = "1.0.8", features = ["alloc"] }
- flate2 = "1.0.31"
- csv = "1.3.0"
|