version = 3
[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "coresimd"
version = "0.1.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "d98353d7172aa5cd59233ac75943e16183e52ca4eb0f69a6e2dc9aeb8c942f77"
[[package]]
name = "libc"
version = "0.2.137"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "fc7fcc620a3bff7cdd7a365be3376c97191aeaccc2a603e600951e452615bf89"
[[package]]
name = "stdsimd"
version = "0.1.2"
dependencies = [
"cfg-if",
"coresimd",
"libc",
]