Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)
1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "RustyXML"
7version = "0.3.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "8b5ace29ee3216de37c0546865ad08edef58b0f9e76838ed8959a84a990e58c5"
10
11[[package]]
12name = "addr2line"
13version = "0.21.0"
14source = "registry+https://github.com/rust-lang/crates.io-index"
15checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
16dependencies = [
17 "gimli",
18]
19
20[[package]]
21name = "adler"
22version = "1.0.2"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
25
26[[package]]
27name = "advapi32-sys"
28version = "0.2.0"
29source = "registry+https://github.com/rust-lang/crates.io-index"
30checksum = "e06588080cb19d0acb6739808aafa5f26bfb2ca015b2b6370028b44cf7cb8a9a"
31dependencies = [
32 "winapi 0.2.8",
33 "winapi-build",
34]
35
36[[package]]
37name = "aead"
38version = "0.5.2"
39source = "registry+https://github.com/rust-lang/crates.io-index"
40checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
41dependencies = [
42 "crypto-common",
43 "generic-array",
44]
45
46[[package]]
47name = "aes"
48version = "0.8.4"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
51dependencies = [
52 "cfg-if",
53 "cipher",
54 "cpufeatures",
55]
56
57[[package]]
58name = "ahash"
59version = "0.7.8"
60source = "registry+https://github.com/rust-lang/crates.io-index"
61checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
62dependencies = [
63 "getrandom 0.2.12",
64 "once_cell",
65 "version_check",
66]
67
68[[package]]
69name = "ahash"
70version = "0.8.11"
71source = "registry+https://github.com/rust-lang/crates.io-index"
72checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
73dependencies = [
74 "cfg-if",
75 "getrandom 0.2.12",
76 "once_cell",
77 "version_check",
78 "zerocopy",
79]
80
81[[package]]
82name = "aho-corasick"
83version = "1.1.2"
84source = "registry+https://github.com/rust-lang/crates.io-index"
85checksum = "b2969dcb958b36655471fc61f7e416fa76033bdd4bfed0678d8fee1e2d07a1f0"
86dependencies = [
87 "memchr",
88]
89
90[[package]]
91name = "aliasable"
92version = "0.1.3"
93source = "registry+https://github.com/rust-lang/crates.io-index"
94checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
95
96[[package]]
97name = "allocator-api2"
98version = "0.2.16"
99source = "registry+https://github.com/rust-lang/crates.io-index"
100checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
101
102[[package]]
103name = "android-tzdata"
104version = "0.1.1"
105source = "registry+https://github.com/rust-lang/crates.io-index"
106checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
107
108[[package]]
109name = "android_system_properties"
110version = "0.1.5"
111source = "registry+https://github.com/rust-lang/crates.io-index"
112checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
113dependencies = [
114 "libc",
115]
116
117[[package]]
118name = "anes"
119version = "0.1.6"
120source = "registry+https://github.com/rust-lang/crates.io-index"
121checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
122
123[[package]]
124name = "ansi-str"
125version = "0.8.0"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "1cf4578926a981ab0ca955dc023541d19de37112bc24c1a197bd806d3d86ad1d"
128dependencies = [
129 "ansitok",
130]
131
132[[package]]
133name = "ansitok"
134version = "0.2.0"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "220044e6a1bb31ddee4e3db724d29767f352de47445a6cd75e1a173142136c83"
137dependencies = [
138 "nom",
139 "vte 0.10.1",
140]
141
142[[package]]
143name = "anstream"
144version = "0.6.13"
145source = "registry+https://github.com/rust-lang/crates.io-index"
146checksum = "d96bd03f33fe50a863e394ee9718a706f988b9079b20c3784fb726e7678b62fb"
147dependencies = [
148 "anstyle",
149 "anstyle-parse",
150 "anstyle-query",
151 "anstyle-wincon",
152 "colorchoice",
153 "utf8parse",
154]
155
156[[package]]
157name = "anstyle"
158version = "1.0.6"
159source = "registry+https://github.com/rust-lang/crates.io-index"
160checksum = "8901269c6307e8d93993578286ac0edf7f195079ffff5ebdeea6a59ffb7e36bc"
161
162[[package]]
163name = "anstyle-parse"
164version = "0.2.3"
165source = "registry+https://github.com/rust-lang/crates.io-index"
166checksum = "c75ac65da39e5fe5ab759307499ddad880d724eed2f6ce5b5e8a26f4f387928c"
167dependencies = [
168 "utf8parse",
169]
170
171[[package]]
172name = "anstyle-query"
173version = "1.0.2"
174source = "registry+https://github.com/rust-lang/crates.io-index"
175checksum = "e28923312444cdd728e4738b3f9c9cac739500909bb3d3c94b43551b16517648"
176dependencies = [
177 "windows-sys 0.52.0",
178]
179
180[[package]]
181name = "anstyle-wincon"
182version = "3.0.2"
183source = "registry+https://github.com/rust-lang/crates.io-index"
184checksum = "1cd54b81ec8d6180e24654d0b371ad22fc3dd083b6ff8ba325b72e00c87660a7"
185dependencies = [
186 "anstyle",
187 "windows-sys 0.52.0",
188]
189
190[[package]]
191name = "anyhow"
192version = "1.0.81"
193source = "registry+https://github.com/rust-lang/crates.io-index"
194checksum = "0952808a6c2afd1aa8947271f3a60f1a6763c7b912d210184c5149b5cf147247"
195
196[[package]]
197name = "anymap"
198version = "1.0.0-beta.2"
199source = "registry+https://github.com/rust-lang/crates.io-index"
200checksum = "8f1f8f5a6f3d50d89e3797d7593a50f96bb2aaa20ca0cc7be1fb673232c91d72"
201
202[[package]]
203name = "arc-swap"
204version = "1.7.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "7b3d0060af21e8d11a926981cc00c6c1541aa91dd64b9f881985c3da1094425f"
207
208[[package]]
209name = "arrayvec"
210version = "0.5.2"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
213
214[[package]]
215name = "arrayvec"
216version = "0.7.4"
217source = "registry+https://github.com/rust-lang/crates.io-index"
218checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
219
220[[package]]
221name = "ascii-canvas"
222version = "3.0.0"
223source = "registry+https://github.com/rust-lang/crates.io-index"
224checksum = "8824ecca2e851cec16968d54a01dd372ef8f95b244fb84b84e70128be347c3c6"
225dependencies = [
226 "term",
227]
228
229[[package]]
230name = "assert-json-diff"
231version = "1.1.0"
232source = "registry+https://github.com/rust-lang/crates.io-index"
233checksum = "4259cbe96513d2f1073027a259fc2ca917feb3026a5a8d984e3628e490255cc0"
234dependencies = [
235 "extend",
236 "serde",
237 "serde_json",
238]
239
240[[package]]
241name = "assert-json-diff"
242version = "2.0.2"
243source = "registry+https://github.com/rust-lang/crates.io-index"
244checksum = "47e4f2b81832e72834d7518d8487a0396a28cc408186a2e8854c0f98011faf12"
245dependencies = [
246 "serde",
247 "serde_json",
248]
249
250[[package]]
251name = "async-channel"
252version = "1.9.0"
253source = "registry+https://github.com/rust-lang/crates.io-index"
254checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
255dependencies = [
256 "concurrent-queue",
257 "event-listener",
258 "futures-core",
259]
260
261[[package]]
262name = "async-compression"
263version = "0.4.6"
264source = "registry+https://github.com/rust-lang/crates.io-index"
265checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
266dependencies = [
267 "flate2",
268 "futures-core",
269 "memchr",
270 "pin-project-lite",
271 "tokio",
272]
273
274[[package]]
275name = "async-speed-limit"
276version = "0.4.1"
277source = "registry+https://github.com/rust-lang/crates.io-index"
278checksum = "97d287ccbfb44ae20287d2f9c72ad9e560d50810883870697db5b320c541f183"
279dependencies = [
280 "futures-core",
281 "futures-io",
282 "futures-timer",
283 "pin-project-lite",
284]
285
286[[package]]
287name = "async-stream"
288version = "0.3.5"
289source = "registry+https://github.com/rust-lang/crates.io-index"
290checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
291dependencies = [
292 "async-stream-impl",
293 "futures-core",
294 "pin-project-lite",
295]
296
297[[package]]
298name = "async-stream-impl"
299version = "0.3.5"
300source = "registry+https://github.com/rust-lang/crates.io-index"
301checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
302dependencies = [
303 "proc-macro2",
304 "quote",
305 "syn 2.0.52",
306]
307
308[[package]]
309name = "async-trait"
310version = "0.1.77"
311source = "registry+https://github.com/rust-lang/crates.io-index"
312checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
313dependencies = [
314 "proc-macro2",
315 "quote",
316 "syn 2.0.52",
317]
318
319[[package]]
320name = "atoi"
321version = "2.0.0"
322source = "registry+https://github.com/rust-lang/crates.io-index"
323checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
324dependencies = [
325 "num-traits",
326]
327
328[[package]]
329name = "autocfg"
330version = "1.1.0"
331source = "registry+https://github.com/rust-lang/crates.io-index"
332checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
333
334[[package]]
335name = "aws-config"
336version = "0.55.3"
337source = "registry+https://github.com/rust-lang/crates.io-index"
338checksum = "bcdcf0d683fe9c23d32cf5b53c9918ea0a500375a9fb20109802552658e576c9"
339dependencies = [
340 "aws-credential-types",
341 "aws-http",
342 "aws-sdk-sso",
343 "aws-sdk-sts",
344 "aws-smithy-async",
345 "aws-smithy-client",
346 "aws-smithy-http",
347 "aws-smithy-http-tower",
348 "aws-smithy-json",
349 "aws-smithy-types",
350 "aws-types",
351 "bytes",
352 "fastrand 1.9.0",
353 "hex",
354 "http 0.2.12",
355 "hyper 0.14.28",
356 "ring 0.16.20",
357 "time",
358 "tokio",
359 "tower",
360 "tracing",
361 "zeroize",
362]
363
364[[package]]
365name = "aws-credential-types"
366version = "0.55.3"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "1fcdb2f7acbc076ff5ad05e7864bdb191ca70a6fd07668dc3a1a8bcd051de5ae"
369dependencies = [
370 "aws-smithy-async",
371 "aws-smithy-types",
372 "fastrand 1.9.0",
373 "tokio",
374 "tracing",
375 "zeroize",
376]
377
378[[package]]
379name = "aws-endpoint"
380version = "0.55.3"
381source = "registry+https://github.com/rust-lang/crates.io-index"
382checksum = "8cce1c41a6cfaa726adee9ebb9a56fcd2bbfd8be49fd8a04c5e20fd968330b04"
383dependencies = [
384 "aws-smithy-http",
385 "aws-smithy-types",
386 "aws-types",
387 "http 0.2.12",
388 "regex",
389 "tracing",
390]
391
392[[package]]
393name = "aws-http"
394version = "0.55.3"
395source = "registry+https://github.com/rust-lang/crates.io-index"
396checksum = "aadbc44e7a8f3e71c8b374e03ecd972869eb91dd2bc89ed018954a52ba84bc44"
397dependencies = [
398 "aws-credential-types",
399 "aws-smithy-http",
400 "aws-smithy-types",
401 "aws-types",
402 "bytes",
403 "http 0.2.12",
404 "http-body 0.4.6",
405 "lazy_static",
406 "percent-encoding",
407 "pin-project-lite",
408 "tracing",
409]
410
411[[package]]
412name = "aws-sdk-kinesis"
413version = "0.28.0"
414source = "registry+https://github.com/rust-lang/crates.io-index"
415checksum = "ca88060b315da80279486d079a2c5c27891fc60a7e770526e50ad5d98551f650"
416dependencies = [
417 "aws-credential-types",
418 "aws-endpoint",
419 "aws-http",
420 "aws-sig-auth",
421 "aws-smithy-async",
422 "aws-smithy-client",
423 "aws-smithy-http",
424 "aws-smithy-http-tower",
425 "aws-smithy-json",
426 "aws-smithy-types",
427 "aws-types",
428 "bytes",
429 "http 0.2.12",
430 "regex",
431 "tokio-stream",
432 "tower",
433 "tracing",
434]
435
436[[package]]
437name = "aws-sdk-s3"
438version = "0.28.0"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "fba197193cbb4bcb6aad8d99796b2291f36fa89562ded5d4501363055b0de89f"
441dependencies = [
442 "aws-credential-types",
443 "aws-endpoint",
444 "aws-http",
445 "aws-sig-auth",
446 "aws-sigv4",
447 "aws-smithy-async",
448 "aws-smithy-checksums",
449 "aws-smithy-client",
450 "aws-smithy-eventstream",
451 "aws-smithy-http",
452 "aws-smithy-http-tower",
453 "aws-smithy-json",
454 "aws-smithy-types",
455 "aws-smithy-xml",
456 "aws-types",
457 "bytes",
458 "http 0.2.12",
459 "http-body 0.4.6",
460 "once_cell",
461 "percent-encoding",
462 "regex",
463 "tokio-stream",
464 "tower",
465 "tracing",
466 "url",
467]
468
469[[package]]
470name = "aws-sdk-sso"
471version = "0.28.0"
472source = "registry+https://github.com/rust-lang/crates.io-index"
473checksum = "c8b812340d86d4a766b2ca73f740dfd47a97c2dff0c06c8517a16d88241957e4"
474dependencies = [
475 "aws-credential-types",
476 "aws-endpoint",
477 "aws-http",
478 "aws-sig-auth",
479 "aws-smithy-async",
480 "aws-smithy-client",
481 "aws-smithy-http",
482 "aws-smithy-http-tower",
483 "aws-smithy-json",
484 "aws-smithy-types",
485 "aws-types",
486 "bytes",
487 "http 0.2.12",
488 "regex",
489 "tokio-stream",
490 "tower",
491 "tracing",
492]
493
494[[package]]
495name = "aws-sdk-sts"
496version = "0.28.0"
497source = "registry+https://github.com/rust-lang/crates.io-index"
498checksum = "265fac131fbfc188e5c3d96652ea90ecc676a934e3174eaaee523c6cec040b3b"
499dependencies = [
500 "aws-credential-types",
501 "aws-endpoint",
502 "aws-http",
503 "aws-sig-auth",
504 "aws-smithy-async",
505 "aws-smithy-client",
506 "aws-smithy-http",
507 "aws-smithy-http-tower",
508 "aws-smithy-json",
509 "aws-smithy-query",
510 "aws-smithy-types",
511 "aws-smithy-xml",
512 "aws-types",
513 "bytes",
514 "http 0.2.12",
515 "regex",
516 "tower",
517 "tracing",
518]
519
520[[package]]
521name = "aws-sig-auth"
522version = "0.55.3"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "3b94acb10af0c879ecd5c7bdf51cda6679a0a4f4643ce630905a77673bfa3c61"
525dependencies = [
526 "aws-credential-types",
527 "aws-sigv4",
528 "aws-smithy-eventstream",
529 "aws-smithy-http",
530 "aws-types",
531 "http 0.2.12",
532 "tracing",
533]
534
535[[package]]
536name = "aws-sigv4"
537version = "0.55.3"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "9d2ce6f507be68e968a33485ced670111d1cbad161ddbbab1e313c03d37d8f4c"
540dependencies = [
541 "aws-smithy-eventstream",
542 "aws-smithy-http",
543 "bytes",
544 "form_urlencoded",
545 "hex",
546 "hmac",
547 "http 0.2.12",
548 "once_cell",
549 "percent-encoding",
550 "regex",
551 "sha2",
552 "time",
553 "tracing",
554]
555
556[[package]]
557name = "aws-smithy-async"
558version = "0.55.3"
559source = "registry+https://github.com/rust-lang/crates.io-index"
560checksum = "13bda3996044c202d75b91afeb11a9afae9db9a721c6a7a427410018e286b880"
561dependencies = [
562 "futures-util",
563 "pin-project-lite",
564 "tokio",
565 "tokio-stream",
566]
567
568[[package]]
569name = "aws-smithy-checksums"
570version = "0.55.3"
571source = "registry+https://github.com/rust-lang/crates.io-index"
572checksum = "07ed8b96d95402f3f6b8b57eb4e0e45ee365f78b1a924faf20ff6e97abf1eae6"
573dependencies = [
574 "aws-smithy-http",
575 "aws-smithy-types",
576 "bytes",
577 "crc32c",
578 "crc32fast",
579 "hex",
580 "http 0.2.12",
581 "http-body 0.4.6",
582 "md-5",
583 "pin-project-lite",
584 "sha1",
585 "sha2",
586 "tracing",
587]
588
589[[package]]
590name = "aws-smithy-client"
591version = "0.55.3"
592source = "registry+https://github.com/rust-lang/crates.io-index"
593checksum = "0a86aa6e21e86c4252ad6a0e3e74da9617295d8d6e374d552be7d3059c41cedd"
594dependencies = [
595 "aws-smithy-async",
596 "aws-smithy-http",
597 "aws-smithy-http-tower",
598 "aws-smithy-protocol-test",
599 "aws-smithy-types",
600 "bytes",
601 "fastrand 1.9.0",
602 "http 0.2.12",
603 "http-body 0.4.6",
604 "hyper 0.14.28",
605 "hyper-rustls 0.23.2",
606 "lazy_static",
607 "pin-project-lite",
608 "rustls 0.20.9",
609 "serde",
610 "serde_json",
611 "tokio",
612 "tower",
613 "tracing",
614]
615
616[[package]]
617name = "aws-smithy-eventstream"
618version = "0.55.3"
619source = "registry+https://github.com/rust-lang/crates.io-index"
620checksum = "460c8da5110835e3d9a717c61f5556b20d03c32a1dec57f8fc559b360f733bb8"
621dependencies = [
622 "aws-smithy-types",
623 "bytes",
624 "crc32fast",
625]
626
627[[package]]
628name = "aws-smithy-http"
629version = "0.55.3"
630source = "registry+https://github.com/rust-lang/crates.io-index"
631checksum = "2b3b693869133551f135e1f2c77cb0b8277d9e3e17feaf2213f735857c4f0d28"
632dependencies = [
633 "aws-smithy-eventstream",
634 "aws-smithy-types",
635 "bytes",
636 "bytes-utils",
637 "futures-core",
638 "http 0.2.12",
639 "http-body 0.4.6",
640 "hyper 0.14.28",
641 "once_cell",
642 "percent-encoding",
643 "pin-project-lite",
644 "pin-utils",
645 "tokio",
646 "tokio-util",
647 "tracing",
648]
649
650[[package]]
651name = "aws-smithy-http-tower"
652version = "0.55.3"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "3ae4f6c5798a247fac98a867698197d9ac22643596dc3777f0c76b91917616b9"
655dependencies = [
656 "aws-smithy-http",
657 "aws-smithy-types",
658 "bytes",
659 "http 0.2.12",
660 "http-body 0.4.6",
661 "pin-project-lite",
662 "tower",
663 "tracing",
664]
665
666[[package]]
667name = "aws-smithy-json"
668version = "0.55.3"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "23f9f42fbfa96d095194a632fbac19f60077748eba536eb0b9fecc28659807f8"
671dependencies = [
672 "aws-smithy-types",
673]
674
675[[package]]
676name = "aws-smithy-protocol-test"
677version = "0.55.3"
678source = "registry+https://github.com/rust-lang/crates.io-index"
679checksum = "aabbf8d2bfefa4870ba497c1ae3b40e5e26be18af1cb8c871856b0a393a15ffa"
680dependencies = [
681 "assert-json-diff 1.1.0",
682 "http 0.2.12",
683 "pretty_assertions",
684 "regex",
685 "roxmltree 0.14.1",
686 "serde_json",
687 "thiserror",
688]
689
690[[package]]
691name = "aws-smithy-query"
692version = "0.55.3"
693source = "registry+https://github.com/rust-lang/crates.io-index"
694checksum = "98819eb0b04020a1c791903533b638534ae6c12e2aceda3e6e6fba015608d51d"
695dependencies = [
696 "aws-smithy-types",
697 "urlencoding",
698]
699
700[[package]]
701name = "aws-smithy-types"
702version = "0.55.3"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "16a3d0bf4f324f4ef9793b86a1701d9700fbcdbd12a846da45eed104c634c6e8"
705dependencies = [
706 "base64-simd",
707 "itoa",
708 "num-integer",
709 "ryu",
710 "time",
711]
712
713[[package]]
714name = "aws-smithy-xml"
715version = "0.55.3"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "b1b9d12875731bd07e767be7baad95700c3137b56730ec9ddeedb52a5e5ca63b"
718dependencies = [
719 "xmlparser",
720]
721
722[[package]]
723name = "aws-types"
724version = "0.55.3"
725source = "registry+https://github.com/rust-lang/crates.io-index"
726checksum = "6dd209616cc8d7bfb82f87811a5c655dc97537f592689b18743bddf5dc5c4829"
727dependencies = [
728 "aws-credential-types",
729 "aws-smithy-async",
730 "aws-smithy-client",
731 "aws-smithy-http",
732 "aws-smithy-types",
733 "http 0.2.12",
734 "rustc_version",
735 "tracing",
736]
737
738[[package]]
739name = "aws_lambda_events"
740version = "0.15.0"
741source = "registry+https://github.com/rust-lang/crates.io-index"
742checksum = "598e2ade8447dce8d3a15b6159b73354db34257851344b232fb1920c272acc61"
743dependencies = [
744 "base64 0.21.7",
745 "bytes",
746 "chrono",
747 "flate2",
748 "http 1.1.0",
749 "http-body 1.0.0",
750 "http-serde 2.0.0",
751 "query_map",
752 "serde",
753 "serde_dynamo",
754 "serde_json",
755 "serde_with 3.7.0",
756]
757
758[[package]]
759name = "axum"
760version = "0.6.20"
761source = "registry+https://github.com/rust-lang/crates.io-index"
762checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
763dependencies = [
764 "async-trait",
765 "axum-core",
766 "bitflags 1.3.2",
767 "bytes",
768 "futures-util",
769 "http 0.2.12",
770 "http-body 0.4.6",
771 "hyper 0.14.28",
772 "itoa",
773 "matchit",
774 "memchr",
775 "mime",
776 "percent-encoding",
777 "pin-project-lite",
778 "rustversion",
779 "serde",
780 "sync_wrapper",
781 "tower",
782 "tower-layer",
783 "tower-service",
784]
785
786[[package]]
787name = "axum-core"
788version = "0.3.4"
789source = "registry+https://github.com/rust-lang/crates.io-index"
790checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
791dependencies = [
792 "async-trait",
793 "bytes",
794 "futures-util",
795 "http 0.2.12",
796 "http-body 0.4.6",
797 "mime",
798 "rustversion",
799 "tower-layer",
800 "tower-service",
801]
802
803[[package]]
804name = "azure_core"
805version = "0.13.0"
806source = "registry+https://github.com/rust-lang/crates.io-index"
807checksum = "86b0f0eea648347e40f5f7f7e6bfea4553bcefad0fbf52044ea339e5ce3aba61"
808dependencies = [
809 "async-trait",
810 "base64 0.21.7",
811 "bytes",
812 "dyn-clone",
813 "futures",
814 "getrandom 0.2.12",
815 "http-types",
816 "log",
817 "paste",
818 "pin-project",
819 "quick-xml 0.29.0",
820 "rand 0.8.5",
821 "reqwest",
822 "rustc_version",
823 "serde",
824 "serde_json",
825 "time",
826 "url",
827 "uuid",
828]
829
830[[package]]
831name = "azure_storage"
832version = "0.13.0"
833source = "registry+https://github.com/rust-lang/crates.io-index"
834checksum = "32d9cfa13ed9acb51cd663e04f343bd550a92b455add96c90de387a9a6bc4dbc"
835dependencies = [
836 "RustyXML",
837 "async-trait",
838 "azure_core",
839 "bytes",
840 "futures",
841 "hmac",
842 "log",
843 "once_cell",
844 "serde",
845 "serde_derive",
846 "serde_json",
847 "sha2",
848 "time",
849 "url",
850 "uuid",
851]
852
853[[package]]
854name = "azure_storage_blobs"
855version = "0.13.1"
856source = "registry+https://github.com/rust-lang/crates.io-index"
857checksum = "57cb0fe58af32a3fb49e560613cb1e4937f9f13161a2c1caf1bba0224435f2af"
858dependencies = [
859 "RustyXML",
860 "azure_core",
861 "azure_storage",
862 "bytes",
863 "futures",
864 "log",
865 "serde",
866 "serde_derive",
867 "serde_json",
868 "time",
869 "url",
870 "uuid",
871]
872
873[[package]]
874name = "backoff"
875version = "0.4.0"
876source = "registry+https://github.com/rust-lang/crates.io-index"
877checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
878dependencies = [
879 "futures-core",
880 "getrandom 0.2.12",
881 "instant",
882 "pin-project-lite",
883 "rand 0.8.5",
884 "tokio",
885]
886
887[[package]]
888name = "backon"
889version = "0.4.3"
890source = "registry+https://github.com/rust-lang/crates.io-index"
891checksum = "c491fa80d69c03084223a4e73c378dd9f9a1e612eb54051213f88b2d5249b458"
892dependencies = [
893 "fastrand 2.0.1",
894 "futures-core",
895 "pin-project",
896 "tokio",
897]
898
899[[package]]
900name = "backtrace"
901version = "0.3.69"
902source = "registry+https://github.com/rust-lang/crates.io-index"
903checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
904dependencies = [
905 "addr2line",
906 "cc",
907 "cfg-if",
908 "libc",
909 "miniz_oxide",
910 "object",
911 "rustc-demangle",
912]
913
914[[package]]
915name = "base16"
916version = "0.2.1"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8"
919
920[[package]]
921name = "base64"
922version = "0.13.1"
923source = "registry+https://github.com/rust-lang/crates.io-index"
924checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
925
926[[package]]
927name = "base64"
928version = "0.21.7"
929source = "registry+https://github.com/rust-lang/crates.io-index"
930checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
931
932[[package]]
933name = "base64"
934version = "0.22.0"
935source = "registry+https://github.com/rust-lang/crates.io-index"
936checksum = "9475866fec1451be56a3c2400fd081ff546538961565ccb5b7142cbd22bc7a51"
937
938[[package]]
939name = "base64-simd"
940version = "0.8.0"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
943dependencies = [
944 "outref",
945 "vsimd",
946]
947
948[[package]]
949name = "base64ct"
950version = "1.6.0"
951source = "registry+https://github.com/rust-lang/crates.io-index"
952checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
953
954[[package]]
955name = "bincode"
956version = "1.3.3"
957source = "registry+https://github.com/rust-lang/crates.io-index"
958checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
959dependencies = [
960 "serde",
961]
962
963[[package]]
964name = "bit-set"
965version = "0.5.3"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
968dependencies = [
969 "bit-vec",
970]
971
972[[package]]
973name = "bit-vec"
974version = "0.6.3"
975source = "registry+https://github.com/rust-lang/crates.io-index"
976checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
977
978[[package]]
979name = "bitflags"
980version = "1.3.2"
981source = "registry+https://github.com/rust-lang/crates.io-index"
982checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
983
984[[package]]
985name = "bitflags"
986version = "2.4.2"
987source = "registry+https://github.com/rust-lang/crates.io-index"
988checksum = "ed570934406eb16438a4e976b1b4500774099c13b8cb96eec99f620f05090ddf"
989dependencies = [
990 "serde",
991]
992
993[[package]]
994name = "bitpacking"
995version = "0.9.2"
996source = "registry+https://github.com/rust-lang/crates.io-index"
997checksum = "4c1d3e2bfd8d06048a179f7b17afc3188effa10385e7b00dc65af6aae732ea92"
998dependencies = [
999 "crunchy",
1000]
1001
1002[[package]]
1003name = "bitvec"
1004version = "1.0.1"
1005source = "registry+https://github.com/rust-lang/crates.io-index"
1006checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1007dependencies = [
1008 "funty",
1009 "radium",
1010 "tap",
1011 "wyz",
1012]
1013
1014[[package]]
1015name = "block-buffer"
1016version = "0.10.4"
1017source = "registry+https://github.com/rust-lang/crates.io-index"
1018checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1019dependencies = [
1020 "generic-array",
1021]
1022
1023[[package]]
1024name = "block-padding"
1025version = "0.3.3"
1026source = "registry+https://github.com/rust-lang/crates.io-index"
1027checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
1028dependencies = [
1029 "generic-array",
1030]
1031
1032[[package]]
1033name = "borsh"
1034version = "1.3.1"
1035source = "registry+https://github.com/rust-lang/crates.io-index"
1036checksum = "f58b559fd6448c6e2fd0adb5720cd98a2506594cafa4737ff98c396f3e82f667"
1037dependencies = [
1038 "borsh-derive",
1039 "cfg_aliases",
1040]
1041
1042[[package]]
1043name = "borsh-derive"
1044version = "1.3.1"
1045source = "registry+https://github.com/rust-lang/crates.io-index"
1046checksum = "7aadb5b6ccbd078890f6d7003694e33816e6b784358f18e15e7e6d9f065a57cd"
1047dependencies = [
1048 "once_cell",
1049 "proc-macro-crate 3.1.0",
1050 "proc-macro2",
1051 "quote",
1052 "syn 2.0.52",
1053 "syn_derive",
1054]
1055
1056[[package]]
1057name = "bumpalo"
1058version = "3.15.4"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "7ff69b9dd49fd426c69a0db9fc04dd934cdb6645ff000864d98f7e2af8830eaa"
1061
1062[[package]]
1063name = "bytecheck"
1064version = "0.6.12"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
1067dependencies = [
1068 "bytecheck_derive",
1069 "ptr_meta",
1070 "simdutf8",
1071]
1072
1073[[package]]
1074name = "bytecheck_derive"
1075version = "0.6.12"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
1078dependencies = [
1079 "proc-macro2",
1080 "quote",
1081 "syn 1.0.109",
1082]
1083
1084[[package]]
1085name = "bytecount"
1086version = "0.6.7"
1087source = "registry+https://github.com/rust-lang/crates.io-index"
1088checksum = "e1e5f035d16fc623ae5f74981db80a439803888314e3a555fd6f04acd51a3205"
1089
1090[[package]]
1091name = "byteorder"
1092version = "1.5.0"
1093source = "registry+https://github.com/rust-lang/crates.io-index"
1094checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1095
1096[[package]]
1097name = "bytes"
1098version = "1.5.0"
1099source = "registry+https://github.com/rust-lang/crates.io-index"
1100checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
1101dependencies = [
1102 "serde",
1103]
1104
1105[[package]]
1106name = "bytes-utils"
1107version = "0.1.4"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1110dependencies = [
1111 "bytes",
1112 "either",
1113]
1114
1115[[package]]
1116name = "bytesize"
1117version = "1.3.0"
1118source = "registry+https://github.com/rust-lang/crates.io-index"
1119checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
1120dependencies = [
1121 "serde",
1122]
1123
1124[[package]]
1125name = "bytestring"
1126version = "1.3.1"
1127source = "registry+https://github.com/rust-lang/crates.io-index"
1128checksum = "74d80203ea6b29df88012294f62733de21cfeab47f17b41af3a38bc30a03ee72"
1129dependencies = [
1130 "bytes",
1131]
1132
1133[[package]]
1134name = "bzip2"
1135version = "0.4.4"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
1138dependencies = [
1139 "bzip2-sys",
1140 "libc",
1141]
1142
1143[[package]]
1144name = "bzip2-sys"
1145version = "0.1.11+1.0.8"
1146source = "registry+https://github.com/rust-lang/crates.io-index"
1147checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
1148dependencies = [
1149 "cc",
1150 "libc",
1151 "pkg-config",
1152]
1153
1154[[package]]
1155name = "cast"
1156version = "0.3.0"
1157source = "registry+https://github.com/rust-lang/crates.io-index"
1158checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
1159
1160[[package]]
1161name = "cbc"
1162version = "0.1.2"
1163source = "registry+https://github.com/rust-lang/crates.io-index"
1164checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
1165dependencies = [
1166 "cipher",
1167]
1168
1169[[package]]
1170name = "cc"
1171version = "1.0.90"
1172source = "registry+https://github.com/rust-lang/crates.io-index"
1173checksum = "8cd6604a82acf3039f1144f54b8eb34e91ffba622051189e71b781822d5ee1f5"
1174dependencies = [
1175 "jobserver",
1176 "libc",
1177]
1178
1179[[package]]
1180name = "census"
1181version = "0.4.2"
1182source = "registry+https://github.com/rust-lang/crates.io-index"
1183checksum = "4f4c707c6a209cbe82d10abd08e1ea8995e9ea937d2550646e02798948992be0"
1184
1185[[package]]
1186name = "cfb-mode"
1187version = "0.8.2"
1188source = "registry+https://github.com/rust-lang/crates.io-index"
1189checksum = "738b8d467867f80a71351933f70461f5b56f24d5c93e0cf216e59229c968d330"
1190dependencies = [
1191 "cipher",
1192]
1193
1194[[package]]
1195name = "cfg-if"
1196version = "1.0.0"
1197source = "registry+https://github.com/rust-lang/crates.io-index"
1198checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1199
1200[[package]]
1201name = "cfg_aliases"
1202version = "0.1.1"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
1205
1206[[package]]
1207name = "chacha20"
1208version = "0.9.1"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "c3613f74bd2eac03dad61bd53dbe620703d4371614fe0bc3b9f04dd36fe4e818"
1211dependencies = [
1212 "cfg-if",
1213 "cipher",
1214 "cpufeatures",
1215]
1216
1217[[package]]
1218name = "chacha20poly1305"
1219version = "0.10.1"
1220source = "registry+https://github.com/rust-lang/crates.io-index"
1221checksum = "10cd79432192d1c0f4e1a0fef9527696cc039165d729fb41b3f4f4f354c2dc35"
1222dependencies = [
1223 "aead",
1224 "chacha20",
1225 "cipher",
1226 "poly1305",
1227 "zeroize",
1228]
1229
1230[[package]]
1231name = "charset"
1232version = "0.1.3"
1233source = "registry+https://github.com/rust-lang/crates.io-index"
1234checksum = "18e9079d1a12a2cc2bffb5db039c43661836ead4082120d5844f02555aca2d46"
1235dependencies = [
1236 "base64 0.13.1",
1237 "encoding_rs",
1238]
1239
1240[[package]]
1241name = "chitchat"
1242version = "0.8.0"
1243source = "git+https://github.com/quickwit-oss/chitchat.git?rev=d039699#d03969982e1c199aa05cb8e4f86d8d83118057ff"
1244dependencies = [
1245 "anyhow",
1246 "async-trait",
1247 "bytes",
1248 "itertools 0.12.1",
1249 "rand 0.8.5",
1250 "serde",
1251 "tokio",
1252 "tokio-stream",
1253 "tracing",
1254 "zstd 0.13.0",
1255]
1256
1257[[package]]
1258name = "chrono"
1259version = "0.4.35"
1260source = "registry+https://github.com/rust-lang/crates.io-index"
1261checksum = "8eaf5903dcbc0a39312feb77df2ff4c76387d591b9fc7b04a238dcf8bb62639a"
1262dependencies = [
1263 "android-tzdata",
1264 "iana-time-zone",
1265 "js-sys",
1266 "num-traits",
1267 "serde",
1268 "wasm-bindgen",
1269 "windows-targets 0.52.4",
1270]
1271
1272[[package]]
1273name = "chrono-tz"
1274version = "0.8.6"
1275source = "registry+https://github.com/rust-lang/crates.io-index"
1276checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e"
1277dependencies = [
1278 "chrono",
1279 "chrono-tz-build",
1280 "phf",
1281]
1282
1283[[package]]
1284name = "chrono-tz-build"
1285version = "0.2.1"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f"
1288dependencies = [
1289 "parse-zoneinfo",
1290 "phf",
1291 "phf_codegen",
1292]
1293
1294[[package]]
1295name = "ciborium"
1296version = "0.2.2"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
1299dependencies = [
1300 "ciborium-io",
1301 "ciborium-ll",
1302 "serde",
1303]
1304
1305[[package]]
1306name = "ciborium-io"
1307version = "0.2.2"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
1310
1311[[package]]
1312name = "ciborium-ll"
1313version = "0.2.2"
1314source = "registry+https://github.com/rust-lang/crates.io-index"
1315checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
1316dependencies = [
1317 "ciborium-io",
1318 "half",
1319]
1320
1321[[package]]
1322name = "cidr-utils"
1323version = "0.5.11"
1324source = "registry+https://github.com/rust-lang/crates.io-index"
1325checksum = "2315f7119b7146d6a883de6acd63ddf96071b5f79d9d98d2adaa84d749f6abf1"
1326dependencies = [
1327 "debug-helper",
1328 "num-bigint",
1329 "num-traits",
1330 "once_cell",
1331 "regex",
1332]
1333
1334[[package]]
1335name = "cipher"
1336version = "0.4.4"
1337source = "registry+https://github.com/rust-lang/crates.io-index"
1338checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
1339dependencies = [
1340 "crypto-common",
1341 "inout",
1342 "zeroize",
1343]
1344
1345[[package]]
1346name = "clap"
1347version = "4.5.2"
1348source = "registry+https://github.com/rust-lang/crates.io-index"
1349checksum = "b230ab84b0ffdf890d5a10abdbc8b83ae1c4918275daea1ab8801f71536b2651"
1350dependencies = [
1351 "clap_builder",
1352]
1353
1354[[package]]
1355name = "clap_builder"
1356version = "4.5.2"
1357source = "registry+https://github.com/rust-lang/crates.io-index"
1358checksum = "ae129e2e766ae0ec03484e609954119f123cc1fe650337e155d03b022f24f7b4"
1359dependencies = [
1360 "anstream",
1361 "anstyle",
1362 "clap_lex",
1363 "strsim 0.11.0",
1364]
1365
1366[[package]]
1367name = "clap_lex"
1368version = "0.7.0"
1369source = "registry+https://github.com/rust-lang/crates.io-index"
1370checksum = "98cc8fbded0c607b7ba9dd60cd98df59af97e84d24e49c8557331cfc26d301ce"
1371
1372[[package]]
1373name = "cmake"
1374version = "0.1.50"
1375source = "registry+https://github.com/rust-lang/crates.io-index"
1376checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
1377dependencies = [
1378 "cc",
1379]
1380
1381[[package]]
1382name = "cobs"
1383version = "0.2.3"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "67ba02a97a2bd10f4b59b25c7973101c79642302776489e030cd13cdab09ed15"
1386
1387[[package]]
1388name = "codespan-reporting"
1389version = "0.11.1"
1390source = "registry+https://github.com/rust-lang/crates.io-index"
1391checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
1392dependencies = [
1393 "termcolor",
1394 "unicode-width",
1395]
1396
1397[[package]]
1398name = "colorchoice"
1399version = "1.0.0"
1400source = "registry+https://github.com/rust-lang/crates.io-index"
1401checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
1402
1403[[package]]
1404name = "colored"
1405version = "2.1.0"
1406source = "registry+https://github.com/rust-lang/crates.io-index"
1407checksum = "cbf2150cce219b664a8a70df7a1f933836724b503f8a413af9365b4dcc4d90b8"
1408dependencies = [
1409 "lazy_static",
1410 "windows-sys 0.48.0",
1411]
1412
1413[[package]]
1414name = "community-id"
1415version = "0.2.2"
1416source = "registry+https://github.com/rust-lang/crates.io-index"
1417checksum = "4f6af96839c04974cf381e427792a99913ecf3f7bfb348f153dc8a8e5f9803ad"
1418dependencies = [
1419 "anyhow",
1420 "base64 0.21.7",
1421 "hex",
1422 "lazy_static",
1423 "num_enum 0.6.1",
1424 "sha1",
1425]
1426
1427[[package]]
1428name = "concurrent-queue"
1429version = "2.4.0"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "d16048cd947b08fa32c24458a22f5dc5e835264f689f4f5653210c69fd107363"
1432dependencies = [
1433 "crossbeam-utils",
1434]
1435
1436[[package]]
1437name = "console"
1438version = "0.15.8"
1439source = "registry+https://github.com/rust-lang/crates.io-index"
1440checksum = "0e1f83fc076bd6dd27517eacdf25fef6c4dfe5f1d7448bafaaf3a26f13b5e4eb"
1441dependencies = [
1442 "encode_unicode",
1443 "lazy_static",
1444 "libc",
1445 "unicode-width",
1446 "windows-sys 0.52.0",
1447]
1448
1449[[package]]
1450name = "console-api"
1451version = "0.5.0"
1452source = "registry+https://github.com/rust-lang/crates.io-index"
1453checksum = "c2895653b4d9f1538a83970077cb01dfc77a4810524e51a110944688e916b18e"
1454dependencies = [
1455 "prost",
1456 "prost-types",
1457 "tonic",
1458 "tracing-core",
1459]
1460
1461[[package]]
1462name = "console-subscriber"
1463version = "0.1.10"
1464source = "registry+https://github.com/rust-lang/crates.io-index"
1465checksum = "d4cf42660ac07fcebed809cfe561dd8730bcd35b075215e6479c516bcd0d11cb"
1466dependencies = [
1467 "console-api",
1468 "crossbeam-channel",
1469 "crossbeam-utils",
1470 "futures",
1471 "hdrhistogram",
1472 "humantime",
1473 "prost-types",
1474 "serde",
1475 "serde_json",
1476 "thread_local",
1477 "tokio",
1478 "tokio-stream",
1479 "tonic",
1480 "tracing",
1481 "tracing-core",
1482 "tracing-subscriber",
1483]
1484
1485[[package]]
1486name = "const-oid"
1487version = "0.9.6"
1488source = "registry+https://github.com/rust-lang/crates.io-index"
1489checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1490
1491[[package]]
1492name = "constant_time_eq"
1493version = "0.1.5"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
1496
1497[[package]]
1498name = "convert_case"
1499version = "0.4.0"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
1502
1503[[package]]
1504name = "core-foundation"
1505version = "0.9.4"
1506source = "registry+https://github.com/rust-lang/crates.io-index"
1507checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1508dependencies = [
1509 "core-foundation-sys",
1510 "libc",
1511]
1512
1513[[package]]
1514name = "core-foundation-sys"
1515version = "0.8.6"
1516source = "registry+https://github.com/rust-lang/crates.io-index"
1517checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
1518
1519[[package]]
1520name = "cpufeatures"
1521version = "0.2.12"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
1524dependencies = [
1525 "libc",
1526]
1527
1528[[package]]
1529name = "crc"
1530version = "3.0.1"
1531source = "registry+https://github.com/rust-lang/crates.io-index"
1532checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
1533dependencies = [
1534 "crc-catalog",
1535]
1536
1537[[package]]
1538name = "crc-catalog"
1539version = "2.4.0"
1540source = "registry+https://github.com/rust-lang/crates.io-index"
1541checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
1542
1543[[package]]
1544name = "crc32c"
1545version = "0.6.5"
1546source = "registry+https://github.com/rust-lang/crates.io-index"
1547checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
1548dependencies = [
1549 "rustc_version",
1550]
1551
1552[[package]]
1553name = "crc32fast"
1554version = "1.4.0"
1555source = "registry+https://github.com/rust-lang/crates.io-index"
1556checksum = "b3855a8a784b474f333699ef2bbca9db2c4a1f6d9088a90a2d25b1eb53111eaa"
1557dependencies = [
1558 "cfg-if",
1559]
1560
1561[[package]]
1562name = "criterion"
1563version = "0.5.1"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
1566dependencies = [
1567 "anes",
1568 "cast",
1569 "ciborium",
1570 "clap",
1571 "criterion-plot",
1572 "futures",
1573 "is-terminal",
1574 "itertools 0.10.5",
1575 "num-traits",
1576 "once_cell",
1577 "oorandom",
1578 "plotters",
1579 "rayon",
1580 "regex",
1581 "serde",
1582 "serde_derive",
1583 "serde_json",
1584 "tinytemplate",
1585 "tokio",
1586 "walkdir",
1587]
1588
1589[[package]]
1590name = "criterion-plot"
1591version = "0.5.0"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
1594dependencies = [
1595 "cast",
1596 "itertools 0.10.5",
1597]
1598
1599[[package]]
1600name = "cron"
1601version = "0.12.1"
1602source = "registry+https://github.com/rust-lang/crates.io-index"
1603checksum = "6f8c3e73077b4b4a6ab1ea5047c37c57aee77657bc8ecd6f29b0af082d0b0c07"
1604dependencies = [
1605 "chrono",
1606 "nom",
1607 "once_cell",
1608]
1609
1610[[package]]
1611name = "crossbeam-channel"
1612version = "0.5.12"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "ab3db02a9c5b5121e1e42fbdb1aeb65f5e02624cc58c43f2884c6ccac0b82f95"
1615dependencies = [
1616 "crossbeam-utils",
1617]
1618
1619[[package]]
1620name = "crossbeam-deque"
1621version = "0.8.5"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
1624dependencies = [
1625 "crossbeam-epoch",
1626 "crossbeam-utils",
1627]
1628
1629[[package]]
1630name = "crossbeam-epoch"
1631version = "0.9.18"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1634dependencies = [
1635 "crossbeam-utils",
1636]
1637
1638[[package]]
1639name = "crossbeam-queue"
1640version = "0.3.11"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
1643dependencies = [
1644 "crossbeam-utils",
1645]
1646
1647[[package]]
1648name = "crossbeam-utils"
1649version = "0.8.19"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "248e3bacc7dc6baa3b21e405ee045c3047101a49145e7e9eca583ab4c2ca5345"
1652
1653[[package]]
1654name = "crunchy"
1655version = "0.2.2"
1656source = "registry+https://github.com/rust-lang/crates.io-index"
1657checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
1658
1659[[package]]
1660name = "crypto-common"
1661version = "0.1.6"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1664dependencies = [
1665 "generic-array",
1666 "rand_core 0.6.4",
1667 "typenum",
1668]
1669
1670[[package]]
1671name = "crypto_secretbox"
1672version = "0.1.1"
1673source = "registry+https://github.com/rust-lang/crates.io-index"
1674checksum = "b9d6cf87adf719ddf43a805e92c6870a531aedda35ff640442cbaf8674e141e1"
1675dependencies = [
1676 "aead",
1677 "cipher",
1678 "generic-array",
1679 "poly1305",
1680 "salsa20",
1681 "subtle",
1682 "zeroize",
1683]
1684
1685[[package]]
1686name = "csv"
1687version = "1.3.0"
1688source = "registry+https://github.com/rust-lang/crates.io-index"
1689checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
1690dependencies = [
1691 "csv-core",
1692 "itoa",
1693 "ryu",
1694 "serde",
1695]
1696
1697[[package]]
1698name = "csv-core"
1699version = "0.1.11"
1700source = "registry+https://github.com/rust-lang/crates.io-index"
1701checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
1702dependencies = [
1703 "memchr",
1704]
1705
1706[[package]]
1707name = "ctr"
1708version = "0.9.2"
1709source = "registry+https://github.com/rust-lang/crates.io-index"
1710checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
1711dependencies = [
1712 "cipher",
1713]
1714
1715[[package]]
1716name = "darling"
1717version = "0.13.4"
1718source = "registry+https://github.com/rust-lang/crates.io-index"
1719checksum = "a01d95850c592940db9b8194bc39f4bc0e89dee5c4265e4b1807c34a9aba453c"
1720dependencies = [
1721 "darling_core 0.13.4",
1722 "darling_macro 0.13.4",
1723]
1724
1725[[package]]
1726name = "darling"
1727version = "0.20.8"
1728source = "registry+https://github.com/rust-lang/crates.io-index"
1729checksum = "54e36fcd13ed84ffdfda6f5be89b31287cbb80c439841fe69e04841435464391"
1730dependencies = [
1731 "darling_core 0.20.8",
1732 "darling_macro 0.20.8",
1733]
1734
1735[[package]]
1736name = "darling_core"
1737version = "0.13.4"
1738source = "registry+https://github.com/rust-lang/crates.io-index"
1739checksum = "859d65a907b6852c9361e3185c862aae7fafd2887876799fa55f5f99dc40d610"
1740dependencies = [
1741 "fnv",
1742 "ident_case",
1743 "proc-macro2",
1744 "quote",
1745 "strsim 0.10.0",
1746 "syn 1.0.109",
1747]
1748
1749[[package]]
1750name = "darling_core"
1751version = "0.20.8"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "9c2cf1c23a687a1feeb728783b993c4e1ad83d99f351801977dd809b48d0a70f"
1754dependencies = [
1755 "fnv",
1756 "ident_case",
1757 "proc-macro2",
1758 "quote",
1759 "strsim 0.10.0",
1760 "syn 2.0.52",
1761]
1762
1763[[package]]
1764name = "darling_macro"
1765version = "0.13.4"
1766source = "registry+https://github.com/rust-lang/crates.io-index"
1767checksum = "9c972679f83bdf9c42bd905396b6c3588a843a17f0f16dfcfa3e2c5d57441835"
1768dependencies = [
1769 "darling_core 0.13.4",
1770 "quote",
1771 "syn 1.0.109",
1772]
1773
1774[[package]]
1775name = "darling_macro"
1776version = "0.20.8"
1777source = "registry+https://github.com/rust-lang/crates.io-index"
1778checksum = "a668eda54683121533a393014d8692171709ff57a7d61f187b6e782719f8933f"
1779dependencies = [
1780 "darling_core 0.20.8",
1781 "quote",
1782 "syn 2.0.52",
1783]
1784
1785[[package]]
1786name = "dashmap"
1787version = "5.5.3"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
1790dependencies = [
1791 "cfg-if",
1792 "hashbrown 0.14.3",
1793 "lock_api",
1794 "once_cell",
1795 "parking_lot_core",
1796]
1797
1798[[package]]
1799name = "data-encoding"
1800version = "2.5.0"
1801source = "registry+https://github.com/rust-lang/crates.io-index"
1802checksum = "7e962a19be5cfc3f3bf6dd8f61eb50107f356ad6270fbb3ed41476571db78be5"
1803
1804[[package]]
1805name = "data-url"
1806version = "0.2.0"
1807source = "registry+https://github.com/rust-lang/crates.io-index"
1808checksum = "8d7439c3735f405729d52c3fbbe4de140eaf938a1fe47d227c27f8254d4302a5"
1809
1810[[package]]
1811name = "deadpool"
1812version = "0.9.5"
1813source = "registry+https://github.com/rust-lang/crates.io-index"
1814checksum = "421fe0f90f2ab22016f32a9881be5134fdd71c65298917084b0c7477cbc3856e"
1815dependencies = [
1816 "async-trait",
1817 "deadpool-runtime",
1818 "num_cpus",
1819 "retain_mut",
1820 "tokio",
1821]
1822
1823[[package]]
1824name = "deadpool-runtime"
1825version = "0.1.3"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "63dfa964fe2a66f3fde91fc70b267fe193d822c7e603e2a675a49a7f46ad3f49"
1828
1829[[package]]
1830name = "debug-helper"
1831version = "0.3.13"
1832source = "registry+https://github.com/rust-lang/crates.io-index"
1833checksum = "f578e8e2c440e7297e008bb5486a3a8a194775224bbc23729b0dbdfaeebf162e"
1834
1835[[package]]
1836name = "der"
1837version = "0.7.8"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
1840dependencies = [
1841 "const-oid",
1842 "pem-rfc7468",
1843 "zeroize",
1844]
1845
1846[[package]]
1847name = "deranged"
1848version = "0.3.11"
1849source = "registry+https://github.com/rust-lang/crates.io-index"
1850checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
1851dependencies = [
1852 "powerfmt",
1853 "serde",
1854]
1855
1856[[package]]
1857name = "derive_more"
1858version = "0.99.17"
1859source = "registry+https://github.com/rust-lang/crates.io-index"
1860checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
1861dependencies = [
1862 "convert_case",
1863 "proc-macro2",
1864 "quote",
1865 "rustc_version",
1866 "syn 1.0.109",
1867]
1868
1869[[package]]
1870name = "dialoguer"
1871version = "0.10.4"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "59c6f2989294b9a498d3ad5491a79c6deb604617378e1cdc4bfc1c1361fe2f87"
1874dependencies = [
1875 "console",
1876 "shell-words",
1877 "tempfile",
1878 "zeroize",
1879]
1880
1881[[package]]
1882name = "diff"
1883version = "0.1.13"
1884source = "registry+https://github.com/rust-lang/crates.io-index"
1885checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
1886
1887[[package]]
1888name = "difflib"
1889version = "0.4.0"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "6184e33543162437515c2e2b48714794e37845ec9851711914eec9d308f6ebe8"
1892
1893[[package]]
1894name = "digest"
1895version = "0.10.7"
1896source = "registry+https://github.com/rust-lang/crates.io-index"
1897checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
1898dependencies = [
1899 "block-buffer",
1900 "const-oid",
1901 "crypto-common",
1902 "subtle",
1903]
1904
1905[[package]]
1906name = "dirs-next"
1907version = "2.0.0"
1908source = "registry+https://github.com/rust-lang/crates.io-index"
1909checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1910dependencies = [
1911 "cfg-if",
1912 "dirs-sys-next",
1913]
1914
1915[[package]]
1916name = "dirs-sys-next"
1917version = "0.1.2"
1918source = "registry+https://github.com/rust-lang/crates.io-index"
1919checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1920dependencies = [
1921 "libc",
1922 "redox_users",
1923 "winapi 0.3.9",
1924]
1925
1926[[package]]
1927name = "dns-lookup"
1928version = "2.0.4"
1929source = "registry+https://github.com/rust-lang/crates.io-index"
1930checksum = "e5766087c2235fec47fafa4cfecc81e494ee679d0fd4a59887ea0919bfb0e4fc"
1931dependencies = [
1932 "cfg-if",
1933 "libc",
1934 "socket2",
1935 "windows-sys 0.48.0",
1936]
1937
1938[[package]]
1939name = "doc-comment"
1940version = "0.3.3"
1941source = "registry+https://github.com/rust-lang/crates.io-index"
1942checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
1943
1944[[package]]
1945name = "dotenv"
1946version = "0.15.0"
1947source = "registry+https://github.com/rust-lang/crates.io-index"
1948checksum = "77c90badedccf4105eca100756a0b1289e191f6fcbdadd3cee1d2f614f97da8f"
1949
1950[[package]]
1951name = "dotenvy"
1952version = "0.15.7"
1953source = "registry+https://github.com/rust-lang/crates.io-index"
1954checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
1955
1956[[package]]
1957name = "downcast"
1958version = "0.11.0"
1959source = "registry+https://github.com/rust-lang/crates.io-index"
1960checksum = "1435fa1053d8b2fbbe9be7e97eca7f33d37b28409959813daefc1446a14247f1"
1961
1962[[package]]
1963name = "downcast-rs"
1964version = "1.2.0"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
1967
1968[[package]]
1969name = "dtoa"
1970version = "1.0.9"
1971source = "registry+https://github.com/rust-lang/crates.io-index"
1972checksum = "dcbb2bf8e87535c23f7a8a321e364ce21462d0ff10cb6407820e8e96dfff6653"
1973
1974[[package]]
1975name = "duct"
1976version = "0.13.7"
1977source = "registry+https://github.com/rust-lang/crates.io-index"
1978checksum = "e4ab5718d1224b63252cd0c6f74f6480f9ffeb117438a2e0f5cf6d9a4798929c"
1979dependencies = [
1980 "libc",
1981 "once_cell",
1982 "os_pipe",
1983 "shared_child",
1984]
1985
1986[[package]]
1987name = "dyn-clone"
1988version = "1.0.17"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
1991
1992[[package]]
1993name = "either"
1994version = "1.10.0"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "11157ac094ffbdde99aa67b23417ebdd801842852b500e395a45a9c0aac03e4a"
1997dependencies = [
1998 "serde",
1999]
2000
2001[[package]]
2002name = "elasticsearch-dsl"
2003version = "0.4.20"
2004source = "registry+https://github.com/rust-lang/crates.io-index"
2005checksum = "3e94d61648a38799f94a0636b34fa435581fc9a2587db354efc3e7a76cb31f14"
2006dependencies = [
2007 "chrono",
2008 "num-traits",
2009 "serde",
2010 "serde_json",
2011]
2012
2013[[package]]
2014name = "embedded-io"
2015version = "0.4.0"
2016source = "registry+https://github.com/rust-lang/crates.io-index"
2017checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
2018
2019[[package]]
2020name = "ena"
2021version = "0.14.2"
2022source = "registry+https://github.com/rust-lang/crates.io-index"
2023checksum = "c533630cf40e9caa44bd91aadc88a75d75a4c3a12b4cfde353cbed41daa1e1f1"
2024dependencies = [
2025 "log",
2026]
2027
2028[[package]]
2029name = "encode_unicode"
2030version = "0.3.6"
2031source = "registry+https://github.com/rust-lang/crates.io-index"
2032checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
2033
2034[[package]]
2035name = "encoding"
2036version = "0.2.33"
2037source = "registry+https://github.com/rust-lang/crates.io-index"
2038checksum = "6b0d943856b990d12d3b55b359144ff341533e516d94098b1d3fc1ac666d36ec"
2039dependencies = [
2040 "encoding-index-japanese",
2041 "encoding-index-korean",
2042 "encoding-index-simpchinese",
2043 "encoding-index-singlebyte",
2044 "encoding-index-tradchinese",
2045]
2046
2047[[package]]
2048name = "encoding-index-japanese"
2049version = "1.20141219.5"
2050source = "registry+https://github.com/rust-lang/crates.io-index"
2051checksum = "04e8b2ff42e9a05335dbf8b5c6f7567e5591d0d916ccef4e0b1710d32a0d0c91"
2052dependencies = [
2053 "encoding_index_tests",
2054]
2055
2056[[package]]
2057name = "encoding-index-korean"
2058version = "1.20141219.5"
2059source = "registry+https://github.com/rust-lang/crates.io-index"
2060checksum = "4dc33fb8e6bcba213fe2f14275f0963fd16f0a02c878e3095ecfdf5bee529d81"
2061dependencies = [
2062 "encoding_index_tests",
2063]
2064
2065[[package]]
2066name = "encoding-index-simpchinese"
2067version = "1.20141219.5"
2068source = "registry+https://github.com/rust-lang/crates.io-index"
2069checksum = "d87a7194909b9118fc707194baa434a4e3b0fb6a5a757c73c3adb07aa25031f7"
2070dependencies = [
2071 "encoding_index_tests",
2072]
2073
2074[[package]]
2075name = "encoding-index-singlebyte"
2076version = "1.20141219.5"
2077source = "registry+https://github.com/rust-lang/crates.io-index"
2078checksum = "3351d5acffb224af9ca265f435b859c7c01537c0849754d3db3fdf2bfe2ae84a"
2079dependencies = [
2080 "encoding_index_tests",
2081]
2082
2083[[package]]
2084name = "encoding-index-tradchinese"
2085version = "1.20141219.5"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "fd0e20d5688ce3cab59eb3ef3a2083a5c77bf496cb798dc6fcdb75f323890c18"
2088dependencies = [
2089 "encoding_index_tests",
2090]
2091
2092[[package]]
2093name = "encoding_index_tests"
2094version = "0.1.4"
2095source = "registry+https://github.com/rust-lang/crates.io-index"
2096checksum = "a246d82be1c9d791c5dfde9a2bd045fc3cbba3fa2b11ad558f27d01712f00569"
2097
2098[[package]]
2099name = "encoding_rs"
2100version = "0.8.32"
2101source = "registry+https://github.com/rust-lang/crates.io-index"
2102checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2103dependencies = [
2104 "cfg-if",
2105]
2106
2107[[package]]
2108name = "encoding_rs_io"
2109version = "0.1.7"
2110source = "registry+https://github.com/rust-lang/crates.io-index"
2111checksum = "1cc3c5651fb62ab8aa3103998dade57efdd028544bd300516baa31840c252a83"
2112dependencies = [
2113 "encoding_rs",
2114]
2115
2116[[package]]
2117name = "enum-iterator"
2118version = "1.5.0"
2119source = "registry+https://github.com/rust-lang/crates.io-index"
2120checksum = "9fd242f399be1da0a5354aa462d57b4ab2b4ee0683cc552f7c007d2d12d36e94"
2121dependencies = [
2122 "enum-iterator-derive",
2123]
2124
2125[[package]]
2126name = "enum-iterator-derive"
2127version = "1.3.0"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "03cdc46ec28bd728e67540c528013c6a10eb69a02eb31078a1bda695438cbfb8"
2130dependencies = [
2131 "proc-macro2",
2132 "quote",
2133 "syn 2.0.52",
2134]
2135
2136[[package]]
2137name = "env_logger"
2138version = "0.10.2"
2139source = "registry+https://github.com/rust-lang/crates.io-index"
2140checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
2141dependencies = [
2142 "humantime",
2143 "is-terminal",
2144 "log",
2145 "regex",
2146 "termcolor",
2147]
2148
2149[[package]]
2150name = "equivalent"
2151version = "1.0.1"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2154
2155[[package]]
2156name = "erased-serde"
2157version = "0.4.4"
2158source = "registry+https://github.com/rust-lang/crates.io-index"
2159checksum = "2b73807008a3c7f171cc40312f37d95ef0396e048b5848d775f54b1a4dd4a0d3"
2160dependencies = [
2161 "serde",
2162]
2163
2164[[package]]
2165name = "errno"
2166version = "0.3.8"
2167source = "registry+https://github.com/rust-lang/crates.io-index"
2168checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
2169dependencies = [
2170 "libc",
2171 "windows-sys 0.52.0",
2172]
2173
2174[[package]]
2175name = "etcetera"
2176version = "0.8.0"
2177source = "registry+https://github.com/rust-lang/crates.io-index"
2178checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
2179dependencies = [
2180 "cfg-if",
2181 "home",
2182 "windows-sys 0.48.0",
2183]
2184
2185[[package]]
2186name = "event-listener"
2187version = "2.5.3"
2188source = "registry+https://github.com/rust-lang/crates.io-index"
2189checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2190
2191[[package]]
2192name = "extend"
2193version = "0.1.2"
2194source = "registry+https://github.com/rust-lang/crates.io-index"
2195checksum = "f47da3a72ec598d9c8937a7ebca8962a5c7a1f28444e38c2b33c771ba3f55f05"
2196dependencies = [
2197 "proc-macro-error",
2198 "proc-macro2",
2199 "quote",
2200 "syn 1.0.109",
2201]
2202
2203[[package]]
2204name = "fail"
2205version = "0.5.1"
2206source = "registry+https://github.com/rust-lang/crates.io-index"
2207checksum = "fe5e43d0f78a42ad591453aedb1d7ae631ce7ee445c7643691055a9ed8d3b01c"
2208dependencies = [
2209 "log",
2210 "once_cell",
2211 "rand 0.8.5",
2212]
2213
2214[[package]]
2215name = "fastdivide"
2216version = "0.4.0"
2217source = "registry+https://github.com/rust-lang/crates.io-index"
2218checksum = "25c7df09945d65ea8d70b3321547ed414bbc540aad5bac6883d021b970f35b04"
2219
2220[[package]]
2221name = "fastrand"
2222version = "1.9.0"
2223source = "registry+https://github.com/rust-lang/crates.io-index"
2224checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2225dependencies = [
2226 "instant",
2227]
2228
2229[[package]]
2230name = "fastrand"
2231version = "2.0.1"
2232source = "registry+https://github.com/rust-lang/crates.io-index"
2233checksum = "25cbce373ec4653f1a01a31e8a5e5ec0c622dc27ff9c4e6606eefef5cbbed4a5"
2234
2235[[package]]
2236name = "filetime"
2237version = "0.2.23"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "1ee447700ac8aa0b2f2bd7bc4462ad686ba06baa6727ac149a2d6277f0d240fd"
2240dependencies = [
2241 "cfg-if",
2242 "libc",
2243 "redox_syscall",
2244 "windows-sys 0.52.0",
2245]
2246
2247[[package]]
2248name = "finl_unicode"
2249version = "1.2.0"
2250source = "registry+https://github.com/rust-lang/crates.io-index"
2251checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
2252
2253[[package]]
2254name = "fixedbitset"
2255version = "0.4.2"
2256source = "registry+https://github.com/rust-lang/crates.io-index"
2257checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2258
2259[[package]]
2260name = "flagset"
2261version = "0.4.5"
2262source = "registry+https://github.com/rust-lang/crates.io-index"
2263checksum = "cdeb3aa5e95cf9aabc17f060cfa0ced7b83f042390760ca53bf09df9968acaa1"
2264
2265[[package]]
2266name = "flate2"
2267version = "1.0.28"
2268source = "registry+https://github.com/rust-lang/crates.io-index"
2269checksum = "46303f565772937ffe1d394a4fac6f411c6013172fadde9dcdb1e147a086940e"
2270dependencies = [
2271 "crc32fast",
2272 "miniz_oxide",
2273]
2274
2275[[package]]
2276name = "float-cmp"
2277version = "0.9.0"
2278source = "registry+https://github.com/rust-lang/crates.io-index"
2279checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
2280dependencies = [
2281 "num-traits",
2282]
2283
2284[[package]]
2285name = "flume"
2286version = "0.11.0"
2287source = "registry+https://github.com/rust-lang/crates.io-index"
2288checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
2289dependencies = [
2290 "futures-core",
2291 "futures-sink",
2292 "nanorand",
2293 "spin 0.9.8",
2294]
2295
2296[[package]]
2297name = "fnv"
2298version = "1.0.7"
2299source = "registry+https://github.com/rust-lang/crates.io-index"
2300checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2301
2302[[package]]
2303name = "foreign-types"
2304version = "0.3.2"
2305source = "registry+https://github.com/rust-lang/crates.io-index"
2306checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2307dependencies = [
2308 "foreign-types-shared",
2309]
2310
2311[[package]]
2312name = "foreign-types-shared"
2313version = "0.1.1"
2314source = "registry+https://github.com/rust-lang/crates.io-index"
2315checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2316
2317[[package]]
2318name = "form_urlencoded"
2319version = "1.2.1"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2322dependencies = [
2323 "percent-encoding",
2324]
2325
2326[[package]]
2327name = "fragile"
2328version = "2.0.0"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "6c2141d6d6c8512188a7891b4b01590a45f6dac67afb4f255c4124dbb86d4eaa"
2331
2332[[package]]
2333name = "fs4"
2334version = "0.8.1"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "57b1e34e369d7f0151309821497440bd0266b86c77ccd69717c3b67e5eaeffe4"
2337dependencies = [
2338 "rustix 0.38.31",
2339 "windows-sys 0.52.0",
2340]
2341
2342[[package]]
2343name = "funty"
2344version = "2.0.0"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2347
2348[[package]]
2349name = "futures"
2350version = "0.3.30"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2353dependencies = [
2354 "futures-channel",
2355 "futures-core",
2356 "futures-executor",
2357 "futures-io",
2358 "futures-sink",
2359 "futures-task",
2360 "futures-util",
2361]
2362
2363[[package]]
2364name = "futures-channel"
2365version = "0.3.30"
2366source = "registry+https://github.com/rust-lang/crates.io-index"
2367checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2368dependencies = [
2369 "futures-core",
2370 "futures-sink",
2371]
2372
2373[[package]]
2374name = "futures-core"
2375version = "0.3.30"
2376source = "registry+https://github.com/rust-lang/crates.io-index"
2377checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2378
2379[[package]]
2380name = "futures-executor"
2381version = "0.3.30"
2382source = "registry+https://github.com/rust-lang/crates.io-index"
2383checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2384dependencies = [
2385 "futures-core",
2386 "futures-task",
2387 "futures-util",
2388]
2389
2390[[package]]
2391name = "futures-intrusive"
2392version = "0.5.0"
2393source = "registry+https://github.com/rust-lang/crates.io-index"
2394checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
2395dependencies = [
2396 "futures-core",
2397 "lock_api",
2398 "parking_lot",
2399]
2400
2401[[package]]
2402name = "futures-io"
2403version = "0.3.30"
2404source = "registry+https://github.com/rust-lang/crates.io-index"
2405checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2406
2407[[package]]
2408name = "futures-lite"
2409version = "1.13.0"
2410source = "registry+https://github.com/rust-lang/crates.io-index"
2411checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2412dependencies = [
2413 "fastrand 1.9.0",
2414 "futures-core",
2415 "futures-io",
2416 "memchr",
2417 "parking",
2418 "pin-project-lite",
2419 "waker-fn",
2420]
2421
2422[[package]]
2423name = "futures-macro"
2424version = "0.3.30"
2425source = "registry+https://github.com/rust-lang/crates.io-index"
2426checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2427dependencies = [
2428 "proc-macro2",
2429 "quote",
2430 "syn 2.0.52",
2431]
2432
2433[[package]]
2434name = "futures-sink"
2435version = "0.3.30"
2436source = "registry+https://github.com/rust-lang/crates.io-index"
2437checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2438
2439[[package]]
2440name = "futures-task"
2441version = "0.3.30"
2442source = "registry+https://github.com/rust-lang/crates.io-index"
2443checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2444
2445[[package]]
2446name = "futures-timer"
2447version = "3.0.3"
2448source = "registry+https://github.com/rust-lang/crates.io-index"
2449checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2450
2451[[package]]
2452name = "futures-util"
2453version = "0.3.30"
2454source = "registry+https://github.com/rust-lang/crates.io-index"
2455checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2456dependencies = [
2457 "futures-channel",
2458 "futures-core",
2459 "futures-io",
2460 "futures-macro",
2461 "futures-sink",
2462 "futures-task",
2463 "memchr",
2464 "pin-project-lite",
2465 "pin-utils",
2466 "slab",
2467]
2468
2469[[package]]
2470name = "generator"
2471version = "0.7.5"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e"
2474dependencies = [
2475 "cc",
2476 "libc",
2477 "log",
2478 "rustversion",
2479 "windows",
2480]
2481
2482[[package]]
2483name = "generic-array"
2484version = "0.14.7"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2487dependencies = [
2488 "typenum",
2489 "version_check",
2490 "zeroize",
2491]
2492
2493[[package]]
2494name = "getrandom"
2495version = "0.1.16"
2496source = "registry+https://github.com/rust-lang/crates.io-index"
2497checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2498dependencies = [
2499 "cfg-if",
2500 "libc",
2501 "wasi 0.9.0+wasi-snapshot-preview1",
2502]
2503
2504[[package]]
2505name = "getrandom"
2506version = "0.2.12"
2507source = "registry+https://github.com/rust-lang/crates.io-index"
2508checksum = "190092ea657667030ac6a35e305e62fc4dd69fd98ac98631e5d3a2b1575a12b5"
2509dependencies = [
2510 "cfg-if",
2511 "js-sys",
2512 "libc",
2513 "wasi 0.11.0+wasi-snapshot-preview1",
2514 "wasm-bindgen",
2515]
2516
2517[[package]]
2518name = "gimli"
2519version = "0.28.1"
2520source = "registry+https://github.com/rust-lang/crates.io-index"
2521checksum = "4271d37baee1b8c7e4b708028c57d816cf9d2434acb33a549475f78c181f6253"
2522
2523[[package]]
2524name = "glob"
2525version = "0.3.1"
2526source = "registry+https://github.com/rust-lang/crates.io-index"
2527checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2528
2529[[package]]
2530name = "google-cloud-auth"
2531version = "0.10.0"
2532source = "registry+https://github.com/rust-lang/crates.io-index"
2533checksum = "9bb6624c70caf330298b84a9ad1537ee7a5de788a5b9a06a3bbe206260943011"
2534dependencies = [
2535 "async-trait",
2536 "base64 0.21.7",
2537 "google-cloud-metadata",
2538 "google-cloud-token",
2539 "home",
2540 "jsonwebtoken 8.3.0",
2541 "reqwest",
2542 "serde",
2543 "serde_json",
2544 "thiserror",
2545 "time",
2546 "tokio",
2547 "tracing",
2548 "urlencoding",
2549]
2550
2551[[package]]
2552name = "google-cloud-auth"
2553version = "0.12.0"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "931bedb2264cb00f914b0a6a5c304e34865c34306632d3932e0951a073e4a67d"
2556dependencies = [
2557 "async-trait",
2558 "base64 0.21.7",
2559 "google-cloud-metadata",
2560 "google-cloud-token",
2561 "home",
2562 "jsonwebtoken 8.3.0",
2563 "reqwest",
2564 "serde",
2565 "serde_json",
2566 "thiserror",
2567 "time",
2568 "tokio",
2569 "tracing",
2570 "urlencoding",
2571]
2572
2573[[package]]
2574name = "google-cloud-default"
2575version = "0.3.0"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "2248865004b6e699fddb1b562cf7dadcdd006408aa6e50e1c61dd6f3b12dc02b"
2578dependencies = [
2579 "async-trait",
2580 "google-cloud-auth 0.10.0",
2581 "google-cloud-gax 0.14.2",
2582 "google-cloud-pubsub 0.15.0",
2583]
2584
2585[[package]]
2586name = "google-cloud-gax"
2587version = "0.14.2"
2588source = "registry+https://github.com/rust-lang/crates.io-index"
2589checksum = "d08f4e75d0170d154414651d573ae01a928f9da0d62391bb6762007f5410443e"
2590dependencies = [
2591 "google-cloud-token",
2592 "http 0.2.12",
2593 "thiserror",
2594 "tokio",
2595 "tokio-retry",
2596 "tonic",
2597 "tower",
2598 "tracing",
2599]
2600
2601[[package]]
2602name = "google-cloud-gax"
2603version = "0.15.0"
2604source = "registry+https://github.com/rust-lang/crates.io-index"
2605checksum = "f8bdaaa4bc036e8318274d1b25f0f2265b3e95418b765fd1ea1c7ef938fd69bd"
2606dependencies = [
2607 "google-cloud-token",
2608 "http 0.2.12",
2609 "thiserror",
2610 "tokio",
2611 "tokio-retry",
2612 "tonic",
2613 "tower",
2614 "tracing",
2615]
2616
2617[[package]]
2618name = "google-cloud-googleapis"
2619version = "0.9.0"
2620source = "registry+https://github.com/rust-lang/crates.io-index"
2621checksum = "9d905d01fe815c6894b309b18a1ba152371e2e2ba7fcc81f4d22e48865b3014c"
2622dependencies = [
2623 "prost",
2624 "prost-types",
2625 "tonic",
2626]
2627
2628[[package]]
2629name = "google-cloud-googleapis"
2630version = "0.10.0"
2631source = "registry+https://github.com/rust-lang/crates.io-index"
2632checksum = "2a3b24a3f57be08afc02344e693afb55e48172c9c2ab86ff3fdb8efff550e4b9"
2633dependencies = [
2634 "prost",
2635 "prost-types",
2636 "tonic",
2637]
2638
2639[[package]]
2640name = "google-cloud-metadata"
2641version = "0.3.2"
2642source = "registry+https://github.com/rust-lang/crates.io-index"
2643checksum = "96e4ad0802d3f416f62e7ce01ac1460898ee0efc98f8b45cd4aab7611607012f"
2644dependencies = [
2645 "reqwest",
2646 "thiserror",
2647 "tokio",
2648]
2649
2650[[package]]
2651name = "google-cloud-pubsub"
2652version = "0.15.0"
2653source = "registry+https://github.com/rust-lang/crates.io-index"
2654checksum = "30dc010fd45992c6af011a506ce83186cc4aad8bdb449713cf003849cd29f464"
2655dependencies = [
2656 "async-channel",
2657 "async-stream",
2658 "google-cloud-gax 0.14.2",
2659 "google-cloud-googleapis 0.9.0",
2660 "google-cloud-token",
2661 "prost-types",
2662 "thiserror",
2663 "tokio",
2664 "tokio-util",
2665 "tracing",
2666]
2667
2668[[package]]
2669name = "google-cloud-pubsub"
2670version = "0.18.0"
2671source = "registry+https://github.com/rust-lang/crates.io-index"
2672checksum = "095b104502b6e1abbad9b9768af944b9202e032dbc7f0947d3c30d4191761071"
2673dependencies = [
2674 "async-channel",
2675 "async-stream",
2676 "google-cloud-auth 0.12.0",
2677 "google-cloud-gax 0.15.0",
2678 "google-cloud-googleapis 0.10.0",
2679 "google-cloud-token",
2680 "prost-types",
2681 "thiserror",
2682 "tokio",
2683 "tokio-util",
2684 "tracing",
2685]
2686
2687[[package]]
2688name = "google-cloud-token"
2689version = "0.1.2"
2690source = "registry+https://github.com/rust-lang/crates.io-index"
2691checksum = "8f49c12ba8b21d128a2ce8585955246977fbce4415f680ebf9199b6f9d6d725f"
2692dependencies = [
2693 "async-trait",
2694]
2695
2696[[package]]
2697name = "grok"
2698version = "2.0.0"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "273797968160270573071022613fc4aa28b91fe68f3eef6c96a1b2a1947ddfbd"
2701dependencies = [
2702 "glob",
2703 "onig",
2704]
2705
2706[[package]]
2707name = "h2"
2708version = "0.3.24"
2709source = "registry+https://github.com/rust-lang/crates.io-index"
2710checksum = "bb2c4422095b67ee78da96fbb51a4cc413b3b25883c7717ff7ca1ab31022c9c9"
2711dependencies = [
2712 "bytes",
2713 "fnv",
2714 "futures-core",
2715 "futures-sink",
2716 "futures-util",
2717 "http 0.2.12",
2718 "indexmap 2.1.0",
2719 "slab",
2720 "tokio",
2721 "tokio-util",
2722 "tracing",
2723]
2724
2725[[package]]
2726name = "half"
2727version = "2.4.0"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "b5eceaaeec696539ddaf7b333340f1af35a5aa87ae3e4f3ead0532f72affab2e"
2730dependencies = [
2731 "cfg-if",
2732 "crunchy",
2733]
2734
2735[[package]]
2736name = "hashbrown"
2737version = "0.12.3"
2738source = "registry+https://github.com/rust-lang/crates.io-index"
2739checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2740dependencies = [
2741 "ahash 0.7.8",
2742]
2743
2744[[package]]
2745name = "hashbrown"
2746version = "0.14.3"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "290f1a1d9242c78d09ce40a5e87e7554ee637af1351968159f4952f028f75604"
2749dependencies = [
2750 "ahash 0.8.11",
2751 "allocator-api2",
2752]
2753
2754[[package]]
2755name = "hashlink"
2756version = "0.8.4"
2757source = "registry+https://github.com/rust-lang/crates.io-index"
2758checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
2759dependencies = [
2760 "hashbrown 0.14.3",
2761]
2762
2763[[package]]
2764name = "hdrhistogram"
2765version = "7.5.4"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
2768dependencies = [
2769 "base64 0.21.7",
2770 "byteorder",
2771 "flate2",
2772 "nom",
2773 "num-traits",
2774]
2775
2776[[package]]
2777name = "headers"
2778version = "0.3.9"
2779source = "registry+https://github.com/rust-lang/crates.io-index"
2780checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
2781dependencies = [
2782 "base64 0.21.7",
2783 "bytes",
2784 "headers-core",
2785 "http 0.2.12",
2786 "httpdate",
2787 "mime",
2788 "sha1",
2789]
2790
2791[[package]]
2792name = "headers-core"
2793version = "0.2.0"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
2796dependencies = [
2797 "http 0.2.12",
2798]
2799
2800[[package]]
2801name = "heck"
2802version = "0.4.1"
2803source = "registry+https://github.com/rust-lang/crates.io-index"
2804checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2805dependencies = [
2806 "unicode-segmentation",
2807]
2808
2809[[package]]
2810name = "hermit-abi"
2811version = "0.3.9"
2812source = "registry+https://github.com/rust-lang/crates.io-index"
2813checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2814
2815[[package]]
2816name = "hex"
2817version = "0.4.3"
2818source = "registry+https://github.com/rust-lang/crates.io-index"
2819checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2820
2821[[package]]
2822name = "hkdf"
2823version = "0.12.4"
2824source = "registry+https://github.com/rust-lang/crates.io-index"
2825checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
2826dependencies = [
2827 "hmac",
2828]
2829
2830[[package]]
2831name = "hmac"
2832version = "0.12.1"
2833source = "registry+https://github.com/rust-lang/crates.io-index"
2834checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2835dependencies = [
2836 "digest",
2837]
2838
2839[[package]]
2840name = "home"
2841version = "0.5.9"
2842source = "registry+https://github.com/rust-lang/crates.io-index"
2843checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2844dependencies = [
2845 "windows-sys 0.52.0",
2846]
2847
2848[[package]]
2849name = "hostname"
2850version = "0.3.1"
2851source = "registry+https://github.com/rust-lang/crates.io-index"
2852checksum = "3c731c3e10504cc8ed35cfe2f1db4c9274c3d35fa486e3b31df46f068ef3e867"
2853dependencies = [
2854 "libc",
2855 "match_cfg",
2856 "winapi 0.3.9",
2857]
2858
2859[[package]]
2860name = "htmlescape"
2861version = "0.3.1"
2862source = "registry+https://github.com/rust-lang/crates.io-index"
2863checksum = "e9025058dae765dee5070ec375f591e2ba14638c63feff74f13805a72e523163"
2864
2865[[package]]
2866name = "http"
2867version = "0.2.12"
2868source = "registry+https://github.com/rust-lang/crates.io-index"
2869checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2870dependencies = [
2871 "bytes",
2872 "fnv",
2873 "itoa",
2874]
2875
2876[[package]]
2877name = "http"
2878version = "1.1.0"
2879source = "registry+https://github.com/rust-lang/crates.io-index"
2880checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2881dependencies = [
2882 "bytes",
2883 "fnv",
2884 "itoa",
2885]
2886
2887[[package]]
2888name = "http-body"
2889version = "0.4.6"
2890source = "registry+https://github.com/rust-lang/crates.io-index"
2891checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2892dependencies = [
2893 "bytes",
2894 "http 0.2.12",
2895 "pin-project-lite",
2896]
2897
2898[[package]]
2899name = "http-body"
2900version = "1.0.0"
2901source = "registry+https://github.com/rust-lang/crates.io-index"
2902checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
2903dependencies = [
2904 "bytes",
2905 "http 1.1.0",
2906]
2907
2908[[package]]
2909name = "http-body-util"
2910version = "0.1.1"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "0475f8b2ac86659c21b64320d5d653f9efe42acd2a4e560073ec61a155a34f1d"
2913dependencies = [
2914 "bytes",
2915 "futures-core",
2916 "http 1.1.0",
2917 "http-body 1.0.0",
2918 "pin-project-lite",
2919]
2920
2921[[package]]
2922name = "http-range-header"
2923version = "0.3.1"
2924source = "registry+https://github.com/rust-lang/crates.io-index"
2925checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
2926
2927[[package]]
2928name = "http-serde"
2929version = "1.1.3"
2930source = "registry+https://github.com/rust-lang/crates.io-index"
2931checksum = "6f560b665ad9f1572cfcaf034f7fb84338a7ce945216d64a90fd81f046a3caee"
2932dependencies = [
2933 "http 0.2.12",
2934 "serde",
2935]
2936
2937[[package]]
2938name = "http-serde"
2939version = "2.0.0"
2940source = "registry+https://github.com/rust-lang/crates.io-index"
2941checksum = "7fb7239a6d49eda628c2dfdd7e982c59b0c3f0fb99ce45c4237f02a520030688"
2942dependencies = [
2943 "http 1.1.0",
2944 "serde",
2945]
2946
2947[[package]]
2948name = "http-types"
2949version = "2.12.0"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "6e9b187a72d63adbfba487f48095306ac823049cb504ee195541e91c7775f5ad"
2952dependencies = [
2953 "anyhow",
2954 "async-channel",
2955 "base64 0.13.1",
2956 "futures-lite",
2957 "http 0.2.12",
2958 "infer",
2959 "pin-project-lite",
2960 "rand 0.7.3",
2961 "serde",
2962 "serde_json",
2963 "serde_qs 0.8.5",
2964 "serde_urlencoded",
2965 "url",
2966]
2967
2968[[package]]
2969name = "httparse"
2970version = "1.8.0"
2971source = "registry+https://github.com/rust-lang/crates.io-index"
2972checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
2973
2974[[package]]
2975name = "httpdate"
2976version = "1.0.3"
2977source = "registry+https://github.com/rust-lang/crates.io-index"
2978checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2979
2980[[package]]
2981name = "humantime"
2982version = "2.1.0"
2983source = "registry+https://github.com/rust-lang/crates.io-index"
2984checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2985
2986[[package]]
2987name = "hyper"
2988version = "0.14.28"
2989source = "registry+https://github.com/rust-lang/crates.io-index"
2990checksum = "bf96e135eb83a2a8ddf766e426a841d8ddd7449d5f00d34ea02b41d2f19eef80"
2991dependencies = [
2992 "bytes",
2993 "futures-channel",
2994 "futures-core",
2995 "futures-util",
2996 "h2",
2997 "http 0.2.12",
2998 "http-body 0.4.6",
2999 "httparse",
3000 "httpdate",
3001 "itoa",
3002 "pin-project-lite",
3003 "socket2",
3004 "tokio",
3005 "tower-service",
3006 "tracing",
3007 "want",
3008]
3009
3010[[package]]
3011name = "hyper"
3012version = "1.2.0"
3013source = "registry+https://github.com/rust-lang/crates.io-index"
3014checksum = "186548d73ac615b32a73aafe38fb4f56c0d340e110e5a200bcadbaf2e199263a"
3015dependencies = [
3016 "bytes",
3017 "futures-channel",
3018 "futures-util",
3019 "http 1.1.0",
3020 "http-body 1.0.0",
3021 "httparse",
3022 "itoa",
3023 "pin-project-lite",
3024 "smallvec",
3025 "tokio",
3026 "want",
3027]
3028
3029[[package]]
3030name = "hyper-rustls"
3031version = "0.23.2"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "1788965e61b367cd03a62950836d5cd41560c3577d90e40e0819373194d1661c"
3034dependencies = [
3035 "http 0.2.12",
3036 "hyper 0.14.28",
3037 "log",
3038 "rustls 0.20.9",
3039 "rustls-native-certs",
3040 "tokio",
3041 "tokio-rustls 0.23.4",
3042]
3043
3044[[package]]
3045name = "hyper-rustls"
3046version = "0.24.2"
3047source = "registry+https://github.com/rust-lang/crates.io-index"
3048checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
3049dependencies = [
3050 "futures-util",
3051 "http 0.2.12",
3052 "hyper 0.14.28",
3053 "log",
3054 "rustls 0.21.10",
3055 "rustls-native-certs",
3056 "tokio",
3057 "tokio-rustls 0.24.1",
3058]
3059
3060[[package]]
3061name = "hyper-timeout"
3062version = "0.4.1"
3063source = "registry+https://github.com/rust-lang/crates.io-index"
3064checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
3065dependencies = [
3066 "hyper 0.14.28",
3067 "pin-project-lite",
3068 "tokio",
3069 "tokio-io-timeout",
3070]
3071
3072[[package]]
3073name = "hyper-tls"
3074version = "0.5.0"
3075source = "registry+https://github.com/rust-lang/crates.io-index"
3076checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
3077dependencies = [
3078 "bytes",
3079 "hyper 0.14.28",
3080 "native-tls",
3081 "tokio",
3082 "tokio-native-tls",
3083]
3084
3085[[package]]
3086name = "hyper-util"
3087version = "0.1.3"
3088source = "registry+https://github.com/rust-lang/crates.io-index"
3089checksum = "ca38ef113da30126bbff9cd1705f9273e15d45498615d138b0c20279ac7a76aa"
3090dependencies = [
3091 "bytes",
3092 "futures-channel",
3093 "futures-util",
3094 "http 1.1.0",
3095 "http-body 1.0.0",
3096 "hyper 1.2.0",
3097 "pin-project-lite",
3098 "socket2",
3099 "tokio",
3100 "tower",
3101 "tower-service",
3102 "tracing",
3103]
3104
3105[[package]]
3106name = "iana-time-zone"
3107version = "0.1.60"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
3110dependencies = [
3111 "android_system_properties",
3112 "core-foundation-sys",
3113 "iana-time-zone-haiku",
3114 "js-sys",
3115 "wasm-bindgen",
3116 "windows-core",
3117]
3118
3119[[package]]
3120name = "iana-time-zone-haiku"
3121version = "0.1.2"
3122source = "registry+https://github.com/rust-lang/crates.io-index"
3123checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
3124dependencies = [
3125 "cc",
3126]
3127
3128[[package]]
3129name = "ident_case"
3130version = "1.0.1"
3131source = "registry+https://github.com/rust-lang/crates.io-index"
3132checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
3133
3134[[package]]
3135name = "idna"
3136version = "0.5.0"
3137source = "registry+https://github.com/rust-lang/crates.io-index"
3138checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
3139dependencies = [
3140 "unicode-bidi",
3141 "unicode-normalization",
3142]
3143
3144[[package]]
3145name = "indexmap"
3146version = "1.9.3"
3147source = "registry+https://github.com/rust-lang/crates.io-index"
3148checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3149dependencies = [
3150 "autocfg",
3151 "hashbrown 0.12.3",
3152 "serde",
3153]
3154
3155[[package]]
3156name = "indexmap"
3157version = "2.1.0"
3158source = "registry+https://github.com/rust-lang/crates.io-index"
3159checksum = "d530e1a18b1cb4c484e6e34556a0d948706958449fca0cab753d649f2bce3d1f"
3160dependencies = [
3161 "equivalent",
3162 "hashbrown 0.14.3",
3163 "serde",
3164]
3165
3166[[package]]
3167name = "indicatif"
3168version = "0.17.8"
3169source = "registry+https://github.com/rust-lang/crates.io-index"
3170checksum = "763a5a8f45087d6bcea4222e7b72c291a054edf80e4ef6efd2a4979878c7bea3"
3171dependencies = [
3172 "console",
3173 "instant",
3174 "number_prefix",
3175 "portable-atomic",
3176 "unicode-width",
3177]
3178
3179[[package]]
3180name = "indoc"
3181version = "2.0.4"
3182source = "registry+https://github.com/rust-lang/crates.io-index"
3183checksum = "1e186cfbae8084e513daff4240b4797e342f988cecda4fb6c939150f96315fd8"
3184
3185[[package]]
3186name = "infer"
3187version = "0.2.3"
3188source = "registry+https://github.com/rust-lang/crates.io-index"
3189checksum = "64e9829a50b42bb782c1df523f78d332fe371b10c661e78b7a3c34b0198e9fac"
3190
3191[[package]]
3192name = "inherent"
3193version = "1.0.11"
3194source = "registry+https://github.com/rust-lang/crates.io-index"
3195checksum = "0122b7114117e64a63ac49f752a5ca4624d534c7b1c7de796ac196381cd2d947"
3196dependencies = [
3197 "proc-macro2",
3198 "quote",
3199 "syn 2.0.52",
3200]
3201
3202[[package]]
3203name = "inout"
3204version = "0.1.3"
3205source = "registry+https://github.com/rust-lang/crates.io-index"
3206checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
3207dependencies = [
3208 "block-padding",
3209 "generic-array",
3210]
3211
3212[[package]]
3213name = "instant"
3214version = "0.1.12"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
3217dependencies = [
3218 "cfg-if",
3219 "js-sys",
3220 "wasm-bindgen",
3221 "web-sys",
3222]
3223
3224[[package]]
3225name = "inventory"
3226version = "0.3.15"
3227source = "registry+https://github.com/rust-lang/crates.io-index"
3228checksum = "f958d3d68f4167080a18141e10381e7634563984a537f2a49a30fd8e53ac5767"
3229
3230[[package]]
3231name = "io-lifetimes"
3232version = "1.0.11"
3233source = "registry+https://github.com/rust-lang/crates.io-index"
3234checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
3235dependencies = [
3236 "hermit-abi",
3237 "libc",
3238 "windows-sys 0.48.0",
3239]
3240
3241[[package]]
3242name = "ipnet"
3243version = "2.9.0"
3244source = "registry+https://github.com/rust-lang/crates.io-index"
3245checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
3246
3247[[package]]
3248name = "ipnetwork"
3249version = "0.20.0"
3250source = "registry+https://github.com/rust-lang/crates.io-index"
3251checksum = "bf466541e9d546596ee94f9f69590f89473455f88372423e0008fc1a7daf100e"
3252dependencies = [
3253 "serde",
3254]
3255
3256[[package]]
3257name = "is-terminal"
3258version = "0.4.12"
3259source = "registry+https://github.com/rust-lang/crates.io-index"
3260checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
3261dependencies = [
3262 "hermit-abi",
3263 "libc",
3264 "windows-sys 0.52.0",
3265]
3266
3267[[package]]
3268name = "itertools"
3269version = "0.10.5"
3270source = "registry+https://github.com/rust-lang/crates.io-index"
3271checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
3272dependencies = [
3273 "either",
3274]
3275
3276[[package]]
3277name = "itertools"
3278version = "0.11.0"
3279source = "registry+https://github.com/rust-lang/crates.io-index"
3280checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
3281dependencies = [
3282 "either",
3283]
3284
3285[[package]]
3286name = "itertools"
3287version = "0.12.1"
3288source = "registry+https://github.com/rust-lang/crates.io-index"
3289checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
3290dependencies = [
3291 "either",
3292]
3293
3294[[package]]
3295name = "itoa"
3296version = "1.0.10"
3297source = "registry+https://github.com/rust-lang/crates.io-index"
3298checksum = "b1a46d1a171d865aa5f83f92695765caa047a9b4cbae2cbf37dbd613a793fd4c"
3299
3300[[package]]
3301name = "jobserver"
3302version = "0.1.28"
3303source = "registry+https://github.com/rust-lang/crates.io-index"
3304checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
3305dependencies = [
3306 "libc",
3307]
3308
3309[[package]]
3310name = "js-sys"
3311version = "0.3.69"
3312source = "registry+https://github.com/rust-lang/crates.io-index"
3313checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
3314dependencies = [
3315 "wasm-bindgen",
3316]
3317
3318[[package]]
3319name = "json_comments"
3320version = "0.2.2"
3321source = "registry+https://github.com/rust-lang/crates.io-index"
3322checksum = "9dbbfed4e59ba9750e15ba154fdfd9329cee16ff3df539c2666b70f58cc32105"
3323
3324[[package]]
3325name = "jsonwebtoken"
3326version = "8.3.0"
3327source = "registry+https://github.com/rust-lang/crates.io-index"
3328checksum = "6971da4d9c3aa03c3d8f3ff0f4155b534aad021292003895a469716b2a230378"
3329dependencies = [
3330 "base64 0.21.7",
3331 "pem 1.1.1",
3332 "ring 0.16.20",
3333 "serde",
3334 "serde_json",
3335 "simple_asn1",
3336]
3337
3338[[package]]
3339name = "jsonwebtoken"
3340version = "9.2.0"
3341source = "registry+https://github.com/rust-lang/crates.io-index"
3342checksum = "5c7ea04a7c5c055c175f189b6dc6ba036fd62306b58c66c9f6389036c503a3f4"
3343dependencies = [
3344 "base64 0.21.7",
3345 "js-sys",
3346 "pem 3.0.3",
3347 "ring 0.17.8",
3348 "serde",
3349 "serde_json",
3350 "simple_asn1",
3351]
3352
3353[[package]]
3354name = "keccak"
3355version = "0.1.5"
3356source = "registry+https://github.com/rust-lang/crates.io-index"
3357checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
3358dependencies = [
3359 "cpufeatures",
3360]
3361
3362[[package]]
3363name = "krb5-src"
3364version = "0.3.2+1.19.2"
3365source = "registry+https://github.com/rust-lang/crates.io-index"
3366checksum = "44cd3b7e7735d48bc3793837041294f2eb747bd0f63bbc081e89972abb9e48fb"
3367dependencies = [
3368 "duct",
3369]
3370
3371[[package]]
3372name = "lalrpop"
3373version = "0.20.2"
3374source = "registry+https://github.com/rust-lang/crates.io-index"
3375checksum = "55cb077ad656299f160924eb2912aa147d7339ea7d69e1b5517326fdcec3c1ca"
3376dependencies = [
3377 "ascii-canvas",
3378 "bit-set",
3379 "ena",
3380 "itertools 0.11.0",
3381 "lalrpop-util",
3382 "petgraph",
3383 "regex",
3384 "regex-syntax 0.8.2",
3385 "string_cache",
3386 "term",
3387 "tiny-keccak",
3388 "unicode-xid",
3389 "walkdir",
3390]
3391
3392[[package]]
3393name = "lalrpop-util"
3394version = "0.20.2"
3395source = "registry+https://github.com/rust-lang/crates.io-index"
3396checksum = "507460a910eb7b32ee961886ff48539633b788a36b65692b95f225b844c82553"
3397dependencies = [
3398 "regex-automata 0.4.6",
3399]
3400
3401[[package]]
3402name = "lambda_http"
3403version = "0.10.0"
3404source = "registry+https://github.com/rust-lang/crates.io-index"
3405checksum = "ef8fafd7a4ce0bc6093cf1bed3dcdfc1239c27df1e79e3f2154f4d3299d4f60e"
3406dependencies = [
3407 "aws_lambda_events",
3408 "base64 0.21.7",
3409 "bytes",
3410 "encoding_rs",
3411 "futures",
3412 "futures-util",
3413 "http 1.1.0",
3414 "http-body 1.0.0",
3415 "http-body-util",
3416 "hyper 1.2.0",
3417 "lambda_runtime",
3418 "mime",
3419 "percent-encoding",
3420 "pin-project-lite",
3421 "serde",
3422 "serde_json",
3423 "serde_urlencoded",
3424 "tokio-stream",
3425 "url",
3426]
3427
3428[[package]]
3429name = "lambda_runtime"
3430version = "0.10.0"
3431source = "registry+https://github.com/rust-lang/crates.io-index"
3432checksum = "cc2904c10fbeaf07aa317fc96a0e28e89c80ed12f7949ed06afd7869b21fef32"
3433dependencies = [
3434 "async-stream",
3435 "base64 0.21.7",
3436 "bytes",
3437 "futures",
3438 "http 1.1.0",
3439 "http-body 1.0.0",
3440 "http-body-util",
3441 "http-serde 2.0.0",
3442 "hyper 1.2.0",
3443 "hyper-util",
3444 "lambda_runtime_api_client",
3445 "serde",
3446 "serde_json",
3447 "serde_path_to_error",
3448 "tokio",
3449 "tokio-stream",
3450 "tower",
3451 "tracing",
3452]
3453
3454[[package]]
3455name = "lambda_runtime_api_client"
3456version = "0.10.0"
3457source = "registry+https://github.com/rust-lang/crates.io-index"
3458checksum = "1364cd67281721d2a9a4444ba555cf4d74a195e647061fa4ccac46e6f5c3b0ae"
3459dependencies = [
3460 "bytes",
3461 "futures-channel",
3462 "futures-util",
3463 "http 1.1.0",
3464 "http-body 1.0.0",
3465 "http-body-util",
3466 "hyper 1.2.0",
3467 "hyper-util",
3468 "tokio",
3469 "tower",
3470 "tower-service",
3471 "tracing",
3472 "tracing-subscriber",
3473]
3474
3475[[package]]
3476name = "lazy_static"
3477version = "1.4.0"
3478source = "registry+https://github.com/rust-lang/crates.io-index"
3479checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
3480dependencies = [
3481 "spin 0.5.2",
3482]
3483
3484[[package]]
3485name = "levenshtein_automata"
3486version = "0.2.1"
3487source = "registry+https://github.com/rust-lang/crates.io-index"
3488checksum = "0c2cdeb66e45e9f36bfad5bbdb4d2384e70936afbee843c6f6543f0c551ebb25"
3489
3490[[package]]
3491name = "libc"
3492version = "0.2.153"
3493source = "registry+https://github.com/rust-lang/crates.io-index"
3494checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
3495
3496[[package]]
3497name = "libm"
3498version = "0.2.8"
3499source = "registry+https://github.com/rust-lang/crates.io-index"
3500checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
3501
3502[[package]]
3503name = "libredox"
3504version = "0.0.1"
3505source = "registry+https://github.com/rust-lang/crates.io-index"
3506checksum = "85c833ca1e66078851dba29046874e38f08b2c883700aa29a03ddd3b23814ee8"
3507dependencies = [
3508 "bitflags 2.4.2",
3509 "libc",
3510 "redox_syscall",
3511]
3512
3513[[package]]
3514name = "libsqlite3-sys"
3515version = "0.27.0"
3516source = "registry+https://github.com/rust-lang/crates.io-index"
3517checksum = "cf4e226dcd58b4be396f7bd3c20da8fdee2911400705297ba7d2d7cc2c30f716"
3518dependencies = [
3519 "cc",
3520 "pkg-config",
3521 "vcpkg",
3522]
3523
3524[[package]]
3525name = "libz-sys"
3526version = "1.1.15"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "037731f5d3aaa87a5675e895b63ddff1a87624bc29f77004ea829809654e48f6"
3529dependencies = [
3530 "cc",
3531 "libc",
3532 "pkg-config",
3533 "vcpkg",
3534]
3535
3536[[package]]
3537name = "lindera-cc-cedict"
3538version = "0.27.2"
3539source = "registry+https://github.com/rust-lang/crates.io-index"
3540checksum = "7b6bf27b9e3d76effb160531cda3d11c965616600459a6e17adc61aada8a3df2"
3541dependencies = [
3542 "bincode",
3543 "byteorder",
3544 "encoding",
3545 "lindera-cc-cedict-builder",
3546 "lindera-core",
3547 "lindera-decompress",
3548 "once_cell",
3549 "zip",
3550]
3551
3552[[package]]
3553name = "lindera-cc-cedict-builder"
3554version = "0.27.2"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "a90d23f7cef31c6ab7ac0d4f3b23940754207f7b5a80b080c39193caffe99ac2"
3557dependencies = [
3558 "anyhow",
3559 "bincode",
3560 "byteorder",
3561 "csv",
3562 "encoding",
3563 "env_logger",
3564 "glob",
3565 "lindera-compress",
3566 "lindera-core",
3567 "lindera-decompress",
3568 "log",
3569 "yada",
3570]
3571
3572[[package]]
3573name = "lindera-compress"
3574version = "0.27.2"
3575source = "registry+https://github.com/rust-lang/crates.io-index"
3576checksum = "1927b7d2bd4ffc19e07691bf8609722663c341f80260a1c636cee8f1ec420dce"
3577dependencies = [
3578 "anyhow",
3579 "flate2",
3580 "lindera-decompress",
3581]
3582
3583[[package]]
3584name = "lindera-core"
3585version = "0.27.2"
3586source = "registry+https://github.com/rust-lang/crates.io-index"
3587checksum = "3299caa2b81c9a076535a4651a83bf7d624c15f2349f243187fffc64b5a78251"
3588dependencies = [
3589 "anyhow",
3590 "bincode",
3591 "byteorder",
3592 "encoding_rs",
3593 "log",
3594 "once_cell",
3595 "serde",
3596 "thiserror",
3597 "yada",
3598]
3599
3600[[package]]
3601name = "lindera-decompress"
3602version = "0.27.2"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "7b82b8d2323a67dc8ff0c40751d199b7ba94cd5e3c13a5b31622d318acc79e5b"
3605dependencies = [
3606 "anyhow",
3607 "flate2",
3608 "serde",
3609]
3610
3611[[package]]
3612name = "lindera-dictionary"
3613version = "0.27.2"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "cddf783b459d54b130d956889bec052c25fcb478a304e03fa9b2289387572bc5"
3616dependencies = [
3617 "anyhow",
3618 "bincode",
3619 "byteorder",
3620 "lindera-cc-cedict",
3621 "lindera-cc-cedict-builder",
3622 "lindera-core",
3623 "lindera-ipadic",
3624 "lindera-ipadic-builder",
3625 "lindera-ipadic-neologd-builder",
3626 "lindera-ko-dic",
3627 "lindera-ko-dic-builder",
3628 "lindera-unidic-builder",
3629 "serde",
3630]
3631
3632[[package]]
3633name = "lindera-ipadic"
3634version = "0.27.2"
3635source = "registry+https://github.com/rust-lang/crates.io-index"
3636checksum = "b21c060c9309d29ac7e5c8fb7309c85dbf31b60f2fc4236f9dcda17854131276"
3637dependencies = [
3638 "bincode",
3639 "byteorder",
3640 "encoding",
3641 "flate2",
3642 "lindera-core",
3643 "lindera-decompress",
3644 "lindera-ipadic-builder",
3645 "once_cell",
3646 "tar",
3647]
3648
3649[[package]]
3650name = "lindera-ipadic-builder"
3651version = "0.27.2"
3652source = "registry+https://github.com/rust-lang/crates.io-index"
3653checksum = "27c708f08f14b0806f6c4cce5324b4bcba27209463026b78c31f399f8be9d30d"
3654dependencies = [
3655 "anyhow",
3656 "bincode",
3657 "byteorder",
3658 "csv",
3659 "encoding_rs",
3660 "encoding_rs_io",
3661 "env_logger",
3662 "glob",
3663 "lindera-compress",
3664 "lindera-core",
3665 "lindera-decompress",
3666 "log",
3667 "serde",
3668 "yada",
3669]
3670
3671[[package]]
3672name = "lindera-ipadic-neologd-builder"
3673version = "0.27.2"
3674source = "registry+https://github.com/rust-lang/crates.io-index"
3675checksum = "e5e67eb91652203d202f7d27ead220d1d8c9099552709b8429eae9c70f2312fb"
3676dependencies = [
3677 "anyhow",
3678 "bincode",
3679 "byteorder",
3680 "csv",
3681 "encoding_rs",
3682 "encoding_rs_io",
3683 "env_logger",
3684 "glob",
3685 "lindera-core",
3686 "lindera-decompress",
3687 "log",
3688 "serde",
3689 "yada",
3690]
3691
3692[[package]]
3693name = "lindera-ko-dic"
3694version = "0.27.2"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "d45da8d9a5888f4d4e78bb29fc82ff9ae519962efb0d2d92343b6cf8e373952f"
3697dependencies = [
3698 "bincode",
3699 "byteorder",
3700 "encoding",
3701 "flate2",
3702 "lindera-core",
3703 "lindera-decompress",
3704 "lindera-ko-dic-builder",
3705 "once_cell",
3706 "tar",
3707]
3708
3709[[package]]
3710name = "lindera-ko-dic-builder"
3711version = "0.27.2"
3712source = "registry+https://github.com/rust-lang/crates.io-index"
3713checksum = "41c0933295dc945178bbc08f34111dc3ef22bfee38820f78453c8f8d4f3463d1"
3714dependencies = [
3715 "anyhow",
3716 "bincode",
3717 "byteorder",
3718 "csv",
3719 "encoding",
3720 "env_logger",
3721 "glob",
3722 "lindera-compress",
3723 "lindera-core",
3724 "lindera-decompress",
3725 "log",
3726 "yada",
3727]
3728
3729[[package]]
3730name = "lindera-tokenizer"
3731version = "0.27.2"
3732source = "registry+https://github.com/rust-lang/crates.io-index"
3733checksum = "348ce9bb3f2e5edc577420b98cca05b2177f3af50ef5ae278a1d8a1351d56197"
3734dependencies = [
3735 "bincode",
3736 "byteorder",
3737 "lindera-core",
3738 "lindera-dictionary",
3739 "once_cell",
3740 "serde",
3741 "serde_json",
3742]
3743
3744[[package]]
3745name = "lindera-unidic-builder"
3746version = "0.27.2"
3747source = "registry+https://github.com/rust-lang/crates.io-index"
3748checksum = "a34e5564ee81af82603cd6a03c3abe6e17cc0ae598bfa5078809f06e59e96e08"
3749dependencies = [
3750 "anyhow",
3751 "bincode",
3752 "byteorder",
3753 "csv",
3754 "encoding",
3755 "env_logger",
3756 "glob",
3757 "lindera-core",
3758 "lindera-decompress",
3759 "log",
3760 "yada",
3761]
3762
3763[[package]]
3764name = "linked-hash-map"
3765version = "0.5.6"
3766source = "registry+https://github.com/rust-lang/crates.io-index"
3767checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3768
3769[[package]]
3770name = "linux-raw-sys"
3771version = "0.1.4"
3772source = "registry+https://github.com/rust-lang/crates.io-index"
3773checksum = "f051f77a7c8e6957c0696eac88f26b0117e54f52d3fc682ab19397a8812846a4"
3774
3775[[package]]
3776name = "linux-raw-sys"
3777version = "0.4.13"
3778source = "registry+https://github.com/rust-lang/crates.io-index"
3779checksum = "01cda141df6706de531b6c46c3a33ecca755538219bd484262fa09410c13539c"
3780
3781[[package]]
3782name = "lock_api"
3783version = "0.4.11"
3784source = "registry+https://github.com/rust-lang/crates.io-index"
3785checksum = "3c168f8615b12bc01f9c17e2eb0cc07dcae1940121185446edc3744920e8ef45"
3786dependencies = [
3787 "autocfg",
3788 "scopeguard",
3789]
3790
3791[[package]]
3792name = "log"
3793version = "0.4.21"
3794source = "registry+https://github.com/rust-lang/crates.io-index"
3795checksum = "90ed8c1e510134f979dbc4f070f87d4313098b704861a105fe34231c70a3901c"
3796
3797[[package]]
3798name = "loom"
3799version = "0.5.6"
3800source = "registry+https://github.com/rust-lang/crates.io-index"
3801checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5"
3802dependencies = [
3803 "cfg-if",
3804 "generator",
3805 "pin-utils",
3806 "scoped-tls",
3807 "tracing",
3808 "tracing-subscriber",
3809]
3810
3811[[package]]
3812name = "lru"
3813version = "0.12.3"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
3816dependencies = [
3817 "hashbrown 0.14.3",
3818]
3819
3820[[package]]
3821name = "lz4"
3822version = "1.24.0"
3823source = "registry+https://github.com/rust-lang/crates.io-index"
3824checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
3825dependencies = [
3826 "libc",
3827 "lz4-sys",
3828]
3829
3830[[package]]
3831name = "lz4-sys"
3832version = "1.9.4"
3833source = "registry+https://github.com/rust-lang/crates.io-index"
3834checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
3835dependencies = [
3836 "cc",
3837 "libc",
3838]
3839
3840[[package]]
3841name = "lz4_flex"
3842version = "0.11.2"
3843source = "registry+https://github.com/rust-lang/crates.io-index"
3844checksum = "912b45c753ff5f7f5208307e8ace7d2a2e30d024e26d3509f3dce546c044ce15"
3845
3846[[package]]
3847name = "match_cfg"
3848version = "0.1.0"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "ffbee8634e0d45d258acb448e7eaab3fce7a0a467395d4d9f228e3c1f01fb2e4"
3851
3852[[package]]
3853name = "matchers"
3854version = "0.1.0"
3855source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3857dependencies = [
3858 "regex-automata 0.1.10",
3859]
3860
3861[[package]]
3862name = "matches"
3863version = "0.1.10"
3864source = "registry+https://github.com/rust-lang/crates.io-index"
3865checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
3866
3867[[package]]
3868name = "matchit"
3869version = "0.7.3"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
3872
3873[[package]]
3874name = "md-5"
3875version = "0.10.6"
3876source = "registry+https://github.com/rust-lang/crates.io-index"
3877checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
3878dependencies = [
3879 "cfg-if",
3880 "digest",
3881]
3882
3883[[package]]
3884name = "md5"
3885version = "0.7.0"
3886source = "registry+https://github.com/rust-lang/crates.io-index"
3887checksum = "490cc448043f947bae3cbee9c203358d62dbee0db12107a74be5c30ccfd09771"
3888
3889[[package]]
3890name = "measure_time"
3891version = "0.8.2"
3892source = "registry+https://github.com/rust-lang/crates.io-index"
3893checksum = "56220900f1a0923789ecd6bf25fbae8af3b2f1ff3e9e297fc9b6b8674dd4d852"
3894dependencies = [
3895 "instant",
3896 "log",
3897]
3898
3899[[package]]
3900name = "memchr"
3901version = "2.7.1"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "523dc4f511e55ab87b694dc30d0f820d60906ef06413f93d4d7a1385599cc149"
3904
3905[[package]]
3906name = "memmap2"
3907version = "0.9.4"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
3910dependencies = [
3911 "libc",
3912]
3913
3914[[package]]
3915name = "mime"
3916version = "0.3.17"
3917source = "registry+https://github.com/rust-lang/crates.io-index"
3918checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3919
3920[[package]]
3921name = "mime_guess"
3922version = "2.0.4"
3923source = "registry+https://github.com/rust-lang/crates.io-index"
3924checksum = "4192263c238a5f0d0c6bfd21f336a313a4ce1c450542449ca191bb657b4642ef"
3925dependencies = [
3926 "mime",
3927 "unicase",
3928]
3929
3930[[package]]
3931name = "minimal-lexical"
3932version = "0.2.1"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3935
3936[[package]]
3937name = "miniz_oxide"
3938version = "0.7.2"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "9d811f3e15f28568be3407c8e7fdb6514c1cda3cb30683f15b6a1a1dc4ea14a7"
3941dependencies = [
3942 "adler",
3943]
3944
3945[[package]]
3946name = "mio"
3947version = "0.8.11"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
3950dependencies = [
3951 "libc",
3952 "wasi 0.11.0+wasi-snapshot-preview1",
3953 "windows-sys 0.48.0",
3954]
3955
3956[[package]]
3957name = "mockall"
3958version = "0.11.4"
3959source = "registry+https://github.com/rust-lang/crates.io-index"
3960checksum = "4c84490118f2ee2d74570d114f3d0493cbf02790df303d2707606c3e14e07c96"
3961dependencies = [
3962 "cfg-if",
3963 "downcast",
3964 "fragile",
3965 "lazy_static",
3966 "mockall_derive",
3967 "predicates 2.1.5",
3968 "predicates-tree",
3969]
3970
3971[[package]]
3972name = "mockall_derive"
3973version = "0.11.4"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "22ce75669015c4f47b289fd4d4f56e894e4c96003ffdf3ac51313126f94c6cbb"
3976dependencies = [
3977 "cfg-if",
3978 "proc-macro2",
3979 "quote",
3980 "syn 1.0.109",
3981]
3982
3983[[package]]
3984name = "mrecordlog"
3985version = "0.4.0"
3986source = "git+https://github.com/quickwit-oss/mrecordlog?rev=187486f#187486fcde8dcfc4d570af4af19be852ab325cde"
3987dependencies = [
3988 "bytes",
3989 "crc32fast",
3990 "serde",
3991 "serde_json",
3992 "thiserror",
3993 "tracing",
3994]
3995
3996[[package]]
3997name = "multer"
3998version = "2.1.0"
3999source = "registry+https://github.com/rust-lang/crates.io-index"
4000checksum = "01acbdc23469fd8fe07ab135923371d5f5a422fbf9c522158677c8eb15bc51c2"
4001dependencies = [
4002 "bytes",
4003 "encoding_rs",
4004 "futures-util",
4005 "http 0.2.12",
4006 "httparse",
4007 "log",
4008 "memchr",
4009 "mime",
4010 "spin 0.9.8",
4011 "version_check",
4012]
4013
4014[[package]]
4015name = "multimap"
4016version = "0.8.3"
4017source = "registry+https://github.com/rust-lang/crates.io-index"
4018checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
4019
4020[[package]]
4021name = "murmurhash32"
4022version = "0.3.1"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "2195bf6aa996a481483b29d62a7663eed3fe39600c460e323f8ff41e90bdd89b"
4025
4026[[package]]
4027name = "nanorand"
4028version = "0.7.0"
4029source = "registry+https://github.com/rust-lang/crates.io-index"
4030checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
4031dependencies = [
4032 "getrandom 0.2.12",
4033]
4034
4035[[package]]
4036name = "native-tls"
4037version = "0.2.11"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
4040dependencies = [
4041 "lazy_static",
4042 "libc",
4043 "log",
4044 "openssl",
4045 "openssl-probe",
4046 "openssl-sys",
4047 "schannel",
4048 "security-framework",
4049 "security-framework-sys",
4050 "tempfile",
4051]
4052
4053[[package]]
4054name = "new_debug_unreachable"
4055version = "1.0.4"
4056source = "registry+https://github.com/rust-lang/crates.io-index"
4057checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
4058
4059[[package]]
4060name = "new_string_template"
4061version = "1.4.0"
4062source = "registry+https://github.com/rust-lang/crates.io-index"
4063checksum = "d7359c5bee6fe9218ccd4988120a23dc79d291e95486756969112d45efdc97d1"
4064dependencies = [
4065 "lazy_static",
4066 "regex",
4067]
4068
4069[[package]]
4070name = "no-std-net"
4071version = "0.6.0"
4072source = "registry+https://github.com/rust-lang/crates.io-index"
4073checksum = "43794a0ace135be66a25d3ae77d41b91615fb68ae937f904090203e81f755b65"
4074
4075[[package]]
4076name = "nom"
4077version = "7.1.3"
4078source = "registry+https://github.com/rust-lang/crates.io-index"
4079checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4080dependencies = [
4081 "memchr",
4082 "minimal-lexical",
4083]
4084
4085[[package]]
4086name = "normalize-line-endings"
4087version = "0.3.0"
4088source = "registry+https://github.com/rust-lang/crates.io-index"
4089checksum = "61807f77802ff30975e01f4f071c8ba10c022052f98b3294119f3e615d13e5be"
4090
4091[[package]]
4092name = "nu-ansi-term"
4093version = "0.46.0"
4094source = "registry+https://github.com/rust-lang/crates.io-index"
4095checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
4096dependencies = [
4097 "overload",
4098 "winapi 0.3.9",
4099]
4100
4101[[package]]
4102name = "num-bigint"
4103version = "0.4.4"
4104source = "registry+https://github.com/rust-lang/crates.io-index"
4105checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
4106dependencies = [
4107 "autocfg",
4108 "num-integer",
4109 "num-traits",
4110]
4111
4112[[package]]
4113name = "num-bigint-dig"
4114version = "0.8.4"
4115source = "registry+https://github.com/rust-lang/crates.io-index"
4116checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
4117dependencies = [
4118 "byteorder",
4119 "lazy_static",
4120 "libm",
4121 "num-integer",
4122 "num-iter",
4123 "num-traits",
4124 "rand 0.8.5",
4125 "smallvec",
4126 "zeroize",
4127]
4128
4129[[package]]
4130name = "num-conv"
4131version = "0.1.0"
4132source = "registry+https://github.com/rust-lang/crates.io-index"
4133checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
4134
4135[[package]]
4136name = "num-integer"
4137version = "0.1.46"
4138source = "registry+https://github.com/rust-lang/crates.io-index"
4139checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
4140dependencies = [
4141 "num-traits",
4142]
4143
4144[[package]]
4145name = "num-iter"
4146version = "0.1.44"
4147source = "registry+https://github.com/rust-lang/crates.io-index"
4148checksum = "d869c01cc0c455284163fd0092f1f93835385ccab5a98a0dcc497b2f8bf055a9"
4149dependencies = [
4150 "autocfg",
4151 "num-integer",
4152 "num-traits",
4153]
4154
4155[[package]]
4156name = "num-traits"
4157version = "0.2.18"
4158source = "registry+https://github.com/rust-lang/crates.io-index"
4159checksum = "da0df0e5185db44f69b44f26786fe401b6c293d1907744beaa7fa62b2e5a517a"
4160dependencies = [
4161 "autocfg",
4162 "libm",
4163]
4164
4165[[package]]
4166name = "num_cpus"
4167version = "1.16.0"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
4170dependencies = [
4171 "hermit-abi",
4172 "libc",
4173]
4174
4175[[package]]
4176name = "num_enum"
4177version = "0.5.11"
4178source = "registry+https://github.com/rust-lang/crates.io-index"
4179checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
4180dependencies = [
4181 "num_enum_derive 0.5.11",
4182]
4183
4184[[package]]
4185name = "num_enum"
4186version = "0.6.1"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "7a015b430d3c108a207fd776d2e2196aaf8b1cf8cf93253e3a097ff3085076a1"
4189dependencies = [
4190 "num_enum_derive 0.6.1",
4191]
4192
4193[[package]]
4194name = "num_enum_derive"
4195version = "0.5.11"
4196source = "registry+https://github.com/rust-lang/crates.io-index"
4197checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
4198dependencies = [
4199 "proc-macro-crate 1.3.1",
4200 "proc-macro2",
4201 "quote",
4202 "syn 1.0.109",
4203]
4204
4205[[package]]
4206name = "num_enum_derive"
4207version = "0.6.1"
4208source = "registry+https://github.com/rust-lang/crates.io-index"
4209checksum = "96667db765a921f7b295ffee8b60472b686a51d4f21c2ee4ffdb94c7013b65a6"
4210dependencies = [
4211 "proc-macro-crate 1.3.1",
4212 "proc-macro2",
4213 "quote",
4214 "syn 2.0.52",
4215]
4216
4217[[package]]
4218name = "num_threads"
4219version = "0.1.7"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
4222dependencies = [
4223 "libc",
4224]
4225
4226[[package]]
4227name = "number_prefix"
4228version = "0.4.0"
4229source = "registry+https://github.com/rust-lang/crates.io-index"
4230checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3"
4231
4232[[package]]
4233name = "numfmt"
4234version = "1.1.1"
4235source = "registry+https://github.com/rust-lang/crates.io-index"
4236checksum = "db7467e47de9fb6ea5b3f47dc34c1cf0b86359f072a46f6278119544cdbd0021"
4237dependencies = [
4238 "dtoa",
4239 "itoa",
4240]
4241
4242[[package]]
4243name = "oauth2"
4244version = "4.4.2"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "c38841cdd844847e3e7c8d29cef9dcfed8877f8f56f9071f77843ecf3baf937f"
4247dependencies = [
4248 "base64 0.13.1",
4249 "chrono",
4250 "getrandom 0.2.12",
4251 "http 0.2.12",
4252 "rand 0.8.5",
4253 "reqwest",
4254 "serde",
4255 "serde_json",
4256 "serde_path_to_error",
4257 "sha2",
4258 "thiserror",
4259 "url",
4260]
4261
4262[[package]]
4263name = "object"
4264version = "0.32.2"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "a6a622008b6e321afc04970976f62ee297fdbaa6f95318ca343e3eebb9648441"
4267dependencies = [
4268 "memchr",
4269]
4270
4271[[package]]
4272name = "ofb"
4273version = "0.6.1"
4274source = "registry+https://github.com/rust-lang/crates.io-index"
4275checksum = "2cc40678e045ff4eb1666ea6c0f994b133c31f673c09aed292261b6d5b6963a0"
4276dependencies = [
4277 "cipher",
4278]
4279
4280[[package]]
4281name = "once_cell"
4282version = "1.19.0"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
4285
4286[[package]]
4287name = "oneshot"
4288version = "0.1.6"
4289source = "registry+https://github.com/rust-lang/crates.io-index"
4290checksum = "6f6640c6bda7731b1fdbab747981a0f896dd1fedaf9f4a53fa237a04a84431f4"
4291dependencies = [
4292 "loom",
4293]
4294
4295[[package]]
4296name = "onig"
4297version = "6.4.0"
4298source = "registry+https://github.com/rust-lang/crates.io-index"
4299checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f"
4300dependencies = [
4301 "bitflags 1.3.2",
4302 "libc",
4303 "once_cell",
4304 "onig_sys",
4305]
4306
4307[[package]]
4308name = "onig_sys"
4309version = "69.8.1"
4310source = "registry+https://github.com/rust-lang/crates.io-index"
4311checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7"
4312dependencies = [
4313 "cc",
4314 "pkg-config",
4315]
4316
4317[[package]]
4318name = "oorandom"
4319version = "11.1.3"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
4322
4323[[package]]
4324name = "opaque-debug"
4325version = "0.3.1"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
4328
4329[[package]]
4330name = "opendal"
4331version = "0.44.2"
4332source = "registry+https://github.com/rust-lang/crates.io-index"
4333checksum = "4af824652d4d2ffabf606d337a071677ae621b05622adf35df9562f69d9b4498"
4334dependencies = [
4335 "anyhow",
4336 "async-trait",
4337 "backon",
4338 "base64 0.21.7",
4339 "bytes",
4340 "chrono",
4341 "flagset",
4342 "futures",
4343 "getrandom 0.2.12",
4344 "http 0.2.12",
4345 "log",
4346 "md-5",
4347 "once_cell",
4348 "percent-encoding",
4349 "quick-xml 0.30.0",
4350 "reqsign",
4351 "reqwest",
4352 "serde",
4353 "serde_json",
4354 "tokio",
4355 "uuid",
4356]
4357
4358[[package]]
4359name = "openidconnect"
4360version = "2.5.1"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "98dd5b7049bac4fdd2233b8c9767d42c05da8006fdb79cc903258556d2b18009"
4363dependencies = [
4364 "base64 0.13.1",
4365 "chrono",
4366 "http 0.2.12",
4367 "itertools 0.10.5",
4368 "log",
4369 "num-bigint",
4370 "oauth2",
4371 "rand 0.8.5",
4372 "ring 0.16.20",
4373 "serde",
4374 "serde-value",
4375 "serde_derive",
4376 "serde_json",
4377 "serde_path_to_error",
4378 "serde_plain",
4379 "serde_with 1.14.0",
4380 "subtle",
4381 "thiserror",
4382 "url",
4383]
4384
4385[[package]]
4386name = "openssl"
4387version = "0.10.64"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
4390dependencies = [
4391 "bitflags 2.4.2",
4392 "cfg-if",
4393 "foreign-types",
4394 "libc",
4395 "once_cell",
4396 "openssl-macros",
4397 "openssl-sys",
4398]
4399
4400[[package]]
4401name = "openssl-macros"
4402version = "0.1.1"
4403source = "registry+https://github.com/rust-lang/crates.io-index"
4404checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4405dependencies = [
4406 "proc-macro2",
4407 "quote",
4408 "syn 2.0.52",
4409]
4410
4411[[package]]
4412name = "openssl-probe"
4413version = "0.1.5"
4414source = "registry+https://github.com/rust-lang/crates.io-index"
4415checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
4416
4417[[package]]
4418name = "openssl-src"
4419version = "300.2.3+3.2.1"
4420source = "registry+https://github.com/rust-lang/crates.io-index"
4421checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
4422dependencies = [
4423 "cc",
4424]
4425
4426[[package]]
4427name = "openssl-sys"
4428version = "0.9.101"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "dda2b0f344e78efc2facf7d195d098df0dd72151b26ab98da807afc26c198dff"
4431dependencies = [
4432 "cc",
4433 "libc",
4434 "openssl-src",
4435 "pkg-config",
4436 "vcpkg",
4437]
4438
4439[[package]]
4440name = "opentelemetry"
4441version = "0.20.0"
4442source = "registry+https://github.com/rust-lang/crates.io-index"
4443checksum = "9591d937bc0e6d2feb6f71a559540ab300ea49955229c347a517a28d27784c54"
4444dependencies = [
4445 "opentelemetry_api",
4446 "opentelemetry_sdk",
4447]
4448
4449[[package]]
4450name = "opentelemetry-http"
4451version = "0.9.0"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "c7594ec0e11d8e33faf03530a4c49af7064ebba81c1480e01be67d90b356508b"
4454dependencies = [
4455 "async-trait",
4456 "bytes",
4457 "http 0.2.12",
4458 "opentelemetry_api",
4459 "reqwest",
4460]
4461
4462[[package]]
4463name = "opentelemetry-otlp"
4464version = "0.13.0"
4465source = "registry+https://github.com/rust-lang/crates.io-index"
4466checksum = "7e5e5a5c4135864099f3faafbe939eb4d7f9b80ebf68a8448da961b32a7c1275"
4467dependencies = [
4468 "async-trait",
4469 "futures-core",
4470 "http 0.2.12",
4471 "opentelemetry-http",
4472 "opentelemetry-proto",
4473 "opentelemetry-semantic-conventions",
4474 "opentelemetry_api",
4475 "opentelemetry_sdk",
4476 "prost",
4477 "reqwest",
4478 "thiserror",
4479 "tokio",
4480 "tonic",
4481]
4482
4483[[package]]
4484name = "opentelemetry-proto"
4485version = "0.3.0"
4486source = "registry+https://github.com/rust-lang/crates.io-index"
4487checksum = "b1e3f814aa9f8c905d0ee4bde026afd3b2577a97c10e1699912e3e44f0c4cbeb"
4488dependencies = [
4489 "opentelemetry_api",
4490 "opentelemetry_sdk",
4491 "prost",
4492 "tonic",
4493]
4494
4495[[package]]
4496name = "opentelemetry-semantic-conventions"
4497version = "0.12.0"
4498source = "registry+https://github.com/rust-lang/crates.io-index"
4499checksum = "73c9f9340ad135068800e7f1b24e9e09ed9e7143f5bf8518ded3d3ec69789269"
4500dependencies = [
4501 "opentelemetry",
4502]
4503
4504[[package]]
4505name = "opentelemetry_api"
4506version = "0.20.0"
4507source = "registry+https://github.com/rust-lang/crates.io-index"
4508checksum = "8a81f725323db1b1206ca3da8bb19874bbd3f57c3bcd59471bfb04525b265b9b"
4509dependencies = [
4510 "futures-channel",
4511 "futures-util",
4512 "indexmap 1.9.3",
4513 "js-sys",
4514 "once_cell",
4515 "pin-project-lite",
4516 "thiserror",
4517 "urlencoding",
4518]
4519
4520[[package]]
4521name = "opentelemetry_sdk"
4522version = "0.20.0"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "fa8e705a0612d48139799fcbaba0d4a90f06277153e43dd2bdc16c6f0edd8026"
4525dependencies = [
4526 "async-trait",
4527 "crossbeam-channel",
4528 "futures-channel",
4529 "futures-executor",
4530 "futures-util",
4531 "once_cell",
4532 "opentelemetry_api",
4533 "ordered-float 3.9.2",
4534 "percent-encoding",
4535 "rand 0.8.5",
4536 "regex",
4537 "serde_json",
4538 "thiserror",
4539 "tokio",
4540 "tokio-stream",
4541]
4542
4543[[package]]
4544name = "ordered-float"
4545version = "2.10.1"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
4548dependencies = [
4549 "num-traits",
4550]
4551
4552[[package]]
4553name = "ordered-float"
4554version = "3.9.2"
4555source = "registry+https://github.com/rust-lang/crates.io-index"
4556checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
4557dependencies = [
4558 "num-traits",
4559]
4560
4561[[package]]
4562name = "ordered-float"
4563version = "4.2.0"
4564source = "registry+https://github.com/rust-lang/crates.io-index"
4565checksum = "a76df7075c7d4d01fdcb46c912dd17fba5b60c78ea480b475f2b6ab6f666584e"
4566dependencies = [
4567 "num-traits",
4568]
4569
4570[[package]]
4571name = "os_pipe"
4572version = "1.1.5"
4573source = "registry+https://github.com/rust-lang/crates.io-index"
4574checksum = "57119c3b893986491ec9aa85056780d3a0f3cf4da7cc09dd3650dbd6c6738fb9"
4575dependencies = [
4576 "libc",
4577 "windows-sys 0.52.0",
4578]
4579
4580[[package]]
4581name = "ouroboros"
4582version = "0.18.3"
4583source = "registry+https://github.com/rust-lang/crates.io-index"
4584checksum = "97b7be5a8a3462b752f4be3ff2b2bf2f7f1d00834902e46be2a4d68b87b0573c"
4585dependencies = [
4586 "aliasable",
4587 "ouroboros_macro",
4588 "static_assertions",
4589]
4590
4591[[package]]
4592name = "ouroboros_macro"
4593version = "0.18.3"
4594source = "registry+https://github.com/rust-lang/crates.io-index"
4595checksum = "b645dcde5f119c2c454a92d0dfa271a2a3b205da92e4292a68ead4bdbfde1f33"
4596dependencies = [
4597 "heck",
4598 "itertools 0.12.1",
4599 "proc-macro2",
4600 "proc-macro2-diagnostics",
4601 "quote",
4602 "syn 2.0.52",
4603]
4604
4605[[package]]
4606name = "outref"
4607version = "0.5.1"
4608source = "registry+https://github.com/rust-lang/crates.io-index"
4609checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
4610
4611[[package]]
4612name = "overload"
4613version = "0.1.1"
4614source = "registry+https://github.com/rust-lang/crates.io-index"
4615checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
4616
4617[[package]]
4618name = "ownedbytes"
4619version = "0.6.0"
4620source = "git+https://github.com/quickwit-oss/tantivy/?rev=67ebba3#67ebba3c3ce155d8c1199224943b9c3dd0f47a98"
4621dependencies = [
4622 "stable_deref_trait",
4623]
4624
4625[[package]]
4626name = "papergrid"
4627version = "0.10.0"
4628source = "registry+https://github.com/rust-lang/crates.io-index"
4629checksum = "a2ccbe15f2b6db62f9a9871642746427e297b0ceb85f9a7f1ee5ff47d184d0c8"
4630dependencies = [
4631 "ansi-str",
4632 "ansitok",
4633 "bytecount",
4634 "fnv",
4635 "unicode-width",
4636]
4637
4638[[package]]
4639name = "parking"
4640version = "2.2.0"
4641source = "registry+https://github.com/rust-lang/crates.io-index"
4642checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
4643
4644[[package]]
4645name = "parking_lot"
4646version = "0.12.1"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
4649dependencies = [
4650 "lock_api",
4651 "parking_lot_core",
4652]
4653
4654[[package]]
4655name = "parking_lot_core"
4656version = "0.9.9"
4657source = "registry+https://github.com/rust-lang/crates.io-index"
4658checksum = "4c42a9226546d68acdd9c0a280d17ce19bfe27a46bf68784e4066115788d008e"
4659dependencies = [
4660 "cfg-if",
4661 "libc",
4662 "redox_syscall",
4663 "smallvec",
4664 "windows-targets 0.48.5",
4665]
4666
4667[[package]]
4668name = "parse-zoneinfo"
4669version = "0.3.0"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "c705f256449c60da65e11ff6626e0c16a0a0b96aaa348de61376b249bc340f41"
4672dependencies = [
4673 "regex",
4674]
4675
4676[[package]]
4677name = "password-hash"
4678version = "0.4.2"
4679source = "registry+https://github.com/rust-lang/crates.io-index"
4680checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
4681dependencies = [
4682 "base64ct",
4683 "rand_core 0.6.4",
4684 "subtle",
4685]
4686
4687[[package]]
4688name = "paste"
4689version = "1.0.14"
4690source = "registry+https://github.com/rust-lang/crates.io-index"
4691checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
4692
4693[[package]]
4694name = "pbkdf2"
4695version = "0.11.0"
4696source = "registry+https://github.com/rust-lang/crates.io-index"
4697checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
4698dependencies = [
4699 "digest",
4700 "hmac",
4701 "password-hash",
4702 "sha2",
4703]
4704
4705[[package]]
4706name = "pbkdf2"
4707version = "0.12.2"
4708source = "registry+https://github.com/rust-lang/crates.io-index"
4709checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
4710dependencies = [
4711 "digest",
4712 "hmac",
4713]
4714
4715[[package]]
4716name = "peeking_take_while"
4717version = "1.0.0"
4718source = "registry+https://github.com/rust-lang/crates.io-index"
4719checksum = "9e9ed2178b0575fff8e1b83b58ba6f75e727aafac2e1b6c795169ad3b17eb518"
4720
4721[[package]]
4722name = "pem"
4723version = "1.1.1"
4724source = "registry+https://github.com/rust-lang/crates.io-index"
4725checksum = "a8835c273a76a90455d7344889b0964598e3316e2a79ede8e36f16bdcf2228b8"
4726dependencies = [
4727 "base64 0.13.1",
4728]
4729
4730[[package]]
4731name = "pem"
4732version = "3.0.3"
4733source = "registry+https://github.com/rust-lang/crates.io-index"
4734checksum = "1b8fcc794035347fb64beda2d3b462595dd2753e3f268d89c5aae77e8cf2c310"
4735dependencies = [
4736 "base64 0.21.7",
4737 "serde",
4738]
4739
4740[[package]]
4741name = "pem-rfc7468"
4742version = "0.7.0"
4743source = "registry+https://github.com/rust-lang/crates.io-index"
4744checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
4745dependencies = [
4746 "base64ct",
4747]
4748
4749[[package]]
4750name = "percent-encoding"
4751version = "2.3.1"
4752source = "registry+https://github.com/rust-lang/crates.io-index"
4753checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
4754
4755[[package]]
4756name = "pest"
4757version = "2.7.8"
4758source = "registry+https://github.com/rust-lang/crates.io-index"
4759checksum = "56f8023d0fb78c8e03784ea1c7f3fa36e68a723138990b8d5a47d916b651e7a8"
4760dependencies = [
4761 "memchr",
4762 "thiserror",
4763 "ucd-trie",
4764]
4765
4766[[package]]
4767name = "pest_derive"
4768version = "2.7.8"
4769source = "registry+https://github.com/rust-lang/crates.io-index"
4770checksum = "b0d24f72393fd16ab6ac5738bc33cdb6a9aa73f8b902e8fe29cf4e67d7dd1026"
4771dependencies = [
4772 "pest",
4773 "pest_generator",
4774]
4775
4776[[package]]
4777name = "pest_generator"
4778version = "2.7.8"
4779source = "registry+https://github.com/rust-lang/crates.io-index"
4780checksum = "fdc17e2a6c7d0a492f0158d7a4bd66cc17280308bbaff78d5bef566dca35ab80"
4781dependencies = [
4782 "pest",
4783 "pest_meta",
4784 "proc-macro2",
4785 "quote",
4786 "syn 2.0.52",
4787]
4788
4789[[package]]
4790name = "pest_meta"
4791version = "2.7.8"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "934cd7631c050f4674352a6e835d5f6711ffbfb9345c2fc0107155ac495ae293"
4794dependencies = [
4795 "once_cell",
4796 "pest",
4797 "sha2",
4798]
4799
4800[[package]]
4801name = "petgraph"
4802version = "0.6.4"
4803source = "registry+https://github.com/rust-lang/crates.io-index"
4804checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
4805dependencies = [
4806 "fixedbitset",
4807 "indexmap 2.1.0",
4808]
4809
4810[[package]]
4811name = "phf"
4812version = "0.11.2"
4813source = "registry+https://github.com/rust-lang/crates.io-index"
4814checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
4815dependencies = [
4816 "phf_shared 0.11.2",
4817]
4818
4819[[package]]
4820name = "phf_codegen"
4821version = "0.11.2"
4822source = "registry+https://github.com/rust-lang/crates.io-index"
4823checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
4824dependencies = [
4825 "phf_generator",
4826 "phf_shared 0.11.2",
4827]
4828
4829[[package]]
4830name = "phf_generator"
4831version = "0.11.2"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
4834dependencies = [
4835 "phf_shared 0.11.2",
4836 "rand 0.8.5",
4837]
4838
4839[[package]]
4840name = "phf_shared"
4841version = "0.10.0"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
4844dependencies = [
4845 "siphasher",
4846]
4847
4848[[package]]
4849name = "phf_shared"
4850version = "0.11.2"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
4853dependencies = [
4854 "siphasher",
4855]
4856
4857[[package]]
4858name = "pin-project"
4859version = "1.1.5"
4860source = "registry+https://github.com/rust-lang/crates.io-index"
4861checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
4862dependencies = [
4863 "pin-project-internal",
4864]
4865
4866[[package]]
4867name = "pin-project-internal"
4868version = "1.1.5"
4869source = "registry+https://github.com/rust-lang/crates.io-index"
4870checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
4871dependencies = [
4872 "proc-macro2",
4873 "quote",
4874 "syn 2.0.52",
4875]
4876
4877[[package]]
4878name = "pin-project-lite"
4879version = "0.2.13"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
4882
4883[[package]]
4884name = "pin-utils"
4885version = "0.1.0"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4888
4889[[package]]
4890name = "pkcs1"
4891version = "0.7.5"
4892source = "registry+https://github.com/rust-lang/crates.io-index"
4893checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
4894dependencies = [
4895 "der",
4896 "pkcs8",
4897 "spki",
4898]
4899
4900[[package]]
4901name = "pkcs5"
4902version = "0.7.1"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "e847e2c91a18bfa887dd028ec33f2fe6f25db77db3619024764914affe8b69a6"
4905dependencies = [
4906 "aes",
4907 "cbc",
4908 "der",
4909 "pbkdf2 0.12.2",
4910 "scrypt",
4911 "sha2",
4912 "spki",
4913]
4914
4915[[package]]
4916name = "pkcs8"
4917version = "0.10.2"
4918source = "registry+https://github.com/rust-lang/crates.io-index"
4919checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
4920dependencies = [
4921 "der",
4922 "pkcs5",
4923 "rand_core 0.6.4",
4924 "spki",
4925]
4926
4927[[package]]
4928name = "pkg-config"
4929version = "0.3.30"
4930source = "registry+https://github.com/rust-lang/crates.io-index"
4931checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
4932
4933[[package]]
4934name = "plotters"
4935version = "0.3.5"
4936source = "registry+https://github.com/rust-lang/crates.io-index"
4937checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
4938dependencies = [
4939 "num-traits",
4940 "plotters-backend",
4941 "plotters-svg",
4942 "wasm-bindgen",
4943 "web-sys",
4944]
4945
4946[[package]]
4947name = "plotters-backend"
4948version = "0.3.5"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
4951
4952[[package]]
4953name = "plotters-svg"
4954version = "0.3.5"
4955source = "registry+https://github.com/rust-lang/crates.io-index"
4956checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
4957dependencies = [
4958 "plotters-backend",
4959]
4960
4961[[package]]
4962name = "pnet"
4963version = "0.33.0"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "cd959a8268165518e2bf5546ba84c7b3222744435616381df3c456fe8d983576"
4966dependencies = [
4967 "ipnetwork",
4968 "pnet_base",
4969 "pnet_datalink",
4970 "pnet_packet",
4971 "pnet_sys",
4972 "pnet_transport",
4973]
4974
4975[[package]]
4976name = "pnet_base"
4977version = "0.33.0"
4978source = "registry+https://github.com/rust-lang/crates.io-index"
4979checksum = "872e46346144ebf35219ccaa64b1dffacd9c6f188cd7d012bd6977a2a838f42e"
4980dependencies = [
4981 "no-std-net",
4982]
4983
4984[[package]]
4985name = "pnet_datalink"
4986version = "0.33.0"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "c302da22118d2793c312a35fb3da6846cb0fab6c3ad53fd67e37809b06cdafce"
4989dependencies = [
4990 "ipnetwork",
4991 "libc",
4992 "pnet_base",
4993 "pnet_sys",
4994 "winapi 0.3.9",
4995]
4996
4997[[package]]
4998name = "pnet_macros"
4999version = "0.33.0"
5000source = "registry+https://github.com/rust-lang/crates.io-index"
5001checksum = "2a780e80005c2e463ec25a6e9f928630049a10b43945fea83207207d4a7606f4"
5002dependencies = [
5003 "proc-macro2",
5004 "quote",
5005 "regex",
5006 "syn 1.0.109",
5007]
5008
5009[[package]]
5010name = "pnet_macros_support"
5011version = "0.33.0"
5012source = "registry+https://github.com/rust-lang/crates.io-index"
5013checksum = "e6d932134f32efd7834eb8b16d42418dac87086347d1bc7d142370ef078582bc"
5014dependencies = [
5015 "pnet_base",
5016]
5017
5018[[package]]
5019name = "pnet_packet"
5020version = "0.33.0"
5021source = "registry+https://github.com/rust-lang/crates.io-index"
5022checksum = "8bde678bbd85cb1c2d99dc9fc596e57f03aa725f84f3168b0eaf33eeccb41706"
5023dependencies = [
5024 "glob",
5025 "pnet_base",
5026 "pnet_macros",
5027 "pnet_macros_support",
5028]
5029
5030[[package]]
5031name = "pnet_sys"
5032version = "0.33.0"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "faf7a58b2803d818a374be9278a1fe8f88fce14b936afbe225000cfcd9c73f16"
5035dependencies = [
5036 "libc",
5037 "winapi 0.3.9",
5038]
5039
5040[[package]]
5041name = "pnet_transport"
5042version = "0.33.0"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "813d1c0e4defbe7ee22f6fe1755f122b77bfb5abe77145b1b5baaf463cab9249"
5045dependencies = [
5046 "libc",
5047 "pnet_base",
5048 "pnet_packet",
5049 "pnet_sys",
5050]
5051
5052[[package]]
5053name = "poly1305"
5054version = "0.8.0"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "8159bd90725d2df49889a078b54f4f79e87f1f8a8444194cdca81d38f5393abf"
5057dependencies = [
5058 "cpufeatures",
5059 "opaque-debug",
5060 "universal-hash",
5061]
5062
5063[[package]]
5064name = "portable-atomic"
5065version = "1.6.0"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
5068
5069[[package]]
5070name = "postcard"
5071version = "1.0.8"
5072source = "registry+https://github.com/rust-lang/crates.io-index"
5073checksum = "a55c51ee6c0db07e68448e336cf8ea4131a620edefebf9893e759b2d793420f8"
5074dependencies = [
5075 "cobs",
5076 "embedded-io",
5077 "serde",
5078]
5079
5080[[package]]
5081name = "powerfmt"
5082version = "0.2.0"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
5085
5086[[package]]
5087name = "ppv-lite86"
5088version = "0.2.17"
5089source = "registry+https://github.com/rust-lang/crates.io-index"
5090checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
5091
5092[[package]]
5093name = "precomputed-hash"
5094version = "0.1.1"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
5097
5098[[package]]
5099name = "predicates"
5100version = "2.1.5"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "59230a63c37f3e18569bdb90e4a89cbf5bf8b06fea0b84e65ea10cc4df47addd"
5103dependencies = [
5104 "difflib",
5105 "float-cmp",
5106 "itertools 0.10.5",
5107 "normalize-line-endings",
5108 "predicates-core",
5109 "regex",
5110]
5111
5112[[package]]
5113name = "predicates"
5114version = "3.1.0"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "68b87bfd4605926cdfefc1c3b5f8fe560e3feca9d5552cf68c466d3d8236c7e8"
5117dependencies = [
5118 "anstyle",
5119 "difflib",
5120 "float-cmp",
5121 "normalize-line-endings",
5122 "predicates-core",
5123 "regex",
5124]
5125
5126[[package]]
5127name = "predicates-core"
5128version = "1.0.6"
5129source = "registry+https://github.com/rust-lang/crates.io-index"
5130checksum = "b794032607612e7abeb4db69adb4e33590fa6cf1149e95fd7cb00e634b92f174"
5131
5132[[package]]
5133name = "predicates-tree"
5134version = "1.0.9"
5135source = "registry+https://github.com/rust-lang/crates.io-index"
5136checksum = "368ba315fb8c5052ab692e68a0eefec6ec57b23a36959c14496f0b0df2c0cecf"
5137dependencies = [
5138 "predicates-core",
5139 "termtree",
5140]
5141
5142[[package]]
5143name = "pretty_assertions"
5144version = "1.4.0"
5145source = "registry+https://github.com/rust-lang/crates.io-index"
5146checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
5147dependencies = [
5148 "diff",
5149 "yansi 0.5.1",
5150]
5151
5152[[package]]
5153name = "prettyplease"
5154version = "0.1.25"
5155source = "registry+https://github.com/rust-lang/crates.io-index"
5156checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
5157dependencies = [
5158 "proc-macro2",
5159 "syn 1.0.109",
5160]
5161
5162[[package]]
5163name = "prettyplease"
5164version = "0.2.16"
5165source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "a41cf62165e97c7f814d2221421dbb9afcbcdb0a88068e5ea206e19951c2cbb5"
5167dependencies = [
5168 "proc-macro2",
5169 "syn 2.0.52",
5170]
5171
5172[[package]]
5173name = "proc-macro-crate"
5174version = "1.3.1"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
5177dependencies = [
5178 "once_cell",
5179 "toml_edit 0.19.15",
5180]
5181
5182[[package]]
5183name = "proc-macro-crate"
5184version = "3.1.0"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
5187dependencies = [
5188 "toml_edit 0.21.1",
5189]
5190
5191[[package]]
5192name = "proc-macro-error"
5193version = "1.0.4"
5194source = "registry+https://github.com/rust-lang/crates.io-index"
5195checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
5196dependencies = [
5197 "proc-macro-error-attr",
5198 "proc-macro2",
5199 "quote",
5200 "syn 1.0.109",
5201 "version_check",
5202]
5203
5204[[package]]
5205name = "proc-macro-error-attr"
5206version = "1.0.4"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
5209dependencies = [
5210 "proc-macro2",
5211 "quote",
5212 "version_check",
5213]
5214
5215[[package]]
5216name = "proc-macro2"
5217version = "1.0.79"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "e835ff2298f5721608eb1a980ecaee1aef2c132bf95ecc026a11b7bf3c01c02e"
5220dependencies = [
5221 "unicode-ident",
5222]
5223
5224[[package]]
5225name = "proc-macro2-diagnostics"
5226version = "0.10.1"
5227source = "registry+https://github.com/rust-lang/crates.io-index"
5228checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
5229dependencies = [
5230 "proc-macro2",
5231 "quote",
5232 "syn 2.0.52",
5233 "version_check",
5234 "yansi 1.0.0",
5235]
5236
5237[[package]]
5238name = "procfs"
5239version = "0.14.2"
5240source = "registry+https://github.com/rust-lang/crates.io-index"
5241checksum = "b1de8dacb0873f77e6aefc6d71e044761fcc68060290f5b1089fcdf84626bb69"
5242dependencies = [
5243 "bitflags 1.3.2",
5244 "byteorder",
5245 "hex",
5246 "lazy_static",
5247 "rustix 0.36.17",
5248]
5249
5250[[package]]
5251name = "prometheus"
5252version = "0.13.3"
5253source = "registry+https://github.com/rust-lang/crates.io-index"
5254checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
5255dependencies = [
5256 "cfg-if",
5257 "fnv",
5258 "lazy_static",
5259 "libc",
5260 "memchr",
5261 "parking_lot",
5262 "procfs",
5263 "protobuf",
5264 "thiserror",
5265]
5266
5267[[package]]
5268name = "proptest"
5269version = "1.4.0"
5270source = "registry+https://github.com/rust-lang/crates.io-index"
5271checksum = "31b476131c3c86cb68032fdc5cb6d5a1045e3e42d96b69fa599fd77701e1f5bf"
5272dependencies = [
5273 "bit-set",
5274 "bit-vec",
5275 "bitflags 2.4.2",
5276 "lazy_static",
5277 "num-traits",
5278 "rand 0.8.5",
5279 "rand_chacha 0.3.1",
5280 "rand_xorshift",
5281 "regex-syntax 0.8.2",
5282 "rusty-fork",
5283 "tempfile",
5284 "unarray",
5285]
5286
5287[[package]]
5288name = "prost"
5289version = "0.11.9"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
5292dependencies = [
5293 "bytes",
5294 "prost-derive",
5295]
5296
5297[[package]]
5298name = "prost-build"
5299version = "0.11.9"
5300source = "registry+https://github.com/rust-lang/crates.io-index"
5301checksum = "119533552c9a7ffacc21e099c24a0ac8bb19c2a2a3f363de84cd9b844feab270"
5302dependencies = [
5303 "bytes",
5304 "heck",
5305 "itertools 0.10.5",
5306 "lazy_static",
5307 "log",
5308 "multimap",
5309 "petgraph",
5310 "prettyplease 0.1.25",
5311 "prost",
5312 "prost-types",
5313 "regex",
5314 "syn 1.0.109",
5315 "tempfile",
5316 "which",
5317]
5318
5319[[package]]
5320name = "prost-derive"
5321version = "0.11.9"
5322source = "registry+https://github.com/rust-lang/crates.io-index"
5323checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
5324dependencies = [
5325 "anyhow",
5326 "itertools 0.10.5",
5327 "proc-macro2",
5328 "quote",
5329 "syn 1.0.109",
5330]
5331
5332[[package]]
5333name = "prost-types"
5334version = "0.11.9"
5335source = "registry+https://github.com/rust-lang/crates.io-index"
5336checksum = "213622a1460818959ac1181aaeb2dc9c7f63df720db7d788b3e24eacd1983e13"
5337dependencies = [
5338 "prost",
5339]
5340
5341[[package]]
5342name = "protobuf"
5343version = "2.28.0"
5344source = "registry+https://github.com/rust-lang/crates.io-index"
5345checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
5346
5347[[package]]
5348name = "ptr_meta"
5349version = "0.1.4"
5350source = "registry+https://github.com/rust-lang/crates.io-index"
5351checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
5352dependencies = [
5353 "ptr_meta_derive",
5354]
5355
5356[[package]]
5357name = "ptr_meta_derive"
5358version = "0.1.4"
5359source = "registry+https://github.com/rust-lang/crates.io-index"
5360checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
5361dependencies = [
5362 "proc-macro2",
5363 "quote",
5364 "syn 1.0.109",
5365]
5366
5367[[package]]
5368name = "pulsar"
5369version = "5.0.2"
5370source = "git+https://github.com/quickwit-oss/pulsar-rs.git?rev=f9eff04#f9eff04caf184906c6466fdde8b5bb0fd3c92659"
5371dependencies = [
5372 "async-trait",
5373 "bit-vec",
5374 "bytes",
5375 "chrono",
5376 "crc",
5377 "data-url",
5378 "flate2",
5379 "futures",
5380 "futures-io",
5381 "futures-timer",
5382 "log",
5383 "lz4",
5384 "native-tls",
5385 "nom",
5386 "oauth2",
5387 "openidconnect",
5388 "pem 1.1.1",
5389 "prost",
5390 "prost-build",
5391 "prost-derive",
5392 "rand 0.8.5",
5393 "regex",
5394 "serde",
5395 "serde_json",
5396 "snap",
5397 "tokio",
5398 "tokio-native-tls",
5399 "tokio-util",
5400 "url",
5401 "uuid",
5402 "zstd 0.11.2+zstd.1.5.2",
5403]
5404
5405[[package]]
5406name = "query_map"
5407version = "0.7.0"
5408source = "registry+https://github.com/rust-lang/crates.io-index"
5409checksum = "5eab6b8b1074ef3359a863758dae650c7c0c6027927a085b7af911c8e0bf3a15"
5410dependencies = [
5411 "form_urlencoded",
5412 "serde",
5413 "serde_derive",
5414]
5415
5416[[package]]
5417name = "quick-error"
5418version = "1.2.3"
5419source = "registry+https://github.com/rust-lang/crates.io-index"
5420checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
5421
5422[[package]]
5423name = "quick-xml"
5424version = "0.29.0"
5425source = "registry+https://github.com/rust-lang/crates.io-index"
5426checksum = "81b9228215d82c7b61490fec1de287136b5de6f5700f6e58ea9ad61a7964ca51"
5427dependencies = [
5428 "memchr",
5429 "serde",
5430]
5431
5432[[package]]
5433name = "quick-xml"
5434version = "0.30.0"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
5437dependencies = [
5438 "memchr",
5439 "serde",
5440]
5441
5442[[package]]
5443name = "quickwit-actors"
5444version = "0.8.2"
5445dependencies = [
5446 "anyhow",
5447 "async-trait",
5448 "criterion",
5449 "flume",
5450 "futures",
5451 "once_cell",
5452 "quickwit-common",
5453 "rand 0.8.5",
5454 "serde",
5455 "serde_json",
5456 "sync_wrapper",
5457 "thiserror",
5458 "tokio",
5459 "tracing",
5460]
5461
5462[[package]]
5463name = "quickwit-aws"
5464version = "0.8.2"
5465dependencies = [
5466 "async-trait",
5467 "aws-config",
5468 "aws-sdk-kinesis",
5469 "aws-sdk-s3",
5470 "aws-smithy-async",
5471 "aws-smithy-client",
5472 "aws-types",
5473 "futures",
5474 "hyper 0.14.28",
5475 "hyper-rustls 0.24.2",
5476 "once_cell",
5477 "quickwit-common",
5478 "rand 0.8.5",
5479 "tokio",
5480 "tower",
5481 "tracing",
5482]
5483
5484[[package]]
5485name = "quickwit-cli"
5486version = "0.8.2"
5487dependencies = [
5488 "anyhow",
5489 "async-trait",
5490 "bytes",
5491 "bytesize",
5492 "chrono",
5493 "clap",
5494 "colored",
5495 "console-subscriber",
5496 "dialoguer",
5497 "futures",
5498 "humantime",
5499 "indicatif",
5500 "itertools 0.12.1",
5501 "numfmt",
5502 "once_cell",
5503 "openssl-probe",
5504 "opentelemetry",
5505 "opentelemetry-otlp",
5506 "predicates 3.1.0",
5507 "quickwit-actors",
5508 "quickwit-cluster",
5509 "quickwit-common",
5510 "quickwit-config",
5511 "quickwit-directories",
5512 "quickwit-doc-mapper",
5513 "quickwit-index-management",
5514 "quickwit-indexing",
5515 "quickwit-ingest",
5516 "quickwit-metastore",
5517 "quickwit-proto",
5518 "quickwit-rest-client",
5519 "quickwit-search",
5520 "quickwit-serve",
5521 "quickwit-storage",
5522 "quickwit-telemetry",
5523 "regex",
5524 "reqwest",
5525 "serde_json",
5526 "tabled",
5527 "tempfile",
5528 "thiserror",
5529 "thousands",
5530 "tikv-jemalloc-ctl",
5531 "tikv-jemallocator",
5532 "time",
5533 "tokio",
5534 "tokio-util",
5535 "toml",
5536 "tonic",
5537 "tracing",
5538 "tracing-opentelemetry",
5539 "tracing-subscriber",
5540]
5541
5542[[package]]
5543name = "quickwit-cluster"
5544version = "0.8.2"
5545dependencies = [
5546 "anyhow",
5547 "async-trait",
5548 "bytesize",
5549 "chitchat",
5550 "futures",
5551 "itertools 0.12.1",
5552 "once_cell",
5553 "pin-project",
5554 "quickwit-common",
5555 "quickwit-config",
5556 "quickwit-proto",
5557 "rand 0.8.5",
5558 "serde",
5559 "serde_json",
5560 "tempfile",
5561 "thiserror",
5562 "time",
5563 "tokio",
5564 "tokio-stream",
5565 "tonic",
5566 "tracing",
5567 "ulid",
5568 "utoipa",
5569]
5570
5571[[package]]
5572name = "quickwit-codegen"
5573version = "0.8.2"
5574dependencies = [
5575 "anyhow",
5576 "futures",
5577 "heck",
5578 "prettyplease 0.2.16",
5579 "proc-macro2",
5580 "prost",
5581 "prost-build",
5582 "quote",
5583 "serde",
5584 "syn 2.0.52",
5585 "tonic-build",
5586]
5587
5588[[package]]
5589name = "quickwit-codegen-example"
5590version = "0.8.2"
5591dependencies = [
5592 "anyhow",
5593 "async-trait",
5594 "bytesize",
5595 "dyn-clone",
5596 "futures",
5597 "http 0.2.12",
5598 "hyper 0.14.28",
5599 "mockall",
5600 "prost",
5601 "quickwit-actors",
5602 "quickwit-codegen",
5603 "quickwit-common",
5604 "quickwit-macros",
5605 "quickwit-proto",
5606 "serde",
5607 "thiserror",
5608 "tokio",
5609 "tokio-stream",
5610 "tonic",
5611 "tower",
5612 "utoipa",
5613]
5614
5615[[package]]
5616name = "quickwit-common"
5617version = "0.8.2"
5618dependencies = [
5619 "anyhow",
5620 "async-speed-limit",
5621 "async-trait",
5622 "bytesize",
5623 "dyn-clone",
5624 "env_logger",
5625 "fnv",
5626 "futures",
5627 "home",
5628 "hostname",
5629 "http 0.2.12",
5630 "hyper 0.14.28",
5631 "itertools 0.12.1",
5632 "num_cpus",
5633 "once_cell",
5634 "pin-project",
5635 "pnet",
5636 "prometheus",
5637 "proptest",
5638 "quickwit-macros",
5639 "rand 0.8.5",
5640 "regex",
5641 "serde",
5642 "serde_json",
5643 "siphasher",
5644 "tempfile",
5645 "thiserror",
5646 "tokio",
5647 "tokio-stream",
5648 "tonic",
5649 "tower",
5650 "tracing",
5651]
5652
5653[[package]]
5654name = "quickwit-config"
5655version = "0.8.2"
5656dependencies = [
5657 "anyhow",
5658 "bytes",
5659 "bytesize",
5660 "chrono",
5661 "cron",
5662 "enum-iterator",
5663 "http 0.2.12",
5664 "http-serde 1.1.3",
5665 "humantime",
5666 "itertools 0.12.1",
5667 "json_comments",
5668 "new_string_template",
5669 "num_cpus",
5670 "once_cell",
5671 "quickwit-common",
5672 "quickwit-doc-mapper",
5673 "quickwit-macros",
5674 "quickwit-proto",
5675 "regex",
5676 "serde",
5677 "serde_json",
5678 "serde_with 3.7.0",
5679 "serde_yaml 0.9.30",
5680 "tokio",
5681 "toml",
5682 "tracing",
5683 "utoipa",
5684 "vrl",
5685]
5686
5687[[package]]
5688name = "quickwit-control-plane"
5689version = "0.8.2"
5690dependencies = [
5691 "anyhow",
5692 "async-trait",
5693 "dyn-clone",
5694 "fnv",
5695 "futures",
5696 "http 0.2.12",
5697 "hyper 0.14.28",
5698 "itertools 0.12.1",
5699 "mockall",
5700 "once_cell",
5701 "proptest",
5702 "prost",
5703 "quickwit-actors",
5704 "quickwit-cluster",
5705 "quickwit-common",
5706 "quickwit-config",
5707 "quickwit-indexing",
5708 "quickwit-ingest",
5709 "quickwit-metastore",
5710 "quickwit-proto",
5711 "quickwit-storage",
5712 "rand 0.8.5",
5713 "serde",
5714 "serde_json",
5715 "thiserror",
5716 "time",
5717 "tokio",
5718 "tokio-stream",
5719 "tonic",
5720 "tower",
5721 "tracing",
5722 "ulid",
5723]
5724
5725[[package]]
5726name = "quickwit-datetime"
5727version = "0.8.2"
5728dependencies = [
5729 "anyhow",
5730 "itertools 0.12.1",
5731 "ouroboros",
5732 "serde",
5733 "serde_json",
5734 "tantivy",
5735 "time",
5736 "time-fmt",
5737]
5738
5739[[package]]
5740name = "quickwit-directories"
5741version = "0.8.2"
5742dependencies = [
5743 "anyhow",
5744 "async-trait",
5745 "futures",
5746 "once_cell",
5747 "postcard",
5748 "quickwit-common",
5749 "quickwit-storage",
5750 "serde",
5751 "serde_json",
5752 "tantivy",
5753 "tempfile",
5754 "thiserror",
5755 "time",
5756 "tokio",
5757 "tracing",
5758]
5759
5760[[package]]
5761name = "quickwit-doc-mapper"
5762version = "0.8.2"
5763dependencies = [
5764 "anyhow",
5765 "base64 0.21.7",
5766 "criterion",
5767 "dyn-clone",
5768 "fnv",
5769 "hex",
5770 "indexmap 2.1.0",
5771 "itertools 0.12.1",
5772 "matches",
5773 "mockall",
5774 "nom",
5775 "once_cell",
5776 "proptest",
5777 "quickwit-common",
5778 "quickwit-datetime",
5779 "quickwit-macros",
5780 "quickwit-proto",
5781 "quickwit-query",
5782 "regex",
5783 "serde",
5784 "serde_json",
5785 "serde_yaml 0.9.30",
5786 "siphasher",
5787 "tantivy",
5788 "thiserror",
5789 "time",
5790 "tracing",
5791 "typetag",
5792 "utoipa",
5793]
5794
5795[[package]]
5796name = "quickwit-index-management"
5797version = "0.8.2"
5798dependencies = [
5799 "anyhow",
5800 "async-trait",
5801 "futures",
5802 "futures-util",
5803 "itertools 0.12.1",
5804 "mockall",
5805 "quickwit-common",
5806 "quickwit-config",
5807 "quickwit-directories",
5808 "quickwit-doc-mapper",
5809 "quickwit-indexing",
5810 "quickwit-metastore",
5811 "quickwit-proto",
5812 "quickwit-storage",
5813 "rand 0.8.5",
5814 "serde",
5815 "serde_json",
5816 "serde_yaml 0.9.30",
5817 "tantivy",
5818 "tempfile",
5819 "thiserror",
5820 "time",
5821 "tokio",
5822 "tokio-stream",
5823 "tokio-util",
5824 "tracing",
5825]
5826
5827[[package]]
5828name = "quickwit-indexing"
5829version = "0.8.2"
5830dependencies = [
5831 "anyhow",
5832 "arc-swap",
5833 "async-compression",
5834 "async-trait",
5835 "aws-config",
5836 "aws-sdk-kinesis",
5837 "aws-smithy-client",
5838 "backoff",
5839 "bytes",
5840 "bytesize",
5841 "criterion",
5842 "fail",
5843 "flume",
5844 "fnv",
5845 "futures",
5846 "google-cloud-auth 0.12.0",
5847 "google-cloud-default",
5848 "google-cloud-gax 0.15.0",
5849 "google-cloud-googleapis 0.10.0",
5850 "google-cloud-pubsub 0.18.0",
5851 "itertools 0.12.1",
5852 "libz-sys",
5853 "mockall",
5854 "once_cell",
5855 "oneshot",
5856 "openssl",
5857 "proptest",
5858 "prost",
5859 "pulsar",
5860 "quickwit-actors",
5861 "quickwit-aws",
5862 "quickwit-cluster",
5863 "quickwit-common",
5864 "quickwit-config",
5865 "quickwit-directories",
5866 "quickwit-doc-mapper",
5867 "quickwit-indexing",
5868 "quickwit-ingest",
5869 "quickwit-metastore",
5870 "quickwit-opentelemetry",
5871 "quickwit-proto",
5872 "quickwit-query",
5873 "quickwit-storage",
5874 "rand 0.8.5",
5875 "rdkafka",
5876 "reqwest",
5877 "serde",
5878 "serde_json",
5879 "tantivy",
5880 "tempfile",
5881 "thiserror",
5882 "time",
5883 "tokio",
5884 "tokio-stream",
5885 "tracing",
5886 "ulid",
5887 "utoipa",
5888 "vrl",
5889 "zstd 0.13.0",
5890]
5891
5892[[package]]
5893name = "quickwit-ingest"
5894version = "0.8.2"
5895dependencies = [
5896 "anyhow",
5897 "async-trait",
5898 "bytes",
5899 "bytesize",
5900 "dyn-clone",
5901 "fail",
5902 "flume",
5903 "fnv",
5904 "futures",
5905 "http 0.2.12",
5906 "hyper 0.14.28",
5907 "itertools 0.12.1",
5908 "mockall",
5909 "mrecordlog",
5910 "once_cell",
5911 "prost",
5912 "quickwit-actors",
5913 "quickwit-cluster",
5914 "quickwit-codegen",
5915 "quickwit-common",
5916 "quickwit-config",
5917 "quickwit-proto",
5918 "rand 0.8.5",
5919 "rand_distr",
5920 "serde",
5921 "serde_json",
5922 "tempfile",
5923 "thiserror",
5924 "tokio",
5925 "tonic",
5926 "tower",
5927 "tracing",
5928 "ulid",
5929 "utoipa",
5930]
5931
5932[[package]]
5933name = "quickwit-integration-tests"
5934version = "0.8.2"
5935dependencies = [
5936 "anyhow",
5937 "bytes",
5938 "chitchat",
5939 "futures-util",
5940 "hyper 0.14.28",
5941 "itertools 0.12.1",
5942 "quickwit-actors",
5943 "quickwit-cluster",
5944 "quickwit-common",
5945 "quickwit-config",
5946 "quickwit-indexing",
5947 "quickwit-janitor",
5948 "quickwit-metastore",
5949 "quickwit-proto",
5950 "quickwit-rest-client",
5951 "quickwit-search",
5952 "quickwit-serve",
5953 "quickwit-storage",
5954 "rand 0.8.5",
5955 "reqwest",
5956 "serde",
5957 "serde_json",
5958 "tempfile",
5959 "tokio",
5960 "tokio-stream",
5961 "tonic",
5962 "tracing",
5963]
5964
5965[[package]]
5966name = "quickwit-jaeger"
5967version = "0.8.2"
5968dependencies = [
5969 "anyhow",
5970 "async-trait",
5971 "base64 0.21.7",
5972 "itertools 0.12.1",
5973 "once_cell",
5974 "prost",
5975 "prost-types",
5976 "quickwit-actors",
5977 "quickwit-cluster",
5978 "quickwit-common",
5979 "quickwit-config",
5980 "quickwit-indexing",
5981 "quickwit-ingest",
5982 "quickwit-metastore",
5983 "quickwit-opentelemetry",
5984 "quickwit-proto",
5985 "quickwit-query",
5986 "quickwit-search",
5987 "quickwit-storage",
5988 "serde",
5989 "serde_json",
5990 "tantivy",
5991 "tempfile",
5992 "time",
5993 "tokio",
5994 "tokio-stream",
5995 "tonic",
5996 "tracing",
5997]
5998
5999[[package]]
6000name = "quickwit-janitor"
6001version = "0.8.2"
6002dependencies = [
6003 "anyhow",
6004 "async-trait",
6005 "chrono",
6006 "futures",
6007 "itertools 0.12.1",
6008 "mockall",
6009 "once_cell",
6010 "quickwit-actors",
6011 "quickwit-cluster",
6012 "quickwit-common",
6013 "quickwit-config",
6014 "quickwit-directories",
6015 "quickwit-doc-mapper",
6016 "quickwit-index-management",
6017 "quickwit-indexing",
6018 "quickwit-metastore",
6019 "quickwit-proto",
6020 "quickwit-query",
6021 "quickwit-search",
6022 "quickwit-storage",
6023 "serde",
6024 "serde_json",
6025 "tantivy",
6026 "tempfile",
6027 "thiserror",
6028 "time",
6029 "tokio",
6030 "tokio-stream",
6031 "tracing",
6032 "ulid",
6033 "utoipa",
6034]
6035
6036[[package]]
6037name = "quickwit-lambda"
6038version = "0.8.2"
6039dependencies = [
6040 "anyhow",
6041 "aws_lambda_events",
6042 "chitchat",
6043 "flate2",
6044 "lambda_http",
6045 "lambda_runtime",
6046 "once_cell",
6047 "opentelemetry",
6048 "opentelemetry-otlp",
6049 "quickwit-actors",
6050 "quickwit-cli",
6051 "quickwit-cluster",
6052 "quickwit-common",
6053 "quickwit-config",
6054 "quickwit-directories",
6055 "quickwit-doc-mapper",
6056 "quickwit-index-management",
6057 "quickwit-indexing",
6058 "quickwit-ingest",
6059 "quickwit-metastore",
6060 "quickwit-proto",
6061 "quickwit-rest-client",
6062 "quickwit-search",
6063 "quickwit-serve",
6064 "quickwit-storage",
6065 "quickwit-telemetry",
6066 "rand 0.8.5",
6067 "serde",
6068 "serde_json",
6069 "time",
6070 "tokio",
6071 "tracing",
6072 "tracing-opentelemetry",
6073 "tracing-subscriber",
6074]
6075
6076[[package]]
6077name = "quickwit-macros"
6078version = "0.8.2"
6079dependencies = [
6080 "proc-macro2",
6081 "quote",
6082 "syn 2.0.52",
6083]
6084
6085[[package]]
6086name = "quickwit-metastore"
6087version = "0.8.2"
6088dependencies = [
6089 "anyhow",
6090 "async-trait",
6091 "bytesize",
6092 "dotenv",
6093 "futures",
6094 "http 0.2.12",
6095 "itertools 0.12.1",
6096 "md5",
6097 "mockall",
6098 "once_cell",
6099 "ouroboros",
6100 "quickwit-common",
6101 "quickwit-config",
6102 "quickwit-doc-mapper",
6103 "quickwit-proto",
6104 "quickwit-query",
6105 "quickwit-storage",
6106 "rand 0.8.5",
6107 "regex",
6108 "regex-syntax 0.8.2",
6109 "sea-query",
6110 "sea-query-binder",
6111 "serde",
6112 "serde_json",
6113 "serde_with 3.7.0",
6114 "serial_test",
6115 "sqlx",
6116 "tempfile",
6117 "thiserror",
6118 "time",
6119 "tokio",
6120 "tokio-stream",
6121 "tower",
6122 "tracing",
6123 "tracing-subscriber",
6124 "ulid",
6125 "utoipa",
6126]
6127
6128[[package]]
6129name = "quickwit-opentelemetry"
6130version = "0.8.2"
6131dependencies = [
6132 "anyhow",
6133 "async-trait",
6134 "hex",
6135 "once_cell",
6136 "prost",
6137 "quickwit-actors",
6138 "quickwit-common",
6139 "quickwit-config",
6140 "quickwit-ingest",
6141 "quickwit-metastore",
6142 "quickwit-proto",
6143 "serde",
6144 "serde_json",
6145 "thiserror",
6146 "time",
6147 "tokio",
6148 "tonic",
6149 "tracing",
6150]
6151
6152[[package]]
6153name = "quickwit-proto"
6154version = "0.8.2"
6155dependencies = [
6156 "anyhow",
6157 "async-trait",
6158 "bytes",
6159 "bytesize",
6160 "bytestring",
6161 "dyn-clone",
6162 "futures",
6163 "glob",
6164 "http 0.2.12",
6165 "hyper 0.14.28",
6166 "mockall",
6167 "opentelemetry",
6168 "prost",
6169 "prost-build",
6170 "prost-types",
6171 "quickwit-actors",
6172 "quickwit-codegen",
6173 "quickwit-common",
6174 "serde",
6175 "serde_json",
6176 "sqlx",
6177 "thiserror",
6178 "tokio",
6179 "tonic",
6180 "tonic-build",
6181 "tower",
6182 "tracing",
6183 "tracing-opentelemetry",
6184 "ulid",
6185 "utoipa",
6186 "zstd 0.13.0",
6187]
6188
6189[[package]]
6190name = "quickwit-query"
6191version = "0.8.2"
6192dependencies = [
6193 "anyhow",
6194 "base64 0.21.7",
6195 "criterion",
6196 "fnv",
6197 "hex",
6198 "lindera-core",
6199 "lindera-dictionary",
6200 "lindera-tokenizer",
6201 "once_cell",
6202 "proptest",
6203 "quickwit-common",
6204 "quickwit-datetime",
6205 "serde",
6206 "serde_json",
6207 "serde_with 3.7.0",
6208 "tantivy",
6209 "thiserror",
6210 "time",
6211 "tracing",
6212 "whichlang",
6213]
6214
6215[[package]]
6216name = "quickwit-rest-client"
6217version = "0.8.2"
6218dependencies = [
6219 "anyhow",
6220 "bytes",
6221 "quickwit-actors",
6222 "quickwit-cluster",
6223 "quickwit-common",
6224 "quickwit-config",
6225 "quickwit-indexing",
6226 "quickwit-ingest",
6227 "quickwit-metastore",
6228 "quickwit-search",
6229 "quickwit-serve",
6230 "reqwest",
6231 "serde",
6232 "serde_json",
6233 "thiserror",
6234 "tokio",
6235 "tracing",
6236 "wiremock",
6237]
6238
6239[[package]]
6240name = "quickwit-search"
6241version = "0.8.2"
6242dependencies = [
6243 "anyhow",
6244 "assert-json-diff 2.0.2",
6245 "async-trait",
6246 "base64 0.21.7",
6247 "bytes",
6248 "bytesize",
6249 "chitchat",
6250 "fnv",
6251 "futures",
6252 "http 0.2.12",
6253 "hyper 0.14.28",
6254 "itertools 0.12.1",
6255 "lru",
6256 "mockall",
6257 "once_cell",
6258 "opentelemetry",
6259 "postcard",
6260 "proptest",
6261 "prost",
6262 "quickwit-common",
6263 "quickwit-config",
6264 "quickwit-directories",
6265 "quickwit-doc-mapper",
6266 "quickwit-indexing",
6267 "quickwit-metastore",
6268 "quickwit-opentelemetry",
6269 "quickwit-proto",
6270 "quickwit-query",
6271 "quickwit-storage",
6272 "rayon",
6273 "serde",
6274 "serde_json",
6275 "serde_with 3.7.0",
6276 "tantivy",
6277 "tempfile",
6278 "thiserror",
6279 "tokio",
6280 "tokio-stream",
6281 "tokio-util",
6282 "tower",
6283 "tracing",
6284 "tracing-opentelemetry",
6285 "ttl_cache",
6286 "typetag",
6287 "ulid",
6288 "utoipa",
6289]
6290
6291[[package]]
6292name = "quickwit-serve"
6293version = "0.8.2"
6294dependencies = [
6295 "anyhow",
6296 "assert-json-diff 2.0.2",
6297 "async-trait",
6298 "base64 0.21.7",
6299 "bytes",
6300 "bytesize",
6301 "elasticsearch-dsl",
6302 "flate2",
6303 "futures",
6304 "futures-util",
6305 "hex",
6306 "http-serde 1.1.3",
6307 "humantime",
6308 "hyper 0.14.28",
6309 "itertools 0.12.1",
6310 "mime_guess",
6311 "mockall",
6312 "num_cpus",
6313 "once_cell",
6314 "opentelemetry",
6315 "percent-encoding",
6316 "prost",
6317 "prost-types",
6318 "quickwit-actors",
6319 "quickwit-cluster",
6320 "quickwit-common",
6321 "quickwit-config",
6322 "quickwit-control-plane",
6323 "quickwit-directories",
6324 "quickwit-doc-mapper",
6325 "quickwit-index-management",
6326 "quickwit-indexing",
6327 "quickwit-ingest",
6328 "quickwit-jaeger",
6329 "quickwit-janitor",
6330 "quickwit-metastore",
6331 "quickwit-opentelemetry",
6332 "quickwit-proto",
6333 "quickwit-query",
6334 "quickwit-search",
6335 "quickwit-storage",
6336 "quickwit-telemetry",
6337 "rand 0.8.5",
6338 "regex",
6339 "rust-embed",
6340 "serde",
6341 "serde_json",
6342 "serde_qs 0.12.0",
6343 "serde_with 3.7.0",
6344 "tempfile",
6345 "termcolor",
6346 "thiserror",
6347 "time",
6348 "tokio",
6349 "tokio-stream",
6350 "tonic",
6351 "tower",
6352 "tower-http",
6353 "tracing",
6354 "tracing-opentelemetry",
6355 "utoipa",
6356 "warp",
6357 "zstd 0.13.0",
6358]
6359
6360[[package]]
6361name = "quickwit-storage"
6362version = "0.8.2"
6363dependencies = [
6364 "anyhow",
6365 "async-trait",
6366 "aws-config",
6367 "aws-credential-types",
6368 "aws-sdk-s3",
6369 "aws-smithy-client",
6370 "aws-smithy-http",
6371 "aws-smithy-types",
6372 "azure_core",
6373 "azure_storage",
6374 "azure_storage_blobs",
6375 "base64 0.21.7",
6376 "bytes",
6377 "bytesize",
6378 "fnv",
6379 "futures",
6380 "hyper 0.14.28",
6381 "lru",
6382 "md5",
6383 "mockall",
6384 "once_cell",
6385 "opendal",
6386 "proptest",
6387 "quickwit-aws",
6388 "quickwit-common",
6389 "quickwit-config",
6390 "quickwit-proto",
6391 "rand 0.8.5",
6392 "regex",
6393 "reqsign",
6394 "reqwest",
6395 "serde",
6396 "serde_json",
6397 "tantivy",
6398 "tempfile",
6399 "thiserror",
6400 "tokio",
6401 "tokio-stream",
6402 "tokio-util",
6403 "tracing",
6404 "tracing-subscriber",
6405 "ulid",
6406]
6407
6408[[package]]
6409name = "quickwit-telemetry"
6410version = "0.8.2"
6411dependencies = [
6412 "async-trait",
6413 "encoding_rs",
6414 "hostname",
6415 "md5",
6416 "once_cell",
6417 "reqwest",
6418 "serde",
6419 "serde_json",
6420 "tokio",
6421 "tracing",
6422 "username",
6423 "uuid",
6424]
6425
6426[[package]]
6427name = "quote"
6428version = "1.0.35"
6429source = "registry+https://github.com/rust-lang/crates.io-index"
6430checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
6431dependencies = [
6432 "proc-macro2",
6433]
6434
6435[[package]]
6436name = "quoted_printable"
6437version = "0.5.0"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "79ec282e887b434b68c18fe5c121d38e72a5cf35119b59e54ec5b992ea9c8eb0"
6440
6441[[package]]
6442name = "radium"
6443version = "0.7.0"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
6446
6447[[package]]
6448name = "rand"
6449version = "0.7.3"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
6452dependencies = [
6453 "getrandom 0.1.16",
6454 "libc",
6455 "rand_chacha 0.2.2",
6456 "rand_core 0.5.1",
6457 "rand_hc",
6458]
6459
6460[[package]]
6461name = "rand"
6462version = "0.8.5"
6463source = "registry+https://github.com/rust-lang/crates.io-index"
6464checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
6465dependencies = [
6466 "libc",
6467 "rand_chacha 0.3.1",
6468 "rand_core 0.6.4",
6469]
6470
6471[[package]]
6472name = "rand_chacha"
6473version = "0.2.2"
6474source = "registry+https://github.com/rust-lang/crates.io-index"
6475checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
6476dependencies = [
6477 "ppv-lite86",
6478 "rand_core 0.5.1",
6479]
6480
6481[[package]]
6482name = "rand_chacha"
6483version = "0.3.1"
6484source = "registry+https://github.com/rust-lang/crates.io-index"
6485checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
6486dependencies = [
6487 "ppv-lite86",
6488 "rand_core 0.6.4",
6489]
6490
6491[[package]]
6492name = "rand_core"
6493version = "0.5.1"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
6496dependencies = [
6497 "getrandom 0.1.16",
6498]
6499
6500[[package]]
6501name = "rand_core"
6502version = "0.6.4"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
6505dependencies = [
6506 "getrandom 0.2.12",
6507]
6508
6509[[package]]
6510name = "rand_distr"
6511version = "0.4.3"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
6514dependencies = [
6515 "num-traits",
6516 "rand 0.8.5",
6517]
6518
6519[[package]]
6520name = "rand_hc"
6521version = "0.2.0"
6522source = "registry+https://github.com/rust-lang/crates.io-index"
6523checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
6524dependencies = [
6525 "rand_core 0.5.1",
6526]
6527
6528[[package]]
6529name = "rand_xorshift"
6530version = "0.3.0"
6531source = "registry+https://github.com/rust-lang/crates.io-index"
6532checksum = "d25bf25ec5ae4a3f1b92f929810509a2f53d7dca2f50b794ff57e3face536c8f"
6533dependencies = [
6534 "rand_core 0.6.4",
6535]
6536
6537[[package]]
6538name = "rayon"
6539version = "1.9.0"
6540source = "registry+https://github.com/rust-lang/crates.io-index"
6541checksum = "e4963ed1bc86e4f3ee217022bd855b297cef07fb9eac5dfa1f788b220b49b3bd"
6542dependencies = [
6543 "either",
6544 "rayon-core",
6545]
6546
6547[[package]]
6548name = "rayon-core"
6549version = "1.12.1"
6550source = "registry+https://github.com/rust-lang/crates.io-index"
6551checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
6552dependencies = [
6553 "crossbeam-deque",
6554 "crossbeam-utils",
6555]
6556
6557[[package]]
6558name = "rdkafka"
6559version = "0.33.2"
6560source = "registry+https://github.com/rust-lang/crates.io-index"
6561checksum = "da18026aad1c24033da3da726200de7e911e75c2e2cc2f77ffb9b4502720faae"
6562dependencies = [
6563 "futures-channel",
6564 "futures-util",
6565 "libc",
6566 "log",
6567 "rdkafka-sys",
6568 "serde",
6569 "serde_derive",
6570 "serde_json",
6571 "slab",
6572 "tokio",
6573]
6574
6575[[package]]
6576name = "rdkafka-sys"
6577version = "4.7.0+2.3.0"
6578source = "registry+https://github.com/rust-lang/crates.io-index"
6579checksum = "55e0d2f9ba6253f6ec72385e453294f8618e9e15c2c6aba2a5c01ccf9622d615"
6580dependencies = [
6581 "cmake",
6582 "libc",
6583 "libz-sys",
6584 "num_enum 0.5.11",
6585 "openssl-sys",
6586 "pkg-config",
6587 "sasl2-sys",
6588 "zstd-sys",
6589]
6590
6591[[package]]
6592name = "redox_syscall"
6593version = "0.4.1"
6594source = "registry+https://github.com/rust-lang/crates.io-index"
6595checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
6596dependencies = [
6597 "bitflags 1.3.2",
6598]
6599
6600[[package]]
6601name = "redox_users"
6602version = "0.4.4"
6603source = "registry+https://github.com/rust-lang/crates.io-index"
6604checksum = "a18479200779601e498ada4e8c1e1f50e3ee19deb0259c25825a98b5603b2cb4"
6605dependencies = [
6606 "getrandom 0.2.12",
6607 "libredox",
6608 "thiserror",
6609]
6610
6611[[package]]
6612name = "regex"
6613version = "1.10.3"
6614source = "registry+https://github.com/rust-lang/crates.io-index"
6615checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
6616dependencies = [
6617 "aho-corasick",
6618 "memchr",
6619 "regex-automata 0.4.6",
6620 "regex-syntax 0.8.2",
6621]
6622
6623[[package]]
6624name = "regex-automata"
6625version = "0.1.10"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
6628dependencies = [
6629 "regex-syntax 0.6.29",
6630]
6631
6632[[package]]
6633name = "regex-automata"
6634version = "0.4.6"
6635source = "registry+https://github.com/rust-lang/crates.io-index"
6636checksum = "86b83b8b9847f9bf95ef68afb0b8e6cdb80f498442f5179a29fad448fcc1eaea"
6637dependencies = [
6638 "aho-corasick",
6639 "memchr",
6640 "regex-syntax 0.8.2",
6641]
6642
6643[[package]]
6644name = "regex-syntax"
6645version = "0.6.29"
6646source = "registry+https://github.com/rust-lang/crates.io-index"
6647checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
6648
6649[[package]]
6650name = "regex-syntax"
6651version = "0.8.2"
6652source = "registry+https://github.com/rust-lang/crates.io-index"
6653checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
6654
6655[[package]]
6656name = "rend"
6657version = "0.4.2"
6658source = "registry+https://github.com/rust-lang/crates.io-index"
6659checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
6660dependencies = [
6661 "bytecheck",
6662]
6663
6664[[package]]
6665name = "reqsign"
6666version = "0.14.9"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "43e319d9de9ff4d941abf4ac718897118b0fe04577ea3f8e0f5788971784eef5"
6669dependencies = [
6670 "anyhow",
6671 "async-trait",
6672 "base64 0.21.7",
6673 "chrono",
6674 "form_urlencoded",
6675 "getrandom 0.2.12",
6676 "hex",
6677 "hmac",
6678 "home",
6679 "http 0.2.12",
6680 "jsonwebtoken 9.2.0",
6681 "log",
6682 "percent-encoding",
6683 "rand 0.8.5",
6684 "reqwest",
6685 "rsa",
6686 "serde",
6687 "serde_json",
6688 "sha1",
6689 "sha2",
6690]
6691
6692[[package]]
6693name = "reqwest"
6694version = "0.11.25"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "0eea5a9eb898d3783f17c6407670e3592fd174cb81a10e51d4c37f49450b9946"
6697dependencies = [
6698 "base64 0.21.7",
6699 "bytes",
6700 "encoding_rs",
6701 "futures-core",
6702 "futures-util",
6703 "h2",
6704 "http 0.2.12",
6705 "http-body 0.4.6",
6706 "hyper 0.14.28",
6707 "hyper-rustls 0.24.2",
6708 "hyper-tls",
6709 "ipnet",
6710 "js-sys",
6711 "log",
6712 "mime",
6713 "native-tls",
6714 "once_cell",
6715 "percent-encoding",
6716 "pin-project-lite",
6717 "rustls 0.21.10",
6718 "rustls-native-certs",
6719 "rustls-pemfile",
6720 "serde",
6721 "serde_json",
6722 "serde_urlencoded",
6723 "sync_wrapper",
6724 "system-configuration",
6725 "tokio",
6726 "tokio-native-tls",
6727 "tokio-rustls 0.24.1",
6728 "tokio-util",
6729 "tower-service",
6730 "url",
6731 "wasm-bindgen",
6732 "wasm-bindgen-futures",
6733 "wasm-streams",
6734 "web-sys",
6735 "webpki-roots 0.25.4",
6736 "winreg",
6737]
6738
6739[[package]]
6740name = "retain_mut"
6741version = "0.1.9"
6742source = "registry+https://github.com/rust-lang/crates.io-index"
6743checksum = "4389f1d5789befaf6029ebd9f7dac4af7f7e3d61b69d4f30e2ac02b57e7712b0"
6744
6745[[package]]
6746name = "ring"
6747version = "0.16.20"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
6750dependencies = [
6751 "cc",
6752 "libc",
6753 "once_cell",
6754 "spin 0.5.2",
6755 "untrusted 0.7.1",
6756 "web-sys",
6757 "winapi 0.3.9",
6758]
6759
6760[[package]]
6761name = "ring"
6762version = "0.17.8"
6763source = "registry+https://github.com/rust-lang/crates.io-index"
6764checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
6765dependencies = [
6766 "cc",
6767 "cfg-if",
6768 "getrandom 0.2.12",
6769 "libc",
6770 "spin 0.9.8",
6771 "untrusted 0.9.0",
6772 "windows-sys 0.52.0",
6773]
6774
6775[[package]]
6776name = "rkyv"
6777version = "0.7.44"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "5cba464629b3394fc4dbc6f940ff8f5b4ff5c7aef40f29166fd4ad12acbc99c0"
6780dependencies = [
6781 "bitvec",
6782 "bytecheck",
6783 "bytes",
6784 "hashbrown 0.12.3",
6785 "ptr_meta",
6786 "rend",
6787 "rkyv_derive",
6788 "seahash",
6789 "tinyvec",
6790 "uuid",
6791]
6792
6793[[package]]
6794name = "rkyv_derive"
6795version = "0.7.44"
6796source = "registry+https://github.com/rust-lang/crates.io-index"
6797checksum = "a7dddfff8de25e6f62b9d64e6e432bf1c6736c57d20323e15ee10435fbda7c65"
6798dependencies = [
6799 "proc-macro2",
6800 "quote",
6801 "syn 1.0.109",
6802]
6803
6804[[package]]
6805name = "roxmltree"
6806version = "0.14.1"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
6809dependencies = [
6810 "xmlparser",
6811]
6812
6813[[package]]
6814name = "roxmltree"
6815version = "0.18.1"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "862340e351ce1b271a378ec53f304a5558f7db87f3769dc655a8f6ecbb68b302"
6818dependencies = [
6819 "xmlparser",
6820]
6821
6822[[package]]
6823name = "rsa"
6824version = "0.9.6"
6825source = "registry+https://github.com/rust-lang/crates.io-index"
6826checksum = "5d0e5124fcb30e76a7e79bfee683a2746db83784b86289f6251b54b7950a0dfc"
6827dependencies = [
6828 "const-oid",
6829 "digest",
6830 "num-bigint-dig",
6831 "num-integer",
6832 "num-traits",
6833 "pkcs1",
6834 "pkcs8",
6835 "rand_core 0.6.4",
6836 "sha2",
6837 "signature",
6838 "spki",
6839 "subtle",
6840 "zeroize",
6841]
6842
6843[[package]]
6844name = "rust-embed"
6845version = "6.8.1"
6846source = "registry+https://github.com/rust-lang/crates.io-index"
6847checksum = "a36224c3276f8c4ebc8c20f158eca7ca4359c8db89991c4925132aaaf6702661"
6848dependencies = [
6849 "rust-embed-impl",
6850 "rust-embed-utils",
6851 "walkdir",
6852]
6853
6854[[package]]
6855name = "rust-embed-impl"
6856version = "6.8.1"
6857source = "registry+https://github.com/rust-lang/crates.io-index"
6858checksum = "49b94b81e5b2c284684141a2fb9e2a31be90638caf040bf9afbc5a0416afe1ac"
6859dependencies = [
6860 "proc-macro2",
6861 "quote",
6862 "rust-embed-utils",
6863 "syn 2.0.52",
6864 "walkdir",
6865]
6866
6867[[package]]
6868name = "rust-embed-utils"
6869version = "7.8.1"
6870source = "registry+https://github.com/rust-lang/crates.io-index"
6871checksum = "9d38ff6bf570dc3bb7100fce9f7b60c33fa71d80e88da3f2580df4ff2bdded74"
6872dependencies = [
6873 "sha2",
6874 "walkdir",
6875]
6876
6877[[package]]
6878name = "rust-stemmers"
6879version = "1.2.0"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "e46a2036019fdb888131db7a4c847a1063a7493f971ed94ea82c67eada63ca54"
6882dependencies = [
6883 "serde",
6884 "serde_derive",
6885]
6886
6887[[package]]
6888name = "rust_decimal"
6889version = "1.34.3"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "b39449a79f45e8da28c57c341891b69a183044b29518bb8f86dbac9df60bb7df"
6892dependencies = [
6893 "arrayvec 0.7.4",
6894 "borsh",
6895 "bytes",
6896 "num-traits",
6897 "rand 0.8.5",
6898 "rkyv",
6899 "serde",
6900 "serde_json",
6901]
6902
6903[[package]]
6904name = "rustc-demangle"
6905version = "0.1.23"
6906source = "registry+https://github.com/rust-lang/crates.io-index"
6907checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
6908
6909[[package]]
6910name = "rustc-hash"
6911version = "1.1.0"
6912source = "registry+https://github.com/rust-lang/crates.io-index"
6913checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
6914
6915[[package]]
6916name = "rustc_version"
6917version = "0.4.0"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
6920dependencies = [
6921 "semver",
6922]
6923
6924[[package]]
6925name = "rustix"
6926version = "0.36.17"
6927source = "registry+https://github.com/rust-lang/crates.io-index"
6928checksum = "305efbd14fde4139eb501df5f136994bb520b033fa9fbdce287507dc23b8c7ed"
6929dependencies = [
6930 "bitflags 1.3.2",
6931 "errno",
6932 "io-lifetimes",
6933 "libc",
6934 "linux-raw-sys 0.1.4",
6935 "windows-sys 0.45.0",
6936]
6937
6938[[package]]
6939name = "rustix"
6940version = "0.38.31"
6941source = "registry+https://github.com/rust-lang/crates.io-index"
6942checksum = "6ea3e1a662af26cd7a3ba09c0297a31af215563ecf42817c98df621387f4e949"
6943dependencies = [
6944 "bitflags 2.4.2",
6945 "errno",
6946 "libc",
6947 "linux-raw-sys 0.4.13",
6948 "windows-sys 0.52.0",
6949]
6950
6951[[package]]
6952name = "rustls"
6953version = "0.20.9"
6954source = "registry+https://github.com/rust-lang/crates.io-index"
6955checksum = "1b80e3dec595989ea8510028f30c408a4630db12c9cbb8de34203b89d6577e99"
6956dependencies = [
6957 "log",
6958 "ring 0.16.20",
6959 "sct",
6960 "webpki",
6961]
6962
6963[[package]]
6964name = "rustls"
6965version = "0.21.10"
6966source = "registry+https://github.com/rust-lang/crates.io-index"
6967checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
6968dependencies = [
6969 "log",
6970 "ring 0.17.8",
6971 "rustls-webpki 0.101.7",
6972 "sct",
6973]
6974
6975[[package]]
6976name = "rustls-native-certs"
6977version = "0.6.3"
6978source = "registry+https://github.com/rust-lang/crates.io-index"
6979checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
6980dependencies = [
6981 "openssl-probe",
6982 "rustls-pemfile",
6983 "schannel",
6984 "security-framework",
6985]
6986
6987[[package]]
6988name = "rustls-pemfile"
6989version = "1.0.4"
6990source = "registry+https://github.com/rust-lang/crates.io-index"
6991checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
6992dependencies = [
6993 "base64 0.21.7",
6994]
6995
6996[[package]]
6997name = "rustls-webpki"
6998version = "0.100.3"
6999source = "registry+https://github.com/rust-lang/crates.io-index"
7000checksum = "5f6a5fc258f1c1276dfe3016516945546e2d5383911efc0fc4f1cdc5df3a4ae3"
7001dependencies = [
7002 "ring 0.16.20",
7003 "untrusted 0.7.1",
7004]
7005
7006[[package]]
7007name = "rustls-webpki"
7008version = "0.101.7"
7009source = "registry+https://github.com/rust-lang/crates.io-index"
7010checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
7011dependencies = [
7012 "ring 0.17.8",
7013 "untrusted 0.9.0",
7014]
7015
7016[[package]]
7017name = "rustversion"
7018version = "1.0.14"
7019source = "registry+https://github.com/rust-lang/crates.io-index"
7020checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
7021
7022[[package]]
7023name = "rusty-fork"
7024version = "0.3.0"
7025source = "registry+https://github.com/rust-lang/crates.io-index"
7026checksum = "cb3dcc6e454c328bb824492db107ab7c0ae8fcffe4ad210136ef014458c1bc4f"
7027dependencies = [
7028 "fnv",
7029 "quick-error",
7030 "tempfile",
7031 "wait-timeout",
7032]
7033
7034[[package]]
7035name = "ryu"
7036version = "1.0.17"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "e86697c916019a8588c99b5fac3cead74ec0b4b819707a682fd4d23fa0ce1ba1"
7039
7040[[package]]
7041name = "salsa20"
7042version = "0.10.2"
7043source = "registry+https://github.com/rust-lang/crates.io-index"
7044checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
7045dependencies = [
7046 "cipher",
7047]
7048
7049[[package]]
7050name = "same-file"
7051version = "1.0.6"
7052source = "registry+https://github.com/rust-lang/crates.io-index"
7053checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
7054dependencies = [
7055 "winapi-util",
7056]
7057
7058[[package]]
7059name = "sasl2-sys"
7060version = "0.1.20+2.1.28"
7061source = "git+https://github.com/quickwit-oss/rust-sasl/?rev=daca921#daca9216beca2f2d8c9ce5d803906918a316021a"
7062dependencies = [
7063 "cc",
7064 "duct",
7065 "krb5-src",
7066 "libc",
7067 "pkg-config",
7068]
7069
7070[[package]]
7071name = "schannel"
7072version = "0.1.23"
7073source = "registry+https://github.com/rust-lang/crates.io-index"
7074checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
7075dependencies = [
7076 "windows-sys 0.52.0",
7077]
7078
7079[[package]]
7080name = "scoped-tls"
7081version = "1.0.1"
7082source = "registry+https://github.com/rust-lang/crates.io-index"
7083checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
7084
7085[[package]]
7086name = "scopeguard"
7087version = "1.2.0"
7088source = "registry+https://github.com/rust-lang/crates.io-index"
7089checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
7090
7091[[package]]
7092name = "scrypt"
7093version = "0.11.0"
7094source = "registry+https://github.com/rust-lang/crates.io-index"
7095checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
7096dependencies = [
7097 "pbkdf2 0.12.2",
7098 "salsa20",
7099 "sha2",
7100]
7101
7102[[package]]
7103name = "sct"
7104version = "0.7.1"
7105source = "registry+https://github.com/rust-lang/crates.io-index"
7106checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
7107dependencies = [
7108 "ring 0.17.8",
7109 "untrusted 0.9.0",
7110]
7111
7112[[package]]
7113name = "sea-query"
7114version = "0.30.7"
7115source = "registry+https://github.com/rust-lang/crates.io-index"
7116checksum = "4166a1e072292d46dc91f31617c2a1cdaf55a8be4b5c9f4bf2ba248e3ac4999b"
7117dependencies = [
7118 "inherent",
7119 "sea-query-derive",
7120]
7121
7122[[package]]
7123name = "sea-query-binder"
7124version = "0.5.0"
7125source = "registry+https://github.com/rust-lang/crates.io-index"
7126checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
7127dependencies = [
7128 "sea-query",
7129 "sqlx",
7130]
7131
7132[[package]]
7133name = "sea-query-derive"
7134version = "0.4.1"
7135source = "registry+https://github.com/rust-lang/crates.io-index"
7136checksum = "25a82fcb49253abcb45cdcb2adf92956060ec0928635eb21b4f7a6d8f25ab0bc"
7137dependencies = [
7138 "heck",
7139 "proc-macro2",
7140 "quote",
7141 "syn 2.0.52",
7142 "thiserror",
7143]
7144
7145[[package]]
7146name = "seahash"
7147version = "4.1.0"
7148source = "registry+https://github.com/rust-lang/crates.io-index"
7149checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
7150
7151[[package]]
7152name = "security-framework"
7153version = "2.9.2"
7154source = "registry+https://github.com/rust-lang/crates.io-index"
7155checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
7156dependencies = [
7157 "bitflags 1.3.2",
7158 "core-foundation",
7159 "core-foundation-sys",
7160 "libc",
7161 "security-framework-sys",
7162]
7163
7164[[package]]
7165name = "security-framework-sys"
7166version = "2.9.1"
7167source = "registry+https://github.com/rust-lang/crates.io-index"
7168checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
7169dependencies = [
7170 "core-foundation-sys",
7171 "libc",
7172]
7173
7174[[package]]
7175name = "semver"
7176version = "1.0.22"
7177source = "registry+https://github.com/rust-lang/crates.io-index"
7178checksum = "92d43fe69e652f3df9bdc2b85b2854a0825b86e4fb76bc44d945137d053639ca"
7179
7180[[package]]
7181name = "serde"
7182version = "1.0.197"
7183source = "registry+https://github.com/rust-lang/crates.io-index"
7184checksum = "3fb1c873e1b9b056a4dc4c0c198b24c3ffa059243875552b2bd0933b1aee4ce2"
7185dependencies = [
7186 "serde_derive",
7187]
7188
7189[[package]]
7190name = "serde-value"
7191version = "0.7.0"
7192source = "registry+https://github.com/rust-lang/crates.io-index"
7193checksum = "f3a1a3341211875ef120e117ea7fd5228530ae7e7036a779fdc9117be6b3282c"
7194dependencies = [
7195 "ordered-float 2.10.1",
7196 "serde",
7197]
7198
7199[[package]]
7200name = "serde_derive"
7201version = "1.0.197"
7202source = "registry+https://github.com/rust-lang/crates.io-index"
7203checksum = "7eb0b34b42edc17f6b7cac84a52a1c5f0e1bb2227e997ca9011ea3dd34e8610b"
7204dependencies = [
7205 "proc-macro2",
7206 "quote",
7207 "syn 2.0.52",
7208]
7209
7210[[package]]
7211name = "serde_dynamo"
7212version = "4.2.13"
7213source = "registry+https://github.com/rust-lang/crates.io-index"
7214checksum = "8b652e4dd5549c24a4ec779981278cccae2f85b4d5649441c745d58866e20283"
7215dependencies = [
7216 "base64 0.21.7",
7217 "serde",
7218]
7219
7220[[package]]
7221name = "serde_json"
7222version = "1.0.114"
7223source = "registry+https://github.com/rust-lang/crates.io-index"
7224checksum = "c5f09b1bd632ef549eaa9f60a1f8de742bdbc698e6cee2095fc84dde5f549ae0"
7225dependencies = [
7226 "itoa",
7227 "ryu",
7228 "serde",
7229]
7230
7231[[package]]
7232name = "serde_path_to_error"
7233version = "0.1.16"
7234source = "registry+https://github.com/rust-lang/crates.io-index"
7235checksum = "af99884400da37c88f5e9146b7f1fd0fbcae8f6eec4e9da38b67d05486f814a6"
7236dependencies = [
7237 "itoa",
7238 "serde",
7239]
7240
7241[[package]]
7242name = "serde_plain"
7243version = "1.0.2"
7244source = "registry+https://github.com/rust-lang/crates.io-index"
7245checksum = "9ce1fc6db65a611022b23a0dec6975d63fb80a302cb3388835ff02c097258d50"
7246dependencies = [
7247 "serde",
7248]
7249
7250[[package]]
7251name = "serde_qs"
7252version = "0.8.5"
7253source = "registry+https://github.com/rust-lang/crates.io-index"
7254checksum = "c7715380eec75f029a4ef7de39a9200e0a63823176b759d055b613f5a87df6a6"
7255dependencies = [
7256 "percent-encoding",
7257 "serde",
7258 "thiserror",
7259]
7260
7261[[package]]
7262name = "serde_qs"
7263version = "0.12.0"
7264source = "registry+https://github.com/rust-lang/crates.io-index"
7265checksum = "0431a35568651e363364210c91983c1da5eb29404d9f0928b67d4ebcfa7d330c"
7266dependencies = [
7267 "futures",
7268 "percent-encoding",
7269 "serde",
7270 "thiserror",
7271 "tracing",
7272 "warp",
7273]
7274
7275[[package]]
7276name = "serde_spanned"
7277version = "0.6.5"
7278source = "registry+https://github.com/rust-lang/crates.io-index"
7279checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
7280dependencies = [
7281 "serde",
7282]
7283
7284[[package]]
7285name = "serde_urlencoded"
7286version = "0.7.1"
7287source = "registry+https://github.com/rust-lang/crates.io-index"
7288checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
7289dependencies = [
7290 "form_urlencoded",
7291 "itoa",
7292 "ryu",
7293 "serde",
7294]
7295
7296[[package]]
7297name = "serde_with"
7298version = "1.14.0"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "678b5a069e50bf00ecd22d0cd8ddf7c236f68581b03db652061ed5eb13a312ff"
7301dependencies = [
7302 "serde",
7303 "serde_with_macros 1.5.2",
7304]
7305
7306[[package]]
7307name = "serde_with"
7308version = "3.7.0"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "ee80b0e361bbf88fd2f6e242ccd19cfda072cb0faa6ae694ecee08199938569a"
7311dependencies = [
7312 "base64 0.21.7",
7313 "chrono",
7314 "hex",
7315 "indexmap 1.9.3",
7316 "indexmap 2.1.0",
7317 "serde",
7318 "serde_derive",
7319 "serde_json",
7320 "serde_with_macros 3.7.0",
7321 "time",
7322]
7323
7324[[package]]
7325name = "serde_with_macros"
7326version = "1.5.2"
7327source = "registry+https://github.com/rust-lang/crates.io-index"
7328checksum = "e182d6ec6f05393cc0e5ed1bf81ad6db3a8feedf8ee515ecdd369809bcce8082"
7329dependencies = [
7330 "darling 0.13.4",
7331 "proc-macro2",
7332 "quote",
7333 "syn 1.0.109",
7334]
7335
7336[[package]]
7337name = "serde_with_macros"
7338version = "3.7.0"
7339source = "registry+https://github.com/rust-lang/crates.io-index"
7340checksum = "6561dc161a9224638a31d876ccdfefbc1df91d3f3a8342eddb35f055d48c7655"
7341dependencies = [
7342 "darling 0.20.8",
7343 "proc-macro2",
7344 "quote",
7345 "syn 2.0.52",
7346]
7347
7348[[package]]
7349name = "serde_yaml"
7350version = "0.8.26"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
7353dependencies = [
7354 "indexmap 1.9.3",
7355 "ryu",
7356 "serde",
7357 "yaml-rust",
7358]
7359
7360[[package]]
7361name = "serde_yaml"
7362version = "0.9.30"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "b1bf28c79a99f70ee1f1d83d10c875d2e70618417fda01ad1785e027579d9d38"
7365dependencies = [
7366 "indexmap 2.1.0",
7367 "itoa",
7368 "ryu",
7369 "serde",
7370 "unsafe-libyaml",
7371]
7372
7373[[package]]
7374name = "serial_test"
7375version = "3.0.0"
7376source = "registry+https://github.com/rust-lang/crates.io-index"
7377checksum = "953ad9342b3aaca7cb43c45c097dd008d4907070394bd0751a0aa8817e5a018d"
7378dependencies = [
7379 "dashmap",
7380 "futures",
7381 "lazy_static",
7382 "log",
7383 "parking_lot",
7384 "serial_test_derive",
7385]
7386
7387[[package]]
7388name = "serial_test_derive"
7389version = "3.0.0"
7390source = "registry+https://github.com/rust-lang/crates.io-index"
7391checksum = "b93fb4adc70021ac1b47f7d45e8cc4169baaa7ea58483bc5b721d19a26202212"
7392dependencies = [
7393 "proc-macro2",
7394 "quote",
7395 "syn 2.0.52",
7396]
7397
7398[[package]]
7399name = "sha-1"
7400version = "0.10.1"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
7403dependencies = [
7404 "cfg-if",
7405 "cpufeatures",
7406 "digest",
7407]
7408
7409[[package]]
7410name = "sha1"
7411version = "0.10.6"
7412source = "registry+https://github.com/rust-lang/crates.io-index"
7413checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
7414dependencies = [
7415 "cfg-if",
7416 "cpufeatures",
7417 "digest",
7418]
7419
7420[[package]]
7421name = "sha2"
7422version = "0.10.8"
7423source = "registry+https://github.com/rust-lang/crates.io-index"
7424checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
7425dependencies = [
7426 "cfg-if",
7427 "cpufeatures",
7428 "digest",
7429]
7430
7431[[package]]
7432name = "sha3"
7433version = "0.10.8"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
7436dependencies = [
7437 "digest",
7438 "keccak",
7439]
7440
7441[[package]]
7442name = "sharded-slab"
7443version = "0.1.7"
7444source = "registry+https://github.com/rust-lang/crates.io-index"
7445checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
7446dependencies = [
7447 "lazy_static",
7448]
7449
7450[[package]]
7451name = "shared_child"
7452version = "1.0.0"
7453source = "registry+https://github.com/rust-lang/crates.io-index"
7454checksum = "b0d94659ad3c2137fef23ae75b03d5241d633f8acded53d672decfa0e6e0caef"
7455dependencies = [
7456 "libc",
7457 "winapi 0.3.9",
7458]
7459
7460[[package]]
7461name = "shell-words"
7462version = "1.1.0"
7463source = "registry+https://github.com/rust-lang/crates.io-index"
7464checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
7465
7466[[package]]
7467name = "signal-hook-registry"
7468version = "1.4.1"
7469source = "registry+https://github.com/rust-lang/crates.io-index"
7470checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
7471dependencies = [
7472 "libc",
7473]
7474
7475[[package]]
7476name = "signature"
7477version = "2.2.0"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
7480dependencies = [
7481 "digest",
7482 "rand_core 0.6.4",
7483]
7484
7485[[package]]
7486name = "simdutf8"
7487version = "0.1.4"
7488source = "registry+https://github.com/rust-lang/crates.io-index"
7489checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
7490
7491[[package]]
7492name = "simple_asn1"
7493version = "0.6.2"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "adc4e5204eb1910f40f9cfa375f6f05b68c3abac4b6fd879c8ff5e7ae8a0a085"
7496dependencies = [
7497 "num-bigint",
7498 "num-traits",
7499 "thiserror",
7500 "time",
7501]
7502
7503[[package]]
7504name = "siphasher"
7505version = "0.3.11"
7506source = "registry+https://github.com/rust-lang/crates.io-index"
7507checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
7508
7509[[package]]
7510name = "sketches-ddsketch"
7511version = "0.2.2"
7512source = "registry+https://github.com/rust-lang/crates.io-index"
7513checksum = "85636c14b73d81f541e525f585c0a2109e6744e1565b5c1668e31c70c10ed65c"
7514dependencies = [
7515 "serde",
7516]
7517
7518[[package]]
7519name = "slab"
7520version = "0.4.9"
7521source = "registry+https://github.com/rust-lang/crates.io-index"
7522checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
7523dependencies = [
7524 "autocfg",
7525]
7526
7527[[package]]
7528name = "smallvec"
7529version = "1.13.1"
7530source = "registry+https://github.com/rust-lang/crates.io-index"
7531checksum = "e6ecd384b10a64542d77071bd64bd7b231f4ed5940fba55e98c3de13824cf3d7"
7532
7533[[package]]
7534name = "snafu"
7535version = "0.7.5"
7536source = "registry+https://github.com/rust-lang/crates.io-index"
7537checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
7538dependencies = [
7539 "doc-comment",
7540 "snafu-derive",
7541]
7542
7543[[package]]
7544name = "snafu-derive"
7545version = "0.7.5"
7546source = "registry+https://github.com/rust-lang/crates.io-index"
7547checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
7548dependencies = [
7549 "heck",
7550 "proc-macro2",
7551 "quote",
7552 "syn 1.0.109",
7553]
7554
7555[[package]]
7556name = "snap"
7557version = "1.1.1"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
7560
7561[[package]]
7562name = "socket2"
7563version = "0.5.6"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "05ffd9c0a93b7543e062e759284fcf5f5e3b098501104bfbdde4d404db792871"
7566dependencies = [
7567 "libc",
7568 "windows-sys 0.52.0",
7569]
7570
7571[[package]]
7572name = "spin"
7573version = "0.5.2"
7574source = "registry+https://github.com/rust-lang/crates.io-index"
7575checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
7576
7577[[package]]
7578name = "spin"
7579version = "0.9.8"
7580source = "registry+https://github.com/rust-lang/crates.io-index"
7581checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
7582dependencies = [
7583 "lock_api",
7584]
7585
7586[[package]]
7587name = "spki"
7588version = "0.7.3"
7589source = "registry+https://github.com/rust-lang/crates.io-index"
7590checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
7591dependencies = [
7592 "base64ct",
7593 "der",
7594]
7595
7596[[package]]
7597name = "sqlformat"
7598version = "0.2.3"
7599source = "registry+https://github.com/rust-lang/crates.io-index"
7600checksum = "ce81b7bd7c4493975347ef60d8c7e8b742d4694f4c49f93e0a12ea263938176c"
7601dependencies = [
7602 "itertools 0.12.1",
7603 "nom",
7604 "unicode_categories",
7605]
7606
7607[[package]]
7608name = "sqlx"
7609version = "0.7.4"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "c9a2ccff1a000a5a59cd33da541d9f2fdcd9e6e8229cc200565942bff36d0aaa"
7612dependencies = [
7613 "sqlx-core",
7614 "sqlx-macros",
7615 "sqlx-mysql",
7616 "sqlx-postgres",
7617 "sqlx-sqlite",
7618]
7619
7620[[package]]
7621name = "sqlx-core"
7622version = "0.7.4"
7623source = "registry+https://github.com/rust-lang/crates.io-index"
7624checksum = "24ba59a9342a3d9bab6c56c118be528b27c9b60e490080e9711a04dccac83ef6"
7625dependencies = [
7626 "ahash 0.8.11",
7627 "atoi",
7628 "byteorder",
7629 "bytes",
7630 "crc",
7631 "crossbeam-queue",
7632 "either",
7633 "event-listener",
7634 "futures-channel",
7635 "futures-core",
7636 "futures-intrusive",
7637 "futures-io",
7638 "futures-util",
7639 "hashlink",
7640 "hex",
7641 "indexmap 2.1.0",
7642 "log",
7643 "memchr",
7644 "once_cell",
7645 "paste",
7646 "percent-encoding",
7647 "rustls 0.21.10",
7648 "rustls-pemfile",
7649 "serde",
7650 "serde_json",
7651 "sha2",
7652 "smallvec",
7653 "sqlformat",
7654 "thiserror",
7655 "time",
7656 "tokio",
7657 "tokio-stream",
7658 "tracing",
7659 "url",
7660 "webpki-roots 0.25.4",
7661]
7662
7663[[package]]
7664name = "sqlx-macros"
7665version = "0.7.4"
7666source = "registry+https://github.com/rust-lang/crates.io-index"
7667checksum = "4ea40e2345eb2faa9e1e5e326db8c34711317d2b5e08d0d5741619048a803127"
7668dependencies = [
7669 "proc-macro2",
7670 "quote",
7671 "sqlx-core",
7672 "sqlx-macros-core",
7673 "syn 1.0.109",
7674]
7675
7676[[package]]
7677name = "sqlx-macros-core"
7678version = "0.7.4"
7679source = "registry+https://github.com/rust-lang/crates.io-index"
7680checksum = "5833ef53aaa16d860e92123292f1f6a3d53c34ba8b1969f152ef1a7bb803f3c8"
7681dependencies = [
7682 "dotenvy",
7683 "either",
7684 "heck",
7685 "hex",
7686 "once_cell",
7687 "proc-macro2",
7688 "quote",
7689 "serde",
7690 "serde_json",
7691 "sha2",
7692 "sqlx-core",
7693 "sqlx-mysql",
7694 "sqlx-postgres",
7695 "sqlx-sqlite",
7696 "syn 1.0.109",
7697 "tempfile",
7698 "tokio",
7699 "url",
7700]
7701
7702[[package]]
7703name = "sqlx-mysql"
7704version = "0.7.4"
7705source = "registry+https://github.com/rust-lang/crates.io-index"
7706checksum = "1ed31390216d20e538e447a7a9b959e06ed9fc51c37b514b46eb758016ecd418"
7707dependencies = [
7708 "atoi",
7709 "base64 0.21.7",
7710 "bitflags 2.4.2",
7711 "byteorder",
7712 "bytes",
7713 "crc",
7714 "digest",
7715 "dotenvy",
7716 "either",
7717 "futures-channel",
7718 "futures-core",
7719 "futures-io",
7720 "futures-util",
7721 "generic-array",
7722 "hex",
7723 "hkdf",
7724 "hmac",
7725 "itoa",
7726 "log",
7727 "md-5",
7728 "memchr",
7729 "once_cell",
7730 "percent-encoding",
7731 "rand 0.8.5",
7732 "rsa",
7733 "serde",
7734 "sha1",
7735 "sha2",
7736 "smallvec",
7737 "sqlx-core",
7738 "stringprep",
7739 "thiserror",
7740 "time",
7741 "tracing",
7742 "whoami",
7743]
7744
7745[[package]]
7746name = "sqlx-postgres"
7747version = "0.7.4"
7748source = "registry+https://github.com/rust-lang/crates.io-index"
7749checksum = "7c824eb80b894f926f89a0b9da0c7f435d27cdd35b8c655b114e58223918577e"
7750dependencies = [
7751 "atoi",
7752 "base64 0.21.7",
7753 "bitflags 2.4.2",
7754 "byteorder",
7755 "crc",
7756 "dotenvy",
7757 "etcetera",
7758 "futures-channel",
7759 "futures-core",
7760 "futures-io",
7761 "futures-util",
7762 "hex",
7763 "hkdf",
7764 "hmac",
7765 "home",
7766 "itoa",
7767 "log",
7768 "md-5",
7769 "memchr",
7770 "once_cell",
7771 "rand 0.8.5",
7772 "serde",
7773 "serde_json",
7774 "sha2",
7775 "smallvec",
7776 "sqlx-core",
7777 "stringprep",
7778 "thiserror",
7779 "time",
7780 "tracing",
7781 "whoami",
7782]
7783
7784[[package]]
7785name = "sqlx-sqlite"
7786version = "0.7.4"
7787source = "registry+https://github.com/rust-lang/crates.io-index"
7788checksum = "b244ef0a8414da0bed4bb1910426e890b19e5e9bccc27ada6b797d05c55ae0aa"
7789dependencies = [
7790 "atoi",
7791 "flume",
7792 "futures-channel",
7793 "futures-core",
7794 "futures-executor",
7795 "futures-intrusive",
7796 "futures-util",
7797 "libsqlite3-sys",
7798 "log",
7799 "percent-encoding",
7800 "serde",
7801 "sqlx-core",
7802 "time",
7803 "tracing",
7804 "url",
7805 "urlencoding",
7806]
7807
7808[[package]]
7809name = "stable_deref_trait"
7810version = "1.2.0"
7811source = "registry+https://github.com/rust-lang/crates.io-index"
7812checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
7813
7814[[package]]
7815name = "static_assertions"
7816version = "1.1.0"
7817source = "registry+https://github.com/rust-lang/crates.io-index"
7818checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
7819
7820[[package]]
7821name = "string_cache"
7822version = "0.8.7"
7823source = "registry+https://github.com/rust-lang/crates.io-index"
7824checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
7825dependencies = [
7826 "new_debug_unreachable",
7827 "once_cell",
7828 "parking_lot",
7829 "phf_shared 0.10.0",
7830 "precomputed-hash",
7831]
7832
7833[[package]]
7834name = "stringprep"
7835version = "0.1.4"
7836source = "registry+https://github.com/rust-lang/crates.io-index"
7837checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
7838dependencies = [
7839 "finl_unicode",
7840 "unicode-bidi",
7841 "unicode-normalization",
7842]
7843
7844[[package]]
7845name = "strip-ansi-escapes"
7846version = "0.2.0"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "55ff8ef943b384c414f54aefa961dd2bd853add74ec75e7ac74cf91dba62bcfa"
7849dependencies = [
7850 "vte 0.11.1",
7851]
7852
7853[[package]]
7854name = "strsim"
7855version = "0.10.0"
7856source = "registry+https://github.com/rust-lang/crates.io-index"
7857checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
7858
7859[[package]]
7860name = "strsim"
7861version = "0.11.0"
7862source = "registry+https://github.com/rust-lang/crates.io-index"
7863checksum = "5ee073c9e4cd00e28217186dbe12796d692868f432bf2e97ee73bed0c56dfa01"
7864
7865[[package]]
7866name = "subtle"
7867version = "2.5.0"
7868source = "registry+https://github.com/rust-lang/crates.io-index"
7869checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
7870
7871[[package]]
7872name = "syn"
7873version = "1.0.109"
7874source = "registry+https://github.com/rust-lang/crates.io-index"
7875checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
7876dependencies = [
7877 "proc-macro2",
7878 "quote",
7879 "unicode-ident",
7880]
7881
7882[[package]]
7883name = "syn"
7884version = "2.0.52"
7885source = "registry+https://github.com/rust-lang/crates.io-index"
7886checksum = "b699d15b36d1f02c3e7c69f8ffef53de37aefae075d8488d4ba1a7788d574a07"
7887dependencies = [
7888 "proc-macro2",
7889 "quote",
7890 "unicode-ident",
7891]
7892
7893[[package]]
7894name = "syn_derive"
7895version = "0.1.8"
7896source = "registry+https://github.com/rust-lang/crates.io-index"
7897checksum = "1329189c02ff984e9736652b1631330da25eaa6bc639089ed4915d25446cbe7b"
7898dependencies = [
7899 "proc-macro-error",
7900 "proc-macro2",
7901 "quote",
7902 "syn 2.0.52",
7903]
7904
7905[[package]]
7906name = "sync_wrapper"
7907version = "0.1.2"
7908source = "registry+https://github.com/rust-lang/crates.io-index"
7909checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
7910
7911[[package]]
7912name = "syslog_loose"
7913version = "0.19.0"
7914source = "registry+https://github.com/rust-lang/crates.io-index"
7915checksum = "acf5252d1adec0a489a0225f867c1a7fd445e41674530a396d0629cff0c4b211"
7916dependencies = [
7917 "chrono",
7918 "nom",
7919]
7920
7921[[package]]
7922name = "system-configuration"
7923version = "0.6.0"
7924source = "registry+https://github.com/rust-lang/crates.io-index"
7925checksum = "658bc6ee10a9b4fcf576e9b0819d95ec16f4d2c02d39fd83ac1c8789785c4a42"
7926dependencies = [
7927 "bitflags 2.4.2",
7928 "core-foundation",
7929 "system-configuration-sys",
7930]
7931
7932[[package]]
7933name = "system-configuration-sys"
7934version = "0.6.0"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
7937dependencies = [
7938 "core-foundation-sys",
7939 "libc",
7940]
7941
7942[[package]]
7943name = "tabled"
7944version = "0.14.0"
7945source = "registry+https://github.com/rust-lang/crates.io-index"
7946checksum = "dfe9c3632da101aba5131ed63f9eed38665f8b3c68703a6bb18124835c1a5d22"
7947dependencies = [
7948 "ansi-str",
7949 "ansitok",
7950 "papergrid",
7951 "tabled_derive",
7952 "unicode-width",
7953]
7954
7955[[package]]
7956name = "tabled_derive"
7957version = "0.6.0"
7958source = "registry+https://github.com/rust-lang/crates.io-index"
7959checksum = "99f688a08b54f4f02f0a3c382aefdb7884d3d69609f785bd253dc033243e3fe4"
7960dependencies = [
7961 "heck",
7962 "proc-macro-error",
7963 "proc-macro2",
7964 "quote",
7965 "syn 1.0.109",
7966]
7967
7968[[package]]
7969name = "tantivy"
7970version = "0.22.0-dev"
7971source = "git+https://github.com/quickwit-oss/tantivy/?rev=67ebba3#67ebba3c3ce155d8c1199224943b9c3dd0f47a98"
7972dependencies = [
7973 "aho-corasick",
7974 "arc-swap",
7975 "base64 0.22.0",
7976 "bitpacking",
7977 "byteorder",
7978 "census",
7979 "crc32fast",
7980 "crossbeam-channel",
7981 "downcast-rs",
7982 "fastdivide",
7983 "fnv",
7984 "fs4",
7985 "futures-util",
7986 "htmlescape",
7987 "itertools 0.12.1",
7988 "levenshtein_automata",
7989 "log",
7990 "lru",
7991 "lz4_flex",
7992 "measure_time",
7993 "memmap2",
7994 "num_cpus",
7995 "once_cell",
7996 "oneshot",
7997 "rayon",
7998 "regex",
7999 "rust-stemmers",
8000 "rustc-hash",
8001 "serde",
8002 "serde_json",
8003 "sketches-ddsketch",
8004 "smallvec",
8005 "tantivy-bitpacker",
8006 "tantivy-columnar",
8007 "tantivy-common",
8008 "tantivy-fst",
8009 "tantivy-query-grammar",
8010 "tantivy-sstable",
8011 "tantivy-stacker",
8012 "tantivy-tokenizer-api",
8013 "tempfile",
8014 "thiserror",
8015 "time",
8016 "uuid",
8017 "winapi 0.3.9",
8018 "zstd 0.13.0",
8019]
8020
8021[[package]]
8022name = "tantivy-bitpacker"
8023version = "0.5.0"
8024source = "git+https://github.com/quickwit-oss/tantivy/?rev=67ebba3#67ebba3c3ce155d8c1199224943b9c3dd0f47a98"
8025dependencies = [
8026 "bitpacking",
8027]
8028
8029[[package]]
8030name = "tantivy-columnar"
8031version = "0.2.0"
8032source = "git+https://github.com/quickwit-oss/tantivy/?rev=67ebba3#67ebba3c3ce155d8c1199224943b9c3dd0f47a98"
8033dependencies = [
8034 "downcast-rs",
8035 "fastdivide",
8036 "itertools 0.12.1",
8037 "serde",
8038 "tantivy-bitpacker",
8039 "tantivy-common",
8040 "tantivy-sstable",
8041 "tantivy-stacker",
8042]
8043
8044[[package]]
8045name = "tantivy-common"
8046version = "0.6.0"
8047source = "git+https://github.com/quickwit-oss/tantivy/?rev=67ebba3#67ebba3c3ce155d8c1199224943b9c3dd0f47a98"
8048dependencies = [
8049 "async-trait",
8050 "byteorder",
8051 "ownedbytes",
8052 "serde",
8053 "time",
8054]
8055
8056[[package]]
8057name = "tantivy-fst"
8058version = "0.5.0"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "d60769b80ad7953d8a7b2c70cdfe722bbcdcac6bccc8ac934c40c034d866fc18"
8061dependencies = [
8062 "byteorder",
8063 "regex-syntax 0.8.2",
8064 "utf8-ranges",
8065]
8066
8067[[package]]
8068name = "tantivy-query-grammar"
8069version = "0.21.0"
8070source = "git+https://github.com/quickwit-oss/tantivy/?rev=67ebba3#67ebba3c3ce155d8c1199224943b9c3dd0f47a98"
8071dependencies = [
8072 "nom",
8073]
8074
8075[[package]]
8076name = "tantivy-sstable"
8077version = "0.2.0"
8078source = "git+https://github.com/quickwit-oss/tantivy/?rev=67ebba3#67ebba3c3ce155d8c1199224943b9c3dd0f47a98"
8079dependencies = [
8080 "tantivy-bitpacker",
8081 "tantivy-common",
8082 "tantivy-fst",
8083 "zstd 0.13.0",
8084]
8085
8086[[package]]
8087name = "tantivy-stacker"
8088version = "0.2.0"
8089source = "git+https://github.com/quickwit-oss/tantivy/?rev=67ebba3#67ebba3c3ce155d8c1199224943b9c3dd0f47a98"
8090dependencies = [
8091 "murmurhash32",
8092 "rand_distr",
8093 "tantivy-common",
8094]
8095
8096[[package]]
8097name = "tantivy-tokenizer-api"
8098version = "0.2.0"
8099source = "git+https://github.com/quickwit-oss/tantivy/?rev=67ebba3#67ebba3c3ce155d8c1199224943b9c3dd0f47a98"
8100dependencies = [
8101 "serde",
8102]
8103
8104[[package]]
8105name = "tap"
8106version = "1.0.1"
8107source = "registry+https://github.com/rust-lang/crates.io-index"
8108checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
8109
8110[[package]]
8111name = "tar"
8112version = "0.4.40"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "b16afcea1f22891c49a00c751c7b63b2233284064f11a200fc624137c51e2ddb"
8115dependencies = [
8116 "filetime",
8117 "libc",
8118 "xattr",
8119]
8120
8121[[package]]
8122name = "tempfile"
8123version = "3.10.1"
8124source = "registry+https://github.com/rust-lang/crates.io-index"
8125checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
8126dependencies = [
8127 "cfg-if",
8128 "fastrand 2.0.1",
8129 "rustix 0.38.31",
8130 "windows-sys 0.52.0",
8131]
8132
8133[[package]]
8134name = "term"
8135version = "0.7.0"
8136source = "registry+https://github.com/rust-lang/crates.io-index"
8137checksum = "c59df8ac95d96ff9bede18eb7300b0fda5e5d8d90960e76f8e14ae765eedbf1f"
8138dependencies = [
8139 "dirs-next",
8140 "rustversion",
8141 "winapi 0.3.9",
8142]
8143
8144[[package]]
8145name = "termcolor"
8146version = "1.4.1"
8147source = "registry+https://github.com/rust-lang/crates.io-index"
8148checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
8149dependencies = [
8150 "winapi-util",
8151]
8152
8153[[package]]
8154name = "termtree"
8155version = "0.4.1"
8156source = "registry+https://github.com/rust-lang/crates.io-index"
8157checksum = "3369f5ac52d5eb6ab48c6b4ffdc8efbcad6b89c765749064ba298f2c68a16a76"
8158
8159[[package]]
8160name = "thiserror"
8161version = "1.0.58"
8162source = "registry+https://github.com/rust-lang/crates.io-index"
8163checksum = "03468839009160513471e86a034bb2c5c0e4baae3b43f79ffc55c4a5427b3297"
8164dependencies = [
8165 "thiserror-impl",
8166]
8167
8168[[package]]
8169name = "thiserror-impl"
8170version = "1.0.58"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "c61f3ba182994efc43764a46c018c347bc492c79f024e705f46567b418f6d4f7"
8173dependencies = [
8174 "proc-macro2",
8175 "quote",
8176 "syn 2.0.52",
8177]
8178
8179[[package]]
8180name = "thousands"
8181version = "0.2.0"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
8184
8185[[package]]
8186name = "thread_local"
8187version = "1.1.8"
8188source = "registry+https://github.com/rust-lang/crates.io-index"
8189checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c"
8190dependencies = [
8191 "cfg-if",
8192 "once_cell",
8193]
8194
8195[[package]]
8196name = "tikv-jemalloc-ctl"
8197version = "0.5.4"
8198source = "registry+https://github.com/rust-lang/crates.io-index"
8199checksum = "619bfed27d807b54f7f776b9430d4f8060e66ee138a28632ca898584d462c31c"
8200dependencies = [
8201 "libc",
8202 "paste",
8203 "tikv-jemalloc-sys",
8204]
8205
8206[[package]]
8207name = "tikv-jemalloc-sys"
8208version = "0.5.4+5.3.0-patched"
8209source = "registry+https://github.com/rust-lang/crates.io-index"
8210checksum = "9402443cb8fd499b6f327e40565234ff34dbda27460c5b47db0db77443dd85d1"
8211dependencies = [
8212 "cc",
8213 "libc",
8214]
8215
8216[[package]]
8217name = "tikv-jemallocator"
8218version = "0.5.4"
8219source = "registry+https://github.com/rust-lang/crates.io-index"
8220checksum = "965fe0c26be5c56c94e38ba547249074803efd52adfb66de62107d95aab3eaca"
8221dependencies = [
8222 "libc",
8223 "tikv-jemalloc-sys",
8224]
8225
8226[[package]]
8227name = "time"
8228version = "0.3.36"
8229source = "registry+https://github.com/rust-lang/crates.io-index"
8230checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
8231dependencies = [
8232 "deranged",
8233 "itoa",
8234 "libc",
8235 "num-conv",
8236 "num_threads",
8237 "powerfmt",
8238 "serde",
8239 "time-core",
8240 "time-macros",
8241]
8242
8243[[package]]
8244name = "time-core"
8245version = "0.1.2"
8246source = "registry+https://github.com/rust-lang/crates.io-index"
8247checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
8248
8249[[package]]
8250name = "time-fmt"
8251version = "0.3.8"
8252source = "registry+https://github.com/rust-lang/crates.io-index"
8253checksum = "78bfd61bca99323ce96911bd2c443259115460615e44f1d449cee8cb3831a1dd"
8254dependencies = [
8255 "thiserror",
8256 "time",
8257]
8258
8259[[package]]
8260name = "time-macros"
8261version = "0.2.18"
8262source = "registry+https://github.com/rust-lang/crates.io-index"
8263checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
8264dependencies = [
8265 "num-conv",
8266 "time-core",
8267]
8268
8269[[package]]
8270name = "tiny-keccak"
8271version = "2.0.2"
8272source = "registry+https://github.com/rust-lang/crates.io-index"
8273checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
8274dependencies = [
8275 "crunchy",
8276]
8277
8278[[package]]
8279name = "tinytemplate"
8280version = "1.2.1"
8281source = "registry+https://github.com/rust-lang/crates.io-index"
8282checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
8283dependencies = [
8284 "serde",
8285 "serde_json",
8286]
8287
8288[[package]]
8289name = "tinyvec"
8290version = "1.6.0"
8291source = "registry+https://github.com/rust-lang/crates.io-index"
8292checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
8293dependencies = [
8294 "tinyvec_macros",
8295]
8296
8297[[package]]
8298name = "tinyvec_macros"
8299version = "0.1.1"
8300source = "registry+https://github.com/rust-lang/crates.io-index"
8301checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
8302
8303[[package]]
8304name = "tokio"
8305version = "1.36.0"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "61285f6515fa018fb2d1e46eb21223fff441ee8db5d0f1435e8ab4f5cdb80931"
8308dependencies = [
8309 "backtrace",
8310 "bytes",
8311 "libc",
8312 "mio",
8313 "num_cpus",
8314 "parking_lot",
8315 "pin-project-lite",
8316 "signal-hook-registry",
8317 "socket2",
8318 "tokio-macros",
8319 "tracing",
8320 "windows-sys 0.48.0",
8321]
8322
8323[[package]]
8324name = "tokio-io-timeout"
8325version = "1.2.0"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
8328dependencies = [
8329 "pin-project-lite",
8330 "tokio",
8331]
8332
8333[[package]]
8334name = "tokio-macros"
8335version = "2.2.0"
8336source = "registry+https://github.com/rust-lang/crates.io-index"
8337checksum = "5b8a1e28f2deaa14e508979454cb3a223b10b938b45af148bc0986de36f1923b"
8338dependencies = [
8339 "proc-macro2",
8340 "quote",
8341 "syn 2.0.52",
8342]
8343
8344[[package]]
8345name = "tokio-native-tls"
8346version = "0.3.1"
8347source = "registry+https://github.com/rust-lang/crates.io-index"
8348checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
8349dependencies = [
8350 "native-tls",
8351 "tokio",
8352]
8353
8354[[package]]
8355name = "tokio-retry"
8356version = "0.3.0"
8357source = "registry+https://github.com/rust-lang/crates.io-index"
8358checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
8359dependencies = [
8360 "pin-project",
8361 "rand 0.8.5",
8362 "tokio",
8363]
8364
8365[[package]]
8366name = "tokio-rustls"
8367version = "0.23.4"
8368source = "registry+https://github.com/rust-lang/crates.io-index"
8369checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
8370dependencies = [
8371 "rustls 0.20.9",
8372 "tokio",
8373 "webpki",
8374]
8375
8376[[package]]
8377name = "tokio-rustls"
8378version = "0.24.1"
8379source = "registry+https://github.com/rust-lang/crates.io-index"
8380checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
8381dependencies = [
8382 "rustls 0.21.10",
8383 "tokio",
8384]
8385
8386[[package]]
8387name = "tokio-stream"
8388version = "0.1.14"
8389source = "registry+https://github.com/rust-lang/crates.io-index"
8390checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
8391dependencies = [
8392 "futures-core",
8393 "pin-project-lite",
8394 "tokio",
8395 "tokio-util",
8396]
8397
8398[[package]]
8399name = "tokio-tungstenite"
8400version = "0.20.1"
8401source = "registry+https://github.com/rust-lang/crates.io-index"
8402checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
8403dependencies = [
8404 "futures-util",
8405 "log",
8406 "tokio",
8407 "tungstenite",
8408]
8409
8410[[package]]
8411name = "tokio-util"
8412version = "0.7.10"
8413source = "registry+https://github.com/rust-lang/crates.io-index"
8414checksum = "5419f34732d9eb6ee4c3578b7989078579b7f039cbbb9ca2c4da015749371e15"
8415dependencies = [
8416 "bytes",
8417 "futures-core",
8418 "futures-io",
8419 "futures-sink",
8420 "futures-util",
8421 "hashbrown 0.14.3",
8422 "pin-project-lite",
8423 "slab",
8424 "tokio",
8425 "tracing",
8426]
8427
8428[[package]]
8429name = "toml"
8430version = "0.7.8"
8431source = "registry+https://github.com/rust-lang/crates.io-index"
8432checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
8433dependencies = [
8434 "serde",
8435 "serde_spanned",
8436 "toml_datetime",
8437 "toml_edit 0.19.15",
8438]
8439
8440[[package]]
8441name = "toml_datetime"
8442version = "0.6.5"
8443source = "registry+https://github.com/rust-lang/crates.io-index"
8444checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
8445dependencies = [
8446 "serde",
8447]
8448
8449[[package]]
8450name = "toml_edit"
8451version = "0.19.15"
8452source = "registry+https://github.com/rust-lang/crates.io-index"
8453checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
8454dependencies = [
8455 "indexmap 2.1.0",
8456 "serde",
8457 "serde_spanned",
8458 "toml_datetime",
8459 "winnow",
8460]
8461
8462[[package]]
8463name = "toml_edit"
8464version = "0.21.1"
8465source = "registry+https://github.com/rust-lang/crates.io-index"
8466checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
8467dependencies = [
8468 "indexmap 2.1.0",
8469 "toml_datetime",
8470 "winnow",
8471]
8472
8473[[package]]
8474name = "tonic"
8475version = "0.9.2"
8476source = "registry+https://github.com/rust-lang/crates.io-index"
8477checksum = "3082666a3a6433f7f511c7192923fa1fe07c69332d3c6a2e6bb040b569199d5a"
8478dependencies = [
8479 "async-stream",
8480 "async-trait",
8481 "axum",
8482 "base64 0.21.7",
8483 "bytes",
8484 "flate2",
8485 "futures-core",
8486 "futures-util",
8487 "h2",
8488 "http 0.2.12",
8489 "http-body 0.4.6",
8490 "hyper 0.14.28",
8491 "hyper-timeout",
8492 "percent-encoding",
8493 "pin-project",
8494 "prost",
8495 "rustls-pemfile",
8496 "tokio",
8497 "tokio-rustls 0.24.1",
8498 "tokio-stream",
8499 "tower",
8500 "tower-layer",
8501 "tower-service",
8502 "tracing",
8503 "webpki-roots 0.23.1",
8504]
8505
8506[[package]]
8507name = "tonic-build"
8508version = "0.9.2"
8509source = "registry+https://github.com/rust-lang/crates.io-index"
8510checksum = "a6fdaae4c2c638bb70fe42803a26fbd6fc6ac8c72f5c59f67ecc2a2dcabf4b07"
8511dependencies = [
8512 "prettyplease 0.1.25",
8513 "proc-macro2",
8514 "prost-build",
8515 "quote",
8516 "syn 1.0.109",
8517]
8518
8519[[package]]
8520name = "tower"
8521version = "0.4.13"
8522source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
8524dependencies = [
8525 "futures-core",
8526 "futures-util",
8527 "indexmap 1.9.3",
8528 "pin-project",
8529 "pin-project-lite",
8530 "rand 0.8.5",
8531 "slab",
8532 "tokio",
8533 "tokio-util",
8534 "tower-layer",
8535 "tower-service",
8536 "tracing",
8537]
8538
8539[[package]]
8540name = "tower-http"
8541version = "0.4.4"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
8544dependencies = [
8545 "async-compression",
8546 "bitflags 2.4.2",
8547 "bytes",
8548 "futures-core",
8549 "futures-util",
8550 "http 0.2.12",
8551 "http-body 0.4.6",
8552 "http-range-header",
8553 "pin-project-lite",
8554 "tokio",
8555 "tokio-util",
8556 "tower-layer",
8557 "tower-service",
8558]
8559
8560[[package]]
8561name = "tower-layer"
8562version = "0.3.2"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
8565
8566[[package]]
8567name = "tower-service"
8568version = "0.3.2"
8569source = "registry+https://github.com/rust-lang/crates.io-index"
8570checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
8571
8572[[package]]
8573name = "tracing"
8574version = "0.1.40"
8575source = "registry+https://github.com/rust-lang/crates.io-index"
8576checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
8577dependencies = [
8578 "log",
8579 "pin-project-lite",
8580 "tracing-attributes",
8581 "tracing-core",
8582]
8583
8584[[package]]
8585name = "tracing-attributes"
8586version = "0.1.27"
8587source = "registry+https://github.com/rust-lang/crates.io-index"
8588checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
8589dependencies = [
8590 "proc-macro2",
8591 "quote",
8592 "syn 2.0.52",
8593]
8594
8595[[package]]
8596name = "tracing-core"
8597version = "0.1.32"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
8600dependencies = [
8601 "once_cell",
8602 "valuable",
8603]
8604
8605[[package]]
8606name = "tracing-log"
8607version = "0.1.4"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "f751112709b4e791d8ce53e32c4ed2d353565a795ce84da2285393f41557bdf2"
8610dependencies = [
8611 "log",
8612 "once_cell",
8613 "tracing-core",
8614]
8615
8616[[package]]
8617name = "tracing-log"
8618version = "0.2.0"
8619source = "registry+https://github.com/rust-lang/crates.io-index"
8620checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
8621dependencies = [
8622 "log",
8623 "once_cell",
8624 "tracing-core",
8625]
8626
8627[[package]]
8628name = "tracing-opentelemetry"
8629version = "0.20.0"
8630source = "registry+https://github.com/rust-lang/crates.io-index"
8631checksum = "fc09e402904a5261e42cf27aea09ccb7d5318c6717a9eec3d8e2e65c56b18f19"
8632dependencies = [
8633 "once_cell",
8634 "opentelemetry",
8635 "tracing",
8636 "tracing-core",
8637 "tracing-log 0.1.4",
8638 "tracing-subscriber",
8639]
8640
8641[[package]]
8642name = "tracing-serde"
8643version = "0.1.3"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
8646dependencies = [
8647 "serde",
8648 "tracing-core",
8649]
8650
8651[[package]]
8652name = "tracing-subscriber"
8653version = "0.3.18"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
8656dependencies = [
8657 "matchers",
8658 "nu-ansi-term",
8659 "once_cell",
8660 "regex",
8661 "serde",
8662 "serde_json",
8663 "sharded-slab",
8664 "smallvec",
8665 "thread_local",
8666 "time",
8667 "tracing",
8668 "tracing-core",
8669 "tracing-log 0.2.0",
8670 "tracing-serde",
8671]
8672
8673[[package]]
8674name = "try-lock"
8675version = "0.2.5"
8676source = "registry+https://github.com/rust-lang/crates.io-index"
8677checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
8678
8679[[package]]
8680name = "ttl_cache"
8681version = "0.5.1"
8682source = "registry+https://github.com/rust-lang/crates.io-index"
8683checksum = "4189890526f0168710b6ee65ceaedf1460c48a14318ceec933cb26baa492096a"
8684dependencies = [
8685 "linked-hash-map",
8686]
8687
8688[[package]]
8689name = "tungstenite"
8690version = "0.20.1"
8691source = "registry+https://github.com/rust-lang/crates.io-index"
8692checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
8693dependencies = [
8694 "byteorder",
8695 "bytes",
8696 "data-encoding",
8697 "http 0.2.12",
8698 "httparse",
8699 "log",
8700 "rand 0.8.5",
8701 "sha1",
8702 "thiserror",
8703 "url",
8704 "utf-8",
8705]
8706
8707[[package]]
8708name = "typenum"
8709version = "1.17.0"
8710source = "registry+https://github.com/rust-lang/crates.io-index"
8711checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
8712
8713[[package]]
8714name = "typetag"
8715version = "0.2.16"
8716source = "registry+https://github.com/rust-lang/crates.io-index"
8717checksum = "661d18414ec032a49ece2d56eee03636e43c4e8d577047ab334c0ba892e29aaf"
8718dependencies = [
8719 "erased-serde",
8720 "inventory",
8721 "once_cell",
8722 "serde",
8723 "typetag-impl",
8724]
8725
8726[[package]]
8727name = "typetag-impl"
8728version = "0.2.16"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "ac73887f47b9312552aa90ef477927ff014d63d1920ca8037c6c1951eab64bb1"
8731dependencies = [
8732 "proc-macro2",
8733 "quote",
8734 "syn 2.0.52",
8735]
8736
8737[[package]]
8738name = "uaparser"
8739version = "0.6.1"
8740source = "registry+https://github.com/rust-lang/crates.io-index"
8741checksum = "cf694e7b0434d4fad6c879e984e8fdc3a62f5533c3d421762244f9e9d03f6927"
8742dependencies = [
8743 "derive_more",
8744 "lazy_static",
8745 "regex",
8746 "serde",
8747 "serde_derive",
8748 "serde_yaml 0.8.26",
8749]
8750
8751[[package]]
8752name = "ucd-trie"
8753version = "0.1.6"
8754source = "registry+https://github.com/rust-lang/crates.io-index"
8755checksum = "ed646292ffc8188ef8ea4d1e0e0150fb15a5c2e12ad9b8fc191ae7a8a7f3c4b9"
8756
8757[[package]]
8758name = "ulid"
8759version = "1.1.2"
8760source = "registry+https://github.com/rust-lang/crates.io-index"
8761checksum = "34778c17965aa2a08913b57e1f34db9b4a63f5de31768b55bf20d2795f921259"
8762dependencies = [
8763 "getrandom 0.2.12",
8764 "rand 0.8.5",
8765 "serde",
8766 "web-time",
8767]
8768
8769[[package]]
8770name = "unarray"
8771version = "0.1.4"
8772source = "registry+https://github.com/rust-lang/crates.io-index"
8773checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
8774
8775[[package]]
8776name = "unicase"
8777version = "2.7.0"
8778source = "registry+https://github.com/rust-lang/crates.io-index"
8779checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
8780dependencies = [
8781 "version_check",
8782]
8783
8784[[package]]
8785name = "unicode-bidi"
8786version = "0.3.15"
8787source = "registry+https://github.com/rust-lang/crates.io-index"
8788checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
8789
8790[[package]]
8791name = "unicode-ident"
8792version = "1.0.12"
8793source = "registry+https://github.com/rust-lang/crates.io-index"
8794checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
8795
8796[[package]]
8797name = "unicode-normalization"
8798version = "0.1.23"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
8801dependencies = [
8802 "tinyvec",
8803]
8804
8805[[package]]
8806name = "unicode-segmentation"
8807version = "1.11.0"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
8810
8811[[package]]
8812name = "unicode-width"
8813version = "0.1.11"
8814source = "registry+https://github.com/rust-lang/crates.io-index"
8815checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
8816
8817[[package]]
8818name = "unicode-xid"
8819version = "0.2.4"
8820source = "registry+https://github.com/rust-lang/crates.io-index"
8821checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
8822
8823[[package]]
8824name = "unicode_categories"
8825version = "0.1.1"
8826source = "registry+https://github.com/rust-lang/crates.io-index"
8827checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
8828
8829[[package]]
8830name = "universal-hash"
8831version = "0.5.1"
8832source = "registry+https://github.com/rust-lang/crates.io-index"
8833checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
8834dependencies = [
8835 "crypto-common",
8836 "subtle",
8837]
8838
8839[[package]]
8840name = "unsafe-libyaml"
8841version = "0.2.10"
8842source = "registry+https://github.com/rust-lang/crates.io-index"
8843checksum = "ab4c90930b95a82d00dc9e9ac071b4991924390d46cbd0dfe566148667605e4b"
8844
8845[[package]]
8846name = "untrusted"
8847version = "0.7.1"
8848source = "registry+https://github.com/rust-lang/crates.io-index"
8849checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
8850
8851[[package]]
8852name = "untrusted"
8853version = "0.9.0"
8854source = "registry+https://github.com/rust-lang/crates.io-index"
8855checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
8856
8857[[package]]
8858name = "url"
8859version = "2.5.0"
8860source = "registry+https://github.com/rust-lang/crates.io-index"
8861checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
8862dependencies = [
8863 "form_urlencoded",
8864 "idna",
8865 "percent-encoding",
8866 "serde",
8867]
8868
8869[[package]]
8870name = "urlencoding"
8871version = "2.1.3"
8872source = "registry+https://github.com/rust-lang/crates.io-index"
8873checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
8874
8875[[package]]
8876name = "username"
8877version = "0.2.0"
8878source = "registry+https://github.com/rust-lang/crates.io-index"
8879checksum = "92e425df6527f7bc1adc7eb3b829ecaec746fbbc0b05e42133ff84afef3b1a09"
8880dependencies = [
8881 "advapi32-sys",
8882 "winapi 0.2.8",
8883]
8884
8885[[package]]
8886name = "utf-8"
8887version = "0.7.6"
8888source = "registry+https://github.com/rust-lang/crates.io-index"
8889checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
8890
8891[[package]]
8892name = "utf8-ranges"
8893version = "1.0.5"
8894source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "7fcfc827f90e53a02eaef5e535ee14266c1d569214c6aa70133a624d8a3164ba"
8896
8897[[package]]
8898name = "utf8-width"
8899version = "0.1.7"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3"
8902
8903[[package]]
8904name = "utf8parse"
8905version = "0.2.1"
8906source = "registry+https://github.com/rust-lang/crates.io-index"
8907checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
8908
8909[[package]]
8910name = "utoipa"
8911version = "4.2.0"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "272ebdfbc99111033031d2f10e018836056e4d2c8e2acda76450ec7974269fa7"
8914dependencies = [
8915 "indexmap 2.1.0",
8916 "serde",
8917 "serde_json",
8918 "utoipa-gen",
8919]
8920
8921[[package]]
8922name = "utoipa-gen"
8923version = "4.2.0"
8924source = "registry+https://github.com/rust-lang/crates.io-index"
8925checksum = "d3c9f4d08338c1bfa70dde39412a040a884c6f318b3d09aaaf3437a1e52027fc"
8926dependencies = [
8927 "proc-macro-error",
8928 "proc-macro2",
8929 "quote",
8930 "syn 2.0.52",
8931]
8932
8933[[package]]
8934name = "uuid"
8935version = "1.7.0"
8936source = "registry+https://github.com/rust-lang/crates.io-index"
8937checksum = "f00cc9702ca12d3c81455259621e676d0f7251cec66a21e98fe2e9a37db93b2a"
8938dependencies = [
8939 "getrandom 0.2.12",
8940 "rand 0.8.5",
8941 "serde",
8942 "wasm-bindgen",
8943]
8944
8945[[package]]
8946name = "valuable"
8947version = "0.1.0"
8948source = "registry+https://github.com/rust-lang/crates.io-index"
8949checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
8950
8951[[package]]
8952name = "vcpkg"
8953version = "0.2.15"
8954source = "registry+https://github.com/rust-lang/crates.io-index"
8955checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
8956
8957[[package]]
8958name = "version_check"
8959version = "0.9.4"
8960source = "registry+https://github.com/rust-lang/crates.io-index"
8961checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
8962
8963[[package]]
8964name = "vrl"
8965version = "0.8.1"
8966source = "registry+https://github.com/rust-lang/crates.io-index"
8967checksum = "a8a93ee342590c4df0ff63961d7d76a347e0c7b6e6c0be4c001317ca1ff11b53"
8968dependencies = [
8969 "aes",
8970 "anymap",
8971 "base16",
8972 "base64 0.21.7",
8973 "bytes",
8974 "cbc",
8975 "cfb-mode",
8976 "cfg-if",
8977 "chacha20poly1305",
8978 "charset",
8979 "chrono",
8980 "chrono-tz",
8981 "cidr-utils",
8982 "codespan-reporting",
8983 "community-id",
8984 "crypto_secretbox",
8985 "csv",
8986 "ctr",
8987 "data-encoding",
8988 "dns-lookup",
8989 "dyn-clone",
8990 "flate2",
8991 "grok",
8992 "hex",
8993 "hmac",
8994 "hostname",
8995 "indexmap 2.1.0",
8996 "indoc",
8997 "itertools 0.11.0",
8998 "lalrpop",
8999 "lalrpop-util",
9000 "md-5",
9001 "nom",
9002 "ofb",
9003 "once_cell",
9004 "onig",
9005 "ordered-float 4.2.0",
9006 "paste",
9007 "peeking_take_while",
9008 "percent-encoding",
9009 "pest",
9010 "pest_derive",
9011 "quoted_printable",
9012 "rand 0.8.5",
9013 "regex",
9014 "roxmltree 0.18.1",
9015 "rust_decimal",
9016 "seahash",
9017 "serde",
9018 "serde_json",
9019 "sha-1",
9020 "sha2",
9021 "sha3",
9022 "snafu",
9023 "strip-ansi-escapes",
9024 "syslog_loose",
9025 "termcolor",
9026 "thiserror",
9027 "tracing",
9028 "uaparser",
9029 "url",
9030 "utf8-width",
9031 "uuid",
9032 "woothee",
9033 "zstd 0.13.0",
9034]
9035
9036[[package]]
9037name = "vsimd"
9038version = "0.8.0"
9039source = "registry+https://github.com/rust-lang/crates.io-index"
9040checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
9041
9042[[package]]
9043name = "vte"
9044version = "0.10.1"
9045source = "registry+https://github.com/rust-lang/crates.io-index"
9046checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
9047dependencies = [
9048 "arrayvec 0.5.2",
9049 "utf8parse",
9050 "vte_generate_state_changes",
9051]
9052
9053[[package]]
9054name = "vte"
9055version = "0.11.1"
9056source = "registry+https://github.com/rust-lang/crates.io-index"
9057checksum = "f5022b5fbf9407086c180e9557be968742d839e68346af7792b8592489732197"
9058dependencies = [
9059 "utf8parse",
9060 "vte_generate_state_changes",
9061]
9062
9063[[package]]
9064name = "vte_generate_state_changes"
9065version = "0.1.1"
9066source = "registry+https://github.com/rust-lang/crates.io-index"
9067checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
9068dependencies = [
9069 "proc-macro2",
9070 "quote",
9071]
9072
9073[[package]]
9074name = "wait-timeout"
9075version = "0.2.0"
9076source = "registry+https://github.com/rust-lang/crates.io-index"
9077checksum = "9f200f5b12eb75f8c1ed65abd4b2db8a6e1b138a20de009dacee265a2498f3f6"
9078dependencies = [
9079 "libc",
9080]
9081
9082[[package]]
9083name = "waker-fn"
9084version = "1.1.1"
9085source = "registry+https://github.com/rust-lang/crates.io-index"
9086checksum = "f3c4517f54858c779bbcbf228f4fca63d121bf85fbecb2dc578cdf4a39395690"
9087
9088[[package]]
9089name = "walkdir"
9090version = "2.5.0"
9091source = "registry+https://github.com/rust-lang/crates.io-index"
9092checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
9093dependencies = [
9094 "same-file",
9095 "winapi-util",
9096]
9097
9098[[package]]
9099name = "want"
9100version = "0.3.1"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
9103dependencies = [
9104 "try-lock",
9105]
9106
9107[[package]]
9108name = "warp"
9109version = "0.3.6"
9110source = "registry+https://github.com/rust-lang/crates.io-index"
9111checksum = "c1e92e22e03ff1230c03a1a8ee37d2f89cd489e2e541b7550d6afad96faed169"
9112dependencies = [
9113 "bytes",
9114 "futures-channel",
9115 "futures-util",
9116 "headers",
9117 "http 0.2.12",
9118 "hyper 0.14.28",
9119 "log",
9120 "mime",
9121 "mime_guess",
9122 "multer",
9123 "percent-encoding",
9124 "pin-project",
9125 "rustls-pemfile",
9126 "scoped-tls",
9127 "serde",
9128 "serde_json",
9129 "serde_urlencoded",
9130 "tokio",
9131 "tokio-stream",
9132 "tokio-tungstenite",
9133 "tokio-util",
9134 "tower-service",
9135 "tracing",
9136]
9137
9138[[package]]
9139name = "wasi"
9140version = "0.9.0+wasi-snapshot-preview1"
9141source = "registry+https://github.com/rust-lang/crates.io-index"
9142checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
9143
9144[[package]]
9145name = "wasi"
9146version = "0.11.0+wasi-snapshot-preview1"
9147source = "registry+https://github.com/rust-lang/crates.io-index"
9148checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
9149
9150[[package]]
9151name = "wasite"
9152version = "0.1.0"
9153source = "registry+https://github.com/rust-lang/crates.io-index"
9154checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
9155
9156[[package]]
9157name = "wasm-bindgen"
9158version = "0.2.92"
9159source = "registry+https://github.com/rust-lang/crates.io-index"
9160checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
9161dependencies = [
9162 "cfg-if",
9163 "wasm-bindgen-macro",
9164]
9165
9166[[package]]
9167name = "wasm-bindgen-backend"
9168version = "0.2.92"
9169source = "registry+https://github.com/rust-lang/crates.io-index"
9170checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
9171dependencies = [
9172 "bumpalo",
9173 "log",
9174 "once_cell",
9175 "proc-macro2",
9176 "quote",
9177 "syn 2.0.52",
9178 "wasm-bindgen-shared",
9179]
9180
9181[[package]]
9182name = "wasm-bindgen-futures"
9183version = "0.4.42"
9184source = "registry+https://github.com/rust-lang/crates.io-index"
9185checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
9186dependencies = [
9187 "cfg-if",
9188 "js-sys",
9189 "wasm-bindgen",
9190 "web-sys",
9191]
9192
9193[[package]]
9194name = "wasm-bindgen-macro"
9195version = "0.2.92"
9196source = "registry+https://github.com/rust-lang/crates.io-index"
9197checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
9198dependencies = [
9199 "quote",
9200 "wasm-bindgen-macro-support",
9201]
9202
9203[[package]]
9204name = "wasm-bindgen-macro-support"
9205version = "0.2.92"
9206source = "registry+https://github.com/rust-lang/crates.io-index"
9207checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
9208dependencies = [
9209 "proc-macro2",
9210 "quote",
9211 "syn 2.0.52",
9212 "wasm-bindgen-backend",
9213 "wasm-bindgen-shared",
9214]
9215
9216[[package]]
9217name = "wasm-bindgen-shared"
9218version = "0.2.92"
9219source = "registry+https://github.com/rust-lang/crates.io-index"
9220checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
9221
9222[[package]]
9223name = "wasm-streams"
9224version = "0.4.0"
9225source = "registry+https://github.com/rust-lang/crates.io-index"
9226checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
9227dependencies = [
9228 "futures-util",
9229 "js-sys",
9230 "wasm-bindgen",
9231 "wasm-bindgen-futures",
9232 "web-sys",
9233]
9234
9235[[package]]
9236name = "web-sys"
9237version = "0.3.69"
9238source = "registry+https://github.com/rust-lang/crates.io-index"
9239checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
9240dependencies = [
9241 "js-sys",
9242 "wasm-bindgen",
9243]
9244
9245[[package]]
9246name = "web-time"
9247version = "1.1.0"
9248source = "registry+https://github.com/rust-lang/crates.io-index"
9249checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
9250dependencies = [
9251 "js-sys",
9252 "wasm-bindgen",
9253]
9254
9255[[package]]
9256name = "webpki"
9257version = "0.22.4"
9258source = "registry+https://github.com/rust-lang/crates.io-index"
9259checksum = "ed63aea5ce73d0ff405984102c42de94fc55a6b75765d621c65262469b3c9b53"
9260dependencies = [
9261 "ring 0.17.8",
9262 "untrusted 0.9.0",
9263]
9264
9265[[package]]
9266name = "webpki-roots"
9267version = "0.23.1"
9268source = "registry+https://github.com/rust-lang/crates.io-index"
9269checksum = "b03058f88386e5ff5310d9111d53f48b17d732b401aeb83a8d5190f2ac459338"
9270dependencies = [
9271 "rustls-webpki 0.100.3",
9272]
9273
9274[[package]]
9275name = "webpki-roots"
9276version = "0.25.4"
9277source = "registry+https://github.com/rust-lang/crates.io-index"
9278checksum = "5f20c57d8d7db6d3b86154206ae5d8fba62dd39573114de97c2cb0578251f8e1"
9279
9280[[package]]
9281name = "which"
9282version = "4.4.2"
9283source = "registry+https://github.com/rust-lang/crates.io-index"
9284checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
9285dependencies = [
9286 "either",
9287 "home",
9288 "once_cell",
9289 "rustix 0.38.31",
9290]
9291
9292[[package]]
9293name = "whichlang"
9294version = "0.1.0"
9295source = "git+https://github.com/quickwit-oss/whichlang?rev=fe406416#fe406416cbad9849f790a274d25b2a53caccd2fa"
9296
9297[[package]]
9298name = "whoami"
9299version = "1.5.1"
9300source = "registry+https://github.com/rust-lang/crates.io-index"
9301checksum = "a44ab49fad634e88f55bf8f9bb3abd2f27d7204172a112c7c9987e01c1c94ea9"
9302dependencies = [
9303 "redox_syscall",
9304 "wasite",
9305]
9306
9307[[package]]
9308name = "winapi"
9309version = "0.2.8"
9310source = "registry+https://github.com/rust-lang/crates.io-index"
9311checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
9312
9313[[package]]
9314name = "winapi"
9315version = "0.3.9"
9316source = "registry+https://github.com/rust-lang/crates.io-index"
9317checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
9318dependencies = [
9319 "winapi-i686-pc-windows-gnu",
9320 "winapi-x86_64-pc-windows-gnu",
9321]
9322
9323[[package]]
9324name = "winapi-build"
9325version = "0.1.1"
9326source = "registry+https://github.com/rust-lang/crates.io-index"
9327checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
9328
9329[[package]]
9330name = "winapi-i686-pc-windows-gnu"
9331version = "0.4.0"
9332source = "registry+https://github.com/rust-lang/crates.io-index"
9333checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
9334
9335[[package]]
9336name = "winapi-util"
9337version = "0.1.6"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
9340dependencies = [
9341 "winapi 0.3.9",
9342]
9343
9344[[package]]
9345name = "winapi-x86_64-pc-windows-gnu"
9346version = "0.4.0"
9347source = "registry+https://github.com/rust-lang/crates.io-index"
9348checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
9349
9350[[package]]
9351name = "windows"
9352version = "0.48.0"
9353source = "registry+https://github.com/rust-lang/crates.io-index"
9354checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
9355dependencies = [
9356 "windows-targets 0.48.5",
9357]
9358
9359[[package]]
9360name = "windows-core"
9361version = "0.52.0"
9362source = "registry+https://github.com/rust-lang/crates.io-index"
9363checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
9364dependencies = [
9365 "windows-targets 0.52.4",
9366]
9367
9368[[package]]
9369name = "windows-sys"
9370version = "0.45.0"
9371source = "registry+https://github.com/rust-lang/crates.io-index"
9372checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
9373dependencies = [
9374 "windows-targets 0.42.2",
9375]
9376
9377[[package]]
9378name = "windows-sys"
9379version = "0.48.0"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
9382dependencies = [
9383 "windows-targets 0.48.5",
9384]
9385
9386[[package]]
9387name = "windows-sys"
9388version = "0.52.0"
9389source = "registry+https://github.com/rust-lang/crates.io-index"
9390checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
9391dependencies = [
9392 "windows-targets 0.52.4",
9393]
9394
9395[[package]]
9396name = "windows-targets"
9397version = "0.42.2"
9398source = "registry+https://github.com/rust-lang/crates.io-index"
9399checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
9400dependencies = [
9401 "windows_aarch64_gnullvm 0.42.2",
9402 "windows_aarch64_msvc 0.42.2",
9403 "windows_i686_gnu 0.42.2",
9404 "windows_i686_msvc 0.42.2",
9405 "windows_x86_64_gnu 0.42.2",
9406 "windows_x86_64_gnullvm 0.42.2",
9407 "windows_x86_64_msvc 0.42.2",
9408]
9409
9410[[package]]
9411name = "windows-targets"
9412version = "0.48.5"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
9415dependencies = [
9416 "windows_aarch64_gnullvm 0.48.5",
9417 "windows_aarch64_msvc 0.48.5",
9418 "windows_i686_gnu 0.48.5",
9419 "windows_i686_msvc 0.48.5",
9420 "windows_x86_64_gnu 0.48.5",
9421 "windows_x86_64_gnullvm 0.48.5",
9422 "windows_x86_64_msvc 0.48.5",
9423]
9424
9425[[package]]
9426name = "windows-targets"
9427version = "0.52.4"
9428source = "registry+https://github.com/rust-lang/crates.io-index"
9429checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
9430dependencies = [
9431 "windows_aarch64_gnullvm 0.52.4",
9432 "windows_aarch64_msvc 0.52.4",
9433 "windows_i686_gnu 0.52.4",
9434 "windows_i686_msvc 0.52.4",
9435 "windows_x86_64_gnu 0.52.4",
9436 "windows_x86_64_gnullvm 0.52.4",
9437 "windows_x86_64_msvc 0.52.4",
9438]
9439
9440[[package]]
9441name = "windows_aarch64_gnullvm"
9442version = "0.42.2"
9443source = "registry+https://github.com/rust-lang/crates.io-index"
9444checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
9445
9446[[package]]
9447name = "windows_aarch64_gnullvm"
9448version = "0.48.5"
9449source = "registry+https://github.com/rust-lang/crates.io-index"
9450checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
9451
9452[[package]]
9453name = "windows_aarch64_gnullvm"
9454version = "0.52.4"
9455source = "registry+https://github.com/rust-lang/crates.io-index"
9456checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
9457
9458[[package]]
9459name = "windows_aarch64_msvc"
9460version = "0.42.2"
9461source = "registry+https://github.com/rust-lang/crates.io-index"
9462checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
9463
9464[[package]]
9465name = "windows_aarch64_msvc"
9466version = "0.48.5"
9467source = "registry+https://github.com/rust-lang/crates.io-index"
9468checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
9469
9470[[package]]
9471name = "windows_aarch64_msvc"
9472version = "0.52.4"
9473source = "registry+https://github.com/rust-lang/crates.io-index"
9474checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
9475
9476[[package]]
9477name = "windows_i686_gnu"
9478version = "0.42.2"
9479source = "registry+https://github.com/rust-lang/crates.io-index"
9480checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
9481
9482[[package]]
9483name = "windows_i686_gnu"
9484version = "0.48.5"
9485source = "registry+https://github.com/rust-lang/crates.io-index"
9486checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
9487
9488[[package]]
9489name = "windows_i686_gnu"
9490version = "0.52.4"
9491source = "registry+https://github.com/rust-lang/crates.io-index"
9492checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
9493
9494[[package]]
9495name = "windows_i686_msvc"
9496version = "0.42.2"
9497source = "registry+https://github.com/rust-lang/crates.io-index"
9498checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
9499
9500[[package]]
9501name = "windows_i686_msvc"
9502version = "0.48.5"
9503source = "registry+https://github.com/rust-lang/crates.io-index"
9504checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
9505
9506[[package]]
9507name = "windows_i686_msvc"
9508version = "0.52.4"
9509source = "registry+https://github.com/rust-lang/crates.io-index"
9510checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
9511
9512[[package]]
9513name = "windows_x86_64_gnu"
9514version = "0.42.2"
9515source = "registry+https://github.com/rust-lang/crates.io-index"
9516checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
9517
9518[[package]]
9519name = "windows_x86_64_gnu"
9520version = "0.48.5"
9521source = "registry+https://github.com/rust-lang/crates.io-index"
9522checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
9523
9524[[package]]
9525name = "windows_x86_64_gnu"
9526version = "0.52.4"
9527source = "registry+https://github.com/rust-lang/crates.io-index"
9528checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
9529
9530[[package]]
9531name = "windows_x86_64_gnullvm"
9532version = "0.42.2"
9533source = "registry+https://github.com/rust-lang/crates.io-index"
9534checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
9535
9536[[package]]
9537name = "windows_x86_64_gnullvm"
9538version = "0.48.5"
9539source = "registry+https://github.com/rust-lang/crates.io-index"
9540checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
9541
9542[[package]]
9543name = "windows_x86_64_gnullvm"
9544version = "0.52.4"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
9547
9548[[package]]
9549name = "windows_x86_64_msvc"
9550version = "0.42.2"
9551source = "registry+https://github.com/rust-lang/crates.io-index"
9552checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
9553
9554[[package]]
9555name = "windows_x86_64_msvc"
9556version = "0.48.5"
9557source = "registry+https://github.com/rust-lang/crates.io-index"
9558checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
9559
9560[[package]]
9561name = "windows_x86_64_msvc"
9562version = "0.52.4"
9563source = "registry+https://github.com/rust-lang/crates.io-index"
9564checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
9565
9566[[package]]
9567name = "winnow"
9568version = "0.5.40"
9569source = "registry+https://github.com/rust-lang/crates.io-index"
9570checksum = "f593a95398737aeed53e489c785df13f3618e41dbcd6718c6addbf1395aa6876"
9571dependencies = [
9572 "memchr",
9573]
9574
9575[[package]]
9576name = "winreg"
9577version = "0.50.0"
9578source = "registry+https://github.com/rust-lang/crates.io-index"
9579checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
9580dependencies = [
9581 "cfg-if",
9582 "windows-sys 0.48.0",
9583]
9584
9585[[package]]
9586name = "wiremock"
9587version = "0.5.22"
9588source = "registry+https://github.com/rust-lang/crates.io-index"
9589checksum = "13a3a53eaf34f390dd30d7b1b078287dd05df2aa2e21a589ccb80f5c7253c2e9"
9590dependencies = [
9591 "assert-json-diff 2.0.2",
9592 "async-trait",
9593 "base64 0.21.7",
9594 "deadpool",
9595 "futures",
9596 "futures-timer",
9597 "http-types",
9598 "hyper 0.14.28",
9599 "log",
9600 "once_cell",
9601 "regex",
9602 "serde",
9603 "serde_json",
9604 "tokio",
9605]
9606
9607[[package]]
9608name = "woothee"
9609version = "0.13.0"
9610source = "registry+https://github.com/rust-lang/crates.io-index"
9611checksum = "896174c6a4779d4d7d4523dd27aef7d46609eda2497e370f6c998325c6bf6971"
9612dependencies = [
9613 "lazy_static",
9614 "regex",
9615]
9616
9617[[package]]
9618name = "wyz"
9619version = "0.5.1"
9620source = "registry+https://github.com/rust-lang/crates.io-index"
9621checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
9622dependencies = [
9623 "tap",
9624]
9625
9626[[package]]
9627name = "xattr"
9628version = "1.3.1"
9629source = "registry+https://github.com/rust-lang/crates.io-index"
9630checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
9631dependencies = [
9632 "libc",
9633 "linux-raw-sys 0.4.13",
9634 "rustix 0.38.31",
9635]
9636
9637[[package]]
9638name = "xmlparser"
9639version = "0.13.6"
9640source = "registry+https://github.com/rust-lang/crates.io-index"
9641checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
9642
9643[[package]]
9644name = "yada"
9645version = "0.5.1"
9646source = "registry+https://github.com/rust-lang/crates.io-index"
9647checksum = "aed111bd9e48a802518765906cbdadf0b45afb72b9c81ab049a3b86252adffdd"
9648
9649[[package]]
9650name = "yaml-rust"
9651version = "0.4.5"
9652source = "registry+https://github.com/rust-lang/crates.io-index"
9653checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
9654dependencies = [
9655 "linked-hash-map",
9656]
9657
9658[[package]]
9659name = "yansi"
9660version = "0.5.1"
9661source = "registry+https://github.com/rust-lang/crates.io-index"
9662checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
9663
9664[[package]]
9665name = "yansi"
9666version = "1.0.0"
9667source = "registry+https://github.com/rust-lang/crates.io-index"
9668checksum = "6c2861d76f58ec8fc95708b9b1e417f7b12fd72ad33c01fa6886707092dea0d3"
9669
9670[[package]]
9671name = "zerocopy"
9672version = "0.7.32"
9673source = "registry+https://github.com/rust-lang/crates.io-index"
9674checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
9675dependencies = [
9676 "zerocopy-derive",
9677]
9678
9679[[package]]
9680name = "zerocopy-derive"
9681version = "0.7.32"
9682source = "registry+https://github.com/rust-lang/crates.io-index"
9683checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
9684dependencies = [
9685 "proc-macro2",
9686 "quote",
9687 "syn 2.0.52",
9688]
9689
9690[[package]]
9691name = "zeroize"
9692version = "1.7.0"
9693source = "registry+https://github.com/rust-lang/crates.io-index"
9694checksum = "525b4ec142c6b68a2d10f01f7bbf6755599ca3f81ea53b8431b7dd348f5fdb2d"
9695
9696[[package]]
9697name = "zip"
9698version = "0.6.6"
9699source = "registry+https://github.com/rust-lang/crates.io-index"
9700checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
9701dependencies = [
9702 "aes",
9703 "byteorder",
9704 "bzip2",
9705 "constant_time_eq",
9706 "crc32fast",
9707 "crossbeam-utils",
9708 "flate2",
9709 "hmac",
9710 "pbkdf2 0.11.0",
9711 "sha1",
9712 "time",
9713 "zstd 0.11.2+zstd.1.5.2",
9714]
9715
9716[[package]]
9717name = "zstd"
9718version = "0.11.2+zstd.1.5.2"
9719source = "registry+https://github.com/rust-lang/crates.io-index"
9720checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
9721dependencies = [
9722 "zstd-safe 5.0.2+zstd.1.5.2",
9723]
9724
9725[[package]]
9726name = "zstd"
9727version = "0.13.0"
9728source = "registry+https://github.com/rust-lang/crates.io-index"
9729checksum = "bffb3309596d527cfcba7dfc6ed6052f1d39dfbd7c867aa2e865e4a449c10110"
9730dependencies = [
9731 "zstd-safe 7.0.0",
9732]
9733
9734[[package]]
9735name = "zstd-safe"
9736version = "5.0.2+zstd.1.5.2"
9737source = "registry+https://github.com/rust-lang/crates.io-index"
9738checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
9739dependencies = [
9740 "libc",
9741 "zstd-sys",
9742]
9743
9744[[package]]
9745name = "zstd-safe"
9746version = "7.0.0"
9747source = "registry+https://github.com/rust-lang/crates.io-index"
9748checksum = "43747c7422e2924c11144d5229878b98180ef8b06cca4ab5af37afc8a8d8ea3e"
9749dependencies = [
9750 "zstd-sys",
9751]
9752
9753[[package]]
9754name = "zstd-sys"
9755version = "2.0.9+zstd.1.5.5"
9756source = "registry+https://github.com/rust-lang/crates.io-index"
9757checksum = "9e16efa8a874a0481a574084d34cc26fdb3b99627480f785888deb6386506656"
9758dependencies = [
9759 "cc",
9760 "pkg-config",
9761]