statguardian 1.0.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (50) hide show
  1. statguardian-1.0.0/Cargo.lock +4761 -0
  2. statguardian-1.0.0/Cargo.toml +57 -0
  3. statguardian-1.0.0/LICENSE +21 -0
  4. statguardian-1.0.0/LICENSES.md +160 -0
  5. statguardian-1.0.0/PKG-INFO +1041 -0
  6. statguardian-1.0.0/README.md +933 -0
  7. statguardian-1.0.0/crates/statguard-core/Cargo.toml +20 -0
  8. statguardian-1.0.0/crates/statguard-core/src/ast.rs +293 -0
  9. statguardian-1.0.0/crates/statguard-core/src/compiler/dag.rs +188 -0
  10. statguardian-1.0.0/crates/statguard-core/src/compiler/mod.rs +179 -0
  11. statguardian-1.0.0/crates/statguard-core/src/compiler/optimizer.rs +141 -0
  12. statguardian-1.0.0/crates/statguard-core/src/error.rs +24 -0
  13. statguardian-1.0.0/crates/statguard-core/src/lib.rs +26 -0
  14. statguardian-1.0.0/crates/statguard-core/src/parser/grammar.pest +173 -0
  15. statguardian-1.0.0/crates/statguard-core/src/parser/mod.rs +483 -0
  16. statguardian-1.0.0/crates/statguard-core/src/streaming.rs +217 -0
  17. statguardian-1.0.0/crates/statguard-engine/Cargo.toml +22 -0
  18. statguardian-1.0.0/crates/statguard-engine/src/batch.rs +314 -0
  19. statguardian-1.0.0/crates/statguard-engine/src/lib.rs +150 -0
  20. statguardian-1.0.0/crates/statguard-io/Cargo.toml +50 -0
  21. statguardian-1.0.0/crates/statguard-io/src/cloud.rs +151 -0
  22. statguardian-1.0.0/crates/statguard-io/src/delta.rs +274 -0
  23. statguardian-1.0.0/crates/statguard-io/src/iceberg.rs +494 -0
  24. statguardian-1.0.0/crates/statguard-io/src/lib.rs +238 -0
  25. statguardian-1.0.0/crates/statguard-io/src/sql.rs +223 -0
  26. statguardian-1.0.0/crates/statguard-metrics/Cargo.toml +17 -0
  27. statguardian-1.0.0/crates/statguard-metrics/src/lib.rs +3 -0
  28. statguardian-1.0.0/crates/statguard-metrics/src/report.rs +242 -0
  29. statguardian-1.0.0/crates/statguard-py/Cargo.toml +21 -0
  30. statguardian-1.0.0/crates/statguard-py/src/lib.rs +455 -0
  31. statguardian-1.0.0/crates/statguard-stats/Cargo.toml +15 -0
  32. statguardian-1.0.0/crates/statguard-stats/src/drift.rs +195 -0
  33. statguardian-1.0.0/crates/statguard-stats/src/hll.rs +89 -0
  34. statguardian-1.0.0/crates/statguard-stats/src/lib.rs +7 -0
  35. statguardian-1.0.0/crates/statguard-stats/src/profiler.rs +151 -0
  36. statguardian-1.0.0/crates/statguard-validators/Cargo.toml +16 -0
  37. statguardian-1.0.0/crates/statguard-validators/src/lib.rs +57 -0
  38. statguardian-1.0.0/crates/statguard-validators/src/rules.rs +173 -0
  39. statguardian-1.0.0/crates/statguard-validators/src/schema.rs +204 -0
  40. statguardian-1.0.0/pyproject.toml +139 -0
  41. statguardian-1.0.0/python/statguardian/__init__.py +153 -0
  42. statguardian-1.0.0/python/statguardian/_cli.py +120 -0
  43. statguardian-1.0.0/python/statguardian/_connectors.py +265 -0
  44. statguardian-1.0.0/python/statguardian/_evolution.py +133 -0
  45. statguardian-1.0.0/python/statguardian/_gpu.py +82 -0
  46. statguardian-1.0.0/python/statguardian/_html.py +187 -0
  47. statguardian-1.0.0/python/statguardian/_integrity.py +161 -0
  48. statguardian-1.0.0/python/statguardian/_parallel.py +146 -0
  49. statguardian-1.0.0/python/statguardian/_pii.py +174 -0
  50. statguardian-1.0.0/python/statguardian/_validators.py +143 -0
@@ -0,0 +1,4761 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "adler2"
7
+ version = "2.0.1"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
10
+
11
+ [[package]]
12
+ name = "adler32"
13
+ version = "1.2.0"
14
+ source = "registry+https://github.com/rust-lang/crates.io-index"
15
+ checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
16
+
17
+ [[package]]
18
+ name = "ahash"
19
+ version = "0.8.12"
20
+ source = "registry+https://github.com/rust-lang/crates.io-index"
21
+ checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
22
+ dependencies = [
23
+ "cfg-if",
24
+ "getrandom 0.3.4",
25
+ "once_cell",
26
+ "version_check",
27
+ "zerocopy",
28
+ ]
29
+
30
+ [[package]]
31
+ name = "aho-corasick"
32
+ version = "1.1.4"
33
+ source = "registry+https://github.com/rust-lang/crates.io-index"
34
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
35
+ dependencies = [
36
+ "memchr",
37
+ ]
38
+
39
+ [[package]]
40
+ name = "alloc-no-stdlib"
41
+ version = "2.0.4"
42
+ source = "registry+https://github.com/rust-lang/crates.io-index"
43
+ checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3"
44
+
45
+ [[package]]
46
+ name = "alloc-stdlib"
47
+ version = "0.2.4"
48
+ source = "registry+https://github.com/rust-lang/crates.io-index"
49
+ checksum = "0e76a019e91224d279006ff972f1e984179a6e9feb050adba6ce8274aef23195"
50
+ dependencies = [
51
+ "alloc-no-stdlib",
52
+ ]
53
+
54
+ [[package]]
55
+ name = "allocator-api2"
56
+ version = "0.2.21"
57
+ source = "registry+https://github.com/rust-lang/crates.io-index"
58
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
59
+
60
+ [[package]]
61
+ name = "android_system_properties"
62
+ version = "0.1.5"
63
+ source = "registry+https://github.com/rust-lang/crates.io-index"
64
+ checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
65
+ dependencies = [
66
+ "libc",
67
+ ]
68
+
69
+ [[package]]
70
+ name = "anyhow"
71
+ version = "1.0.103"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
74
+
75
+ [[package]]
76
+ name = "ar_archive_writer"
77
+ version = "0.5.2"
78
+ source = "registry+https://github.com/rust-lang/crates.io-index"
79
+ checksum = "4087686b4b0a3427190bae57a1d9a478dbb2d40c5dc1bd6e2b6d797913bdd348"
80
+ dependencies = [
81
+ "object",
82
+ ]
83
+
84
+ [[package]]
85
+ name = "argminmax"
86
+ version = "0.6.3"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "70f13d10a41ac8d2ec79ee34178d61e6f47a29c2edfe7ef1721c7383b0359e65"
89
+ dependencies = [
90
+ "num-traits",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "array-init-cursor"
95
+ version = "0.2.1"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "ed51fe0f224d1d4ea768be38c51f9f831dee9d05c163c11fba0b8c44387b1fc3"
98
+
99
+ [[package]]
100
+ name = "arrayref"
101
+ version = "0.3.9"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
104
+
105
+ [[package]]
106
+ name = "arrayvec"
107
+ version = "0.7.8"
108
+ source = "registry+https://github.com/rust-lang/crates.io-index"
109
+ checksum = "d3fb67a6e08acf24fdeccbac2cb6ac4305825bd1f117462e0e6f2f193345ad56"
110
+
111
+ [[package]]
112
+ name = "async-stream"
113
+ version = "0.3.6"
114
+ source = "registry+https://github.com/rust-lang/crates.io-index"
115
+ checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
116
+ dependencies = [
117
+ "async-stream-impl",
118
+ "futures-core",
119
+ "pin-project-lite",
120
+ ]
121
+
122
+ [[package]]
123
+ name = "async-stream-impl"
124
+ version = "0.3.6"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
127
+ dependencies = [
128
+ "proc-macro2",
129
+ "quote",
130
+ "syn 2.0.118",
131
+ ]
132
+
133
+ [[package]]
134
+ name = "async-trait"
135
+ version = "0.1.89"
136
+ source = "registry+https://github.com/rust-lang/crates.io-index"
137
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
138
+ dependencies = [
139
+ "proc-macro2",
140
+ "quote",
141
+ "syn 2.0.118",
142
+ ]
143
+
144
+ [[package]]
145
+ name = "atoi"
146
+ version = "2.0.0"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
149
+ dependencies = [
150
+ "num-traits",
151
+ ]
152
+
153
+ [[package]]
154
+ name = "atoi_simd"
155
+ version = "0.15.6"
156
+ source = "registry+https://github.com/rust-lang/crates.io-index"
157
+ checksum = "9ae037714f313c1353189ead58ef9eec30a8e8dc101b2622d461418fd59e28a9"
158
+
159
+ [[package]]
160
+ name = "atomic-waker"
161
+ version = "1.1.2"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
164
+
165
+ [[package]]
166
+ name = "autocfg"
167
+ version = "1.5.1"
168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
169
+ checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
170
+
171
+ [[package]]
172
+ name = "avro-schema"
173
+ version = "0.3.0"
174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
175
+ checksum = "b5281855b39aba9684d2f47bf96983fbfd8f1725f12fabb0513a8ab879647bbd"
176
+ dependencies = [
177
+ "crc 2.1.0",
178
+ "fallible-streaming-iterator",
179
+ "libflate",
180
+ "serde",
181
+ "serde_json",
182
+ "snap",
183
+ ]
184
+
185
+ [[package]]
186
+ name = "base64"
187
+ version = "0.22.1"
188
+ source = "registry+https://github.com/rust-lang/crates.io-index"
189
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
190
+
191
+ [[package]]
192
+ name = "base64ct"
193
+ version = "1.8.3"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
196
+
197
+ [[package]]
198
+ name = "bitflags"
199
+ version = "2.13.0"
200
+ source = "registry+https://github.com/rust-lang/crates.io-index"
201
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
202
+ dependencies = [
203
+ "serde_core",
204
+ ]
205
+
206
+ [[package]]
207
+ name = "blake3"
208
+ version = "1.8.5"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "0aa83c34e62843d924f905e0f5c866eb1dd6545fc4d719e803d9ba6030371fce"
211
+ dependencies = [
212
+ "arrayref",
213
+ "arrayvec",
214
+ "cc",
215
+ "cfg-if",
216
+ "constant_time_eq",
217
+ "cpufeatures 0.3.0",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "block-buffer"
222
+ version = "0.10.4"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
225
+ dependencies = [
226
+ "generic-array",
227
+ ]
228
+
229
+ [[package]]
230
+ name = "brotli"
231
+ version = "6.0.0"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "74f7971dbd9326d58187408ab83117d8ac1bb9c17b085fdacd1cf2f598719b6b"
234
+ dependencies = [
235
+ "alloc-no-stdlib",
236
+ "alloc-stdlib",
237
+ "brotli-decompressor",
238
+ ]
239
+
240
+ [[package]]
241
+ name = "brotli-decompressor"
242
+ version = "4.0.3"
243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
244
+ checksum = "a334ef7c9e23abf0ce748e8cd309037da93e606ad52eb372e4ce327a0dcfbdfd"
245
+ dependencies = [
246
+ "alloc-no-stdlib",
247
+ "alloc-stdlib",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "bumpalo"
252
+ version = "3.20.3"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
255
+
256
+ [[package]]
257
+ name = "bytemuck"
258
+ version = "1.25.0"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec"
261
+ dependencies = [
262
+ "bytemuck_derive",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "bytemuck_derive"
267
+ version = "1.10.2"
268
+ source = "registry+https://github.com/rust-lang/crates.io-index"
269
+ checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
270
+ dependencies = [
271
+ "proc-macro2",
272
+ "quote",
273
+ "syn 2.0.118",
274
+ ]
275
+
276
+ [[package]]
277
+ name = "byteorder"
278
+ version = "1.5.0"
279
+ source = "registry+https://github.com/rust-lang/crates.io-index"
280
+ checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
281
+
282
+ [[package]]
283
+ name = "bytes"
284
+ version = "1.12.0"
285
+ source = "registry+https://github.com/rust-lang/crates.io-index"
286
+ checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
287
+
288
+ [[package]]
289
+ name = "castaway"
290
+ version = "0.2.4"
291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
292
+ checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a"
293
+ dependencies = [
294
+ "rustversion",
295
+ ]
296
+
297
+ [[package]]
298
+ name = "cc"
299
+ version = "1.2.66"
300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
301
+ checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996"
302
+ dependencies = [
303
+ "find-msvc-tools",
304
+ "jobserver",
305
+ "libc",
306
+ "shlex",
307
+ ]
308
+
309
+ [[package]]
310
+ name = "cfg-if"
311
+ version = "1.0.4"
312
+ source = "registry+https://github.com/rust-lang/crates.io-index"
313
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
314
+
315
+ [[package]]
316
+ name = "cfg_aliases"
317
+ version = "0.2.1"
318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
319
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
320
+
321
+ [[package]]
322
+ name = "chacha20"
323
+ version = "0.10.1"
324
+ source = "registry+https://github.com/rust-lang/crates.io-index"
325
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
326
+ dependencies = [
327
+ "cfg-if",
328
+ "cpufeatures 0.3.0",
329
+ "rand_core 0.10.1",
330
+ ]
331
+
332
+ [[package]]
333
+ name = "chrono"
334
+ version = "0.4.45"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327"
337
+ dependencies = [
338
+ "iana-time-zone",
339
+ "js-sys",
340
+ "num-traits",
341
+ "serde",
342
+ "wasm-bindgen",
343
+ "windows-link",
344
+ ]
345
+
346
+ [[package]]
347
+ name = "chrono-tz"
348
+ version = "0.8.6"
349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
350
+ checksum = "d59ae0466b83e838b81a54256c39d5d7c20b9d7daa10510a242d9b75abd5936e"
351
+ dependencies = [
352
+ "chrono",
353
+ "chrono-tz-build",
354
+ "phf",
355
+ ]
356
+
357
+ [[package]]
358
+ name = "chrono-tz-build"
359
+ version = "0.2.1"
360
+ source = "registry+https://github.com/rust-lang/crates.io-index"
361
+ checksum = "433e39f13c9a060046954e0592a8d0a4bcb1040125cbf91cb8ee58964cfb350f"
362
+ dependencies = [
363
+ "parse-zoneinfo",
364
+ "phf",
365
+ "phf_codegen",
366
+ ]
367
+
368
+ [[package]]
369
+ name = "ciborium"
370
+ version = "0.2.2"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
373
+ dependencies = [
374
+ "ciborium-io",
375
+ "ciborium-ll",
376
+ "serde",
377
+ ]
378
+
379
+ [[package]]
380
+ name = "ciborium-io"
381
+ version = "0.2.2"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
384
+
385
+ [[package]]
386
+ name = "ciborium-ll"
387
+ version = "0.2.2"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
390
+ dependencies = [
391
+ "ciborium-io",
392
+ "half",
393
+ ]
394
+
395
+ [[package]]
396
+ name = "comfy-table"
397
+ version = "7.2.2"
398
+ source = "registry+https://github.com/rust-lang/crates.io-index"
399
+ checksum = "958c5d6ecf1f214b4c2bbbbf6ab9523a864bd136dcf71a7e8904799acfe1ad47"
400
+ dependencies = [
401
+ "crossterm",
402
+ "unicode-segmentation",
403
+ "unicode-width",
404
+ ]
405
+
406
+ [[package]]
407
+ name = "compact_str"
408
+ version = "0.8.2"
409
+ source = "registry+https://github.com/rust-lang/crates.io-index"
410
+ checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e"
411
+ dependencies = [
412
+ "castaway",
413
+ "cfg-if",
414
+ "itoa",
415
+ "rustversion",
416
+ "ryu",
417
+ "serde",
418
+ "static_assertions",
419
+ ]
420
+
421
+ [[package]]
422
+ name = "concurrent-queue"
423
+ version = "2.5.0"
424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
425
+ checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
426
+ dependencies = [
427
+ "crossbeam-utils",
428
+ ]
429
+
430
+ [[package]]
431
+ name = "const-oid"
432
+ version = "0.9.6"
433
+ source = "registry+https://github.com/rust-lang/crates.io-index"
434
+ checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
435
+
436
+ [[package]]
437
+ name = "constant_time_eq"
438
+ version = "0.4.2"
439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
440
+ checksum = "3d52eff69cd5e647efe296129160853a42795992097e8af39800e1060caeea9b"
441
+
442
+ [[package]]
443
+ name = "core-foundation"
444
+ version = "0.10.1"
445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
446
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
447
+ dependencies = [
448
+ "core-foundation-sys",
449
+ "libc",
450
+ ]
451
+
452
+ [[package]]
453
+ name = "core-foundation-sys"
454
+ version = "0.8.7"
455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
456
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
457
+
458
+ [[package]]
459
+ name = "cpufeatures"
460
+ version = "0.2.17"
461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
462
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
463
+ dependencies = [
464
+ "libc",
465
+ ]
466
+
467
+ [[package]]
468
+ name = "cpufeatures"
469
+ version = "0.3.0"
470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
471
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
472
+ dependencies = [
473
+ "libc",
474
+ ]
475
+
476
+ [[package]]
477
+ name = "crc"
478
+ version = "2.1.0"
479
+ source = "registry+https://github.com/rust-lang/crates.io-index"
480
+ checksum = "49fc9a695bca7f35f5f4c15cddc84415f66a74ea78eef08e90c5024f2b540e23"
481
+ dependencies = [
482
+ "crc-catalog 1.1.1",
483
+ ]
484
+
485
+ [[package]]
486
+ name = "crc"
487
+ version = "3.4.0"
488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
489
+ checksum = "5eb8a2a1cd12ab0d987a5d5e825195d372001a4094a0376319d5a0ad71c1ba0d"
490
+ dependencies = [
491
+ "crc-catalog 2.5.0",
492
+ ]
493
+
494
+ [[package]]
495
+ name = "crc-catalog"
496
+ version = "1.1.1"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "ccaeedb56da03b09f598226e25e80088cb4cd25f316e6e4df7d695f0feeb1403"
499
+
500
+ [[package]]
501
+ name = "crc-catalog"
502
+ version = "2.5.0"
503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
504
+ checksum = "217698eaf96b4a3f0bc4f3662aaa55bdf913cd54d7204591faa790070c6d0853"
505
+
506
+ [[package]]
507
+ name = "crc32fast"
508
+ version = "1.5.0"
509
+ source = "registry+https://github.com/rust-lang/crates.io-index"
510
+ checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
511
+ dependencies = [
512
+ "cfg-if",
513
+ ]
514
+
515
+ [[package]]
516
+ name = "crossbeam-channel"
517
+ version = "0.5.16"
518
+ source = "registry+https://github.com/rust-lang/crates.io-index"
519
+ checksum = "d85363c37faeca707aef026efa9f3b34d077bce547e48f770770625c6013679e"
520
+ dependencies = [
521
+ "crossbeam-utils",
522
+ ]
523
+
524
+ [[package]]
525
+ name = "crossbeam-deque"
526
+ version = "0.8.7"
527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
528
+ checksum = "5181e0de7b61eb03a81e347d6dd8797bae9da5146707b51077e2d71a54ec0ceb"
529
+ dependencies = [
530
+ "crossbeam-epoch",
531
+ "crossbeam-utils",
532
+ ]
533
+
534
+ [[package]]
535
+ name = "crossbeam-epoch"
536
+ version = "0.9.20"
537
+ source = "registry+https://github.com/rust-lang/crates.io-index"
538
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
539
+ dependencies = [
540
+ "crossbeam-utils",
541
+ ]
542
+
543
+ [[package]]
544
+ name = "crossbeam-queue"
545
+ version = "0.3.13"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "803d13fb3b09d88be9f4dbc29062c66b19bf7170867ceb746d2a8689bf6c7a26"
548
+ dependencies = [
549
+ "crossbeam-utils",
550
+ ]
551
+
552
+ [[package]]
553
+ name = "crossbeam-utils"
554
+ version = "0.8.22"
555
+ source = "registry+https://github.com/rust-lang/crates.io-index"
556
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
557
+
558
+ [[package]]
559
+ name = "crossterm"
560
+ version = "0.29.0"
561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
562
+ checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b"
563
+ dependencies = [
564
+ "bitflags",
565
+ "crossterm_winapi",
566
+ "document-features",
567
+ "parking_lot",
568
+ "rustix 1.1.4",
569
+ "winapi",
570
+ ]
571
+
572
+ [[package]]
573
+ name = "crossterm_winapi"
574
+ version = "0.9.1"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b"
577
+ dependencies = [
578
+ "winapi",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "crunchy"
583
+ version = "0.2.4"
584
+ source = "registry+https://github.com/rust-lang/crates.io-index"
585
+ checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
586
+
587
+ [[package]]
588
+ name = "crypto-common"
589
+ version = "0.1.7"
590
+ source = "registry+https://github.com/rust-lang/crates.io-index"
591
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
592
+ dependencies = [
593
+ "generic-array",
594
+ "typenum",
595
+ ]
596
+
597
+ [[package]]
598
+ name = "der"
599
+ version = "0.7.10"
600
+ source = "registry+https://github.com/rust-lang/crates.io-index"
601
+ checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
602
+ dependencies = [
603
+ "const-oid",
604
+ "pem-rfc7468",
605
+ "zeroize",
606
+ ]
607
+
608
+ [[package]]
609
+ name = "diff"
610
+ version = "0.1.13"
611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
612
+ checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
613
+
614
+ [[package]]
615
+ name = "digest"
616
+ version = "0.10.7"
617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
618
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
619
+ dependencies = [
620
+ "block-buffer",
621
+ "const-oid",
622
+ "crypto-common",
623
+ "subtle",
624
+ ]
625
+
626
+ [[package]]
627
+ name = "displaydoc"
628
+ version = "0.2.6"
629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
630
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
631
+ dependencies = [
632
+ "proc-macro2",
633
+ "quote",
634
+ "syn 2.0.118",
635
+ ]
636
+
637
+ [[package]]
638
+ name = "doc-comment"
639
+ version = "0.3.4"
640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
641
+ checksum = "780955b8b195a21ab8e4ac6b60dd1dbdcec1dc6c51c0617964b08c81785e12c9"
642
+
643
+ [[package]]
644
+ name = "document-features"
645
+ version = "0.2.12"
646
+ source = "registry+https://github.com/rust-lang/crates.io-index"
647
+ checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
648
+ dependencies = [
649
+ "litrs",
650
+ ]
651
+
652
+ [[package]]
653
+ name = "dotenvy"
654
+ version = "0.15.7"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
657
+
658
+ [[package]]
659
+ name = "dyn-clone"
660
+ version = "1.0.20"
661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
662
+ checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
663
+
664
+ [[package]]
665
+ name = "either"
666
+ version = "1.16.0"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
669
+ dependencies = [
670
+ "serde",
671
+ ]
672
+
673
+ [[package]]
674
+ name = "enum_dispatch"
675
+ version = "0.3.13"
676
+ source = "registry+https://github.com/rust-lang/crates.io-index"
677
+ checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
678
+ dependencies = [
679
+ "once_cell",
680
+ "proc-macro2",
681
+ "quote",
682
+ "syn 2.0.118",
683
+ ]
684
+
685
+ [[package]]
686
+ name = "equivalent"
687
+ version = "1.0.2"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
690
+
691
+ [[package]]
692
+ name = "errno"
693
+ version = "0.3.14"
694
+ source = "registry+https://github.com/rust-lang/crates.io-index"
695
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
696
+ dependencies = [
697
+ "libc",
698
+ "windows-sys 0.61.2",
699
+ ]
700
+
701
+ [[package]]
702
+ name = "etcetera"
703
+ version = "0.8.0"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
706
+ dependencies = [
707
+ "cfg-if",
708
+ "home",
709
+ "windows-sys 0.48.0",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "ethnum"
714
+ version = "1.5.3"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "40404c3f5f511ec4da6fe866ddf6a717c309fdbb69fbbad7b0f3edab8f2e835f"
717
+
718
+ [[package]]
719
+ name = "event-listener"
720
+ version = "5.4.1"
721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
722
+ checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
723
+ dependencies = [
724
+ "concurrent-queue",
725
+ "parking",
726
+ "pin-project-lite",
727
+ ]
728
+
729
+ [[package]]
730
+ name = "fallible-streaming-iterator"
731
+ version = "0.1.9"
732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
733
+ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
734
+
735
+ [[package]]
736
+ name = "fast-float"
737
+ version = "0.2.0"
738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
739
+ checksum = "95765f67b4b18863968b4a1bd5bb576f732b29a4a28c7cd84c09fa3e2875f33c"
740
+
741
+ [[package]]
742
+ name = "fastrand"
743
+ version = "2.4.1"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
746
+
747
+ [[package]]
748
+ name = "find-msvc-tools"
749
+ version = "0.1.9"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
752
+
753
+ [[package]]
754
+ name = "flate2"
755
+ version = "1.1.9"
756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
757
+ checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
758
+ dependencies = [
759
+ "crc32fast",
760
+ "miniz_oxide",
761
+ ]
762
+
763
+ [[package]]
764
+ name = "float-cmp"
765
+ version = "0.10.0"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "b09cf3155332e944990140d967ff5eceb70df778b34f77d8075db46e4704e6d8"
768
+ dependencies = [
769
+ "num-traits",
770
+ ]
771
+
772
+ [[package]]
773
+ name = "flume"
774
+ version = "0.11.1"
775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
776
+ checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
777
+ dependencies = [
778
+ "futures-core",
779
+ "futures-sink",
780
+ "spin",
781
+ ]
782
+
783
+ [[package]]
784
+ name = "fnv"
785
+ version = "1.0.7"
786
+ source = "registry+https://github.com/rust-lang/crates.io-index"
787
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
788
+
789
+ [[package]]
790
+ name = "foldhash"
791
+ version = "0.1.5"
792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
793
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
794
+
795
+ [[package]]
796
+ name = "form_urlencoded"
797
+ version = "1.2.2"
798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
799
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
800
+ dependencies = [
801
+ "percent-encoding",
802
+ ]
803
+
804
+ [[package]]
805
+ name = "fs4"
806
+ version = "0.9.1"
807
+ source = "registry+https://github.com/rust-lang/crates.io-index"
808
+ checksum = "e8c6b3bd49c37d2aa3f3f2220233b29a7cd23f79d1fe70e5337d25fb390793de"
809
+ dependencies = [
810
+ "rustix 0.38.44",
811
+ "windows-sys 0.52.0",
812
+ ]
813
+
814
+ [[package]]
815
+ name = "futures"
816
+ version = "0.3.32"
817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
818
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
819
+ dependencies = [
820
+ "futures-channel",
821
+ "futures-core",
822
+ "futures-executor",
823
+ "futures-io",
824
+ "futures-sink",
825
+ "futures-task",
826
+ "futures-util",
827
+ ]
828
+
829
+ [[package]]
830
+ name = "futures-channel"
831
+ version = "0.3.32"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
834
+ dependencies = [
835
+ "futures-core",
836
+ "futures-sink",
837
+ ]
838
+
839
+ [[package]]
840
+ name = "futures-core"
841
+ version = "0.3.32"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
844
+
845
+ [[package]]
846
+ name = "futures-executor"
847
+ version = "0.3.32"
848
+ source = "registry+https://github.com/rust-lang/crates.io-index"
849
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
850
+ dependencies = [
851
+ "futures-core",
852
+ "futures-task",
853
+ "futures-util",
854
+ ]
855
+
856
+ [[package]]
857
+ name = "futures-intrusive"
858
+ version = "0.5.0"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
861
+ dependencies = [
862
+ "futures-core",
863
+ "lock_api",
864
+ "parking_lot",
865
+ ]
866
+
867
+ [[package]]
868
+ name = "futures-io"
869
+ version = "0.3.32"
870
+ source = "registry+https://github.com/rust-lang/crates.io-index"
871
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
872
+
873
+ [[package]]
874
+ name = "futures-macro"
875
+ version = "0.3.32"
876
+ source = "registry+https://github.com/rust-lang/crates.io-index"
877
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
878
+ dependencies = [
879
+ "proc-macro2",
880
+ "quote",
881
+ "syn 2.0.118",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "futures-sink"
886
+ version = "0.3.32"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
889
+
890
+ [[package]]
891
+ name = "futures-task"
892
+ version = "0.3.32"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
895
+
896
+ [[package]]
897
+ name = "futures-util"
898
+ version = "0.3.32"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
901
+ dependencies = [
902
+ "futures-channel",
903
+ "futures-core",
904
+ "futures-io",
905
+ "futures-macro",
906
+ "futures-sink",
907
+ "futures-task",
908
+ "memchr",
909
+ "pin-project-lite",
910
+ "slab",
911
+ ]
912
+
913
+ [[package]]
914
+ name = "generic-array"
915
+ version = "0.14.7"
916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
917
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
918
+ dependencies = [
919
+ "typenum",
920
+ "version_check",
921
+ ]
922
+
923
+ [[package]]
924
+ name = "getrandom"
925
+ version = "0.2.17"
926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
927
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
928
+ dependencies = [
929
+ "cfg-if",
930
+ "js-sys",
931
+ "libc",
932
+ "wasi",
933
+ "wasm-bindgen",
934
+ ]
935
+
936
+ [[package]]
937
+ name = "getrandom"
938
+ version = "0.3.4"
939
+ source = "registry+https://github.com/rust-lang/crates.io-index"
940
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
941
+ dependencies = [
942
+ "cfg-if",
943
+ "libc",
944
+ "r-efi 5.3.0",
945
+ "wasip2",
946
+ ]
947
+
948
+ [[package]]
949
+ name = "getrandom"
950
+ version = "0.4.3"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
953
+ dependencies = [
954
+ "cfg-if",
955
+ "js-sys",
956
+ "libc",
957
+ "r-efi 6.0.0",
958
+ "rand_core 0.10.1",
959
+ "wasm-bindgen",
960
+ ]
961
+
962
+ [[package]]
963
+ name = "glob"
964
+ version = "0.3.3"
965
+ source = "registry+https://github.com/rust-lang/crates.io-index"
966
+ checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
967
+
968
+ [[package]]
969
+ name = "h2"
970
+ version = "0.4.15"
971
+ source = "registry+https://github.com/rust-lang/crates.io-index"
972
+ checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
973
+ dependencies = [
974
+ "atomic-waker",
975
+ "bytes",
976
+ "fnv",
977
+ "futures-core",
978
+ "futures-sink",
979
+ "http",
980
+ "indexmap",
981
+ "slab",
982
+ "tokio",
983
+ "tokio-util",
984
+ "tracing",
985
+ ]
986
+
987
+ [[package]]
988
+ name = "half"
989
+ version = "2.7.1"
990
+ source = "registry+https://github.com/rust-lang/crates.io-index"
991
+ checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
992
+ dependencies = [
993
+ "cfg-if",
994
+ "crunchy",
995
+ "zerocopy",
996
+ ]
997
+
998
+ [[package]]
999
+ name = "halfbrown"
1000
+ version = "0.2.5"
1001
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1002
+ checksum = "8588661a8607108a5ca69cab034063441a0413a0b041c13618a7dd348021ef6f"
1003
+ dependencies = [
1004
+ "hashbrown 0.14.5",
1005
+ "serde",
1006
+ ]
1007
+
1008
+ [[package]]
1009
+ name = "hashbrown"
1010
+ version = "0.14.5"
1011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1012
+ checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1013
+ dependencies = [
1014
+ "ahash",
1015
+ "allocator-api2",
1016
+ "rayon",
1017
+ "serde",
1018
+ ]
1019
+
1020
+ [[package]]
1021
+ name = "hashbrown"
1022
+ version = "0.15.5"
1023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1025
+ dependencies = [
1026
+ "allocator-api2",
1027
+ "equivalent",
1028
+ "foldhash",
1029
+ "rayon",
1030
+ "serde",
1031
+ ]
1032
+
1033
+ [[package]]
1034
+ name = "hashbrown"
1035
+ version = "0.17.1"
1036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1037
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
1038
+
1039
+ [[package]]
1040
+ name = "hashlink"
1041
+ version = "0.10.0"
1042
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1043
+ checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
1044
+ dependencies = [
1045
+ "hashbrown 0.15.5",
1046
+ ]
1047
+
1048
+ [[package]]
1049
+ name = "heck"
1050
+ version = "0.4.1"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1053
+
1054
+ [[package]]
1055
+ name = "heck"
1056
+ version = "0.5.0"
1057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1058
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1059
+
1060
+ [[package]]
1061
+ name = "hex"
1062
+ version = "0.4.3"
1063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1064
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1065
+
1066
+ [[package]]
1067
+ name = "hkdf"
1068
+ version = "0.12.4"
1069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1070
+ checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
1071
+ dependencies = [
1072
+ "hmac",
1073
+ ]
1074
+
1075
+ [[package]]
1076
+ name = "hmac"
1077
+ version = "0.12.1"
1078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1079
+ checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1080
+ dependencies = [
1081
+ "digest",
1082
+ ]
1083
+
1084
+ [[package]]
1085
+ name = "home"
1086
+ version = "0.5.12"
1087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+ checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d"
1089
+ dependencies = [
1090
+ "windows-sys 0.61.2",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "http"
1095
+ version = "1.4.2"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
1098
+ dependencies = [
1099
+ "bytes",
1100
+ "itoa",
1101
+ ]
1102
+
1103
+ [[package]]
1104
+ name = "http-body"
1105
+ version = "1.0.1"
1106
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1107
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1108
+ dependencies = [
1109
+ "bytes",
1110
+ "http",
1111
+ ]
1112
+
1113
+ [[package]]
1114
+ name = "http-body-util"
1115
+ version = "0.1.3"
1116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1117
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1118
+ dependencies = [
1119
+ "bytes",
1120
+ "futures-core",
1121
+ "http",
1122
+ "http-body",
1123
+ "pin-project-lite",
1124
+ ]
1125
+
1126
+ [[package]]
1127
+ name = "httparse"
1128
+ version = "1.10.1"
1129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1130
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1131
+
1132
+ [[package]]
1133
+ name = "humantime"
1134
+ version = "2.4.0"
1135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1136
+ checksum = "15cdd26707701c53297e2fa6afb323d55fbc1d0810c3aec078ae3ef0424c3c15"
1137
+
1138
+ [[package]]
1139
+ name = "hyper"
1140
+ version = "1.10.1"
1141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1142
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
1143
+ dependencies = [
1144
+ "atomic-waker",
1145
+ "bytes",
1146
+ "futures-channel",
1147
+ "futures-core",
1148
+ "h2",
1149
+ "http",
1150
+ "http-body",
1151
+ "httparse",
1152
+ "itoa",
1153
+ "pin-project-lite",
1154
+ "smallvec",
1155
+ "tokio",
1156
+ "want",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "hyper-rustls"
1161
+ version = "0.27.9"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
1164
+ dependencies = [
1165
+ "http",
1166
+ "hyper",
1167
+ "hyper-util",
1168
+ "rustls",
1169
+ "rustls-native-certs",
1170
+ "tokio",
1171
+ "tokio-rustls",
1172
+ "tower-service",
1173
+ ]
1174
+
1175
+ [[package]]
1176
+ name = "hyper-util"
1177
+ version = "0.1.20"
1178
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1179
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
1180
+ dependencies = [
1181
+ "base64",
1182
+ "bytes",
1183
+ "futures-channel",
1184
+ "futures-util",
1185
+ "http",
1186
+ "http-body",
1187
+ "hyper",
1188
+ "ipnet",
1189
+ "libc",
1190
+ "percent-encoding",
1191
+ "pin-project-lite",
1192
+ "socket2",
1193
+ "tokio",
1194
+ "tower-service",
1195
+ "tracing",
1196
+ ]
1197
+
1198
+ [[package]]
1199
+ name = "iana-time-zone"
1200
+ version = "0.1.65"
1201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1202
+ checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470"
1203
+ dependencies = [
1204
+ "android_system_properties",
1205
+ "core-foundation-sys",
1206
+ "iana-time-zone-haiku",
1207
+ "js-sys",
1208
+ "log",
1209
+ "wasm-bindgen",
1210
+ "windows-core 0.62.2",
1211
+ ]
1212
+
1213
+ [[package]]
1214
+ name = "iana-time-zone-haiku"
1215
+ version = "0.1.2"
1216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1217
+ checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1218
+ dependencies = [
1219
+ "cc",
1220
+ ]
1221
+
1222
+ [[package]]
1223
+ name = "icu_collections"
1224
+ version = "2.2.0"
1225
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1226
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
1227
+ dependencies = [
1228
+ "displaydoc",
1229
+ "potential_utf",
1230
+ "utf8_iter",
1231
+ "yoke",
1232
+ "zerofrom",
1233
+ "zerovec",
1234
+ ]
1235
+
1236
+ [[package]]
1237
+ name = "icu_locale_core"
1238
+ version = "2.2.0"
1239
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
1241
+ dependencies = [
1242
+ "displaydoc",
1243
+ "litemap",
1244
+ "tinystr",
1245
+ "writeable",
1246
+ "zerovec",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "icu_normalizer"
1251
+ version = "2.2.0"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
1254
+ dependencies = [
1255
+ "icu_collections",
1256
+ "icu_normalizer_data",
1257
+ "icu_properties",
1258
+ "icu_provider",
1259
+ "smallvec",
1260
+ "zerovec",
1261
+ ]
1262
+
1263
+ [[package]]
1264
+ name = "icu_normalizer_data"
1265
+ version = "2.2.0"
1266
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1267
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
1268
+
1269
+ [[package]]
1270
+ name = "icu_properties"
1271
+ version = "2.2.0"
1272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1273
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
1274
+ dependencies = [
1275
+ "icu_collections",
1276
+ "icu_locale_core",
1277
+ "icu_properties_data",
1278
+ "icu_provider",
1279
+ "zerotrie",
1280
+ "zerovec",
1281
+ ]
1282
+
1283
+ [[package]]
1284
+ name = "icu_properties_data"
1285
+ version = "2.2.0"
1286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1287
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
1288
+
1289
+ [[package]]
1290
+ name = "icu_provider"
1291
+ version = "2.2.0"
1292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1293
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
1294
+ dependencies = [
1295
+ "displaydoc",
1296
+ "icu_locale_core",
1297
+ "writeable",
1298
+ "yoke",
1299
+ "zerofrom",
1300
+ "zerotrie",
1301
+ "zerovec",
1302
+ ]
1303
+
1304
+ [[package]]
1305
+ name = "idna"
1306
+ version = "1.1.0"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1309
+ dependencies = [
1310
+ "idna_adapter",
1311
+ "smallvec",
1312
+ "utf8_iter",
1313
+ ]
1314
+
1315
+ [[package]]
1316
+ name = "idna_adapter"
1317
+ version = "1.2.2"
1318
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1319
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
1320
+ dependencies = [
1321
+ "icu_normalizer",
1322
+ "icu_properties",
1323
+ ]
1324
+
1325
+ [[package]]
1326
+ name = "indexmap"
1327
+ version = "2.14.0"
1328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
1330
+ dependencies = [
1331
+ "equivalent",
1332
+ "hashbrown 0.17.1",
1333
+ "serde",
1334
+ "serde_core",
1335
+ ]
1336
+
1337
+ [[package]]
1338
+ name = "indoc"
1339
+ version = "2.0.7"
1340
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1341
+ checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1342
+ dependencies = [
1343
+ "rustversion",
1344
+ ]
1345
+
1346
+ [[package]]
1347
+ name = "ipnet"
1348
+ version = "2.12.0"
1349
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1350
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
1351
+
1352
+ [[package]]
1353
+ name = "iter-read"
1354
+ version = "1.1.0"
1355
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1356
+ checksum = "071ed4cc1afd86650602c7b11aa2e1ce30762a1c27193201cb5cee9c6ebb1294"
1357
+
1358
+ [[package]]
1359
+ name = "itertools"
1360
+ version = "0.13.0"
1361
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1362
+ checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
1363
+ dependencies = [
1364
+ "either",
1365
+ ]
1366
+
1367
+ [[package]]
1368
+ name = "itoa"
1369
+ version = "1.0.18"
1370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1371
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
1372
+
1373
+ [[package]]
1374
+ name = "itoap"
1375
+ version = "1.0.1"
1376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1377
+ checksum = "9028f49264629065d057f340a86acb84867925865f73bbf8d47b4d149a7e88b8"
1378
+
1379
+ [[package]]
1380
+ name = "jobserver"
1381
+ version = "0.1.35"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "1c00acbd29eabad4a2392fa0e921c874934dbbf4194312ad20f04a0ed67a3cb3"
1384
+ dependencies = [
1385
+ "getrandom 0.4.3",
1386
+ "libc",
1387
+ ]
1388
+
1389
+ [[package]]
1390
+ name = "js-sys"
1391
+ version = "0.3.103"
1392
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1393
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
1394
+ dependencies = [
1395
+ "cfg-if",
1396
+ "futures-util",
1397
+ "wasm-bindgen",
1398
+ ]
1399
+
1400
+ [[package]]
1401
+ name = "jsonpath_lib_polars_vendor"
1402
+ version = "0.0.1"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "f4bd9354947622f7471ff713eacaabdb683ccb13bba4edccaab9860abf480b7d"
1405
+ dependencies = [
1406
+ "log",
1407
+ "serde",
1408
+ "serde_json",
1409
+ ]
1410
+
1411
+ [[package]]
1412
+ name = "lazy_static"
1413
+ version = "1.5.0"
1414
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1416
+ dependencies = [
1417
+ "spin",
1418
+ ]
1419
+
1420
+ [[package]]
1421
+ name = "libc"
1422
+ version = "0.2.186"
1423
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1424
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
1425
+
1426
+ [[package]]
1427
+ name = "libflate"
1428
+ version = "1.4.0"
1429
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+ checksum = "5ff4ae71b685bbad2f2f391fe74f6b7659a34871c08b210fdc039e43bee07d18"
1431
+ dependencies = [
1432
+ "adler32",
1433
+ "crc32fast",
1434
+ "libflate_lz77",
1435
+ ]
1436
+
1437
+ [[package]]
1438
+ name = "libflate_lz77"
1439
+ version = "1.2.0"
1440
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1441
+ checksum = "a52d3a8bfc85f250440e4424db7d857e241a3aebbbe301f3eb606ab15c39acbf"
1442
+ dependencies = [
1443
+ "rle-decode-fast",
1444
+ ]
1445
+
1446
+ [[package]]
1447
+ name = "libm"
1448
+ version = "0.2.16"
1449
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1450
+ checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
1451
+
1452
+ [[package]]
1453
+ name = "libredox"
1454
+ version = "0.1.18"
1455
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1456
+ checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652"
1457
+ dependencies = [
1458
+ "bitflags",
1459
+ "libc",
1460
+ "plain",
1461
+ "redox_syscall 0.9.0",
1462
+ ]
1463
+
1464
+ [[package]]
1465
+ name = "libsqlite3-sys"
1466
+ version = "0.30.1"
1467
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1468
+ checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
1469
+ dependencies = [
1470
+ "cc",
1471
+ "pkg-config",
1472
+ "vcpkg",
1473
+ ]
1474
+
1475
+ [[package]]
1476
+ name = "linux-raw-sys"
1477
+ version = "0.4.15"
1478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1479
+ checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
1480
+
1481
+ [[package]]
1482
+ name = "linux-raw-sys"
1483
+ version = "0.12.1"
1484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1485
+ checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
1486
+
1487
+ [[package]]
1488
+ name = "litemap"
1489
+ version = "0.8.2"
1490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1491
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
1492
+
1493
+ [[package]]
1494
+ name = "litrs"
1495
+ version = "1.0.0"
1496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1497
+ checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
1498
+
1499
+ [[package]]
1500
+ name = "lock_api"
1501
+ version = "0.4.14"
1502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1503
+ checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1504
+ dependencies = [
1505
+ "scopeguard",
1506
+ ]
1507
+
1508
+ [[package]]
1509
+ name = "log"
1510
+ version = "0.4.33"
1511
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1512
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
1513
+
1514
+ [[package]]
1515
+ name = "lru-slab"
1516
+ version = "0.1.2"
1517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1518
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1519
+
1520
+ [[package]]
1521
+ name = "lz4"
1522
+ version = "1.28.1"
1523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1524
+ checksum = "a20b523e860d03443e98350ceaac5e71c6ba89aea7d960769ec3ce37f4de5af4"
1525
+ dependencies = [
1526
+ "lz4-sys",
1527
+ ]
1528
+
1529
+ [[package]]
1530
+ name = "lz4-sys"
1531
+ version = "1.11.1+lz4-1.10.0"
1532
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1533
+ checksum = "6bd8c0d6c6ed0cd30b3652886bb8711dc4bb01d637a68105a3d5158039b418e6"
1534
+ dependencies = [
1535
+ "cc",
1536
+ "libc",
1537
+ ]
1538
+
1539
+ [[package]]
1540
+ name = "md-5"
1541
+ version = "0.10.6"
1542
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1543
+ checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
1544
+ dependencies = [
1545
+ "cfg-if",
1546
+ "digest",
1547
+ ]
1548
+
1549
+ [[package]]
1550
+ name = "memchr"
1551
+ version = "2.8.2"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
1554
+
1555
+ [[package]]
1556
+ name = "memmap2"
1557
+ version = "0.7.1"
1558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+ checksum = "f49388d20533534cd19360ad3d6a7dadc885944aa802ba3995040c5ec11288c6"
1560
+ dependencies = [
1561
+ "libc",
1562
+ ]
1563
+
1564
+ [[package]]
1565
+ name = "memoffset"
1566
+ version = "0.9.1"
1567
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1568
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
1569
+ dependencies = [
1570
+ "autocfg",
1571
+ ]
1572
+
1573
+ [[package]]
1574
+ name = "miniz_oxide"
1575
+ version = "0.8.9"
1576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1578
+ dependencies = [
1579
+ "adler2",
1580
+ "simd-adler32",
1581
+ ]
1582
+
1583
+ [[package]]
1584
+ name = "mio"
1585
+ version = "1.2.1"
1586
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1587
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
1588
+ dependencies = [
1589
+ "libc",
1590
+ "wasi",
1591
+ "windows-sys 0.61.2",
1592
+ ]
1593
+
1594
+ [[package]]
1595
+ name = "multiversion"
1596
+ version = "0.7.4"
1597
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1598
+ checksum = "c4851161a11d3ad0bf9402d90ffc3967bf231768bfd7aeb61755ad06dbf1a142"
1599
+ dependencies = [
1600
+ "multiversion-macros",
1601
+ "target-features",
1602
+ ]
1603
+
1604
+ [[package]]
1605
+ name = "multiversion-macros"
1606
+ version = "0.7.4"
1607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1608
+ checksum = "79a74ddee9e0c27d2578323c13905793e91622148f138ba29738f9dddb835e90"
1609
+ dependencies = [
1610
+ "proc-macro2",
1611
+ "quote",
1612
+ "syn 1.0.109",
1613
+ "target-features",
1614
+ ]
1615
+
1616
+ [[package]]
1617
+ name = "now"
1618
+ version = "0.1.3"
1619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1620
+ checksum = "6d89e9874397a1f0a52fc1f197a8effd9735223cb2390e9dcc83ac6cd02923d0"
1621
+ dependencies = [
1622
+ "chrono",
1623
+ ]
1624
+
1625
+ [[package]]
1626
+ name = "ntapi"
1627
+ version = "0.4.3"
1628
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1629
+ checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae"
1630
+ dependencies = [
1631
+ "winapi",
1632
+ ]
1633
+
1634
+ [[package]]
1635
+ name = "num-bigint"
1636
+ version = "0.4.8"
1637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1638
+ checksum = "c89e69e7e0f03bea5ef08013795c25018e101932225a656383bd384495ecc367"
1639
+ dependencies = [
1640
+ "num-integer",
1641
+ "num-traits",
1642
+ ]
1643
+
1644
+ [[package]]
1645
+ name = "num-bigint-dig"
1646
+ version = "0.8.6"
1647
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1648
+ checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
1649
+ dependencies = [
1650
+ "lazy_static",
1651
+ "libm",
1652
+ "num-integer",
1653
+ "num-iter",
1654
+ "num-traits",
1655
+ "rand 0.8.6",
1656
+ "smallvec",
1657
+ "zeroize",
1658
+ ]
1659
+
1660
+ [[package]]
1661
+ name = "num-integer"
1662
+ version = "0.1.46"
1663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1664
+ checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
1665
+ dependencies = [
1666
+ "num-traits",
1667
+ ]
1668
+
1669
+ [[package]]
1670
+ name = "num-iter"
1671
+ version = "0.1.45"
1672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1673
+ checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
1674
+ dependencies = [
1675
+ "autocfg",
1676
+ "num-integer",
1677
+ "num-traits",
1678
+ ]
1679
+
1680
+ [[package]]
1681
+ name = "num-traits"
1682
+ version = "0.2.19"
1683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1684
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1685
+ dependencies = [
1686
+ "autocfg",
1687
+ "libm",
1688
+ ]
1689
+
1690
+ [[package]]
1691
+ name = "object"
1692
+ version = "0.37.3"
1693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1694
+ checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1695
+ dependencies = [
1696
+ "memchr",
1697
+ ]
1698
+
1699
+ [[package]]
1700
+ name = "object_store"
1701
+ version = "0.10.2"
1702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1703
+ checksum = "e6da452820c715ce78221e8202ccc599b4a52f3e1eb3eedb487b680c81a8e3f3"
1704
+ dependencies = [
1705
+ "async-trait",
1706
+ "base64",
1707
+ "bytes",
1708
+ "chrono",
1709
+ "futures",
1710
+ "humantime",
1711
+ "hyper",
1712
+ "itertools",
1713
+ "md-5",
1714
+ "parking_lot",
1715
+ "percent-encoding",
1716
+ "quick-xml",
1717
+ "rand 0.8.6",
1718
+ "reqwest",
1719
+ "ring",
1720
+ "rustls-pemfile",
1721
+ "serde",
1722
+ "serde_json",
1723
+ "snafu",
1724
+ "tokio",
1725
+ "tracing",
1726
+ "url",
1727
+ "walkdir",
1728
+ ]
1729
+
1730
+ [[package]]
1731
+ name = "once_cell"
1732
+ version = "1.21.4"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
1735
+
1736
+ [[package]]
1737
+ name = "openssl-probe"
1738
+ version = "0.2.1"
1739
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1740
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
1741
+
1742
+ [[package]]
1743
+ name = "parking"
1744
+ version = "2.2.1"
1745
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1746
+ checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1747
+
1748
+ [[package]]
1749
+ name = "parking_lot"
1750
+ version = "0.12.5"
1751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1752
+ checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1753
+ dependencies = [
1754
+ "lock_api",
1755
+ "parking_lot_core",
1756
+ ]
1757
+
1758
+ [[package]]
1759
+ name = "parking_lot_core"
1760
+ version = "0.9.12"
1761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1762
+ checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1763
+ dependencies = [
1764
+ "cfg-if",
1765
+ "libc",
1766
+ "redox_syscall 0.5.18",
1767
+ "smallvec",
1768
+ "windows-link",
1769
+ ]
1770
+
1771
+ [[package]]
1772
+ name = "parse-zoneinfo"
1773
+ version = "0.3.1"
1774
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1775
+ checksum = "1f2a05b18d44e2957b88f96ba460715e295bc1d7510468a2f3d3b44535d26c24"
1776
+ dependencies = [
1777
+ "regex",
1778
+ ]
1779
+
1780
+ [[package]]
1781
+ name = "pem-rfc7468"
1782
+ version = "0.7.0"
1783
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1784
+ checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
1785
+ dependencies = [
1786
+ "base64ct",
1787
+ ]
1788
+
1789
+ [[package]]
1790
+ name = "percent-encoding"
1791
+ version = "2.3.2"
1792
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1793
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1794
+
1795
+ [[package]]
1796
+ name = "pest"
1797
+ version = "2.8.7"
1798
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1799
+ checksum = "47627dd7305c6a2d6c8c6bcd24c5a4c17dbbf425f4f9c5313e724b38fc9782e9"
1800
+ dependencies = [
1801
+ "memchr",
1802
+ "ucd-trie",
1803
+ ]
1804
+
1805
+ [[package]]
1806
+ name = "pest_derive"
1807
+ version = "2.8.7"
1808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1809
+ checksum = "4b4254325ecad416ab689e27ba51da03ba01a9632bc6e108f5fe7c3c4ad29d58"
1810
+ dependencies = [
1811
+ "pest",
1812
+ "pest_generator",
1813
+ ]
1814
+
1815
+ [[package]]
1816
+ name = "pest_generator"
1817
+ version = "2.8.7"
1818
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1819
+ checksum = "6c4c0e91ead7a8f7acecbca6f003fc2e8282b1dbe2dd9c9d2f16aba42995e0a7"
1820
+ dependencies = [
1821
+ "pest",
1822
+ "pest_meta",
1823
+ "proc-macro2",
1824
+ "quote",
1825
+ "syn 2.0.118",
1826
+ ]
1827
+
1828
+ [[package]]
1829
+ name = "pest_meta"
1830
+ version = "2.8.7"
1831
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1832
+ checksum = "f9744bc48116fee06334924bb5f2bad41eed5e89bd26e29b0b799f9a3f82c210"
1833
+ dependencies = [
1834
+ "pest",
1835
+ ]
1836
+
1837
+ [[package]]
1838
+ name = "phf"
1839
+ version = "0.11.3"
1840
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1841
+ checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
1842
+ dependencies = [
1843
+ "phf_shared",
1844
+ ]
1845
+
1846
+ [[package]]
1847
+ name = "phf_codegen"
1848
+ version = "0.11.3"
1849
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+ checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
1851
+ dependencies = [
1852
+ "phf_generator",
1853
+ "phf_shared",
1854
+ ]
1855
+
1856
+ [[package]]
1857
+ name = "phf_generator"
1858
+ version = "0.11.3"
1859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1860
+ checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
1861
+ dependencies = [
1862
+ "phf_shared",
1863
+ "rand 0.8.6",
1864
+ ]
1865
+
1866
+ [[package]]
1867
+ name = "phf_shared"
1868
+ version = "0.11.3"
1869
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1870
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
1871
+ dependencies = [
1872
+ "siphasher",
1873
+ ]
1874
+
1875
+ [[package]]
1876
+ name = "pin-project-lite"
1877
+ version = "0.2.17"
1878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1879
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
1880
+
1881
+ [[package]]
1882
+ name = "pkcs1"
1883
+ version = "0.7.5"
1884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1885
+ checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
1886
+ dependencies = [
1887
+ "der",
1888
+ "pkcs8",
1889
+ "spki",
1890
+ ]
1891
+
1892
+ [[package]]
1893
+ name = "pkcs8"
1894
+ version = "0.10.2"
1895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1896
+ checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
1897
+ dependencies = [
1898
+ "der",
1899
+ "spki",
1900
+ ]
1901
+
1902
+ [[package]]
1903
+ name = "pkg-config"
1904
+ version = "0.3.33"
1905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1906
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
1907
+
1908
+ [[package]]
1909
+ name = "plain"
1910
+ version = "0.2.3"
1911
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1912
+ checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
1913
+
1914
+ [[package]]
1915
+ name = "planus"
1916
+ version = "0.3.1"
1917
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1918
+ checksum = "fc1691dd09e82f428ce8d6310bd6d5da2557c82ff17694d2a32cad7242aea89f"
1919
+ dependencies = [
1920
+ "array-init-cursor",
1921
+ ]
1922
+
1923
+ [[package]]
1924
+ name = "polars"
1925
+ version = "0.44.2"
1926
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1927
+ checksum = "f65c6aa86d991a64c95416a61202f7952da2f8cccefa448f9a23c1b8f2301ecc"
1928
+ dependencies = [
1929
+ "getrandom 0.2.17",
1930
+ "polars-arrow",
1931
+ "polars-core",
1932
+ "polars-error",
1933
+ "polars-io",
1934
+ "polars-lazy",
1935
+ "polars-ops",
1936
+ "polars-parquet",
1937
+ "polars-sql",
1938
+ "polars-time",
1939
+ "polars-utils",
1940
+ "version_check",
1941
+ ]
1942
+
1943
+ [[package]]
1944
+ name = "polars-arrow"
1945
+ version = "0.44.2"
1946
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1947
+ checksum = "87dbb24d29ddea5abb73d7954df8b8d3d4bb7f02a3e5c96d1519cdad9e816a3d"
1948
+ dependencies = [
1949
+ "ahash",
1950
+ "atoi",
1951
+ "atoi_simd",
1952
+ "avro-schema",
1953
+ "bytemuck",
1954
+ "chrono",
1955
+ "chrono-tz",
1956
+ "dyn-clone",
1957
+ "either",
1958
+ "ethnum",
1959
+ "fast-float",
1960
+ "getrandom 0.2.17",
1961
+ "hashbrown 0.15.5",
1962
+ "itoa",
1963
+ "itoap",
1964
+ "lz4",
1965
+ "multiversion",
1966
+ "num-traits",
1967
+ "parking_lot",
1968
+ "polars-arrow-format",
1969
+ "polars-error",
1970
+ "polars-schema",
1971
+ "polars-utils",
1972
+ "ryu",
1973
+ "serde",
1974
+ "simdutf8",
1975
+ "streaming-iterator",
1976
+ "strength_reduce",
1977
+ "strum_macros",
1978
+ "version_check",
1979
+ "zstd",
1980
+ ]
1981
+
1982
+ [[package]]
1983
+ name = "polars-arrow-format"
1984
+ version = "0.1.0"
1985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1986
+ checksum = "19b0ef2474af9396b19025b189d96e992311e6a47f90c53cd998b36c4c64b84c"
1987
+ dependencies = [
1988
+ "planus",
1989
+ "serde",
1990
+ ]
1991
+
1992
+ [[package]]
1993
+ name = "polars-compute"
1994
+ version = "0.44.2"
1995
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1996
+ checksum = "cbdb1071147452a4c4b25560f23d2fbaffef255b04757291131b22fc2c0d35b2"
1997
+ dependencies = [
1998
+ "bytemuck",
1999
+ "either",
2000
+ "num-traits",
2001
+ "polars-arrow",
2002
+ "polars-error",
2003
+ "polars-utils",
2004
+ "strength_reduce",
2005
+ "version_check",
2006
+ ]
2007
+
2008
+ [[package]]
2009
+ name = "polars-core"
2010
+ version = "0.44.2"
2011
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2012
+ checksum = "dd5df9b55e614088a3270b06f8649dce76537c268d6b1ca4d9c37008b2be5949"
2013
+ dependencies = [
2014
+ "ahash",
2015
+ "bitflags",
2016
+ "bytemuck",
2017
+ "chrono",
2018
+ "chrono-tz",
2019
+ "comfy-table",
2020
+ "either",
2021
+ "hashbrown 0.14.5",
2022
+ "hashbrown 0.15.5",
2023
+ "indexmap",
2024
+ "num-traits",
2025
+ "once_cell",
2026
+ "polars-arrow",
2027
+ "polars-compute",
2028
+ "polars-error",
2029
+ "polars-row",
2030
+ "polars-schema",
2031
+ "polars-utils",
2032
+ "rand 0.8.6",
2033
+ "rand_distr",
2034
+ "rayon",
2035
+ "regex",
2036
+ "serde",
2037
+ "serde_json",
2038
+ "strum_macros",
2039
+ "thiserror 1.0.69",
2040
+ "version_check",
2041
+ "xxhash-rust",
2042
+ ]
2043
+
2044
+ [[package]]
2045
+ name = "polars-error"
2046
+ version = "0.44.2"
2047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2048
+ checksum = "4643898a644f30c83737db85f942f8c8956b0c11190b39afec745218eae1746b"
2049
+ dependencies = [
2050
+ "avro-schema",
2051
+ "object_store",
2052
+ "polars-arrow-format",
2053
+ "regex",
2054
+ "simdutf8",
2055
+ "thiserror 1.0.69",
2056
+ ]
2057
+
2058
+ [[package]]
2059
+ name = "polars-expr"
2060
+ version = "0.44.2"
2061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2062
+ checksum = "ea1b431ed816cba1120cff200f06b962748001bbb2e615ce53cfbbdf701cc136"
2063
+ dependencies = [
2064
+ "ahash",
2065
+ "bitflags",
2066
+ "hashbrown 0.15.5",
2067
+ "num-traits",
2068
+ "once_cell",
2069
+ "polars-arrow",
2070
+ "polars-compute",
2071
+ "polars-core",
2072
+ "polars-io",
2073
+ "polars-ops",
2074
+ "polars-plan",
2075
+ "polars-row",
2076
+ "polars-time",
2077
+ "polars-utils",
2078
+ "rand 0.8.6",
2079
+ "rayon",
2080
+ ]
2081
+
2082
+ [[package]]
2083
+ name = "polars-ffi"
2084
+ version = "0.44.2"
2085
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2086
+ checksum = "11f38ddf675f605d8b5228c3e282b630112d7431c884120be10d606c705c4989"
2087
+ dependencies = [
2088
+ "polars-arrow",
2089
+ "polars-core",
2090
+ ]
2091
+
2092
+ [[package]]
2093
+ name = "polars-io"
2094
+ version = "0.44.2"
2095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2096
+ checksum = "b2fab2c016635cb416b49461fd6419b0208c6c13a4fd065bd65e4a87dbb66314"
2097
+ dependencies = [
2098
+ "ahash",
2099
+ "async-trait",
2100
+ "atoi_simd",
2101
+ "blake3",
2102
+ "bytes",
2103
+ "chrono",
2104
+ "fast-float",
2105
+ "fs4",
2106
+ "futures",
2107
+ "glob",
2108
+ "hashbrown 0.15.5",
2109
+ "home",
2110
+ "itoa",
2111
+ "memchr",
2112
+ "memmap2",
2113
+ "num-traits",
2114
+ "object_store",
2115
+ "once_cell",
2116
+ "percent-encoding",
2117
+ "polars-arrow",
2118
+ "polars-core",
2119
+ "polars-error",
2120
+ "polars-json",
2121
+ "polars-parquet",
2122
+ "polars-schema",
2123
+ "polars-time",
2124
+ "polars-utils",
2125
+ "pyo3",
2126
+ "rayon",
2127
+ "regex",
2128
+ "reqwest",
2129
+ "ryu",
2130
+ "serde",
2131
+ "serde_json",
2132
+ "simd-json",
2133
+ "simdutf8",
2134
+ "tokio",
2135
+ "tokio-util",
2136
+ "url",
2137
+ ]
2138
+
2139
+ [[package]]
2140
+ name = "polars-json"
2141
+ version = "0.44.2"
2142
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2143
+ checksum = "d5c8c057ef04feaf34b6ce52096bdea3a766fa4725f50442078c8a4ee86397bf"
2144
+ dependencies = [
2145
+ "ahash",
2146
+ "chrono",
2147
+ "fallible-streaming-iterator",
2148
+ "hashbrown 0.15.5",
2149
+ "indexmap",
2150
+ "itoa",
2151
+ "num-traits",
2152
+ "polars-arrow",
2153
+ "polars-error",
2154
+ "polars-utils",
2155
+ "ryu",
2156
+ "simd-json",
2157
+ "streaming-iterator",
2158
+ ]
2159
+
2160
+ [[package]]
2161
+ name = "polars-lazy"
2162
+ version = "0.44.2"
2163
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2164
+ checksum = "4a8ca74f42e7b47cad241b36b98d991cc7fbb51b8d0695a055eb937588d1f310"
2165
+ dependencies = [
2166
+ "ahash",
2167
+ "bitflags",
2168
+ "futures",
2169
+ "memchr",
2170
+ "once_cell",
2171
+ "polars-arrow",
2172
+ "polars-core",
2173
+ "polars-expr",
2174
+ "polars-io",
2175
+ "polars-json",
2176
+ "polars-mem-engine",
2177
+ "polars-ops",
2178
+ "polars-pipe",
2179
+ "polars-plan",
2180
+ "polars-stream",
2181
+ "polars-time",
2182
+ "polars-utils",
2183
+ "rayon",
2184
+ "tokio",
2185
+ "version_check",
2186
+ ]
2187
+
2188
+ [[package]]
2189
+ name = "polars-mem-engine"
2190
+ version = "0.44.2"
2191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2192
+ checksum = "7a32614e5b52c9b83856d80c7e2880b79d83055bfd59969bd1d0b148f9cfdc7a"
2193
+ dependencies = [
2194
+ "futures",
2195
+ "memmap2",
2196
+ "polars-arrow",
2197
+ "polars-core",
2198
+ "polars-error",
2199
+ "polars-expr",
2200
+ "polars-io",
2201
+ "polars-json",
2202
+ "polars-ops",
2203
+ "polars-plan",
2204
+ "polars-time",
2205
+ "polars-utils",
2206
+ "pyo3",
2207
+ "rayon",
2208
+ "tokio",
2209
+ ]
2210
+
2211
+ [[package]]
2212
+ name = "polars-ops"
2213
+ version = "0.44.2"
2214
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2215
+ checksum = "035c800fbe5bbd820afeb8313713ed345853bb014e0f821a4025d40cf0d60e1a"
2216
+ dependencies = [
2217
+ "ahash",
2218
+ "argminmax",
2219
+ "base64",
2220
+ "bytemuck",
2221
+ "chrono",
2222
+ "chrono-tz",
2223
+ "either",
2224
+ "hashbrown 0.15.5",
2225
+ "hex",
2226
+ "indexmap",
2227
+ "jsonpath_lib_polars_vendor",
2228
+ "memchr",
2229
+ "num-traits",
2230
+ "polars-arrow",
2231
+ "polars-compute",
2232
+ "polars-core",
2233
+ "polars-error",
2234
+ "polars-json",
2235
+ "polars-schema",
2236
+ "polars-utils",
2237
+ "rand 0.8.6",
2238
+ "rayon",
2239
+ "regex",
2240
+ "regex-syntax",
2241
+ "serde",
2242
+ "serde_json",
2243
+ "strum_macros",
2244
+ "unicode-reverse",
2245
+ "version_check",
2246
+ ]
2247
+
2248
+ [[package]]
2249
+ name = "polars-parquet"
2250
+ version = "0.44.2"
2251
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2252
+ checksum = "91dcf1d9f048079376949eaf2e24e240b313ff4a102fb83b57c9a5f807cdca52"
2253
+ dependencies = [
2254
+ "ahash",
2255
+ "async-stream",
2256
+ "base64",
2257
+ "brotli",
2258
+ "bytemuck",
2259
+ "ethnum",
2260
+ "flate2",
2261
+ "futures",
2262
+ "hashbrown 0.15.5",
2263
+ "lz4",
2264
+ "num-traits",
2265
+ "polars-arrow",
2266
+ "polars-compute",
2267
+ "polars-error",
2268
+ "polars-parquet-format",
2269
+ "polars-utils",
2270
+ "serde",
2271
+ "simdutf8",
2272
+ "snap",
2273
+ "streaming-decompression",
2274
+ "zstd",
2275
+ ]
2276
+
2277
+ [[package]]
2278
+ name = "polars-parquet-format"
2279
+ version = "0.1.0"
2280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2281
+ checksum = "c025243dcfe8dbc57e94d9f82eb3bef10b565ab180d5b99bed87fd8aea319ce1"
2282
+ dependencies = [
2283
+ "async-trait",
2284
+ "futures",
2285
+ ]
2286
+
2287
+ [[package]]
2288
+ name = "polars-pipe"
2289
+ version = "0.44.2"
2290
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2291
+ checksum = "05936f2b3981eecb2fe74d8ef092bb75a93d2a056b3e4f339f4ac20c71c9e331"
2292
+ dependencies = [
2293
+ "crossbeam-channel",
2294
+ "crossbeam-queue",
2295
+ "enum_dispatch",
2296
+ "futures",
2297
+ "hashbrown 0.15.5",
2298
+ "num-traits",
2299
+ "polars-arrow",
2300
+ "polars-compute",
2301
+ "polars-core",
2302
+ "polars-expr",
2303
+ "polars-io",
2304
+ "polars-ops",
2305
+ "polars-plan",
2306
+ "polars-row",
2307
+ "polars-utils",
2308
+ "rayon",
2309
+ "tokio",
2310
+ "uuid",
2311
+ "version_check",
2312
+ ]
2313
+
2314
+ [[package]]
2315
+ name = "polars-plan"
2316
+ version = "0.44.2"
2317
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2318
+ checksum = "23de436f33f4d1134c58f24e7059a221b957ec20730807e0ef0c80c8e4b3d06a"
2319
+ dependencies = [
2320
+ "ahash",
2321
+ "bitflags",
2322
+ "bytemuck",
2323
+ "bytes",
2324
+ "chrono",
2325
+ "chrono-tz",
2326
+ "ciborium",
2327
+ "either",
2328
+ "futures",
2329
+ "hashbrown 0.15.5",
2330
+ "memmap2",
2331
+ "num-traits",
2332
+ "once_cell",
2333
+ "percent-encoding",
2334
+ "polars-arrow",
2335
+ "polars-core",
2336
+ "polars-io",
2337
+ "polars-json",
2338
+ "polars-ops",
2339
+ "polars-parquet",
2340
+ "polars-time",
2341
+ "polars-utils",
2342
+ "pyo3",
2343
+ "rayon",
2344
+ "recursive",
2345
+ "regex",
2346
+ "serde",
2347
+ "strum_macros",
2348
+ "version_check",
2349
+ ]
2350
+
2351
+ [[package]]
2352
+ name = "polars-row"
2353
+ version = "0.44.2"
2354
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2355
+ checksum = "3823d3de3e614509bba6929798f1f3d5ae05c1cdfc4eb7029d2ec6ad77201da2"
2356
+ dependencies = [
2357
+ "bytemuck",
2358
+ "polars-arrow",
2359
+ "polars-error",
2360
+ "polars-utils",
2361
+ ]
2362
+
2363
+ [[package]]
2364
+ name = "polars-schema"
2365
+ version = "0.44.2"
2366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2367
+ checksum = "d88667f770291cefa2e8cd366a54f29dc6fe362e9a263914c903db411a58ac1d"
2368
+ dependencies = [
2369
+ "indexmap",
2370
+ "polars-error",
2371
+ "polars-utils",
2372
+ "serde",
2373
+ "version_check",
2374
+ ]
2375
+
2376
+ [[package]]
2377
+ name = "polars-sql"
2378
+ version = "0.44.2"
2379
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2380
+ checksum = "69451f08363bb497407f6ebebe00bc01972a51716d20d115b75f9b5326f1f3c8"
2381
+ dependencies = [
2382
+ "hex",
2383
+ "once_cell",
2384
+ "polars-arrow",
2385
+ "polars-core",
2386
+ "polars-error",
2387
+ "polars-lazy",
2388
+ "polars-ops",
2389
+ "polars-plan",
2390
+ "polars-time",
2391
+ "polars-utils",
2392
+ "rand 0.8.6",
2393
+ "serde",
2394
+ "serde_json",
2395
+ "sqlparser",
2396
+ ]
2397
+
2398
+ [[package]]
2399
+ name = "polars-stream"
2400
+ version = "0.44.2"
2401
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2402
+ checksum = "188622b0a4bc4530cf91a288134254ffa065d18932e261075377914225e757c2"
2403
+ dependencies = [
2404
+ "atomic-waker",
2405
+ "crossbeam-deque",
2406
+ "crossbeam-utils",
2407
+ "futures",
2408
+ "memmap2",
2409
+ "parking_lot",
2410
+ "pin-project-lite",
2411
+ "polars-core",
2412
+ "polars-error",
2413
+ "polars-expr",
2414
+ "polars-io",
2415
+ "polars-mem-engine",
2416
+ "polars-parquet",
2417
+ "polars-plan",
2418
+ "polars-utils",
2419
+ "rand 0.8.6",
2420
+ "rayon",
2421
+ "recursive",
2422
+ "slotmap",
2423
+ "tokio",
2424
+ "version_check",
2425
+ ]
2426
+
2427
+ [[package]]
2428
+ name = "polars-time"
2429
+ version = "0.44.2"
2430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2431
+ checksum = "90f36e4d6b19f2c406faea585b9a1814f422fc5b310f65ccf8a55216df0754ef"
2432
+ dependencies = [
2433
+ "atoi",
2434
+ "bytemuck",
2435
+ "chrono",
2436
+ "chrono-tz",
2437
+ "now",
2438
+ "once_cell",
2439
+ "polars-arrow",
2440
+ "polars-core",
2441
+ "polars-error",
2442
+ "polars-ops",
2443
+ "polars-utils",
2444
+ "regex",
2445
+ "serde",
2446
+ "strum_macros",
2447
+ ]
2448
+
2449
+ [[package]]
2450
+ name = "polars-utils"
2451
+ version = "0.44.2"
2452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2453
+ checksum = "96186b70bda00c90b5027bf2f69193c5c40571e80d3e8ec505c22cdc8e3e39aa"
2454
+ dependencies = [
2455
+ "ahash",
2456
+ "bytemuck",
2457
+ "bytes",
2458
+ "compact_str",
2459
+ "hashbrown 0.15.5",
2460
+ "indexmap",
2461
+ "libc",
2462
+ "memmap2",
2463
+ "num-traits",
2464
+ "once_cell",
2465
+ "polars-error",
2466
+ "pyo3",
2467
+ "raw-cpuid",
2468
+ "rayon",
2469
+ "serde",
2470
+ "stacker",
2471
+ "sysinfo",
2472
+ "version_check",
2473
+ ]
2474
+
2475
+ [[package]]
2476
+ name = "portable-atomic"
2477
+ version = "1.13.1"
2478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2479
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
2480
+
2481
+ [[package]]
2482
+ name = "potential_utf"
2483
+ version = "0.1.5"
2484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2485
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
2486
+ dependencies = [
2487
+ "zerovec",
2488
+ ]
2489
+
2490
+ [[package]]
2491
+ name = "ppv-lite86"
2492
+ version = "0.2.21"
2493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2494
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2495
+ dependencies = [
2496
+ "zerocopy",
2497
+ ]
2498
+
2499
+ [[package]]
2500
+ name = "pretty_assertions"
2501
+ version = "1.4.1"
2502
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2503
+ checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
2504
+ dependencies = [
2505
+ "diff",
2506
+ "yansi",
2507
+ ]
2508
+
2509
+ [[package]]
2510
+ name = "proc-macro2"
2511
+ version = "1.0.106"
2512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2513
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
2514
+ dependencies = [
2515
+ "unicode-ident",
2516
+ ]
2517
+
2518
+ [[package]]
2519
+ name = "psm"
2520
+ version = "0.1.31"
2521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2522
+ checksum = "645dbe486e346d9b5de3ef16ede18c26e6c70ad97418f4874b8b1889d6e761ea"
2523
+ dependencies = [
2524
+ "ar_archive_writer",
2525
+ "cc",
2526
+ ]
2527
+
2528
+ [[package]]
2529
+ name = "pyo3"
2530
+ version = "0.21.2"
2531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2532
+ checksum = "a5e00b96a521718e08e03b1a622f01c8a8deb50719335de3f60b3b3950f069d8"
2533
+ dependencies = [
2534
+ "cfg-if",
2535
+ "indoc",
2536
+ "libc",
2537
+ "memoffset",
2538
+ "parking_lot",
2539
+ "portable-atomic",
2540
+ "pyo3-build-config",
2541
+ "pyo3-ffi",
2542
+ "pyo3-macros",
2543
+ "unindent",
2544
+ ]
2545
+
2546
+ [[package]]
2547
+ name = "pyo3-build-config"
2548
+ version = "0.21.2"
2549
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2550
+ checksum = "7883df5835fafdad87c0d888b266c8ec0f4c9ca48a5bed6bbb592e8dedee1b50"
2551
+ dependencies = [
2552
+ "once_cell",
2553
+ "target-lexicon",
2554
+ ]
2555
+
2556
+ [[package]]
2557
+ name = "pyo3-ffi"
2558
+ version = "0.21.2"
2559
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2560
+ checksum = "01be5843dc60b916ab4dad1dca6d20b9b4e6ddc8e15f50c47fe6d85f1fb97403"
2561
+ dependencies = [
2562
+ "libc",
2563
+ "pyo3-build-config",
2564
+ ]
2565
+
2566
+ [[package]]
2567
+ name = "pyo3-macros"
2568
+ version = "0.21.2"
2569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2570
+ checksum = "77b34069fc0682e11b31dbd10321cbf94808394c56fd996796ce45217dfac53c"
2571
+ dependencies = [
2572
+ "proc-macro2",
2573
+ "pyo3-macros-backend",
2574
+ "quote",
2575
+ "syn 2.0.118",
2576
+ ]
2577
+
2578
+ [[package]]
2579
+ name = "pyo3-macros-backend"
2580
+ version = "0.21.2"
2581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2582
+ checksum = "08260721f32db5e1a5beae69a55553f56b99bd0e1c3e6e0a5e8851a9d0f5a85c"
2583
+ dependencies = [
2584
+ "heck 0.4.1",
2585
+ "proc-macro2",
2586
+ "pyo3-build-config",
2587
+ "quote",
2588
+ "syn 2.0.118",
2589
+ ]
2590
+
2591
+ [[package]]
2592
+ name = "pyo3-polars"
2593
+ version = "0.18.0"
2594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2595
+ checksum = "08d315add0412858cb21d45f0a48d68974d32f5f93f92fd9cedc95102ea011d1"
2596
+ dependencies = [
2597
+ "libc",
2598
+ "once_cell",
2599
+ "polars",
2600
+ "polars-core",
2601
+ "polars-ffi",
2602
+ "polars-plan",
2603
+ "pyo3",
2604
+ "pyo3-polars-derive",
2605
+ "serde",
2606
+ "serde-pickle",
2607
+ "thiserror 1.0.69",
2608
+ ]
2609
+
2610
+ [[package]]
2611
+ name = "pyo3-polars-derive"
2612
+ version = "0.12.0"
2613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2614
+ checksum = "ecaf05e8162950078d88e1ab4ffaf865723389c252a8c4f0c3f405ca1d88439f"
2615
+ dependencies = [
2616
+ "polars-core",
2617
+ "polars-ffi",
2618
+ "polars-plan",
2619
+ "proc-macro2",
2620
+ "quote",
2621
+ "syn 2.0.118",
2622
+ ]
2623
+
2624
+ [[package]]
2625
+ name = "quick-xml"
2626
+ version = "0.36.2"
2627
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2628
+ checksum = "f7649a7b4df05aed9ea7ec6f628c67c9953a43869b8bc50929569b2999d443fe"
2629
+ dependencies = [
2630
+ "memchr",
2631
+ "serde",
2632
+ ]
2633
+
2634
+ [[package]]
2635
+ name = "quinn"
2636
+ version = "0.11.11"
2637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2638
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
2639
+ dependencies = [
2640
+ "bytes",
2641
+ "cfg_aliases",
2642
+ "pin-project-lite",
2643
+ "quinn-proto",
2644
+ "quinn-udp",
2645
+ "rustc-hash",
2646
+ "rustls",
2647
+ "socket2",
2648
+ "thiserror 2.0.18",
2649
+ "tokio",
2650
+ "tracing",
2651
+ "web-time",
2652
+ ]
2653
+
2654
+ [[package]]
2655
+ name = "quinn-proto"
2656
+ version = "0.11.16"
2657
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2658
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
2659
+ dependencies = [
2660
+ "bytes",
2661
+ "getrandom 0.4.3",
2662
+ "lru-slab",
2663
+ "rand 0.10.2",
2664
+ "rand_pcg",
2665
+ "ring",
2666
+ "rustc-hash",
2667
+ "rustls",
2668
+ "rustls-pki-types",
2669
+ "slab",
2670
+ "thiserror 2.0.18",
2671
+ "tinyvec",
2672
+ "tracing",
2673
+ "web-time",
2674
+ ]
2675
+
2676
+ [[package]]
2677
+ name = "quinn-udp"
2678
+ version = "0.5.15"
2679
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2680
+ checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
2681
+ dependencies = [
2682
+ "cfg_aliases",
2683
+ "libc",
2684
+ "once_cell",
2685
+ "socket2",
2686
+ "tracing",
2687
+ "windows-sys 0.61.2",
2688
+ ]
2689
+
2690
+ [[package]]
2691
+ name = "quote"
2692
+ version = "1.0.46"
2693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2694
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
2695
+ dependencies = [
2696
+ "proc-macro2",
2697
+ ]
2698
+
2699
+ [[package]]
2700
+ name = "r-efi"
2701
+ version = "5.3.0"
2702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2703
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2704
+
2705
+ [[package]]
2706
+ name = "r-efi"
2707
+ version = "6.0.0"
2708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2709
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
2710
+
2711
+ [[package]]
2712
+ name = "rand"
2713
+ version = "0.8.6"
2714
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2715
+ checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
2716
+ dependencies = [
2717
+ "libc",
2718
+ "rand_chacha",
2719
+ "rand_core 0.6.4",
2720
+ ]
2721
+
2722
+ [[package]]
2723
+ name = "rand"
2724
+ version = "0.10.2"
2725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2726
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
2727
+ dependencies = [
2728
+ "chacha20",
2729
+ "getrandom 0.4.3",
2730
+ "rand_core 0.10.1",
2731
+ ]
2732
+
2733
+ [[package]]
2734
+ name = "rand_chacha"
2735
+ version = "0.3.1"
2736
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2737
+ checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2738
+ dependencies = [
2739
+ "ppv-lite86",
2740
+ "rand_core 0.6.4",
2741
+ ]
2742
+
2743
+ [[package]]
2744
+ name = "rand_core"
2745
+ version = "0.6.4"
2746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2747
+ checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2748
+ dependencies = [
2749
+ "getrandom 0.2.17",
2750
+ ]
2751
+
2752
+ [[package]]
2753
+ name = "rand_core"
2754
+ version = "0.10.1"
2755
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2756
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
2757
+
2758
+ [[package]]
2759
+ name = "rand_distr"
2760
+ version = "0.4.3"
2761
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2762
+ checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
2763
+ dependencies = [
2764
+ "num-traits",
2765
+ "rand 0.8.6",
2766
+ ]
2767
+
2768
+ [[package]]
2769
+ name = "rand_pcg"
2770
+ version = "0.10.2"
2771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2772
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
2773
+ dependencies = [
2774
+ "rand_core 0.10.1",
2775
+ ]
2776
+
2777
+ [[package]]
2778
+ name = "raw-cpuid"
2779
+ version = "11.6.0"
2780
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2781
+ checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
2782
+ dependencies = [
2783
+ "bitflags",
2784
+ ]
2785
+
2786
+ [[package]]
2787
+ name = "rayon"
2788
+ version = "1.12.0"
2789
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2790
+ checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
2791
+ dependencies = [
2792
+ "either",
2793
+ "rayon-core",
2794
+ ]
2795
+
2796
+ [[package]]
2797
+ name = "rayon-core"
2798
+ version = "1.13.0"
2799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2800
+ checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
2801
+ dependencies = [
2802
+ "crossbeam-deque",
2803
+ "crossbeam-utils",
2804
+ ]
2805
+
2806
+ [[package]]
2807
+ name = "recursive"
2808
+ version = "0.1.1"
2809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2810
+ checksum = "0786a43debb760f491b1bc0269fe5e84155353c67482b9e60d0cfb596054b43e"
2811
+ dependencies = [
2812
+ "recursive-proc-macro-impl",
2813
+ "stacker",
2814
+ ]
2815
+
2816
+ [[package]]
2817
+ name = "recursive-proc-macro-impl"
2818
+ version = "0.1.1"
2819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2820
+ checksum = "76009fbe0614077fc1a2ce255e3a1881a2e3a3527097d5dc6d8212c585e7e38b"
2821
+ dependencies = [
2822
+ "quote",
2823
+ "syn 2.0.118",
2824
+ ]
2825
+
2826
+ [[package]]
2827
+ name = "redox_syscall"
2828
+ version = "0.5.18"
2829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2830
+ checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2831
+ dependencies = [
2832
+ "bitflags",
2833
+ ]
2834
+
2835
+ [[package]]
2836
+ name = "redox_syscall"
2837
+ version = "0.9.0"
2838
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2839
+ checksum = "c5102a6aaa05aa011a238e178e6bca86d2cb56fc9f586d37cb80f5bca6e07759"
2840
+ dependencies = [
2841
+ "bitflags",
2842
+ ]
2843
+
2844
+ [[package]]
2845
+ name = "ref-cast"
2846
+ version = "1.0.25"
2847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+ checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2849
+ dependencies = [
2850
+ "ref-cast-impl",
2851
+ ]
2852
+
2853
+ [[package]]
2854
+ name = "ref-cast-impl"
2855
+ version = "1.0.25"
2856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2857
+ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2858
+ dependencies = [
2859
+ "proc-macro2",
2860
+ "quote",
2861
+ "syn 2.0.118",
2862
+ ]
2863
+
2864
+ [[package]]
2865
+ name = "regex"
2866
+ version = "1.12.4"
2867
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2868
+ checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
2869
+ dependencies = [
2870
+ "aho-corasick",
2871
+ "memchr",
2872
+ "regex-automata",
2873
+ "regex-syntax",
2874
+ ]
2875
+
2876
+ [[package]]
2877
+ name = "regex-automata"
2878
+ version = "0.4.14"
2879
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2880
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
2881
+ dependencies = [
2882
+ "aho-corasick",
2883
+ "memchr",
2884
+ "regex-syntax",
2885
+ ]
2886
+
2887
+ [[package]]
2888
+ name = "regex-syntax"
2889
+ version = "0.8.11"
2890
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2891
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
2892
+
2893
+ [[package]]
2894
+ name = "reqwest"
2895
+ version = "0.12.28"
2896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2897
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
2898
+ dependencies = [
2899
+ "base64",
2900
+ "bytes",
2901
+ "futures-core",
2902
+ "futures-util",
2903
+ "h2",
2904
+ "http",
2905
+ "http-body",
2906
+ "http-body-util",
2907
+ "hyper",
2908
+ "hyper-rustls",
2909
+ "hyper-util",
2910
+ "js-sys",
2911
+ "log",
2912
+ "percent-encoding",
2913
+ "pin-project-lite",
2914
+ "quinn",
2915
+ "rustls",
2916
+ "rustls-native-certs",
2917
+ "rustls-pki-types",
2918
+ "serde",
2919
+ "serde_json",
2920
+ "serde_urlencoded",
2921
+ "sync_wrapper",
2922
+ "tokio",
2923
+ "tokio-rustls",
2924
+ "tokio-util",
2925
+ "tower",
2926
+ "tower-http",
2927
+ "tower-service",
2928
+ "url",
2929
+ "wasm-bindgen",
2930
+ "wasm-bindgen-futures",
2931
+ "wasm-streams",
2932
+ "web-sys",
2933
+ ]
2934
+
2935
+ [[package]]
2936
+ name = "ring"
2937
+ version = "0.17.14"
2938
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2939
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2940
+ dependencies = [
2941
+ "cc",
2942
+ "cfg-if",
2943
+ "getrandom 0.2.17",
2944
+ "libc",
2945
+ "untrusted",
2946
+ "windows-sys 0.52.0",
2947
+ ]
2948
+
2949
+ [[package]]
2950
+ name = "rle-decode-fast"
2951
+ version = "1.0.3"
2952
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2953
+ checksum = "3582f63211428f83597b51b2ddb88e2a91a9d52d12831f9d08f5e624e8977422"
2954
+
2955
+ [[package]]
2956
+ name = "rsa"
2957
+ version = "0.9.10"
2958
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2959
+ checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
2960
+ dependencies = [
2961
+ "const-oid",
2962
+ "digest",
2963
+ "num-bigint-dig",
2964
+ "num-integer",
2965
+ "num-traits",
2966
+ "pkcs1",
2967
+ "pkcs8",
2968
+ "rand_core 0.6.4",
2969
+ "signature",
2970
+ "spki",
2971
+ "subtle",
2972
+ "zeroize",
2973
+ ]
2974
+
2975
+ [[package]]
2976
+ name = "rustc-hash"
2977
+ version = "2.1.3"
2978
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2979
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
2980
+
2981
+ [[package]]
2982
+ name = "rustix"
2983
+ version = "0.38.44"
2984
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2985
+ checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
2986
+ dependencies = [
2987
+ "bitflags",
2988
+ "errno",
2989
+ "libc",
2990
+ "linux-raw-sys 0.4.15",
2991
+ "windows-sys 0.59.0",
2992
+ ]
2993
+
2994
+ [[package]]
2995
+ name = "rustix"
2996
+ version = "1.1.4"
2997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2998
+ checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
2999
+ dependencies = [
3000
+ "bitflags",
3001
+ "errno",
3002
+ "libc",
3003
+ "linux-raw-sys 0.12.1",
3004
+ "windows-sys 0.61.2",
3005
+ ]
3006
+
3007
+ [[package]]
3008
+ name = "rustls"
3009
+ version = "0.23.41"
3010
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3011
+ checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
3012
+ dependencies = [
3013
+ "once_cell",
3014
+ "ring",
3015
+ "rustls-pki-types",
3016
+ "rustls-webpki",
3017
+ "subtle",
3018
+ "zeroize",
3019
+ ]
3020
+
3021
+ [[package]]
3022
+ name = "rustls-native-certs"
3023
+ version = "0.8.4"
3024
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3025
+ checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d"
3026
+ dependencies = [
3027
+ "openssl-probe",
3028
+ "rustls-pki-types",
3029
+ "schannel",
3030
+ "security-framework",
3031
+ ]
3032
+
3033
+ [[package]]
3034
+ name = "rustls-pemfile"
3035
+ version = "2.2.0"
3036
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3037
+ checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
3038
+ dependencies = [
3039
+ "rustls-pki-types",
3040
+ ]
3041
+
3042
+ [[package]]
3043
+ name = "rustls-pki-types"
3044
+ version = "1.15.0"
3045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3046
+ checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
3047
+ dependencies = [
3048
+ "web-time",
3049
+ "zeroize",
3050
+ ]
3051
+
3052
+ [[package]]
3053
+ name = "rustls-webpki"
3054
+ version = "0.103.13"
3055
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3056
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
3057
+ dependencies = [
3058
+ "ring",
3059
+ "rustls-pki-types",
3060
+ "untrusted",
3061
+ ]
3062
+
3063
+ [[package]]
3064
+ name = "rustversion"
3065
+ version = "1.0.23"
3066
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3067
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
3068
+
3069
+ [[package]]
3070
+ name = "ryu"
3071
+ version = "1.0.23"
3072
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3073
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
3074
+
3075
+ [[package]]
3076
+ name = "same-file"
3077
+ version = "1.0.6"
3078
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3079
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
3080
+ dependencies = [
3081
+ "winapi-util",
3082
+ ]
3083
+
3084
+ [[package]]
3085
+ name = "schannel"
3086
+ version = "0.1.29"
3087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3088
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
3089
+ dependencies = [
3090
+ "windows-sys 0.61.2",
3091
+ ]
3092
+
3093
+ [[package]]
3094
+ name = "scopeguard"
3095
+ version = "1.2.0"
3096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3097
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3098
+
3099
+ [[package]]
3100
+ name = "security-framework"
3101
+ version = "3.7.0"
3102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3103
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
3104
+ dependencies = [
3105
+ "bitflags",
3106
+ "core-foundation",
3107
+ "core-foundation-sys",
3108
+ "libc",
3109
+ "security-framework-sys",
3110
+ ]
3111
+
3112
+ [[package]]
3113
+ name = "security-framework-sys"
3114
+ version = "2.17.0"
3115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3116
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
3117
+ dependencies = [
3118
+ "core-foundation-sys",
3119
+ "libc",
3120
+ ]
3121
+
3122
+ [[package]]
3123
+ name = "serde"
3124
+ version = "1.0.228"
3125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3126
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3127
+ dependencies = [
3128
+ "serde_core",
3129
+ "serde_derive",
3130
+ ]
3131
+
3132
+ [[package]]
3133
+ name = "serde-pickle"
3134
+ version = "1.2.0"
3135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3136
+ checksum = "b641fdc8bcf2781ee78b30c599700d64ad4f412976143e4c5d0b9df906bb4843"
3137
+ dependencies = [
3138
+ "byteorder",
3139
+ "iter-read",
3140
+ "num-bigint",
3141
+ "num-traits",
3142
+ "serde",
3143
+ ]
3144
+
3145
+ [[package]]
3146
+ name = "serde_core"
3147
+ version = "1.0.228"
3148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3149
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3150
+ dependencies = [
3151
+ "serde_derive",
3152
+ ]
3153
+
3154
+ [[package]]
3155
+ name = "serde_derive"
3156
+ version = "1.0.228"
3157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3158
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3159
+ dependencies = [
3160
+ "proc-macro2",
3161
+ "quote",
3162
+ "syn 2.0.118",
3163
+ ]
3164
+
3165
+ [[package]]
3166
+ name = "serde_json"
3167
+ version = "1.0.150"
3168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3169
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
3170
+ dependencies = [
3171
+ "indexmap",
3172
+ "itoa",
3173
+ "memchr",
3174
+ "serde",
3175
+ "serde_core",
3176
+ "zmij",
3177
+ ]
3178
+
3179
+ [[package]]
3180
+ name = "serde_urlencoded"
3181
+ version = "0.7.1"
3182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3183
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3184
+ dependencies = [
3185
+ "form_urlencoded",
3186
+ "itoa",
3187
+ "ryu",
3188
+ "serde",
3189
+ ]
3190
+
3191
+ [[package]]
3192
+ name = "sha1"
3193
+ version = "0.10.6"
3194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3195
+ checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
3196
+ dependencies = [
3197
+ "cfg-if",
3198
+ "cpufeatures 0.2.17",
3199
+ "digest",
3200
+ ]
3201
+
3202
+ [[package]]
3203
+ name = "sha2"
3204
+ version = "0.10.9"
3205
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3206
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3207
+ dependencies = [
3208
+ "cfg-if",
3209
+ "cpufeatures 0.2.17",
3210
+ "digest",
3211
+ ]
3212
+
3213
+ [[package]]
3214
+ name = "shlex"
3215
+ version = "2.0.1"
3216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3217
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
3218
+
3219
+ [[package]]
3220
+ name = "signature"
3221
+ version = "2.2.0"
3222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3223
+ checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3224
+ dependencies = [
3225
+ "digest",
3226
+ "rand_core 0.6.4",
3227
+ ]
3228
+
3229
+ [[package]]
3230
+ name = "simd-adler32"
3231
+ version = "0.3.9"
3232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3233
+ checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
3234
+
3235
+ [[package]]
3236
+ name = "simd-json"
3237
+ version = "0.14.3"
3238
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3239
+ checksum = "aa2bcf6c6e164e81bc7a5d49fc6988b3d515d9e8c07457d7b74ffb9324b9cd40"
3240
+ dependencies = [
3241
+ "ahash",
3242
+ "getrandom 0.2.17",
3243
+ "halfbrown",
3244
+ "once_cell",
3245
+ "ref-cast",
3246
+ "serde",
3247
+ "serde_json",
3248
+ "simdutf8",
3249
+ "value-trait",
3250
+ ]
3251
+
3252
+ [[package]]
3253
+ name = "simdutf8"
3254
+ version = "0.1.5"
3255
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3256
+ checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
3257
+
3258
+ [[package]]
3259
+ name = "siphasher"
3260
+ version = "1.0.3"
3261
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3262
+ checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
3263
+
3264
+ [[package]]
3265
+ name = "slab"
3266
+ version = "0.4.12"
3267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3268
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
3269
+
3270
+ [[package]]
3271
+ name = "slotmap"
3272
+ version = "1.1.1"
3273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3274
+ checksum = "bdd58c3c93c3d278ca835519292445cb4b0d4dc59ccfdf7ceadaab3f8aeb4038"
3275
+ dependencies = [
3276
+ "version_check",
3277
+ ]
3278
+
3279
+ [[package]]
3280
+ name = "smallvec"
3281
+ version = "1.15.2"
3282
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3283
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
3284
+ dependencies = [
3285
+ "serde",
3286
+ ]
3287
+
3288
+ [[package]]
3289
+ name = "snafu"
3290
+ version = "0.7.5"
3291
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3292
+ checksum = "e4de37ad025c587a29e8f3f5605c00f70b98715ef90b9061a815b9e59e9042d6"
3293
+ dependencies = [
3294
+ "doc-comment",
3295
+ "snafu-derive",
3296
+ ]
3297
+
3298
+ [[package]]
3299
+ name = "snafu-derive"
3300
+ version = "0.7.5"
3301
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3302
+ checksum = "990079665f075b699031e9c08fd3ab99be5029b96f3b78dc0709e8f77e4efebf"
3303
+ dependencies = [
3304
+ "heck 0.4.1",
3305
+ "proc-macro2",
3306
+ "quote",
3307
+ "syn 1.0.109",
3308
+ ]
3309
+
3310
+ [[package]]
3311
+ name = "snap"
3312
+ version = "1.1.1"
3313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3314
+ checksum = "1b6b67fb9a61334225b5b790716f609cd58395f895b3fe8b328786812a40bc3b"
3315
+
3316
+ [[package]]
3317
+ name = "socket2"
3318
+ version = "0.6.4"
3319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3320
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
3321
+ dependencies = [
3322
+ "libc",
3323
+ "windows-sys 0.61.2",
3324
+ ]
3325
+
3326
+ [[package]]
3327
+ name = "spin"
3328
+ version = "0.9.8"
3329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3330
+ checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3331
+ dependencies = [
3332
+ "lock_api",
3333
+ ]
3334
+
3335
+ [[package]]
3336
+ name = "spki"
3337
+ version = "0.7.3"
3338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3339
+ checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3340
+ dependencies = [
3341
+ "base64ct",
3342
+ "der",
3343
+ ]
3344
+
3345
+ [[package]]
3346
+ name = "sqlparser"
3347
+ version = "0.49.0"
3348
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3349
+ checksum = "a4a404d0e14905361b918cb8afdb73605e25c1d5029312bd9785142dcb3aa49e"
3350
+ dependencies = [
3351
+ "log",
3352
+ ]
3353
+
3354
+ [[package]]
3355
+ name = "sqlx"
3356
+ version = "0.8.6"
3357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3358
+ checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
3359
+ dependencies = [
3360
+ "sqlx-core",
3361
+ "sqlx-macros",
3362
+ "sqlx-mysql",
3363
+ "sqlx-postgres",
3364
+ "sqlx-sqlite",
3365
+ ]
3366
+
3367
+ [[package]]
3368
+ name = "sqlx-core"
3369
+ version = "0.8.6"
3370
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3371
+ checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
3372
+ dependencies = [
3373
+ "base64",
3374
+ "bytes",
3375
+ "crc 3.4.0",
3376
+ "crossbeam-queue",
3377
+ "either",
3378
+ "event-listener",
3379
+ "futures-core",
3380
+ "futures-intrusive",
3381
+ "futures-io",
3382
+ "futures-util",
3383
+ "hashbrown 0.15.5",
3384
+ "hashlink",
3385
+ "indexmap",
3386
+ "log",
3387
+ "memchr",
3388
+ "once_cell",
3389
+ "percent-encoding",
3390
+ "rustls",
3391
+ "serde",
3392
+ "serde_json",
3393
+ "sha2",
3394
+ "smallvec",
3395
+ "thiserror 2.0.18",
3396
+ "tokio",
3397
+ "tokio-stream",
3398
+ "tracing",
3399
+ "url",
3400
+ "webpki-roots 0.26.11",
3401
+ ]
3402
+
3403
+ [[package]]
3404
+ name = "sqlx-macros"
3405
+ version = "0.8.6"
3406
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3407
+ checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
3408
+ dependencies = [
3409
+ "proc-macro2",
3410
+ "quote",
3411
+ "sqlx-core",
3412
+ "sqlx-macros-core",
3413
+ "syn 2.0.118",
3414
+ ]
3415
+
3416
+ [[package]]
3417
+ name = "sqlx-macros-core"
3418
+ version = "0.8.6"
3419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3420
+ checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
3421
+ dependencies = [
3422
+ "dotenvy",
3423
+ "either",
3424
+ "heck 0.5.0",
3425
+ "hex",
3426
+ "once_cell",
3427
+ "proc-macro2",
3428
+ "quote",
3429
+ "serde",
3430
+ "serde_json",
3431
+ "sha2",
3432
+ "sqlx-core",
3433
+ "sqlx-mysql",
3434
+ "sqlx-postgres",
3435
+ "sqlx-sqlite",
3436
+ "syn 2.0.118",
3437
+ "tokio",
3438
+ "url",
3439
+ ]
3440
+
3441
+ [[package]]
3442
+ name = "sqlx-mysql"
3443
+ version = "0.8.6"
3444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3445
+ checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
3446
+ dependencies = [
3447
+ "atoi",
3448
+ "base64",
3449
+ "bitflags",
3450
+ "byteorder",
3451
+ "bytes",
3452
+ "crc 3.4.0",
3453
+ "digest",
3454
+ "dotenvy",
3455
+ "either",
3456
+ "futures-channel",
3457
+ "futures-core",
3458
+ "futures-io",
3459
+ "futures-util",
3460
+ "generic-array",
3461
+ "hex",
3462
+ "hkdf",
3463
+ "hmac",
3464
+ "itoa",
3465
+ "log",
3466
+ "md-5",
3467
+ "memchr",
3468
+ "once_cell",
3469
+ "percent-encoding",
3470
+ "rand 0.8.6",
3471
+ "rsa",
3472
+ "serde",
3473
+ "sha1",
3474
+ "sha2",
3475
+ "smallvec",
3476
+ "sqlx-core",
3477
+ "stringprep",
3478
+ "thiserror 2.0.18",
3479
+ "tracing",
3480
+ "whoami",
3481
+ ]
3482
+
3483
+ [[package]]
3484
+ name = "sqlx-postgres"
3485
+ version = "0.8.6"
3486
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3487
+ checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
3488
+ dependencies = [
3489
+ "atoi",
3490
+ "base64",
3491
+ "bitflags",
3492
+ "byteorder",
3493
+ "crc 3.4.0",
3494
+ "dotenvy",
3495
+ "etcetera",
3496
+ "futures-channel",
3497
+ "futures-core",
3498
+ "futures-util",
3499
+ "hex",
3500
+ "hkdf",
3501
+ "hmac",
3502
+ "home",
3503
+ "itoa",
3504
+ "log",
3505
+ "md-5",
3506
+ "memchr",
3507
+ "once_cell",
3508
+ "rand 0.8.6",
3509
+ "serde",
3510
+ "serde_json",
3511
+ "sha2",
3512
+ "smallvec",
3513
+ "sqlx-core",
3514
+ "stringprep",
3515
+ "thiserror 2.0.18",
3516
+ "tracing",
3517
+ "whoami",
3518
+ ]
3519
+
3520
+ [[package]]
3521
+ name = "sqlx-sqlite"
3522
+ version = "0.8.6"
3523
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3524
+ checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
3525
+ dependencies = [
3526
+ "atoi",
3527
+ "flume",
3528
+ "futures-channel",
3529
+ "futures-core",
3530
+ "futures-executor",
3531
+ "futures-intrusive",
3532
+ "futures-util",
3533
+ "libsqlite3-sys",
3534
+ "log",
3535
+ "percent-encoding",
3536
+ "serde",
3537
+ "serde_urlencoded",
3538
+ "sqlx-core",
3539
+ "thiserror 2.0.18",
3540
+ "tracing",
3541
+ "url",
3542
+ ]
3543
+
3544
+ [[package]]
3545
+ name = "stable_deref_trait"
3546
+ version = "1.2.1"
3547
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3548
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3549
+
3550
+ [[package]]
3551
+ name = "stacker"
3552
+ version = "0.1.24"
3553
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3554
+ checksum = "640c8cdd92b6b12f5bcb1803ca3bbf5ab96e5e6b6b96b9ab77dabe9e880b3190"
3555
+ dependencies = [
3556
+ "cc",
3557
+ "cfg-if",
3558
+ "libc",
3559
+ "psm",
3560
+ "windows-sys 0.61.2",
3561
+ ]
3562
+
3563
+ [[package]]
3564
+ name = "statguard-core"
3565
+ version = "1.0.0"
3566
+ dependencies = [
3567
+ "anyhow",
3568
+ "chrono",
3569
+ "indexmap",
3570
+ "pest",
3571
+ "pest_derive",
3572
+ "pretty_assertions",
3573
+ "serde",
3574
+ "serde_json",
3575
+ "thiserror 1.0.69",
3576
+ ]
3577
+
3578
+ [[package]]
3579
+ name = "statguard-engine"
3580
+ version = "1.0.0"
3581
+ dependencies = [
3582
+ "anyhow",
3583
+ "log",
3584
+ "polars",
3585
+ "rayon",
3586
+ "regex",
3587
+ "serde",
3588
+ "serde_json",
3589
+ "statguard-core",
3590
+ "statguard-io",
3591
+ "statguard-metrics",
3592
+ "statguard-stats",
3593
+ "statguard-validators",
3594
+ "thiserror 1.0.69",
3595
+ ]
3596
+
3597
+ [[package]]
3598
+ name = "statguard-integration-tests"
3599
+ version = "0.1.0"
3600
+ dependencies = [
3601
+ "polars",
3602
+ "serde_json",
3603
+ "statguard-core",
3604
+ "statguard-engine",
3605
+ ]
3606
+
3607
+ [[package]]
3608
+ name = "statguard-io"
3609
+ version = "1.0.0"
3610
+ dependencies = [
3611
+ "anyhow",
3612
+ "polars",
3613
+ "serde",
3614
+ "serde_json",
3615
+ "sqlx",
3616
+ "statguard-core",
3617
+ "tempfile",
3618
+ "thiserror 1.0.69",
3619
+ "tokio",
3620
+ ]
3621
+
3622
+ [[package]]
3623
+ name = "statguard-metrics"
3624
+ version = "1.0.0"
3625
+ dependencies = [
3626
+ "chrono",
3627
+ "serde",
3628
+ "serde_json",
3629
+ "statguard-core",
3630
+ "statguard-stats",
3631
+ "statguard-validators",
3632
+ "thiserror 1.0.69",
3633
+ "uuid",
3634
+ ]
3635
+
3636
+ [[package]]
3637
+ name = "statguard-stats"
3638
+ version = "1.0.0"
3639
+ dependencies = [
3640
+ "polars",
3641
+ "rayon",
3642
+ "serde",
3643
+ "serde_json",
3644
+ "statguard-core",
3645
+ "thiserror 1.0.69",
3646
+ ]
3647
+
3648
+ [[package]]
3649
+ name = "statguard-validators"
3650
+ version = "1.0.0"
3651
+ dependencies = [
3652
+ "polars",
3653
+ "rayon",
3654
+ "regex",
3655
+ "serde",
3656
+ "serde_json",
3657
+ "statguard-core",
3658
+ "thiserror 1.0.69",
3659
+ ]
3660
+
3661
+ [[package]]
3662
+ name = "statguardian"
3663
+ version = "1.0.0"
3664
+ dependencies = [
3665
+ "polars",
3666
+ "pyo3",
3667
+ "pyo3-polars",
3668
+ "serde_json",
3669
+ "statguard-core",
3670
+ "statguard-engine",
3671
+ "statguard-io",
3672
+ "statguard-metrics",
3673
+ ]
3674
+
3675
+ [[package]]
3676
+ name = "static_assertions"
3677
+ version = "1.1.0"
3678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3679
+ checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3680
+
3681
+ [[package]]
3682
+ name = "streaming-decompression"
3683
+ version = "0.1.2"
3684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3685
+ checksum = "bf6cc3b19bfb128a8ad11026086e31d3ce9ad23f8ea37354b31383a187c44cf3"
3686
+ dependencies = [
3687
+ "fallible-streaming-iterator",
3688
+ ]
3689
+
3690
+ [[package]]
3691
+ name = "streaming-iterator"
3692
+ version = "0.1.9"
3693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3694
+ checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
3695
+
3696
+ [[package]]
3697
+ name = "strength_reduce"
3698
+ version = "0.2.4"
3699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3700
+ checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
3701
+
3702
+ [[package]]
3703
+ name = "stringprep"
3704
+ version = "0.1.5"
3705
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3706
+ checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
3707
+ dependencies = [
3708
+ "unicode-bidi",
3709
+ "unicode-normalization",
3710
+ "unicode-properties",
3711
+ ]
3712
+
3713
+ [[package]]
3714
+ name = "strum_macros"
3715
+ version = "0.26.4"
3716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3717
+ checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
3718
+ dependencies = [
3719
+ "heck 0.5.0",
3720
+ "proc-macro2",
3721
+ "quote",
3722
+ "rustversion",
3723
+ "syn 2.0.118",
3724
+ ]
3725
+
3726
+ [[package]]
3727
+ name = "subtle"
3728
+ version = "2.6.1"
3729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3730
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3731
+
3732
+ [[package]]
3733
+ name = "syn"
3734
+ version = "1.0.109"
3735
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3736
+ checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3737
+ dependencies = [
3738
+ "proc-macro2",
3739
+ "quote",
3740
+ "unicode-ident",
3741
+ ]
3742
+
3743
+ [[package]]
3744
+ name = "syn"
3745
+ version = "2.0.118"
3746
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3747
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
3748
+ dependencies = [
3749
+ "proc-macro2",
3750
+ "quote",
3751
+ "unicode-ident",
3752
+ ]
3753
+
3754
+ [[package]]
3755
+ name = "sync_wrapper"
3756
+ version = "1.0.2"
3757
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3758
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3759
+ dependencies = [
3760
+ "futures-core",
3761
+ ]
3762
+
3763
+ [[package]]
3764
+ name = "synstructure"
3765
+ version = "0.13.2"
3766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3767
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3768
+ dependencies = [
3769
+ "proc-macro2",
3770
+ "quote",
3771
+ "syn 2.0.118",
3772
+ ]
3773
+
3774
+ [[package]]
3775
+ name = "sysinfo"
3776
+ version = "0.31.4"
3777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3778
+ checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
3779
+ dependencies = [
3780
+ "core-foundation-sys",
3781
+ "libc",
3782
+ "memchr",
3783
+ "ntapi",
3784
+ "windows",
3785
+ ]
3786
+
3787
+ [[package]]
3788
+ name = "target-features"
3789
+ version = "0.1.6"
3790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3791
+ checksum = "c1bbb9f3c5c463a01705937a24fdabc5047929ac764b2d5b9cf681c1f5041ed5"
3792
+
3793
+ [[package]]
3794
+ name = "target-lexicon"
3795
+ version = "0.12.16"
3796
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3797
+ checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
3798
+
3799
+ [[package]]
3800
+ name = "tempfile"
3801
+ version = "3.27.0"
3802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3803
+ checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
3804
+ dependencies = [
3805
+ "fastrand",
3806
+ "getrandom 0.4.3",
3807
+ "once_cell",
3808
+ "rustix 1.1.4",
3809
+ "windows-sys 0.61.2",
3810
+ ]
3811
+
3812
+ [[package]]
3813
+ name = "thiserror"
3814
+ version = "1.0.69"
3815
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3816
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3817
+ dependencies = [
3818
+ "thiserror-impl 1.0.69",
3819
+ ]
3820
+
3821
+ [[package]]
3822
+ name = "thiserror"
3823
+ version = "2.0.18"
3824
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3825
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
3826
+ dependencies = [
3827
+ "thiserror-impl 2.0.18",
3828
+ ]
3829
+
3830
+ [[package]]
3831
+ name = "thiserror-impl"
3832
+ version = "1.0.69"
3833
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3834
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3835
+ dependencies = [
3836
+ "proc-macro2",
3837
+ "quote",
3838
+ "syn 2.0.118",
3839
+ ]
3840
+
3841
+ [[package]]
3842
+ name = "thiserror-impl"
3843
+ version = "2.0.18"
3844
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3845
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
3846
+ dependencies = [
3847
+ "proc-macro2",
3848
+ "quote",
3849
+ "syn 2.0.118",
3850
+ ]
3851
+
3852
+ [[package]]
3853
+ name = "tinystr"
3854
+ version = "0.8.3"
3855
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3856
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
3857
+ dependencies = [
3858
+ "displaydoc",
3859
+ "zerovec",
3860
+ ]
3861
+
3862
+ [[package]]
3863
+ name = "tinyvec"
3864
+ version = "1.11.0"
3865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3866
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
3867
+ dependencies = [
3868
+ "tinyvec_macros",
3869
+ ]
3870
+
3871
+ [[package]]
3872
+ name = "tinyvec_macros"
3873
+ version = "0.1.1"
3874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3875
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3876
+
3877
+ [[package]]
3878
+ name = "tokio"
3879
+ version = "1.52.3"
3880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3881
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
3882
+ dependencies = [
3883
+ "bytes",
3884
+ "libc",
3885
+ "mio",
3886
+ "pin-project-lite",
3887
+ "socket2",
3888
+ "tokio-macros",
3889
+ "windows-sys 0.61.2",
3890
+ ]
3891
+
3892
+ [[package]]
3893
+ name = "tokio-macros"
3894
+ version = "2.7.0"
3895
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3896
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
3897
+ dependencies = [
3898
+ "proc-macro2",
3899
+ "quote",
3900
+ "syn 2.0.118",
3901
+ ]
3902
+
3903
+ [[package]]
3904
+ name = "tokio-rustls"
3905
+ version = "0.26.4"
3906
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3907
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3908
+ dependencies = [
3909
+ "rustls",
3910
+ "tokio",
3911
+ ]
3912
+
3913
+ [[package]]
3914
+ name = "tokio-stream"
3915
+ version = "0.1.18"
3916
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3917
+ checksum = "32da49809aab5c3bc678af03902d4ccddea2a87d028d86392a4b1560c6906c70"
3918
+ dependencies = [
3919
+ "futures-core",
3920
+ "pin-project-lite",
3921
+ "tokio",
3922
+ ]
3923
+
3924
+ [[package]]
3925
+ name = "tokio-util"
3926
+ version = "0.7.18"
3927
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3928
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
3929
+ dependencies = [
3930
+ "bytes",
3931
+ "futures-core",
3932
+ "futures-sink",
3933
+ "pin-project-lite",
3934
+ "tokio",
3935
+ ]
3936
+
3937
+ [[package]]
3938
+ name = "tower"
3939
+ version = "0.5.3"
3940
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3941
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
3942
+ dependencies = [
3943
+ "futures-core",
3944
+ "futures-util",
3945
+ "pin-project-lite",
3946
+ "sync_wrapper",
3947
+ "tokio",
3948
+ "tower-layer",
3949
+ "tower-service",
3950
+ ]
3951
+
3952
+ [[package]]
3953
+ name = "tower-http"
3954
+ version = "0.6.11"
3955
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3956
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
3957
+ dependencies = [
3958
+ "bitflags",
3959
+ "bytes",
3960
+ "futures-util",
3961
+ "http",
3962
+ "http-body",
3963
+ "pin-project-lite",
3964
+ "tower",
3965
+ "tower-layer",
3966
+ "tower-service",
3967
+ "url",
3968
+ ]
3969
+
3970
+ [[package]]
3971
+ name = "tower-layer"
3972
+ version = "0.3.3"
3973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3974
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3975
+
3976
+ [[package]]
3977
+ name = "tower-service"
3978
+ version = "0.3.3"
3979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3980
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3981
+
3982
+ [[package]]
3983
+ name = "tracing"
3984
+ version = "0.1.44"
3985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3986
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
3987
+ dependencies = [
3988
+ "log",
3989
+ "pin-project-lite",
3990
+ "tracing-attributes",
3991
+ "tracing-core",
3992
+ ]
3993
+
3994
+ [[package]]
3995
+ name = "tracing-attributes"
3996
+ version = "0.1.31"
3997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
3998
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3999
+ dependencies = [
4000
+ "proc-macro2",
4001
+ "quote",
4002
+ "syn 2.0.118",
4003
+ ]
4004
+
4005
+ [[package]]
4006
+ name = "tracing-core"
4007
+ version = "0.1.36"
4008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4009
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
4010
+ dependencies = [
4011
+ "once_cell",
4012
+ ]
4013
+
4014
+ [[package]]
4015
+ name = "try-lock"
4016
+ version = "0.2.5"
4017
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4018
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
4019
+
4020
+ [[package]]
4021
+ name = "typenum"
4022
+ version = "1.20.1"
4023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4024
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
4025
+
4026
+ [[package]]
4027
+ name = "ucd-trie"
4028
+ version = "0.1.7"
4029
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4030
+ checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
4031
+
4032
+ [[package]]
4033
+ name = "unicode-bidi"
4034
+ version = "0.3.18"
4035
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4036
+ checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
4037
+
4038
+ [[package]]
4039
+ name = "unicode-ident"
4040
+ version = "1.0.24"
4041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4042
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
4043
+
4044
+ [[package]]
4045
+ name = "unicode-normalization"
4046
+ version = "0.1.25"
4047
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4048
+ checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
4049
+ dependencies = [
4050
+ "tinyvec",
4051
+ ]
4052
+
4053
+ [[package]]
4054
+ name = "unicode-properties"
4055
+ version = "0.1.4"
4056
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4057
+ checksum = "7df058c713841ad818f1dc5d3fd88063241cc61f49f5fbea4b951e8cf5a8d71d"
4058
+
4059
+ [[package]]
4060
+ name = "unicode-reverse"
4061
+ version = "1.0.9"
4062
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4063
+ checksum = "4b6f4888ebc23094adfb574fdca9fdc891826287a6397d2cd28802ffd6f20c76"
4064
+ dependencies = [
4065
+ "unicode-segmentation",
4066
+ ]
4067
+
4068
+ [[package]]
4069
+ name = "unicode-segmentation"
4070
+ version = "1.13.3"
4071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4072
+ checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
4073
+
4074
+ [[package]]
4075
+ name = "unicode-width"
4076
+ version = "0.2.2"
4077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4078
+ checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
4079
+
4080
+ [[package]]
4081
+ name = "unindent"
4082
+ version = "0.2.4"
4083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4084
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
4085
+
4086
+ [[package]]
4087
+ name = "untrusted"
4088
+ version = "0.9.0"
4089
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4090
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
4091
+
4092
+ [[package]]
4093
+ name = "url"
4094
+ version = "2.5.8"
4095
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4096
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
4097
+ dependencies = [
4098
+ "form_urlencoded",
4099
+ "idna",
4100
+ "percent-encoding",
4101
+ "serde",
4102
+ ]
4103
+
4104
+ [[package]]
4105
+ name = "utf8_iter"
4106
+ version = "1.0.4"
4107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4108
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
4109
+
4110
+ [[package]]
4111
+ name = "uuid"
4112
+ version = "1.23.4"
4113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4114
+ checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
4115
+ dependencies = [
4116
+ "getrandom 0.4.3",
4117
+ "js-sys",
4118
+ "serde_core",
4119
+ "wasm-bindgen",
4120
+ ]
4121
+
4122
+ [[package]]
4123
+ name = "value-trait"
4124
+ version = "0.10.1"
4125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4126
+ checksum = "9170e001f458781e92711d2ad666110f153e4e50bfd5cbd02db6547625714187"
4127
+ dependencies = [
4128
+ "float-cmp",
4129
+ "halfbrown",
4130
+ "itoa",
4131
+ "ryu",
4132
+ ]
4133
+
4134
+ [[package]]
4135
+ name = "vcpkg"
4136
+ version = "0.2.15"
4137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4138
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
4139
+
4140
+ [[package]]
4141
+ name = "version_check"
4142
+ version = "0.9.5"
4143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4144
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
4145
+
4146
+ [[package]]
4147
+ name = "walkdir"
4148
+ version = "2.5.0"
4149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4150
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
4151
+ dependencies = [
4152
+ "same-file",
4153
+ "winapi-util",
4154
+ ]
4155
+
4156
+ [[package]]
4157
+ name = "want"
4158
+ version = "0.3.1"
4159
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4160
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
4161
+ dependencies = [
4162
+ "try-lock",
4163
+ ]
4164
+
4165
+ [[package]]
4166
+ name = "wasi"
4167
+ version = "0.11.1+wasi-snapshot-preview1"
4168
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4169
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
4170
+
4171
+ [[package]]
4172
+ name = "wasip2"
4173
+ version = "1.0.4+wasi-0.2.12"
4174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4175
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
4176
+ dependencies = [
4177
+ "wit-bindgen",
4178
+ ]
4179
+
4180
+ [[package]]
4181
+ name = "wasite"
4182
+ version = "0.1.0"
4183
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4184
+ checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
4185
+
4186
+ [[package]]
4187
+ name = "wasm-bindgen"
4188
+ version = "0.2.126"
4189
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4190
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
4191
+ dependencies = [
4192
+ "cfg-if",
4193
+ "once_cell",
4194
+ "rustversion",
4195
+ "wasm-bindgen-macro",
4196
+ "wasm-bindgen-shared",
4197
+ ]
4198
+
4199
+ [[package]]
4200
+ name = "wasm-bindgen-futures"
4201
+ version = "0.4.76"
4202
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4203
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
4204
+ dependencies = [
4205
+ "js-sys",
4206
+ "wasm-bindgen",
4207
+ ]
4208
+
4209
+ [[package]]
4210
+ name = "wasm-bindgen-macro"
4211
+ version = "0.2.126"
4212
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4213
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
4214
+ dependencies = [
4215
+ "quote",
4216
+ "wasm-bindgen-macro-support",
4217
+ ]
4218
+
4219
+ [[package]]
4220
+ name = "wasm-bindgen-macro-support"
4221
+ version = "0.2.126"
4222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4223
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
4224
+ dependencies = [
4225
+ "bumpalo",
4226
+ "proc-macro2",
4227
+ "quote",
4228
+ "syn 2.0.118",
4229
+ "wasm-bindgen-shared",
4230
+ ]
4231
+
4232
+ [[package]]
4233
+ name = "wasm-bindgen-shared"
4234
+ version = "0.2.126"
4235
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4236
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
4237
+ dependencies = [
4238
+ "unicode-ident",
4239
+ ]
4240
+
4241
+ [[package]]
4242
+ name = "wasm-streams"
4243
+ version = "0.4.2"
4244
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4245
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
4246
+ dependencies = [
4247
+ "futures-util",
4248
+ "js-sys",
4249
+ "wasm-bindgen",
4250
+ "wasm-bindgen-futures",
4251
+ "web-sys",
4252
+ ]
4253
+
4254
+ [[package]]
4255
+ name = "web-sys"
4256
+ version = "0.3.103"
4257
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4258
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
4259
+ dependencies = [
4260
+ "js-sys",
4261
+ "wasm-bindgen",
4262
+ ]
4263
+
4264
+ [[package]]
4265
+ name = "web-time"
4266
+ version = "1.1.0"
4267
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4268
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4269
+ dependencies = [
4270
+ "js-sys",
4271
+ "wasm-bindgen",
4272
+ ]
4273
+
4274
+ [[package]]
4275
+ name = "webpki-roots"
4276
+ version = "0.26.11"
4277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4278
+ checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9"
4279
+ dependencies = [
4280
+ "webpki-roots 1.0.8",
4281
+ ]
4282
+
4283
+ [[package]]
4284
+ name = "webpki-roots"
4285
+ version = "1.0.8"
4286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4287
+ checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
4288
+ dependencies = [
4289
+ "rustls-pki-types",
4290
+ ]
4291
+
4292
+ [[package]]
4293
+ name = "whoami"
4294
+ version = "1.6.1"
4295
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4296
+ checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
4297
+ dependencies = [
4298
+ "libredox",
4299
+ "wasite",
4300
+ ]
4301
+
4302
+ [[package]]
4303
+ name = "winapi"
4304
+ version = "0.3.9"
4305
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4306
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4307
+ dependencies = [
4308
+ "winapi-i686-pc-windows-gnu",
4309
+ "winapi-x86_64-pc-windows-gnu",
4310
+ ]
4311
+
4312
+ [[package]]
4313
+ name = "winapi-i686-pc-windows-gnu"
4314
+ version = "0.4.0"
4315
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4316
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4317
+
4318
+ [[package]]
4319
+ name = "winapi-util"
4320
+ version = "0.1.11"
4321
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4322
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
4323
+ dependencies = [
4324
+ "windows-sys 0.61.2",
4325
+ ]
4326
+
4327
+ [[package]]
4328
+ name = "winapi-x86_64-pc-windows-gnu"
4329
+ version = "0.4.0"
4330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4331
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4332
+
4333
+ [[package]]
4334
+ name = "windows"
4335
+ version = "0.57.0"
4336
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4337
+ checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
4338
+ dependencies = [
4339
+ "windows-core 0.57.0",
4340
+ "windows-targets 0.52.6",
4341
+ ]
4342
+
4343
+ [[package]]
4344
+ name = "windows-core"
4345
+ version = "0.57.0"
4346
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4347
+ checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
4348
+ dependencies = [
4349
+ "windows-implement 0.57.0",
4350
+ "windows-interface 0.57.0",
4351
+ "windows-result 0.1.2",
4352
+ "windows-targets 0.52.6",
4353
+ ]
4354
+
4355
+ [[package]]
4356
+ name = "windows-core"
4357
+ version = "0.62.2"
4358
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4359
+ checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4360
+ dependencies = [
4361
+ "windows-implement 0.60.2",
4362
+ "windows-interface 0.59.3",
4363
+ "windows-link",
4364
+ "windows-result 0.4.1",
4365
+ "windows-strings",
4366
+ ]
4367
+
4368
+ [[package]]
4369
+ name = "windows-implement"
4370
+ version = "0.57.0"
4371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4372
+ checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
4373
+ dependencies = [
4374
+ "proc-macro2",
4375
+ "quote",
4376
+ "syn 2.0.118",
4377
+ ]
4378
+
4379
+ [[package]]
4380
+ name = "windows-implement"
4381
+ version = "0.60.2"
4382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4383
+ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4384
+ dependencies = [
4385
+ "proc-macro2",
4386
+ "quote",
4387
+ "syn 2.0.118",
4388
+ ]
4389
+
4390
+ [[package]]
4391
+ name = "windows-interface"
4392
+ version = "0.57.0"
4393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4394
+ checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
4395
+ dependencies = [
4396
+ "proc-macro2",
4397
+ "quote",
4398
+ "syn 2.0.118",
4399
+ ]
4400
+
4401
+ [[package]]
4402
+ name = "windows-interface"
4403
+ version = "0.59.3"
4404
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4405
+ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4406
+ dependencies = [
4407
+ "proc-macro2",
4408
+ "quote",
4409
+ "syn 2.0.118",
4410
+ ]
4411
+
4412
+ [[package]]
4413
+ name = "windows-link"
4414
+ version = "0.2.1"
4415
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4416
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4417
+
4418
+ [[package]]
4419
+ name = "windows-result"
4420
+ version = "0.1.2"
4421
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4422
+ checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
4423
+ dependencies = [
4424
+ "windows-targets 0.52.6",
4425
+ ]
4426
+
4427
+ [[package]]
4428
+ name = "windows-result"
4429
+ version = "0.4.1"
4430
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4431
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4432
+ dependencies = [
4433
+ "windows-link",
4434
+ ]
4435
+
4436
+ [[package]]
4437
+ name = "windows-strings"
4438
+ version = "0.5.1"
4439
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4440
+ checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4441
+ dependencies = [
4442
+ "windows-link",
4443
+ ]
4444
+
4445
+ [[package]]
4446
+ name = "windows-sys"
4447
+ version = "0.48.0"
4448
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4449
+ checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4450
+ dependencies = [
4451
+ "windows-targets 0.48.5",
4452
+ ]
4453
+
4454
+ [[package]]
4455
+ name = "windows-sys"
4456
+ version = "0.52.0"
4457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4458
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4459
+ dependencies = [
4460
+ "windows-targets 0.52.6",
4461
+ ]
4462
+
4463
+ [[package]]
4464
+ name = "windows-sys"
4465
+ version = "0.59.0"
4466
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4467
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
4468
+ dependencies = [
4469
+ "windows-targets 0.52.6",
4470
+ ]
4471
+
4472
+ [[package]]
4473
+ name = "windows-sys"
4474
+ version = "0.61.2"
4475
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4476
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4477
+ dependencies = [
4478
+ "windows-link",
4479
+ ]
4480
+
4481
+ [[package]]
4482
+ name = "windows-targets"
4483
+ version = "0.48.5"
4484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4485
+ checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4486
+ dependencies = [
4487
+ "windows_aarch64_gnullvm 0.48.5",
4488
+ "windows_aarch64_msvc 0.48.5",
4489
+ "windows_i686_gnu 0.48.5",
4490
+ "windows_i686_msvc 0.48.5",
4491
+ "windows_x86_64_gnu 0.48.5",
4492
+ "windows_x86_64_gnullvm 0.48.5",
4493
+ "windows_x86_64_msvc 0.48.5",
4494
+ ]
4495
+
4496
+ [[package]]
4497
+ name = "windows-targets"
4498
+ version = "0.52.6"
4499
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4500
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4501
+ dependencies = [
4502
+ "windows_aarch64_gnullvm 0.52.6",
4503
+ "windows_aarch64_msvc 0.52.6",
4504
+ "windows_i686_gnu 0.52.6",
4505
+ "windows_i686_gnullvm",
4506
+ "windows_i686_msvc 0.52.6",
4507
+ "windows_x86_64_gnu 0.52.6",
4508
+ "windows_x86_64_gnullvm 0.52.6",
4509
+ "windows_x86_64_msvc 0.52.6",
4510
+ ]
4511
+
4512
+ [[package]]
4513
+ name = "windows_aarch64_gnullvm"
4514
+ version = "0.48.5"
4515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4516
+ checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4517
+
4518
+ [[package]]
4519
+ name = "windows_aarch64_gnullvm"
4520
+ version = "0.52.6"
4521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4522
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4523
+
4524
+ [[package]]
4525
+ name = "windows_aarch64_msvc"
4526
+ version = "0.48.5"
4527
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4528
+ checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4529
+
4530
+ [[package]]
4531
+ name = "windows_aarch64_msvc"
4532
+ version = "0.52.6"
4533
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4534
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4535
+
4536
+ [[package]]
4537
+ name = "windows_i686_gnu"
4538
+ version = "0.48.5"
4539
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4540
+ checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4541
+
4542
+ [[package]]
4543
+ name = "windows_i686_gnu"
4544
+ version = "0.52.6"
4545
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4546
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4547
+
4548
+ [[package]]
4549
+ name = "windows_i686_gnullvm"
4550
+ version = "0.52.6"
4551
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4552
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4553
+
4554
+ [[package]]
4555
+ name = "windows_i686_msvc"
4556
+ version = "0.48.5"
4557
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4558
+ checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4559
+
4560
+ [[package]]
4561
+ name = "windows_i686_msvc"
4562
+ version = "0.52.6"
4563
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4564
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4565
+
4566
+ [[package]]
4567
+ name = "windows_x86_64_gnu"
4568
+ version = "0.48.5"
4569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4570
+ checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4571
+
4572
+ [[package]]
4573
+ name = "windows_x86_64_gnu"
4574
+ version = "0.52.6"
4575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4576
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4577
+
4578
+ [[package]]
4579
+ name = "windows_x86_64_gnullvm"
4580
+ version = "0.48.5"
4581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4582
+ checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4583
+
4584
+ [[package]]
4585
+ name = "windows_x86_64_gnullvm"
4586
+ version = "0.52.6"
4587
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4588
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4589
+
4590
+ [[package]]
4591
+ name = "windows_x86_64_msvc"
4592
+ version = "0.48.5"
4593
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4594
+ checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4595
+
4596
+ [[package]]
4597
+ name = "windows_x86_64_msvc"
4598
+ version = "0.52.6"
4599
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4600
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4601
+
4602
+ [[package]]
4603
+ name = "wit-bindgen"
4604
+ version = "0.57.1"
4605
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4606
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
4607
+
4608
+ [[package]]
4609
+ name = "writeable"
4610
+ version = "0.6.3"
4611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4612
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
4613
+
4614
+ [[package]]
4615
+ name = "xxhash-rust"
4616
+ version = "0.8.16"
4617
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4618
+ checksum = "4d93c89cdc2d3a63c3ec48ffe926931bdc069eafa8e4402fe6d8f790c9d1e576"
4619
+
4620
+ [[package]]
4621
+ name = "yansi"
4622
+ version = "1.0.1"
4623
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4624
+ checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
4625
+
4626
+ [[package]]
4627
+ name = "yoke"
4628
+ version = "0.8.3"
4629
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4630
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
4631
+ dependencies = [
4632
+ "stable_deref_trait",
4633
+ "yoke-derive",
4634
+ "zerofrom",
4635
+ ]
4636
+
4637
+ [[package]]
4638
+ name = "yoke-derive"
4639
+ version = "0.8.2"
4640
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4641
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
4642
+ dependencies = [
4643
+ "proc-macro2",
4644
+ "quote",
4645
+ "syn 2.0.118",
4646
+ "synstructure",
4647
+ ]
4648
+
4649
+ [[package]]
4650
+ name = "zerocopy"
4651
+ version = "0.8.53"
4652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4653
+ checksum = "75726053136156d419e285b9b7eddaaea9e3fea6ce32eed44a89901f0bd98de1"
4654
+ dependencies = [
4655
+ "zerocopy-derive",
4656
+ ]
4657
+
4658
+ [[package]]
4659
+ name = "zerocopy-derive"
4660
+ version = "0.8.53"
4661
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4662
+ checksum = "4714fd92cf900833d49538023a9b3915155210801d1c1169eba513b2addefd71"
4663
+ dependencies = [
4664
+ "proc-macro2",
4665
+ "quote",
4666
+ "syn 2.0.118",
4667
+ ]
4668
+
4669
+ [[package]]
4670
+ name = "zerofrom"
4671
+ version = "0.1.8"
4672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4673
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
4674
+ dependencies = [
4675
+ "zerofrom-derive",
4676
+ ]
4677
+
4678
+ [[package]]
4679
+ name = "zerofrom-derive"
4680
+ version = "0.1.7"
4681
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4682
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
4683
+ dependencies = [
4684
+ "proc-macro2",
4685
+ "quote",
4686
+ "syn 2.0.118",
4687
+ "synstructure",
4688
+ ]
4689
+
4690
+ [[package]]
4691
+ name = "zeroize"
4692
+ version = "1.9.0"
4693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4694
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
4695
+
4696
+ [[package]]
4697
+ name = "zerotrie"
4698
+ version = "0.2.4"
4699
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4700
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
4701
+ dependencies = [
4702
+ "displaydoc",
4703
+ "yoke",
4704
+ "zerofrom",
4705
+ ]
4706
+
4707
+ [[package]]
4708
+ name = "zerovec"
4709
+ version = "0.11.6"
4710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4711
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
4712
+ dependencies = [
4713
+ "yoke",
4714
+ "zerofrom",
4715
+ "zerovec-derive",
4716
+ ]
4717
+
4718
+ [[package]]
4719
+ name = "zerovec-derive"
4720
+ version = "0.11.3"
4721
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4722
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
4723
+ dependencies = [
4724
+ "proc-macro2",
4725
+ "quote",
4726
+ "syn 2.0.118",
4727
+ ]
4728
+
4729
+ [[package]]
4730
+ name = "zmij"
4731
+ version = "1.0.21"
4732
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4733
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
4734
+
4735
+ [[package]]
4736
+ name = "zstd"
4737
+ version = "0.13.3"
4738
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4739
+ checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
4740
+ dependencies = [
4741
+ "zstd-safe",
4742
+ ]
4743
+
4744
+ [[package]]
4745
+ name = "zstd-safe"
4746
+ version = "7.2.4"
4747
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4748
+ checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
4749
+ dependencies = [
4750
+ "zstd-sys",
4751
+ ]
4752
+
4753
+ [[package]]
4754
+ name = "zstd-sys"
4755
+ version = "2.0.16+zstd.1.5.7"
4756
+ source = "registry+https://github.com/rust-lang/crates.io-index"
4757
+ checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
4758
+ dependencies = [
4759
+ "cc",
4760
+ "pkg-config",
4761
+ ]