[package] name = "multrix" version = "0.1.2" edition = "2021" license = "MIT" description = "A simple matrix multiplication and manipulation library with multithreading support" repository = "https://github.com/AndreaBissoli/multrix" keywords = ["matrix", "multiplication", "multithreading"] categories = ["algorithms", "mathematics"] authors = ["Andrea Bissoli"] documentation = "https://docs.rs/multrix" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rand = "0.8.5" rayon = "1.7.0"