firstpass 0.1.2__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 (36) hide show
  1. firstpass-0.1.2/Cargo.lock +2233 -0
  2. firstpass-0.1.2/Cargo.toml +62 -0
  3. firstpass-0.1.2/PKG-INFO +14 -0
  4. firstpass-0.1.2/crates/firstpass-core/Cargo.toml +25 -0
  5. firstpass-0.1.2/crates/firstpass-core/src/config.rs +528 -0
  6. firstpass-0.1.2/crates/firstpass-core/src/conformal.rs +303 -0
  7. firstpass-0.1.2/crates/firstpass-core/src/cost.rs +156 -0
  8. firstpass-0.1.2/crates/firstpass-core/src/error.rs +45 -0
  9. firstpass-0.1.2/crates/firstpass-core/src/features.rs +178 -0
  10. firstpass-0.1.2/crates/firstpass-core/src/hashchain.rs +186 -0
  11. firstpass-0.1.2/crates/firstpass-core/src/lib.rs +45 -0
  12. firstpass-0.1.2/crates/firstpass-core/src/trace.rs +292 -0
  13. firstpass-0.1.2/crates/firstpass-core/src/verdict.rs +210 -0
  14. firstpass-0.1.2/crates/firstpass-proxy/Cargo.toml +47 -0
  15. firstpass-0.1.2/crates/firstpass-proxy/examples/demo.rs +194 -0
  16. firstpass-0.1.2/crates/firstpass-proxy/src/bin/firstpass.rs +117 -0
  17. firstpass-0.1.2/crates/firstpass-proxy/src/calibrate.rs +314 -0
  18. firstpass-0.1.2/crates/firstpass-proxy/src/cli.rs +282 -0
  19. firstpass-0.1.2/crates/firstpass-proxy/src/config.rs +224 -0
  20. firstpass-0.1.2/crates/firstpass-proxy/src/error.rs +161 -0
  21. firstpass-0.1.2/crates/firstpass-proxy/src/gate.rs +557 -0
  22. firstpass-0.1.2/crates/firstpass-proxy/src/judge.rs +307 -0
  23. firstpass-0.1.2/crates/firstpass-proxy/src/lib.rs +43 -0
  24. firstpass-0.1.2/crates/firstpass-proxy/src/main.rs +58 -0
  25. firstpass-0.1.2/crates/firstpass-proxy/src/mcp.rs +314 -0
  26. firstpass-0.1.2/crates/firstpass-proxy/src/metrics.rs +46 -0
  27. firstpass-0.1.2/crates/firstpass-proxy/src/provider.rs +584 -0
  28. firstpass-0.1.2/crates/firstpass-proxy/src/proxy.rs +1364 -0
  29. firstpass-0.1.2/crates/firstpass-proxy/src/router.rs +1240 -0
  30. firstpass-0.1.2/crates/firstpass-proxy/src/run.rs +82 -0
  31. firstpass-0.1.2/crates/firstpass-proxy/src/store.rs +416 -0
  32. firstpass-0.1.2/crates/firstpass-proxy/src/subprocess.rs +335 -0
  33. firstpass-0.1.2/crates/firstpass-proxy/src/upstream.rs +87 -0
  34. firstpass-0.1.2/crates/firstpass-proxy/tests/end_to_end.rs +256 -0
  35. firstpass-0.1.2/crates/firstpass-proxy/tests/observe_loop.rs +222 -0
  36. firstpass-0.1.2/pyproject.toml +31 -0
@@ -0,0 +1,2233 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "aho-corasick"
7
+ version = "1.1.4"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "async-trait"
16
+ version = "0.1.89"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
19
+ dependencies = [
20
+ "proc-macro2",
21
+ "quote",
22
+ "syn",
23
+ ]
24
+
25
+ [[package]]
26
+ name = "atomic-waker"
27
+ version = "1.1.2"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
30
+
31
+ [[package]]
32
+ name = "axum"
33
+ version = "0.8.9"
34
+ source = "registry+https://github.com/rust-lang/crates.io-index"
35
+ checksum = "31b698c5f9a010f6573133b09e0de5408834d0c82f8d7475a89fc1867a71cd90"
36
+ dependencies = [
37
+ "axum-core",
38
+ "bytes",
39
+ "form_urlencoded",
40
+ "futures-util",
41
+ "http",
42
+ "http-body",
43
+ "http-body-util",
44
+ "hyper",
45
+ "hyper-util",
46
+ "itoa",
47
+ "matchit",
48
+ "memchr",
49
+ "mime",
50
+ "percent-encoding",
51
+ "pin-project-lite",
52
+ "serde_core",
53
+ "serde_json",
54
+ "serde_path_to_error",
55
+ "serde_urlencoded",
56
+ "sync_wrapper",
57
+ "tokio",
58
+ "tower",
59
+ "tower-layer",
60
+ "tower-service",
61
+ "tracing",
62
+ ]
63
+
64
+ [[package]]
65
+ name = "axum-core"
66
+ version = "0.5.6"
67
+ source = "registry+https://github.com/rust-lang/crates.io-index"
68
+ checksum = "08c78f31d7b1291f7ee735c1c6780ccde7785daae9a9206026862dab7d8792d1"
69
+ dependencies = [
70
+ "bytes",
71
+ "futures-core",
72
+ "http",
73
+ "http-body",
74
+ "http-body-util",
75
+ "mime",
76
+ "pin-project-lite",
77
+ "sync_wrapper",
78
+ "tower-layer",
79
+ "tower-service",
80
+ "tracing",
81
+ ]
82
+
83
+ [[package]]
84
+ name = "base64"
85
+ version = "0.22.1"
86
+ source = "registry+https://github.com/rust-lang/crates.io-index"
87
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
88
+
89
+ [[package]]
90
+ name = "bitflags"
91
+ version = "1.3.2"
92
+ source = "registry+https://github.com/rust-lang/crates.io-index"
93
+ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
94
+
95
+ [[package]]
96
+ name = "bitflags"
97
+ version = "2.13.0"
98
+ source = "registry+https://github.com/rust-lang/crates.io-index"
99
+ checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
100
+
101
+ [[package]]
102
+ name = "block-buffer"
103
+ version = "0.10.4"
104
+ source = "registry+https://github.com/rust-lang/crates.io-index"
105
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
106
+ dependencies = [
107
+ "generic-array",
108
+ ]
109
+
110
+ [[package]]
111
+ name = "bumpalo"
112
+ version = "3.20.3"
113
+ source = "registry+https://github.com/rust-lang/crates.io-index"
114
+ checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
115
+
116
+ [[package]]
117
+ name = "bytes"
118
+ version = "1.12.1"
119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
120
+ checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
121
+
122
+ [[package]]
123
+ name = "cc"
124
+ version = "1.2.66"
125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
126
+ checksum = "f5d6cac793997bd970000024b2934968efe83b382de4fdcf4fcb46b6ee4ad996"
127
+ dependencies = [
128
+ "find-msvc-tools",
129
+ "shlex",
130
+ ]
131
+
132
+ [[package]]
133
+ name = "cfg-if"
134
+ version = "1.0.4"
135
+ source = "registry+https://github.com/rust-lang/crates.io-index"
136
+ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
137
+
138
+ [[package]]
139
+ name = "cfg_aliases"
140
+ version = "0.2.1"
141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
142
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
143
+
144
+ [[package]]
145
+ name = "chacha20"
146
+ version = "0.10.1"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
149
+ dependencies = [
150
+ "cfg-if",
151
+ "cpufeatures 0.3.0",
152
+ "rand_core 0.10.1",
153
+ ]
154
+
155
+ [[package]]
156
+ name = "cpufeatures"
157
+ version = "0.2.17"
158
+ source = "registry+https://github.com/rust-lang/crates.io-index"
159
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
160
+ dependencies = [
161
+ "libc",
162
+ ]
163
+
164
+ [[package]]
165
+ name = "cpufeatures"
166
+ version = "0.3.0"
167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
168
+ checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
169
+ dependencies = [
170
+ "libc",
171
+ ]
172
+
173
+ [[package]]
174
+ name = "crossbeam-epoch"
175
+ version = "0.9.20"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "2d6914041f254d6e9176c01941b21115dcfb7089e55135a35411081bd106ef3f"
178
+ dependencies = [
179
+ "crossbeam-utils",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "crossbeam-utils"
184
+ version = "0.8.22"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "61803da095bee82a81bb1a452ecc25d3b2f1416d1897eb86430c6159ef717c17"
187
+
188
+ [[package]]
189
+ name = "crypto-common"
190
+ version = "0.1.7"
191
+ source = "registry+https://github.com/rust-lang/crates.io-index"
192
+ checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
193
+ dependencies = [
194
+ "generic-array",
195
+ "typenum",
196
+ ]
197
+
198
+ [[package]]
199
+ name = "defmt"
200
+ version = "1.1.1"
201
+ source = "registry+https://github.com/rust-lang/crates.io-index"
202
+ checksum = "e2953bfe4f93bbd20cc71198842756f77d161884c99ebbabc41d80231ded88d1"
203
+ dependencies = [
204
+ "bitflags 1.3.2",
205
+ "defmt-macros",
206
+ ]
207
+
208
+ [[package]]
209
+ name = "defmt-macros"
210
+ version = "1.1.1"
211
+ source = "registry+https://github.com/rust-lang/crates.io-index"
212
+ checksum = "bad9c72e7ca2137e0dc3813245a0d282fd6daad32fd800af018306a9169b5fe8"
213
+ dependencies = [
214
+ "defmt-parser",
215
+ "proc-macro2",
216
+ "quote",
217
+ "syn",
218
+ ]
219
+
220
+ [[package]]
221
+ name = "defmt-parser"
222
+ version = "1.0.0"
223
+ source = "registry+https://github.com/rust-lang/crates.io-index"
224
+ checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
225
+ dependencies = [
226
+ "thiserror",
227
+ ]
228
+
229
+ [[package]]
230
+ name = "digest"
231
+ version = "0.10.7"
232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
233
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
234
+ dependencies = [
235
+ "block-buffer",
236
+ "crypto-common",
237
+ ]
238
+
239
+ [[package]]
240
+ name = "displaydoc"
241
+ version = "0.2.6"
242
+ source = "registry+https://github.com/rust-lang/crates.io-index"
243
+ checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f"
244
+ dependencies = [
245
+ "proc-macro2",
246
+ "quote",
247
+ "syn",
248
+ ]
249
+
250
+ [[package]]
251
+ name = "equivalent"
252
+ version = "1.0.2"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
255
+
256
+ [[package]]
257
+ name = "errno"
258
+ version = "0.3.14"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
261
+ dependencies = [
262
+ "libc",
263
+ "windows-sys 0.61.2",
264
+ ]
265
+
266
+ [[package]]
267
+ name = "evmap"
268
+ version = "11.0.0"
269
+ source = "registry+https://github.com/rust-lang/crates.io-index"
270
+ checksum = "1b8874945f036109c72242964c1174cf99434e30cfa45bf45fedc983f50046f8"
271
+ dependencies = [
272
+ "hashbag",
273
+ "left-right",
274
+ "smallvec",
275
+ ]
276
+
277
+ [[package]]
278
+ name = "fallible-iterator"
279
+ version = "0.3.0"
280
+ source = "registry+https://github.com/rust-lang/crates.io-index"
281
+ checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
282
+
283
+ [[package]]
284
+ name = "fallible-streaming-iterator"
285
+ version = "0.1.9"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
288
+
289
+ [[package]]
290
+ name = "find-msvc-tools"
291
+ version = "0.1.9"
292
+ source = "registry+https://github.com/rust-lang/crates.io-index"
293
+ checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
294
+
295
+ [[package]]
296
+ name = "firstpass-bench"
297
+ version = "0.1.2"
298
+ dependencies = [
299
+ "firstpass-core",
300
+ "reqwest",
301
+ "serde",
302
+ "serde_json",
303
+ ]
304
+
305
+ [[package]]
306
+ name = "firstpass-core"
307
+ version = "0.1.2"
308
+ dependencies = [
309
+ "hex",
310
+ "jiff",
311
+ "serde",
312
+ "serde_json",
313
+ "sha2",
314
+ "thiserror",
315
+ "toml",
316
+ "uuid",
317
+ ]
318
+
319
+ [[package]]
320
+ name = "firstpass-proxy"
321
+ version = "0.1.2"
322
+ dependencies = [
323
+ "async-trait",
324
+ "axum",
325
+ "bytes",
326
+ "firstpass-core",
327
+ "jiff",
328
+ "metrics",
329
+ "metrics-exporter-prometheus",
330
+ "reqwest",
331
+ "rusqlite",
332
+ "serde",
333
+ "serde_json",
334
+ "thiserror",
335
+ "tokio",
336
+ "tower",
337
+ "tracing",
338
+ "tracing-subscriber",
339
+ "uuid",
340
+ ]
341
+
342
+ [[package]]
343
+ name = "foldhash"
344
+ version = "0.1.5"
345
+ source = "registry+https://github.com/rust-lang/crates.io-index"
346
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
347
+
348
+ [[package]]
349
+ name = "foldhash"
350
+ version = "0.2.0"
351
+ source = "registry+https://github.com/rust-lang/crates.io-index"
352
+ checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
353
+
354
+ [[package]]
355
+ name = "form_urlencoded"
356
+ version = "1.2.2"
357
+ source = "registry+https://github.com/rust-lang/crates.io-index"
358
+ checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
359
+ dependencies = [
360
+ "percent-encoding",
361
+ ]
362
+
363
+ [[package]]
364
+ name = "futures-channel"
365
+ version = "0.3.32"
366
+ source = "registry+https://github.com/rust-lang/crates.io-index"
367
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
368
+ dependencies = [
369
+ "futures-core",
370
+ "futures-sink",
371
+ ]
372
+
373
+ [[package]]
374
+ name = "futures-core"
375
+ version = "0.3.32"
376
+ source = "registry+https://github.com/rust-lang/crates.io-index"
377
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
378
+
379
+ [[package]]
380
+ name = "futures-io"
381
+ version = "0.3.32"
382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
383
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
384
+
385
+ [[package]]
386
+ name = "futures-macro"
387
+ version = "0.3.32"
388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
389
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
390
+ dependencies = [
391
+ "proc-macro2",
392
+ "quote",
393
+ "syn",
394
+ ]
395
+
396
+ [[package]]
397
+ name = "futures-sink"
398
+ version = "0.3.32"
399
+ source = "registry+https://github.com/rust-lang/crates.io-index"
400
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
401
+
402
+ [[package]]
403
+ name = "futures-task"
404
+ version = "0.3.32"
405
+ source = "registry+https://github.com/rust-lang/crates.io-index"
406
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
407
+
408
+ [[package]]
409
+ name = "futures-util"
410
+ version = "0.3.32"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
413
+ dependencies = [
414
+ "futures-core",
415
+ "futures-io",
416
+ "futures-macro",
417
+ "futures-sink",
418
+ "futures-task",
419
+ "memchr",
420
+ "pin-project-lite",
421
+ "slab",
422
+ ]
423
+
424
+ [[package]]
425
+ name = "generator"
426
+ version = "0.8.9"
427
+ source = "registry+https://github.com/rust-lang/crates.io-index"
428
+ checksum = "b3b854b0e584ead1a33f18b2fcad7cf7be18b3875c78816b753639aa501513ae"
429
+ dependencies = [
430
+ "cc",
431
+ "cfg-if",
432
+ "libc",
433
+ "log",
434
+ "rustversion",
435
+ "windows-link",
436
+ "windows-result",
437
+ ]
438
+
439
+ [[package]]
440
+ name = "generic-array"
441
+ version = "0.14.7"
442
+ source = "registry+https://github.com/rust-lang/crates.io-index"
443
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
444
+ dependencies = [
445
+ "typenum",
446
+ "version_check",
447
+ ]
448
+
449
+ [[package]]
450
+ name = "getrandom"
451
+ version = "0.2.17"
452
+ source = "registry+https://github.com/rust-lang/crates.io-index"
453
+ checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
454
+ dependencies = [
455
+ "cfg-if",
456
+ "js-sys",
457
+ "libc",
458
+ "wasi",
459
+ "wasm-bindgen",
460
+ ]
461
+
462
+ [[package]]
463
+ name = "getrandom"
464
+ version = "0.3.4"
465
+ source = "registry+https://github.com/rust-lang/crates.io-index"
466
+ checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
467
+ dependencies = [
468
+ "cfg-if",
469
+ "libc",
470
+ "r-efi 5.3.0",
471
+ "wasip2",
472
+ ]
473
+
474
+ [[package]]
475
+ name = "getrandom"
476
+ version = "0.4.3"
477
+ source = "registry+https://github.com/rust-lang/crates.io-index"
478
+ checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
479
+ dependencies = [
480
+ "cfg-if",
481
+ "js-sys",
482
+ "libc",
483
+ "r-efi 6.0.0",
484
+ "rand_core 0.10.1",
485
+ "wasm-bindgen",
486
+ ]
487
+
488
+ [[package]]
489
+ name = "hashbag"
490
+ version = "0.1.13"
491
+ source = "registry+https://github.com/rust-lang/crates.io-index"
492
+ checksum = "7040a10f52cba493ddb09926e15d10a9d8a28043708a405931fe4c6f19fac064"
493
+
494
+ [[package]]
495
+ name = "hashbrown"
496
+ version = "0.15.5"
497
+ source = "registry+https://github.com/rust-lang/crates.io-index"
498
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
499
+ dependencies = [
500
+ "foldhash 0.1.5",
501
+ ]
502
+
503
+ [[package]]
504
+ name = "hashbrown"
505
+ version = "0.16.1"
506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
507
+ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
508
+ dependencies = [
509
+ "foldhash 0.2.0",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "hashbrown"
514
+ version = "0.17.1"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
517
+
518
+ [[package]]
519
+ name = "hashlink"
520
+ version = "0.10.0"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
523
+ dependencies = [
524
+ "hashbrown 0.15.5",
525
+ ]
526
+
527
+ [[package]]
528
+ name = "hex"
529
+ version = "0.4.3"
530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
531
+ checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
532
+
533
+ [[package]]
534
+ name = "http"
535
+ version = "1.4.2"
536
+ source = "registry+https://github.com/rust-lang/crates.io-index"
537
+ checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425"
538
+ dependencies = [
539
+ "bytes",
540
+ "itoa",
541
+ ]
542
+
543
+ [[package]]
544
+ name = "http-body"
545
+ version = "1.0.1"
546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
547
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
548
+ dependencies = [
549
+ "bytes",
550
+ "http",
551
+ ]
552
+
553
+ [[package]]
554
+ name = "http-body-util"
555
+ version = "0.1.3"
556
+ source = "registry+https://github.com/rust-lang/crates.io-index"
557
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
558
+ dependencies = [
559
+ "bytes",
560
+ "futures-core",
561
+ "http",
562
+ "http-body",
563
+ "pin-project-lite",
564
+ ]
565
+
566
+ [[package]]
567
+ name = "httparse"
568
+ version = "1.10.1"
569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
570
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
571
+
572
+ [[package]]
573
+ name = "httpdate"
574
+ version = "1.0.3"
575
+ source = "registry+https://github.com/rust-lang/crates.io-index"
576
+ checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
577
+
578
+ [[package]]
579
+ name = "hyper"
580
+ version = "1.10.1"
581
+ source = "registry+https://github.com/rust-lang/crates.io-index"
582
+ checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498"
583
+ dependencies = [
584
+ "atomic-waker",
585
+ "bytes",
586
+ "futures-channel",
587
+ "futures-core",
588
+ "http",
589
+ "http-body",
590
+ "httparse",
591
+ "httpdate",
592
+ "itoa",
593
+ "pin-project-lite",
594
+ "smallvec",
595
+ "tokio",
596
+ "want",
597
+ ]
598
+
599
+ [[package]]
600
+ name = "hyper-rustls"
601
+ version = "0.27.9"
602
+ source = "registry+https://github.com/rust-lang/crates.io-index"
603
+ checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f"
604
+ dependencies = [
605
+ "http",
606
+ "hyper",
607
+ "hyper-util",
608
+ "rustls",
609
+ "tokio",
610
+ "tokio-rustls",
611
+ "tower-service",
612
+ "webpki-roots",
613
+ ]
614
+
615
+ [[package]]
616
+ name = "hyper-util"
617
+ version = "0.1.20"
618
+ source = "registry+https://github.com/rust-lang/crates.io-index"
619
+ checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0"
620
+ dependencies = [
621
+ "base64",
622
+ "bytes",
623
+ "futures-channel",
624
+ "futures-util",
625
+ "http",
626
+ "http-body",
627
+ "hyper",
628
+ "ipnet",
629
+ "libc",
630
+ "percent-encoding",
631
+ "pin-project-lite",
632
+ "socket2",
633
+ "tokio",
634
+ "tower-service",
635
+ "tracing",
636
+ ]
637
+
638
+ [[package]]
639
+ name = "icu_collections"
640
+ version = "2.2.0"
641
+ source = "registry+https://github.com/rust-lang/crates.io-index"
642
+ checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c"
643
+ dependencies = [
644
+ "displaydoc",
645
+ "potential_utf",
646
+ "utf8_iter",
647
+ "yoke",
648
+ "zerofrom",
649
+ "zerovec",
650
+ ]
651
+
652
+ [[package]]
653
+ name = "icu_locale_core"
654
+ version = "2.2.0"
655
+ source = "registry+https://github.com/rust-lang/crates.io-index"
656
+ checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29"
657
+ dependencies = [
658
+ "displaydoc",
659
+ "litemap",
660
+ "tinystr",
661
+ "writeable",
662
+ "zerovec",
663
+ ]
664
+
665
+ [[package]]
666
+ name = "icu_normalizer"
667
+ version = "2.2.0"
668
+ source = "registry+https://github.com/rust-lang/crates.io-index"
669
+ checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4"
670
+ dependencies = [
671
+ "icu_collections",
672
+ "icu_normalizer_data",
673
+ "icu_properties",
674
+ "icu_provider",
675
+ "smallvec",
676
+ "zerovec",
677
+ ]
678
+
679
+ [[package]]
680
+ name = "icu_normalizer_data"
681
+ version = "2.2.0"
682
+ source = "registry+https://github.com/rust-lang/crates.io-index"
683
+ checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38"
684
+
685
+ [[package]]
686
+ name = "icu_properties"
687
+ version = "2.2.0"
688
+ source = "registry+https://github.com/rust-lang/crates.io-index"
689
+ checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de"
690
+ dependencies = [
691
+ "icu_collections",
692
+ "icu_locale_core",
693
+ "icu_properties_data",
694
+ "icu_provider",
695
+ "zerotrie",
696
+ "zerovec",
697
+ ]
698
+
699
+ [[package]]
700
+ name = "icu_properties_data"
701
+ version = "2.2.0"
702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
703
+ checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14"
704
+
705
+ [[package]]
706
+ name = "icu_provider"
707
+ version = "2.2.0"
708
+ source = "registry+https://github.com/rust-lang/crates.io-index"
709
+ checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421"
710
+ dependencies = [
711
+ "displaydoc",
712
+ "icu_locale_core",
713
+ "writeable",
714
+ "yoke",
715
+ "zerofrom",
716
+ "zerotrie",
717
+ "zerovec",
718
+ ]
719
+
720
+ [[package]]
721
+ name = "idna"
722
+ version = "1.1.0"
723
+ source = "registry+https://github.com/rust-lang/crates.io-index"
724
+ checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
725
+ dependencies = [
726
+ "idna_adapter",
727
+ "smallvec",
728
+ "utf8_iter",
729
+ ]
730
+
731
+ [[package]]
732
+ name = "idna_adapter"
733
+ version = "1.2.2"
734
+ source = "registry+https://github.com/rust-lang/crates.io-index"
735
+ checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714"
736
+ dependencies = [
737
+ "icu_normalizer",
738
+ "icu_properties",
739
+ ]
740
+
741
+ [[package]]
742
+ name = "indexmap"
743
+ version = "2.14.0"
744
+ source = "registry+https://github.com/rust-lang/crates.io-index"
745
+ checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
746
+ dependencies = [
747
+ "equivalent",
748
+ "hashbrown 0.17.1",
749
+ ]
750
+
751
+ [[package]]
752
+ name = "ipnet"
753
+ version = "2.12.0"
754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
755
+ checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2"
756
+
757
+ [[package]]
758
+ name = "itoa"
759
+ version = "1.0.18"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
762
+
763
+ [[package]]
764
+ name = "jiff"
765
+ version = "0.2.31"
766
+ source = "registry+https://github.com/rust-lang/crates.io-index"
767
+ checksum = "ccfe6121cbe750cf81efa362d85c0bde7ea298ec43092d3a193baca59cdbd634"
768
+ dependencies = [
769
+ "defmt",
770
+ "jiff-static",
771
+ "jiff-tzdb-platform",
772
+ "log",
773
+ "portable-atomic",
774
+ "portable-atomic-util",
775
+ "serde_core",
776
+ "windows-link",
777
+ ]
778
+
779
+ [[package]]
780
+ name = "jiff-static"
781
+ version = "0.2.31"
782
+ source = "registry+https://github.com/rust-lang/crates.io-index"
783
+ checksum = "e165e897f662d428f3cd3828a919dbe067c2d42bb1031eede74ef9d27ecdedd2"
784
+ dependencies = [
785
+ "proc-macro2",
786
+ "quote",
787
+ "syn",
788
+ ]
789
+
790
+ [[package]]
791
+ name = "jiff-tzdb"
792
+ version = "0.1.7"
793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
794
+ checksum = "6142247df1a93c2b3587402a19710be3e6e942f1581a1702e76408f2c21d6590"
795
+
796
+ [[package]]
797
+ name = "jiff-tzdb-platform"
798
+ version = "0.1.3"
799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
800
+ checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
801
+ dependencies = [
802
+ "jiff-tzdb",
803
+ ]
804
+
805
+ [[package]]
806
+ name = "js-sys"
807
+ version = "0.3.103"
808
+ source = "registry+https://github.com/rust-lang/crates.io-index"
809
+ checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
810
+ dependencies = [
811
+ "cfg-if",
812
+ "futures-util",
813
+ "wasm-bindgen",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "lazy_static"
818
+ version = "1.5.0"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
821
+
822
+ [[package]]
823
+ name = "left-right"
824
+ version = "0.11.7"
825
+ source = "registry+https://github.com/rust-lang/crates.io-index"
826
+ checksum = "0f0c21e4c8ff95f487fb34e6f9182875f42c84cef966d29216bf115d9bba835a"
827
+ dependencies = [
828
+ "crossbeam-utils",
829
+ "loom",
830
+ "slab",
831
+ ]
832
+
833
+ [[package]]
834
+ name = "libc"
835
+ version = "0.2.186"
836
+ source = "registry+https://github.com/rust-lang/crates.io-index"
837
+ checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
838
+
839
+ [[package]]
840
+ name = "libsqlite3-sys"
841
+ version = "0.35.0"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "133c182a6a2c87864fe97778797e46c7e999672690dc9fa3ee8e241aa4a9c13f"
844
+ dependencies = [
845
+ "cc",
846
+ "pkg-config",
847
+ "vcpkg",
848
+ ]
849
+
850
+ [[package]]
851
+ name = "litemap"
852
+ version = "0.8.2"
853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
854
+ checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0"
855
+
856
+ [[package]]
857
+ name = "log"
858
+ version = "0.4.33"
859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
860
+ checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
861
+
862
+ [[package]]
863
+ name = "loom"
864
+ version = "0.7.2"
865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
866
+ checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
867
+ dependencies = [
868
+ "cfg-if",
869
+ "generator",
870
+ "scoped-tls",
871
+ "tracing",
872
+ "tracing-subscriber",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "lru-slab"
877
+ version = "0.1.2"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
880
+
881
+ [[package]]
882
+ name = "matchers"
883
+ version = "0.2.0"
884
+ source = "registry+https://github.com/rust-lang/crates.io-index"
885
+ checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
886
+ dependencies = [
887
+ "regex-automata",
888
+ ]
889
+
890
+ [[package]]
891
+ name = "matchit"
892
+ version = "0.8.4"
893
+ source = "registry+https://github.com/rust-lang/crates.io-index"
894
+ checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3"
895
+
896
+ [[package]]
897
+ name = "memchr"
898
+ version = "2.8.3"
899
+ source = "registry+https://github.com/rust-lang/crates.io-index"
900
+ checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
901
+
902
+ [[package]]
903
+ name = "metrics"
904
+ version = "0.24.6"
905
+ source = "registry+https://github.com/rust-lang/crates.io-index"
906
+ checksum = "89550ee9f79e88fef3119de263694973a8adb26c21d75322164fb8c493039fe2"
907
+ dependencies = [
908
+ "portable-atomic",
909
+ "rapidhash",
910
+ ]
911
+
912
+ [[package]]
913
+ name = "metrics-exporter-prometheus"
914
+ version = "0.18.3"
915
+ source = "registry+https://github.com/rust-lang/crates.io-index"
916
+ checksum = "1db0d8f1fc9e62caebd0319e11eaec5822b0186c171568f0480b46a0137f9108"
917
+ dependencies = [
918
+ "base64",
919
+ "evmap",
920
+ "indexmap",
921
+ "metrics",
922
+ "metrics-util",
923
+ "quanta",
924
+ "thiserror",
925
+ ]
926
+
927
+ [[package]]
928
+ name = "metrics-util"
929
+ version = "0.20.4"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "96f8722f8562635f92f8ed992f26df0532266eb03d5202607c20c0d7e9745e13"
932
+ dependencies = [
933
+ "crossbeam-epoch",
934
+ "crossbeam-utils",
935
+ "hashbrown 0.16.1",
936
+ "metrics",
937
+ "quanta",
938
+ "rand 0.9.4",
939
+ "rand_xoshiro",
940
+ "rapidhash",
941
+ "sketches-ddsketch",
942
+ ]
943
+
944
+ [[package]]
945
+ name = "mime"
946
+ version = "0.3.17"
947
+ source = "registry+https://github.com/rust-lang/crates.io-index"
948
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
949
+
950
+ [[package]]
951
+ name = "mio"
952
+ version = "1.2.1"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda"
955
+ dependencies = [
956
+ "libc",
957
+ "wasi",
958
+ "windows-sys 0.61.2",
959
+ ]
960
+
961
+ [[package]]
962
+ name = "nu-ansi-term"
963
+ version = "0.50.3"
964
+ source = "registry+https://github.com/rust-lang/crates.io-index"
965
+ checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
966
+ dependencies = [
967
+ "windows-sys 0.61.2",
968
+ ]
969
+
970
+ [[package]]
971
+ name = "once_cell"
972
+ version = "1.21.4"
973
+ source = "registry+https://github.com/rust-lang/crates.io-index"
974
+ checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
975
+
976
+ [[package]]
977
+ name = "percent-encoding"
978
+ version = "2.3.2"
979
+ source = "registry+https://github.com/rust-lang/crates.io-index"
980
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
981
+
982
+ [[package]]
983
+ name = "pin-project-lite"
984
+ version = "0.2.17"
985
+ source = "registry+https://github.com/rust-lang/crates.io-index"
986
+ checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
987
+
988
+ [[package]]
989
+ name = "pkg-config"
990
+ version = "0.3.33"
991
+ source = "registry+https://github.com/rust-lang/crates.io-index"
992
+ checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e"
993
+
994
+ [[package]]
995
+ name = "portable-atomic"
996
+ version = "1.13.1"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
999
+
1000
+ [[package]]
1001
+ name = "portable-atomic-util"
1002
+ version = "0.2.7"
1003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+ checksum = "c2a106d1259c23fac8e543272398ae0e3c0b8d33c88ed73d0cc71b0f1d902618"
1005
+ dependencies = [
1006
+ "portable-atomic",
1007
+ ]
1008
+
1009
+ [[package]]
1010
+ name = "potential_utf"
1011
+ version = "0.1.5"
1012
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1013
+ checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564"
1014
+ dependencies = [
1015
+ "zerovec",
1016
+ ]
1017
+
1018
+ [[package]]
1019
+ name = "ppv-lite86"
1020
+ version = "0.2.21"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1023
+ dependencies = [
1024
+ "zerocopy",
1025
+ ]
1026
+
1027
+ [[package]]
1028
+ name = "proc-macro2"
1029
+ version = "1.0.106"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
1032
+ dependencies = [
1033
+ "unicode-ident",
1034
+ ]
1035
+
1036
+ [[package]]
1037
+ name = "quanta"
1038
+ version = "0.12.6"
1039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1040
+ checksum = "f3ab5a9d756f0d97bdc89019bd2e4ea098cf9cde50ee7564dde6b81ccc8f06c7"
1041
+ dependencies = [
1042
+ "crossbeam-utils",
1043
+ "libc",
1044
+ "once_cell",
1045
+ "raw-cpuid",
1046
+ "wasi",
1047
+ "web-sys",
1048
+ "winapi",
1049
+ ]
1050
+
1051
+ [[package]]
1052
+ name = "quinn"
1053
+ version = "0.11.11"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8"
1056
+ dependencies = [
1057
+ "bytes",
1058
+ "cfg_aliases",
1059
+ "pin-project-lite",
1060
+ "quinn-proto",
1061
+ "quinn-udp",
1062
+ "rustc-hash",
1063
+ "rustls",
1064
+ "socket2",
1065
+ "thiserror",
1066
+ "tokio",
1067
+ "tracing",
1068
+ "web-time",
1069
+ ]
1070
+
1071
+ [[package]]
1072
+ name = "quinn-proto"
1073
+ version = "0.11.16"
1074
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1075
+ checksum = "2f4bfc015262b9df63c8845072ce59068853ff5872180c2ce2f13038b970e560"
1076
+ dependencies = [
1077
+ "bytes",
1078
+ "getrandom 0.4.3",
1079
+ "lru-slab",
1080
+ "rand 0.10.2",
1081
+ "rand_pcg",
1082
+ "ring",
1083
+ "rustc-hash",
1084
+ "rustls",
1085
+ "rustls-pki-types",
1086
+ "slab",
1087
+ "thiserror",
1088
+ "tinyvec",
1089
+ "tracing",
1090
+ "web-time",
1091
+ ]
1092
+
1093
+ [[package]]
1094
+ name = "quinn-udp"
1095
+ version = "0.5.15"
1096
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1097
+ checksum = "35a133f956daabe89a61a685c2649f13d82d5aa4bd5d12d1277e1072a21c0694"
1098
+ dependencies = [
1099
+ "cfg_aliases",
1100
+ "libc",
1101
+ "once_cell",
1102
+ "socket2",
1103
+ "tracing",
1104
+ "windows-sys 0.61.2",
1105
+ ]
1106
+
1107
+ [[package]]
1108
+ name = "quote"
1109
+ version = "1.0.46"
1110
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1111
+ checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
1112
+ dependencies = [
1113
+ "proc-macro2",
1114
+ ]
1115
+
1116
+ [[package]]
1117
+ name = "r-efi"
1118
+ version = "5.3.0"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
1121
+
1122
+ [[package]]
1123
+ name = "r-efi"
1124
+ version = "6.0.0"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
1127
+
1128
+ [[package]]
1129
+ name = "rand"
1130
+ version = "0.9.4"
1131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1132
+ checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
1133
+ dependencies = [
1134
+ "rand_chacha",
1135
+ "rand_core 0.9.5",
1136
+ ]
1137
+
1138
+ [[package]]
1139
+ name = "rand"
1140
+ version = "0.10.2"
1141
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1142
+ checksum = "c7f5fa3a058cd35567ef9bfa5e75732bee0f9e4c55fa90477bef2dfcdbc4be80"
1143
+ dependencies = [
1144
+ "chacha20",
1145
+ "getrandom 0.4.3",
1146
+ "rand_core 0.10.1",
1147
+ ]
1148
+
1149
+ [[package]]
1150
+ name = "rand_chacha"
1151
+ version = "0.9.0"
1152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1153
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
1154
+ dependencies = [
1155
+ "ppv-lite86",
1156
+ "rand_core 0.9.5",
1157
+ ]
1158
+
1159
+ [[package]]
1160
+ name = "rand_core"
1161
+ version = "0.9.5"
1162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1163
+ checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
1164
+ dependencies = [
1165
+ "getrandom 0.3.4",
1166
+ ]
1167
+
1168
+ [[package]]
1169
+ name = "rand_core"
1170
+ version = "0.10.1"
1171
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1172
+ checksum = "63b8176103e19a2643978565ca18b50549f6101881c443590420e4dc998a3c69"
1173
+
1174
+ [[package]]
1175
+ name = "rand_pcg"
1176
+ version = "0.10.2"
1177
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1178
+ checksum = "caa0f4137e1c0a72f4c651489402276c8e8e1cf081f3b0ba156d2cbeef09e86a"
1179
+ dependencies = [
1180
+ "rand_core 0.10.1",
1181
+ ]
1182
+
1183
+ [[package]]
1184
+ name = "rand_xoshiro"
1185
+ version = "0.7.0"
1186
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1187
+ checksum = "f703f4665700daf5512dcca5f43afa6af89f09db47fb56be587f80636bda2d41"
1188
+ dependencies = [
1189
+ "rand_core 0.9.5",
1190
+ ]
1191
+
1192
+ [[package]]
1193
+ name = "rapidhash"
1194
+ version = "4.5.1"
1195
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1196
+ checksum = "5da7e78a036ce858e8d55b7e7dc8ba3a88b78350fd2155d3591bbd966b58589e"
1197
+ dependencies = [
1198
+ "rustversion",
1199
+ ]
1200
+
1201
+ [[package]]
1202
+ name = "raw-cpuid"
1203
+ version = "11.6.0"
1204
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1205
+ checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
1206
+ dependencies = [
1207
+ "bitflags 2.13.0",
1208
+ ]
1209
+
1210
+ [[package]]
1211
+ name = "regex-automata"
1212
+ version = "0.4.14"
1213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1214
+ checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
1215
+ dependencies = [
1216
+ "aho-corasick",
1217
+ "memchr",
1218
+ "regex-syntax",
1219
+ ]
1220
+
1221
+ [[package]]
1222
+ name = "regex-syntax"
1223
+ version = "0.8.11"
1224
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1225
+ checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
1226
+
1227
+ [[package]]
1228
+ name = "reqwest"
1229
+ version = "0.12.28"
1230
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1231
+ checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147"
1232
+ dependencies = [
1233
+ "base64",
1234
+ "bytes",
1235
+ "futures-channel",
1236
+ "futures-core",
1237
+ "futures-util",
1238
+ "http",
1239
+ "http-body",
1240
+ "http-body-util",
1241
+ "hyper",
1242
+ "hyper-rustls",
1243
+ "hyper-util",
1244
+ "js-sys",
1245
+ "log",
1246
+ "percent-encoding",
1247
+ "pin-project-lite",
1248
+ "quinn",
1249
+ "rustls",
1250
+ "rustls-pki-types",
1251
+ "serde",
1252
+ "serde_json",
1253
+ "serde_urlencoded",
1254
+ "sync_wrapper",
1255
+ "tokio",
1256
+ "tokio-rustls",
1257
+ "tokio-util",
1258
+ "tower",
1259
+ "tower-http",
1260
+ "tower-service",
1261
+ "url",
1262
+ "wasm-bindgen",
1263
+ "wasm-bindgen-futures",
1264
+ "wasm-streams",
1265
+ "web-sys",
1266
+ "webpki-roots",
1267
+ ]
1268
+
1269
+ [[package]]
1270
+ name = "ring"
1271
+ version = "0.17.14"
1272
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1273
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
1274
+ dependencies = [
1275
+ "cc",
1276
+ "cfg-if",
1277
+ "getrandom 0.2.17",
1278
+ "libc",
1279
+ "untrusted",
1280
+ "windows-sys 0.52.0",
1281
+ ]
1282
+
1283
+ [[package]]
1284
+ name = "rusqlite"
1285
+ version = "0.37.0"
1286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1287
+ checksum = "165ca6e57b20e1351573e3729b958bc62f0e48025386970b6e4d29e7a7e71f3f"
1288
+ dependencies = [
1289
+ "bitflags 2.13.0",
1290
+ "fallible-iterator",
1291
+ "fallible-streaming-iterator",
1292
+ "hashlink",
1293
+ "libsqlite3-sys",
1294
+ "smallvec",
1295
+ ]
1296
+
1297
+ [[package]]
1298
+ name = "rustc-hash"
1299
+ version = "2.1.3"
1300
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1301
+ checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
1302
+
1303
+ [[package]]
1304
+ name = "rustls"
1305
+ version = "0.23.41"
1306
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1307
+ checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f"
1308
+ dependencies = [
1309
+ "once_cell",
1310
+ "ring",
1311
+ "rustls-pki-types",
1312
+ "rustls-webpki",
1313
+ "subtle",
1314
+ "zeroize",
1315
+ ]
1316
+
1317
+ [[package]]
1318
+ name = "rustls-pki-types"
1319
+ version = "1.15.0"
1320
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1321
+ checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046"
1322
+ dependencies = [
1323
+ "web-time",
1324
+ "zeroize",
1325
+ ]
1326
+
1327
+ [[package]]
1328
+ name = "rustls-webpki"
1329
+ version = "0.103.13"
1330
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1331
+ checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e"
1332
+ dependencies = [
1333
+ "ring",
1334
+ "rustls-pki-types",
1335
+ "untrusted",
1336
+ ]
1337
+
1338
+ [[package]]
1339
+ name = "rustversion"
1340
+ version = "1.0.23"
1341
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1342
+ checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
1343
+
1344
+ [[package]]
1345
+ name = "ryu"
1346
+ version = "1.0.23"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f"
1349
+
1350
+ [[package]]
1351
+ name = "scoped-tls"
1352
+ version = "1.0.1"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
1355
+
1356
+ [[package]]
1357
+ name = "serde"
1358
+ version = "1.0.228"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
1361
+ dependencies = [
1362
+ "serde_core",
1363
+ "serde_derive",
1364
+ ]
1365
+
1366
+ [[package]]
1367
+ name = "serde_core"
1368
+ version = "1.0.228"
1369
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1370
+ checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
1371
+ dependencies = [
1372
+ "serde_derive",
1373
+ ]
1374
+
1375
+ [[package]]
1376
+ name = "serde_derive"
1377
+ version = "1.0.228"
1378
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
1380
+ dependencies = [
1381
+ "proc-macro2",
1382
+ "quote",
1383
+ "syn",
1384
+ ]
1385
+
1386
+ [[package]]
1387
+ name = "serde_json"
1388
+ version = "1.0.150"
1389
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1390
+ checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
1391
+ dependencies = [
1392
+ "itoa",
1393
+ "memchr",
1394
+ "serde",
1395
+ "serde_core",
1396
+ "zmij",
1397
+ ]
1398
+
1399
+ [[package]]
1400
+ name = "serde_path_to_error"
1401
+ version = "0.1.20"
1402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1403
+ checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
1404
+ dependencies = [
1405
+ "itoa",
1406
+ "serde",
1407
+ "serde_core",
1408
+ ]
1409
+
1410
+ [[package]]
1411
+ name = "serde_spanned"
1412
+ version = "1.1.1"
1413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1414
+ checksum = "6662b5879511e06e8999a8a235d848113e942c9124f211511b16466ee2995f26"
1415
+ dependencies = [
1416
+ "serde_core",
1417
+ ]
1418
+
1419
+ [[package]]
1420
+ name = "serde_urlencoded"
1421
+ version = "0.7.1"
1422
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1423
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1424
+ dependencies = [
1425
+ "form_urlencoded",
1426
+ "itoa",
1427
+ "ryu",
1428
+ "serde",
1429
+ ]
1430
+
1431
+ [[package]]
1432
+ name = "sha2"
1433
+ version = "0.10.9"
1434
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1435
+ checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
1436
+ dependencies = [
1437
+ "cfg-if",
1438
+ "cpufeatures 0.2.17",
1439
+ "digest",
1440
+ ]
1441
+
1442
+ [[package]]
1443
+ name = "sharded-slab"
1444
+ version = "0.1.7"
1445
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1446
+ checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
1447
+ dependencies = [
1448
+ "lazy_static",
1449
+ ]
1450
+
1451
+ [[package]]
1452
+ name = "shlex"
1453
+ version = "2.0.1"
1454
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1455
+ checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba"
1456
+
1457
+ [[package]]
1458
+ name = "signal-hook-registry"
1459
+ version = "1.4.8"
1460
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1461
+ checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
1462
+ dependencies = [
1463
+ "errno",
1464
+ "libc",
1465
+ ]
1466
+
1467
+ [[package]]
1468
+ name = "sketches-ddsketch"
1469
+ version = "0.3.1"
1470
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1471
+ checksum = "0c6f73aeb92d671e0cc4dca167e59b2deb6387c375391bc99ee743f326994a2b"
1472
+
1473
+ [[package]]
1474
+ name = "slab"
1475
+ version = "0.4.12"
1476
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1477
+ checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
1478
+
1479
+ [[package]]
1480
+ name = "smallvec"
1481
+ version = "1.15.2"
1482
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1483
+ checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
1484
+
1485
+ [[package]]
1486
+ name = "socket2"
1487
+ version = "0.6.4"
1488
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1489
+ checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51"
1490
+ dependencies = [
1491
+ "libc",
1492
+ "windows-sys 0.61.2",
1493
+ ]
1494
+
1495
+ [[package]]
1496
+ name = "stable_deref_trait"
1497
+ version = "1.2.1"
1498
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1499
+ checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
1500
+
1501
+ [[package]]
1502
+ name = "subtle"
1503
+ version = "2.6.1"
1504
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1505
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1506
+
1507
+ [[package]]
1508
+ name = "syn"
1509
+ version = "2.0.118"
1510
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1511
+ checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
1512
+ dependencies = [
1513
+ "proc-macro2",
1514
+ "quote",
1515
+ "unicode-ident",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "sync_wrapper"
1520
+ version = "1.0.2"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1523
+ dependencies = [
1524
+ "futures-core",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "synstructure"
1529
+ version = "0.13.2"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1532
+ dependencies = [
1533
+ "proc-macro2",
1534
+ "quote",
1535
+ "syn",
1536
+ ]
1537
+
1538
+ [[package]]
1539
+ name = "thiserror"
1540
+ version = "2.0.18"
1541
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1542
+ checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
1543
+ dependencies = [
1544
+ "thiserror-impl",
1545
+ ]
1546
+
1547
+ [[package]]
1548
+ name = "thiserror-impl"
1549
+ version = "2.0.18"
1550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1551
+ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
1552
+ dependencies = [
1553
+ "proc-macro2",
1554
+ "quote",
1555
+ "syn",
1556
+ ]
1557
+
1558
+ [[package]]
1559
+ name = "thread_local"
1560
+ version = "1.1.9"
1561
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1562
+ checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
1563
+ dependencies = [
1564
+ "cfg-if",
1565
+ ]
1566
+
1567
+ [[package]]
1568
+ name = "tinystr"
1569
+ version = "0.8.3"
1570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+ checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d"
1572
+ dependencies = [
1573
+ "displaydoc",
1574
+ "zerovec",
1575
+ ]
1576
+
1577
+ [[package]]
1578
+ name = "tinyvec"
1579
+ version = "1.11.0"
1580
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
+ checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
1582
+ dependencies = [
1583
+ "tinyvec_macros",
1584
+ ]
1585
+
1586
+ [[package]]
1587
+ name = "tinyvec_macros"
1588
+ version = "0.1.1"
1589
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1590
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1591
+
1592
+ [[package]]
1593
+ name = "tokio"
1594
+ version = "1.52.3"
1595
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1596
+ checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe"
1597
+ dependencies = [
1598
+ "bytes",
1599
+ "libc",
1600
+ "mio",
1601
+ "pin-project-lite",
1602
+ "signal-hook-registry",
1603
+ "socket2",
1604
+ "tokio-macros",
1605
+ "windows-sys 0.61.2",
1606
+ ]
1607
+
1608
+ [[package]]
1609
+ name = "tokio-macros"
1610
+ version = "2.7.0"
1611
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1612
+ checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496"
1613
+ dependencies = [
1614
+ "proc-macro2",
1615
+ "quote",
1616
+ "syn",
1617
+ ]
1618
+
1619
+ [[package]]
1620
+ name = "tokio-rustls"
1621
+ version = "0.26.4"
1622
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1623
+ checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
1624
+ dependencies = [
1625
+ "rustls",
1626
+ "tokio",
1627
+ ]
1628
+
1629
+ [[package]]
1630
+ name = "tokio-util"
1631
+ version = "0.7.18"
1632
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1633
+ checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098"
1634
+ dependencies = [
1635
+ "bytes",
1636
+ "futures-core",
1637
+ "futures-sink",
1638
+ "pin-project-lite",
1639
+ "tokio",
1640
+ ]
1641
+
1642
+ [[package]]
1643
+ name = "toml"
1644
+ version = "0.9.12+spec-1.1.0"
1645
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+ checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
1647
+ dependencies = [
1648
+ "indexmap",
1649
+ "serde_core",
1650
+ "serde_spanned",
1651
+ "toml_datetime",
1652
+ "toml_parser",
1653
+ "toml_writer",
1654
+ "winnow 0.7.15",
1655
+ ]
1656
+
1657
+ [[package]]
1658
+ name = "toml_datetime"
1659
+ version = "0.7.5+spec-1.1.0"
1660
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1661
+ checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
1662
+ dependencies = [
1663
+ "serde_core",
1664
+ ]
1665
+
1666
+ [[package]]
1667
+ name = "toml_parser"
1668
+ version = "1.1.2+spec-1.1.0"
1669
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1670
+ checksum = "a2abe9b86193656635d2411dc43050282ca48aa31c2451210f4202550afb7526"
1671
+ dependencies = [
1672
+ "winnow 1.0.3",
1673
+ ]
1674
+
1675
+ [[package]]
1676
+ name = "toml_writer"
1677
+ version = "1.1.1+spec-1.1.0"
1678
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1679
+ checksum = "756daf9b1013ebe47a8776667b466417e2d4c5679d441c26230efd9ef78692db"
1680
+
1681
+ [[package]]
1682
+ name = "tower"
1683
+ version = "0.5.3"
1684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1685
+ checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4"
1686
+ dependencies = [
1687
+ "futures-core",
1688
+ "futures-util",
1689
+ "pin-project-lite",
1690
+ "sync_wrapper",
1691
+ "tokio",
1692
+ "tokio-util",
1693
+ "tower-layer",
1694
+ "tower-service",
1695
+ "tracing",
1696
+ ]
1697
+
1698
+ [[package]]
1699
+ name = "tower-http"
1700
+ version = "0.6.11"
1701
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1702
+ checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840"
1703
+ dependencies = [
1704
+ "bitflags 2.13.0",
1705
+ "bytes",
1706
+ "futures-util",
1707
+ "http",
1708
+ "http-body",
1709
+ "pin-project-lite",
1710
+ "tower",
1711
+ "tower-layer",
1712
+ "tower-service",
1713
+ "url",
1714
+ ]
1715
+
1716
+ [[package]]
1717
+ name = "tower-layer"
1718
+ version = "0.3.3"
1719
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1720
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1721
+
1722
+ [[package]]
1723
+ name = "tower-service"
1724
+ version = "0.3.3"
1725
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1726
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1727
+
1728
+ [[package]]
1729
+ name = "tracing"
1730
+ version = "0.1.44"
1731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1732
+ checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
1733
+ dependencies = [
1734
+ "log",
1735
+ "pin-project-lite",
1736
+ "tracing-attributes",
1737
+ "tracing-core",
1738
+ ]
1739
+
1740
+ [[package]]
1741
+ name = "tracing-attributes"
1742
+ version = "0.1.31"
1743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1744
+ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
1745
+ dependencies = [
1746
+ "proc-macro2",
1747
+ "quote",
1748
+ "syn",
1749
+ ]
1750
+
1751
+ [[package]]
1752
+ name = "tracing-core"
1753
+ version = "0.1.36"
1754
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+ checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
1756
+ dependencies = [
1757
+ "once_cell",
1758
+ "valuable",
1759
+ ]
1760
+
1761
+ [[package]]
1762
+ name = "tracing-log"
1763
+ version = "0.2.0"
1764
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1765
+ checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
1766
+ dependencies = [
1767
+ "log",
1768
+ "once_cell",
1769
+ "tracing-core",
1770
+ ]
1771
+
1772
+ [[package]]
1773
+ name = "tracing-subscriber"
1774
+ version = "0.3.23"
1775
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1776
+ checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319"
1777
+ dependencies = [
1778
+ "matchers",
1779
+ "nu-ansi-term",
1780
+ "once_cell",
1781
+ "regex-automata",
1782
+ "sharded-slab",
1783
+ "smallvec",
1784
+ "thread_local",
1785
+ "tracing",
1786
+ "tracing-core",
1787
+ "tracing-log",
1788
+ ]
1789
+
1790
+ [[package]]
1791
+ name = "try-lock"
1792
+ version = "0.2.5"
1793
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1794
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1795
+
1796
+ [[package]]
1797
+ name = "typenum"
1798
+ version = "1.20.1"
1799
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+ checksum = "b6f5e870be6c3b371b77fe0ee0bafb859fa4964b4404c27de1d380043c4dda20"
1801
+
1802
+ [[package]]
1803
+ name = "unicode-ident"
1804
+ version = "1.0.24"
1805
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1806
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
1807
+
1808
+ [[package]]
1809
+ name = "untrusted"
1810
+ version = "0.9.0"
1811
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1812
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1813
+
1814
+ [[package]]
1815
+ name = "url"
1816
+ version = "2.5.8"
1817
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1818
+ checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
1819
+ dependencies = [
1820
+ "form_urlencoded",
1821
+ "idna",
1822
+ "percent-encoding",
1823
+ "serde",
1824
+ ]
1825
+
1826
+ [[package]]
1827
+ name = "utf8_iter"
1828
+ version = "1.0.4"
1829
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1830
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1831
+
1832
+ [[package]]
1833
+ name = "uuid"
1834
+ version = "1.23.4"
1835
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1836
+ checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
1837
+ dependencies = [
1838
+ "getrandom 0.4.3",
1839
+ "js-sys",
1840
+ "serde_core",
1841
+ "wasm-bindgen",
1842
+ ]
1843
+
1844
+ [[package]]
1845
+ name = "valuable"
1846
+ version = "0.1.1"
1847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1848
+ checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
1849
+
1850
+ [[package]]
1851
+ name = "vcpkg"
1852
+ version = "0.2.15"
1853
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1854
+ checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
1855
+
1856
+ [[package]]
1857
+ name = "version_check"
1858
+ version = "0.9.5"
1859
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1860
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1861
+
1862
+ [[package]]
1863
+ name = "want"
1864
+ version = "0.3.1"
1865
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1866
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1867
+ dependencies = [
1868
+ "try-lock",
1869
+ ]
1870
+
1871
+ [[package]]
1872
+ name = "wasi"
1873
+ version = "0.11.1+wasi-snapshot-preview1"
1874
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1875
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1876
+
1877
+ [[package]]
1878
+ name = "wasip2"
1879
+ version = "1.0.4+wasi-0.2.12"
1880
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1881
+ checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
1882
+ dependencies = [
1883
+ "wit-bindgen",
1884
+ ]
1885
+
1886
+ [[package]]
1887
+ name = "wasm-bindgen"
1888
+ version = "0.2.126"
1889
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1890
+ checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
1891
+ dependencies = [
1892
+ "cfg-if",
1893
+ "once_cell",
1894
+ "rustversion",
1895
+ "wasm-bindgen-macro",
1896
+ "wasm-bindgen-shared",
1897
+ ]
1898
+
1899
+ [[package]]
1900
+ name = "wasm-bindgen-futures"
1901
+ version = "0.4.76"
1902
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1903
+ checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d"
1904
+ dependencies = [
1905
+ "js-sys",
1906
+ "wasm-bindgen",
1907
+ ]
1908
+
1909
+ [[package]]
1910
+ name = "wasm-bindgen-macro"
1911
+ version = "0.2.126"
1912
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1913
+ checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
1914
+ dependencies = [
1915
+ "quote",
1916
+ "wasm-bindgen-macro-support",
1917
+ ]
1918
+
1919
+ [[package]]
1920
+ name = "wasm-bindgen-macro-support"
1921
+ version = "0.2.126"
1922
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1923
+ checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
1924
+ dependencies = [
1925
+ "bumpalo",
1926
+ "proc-macro2",
1927
+ "quote",
1928
+ "syn",
1929
+ "wasm-bindgen-shared",
1930
+ ]
1931
+
1932
+ [[package]]
1933
+ name = "wasm-bindgen-shared"
1934
+ version = "0.2.126"
1935
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1936
+ checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
1937
+ dependencies = [
1938
+ "unicode-ident",
1939
+ ]
1940
+
1941
+ [[package]]
1942
+ name = "wasm-streams"
1943
+ version = "0.4.2"
1944
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1945
+ checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
1946
+ dependencies = [
1947
+ "futures-util",
1948
+ "js-sys",
1949
+ "wasm-bindgen",
1950
+ "wasm-bindgen-futures",
1951
+ "web-sys",
1952
+ ]
1953
+
1954
+ [[package]]
1955
+ name = "web-sys"
1956
+ version = "0.3.103"
1957
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1958
+ checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
1959
+ dependencies = [
1960
+ "js-sys",
1961
+ "wasm-bindgen",
1962
+ ]
1963
+
1964
+ [[package]]
1965
+ name = "web-time"
1966
+ version = "1.1.0"
1967
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1968
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1969
+ dependencies = [
1970
+ "js-sys",
1971
+ "wasm-bindgen",
1972
+ ]
1973
+
1974
+ [[package]]
1975
+ name = "webpki-roots"
1976
+ version = "1.0.8"
1977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1978
+ checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf"
1979
+ dependencies = [
1980
+ "rustls-pki-types",
1981
+ ]
1982
+
1983
+ [[package]]
1984
+ name = "winapi"
1985
+ version = "0.3.9"
1986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1987
+ checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1988
+ dependencies = [
1989
+ "winapi-i686-pc-windows-gnu",
1990
+ "winapi-x86_64-pc-windows-gnu",
1991
+ ]
1992
+
1993
+ [[package]]
1994
+ name = "winapi-i686-pc-windows-gnu"
1995
+ version = "0.4.0"
1996
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1997
+ checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1998
+
1999
+ [[package]]
2000
+ name = "winapi-x86_64-pc-windows-gnu"
2001
+ version = "0.4.0"
2002
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2003
+ checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2004
+
2005
+ [[package]]
2006
+ name = "windows-link"
2007
+ version = "0.2.1"
2008
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2009
+ checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
2010
+
2011
+ [[package]]
2012
+ name = "windows-result"
2013
+ version = "0.4.1"
2014
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2015
+ checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
2016
+ dependencies = [
2017
+ "windows-link",
2018
+ ]
2019
+
2020
+ [[package]]
2021
+ name = "windows-sys"
2022
+ version = "0.52.0"
2023
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2024
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
2025
+ dependencies = [
2026
+ "windows-targets",
2027
+ ]
2028
+
2029
+ [[package]]
2030
+ name = "windows-sys"
2031
+ version = "0.61.2"
2032
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2033
+ checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
2034
+ dependencies = [
2035
+ "windows-link",
2036
+ ]
2037
+
2038
+ [[package]]
2039
+ name = "windows-targets"
2040
+ version = "0.52.6"
2041
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2042
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
2043
+ dependencies = [
2044
+ "windows_aarch64_gnullvm",
2045
+ "windows_aarch64_msvc",
2046
+ "windows_i686_gnu",
2047
+ "windows_i686_gnullvm",
2048
+ "windows_i686_msvc",
2049
+ "windows_x86_64_gnu",
2050
+ "windows_x86_64_gnullvm",
2051
+ "windows_x86_64_msvc",
2052
+ ]
2053
+
2054
+ [[package]]
2055
+ name = "windows_aarch64_gnullvm"
2056
+ version = "0.52.6"
2057
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2058
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
2059
+
2060
+ [[package]]
2061
+ name = "windows_aarch64_msvc"
2062
+ version = "0.52.6"
2063
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2064
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
2065
+
2066
+ [[package]]
2067
+ name = "windows_i686_gnu"
2068
+ version = "0.52.6"
2069
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2070
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
2071
+
2072
+ [[package]]
2073
+ name = "windows_i686_gnullvm"
2074
+ version = "0.52.6"
2075
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2076
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
2077
+
2078
+ [[package]]
2079
+ name = "windows_i686_msvc"
2080
+ version = "0.52.6"
2081
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2082
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
2083
+
2084
+ [[package]]
2085
+ name = "windows_x86_64_gnu"
2086
+ version = "0.52.6"
2087
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2088
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
2089
+
2090
+ [[package]]
2091
+ name = "windows_x86_64_gnullvm"
2092
+ version = "0.52.6"
2093
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2094
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
2095
+
2096
+ [[package]]
2097
+ name = "windows_x86_64_msvc"
2098
+ version = "0.52.6"
2099
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2100
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
2101
+
2102
+ [[package]]
2103
+ name = "winnow"
2104
+ version = "0.7.15"
2105
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2106
+ checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
2107
+
2108
+ [[package]]
2109
+ name = "winnow"
2110
+ version = "1.0.3"
2111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2112
+ checksum = "0592e1c9d151f854e6fd382574c3a0855250e1d9b2f99d9281c6e6391af352f1"
2113
+
2114
+ [[package]]
2115
+ name = "wit-bindgen"
2116
+ version = "0.57.1"
2117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2118
+ checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
2119
+
2120
+ [[package]]
2121
+ name = "writeable"
2122
+ version = "0.6.3"
2123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2124
+ checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4"
2125
+
2126
+ [[package]]
2127
+ name = "yoke"
2128
+ version = "0.8.3"
2129
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2130
+ checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5"
2131
+ dependencies = [
2132
+ "stable_deref_trait",
2133
+ "yoke-derive",
2134
+ "zerofrom",
2135
+ ]
2136
+
2137
+ [[package]]
2138
+ name = "yoke-derive"
2139
+ version = "0.8.2"
2140
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2141
+ checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e"
2142
+ dependencies = [
2143
+ "proc-macro2",
2144
+ "quote",
2145
+ "syn",
2146
+ "synstructure",
2147
+ ]
2148
+
2149
+ [[package]]
2150
+ name = "zerocopy"
2151
+ version = "0.8.54"
2152
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2153
+ checksum = "b7cbbc0a705a0fd05cc3676525980d2bf5a9bc4adac6d6475209a7887cf59d19"
2154
+ dependencies = [
2155
+ "zerocopy-derive",
2156
+ ]
2157
+
2158
+ [[package]]
2159
+ name = "zerocopy-derive"
2160
+ version = "0.8.54"
2161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2162
+ checksum = "e2e817b7b52d0c7358d3246da9d69935ebb18116b2b102b4230dac079b4862f5"
2163
+ dependencies = [
2164
+ "proc-macro2",
2165
+ "quote",
2166
+ "syn",
2167
+ ]
2168
+
2169
+ [[package]]
2170
+ name = "zerofrom"
2171
+ version = "0.1.8"
2172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2173
+ checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272"
2174
+ dependencies = [
2175
+ "zerofrom-derive",
2176
+ ]
2177
+
2178
+ [[package]]
2179
+ name = "zerofrom-derive"
2180
+ version = "0.1.7"
2181
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2182
+ checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1"
2183
+ dependencies = [
2184
+ "proc-macro2",
2185
+ "quote",
2186
+ "syn",
2187
+ "synstructure",
2188
+ ]
2189
+
2190
+ [[package]]
2191
+ name = "zeroize"
2192
+ version = "1.9.0"
2193
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2194
+ checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e"
2195
+
2196
+ [[package]]
2197
+ name = "zerotrie"
2198
+ version = "0.2.4"
2199
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2200
+ checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf"
2201
+ dependencies = [
2202
+ "displaydoc",
2203
+ "yoke",
2204
+ "zerofrom",
2205
+ ]
2206
+
2207
+ [[package]]
2208
+ name = "zerovec"
2209
+ version = "0.11.6"
2210
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2211
+ checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239"
2212
+ dependencies = [
2213
+ "yoke",
2214
+ "zerofrom",
2215
+ "zerovec-derive",
2216
+ ]
2217
+
2218
+ [[package]]
2219
+ name = "zerovec-derive"
2220
+ version = "0.11.3"
2221
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2222
+ checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555"
2223
+ dependencies = [
2224
+ "proc-macro2",
2225
+ "quote",
2226
+ "syn",
2227
+ ]
2228
+
2229
+ [[package]]
2230
+ name = "zmij"
2231
+ version = "1.0.21"
2232
+ source = "registry+https://github.com/rust-lang/crates.io-index"
2233
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"