[package] name = "accelerate-blas-sys" version = "0.1.0" edition = "2021" authors = ["Congyu Wang"] description = "Apple's vecLib Binding to Rust" include = ["headers", "src", ".cargo"] license = "MIT" repository = "https://github.com/Congyuwang/accelerate-blas-sys" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [lib] crate-type = ["lib"] [build-dependencies] bindgen = "0.63.0"