[package] name = "pandora_lib_cases" version = "0.1.0" edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] log = "^0.4.20" env_logger = "^0.10.1" clap = { version = "^4.3.16", features = ["derive"] } anyhow = "^1.0.75" serde = { version = "^1.0.188", features = ["derive"] } pandora_lib_variants = { git = "https://git.t0m4.fr/Thomas/pandora_lib_variants.git" } pandora_lib_report = { git = "https://git.t0m4.fr/Thomas/pandora_lib_report.git" } pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" } pandora_lib_stats = { git = "https://git.t0m4.fr/Thomas/pandora_lib_stats.git" } indicatif = "0.17.8" glob = "0.3.1" confy = "0.5.1" rust-htslib = "0.46.0" itertools = "0.12.1" indicatif-log-bridge = "0.2.2" rand = "0.8.5" rayon = "1.10.0" utoipa = "4.2.3"