[package] name = "glar-dev" version = "0.1.0" edition = "2021" authors = ["mert-kurttutan"] description = "high performance cpu kernels" license = "MIT" keywords = ["high-performance", "math"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] libc = "0.2" rand = "0.8.5" half = { version = "2.4.1", features = ["rand_distr", "num-traits"] } num-complex = { version = "0.4.6"} [features] default = ["mkl"] mkl = [] blis = [] blasfeo = []