Cargo.toml 875 B

12345678910111213141516171819202122232425262728293031
  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. regex = "1.10.5"
  14. chrono = "0.4.38"
  15. csv = "1.3.0"
  16. serde = { version = "1.0.204", features = ["derive"] }
  17. tracing-test = "0.2.5"
  18. tracing = "0.1.40"
  19. logtest = "2.0.0"
  20. test-log = "0.2.16"
  21. noodles-csi = "0.37.0"
  22. num-format = "0.4.4"
  23. locale_config = "0.3.0"
  24. byte-unit = "5.1.4"
  25. pty-process = "0.4.0"
  26. nix = { version = "0.29.0", features = ["term", "process" ] }
  27. expectrl = "0.7.1"
  28. ptyprocess = "0.4.1"
  29. duct = "0.13.7"
  30. uuid = { version = "1.10.0", features = ["v4"] }