Cargo.toml 1.3 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. [package]
  2. name = "pandora_lib_promethion"
  3. version = "0.1.0"
  4. edition = "2021"
  5. [dependencies]
  6. log = "^0.4.22"
  7. env_logger = "^0.11.3"
  8. anyhow = "1.0.86"
  9. glob = "0.3.1"
  10. pandora_lib_pod5 = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pod5.git" }
  11. pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" }
  12. pandora_lib_bindings = { git = "https://git.t0m4.fr/Thomas/pandora_lib_bindings.git" }
  13. pandora_lib_scan = { git = "https://git.t0m4.fr/Thomas/pandora_lib_scan.git" }
  14. pandora_lib_variants = { git = "https://git.t0m4.fr/Thomas/pandora_lib_variants.git" }
  15. pandora_lib_assembler = { git = "https://git.t0m4.fr/Thomas/pandora_lib_assembler.git" }
  16. regex = "1.10.5"
  17. chrono = { version = "0.4.38", features = ["serde"] }
  18. csv = "1.3.0"
  19. serde = { version = "1.0.204", features = ["derive"] }
  20. serde_json = "1.0"
  21. tracing-test = "0.2.5"
  22. tracing = "0.1.40"
  23. logtest = "2.0.0"
  24. test-log = "0.2.16"
  25. noodles-csi = "0.37.0"
  26. num-format = "0.4.4"
  27. locale_config = "0.3.0"
  28. byte-unit = "5.1.4"
  29. pty-process = "0.4.0"
  30. nix = { version = "0.29.0", features = ["term", "process" ] }
  31. expectrl = "0.7.1"
  32. ptyprocess = "0.4.1"
  33. duct = "0.13.7"
  34. uuid = { version = "1.10.0", features = ["v4"] }
  35. rayon = "1.10.0"
  36. hashbrown = { version = "0.14.5", features = ["rayon"] }
  37. ctrlc = "3.4.4"
  38. lazy_static = "1.5.0"
  39. indicatif = "0.17.8"
  40. tempfile = "3.12.0"