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.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
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 = "ahash"
22version = "0.8.11"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25dependencies = [
26 "cfg-if",
27 "getrandom",
28 "once_cell",
29 "version_check",
30 "zerocopy",
31]
32
33[[package]]
34name = "aho-corasick"
35version = "1.1.3"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
38dependencies = [
39 "memchr",
40]
41
42[[package]]
43name = "android-tzdata"
44version = "0.1.1"
45source = "registry+https://github.com/rust-lang/crates.io-index"
46checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
47
48[[package]]
49name = "android_system_properties"
50version = "0.1.5"
51source = "registry+https://github.com/rust-lang/crates.io-index"
52checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
53dependencies = [
54 "libc",
55]
56
57[[package]]
58name = "anstream"
59version = "0.6.15"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526"
62dependencies = [
63 "anstyle",
64 "anstyle-parse",
65 "anstyle-query",
66 "anstyle-wincon",
67 "colorchoice",
68 "is_terminal_polyfill",
69 "utf8parse",
70]
71
72[[package]]
73name = "anstyle"
74version = "1.0.8"
75source = "registry+https://github.com/rust-lang/crates.io-index"
76checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1"
77
78[[package]]
79name = "anstyle-parse"
80version = "0.2.5"
81source = "registry+https://github.com/rust-lang/crates.io-index"
82checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb"
83dependencies = [
84 "utf8parse",
85]
86
87[[package]]
88name = "anstyle-query"
89version = "1.1.1"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a"
92dependencies = [
93 "windows-sys 0.52.0",
94]
95
96[[package]]
97name = "anstyle-wincon"
98version = "3.0.4"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8"
101dependencies = [
102 "anstyle",
103 "windows-sys 0.52.0",
104]
105
106[[package]]
107name = "autocfg"
108version = "0.1.8"
109source = "registry+https://github.com/rust-lang/crates.io-index"
110checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
111dependencies = [
112 "autocfg 1.3.0",
113]
114
115[[package]]
116name = "autocfg"
117version = "1.3.0"
118source = "registry+https://github.com/rust-lang/crates.io-index"
119checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
120
121[[package]]
122name = "backtrace"
123version = "0.3.73"
124source = "registry+https://github.com/rust-lang/crates.io-index"
125checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
126dependencies = [
127 "addr2line",
128 "cc",
129 "cfg-if",
130 "libc",
131 "miniz_oxide",
132 "object",
133 "rustc-demangle",
134]
135
136[[package]]
137name = "base64"
138version = "0.13.1"
139source = "registry+https://github.com/rust-lang/crates.io-index"
140checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
141
142[[package]]
143name = "bitflags"
144version = "1.3.2"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
147
148[[package]]
149name = "bitflags"
150version = "2.6.0"
151source = "registry+https://github.com/rust-lang/crates.io-index"
152checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
153
154[[package]]
155name = "bitvec"
156version = "1.0.1"
157source = "registry+https://github.com/rust-lang/crates.io-index"
158checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
159dependencies = [
160 "funty",
161 "radium",
162 "tap",
163 "wyz",
164]
165
166[[package]]
167name = "block-buffer"
168version = "0.10.4"
169source = "registry+https://github.com/rust-lang/crates.io-index"
170checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
171dependencies = [
172 "generic-array",
173]
174
175[[package]]
176name = "bson"
177version = "2.11.0"
178source = "registry+https://github.com/rust-lang/crates.io-index"
179checksum = "d8a88e82b9106923b5c4d6edfca9e7db958d4e98a478ec115022e81b9b38e2c8"
180dependencies = [
181 "ahash",
182 "base64",
183 "bitvec",
184 "hex",
185 "indexmap",
186 "js-sys",
187 "once_cell",
188 "rand 0.8.5",
189 "serde",
190 "serde_bytes",
191 "serde_json",
192 "time",
193 "uuid",
194]
195
196[[package]]
197name = "bstr"
198version = "1.10.0"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "40723b8fb387abc38f4f4a37c09073622e41dd12327033091ef8950659e6dc0c"
201dependencies = [
202 "memchr",
203 "serde",
204]
205
206[[package]]
207name = "bumpalo"
208version = "3.16.0"
209source = "registry+https://github.com/rust-lang/crates.io-index"
210checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
211
212[[package]]
213name = "bytelines"
214version = "2.5.0"
215source = "registry+https://github.com/rust-lang/crates.io-index"
216checksum = "1297656b3c221f5251560da47ce530d981345d3dabe822067c18ecb36e67aacb"
217
218[[package]]
219name = "byteorder"
220version = "1.5.0"
221source = "registry+https://github.com/rust-lang/crates.io-index"
222checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
223
224[[package]]
225name = "bytesize"
226version = "1.3.0"
227source = "registry+https://github.com/rust-lang/crates.io-index"
228checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
229
230[[package]]
231name = "cc"
232version = "1.1.13"
233source = "registry+https://github.com/rust-lang/crates.io-index"
234checksum = "72db2f7947ecee9b03b510377e8bb9077afa27176fdbff55c51027e976fdcc48"
235dependencies = [
236 "shlex",
237]
238
239[[package]]
240name = "cfg-if"
241version = "1.0.0"
242source = "registry+https://github.com/rust-lang/crates.io-index"
243checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
244
245[[package]]
246name = "chrono"
247version = "0.4.38"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
250dependencies = [
251 "android-tzdata",
252 "iana-time-zone",
253 "num-traits",
254 "windows-targets",
255]
256
257[[package]]
258name = "chrono-tz"
259version = "0.9.0"
260source = "registry+https://github.com/rust-lang/crates.io-index"
261checksum = "93698b29de5e97ad0ae26447b344c482a7284c737d9ddc5f9e52b74a336671bb"
262dependencies = [
263 "chrono",
264 "chrono-tz-build",
265 "phf",
266]
267
268[[package]]
269name = "chrono-tz-build"
270version = "0.3.0"
271source = "registry+https://github.com/rust-lang/crates.io-index"
272checksum = "0c088aee841df9c3041febbb73934cfc39708749bf96dc827e3359cd39ef11b1"
273dependencies = [
274 "parse-zoneinfo",
275 "phf",
276 "phf_codegen",
277]
278
279[[package]]
280name = "clap"
281version = "4.5.16"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019"
284dependencies = [
285 "clap_builder",
286 "clap_derive",
287]
288
289[[package]]
290name = "clap_builder"
291version = "4.5.15"
292source = "registry+https://github.com/rust-lang/crates.io-index"
293checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6"
294dependencies = [
295 "anstream",
296 "anstyle",
297 "clap_lex",
298 "strsim",
299]
300
301[[package]]
302name = "clap_derive"
303version = "4.5.13"
304source = "registry+https://github.com/rust-lang/crates.io-index"
305checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0"
306dependencies = [
307 "heck 0.5.0",
308 "proc-macro2",
309 "quote",
310 "syn 2.0.75",
311]
312
313[[package]]
314name = "clap_lex"
315version = "0.7.2"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97"
318
319[[package]]
320name = "cli-table"
321version = "0.4.9"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "b53f9241f288a7b12c56565f04aaeaeeab6b8923d42d99255d4ca428b4d97f89"
324dependencies = [
325 "cli-table-derive",
326 "csv",
327 "termcolor",
328 "unicode-width",
329]
330
331[[package]]
332name = "cli-table-derive"
333version = "0.4.6"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "3e83a93253aaae7c74eb7428ce4faa6e219ba94886908048888701819f82fb94"
336dependencies = [
337 "proc-macro2",
338 "quote",
339 "syn 1.0.109",
340]
341
342[[package]]
343name = "cloudabi"
344version = "0.0.3"
345source = "registry+https://github.com/rust-lang/crates.io-index"
346checksum = "ddfc5b9aa5d4507acaf872de71051dfd0e309860e88966e1051e462a077aac4f"
347dependencies = [
348 "bitflags 1.3.2",
349]
350
351[[package]]
352name = "colorchoice"
353version = "1.0.2"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0"
356
357[[package]]
358name = "core-foundation-sys"
359version = "0.8.7"
360source = "registry+https://github.com/rust-lang/crates.io-index"
361checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
362
363[[package]]
364name = "cpufeatures"
365version = "0.2.13"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "51e852e6dc9a5bed1fae92dd2375037bf2b768725bf3be87811edee3249d09ad"
368dependencies = [
369 "libc",
370]
371
372[[package]]
373name = "crossbeam-deque"
374version = "0.8.5"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
377dependencies = [
378 "crossbeam-epoch",
379 "crossbeam-utils",
380]
381
382[[package]]
383name = "crossbeam-epoch"
384version = "0.9.18"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
387dependencies = [
388 "crossbeam-utils",
389]
390
391[[package]]
392name = "crossbeam-utils"
393version = "0.8.20"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
396
397[[package]]
398name = "crypto-common"
399version = "0.1.6"
400source = "registry+https://github.com/rust-lang/crates.io-index"
401checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
402dependencies = [
403 "generic-array",
404 "typenum",
405]
406
407[[package]]
408name = "csv"
409version = "1.3.0"
410source = "registry+https://github.com/rust-lang/crates.io-index"
411checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
412dependencies = [
413 "csv-core",
414 "itoa",
415 "ryu",
416 "serde",
417]
418
419[[package]]
420name = "csv-core"
421version = "0.1.11"
422source = "registry+https://github.com/rust-lang/crates.io-index"
423checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
424dependencies = [
425 "memchr",
426]
427
428[[package]]
429name = "deranged"
430version = "0.3.11"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
433dependencies = [
434 "powerfmt",
435]
436
437[[package]]
438name = "deunicode"
439version = "1.6.0"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00"
442
443[[package]]
444name = "digest"
445version = "0.10.7"
446source = "registry+https://github.com/rust-lang/crates.io-index"
447checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
448dependencies = [
449 "block-buffer",
450 "crypto-common",
451]
452
453[[package]]
454name = "equivalent"
455version = "1.0.1"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
458
459[[package]]
460name = "failure"
461version = "0.1.8"
462source = "registry+https://github.com/rust-lang/crates.io-index"
463checksum = "d32e9bd16cc02eae7db7ef620b392808b89f6a5e16bb3497d159c6b92a0f4f86"
464dependencies = [
465 "backtrace",
466 "failure_derive",
467]
468
469[[package]]
470name = "failure_derive"
471version = "0.1.8"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "aa4da3c766cd7a0db8242e326e9e4e081edd567072893ed320008189715366a4"
474dependencies = [
475 "proc-macro2",
476 "quote",
477 "syn 1.0.109",
478 "synstructure",
479]
480
481[[package]]
482name = "fake"
483version = "1.3.0"
484source = "registry+https://github.com/rust-lang/crates.io-index"
485checksum = "b7e5932b40ab216d69bca7d228fa0bf754c44b70ed97fcc70fdc1b66d6214f51"
486dependencies = [
487 "rand 0.6.5",
488]
489
490[[package]]
491name = "format_num"
492version = "0.1.0"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "14ac05eb8d2eb4ed1eeff847911deae077b0b53332465de9d6a26b0ea9961bc8"
495dependencies = [
496 "regex",
497]
498
499[[package]]
500name = "fuchsia-cprng"
501version = "0.1.1"
502source = "registry+https://github.com/rust-lang/crates.io-index"
503checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
504
505[[package]]
506name = "funty"
507version = "2.0.0"
508source = "registry+https://github.com/rust-lang/crates.io-index"
509checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
510
511[[package]]
512name = "generic-array"
513version = "0.14.7"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
516dependencies = [
517 "typenum",
518 "version_check",
519]
520
521[[package]]
522name = "getrandom"
523version = "0.2.15"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
526dependencies = [
527 "cfg-if",
528 "libc",
529 "wasi",
530]
531
532[[package]]
533name = "gimli"
534version = "0.29.0"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
537
538[[package]]
539name = "globset"
540version = "0.4.14"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "57da3b9b5b85bd66f31093f8c408b90a74431672542466497dcbdfdc02034be1"
543dependencies = [
544 "aho-corasick",
545 "bstr",
546 "log",
547 "regex-automata",
548 "regex-syntax",
549]
550
551[[package]]
552name = "globwalk"
553version = "0.9.1"
554source = "registry+https://github.com/rust-lang/crates.io-index"
555checksum = "0bf760ebf69878d9fd8f110c89703d90ce35095324d1f1edcb595c63945ee757"
556dependencies = [
557 "bitflags 2.6.0",
558 "ignore",
559 "walkdir",
560]
561
562[[package]]
563name = "growable-bloom-filter"
564version = "2.1.0"
565source = "registry+https://github.com/rust-lang/crates.io-index"
566checksum = "c669fa03050eb3445343f215d62fc1ab831e8098bc9a55f26e9724faff11075c"
567dependencies = [
568 "serde",
569 "serde_bytes",
570 "serde_derive",
571 "xxhash-rust",
572]
573
574[[package]]
575name = "hashbrown"
576version = "0.14.5"
577source = "registry+https://github.com/rust-lang/crates.io-index"
578checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
579
580[[package]]
581name = "heck"
582version = "0.4.1"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
585
586[[package]]
587name = "heck"
588version = "0.5.0"
589source = "registry+https://github.com/rust-lang/crates.io-index"
590checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
591
592[[package]]
593name = "hex"
594version = "0.4.3"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
597
598[[package]]
599name = "humansize"
600version = "2.1.3"
601source = "registry+https://github.com/rust-lang/crates.io-index"
602checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
603dependencies = [
604 "libm",
605]
606
607[[package]]
608name = "iana-time-zone"
609version = "0.1.60"
610source = "registry+https://github.com/rust-lang/crates.io-index"
611checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
612dependencies = [
613 "android_system_properties",
614 "core-foundation-sys",
615 "iana-time-zone-haiku",
616 "js-sys",
617 "wasm-bindgen",
618 "windows-core",
619]
620
621[[package]]
622name = "iana-time-zone-haiku"
623version = "0.1.2"
624source = "registry+https://github.com/rust-lang/crates.io-index"
625checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
626dependencies = [
627 "cc",
628]
629
630[[package]]
631name = "identity-hash"
632version = "0.1.0"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "dfdd7caa900436d8f13b2346fe10257e0c05c1f1f9e351f4f5d57c03bd5f45da"
635
636[[package]]
637name = "ignore"
638version = "0.4.22"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
641dependencies = [
642 "crossbeam-deque",
643 "globset",
644 "log",
645 "memchr",
646 "regex-automata",
647 "same-file",
648 "walkdir",
649 "winapi-util",
650]
651
652[[package]]
653name = "indexmap"
654version = "2.4.0"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "93ead53efc7ea8ed3cfb0c79fc8023fbb782a5432b52830b6518941cebe6505c"
657dependencies = [
658 "equivalent",
659 "hashbrown",
660]
661
662[[package]]
663name = "is_terminal_polyfill"
664version = "1.70.1"
665source = "registry+https://github.com/rust-lang/crates.io-index"
666checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
667
668[[package]]
669name = "itoa"
670version = "1.0.11"
671source = "registry+https://github.com/rust-lang/crates.io-index"
672checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
673
674[[package]]
675name = "jen"
676version = "1.7.0"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "d6dbf07da3aeb1810d042d6b06d3fa1f940d9c540e50eaf50266d3e57c8f4049"
679dependencies = [
680 "bson",
681 "clap",
682 "failure",
683 "fake",
684 "nanoid",
685 "rand 0.8.5",
686 "serde",
687 "serde_json",
688 "tera",
689 "uuid",
690]
691
692[[package]]
693name = "js-sys"
694version = "0.3.70"
695source = "registry+https://github.com/rust-lang/crates.io-index"
696checksum = "1868808506b929d7b0cfa8f75951347aa71bb21144b7791bae35d9bccfcfe37a"
697dependencies = [
698 "wasm-bindgen",
699]
700
701[[package]]
702name = "lazy_static"
703version = "1.5.0"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
706
707[[package]]
708name = "libc"
709version = "0.2.158"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439"
712
713[[package]]
714name = "libm"
715version = "0.2.8"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
718
719[[package]]
720name = "log"
721version = "0.4.22"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
724
725[[package]]
726name = "memchr"
727version = "2.7.4"
728source = "registry+https://github.com/rust-lang/crates.io-index"
729checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
730
731[[package]]
732name = "miniz_oxide"
733version = "0.7.4"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
736dependencies = [
737 "adler",
738]
739
740[[package]]
741name = "nanoid"
742version = "0.4.0"
743source = "registry+https://github.com/rust-lang/crates.io-index"
744checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
745dependencies = [
746 "rand 0.8.5",
747]
748
749[[package]]
750name = "num-conv"
751version = "0.1.0"
752source = "registry+https://github.com/rust-lang/crates.io-index"
753checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
754
755[[package]]
756name = "num-traits"
757version = "0.2.19"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
760dependencies = [
761 "autocfg 1.3.0",
762]
763
764[[package]]
765name = "object"
766version = "0.36.3"
767source = "registry+https://github.com/rust-lang/crates.io-index"
768checksum = "27b64972346851a39438c60b341ebc01bba47464ae329e55cf343eb93964efd9"
769dependencies = [
770 "memchr",
771]
772
773[[package]]
774name = "once_cell"
775version = "1.19.0"
776source = "registry+https://github.com/rust-lang/crates.io-index"
777checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
778
779[[package]]
780name = "parse-zoneinfo"
781version = "0.3.1"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
784dependencies = [
785 "regex",
786]
787
788[[package]]
789name = "percent-encoding"
790version = "2.3.1"
791source = "registry+https://github.com/rust-lang/crates.io-index"
792checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
793
794[[package]]
795name = "pest"
796version = "2.7.11"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "cd53dff83f26735fdc1ca837098ccf133605d794cdae66acfc2bfac3ec809d95"
799dependencies = [
800 "memchr",
801 "thiserror",
802 "ucd-trie",
803]
804
805[[package]]
806name = "pest_derive"
807version = "2.7.11"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "2a548d2beca6773b1c244554d36fcf8548a8a58e74156968211567250e48e49a"
810dependencies = [
811 "pest",
812 "pest_generator",
813]
814
815[[package]]
816name = "pest_generator"
817version = "2.7.11"
818source = "registry+https://github.com/rust-lang/crates.io-index"
819checksum = "3c93a82e8d145725dcbaf44e5ea887c8a869efdcc28706df2d08c69e17077183"
820dependencies = [
821 "pest",
822 "pest_meta",
823 "proc-macro2",
824 "quote",
825 "syn 2.0.75",
826]
827
828[[package]]
829name = "pest_meta"
830version = "2.7.11"
831source = "registry+https://github.com/rust-lang/crates.io-index"
832checksum = "a941429fea7e08bedec25e4f6785b6ffaacc6b755da98df5ef3e7dcf4a124c4f"
833dependencies = [
834 "once_cell",
835 "pest",
836 "sha2",
837]
838
839[[package]]
840name = "phf"
841version = "0.11.2"
842source = "registry+https://github.com/rust-lang/crates.io-index"
843checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
844dependencies = [
845 "phf_shared",
846]
847
848[[package]]
849name = "phf_codegen"
850version = "0.11.2"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
853dependencies = [
854 "phf_generator",
855 "phf_shared",
856]
857
858[[package]]
859name = "phf_generator"
860version = "0.11.2"
861source = "registry+https://github.com/rust-lang/crates.io-index"
862checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
863dependencies = [
864 "phf_shared",
865 "rand 0.8.5",
866]
867
868[[package]]
869name = "phf_shared"
870version = "0.11.2"
871source = "registry+https://github.com/rust-lang/crates.io-index"
872checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
873dependencies = [
874 "siphasher",
875]
876
877[[package]]
878name = "powerfmt"
879version = "0.2.0"
880source = "registry+https://github.com/rust-lang/crates.io-index"
881checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
882
883[[package]]
884name = "ppv-lite86"
885version = "0.2.20"
886source = "registry+https://github.com/rust-lang/crates.io-index"
887checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
888dependencies = [
889 "zerocopy",
890]
891
892[[package]]
893name = "proc-macro2"
894version = "1.0.86"
895source = "registry+https://github.com/rust-lang/crates.io-index"
896checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
897dependencies = [
898 "unicode-ident",
899]
900
901[[package]]
902name = "quote"
903version = "1.0.36"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
906dependencies = [
907 "proc-macro2",
908]
909
910[[package]]
911name = "radium"
912version = "0.7.0"
913source = "registry+https://github.com/rust-lang/crates.io-index"
914checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
915
916[[package]]
917name = "rand"
918version = "0.6.5"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "6d71dacdc3c88c1fde3885a3be3fbab9f35724e6ce99467f7d9c5026132184ca"
921dependencies = [
922 "autocfg 0.1.8",
923 "libc",
924 "rand_chacha 0.1.1",
925 "rand_core 0.4.2",
926 "rand_hc",
927 "rand_isaac",
928 "rand_jitter",
929 "rand_os",
930 "rand_pcg",
931 "rand_xorshift",
932 "winapi",
933]
934
935[[package]]
936name = "rand"
937version = "0.8.5"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
940dependencies = [
941 "libc",
942 "rand_chacha 0.3.1",
943 "rand_core 0.6.4",
944]
945
946[[package]]
947name = "rand_chacha"
948version = "0.1.1"
949source = "registry+https://github.com/rust-lang/crates.io-index"
950checksum = "556d3a1ca6600bfcbab7c7c91ccb085ac7fbbcd70e008a98742e7847f4f7bcef"
951dependencies = [
952 "autocfg 0.1.8",
953 "rand_core 0.3.1",
954]
955
956[[package]]
957name = "rand_chacha"
958version = "0.3.1"
959source = "registry+https://github.com/rust-lang/crates.io-index"
960checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
961dependencies = [
962 "ppv-lite86",
963 "rand_core 0.6.4",
964]
965
966[[package]]
967name = "rand_core"
968version = "0.3.1"
969source = "registry+https://github.com/rust-lang/crates.io-index"
970checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
971dependencies = [
972 "rand_core 0.4.2",
973]
974
975[[package]]
976name = "rand_core"
977version = "0.4.2"
978source = "registry+https://github.com/rust-lang/crates.io-index"
979checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
980
981[[package]]
982name = "rand_core"
983version = "0.6.4"
984source = "registry+https://github.com/rust-lang/crates.io-index"
985checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
986dependencies = [
987 "getrandom",
988]
989
990[[package]]
991name = "rand_hc"
992version = "0.1.0"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "7b40677c7be09ae76218dc623efbf7b18e34bced3f38883af07bb75630a21bc4"
995dependencies = [
996 "rand_core 0.3.1",
997]
998
999[[package]]
1000name = "rand_isaac"
1001version = "0.1.1"
1002source = "registry+https://github.com/rust-lang/crates.io-index"
1003checksum = "ded997c9d5f13925be2a6fd7e66bf1872597f759fd9dd93513dd7e92e5a5ee08"
1004dependencies = [
1005 "rand_core 0.3.1",
1006]
1007
1008[[package]]
1009name = "rand_jitter"
1010version = "0.1.4"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "1166d5c91dc97b88d1decc3285bb0a99ed84b05cfd0bc2341bdf2d43fc41e39b"
1013dependencies = [
1014 "libc",
1015 "rand_core 0.4.2",
1016 "winapi",
1017]
1018
1019[[package]]
1020name = "rand_os"
1021version = "0.1.3"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "7b75f676a1e053fc562eafbb47838d67c84801e38fc1ba459e8f180deabd5071"
1024dependencies = [
1025 "cloudabi",
1026 "fuchsia-cprng",
1027 "libc",
1028 "rand_core 0.4.2",
1029 "rdrand",
1030 "winapi",
1031]
1032
1033[[package]]
1034name = "rand_pcg"
1035version = "0.1.2"
1036source = "registry+https://github.com/rust-lang/crates.io-index"
1037checksum = "abf9b09b01790cfe0364f52bf32995ea3c39f4d2dd011eac241d2914146d0b44"
1038dependencies = [
1039 "autocfg 0.1.8",
1040 "rand_core 0.4.2",
1041]
1042
1043[[package]]
1044name = "rand_xorshift"
1045version = "0.1.1"
1046source = "registry+https://github.com/rust-lang/crates.io-index"
1047checksum = "cbf7e9e623549b0e21f6e97cf8ecf247c1a8fd2e8a992ae265314300b2455d5c"
1048dependencies = [
1049 "rand_core 0.3.1",
1050]
1051
1052[[package]]
1053name = "rdrand"
1054version = "0.4.0"
1055source = "registry+https://github.com/rust-lang/crates.io-index"
1056checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1057dependencies = [
1058 "rand_core 0.3.1",
1059]
1060
1061[[package]]
1062name = "regex"
1063version = "1.10.6"
1064source = "registry+https://github.com/rust-lang/crates.io-index"
1065checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
1066dependencies = [
1067 "aho-corasick",
1068 "memchr",
1069 "regex-automata",
1070 "regex-syntax",
1071]
1072
1073[[package]]
1074name = "regex-automata"
1075version = "0.4.7"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
1078dependencies = [
1079 "aho-corasick",
1080 "memchr",
1081 "regex-syntax",
1082]
1083
1084[[package]]
1085name = "regex-syntax"
1086version = "0.8.4"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
1089
1090[[package]]
1091name = "runiq"
1092version = "2.0.0"
1093dependencies = [
1094 "bytelines",
1095 "bytesize",
1096 "clap",
1097 "cli-table",
1098 "format_num",
1099 "growable-bloom-filter",
1100 "identity-hash",
1101 "jen",
1102 "strum",
1103 "strum_macros",
1104 "xxhash-rust",
1105]
1106
1107[[package]]
1108name = "rustc-demangle"
1109version = "0.1.24"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
1112
1113[[package]]
1114name = "rustversion"
1115version = "1.0.17"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
1118
1119[[package]]
1120name = "ryu"
1121version = "1.0.18"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
1124
1125[[package]]
1126name = "same-file"
1127version = "1.0.6"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1130dependencies = [
1131 "winapi-util",
1132]
1133
1134[[package]]
1135name = "serde"
1136version = "1.0.208"
1137source = "registry+https://github.com/rust-lang/crates.io-index"
1138checksum = "cff085d2cb684faa248efb494c39b68e522822ac0de72ccf08109abde717cfb2"
1139dependencies = [
1140 "serde_derive",
1141]
1142
1143[[package]]
1144name = "serde_bytes"
1145version = "0.11.15"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a"
1148dependencies = [
1149 "serde",
1150]
1151
1152[[package]]
1153name = "serde_derive"
1154version = "1.0.208"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "24008e81ff7613ed8e5ba0cfaf24e2c2f1e5b8a0495711e44fcd4882fca62bcf"
1157dependencies = [
1158 "proc-macro2",
1159 "quote",
1160 "syn 2.0.75",
1161]
1162
1163[[package]]
1164name = "serde_json"
1165version = "1.0.125"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "83c8e735a073ccf5be70aa8066aa984eaf2fa000db6c8d0100ae605b366d31ed"
1168dependencies = [
1169 "indexmap",
1170 "itoa",
1171 "memchr",
1172 "ryu",
1173 "serde",
1174]
1175
1176[[package]]
1177name = "sha2"
1178version = "0.10.8"
1179source = "registry+https://github.com/rust-lang/crates.io-index"
1180checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
1181dependencies = [
1182 "cfg-if",
1183 "cpufeatures",
1184 "digest",
1185]
1186
1187[[package]]
1188name = "shlex"
1189version = "1.3.0"
1190source = "registry+https://github.com/rust-lang/crates.io-index"
1191checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1192
1193[[package]]
1194name = "siphasher"
1195version = "0.3.11"
1196source = "registry+https://github.com/rust-lang/crates.io-index"
1197checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
1198
1199[[package]]
1200name = "slug"
1201version = "0.1.6"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724"
1204dependencies = [
1205 "deunicode",
1206 "wasm-bindgen",
1207]
1208
1209[[package]]
1210name = "strsim"
1211version = "0.11.1"
1212source = "registry+https://github.com/rust-lang/crates.io-index"
1213checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
1214
1215[[package]]
1216name = "strum"
1217version = "0.25.0"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
1220
1221[[package]]
1222name = "strum_macros"
1223version = "0.25.3"
1224source = "registry+https://github.com/rust-lang/crates.io-index"
1225checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
1226dependencies = [
1227 "heck 0.4.1",
1228 "proc-macro2",
1229 "quote",
1230 "rustversion",
1231 "syn 2.0.75",
1232]
1233
1234[[package]]
1235name = "syn"
1236version = "1.0.109"
1237source = "registry+https://github.com/rust-lang/crates.io-index"
1238checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
1239dependencies = [
1240 "proc-macro2",
1241 "quote",
1242 "unicode-ident",
1243]
1244
1245[[package]]
1246name = "syn"
1247version = "2.0.75"
1248source = "registry+https://github.com/rust-lang/crates.io-index"
1249checksum = "f6af063034fc1935ede7be0122941bafa9bacb949334d090b77ca98b5817c7d9"
1250dependencies = [
1251 "proc-macro2",
1252 "quote",
1253 "unicode-ident",
1254]
1255
1256[[package]]
1257name = "synstructure"
1258version = "0.12.6"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "f36bdaa60a83aca3921b5259d5400cbf5e90fc51931376a9bd4a0eb79aa7210f"
1261dependencies = [
1262 "proc-macro2",
1263 "quote",
1264 "syn 1.0.109",
1265 "unicode-xid",
1266]
1267
1268[[package]]
1269name = "tap"
1270version = "1.0.1"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
1273
1274[[package]]
1275name = "tera"
1276version = "1.20.0"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "ab9d851b45e865f178319da0abdbfe6acbc4328759ff18dafc3a41c16b4cd2ee"
1279dependencies = [
1280 "chrono",
1281 "chrono-tz",
1282 "globwalk",
1283 "humansize",
1284 "lazy_static",
1285 "percent-encoding",
1286 "pest",
1287 "pest_derive",
1288 "rand 0.8.5",
1289 "regex",
1290 "serde",
1291 "serde_json",
1292 "slug",
1293 "unic-segment",
1294]
1295
1296[[package]]
1297name = "termcolor"
1298version = "1.4.1"
1299source = "registry+https://github.com/rust-lang/crates.io-index"
1300checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
1301dependencies = [
1302 "winapi-util",
1303]
1304
1305[[package]]
1306name = "thiserror"
1307version = "1.0.63"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724"
1310dependencies = [
1311 "thiserror-impl",
1312]
1313
1314[[package]]
1315name = "thiserror-impl"
1316version = "1.0.63"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261"
1319dependencies = [
1320 "proc-macro2",
1321 "quote",
1322 "syn 2.0.75",
1323]
1324
1325[[package]]
1326name = "time"
1327version = "0.3.36"
1328source = "registry+https://github.com/rust-lang/crates.io-index"
1329checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
1330dependencies = [
1331 "deranged",
1332 "itoa",
1333 "num-conv",
1334 "powerfmt",
1335 "serde",
1336 "time-core",
1337 "time-macros",
1338]
1339
1340[[package]]
1341name = "time-core"
1342version = "0.1.2"
1343source = "registry+https://github.com/rust-lang/crates.io-index"
1344checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
1345
1346[[package]]
1347name = "time-macros"
1348version = "0.2.18"
1349source = "registry+https://github.com/rust-lang/crates.io-index"
1350checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
1351dependencies = [
1352 "num-conv",
1353 "time-core",
1354]
1355
1356[[package]]
1357name = "typenum"
1358version = "1.17.0"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
1361
1362[[package]]
1363name = "ucd-trie"
1364version = "0.1.6"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
1367
1368[[package]]
1369name = "unic-char-property"
1370version = "0.9.0"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "a8c57a407d9b6fa02b4795eb81c5b6652060a15a7903ea981f3d723e6c0be221"
1373dependencies = [
1374 "unic-char-range",
1375]
1376
1377[[package]]
1378name = "unic-char-range"
1379version = "0.9.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "0398022d5f700414f6b899e10b8348231abf9173fa93144cbc1a43b9793c1fbc"
1382
1383[[package]]
1384name = "unic-common"
1385version = "0.9.0"
1386source = "registry+https://github.com/rust-lang/crates.io-index"
1387checksum = "80d7ff825a6a654ee85a63e80f92f054f904f21e7d12da4e22f9834a4aaa35bc"
1388
1389[[package]]
1390name = "unic-segment"
1391version = "0.9.0"
1392source = "registry+https://github.com/rust-lang/crates.io-index"
1393checksum = "e4ed5d26be57f84f176157270c112ef57b86debac9cd21daaabbe56db0f88f23"
1394dependencies = [
1395 "unic-ucd-segment",
1396]
1397
1398[[package]]
1399name = "unic-ucd-segment"
1400version = "0.9.0"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "2079c122a62205b421f499da10f3ee0f7697f012f55b675e002483c73ea34700"
1403dependencies = [
1404 "unic-char-property",
1405 "unic-char-range",
1406 "unic-ucd-version",
1407]
1408
1409[[package]]
1410name = "unic-ucd-version"
1411version = "0.9.0"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "96bd2f2237fe450fcd0a1d2f5f4e91711124f7857ba2e964247776ebeeb7b0c4"
1414dependencies = [
1415 "unic-common",
1416]
1417
1418[[package]]
1419name = "unicode-ident"
1420version = "1.0.12"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
1423
1424[[package]]
1425name = "unicode-width"
1426version = "0.1.13"
1427source = "registry+https://github.com/rust-lang/crates.io-index"
1428checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
1429
1430[[package]]
1431name = "unicode-xid"
1432version = "0.2.4"
1433source = "registry+https://github.com/rust-lang/crates.io-index"
1434checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
1435
1436[[package]]
1437name = "utf8parse"
1438version = "0.2.2"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
1441
1442[[package]]
1443name = "uuid"
1444version = "1.10.0"
1445source = "registry+https://github.com/rust-lang/crates.io-index"
1446checksum = "81dfa00651efa65069b0b6b651f4aaa31ba9e3c3ce0137aaad053604ee7e0314"
1447dependencies = [
1448 "getrandom",
1449 "serde",
1450]
1451
1452[[package]]
1453name = "version_check"
1454version = "0.9.5"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1457
1458[[package]]
1459name = "walkdir"
1460version = "2.5.0"
1461source = "registry+https://github.com/rust-lang/crates.io-index"
1462checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1463dependencies = [
1464 "same-file",
1465 "winapi-util",
1466]
1467
1468[[package]]
1469name = "wasi"
1470version = "0.11.0+wasi-snapshot-preview1"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
1473
1474[[package]]
1475name = "wasm-bindgen"
1476version = "0.2.93"
1477source = "registry+https://github.com/rust-lang/crates.io-index"
1478checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5"
1479dependencies = [
1480 "cfg-if",
1481 "once_cell",
1482 "wasm-bindgen-macro",
1483]
1484
1485[[package]]
1486name = "wasm-bindgen-backend"
1487version = "0.2.93"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b"
1490dependencies = [
1491 "bumpalo",
1492 "log",
1493 "once_cell",
1494 "proc-macro2",
1495 "quote",
1496 "syn 2.0.75",
1497 "wasm-bindgen-shared",
1498]
1499
1500[[package]]
1501name = "wasm-bindgen-macro"
1502version = "0.2.93"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf"
1505dependencies = [
1506 "quote",
1507 "wasm-bindgen-macro-support",
1508]
1509
1510[[package]]
1511name = "wasm-bindgen-macro-support"
1512version = "0.2.93"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836"
1515dependencies = [
1516 "proc-macro2",
1517 "quote",
1518 "syn 2.0.75",
1519 "wasm-bindgen-backend",
1520 "wasm-bindgen-shared",
1521]
1522
1523[[package]]
1524name = "wasm-bindgen-shared"
1525version = "0.2.93"
1526source = "registry+https://github.com/rust-lang/crates.io-index"
1527checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484"
1528
1529[[package]]
1530name = "winapi"
1531version = "0.3.9"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1534dependencies = [
1535 "winapi-i686-pc-windows-gnu",
1536 "winapi-x86_64-pc-windows-gnu",
1537]
1538
1539[[package]]
1540name = "winapi-i686-pc-windows-gnu"
1541version = "0.4.0"
1542source = "registry+https://github.com/rust-lang/crates.io-index"
1543checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1544
1545[[package]]
1546name = "winapi-util"
1547version = "0.1.9"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
1550dependencies = [
1551 "windows-sys 0.59.0",
1552]
1553
1554[[package]]
1555name = "winapi-x86_64-pc-windows-gnu"
1556version = "0.4.0"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1559
1560[[package]]
1561name = "windows-core"
1562version = "0.52.0"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
1565dependencies = [
1566 "windows-targets",
1567]
1568
1569[[package]]
1570name = "windows-sys"
1571version = "0.52.0"
1572source = "registry+https://github.com/rust-lang/crates.io-index"
1573checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1574dependencies = [
1575 "windows-targets",
1576]
1577
1578[[package]]
1579name = "windows-sys"
1580version = "0.59.0"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1583dependencies = [
1584 "windows-targets",
1585]
1586
1587[[package]]
1588name = "windows-targets"
1589version = "0.52.6"
1590source = "registry+https://github.com/rust-lang/crates.io-index"
1591checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1592dependencies = [
1593 "windows_aarch64_gnullvm",
1594 "windows_aarch64_msvc",
1595 "windows_i686_gnu",
1596 "windows_i686_gnullvm",
1597 "windows_i686_msvc",
1598 "windows_x86_64_gnu",
1599 "windows_x86_64_gnullvm",
1600 "windows_x86_64_msvc",
1601]
1602
1603[[package]]
1604name = "windows_aarch64_gnullvm"
1605version = "0.52.6"
1606source = "registry+https://github.com/rust-lang/crates.io-index"
1607checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1608
1609[[package]]
1610name = "windows_aarch64_msvc"
1611version = "0.52.6"
1612source = "registry+https://github.com/rust-lang/crates.io-index"
1613checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1614
1615[[package]]
1616name = "windows_i686_gnu"
1617version = "0.52.6"
1618source = "registry+https://github.com/rust-lang/crates.io-index"
1619checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1620
1621[[package]]
1622name = "windows_i686_gnullvm"
1623version = "0.52.6"
1624source = "registry+https://github.com/rust-lang/crates.io-index"
1625checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1626
1627[[package]]
1628name = "windows_i686_msvc"
1629version = "0.52.6"
1630source = "registry+https://github.com/rust-lang/crates.io-index"
1631checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1632
1633[[package]]
1634name = "windows_x86_64_gnu"
1635version = "0.52.6"
1636source = "registry+https://github.com/rust-lang/crates.io-index"
1637checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1638
1639[[package]]
1640name = "windows_x86_64_gnullvm"
1641version = "0.52.6"
1642source = "registry+https://github.com/rust-lang/crates.io-index"
1643checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1644
1645[[package]]
1646name = "windows_x86_64_msvc"
1647version = "0.52.6"
1648source = "registry+https://github.com/rust-lang/crates.io-index"
1649checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1650
1651[[package]]
1652name = "wyz"
1653version = "0.5.1"
1654source = "registry+https://github.com/rust-lang/crates.io-index"
1655checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
1656dependencies = [
1657 "tap",
1658]
1659
1660[[package]]
1661name = "xxhash-rust"
1662version = "0.8.12"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "6a5cbf750400958819fb6178eaa83bee5cd9c29a26a40cc241df8c70fdd46984"
1665
1666[[package]]
1667name = "zerocopy"
1668version = "0.7.35"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
1671dependencies = [
1672 "byteorder",
1673 "zerocopy-derive",
1674]
1675
1676[[package]]
1677name = "zerocopy-derive"
1678version = "0.7.35"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
1681dependencies = [
1682 "proc-macro2",
1683 "quote",
1684 "syn 2.0.75",
1685]