|
|
@@ -1,5 +1,18 @@ |
|
|
|
# This file is automatically @generated by Cargo. |
|
|
|
# It is not intended for manual editing. |
|
|
|
[[package]] |
|
|
|
name = "arrayvec" |
|
|
|
version = "0.4.12" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "atom" |
|
|
|
version = "0.3.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "autocfg" |
|
|
|
version = "0.1.7" |
|
|
@@ -15,6 +28,11 @@ name = "bitflags" |
|
|
|
version = "1.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "byteorder" |
|
|
|
version = "1.3.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "cfg-if" |
|
|
|
version = "0.1.10" |
|
|
@@ -28,16 +46,176 @@ dependencies = [ |
|
|
|
"bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam" |
|
|
|
version = "0.4.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-deque 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-channel" |
|
|
|
version = "0.2.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-deque" |
|
|
|
version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-deque" |
|
|
|
version = "0.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-epoch" |
|
|
|
version = "0.5.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-epoch" |
|
|
|
version = "0.6.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-epoch" |
|
|
|
version = "0.8.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-queue" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-utils" |
|
|
|
version = "0.5.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-utils" |
|
|
|
version = "0.6.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "crossbeam-utils" |
|
|
|
version = "0.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "derivative" |
|
|
|
version = "1.0.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "either" |
|
|
|
version = "1.5.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fnv" |
|
|
|
version = "1.0.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fuchsia-cprng" |
|
|
|
version = "0.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "fxhash" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "gamedev" |
|
|
|
version = "0.1.0" |
|
|
|
dependencies = [ |
|
|
|
"sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hermit-abi" |
|
|
|
version = "0.1.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "hibitset" |
|
|
|
version = "0.5.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"atom 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
@@ -50,6 +228,56 @@ name = "libc" |
|
|
|
version = "0.2.66" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "lock_api" |
|
|
|
version = "0.1.5" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "log" |
|
|
|
version = "0.4.8" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "maybe-uninit" |
|
|
|
version = "2.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memoffset" |
|
|
|
version = "0.2.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "memoffset" |
|
|
|
version = "0.5.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "mopa" |
|
|
|
version = "0.2.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nodrop" |
|
|
|
version = "0.1.14" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "nonzero_signed" |
|
|
|
version = "1.0.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num" |
|
|
|
version = "0.1.42" |
|
|
@@ -87,6 +315,72 @@ dependencies = [ |
|
|
|
"autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "num_cpus" |
|
|
|
version = "1.12.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "owning_ref" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "parking_lot" |
|
|
|
version = "0.6.4" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "parking_lot_core" |
|
|
|
version = "0.3.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "proc-macro2" |
|
|
|
version = "0.4.30" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "quote" |
|
|
|
version = "0.6.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand" |
|
|
|
version = "0.5.6" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rand" |
|
|
|
version = "0.6.5" |
|
|
@@ -183,6 +477,28 @@ dependencies = [ |
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rayon" |
|
|
|
version = "1.3.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rayon-core" |
|
|
|
version = "1.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rdrand" |
|
|
|
version = "0.4.0" |
|
|
@@ -191,6 +507,24 @@ dependencies = [ |
|
|
|
"rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "rustc_version" |
|
|
|
version = "0.2.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "scopeguard" |
|
|
|
version = "0.3.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "scopeguard" |
|
|
|
version = "1.0.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "sdl2" |
|
|
|
version = "0.32.2" |
|
|
@@ -213,6 +547,108 @@ dependencies = [ |
|
|
|
"libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "semver" |
|
|
|
version = "0.9.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "semver-parser" |
|
|
|
version = "0.7.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "shred" |
|
|
|
version = "0.7.2" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "shred-derive" |
|
|
|
version = "0.5.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "shrev" |
|
|
|
version = "1.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "smallvec" |
|
|
|
version = "0.6.13" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "specs" |
|
|
|
version = "0.14.3" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"crossbeam 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"hibitset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"nonzero_signed 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"shred 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"shred-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"tuple_utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "specs-derive" |
|
|
|
version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "stable_deref_trait" |
|
|
|
version = "1.1.1" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "syn" |
|
|
|
version = "0.15.44" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
dependencies = [ |
|
|
|
"proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
"unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
|
|
|
] |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "tuple_utils" |
|
|
|
version = "0.2.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "unicode-xid" |
|
|
|
version = "0.1.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[[package]] |
|
|
|
name = "winapi" |
|
|
|
version = "0.3.8" |
|
|
@@ -233,18 +669,53 @@ version = "0.4.0" |
|
|
|
source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
|
|
|
|
[metadata] |
|
|
|
"checksum arrayvec 0.4.12 (registry+https://github.com/rust-lang/crates.io-index)" = "cd9fd44efafa8690358b7408d253adf110036b88f55672a933f01d616ad9b1b9" |
|
|
|
"checksum atom 0.3.5 (registry+https://github.com/rust-lang/crates.io-index)" = "3c86699c3f02778ec07158376991c8f783dd1f2f95c579ffaf0738dc984b2fe2" |
|
|
|
"checksum autocfg 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2" |
|
|
|
"checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
|
|
|
"checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
|
|
|
"checksum byteorder 1.3.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a7c3dd8985a7111efc5c80b44e23ecdd8c007de8ade3b96595387e812b957cf5" |
|
|
|
"checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
|
|
|
"checksum cloudabi 0.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f" |
|
|
|
"checksum crossbeam 0.4.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d7408247b1b87f480890f28b670c5f8d9a8a4274833433fe74dc0dfd46d33650" |
|
|
|
"checksum crossbeam-channel 0.2.6 (registry+https://github.com/rust-lang/crates.io-index)" = "7b85741761b7f160bc5e7e0c14986ef685b7f8bf9b7ad081c60c604bb4649827" |
|
|
|
"checksum crossbeam-deque 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "7792c4a9b5a4222f654e3728a3dd945aacc24d2c3a1a096ed265d80e4929cb9a" |
|
|
|
"checksum crossbeam-deque 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3aa945d63861bfe624b55d153a39684da1e8c0bc8fba932f7ee3a3c16cea3ca" |
|
|
|
"checksum crossbeam-epoch 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "30fecfcac6abfef8771151f8be4abc9e4edc112c2bcb233314cafde2680536e9" |
|
|
|
"checksum crossbeam-epoch 0.6.1 (registry+https://github.com/rust-lang/crates.io-index)" = "2449aaa4ec7ef96e5fb24db16024b935df718e9ae1cec0a1e68feeca2efca7b8" |
|
|
|
"checksum crossbeam-epoch 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "5064ebdbf05ce3cb95e45c8b086f72263f4166b29b97f6baff7ef7fe047b55ac" |
|
|
|
"checksum crossbeam-queue 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c695eeca1e7173472a32221542ae469b3e9aac3a4fc81f7696bcad82029493db" |
|
|
|
"checksum crossbeam-utils 0.5.0 (registry+https://github.com/rust-lang/crates.io-index)" = "677d453a17e8bd2b913fa38e8b9cf04bcdbb5be790aa294f2389661d72036015" |
|
|
|
"checksum crossbeam-utils 0.6.6 (registry+https://github.com/rust-lang/crates.io-index)" = "04973fa96e96579258a5091af6003abde64af786b860f18622b82e026cca60e6" |
|
|
|
"checksum crossbeam-utils 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ce446db02cdc3165b94ae73111e570793400d0794e46125cc4056c81cbb039f4" |
|
|
|
"checksum derivative 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "942ca430eef7a3806595a6737bc388bf51adb888d3fc0dd1b50f1c170167ee3a" |
|
|
|
"checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
|
|
|
"checksum fnv 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "2fad85553e09a6f881f739c29f0b00b0f01357c743266d478b68951ce23285f3" |
|
|
|
"checksum fuchsia-cprng 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba" |
|
|
|
"checksum fxhash 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c" |
|
|
|
"checksum hermit-abi 0.1.6 (registry+https://github.com/rust-lang/crates.io-index)" = "eff2656d88f158ce120947499e971d743c05dbcbed62e5bd2f38f1698bbc3772" |
|
|
|
"checksum hibitset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "6527bc88f32e0d3926c7572874b2bf17a19b36978aacd0aacf75f7d27a5992d0" |
|
|
|
"checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
|
|
|
"checksum libc 0.2.66 (registry+https://github.com/rust-lang/crates.io-index)" = "d515b1f41455adea1313a4a2ac8a8a477634fbae63cc6100e3aebb207ce61558" |
|
|
|
"checksum lock_api 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "62ebf1391f6acad60e5c8b43706dde4582df75c06698ab44511d15016bc2442c" |
|
|
|
"checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
|
|
|
"checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
|
|
|
"checksum memoffset 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "0f9dc261e2b62d7a622bf416ea3c5245cdd5d9a7fcc428c0d06804dfce1775b3" |
|
|
|
"checksum memoffset 0.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "75189eb85871ea5c2e2c15abbdd541185f63b408415e5051f5cac122d8c774b9" |
|
|
|
"checksum mopa 0.2.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a785740271256c230f57462d3b83e52f998433a7062fc18f96d5999474a9f915" |
|
|
|
"checksum nodrop 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "72ef4a56884ca558e5ddb05a1d1e7e1bfd9a68d9ed024c21704cc98872dae1bb" |
|
|
|
"checksum nonzero_signed 1.0.3 (registry+https://github.com/rust-lang/crates.io-index)" = "02783a0482333b0d3f5f5411b8fb60454a596696da041da0470ac9ef3e6e37d8" |
|
|
|
"checksum num 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e" |
|
|
|
"checksum num-integer 0.1.42 (registry+https://github.com/rust-lang/crates.io-index)" = "3f6ea62e9d81a77cd3ee9a2a5b9b609447857f3d358704331e4ef39eb247fcba" |
|
|
|
"checksum num-iter 0.1.40 (registry+https://github.com/rust-lang/crates.io-index)" = "dfb0800a0291891dd9f4fe7bd9c19384f98f7fbe0cd0f39a2c6b88b9868bbc00" |
|
|
|
"checksum num-traits 0.2.11 (registry+https://github.com/rust-lang/crates.io-index)" = "c62be47e61d1842b9170f0fdeec8eba98e60e90e5446449a0545e5152acd7096" |
|
|
|
"checksum num_cpus 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "46203554f085ff89c235cd12f7075f3233af9b11ed7c9e16dfe2560d03313ce6" |
|
|
|
"checksum owning_ref 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "49a4b8ea2179e6a2e27411d3bca09ca6dd630821cf6894c6c7c8467a8ee7ef13" |
|
|
|
"checksum parking_lot 0.6.4 (registry+https://github.com/rust-lang/crates.io-index)" = "f0802bff09003b291ba756dc7e79313e51cc31667e94afbe847def490424cde5" |
|
|
|
"checksum parking_lot_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "ad7f7e6ebdc79edff6fdcb87a55b620174f7a989e3eb31b65231f4af57f00b8c" |
|
|
|
"checksum proc-macro2 0.4.30 (registry+https://github.com/rust-lang/crates.io-index)" = "cf3d2011ab5c909338f7887f4fc896d35932e29146c12c8d01da6b22a80ba759" |
|
|
|
"checksum quote 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "6ce23b6b870e8f94f81fb0a363d65d86675884b34a09043c81e5562f11c1f8e1" |
|
|
|
"checksum rand 0.5.6 (registry+https://github.com/rust-lang/crates.io-index)" = "c618c47cd3ebd209790115ab837de41425723956ad3ce2e6a7f09890947cacb9" |
|
|
|
"checksum rand 0.6.5 (registry+https://github.com/rust-lang/crates.io-index)" = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca" |
|
|
|
"checksum rand_chacha 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef" |
|
|
|
"checksum rand_core 0.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b" |
|
|
@@ -255,9 +726,26 @@ source = "registry+https://github.com/rust-lang/crates.io-index" |
|
|
|
"checksum rand_os 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071" |
|
|
|
"checksum rand_pcg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44" |
|
|
|
"checksum rand_xorshift 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c" |
|
|
|
"checksum rayon 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "db6ce3297f9c85e16621bb8cca38a06779ffc31bb8184e1be4bed2be4678a098" |
|
|
|
"checksum rayon-core 1.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08a89b46efaf957e52b18062fb2f4660f8b8a4dde1807ca002690868ef2c85a9" |
|
|
|
"checksum rdrand 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2" |
|
|
|
"checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
|
|
|
"checksum scopeguard 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "94258f53601af11e6a49f722422f6e3425c52b06245a5cf9bc09908b174f5e27" |
|
|
|
"checksum scopeguard 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b42e15e59b18a828bbf5c58ea01debb36b9b096346de35d941dcb89009f24a0d" |
|
|
|
"checksum sdl2 0.32.2 (registry+https://github.com/rust-lang/crates.io-index)" = "d051a07231e303f5f719da78cb6f7394f6d5b54f733aef5b0b447804a83edd7b" |
|
|
|
"checksum sdl2-sys 0.32.6 (registry+https://github.com/rust-lang/crates.io-index)" = "34e71125077d297d57e4c1acfe8981b5bdfbf5a20e7b589abfdcb33bf1127f86" |
|
|
|
"checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
|
|
|
"checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
|
|
|
"checksum shred 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "6ea122e6133568144fcfb5888737d4ac776ebc959f989dd65b907136ac22bfed" |
|
|
|
"checksum shred-derive 0.5.1 (registry+https://github.com/rust-lang/crates.io-index)" = "9fcf34e5e5302d3024aba7afc291f6d1ca7573ed035d3c0796976ba3f10691a1" |
|
|
|
"checksum shrev 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b5752e017e03af9d735b4b069f53b7a7fd90fefafa04d8bd0c25581b0bff437f" |
|
|
|
"checksum smallvec 0.6.13 (registry+https://github.com/rust-lang/crates.io-index)" = "f7b0758c52e15a8b5e3691eae6cc559f08eee9406e548a4477ba4e67770a82b6" |
|
|
|
"checksum specs 0.14.3 (registry+https://github.com/rust-lang/crates.io-index)" = "de65613ada4338aa7ba71eca60eca24c60483433eec0077bc4f33cfc31f4bdf0" |
|
|
|
"checksum specs-derive 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a63549fa0d4a6f76e99e6634c328f25d0c9fa8ad6f8498aef74f6c35c0b269e5" |
|
|
|
"checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
|
|
|
"checksum syn 0.15.44 (registry+https://github.com/rust-lang/crates.io-index)" = "9ca4b3b69a77cbe1ffc9e198781b7acb0c7365a883670e8f1c1bc66fba79a5c5" |
|
|
|
"checksum tuple_utils 0.2.0 (registry+https://github.com/rust-lang/crates.io-index)" = "cbfecd7bb8f0a3e96b3b31c46af2677a55a588767c0091f484601424fcb20e7e" |
|
|
|
"checksum unicode-xid 0.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc" |
|
|
|
"checksum winapi 0.3.8 (registry+https://github.com/rust-lang/crates.io-index)" = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6" |
|
|
|
"checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
|
|
|
"checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |