Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "aho-corasick"
7version = "1.0.1"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
10dependencies = [
11 "memchr",
12]
13
14[[package]]
15name = "anes"
16version = "0.1.6"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
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 = "anstream"
31version = "0.3.2"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "0ca84f3628370c59db74ee214b3263d58f9aadd9b4fe7e711fd87dc452b7f163"
34dependencies = [
35 "anstyle 1.0.0",
36 "anstyle-parse",
37 "anstyle-query",
38 "anstyle-wincon",
39 "colorchoice",
40 "is-terminal",
41 "utf8parse",
42]
43
44[[package]]
45name = "anstyle"
46version = "0.3.5"
47source = "registry+https://github.com/rust-lang/crates.io-index"
48checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
49
50[[package]]
51name = "anstyle"
52version = "1.0.0"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "41ed9a86bf92ae6580e0a31281f65a1b1d867c0cc68d5346e2ae128dddfa6a7d"
55
56[[package]]
57name = "anstyle-parse"
58version = "0.2.0"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "e765fd216e48e067936442276d1d57399e37bce53c264d6fefbe298080cb57ee"
61dependencies = [
62 "utf8parse",
63]
64
65[[package]]
66name = "anstyle-query"
67version = "1.0.0"
68source = "registry+https://github.com/rust-lang/crates.io-index"
69checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
70dependencies = [
71 "windows-sys 0.48.0",
72]
73
74[[package]]
75name = "anstyle-wincon"
76version = "1.0.1"
77source = "registry+https://github.com/rust-lang/crates.io-index"
78checksum = "180abfa45703aebe0093f79badacc01b8fd4ea2e35118747e5811127f926e188"
79dependencies = [
80 "anstyle 1.0.0",
81 "windows-sys 0.48.0",
82]
83
84[[package]]
85name = "assert_cmd"
86version = "2.0.10"
87source = "registry+https://github.com/rust-lang/crates.io-index"
88checksum = "ec0b2340f55d9661d76793b2bfc2eb0e62689bd79d067a95707ea762afd5e9dd"
89dependencies = [
90 "anstyle 0.3.5",
91 "bstr",
92 "doc-comment",
93 "predicates",
94 "predicates-core",
95 "predicates-tree",
96 "wait-timeout",
97]
98
99[[package]]
100name = "async-stream"
101version = "0.3.5"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
104dependencies = [
105 "async-stream-impl",
106 "futures-core",
107 "pin-project-lite",
108]
109
110[[package]]
111name = "async-stream-impl"
112version = "0.3.5"
113source = "registry+https://github.com/rust-lang/crates.io-index"
114checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
115dependencies = [
116 "proc-macro2",
117 "quote",
118 "syn 2.0.13",
119]
120
121[[package]]
122name = "atty"
123version = "0.2.14"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
126dependencies = [
127 "hermit-abi 0.1.19",
128 "libc",
129 "winapi",
130]
131
132[[package]]
133name = "autocfg"
134version = "1.1.0"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
137
138[[package]]
139name = "bitflags"
140version = "1.3.2"
141source = "registry+https://github.com/rust-lang/crates.io-index"
142checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
143
144[[package]]
145name = "bstr"
146version = "1.4.0"
147source = "registry+https://github.com/rust-lang/crates.io-index"
148checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
149dependencies = [
150 "memchr",
151 "once_cell",
152 "regex-automata",
153 "serde",
154]
155
156[[package]]
157name = "bumpalo"
158version = "3.12.0"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "0d261e256854913907f67ed06efbc3338dfe6179796deefc1ff763fc1aee5535"
161
162[[package]]
163name = "bytes"
164version = "1.4.0"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
167
168[[package]]
169name = "cast"
170version = "0.3.0"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
173
174[[package]]
175name = "cc"
176version = "1.0.79"
177source = "registry+https://github.com/rust-lang/crates.io-index"
178checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
179
180[[package]]
181name = "cfg-if"
182version = "1.0.0"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
185
186[[package]]
187name = "ciborium"
188version = "0.2.0"
189source = "registry+https://github.com/rust-lang/crates.io-index"
190checksum = "b0c137568cc60b904a7724001b35ce2630fd00d5d84805fbb608ab89509d788f"
191dependencies = [
192 "ciborium-io",
193 "ciborium-ll",
194 "serde",
195]
196
197[[package]]
198name = "ciborium-io"
199version = "0.2.0"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "346de753af073cc87b52b2083a506b38ac176a44cfb05497b622e27be899b369"
202
203[[package]]
204name = "ciborium-ll"
205version = "0.2.0"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "213030a2b5a4e0c0892b6652260cf6ccac84827b83a85a534e178e3906c4cf1b"
208dependencies = [
209 "ciborium-io",
210 "half",
211]
212
213[[package]]
214name = "clap"
215version = "2.34.0"
216source = "registry+https://github.com/rust-lang/crates.io-index"
217checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
218dependencies = [
219 "ansi_term",
220 "atty",
221 "bitflags",
222 "strsim 0.8.0",
223 "textwrap 0.11.0",
224 "unicode-width",
225 "vec_map",
226]
227
228[[package]]
229name = "clap"
230version = "3.2.23"
231source = "registry+https://github.com/rust-lang/crates.io-index"
232checksum = "71655c45cb9845d3270c9d6df84ebe72b4dad3c2ba3f7023ad47c144e4e473a5"
233dependencies = [
234 "bitflags",
235 "clap_lex 0.2.4",
236 "indexmap",
237 "textwrap 0.16.0",
238]
239
240[[package]]
241name = "clap"
242version = "4.3.0"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "93aae7a4192245f70fe75dd9157fc7b4a5bf53e88d30bd4396f7d8f9284d5acc"
245dependencies = [
246 "clap_builder",
247 "clap_derive",
248 "once_cell",
249]
250
251[[package]]
252name = "clap_builder"
253version = "4.3.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "4f423e341edefb78c9caba2d9c7f7687d0e72e89df3ce3394554754393ac3990"
256dependencies = [
257 "anstream",
258 "anstyle 1.0.0",
259 "bitflags",
260 "clap_lex 0.5.0",
261 "strsim 0.10.0",
262]
263
264[[package]]
265name = "clap_derive"
266version = "4.3.0"
267source = "registry+https://github.com/rust-lang/crates.io-index"
268checksum = "191d9573962933b4027f932c600cd252ce27a8ad5979418fe78e43c07996f27b"
269dependencies = [
270 "heck 0.4.1",
271 "proc-macro2",
272 "quote",
273 "syn 2.0.13",
274]
275
276[[package]]
277name = "clap_lex"
278version = "0.2.4"
279source = "registry+https://github.com/rust-lang/crates.io-index"
280checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
281dependencies = [
282 "os_str_bytes",
283]
284
285[[package]]
286name = "clap_lex"
287version = "0.5.0"
288source = "registry+https://github.com/rust-lang/crates.io-index"
289checksum = "2da6da31387c7e4ef160ffab6d5e7f00c42626fe39aea70a7b0f1773f7dd6c1b"
290
291[[package]]
292name = "colorchoice"
293version = "1.0.0"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
296
297[[package]]
298name = "criterion"
299version = "0.4.0"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "e7c76e09c1aae2bc52b3d2f29e13c6572553b30c4aa1b8a49fd70de6412654cb"
302dependencies = [
303 "anes",
304 "atty",
305 "cast",
306 "ciborium",
307 "clap 3.2.23",
308 "criterion-plot",
309 "futures",
310 "itertools",
311 "lazy_static",
312 "num-traits",
313 "oorandom",
314 "plotters",
315 "rayon",
316 "regex",
317 "serde",
318 "serde_derive",
319 "serde_json",
320 "tinytemplate",
321 "walkdir",
322]
323
324[[package]]
325name = "criterion-plot"
326version = "0.5.0"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
329dependencies = [
330 "cast",
331 "itertools",
332]
333
334[[package]]
335name = "crossbeam-channel"
336version = "0.5.7"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "cf2b3e8478797446514c91ef04bafcb59faba183e621ad488df88983cc14128c"
339dependencies = [
340 "cfg-if",
341 "crossbeam-utils",
342]
343
344[[package]]
345name = "crossbeam-deque"
346version = "0.8.3"
347source = "registry+https://github.com/rust-lang/crates.io-index"
348checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
349dependencies = [
350 "cfg-if",
351 "crossbeam-epoch",
352 "crossbeam-utils",
353]
354
355[[package]]
356name = "crossbeam-epoch"
357version = "0.9.14"
358source = "registry+https://github.com/rust-lang/crates.io-index"
359checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
360dependencies = [
361 "autocfg",
362 "cfg-if",
363 "crossbeam-utils",
364 "memoffset",
365 "scopeguard",
366]
367
368[[package]]
369name = "crossbeam-utils"
370version = "0.8.15"
371source = "registry+https://github.com/rust-lang/crates.io-index"
372checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
373dependencies = [
374 "cfg-if",
375]
376
377[[package]]
378name = "csv"
379version = "1.2.1"
380source = "registry+https://github.com/rust-lang/crates.io-index"
381checksum = "0b015497079b9a9d69c02ad25de6c0a6edef051ea6360a327d0bd05802ef64ad"
382dependencies = [
383 "csv-core",
384 "itoa",
385 "ryu",
386 "serde",
387]
388
389[[package]]
390name = "csv-core"
391version = "0.1.10"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
394dependencies = [
395 "memchr",
396]
397
398[[package]]
399name = "ctor"
400version = "0.1.26"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
403dependencies = [
404 "quote",
405 "syn 1.0.109",
406]
407
408[[package]]
409name = "diff"
410version = "0.1.13"
411source = "registry+https://github.com/rust-lang/crates.io-index"
412checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
413
414[[package]]
415name = "difflib"
416version = "0.4.0"
417source = "registry+https://github.com/rust-lang/crates.io-index"
418checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
419
420[[package]]
421name = "dirs-next"
422version = "2.0.0"
423source = "registry+https://github.com/rust-lang/crates.io-index"
424checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
425dependencies = [
426 "cfg-if",
427 "dirs-sys-next",
428]
429
430[[package]]
431name = "dirs-sys-next"
432version = "0.1.2"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
435dependencies = [
436 "libc",
437 "redox_users",
438 "winapi",
439]
440
441[[package]]
442name = "doc-comment"
443version = "0.3.3"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
446
447[[package]]
448name = "either"
449version = "1.8.1"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
452
453[[package]]
454name = "encode_unicode"
455version = "1.0.0"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
458
459[[package]]
460name = "env_logger"
461version = "0.10.0"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
464dependencies = [
465 "humantime",
466 "is-terminal",
467 "log",
468 "regex",
469 "termcolor",
470]
471
472[[package]]
473name = "errno"
474version = "0.3.0"
475source = "registry+https://github.com/rust-lang/crates.io-index"
476checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
477dependencies = [
478 "errno-dragonfly",
479 "libc",
480 "windows-sys 0.45.0",
481]
482
483[[package]]
484name = "errno-dragonfly"
485version = "0.1.2"
486source = "registry+https://github.com/rust-lang/crates.io-index"
487checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
488dependencies = [
489 "cc",
490 "libc",
491]
492
493[[package]]
494name = "fastrand"
495version = "1.9.0"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
498dependencies = [
499 "instant",
500]
501
502[[package]]
503name = "futures"
504version = "0.3.28"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
507dependencies = [
508 "futures-channel",
509 "futures-core",
510 "futures-executor",
511 "futures-io",
512 "futures-sink",
513 "futures-task",
514 "futures-util",
515]
516
517[[package]]
518name = "futures-channel"
519version = "0.3.28"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
522dependencies = [
523 "futures-core",
524 "futures-sink",
525]
526
527[[package]]
528name = "futures-core"
529version = "0.3.28"
530source = "registry+https://github.com/rust-lang/crates.io-index"
531checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
532
533[[package]]
534name = "futures-executor"
535version = "0.3.28"
536source = "registry+https://github.com/rust-lang/crates.io-index"
537checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
538dependencies = [
539 "futures-core",
540 "futures-task",
541 "futures-util",
542]
543
544[[package]]
545name = "futures-io"
546version = "0.3.28"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
549
550[[package]]
551name = "futures-macro"
552version = "0.3.28"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
555dependencies = [
556 "proc-macro2",
557 "quote",
558 "syn 2.0.13",
559]
560
561[[package]]
562name = "futures-sink"
563version = "0.3.28"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
566
567[[package]]
568name = "futures-task"
569version = "0.3.28"
570source = "registry+https://github.com/rust-lang/crates.io-index"
571checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
572
573[[package]]
574name = "futures-util"
575version = "0.3.28"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
578dependencies = [
579 "futures-channel",
580 "futures-core",
581 "futures-io",
582 "futures-macro",
583 "futures-sink",
584 "futures-task",
585 "memchr",
586 "pin-project-lite",
587 "pin-utils",
588 "slab",
589]
590
591[[package]]
592name = "getrandom"
593version = "0.2.8"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "c05aeb6a22b8f62540c194aac980f2115af067bfe15a0734d7277a768d396b31"
596dependencies = [
597 "cfg-if",
598 "libc",
599 "wasi",
600]
601
602[[package]]
603name = "half"
604version = "1.8.2"
605source = "registry+https://github.com/rust-lang/crates.io-index"
606checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
607
608[[package]]
609name = "hashbrown"
610version = "0.12.3"
611source = "registry+https://github.com/rust-lang/crates.io-index"
612checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
613
614[[package]]
615name = "heck"
616version = "0.3.3"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
619dependencies = [
620 "unicode-segmentation",
621]
622
623[[package]]
624name = "heck"
625version = "0.4.1"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
628
629[[package]]
630name = "hermit-abi"
631version = "0.1.19"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
634dependencies = [
635 "libc",
636]
637
638[[package]]
639name = "hermit-abi"
640version = "0.2.6"
641source = "registry+https://github.com/rust-lang/crates.io-index"
642checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
643dependencies = [
644 "libc",
645]
646
647[[package]]
648name = "hermit-abi"
649version = "0.3.1"
650source = "registry+https://github.com/rust-lang/crates.io-index"
651checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
652
653[[package]]
654name = "humantime"
655version = "2.1.0"
656source = "registry+https://github.com/rust-lang/crates.io-index"
657checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
658
659[[package]]
660name = "indexmap"
661version = "1.9.3"
662source = "registry+https://github.com/rust-lang/crates.io-index"
663checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
664dependencies = [
665 "autocfg",
666 "hashbrown",
667]
668
669[[package]]
670name = "instant"
671version = "0.1.12"
672source = "registry+https://github.com/rust-lang/crates.io-index"
673checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
674dependencies = [
675 "cfg-if",
676]
677
678[[package]]
679name = "io-lifetimes"
680version = "1.0.10"
681source = "registry+https://github.com/rust-lang/crates.io-index"
682checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
683dependencies = [
684 "hermit-abi 0.3.1",
685 "libc",
686 "windows-sys 0.48.0",
687]
688
689[[package]]
690name = "is-terminal"
691version = "0.4.6"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8"
694dependencies = [
695 "hermit-abi 0.3.1",
696 "io-lifetimes",
697 "rustix",
698 "windows-sys 0.45.0",
699]
700
701[[package]]
702name = "itertools"
703version = "0.10.5"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
706dependencies = [
707 "either",
708]
709
710[[package]]
711name = "itoa"
712version = "1.0.6"
713source = "registry+https://github.com/rust-lang/crates.io-index"
714checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
715
716[[package]]
717name = "js-sys"
718version = "0.3.61"
719source = "registry+https://github.com/rust-lang/crates.io-index"
720checksum = "445dde2150c55e483f3d8416706b97ec8e8237c307e5b7b4b8dd15e6af2a0730"
721dependencies = [
722 "wasm-bindgen",
723]
724
725[[package]]
726name = "lazy_static"
727version = "1.4.0"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
730
731[[package]]
732name = "libc"
733version = "0.2.141"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "3304a64d199bb964be99741b7a14d26972741915b3649639149b2479bb46f4b5"
736
737[[package]]
738name = "linux-raw-sys"
739version = "0.3.1"
740source = "registry+https://github.com/rust-lang/crates.io-index"
741checksum = "d59d8c75012853d2e872fb56bc8a2e53718e2cafe1a4c823143141c6d90c322f"
742
743[[package]]
744name = "log"
745version = "0.4.17"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
748dependencies = [
749 "cfg-if",
750]
751
752[[package]]
753name = "memchr"
754version = "2.5.0"
755source = "registry+https://github.com/rust-lang/crates.io-index"
756checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
757
758[[package]]
759name = "memoffset"
760version = "0.8.0"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
763dependencies = [
764 "autocfg",
765]
766
767[[package]]
768name = "num-traits"
769version = "0.2.15"
770source = "registry+https://github.com/rust-lang/crates.io-index"
771checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
772dependencies = [
773 "autocfg",
774]
775
776[[package]]
777name = "num_cpus"
778version = "1.15.0"
779source = "registry+https://github.com/rust-lang/crates.io-index"
780checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
781dependencies = [
782 "hermit-abi 0.2.6",
783 "libc",
784]
785
786[[package]]
787name = "once_cell"
788version = "1.17.1"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
791
792[[package]]
793name = "oorandom"
794version = "11.1.3"
795source = "registry+https://github.com/rust-lang/crates.io-index"
796checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
797
798[[package]]
799name = "os_str_bytes"
800version = "6.5.0"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
803
804[[package]]
805name = "output_vt100"
806version = "0.1.3"
807source = "registry+https://github.com/rust-lang/crates.io-index"
808checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
809dependencies = [
810 "winapi",
811]
812
813[[package]]
814name = "pad"
815version = "0.1.6"
816source = "registry+https://github.com/rust-lang/crates.io-index"
817checksum = "d2ad9b889f1b12e0b9ee24db044b5129150d5eada288edc800f789928dc8c0e3"
818dependencies = [
819 "unicode-width",
820]
821
822[[package]]
823name = "pin-project-lite"
824version = "0.2.9"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
827
828[[package]]
829name = "pin-utils"
830version = "0.1.0"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
833
834[[package]]
835name = "plotters"
836version = "0.3.4"
837source = "registry+https://github.com/rust-lang/crates.io-index"
838checksum = "2538b639e642295546c50fcd545198c9d64ee2a38620a628724a3b266d5fbf97"
839dependencies = [
840 "num-traits",
841 "plotters-backend",
842 "plotters-svg",
843 "wasm-bindgen",
844 "web-sys",
845]
846
847[[package]]
848name = "plotters-backend"
849version = "0.3.4"
850source = "registry+https://github.com/rust-lang/crates.io-index"
851checksum = "193228616381fecdc1224c62e96946dfbc73ff4384fba576e052ff8c1bea8142"
852
853[[package]]
854name = "plotters-svg"
855version = "0.3.3"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "f9a81d2759aae1dae668f783c308bc5c8ebd191ff4184aaa1b37f65a6ae5a56f"
858dependencies = [
859 "plotters-backend",
860]
861
862[[package]]
863name = "predicates"
864version = "3.0.2"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "c575290b64d24745b6c57a12a31465f0a66f3a4799686a6921526a33b0797965"
867dependencies = [
868 "anstyle 0.3.5",
869 "difflib",
870 "itertools",
871 "predicates-core",
872]
873
874[[package]]
875name = "predicates-core"
876version = "1.0.6"
877source = "registry+https://github.com/rust-lang/crates.io-index"
878checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
879
880[[package]]
881name = "predicates-tree"
882version = "1.0.9"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
885dependencies = [
886 "predicates-core",
887 "termtree",
888]
889
890[[package]]
891name = "pretty_assertions"
892version = "1.3.0"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
895dependencies = [
896 "ctor",
897 "diff",
898 "output_vt100",
899 "yansi",
900]
901
902[[package]]
903name = "prettydiff"
904version = "0.6.4"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "8ff1fec61082821f8236cf6c0c14e8172b62ce8a72a0eedc30d3b247bb68dc11"
907dependencies = [
908 "ansi_term",
909 "pad",
910 "prettytable-rs",
911 "structopt",
912]
913
914[[package]]
915name = "prettytable-rs"
916version = "0.10.0"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "eea25e07510aa6ab6547308ebe3c036016d162b8da920dbb079e3ba8acf3d95a"
919dependencies = [
920 "csv",
921 "encode_unicode",
922 "is-terminal",
923 "lazy_static",
924 "term",
925 "unicode-width",
926]
927
928[[package]]
929name = "proc-macro-error"
930version = "1.0.4"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
933dependencies = [
934 "proc-macro-error-attr",
935 "proc-macro2",
936 "quote",
937 "syn 1.0.109",
938 "version_check",
939]
940
941[[package]]
942name = "proc-macro-error-attr"
943version = "1.0.4"
944source = "registry+https://github.com/rust-lang/crates.io-index"
945checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
946dependencies = [
947 "proc-macro2",
948 "quote",
949 "version_check",
950]
951
952[[package]]
953name = "proc-macro2"
954version = "1.0.56"
955source = "registry+https://github.com/rust-lang/crates.io-index"
956checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
957dependencies = [
958 "unicode-ident",
959]
960
961[[package]]
962name = "quote"
963version = "1.0.26"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "4424af4bf778aae2051a77b60283332f386554255d722233d09fbfc7e30da2fc"
966dependencies = [
967 "proc-macro2",
968]
969
970[[package]]
971name = "rayon"
972version = "1.7.0"
973source = "registry+https://github.com/rust-lang/crates.io-index"
974checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
975dependencies = [
976 "either",
977 "rayon-core",
978]
979
980[[package]]
981name = "rayon-core"
982version = "1.11.0"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
985dependencies = [
986 "crossbeam-channel",
987 "crossbeam-deque",
988 "crossbeam-utils",
989 "num_cpus",
990]
991
992[[package]]
993name = "redox_syscall"
994version = "0.2.16"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
997dependencies = [
998 "bitflags",
999]
1000
1001[[package]]
1002name = "redox_syscall"
1003version = "0.3.5"
1004source = "registry+https://github.com/rust-lang/crates.io-index"
1005checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
1006dependencies = [
1007 "bitflags",
1008]
1009
1010[[package]]
1011name = "redox_users"
1012version = "0.4.3"
1013source = "registry+https://github.com/rust-lang/crates.io-index"
1014checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
1015dependencies = [
1016 "getrandom",
1017 "redox_syscall 0.2.16",
1018 "thiserror",
1019]
1020
1021[[package]]
1022name = "regex"
1023version = "1.8.2"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "d1a59b5d8e97dee33696bf13c5ba8ab85341c002922fba050069326b9c498974"
1026dependencies = [
1027 "aho-corasick",
1028 "memchr",
1029 "regex-syntax",
1030]
1031
1032[[package]]
1033name = "regex-automata"
1034version = "0.1.10"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1037
1038[[package]]
1039name = "regex-syntax"
1040version = "0.7.2"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "436b050e76ed2903236f032a59761c1eb99e1b0aead2c257922771dab1fc8c78"
1043
1044[[package]]
1045name = "rustix"
1046version = "0.37.7"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "2aae838e49b3d63e9274e1c01833cc8139d3fec468c3b84688c628f44b1ae11d"
1049dependencies = [
1050 "bitflags",
1051 "errno",
1052 "io-lifetimes",
1053 "libc",
1054 "linux-raw-sys",
1055 "windows-sys 0.45.0",
1056]
1057
1058[[package]]
1059name = "rustversion"
1060version = "1.0.12"
1061source = "registry+https://github.com/rust-lang/crates.io-index"
1062checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
1063
1064[[package]]
1065name = "ryu"
1066version = "1.0.13"
1067source = "registry+https://github.com/rust-lang/crates.io-index"
1068checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
1069
1070[[package]]
1071name = "same-file"
1072version = "1.0.6"
1073source = "registry+https://github.com/rust-lang/crates.io-index"
1074checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1075dependencies = [
1076 "winapi-util",
1077]
1078
1079[[package]]
1080name = "scopeguard"
1081version = "1.1.0"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1084
1085[[package]]
1086name = "serde"
1087version = "1.0.163"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "2113ab51b87a539ae008b5c6c02dc020ffa39afd2d83cffcb3f4eb2722cebec2"
1090dependencies = [
1091 "serde_derive",
1092]
1093
1094[[package]]
1095name = "serde_derive"
1096version = "1.0.163"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "8c805777e3930c8883389c602315a24224bcc738b63905ef87cd1420353ea93e"
1099dependencies = [
1100 "proc-macro2",
1101 "quote",
1102 "syn 2.0.13",
1103]
1104
1105[[package]]
1106name = "serde_json"
1107version = "1.0.95"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "d721eca97ac802aa7777b701877c8004d950fc142651367300d21c1cc0194744"
1110dependencies = [
1111 "itoa",
1112 "ryu",
1113 "serde",
1114]
1115
1116[[package]]
1117name = "serde_spanned"
1118version = "0.6.2"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "93107647184f6027e3b7dcb2e11034cf95ffa1e3a682c67951963ac69c1c007d"
1121dependencies = [
1122 "serde",
1123]
1124
1125[[package]]
1126name = "slab"
1127version = "0.4.8"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
1130dependencies = [
1131 "autocfg",
1132]
1133
1134[[package]]
1135name = "strsim"
1136version = "0.8.0"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1139
1140[[package]]
1141name = "strsim"
1142version = "0.10.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
1145
1146[[package]]
1147name = "structopt"
1148version = "0.3.26"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "0c6b5c64445ba8094a6ab0c3cd2ad323e07171012d9c98b0b15651daf1787a10"
1151dependencies = [
1152 "clap 2.34.0",
1153 "lazy_static",
1154 "structopt-derive",
1155]
1156
1157[[package]]
1158name = "structopt-derive"
1159version = "0.4.18"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "dcb5ae327f9cc13b68763b5749770cb9e048a99bd9dfdfa58d0cf05d5f64afe0"
1162dependencies = [
1163 "heck 0.3.3",
1164 "proc-macro-error",
1165 "proc-macro2",
1166 "quote",
1167 "syn 1.0.109",
1168]
1169
1170[[package]]
1171name = "syn"
1172version = "1.0.109"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1175dependencies = [
1176 "proc-macro2",
1177 "quote",
1178 "unicode-ident",
1179]
1180
1181[[package]]
1182name = "syn"
1183version = "2.0.13"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "4c9da457c5285ac1f936ebd076af6dac17a61cfe7826f2076b4d015cf47bc8ec"
1186dependencies = [
1187 "proc-macro2",
1188 "quote",
1189 "unicode-ident",
1190]
1191
1192[[package]]
1193name = "tempfile"
1194version = "3.5.0"
1195source = "registry+https://github.com/rust-lang/crates.io-index"
1196checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
1197dependencies = [
1198 "cfg-if",
1199 "fastrand",
1200 "redox_syscall 0.3.5",
1201 "rustix",
1202 "windows-sys 0.45.0",
1203]
1204
1205[[package]]
1206name = "term"
1207version = "0.7.0"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
1210dependencies = [
1211 "dirs-next",
1212 "rustversion",
1213 "winapi",
1214]
1215
1216[[package]]
1217name = "termcolor"
1218version = "1.2.0"
1219source = "registry+https://github.com/rust-lang/crates.io-index"
1220checksum = "be55cf8942feac5c765c2c993422806843c9a9a45d4d5c407ad6dd2ea95eb9b6"
1221dependencies = [
1222 "winapi-util",
1223]
1224
1225[[package]]
1226name = "termtree"
1227version = "0.4.1"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
1230
1231[[package]]
1232name = "textwrap"
1233version = "0.11.0"
1234source = "registry+https://github.com/rust-lang/crates.io-index"
1235checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1236dependencies = [
1237 "unicode-width",
1238]
1239
1240[[package]]
1241name = "textwrap"
1242version = "0.16.0"
1243source = "registry+https://github.com/rust-lang/crates.io-index"
1244checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
1245
1246[[package]]
1247name = "thiserror"
1248version = "1.0.40"
1249source = "registry+https://github.com/rust-lang/crates.io-index"
1250checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
1251dependencies = [
1252 "thiserror-impl",
1253]
1254
1255[[package]]
1256name = "thiserror-impl"
1257version = "1.0.40"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
1260dependencies = [
1261 "proc-macro2",
1262 "quote",
1263 "syn 2.0.13",
1264]
1265
1266[[package]]
1267name = "tinytemplate"
1268version = "1.2.1"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
1271dependencies = [
1272 "serde",
1273 "serde_json",
1274]
1275
1276[[package]]
1277name = "tokio"
1278version = "1.28.1"
1279source = "registry+https://github.com/rust-lang/crates.io-index"
1280checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
1281dependencies = [
1282 "autocfg",
1283 "num_cpus",
1284 "pin-project-lite",
1285 "tokio-macros",
1286 "windows-sys 0.48.0",
1287]
1288
1289[[package]]
1290name = "tokio-macros"
1291version = "2.1.0"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
1294dependencies = [
1295 "proc-macro2",
1296 "quote",
1297 "syn 2.0.13",
1298]
1299
1300[[package]]
1301name = "tokio-stream"
1302version = "0.1.12"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "8fb52b74f05dbf495a8fba459fdc331812b96aa086d9eb78101fa0d4569c3313"
1305dependencies = [
1306 "futures-core",
1307 "pin-project-lite",
1308 "tokio",
1309]
1310
1311[[package]]
1312name = "tokio-test"
1313version = "0.4.2"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "53474327ae5e166530d17f2d956afcb4f8a004de581b3cae10f12006bc8163e3"
1316dependencies = [
1317 "async-stream",
1318 "bytes",
1319 "futures-core",
1320 "tokio",
1321 "tokio-stream",
1322]
1323
1324[[package]]
1325name = "toml"
1326version = "0.7.4"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "d6135d499e69981f9ff0ef2167955a5333c35e36f6937d382974566b3d5b94ec"
1329dependencies = [
1330 "serde",
1331 "serde_spanned",
1332 "toml_datetime",
1333 "toml_edit",
1334]
1335
1336[[package]]
1337name = "toml_datetime"
1338version = "0.6.2"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "5a76a9312f5ba4c2dec6b9161fdf25d87ad8a09256ccea5a556fef03c706a10f"
1341dependencies = [
1342 "serde",
1343]
1344
1345[[package]]
1346name = "toml_edit"
1347version = "0.19.9"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "92d964908cec0d030b812013af25a0e57fddfadb1e066ecc6681d86253129d4f"
1350dependencies = [
1351 "indexmap",
1352 "serde",
1353 "serde_spanned",
1354 "toml_datetime",
1355 "winnow",
1356]
1357
1358[[package]]
1359name = "topiary"
1360version = "0.2.1"
1361dependencies = [
1362 "criterion",
1363 "futures",
1364 "itertools",
1365 "log",
1366 "pretty_assertions",
1367 "prettydiff",
1368 "regex",
1369 "serde",
1370 "serde_json",
1371 "tokio",
1372 "tokio-test",
1373 "toml",
1374 "tree-sitter-bash",
1375 "tree-sitter-facade",
1376 "tree-sitter-json",
1377 "tree-sitter-nickel",
1378 "tree-sitter-ocaml",
1379 "tree-sitter-query",
1380 "tree-sitter-rust",
1381 "tree-sitter-toml",
1382 "unescape",
1383 "web-tree-sitter-sys",
1384]
1385
1386[[package]]
1387name = "topiary-cli"
1388version = "0.2.1"
1389dependencies = [
1390 "assert_cmd",
1391 "clap 4.3.0",
1392 "env_logger",
1393 "log",
1394 "tempfile",
1395 "tokio",
1396 "toml",
1397 "topiary",
1398]
1399
1400[[package]]
1401name = "topiary-playground"
1402version = "0.2.1"
1403dependencies = [
1404 "cfg-if",
1405 "itertools",
1406 "topiary",
1407 "tree-sitter-facade",
1408 "wasm-bindgen",
1409 "wasm-bindgen-futures",
1410]
1411
1412[[package]]
1413name = "tree-sitter"
1414version = "0.20.10"
1415source = "registry+https://github.com/rust-lang/crates.io-index"
1416checksum = "e747b1f9b7b931ed39a548c1fae149101497de3c1fc8d9e18c62c1a66c683d3d"
1417dependencies = [
1418 "cc",
1419 "regex",
1420]
1421
1422[[package]]
1423name = "tree-sitter-bash"
1424version = "0.19.0"
1425source = "git+https://github.com/tree-sitter/tree-sitter-bash#b338fa9f4807b9e0336cd4dde04948a8c324a4cf"
1426dependencies = [
1427 "cc",
1428 "tree-sitter",
1429]
1430
1431[[package]]
1432name = "tree-sitter-facade"
1433version = "0.9.3"
1434source = "git+https://github.com/tweag/tree-sitter-facade#1b290e795e700a57d8bd303f98a9715ab1c4f598"
1435dependencies = [
1436 "js-sys",
1437 "tree-sitter",
1438 "wasm-bindgen",
1439 "web-sys",
1440 "web-tree-sitter-sys",
1441]
1442
1443[[package]]
1444name = "tree-sitter-json"
1445version = "0.19.0"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
1448dependencies = [
1449 "cc",
1450 "tree-sitter",
1451]
1452
1453[[package]]
1454name = "tree-sitter-nickel"
1455version = "0.0.1"
1456source = "git+https://github.com/nickel-lang/tree-sitter-nickel?rev=cf1c52a53a527505515add41da90f8a575798987#cf1c52a53a527505515add41da90f8a575798987"
1457dependencies = [
1458 "cc",
1459 "tree-sitter",
1460]
1461
1462[[package]]
1463name = "tree-sitter-ocaml"
1464version = "0.20.1"
1465source = "git+https://github.com/tree-sitter/tree-sitter-ocaml#f1106bf834703f1f2f795da1a3b5f8f40174ffcc"
1466dependencies = [
1467 "cc",
1468 "tree-sitter",
1469]
1470
1471[[package]]
1472name = "tree-sitter-query"
1473version = "0.1.0"
1474source = "git+https://github.com/nvim-treesitter/tree-sitter-query#e97504446f14f529d5a8e649667d3d60391e4dfd"
1475dependencies = [
1476 "cc",
1477 "tree-sitter",
1478]
1479
1480[[package]]
1481name = "tree-sitter-rust"
1482version = "0.20.3"
1483source = "registry+https://github.com/rust-lang/crates.io-index"
1484checksum = "797842733e252dc11ae5d403a18060bf337b822fc2ae5ddfaa6ff4d9cc20bda6"
1485dependencies = [
1486 "cc",
1487 "tree-sitter",
1488]
1489
1490[[package]]
1491name = "tree-sitter-toml"
1492version = "0.20.0"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "ca517f578a98b23d20780247cc2688407fa81effad5b627a5a364ec3339b53e8"
1495dependencies = [
1496 "cc",
1497 "tree-sitter",
1498]
1499
1500[[package]]
1501name = "unescape"
1502version = "0.1.0"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e"
1505
1506[[package]]
1507name = "unicode-ident"
1508version = "1.0.8"
1509source = "registry+https://github.com/rust-lang/crates.io-index"
1510checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
1511
1512[[package]]
1513name = "unicode-segmentation"
1514version = "1.10.1"
1515source = "registry+https://github.com/rust-lang/crates.io-index"
1516checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
1517
1518[[package]]
1519name = "unicode-width"
1520version = "0.1.10"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
1523
1524[[package]]
1525name = "utf8parse"
1526version = "0.2.1"
1527source = "registry+https://github.com/rust-lang/crates.io-index"
1528checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
1529
1530[[package]]
1531name = "vec_map"
1532version = "0.8.2"
1533source = "registry+https://github.com/rust-lang/crates.io-index"
1534checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1535
1536[[package]]
1537name = "version_check"
1538version = "0.9.4"
1539source = "registry+https://github.com/rust-lang/crates.io-index"
1540checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
1541
1542[[package]]
1543name = "wait-timeout"
1544version = "0.2.0"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
1547dependencies = [
1548 "libc",
1549]
1550
1551[[package]]
1552name = "walkdir"
1553version = "2.3.3"
1554source = "registry+https://github.com/rust-lang/crates.io-index"
1555checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
1556dependencies = [
1557 "same-file",
1558 "winapi-util",
1559]
1560
1561[[package]]
1562name = "wasi"
1563version = "0.11.0+wasi-snapshot-preview1"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1566
1567[[package]]
1568name = "wasm-bindgen"
1569version = "0.2.84"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "31f8dcbc21f30d9b8f2ea926ecb58f6b91192c17e9d33594b3df58b2007ca53b"
1572dependencies = [
1573 "cfg-if",
1574 "wasm-bindgen-macro",
1575]
1576
1577[[package]]
1578name = "wasm-bindgen-backend"
1579version = "0.2.84"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "95ce90fd5bcc06af55a641a86428ee4229e44e07033963a2290a8e241607ccb9"
1582dependencies = [
1583 "bumpalo",
1584 "log",
1585 "once_cell",
1586 "proc-macro2",
1587 "quote",
1588 "syn 1.0.109",
1589 "wasm-bindgen-shared",
1590]
1591
1592[[package]]
1593name = "wasm-bindgen-futures"
1594version = "0.4.34"
1595source = "registry+https://github.com/rust-lang/crates.io-index"
1596checksum = "f219e0d211ba40266969f6dbdd90636da12f75bee4fc9d6c23d1260dadb51454"
1597dependencies = [
1598 "cfg-if",
1599 "js-sys",
1600 "wasm-bindgen",
1601 "web-sys",
1602]
1603
1604[[package]]
1605name = "wasm-bindgen-macro"
1606version = "0.2.84"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "4c21f77c0bedc37fd5dc21f897894a5ca01e7bb159884559461862ae90c0b4c5"
1609dependencies = [
1610 "quote",
1611 "wasm-bindgen-macro-support",
1612]
1613
1614[[package]]
1615name = "wasm-bindgen-macro-support"
1616version = "0.2.84"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "2aff81306fcac3c7515ad4e177f521b5c9a15f2b08f4e32d823066102f35a5f6"
1619dependencies = [
1620 "proc-macro2",
1621 "quote",
1622 "syn 1.0.109",
1623 "wasm-bindgen-backend",
1624 "wasm-bindgen-shared",
1625]
1626
1627[[package]]
1628name = "wasm-bindgen-shared"
1629version = "0.2.84"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "0046fef7e28c3804e5e38bfa31ea2a0f73905319b677e57ebe37e49358989b5d"
1632
1633[[package]]
1634name = "web-sys"
1635version = "0.3.61"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "e33b99f4b23ba3eec1a53ac264e35a755f00e966e0065077d6027c0f575b0b97"
1638dependencies = [
1639 "js-sys",
1640 "wasm-bindgen",
1641]
1642
1643[[package]]
1644name = "web-tree-sitter-sys"
1645version = "1.3.0"
1646source = "git+https://github.com/tweag/web-tree-sitter-sys#9e9755b9ab59055092de4717ba0bafe6483f4e5c"
1647dependencies = [
1648 "js-sys",
1649 "wasm-bindgen",
1650 "wasm-bindgen-futures",
1651 "web-sys",
1652]
1653
1654[[package]]
1655name = "winapi"
1656version = "0.3.9"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1659dependencies = [
1660 "winapi-i686-pc-windows-gnu",
1661 "winapi-x86_64-pc-windows-gnu",
1662]
1663
1664[[package]]
1665name = "winapi-i686-pc-windows-gnu"
1666version = "0.4.0"
1667source = "registry+https://github.com/rust-lang/crates.io-index"
1668checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1669
1670[[package]]
1671name = "winapi-util"
1672version = "0.1.5"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1675dependencies = [
1676 "winapi",
1677]
1678
1679[[package]]
1680name = "winapi-x86_64-pc-windows-gnu"
1681version = "0.4.0"
1682source = "registry+https://github.com/rust-lang/crates.io-index"
1683checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1684
1685[[package]]
1686name = "windows-sys"
1687version = "0.45.0"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1690dependencies = [
1691 "windows-targets 0.42.2",
1692]
1693
1694[[package]]
1695name = "windows-sys"
1696version = "0.48.0"
1697source = "registry+https://github.com/rust-lang/crates.io-index"
1698checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1699dependencies = [
1700 "windows-targets 0.48.0",
1701]
1702
1703[[package]]
1704name = "windows-targets"
1705version = "0.42.2"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1708dependencies = [
1709 "windows_aarch64_gnullvm 0.42.2",
1710 "windows_aarch64_msvc 0.42.2",
1711 "windows_i686_gnu 0.42.2",
1712 "windows_i686_msvc 0.42.2",
1713 "windows_x86_64_gnu 0.42.2",
1714 "windows_x86_64_gnullvm 0.42.2",
1715 "windows_x86_64_msvc 0.42.2",
1716]
1717
1718[[package]]
1719name = "windows-targets"
1720version = "0.48.0"
1721source = "registry+https://github.com/rust-lang/crates.io-index"
1722checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
1723dependencies = [
1724 "windows_aarch64_gnullvm 0.48.0",
1725 "windows_aarch64_msvc 0.48.0",
1726 "windows_i686_gnu 0.48.0",
1727 "windows_i686_msvc 0.48.0",
1728 "windows_x86_64_gnu 0.48.0",
1729 "windows_x86_64_gnullvm 0.48.0",
1730 "windows_x86_64_msvc 0.48.0",
1731]
1732
1733[[package]]
1734name = "windows_aarch64_gnullvm"
1735version = "0.42.2"
1736source = "registry+https://github.com/rust-lang/crates.io-index"
1737checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1738
1739[[package]]
1740name = "windows_aarch64_gnullvm"
1741version = "0.48.0"
1742source = "registry+https://github.com/rust-lang/crates.io-index"
1743checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
1744
1745[[package]]
1746name = "windows_aarch64_msvc"
1747version = "0.42.2"
1748source = "registry+https://github.com/rust-lang/crates.io-index"
1749checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1750
1751[[package]]
1752name = "windows_aarch64_msvc"
1753version = "0.48.0"
1754source = "registry+https://github.com/rust-lang/crates.io-index"
1755checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
1756
1757[[package]]
1758name = "windows_i686_gnu"
1759version = "0.42.2"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1762
1763[[package]]
1764name = "windows_i686_gnu"
1765version = "0.48.0"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
1768
1769[[package]]
1770name = "windows_i686_msvc"
1771version = "0.42.2"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1774
1775[[package]]
1776name = "windows_i686_msvc"
1777version = "0.48.0"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
1780
1781[[package]]
1782name = "windows_x86_64_gnu"
1783version = "0.42.2"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1786
1787[[package]]
1788name = "windows_x86_64_gnu"
1789version = "0.48.0"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
1792
1793[[package]]
1794name = "windows_x86_64_gnullvm"
1795version = "0.42.2"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1798
1799[[package]]
1800name = "windows_x86_64_gnullvm"
1801version = "0.48.0"
1802source = "registry+https://github.com/rust-lang/crates.io-index"
1803checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
1804
1805[[package]]
1806name = "windows_x86_64_msvc"
1807version = "0.42.2"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1810
1811[[package]]
1812name = "windows_x86_64_msvc"
1813version = "0.48.0"
1814source = "registry+https://github.com/rust-lang/crates.io-index"
1815checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
1816
1817[[package]]
1818name = "winnow"
1819version = "0.4.6"
1820source = "registry+https://github.com/rust-lang/crates.io-index"
1821checksum = "61de7bac303dc551fe038e2b3cef0f571087a47571ea6e79a87692ac99b99699"
1822dependencies = [
1823 "memchr",
1824]
1825
1826[[package]]
1827name = "yansi"
1828version = "0.5.1"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"