afe9323c59df40b663c370a3c87230406bdc8662
[pspp] / rust / Cargo.lock
1 # This file is automatically @generated by Cargo.
2 # It is not intended for manual editing.
3 version = 3
4
5 [[package]]
6 name = "adler"
7 version = "1.0.2"
8 source = "registry+https://github.com/rust-lang/crates.io-index"
9 checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
10
11 [[package]]
12 name = "android-tzdata"
13 version = "0.1.1"
14 source = "registry+https://github.com/rust-lang/crates.io-index"
15 checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
16
17 [[package]]
18 name = "android_system_properties"
19 version = "0.1.5"
20 source = "registry+https://github.com/rust-lang/crates.io-index"
21 checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
22 dependencies = [
23  "libc",
24 ]
25
26 [[package]]
27 name = "anyhow"
28 version = "1.0.69"
29 source = "registry+https://github.com/rust-lang/crates.io-index"
30 checksum = "224afbd727c3d6e4b90103ece64b8d1b67fbb1973b1046c2281eed3f3803f800"
31
32 [[package]]
33 name = "atty"
34 version = "0.2.14"
35 source = "registry+https://github.com/rust-lang/crates.io-index"
36 checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
37 dependencies = [
38  "hermit-abi 0.1.19",
39  "libc",
40  "winapi",
41 ]
42
43 [[package]]
44 name = "autocfg"
45 version = "1.1.0"
46 source = "registry+https://github.com/rust-lang/crates.io-index"
47 checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
48
49 [[package]]
50 name = "bitflags"
51 version = "1.3.2"
52 source = "registry+https://github.com/rust-lang/crates.io-index"
53 checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
54
55 [[package]]
56 name = "bumpalo"
57 version = "3.13.0"
58 source = "registry+https://github.com/rust-lang/crates.io-index"
59 checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
60
61 [[package]]
62 name = "cc"
63 version = "1.0.79"
64 source = "registry+https://github.com/rust-lang/crates.io-index"
65 checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
66
67 [[package]]
68 name = "cfg-if"
69 version = "1.0.0"
70 source = "registry+https://github.com/rust-lang/crates.io-index"
71 checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
72
73 [[package]]
74 name = "chrono"
75 version = "0.4.26"
76 source = "registry+https://github.com/rust-lang/crates.io-index"
77 checksum = "ec837a71355b28f6556dbd569b37b3f363091c0bd4b2e735674521b4c5fd9bc5"
78 dependencies = [
79  "android-tzdata",
80  "iana-time-zone",
81  "js-sys",
82  "num-traits",
83  "time",
84  "wasm-bindgen",
85  "winapi",
86 ]
87
88 [[package]]
89 name = "clap"
90 version = "4.1.7"
91 source = "registry+https://github.com/rust-lang/crates.io-index"
92 checksum = "2f3061d6db6d8fcbbd4b05e057f2acace52e64e96b498c08c2d7a4e65addd340"
93 dependencies = [
94  "bitflags",
95  "clap_derive",
96  "clap_lex",
97  "is-terminal",
98  "once_cell",
99  "strsim",
100  "termcolor 1.2.0",
101  "terminal_size",
102 ]
103
104 [[package]]
105 name = "clap_derive"
106 version = "4.1.7"
107 source = "registry+https://github.com/rust-lang/crates.io-index"
108 checksum = "34d122164198950ba84a918270a3bb3f7ededd25e15f7451673d986f55bd2667"
109 dependencies = [
110  "heck",
111  "proc-macro-error",
112  "proc-macro2",
113  "quote",
114  "syn 1.0.109",
115 ]
116
117 [[package]]
118 name = "clap_lex"
119 version = "0.3.2"
120 source = "registry+https://github.com/rust-lang/crates.io-index"
121 checksum = "350b9cf31731f9957399229e9b2adc51eeabdfbe9d71d9a0552275fd12710d09"
122 dependencies = [
123  "os_str_bytes",
124 ]
125
126 [[package]]
127 name = "core-foundation-sys"
128 version = "0.8.4"
129 source = "registry+https://github.com/rust-lang/crates.io-index"
130 checksum = "e496a50fda8aacccc86d7529e2c1e0892dbd0f898a6b5645b5561b89c3210efa"
131
132 [[package]]
133 name = "crc32fast"
134 version = "1.3.2"
135 source = "registry+https://github.com/rust-lang/crates.io-index"
136 checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
137 dependencies = [
138  "cfg-if",
139 ]
140
141 [[package]]
142 name = "encoding_rs"
143 version = "0.8.32"
144 source = "registry+https://github.com/rust-lang/crates.io-index"
145 checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
146 dependencies = [
147  "cfg-if",
148 ]
149
150 [[package]]
151 name = "errno"
152 version = "0.2.8"
153 source = "registry+https://github.com/rust-lang/crates.io-index"
154 checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
155 dependencies = [
156  "errno-dragonfly",
157  "libc",
158  "winapi",
159 ]
160
161 [[package]]
162 name = "errno"
163 version = "0.3.1"
164 source = "registry+https://github.com/rust-lang/crates.io-index"
165 checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
166 dependencies = [
167  "errno-dragonfly",
168  "libc",
169  "windows-sys 0.48.0",
170 ]
171
172 [[package]]
173 name = "errno-dragonfly"
174 version = "0.1.2"
175 source = "registry+https://github.com/rust-lang/crates.io-index"
176 checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
177 dependencies = [
178  "cc",
179  "libc",
180 ]
181
182 [[package]]
183 name = "finl_unicode"
184 version = "1.2.0"
185 source = "registry+https://github.com/rust-lang/crates.io-index"
186 checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
187
188 [[package]]
189 name = "flate2"
190 version = "1.0.26"
191 source = "registry+https://github.com/rust-lang/crates.io-index"
192 checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
193 dependencies = [
194  "crc32fast",
195  "miniz_oxide",
196 ]
197
198 [[package]]
199 name = "float_next_after"
200 version = "1.0.0"
201 source = "registry+https://github.com/rust-lang/crates.io-index"
202 checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
203
204 [[package]]
205 name = "heck"
206 version = "0.4.1"
207 source = "registry+https://github.com/rust-lang/crates.io-index"
208 checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
209
210 [[package]]
211 name = "hermit-abi"
212 version = "0.1.19"
213 source = "registry+https://github.com/rust-lang/crates.io-index"
214 checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
215 dependencies = [
216  "libc",
217 ]
218
219 [[package]]
220 name = "hermit-abi"
221 version = "0.3.1"
222 source = "registry+https://github.com/rust-lang/crates.io-index"
223 checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
224
225 [[package]]
226 name = "hexplay"
227 version = "0.2.1"
228 source = "registry+https://github.com/rust-lang/crates.io-index"
229 checksum = "0962bea6731e28b5a443ba4aa00fe3e4fe7555dadf12012435efb738eeac5898"
230 dependencies = [
231  "atty",
232  "termcolor 0.3.6",
233 ]
234
235 [[package]]
236 name = "iana-time-zone"
237 version = "0.1.57"
238 source = "registry+https://github.com/rust-lang/crates.io-index"
239 checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
240 dependencies = [
241  "android_system_properties",
242  "core-foundation-sys",
243  "iana-time-zone-haiku",
244  "js-sys",
245  "wasm-bindgen",
246  "windows",
247 ]
248
249 [[package]]
250 name = "iana-time-zone-haiku"
251 version = "0.1.2"
252 source = "registry+https://github.com/rust-lang/crates.io-index"
253 checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
254 dependencies = [
255  "cc",
256 ]
257
258 [[package]]
259 name = "io-lifetimes"
260 version = "1.0.5"
261 source = "registry+https://github.com/rust-lang/crates.io-index"
262 checksum = "1abeb7a0dd0f8181267ff8adc397075586500b81b28a73e8a0208b00fc170fb3"
263 dependencies = [
264  "libc",
265  "windows-sys 0.45.0",
266 ]
267
268 [[package]]
269 name = "is-terminal"
270 version = "0.4.4"
271 source = "registry+https://github.com/rust-lang/crates.io-index"
272 checksum = "21b6b32576413a8e69b90e952e4a026476040d81017b80445deda5f2d3921857"
273 dependencies = [
274  "hermit-abi 0.3.1",
275  "io-lifetimes",
276  "rustix 0.36.8",
277  "windows-sys 0.45.0",
278 ]
279
280 [[package]]
281 name = "js-sys"
282 version = "0.3.64"
283 source = "registry+https://github.com/rust-lang/crates.io-index"
284 checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
285 dependencies = [
286  "wasm-bindgen",
287 ]
288
289 [[package]]
290 name = "lazy_static"
291 version = "1.4.0"
292 source = "registry+https://github.com/rust-lang/crates.io-index"
293 checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
294
295 [[package]]
296 name = "libc"
297 version = "0.2.139"
298 source = "registry+https://github.com/rust-lang/crates.io-index"
299 checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
300
301 [[package]]
302 name = "linux-raw-sys"
303 version = "0.1.4"
304 source = "registry+https://github.com/rust-lang/crates.io-index"
305 checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
306
307 [[package]]
308 name = "linux-raw-sys"
309 version = "0.3.8"
310 source = "registry+https://github.com/rust-lang/crates.io-index"
311 checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
312
313 [[package]]
314 name = "log"
315 version = "0.4.19"
316 source = "registry+https://github.com/rust-lang/crates.io-index"
317 checksum = "b06a4cde4c0f271a446782e3eff8de789548ce57dbc8eca9292c27f4a42004b4"
318
319 [[package]]
320 name = "miniz_oxide"
321 version = "0.7.1"
322 source = "registry+https://github.com/rust-lang/crates.io-index"
323 checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
324 dependencies = [
325  "adler",
326 ]
327
328 [[package]]
329 name = "num"
330 version = "0.4.0"
331 source = "registry+https://github.com/rust-lang/crates.io-index"
332 checksum = "43db66d1170d347f9a065114077f7dccb00c1b9478c89384490a3425279a4606"
333 dependencies = [
334  "num-bigint",
335  "num-complex",
336  "num-integer",
337  "num-iter",
338  "num-rational",
339  "num-traits",
340 ]
341
342 [[package]]
343 name = "num-bigint"
344 version = "0.4.3"
345 source = "registry+https://github.com/rust-lang/crates.io-index"
346 checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
347 dependencies = [
348  "autocfg",
349  "num-integer",
350  "num-traits",
351 ]
352
353 [[package]]
354 name = "num-complex"
355 version = "0.4.3"
356 source = "registry+https://github.com/rust-lang/crates.io-index"
357 checksum = "02e0d21255c828d6f128a1e41534206671e8c3ea0c62f32291e808dc82cff17d"
358 dependencies = [
359  "num-traits",
360 ]
361
362 [[package]]
363 name = "num-derive"
364 version = "0.4.0"
365 source = "registry+https://github.com/rust-lang/crates.io-index"
366 checksum = "9e6a0fd4f737c707bd9086cc16c925f294943eb62eb71499e9fd4cf71f8b9f4e"
367 dependencies = [
368  "proc-macro2",
369  "quote",
370  "syn 2.0.27",
371 ]
372
373 [[package]]
374 name = "num-integer"
375 version = "0.1.45"
376 source = "registry+https://github.com/rust-lang/crates.io-index"
377 checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
378 dependencies = [
379  "autocfg",
380  "num-traits",
381 ]
382
383 [[package]]
384 name = "num-iter"
385 version = "0.1.43"
386 source = "registry+https://github.com/rust-lang/crates.io-index"
387 checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
388 dependencies = [
389  "autocfg",
390  "num-integer",
391  "num-traits",
392 ]
393
394 [[package]]
395 name = "num-rational"
396 version = "0.4.1"
397 source = "registry+https://github.com/rust-lang/crates.io-index"
398 checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
399 dependencies = [
400  "autocfg",
401  "num-bigint",
402  "num-integer",
403  "num-traits",
404 ]
405
406 [[package]]
407 name = "num-traits"
408 version = "0.2.16"
409 source = "registry+https://github.com/rust-lang/crates.io-index"
410 checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
411 dependencies = [
412  "autocfg",
413 ]
414
415 [[package]]
416 name = "once_cell"
417 version = "1.17.1"
418 source = "registry+https://github.com/rust-lang/crates.io-index"
419 checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
420
421 [[package]]
422 name = "ordered-float"
423 version = "3.7.0"
424 source = "registry+https://github.com/rust-lang/crates.io-index"
425 checksum = "2fc2dbde8f8a79f2102cc474ceb0ad68e3b80b85289ea62389b60e66777e4213"
426 dependencies = [
427  "num-traits",
428 ]
429
430 [[package]]
431 name = "os_str_bytes"
432 version = "6.4.1"
433 source = "registry+https://github.com/rust-lang/crates.io-index"
434 checksum = "9b7820b9daea5457c9f21c69448905d723fbd21136ccf521748f23fd49e723ee"
435
436 [[package]]
437 name = "proc-macro-error"
438 version = "1.0.4"
439 source = "registry+https://github.com/rust-lang/crates.io-index"
440 checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
441 dependencies = [
442  "proc-macro-error-attr",
443  "proc-macro2",
444  "quote",
445  "syn 1.0.109",
446  "version_check",
447 ]
448
449 [[package]]
450 name = "proc-macro-error-attr"
451 version = "1.0.4"
452 source = "registry+https://github.com/rust-lang/crates.io-index"
453 checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
454 dependencies = [
455  "proc-macro2",
456  "quote",
457  "version_check",
458 ]
459
460 [[package]]
461 name = "proc-macro2"
462 version = "1.0.66"
463 source = "registry+https://github.com/rust-lang/crates.io-index"
464 checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
465 dependencies = [
466  "unicode-ident",
467 ]
468
469 [[package]]
470 name = "pspp"
471 version = "1.0.0"
472 dependencies = [
473  "anyhow",
474  "chrono",
475  "clap",
476  "encoding_rs",
477  "finl_unicode",
478  "flate2",
479  "float_next_after",
480  "hexplay",
481  "lazy_static",
482  "num",
483  "num-derive",
484  "num-traits",
485  "ordered-float",
486  "thiserror",
487  "unicase",
488 ]
489
490 [[package]]
491 name = "quote"
492 version = "1.0.32"
493 source = "registry+https://github.com/rust-lang/crates.io-index"
494 checksum = "50f3b39ccfb720540debaa0164757101c08ecb8d326b15358ce76a62c7e85965"
495 dependencies = [
496  "proc-macro2",
497 ]
498
499 [[package]]
500 name = "rustix"
501 version = "0.36.8"
502 source = "registry+https://github.com/rust-lang/crates.io-index"
503 checksum = "f43abb88211988493c1abb44a70efa56ff0ce98f233b7b276146f1f3f7ba9644"
504 dependencies = [
505  "bitflags",
506  "errno 0.2.8",
507  "io-lifetimes",
508  "libc",
509  "linux-raw-sys 0.1.4",
510  "windows-sys 0.45.0",
511 ]
512
513 [[package]]
514 name = "rustix"
515 version = "0.37.3"
516 source = "registry+https://github.com/rust-lang/crates.io-index"
517 checksum = "62b24138615de35e32031d041a09032ef3487a616d901ca4db224e7d557efae2"
518 dependencies = [
519  "bitflags",
520  "errno 0.3.1",
521  "io-lifetimes",
522  "libc",
523  "linux-raw-sys 0.3.8",
524  "windows-sys 0.45.0",
525 ]
526
527 [[package]]
528 name = "strsim"
529 version = "0.10.0"
530 source = "registry+https://github.com/rust-lang/crates.io-index"
531 checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
532
533 [[package]]
534 name = "syn"
535 version = "1.0.109"
536 source = "registry+https://github.com/rust-lang/crates.io-index"
537 checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
538 dependencies = [
539  "proc-macro2",
540  "quote",
541  "unicode-ident",
542 ]
543
544 [[package]]
545 name = "syn"
546 version = "2.0.27"
547 source = "registry+https://github.com/rust-lang/crates.io-index"
548 checksum = "b60f673f44a8255b9c8c657daf66a596d435f2da81a555b06dc644d080ba45e0"
549 dependencies = [
550  "proc-macro2",
551  "quote",
552  "unicode-ident",
553 ]
554
555 [[package]]
556 name = "termcolor"
557 version = "0.3.6"
558 source = "registry+https://github.com/rust-lang/crates.io-index"
559 checksum = "adc4587ead41bf016f11af03e55a624c06568b5a19db4e90fde573d805074f83"
560 dependencies = [
561  "wincolor",
562 ]
563
564 [[package]]
565 name = "termcolor"
566 version = "1.2.0"
567 source = "registry+https://github.com/rust-lang/crates.io-index"
568 checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
569 dependencies = [
570  "winapi-util",
571 ]
572
573 [[package]]
574 name = "terminal_size"
575 version = "0.2.6"
576 source = "registry+https://github.com/rust-lang/crates.io-index"
577 checksum = "8e6bf6f19e9f8ed8d4048dc22981458ebcf406d67e94cd422e5ecd73d63b3237"
578 dependencies = [
579  "rustix 0.37.3",
580  "windows-sys 0.48.0",
581 ]
582
583 [[package]]
584 name = "thiserror"
585 version = "1.0.39"
586 source = "registry+https://github.com/rust-lang/crates.io-index"
587 checksum = "a5ab016db510546d856297882807df8da66a16fb8c4101cb8b30054b0d5b2d9c"
588 dependencies = [
589  "thiserror-impl",
590 ]
591
592 [[package]]
593 name = "thiserror-impl"
594 version = "1.0.39"
595 source = "registry+https://github.com/rust-lang/crates.io-index"
596 checksum = "5420d42e90af0c38c3290abcca25b9b3bdf379fc9f55c528f53a269d9c9a267e"
597 dependencies = [
598  "proc-macro2",
599  "quote",
600  "syn 1.0.109",
601 ]
602
603 [[package]]
604 name = "time"
605 version = "0.1.45"
606 source = "registry+https://github.com/rust-lang/crates.io-index"
607 checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
608 dependencies = [
609  "libc",
610  "wasi",
611  "winapi",
612 ]
613
614 [[package]]
615 name = "unicase"
616 version = "2.6.0"
617 source = "registry+https://github.com/rust-lang/crates.io-index"
618 checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
619 dependencies = [
620  "version_check",
621 ]
622
623 [[package]]
624 name = "unicode-ident"
625 version = "1.0.6"
626 source = "registry+https://github.com/rust-lang/crates.io-index"
627 checksum = "84a22b9f218b40614adcb3f4ff08b703773ad44fa9423e4e0d346d5db86e4ebc"
628
629 [[package]]
630 name = "version_check"
631 version = "0.9.4"
632 source = "registry+https://github.com/rust-lang/crates.io-index"
633 checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
634
635 [[package]]
636 name = "wasi"
637 version = "0.10.0+wasi-snapshot-preview1"
638 source = "registry+https://github.com/rust-lang/crates.io-index"
639 checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
640
641 [[package]]
642 name = "wasm-bindgen"
643 version = "0.2.87"
644 source = "registry+https://github.com/rust-lang/crates.io-index"
645 checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
646 dependencies = [
647  "cfg-if",
648  "wasm-bindgen-macro",
649 ]
650
651 [[package]]
652 name = "wasm-bindgen-backend"
653 version = "0.2.87"
654 source = "registry+https://github.com/rust-lang/crates.io-index"
655 checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
656 dependencies = [
657  "bumpalo",
658  "log",
659  "once_cell",
660  "proc-macro2",
661  "quote",
662  "syn 2.0.27",
663  "wasm-bindgen-shared",
664 ]
665
666 [[package]]
667 name = "wasm-bindgen-macro"
668 version = "0.2.87"
669 source = "registry+https://github.com/rust-lang/crates.io-index"
670 checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
671 dependencies = [
672  "quote",
673  "wasm-bindgen-macro-support",
674 ]
675
676 [[package]]
677 name = "wasm-bindgen-macro-support"
678 version = "0.2.87"
679 source = "registry+https://github.com/rust-lang/crates.io-index"
680 checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
681 dependencies = [
682  "proc-macro2",
683  "quote",
684  "syn 2.0.27",
685  "wasm-bindgen-backend",
686  "wasm-bindgen-shared",
687 ]
688
689 [[package]]
690 name = "wasm-bindgen-shared"
691 version = "0.2.87"
692 source = "registry+https://github.com/rust-lang/crates.io-index"
693 checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
694
695 [[package]]
696 name = "winapi"
697 version = "0.3.9"
698 source = "registry+https://github.com/rust-lang/crates.io-index"
699 checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
700 dependencies = [
701  "winapi-i686-pc-windows-gnu",
702  "winapi-x86_64-pc-windows-gnu",
703 ]
704
705 [[package]]
706 name = "winapi-i686-pc-windows-gnu"
707 version = "0.4.0"
708 source = "registry+https://github.com/rust-lang/crates.io-index"
709 checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
710
711 [[package]]
712 name = "winapi-util"
713 version = "0.1.5"
714 source = "registry+https://github.com/rust-lang/crates.io-index"
715 checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
716 dependencies = [
717  "winapi",
718 ]
719
720 [[package]]
721 name = "winapi-x86_64-pc-windows-gnu"
722 version = "0.4.0"
723 source = "registry+https://github.com/rust-lang/crates.io-index"
724 checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
725
726 [[package]]
727 name = "wincolor"
728 version = "0.1.6"
729 source = "registry+https://github.com/rust-lang/crates.io-index"
730 checksum = "eeb06499a3a4d44302791052df005d5232b927ed1a9658146d842165c4de7767"
731 dependencies = [
732  "winapi",
733 ]
734
735 [[package]]
736 name = "windows"
737 version = "0.48.0"
738 source = "registry+https://github.com/rust-lang/crates.io-index"
739 checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
740 dependencies = [
741  "windows-targets 0.48.1",
742 ]
743
744 [[package]]
745 name = "windows-sys"
746 version = "0.45.0"
747 source = "registry+https://github.com/rust-lang/crates.io-index"
748 checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
749 dependencies = [
750  "windows-targets 0.42.1",
751 ]
752
753 [[package]]
754 name = "windows-sys"
755 version = "0.48.0"
756 source = "registry+https://github.com/rust-lang/crates.io-index"
757 checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
758 dependencies = [
759  "windows-targets 0.48.1",
760 ]
761
762 [[package]]
763 name = "windows-targets"
764 version = "0.42.1"
765 source = "registry+https://github.com/rust-lang/crates.io-index"
766 checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
767 dependencies = [
768  "windows_aarch64_gnullvm 0.42.1",
769  "windows_aarch64_msvc 0.42.1",
770  "windows_i686_gnu 0.42.1",
771  "windows_i686_msvc 0.42.1",
772  "windows_x86_64_gnu 0.42.1",
773  "windows_x86_64_gnullvm 0.42.1",
774  "windows_x86_64_msvc 0.42.1",
775 ]
776
777 [[package]]
778 name = "windows-targets"
779 version = "0.48.1"
780 source = "registry+https://github.com/rust-lang/crates.io-index"
781 checksum = "05d4b17490f70499f20b9e791dcf6a299785ce8af4d709018206dc5b4953e95f"
782 dependencies = [
783  "windows_aarch64_gnullvm 0.48.0",
784  "windows_aarch64_msvc 0.48.0",
785  "windows_i686_gnu 0.48.0",
786  "windows_i686_msvc 0.48.0",
787  "windows_x86_64_gnu 0.48.0",
788  "windows_x86_64_gnullvm 0.48.0",
789  "windows_x86_64_msvc 0.48.0",
790 ]
791
792 [[package]]
793 name = "windows_aarch64_gnullvm"
794 version = "0.42.1"
795 source = "registry+https://github.com/rust-lang/crates.io-index"
796 checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
797
798 [[package]]
799 name = "windows_aarch64_gnullvm"
800 version = "0.48.0"
801 source = "registry+https://github.com/rust-lang/crates.io-index"
802 checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
803
804 [[package]]
805 name = "windows_aarch64_msvc"
806 version = "0.42.1"
807 source = "registry+https://github.com/rust-lang/crates.io-index"
808 checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
809
810 [[package]]
811 name = "windows_aarch64_msvc"
812 version = "0.48.0"
813 source = "registry+https://github.com/rust-lang/crates.io-index"
814 checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
815
816 [[package]]
817 name = "windows_i686_gnu"
818 version = "0.42.1"
819 source = "registry+https://github.com/rust-lang/crates.io-index"
820 checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
821
822 [[package]]
823 name = "windows_i686_gnu"
824 version = "0.48.0"
825 source = "registry+https://github.com/rust-lang/crates.io-index"
826 checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
827
828 [[package]]
829 name = "windows_i686_msvc"
830 version = "0.42.1"
831 source = "registry+https://github.com/rust-lang/crates.io-index"
832 checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
833
834 [[package]]
835 name = "windows_i686_msvc"
836 version = "0.48.0"
837 source = "registry+https://github.com/rust-lang/crates.io-index"
838 checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
839
840 [[package]]
841 name = "windows_x86_64_gnu"
842 version = "0.42.1"
843 source = "registry+https://github.com/rust-lang/crates.io-index"
844 checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
845
846 [[package]]
847 name = "windows_x86_64_gnu"
848 version = "0.48.0"
849 source = "registry+https://github.com/rust-lang/crates.io-index"
850 checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
851
852 [[package]]
853 name = "windows_x86_64_gnullvm"
854 version = "0.42.1"
855 source = "registry+https://github.com/rust-lang/crates.io-index"
856 checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
857
858 [[package]]
859 name = "windows_x86_64_gnullvm"
860 version = "0.48.0"
861 source = "registry+https://github.com/rust-lang/crates.io-index"
862 checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
863
864 [[package]]
865 name = "windows_x86_64_msvc"
866 version = "0.42.1"
867 source = "registry+https://github.com/rust-lang/crates.io-index"
868 checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
869
870 [[package]]
871 name = "windows_x86_64_msvc"
872 version = "0.48.0"
873 source = "registry+https://github.com/rust-lang/crates.io-index"
874 checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"