| 1234567891011121314 |
- [package]
- name = "corr"
- version = "0.1.0"
- edition = "2021"
- # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
- [dependencies]
- ndarray = "0.15.6"
- ndarray-stats = "0.5.1"
- rayon = "1.7.0"
- hashbrown = {version = "0.14.0", features = ["rayon"]}
- indicatif = "0.17.5"
|