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