Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | [[package]] |
| 4 | name = "aho-corasick" |
| 5 | version = "0.7.13" |
| 6 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 7 | dependencies = [ |
| 8 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 9 | ] |
| 10 | |
| 11 | [[package]] |
| 12 | name = "ansi_term" |
| 13 | version = "0.11.0" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | dependencies = [ |
| 16 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 17 | ] |
| 18 | |
| 19 | [[package]] |
| 20 | name = "as-slice" |
| 21 | version = "0.1.3" |
| 22 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 23 | dependencies = [ |
| 24 | "generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 25 | "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 26 | "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "atty" |
| 31 | version = "0.2.14" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | dependencies = [ |
| 34 | "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 35 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 36 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 37 | ] |
| 38 | |
| 39 | [[package]] |
| 40 | name = "autocfg" |
| 41 | version = "0.1.2" |
| 42 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 43 | |
| 44 | [[package]] |
| 45 | name = "autocfg" |
| 46 | version = "1.0.0" |
| 47 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 48 | |
| 49 | [[package]] |
| 50 | name = "backtrace" |
| 51 | version = "0.3.14" |
| 52 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 53 | dependencies = [ |
| 54 | "autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 55 | "backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 56 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 57 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 58 | "rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 59 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 60 | ] |
| 61 | |
| 62 | [[package]] |
| 63 | name = "backtrace-sys" |
| 64 | version = "0.1.28" |
| 65 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 66 | dependencies = [ |
| 67 | "cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)", |
| 68 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 69 | ] |
| 70 | |
| 71 | [[package]] |
| 72 | name = "bindgen" |
| 73 | version = "0.54.0" |
| 74 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 75 | dependencies = [ |
| 76 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 77 | "cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 78 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 79 | "clang-sys 0.29.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 80 | "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 81 | "env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 82 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 83 | "lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 84 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 85 | "peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 86 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 87 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 88 | "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 89 | "rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 90 | "shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 91 | "which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 92 | ] |
| 93 | |
| 94 | [[package]] |
| 95 | name = "bitflags" |
| 96 | version = "1.2.1" |
| 97 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 98 | |
| 99 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 100 | name = "bstr" |
| 101 | version = "0.2.13" |
| 102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 103 | dependencies = [ |
| 104 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 105 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 106 | "regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 107 | "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| 108 | ] |
| 109 | |
| 110 | [[package]] |
| 111 | name = "bumpalo" |
| 112 | version = "3.4.0" |
| 113 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 114 | |
| 115 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 116 | name = "byteorder" |
| 117 | version = "1.3.4" |
| 118 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 119 | |
| 120 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 121 | name = "cast" |
| 122 | version = "0.2.3" |
| 123 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 124 | dependencies = [ |
| 125 | "rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 126 | ] |
| 127 | |
| 128 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 129 | name = "cc" |
| 130 | version = "1.0.55" |
| 131 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 132 | |
| 133 | [[package]] |
| 134 | name = "cexpr" |
| 135 | version = "0.4.0" |
| 136 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 137 | dependencies = [ |
| 138 | "nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 139 | ] |
| 140 | |
| 141 | [[package]] |
| 142 | name = "cfg-if" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 143 | version = "0.1.10" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 145 | |
| 146 | [[package]] |
| 147 | name = "clang-sys" |
| 148 | version = "0.29.3" |
| 149 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 150 | dependencies = [ |
| 151 | "glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 152 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 153 | "libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 154 | ] |
| 155 | |
| 156 | [[package]] |
| 157 | name = "clap" |
| 158 | version = "2.33.1" |
| 159 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 160 | dependencies = [ |
| 161 | "ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 162 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 163 | "bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 164 | "strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 165 | "textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 166 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 167 | "vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 168 | ] |
| 169 | |
| 170 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 171 | name = "criterion" |
| 172 | version = "0.3.3" |
| 173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 174 | dependencies = [ |
| 175 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 176 | "cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 177 | "clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 178 | "criterion-plot 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 179 | "csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 180 | "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 181 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 182 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 183 | "oorandom 11.1.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 184 | "plotters 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)", |
| 185 | "rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 186 | "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 187 | "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| 188 | "serde_cbor 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 189 | "serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| 190 | "serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", |
| 191 | "tinytemplate 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 192 | "walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 193 | ] |
| 194 | |
| 195 | [[package]] |
| 196 | name = "criterion-plot" |
| 197 | version = "0.4.3" |
| 198 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 199 | dependencies = [ |
| 200 | "cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 201 | "itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 202 | ] |
| 203 | |
| 204 | [[package]] |
| 205 | name = "criterion_bencher_compat" |
| 206 | version = "0.3.3" |
| 207 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 208 | dependencies = [ |
| 209 | "criterion 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 210 | ] |
| 211 | |
| 212 | [[package]] |
| 213 | name = "crossbeam-deque" |
| 214 | version = "0.7.3" |
| 215 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 216 | dependencies = [ |
| 217 | "crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 218 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 219 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 220 | ] |
| 221 | |
| 222 | [[package]] |
| 223 | name = "crossbeam-epoch" |
| 224 | version = "0.8.2" |
| 225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 226 | dependencies = [ |
| 227 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 228 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 229 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 230 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 231 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 232 | "memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 233 | "scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 234 | ] |
| 235 | |
| 236 | [[package]] |
| 237 | name = "crossbeam-queue" |
| 238 | version = "0.2.3" |
| 239 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 240 | dependencies = [ |
| 241 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 242 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 243 | "maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 244 | ] |
| 245 | |
| 246 | [[package]] |
| 247 | name = "crossbeam-utils" |
| 248 | version = "0.7.2" |
| 249 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 250 | dependencies = [ |
| 251 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 252 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 253 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 254 | ] |
| 255 | |
| 256 | [[package]] |
| 257 | name = "csv" |
| 258 | version = "1.1.3" |
| 259 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 260 | dependencies = [ |
| 261 | "bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 262 | "csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 263 | "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 264 | "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 265 | "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| 266 | ] |
| 267 | |
| 268 | [[package]] |
| 269 | name = "csv-core" |
| 270 | version = "0.1.10" |
| 271 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 272 | dependencies = [ |
| 273 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 274 | ] |
| 275 | |
| 276 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 277 | name = "cty" |
| 278 | version = "0.2.1" |
| 279 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 280 | |
| 281 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 282 | name = "either" |
| 283 | version = "1.5.3" |
| 284 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 285 | |
| 286 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 287 | name = "env_logger" |
| 288 | version = "0.7.1" |
| 289 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 290 | dependencies = [ |
| 291 | "atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 292 | "humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 293 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 294 | "regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)", |
| 295 | "termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 296 | ] |
| 297 | |
| 298 | [[package]] |
| 299 | name = "failure" |
| 300 | version = "0.1.8" |
| 301 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 302 | dependencies = [ |
| 303 | "backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 304 | "failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 305 | ] |
| 306 | |
| 307 | [[package]] |
| 308 | name = "failure_derive" |
| 309 | version = "0.1.8" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | dependencies = [ |
| 312 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 313 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 314 | "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 315 | "synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 316 | ] |
| 317 | |
| 318 | [[package]] |
| 319 | name = "generic-array" |
| 320 | version = "0.12.3" |
| 321 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 322 | dependencies = [ |
| 323 | "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 324 | ] |
| 325 | |
| 326 | [[package]] |
| 327 | name = "generic-array" |
| 328 | version = "0.13.2" |
| 329 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 330 | dependencies = [ |
| 331 | "typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 332 | ] |
| 333 | |
| 334 | [[package]] |
| 335 | name = "glob" |
| 336 | version = "0.3.0" |
| 337 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 338 | |
| 339 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 340 | name = "half" |
| 341 | version = "1.6.0" |
| 342 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 343 | |
| 344 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 345 | name = "hash32" |
| 346 | version = "0.1.1" |
| 347 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 348 | dependencies = [ |
| 349 | "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 350 | ] |
| 351 | |
| 352 | [[package]] |
| 353 | name = "heapless" |
| 354 | version = "0.5.5" |
| 355 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 356 | dependencies = [ |
| 357 | "as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 358 | "generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 359 | "hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 360 | "stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 361 | ] |
| 362 | |
| 363 | [[package]] |
| 364 | name = "hermit-abi" |
| 365 | version = "0.1.14" |
| 366 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 367 | dependencies = [ |
| 368 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 369 | ] |
| 370 | |
| 371 | [[package]] |
| 372 | name = "humantime" |
| 373 | version = "1.3.0" |
| 374 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 375 | dependencies = [ |
| 376 | "quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 377 | ] |
| 378 | |
| 379 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 380 | name = "itertools" |
| 381 | version = "0.9.0" |
| 382 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 383 | dependencies = [ |
| 384 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 385 | ] |
| 386 | |
| 387 | [[package]] |
| 388 | name = "itoa" |
| 389 | version = "0.4.6" |
| 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 391 | |
| 392 | [[package]] |
| 393 | name = "js-sys" |
| 394 | version = "0.3.41" |
| 395 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 396 | dependencies = [ |
| 397 | "wasm-bindgen 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", |
| 398 | ] |
| 399 | |
| 400 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 401 | name = "lazy_static" |
| 402 | version = "1.4.0" |
| 403 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 404 | |
| 405 | [[package]] |
| 406 | name = "lazycell" |
| 407 | version = "1.2.1" |
| 408 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 409 | |
| 410 | [[package]] |
| 411 | name = "libc" |
| 412 | version = "0.2.71" |
| 413 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 414 | |
| 415 | [[package]] |
| 416 | name = "libloading" |
| 417 | version = "0.5.2" |
| 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 419 | dependencies = [ |
| 420 | "cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)", |
| 421 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 422 | ] |
| 423 | |
| 424 | [[package]] |
| 425 | name = "log" |
| 426 | version = "0.4.8" |
| 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | dependencies = [ |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 429 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 430 | ] |
| 431 | |
| 432 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 433 | name = "maybe-uninit" |
| 434 | version = "2.0.0" |
| 435 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 436 | |
| 437 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 438 | name = "memchr" |
| 439 | version = "2.3.3" |
| 440 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 441 | |
| 442 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 443 | name = "memoffset" |
| 444 | version = "0.5.4" |
| 445 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 446 | dependencies = [ |
| 447 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 448 | ] |
| 449 | |
| 450 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 451 | name = "nom" |
| 452 | version = "5.1.2" |
| 453 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 454 | dependencies = [ |
| 455 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 456 | "version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 457 | ] |
| 458 | |
| 459 | [[package]] |
| 460 | name = "num" |
| 461 | version = "0.3.0" |
| 462 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 463 | dependencies = [ |
| 464 | "num-bigint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 465 | "num-complex 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 466 | "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 467 | "num-iter 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)", |
| 468 | "num-rational 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 469 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 470 | ] |
| 471 | |
| 472 | [[package]] |
| 473 | name = "num-bigint" |
| 474 | version = "0.3.0" |
| 475 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 476 | dependencies = [ |
| 477 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 478 | "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 479 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 480 | ] |
| 481 | |
| 482 | [[package]] |
| 483 | name = "num-complex" |
| 484 | version = "0.3.0" |
| 485 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 486 | dependencies = [ |
| 487 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 488 | ] |
| 489 | |
| 490 | [[package]] |
| 491 | name = "num-integer" |
| 492 | version = "0.1.43" |
| 493 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 494 | dependencies = [ |
| 495 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 496 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 497 | ] |
| 498 | |
| 499 | [[package]] |
| 500 | name = "num-iter" |
| 501 | version = "0.1.41" |
| 502 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 503 | dependencies = [ |
| 504 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 505 | "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 506 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 507 | ] |
| 508 | |
| 509 | [[package]] |
| 510 | name = "num-rational" |
| 511 | version = "0.3.0" |
| 512 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 513 | dependencies = [ |
| 514 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 515 | "num-bigint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 516 | "num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)", |
| 517 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 518 | ] |
| 519 | |
| 520 | [[package]] |
| 521 | name = "num-traits" |
| 522 | version = "0.2.12" |
| 523 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 524 | dependencies = [ |
| 525 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 526 | ] |
| 527 | |
| 528 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 529 | name = "num_cpus" |
| 530 | version = "1.13.0" |
| 531 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 532 | dependencies = [ |
| 533 | "hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)", |
| 534 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 535 | ] |
| 536 | |
| 537 | [[package]] |
| 538 | name = "oorandom" |
| 539 | version = "11.1.2" |
| 540 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 541 | |
| 542 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 543 | name = "peeking_take_while" |
| 544 | version = "0.1.2" |
| 545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 546 | |
| 547 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 548 | name = "plotters" |
| 549 | version = "0.2.15" |
| 550 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 551 | dependencies = [ |
| 552 | "js-sys 0.3.41 (registry+https://github.com/rust-lang/crates.io-index)", |
| 553 | "num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)", |
| 554 | "wasm-bindgen 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", |
| 555 | "web-sys 0.3.41 (registry+https://github.com/rust-lang/crates.io-index)", |
| 556 | ] |
| 557 | |
| 558 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 559 | name = "proc-macro2" |
| 560 | version = "1.0.18" |
| 561 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 562 | dependencies = [ |
| 563 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 564 | ] |
| 565 | |
| 566 | [[package]] |
| 567 | name = "quick-error" |
| 568 | version = "1.2.3" |
| 569 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 570 | |
| 571 | [[package]] |
| 572 | name = "quote" |
| 573 | version = "1.0.7" |
| 574 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 575 | dependencies = [ |
| 576 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 577 | ] |
| 578 | |
| 579 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 580 | name = "rayon" |
| 581 | version = "1.3.1" |
| 582 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 583 | dependencies = [ |
| 584 | "autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 585 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 586 | "either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 587 | "rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 588 | ] |
| 589 | |
| 590 | [[package]] |
| 591 | name = "rayon-core" |
| 592 | version = "1.7.1" |
| 593 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 594 | dependencies = [ |
| 595 | "crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 596 | "crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 597 | "crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)", |
| 598 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 599 | "num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 600 | ] |
| 601 | |
| 602 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 603 | name = "regex" |
| 604 | version = "1.3.9" |
| 605 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 606 | dependencies = [ |
| 607 | "aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)", |
| 608 | "memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 609 | "regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 610 | "thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 611 | ] |
| 612 | |
| 613 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 614 | name = "regex-automata" |
| 615 | version = "0.1.9" |
| 616 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 617 | dependencies = [ |
| 618 | "byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)", |
| 619 | ] |
| 620 | |
| 621 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 622 | name = "regex-syntax" |
| 623 | version = "0.6.18" |
| 624 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 625 | |
| 626 | [[package]] |
| 627 | name = "rust-samples" |
| 628 | version = "0.1.0" |
| 629 | dependencies = [ |
| 630 | "bindgen 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 631 | "cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 632 | "criterion 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
| 633 | "criterion_bencher_compat 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)", |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 634 | "cty 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 635 | "failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 636 | "failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 637 | "heapless 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 638 | "num 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 639 | ] |
| 640 | |
| 641 | [[package]] |
| 642 | name = "rustc-demangle" |
| 643 | version = "0.1.13" |
| 644 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 645 | |
| 646 | [[package]] |
| 647 | name = "rustc-hash" |
| 648 | version = "1.1.0" |
| 649 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 650 | |
| 651 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 652 | name = "rustc_version" |
| 653 | version = "0.2.3" |
| 654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 655 | dependencies = [ |
| 656 | "semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 657 | ] |
| 658 | |
| 659 | [[package]] |
| 660 | name = "ryu" |
| 661 | version = "1.0.5" |
| 662 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 663 | |
| 664 | [[package]] |
| 665 | name = "same-file" |
| 666 | version = "1.0.6" |
| 667 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 668 | dependencies = [ |
| 669 | "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 670 | ] |
| 671 | |
| 672 | [[package]] |
| 673 | name = "scopeguard" |
| 674 | version = "1.1.0" |
| 675 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 676 | |
| 677 | [[package]] |
| 678 | name = "semver" |
| 679 | version = "0.9.0" |
| 680 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 681 | dependencies = [ |
| 682 | "semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 683 | ] |
| 684 | |
| 685 | [[package]] |
| 686 | name = "semver-parser" |
| 687 | version = "0.7.0" |
| 688 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 689 | |
| 690 | [[package]] |
| 691 | name = "serde" |
| 692 | version = "1.0.114" |
| 693 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 694 | |
| 695 | [[package]] |
| 696 | name = "serde_cbor" |
| 697 | version = "0.11.1" |
| 698 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 699 | dependencies = [ |
| 700 | "half 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 701 | "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| 702 | ] |
| 703 | |
| 704 | [[package]] |
| 705 | name = "serde_derive" |
| 706 | version = "1.0.114" |
| 707 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 708 | dependencies = [ |
| 709 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 710 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 711 | "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 712 | ] |
| 713 | |
| 714 | [[package]] |
| 715 | name = "serde_json" |
| 716 | version = "1.0.56" |
| 717 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 718 | dependencies = [ |
| 719 | "itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 720 | "ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 721 | "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| 722 | ] |
| 723 | |
| 724 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 725 | name = "shlex" |
| 726 | version = "0.1.1" |
| 727 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 728 | |
| 729 | [[package]] |
| 730 | name = "stable_deref_trait" |
| 731 | version = "1.1.1" |
| 732 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 733 | |
| 734 | [[package]] |
| 735 | name = "strsim" |
| 736 | version = "0.8.0" |
| 737 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 738 | |
| 739 | [[package]] |
| 740 | name = "syn" |
| 741 | version = "1.0.33" |
| 742 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 743 | dependencies = [ |
| 744 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 745 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 746 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 747 | ] |
| 748 | |
| 749 | [[package]] |
| 750 | name = "synstructure" |
| 751 | version = "0.12.4" |
| 752 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 753 | dependencies = [ |
| 754 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 755 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 756 | "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 757 | "unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)", |
| 758 | ] |
| 759 | |
| 760 | [[package]] |
| 761 | name = "termcolor" |
| 762 | version = "1.1.0" |
| 763 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 764 | dependencies = [ |
| 765 | "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 766 | ] |
| 767 | |
| 768 | [[package]] |
| 769 | name = "textwrap" |
| 770 | version = "0.11.0" |
| 771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 | dependencies = [ |
| 773 | "unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 774 | ] |
| 775 | |
| 776 | [[package]] |
| 777 | name = "thread_local" |
| 778 | version = "1.0.1" |
| 779 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 780 | dependencies = [ |
| 781 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 782 | ] |
| 783 | |
| 784 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 785 | name = "tinytemplate" |
| 786 | version = "1.1.0" |
| 787 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 788 | dependencies = [ |
| 789 | "serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)", |
| 790 | "serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)", |
| 791 | ] |
| 792 | |
| 793 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 794 | name = "typenum" |
| 795 | version = "1.12.0" |
| 796 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 797 | |
| 798 | [[package]] |
| 799 | name = "unicode-width" |
| 800 | version = "0.1.7" |
| 801 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 802 | |
| 803 | [[package]] |
| 804 | name = "unicode-xid" |
| 805 | version = "0.2.1" |
| 806 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 807 | |
| 808 | [[package]] |
| 809 | name = "vec_map" |
| 810 | version = "0.8.2" |
| 811 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 812 | |
| 813 | [[package]] |
| 814 | name = "version_check" |
| 815 | version = "0.9.2" |
| 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | |
| 818 | [[package]] |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 819 | name = "walkdir" |
| 820 | version = "2.3.1" |
| 821 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 822 | dependencies = [ |
| 823 | "same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 824 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 825 | "winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)", |
| 826 | ] |
| 827 | |
| 828 | [[package]] |
| 829 | name = "wasm-bindgen" |
| 830 | version = "0.2.64" |
| 831 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 832 | dependencies = [ |
| 833 | "cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)", |
| 834 | "wasm-bindgen-macro 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", |
| 835 | ] |
| 836 | |
| 837 | [[package]] |
| 838 | name = "wasm-bindgen-backend" |
| 839 | version = "0.2.64" |
| 840 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 841 | dependencies = [ |
| 842 | "bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 843 | "lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 844 | "log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)", |
| 845 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 846 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 847 | "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 848 | "wasm-bindgen-shared 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", |
| 849 | ] |
| 850 | |
| 851 | [[package]] |
| 852 | name = "wasm-bindgen-macro" |
| 853 | version = "0.2.64" |
| 854 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 855 | dependencies = [ |
| 856 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 857 | "wasm-bindgen-macro-support 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", |
| 858 | ] |
| 859 | |
| 860 | [[package]] |
| 861 | name = "wasm-bindgen-macro-support" |
| 862 | version = "0.2.64" |
| 863 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 864 | dependencies = [ |
| 865 | "proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)", |
| 866 | "quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)", |
| 867 | "syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)", |
| 868 | "wasm-bindgen-backend 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", |
| 869 | "wasm-bindgen-shared 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", |
| 870 | ] |
| 871 | |
| 872 | [[package]] |
| 873 | name = "wasm-bindgen-shared" |
| 874 | version = "0.2.64" |
| 875 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 876 | |
| 877 | [[package]] |
| 878 | name = "web-sys" |
| 879 | version = "0.3.41" |
| 880 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 881 | dependencies = [ |
| 882 | "js-sys 0.3.41 (registry+https://github.com/rust-lang/crates.io-index)", |
| 883 | "wasm-bindgen 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)", |
| 884 | ] |
| 885 | |
| 886 | [[package]] |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 887 | name = "which" |
| 888 | version = "3.1.1" |
| 889 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 890 | dependencies = [ |
| 891 | "libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)", |
| 892 | ] |
| 893 | |
| 894 | [[package]] |
| 895 | name = "winapi" |
| 896 | version = "0.3.6" |
| 897 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 898 | dependencies = [ |
| 899 | "winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 900 | "winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)", |
| 901 | ] |
| 902 | |
| 903 | [[package]] |
| 904 | name = "winapi-i686-pc-windows-gnu" |
| 905 | version = "0.4.0" |
| 906 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 907 | |
| 908 | [[package]] |
| 909 | name = "winapi-util" |
| 910 | version = "0.1.5" |
| 911 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 912 | dependencies = [ |
| 913 | "winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)", |
| 914 | ] |
| 915 | |
| 916 | [[package]] |
| 917 | name = "winapi-x86_64-pc-windows-gnu" |
| 918 | version = "0.4.0" |
| 919 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 920 | |
| 921 | [metadata] |
| 922 | "checksum aho-corasick 0.7.13 (registry+https://github.com/rust-lang/crates.io-index)" = "043164d8ba5c4c3035fec9bbee8647c0261d788f3474306f93bb65901cae0e86" |
| 923 | "checksum ansi_term 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b" |
| 924 | "checksum as-slice 0.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "37dfb65bc03b2bc85ee827004f14a6817e04160e3b1a28931986a666a9290e70" |
| 925 | "checksum atty 0.2.14 (registry+https://github.com/rust-lang/crates.io-index)" = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8" |
| 926 | "checksum autocfg 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a6d640bee2da49f60a4068a7fae53acde8982514ab7bae8b8cea9e88cbcfd799" |
| 927 | "checksum autocfg 1.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d" |
| 928 | "checksum backtrace 0.3.14 (registry+https://github.com/rust-lang/crates.io-index)" = "cd5a90e2b463010cd0e0ce9a11d4a9d5d58d9f41d4a6ba3dcaf9e68b466e88b4" |
| 929 | "checksum backtrace-sys 0.1.28 (registry+https://github.com/rust-lang/crates.io-index)" = "797c830ac25ccc92a7f8a7b9862bde440715531514594a6154e3d4a54dd769b6" |
| 930 | "checksum bindgen 0.54.0 (registry+https://github.com/rust-lang/crates.io-index)" = "66c0bb6167449588ff70803f4127f0684f9063097eca5016f37eb52b92c2cf36" |
| 931 | "checksum bitflags 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 932 | "checksum bstr 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)" = "31accafdb70df7871592c058eca3985b71104e15ac32f64706022c58867da931" |
| 933 | "checksum bumpalo 3.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 934 | "checksum byteorder 1.3.4 (registry+https://github.com/rust-lang/crates.io-index)" = "08c48aae112d48ed9f069b33538ea9e3e90aa263cfa3d1c24309612b1f7472de" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 935 | "checksum cast 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "4b9434b9a5aa1450faa3f9cb14ea0e8c53bb5d2b3c1bfd1ab4fc03e9f33fbfb0" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 936 | "checksum cc 1.0.55 (registry+https://github.com/rust-lang/crates.io-index)" = "b1be3409f94d7bdceeb5f5fac551039d9b3f00e25da7a74fc4d33400a0d96368" |
| 937 | "checksum cexpr 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 938 | "checksum cfg-if 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 939 | "checksum clang-sys 0.29.3 (registry+https://github.com/rust-lang/crates.io-index)" = "fe6837df1d5cba2397b835c8530f51723267e16abbf83892e9e5af4f0e5dd10a" |
| 940 | "checksum clap 2.33.1 (registry+https://github.com/rust-lang/crates.io-index)" = "bdfa80d47f954d53a35a64987ca1422f495b8d6483c0fe9f7117b36c2a792129" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 941 | "checksum criterion 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "70daa7ceec6cf143990669a04c7df13391d55fb27bd4079d252fca774ba244d8" |
| 942 | "checksum criterion-plot 0.4.3 (registry+https://github.com/rust-lang/crates.io-index)" = "e022feadec601fba1649cfa83586381a4ad31c6bf3a9ab7d408118b05dd9889d" |
| 943 | "checksum criterion_bencher_compat 0.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "47e405fb545a2b19d4ef7bd81ce923a863dc3c5bff9edfca97e6bf5b4996ee71" |
| 944 | "checksum crossbeam-deque 0.7.3 (registry+https://github.com/rust-lang/crates.io-index)" = "9f02af974daeee82218205558e51ec8768b48cf524bd01d550abe5573a608285" |
| 945 | "checksum crossbeam-epoch 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "058ed274caafc1f60c4997b5fc07bf7dc7cca454af7c6e81edffe5f33f70dace" |
| 946 | "checksum crossbeam-queue 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "774ba60a54c213d409d5353bda12d49cd68d14e45036a285234c8d6f91f92570" |
| 947 | "checksum crossbeam-utils 0.7.2 (registry+https://github.com/rust-lang/crates.io-index)" = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8" |
| 948 | "checksum csv 1.1.3 (registry+https://github.com/rust-lang/crates.io-index)" = "00affe7f6ab566df61b4be3ce8cf16bc2576bca0963ceb0955e45d514bf9a279" |
| 949 | "checksum csv-core 0.1.10 (registry+https://github.com/rust-lang/crates.io-index)" = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 950 | "checksum cty 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7313c0d620d0cb4dbd9d019e461a4beb501071ff46ec0ab933efb4daa76d73e3" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 951 | "checksum either 1.5.3 (registry+https://github.com/rust-lang/crates.io-index)" = "bb1f6b1ce1c140482ea30ddd3335fc0024ac7ee112895426e0a629a6c20adfe3" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 952 | "checksum env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "44533bbbb3bb3c1fa17d9f2e4e38bbbaf8396ba82193c4cb1b6445d711445d36" |
| 953 | "checksum failure 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86" |
| 954 | "checksum failure_derive 0.1.8 (registry+https://github.com/rust-lang/crates.io-index)" = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4" |
| 955 | "checksum generic-array 0.12.3 (registry+https://github.com/rust-lang/crates.io-index)" = "c68f0274ae0e023facc3c97b2e00f076be70e254bc851d972503b328db79b2ec" |
| 956 | "checksum generic-array 0.13.2 (registry+https://github.com/rust-lang/crates.io-index)" = "0ed1e761351b56f54eb9dcd0cfaca9fd0daecf93918e1cfc01c8a3d26ee7adcd" |
| 957 | "checksum glob 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 958 | "checksum half 1.6.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d36fab90f82edc3c747f9d438e06cf0a491055896f2a279638bb5beed6c40177" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 959 | "checksum hash32 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d4041af86e63ac4298ce40e5cca669066e75b6f1aa3390fe2561ffa5e1d9f4cc" |
| 960 | "checksum heapless 0.5.5 (registry+https://github.com/rust-lang/crates.io-index)" = "73a8a2391a3bc70b31f60e7a90daa5755a360559c0b6b9c5cfc0fee482362dc0" |
| 961 | "checksum hermit-abi 0.1.14 (registry+https://github.com/rust-lang/crates.io-index)" = "b9586eedd4ce6b3c498bc3b4dd92fc9f11166aa908a914071953768066c67909" |
| 962 | "checksum humantime 1.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "df004cfca50ef23c36850aaaa59ad52cc70d0e90243c3c7737a4dd32dc7a3c4f" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 963 | "checksum itertools 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "284f18f85651fe11e8a991b2adb42cb078325c996ed026d994719efcfca1d54b" |
| 964 | "checksum itoa 0.4.6 (registry+https://github.com/rust-lang/crates.io-index)" = "dc6f3ad7b9d11a0c00842ff8de1b60ee58661048eb8049ed33c73594f359d7e6" |
| 965 | "checksum js-sys 0.3.41 (registry+https://github.com/rust-lang/crates.io-index)" = "c4b9172132a62451e56142bff9afc91c8e4a4500aa5b847da36815b63bfda916" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 966 | "checksum lazy_static 1.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646" |
| 967 | "checksum lazycell 1.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "b294d6fa9ee409a054354afc4352b0b9ef7ca222c69b8812cbea9e7d2bf3783f" |
| 968 | "checksum libc 0.2.71 (registry+https://github.com/rust-lang/crates.io-index)" = "9457b06509d27052635f90d6466700c65095fdf75409b3fbdd903e988b886f49" |
| 969 | "checksum libloading 0.5.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f2b111a074963af1d37a139918ac6d49ad1d0d5e47f72fd55388619691a7d753" |
| 970 | "checksum log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)" = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 971 | "checksum maybe-uninit 2.0.0 (registry+https://github.com/rust-lang/crates.io-index)" = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 972 | "checksum memchr 2.3.3 (registry+https://github.com/rust-lang/crates.io-index)" = "3728d817d99e5ac407411fa471ff9800a778d88a24685968b36824eaf4bee400" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 973 | "checksum memoffset 0.5.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b4fc2c02a7e374099d4ee95a193111f72d2110197fe200272371758f6c3643d8" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 974 | "checksum nom 5.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af" |
| 975 | "checksum num 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ab3e176191bc4faad357e3122c4747aa098ac880e88b168f106386128736cf4a" |
| 976 | "checksum num-bigint 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b7f3fc75e3697059fb1bc465e3d8cca6cf92f56854f201158b3f9c77d5a3cfa0" |
| 977 | "checksum num-complex 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "b05ad05bd8977050b171b3f6b48175fea6e0565b7981059b486075e1026a9fb5" |
| 978 | "checksum num-integer 0.1.43 (registry+https://github.com/rust-lang/crates.io-index)" = "8d59457e662d541ba17869cf51cf177c0b5f0cbf476c66bdc90bf1edac4f875b" |
| 979 | "checksum num-iter 0.1.41 (registry+https://github.com/rust-lang/crates.io-index)" = "7a6e6b7c748f995c4c29c5f5ae0248536e04a5739927c74ec0fa564805094b9f" |
| 980 | "checksum num-rational 0.3.0 (registry+https://github.com/rust-lang/crates.io-index)" = "a5b4d7360f362cfb50dde8143501e6940b22f644be75a4cc90b2d81968908138" |
| 981 | "checksum num-traits 0.2.12 (registry+https://github.com/rust-lang/crates.io-index)" = "ac267bcc07f48ee5f8935ab0d24f316fb722d7a1292e2913f0cc196b29ffd611" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 982 | "checksum num_cpus 1.13.0 (registry+https://github.com/rust-lang/crates.io-index)" = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3" |
| 983 | "checksum oorandom 11.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "a170cebd8021a008ea92e4db85a72f80b35df514ec664b296fdcbb654eac0b2c" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 984 | "checksum peeking_take_while 0.1.2 (registry+https://github.com/rust-lang/crates.io-index)" = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 985 | "checksum plotters 0.2.15 (registry+https://github.com/rust-lang/crates.io-index)" = "0d1685fbe7beba33de0330629da9d955ac75bd54f33d7b79f9a895590124f6bb" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 986 | "checksum proc-macro2 1.0.18 (registry+https://github.com/rust-lang/crates.io-index)" = "beae6331a816b1f65d04c45b078fd8e6c93e8071771f41b8163255bbd8d7c8fa" |
| 987 | "checksum quick-error 1.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0" |
| 988 | "checksum quote 1.0.7 (registry+https://github.com/rust-lang/crates.io-index)" = "aa563d17ecb180e500da1cfd2b028310ac758de548efdd203e18f283af693f37" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 989 | "checksum rayon 1.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "62f02856753d04e03e26929f820d0a0a337ebe71f849801eea335d464b349080" |
| 990 | "checksum rayon-core 1.7.1 (registry+https://github.com/rust-lang/crates.io-index)" = "e92e15d89083484e11353891f1af602cc661426deb9564c298b270c726973280" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 991 | "checksum regex 1.3.9 (registry+https://github.com/rust-lang/crates.io-index)" = "9c3780fcf44b193bc4d09f36d2a3c87b251da4a046c87795a0d35f4f927ad8e6" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 992 | "checksum regex-automata 0.1.9 (registry+https://github.com/rust-lang/crates.io-index)" = "ae1ded71d66a4a97f5e961fd0cb25a5f366a42a41570d16a763a69c092c26ae4" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 993 | "checksum regex-syntax 0.6.18 (registry+https://github.com/rust-lang/crates.io-index)" = "26412eb97c6b088a6997e05f69403a802a92d520de2f8e63c2b65f9e0f47c4e8" |
| 994 | "checksum rustc-demangle 0.1.13 (registry+https://github.com/rust-lang/crates.io-index)" = "adacaae16d02b6ec37fdc7acfcddf365978de76d1983d3ee22afc260e1ca9619" |
| 995 | "checksum rustc-hash 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 996 | "checksum rustc_version 0.2.3 (registry+https://github.com/rust-lang/crates.io-index)" = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a" |
| 997 | "checksum ryu 1.0.5 (registry+https://github.com/rust-lang/crates.io-index)" = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e" |
| 998 | "checksum same-file 1.0.6 (registry+https://github.com/rust-lang/crates.io-index)" = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" |
| 999 | "checksum scopeguard 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd" |
| 1000 | "checksum semver 0.9.0 (registry+https://github.com/rust-lang/crates.io-index)" = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403" |
| 1001 | "checksum semver-parser 0.7.0 (registry+https://github.com/rust-lang/crates.io-index)" = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3" |
| 1002 | "checksum serde 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "5317f7588f0a5078ee60ef675ef96735a1442132dc645eb1d12c018620ed8cd3" |
| 1003 | "checksum serde_cbor 0.11.1 (registry+https://github.com/rust-lang/crates.io-index)" = "1e18acfa2f90e8b735b2836ab8d538de304cbb6729a7360729ea5a895d15a622" |
| 1004 | "checksum serde_derive 1.0.114 (registry+https://github.com/rust-lang/crates.io-index)" = "2a0be94b04690fbaed37cddffc5c134bf537c8e3329d53e982fe04c374978f8e" |
| 1005 | "checksum serde_json 1.0.56 (registry+https://github.com/rust-lang/crates.io-index)" = "3433e879a558dde8b5e8feb2a04899cf34fdde1fafb894687e52105fc1162ac3" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 1006 | "checksum shlex 0.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2" |
| 1007 | "checksum stable_deref_trait 1.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "dba1a27d3efae4351c8051072d619e3ade2820635c3958d826bfea39d59b54c8" |
| 1008 | "checksum strsim 0.8.0 (registry+https://github.com/rust-lang/crates.io-index)" = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a" |
| 1009 | "checksum syn 1.0.33 (registry+https://github.com/rust-lang/crates.io-index)" = "e8d5d96e8cbb005d6959f119f773bfaebb5684296108fb32600c00cde305b2cd" |
| 1010 | "checksum synstructure 0.12.4 (registry+https://github.com/rust-lang/crates.io-index)" = "b834f2d66f734cb897113e34aaff2f1ab4719ca946f9a7358dba8f8064148701" |
| 1011 | "checksum termcolor 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "bb6bfa289a4d7c5766392812c0a1f4c1ba45afa1ad47803c11e1f407d846d75f" |
| 1012 | "checksum textwrap 0.11.0 (registry+https://github.com/rust-lang/crates.io-index)" = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060" |
| 1013 | "checksum thread_local 1.0.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d40c6d1b69745a6ec6fb1ca717914848da4b44ae29d9b3080cbee91d72a69b14" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 1014 | "checksum tinytemplate 1.1.0 (registry+https://github.com/rust-lang/crates.io-index)" = "6d3dc76004a03cec1c5932bca4cdc2e39aaa798e3f82363dd94f9adf6098c12f" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 1015 | "checksum typenum 1.12.0 (registry+https://github.com/rust-lang/crates.io-index)" = "373c8a200f9e67a0c95e62a4f52fbf80c23b4381c05a17845531982fa99e6b33" |
| 1016 | "checksum unicode-width 0.1.7 (registry+https://github.com/rust-lang/crates.io-index)" = "caaa9d531767d1ff2150b9332433f32a24622147e5ebb1f26409d5da67afd479" |
| 1017 | "checksum unicode-xid 0.2.1 (registry+https://github.com/rust-lang/crates.io-index)" = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564" |
| 1018 | "checksum vec_map 0.8.2 (registry+https://github.com/rust-lang/crates.io-index)" = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191" |
| 1019 | "checksum version_check 0.9.2 (registry+https://github.com/rust-lang/crates.io-index)" = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed" |
Matthias Andreas Benkard | 49de2bb | 2020-06-30 23:12:08 +0200 | [diff] [blame] | 1020 | "checksum walkdir 2.3.1 (registry+https://github.com/rust-lang/crates.io-index)" = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d" |
| 1021 | "checksum wasm-bindgen 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)" = "6a634620115e4a229108b71bde263bb4220c483b3f07f5ba514ee8d15064c4c2" |
| 1022 | "checksum wasm-bindgen-backend 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)" = "3e53963b583d18a5aa3aaae4b4c1cb535218246131ba22a71f05b518098571df" |
| 1023 | "checksum wasm-bindgen-macro 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)" = "3fcfd5ef6eec85623b4c6e844293d4516470d8f19cd72d0d12246017eb9060b8" |
| 1024 | "checksum wasm-bindgen-macro-support 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)" = "9adff9ee0e94b926ca81b57f57f86d5545cdcb1d259e21ec9bdd95b901754c75" |
| 1025 | "checksum wasm-bindgen-shared 0.2.64 (registry+https://github.com/rust-lang/crates.io-index)" = "7f7b90ea6c632dd06fd765d44542e234d5e63d9bb917ecd64d79778a13bd79ae" |
| 1026 | "checksum web-sys 0.3.41 (registry+https://github.com/rust-lang/crates.io-index)" = "863539788676619aac1a23e2df3655e96b32b0e05eb72ca34ba045ad573c625d" |
Matthias Andreas Benkard | 0858646 | 2020-06-28 22:42:43 +0200 | [diff] [blame] | 1027 | "checksum which 3.1.1 (registry+https://github.com/rust-lang/crates.io-index)" = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724" |
| 1028 | "checksum winapi 0.3.6 (registry+https://github.com/rust-lang/crates.io-index)" = "92c1eb33641e276cfa214a0522acad57be5c56b10cb348b3c5117db75f3ac4b0" |
| 1029 | "checksum winapi-i686-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" |
| 1030 | "checksum winapi-util 0.1.5 (registry+https://github.com/rust-lang/crates.io-index)" = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178" |
| 1031 | "checksum winapi-x86_64-pc-windows-gnu 0.4.0 (registry+https://github.com/rust-lang/crates.io-index)" = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" |