[package] name = "blasoxide" version = "0.3.2" authors = ["Özgür Akkurt "] edition = "2018" description = "BLAS implementation in rust" repository = "https://github.com/oezgurmakkurt/blasoxide" readme = "README.md" keywords = ["science", "math", "simd", "blas"] categories = ["science"] license = "MIT" [dependencies] rayon = "1.0.3"