Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 3 | version = 3 |
| 4 | |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 5 | [[package]] |
| 6 | name = "autocfg" |
| 7 | version = "1.0.1" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a" |
| 10 | |
| 11 | [[package]] |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 12 | name = "cc" |
| 13 | version = "1.0.67" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 15 | checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 16 | |
| 17 | [[package]] |
| 18 | name = "cfg-if" |
| 19 | version = "1.0.0" |
| 20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 21 | checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" |
| 22 | |
| 23 | [[package]] |
| 24 | name = "const_fn" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 25 | version = "0.4.5" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 26 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 27 | checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 28 | |
| 29 | [[package]] |
| 30 | name = "crossbeam-epoch" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 31 | version = "0.9.3" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 32 | dependencies = [ |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 33 | "cfg-if", |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 34 | "const_fn", |
| 35 | "crossbeam-utils", |
| 36 | "lazy_static", |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 37 | "loom", |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 38 | "memoffset", |
| 39 | "rand", |
| 40 | "scopeguard", |
| 41 | ] |
| 42 | |
| 43 | [[package]] |
| 44 | name = "crossbeam-utils" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 45 | version = "0.8.3" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 46 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 47 | checksum = "e7e9d99fa91428effe99c5c6d4634cdeba32b8cf784fc428a2a687f61a952c49" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 48 | dependencies = [ |
| 49 | "autocfg", |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 50 | "cfg-if", |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 51 | "lazy_static", |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 52 | "loom", |
| 53 | ] |
| 54 | |
| 55 | [[package]] |
| 56 | name = "generator" |
| 57 | version = "0.6.24" |
| 58 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 59 | checksum = "a9fed24fd1e18827652b4d55652899a1e9da8e54d91624dc3437a5bc3a9f9a9c" |
| 60 | dependencies = [ |
| 61 | "cc", |
| 62 | "libc", |
| 63 | "log", |
| 64 | "rustversion", |
| 65 | "winapi", |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 66 | ] |
| 67 | |
| 68 | [[package]] |
| 69 | name = "getrandom" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 70 | version = "0.2.2" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 72 | checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 73 | dependencies = [ |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 74 | "cfg-if", |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 75 | "libc", |
| 76 | "wasi", |
| 77 | ] |
| 78 | |
| 79 | [[package]] |
| 80 | name = "lazy_static" |
| 81 | version = "1.4.0" |
| 82 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 83 | checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 84 | |
| 85 | [[package]] |
| 86 | name = "libc" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 87 | version = "0.2.86" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 88 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 89 | checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c" |
| 90 | |
| 91 | [[package]] |
| 92 | name = "log" |
| 93 | version = "0.4.14" |
| 94 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 95 | checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710" |
| 96 | dependencies = [ |
| 97 | "cfg-if", |
| 98 | ] |
| 99 | |
| 100 | [[package]] |
| 101 | name = "loom" |
| 102 | version = "0.4.0" |
| 103 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 104 | checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4" |
| 105 | dependencies = [ |
| 106 | "cfg-if", |
| 107 | "generator", |
| 108 | "scoped-tls", |
| 109 | ] |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 110 | |
| 111 | [[package]] |
| 112 | name = "memoffset" |
| 113 | version = "0.6.1" |
| 114 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 115 | checksum = "157b4208e3059a8f9e78d559edc658e13df41410cb3ae03979c83130067fdd87" |
| 116 | dependencies = [ |
| 117 | "autocfg", |
| 118 | ] |
| 119 | |
| 120 | [[package]] |
| 121 | name = "ppv-lite86" |
| 122 | version = "0.2.10" |
| 123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 | checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857" |
| 125 | |
| 126 | [[package]] |
| 127 | name = "rand" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 128 | version = "0.8.3" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 129 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 130 | checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 131 | dependencies = [ |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 132 | "libc", |
| 133 | "rand_chacha", |
| 134 | "rand_core", |
| 135 | "rand_hc", |
| 136 | ] |
| 137 | |
| 138 | [[package]] |
| 139 | name = "rand_chacha" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 140 | version = "0.3.0" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 141 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 142 | checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 143 | dependencies = [ |
| 144 | "ppv-lite86", |
| 145 | "rand_core", |
| 146 | ] |
| 147 | |
| 148 | [[package]] |
| 149 | name = "rand_core" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 150 | version = "0.6.2" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 151 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 152 | checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 153 | dependencies = [ |
| 154 | "getrandom", |
| 155 | ] |
| 156 | |
| 157 | [[package]] |
| 158 | name = "rand_hc" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 159 | version = "0.3.0" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 160 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 161 | checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 162 | dependencies = [ |
| 163 | "rand_core", |
| 164 | ] |
| 165 | |
| 166 | [[package]] |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 167 | name = "rustversion" |
| 168 | version = "1.0.4" |
| 169 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 170 | checksum = "cb5d2a036dc6d2d8fd16fde3498b04306e29bd193bf306a57427019b823d5acd" |
| 171 | |
| 172 | [[package]] |
| 173 | name = "scoped-tls" |
| 174 | version = "1.0.0" |
| 175 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 176 | checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2" |
| 177 | |
| 178 | [[package]] |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 179 | name = "scopeguard" |
| 180 | version = "1.1.0" |
| 181 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 182 | checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| 183 | |
| 184 | [[package]] |
| 185 | name = "wasi" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 186 | version = "0.10.2+wasi-snapshot-preview1" |
Jakub Kotur | fc1672b | 2020-12-21 17:28:14 +0100 | [diff] [blame] | 187 | source = "registry+https://github.com/rust-lang/crates.io-index" |
Joel Galenson | 0d44092 | 2021-04-01 15:34:31 -0700 | [diff] [blame] | 188 | checksum = "fd6fbd9a79829dd1ad0cc20627bf1ed606756a7f77edff7b66b7064f9cb327c6" |
| 189 | |
| 190 | [[package]] |
| 191 | name = "winapi" |
| 192 | version = "0.3.9" |
| 193 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 194 | checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" |
| 195 | dependencies = [ |
| 196 | "winapi-i686-pc-windows-gnu", |
| 197 | "winapi-x86_64-pc-windows-gnu", |
| 198 | ] |
| 199 | |
| 200 | [[package]] |
| 201 | name = "winapi-i686-pc-windows-gnu" |
| 202 | version = "0.4.0" |
| 203 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 204 | checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 205 | |
| 206 | [[package]] |
| 207 | name = "winapi-x86_64-pc-windows-gnu" |
| 208 | version = "0.4.0" |
| 209 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 210 | checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |