1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.21.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "aho-corasick"
22version = "1.0.4"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "6748e8def348ed4d14996fa801f4122cd763fff530258cdc03f64b25f89d3a5a"
25dependencies = [
26 "memchr",
27]
28
29[[package]]
30name = "async-attributes"
31version = "1.1.2"
32source = "registry+https://github.com/rust-lang/crates.io-index"
33checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
34dependencies = [
35 "quote",
36 "syn 1.0.109",
37]
38
39[[package]]
40name = "async-channel"
41version = "1.9.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
44dependencies = [
45 "concurrent-queue",
46 "event-listener",
47 "futures-core",
48]
49
50[[package]]
51name = "async-executor"
52version = "1.5.1"
53source = "registry+https://github.com/rust-lang/crates.io-index"
54checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
55dependencies = [
56 "async-lock",
57 "async-task",
58 "concurrent-queue",
59 "fastrand",
60 "futures-lite",
61 "slab",
62]
63
64[[package]]
65name = "async-global-executor"
66version = "2.3.1"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
69dependencies = [
70 "async-channel",
71 "async-executor",
72 "async-io",
73 "async-lock",
74 "blocking",
75 "futures-lite",
76 "once_cell",
77]
78
79[[package]]
80name = "async-io"
81version = "1.13.0"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
84dependencies = [
85 "async-lock",
86 "autocfg",
87 "cfg-if",
88 "concurrent-queue",
89 "futures-lite",
90 "log",
91 "parking",
92 "polling",
93 "rustix",
94 "slab",
95 "socket2",
96 "waker-fn",
97]
98
99[[package]]
100name = "async-lock"
101version = "2.8.0"
102source = "registry+https://github.com/rust-lang/crates.io-index"
103checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
104dependencies = [
105 "event-listener",
106]
107
108[[package]]
109name = "async-std"
110version = "1.12.0"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
113dependencies = [
114 "async-attributes",
115 "async-channel",
116 "async-global-executor",
117 "async-io",
118 "async-lock",
119 "crossbeam-utils",
120 "futures-channel",
121 "futures-core",
122 "futures-io",
123 "futures-lite",
124 "gloo-timers",
125 "kv-log-macro",
126 "log",
127 "memchr",
128 "once_cell",
129 "pin-project-lite",
130 "pin-utils",
131 "slab",
132 "wasm-bindgen-futures",
133]
134
135[[package]]
136name = "async-task"
137version = "4.4.0"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "ecc7ab41815b3c653ccd2978ec3255c81349336702dfdf62ee6f7069b12a3aae"
140
141[[package]]
142name = "atomic-waker"
143version = "1.1.1"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
146
147[[package]]
148name = "atty"
149version = "0.2.14"
150source = "registry+https://github.com/rust-lang/crates.io-index"
151checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
152dependencies = [
153 "hermit-abi 0.1.19",
154 "libc",
155 "winapi",
156]
157
158[[package]]
159name = "autocfg"
160version = "1.1.0"
161source = "registry+https://github.com/rust-lang/crates.io-index"
162checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
163
164[[package]]
165name = "backtrace"
166version = "0.3.69"
167source = "registry+https://github.com/rust-lang/crates.io-index"
168checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
169dependencies = [
170 "addr2line",
171 "cc",
172 "cfg-if",
173 "libc",
174 "miniz_oxide",
175 "object",
176 "rustc-demangle",
177]
178
179[[package]]
180name = "bitflags"
181version = "1.3.2"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
184
185[[package]]
186name = "blocking"
187version = "1.3.1"
188source = "registry+https://github.com/rust-lang/crates.io-index"
189checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
190dependencies = [
191 "async-channel",
192 "async-lock",
193 "async-task",
194 "atomic-waker",
195 "fastrand",
196 "futures-lite",
197 "log",
198]
199
200[[package]]
201name = "bumpalo"
202version = "3.13.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "a3e2c3daef883ecc1b5d58c15adae93470a91d425f3532ba1695849656af3fc1"
205
206[[package]]
207name = "cast"
208version = "0.3.0"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
211
212[[package]]
213name = "cc"
214version = "1.0.83"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "f1174fb0b6ec23863f8b971027804a42614e347eafb0a95bf0b12cdae21fc4d0"
217dependencies = [
218 "libc",
219]
220
221[[package]]
222name = "cfg-if"
223version = "1.0.0"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
226
227[[package]]
228name = "clap"
229version = "2.34.0"
230source = "registry+https://github.com/rust-lang/crates.io-index"
231checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
232dependencies = [
233 "bitflags",
234 "textwrap",
235 "unicode-width",
236]
237
238[[package]]
239name = "concurrent-queue"
240version = "2.2.0"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
243dependencies = [
244 "crossbeam-utils",
245]
246
247[[package]]
248name = "criterion"
249version = "0.3.6"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "b01d6de93b2b6c65e17c634a26653a29d107b3c98c607c765bf38d041531cd8f"
252dependencies = [
253 "atty",
254 "cast",
255 "clap",
256 "criterion-plot",
257 "csv",
258 "itertools",
259 "lazy_static",
260 "num-traits",
261 "oorandom",
262 "plotters",
263 "rayon",
264 "regex",
265 "serde",
266 "serde_cbor",
267 "serde_derive",
268 "serde_json",
269 "tinytemplate",
270 "walkdir",
271]
272
273[[package]]
274name = "criterion-plot"
275version = "0.4.5"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "2673cc8207403546f45f5fd319a974b1e6983ad1a3ee7e6041650013be041876"
278dependencies = [
279 "cast",
280 "itertools",
281]
282
283[[package]]
284name = "crossbeam-channel"
285version = "0.5.8"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
288dependencies = [
289 "cfg-if",
290 "crossbeam-utils",
291]
292
293[[package]]
294name = "crossbeam-deque"
295version = "0.8.3"
296source = "registry+https://github.com/rust-lang/crates.io-index"
297checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
298dependencies = [
299 "cfg-if",
300 "crossbeam-epoch",
301 "crossbeam-utils",
302]
303
304[[package]]
305name = "crossbeam-epoch"
306version = "0.9.15"
307source = "registry+https://github.com/rust-lang/crates.io-index"
308checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
309dependencies = [
310 "autocfg",
311 "cfg-if",
312 "crossbeam-utils",
313 "memoffset",
314 "scopeguard",
315]
316
317[[package]]
318name = "crossbeam-utils"
319version = "0.8.16"
320source = "registry+https://github.com/rust-lang/crates.io-index"
321checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
322dependencies = [
323 "cfg-if",
324]
325
326[[package]]
327name = "csv"
328version = "1.2.2"
329source = "registry+https://github.com/rust-lang/crates.io-index"
330checksum = "626ae34994d3d8d668f4269922248239db4ae42d538b14c398b74a52208e8086"
331dependencies = [
332 "csv-core",
333 "itoa",
334 "ryu",
335 "serde",
336]
337
338[[package]]
339name = "csv-core"
340version = "0.1.10"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "2b2466559f260f48ad25fe6317b3c8dac77b5bdb5763ac7d9d6103530663bc90"
343dependencies = [
344 "memchr",
345]
346
347[[package]]
348name = "either"
349version = "1.9.0"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
352
353[[package]]
354name = "errno"
355version = "0.3.3"
356source = "registry+https://github.com/rust-lang/crates.io-index"
357checksum = "136526188508e25c6fef639d7927dfb3e0e3084488bf202267829cf7fc23dbdd"
358dependencies = [
359 "errno-dragonfly",
360 "libc",
361 "windows-sys",
362]
363
364[[package]]
365name = "errno-dragonfly"
366version = "0.1.2"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
369dependencies = [
370 "cc",
371 "libc",
372]
373
374[[package]]
375name = "event-listener"
376version = "2.5.3"
377source = "registry+https://github.com/rust-lang/crates.io-index"
378checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
379
380[[package]]
381name = "fastrand"
382version = "1.9.0"
383source = "registry+https://github.com/rust-lang/crates.io-index"
384checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
385dependencies = [
386 "instant",
387]
388
389[[package]]
390name = "futures-channel"
391version = "0.3.28"
392source = "registry+https://github.com/rust-lang/crates.io-index"
393checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
394dependencies = [
395 "futures-core",
396]
397
398[[package]]
399name = "futures-core"
400version = "0.3.28"
401source = "registry+https://github.com/rust-lang/crates.io-index"
402checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
403
404[[package]]
405name = "futures-io"
406version = "0.3.28"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
409
410[[package]]
411name = "futures-lite"
412version = "1.13.0"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
415dependencies = [
416 "fastrand",
417 "futures-core",
418 "futures-io",
419 "memchr",
420 "parking",
421 "pin-project-lite",
422 "waker-fn",
423]
424
425[[package]]
426name = "gimli"
427version = "0.28.0"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
430
431[[package]]
432name = "gloo-timers"
433version = "0.2.6"
434source = "registry+https://github.com/rust-lang/crates.io-index"
435checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
436dependencies = [
437 "futures-channel",
438 "futures-core",
439 "js-sys",
440 "wasm-bindgen",
441]
442
443[[package]]
444name = "half"
445version = "1.8.2"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "eabb4a44450da02c90444cf74558da904edde8fb4e9035a9a6a4e15445af0bd7"
448
449[[package]]
450name = "hermit-abi"
451version = "0.1.19"
452source = "registry+https://github.com/rust-lang/crates.io-index"
453checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
454dependencies = [
455 "libc",
456]
457
458[[package]]
459name = "hermit-abi"
460version = "0.3.2"
461source = "registry+https://github.com/rust-lang/crates.io-index"
462checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
463
464[[package]]
465name = "instant"
466version = "0.1.12"
467source = "registry+https://github.com/rust-lang/crates.io-index"
468checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
469dependencies = [
470 "cfg-if",
471]
472
473[[package]]
474name = "io-lifetimes"
475version = "1.0.11"
476source = "registry+https://github.com/rust-lang/crates.io-index"
477checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
478dependencies = [
479 "hermit-abi 0.3.2",
480 "libc",
481 "windows-sys",
482]
483
484[[package]]
485name = "itertools"
486version = "0.10.5"
487source = "registry+https://github.com/rust-lang/crates.io-index"
488checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
489dependencies = [
490 "either",
491]
492
493[[package]]
494name = "itoa"
495version = "1.0.9"
496source = "registry+https://github.com/rust-lang/crates.io-index"
497checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
498
499[[package]]
500name = "js-sys"
501version = "0.3.64"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
504dependencies = [
505 "wasm-bindgen",
506]
507
508[[package]]
509name = "kv-log-macro"
510version = "1.0.7"
511source = "registry+https://github.com/rust-lang/crates.io-index"
512checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
513dependencies = [
514 "log",
515]
516
517[[package]]
518name = "lazy_static"
519version = "1.4.0"
520source = "registry+https://github.com/rust-lang/crates.io-index"
521checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
522
523[[package]]
524name = "libc"
525version = "0.2.147"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "b4668fb0ea861c1df094127ac5f1da3409a82116a4ba74fca2e58ef927159bb3"
528
529[[package]]
530name = "linux-raw-sys"
531version = "0.3.8"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
534
535[[package]]
536name = "log"
537version = "0.4.20"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
540dependencies = [
541 "value-bag",
542]
543
544[[package]]
545name = "memchr"
546version = "2.6.0"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "76fc44e2588d5b436dbc3c6cf62aef290f90dab6235744a93dfe1cc18f451e2c"
549
550[[package]]
551name = "memoffset"
552version = "0.9.0"
553source = "registry+https://github.com/rust-lang/crates.io-index"
554checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
555dependencies = [
556 "autocfg",
557]
558
559[[package]]
560name = "miniz_oxide"
561version = "0.7.1"
562source = "registry+https://github.com/rust-lang/crates.io-index"
563checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
564dependencies = [
565 "adler",
566]
567
568[[package]]
569name = "num-traits"
570version = "0.2.16"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
573dependencies = [
574 "autocfg",
575]
576
577[[package]]
578name = "num_cpus"
579version = "1.16.0"
580source = "registry+https://github.com/rust-lang/crates.io-index"
581checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
582dependencies = [
583 "hermit-abi 0.3.2",
584 "libc",
585]
586
587[[package]]
588name = "object"
589version = "0.32.0"
590source = "registry+https://github.com/rust-lang/crates.io-index"
591checksum = "77ac5bbd07aea88c60a577a1ce218075ffd59208b2d7ca97adf9bfc5aeb21ebe"
592dependencies = [
593 "memchr",
594]
595
596[[package]]
597name = "once_cell"
598version = "1.18.0"
599source = "registry+https://github.com/rust-lang/crates.io-index"
600checksum = "dd8b5dd2ae5ed71462c540258bedcb51965123ad7e7ccf4b9a8cafaa4a63576d"
601
602[[package]]
603name = "oneshot-uniffi"
604version = "0.1.6"
605dependencies = [
606 "async-std",
607 "criterion",
608 "tokio",
609]
610
611[[package]]
612name = "oorandom"
613version = "11.1.3"
614source = "registry+https://github.com/rust-lang/crates.io-index"
615checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
616
617[[package]]
618name = "parking"
619version = "2.1.0"
620source = "registry+https://github.com/rust-lang/crates.io-index"
621checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
622
623[[package]]
624name = "pin-project-lite"
625version = "0.2.13"
626source = "registry+https://github.com/rust-lang/crates.io-index"
627checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
628
629[[package]]
630name = "pin-utils"
631version = "0.1.0"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
634
635[[package]]
636name = "plotters"
637version = "0.3.5"
638source = "registry+https://github.com/rust-lang/crates.io-index"
639checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
640dependencies = [
641 "num-traits",
642 "plotters-backend",
643 "plotters-svg",
644 "wasm-bindgen",
645 "web-sys",
646]
647
648[[package]]
649name = "plotters-backend"
650version = "0.3.5"
651source = "registry+https://github.com/rust-lang/crates.io-index"
652checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
653
654[[package]]
655name = "plotters-svg"
656version = "0.3.5"
657source = "registry+https://github.com/rust-lang/crates.io-index"
658checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
659dependencies = [
660 "plotters-backend",
661]
662
663[[package]]
664name = "polling"
665version = "2.8.0"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
668dependencies = [
669 "autocfg",
670 "bitflags",
671 "cfg-if",
672 "concurrent-queue",
673 "libc",
674 "log",
675 "pin-project-lite",
676 "windows-sys",
677]
678
679[[package]]
680name = "proc-macro2"
681version = "1.0.66"
682source = "registry+https://github.com/rust-lang/crates.io-index"
683checksum = "18fb31db3f9bddb2ea821cde30a9f70117e3f119938b5ee630b7403aa6e2ead9"
684dependencies = [
685 "unicode-ident",
686]
687
688[[package]]
689name = "quote"
690version = "1.0.33"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "5267fca4496028628a95160fc423a33e8b2e6af8a5302579e322e4b520293cae"
693dependencies = [
694 "proc-macro2",
695]
696
697[[package]]
698name = "rayon"
699version = "1.7.0"
700source = "registry+https://github.com/rust-lang/crates.io-index"
701checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
702dependencies = [
703 "either",
704 "rayon-core",
705]
706
707[[package]]
708name = "rayon-core"
709version = "1.11.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
712dependencies = [
713 "crossbeam-channel",
714 "crossbeam-deque",
715 "crossbeam-utils",
716 "num_cpus",
717]
718
719[[package]]
720name = "regex"
721version = "1.9.4"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "12de2eff854e5fa4b1295edd650e227e9d8fb0c9e90b12e7f36d6a6811791a29"
724dependencies = [
725 "aho-corasick",
726 "memchr",
727 "regex-automata",
728 "regex-syntax",
729]
730
731[[package]]
732name = "regex-automata"
733version = "0.3.7"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "49530408a136e16e5b486e883fbb6ba058e8e4e8ae6621a77b048b314336e629"
736dependencies = [
737 "aho-corasick",
738 "memchr",
739 "regex-syntax",
740]
741
742[[package]]
743name = "regex-syntax"
744version = "0.7.5"
745source = "registry+https://github.com/rust-lang/crates.io-index"
746checksum = "dbb5fb1acd8a1a18b3dd5be62d25485eb770e05afb408a9627d14d451bae12da"
747
748[[package]]
749name = "rustc-demangle"
750version = "0.1.23"
751source = "registry+https://github.com/rust-lang/crates.io-index"
752checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
753
754[[package]]
755name = "rustix"
756version = "0.37.23"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
759dependencies = [
760 "bitflags",
761 "errno",
762 "io-lifetimes",
763 "libc",
764 "linux-raw-sys",
765 "windows-sys",
766]
767
768[[package]]
769name = "ryu"
770version = "1.0.15"
771source = "registry+https://github.com/rust-lang/crates.io-index"
772checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
773
774[[package]]
775name = "same-file"
776version = "1.0.6"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
779dependencies = [
780 "winapi-util",
781]
782
783[[package]]
784name = "scopeguard"
785version = "1.2.0"
786source = "registry+https://github.com/rust-lang/crates.io-index"
787checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
788
789[[package]]
790name = "serde"
791version = "1.0.188"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "cf9e0fcba69a370eed61bcf2b728575f726b50b55cba78064753d708ddc7549e"
794dependencies = [
795 "serde_derive",
796]
797
798[[package]]
799name = "serde_cbor"
800version = "0.11.2"
801source = "registry+https://github.com/rust-lang/crates.io-index"
802checksum = "2bef2ebfde456fb76bbcf9f59315333decc4fda0b2b44b420243c11e0f5ec1f5"
803dependencies = [
804 "half",
805 "serde",
806]
807
808[[package]]
809name = "serde_derive"
810version = "1.0.188"
811source = "registry+https://github.com/rust-lang/crates.io-index"
812checksum = "4eca7ac642d82aa35b60049a6eccb4be6be75e599bd2e9adb5f875a737654af2"
813dependencies = [
814 "proc-macro2",
815 "quote",
816 "syn 2.0.29",
817]
818
819[[package]]
820name = "serde_json"
821version = "1.0.105"
822source = "registry+https://github.com/rust-lang/crates.io-index"
823checksum = "693151e1ac27563d6dbcec9dee9fbd5da8539b20fa14ad3752b2e6d363ace360"
824dependencies = [
825 "itoa",
826 "ryu",
827 "serde",
828]
829
830[[package]]
831name = "slab"
832version = "0.4.9"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
835dependencies = [
836 "autocfg",
837]
838
839[[package]]
840name = "socket2"
841version = "0.4.9"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
844dependencies = [
845 "libc",
846 "winapi",
847]
848
849[[package]]
850name = "syn"
851version = "1.0.109"
852source = "registry+https://github.com/rust-lang/crates.io-index"
853checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
854dependencies = [
855 "proc-macro2",
856 "quote",
857 "unicode-ident",
858]
859
860[[package]]
861name = "syn"
862version = "2.0.29"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "c324c494eba9d92503e6f1ef2e6df781e78f6a7705a0202d9801b198807d518a"
865dependencies = [
866 "proc-macro2",
867 "quote",
868 "unicode-ident",
869]
870
871[[package]]
872name = "textwrap"
873version = "0.11.0"
874source = "registry+https://github.com/rust-lang/crates.io-index"
875checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
876dependencies = [
877 "unicode-width",
878]
879
880[[package]]
881name = "tinytemplate"
882version = "1.2.1"
883source = "registry+https://github.com/rust-lang/crates.io-index"
884checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
885dependencies = [
886 "serde",
887 "serde_json",
888]
889
890[[package]]
891name = "tokio"
892version = "1.32.0"
893source = "registry+https://github.com/rust-lang/crates.io-index"
894checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
895dependencies = [
896 "backtrace",
897 "num_cpus",
898 "pin-project-lite",
899 "tokio-macros",
900]
901
902[[package]]
903name = "tokio-macros"
904version = "2.1.0"
905source = "registry+https://github.com/rust-lang/crates.io-index"
906checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
907dependencies = [
908 "proc-macro2",
909 "quote",
910 "syn 2.0.29",
911]
912
913[[package]]
914name = "unicode-ident"
915version = "1.0.11"
916source = "registry+https://github.com/rust-lang/crates.io-index"
917checksum = "301abaae475aa91687eb82514b328ab47a211a533026cb25fc3e519b86adfc3c"
918
919[[package]]
920name = "unicode-width"
921version = "0.1.10"
922source = "registry+https://github.com/rust-lang/crates.io-index"
923checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
924
925[[package]]
926name = "value-bag"
927version = "1.4.1"
928source = "registry+https://github.com/rust-lang/crates.io-index"
929checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
930
931[[package]]
932name = "waker-fn"
933version = "1.1.0"
934source = "registry+https://github.com/rust-lang/crates.io-index"
935checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
936
937[[package]]
938name = "walkdir"
939version = "2.3.3"
940source = "registry+https://github.com/rust-lang/crates.io-index"
941checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
942dependencies = [
943 "same-file",
944 "winapi-util",
945]
946
947[[package]]
948name = "wasm-bindgen"
949version = "0.2.87"
950source = "registry+https://github.com/rust-lang/crates.io-index"
951checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
952dependencies = [
953 "cfg-if",
954 "wasm-bindgen-macro",
955]
956
957[[package]]
958name = "wasm-bindgen-backend"
959version = "0.2.87"
960source = "registry+https://github.com/rust-lang/crates.io-index"
961checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
962dependencies = [
963 "bumpalo",
964 "log",
965 "once_cell",
966 "proc-macro2",
967 "quote",
968 "syn 2.0.29",
969 "wasm-bindgen-shared",
970]
971
972[[package]]
973name = "wasm-bindgen-futures"
974version = "0.4.37"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
977dependencies = [
978 "cfg-if",
979 "js-sys",
980 "wasm-bindgen",
981 "web-sys",
982]
983
984[[package]]
985name = "wasm-bindgen-macro"
986version = "0.2.87"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
989dependencies = [
990 "quote",
991 "wasm-bindgen-macro-support",
992]
993
994[[package]]
995name = "wasm-bindgen-macro-support"
996version = "0.2.87"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
999dependencies = [
1000 "proc-macro2",
1001 "quote",
1002 "syn 2.0.29",
1003 "wasm-bindgen-backend",
1004 "wasm-bindgen-shared",
1005]
1006
1007[[package]]
1008name = "wasm-bindgen-shared"
1009version = "0.2.87"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
1012
1013[[package]]
1014name = "web-sys"
1015version = "0.3.64"
1016source = "registry+https://github.com/rust-lang/crates.io-index"
1017checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
1018dependencies = [
1019 "js-sys",
1020 "wasm-bindgen",
1021]
1022
1023[[package]]
1024name = "winapi"
1025version = "0.3.9"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1028dependencies = [
1029 "winapi-i686-pc-windows-gnu",
1030 "winapi-x86_64-pc-windows-gnu",
1031]
1032
1033[[package]]
1034name = "winapi-i686-pc-windows-gnu"
1035version = "0.4.0"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1038
1039[[package]]
1040name = "winapi-util"
1041version = "0.1.5"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1044dependencies = [
1045 "winapi",
1046]
1047
1048[[package]]
1049name = "winapi-x86_64-pc-windows-gnu"
1050version = "0.4.0"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1053
1054[[package]]
1055name = "windows-sys"
1056version = "0.48.0"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
1059dependencies = [
1060 "windows-targets",
1061]
1062
1063[[package]]
1064name = "windows-targets"
1065version = "0.48.5"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
1068dependencies = [
1069 "windows_aarch64_gnullvm",
1070 "windows_aarch64_msvc",
1071 "windows_i686_gnu",
1072 "windows_i686_msvc",
1073 "windows_x86_64_gnu",
1074 "windows_x86_64_gnullvm",
1075 "windows_x86_64_msvc",
1076]
1077
1078[[package]]
1079name = "windows_aarch64_gnullvm"
1080version = "0.48.5"
1081source = "registry+https://github.com/rust-lang/crates.io-index"
1082checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
1083
1084[[package]]
1085name = "windows_aarch64_msvc"
1086version = "0.48.5"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
1089
1090[[package]]
1091name = "windows_i686_gnu"
1092version = "0.48.5"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
1095
1096[[package]]
1097name = "windows_i686_msvc"
1098version = "0.48.5"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
1101
1102[[package]]
1103name = "windows_x86_64_gnu"
1104version = "0.48.5"
1105source = "registry+https://github.com/rust-lang/crates.io-index"
1106checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
1107
1108[[package]]
1109name = "windows_x86_64_gnullvm"
1110version = "0.48.5"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
1113
1114[[package]]
1115name = "windows_x86_64_msvc"
1116version = "0.48.5"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
1119