Generate a grid with cellular automata
[kaka/rust-sdl-test.git] / Cargo.lock
CommitLineData
787dbfb4
TW
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
296187ca
TW
3[[package]]
4name = "autocfg"
6edafdc0
TW
5version = "0.1.7"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "1d49d90015b3c36167a20fe2810c5cd875ad504b39cff3d4eae7977e6b7c1cb2"
8
9[[package]]
10name = "autocfg"
11version = "1.0.1"
296187ca 12source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 13checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
296187ca
TW
14
15[[package]]
902b2b31
TW
16name = "base-x"
17version = "0.2.8"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "a4521f3e3d031370679b3b140beb36dfe4801b09ac77e30c61941f97df3ef28b"
20
21[[package]]
296187ca 22name = "bitflags"
6edafdc0 23version = "1.2.1"
296187ca 24source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 25checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
296187ca
TW
26
27[[package]]
902b2b31
TW
28name = "bumpalo"
29version = "3.4.0"
30source = "registry+https://github.com/rust-lang/crates.io-index"
31checksum = "2e8c087f005730276d1096a652e92a8bacee2e2472bcc9715a74d2bec38b5820"
32
33[[package]]
296187ca 34name = "c_vec"
6edafdc0 35version = "1.3.3"
296187ca 36source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 37checksum = "f8a318911dce53b5f1ca6539c44f5342c632269f0fa7ea3e35f32458c27a7c30"
296187ca
TW
38
39[[package]]
40name = "cfg-if"
6edafdc0 41version = "0.1.10"
296187ca 42source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 43checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
296187ca
TW
44
45[[package]]
902b2b31
TW
46name = "cfg-if"
47version = "1.0.0"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
50
51[[package]]
296187ca
TW
52name = "cloudabi"
53version = "0.0.3"
54source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 55checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
296187ca 56dependencies = [
6edafdc0 57 "bitflags",
296187ca
TW
58]
59
60[[package]]
902b2b31
TW
61name = "const_fn"
62version = "0.4.5"
63source = "registry+https://github.com/rust-lang/crates.io-index"
64checksum = "28b9d6de7f49e22cf97ad17fc4036ece69300032f45f78f30b4a4482cdc3f4a6"
65
66[[package]]
67name = "discard"
68version = "1.0.4"
69source = "registry+https://github.com/rust-lang/crates.io-index"
70checksum = "212d0f5754cb6769937f4501cc0e67f4f4483c8d2c3e1e922ee9edbe4ab4c7c0"
71
72[[package]]
296187ca 73name = "fuchsia-cprng"
6edafdc0 74version = "0.1.1"
296187ca 75source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 76checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
296187ca
TW
77
78[[package]]
902b2b31
TW
79name = "itoa"
80version = "0.4.7"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
83
84[[package]]
296187ca 85name = "lazy_static"
6edafdc0 86version = "1.4.0"
296187ca 87source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 88checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
296187ca
TW
89
90[[package]]
91name = "libc"
902b2b31 92version = "0.2.82"
296187ca 93source = "registry+https://github.com/rust-lang/crates.io-index"
902b2b31
TW
94checksum = "89203f3fba0a3795506acaad8ebce3c80c0af93f994d5a1d7a0b1eeb23271929"
95
96[[package]]
97name = "log"
98version = "0.4.13"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "fcf3805d4480bb5b86070dcfeb9e2cb2ebc148adb753c5cca5f884d1d65a42b2"
101dependencies = [
102 "cfg-if 0.1.10",
103]
296187ca
TW
104
105[[package]]
106name = "num"
107version = "0.1.42"
108source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 109checksum = "4703ad64153382334aa8db57c637364c322d3372e097840c72000dabdcf6156e"
296187ca 110dependencies = [
6edafdc0
TW
111 "num-integer",
112 "num-iter",
113 "num-traits",
296187ca
TW
114]
115
116[[package]]
117name = "num-integer"
6edafdc0 118version = "0.1.44"
296187ca 119source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 120checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
296187ca 121dependencies = [
6edafdc0
TW
122 "autocfg 1.0.1",
123 "num-traits",
296187ca
TW
124]
125
126[[package]]
127name = "num-iter"
6edafdc0 128version = "0.1.42"
296187ca 129source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 130checksum = "b2021c8337a54d21aca0d59a92577a029af9431cb59b909b03252b9c164fad59"
296187ca 131dependencies = [
6edafdc0
TW
132 "autocfg 1.0.1",
133 "num-integer",
134 "num-traits",
296187ca
TW
135]
136
137[[package]]
138name = "num-traits"
6edafdc0 139version = "0.2.14"
296187ca 140source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0
TW
141checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
142dependencies = [
143 "autocfg 1.0.1",
144]
296187ca
TW
145
146[[package]]
902b2b31
TW
147name = "proc-macro-hack"
148version = "0.5.19"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "dbf0c48bc1d91375ae5c3cd81e3722dff1abcf81a30960240640d223f59fe0e5"
151
152[[package]]
153name = "proc-macro2"
154version = "1.0.24"
155source = "registry+https://github.com/rust-lang/crates.io-index"
156checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
157dependencies = [
158 "unicode-xid",
159]
160
161[[package]]
162name = "quote"
163version = "1.0.8"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "991431c3519a3f36861882da93630ce66b52918dcf1b8e2fd66b397fc96f28df"
166dependencies = [
167 "proc-macro2",
168]
169
170[[package]]
296187ca
TW
171name = "rand"
172version = "0.6.5"
173source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 174checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
296187ca 175dependencies = [
6edafdc0
TW
176 "autocfg 0.1.7",
177 "libc",
178 "rand_chacha",
179 "rand_core 0.4.2",
180 "rand_hc",
181 "rand_isaac",
182 "rand_jitter",
183 "rand_os",
184 "rand_pcg",
185 "rand_xorshift",
186 "winapi",
296187ca
TW
187]
188
189[[package]]
190name = "rand_chacha"
191version = "0.1.1"
192source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 193checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
296187ca 194dependencies = [
6edafdc0
TW
195 "autocfg 0.1.7",
196 "rand_core 0.3.1",
296187ca
TW
197]
198
199[[package]]
200name = "rand_core"
201version = "0.3.1"
202source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 203checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
296187ca 204dependencies = [
6edafdc0 205 "rand_core 0.4.2",
296187ca
TW
206]
207
208[[package]]
209name = "rand_core"
6edafdc0 210version = "0.4.2"
296187ca 211source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 212checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
296187ca
TW
213
214[[package]]
215name = "rand_hc"
216version = "0.1.0"
217source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 218checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
296187ca 219dependencies = [
6edafdc0 220 "rand_core 0.3.1",
296187ca
TW
221]
222
223[[package]]
224name = "rand_isaac"
225version = "0.1.1"
226source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 227checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
296187ca 228dependencies = [
6edafdc0 229 "rand_core 0.3.1",
296187ca
TW
230]
231
232[[package]]
233name = "rand_jitter"
6edafdc0 234version = "0.1.4"
296187ca 235source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 236checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
296187ca 237dependencies = [
6edafdc0
TW
238 "libc",
239 "rand_core 0.4.2",
240 "winapi",
296187ca
TW
241]
242
243[[package]]
244name = "rand_os"
6edafdc0 245version = "0.1.3"
296187ca 246source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 247checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
296187ca 248dependencies = [
6edafdc0
TW
249 "cloudabi",
250 "fuchsia-cprng",
251 "libc",
252 "rand_core 0.4.2",
253 "rdrand",
254 "winapi",
296187ca
TW
255]
256
257[[package]]
258name = "rand_pcg"
6edafdc0 259version = "0.1.2"
296187ca 260source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 261checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
296187ca 262dependencies = [
6edafdc0
TW
263 "autocfg 0.1.7",
264 "rand_core 0.4.2",
296187ca
TW
265]
266
267[[package]]
268name = "rand_xorshift"
269version = "0.1.1"
270source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 271checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
296187ca 272dependencies = [
6edafdc0 273 "rand_core 0.3.1",
296187ca
TW
274]
275
276[[package]]
277name = "rdrand"
278version = "0.4.0"
279source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 280checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
296187ca 281dependencies = [
6edafdc0 282 "rand_core 0.3.1",
296187ca
TW
283]
284
285[[package]]
902b2b31
TW
286name = "rustc_version"
287version = "0.2.3"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
290dependencies = [
291 "semver",
292]
293
294[[package]]
295name = "ryu"
296version = "1.0.5"
297source = "registry+https://github.com/rust-lang/crates.io-index"
298checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
299
300[[package]]
296187ca
TW
301name = "sdl-test"
302version = "0.1.0"
303dependencies = [
6edafdc0
TW
304 "rand",
305 "sdl2",
306 "time",
296187ca
TW
307]
308
309[[package]]
310name = "sdl2"
6edafdc0 311version = "0.32.2"
296187ca 312source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 313checksum = "d051a07231e303f5f719da78cb6f7394f6d5b54f733aef5b0b447804a83edd7b"
296187ca 314dependencies = [
6edafdc0
TW
315 "bitflags",
316 "c_vec",
317 "lazy_static",
318 "libc",
319 "num",
320 "rand",
321 "sdl2-sys",
296187ca
TW
322]
323
324[[package]]
325name = "sdl2-sys"
6edafdc0 326version = "0.32.6"
296187ca 327source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 328checksum = "34e71125077d297d57e4c1acfe8981b5bdfbf5a20e7b589abfdcb33bf1127f86"
296187ca 329dependencies = [
902b2b31 330 "cfg-if 0.1.10",
6edafdc0 331 "libc",
296187ca
TW
332]
333
334[[package]]
902b2b31
TW
335name = "semver"
336version = "0.9.0"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
339dependencies = [
340 "semver-parser",
341]
342
343[[package]]
344name = "semver-parser"
345version = "0.7.0"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
348
349[[package]]
350name = "serde"
351version = "1.0.119"
352source = "registry+https://github.com/rust-lang/crates.io-index"
353checksum = "9bdd36f49e35b61d49efd8aa7fc068fd295961fd2286d0b2ee9a4c7a14e99cc3"
354
355[[package]]
356name = "serde_derive"
357version = "1.0.119"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "552954ce79a059ddd5fd68c271592374bd15cab2274970380c000118aeffe1cd"
360dependencies = [
361 "proc-macro2",
362 "quote",
363 "syn",
364]
365
366[[package]]
367name = "serde_json"
368version = "1.0.61"
369source = "registry+https://github.com/rust-lang/crates.io-index"
370checksum = "4fceb2595057b6891a4ee808f70054bd2d12f0e97f1cbb78689b59f676df325a"
371dependencies = [
372 "itoa",
373 "ryu",
374 "serde",
375]
376
377[[package]]
378name = "sha1"
379version = "0.6.0"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "2579985fda508104f7587689507983eadd6a6e84dd35d6d115361f530916fa0d"
382
383[[package]]
384name = "standback"
385version = "0.2.14"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "c66a8cff4fa24853fdf6b51f75c6d7f8206d7c75cab4e467bcd7f25c2b1febe0"
388dependencies = [
389 "version_check",
390]
391
392[[package]]
393name = "stdweb"
394version = "0.4.20"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "d022496b16281348b52d0e30ae99e01a73d737b2f45d38fed4edf79f9325a1d5"
397dependencies = [
398 "discard",
399 "rustc_version",
400 "stdweb-derive",
401 "stdweb-internal-macros",
402 "stdweb-internal-runtime",
403 "wasm-bindgen",
404]
405
406[[package]]
407name = "stdweb-derive"
408version = "0.5.3"
409source = "registry+https://github.com/rust-lang/crates.io-index"
410checksum = "c87a60a40fccc84bef0652345bbbbbe20a605bf5d0ce81719fc476f5c03b50ef"
411dependencies = [
412 "proc-macro2",
413 "quote",
414 "serde",
415 "serde_derive",
416 "syn",
417]
418
419[[package]]
420name = "stdweb-internal-macros"
421version = "0.2.9"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "58fa5ff6ad0d98d1ffa8cb115892b6e69d67799f6763e162a1c9db421dc22e11"
424dependencies = [
425 "base-x",
426 "proc-macro2",
427 "quote",
428 "serde",
429 "serde_derive",
430 "serde_json",
431 "sha1",
432 "syn",
433]
434
435[[package]]
436name = "stdweb-internal-runtime"
437version = "0.1.5"
438source = "registry+https://github.com/rust-lang/crates.io-index"
439checksum = "213701ba3370744dcd1a12960caa4843b3d68b4d1c0a5d575e0d65b2ee9d16c0"
440
441[[package]]
442name = "syn"
443version = "1.0.58"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "cc60a3d73ea6594cd712d830cc1f0390fd71542d8c8cd24e70cc54cdfd5e05d5"
446dependencies = [
447 "proc-macro2",
448 "quote",
449 "unicode-xid",
450]
451
452[[package]]
6edafdc0 453name = "time"
902b2b31 454version = "0.2.24"
296187ca 455source = "registry+https://github.com/rust-lang/crates.io-index"
902b2b31 456checksum = "273d3ed44dca264b0d6b3665e8d48fb515042d42466fad93d2a45b90ec4058f7"
296187ca 457dependencies = [
902b2b31 458 "const_fn",
6edafdc0 459 "libc",
902b2b31
TW
460 "standback",
461 "stdweb",
462 "time-macros",
463 "version_check",
6edafdc0 464 "winapi",
296187ca
TW
465]
466
467[[package]]
902b2b31
TW
468name = "time-macros"
469version = "0.1.1"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "957e9c6e26f12cb6d0dd7fc776bb67a706312e7299aed74c8dd5b17ebb27e2f1"
472dependencies = [
473 "proc-macro-hack",
474 "time-macros-impl",
475]
476
477[[package]]
478name = "time-macros-impl"
479version = "0.1.1"
480source = "registry+https://github.com/rust-lang/crates.io-index"
481checksum = "e5c3be1edfad6027c69f5491cf4cb310d1a71ecd6af742788c6ff8bced86b8fa"
482dependencies = [
483 "proc-macro-hack",
484 "proc-macro2",
485 "quote",
486 "standback",
487 "syn",
488]
489
490[[package]]
491name = "unicode-xid"
492version = "0.2.1"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
495
496[[package]]
497name = "version_check"
498version = "0.9.2"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
501
502[[package]]
503name = "wasm-bindgen"
504version = "0.2.69"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "3cd364751395ca0f68cafb17666eee36b63077fb5ecd972bbcd74c90c4bf736e"
507dependencies = [
508 "cfg-if 1.0.0",
509 "wasm-bindgen-macro",
510]
511
512[[package]]
513name = "wasm-bindgen-backend"
514version = "0.2.69"
515source = "registry+https://github.com/rust-lang/crates.io-index"
516checksum = "1114f89ab1f4106e5b55e688b828c0ab0ea593a1ea7c094b141b14cbaaec2d62"
517dependencies = [
518 "bumpalo",
519 "lazy_static",
520 "log",
521 "proc-macro2",
522 "quote",
523 "syn",
524 "wasm-bindgen-shared",
525]
526
527[[package]]
528name = "wasm-bindgen-macro"
529version = "0.2.69"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "7a6ac8995ead1f084a8dea1e65f194d0973800c7f571f6edd70adf06ecf77084"
532dependencies = [
533 "quote",
534 "wasm-bindgen-macro-support",
535]
536
537[[package]]
538name = "wasm-bindgen-macro-support"
539version = "0.2.69"
540source = "registry+https://github.com/rust-lang/crates.io-index"
541checksum = "b5a48c72f299d80557c7c62e37e7225369ecc0c963964059509fbafe917c7549"
542dependencies = [
543 "proc-macro2",
544 "quote",
545 "syn",
546 "wasm-bindgen-backend",
547 "wasm-bindgen-shared",
548]
549
550[[package]]
551name = "wasm-bindgen-shared"
552version = "0.2.69"
296187ca 553source = "registry+https://github.com/rust-lang/crates.io-index"
902b2b31 554checksum = "7e7811dd7f9398f14cc76efd356f98f03aa30419dea46aa810d71e819fc97158"
296187ca
TW
555
556[[package]]
557name = "winapi"
6edafdc0 558version = "0.3.9"
296187ca 559source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 560checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
296187ca 561dependencies = [
6edafdc0
TW
562 "winapi-i686-pc-windows-gnu",
563 "winapi-x86_64-pc-windows-gnu",
296187ca
TW
564]
565
566[[package]]
567name = "winapi-i686-pc-windows-gnu"
568version = "0.4.0"
569source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 570checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
296187ca
TW
571
572[[package]]
573name = "winapi-x86_64-pc-windows-gnu"
574version = "0.4.0"
575source = "registry+https://github.com/rust-lang/crates.io-index"
6edafdc0 576checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"