2020-03-14 17:33:07 +00:00
|
|
|
# This file is automatically @generated by Cargo.
|
|
|
|
# It is not intended for manual editing.
|
2021-03-01 18:19:34 +00:00
|
|
|
version = 3
|
|
|
|
|
2020-03-14 17:33:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "autocfg"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "1.0.1"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
|
2020-03-14 17:33:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "bitflags"
|
|
|
|
version = "1.2.1"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "cfg-if"
|
|
|
|
version = "0.1.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-01 18:19:34 +00:00
|
|
|
name = "cfg-if"
|
|
|
|
version = "1.0.0"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-channel"
|
|
|
|
version = "0.5.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
2021-03-01 18:19:34 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-14 17:33:07 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-01 18:19:34 +00:00
|
|
|
name = "crossbeam-deque"
|
|
|
|
version = "0.8.0"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "94af6efb46fef72616855b036a624cf27ba656ffc9be1b9a3c931cfc7749a9a9"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
2021-03-01 18:19:34 +00:00
|
|
|
"cfg-if 1.0.0",
|
|
|
|
"crossbeam-epoch",
|
2020-03-14 17:33:07 +00:00
|
|
|
"crossbeam-utils",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
2021-03-01 18:19:34 +00:00
|
|
|
name = "crossbeam-epoch"
|
|
|
|
version = "0.9.3"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "2584f639eb95fea8c798496315b297cf81b9b58b6d30ab066a75455333cf4b12"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
2021-03-01 18:19:34 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-14 17:33:07 +00:00
|
|
|
"crossbeam-utils",
|
2021-03-01 18:19:34 +00:00
|
|
|
"lazy_static",
|
|
|
|
"memoffset",
|
|
|
|
"scopeguard",
|
2020-03-14 17:33:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "crossbeam-utils"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.8.3"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"autocfg",
|
2021-03-01 18:19:34 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-14 17:33:07 +00:00
|
|
|
"lazy_static",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "either"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "1.6.1"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "e78d4f1cc4ae33bbfc157ed5d5a5ef3bc29227303d595861deb238fcec4e9457"
|
2020-03-14 17:33:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "getrandom"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.2.2"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
2021-03-01 18:19:34 +00:00
|
|
|
"cfg-if 1.0.0",
|
2020-03-14 17:33:07 +00:00
|
|
|
"libc",
|
|
|
|
"wasi",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "hermit-abi"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.1.18"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "lazy_static"
|
|
|
|
version = "1.4.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "libc"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.2.86"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
|
2020-03-14 17:33:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "memoffset"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.6.1"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
2020-04-17 16:18:09 +00:00
|
|
|
"autocfg",
|
2020-03-14 17:33:07 +00:00
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "num_cpus"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "1.13.0"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"hermit-abi",
|
|
|
|
"libc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "ppv-lite86"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.2.10"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
|
2020-03-14 17:33:07 +00:00
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.8.3"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"libc",
|
|
|
|
"rand_chacha",
|
|
|
|
"rand_core",
|
|
|
|
"rand_hc",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_chacha"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.3.0"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"ppv-lite86",
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_core"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.6.2"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"getrandom",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rand_hc"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.3.0"
|
2020-04-17 16:18:09 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
|
2020-04-17 16:18:09 +00:00
|
|
|
dependencies = [
|
|
|
|
"rand_core",
|
|
|
|
]
|
|
|
|
|
2020-03-14 17:33:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "rayon"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "1.5.0"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "8b0d8e0819fadc20c74ea8373106ead0600e3a67ef1fe8da56e39b9ae7275674"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
2021-03-01 18:19:34 +00:00
|
|
|
"autocfg",
|
2020-03-14 17:33:07 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"either",
|
|
|
|
"rayon-core",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rayon-core"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "1.9.0"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "9ab346ac5921dc62ffa9f89b7a773907511cdfa5490c572ae9be1be33e8afa4a"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
2021-03-01 18:19:34 +00:00
|
|
|
"crossbeam-channel",
|
2020-03-14 17:33:07 +00:00
|
|
|
"crossbeam-deque",
|
|
|
|
"crossbeam-utils",
|
|
|
|
"lazy_static",
|
|
|
|
"num_cpus",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "rtnw"
|
|
|
|
version = "0.1.0"
|
|
|
|
dependencies = [
|
|
|
|
"rand",
|
|
|
|
"rayon",
|
|
|
|
"sdl2",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "scopeguard"
|
|
|
|
version = "1.1.0"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sdl2"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.34.3"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "fcbb85f4211627a7291c83434d6bbfa723e28dcaa53c7606087e3c61929e4b9c"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
|
|
|
"bitflags",
|
|
|
|
"lazy_static",
|
|
|
|
"libc",
|
|
|
|
"sdl2-sys",
|
|
|
|
]
|
|
|
|
|
|
|
|
[[package]]
|
|
|
|
name = "sdl2-sys"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.34.3"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "28d81feded049b9c14eceb4a4f6d596a98cebbd59abdba949c5552a015466d33"
|
2020-03-14 17:33:07 +00:00
|
|
|
dependencies = [
|
2021-03-01 18:19:34 +00:00
|
|
|
"cfg-if 0.1.10",
|
2020-03-14 17:33:07 +00:00
|
|
|
"libc",
|
2021-03-01 18:19:34 +00:00
|
|
|
"version-compare",
|
2020-03-14 17:33:07 +00:00
|
|
|
]
|
|
|
|
|
2021-03-01 18:19:34 +00:00
|
|
|
[[package]]
|
|
|
|
name = "version-compare"
|
|
|
|
version = "0.0.10"
|
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
|
checksum = "d63556a25bae6ea31b52e640d7c41d1ab27faba4ccb600013837a3d0b3994ca1"
|
|
|
|
|
2020-03-14 17:33:07 +00:00
|
|
|
[[package]]
|
|
|
|
name = "wasi"
|
2021-03-01 18:19:34 +00:00
|
|
|
version = "0.10.2+wasi-snapshot-preview1"
|
2020-03-14 17:33:07 +00:00
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2021-03-01 18:19:34 +00:00
|
|
|
checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6"
|