155 lines
3.9 KiB
Plaintext
155 lines
3.9 KiB
Plaintext
|
# This file is automatically @generated by Cargo.
|
||
|
# It is not intended for manual editing.
|
||
|
[[package]]
|
||
|
name = "ahash"
|
||
|
version = "0.6.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "865f8b0b3fced577b7df82e9b0eb7609595d7209c0b39e78d0646672e244b1b1"
|
||
|
dependencies = [
|
||
|
"getrandom 0.2.0",
|
||
|
"lazy_static",
|
||
|
"version_check",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "autocfg"
|
||
|
version = "1.0.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
||
|
|
||
|
[[package]]
|
||
|
name = "cfg-if"
|
||
|
version = "0.1.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
||
|
|
||
|
[[package]]
|
||
|
name = "getrandom"
|
||
|
version = "0.1.15"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "fc587bc0ec293155d5bfa6b9891ec18a1e330c234f896ea47fbada4cadbe47e6"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"wasi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "getrandom"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ee8025cf36f917e6a52cce185b7c7177689b838b7ec138364e50cc2277a56cf4"
|
||
|
dependencies = [
|
||
|
"cfg-if",
|
||
|
"libc",
|
||
|
"wasi",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "hinasmawo"
|
||
|
version = "0.1.0"
|
||
|
dependencies = [
|
||
|
"ahash",
|
||
|
"ordered-float",
|
||
|
"rand",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "lazy_static"
|
||
|
version = "1.4.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
||
|
|
||
|
[[package]]
|
||
|
name = "libc"
|
||
|
version = "0.2.80"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "4d58d1b70b004888f764dfbf6a26a3b0342a1632d33968e4a179d8011c760614"
|
||
|
|
||
|
[[package]]
|
||
|
name = "num-traits"
|
||
|
version = "0.2.14"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
|
||
|
dependencies = [
|
||
|
"autocfg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ordered-float"
|
||
|
version = "2.0.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "9fe9037165d7023b1228bc4ae9a2fa1a2b0095eca6c2998c624723dfd01314a5"
|
||
|
dependencies = [
|
||
|
"num-traits",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "ppv-lite86"
|
||
|
version = "0.2.10"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand"
|
||
|
version = "0.7.3"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
|
||
|
dependencies = [
|
||
|
"getrandom 0.1.15",
|
||
|
"libc",
|
||
|
"rand_chacha",
|
||
|
"rand_core",
|
||
|
"rand_hc",
|
||
|
"rand_pcg",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_chacha"
|
||
|
version = "0.2.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
|
||
|
dependencies = [
|
||
|
"ppv-lite86",
|
||
|
"rand_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_core"
|
||
|
version = "0.5.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
|
||
|
dependencies = [
|
||
|
"getrandom 0.1.15",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_hc"
|
||
|
version = "0.2.0"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
|
||
|
dependencies = [
|
||
|
"rand_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "rand_pcg"
|
||
|
version = "0.2.1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "16abd0c1b639e9eb4d7c50c0b8100b0d0f849be2349829c740fe8e6eb4816429"
|
||
|
dependencies = [
|
||
|
"rand_core",
|
||
|
]
|
||
|
|
||
|
[[package]]
|
||
|
name = "version_check"
|
||
|
version = "0.9.2"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
|
||
|
|
||
|
[[package]]
|
||
|
name = "wasi"
|
||
|
version = "0.9.0+wasi-snapshot-preview1"
|
||
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
||
|
checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
|