[package] name = "kickscore" version = "0.1.0" authors = ["Anders Olsson "] edition = "2018" license = "MIT OR Apache-2.0" [dependencies] cblas = "0.2" lapacke = "0.2" ndarray = { version = "0.14", features = ["approx"] } ordered-float = "1.0" rand = "0.7" rand_xoshiro = "0.4" statrs = "0.13" [dev-dependencies] approx = "0.4" intel-mkl-src = "0.5" time = "0.2"