Cargo.toml 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. [package]
  2. name = "pandora_lib_variants"
  3. version = "0.1.0"
  4. edition = "2021"
  5. include = ["src/**/*"]
  6. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  7. [dependencies]
  8. log = "^0.4.22"
  9. env_logger = "^0.11.6"
  10. clap = { version = "^4.5.23", features = ["derive"] }
  11. anyhow = "^1.0.95"
  12. indicatif = {version = "0.17.9", features = ["rayon"]}
  13. indicatif-log-bridge = "0.2.3"
  14. num-integer = "0.1.46"
  15. serde = { version = "^1.0.217", features = ["derive"] }
  16. confy = "0.6.1"
  17. hashbrown = { version = "0.15.2", features = ["rayon", "serde"] }
  18. serde_json = "1.0"
  19. bgzip = "0.3.1"
  20. rust-lapper = "1.1.0"
  21. csv = "1.3.1"
  22. statrs = "0.18.0"
  23. rust-htslib = "0.49.0"
  24. uuid = { version = "1.11.0", features = ["serde", "v4"] }
  25. prettytable-rs = "^0.10"
  26. noodles-core = "0.15.0"
  27. noodles-gff = "0.41.0"
  28. noodles-bgzf = "0.34.0"
  29. noodles-csi = "0.41.0"
  30. noodles-fasta = "0.46.0"
  31. noodles-sam = "0.68.0"
  32. noodles-bam = "0.72.0"
  33. noodles-vcf = "0.70.0"
  34. noodles-tabix = "0.47.0"
  35. rayon = "1.10.0"
  36. serde_rusqlite = "0.37.0"
  37. dashmap = { version = "6.1.0", features = ["rayon", "serde"] }
  38. crossbeam-deque = "0.8.6"
  39. trc = "1.2.4"
  40. pot = "=3.0.1"
  41. utoipa = "5.3.1"
  42. regex = "1.11.1"
  43. pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" }
  44. crossbeam-channel = "0.5.14"
  45. flate2 = "1.0.35"
  46. num-format = "0.4.4"
  47. postcard = { version = "1.1.1", features = ["alloc"] }
  48. charming = { version = "0.4.0", features = ["ssr"] }