Cargo.toml 1.6 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455
  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_bindings = { git = "https://git.t0m4.fr/Thomas/pandora_lib_bindings.git" }
  11. pandora_lib_scan = { git = "https://git.t0m4.fr/Thomas/pandora_lib_scan.git" }
  12. pandora_lib_variants = { git = "https://git.t0m4.fr/Thomas/pandora_lib_variants.git" }
  13. pandora_lib_assembler = { git = "https://git.t0m4.fr/Thomas/pandora_lib_assembler.git" }
  14. regex = "1.10.5"
  15. chrono = { version = "0.4.38", features = ["serde"] }
  16. csv = "1.3.0"
  17. serde = { version = "1.0.204", features = ["derive"] }
  18. serde_json = "1.0"
  19. tracing-test = "0.2.5"
  20. tracing = "0.1.40"
  21. logtest = "2.0.0"
  22. test-log = "0.2.16"
  23. noodles-csi = "0.41.0"
  24. num-format = "0.4.4"
  25. locale_config = "0.3.0"
  26. byte-unit = "5.1.4"
  27. pty-process = "0.4.0"
  28. nix = { version = "0.29.0", features = ["term", "process" ] }
  29. expectrl = "0.7.1"
  30. ptyprocess = "0.4.1"
  31. duct = "0.13.7"
  32. uuid = { version = "1.10.0", features = ["v4"] }
  33. rayon = "1.10.0"
  34. hashbrown = { version = "0.15.0", features = ["rayon"] }
  35. ctrlc = "3.4.4"
  36. lazy_static = "1.5.0"
  37. indicatif = "0.17.8"
  38. tokio = "1.41.1"
  39. features = "0.10.0"
  40. full = "0.3.0"
  41. rust-htslib = "0.49.0"
  42. podders = "0.1.4"
  43. arrow = "54.0.0"
  44. bgzip = "0.3.1"
  45. tempfile = "3.14.0"
  46. dashmap = { version = "6.1.0", features = ["rayon"] }
  47. noodles-fasta = "0.46.0"
  48. noodles-core = "0.15.0"
  49. blake3 = "1.5.5"
  50. charming = { version = "0.4.0", features = ["ssr"] }
  51. rusqlite = { version = "0.32.1", features = ["chrono", "serde_json"] }
  52. dirs = "5.0.1"
  53. noodles-gff = "0.41.0"
  54. itertools = "0.14.0"