html-to-markdown 3.12.2 → 3.12.3
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/ext/html_to_markdown_rb/native/Cargo.lock +24 -7
- data/ext/html_to_markdown_rb/native/Cargo.toml +3 -3
- data/ext/html_to_markdown_rb/src/lib.rs +88 -71
- data/lib/html_to_markdown/version.rb +2 -2
- metadata +2 -4
- data/ext/html_to_markdown_rb/Cargo.lock +0 -954
- data/ext/html_to_markdown_rb/Cargo.toml +0 -50
|
@@ -1,954 +0,0 @@
|
|
|
1
|
-
# This file is automatically @generated by Cargo.
|
|
2
|
-
# It is not intended for manual editing.
|
|
3
|
-
version = 4
|
|
4
|
-
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "adler2"
|
|
7
|
-
version = "2.0.1"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
|
-
|
|
11
|
-
[[package]]
|
|
12
|
-
name = "ahash"
|
|
13
|
-
version = "0.8.12"
|
|
14
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
-
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
16
|
-
dependencies = [
|
|
17
|
-
"cfg-if",
|
|
18
|
-
"const-random",
|
|
19
|
-
"once_cell",
|
|
20
|
-
"version_check",
|
|
21
|
-
"zerocopy",
|
|
22
|
-
]
|
|
23
|
-
|
|
24
|
-
[[package]]
|
|
25
|
-
name = "aho-corasick"
|
|
26
|
-
version = "1.1.5"
|
|
27
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
28
|
-
checksum = "c982642fa9e8606056828ee9a8505737230110bb1099153c79efe865c59d12ba"
|
|
29
|
-
dependencies = [
|
|
30
|
-
"memchr",
|
|
31
|
-
]
|
|
32
|
-
|
|
33
|
-
[[package]]
|
|
34
|
-
name = "astral-tl"
|
|
35
|
-
version = "0.8.0"
|
|
36
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
37
|
-
checksum = "04d4bb5df351abb6758a04240b0193794ddaf34a7c0b9452fab3c25dcce39e88"
|
|
38
|
-
dependencies = [
|
|
39
|
-
"memchr",
|
|
40
|
-
]
|
|
41
|
-
|
|
42
|
-
[[package]]
|
|
43
|
-
name = "autocfg"
|
|
44
|
-
version = "1.5.1"
|
|
45
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
46
|
-
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
47
|
-
|
|
48
|
-
[[package]]
|
|
49
|
-
name = "base64"
|
|
50
|
-
version = "0.23.1"
|
|
51
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
52
|
-
checksum = "ac07cdecf99051d9a5238b80f35af32cdeba5b336e55d957b318b50137e18da5"
|
|
53
|
-
|
|
54
|
-
[[package]]
|
|
55
|
-
name = "bindgen"
|
|
56
|
-
version = "0.72.1"
|
|
57
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
58
|
-
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
59
|
-
dependencies = [
|
|
60
|
-
"bitflags",
|
|
61
|
-
"cexpr",
|
|
62
|
-
"clang-sys",
|
|
63
|
-
"itertools",
|
|
64
|
-
"proc-macro2",
|
|
65
|
-
"quote",
|
|
66
|
-
"regex",
|
|
67
|
-
"rustc-hash",
|
|
68
|
-
"shlex",
|
|
69
|
-
"syn 2.0.119",
|
|
70
|
-
]
|
|
71
|
-
|
|
72
|
-
[[package]]
|
|
73
|
-
name = "bitflags"
|
|
74
|
-
version = "2.13.1"
|
|
75
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
76
|
-
checksum = "b588b76d00fde79687d7646a9b5bdf3cc0f655e0bbd080335a95d7e96f3587da"
|
|
77
|
-
|
|
78
|
-
[[package]]
|
|
79
|
-
name = "bytemuck"
|
|
80
|
-
version = "1.25.2"
|
|
81
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
82
|
-
checksum = "95832e849adfb21180ccb6826a99da14e5d266ae5c2e668e1602cf234f153797"
|
|
83
|
-
|
|
84
|
-
[[package]]
|
|
85
|
-
name = "byteorder-lite"
|
|
86
|
-
version = "0.1.0"
|
|
87
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
88
|
-
checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
|
|
89
|
-
|
|
90
|
-
[[package]]
|
|
91
|
-
name = "cexpr"
|
|
92
|
-
version = "0.6.0"
|
|
93
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
94
|
-
checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
|
|
95
|
-
dependencies = [
|
|
96
|
-
"nom",
|
|
97
|
-
]
|
|
98
|
-
|
|
99
|
-
[[package]]
|
|
100
|
-
name = "cfg-if"
|
|
101
|
-
version = "1.0.4"
|
|
102
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
103
|
-
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
104
|
-
|
|
105
|
-
[[package]]
|
|
106
|
-
name = "clang-sys"
|
|
107
|
-
version = "1.9.1"
|
|
108
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
109
|
-
checksum = "157a8ba7b480713b56f4c09fd13fc3e0a22a5dfab8097ba61cbc5feef950788a"
|
|
110
|
-
dependencies = [
|
|
111
|
-
"glob",
|
|
112
|
-
"libc",
|
|
113
|
-
"libloading",
|
|
114
|
-
]
|
|
115
|
-
|
|
116
|
-
[[package]]
|
|
117
|
-
name = "color_quant"
|
|
118
|
-
version = "1.1.0"
|
|
119
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
120
|
-
checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
|
|
121
|
-
|
|
122
|
-
[[package]]
|
|
123
|
-
name = "const-random"
|
|
124
|
-
version = "0.1.18"
|
|
125
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
126
|
-
checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
|
|
127
|
-
dependencies = [
|
|
128
|
-
"const-random-macro",
|
|
129
|
-
]
|
|
130
|
-
|
|
131
|
-
[[package]]
|
|
132
|
-
name = "const-random-macro"
|
|
133
|
-
version = "0.1.16"
|
|
134
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
135
|
-
checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
|
|
136
|
-
dependencies = [
|
|
137
|
-
"getrandom",
|
|
138
|
-
"once_cell",
|
|
139
|
-
"tiny-keccak",
|
|
140
|
-
]
|
|
141
|
-
|
|
142
|
-
[[package]]
|
|
143
|
-
name = "crc32fast"
|
|
144
|
-
version = "1.5.0"
|
|
145
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
146
|
-
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
147
|
-
dependencies = [
|
|
148
|
-
"cfg-if",
|
|
149
|
-
]
|
|
150
|
-
|
|
151
|
-
[[package]]
|
|
152
|
-
name = "crunchy"
|
|
153
|
-
version = "0.2.4"
|
|
154
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
155
|
-
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
156
|
-
|
|
157
|
-
[[package]]
|
|
158
|
-
name = "either"
|
|
159
|
-
version = "1.17.0"
|
|
160
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
161
|
-
checksum = "9e5e8f6c15a24b9a3ee5efec809ccd006d3b30e8b3bb63c39af737c7f87daa1d"
|
|
162
|
-
|
|
163
|
-
[[package]]
|
|
164
|
-
name = "fastrand"
|
|
165
|
-
version = "2.5.0"
|
|
166
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
167
|
-
checksum = "da7c62ceae207dd37ea5b845da6a0696c799f85e97da1ab5b7910be3c1c80223"
|
|
168
|
-
|
|
169
|
-
[[package]]
|
|
170
|
-
name = "fdeflate"
|
|
171
|
-
version = "0.3.7"
|
|
172
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
-
checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
|
|
174
|
-
dependencies = [
|
|
175
|
-
"simd-adler32",
|
|
176
|
-
]
|
|
177
|
-
|
|
178
|
-
[[package]]
|
|
179
|
-
name = "flate2"
|
|
180
|
-
version = "1.1.9"
|
|
181
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
183
|
-
dependencies = [
|
|
184
|
-
"crc32fast",
|
|
185
|
-
"miniz_oxide",
|
|
186
|
-
]
|
|
187
|
-
|
|
188
|
-
[[package]]
|
|
189
|
-
name = "getrandom"
|
|
190
|
-
version = "0.2.17"
|
|
191
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
192
|
-
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
193
|
-
dependencies = [
|
|
194
|
-
"cfg-if",
|
|
195
|
-
"libc",
|
|
196
|
-
"wasi",
|
|
197
|
-
]
|
|
198
|
-
|
|
199
|
-
[[package]]
|
|
200
|
-
name = "gif"
|
|
201
|
-
version = "0.14.2"
|
|
202
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
203
|
-
checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
|
|
204
|
-
dependencies = [
|
|
205
|
-
"color_quant",
|
|
206
|
-
"weezl",
|
|
207
|
-
]
|
|
208
|
-
|
|
209
|
-
[[package]]
|
|
210
|
-
name = "glob"
|
|
211
|
-
version = "0.3.4"
|
|
212
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
213
|
-
checksum = "e4eba85ea1d0a966a983acd07deee566e67395d2d96b6fb39e62b5a833f1eb0b"
|
|
214
|
-
|
|
215
|
-
[[package]]
|
|
216
|
-
name = "html-escape"
|
|
217
|
-
version = "0.2.15"
|
|
218
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
219
|
-
checksum = "c9356095b4b41197bba32173600e1582792cda618f65d12f68e2e77d273413c5"
|
|
220
|
-
|
|
221
|
-
[[package]]
|
|
222
|
-
name = "html-to-markdown-rb"
|
|
223
|
-
version = "3.12.2"
|
|
224
|
-
dependencies = [
|
|
225
|
-
"html-to-markdown-rs",
|
|
226
|
-
"magnus",
|
|
227
|
-
"serde",
|
|
228
|
-
"serde_json",
|
|
229
|
-
]
|
|
230
|
-
|
|
231
|
-
[[package]]
|
|
232
|
-
name = "html-to-markdown-rs"
|
|
233
|
-
version = "3.12.2"
|
|
234
|
-
dependencies = [
|
|
235
|
-
"ahash",
|
|
236
|
-
"astral-tl",
|
|
237
|
-
"base64",
|
|
238
|
-
"bitflags",
|
|
239
|
-
"html-escape",
|
|
240
|
-
"html5ever",
|
|
241
|
-
"image",
|
|
242
|
-
"memchr",
|
|
243
|
-
"once_cell",
|
|
244
|
-
"phf 0.14.0",
|
|
245
|
-
"regex",
|
|
246
|
-
"serde",
|
|
247
|
-
"serde_json",
|
|
248
|
-
"thiserror",
|
|
249
|
-
"tracing",
|
|
250
|
-
]
|
|
251
|
-
|
|
252
|
-
[[package]]
|
|
253
|
-
name = "html5ever"
|
|
254
|
-
version = "0.39.0"
|
|
255
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
256
|
-
checksum = "46a1761807faccc9a19e86944bbf40610014066306f96edcdedc2fb714bcb7b8"
|
|
257
|
-
dependencies = [
|
|
258
|
-
"log",
|
|
259
|
-
"markup5ever",
|
|
260
|
-
]
|
|
261
|
-
|
|
262
|
-
[[package]]
|
|
263
|
-
name = "image"
|
|
264
|
-
version = "0.25.10"
|
|
265
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
266
|
-
checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
|
|
267
|
-
dependencies = [
|
|
268
|
-
"bytemuck",
|
|
269
|
-
"byteorder-lite",
|
|
270
|
-
"color_quant",
|
|
271
|
-
"gif",
|
|
272
|
-
"image-webp",
|
|
273
|
-
"moxcms",
|
|
274
|
-
"num-traits",
|
|
275
|
-
"png",
|
|
276
|
-
"zune-core",
|
|
277
|
-
"zune-jpeg",
|
|
278
|
-
]
|
|
279
|
-
|
|
280
|
-
[[package]]
|
|
281
|
-
name = "image-webp"
|
|
282
|
-
version = "0.2.4"
|
|
283
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
284
|
-
checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
|
|
285
|
-
dependencies = [
|
|
286
|
-
"byteorder-lite",
|
|
287
|
-
"quick-error",
|
|
288
|
-
]
|
|
289
|
-
|
|
290
|
-
[[package]]
|
|
291
|
-
name = "itertools"
|
|
292
|
-
version = "0.13.0"
|
|
293
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
294
|
-
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
295
|
-
dependencies = [
|
|
296
|
-
"either",
|
|
297
|
-
]
|
|
298
|
-
|
|
299
|
-
[[package]]
|
|
300
|
-
name = "itoa"
|
|
301
|
-
version = "1.0.18"
|
|
302
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
303
|
-
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
304
|
-
|
|
305
|
-
[[package]]
|
|
306
|
-
name = "lazy_static"
|
|
307
|
-
version = "1.5.0"
|
|
308
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
309
|
-
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
310
|
-
|
|
311
|
-
[[package]]
|
|
312
|
-
name = "libc"
|
|
313
|
-
version = "0.2.189"
|
|
314
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
315
|
-
checksum = "3eaf3ede3fee6db1a4c2ee091bf8a8b4dccdc6d17f656fb07896ee72867612f2"
|
|
316
|
-
|
|
317
|
-
[[package]]
|
|
318
|
-
name = "libloading"
|
|
319
|
-
version = "0.8.9"
|
|
320
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
321
|
-
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
322
|
-
dependencies = [
|
|
323
|
-
"cfg-if",
|
|
324
|
-
"windows-link",
|
|
325
|
-
]
|
|
326
|
-
|
|
327
|
-
[[package]]
|
|
328
|
-
name = "lock_api"
|
|
329
|
-
version = "0.4.14"
|
|
330
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
331
|
-
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
332
|
-
dependencies = [
|
|
333
|
-
"scopeguard",
|
|
334
|
-
]
|
|
335
|
-
|
|
336
|
-
[[package]]
|
|
337
|
-
name = "log"
|
|
338
|
-
version = "0.4.33"
|
|
339
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
340
|
-
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
341
|
-
|
|
342
|
-
[[package]]
|
|
343
|
-
name = "magnus"
|
|
344
|
-
version = "0.8.2"
|
|
345
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
346
|
-
checksum = "3b36a5b126bbe97eb0d02d07acfeb327036c6319fd816139a49824a83b7f9012"
|
|
347
|
-
dependencies = [
|
|
348
|
-
"magnus-macros",
|
|
349
|
-
"rb-sys",
|
|
350
|
-
"rb-sys-env",
|
|
351
|
-
"seq-macro",
|
|
352
|
-
]
|
|
353
|
-
|
|
354
|
-
[[package]]
|
|
355
|
-
name = "magnus-macros"
|
|
356
|
-
version = "0.8.0"
|
|
357
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
358
|
-
checksum = "47607461fd8e1513cb4f2076c197d8092d921a1ea75bd08af97398f593751892"
|
|
359
|
-
dependencies = [
|
|
360
|
-
"proc-macro2",
|
|
361
|
-
"quote",
|
|
362
|
-
"syn 2.0.119",
|
|
363
|
-
]
|
|
364
|
-
|
|
365
|
-
[[package]]
|
|
366
|
-
name = "markup5ever"
|
|
367
|
-
version = "0.39.0"
|
|
368
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
369
|
-
checksum = "7122d987ec5f704ee56f6e5b41a7d93722e9aae27ae07cafa4036c4d3f9757de"
|
|
370
|
-
dependencies = [
|
|
371
|
-
"log",
|
|
372
|
-
"tendril",
|
|
373
|
-
"web_atoms",
|
|
374
|
-
]
|
|
375
|
-
|
|
376
|
-
[[package]]
|
|
377
|
-
name = "memchr"
|
|
378
|
-
version = "2.8.3"
|
|
379
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
380
|
-
checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98"
|
|
381
|
-
|
|
382
|
-
[[package]]
|
|
383
|
-
name = "minimal-lexical"
|
|
384
|
-
version = "0.2.1"
|
|
385
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
-
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
387
|
-
|
|
388
|
-
[[package]]
|
|
389
|
-
name = "miniz_oxide"
|
|
390
|
-
version = "0.8.9"
|
|
391
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
392
|
-
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
393
|
-
dependencies = [
|
|
394
|
-
"adler2",
|
|
395
|
-
"simd-adler32",
|
|
396
|
-
]
|
|
397
|
-
|
|
398
|
-
[[package]]
|
|
399
|
-
name = "moxcms"
|
|
400
|
-
version = "0.8.1"
|
|
401
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
-
checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
|
|
403
|
-
dependencies = [
|
|
404
|
-
"num-traits",
|
|
405
|
-
"pxfm",
|
|
406
|
-
]
|
|
407
|
-
|
|
408
|
-
[[package]]
|
|
409
|
-
name = "new_debug_unreachable"
|
|
410
|
-
version = "1.0.6"
|
|
411
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
412
|
-
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
413
|
-
|
|
414
|
-
[[package]]
|
|
415
|
-
name = "nom"
|
|
416
|
-
version = "7.1.3"
|
|
417
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
418
|
-
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
419
|
-
dependencies = [
|
|
420
|
-
"memchr",
|
|
421
|
-
"minimal-lexical",
|
|
422
|
-
]
|
|
423
|
-
|
|
424
|
-
[[package]]
|
|
425
|
-
name = "num-traits"
|
|
426
|
-
version = "0.2.19"
|
|
427
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
428
|
-
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
429
|
-
dependencies = [
|
|
430
|
-
"autocfg",
|
|
431
|
-
]
|
|
432
|
-
|
|
433
|
-
[[package]]
|
|
434
|
-
name = "once_cell"
|
|
435
|
-
version = "1.21.4"
|
|
436
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
|
-
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
438
|
-
|
|
439
|
-
[[package]]
|
|
440
|
-
name = "parking_lot"
|
|
441
|
-
version = "0.12.5"
|
|
442
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
443
|
-
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
444
|
-
dependencies = [
|
|
445
|
-
"lock_api",
|
|
446
|
-
"parking_lot_core",
|
|
447
|
-
]
|
|
448
|
-
|
|
449
|
-
[[package]]
|
|
450
|
-
name = "parking_lot_core"
|
|
451
|
-
version = "0.9.12"
|
|
452
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
453
|
-
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
454
|
-
dependencies = [
|
|
455
|
-
"cfg-if",
|
|
456
|
-
"libc",
|
|
457
|
-
"redox_syscall",
|
|
458
|
-
"smallvec",
|
|
459
|
-
"windows-link",
|
|
460
|
-
]
|
|
461
|
-
|
|
462
|
-
[[package]]
|
|
463
|
-
name = "phf"
|
|
464
|
-
version = "0.13.1"
|
|
465
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
466
|
-
checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf"
|
|
467
|
-
dependencies = [
|
|
468
|
-
"phf_shared 0.13.1",
|
|
469
|
-
"serde",
|
|
470
|
-
]
|
|
471
|
-
|
|
472
|
-
[[package]]
|
|
473
|
-
name = "phf"
|
|
474
|
-
version = "0.14.0"
|
|
475
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
-
checksum = "010378780309880b08997fae13be7834dba947d36393bd372f2b1556deb2a2f6"
|
|
477
|
-
dependencies = [
|
|
478
|
-
"phf_macros",
|
|
479
|
-
"phf_shared 0.14.0",
|
|
480
|
-
"serde",
|
|
481
|
-
]
|
|
482
|
-
|
|
483
|
-
[[package]]
|
|
484
|
-
name = "phf_codegen"
|
|
485
|
-
version = "0.13.1"
|
|
486
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
487
|
-
checksum = "49aa7f9d80421bca176ca8dbfebe668cc7a2684708594ec9f3c0db0805d5d6e1"
|
|
488
|
-
dependencies = [
|
|
489
|
-
"phf_generator 0.13.1",
|
|
490
|
-
"phf_shared 0.13.1",
|
|
491
|
-
]
|
|
492
|
-
|
|
493
|
-
[[package]]
|
|
494
|
-
name = "phf_generator"
|
|
495
|
-
version = "0.13.1"
|
|
496
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
497
|
-
checksum = "135ace3a761e564ec88c03a77317a7c6b80bb7f7135ef2544dbe054243b89737"
|
|
498
|
-
dependencies = [
|
|
499
|
-
"fastrand",
|
|
500
|
-
"phf_shared 0.13.1",
|
|
501
|
-
]
|
|
502
|
-
|
|
503
|
-
[[package]]
|
|
504
|
-
name = "phf_generator"
|
|
505
|
-
version = "0.14.0"
|
|
506
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
507
|
-
checksum = "aeb62e0959d5a1bebc965f4d15d9e2b7cea002b6b0f5ba8cde6cc26738467100"
|
|
508
|
-
dependencies = [
|
|
509
|
-
"fastrand",
|
|
510
|
-
"phf_shared 0.14.0",
|
|
511
|
-
]
|
|
512
|
-
|
|
513
|
-
[[package]]
|
|
514
|
-
name = "phf_macros"
|
|
515
|
-
version = "0.14.0"
|
|
516
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
517
|
-
checksum = "5fa8d0ca26d424d27630da600c6624696e7dec8bf7b3b492b383c5dc49e5e085"
|
|
518
|
-
dependencies = [
|
|
519
|
-
"phf_generator 0.14.0",
|
|
520
|
-
"phf_shared 0.14.0",
|
|
521
|
-
"proc-macro2",
|
|
522
|
-
"quote",
|
|
523
|
-
"syn 2.0.119",
|
|
524
|
-
]
|
|
525
|
-
|
|
526
|
-
[[package]]
|
|
527
|
-
name = "phf_shared"
|
|
528
|
-
version = "0.13.1"
|
|
529
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
530
|
-
checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266"
|
|
531
|
-
dependencies = [
|
|
532
|
-
"siphasher",
|
|
533
|
-
]
|
|
534
|
-
|
|
535
|
-
[[package]]
|
|
536
|
-
name = "phf_shared"
|
|
537
|
-
version = "0.14.0"
|
|
538
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
539
|
-
checksum = "c6fd9027e2d9319be6349febd1db4e8d02aa544921200c9b777720ac34a3aa89"
|
|
540
|
-
dependencies = [
|
|
541
|
-
"siphasher",
|
|
542
|
-
]
|
|
543
|
-
|
|
544
|
-
[[package]]
|
|
545
|
-
name = "pin-project-lite"
|
|
546
|
-
version = "0.2.17"
|
|
547
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
-
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
549
|
-
|
|
550
|
-
[[package]]
|
|
551
|
-
name = "png"
|
|
552
|
-
version = "0.18.1"
|
|
553
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
-
checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
|
|
555
|
-
dependencies = [
|
|
556
|
-
"bitflags",
|
|
557
|
-
"crc32fast",
|
|
558
|
-
"fdeflate",
|
|
559
|
-
"flate2",
|
|
560
|
-
"miniz_oxide",
|
|
561
|
-
]
|
|
562
|
-
|
|
563
|
-
[[package]]
|
|
564
|
-
name = "precomputed-hash"
|
|
565
|
-
version = "0.1.1"
|
|
566
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
567
|
-
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
568
|
-
|
|
569
|
-
[[package]]
|
|
570
|
-
name = "proc-macro2"
|
|
571
|
-
version = "1.0.107"
|
|
572
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
573
|
-
checksum = "985e7ec9bb745e6ce6535b544d84d6cd6f7ad8bd711c398938ae983b91a766d9"
|
|
574
|
-
dependencies = [
|
|
575
|
-
"unicode-ident",
|
|
576
|
-
]
|
|
577
|
-
|
|
578
|
-
[[package]]
|
|
579
|
-
name = "pxfm"
|
|
580
|
-
version = "0.1.30"
|
|
581
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
582
|
-
checksum = "d55d956fa96f5ec02be2e13af0e20391a5aa83d6a074e3ad368959d0fab299ea"
|
|
583
|
-
|
|
584
|
-
[[package]]
|
|
585
|
-
name = "quick-error"
|
|
586
|
-
version = "2.0.1"
|
|
587
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
588
|
-
checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
|
|
589
|
-
|
|
590
|
-
[[package]]
|
|
591
|
-
name = "quote"
|
|
592
|
-
version = "1.0.47"
|
|
593
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
594
|
-
checksum = "1fbf4db142a473a8d80c26bbf18454ed458bf8d26c8219c331daecfdbd079001"
|
|
595
|
-
dependencies = [
|
|
596
|
-
"proc-macro2",
|
|
597
|
-
]
|
|
598
|
-
|
|
599
|
-
[[package]]
|
|
600
|
-
name = "rb-sys"
|
|
601
|
-
version = "0.9.128"
|
|
602
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
-
checksum = "45ca28513560e56cfb79a62b1fce363c73af170a182024ce880c77ee9429920a"
|
|
604
|
-
dependencies = [
|
|
605
|
-
"rb-sys-build",
|
|
606
|
-
]
|
|
607
|
-
|
|
608
|
-
[[package]]
|
|
609
|
-
name = "rb-sys-build"
|
|
610
|
-
version = "0.9.128"
|
|
611
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
612
|
-
checksum = "ce04b2c55eff3a21aaa623fcc655d94373238e72cac6b3e1a3641ff31649f99a"
|
|
613
|
-
dependencies = [
|
|
614
|
-
"bindgen",
|
|
615
|
-
"lazy_static",
|
|
616
|
-
"proc-macro2",
|
|
617
|
-
"quote",
|
|
618
|
-
"regex",
|
|
619
|
-
"shell-words",
|
|
620
|
-
"syn 2.0.119",
|
|
621
|
-
]
|
|
622
|
-
|
|
623
|
-
[[package]]
|
|
624
|
-
name = "rb-sys-env"
|
|
625
|
-
version = "0.2.3"
|
|
626
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
627
|
-
checksum = "cca7ad6a7e21e72151d56fe2495a259b5670e204c3adac41ee7ef676ea08117a"
|
|
628
|
-
|
|
629
|
-
[[package]]
|
|
630
|
-
name = "redox_syscall"
|
|
631
|
-
version = "0.5.18"
|
|
632
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
-
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
634
|
-
dependencies = [
|
|
635
|
-
"bitflags",
|
|
636
|
-
]
|
|
637
|
-
|
|
638
|
-
[[package]]
|
|
639
|
-
name = "regex"
|
|
640
|
-
version = "1.13.1"
|
|
641
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
642
|
-
checksum = "f020237b6c8eed93db2e2cb53c00c60a8e1bc73da7d073199a1180401450218d"
|
|
643
|
-
dependencies = [
|
|
644
|
-
"aho-corasick",
|
|
645
|
-
"memchr",
|
|
646
|
-
"regex-automata",
|
|
647
|
-
"regex-syntax",
|
|
648
|
-
]
|
|
649
|
-
|
|
650
|
-
[[package]]
|
|
651
|
-
name = "regex-automata"
|
|
652
|
-
version = "0.4.18"
|
|
653
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
654
|
-
checksum = "ad8553b9b26413251cbf30e620595c7a41b3887f03da04579c0e6b0d6a06b4b2"
|
|
655
|
-
dependencies = [
|
|
656
|
-
"aho-corasick",
|
|
657
|
-
"memchr",
|
|
658
|
-
"regex-syntax",
|
|
659
|
-
]
|
|
660
|
-
|
|
661
|
-
[[package]]
|
|
662
|
-
name = "regex-syntax"
|
|
663
|
-
version = "0.8.11"
|
|
664
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
665
|
-
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
666
|
-
|
|
667
|
-
[[package]]
|
|
668
|
-
name = "rustc-hash"
|
|
669
|
-
version = "2.1.3"
|
|
670
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
671
|
-
checksum = "6b1e7f9a428571be2dc5bc0505c13fb6bf936822b894ec87abf8a08a4e51742d"
|
|
672
|
-
|
|
673
|
-
[[package]]
|
|
674
|
-
name = "scopeguard"
|
|
675
|
-
version = "1.2.0"
|
|
676
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
677
|
-
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
678
|
-
|
|
679
|
-
[[package]]
|
|
680
|
-
name = "seq-macro"
|
|
681
|
-
version = "0.3.6"
|
|
682
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
|
-
checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
|
|
684
|
-
|
|
685
|
-
[[package]]
|
|
686
|
-
name = "serde"
|
|
687
|
-
version = "1.0.229"
|
|
688
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
689
|
-
checksum = "4148590afebada386688f18773da617792bf2ef03ffc1e4cbd2b1d45b023e0ba"
|
|
690
|
-
dependencies = [
|
|
691
|
-
"serde_core",
|
|
692
|
-
"serde_derive",
|
|
693
|
-
]
|
|
694
|
-
|
|
695
|
-
[[package]]
|
|
696
|
-
name = "serde_core"
|
|
697
|
-
version = "1.0.229"
|
|
698
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
699
|
-
checksum = "67dca2c9c51e58a4791a4b1ed58308b39c64224d349a935ab5039aa360942a48"
|
|
700
|
-
dependencies = [
|
|
701
|
-
"serde_derive",
|
|
702
|
-
]
|
|
703
|
-
|
|
704
|
-
[[package]]
|
|
705
|
-
name = "serde_derive"
|
|
706
|
-
version = "1.0.229"
|
|
707
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
708
|
-
checksum = "e7a5d71263a5a7d47b41f6b3f06ba276f10cc18b0931f1799f710578e2309348"
|
|
709
|
-
dependencies = [
|
|
710
|
-
"proc-macro2",
|
|
711
|
-
"quote",
|
|
712
|
-
"syn 3.0.3",
|
|
713
|
-
]
|
|
714
|
-
|
|
715
|
-
[[package]]
|
|
716
|
-
name = "serde_json"
|
|
717
|
-
version = "1.0.151"
|
|
718
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
719
|
-
checksum = "c841b55ecdae098c80dcae9cf767f6f8a0c2cdb3416bbef72181df4d0fe73f14"
|
|
720
|
-
dependencies = [
|
|
721
|
-
"itoa",
|
|
722
|
-
"memchr",
|
|
723
|
-
"serde",
|
|
724
|
-
"serde_core",
|
|
725
|
-
"zmij",
|
|
726
|
-
]
|
|
727
|
-
|
|
728
|
-
[[package]]
|
|
729
|
-
name = "shell-words"
|
|
730
|
-
version = "1.1.1"
|
|
731
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
732
|
-
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
|
|
733
|
-
|
|
734
|
-
[[package]]
|
|
735
|
-
name = "shlex"
|
|
736
|
-
version = "1.3.0"
|
|
737
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
738
|
-
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
739
|
-
|
|
740
|
-
[[package]]
|
|
741
|
-
name = "simd-adler32"
|
|
742
|
-
version = "0.3.10"
|
|
743
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
744
|
-
checksum = "3a219298ac11a56ea9a6d2120044824d6f01aeb034955e7af7bc16858527deea"
|
|
745
|
-
|
|
746
|
-
[[package]]
|
|
747
|
-
name = "siphasher"
|
|
748
|
-
version = "1.0.3"
|
|
749
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
750
|
-
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
|
|
751
|
-
|
|
752
|
-
[[package]]
|
|
753
|
-
name = "smallvec"
|
|
754
|
-
version = "1.15.2"
|
|
755
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
756
|
-
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
757
|
-
|
|
758
|
-
[[package]]
|
|
759
|
-
name = "string_cache"
|
|
760
|
-
version = "0.9.0"
|
|
761
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
762
|
-
checksum = "a18596f8c785a729f2819c0f6a7eae6ebeebdfffbfe4214ae6b087f690e31901"
|
|
763
|
-
dependencies = [
|
|
764
|
-
"new_debug_unreachable",
|
|
765
|
-
"parking_lot",
|
|
766
|
-
"phf_shared 0.13.1",
|
|
767
|
-
"precomputed-hash",
|
|
768
|
-
]
|
|
769
|
-
|
|
770
|
-
[[package]]
|
|
771
|
-
name = "string_cache_codegen"
|
|
772
|
-
version = "0.6.1"
|
|
773
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
774
|
-
checksum = "585635e46db231059f76c5849798146164652513eb9e8ab2685939dd90f29b69"
|
|
775
|
-
dependencies = [
|
|
776
|
-
"phf_generator 0.13.1",
|
|
777
|
-
"phf_shared 0.13.1",
|
|
778
|
-
"proc-macro2",
|
|
779
|
-
"quote",
|
|
780
|
-
]
|
|
781
|
-
|
|
782
|
-
[[package]]
|
|
783
|
-
name = "syn"
|
|
784
|
-
version = "2.0.119"
|
|
785
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
786
|
-
checksum = "872831b642d1a07999a962a351ed35b955ea2cfc8f3862091e2a240a84f17297"
|
|
787
|
-
dependencies = [
|
|
788
|
-
"proc-macro2",
|
|
789
|
-
"quote",
|
|
790
|
-
"unicode-ident",
|
|
791
|
-
]
|
|
792
|
-
|
|
793
|
-
[[package]]
|
|
794
|
-
name = "syn"
|
|
795
|
-
version = "3.0.3"
|
|
796
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
797
|
-
checksum = "53e9bae58849f64dfa4f5d5ae372c8341f7305f82a3868709269343628b659a3"
|
|
798
|
-
dependencies = [
|
|
799
|
-
"proc-macro2",
|
|
800
|
-
"quote",
|
|
801
|
-
"unicode-ident",
|
|
802
|
-
]
|
|
803
|
-
|
|
804
|
-
[[package]]
|
|
805
|
-
name = "tendril"
|
|
806
|
-
version = "0.5.1"
|
|
807
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
808
|
-
checksum = "5fed54709c5b3a53d09bb1c113ea4f5ceafd1e772ddcb0030a82e1d56c087b08"
|
|
809
|
-
dependencies = [
|
|
810
|
-
"new_debug_unreachable",
|
|
811
|
-
]
|
|
812
|
-
|
|
813
|
-
[[package]]
|
|
814
|
-
name = "thiserror"
|
|
815
|
-
version = "2.0.20"
|
|
816
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
817
|
-
checksum = "ec86235f5fcc2a73650310756d2ac5b138a5780bbbdfae3eeccec992c435ba4f"
|
|
818
|
-
dependencies = [
|
|
819
|
-
"thiserror-impl",
|
|
820
|
-
]
|
|
821
|
-
|
|
822
|
-
[[package]]
|
|
823
|
-
name = "thiserror-impl"
|
|
824
|
-
version = "2.0.20"
|
|
825
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
826
|
-
checksum = "bc04cd3e1236dd4a98afca4569f2deb3f120e5422a4023be2cb683f8486292af"
|
|
827
|
-
dependencies = [
|
|
828
|
-
"proc-macro2",
|
|
829
|
-
"quote",
|
|
830
|
-
"syn 3.0.3",
|
|
831
|
-
]
|
|
832
|
-
|
|
833
|
-
[[package]]
|
|
834
|
-
name = "tiny-keccak"
|
|
835
|
-
version = "2.0.2"
|
|
836
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
837
|
-
checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
|
|
838
|
-
dependencies = [
|
|
839
|
-
"crunchy",
|
|
840
|
-
]
|
|
841
|
-
|
|
842
|
-
[[package]]
|
|
843
|
-
name = "tracing"
|
|
844
|
-
version = "0.1.44"
|
|
845
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
846
|
-
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
847
|
-
dependencies = [
|
|
848
|
-
"pin-project-lite",
|
|
849
|
-
"tracing-attributes",
|
|
850
|
-
"tracing-core",
|
|
851
|
-
]
|
|
852
|
-
|
|
853
|
-
[[package]]
|
|
854
|
-
name = "tracing-attributes"
|
|
855
|
-
version = "0.1.31"
|
|
856
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
857
|
-
checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
|
|
858
|
-
dependencies = [
|
|
859
|
-
"proc-macro2",
|
|
860
|
-
"quote",
|
|
861
|
-
"syn 2.0.119",
|
|
862
|
-
]
|
|
863
|
-
|
|
864
|
-
[[package]]
|
|
865
|
-
name = "tracing-core"
|
|
866
|
-
version = "0.1.36"
|
|
867
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
868
|
-
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
869
|
-
dependencies = [
|
|
870
|
-
"once_cell",
|
|
871
|
-
]
|
|
872
|
-
|
|
873
|
-
[[package]]
|
|
874
|
-
name = "unicode-ident"
|
|
875
|
-
version = "1.0.24"
|
|
876
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
877
|
-
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
878
|
-
|
|
879
|
-
[[package]]
|
|
880
|
-
name = "version_check"
|
|
881
|
-
version = "0.9.5"
|
|
882
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
883
|
-
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
884
|
-
|
|
885
|
-
[[package]]
|
|
886
|
-
name = "wasi"
|
|
887
|
-
version = "0.11.1+wasi-snapshot-preview1"
|
|
888
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
889
|
-
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
890
|
-
|
|
891
|
-
[[package]]
|
|
892
|
-
name = "web_atoms"
|
|
893
|
-
version = "0.2.6"
|
|
894
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
895
|
-
checksum = "ba8b815c1b593dc0baf78dd0f4fc8fdb2de53198fb1163738093e9a311c33fb3"
|
|
896
|
-
dependencies = [
|
|
897
|
-
"phf 0.13.1",
|
|
898
|
-
"phf_codegen",
|
|
899
|
-
"string_cache",
|
|
900
|
-
"string_cache_codegen",
|
|
901
|
-
]
|
|
902
|
-
|
|
903
|
-
[[package]]
|
|
904
|
-
name = "weezl"
|
|
905
|
-
version = "0.1.12"
|
|
906
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
907
|
-
checksum = "a28ac98ddc8b9274cb41bb4d9d4d5c425b6020c50c46f25559911905610b4a88"
|
|
908
|
-
|
|
909
|
-
[[package]]
|
|
910
|
-
name = "windows-link"
|
|
911
|
-
version = "0.2.1"
|
|
912
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
913
|
-
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
914
|
-
|
|
915
|
-
[[package]]
|
|
916
|
-
name = "zerocopy"
|
|
917
|
-
version = "0.8.56"
|
|
918
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
919
|
-
checksum = "556764e583adb45a9f8d413c2a147fa7e8d821e48e12b14fd560b607998b75eb"
|
|
920
|
-
dependencies = [
|
|
921
|
-
"zerocopy-derive",
|
|
922
|
-
]
|
|
923
|
-
|
|
924
|
-
[[package]]
|
|
925
|
-
name = "zerocopy-derive"
|
|
926
|
-
version = "0.8.56"
|
|
927
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
928
|
-
checksum = "f2ab42fc20575779bd240faa45f94a74256f755c0fa9e89f0ede20d91d0cdfc1"
|
|
929
|
-
dependencies = [
|
|
930
|
-
"proc-macro2",
|
|
931
|
-
"quote",
|
|
932
|
-
"syn 2.0.119",
|
|
933
|
-
]
|
|
934
|
-
|
|
935
|
-
[[package]]
|
|
936
|
-
name = "zmij"
|
|
937
|
-
version = "1.0.23"
|
|
938
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
-
checksum = "29666d0abbfad1e3dc4dcf6144730dd3a3ab225bbbdac83319345b1b44ccfc1b"
|
|
940
|
-
|
|
941
|
-
[[package]]
|
|
942
|
-
name = "zune-core"
|
|
943
|
-
version = "0.5.3"
|
|
944
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
-
checksum = "d56377fd46368984a170bc5aac5567e52ca5da874caa60bea39fcbca78fb658b"
|
|
946
|
-
|
|
947
|
-
[[package]]
|
|
948
|
-
name = "zune-jpeg"
|
|
949
|
-
version = "0.5.15"
|
|
950
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
951
|
-
checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
|
|
952
|
-
dependencies = [
|
|
953
|
-
"zune-core",
|
|
954
|
-
]
|