1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "bincode" 7version = "1.3.3" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 10dependencies = [ 11 "serde", 12] 13 14[[package]] 15name = "cfg-if" 16version = "1.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 19 20[[package]] 21name = "getrandom" 22version = "0.2.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "7fcd999463524c52659517fe2cea98493cfe485d10565e7b0fb07dbba7ad2753" 25dependencies = [ 26 "cfg-if", 27 "libc", 28 "wasi", 29] 30 31[[package]] 32name = "libc" 33version = "0.2.112" 34source = "registry+https://github.com/rust-lang/crates.io-index" 35checksum = "1b03d17f364a3a042d5e5d46b053bbbf82c92c9430c592dd4c064dc6ee997125" 36 37[[package]] 38name = "libm" 39version = "0.1.4" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "7fc7aa29613bd6a620df431842069224d8bc9011086b1db4c0e0cd47fa03ec9a" 42 43[[package]] 44name = "log" 45version = "0.4.14" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" 48dependencies = [ 49 "cfg-if", 50] 51 52[[package]] 53name = "packed_simd_2" 54version = "0.3.7" 55source = "registry+https://github.com/rust-lang/crates.io-index" 56checksum = "defdcfef86dcc44ad208f71d9ff4ce28df6537a4e0d6b0e8e845cb8ca10059a6" 57dependencies = [ 58 "cfg-if", 59 "libm", 60] 61 62[[package]] 63name = "ppv-lite86" 64version = "0.2.16" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "eb9f9e6e233e5c4a35559a617bf40a4ec447db2e84c20b55a6f83167b7e57872" 67 68[[package]] 69name = "proc-macro2" 70version = "1.0.36" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "c7342d5883fbccae1cc37a2353b09c87c9b0f3afd73f5fb9bba687a1f733b029" 73dependencies = [ 74 "unicode-xid", 75] 76 77[[package]] 78name = "quote" 79version = "1.0.14" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "47aa80447ce4daf1717500037052af176af5d38cc3e571d9ec1c7353fc10c87d" 82dependencies = [ 83 "proc-macro2", 84] 85 86[[package]] 87name = "rand" 88version = "0.8.5" 89dependencies = [ 90 "bincode", 91 "libc", 92 "log", 93 "packed_simd_2", 94 "rand_chacha", 95 "rand_core", 96 "rand_pcg", 97 "serde", 98] 99 100[[package]] 101name = "rand_chacha" 102version = "0.3.1" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 105dependencies = [ 106 "ppv-lite86", 107 "rand_core", 108] 109 110[[package]] 111name = "rand_core" 112version = "0.6.3" 113source = "registry+https://github.com/rust-lang/crates.io-index" 114checksum = "d34f1408f55294453790c48b2f1ebbb1c5b4b7563eb1f418bcfcfdbb06ebb4e7" 115dependencies = [ 116 "getrandom", 117 "serde", 118] 119 120[[package]] 121name = "rand_pcg" 122version = "0.3.1" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e" 125dependencies = [ 126 "rand_core", 127] 128 129[[package]] 130name = "serde" 131version = "1.0.133" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "97565067517b60e2d1ea8b268e59ce036de907ac523ad83a0475da04e818989a" 134dependencies = [ 135 "serde_derive", 136] 137 138[[package]] 139name = "serde_derive" 140version = "1.0.133" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "ed201699328568d8d08208fdd080e3ff594e6c422e438b6705905da01005d537" 143dependencies = [ 144 "proc-macro2", 145 "quote", 146 "syn", 147] 148 149[[package]] 150name = "syn" 151version = "1.0.85" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "a684ac3dcd8913827e18cd09a68384ee66c1de24157e3c556c9ab16d85695fb7" 154dependencies = [ 155 "proc-macro2", 156 "quote", 157 "unicode-xid", 158] 159 160[[package]] 161name = "unicode-xid" 162version = "0.2.2" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "8ccb82d61f80a663efe1f787a51b16b5a51e3314d6ac365b08639f52387b33f3" 165 166[[package]] 167name = "wasi" 168version = "0.10.2+wasi-snapshot-preview1" 169source = "registry+https://github.com/rust-lang/crates.io-index" 170checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" 171