innertext 0.2.2__tar.gz
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.
- innertext-0.2.2/Cargo.lock +874 -0
- innertext-0.2.2/Cargo.toml +21 -0
- innertext-0.2.2/PKG-INFO +104 -0
- innertext-0.2.2/README.md +75 -0
- innertext-0.2.2/bindings/innertext-python/Cargo.toml +15 -0
- innertext-0.2.2/bindings/innertext-python/README.md +75 -0
- innertext-0.2.2/bindings/innertext-python/src/lib.rs +37 -0
- innertext-0.2.2/crates/innertext-core/Cargo.toml +20 -0
- innertext-0.2.2/crates/innertext-core/src/css.rs +184 -0
- innertext-0.2.2/crates/innertext-core/src/inner_text.rs +234 -0
- innertext-0.2.2/crates/innertext-core/src/lib.rs +94 -0
- innertext-0.2.2/crates/innertext-core/src/model.rs +52 -0
- innertext-0.2.2/crates/innertext-core/src/render.rs +331 -0
- innertext-0.2.2/crates/innertext-core/src/text_content.rs +28 -0
- innertext-0.2.2/crates/innertext-core/tests/chromium_parity.rs +185 -0
- innertext-0.2.2/crates/innertext-core/tests/spec_behavior.rs +102 -0
- innertext-0.2.2/pyproject.toml +42 -0
- innertext-0.2.2/python/innertext/__init__.pyi +71 -0
|
@@ -0,0 +1,874 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "aho-corasick"
|
|
7
|
+
version = "1.1.4"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"memchr",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
[[package]]
|
|
15
|
+
name = "autocfg"
|
|
16
|
+
version = "1.5.1"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "bitflags"
|
|
22
|
+
version = "2.13.0"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
|
|
25
|
+
|
|
26
|
+
[[package]]
|
|
27
|
+
name = "bytes"
|
|
28
|
+
version = "1.12.1"
|
|
29
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
+
checksum = "fc652a48c352aef3ea3aed32080501cf3ef6ed5da78602a020c991775b0aff04"
|
|
31
|
+
|
|
32
|
+
[[package]]
|
|
33
|
+
name = "cesu8"
|
|
34
|
+
version = "1.1.0"
|
|
35
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
+
checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
|
|
37
|
+
|
|
38
|
+
[[package]]
|
|
39
|
+
name = "cfg-if"
|
|
40
|
+
version = "1.0.4"
|
|
41
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
43
|
+
|
|
44
|
+
[[package]]
|
|
45
|
+
name = "combine"
|
|
46
|
+
version = "4.6.7"
|
|
47
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
+
checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
|
|
49
|
+
dependencies = [
|
|
50
|
+
"bytes",
|
|
51
|
+
"memchr",
|
|
52
|
+
]
|
|
53
|
+
|
|
54
|
+
[[package]]
|
|
55
|
+
name = "convert_case"
|
|
56
|
+
version = "0.6.0"
|
|
57
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
58
|
+
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
59
|
+
dependencies = [
|
|
60
|
+
"unicode-segmentation",
|
|
61
|
+
]
|
|
62
|
+
|
|
63
|
+
[[package]]
|
|
64
|
+
name = "ctor"
|
|
65
|
+
version = "0.2.9"
|
|
66
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
67
|
+
checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
|
|
68
|
+
dependencies = [
|
|
69
|
+
"quote",
|
|
70
|
+
"syn",
|
|
71
|
+
]
|
|
72
|
+
|
|
73
|
+
[[package]]
|
|
74
|
+
name = "diff"
|
|
75
|
+
version = "0.1.13"
|
|
76
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
77
|
+
checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
|
|
78
|
+
|
|
79
|
+
[[package]]
|
|
80
|
+
name = "futf"
|
|
81
|
+
version = "0.1.5"
|
|
82
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
83
|
+
checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
|
|
84
|
+
dependencies = [
|
|
85
|
+
"mac",
|
|
86
|
+
"new_debug_unreachable",
|
|
87
|
+
]
|
|
88
|
+
|
|
89
|
+
[[package]]
|
|
90
|
+
name = "heck"
|
|
91
|
+
version = "0.5.0"
|
|
92
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
93
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
94
|
+
|
|
95
|
+
[[package]]
|
|
96
|
+
name = "html5ever"
|
|
97
|
+
version = "0.29.1"
|
|
98
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
99
|
+
checksum = "3b7410cae13cbc75623c98ac4cbfd1f0bedddf3227afc24f370cf0f50a44a11c"
|
|
100
|
+
dependencies = [
|
|
101
|
+
"log",
|
|
102
|
+
"mac",
|
|
103
|
+
"markup5ever",
|
|
104
|
+
"match_token",
|
|
105
|
+
]
|
|
106
|
+
|
|
107
|
+
[[package]]
|
|
108
|
+
name = "indoc"
|
|
109
|
+
version = "2.0.7"
|
|
110
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
111
|
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
112
|
+
dependencies = [
|
|
113
|
+
"rustversion",
|
|
114
|
+
]
|
|
115
|
+
|
|
116
|
+
[[package]]
|
|
117
|
+
name = "innertext-core"
|
|
118
|
+
version = "0.2.2"
|
|
119
|
+
dependencies = [
|
|
120
|
+
"html5ever",
|
|
121
|
+
"markup5ever",
|
|
122
|
+
"markup5ever_rcdom",
|
|
123
|
+
"pretty_assertions",
|
|
124
|
+
"serde",
|
|
125
|
+
"serde_json",
|
|
126
|
+
"thiserror",
|
|
127
|
+
]
|
|
128
|
+
|
|
129
|
+
[[package]]
|
|
130
|
+
name = "innertext-java"
|
|
131
|
+
version = "0.2.2"
|
|
132
|
+
dependencies = [
|
|
133
|
+
"innertext-core",
|
|
134
|
+
"jni",
|
|
135
|
+
"jni-sys 0.3.1",
|
|
136
|
+
]
|
|
137
|
+
|
|
138
|
+
[[package]]
|
|
139
|
+
name = "innertext-node"
|
|
140
|
+
version = "0.2.2"
|
|
141
|
+
dependencies = [
|
|
142
|
+
"innertext-core",
|
|
143
|
+
"napi",
|
|
144
|
+
"napi-derive",
|
|
145
|
+
]
|
|
146
|
+
|
|
147
|
+
[[package]]
|
|
148
|
+
name = "innertext-python"
|
|
149
|
+
version = "0.2.2"
|
|
150
|
+
dependencies = [
|
|
151
|
+
"innertext-core",
|
|
152
|
+
"pyo3",
|
|
153
|
+
]
|
|
154
|
+
|
|
155
|
+
[[package]]
|
|
156
|
+
name = "itoa"
|
|
157
|
+
version = "1.0.18"
|
|
158
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
159
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
160
|
+
|
|
161
|
+
[[package]]
|
|
162
|
+
name = "jni"
|
|
163
|
+
version = "0.21.1"
|
|
164
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165
|
+
checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
|
|
166
|
+
dependencies = [
|
|
167
|
+
"cesu8",
|
|
168
|
+
"cfg-if",
|
|
169
|
+
"combine",
|
|
170
|
+
"jni-sys 0.3.1",
|
|
171
|
+
"log",
|
|
172
|
+
"thiserror",
|
|
173
|
+
"walkdir",
|
|
174
|
+
"windows-sys 0.45.0",
|
|
175
|
+
]
|
|
176
|
+
|
|
177
|
+
[[package]]
|
|
178
|
+
name = "jni-sys"
|
|
179
|
+
version = "0.3.1"
|
|
180
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
181
|
+
checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
|
|
182
|
+
dependencies = [
|
|
183
|
+
"jni-sys 0.4.1",
|
|
184
|
+
]
|
|
185
|
+
|
|
186
|
+
[[package]]
|
|
187
|
+
name = "jni-sys"
|
|
188
|
+
version = "0.4.1"
|
|
189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
190
|
+
checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
|
|
191
|
+
dependencies = [
|
|
192
|
+
"jni-sys-macros",
|
|
193
|
+
]
|
|
194
|
+
|
|
195
|
+
[[package]]
|
|
196
|
+
name = "jni-sys-macros"
|
|
197
|
+
version = "0.4.1"
|
|
198
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
199
|
+
checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
|
|
200
|
+
dependencies = [
|
|
201
|
+
"quote",
|
|
202
|
+
"syn",
|
|
203
|
+
]
|
|
204
|
+
|
|
205
|
+
[[package]]
|
|
206
|
+
name = "libc"
|
|
207
|
+
version = "0.2.186"
|
|
208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
209
|
+
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
210
|
+
|
|
211
|
+
[[package]]
|
|
212
|
+
name = "libloading"
|
|
213
|
+
version = "0.8.9"
|
|
214
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
215
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
216
|
+
dependencies = [
|
|
217
|
+
"cfg-if",
|
|
218
|
+
"windows-link",
|
|
219
|
+
]
|
|
220
|
+
|
|
221
|
+
[[package]]
|
|
222
|
+
name = "lock_api"
|
|
223
|
+
version = "0.4.14"
|
|
224
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
225
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
226
|
+
dependencies = [
|
|
227
|
+
"scopeguard",
|
|
228
|
+
]
|
|
229
|
+
|
|
230
|
+
[[package]]
|
|
231
|
+
name = "log"
|
|
232
|
+
version = "0.4.32"
|
|
233
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
234
|
+
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
|
|
235
|
+
|
|
236
|
+
[[package]]
|
|
237
|
+
name = "mac"
|
|
238
|
+
version = "0.1.1"
|
|
239
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
240
|
+
checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
|
|
241
|
+
|
|
242
|
+
[[package]]
|
|
243
|
+
name = "markup5ever"
|
|
244
|
+
version = "0.14.1"
|
|
245
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
246
|
+
checksum = "c7a7213d12e1864c0f002f52c2923d4556935a43dec5e71355c2760e0f6e7a18"
|
|
247
|
+
dependencies = [
|
|
248
|
+
"log",
|
|
249
|
+
"phf",
|
|
250
|
+
"phf_codegen",
|
|
251
|
+
"string_cache",
|
|
252
|
+
"string_cache_codegen",
|
|
253
|
+
"tendril",
|
|
254
|
+
]
|
|
255
|
+
|
|
256
|
+
[[package]]
|
|
257
|
+
name = "markup5ever_rcdom"
|
|
258
|
+
version = "0.5.0-unofficial"
|
|
259
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
260
|
+
checksum = "d9cb12459c4cab18dcc580159590f404ad78c0a9c5435ace80288ed43abdce31"
|
|
261
|
+
dependencies = [
|
|
262
|
+
"html5ever",
|
|
263
|
+
"markup5ever",
|
|
264
|
+
"tendril",
|
|
265
|
+
"xml5ever",
|
|
266
|
+
]
|
|
267
|
+
|
|
268
|
+
[[package]]
|
|
269
|
+
name = "match_token"
|
|
270
|
+
version = "0.1.0"
|
|
271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
272
|
+
checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
|
|
273
|
+
dependencies = [
|
|
274
|
+
"proc-macro2",
|
|
275
|
+
"quote",
|
|
276
|
+
"syn",
|
|
277
|
+
]
|
|
278
|
+
|
|
279
|
+
[[package]]
|
|
280
|
+
name = "memchr"
|
|
281
|
+
version = "2.8.2"
|
|
282
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
283
|
+
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
|
|
284
|
+
|
|
285
|
+
[[package]]
|
|
286
|
+
name = "memoffset"
|
|
287
|
+
version = "0.9.1"
|
|
288
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
289
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
290
|
+
dependencies = [
|
|
291
|
+
"autocfg",
|
|
292
|
+
]
|
|
293
|
+
|
|
294
|
+
[[package]]
|
|
295
|
+
name = "napi"
|
|
296
|
+
version = "2.16.17"
|
|
297
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
298
|
+
checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
|
|
299
|
+
dependencies = [
|
|
300
|
+
"bitflags",
|
|
301
|
+
"ctor",
|
|
302
|
+
"napi-derive",
|
|
303
|
+
"napi-sys",
|
|
304
|
+
"once_cell",
|
|
305
|
+
]
|
|
306
|
+
|
|
307
|
+
[[package]]
|
|
308
|
+
name = "napi-derive"
|
|
309
|
+
version = "2.16.13"
|
|
310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
311
|
+
checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
|
|
312
|
+
dependencies = [
|
|
313
|
+
"cfg-if",
|
|
314
|
+
"convert_case",
|
|
315
|
+
"napi-derive-backend",
|
|
316
|
+
"proc-macro2",
|
|
317
|
+
"quote",
|
|
318
|
+
"syn",
|
|
319
|
+
]
|
|
320
|
+
|
|
321
|
+
[[package]]
|
|
322
|
+
name = "napi-derive-backend"
|
|
323
|
+
version = "1.0.75"
|
|
324
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
325
|
+
checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
|
|
326
|
+
dependencies = [
|
|
327
|
+
"convert_case",
|
|
328
|
+
"once_cell",
|
|
329
|
+
"proc-macro2",
|
|
330
|
+
"quote",
|
|
331
|
+
"regex",
|
|
332
|
+
"semver",
|
|
333
|
+
"syn",
|
|
334
|
+
]
|
|
335
|
+
|
|
336
|
+
[[package]]
|
|
337
|
+
name = "napi-sys"
|
|
338
|
+
version = "2.4.0"
|
|
339
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
340
|
+
checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
|
|
341
|
+
dependencies = [
|
|
342
|
+
"libloading",
|
|
343
|
+
]
|
|
344
|
+
|
|
345
|
+
[[package]]
|
|
346
|
+
name = "new_debug_unreachable"
|
|
347
|
+
version = "1.0.6"
|
|
348
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
349
|
+
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
350
|
+
|
|
351
|
+
[[package]]
|
|
352
|
+
name = "once_cell"
|
|
353
|
+
version = "1.21.4"
|
|
354
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
355
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
356
|
+
|
|
357
|
+
[[package]]
|
|
358
|
+
name = "parking_lot"
|
|
359
|
+
version = "0.12.5"
|
|
360
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
361
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
362
|
+
dependencies = [
|
|
363
|
+
"lock_api",
|
|
364
|
+
"parking_lot_core",
|
|
365
|
+
]
|
|
366
|
+
|
|
367
|
+
[[package]]
|
|
368
|
+
name = "parking_lot_core"
|
|
369
|
+
version = "0.9.12"
|
|
370
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
371
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
372
|
+
dependencies = [
|
|
373
|
+
"cfg-if",
|
|
374
|
+
"libc",
|
|
375
|
+
"redox_syscall",
|
|
376
|
+
"smallvec",
|
|
377
|
+
"windows-link",
|
|
378
|
+
]
|
|
379
|
+
|
|
380
|
+
[[package]]
|
|
381
|
+
name = "phf"
|
|
382
|
+
version = "0.11.3"
|
|
383
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
384
|
+
checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
|
|
385
|
+
dependencies = [
|
|
386
|
+
"phf_shared",
|
|
387
|
+
]
|
|
388
|
+
|
|
389
|
+
[[package]]
|
|
390
|
+
name = "phf_codegen"
|
|
391
|
+
version = "0.11.3"
|
|
392
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
393
|
+
checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
|
|
394
|
+
dependencies = [
|
|
395
|
+
"phf_generator",
|
|
396
|
+
"phf_shared",
|
|
397
|
+
]
|
|
398
|
+
|
|
399
|
+
[[package]]
|
|
400
|
+
name = "phf_generator"
|
|
401
|
+
version = "0.11.3"
|
|
402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
403
|
+
checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
|
|
404
|
+
dependencies = [
|
|
405
|
+
"phf_shared",
|
|
406
|
+
"rand",
|
|
407
|
+
]
|
|
408
|
+
|
|
409
|
+
[[package]]
|
|
410
|
+
name = "phf_shared"
|
|
411
|
+
version = "0.11.3"
|
|
412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
413
|
+
checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
|
|
414
|
+
dependencies = [
|
|
415
|
+
"siphasher",
|
|
416
|
+
]
|
|
417
|
+
|
|
418
|
+
[[package]]
|
|
419
|
+
name = "portable-atomic"
|
|
420
|
+
version = "1.13.1"
|
|
421
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
422
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
423
|
+
|
|
424
|
+
[[package]]
|
|
425
|
+
name = "precomputed-hash"
|
|
426
|
+
version = "0.1.1"
|
|
427
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
428
|
+
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
429
|
+
|
|
430
|
+
[[package]]
|
|
431
|
+
name = "pretty_assertions"
|
|
432
|
+
version = "1.4.1"
|
|
433
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
434
|
+
checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
|
|
435
|
+
dependencies = [
|
|
436
|
+
"diff",
|
|
437
|
+
"yansi",
|
|
438
|
+
]
|
|
439
|
+
|
|
440
|
+
[[package]]
|
|
441
|
+
name = "proc-macro2"
|
|
442
|
+
version = "1.0.106"
|
|
443
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
444
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
445
|
+
dependencies = [
|
|
446
|
+
"unicode-ident",
|
|
447
|
+
]
|
|
448
|
+
|
|
449
|
+
[[package]]
|
|
450
|
+
name = "pyo3"
|
|
451
|
+
version = "0.22.6"
|
|
452
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
453
|
+
checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
|
|
454
|
+
dependencies = [
|
|
455
|
+
"cfg-if",
|
|
456
|
+
"indoc",
|
|
457
|
+
"libc",
|
|
458
|
+
"memoffset",
|
|
459
|
+
"once_cell",
|
|
460
|
+
"portable-atomic",
|
|
461
|
+
"pyo3-build-config",
|
|
462
|
+
"pyo3-ffi",
|
|
463
|
+
"pyo3-macros",
|
|
464
|
+
"unindent",
|
|
465
|
+
]
|
|
466
|
+
|
|
467
|
+
[[package]]
|
|
468
|
+
name = "pyo3-build-config"
|
|
469
|
+
version = "0.22.6"
|
|
470
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
471
|
+
checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
|
|
472
|
+
dependencies = [
|
|
473
|
+
"once_cell",
|
|
474
|
+
"target-lexicon",
|
|
475
|
+
]
|
|
476
|
+
|
|
477
|
+
[[package]]
|
|
478
|
+
name = "pyo3-ffi"
|
|
479
|
+
version = "0.22.6"
|
|
480
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
481
|
+
checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
|
|
482
|
+
dependencies = [
|
|
483
|
+
"libc",
|
|
484
|
+
"pyo3-build-config",
|
|
485
|
+
]
|
|
486
|
+
|
|
487
|
+
[[package]]
|
|
488
|
+
name = "pyo3-macros"
|
|
489
|
+
version = "0.22.6"
|
|
490
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
491
|
+
checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
|
|
492
|
+
dependencies = [
|
|
493
|
+
"proc-macro2",
|
|
494
|
+
"pyo3-macros-backend",
|
|
495
|
+
"quote",
|
|
496
|
+
"syn",
|
|
497
|
+
]
|
|
498
|
+
|
|
499
|
+
[[package]]
|
|
500
|
+
name = "pyo3-macros-backend"
|
|
501
|
+
version = "0.22.6"
|
|
502
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
|
+
checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
|
|
504
|
+
dependencies = [
|
|
505
|
+
"heck",
|
|
506
|
+
"proc-macro2",
|
|
507
|
+
"pyo3-build-config",
|
|
508
|
+
"quote",
|
|
509
|
+
"syn",
|
|
510
|
+
]
|
|
511
|
+
|
|
512
|
+
[[package]]
|
|
513
|
+
name = "quote"
|
|
514
|
+
version = "1.0.45"
|
|
515
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
516
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
517
|
+
dependencies = [
|
|
518
|
+
"proc-macro2",
|
|
519
|
+
]
|
|
520
|
+
|
|
521
|
+
[[package]]
|
|
522
|
+
name = "rand"
|
|
523
|
+
version = "0.8.6"
|
|
524
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
525
|
+
checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a"
|
|
526
|
+
dependencies = [
|
|
527
|
+
"rand_core",
|
|
528
|
+
]
|
|
529
|
+
|
|
530
|
+
[[package]]
|
|
531
|
+
name = "rand_core"
|
|
532
|
+
version = "0.6.4"
|
|
533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
534
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
535
|
+
|
|
536
|
+
[[package]]
|
|
537
|
+
name = "redox_syscall"
|
|
538
|
+
version = "0.5.18"
|
|
539
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
540
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
541
|
+
dependencies = [
|
|
542
|
+
"bitflags",
|
|
543
|
+
]
|
|
544
|
+
|
|
545
|
+
[[package]]
|
|
546
|
+
name = "regex"
|
|
547
|
+
version = "1.13.0"
|
|
548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
549
|
+
checksum = "2a0e75113e14dc5acb068cd0786884f214f1312650a3d36d269f5c4f3cdee8a2"
|
|
550
|
+
dependencies = [
|
|
551
|
+
"aho-corasick",
|
|
552
|
+
"memchr",
|
|
553
|
+
"regex-automata",
|
|
554
|
+
"regex-syntax",
|
|
555
|
+
]
|
|
556
|
+
|
|
557
|
+
[[package]]
|
|
558
|
+
name = "regex-automata"
|
|
559
|
+
version = "0.4.15"
|
|
560
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
561
|
+
checksum = "1f388202e4b80542a0921078cc23b6333bcf1409c1e3f86404cae4766a6131db"
|
|
562
|
+
dependencies = [
|
|
563
|
+
"aho-corasick",
|
|
564
|
+
"memchr",
|
|
565
|
+
"regex-syntax",
|
|
566
|
+
]
|
|
567
|
+
|
|
568
|
+
[[package]]
|
|
569
|
+
name = "regex-syntax"
|
|
570
|
+
version = "0.8.11"
|
|
571
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
572
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
573
|
+
|
|
574
|
+
[[package]]
|
|
575
|
+
name = "rustversion"
|
|
576
|
+
version = "1.0.23"
|
|
577
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
578
|
+
checksum = "cf54715a573b99ac80df0bc206da022bcd442c974952c7b9720069370852e21f"
|
|
579
|
+
|
|
580
|
+
[[package]]
|
|
581
|
+
name = "same-file"
|
|
582
|
+
version = "1.0.6"
|
|
583
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
584
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
585
|
+
dependencies = [
|
|
586
|
+
"winapi-util",
|
|
587
|
+
]
|
|
588
|
+
|
|
589
|
+
[[package]]
|
|
590
|
+
name = "scopeguard"
|
|
591
|
+
version = "1.2.0"
|
|
592
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
593
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
594
|
+
|
|
595
|
+
[[package]]
|
|
596
|
+
name = "semver"
|
|
597
|
+
version = "1.0.28"
|
|
598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
600
|
+
|
|
601
|
+
[[package]]
|
|
602
|
+
name = "serde"
|
|
603
|
+
version = "1.0.228"
|
|
604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
606
|
+
dependencies = [
|
|
607
|
+
"serde_core",
|
|
608
|
+
"serde_derive",
|
|
609
|
+
]
|
|
610
|
+
|
|
611
|
+
[[package]]
|
|
612
|
+
name = "serde_core"
|
|
613
|
+
version = "1.0.228"
|
|
614
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
615
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
616
|
+
dependencies = [
|
|
617
|
+
"serde_derive",
|
|
618
|
+
]
|
|
619
|
+
|
|
620
|
+
[[package]]
|
|
621
|
+
name = "serde_derive"
|
|
622
|
+
version = "1.0.228"
|
|
623
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
624
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
625
|
+
dependencies = [
|
|
626
|
+
"proc-macro2",
|
|
627
|
+
"quote",
|
|
628
|
+
"syn",
|
|
629
|
+
]
|
|
630
|
+
|
|
631
|
+
[[package]]
|
|
632
|
+
name = "serde_json"
|
|
633
|
+
version = "1.0.150"
|
|
634
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
635
|
+
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
|
636
|
+
dependencies = [
|
|
637
|
+
"itoa",
|
|
638
|
+
"memchr",
|
|
639
|
+
"serde",
|
|
640
|
+
"serde_core",
|
|
641
|
+
"zmij",
|
|
642
|
+
]
|
|
643
|
+
|
|
644
|
+
[[package]]
|
|
645
|
+
name = "siphasher"
|
|
646
|
+
version = "1.0.3"
|
|
647
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
648
|
+
checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649"
|
|
649
|
+
|
|
650
|
+
[[package]]
|
|
651
|
+
name = "smallvec"
|
|
652
|
+
version = "1.15.2"
|
|
653
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
654
|
+
checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90"
|
|
655
|
+
|
|
656
|
+
[[package]]
|
|
657
|
+
name = "string_cache"
|
|
658
|
+
version = "0.8.9"
|
|
659
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
+
checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
|
|
661
|
+
dependencies = [
|
|
662
|
+
"new_debug_unreachable",
|
|
663
|
+
"parking_lot",
|
|
664
|
+
"phf_shared",
|
|
665
|
+
"precomputed-hash",
|
|
666
|
+
"serde",
|
|
667
|
+
]
|
|
668
|
+
|
|
669
|
+
[[package]]
|
|
670
|
+
name = "string_cache_codegen"
|
|
671
|
+
version = "0.5.4"
|
|
672
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
673
|
+
checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
|
|
674
|
+
dependencies = [
|
|
675
|
+
"phf_generator",
|
|
676
|
+
"phf_shared",
|
|
677
|
+
"proc-macro2",
|
|
678
|
+
"quote",
|
|
679
|
+
]
|
|
680
|
+
|
|
681
|
+
[[package]]
|
|
682
|
+
name = "syn"
|
|
683
|
+
version = "2.0.118"
|
|
684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
685
|
+
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
|
|
686
|
+
dependencies = [
|
|
687
|
+
"proc-macro2",
|
|
688
|
+
"quote",
|
|
689
|
+
"unicode-ident",
|
|
690
|
+
]
|
|
691
|
+
|
|
692
|
+
[[package]]
|
|
693
|
+
name = "target-lexicon"
|
|
694
|
+
version = "0.12.16"
|
|
695
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
696
|
+
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
697
|
+
|
|
698
|
+
[[package]]
|
|
699
|
+
name = "tendril"
|
|
700
|
+
version = "0.4.3"
|
|
701
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
|
+
checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
|
|
703
|
+
dependencies = [
|
|
704
|
+
"futf",
|
|
705
|
+
"mac",
|
|
706
|
+
"utf-8",
|
|
707
|
+
]
|
|
708
|
+
|
|
709
|
+
[[package]]
|
|
710
|
+
name = "thiserror"
|
|
711
|
+
version = "1.0.69"
|
|
712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
714
|
+
dependencies = [
|
|
715
|
+
"thiserror-impl",
|
|
716
|
+
]
|
|
717
|
+
|
|
718
|
+
[[package]]
|
|
719
|
+
name = "thiserror-impl"
|
|
720
|
+
version = "1.0.69"
|
|
721
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
722
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
723
|
+
dependencies = [
|
|
724
|
+
"proc-macro2",
|
|
725
|
+
"quote",
|
|
726
|
+
"syn",
|
|
727
|
+
]
|
|
728
|
+
|
|
729
|
+
[[package]]
|
|
730
|
+
name = "unicode-ident"
|
|
731
|
+
version = "1.0.24"
|
|
732
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
733
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
734
|
+
|
|
735
|
+
[[package]]
|
|
736
|
+
name = "unicode-segmentation"
|
|
737
|
+
version = "1.13.3"
|
|
738
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
739
|
+
checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8"
|
|
740
|
+
|
|
741
|
+
[[package]]
|
|
742
|
+
name = "unindent"
|
|
743
|
+
version = "0.2.4"
|
|
744
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
745
|
+
checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
746
|
+
|
|
747
|
+
[[package]]
|
|
748
|
+
name = "utf-8"
|
|
749
|
+
version = "0.7.6"
|
|
750
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
751
|
+
checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
|
|
752
|
+
|
|
753
|
+
[[package]]
|
|
754
|
+
name = "walkdir"
|
|
755
|
+
version = "2.5.0"
|
|
756
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
757
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
758
|
+
dependencies = [
|
|
759
|
+
"same-file",
|
|
760
|
+
"winapi-util",
|
|
761
|
+
]
|
|
762
|
+
|
|
763
|
+
[[package]]
|
|
764
|
+
name = "winapi-util"
|
|
765
|
+
version = "0.1.11"
|
|
766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
767
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
768
|
+
dependencies = [
|
|
769
|
+
"windows-sys 0.61.2",
|
|
770
|
+
]
|
|
771
|
+
|
|
772
|
+
[[package]]
|
|
773
|
+
name = "windows-link"
|
|
774
|
+
version = "0.2.1"
|
|
775
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
776
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
777
|
+
|
|
778
|
+
[[package]]
|
|
779
|
+
name = "windows-sys"
|
|
780
|
+
version = "0.45.0"
|
|
781
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
782
|
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
783
|
+
dependencies = [
|
|
784
|
+
"windows-targets",
|
|
785
|
+
]
|
|
786
|
+
|
|
787
|
+
[[package]]
|
|
788
|
+
name = "windows-sys"
|
|
789
|
+
version = "0.61.2"
|
|
790
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
791
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
792
|
+
dependencies = [
|
|
793
|
+
"windows-link",
|
|
794
|
+
]
|
|
795
|
+
|
|
796
|
+
[[package]]
|
|
797
|
+
name = "windows-targets"
|
|
798
|
+
version = "0.42.2"
|
|
799
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
800
|
+
checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
|
|
801
|
+
dependencies = [
|
|
802
|
+
"windows_aarch64_gnullvm",
|
|
803
|
+
"windows_aarch64_msvc",
|
|
804
|
+
"windows_i686_gnu",
|
|
805
|
+
"windows_i686_msvc",
|
|
806
|
+
"windows_x86_64_gnu",
|
|
807
|
+
"windows_x86_64_gnullvm",
|
|
808
|
+
"windows_x86_64_msvc",
|
|
809
|
+
]
|
|
810
|
+
|
|
811
|
+
[[package]]
|
|
812
|
+
name = "windows_aarch64_gnullvm"
|
|
813
|
+
version = "0.42.2"
|
|
814
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
815
|
+
checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
|
|
816
|
+
|
|
817
|
+
[[package]]
|
|
818
|
+
name = "windows_aarch64_msvc"
|
|
819
|
+
version = "0.42.2"
|
|
820
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
821
|
+
checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
|
|
822
|
+
|
|
823
|
+
[[package]]
|
|
824
|
+
name = "windows_i686_gnu"
|
|
825
|
+
version = "0.42.2"
|
|
826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
827
|
+
checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
|
|
828
|
+
|
|
829
|
+
[[package]]
|
|
830
|
+
name = "windows_i686_msvc"
|
|
831
|
+
version = "0.42.2"
|
|
832
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
833
|
+
checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
|
|
834
|
+
|
|
835
|
+
[[package]]
|
|
836
|
+
name = "windows_x86_64_gnu"
|
|
837
|
+
version = "0.42.2"
|
|
838
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
839
|
+
checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
|
|
840
|
+
|
|
841
|
+
[[package]]
|
|
842
|
+
name = "windows_x86_64_gnullvm"
|
|
843
|
+
version = "0.42.2"
|
|
844
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
845
|
+
checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
|
|
846
|
+
|
|
847
|
+
[[package]]
|
|
848
|
+
name = "windows_x86_64_msvc"
|
|
849
|
+
version = "0.42.2"
|
|
850
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
851
|
+
checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
|
|
852
|
+
|
|
853
|
+
[[package]]
|
|
854
|
+
name = "xml5ever"
|
|
855
|
+
version = "0.20.0"
|
|
856
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
857
|
+
checksum = "2278b4bf33071ba8e30368a59436c65eec8e01c49d5c29b3dfeb0cdc45331383"
|
|
858
|
+
dependencies = [
|
|
859
|
+
"log",
|
|
860
|
+
"mac",
|
|
861
|
+
"markup5ever",
|
|
862
|
+
]
|
|
863
|
+
|
|
864
|
+
[[package]]
|
|
865
|
+
name = "yansi"
|
|
866
|
+
version = "1.0.1"
|
|
867
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
868
|
+
checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
|
|
869
|
+
|
|
870
|
+
[[package]]
|
|
871
|
+
name = "zmij"
|
|
872
|
+
version = "1.0.21"
|
|
873
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
874
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|