| 1234567891011121314151617181920212223242526 |
- [package]
- name = "pandora_lib_promethion"
- version = "0.1.0"
- edition = "2021"
- [dependencies]
- log = "^0.4.22"
- env_logger = "^0.11.3"
- anyhow = "1.0.86"
- glob = "0.3.1"
- pandora_lib_pod5 = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pod5.git" }
- pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" }
- pandora_lib_bindings = { git = "https://git.t0m4.fr/Thomas/pandora_lib_bindings.git" }
- regex = "1.10.5"
- chrono = "0.4.38"
- csv = "1.3.0"
- serde = { version = "1.0.204", features = ["derive"] }
- tracing-test = "0.2.5"
- tracing = "0.1.40"
- logtest = "2.0.0"
- test-log = "0.2.16"
- noodles-csi = "0.37.0"
- num-format = "0.4.4"
- locale_config = "0.3.0"
- byte-unit = "5.1.4"
|