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.5"
  10. clap = { version = "^4.5.13", features = ["derive"] }
  11. anyhow = "^1.0.89"
  12. indicatif = {version = "0.17.8", features = ["rayon"]}
  13. indicatif-log-bridge = "0.2.2"
  14. num-integer = "0.1.46"
  15. serde = { version = "^1.0.204", features = ["derive"] }
  16. confy = "0.6.1"
  17. hashbrown = { version = "0.14.5", features = ["rayon", "serde"] }
  18. serde_json = "1.0"
  19. bgzip = "0.3.1"
  20. rust-lapper = "1.1.0"
  21. csv = "1.3.0"
  22. statrs = "0.17.1"
  23. rust-htslib = "0.47.0"
  24. uuid = { version = "1.10.0", features = ["serde", "v4"] }
  25. prettytable-rs = "^0.10"
  26. noodles-core = "0.15.0"
  27. noodles-gff = "0.37.0"
  28. noodles-bgzf = "0.33.0"
  29. noodles-csi = "0.38.0"
  30. noodles-fasta = "0.43.0"
  31. noodles-sam = "0.64.0"
  32. noodles-bam = "0.67.0"
  33. noodles-vcf = "0.65.0"
  34. noodles-tabix = "0.44.0"
  35. rayon = "1.10.0"
  36. serde_rusqlite = "0.35.0"
  37. dashmap = { version = "6.0.1", features = ["rayon", "serde"] }
  38. crossbeam-deque = "0.8.5"
  39. trc = "1.2.4"
  40. pot = "=3.0.0"
  41. utoipa = "4.2.3"
  42. regex = "1.10.6"
  43. pandora_lib_pileup = { git = "https://git.t0m4.fr/Thomas/pandora_lib_pileup.git" }
  44. crossbeam-channel = "0.5.13"
  45. flate2 = "1.0.31"
  46. num-format = "0.4.4"
  47. postcard = { version = "1.0.8", features = ["alloc"] }
  48. charming = { version = "0.3.1", features = ["ssr"] }