[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_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" } 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 } postcard = { version = "1.0.8", features = ["alloc"] } flate2 = "1.0.30" csv = "1.3.0" dashmap = { version = "6.0.1", features = ["rayon"] } serde_json = "1.0.128" ordered-float = "4.2.2" statrs = "0.17.1" plotly = { version = "0.9.1", features = ["kaleido"] } rstat = "0.6.0" rand = "0.8.5"