1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "addr2line"
7version = "0.22.0"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "6e4503c46a5c0c7844e948c9a4d6acd9f50cccb4de1c48eb9e291ea17470c678"
10dependencies = [
11 "gimli",
12]
13
14[[package]]
15name = "adler"
16version = "1.0.2"
17source = "registry+https://github.com/rust-lang/crates.io-index"
18checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
19
20[[package]]
21name = "ahash"
22version = "0.8.11"
23source = "registry+https://github.com/rust-lang/crates.io-index"
24checksum = "e89da841a80418a9b391ebaea17f5c112ffaaa96f621d2c285b5174da76b9011"
25dependencies = [
26 "cfg-if",
27 "const-random",
28 "getrandom",
29 "once_cell",
30 "version_check",
31 "zerocopy",
32]
33
34[[package]]
35name = "aho-corasick"
36version = "1.1.3"
37source = "registry+https://github.com/rust-lang/crates.io-index"
38checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
39dependencies = [
40 "memchr",
41]
42
43[[package]]
44name = "allocator-api2"
45version = "0.2.18"
46source = "registry+https://github.com/rust-lang/crates.io-index"
47checksum = "5c6cb57a04249c6480766f7f7cef5467412af1490f8d1e243141daddada3264f"
48
49[[package]]
50name = "android-tzdata"
51version = "0.1.1"
52source = "registry+https://github.com/rust-lang/crates.io-index"
53checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
54
55[[package]]
56name = "android_system_properties"
57version = "0.1.5"
58source = "registry+https://github.com/rust-lang/crates.io-index"
59checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
60dependencies = [
61 "libc",
62]
63
64[[package]]
65name = "anstream"
66version = "0.6.14"
67source = "registry+https://github.com/rust-lang/crates.io-index"
68checksum = "418c75fa768af9c03be99d17643f93f79bbba589895012a80e3452a19ddda15b"
69dependencies = [
70 "anstyle",
71 "anstyle-parse",
72 "anstyle-query",
73 "anstyle-wincon",
74 "colorchoice",
75 "is_terminal_polyfill",
76 "utf8parse",
77]
78
79[[package]]
80name = "anstyle"
81version = "1.0.7"
82source = "registry+https://github.com/rust-lang/crates.io-index"
83checksum = "038dfcf04a5feb68e9c60b21c9625a54c2c0616e79b72b0fd87075a056ae1d1b"
84
85[[package]]
86name = "anstyle-parse"
87version = "0.2.4"
88source = "registry+https://github.com/rust-lang/crates.io-index"
89checksum = "c03a11a9034d92058ceb6ee011ce58af4a9bf61491aa7e1e59ecd24bd40d22d4"
90dependencies = [
91 "utf8parse",
92]
93
94[[package]]
95name = "anstyle-query"
96version = "1.1.0"
97source = "registry+https://github.com/rust-lang/crates.io-index"
98checksum = "ad186efb764318d35165f1758e7dcef3b10628e26d41a44bc5550652e6804391"
99dependencies = [
100 "windows-sys 0.52.0",
101]
102
103[[package]]
104name = "anstyle-wincon"
105version = "3.0.3"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "61a38449feb7068f52bb06c12759005cf459ee52bb4adc1d5a7c4322d716fb19"
108dependencies = [
109 "anstyle",
110 "windows-sys 0.52.0",
111]
112
113[[package]]
114name = "anyhow"
115version = "1.0.86"
116source = "registry+https://github.com/rust-lang/crates.io-index"
117checksum = "b3d1d046238990b9cf5bcde22a3fb3584ee5cf65fb2765f454ed428c7a0063da"
118
119[[package]]
120name = "argminmax"
121version = "0.6.2"
122source = "registry+https://github.com/rust-lang/crates.io-index"
123checksum = "52424b59d69d69d5056d508b260553afd91c57e21849579cd1f50ee8b8b88eaa"
124dependencies = [
125 "num-traits",
126]
127
128[[package]]
129name = "array-init-cursor"
130version = "0.2.0"
131source = "registry+https://github.com/rust-lang/crates.io-index"
132checksum = "bf7d0a018de4f6aa429b9d33d69edf69072b1c5b1cb8d3e4a5f7ef898fc3eb76"
133
134[[package]]
135name = "arrayref"
136version = "0.3.7"
137source = "registry+https://github.com/rust-lang/crates.io-index"
138checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
139
140[[package]]
141name = "arrayvec"
142version = "0.7.4"
143source = "registry+https://github.com/rust-lang/crates.io-index"
144checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
145
146[[package]]
147name = "arrow"
148version = "51.0.0"
149source = "registry+https://github.com/rust-lang/crates.io-index"
150checksum = "219d05930b81663fd3b32e3bde8ce5bff3c4d23052a99f11a8fa50a3b47b2658"
151dependencies = [
152 "arrow-arith",
153 "arrow-array",
154 "arrow-buffer",
155 "arrow-cast",
156 "arrow-csv",
157 "arrow-data",
158 "arrow-ipc",
159 "arrow-json",
160 "arrow-ord",
161 "arrow-row",
162 "arrow-schema",
163 "arrow-select",
164 "arrow-string",
165 "pyo3",
166]
167
168[[package]]
169name = "arrow-arith"
170version = "51.0.0"
171source = "registry+https://github.com/rust-lang/crates.io-index"
172checksum = "0272150200c07a86a390be651abdd320a2d12e84535f0837566ca87ecd8f95e0"
173dependencies = [
174 "arrow-array",
175 "arrow-buffer",
176 "arrow-data",
177 "arrow-schema",
178 "chrono",
179 "half",
180 "num",
181]
182
183[[package]]
184name = "arrow-array"
185version = "51.0.0"
186source = "registry+https://github.com/rust-lang/crates.io-index"
187checksum = "8010572cf8c745e242d1b632bd97bd6d4f40fefed5ed1290a8f433abaa686fea"
188dependencies = [
189 "ahash",
190 "arrow-buffer",
191 "arrow-data",
192 "arrow-schema",
193 "chrono",
194 "chrono-tz",
195 "half",
196 "hashbrown 0.14.5",
197 "num",
198]
199
200[[package]]
201name = "arrow-buffer"
202version = "51.0.0"
203source = "registry+https://github.com/rust-lang/crates.io-index"
204checksum = "0d0a2432f0cba5692bf4cb757469c66791394bac9ec7ce63c1afe74744c37b27"
205dependencies = [
206 "bytes",
207 "half",
208 "num",
209]
210
211[[package]]
212name = "arrow-cast"
213version = "51.0.0"
214source = "registry+https://github.com/rust-lang/crates.io-index"
215checksum = "9abc10cd7995e83505cc290df9384d6e5412b207b79ce6bdff89a10505ed2cba"
216dependencies = [
217 "arrow-array",
218 "arrow-buffer",
219 "arrow-data",
220 "arrow-schema",
221 "arrow-select",
222 "atoi",
223 "base64 0.22.1",
224 "chrono",
225 "comfy-table",
226 "half",
227 "lexical-core",
228 "num",
229 "ryu",
230]
231
232[[package]]
233name = "arrow-csv"
234version = "51.0.0"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "95cbcba196b862270bf2a5edb75927380a7f3a163622c61d40cbba416a6305f2"
237dependencies = [
238 "arrow-array",
239 "arrow-buffer",
240 "arrow-cast",
241 "arrow-data",
242 "arrow-schema",
243 "chrono",
244 "csv",
245 "csv-core",
246 "lazy_static",
247 "lexical-core",
248 "regex",
249]
250
251[[package]]
252name = "arrow-data"
253version = "51.0.0"
254source = "registry+https://github.com/rust-lang/crates.io-index"
255checksum = "2742ac1f6650696ab08c88f6dd3f0eb68ce10f8c253958a18c943a68cd04aec5"
256dependencies = [
257 "arrow-buffer",
258 "arrow-schema",
259 "half",
260 "num",
261]
262
263[[package]]
264name = "arrow-ipc"
265version = "51.0.0"
266source = "registry+https://github.com/rust-lang/crates.io-index"
267checksum = "a42ea853130f7e78b9b9d178cb4cd01dee0f78e64d96c2949dc0a915d6d9e19d"
268dependencies = [
269 "arrow-array",
270 "arrow-buffer",
271 "arrow-cast",
272 "arrow-data",
273 "arrow-schema",
274 "flatbuffers",
275 "lz4_flex",
276 "zstd",
277]
278
279[[package]]
280name = "arrow-json"
281version = "51.0.0"
282source = "registry+https://github.com/rust-lang/crates.io-index"
283checksum = "eaafb5714d4e59feae964714d724f880511500e3569cc2a94d02456b403a2a49"
284dependencies = [
285 "arrow-array",
286 "arrow-buffer",
287 "arrow-cast",
288 "arrow-data",
289 "arrow-schema",
290 "chrono",
291 "half",
292 "indexmap 2.2.6",
293 "lexical-core",
294 "num",
295 "serde",
296 "serde_json",
297]
298
299[[package]]
300name = "arrow-ord"
301version = "51.0.0"
302source = "registry+https://github.com/rust-lang/crates.io-index"
303checksum = "e3e6b61e3dc468f503181dccc2fc705bdcc5f2f146755fa5b56d0a6c5943f412"
304dependencies = [
305 "arrow-array",
306 "arrow-buffer",
307 "arrow-data",
308 "arrow-schema",
309 "arrow-select",
310 "half",
311 "num",
312]
313
314[[package]]
315name = "arrow-row"
316version = "51.0.0"
317source = "registry+https://github.com/rust-lang/crates.io-index"
318checksum = "848ee52bb92eb459b811fb471175ea3afcf620157674c8794f539838920f9228"
319dependencies = [
320 "ahash",
321 "arrow-array",
322 "arrow-buffer",
323 "arrow-data",
324 "arrow-schema",
325 "half",
326 "hashbrown 0.14.5",
327]
328
329[[package]]
330name = "arrow-schema"
331version = "51.0.0"
332source = "registry+https://github.com/rust-lang/crates.io-index"
333checksum = "02d9483aaabe910c4781153ae1b6ae0393f72d9ef757d38d09d450070cf2e528"
334dependencies = [
335 "bitflags 2.6.0",
336]
337
338[[package]]
339name = "arrow-select"
340version = "51.0.0"
341source = "registry+https://github.com/rust-lang/crates.io-index"
342checksum = "849524fa70e0e3c5ab58394c770cb8f514d0122d20de08475f7b472ed8075830"
343dependencies = [
344 "ahash",
345 "arrow-array",
346 "arrow-buffer",
347 "arrow-data",
348 "arrow-schema",
349 "num",
350]
351
352[[package]]
353name = "arrow-string"
354version = "51.0.0"
355source = "registry+https://github.com/rust-lang/crates.io-index"
356checksum = "9373cb5a021aee58863498c37eb484998ef13377f69989c6c5ccfbd258236cdb"
357dependencies = [
358 "arrow-array",
359 "arrow-buffer",
360 "arrow-data",
361 "arrow-schema",
362 "arrow-select",
363 "memchr",
364 "num",
365 "regex",
366 "regex-syntax",
367]
368
369[[package]]
370name = "async-compression"
371version = "0.4.11"
372source = "registry+https://github.com/rust-lang/crates.io-index"
373checksum = "cd066d0b4ef8ecb03a55319dc13aa6910616d0f44008a045bb1835af830abff5"
374dependencies = [
375 "flate2",
376 "futures-core",
377 "memchr",
378 "pin-project-lite",
379 "tokio",
380]
381
382[[package]]
383name = "async-convert"
384version = "1.0.0"
385source = "registry+https://github.com/rust-lang/crates.io-index"
386checksum = "6d416feee97712e43152cd42874de162b8f9b77295b1c85e5d92725cc8310bae"
387dependencies = [
388 "async-trait",
389]
390
391[[package]]
392name = "async-openai"
393version = "0.20.0"
394source = "registry+https://github.com/rust-lang/crates.io-index"
395checksum = "11e97f9c5e0ee3260caee9700ba1bb61a6fdc34d2b6786a31e018c5de5198491"
396dependencies = [
397 "async-convert",
398 "backoff",
399 "base64 0.22.1",
400 "bytes",
401 "derive_builder",
402 "futures",
403 "rand",
404 "reqwest 0.12.5",
405 "reqwest-eventsource",
406 "secrecy",
407 "serde",
408 "serde_json",
409 "thiserror",
410 "tokio",
411 "tokio-stream",
412 "tokio-util",
413 "tracing",
414]
415
416[[package]]
417name = "async-priority-channel"
418version = "0.2.0"
419source = "registry+https://github.com/rust-lang/crates.io-index"
420checksum = "acde96f444d31031f760c5c43dc786b97d3e1cb2ee49dd06898383fe9a999758"
421dependencies = [
422 "event-listener",
423]
424
425[[package]]
426name = "async-recursion"
427version = "1.1.1"
428source = "registry+https://github.com/rust-lang/crates.io-index"
429checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
430dependencies = [
431 "proc-macro2",
432 "quote",
433 "syn 2.0.68",
434]
435
436[[package]]
437name = "async-trait"
438version = "0.1.80"
439source = "registry+https://github.com/rust-lang/crates.io-index"
440checksum = "c6fa2087f2753a7da8cc1c0dbfcf89579dd57458e36769de5ac750b4671737ca"
441dependencies = [
442 "proc-macro2",
443 "quote",
444 "syn 2.0.68",
445]
446
447[[package]]
448name = "async_cell"
449version = "0.2.2"
450source = "registry+https://github.com/rust-lang/crates.io-index"
451checksum = "834eee9ce518130a3b4d5af09ecc43e9d6b57ee76613f227a1ddd6b77c7a62bc"
452
453[[package]]
454name = "atoi"
455version = "2.0.0"
456source = "registry+https://github.com/rust-lang/crates.io-index"
457checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
458dependencies = [
459 "num-traits",
460]
461
462[[package]]
463name = "atoi_simd"
464version = "0.15.6"
465source = "registry+https://github.com/rust-lang/crates.io-index"
466checksum = "9ae037714f313c1353189ead58ef9eec30a8e8dc101b2622d461418fd59e28a9"
467
468[[package]]
469name = "autocfg"
470version = "1.3.0"
471source = "registry+https://github.com/rust-lang/crates.io-index"
472checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0"
473
474[[package]]
475name = "aws-config"
476version = "0.56.1"
477source = "registry+https://github.com/rust-lang/crates.io-index"
478checksum = "fc6b3804dca60326e07205179847f17a4fce45af3a1106939177ad41ac08a6de"
479dependencies = [
480 "aws-credential-types 0.56.1",
481 "aws-http",
482 "aws-sdk-sso 0.30.0",
483 "aws-sdk-sts 0.30.0",
484 "aws-smithy-async 0.56.1",
485 "aws-smithy-client",
486 "aws-smithy-http 0.56.1",
487 "aws-smithy-http-tower",
488 "aws-smithy-json 0.56.1",
489 "aws-smithy-types 0.56.1",
490 "aws-types 0.56.1",
491 "bytes",
492 "fastrand",
493 "hex",
494 "http 0.2.12",
495 "hyper 0.14.29",
496 "ring 0.16.20",
497 "time",
498 "tokio",
499 "tower",
500 "tracing",
501 "zeroize",
502]
503
504[[package]]
505name = "aws-config"
506version = "1.2.0"
507source = "registry+https://github.com/rust-lang/crates.io-index"
508checksum = "e2a89e0000cde82447155d64eeb71720b933b4396a6fbbebad3f8b4f88ca7b54"
509dependencies = [
510 "aws-credential-types 1.2.0",
511 "aws-runtime 1.3.1",
512 "aws-sdk-sso 1.20.0",
513 "aws-sdk-ssooidc",
514 "aws-sdk-sts 1.20.0",
515 "aws-smithy-async 1.2.1",
516 "aws-smithy-http 0.60.9",
517 "aws-smithy-json 0.60.7",
518 "aws-smithy-runtime 1.3.0",
519 "aws-smithy-runtime-api 1.7.1",
520 "aws-smithy-types 1.2.0",
521 "aws-types 1.3.3",
522 "bytes",
523 "fastrand",
524 "hex",
525 "http 0.2.12",
526 "hyper 0.14.29",
527 "ring 0.17.8",
528 "time",
529 "tokio",
530 "tracing",
531 "url",
532 "zeroize",
533]
534
535[[package]]
536name = "aws-credential-types"
537version = "0.56.1"
538source = "registry+https://github.com/rust-lang/crates.io-index"
539checksum = "70a66ac8ef5fa9cf01c2d999f39d16812e90ec1467bd382cbbb74ba23ea86201"
540dependencies = [
541 "aws-smithy-async 0.56.1",
542 "aws-smithy-types 0.56.1",
543 "fastrand",
544 "tokio",
545 "tracing",
546 "zeroize",
547]
548
549[[package]]
550name = "aws-credential-types"
551version = "1.2.0"
552source = "registry+https://github.com/rust-lang/crates.io-index"
553checksum = "e16838e6c9e12125face1c1eff1343c75e3ff540de98ff7ebd61874a89bcfeb9"
554dependencies = [
555 "aws-smithy-async 1.2.1",
556 "aws-smithy-runtime-api 1.7.1",
557 "aws-smithy-types 1.2.0",
558 "zeroize",
559]
560
561[[package]]
562name = "aws-http"
563version = "0.56.1"
564source = "registry+https://github.com/rust-lang/crates.io-index"
565checksum = "3e626370f9ba806ae4c439e49675fd871f5767b093075cdf4fef16cac42ba900"
566dependencies = [
567 "aws-credential-types 0.56.1",
568 "aws-smithy-http 0.56.1",
569 "aws-smithy-types 0.56.1",
570 "aws-types 0.56.1",
571 "bytes",
572 "http 0.2.12",
573 "http-body 0.4.6",
574 "lazy_static",
575 "percent-encoding",
576 "pin-project-lite",
577 "tracing",
578]
579
580[[package]]
581name = "aws-runtime"
582version = "0.56.1"
583source = "registry+https://github.com/rust-lang/crates.io-index"
584checksum = "07ac5cf0ff19c1bca0cea7932e11b239d1025a45696a4f44f72ea86e2b8bdd07"
585dependencies = [
586 "aws-credential-types 0.56.1",
587 "aws-http",
588 "aws-sigv4 0.56.1",
589 "aws-smithy-async 0.56.1",
590 "aws-smithy-http 0.56.1",
591 "aws-smithy-runtime-api 0.56.1",
592 "aws-smithy-types 0.56.1",
593 "aws-types 0.56.1",
594 "fastrand",
595 "http 0.2.12",
596 "percent-encoding",
597 "tracing",
598 "uuid",
599]
600
601[[package]]
602name = "aws-runtime"
603version = "1.3.1"
604source = "registry+https://github.com/rust-lang/crates.io-index"
605checksum = "87c5f920ffd1e0526ec9e70e50bf444db50b204395a0fa7016bbf9e31ea1698f"
606dependencies = [
607 "aws-credential-types 1.2.0",
608 "aws-sigv4 1.2.3",
609 "aws-smithy-async 1.2.1",
610 "aws-smithy-eventstream",
611 "aws-smithy-http 0.60.9",
612 "aws-smithy-runtime-api 1.7.1",
613 "aws-smithy-types 1.2.0",
614 "aws-types 1.3.3",
615 "bytes",
616 "fastrand",
617 "http 0.2.12",
618 "http-body 0.4.6",
619 "percent-encoding",
620 "pin-project-lite",
621 "tracing",
622 "uuid",
623]
624
625[[package]]
626name = "aws-sdk-dynamodb"
627version = "0.34.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "10aef6843bfc2dabfccad27f7e1ab303942bbda19f7ea7777d0d74388d073db4"
630dependencies = [
631 "aws-credential-types 0.56.1",
632 "aws-http",
633 "aws-runtime 0.56.1",
634 "aws-smithy-async 0.56.1",
635 "aws-smithy-client",
636 "aws-smithy-http 0.56.1",
637 "aws-smithy-json 0.56.1",
638 "aws-smithy-runtime 0.56.1",
639 "aws-smithy-runtime-api 0.56.1",
640 "aws-smithy-types 0.56.1",
641 "aws-types 0.56.1",
642 "bytes",
643 "fastrand",
644 "http 0.2.12",
645 "regex",
646 "tokio-stream",
647 "tracing",
648]
649
650[[package]]
651name = "aws-sdk-kms"
652version = "1.21.0"
653source = "registry+https://github.com/rust-lang/crates.io-index"
654checksum = "d1747213c6bb8fae0f388157e07e144fd442c1e28cfd9c4e257b1b6ee26c4a54"
655dependencies = [
656 "aws-credential-types 1.2.0",
657 "aws-runtime 1.3.1",
658 "aws-smithy-async 1.2.1",
659 "aws-smithy-http 0.60.9",
660 "aws-smithy-json 0.60.7",
661 "aws-smithy-runtime 1.3.0",
662 "aws-smithy-runtime-api 1.7.1",
663 "aws-smithy-types 1.2.0",
664 "aws-types 1.3.3",
665 "bytes",
666 "http 0.2.12",
667 "once_cell",
668 "regex-lite",
669 "tracing",
670]
671
672[[package]]
673name = "aws-sdk-s3"
674version = "1.23.0"
675source = "registry+https://github.com/rust-lang/crates.io-index"
676checksum = "4576ae7eb91e4d0ca76a3b443c3be979322fc01836cad7908534ae507fa41d99"
677dependencies = [
678 "ahash",
679 "aws-credential-types 1.2.0",
680 "aws-runtime 1.3.1",
681 "aws-sigv4 1.2.3",
682 "aws-smithy-async 1.2.1",
683 "aws-smithy-checksums",
684 "aws-smithy-eventstream",
685 "aws-smithy-http 0.60.9",
686 "aws-smithy-json 0.60.7",
687 "aws-smithy-runtime 1.3.0",
688 "aws-smithy-runtime-api 1.7.1",
689 "aws-smithy-types 1.2.0",
690 "aws-smithy-xml 0.60.8",
691 "aws-types 1.3.3",
692 "bytes",
693 "fastrand",
694 "hex",
695 "hmac",
696 "http 0.2.12",
697 "http-body 0.4.6",
698 "lru",
699 "once_cell",
700 "percent-encoding",
701 "regex-lite",
702 "sha2",
703 "tracing",
704 "url",
705]
706
707[[package]]
708name = "aws-sdk-sso"
709version = "0.30.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "903f888ff190e64f6f5c83fb0f8d54f9c20481f1dc26359bb8896f5d99908949"
712dependencies = [
713 "aws-credential-types 0.56.1",
714 "aws-http",
715 "aws-runtime 0.56.1",
716 "aws-smithy-async 0.56.1",
717 "aws-smithy-client",
718 "aws-smithy-http 0.56.1",
719 "aws-smithy-json 0.56.1",
720 "aws-smithy-runtime 0.56.1",
721 "aws-smithy-runtime-api 0.56.1",
722 "aws-smithy-types 0.56.1",
723 "aws-types 0.56.1",
724 "bytes",
725 "http 0.2.12",
726 "regex",
727 "tokio-stream",
728 "tracing",
729]
730
731[[package]]
732name = "aws-sdk-sso"
733version = "1.20.0"
734source = "registry+https://github.com/rust-lang/crates.io-index"
735checksum = "32fcc572fd5c58489ec205ec3e4e5f7d63018898a485cbf922a462af496bc300"
736dependencies = [
737 "aws-credential-types 1.2.0",
738 "aws-runtime 1.3.1",
739 "aws-smithy-async 1.2.1",
740 "aws-smithy-http 0.60.9",
741 "aws-smithy-json 0.60.7",
742 "aws-smithy-runtime 1.3.0",
743 "aws-smithy-runtime-api 1.7.1",
744 "aws-smithy-types 1.2.0",
745 "aws-types 1.3.3",
746 "bytes",
747 "http 0.2.12",
748 "once_cell",
749 "regex-lite",
750 "tracing",
751]
752
753[[package]]
754name = "aws-sdk-ssooidc"
755version = "1.20.0"
756source = "registry+https://github.com/rust-lang/crates.io-index"
757checksum = "5b6275fa8684a1192754221173b1f7a7c1260d6b0571cc2b8af09468eb0cffe5"
758dependencies = [
759 "aws-credential-types 1.2.0",
760 "aws-runtime 1.3.1",
761 "aws-smithy-async 1.2.1",
762 "aws-smithy-http 0.60.9",
763 "aws-smithy-json 0.60.7",
764 "aws-smithy-runtime 1.3.0",
765 "aws-smithy-runtime-api 1.7.1",
766 "aws-smithy-types 1.2.0",
767 "aws-types 1.3.3",
768 "bytes",
769 "http 0.2.12",
770 "once_cell",
771 "regex-lite",
772 "tracing",
773]
774
775[[package]]
776name = "aws-sdk-sts"
777version = "0.30.0"
778source = "registry+https://github.com/rust-lang/crates.io-index"
779checksum = "a47ad6bf01afc00423d781d464220bf69fb6a674ad6629cbbcb06d88cdc2be82"
780dependencies = [
781 "aws-credential-types 0.56.1",
782 "aws-http",
783 "aws-runtime 0.56.1",
784 "aws-smithy-async 0.56.1",
785 "aws-smithy-client",
786 "aws-smithy-http 0.56.1",
787 "aws-smithy-json 0.56.1",
788 "aws-smithy-query 0.56.1",
789 "aws-smithy-runtime 0.56.1",
790 "aws-smithy-runtime-api 0.56.1",
791 "aws-smithy-types 0.56.1",
792 "aws-smithy-xml 0.56.1",
793 "aws-types 0.56.1",
794 "http 0.2.12",
795 "regex",
796 "tracing",
797]
798
799[[package]]
800name = "aws-sdk-sts"
801version = "1.20.0"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "30acd58272fd567e4853c5075d838be1626b59057e0249c9be5a1a7eb13bf70f"
804dependencies = [
805 "aws-credential-types 1.2.0",
806 "aws-runtime 1.3.1",
807 "aws-smithy-async 1.2.1",
808 "aws-smithy-http 0.60.9",
809 "aws-smithy-json 0.60.7",
810 "aws-smithy-query 0.60.7",
811 "aws-smithy-runtime 1.3.0",
812 "aws-smithy-runtime-api 1.7.1",
813 "aws-smithy-types 1.2.0",
814 "aws-smithy-xml 0.60.8",
815 "aws-types 1.3.3",
816 "http 0.2.12",
817 "once_cell",
818 "regex-lite",
819 "tracing",
820]
821
822[[package]]
823name = "aws-sigv4"
824version = "0.56.1"
825source = "registry+https://github.com/rust-lang/crates.io-index"
826checksum = "b7b28f4910bb956b7ab320b62e98096402354eca976c587d1eeccd523d9bac03"
827dependencies = [
828 "aws-smithy-http 0.56.1",
829 "form_urlencoded",
830 "hex",
831 "hmac",
832 "http 0.2.12",
833 "once_cell",
834 "percent-encoding",
835 "regex",
836 "sha2",
837 "time",
838 "tracing",
839]
840
841[[package]]
842name = "aws-sigv4"
843version = "1.2.3"
844source = "registry+https://github.com/rust-lang/crates.io-index"
845checksum = "5df1b0fa6be58efe9d4ccc257df0a53b89cd8909e86591a13ca54817c87517be"
846dependencies = [
847 "aws-credential-types 1.2.0",
848 "aws-smithy-eventstream",
849 "aws-smithy-http 0.60.9",
850 "aws-smithy-runtime-api 1.7.1",
851 "aws-smithy-types 1.2.0",
852 "bytes",
853 "crypto-bigint 0.5.5",
854 "form_urlencoded",
855 "hex",
856 "hmac",
857 "http 0.2.12",
858 "http 1.1.0",
859 "once_cell",
860 "p256",
861 "percent-encoding",
862 "ring 0.17.8",
863 "sha2",
864 "subtle",
865 "time",
866 "tracing",
867 "zeroize",
868]
869
870[[package]]
871name = "aws-smithy-async"
872version = "0.56.1"
873source = "registry+https://github.com/rust-lang/crates.io-index"
874checksum = "2cdb73f85528b9d19c23a496034ac53703955a59323d581c06aa27b4e4e247af"
875dependencies = [
876 "futures-util",
877 "pin-project-lite",
878 "tokio",
879 "tokio-stream",
880]
881
882[[package]]
883name = "aws-smithy-async"
884version = "1.2.1"
885source = "registry+https://github.com/rust-lang/crates.io-index"
886checksum = "62220bc6e97f946ddd51b5f1361f78996e704677afc518a4ff66b7a72ea1378c"
887dependencies = [
888 "futures-util",
889 "pin-project-lite",
890 "tokio",
891]
892
893[[package]]
894name = "aws-smithy-checksums"
895version = "0.60.11"
896source = "registry+https://github.com/rust-lang/crates.io-index"
897checksum = "48c4134cf3adaeacff34d588dbe814200357b0c466d730cf1c0d8054384a2de4"
898dependencies = [
899 "aws-smithy-http 0.60.9",
900 "aws-smithy-types 1.2.0",
901 "bytes",
902 "crc32c",
903 "crc32fast",
904 "hex",
905 "http 0.2.12",
906 "http-body 0.4.6",
907 "md-5",
908 "pin-project-lite",
909 "sha1",
910 "sha2",
911 "tracing",
912]
913
914[[package]]
915name = "aws-smithy-client"
916version = "0.56.1"
917source = "registry+https://github.com/rust-lang/crates.io-index"
918checksum = "c27b2756264c82f830a91cb4d2d485b2d19ad5bea476d9a966e03d27f27ba59a"
919dependencies = [
920 "aws-smithy-async 0.56.1",
921 "aws-smithy-http 0.56.1",
922 "aws-smithy-http-tower",
923 "aws-smithy-types 0.56.1",
924 "bytes",
925 "fastrand",
926 "http 0.2.12",
927 "http-body 0.4.6",
928 "hyper 0.14.29",
929 "hyper-rustls 0.24.2",
930 "lazy_static",
931 "pin-project-lite",
932 "rustls 0.21.12",
933 "tokio",
934 "tower",
935 "tracing",
936]
937
938[[package]]
939name = "aws-smithy-eventstream"
940version = "0.60.4"
941source = "registry+https://github.com/rust-lang/crates.io-index"
942checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
943dependencies = [
944 "aws-smithy-types 1.2.0",
945 "bytes",
946 "crc32fast",
947]
948
949[[package]]
950name = "aws-smithy-http"
951version = "0.56.1"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "54cdcf365d8eee60686885f750a34c190e513677db58bbc466c44c588abf4199"
954dependencies = [
955 "aws-smithy-types 0.56.1",
956 "bytes",
957 "bytes-utils",
958 "futures-core",
959 "http 0.2.12",
960 "http-body 0.4.6",
961 "hyper 0.14.29",
962 "once_cell",
963 "percent-encoding",
964 "pin-project-lite",
965 "pin-utils",
966 "tokio",
967 "tokio-util",
968 "tracing",
969]
970
971[[package]]
972name = "aws-smithy-http"
973version = "0.60.9"
974source = "registry+https://github.com/rust-lang/crates.io-index"
975checksum = "d9cd0ae3d97daa0a2bf377a4d8e8e1362cae590c4a1aad0d40058ebca18eb91e"
976dependencies = [
977 "aws-smithy-eventstream",
978 "aws-smithy-runtime-api 1.7.1",
979 "aws-smithy-types 1.2.0",
980 "bytes",
981 "bytes-utils",
982 "futures-core",
983 "http 0.2.12",
984 "http-body 0.4.6",
985 "once_cell",
986 "percent-encoding",
987 "pin-project-lite",
988 "pin-utils",
989 "tracing",
990]
991
992[[package]]
993name = "aws-smithy-http-tower"
994version = "0.56.1"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "822de399d0ce62829a69dfa8c5cd08efdbe61a7426b953e2268f8b8b52a607bd"
997dependencies = [
998 "aws-smithy-http 0.56.1",
999 "aws-smithy-types 0.56.1",
1000 "bytes",
1001 "http 0.2.12",
1002 "http-body 0.4.6",
1003 "pin-project-lite",
1004 "tower",
1005 "tracing",
1006]
1007
1008[[package]]
1009name = "aws-smithy-json"
1010version = "0.56.1"
1011source = "registry+https://github.com/rust-lang/crates.io-index"
1012checksum = "4fb1e7ab8fa7ad10c193af7ae56d2420989e9f4758bf03601a342573333ea34f"
1013dependencies = [
1014 "aws-smithy-types 0.56.1",
1015]
1016
1017[[package]]
1018name = "aws-smithy-json"
1019version = "0.60.7"
1020source = "registry+https://github.com/rust-lang/crates.io-index"
1021checksum = "4683df9469ef09468dad3473d129960119a0d3593617542b7d52086c8486f2d6"
1022dependencies = [
1023 "aws-smithy-types 1.2.0",
1024]
1025
1026[[package]]
1027name = "aws-smithy-query"
1028version = "0.56.1"
1029source = "registry+https://github.com/rust-lang/crates.io-index"
1030checksum = "28556a3902091c1f768a34f6c998028921bdab8d47d92586f363f14a4a32d047"
1031dependencies = [
1032 "aws-smithy-types 0.56.1",
1033 "urlencoding",
1034]
1035
1036[[package]]
1037name = "aws-smithy-query"
1038version = "0.60.7"
1039source = "registry+https://github.com/rust-lang/crates.io-index"
1040checksum = "f2fbd61ceb3fe8a1cb7352e42689cec5335833cd9f94103a61e98f9bb61c64bb"
1041dependencies = [
1042 "aws-smithy-types 1.2.0",
1043 "urlencoding",
1044]
1045
1046[[package]]
1047name = "aws-smithy-runtime"
1048version = "0.56.1"
1049source = "registry+https://github.com/rust-lang/crates.io-index"
1050checksum = "745e096b3553e7e0f40622aa04971ce52765af82bebdeeac53aa6fc82fe801e6"
1051dependencies = [
1052 "aws-smithy-async 0.56.1",
1053 "aws-smithy-client",
1054 "aws-smithy-http 0.56.1",
1055 "aws-smithy-runtime-api 0.56.1",
1056 "aws-smithy-types 0.56.1",
1057 "bytes",
1058 "fastrand",
1059 "http 0.2.12",
1060 "http-body 0.4.6",
1061 "once_cell",
1062 "pin-project-lite",
1063 "pin-utils",
1064 "tokio",
1065 "tracing",
1066]
1067
1068[[package]]
1069name = "aws-smithy-runtime"
1070version = "1.3.0"
1071source = "registry+https://github.com/rust-lang/crates.io-index"
1072checksum = "de34bcfa1fb3c82a80e252a753db34a6658e07f23d3a5b3fc96919518fa7a3f5"
1073dependencies = [
1074 "aws-smithy-async 1.2.1",
1075 "aws-smithy-http 0.60.9",
1076 "aws-smithy-runtime-api 1.7.1",
1077 "aws-smithy-types 1.2.0",
1078 "bytes",
1079 "fastrand",
1080 "h2",
1081 "http 0.2.12",
1082 "http-body 0.4.6",
1083 "http-body 1.0.0",
1084 "hyper 0.14.29",
1085 "hyper-rustls 0.24.2",
1086 "once_cell",
1087 "pin-project-lite",
1088 "pin-utils",
1089 "rustls 0.21.12",
1090 "tokio",
1091 "tracing",
1092]
1093
1094[[package]]
1095name = "aws-smithy-runtime-api"
1096version = "0.56.1"
1097source = "registry+https://github.com/rust-lang/crates.io-index"
1098checksum = "93d0ae0c9cfd57944e9711ea610b48a963fb174a53aabacc08c5794a594b1d02"
1099dependencies = [
1100 "aws-smithy-async 0.56.1",
1101 "aws-smithy-http 0.56.1",
1102 "aws-smithy-types 0.56.1",
1103 "bytes",
1104 "http 0.2.12",
1105 "tokio",
1106 "tracing",
1107]
1108
1109[[package]]
1110name = "aws-smithy-runtime-api"
1111version = "1.7.1"
1112source = "registry+https://github.com/rust-lang/crates.io-index"
1113checksum = "30819352ed0a04ecf6a2f3477e344d2d1ba33d43e0f09ad9047c12e0d923616f"
1114dependencies = [
1115 "aws-smithy-async 1.2.1",
1116 "aws-smithy-types 1.2.0",
1117 "bytes",
1118 "http 0.2.12",
1119 "http 1.1.0",
1120 "pin-project-lite",
1121 "tokio",
1122 "tracing",
1123 "zeroize",
1124]
1125
1126[[package]]
1127name = "aws-smithy-types"
1128version = "0.56.1"
1129source = "registry+https://github.com/rust-lang/crates.io-index"
1130checksum = "d90dbc8da2f6be461fa3c1906b20af8f79d14968fe47f2b7d29d086f62a51728"
1131dependencies = [
1132 "base64-simd",
1133 "itoa",
1134 "num-integer",
1135 "ryu",
1136 "serde",
1137 "time",
1138]
1139
1140[[package]]
1141name = "aws-smithy-types"
1142version = "1.2.0"
1143source = "registry+https://github.com/rust-lang/crates.io-index"
1144checksum = "cfe321a6b21f5d8eabd0ade9c55d3d0335f3c3157fc2b3e87f05f34b539e4df5"
1145dependencies = [
1146 "base64-simd",
1147 "bytes",
1148 "bytes-utils",
1149 "futures-core",
1150 "http 0.2.12",
1151 "http 1.1.0",
1152 "http-body 0.4.6",
1153 "http-body 1.0.0",
1154 "http-body-util",
1155 "itoa",
1156 "num-integer",
1157 "pin-project-lite",
1158 "pin-utils",
1159 "ryu",
1160 "serde",
1161 "time",
1162 "tokio",
1163 "tokio-util",
1164]
1165
1166[[package]]
1167name = "aws-smithy-xml"
1168version = "0.56.1"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "e01d2dedcdd8023043716cfeeb3c6c59f2d447fce365d8e194838891794b23b6"
1171dependencies = [
1172 "xmlparser",
1173]
1174
1175[[package]]
1176name = "aws-smithy-xml"
1177version = "0.60.8"
1178source = "registry+https://github.com/rust-lang/crates.io-index"
1179checksum = "d123fbc2a4adc3c301652ba8e149bf4bc1d1725affb9784eb20c953ace06bf55"
1180dependencies = [
1181 "xmlparser",
1182]
1183
1184[[package]]
1185name = "aws-types"
1186version = "0.56.1"
1187source = "registry+https://github.com/rust-lang/crates.io-index"
1188checksum = "85aa0451bf8af1bf22a4f028d5d28054507a14be43cb8ac0597a8471fba9edfe"
1189dependencies = [
1190 "aws-credential-types 0.56.1",
1191 "aws-smithy-async 0.56.1",
1192 "aws-smithy-client",
1193 "aws-smithy-http 0.56.1",
1194 "aws-smithy-types 0.56.1",
1195 "http 0.2.12",
1196 "rustc_version",
1197 "tracing",
1198]
1199
1200[[package]]
1201name = "aws-types"
1202version = "1.3.3"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "5221b91b3e441e6675310829fd8984801b772cb1546ef6c0e54dec9f1ac13fef"
1205dependencies = [
1206 "aws-credential-types 1.2.0",
1207 "aws-smithy-async 1.2.1",
1208 "aws-smithy-runtime-api 1.7.1",
1209 "aws-smithy-types 1.2.0",
1210 "rustc_version",
1211 "tracing",
1212]
1213
1214[[package]]
1215name = "backoff"
1216version = "0.4.0"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "b62ddb9cb1ec0a098ad4bbf9344d0713fa193ae1a80af55febcff2627b6a00c1"
1219dependencies = [
1220 "futures-core",
1221 "getrandom",
1222 "instant",
1223 "pin-project-lite",
1224 "rand",
1225 "tokio",
1226]
1227
1228[[package]]
1229name = "backtrace"
1230version = "0.3.73"
1231source = "registry+https://github.com/rust-lang/crates.io-index"
1232checksum = "5cc23269a4f8976d0a4d2e7109211a419fe30e8d88d677cd60b6bc79c5732e0a"
1233dependencies = [
1234 "addr2line",
1235 "cc",
1236 "cfg-if",
1237 "libc",
1238 "miniz_oxide",
1239 "object",
1240 "rustc-demangle",
1241]
1242
1243[[package]]
1244name = "base16ct"
1245version = "0.1.1"
1246source = "registry+https://github.com/rust-lang/crates.io-index"
1247checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1248
1249[[package]]
1250name = "base64"
1251version = "0.21.7"
1252source = "registry+https://github.com/rust-lang/crates.io-index"
1253checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
1254
1255[[package]]
1256name = "base64"
1257version = "0.22.1"
1258source = "registry+https://github.com/rust-lang/crates.io-index"
1259checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
1260
1261[[package]]
1262name = "base64-simd"
1263version = "0.8.0"
1264source = "registry+https://github.com/rust-lang/crates.io-index"
1265checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1266dependencies = [
1267 "outref",
1268 "vsimd",
1269]
1270
1271[[package]]
1272name = "base64ct"
1273version = "1.6.0"
1274source = "registry+https://github.com/rust-lang/crates.io-index"
1275checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1276
1277[[package]]
1278name = "bitflags"
1279version = "1.3.2"
1280source = "registry+https://github.com/rust-lang/crates.io-index"
1281checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1282
1283[[package]]
1284name = "bitflags"
1285version = "2.6.0"
1286source = "registry+https://github.com/rust-lang/crates.io-index"
1287checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
1288
1289[[package]]
1290name = "bitvec"
1291version = "1.0.1"
1292source = "registry+https://github.com/rust-lang/crates.io-index"
1293checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1294dependencies = [
1295 "funty",
1296 "radium",
1297 "tap",
1298 "wyz",
1299]
1300
1301[[package]]
1302name = "blake2"
1303version = "0.10.6"
1304source = "registry+https://github.com/rust-lang/crates.io-index"
1305checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
1306dependencies = [
1307 "digest",
1308]
1309
1310[[package]]
1311name = "blake3"
1312version = "1.5.1"
1313source = "registry+https://github.com/rust-lang/crates.io-index"
1314checksum = "30cca6d3674597c30ddf2c587bf8d9d65c9a84d2326d941cc79c9842dfe0ef52"
1315dependencies = [
1316 "arrayref",
1317 "arrayvec",
1318 "cc",
1319 "cfg-if",
1320 "constant_time_eq",
1321]
1322
1323[[package]]
1324name = "block-buffer"
1325version = "0.10.4"
1326source = "registry+https://github.com/rust-lang/crates.io-index"
1327checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1328dependencies = [
1329 "generic-array",
1330]
1331
1332[[package]]
1333name = "bumpalo"
1334version = "3.16.0"
1335source = "registry+https://github.com/rust-lang/crates.io-index"
1336checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
1337
1338[[package]]
1339name = "bytecount"
1340version = "0.6.8"
1341source = "registry+https://github.com/rust-lang/crates.io-index"
1342checksum = "5ce89b21cab1437276d2650d57e971f9d548a2d9037cc231abdc0562b97498ce"
1343
1344[[package]]
1345name = "bytemuck"
1346version = "1.16.1"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "b236fc92302c97ed75b38da1f4917b5cdda4984745740f153a5d3059e48d725e"
1349dependencies = [
1350 "bytemuck_derive",
1351]
1352
1353[[package]]
1354name = "bytemuck_derive"
1355version = "1.7.0"
1356source = "registry+https://github.com/rust-lang/crates.io-index"
1357checksum = "1ee891b04274a59bd38b412188e24b849617b2e45a0fd8d057deb63e7403761b"
1358dependencies = [
1359 "proc-macro2",
1360 "quote",
1361 "syn 2.0.68",
1362]
1363
1364[[package]]
1365name = "byteorder"
1366version = "1.5.0"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
1369
1370[[package]]
1371name = "bytes"
1372version = "1.6.0"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "514de17de45fdb8dc022b1a7975556c53c86f9f0aa5f534b98977b171857c2c9"
1375
1376[[package]]
1377name = "bytes-utils"
1378version = "0.1.4"
1379source = "registry+https://github.com/rust-lang/crates.io-index"
1380checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1381dependencies = [
1382 "bytes",
1383 "either",
1384]
1385
1386[[package]]
1387name = "camino"
1388version = "1.1.7"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "e0ec6b951b160caa93cc0c7b209e5a3bff7aae9062213451ac99493cd844c239"
1391dependencies = [
1392 "serde",
1393]
1394
1395[[package]]
1396name = "cargo-platform"
1397version = "0.1.8"
1398source = "registry+https://github.com/rust-lang/crates.io-index"
1399checksum = "24b1f0365a6c6bb4020cd05806fd0d33c44d38046b8bd7f0e40814b9763cabfc"
1400dependencies = [
1401 "serde",
1402]
1403
1404[[package]]
1405name = "cargo_metadata"
1406version = "0.14.2"
1407source = "registry+https://github.com/rust-lang/crates.io-index"
1408checksum = "4acbb09d9ee8e23699b9634375c72795d095bf268439da88562cf9b501f181fa"
1409dependencies = [
1410 "camino",
1411 "cargo-platform",
1412 "semver 1.0.23",
1413 "serde",
1414 "serde_json",
1415]
1416
1417[[package]]
1418name = "cc"
1419version = "1.0.104"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "74b6a57f98764a267ff415d50a25e6e166f3831a5071af4995296ea97d210490"
1422dependencies = [
1423 "jobserver",
1424 "libc",
1425 "once_cell",
1426]
1427
1428[[package]]
1429name = "cesu8"
1430version = "1.1.0"
1431source = "registry+https://github.com/rust-lang/crates.io-index"
1432checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
1433
1434[[package]]
1435name = "cfg-if"
1436version = "1.0.0"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1439
1440[[package]]
1441name = "chrono"
1442version = "0.4.38"
1443source = "registry+https://github.com/rust-lang/crates.io-index"
1444checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401"
1445dependencies = [
1446 "android-tzdata",
1447 "iana-time-zone",
1448 "js-sys",
1449 "num-traits",
1450 "serde",
1451 "wasm-bindgen",
1452 "windows-targets 0.52.6",
1453]
1454
1455[[package]]
1456name = "chrono-tz"
1457version = "0.8.6"
1458source = "registry+https://github.com/rust-lang/crates.io-index"
1459checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e"
1460dependencies = [
1461 "chrono",
1462 "chrono-tz-build",
1463 "phf",
1464]
1465
1466[[package]]
1467name = "chrono-tz-build"
1468version = "0.2.1"
1469source = "registry+https://github.com/rust-lang/crates.io-index"
1470checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f"
1471dependencies = [
1472 "parse-zoneinfo",
1473 "phf",
1474 "phf_codegen",
1475]
1476
1477[[package]]
1478name = "colorchoice"
1479version = "1.0.1"
1480source = "registry+https://github.com/rust-lang/crates.io-index"
1481checksum = "0b6a852b24ab71dffc585bcb46eaf7959d175cb865a7152e35b348d1b2960422"
1482
1483[[package]]
1484name = "combine"
1485version = "4.6.7"
1486source = "registry+https://github.com/rust-lang/crates.io-index"
1487checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
1488dependencies = [
1489 "bytes",
1490 "memchr",
1491]
1492
1493[[package]]
1494name = "comfy-table"
1495version = "7.1.1"
1496source = "registry+https://github.com/rust-lang/crates.io-index"
1497checksum = "b34115915337defe99b2aff5c2ce6771e5fbc4079f4b506301f5cf394c8452f7"
1498dependencies = [
1499 "crossterm",
1500 "strum",
1501 "strum_macros 0.26.4",
1502 "unicode-width",
1503]
1504
1505[[package]]
1506name = "concurrent-queue"
1507version = "2.5.0"
1508source = "registry+https://github.com/rust-lang/crates.io-index"
1509checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
1510dependencies = [
1511 "crossbeam-utils",
1512]
1513
1514[[package]]
1515name = "const-oid"
1516version = "0.9.6"
1517source = "registry+https://github.com/rust-lang/crates.io-index"
1518checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
1519
1520[[package]]
1521name = "const-random"
1522version = "0.1.18"
1523source = "registry+https://github.com/rust-lang/crates.io-index"
1524checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
1525dependencies = [
1526 "const-random-macro",
1527]
1528
1529[[package]]
1530name = "const-random-macro"
1531version = "0.1.16"
1532source = "registry+https://github.com/rust-lang/crates.io-index"
1533checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
1534dependencies = [
1535 "getrandom",
1536 "once_cell",
1537 "tiny-keccak",
1538]
1539
1540[[package]]
1541name = "constant_time_eq"
1542version = "0.3.0"
1543source = "registry+https://github.com/rust-lang/crates.io-index"
1544checksum = "f7144d30dcf0fafbce74250a3963025d8d52177934239851c917d29f1df280c2"
1545
1546[[package]]
1547name = "conv"
1548version = "0.3.3"
1549source = "registry+https://github.com/rust-lang/crates.io-index"
1550checksum = "78ff10625fd0ac447827aa30ea8b861fead473bb60aeb73af6c1c58caf0d1299"
1551dependencies = [
1552 "custom_derive",
1553]
1554
1555[[package]]
1556name = "convert_case"
1557version = "0.6.0"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
1560dependencies = [
1561 "unicode-segmentation",
1562]
1563
1564[[package]]
1565name = "core-foundation"
1566version = "0.9.4"
1567source = "registry+https://github.com/rust-lang/crates.io-index"
1568checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
1569dependencies = [
1570 "core-foundation-sys",
1571 "libc",
1572]
1573
1574[[package]]
1575name = "core-foundation-sys"
1576version = "0.8.6"
1577source = "registry+https://github.com/rust-lang/crates.io-index"
1578checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
1579
1580[[package]]
1581name = "cpufeatures"
1582version = "0.2.12"
1583source = "registry+https://github.com/rust-lang/crates.io-index"
1584checksum = "53fe5e26ff1b7aef8bca9c6080520cfb8d9333c7568e1829cef191a9723e5504"
1585dependencies = [
1586 "libc",
1587]
1588
1589[[package]]
1590name = "crc32c"
1591version = "0.6.8"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "3a47af21622d091a8f0fb295b88bc886ac74efcc613efc19f5d0b21de5c89e47"
1594dependencies = [
1595 "rustc_version",
1596]
1597
1598[[package]]
1599name = "crc32fast"
1600version = "1.4.2"
1601source = "registry+https://github.com/rust-lang/crates.io-index"
1602checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
1603dependencies = [
1604 "cfg-if",
1605]
1606
1607[[package]]
1608name = "crossbeam-channel"
1609version = "0.5.13"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "33480d6946193aa8033910124896ca395333cae7e2d1113d1fef6c3272217df2"
1612dependencies = [
1613 "crossbeam-utils",
1614]
1615
1616[[package]]
1617name = "crossbeam-deque"
1618version = "0.8.5"
1619source = "registry+https://github.com/rust-lang/crates.io-index"
1620checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
1621dependencies = [
1622 "crossbeam-epoch",
1623 "crossbeam-utils",
1624]
1625
1626[[package]]
1627name = "crossbeam-epoch"
1628version = "0.9.18"
1629source = "registry+https://github.com/rust-lang/crates.io-index"
1630checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
1631dependencies = [
1632 "crossbeam-utils",
1633]
1634
1635[[package]]
1636name = "crossbeam-queue"
1637version = "0.3.11"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "df0346b5d5e76ac2fe4e327c5fd1118d6be7c51dfb18f9b7922923f287471e35"
1640dependencies = [
1641 "crossbeam-utils",
1642]
1643
1644[[package]]
1645name = "crossbeam-utils"
1646version = "0.8.20"
1647source = "registry+https://github.com/rust-lang/crates.io-index"
1648checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
1649
1650[[package]]
1651name = "crossterm"
1652version = "0.27.0"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "f476fe445d41c9e991fd07515a6f463074b782242ccf4a5b7b1d1012e70824df"
1655dependencies = [
1656 "bitflags 2.6.0",
1657 "crossterm_winapi",
1658 "libc",
1659 "parking_lot",
1660 "winapi",
1661]
1662
1663[[package]]
1664name = "crossterm_winapi"
1665version = "0.9.1"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
1668dependencies = [
1669 "winapi",
1670]
1671
1672[[package]]
1673name = "crunchy"
1674version = "0.2.2"
1675source = "registry+https://github.com/rust-lang/crates.io-index"
1676checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
1677
1678[[package]]
1679name = "crypto-bigint"
1680version = "0.4.9"
1681source = "registry+https://github.com/rust-lang/crates.io-index"
1682checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
1683dependencies = [
1684 "generic-array",
1685 "rand_core",
1686 "subtle",
1687 "zeroize",
1688]
1689
1690[[package]]
1691name = "crypto-bigint"
1692version = "0.5.5"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
1695dependencies = [
1696 "rand_core",
1697 "subtle",
1698]
1699
1700[[package]]
1701name = "crypto-common"
1702version = "0.1.6"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1705dependencies = [
1706 "generic-array",
1707 "typenum",
1708]
1709
1710[[package]]
1711name = "csv"
1712version = "1.3.0"
1713source = "registry+https://github.com/rust-lang/crates.io-index"
1714checksum = "ac574ff4d437a7b5ad237ef331c17ccca63c46479e5b5453eb8e10bb99a759fe"
1715dependencies = [
1716 "csv-core",
1717 "itoa",
1718 "ryu",
1719 "serde",
1720]
1721
1722[[package]]
1723name = "csv-core"
1724version = "0.1.11"
1725source = "registry+https://github.com/rust-lang/crates.io-index"
1726checksum = "5efa2b3d7902f4b634a20cae3c9c4e6209dc4779feb6863329607560143efa70"
1727dependencies = [
1728 "memchr",
1729]
1730
1731[[package]]
1732name = "ctor"
1733version = "0.2.8"
1734source = "registry+https://github.com/rust-lang/crates.io-index"
1735checksum = "edb49164822f3ee45b17acd4a208cfc1251410cf0cad9a833234c9890774dd9f"
1736dependencies = [
1737 "quote",
1738 "syn 2.0.68",
1739]
1740
1741[[package]]
1742name = "custom_derive"
1743version = "0.1.7"
1744source = "registry+https://github.com/rust-lang/crates.io-index"
1745checksum = "ef8ae57c4978a2acd8b869ce6b9ca1dfe817bff704c220209fdef2c0b75a01b9"
1746
1747[[package]]
1748name = "darling"
1749version = "0.20.9"
1750source = "registry+https://github.com/rust-lang/crates.io-index"
1751checksum = "83b2eb4d90d12bdda5ed17de686c2acb4c57914f8f921b8da7e112b5a36f3fe1"
1752dependencies = [
1753 "darling_core",
1754 "darling_macro",
1755]
1756
1757[[package]]
1758name = "darling_core"
1759version = "0.20.9"
1760source = "registry+https://github.com/rust-lang/crates.io-index"
1761checksum = "622687fe0bac72a04e5599029151f5796111b90f1baaa9b544d807a5e31cd120"
1762dependencies = [
1763 "fnv",
1764 "ident_case",
1765 "proc-macro2",
1766 "quote",
1767 "strsim",
1768 "syn 2.0.68",
1769]
1770
1771[[package]]
1772name = "darling_macro"
1773version = "0.20.9"
1774source = "registry+https://github.com/rust-lang/crates.io-index"
1775checksum = "733cabb43482b1a1b53eee8583c2b9e8684d592215ea83efd305dd31bc2f0178"
1776dependencies = [
1777 "darling_core",
1778 "quote",
1779 "syn 2.0.68",
1780]
1781
1782[[package]]
1783name = "dashmap"
1784version = "5.5.3"
1785source = "registry+https://github.com/rust-lang/crates.io-index"
1786checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
1787dependencies = [
1788 "cfg-if",
1789 "hashbrown 0.14.5",
1790 "lock_api",
1791 "once_cell",
1792 "parking_lot_core",
1793]
1794
1795[[package]]
1796name = "datafusion"
1797version = "37.1.0"
1798source = "registry+https://github.com/rust-lang/crates.io-index"
1799checksum = "85069782056753459dc47e386219aa1fdac5b731f26c28abb8c0ffd4b7c5ab11"
1800dependencies = [
1801 "ahash",
1802 "arrow",
1803 "arrow-array",
1804 "arrow-ipc",
1805 "arrow-schema",
1806 "async-trait",
1807 "bytes",
1808 "chrono",
1809 "dashmap",
1810 "datafusion-common",
1811 "datafusion-common-runtime",
1812 "datafusion-execution",
1813 "datafusion-expr",
1814 "datafusion-functions",
1815 "datafusion-functions-array",
1816 "datafusion-optimizer",
1817 "datafusion-physical-expr",
1818 "datafusion-physical-plan",
1819 "datafusion-sql",
1820 "futures",
1821 "glob",
1822 "half",
1823 "hashbrown 0.14.5",
1824 "indexmap 2.2.6",
1825 "itertools",
1826 "log",
1827 "num_cpus",
1828 "object_store",
1829 "parking_lot",
1830 "pin-project-lite",
1831 "rand",
1832 "sqlparser 0.44.0",
1833 "tempfile",
1834 "tokio",
1835 "url",
1836 "uuid",
1837]
1838
1839[[package]]
1840name = "datafusion-common"
1841version = "37.1.0"
1842source = "registry+https://github.com/rust-lang/crates.io-index"
1843checksum = "309d9040751f6dc9e33c85dce6abb55a46ef7ea3644577dd014611c379447ef3"
1844dependencies = [
1845 "ahash",
1846 "arrow",
1847 "arrow-array",
1848 "arrow-buffer",
1849 "arrow-schema",
1850 "chrono",
1851 "half",
1852 "instant",
1853 "libc",
1854 "num_cpus",
1855 "object_store",
1856 "sqlparser 0.44.0",
1857]
1858
1859[[package]]
1860name = "datafusion-common-runtime"
1861version = "37.1.0"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "a3e4a44d8ef1b1e85d32234e6012364c411c3787859bb3bba893b0332cb03dfd"
1864dependencies = [
1865 "tokio",
1866]
1867
1868[[package]]
1869name = "datafusion-execution"
1870version = "37.1.0"
1871source = "registry+https://github.com/rust-lang/crates.io-index"
1872checksum = "06a3a29ae36bcde07d179cc33b45656a8e7e4d023623e320e48dcf1200eeee95"
1873dependencies = [
1874 "arrow",
1875 "chrono",
1876 "dashmap",
1877 "datafusion-common",
1878 "datafusion-expr",
1879 "futures",
1880 "hashbrown 0.14.5",
1881 "log",
1882 "object_store",
1883 "parking_lot",
1884 "rand",
1885 "tempfile",
1886 "url",
1887]
1888
1889[[package]]
1890name = "datafusion-expr"
1891version = "37.1.0"
1892source = "registry+https://github.com/rust-lang/crates.io-index"
1893checksum = "2a3542aa322029c2121a671ce08000d4b274171070df13f697b14169ccf4f628"
1894dependencies = [
1895 "ahash",
1896 "arrow",
1897 "arrow-array",
1898 "chrono",
1899 "datafusion-common",
1900 "paste",
1901 "sqlparser 0.44.0",
1902 "strum",
1903 "strum_macros 0.26.4",
1904]
1905
1906[[package]]
1907name = "datafusion-functions"
1908version = "37.1.0"
1909source = "registry+https://github.com/rust-lang/crates.io-index"
1910checksum = "dd221792c666eac174ecc09e606312844772acc12cbec61a420c2fca1ee70959"
1911dependencies = [
1912 "arrow",
1913 "base64 0.22.1",
1914 "blake2",
1915 "blake3",
1916 "chrono",
1917 "datafusion-common",
1918 "datafusion-execution",
1919 "datafusion-expr",
1920 "datafusion-physical-expr",
1921 "hex",
1922 "itertools",
1923 "log",
1924 "md-5",
1925 "regex",
1926 "sha2",
1927 "unicode-segmentation",
1928 "uuid",
1929]
1930
1931[[package]]
1932name = "datafusion-functions-array"
1933version = "37.1.0"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "e501801e84d9c6ef54caaebcda1b18a6196a24176c12fb70e969bc0572e03c55"
1936dependencies = [
1937 "arrow",
1938 "arrow-array",
1939 "arrow-buffer",
1940 "arrow-ord",
1941 "arrow-schema",
1942 "datafusion-common",
1943 "datafusion-execution",
1944 "datafusion-expr",
1945 "datafusion-functions",
1946 "itertools",
1947 "log",
1948 "paste",
1949]
1950
1951[[package]]
1952name = "datafusion-optimizer"
1953version = "37.1.0"
1954source = "registry+https://github.com/rust-lang/crates.io-index"
1955checksum = "76bd7f5087817deb961764e8c973d243b54f8572db414a8f0a8f33a48f991e0a"
1956dependencies = [
1957 "arrow",
1958 "async-trait",
1959 "chrono",
1960 "datafusion-common",
1961 "datafusion-expr",
1962 "datafusion-physical-expr",
1963 "hashbrown 0.14.5",
1964 "itertools",
1965 "log",
1966 "regex-syntax",
1967]
1968
1969[[package]]
1970name = "datafusion-physical-expr"
1971version = "37.1.0"
1972source = "registry+https://github.com/rust-lang/crates.io-index"
1973checksum = "5cabc0d9aaa0f5eb1b472112f16223c9ffd2fb04e58cbf65c0a331ee6e993f96"
1974dependencies = [
1975 "ahash",
1976 "arrow",
1977 "arrow-array",
1978 "arrow-buffer",
1979 "arrow-ord",
1980 "arrow-schema",
1981 "arrow-string",
1982 "base64 0.22.1",
1983 "blake2",
1984 "blake3",
1985 "chrono",
1986 "datafusion-common",
1987 "datafusion-execution",
1988 "datafusion-expr",
1989 "half",
1990 "hashbrown 0.14.5",
1991 "hex",
1992 "indexmap 2.2.6",
1993 "itertools",
1994 "log",
1995 "md-5",
1996 "paste",
1997 "petgraph",
1998 "rand",
1999 "regex",
2000 "sha2",
2001 "unicode-segmentation",
2002]
2003
2004[[package]]
2005name = "datafusion-physical-plan"
2006version = "37.1.0"
2007source = "registry+https://github.com/rust-lang/crates.io-index"
2008checksum = "17c0523e9c8880f2492a88bbd857dde02bed1ed23f3e9211a89d3d7ec3b44af9"
2009dependencies = [
2010 "ahash",
2011 "arrow",
2012 "arrow-array",
2013 "arrow-buffer",
2014 "arrow-schema",
2015 "async-trait",
2016 "chrono",
2017 "datafusion-common",
2018 "datafusion-common-runtime",
2019 "datafusion-execution",
2020 "datafusion-expr",
2021 "datafusion-physical-expr",
2022 "futures",
2023 "half",
2024 "hashbrown 0.14.5",
2025 "indexmap 2.2.6",
2026 "itertools",
2027 "log",
2028 "once_cell",
2029 "parking_lot",
2030 "pin-project-lite",
2031 "rand",
2032 "tokio",
2033]
2034
2035[[package]]
2036name = "datafusion-sql"
2037version = "37.1.0"
2038source = "registry+https://github.com/rust-lang/crates.io-index"
2039checksum = "49eb54b42227136f6287573f2434b1de249fe1b8e6cd6cc73a634e4a3ec29356"
2040dependencies = [
2041 "arrow",
2042 "arrow-array",
2043 "arrow-schema",
2044 "datafusion-common",
2045 "datafusion-expr",
2046 "log",
2047 "sqlparser 0.44.0",
2048 "strum",
2049]
2050
2051[[package]]
2052name = "deepsize"
2053version = "0.2.0"
2054source = "registry+https://github.com/rust-lang/crates.io-index"
2055checksum = "1cdb987ec36f6bf7bfbea3f928b75590b736fc42af8e54d97592481351b2b96c"
2056dependencies = [
2057 "deepsize_derive",
2058]
2059
2060[[package]]
2061name = "deepsize_derive"
2062version = "0.1.2"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "990101d41f3bc8c1a45641024377ee284ecc338e5ecf3ea0f0e236d897c72796"
2065dependencies = [
2066 "proc-macro2",
2067 "quote",
2068 "syn 1.0.109",
2069]
2070
2071[[package]]
2072name = "der"
2073version = "0.6.1"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
2076dependencies = [
2077 "const-oid",
2078 "zeroize",
2079]
2080
2081[[package]]
2082name = "deranged"
2083version = "0.3.11"
2084source = "registry+https://github.com/rust-lang/crates.io-index"
2085checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
2086dependencies = [
2087 "powerfmt",
2088 "serde",
2089]
2090
2091[[package]]
2092name = "derive_builder"
2093version = "0.20.0"
2094source = "registry+https://github.com/rust-lang/crates.io-index"
2095checksum = "0350b5cb0331628a5916d6c5c0b72e97393b8b6b03b47a9284f4e7f5a405ffd7"
2096dependencies = [
2097 "derive_builder_macro",
2098]
2099
2100[[package]]
2101name = "derive_builder_core"
2102version = "0.20.0"
2103source = "registry+https://github.com/rust-lang/crates.io-index"
2104checksum = "d48cda787f839151732d396ac69e3473923d54312c070ee21e9effcaa8ca0b1d"
2105dependencies = [
2106 "darling",
2107 "proc-macro2",
2108 "quote",
2109 "syn 2.0.68",
2110]
2111
2112[[package]]
2113name = "derive_builder_macro"
2114version = "0.20.0"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "206868b8242f27cecce124c19fd88157fbd0dd334df2587f36417bafbc85097b"
2117dependencies = [
2118 "derive_builder_core",
2119 "syn 2.0.68",
2120]
2121
2122[[package]]
2123name = "digest"
2124version = "0.10.7"
2125source = "registry+https://github.com/rust-lang/crates.io-index"
2126checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2127dependencies = [
2128 "block-buffer",
2129 "crypto-common",
2130 "subtle",
2131]
2132
2133[[package]]
2134name = "dirs"
2135version = "5.0.1"
2136source = "registry+https://github.com/rust-lang/crates.io-index"
2137checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225"
2138dependencies = [
2139 "dirs-sys",
2140]
2141
2142[[package]]
2143name = "dirs-sys"
2144version = "0.4.1"
2145source = "registry+https://github.com/rust-lang/crates.io-index"
2146checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c"
2147dependencies = [
2148 "libc",
2149 "option-ext",
2150 "redox_users",
2151 "windows-sys 0.48.0",
2152]
2153
2154[[package]]
2155name = "doc-comment"
2156version = "0.3.3"
2157source = "registry+https://github.com/rust-lang/crates.io-index"
2158checksum = "fea41bba32d969b513997752735605054bc0dfa92b4c56bf1189f2e174be7a10"
2159
2160[[package]]
2161name = "dyn-clone"
2162version = "1.0.17"
2163source = "registry+https://github.com/rust-lang/crates.io-index"
2164checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
2165
2166[[package]]
2167name = "ecdsa"
2168version = "0.14.8"
2169source = "registry+https://github.com/rust-lang/crates.io-index"
2170checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
2171dependencies = [
2172 "der",
2173 "elliptic-curve",
2174 "rfc6979",
2175 "signature",
2176]
2177
2178[[package]]
2179name = "either"
2180version = "1.13.0"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
2183
2184[[package]]
2185name = "elliptic-curve"
2186version = "0.12.3"
2187source = "registry+https://github.com/rust-lang/crates.io-index"
2188checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
2189dependencies = [
2190 "base16ct",
2191 "crypto-bigint 0.4.9",
2192 "der",
2193 "digest",
2194 "ff",
2195 "generic-array",
2196 "group",
2197 "pkcs8",
2198 "rand_core",
2199 "sec1",
2200 "subtle",
2201 "zeroize",
2202]
2203
2204[[package]]
2205name = "encoding_rs"
2206version = "0.8.34"
2207source = "registry+https://github.com/rust-lang/crates.io-index"
2208checksum = "b45de904aa0b010bce2ab45264d0631681847fa7b6f2eaa7dab7619943bc4f59"
2209dependencies = [
2210 "cfg-if",
2211]
2212
2213[[package]]
2214name = "enum_dispatch"
2215version = "0.3.13"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
2218dependencies = [
2219 "once_cell",
2220 "proc-macro2",
2221 "quote",
2222 "syn 2.0.68",
2223]
2224
2225[[package]]
2226name = "env_filter"
2227version = "0.1.0"
2228source = "registry+https://github.com/rust-lang/crates.io-index"
2229checksum = "a009aa4810eb158359dda09d0c87378e4bbb89b5a801f016885a4707ba24f7ea"
2230dependencies = [
2231 "log",
2232 "regex",
2233]
2234
2235[[package]]
2236name = "env_logger"
2237version = "0.10.2"
2238source = "registry+https://github.com/rust-lang/crates.io-index"
2239checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
2240dependencies = [
2241 "humantime",
2242 "is-terminal",
2243 "log",
2244 "regex",
2245 "termcolor",
2246]
2247
2248[[package]]
2249name = "env_logger"
2250version = "0.11.3"
2251source = "registry+https://github.com/rust-lang/crates.io-index"
2252checksum = "38b35839ba51819680ba087cd351788c9a3c476841207e0b8cee0b04722343b9"
2253dependencies = [
2254 "anstream",
2255 "anstyle",
2256 "env_filter",
2257 "humantime",
2258 "log",
2259]
2260
2261[[package]]
2262name = "equivalent"
2263version = "1.0.1"
2264source = "registry+https://github.com/rust-lang/crates.io-index"
2265checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
2266
2267[[package]]
2268name = "errno"
2269version = "0.3.9"
2270source = "registry+https://github.com/rust-lang/crates.io-index"
2271checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba"
2272dependencies = [
2273 "libc",
2274 "windows-sys 0.52.0",
2275]
2276
2277[[package]]
2278name = "error-chain"
2279version = "0.12.4"
2280source = "registry+https://github.com/rust-lang/crates.io-index"
2281checksum = "2d2f06b9cac1506ece98fe3231e3cc9c4410ec3d5b1f24ae1c8946f0742cdefc"
2282dependencies = [
2283 "version_check",
2284]
2285
2286[[package]]
2287name = "ethnum"
2288version = "1.5.0"
2289source = "registry+https://github.com/rust-lang/crates.io-index"
2290checksum = "b90ca2580b73ab6a1f724b76ca11ab632df820fd6040c336200d2c1df7b3c82c"
2291
2292[[package]]
2293name = "event-listener"
2294version = "4.0.3"
2295source = "registry+https://github.com/rust-lang/crates.io-index"
2296checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
2297dependencies = [
2298 "concurrent-queue",
2299 "parking",
2300 "pin-project-lite",
2301]
2302
2303[[package]]
2304name = "eventsource-stream"
2305version = "0.2.3"
2306source = "registry+https://github.com/rust-lang/crates.io-index"
2307checksum = "74fef4569247a5f429d9156b9d0a2599914385dd189c539334c625d8099d90ab"
2308dependencies = [
2309 "futures-core",
2310 "nom",
2311 "pin-project-lite",
2312]
2313
2314[[package]]
2315name = "fallible-streaming-iterator"
2316version = "0.1.9"
2317source = "registry+https://github.com/rust-lang/crates.io-index"
2318checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
2319
2320[[package]]
2321name = "fast-float"
2322version = "0.2.0"
2323source = "registry+https://github.com/rust-lang/crates.io-index"
2324checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c"
2325
2326[[package]]
2327name = "fastrand"
2328version = "2.1.0"
2329source = "registry+https://github.com/rust-lang/crates.io-index"
2330checksum = "9fc0510504f03c51ada170672ac806f1f105a88aa97a5281117e1ddc3368e51a"
2331
2332[[package]]
2333name = "ff"
2334version = "0.12.1"
2335source = "registry+https://github.com/rust-lang/crates.io-index"
2336checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
2337dependencies = [
2338 "rand_core",
2339 "subtle",
2340]
2341
2342[[package]]
2343name = "fixedbitset"
2344version = "0.4.2"
2345source = "registry+https://github.com/rust-lang/crates.io-index"
2346checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2347
2348[[package]]
2349name = "flatbuffers"
2350version = "23.5.26"
2351source = "registry+https://github.com/rust-lang/crates.io-index"
2352checksum = "4dac53e22462d78c16d64a1cd22371b54cc3fe94aa15e7886a2fa6e5d1ab8640"
2353dependencies = [
2354 "bitflags 1.3.2",
2355 "rustc_version",
2356]
2357
2358[[package]]
2359name = "flate2"
2360version = "1.0.30"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "5f54427cfd1c7829e2a139fcefea601bf088ebca651d2bf53ebc600eac295dae"
2363dependencies = [
2364 "crc32fast",
2365 "miniz_oxide",
2366]
2367
2368[[package]]
2369name = "fnv"
2370version = "1.0.7"
2371source = "registry+https://github.com/rust-lang/crates.io-index"
2372checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2373
2374[[package]]
2375name = "foreign-types"
2376version = "0.3.2"
2377source = "registry+https://github.com/rust-lang/crates.io-index"
2378checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2379dependencies = [
2380 "foreign-types-shared",
2381]
2382
2383[[package]]
2384name = "foreign-types-shared"
2385version = "0.1.1"
2386source = "registry+https://github.com/rust-lang/crates.io-index"
2387checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2388
2389[[package]]
2390name = "foreign_vec"
2391version = "0.1.0"
2392source = "registry+https://github.com/rust-lang/crates.io-index"
2393checksum = "ee1b05cbd864bcaecbd3455d6d967862d446e4ebfc3c2e5e5b9841e53cba6673"
2394
2395[[package]]
2396name = "form_urlencoded"
2397version = "1.2.1"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
2400dependencies = [
2401 "percent-encoding",
2402]
2403
2404[[package]]
2405name = "funty"
2406version = "2.0.0"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
2409
2410[[package]]
2411name = "futures"
2412version = "0.3.30"
2413source = "registry+https://github.com/rust-lang/crates.io-index"
2414checksum = "645c6916888f6cb6350d2550b80fb63e734897a8498abe35cfb732b6487804b0"
2415dependencies = [
2416 "futures-channel",
2417 "futures-core",
2418 "futures-executor",
2419 "futures-io",
2420 "futures-sink",
2421 "futures-task",
2422 "futures-util",
2423]
2424
2425[[package]]
2426name = "futures-channel"
2427version = "0.3.30"
2428source = "registry+https://github.com/rust-lang/crates.io-index"
2429checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
2430dependencies = [
2431 "futures-core",
2432 "futures-sink",
2433]
2434
2435[[package]]
2436name = "futures-core"
2437version = "0.3.30"
2438source = "registry+https://github.com/rust-lang/crates.io-index"
2439checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
2440
2441[[package]]
2442name = "futures-executor"
2443version = "0.3.30"
2444source = "registry+https://github.com/rust-lang/crates.io-index"
2445checksum = "a576fc72ae164fca6b9db127eaa9a9dda0d61316034f33a0a0d4eda41f02b01d"
2446dependencies = [
2447 "futures-core",
2448 "futures-task",
2449 "futures-util",
2450]
2451
2452[[package]]
2453name = "futures-io"
2454version = "0.3.30"
2455source = "registry+https://github.com/rust-lang/crates.io-index"
2456checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
2457
2458[[package]]
2459name = "futures-macro"
2460version = "0.3.30"
2461source = "registry+https://github.com/rust-lang/crates.io-index"
2462checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
2463dependencies = [
2464 "proc-macro2",
2465 "quote",
2466 "syn 2.0.68",
2467]
2468
2469[[package]]
2470name = "futures-sink"
2471version = "0.3.30"
2472source = "registry+https://github.com/rust-lang/crates.io-index"
2473checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
2474
2475[[package]]
2476name = "futures-task"
2477version = "0.3.30"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
2480
2481[[package]]
2482name = "futures-timer"
2483version = "3.0.3"
2484source = "registry+https://github.com/rust-lang/crates.io-index"
2485checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24"
2486
2487[[package]]
2488name = "futures-util"
2489version = "0.3.30"
2490source = "registry+https://github.com/rust-lang/crates.io-index"
2491checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
2492dependencies = [
2493 "futures-channel",
2494 "futures-core",
2495 "futures-io",
2496 "futures-macro",
2497 "futures-sink",
2498 "futures-task",
2499 "memchr",
2500 "pin-project-lite",
2501 "pin-utils",
2502 "slab",
2503]
2504
2505[[package]]
2506name = "generic-array"
2507version = "0.14.7"
2508source = "registry+https://github.com/rust-lang/crates.io-index"
2509checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2510dependencies = [
2511 "typenum",
2512 "version_check",
2513]
2514
2515[[package]]
2516name = "getrandom"
2517version = "0.2.15"
2518source = "registry+https://github.com/rust-lang/crates.io-index"
2519checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
2520dependencies = [
2521 "cfg-if",
2522 "js-sys",
2523 "libc",
2524 "wasi",
2525 "wasm-bindgen",
2526]
2527
2528[[package]]
2529name = "gimli"
2530version = "0.29.0"
2531source = "registry+https://github.com/rust-lang/crates.io-index"
2532checksum = "40ecd4077b5ae9fd2e9e169b102c6c330d0605168eb0e8bf79952b256dbefffd"
2533
2534[[package]]
2535name = "glob"
2536version = "0.3.1"
2537source = "registry+https://github.com/rust-lang/crates.io-index"
2538checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2539
2540[[package]]
2541name = "group"
2542version = "0.12.1"
2543source = "registry+https://github.com/rust-lang/crates.io-index"
2544checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
2545dependencies = [
2546 "ff",
2547 "rand_core",
2548 "subtle",
2549]
2550
2551[[package]]
2552name = "h2"
2553version = "0.3.26"
2554source = "registry+https://github.com/rust-lang/crates.io-index"
2555checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8"
2556dependencies = [
2557 "bytes",
2558 "fnv",
2559 "futures-core",
2560 "futures-sink",
2561 "futures-util",
2562 "http 0.2.12",
2563 "indexmap 2.2.6",
2564 "slab",
2565 "tokio",
2566 "tokio-util",
2567 "tracing",
2568]
2569
2570[[package]]
2571name = "half"
2572version = "2.4.1"
2573source = "registry+https://github.com/rust-lang/crates.io-index"
2574checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
2575dependencies = [
2576 "cfg-if",
2577 "crunchy",
2578 "num-traits",
2579]
2580
2581[[package]]
2582name = "hashbrown"
2583version = "0.12.3"
2584source = "registry+https://github.com/rust-lang/crates.io-index"
2585checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2586
2587[[package]]
2588name = "hashbrown"
2589version = "0.14.5"
2590source = "registry+https://github.com/rust-lang/crates.io-index"
2591checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
2592dependencies = [
2593 "ahash",
2594 "allocator-api2",
2595 "rayon",
2596]
2597
2598[[package]]
2599name = "heck"
2600version = "0.4.1"
2601source = "registry+https://github.com/rust-lang/crates.io-index"
2602checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2603
2604[[package]]
2605name = "heck"
2606version = "0.5.0"
2607source = "registry+https://github.com/rust-lang/crates.io-index"
2608checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
2609
2610[[package]]
2611name = "hermit-abi"
2612version = "0.3.9"
2613source = "registry+https://github.com/rust-lang/crates.io-index"
2614checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
2615
2616[[package]]
2617name = "hex"
2618version = "0.4.3"
2619source = "registry+https://github.com/rust-lang/crates.io-index"
2620checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2621
2622[[package]]
2623name = "hmac"
2624version = "0.12.1"
2625source = "registry+https://github.com/rust-lang/crates.io-index"
2626checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
2627dependencies = [
2628 "digest",
2629]
2630
2631[[package]]
2632name = "home"
2633version = "0.5.9"
2634source = "registry+https://github.com/rust-lang/crates.io-index"
2635checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
2636dependencies = [
2637 "windows-sys 0.52.0",
2638]
2639
2640[[package]]
2641name = "http"
2642version = "0.2.12"
2643source = "registry+https://github.com/rust-lang/crates.io-index"
2644checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
2645dependencies = [
2646 "bytes",
2647 "fnv",
2648 "itoa",
2649]
2650
2651[[package]]
2652name = "http"
2653version = "1.1.0"
2654source = "registry+https://github.com/rust-lang/crates.io-index"
2655checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
2656dependencies = [
2657 "bytes",
2658 "fnv",
2659 "itoa",
2660]
2661
2662[[package]]
2663name = "http-body"
2664version = "0.4.6"
2665source = "registry+https://github.com/rust-lang/crates.io-index"
2666checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
2667dependencies = [
2668 "bytes",
2669 "http 0.2.12",
2670 "pin-project-lite",
2671]
2672
2673[[package]]
2674name = "http-body"
2675version = "1.0.0"
2676source = "registry+https://github.com/rust-lang/crates.io-index"
2677checksum = "1cac85db508abc24a2e48553ba12a996e87244a0395ce011e62b37158745d643"
2678dependencies = [
2679 "bytes",
2680 "http 1.1.0",
2681]
2682
2683[[package]]
2684name = "http-body-util"
2685version = "0.1.2"
2686source = "registry+https://github.com/rust-lang/crates.io-index"
2687checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
2688dependencies = [
2689 "bytes",
2690 "futures-util",
2691 "http 1.1.0",
2692 "http-body 1.0.0",
2693 "pin-project-lite",
2694]
2695
2696[[package]]
2697name = "httparse"
2698version = "1.9.4"
2699source = "registry+https://github.com/rust-lang/crates.io-index"
2700checksum = "0fcc0b4a115bf80b728eb8ea024ad5bd707b615bfed49e0665b6e0f86fd082d9"
2701
2702[[package]]
2703name = "httpdate"
2704version = "1.0.3"
2705source = "registry+https://github.com/rust-lang/crates.io-index"
2706checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
2707
2708[[package]]
2709name = "humantime"
2710version = "2.1.0"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
2713
2714[[package]]
2715name = "hyper"
2716version = "0.14.29"
2717source = "registry+https://github.com/rust-lang/crates.io-index"
2718checksum = "f361cde2f109281a220d4307746cdfd5ee3f410da58a70377762396775634b33"
2719dependencies = [
2720 "bytes",
2721 "futures-channel",
2722 "futures-core",
2723 "futures-util",
2724 "h2",
2725 "http 0.2.12",
2726 "http-body 0.4.6",
2727 "httparse",
2728 "httpdate",
2729 "itoa",
2730 "pin-project-lite",
2731 "socket2",
2732 "tokio",
2733 "tower-service",
2734 "tracing",
2735 "want",
2736]
2737
2738[[package]]
2739name = "hyper"
2740version = "1.4.0"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "c4fe55fb7a772d59a5ff1dfbff4fe0258d19b89fec4b233e75d35d5d2316badc"
2743dependencies = [
2744 "bytes",
2745 "futures-channel",
2746 "futures-util",
2747 "http 1.1.0",
2748 "http-body 1.0.0",
2749 "httparse",
2750 "itoa",
2751 "pin-project-lite",
2752 "smallvec",
2753 "tokio",
2754 "want",
2755]
2756
2757[[package]]
2758name = "hyper-rustls"
2759version = "0.24.2"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
2762dependencies = [
2763 "futures-util",
2764 "http 0.2.12",
2765 "hyper 0.14.29",
2766 "log",
2767 "rustls 0.21.12",
2768 "rustls-native-certs 0.6.3",
2769 "tokio",
2770 "tokio-rustls 0.24.1",
2771]
2772
2773[[package]]
2774name = "hyper-rustls"
2775version = "0.27.2"
2776source = "registry+https://github.com/rust-lang/crates.io-index"
2777checksum = "5ee4be2c948921a1a5320b629c4193916ed787a7f7f293fd3f7f5a6c9de74155"
2778dependencies = [
2779 "futures-util",
2780 "http 1.1.0",
2781 "hyper 1.4.0",
2782 "hyper-util",
2783 "rustls 0.23.10",
2784 "rustls-native-certs 0.7.1",
2785 "rustls-pki-types",
2786 "tokio",
2787 "tokio-rustls 0.26.0",
2788 "tower-service",
2789]
2790
2791[[package]]
2792name = "hyper-tls"
2793version = "0.5.0"
2794source = "registry+https://github.com/rust-lang/crates.io-index"
2795checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
2796dependencies = [
2797 "bytes",
2798 "hyper 0.14.29",
2799 "native-tls",
2800 "tokio",
2801 "tokio-native-tls",
2802]
2803
2804[[package]]
2805name = "hyper-util"
2806version = "0.1.6"
2807source = "registry+https://github.com/rust-lang/crates.io-index"
2808checksum = "3ab92f4f49ee4fb4f997c784b7a2e0fa70050211e0b6a287f898c3c9785ca956"
2809dependencies = [
2810 "bytes",
2811 "futures-channel",
2812 "futures-util",
2813 "http 1.1.0",
2814 "http-body 1.0.0",
2815 "hyper 1.4.0",
2816 "pin-project-lite",
2817 "socket2",
2818 "tokio",
2819 "tower",
2820 "tower-service",
2821 "tracing",
2822]
2823
2824[[package]]
2825name = "iana-time-zone"
2826version = "0.1.60"
2827source = "registry+https://github.com/rust-lang/crates.io-index"
2828checksum = "e7ffbb5a1b541ea2561f8c41c087286cc091e21e556a4f09a8f6cbf17b69b141"
2829dependencies = [
2830 "android_system_properties",
2831 "core-foundation-sys",
2832 "iana-time-zone-haiku",
2833 "js-sys",
2834 "wasm-bindgen",
2835 "windows-core",
2836]
2837
2838[[package]]
2839name = "iana-time-zone-haiku"
2840version = "0.1.2"
2841source = "registry+https://github.com/rust-lang/crates.io-index"
2842checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
2843dependencies = [
2844 "cc",
2845]
2846
2847[[package]]
2848name = "ident_case"
2849version = "1.0.1"
2850source = "registry+https://github.com/rust-lang/crates.io-index"
2851checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
2852
2853[[package]]
2854name = "idna"
2855version = "0.5.0"
2856source = "registry+https://github.com/rust-lang/crates.io-index"
2857checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
2858dependencies = [
2859 "unicode-bidi",
2860 "unicode-normalization",
2861]
2862
2863[[package]]
2864name = "indexmap"
2865version = "1.9.3"
2866source = "registry+https://github.com/rust-lang/crates.io-index"
2867checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
2868dependencies = [
2869 "autocfg",
2870 "hashbrown 0.12.3",
2871 "serde",
2872]
2873
2874[[package]]
2875name = "indexmap"
2876version = "2.2.6"
2877source = "registry+https://github.com/rust-lang/crates.io-index"
2878checksum = "168fb715dda47215e360912c096649d23d58bf392ac62f73919e831745e40f26"
2879dependencies = [
2880 "equivalent",
2881 "hashbrown 0.14.5",
2882 "serde",
2883]
2884
2885[[package]]
2886name = "indoc"
2887version = "2.0.5"
2888source = "registry+https://github.com/rust-lang/crates.io-index"
2889checksum = "b248f5224d1d606005e02c97f5aa4e88eeb230488bcc03bc9ca4d7991399f2b5"
2890
2891[[package]]
2892name = "instant"
2893version = "0.1.13"
2894source = "registry+https://github.com/rust-lang/crates.io-index"
2895checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
2896dependencies = [
2897 "cfg-if",
2898 "js-sys",
2899 "wasm-bindgen",
2900 "web-sys",
2901]
2902
2903[[package]]
2904name = "ipnet"
2905version = "2.9.0"
2906source = "registry+https://github.com/rust-lang/crates.io-index"
2907checksum = "8f518f335dce6725a761382244631d86cf0ccb2863413590b31338feb467f9c3"
2908
2909[[package]]
2910name = "is-terminal"
2911version = "0.4.12"
2912source = "registry+https://github.com/rust-lang/crates.io-index"
2913checksum = "f23ff5ef2b80d608d61efee834934d862cd92461afc0560dedf493e4c033738b"
2914dependencies = [
2915 "hermit-abi",
2916 "libc",
2917 "windows-sys 0.52.0",
2918]
2919
2920[[package]]
2921name = "is_terminal_polyfill"
2922version = "1.70.0"
2923source = "registry+https://github.com/rust-lang/crates.io-index"
2924checksum = "f8478577c03552c21db0e2724ffb8986a5ce7af88107e6be5d2ee6e158c12800"
2925
2926[[package]]
2927name = "itertools"
2928version = "0.12.1"
2929source = "registry+https://github.com/rust-lang/crates.io-index"
2930checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
2931dependencies = [
2932 "either",
2933]
2934
2935[[package]]
2936name = "itoa"
2937version = "1.0.11"
2938source = "registry+https://github.com/rust-lang/crates.io-index"
2939checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b"
2940
2941[[package]]
2942name = "itoap"
2943version = "1.0.1"
2944source = "registry+https://github.com/rust-lang/crates.io-index"
2945checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8"
2946
2947[[package]]
2948name = "jni"
2949version = "0.21.1"
2950source = "registry+https://github.com/rust-lang/crates.io-index"
2951checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
2952dependencies = [
2953 "cesu8",
2954 "cfg-if",
2955 "combine",
2956 "jni-sys",
2957 "log",
2958 "thiserror",
2959 "walkdir",
2960 "windows-sys 0.45.0",
2961]
2962
2963[[package]]
2964name = "jni-sys"
2965version = "0.3.0"
2966source = "registry+https://github.com/rust-lang/crates.io-index"
2967checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
2968
2969[[package]]
2970name = "jobserver"
2971version = "0.1.31"
2972source = "registry+https://github.com/rust-lang/crates.io-index"
2973checksum = "d2b099aaa34a9751c5bf0878add70444e1ed2dd73f347be99003d4577277de6e"
2974dependencies = [
2975 "libc",
2976]
2977
2978[[package]]
2979name = "js-sys"
2980version = "0.3.69"
2981source = "registry+https://github.com/rust-lang/crates.io-index"
2982checksum = "29c15563dc2726973df627357ce0c9ddddbea194836909d655df6a75d2cf296d"
2983dependencies = [
2984 "wasm-bindgen",
2985]
2986
2987[[package]]
2988name = "lance"
2989version = "0.13.0"
2990source = "registry+https://github.com/rust-lang/crates.io-index"
2991checksum = "c8ed48a5a771bae64f4921867da25af3d9629e773d1a31298f400cecaf57a120"
2992dependencies = [
2993 "arrow",
2994 "arrow-arith",
2995 "arrow-array",
2996 "arrow-buffer",
2997 "arrow-ord",
2998 "arrow-row",
2999 "arrow-schema",
3000 "arrow-select",
3001 "async-recursion",
3002 "async-trait",
3003 "async_cell",
3004 "aws-credential-types 0.56.1",
3005 "aws-sdk-dynamodb",
3006 "byteorder",
3007 "bytes",
3008 "chrono",
3009 "dashmap",
3010 "datafusion",
3011 "datafusion-functions",
3012 "datafusion-physical-expr",
3013 "deepsize",
3014 "futures",
3015 "half",
3016 "itertools",
3017 "lance-arrow",
3018 "lance-core",
3019 "lance-datafusion",
3020 "lance-datagen",
3021 "lance-encoding",
3022 "lance-file",
3023 "lance-index",
3024 "lance-io",
3025 "lance-linalg",
3026 "lance-table",
3027 "lazy_static",
3028 "log",
3029 "lru_time_cache",
3030 "moka",
3031 "num_cpus",
3032 "object_store",
3033 "ordered-float",
3034 "pin-project",
3035 "prost",
3036 "prost-build",
3037 "rand",
3038 "roaring",
3039 "serde",
3040 "serde_json",
3041 "snafu",
3042 "tempfile",
3043 "tokio",
3044 "tracing",
3045 "url",
3046 "uuid",
3047]
3048
3049[[package]]
3050name = "lance-arrow"
3051version = "0.13.0"
3052source = "registry+https://github.com/rust-lang/crates.io-index"
3053checksum = "4cbd8e35d0c6995bcb5245cd4bec751669ba13d7bc2f744edf32f396465f8b71"
3054dependencies = [
3055 "arrow-array",
3056 "arrow-buffer",
3057 "arrow-cast",
3058 "arrow-data",
3059 "arrow-schema",
3060 "arrow-select",
3061 "getrandom",
3062 "half",
3063 "num-traits",
3064 "rand",
3065 "serde",
3066]
3067
3068[[package]]
3069name = "lance-core"
3070version = "0.13.0"
3071source = "registry+https://github.com/rust-lang/crates.io-index"
3072checksum = "6dc2115378e1aca9b02e905c0a34fe26da5be14c6cc113f28188c1e2950f2216"
3073dependencies = [
3074 "arrow-array",
3075 "arrow-buffer",
3076 "arrow-schema",
3077 "async-trait",
3078 "byteorder",
3079 "bytes",
3080 "chrono",
3081 "datafusion-common",
3082 "datafusion-sql",
3083 "deepsize",
3084 "futures",
3085 "lance-arrow",
3086 "lazy_static",
3087 "libc",
3088 "mock_instant",
3089 "moka",
3090 "num_cpus",
3091 "object_store",
3092 "pin-project",
3093 "prost",
3094 "rand",
3095 "roaring",
3096 "serde_json",
3097 "snafu",
3098 "tokio",
3099 "tokio-stream",
3100 "tokio-util",
3101 "tracing",
3102 "url",
3103]
3104
3105[[package]]
3106name = "lance-datafusion"
3107version = "0.13.0"
3108source = "registry+https://github.com/rust-lang/crates.io-index"
3109checksum = "c1e5e1cc7d02b1d10da8ce424efdb2ee5520cd4d65f2ff6e738967989beff708"
3110dependencies = [
3111 "arrow",
3112 "arrow-array",
3113 "arrow-ord",
3114 "arrow-schema",
3115 "async-trait",
3116 "datafusion",
3117 "datafusion-common",
3118 "datafusion-functions",
3119 "datafusion-physical-expr",
3120 "futures",
3121 "lance-arrow",
3122 "lance-core",
3123 "log",
3124 "prost",
3125 "snafu",
3126 "tokio",
3127]
3128
3129[[package]]
3130name = "lance-datagen"
3131version = "0.13.0"
3132source = "registry+https://github.com/rust-lang/crates.io-index"
3133checksum = "5464d1cf3626f87fbcb9c8309de121784461bc7034f85c468653360d05581d5d"
3134dependencies = [
3135 "arrow",
3136 "arrow-array",
3137 "arrow-cast",
3138 "arrow-schema",
3139 "chrono",
3140 "futures",
3141 "hex",
3142 "rand",
3143 "rand_xoshiro",
3144]
3145
3146[[package]]
3147name = "lance-encoding"
3148version = "0.13.0"
3149source = "registry+https://github.com/rust-lang/crates.io-index"
3150checksum = "07cdb1ad95a323d8c247447aafa4f98dc147555eb4408baf3fbc5dea3e5a9bad"
3151dependencies = [
3152 "arrow-arith",
3153 "arrow-array",
3154 "arrow-buffer",
3155 "arrow-cast",
3156 "arrow-schema",
3157 "arrow-select",
3158 "bytes",
3159 "futures",
3160 "lance-arrow",
3161 "lance-core",
3162 "lance-datagen",
3163 "log",
3164 "num_cpus",
3165 "prost",
3166 "prost-build",
3167 "prost-types",
3168 "snafu",
3169 "tokio",
3170 "tracing",
3171 "zstd",
3172]
3173
3174[[package]]
3175name = "lance-file"
3176version = "0.13.0"
3177source = "registry+https://github.com/rust-lang/crates.io-index"
3178checksum = "8954124e2394f408a8bef636c3a3a4f686b780a458cfdea450c57904711c10ef"
3179dependencies = [
3180 "arrow-arith",
3181 "arrow-array",
3182 "arrow-buffer",
3183 "arrow-data",
3184 "arrow-schema",
3185 "arrow-select",
3186 "async-recursion",
3187 "async-trait",
3188 "byteorder",
3189 "bytes",
3190 "datafusion-common",
3191 "deepsize",
3192 "futures",
3193 "lance-arrow",
3194 "lance-core",
3195 "lance-datagen",
3196 "lance-encoding",
3197 "lance-io",
3198 "log",
3199 "num-traits",
3200 "num_cpus",
3201 "object_store",
3202 "prost",
3203 "prost-build",
3204 "prost-types",
3205 "roaring",
3206 "snafu",
3207 "tempfile",
3208 "tokio",
3209 "tracing",
3210]
3211
3212[[package]]
3213name = "lance-index"
3214version = "0.13.0"
3215source = "registry+https://github.com/rust-lang/crates.io-index"
3216checksum = "13c7b4a78bfedce63798d50c2070d8163b762eff556a290822fe088083ac88ee"
3217dependencies = [
3218 "arrow",
3219 "arrow-array",
3220 "arrow-ord",
3221 "arrow-schema",
3222 "arrow-select",
3223 "async-recursion",
3224 "async-trait",
3225 "bitvec",
3226 "crossbeam-queue",
3227 "datafusion",
3228 "datafusion-common",
3229 "datafusion-expr",
3230 "datafusion-physical-expr",
3231 "datafusion-sql",
3232 "deepsize",
3233 "futures",
3234 "half",
3235 "itertools",
3236 "lance-arrow",
3237 "lance-core",
3238 "lance-datafusion",
3239 "lance-encoding",
3240 "lance-file",
3241 "lance-io",
3242 "lance-linalg",
3243 "lance-table",
3244 "lazy_static",
3245 "log",
3246 "num-traits",
3247 "num_cpus",
3248 "object_store",
3249 "prost",
3250 "prost-build",
3251 "rand",
3252 "rayon",
3253 "roaring",
3254 "rustc_version",
3255 "serde",
3256 "serde_json",
3257 "snafu",
3258 "tempfile",
3259 "tokio",
3260 "tracing",
3261]
3262
3263[[package]]
3264name = "lance-io"
3265version = "0.13.0"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "e224c8bdf6f23ef946a96b7527a13d09f0612e10122d49d442651eaf3748a866"
3268dependencies = [
3269 "arrow",
3270 "arrow-arith",
3271 "arrow-array",
3272 "arrow-buffer",
3273 "arrow-cast",
3274 "arrow-data",
3275 "arrow-schema",
3276 "arrow-select",
3277 "async-priority-channel",
3278 "async-recursion",
3279 "async-trait",
3280 "aws-config 0.56.1",
3281 "aws-credential-types 0.56.1",
3282 "byteorder",
3283 "bytes",
3284 "chrono",
3285 "deepsize",
3286 "futures",
3287 "lance-arrow",
3288 "lance-core",
3289 "lazy_static",
3290 "num_cpus",
3291 "object_store",
3292 "path_abs",
3293 "pin-project",
3294 "prost",
3295 "prost-build",
3296 "rand",
3297 "shellexpand",
3298 "snafu",
3299 "tokio",
3300 "tracing",
3301 "url",
3302]
3303
3304[[package]]
3305name = "lance-linalg"
3306version = "0.13.0"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "bcbf240d5ee553f4442fc422000869227cbf63b942c3c9187348fdef9b2c613f"
3309dependencies = [
3310 "arrow-array",
3311 "arrow-ord",
3312 "arrow-schema",
3313 "bitvec",
3314 "cc",
3315 "deepsize",
3316 "futures",
3317 "half",
3318 "lance-arrow",
3319 "lance-core",
3320 "lazy_static",
3321 "log",
3322 "num-traits",
3323 "num_cpus",
3324 "rand",
3325 "rayon",
3326 "tokio",
3327 "tracing",
3328]
3329
3330[[package]]
3331name = "lance-table"
3332version = "0.13.0"
3333source = "registry+https://github.com/rust-lang/crates.io-index"
3334checksum = "05f41927f8890c50637d4e2237f3551b23c07ead02db1c2b1baf909002b93b64"
3335dependencies = [
3336 "arrow",
3337 "arrow-array",
3338 "arrow-buffer",
3339 "arrow-ipc",
3340 "arrow-schema",
3341 "async-trait",
3342 "aws-credential-types 0.56.1",
3343 "aws-sdk-dynamodb",
3344 "byteorder",
3345 "bytes",
3346 "chrono",
3347 "deepsize",
3348 "futures",
3349 "lance-arrow",
3350 "lance-core",
3351 "lance-datagen",
3352 "lance-file",
3353 "lance-io",
3354 "lazy_static",
3355 "log",
3356 "object_store",
3357 "prost",
3358 "prost-build",
3359 "prost-types",
3360 "rand",
3361 "rangemap",
3362 "roaring",
3363 "serde",
3364 "serde_json",
3365 "snafu",
3366 "tokio",
3367 "tracing",
3368 "url",
3369 "uuid",
3370]
3371
3372[[package]]
3373name = "lance-testing"
3374version = "0.13.0"
3375source = "registry+https://github.com/rust-lang/crates.io-index"
3376checksum = "40bd7c5c16722ff90644fd5544048e7f452dd7374c95c6ccc4f18423f071b4ef"
3377dependencies = [
3378 "arrow-array",
3379 "arrow-schema",
3380 "lance-arrow",
3381 "num-traits",
3382 "rand",
3383]
3384
3385[[package]]
3386name = "lancedb"
3387version = "0.5.2"
3388dependencies = [
3389 "arrow",
3390 "arrow-array",
3391 "arrow-cast",
3392 "arrow-data",
3393 "arrow-ipc",
3394 "arrow-ord",
3395 "arrow-schema",
3396 "async-openai",
3397 "async-trait",
3398 "aws-config 1.2.0",
3399 "aws-sdk-kms",
3400 "aws-sdk-s3",
3401 "aws-smithy-runtime 1.3.0",
3402 "bytes",
3403 "chrono",
3404 "datafusion-physical-plan",
3405 "futures",
3406 "half",
3407 "lance",
3408 "lance-datafusion",
3409 "lance-index",
3410 "lance-linalg",
3411 "lance-testing",
3412 "lazy_static",
3413 "log",
3414 "num-traits",
3415 "object_store",
3416 "pin-project",
3417 "polars",
3418 "polars-arrow",
3419 "rand",
3420 "regex",
3421 "reqwest 0.11.27",
3422 "serde",
3423 "serde_json",
3424 "serde_with",
3425 "snafu",
3426 "tempfile",
3427 "tokio",
3428 "url",
3429 "uuid",
3430 "walkdir",
3431]
3432
3433[[package]]
3434name = "lancedb-jni"
3435version = "0.4.18"
3436dependencies = [
3437 "arrow",
3438 "arrow-schema",
3439 "jni",
3440 "lance",
3441 "lancedb",
3442 "lazy_static",
3443 "serde",
3444 "serde_json",
3445 "snafu",
3446 "tokio",
3447]
3448
3449[[package]]
3450name = "lancedb-node"
3451version = "0.5.2"
3452dependencies = [
3453 "arrow-array",
3454 "arrow-ipc",
3455 "arrow-schema",
3456 "async-trait",
3457 "chrono",
3458 "conv",
3459 "env_logger 0.11.3",
3460 "futures",
3461 "half",
3462 "lance",
3463 "lance-index",
3464 "lance-linalg",
3465 "lancedb",
3466 "lzma-sys",
3467 "neon",
3468 "object_store",
3469 "once_cell",
3470 "snafu",
3471 "tokio",
3472]
3473
3474[[package]]
3475name = "lancedb-nodejs"
3476version = "0.0.0"
3477dependencies = [
3478 "arrow-ipc",
3479 "futures",
3480 "lancedb",
3481 "lzma-sys",
3482 "napi",
3483 "napi-build",
3484 "napi-derive",
3485]
3486
3487[[package]]
3488name = "lancedb-python"
3489version = "0.9.0"
3490dependencies = [
3491 "arrow",
3492 "env_logger 0.10.2",
3493 "futures",
3494 "lancedb",
3495 "lzma-sys",
3496 "pin-project",
3497 "pyo3",
3498 "pyo3-asyncio",
3499 "pyo3-build-config",
3500 "tokio",
3501]
3502
3503[[package]]
3504name = "lazy_static"
3505version = "1.5.0"
3506source = "registry+https://github.com/rust-lang/crates.io-index"
3507checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
3508
3509[[package]]
3510name = "lexical-core"
3511version = "0.8.5"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "2cde5de06e8d4c2faabc400238f9ae1c74d5412d03a7bd067645ccbc47070e46"
3514dependencies = [
3515 "lexical-parse-float",
3516 "lexical-parse-integer",
3517 "lexical-util",
3518 "lexical-write-float",
3519 "lexical-write-integer",
3520]
3521
3522[[package]]
3523name = "lexical-parse-float"
3524version = "0.8.5"
3525source = "registry+https://github.com/rust-lang/crates.io-index"
3526checksum = "683b3a5ebd0130b8fb52ba0bdc718cc56815b6a097e28ae5a6997d0ad17dc05f"
3527dependencies = [
3528 "lexical-parse-integer",
3529 "lexical-util",
3530 "static_assertions",
3531]
3532
3533[[package]]
3534name = "lexical-parse-integer"
3535version = "0.8.6"
3536source = "registry+https://github.com/rust-lang/crates.io-index"
3537checksum = "6d0994485ed0c312f6d965766754ea177d07f9c00c9b82a5ee62ed5b47945ee9"
3538dependencies = [
3539 "lexical-util",
3540 "static_assertions",
3541]
3542
3543[[package]]
3544name = "lexical-util"
3545version = "0.8.5"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "5255b9ff16ff898710eb9eb63cb39248ea8a5bb036bea8085b1a767ff6c4e3fc"
3548dependencies = [
3549 "static_assertions",
3550]
3551
3552[[package]]
3553name = "lexical-write-float"
3554version = "0.8.5"
3555source = "registry+https://github.com/rust-lang/crates.io-index"
3556checksum = "accabaa1c4581f05a3923d1b4cfd124c329352288b7b9da09e766b0668116862"
3557dependencies = [
3558 "lexical-util",
3559 "lexical-write-integer",
3560 "static_assertions",
3561]
3562
3563[[package]]
3564name = "lexical-write-integer"
3565version = "0.8.5"
3566source = "registry+https://github.com/rust-lang/crates.io-index"
3567checksum = "e1b6f3d1f4422866b68192d62f77bc5c700bee84f3069f2469d7bc8c77852446"
3568dependencies = [
3569 "lexical-util",
3570 "static_assertions",
3571]
3572
3573[[package]]
3574name = "libc"
3575version = "0.2.155"
3576source = "registry+https://github.com/rust-lang/crates.io-index"
3577checksum = "97b3888a4aecf77e811145cadf6eef5901f4782c53886191b2f693f24761847c"
3578
3579[[package]]
3580name = "libloading"
3581version = "0.6.7"
3582source = "registry+https://github.com/rust-lang/crates.io-index"
3583checksum = "351a32417a12d5f7e82c368a66781e307834dae04c6ce0cd4456d52989229883"
3584dependencies = [
3585 "cfg-if",
3586 "winapi",
3587]
3588
3589[[package]]
3590name = "libloading"
3591version = "0.8.4"
3592source = "registry+https://github.com/rust-lang/crates.io-index"
3593checksum = "e310b3a6b5907f99202fcdb4960ff45b93735d7c7d96b760fcff8db2dc0e103d"
3594dependencies = [
3595 "cfg-if",
3596 "windows-targets 0.52.6",
3597]
3598
3599[[package]]
3600name = "libm"
3601version = "0.2.8"
3602source = "registry+https://github.com/rust-lang/crates.io-index"
3603checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
3604
3605[[package]]
3606name = "libredox"
3607version = "0.1.3"
3608source = "registry+https://github.com/rust-lang/crates.io-index"
3609checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
3610dependencies = [
3611 "bitflags 2.6.0",
3612 "libc",
3613]
3614
3615[[package]]
3616name = "linux-raw-sys"
3617version = "0.4.14"
3618source = "registry+https://github.com/rust-lang/crates.io-index"
3619checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
3620
3621[[package]]
3622name = "lock_api"
3623version = "0.4.12"
3624source = "registry+https://github.com/rust-lang/crates.io-index"
3625checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
3626dependencies = [
3627 "autocfg",
3628 "scopeguard",
3629]
3630
3631[[package]]
3632name = "log"
3633version = "0.4.22"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
3636
3637[[package]]
3638name = "lru"
3639version = "0.12.3"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "d3262e75e648fce39813cb56ac41f3c3e3f65217ebf3844d818d1f9398cfb0dc"
3642dependencies = [
3643 "hashbrown 0.14.5",
3644]
3645
3646[[package]]
3647name = "lru_time_cache"
3648version = "0.11.11"
3649source = "registry+https://github.com/rust-lang/crates.io-index"
3650checksum = "9106e1d747ffd48e6be5bb2d97fa706ed25b144fbee4d5c02eae110cd8d6badd"
3651
3652[[package]]
3653name = "lz4"
3654version = "1.25.0"
3655source = "registry+https://github.com/rust-lang/crates.io-index"
3656checksum = "d6eab492fe7f8651add23237ea56dbf11b3c4ff762ab83d40a47f11433421f91"
3657dependencies = [
3658 "libc",
3659 "lz4-sys",
3660]
3661
3662[[package]]
3663name = "lz4-sys"
3664version = "1.9.5"
3665source = "registry+https://github.com/rust-lang/crates.io-index"
3666checksum = "e9764018d143cc854c9f17f0b907de70f14393b1f502da6375dce70f00514eb3"
3667dependencies = [
3668 "cc",
3669 "libc",
3670]
3671
3672[[package]]
3673name = "lz4_flex"
3674version = "0.11.3"
3675source = "registry+https://github.com/rust-lang/crates.io-index"
3676checksum = "75761162ae2b0e580d7e7c390558127e5f01b4194debd6221fd8c207fc80e3f5"
3677dependencies = [
3678 "twox-hash",
3679]
3680
3681[[package]]
3682name = "lzma-sys"
3683version = "0.1.20"
3684source = "registry+https://github.com/rust-lang/crates.io-index"
3685checksum = "5fda04ab3764e6cde78b9974eec4f779acaba7c4e84b36eca3cf77c581b85d27"
3686dependencies = [
3687 "cc",
3688 "libc",
3689 "pkg-config",
3690]
3691
3692[[package]]
3693name = "mach2"
3694version = "0.4.2"
3695source = "registry+https://github.com/rust-lang/crates.io-index"
3696checksum = "19b955cdeb2a02b9117f121ce63aa52d08ade45de53e48fe6a38b39c10f6f709"
3697dependencies = [
3698 "libc",
3699]
3700
3701[[package]]
3702name = "md-5"
3703version = "0.10.6"
3704source = "registry+https://github.com/rust-lang/crates.io-index"
3705checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
3706dependencies = [
3707 "cfg-if",
3708 "digest",
3709]
3710
3711[[package]]
3712name = "memchr"
3713version = "2.7.4"
3714source = "registry+https://github.com/rust-lang/crates.io-index"
3715checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
3716
3717[[package]]
3718name = "memmap2"
3719version = "0.7.1"
3720source = "registry+https://github.com/rust-lang/crates.io-index"
3721checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
3722dependencies = [
3723 "libc",
3724]
3725
3726[[package]]
3727name = "memoffset"
3728version = "0.9.1"
3729source = "registry+https://github.com/rust-lang/crates.io-index"
3730checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
3731dependencies = [
3732 "autocfg",
3733]
3734
3735[[package]]
3736name = "mime"
3737version = "0.3.17"
3738source = "registry+https://github.com/rust-lang/crates.io-index"
3739checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3740
3741[[package]]
3742name = "mime_guess"
3743version = "2.0.5"
3744source = "registry+https://github.com/rust-lang/crates.io-index"
3745checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
3746dependencies = [
3747 "mime",
3748 "unicase",
3749]
3750
3751[[package]]
3752name = "minimal-lexical"
3753version = "0.2.1"
3754source = "registry+https://github.com/rust-lang/crates.io-index"
3755checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3756
3757[[package]]
3758name = "miniz_oxide"
3759version = "0.7.4"
3760source = "registry+https://github.com/rust-lang/crates.io-index"
3761checksum = "b8a240ddb74feaf34a79a7add65a741f3167852fba007066dcac1ca548d89c08"
3762dependencies = [
3763 "adler",
3764]
3765
3766[[package]]
3767name = "mio"
3768version = "0.8.11"
3769source = "registry+https://github.com/rust-lang/crates.io-index"
3770checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
3771dependencies = [
3772 "libc",
3773 "wasi",
3774 "windows-sys 0.48.0",
3775]
3776
3777[[package]]
3778name = "mock_instant"
3779version = "0.3.2"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "9366861eb2a2c436c20b12c8dbec5f798cea6b47ad99216be0282942e2c81ea0"
3782dependencies = [
3783 "once_cell",
3784]
3785
3786[[package]]
3787name = "moka"
3788version = "0.11.3"
3789source = "registry+https://github.com/rust-lang/crates.io-index"
3790checksum = "fa6e72583bf6830c956235bff0d5afec8cf2952f579ebad18ae7821a917d950f"
3791dependencies = [
3792 "crossbeam-channel",
3793 "crossbeam-epoch",
3794 "crossbeam-utils",
3795 "once_cell",
3796 "parking_lot",
3797 "quanta",
3798 "rustc_version",
3799 "scheduled-thread-pool",
3800 "skeptic",
3801 "smallvec",
3802 "tagptr",
3803 "thiserror",
3804 "triomphe",
3805 "uuid",
3806]
3807
3808[[package]]
3809name = "multimap"
3810version = "0.10.0"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "defc4c55412d89136f966bbb339008b474350e5e6e78d2714439c386b3137a03"
3813
3814[[package]]
3815name = "multiversion"
3816version = "0.7.4"
3817source = "registry+https://github.com/rust-lang/crates.io-index"
3818checksum = "c4851161a11d3ad0bf9402d90ffc3967bf231768bfd7aeb61755ad06dbf1a142"
3819dependencies = [
3820 "multiversion-macros",
3821 "target-features",
3822]
3823
3824[[package]]
3825name = "multiversion-macros"
3826version = "0.7.4"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "79a74ddee9e0c27d2578323c13905793e91622148f138ba29738f9dddb835e90"
3829dependencies = [
3830 "proc-macro2",
3831 "quote",
3832 "syn 1.0.109",
3833 "target-features",
3834]
3835
3836[[package]]
3837name = "napi"
3838version = "2.16.8"
3839source = "registry+https://github.com/rust-lang/crates.io-index"
3840checksum = "a1bd081bbaef43600fd2c5dd4c525b8ecea7dfdacf40ebc674e87851dce6559e"
3841dependencies = [
3842 "bitflags 2.6.0",
3843 "ctor",
3844 "napi-derive",
3845 "napi-sys",
3846 "once_cell",
3847 "tokio",
3848]
3849
3850[[package]]
3851name = "napi-build"
3852version = "2.1.3"
3853source = "registry+https://github.com/rust-lang/crates.io-index"
3854checksum = "e1c0f5d67ee408a4685b61f5ab7e58605c8ae3f2b4189f0127d804ff13d5560a"
3855
3856[[package]]
3857name = "napi-derive"
3858version = "2.16.8"
3859source = "registry+https://github.com/rust-lang/crates.io-index"
3860checksum = "eafd2b920906ea5b1f5f1f9d1eff9cc74e4ff8124dca41b501c1413079589187"
3861dependencies = [
3862 "cfg-if",
3863 "convert_case",
3864 "napi-derive-backend",
3865 "proc-macro2",
3866 "quote",
3867 "syn 2.0.68",
3868]
3869
3870[[package]]
3871name = "napi-derive-backend"
3872version = "1.0.70"
3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "b370b784440c65eb9001d839012eb912ee43e3a2d0361e2c30c13052372c39fe"
3875dependencies = [
3876 "convert_case",
3877 "once_cell",
3878 "proc-macro2",
3879 "quote",
3880 "regex",
3881 "semver 1.0.23",
3882 "syn 2.0.68",
3883]
3884
3885[[package]]
3886name = "napi-sys"
3887version = "2.4.0"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
3890dependencies = [
3891 "libloading 0.8.4",
3892]
3893
3894[[package]]
3895name = "native-tls"
3896version = "0.2.12"
3897source = "registry+https://github.com/rust-lang/crates.io-index"
3898checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
3899dependencies = [
3900 "libc",
3901 "log",
3902 "openssl",
3903 "openssl-probe",
3904 "openssl-sys",
3905 "schannel",
3906 "security-framework",
3907 "security-framework-sys",
3908 "tempfile",
3909]
3910
3911[[package]]
3912name = "neon"
3913version = "0.10.1"
3914source = "registry+https://github.com/rust-lang/crates.io-index"
3915checksum = "28e15415261d880aed48122e917a45e87bb82cf0260bb6db48bbab44b7464373"
3916dependencies = [
3917 "neon-build",
3918 "neon-macros",
3919 "neon-runtime",
3920 "semver 0.9.0",
3921 "smallvec",
3922]
3923
3924[[package]]
3925name = "neon-build"
3926version = "0.10.1"
3927source = "registry+https://github.com/rust-lang/crates.io-index"
3928checksum = "8bac98a702e71804af3dacfde41edde4a16076a7bbe889ae61e56e18c5b1c811"
3929
3930[[package]]
3931name = "neon-macros"
3932version = "0.10.1"
3933source = "registry+https://github.com/rust-lang/crates.io-index"
3934checksum = "b7288eac8b54af7913c60e0eb0e2a7683020dffa342ab3fd15e28f035ba897cf"
3935dependencies = [
3936 "quote",
3937 "syn 1.0.109",
3938 "syn-mid",
3939]
3940
3941[[package]]
3942name = "neon-runtime"
3943version = "0.10.1"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "4676720fa8bb32c64c3d9f49c47a47289239ec46b4bdb66d0913cc512cb0daca"
3946dependencies = [
3947 "cfg-if",
3948 "libloading 0.6.7",
3949 "smallvec",
3950]
3951
3952[[package]]
3953name = "nom"
3954version = "7.1.3"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
3957dependencies = [
3958 "memchr",
3959 "minimal-lexical",
3960]
3961
3962[[package]]
3963name = "now"
3964version = "0.1.3"
3965source = "registry+https://github.com/rust-lang/crates.io-index"
3966checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
3967dependencies = [
3968 "chrono",
3969]
3970
3971[[package]]
3972name = "ntapi"
3973version = "0.4.1"
3974source = "registry+https://github.com/rust-lang/crates.io-index"
3975checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
3976dependencies = [
3977 "winapi",
3978]
3979
3980[[package]]
3981name = "num"
3982version = "0.4.3"
3983source = "registry+https://github.com/rust-lang/crates.io-index"
3984checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
3985dependencies = [
3986 "num-bigint",
3987 "num-complex",
3988 "num-integer",
3989 "num-iter",
3990 "num-rational",
3991 "num-traits",
3992]
3993
3994[[package]]
3995name = "num-bigint"
3996version = "0.4.6"
3997source = "registry+https://github.com/rust-lang/crates.io-index"
3998checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
3999dependencies = [
4000 "num-integer",
4001 "num-traits",
4002]
4003
4004[[package]]
4005name = "num-complex"
4006version = "0.4.6"
4007source = "registry+https://github.com/rust-lang/crates.io-index"
4008checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
4009dependencies = [
4010 "num-traits",
4011]
4012
4013[[package]]
4014name = "num-conv"
4015version = "0.1.0"
4016source = "registry+https://github.com/rust-lang/crates.io-index"
4017checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
4018
4019[[package]]
4020name = "num-integer"
4021version = "0.1.46"
4022source = "registry+https://github.com/rust-lang/crates.io-index"
4023checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
4024dependencies = [
4025 "num-traits",
4026]
4027
4028[[package]]
4029name = "num-iter"
4030version = "0.1.45"
4031source = "registry+https://github.com/rust-lang/crates.io-index"
4032checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
4033dependencies = [
4034 "autocfg",
4035 "num-integer",
4036 "num-traits",
4037]
4038
4039[[package]]
4040name = "num-rational"
4041version = "0.4.2"
4042source = "registry+https://github.com/rust-lang/crates.io-index"
4043checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
4044dependencies = [
4045 "num-bigint",
4046 "num-integer",
4047 "num-traits",
4048]
4049
4050[[package]]
4051name = "num-traits"
4052version = "0.2.19"
4053source = "registry+https://github.com/rust-lang/crates.io-index"
4054checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
4055dependencies = [
4056 "autocfg",
4057 "libm",
4058]
4059
4060[[package]]
4061name = "num_cpus"
4062version = "1.16.0"
4063source = "registry+https://github.com/rust-lang/crates.io-index"
4064checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
4065dependencies = [
4066 "hermit-abi",
4067 "libc",
4068]
4069
4070[[package]]
4071name = "object"
4072version = "0.36.1"
4073source = "registry+https://github.com/rust-lang/crates.io-index"
4074checksum = "081b846d1d56ddfc18fdf1a922e4f6e07a11768ea1b92dec44e42b72712ccfce"
4075dependencies = [
4076 "memchr",
4077]
4078
4079[[package]]
4080name = "object_store"
4081version = "0.9.1"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "b8718f8b65fdf67a45108d1548347d4af7d71fb81ce727bbf9e3b2535e079db3"
4084dependencies = [
4085 "async-trait",
4086 "base64 0.21.7",
4087 "bytes",
4088 "chrono",
4089 "futures",
4090 "humantime",
4091 "hyper 0.14.29",
4092 "itertools",
4093 "md-5",
4094 "parking_lot",
4095 "percent-encoding",
4096 "quick-xml",
4097 "rand",
4098 "reqwest 0.11.27",
4099 "ring 0.17.8",
4100 "rustls-pemfile 2.1.2",
4101 "serde",
4102 "serde_json",
4103 "snafu",
4104 "tokio",
4105 "tracing",
4106 "url",
4107 "walkdir",
4108]
4109
4110[[package]]
4111name = "once_cell"
4112version = "1.19.0"
4113source = "registry+https://github.com/rust-lang/crates.io-index"
4114checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
4115
4116[[package]]
4117name = "openssl"
4118version = "0.10.64"
4119source = "registry+https://github.com/rust-lang/crates.io-index"
4120checksum = "95a0481286a310808298130d22dd1fef0fa571e05a8f44ec801801e84b216b1f"
4121dependencies = [
4122 "bitflags 2.6.0",
4123 "cfg-if",
4124 "foreign-types",
4125 "libc",
4126 "once_cell",
4127 "openssl-macros",
4128 "openssl-sys",
4129]
4130
4131[[package]]
4132name = "openssl-macros"
4133version = "0.1.1"
4134source = "registry+https://github.com/rust-lang/crates.io-index"
4135checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4136dependencies = [
4137 "proc-macro2",
4138 "quote",
4139 "syn 2.0.68",
4140]
4141
4142[[package]]
4143name = "openssl-probe"
4144version = "0.1.5"
4145source = "registry+https://github.com/rust-lang/crates.io-index"
4146checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
4147
4148[[package]]
4149name = "openssl-sys"
4150version = "0.9.102"
4151source = "registry+https://github.com/rust-lang/crates.io-index"
4152checksum = "c597637d56fbc83893a35eb0dd04b2b8e7a50c91e64e9493e398b5df4fb45fa2"
4153dependencies = [
4154 "cc",
4155 "libc",
4156 "pkg-config",
4157 "vcpkg",
4158]
4159
4160[[package]]
4161name = "option-ext"
4162version = "0.2.0"
4163source = "registry+https://github.com/rust-lang/crates.io-index"
4164checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
4165
4166[[package]]
4167name = "ordered-float"
4168version = "3.9.2"
4169source = "registry+https://github.com/rust-lang/crates.io-index"
4170checksum = "f1e1c390732d15f1d48471625cd92d154e66db2c56645e29a9cd26f4699f72dc"
4171dependencies = [
4172 "num-traits",
4173]
4174
4175[[package]]
4176name = "outref"
4177version = "0.5.1"
4178source = "registry+https://github.com/rust-lang/crates.io-index"
4179checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
4180
4181[[package]]
4182name = "p256"
4183version = "0.11.1"
4184source = "registry+https://github.com/rust-lang/crates.io-index"
4185checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
4186dependencies = [
4187 "ecdsa",
4188 "elliptic-curve",
4189 "sha2",
4190]
4191
4192[[package]]
4193name = "parking"
4194version = "2.2.0"
4195source = "registry+https://github.com/rust-lang/crates.io-index"
4196checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
4197
4198[[package]]
4199name = "parking_lot"
4200version = "0.12.3"
4201source = "registry+https://github.com/rust-lang/crates.io-index"
4202checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
4203dependencies = [
4204 "lock_api",
4205 "parking_lot_core",
4206]
4207
4208[[package]]
4209name = "parking_lot_core"
4210version = "0.9.10"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
4213dependencies = [
4214 "cfg-if",
4215 "libc",
4216 "redox_syscall",
4217 "smallvec",
4218 "windows-targets 0.52.6",
4219]
4220
4221[[package]]
4222name = "parquet-format-safe"
4223version = "0.2.4"
4224source = "registry+https://github.com/rust-lang/crates.io-index"
4225checksum = "1131c54b167dd4e4799ce762e1ab01549ebb94d5bdd13e6ec1b467491c378e1f"
4226
4227[[package]]
4228name = "parse-zoneinfo"
4229version = "0.3.1"
4230source = "registry+https://github.com/rust-lang/crates.io-index"
4231checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
4232dependencies = [
4233 "regex",
4234]
4235
4236[[package]]
4237name = "paste"
4238version = "1.0.15"
4239source = "registry+https://github.com/rust-lang/crates.io-index"
4240checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
4241
4242[[package]]
4243name = "path_abs"
4244version = "0.5.1"
4245source = "registry+https://github.com/rust-lang/crates.io-index"
4246checksum = "05ef02f6342ac01d8a93b65f96db53fe68a92a15f41144f97fb00a9e669633c3"
4247dependencies = [
4248 "serde",
4249 "serde_derive",
4250 "std_prelude",
4251 "stfu8",
4252]
4253
4254[[package]]
4255name = "percent-encoding"
4256version = "2.3.1"
4257source = "registry+https://github.com/rust-lang/crates.io-index"
4258checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
4259
4260[[package]]
4261name = "petgraph"
4262version = "0.6.5"
4263source = "registry+https://github.com/rust-lang/crates.io-index"
4264checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
4265dependencies = [
4266 "fixedbitset",
4267 "indexmap 2.2.6",
4268]
4269
4270[[package]]
4271name = "phf"
4272version = "0.11.2"
4273source = "registry+https://github.com/rust-lang/crates.io-index"
4274checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
4275dependencies = [
4276 "phf_shared",
4277]
4278
4279[[package]]
4280name = "phf_codegen"
4281version = "0.11.2"
4282source = "registry+https://github.com/rust-lang/crates.io-index"
4283checksum = "e8d39688d359e6b34654d328e262234662d16cc0f60ec8dcbe5e718709342a5a"
4284dependencies = [
4285 "phf_generator",
4286 "phf_shared",
4287]
4288
4289[[package]]
4290name = "phf_generator"
4291version = "0.11.2"
4292source = "registry+https://github.com/rust-lang/crates.io-index"
4293checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
4294dependencies = [
4295 "phf_shared",
4296 "rand",
4297]
4298
4299[[package]]
4300name = "phf_shared"
4301version = "0.11.2"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
4304dependencies = [
4305 "siphasher",
4306]
4307
4308[[package]]
4309name = "pin-project"
4310version = "1.1.5"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "b6bf43b791c5b9e34c3d182969b4abb522f9343702850a2e57f460d00d09b4b3"
4313dependencies = [
4314 "pin-project-internal",
4315]
4316
4317[[package]]
4318name = "pin-project-internal"
4319version = "1.1.5"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "2f38a4412a78282e09a2cf38d195ea5420d15ba0602cb375210efbc877243965"
4322dependencies = [
4323 "proc-macro2",
4324 "quote",
4325 "syn 2.0.68",
4326]
4327
4328[[package]]
4329name = "pin-project-lite"
4330version = "0.2.14"
4331source = "registry+https://github.com/rust-lang/crates.io-index"
4332checksum = "bda66fc9667c18cb2758a2ac84d1167245054bcf85d5d1aaa6923f45801bdd02"
4333
4334[[package]]
4335name = "pin-utils"
4336version = "0.1.0"
4337source = "registry+https://github.com/rust-lang/crates.io-index"
4338checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4339
4340[[package]]
4341name = "pkcs8"
4342version = "0.9.0"
4343source = "registry+https://github.com/rust-lang/crates.io-index"
4344checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
4345dependencies = [
4346 "der",
4347 "spki",
4348]
4349
4350[[package]]
4351name = "pkg-config"
4352version = "0.3.30"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec"
4355
4356[[package]]
4357name = "planus"
4358version = "0.3.1"
4359source = "registry+https://github.com/rust-lang/crates.io-index"
4360checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f"
4361dependencies = [
4362 "array-init-cursor",
4363]
4364
4365[[package]]
4366name = "polars"
4367version = "0.39.2"
4368source = "registry+https://github.com/rust-lang/crates.io-index"
4369checksum = "0ea21b858b16b9c0e17a12db2800d11aa5b4bd182be6b3022eb537bbfc1f2db5"
4370dependencies = [
4371 "getrandom",
4372 "polars-arrow",
4373 "polars-core",
4374 "polars-error",
4375 "polars-io",
4376 "polars-lazy",
4377 "polars-ops",
4378 "polars-parquet",
4379 "polars-sql",
4380 "polars-time",
4381 "polars-utils",
4382 "version_check",
4383]
4384
4385[[package]]
4386name = "polars-arrow"
4387version = "0.39.2"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "725b09f2b5ef31279b66e27bbab63c58d49d8f6696b66b1f46c7eaab95e80f75"
4390dependencies = [
4391 "ahash",
4392 "atoi",
4393 "atoi_simd",
4394 "bytemuck",
4395 "chrono",
4396 "chrono-tz",
4397 "dyn-clone",
4398 "either",
4399 "ethnum",
4400 "fast-float",
4401 "foreign_vec",
4402 "getrandom",
4403 "hashbrown 0.14.5",
4404 "itoa",
4405 "itoap",
4406 "lz4",
4407 "multiversion",
4408 "num-traits",
4409 "polars-arrow-format",
4410 "polars-error",
4411 "polars-utils",
4412 "ryu",
4413 "simdutf8",
4414 "streaming-iterator",
4415 "strength_reduce",
4416 "version_check",
4417 "zstd",
4418]
4419
4420[[package]]
4421name = "polars-arrow-format"
4422version = "0.1.0"
4423source = "registry+https://github.com/rust-lang/crates.io-index"
4424checksum = "19b0ef2474af9396b19025b189d96e992311e6a47f90c53cd998b36c4c64b84c"
4425dependencies = [
4426 "planus",
4427 "serde",
4428]
4429
4430[[package]]
4431name = "polars-compute"
4432version = "0.39.2"
4433source = "registry+https://github.com/rust-lang/crates.io-index"
4434checksum = "a796945b14b14fbb79b91ef0406e6fddca2be636e889f81ea5d6ee7d36efb4fe"
4435dependencies = [
4436 "bytemuck",
4437 "either",
4438 "num-traits",
4439 "polars-arrow",
4440 "polars-error",
4441 "polars-utils",
4442 "strength_reduce",
4443 "version_check",
4444]
4445
4446[[package]]
4447name = "polars-core"
4448version = "0.39.2"
4449source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = "465f70d3e96b6d0b1a43c358ba451286b8c8bd56696feff020d65702aa33e35c"
4451dependencies = [
4452 "ahash",
4453 "bitflags 2.6.0",
4454 "bytemuck",
4455 "chrono",
4456 "chrono-tz",
4457 "comfy-table",
4458 "either",
4459 "hashbrown 0.14.5",
4460 "indexmap 2.2.6",
4461 "num-traits",
4462 "once_cell",
4463 "polars-arrow",
4464 "polars-compute",
4465 "polars-error",
4466 "polars-row",
4467 "polars-utils",
4468 "rand",
4469 "rand_distr",
4470 "rayon",
4471 "regex",
4472 "smartstring",
4473 "thiserror",
4474 "version_check",
4475 "xxhash-rust",
4476]
4477
4478[[package]]
4479name = "polars-error"
4480version = "0.39.2"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "5224d5d05e6b8a6f78b75951ae1b5f82c8ab1979e11ffaf5fd41941e3d5b0757"
4483dependencies = [
4484 "polars-arrow-format",
4485 "regex",
4486 "simdutf8",
4487 "thiserror",
4488]
4489
4490[[package]]
4491name = "polars-io"
4492version = "0.39.2"
4493source = "registry+https://github.com/rust-lang/crates.io-index"
4494checksum = "b2c8589e418cbe4a48228d64b2a8a40284a82ec3c98817c0c2bcc0267701338b"
4495dependencies = [
4496 "ahash",
4497 "atoi_simd",
4498 "bytes",
4499 "chrono",
4500 "fast-float",
4501 "home",
4502 "itoa",
4503 "memchr",
4504 "memmap2",
4505 "num-traits",
4506 "once_cell",
4507 "percent-encoding",
4508 "polars-arrow",
4509 "polars-core",
4510 "polars-error",
4511 "polars-time",
4512 "polars-utils",
4513 "rayon",
4514 "regex",
4515 "ryu",
4516 "simdutf8",
4517 "smartstring",
4518]
4519
4520[[package]]
4521name = "polars-lazy"
4522version = "0.39.2"
4523source = "registry+https://github.com/rust-lang/crates.io-index"
4524checksum = "89b2632b1af668e2058d5f8f916d8fbde3cac63d03ae29a705f598e41dcfeb7f"
4525dependencies = [
4526 "ahash",
4527 "bitflags 2.6.0",
4528 "glob",
4529 "once_cell",
4530 "polars-arrow",
4531 "polars-core",
4532 "polars-io",
4533 "polars-ops",
4534 "polars-pipe",
4535 "polars-plan",
4536 "polars-time",
4537 "polars-utils",
4538 "rayon",
4539 "smartstring",
4540 "version_check",
4541]
4542
4543[[package]]
4544name = "polars-ops"
4545version = "0.39.2"
4546source = "registry+https://github.com/rust-lang/crates.io-index"
4547checksum = "efdbdb4d9a92109bc2e0ce8e17af5ae8ab643bb5b7ee9d1d74f0aeffd1fbc95f"
4548dependencies = [
4549 "ahash",
4550 "argminmax",
4551 "base64 0.21.7",
4552 "bytemuck",
4553 "chrono",
4554 "chrono-tz",
4555 "either",
4556 "hashbrown 0.14.5",
4557 "hex",
4558 "indexmap 2.2.6",
4559 "memchr",
4560 "num-traits",
4561 "polars-arrow",
4562 "polars-compute",
4563 "polars-core",
4564 "polars-error",
4565 "polars-utils",
4566 "rayon",
4567 "regex",
4568 "smartstring",
4569 "unicode-reverse",
4570 "version_check",
4571]
4572
4573[[package]]
4574name = "polars-parquet"
4575version = "0.39.2"
4576source = "registry+https://github.com/rust-lang/crates.io-index"
4577checksum = "b421d2196f786fdfe162db614c8485f8308fe41575d4de634a39bbe460d1eb6a"
4578dependencies = [
4579 "ahash",
4580 "base64 0.21.7",
4581 "ethnum",
4582 "num-traits",
4583 "parquet-format-safe",
4584 "polars-arrow",
4585 "polars-error",
4586 "polars-utils",
4587 "seq-macro",
4588 "simdutf8",
4589 "streaming-decompression",
4590]
4591
4592[[package]]
4593name = "polars-pipe"
4594version = "0.39.2"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "48700f1d5bd56a15451e581f465c09541492750360f18637b196f995470a015c"
4597dependencies = [
4598 "crossbeam-channel",
4599 "crossbeam-queue",
4600 "enum_dispatch",
4601 "hashbrown 0.14.5",
4602 "num-traits",
4603 "polars-arrow",
4604 "polars-compute",
4605 "polars-core",
4606 "polars-io",
4607 "polars-ops",
4608 "polars-plan",
4609 "polars-row",
4610 "polars-utils",
4611 "rayon",
4612 "smartstring",
4613 "uuid",
4614 "version_check",
4615]
4616
4617[[package]]
4618name = "polars-plan"
4619version = "0.39.2"
4620source = "registry+https://github.com/rust-lang/crates.io-index"
4621checksum = "2fb8e2302e20c44defd5be8cad9c96e75face63c3a5f609aced8c4ec3b3ac97d"
4622dependencies = [
4623 "ahash",
4624 "bytemuck",
4625 "chrono-tz",
4626 "hashbrown 0.14.5",
4627 "once_cell",
4628 "percent-encoding",
4629 "polars-arrow",
4630 "polars-core",
4631 "polars-io",
4632 "polars-ops",
4633 "polars-time",
4634 "polars-utils",
4635 "rayon",
4636 "recursive",
4637 "regex",
4638 "smartstring",
4639 "strum_macros 0.25.3",
4640 "version_check",
4641]
4642
4643[[package]]
4644name = "polars-row"
4645version = "0.39.2"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "a515bdc68c2ae3702e3de70d89601f3b71ca8137e282a226dddb53ee4bacfa2e"
4648dependencies = [
4649 "bytemuck",
4650 "polars-arrow",
4651 "polars-error",
4652 "polars-utils",
4653]
4654
4655[[package]]
4656name = "polars-sql"
4657version = "0.39.2"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "7b4bb7cc1c04c3023d1953b2f1dec50515e8fd8169a5a2bf4967b3b082232db7"
4660dependencies = [
4661 "hex",
4662 "polars-arrow",
4663 "polars-core",
4664 "polars-error",
4665 "polars-lazy",
4666 "polars-plan",
4667 "rand",
4668 "serde",
4669 "serde_json",
4670 "sqlparser 0.39.0",
4671]
4672
4673[[package]]
4674name = "polars-time"
4675version = "0.39.2"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "efc18e3ad92eec55db89d88f16c22d436559ba7030cf76f86f6ed7a754b673f1"
4678dependencies = [
4679 "atoi",
4680 "chrono",
4681 "chrono-tz",
4682 "now",
4683 "once_cell",
4684 "polars-arrow",
4685 "polars-core",
4686 "polars-error",
4687 "polars-ops",
4688 "polars-utils",
4689 "regex",
4690 "smartstring",
4691]
4692
4693[[package]]
4694name = "polars-utils"
4695version = "0.39.2"
4696source = "registry+https://github.com/rust-lang/crates.io-index"
4697checksum = "c760b6c698cfe2fbbbd93d6cfb408db14ececfe1d92445dae2229ce1b5b21ae8"
4698dependencies = [
4699 "ahash",
4700 "bytemuck",
4701 "hashbrown 0.14.5",
4702 "indexmap 2.2.6",
4703 "num-traits",
4704 "once_cell",
4705 "polars-error",
4706 "raw-cpuid 11.0.2",
4707 "rayon",
4708 "smartstring",
4709 "stacker",
4710 "sysinfo",
4711 "version_check",
4712]
4713
4714[[package]]
4715name = "portable-atomic"
4716version = "1.6.0"
4717source = "registry+https://github.com/rust-lang/crates.io-index"
4718checksum = "7170ef9988bc169ba16dd36a7fa041e5c4cbeb6a35b76d4c03daded371eae7c0"
4719
4720[[package]]
4721name = "powerfmt"
4722version = "0.2.0"
4723source = "registry+https://github.com/rust-lang/crates.io-index"
4724checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
4725
4726[[package]]
4727name = "ppv-lite86"
4728version = "0.2.17"
4729source = "registry+https://github.com/rust-lang/crates.io-index"
4730checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
4731
4732[[package]]
4733name = "prettyplease"
4734version = "0.2.20"
4735source = "registry+https://github.com/rust-lang/crates.io-index"
4736checksum = "5f12335488a2f3b0a83b14edad48dca9879ce89b2edd10e80237e4e852dd645e"
4737dependencies = [
4738 "proc-macro2",
4739 "syn 2.0.68",
4740]
4741
4742[[package]]
4743name = "proc-macro2"
4744version = "1.0.86"
4745source = "registry+https://github.com/rust-lang/crates.io-index"
4746checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77"
4747dependencies = [
4748 "unicode-ident",
4749]
4750
4751[[package]]
4752name = "prost"
4753version = "0.12.6"
4754source = "registry+https://github.com/rust-lang/crates.io-index"
4755checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
4756dependencies = [
4757 "bytes",
4758 "prost-derive",
4759]
4760
4761[[package]]
4762name = "prost-build"
4763version = "0.12.6"
4764source = "registry+https://github.com/rust-lang/crates.io-index"
4765checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
4766dependencies = [
4767 "bytes",
4768 "heck 0.5.0",
4769 "itertools",
4770 "log",
4771 "multimap",
4772 "once_cell",
4773 "petgraph",
4774 "prettyplease",
4775 "prost",
4776 "prost-types",
4777 "regex",
4778 "syn 2.0.68",
4779 "tempfile",
4780]
4781
4782[[package]]
4783name = "prost-derive"
4784version = "0.12.6"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
4787dependencies = [
4788 "anyhow",
4789 "itertools",
4790 "proc-macro2",
4791 "quote",
4792 "syn 2.0.68",
4793]
4794
4795[[package]]
4796name = "prost-types"
4797version = "0.12.6"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
4800dependencies = [
4801 "prost",
4802]
4803
4804[[package]]
4805name = "psm"
4806version = "0.1.21"
4807source = "registry+https://github.com/rust-lang/crates.io-index"
4808checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
4809dependencies = [
4810 "cc",
4811]
4812
4813[[package]]
4814name = "pulldown-cmark"
4815version = "0.9.6"
4816source = "registry+https://github.com/rust-lang/crates.io-index"
4817checksum = "57206b407293d2bcd3af849ce869d52068623f19e1b5ff8e8778e3309439682b"
4818dependencies = [
4819 "bitflags 2.6.0",
4820 "memchr",
4821 "unicase",
4822]
4823
4824[[package]]
4825name = "pyo3"
4826version = "0.20.3"
4827source = "registry+https://github.com/rust-lang/crates.io-index"
4828checksum = "53bdbb96d49157e65d45cc287af5f32ffadd5f4761438b527b055fb0d4bb8233"
4829dependencies = [
4830 "cfg-if",
4831 "indoc",
4832 "libc",
4833 "memoffset",
4834 "parking_lot",
4835 "portable-atomic",
4836 "pyo3-build-config",
4837 "pyo3-ffi",
4838 "pyo3-macros",
4839 "unindent",
4840]
4841
4842[[package]]
4843name = "pyo3-asyncio"
4844version = "0.20.0"
4845source = "registry+https://github.com/rust-lang/crates.io-index"
4846checksum = "6ea6b68e93db3622f3bb3bf363246cf948ed5375afe7abff98ccbdd50b184995"
4847dependencies = [
4848 "futures",
4849 "once_cell",
4850 "pin-project-lite",
4851 "pyo3",
4852 "pyo3-asyncio-macros",
4853 "tokio",
4854]
4855
4856[[package]]
4857name = "pyo3-asyncio-macros"
4858version = "0.20.0"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "56c467178e1da6252c95c29ecf898b133f742e9181dca5def15dc24e19d45a39"
4861dependencies = [
4862 "proc-macro2",
4863 "quote",
4864 "syn 1.0.109",
4865]
4866
4867[[package]]
4868name = "pyo3-build-config"
4869version = "0.20.3"
4870source = "registry+https://github.com/rust-lang/crates.io-index"
4871checksum = "deaa5745de3f5231ce10517a1f5dd97d53e5a2fd77aa6b5842292085831d48d7"
4872dependencies = [
4873 "once_cell",
4874 "target-lexicon",
4875]
4876
4877[[package]]
4878name = "pyo3-ffi"
4879version = "0.20.3"
4880source = "registry+https://github.com/rust-lang/crates.io-index"
4881checksum = "62b42531d03e08d4ef1f6e85a2ed422eb678b8cd62b762e53891c05faf0d4afa"
4882dependencies = [
4883 "libc",
4884 "pyo3-build-config",
4885]
4886
4887[[package]]
4888name = "pyo3-macros"
4889version = "0.20.3"
4890source = "registry+https://github.com/rust-lang/crates.io-index"
4891checksum = "7305c720fa01b8055ec95e484a6eca7a83c841267f0dd5280f0c8b8551d2c158"
4892dependencies = [
4893 "proc-macro2",
4894 "pyo3-macros-backend",
4895 "quote",
4896 "syn 2.0.68",
4897]
4898
4899[[package]]
4900name = "pyo3-macros-backend"
4901version = "0.20.3"
4902source = "registry+https://github.com/rust-lang/crates.io-index"
4903checksum = "7c7e9b68bb9c3149c5b0cade5d07f953d6d125eb4337723c4ccdb665f1f96185"
4904dependencies = [
4905 "heck 0.4.1",
4906 "proc-macro2",
4907 "pyo3-build-config",
4908 "quote",
4909 "syn 2.0.68",
4910]
4911
4912[[package]]
4913name = "quanta"
4914version = "0.11.1"
4915source = "registry+https://github.com/rust-lang/crates.io-index"
4916checksum = "a17e662a7a8291a865152364c20c7abc5e60486ab2001e8ec10b24862de0b9ab"
4917dependencies = [
4918 "crossbeam-utils",
4919 "libc",
4920 "mach2",
4921 "once_cell",
4922 "raw-cpuid 10.7.0",
4923 "wasi",
4924 "web-sys",
4925 "winapi",
4926]
4927
4928[[package]]
4929name = "quick-xml"
4930version = "0.31.0"
4931source = "registry+https://github.com/rust-lang/crates.io-index"
4932checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
4933dependencies = [
4934 "memchr",
4935 "serde",
4936]
4937
4938[[package]]
4939name = "quinn"
4940version = "0.11.2"
4941source = "registry+https://github.com/rust-lang/crates.io-index"
4942checksum = "e4ceeeeabace7857413798eb1ffa1e9c905a9946a57d81fb69b4b71c4d8eb3ad"
4943dependencies = [
4944 "bytes",
4945 "pin-project-lite",
4946 "quinn-proto",
4947 "quinn-udp",
4948 "rustc-hash",
4949 "rustls 0.23.10",
4950 "thiserror",
4951 "tokio",
4952 "tracing",
4953]
4954
4955[[package]]
4956name = "quinn-proto"
4957version = "0.11.3"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "ddf517c03a109db8100448a4be38d498df8a210a99fe0e1b9eaf39e78c640efe"
4960dependencies = [
4961 "bytes",
4962 "rand",
4963 "ring 0.17.8",
4964 "rustc-hash",
4965 "rustls 0.23.10",
4966 "slab",
4967 "thiserror",
4968 "tinyvec",
4969 "tracing",
4970]
4971
4972[[package]]
4973name = "quinn-udp"
4974version = "0.5.2"
4975source = "registry+https://github.com/rust-lang/crates.io-index"
4976checksum = "9096629c45860fc7fb143e125eb826b5e721e10be3263160c7d60ca832cf8c46"
4977dependencies = [
4978 "libc",
4979 "once_cell",
4980 "socket2",
4981 "tracing",
4982 "windows-sys 0.52.0",
4983]
4984
4985[[package]]
4986name = "quote"
4987version = "1.0.36"
4988source = "registry+https://github.com/rust-lang/crates.io-index"
4989checksum = "0fa76aaf39101c457836aec0ce2316dbdc3ab723cdda1c6bd4e6ad4208acaca7"
4990dependencies = [
4991 "proc-macro2",
4992]
4993
4994[[package]]
4995name = "radium"
4996version = "0.7.0"
4997source = "registry+https://github.com/rust-lang/crates.io-index"
4998checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
4999
5000[[package]]
5001name = "rand"
5002version = "0.8.5"
5003source = "registry+https://github.com/rust-lang/crates.io-index"
5004checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5005dependencies = [
5006 "libc",
5007 "rand_chacha",
5008 "rand_core",
5009]
5010
5011[[package]]
5012name = "rand_chacha"
5013version = "0.3.1"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5016dependencies = [
5017 "ppv-lite86",
5018 "rand_core",
5019]
5020
5021[[package]]
5022name = "rand_core"
5023version = "0.6.4"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5026dependencies = [
5027 "getrandom",
5028]
5029
5030[[package]]
5031name = "rand_distr"
5032version = "0.4.3"
5033source = "registry+https://github.com/rust-lang/crates.io-index"
5034checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
5035dependencies = [
5036 "num-traits",
5037 "rand",
5038]
5039
5040[[package]]
5041name = "rand_xoshiro"
5042version = "0.6.0"
5043source = "registry+https://github.com/rust-lang/crates.io-index"
5044checksum = "6f97cdb2a36ed4183de61b2f824cc45c9f1037f28afe0a322e9fff4c108b5aaa"
5045dependencies = [
5046 "rand_core",
5047]
5048
5049[[package]]
5050name = "rangemap"
5051version = "1.5.1"
5052source = "registry+https://github.com/rust-lang/crates.io-index"
5053checksum = "f60fcc7d6849342eff22c4350c8b9a989ee8ceabc4b481253e8946b9fe83d684"
5054
5055[[package]]
5056name = "raw-cpuid"
5057version = "10.7.0"
5058source = "registry+https://github.com/rust-lang/crates.io-index"
5059checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
5060dependencies = [
5061 "bitflags 1.3.2",
5062]
5063
5064[[package]]
5065name = "raw-cpuid"
5066version = "11.0.2"
5067source = "registry+https://github.com/rust-lang/crates.io-index"
5068checksum = "e29830cbb1290e404f24c73af91c5d8d631ce7e128691e9477556b540cd01ecd"
5069dependencies = [
5070 "bitflags 2.6.0",
5071]
5072
5073[[package]]
5074name = "rayon"
5075version = "1.10.0"
5076source = "registry+https://github.com/rust-lang/crates.io-index"
5077checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
5078dependencies = [
5079 "either",
5080 "rayon-core",
5081]
5082
5083[[package]]
5084name = "rayon-core"
5085version = "1.12.1"
5086source = "registry+https://github.com/rust-lang/crates.io-index"
5087checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
5088dependencies = [
5089 "crossbeam-deque",
5090 "crossbeam-utils",
5091]
5092
5093[[package]]
5094name = "recursive"
5095version = "0.1.1"
5096source = "registry+https://github.com/rust-lang/crates.io-index"
5097checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
5098dependencies = [
5099 "recursive-proc-macro-impl",
5100 "stacker",
5101]
5102
5103[[package]]
5104name = "recursive-proc-macro-impl"
5105version = "0.1.1"
5106source = "registry+https://github.com/rust-lang/crates.io-index"
5107checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
5108dependencies = [
5109 "quote",
5110 "syn 2.0.68",
5111]
5112
5113[[package]]
5114name = "redox_syscall"
5115version = "0.5.2"
5116source = "registry+https://github.com/rust-lang/crates.io-index"
5117checksum = "c82cf8cff14456045f55ec4241383baeff27af886adb72ffb2162f99911de0fd"
5118dependencies = [
5119 "bitflags 2.6.0",
5120]
5121
5122[[package]]
5123name = "redox_users"
5124version = "0.4.5"
5125source = "registry+https://github.com/rust-lang/crates.io-index"
5126checksum = "bd283d9651eeda4b2a83a43c1c91b266c40fd76ecd39a50a8c630ae69dc72891"
5127dependencies = [
5128 "getrandom",
5129 "libredox",
5130 "thiserror",
5131]
5132
5133[[package]]
5134name = "regex"
5135version = "1.10.5"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "b91213439dad192326a0d7c6ee3955910425f441d7038e0d6933b0aec5c4517f"
5138dependencies = [
5139 "aho-corasick",
5140 "memchr",
5141 "regex-automata",
5142 "regex-syntax",
5143]
5144
5145[[package]]
5146name = "regex-automata"
5147version = "0.4.7"
5148source = "registry+https://github.com/rust-lang/crates.io-index"
5149checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
5150dependencies = [
5151 "aho-corasick",
5152 "memchr",
5153 "regex-syntax",
5154]
5155
5156[[package]]
5157name = "regex-lite"
5158version = "0.1.6"
5159source = "registry+https://github.com/rust-lang/crates.io-index"
5160checksum = "53a49587ad06b26609c52e423de037e7f57f20d53535d66e08c695f347df952a"
5161
5162[[package]]
5163name = "regex-syntax"
5164version = "0.8.4"
5165source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
5167
5168[[package]]
5169name = "reqwest"
5170version = "0.11.27"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
5173dependencies = [
5174 "async-compression",
5175 "base64 0.21.7",
5176 "bytes",
5177 "encoding_rs",
5178 "futures-core",
5179 "futures-util",
5180 "h2",
5181 "http 0.2.12",
5182 "http-body 0.4.6",
5183 "hyper 0.14.29",
5184 "hyper-rustls 0.24.2",
5185 "hyper-tls",
5186 "ipnet",
5187 "js-sys",
5188 "log",
5189 "mime",
5190 "native-tls",
5191 "once_cell",
5192 "percent-encoding",
5193 "pin-project-lite",
5194 "rustls 0.21.12",
5195 "rustls-native-certs 0.6.3",
5196 "rustls-pemfile 1.0.4",
5197 "serde",
5198 "serde_json",
5199 "serde_urlencoded",
5200 "sync_wrapper 0.1.2",
5201 "system-configuration",
5202 "tokio",
5203 "tokio-native-tls",
5204 "tokio-rustls 0.24.1",
5205 "tokio-util",
5206 "tower-service",
5207 "url",
5208 "wasm-bindgen",
5209 "wasm-bindgen-futures",
5210 "wasm-streams",
5211 "web-sys",
5212 "winreg 0.50.0",
5213]
5214
5215[[package]]
5216name = "reqwest"
5217version = "0.12.5"
5218source = "registry+https://github.com/rust-lang/crates.io-index"
5219checksum = "c7d6d2a27d57148378eb5e111173f4276ad26340ecc5c49a4a2152167a2d6a37"
5220dependencies = [
5221 "base64 0.22.1",
5222 "bytes",
5223 "futures-core",
5224 "futures-util",
5225 "http 1.1.0",
5226 "http-body 1.0.0",
5227 "http-body-util",
5228 "hyper 1.4.0",
5229 "hyper-rustls 0.27.2",
5230 "hyper-util",
5231 "ipnet",
5232 "js-sys",
5233 "log",
5234 "mime",
5235 "mime_guess",
5236 "once_cell",
5237 "percent-encoding",
5238 "pin-project-lite",
5239 "quinn",
5240 "rustls 0.23.10",
5241 "rustls-native-certs 0.7.1",
5242 "rustls-pemfile 2.1.2",
5243 "rustls-pki-types",
5244 "serde",
5245 "serde_json",
5246 "serde_urlencoded",
5247 "sync_wrapper 1.0.1",
5248 "tokio",
5249 "tokio-rustls 0.26.0",
5250 "tokio-util",
5251 "tower-service",
5252 "url",
5253 "wasm-bindgen",
5254 "wasm-bindgen-futures",
5255 "wasm-streams",
5256 "web-sys",
5257 "winreg 0.52.0",
5258]
5259
5260[[package]]
5261name = "reqwest-eventsource"
5262version = "0.6.0"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "632c55746dbb44275691640e7b40c907c16a2dc1a5842aa98aaec90da6ec6bde"
5265dependencies = [
5266 "eventsource-stream",
5267 "futures-core",
5268 "futures-timer",
5269 "mime",
5270 "nom",
5271 "pin-project-lite",
5272 "reqwest 0.12.5",
5273 "thiserror",
5274]
5275
5276[[package]]
5277name = "rfc6979"
5278version = "0.3.1"
5279source = "registry+https://github.com/rust-lang/crates.io-index"
5280checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
5281dependencies = [
5282 "crypto-bigint 0.4.9",
5283 "hmac",
5284 "zeroize",
5285]
5286
5287[[package]]
5288name = "ring"
5289version = "0.16.20"
5290source = "registry+https://github.com/rust-lang/crates.io-index"
5291checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
5292dependencies = [
5293 "cc",
5294 "libc",
5295 "once_cell",
5296 "spin 0.5.2",
5297 "untrusted 0.7.1",
5298 "web-sys",
5299 "winapi",
5300]
5301
5302[[package]]
5303name = "ring"
5304version = "0.17.8"
5305source = "registry+https://github.com/rust-lang/crates.io-index"
5306checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
5307dependencies = [
5308 "cc",
5309 "cfg-if",
5310 "getrandom",
5311 "libc",
5312 "spin 0.9.8",
5313 "untrusted 0.9.0",
5314 "windows-sys 0.52.0",
5315]
5316
5317[[package]]
5318name = "roaring"
5319version = "0.10.6"
5320source = "registry+https://github.com/rust-lang/crates.io-index"
5321checksum = "8f4b84ba6e838ceb47b41de5194a60244fac43d9fe03b71dbe8c5a201081d6d1"
5322dependencies = [
5323 "bytemuck",
5324 "byteorder",
5325]
5326
5327[[package]]
5328name = "rustc-demangle"
5329version = "0.1.24"
5330source = "registry+https://github.com/rust-lang/crates.io-index"
5331checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
5332
5333[[package]]
5334name = "rustc-hash"
5335version = "1.1.0"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5338
5339[[package]]
5340name = "rustc_version"
5341version = "0.4.0"
5342source = "registry+https://github.com/rust-lang/crates.io-index"
5343checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
5344dependencies = [
5345 "semver 1.0.23",
5346]
5347
5348[[package]]
5349name = "rustix"
5350version = "0.38.34"
5351source = "registry+https://github.com/rust-lang/crates.io-index"
5352checksum = "70dc5ec042f7a43c4a73241207cecc9873a06d45debb38b329f8541d85c2730f"
5353dependencies = [
5354 "bitflags 2.6.0",
5355 "errno",
5356 "libc",
5357 "linux-raw-sys",
5358 "windows-sys 0.52.0",
5359]
5360
5361[[package]]
5362name = "rustls"
5363version = "0.21.12"
5364source = "registry+https://github.com/rust-lang/crates.io-index"
5365checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
5366dependencies = [
5367 "log",
5368 "ring 0.17.8",
5369 "rustls-webpki 0.101.7",
5370 "sct",
5371]
5372
5373[[package]]
5374name = "rustls"
5375version = "0.23.10"
5376source = "registry+https://github.com/rust-lang/crates.io-index"
5377checksum = "05cff451f60db80f490f3c182b77c35260baace73209e9cdbbe526bfe3a4d402"
5378dependencies = [
5379 "once_cell",
5380 "ring 0.17.8",
5381 "rustls-pki-types",
5382 "rustls-webpki 0.102.5",
5383 "subtle",
5384 "zeroize",
5385]
5386
5387[[package]]
5388name = "rustls-native-certs"
5389version = "0.6.3"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
5392dependencies = [
5393 "openssl-probe",
5394 "rustls-pemfile 1.0.4",
5395 "schannel",
5396 "security-framework",
5397]
5398
5399[[package]]
5400name = "rustls-native-certs"
5401version = "0.7.1"
5402source = "registry+https://github.com/rust-lang/crates.io-index"
5403checksum = "a88d6d420651b496bdd98684116959239430022a115c1240e6c3993be0b15fba"
5404dependencies = [
5405 "openssl-probe",
5406 "rustls-pemfile 2.1.2",
5407 "rustls-pki-types",
5408 "schannel",
5409 "security-framework",
5410]
5411
5412[[package]]
5413name = "rustls-pemfile"
5414version = "1.0.4"
5415source = "registry+https://github.com/rust-lang/crates.io-index"
5416checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
5417dependencies = [
5418 "base64 0.21.7",
5419]
5420
5421[[package]]
5422name = "rustls-pemfile"
5423version = "2.1.2"
5424source = "registry+https://github.com/rust-lang/crates.io-index"
5425checksum = "29993a25686778eb88d4189742cd713c9bce943bc54251a33509dc63cbacf73d"
5426dependencies = [
5427 "base64 0.22.1",
5428 "rustls-pki-types",
5429]
5430
5431[[package]]
5432name = "rustls-pki-types"
5433version = "1.7.0"
5434source = "registry+https://github.com/rust-lang/crates.io-index"
5435checksum = "976295e77ce332211c0d24d92c0e83e50f5c5f046d11082cea19f3df13a3562d"
5436
5437[[package]]
5438name = "rustls-webpki"
5439version = "0.101.7"
5440source = "registry+https://github.com/rust-lang/crates.io-index"
5441checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
5442dependencies = [
5443 "ring 0.17.8",
5444 "untrusted 0.9.0",
5445]
5446
5447[[package]]
5448name = "rustls-webpki"
5449version = "0.102.5"
5450source = "registry+https://github.com/rust-lang/crates.io-index"
5451checksum = "f9a6fccd794a42c2c105b513a2f62bc3fd8f3ba57a4593677ceb0bd035164d78"
5452dependencies = [
5453 "ring 0.17.8",
5454 "rustls-pki-types",
5455 "untrusted 0.9.0",
5456]
5457
5458[[package]]
5459name = "rustversion"
5460version = "1.0.17"
5461source = "registry+https://github.com/rust-lang/crates.io-index"
5462checksum = "955d28af4278de8121b7ebeb796b6a45735dc01436d898801014aced2773a3d6"
5463
5464[[package]]
5465name = "ryu"
5466version = "1.0.18"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
5469
5470[[package]]
5471name = "same-file"
5472version = "1.0.6"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5475dependencies = [
5476 "winapi-util",
5477]
5478
5479[[package]]
5480name = "schannel"
5481version = "0.1.23"
5482source = "registry+https://github.com/rust-lang/crates.io-index"
5483checksum = "fbc91545643bcf3a0bbb6569265615222618bdf33ce4ffbbd13c4bbd4c093534"
5484dependencies = [
5485 "windows-sys 0.52.0",
5486]
5487
5488[[package]]
5489name = "scheduled-thread-pool"
5490version = "0.2.7"
5491source = "registry+https://github.com/rust-lang/crates.io-index"
5492checksum = "3cbc66816425a074528352f5789333ecff06ca41b36b0b0efdfbb29edc391a19"
5493dependencies = [
5494 "parking_lot",
5495]
5496
5497[[package]]
5498name = "scopeguard"
5499version = "1.2.0"
5500source = "registry+https://github.com/rust-lang/crates.io-index"
5501checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
5502
5503[[package]]
5504name = "sct"
5505version = "0.7.1"
5506source = "registry+https://github.com/rust-lang/crates.io-index"
5507checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
5508dependencies = [
5509 "ring 0.17.8",
5510 "untrusted 0.9.0",
5511]
5512
5513[[package]]
5514name = "sec1"
5515version = "0.3.0"
5516source = "registry+https://github.com/rust-lang/crates.io-index"
5517checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
5518dependencies = [
5519 "base16ct",
5520 "der",
5521 "generic-array",
5522 "pkcs8",
5523 "subtle",
5524 "zeroize",
5525]
5526
5527[[package]]
5528name = "secrecy"
5529version = "0.8.0"
5530source = "registry+https://github.com/rust-lang/crates.io-index"
5531checksum = "9bd1c54ea06cfd2f6b63219704de0b9b4f72dcc2b8fdef820be6cd799780e91e"
5532dependencies = [
5533 "serde",
5534 "zeroize",
5535]
5536
5537[[package]]
5538name = "security-framework"
5539version = "2.11.0"
5540source = "registry+https://github.com/rust-lang/crates.io-index"
5541checksum = "c627723fd09706bacdb5cf41499e95098555af3c3c29d014dc3c458ef6be11c0"
5542dependencies = [
5543 "bitflags 2.6.0",
5544 "core-foundation",
5545 "core-foundation-sys",
5546 "libc",
5547 "security-framework-sys",
5548]
5549
5550[[package]]
5551name = "security-framework-sys"
5552version = "2.11.0"
5553source = "registry+https://github.com/rust-lang/crates.io-index"
5554checksum = "317936bbbd05227752583946b9e66d7ce3b489f84e11a94a510b4437fef407d7"
5555dependencies = [
5556 "core-foundation-sys",
5557 "libc",
5558]
5559
5560[[package]]
5561name = "semver"
5562version = "0.9.0"
5563source = "registry+https://github.com/rust-lang/crates.io-index"
5564checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
5565dependencies = [
5566 "semver-parser",
5567]
5568
5569[[package]]
5570name = "semver"
5571version = "1.0.23"
5572source = "registry+https://github.com/rust-lang/crates.io-index"
5573checksum = "61697e0a1c7e512e84a621326239844a24d8207b4669b41bc18b32ea5cbf988b"
5574dependencies = [
5575 "serde",
5576]
5577
5578[[package]]
5579name = "semver-parser"
5580version = "0.7.0"
5581source = "registry+https://github.com/rust-lang/crates.io-index"
5582checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
5583
5584[[package]]
5585name = "seq-macro"
5586version = "0.3.5"
5587source = "registry+https://github.com/rust-lang/crates.io-index"
5588checksum = "a3f0bf26fd526d2a95683cd0f87bf103b8539e2ca1ef48ce002d67aad59aa0b4"
5589
5590[[package]]
5591name = "serde"
5592version = "1.0.203"
5593source = "registry+https://github.com/rust-lang/crates.io-index"
5594checksum = "7253ab4de971e72fb7be983802300c30b5a7f0c2e56fab8abfc6a214307c0094"
5595dependencies = [
5596 "serde_derive",
5597]
5598
5599[[package]]
5600name = "serde_derive"
5601version = "1.0.203"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "500cbc0ebeb6f46627f50f3f5811ccf6bf00643be300b4c3eabc0ef55dc5b5ba"
5604dependencies = [
5605 "proc-macro2",
5606 "quote",
5607 "syn 2.0.68",
5608]
5609
5610[[package]]
5611name = "serde_json"
5612version = "1.0.120"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "4e0d21c9a8cae1235ad58a00c11cb40d4b1e5c784f1ef2c537876ed6ffd8b7c5"
5615dependencies = [
5616 "itoa",
5617 "ryu",
5618 "serde",
5619]
5620
5621[[package]]
5622name = "serde_urlencoded"
5623version = "0.7.1"
5624source = "registry+https://github.com/rust-lang/crates.io-index"
5625checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
5626dependencies = [
5627 "form_urlencoded",
5628 "itoa",
5629 "ryu",
5630 "serde",
5631]
5632
5633[[package]]
5634name = "serde_with"
5635version = "3.8.3"
5636source = "registry+https://github.com/rust-lang/crates.io-index"
5637checksum = "e73139bc5ec2d45e6c5fd85be5a46949c1c39a4c18e56915f5eb4c12f975e377"
5638dependencies = [
5639 "base64 0.22.1",
5640 "chrono",
5641 "hex",
5642 "indexmap 1.9.3",
5643 "indexmap 2.2.6",
5644 "serde",
5645 "serde_derive",
5646 "serde_json",
5647 "serde_with_macros",
5648 "time",
5649]
5650
5651[[package]]
5652name = "serde_with_macros"
5653version = "3.8.3"
5654source = "registry+https://github.com/rust-lang/crates.io-index"
5655checksum = "b80d3d6b56b64335c0180e5ffde23b3c5e08c14c585b51a15bd0e95393f46703"
5656dependencies = [
5657 "darling",
5658 "proc-macro2",
5659 "quote",
5660 "syn 2.0.68",
5661]
5662
5663[[package]]
5664name = "sha1"
5665version = "0.10.6"
5666source = "registry+https://github.com/rust-lang/crates.io-index"
5667checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
5668dependencies = [
5669 "cfg-if",
5670 "cpufeatures",
5671 "digest",
5672]
5673
5674[[package]]
5675name = "sha2"
5676version = "0.10.8"
5677source = "registry+https://github.com/rust-lang/crates.io-index"
5678checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
5679dependencies = [
5680 "cfg-if",
5681 "cpufeatures",
5682 "digest",
5683]
5684
5685[[package]]
5686name = "shellexpand"
5687version = "3.1.0"
5688source = "registry+https://github.com/rust-lang/crates.io-index"
5689checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
5690dependencies = [
5691 "dirs",
5692]
5693
5694[[package]]
5695name = "signal-hook-registry"
5696version = "1.4.2"
5697source = "registry+https://github.com/rust-lang/crates.io-index"
5698checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
5699dependencies = [
5700 "libc",
5701]
5702
5703[[package]]
5704name = "signature"
5705version = "1.6.4"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
5708dependencies = [
5709 "digest",
5710 "rand_core",
5711]
5712
5713[[package]]
5714name = "simdutf8"
5715version = "0.1.4"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
5718
5719[[package]]
5720name = "siphasher"
5721version = "0.3.11"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
5724
5725[[package]]
5726name = "skeptic"
5727version = "0.13.7"
5728source = "registry+https://github.com/rust-lang/crates.io-index"
5729checksum = "16d23b015676c90a0f01c197bfdc786c20342c73a0afdda9025adb0bc42940a8"
5730dependencies = [
5731 "bytecount",
5732 "cargo_metadata",
5733 "error-chain",
5734 "glob",
5735 "pulldown-cmark",
5736 "tempfile",
5737 "walkdir",
5738]
5739
5740[[package]]
5741name = "slab"
5742version = "0.4.9"
5743source = "registry+https://github.com/rust-lang/crates.io-index"
5744checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
5745dependencies = [
5746 "autocfg",
5747]
5748
5749[[package]]
5750name = "smallvec"
5751version = "1.13.2"
5752source = "registry+https://github.com/rust-lang/crates.io-index"
5753checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
5754
5755[[package]]
5756name = "smartstring"
5757version = "1.0.1"
5758source = "registry+https://github.com/rust-lang/crates.io-index"
5759checksum = "3fb72c633efbaa2dd666986505016c32c3044395ceaf881518399d2f4127ee29"
5760dependencies = [
5761 "autocfg",
5762 "static_assertions",
5763 "version_check",
5764]
5765
5766[[package]]
5767name = "snafu"
5768version = "0.7.5"
5769source = "registry+https://github.com/rust-lang/crates.io-index"
5770checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
5771dependencies = [
5772 "doc-comment",
5773 "snafu-derive",
5774]
5775
5776[[package]]
5777name = "snafu-derive"
5778version = "0.7.5"
5779source = "registry+https://github.com/rust-lang/crates.io-index"
5780checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
5781dependencies = [
5782 "heck 0.4.1",
5783 "proc-macro2",
5784 "quote",
5785 "syn 1.0.109",
5786]
5787
5788[[package]]
5789name = "socket2"
5790version = "0.5.7"
5791source = "registry+https://github.com/rust-lang/crates.io-index"
5792checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c"
5793dependencies = [
5794 "libc",
5795 "windows-sys 0.52.0",
5796]
5797
5798[[package]]
5799name = "spin"
5800version = "0.5.2"
5801source = "registry+https://github.com/rust-lang/crates.io-index"
5802checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
5803
5804[[package]]
5805name = "spin"
5806version = "0.9.8"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
5809
5810[[package]]
5811name = "spki"
5812version = "0.6.0"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
5815dependencies = [
5816 "base64ct",
5817 "der",
5818]
5819
5820[[package]]
5821name = "sqlparser"
5822version = "0.39.0"
5823source = "registry+https://github.com/rust-lang/crates.io-index"
5824checksum = "743b4dc2cbde11890ccb254a8fc9d537fa41b36da00de2a1c5e9848c9bc42bd7"
5825dependencies = [
5826 "log",
5827]
5828
5829[[package]]
5830name = "sqlparser"
5831version = "0.44.0"
5832source = "registry+https://github.com/rust-lang/crates.io-index"
5833checksum = "aaf9c7ff146298ffda83a200f8d5084f08dcee1edfc135fcc1d646a45d50ffd6"
5834dependencies = [
5835 "log",
5836 "sqlparser_derive",
5837]
5838
5839[[package]]
5840name = "sqlparser_derive"
5841version = "0.2.2"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "01b2e185515564f15375f593fb966b5718bc624ba77fe49fa4616ad619690554"
5844dependencies = [
5845 "proc-macro2",
5846 "quote",
5847 "syn 2.0.68",
5848]
5849
5850[[package]]
5851name = "stacker"
5852version = "0.1.15"
5853source = "registry+https://github.com/rust-lang/crates.io-index"
5854checksum = "c886bd4480155fd3ef527d45e9ac8dd7118a898a46530b7b94c3e21866259fce"
5855dependencies = [
5856 "cc",
5857 "cfg-if",
5858 "libc",
5859 "psm",
5860 "winapi",
5861]
5862
5863[[package]]
5864name = "static_assertions"
5865version = "1.1.0"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
5868
5869[[package]]
5870name = "std_prelude"
5871version = "0.2.12"
5872source = "registry+https://github.com/rust-lang/crates.io-index"
5873checksum = "8207e78455ffdf55661170876f88daf85356e4edd54e0a3dbc79586ca1e50cbe"
5874
5875[[package]]
5876name = "stfu8"
5877version = "0.2.7"
5878source = "registry+https://github.com/rust-lang/crates.io-index"
5879checksum = "e51f1e89f093f99e7432c491c382b88a6860a5adbe6bf02574bf0a08efff1978"
5880
5881[[package]]
5882name = "streaming-decompression"
5883version = "0.1.2"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
5886dependencies = [
5887 "fallible-streaming-iterator",
5888]
5889
5890[[package]]
5891name = "streaming-iterator"
5892version = "0.1.9"
5893source = "registry+https://github.com/rust-lang/crates.io-index"
5894checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
5895
5896[[package]]
5897name = "strength_reduce"
5898version = "0.2.4"
5899source = "registry+https://github.com/rust-lang/crates.io-index"
5900checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
5901
5902[[package]]
5903name = "strsim"
5904version = "0.11.1"
5905source = "registry+https://github.com/rust-lang/crates.io-index"
5906checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
5907
5908[[package]]
5909name = "strum"
5910version = "0.26.3"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
5913dependencies = [
5914 "strum_macros 0.26.4",
5915]
5916
5917[[package]]
5918name = "strum_macros"
5919version = "0.25.3"
5920source = "registry+https://github.com/rust-lang/crates.io-index"
5921checksum = "23dc1fa9ac9c169a78ba62f0b841814b7abae11bdd047b9c58f893439e309ea0"
5922dependencies = [
5923 "heck 0.4.1",
5924 "proc-macro2",
5925 "quote",
5926 "rustversion",
5927 "syn 2.0.68",
5928]
5929
5930[[package]]
5931name = "strum_macros"
5932version = "0.26.4"
5933source = "registry+https://github.com/rust-lang/crates.io-index"
5934checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
5935dependencies = [
5936 "heck 0.5.0",
5937 "proc-macro2",
5938 "quote",
5939 "rustversion",
5940 "syn 2.0.68",
5941]
5942
5943[[package]]
5944name = "subtle"
5945version = "2.6.1"
5946source = "registry+https://github.com/rust-lang/crates.io-index"
5947checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
5948
5949[[package]]
5950name = "syn"
5951version = "1.0.109"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
5954dependencies = [
5955 "proc-macro2",
5956 "quote",
5957 "unicode-ident",
5958]
5959
5960[[package]]
5961name = "syn"
5962version = "2.0.68"
5963source = "registry+https://github.com/rust-lang/crates.io-index"
5964checksum = "901fa70d88b9d6c98022e23b4136f9f3e54e4662c3bc1bd1d84a42a9a0f0c1e9"
5965dependencies = [
5966 "proc-macro2",
5967 "quote",
5968 "unicode-ident",
5969]
5970
5971[[package]]
5972name = "syn-mid"
5973version = "0.5.4"
5974source = "registry+https://github.com/rust-lang/crates.io-index"
5975checksum = "fea305d57546cc8cd04feb14b62ec84bf17f50e3f7b12560d7bfa9265f39d9ed"
5976dependencies = [
5977 "proc-macro2",
5978 "quote",
5979 "syn 1.0.109",
5980]
5981
5982[[package]]
5983name = "sync_wrapper"
5984version = "0.1.2"
5985source = "registry+https://github.com/rust-lang/crates.io-index"
5986checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
5987
5988[[package]]
5989name = "sync_wrapper"
5990version = "1.0.1"
5991source = "registry+https://github.com/rust-lang/crates.io-index"
5992checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394"
5993
5994[[package]]
5995name = "sysinfo"
5996version = "0.30.12"
5997source = "registry+https://github.com/rust-lang/crates.io-index"
5998checksum = "732ffa00f53e6b2af46208fba5718d9662a421049204e156328b66791ffa15ae"
5999dependencies = [
6000 "cfg-if",
6001 "core-foundation-sys",
6002 "libc",
6003 "ntapi",
6004 "once_cell",
6005 "windows",
6006]
6007
6008[[package]]
6009name = "system-configuration"
6010version = "0.5.1"
6011source = "registry+https://github.com/rust-lang/crates.io-index"
6012checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
6013dependencies = [
6014 "bitflags 1.3.2",
6015 "core-foundation",
6016 "system-configuration-sys",
6017]
6018
6019[[package]]
6020name = "system-configuration-sys"
6021version = "0.5.0"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
6024dependencies = [
6025 "core-foundation-sys",
6026 "libc",
6027]
6028
6029[[package]]
6030name = "tagptr"
6031version = "0.2.0"
6032source = "registry+https://github.com/rust-lang/crates.io-index"
6033checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
6034
6035[[package]]
6036name = "tap"
6037version = "1.0.1"
6038source = "registry+https://github.com/rust-lang/crates.io-index"
6039checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
6040
6041[[package]]
6042name = "target-features"
6043version = "0.1.6"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5"
6046
6047[[package]]
6048name = "target-lexicon"
6049version = "0.12.14"
6050source = "registry+https://github.com/rust-lang/crates.io-index"
6051checksum = "e1fc403891a21bcfb7c37834ba66a547a8f402146eba7265b5a6d88059c9ff2f"
6052
6053[[package]]
6054name = "tempfile"
6055version = "3.10.1"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "85b77fafb263dd9d05cbeac119526425676db3784113aa9295c88498cbf8bff1"
6058dependencies = [
6059 "cfg-if",
6060 "fastrand",
6061 "rustix",
6062 "windows-sys 0.52.0",
6063]
6064
6065[[package]]
6066name = "termcolor"
6067version = "1.4.1"
6068source = "registry+https://github.com/rust-lang/crates.io-index"
6069checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
6070dependencies = [
6071 "winapi-util",
6072]
6073
6074[[package]]
6075name = "thiserror"
6076version = "1.0.61"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "c546c80d6be4bc6a00c0f01730c08df82eaa7a7a61f11d656526506112cc1709"
6079dependencies = [
6080 "thiserror-impl",
6081]
6082
6083[[package]]
6084name = "thiserror-impl"
6085version = "1.0.61"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "46c3384250002a6d5af4d114f2845d37b57521033f30d5c3f46c4d70e1197533"
6088dependencies = [
6089 "proc-macro2",
6090 "quote",
6091 "syn 2.0.68",
6092]
6093
6094[[package]]
6095name = "time"
6096version = "0.3.36"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885"
6099dependencies = [
6100 "deranged",
6101 "itoa",
6102 "num-conv",
6103 "powerfmt",
6104 "serde",
6105 "time-core",
6106 "time-macros",
6107]
6108
6109[[package]]
6110name = "time-core"
6111version = "0.1.2"
6112source = "registry+https://github.com/rust-lang/crates.io-index"
6113checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
6114
6115[[package]]
6116name = "time-macros"
6117version = "0.2.18"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf"
6120dependencies = [
6121 "num-conv",
6122 "time-core",
6123]
6124
6125[[package]]
6126name = "tiny-keccak"
6127version = "2.0.2"
6128source = "registry+https://github.com/rust-lang/crates.io-index"
6129checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
6130dependencies = [
6131 "crunchy",
6132]
6133
6134[[package]]
6135name = "tinyvec"
6136version = "1.7.0"
6137source = "registry+https://github.com/rust-lang/crates.io-index"
6138checksum = "ce6b6a2fb3a985e99cebfaefa9faa3024743da73304ca1c683a36429613d3d22"
6139dependencies = [
6140 "tinyvec_macros",
6141]
6142
6143[[package]]
6144name = "tinyvec_macros"
6145version = "0.1.1"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
6148
6149[[package]]
6150name = "tokio"
6151version = "1.38.0"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "ba4f4a02a7a80d6f274636f0aa95c7e383b912d41fe721a31f29e29698585a4a"
6154dependencies = [
6155 "backtrace",
6156 "bytes",
6157 "libc",
6158 "mio",
6159 "num_cpus",
6160 "pin-project-lite",
6161 "signal-hook-registry",
6162 "socket2",
6163 "tokio-macros",
6164 "windows-sys 0.48.0",
6165]
6166
6167[[package]]
6168name = "tokio-macros"
6169version = "2.3.0"
6170source = "registry+https://github.com/rust-lang/crates.io-index"
6171checksum = "5f5ae998a069d4b5aba8ee9dad856af7d520c3699e6159b185c2acd48155d39a"
6172dependencies = [
6173 "proc-macro2",
6174 "quote",
6175 "syn 2.0.68",
6176]
6177
6178[[package]]
6179name = "tokio-native-tls"
6180version = "0.3.1"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
6183dependencies = [
6184 "native-tls",
6185 "tokio",
6186]
6187
6188[[package]]
6189name = "tokio-rustls"
6190version = "0.24.1"
6191source = "registry+https://github.com/rust-lang/crates.io-index"
6192checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
6193dependencies = [
6194 "rustls 0.21.12",
6195 "tokio",
6196]
6197
6198[[package]]
6199name = "tokio-rustls"
6200version = "0.26.0"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4"
6203dependencies = [
6204 "rustls 0.23.10",
6205 "rustls-pki-types",
6206 "tokio",
6207]
6208
6209[[package]]
6210name = "tokio-stream"
6211version = "0.1.15"
6212source = "registry+https://github.com/rust-lang/crates.io-index"
6213checksum = "267ac89e0bec6e691e5813911606935d77c476ff49024f98abcea3e7b15e37af"
6214dependencies = [
6215 "futures-core",
6216 "pin-project-lite",
6217 "tokio",
6218]
6219
6220[[package]]
6221name = "tokio-util"
6222version = "0.7.11"
6223source = "registry+https://github.com/rust-lang/crates.io-index"
6224checksum = "9cf6b47b3771c49ac75ad09a6162f53ad4b8088b76ac60e8ec1455b31a189fe1"
6225dependencies = [
6226 "bytes",
6227 "futures-core",
6228 "futures-sink",
6229 "pin-project-lite",
6230 "tokio",
6231]
6232
6233[[package]]
6234name = "tower"
6235version = "0.4.13"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
6238dependencies = [
6239 "futures-core",
6240 "futures-util",
6241 "pin-project",
6242 "pin-project-lite",
6243 "tokio",
6244 "tower-layer",
6245 "tower-service",
6246 "tracing",
6247]
6248
6249[[package]]
6250name = "tower-layer"
6251version = "0.3.2"
6252source = "registry+https://github.com/rust-lang/crates.io-index"
6253checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
6254
6255[[package]]
6256name = "tower-service"
6257version = "0.3.2"
6258source = "registry+https://github.com/rust-lang/crates.io-index"
6259checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
6260
6261[[package]]
6262name = "tracing"
6263version = "0.1.40"
6264source = "registry+https://github.com/rust-lang/crates.io-index"
6265checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
6266dependencies = [
6267 "log",
6268 "pin-project-lite",
6269 "tracing-attributes",
6270 "tracing-core",
6271]
6272
6273[[package]]
6274name = "tracing-attributes"
6275version = "0.1.27"
6276source = "registry+https://github.com/rust-lang/crates.io-index"
6277checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
6278dependencies = [
6279 "proc-macro2",
6280 "quote",
6281 "syn 2.0.68",
6282]
6283
6284[[package]]
6285name = "tracing-core"
6286version = "0.1.32"
6287source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
6289dependencies = [
6290 "once_cell",
6291]
6292
6293[[package]]
6294name = "triomphe"
6295version = "0.1.13"
6296source = "registry+https://github.com/rust-lang/crates.io-index"
6297checksum = "e6631e42e10b40c0690bf92f404ebcfe6e1fdb480391d15f17cc8e96eeed5369"
6298
6299[[package]]
6300name = "try-lock"
6301version = "0.2.5"
6302source = "registry+https://github.com/rust-lang/crates.io-index"
6303checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
6304
6305[[package]]
6306name = "twox-hash"
6307version = "1.6.3"
6308source = "registry+https://github.com/rust-lang/crates.io-index"
6309checksum = "97fee6b57c6a41524a810daee9286c02d7752c4253064d0b05472833a438f675"
6310dependencies = [
6311 "cfg-if",
6312 "static_assertions",
6313]
6314
6315[[package]]
6316name = "typenum"
6317version = "1.17.0"
6318source = "registry+https://github.com/rust-lang/crates.io-index"
6319checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
6320
6321[[package]]
6322name = "unicase"
6323version = "2.7.0"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
6326dependencies = [
6327 "version_check",
6328]
6329
6330[[package]]
6331name = "unicode-bidi"
6332version = "0.3.15"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "08f95100a766bf4f8f28f90d77e0a5461bbdb219042e7679bebe79004fed8d75"
6335
6336[[package]]
6337name = "unicode-ident"
6338version = "1.0.12"
6339source = "registry+https://github.com/rust-lang/crates.io-index"
6340checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
6341
6342[[package]]
6343name = "unicode-normalization"
6344version = "0.1.23"
6345source = "registry+https://github.com/rust-lang/crates.io-index"
6346checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5"
6347dependencies = [
6348 "tinyvec",
6349]
6350
6351[[package]]
6352name = "unicode-reverse"
6353version = "1.0.9"
6354source = "registry+https://github.com/rust-lang/crates.io-index"
6355checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
6356dependencies = [
6357 "unicode-segmentation",
6358]
6359
6360[[package]]
6361name = "unicode-segmentation"
6362version = "1.11.0"
6363source = "registry+https://github.com/rust-lang/crates.io-index"
6364checksum = "d4c87d22b6e3f4a18d4d40ef354e97c90fcb14dd91d7dc0aa9d8a1172ebf7202"
6365
6366[[package]]
6367name = "unicode-width"
6368version = "0.1.13"
6369source = "registry+https://github.com/rust-lang/crates.io-index"
6370checksum = "0336d538f7abc86d282a4189614dfaa90810dfc2c6f6427eaf88e16311dd225d"
6371
6372[[package]]
6373name = "unindent"
6374version = "0.2.3"
6375source = "registry+https://github.com/rust-lang/crates.io-index"
6376checksum = "c7de7d73e1754487cb58364ee906a499937a0dfabd86bcb980fa99ec8c8fa2ce"
6377
6378[[package]]
6379name = "untrusted"
6380version = "0.7.1"
6381source = "registry+https://github.com/rust-lang/crates.io-index"
6382checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
6383
6384[[package]]
6385name = "untrusted"
6386version = "0.9.0"
6387source = "registry+https://github.com/rust-lang/crates.io-index"
6388checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
6389
6390[[package]]
6391name = "url"
6392version = "2.5.2"
6393source = "registry+https://github.com/rust-lang/crates.io-index"
6394checksum = "22784dbdf76fdde8af1aeda5622b546b422b6fc585325248a2bf9f5e41e94d6c"
6395dependencies = [
6396 "form_urlencoded",
6397 "idna",
6398 "percent-encoding",
6399]
6400
6401[[package]]
6402name = "urlencoding"
6403version = "2.1.3"
6404source = "registry+https://github.com/rust-lang/crates.io-index"
6405checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
6406
6407[[package]]
6408name = "utf8parse"
6409version = "0.2.2"
6410source = "registry+https://github.com/rust-lang/crates.io-index"
6411checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
6412
6413[[package]]
6414name = "uuid"
6415version = "1.9.1"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "5de17fd2f7da591098415cff336e12965a28061ddace43b59cb3c430179c9439"
6418dependencies = [
6419 "getrandom",
6420 "serde",
6421]
6422
6423[[package]]
6424name = "vcpkg"
6425version = "0.2.15"
6426source = "registry+https://github.com/rust-lang/crates.io-index"
6427checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
6428
6429[[package]]
6430name = "version_check"
6431version = "0.9.4"
6432source = "registry+https://github.com/rust-lang/crates.io-index"
6433checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
6434
6435[[package]]
6436name = "vsimd"
6437version = "0.8.0"
6438source = "registry+https://github.com/rust-lang/crates.io-index"
6439checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
6440
6441[[package]]
6442name = "walkdir"
6443version = "2.5.0"
6444source = "registry+https://github.com/rust-lang/crates.io-index"
6445checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
6446dependencies = [
6447 "same-file",
6448 "winapi-util",
6449]
6450
6451[[package]]
6452name = "want"
6453version = "0.3.1"
6454source = "registry+https://github.com/rust-lang/crates.io-index"
6455checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
6456dependencies = [
6457 "try-lock",
6458]
6459
6460[[package]]
6461name = "wasi"
6462version = "0.11.0+wasi-snapshot-preview1"
6463source = "registry+https://github.com/rust-lang/crates.io-index"
6464checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
6465
6466[[package]]
6467name = "wasm-bindgen"
6468version = "0.2.92"
6469source = "registry+https://github.com/rust-lang/crates.io-index"
6470checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
6471dependencies = [
6472 "cfg-if",
6473 "wasm-bindgen-macro",
6474]
6475
6476[[package]]
6477name = "wasm-bindgen-backend"
6478version = "0.2.92"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
6481dependencies = [
6482 "bumpalo",
6483 "log",
6484 "once_cell",
6485 "proc-macro2",
6486 "quote",
6487 "syn 2.0.68",
6488 "wasm-bindgen-shared",
6489]
6490
6491[[package]]
6492name = "wasm-bindgen-futures"
6493version = "0.4.42"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "76bc14366121efc8dbb487ab05bcc9d346b3b5ec0eaa76e46594cabbe51762c0"
6496dependencies = [
6497 "cfg-if",
6498 "js-sys",
6499 "wasm-bindgen",
6500 "web-sys",
6501]
6502
6503[[package]]
6504name = "wasm-bindgen-macro"
6505version = "0.2.92"
6506source = "registry+https://github.com/rust-lang/crates.io-index"
6507checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
6508dependencies = [
6509 "quote",
6510 "wasm-bindgen-macro-support",
6511]
6512
6513[[package]]
6514name = "wasm-bindgen-macro-support"
6515version = "0.2.92"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
6518dependencies = [
6519 "proc-macro2",
6520 "quote",
6521 "syn 2.0.68",
6522 "wasm-bindgen-backend",
6523 "wasm-bindgen-shared",
6524]
6525
6526[[package]]
6527name = "wasm-bindgen-shared"
6528version = "0.2.92"
6529source = "registry+https://github.com/rust-lang/crates.io-index"
6530checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
6531
6532[[package]]
6533name = "wasm-streams"
6534version = "0.4.0"
6535source = "registry+https://github.com/rust-lang/crates.io-index"
6536checksum = "b65dc4c90b63b118468cf747d8bf3566c1913ef60be765b5730ead9e0a3ba129"
6537dependencies = [
6538 "futures-util",
6539 "js-sys",
6540 "wasm-bindgen",
6541 "wasm-bindgen-futures",
6542 "web-sys",
6543]
6544
6545[[package]]
6546name = "web-sys"
6547version = "0.3.69"
6548source = "registry+https://github.com/rust-lang/crates.io-index"
6549checksum = "77afa9a11836342370f4817622a2f0f418b134426d91a82dfb48f532d2ec13ef"
6550dependencies = [
6551 "js-sys",
6552 "wasm-bindgen",
6553]
6554
6555[[package]]
6556name = "winapi"
6557version = "0.3.9"
6558source = "registry+https://github.com/rust-lang/crates.io-index"
6559checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
6560dependencies = [
6561 "winapi-i686-pc-windows-gnu",
6562 "winapi-x86_64-pc-windows-gnu",
6563]
6564
6565[[package]]
6566name = "winapi-i686-pc-windows-gnu"
6567version = "0.4.0"
6568source = "registry+https://github.com/rust-lang/crates.io-index"
6569checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
6570
6571[[package]]
6572name = "winapi-util"
6573version = "0.1.8"
6574source = "registry+https://github.com/rust-lang/crates.io-index"
6575checksum = "4d4cc384e1e73b93bafa6fb4f1df8c41695c8a91cf9c4c64358067d15a7b6c6b"
6576dependencies = [
6577 "windows-sys 0.52.0",
6578]
6579
6580[[package]]
6581name = "winapi-x86_64-pc-windows-gnu"
6582version = "0.4.0"
6583source = "registry+https://github.com/rust-lang/crates.io-index"
6584checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
6585
6586[[package]]
6587name = "windows"
6588version = "0.52.0"
6589source = "registry+https://github.com/rust-lang/crates.io-index"
6590checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
6591dependencies = [
6592 "windows-core",
6593 "windows-targets 0.52.6",
6594]
6595
6596[[package]]
6597name = "windows-core"
6598version = "0.52.0"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
6601dependencies = [
6602 "windows-targets 0.52.6",
6603]
6604
6605[[package]]
6606name = "windows-sys"
6607version = "0.45.0"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
6610dependencies = [
6611 "windows-targets 0.42.2",
6612]
6613
6614[[package]]
6615name = "windows-sys"
6616version = "0.48.0"
6617source = "registry+https://github.com/rust-lang/crates.io-index"
6618checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
6619dependencies = [
6620 "windows-targets 0.48.5",
6621]
6622
6623[[package]]
6624name = "windows-sys"
6625version = "0.52.0"
6626source = "registry+https://github.com/rust-lang/crates.io-index"
6627checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
6628dependencies = [
6629 "windows-targets 0.52.6",
6630]
6631
6632[[package]]
6633name = "windows-targets"
6634version = "0.42.2"
6635source = "registry+https://github.com/rust-lang/crates.io-index"
6636checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
6637dependencies = [
6638 "windows_aarch64_gnullvm 0.42.2",
6639 "windows_aarch64_msvc 0.42.2",
6640 "windows_i686_gnu 0.42.2",
6641 "windows_i686_msvc 0.42.2",
6642 "windows_x86_64_gnu 0.42.2",
6643 "windows_x86_64_gnullvm 0.42.2",
6644 "windows_x86_64_msvc 0.42.2",
6645]
6646
6647[[package]]
6648name = "windows-targets"
6649version = "0.48.5"
6650source = "registry+https://github.com/rust-lang/crates.io-index"
6651checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
6652dependencies = [
6653 "windows_aarch64_gnullvm 0.48.5",
6654 "windows_aarch64_msvc 0.48.5",
6655 "windows_i686_gnu 0.48.5",
6656 "windows_i686_msvc 0.48.5",
6657 "windows_x86_64_gnu 0.48.5",
6658 "windows_x86_64_gnullvm 0.48.5",
6659 "windows_x86_64_msvc 0.48.5",
6660]
6661
6662[[package]]
6663name = "windows-targets"
6664version = "0.52.6"
6665source = "registry+https://github.com/rust-lang/crates.io-index"
6666checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
6667dependencies = [
6668 "windows_aarch64_gnullvm 0.52.6",
6669 "windows_aarch64_msvc 0.52.6",
6670 "windows_i686_gnu 0.52.6",
6671 "windows_i686_gnullvm",
6672 "windows_i686_msvc 0.52.6",
6673 "windows_x86_64_gnu 0.52.6",
6674 "windows_x86_64_gnullvm 0.52.6",
6675 "windows_x86_64_msvc 0.52.6",
6676]
6677
6678[[package]]
6679name = "windows_aarch64_gnullvm"
6680version = "0.42.2"
6681source = "registry+https://github.com/rust-lang/crates.io-index"
6682checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
6683
6684[[package]]
6685name = "windows_aarch64_gnullvm"
6686version = "0.48.5"
6687source = "registry+https://github.com/rust-lang/crates.io-index"
6688checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
6689
6690[[package]]
6691name = "windows_aarch64_gnullvm"
6692version = "0.52.6"
6693source = "registry+https://github.com/rust-lang/crates.io-index"
6694checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
6695
6696[[package]]
6697name = "windows_aarch64_msvc"
6698version = "0.42.2"
6699source = "registry+https://github.com/rust-lang/crates.io-index"
6700checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
6701
6702[[package]]
6703name = "windows_aarch64_msvc"
6704version = "0.48.5"
6705source = "registry+https://github.com/rust-lang/crates.io-index"
6706checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
6707
6708[[package]]
6709name = "windows_aarch64_msvc"
6710version = "0.52.6"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
6713
6714[[package]]
6715name = "windows_i686_gnu"
6716version = "0.42.2"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
6719
6720[[package]]
6721name = "windows_i686_gnu"
6722version = "0.48.5"
6723source = "registry+https://github.com/rust-lang/crates.io-index"
6724checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
6725
6726[[package]]
6727name = "windows_i686_gnu"
6728version = "0.52.6"
6729source = "registry+https://github.com/rust-lang/crates.io-index"
6730checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
6731
6732[[package]]
6733name = "windows_i686_gnullvm"
6734version = "0.52.6"
6735source = "registry+https://github.com/rust-lang/crates.io-index"
6736checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
6737
6738[[package]]
6739name = "windows_i686_msvc"
6740version = "0.42.2"
6741source = "registry+https://github.com/rust-lang/crates.io-index"
6742checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
6743
6744[[package]]
6745name = "windows_i686_msvc"
6746version = "0.48.5"
6747source = "registry+https://github.com/rust-lang/crates.io-index"
6748checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
6749
6750[[package]]
6751name = "windows_i686_msvc"
6752version = "0.52.6"
6753source = "registry+https://github.com/rust-lang/crates.io-index"
6754checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
6755
6756[[package]]
6757name = "windows_x86_64_gnu"
6758version = "0.42.2"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
6761
6762[[package]]
6763name = "windows_x86_64_gnu"
6764version = "0.48.5"
6765source = "registry+https://github.com/rust-lang/crates.io-index"
6766checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
6767
6768[[package]]
6769name = "windows_x86_64_gnu"
6770version = "0.52.6"
6771source = "registry+https://github.com/rust-lang/crates.io-index"
6772checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
6773
6774[[package]]
6775name = "windows_x86_64_gnullvm"
6776version = "0.42.2"
6777source = "registry+https://github.com/rust-lang/crates.io-index"
6778checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
6779
6780[[package]]
6781name = "windows_x86_64_gnullvm"
6782version = "0.48.5"
6783source = "registry+https://github.com/rust-lang/crates.io-index"
6784checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
6785
6786[[package]]
6787name = "windows_x86_64_gnullvm"
6788version = "0.52.6"
6789source = "registry+https://github.com/rust-lang/crates.io-index"
6790checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
6791
6792[[package]]
6793name = "windows_x86_64_msvc"
6794version = "0.42.2"
6795source = "registry+https://github.com/rust-lang/crates.io-index"
6796checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
6797
6798[[package]]
6799name = "windows_x86_64_msvc"
6800version = "0.48.5"
6801source = "registry+https://github.com/rust-lang/crates.io-index"
6802checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
6803
6804[[package]]
6805name = "windows_x86_64_msvc"
6806version = "0.52.6"
6807source = "registry+https://github.com/rust-lang/crates.io-index"
6808checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
6809
6810[[package]]
6811name = "winreg"
6812version = "0.50.0"
6813source = "registry+https://github.com/rust-lang/crates.io-index"
6814checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
6815dependencies = [
6816 "cfg-if",
6817 "windows-sys 0.48.0",
6818]
6819
6820[[package]]
6821name = "winreg"
6822version = "0.52.0"
6823source = "registry+https://github.com/rust-lang/crates.io-index"
6824checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
6825dependencies = [
6826 "cfg-if",
6827 "windows-sys 0.48.0",
6828]
6829
6830[[package]]
6831name = "wyz"
6832version = "0.5.1"
6833source = "registry+https://github.com/rust-lang/crates.io-index"
6834checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
6835dependencies = [
6836 "tap",
6837]
6838
6839[[package]]
6840name = "xmlparser"
6841version = "0.13.6"
6842source = "registry+https://github.com/rust-lang/crates.io-index"
6843checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
6844
6845[[package]]
6846name = "xxhash-rust"
6847version = "0.8.11"
6848source = "registry+https://github.com/rust-lang/crates.io-index"
6849checksum = "63658493314859b4dfdf3fb8c1defd61587839def09582db50b8a4e93afca6bb"
6850
6851[[package]]
6852name = "zerocopy"
6853version = "0.7.35"
6854source = "registry+https://github.com/rust-lang/crates.io-index"
6855checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
6856dependencies = [
6857 "zerocopy-derive",
6858]
6859
6860[[package]]
6861name = "zerocopy-derive"
6862version = "0.7.35"
6863source = "registry+https://github.com/rust-lang/crates.io-index"
6864checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
6865dependencies = [
6866 "proc-macro2",
6867 "quote",
6868 "syn 2.0.68",
6869]
6870
6871[[package]]
6872name = "zeroize"
6873version = "1.8.1"
6874source = "registry+https://github.com/rust-lang/crates.io-index"
6875checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
6876
6877[[package]]
6878name = "zstd"
6879version = "0.13.2"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
6882dependencies = [
6883 "zstd-safe",
6884]
6885
6886[[package]]
6887name = "zstd-safe"
6888version = "7.2.0"
6889source = "registry+https://github.com/rust-lang/crates.io-index"
6890checksum = "fa556e971e7b568dc775c136fc9de8c779b1c2fc3a63defaafadffdbd3181afa"
6891dependencies = [
6892 "zstd-sys",
6893]
6894
6895[[package]]
6896name = "zstd-sys"
6897version = "2.0.12+zstd.1.5.6"
6898source = "registry+https://github.com/rust-lang/crates.io-index"
6899checksum = "0a4e40c320c3cb459d9a9ff6de98cff88f4751ee9275d140e2be94a2b74e4c13"
6900dependencies = [
6901 "cc",
6902 "pkg-config",
6903]