[[package]]
name = "cfg-if"
version = "0.1.10"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
[[package]]
name = "faster"
version = "0.5.2"
dependencies = [
"packed_simd_2",
"vektor",
]
[[package]]
name = "libm"
version = "0.1.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a"
[[package]]
name = "packed_simd_2"
version = "0.3.4"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "3278e0492f961fd4ae70909f56b2723a7e8d01a228427294e19cdfdebda89a17"
dependencies = [
"cfg-if",
"libm",
]
[[package]]
name = "vektor"
version = "0.2.2"
source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "de6c97230e7af15e27b3fab02f07c3909018d5e5ad9fe2f1e0f8fc984d1d1db0"
dependencies = [
"packed_simd_2",
]