css_inline 0.15.1 → 0.15.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- checksums.yaml +4 -4
- data/Cargo.lock +5 -5
- data/Cargo.toml +3 -0
- data/ext/css_inline/Cargo.lock +2084 -0
- data/ext/css_inline/Cargo.toml +3 -3
- data/ext/css_inline/extconf.rb +20 -0
- metadata +14 -11
@@ -0,0 +1,2084 @@
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
2
|
+
# It is not intended for manual editing.
|
3
|
+
version = 3
|
4
|
+
|
5
|
+
[[package]]
|
6
|
+
name = "addr2line"
|
7
|
+
version = "0.24.2"
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
9
|
+
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
10
|
+
dependencies = [
|
11
|
+
"gimli",
|
12
|
+
]
|
13
|
+
|
14
|
+
[[package]]
|
15
|
+
name = "adler2"
|
16
|
+
version = "2.0.1"
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
18
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
19
|
+
|
20
|
+
[[package]]
|
21
|
+
name = "aho-corasick"
|
22
|
+
version = "1.1.3"
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
24
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
25
|
+
dependencies = [
|
26
|
+
"memchr",
|
27
|
+
]
|
28
|
+
|
29
|
+
[[package]]
|
30
|
+
name = "allocator-api2"
|
31
|
+
version = "0.2.21"
|
32
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
33
|
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
34
|
+
|
35
|
+
[[package]]
|
36
|
+
name = "autocfg"
|
37
|
+
version = "1.5.0"
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
39
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
40
|
+
|
41
|
+
[[package]]
|
42
|
+
name = "backtrace"
|
43
|
+
version = "0.3.75"
|
44
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
45
|
+
checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
|
46
|
+
dependencies = [
|
47
|
+
"addr2line",
|
48
|
+
"cfg-if",
|
49
|
+
"libc",
|
50
|
+
"miniz_oxide",
|
51
|
+
"object",
|
52
|
+
"rustc-demangle",
|
53
|
+
"windows-targets 0.52.6",
|
54
|
+
]
|
55
|
+
|
56
|
+
[[package]]
|
57
|
+
name = "base64"
|
58
|
+
version = "0.22.1"
|
59
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
60
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
61
|
+
|
62
|
+
[[package]]
|
63
|
+
name = "bindgen"
|
64
|
+
version = "0.69.5"
|
65
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
66
|
+
checksum = "271383c67ccabffb7381723dea0672a673f292304fcb45c01cc648c7a8d58088"
|
67
|
+
dependencies = [
|
68
|
+
"bitflags",
|
69
|
+
"cexpr",
|
70
|
+
"clang-sys",
|
71
|
+
"itertools",
|
72
|
+
"lazy_static",
|
73
|
+
"lazycell",
|
74
|
+
"proc-macro2",
|
75
|
+
"quote",
|
76
|
+
"regex",
|
77
|
+
"rustc-hash 1.1.0",
|
78
|
+
"shlex",
|
79
|
+
"syn",
|
80
|
+
]
|
81
|
+
|
82
|
+
[[package]]
|
83
|
+
name = "bitflags"
|
84
|
+
version = "2.9.1"
|
85
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
86
|
+
checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
|
87
|
+
|
88
|
+
[[package]]
|
89
|
+
name = "bumpalo"
|
90
|
+
version = "3.19.0"
|
91
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
92
|
+
checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
|
93
|
+
|
94
|
+
[[package]]
|
95
|
+
name = "byteorder"
|
96
|
+
version = "1.5.0"
|
97
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
98
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
99
|
+
|
100
|
+
[[package]]
|
101
|
+
name = "bytes"
|
102
|
+
version = "1.10.1"
|
103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
104
|
+
checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
|
105
|
+
|
106
|
+
[[package]]
|
107
|
+
name = "cc"
|
108
|
+
version = "1.2.27"
|
109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
110
|
+
checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
|
111
|
+
dependencies = [
|
112
|
+
"shlex",
|
113
|
+
]
|
114
|
+
|
115
|
+
[[package]]
|
116
|
+
name = "cexpr"
|
117
|
+
version = "0.6.0"
|
118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
119
|
+
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
120
|
+
dependencies = [
|
121
|
+
"nom",
|
122
|
+
]
|
123
|
+
|
124
|
+
[[package]]
|
125
|
+
name = "cfg-if"
|
126
|
+
version = "1.0.1"
|
127
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
128
|
+
checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
|
129
|
+
|
130
|
+
[[package]]
|
131
|
+
name = "cfg_aliases"
|
132
|
+
version = "0.2.1"
|
133
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
134
|
+
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
135
|
+
|
136
|
+
[[package]]
|
137
|
+
name = "clang-sys"
|
138
|
+
version = "1.8.1"
|
139
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
140
|
+
checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
|
141
|
+
dependencies = [
|
142
|
+
"glob",
|
143
|
+
"libc",
|
144
|
+
"libloading",
|
145
|
+
]
|
146
|
+
|
147
|
+
[[package]]
|
148
|
+
name = "crossbeam-deque"
|
149
|
+
version = "0.8.6"
|
150
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
151
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
152
|
+
dependencies = [
|
153
|
+
"crossbeam-epoch",
|
154
|
+
"crossbeam-utils",
|
155
|
+
]
|
156
|
+
|
157
|
+
[[package]]
|
158
|
+
name = "crossbeam-epoch"
|
159
|
+
version = "0.9.18"
|
160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
161
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
162
|
+
dependencies = [
|
163
|
+
"crossbeam-utils",
|
164
|
+
]
|
165
|
+
|
166
|
+
[[package]]
|
167
|
+
name = "crossbeam-utils"
|
168
|
+
version = "0.8.21"
|
169
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
170
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
171
|
+
|
172
|
+
[[package]]
|
173
|
+
name = "css-inline"
|
174
|
+
version = "0.15.0"
|
175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
176
|
+
checksum = "801ccb43c5ee62e262b2622cf5cfb75e98663b0bf530b6194251fb77cc29f62c"
|
177
|
+
dependencies = [
|
178
|
+
"cssparser",
|
179
|
+
"html5ever",
|
180
|
+
"indexmap",
|
181
|
+
"lru",
|
182
|
+
"precomputed-hash",
|
183
|
+
"reqwest",
|
184
|
+
"rustc-hash 2.1.1",
|
185
|
+
"selectors",
|
186
|
+
"smallvec",
|
187
|
+
"url",
|
188
|
+
]
|
189
|
+
|
190
|
+
[[package]]
|
191
|
+
name = "css-inline"
|
192
|
+
version = "0.15.2"
|
193
|
+
dependencies = [
|
194
|
+
"css-inline 0.15.0",
|
195
|
+
"magnus",
|
196
|
+
"rayon",
|
197
|
+
]
|
198
|
+
|
199
|
+
[[package]]
|
200
|
+
name = "cssparser"
|
201
|
+
version = "0.35.0"
|
202
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
203
|
+
checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
|
204
|
+
dependencies = [
|
205
|
+
"cssparser-macros",
|
206
|
+
"dtoa-short",
|
207
|
+
"itoa",
|
208
|
+
"phf",
|
209
|
+
"smallvec",
|
210
|
+
]
|
211
|
+
|
212
|
+
[[package]]
|
213
|
+
name = "cssparser-macros"
|
214
|
+
version = "0.6.1"
|
215
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
216
|
+
checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
|
217
|
+
dependencies = [
|
218
|
+
"quote",
|
219
|
+
"syn",
|
220
|
+
]
|
221
|
+
|
222
|
+
[[package]]
|
223
|
+
name = "derive_more"
|
224
|
+
version = "0.99.20"
|
225
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
226
|
+
checksum = "6edb4b64a43d977b8e99788fe3a04d483834fba1215a7e02caa415b626497f7f"
|
227
|
+
dependencies = [
|
228
|
+
"proc-macro2",
|
229
|
+
"quote",
|
230
|
+
"syn",
|
231
|
+
]
|
232
|
+
|
233
|
+
[[package]]
|
234
|
+
name = "displaydoc"
|
235
|
+
version = "0.2.5"
|
236
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
237
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
238
|
+
dependencies = [
|
239
|
+
"proc-macro2",
|
240
|
+
"quote",
|
241
|
+
"syn",
|
242
|
+
]
|
243
|
+
|
244
|
+
[[package]]
|
245
|
+
name = "dtoa"
|
246
|
+
version = "1.0.10"
|
247
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
248
|
+
checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
|
249
|
+
|
250
|
+
[[package]]
|
251
|
+
name = "dtoa-short"
|
252
|
+
version = "0.3.5"
|
253
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
254
|
+
checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
|
255
|
+
dependencies = [
|
256
|
+
"dtoa",
|
257
|
+
]
|
258
|
+
|
259
|
+
[[package]]
|
260
|
+
name = "either"
|
261
|
+
version = "1.15.0"
|
262
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
263
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
264
|
+
|
265
|
+
[[package]]
|
266
|
+
name = "equivalent"
|
267
|
+
version = "1.0.2"
|
268
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
269
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
270
|
+
|
271
|
+
[[package]]
|
272
|
+
name = "fnv"
|
273
|
+
version = "1.0.7"
|
274
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
275
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
276
|
+
|
277
|
+
[[package]]
|
278
|
+
name = "foldhash"
|
279
|
+
version = "0.1.5"
|
280
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
281
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
282
|
+
|
283
|
+
[[package]]
|
284
|
+
name = "form_urlencoded"
|
285
|
+
version = "1.2.1"
|
286
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
287
|
+
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
288
|
+
dependencies = [
|
289
|
+
"percent-encoding",
|
290
|
+
]
|
291
|
+
|
292
|
+
[[package]]
|
293
|
+
name = "futf"
|
294
|
+
version = "0.1.5"
|
295
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
296
|
+
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
297
|
+
dependencies = [
|
298
|
+
"mac",
|
299
|
+
"new_debug_unreachable",
|
300
|
+
]
|
301
|
+
|
302
|
+
[[package]]
|
303
|
+
name = "futures-channel"
|
304
|
+
version = "0.3.31"
|
305
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
306
|
+
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
307
|
+
dependencies = [
|
308
|
+
"futures-core",
|
309
|
+
"futures-sink",
|
310
|
+
]
|
311
|
+
|
312
|
+
[[package]]
|
313
|
+
name = "futures-core"
|
314
|
+
version = "0.3.31"
|
315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
316
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
317
|
+
|
318
|
+
[[package]]
|
319
|
+
name = "futures-io"
|
320
|
+
version = "0.3.31"
|
321
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
322
|
+
checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
|
323
|
+
|
324
|
+
[[package]]
|
325
|
+
name = "futures-sink"
|
326
|
+
version = "0.3.31"
|
327
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
328
|
+
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
329
|
+
|
330
|
+
[[package]]
|
331
|
+
name = "futures-task"
|
332
|
+
version = "0.3.31"
|
333
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
334
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
335
|
+
|
336
|
+
[[package]]
|
337
|
+
name = "futures-util"
|
338
|
+
version = "0.3.31"
|
339
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
340
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
341
|
+
dependencies = [
|
342
|
+
"futures-core",
|
343
|
+
"futures-io",
|
344
|
+
"futures-sink",
|
345
|
+
"futures-task",
|
346
|
+
"memchr",
|
347
|
+
"pin-project-lite",
|
348
|
+
"pin-utils",
|
349
|
+
"slab",
|
350
|
+
]
|
351
|
+
|
352
|
+
[[package]]
|
353
|
+
name = "fxhash"
|
354
|
+
version = "0.2.1"
|
355
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
356
|
+
checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
|
357
|
+
dependencies = [
|
358
|
+
"byteorder",
|
359
|
+
]
|
360
|
+
|
361
|
+
[[package]]
|
362
|
+
name = "getrandom"
|
363
|
+
version = "0.2.16"
|
364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
365
|
+
checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
|
366
|
+
dependencies = [
|
367
|
+
"cfg-if",
|
368
|
+
"js-sys",
|
369
|
+
"libc",
|
370
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
371
|
+
"wasm-bindgen",
|
372
|
+
]
|
373
|
+
|
374
|
+
[[package]]
|
375
|
+
name = "getrandom"
|
376
|
+
version = "0.3.3"
|
377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
378
|
+
checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
|
379
|
+
dependencies = [
|
380
|
+
"cfg-if",
|
381
|
+
"js-sys",
|
382
|
+
"libc",
|
383
|
+
"r-efi",
|
384
|
+
"wasi 0.14.2+wasi-0.2.4",
|
385
|
+
"wasm-bindgen",
|
386
|
+
]
|
387
|
+
|
388
|
+
[[package]]
|
389
|
+
name = "gimli"
|
390
|
+
version = "0.31.1"
|
391
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
392
|
+
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
393
|
+
|
394
|
+
[[package]]
|
395
|
+
name = "glob"
|
396
|
+
version = "0.3.2"
|
397
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
398
|
+
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
399
|
+
|
400
|
+
[[package]]
|
401
|
+
name = "hashbrown"
|
402
|
+
version = "0.15.4"
|
403
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
404
|
+
checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
|
405
|
+
dependencies = [
|
406
|
+
"allocator-api2",
|
407
|
+
"equivalent",
|
408
|
+
"foldhash",
|
409
|
+
]
|
410
|
+
|
411
|
+
[[package]]
|
412
|
+
name = "html5ever"
|
413
|
+
version = "0.31.0"
|
414
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
415
|
+
checksum = "953cbbe631aae7fc0a112702ad5d3aaf09da38beaf45ea84610d6e1c358f569c"
|
416
|
+
dependencies = [
|
417
|
+
"log",
|
418
|
+
"mac",
|
419
|
+
"markup5ever",
|
420
|
+
"match_token",
|
421
|
+
]
|
422
|
+
|
423
|
+
[[package]]
|
424
|
+
name = "http"
|
425
|
+
version = "1.3.1"
|
426
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
427
|
+
checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
|
428
|
+
dependencies = [
|
429
|
+
"bytes",
|
430
|
+
"fnv",
|
431
|
+
"itoa",
|
432
|
+
]
|
433
|
+
|
434
|
+
[[package]]
|
435
|
+
name = "http-body"
|
436
|
+
version = "1.0.1"
|
437
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
438
|
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
439
|
+
dependencies = [
|
440
|
+
"bytes",
|
441
|
+
"http",
|
442
|
+
]
|
443
|
+
|
444
|
+
[[package]]
|
445
|
+
name = "http-body-util"
|
446
|
+
version = "0.1.3"
|
447
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
448
|
+
checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
|
449
|
+
dependencies = [
|
450
|
+
"bytes",
|
451
|
+
"futures-core",
|
452
|
+
"http",
|
453
|
+
"http-body",
|
454
|
+
"pin-project-lite",
|
455
|
+
]
|
456
|
+
|
457
|
+
[[package]]
|
458
|
+
name = "httparse"
|
459
|
+
version = "1.10.1"
|
460
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
461
|
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
462
|
+
|
463
|
+
[[package]]
|
464
|
+
name = "hyper"
|
465
|
+
version = "1.6.0"
|
466
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
467
|
+
checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
|
468
|
+
dependencies = [
|
469
|
+
"bytes",
|
470
|
+
"futures-channel",
|
471
|
+
"futures-util",
|
472
|
+
"http",
|
473
|
+
"http-body",
|
474
|
+
"httparse",
|
475
|
+
"itoa",
|
476
|
+
"pin-project-lite",
|
477
|
+
"smallvec",
|
478
|
+
"tokio",
|
479
|
+
"want",
|
480
|
+
]
|
481
|
+
|
482
|
+
[[package]]
|
483
|
+
name = "hyper-rustls"
|
484
|
+
version = "0.27.7"
|
485
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
486
|
+
checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
|
487
|
+
dependencies = [
|
488
|
+
"http",
|
489
|
+
"hyper",
|
490
|
+
"hyper-util",
|
491
|
+
"rustls",
|
492
|
+
"rustls-pki-types",
|
493
|
+
"tokio",
|
494
|
+
"tokio-rustls",
|
495
|
+
"tower-service",
|
496
|
+
"webpki-roots",
|
497
|
+
]
|
498
|
+
|
499
|
+
[[package]]
|
500
|
+
name = "hyper-util"
|
501
|
+
version = "0.1.14"
|
502
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
503
|
+
checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb"
|
504
|
+
dependencies = [
|
505
|
+
"base64",
|
506
|
+
"bytes",
|
507
|
+
"futures-channel",
|
508
|
+
"futures-core",
|
509
|
+
"futures-util",
|
510
|
+
"http",
|
511
|
+
"http-body",
|
512
|
+
"hyper",
|
513
|
+
"ipnet",
|
514
|
+
"libc",
|
515
|
+
"percent-encoding",
|
516
|
+
"pin-project-lite",
|
517
|
+
"socket2",
|
518
|
+
"tokio",
|
519
|
+
"tower-service",
|
520
|
+
"tracing",
|
521
|
+
]
|
522
|
+
|
523
|
+
[[package]]
|
524
|
+
name = "icu_collections"
|
525
|
+
version = "2.0.0"
|
526
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
527
|
+
checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
|
528
|
+
dependencies = [
|
529
|
+
"displaydoc",
|
530
|
+
"potential_utf",
|
531
|
+
"yoke",
|
532
|
+
"zerofrom",
|
533
|
+
"zerovec",
|
534
|
+
]
|
535
|
+
|
536
|
+
[[package]]
|
537
|
+
name = "icu_locale_core"
|
538
|
+
version = "2.0.0"
|
539
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
540
|
+
checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
|
541
|
+
dependencies = [
|
542
|
+
"displaydoc",
|
543
|
+
"litemap",
|
544
|
+
"tinystr",
|
545
|
+
"writeable",
|
546
|
+
"zerovec",
|
547
|
+
]
|
548
|
+
|
549
|
+
[[package]]
|
550
|
+
name = "icu_normalizer"
|
551
|
+
version = "2.0.0"
|
552
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
553
|
+
checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
|
554
|
+
dependencies = [
|
555
|
+
"displaydoc",
|
556
|
+
"icu_collections",
|
557
|
+
"icu_normalizer_data",
|
558
|
+
"icu_properties",
|
559
|
+
"icu_provider",
|
560
|
+
"smallvec",
|
561
|
+
"zerovec",
|
562
|
+
]
|
563
|
+
|
564
|
+
[[package]]
|
565
|
+
name = "icu_normalizer_data"
|
566
|
+
version = "2.0.0"
|
567
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
568
|
+
checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
|
569
|
+
|
570
|
+
[[package]]
|
571
|
+
name = "icu_properties"
|
572
|
+
version = "2.0.1"
|
573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
574
|
+
checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
|
575
|
+
dependencies = [
|
576
|
+
"displaydoc",
|
577
|
+
"icu_collections",
|
578
|
+
"icu_locale_core",
|
579
|
+
"icu_properties_data",
|
580
|
+
"icu_provider",
|
581
|
+
"potential_utf",
|
582
|
+
"zerotrie",
|
583
|
+
"zerovec",
|
584
|
+
]
|
585
|
+
|
586
|
+
[[package]]
|
587
|
+
name = "icu_properties_data"
|
588
|
+
version = "2.0.1"
|
589
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
590
|
+
checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
|
591
|
+
|
592
|
+
[[package]]
|
593
|
+
name = "icu_provider"
|
594
|
+
version = "2.0.0"
|
595
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
596
|
+
checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
|
597
|
+
dependencies = [
|
598
|
+
"displaydoc",
|
599
|
+
"icu_locale_core",
|
600
|
+
"stable_deref_trait",
|
601
|
+
"tinystr",
|
602
|
+
"writeable",
|
603
|
+
"yoke",
|
604
|
+
"zerofrom",
|
605
|
+
"zerotrie",
|
606
|
+
"zerovec",
|
607
|
+
]
|
608
|
+
|
609
|
+
[[package]]
|
610
|
+
name = "idna"
|
611
|
+
version = "1.0.3"
|
612
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
613
|
+
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
614
|
+
dependencies = [
|
615
|
+
"idna_adapter",
|
616
|
+
"smallvec",
|
617
|
+
"utf8_iter",
|
618
|
+
]
|
619
|
+
|
620
|
+
[[package]]
|
621
|
+
name = "idna_adapter"
|
622
|
+
version = "1.2.1"
|
623
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
624
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
625
|
+
dependencies = [
|
626
|
+
"icu_normalizer",
|
627
|
+
"icu_properties",
|
628
|
+
]
|
629
|
+
|
630
|
+
[[package]]
|
631
|
+
name = "indexmap"
|
632
|
+
version = "2.9.0"
|
633
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
634
|
+
checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
|
635
|
+
dependencies = [
|
636
|
+
"equivalent",
|
637
|
+
"hashbrown",
|
638
|
+
]
|
639
|
+
|
640
|
+
[[package]]
|
641
|
+
name = "ipnet"
|
642
|
+
version = "2.11.0"
|
643
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
644
|
+
checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
|
645
|
+
|
646
|
+
[[package]]
|
647
|
+
name = "iri-string"
|
648
|
+
version = "0.7.8"
|
649
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
650
|
+
checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
|
651
|
+
dependencies = [
|
652
|
+
"memchr",
|
653
|
+
"serde",
|
654
|
+
]
|
655
|
+
|
656
|
+
[[package]]
|
657
|
+
name = "itertools"
|
658
|
+
version = "0.12.1"
|
659
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
660
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
661
|
+
dependencies = [
|
662
|
+
"either",
|
663
|
+
]
|
664
|
+
|
665
|
+
[[package]]
|
666
|
+
name = "itoa"
|
667
|
+
version = "1.0.15"
|
668
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
669
|
+
checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
|
670
|
+
|
671
|
+
[[package]]
|
672
|
+
name = "js-sys"
|
673
|
+
version = "0.3.77"
|
674
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
675
|
+
checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
|
676
|
+
dependencies = [
|
677
|
+
"once_cell",
|
678
|
+
"wasm-bindgen",
|
679
|
+
]
|
680
|
+
|
681
|
+
[[package]]
|
682
|
+
name = "lazy_static"
|
683
|
+
version = "1.5.0"
|
684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
685
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
686
|
+
|
687
|
+
[[package]]
|
688
|
+
name = "lazycell"
|
689
|
+
version = "1.3.0"
|
690
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
691
|
+
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
692
|
+
|
693
|
+
[[package]]
|
694
|
+
name = "libc"
|
695
|
+
version = "0.2.174"
|
696
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
697
|
+
checksum = "1171693293099992e19cddea4e8b849964e9846f4acee11b3948bcc337be8776"
|
698
|
+
|
699
|
+
[[package]]
|
700
|
+
name = "libloading"
|
701
|
+
version = "0.8.8"
|
702
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
703
|
+
checksum = "07033963ba89ebaf1584d767badaa2e8fcec21aedea6b8c0346d487d49c28667"
|
704
|
+
dependencies = [
|
705
|
+
"cfg-if",
|
706
|
+
"windows-targets 0.53.2",
|
707
|
+
]
|
708
|
+
|
709
|
+
[[package]]
|
710
|
+
name = "litemap"
|
711
|
+
version = "0.8.0"
|
712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
713
|
+
checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
|
714
|
+
|
715
|
+
[[package]]
|
716
|
+
name = "lock_api"
|
717
|
+
version = "0.4.13"
|
718
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
719
|
+
checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
|
720
|
+
dependencies = [
|
721
|
+
"autocfg",
|
722
|
+
"scopeguard",
|
723
|
+
]
|
724
|
+
|
725
|
+
[[package]]
|
726
|
+
name = "log"
|
727
|
+
version = "0.4.27"
|
728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
729
|
+
checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
|
730
|
+
|
731
|
+
[[package]]
|
732
|
+
name = "lru"
|
733
|
+
version = "0.14.0"
|
734
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
735
|
+
checksum = "9f8cc7106155f10bdf99a6f379688f543ad6596a415375b36a59a054ceda1198"
|
736
|
+
dependencies = [
|
737
|
+
"hashbrown",
|
738
|
+
]
|
739
|
+
|
740
|
+
[[package]]
|
741
|
+
name = "lru-slab"
|
742
|
+
version = "0.1.2"
|
743
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
744
|
+
checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
|
745
|
+
|
746
|
+
[[package]]
|
747
|
+
name = "mac"
|
748
|
+
version = "0.1.1"
|
749
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
750
|
+
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
751
|
+
|
752
|
+
[[package]]
|
753
|
+
name = "magnus"
|
754
|
+
version = "0.7.1"
|
755
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
756
|
+
checksum = "3d87ae53030f3a22e83879e666cb94e58a7bdf31706878a0ba48752994146dab"
|
757
|
+
dependencies = [
|
758
|
+
"magnus-macros",
|
759
|
+
"rb-sys",
|
760
|
+
"rb-sys-env",
|
761
|
+
"seq-macro",
|
762
|
+
]
|
763
|
+
|
764
|
+
[[package]]
|
765
|
+
name = "magnus-macros"
|
766
|
+
version = "0.6.0"
|
767
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
768
|
+
checksum = "5968c820e2960565f647819f5928a42d6e874551cab9d88d75e3e0660d7f71e3"
|
769
|
+
dependencies = [
|
770
|
+
"proc-macro2",
|
771
|
+
"quote",
|
772
|
+
"syn",
|
773
|
+
]
|
774
|
+
|
775
|
+
[[package]]
|
776
|
+
name = "markup5ever"
|
777
|
+
version = "0.16.2"
|
778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
779
|
+
checksum = "2e4cd8c02f18a011991a039855480c64d74291c5792fcc160d55d77dc4de4a39"
|
780
|
+
dependencies = [
|
781
|
+
"log",
|
782
|
+
"tendril",
|
783
|
+
"web_atoms",
|
784
|
+
]
|
785
|
+
|
786
|
+
[[package]]
|
787
|
+
name = "match_token"
|
788
|
+
version = "0.1.0"
|
789
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
790
|
+
checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
|
791
|
+
dependencies = [
|
792
|
+
"proc-macro2",
|
793
|
+
"quote",
|
794
|
+
"syn",
|
795
|
+
]
|
796
|
+
|
797
|
+
[[package]]
|
798
|
+
name = "memchr"
|
799
|
+
version = "2.7.5"
|
800
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
801
|
+
checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
|
802
|
+
|
803
|
+
[[package]]
|
804
|
+
name = "minimal-lexical"
|
805
|
+
version = "0.2.1"
|
806
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
807
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
808
|
+
|
809
|
+
[[package]]
|
810
|
+
name = "miniz_oxide"
|
811
|
+
version = "0.8.9"
|
812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
813
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
814
|
+
dependencies = [
|
815
|
+
"adler2",
|
816
|
+
]
|
817
|
+
|
818
|
+
[[package]]
|
819
|
+
name = "mio"
|
820
|
+
version = "1.0.4"
|
821
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
822
|
+
checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
|
823
|
+
dependencies = [
|
824
|
+
"libc",
|
825
|
+
"wasi 0.11.1+wasi-snapshot-preview1",
|
826
|
+
"windows-sys 0.59.0",
|
827
|
+
]
|
828
|
+
|
829
|
+
[[package]]
|
830
|
+
name = "new_debug_unreachable"
|
831
|
+
version = "1.0.6"
|
832
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
833
|
+
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
834
|
+
|
835
|
+
[[package]]
|
836
|
+
name = "nom"
|
837
|
+
version = "7.1.3"
|
838
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
839
|
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
840
|
+
dependencies = [
|
841
|
+
"memchr",
|
842
|
+
"minimal-lexical",
|
843
|
+
]
|
844
|
+
|
845
|
+
[[package]]
|
846
|
+
name = "object"
|
847
|
+
version = "0.36.7"
|
848
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
849
|
+
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
850
|
+
dependencies = [
|
851
|
+
"memchr",
|
852
|
+
]
|
853
|
+
|
854
|
+
[[package]]
|
855
|
+
name = "once_cell"
|
856
|
+
version = "1.21.3"
|
857
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
858
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
859
|
+
|
860
|
+
[[package]]
|
861
|
+
name = "parking_lot"
|
862
|
+
version = "0.12.4"
|
863
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
864
|
+
checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
|
865
|
+
dependencies = [
|
866
|
+
"lock_api",
|
867
|
+
"parking_lot_core",
|
868
|
+
]
|
869
|
+
|
870
|
+
[[package]]
|
871
|
+
name = "parking_lot_core"
|
872
|
+
version = "0.9.11"
|
873
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
874
|
+
checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
|
875
|
+
dependencies = [
|
876
|
+
"cfg-if",
|
877
|
+
"libc",
|
878
|
+
"redox_syscall",
|
879
|
+
"smallvec",
|
880
|
+
"windows-targets 0.52.6",
|
881
|
+
]
|
882
|
+
|
883
|
+
[[package]]
|
884
|
+
name = "percent-encoding"
|
885
|
+
version = "2.3.1"
|
886
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
887
|
+
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
888
|
+
|
889
|
+
[[package]]
|
890
|
+
name = "phf"
|
891
|
+
version = "0.11.3"
|
892
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
893
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
894
|
+
dependencies = [
|
895
|
+
"phf_macros",
|
896
|
+
"phf_shared",
|
897
|
+
]
|
898
|
+
|
899
|
+
[[package]]
|
900
|
+
name = "phf_codegen"
|
901
|
+
version = "0.11.3"
|
902
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
903
|
+
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
904
|
+
dependencies = [
|
905
|
+
"phf_generator",
|
906
|
+
"phf_shared",
|
907
|
+
]
|
908
|
+
|
909
|
+
[[package]]
|
910
|
+
name = "phf_generator"
|
911
|
+
version = "0.11.3"
|
912
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
913
|
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
914
|
+
dependencies = [
|
915
|
+
"phf_shared",
|
916
|
+
"rand 0.8.5",
|
917
|
+
]
|
918
|
+
|
919
|
+
[[package]]
|
920
|
+
name = "phf_macros"
|
921
|
+
version = "0.11.3"
|
922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
923
|
+
checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
|
924
|
+
dependencies = [
|
925
|
+
"phf_generator",
|
926
|
+
"phf_shared",
|
927
|
+
"proc-macro2",
|
928
|
+
"quote",
|
929
|
+
"syn",
|
930
|
+
]
|
931
|
+
|
932
|
+
[[package]]
|
933
|
+
name = "phf_shared"
|
934
|
+
version = "0.11.3"
|
935
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
936
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
937
|
+
dependencies = [
|
938
|
+
"siphasher",
|
939
|
+
]
|
940
|
+
|
941
|
+
[[package]]
|
942
|
+
name = "pin-project-lite"
|
943
|
+
version = "0.2.16"
|
944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
945
|
+
checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
|
946
|
+
|
947
|
+
[[package]]
|
948
|
+
name = "pin-utils"
|
949
|
+
version = "0.1.0"
|
950
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
951
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
952
|
+
|
953
|
+
[[package]]
|
954
|
+
name = "potential_utf"
|
955
|
+
version = "0.1.2"
|
956
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
957
|
+
checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
|
958
|
+
dependencies = [
|
959
|
+
"zerovec",
|
960
|
+
]
|
961
|
+
|
962
|
+
[[package]]
|
963
|
+
name = "ppv-lite86"
|
964
|
+
version = "0.2.21"
|
965
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
966
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
967
|
+
dependencies = [
|
968
|
+
"zerocopy",
|
969
|
+
]
|
970
|
+
|
971
|
+
[[package]]
|
972
|
+
name = "precomputed-hash"
|
973
|
+
version = "0.1.1"
|
974
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
975
|
+
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
976
|
+
|
977
|
+
[[package]]
|
978
|
+
name = "proc-macro2"
|
979
|
+
version = "1.0.95"
|
980
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
981
|
+
checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
|
982
|
+
dependencies = [
|
983
|
+
"unicode-ident",
|
984
|
+
]
|
985
|
+
|
986
|
+
[[package]]
|
987
|
+
name = "quinn"
|
988
|
+
version = "0.11.8"
|
989
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
990
|
+
checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
|
991
|
+
dependencies = [
|
992
|
+
"bytes",
|
993
|
+
"cfg_aliases",
|
994
|
+
"pin-project-lite",
|
995
|
+
"quinn-proto",
|
996
|
+
"quinn-udp",
|
997
|
+
"rustc-hash 2.1.1",
|
998
|
+
"rustls",
|
999
|
+
"socket2",
|
1000
|
+
"thiserror",
|
1001
|
+
"tokio",
|
1002
|
+
"tracing",
|
1003
|
+
"web-time",
|
1004
|
+
]
|
1005
|
+
|
1006
|
+
[[package]]
|
1007
|
+
name = "quinn-proto"
|
1008
|
+
version = "0.11.12"
|
1009
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1010
|
+
checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
|
1011
|
+
dependencies = [
|
1012
|
+
"bytes",
|
1013
|
+
"getrandom 0.3.3",
|
1014
|
+
"lru-slab",
|
1015
|
+
"rand 0.9.1",
|
1016
|
+
"ring",
|
1017
|
+
"rustc-hash 2.1.1",
|
1018
|
+
"rustls",
|
1019
|
+
"rustls-pki-types",
|
1020
|
+
"slab",
|
1021
|
+
"thiserror",
|
1022
|
+
"tinyvec",
|
1023
|
+
"tracing",
|
1024
|
+
"web-time",
|
1025
|
+
]
|
1026
|
+
|
1027
|
+
[[package]]
|
1028
|
+
name = "quinn-udp"
|
1029
|
+
version = "0.5.13"
|
1030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1031
|
+
checksum = "fcebb1209ee276352ef14ff8732e24cc2b02bbac986cd74a4c81bcb2f9881970"
|
1032
|
+
dependencies = [
|
1033
|
+
"cfg_aliases",
|
1034
|
+
"libc",
|
1035
|
+
"once_cell",
|
1036
|
+
"socket2",
|
1037
|
+
"tracing",
|
1038
|
+
"windows-sys 0.59.0",
|
1039
|
+
]
|
1040
|
+
|
1041
|
+
[[package]]
|
1042
|
+
name = "quote"
|
1043
|
+
version = "1.0.40"
|
1044
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1045
|
+
checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
|
1046
|
+
dependencies = [
|
1047
|
+
"proc-macro2",
|
1048
|
+
]
|
1049
|
+
|
1050
|
+
[[package]]
|
1051
|
+
name = "r-efi"
|
1052
|
+
version = "5.3.0"
|
1053
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1054
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
1055
|
+
|
1056
|
+
[[package]]
|
1057
|
+
name = "rand"
|
1058
|
+
version = "0.8.5"
|
1059
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1060
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
1061
|
+
dependencies = [
|
1062
|
+
"rand_core 0.6.4",
|
1063
|
+
]
|
1064
|
+
|
1065
|
+
[[package]]
|
1066
|
+
name = "rand"
|
1067
|
+
version = "0.9.1"
|
1068
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1069
|
+
checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
|
1070
|
+
dependencies = [
|
1071
|
+
"rand_chacha",
|
1072
|
+
"rand_core 0.9.3",
|
1073
|
+
]
|
1074
|
+
|
1075
|
+
[[package]]
|
1076
|
+
name = "rand_chacha"
|
1077
|
+
version = "0.9.0"
|
1078
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1079
|
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
1080
|
+
dependencies = [
|
1081
|
+
"ppv-lite86",
|
1082
|
+
"rand_core 0.9.3",
|
1083
|
+
]
|
1084
|
+
|
1085
|
+
[[package]]
|
1086
|
+
name = "rand_core"
|
1087
|
+
version = "0.6.4"
|
1088
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1089
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
1090
|
+
|
1091
|
+
[[package]]
|
1092
|
+
name = "rand_core"
|
1093
|
+
version = "0.9.3"
|
1094
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1095
|
+
checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
|
1096
|
+
dependencies = [
|
1097
|
+
"getrandom 0.3.3",
|
1098
|
+
]
|
1099
|
+
|
1100
|
+
[[package]]
|
1101
|
+
name = "rayon"
|
1102
|
+
version = "1.10.0"
|
1103
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1104
|
+
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
1105
|
+
dependencies = [
|
1106
|
+
"either",
|
1107
|
+
"rayon-core",
|
1108
|
+
]
|
1109
|
+
|
1110
|
+
[[package]]
|
1111
|
+
name = "rayon-core"
|
1112
|
+
version = "1.12.1"
|
1113
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1114
|
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
1115
|
+
dependencies = [
|
1116
|
+
"crossbeam-deque",
|
1117
|
+
"crossbeam-utils",
|
1118
|
+
]
|
1119
|
+
|
1120
|
+
[[package]]
|
1121
|
+
name = "rb-sys"
|
1122
|
+
version = "0.9.116"
|
1123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1124
|
+
checksum = "7059846f68396df83155779c75336ca24567741cb95256e6308c9fcc370e8dad"
|
1125
|
+
dependencies = [
|
1126
|
+
"rb-sys-build",
|
1127
|
+
]
|
1128
|
+
|
1129
|
+
[[package]]
|
1130
|
+
name = "rb-sys-build"
|
1131
|
+
version = "0.9.116"
|
1132
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1133
|
+
checksum = "ac217510df41b9ffc041573e68d7a02aaff770c49943c7494441c4b224b0ecd0"
|
1134
|
+
dependencies = [
|
1135
|
+
"bindgen",
|
1136
|
+
"lazy_static",
|
1137
|
+
"proc-macro2",
|
1138
|
+
"quote",
|
1139
|
+
"regex",
|
1140
|
+
"shell-words",
|
1141
|
+
"syn",
|
1142
|
+
]
|
1143
|
+
|
1144
|
+
[[package]]
|
1145
|
+
name = "rb-sys-env"
|
1146
|
+
version = "0.1.2"
|
1147
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1148
|
+
checksum = "a35802679f07360454b418a5d1735c89716bde01d35b1560fc953c1415a0b3bb"
|
1149
|
+
|
1150
|
+
[[package]]
|
1151
|
+
name = "redox_syscall"
|
1152
|
+
version = "0.5.13"
|
1153
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1154
|
+
checksum = "0d04b7d0ee6b4a0207a0a7adb104d23ecb0b47d6beae7152d0fa34b692b29fd6"
|
1155
|
+
dependencies = [
|
1156
|
+
"bitflags",
|
1157
|
+
]
|
1158
|
+
|
1159
|
+
[[package]]
|
1160
|
+
name = "regex"
|
1161
|
+
version = "1.11.1"
|
1162
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1163
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
1164
|
+
dependencies = [
|
1165
|
+
"aho-corasick",
|
1166
|
+
"memchr",
|
1167
|
+
"regex-automata",
|
1168
|
+
"regex-syntax",
|
1169
|
+
]
|
1170
|
+
|
1171
|
+
[[package]]
|
1172
|
+
name = "regex-automata"
|
1173
|
+
version = "0.4.9"
|
1174
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1175
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
1176
|
+
dependencies = [
|
1177
|
+
"aho-corasick",
|
1178
|
+
"memchr",
|
1179
|
+
"regex-syntax",
|
1180
|
+
]
|
1181
|
+
|
1182
|
+
[[package]]
|
1183
|
+
name = "regex-syntax"
|
1184
|
+
version = "0.8.5"
|
1185
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1186
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
1187
|
+
|
1188
|
+
[[package]]
|
1189
|
+
name = "reqwest"
|
1190
|
+
version = "0.12.20"
|
1191
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1192
|
+
checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813"
|
1193
|
+
dependencies = [
|
1194
|
+
"base64",
|
1195
|
+
"bytes",
|
1196
|
+
"futures-channel",
|
1197
|
+
"futures-core",
|
1198
|
+
"futures-util",
|
1199
|
+
"http",
|
1200
|
+
"http-body",
|
1201
|
+
"http-body-util",
|
1202
|
+
"hyper",
|
1203
|
+
"hyper-rustls",
|
1204
|
+
"hyper-util",
|
1205
|
+
"js-sys",
|
1206
|
+
"log",
|
1207
|
+
"percent-encoding",
|
1208
|
+
"pin-project-lite",
|
1209
|
+
"quinn",
|
1210
|
+
"rustls",
|
1211
|
+
"rustls-pki-types",
|
1212
|
+
"serde",
|
1213
|
+
"serde_json",
|
1214
|
+
"serde_urlencoded",
|
1215
|
+
"sync_wrapper",
|
1216
|
+
"tokio",
|
1217
|
+
"tokio-rustls",
|
1218
|
+
"tower",
|
1219
|
+
"tower-http",
|
1220
|
+
"tower-service",
|
1221
|
+
"url",
|
1222
|
+
"wasm-bindgen",
|
1223
|
+
"wasm-bindgen-futures",
|
1224
|
+
"web-sys",
|
1225
|
+
"webpki-roots",
|
1226
|
+
]
|
1227
|
+
|
1228
|
+
[[package]]
|
1229
|
+
name = "ring"
|
1230
|
+
version = "0.17.14"
|
1231
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1232
|
+
checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
|
1233
|
+
dependencies = [
|
1234
|
+
"cc",
|
1235
|
+
"cfg-if",
|
1236
|
+
"getrandom 0.2.16",
|
1237
|
+
"libc",
|
1238
|
+
"untrusted",
|
1239
|
+
"windows-sys 0.52.0",
|
1240
|
+
]
|
1241
|
+
|
1242
|
+
[[package]]
|
1243
|
+
name = "rustc-demangle"
|
1244
|
+
version = "0.1.25"
|
1245
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1246
|
+
checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
|
1247
|
+
|
1248
|
+
[[package]]
|
1249
|
+
name = "rustc-hash"
|
1250
|
+
version = "1.1.0"
|
1251
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1252
|
+
checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
|
1253
|
+
|
1254
|
+
[[package]]
|
1255
|
+
name = "rustc-hash"
|
1256
|
+
version = "2.1.1"
|
1257
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1258
|
+
checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
|
1259
|
+
|
1260
|
+
[[package]]
|
1261
|
+
name = "rustls"
|
1262
|
+
version = "0.23.28"
|
1263
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1264
|
+
checksum = "7160e3e10bf4535308537f3c4e1641468cd0e485175d6163087c0393c7d46643"
|
1265
|
+
dependencies = [
|
1266
|
+
"once_cell",
|
1267
|
+
"ring",
|
1268
|
+
"rustls-pki-types",
|
1269
|
+
"rustls-webpki",
|
1270
|
+
"subtle",
|
1271
|
+
"zeroize",
|
1272
|
+
]
|
1273
|
+
|
1274
|
+
[[package]]
|
1275
|
+
name = "rustls-pki-types"
|
1276
|
+
version = "1.12.0"
|
1277
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1278
|
+
checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
|
1279
|
+
dependencies = [
|
1280
|
+
"web-time",
|
1281
|
+
"zeroize",
|
1282
|
+
]
|
1283
|
+
|
1284
|
+
[[package]]
|
1285
|
+
name = "rustls-webpki"
|
1286
|
+
version = "0.103.3"
|
1287
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1288
|
+
checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
|
1289
|
+
dependencies = [
|
1290
|
+
"ring",
|
1291
|
+
"rustls-pki-types",
|
1292
|
+
"untrusted",
|
1293
|
+
]
|
1294
|
+
|
1295
|
+
[[package]]
|
1296
|
+
name = "rustversion"
|
1297
|
+
version = "1.0.21"
|
1298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1299
|
+
checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
|
1300
|
+
|
1301
|
+
[[package]]
|
1302
|
+
name = "ryu"
|
1303
|
+
version = "1.0.20"
|
1304
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1305
|
+
checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
|
1306
|
+
|
1307
|
+
[[package]]
|
1308
|
+
name = "scopeguard"
|
1309
|
+
version = "1.2.0"
|
1310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1311
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
1312
|
+
|
1313
|
+
[[package]]
|
1314
|
+
name = "selectors"
|
1315
|
+
version = "0.28.0"
|
1316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1317
|
+
checksum = "db3079aef7a4383aff1e60eca2818995d3de8168e85ae4b6ea8fb2804b182c54"
|
1318
|
+
dependencies = [
|
1319
|
+
"bitflags",
|
1320
|
+
"cssparser",
|
1321
|
+
"derive_more",
|
1322
|
+
"fxhash",
|
1323
|
+
"log",
|
1324
|
+
"new_debug_unreachable",
|
1325
|
+
"phf",
|
1326
|
+
"phf_codegen",
|
1327
|
+
"precomputed-hash",
|
1328
|
+
"servo_arc",
|
1329
|
+
"smallvec",
|
1330
|
+
]
|
1331
|
+
|
1332
|
+
[[package]]
|
1333
|
+
name = "seq-macro"
|
1334
|
+
version = "0.3.6"
|
1335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1336
|
+
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
1337
|
+
|
1338
|
+
[[package]]
|
1339
|
+
name = "serde"
|
1340
|
+
version = "1.0.219"
|
1341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1342
|
+
checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
|
1343
|
+
dependencies = [
|
1344
|
+
"serde_derive",
|
1345
|
+
]
|
1346
|
+
|
1347
|
+
[[package]]
|
1348
|
+
name = "serde_derive"
|
1349
|
+
version = "1.0.219"
|
1350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1351
|
+
checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
|
1352
|
+
dependencies = [
|
1353
|
+
"proc-macro2",
|
1354
|
+
"quote",
|
1355
|
+
"syn",
|
1356
|
+
]
|
1357
|
+
|
1358
|
+
[[package]]
|
1359
|
+
name = "serde_json"
|
1360
|
+
version = "1.0.140"
|
1361
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1362
|
+
checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
|
1363
|
+
dependencies = [
|
1364
|
+
"itoa",
|
1365
|
+
"memchr",
|
1366
|
+
"ryu",
|
1367
|
+
"serde",
|
1368
|
+
]
|
1369
|
+
|
1370
|
+
[[package]]
|
1371
|
+
name = "serde_urlencoded"
|
1372
|
+
version = "0.7.1"
|
1373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1374
|
+
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
1375
|
+
dependencies = [
|
1376
|
+
"form_urlencoded",
|
1377
|
+
"itoa",
|
1378
|
+
"ryu",
|
1379
|
+
"serde",
|
1380
|
+
]
|
1381
|
+
|
1382
|
+
[[package]]
|
1383
|
+
name = "servo_arc"
|
1384
|
+
version = "0.4.1"
|
1385
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1386
|
+
checksum = "204ea332803bd95a0b60388590d59cf6468ec9becf626e2451f1d26a1d972de4"
|
1387
|
+
dependencies = [
|
1388
|
+
"stable_deref_trait",
|
1389
|
+
]
|
1390
|
+
|
1391
|
+
[[package]]
|
1392
|
+
name = "shell-words"
|
1393
|
+
version = "1.1.0"
|
1394
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1395
|
+
checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
|
1396
|
+
|
1397
|
+
[[package]]
|
1398
|
+
name = "shlex"
|
1399
|
+
version = "1.3.0"
|
1400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1401
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
1402
|
+
|
1403
|
+
[[package]]
|
1404
|
+
name = "siphasher"
|
1405
|
+
version = "1.0.1"
|
1406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1407
|
+
checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
|
1408
|
+
|
1409
|
+
[[package]]
|
1410
|
+
name = "slab"
|
1411
|
+
version = "0.4.10"
|
1412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1413
|
+
checksum = "04dc19736151f35336d325007ac991178d504a119863a2fcb3758cdb5e52c50d"
|
1414
|
+
|
1415
|
+
[[package]]
|
1416
|
+
name = "smallvec"
|
1417
|
+
version = "1.15.1"
|
1418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1419
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
1420
|
+
|
1421
|
+
[[package]]
|
1422
|
+
name = "socket2"
|
1423
|
+
version = "0.5.10"
|
1424
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1425
|
+
checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
|
1426
|
+
dependencies = [
|
1427
|
+
"libc",
|
1428
|
+
"windows-sys 0.52.0",
|
1429
|
+
]
|
1430
|
+
|
1431
|
+
[[package]]
|
1432
|
+
name = "stable_deref_trait"
|
1433
|
+
version = "1.2.0"
|
1434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1435
|
+
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
1436
|
+
|
1437
|
+
[[package]]
|
1438
|
+
name = "string_cache"
|
1439
|
+
version = "0.8.9"
|
1440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1441
|
+
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
|
1442
|
+
dependencies = [
|
1443
|
+
"new_debug_unreachable",
|
1444
|
+
"parking_lot",
|
1445
|
+
"phf_shared",
|
1446
|
+
"precomputed-hash",
|
1447
|
+
"serde",
|
1448
|
+
]
|
1449
|
+
|
1450
|
+
[[package]]
|
1451
|
+
name = "string_cache_codegen"
|
1452
|
+
version = "0.5.4"
|
1453
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1454
|
+
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
|
1455
|
+
dependencies = [
|
1456
|
+
"phf_generator",
|
1457
|
+
"phf_shared",
|
1458
|
+
"proc-macro2",
|
1459
|
+
"quote",
|
1460
|
+
]
|
1461
|
+
|
1462
|
+
[[package]]
|
1463
|
+
name = "subtle"
|
1464
|
+
version = "2.6.1"
|
1465
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1466
|
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
1467
|
+
|
1468
|
+
[[package]]
|
1469
|
+
name = "syn"
|
1470
|
+
version = "2.0.104"
|
1471
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1472
|
+
checksum = "17b6f705963418cdb9927482fa304bc562ece2fdd4f616084c50b7023b435a40"
|
1473
|
+
dependencies = [
|
1474
|
+
"proc-macro2",
|
1475
|
+
"quote",
|
1476
|
+
"unicode-ident",
|
1477
|
+
]
|
1478
|
+
|
1479
|
+
[[package]]
|
1480
|
+
name = "sync_wrapper"
|
1481
|
+
version = "1.0.2"
|
1482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1483
|
+
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
1484
|
+
dependencies = [
|
1485
|
+
"futures-core",
|
1486
|
+
]
|
1487
|
+
|
1488
|
+
[[package]]
|
1489
|
+
name = "synstructure"
|
1490
|
+
version = "0.13.2"
|
1491
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1492
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
1493
|
+
dependencies = [
|
1494
|
+
"proc-macro2",
|
1495
|
+
"quote",
|
1496
|
+
"syn",
|
1497
|
+
]
|
1498
|
+
|
1499
|
+
[[package]]
|
1500
|
+
name = "tendril"
|
1501
|
+
version = "0.4.3"
|
1502
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1503
|
+
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
1504
|
+
dependencies = [
|
1505
|
+
"futf",
|
1506
|
+
"mac",
|
1507
|
+
"utf-8",
|
1508
|
+
]
|
1509
|
+
|
1510
|
+
[[package]]
|
1511
|
+
name = "thiserror"
|
1512
|
+
version = "2.0.12"
|
1513
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1514
|
+
checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
|
1515
|
+
dependencies = [
|
1516
|
+
"thiserror-impl",
|
1517
|
+
]
|
1518
|
+
|
1519
|
+
[[package]]
|
1520
|
+
name = "thiserror-impl"
|
1521
|
+
version = "2.0.12"
|
1522
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1523
|
+
checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
|
1524
|
+
dependencies = [
|
1525
|
+
"proc-macro2",
|
1526
|
+
"quote",
|
1527
|
+
"syn",
|
1528
|
+
]
|
1529
|
+
|
1530
|
+
[[package]]
|
1531
|
+
name = "tinystr"
|
1532
|
+
version = "0.8.1"
|
1533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1534
|
+
checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
|
1535
|
+
dependencies = [
|
1536
|
+
"displaydoc",
|
1537
|
+
"zerovec",
|
1538
|
+
]
|
1539
|
+
|
1540
|
+
[[package]]
|
1541
|
+
name = "tinyvec"
|
1542
|
+
version = "1.9.0"
|
1543
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1544
|
+
checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
|
1545
|
+
dependencies = [
|
1546
|
+
"tinyvec_macros",
|
1547
|
+
]
|
1548
|
+
|
1549
|
+
[[package]]
|
1550
|
+
name = "tinyvec_macros"
|
1551
|
+
version = "0.1.1"
|
1552
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1553
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
1554
|
+
|
1555
|
+
[[package]]
|
1556
|
+
name = "tokio"
|
1557
|
+
version = "1.45.1"
|
1558
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1559
|
+
checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
|
1560
|
+
dependencies = [
|
1561
|
+
"backtrace",
|
1562
|
+
"bytes",
|
1563
|
+
"libc",
|
1564
|
+
"mio",
|
1565
|
+
"pin-project-lite",
|
1566
|
+
"socket2",
|
1567
|
+
"windows-sys 0.52.0",
|
1568
|
+
]
|
1569
|
+
|
1570
|
+
[[package]]
|
1571
|
+
name = "tokio-rustls"
|
1572
|
+
version = "0.26.2"
|
1573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1574
|
+
checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
|
1575
|
+
dependencies = [
|
1576
|
+
"rustls",
|
1577
|
+
"tokio",
|
1578
|
+
]
|
1579
|
+
|
1580
|
+
[[package]]
|
1581
|
+
name = "tower"
|
1582
|
+
version = "0.5.2"
|
1583
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1584
|
+
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
1585
|
+
dependencies = [
|
1586
|
+
"futures-core",
|
1587
|
+
"futures-util",
|
1588
|
+
"pin-project-lite",
|
1589
|
+
"sync_wrapper",
|
1590
|
+
"tokio",
|
1591
|
+
"tower-layer",
|
1592
|
+
"tower-service",
|
1593
|
+
]
|
1594
|
+
|
1595
|
+
[[package]]
|
1596
|
+
name = "tower-http"
|
1597
|
+
version = "0.6.6"
|
1598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1599
|
+
checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
|
1600
|
+
dependencies = [
|
1601
|
+
"bitflags",
|
1602
|
+
"bytes",
|
1603
|
+
"futures-util",
|
1604
|
+
"http",
|
1605
|
+
"http-body",
|
1606
|
+
"iri-string",
|
1607
|
+
"pin-project-lite",
|
1608
|
+
"tower",
|
1609
|
+
"tower-layer",
|
1610
|
+
"tower-service",
|
1611
|
+
]
|
1612
|
+
|
1613
|
+
[[package]]
|
1614
|
+
name = "tower-layer"
|
1615
|
+
version = "0.3.3"
|
1616
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1617
|
+
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
1618
|
+
|
1619
|
+
[[package]]
|
1620
|
+
name = "tower-service"
|
1621
|
+
version = "0.3.3"
|
1622
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1623
|
+
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
1624
|
+
|
1625
|
+
[[package]]
|
1626
|
+
name = "tracing"
|
1627
|
+
version = "0.1.41"
|
1628
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1629
|
+
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
1630
|
+
dependencies = [
|
1631
|
+
"pin-project-lite",
|
1632
|
+
"tracing-core",
|
1633
|
+
]
|
1634
|
+
|
1635
|
+
[[package]]
|
1636
|
+
name = "tracing-core"
|
1637
|
+
version = "0.1.34"
|
1638
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1639
|
+
checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
|
1640
|
+
dependencies = [
|
1641
|
+
"once_cell",
|
1642
|
+
]
|
1643
|
+
|
1644
|
+
[[package]]
|
1645
|
+
name = "try-lock"
|
1646
|
+
version = "0.2.5"
|
1647
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1648
|
+
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
1649
|
+
|
1650
|
+
[[package]]
|
1651
|
+
name = "unicode-ident"
|
1652
|
+
version = "1.0.18"
|
1653
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1654
|
+
checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
|
1655
|
+
|
1656
|
+
[[package]]
|
1657
|
+
name = "untrusted"
|
1658
|
+
version = "0.9.0"
|
1659
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1660
|
+
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
1661
|
+
|
1662
|
+
[[package]]
|
1663
|
+
name = "url"
|
1664
|
+
version = "2.5.4"
|
1665
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1666
|
+
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
1667
|
+
dependencies = [
|
1668
|
+
"form_urlencoded",
|
1669
|
+
"idna",
|
1670
|
+
"percent-encoding",
|
1671
|
+
]
|
1672
|
+
|
1673
|
+
[[package]]
|
1674
|
+
name = "utf-8"
|
1675
|
+
version = "0.7.6"
|
1676
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1677
|
+
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
1678
|
+
|
1679
|
+
[[package]]
|
1680
|
+
name = "utf8_iter"
|
1681
|
+
version = "1.0.4"
|
1682
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1683
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
1684
|
+
|
1685
|
+
[[package]]
|
1686
|
+
name = "want"
|
1687
|
+
version = "0.3.1"
|
1688
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1689
|
+
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
1690
|
+
dependencies = [
|
1691
|
+
"try-lock",
|
1692
|
+
]
|
1693
|
+
|
1694
|
+
[[package]]
|
1695
|
+
name = "wasi"
|
1696
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
1697
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1698
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
1699
|
+
|
1700
|
+
[[package]]
|
1701
|
+
name = "wasi"
|
1702
|
+
version = "0.14.2+wasi-0.2.4"
|
1703
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1704
|
+
checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
|
1705
|
+
dependencies = [
|
1706
|
+
"wit-bindgen-rt",
|
1707
|
+
]
|
1708
|
+
|
1709
|
+
[[package]]
|
1710
|
+
name = "wasm-bindgen"
|
1711
|
+
version = "0.2.100"
|
1712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1713
|
+
checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
|
1714
|
+
dependencies = [
|
1715
|
+
"cfg-if",
|
1716
|
+
"once_cell",
|
1717
|
+
"rustversion",
|
1718
|
+
"wasm-bindgen-macro",
|
1719
|
+
]
|
1720
|
+
|
1721
|
+
[[package]]
|
1722
|
+
name = "wasm-bindgen-backend"
|
1723
|
+
version = "0.2.100"
|
1724
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1725
|
+
checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
|
1726
|
+
dependencies = [
|
1727
|
+
"bumpalo",
|
1728
|
+
"log",
|
1729
|
+
"proc-macro2",
|
1730
|
+
"quote",
|
1731
|
+
"syn",
|
1732
|
+
"wasm-bindgen-shared",
|
1733
|
+
]
|
1734
|
+
|
1735
|
+
[[package]]
|
1736
|
+
name = "wasm-bindgen-futures"
|
1737
|
+
version = "0.4.50"
|
1738
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1739
|
+
checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
|
1740
|
+
dependencies = [
|
1741
|
+
"cfg-if",
|
1742
|
+
"js-sys",
|
1743
|
+
"once_cell",
|
1744
|
+
"wasm-bindgen",
|
1745
|
+
"web-sys",
|
1746
|
+
]
|
1747
|
+
|
1748
|
+
[[package]]
|
1749
|
+
name = "wasm-bindgen-macro"
|
1750
|
+
version = "0.2.100"
|
1751
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1752
|
+
checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
|
1753
|
+
dependencies = [
|
1754
|
+
"quote",
|
1755
|
+
"wasm-bindgen-macro-support",
|
1756
|
+
]
|
1757
|
+
|
1758
|
+
[[package]]
|
1759
|
+
name = "wasm-bindgen-macro-support"
|
1760
|
+
version = "0.2.100"
|
1761
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1762
|
+
checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
|
1763
|
+
dependencies = [
|
1764
|
+
"proc-macro2",
|
1765
|
+
"quote",
|
1766
|
+
"syn",
|
1767
|
+
"wasm-bindgen-backend",
|
1768
|
+
"wasm-bindgen-shared",
|
1769
|
+
]
|
1770
|
+
|
1771
|
+
[[package]]
|
1772
|
+
name = "wasm-bindgen-shared"
|
1773
|
+
version = "0.2.100"
|
1774
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1775
|
+
checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
|
1776
|
+
dependencies = [
|
1777
|
+
"unicode-ident",
|
1778
|
+
]
|
1779
|
+
|
1780
|
+
[[package]]
|
1781
|
+
name = "web-sys"
|
1782
|
+
version = "0.3.77"
|
1783
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1784
|
+
checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
|
1785
|
+
dependencies = [
|
1786
|
+
"js-sys",
|
1787
|
+
"wasm-bindgen",
|
1788
|
+
]
|
1789
|
+
|
1790
|
+
[[package]]
|
1791
|
+
name = "web-time"
|
1792
|
+
version = "1.1.0"
|
1793
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1794
|
+
checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
|
1795
|
+
dependencies = [
|
1796
|
+
"js-sys",
|
1797
|
+
"wasm-bindgen",
|
1798
|
+
]
|
1799
|
+
|
1800
|
+
[[package]]
|
1801
|
+
name = "web_atoms"
|
1802
|
+
version = "0.1.3"
|
1803
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1804
|
+
checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
|
1805
|
+
dependencies = [
|
1806
|
+
"phf",
|
1807
|
+
"phf_codegen",
|
1808
|
+
"string_cache",
|
1809
|
+
"string_cache_codegen",
|
1810
|
+
]
|
1811
|
+
|
1812
|
+
[[package]]
|
1813
|
+
name = "webpki-roots"
|
1814
|
+
version = "1.0.1"
|
1815
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1816
|
+
checksum = "8782dd5a41a24eed3a4f40b606249b3e236ca61adf1f25ea4d45c73de122b502"
|
1817
|
+
dependencies = [
|
1818
|
+
"rustls-pki-types",
|
1819
|
+
]
|
1820
|
+
|
1821
|
+
[[package]]
|
1822
|
+
name = "windows-sys"
|
1823
|
+
version = "0.52.0"
|
1824
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1825
|
+
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
1826
|
+
dependencies = [
|
1827
|
+
"windows-targets 0.52.6",
|
1828
|
+
]
|
1829
|
+
|
1830
|
+
[[package]]
|
1831
|
+
name = "windows-sys"
|
1832
|
+
version = "0.59.0"
|
1833
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1834
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
1835
|
+
dependencies = [
|
1836
|
+
"windows-targets 0.52.6",
|
1837
|
+
]
|
1838
|
+
|
1839
|
+
[[package]]
|
1840
|
+
name = "windows-targets"
|
1841
|
+
version = "0.52.6"
|
1842
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1843
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
1844
|
+
dependencies = [
|
1845
|
+
"windows_aarch64_gnullvm 0.52.6",
|
1846
|
+
"windows_aarch64_msvc 0.52.6",
|
1847
|
+
"windows_i686_gnu 0.52.6",
|
1848
|
+
"windows_i686_gnullvm 0.52.6",
|
1849
|
+
"windows_i686_msvc 0.52.6",
|
1850
|
+
"windows_x86_64_gnu 0.52.6",
|
1851
|
+
"windows_x86_64_gnullvm 0.52.6",
|
1852
|
+
"windows_x86_64_msvc 0.52.6",
|
1853
|
+
]
|
1854
|
+
|
1855
|
+
[[package]]
|
1856
|
+
name = "windows-targets"
|
1857
|
+
version = "0.53.2"
|
1858
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1859
|
+
checksum = "c66f69fcc9ce11da9966ddb31a40968cad001c5bedeb5c2b82ede4253ab48aef"
|
1860
|
+
dependencies = [
|
1861
|
+
"windows_aarch64_gnullvm 0.53.0",
|
1862
|
+
"windows_aarch64_msvc 0.53.0",
|
1863
|
+
"windows_i686_gnu 0.53.0",
|
1864
|
+
"windows_i686_gnullvm 0.53.0",
|
1865
|
+
"windows_i686_msvc 0.53.0",
|
1866
|
+
"windows_x86_64_gnu 0.53.0",
|
1867
|
+
"windows_x86_64_gnullvm 0.53.0",
|
1868
|
+
"windows_x86_64_msvc 0.53.0",
|
1869
|
+
]
|
1870
|
+
|
1871
|
+
[[package]]
|
1872
|
+
name = "windows_aarch64_gnullvm"
|
1873
|
+
version = "0.52.6"
|
1874
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1875
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
1876
|
+
|
1877
|
+
[[package]]
|
1878
|
+
name = "windows_aarch64_gnullvm"
|
1879
|
+
version = "0.53.0"
|
1880
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1881
|
+
checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764"
|
1882
|
+
|
1883
|
+
[[package]]
|
1884
|
+
name = "windows_aarch64_msvc"
|
1885
|
+
version = "0.52.6"
|
1886
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1887
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
1888
|
+
|
1889
|
+
[[package]]
|
1890
|
+
name = "windows_aarch64_msvc"
|
1891
|
+
version = "0.53.0"
|
1892
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1893
|
+
checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c"
|
1894
|
+
|
1895
|
+
[[package]]
|
1896
|
+
name = "windows_i686_gnu"
|
1897
|
+
version = "0.52.6"
|
1898
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1899
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
1900
|
+
|
1901
|
+
[[package]]
|
1902
|
+
name = "windows_i686_gnu"
|
1903
|
+
version = "0.53.0"
|
1904
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1905
|
+
checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3"
|
1906
|
+
|
1907
|
+
[[package]]
|
1908
|
+
name = "windows_i686_gnullvm"
|
1909
|
+
version = "0.52.6"
|
1910
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1911
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
1912
|
+
|
1913
|
+
[[package]]
|
1914
|
+
name = "windows_i686_gnullvm"
|
1915
|
+
version = "0.53.0"
|
1916
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1917
|
+
checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11"
|
1918
|
+
|
1919
|
+
[[package]]
|
1920
|
+
name = "windows_i686_msvc"
|
1921
|
+
version = "0.52.6"
|
1922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1923
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
1924
|
+
|
1925
|
+
[[package]]
|
1926
|
+
name = "windows_i686_msvc"
|
1927
|
+
version = "0.53.0"
|
1928
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1929
|
+
checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d"
|
1930
|
+
|
1931
|
+
[[package]]
|
1932
|
+
name = "windows_x86_64_gnu"
|
1933
|
+
version = "0.52.6"
|
1934
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1935
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
1936
|
+
|
1937
|
+
[[package]]
|
1938
|
+
name = "windows_x86_64_gnu"
|
1939
|
+
version = "0.53.0"
|
1940
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1941
|
+
checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba"
|
1942
|
+
|
1943
|
+
[[package]]
|
1944
|
+
name = "windows_x86_64_gnullvm"
|
1945
|
+
version = "0.52.6"
|
1946
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1947
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
1948
|
+
|
1949
|
+
[[package]]
|
1950
|
+
name = "windows_x86_64_gnullvm"
|
1951
|
+
version = "0.53.0"
|
1952
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1953
|
+
checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57"
|
1954
|
+
|
1955
|
+
[[package]]
|
1956
|
+
name = "windows_x86_64_msvc"
|
1957
|
+
version = "0.52.6"
|
1958
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1959
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
1960
|
+
|
1961
|
+
[[package]]
|
1962
|
+
name = "windows_x86_64_msvc"
|
1963
|
+
version = "0.53.0"
|
1964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1965
|
+
checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486"
|
1966
|
+
|
1967
|
+
[[package]]
|
1968
|
+
name = "wit-bindgen-rt"
|
1969
|
+
version = "0.39.0"
|
1970
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1971
|
+
checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
|
1972
|
+
dependencies = [
|
1973
|
+
"bitflags",
|
1974
|
+
]
|
1975
|
+
|
1976
|
+
[[package]]
|
1977
|
+
name = "writeable"
|
1978
|
+
version = "0.6.1"
|
1979
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1980
|
+
checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
|
1981
|
+
|
1982
|
+
[[package]]
|
1983
|
+
name = "yoke"
|
1984
|
+
version = "0.8.0"
|
1985
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1986
|
+
checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
|
1987
|
+
dependencies = [
|
1988
|
+
"serde",
|
1989
|
+
"stable_deref_trait",
|
1990
|
+
"yoke-derive",
|
1991
|
+
"zerofrom",
|
1992
|
+
]
|
1993
|
+
|
1994
|
+
[[package]]
|
1995
|
+
name = "yoke-derive"
|
1996
|
+
version = "0.8.0"
|
1997
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
1998
|
+
checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
|
1999
|
+
dependencies = [
|
2000
|
+
"proc-macro2",
|
2001
|
+
"quote",
|
2002
|
+
"syn",
|
2003
|
+
"synstructure",
|
2004
|
+
]
|
2005
|
+
|
2006
|
+
[[package]]
|
2007
|
+
name = "zerocopy"
|
2008
|
+
version = "0.8.26"
|
2009
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2010
|
+
checksum = "1039dd0d3c310cf05de012d8a39ff557cb0d23087fd44cad61df08fc31907a2f"
|
2011
|
+
dependencies = [
|
2012
|
+
"zerocopy-derive",
|
2013
|
+
]
|
2014
|
+
|
2015
|
+
[[package]]
|
2016
|
+
name = "zerocopy-derive"
|
2017
|
+
version = "0.8.26"
|
2018
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2019
|
+
checksum = "9ecf5b4cc5364572d7f4c329661bcc82724222973f2cab6f050a4e5c22f75181"
|
2020
|
+
dependencies = [
|
2021
|
+
"proc-macro2",
|
2022
|
+
"quote",
|
2023
|
+
"syn",
|
2024
|
+
]
|
2025
|
+
|
2026
|
+
[[package]]
|
2027
|
+
name = "zerofrom"
|
2028
|
+
version = "0.1.6"
|
2029
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2030
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
2031
|
+
dependencies = [
|
2032
|
+
"zerofrom-derive",
|
2033
|
+
]
|
2034
|
+
|
2035
|
+
[[package]]
|
2036
|
+
name = "zerofrom-derive"
|
2037
|
+
version = "0.1.6"
|
2038
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2039
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
2040
|
+
dependencies = [
|
2041
|
+
"proc-macro2",
|
2042
|
+
"quote",
|
2043
|
+
"syn",
|
2044
|
+
"synstructure",
|
2045
|
+
]
|
2046
|
+
|
2047
|
+
[[package]]
|
2048
|
+
name = "zeroize"
|
2049
|
+
version = "1.8.1"
|
2050
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2051
|
+
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
2052
|
+
|
2053
|
+
[[package]]
|
2054
|
+
name = "zerotrie"
|
2055
|
+
version = "0.2.2"
|
2056
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2057
|
+
checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
|
2058
|
+
dependencies = [
|
2059
|
+
"displaydoc",
|
2060
|
+
"yoke",
|
2061
|
+
"zerofrom",
|
2062
|
+
]
|
2063
|
+
|
2064
|
+
[[package]]
|
2065
|
+
name = "zerovec"
|
2066
|
+
version = "0.11.2"
|
2067
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2068
|
+
checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
|
2069
|
+
dependencies = [
|
2070
|
+
"yoke",
|
2071
|
+
"zerofrom",
|
2072
|
+
"zerovec-derive",
|
2073
|
+
]
|
2074
|
+
|
2075
|
+
[[package]]
|
2076
|
+
name = "zerovec-derive"
|
2077
|
+
version = "0.11.1"
|
2078
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
2079
|
+
checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
|
2080
|
+
dependencies = [
|
2081
|
+
"proc-macro2",
|
2082
|
+
"quote",
|
2083
|
+
"syn",
|
2084
|
+
]
|