[package] name = "openblas-build-buildtest" version = "0.10.8" license = "Apache-2.0/MIT" edition = "2018" authors = ["Toshiki Teramura ", "Henrik Stromberg "] description = "Fork of original crate by Toshiki Teramura for testing pipeline behaviour." documentation = "https://docs.rs/openblas-build" homepage = "https://github.com/blas-lapack-rs/openblas-src" repository = "https://github.com/blas-lapack-rs/openblas-src" readme = "../README.md" exclude = ["test_build/"] [dependencies] anyhow = "1.0.68" flate2 = "1.0.25" tar = "0.4.38" thiserror = "1.0.22" ureq = { version = "2.5.0", default-features = false, features = [ "native-certs", "native-tls", "gzip", ] } native-tls = { version = "0.2.11" } walkdir = "2.3.1"