[package] name = "statslib" description = "A Rust library for statistical analysis" version = "0.1.0" authors = ["Mamadou S Diallo "] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nalgebra = "^0.26.0" rand = "^0.8.2" serde = "^1.0" argmin = "0.4.2" approx = "^0.4"