Cargo.toml 521 B

12345678910111213141516171819
  1. [package]
  2. name = "desc_seq_lib"
  3. version = "0.1.0"
  4. edition = "2021"
  5. # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
  6. [dependencies]
  7. env_logger = "^0.10.1"
  8. minimap2 = { git = "https://github.com/jguhlin/minimap2-rs", features = ["htslib", "simde"]}
  9. rust-htslib = "0.46.0"
  10. anyhow = "1.0.75"
  11. log = "0.4.19"
  12. uuid = { version = "1.6.1", features = ["serde", "v4"] }
  13. seq_io = "0.3.2"
  14. noodles-fasta = "0.34.0"
  15. crossbeam = "0.8.4"
  16. crossbeam-channel = "0.5.12"
  17. test-log = "0.2.15"