summaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock804
1 files changed, 804 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
new file mode 100644
index 0000000..338a791
--- /dev/null
+++ b/Cargo.lock
@@ -0,0 +1,804 @@
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "ahash"
7version = "0.4.7"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "739f4a8db6605981345c5654f3a85b056ce52f37a39d34da03f25bf2151ea16e"
10
11[[package]]
12name = "aho-corasick"
13version = "0.7.19"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "b4f55bd91a0978cbfd91c457a164bab8b4001c833b7f323132c0a4e1922dd44e"
16dependencies = [
17 "memchr",
18]
19
20[[package]]
21name = "ansi_term"
22version = "0.12.1"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
25dependencies = [
26 "winapi",
27]
28
29[[package]]
30name = "anyhow"
31version = "1.0.65"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "98161a4e3e2184da77bb14f02184cdd111e83bbbcc9979dfee3c44b9a85f5602"
34
35[[package]]
36name = "autocfg"
37version = "1.1.0"
38source = "registry+https://github.com/rust-lang/crates.io-index"
39checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
40
41[[package]]
42name = "bitflags"
43version = "1.3.2"
44source = "registry+https://github.com/rust-lang/crates.io-index"
45checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
46
47[[package]]
48name = "bitvec"
49version = "0.22.3"
50source = "registry+https://github.com/rust-lang/crates.io-index"
51checksum = "5237f00a8c86130a0cc317830e558b966dd7850d48a953d998c813f01a41b527"
52dependencies = [
53 "funty",
54 "radium",
55 "tap",
56 "wyz",
57]
58
59[[package]]
60name = "byteorder"
61version = "1.4.3"
62source = "registry+https://github.com/rust-lang/crates.io-index"
63checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
64
65[[package]]
66name = "cc"
67version = "1.0.73"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "2fff2a6927b3bb87f9595d67196a70493f627687a71d87a0d692242c33f58c11"
70
71[[package]]
72name = "cfg-if"
73version = "1.0.0"
74source = "registry+https://github.com/rust-lang/crates.io-index"
75checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
76
77[[package]]
78name = "console"
79version = "0.15.1"
80source = "registry+https://github.com/rust-lang/crates.io-index"
81checksum = "89eab4d20ce20cea182308bca13088fecea9c05f6776cf287205d41a0ed3c847"
82dependencies = [
83 "encode_unicode",
84 "libc",
85 "once_cell",
86 "terminal_size",
87 "unicode-width",
88 "winapi",
89]
90
91[[package]]
92name = "controlled-option"
93version = "0.4.1"
94source = "registry+https://github.com/rust-lang/crates.io-index"
95checksum = "95abc95db25411571f40a8b0af30a3c386f3927fe6f1460c70e1f49f01bac3ac"
96dependencies = [
97 "controlled-option-macros",
98]
99
100[[package]]
101name = "controlled-option-macros"
102version = "0.2.2"
103source = "registry+https://github.com/rust-lang/crates.io-index"
104checksum = "305024255a6c456333e130da2559b7aedd5c2e15388f51dae69f7507517cfbfb"
105dependencies = [
106 "proc-macro2",
107 "quote",
108 "syn",
109]
110
111[[package]]
112name = "dirs"
113version = "3.0.2"
114source = "registry+https://github.com/rust-lang/crates.io-index"
115checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
116dependencies = [
117 "dirs-sys",
118]
119
120[[package]]
121name = "dirs-sys"
122version = "0.3.7"
123source = "registry+https://github.com/rust-lang/crates.io-index"
124checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
125dependencies = [
126 "libc",
127 "redox_users",
128 "winapi",
129]
130
131[[package]]
132name = "either"
133version = "1.8.0"
134source = "registry+https://github.com/rust-lang/crates.io-index"
135checksum = "90e5c1c8368803113bf0c9584fc495a58b86dc8a29edbf8fe877d21d9507e797"
136
137[[package]]
138name = "encode_unicode"
139version = "0.3.6"
140source = "registry+https://github.com/rust-lang/crates.io-index"
141checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
142
143[[package]]
144name = "filetime"
145version = "0.2.17"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "e94a7bbaa59354bc20dd75b67f23e2797b4490e9d6928203fb105c79e448c86c"
148dependencies = [
149 "cfg-if",
150 "libc",
151 "redox_syscall",
152 "windows-sys",
153]
154
155[[package]]
156name = "funty"
157version = "1.2.0"
158source = "registry+https://github.com/rust-lang/crates.io-index"
159checksum = "1847abb9cb65d566acd5942e94aea9c8f547ad02c98e1649326fc0e8910b8b1e"
160
161[[package]]
162name = "fxhash"
163version = "0.2.1"
164source = "registry+https://github.com/rust-lang/crates.io-index"
165checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
166dependencies = [
167 "byteorder",
168]
169
170[[package]]
171name = "getrandom"
172version = "0.2.7"
173source = "registry+https://github.com/rust-lang/crates.io-index"
174checksum = "4eb1a864a501629691edf6c15a593b7a51eebaa1e8468e9ddc623de7c9b58ec6"
175dependencies = [
176 "cfg-if",
177 "libc",
178 "wasi",
179]
180
181[[package]]
182name = "hashbrown"
183version = "0.9.1"
184source = "registry+https://github.com/rust-lang/crates.io-index"
185checksum = "d7afe4a420e3fe79967a00898cc1f4db7c8a49a9333a29f8a4bd76a253d5cd04"
186dependencies = [
187 "ahash",
188]
189
190[[package]]
191name = "hashbrown"
192version = "0.12.3"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
195
196[[package]]
197name = "indexmap"
198version = "1.9.1"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "10a35a97730320ffe8e2d410b5d3b69279b98d2c14bdb8b70ea89ecf7888d41e"
201dependencies = [
202 "autocfg",
203 "hashbrown 0.12.3",
204]
205
206[[package]]
207name = "inotify"
208version = "0.9.6"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
211dependencies = [
212 "bitflags",
213 "inotify-sys",
214 "libc",
215]
216
217[[package]]
218name = "inotify-sys"
219version = "0.1.5"
220source = "registry+https://github.com/rust-lang/crates.io-index"
221checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
222dependencies = [
223 "libc",
224]
225
226[[package]]
227name = "itertools"
228version = "0.10.4"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "d8bf247779e67a9082a4790b45e71ac7cfd1321331a5c856a74a9faebdab78d0"
231dependencies = [
232 "either",
233]
234
235[[package]]
236name = "itoa"
237version = "1.0.3"
238source = "registry+https://github.com/rust-lang/crates.io-index"
239checksum = "6c8af84674fe1f223a982c933a0ee1086ac4d4052aa0fb8060c12c6ad838e754"
240
241[[package]]
242name = "kqueue"
243version = "1.0.6"
244source = "registry+https://github.com/rust-lang/crates.io-index"
245checksum = "4d6112e8f37b59803ac47a42d14f1f3a59bbf72fc6857ffc5be455e28a691f8e"
246dependencies = [
247 "kqueue-sys",
248 "libc",
249]
250
251[[package]]
252name = "kqueue-sys"
253version = "1.0.3"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "8367585489f01bc55dd27404dcf56b95e6da061a256a666ab23be9ba96a2e587"
256dependencies = [
257 "bitflags",
258 "libc",
259]
260
261[[package]]
262name = "lazy_static"
263version = "1.4.0"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
266
267[[package]]
268name = "libc"
269version = "0.2.132"
270source = "registry+https://github.com/rust-lang/crates.io-index"
271checksum = "8371e4e5341c3a96db127eb2465ac681ced4c433e01dd0e938adbef26ba93ba5"
272
273[[package]]
274name = "libloading"
275version = "0.7.3"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "efbc0f03f9a775e9f6aed295c6a1ba2253c5757a9e03d55c6caa46a681abcddd"
278dependencies = [
279 "cfg-if",
280 "winapi",
281]
282
283[[package]]
284name = "log"
285version = "0.4.17"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
288dependencies = [
289 "cfg-if",
290]
291
292[[package]]
293name = "lsp-positions"
294version = "0.3.1"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "6ce95baee2c4668ed42b67ae7f931abe06169fcef8e853815ffaf53b56ac7f0c"
297dependencies = [
298 "memchr",
299 "tree-sitter",
300 "unicode-segmentation",
301]
302
303[[package]]
304name = "memchr"
305version = "2.5.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
308
309[[package]]
310name = "mio"
311version = "0.8.4"
312source = "registry+https://github.com/rust-lang/crates.io-index"
313checksum = "57ee1c23c7c63b0c9250c339ffdc69255f110b298b901b9f6c82547b7b87caaf"
314dependencies = [
315 "libc",
316 "log",
317 "wasi",
318 "windows-sys",
319]
320
321[[package]]
322name = "notify"
323version = "5.0.0"
324source = "registry+https://github.com/rust-lang/crates.io-index"
325checksum = "ed2c66da08abae1c024c01d635253e402341b4060a12e99b31c7594063bf490a"
326dependencies = [
327 "bitflags",
328 "filetime",
329 "inotify",
330 "kqueue",
331 "libc",
332 "mio",
333 "walkdir",
334 "winapi",
335]
336
337[[package]]
338name = "once_cell"
339version = "1.14.0"
340source = "registry+https://github.com/rust-lang/crates.io-index"
341checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
342
343[[package]]
344name = "proc-macro2"
345version = "1.0.43"
346source = "registry+https://github.com/rust-lang/crates.io-index"
347checksum = "0a2ca2c61bc9f3d74d2886294ab7b9853abd9c1ad903a3ac7815c58989bb7bab"
348dependencies = [
349 "unicode-ident",
350]
351
352[[package]]
353name = "quote"
354version = "1.0.21"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "bbe448f377a7d6961e30f5955f9b8d106c3f5e449d493ee1b125c1d43c2b5179"
357dependencies = [
358 "proc-macro2",
359]
360
361[[package]]
362name = "radium"
363version = "0.6.2"
364source = "registry+https://github.com/rust-lang/crates.io-index"
365checksum = "643f8f41a8ebc4c5dc4515c82bb8abd397b527fc20fd681b7c011c2aee5d44fb"
366
367[[package]]
368name = "redox_syscall"
369version = "0.2.16"
370source = "registry+https://github.com/rust-lang/crates.io-index"
371checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
372dependencies = [
373 "bitflags",
374]
375
376[[package]]
377name = "redox_users"
378version = "0.4.3"
379source = "registry+https://github.com/rust-lang/crates.io-index"
380checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
381dependencies = [
382 "getrandom",
383 "redox_syscall",
384 "thiserror",
385]
386
387[[package]]
388name = "regex"
389version = "1.6.0"
390source = "registry+https://github.com/rust-lang/crates.io-index"
391checksum = "4c4eb3267174b8c6c2f654116623910a0fef09c4753f8dd83db29c48a0df988b"
392dependencies = [
393 "aho-corasick",
394 "memchr",
395 "regex-syntax",
396]
397
398[[package]]
399name = "regex-syntax"
400version = "0.6.27"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "a3f87b73ce11b1619a3c6332f45341e0047173771e8b8b73f87bfeefb7b56244"
403
404[[package]]
405name = "ryu"
406version = "1.0.11"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "4501abdff3ae82a1c1b477a17252eb69cee9e66eb915c1abaa4f44d873df9f09"
409
410[[package]]
411name = "same-file"
412version = "1.0.6"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
415dependencies = [
416 "winapi-util",
417]
418
419[[package]]
420name = "scope-viz"
421version = "0.1.0"
422dependencies = [
423 "stack-graphs",
424 "tree-sitter",
425 "tree-sitter-elm",
426 "tree-sitter-graph",
427 "tree-sitter-rust",
428 "tree-sitter-stack-graphs",
429]
430
431[[package]]
432name = "serde"
433version = "1.0.144"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "0f747710de3dcd43b88c9168773254e809d8ddbdf9653b84e2554ab219f17860"
436dependencies = [
437 "serde_derive",
438]
439
440[[package]]
441name = "serde_derive"
442version = "1.0.144"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "94ed3a816fb1d101812f83e789f888322c34e291f894f19590dc310963e87a00"
445dependencies = [
446 "proc-macro2",
447 "quote",
448 "syn",
449]
450
451[[package]]
452name = "serde_json"
453version = "1.0.85"
454source = "registry+https://github.com/rust-lang/crates.io-index"
455checksum = "e55a28e3aaef9d5ce0506d0a14dbba8054ddc7e499ef522dd8b26859ec9d4a44"
456dependencies = [
457 "indexmap",
458 "itoa",
459 "ryu",
460 "serde",
461]
462
463[[package]]
464name = "smallvec"
465version = "1.9.0"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "2fd0db749597d91ff862fd1d55ea87f7855a744a8425a64695b6fca237d1dad1"
468
469[[package]]
470name = "stack-graphs"
471version = "0.10.1"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "9c4fdc37ccc4f64bea4bc3ffa3f94be605342e7e8b9b928e203bbd4bfd313949"
474dependencies = [
475 "bitvec",
476 "controlled-option",
477 "either",
478 "fxhash",
479 "itertools",
480 "libc",
481 "lsp-positions",
482 "serde",
483 "serde_json",
484 "smallvec",
485 "thiserror",
486]
487
488[[package]]
489name = "string-interner"
490version = "0.12.2"
491source = "registry+https://github.com/rust-lang/crates.io-index"
492checksum = "383196d1876517ee6f9f0864d1fc1070331b803335d3c6daaa04bbcccd823c08"
493dependencies = [
494 "cfg-if",
495 "hashbrown 0.9.1",
496]
497
498[[package]]
499name = "syn"
500version = "1.0.100"
501source = "registry+https://github.com/rust-lang/crates.io-index"
502checksum = "52205623b1b0f064a4e71182c3b18ae902267282930c6d5462c91b859668426e"
503dependencies = [
504 "proc-macro2",
505 "quote",
506 "unicode-ident",
507]
508
509[[package]]
510name = "tap"
511version = "1.0.1"
512source = "registry+https://github.com/rust-lang/crates.io-index"
513checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
514
515[[package]]
516name = "terminal_size"
517version = "0.1.17"
518source = "registry+https://github.com/rust-lang/crates.io-index"
519checksum = "633c1a546cee861a1a6d0dc69ebeca693bf4296661ba7852b9d21d159e0506df"
520dependencies = [
521 "libc",
522 "winapi",
523]
524
525[[package]]
526name = "thiserror"
527version = "1.0.35"
528source = "registry+https://github.com/rust-lang/crates.io-index"
529checksum = "c53f98874615aea268107765aa1ed8f6116782501d18e53d08b471733bea6c85"
530dependencies = [
531 "thiserror-impl",
532]
533
534[[package]]
535name = "thiserror-impl"
536version = "1.0.35"
537source = "registry+https://github.com/rust-lang/crates.io-index"
538checksum = "f8b463991b4eab2d801e724172285ec4195c650e8ec79b149e6c2a8e6dd3f783"
539dependencies = [
540 "proc-macro2",
541 "quote",
542 "syn",
543]
544
545[[package]]
546name = "tree-sitter"
547version = "0.20.9"
548source = "registry+https://github.com/rust-lang/crates.io-index"
549checksum = "d4423c784fe11398ca91e505cdc71356b07b1a924fc8735cfab5333afe3e18bc"
550dependencies = [
551 "cc",
552 "regex",
553]
554
555[[package]]
556name = "tree-sitter-elm"
557version = "5.6.3"
558source = "registry+https://github.com/rust-lang/crates.io-index"
559checksum = "22b9408ad250aa27774132baf20c4f107faad16841aa45568c6900a27895093b"
560dependencies = [
561 "cc",
562 "tree-sitter",
563]
564
565[[package]]
566name = "tree-sitter-go"
567version = "0.19.1"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "71967701c8214be4aa77e0260e98361e6fd71ceec1d9d03abb37a22c9f60d0ff"
570dependencies = [
571 "cc",
572 "tree-sitter",
573]
574
575[[package]]
576name = "tree-sitter-graph"
577version = "0.6.1"
578source = "registry+https://github.com/rust-lang/crates.io-index"
579checksum = "18a4875525d5bbb4a27716eac5469f91370b2acb985c6a984c359abb19732e02"
580dependencies = [
581 "ansi_term",
582 "log",
583 "regex",
584 "serde",
585 "serde_json",
586 "smallvec",
587 "string-interner",
588 "thiserror",
589 "tree-sitter",
590]
591
592[[package]]
593name = "tree-sitter-highlight"
594version = "0.20.1"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "042342584c5a7a0b833d9fc4e2bdab3f9868ddc6c4b339a1e01451c6720868bc"
597dependencies = [
598 "regex",
599 "thiserror",
600 "tree-sitter",
601]
602
603[[package]]
604name = "tree-sitter-loader"
605version = "0.20.0"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "d0b17eef4833c7c139abed66d562dfa23228e97e647597baf246fd56c21bbfaf"
608dependencies = [
609 "anyhow",
610 "cc",
611 "dirs",
612 "libloading",
613 "once_cell",
614 "regex",
615 "serde",
616 "serde_json",
617 "tree-sitter",
618 "tree-sitter-highlight",
619 "tree-sitter-tags",
620]
621
622[[package]]
623name = "tree-sitter-rust"
624version = "0.20.1"
625source = "registry+https://github.com/rust-lang/crates.io-index"
626checksum = "13470fafb7327a3acf96f5bc1013b5539a899a182f01c59b5af53f6b93195717"
627dependencies = [
628 "cc",
629 "tree-sitter",
630]
631
632[[package]]
633name = "tree-sitter-stack-graphs"
634version = "0.3.1"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "510004b313ced434bf04faa5d8e6e12e7cd80bb34231c6b132b0284966244f25"
637dependencies = [
638 "anyhow",
639 "controlled-option",
640 "itertools",
641 "lazy_static",
642 "log",
643 "lsp-positions",
644 "regex",
645 "stack-graphs",
646 "thiserror",
647 "tree-sitter",
648 "tree-sitter-graph",
649 "tree-sitter-loader",
650]
651
652[[package]]
653name = "tree-sitter-tags"
654version = "0.20.2"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "ccb3f1376219530a37a809751ecf65aa35fd8b9c1c4ab6d4faf5f6a9eeda2c05"
657dependencies = [
658 "memchr",
659 "regex",
660 "thiserror",
661 "tree-sitter",
662]
663
664[[package]]
665name = "tree-sitter-typescript"
666version = "0.20.1"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "4e8ed0ecb931cdff13c6a13f45ccd615156e2779d9ffb0395864e05505e6e86d"
669dependencies = [
670 "cc",
671 "tree-sitter",
672]
673
674[[package]]
675name = "tree-viz"
676version = "0.1.0"
677dependencies = [
678 "console",
679 "notify",
680 "once_cell",
681 "tree-sitter",
682 "tree-sitter-elm",
683 "tree-sitter-go",
684 "tree-sitter-rust",
685 "tree-sitter-typescript",
686]
687
688[[package]]
689name = "unicode-ident"
690version = "1.0.4"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "dcc811dc4066ac62f84f11307873c4850cb653bfa9b1719cee2bd2204a4bc5dd"
693
694[[package]]
695name = "unicode-segmentation"
696version = "1.10.0"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "0fdbf052a0783de01e944a6ce7a8cb939e295b1e7be835a1112c3b9a7f047a5a"
699
700[[package]]
701name = "unicode-width"
702version = "0.1.10"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
705
706[[package]]
707name = "walkdir"
708version = "2.3.2"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "808cf2735cd4b6866113f648b791c6adc5714537bc222d9347bb203386ffda56"
711dependencies = [
712 "same-file",
713 "winapi",
714 "winapi-util",
715]
716
717[[package]]
718name = "wasi"
719version = "0.11.0+wasi-snapshot-preview1"
720source = "registry+https://github.com/rust-lang/crates.io-index"
721checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
722
723[[package]]
724name = "winapi"
725version = "0.3.9"
726source = "registry+https://github.com/rust-lang/crates.io-index"
727checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
728dependencies = [
729 "winapi-i686-pc-windows-gnu",
730 "winapi-x86_64-pc-windows-gnu",
731]
732
733[[package]]
734name = "winapi-i686-pc-windows-gnu"
735version = "0.4.0"
736source = "registry+https://github.com/rust-lang/crates.io-index"
737checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
738
739[[package]]
740name = "winapi-util"
741version = "0.1.5"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
744dependencies = [
745 "winapi",
746]
747
748[[package]]
749name = "winapi-x86_64-pc-windows-gnu"
750version = "0.4.0"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
753
754[[package]]
755name = "windows-sys"
756version = "0.36.1"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "ea04155a16a59f9eab786fe12a4a450e75cdb175f9e0d80da1e17db09f55b8d2"
759dependencies = [
760 "windows_aarch64_msvc",
761 "windows_i686_gnu",
762 "windows_i686_msvc",
763 "windows_x86_64_gnu",
764 "windows_x86_64_msvc",
765]
766
767[[package]]
768name = "windows_aarch64_msvc"
769version = "0.36.1"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "9bb8c3fd39ade2d67e9874ac4f3db21f0d710bee00fe7cab16949ec184eeaa47"
772
773[[package]]
774name = "windows_i686_gnu"
775version = "0.36.1"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "180e6ccf01daf4c426b846dfc66db1fc518f074baa793aa7d9b9aaeffad6a3b6"
778
779[[package]]
780name = "windows_i686_msvc"
781version = "0.36.1"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "e2e7917148b2812d1eeafaeb22a97e4813dfa60a3f8f78ebe204bcc88f12f024"
784
785[[package]]
786name = "windows_x86_64_gnu"
787version = "0.36.1"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "4dcd171b8776c41b97521e5da127a2d86ad280114807d0b2ab1e462bc764d9e1"
790
791[[package]]
792name = "windows_x86_64_msvc"
793version = "0.36.1"
794source = "registry+https://github.com/rust-lang/crates.io-index"
795checksum = "c811ca4a8c853ef420abd8592ba53ddbbac90410fab6903b3e79972a631f7680"
796
797[[package]]
798name = "wyz"
799version = "0.4.0"
800source = "registry+https://github.com/rust-lang/crates.io-index"
801checksum = "129e027ad65ce1453680623c3fb5163cbf7107bfe1aa32257e7d0e63f9ced188"
802dependencies = [
803 "tap",
804]