+1
.gitignore
+1
.gitignore
···
1
+
/target
+3605
Cargo.lock
+3605
Cargo.lock
···
1
+
# This file is automatically @generated by Cargo.
2
+
# It is not intended for manual editing.
3
+
version = 4
4
+
5
+
[[package]]
6
+
name = "abnf"
7
+
version = "0.13.0"
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
+
checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
10
+
dependencies = [
11
+
"abnf-core",
12
+
"nom",
13
+
]
14
+
15
+
[[package]]
16
+
name = "abnf-core"
17
+
version = "0.5.0"
18
+
source = "registry+https://github.com/rust-lang/crates.io-index"
19
+
checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
20
+
dependencies = [
21
+
"nom",
22
+
]
23
+
24
+
[[package]]
25
+
name = "addr2line"
26
+
version = "0.25.1"
27
+
source = "registry+https://github.com/rust-lang/crates.io-index"
28
+
checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
29
+
dependencies = [
30
+
"gimli",
31
+
]
32
+
33
+
[[package]]
34
+
name = "adler2"
35
+
version = "2.0.1"
36
+
source = "registry+https://github.com/rust-lang/crates.io-index"
37
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
38
+
39
+
[[package]]
40
+
name = "aho-corasick"
41
+
version = "1.1.3"
42
+
source = "registry+https://github.com/rust-lang/crates.io-index"
43
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
44
+
dependencies = [
45
+
"memchr",
46
+
]
47
+
48
+
[[package]]
49
+
name = "aliasable"
50
+
version = "0.1.3"
51
+
source = "registry+https://github.com/rust-lang/crates.io-index"
52
+
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
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 = "anstream"
71
+
version = "0.6.21"
72
+
source = "registry+https://github.com/rust-lang/crates.io-index"
73
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
74
+
dependencies = [
75
+
"anstyle",
76
+
"anstyle-parse",
77
+
"anstyle-query",
78
+
"anstyle-wincon",
79
+
"colorchoice",
80
+
"is_terminal_polyfill",
81
+
"utf8parse",
82
+
]
83
+
84
+
[[package]]
85
+
name = "anstyle"
86
+
version = "1.0.13"
87
+
source = "registry+https://github.com/rust-lang/crates.io-index"
88
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
89
+
90
+
[[package]]
91
+
name = "anstyle-parse"
92
+
version = "0.2.7"
93
+
source = "registry+https://github.com/rust-lang/crates.io-index"
94
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
95
+
dependencies = [
96
+
"utf8parse",
97
+
]
98
+
99
+
[[package]]
100
+
name = "anstyle-query"
101
+
version = "1.1.4"
102
+
source = "registry+https://github.com/rust-lang/crates.io-index"
103
+
checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
104
+
dependencies = [
105
+
"windows-sys 0.60.2",
106
+
]
107
+
108
+
[[package]]
109
+
name = "anstyle-wincon"
110
+
version = "3.0.10"
111
+
source = "registry+https://github.com/rust-lang/crates.io-index"
112
+
checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
113
+
dependencies = [
114
+
"anstyle",
115
+
"once_cell_polyfill",
116
+
"windows-sys 0.60.2",
117
+
]
118
+
119
+
[[package]]
120
+
name = "async-compression"
121
+
version = "0.4.32"
122
+
source = "registry+https://github.com/rust-lang/crates.io-index"
123
+
checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
124
+
dependencies = [
125
+
"compression-codecs",
126
+
"compression-core",
127
+
"futures-core",
128
+
"pin-project-lite",
129
+
"tokio",
130
+
]
131
+
132
+
[[package]]
133
+
name = "async-lock"
134
+
version = "3.4.1"
135
+
source = "registry+https://github.com/rust-lang/crates.io-index"
136
+
checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
137
+
dependencies = [
138
+
"event-listener",
139
+
"event-listener-strategy",
140
+
"pin-project-lite",
141
+
]
142
+
143
+
[[package]]
144
+
name = "async-trait"
145
+
version = "0.1.89"
146
+
source = "registry+https://github.com/rust-lang/crates.io-index"
147
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
148
+
dependencies = [
149
+
"proc-macro2",
150
+
"quote",
151
+
"syn 2.0.106",
152
+
]
153
+
154
+
[[package]]
155
+
name = "atomic-waker"
156
+
version = "1.1.2"
157
+
source = "registry+https://github.com/rust-lang/crates.io-index"
158
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
159
+
160
+
[[package]]
161
+
name = "atrium-api"
162
+
version = "0.25.4"
163
+
source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#606998c9a67d94eb491251d77dedbc0c49f2dfe5"
164
+
dependencies = [
165
+
"atrium-common",
166
+
"atrium-xrpc",
167
+
"chrono",
168
+
"http",
169
+
"ipld-core",
170
+
"langtag 0.3.4",
171
+
"regex",
172
+
"serde",
173
+
"serde_bytes",
174
+
"serde_json",
175
+
"thiserror 1.0.69",
176
+
"trait-variant",
177
+
]
178
+
179
+
[[package]]
180
+
name = "atrium-common"
181
+
version = "0.1.2"
182
+
source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#606998c9a67d94eb491251d77dedbc0c49f2dfe5"
183
+
dependencies = [
184
+
"dashmap",
185
+
"lru",
186
+
"moka",
187
+
"thiserror 1.0.69",
188
+
"tokio",
189
+
"trait-variant",
190
+
"web-time",
191
+
]
192
+
193
+
[[package]]
194
+
name = "atrium-xrpc"
195
+
version = "0.12.3"
196
+
source = "git+https://github.com/uniphil/atrium.git?branch=fix%2Fresolve-handle-https-accept-whitespace#606998c9a67d94eb491251d77dedbc0c49f2dfe5"
197
+
dependencies = [
198
+
"http",
199
+
"serde",
200
+
"serde_html_form",
201
+
"serde_json",
202
+
"thiserror 1.0.69",
203
+
"trait-variant",
204
+
]
205
+
206
+
[[package]]
207
+
name = "autocfg"
208
+
version = "1.5.0"
209
+
source = "registry+https://github.com/rust-lang/crates.io-index"
210
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
211
+
212
+
[[package]]
213
+
name = "backtrace"
214
+
version = "0.3.76"
215
+
source = "registry+https://github.com/rust-lang/crates.io-index"
216
+
checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
217
+
dependencies = [
218
+
"addr2line",
219
+
"cfg-if",
220
+
"libc",
221
+
"miniz_oxide",
222
+
"object",
223
+
"rustc-demangle",
224
+
"windows-link 0.2.0",
225
+
]
226
+
227
+
[[package]]
228
+
name = "base-x"
229
+
version = "0.2.11"
230
+
source = "registry+https://github.com/rust-lang/crates.io-index"
231
+
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
232
+
233
+
[[package]]
234
+
name = "base256emoji"
235
+
version = "1.0.2"
236
+
source = "registry+https://github.com/rust-lang/crates.io-index"
237
+
checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
238
+
dependencies = [
239
+
"const-str",
240
+
"match-lookup",
241
+
]
242
+
243
+
[[package]]
244
+
name = "base64"
245
+
version = "0.22.1"
246
+
source = "registry+https://github.com/rust-lang/crates.io-index"
247
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
248
+
249
+
[[package]]
250
+
name = "bitflags"
251
+
version = "2.9.4"
252
+
source = "registry+https://github.com/rust-lang/crates.io-index"
253
+
checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
254
+
255
+
[[package]]
256
+
name = "block-buffer"
257
+
version = "0.10.4"
258
+
source = "registry+https://github.com/rust-lang/crates.io-index"
259
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
260
+
dependencies = [
261
+
"generic-array",
262
+
]
263
+
264
+
[[package]]
265
+
name = "bon"
266
+
version = "3.7.2"
267
+
source = "registry+https://github.com/rust-lang/crates.io-index"
268
+
checksum = "c2529c31017402be841eb45892278a6c21a000c0a17643af326c73a73f83f0fb"
269
+
dependencies = [
270
+
"bon-macros",
271
+
"rustversion",
272
+
]
273
+
274
+
[[package]]
275
+
name = "bon-macros"
276
+
version = "3.7.2"
277
+
source = "registry+https://github.com/rust-lang/crates.io-index"
278
+
checksum = "d82020dadcb845a345591863adb65d74fa8dc5c18a0b6d408470e13b7adc7005"
279
+
dependencies = [
280
+
"darling",
281
+
"ident_case",
282
+
"prettyplease",
283
+
"proc-macro2",
284
+
"quote",
285
+
"rustversion",
286
+
"syn 2.0.106",
287
+
]
288
+
289
+
[[package]]
290
+
name = "borsh"
291
+
version = "1.5.7"
292
+
source = "registry+https://github.com/rust-lang/crates.io-index"
293
+
checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
294
+
dependencies = [
295
+
"cfg_aliases",
296
+
]
297
+
298
+
[[package]]
299
+
name = "btree-range-map"
300
+
version = "0.7.2"
301
+
source = "registry+https://github.com/rust-lang/crates.io-index"
302
+
checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33"
303
+
dependencies = [
304
+
"btree-slab",
305
+
"cc-traits",
306
+
"range-traits",
307
+
"serde",
308
+
"slab",
309
+
]
310
+
311
+
[[package]]
312
+
name = "btree-slab"
313
+
version = "0.6.1"
314
+
source = "registry+https://github.com/rust-lang/crates.io-index"
315
+
checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c"
316
+
dependencies = [
317
+
"cc-traits",
318
+
"slab",
319
+
"smallvec",
320
+
]
321
+
322
+
[[package]]
323
+
name = "bumpalo"
324
+
version = "3.19.0"
325
+
source = "registry+https://github.com/rust-lang/crates.io-index"
326
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
327
+
328
+
[[package]]
329
+
name = "bytes"
330
+
version = "1.10.1"
331
+
source = "registry+https://github.com/rust-lang/crates.io-index"
332
+
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
333
+
dependencies = [
334
+
"serde",
335
+
]
336
+
337
+
[[package]]
338
+
name = "cbor4ii"
339
+
version = "0.2.14"
340
+
source = "registry+https://github.com/rust-lang/crates.io-index"
341
+
checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
342
+
dependencies = [
343
+
"serde",
344
+
]
345
+
346
+
[[package]]
347
+
name = "cc"
348
+
version = "1.2.40"
349
+
source = "registry+https://github.com/rust-lang/crates.io-index"
350
+
checksum = "e1d05d92f4b1fd76aad469d46cdd858ca761576082cd37df81416691e50199fb"
351
+
dependencies = [
352
+
"find-msvc-tools",
353
+
"jobserver",
354
+
"libc",
355
+
"shlex",
356
+
]
357
+
358
+
[[package]]
359
+
name = "cc-traits"
360
+
version = "2.0.0"
361
+
source = "registry+https://github.com/rust-lang/crates.io-index"
362
+
checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5"
363
+
dependencies = [
364
+
"slab",
365
+
]
366
+
367
+
[[package]]
368
+
name = "cfg-if"
369
+
version = "1.0.3"
370
+
source = "registry+https://github.com/rust-lang/crates.io-index"
371
+
checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
372
+
373
+
[[package]]
374
+
name = "cfg_aliases"
375
+
version = "0.2.1"
376
+
source = "registry+https://github.com/rust-lang/crates.io-index"
377
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
378
+
379
+
[[package]]
380
+
name = "chrono"
381
+
version = "0.4.42"
382
+
source = "registry+https://github.com/rust-lang/crates.io-index"
383
+
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
384
+
dependencies = [
385
+
"iana-time-zone",
386
+
"js-sys",
387
+
"num-traits",
388
+
"serde",
389
+
"wasm-bindgen",
390
+
"windows-link 0.2.0",
391
+
]
392
+
393
+
[[package]]
394
+
name = "ciborium"
395
+
version = "0.2.2"
396
+
source = "registry+https://github.com/rust-lang/crates.io-index"
397
+
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
398
+
dependencies = [
399
+
"ciborium-io",
400
+
"ciborium-ll",
401
+
"serde",
402
+
]
403
+
404
+
[[package]]
405
+
name = "ciborium-io"
406
+
version = "0.2.2"
407
+
source = "registry+https://github.com/rust-lang/crates.io-index"
408
+
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
409
+
410
+
[[package]]
411
+
name = "ciborium-ll"
412
+
version = "0.2.2"
413
+
source = "registry+https://github.com/rust-lang/crates.io-index"
414
+
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
415
+
dependencies = [
416
+
"ciborium-io",
417
+
"half",
418
+
]
419
+
420
+
[[package]]
421
+
name = "cid"
422
+
version = "0.11.1"
423
+
source = "registry+https://github.com/rust-lang/crates.io-index"
424
+
checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
425
+
dependencies = [
426
+
"core2",
427
+
"multibase",
428
+
"multihash",
429
+
"serde",
430
+
"serde_bytes",
431
+
"unsigned-varint",
432
+
]
433
+
434
+
[[package]]
435
+
name = "clap"
436
+
version = "4.5.48"
437
+
source = "registry+https://github.com/rust-lang/crates.io-index"
438
+
checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae"
439
+
dependencies = [
440
+
"clap_builder",
441
+
"clap_derive",
442
+
]
443
+
444
+
[[package]]
445
+
name = "clap_builder"
446
+
version = "4.5.48"
447
+
source = "registry+https://github.com/rust-lang/crates.io-index"
448
+
checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9"
449
+
dependencies = [
450
+
"anstream",
451
+
"anstyle",
452
+
"clap_lex",
453
+
"strsim",
454
+
]
455
+
456
+
[[package]]
457
+
name = "clap_derive"
458
+
version = "4.5.47"
459
+
source = "registry+https://github.com/rust-lang/crates.io-index"
460
+
checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c"
461
+
dependencies = [
462
+
"heck 0.5.0",
463
+
"proc-macro2",
464
+
"quote",
465
+
"syn 2.0.106",
466
+
]
467
+
468
+
[[package]]
469
+
name = "clap_lex"
470
+
version = "0.7.5"
471
+
source = "registry+https://github.com/rust-lang/crates.io-index"
472
+
checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675"
473
+
474
+
[[package]]
475
+
name = "colorchoice"
476
+
version = "1.0.4"
477
+
source = "registry+https://github.com/rust-lang/crates.io-index"
478
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
479
+
480
+
[[package]]
481
+
name = "compression-codecs"
482
+
version = "0.4.31"
483
+
source = "registry+https://github.com/rust-lang/crates.io-index"
484
+
checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
485
+
dependencies = [
486
+
"compression-core",
487
+
"flate2",
488
+
"memchr",
489
+
]
490
+
491
+
[[package]]
492
+
name = "compression-core"
493
+
version = "0.4.29"
494
+
source = "registry+https://github.com/rust-lang/crates.io-index"
495
+
checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
496
+
497
+
[[package]]
498
+
name = "concurrent-queue"
499
+
version = "2.5.0"
500
+
source = "registry+https://github.com/rust-lang/crates.io-index"
501
+
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
502
+
dependencies = [
503
+
"crossbeam-utils",
504
+
]
505
+
506
+
[[package]]
507
+
name = "const-str"
508
+
version = "0.4.3"
509
+
source = "registry+https://github.com/rust-lang/crates.io-index"
510
+
checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
511
+
512
+
[[package]]
513
+
name = "core-foundation"
514
+
version = "0.9.4"
515
+
source = "registry+https://github.com/rust-lang/crates.io-index"
516
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
517
+
dependencies = [
518
+
"core-foundation-sys",
519
+
"libc",
520
+
]
521
+
522
+
[[package]]
523
+
name = "core-foundation-sys"
524
+
version = "0.8.7"
525
+
source = "registry+https://github.com/rust-lang/crates.io-index"
526
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
527
+
528
+
[[package]]
529
+
name = "core2"
530
+
version = "0.4.0"
531
+
source = "registry+https://github.com/rust-lang/crates.io-index"
532
+
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
533
+
dependencies = [
534
+
"memchr",
535
+
]
536
+
537
+
[[package]]
538
+
name = "cpufeatures"
539
+
version = "0.2.17"
540
+
source = "registry+https://github.com/rust-lang/crates.io-index"
541
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
542
+
dependencies = [
543
+
"libc",
544
+
]
545
+
546
+
[[package]]
547
+
name = "crc32fast"
548
+
version = "1.5.0"
549
+
source = "registry+https://github.com/rust-lang/crates.io-index"
550
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
551
+
dependencies = [
552
+
"cfg-if",
553
+
]
554
+
555
+
[[package]]
556
+
name = "crossbeam-channel"
557
+
version = "0.5.15"
558
+
source = "registry+https://github.com/rust-lang/crates.io-index"
559
+
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
560
+
dependencies = [
561
+
"crossbeam-utils",
562
+
]
563
+
564
+
[[package]]
565
+
name = "crossbeam-epoch"
566
+
version = "0.9.18"
567
+
source = "registry+https://github.com/rust-lang/crates.io-index"
568
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
569
+
dependencies = [
570
+
"crossbeam-utils",
571
+
]
572
+
573
+
[[package]]
574
+
name = "crossbeam-utils"
575
+
version = "0.8.21"
576
+
source = "registry+https://github.com/rust-lang/crates.io-index"
577
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
578
+
579
+
[[package]]
580
+
name = "crunchy"
581
+
version = "0.2.4"
582
+
source = "registry+https://github.com/rust-lang/crates.io-index"
583
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
584
+
585
+
[[package]]
586
+
name = "crypto-common"
587
+
version = "0.1.6"
588
+
source = "registry+https://github.com/rust-lang/crates.io-index"
589
+
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
590
+
dependencies = [
591
+
"generic-array",
592
+
"typenum",
593
+
]
594
+
595
+
[[package]]
596
+
name = "darling"
597
+
version = "0.21.3"
598
+
source = "registry+https://github.com/rust-lang/crates.io-index"
599
+
checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
600
+
dependencies = [
601
+
"darling_core",
602
+
"darling_macro",
603
+
]
604
+
605
+
[[package]]
606
+
name = "darling_core"
607
+
version = "0.21.3"
608
+
source = "registry+https://github.com/rust-lang/crates.io-index"
609
+
checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
610
+
dependencies = [
611
+
"fnv",
612
+
"ident_case",
613
+
"proc-macro2",
614
+
"quote",
615
+
"strsim",
616
+
"syn 2.0.106",
617
+
]
618
+
619
+
[[package]]
620
+
name = "darling_macro"
621
+
version = "0.21.3"
622
+
source = "registry+https://github.com/rust-lang/crates.io-index"
623
+
checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
624
+
dependencies = [
625
+
"darling_core",
626
+
"quote",
627
+
"syn 2.0.106",
628
+
]
629
+
630
+
[[package]]
631
+
name = "dashmap"
632
+
version = "6.1.0"
633
+
source = "registry+https://github.com/rust-lang/crates.io-index"
634
+
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
635
+
dependencies = [
636
+
"cfg-if",
637
+
"crossbeam-utils",
638
+
"hashbrown 0.14.5",
639
+
"lock_api",
640
+
"once_cell",
641
+
"parking_lot_core",
642
+
]
643
+
644
+
[[package]]
645
+
name = "data-encoding"
646
+
version = "2.9.0"
647
+
source = "registry+https://github.com/rust-lang/crates.io-index"
648
+
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
649
+
650
+
[[package]]
651
+
name = "data-encoding-macro"
652
+
version = "0.1.18"
653
+
source = "registry+https://github.com/rust-lang/crates.io-index"
654
+
checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
655
+
dependencies = [
656
+
"data-encoding",
657
+
"data-encoding-macro-internal",
658
+
]
659
+
660
+
[[package]]
661
+
name = "data-encoding-macro-internal"
662
+
version = "0.1.16"
663
+
source = "registry+https://github.com/rust-lang/crates.io-index"
664
+
checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
665
+
dependencies = [
666
+
"data-encoding",
667
+
"syn 2.0.106",
668
+
]
669
+
670
+
[[package]]
671
+
name = "deranged"
672
+
version = "0.5.4"
673
+
source = "registry+https://github.com/rust-lang/crates.io-index"
674
+
checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
675
+
dependencies = [
676
+
"powerfmt",
677
+
"serde_core",
678
+
]
679
+
680
+
[[package]]
681
+
name = "digest"
682
+
version = "0.10.7"
683
+
source = "registry+https://github.com/rust-lang/crates.io-index"
684
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
685
+
dependencies = [
686
+
"block-buffer",
687
+
"crypto-common",
688
+
]
689
+
690
+
[[package]]
691
+
name = "displaydoc"
692
+
version = "0.2.5"
693
+
source = "registry+https://github.com/rust-lang/crates.io-index"
694
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
695
+
dependencies = [
696
+
"proc-macro2",
697
+
"quote",
698
+
"syn 2.0.106",
699
+
]
700
+
701
+
[[package]]
702
+
name = "dyn-clone"
703
+
version = "1.0.20"
704
+
source = "registry+https://github.com/rust-lang/crates.io-index"
705
+
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
706
+
707
+
[[package]]
708
+
name = "either"
709
+
version = "1.15.0"
710
+
source = "registry+https://github.com/rust-lang/crates.io-index"
711
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
712
+
713
+
[[package]]
714
+
name = "encoding_rs"
715
+
version = "0.8.35"
716
+
source = "registry+https://github.com/rust-lang/crates.io-index"
717
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
718
+
dependencies = [
719
+
"cfg-if",
720
+
]
721
+
722
+
[[package]]
723
+
name = "enum_dispatch"
724
+
version = "0.3.13"
725
+
source = "registry+https://github.com/rust-lang/crates.io-index"
726
+
checksum = "aa18ce2bc66555b3218614519ac839ddb759a7d6720732f979ef8d13be147ecd"
727
+
dependencies = [
728
+
"once_cell",
729
+
"proc-macro2",
730
+
"quote",
731
+
"syn 2.0.106",
732
+
]
733
+
734
+
[[package]]
735
+
name = "env_filter"
736
+
version = "0.1.3"
737
+
source = "registry+https://github.com/rust-lang/crates.io-index"
738
+
checksum = "186e05a59d4c50738528153b83b0b0194d3a29507dfec16eccd4b342903397d0"
739
+
dependencies = [
740
+
"log",
741
+
"regex",
742
+
]
743
+
744
+
[[package]]
745
+
name = "env_logger"
746
+
version = "0.11.8"
747
+
source = "registry+https://github.com/rust-lang/crates.io-index"
748
+
checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
749
+
dependencies = [
750
+
"anstream",
751
+
"anstyle",
752
+
"env_filter",
753
+
"jiff",
754
+
"log",
755
+
]
756
+
757
+
[[package]]
758
+
name = "equivalent"
759
+
version = "1.0.2"
760
+
source = "registry+https://github.com/rust-lang/crates.io-index"
761
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
762
+
763
+
[[package]]
764
+
name = "errno"
765
+
version = "0.3.14"
766
+
source = "registry+https://github.com/rust-lang/crates.io-index"
767
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
768
+
dependencies = [
769
+
"libc",
770
+
"windows-sys 0.61.1",
771
+
]
772
+
773
+
[[package]]
774
+
name = "event-listener"
775
+
version = "5.4.1"
776
+
source = "registry+https://github.com/rust-lang/crates.io-index"
777
+
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
778
+
dependencies = [
779
+
"concurrent-queue",
780
+
"parking",
781
+
"pin-project-lite",
782
+
]
783
+
784
+
[[package]]
785
+
name = "event-listener-strategy"
786
+
version = "0.5.4"
787
+
source = "registry+https://github.com/rust-lang/crates.io-index"
788
+
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
789
+
dependencies = [
790
+
"event-listener",
791
+
"pin-project-lite",
792
+
]
793
+
794
+
[[package]]
795
+
name = "fastrand"
796
+
version = "2.3.0"
797
+
source = "registry+https://github.com/rust-lang/crates.io-index"
798
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
799
+
800
+
[[package]]
801
+
name = "find-msvc-tools"
802
+
version = "0.1.3"
803
+
source = "registry+https://github.com/rust-lang/crates.io-index"
804
+
checksum = "0399f9d26e5191ce32c498bebd31e7a3ceabc2745f0ac54af3f335126c3f24b3"
805
+
806
+
[[package]]
807
+
name = "flate2"
808
+
version = "1.1.2"
809
+
source = "registry+https://github.com/rust-lang/crates.io-index"
810
+
checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
811
+
dependencies = [
812
+
"crc32fast",
813
+
"miniz_oxide",
814
+
]
815
+
816
+
[[package]]
817
+
name = "fnv"
818
+
version = "1.0.7"
819
+
source = "registry+https://github.com/rust-lang/crates.io-index"
820
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
821
+
822
+
[[package]]
823
+
name = "foldhash"
824
+
version = "0.1.5"
825
+
source = "registry+https://github.com/rust-lang/crates.io-index"
826
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
827
+
828
+
[[package]]
829
+
name = "foreign-types"
830
+
version = "0.3.2"
831
+
source = "registry+https://github.com/rust-lang/crates.io-index"
832
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
833
+
dependencies = [
834
+
"foreign-types-shared",
835
+
]
836
+
837
+
[[package]]
838
+
name = "foreign-types-shared"
839
+
version = "0.1.1"
840
+
source = "registry+https://github.com/rust-lang/crates.io-index"
841
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
842
+
843
+
[[package]]
844
+
name = "form_urlencoded"
845
+
version = "1.2.2"
846
+
source = "registry+https://github.com/rust-lang/crates.io-index"
847
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
848
+
dependencies = [
849
+
"percent-encoding",
850
+
]
851
+
852
+
[[package]]
853
+
name = "futures-channel"
854
+
version = "0.3.31"
855
+
source = "registry+https://github.com/rust-lang/crates.io-index"
856
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
857
+
dependencies = [
858
+
"futures-core",
859
+
]
860
+
861
+
[[package]]
862
+
name = "futures-core"
863
+
version = "0.3.31"
864
+
source = "registry+https://github.com/rust-lang/crates.io-index"
865
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
866
+
867
+
[[package]]
868
+
name = "futures-macro"
869
+
version = "0.3.31"
870
+
source = "registry+https://github.com/rust-lang/crates.io-index"
871
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
872
+
dependencies = [
873
+
"proc-macro2",
874
+
"quote",
875
+
"syn 2.0.106",
876
+
]
877
+
878
+
[[package]]
879
+
name = "futures-sink"
880
+
version = "0.3.31"
881
+
source = "registry+https://github.com/rust-lang/crates.io-index"
882
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
883
+
884
+
[[package]]
885
+
name = "futures-task"
886
+
version = "0.3.31"
887
+
source = "registry+https://github.com/rust-lang/crates.io-index"
888
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
889
+
890
+
[[package]]
891
+
name = "futures-util"
892
+
version = "0.3.31"
893
+
source = "registry+https://github.com/rust-lang/crates.io-index"
894
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
895
+
dependencies = [
896
+
"futures-core",
897
+
"futures-macro",
898
+
"futures-sink",
899
+
"futures-task",
900
+
"pin-project-lite",
901
+
"pin-utils",
902
+
"slab",
903
+
]
904
+
905
+
[[package]]
906
+
name = "generic-array"
907
+
version = "0.14.7"
908
+
source = "registry+https://github.com/rust-lang/crates.io-index"
909
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
910
+
dependencies = [
911
+
"typenum",
912
+
"version_check",
913
+
]
914
+
915
+
[[package]]
916
+
name = "getrandom"
917
+
version = "0.2.16"
918
+
source = "registry+https://github.com/rust-lang/crates.io-index"
919
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
920
+
dependencies = [
921
+
"cfg-if",
922
+
"js-sys",
923
+
"libc",
924
+
"wasi 0.11.1+wasi-snapshot-preview1",
925
+
"wasm-bindgen",
926
+
]
927
+
928
+
[[package]]
929
+
name = "getrandom"
930
+
version = "0.3.3"
931
+
source = "registry+https://github.com/rust-lang/crates.io-index"
932
+
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
933
+
dependencies = [
934
+
"cfg-if",
935
+
"js-sys",
936
+
"libc",
937
+
"r-efi",
938
+
"wasi 0.14.7+wasi-0.2.4",
939
+
"wasm-bindgen",
940
+
]
941
+
942
+
[[package]]
943
+
name = "gimli"
944
+
version = "0.32.3"
945
+
source = "registry+https://github.com/rust-lang/crates.io-index"
946
+
checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
947
+
948
+
[[package]]
949
+
name = "h2"
950
+
version = "0.4.12"
951
+
source = "registry+https://github.com/rust-lang/crates.io-index"
952
+
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
953
+
dependencies = [
954
+
"atomic-waker",
955
+
"bytes",
956
+
"fnv",
957
+
"futures-core",
958
+
"futures-sink",
959
+
"http",
960
+
"indexmap 2.11.4",
961
+
"slab",
962
+
"tokio",
963
+
"tokio-util",
964
+
"tracing",
965
+
]
966
+
967
+
[[package]]
968
+
name = "hacktober_bot"
969
+
version = "0.1.0"
970
+
dependencies = [
971
+
"clap",
972
+
"env_logger",
973
+
"jacquard",
974
+
"jetstream",
975
+
"reqwest",
976
+
"serde_json",
977
+
"tokio",
978
+
"url",
979
+
]
980
+
981
+
[[package]]
982
+
name = "half"
983
+
version = "2.6.0"
984
+
source = "registry+https://github.com/rust-lang/crates.io-index"
985
+
checksum = "459196ed295495a68f7d7fe1d84f6c4b7ff0e21fe3017b2f283c6fac3ad803c9"
986
+
dependencies = [
987
+
"cfg-if",
988
+
"crunchy",
989
+
]
990
+
991
+
[[package]]
992
+
name = "hashbrown"
993
+
version = "0.12.3"
994
+
source = "registry+https://github.com/rust-lang/crates.io-index"
995
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
996
+
997
+
[[package]]
998
+
name = "hashbrown"
999
+
version = "0.14.5"
1000
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1001
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1002
+
1003
+
[[package]]
1004
+
name = "hashbrown"
1005
+
version = "0.15.5"
1006
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1007
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
1008
+
dependencies = [
1009
+
"allocator-api2",
1010
+
"equivalent",
1011
+
"foldhash",
1012
+
]
1013
+
1014
+
[[package]]
1015
+
name = "hashbrown"
1016
+
version = "0.16.0"
1017
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+
checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d"
1019
+
1020
+
[[package]]
1021
+
name = "heck"
1022
+
version = "0.4.1"
1023
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1024
+
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1025
+
1026
+
[[package]]
1027
+
name = "heck"
1028
+
version = "0.5.0"
1029
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1030
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1031
+
1032
+
[[package]]
1033
+
name = "hex"
1034
+
version = "0.4.3"
1035
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1036
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1037
+
1038
+
[[package]]
1039
+
name = "hex_fmt"
1040
+
version = "0.3.0"
1041
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1042
+
checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
1043
+
1044
+
[[package]]
1045
+
name = "http"
1046
+
version = "1.3.1"
1047
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1048
+
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
1049
+
dependencies = [
1050
+
"bytes",
1051
+
"fnv",
1052
+
"itoa",
1053
+
]
1054
+
1055
+
[[package]]
1056
+
name = "http-body"
1057
+
version = "1.0.1"
1058
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1059
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1060
+
dependencies = [
1061
+
"bytes",
1062
+
"http",
1063
+
]
1064
+
1065
+
[[package]]
1066
+
name = "http-body-util"
1067
+
version = "0.1.3"
1068
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1069
+
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1070
+
dependencies = [
1071
+
"bytes",
1072
+
"futures-core",
1073
+
"http",
1074
+
"http-body",
1075
+
"pin-project-lite",
1076
+
]
1077
+
1078
+
[[package]]
1079
+
name = "httparse"
1080
+
version = "1.10.1"
1081
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1082
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1083
+
1084
+
[[package]]
1085
+
name = "hyper"
1086
+
version = "1.7.0"
1087
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1088
+
checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
1089
+
dependencies = [
1090
+
"atomic-waker",
1091
+
"bytes",
1092
+
"futures-channel",
1093
+
"futures-core",
1094
+
"h2",
1095
+
"http",
1096
+
"http-body",
1097
+
"httparse",
1098
+
"itoa",
1099
+
"pin-project-lite",
1100
+
"pin-utils",
1101
+
"smallvec",
1102
+
"tokio",
1103
+
"want",
1104
+
]
1105
+
1106
+
[[package]]
1107
+
name = "hyper-rustls"
1108
+
version = "0.27.7"
1109
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1110
+
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1111
+
dependencies = [
1112
+
"http",
1113
+
"hyper",
1114
+
"hyper-util",
1115
+
"rustls",
1116
+
"rustls-pki-types",
1117
+
"tokio",
1118
+
"tokio-rustls",
1119
+
"tower-service",
1120
+
"webpki-roots",
1121
+
]
1122
+
1123
+
[[package]]
1124
+
name = "hyper-tls"
1125
+
version = "0.6.0"
1126
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1127
+
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
1128
+
dependencies = [
1129
+
"bytes",
1130
+
"http-body-util",
1131
+
"hyper",
1132
+
"hyper-util",
1133
+
"native-tls",
1134
+
"tokio",
1135
+
"tokio-native-tls",
1136
+
"tower-service",
1137
+
]
1138
+
1139
+
[[package]]
1140
+
name = "hyper-util"
1141
+
version = "0.1.17"
1142
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1143
+
checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
1144
+
dependencies = [
1145
+
"base64",
1146
+
"bytes",
1147
+
"futures-channel",
1148
+
"futures-core",
1149
+
"futures-util",
1150
+
"http",
1151
+
"http-body",
1152
+
"hyper",
1153
+
"ipnet",
1154
+
"libc",
1155
+
"percent-encoding",
1156
+
"pin-project-lite",
1157
+
"socket2",
1158
+
"system-configuration",
1159
+
"tokio",
1160
+
"tower-service",
1161
+
"tracing",
1162
+
"windows-registry",
1163
+
]
1164
+
1165
+
[[package]]
1166
+
name = "iana-time-zone"
1167
+
version = "0.1.64"
1168
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1169
+
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1170
+
dependencies = [
1171
+
"android_system_properties",
1172
+
"core-foundation-sys",
1173
+
"iana-time-zone-haiku",
1174
+
"js-sys",
1175
+
"log",
1176
+
"wasm-bindgen",
1177
+
"windows-core",
1178
+
]
1179
+
1180
+
[[package]]
1181
+
name = "iana-time-zone-haiku"
1182
+
version = "0.1.2"
1183
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1184
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1185
+
dependencies = [
1186
+
"cc",
1187
+
]
1188
+
1189
+
[[package]]
1190
+
name = "icu_collections"
1191
+
version = "2.0.0"
1192
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
1194
+
dependencies = [
1195
+
"displaydoc",
1196
+
"potential_utf",
1197
+
"yoke",
1198
+
"zerofrom",
1199
+
"zerovec",
1200
+
]
1201
+
1202
+
[[package]]
1203
+
name = "icu_locale_core"
1204
+
version = "2.0.0"
1205
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1206
+
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
1207
+
dependencies = [
1208
+
"displaydoc",
1209
+
"litemap",
1210
+
"tinystr",
1211
+
"writeable",
1212
+
"zerovec",
1213
+
]
1214
+
1215
+
[[package]]
1216
+
name = "icu_normalizer"
1217
+
version = "2.0.0"
1218
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1219
+
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
1220
+
dependencies = [
1221
+
"displaydoc",
1222
+
"icu_collections",
1223
+
"icu_normalizer_data",
1224
+
"icu_properties",
1225
+
"icu_provider",
1226
+
"smallvec",
1227
+
"zerovec",
1228
+
]
1229
+
1230
+
[[package]]
1231
+
name = "icu_normalizer_data"
1232
+
version = "2.0.0"
1233
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
1235
+
1236
+
[[package]]
1237
+
name = "icu_properties"
1238
+
version = "2.0.1"
1239
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1240
+
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
1241
+
dependencies = [
1242
+
"displaydoc",
1243
+
"icu_collections",
1244
+
"icu_locale_core",
1245
+
"icu_properties_data",
1246
+
"icu_provider",
1247
+
"potential_utf",
1248
+
"zerotrie",
1249
+
"zerovec",
1250
+
]
1251
+
1252
+
[[package]]
1253
+
name = "icu_properties_data"
1254
+
version = "2.0.1"
1255
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1256
+
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
1257
+
1258
+
[[package]]
1259
+
name = "icu_provider"
1260
+
version = "2.0.0"
1261
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1262
+
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
1263
+
dependencies = [
1264
+
"displaydoc",
1265
+
"icu_locale_core",
1266
+
"stable_deref_trait",
1267
+
"tinystr",
1268
+
"writeable",
1269
+
"yoke",
1270
+
"zerofrom",
1271
+
"zerotrie",
1272
+
"zerovec",
1273
+
]
1274
+
1275
+
[[package]]
1276
+
name = "ident_case"
1277
+
version = "1.0.1"
1278
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1279
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1280
+
1281
+
[[package]]
1282
+
name = "idna"
1283
+
version = "1.1.0"
1284
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1285
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1286
+
dependencies = [
1287
+
"idna_adapter",
1288
+
"smallvec",
1289
+
"utf8_iter",
1290
+
]
1291
+
1292
+
[[package]]
1293
+
name = "idna_adapter"
1294
+
version = "1.2.1"
1295
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1296
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1297
+
dependencies = [
1298
+
"icu_normalizer",
1299
+
"icu_properties",
1300
+
]
1301
+
1302
+
[[package]]
1303
+
name = "indexmap"
1304
+
version = "1.9.3"
1305
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1306
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1307
+
dependencies = [
1308
+
"autocfg",
1309
+
"hashbrown 0.12.3",
1310
+
"serde",
1311
+
]
1312
+
1313
+
[[package]]
1314
+
name = "indexmap"
1315
+
version = "2.11.4"
1316
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+
checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
1318
+
dependencies = [
1319
+
"equivalent",
1320
+
"hashbrown 0.16.0",
1321
+
"serde",
1322
+
"serde_core",
1323
+
]
1324
+
1325
+
[[package]]
1326
+
name = "indoc"
1327
+
version = "2.0.6"
1328
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+
checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
1330
+
1331
+
[[package]]
1332
+
name = "io-uring"
1333
+
version = "0.7.10"
1334
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1335
+
checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b"
1336
+
dependencies = [
1337
+
"bitflags",
1338
+
"cfg-if",
1339
+
"libc",
1340
+
]
1341
+
1342
+
[[package]]
1343
+
name = "ipld-core"
1344
+
version = "0.4.2"
1345
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1346
+
checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1347
+
dependencies = [
1348
+
"cid",
1349
+
"serde",
1350
+
"serde_bytes",
1351
+
]
1352
+
1353
+
[[package]]
1354
+
name = "ipnet"
1355
+
version = "2.11.0"
1356
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1357
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1358
+
1359
+
[[package]]
1360
+
name = "iri-string"
1361
+
version = "0.7.8"
1362
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1363
+
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
1364
+
dependencies = [
1365
+
"memchr",
1366
+
"serde",
1367
+
]
1368
+
1369
+
[[package]]
1370
+
name = "is_terminal_polyfill"
1371
+
version = "1.70.1"
1372
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1373
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
1374
+
1375
+
[[package]]
1376
+
name = "itertools"
1377
+
version = "0.14.0"
1378
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1379
+
checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
1380
+
dependencies = [
1381
+
"either",
1382
+
]
1383
+
1384
+
[[package]]
1385
+
name = "itoa"
1386
+
version = "1.0.15"
1387
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1388
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1389
+
1390
+
[[package]]
1391
+
name = "jacquard"
1392
+
version = "0.1.0"
1393
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1394
+
checksum = "0e2fb462e7bd414bfd66918bd82eb3ada7c4c7bcb4e47abb9d72ddd32264b49c"
1395
+
dependencies = [
1396
+
"bytes",
1397
+
"clap",
1398
+
"http",
1399
+
"jacquard-api",
1400
+
"jacquard-common",
1401
+
"miette",
1402
+
"reqwest",
1403
+
"serde",
1404
+
"serde_html_form",
1405
+
"serde_ipld_dagcbor",
1406
+
"serde_json",
1407
+
"thiserror 2.0.17",
1408
+
"tokio",
1409
+
]
1410
+
1411
+
[[package]]
1412
+
name = "jacquard-api"
1413
+
version = "0.1.0"
1414
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1415
+
checksum = "9175e40f71219451961f1da8f10c183617fb611e2e474219ce31bc669830c1f1"
1416
+
dependencies = [
1417
+
"bon",
1418
+
"bytes",
1419
+
"jacquard-common",
1420
+
"jacquard-derive",
1421
+
"miette",
1422
+
"serde",
1423
+
"thiserror 2.0.17",
1424
+
]
1425
+
1426
+
[[package]]
1427
+
name = "jacquard-common"
1428
+
version = "0.1.0"
1429
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1430
+
checksum = "3b4a7bef3e4fbb0d7c22ad6709544a594a000e78cd514612b584cc001945056d"
1431
+
dependencies = [
1432
+
"base64",
1433
+
"bytes",
1434
+
"chrono",
1435
+
"cid",
1436
+
"enum_dispatch",
1437
+
"ipld-core",
1438
+
"langtag 0.4.0",
1439
+
"miette",
1440
+
"multibase",
1441
+
"multihash",
1442
+
"num-traits",
1443
+
"ouroboros",
1444
+
"rand",
1445
+
"regex",
1446
+
"serde",
1447
+
"serde_html_form",
1448
+
"serde_json",
1449
+
"serde_with",
1450
+
"smol_str",
1451
+
"thiserror 2.0.17",
1452
+
"url",
1453
+
]
1454
+
1455
+
[[package]]
1456
+
name = "jacquard-derive"
1457
+
version = "0.1.0"
1458
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1459
+
checksum = "b068f4196f31793f90d682c97b8570bc0bac810d8fb681f6d561937d9bf1510e"
1460
+
dependencies = [
1461
+
"heck 0.5.0",
1462
+
"itertools",
1463
+
"prettyplease",
1464
+
"proc-macro2",
1465
+
"quote",
1466
+
"serde",
1467
+
"serde_json",
1468
+
"serde_repr",
1469
+
"serde_with",
1470
+
"syn 2.0.106",
1471
+
]
1472
+
1473
+
[[package]]
1474
+
name = "jetstream"
1475
+
version = "0.1.1"
1476
+
dependencies = [
1477
+
"async-trait",
1478
+
"atrium-api",
1479
+
"chrono",
1480
+
"futures-util",
1481
+
"log",
1482
+
"serde",
1483
+
"serde_json",
1484
+
"thiserror 2.0.17",
1485
+
"tokio",
1486
+
"tokio-tungstenite",
1487
+
"url",
1488
+
"zstd",
1489
+
]
1490
+
1491
+
[[package]]
1492
+
name = "jiff"
1493
+
version = "0.2.15"
1494
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1495
+
checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
1496
+
dependencies = [
1497
+
"jiff-static",
1498
+
"log",
1499
+
"portable-atomic",
1500
+
"portable-atomic-util",
1501
+
"serde",
1502
+
]
1503
+
1504
+
[[package]]
1505
+
name = "jiff-static"
1506
+
version = "0.2.15"
1507
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1508
+
checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
1509
+
dependencies = [
1510
+
"proc-macro2",
1511
+
"quote",
1512
+
"syn 2.0.106",
1513
+
]
1514
+
1515
+
[[package]]
1516
+
name = "jobserver"
1517
+
version = "0.1.34"
1518
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1519
+
checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
1520
+
dependencies = [
1521
+
"getrandom 0.3.3",
1522
+
"libc",
1523
+
]
1524
+
1525
+
[[package]]
1526
+
name = "js-sys"
1527
+
version = "0.3.81"
1528
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1529
+
checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305"
1530
+
dependencies = [
1531
+
"once_cell",
1532
+
"wasm-bindgen",
1533
+
]
1534
+
1535
+
[[package]]
1536
+
name = "langtag"
1537
+
version = "0.3.4"
1538
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1539
+
checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805"
1540
+
dependencies = [
1541
+
"serde",
1542
+
]
1543
+
1544
+
[[package]]
1545
+
name = "langtag"
1546
+
version = "0.4.0"
1547
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1548
+
checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
1549
+
dependencies = [
1550
+
"serde",
1551
+
"static-regular-grammar",
1552
+
"thiserror 1.0.69",
1553
+
]
1554
+
1555
+
[[package]]
1556
+
name = "libc"
1557
+
version = "0.2.176"
1558
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+
checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174"
1560
+
1561
+
[[package]]
1562
+
name = "linux-raw-sys"
1563
+
version = "0.11.0"
1564
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1565
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
1566
+
1567
+
[[package]]
1568
+
name = "litemap"
1569
+
version = "0.8.0"
1570
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
1572
+
1573
+
[[package]]
1574
+
name = "lock_api"
1575
+
version = "0.4.14"
1576
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
1578
+
dependencies = [
1579
+
"scopeguard",
1580
+
]
1581
+
1582
+
[[package]]
1583
+
name = "log"
1584
+
version = "0.4.28"
1585
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1586
+
checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
1587
+
1588
+
[[package]]
1589
+
name = "lru"
1590
+
version = "0.12.5"
1591
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1592
+
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
1593
+
dependencies = [
1594
+
"hashbrown 0.15.5",
1595
+
]
1596
+
1597
+
[[package]]
1598
+
name = "lru-slab"
1599
+
version = "0.1.2"
1600
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1601
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
1602
+
1603
+
[[package]]
1604
+
name = "match-lookup"
1605
+
version = "0.1.1"
1606
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1607
+
checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
1608
+
dependencies = [
1609
+
"proc-macro2",
1610
+
"quote",
1611
+
"syn 1.0.109",
1612
+
]
1613
+
1614
+
[[package]]
1615
+
name = "memchr"
1616
+
version = "2.7.6"
1617
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1618
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
1619
+
1620
+
[[package]]
1621
+
name = "miette"
1622
+
version = "7.6.0"
1623
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1624
+
checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
1625
+
dependencies = [
1626
+
"cfg-if",
1627
+
"miette-derive",
1628
+
"unicode-width",
1629
+
]
1630
+
1631
+
[[package]]
1632
+
name = "miette-derive"
1633
+
version = "7.6.0"
1634
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1635
+
checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
1636
+
dependencies = [
1637
+
"proc-macro2",
1638
+
"quote",
1639
+
"syn 2.0.106",
1640
+
]
1641
+
1642
+
[[package]]
1643
+
name = "mime"
1644
+
version = "0.3.17"
1645
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1646
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
1647
+
1648
+
[[package]]
1649
+
name = "minimal-lexical"
1650
+
version = "0.2.1"
1651
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1652
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
1653
+
1654
+
[[package]]
1655
+
name = "miniz_oxide"
1656
+
version = "0.8.9"
1657
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1658
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
1659
+
dependencies = [
1660
+
"adler2",
1661
+
]
1662
+
1663
+
[[package]]
1664
+
name = "mio"
1665
+
version = "1.0.4"
1666
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1667
+
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
1668
+
dependencies = [
1669
+
"libc",
1670
+
"wasi 0.11.1+wasi-snapshot-preview1",
1671
+
"windows-sys 0.59.0",
1672
+
]
1673
+
1674
+
[[package]]
1675
+
name = "moka"
1676
+
version = "0.12.11"
1677
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1678
+
checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
1679
+
dependencies = [
1680
+
"async-lock",
1681
+
"crossbeam-channel",
1682
+
"crossbeam-epoch",
1683
+
"crossbeam-utils",
1684
+
"equivalent",
1685
+
"event-listener",
1686
+
"futures-util",
1687
+
"parking_lot",
1688
+
"portable-atomic",
1689
+
"rustc_version",
1690
+
"smallvec",
1691
+
"tagptr",
1692
+
"uuid",
1693
+
]
1694
+
1695
+
[[package]]
1696
+
name = "multibase"
1697
+
version = "0.9.2"
1698
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1699
+
checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
1700
+
dependencies = [
1701
+
"base-x",
1702
+
"base256emoji",
1703
+
"data-encoding",
1704
+
"data-encoding-macro",
1705
+
]
1706
+
1707
+
[[package]]
1708
+
name = "multihash"
1709
+
version = "0.19.3"
1710
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1711
+
checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
1712
+
dependencies = [
1713
+
"core2",
1714
+
"serde",
1715
+
"unsigned-varint",
1716
+
]
1717
+
1718
+
[[package]]
1719
+
name = "native-tls"
1720
+
version = "0.2.14"
1721
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1722
+
checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
1723
+
dependencies = [
1724
+
"libc",
1725
+
"log",
1726
+
"openssl",
1727
+
"openssl-probe",
1728
+
"openssl-sys",
1729
+
"schannel",
1730
+
"security-framework",
1731
+
"security-framework-sys",
1732
+
"tempfile",
1733
+
]
1734
+
1735
+
[[package]]
1736
+
name = "nom"
1737
+
version = "7.1.3"
1738
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1739
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
1740
+
dependencies = [
1741
+
"memchr",
1742
+
"minimal-lexical",
1743
+
]
1744
+
1745
+
[[package]]
1746
+
name = "num-conv"
1747
+
version = "0.1.0"
1748
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1749
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
1750
+
1751
+
[[package]]
1752
+
name = "num-traits"
1753
+
version = "0.2.19"
1754
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1755
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
1756
+
dependencies = [
1757
+
"autocfg",
1758
+
]
1759
+
1760
+
[[package]]
1761
+
name = "object"
1762
+
version = "0.37.3"
1763
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1764
+
checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
1765
+
dependencies = [
1766
+
"memchr",
1767
+
]
1768
+
1769
+
[[package]]
1770
+
name = "once_cell"
1771
+
version = "1.21.3"
1772
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1773
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
1774
+
1775
+
[[package]]
1776
+
name = "once_cell_polyfill"
1777
+
version = "1.70.1"
1778
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1779
+
checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
1780
+
1781
+
[[package]]
1782
+
name = "openssl"
1783
+
version = "0.10.73"
1784
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1785
+
checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8"
1786
+
dependencies = [
1787
+
"bitflags",
1788
+
"cfg-if",
1789
+
"foreign-types",
1790
+
"libc",
1791
+
"once_cell",
1792
+
"openssl-macros",
1793
+
"openssl-sys",
1794
+
]
1795
+
1796
+
[[package]]
1797
+
name = "openssl-macros"
1798
+
version = "0.1.1"
1799
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1800
+
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
1801
+
dependencies = [
1802
+
"proc-macro2",
1803
+
"quote",
1804
+
"syn 2.0.106",
1805
+
]
1806
+
1807
+
[[package]]
1808
+
name = "openssl-probe"
1809
+
version = "0.1.6"
1810
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1811
+
checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
1812
+
1813
+
[[package]]
1814
+
name = "openssl-src"
1815
+
version = "300.5.3+3.5.4"
1816
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1817
+
checksum = "dc6bad8cd0233b63971e232cc9c5e83039375b8586d2312f31fda85db8f888c2"
1818
+
dependencies = [
1819
+
"cc",
1820
+
]
1821
+
1822
+
[[package]]
1823
+
name = "openssl-sys"
1824
+
version = "0.9.109"
1825
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1826
+
checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571"
1827
+
dependencies = [
1828
+
"cc",
1829
+
"libc",
1830
+
"openssl-src",
1831
+
"pkg-config",
1832
+
"vcpkg",
1833
+
]
1834
+
1835
+
[[package]]
1836
+
name = "ouroboros"
1837
+
version = "0.18.5"
1838
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1839
+
checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
1840
+
dependencies = [
1841
+
"aliasable",
1842
+
"ouroboros_macro",
1843
+
"static_assertions",
1844
+
]
1845
+
1846
+
[[package]]
1847
+
name = "ouroboros_macro"
1848
+
version = "0.18.5"
1849
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1850
+
checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
1851
+
dependencies = [
1852
+
"heck 0.4.1",
1853
+
"proc-macro2",
1854
+
"proc-macro2-diagnostics",
1855
+
"quote",
1856
+
"syn 2.0.106",
1857
+
]
1858
+
1859
+
[[package]]
1860
+
name = "parking"
1861
+
version = "2.2.1"
1862
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1863
+
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
1864
+
1865
+
[[package]]
1866
+
name = "parking_lot"
1867
+
version = "0.12.5"
1868
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1869
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
1870
+
dependencies = [
1871
+
"lock_api",
1872
+
"parking_lot_core",
1873
+
]
1874
+
1875
+
[[package]]
1876
+
name = "parking_lot_core"
1877
+
version = "0.9.12"
1878
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1879
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
1880
+
dependencies = [
1881
+
"cfg-if",
1882
+
"libc",
1883
+
"redox_syscall",
1884
+
"smallvec",
1885
+
"windows-link 0.2.0",
1886
+
]
1887
+
1888
+
[[package]]
1889
+
name = "percent-encoding"
1890
+
version = "2.3.2"
1891
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1892
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
1893
+
1894
+
[[package]]
1895
+
name = "pin-project-lite"
1896
+
version = "0.2.16"
1897
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1898
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
1899
+
1900
+
[[package]]
1901
+
name = "pin-utils"
1902
+
version = "0.1.0"
1903
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1904
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1905
+
1906
+
[[package]]
1907
+
name = "pkg-config"
1908
+
version = "0.3.32"
1909
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1910
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
1911
+
1912
+
[[package]]
1913
+
name = "portable-atomic"
1914
+
version = "1.11.1"
1915
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1916
+
checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
1917
+
1918
+
[[package]]
1919
+
name = "portable-atomic-util"
1920
+
version = "0.2.4"
1921
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1922
+
checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
1923
+
dependencies = [
1924
+
"portable-atomic",
1925
+
]
1926
+
1927
+
[[package]]
1928
+
name = "potential_utf"
1929
+
version = "0.1.3"
1930
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1931
+
checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
1932
+
dependencies = [
1933
+
"zerovec",
1934
+
]
1935
+
1936
+
[[package]]
1937
+
name = "powerfmt"
1938
+
version = "0.2.0"
1939
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1940
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
1941
+
1942
+
[[package]]
1943
+
name = "ppv-lite86"
1944
+
version = "0.2.21"
1945
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1946
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
1947
+
dependencies = [
1948
+
"zerocopy",
1949
+
]
1950
+
1951
+
[[package]]
1952
+
name = "prettyplease"
1953
+
version = "0.2.37"
1954
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1955
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
1956
+
dependencies = [
1957
+
"proc-macro2",
1958
+
"syn 2.0.106",
1959
+
]
1960
+
1961
+
[[package]]
1962
+
name = "proc-macro-error"
1963
+
version = "1.0.4"
1964
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1965
+
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
1966
+
dependencies = [
1967
+
"proc-macro-error-attr",
1968
+
"proc-macro2",
1969
+
"quote",
1970
+
"syn 1.0.109",
1971
+
"version_check",
1972
+
]
1973
+
1974
+
[[package]]
1975
+
name = "proc-macro-error-attr"
1976
+
version = "1.0.4"
1977
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1978
+
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
1979
+
dependencies = [
1980
+
"proc-macro2",
1981
+
"quote",
1982
+
"version_check",
1983
+
]
1984
+
1985
+
[[package]]
1986
+
name = "proc-macro2"
1987
+
version = "1.0.101"
1988
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1989
+
checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
1990
+
dependencies = [
1991
+
"unicode-ident",
1992
+
]
1993
+
1994
+
[[package]]
1995
+
name = "proc-macro2-diagnostics"
1996
+
version = "0.10.1"
1997
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1998
+
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
1999
+
dependencies = [
2000
+
"proc-macro2",
2001
+
"quote",
2002
+
"syn 2.0.106",
2003
+
"version_check",
2004
+
"yansi",
2005
+
]
2006
+
2007
+
[[package]]
2008
+
name = "quinn"
2009
+
version = "0.11.9"
2010
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2011
+
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2012
+
dependencies = [
2013
+
"bytes",
2014
+
"cfg_aliases",
2015
+
"pin-project-lite",
2016
+
"quinn-proto",
2017
+
"quinn-udp",
2018
+
"rustc-hash",
2019
+
"rustls",
2020
+
"socket2",
2021
+
"thiserror 2.0.17",
2022
+
"tokio",
2023
+
"tracing",
2024
+
"web-time",
2025
+
]
2026
+
2027
+
[[package]]
2028
+
name = "quinn-proto"
2029
+
version = "0.11.13"
2030
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2031
+
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
2032
+
dependencies = [
2033
+
"bytes",
2034
+
"getrandom 0.3.3",
2035
+
"lru-slab",
2036
+
"rand",
2037
+
"ring",
2038
+
"rustc-hash",
2039
+
"rustls",
2040
+
"rustls-pki-types",
2041
+
"slab",
2042
+
"thiserror 2.0.17",
2043
+
"tinyvec",
2044
+
"tracing",
2045
+
"web-time",
2046
+
]
2047
+
2048
+
[[package]]
2049
+
name = "quinn-udp"
2050
+
version = "0.5.14"
2051
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2052
+
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2053
+
dependencies = [
2054
+
"cfg_aliases",
2055
+
"libc",
2056
+
"once_cell",
2057
+
"socket2",
2058
+
"tracing",
2059
+
"windows-sys 0.60.2",
2060
+
]
2061
+
2062
+
[[package]]
2063
+
name = "quote"
2064
+
version = "1.0.41"
2065
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2066
+
checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
2067
+
dependencies = [
2068
+
"proc-macro2",
2069
+
]
2070
+
2071
+
[[package]]
2072
+
name = "r-efi"
2073
+
version = "5.3.0"
2074
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2075
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2076
+
2077
+
[[package]]
2078
+
name = "rand"
2079
+
version = "0.9.2"
2080
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2081
+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2082
+
dependencies = [
2083
+
"rand_chacha",
2084
+
"rand_core",
2085
+
]
2086
+
2087
+
[[package]]
2088
+
name = "rand_chacha"
2089
+
version = "0.9.0"
2090
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2091
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2092
+
dependencies = [
2093
+
"ppv-lite86",
2094
+
"rand_core",
2095
+
]
2096
+
2097
+
[[package]]
2098
+
name = "rand_core"
2099
+
version = "0.9.3"
2100
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2101
+
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2102
+
dependencies = [
2103
+
"getrandom 0.3.3",
2104
+
]
2105
+
2106
+
[[package]]
2107
+
name = "range-traits"
2108
+
version = "0.3.2"
2109
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2110
+
checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
2111
+
2112
+
[[package]]
2113
+
name = "redox_syscall"
2114
+
version = "0.5.18"
2115
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2116
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2117
+
dependencies = [
2118
+
"bitflags",
2119
+
]
2120
+
2121
+
[[package]]
2122
+
name = "ref-cast"
2123
+
version = "1.0.25"
2124
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2125
+
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2126
+
dependencies = [
2127
+
"ref-cast-impl",
2128
+
]
2129
+
2130
+
[[package]]
2131
+
name = "ref-cast-impl"
2132
+
version = "1.0.25"
2133
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2134
+
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2135
+
dependencies = [
2136
+
"proc-macro2",
2137
+
"quote",
2138
+
"syn 2.0.106",
2139
+
]
2140
+
2141
+
[[package]]
2142
+
name = "regex"
2143
+
version = "1.11.3"
2144
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2145
+
checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c"
2146
+
dependencies = [
2147
+
"aho-corasick",
2148
+
"memchr",
2149
+
"regex-automata",
2150
+
"regex-syntax",
2151
+
]
2152
+
2153
+
[[package]]
2154
+
name = "regex-automata"
2155
+
version = "0.4.11"
2156
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2157
+
checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad"
2158
+
dependencies = [
2159
+
"aho-corasick",
2160
+
"memchr",
2161
+
"regex-syntax",
2162
+
]
2163
+
2164
+
[[package]]
2165
+
name = "regex-syntax"
2166
+
version = "0.8.6"
2167
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2168
+
checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
2169
+
2170
+
[[package]]
2171
+
name = "reqwest"
2172
+
version = "0.12.23"
2173
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2174
+
checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb"
2175
+
dependencies = [
2176
+
"async-compression",
2177
+
"base64",
2178
+
"bytes",
2179
+
"encoding_rs",
2180
+
"futures-core",
2181
+
"futures-util",
2182
+
"h2",
2183
+
"http",
2184
+
"http-body",
2185
+
"http-body-util",
2186
+
"hyper",
2187
+
"hyper-rustls",
2188
+
"hyper-tls",
2189
+
"hyper-util",
2190
+
"js-sys",
2191
+
"log",
2192
+
"mime",
2193
+
"native-tls",
2194
+
"percent-encoding",
2195
+
"pin-project-lite",
2196
+
"quinn",
2197
+
"rustls",
2198
+
"rustls-pki-types",
2199
+
"serde",
2200
+
"serde_json",
2201
+
"serde_urlencoded",
2202
+
"sync_wrapper",
2203
+
"tokio",
2204
+
"tokio-native-tls",
2205
+
"tokio-rustls",
2206
+
"tokio-util",
2207
+
"tower",
2208
+
"tower-http",
2209
+
"tower-service",
2210
+
"url",
2211
+
"wasm-bindgen",
2212
+
"wasm-bindgen-futures",
2213
+
"web-sys",
2214
+
"webpki-roots",
2215
+
]
2216
+
2217
+
[[package]]
2218
+
name = "ring"
2219
+
version = "0.17.14"
2220
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2221
+
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2222
+
dependencies = [
2223
+
"cc",
2224
+
"cfg-if",
2225
+
"getrandom 0.2.16",
2226
+
"libc",
2227
+
"untrusted",
2228
+
"windows-sys 0.52.0",
2229
+
]
2230
+
2231
+
[[package]]
2232
+
name = "rustc-demangle"
2233
+
version = "0.1.26"
2234
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2235
+
checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
2236
+
2237
+
[[package]]
2238
+
name = "rustc-hash"
2239
+
version = "2.1.1"
2240
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2241
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2242
+
2243
+
[[package]]
2244
+
name = "rustc_version"
2245
+
version = "0.4.1"
2246
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2247
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2248
+
dependencies = [
2249
+
"semver",
2250
+
]
2251
+
2252
+
[[package]]
2253
+
name = "rustix"
2254
+
version = "1.1.2"
2255
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2256
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2257
+
dependencies = [
2258
+
"bitflags",
2259
+
"errno",
2260
+
"libc",
2261
+
"linux-raw-sys",
2262
+
"windows-sys 0.61.1",
2263
+
]
2264
+
2265
+
[[package]]
2266
+
name = "rustls"
2267
+
version = "0.23.32"
2268
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2269
+
checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40"
2270
+
dependencies = [
2271
+
"once_cell",
2272
+
"ring",
2273
+
"rustls-pki-types",
2274
+
"rustls-webpki",
2275
+
"subtle",
2276
+
"zeroize",
2277
+
]
2278
+
2279
+
[[package]]
2280
+
name = "rustls-pki-types"
2281
+
version = "1.12.0"
2282
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2283
+
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
2284
+
dependencies = [
2285
+
"web-time",
2286
+
"zeroize",
2287
+
]
2288
+
2289
+
[[package]]
2290
+
name = "rustls-webpki"
2291
+
version = "0.103.7"
2292
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2293
+
checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
2294
+
dependencies = [
2295
+
"ring",
2296
+
"rustls-pki-types",
2297
+
"untrusted",
2298
+
]
2299
+
2300
+
[[package]]
2301
+
name = "rustversion"
2302
+
version = "1.0.22"
2303
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2304
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
2305
+
2306
+
[[package]]
2307
+
name = "ryu"
2308
+
version = "1.0.20"
2309
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2310
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
2311
+
2312
+
[[package]]
2313
+
name = "schannel"
2314
+
version = "0.1.28"
2315
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2316
+
checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
2317
+
dependencies = [
2318
+
"windows-sys 0.61.1",
2319
+
]
2320
+
2321
+
[[package]]
2322
+
name = "schemars"
2323
+
version = "0.9.0"
2324
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2325
+
checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
2326
+
dependencies = [
2327
+
"dyn-clone",
2328
+
"ref-cast",
2329
+
"serde",
2330
+
"serde_json",
2331
+
]
2332
+
2333
+
[[package]]
2334
+
name = "schemars"
2335
+
version = "1.0.4"
2336
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2337
+
checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
2338
+
dependencies = [
2339
+
"dyn-clone",
2340
+
"ref-cast",
2341
+
"serde",
2342
+
"serde_json",
2343
+
]
2344
+
2345
+
[[package]]
2346
+
name = "scopeguard"
2347
+
version = "1.2.0"
2348
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2349
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
2350
+
2351
+
[[package]]
2352
+
name = "security-framework"
2353
+
version = "2.11.1"
2354
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2355
+
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
2356
+
dependencies = [
2357
+
"bitflags",
2358
+
"core-foundation",
2359
+
"core-foundation-sys",
2360
+
"libc",
2361
+
"security-framework-sys",
2362
+
]
2363
+
2364
+
[[package]]
2365
+
name = "security-framework-sys"
2366
+
version = "2.15.0"
2367
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2368
+
checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
2369
+
dependencies = [
2370
+
"core-foundation-sys",
2371
+
"libc",
2372
+
]
2373
+
2374
+
[[package]]
2375
+
name = "semver"
2376
+
version = "1.0.27"
2377
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2378
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
2379
+
2380
+
[[package]]
2381
+
name = "serde"
2382
+
version = "1.0.228"
2383
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2384
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
2385
+
dependencies = [
2386
+
"serde_core",
2387
+
"serde_derive",
2388
+
]
2389
+
2390
+
[[package]]
2391
+
name = "serde_bytes"
2392
+
version = "0.11.19"
2393
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2394
+
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
2395
+
dependencies = [
2396
+
"serde",
2397
+
"serde_core",
2398
+
]
2399
+
2400
+
[[package]]
2401
+
name = "serde_core"
2402
+
version = "1.0.228"
2403
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2404
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
2405
+
dependencies = [
2406
+
"serde_derive",
2407
+
]
2408
+
2409
+
[[package]]
2410
+
name = "serde_derive"
2411
+
version = "1.0.228"
2412
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2413
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
2414
+
dependencies = [
2415
+
"proc-macro2",
2416
+
"quote",
2417
+
"syn 2.0.106",
2418
+
]
2419
+
2420
+
[[package]]
2421
+
name = "serde_html_form"
2422
+
version = "0.2.8"
2423
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2424
+
checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
2425
+
dependencies = [
2426
+
"form_urlencoded",
2427
+
"indexmap 2.11.4",
2428
+
"itoa",
2429
+
"ryu",
2430
+
"serde_core",
2431
+
]
2432
+
2433
+
[[package]]
2434
+
name = "serde_ipld_dagcbor"
2435
+
version = "0.6.4"
2436
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2437
+
checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
2438
+
dependencies = [
2439
+
"cbor4ii",
2440
+
"ipld-core",
2441
+
"scopeguard",
2442
+
"serde",
2443
+
]
2444
+
2445
+
[[package]]
2446
+
name = "serde_json"
2447
+
version = "1.0.145"
2448
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2449
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
2450
+
dependencies = [
2451
+
"itoa",
2452
+
"memchr",
2453
+
"ryu",
2454
+
"serde",
2455
+
"serde_core",
2456
+
]
2457
+
2458
+
[[package]]
2459
+
name = "serde_repr"
2460
+
version = "0.1.20"
2461
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2462
+
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
2463
+
dependencies = [
2464
+
"proc-macro2",
2465
+
"quote",
2466
+
"syn 2.0.106",
2467
+
]
2468
+
2469
+
[[package]]
2470
+
name = "serde_urlencoded"
2471
+
version = "0.7.1"
2472
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2473
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
2474
+
dependencies = [
2475
+
"form_urlencoded",
2476
+
"itoa",
2477
+
"ryu",
2478
+
"serde",
2479
+
]
2480
+
2481
+
[[package]]
2482
+
name = "serde_with"
2483
+
version = "3.15.0"
2484
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2485
+
checksum = "6093cd8c01b25262b84927e0f7151692158fab02d961e04c979d3903eba7ecc5"
2486
+
dependencies = [
2487
+
"base64",
2488
+
"chrono",
2489
+
"hex",
2490
+
"indexmap 1.9.3",
2491
+
"indexmap 2.11.4",
2492
+
"schemars 0.9.0",
2493
+
"schemars 1.0.4",
2494
+
"serde_core",
2495
+
"serde_json",
2496
+
"serde_with_macros",
2497
+
"time",
2498
+
]
2499
+
2500
+
[[package]]
2501
+
name = "serde_with_macros"
2502
+
version = "3.15.0"
2503
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2504
+
checksum = "a7e6c180db0816026a61afa1cff5344fb7ebded7e4d3062772179f2501481c27"
2505
+
dependencies = [
2506
+
"darling",
2507
+
"proc-macro2",
2508
+
"quote",
2509
+
"syn 2.0.106",
2510
+
]
2511
+
2512
+
[[package]]
2513
+
name = "sha1"
2514
+
version = "0.10.6"
2515
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2516
+
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
2517
+
dependencies = [
2518
+
"cfg-if",
2519
+
"cpufeatures",
2520
+
"digest",
2521
+
]
2522
+
2523
+
[[package]]
2524
+
name = "sha2"
2525
+
version = "0.10.9"
2526
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2527
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
2528
+
dependencies = [
2529
+
"cfg-if",
2530
+
"cpufeatures",
2531
+
"digest",
2532
+
]
2533
+
2534
+
[[package]]
2535
+
name = "shlex"
2536
+
version = "1.3.0"
2537
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2538
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
2539
+
2540
+
[[package]]
2541
+
name = "signal-hook-registry"
2542
+
version = "1.4.6"
2543
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2544
+
checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
2545
+
dependencies = [
2546
+
"libc",
2547
+
]
2548
+
2549
+
[[package]]
2550
+
name = "slab"
2551
+
version = "0.4.11"
2552
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2553
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
2554
+
2555
+
[[package]]
2556
+
name = "smallvec"
2557
+
version = "1.15.1"
2558
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2559
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
2560
+
2561
+
[[package]]
2562
+
name = "smol_str"
2563
+
version = "0.3.2"
2564
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2565
+
checksum = "9676b89cd56310a87b93dec47b11af744f34d5fc9f367b829474eec0a891350d"
2566
+
dependencies = [
2567
+
"borsh",
2568
+
"serde",
2569
+
]
2570
+
2571
+
[[package]]
2572
+
name = "socket2"
2573
+
version = "0.6.0"
2574
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2575
+
checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807"
2576
+
dependencies = [
2577
+
"libc",
2578
+
"windows-sys 0.59.0",
2579
+
]
2580
+
2581
+
[[package]]
2582
+
name = "stable_deref_trait"
2583
+
version = "1.2.0"
2584
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2585
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
2586
+
2587
+
[[package]]
2588
+
name = "static-regular-grammar"
2589
+
version = "2.0.2"
2590
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2591
+
checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
2592
+
dependencies = [
2593
+
"abnf",
2594
+
"btree-range-map",
2595
+
"ciborium",
2596
+
"hex_fmt",
2597
+
"indoc",
2598
+
"proc-macro-error",
2599
+
"proc-macro2",
2600
+
"quote",
2601
+
"serde",
2602
+
"sha2",
2603
+
"syn 2.0.106",
2604
+
"thiserror 1.0.69",
2605
+
]
2606
+
2607
+
[[package]]
2608
+
name = "static_assertions"
2609
+
version = "1.1.0"
2610
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2611
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
2612
+
2613
+
[[package]]
2614
+
name = "strsim"
2615
+
version = "0.11.1"
2616
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2617
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
2618
+
2619
+
[[package]]
2620
+
name = "subtle"
2621
+
version = "2.6.1"
2622
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2623
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
2624
+
2625
+
[[package]]
2626
+
name = "syn"
2627
+
version = "1.0.109"
2628
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2629
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
2630
+
dependencies = [
2631
+
"proc-macro2",
2632
+
"quote",
2633
+
"unicode-ident",
2634
+
]
2635
+
2636
+
[[package]]
2637
+
name = "syn"
2638
+
version = "2.0.106"
2639
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2640
+
checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
2641
+
dependencies = [
2642
+
"proc-macro2",
2643
+
"quote",
2644
+
"unicode-ident",
2645
+
]
2646
+
2647
+
[[package]]
2648
+
name = "sync_wrapper"
2649
+
version = "1.0.2"
2650
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2651
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
2652
+
dependencies = [
2653
+
"futures-core",
2654
+
]
2655
+
2656
+
[[package]]
2657
+
name = "synstructure"
2658
+
version = "0.13.2"
2659
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2660
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
2661
+
dependencies = [
2662
+
"proc-macro2",
2663
+
"quote",
2664
+
"syn 2.0.106",
2665
+
]
2666
+
2667
+
[[package]]
2668
+
name = "system-configuration"
2669
+
version = "0.6.1"
2670
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2671
+
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
2672
+
dependencies = [
2673
+
"bitflags",
2674
+
"core-foundation",
2675
+
"system-configuration-sys",
2676
+
]
2677
+
2678
+
[[package]]
2679
+
name = "system-configuration-sys"
2680
+
version = "0.6.0"
2681
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2682
+
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
2683
+
dependencies = [
2684
+
"core-foundation-sys",
2685
+
"libc",
2686
+
]
2687
+
2688
+
[[package]]
2689
+
name = "tagptr"
2690
+
version = "0.2.0"
2691
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2692
+
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
2693
+
2694
+
[[package]]
2695
+
name = "tempfile"
2696
+
version = "3.23.0"
2697
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2698
+
checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
2699
+
dependencies = [
2700
+
"fastrand",
2701
+
"getrandom 0.3.3",
2702
+
"once_cell",
2703
+
"rustix",
2704
+
"windows-sys 0.61.1",
2705
+
]
2706
+
2707
+
[[package]]
2708
+
name = "thiserror"
2709
+
version = "1.0.69"
2710
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2711
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
2712
+
dependencies = [
2713
+
"thiserror-impl 1.0.69",
2714
+
]
2715
+
2716
+
[[package]]
2717
+
name = "thiserror"
2718
+
version = "2.0.17"
2719
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2720
+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
2721
+
dependencies = [
2722
+
"thiserror-impl 2.0.17",
2723
+
]
2724
+
2725
+
[[package]]
2726
+
name = "thiserror-impl"
2727
+
version = "1.0.69"
2728
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2729
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
2730
+
dependencies = [
2731
+
"proc-macro2",
2732
+
"quote",
2733
+
"syn 2.0.106",
2734
+
]
2735
+
2736
+
[[package]]
2737
+
name = "thiserror-impl"
2738
+
version = "2.0.17"
2739
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2740
+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
2741
+
dependencies = [
2742
+
"proc-macro2",
2743
+
"quote",
2744
+
"syn 2.0.106",
2745
+
]
2746
+
2747
+
[[package]]
2748
+
name = "time"
2749
+
version = "0.3.44"
2750
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2751
+
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
2752
+
dependencies = [
2753
+
"deranged",
2754
+
"itoa",
2755
+
"num-conv",
2756
+
"powerfmt",
2757
+
"serde",
2758
+
"time-core",
2759
+
"time-macros",
2760
+
]
2761
+
2762
+
[[package]]
2763
+
name = "time-core"
2764
+
version = "0.1.6"
2765
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2766
+
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
2767
+
2768
+
[[package]]
2769
+
name = "time-macros"
2770
+
version = "0.2.24"
2771
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2772
+
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
2773
+
dependencies = [
2774
+
"num-conv",
2775
+
"time-core",
2776
+
]
2777
+
2778
+
[[package]]
2779
+
name = "tinystr"
2780
+
version = "0.8.1"
2781
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2782
+
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
2783
+
dependencies = [
2784
+
"displaydoc",
2785
+
"zerovec",
2786
+
]
2787
+
2788
+
[[package]]
2789
+
name = "tinyvec"
2790
+
version = "1.10.0"
2791
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2792
+
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
2793
+
dependencies = [
2794
+
"tinyvec_macros",
2795
+
]
2796
+
2797
+
[[package]]
2798
+
name = "tinyvec_macros"
2799
+
version = "0.1.1"
2800
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2801
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
2802
+
2803
+
[[package]]
2804
+
name = "tokio"
2805
+
version = "1.47.1"
2806
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2807
+
checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038"
2808
+
dependencies = [
2809
+
"backtrace",
2810
+
"bytes",
2811
+
"io-uring",
2812
+
"libc",
2813
+
"mio",
2814
+
"parking_lot",
2815
+
"pin-project-lite",
2816
+
"signal-hook-registry",
2817
+
"slab",
2818
+
"socket2",
2819
+
"tokio-macros",
2820
+
"windows-sys 0.59.0",
2821
+
]
2822
+
2823
+
[[package]]
2824
+
name = "tokio-macros"
2825
+
version = "2.5.0"
2826
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2827
+
checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8"
2828
+
dependencies = [
2829
+
"proc-macro2",
2830
+
"quote",
2831
+
"syn 2.0.106",
2832
+
]
2833
+
2834
+
[[package]]
2835
+
name = "tokio-native-tls"
2836
+
version = "0.3.1"
2837
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2838
+
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
2839
+
dependencies = [
2840
+
"native-tls",
2841
+
"tokio",
2842
+
]
2843
+
2844
+
[[package]]
2845
+
name = "tokio-rustls"
2846
+
version = "0.26.4"
2847
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2848
+
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
2849
+
dependencies = [
2850
+
"rustls",
2851
+
"tokio",
2852
+
]
2853
+
2854
+
[[package]]
2855
+
name = "tokio-tungstenite"
2856
+
version = "0.26.2"
2857
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2858
+
checksum = "7a9daff607c6d2bf6c16fd681ccb7eecc83e4e2cdc1ca067ffaadfca5de7f084"
2859
+
dependencies = [
2860
+
"futures-util",
2861
+
"log",
2862
+
"native-tls",
2863
+
"tokio",
2864
+
"tokio-native-tls",
2865
+
"tungstenite",
2866
+
]
2867
+
2868
+
[[package]]
2869
+
name = "tokio-util"
2870
+
version = "0.7.16"
2871
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2872
+
checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
2873
+
dependencies = [
2874
+
"bytes",
2875
+
"futures-core",
2876
+
"futures-sink",
2877
+
"pin-project-lite",
2878
+
"tokio",
2879
+
]
2880
+
2881
+
[[package]]
2882
+
name = "tower"
2883
+
version = "0.5.2"
2884
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2885
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
2886
+
dependencies = [
2887
+
"futures-core",
2888
+
"futures-util",
2889
+
"pin-project-lite",
2890
+
"sync_wrapper",
2891
+
"tokio",
2892
+
"tower-layer",
2893
+
"tower-service",
2894
+
]
2895
+
2896
+
[[package]]
2897
+
name = "tower-http"
2898
+
version = "0.6.6"
2899
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2900
+
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
2901
+
dependencies = [
2902
+
"bitflags",
2903
+
"bytes",
2904
+
"futures-util",
2905
+
"http",
2906
+
"http-body",
2907
+
"iri-string",
2908
+
"pin-project-lite",
2909
+
"tower",
2910
+
"tower-layer",
2911
+
"tower-service",
2912
+
]
2913
+
2914
+
[[package]]
2915
+
name = "tower-layer"
2916
+
version = "0.3.3"
2917
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2918
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
2919
+
2920
+
[[package]]
2921
+
name = "tower-service"
2922
+
version = "0.3.3"
2923
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2924
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
2925
+
2926
+
[[package]]
2927
+
name = "tracing"
2928
+
version = "0.1.41"
2929
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2930
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
2931
+
dependencies = [
2932
+
"pin-project-lite",
2933
+
"tracing-core",
2934
+
]
2935
+
2936
+
[[package]]
2937
+
name = "tracing-core"
2938
+
version = "0.1.34"
2939
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2940
+
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
2941
+
dependencies = [
2942
+
"once_cell",
2943
+
]
2944
+
2945
+
[[package]]
2946
+
name = "trait-variant"
2947
+
version = "0.1.2"
2948
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2949
+
checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
2950
+
dependencies = [
2951
+
"proc-macro2",
2952
+
"quote",
2953
+
"syn 2.0.106",
2954
+
]
2955
+
2956
+
[[package]]
2957
+
name = "try-lock"
2958
+
version = "0.2.5"
2959
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2960
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
2961
+
2962
+
[[package]]
2963
+
name = "tungstenite"
2964
+
version = "0.26.2"
2965
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2966
+
checksum = "4793cb5e56680ecbb1d843515b23b6de9a75eb04b66643e256a396d43be33c13"
2967
+
dependencies = [
2968
+
"bytes",
2969
+
"data-encoding",
2970
+
"http",
2971
+
"httparse",
2972
+
"log",
2973
+
"native-tls",
2974
+
"rand",
2975
+
"sha1",
2976
+
"thiserror 2.0.17",
2977
+
"url",
2978
+
"utf-8",
2979
+
]
2980
+
2981
+
[[package]]
2982
+
name = "typenum"
2983
+
version = "1.19.0"
2984
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2985
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
2986
+
2987
+
[[package]]
2988
+
name = "unicode-ident"
2989
+
version = "1.0.19"
2990
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2991
+
checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
2992
+
2993
+
[[package]]
2994
+
name = "unicode-width"
2995
+
version = "0.1.14"
2996
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2997
+
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
2998
+
2999
+
[[package]]
3000
+
name = "unsigned-varint"
3001
+
version = "0.8.0"
3002
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3003
+
checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3004
+
3005
+
[[package]]
3006
+
name = "untrusted"
3007
+
version = "0.9.0"
3008
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3009
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3010
+
3011
+
[[package]]
3012
+
name = "url"
3013
+
version = "2.5.7"
3014
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3015
+
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
3016
+
dependencies = [
3017
+
"form_urlencoded",
3018
+
"idna",
3019
+
"percent-encoding",
3020
+
"serde",
3021
+
]
3022
+
3023
+
[[package]]
3024
+
name = "utf-8"
3025
+
version = "0.7.6"
3026
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3027
+
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3028
+
3029
+
[[package]]
3030
+
name = "utf8_iter"
3031
+
version = "1.0.4"
3032
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3033
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3034
+
3035
+
[[package]]
3036
+
name = "utf8parse"
3037
+
version = "0.2.2"
3038
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3039
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
3040
+
3041
+
[[package]]
3042
+
name = "uuid"
3043
+
version = "1.18.1"
3044
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3045
+
checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
3046
+
dependencies = [
3047
+
"getrandom 0.3.3",
3048
+
"js-sys",
3049
+
"wasm-bindgen",
3050
+
]
3051
+
3052
+
[[package]]
3053
+
name = "vcpkg"
3054
+
version = "0.2.15"
3055
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3056
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
3057
+
3058
+
[[package]]
3059
+
name = "version_check"
3060
+
version = "0.9.5"
3061
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3062
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3063
+
3064
+
[[package]]
3065
+
name = "want"
3066
+
version = "0.3.1"
3067
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3068
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3069
+
dependencies = [
3070
+
"try-lock",
3071
+
]
3072
+
3073
+
[[package]]
3074
+
name = "wasi"
3075
+
version = "0.11.1+wasi-snapshot-preview1"
3076
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3077
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3078
+
3079
+
[[package]]
3080
+
name = "wasi"
3081
+
version = "0.14.7+wasi-0.2.4"
3082
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3083
+
checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c"
3084
+
dependencies = [
3085
+
"wasip2",
3086
+
]
3087
+
3088
+
[[package]]
3089
+
name = "wasip2"
3090
+
version = "1.0.1+wasi-0.2.4"
3091
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3092
+
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
3093
+
dependencies = [
3094
+
"wit-bindgen",
3095
+
]
3096
+
3097
+
[[package]]
3098
+
name = "wasm-bindgen"
3099
+
version = "0.2.104"
3100
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3101
+
checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d"
3102
+
dependencies = [
3103
+
"cfg-if",
3104
+
"once_cell",
3105
+
"rustversion",
3106
+
"wasm-bindgen-macro",
3107
+
"wasm-bindgen-shared",
3108
+
]
3109
+
3110
+
[[package]]
3111
+
name = "wasm-bindgen-backend"
3112
+
version = "0.2.104"
3113
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3114
+
checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19"
3115
+
dependencies = [
3116
+
"bumpalo",
3117
+
"log",
3118
+
"proc-macro2",
3119
+
"quote",
3120
+
"syn 2.0.106",
3121
+
"wasm-bindgen-shared",
3122
+
]
3123
+
3124
+
[[package]]
3125
+
name = "wasm-bindgen-futures"
3126
+
version = "0.4.54"
3127
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3128
+
checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c"
3129
+
dependencies = [
3130
+
"cfg-if",
3131
+
"js-sys",
3132
+
"once_cell",
3133
+
"wasm-bindgen",
3134
+
"web-sys",
3135
+
]
3136
+
3137
+
[[package]]
3138
+
name = "wasm-bindgen-macro"
3139
+
version = "0.2.104"
3140
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3141
+
checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119"
3142
+
dependencies = [
3143
+
"quote",
3144
+
"wasm-bindgen-macro-support",
3145
+
]
3146
+
3147
+
[[package]]
3148
+
name = "wasm-bindgen-macro-support"
3149
+
version = "0.2.104"
3150
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3151
+
checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7"
3152
+
dependencies = [
3153
+
"proc-macro2",
3154
+
"quote",
3155
+
"syn 2.0.106",
3156
+
"wasm-bindgen-backend",
3157
+
"wasm-bindgen-shared",
3158
+
]
3159
+
3160
+
[[package]]
3161
+
name = "wasm-bindgen-shared"
3162
+
version = "0.2.104"
3163
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3164
+
checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1"
3165
+
dependencies = [
3166
+
"unicode-ident",
3167
+
]
3168
+
3169
+
[[package]]
3170
+
name = "web-sys"
3171
+
version = "0.3.81"
3172
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3173
+
checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120"
3174
+
dependencies = [
3175
+
"js-sys",
3176
+
"wasm-bindgen",
3177
+
]
3178
+
3179
+
[[package]]
3180
+
name = "web-time"
3181
+
version = "1.1.0"
3182
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3183
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
3184
+
dependencies = [
3185
+
"js-sys",
3186
+
"wasm-bindgen",
3187
+
]
3188
+
3189
+
[[package]]
3190
+
name = "webpki-roots"
3191
+
version = "1.0.2"
3192
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3193
+
checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2"
3194
+
dependencies = [
3195
+
"rustls-pki-types",
3196
+
]
3197
+
3198
+
[[package]]
3199
+
name = "windows-core"
3200
+
version = "0.62.1"
3201
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3202
+
checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9"
3203
+
dependencies = [
3204
+
"windows-implement",
3205
+
"windows-interface",
3206
+
"windows-link 0.2.0",
3207
+
"windows-result 0.4.0",
3208
+
"windows-strings 0.5.0",
3209
+
]
3210
+
3211
+
[[package]]
3212
+
name = "windows-implement"
3213
+
version = "0.60.1"
3214
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3215
+
checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0"
3216
+
dependencies = [
3217
+
"proc-macro2",
3218
+
"quote",
3219
+
"syn 2.0.106",
3220
+
]
3221
+
3222
+
[[package]]
3223
+
name = "windows-interface"
3224
+
version = "0.59.2"
3225
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3226
+
checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5"
3227
+
dependencies = [
3228
+
"proc-macro2",
3229
+
"quote",
3230
+
"syn 2.0.106",
3231
+
]
3232
+
3233
+
[[package]]
3234
+
name = "windows-link"
3235
+
version = "0.1.3"
3236
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3237
+
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
3238
+
3239
+
[[package]]
3240
+
name = "windows-link"
3241
+
version = "0.2.0"
3242
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3243
+
checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
3244
+
3245
+
[[package]]
3246
+
name = "windows-registry"
3247
+
version = "0.5.3"
3248
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3249
+
checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
3250
+
dependencies = [
3251
+
"windows-link 0.1.3",
3252
+
"windows-result 0.3.4",
3253
+
"windows-strings 0.4.2",
3254
+
]
3255
+
3256
+
[[package]]
3257
+
name = "windows-result"
3258
+
version = "0.3.4"
3259
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3260
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
3261
+
dependencies = [
3262
+
"windows-link 0.1.3",
3263
+
]
3264
+
3265
+
[[package]]
3266
+
name = "windows-result"
3267
+
version = "0.4.0"
3268
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3269
+
checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f"
3270
+
dependencies = [
3271
+
"windows-link 0.2.0",
3272
+
]
3273
+
3274
+
[[package]]
3275
+
name = "windows-strings"
3276
+
version = "0.4.2"
3277
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3278
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
3279
+
dependencies = [
3280
+
"windows-link 0.1.3",
3281
+
]
3282
+
3283
+
[[package]]
3284
+
name = "windows-strings"
3285
+
version = "0.5.0"
3286
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3287
+
checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda"
3288
+
dependencies = [
3289
+
"windows-link 0.2.0",
3290
+
]
3291
+
3292
+
[[package]]
3293
+
name = "windows-sys"
3294
+
version = "0.52.0"
3295
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3296
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
3297
+
dependencies = [
3298
+
"windows-targets 0.52.6",
3299
+
]
3300
+
3301
+
[[package]]
3302
+
name = "windows-sys"
3303
+
version = "0.59.0"
3304
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3305
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
3306
+
dependencies = [
3307
+
"windows-targets 0.52.6",
3308
+
]
3309
+
3310
+
[[package]]
3311
+
name = "windows-sys"
3312
+
version = "0.60.2"
3313
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3314
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
3315
+
dependencies = [
3316
+
"windows-targets 0.53.4",
3317
+
]
3318
+
3319
+
[[package]]
3320
+
name = "windows-sys"
3321
+
version = "0.61.1"
3322
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3323
+
checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f"
3324
+
dependencies = [
3325
+
"windows-link 0.2.0",
3326
+
]
3327
+
3328
+
[[package]]
3329
+
name = "windows-targets"
3330
+
version = "0.52.6"
3331
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3332
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
3333
+
dependencies = [
3334
+
"windows_aarch64_gnullvm 0.52.6",
3335
+
"windows_aarch64_msvc 0.52.6",
3336
+
"windows_i686_gnu 0.52.6",
3337
+
"windows_i686_gnullvm 0.52.6",
3338
+
"windows_i686_msvc 0.52.6",
3339
+
"windows_x86_64_gnu 0.52.6",
3340
+
"windows_x86_64_gnullvm 0.52.6",
3341
+
"windows_x86_64_msvc 0.52.6",
3342
+
]
3343
+
3344
+
[[package]]
3345
+
name = "windows-targets"
3346
+
version = "0.53.4"
3347
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3348
+
checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b"
3349
+
dependencies = [
3350
+
"windows-link 0.2.0",
3351
+
"windows_aarch64_gnullvm 0.53.0",
3352
+
"windows_aarch64_msvc 0.53.0",
3353
+
"windows_i686_gnu 0.53.0",
3354
+
"windows_i686_gnullvm 0.53.0",
3355
+
"windows_i686_msvc 0.53.0",
3356
+
"windows_x86_64_gnu 0.53.0",
3357
+
"windows_x86_64_gnullvm 0.53.0",
3358
+
"windows_x86_64_msvc 0.53.0",
3359
+
]
3360
+
3361
+
[[package]]
3362
+
name = "windows_aarch64_gnullvm"
3363
+
version = "0.52.6"
3364
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3365
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
3366
+
3367
+
[[package]]
3368
+
name = "windows_aarch64_gnullvm"
3369
+
version = "0.53.0"
3370
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3371
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
3372
+
3373
+
[[package]]
3374
+
name = "windows_aarch64_msvc"
3375
+
version = "0.52.6"
3376
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3377
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
3378
+
3379
+
[[package]]
3380
+
name = "windows_aarch64_msvc"
3381
+
version = "0.53.0"
3382
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3383
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
3384
+
3385
+
[[package]]
3386
+
name = "windows_i686_gnu"
3387
+
version = "0.52.6"
3388
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3389
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
3390
+
3391
+
[[package]]
3392
+
name = "windows_i686_gnu"
3393
+
version = "0.53.0"
3394
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3395
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
3396
+
3397
+
[[package]]
3398
+
name = "windows_i686_gnullvm"
3399
+
version = "0.52.6"
3400
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3401
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
3402
+
3403
+
[[package]]
3404
+
name = "windows_i686_gnullvm"
3405
+
version = "0.53.0"
3406
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3407
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
3408
+
3409
+
[[package]]
3410
+
name = "windows_i686_msvc"
3411
+
version = "0.52.6"
3412
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3413
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
3414
+
3415
+
[[package]]
3416
+
name = "windows_i686_msvc"
3417
+
version = "0.53.0"
3418
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3419
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
3420
+
3421
+
[[package]]
3422
+
name = "windows_x86_64_gnu"
3423
+
version = "0.52.6"
3424
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3425
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
3426
+
3427
+
[[package]]
3428
+
name = "windows_x86_64_gnu"
3429
+
version = "0.53.0"
3430
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3431
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
3432
+
3433
+
[[package]]
3434
+
name = "windows_x86_64_gnullvm"
3435
+
version = "0.52.6"
3436
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3437
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
3438
+
3439
+
[[package]]
3440
+
name = "windows_x86_64_gnullvm"
3441
+
version = "0.53.0"
3442
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3443
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
3444
+
3445
+
[[package]]
3446
+
name = "windows_x86_64_msvc"
3447
+
version = "0.52.6"
3448
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3449
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
3450
+
3451
+
[[package]]
3452
+
name = "windows_x86_64_msvc"
3453
+
version = "0.53.0"
3454
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3455
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
3456
+
3457
+
[[package]]
3458
+
name = "wit-bindgen"
3459
+
version = "0.46.0"
3460
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3461
+
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
3462
+
3463
+
[[package]]
3464
+
name = "writeable"
3465
+
version = "0.6.1"
3466
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3467
+
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
3468
+
3469
+
[[package]]
3470
+
name = "yansi"
3471
+
version = "1.0.1"
3472
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3473
+
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
3474
+
3475
+
[[package]]
3476
+
name = "yoke"
3477
+
version = "0.8.0"
3478
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3479
+
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
3480
+
dependencies = [
3481
+
"serde",
3482
+
"stable_deref_trait",
3483
+
"yoke-derive",
3484
+
"zerofrom",
3485
+
]
3486
+
3487
+
[[package]]
3488
+
name = "yoke-derive"
3489
+
version = "0.8.0"
3490
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3491
+
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
3492
+
dependencies = [
3493
+
"proc-macro2",
3494
+
"quote",
3495
+
"syn 2.0.106",
3496
+
"synstructure",
3497
+
]
3498
+
3499
+
[[package]]
3500
+
name = "zerocopy"
3501
+
version = "0.8.27"
3502
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3503
+
checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
3504
+
dependencies = [
3505
+
"zerocopy-derive",
3506
+
]
3507
+
3508
+
[[package]]
3509
+
name = "zerocopy-derive"
3510
+
version = "0.8.27"
3511
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3512
+
checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
3513
+
dependencies = [
3514
+
"proc-macro2",
3515
+
"quote",
3516
+
"syn 2.0.106",
3517
+
]
3518
+
3519
+
[[package]]
3520
+
name = "zerofrom"
3521
+
version = "0.1.6"
3522
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3523
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
3524
+
dependencies = [
3525
+
"zerofrom-derive",
3526
+
]
3527
+
3528
+
[[package]]
3529
+
name = "zerofrom-derive"
3530
+
version = "0.1.6"
3531
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3532
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
3533
+
dependencies = [
3534
+
"proc-macro2",
3535
+
"quote",
3536
+
"syn 2.0.106",
3537
+
"synstructure",
3538
+
]
3539
+
3540
+
[[package]]
3541
+
name = "zeroize"
3542
+
version = "1.8.2"
3543
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3544
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
3545
+
3546
+
[[package]]
3547
+
name = "zerotrie"
3548
+
version = "0.2.2"
3549
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3550
+
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
3551
+
dependencies = [
3552
+
"displaydoc",
3553
+
"yoke",
3554
+
"zerofrom",
3555
+
]
3556
+
3557
+
[[package]]
3558
+
name = "zerovec"
3559
+
version = "0.11.4"
3560
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3561
+
checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
3562
+
dependencies = [
3563
+
"yoke",
3564
+
"zerofrom",
3565
+
"zerovec-derive",
3566
+
]
3567
+
3568
+
[[package]]
3569
+
name = "zerovec-derive"
3570
+
version = "0.11.1"
3571
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3572
+
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
3573
+
dependencies = [
3574
+
"proc-macro2",
3575
+
"quote",
3576
+
"syn 2.0.106",
3577
+
]
3578
+
3579
+
[[package]]
3580
+
name = "zstd"
3581
+
version = "0.13.3"
3582
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3583
+
checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a"
3584
+
dependencies = [
3585
+
"zstd-safe",
3586
+
]
3587
+
3588
+
[[package]]
3589
+
name = "zstd-safe"
3590
+
version = "7.2.4"
3591
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3592
+
checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d"
3593
+
dependencies = [
3594
+
"zstd-sys",
3595
+
]
3596
+
3597
+
[[package]]
3598
+
name = "zstd-sys"
3599
+
version = "2.0.16+zstd.1.5.7"
3600
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3601
+
checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
3602
+
dependencies = [
3603
+
"cc",
3604
+
"pkg-config",
3605
+
]
+14
Cargo.toml
+14
Cargo.toml
···
1
+
[package]
2
+
name = "hacktober_bot"
3
+
version = "0.1.0"
4
+
edition = "2024"
5
+
6
+
[dependencies]
7
+
clap = { version = "4.5.48", features = ["derive", "env"] }
8
+
env_logger = "0.11.8"
9
+
jacquard = "0.1.0"
10
+
jetstream = { path = "../links/jetstream" }
11
+
reqwest = { version = "0.12.23", features = ["json"] }
12
+
serde_json = "1.0.145"
13
+
tokio = { version = "1.47.1", features = ["full"] }
14
+
url = "2.5.7"
+111
src/main.rs
+111
src/main.rs
···
1
+
use clap::Parser;
2
+
use url::Url;
3
+
use jacquard::{
4
+
api::app_bsky::{
5
+
feed::post::Post,
6
+
richtext::facet::{Facet, ByteSlice},
7
+
},
8
+
api::com_atproto::{
9
+
server::create_session::CreateSession,
10
+
repo::create_record::CreateRecord,
11
+
},
12
+
client::{AuthenticatedClient, Session, XrpcClient},
13
+
types::{
14
+
datetime::Datetime,
15
+
ident::AtIdentifier,
16
+
language::Language,
17
+
collection::Collection,
18
+
value::Data,
19
+
},
20
+
};
21
+
22
+
23
+
type Result<T> = std::result::Result<T, Box<dyn std::error::Error>>;
24
+
25
+
#[derive(Debug, Parser)]
26
+
#[command(version, about, long_about = None)]
27
+
struct Args {
28
+
/// pds of the bot user
29
+
#[arg(short, long, env = "BOT_PDS")]
30
+
pds: Url,
31
+
/// handle or did of the bot user
32
+
#[arg(short, long, env = "BOT_HANDLE")]
33
+
identifier: String,
34
+
/// app password for the bot user
35
+
#[arg(short, long, env = "BOT_APP_PASSWORD")]
36
+
app_password: String,
37
+
}
38
+
39
+
#[tokio::main]
40
+
async fn main() -> Result<()> {
41
+
env_logger::init();
42
+
let args = Args::parse();
43
+
44
+
45
+
// Create HTTP client
46
+
let pds_uri = args.pds.as_str().trim_end_matches('/').to_string().into();
47
+
let mut client = AuthenticatedClient::new(reqwest::Client::new(), pds_uri);
48
+
49
+
// Create session
50
+
let session = Session::from(
51
+
client
52
+
.send(
53
+
CreateSession::new()
54
+
.identifier(&args.identifier)
55
+
.password(args.app_password)
56
+
.build(),
57
+
)
58
+
.await?
59
+
.into_output()?,
60
+
);
61
+
62
+
println!("logged in as {} ({})", session.handle, session.did);
63
+
client.set_session(session);
64
+
65
+
let text = "hello from tangled.org/@bad-example.com/hacktober-bot/";
66
+
let link_feature = serde_json::json!({
67
+
"$type": "app.bsky.richtext.facet#link",
68
+
"uri": "https://tangled.org/@bad-example.com/hacktober-bot/",
69
+
});
70
+
let link_facet = Facet {
71
+
features: vec![Data::from_json(&link_feature)?],
72
+
index: ByteSlice {
73
+
byte_start: 11,
74
+
byte_end: 54,
75
+
extra_data: Default::default(),
76
+
},
77
+
extra_data: Default::default(),
78
+
};
79
+
80
+
// Make a post
81
+
let post = Post {
82
+
created_at: Datetime::now(),
83
+
langs: Some(vec![Language::new("en")?]),
84
+
text: text.into(),
85
+
facets: Some(vec![link_facet]),
86
+
embed: Default::default(),
87
+
entities: Default::default(),
88
+
labels: Default::default(),
89
+
reply: Default::default(),
90
+
tags: Default::default(),
91
+
extra_data: Default::default(),
92
+
};
93
+
94
+
let json = serde_json::to_value(post)?;
95
+
let data = Data::from_json(&json)?;
96
+
let identifier = AtIdentifier::new(&args.identifier)?;
97
+
98
+
println!("\nposting...");
99
+
let wat = client
100
+
.send(CreateRecord::new()
101
+
.repo(identifier)
102
+
.collection(Post::nsid())
103
+
.record(data)
104
+
.build())
105
+
.await?
106
+
.into_output()?;
107
+
108
+
println!("\ngot: {wat:?}");
109
+
110
+
Ok(())
111
+
}