tangled
alpha
login
or
join now
ptr.pet
/
atpfs
4
fork
atom
atproto repo as vfs
4
fork
atom
overview
issues
pulls
pipelines
initial impl
ptr.pet
2 months ago
8d827075
+5356
9 changed files
expand all
collapse all
unified
split
.gitignore
Cargo.lock
Cargo.toml
flake.lock
flake.nix
src
cli.rs
fuse.rs
lib.rs
main.rs
+4
.gitignore
···
1
1
+
/.direnv
2
2
+
/.envrc
3
3
+
/target
4
4
+
/mount
+4607
Cargo.lock
···
1
1
+
# This file is automatically @generated by Cargo.
2
2
+
# It is not intended for manual editing.
3
3
+
version = 4
4
4
+
5
5
+
[[package]]
6
6
+
name = "abnf"
7
7
+
version = "0.13.0"
8
8
+
source = "registry+https://github.com/rust-lang/crates.io-index"
9
9
+
checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a"
10
10
+
dependencies = [
11
11
+
"abnf-core",
12
12
+
"nom",
13
13
+
]
14
14
+
15
15
+
[[package]]
16
16
+
name = "abnf-core"
17
17
+
version = "0.5.0"
18
18
+
source = "registry+https://github.com/rust-lang/crates.io-index"
19
19
+
checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d"
20
20
+
dependencies = [
21
21
+
"nom",
22
22
+
]
23
23
+
24
24
+
[[package]]
25
25
+
name = "adler2"
26
26
+
version = "2.0.1"
27
27
+
source = "registry+https://github.com/rust-lang/crates.io-index"
28
28
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
29
29
+
30
30
+
[[package]]
31
31
+
name = "aho-corasick"
32
32
+
version = "1.1.4"
33
33
+
source = "registry+https://github.com/rust-lang/crates.io-index"
34
34
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
35
35
+
dependencies = [
36
36
+
"memchr",
37
37
+
]
38
38
+
39
39
+
[[package]]
40
40
+
name = "aliasable"
41
41
+
version = "0.1.3"
42
42
+
source = "registry+https://github.com/rust-lang/crates.io-index"
43
43
+
checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
44
44
+
45
45
+
[[package]]
46
46
+
name = "android_system_properties"
47
47
+
version = "0.1.5"
48
48
+
source = "registry+https://github.com/rust-lang/crates.io-index"
49
49
+
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
50
50
+
dependencies = [
51
51
+
"libc",
52
52
+
]
53
53
+
54
54
+
[[package]]
55
55
+
name = "anyhow"
56
56
+
version = "1.0.100"
57
57
+
source = "registry+https://github.com/rust-lang/crates.io-index"
58
58
+
checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
59
59
+
60
60
+
[[package]]
61
61
+
name = "async-channel"
62
62
+
version = "1.9.0"
63
63
+
source = "registry+https://github.com/rust-lang/crates.io-index"
64
64
+
checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
65
65
+
dependencies = [
66
66
+
"concurrent-queue",
67
67
+
"event-listener 2.5.3",
68
68
+
"futures-core",
69
69
+
]
70
70
+
71
71
+
[[package]]
72
72
+
name = "async-channel"
73
73
+
version = "2.5.0"
74
74
+
source = "registry+https://github.com/rust-lang/crates.io-index"
75
75
+
checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
76
76
+
dependencies = [
77
77
+
"concurrent-queue",
78
78
+
"event-listener-strategy",
79
79
+
"futures-core",
80
80
+
"pin-project-lite",
81
81
+
]
82
82
+
83
83
+
[[package]]
84
84
+
name = "async-compression"
85
85
+
version = "0.4.36"
86
86
+
source = "registry+https://github.com/rust-lang/crates.io-index"
87
87
+
checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37"
88
88
+
dependencies = [
89
89
+
"compression-codecs",
90
90
+
"compression-core",
91
91
+
"futures-core",
92
92
+
"pin-project-lite",
93
93
+
"tokio",
94
94
+
]
95
95
+
96
96
+
[[package]]
97
97
+
name = "async-executor"
98
98
+
version = "1.13.3"
99
99
+
source = "registry+https://github.com/rust-lang/crates.io-index"
100
100
+
checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
101
101
+
dependencies = [
102
102
+
"async-task",
103
103
+
"concurrent-queue",
104
104
+
"fastrand",
105
105
+
"futures-lite",
106
106
+
"pin-project-lite",
107
107
+
"slab",
108
108
+
]
109
109
+
110
110
+
[[package]]
111
111
+
name = "async-global-executor"
112
112
+
version = "2.4.1"
113
113
+
source = "registry+https://github.com/rust-lang/crates.io-index"
114
114
+
checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
115
115
+
dependencies = [
116
116
+
"async-channel 2.5.0",
117
117
+
"async-executor",
118
118
+
"async-io",
119
119
+
"async-lock",
120
120
+
"blocking",
121
121
+
"futures-lite",
122
122
+
"once_cell",
123
123
+
]
124
124
+
125
125
+
[[package]]
126
126
+
name = "async-io"
127
127
+
version = "2.6.0"
128
128
+
source = "registry+https://github.com/rust-lang/crates.io-index"
129
129
+
checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
130
130
+
dependencies = [
131
131
+
"autocfg",
132
132
+
"cfg-if",
133
133
+
"concurrent-queue",
134
134
+
"futures-io",
135
135
+
"futures-lite",
136
136
+
"parking",
137
137
+
"polling",
138
138
+
"rustix",
139
139
+
"slab",
140
140
+
"windows-sys 0.61.2",
141
141
+
]
142
142
+
143
143
+
[[package]]
144
144
+
name = "async-lock"
145
145
+
version = "3.4.1"
146
146
+
source = "registry+https://github.com/rust-lang/crates.io-index"
147
147
+
checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc"
148
148
+
dependencies = [
149
149
+
"event-listener 5.4.1",
150
150
+
"event-listener-strategy",
151
151
+
"pin-project-lite",
152
152
+
]
153
153
+
154
154
+
[[package]]
155
155
+
name = "async-recursion"
156
156
+
version = "1.1.1"
157
157
+
source = "registry+https://github.com/rust-lang/crates.io-index"
158
158
+
checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
159
159
+
dependencies = [
160
160
+
"proc-macro2",
161
161
+
"quote",
162
162
+
"syn 2.0.111",
163
163
+
]
164
164
+
165
165
+
[[package]]
166
166
+
name = "async-std"
167
167
+
version = "1.13.2"
168
168
+
source = "registry+https://github.com/rust-lang/crates.io-index"
169
169
+
checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
170
170
+
dependencies = [
171
171
+
"async-channel 1.9.0",
172
172
+
"async-global-executor",
173
173
+
"async-io",
174
174
+
"async-lock",
175
175
+
"crossbeam-utils",
176
176
+
"futures-channel",
177
177
+
"futures-core",
178
178
+
"futures-io",
179
179
+
"futures-lite",
180
180
+
"gloo-timers",
181
181
+
"kv-log-macro",
182
182
+
"log",
183
183
+
"memchr",
184
184
+
"once_cell",
185
185
+
"pin-project-lite",
186
186
+
"pin-utils",
187
187
+
"slab",
188
188
+
"wasm-bindgen-futures",
189
189
+
]
190
190
+
191
191
+
[[package]]
192
192
+
name = "async-task"
193
193
+
version = "4.7.1"
194
194
+
source = "registry+https://github.com/rust-lang/crates.io-index"
195
195
+
checksum = "8b75356056920673b02621b35afd0f7dda9306d03c79a30f5c56c44cf256e3de"
196
196
+
197
197
+
[[package]]
198
198
+
name = "async-trait"
199
199
+
version = "0.1.89"
200
200
+
source = "registry+https://github.com/rust-lang/crates.io-index"
201
201
+
checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
202
202
+
dependencies = [
203
203
+
"proc-macro2",
204
204
+
"quote",
205
205
+
"syn 2.0.111",
206
206
+
]
207
207
+
208
208
+
[[package]]
209
209
+
name = "atomic-polyfill"
210
210
+
version = "1.0.3"
211
211
+
source = "registry+https://github.com/rust-lang/crates.io-index"
212
212
+
checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4"
213
213
+
dependencies = [
214
214
+
"critical-section",
215
215
+
]
216
216
+
217
217
+
[[package]]
218
218
+
name = "atomic-waker"
219
219
+
version = "1.1.2"
220
220
+
source = "registry+https://github.com/rust-lang/crates.io-index"
221
221
+
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
222
222
+
223
223
+
[[package]]
224
224
+
name = "atpfs"
225
225
+
version = "0.1.0"
226
226
+
dependencies = [
227
227
+
"anyhow",
228
228
+
"async-trait",
229
229
+
"bpaf",
230
230
+
"easy_fuser",
231
231
+
"futures",
232
232
+
"jacquard",
233
233
+
"libc",
234
234
+
"scc",
235
235
+
"serde",
236
236
+
"serde_json",
237
237
+
"tokio",
238
238
+
"url",
239
239
+
"vfs",
240
240
+
]
241
241
+
242
242
+
[[package]]
243
243
+
name = "autocfg"
244
244
+
version = "1.5.0"
245
245
+
source = "registry+https://github.com/rust-lang/crates.io-index"
246
246
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
247
247
+
248
248
+
[[package]]
249
249
+
name = "base-x"
250
250
+
version = "0.2.11"
251
251
+
source = "registry+https://github.com/rust-lang/crates.io-index"
252
252
+
checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270"
253
253
+
254
254
+
[[package]]
255
255
+
name = "base16ct"
256
256
+
version = "0.2.0"
257
257
+
source = "registry+https://github.com/rust-lang/crates.io-index"
258
258
+
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
259
259
+
260
260
+
[[package]]
261
261
+
name = "base256emoji"
262
262
+
version = "1.0.2"
263
263
+
source = "registry+https://github.com/rust-lang/crates.io-index"
264
264
+
checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c"
265
265
+
dependencies = [
266
266
+
"const-str",
267
267
+
"match-lookup",
268
268
+
]
269
269
+
270
270
+
[[package]]
271
271
+
name = "base64"
272
272
+
version = "0.22.1"
273
273
+
source = "registry+https://github.com/rust-lang/crates.io-index"
274
274
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
275
275
+
276
276
+
[[package]]
277
277
+
name = "base64ct"
278
278
+
version = "1.8.1"
279
279
+
source = "registry+https://github.com/rust-lang/crates.io-index"
280
280
+
checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a"
281
281
+
282
282
+
[[package]]
283
283
+
name = "bitflags"
284
284
+
version = "2.10.0"
285
285
+
source = "registry+https://github.com/rust-lang/crates.io-index"
286
286
+
checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
287
287
+
288
288
+
[[package]]
289
289
+
name = "block-buffer"
290
290
+
version = "0.10.4"
291
291
+
source = "registry+https://github.com/rust-lang/crates.io-index"
292
292
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
293
293
+
dependencies = [
294
294
+
"generic-array",
295
295
+
]
296
296
+
297
297
+
[[package]]
298
298
+
name = "blocking"
299
299
+
version = "1.6.2"
300
300
+
source = "registry+https://github.com/rust-lang/crates.io-index"
301
301
+
checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
302
302
+
dependencies = [
303
303
+
"async-channel 2.5.0",
304
304
+
"async-task",
305
305
+
"futures-io",
306
306
+
"futures-lite",
307
307
+
"piper",
308
308
+
]
309
309
+
310
310
+
[[package]]
311
311
+
name = "bon"
312
312
+
version = "3.8.1"
313
313
+
source = "registry+https://github.com/rust-lang/crates.io-index"
314
314
+
checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1"
315
315
+
dependencies = [
316
316
+
"bon-macros",
317
317
+
"rustversion",
318
318
+
]
319
319
+
320
320
+
[[package]]
321
321
+
name = "bon-macros"
322
322
+
version = "3.8.1"
323
323
+
source = "registry+https://github.com/rust-lang/crates.io-index"
324
324
+
checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645"
325
325
+
dependencies = [
326
326
+
"darling",
327
327
+
"ident_case",
328
328
+
"prettyplease",
329
329
+
"proc-macro2",
330
330
+
"quote",
331
331
+
"rustversion",
332
332
+
"syn 2.0.111",
333
333
+
]
334
334
+
335
335
+
[[package]]
336
336
+
name = "borsh"
337
337
+
version = "1.6.0"
338
338
+
source = "registry+https://github.com/rust-lang/crates.io-index"
339
339
+
checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f"
340
340
+
dependencies = [
341
341
+
"cfg_aliases",
342
342
+
]
343
343
+
344
344
+
[[package]]
345
345
+
name = "bpaf"
346
346
+
version = "0.9.20"
347
347
+
source = "registry+https://github.com/rust-lang/crates.io-index"
348
348
+
checksum = "473976d7a8620bb1e06dcdd184407c2363fe4fec8e983ee03ed9197222634a31"
349
349
+
dependencies = [
350
350
+
"bpaf_derive",
351
351
+
]
352
352
+
353
353
+
[[package]]
354
354
+
name = "bpaf_derive"
355
355
+
version = "0.5.17"
356
356
+
source = "registry+https://github.com/rust-lang/crates.io-index"
357
357
+
checksum = "fefb4feeec9a091705938922f26081aad77c64cd2e76cd1c4a9ece8e42e1618a"
358
358
+
dependencies = [
359
359
+
"proc-macro2",
360
360
+
"quote",
361
361
+
"syn 2.0.111",
362
362
+
]
363
363
+
364
364
+
[[package]]
365
365
+
name = "btree-range-map"
366
366
+
version = "0.7.2"
367
367
+
source = "registry+https://github.com/rust-lang/crates.io-index"
368
368
+
checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33"
369
369
+
dependencies = [
370
370
+
"btree-slab",
371
371
+
"cc-traits",
372
372
+
"range-traits",
373
373
+
"serde",
374
374
+
"slab",
375
375
+
]
376
376
+
377
377
+
[[package]]
378
378
+
name = "btree-slab"
379
379
+
version = "0.6.1"
380
380
+
source = "registry+https://github.com/rust-lang/crates.io-index"
381
381
+
checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c"
382
382
+
dependencies = [
383
383
+
"cc-traits",
384
384
+
"slab",
385
385
+
"smallvec",
386
386
+
]
387
387
+
388
388
+
[[package]]
389
389
+
name = "bumpalo"
390
390
+
version = "3.19.0"
391
391
+
source = "registry+https://github.com/rust-lang/crates.io-index"
392
392
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
393
393
+
394
394
+
[[package]]
395
395
+
name = "byteorder"
396
396
+
version = "1.5.0"
397
397
+
source = "registry+https://github.com/rust-lang/crates.io-index"
398
398
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
399
399
+
400
400
+
[[package]]
401
401
+
name = "bytes"
402
402
+
version = "1.11.0"
403
403
+
source = "registry+https://github.com/rust-lang/crates.io-index"
404
404
+
checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3"
405
405
+
dependencies = [
406
406
+
"serde",
407
407
+
]
408
408
+
409
409
+
[[package]]
410
410
+
name = "cbor4ii"
411
411
+
version = "0.2.14"
412
412
+
source = "registry+https://github.com/rust-lang/crates.io-index"
413
413
+
checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4"
414
414
+
dependencies = [
415
415
+
"serde",
416
416
+
]
417
417
+
418
418
+
[[package]]
419
419
+
name = "cc"
420
420
+
version = "1.2.49"
421
421
+
source = "registry+https://github.com/rust-lang/crates.io-index"
422
422
+
checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
423
423
+
dependencies = [
424
424
+
"find-msvc-tools",
425
425
+
"shlex",
426
426
+
]
427
427
+
428
428
+
[[package]]
429
429
+
name = "cc-traits"
430
430
+
version = "2.0.0"
431
431
+
source = "registry+https://github.com/rust-lang/crates.io-index"
432
432
+
checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5"
433
433
+
dependencies = [
434
434
+
"slab",
435
435
+
]
436
436
+
437
437
+
[[package]]
438
438
+
name = "cfg-if"
439
439
+
version = "1.0.4"
440
440
+
source = "registry+https://github.com/rust-lang/crates.io-index"
441
441
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
442
442
+
443
443
+
[[package]]
444
444
+
name = "cfg_aliases"
445
445
+
version = "0.2.1"
446
446
+
source = "registry+https://github.com/rust-lang/crates.io-index"
447
447
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
448
448
+
449
449
+
[[package]]
450
450
+
name = "chrono"
451
451
+
version = "0.4.42"
452
452
+
source = "registry+https://github.com/rust-lang/crates.io-index"
453
453
+
checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
454
454
+
dependencies = [
455
455
+
"iana-time-zone",
456
456
+
"js-sys",
457
457
+
"num-traits",
458
458
+
"serde",
459
459
+
"wasm-bindgen",
460
460
+
"windows-link 0.2.1",
461
461
+
]
462
462
+
463
463
+
[[package]]
464
464
+
name = "ciborium"
465
465
+
version = "0.2.2"
466
466
+
source = "registry+https://github.com/rust-lang/crates.io-index"
467
467
+
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
468
468
+
dependencies = [
469
469
+
"ciborium-io",
470
470
+
"ciborium-ll",
471
471
+
"serde",
472
472
+
]
473
473
+
474
474
+
[[package]]
475
475
+
name = "ciborium-io"
476
476
+
version = "0.2.2"
477
477
+
source = "registry+https://github.com/rust-lang/crates.io-index"
478
478
+
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
479
479
+
480
480
+
[[package]]
481
481
+
name = "ciborium-ll"
482
482
+
version = "0.2.2"
483
483
+
source = "registry+https://github.com/rust-lang/crates.io-index"
484
484
+
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
485
485
+
dependencies = [
486
486
+
"ciborium-io",
487
487
+
"half",
488
488
+
]
489
489
+
490
490
+
[[package]]
491
491
+
name = "cid"
492
492
+
version = "0.11.1"
493
493
+
source = "registry+https://github.com/rust-lang/crates.io-index"
494
494
+
checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a"
495
495
+
dependencies = [
496
496
+
"core2",
497
497
+
"multibase",
498
498
+
"multihash",
499
499
+
"serde",
500
500
+
"serde_bytes",
501
501
+
"unsigned-varint",
502
502
+
]
503
503
+
504
504
+
[[package]]
505
505
+
name = "cobs"
506
506
+
version = "0.3.0"
507
507
+
source = "registry+https://github.com/rust-lang/crates.io-index"
508
508
+
checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
509
509
+
dependencies = [
510
510
+
"thiserror 2.0.17",
511
511
+
]
512
512
+
513
513
+
[[package]]
514
514
+
name = "compression-codecs"
515
515
+
version = "0.4.35"
516
516
+
source = "registry+https://github.com/rust-lang/crates.io-index"
517
517
+
checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2"
518
518
+
dependencies = [
519
519
+
"compression-core",
520
520
+
"flate2",
521
521
+
"memchr",
522
522
+
]
523
523
+
524
524
+
[[package]]
525
525
+
name = "compression-core"
526
526
+
version = "0.4.31"
527
527
+
source = "registry+https://github.com/rust-lang/crates.io-index"
528
528
+
checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d"
529
529
+
530
530
+
[[package]]
531
531
+
name = "concurrent-queue"
532
532
+
version = "2.5.0"
533
533
+
source = "registry+https://github.com/rust-lang/crates.io-index"
534
534
+
checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
535
535
+
dependencies = [
536
536
+
"crossbeam-utils",
537
537
+
]
538
538
+
539
539
+
[[package]]
540
540
+
name = "const-oid"
541
541
+
version = "0.9.6"
542
542
+
source = "registry+https://github.com/rust-lang/crates.io-index"
543
543
+
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
544
544
+
545
545
+
[[package]]
546
546
+
name = "const-str"
547
547
+
version = "0.4.3"
548
548
+
source = "registry+https://github.com/rust-lang/crates.io-index"
549
549
+
checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3"
550
550
+
551
551
+
[[package]]
552
552
+
name = "cordyceps"
553
553
+
version = "0.3.4"
554
554
+
source = "registry+https://github.com/rust-lang/crates.io-index"
555
555
+
checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a"
556
556
+
dependencies = [
557
557
+
"loom",
558
558
+
"tracing",
559
559
+
]
560
560
+
561
561
+
[[package]]
562
562
+
name = "core-foundation"
563
563
+
version = "0.9.4"
564
564
+
source = "registry+https://github.com/rust-lang/crates.io-index"
565
565
+
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
566
566
+
dependencies = [
567
567
+
"core-foundation-sys",
568
568
+
"libc",
569
569
+
]
570
570
+
571
571
+
[[package]]
572
572
+
name = "core-foundation-sys"
573
573
+
version = "0.8.7"
574
574
+
source = "registry+https://github.com/rust-lang/crates.io-index"
575
575
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
576
576
+
577
577
+
[[package]]
578
578
+
name = "core2"
579
579
+
version = "0.4.0"
580
580
+
source = "registry+https://github.com/rust-lang/crates.io-index"
581
581
+
checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
582
582
+
dependencies = [
583
583
+
"memchr",
584
584
+
]
585
585
+
586
586
+
[[package]]
587
587
+
name = "cpufeatures"
588
588
+
version = "0.2.17"
589
589
+
source = "registry+https://github.com/rust-lang/crates.io-index"
590
590
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
591
591
+
dependencies = [
592
592
+
"libc",
593
593
+
]
594
594
+
595
595
+
[[package]]
596
596
+
name = "crc32fast"
597
597
+
version = "1.5.0"
598
598
+
source = "registry+https://github.com/rust-lang/crates.io-index"
599
599
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
600
600
+
dependencies = [
601
601
+
"cfg-if",
602
602
+
]
603
603
+
604
604
+
[[package]]
605
605
+
name = "critical-section"
606
606
+
version = "1.2.0"
607
607
+
source = "registry+https://github.com/rust-lang/crates.io-index"
608
608
+
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
609
609
+
610
610
+
[[package]]
611
611
+
name = "crossbeam-channel"
612
612
+
version = "0.5.15"
613
613
+
source = "registry+https://github.com/rust-lang/crates.io-index"
614
614
+
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
615
615
+
dependencies = [
616
616
+
"crossbeam-utils",
617
617
+
]
618
618
+
619
619
+
[[package]]
620
620
+
name = "crossbeam-utils"
621
621
+
version = "0.8.21"
622
622
+
source = "registry+https://github.com/rust-lang/crates.io-index"
623
623
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
624
624
+
625
625
+
[[package]]
626
626
+
name = "crunchy"
627
627
+
version = "0.2.4"
628
628
+
source = "registry+https://github.com/rust-lang/crates.io-index"
629
629
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
630
630
+
631
631
+
[[package]]
632
632
+
name = "crypto-bigint"
633
633
+
version = "0.5.5"
634
634
+
source = "registry+https://github.com/rust-lang/crates.io-index"
635
635
+
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
636
636
+
dependencies = [
637
637
+
"generic-array",
638
638
+
"rand_core 0.6.4",
639
639
+
"subtle",
640
640
+
"zeroize",
641
641
+
]
642
642
+
643
643
+
[[package]]
644
644
+
name = "crypto-common"
645
645
+
version = "0.1.6"
646
646
+
source = "registry+https://github.com/rust-lang/crates.io-index"
647
647
+
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
648
648
+
dependencies = [
649
649
+
"generic-array",
650
650
+
"typenum",
651
651
+
]
652
652
+
653
653
+
[[package]]
654
654
+
name = "darling"
655
655
+
version = "0.21.3"
656
656
+
source = "registry+https://github.com/rust-lang/crates.io-index"
657
657
+
checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
658
658
+
dependencies = [
659
659
+
"darling_core",
660
660
+
"darling_macro",
661
661
+
]
662
662
+
663
663
+
[[package]]
664
664
+
name = "darling_core"
665
665
+
version = "0.21.3"
666
666
+
source = "registry+https://github.com/rust-lang/crates.io-index"
667
667
+
checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
668
668
+
dependencies = [
669
669
+
"fnv",
670
670
+
"ident_case",
671
671
+
"proc-macro2",
672
672
+
"quote",
673
673
+
"strsim",
674
674
+
"syn 2.0.111",
675
675
+
]
676
676
+
677
677
+
[[package]]
678
678
+
name = "darling_macro"
679
679
+
version = "0.21.3"
680
680
+
source = "registry+https://github.com/rust-lang/crates.io-index"
681
681
+
checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
682
682
+
dependencies = [
683
683
+
"darling_core",
684
684
+
"quote",
685
685
+
"syn 2.0.111",
686
686
+
]
687
687
+
688
688
+
[[package]]
689
689
+
name = "dashmap"
690
690
+
version = "6.1.0"
691
691
+
source = "registry+https://github.com/rust-lang/crates.io-index"
692
692
+
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
693
693
+
dependencies = [
694
694
+
"cfg-if",
695
695
+
"crossbeam-utils",
696
696
+
"hashbrown 0.14.5",
697
697
+
"lock_api",
698
698
+
"once_cell",
699
699
+
"parking_lot_core",
700
700
+
]
701
701
+
702
702
+
[[package]]
703
703
+
name = "data-encoding"
704
704
+
version = "2.9.0"
705
705
+
source = "registry+https://github.com/rust-lang/crates.io-index"
706
706
+
checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
707
707
+
708
708
+
[[package]]
709
709
+
name = "data-encoding-macro"
710
710
+
version = "0.1.18"
711
711
+
source = "registry+https://github.com/rust-lang/crates.io-index"
712
712
+
checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d"
713
713
+
dependencies = [
714
714
+
"data-encoding",
715
715
+
"data-encoding-macro-internal",
716
716
+
]
717
717
+
718
718
+
[[package]]
719
719
+
name = "data-encoding-macro-internal"
720
720
+
version = "0.1.16"
721
721
+
source = "registry+https://github.com/rust-lang/crates.io-index"
722
722
+
checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976"
723
723
+
dependencies = [
724
724
+
"data-encoding",
725
725
+
"syn 2.0.111",
726
726
+
]
727
727
+
728
728
+
[[package]]
729
729
+
name = "der"
730
730
+
version = "0.7.10"
731
731
+
source = "registry+https://github.com/rust-lang/crates.io-index"
732
732
+
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
733
733
+
dependencies = [
734
734
+
"const-oid",
735
735
+
"pem-rfc7468",
736
736
+
"zeroize",
737
737
+
]
738
738
+
739
739
+
[[package]]
740
740
+
name = "deranged"
741
741
+
version = "0.5.5"
742
742
+
source = "registry+https://github.com/rust-lang/crates.io-index"
743
743
+
checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587"
744
744
+
dependencies = [
745
745
+
"powerfmt",
746
746
+
"serde_core",
747
747
+
]
748
748
+
749
749
+
[[package]]
750
750
+
name = "derive_more"
751
751
+
version = "1.0.0"
752
752
+
source = "registry+https://github.com/rust-lang/crates.io-index"
753
753
+
checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05"
754
754
+
dependencies = [
755
755
+
"derive_more-impl",
756
756
+
]
757
757
+
758
758
+
[[package]]
759
759
+
name = "derive_more-impl"
760
760
+
version = "1.0.0"
761
761
+
source = "registry+https://github.com/rust-lang/crates.io-index"
762
762
+
checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22"
763
763
+
dependencies = [
764
764
+
"proc-macro2",
765
765
+
"quote",
766
766
+
"syn 2.0.111",
767
767
+
"unicode-xid",
768
768
+
]
769
769
+
770
770
+
[[package]]
771
771
+
name = "diatomic-waker"
772
772
+
version = "0.2.3"
773
773
+
source = "registry+https://github.com/rust-lang/crates.io-index"
774
774
+
checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c"
775
775
+
776
776
+
[[package]]
777
777
+
name = "digest"
778
778
+
version = "0.10.7"
779
779
+
source = "registry+https://github.com/rust-lang/crates.io-index"
780
780
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
781
781
+
dependencies = [
782
782
+
"block-buffer",
783
783
+
"const-oid",
784
784
+
"crypto-common",
785
785
+
"subtle",
786
786
+
]
787
787
+
788
788
+
[[package]]
789
789
+
name = "displaydoc"
790
790
+
version = "0.2.5"
791
791
+
source = "registry+https://github.com/rust-lang/crates.io-index"
792
792
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
793
793
+
dependencies = [
794
794
+
"proc-macro2",
795
795
+
"quote",
796
796
+
"syn 2.0.111",
797
797
+
]
798
798
+
799
799
+
[[package]]
800
800
+
name = "dyn-clone"
801
801
+
version = "1.0.20"
802
802
+
source = "registry+https://github.com/rust-lang/crates.io-index"
803
803
+
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
804
804
+
805
805
+
[[package]]
806
806
+
name = "easy_fuser"
807
807
+
version = "0.4.2"
808
808
+
source = "registry+https://github.com/rust-lang/crates.io-index"
809
809
+
checksum = "72a50e8f88bcce5ddbd829dd09ca553de13cd206fb2a68bc7de9cd56ed921e10"
810
810
+
dependencies = [
811
811
+
"bitflags",
812
812
+
"fuser",
813
813
+
"libc",
814
814
+
"log",
815
815
+
"threadpool",
816
816
+
]
817
817
+
818
818
+
[[package]]
819
819
+
name = "ecdsa"
820
820
+
version = "0.16.9"
821
821
+
source = "registry+https://github.com/rust-lang/crates.io-index"
822
822
+
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
823
823
+
dependencies = [
824
824
+
"der",
825
825
+
"digest",
826
826
+
"elliptic-curve",
827
827
+
"rfc6979",
828
828
+
"signature",
829
829
+
"spki",
830
830
+
]
831
831
+
832
832
+
[[package]]
833
833
+
name = "elliptic-curve"
834
834
+
version = "0.13.8"
835
835
+
source = "registry+https://github.com/rust-lang/crates.io-index"
836
836
+
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
837
837
+
dependencies = [
838
838
+
"base16ct",
839
839
+
"crypto-bigint",
840
840
+
"digest",
841
841
+
"ff",
842
842
+
"generic-array",
843
843
+
"group",
844
844
+
"pem-rfc7468",
845
845
+
"pkcs8",
846
846
+
"rand_core 0.6.4",
847
847
+
"sec1",
848
848
+
"subtle",
849
849
+
"zeroize",
850
850
+
]
851
851
+
852
852
+
[[package]]
853
853
+
name = "embedded-io"
854
854
+
version = "0.4.0"
855
855
+
source = "registry+https://github.com/rust-lang/crates.io-index"
856
856
+
checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
857
857
+
858
858
+
[[package]]
859
859
+
name = "embedded-io"
860
860
+
version = "0.6.1"
861
861
+
source = "registry+https://github.com/rust-lang/crates.io-index"
862
862
+
checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
863
863
+
864
864
+
[[package]]
865
865
+
name = "encoding_rs"
866
866
+
version = "0.8.35"
867
867
+
source = "registry+https://github.com/rust-lang/crates.io-index"
868
868
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
869
869
+
dependencies = [
870
870
+
"cfg-if",
871
871
+
]
872
872
+
873
873
+
[[package]]
874
874
+
name = "enum-as-inner"
875
875
+
version = "0.6.1"
876
876
+
source = "registry+https://github.com/rust-lang/crates.io-index"
877
877
+
checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
878
878
+
dependencies = [
879
879
+
"heck 0.5.0",
880
880
+
"proc-macro2",
881
881
+
"quote",
882
882
+
"syn 2.0.111",
883
883
+
]
884
884
+
885
885
+
[[package]]
886
886
+
name = "equivalent"
887
887
+
version = "1.0.2"
888
888
+
source = "registry+https://github.com/rust-lang/crates.io-index"
889
889
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
890
890
+
891
891
+
[[package]]
892
892
+
name = "errno"
893
893
+
version = "0.3.14"
894
894
+
source = "registry+https://github.com/rust-lang/crates.io-index"
895
895
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
896
896
+
dependencies = [
897
897
+
"libc",
898
898
+
"windows-sys 0.61.2",
899
899
+
]
900
900
+
901
901
+
[[package]]
902
902
+
name = "event-listener"
903
903
+
version = "2.5.3"
904
904
+
source = "registry+https://github.com/rust-lang/crates.io-index"
905
905
+
checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
906
906
+
907
907
+
[[package]]
908
908
+
name = "event-listener"
909
909
+
version = "5.4.1"
910
910
+
source = "registry+https://github.com/rust-lang/crates.io-index"
911
911
+
checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
912
912
+
dependencies = [
913
913
+
"concurrent-queue",
914
914
+
"parking",
915
915
+
"pin-project-lite",
916
916
+
]
917
917
+
918
918
+
[[package]]
919
919
+
name = "event-listener-strategy"
920
920
+
version = "0.5.4"
921
921
+
source = "registry+https://github.com/rust-lang/crates.io-index"
922
922
+
checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
923
923
+
dependencies = [
924
924
+
"event-listener 5.4.1",
925
925
+
"pin-project-lite",
926
926
+
]
927
927
+
928
928
+
[[package]]
929
929
+
name = "fastrand"
930
930
+
version = "2.3.0"
931
931
+
source = "registry+https://github.com/rust-lang/crates.io-index"
932
932
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
933
933
+
934
934
+
[[package]]
935
935
+
name = "ff"
936
936
+
version = "0.13.1"
937
937
+
source = "registry+https://github.com/rust-lang/crates.io-index"
938
938
+
checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
939
939
+
dependencies = [
940
940
+
"rand_core 0.6.4",
941
941
+
"subtle",
942
942
+
]
943
943
+
944
944
+
[[package]]
945
945
+
name = "filetime"
946
946
+
version = "0.2.26"
947
947
+
source = "registry+https://github.com/rust-lang/crates.io-index"
948
948
+
checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
949
949
+
dependencies = [
950
950
+
"cfg-if",
951
951
+
"libc",
952
952
+
"libredox",
953
953
+
"windows-sys 0.60.2",
954
954
+
]
955
955
+
956
956
+
[[package]]
957
957
+
name = "find-msvc-tools"
958
958
+
version = "0.1.5"
959
959
+
source = "registry+https://github.com/rust-lang/crates.io-index"
960
960
+
checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
961
961
+
962
962
+
[[package]]
963
963
+
name = "flate2"
964
964
+
version = "1.1.5"
965
965
+
source = "registry+https://github.com/rust-lang/crates.io-index"
966
966
+
checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb"
967
967
+
dependencies = [
968
968
+
"crc32fast",
969
969
+
"miniz_oxide",
970
970
+
]
971
971
+
972
972
+
[[package]]
973
973
+
name = "fnv"
974
974
+
version = "1.0.7"
975
975
+
source = "registry+https://github.com/rust-lang/crates.io-index"
976
976
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
977
977
+
978
978
+
[[package]]
979
979
+
name = "form_urlencoded"
980
980
+
version = "1.2.2"
981
981
+
source = "registry+https://github.com/rust-lang/crates.io-index"
982
982
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
983
983
+
dependencies = [
984
984
+
"percent-encoding",
985
985
+
]
986
986
+
987
987
+
[[package]]
988
988
+
name = "fuser"
989
989
+
version = "0.16.0"
990
990
+
source = "registry+https://github.com/rust-lang/crates.io-index"
991
991
+
checksum = "0bb29a3ae32279fe3e79a958fe01899f5fb23eadccee919cf88e145b54ed9367"
992
992
+
dependencies = [
993
993
+
"libc",
994
994
+
"log",
995
995
+
"memchr",
996
996
+
"nix",
997
997
+
"page_size",
998
998
+
"smallvec",
999
999
+
"zerocopy",
1000
1000
+
]
1001
1001
+
1002
1002
+
[[package]]
1003
1003
+
name = "futf"
1004
1004
+
version = "0.1.5"
1005
1005
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1006
1006
+
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
1007
1007
+
dependencies = [
1008
1008
+
"mac",
1009
1009
+
"new_debug_unreachable",
1010
1010
+
]
1011
1011
+
1012
1012
+
[[package]]
1013
1013
+
name = "futures"
1014
1014
+
version = "0.3.31"
1015
1015
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1016
1016
+
checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
1017
1017
+
dependencies = [
1018
1018
+
"futures-channel",
1019
1019
+
"futures-core",
1020
1020
+
"futures-executor",
1021
1021
+
"futures-io",
1022
1022
+
"futures-sink",
1023
1023
+
"futures-task",
1024
1024
+
"futures-util",
1025
1025
+
]
1026
1026
+
1027
1027
+
[[package]]
1028
1028
+
name = "futures-buffered"
1029
1029
+
version = "0.2.12"
1030
1030
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1031
1031
+
checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd"
1032
1032
+
dependencies = [
1033
1033
+
"cordyceps",
1034
1034
+
"diatomic-waker",
1035
1035
+
"futures-core",
1036
1036
+
"pin-project-lite",
1037
1037
+
"spin 0.10.0",
1038
1038
+
]
1039
1039
+
1040
1040
+
[[package]]
1041
1041
+
name = "futures-channel"
1042
1042
+
version = "0.3.31"
1043
1043
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1044
1044
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
1045
1045
+
dependencies = [
1046
1046
+
"futures-core",
1047
1047
+
"futures-sink",
1048
1048
+
]
1049
1049
+
1050
1050
+
[[package]]
1051
1051
+
name = "futures-core"
1052
1052
+
version = "0.3.31"
1053
1053
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1054
1054
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
1055
1055
+
1056
1056
+
[[package]]
1057
1057
+
name = "futures-executor"
1058
1058
+
version = "0.3.31"
1059
1059
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1060
1060
+
checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
1061
1061
+
dependencies = [
1062
1062
+
"futures-core",
1063
1063
+
"futures-task",
1064
1064
+
"futures-util",
1065
1065
+
]
1066
1066
+
1067
1067
+
[[package]]
1068
1068
+
name = "futures-io"
1069
1069
+
version = "0.3.31"
1070
1070
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1071
1071
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
1072
1072
+
1073
1073
+
[[package]]
1074
1074
+
name = "futures-lite"
1075
1075
+
version = "2.6.1"
1076
1076
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1077
1077
+
checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
1078
1078
+
dependencies = [
1079
1079
+
"fastrand",
1080
1080
+
"futures-core",
1081
1081
+
"futures-io",
1082
1082
+
"parking",
1083
1083
+
"pin-project-lite",
1084
1084
+
]
1085
1085
+
1086
1086
+
[[package]]
1087
1087
+
name = "futures-macro"
1088
1088
+
version = "0.3.31"
1089
1089
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1090
1090
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
1091
1091
+
dependencies = [
1092
1092
+
"proc-macro2",
1093
1093
+
"quote",
1094
1094
+
"syn 2.0.111",
1095
1095
+
]
1096
1096
+
1097
1097
+
[[package]]
1098
1098
+
name = "futures-sink"
1099
1099
+
version = "0.3.31"
1100
1100
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1101
1101
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
1102
1102
+
1103
1103
+
[[package]]
1104
1104
+
name = "futures-task"
1105
1105
+
version = "0.3.31"
1106
1106
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1107
1107
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
1108
1108
+
1109
1109
+
[[package]]
1110
1110
+
name = "futures-util"
1111
1111
+
version = "0.3.31"
1112
1112
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1113
1113
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
1114
1114
+
dependencies = [
1115
1115
+
"futures-channel",
1116
1116
+
"futures-core",
1117
1117
+
"futures-io",
1118
1118
+
"futures-macro",
1119
1119
+
"futures-sink",
1120
1120
+
"futures-task",
1121
1121
+
"memchr",
1122
1122
+
"pin-project-lite",
1123
1123
+
"pin-utils",
1124
1124
+
"slab",
1125
1125
+
]
1126
1126
+
1127
1127
+
[[package]]
1128
1128
+
name = "generator"
1129
1129
+
version = "0.8.7"
1130
1130
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1131
1131
+
checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
1132
1132
+
dependencies = [
1133
1133
+
"cc",
1134
1134
+
"cfg-if",
1135
1135
+
"libc",
1136
1136
+
"log",
1137
1137
+
"rustversion",
1138
1138
+
"windows",
1139
1139
+
]
1140
1140
+
1141
1141
+
[[package]]
1142
1142
+
name = "generic-array"
1143
1143
+
version = "0.14.9"
1144
1144
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1145
1145
+
checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2"
1146
1146
+
dependencies = [
1147
1147
+
"typenum",
1148
1148
+
"version_check",
1149
1149
+
"zeroize",
1150
1150
+
]
1151
1151
+
1152
1152
+
[[package]]
1153
1153
+
name = "getrandom"
1154
1154
+
version = "0.2.16"
1155
1155
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1156
1156
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
1157
1157
+
dependencies = [
1158
1158
+
"cfg-if",
1159
1159
+
"js-sys",
1160
1160
+
"libc",
1161
1161
+
"wasi",
1162
1162
+
"wasm-bindgen",
1163
1163
+
]
1164
1164
+
1165
1165
+
[[package]]
1166
1166
+
name = "getrandom"
1167
1167
+
version = "0.3.4"
1168
1168
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1169
1169
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
1170
1170
+
dependencies = [
1171
1171
+
"cfg-if",
1172
1172
+
"js-sys",
1173
1173
+
"libc",
1174
1174
+
"r-efi",
1175
1175
+
"wasip2",
1176
1176
+
"wasm-bindgen",
1177
1177
+
]
1178
1178
+
1179
1179
+
[[package]]
1180
1180
+
name = "gloo-storage"
1181
1181
+
version = "0.3.0"
1182
1182
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1183
1183
+
checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a"
1184
1184
+
dependencies = [
1185
1185
+
"gloo-utils",
1186
1186
+
"js-sys",
1187
1187
+
"serde",
1188
1188
+
"serde_json",
1189
1189
+
"thiserror 1.0.69",
1190
1190
+
"wasm-bindgen",
1191
1191
+
"web-sys",
1192
1192
+
]
1193
1193
+
1194
1194
+
[[package]]
1195
1195
+
name = "gloo-timers"
1196
1196
+
version = "0.3.0"
1197
1197
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1198
1198
+
checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
1199
1199
+
dependencies = [
1200
1200
+
"futures-channel",
1201
1201
+
"futures-core",
1202
1202
+
"js-sys",
1203
1203
+
"wasm-bindgen",
1204
1204
+
]
1205
1205
+
1206
1206
+
[[package]]
1207
1207
+
name = "gloo-utils"
1208
1208
+
version = "0.2.0"
1209
1209
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1210
1210
+
checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa"
1211
1211
+
dependencies = [
1212
1212
+
"js-sys",
1213
1213
+
"serde",
1214
1214
+
"serde_json",
1215
1215
+
"wasm-bindgen",
1216
1216
+
"web-sys",
1217
1217
+
]
1218
1218
+
1219
1219
+
[[package]]
1220
1220
+
name = "group"
1221
1221
+
version = "0.13.0"
1222
1222
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1223
1223
+
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
1224
1224
+
dependencies = [
1225
1225
+
"ff",
1226
1226
+
"rand_core 0.6.4",
1227
1227
+
"subtle",
1228
1228
+
]
1229
1229
+
1230
1230
+
[[package]]
1231
1231
+
name = "h2"
1232
1232
+
version = "0.4.12"
1233
1233
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1234
1234
+
checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
1235
1235
+
dependencies = [
1236
1236
+
"atomic-waker",
1237
1237
+
"bytes",
1238
1238
+
"fnv",
1239
1239
+
"futures-core",
1240
1240
+
"futures-sink",
1241
1241
+
"http",
1242
1242
+
"indexmap 2.12.1",
1243
1243
+
"slab",
1244
1244
+
"tokio",
1245
1245
+
"tokio-util",
1246
1246
+
"tracing",
1247
1247
+
]
1248
1248
+
1249
1249
+
[[package]]
1250
1250
+
name = "half"
1251
1251
+
version = "2.7.1"
1252
1252
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1253
1253
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
1254
1254
+
dependencies = [
1255
1255
+
"cfg-if",
1256
1256
+
"crunchy",
1257
1257
+
"zerocopy",
1258
1258
+
]
1259
1259
+
1260
1260
+
[[package]]
1261
1261
+
name = "hash32"
1262
1262
+
version = "0.2.1"
1263
1263
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1264
1264
+
checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67"
1265
1265
+
dependencies = [
1266
1266
+
"byteorder",
1267
1267
+
]
1268
1268
+
1269
1269
+
[[package]]
1270
1270
+
name = "hashbrown"
1271
1271
+
version = "0.12.3"
1272
1272
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1273
1273
+
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
1274
1274
+
1275
1275
+
[[package]]
1276
1276
+
name = "hashbrown"
1277
1277
+
version = "0.14.5"
1278
1278
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1279
1279
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
1280
1280
+
1281
1281
+
[[package]]
1282
1282
+
name = "hashbrown"
1283
1283
+
version = "0.16.1"
1284
1284
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1285
1285
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
1286
1286
+
1287
1287
+
[[package]]
1288
1288
+
name = "heapless"
1289
1289
+
version = "0.7.17"
1290
1290
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1291
1291
+
checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f"
1292
1292
+
dependencies = [
1293
1293
+
"atomic-polyfill",
1294
1294
+
"hash32",
1295
1295
+
"rustc_version",
1296
1296
+
"serde",
1297
1297
+
"spin 0.9.8",
1298
1298
+
"stable_deref_trait",
1299
1299
+
]
1300
1300
+
1301
1301
+
[[package]]
1302
1302
+
name = "heck"
1303
1303
+
version = "0.4.1"
1304
1304
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1305
1305
+
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
1306
1306
+
1307
1307
+
[[package]]
1308
1308
+
name = "heck"
1309
1309
+
version = "0.5.0"
1310
1310
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1311
1311
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
1312
1312
+
1313
1313
+
[[package]]
1314
1314
+
name = "hermit-abi"
1315
1315
+
version = "0.5.2"
1316
1316
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1317
1317
+
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
1318
1318
+
1319
1319
+
[[package]]
1320
1320
+
name = "hex"
1321
1321
+
version = "0.4.3"
1322
1322
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1323
1323
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
1324
1324
+
1325
1325
+
[[package]]
1326
1326
+
name = "hex_fmt"
1327
1327
+
version = "0.3.0"
1328
1328
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1329
1329
+
checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f"
1330
1330
+
1331
1331
+
[[package]]
1332
1332
+
name = "hickory-proto"
1333
1333
+
version = "0.24.4"
1334
1334
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1335
1335
+
checksum = "92652067c9ce6f66ce53cc38d1169daa36e6e7eb7dd3b63b5103bd9d97117248"
1336
1336
+
dependencies = [
1337
1337
+
"async-trait",
1338
1338
+
"cfg-if",
1339
1339
+
"data-encoding",
1340
1340
+
"enum-as-inner",
1341
1341
+
"futures-channel",
1342
1342
+
"futures-io",
1343
1343
+
"futures-util",
1344
1344
+
"idna",
1345
1345
+
"ipnet",
1346
1346
+
"once_cell",
1347
1347
+
"rand 0.8.5",
1348
1348
+
"thiserror 1.0.69",
1349
1349
+
"tinyvec",
1350
1350
+
"tokio",
1351
1351
+
"tracing",
1352
1352
+
"url",
1353
1353
+
]
1354
1354
+
1355
1355
+
[[package]]
1356
1356
+
name = "hickory-resolver"
1357
1357
+
version = "0.24.4"
1358
1358
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1359
1359
+
checksum = "cbb117a1ca520e111743ab2f6688eddee69db4e0ea242545a604dce8a66fd22e"
1360
1360
+
dependencies = [
1361
1361
+
"cfg-if",
1362
1362
+
"futures-util",
1363
1363
+
"hickory-proto",
1364
1364
+
"ipconfig",
1365
1365
+
"lru-cache",
1366
1366
+
"once_cell",
1367
1367
+
"parking_lot",
1368
1368
+
"rand 0.8.5",
1369
1369
+
"resolv-conf",
1370
1370
+
"smallvec",
1371
1371
+
"thiserror 1.0.69",
1372
1372
+
"tokio",
1373
1373
+
"tracing",
1374
1374
+
]
1375
1375
+
1376
1376
+
[[package]]
1377
1377
+
name = "hmac"
1378
1378
+
version = "0.12.1"
1379
1379
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1380
1380
+
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
1381
1381
+
dependencies = [
1382
1382
+
"digest",
1383
1383
+
]
1384
1384
+
1385
1385
+
[[package]]
1386
1386
+
name = "html5ever"
1387
1387
+
version = "0.27.0"
1388
1388
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1389
1389
+
checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
1390
1390
+
dependencies = [
1391
1391
+
"log",
1392
1392
+
"mac",
1393
1393
+
"markup5ever",
1394
1394
+
"proc-macro2",
1395
1395
+
"quote",
1396
1396
+
"syn 2.0.111",
1397
1397
+
]
1398
1398
+
1399
1399
+
[[package]]
1400
1400
+
name = "http"
1401
1401
+
version = "1.4.0"
1402
1402
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1403
1403
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
1404
1404
+
dependencies = [
1405
1405
+
"bytes",
1406
1406
+
"itoa",
1407
1407
+
]
1408
1408
+
1409
1409
+
[[package]]
1410
1410
+
name = "http-body"
1411
1411
+
version = "1.0.1"
1412
1412
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1413
1413
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
1414
1414
+
dependencies = [
1415
1415
+
"bytes",
1416
1416
+
"http",
1417
1417
+
]
1418
1418
+
1419
1419
+
[[package]]
1420
1420
+
name = "http-body-util"
1421
1421
+
version = "0.1.3"
1422
1422
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1423
1423
+
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
1424
1424
+
dependencies = [
1425
1425
+
"bytes",
1426
1426
+
"futures-core",
1427
1427
+
"http",
1428
1428
+
"http-body",
1429
1429
+
"pin-project-lite",
1430
1430
+
]
1431
1431
+
1432
1432
+
[[package]]
1433
1433
+
name = "httparse"
1434
1434
+
version = "1.10.1"
1435
1435
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1436
1436
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
1437
1437
+
1438
1438
+
[[package]]
1439
1439
+
name = "hyper"
1440
1440
+
version = "1.8.1"
1441
1441
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1442
1442
+
checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11"
1443
1443
+
dependencies = [
1444
1444
+
"atomic-waker",
1445
1445
+
"bytes",
1446
1446
+
"futures-channel",
1447
1447
+
"futures-core",
1448
1448
+
"h2",
1449
1449
+
"http",
1450
1450
+
"http-body",
1451
1451
+
"httparse",
1452
1452
+
"itoa",
1453
1453
+
"pin-project-lite",
1454
1454
+
"pin-utils",
1455
1455
+
"smallvec",
1456
1456
+
"tokio",
1457
1457
+
"want",
1458
1458
+
]
1459
1459
+
1460
1460
+
[[package]]
1461
1461
+
name = "hyper-rustls"
1462
1462
+
version = "0.27.7"
1463
1463
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1464
1464
+
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
1465
1465
+
dependencies = [
1466
1466
+
"http",
1467
1467
+
"hyper",
1468
1468
+
"hyper-util",
1469
1469
+
"rustls",
1470
1470
+
"rustls-pki-types",
1471
1471
+
"tokio",
1472
1472
+
"tokio-rustls",
1473
1473
+
"tower-service",
1474
1474
+
"webpki-roots",
1475
1475
+
]
1476
1476
+
1477
1477
+
[[package]]
1478
1478
+
name = "hyper-util"
1479
1479
+
version = "0.1.19"
1480
1480
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1481
1481
+
checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f"
1482
1482
+
dependencies = [
1483
1483
+
"base64",
1484
1484
+
"bytes",
1485
1485
+
"futures-channel",
1486
1486
+
"futures-core",
1487
1487
+
"futures-util",
1488
1488
+
"http",
1489
1489
+
"http-body",
1490
1490
+
"hyper",
1491
1491
+
"ipnet",
1492
1492
+
"libc",
1493
1493
+
"percent-encoding",
1494
1494
+
"pin-project-lite",
1495
1495
+
"socket2 0.6.1",
1496
1496
+
"system-configuration",
1497
1497
+
"tokio",
1498
1498
+
"tower-service",
1499
1499
+
"tracing",
1500
1500
+
"windows-registry",
1501
1501
+
]
1502
1502
+
1503
1503
+
[[package]]
1504
1504
+
name = "iana-time-zone"
1505
1505
+
version = "0.1.64"
1506
1506
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1507
1507
+
checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
1508
1508
+
dependencies = [
1509
1509
+
"android_system_properties",
1510
1510
+
"core-foundation-sys",
1511
1511
+
"iana-time-zone-haiku",
1512
1512
+
"js-sys",
1513
1513
+
"log",
1514
1514
+
"wasm-bindgen",
1515
1515
+
"windows-core 0.62.2",
1516
1516
+
]
1517
1517
+
1518
1518
+
[[package]]
1519
1519
+
name = "iana-time-zone-haiku"
1520
1520
+
version = "0.1.2"
1521
1521
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1522
1522
+
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
1523
1523
+
dependencies = [
1524
1524
+
"cc",
1525
1525
+
]
1526
1526
+
1527
1527
+
[[package]]
1528
1528
+
name = "icu_collections"
1529
1529
+
version = "2.1.1"
1530
1530
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1531
1531
+
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
1532
1532
+
dependencies = [
1533
1533
+
"displaydoc",
1534
1534
+
"potential_utf",
1535
1535
+
"yoke",
1536
1536
+
"zerofrom",
1537
1537
+
"zerovec",
1538
1538
+
]
1539
1539
+
1540
1540
+
[[package]]
1541
1541
+
name = "icu_locale_core"
1542
1542
+
version = "2.1.1"
1543
1543
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1544
1544
+
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
1545
1545
+
dependencies = [
1546
1546
+
"displaydoc",
1547
1547
+
"litemap",
1548
1548
+
"tinystr",
1549
1549
+
"writeable",
1550
1550
+
"zerovec",
1551
1551
+
]
1552
1552
+
1553
1553
+
[[package]]
1554
1554
+
name = "icu_normalizer"
1555
1555
+
version = "2.1.1"
1556
1556
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1557
1557
+
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
1558
1558
+
dependencies = [
1559
1559
+
"icu_collections",
1560
1560
+
"icu_normalizer_data",
1561
1561
+
"icu_properties",
1562
1562
+
"icu_provider",
1563
1563
+
"smallvec",
1564
1564
+
"zerovec",
1565
1565
+
]
1566
1566
+
1567
1567
+
[[package]]
1568
1568
+
name = "icu_normalizer_data"
1569
1569
+
version = "2.1.1"
1570
1570
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1571
1571
+
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
1572
1572
+
1573
1573
+
[[package]]
1574
1574
+
name = "icu_properties"
1575
1575
+
version = "2.1.2"
1576
1576
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1577
1577
+
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
1578
1578
+
dependencies = [
1579
1579
+
"icu_collections",
1580
1580
+
"icu_locale_core",
1581
1581
+
"icu_properties_data",
1582
1582
+
"icu_provider",
1583
1583
+
"zerotrie",
1584
1584
+
"zerovec",
1585
1585
+
]
1586
1586
+
1587
1587
+
[[package]]
1588
1588
+
name = "icu_properties_data"
1589
1589
+
version = "2.1.2"
1590
1590
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1591
1591
+
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
1592
1592
+
1593
1593
+
[[package]]
1594
1594
+
name = "icu_provider"
1595
1595
+
version = "2.1.1"
1596
1596
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1597
1597
+
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
1598
1598
+
dependencies = [
1599
1599
+
"displaydoc",
1600
1600
+
"icu_locale_core",
1601
1601
+
"writeable",
1602
1602
+
"yoke",
1603
1603
+
"zerofrom",
1604
1604
+
"zerotrie",
1605
1605
+
"zerovec",
1606
1606
+
]
1607
1607
+
1608
1608
+
[[package]]
1609
1609
+
name = "ident_case"
1610
1610
+
version = "1.0.1"
1611
1611
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1612
1612
+
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
1613
1613
+
1614
1614
+
[[package]]
1615
1615
+
name = "idna"
1616
1616
+
version = "1.1.0"
1617
1617
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1618
1618
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
1619
1619
+
dependencies = [
1620
1620
+
"idna_adapter",
1621
1621
+
"smallvec",
1622
1622
+
"utf8_iter",
1623
1623
+
]
1624
1624
+
1625
1625
+
[[package]]
1626
1626
+
name = "idna_adapter"
1627
1627
+
version = "1.2.1"
1628
1628
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1629
1629
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
1630
1630
+
dependencies = [
1631
1631
+
"icu_normalizer",
1632
1632
+
"icu_properties",
1633
1633
+
]
1634
1634
+
1635
1635
+
[[package]]
1636
1636
+
name = "indexmap"
1637
1637
+
version = "1.9.3"
1638
1638
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1639
1639
+
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
1640
1640
+
dependencies = [
1641
1641
+
"autocfg",
1642
1642
+
"hashbrown 0.12.3",
1643
1643
+
"serde",
1644
1644
+
]
1645
1645
+
1646
1646
+
[[package]]
1647
1647
+
name = "indexmap"
1648
1648
+
version = "2.12.1"
1649
1649
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1650
1650
+
checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2"
1651
1651
+
dependencies = [
1652
1652
+
"equivalent",
1653
1653
+
"hashbrown 0.16.1",
1654
1654
+
"serde",
1655
1655
+
"serde_core",
1656
1656
+
]
1657
1657
+
1658
1658
+
[[package]]
1659
1659
+
name = "indoc"
1660
1660
+
version = "2.0.7"
1661
1661
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1662
1662
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
1663
1663
+
dependencies = [
1664
1664
+
"rustversion",
1665
1665
+
]
1666
1666
+
1667
1667
+
[[package]]
1668
1668
+
name = "inventory"
1669
1669
+
version = "0.3.21"
1670
1670
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1671
1671
+
checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
1672
1672
+
dependencies = [
1673
1673
+
"rustversion",
1674
1674
+
]
1675
1675
+
1676
1676
+
[[package]]
1677
1677
+
name = "ipconfig"
1678
1678
+
version = "0.3.2"
1679
1679
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1680
1680
+
checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f"
1681
1681
+
dependencies = [
1682
1682
+
"socket2 0.5.10",
1683
1683
+
"widestring",
1684
1684
+
"windows-sys 0.48.0",
1685
1685
+
"winreg",
1686
1686
+
]
1687
1687
+
1688
1688
+
[[package]]
1689
1689
+
name = "ipld-core"
1690
1690
+
version = "0.4.2"
1691
1691
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1692
1692
+
checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db"
1693
1693
+
dependencies = [
1694
1694
+
"cid",
1695
1695
+
"serde",
1696
1696
+
"serde_bytes",
1697
1697
+
]
1698
1698
+
1699
1699
+
[[package]]
1700
1700
+
name = "ipnet"
1701
1701
+
version = "2.11.0"
1702
1702
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1703
1703
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
1704
1704
+
1705
1705
+
[[package]]
1706
1706
+
name = "iri-string"
1707
1707
+
version = "0.7.9"
1708
1708
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1709
1709
+
checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397"
1710
1710
+
dependencies = [
1711
1711
+
"memchr",
1712
1712
+
"serde",
1713
1713
+
]
1714
1714
+
1715
1715
+
[[package]]
1716
1716
+
name = "itoa"
1717
1717
+
version = "1.0.15"
1718
1718
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1719
1719
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
1720
1720
+
1721
1721
+
[[package]]
1722
1722
+
name = "jacquard"
1723
1723
+
version = "0.9.4"
1724
1724
+
source = "git+https://tangled.org/nonbinary.computer/jacquard#5bd87b462e1b020feb232fefaf4926ff004eefe4"
1725
1725
+
dependencies = [
1726
1726
+
"bytes",
1727
1727
+
"getrandom 0.2.16",
1728
1728
+
"gloo-storage",
1729
1729
+
"http",
1730
1730
+
"jacquard-api",
1731
1731
+
"jacquard-common",
1732
1732
+
"jacquard-identity",
1733
1733
+
"jacquard-oauth",
1734
1734
+
"jose-jwk",
1735
1735
+
"miette",
1736
1736
+
"regex",
1737
1737
+
"regex-lite",
1738
1738
+
"reqwest",
1739
1739
+
"ring",
1740
1740
+
"serde",
1741
1741
+
"serde_html_form",
1742
1742
+
"serde_json",
1743
1743
+
"smol_str",
1744
1744
+
"thiserror 2.0.17",
1745
1745
+
"tokio",
1746
1746
+
"trait-variant",
1747
1747
+
"url",
1748
1748
+
"webpage",
1749
1749
+
]
1750
1750
+
1751
1751
+
[[package]]
1752
1752
+
name = "jacquard-api"
1753
1753
+
version = "0.9.2"
1754
1754
+
source = "git+https://tangled.org/nonbinary.computer/jacquard#5bd87b462e1b020feb232fefaf4926ff004eefe4"
1755
1755
+
dependencies = [
1756
1756
+
"bon",
1757
1757
+
"bytes",
1758
1758
+
"jacquard-common",
1759
1759
+
"jacquard-derive",
1760
1760
+
"jacquard-lexicon",
1761
1761
+
"miette",
1762
1762
+
"rustversion",
1763
1763
+
"serde",
1764
1764
+
"serde_bytes",
1765
1765
+
"serde_ipld_dagcbor",
1766
1766
+
"thiserror 2.0.17",
1767
1767
+
"unicode-segmentation",
1768
1768
+
]
1769
1769
+
1770
1770
+
[[package]]
1771
1771
+
name = "jacquard-common"
1772
1772
+
version = "0.9.2"
1773
1773
+
source = "git+https://tangled.org/nonbinary.computer/jacquard#5bd87b462e1b020feb232fefaf4926ff004eefe4"
1774
1774
+
dependencies = [
1775
1775
+
"base64",
1776
1776
+
"bon",
1777
1777
+
"bytes",
1778
1778
+
"chrono",
1779
1779
+
"cid",
1780
1780
+
"getrandom 0.2.16",
1781
1781
+
"getrandom 0.3.4",
1782
1782
+
"http",
1783
1783
+
"ipld-core",
1784
1784
+
"k256",
1785
1785
+
"langtag",
1786
1786
+
"miette",
1787
1787
+
"multibase",
1788
1788
+
"multihash",
1789
1789
+
"ouroboros",
1790
1790
+
"p256",
1791
1791
+
"postcard",
1792
1792
+
"rand 0.9.2",
1793
1793
+
"regex",
1794
1794
+
"regex-lite",
1795
1795
+
"reqwest",
1796
1796
+
"ring",
1797
1797
+
"serde",
1798
1798
+
"serde_bytes",
1799
1799
+
"serde_html_form",
1800
1800
+
"serde_ipld_dagcbor",
1801
1801
+
"serde_json",
1802
1802
+
"signature",
1803
1803
+
"smol_str",
1804
1804
+
"thiserror 2.0.17",
1805
1805
+
"tokio",
1806
1806
+
"tokio-util",
1807
1807
+
"trait-variant",
1808
1808
+
"url",
1809
1809
+
]
1810
1810
+
1811
1811
+
[[package]]
1812
1812
+
name = "jacquard-derive"
1813
1813
+
version = "0.9.4"
1814
1814
+
source = "git+https://tangled.org/nonbinary.computer/jacquard#5bd87b462e1b020feb232fefaf4926ff004eefe4"
1815
1815
+
dependencies = [
1816
1816
+
"heck 0.5.0",
1817
1817
+
"jacquard-lexicon",
1818
1818
+
"proc-macro2",
1819
1819
+
"quote",
1820
1820
+
"syn 2.0.111",
1821
1821
+
]
1822
1822
+
1823
1823
+
[[package]]
1824
1824
+
name = "jacquard-identity"
1825
1825
+
version = "0.9.2"
1826
1826
+
source = "git+https://tangled.org/nonbinary.computer/jacquard#5bd87b462e1b020feb232fefaf4926ff004eefe4"
1827
1827
+
dependencies = [
1828
1828
+
"bon",
1829
1829
+
"bytes",
1830
1830
+
"hickory-resolver",
1831
1831
+
"http",
1832
1832
+
"jacquard-api",
1833
1833
+
"jacquard-common",
1834
1834
+
"jacquard-lexicon",
1835
1835
+
"miette",
1836
1836
+
"mini-moka",
1837
1837
+
"n0-future",
1838
1838
+
"percent-encoding",
1839
1839
+
"reqwest",
1840
1840
+
"ring",
1841
1841
+
"serde",
1842
1842
+
"serde_html_form",
1843
1843
+
"serde_json",
1844
1844
+
"thiserror 2.0.17",
1845
1845
+
"tokio",
1846
1846
+
"trait-variant",
1847
1847
+
"url",
1848
1848
+
"urlencoding",
1849
1849
+
]
1850
1850
+
1851
1851
+
[[package]]
1852
1852
+
name = "jacquard-lexicon"
1853
1853
+
version = "0.9.2"
1854
1854
+
source = "git+https://tangled.org/nonbinary.computer/jacquard#5bd87b462e1b020feb232fefaf4926ff004eefe4"
1855
1855
+
dependencies = [
1856
1856
+
"cid",
1857
1857
+
"dashmap",
1858
1858
+
"heck 0.5.0",
1859
1859
+
"inventory",
1860
1860
+
"jacquard-common",
1861
1861
+
"miette",
1862
1862
+
"multihash",
1863
1863
+
"prettyplease",
1864
1864
+
"proc-macro2",
1865
1865
+
"quote",
1866
1866
+
"serde",
1867
1867
+
"serde_ipld_dagcbor",
1868
1868
+
"serde_json",
1869
1869
+
"serde_repr",
1870
1870
+
"serde_with",
1871
1871
+
"sha2",
1872
1872
+
"syn 2.0.111",
1873
1873
+
"thiserror 2.0.17",
1874
1874
+
"unicode-segmentation",
1875
1875
+
]
1876
1876
+
1877
1877
+
[[package]]
1878
1878
+
name = "jacquard-oauth"
1879
1879
+
version = "0.9.2"
1880
1880
+
source = "git+https://tangled.org/nonbinary.computer/jacquard#5bd87b462e1b020feb232fefaf4926ff004eefe4"
1881
1881
+
dependencies = [
1882
1882
+
"base64",
1883
1883
+
"bytes",
1884
1884
+
"chrono",
1885
1885
+
"dashmap",
1886
1886
+
"elliptic-curve",
1887
1887
+
"http",
1888
1888
+
"jacquard-common",
1889
1889
+
"jacquard-identity",
1890
1890
+
"jose-jwa",
1891
1891
+
"jose-jwk",
1892
1892
+
"miette",
1893
1893
+
"p256",
1894
1894
+
"rand 0.8.5",
1895
1895
+
"ring",
1896
1896
+
"serde",
1897
1897
+
"serde_html_form",
1898
1898
+
"serde_json",
1899
1899
+
"sha2",
1900
1900
+
"smol_str",
1901
1901
+
"thiserror 2.0.17",
1902
1902
+
"tokio",
1903
1903
+
"trait-variant",
1904
1904
+
"url",
1905
1905
+
]
1906
1906
+
1907
1907
+
[[package]]
1908
1908
+
name = "jose-b64"
1909
1909
+
version = "0.1.2"
1910
1910
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1911
1911
+
checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56"
1912
1912
+
dependencies = [
1913
1913
+
"base64ct",
1914
1914
+
"serde",
1915
1915
+
"subtle",
1916
1916
+
"zeroize",
1917
1917
+
]
1918
1918
+
1919
1919
+
[[package]]
1920
1920
+
name = "jose-jwa"
1921
1921
+
version = "0.1.2"
1922
1922
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1923
1923
+
checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7"
1924
1924
+
dependencies = [
1925
1925
+
"serde",
1926
1926
+
]
1927
1927
+
1928
1928
+
[[package]]
1929
1929
+
name = "jose-jwk"
1930
1930
+
version = "0.1.2"
1931
1931
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1932
1932
+
checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7"
1933
1933
+
dependencies = [
1934
1934
+
"jose-b64",
1935
1935
+
"jose-jwa",
1936
1936
+
"p256",
1937
1937
+
"p384",
1938
1938
+
"rsa",
1939
1939
+
"serde",
1940
1940
+
"zeroize",
1941
1941
+
]
1942
1942
+
1943
1943
+
[[package]]
1944
1944
+
name = "js-sys"
1945
1945
+
version = "0.3.83"
1946
1946
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1947
1947
+
checksum = "464a3709c7f55f1f721e5389aa6ea4e3bc6aba669353300af094b29ffbdde1d8"
1948
1948
+
dependencies = [
1949
1949
+
"once_cell",
1950
1950
+
"wasm-bindgen",
1951
1951
+
]
1952
1952
+
1953
1953
+
[[package]]
1954
1954
+
name = "k256"
1955
1955
+
version = "0.13.4"
1956
1956
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1957
1957
+
checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
1958
1958
+
dependencies = [
1959
1959
+
"cfg-if",
1960
1960
+
"ecdsa",
1961
1961
+
"elliptic-curve",
1962
1962
+
"sha2",
1963
1963
+
]
1964
1964
+
1965
1965
+
[[package]]
1966
1966
+
name = "kv-log-macro"
1967
1967
+
version = "1.0.7"
1968
1968
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1969
1969
+
checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1970
1970
+
dependencies = [
1971
1971
+
"log",
1972
1972
+
]
1973
1973
+
1974
1974
+
[[package]]
1975
1975
+
name = "langtag"
1976
1976
+
version = "0.4.0"
1977
1977
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1978
1978
+
checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600"
1979
1979
+
dependencies = [
1980
1980
+
"serde",
1981
1981
+
"static-regular-grammar",
1982
1982
+
"thiserror 1.0.69",
1983
1983
+
]
1984
1984
+
1985
1985
+
[[package]]
1986
1986
+
name = "lazy_static"
1987
1987
+
version = "1.5.0"
1988
1988
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1989
1989
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
1990
1990
+
dependencies = [
1991
1991
+
"spin 0.9.8",
1992
1992
+
]
1993
1993
+
1994
1994
+
[[package]]
1995
1995
+
name = "libc"
1996
1996
+
version = "0.2.178"
1997
1997
+
source = "registry+https://github.com/rust-lang/crates.io-index"
1998
1998
+
checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091"
1999
1999
+
2000
2000
+
[[package]]
2001
2001
+
name = "libm"
2002
2002
+
version = "0.2.15"
2003
2003
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2004
2004
+
checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
2005
2005
+
2006
2006
+
[[package]]
2007
2007
+
name = "libredox"
2008
2008
+
version = "0.1.10"
2009
2009
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2010
2010
+
checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
2011
2011
+
dependencies = [
2012
2012
+
"bitflags",
2013
2013
+
"libc",
2014
2014
+
"redox_syscall",
2015
2015
+
]
2016
2016
+
2017
2017
+
[[package]]
2018
2018
+
name = "linked-hash-map"
2019
2019
+
version = "0.5.6"
2020
2020
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2021
2021
+
checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
2022
2022
+
2023
2023
+
[[package]]
2024
2024
+
name = "linux-raw-sys"
2025
2025
+
version = "0.11.0"
2026
2026
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2027
2027
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
2028
2028
+
2029
2029
+
[[package]]
2030
2030
+
name = "litemap"
2031
2031
+
version = "0.8.1"
2032
2032
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2033
2033
+
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
2034
2034
+
2035
2035
+
[[package]]
2036
2036
+
name = "lock_api"
2037
2037
+
version = "0.4.14"
2038
2038
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2039
2039
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
2040
2040
+
dependencies = [
2041
2041
+
"scopeguard",
2042
2042
+
]
2043
2043
+
2044
2044
+
[[package]]
2045
2045
+
name = "log"
2046
2046
+
version = "0.4.29"
2047
2047
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2048
2048
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
2049
2049
+
dependencies = [
2050
2050
+
"value-bag",
2051
2051
+
]
2052
2052
+
2053
2053
+
[[package]]
2054
2054
+
name = "loom"
2055
2055
+
version = "0.7.2"
2056
2056
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2057
2057
+
checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
2058
2058
+
dependencies = [
2059
2059
+
"cfg-if",
2060
2060
+
"generator",
2061
2061
+
"scoped-tls",
2062
2062
+
"tracing",
2063
2063
+
"tracing-subscriber",
2064
2064
+
]
2065
2065
+
2066
2066
+
[[package]]
2067
2067
+
name = "lru-cache"
2068
2068
+
version = "0.1.2"
2069
2069
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2070
2070
+
checksum = "31e24f1ad8321ca0e8a1e0ac13f23cb668e6f5466c2c57319f6a5cf1cc8e3b1c"
2071
2071
+
dependencies = [
2072
2072
+
"linked-hash-map",
2073
2073
+
]
2074
2074
+
2075
2075
+
[[package]]
2076
2076
+
name = "lru-slab"
2077
2077
+
version = "0.1.2"
2078
2078
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2079
2079
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
2080
2080
+
2081
2081
+
[[package]]
2082
2082
+
name = "mac"
2083
2083
+
version = "0.1.1"
2084
2084
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2085
2085
+
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
2086
2086
+
2087
2087
+
[[package]]
2088
2088
+
name = "markup5ever"
2089
2089
+
version = "0.12.1"
2090
2090
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2091
2091
+
checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
2092
2092
+
dependencies = [
2093
2093
+
"log",
2094
2094
+
"phf",
2095
2095
+
"phf_codegen",
2096
2096
+
"string_cache",
2097
2097
+
"string_cache_codegen",
2098
2098
+
"tendril",
2099
2099
+
]
2100
2100
+
2101
2101
+
[[package]]
2102
2102
+
name = "markup5ever_rcdom"
2103
2103
+
version = "0.3.0"
2104
2104
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2105
2105
+
checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
2106
2106
+
dependencies = [
2107
2107
+
"html5ever",
2108
2108
+
"markup5ever",
2109
2109
+
"tendril",
2110
2110
+
"xml5ever",
2111
2111
+
]
2112
2112
+
2113
2113
+
[[package]]
2114
2114
+
name = "match-lookup"
2115
2115
+
version = "0.1.1"
2116
2116
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2117
2117
+
checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e"
2118
2118
+
dependencies = [
2119
2119
+
"proc-macro2",
2120
2120
+
"quote",
2121
2121
+
"syn 1.0.109",
2122
2122
+
]
2123
2123
+
2124
2124
+
[[package]]
2125
2125
+
name = "matchers"
2126
2126
+
version = "0.2.0"
2127
2127
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2128
2128
+
checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
2129
2129
+
dependencies = [
2130
2130
+
"regex-automata",
2131
2131
+
]
2132
2132
+
2133
2133
+
[[package]]
2134
2134
+
name = "memchr"
2135
2135
+
version = "2.7.6"
2136
2136
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2137
2137
+
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
2138
2138
+
2139
2139
+
[[package]]
2140
2140
+
name = "miette"
2141
2141
+
version = "7.6.0"
2142
2142
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2143
2143
+
checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7"
2144
2144
+
dependencies = [
2145
2145
+
"cfg-if",
2146
2146
+
"miette-derive",
2147
2147
+
"unicode-width",
2148
2148
+
]
2149
2149
+
2150
2150
+
[[package]]
2151
2151
+
name = "miette-derive"
2152
2152
+
version = "7.6.0"
2153
2153
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2154
2154
+
checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b"
2155
2155
+
dependencies = [
2156
2156
+
"proc-macro2",
2157
2157
+
"quote",
2158
2158
+
"syn 2.0.111",
2159
2159
+
]
2160
2160
+
2161
2161
+
[[package]]
2162
2162
+
name = "mime"
2163
2163
+
version = "0.3.17"
2164
2164
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2165
2165
+
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
2166
2166
+
2167
2167
+
[[package]]
2168
2168
+
name = "mini-moka"
2169
2169
+
version = "0.10.99"
2170
2170
+
source = "git+https://tangled.org/nonbinary.computer/jacquard#5bd87b462e1b020feb232fefaf4926ff004eefe4"
2171
2171
+
dependencies = [
2172
2172
+
"crossbeam-channel",
2173
2173
+
"crossbeam-utils",
2174
2174
+
"dashmap",
2175
2175
+
"smallvec",
2176
2176
+
"tagptr",
2177
2177
+
"triomphe",
2178
2178
+
"web-time",
2179
2179
+
]
2180
2180
+
2181
2181
+
[[package]]
2182
2182
+
name = "minimal-lexical"
2183
2183
+
version = "0.2.1"
2184
2184
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2185
2185
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
2186
2186
+
2187
2187
+
[[package]]
2188
2188
+
name = "miniz_oxide"
2189
2189
+
version = "0.8.9"
2190
2190
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2191
2191
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
2192
2192
+
dependencies = [
2193
2193
+
"adler2",
2194
2194
+
"simd-adler32",
2195
2195
+
]
2196
2196
+
2197
2197
+
[[package]]
2198
2198
+
name = "mio"
2199
2199
+
version = "1.1.1"
2200
2200
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2201
2201
+
checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc"
2202
2202
+
dependencies = [
2203
2203
+
"libc",
2204
2204
+
"wasi",
2205
2205
+
"windows-sys 0.61.2",
2206
2206
+
]
2207
2207
+
2208
2208
+
[[package]]
2209
2209
+
name = "multibase"
2210
2210
+
version = "0.9.2"
2211
2211
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2212
2212
+
checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77"
2213
2213
+
dependencies = [
2214
2214
+
"base-x",
2215
2215
+
"base256emoji",
2216
2216
+
"data-encoding",
2217
2217
+
"data-encoding-macro",
2218
2218
+
]
2219
2219
+
2220
2220
+
[[package]]
2221
2221
+
name = "multihash"
2222
2222
+
version = "0.19.3"
2223
2223
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2224
2224
+
checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d"
2225
2225
+
dependencies = [
2226
2226
+
"core2",
2227
2227
+
"serde",
2228
2228
+
"unsigned-varint",
2229
2229
+
]
2230
2230
+
2231
2231
+
[[package]]
2232
2232
+
name = "n0-future"
2233
2233
+
version = "0.1.3"
2234
2234
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2235
2235
+
checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794"
2236
2236
+
dependencies = [
2237
2237
+
"cfg_aliases",
2238
2238
+
"derive_more",
2239
2239
+
"futures-buffered",
2240
2240
+
"futures-lite",
2241
2241
+
"futures-util",
2242
2242
+
"js-sys",
2243
2243
+
"pin-project",
2244
2244
+
"send_wrapper",
2245
2245
+
"tokio",
2246
2246
+
"tokio-util",
2247
2247
+
"wasm-bindgen",
2248
2248
+
"wasm-bindgen-futures",
2249
2249
+
"web-time",
2250
2250
+
]
2251
2251
+
2252
2252
+
[[package]]
2253
2253
+
name = "new_debug_unreachable"
2254
2254
+
version = "1.0.6"
2255
2255
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2256
2256
+
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
2257
2257
+
2258
2258
+
[[package]]
2259
2259
+
name = "nix"
2260
2260
+
version = "0.29.0"
2261
2261
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2262
2262
+
checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
2263
2263
+
dependencies = [
2264
2264
+
"bitflags",
2265
2265
+
"cfg-if",
2266
2266
+
"cfg_aliases",
2267
2267
+
"libc",
2268
2268
+
]
2269
2269
+
2270
2270
+
[[package]]
2271
2271
+
name = "nom"
2272
2272
+
version = "7.1.3"
2273
2273
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2274
2274
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
2275
2275
+
dependencies = [
2276
2276
+
"memchr",
2277
2277
+
"minimal-lexical",
2278
2278
+
]
2279
2279
+
2280
2280
+
[[package]]
2281
2281
+
name = "nu-ansi-term"
2282
2282
+
version = "0.50.3"
2283
2283
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2284
2284
+
checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
2285
2285
+
dependencies = [
2286
2286
+
"windows-sys 0.60.2",
2287
2287
+
]
2288
2288
+
2289
2289
+
[[package]]
2290
2290
+
name = "num-bigint-dig"
2291
2291
+
version = "0.8.6"
2292
2292
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2293
2293
+
checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
2294
2294
+
dependencies = [
2295
2295
+
"lazy_static",
2296
2296
+
"libm",
2297
2297
+
"num-integer",
2298
2298
+
"num-iter",
2299
2299
+
"num-traits",
2300
2300
+
"rand 0.8.5",
2301
2301
+
"smallvec",
2302
2302
+
"zeroize",
2303
2303
+
]
2304
2304
+
2305
2305
+
[[package]]
2306
2306
+
name = "num-conv"
2307
2307
+
version = "0.1.0"
2308
2308
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2309
2309
+
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
2310
2310
+
2311
2311
+
[[package]]
2312
2312
+
name = "num-integer"
2313
2313
+
version = "0.1.46"
2314
2314
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2315
2315
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
2316
2316
+
dependencies = [
2317
2317
+
"num-traits",
2318
2318
+
]
2319
2319
+
2320
2320
+
[[package]]
2321
2321
+
name = "num-iter"
2322
2322
+
version = "0.1.45"
2323
2323
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2324
2324
+
checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
2325
2325
+
dependencies = [
2326
2326
+
"autocfg",
2327
2327
+
"num-integer",
2328
2328
+
"num-traits",
2329
2329
+
]
2330
2330
+
2331
2331
+
[[package]]
2332
2332
+
name = "num-traits"
2333
2333
+
version = "0.2.19"
2334
2334
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2335
2335
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
2336
2336
+
dependencies = [
2337
2337
+
"autocfg",
2338
2338
+
"libm",
2339
2339
+
]
2340
2340
+
2341
2341
+
[[package]]
2342
2342
+
name = "num_cpus"
2343
2343
+
version = "1.17.0"
2344
2344
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2345
2345
+
checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
2346
2346
+
dependencies = [
2347
2347
+
"hermit-abi",
2348
2348
+
"libc",
2349
2349
+
]
2350
2350
+
2351
2351
+
[[package]]
2352
2352
+
name = "once_cell"
2353
2353
+
version = "1.21.3"
2354
2354
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2355
2355
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
2356
2356
+
2357
2357
+
[[package]]
2358
2358
+
name = "ouroboros"
2359
2359
+
version = "0.18.5"
2360
2360
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2361
2361
+
checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
2362
2362
+
dependencies = [
2363
2363
+
"aliasable",
2364
2364
+
"ouroboros_macro",
2365
2365
+
"static_assertions",
2366
2366
+
]
2367
2367
+
2368
2368
+
[[package]]
2369
2369
+
name = "ouroboros_macro"
2370
2370
+
version = "0.18.5"
2371
2371
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2372
2372
+
checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
2373
2373
+
dependencies = [
2374
2374
+
"heck 0.4.1",
2375
2375
+
"proc-macro2",
2376
2376
+
"proc-macro2-diagnostics",
2377
2377
+
"quote",
2378
2378
+
"syn 2.0.111",
2379
2379
+
]
2380
2380
+
2381
2381
+
[[package]]
2382
2382
+
name = "p256"
2383
2383
+
version = "0.13.2"
2384
2384
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2385
2385
+
checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b"
2386
2386
+
dependencies = [
2387
2387
+
"ecdsa",
2388
2388
+
"elliptic-curve",
2389
2389
+
"primeorder",
2390
2390
+
"sha2",
2391
2391
+
]
2392
2392
+
2393
2393
+
[[package]]
2394
2394
+
name = "p384"
2395
2395
+
version = "0.13.1"
2396
2396
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2397
2397
+
checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6"
2398
2398
+
dependencies = [
2399
2399
+
"elliptic-curve",
2400
2400
+
"primeorder",
2401
2401
+
]
2402
2402
+
2403
2403
+
[[package]]
2404
2404
+
name = "page_size"
2405
2405
+
version = "0.6.0"
2406
2406
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2407
2407
+
checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
2408
2408
+
dependencies = [
2409
2409
+
"libc",
2410
2410
+
"winapi",
2411
2411
+
]
2412
2412
+
2413
2413
+
[[package]]
2414
2414
+
name = "parking"
2415
2415
+
version = "2.2.1"
2416
2416
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2417
2417
+
checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
2418
2418
+
2419
2419
+
[[package]]
2420
2420
+
name = "parking_lot"
2421
2421
+
version = "0.12.5"
2422
2422
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2423
2423
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
2424
2424
+
dependencies = [
2425
2425
+
"lock_api",
2426
2426
+
"parking_lot_core",
2427
2427
+
]
2428
2428
+
2429
2429
+
[[package]]
2430
2430
+
name = "parking_lot_core"
2431
2431
+
version = "0.9.12"
2432
2432
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2433
2433
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
2434
2434
+
dependencies = [
2435
2435
+
"cfg-if",
2436
2436
+
"libc",
2437
2437
+
"redox_syscall",
2438
2438
+
"smallvec",
2439
2439
+
"windows-link 0.2.1",
2440
2440
+
]
2441
2441
+
2442
2442
+
[[package]]
2443
2443
+
name = "pem-rfc7468"
2444
2444
+
version = "0.7.0"
2445
2445
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2446
2446
+
checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
2447
2447
+
dependencies = [
2448
2448
+
"base64ct",
2449
2449
+
]
2450
2450
+
2451
2451
+
[[package]]
2452
2452
+
name = "percent-encoding"
2453
2453
+
version = "2.3.2"
2454
2454
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2455
2455
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
2456
2456
+
2457
2457
+
[[package]]
2458
2458
+
name = "phf"
2459
2459
+
version = "0.11.3"
2460
2460
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2461
2461
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
2462
2462
+
dependencies = [
2463
2463
+
"phf_shared",
2464
2464
+
]
2465
2465
+
2466
2466
+
[[package]]
2467
2467
+
name = "phf_codegen"
2468
2468
+
version = "0.11.3"
2469
2469
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2470
2470
+
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
2471
2471
+
dependencies = [
2472
2472
+
"phf_generator",
2473
2473
+
"phf_shared",
2474
2474
+
]
2475
2475
+
2476
2476
+
[[package]]
2477
2477
+
name = "phf_generator"
2478
2478
+
version = "0.11.3"
2479
2479
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2480
2480
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
2481
2481
+
dependencies = [
2482
2482
+
"phf_shared",
2483
2483
+
"rand 0.8.5",
2484
2484
+
]
2485
2485
+
2486
2486
+
[[package]]
2487
2487
+
name = "phf_shared"
2488
2488
+
version = "0.11.3"
2489
2489
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2490
2490
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
2491
2491
+
dependencies = [
2492
2492
+
"siphasher",
2493
2493
+
]
2494
2494
+
2495
2495
+
[[package]]
2496
2496
+
name = "pin-project"
2497
2497
+
version = "1.1.10"
2498
2498
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2499
2499
+
checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
2500
2500
+
dependencies = [
2501
2501
+
"pin-project-internal",
2502
2502
+
]
2503
2503
+
2504
2504
+
[[package]]
2505
2505
+
name = "pin-project-internal"
2506
2506
+
version = "1.1.10"
2507
2507
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2508
2508
+
checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
2509
2509
+
dependencies = [
2510
2510
+
"proc-macro2",
2511
2511
+
"quote",
2512
2512
+
"syn 2.0.111",
2513
2513
+
]
2514
2514
+
2515
2515
+
[[package]]
2516
2516
+
name = "pin-project-lite"
2517
2517
+
version = "0.2.16"
2518
2518
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2519
2519
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
2520
2520
+
2521
2521
+
[[package]]
2522
2522
+
name = "pin-utils"
2523
2523
+
version = "0.1.0"
2524
2524
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2525
2525
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
2526
2526
+
2527
2527
+
[[package]]
2528
2528
+
name = "piper"
2529
2529
+
version = "0.2.4"
2530
2530
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2531
2531
+
checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
2532
2532
+
dependencies = [
2533
2533
+
"atomic-waker",
2534
2534
+
"fastrand",
2535
2535
+
"futures-io",
2536
2536
+
]
2537
2537
+
2538
2538
+
[[package]]
2539
2539
+
name = "pkcs1"
2540
2540
+
version = "0.7.5"
2541
2541
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2542
2542
+
checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
2543
2543
+
dependencies = [
2544
2544
+
"der",
2545
2545
+
"pkcs8",
2546
2546
+
"spki",
2547
2547
+
]
2548
2548
+
2549
2549
+
[[package]]
2550
2550
+
name = "pkcs8"
2551
2551
+
version = "0.10.2"
2552
2552
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2553
2553
+
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
2554
2554
+
dependencies = [
2555
2555
+
"der",
2556
2556
+
"spki",
2557
2557
+
]
2558
2558
+
2559
2559
+
[[package]]
2560
2560
+
name = "polling"
2561
2561
+
version = "3.11.0"
2562
2562
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2563
2563
+
checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
2564
2564
+
dependencies = [
2565
2565
+
"cfg-if",
2566
2566
+
"concurrent-queue",
2567
2567
+
"hermit-abi",
2568
2568
+
"pin-project-lite",
2569
2569
+
"rustix",
2570
2570
+
"windows-sys 0.61.2",
2571
2571
+
]
2572
2572
+
2573
2573
+
[[package]]
2574
2574
+
name = "postcard"
2575
2575
+
version = "1.1.3"
2576
2576
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2577
2577
+
checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
2578
2578
+
dependencies = [
2579
2579
+
"cobs",
2580
2580
+
"embedded-io 0.4.0",
2581
2581
+
"embedded-io 0.6.1",
2582
2582
+
"heapless",
2583
2583
+
"serde",
2584
2584
+
]
2585
2585
+
2586
2586
+
[[package]]
2587
2587
+
name = "potential_utf"
2588
2588
+
version = "0.1.4"
2589
2589
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2590
2590
+
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
2591
2591
+
dependencies = [
2592
2592
+
"zerovec",
2593
2593
+
]
2594
2594
+
2595
2595
+
[[package]]
2596
2596
+
name = "powerfmt"
2597
2597
+
version = "0.2.0"
2598
2598
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2599
2599
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
2600
2600
+
2601
2601
+
[[package]]
2602
2602
+
name = "ppv-lite86"
2603
2603
+
version = "0.2.21"
2604
2604
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2605
2605
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
2606
2606
+
dependencies = [
2607
2607
+
"zerocopy",
2608
2608
+
]
2609
2609
+
2610
2610
+
[[package]]
2611
2611
+
name = "precomputed-hash"
2612
2612
+
version = "0.1.1"
2613
2613
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2614
2614
+
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
2615
2615
+
2616
2616
+
[[package]]
2617
2617
+
name = "prettyplease"
2618
2618
+
version = "0.2.37"
2619
2619
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2620
2620
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
2621
2621
+
dependencies = [
2622
2622
+
"proc-macro2",
2623
2623
+
"syn 2.0.111",
2624
2624
+
]
2625
2625
+
2626
2626
+
[[package]]
2627
2627
+
name = "primeorder"
2628
2628
+
version = "0.13.6"
2629
2629
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2630
2630
+
checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6"
2631
2631
+
dependencies = [
2632
2632
+
"elliptic-curve",
2633
2633
+
]
2634
2634
+
2635
2635
+
[[package]]
2636
2636
+
name = "proc-macro-error"
2637
2637
+
version = "1.0.4"
2638
2638
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2639
2639
+
checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
2640
2640
+
dependencies = [
2641
2641
+
"proc-macro-error-attr",
2642
2642
+
"proc-macro2",
2643
2643
+
"quote",
2644
2644
+
"syn 1.0.109",
2645
2645
+
"version_check",
2646
2646
+
]
2647
2647
+
2648
2648
+
[[package]]
2649
2649
+
name = "proc-macro-error-attr"
2650
2650
+
version = "1.0.4"
2651
2651
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2652
2652
+
checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
2653
2653
+
dependencies = [
2654
2654
+
"proc-macro2",
2655
2655
+
"quote",
2656
2656
+
"version_check",
2657
2657
+
]
2658
2658
+
2659
2659
+
[[package]]
2660
2660
+
name = "proc-macro2"
2661
2661
+
version = "1.0.103"
2662
2662
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2663
2663
+
checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8"
2664
2664
+
dependencies = [
2665
2665
+
"unicode-ident",
2666
2666
+
]
2667
2667
+
2668
2668
+
[[package]]
2669
2669
+
name = "proc-macro2-diagnostics"
2670
2670
+
version = "0.10.1"
2671
2671
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2672
2672
+
checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
2673
2673
+
dependencies = [
2674
2674
+
"proc-macro2",
2675
2675
+
"quote",
2676
2676
+
"syn 2.0.111",
2677
2677
+
"version_check",
2678
2678
+
"yansi",
2679
2679
+
]
2680
2680
+
2681
2681
+
[[package]]
2682
2682
+
name = "quinn"
2683
2683
+
version = "0.11.9"
2684
2684
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2685
2685
+
checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
2686
2686
+
dependencies = [
2687
2687
+
"bytes",
2688
2688
+
"cfg_aliases",
2689
2689
+
"pin-project-lite",
2690
2690
+
"quinn-proto",
2691
2691
+
"quinn-udp",
2692
2692
+
"rustc-hash",
2693
2693
+
"rustls",
2694
2694
+
"socket2 0.6.1",
2695
2695
+
"thiserror 2.0.17",
2696
2696
+
"tokio",
2697
2697
+
"tracing",
2698
2698
+
"web-time",
2699
2699
+
]
2700
2700
+
2701
2701
+
[[package]]
2702
2702
+
name = "quinn-proto"
2703
2703
+
version = "0.11.13"
2704
2704
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2705
2705
+
checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
2706
2706
+
dependencies = [
2707
2707
+
"bytes",
2708
2708
+
"getrandom 0.3.4",
2709
2709
+
"lru-slab",
2710
2710
+
"rand 0.9.2",
2711
2711
+
"ring",
2712
2712
+
"rustc-hash",
2713
2713
+
"rustls",
2714
2714
+
"rustls-pki-types",
2715
2715
+
"slab",
2716
2716
+
"thiserror 2.0.17",
2717
2717
+
"tinyvec",
2718
2718
+
"tracing",
2719
2719
+
"web-time",
2720
2720
+
]
2721
2721
+
2722
2722
+
[[package]]
2723
2723
+
name = "quinn-udp"
2724
2724
+
version = "0.5.14"
2725
2725
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2726
2726
+
checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
2727
2727
+
dependencies = [
2728
2728
+
"cfg_aliases",
2729
2729
+
"libc",
2730
2730
+
"once_cell",
2731
2731
+
"socket2 0.6.1",
2732
2732
+
"tracing",
2733
2733
+
"windows-sys 0.60.2",
2734
2734
+
]
2735
2735
+
2736
2736
+
[[package]]
2737
2737
+
name = "quote"
2738
2738
+
version = "1.0.42"
2739
2739
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2740
2740
+
checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f"
2741
2741
+
dependencies = [
2742
2742
+
"proc-macro2",
2743
2743
+
]
2744
2744
+
2745
2745
+
[[package]]
2746
2746
+
name = "r-efi"
2747
2747
+
version = "5.3.0"
2748
2748
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2749
2749
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
2750
2750
+
2751
2751
+
[[package]]
2752
2752
+
name = "rand"
2753
2753
+
version = "0.8.5"
2754
2754
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2755
2755
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
2756
2756
+
dependencies = [
2757
2757
+
"libc",
2758
2758
+
"rand_chacha 0.3.1",
2759
2759
+
"rand_core 0.6.4",
2760
2760
+
]
2761
2761
+
2762
2762
+
[[package]]
2763
2763
+
name = "rand"
2764
2764
+
version = "0.9.2"
2765
2765
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2766
2766
+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
2767
2767
+
dependencies = [
2768
2768
+
"rand_chacha 0.9.0",
2769
2769
+
"rand_core 0.9.3",
2770
2770
+
]
2771
2771
+
2772
2772
+
[[package]]
2773
2773
+
name = "rand_chacha"
2774
2774
+
version = "0.3.1"
2775
2775
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2776
2776
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
2777
2777
+
dependencies = [
2778
2778
+
"ppv-lite86",
2779
2779
+
"rand_core 0.6.4",
2780
2780
+
]
2781
2781
+
2782
2782
+
[[package]]
2783
2783
+
name = "rand_chacha"
2784
2784
+
version = "0.9.0"
2785
2785
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2786
2786
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
2787
2787
+
dependencies = [
2788
2788
+
"ppv-lite86",
2789
2789
+
"rand_core 0.9.3",
2790
2790
+
]
2791
2791
+
2792
2792
+
[[package]]
2793
2793
+
name = "rand_core"
2794
2794
+
version = "0.6.4"
2795
2795
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2796
2796
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
2797
2797
+
dependencies = [
2798
2798
+
"getrandom 0.2.16",
2799
2799
+
]
2800
2800
+
2801
2801
+
[[package]]
2802
2802
+
name = "rand_core"
2803
2803
+
version = "0.9.3"
2804
2804
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2805
2805
+
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
2806
2806
+
dependencies = [
2807
2807
+
"getrandom 0.3.4",
2808
2808
+
]
2809
2809
+
2810
2810
+
[[package]]
2811
2811
+
name = "range-traits"
2812
2812
+
version = "0.3.2"
2813
2813
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2814
2814
+
checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab"
2815
2815
+
2816
2816
+
[[package]]
2817
2817
+
name = "redox_syscall"
2818
2818
+
version = "0.5.18"
2819
2819
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2820
2820
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
2821
2821
+
dependencies = [
2822
2822
+
"bitflags",
2823
2823
+
]
2824
2824
+
2825
2825
+
[[package]]
2826
2826
+
name = "ref-cast"
2827
2827
+
version = "1.0.25"
2828
2828
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2829
2829
+
checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
2830
2830
+
dependencies = [
2831
2831
+
"ref-cast-impl",
2832
2832
+
]
2833
2833
+
2834
2834
+
[[package]]
2835
2835
+
name = "ref-cast-impl"
2836
2836
+
version = "1.0.25"
2837
2837
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2838
2838
+
checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
2839
2839
+
dependencies = [
2840
2840
+
"proc-macro2",
2841
2841
+
"quote",
2842
2842
+
"syn 2.0.111",
2843
2843
+
]
2844
2844
+
2845
2845
+
[[package]]
2846
2846
+
name = "regex"
2847
2847
+
version = "1.12.2"
2848
2848
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2849
2849
+
checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
2850
2850
+
dependencies = [
2851
2851
+
"aho-corasick",
2852
2852
+
"memchr",
2853
2853
+
"regex-automata",
2854
2854
+
"regex-syntax",
2855
2855
+
]
2856
2856
+
2857
2857
+
[[package]]
2858
2858
+
name = "regex-automata"
2859
2859
+
version = "0.4.13"
2860
2860
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2861
2861
+
checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
2862
2862
+
dependencies = [
2863
2863
+
"aho-corasick",
2864
2864
+
"memchr",
2865
2865
+
"regex-syntax",
2866
2866
+
]
2867
2867
+
2868
2868
+
[[package]]
2869
2869
+
name = "regex-lite"
2870
2870
+
version = "0.1.8"
2871
2871
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2872
2872
+
checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
2873
2873
+
2874
2874
+
[[package]]
2875
2875
+
name = "regex-syntax"
2876
2876
+
version = "0.8.8"
2877
2877
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2878
2878
+
checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
2879
2879
+
2880
2880
+
[[package]]
2881
2881
+
name = "reqwest"
2882
2882
+
version = "0.12.25"
2883
2883
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2884
2884
+
checksum = "b6eff9328d40131d43bd911d42d79eb6a47312002a4daefc9e37f17e74a7701a"
2885
2885
+
dependencies = [
2886
2886
+
"base64",
2887
2887
+
"bytes",
2888
2888
+
"encoding_rs",
2889
2889
+
"futures-core",
2890
2890
+
"h2",
2891
2891
+
"http",
2892
2892
+
"http-body",
2893
2893
+
"http-body-util",
2894
2894
+
"hyper",
2895
2895
+
"hyper-rustls",
2896
2896
+
"hyper-util",
2897
2897
+
"js-sys",
2898
2898
+
"log",
2899
2899
+
"mime",
2900
2900
+
"percent-encoding",
2901
2901
+
"pin-project-lite",
2902
2902
+
"quinn",
2903
2903
+
"rustls",
2904
2904
+
"rustls-pki-types",
2905
2905
+
"serde",
2906
2906
+
"serde_json",
2907
2907
+
"serde_urlencoded",
2908
2908
+
"sync_wrapper",
2909
2909
+
"tokio",
2910
2910
+
"tokio-rustls",
2911
2911
+
"tower",
2912
2912
+
"tower-http",
2913
2913
+
"tower-service",
2914
2914
+
"url",
2915
2915
+
"wasm-bindgen",
2916
2916
+
"wasm-bindgen-futures",
2917
2917
+
"web-sys",
2918
2918
+
"webpki-roots",
2919
2919
+
]
2920
2920
+
2921
2921
+
[[package]]
2922
2922
+
name = "resolv-conf"
2923
2923
+
version = "0.7.6"
2924
2924
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2925
2925
+
checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7"
2926
2926
+
2927
2927
+
[[package]]
2928
2928
+
name = "rfc6979"
2929
2929
+
version = "0.4.0"
2930
2930
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2931
2931
+
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
2932
2932
+
dependencies = [
2933
2933
+
"hmac",
2934
2934
+
"subtle",
2935
2935
+
]
2936
2936
+
2937
2937
+
[[package]]
2938
2938
+
name = "ring"
2939
2939
+
version = "0.17.14"
2940
2940
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2941
2941
+
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
2942
2942
+
dependencies = [
2943
2943
+
"cc",
2944
2944
+
"cfg-if",
2945
2945
+
"getrandom 0.2.16",
2946
2946
+
"libc",
2947
2947
+
"untrusted",
2948
2948
+
"windows-sys 0.52.0",
2949
2949
+
]
2950
2950
+
2951
2951
+
[[package]]
2952
2952
+
name = "rsa"
2953
2953
+
version = "0.9.9"
2954
2954
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2955
2955
+
checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88"
2956
2956
+
dependencies = [
2957
2957
+
"const-oid",
2958
2958
+
"digest",
2959
2959
+
"num-bigint-dig",
2960
2960
+
"num-integer",
2961
2961
+
"num-traits",
2962
2962
+
"pkcs1",
2963
2963
+
"pkcs8",
2964
2964
+
"rand_core 0.6.4",
2965
2965
+
"signature",
2966
2966
+
"spki",
2967
2967
+
"subtle",
2968
2968
+
"zeroize",
2969
2969
+
]
2970
2970
+
2971
2971
+
[[package]]
2972
2972
+
name = "rustc-hash"
2973
2973
+
version = "2.1.1"
2974
2974
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2975
2975
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
2976
2976
+
2977
2977
+
[[package]]
2978
2978
+
name = "rustc_version"
2979
2979
+
version = "0.4.1"
2980
2980
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2981
2981
+
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
2982
2982
+
dependencies = [
2983
2983
+
"semver",
2984
2984
+
]
2985
2985
+
2986
2986
+
[[package]]
2987
2987
+
name = "rustix"
2988
2988
+
version = "1.1.2"
2989
2989
+
source = "registry+https://github.com/rust-lang/crates.io-index"
2990
2990
+
checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
2991
2991
+
dependencies = [
2992
2992
+
"bitflags",
2993
2993
+
"errno",
2994
2994
+
"libc",
2995
2995
+
"linux-raw-sys",
2996
2996
+
"windows-sys 0.61.2",
2997
2997
+
]
2998
2998
+
2999
2999
+
[[package]]
3000
3000
+
name = "rustls"
3001
3001
+
version = "0.23.35"
3002
3002
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3003
3003
+
checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f"
3004
3004
+
dependencies = [
3005
3005
+
"once_cell",
3006
3006
+
"ring",
3007
3007
+
"rustls-pki-types",
3008
3008
+
"rustls-webpki",
3009
3009
+
"subtle",
3010
3010
+
"zeroize",
3011
3011
+
]
3012
3012
+
3013
3013
+
[[package]]
3014
3014
+
name = "rustls-pki-types"
3015
3015
+
version = "1.13.1"
3016
3016
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3017
3017
+
checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c"
3018
3018
+
dependencies = [
3019
3019
+
"web-time",
3020
3020
+
"zeroize",
3021
3021
+
]
3022
3022
+
3023
3023
+
[[package]]
3024
3024
+
name = "rustls-webpki"
3025
3025
+
version = "0.103.8"
3026
3026
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3027
3027
+
checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52"
3028
3028
+
dependencies = [
3029
3029
+
"ring",
3030
3030
+
"rustls-pki-types",
3031
3031
+
"untrusted",
3032
3032
+
]
3033
3033
+
3034
3034
+
[[package]]
3035
3035
+
name = "rustversion"
3036
3036
+
version = "1.0.22"
3037
3037
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3038
3038
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
3039
3039
+
3040
3040
+
[[package]]
3041
3041
+
name = "ryu"
3042
3042
+
version = "1.0.20"
3043
3043
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3044
3044
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
3045
3045
+
3046
3046
+
[[package]]
3047
3047
+
name = "scc"
3048
3048
+
version = "2.4.0"
3049
3049
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3050
3050
+
checksum = "46e6f046b7fef48e2660c57ed794263155d713de679057f2d0c169bfc6e756cc"
3051
3051
+
dependencies = [
3052
3052
+
"sdd",
3053
3053
+
]
3054
3054
+
3055
3055
+
[[package]]
3056
3056
+
name = "schemars"
3057
3057
+
version = "0.9.0"
3058
3058
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3059
3059
+
checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f"
3060
3060
+
dependencies = [
3061
3061
+
"dyn-clone",
3062
3062
+
"ref-cast",
3063
3063
+
"serde",
3064
3064
+
"serde_json",
3065
3065
+
]
3066
3066
+
3067
3067
+
[[package]]
3068
3068
+
name = "schemars"
3069
3069
+
version = "1.1.0"
3070
3070
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3071
3071
+
checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289"
3072
3072
+
dependencies = [
3073
3073
+
"dyn-clone",
3074
3074
+
"ref-cast",
3075
3075
+
"serde",
3076
3076
+
"serde_json",
3077
3077
+
]
3078
3078
+
3079
3079
+
[[package]]
3080
3080
+
name = "scoped-tls"
3081
3081
+
version = "1.0.1"
3082
3082
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3083
3083
+
checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
3084
3084
+
3085
3085
+
[[package]]
3086
3086
+
name = "scopeguard"
3087
3087
+
version = "1.2.0"
3088
3088
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3089
3089
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
3090
3090
+
3091
3091
+
[[package]]
3092
3092
+
name = "sdd"
3093
3093
+
version = "3.0.10"
3094
3094
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3095
3095
+
checksum = "490dcfcbfef26be6800d11870ff2df8774fa6e86d047e3e8c8a76b25655e41ca"
3096
3096
+
3097
3097
+
[[package]]
3098
3098
+
name = "sec1"
3099
3099
+
version = "0.7.3"
3100
3100
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3101
3101
+
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
3102
3102
+
dependencies = [
3103
3103
+
"base16ct",
3104
3104
+
"der",
3105
3105
+
"generic-array",
3106
3106
+
"pkcs8",
3107
3107
+
"subtle",
3108
3108
+
"zeroize",
3109
3109
+
]
3110
3110
+
3111
3111
+
[[package]]
3112
3112
+
name = "semver"
3113
3113
+
version = "1.0.27"
3114
3114
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3115
3115
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
3116
3116
+
3117
3117
+
[[package]]
3118
3118
+
name = "send_wrapper"
3119
3119
+
version = "0.6.0"
3120
3120
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3121
3121
+
checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73"
3122
3122
+
3123
3123
+
[[package]]
3124
3124
+
name = "serde"
3125
3125
+
version = "1.0.228"
3126
3126
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3127
3127
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
3128
3128
+
dependencies = [
3129
3129
+
"serde_core",
3130
3130
+
"serde_derive",
3131
3131
+
]
3132
3132
+
3133
3133
+
[[package]]
3134
3134
+
name = "serde_bytes"
3135
3135
+
version = "0.11.19"
3136
3136
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3137
3137
+
checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
3138
3138
+
dependencies = [
3139
3139
+
"serde",
3140
3140
+
"serde_core",
3141
3141
+
]
3142
3142
+
3143
3143
+
[[package]]
3144
3144
+
name = "serde_core"
3145
3145
+
version = "1.0.228"
3146
3146
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3147
3147
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
3148
3148
+
dependencies = [
3149
3149
+
"serde_derive",
3150
3150
+
]
3151
3151
+
3152
3152
+
[[package]]
3153
3153
+
name = "serde_derive"
3154
3154
+
version = "1.0.228"
3155
3155
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3156
3156
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
3157
3157
+
dependencies = [
3158
3158
+
"proc-macro2",
3159
3159
+
"quote",
3160
3160
+
"syn 2.0.111",
3161
3161
+
]
3162
3162
+
3163
3163
+
[[package]]
3164
3164
+
name = "serde_html_form"
3165
3165
+
version = "0.2.8"
3166
3166
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3167
3167
+
checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f"
3168
3168
+
dependencies = [
3169
3169
+
"form_urlencoded",
3170
3170
+
"indexmap 2.12.1",
3171
3171
+
"itoa",
3172
3172
+
"ryu",
3173
3173
+
"serde_core",
3174
3174
+
]
3175
3175
+
3176
3176
+
[[package]]
3177
3177
+
name = "serde_ipld_dagcbor"
3178
3178
+
version = "0.6.4"
3179
3179
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3180
3180
+
checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778"
3181
3181
+
dependencies = [
3182
3182
+
"cbor4ii",
3183
3183
+
"ipld-core",
3184
3184
+
"scopeguard",
3185
3185
+
"serde",
3186
3186
+
]
3187
3187
+
3188
3188
+
[[package]]
3189
3189
+
name = "serde_json"
3190
3190
+
version = "1.0.145"
3191
3191
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3192
3192
+
checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
3193
3193
+
dependencies = [
3194
3194
+
"itoa",
3195
3195
+
"memchr",
3196
3196
+
"ryu",
3197
3197
+
"serde",
3198
3198
+
"serde_core",
3199
3199
+
]
3200
3200
+
3201
3201
+
[[package]]
3202
3202
+
name = "serde_repr"
3203
3203
+
version = "0.1.20"
3204
3204
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3205
3205
+
checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
3206
3206
+
dependencies = [
3207
3207
+
"proc-macro2",
3208
3208
+
"quote",
3209
3209
+
"syn 2.0.111",
3210
3210
+
]
3211
3211
+
3212
3212
+
[[package]]
3213
3213
+
name = "serde_urlencoded"
3214
3214
+
version = "0.7.1"
3215
3215
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3216
3216
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
3217
3217
+
dependencies = [
3218
3218
+
"form_urlencoded",
3219
3219
+
"itoa",
3220
3220
+
"ryu",
3221
3221
+
"serde",
3222
3222
+
]
3223
3223
+
3224
3224
+
[[package]]
3225
3225
+
name = "serde_with"
3226
3226
+
version = "3.16.1"
3227
3227
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3228
3228
+
checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7"
3229
3229
+
dependencies = [
3230
3230
+
"base64",
3231
3231
+
"chrono",
3232
3232
+
"hex",
3233
3233
+
"indexmap 1.9.3",
3234
3234
+
"indexmap 2.12.1",
3235
3235
+
"schemars 0.9.0",
3236
3236
+
"schemars 1.1.0",
3237
3237
+
"serde_core",
3238
3238
+
"serde_json",
3239
3239
+
"serde_with_macros",
3240
3240
+
"time",
3241
3241
+
]
3242
3242
+
3243
3243
+
[[package]]
3244
3244
+
name = "serde_with_macros"
3245
3245
+
version = "3.16.1"
3246
3246
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3247
3247
+
checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c"
3248
3248
+
dependencies = [
3249
3249
+
"darling",
3250
3250
+
"proc-macro2",
3251
3251
+
"quote",
3252
3252
+
"syn 2.0.111",
3253
3253
+
]
3254
3254
+
3255
3255
+
[[package]]
3256
3256
+
name = "sha2"
3257
3257
+
version = "0.10.9"
3258
3258
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3259
3259
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
3260
3260
+
dependencies = [
3261
3261
+
"cfg-if",
3262
3262
+
"cpufeatures",
3263
3263
+
"digest",
3264
3264
+
]
3265
3265
+
3266
3266
+
[[package]]
3267
3267
+
name = "sharded-slab"
3268
3268
+
version = "0.1.7"
3269
3269
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3270
3270
+
checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
3271
3271
+
dependencies = [
3272
3272
+
"lazy_static",
3273
3273
+
]
3274
3274
+
3275
3275
+
[[package]]
3276
3276
+
name = "shlex"
3277
3277
+
version = "1.3.0"
3278
3278
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3279
3279
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
3280
3280
+
3281
3281
+
[[package]]
3282
3282
+
name = "signal-hook-registry"
3283
3283
+
version = "1.4.7"
3284
3284
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3285
3285
+
checksum = "7664a098b8e616bdfcc2dc0e9ac44eb231eedf41db4e9fe95d8d32ec728dedad"
3286
3286
+
dependencies = [
3287
3287
+
"libc",
3288
3288
+
]
3289
3289
+
3290
3290
+
[[package]]
3291
3291
+
name = "signature"
3292
3292
+
version = "2.2.0"
3293
3293
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3294
3294
+
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
3295
3295
+
dependencies = [
3296
3296
+
"digest",
3297
3297
+
"rand_core 0.6.4",
3298
3298
+
]
3299
3299
+
3300
3300
+
[[package]]
3301
3301
+
name = "simd-adler32"
3302
3302
+
version = "0.3.8"
3303
3303
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3304
3304
+
checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2"
3305
3305
+
3306
3306
+
[[package]]
3307
3307
+
name = "siphasher"
3308
3308
+
version = "1.0.1"
3309
3309
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3310
3310
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
3311
3311
+
3312
3312
+
[[package]]
3313
3313
+
name = "slab"
3314
3314
+
version = "0.4.11"
3315
3315
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3316
3316
+
checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
3317
3317
+
3318
3318
+
[[package]]
3319
3319
+
name = "smallvec"
3320
3320
+
version = "1.15.1"
3321
3321
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3322
3322
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
3323
3323
+
3324
3324
+
[[package]]
3325
3325
+
name = "smol_str"
3326
3326
+
version = "0.3.4"
3327
3327
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3328
3328
+
checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5"
3329
3329
+
dependencies = [
3330
3330
+
"borsh",
3331
3331
+
"serde_core",
3332
3332
+
]
3333
3333
+
3334
3334
+
[[package]]
3335
3335
+
name = "socket2"
3336
3336
+
version = "0.5.10"
3337
3337
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3338
3338
+
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
3339
3339
+
dependencies = [
3340
3340
+
"libc",
3341
3341
+
"windows-sys 0.52.0",
3342
3342
+
]
3343
3343
+
3344
3344
+
[[package]]
3345
3345
+
name = "socket2"
3346
3346
+
version = "0.6.1"
3347
3347
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3348
3348
+
checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
3349
3349
+
dependencies = [
3350
3350
+
"libc",
3351
3351
+
"windows-sys 0.60.2",
3352
3352
+
]
3353
3353
+
3354
3354
+
[[package]]
3355
3355
+
name = "spin"
3356
3356
+
version = "0.9.8"
3357
3357
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3358
3358
+
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
3359
3359
+
dependencies = [
3360
3360
+
"lock_api",
3361
3361
+
]
3362
3362
+
3363
3363
+
[[package]]
3364
3364
+
name = "spin"
3365
3365
+
version = "0.10.0"
3366
3366
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3367
3367
+
checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
3368
3368
+
3369
3369
+
[[package]]
3370
3370
+
name = "spki"
3371
3371
+
version = "0.7.3"
3372
3372
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3373
3373
+
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
3374
3374
+
dependencies = [
3375
3375
+
"base64ct",
3376
3376
+
"der",
3377
3377
+
]
3378
3378
+
3379
3379
+
[[package]]
3380
3380
+
name = "stable_deref_trait"
3381
3381
+
version = "1.2.1"
3382
3382
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3383
3383
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
3384
3384
+
3385
3385
+
[[package]]
3386
3386
+
name = "static-regular-grammar"
3387
3387
+
version = "2.0.2"
3388
3388
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3389
3389
+
checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957"
3390
3390
+
dependencies = [
3391
3391
+
"abnf",
3392
3392
+
"btree-range-map",
3393
3393
+
"ciborium",
3394
3394
+
"hex_fmt",
3395
3395
+
"indoc",
3396
3396
+
"proc-macro-error",
3397
3397
+
"proc-macro2",
3398
3398
+
"quote",
3399
3399
+
"serde",
3400
3400
+
"sha2",
3401
3401
+
"syn 2.0.111",
3402
3402
+
"thiserror 1.0.69",
3403
3403
+
]
3404
3404
+
3405
3405
+
[[package]]
3406
3406
+
name = "static_assertions"
3407
3407
+
version = "1.1.0"
3408
3408
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3409
3409
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
3410
3410
+
3411
3411
+
[[package]]
3412
3412
+
name = "string_cache"
3413
3413
+
version = "0.8.9"
3414
3414
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3415
3415
+
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
3416
3416
+
dependencies = [
3417
3417
+
"new_debug_unreachable",
3418
3418
+
"parking_lot",
3419
3419
+
"phf_shared",
3420
3420
+
"precomputed-hash",
3421
3421
+
"serde",
3422
3422
+
]
3423
3423
+
3424
3424
+
[[package]]
3425
3425
+
name = "string_cache_codegen"
3426
3426
+
version = "0.5.4"
3427
3427
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3428
3428
+
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
3429
3429
+
dependencies = [
3430
3430
+
"phf_generator",
3431
3431
+
"phf_shared",
3432
3432
+
"proc-macro2",
3433
3433
+
"quote",
3434
3434
+
]
3435
3435
+
3436
3436
+
[[package]]
3437
3437
+
name = "strsim"
3438
3438
+
version = "0.11.1"
3439
3439
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3440
3440
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
3441
3441
+
3442
3442
+
[[package]]
3443
3443
+
name = "subtle"
3444
3444
+
version = "2.6.1"
3445
3445
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3446
3446
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
3447
3447
+
3448
3448
+
[[package]]
3449
3449
+
name = "syn"
3450
3450
+
version = "1.0.109"
3451
3451
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3452
3452
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
3453
3453
+
dependencies = [
3454
3454
+
"proc-macro2",
3455
3455
+
"quote",
3456
3456
+
"unicode-ident",
3457
3457
+
]
3458
3458
+
3459
3459
+
[[package]]
3460
3460
+
name = "syn"
3461
3461
+
version = "2.0.111"
3462
3462
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3463
3463
+
checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87"
3464
3464
+
dependencies = [
3465
3465
+
"proc-macro2",
3466
3466
+
"quote",
3467
3467
+
"unicode-ident",
3468
3468
+
]
3469
3469
+
3470
3470
+
[[package]]
3471
3471
+
name = "sync_wrapper"
3472
3472
+
version = "1.0.2"
3473
3473
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3474
3474
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
3475
3475
+
dependencies = [
3476
3476
+
"futures-core",
3477
3477
+
]
3478
3478
+
3479
3479
+
[[package]]
3480
3480
+
name = "synstructure"
3481
3481
+
version = "0.13.2"
3482
3482
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3483
3483
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
3484
3484
+
dependencies = [
3485
3485
+
"proc-macro2",
3486
3486
+
"quote",
3487
3487
+
"syn 2.0.111",
3488
3488
+
]
3489
3489
+
3490
3490
+
[[package]]
3491
3491
+
name = "system-configuration"
3492
3492
+
version = "0.6.1"
3493
3493
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3494
3494
+
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
3495
3495
+
dependencies = [
3496
3496
+
"bitflags",
3497
3497
+
"core-foundation",
3498
3498
+
"system-configuration-sys",
3499
3499
+
]
3500
3500
+
3501
3501
+
[[package]]
3502
3502
+
name = "system-configuration-sys"
3503
3503
+
version = "0.6.0"
3504
3504
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3505
3505
+
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
3506
3506
+
dependencies = [
3507
3507
+
"core-foundation-sys",
3508
3508
+
"libc",
3509
3509
+
]
3510
3510
+
3511
3511
+
[[package]]
3512
3512
+
name = "tagptr"
3513
3513
+
version = "0.2.0"
3514
3514
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3515
3515
+
checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
3516
3516
+
3517
3517
+
[[package]]
3518
3518
+
name = "tendril"
3519
3519
+
version = "0.4.3"
3520
3520
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3521
3521
+
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
3522
3522
+
dependencies = [
3523
3523
+
"futf",
3524
3524
+
"mac",
3525
3525
+
"utf-8",
3526
3526
+
]
3527
3527
+
3528
3528
+
[[package]]
3529
3529
+
name = "thiserror"
3530
3530
+
version = "1.0.69"
3531
3531
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3532
3532
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
3533
3533
+
dependencies = [
3534
3534
+
"thiserror-impl 1.0.69",
3535
3535
+
]
3536
3536
+
3537
3537
+
[[package]]
3538
3538
+
name = "thiserror"
3539
3539
+
version = "2.0.17"
3540
3540
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3541
3541
+
checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
3542
3542
+
dependencies = [
3543
3543
+
"thiserror-impl 2.0.17",
3544
3544
+
]
3545
3545
+
3546
3546
+
[[package]]
3547
3547
+
name = "thiserror-impl"
3548
3548
+
version = "1.0.69"
3549
3549
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3550
3550
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
3551
3551
+
dependencies = [
3552
3552
+
"proc-macro2",
3553
3553
+
"quote",
3554
3554
+
"syn 2.0.111",
3555
3555
+
]
3556
3556
+
3557
3557
+
[[package]]
3558
3558
+
name = "thiserror-impl"
3559
3559
+
version = "2.0.17"
3560
3560
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3561
3561
+
checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
3562
3562
+
dependencies = [
3563
3563
+
"proc-macro2",
3564
3564
+
"quote",
3565
3565
+
"syn 2.0.111",
3566
3566
+
]
3567
3567
+
3568
3568
+
[[package]]
3569
3569
+
name = "thread_local"
3570
3570
+
version = "1.1.9"
3571
3571
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3572
3572
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
3573
3573
+
dependencies = [
3574
3574
+
"cfg-if",
3575
3575
+
]
3576
3576
+
3577
3577
+
[[package]]
3578
3578
+
name = "threadpool"
3579
3579
+
version = "1.8.1"
3580
3580
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3581
3581
+
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
3582
3582
+
dependencies = [
3583
3583
+
"num_cpus",
3584
3584
+
]
3585
3585
+
3586
3586
+
[[package]]
3587
3587
+
name = "time"
3588
3588
+
version = "0.3.44"
3589
3589
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3590
3590
+
checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d"
3591
3591
+
dependencies = [
3592
3592
+
"deranged",
3593
3593
+
"itoa",
3594
3594
+
"num-conv",
3595
3595
+
"powerfmt",
3596
3596
+
"serde",
3597
3597
+
"time-core",
3598
3598
+
"time-macros",
3599
3599
+
]
3600
3600
+
3601
3601
+
[[package]]
3602
3602
+
name = "time-core"
3603
3603
+
version = "0.1.6"
3604
3604
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3605
3605
+
checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b"
3606
3606
+
3607
3607
+
[[package]]
3608
3608
+
name = "time-macros"
3609
3609
+
version = "0.2.24"
3610
3610
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3611
3611
+
checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3"
3612
3612
+
dependencies = [
3613
3613
+
"num-conv",
3614
3614
+
"time-core",
3615
3615
+
]
3616
3616
+
3617
3617
+
[[package]]
3618
3618
+
name = "tinystr"
3619
3619
+
version = "0.8.2"
3620
3620
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3621
3621
+
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
3622
3622
+
dependencies = [
3623
3623
+
"displaydoc",
3624
3624
+
"zerovec",
3625
3625
+
]
3626
3626
+
3627
3627
+
[[package]]
3628
3628
+
name = "tinyvec"
3629
3629
+
version = "1.10.0"
3630
3630
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3631
3631
+
checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
3632
3632
+
dependencies = [
3633
3633
+
"tinyvec_macros",
3634
3634
+
]
3635
3635
+
3636
3636
+
[[package]]
3637
3637
+
name = "tinyvec_macros"
3638
3638
+
version = "0.1.1"
3639
3639
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3640
3640
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
3641
3641
+
3642
3642
+
[[package]]
3643
3643
+
name = "tokio"
3644
3644
+
version = "1.48.0"
3645
3645
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3646
3646
+
checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
3647
3647
+
dependencies = [
3648
3648
+
"bytes",
3649
3649
+
"libc",
3650
3650
+
"mio",
3651
3651
+
"parking_lot",
3652
3652
+
"pin-project-lite",
3653
3653
+
"signal-hook-registry",
3654
3654
+
"socket2 0.6.1",
3655
3655
+
"tokio-macros",
3656
3656
+
"windows-sys 0.61.2",
3657
3657
+
]
3658
3658
+
3659
3659
+
[[package]]
3660
3660
+
name = "tokio-macros"
3661
3661
+
version = "2.6.0"
3662
3662
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3663
3663
+
checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
3664
3664
+
dependencies = [
3665
3665
+
"proc-macro2",
3666
3666
+
"quote",
3667
3667
+
"syn 2.0.111",
3668
3668
+
]
3669
3669
+
3670
3670
+
[[package]]
3671
3671
+
name = "tokio-rustls"
3672
3672
+
version = "0.26.4"
3673
3673
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3674
3674
+
checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61"
3675
3675
+
dependencies = [
3676
3676
+
"rustls",
3677
3677
+
"tokio",
3678
3678
+
]
3679
3679
+
3680
3680
+
[[package]]
3681
3681
+
name = "tokio-util"
3682
3682
+
version = "0.7.17"
3683
3683
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3684
3684
+
checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594"
3685
3685
+
dependencies = [
3686
3686
+
"bytes",
3687
3687
+
"futures-core",
3688
3688
+
"futures-sink",
3689
3689
+
"futures-util",
3690
3690
+
"pin-project-lite",
3691
3691
+
"tokio",
3692
3692
+
]
3693
3693
+
3694
3694
+
[[package]]
3695
3695
+
name = "tower"
3696
3696
+
version = "0.5.2"
3697
3697
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3698
3698
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
3699
3699
+
dependencies = [
3700
3700
+
"futures-core",
3701
3701
+
"futures-util",
3702
3702
+
"pin-project-lite",
3703
3703
+
"sync_wrapper",
3704
3704
+
"tokio",
3705
3705
+
"tower-layer",
3706
3706
+
"tower-service",
3707
3707
+
]
3708
3708
+
3709
3709
+
[[package]]
3710
3710
+
name = "tower-http"
3711
3711
+
version = "0.6.8"
3712
3712
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3713
3713
+
checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
3714
3714
+
dependencies = [
3715
3715
+
"async-compression",
3716
3716
+
"bitflags",
3717
3717
+
"bytes",
3718
3718
+
"futures-core",
3719
3719
+
"futures-util",
3720
3720
+
"http",
3721
3721
+
"http-body",
3722
3722
+
"http-body-util",
3723
3723
+
"iri-string",
3724
3724
+
"pin-project-lite",
3725
3725
+
"tokio",
3726
3726
+
"tokio-util",
3727
3727
+
"tower",
3728
3728
+
"tower-layer",
3729
3729
+
"tower-service",
3730
3730
+
]
3731
3731
+
3732
3732
+
[[package]]
3733
3733
+
name = "tower-layer"
3734
3734
+
version = "0.3.3"
3735
3735
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3736
3736
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
3737
3737
+
3738
3738
+
[[package]]
3739
3739
+
name = "tower-service"
3740
3740
+
version = "0.3.3"
3741
3741
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3742
3742
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
3743
3743
+
3744
3744
+
[[package]]
3745
3745
+
name = "tracing"
3746
3746
+
version = "0.1.43"
3747
3747
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3748
3748
+
checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
3749
3749
+
dependencies = [
3750
3750
+
"pin-project-lite",
3751
3751
+
"tracing-attributes",
3752
3752
+
"tracing-core",
3753
3753
+
]
3754
3754
+
3755
3755
+
[[package]]
3756
3756
+
name = "tracing-attributes"
3757
3757
+
version = "0.1.31"
3758
3758
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3759
3759
+
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
3760
3760
+
dependencies = [
3761
3761
+
"proc-macro2",
3762
3762
+
"quote",
3763
3763
+
"syn 2.0.111",
3764
3764
+
]
3765
3765
+
3766
3766
+
[[package]]
3767
3767
+
name = "tracing-core"
3768
3768
+
version = "0.1.35"
3769
3769
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3770
3770
+
checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
3771
3771
+
dependencies = [
3772
3772
+
"once_cell",
3773
3773
+
"valuable",
3774
3774
+
]
3775
3775
+
3776
3776
+
[[package]]
3777
3777
+
name = "tracing-log"
3778
3778
+
version = "0.2.0"
3779
3779
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3780
3780
+
checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
3781
3781
+
dependencies = [
3782
3782
+
"log",
3783
3783
+
"once_cell",
3784
3784
+
"tracing-core",
3785
3785
+
]
3786
3786
+
3787
3787
+
[[package]]
3788
3788
+
name = "tracing-subscriber"
3789
3789
+
version = "0.3.22"
3790
3790
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3791
3791
+
checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
3792
3792
+
dependencies = [
3793
3793
+
"matchers",
3794
3794
+
"nu-ansi-term",
3795
3795
+
"once_cell",
3796
3796
+
"regex-automata",
3797
3797
+
"sharded-slab",
3798
3798
+
"smallvec",
3799
3799
+
"thread_local",
3800
3800
+
"tracing",
3801
3801
+
"tracing-core",
3802
3802
+
"tracing-log",
3803
3803
+
]
3804
3804
+
3805
3805
+
[[package]]
3806
3806
+
name = "trait-variant"
3807
3807
+
version = "0.1.2"
3808
3808
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3809
3809
+
checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7"
3810
3810
+
dependencies = [
3811
3811
+
"proc-macro2",
3812
3812
+
"quote",
3813
3813
+
"syn 2.0.111",
3814
3814
+
]
3815
3815
+
3816
3816
+
[[package]]
3817
3817
+
name = "triomphe"
3818
3818
+
version = "0.1.15"
3819
3819
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3820
3820
+
checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
3821
3821
+
3822
3822
+
[[package]]
3823
3823
+
name = "try-lock"
3824
3824
+
version = "0.2.5"
3825
3825
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3826
3826
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
3827
3827
+
3828
3828
+
[[package]]
3829
3829
+
name = "typenum"
3830
3830
+
version = "1.19.0"
3831
3831
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3832
3832
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
3833
3833
+
3834
3834
+
[[package]]
3835
3835
+
name = "unicode-ident"
3836
3836
+
version = "1.0.22"
3837
3837
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3838
3838
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
3839
3839
+
3840
3840
+
[[package]]
3841
3841
+
name = "unicode-segmentation"
3842
3842
+
version = "1.12.0"
3843
3843
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3844
3844
+
checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
3845
3845
+
3846
3846
+
[[package]]
3847
3847
+
name = "unicode-width"
3848
3848
+
version = "0.1.14"
3849
3849
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3850
3850
+
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
3851
3851
+
3852
3852
+
[[package]]
3853
3853
+
name = "unicode-xid"
3854
3854
+
version = "0.2.6"
3855
3855
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3856
3856
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
3857
3857
+
3858
3858
+
[[package]]
3859
3859
+
name = "unsigned-varint"
3860
3860
+
version = "0.8.0"
3861
3861
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3862
3862
+
checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06"
3863
3863
+
3864
3864
+
[[package]]
3865
3865
+
name = "untrusted"
3866
3866
+
version = "0.9.0"
3867
3867
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3868
3868
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
3869
3869
+
3870
3870
+
[[package]]
3871
3871
+
name = "url"
3872
3872
+
version = "2.5.7"
3873
3873
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3874
3874
+
checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
3875
3875
+
dependencies = [
3876
3876
+
"form_urlencoded",
3877
3877
+
"idna",
3878
3878
+
"percent-encoding",
3879
3879
+
"serde",
3880
3880
+
]
3881
3881
+
3882
3882
+
[[package]]
3883
3883
+
name = "urlencoding"
3884
3884
+
version = "2.1.3"
3885
3885
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3886
3886
+
checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
3887
3887
+
3888
3888
+
[[package]]
3889
3889
+
name = "utf-8"
3890
3890
+
version = "0.7.6"
3891
3891
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3892
3892
+
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
3893
3893
+
3894
3894
+
[[package]]
3895
3895
+
name = "utf8_iter"
3896
3896
+
version = "1.0.4"
3897
3897
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3898
3898
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
3899
3899
+
3900
3900
+
[[package]]
3901
3901
+
name = "valuable"
3902
3902
+
version = "0.1.1"
3903
3903
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3904
3904
+
checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
3905
3905
+
3906
3906
+
[[package]]
3907
3907
+
name = "value-bag"
3908
3908
+
version = "1.12.0"
3909
3909
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3910
3910
+
checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
3911
3911
+
3912
3912
+
[[package]]
3913
3913
+
name = "version_check"
3914
3914
+
version = "0.9.5"
3915
3915
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3916
3916
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
3917
3917
+
3918
3918
+
[[package]]
3919
3919
+
name = "vfs"
3920
3920
+
version = "0.12.2"
3921
3921
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3922
3922
+
checksum = "9e723b9e1c02a3cf9f9d0de6a4ddb8cdc1df859078902fe0ae0589d615711ae6"
3923
3923
+
dependencies = [
3924
3924
+
"async-recursion",
3925
3925
+
"async-std",
3926
3926
+
"async-trait",
3927
3927
+
"filetime",
3928
3928
+
"futures",
3929
3929
+
"tokio",
3930
3930
+
]
3931
3931
+
3932
3932
+
[[package]]
3933
3933
+
name = "want"
3934
3934
+
version = "0.3.1"
3935
3935
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3936
3936
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
3937
3937
+
dependencies = [
3938
3938
+
"try-lock",
3939
3939
+
]
3940
3940
+
3941
3941
+
[[package]]
3942
3942
+
name = "wasi"
3943
3943
+
version = "0.11.1+wasi-snapshot-preview1"
3944
3944
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3945
3945
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
3946
3946
+
3947
3947
+
[[package]]
3948
3948
+
name = "wasip2"
3949
3949
+
version = "1.0.1+wasi-0.2.4"
3950
3950
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3951
3951
+
checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
3952
3952
+
dependencies = [
3953
3953
+
"wit-bindgen",
3954
3954
+
]
3955
3955
+
3956
3956
+
[[package]]
3957
3957
+
name = "wasm-bindgen"
3958
3958
+
version = "0.2.106"
3959
3959
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3960
3960
+
checksum = "0d759f433fa64a2d763d1340820e46e111a7a5ab75f993d1852d70b03dbb80fd"
3961
3961
+
dependencies = [
3962
3962
+
"cfg-if",
3963
3963
+
"once_cell",
3964
3964
+
"rustversion",
3965
3965
+
"wasm-bindgen-macro",
3966
3966
+
"wasm-bindgen-shared",
3967
3967
+
]
3968
3968
+
3969
3969
+
[[package]]
3970
3970
+
name = "wasm-bindgen-futures"
3971
3971
+
version = "0.4.56"
3972
3972
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3973
3973
+
checksum = "836d9622d604feee9e5de25ac10e3ea5f2d65b41eac0d9ce72eb5deae707ce7c"
3974
3974
+
dependencies = [
3975
3975
+
"cfg-if",
3976
3976
+
"js-sys",
3977
3977
+
"once_cell",
3978
3978
+
"wasm-bindgen",
3979
3979
+
"web-sys",
3980
3980
+
]
3981
3981
+
3982
3982
+
[[package]]
3983
3983
+
name = "wasm-bindgen-macro"
3984
3984
+
version = "0.2.106"
3985
3985
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3986
3986
+
checksum = "48cb0d2638f8baedbc542ed444afc0644a29166f1595371af4fecf8ce1e7eeb3"
3987
3987
+
dependencies = [
3988
3988
+
"quote",
3989
3989
+
"wasm-bindgen-macro-support",
3990
3990
+
]
3991
3991
+
3992
3992
+
[[package]]
3993
3993
+
name = "wasm-bindgen-macro-support"
3994
3994
+
version = "0.2.106"
3995
3995
+
source = "registry+https://github.com/rust-lang/crates.io-index"
3996
3996
+
checksum = "cefb59d5cd5f92d9dcf80e4683949f15ca4b511f4ac0a6e14d4e1ac60c6ecd40"
3997
3997
+
dependencies = [
3998
3998
+
"bumpalo",
3999
3999
+
"proc-macro2",
4000
4000
+
"quote",
4001
4001
+
"syn 2.0.111",
4002
4002
+
"wasm-bindgen-shared",
4003
4003
+
]
4004
4004
+
4005
4005
+
[[package]]
4006
4006
+
name = "wasm-bindgen-shared"
4007
4007
+
version = "0.2.106"
4008
4008
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4009
4009
+
checksum = "cbc538057e648b67f72a982e708d485b2efa771e1ac05fec311f9f63e5800db4"
4010
4010
+
dependencies = [
4011
4011
+
"unicode-ident",
4012
4012
+
]
4013
4013
+
4014
4014
+
[[package]]
4015
4015
+
name = "web-sys"
4016
4016
+
version = "0.3.83"
4017
4017
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4018
4018
+
checksum = "9b32828d774c412041098d182a8b38b16ea816958e07cf40eec2bc080ae137ac"
4019
4019
+
dependencies = [
4020
4020
+
"js-sys",
4021
4021
+
"wasm-bindgen",
4022
4022
+
]
4023
4023
+
4024
4024
+
[[package]]
4025
4025
+
name = "web-time"
4026
4026
+
version = "1.1.0"
4027
4027
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4028
4028
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
4029
4029
+
dependencies = [
4030
4030
+
"js-sys",
4031
4031
+
"wasm-bindgen",
4032
4032
+
]
4033
4033
+
4034
4034
+
[[package]]
4035
4035
+
name = "webpage"
4036
4036
+
version = "2.0.1"
4037
4037
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4038
4038
+
checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac"
4039
4039
+
dependencies = [
4040
4040
+
"html5ever",
4041
4041
+
"markup5ever_rcdom",
4042
4042
+
"serde_json",
4043
4043
+
"url",
4044
4044
+
]
4045
4045
+
4046
4046
+
[[package]]
4047
4047
+
name = "webpki-roots"
4048
4048
+
version = "1.0.4"
4049
4049
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4050
4050
+
checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e"
4051
4051
+
dependencies = [
4052
4052
+
"rustls-pki-types",
4053
4053
+
]
4054
4054
+
4055
4055
+
[[package]]
4056
4056
+
name = "widestring"
4057
4057
+
version = "1.2.1"
4058
4058
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4059
4059
+
checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471"
4060
4060
+
4061
4061
+
[[package]]
4062
4062
+
name = "winapi"
4063
4063
+
version = "0.3.9"
4064
4064
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4065
4065
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
4066
4066
+
dependencies = [
4067
4067
+
"winapi-i686-pc-windows-gnu",
4068
4068
+
"winapi-x86_64-pc-windows-gnu",
4069
4069
+
]
4070
4070
+
4071
4071
+
[[package]]
4072
4072
+
name = "winapi-i686-pc-windows-gnu"
4073
4073
+
version = "0.4.0"
4074
4074
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4075
4075
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
4076
4076
+
4077
4077
+
[[package]]
4078
4078
+
name = "winapi-x86_64-pc-windows-gnu"
4079
4079
+
version = "0.4.0"
4080
4080
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4081
4081
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
4082
4082
+
4083
4083
+
[[package]]
4084
4084
+
name = "windows"
4085
4085
+
version = "0.61.3"
4086
4086
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4087
4087
+
checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
4088
4088
+
dependencies = [
4089
4089
+
"windows-collections",
4090
4090
+
"windows-core 0.61.2",
4091
4091
+
"windows-future",
4092
4092
+
"windows-link 0.1.3",
4093
4093
+
"windows-numerics",
4094
4094
+
]
4095
4095
+
4096
4096
+
[[package]]
4097
4097
+
name = "windows-collections"
4098
4098
+
version = "0.2.0"
4099
4099
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4100
4100
+
checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
4101
4101
+
dependencies = [
4102
4102
+
"windows-core 0.61.2",
4103
4103
+
]
4104
4104
+
4105
4105
+
[[package]]
4106
4106
+
name = "windows-core"
4107
4107
+
version = "0.61.2"
4108
4108
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4109
4109
+
checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
4110
4110
+
dependencies = [
4111
4111
+
"windows-implement",
4112
4112
+
"windows-interface",
4113
4113
+
"windows-link 0.1.3",
4114
4114
+
"windows-result 0.3.4",
4115
4115
+
"windows-strings 0.4.2",
4116
4116
+
]
4117
4117
+
4118
4118
+
[[package]]
4119
4119
+
name = "windows-core"
4120
4120
+
version = "0.62.2"
4121
4121
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4122
4122
+
checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
4123
4123
+
dependencies = [
4124
4124
+
"windows-implement",
4125
4125
+
"windows-interface",
4126
4126
+
"windows-link 0.2.1",
4127
4127
+
"windows-result 0.4.1",
4128
4128
+
"windows-strings 0.5.1",
4129
4129
+
]
4130
4130
+
4131
4131
+
[[package]]
4132
4132
+
name = "windows-future"
4133
4133
+
version = "0.2.1"
4134
4134
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4135
4135
+
checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
4136
4136
+
dependencies = [
4137
4137
+
"windows-core 0.61.2",
4138
4138
+
"windows-link 0.1.3",
4139
4139
+
"windows-threading",
4140
4140
+
]
4141
4141
+
4142
4142
+
[[package]]
4143
4143
+
name = "windows-implement"
4144
4144
+
version = "0.60.2"
4145
4145
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4146
4146
+
checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
4147
4147
+
dependencies = [
4148
4148
+
"proc-macro2",
4149
4149
+
"quote",
4150
4150
+
"syn 2.0.111",
4151
4151
+
]
4152
4152
+
4153
4153
+
[[package]]
4154
4154
+
name = "windows-interface"
4155
4155
+
version = "0.59.3"
4156
4156
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4157
4157
+
checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
4158
4158
+
dependencies = [
4159
4159
+
"proc-macro2",
4160
4160
+
"quote",
4161
4161
+
"syn 2.0.111",
4162
4162
+
]
4163
4163
+
4164
4164
+
[[package]]
4165
4165
+
name = "windows-link"
4166
4166
+
version = "0.1.3"
4167
4167
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4168
4168
+
checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
4169
4169
+
4170
4170
+
[[package]]
4171
4171
+
name = "windows-link"
4172
4172
+
version = "0.2.1"
4173
4173
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4174
4174
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
4175
4175
+
4176
4176
+
[[package]]
4177
4177
+
name = "windows-numerics"
4178
4178
+
version = "0.2.0"
4179
4179
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4180
4180
+
checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
4181
4181
+
dependencies = [
4182
4182
+
"windows-core 0.61.2",
4183
4183
+
"windows-link 0.1.3",
4184
4184
+
]
4185
4185
+
4186
4186
+
[[package]]
4187
4187
+
name = "windows-registry"
4188
4188
+
version = "0.6.1"
4189
4189
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4190
4190
+
checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
4191
4191
+
dependencies = [
4192
4192
+
"windows-link 0.2.1",
4193
4193
+
"windows-result 0.4.1",
4194
4194
+
"windows-strings 0.5.1",
4195
4195
+
]
4196
4196
+
4197
4197
+
[[package]]
4198
4198
+
name = "windows-result"
4199
4199
+
version = "0.3.4"
4200
4200
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4201
4201
+
checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
4202
4202
+
dependencies = [
4203
4203
+
"windows-link 0.1.3",
4204
4204
+
]
4205
4205
+
4206
4206
+
[[package]]
4207
4207
+
name = "windows-result"
4208
4208
+
version = "0.4.1"
4209
4209
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4210
4210
+
checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
4211
4211
+
dependencies = [
4212
4212
+
"windows-link 0.2.1",
4213
4213
+
]
4214
4214
+
4215
4215
+
[[package]]
4216
4216
+
name = "windows-strings"
4217
4217
+
version = "0.4.2"
4218
4218
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4219
4219
+
checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
4220
4220
+
dependencies = [
4221
4221
+
"windows-link 0.1.3",
4222
4222
+
]
4223
4223
+
4224
4224
+
[[package]]
4225
4225
+
name = "windows-strings"
4226
4226
+
version = "0.5.1"
4227
4227
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4228
4228
+
checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
4229
4229
+
dependencies = [
4230
4230
+
"windows-link 0.2.1",
4231
4231
+
]
4232
4232
+
4233
4233
+
[[package]]
4234
4234
+
name = "windows-sys"
4235
4235
+
version = "0.48.0"
4236
4236
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4237
4237
+
checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
4238
4238
+
dependencies = [
4239
4239
+
"windows-targets 0.48.5",
4240
4240
+
]
4241
4241
+
4242
4242
+
[[package]]
4243
4243
+
name = "windows-sys"
4244
4244
+
version = "0.52.0"
4245
4245
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4246
4246
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
4247
4247
+
dependencies = [
4248
4248
+
"windows-targets 0.52.6",
4249
4249
+
]
4250
4250
+
4251
4251
+
[[package]]
4252
4252
+
name = "windows-sys"
4253
4253
+
version = "0.60.2"
4254
4254
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4255
4255
+
checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
4256
4256
+
dependencies = [
4257
4257
+
"windows-targets 0.53.5",
4258
4258
+
]
4259
4259
+
4260
4260
+
[[package]]
4261
4261
+
name = "windows-sys"
4262
4262
+
version = "0.61.2"
4263
4263
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4264
4264
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
4265
4265
+
dependencies = [
4266
4266
+
"windows-link 0.2.1",
4267
4267
+
]
4268
4268
+
4269
4269
+
[[package]]
4270
4270
+
name = "windows-targets"
4271
4271
+
version = "0.48.5"
4272
4272
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4273
4273
+
checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
4274
4274
+
dependencies = [
4275
4275
+
"windows_aarch64_gnullvm 0.48.5",
4276
4276
+
"windows_aarch64_msvc 0.48.5",
4277
4277
+
"windows_i686_gnu 0.48.5",
4278
4278
+
"windows_i686_msvc 0.48.5",
4279
4279
+
"windows_x86_64_gnu 0.48.5",
4280
4280
+
"windows_x86_64_gnullvm 0.48.5",
4281
4281
+
"windows_x86_64_msvc 0.48.5",
4282
4282
+
]
4283
4283
+
4284
4284
+
[[package]]
4285
4285
+
name = "windows-targets"
4286
4286
+
version = "0.52.6"
4287
4287
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4288
4288
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
4289
4289
+
dependencies = [
4290
4290
+
"windows_aarch64_gnullvm 0.52.6",
4291
4291
+
"windows_aarch64_msvc 0.52.6",
4292
4292
+
"windows_i686_gnu 0.52.6",
4293
4293
+
"windows_i686_gnullvm 0.52.6",
4294
4294
+
"windows_i686_msvc 0.52.6",
4295
4295
+
"windows_x86_64_gnu 0.52.6",
4296
4296
+
"windows_x86_64_gnullvm 0.52.6",
4297
4297
+
"windows_x86_64_msvc 0.52.6",
4298
4298
+
]
4299
4299
+
4300
4300
+
[[package]]
4301
4301
+
name = "windows-targets"
4302
4302
+
version = "0.53.5"
4303
4303
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4304
4304
+
checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
4305
4305
+
dependencies = [
4306
4306
+
"windows-link 0.2.1",
4307
4307
+
"windows_aarch64_gnullvm 0.53.1",
4308
4308
+
"windows_aarch64_msvc 0.53.1",
4309
4309
+
"windows_i686_gnu 0.53.1",
4310
4310
+
"windows_i686_gnullvm 0.53.1",
4311
4311
+
"windows_i686_msvc 0.53.1",
4312
4312
+
"windows_x86_64_gnu 0.53.1",
4313
4313
+
"windows_x86_64_gnullvm 0.53.1",
4314
4314
+
"windows_x86_64_msvc 0.53.1",
4315
4315
+
]
4316
4316
+
4317
4317
+
[[package]]
4318
4318
+
name = "windows-threading"
4319
4319
+
version = "0.1.0"
4320
4320
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4321
4321
+
checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
4322
4322
+
dependencies = [
4323
4323
+
"windows-link 0.1.3",
4324
4324
+
]
4325
4325
+
4326
4326
+
[[package]]
4327
4327
+
name = "windows_aarch64_gnullvm"
4328
4328
+
version = "0.48.5"
4329
4329
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4330
4330
+
checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
4331
4331
+
4332
4332
+
[[package]]
4333
4333
+
name = "windows_aarch64_gnullvm"
4334
4334
+
version = "0.52.6"
4335
4335
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4336
4336
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
4337
4337
+
4338
4338
+
[[package]]
4339
4339
+
name = "windows_aarch64_gnullvm"
4340
4340
+
version = "0.53.1"
4341
4341
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4342
4342
+
checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
4343
4343
+
4344
4344
+
[[package]]
4345
4345
+
name = "windows_aarch64_msvc"
4346
4346
+
version = "0.48.5"
4347
4347
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4348
4348
+
checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
4349
4349
+
4350
4350
+
[[package]]
4351
4351
+
name = "windows_aarch64_msvc"
4352
4352
+
version = "0.52.6"
4353
4353
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4354
4354
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
4355
4355
+
4356
4356
+
[[package]]
4357
4357
+
name = "windows_aarch64_msvc"
4358
4358
+
version = "0.53.1"
4359
4359
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4360
4360
+
checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
4361
4361
+
4362
4362
+
[[package]]
4363
4363
+
name = "windows_i686_gnu"
4364
4364
+
version = "0.48.5"
4365
4365
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4366
4366
+
checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
4367
4367
+
4368
4368
+
[[package]]
4369
4369
+
name = "windows_i686_gnu"
4370
4370
+
version = "0.52.6"
4371
4371
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4372
4372
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
4373
4373
+
4374
4374
+
[[package]]
4375
4375
+
name = "windows_i686_gnu"
4376
4376
+
version = "0.53.1"
4377
4377
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4378
4378
+
checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
4379
4379
+
4380
4380
+
[[package]]
4381
4381
+
name = "windows_i686_gnullvm"
4382
4382
+
version = "0.52.6"
4383
4383
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4384
4384
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
4385
4385
+
4386
4386
+
[[package]]
4387
4387
+
name = "windows_i686_gnullvm"
4388
4388
+
version = "0.53.1"
4389
4389
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4390
4390
+
checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
4391
4391
+
4392
4392
+
[[package]]
4393
4393
+
name = "windows_i686_msvc"
4394
4394
+
version = "0.48.5"
4395
4395
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4396
4396
+
checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
4397
4397
+
4398
4398
+
[[package]]
4399
4399
+
name = "windows_i686_msvc"
4400
4400
+
version = "0.52.6"
4401
4401
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4402
4402
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
4403
4403
+
4404
4404
+
[[package]]
4405
4405
+
name = "windows_i686_msvc"
4406
4406
+
version = "0.53.1"
4407
4407
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4408
4408
+
checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
4409
4409
+
4410
4410
+
[[package]]
4411
4411
+
name = "windows_x86_64_gnu"
4412
4412
+
version = "0.48.5"
4413
4413
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4414
4414
+
checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
4415
4415
+
4416
4416
+
[[package]]
4417
4417
+
name = "windows_x86_64_gnu"
4418
4418
+
version = "0.52.6"
4419
4419
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4420
4420
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
4421
4421
+
4422
4422
+
[[package]]
4423
4423
+
name = "windows_x86_64_gnu"
4424
4424
+
version = "0.53.1"
4425
4425
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4426
4426
+
checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
4427
4427
+
4428
4428
+
[[package]]
4429
4429
+
name = "windows_x86_64_gnullvm"
4430
4430
+
version = "0.48.5"
4431
4431
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4432
4432
+
checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
4433
4433
+
4434
4434
+
[[package]]
4435
4435
+
name = "windows_x86_64_gnullvm"
4436
4436
+
version = "0.52.6"
4437
4437
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4438
4438
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
4439
4439
+
4440
4440
+
[[package]]
4441
4441
+
name = "windows_x86_64_gnullvm"
4442
4442
+
version = "0.53.1"
4443
4443
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4444
4444
+
checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
4445
4445
+
4446
4446
+
[[package]]
4447
4447
+
name = "windows_x86_64_msvc"
4448
4448
+
version = "0.48.5"
4449
4449
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4450
4450
+
checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
4451
4451
+
4452
4452
+
[[package]]
4453
4453
+
name = "windows_x86_64_msvc"
4454
4454
+
version = "0.52.6"
4455
4455
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4456
4456
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
4457
4457
+
4458
4458
+
[[package]]
4459
4459
+
name = "windows_x86_64_msvc"
4460
4460
+
version = "0.53.1"
4461
4461
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4462
4462
+
checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
4463
4463
+
4464
4464
+
[[package]]
4465
4465
+
name = "winreg"
4466
4466
+
version = "0.50.0"
4467
4467
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4468
4468
+
checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
4469
4469
+
dependencies = [
4470
4470
+
"cfg-if",
4471
4471
+
"windows-sys 0.48.0",
4472
4472
+
]
4473
4473
+
4474
4474
+
[[package]]
4475
4475
+
name = "wit-bindgen"
4476
4476
+
version = "0.46.0"
4477
4477
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4478
4478
+
checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
4479
4479
+
4480
4480
+
[[package]]
4481
4481
+
name = "writeable"
4482
4482
+
version = "0.6.2"
4483
4483
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4484
4484
+
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
4485
4485
+
4486
4486
+
[[package]]
4487
4487
+
name = "xml5ever"
4488
4488
+
version = "0.18.1"
4489
4489
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4490
4490
+
checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
4491
4491
+
dependencies = [
4492
4492
+
"log",
4493
4493
+
"mac",
4494
4494
+
"markup5ever",
4495
4495
+
]
4496
4496
+
4497
4497
+
[[package]]
4498
4498
+
name = "yansi"
4499
4499
+
version = "1.0.1"
4500
4500
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4501
4501
+
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
4502
4502
+
4503
4503
+
[[package]]
4504
4504
+
name = "yoke"
4505
4505
+
version = "0.8.1"
4506
4506
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4507
4507
+
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
4508
4508
+
dependencies = [
4509
4509
+
"stable_deref_trait",
4510
4510
+
"yoke-derive",
4511
4511
+
"zerofrom",
4512
4512
+
]
4513
4513
+
4514
4514
+
[[package]]
4515
4515
+
name = "yoke-derive"
4516
4516
+
version = "0.8.1"
4517
4517
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4518
4518
+
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
4519
4519
+
dependencies = [
4520
4520
+
"proc-macro2",
4521
4521
+
"quote",
4522
4522
+
"syn 2.0.111",
4523
4523
+
"synstructure",
4524
4524
+
]
4525
4525
+
4526
4526
+
[[package]]
4527
4527
+
name = "zerocopy"
4528
4528
+
version = "0.8.31"
4529
4529
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4530
4530
+
checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3"
4531
4531
+
dependencies = [
4532
4532
+
"zerocopy-derive",
4533
4533
+
]
4534
4534
+
4535
4535
+
[[package]]
4536
4536
+
name = "zerocopy-derive"
4537
4537
+
version = "0.8.31"
4538
4538
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4539
4539
+
checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a"
4540
4540
+
dependencies = [
4541
4541
+
"proc-macro2",
4542
4542
+
"quote",
4543
4543
+
"syn 2.0.111",
4544
4544
+
]
4545
4545
+
4546
4546
+
[[package]]
4547
4547
+
name = "zerofrom"
4548
4548
+
version = "0.1.6"
4549
4549
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4550
4550
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
4551
4551
+
dependencies = [
4552
4552
+
"zerofrom-derive",
4553
4553
+
]
4554
4554
+
4555
4555
+
[[package]]
4556
4556
+
name = "zerofrom-derive"
4557
4557
+
version = "0.1.6"
4558
4558
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4559
4559
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
4560
4560
+
dependencies = [
4561
4561
+
"proc-macro2",
4562
4562
+
"quote",
4563
4563
+
"syn 2.0.111",
4564
4564
+
"synstructure",
4565
4565
+
]
4566
4566
+
4567
4567
+
[[package]]
4568
4568
+
name = "zeroize"
4569
4569
+
version = "1.8.2"
4570
4570
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4571
4571
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
4572
4572
+
dependencies = [
4573
4573
+
"serde",
4574
4574
+
]
4575
4575
+
4576
4576
+
[[package]]
4577
4577
+
name = "zerotrie"
4578
4578
+
version = "0.2.3"
4579
4579
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4580
4580
+
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
4581
4581
+
dependencies = [
4582
4582
+
"displaydoc",
4583
4583
+
"yoke",
4584
4584
+
"zerofrom",
4585
4585
+
]
4586
4586
+
4587
4587
+
[[package]]
4588
4588
+
name = "zerovec"
4589
4589
+
version = "0.11.5"
4590
4590
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4591
4591
+
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
4592
4592
+
dependencies = [
4593
4593
+
"yoke",
4594
4594
+
"zerofrom",
4595
4595
+
"zerovec-derive",
4596
4596
+
]
4597
4597
+
4598
4598
+
[[package]]
4599
4599
+
name = "zerovec-derive"
4600
4600
+
version = "0.11.2"
4601
4601
+
source = "registry+https://github.com/rust-lang/crates.io-index"
4602
4602
+
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
4603
4603
+
dependencies = [
4604
4604
+
"proc-macro2",
4605
4605
+
"quote",
4606
4606
+
"syn 2.0.111",
4607
4607
+
]
+21
Cargo.toml
···
1
1
+
[package]
2
2
+
name = "atpfs"
3
3
+
version = "0.1.0"
4
4
+
edition = "2021"
5
5
+
6
6
+
[dependencies]
7
7
+
vfs = { version = "0.12", features = ["async-vfs"] }
8
8
+
bpaf = { version = "0.9", features = ["derive"] }
9
9
+
anyhow = "1.0"
10
10
+
scc = "2.1"
11
11
+
url = "2.5"
12
12
+
tokio = { version = "1.0", features = ["full"] }
13
13
+
futures = "0.3"
14
14
+
async-trait = "0.1"
15
15
+
serde = { version = "1.0", features = ["derive"] }
16
16
+
serde_json = "1.0"
17
17
+
jacquard = { git = "https://tangled.org/nonbinary.computer/jacquard", default-features = false, features = ["api", "cache", "dns"] }
18
18
+
19
19
+
[target.'cfg(target_os = "linux")'.dependencies]
20
20
+
easy_fuser = { version = "0.4", features = ["parallel"] }
21
21
+
libc = "0.2"
+61
flake.lock
···
1
1
+
{
2
2
+
"nodes": {
3
3
+
"nixpkgs": {
4
4
+
"locked": {
5
5
+
"lastModified": 1765270179,
6
6
+
"narHash": "sha256-g2a4MhRKu4ymR4xwo+I+auTknXt/+j37Lnf0Mvfl1rE=",
7
7
+
"owner": "nixos",
8
8
+
"repo": "nixpkgs",
9
9
+
"rev": "677fbe97984e7af3175b6c121f3c39ee5c8d62c9",
10
10
+
"type": "github"
11
11
+
},
12
12
+
"original": {
13
13
+
"owner": "nixos",
14
14
+
"ref": "nixpkgs-unstable",
15
15
+
"repo": "nixpkgs",
16
16
+
"type": "github"
17
17
+
}
18
18
+
},
19
19
+
"nixpkgs-lib": {
20
20
+
"locked": {
21
21
+
"lastModified": 1761765539,
22
22
+
"narHash": "sha256-b0yj6kfvO8ApcSE+QmA6mUfu8IYG6/uU28OFn4PaC8M=",
23
23
+
"owner": "nix-community",
24
24
+
"repo": "nixpkgs.lib",
25
25
+
"rev": "719359f4562934ae99f5443f20aa06c2ffff91fc",
26
26
+
"type": "github"
27
27
+
},
28
28
+
"original": {
29
29
+
"owner": "nix-community",
30
30
+
"repo": "nixpkgs.lib",
31
31
+
"type": "github"
32
32
+
}
33
33
+
},
34
34
+
"parts": {
35
35
+
"inputs": {
36
36
+
"nixpkgs-lib": "nixpkgs-lib"
37
37
+
},
38
38
+
"locked": {
39
39
+
"lastModified": 1763759067,
40
40
+
"narHash": "sha256-LlLt2Jo/gMNYAwOgdRQBrsRoOz7BPRkzvNaI/fzXi2Q=",
41
41
+
"owner": "hercules-ci",
42
42
+
"repo": "flake-parts",
43
43
+
"rev": "2cccadc7357c0ba201788ae99c4dfa90728ef5e0",
44
44
+
"type": "github"
45
45
+
},
46
46
+
"original": {
47
47
+
"owner": "hercules-ci",
48
48
+
"repo": "flake-parts",
49
49
+
"type": "github"
50
50
+
}
51
51
+
},
52
52
+
"root": {
53
53
+
"inputs": {
54
54
+
"nixpkgs": "nixpkgs",
55
55
+
"parts": "parts"
56
56
+
}
57
57
+
}
58
58
+
},
59
59
+
"root": "root",
60
60
+
"version": 7
61
61
+
}
+21
flake.nix
···
1
1
+
{
2
2
+
inputs.parts.url = "github:hercules-ci/flake-parts";
3
3
+
inputs.nixpkgs.url = "github:nixos/nixpkgs/nixpkgs-unstable";
4
4
+
5
5
+
outputs = inp:
6
6
+
inp.parts.lib.mkFlake {inputs = inp;} {
7
7
+
systems = ["x86_64-linux"];
8
8
+
perSystem = {
9
9
+
pkgs,
10
10
+
...
11
11
+
}: {
12
12
+
devShells.default = pkgs.mkShell {
13
13
+
name = "atpfs-devshell";
14
14
+
packages = with pkgs; [
15
15
+
rustc rust-analyzer cargo rustfmt
16
16
+
wasm-pack wasm-bindgen-cli lld
17
17
+
];
18
18
+
};
19
19
+
};
20
20
+
};
21
21
+
}
+28
src/cli.rs
···
1
1
+
#[cfg(target_os = "linux")]
2
2
+
use std::path::PathBuf;
3
3
+
4
4
+
use bpaf::*;
5
5
+
6
6
+
#[derive(Bpaf, Clone, Debug)]
7
7
+
pub enum SubCommand {
8
8
+
#[cfg(target_os = "linux")]
9
9
+
Fuse {
10
10
+
#[bpaf(argument("MOUNT_POINT"))]
11
11
+
mount_point: PathBuf,
12
12
+
},
13
13
+
Ls {
14
14
+
#[bpaf(argument("PATH"))]
15
15
+
path: String,
16
16
+
},
17
17
+
}
18
18
+
19
19
+
#[derive(Bpaf, Clone, Debug)]
20
20
+
#[bpaf(options, version)]
21
21
+
pub struct Opts {
22
22
+
/// handle or DID
23
23
+
#[bpaf(long, short, argument("IDENTIFIER"))]
24
24
+
pub identifier: String,
25
25
+
26
26
+
#[bpaf(external(sub_command))]
27
27
+
pub cmd: SubCommand,
28
28
+
}
+191
src/fuse.rs
···
1
1
+
use super::*;
2
2
+
use easy_fuser::{prelude::*, templates::DefaultFuseHandler};
3
3
+
use futures::StreamExt;
4
4
+
use tokio::runtime::Handle;
5
5
+
6
6
+
use std::{
7
7
+
ffi::{OsStr, OsString},
8
8
+
path::PathBuf,
9
9
+
time::UNIX_EPOCH,
10
10
+
};
11
11
+
12
12
+
pub struct AtpFuse {
13
13
+
pub fs: Arc<AtpFS>,
14
14
+
pub inner: DefaultFuseHandler,
15
15
+
pub rt: Handle,
16
16
+
}
17
17
+
18
18
+
impl AtpFuse {
19
19
+
fn path_to_str(&self, path: &std::path::Path) -> String {
20
20
+
// Strip leading '/' for VFS compatibility
21
21
+
path.to_str()
22
22
+
.unwrap_or("")
23
23
+
.trim_start_matches('/')
24
24
+
.to_string()
25
25
+
}
26
26
+
27
27
+
fn fileattr_for_root(&self) -> FileAttribute {
28
28
+
FileAttribute {
29
29
+
size: 0,
30
30
+
blocks: 0,
31
31
+
atime: UNIX_EPOCH,
32
32
+
mtime: UNIX_EPOCH,
33
33
+
ctime: UNIX_EPOCH,
34
34
+
crtime: UNIX_EPOCH,
35
35
+
kind: FileKind::Directory,
36
36
+
perm: 0o755,
37
37
+
nlink: 2,
38
38
+
uid: 1000,
39
39
+
gid: 1000,
40
40
+
rdev: 0,
41
41
+
flags: 0,
42
42
+
blksize: 512,
43
43
+
ttl: None,
44
44
+
generation: None,
45
45
+
}
46
46
+
}
47
47
+
48
48
+
fn vfs_metadata_attr(&self, vfs_path: &str) -> FuseResult<FileAttribute> {
49
49
+
let meta = self
50
50
+
.rt
51
51
+
.block_on(self.fs.metadata(vfs_path))
52
52
+
.map_err(|_| ErrorKind::FileNotFound.to_error("Not found"))?;
53
53
+
54
54
+
let (kind, perm, nlink) = match meta.file_type {
55
55
+
VfsFileType::Directory => (FileKind::Directory, 0o755, 2),
56
56
+
VfsFileType::File => (FileKind::RegularFile, 0o644, 1),
57
57
+
};
58
58
+
59
59
+
Ok(FileAttribute {
60
60
+
size: meta.len,
61
61
+
blocks: (meta.len + 511) / 512,
62
62
+
atime: UNIX_EPOCH,
63
63
+
mtime: UNIX_EPOCH,
64
64
+
ctime: UNIX_EPOCH,
65
65
+
crtime: UNIX_EPOCH,
66
66
+
kind,
67
67
+
perm,
68
68
+
nlink,
69
69
+
uid: 1000,
70
70
+
gid: 1000,
71
71
+
rdev: 0,
72
72
+
flags: 0,
73
73
+
blksize: 512,
74
74
+
ttl: None,
75
75
+
generation: None,
76
76
+
})
77
77
+
}
78
78
+
}
79
79
+
80
80
+
impl FuseHandler<PathBuf> for AtpFuse {
81
81
+
fn get_inner(&self) -> &dyn FuseHandler<PathBuf> {
82
82
+
&self.inner
83
83
+
}
84
84
+
85
85
+
fn lookup(
86
86
+
&self,
87
87
+
_req: &RequestInfo,
88
88
+
parent_id: PathBuf,
89
89
+
name: &OsStr,
90
90
+
) -> FuseResult<FileAttribute> {
91
91
+
let path = parent_id.join(name);
92
92
+
let vfs_path = self.path_to_str(&path);
93
93
+
self.vfs_metadata_attr(&vfs_path)
94
94
+
}
95
95
+
96
96
+
fn getattr(
97
97
+
&self,
98
98
+
_req: &RequestInfo,
99
99
+
file_id: PathBuf,
100
100
+
_fh: Option<BorrowedFileHandle>,
101
101
+
) -> FuseResult<FileAttribute> {
102
102
+
// Root handling
103
103
+
if file_id.as_os_str().is_empty() || file_id == PathBuf::from("/") {
104
104
+
return Ok(self.fileattr_for_root());
105
105
+
}
106
106
+
107
107
+
let vfs_path = self.path_to_str(&file_id);
108
108
+
self.vfs_metadata_attr(&vfs_path)
109
109
+
}
110
110
+
111
111
+
fn readdir(
112
112
+
&self,
113
113
+
_req: &RequestInfo,
114
114
+
file_id: PathBuf,
115
115
+
_fh: BorrowedFileHandle,
116
116
+
) -> FuseResult<Vec<(OsString, FileKind)>> {
117
117
+
let vfs_path = self.path_to_str(&file_id);
118
118
+
119
119
+
let mut stream = self
120
120
+
.rt
121
121
+
.block_on(self.fs.read_dir(&vfs_path))
122
122
+
.map_err(|_| ErrorKind::InputOutputError.to_error("Read dir failed"))?;
123
123
+
124
124
+
let mut entries = vec![
125
125
+
(OsString::from("."), FileKind::Directory),
126
126
+
(OsString::from(".."), FileKind::Directory),
127
127
+
];
128
128
+
129
129
+
while let Some(name) = self.rt.block_on(stream.next()) {
130
130
+
let kind = name
131
131
+
.ends_with(".json")
132
132
+
.then_some(FileKind::RegularFile)
133
133
+
.unwrap_or(FileKind::Directory);
134
134
+
entries.push((OsString::from(name), kind));
135
135
+
}
136
136
+
137
137
+
Ok(entries)
138
138
+
}
139
139
+
140
140
+
fn read(
141
141
+
&self,
142
142
+
_req: &RequestInfo,
143
143
+
file_id: PathBuf,
144
144
+
_fh: BorrowedFileHandle,
145
145
+
seek: SeekFrom,
146
146
+
size: u32,
147
147
+
_flags: FUSEOpenFlags,
148
148
+
_lock_owner: Option<u64>,
149
149
+
) -> FuseResult<Vec<u8>> {
150
150
+
let vfs_path = self.path_to_str(&file_id);
151
151
+
let mut reader = self
152
152
+
.rt
153
153
+
.block_on(self.fs.open_file(&vfs_path))
154
154
+
.map_err(|_| ErrorKind::FileNotFound.to_error("File not found"))?;
155
155
+
156
156
+
// Only support absolute start seeks for now.
157
157
+
let pos = match seek {
158
158
+
SeekFrom::Start(p) => p,
159
159
+
SeekFrom::Current(_) | SeekFrom::End(_) => {
160
160
+
return Err(ErrorKind::InputOutputError.to_error("Unsupported seek"))
161
161
+
}
162
162
+
};
163
163
+
164
164
+
if size == 0 {
165
165
+
return Ok(Vec::new());
166
166
+
}
167
167
+
168
168
+
// Read directly into a buffer of the requested size without loading the whole file.
169
169
+
let mut buf = vec![0u8; size as usize];
170
170
+
171
171
+
// Use the async seek/read methods on the underlying reader via the runtime.
172
172
+
use futures::{AsyncReadExt, AsyncSeekExt};
173
173
+
self.rt
174
174
+
.block_on(async {
175
175
+
// Seek to the requested position.
176
176
+
reader
177
177
+
.seek(std::io::SeekFrom::Start(pos))
178
178
+
.await
179
179
+
.map_err(|_| ())?;
180
180
+
// Read up to `size` bytes into the buffer.
181
181
+
let n = reader.read(&mut buf).await.map_err(|_| ())?;
182
182
+
Ok::<usize, ()>(n)
183
183
+
})
184
184
+
.map_err(|_| ErrorKind::InputOutputError.to_error("Read failed"))
185
185
+
.and_then(|n| {
186
186
+
// Truncate to actual read length and return.
187
187
+
buf.truncate(n);
188
188
+
Ok(buf)
189
189
+
})
190
190
+
}
191
191
+
}
+358
src/lib.rs
···
1
1
+
use anyhow::{anyhow, Result};
2
2
+
use futures::stream;
3
3
+
use jacquard::{
4
4
+
api::com_atproto::repo::{describe_repo::DescribeRepo, list_records::ListRecords},
5
5
+
client::{credential_session::CredentialSession, Agent, BasicClient, MemorySessionStore},
6
6
+
identity::{resolver::IdentityResolver, slingshot_resolver_default},
7
7
+
types::{did::Did, nsid::Nsid, string::Handle},
8
8
+
xrpc::XrpcClient,
9
9
+
};
10
10
+
use scc::{HashMap, HashSet};
11
11
+
use url::Url;
12
12
+
use vfs::{
13
13
+
async_vfs::{AsyncFileSystem, SeekAndRead},
14
14
+
error::VfsErrorKind,
15
15
+
VfsFileType, VfsMetadata, VfsResult,
16
16
+
};
17
17
+
18
18
+
use std::{collections::HashMap as StdHashMap, fmt::Debug, sync::Arc};
19
19
+
20
20
+
pub mod cli;
21
21
+
#[cfg(target_os = "linux")]
22
22
+
pub mod fuse;
23
23
+
24
24
+
pub async fn resolve_did(identifier: &str) -> Result<Did<'static>> {
25
25
+
if let Ok(did) = Did::new_owned(identifier) {
26
26
+
return Ok(did);
27
27
+
}
28
28
+
29
29
+
let handle = Handle::new(identifier).map_err(|e| anyhow!("invalid handle: {}", e))?;
30
30
+
let did = slingshot_resolver_default()
31
31
+
.resolve_handle(&handle)
32
32
+
.await
33
33
+
.map_err(|e| anyhow!("resolution failed: {}", e))?;
34
34
+
35
35
+
Ok(did)
36
36
+
}
37
37
+
38
38
+
pub async fn resolve_pds(did: &Did<'_>) -> Result<Url> {
39
39
+
slingshot_resolver_default()
40
40
+
.resolve_did_doc(did)
41
41
+
.await?
42
42
+
.parse()?
43
43
+
.pds_endpoint()
44
44
+
.ok_or_else(|| anyhow!("no pds endpoint in did doc"))
45
45
+
}
46
46
+
47
47
+
#[derive(Debug)]
48
48
+
struct CachedPage {
49
49
+
files: StdHashMap<String, Vec<u8>>,
50
50
+
next_cursor: Option<String>,
51
51
+
}
52
52
+
53
53
+
pub struct AtpFS {
54
54
+
did: Did<'static>,
55
55
+
client: BasicClient,
56
56
+
cache: HashMap<String, Arc<CachedPage>>,
57
57
+
root_cache: HashSet<String>,
58
58
+
}
59
59
+
60
60
+
impl Debug for AtpFS {
61
61
+
fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {
62
62
+
f.debug_struct("AtProtoFS").field("did", &self.did).finish()
63
63
+
}
64
64
+
}
65
65
+
66
66
+
impl AtpFS {
67
67
+
pub async fn new(did: Did<'static>, pds: Url) -> Self {
68
68
+
let store = MemorySessionStore::default();
69
69
+
let session =
70
70
+
CredentialSession::new(Arc::new(store), Arc::new(slingshot_resolver_default()));
71
71
+
session.set_endpoint(pds).await;
72
72
+
Self {
73
73
+
did,
74
74
+
client: Agent::new(session),
75
75
+
cache: HashMap::default(),
76
76
+
root_cache: HashSet::default(),
77
77
+
}
78
78
+
}
79
79
+
80
80
+
fn segments<'a, 's>(&'s self, path: &'a str) -> Vec<&'a str> {
81
81
+
path.trim_matches('/')
82
82
+
.split('/')
83
83
+
.filter(|s| !s.is_empty())
84
84
+
.collect()
85
85
+
}
86
86
+
87
87
+
fn vfs_dir_metadata() -> VfsMetadata {
88
88
+
VfsMetadata {
89
89
+
file_type: VfsFileType::Directory,
90
90
+
len: 0,
91
91
+
created: None,
92
92
+
modified: None,
93
93
+
accessed: None,
94
94
+
}
95
95
+
}
96
96
+
97
97
+
fn vfs_file_metadata(len: u64) -> VfsMetadata {
98
98
+
VfsMetadata {
99
99
+
file_type: VfsFileType::File,
100
100
+
len,
101
101
+
created: None,
102
102
+
modified: None,
103
103
+
accessed: None,
104
104
+
}
105
105
+
}
106
106
+
107
107
+
async fn ensure_root_loaded(&self) -> VfsResult<String> {
108
108
+
if self.root_cache.is_empty() {
109
109
+
let request = DescribeRepo::new().repo(self.did.clone()).build();
110
110
+
111
111
+
let response = self
112
112
+
.client
113
113
+
.send(request)
114
114
+
.await
115
115
+
.map_err(|e| VfsErrorKind::Other(e.to_string()))?;
116
116
+
117
117
+
let output = response
118
118
+
.into_output()
119
119
+
.map_err(|e| VfsErrorKind::Other(e.to_string()))?;
120
120
+
121
121
+
for col in output.collections {
122
122
+
let _ = self.root_cache.insert_async(col.to_string()).await;
123
123
+
}
124
124
+
}
125
125
+
return Ok("".to_string());
126
126
+
}
127
127
+
128
128
+
async fn ensure_loaded(&self, path: &str) -> VfsResult<String> {
129
129
+
let segs = self.segments(path);
130
130
+
131
131
+
if segs.is_empty() {
132
132
+
return self.ensure_root_loaded().await;
133
133
+
}
134
134
+
135
135
+
let collection = segs[0];
136
136
+
if self.root_cache.is_empty() {
137
137
+
self.ensure_root_loaded().await?;
138
138
+
}
139
139
+
140
140
+
if !self.root_cache.contains(collection) {
141
141
+
return Err(VfsErrorKind::FileNotFound.into());
142
142
+
}
143
143
+
144
144
+
let mut current_key = collection.to_string();
145
145
+
let mut parent_cursor: Option<String> = None;
146
146
+
147
147
+
for (_i, segment) in segs.iter().enumerate().skip(1) {
148
148
+
if *segment == "next" {
149
149
+
self.fetch_page_if_missing(¤t_key, parent_cursor.clone())
150
150
+
.await?;
151
151
+
let next_cursor_val = self.cache.read(¤t_key, |_, v| v.next_cursor.clone());
152
152
+
153
153
+
if let Some(Some(cursor)) = next_cursor_val {
154
154
+
parent_cursor = Some(cursor);
155
155
+
current_key = format!("{}/next", current_key);
156
156
+
} else {
157
157
+
return Err(VfsErrorKind::FileNotFound.into());
158
158
+
}
159
159
+
} else if segment.ends_with(".json") {
160
160
+
break;
161
161
+
} else {
162
162
+
return Err(VfsErrorKind::FileNotFound.into());
163
163
+
}
164
164
+
}
165
165
+
166
166
+
self.fetch_page_if_missing(¤t_key, parent_cursor)
167
167
+
.await?;
168
168
+
Ok(current_key)
169
169
+
}
170
170
+
171
171
+
async fn fetch_page_if_missing(&self, key: &str, cursor: Option<String>) -> VfsResult<()> {
172
172
+
if self.cache.contains(key) {
173
173
+
return Ok(());
174
174
+
}
175
175
+
176
176
+
let parts: Vec<&str> = key.split('/').collect();
177
177
+
let collection = parts[0];
178
178
+
179
179
+
let request = ListRecords::new()
180
180
+
.repo(self.did.clone())
181
181
+
.collection(Nsid::new(collection).expect("nsid should be valid"))
182
182
+
.limit(100)
183
183
+
.cursor(cursor.map(Into::into));
184
184
+
185
185
+
let response = self
186
186
+
.client
187
187
+
.send(request.build())
188
188
+
.await
189
189
+
.map_err(|e| VfsErrorKind::Other(e.to_string()))?;
190
190
+
191
191
+
let output = response
192
192
+
.into_output()
193
193
+
.map_err(|e| VfsErrorKind::Other(e.to_string()))?;
194
194
+
195
195
+
let mut files = StdHashMap::new();
196
196
+
for rec in output.records {
197
197
+
if let Some(rkey) = rec.uri.rkey() {
198
198
+
let filename = format!("{}.json", rkey.0);
199
199
+
let content = serde_json::to_vec_pretty(&rec.value).unwrap_or_default();
200
200
+
files.insert(filename, content);
201
201
+
}
202
202
+
}
203
203
+
204
204
+
let _ = self
205
205
+
.cache
206
206
+
.insert_async(
207
207
+
key.to_string(),
208
208
+
Arc::new(CachedPage {
209
209
+
files,
210
210
+
next_cursor: output.cursor.map(Into::into),
211
211
+
}),
212
212
+
)
213
213
+
.await;
214
214
+
215
215
+
Ok(())
216
216
+
}
217
217
+
}
218
218
+
219
219
+
#[async_trait::async_trait]
220
220
+
impl AsyncFileSystem for AtpFS {
221
221
+
async fn read_dir(
222
222
+
&self,
223
223
+
path: &str,
224
224
+
) -> VfsResult<Box<dyn Unpin + futures::Stream<Item = String> + Send>> {
225
225
+
let segs = self.segments(path);
226
226
+
227
227
+
if segs.is_empty() {
228
228
+
self.ensure_root_loaded().await?;
229
229
+
let mut keys = Vec::new();
230
230
+
self.root_cache.scan(|k| keys.push(k.clone()));
231
231
+
return Ok(Box::new(stream::iter(keys)));
232
232
+
}
233
233
+
234
234
+
let cache_key = self.ensure_loaded(path).await?;
235
235
+
236
236
+
if path.ends_with(".json") {
237
237
+
return Err(VfsErrorKind::Other("not a directory".into()).into());
238
238
+
}
239
239
+
240
240
+
let page = self
241
241
+
.cache
242
242
+
.read(&cache_key, |_, v| v.clone())
243
243
+
.ok_or(VfsErrorKind::FileNotFound)?;
244
244
+
245
245
+
let mut entries: Vec<String> = page.files.keys().cloned().collect();
246
246
+
if page.next_cursor.is_some() {
247
247
+
entries.push("next".to_string());
248
248
+
}
249
249
+
250
250
+
Ok(Box::new(stream::iter(entries)))
251
251
+
}
252
252
+
253
253
+
async fn create_dir(&self, _path: &str) -> VfsResult<()> {
254
254
+
Err(VfsErrorKind::NotSupported.into())
255
255
+
}
256
256
+
257
257
+
async fn open_file(&self, path: &str) -> VfsResult<Box<dyn SeekAndRead + Send + Unpin>> {
258
258
+
let parent_path = std::path::Path::new(path)
259
259
+
.parent()
260
260
+
.unwrap_or(std::path::Path::new(""))
261
261
+
.to_str()
262
262
+
.unwrap();
263
263
+
let cache_key = self.ensure_loaded(parent_path).await?;
264
264
+
let filename = path.split('/').last().ok_or(VfsErrorKind::FileNotFound)?;
265
265
+
266
266
+
let content = self
267
267
+
.cache
268
268
+
.read(&cache_key, |_, page| page.files.get(filename).cloned())
269
269
+
.flatten();
270
270
+
271
271
+
if let Some(data) = content {
272
272
+
return Ok(Box::new(futures::io::Cursor::new(data)));
273
273
+
}
274
274
+
275
275
+
Err(VfsErrorKind::FileNotFound.into())
276
276
+
}
277
277
+
278
278
+
async fn create_file(
279
279
+
&self,
280
280
+
_path: &str,
281
281
+
) -> VfsResult<Box<dyn futures::io::AsyncWrite + Send + Unpin>> {
282
282
+
Err(VfsErrorKind::NotSupported.into())
283
283
+
}
284
284
+
285
285
+
async fn append_file(
286
286
+
&self,
287
287
+
_path: &str,
288
288
+
) -> VfsResult<Box<dyn futures::io::AsyncWrite + Send + Unpin>> {
289
289
+
Err(VfsErrorKind::NotSupported.into())
290
290
+
}
291
291
+
292
292
+
async fn metadata(&self, path: &str) -> VfsResult<VfsMetadata> {
293
293
+
let segs = self.segments(path);
294
294
+
if segs.is_empty() {
295
295
+
return Ok(AtpFS::vfs_dir_metadata());
296
296
+
}
297
297
+
298
298
+
if segs.len() == 1 {
299
299
+
self.ensure_root_loaded().await?;
300
300
+
if self.root_cache.contains(segs[0]) {
301
301
+
return Ok(AtpFS::vfs_dir_metadata());
302
302
+
} else {
303
303
+
return Err(VfsErrorKind::FileNotFound.into());
304
304
+
}
305
305
+
}
306
306
+
307
307
+
if let Some(last) = segs.last() {
308
308
+
if *last == "next" {
309
309
+
let parent = &path[0..path.len() - 5];
310
310
+
let cache_key = self.ensure_loaded(parent).await?;
311
311
+
let has_next = self
312
312
+
.cache
313
313
+
.read(&cache_key, |_, v| v.next_cursor.is_some())
314
314
+
.unwrap_or(false);
315
315
+
if has_next {
316
316
+
return Ok(AtpFS::vfs_dir_metadata());
317
317
+
}
318
318
+
return Err(VfsErrorKind::FileNotFound.into());
319
319
+
}
320
320
+
}
321
321
+
322
322
+
if path.ends_with(".json") {
323
323
+
let parent_path = std::path::Path::new(path)
324
324
+
.parent()
325
325
+
.unwrap()
326
326
+
.to_str()
327
327
+
.unwrap();
328
328
+
let cache_key = self.ensure_loaded(parent_path).await?;
329
329
+
let filename = segs.last().unwrap();
330
330
+
331
331
+
let len = self
332
332
+
.cache
333
333
+
.read(&cache_key, |_, page| {
334
334
+
page.files.get(*filename).map(|f| f.len())
335
335
+
})
336
336
+
.flatten();
337
337
+
338
338
+
if let Some(l) = len {
339
339
+
return Ok(AtpFS::vfs_file_metadata(l as u64));
340
340
+
}
341
341
+
return Err(VfsErrorKind::FileNotFound.into());
342
342
+
}
343
343
+
344
344
+
Err(VfsErrorKind::FileNotFound.into())
345
345
+
}
346
346
+
347
347
+
async fn exists(&self, path: &str) -> VfsResult<bool> {
348
348
+
Ok(self.metadata(path).await.is_ok())
349
349
+
}
350
350
+
351
351
+
async fn remove_file(&self, _path: &str) -> VfsResult<()> {
352
352
+
Err(VfsErrorKind::NotSupported.into())
353
353
+
}
354
354
+
355
355
+
async fn remove_dir(&self, _path: &str) -> VfsResult<()> {
356
356
+
Err(VfsErrorKind::NotSupported.into())
357
357
+
}
358
358
+
}
+65
src/main.rs
···
1
1
+
use anyhow::Result;
2
2
+
use atpfs::{
3
3
+
cli::{opts, SubCommand},
4
4
+
resolve_did, resolve_pds, AtpFS,
5
5
+
};
6
6
+
use futures::StreamExt;
7
7
+
use vfs::async_vfs::AsyncFileSystem;
8
8
+
9
9
+
use std::sync::Arc;
10
10
+
11
11
+
async fn run_app(args: Vec<String>) -> Result<()> {
12
12
+
let opts = opts().run_inner(args.as_slice());
13
13
+
14
14
+
if let Err(err) = opts {
15
15
+
err.print_message(80);
16
16
+
return Ok(());
17
17
+
}
18
18
+
19
19
+
let opts = opts.unwrap();
20
20
+
21
21
+
println!("resolving identity for: {}", opts.identifier);
22
22
+
let did = resolve_did(&opts.identifier).await?;
23
23
+
println!("resolved DID: {}", did);
24
24
+
let pds = resolve_pds(&did).await?;
25
25
+
println!("resolved PDS: {}", pds);
26
26
+
27
27
+
let fs = Arc::new(AtpFS::new(did, pds).await);
28
28
+
29
29
+
match opts.cmd {
30
30
+
SubCommand::Ls { path } => {
31
31
+
println!("Listing: {}", path);
32
32
+
let mut stream = fs.read_dir(&path).await?;
33
33
+
while let Some(item) = stream.next().await {
34
34
+
println!("{}", item);
35
35
+
}
36
36
+
}
37
37
+
#[cfg(target_os = "linux")]
38
38
+
SubCommand::Fuse { mount_point } => {
39
39
+
use atpfs::fuse::AtpFuse;
40
40
+
use easy_fuser::{prelude::*, templates::DefaultFuseHandler};
41
41
+
42
42
+
let options = vec![MountOption::RO, MountOption::FSName("atproto".to_string())];
43
43
+
44
44
+
let rt = tokio::runtime::Handle::current();
45
45
+
let fuse_handler = AtpFuse {
46
46
+
fs,
47
47
+
inner: DefaultFuseHandler::new(),
48
48
+
rt,
49
49
+
};
50
50
+
51
51
+
println!("mounting at {:?}...", mount_point);
52
52
+
tokio::task::block_in_place(|| {
53
53
+
easy_fuser::mount(fuse_handler, mount_point, &options, 4)
54
54
+
})?;
55
55
+
}
56
56
+
}
57
57
+
58
58
+
Ok(())
59
59
+
}
60
60
+
61
61
+
#[tokio::main]
62
62
+
async fn main() -> Result<()> {
63
63
+
let args: Vec<String> = std::env::args().skip(1).collect();
64
64
+
run_app(args).await
65
65
+
}