Cargo.toml 309 B

1234567891011121314
  1. [package]
  2. name = "corr"
  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. ndarray = "0.15.6"
  8. ndarray-stats = "0.5.1"
  9. rayon = "1.7.0"
  10. hashbrown = {version = "0.14.0", features = ["rayon"]}
  11. indicatif = "0.17.5"