tracks lexicons and how many times they appeared on the jetstream
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 4
4
5[[package]]
6name = "addr2line"
7version = "0.24.2"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler2"
16version = "2.0.1"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
20[[package]]
21name = "ahash"
22version = "0.8.12"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
25dependencies = [
26 "cfg-if",
27 "getrandom 0.3.3",
28 "once_cell",
29 "serde",
30 "version_check",
31 "zerocopy",
32]
33
34[[package]]
35name = "aho-corasick"
36version = "1.1.3"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
39dependencies = [
40 "memchr",
41]
42
43[[package]]
44name = "alloc-no-stdlib"
45version = "2.0.4"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
48
49[[package]]
50name = "alloc-stdlib"
51version = "0.2.2"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece"
54dependencies = [
55 "alloc-no-stdlib",
56]
57
58[[package]]
59name = "anyhow"
60version = "1.0.98"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "e16d2d3311acee920a9eb8d33b8cbc1787ce4a264e85f964c2404b969bdcd487"
63
64[[package]]
65name = "arc-swap"
66version = "1.7.1"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457"
69
70[[package]]
71name = "async-compression"
72version = "0.4.25"
73source = "registry+https://github.com/rust-lang/crates.io-index"
74checksum = "40f6024f3f856663b45fd0c9b6f2024034a702f453549449e0d84a305900dad4"
75dependencies = [
76 "brotli",
77 "flate2",
78 "futures-core",
79 "memchr",
80 "pin-project-lite",
81 "tokio",
82 "zstd",
83 "zstd-safe",
84]
85
86[[package]]
87name = "async-trait"
88version = "0.1.88"
89source = "registry+https://github.com/rust-lang/crates.io-index"
90checksum = "e539d3fca749fcee5236ab05e93a52867dd549cc157c8cb7f99595f3cedffdb5"
91dependencies = [
92 "proc-macro2",
93 "quote",
94 "syn",
95]
96
97[[package]]
98name = "atomic-waker"
99version = "1.1.2"
100source = "registry+https://github.com/rust-lang/crates.io-index"
101checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
102
103[[package]]
104name = "autocfg"
105version = "1.5.0"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
108
109[[package]]
110name = "axum"
111version = "0.8.4"
112source = "registry+https://github.com/rust-lang/crates.io-index"
113checksum = "021e862c184ae977658b36c4500f7feac3221ca5da43e3f25bd04ab6c79a29b5"
114dependencies = [
115 "axum-core",
116 "bytes",
117 "form_urlencoded",
118 "futures-util",
119 "http",
120 "http-body",
121 "http-body-util",
122 "hyper",
123 "hyper-util",
124 "itoa",
125 "matchit",
126 "memchr",
127 "mime",
128 "percent-encoding",
129 "pin-project-lite",
130 "rustversion",
131 "serde",
132 "serde_json",
133 "serde_path_to_error",
134 "serde_urlencoded",
135 "sync_wrapper",
136 "tokio",
137 "tower",
138 "tower-layer",
139 "tower-service",
140 "tracing",
141]
142
143[[package]]
144name = "axum-core"
145version = "0.5.2"
146source = "registry+https://github.com/rust-lang/crates.io-index"
147checksum = "68464cd0412f486726fb3373129ef5d2993f90c34bc2bc1c1e9943b2f4fc7ca6"
148dependencies = [
149 "bytes",
150 "futures-core",
151 "http",
152 "http-body",
153 "http-body-util",
154 "mime",
155 "pin-project-lite",
156 "rustversion",
157 "sync_wrapper",
158 "tower-layer",
159 "tower-service",
160 "tracing",
161]
162
163[[package]]
164name = "axum-tws"
165version = "0.5.0"
166source = "git+https://github.com/90-008/axum-tws.git#34b89132c5331d6faae9b10912977f9dae5d53ff"
167dependencies = [
168 "axum-core",
169 "base64",
170 "bytes",
171 "futures-util",
172 "http",
173 "hyper",
174 "hyper-util",
175 "sha1",
176 "tokio",
177 "tokio-websockets",
178]
179
180[[package]]
181name = "backtrace"
182version = "0.3.75"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
185dependencies = [
186 "addr2line",
187 "cfg-if",
188 "libc",
189 "miniz_oxide",
190 "object",
191 "rustc-demangle",
192 "windows-targets 0.52.6",
193]
194
195[[package]]
196name = "base64"
197version = "0.22.1"
198source = "registry+https://github.com/rust-lang/crates.io-index"
199checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
200
201[[package]]
202name = "bitflags"
203version = "2.9.1"
204source = "registry+https://github.com/rust-lang/crates.io-index"
205checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
206
207[[package]]
208name = "block-buffer"
209version = "0.10.4"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
212dependencies = [
213 "generic-array",
214]
215
216[[package]]
217name = "borsh"
218version = "1.5.7"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
221dependencies = [
222 "cfg_aliases",
223]
224
225[[package]]
226name = "branches"
227version = "0.2.2"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "a918aa7a861caeba57e502465c30e3a0d74ae02ee0b9db2933602fdb6a3a90e5"
230dependencies = [
231 "rustc_version",
232]
233
234[[package]]
235name = "brotli"
236version = "8.0.1"
237source = "registry+https://github.com/rust-lang/crates.io-index"
238checksum = "9991eea70ea4f293524138648e41ee89b0b2b12ddef3b255effa43c8056e0e0d"
239dependencies = [
240 "alloc-no-stdlib",
241 "alloc-stdlib",
242 "brotli-decompressor",
243]
244
245[[package]]
246name = "brotli-decompressor"
247version = "5.0.0"
248source = "registry+https://github.com/rust-lang/crates.io-index"
249checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03"
250dependencies = [
251 "alloc-no-stdlib",
252 "alloc-stdlib",
253]
254
255[[package]]
256name = "bumpalo"
257version = "3.19.0"
258source = "registry+https://github.com/rust-lang/crates.io-index"
259checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
260
261[[package]]
262name = "bytecheck"
263version = "0.8.1"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "50690fb3370fb9fe3550372746084c46f2ac8c9685c583d2be10eefd89d3d1a3"
266dependencies = [
267 "bytecheck_derive",
268 "ptr_meta",
269 "rancor",
270 "simdutf8",
271]
272
273[[package]]
274name = "bytecheck_derive"
275version = "0.8.1"
276source = "registry+https://github.com/rust-lang/crates.io-index"
277checksum = "efb7846e0cb180355c2dec69e721edafa36919850f1a9f52ffba4ebc0393cb71"
278dependencies = [
279 "proc-macro2",
280 "quote",
281 "syn",
282]
283
284[[package]]
285name = "byteorder"
286version = "1.5.0"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
289
290[[package]]
291name = "bytes"
292version = "1.10.1"
293source = "registry+https://github.com/rust-lang/crates.io-index"
294checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
295
296[[package]]
297name = "byteview"
298version = "0.6.1"
299source = "registry+https://github.com/rust-lang/crates.io-index"
300checksum = "6236364b88b9b6d0bc181ba374cf1ab55ba3ef97a1cb6f8cddad48a273767fb5"
301
302[[package]]
303name = "cc"
304version = "1.2.30"
305source = "registry+https://github.com/rust-lang/crates.io-index"
306checksum = "deec109607ca693028562ed836a5f1c4b8bd77755c4e132fc5ce11b0b6211ae7"
307dependencies = [
308 "jobserver",
309 "libc",
310 "shlex",
311]
312
313[[package]]
314name = "cesu8"
315version = "1.1.0"
316source = "registry+https://github.com/rust-lang/crates.io-index"
317checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
318
319[[package]]
320name = "cfg-if"
321version = "1.0.1"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
324
325[[package]]
326name = "cfg_aliases"
327version = "0.2.1"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
330
331[[package]]
332name = "combine"
333version = "4.6.7"
334source = "registry+https://github.com/rust-lang/crates.io-index"
335checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
336dependencies = [
337 "bytes",
338 "memchr",
339]
340
341[[package]]
342name = "compare"
343version = "0.0.6"
344source = "registry+https://github.com/rust-lang/crates.io-index"
345checksum = "ea0095f6103c2a8b44acd6fd15960c801dafebf02e21940360833e0673f48ba7"
346
347[[package]]
348name = "core-foundation"
349version = "0.10.1"
350source = "registry+https://github.com/rust-lang/crates.io-index"
351checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
352dependencies = [
353 "core-foundation-sys",
354 "libc",
355]
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.17"
366source = "registry+https://github.com/rust-lang/crates.io-index"
367checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
368dependencies = [
369 "libc",
370]
371
372[[package]]
373name = "crc32fast"
374version = "1.5.0"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
377dependencies = [
378 "cfg-if",
379]
380
381[[package]]
382name = "crossbeam-deque"
383version = "0.8.6"
384source = "registry+https://github.com/rust-lang/crates.io-index"
385checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
386dependencies = [
387 "crossbeam-epoch",
388 "crossbeam-utils",
389]
390
391[[package]]
392name = "crossbeam-epoch"
393version = "0.9.18"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
396dependencies = [
397 "crossbeam-utils",
398]
399
400[[package]]
401name = "crossbeam-skiplist"
402version = "0.1.3"
403source = "registry+https://github.com/rust-lang/crates.io-index"
404checksum = "df29de440c58ca2cc6e587ec3d22347551a32435fbde9d2bff64e78a9ffa151b"
405dependencies = [
406 "crossbeam-epoch",
407 "crossbeam-utils",
408]
409
410[[package]]
411name = "crossbeam-utils"
412version = "0.8.21"
413source = "registry+https://github.com/rust-lang/crates.io-index"
414checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
415
416[[package]]
417name = "crypto-common"
418version = "0.1.6"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
421dependencies = [
422 "generic-array",
423 "typenum",
424]
425
426[[package]]
427name = "dashmap"
428version = "6.1.0"
429source = "registry+https://github.com/rust-lang/crates.io-index"
430checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
431dependencies = [
432 "cfg-if",
433 "crossbeam-utils",
434 "hashbrown 0.14.5",
435 "lock_api",
436 "once_cell",
437 "parking_lot_core",
438]
439
440[[package]]
441name = "digest"
442version = "0.10.7"
443source = "registry+https://github.com/rust-lang/crates.io-index"
444checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
445dependencies = [
446 "block-buffer",
447 "crypto-common",
448]
449
450[[package]]
451name = "double-ended-peekable"
452version = "0.1.0"
453source = "registry+https://github.com/rust-lang/crates.io-index"
454checksum = "c0d05e1c0dbad51b52c38bda7adceef61b9efc2baf04acfe8726a8c4630a6f57"
455
456[[package]]
457name = "either"
458version = "1.15.0"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
461
462[[package]]
463name = "enum_dispatch"
464version = "0.3.13"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
467dependencies = [
468 "once_cell",
469 "proc-macro2",
470 "quote",
471 "syn",
472]
473
474[[package]]
475name = "equivalent"
476version = "1.0.2"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
479
480[[package]]
481name = "errno"
482version = "0.3.13"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "778e2ac28f6c47af28e4907f13ffd1e1ddbd400980a9abd7c8df189bf578a5ad"
485dependencies = [
486 "libc",
487 "windows-sys 0.60.2",
488]
489
490[[package]]
491name = "fastrand"
492version = "2.3.0"
493source = "registry+https://github.com/rust-lang/crates.io-index"
494checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
495
496[[package]]
497name = "fjall"
498version = "2.11.2"
499source = "registry+https://github.com/rust-lang/crates.io-index"
500checksum = "0b25ad44cd4360a0448a9b5a0a6f1c7a621101cca4578706d43c9a821418aebc"
501dependencies = [
502 "byteorder",
503 "byteview",
504 "dashmap",
505 "log",
506 "lsm-tree",
507 "path-absolutize",
508 "std-semaphore",
509 "tempfile",
510 "xxhash-rust",
511]
512
513[[package]]
514name = "flate2"
515version = "1.1.2"
516source = "registry+https://github.com/rust-lang/crates.io-index"
517checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
518dependencies = [
519 "crc32fast",
520 "miniz_oxide",
521]
522
523[[package]]
524name = "fnv"
525version = "1.0.7"
526source = "registry+https://github.com/rust-lang/crates.io-index"
527checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
528
529[[package]]
530name = "form_urlencoded"
531version = "1.2.1"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
534dependencies = [
535 "percent-encoding",
536]
537
538[[package]]
539name = "futures-channel"
540version = "0.3.31"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
543dependencies = [
544 "futures-core",
545]
546
547[[package]]
548name = "futures-core"
549version = "0.3.31"
550source = "registry+https://github.com/rust-lang/crates.io-index"
551checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
552
553[[package]]
554name = "futures-macro"
555version = "0.3.31"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
558dependencies = [
559 "proc-macro2",
560 "quote",
561 "syn",
562]
563
564[[package]]
565name = "futures-sink"
566version = "0.3.31"
567source = "registry+https://github.com/rust-lang/crates.io-index"
568checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
569
570[[package]]
571name = "futures-task"
572version = "0.3.31"
573source = "registry+https://github.com/rust-lang/crates.io-index"
574checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
575
576[[package]]
577name = "futures-util"
578version = "0.3.31"
579source = "registry+https://github.com/rust-lang/crates.io-index"
580checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
581dependencies = [
582 "futures-core",
583 "futures-macro",
584 "futures-sink",
585 "futures-task",
586 "pin-project-lite",
587 "pin-utils",
588 "slab",
589]
590
591[[package]]
592name = "generic-array"
593version = "0.14.7"
594source = "registry+https://github.com/rust-lang/crates.io-index"
595checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
596dependencies = [
597 "typenum",
598 "version_check",
599]
600
601[[package]]
602name = "getrandom"
603version = "0.2.16"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
606dependencies = [
607 "cfg-if",
608 "libc",
609 "wasi 0.11.1+wasi-snapshot-preview1",
610]
611
612[[package]]
613name = "getrandom"
614version = "0.3.3"
615source = "registry+https://github.com/rust-lang/crates.io-index"
616checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
617dependencies = [
618 "cfg-if",
619 "libc",
620 "r-efi",
621 "wasi 0.14.2+wasi-0.2.4",
622]
623
624[[package]]
625name = "gimli"
626version = "0.31.1"
627source = "registry+https://github.com/rust-lang/crates.io-index"
628checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
629
630[[package]]
631name = "guardian"
632version = "1.3.0"
633source = "registry+https://github.com/rust-lang/crates.io-index"
634checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f"
635
636[[package]]
637name = "h2"
638version = "0.4.11"
639source = "registry+https://github.com/rust-lang/crates.io-index"
640checksum = "17da50a276f1e01e0ba6c029e47b7100754904ee8a278f886546e98575380785"
641dependencies = [
642 "atomic-waker",
643 "bytes",
644 "fnv",
645 "futures-core",
646 "futures-sink",
647 "http",
648 "indexmap",
649 "slab",
650 "tokio",
651 "tokio-util",
652 "tracing",
653]
654
655[[package]]
656name = "hashbrown"
657version = "0.14.5"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
660
661[[package]]
662name = "hashbrown"
663version = "0.15.4"
664source = "registry+https://github.com/rust-lang/crates.io-index"
665checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
666
667[[package]]
668name = "hermit-abi"
669version = "0.5.2"
670source = "registry+https://github.com/rust-lang/crates.io-index"
671checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
672
673[[package]]
674name = "http"
675version = "1.3.1"
676source = "registry+https://github.com/rust-lang/crates.io-index"
677checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
678dependencies = [
679 "bytes",
680 "fnv",
681 "itoa",
682]
683
684[[package]]
685name = "http-body"
686version = "1.0.1"
687source = "registry+https://github.com/rust-lang/crates.io-index"
688checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
689dependencies = [
690 "bytes",
691 "http",
692]
693
694[[package]]
695name = "http-body-util"
696version = "0.1.3"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
699dependencies = [
700 "bytes",
701 "futures-core",
702 "http",
703 "http-body",
704 "pin-project-lite",
705]
706
707[[package]]
708name = "httparse"
709version = "1.10.1"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
712
713[[package]]
714name = "httpdate"
715version = "1.0.3"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
718
719[[package]]
720name = "hyper"
721version = "1.6.0"
722source = "registry+https://github.com/rust-lang/crates.io-index"
723checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
724dependencies = [
725 "bytes",
726 "futures-channel",
727 "futures-util",
728 "h2",
729 "http",
730 "http-body",
731 "httparse",
732 "httpdate",
733 "itoa",
734 "pin-project-lite",
735 "smallvec",
736 "tokio",
737]
738
739[[package]]
740name = "hyper-util"
741version = "0.1.16"
742source = "registry+https://github.com/rust-lang/crates.io-index"
743checksum = "8d9b05277c7e8da2c93a568989bb6207bef0112e8d17df7a6eda4a3cf143bc5e"
744dependencies = [
745 "bytes",
746 "futures-core",
747 "http",
748 "http-body",
749 "hyper",
750 "pin-project-lite",
751 "tokio",
752 "tower-service",
753]
754
755[[package]]
756name = "indexmap"
757version = "2.10.0"
758source = "registry+https://github.com/rust-lang/crates.io-index"
759checksum = "fe4cd85333e22411419a0bcae1297d25e58c9443848b11dc6a86fefe8c78a661"
760dependencies = [
761 "equivalent",
762 "hashbrown 0.15.4",
763]
764
765[[package]]
766name = "interval-heap"
767version = "0.0.5"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "11274e5e8e89b8607cfedc2910b6626e998779b48a019151c7604d0adcb86ac6"
770dependencies = [
771 "compare",
772]
773
774[[package]]
775name = "io-uring"
776version = "0.7.9"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "d93587f37623a1a17d94ef2bc9ada592f5465fe7732084ab7beefabe5c77c0c4"
779dependencies = [
780 "bitflags",
781 "cfg-if",
782 "libc",
783]
784
785[[package]]
786name = "itertools"
787version = "0.14.0"
788source = "registry+https://github.com/rust-lang/crates.io-index"
789checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
790dependencies = [
791 "either",
792]
793
794[[package]]
795name = "itoa"
796version = "1.0.15"
797source = "registry+https://github.com/rust-lang/crates.io-index"
798checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
799
800[[package]]
801name = "jni"
802version = "0.21.1"
803source = "registry+https://github.com/rust-lang/crates.io-index"
804checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
805dependencies = [
806 "cesu8",
807 "cfg-if",
808 "combine",
809 "jni-sys",
810 "log",
811 "thiserror",
812 "walkdir",
813 "windows-sys 0.45.0",
814]
815
816[[package]]
817name = "jni-sys"
818version = "0.3.0"
819source = "registry+https://github.com/rust-lang/crates.io-index"
820checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
821
822[[package]]
823name = "jobserver"
824version = "0.1.33"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "38f262f097c174adebe41eb73d66ae9c06b2844fb0da69969647bbddd9b0538a"
827dependencies = [
828 "getrandom 0.3.3",
829 "libc",
830]
831
832[[package]]
833name = "js-sys"
834version = "0.3.77"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
837dependencies = [
838 "once_cell",
839 "wasm-bindgen",
840]
841
842[[package]]
843name = "lazy_static"
844version = "1.5.0"
845source = "registry+https://github.com/rust-lang/crates.io-index"
846checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
847
848[[package]]
849name = "libc"
850version = "0.2.174"
851source = "registry+https://github.com/rust-lang/crates.io-index"
852checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
853
854[[package]]
855name = "linux-raw-sys"
856version = "0.9.4"
857source = "registry+https://github.com/rust-lang/crates.io-index"
858checksum = "cd945864f07fe9f5371a27ad7b52a172b4b499999f1d97574c9fa68373937e12"
859
860[[package]]
861name = "lock_api"
862version = "0.4.13"
863source = "registry+https://github.com/rust-lang/crates.io-index"
864checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
865dependencies = [
866 "autocfg",
867 "scopeguard",
868]
869
870[[package]]
871name = "log"
872version = "0.4.27"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
875
876[[package]]
877name = "lsm-tree"
878version = "2.10.2"
879source = "registry+https://github.com/rust-lang/crates.io-index"
880checksum = "55b6d7475a8dd22e749186968daacf8e2a77932b061b1bd263157987bbfc0c6c"
881dependencies = [
882 "byteorder",
883 "crossbeam-skiplist",
884 "double-ended-peekable",
885 "enum_dispatch",
886 "guardian",
887 "interval-heap",
888 "log",
889 "lz4_flex",
890 "miniz_oxide",
891 "path-absolutize",
892 "quick_cache",
893 "rustc-hash",
894 "self_cell",
895 "tempfile",
896 "value-log",
897 "varint-rs",
898 "xxhash-rust",
899]
900
901[[package]]
902name = "lz4_flex"
903version = "0.11.3"
904source = "registry+https://github.com/rust-lang/crates.io-index"
905checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
906
907[[package]]
908name = "matchers"
909version = "0.1.0"
910source = "registry+https://github.com/rust-lang/crates.io-index"
911checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
912dependencies = [
913 "regex-automata 0.1.10",
914]
915
916[[package]]
917name = "matchit"
918version = "0.8.4"
919source = "registry+https://github.com/rust-lang/crates.io-index"
920checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
921
922[[package]]
923name = "memchr"
924version = "2.7.5"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
927
928[[package]]
929name = "mime"
930version = "0.3.17"
931source = "registry+https://github.com/rust-lang/crates.io-index"
932checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
933
934[[package]]
935name = "miniz_oxide"
936version = "0.8.9"
937source = "registry+https://github.com/rust-lang/crates.io-index"
938checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
939dependencies = [
940 "adler2",
941]
942
943[[package]]
944name = "mio"
945version = "1.0.4"
946source = "registry+https://github.com/rust-lang/crates.io-index"
947checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
948dependencies = [
949 "libc",
950 "wasi 0.11.1+wasi-snapshot-preview1",
951 "windows-sys 0.59.0",
952]
953
954[[package]]
955name = "munge"
956version = "0.4.5"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "9cce144fab80fbb74ec5b89d1ca9d41ddf6b644ab7e986f7d3ed0aab31625cb1"
959dependencies = [
960 "munge_macro",
961]
962
963[[package]]
964name = "munge_macro"
965version = "0.4.5"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "574af9cd5b9971cbfdf535d6a8d533778481b241c447826d976101e0149392a1"
968dependencies = [
969 "proc-macro2",
970 "quote",
971 "syn",
972]
973
974[[package]]
975name = "nu-ansi-term"
976version = "0.46.0"
977source = "registry+https://github.com/rust-lang/crates.io-index"
978checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
979dependencies = [
980 "overload",
981 "winapi",
982]
983
984[[package]]
985name = "num_cpus"
986version = "1.17.0"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
989dependencies = [
990 "hermit-abi",
991 "libc",
992]
993
994[[package]]
995name = "object"
996version = "0.36.7"
997source = "registry+https://github.com/rust-lang/crates.io-index"
998checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
999dependencies = [
1000 "memchr",
1001]
1002
1003[[package]]
1004name = "once_cell"
1005version = "1.21.3"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1008
1009[[package]]
1010name = "openssl-probe"
1011version = "0.1.6"
1012source = "registry+https://github.com/rust-lang/crates.io-index"
1013checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1014
1015[[package]]
1016name = "ordered-varint"
1017version = "2.0.0"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "e9cc9f18ab4bad1e01726bda1259feb8f11e5e76308708a966b4c0136e9db34c"
1020
1021[[package]]
1022name = "overload"
1023version = "0.1.1"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
1026
1027[[package]]
1028name = "parking_lot"
1029version = "0.12.4"
1030source = "registry+https://github.com/rust-lang/crates.io-index"
1031checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
1032dependencies = [
1033 "lock_api",
1034 "parking_lot_core",
1035]
1036
1037[[package]]
1038name = "parking_lot_core"
1039version = "0.9.11"
1040source = "registry+https://github.com/rust-lang/crates.io-index"
1041checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
1042dependencies = [
1043 "cfg-if",
1044 "libc",
1045 "redox_syscall",
1046 "smallvec",
1047 "windows-targets 0.52.6",
1048]
1049
1050[[package]]
1051name = "path-absolutize"
1052version = "3.1.1"
1053source = "registry+https://github.com/rust-lang/crates.io-index"
1054checksum = "e4af381fe79fa195b4909485d99f73a80792331df0625188e707854f0b3383f5"
1055dependencies = [
1056 "path-dedot",
1057]
1058
1059[[package]]
1060name = "path-dedot"
1061version = "3.1.1"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "07ba0ad7e047712414213ff67533e6dd477af0a4e1d14fb52343e53d30ea9397"
1064dependencies = [
1065 "once_cell",
1066]
1067
1068[[package]]
1069name = "percent-encoding"
1070version = "2.3.1"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
1073
1074[[package]]
1075name = "pin-project-lite"
1076version = "0.2.16"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1079
1080[[package]]
1081name = "pin-utils"
1082version = "0.1.0"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1085
1086[[package]]
1087name = "pkg-config"
1088version = "0.3.32"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1091
1092[[package]]
1093name = "proc-macro2"
1094version = "1.0.95"
1095source = "registry+https://github.com/rust-lang/crates.io-index"
1096checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
1097dependencies = [
1098 "unicode-ident",
1099]
1100
1101[[package]]
1102name = "ptr_meta"
1103version = "0.3.0"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "fe9e76f66d3f9606f44e45598d155cb13ecf09f4a28199e48daf8c8fc937ea90"
1106dependencies = [
1107 "ptr_meta_derive",
1108]
1109
1110[[package]]
1111name = "ptr_meta_derive"
1112version = "0.3.0"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "ca414edb151b4c8d125c12566ab0d74dc9cdba36fb80eb7b848c15f495fd32d1"
1115dependencies = [
1116 "proc-macro2",
1117 "quote",
1118 "syn",
1119]
1120
1121[[package]]
1122name = "quanta"
1123version = "0.12.6"
1124source = "registry+https://github.com/rust-lang/crates.io-index"
1125checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
1126dependencies = [
1127 "crossbeam-utils",
1128 "libc",
1129 "once_cell",
1130 "raw-cpuid",
1131 "wasi 0.11.1+wasi-snapshot-preview1",
1132 "web-sys",
1133 "winapi",
1134]
1135
1136[[package]]
1137name = "quick_cache"
1138version = "0.6.15"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "8565e62e02af316570d4b492f17af1481d6c07cea60f4e7edd71700da5052ba9"
1141dependencies = [
1142 "equivalent",
1143 "hashbrown 0.15.4",
1144]
1145
1146[[package]]
1147name = "quote"
1148version = "1.0.40"
1149source = "registry+https://github.com/rust-lang/crates.io-index"
1150checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
1151dependencies = [
1152 "proc-macro2",
1153]
1154
1155[[package]]
1156name = "r-efi"
1157version = "5.3.0"
1158source = "registry+https://github.com/rust-lang/crates.io-index"
1159checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1160
1161[[package]]
1162name = "rancor"
1163version = "0.1.0"
1164source = "registry+https://github.com/rust-lang/crates.io-index"
1165checksum = "caf5f7161924b9d1cea0e4cabc97c372cea92b5f927fc13c6bca67157a0ad947"
1166dependencies = [
1167 "ptr_meta",
1168]
1169
1170[[package]]
1171name = "raw-cpuid"
1172version = "11.5.0"
1173source = "registry+https://github.com/rust-lang/crates.io-index"
1174checksum = "c6df7ab838ed27997ba19a4664507e6f82b41fe6e20be42929332156e5e85146"
1175dependencies = [
1176 "bitflags",
1177]
1178
1179[[package]]
1180name = "rayon"
1181version = "1.10.0"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
1184dependencies = [
1185 "either",
1186 "rayon-core",
1187]
1188
1189[[package]]
1190name = "rayon-core"
1191version = "1.12.1"
1192source = "registry+https://github.com/rust-lang/crates.io-index"
1193checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
1194dependencies = [
1195 "crossbeam-deque",
1196 "crossbeam-utils",
1197]
1198
1199[[package]]
1200name = "rclite"
1201version = "0.2.7"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "2f528dfeba924f5fc67bb84a17fe043451d1b392758016ce2d9e9116649b0f35"
1204dependencies = [
1205 "branches",
1206]
1207
1208[[package]]
1209name = "redox_syscall"
1210version = "0.5.15"
1211source = "registry+https://github.com/rust-lang/crates.io-index"
1212checksum = "7e8af0dde094006011e6a740d4879319439489813bd0bcdc7d821beaeeff48ec"
1213dependencies = [
1214 "bitflags",
1215]
1216
1217[[package]]
1218name = "regex"
1219version = "1.11.1"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
1222dependencies = [
1223 "aho-corasick",
1224 "memchr",
1225 "regex-automata 0.4.9",
1226 "regex-syntax 0.8.5",
1227]
1228
1229[[package]]
1230name = "regex-automata"
1231version = "0.1.10"
1232source = "registry+https://github.com/rust-lang/crates.io-index"
1233checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
1234dependencies = [
1235 "regex-syntax 0.6.29",
1236]
1237
1238[[package]]
1239name = "regex-automata"
1240version = "0.4.9"
1241source = "registry+https://github.com/rust-lang/crates.io-index"
1242checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
1243dependencies = [
1244 "aho-corasick",
1245 "memchr",
1246 "regex-syntax 0.8.5",
1247]
1248
1249[[package]]
1250name = "regex-syntax"
1251version = "0.6.29"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
1254
1255[[package]]
1256name = "regex-syntax"
1257version = "0.8.5"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
1260
1261[[package]]
1262name = "rend"
1263version = "0.5.2"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "a35e8a6bf28cd121053a66aa2e6a2e3eaffad4a60012179f0e864aa5ffeff215"
1266dependencies = [
1267 "bytecheck",
1268]
1269
1270[[package]]
1271name = "ring"
1272version = "0.17.14"
1273source = "registry+https://github.com/rust-lang/crates.io-index"
1274checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1275dependencies = [
1276 "cc",
1277 "cfg-if",
1278 "getrandom 0.2.16",
1279 "libc",
1280 "untrusted",
1281 "windows-sys 0.52.0",
1282]
1283
1284[[package]]
1285name = "rkyv"
1286version = "0.8.10"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "1e147371c75553e1e2fcdb483944a8540b8438c31426279553b9a8182a9b7b65"
1289dependencies = [
1290 "bytecheck",
1291 "bytes",
1292 "hashbrown 0.15.4",
1293 "indexmap",
1294 "munge",
1295 "ptr_meta",
1296 "rancor",
1297 "rend",
1298 "rkyv_derive",
1299 "tinyvec",
1300 "uuid",
1301]
1302
1303[[package]]
1304name = "rkyv_derive"
1305version = "0.8.10"
1306source = "registry+https://github.com/rust-lang/crates.io-index"
1307checksum = "246b40ac189af6c675d124b802e8ef6d5246c53e17367ce9501f8f66a81abb7a"
1308dependencies = [
1309 "proc-macro2",
1310 "quote",
1311 "syn",
1312]
1313
1314[[package]]
1315name = "rustc-demangle"
1316version = "0.1.25"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
1319
1320[[package]]
1321name = "rustc-hash"
1322version = "2.1.1"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1325
1326[[package]]
1327name = "rustc_version"
1328version = "0.4.1"
1329source = "registry+https://github.com/rust-lang/crates.io-index"
1330checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1331dependencies = [
1332 "semver",
1333]
1334
1335[[package]]
1336name = "rustix"
1337version = "1.0.8"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "11181fbabf243db407ef8df94a6ce0b2f9a733bd8be4ad02b4eda9602296cac8"
1340dependencies = [
1341 "bitflags",
1342 "errno",
1343 "libc",
1344 "linux-raw-sys",
1345 "windows-sys 0.60.2",
1346]
1347
1348[[package]]
1349name = "rustls"
1350version = "0.23.29"
1351source = "registry+https://github.com/rust-lang/crates.io-index"
1352checksum = "2491382039b29b9b11ff08b76ff6c97cf287671dbb74f0be44bda389fffe9bd1"
1353dependencies = [
1354 "log",
1355 "once_cell",
1356 "ring",
1357 "rustls-pki-types",
1358 "rustls-webpki",
1359 "subtle",
1360 "zeroize",
1361]
1362
1363[[package]]
1364name = "rustls-native-certs"
1365version = "0.8.1"
1366source = "registry+https://github.com/rust-lang/crates.io-index"
1367checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3"
1368dependencies = [
1369 "openssl-probe",
1370 "rustls-pki-types",
1371 "schannel",
1372 "security-framework",
1373]
1374
1375[[package]]
1376name = "rustls-pki-types"
1377version = "1.12.0"
1378source = "registry+https://github.com/rust-lang/crates.io-index"
1379checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1380dependencies = [
1381 "zeroize",
1382]
1383
1384[[package]]
1385name = "rustls-platform-verifier"
1386version = "0.6.0"
1387source = "registry+https://github.com/rust-lang/crates.io-index"
1388checksum = "eda84358ed17f1f354cf4b1909ad346e6c7bc2513e8c40eb08e0157aa13a9070"
1389dependencies = [
1390 "core-foundation",
1391 "core-foundation-sys",
1392 "jni",
1393 "log",
1394 "once_cell",
1395 "rustls",
1396 "rustls-native-certs",
1397 "rustls-platform-verifier-android",
1398 "rustls-webpki",
1399 "security-framework",
1400 "security-framework-sys",
1401 "webpki-root-certs",
1402 "windows-sys 0.59.0",
1403]
1404
1405[[package]]
1406name = "rustls-platform-verifier-android"
1407version = "0.1.1"
1408source = "registry+https://github.com/rust-lang/crates.io-index"
1409checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
1410
1411[[package]]
1412name = "rustls-webpki"
1413version = "0.103.4"
1414source = "registry+https://github.com/rust-lang/crates.io-index"
1415checksum = "0a17884ae0c1b773f1ccd2bd4a8c72f16da897310a98b0e84bf349ad5ead92fc"
1416dependencies = [
1417 "ring",
1418 "rustls-pki-types",
1419 "untrusted",
1420]
1421
1422[[package]]
1423name = "rustversion"
1424version = "1.0.21"
1425source = "registry+https://github.com/rust-lang/crates.io-index"
1426checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
1427
1428[[package]]
1429name = "ryu"
1430version = "1.0.20"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1433
1434[[package]]
1435name = "same-file"
1436version = "1.0.6"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1439dependencies = [
1440 "winapi-util",
1441]
1442
1443[[package]]
1444name = "scc"
1445version = "2.3.4"
1446source = "registry+https://github.com/rust-lang/crates.io-index"
1447checksum = "22b2d775fb28f245817589471dd49c5edf64237f4a19d10ce9a92ff4651a27f4"
1448dependencies = [
1449 "sdd",
1450]
1451
1452[[package]]
1453name = "schannel"
1454version = "0.1.27"
1455source = "registry+https://github.com/rust-lang/crates.io-index"
1456checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
1457dependencies = [
1458 "windows-sys 0.59.0",
1459]
1460
1461[[package]]
1462name = "scopeguard"
1463version = "1.2.0"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
1466
1467[[package]]
1468name = "sdd"
1469version = "3.0.10"
1470source = "registry+https://github.com/rust-lang/crates.io-index"
1471checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
1472
1473[[package]]
1474name = "security-framework"
1475version = "3.2.0"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "271720403f46ca04f7ba6f55d438f8bd878d6b8ca0a1046e8228c4145bcbb316"
1478dependencies = [
1479 "bitflags",
1480 "core-foundation",
1481 "core-foundation-sys",
1482 "libc",
1483 "security-framework-sys",
1484]
1485
1486[[package]]
1487name = "security-framework-sys"
1488version = "2.14.0"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "49db231d56a190491cb4aeda9527f1ad45345af50b0851622a7adb8c03b01c32"
1491dependencies = [
1492 "core-foundation-sys",
1493 "libc",
1494]
1495
1496[[package]]
1497name = "self_cell"
1498version = "1.2.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "0f7d95a54511e0c7be3f51e8867aa8cf35148d7b9445d44de2f943e2b206e749"
1501
1502[[package]]
1503name = "semver"
1504version = "1.0.26"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
1507
1508[[package]]
1509name = "serde"
1510version = "1.0.219"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1513dependencies = [
1514 "serde_derive",
1515]
1516
1517[[package]]
1518name = "serde_derive"
1519version = "1.0.219"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1522dependencies = [
1523 "proc-macro2",
1524 "quote",
1525 "syn",
1526]
1527
1528[[package]]
1529name = "serde_json"
1530version = "1.0.141"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "30b9eff21ebe718216c6ec64e1d9ac57087aad11efc64e32002bce4a0d4c03d3"
1533dependencies = [
1534 "itoa",
1535 "memchr",
1536 "ryu",
1537 "serde",
1538]
1539
1540[[package]]
1541name = "serde_path_to_error"
1542version = "0.1.17"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "59fab13f937fa393d08645bf3a84bdfe86e296747b506ada67bb15f10f218b2a"
1545dependencies = [
1546 "itoa",
1547 "serde",
1548]
1549
1550[[package]]
1551name = "serde_urlencoded"
1552version = "0.7.1"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1555dependencies = [
1556 "form_urlencoded",
1557 "itoa",
1558 "ryu",
1559 "serde",
1560]
1561
1562[[package]]
1563name = "server"
1564version = "0.1.0"
1565dependencies = [
1566 "ahash",
1567 "anyhow",
1568 "arc-swap",
1569 "async-trait",
1570 "axum",
1571 "axum-tws",
1572 "byteview",
1573 "fjall",
1574 "futures-util",
1575 "itertools",
1576 "ordered-varint",
1577 "parking_lot",
1578 "quanta",
1579 "rayon",
1580 "rclite",
1581 "rkyv",
1582 "rustls",
1583 "scc",
1584 "serde",
1585 "serde_json",
1586 "smol_str",
1587 "threadpool",
1588 "tikv-jemallocator",
1589 "tokio",
1590 "tokio-util",
1591 "tokio-websockets",
1592 "tower-http",
1593 "tracing",
1594 "tracing-subscriber",
1595]
1596
1597[[package]]
1598name = "sha1"
1599version = "0.10.6"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
1602dependencies = [
1603 "cfg-if",
1604 "cpufeatures",
1605 "digest",
1606]
1607
1608[[package]]
1609name = "sharded-slab"
1610version = "0.1.7"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1613dependencies = [
1614 "lazy_static",
1615]
1616
1617[[package]]
1618name = "shlex"
1619version = "1.3.0"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1622
1623[[package]]
1624name = "signal-hook-registry"
1625version = "1.4.5"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "9203b8055f63a2a00e2f593bb0510367fe707d7ff1e5c872de2f537b339e5410"
1628dependencies = [
1629 "libc",
1630]
1631
1632[[package]]
1633name = "simdutf8"
1634version = "0.1.5"
1635source = "registry+https://github.com/rust-lang/crates.io-index"
1636checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
1637
1638[[package]]
1639name = "slab"
1640version = "0.4.10"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
1643
1644[[package]]
1645name = "smallvec"
1646version = "1.15.1"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1649
1650[[package]]
1651name = "smol_str"
1652version = "0.3.2"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
1655dependencies = [
1656 "borsh",
1657 "serde",
1658]
1659
1660[[package]]
1661name = "socket2"
1662version = "0.5.10"
1663source = "registry+https://github.com/rust-lang/crates.io-index"
1664checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1665dependencies = [
1666 "libc",
1667 "windows-sys 0.52.0",
1668]
1669
1670[[package]]
1671name = "std-semaphore"
1672version = "0.1.0"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "33ae9eec00137a8eed469fb4148acd9fc6ac8c3f9b110f52cd34698c8b5bfa0e"
1675
1676[[package]]
1677name = "subtle"
1678version = "2.6.1"
1679source = "registry+https://github.com/rust-lang/crates.io-index"
1680checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1681
1682[[package]]
1683name = "syn"
1684version = "2.0.104"
1685source = "registry+https://github.com/rust-lang/crates.io-index"
1686checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
1687dependencies = [
1688 "proc-macro2",
1689 "quote",
1690 "unicode-ident",
1691]
1692
1693[[package]]
1694name = "sync_wrapper"
1695version = "1.0.2"
1696source = "registry+https://github.com/rust-lang/crates.io-index"
1697checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1698
1699[[package]]
1700name = "tempfile"
1701version = "3.20.0"
1702source = "registry+https://github.com/rust-lang/crates.io-index"
1703checksum = "e8a64e3985349f2441a1a9ef0b853f869006c3855f2cda6862a94d26ebb9d6a1"
1704dependencies = [
1705 "fastrand",
1706 "getrandom 0.3.3",
1707 "once_cell",
1708 "rustix",
1709 "windows-sys 0.59.0",
1710]
1711
1712[[package]]
1713name = "thiserror"
1714version = "1.0.69"
1715source = "registry+https://github.com/rust-lang/crates.io-index"
1716checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
1717dependencies = [
1718 "thiserror-impl",
1719]
1720
1721[[package]]
1722name = "thiserror-impl"
1723version = "1.0.69"
1724source = "registry+https://github.com/rust-lang/crates.io-index"
1725checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
1726dependencies = [
1727 "proc-macro2",
1728 "quote",
1729 "syn",
1730]
1731
1732[[package]]
1733name = "thread_local"
1734version = "1.1.9"
1735source = "registry+https://github.com/rust-lang/crates.io-index"
1736checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1737dependencies = [
1738 "cfg-if",
1739]
1740
1741[[package]]
1742name = "threadpool"
1743version = "1.8.1"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
1746dependencies = [
1747 "num_cpus",
1748]
1749
1750[[package]]
1751name = "tikv-jemalloc-sys"
1752version = "0.6.0+5.3.0-1-ge13ca993e8ccb9ba9847cc330696e02839f328f7"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "cd3c60906412afa9c2b5b5a48ca6a5abe5736aec9eb48ad05037a677e52e4e2d"
1755dependencies = [
1756 "cc",
1757 "libc",
1758]
1759
1760[[package]]
1761name = "tikv-jemallocator"
1762version = "0.6.0"
1763source = "registry+https://github.com/rust-lang/crates.io-index"
1764checksum = "4cec5ff18518d81584f477e9bfdf957f5bb0979b0bac3af4ca30b5b3ae2d2865"
1765dependencies = [
1766 "libc",
1767 "tikv-jemalloc-sys",
1768]
1769
1770[[package]]
1771name = "tinyvec"
1772version = "1.9.0"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
1775dependencies = [
1776 "tinyvec_macros",
1777]
1778
1779[[package]]
1780name = "tinyvec_macros"
1781version = "0.1.1"
1782source = "registry+https://github.com/rust-lang/crates.io-index"
1783checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1784
1785[[package]]
1786name = "tokio"
1787version = "1.46.1"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "0cc3a2344dafbe23a245241fe8b09735b521110d30fcefbbd5feb1797ca35d17"
1790dependencies = [
1791 "backtrace",
1792 "bytes",
1793 "io-uring",
1794 "libc",
1795 "mio",
1796 "parking_lot",
1797 "pin-project-lite",
1798 "signal-hook-registry",
1799 "slab",
1800 "socket2",
1801 "tokio-macros",
1802 "windows-sys 0.52.0",
1803]
1804
1805[[package]]
1806name = "tokio-macros"
1807version = "2.5.0"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
1810dependencies = [
1811 "proc-macro2",
1812 "quote",
1813 "syn",
1814]
1815
1816[[package]]
1817name = "tokio-rustls"
1818version = "0.26.2"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
1821dependencies = [
1822 "rustls",
1823 "tokio",
1824]
1825
1826[[package]]
1827name = "tokio-util"
1828version = "0.7.15"
1829source = "registry+https://github.com/rust-lang/crates.io-index"
1830checksum = "66a539a9ad6d5d281510d5bd368c973d636c02dbf8a67300bfb6b950696ad7df"
1831dependencies = [
1832 "bytes",
1833 "futures-core",
1834 "futures-sink",
1835 "pin-project-lite",
1836 "tokio",
1837 "tracing",
1838]
1839
1840[[package]]
1841name = "tokio-websockets"
1842version = "0.12.0"
1843source = "registry+https://github.com/rust-lang/crates.io-index"
1844checksum = "3f29ba084eb43becc9864ba514b4a64f5f65b82f9a6ffbafa5436c1c80605f03"
1845dependencies = [
1846 "base64",
1847 "bytes",
1848 "futures-core",
1849 "futures-sink",
1850 "getrandom 0.3.3",
1851 "http",
1852 "httparse",
1853 "ring",
1854 "rustls-pki-types",
1855 "rustls-platform-verifier",
1856 "simdutf8",
1857 "tokio",
1858 "tokio-rustls",
1859 "tokio-util",
1860]
1861
1862[[package]]
1863name = "tower"
1864version = "0.5.2"
1865source = "registry+https://github.com/rust-lang/crates.io-index"
1866checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1867dependencies = [
1868 "futures-core",
1869 "futures-util",
1870 "pin-project-lite",
1871 "sync_wrapper",
1872 "tokio",
1873 "tower-layer",
1874 "tower-service",
1875]
1876
1877[[package]]
1878name = "tower-http"
1879version = "0.6.6"
1880source = "registry+https://github.com/rust-lang/crates.io-index"
1881checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1882dependencies = [
1883 "async-compression",
1884 "bitflags",
1885 "bytes",
1886 "futures-core",
1887 "http",
1888 "http-body",
1889 "pin-project-lite",
1890 "tokio",
1891 "tokio-util",
1892 "tower-layer",
1893 "tower-service",
1894 "tracing",
1895 "uuid",
1896]
1897
1898[[package]]
1899name = "tower-layer"
1900version = "0.3.3"
1901source = "registry+https://github.com/rust-lang/crates.io-index"
1902checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1903
1904[[package]]
1905name = "tower-service"
1906version = "0.3.3"
1907source = "registry+https://github.com/rust-lang/crates.io-index"
1908checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1909
1910[[package]]
1911name = "tracing"
1912version = "0.1.41"
1913source = "registry+https://github.com/rust-lang/crates.io-index"
1914checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1915dependencies = [
1916 "pin-project-lite",
1917 "tracing-attributes",
1918 "tracing-core",
1919]
1920
1921[[package]]
1922name = "tracing-attributes"
1923version = "0.1.30"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903"
1926dependencies = [
1927 "proc-macro2",
1928 "quote",
1929 "syn",
1930]
1931
1932[[package]]
1933name = "tracing-core"
1934version = "0.1.34"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1937dependencies = [
1938 "once_cell",
1939 "valuable",
1940]
1941
1942[[package]]
1943name = "tracing-log"
1944version = "0.2.0"
1945source = "registry+https://github.com/rust-lang/crates.io-index"
1946checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1947dependencies = [
1948 "log",
1949 "once_cell",
1950 "tracing-core",
1951]
1952
1953[[package]]
1954name = "tracing-subscriber"
1955version = "0.3.19"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "e8189decb5ac0fa7bc8b96b7cb9b2701d60d48805aca84a238004d665fcc4008"
1958dependencies = [
1959 "matchers",
1960 "nu-ansi-term",
1961 "once_cell",
1962 "regex",
1963 "sharded-slab",
1964 "smallvec",
1965 "thread_local",
1966 "tracing",
1967 "tracing-core",
1968 "tracing-log",
1969]
1970
1971[[package]]
1972name = "typenum"
1973version = "1.18.0"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
1976
1977[[package]]
1978name = "unicode-ident"
1979version = "1.0.18"
1980source = "registry+https://github.com/rust-lang/crates.io-index"
1981checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1982
1983[[package]]
1984name = "untrusted"
1985version = "0.9.0"
1986source = "registry+https://github.com/rust-lang/crates.io-index"
1987checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1988
1989[[package]]
1990name = "uuid"
1991version = "1.17.0"
1992source = "registry+https://github.com/rust-lang/crates.io-index"
1993checksum = "3cf4199d1e5d15ddd86a694e4d0dffa9c323ce759fea589f00fef9d81cc1931d"
1994dependencies = [
1995 "getrandom 0.3.3",
1996 "js-sys",
1997 "wasm-bindgen",
1998]
1999
2000[[package]]
2001name = "valuable"
2002version = "0.1.1"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
2005
2006[[package]]
2007name = "value-log"
2008version = "1.9.0"
2009source = "registry+https://github.com/rust-lang/crates.io-index"
2010checksum = "62fc7c4ce161f049607ecea654dca3f2d727da5371ae85e2e4f14ce2b98ed67c"
2011dependencies = [
2012 "byteorder",
2013 "byteview",
2014 "interval-heap",
2015 "log",
2016 "path-absolutize",
2017 "rustc-hash",
2018 "tempfile",
2019 "varint-rs",
2020 "xxhash-rust",
2021]
2022
2023[[package]]
2024name = "varint-rs"
2025version = "2.2.0"
2026source = "registry+https://github.com/rust-lang/crates.io-index"
2027checksum = "8f54a172d0620933a27a4360d3db3e2ae0dd6cceae9730751a036bbf182c4b23"
2028
2029[[package]]
2030name = "version_check"
2031version = "0.9.5"
2032source = "registry+https://github.com/rust-lang/crates.io-index"
2033checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
2034
2035[[package]]
2036name = "walkdir"
2037version = "2.5.0"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
2040dependencies = [
2041 "same-file",
2042 "winapi-util",
2043]
2044
2045[[package]]
2046name = "wasi"
2047version = "0.11.1+wasi-snapshot-preview1"
2048source = "registry+https://github.com/rust-lang/crates.io-index"
2049checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
2050
2051[[package]]
2052name = "wasi"
2053version = "0.14.2+wasi-0.2.4"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
2056dependencies = [
2057 "wit-bindgen-rt",
2058]
2059
2060[[package]]
2061name = "wasm-bindgen"
2062version = "0.2.100"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
2065dependencies = [
2066 "cfg-if",
2067 "once_cell",
2068 "rustversion",
2069 "wasm-bindgen-macro",
2070]
2071
2072[[package]]
2073name = "wasm-bindgen-backend"
2074version = "0.2.100"
2075source = "registry+https://github.com/rust-lang/crates.io-index"
2076checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
2077dependencies = [
2078 "bumpalo",
2079 "log",
2080 "proc-macro2",
2081 "quote",
2082 "syn",
2083 "wasm-bindgen-shared",
2084]
2085
2086[[package]]
2087name = "wasm-bindgen-macro"
2088version = "0.2.100"
2089source = "registry+https://github.com/rust-lang/crates.io-index"
2090checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
2091dependencies = [
2092 "quote",
2093 "wasm-bindgen-macro-support",
2094]
2095
2096[[package]]
2097name = "wasm-bindgen-macro-support"
2098version = "0.2.100"
2099source = "registry+https://github.com/rust-lang/crates.io-index"
2100checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
2101dependencies = [
2102 "proc-macro2",
2103 "quote",
2104 "syn",
2105 "wasm-bindgen-backend",
2106 "wasm-bindgen-shared",
2107]
2108
2109[[package]]
2110name = "wasm-bindgen-shared"
2111version = "0.2.100"
2112source = "registry+https://github.com/rust-lang/crates.io-index"
2113checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
2114dependencies = [
2115 "unicode-ident",
2116]
2117
2118[[package]]
2119name = "web-sys"
2120version = "0.3.77"
2121source = "registry+https://github.com/rust-lang/crates.io-index"
2122checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
2123dependencies = [
2124 "js-sys",
2125 "wasm-bindgen",
2126]
2127
2128[[package]]
2129name = "webpki-root-certs"
2130version = "1.0.1"
2131source = "registry+https://github.com/rust-lang/crates.io-index"
2132checksum = "86138b15b2b7d561bc4469e77027b8dd005a43dc502e9031d1f5afc8ce1f280e"
2133dependencies = [
2134 "rustls-pki-types",
2135]
2136
2137[[package]]
2138name = "winapi"
2139version = "0.3.9"
2140source = "registry+https://github.com/rust-lang/crates.io-index"
2141checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2142dependencies = [
2143 "winapi-i686-pc-windows-gnu",
2144 "winapi-x86_64-pc-windows-gnu",
2145]
2146
2147[[package]]
2148name = "winapi-i686-pc-windows-gnu"
2149version = "0.4.0"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2152
2153[[package]]
2154name = "winapi-util"
2155version = "0.1.9"
2156source = "registry+https://github.com/rust-lang/crates.io-index"
2157checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
2158dependencies = [
2159 "windows-sys 0.59.0",
2160]
2161
2162[[package]]
2163name = "winapi-x86_64-pc-windows-gnu"
2164version = "0.4.0"
2165source = "registry+https://github.com/rust-lang/crates.io-index"
2166checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2167
2168[[package]]
2169name = "windows-sys"
2170version = "0.45.0"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
2173dependencies = [
2174 "windows-targets 0.42.2",
2175]
2176
2177[[package]]
2178name = "windows-sys"
2179version = "0.52.0"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2182dependencies = [
2183 "windows-targets 0.52.6",
2184]
2185
2186[[package]]
2187name = "windows-sys"
2188version = "0.59.0"
2189source = "registry+https://github.com/rust-lang/crates.io-index"
2190checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
2191dependencies = [
2192 "windows-targets 0.52.6",
2193]
2194
2195[[package]]
2196name = "windows-sys"
2197version = "0.60.2"
2198source = "registry+https://github.com/rust-lang/crates.io-index"
2199checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
2200dependencies = [
2201 "windows-targets 0.53.2",
2202]
2203
2204[[package]]
2205name = "windows-targets"
2206version = "0.42.2"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
2209dependencies = [
2210 "windows_aarch64_gnullvm 0.42.2",
2211 "windows_aarch64_msvc 0.42.2",
2212 "windows_i686_gnu 0.42.2",
2213 "windows_i686_msvc 0.42.2",
2214 "windows_x86_64_gnu 0.42.2",
2215 "windows_x86_64_gnullvm 0.42.2",
2216 "windows_x86_64_msvc 0.42.2",
2217]
2218
2219[[package]]
2220name = "windows-targets"
2221version = "0.52.6"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2224dependencies = [
2225 "windows_aarch64_gnullvm 0.52.6",
2226 "windows_aarch64_msvc 0.52.6",
2227 "windows_i686_gnu 0.52.6",
2228 "windows_i686_gnullvm 0.52.6",
2229 "windows_i686_msvc 0.52.6",
2230 "windows_x86_64_gnu 0.52.6",
2231 "windows_x86_64_gnullvm 0.52.6",
2232 "windows_x86_64_msvc 0.52.6",
2233]
2234
2235[[package]]
2236name = "windows-targets"
2237version = "0.53.2"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
2240dependencies = [
2241 "windows_aarch64_gnullvm 0.53.0",
2242 "windows_aarch64_msvc 0.53.0",
2243 "windows_i686_gnu 0.53.0",
2244 "windows_i686_gnullvm 0.53.0",
2245 "windows_i686_msvc 0.53.0",
2246 "windows_x86_64_gnu 0.53.0",
2247 "windows_x86_64_gnullvm 0.53.0",
2248 "windows_x86_64_msvc 0.53.0",
2249]
2250
2251[[package]]
2252name = "windows_aarch64_gnullvm"
2253version = "0.42.2"
2254source = "registry+https://github.com/rust-lang/crates.io-index"
2255checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
2256
2257[[package]]
2258name = "windows_aarch64_gnullvm"
2259version = "0.52.6"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2262
2263[[package]]
2264name = "windows_aarch64_gnullvm"
2265version = "0.53.0"
2266source = "registry+https://github.com/rust-lang/crates.io-index"
2267checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
2268
2269[[package]]
2270name = "windows_aarch64_msvc"
2271version = "0.42.2"
2272source = "registry+https://github.com/rust-lang/crates.io-index"
2273checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
2274
2275[[package]]
2276name = "windows_aarch64_msvc"
2277version = "0.52.6"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2280
2281[[package]]
2282name = "windows_aarch64_msvc"
2283version = "0.53.0"
2284source = "registry+https://github.com/rust-lang/crates.io-index"
2285checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
2286
2287[[package]]
2288name = "windows_i686_gnu"
2289version = "0.42.2"
2290source = "registry+https://github.com/rust-lang/crates.io-index"
2291checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
2292
2293[[package]]
2294name = "windows_i686_gnu"
2295version = "0.52.6"
2296source = "registry+https://github.com/rust-lang/crates.io-index"
2297checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2298
2299[[package]]
2300name = "windows_i686_gnu"
2301version = "0.53.0"
2302source = "registry+https://github.com/rust-lang/crates.io-index"
2303checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
2304
2305[[package]]
2306name = "windows_i686_gnullvm"
2307version = "0.52.6"
2308source = "registry+https://github.com/rust-lang/crates.io-index"
2309checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2310
2311[[package]]
2312name = "windows_i686_gnullvm"
2313version = "0.53.0"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
2316
2317[[package]]
2318name = "windows_i686_msvc"
2319version = "0.42.2"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
2322
2323[[package]]
2324name = "windows_i686_msvc"
2325version = "0.52.6"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2328
2329[[package]]
2330name = "windows_i686_msvc"
2331version = "0.53.0"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
2334
2335[[package]]
2336name = "windows_x86_64_gnu"
2337version = "0.42.2"
2338source = "registry+https://github.com/rust-lang/crates.io-index"
2339checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
2340
2341[[package]]
2342name = "windows_x86_64_gnu"
2343version = "0.52.6"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2346
2347[[package]]
2348name = "windows_x86_64_gnu"
2349version = "0.53.0"
2350source = "registry+https://github.com/rust-lang/crates.io-index"
2351checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
2352
2353[[package]]
2354name = "windows_x86_64_gnullvm"
2355version = "0.42.2"
2356source = "registry+https://github.com/rust-lang/crates.io-index"
2357checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
2358
2359[[package]]
2360name = "windows_x86_64_gnullvm"
2361version = "0.52.6"
2362source = "registry+https://github.com/rust-lang/crates.io-index"
2363checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2364
2365[[package]]
2366name = "windows_x86_64_gnullvm"
2367version = "0.53.0"
2368source = "registry+https://github.com/rust-lang/crates.io-index"
2369checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
2370
2371[[package]]
2372name = "windows_x86_64_msvc"
2373version = "0.42.2"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
2376
2377[[package]]
2378name = "windows_x86_64_msvc"
2379version = "0.52.6"
2380source = "registry+https://github.com/rust-lang/crates.io-index"
2381checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2382
2383[[package]]
2384name = "windows_x86_64_msvc"
2385version = "0.53.0"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
2388
2389[[package]]
2390name = "wit-bindgen-rt"
2391version = "0.39.0"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
2394dependencies = [
2395 "bitflags",
2396]
2397
2398[[package]]
2399name = "xxhash-rust"
2400version = "0.8.15"
2401source = "registry+https://github.com/rust-lang/crates.io-index"
2402checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3"
2403
2404[[package]]
2405name = "zerocopy"
2406version = "0.8.26"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
2409dependencies = [
2410 "zerocopy-derive",
2411]
2412
2413[[package]]
2414name = "zerocopy-derive"
2415version = "0.8.26"
2416source = "registry+https://github.com/rust-lang/crates.io-index"
2417checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
2418dependencies = [
2419 "proc-macro2",
2420 "quote",
2421 "syn",
2422]
2423
2424[[package]]
2425name = "zeroize"
2426version = "1.8.1"
2427source = "registry+https://github.com/rust-lang/crates.io-index"
2428checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
2429
2430[[package]]
2431name = "zstd"
2432version = "0.13.3"
2433source = "registry+https://github.com/rust-lang/crates.io-index"
2434checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
2435dependencies = [
2436 "zstd-safe",
2437]
2438
2439[[package]]
2440name = "zstd-safe"
2441version = "7.2.4"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
2444dependencies = [
2445 "zstd-sys",
2446]
2447
2448[[package]]
2449name = "zstd-sys"
2450version = "2.0.15+zstd.1.5.7"
2451source = "registry+https://github.com/rust-lang/crates.io-index"
2452checksum = "eb81183ddd97d0c74cedf1d50d85c8d08c1b8b68ee863bdee9e706eedba1a237"
2453dependencies = [
2454 "cc",
2455 "pkg-config",
2456]