mathematical 1.6.18 → 1.7.0
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/README.md +26 -16
- data/Rakefile +80 -17
- data/ext/mathematical/CMakeLists.txt +23 -43
- data/ext/mathematical/extconf.rb +70 -24
- data/ext/mathematical/lasem_overrides.c +4 -8
- data/ext/mathematical/mathematical.c +7 -9
- data/ext/mathematical/mtex2MML/CMakeLists.txt +5 -5
- data/ext/mathematical/mtex2MML/README.md +19 -19
- data/ext/mathematical/mtex2MML/deps/uthash/package.json +2 -1
- data/ext/mathematical/mtex2MML/deps/uthash/utarray.h +35 -22
- data/ext/mathematical/mtex2MML/deps/uthash/uthash.h +524 -458
- data/ext/mathematical/mtex2MML/deps/uthash/utlist.h +255 -74
- data/ext/mathematical/mtex2MML/deps/uthash/utringbuffer.h +14 -14
- data/ext/mathematical/mtex2MML/deps/uthash/utstack.h +88 -0
- data/ext/mathematical/mtex2MML/deps/uthash/utstring.h +34 -25
- data/ext/mathematical/mtex2MML/script/cibuild +5 -48
- data/ext/mathematical/mtex2MML/script/test-quick +48 -0
- data/ext/mathematical/mtex2MML/src/environment.c +5 -1
- data/ext/mathematical/mtex2MML/tests/mathjax.c +591 -591
- data/ext/pulldown-latex/Cargo.lock +1833 -0
- data/fonts/cmex10.ttf +0 -0
- data/fonts/cmmi10.ttf +0 -0
- data/fonts/cmr10.ttf +0 -0
- data/fonts/cmsy10.ttf +0 -0
- data/fonts/eufm10.ttf +0 -0
- data/fonts/fonts.conf +11 -0
- data/fonts/msam10.ttf +0 -0
- data/fonts/msbm10.ttf +0 -0
- data/lib/mathematical/version.rb +1 -1
- data/lib/mathematical.rb +16 -1
- data/mathematical.gemspec +7 -3
- metadata +42 -14
- data/ext/mathematical/mtex2MML/appveyor.yml +0 -35
|
@@ -0,0 +1,1833 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 3
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "aho-corasick"
|
|
7
|
+
version = "1.1.3"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"memchr",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
[[package]]
|
|
15
|
+
name = "anes"
|
|
16
|
+
version = "0.1.6"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "anstream"
|
|
22
|
+
version = "0.2.5"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "2abc612600451a4beeff27bf046474b29f7eab30b15846975949f30f9e54afad"
|
|
25
|
+
dependencies = [
|
|
26
|
+
"anstyle 0.3.5",
|
|
27
|
+
"anstyle-parse 0.1.0",
|
|
28
|
+
"anstyle-wincon 0.2.0",
|
|
29
|
+
"concolor-override",
|
|
30
|
+
"concolor-query",
|
|
31
|
+
"is-terminal",
|
|
32
|
+
"utf8parse",
|
|
33
|
+
]
|
|
34
|
+
|
|
35
|
+
[[package]]
|
|
36
|
+
name = "anstream"
|
|
37
|
+
version = "0.6.18"
|
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
+
checksum = "8acc5369981196006228e28809f761875c0327210a891e941f4c683b3a99529b"
|
|
40
|
+
dependencies = [
|
|
41
|
+
"anstyle 1.0.10",
|
|
42
|
+
"anstyle-parse 0.2.6",
|
|
43
|
+
"anstyle-query",
|
|
44
|
+
"anstyle-wincon 3.0.6",
|
|
45
|
+
"colorchoice",
|
|
46
|
+
"is_terminal_polyfill",
|
|
47
|
+
"utf8parse",
|
|
48
|
+
]
|
|
49
|
+
|
|
50
|
+
[[package]]
|
|
51
|
+
name = "anstyle"
|
|
52
|
+
version = "0.3.5"
|
|
53
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
+
checksum = "23ea9e81bd02e310c216d080f6223c179012256e5151c41db88d12c88a1684d2"
|
|
55
|
+
|
|
56
|
+
[[package]]
|
|
57
|
+
name = "anstyle"
|
|
58
|
+
version = "1.0.10"
|
|
59
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
60
|
+
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
61
|
+
|
|
62
|
+
[[package]]
|
|
63
|
+
name = "anstyle-parse"
|
|
64
|
+
version = "0.1.0"
|
|
65
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
+
checksum = "e7f2360dcc613cdbc517b980de2a56874c6e715db3e37256721faabed99ccf0f"
|
|
67
|
+
dependencies = [
|
|
68
|
+
"utf8parse",
|
|
69
|
+
]
|
|
70
|
+
|
|
71
|
+
[[package]]
|
|
72
|
+
name = "anstyle-parse"
|
|
73
|
+
version = "0.2.6"
|
|
74
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
+
checksum = "3b2d16507662817a6a20a9ea92df6652ee4f94f914589377d69f3b21bc5798a9"
|
|
76
|
+
dependencies = [
|
|
77
|
+
"utf8parse",
|
|
78
|
+
]
|
|
79
|
+
|
|
80
|
+
[[package]]
|
|
81
|
+
name = "anstyle-query"
|
|
82
|
+
version = "1.1.2"
|
|
83
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
84
|
+
checksum = "79947af37f4177cfead1110013d678905c37501914fba0efea834c3fe9a8d60c"
|
|
85
|
+
dependencies = [
|
|
86
|
+
"windows-sys 0.59.0",
|
|
87
|
+
]
|
|
88
|
+
|
|
89
|
+
[[package]]
|
|
90
|
+
name = "anstyle-wincon"
|
|
91
|
+
version = "0.2.0"
|
|
92
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
93
|
+
checksum = "c3127af6145b149f3287bb9a0d10ad9c5692dba8c53ad48285e5bec4063834fa"
|
|
94
|
+
dependencies = [
|
|
95
|
+
"anstyle 0.3.5",
|
|
96
|
+
"windows-sys 0.45.0",
|
|
97
|
+
]
|
|
98
|
+
|
|
99
|
+
[[package]]
|
|
100
|
+
name = "anstyle-wincon"
|
|
101
|
+
version = "3.0.6"
|
|
102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
103
|
+
checksum = "2109dbce0e72be3ec00bed26e6a7479ca384ad226efdd66db8fa2e3a38c83125"
|
|
104
|
+
dependencies = [
|
|
105
|
+
"anstyle 1.0.10",
|
|
106
|
+
"windows-sys 0.59.0",
|
|
107
|
+
]
|
|
108
|
+
|
|
109
|
+
[[package]]
|
|
110
|
+
name = "anyhow"
|
|
111
|
+
version = "1.0.0"
|
|
112
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
113
|
+
checksum = "a9ff2deb543832ee7b1a08060c38cc6af5816e96d3fcb6fc2e99bd15634e5c7f"
|
|
114
|
+
|
|
115
|
+
[[package]]
|
|
116
|
+
name = "arc-swap"
|
|
117
|
+
version = "0.4.0"
|
|
118
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
119
|
+
checksum = "6e43c468bcaa343ddcad9e46806e066e39f62434898b20f5af21261da910d5c7"
|
|
120
|
+
|
|
121
|
+
[[package]]
|
|
122
|
+
name = "autocfg"
|
|
123
|
+
version = "1.0.0"
|
|
124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
125
|
+
checksum = "f8aac770f1885fd7e387acedd76065302551364496e46b3dd00860b2f8359b9d"
|
|
126
|
+
|
|
127
|
+
[[package]]
|
|
128
|
+
name = "base64"
|
|
129
|
+
version = "0.21.7"
|
|
130
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
131
|
+
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
132
|
+
|
|
133
|
+
[[package]]
|
|
134
|
+
name = "base64"
|
|
135
|
+
version = "0.22.1"
|
|
136
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
137
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
138
|
+
|
|
139
|
+
[[package]]
|
|
140
|
+
name = "bitflags"
|
|
141
|
+
version = "1.2.1"
|
|
142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
143
|
+
checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
|
|
144
|
+
|
|
145
|
+
[[package]]
|
|
146
|
+
name = "bitflags"
|
|
147
|
+
version = "2.2.1"
|
|
148
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
149
|
+
checksum = "24a6904aef64d73cf10ab17ebace7befb918b82164785cb89907993be7f83813"
|
|
150
|
+
|
|
151
|
+
[[package]]
|
|
152
|
+
name = "bumpalo"
|
|
153
|
+
version = "3.16.0"
|
|
154
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
155
|
+
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
156
|
+
|
|
157
|
+
[[package]]
|
|
158
|
+
name = "bytes"
|
|
159
|
+
version = "0.5.3"
|
|
160
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
161
|
+
checksum = "10004c15deb332055f7a4a208190aed362cf9a7c2f6ab70a305fba50e1105f38"
|
|
162
|
+
|
|
163
|
+
[[package]]
|
|
164
|
+
name = "bytes"
|
|
165
|
+
version = "1.8.0"
|
|
166
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
167
|
+
checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da"
|
|
168
|
+
|
|
169
|
+
[[package]]
|
|
170
|
+
name = "cast"
|
|
171
|
+
version = "0.3.0"
|
|
172
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
173
|
+
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
174
|
+
|
|
175
|
+
[[package]]
|
|
176
|
+
name = "cc"
|
|
177
|
+
version = "1.0.61"
|
|
178
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
179
|
+
checksum = "ed67cbde08356238e75fc4656be4749481eeffb09e19f320a25237d5221c985d"
|
|
180
|
+
|
|
181
|
+
[[package]]
|
|
182
|
+
name = "cfg-if"
|
|
183
|
+
version = "0.1.2"
|
|
184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
+
checksum = "d4c819a1287eb618df47cc647173c5c4c66ba19d888a6e50d605672aed3140de"
|
|
186
|
+
|
|
187
|
+
[[package]]
|
|
188
|
+
name = "cfg-if"
|
|
189
|
+
version = "1.0.0"
|
|
190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
+
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
192
|
+
|
|
193
|
+
[[package]]
|
|
194
|
+
name = "ciborium"
|
|
195
|
+
version = "0.2.2"
|
|
196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
197
|
+
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
198
|
+
dependencies = [
|
|
199
|
+
"ciborium-io",
|
|
200
|
+
"ciborium-ll",
|
|
201
|
+
"serde",
|
|
202
|
+
]
|
|
203
|
+
|
|
204
|
+
[[package]]
|
|
205
|
+
name = "ciborium-io"
|
|
206
|
+
version = "0.2.2"
|
|
207
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
208
|
+
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
209
|
+
|
|
210
|
+
[[package]]
|
|
211
|
+
name = "ciborium-ll"
|
|
212
|
+
version = "0.2.2"
|
|
213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
214
|
+
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
215
|
+
dependencies = [
|
|
216
|
+
"ciborium-io",
|
|
217
|
+
"half",
|
|
218
|
+
]
|
|
219
|
+
|
|
220
|
+
[[package]]
|
|
221
|
+
name = "clap"
|
|
222
|
+
version = "4.2.0"
|
|
223
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
224
|
+
checksum = "6efb5f0a41b5ef5b50c5da28c07609c20091df0c1fc33d418fa2a7e693c2b624"
|
|
225
|
+
dependencies = [
|
|
226
|
+
"clap_builder",
|
|
227
|
+
"clap_derive",
|
|
228
|
+
"once_cell",
|
|
229
|
+
]
|
|
230
|
+
|
|
231
|
+
[[package]]
|
|
232
|
+
name = "clap_builder"
|
|
233
|
+
version = "4.2.0"
|
|
234
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
235
|
+
checksum = "671fcaa5debda4b9a84aa7fde49c907c8986c0e6ab927e04217c9cb74e7c8bc9"
|
|
236
|
+
dependencies = [
|
|
237
|
+
"anstream 0.2.5",
|
|
238
|
+
"anstyle 0.3.5",
|
|
239
|
+
"bitflags 1.2.1",
|
|
240
|
+
"clap_lex",
|
|
241
|
+
"strsim",
|
|
242
|
+
]
|
|
243
|
+
|
|
244
|
+
[[package]]
|
|
245
|
+
name = "clap_derive"
|
|
246
|
+
version = "4.2.0"
|
|
247
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
248
|
+
checksum = "3f9644cd56d6b87dbe899ef8b053e331c0637664e9e21a33dfcdc36093f5c5c4"
|
|
249
|
+
dependencies = [
|
|
250
|
+
"heck 0.4.0",
|
|
251
|
+
"proc-macro2 1.0.89",
|
|
252
|
+
"quote 1.0.35",
|
|
253
|
+
"syn 2.0.87",
|
|
254
|
+
]
|
|
255
|
+
|
|
256
|
+
[[package]]
|
|
257
|
+
name = "clap_lex"
|
|
258
|
+
version = "0.4.0"
|
|
259
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
260
|
+
checksum = "4f0807fb6f644c83f3e4ec014fec9858c1c8b26a7db8eb5f0bde5817df9c1df7"
|
|
261
|
+
|
|
262
|
+
[[package]]
|
|
263
|
+
name = "colorchoice"
|
|
264
|
+
version = "1.0.3"
|
|
265
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
266
|
+
checksum = "5b63caa9aa9397e2d9480a9b13673856c78d8ac123288526c37d7839f2a86990"
|
|
267
|
+
|
|
268
|
+
[[package]]
|
|
269
|
+
name = "concolor-override"
|
|
270
|
+
version = "1.0.0"
|
|
271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
272
|
+
checksum = "a855d4a1978dc52fb0536a04d384c2c0c1aa273597f08b77c8c4d3b2eec6037f"
|
|
273
|
+
|
|
274
|
+
[[package]]
|
|
275
|
+
name = "concolor-query"
|
|
276
|
+
version = "0.3.1"
|
|
277
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
278
|
+
checksum = "e26417f76e1387253c4d2bdac4de27c3f1ff9b78d1c0c07ce35f88bc7eb697fd"
|
|
279
|
+
dependencies = [
|
|
280
|
+
"windows-sys 0.45.0",
|
|
281
|
+
]
|
|
282
|
+
|
|
283
|
+
[[package]]
|
|
284
|
+
name = "cookie"
|
|
285
|
+
version = "0.16.0"
|
|
286
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
287
|
+
checksum = "94d4706de1b0fa5b132270cddffa8585166037822e260a944fe161acd137ca05"
|
|
288
|
+
dependencies = [
|
|
289
|
+
"time",
|
|
290
|
+
"version_check",
|
|
291
|
+
]
|
|
292
|
+
|
|
293
|
+
[[package]]
|
|
294
|
+
name = "cookie"
|
|
295
|
+
version = "0.18.1"
|
|
296
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
297
|
+
checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747"
|
|
298
|
+
dependencies = [
|
|
299
|
+
"percent-encoding",
|
|
300
|
+
"time",
|
|
301
|
+
"version_check",
|
|
302
|
+
]
|
|
303
|
+
|
|
304
|
+
[[package]]
|
|
305
|
+
name = "core-foundation"
|
|
306
|
+
version = "0.6.3"
|
|
307
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
308
|
+
checksum = "4e2640d6d0bf22e82bed1b73c6aef8d5dd31e5abe6666c57e6d45e2649f4f887"
|
|
309
|
+
dependencies = [
|
|
310
|
+
"core-foundation-sys",
|
|
311
|
+
"libc",
|
|
312
|
+
]
|
|
313
|
+
|
|
314
|
+
[[package]]
|
|
315
|
+
name = "core-foundation-sys"
|
|
316
|
+
version = "0.6.2"
|
|
317
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
318
|
+
checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
|
|
319
|
+
|
|
320
|
+
[[package]]
|
|
321
|
+
name = "criterion"
|
|
322
|
+
version = "0.5.1"
|
|
323
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
324
|
+
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
|
325
|
+
dependencies = [
|
|
326
|
+
"anes",
|
|
327
|
+
"cast",
|
|
328
|
+
"ciborium",
|
|
329
|
+
"clap",
|
|
330
|
+
"criterion-plot",
|
|
331
|
+
"is-terminal",
|
|
332
|
+
"itertools",
|
|
333
|
+
"num-traits",
|
|
334
|
+
"once_cell",
|
|
335
|
+
"oorandom",
|
|
336
|
+
"plotters",
|
|
337
|
+
"rayon",
|
|
338
|
+
"regex",
|
|
339
|
+
"serde",
|
|
340
|
+
"serde_derive",
|
|
341
|
+
"serde_json",
|
|
342
|
+
"tinytemplate",
|
|
343
|
+
"walkdir",
|
|
344
|
+
]
|
|
345
|
+
|
|
346
|
+
[[package]]
|
|
347
|
+
name = "criterion-plot"
|
|
348
|
+
version = "0.5.0"
|
|
349
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
350
|
+
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
|
351
|
+
dependencies = [
|
|
352
|
+
"cast",
|
|
353
|
+
"itertools",
|
|
354
|
+
]
|
|
355
|
+
|
|
356
|
+
[[package]]
|
|
357
|
+
name = "crossbeam-deque"
|
|
358
|
+
version = "0.8.5"
|
|
359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
360
|
+
checksum = "613f8cc01fe9cf1a3eb3d7f488fd2fa8388403e97039e2f73692932e291a770d"
|
|
361
|
+
dependencies = [
|
|
362
|
+
"crossbeam-epoch",
|
|
363
|
+
"crossbeam-utils",
|
|
364
|
+
]
|
|
365
|
+
|
|
366
|
+
[[package]]
|
|
367
|
+
name = "crossbeam-epoch"
|
|
368
|
+
version = "0.9.18"
|
|
369
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
370
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
371
|
+
dependencies = [
|
|
372
|
+
"crossbeam-utils",
|
|
373
|
+
]
|
|
374
|
+
|
|
375
|
+
[[package]]
|
|
376
|
+
name = "crossbeam-utils"
|
|
377
|
+
version = "0.8.20"
|
|
378
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
379
|
+
checksum = "22ec99545bb0ed0ea7bb9b8e1e9122ea386ff8a48c0922e43f36d45ab09e0e80"
|
|
380
|
+
|
|
381
|
+
[[package]]
|
|
382
|
+
name = "crunchy"
|
|
383
|
+
version = "0.2.2"
|
|
384
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
385
|
+
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
386
|
+
|
|
387
|
+
[[package]]
|
|
388
|
+
name = "ctor"
|
|
389
|
+
version = "0.1.0"
|
|
390
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
391
|
+
checksum = "0bd76716a6725874a1e62a0e500b582337a0c1bc2d9f45e808df28fd63bc0e89"
|
|
392
|
+
dependencies = [
|
|
393
|
+
"quote 0.6.10",
|
|
394
|
+
"syn 0.15.22",
|
|
395
|
+
]
|
|
396
|
+
|
|
397
|
+
[[package]]
|
|
398
|
+
name = "either"
|
|
399
|
+
version = "1.13.0"
|
|
400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
401
|
+
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
402
|
+
|
|
403
|
+
[[package]]
|
|
404
|
+
name = "errno"
|
|
405
|
+
version = "0.3.0"
|
|
406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
+
checksum = "50d6a0976c999d473fe89ad888d5a284e55366d9dc9038b1ba2aa15128c4afa0"
|
|
408
|
+
dependencies = [
|
|
409
|
+
"errno-dragonfly",
|
|
410
|
+
"libc",
|
|
411
|
+
"windows-sys 0.45.0",
|
|
412
|
+
]
|
|
413
|
+
|
|
414
|
+
[[package]]
|
|
415
|
+
name = "errno-dragonfly"
|
|
416
|
+
version = "0.1.1"
|
|
417
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
418
|
+
checksum = "14ca354e36190500e1e1fb267c647932382b54053c50b14970856c0b00a35067"
|
|
419
|
+
dependencies = [
|
|
420
|
+
"gcc",
|
|
421
|
+
"libc",
|
|
422
|
+
]
|
|
423
|
+
|
|
424
|
+
[[package]]
|
|
425
|
+
name = "escape8259"
|
|
426
|
+
version = "0.5.2"
|
|
427
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
428
|
+
checksum = "ba4f4911e3666fcd7826997b4745c8224295a6f3072f1418c3067b97a67557ee"
|
|
429
|
+
dependencies = [
|
|
430
|
+
"rustversion",
|
|
431
|
+
]
|
|
432
|
+
|
|
433
|
+
[[package]]
|
|
434
|
+
name = "fantoccini"
|
|
435
|
+
version = "0.21.2"
|
|
436
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
|
+
checksum = "dd52b63e98251013cd5a9e881b9d460fc530e5df4eec58930c9694d6497c53e5"
|
|
438
|
+
dependencies = [
|
|
439
|
+
"base64 0.22.1",
|
|
440
|
+
"cookie 0.18.1",
|
|
441
|
+
"futures-core",
|
|
442
|
+
"futures-util",
|
|
443
|
+
"http 1.1.0",
|
|
444
|
+
"http-body-util",
|
|
445
|
+
"hyper",
|
|
446
|
+
"hyper-tls",
|
|
447
|
+
"hyper-util",
|
|
448
|
+
"mime",
|
|
449
|
+
"openssl",
|
|
450
|
+
"serde",
|
|
451
|
+
"serde_json",
|
|
452
|
+
"time",
|
|
453
|
+
"tokio",
|
|
454
|
+
"url",
|
|
455
|
+
"webdriver",
|
|
456
|
+
]
|
|
457
|
+
|
|
458
|
+
[[package]]
|
|
459
|
+
name = "fnv"
|
|
460
|
+
version = "1.0.5"
|
|
461
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
462
|
+
checksum = "6cc484842f1e2884faf56f529f960cc12ad8c71ce96cc7abba0a067c98fee344"
|
|
463
|
+
|
|
464
|
+
[[package]]
|
|
465
|
+
name = "foreign-types"
|
|
466
|
+
version = "0.3.1"
|
|
467
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
468
|
+
checksum = "a21b40436003b2a1e22483c5ed6c3d25e755b6b3120f601cc22aa57e25dc9065"
|
|
469
|
+
dependencies = [
|
|
470
|
+
"foreign-types-shared",
|
|
471
|
+
]
|
|
472
|
+
|
|
473
|
+
[[package]]
|
|
474
|
+
name = "foreign-types-shared"
|
|
475
|
+
version = "0.1.0"
|
|
476
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
477
|
+
checksum = "baa1839fc3c5487b5e129ea4f774e3fd84e6c4607127315521bc014a722ebc9e"
|
|
478
|
+
|
|
479
|
+
[[package]]
|
|
480
|
+
name = "form_urlencoded"
|
|
481
|
+
version = "1.2.0"
|
|
482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
483
|
+
checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
|
|
484
|
+
dependencies = [
|
|
485
|
+
"percent-encoding",
|
|
486
|
+
]
|
|
487
|
+
|
|
488
|
+
[[package]]
|
|
489
|
+
name = "fuchsia-zircon"
|
|
490
|
+
version = "0.3.1"
|
|
491
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
492
|
+
checksum = "3b5365afd01fdf916e775a224e844f80b3b9710d0f4f00903e219e859474d7ae"
|
|
493
|
+
dependencies = [
|
|
494
|
+
"bitflags 1.2.1",
|
|
495
|
+
"fuchsia-zircon-sys",
|
|
496
|
+
]
|
|
497
|
+
|
|
498
|
+
[[package]]
|
|
499
|
+
name = "fuchsia-zircon-sys"
|
|
500
|
+
version = "0.3.1"
|
|
501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
502
|
+
checksum = "069def9a0e5feb7e9120635f6ebad24d853a6affbb077fec84d0888316cf9ae6"
|
|
503
|
+
|
|
504
|
+
[[package]]
|
|
505
|
+
name = "futures-channel"
|
|
506
|
+
version = "0.3.0"
|
|
507
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
508
|
+
checksum = "d3f9d78ee44e3067fa297c8c2c2313b98d014be8a3783387c500b50d7b769603"
|
|
509
|
+
dependencies = [
|
|
510
|
+
"futures-core",
|
|
511
|
+
]
|
|
512
|
+
|
|
513
|
+
[[package]]
|
|
514
|
+
name = "futures-core"
|
|
515
|
+
version = "0.3.31"
|
|
516
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
517
|
+
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
518
|
+
|
|
519
|
+
[[package]]
|
|
520
|
+
name = "futures-macro"
|
|
521
|
+
version = "0.3.31"
|
|
522
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
523
|
+
checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
|
|
524
|
+
dependencies = [
|
|
525
|
+
"proc-macro2 1.0.89",
|
|
526
|
+
"quote 1.0.35",
|
|
527
|
+
"syn 2.0.87",
|
|
528
|
+
]
|
|
529
|
+
|
|
530
|
+
[[package]]
|
|
531
|
+
name = "futures-task"
|
|
532
|
+
version = "0.3.31"
|
|
533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
534
|
+
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
535
|
+
|
|
536
|
+
[[package]]
|
|
537
|
+
name = "futures-util"
|
|
538
|
+
version = "0.3.31"
|
|
539
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
540
|
+
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
541
|
+
dependencies = [
|
|
542
|
+
"futures-core",
|
|
543
|
+
"futures-macro",
|
|
544
|
+
"futures-task",
|
|
545
|
+
"pin-project-lite",
|
|
546
|
+
"pin-utils",
|
|
547
|
+
"slab",
|
|
548
|
+
]
|
|
549
|
+
|
|
550
|
+
[[package]]
|
|
551
|
+
name = "gcc"
|
|
552
|
+
version = "0.3.3"
|
|
553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
+
checksum = "0e33f45ff9bef4a33df0e34df4d68ee016762d11f24e8d536e5e294096cc2b96"
|
|
555
|
+
|
|
556
|
+
[[package]]
|
|
557
|
+
name = "ghost"
|
|
558
|
+
version = "0.1.4"
|
|
559
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
560
|
+
checksum = "76c813ffb63e8fd3df6f1ac3cc1ea392c7612ac2de4d0b44dcbfe03e5c4bf94a"
|
|
561
|
+
dependencies = [
|
|
562
|
+
"proc-macro2 1.0.89",
|
|
563
|
+
"quote 1.0.35",
|
|
564
|
+
"syn 1.0.67",
|
|
565
|
+
]
|
|
566
|
+
|
|
567
|
+
[[package]]
|
|
568
|
+
name = "half"
|
|
569
|
+
version = "2.4.1"
|
|
570
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
571
|
+
checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
|
|
572
|
+
dependencies = [
|
|
573
|
+
"cfg-if 1.0.0",
|
|
574
|
+
"crunchy",
|
|
575
|
+
]
|
|
576
|
+
|
|
577
|
+
[[package]]
|
|
578
|
+
name = "heck"
|
|
579
|
+
version = "0.4.0"
|
|
580
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
581
|
+
checksum = "2540771e65fc8cb83cd6e8a237f70c319bd5c29f78ed1084ba5d50eeac86f7f9"
|
|
582
|
+
|
|
583
|
+
[[package]]
|
|
584
|
+
name = "heck"
|
|
585
|
+
version = "0.5.0"
|
|
586
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
588
|
+
|
|
589
|
+
[[package]]
|
|
590
|
+
name = "hermit-abi"
|
|
591
|
+
version = "0.3.2"
|
|
592
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
593
|
+
checksum = "443144c8cdadd93ebf52ddb4056d257f5b52c04d3c804e657d19eb73fc33668b"
|
|
594
|
+
|
|
595
|
+
[[package]]
|
|
596
|
+
name = "http"
|
|
597
|
+
version = "0.2.0"
|
|
598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
|
+
checksum = "b708cc7f06493459026f53b9a61a7a121a5d1ec6238dee58ea4941132b30156b"
|
|
600
|
+
dependencies = [
|
|
601
|
+
"bytes 0.5.3",
|
|
602
|
+
"fnv",
|
|
603
|
+
"itoa 0.4.7",
|
|
604
|
+
]
|
|
605
|
+
|
|
606
|
+
[[package]]
|
|
607
|
+
name = "http"
|
|
608
|
+
version = "1.1.0"
|
|
609
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
610
|
+
checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258"
|
|
611
|
+
dependencies = [
|
|
612
|
+
"bytes 1.8.0",
|
|
613
|
+
"fnv",
|
|
614
|
+
"itoa 1.0.0",
|
|
615
|
+
]
|
|
616
|
+
|
|
617
|
+
[[package]]
|
|
618
|
+
name = "http-body"
|
|
619
|
+
version = "1.0.1"
|
|
620
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
621
|
+
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
622
|
+
dependencies = [
|
|
623
|
+
"bytes 1.8.0",
|
|
624
|
+
"http 1.1.0",
|
|
625
|
+
]
|
|
626
|
+
|
|
627
|
+
[[package]]
|
|
628
|
+
name = "http-body-util"
|
|
629
|
+
version = "0.1.2"
|
|
630
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
631
|
+
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
632
|
+
dependencies = [
|
|
633
|
+
"bytes 1.8.0",
|
|
634
|
+
"futures-util",
|
|
635
|
+
"http 1.1.0",
|
|
636
|
+
"http-body",
|
|
637
|
+
"pin-project-lite",
|
|
638
|
+
]
|
|
639
|
+
|
|
640
|
+
[[package]]
|
|
641
|
+
name = "httparse"
|
|
642
|
+
version = "1.8.0"
|
|
643
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
644
|
+
checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
|
|
645
|
+
|
|
646
|
+
[[package]]
|
|
647
|
+
name = "hyper"
|
|
648
|
+
version = "1.5.0"
|
|
649
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
650
|
+
checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a"
|
|
651
|
+
dependencies = [
|
|
652
|
+
"bytes 1.8.0",
|
|
653
|
+
"futures-channel",
|
|
654
|
+
"futures-util",
|
|
655
|
+
"http 1.1.0",
|
|
656
|
+
"http-body",
|
|
657
|
+
"httparse",
|
|
658
|
+
"itoa 1.0.0",
|
|
659
|
+
"pin-project-lite",
|
|
660
|
+
"smallvec",
|
|
661
|
+
"tokio",
|
|
662
|
+
"want",
|
|
663
|
+
]
|
|
664
|
+
|
|
665
|
+
[[package]]
|
|
666
|
+
name = "hyper-tls"
|
|
667
|
+
version = "0.6.0"
|
|
668
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
669
|
+
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
670
|
+
dependencies = [
|
|
671
|
+
"bytes 1.8.0",
|
|
672
|
+
"http-body-util",
|
|
673
|
+
"hyper",
|
|
674
|
+
"hyper-util",
|
|
675
|
+
"native-tls",
|
|
676
|
+
"tokio",
|
|
677
|
+
"tokio-native-tls",
|
|
678
|
+
"tower-service",
|
|
679
|
+
]
|
|
680
|
+
|
|
681
|
+
[[package]]
|
|
682
|
+
name = "hyper-util"
|
|
683
|
+
version = "0.1.10"
|
|
684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
685
|
+
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
686
|
+
dependencies = [
|
|
687
|
+
"bytes 1.8.0",
|
|
688
|
+
"futures-channel",
|
|
689
|
+
"futures-util",
|
|
690
|
+
"http 1.1.0",
|
|
691
|
+
"http-body",
|
|
692
|
+
"hyper",
|
|
693
|
+
"pin-project-lite",
|
|
694
|
+
"socket2 0.5.0",
|
|
695
|
+
"tokio",
|
|
696
|
+
"tower-service",
|
|
697
|
+
"tracing",
|
|
698
|
+
]
|
|
699
|
+
|
|
700
|
+
[[package]]
|
|
701
|
+
name = "idna"
|
|
702
|
+
version = "0.4.0"
|
|
703
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
704
|
+
checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
|
|
705
|
+
dependencies = [
|
|
706
|
+
"unicode-bidi",
|
|
707
|
+
"unicode-normalization",
|
|
708
|
+
]
|
|
709
|
+
|
|
710
|
+
[[package]]
|
|
711
|
+
name = "inventory"
|
|
712
|
+
version = "0.3.0"
|
|
713
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
714
|
+
checksum = "e0257e268c91daba296499206db5dd5a058875936bec3d8429b5f3e20ec9dc9a"
|
|
715
|
+
dependencies = [
|
|
716
|
+
"ctor",
|
|
717
|
+
"ghost",
|
|
718
|
+
]
|
|
719
|
+
|
|
720
|
+
[[package]]
|
|
721
|
+
name = "io-lifetimes"
|
|
722
|
+
version = "1.0.1"
|
|
723
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
724
|
+
checksum = "a7d367024b3f3414d8e01f437f704f41a9f64ab36f9067fa73e526ad4c763c87"
|
|
725
|
+
dependencies = [
|
|
726
|
+
"libc",
|
|
727
|
+
"windows-sys 0.42.0",
|
|
728
|
+
]
|
|
729
|
+
|
|
730
|
+
[[package]]
|
|
731
|
+
name = "is-terminal"
|
|
732
|
+
version = "0.4.6"
|
|
733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
+
checksum = "256017f749ab3117e93acb91063009e1f1bb56d03965b14c2c8df4eb02c524d8"
|
|
735
|
+
dependencies = [
|
|
736
|
+
"hermit-abi",
|
|
737
|
+
"io-lifetimes",
|
|
738
|
+
"rustix",
|
|
739
|
+
"windows-sys 0.45.0",
|
|
740
|
+
]
|
|
741
|
+
|
|
742
|
+
[[package]]
|
|
743
|
+
name = "is_terminal_polyfill"
|
|
744
|
+
version = "1.70.1"
|
|
745
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
746
|
+
checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
|
|
747
|
+
|
|
748
|
+
[[package]]
|
|
749
|
+
name = "itertools"
|
|
750
|
+
version = "0.10.5"
|
|
751
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
752
|
+
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
753
|
+
dependencies = [
|
|
754
|
+
"either",
|
|
755
|
+
]
|
|
756
|
+
|
|
757
|
+
[[package]]
|
|
758
|
+
name = "itoa"
|
|
759
|
+
version = "0.4.7"
|
|
760
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
761
|
+
checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
|
|
762
|
+
|
|
763
|
+
[[package]]
|
|
764
|
+
name = "itoa"
|
|
765
|
+
version = "1.0.0"
|
|
766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
767
|
+
checksum = "d2f3e61cf687687b30c9e6ddf0fc36cf15f035e66d491e6da968fa49ffa9a378"
|
|
768
|
+
|
|
769
|
+
[[package]]
|
|
770
|
+
name = "js-sys"
|
|
771
|
+
version = "0.3.72"
|
|
772
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
|
+
checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9"
|
|
774
|
+
dependencies = [
|
|
775
|
+
"wasm-bindgen",
|
|
776
|
+
]
|
|
777
|
+
|
|
778
|
+
[[package]]
|
|
779
|
+
name = "lazy_static"
|
|
780
|
+
version = "1.0.0"
|
|
781
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
782
|
+
checksum = "c8f31047daa365f19be14b47c29df4f7c3b581832407daabe6ae77397619237d"
|
|
783
|
+
|
|
784
|
+
[[package]]
|
|
785
|
+
name = "libc"
|
|
786
|
+
version = "0.2.139"
|
|
787
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
788
|
+
checksum = "201de327520df007757c1f0adce6e827fe8562fbc28bfd9c15571c66ca1f5f79"
|
|
789
|
+
|
|
790
|
+
[[package]]
|
|
791
|
+
name = "libtest-mimic"
|
|
792
|
+
version = "0.8.1"
|
|
793
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
794
|
+
checksum = "5297962ef19edda4ce33aaa484386e0a5b3d7f2f4e037cbeee00503ef6b29d33"
|
|
795
|
+
dependencies = [
|
|
796
|
+
"anstream 0.6.18",
|
|
797
|
+
"anstyle 1.0.10",
|
|
798
|
+
"clap",
|
|
799
|
+
"escape8259",
|
|
800
|
+
]
|
|
801
|
+
|
|
802
|
+
[[package]]
|
|
803
|
+
name = "linux-raw-sys"
|
|
804
|
+
version = "0.3.0"
|
|
805
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
806
|
+
checksum = "cd550e73688e6d578f0ac2119e32b797a327631a42f9433e59d02e139c8df60d"
|
|
807
|
+
|
|
808
|
+
[[package]]
|
|
809
|
+
name = "log"
|
|
810
|
+
version = "0.4.8"
|
|
811
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
812
|
+
checksum = "14b6052be84e6b71ab17edffc2eeabf5c2c3ae1fdb464aae35ac50c67a44e1f7"
|
|
813
|
+
dependencies = [
|
|
814
|
+
"cfg-if 0.1.2",
|
|
815
|
+
]
|
|
816
|
+
|
|
817
|
+
[[package]]
|
|
818
|
+
name = "memchr"
|
|
819
|
+
version = "2.7.4"
|
|
820
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
821
|
+
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
822
|
+
|
|
823
|
+
[[package]]
|
|
824
|
+
name = "mime"
|
|
825
|
+
version = "0.3.9"
|
|
826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
827
|
+
checksum = "4b082692d3f6cf41b453af73839ce3dfc212c4411cbb2441dff80a716e38bd79"
|
|
828
|
+
dependencies = [
|
|
829
|
+
"unicase",
|
|
830
|
+
]
|
|
831
|
+
|
|
832
|
+
[[package]]
|
|
833
|
+
name = "mio"
|
|
834
|
+
version = "0.7.6"
|
|
835
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
836
|
+
checksum = "f33bc887064ef1fd66020c9adfc45bb9f33d75a42096c81e7c56c65b75dd1a8b"
|
|
837
|
+
dependencies = [
|
|
838
|
+
"libc",
|
|
839
|
+
"log",
|
|
840
|
+
"miow",
|
|
841
|
+
"ntapi",
|
|
842
|
+
"winapi",
|
|
843
|
+
]
|
|
844
|
+
|
|
845
|
+
[[package]]
|
|
846
|
+
name = "miow"
|
|
847
|
+
version = "0.3.6"
|
|
848
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
849
|
+
checksum = "5a33c1b55807fbed163481b5ba66db4b2fa6cde694a5027be10fb724206c5897"
|
|
850
|
+
dependencies = [
|
|
851
|
+
"socket2 0.3.18",
|
|
852
|
+
"winapi",
|
|
853
|
+
]
|
|
854
|
+
|
|
855
|
+
[[package]]
|
|
856
|
+
name = "native-tls"
|
|
857
|
+
version = "0.2.3"
|
|
858
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
859
|
+
checksum = "4b2df1a4c22fd44a62147fd8f13dd0f95c9d8ca7b2610299b2a2f9cf8964274e"
|
|
860
|
+
dependencies = [
|
|
861
|
+
"lazy_static",
|
|
862
|
+
"libc",
|
|
863
|
+
"log",
|
|
864
|
+
"openssl",
|
|
865
|
+
"openssl-probe",
|
|
866
|
+
"openssl-sys",
|
|
867
|
+
"schannel",
|
|
868
|
+
"security-framework",
|
|
869
|
+
"security-framework-sys",
|
|
870
|
+
"tempfile",
|
|
871
|
+
]
|
|
872
|
+
|
|
873
|
+
[[package]]
|
|
874
|
+
name = "ntapi"
|
|
875
|
+
version = "0.3.0"
|
|
876
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
877
|
+
checksum = "bcdaac6150484ca8fed0f2ba30c2970d05da1ceac10d1beefae91ff4ada7928f"
|
|
878
|
+
dependencies = [
|
|
879
|
+
"winapi",
|
|
880
|
+
]
|
|
881
|
+
|
|
882
|
+
[[package]]
|
|
883
|
+
name = "num-traits"
|
|
884
|
+
version = "0.2.19"
|
|
885
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
886
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
887
|
+
dependencies = [
|
|
888
|
+
"autocfg",
|
|
889
|
+
]
|
|
890
|
+
|
|
891
|
+
[[package]]
|
|
892
|
+
name = "num_cpus"
|
|
893
|
+
version = "1.16.0"
|
|
894
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
895
|
+
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
896
|
+
dependencies = [
|
|
897
|
+
"hermit-abi",
|
|
898
|
+
"libc",
|
|
899
|
+
]
|
|
900
|
+
|
|
901
|
+
[[package]]
|
|
902
|
+
name = "once_cell"
|
|
903
|
+
version = "1.14.0"
|
|
904
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
905
|
+
checksum = "2f7254b99e31cad77da24b08ebf628882739a608578bb1bcdfc1f9c21260d7c0"
|
|
906
|
+
|
|
907
|
+
[[package]]
|
|
908
|
+
name = "oorandom"
|
|
909
|
+
version = "11.1.4"
|
|
910
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
911
|
+
checksum = "b410bbe7e14ab526a0e86877eb47c6996a2bd7746f027ba551028c925390e4e9"
|
|
912
|
+
|
|
913
|
+
[[package]]
|
|
914
|
+
name = "openssl"
|
|
915
|
+
version = "0.10.60"
|
|
916
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
917
|
+
checksum = "79a4c6c3a2b158f7f8f2a2fc5a969fa3a068df6fc9dbb4a43845436e3af7c800"
|
|
918
|
+
dependencies = [
|
|
919
|
+
"bitflags 2.2.1",
|
|
920
|
+
"cfg-if 1.0.0",
|
|
921
|
+
"foreign-types",
|
|
922
|
+
"libc",
|
|
923
|
+
"once_cell",
|
|
924
|
+
"openssl-macros",
|
|
925
|
+
"openssl-sys",
|
|
926
|
+
]
|
|
927
|
+
|
|
928
|
+
[[package]]
|
|
929
|
+
name = "openssl-macros"
|
|
930
|
+
version = "0.1.0"
|
|
931
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
|
+
checksum = "b501e44f11665960c7e7fcf062c7d96a14ade4aa98116c004b2e37b5be7d736c"
|
|
933
|
+
dependencies = [
|
|
934
|
+
"proc-macro2 1.0.89",
|
|
935
|
+
"quote 1.0.35",
|
|
936
|
+
"syn 1.0.67",
|
|
937
|
+
]
|
|
938
|
+
|
|
939
|
+
[[package]]
|
|
940
|
+
name = "openssl-probe"
|
|
941
|
+
version = "0.1.0"
|
|
942
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
943
|
+
checksum = "756d49c8424483a3df3b5d735112b4da22109ced9a8294f1f5cdf80fb3810919"
|
|
944
|
+
|
|
945
|
+
[[package]]
|
|
946
|
+
name = "openssl-sys"
|
|
947
|
+
version = "0.9.96"
|
|
948
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
949
|
+
checksum = "3812c071ba60da8b5677cc12bcb1d42989a65553772897a7e0355545a819838f"
|
|
950
|
+
dependencies = [
|
|
951
|
+
"cc",
|
|
952
|
+
"libc",
|
|
953
|
+
"pkg-config",
|
|
954
|
+
"vcpkg",
|
|
955
|
+
]
|
|
956
|
+
|
|
957
|
+
[[package]]
|
|
958
|
+
name = "percent-encoding"
|
|
959
|
+
version = "2.3.0"
|
|
960
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
961
|
+
checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
|
|
962
|
+
|
|
963
|
+
[[package]]
|
|
964
|
+
name = "pin-project-lite"
|
|
965
|
+
version = "0.2.6"
|
|
966
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
967
|
+
checksum = "dc0e1f259c92177c30a4c9d177246edd0a3568b25756a977d0632cf8fa37e905"
|
|
968
|
+
|
|
969
|
+
[[package]]
|
|
970
|
+
name = "pin-utils"
|
|
971
|
+
version = "0.1.0"
|
|
972
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
973
|
+
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
974
|
+
|
|
975
|
+
[[package]]
|
|
976
|
+
name = "pkg-config"
|
|
977
|
+
version = "0.3.9"
|
|
978
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
979
|
+
checksum = "3a8b4c6b8165cd1a1cd4b9b120978131389f64bdaf456435caa41e630edba903"
|
|
980
|
+
|
|
981
|
+
[[package]]
|
|
982
|
+
name = "plotters"
|
|
983
|
+
version = "0.3.7"
|
|
984
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
985
|
+
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
|
986
|
+
dependencies = [
|
|
987
|
+
"num-traits",
|
|
988
|
+
"plotters-backend",
|
|
989
|
+
"plotters-svg",
|
|
990
|
+
"wasm-bindgen",
|
|
991
|
+
"web-sys",
|
|
992
|
+
]
|
|
993
|
+
|
|
994
|
+
[[package]]
|
|
995
|
+
name = "plotters-backend"
|
|
996
|
+
version = "0.3.7"
|
|
997
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
998
|
+
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
|
999
|
+
|
|
1000
|
+
[[package]]
|
|
1001
|
+
name = "plotters-svg"
|
|
1002
|
+
version = "0.3.7"
|
|
1003
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1004
|
+
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
|
1005
|
+
dependencies = [
|
|
1006
|
+
"plotters-backend",
|
|
1007
|
+
]
|
|
1008
|
+
|
|
1009
|
+
[[package]]
|
|
1010
|
+
name = "proc-macro2"
|
|
1011
|
+
version = "0.4.21"
|
|
1012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
+
checksum = "ab2fc21ba78ac73e4ff6b3818ece00be4e175ffbef4d0a717d978b48b24150c4"
|
|
1014
|
+
dependencies = [
|
|
1015
|
+
"unicode-xid 0.1.0",
|
|
1016
|
+
]
|
|
1017
|
+
|
|
1018
|
+
[[package]]
|
|
1019
|
+
name = "proc-macro2"
|
|
1020
|
+
version = "1.0.89"
|
|
1021
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1022
|
+
checksum = "f139b0662de085916d1fb67d2b4169d1addddda1919e696f3252b740b629986e"
|
|
1023
|
+
dependencies = [
|
|
1024
|
+
"unicode-ident",
|
|
1025
|
+
]
|
|
1026
|
+
|
|
1027
|
+
[[package]]
|
|
1028
|
+
name = "pulldown-latex"
|
|
1029
|
+
version = "0.7.1"
|
|
1030
|
+
dependencies = [
|
|
1031
|
+
"anyhow",
|
|
1032
|
+
"bumpalo",
|
|
1033
|
+
"criterion",
|
|
1034
|
+
"fantoccini",
|
|
1035
|
+
"heck 0.5.0",
|
|
1036
|
+
"inventory",
|
|
1037
|
+
"libtest-mimic",
|
|
1038
|
+
"regex",
|
|
1039
|
+
"tempfile",
|
|
1040
|
+
"tokio",
|
|
1041
|
+
]
|
|
1042
|
+
|
|
1043
|
+
[[package]]
|
|
1044
|
+
name = "quote"
|
|
1045
|
+
version = "0.6.10"
|
|
1046
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1047
|
+
checksum = "53fa22a1994bd0f9372d7a816207d8a2677ad0325b073f5c5332760f0fb62b5c"
|
|
1048
|
+
dependencies = [
|
|
1049
|
+
"proc-macro2 0.4.21",
|
|
1050
|
+
]
|
|
1051
|
+
|
|
1052
|
+
[[package]]
|
|
1053
|
+
name = "quote"
|
|
1054
|
+
version = "1.0.35"
|
|
1055
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1056
|
+
checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
|
|
1057
|
+
dependencies = [
|
|
1058
|
+
"proc-macro2 1.0.89",
|
|
1059
|
+
]
|
|
1060
|
+
|
|
1061
|
+
[[package]]
|
|
1062
|
+
name = "rand"
|
|
1063
|
+
version = "0.4.1"
|
|
1064
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1065
|
+
checksum = "9d5f78082e6a6d042862611e9640cf20776185fee506cf6cf67e93c6225cee31"
|
|
1066
|
+
dependencies = [
|
|
1067
|
+
"fuchsia-zircon",
|
|
1068
|
+
"libc",
|
|
1069
|
+
]
|
|
1070
|
+
|
|
1071
|
+
[[package]]
|
|
1072
|
+
name = "rayon"
|
|
1073
|
+
version = "1.10.0"
|
|
1074
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1075
|
+
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
1076
|
+
dependencies = [
|
|
1077
|
+
"either",
|
|
1078
|
+
"rayon-core",
|
|
1079
|
+
]
|
|
1080
|
+
|
|
1081
|
+
[[package]]
|
|
1082
|
+
name = "rayon-core"
|
|
1083
|
+
version = "1.12.1"
|
|
1084
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1085
|
+
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
1086
|
+
dependencies = [
|
|
1087
|
+
"crossbeam-deque",
|
|
1088
|
+
"crossbeam-utils",
|
|
1089
|
+
]
|
|
1090
|
+
|
|
1091
|
+
[[package]]
|
|
1092
|
+
name = "redox_syscall"
|
|
1093
|
+
version = "0.1.0"
|
|
1094
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1095
|
+
checksum = "35a48131ab10dbeb17202bd1dcb9c9798963a58a50c9ec31640f237358832094"
|
|
1096
|
+
|
|
1097
|
+
[[package]]
|
|
1098
|
+
name = "regex"
|
|
1099
|
+
version = "1.11.1"
|
|
1100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1101
|
+
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
1102
|
+
dependencies = [
|
|
1103
|
+
"aho-corasick",
|
|
1104
|
+
"memchr",
|
|
1105
|
+
"regex-automata",
|
|
1106
|
+
"regex-syntax",
|
|
1107
|
+
]
|
|
1108
|
+
|
|
1109
|
+
[[package]]
|
|
1110
|
+
name = "regex-automata"
|
|
1111
|
+
version = "0.4.9"
|
|
1112
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
+
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
1114
|
+
dependencies = [
|
|
1115
|
+
"aho-corasick",
|
|
1116
|
+
"memchr",
|
|
1117
|
+
"regex-syntax",
|
|
1118
|
+
]
|
|
1119
|
+
|
|
1120
|
+
[[package]]
|
|
1121
|
+
name = "regex-syntax"
|
|
1122
|
+
version = "0.8.5"
|
|
1123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1124
|
+
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
1125
|
+
|
|
1126
|
+
[[package]]
|
|
1127
|
+
name = "remove_dir_all"
|
|
1128
|
+
version = "0.5.0"
|
|
1129
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1130
|
+
checksum = "dfc5b3ce5d5ea144bb04ebd093a9e14e9765bcfec866aecda9b6dec43b3d1e24"
|
|
1131
|
+
dependencies = [
|
|
1132
|
+
"winapi",
|
|
1133
|
+
]
|
|
1134
|
+
|
|
1135
|
+
[[package]]
|
|
1136
|
+
name = "rustc_version"
|
|
1137
|
+
version = "0.1.7"
|
|
1138
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1139
|
+
checksum = "c5f5376ea5e30ce23c03eb77cbe4962b988deead10910c372b226388b594c084"
|
|
1140
|
+
dependencies = [
|
|
1141
|
+
"semver",
|
|
1142
|
+
]
|
|
1143
|
+
|
|
1144
|
+
[[package]]
|
|
1145
|
+
name = "rustix"
|
|
1146
|
+
version = "0.37.0"
|
|
1147
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1148
|
+
checksum = "d4a83a7388764c45ed5398d976243a05dcb325c35b867b438aafce72c8b59576"
|
|
1149
|
+
dependencies = [
|
|
1150
|
+
"bitflags 1.2.1",
|
|
1151
|
+
"errno",
|
|
1152
|
+
"io-lifetimes",
|
|
1153
|
+
"libc",
|
|
1154
|
+
"linux-raw-sys",
|
|
1155
|
+
"windows-sys 0.45.0",
|
|
1156
|
+
]
|
|
1157
|
+
|
|
1158
|
+
[[package]]
|
|
1159
|
+
name = "rustversion"
|
|
1160
|
+
version = "1.0.0"
|
|
1161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1162
|
+
checksum = "c48f91977f4ef3be5358c15d131d3f663f6b4d7a112555bf3bf52ad23b6659e5"
|
|
1163
|
+
dependencies = [
|
|
1164
|
+
"proc-macro2 1.0.89",
|
|
1165
|
+
"quote 1.0.35",
|
|
1166
|
+
"syn 1.0.67",
|
|
1167
|
+
]
|
|
1168
|
+
|
|
1169
|
+
[[package]]
|
|
1170
|
+
name = "ryu"
|
|
1171
|
+
version = "1.0.0"
|
|
1172
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1173
|
+
checksum = "c92464b447c0ee8c4fb3824ecc8383b81717b9f1e74ba2e72540aef7b9f82997"
|
|
1174
|
+
|
|
1175
|
+
[[package]]
|
|
1176
|
+
name = "same-file"
|
|
1177
|
+
version = "1.0.6"
|
|
1178
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1179
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
1180
|
+
dependencies = [
|
|
1181
|
+
"winapi-util",
|
|
1182
|
+
]
|
|
1183
|
+
|
|
1184
|
+
[[package]]
|
|
1185
|
+
name = "schannel"
|
|
1186
|
+
version = "0.1.13"
|
|
1187
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1188
|
+
checksum = "dc1fabf2a7b6483a141426e1afd09ad543520a77ac49bd03c286e7696ccfd77f"
|
|
1189
|
+
dependencies = [
|
|
1190
|
+
"lazy_static",
|
|
1191
|
+
"winapi",
|
|
1192
|
+
]
|
|
1193
|
+
|
|
1194
|
+
[[package]]
|
|
1195
|
+
name = "security-framework"
|
|
1196
|
+
version = "0.3.4"
|
|
1197
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1198
|
+
checksum = "8ef2429d7cefe5fd28bd1d2ed41c944547d4ff84776f5935b456da44593a16df"
|
|
1199
|
+
dependencies = [
|
|
1200
|
+
"core-foundation",
|
|
1201
|
+
"core-foundation-sys",
|
|
1202
|
+
"libc",
|
|
1203
|
+
"security-framework-sys",
|
|
1204
|
+
]
|
|
1205
|
+
|
|
1206
|
+
[[package]]
|
|
1207
|
+
name = "security-framework-sys"
|
|
1208
|
+
version = "0.3.3"
|
|
1209
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1210
|
+
checksum = "e31493fc37615debb8c5090a7aeb4a9730bc61e77ab10b9af59f1a202284f895"
|
|
1211
|
+
dependencies = [
|
|
1212
|
+
"core-foundation-sys",
|
|
1213
|
+
]
|
|
1214
|
+
|
|
1215
|
+
[[package]]
|
|
1216
|
+
name = "semver"
|
|
1217
|
+
version = "0.1.20"
|
|
1218
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1219
|
+
checksum = "d4f410fedcf71af0345d7607d246e7ad15faaadd49d240ee3b24e5dc21a820ac"
|
|
1220
|
+
|
|
1221
|
+
[[package]]
|
|
1222
|
+
name = "serde"
|
|
1223
|
+
version = "1.0.103"
|
|
1224
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1225
|
+
checksum = "1217f97ab8e8904b57dd22eb61cde455fa7446a9c1cf43966066da047c1f3702"
|
|
1226
|
+
dependencies = [
|
|
1227
|
+
"serde_derive",
|
|
1228
|
+
]
|
|
1229
|
+
|
|
1230
|
+
[[package]]
|
|
1231
|
+
name = "serde_derive"
|
|
1232
|
+
version = "1.0.103"
|
|
1233
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1234
|
+
checksum = "a8c6faef9a2e64b0064f48570289b4bf8823b7581f1d6157c1b52152306651d0"
|
|
1235
|
+
dependencies = [
|
|
1236
|
+
"proc-macro2 1.0.89",
|
|
1237
|
+
"quote 1.0.35",
|
|
1238
|
+
"syn 1.0.67",
|
|
1239
|
+
]
|
|
1240
|
+
|
|
1241
|
+
[[package]]
|
|
1242
|
+
name = "serde_json"
|
|
1243
|
+
version = "1.0.50"
|
|
1244
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1245
|
+
checksum = "78a7a12c167809363ec3bd7329fc0a3369056996de43c4b37ef3cd54a6ce4867"
|
|
1246
|
+
dependencies = [
|
|
1247
|
+
"itoa 0.4.7",
|
|
1248
|
+
"ryu",
|
|
1249
|
+
"serde",
|
|
1250
|
+
]
|
|
1251
|
+
|
|
1252
|
+
[[package]]
|
|
1253
|
+
name = "signal-hook-registry"
|
|
1254
|
+
version = "1.1.1"
|
|
1255
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1256
|
+
checksum = "1797d48f38f91643908bb14e35e79928f9f4b3cefb2420a564dde0991b4358dc"
|
|
1257
|
+
dependencies = [
|
|
1258
|
+
"arc-swap",
|
|
1259
|
+
"libc",
|
|
1260
|
+
]
|
|
1261
|
+
|
|
1262
|
+
[[package]]
|
|
1263
|
+
name = "slab"
|
|
1264
|
+
version = "0.4.2"
|
|
1265
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1266
|
+
checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
|
|
1267
|
+
|
|
1268
|
+
[[package]]
|
|
1269
|
+
name = "smallvec"
|
|
1270
|
+
version = "1.13.2"
|
|
1271
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1272
|
+
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
1273
|
+
|
|
1274
|
+
[[package]]
|
|
1275
|
+
name = "socket2"
|
|
1276
|
+
version = "0.3.18"
|
|
1277
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1278
|
+
checksum = "97e0e9fd577458a4f61fb91fcb559ea2afecc54c934119421f9f5d3d5b1a1057"
|
|
1279
|
+
dependencies = [
|
|
1280
|
+
"cfg-if 1.0.0",
|
|
1281
|
+
"libc",
|
|
1282
|
+
"winapi",
|
|
1283
|
+
]
|
|
1284
|
+
|
|
1285
|
+
[[package]]
|
|
1286
|
+
name = "socket2"
|
|
1287
|
+
version = "0.5.0"
|
|
1288
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1289
|
+
checksum = "f86942952dddcbda5e75d086eb38ae9e51d5bc0374299ff4596d836f036dbc36"
|
|
1290
|
+
dependencies = [
|
|
1291
|
+
"libc",
|
|
1292
|
+
"windows-sys 0.45.0",
|
|
1293
|
+
]
|
|
1294
|
+
|
|
1295
|
+
[[package]]
|
|
1296
|
+
name = "strsim"
|
|
1297
|
+
version = "0.10.0"
|
|
1298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1299
|
+
checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
|
|
1300
|
+
|
|
1301
|
+
[[package]]
|
|
1302
|
+
name = "syn"
|
|
1303
|
+
version = "0.15.22"
|
|
1304
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1305
|
+
checksum = "ae8b29eb5210bc5cf63ed6149cbf9adfc82ac0be023d8735c176ee74a2db4da7"
|
|
1306
|
+
dependencies = [
|
|
1307
|
+
"proc-macro2 0.4.21",
|
|
1308
|
+
"quote 0.6.10",
|
|
1309
|
+
"unicode-xid 0.1.0",
|
|
1310
|
+
]
|
|
1311
|
+
|
|
1312
|
+
[[package]]
|
|
1313
|
+
name = "syn"
|
|
1314
|
+
version = "1.0.67"
|
|
1315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1316
|
+
checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702"
|
|
1317
|
+
dependencies = [
|
|
1318
|
+
"proc-macro2 1.0.89",
|
|
1319
|
+
"quote 1.0.35",
|
|
1320
|
+
"unicode-xid 0.2.0",
|
|
1321
|
+
]
|
|
1322
|
+
|
|
1323
|
+
[[package]]
|
|
1324
|
+
name = "syn"
|
|
1325
|
+
version = "2.0.87"
|
|
1326
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1327
|
+
checksum = "25aa4ce346d03a6dcd68dd8b4010bcb74e54e62c90c573f394c46eae99aba32d"
|
|
1328
|
+
dependencies = [
|
|
1329
|
+
"proc-macro2 1.0.89",
|
|
1330
|
+
"quote 1.0.35",
|
|
1331
|
+
"unicode-ident",
|
|
1332
|
+
]
|
|
1333
|
+
|
|
1334
|
+
[[package]]
|
|
1335
|
+
name = "tempfile"
|
|
1336
|
+
version = "3.0.2"
|
|
1337
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1338
|
+
checksum = "47776f63b85777d984a50ce49d6b9e58826b6a3766a449fc95bc66cd5663c15b"
|
|
1339
|
+
dependencies = [
|
|
1340
|
+
"libc",
|
|
1341
|
+
"rand",
|
|
1342
|
+
"redox_syscall",
|
|
1343
|
+
"remove_dir_all",
|
|
1344
|
+
"winapi",
|
|
1345
|
+
]
|
|
1346
|
+
|
|
1347
|
+
[[package]]
|
|
1348
|
+
name = "thiserror"
|
|
1349
|
+
version = "1.0.69"
|
|
1350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1351
|
+
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
1352
|
+
dependencies = [
|
|
1353
|
+
"thiserror-impl",
|
|
1354
|
+
]
|
|
1355
|
+
|
|
1356
|
+
[[package]]
|
|
1357
|
+
name = "thiserror-impl"
|
|
1358
|
+
version = "1.0.69"
|
|
1359
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1360
|
+
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
1361
|
+
dependencies = [
|
|
1362
|
+
"proc-macro2 1.0.89",
|
|
1363
|
+
"quote 1.0.35",
|
|
1364
|
+
"syn 2.0.87",
|
|
1365
|
+
]
|
|
1366
|
+
|
|
1367
|
+
[[package]]
|
|
1368
|
+
name = "time"
|
|
1369
|
+
version = "0.3.0"
|
|
1370
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1371
|
+
checksum = "6cf2535c6456e772ad756a0854ec907ede55d73d0b5a34855d808cb2d2f0942e"
|
|
1372
|
+
dependencies = [
|
|
1373
|
+
"itoa 0.4.7",
|
|
1374
|
+
"libc",
|
|
1375
|
+
"time-macros",
|
|
1376
|
+
]
|
|
1377
|
+
|
|
1378
|
+
[[package]]
|
|
1379
|
+
name = "time-macros"
|
|
1380
|
+
version = "0.2.0"
|
|
1381
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1382
|
+
checksum = "10758c2d95454f52ffd0173cd4a0dce8d6b118b9aac27c5a4b785ddf9a499c72"
|
|
1383
|
+
|
|
1384
|
+
[[package]]
|
|
1385
|
+
name = "tinytemplate"
|
|
1386
|
+
version = "1.2.1"
|
|
1387
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1388
|
+
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
1389
|
+
dependencies = [
|
|
1390
|
+
"serde",
|
|
1391
|
+
"serde_json",
|
|
1392
|
+
]
|
|
1393
|
+
|
|
1394
|
+
[[package]]
|
|
1395
|
+
name = "tinyvec"
|
|
1396
|
+
version = "1.0.0"
|
|
1397
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1398
|
+
checksum = "f331a553cacb14e99d183e5573c86044dd177b5a5277b21e562fd1bd5e1076e1"
|
|
1399
|
+
dependencies = [
|
|
1400
|
+
"tinyvec_macros",
|
|
1401
|
+
]
|
|
1402
|
+
|
|
1403
|
+
[[package]]
|
|
1404
|
+
name = "tinyvec_macros"
|
|
1405
|
+
version = "0.1.0"
|
|
1406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1407
|
+
checksum = "cda74da7e1a664f795bb1f8a87ec406fb89a02522cf6e50620d016add6dbbf5c"
|
|
1408
|
+
|
|
1409
|
+
[[package]]
|
|
1410
|
+
name = "tokio"
|
|
1411
|
+
version = "1.0.1"
|
|
1412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1413
|
+
checksum = "d258221f566b6c803c7b4714abadc080172b272090cdc5e244a6d4dd13c3a6bd"
|
|
1414
|
+
dependencies = [
|
|
1415
|
+
"autocfg",
|
|
1416
|
+
"bytes 1.8.0",
|
|
1417
|
+
"libc",
|
|
1418
|
+
"mio",
|
|
1419
|
+
"num_cpus",
|
|
1420
|
+
"once_cell",
|
|
1421
|
+
"pin-project-lite",
|
|
1422
|
+
"signal-hook-registry",
|
|
1423
|
+
"winapi",
|
|
1424
|
+
]
|
|
1425
|
+
|
|
1426
|
+
[[package]]
|
|
1427
|
+
name = "tokio-native-tls"
|
|
1428
|
+
version = "0.3.0"
|
|
1429
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1430
|
+
checksum = "f7d995660bd2b7f8c1568414c1126076c13fbb725c40112dc0120b78eb9b717b"
|
|
1431
|
+
dependencies = [
|
|
1432
|
+
"native-tls",
|
|
1433
|
+
"tokio",
|
|
1434
|
+
]
|
|
1435
|
+
|
|
1436
|
+
[[package]]
|
|
1437
|
+
name = "tower-service"
|
|
1438
|
+
version = "0.3.0"
|
|
1439
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1440
|
+
checksum = "e987b6bf443f4b5b3b6f38704195592cca41c5bb7aedd3c3693c7081f8289860"
|
|
1441
|
+
|
|
1442
|
+
[[package]]
|
|
1443
|
+
name = "tracing"
|
|
1444
|
+
version = "0.1.22"
|
|
1445
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1446
|
+
checksum = "9f47026cdc4080c07e49b37087de021820269d996f581aac150ef9e5583eefe3"
|
|
1447
|
+
dependencies = [
|
|
1448
|
+
"cfg-if 1.0.0",
|
|
1449
|
+
"pin-project-lite",
|
|
1450
|
+
"tracing-core",
|
|
1451
|
+
]
|
|
1452
|
+
|
|
1453
|
+
[[package]]
|
|
1454
|
+
name = "tracing-core"
|
|
1455
|
+
version = "0.1.17"
|
|
1456
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1457
|
+
checksum = "f50de3927f93d202783f4513cda820ab47ef17f624b03c096e86ef00c67e6b5f"
|
|
1458
|
+
dependencies = [
|
|
1459
|
+
"lazy_static",
|
|
1460
|
+
]
|
|
1461
|
+
|
|
1462
|
+
[[package]]
|
|
1463
|
+
name = "try-lock"
|
|
1464
|
+
version = "0.2.0"
|
|
1465
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1466
|
+
checksum = "2a31f2d8ccabc3089a7aad162f96d4513034a6c5d2385e93023984c645e65fb6"
|
|
1467
|
+
|
|
1468
|
+
[[package]]
|
|
1469
|
+
name = "unicase"
|
|
1470
|
+
version = "2.0.0"
|
|
1471
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1472
|
+
checksum = "2e01da42520092d0cd2d6ac3ae69eb21a22ad43ff195676b86f8c37f487d6b80"
|
|
1473
|
+
dependencies = [
|
|
1474
|
+
"rustc_version",
|
|
1475
|
+
]
|
|
1476
|
+
|
|
1477
|
+
[[package]]
|
|
1478
|
+
name = "unicode-bidi"
|
|
1479
|
+
version = "0.3.10"
|
|
1480
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1481
|
+
checksum = "d54675592c1dbefd78cbd98db9bacd89886e1ca50692a0692baefffdeb92dd58"
|
|
1482
|
+
|
|
1483
|
+
[[package]]
|
|
1484
|
+
name = "unicode-ident"
|
|
1485
|
+
version = "1.0.0"
|
|
1486
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1487
|
+
checksum = "d22af068fba1eb5edcb4aea19d382b2a3deb4c8f9d475c589b6ada9e0fd493ee"
|
|
1488
|
+
|
|
1489
|
+
[[package]]
|
|
1490
|
+
name = "unicode-normalization"
|
|
1491
|
+
version = "0.1.22"
|
|
1492
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1493
|
+
checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
|
|
1494
|
+
dependencies = [
|
|
1495
|
+
"tinyvec",
|
|
1496
|
+
]
|
|
1497
|
+
|
|
1498
|
+
[[package]]
|
|
1499
|
+
name = "unicode-segmentation"
|
|
1500
|
+
version = "1.2.0"
|
|
1501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1502
|
+
checksum = "a8083c594e02b8ae1654ae26f0ade5158b119bd88ad0e8227a5d8fcd72407946"
|
|
1503
|
+
|
|
1504
|
+
[[package]]
|
|
1505
|
+
name = "unicode-xid"
|
|
1506
|
+
version = "0.1.0"
|
|
1507
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1508
|
+
checksum = "fc72304796d0818e357ead4e000d19c9c174ab23dc11093ac919054d20a6a7fc"
|
|
1509
|
+
|
|
1510
|
+
[[package]]
|
|
1511
|
+
name = "unicode-xid"
|
|
1512
|
+
version = "0.2.0"
|
|
1513
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1514
|
+
checksum = "826e7639553986605ec5979c7dd957c7895e93eabed50ab2ffa7f6128a75097c"
|
|
1515
|
+
|
|
1516
|
+
[[package]]
|
|
1517
|
+
name = "url"
|
|
1518
|
+
version = "2.4.0"
|
|
1519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1520
|
+
checksum = "50bff7831e19200a85b17131d085c25d7811bc4e186efdaf54bbd132994a88cb"
|
|
1521
|
+
dependencies = [
|
|
1522
|
+
"form_urlencoded",
|
|
1523
|
+
"idna",
|
|
1524
|
+
"percent-encoding",
|
|
1525
|
+
]
|
|
1526
|
+
|
|
1527
|
+
[[package]]
|
|
1528
|
+
name = "utf8parse"
|
|
1529
|
+
version = "0.2.1"
|
|
1530
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1531
|
+
checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
|
|
1532
|
+
|
|
1533
|
+
[[package]]
|
|
1534
|
+
name = "vcpkg"
|
|
1535
|
+
version = "0.2.8"
|
|
1536
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1537
|
+
checksum = "3fc439f2794e98976c88a2a2dafce96b930fe8010b0a256b3c2199a773933168"
|
|
1538
|
+
|
|
1539
|
+
[[package]]
|
|
1540
|
+
name = "version_check"
|
|
1541
|
+
version = "0.9.4"
|
|
1542
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1543
|
+
checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
|
|
1544
|
+
|
|
1545
|
+
[[package]]
|
|
1546
|
+
name = "walkdir"
|
|
1547
|
+
version = "2.5.0"
|
|
1548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1549
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
1550
|
+
dependencies = [
|
|
1551
|
+
"same-file",
|
|
1552
|
+
"winapi-util",
|
|
1553
|
+
]
|
|
1554
|
+
|
|
1555
|
+
[[package]]
|
|
1556
|
+
name = "want"
|
|
1557
|
+
version = "0.3.0"
|
|
1558
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1559
|
+
checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
|
|
1560
|
+
dependencies = [
|
|
1561
|
+
"log",
|
|
1562
|
+
"try-lock",
|
|
1563
|
+
]
|
|
1564
|
+
|
|
1565
|
+
[[package]]
|
|
1566
|
+
name = "wasm-bindgen"
|
|
1567
|
+
version = "0.2.95"
|
|
1568
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1569
|
+
checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e"
|
|
1570
|
+
dependencies = [
|
|
1571
|
+
"cfg-if 1.0.0",
|
|
1572
|
+
"once_cell",
|
|
1573
|
+
"wasm-bindgen-macro",
|
|
1574
|
+
]
|
|
1575
|
+
|
|
1576
|
+
[[package]]
|
|
1577
|
+
name = "wasm-bindgen-backend"
|
|
1578
|
+
version = "0.2.95"
|
|
1579
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1580
|
+
checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358"
|
|
1581
|
+
dependencies = [
|
|
1582
|
+
"bumpalo",
|
|
1583
|
+
"log",
|
|
1584
|
+
"once_cell",
|
|
1585
|
+
"proc-macro2 1.0.89",
|
|
1586
|
+
"quote 1.0.35",
|
|
1587
|
+
"syn 2.0.87",
|
|
1588
|
+
"wasm-bindgen-shared",
|
|
1589
|
+
]
|
|
1590
|
+
|
|
1591
|
+
[[package]]
|
|
1592
|
+
name = "wasm-bindgen-macro"
|
|
1593
|
+
version = "0.2.95"
|
|
1594
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1595
|
+
checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56"
|
|
1596
|
+
dependencies = [
|
|
1597
|
+
"quote 1.0.35",
|
|
1598
|
+
"wasm-bindgen-macro-support",
|
|
1599
|
+
]
|
|
1600
|
+
|
|
1601
|
+
[[package]]
|
|
1602
|
+
name = "wasm-bindgen-macro-support"
|
|
1603
|
+
version = "0.2.95"
|
|
1604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1605
|
+
checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68"
|
|
1606
|
+
dependencies = [
|
|
1607
|
+
"proc-macro2 1.0.89",
|
|
1608
|
+
"quote 1.0.35",
|
|
1609
|
+
"syn 2.0.87",
|
|
1610
|
+
"wasm-bindgen-backend",
|
|
1611
|
+
"wasm-bindgen-shared",
|
|
1612
|
+
]
|
|
1613
|
+
|
|
1614
|
+
[[package]]
|
|
1615
|
+
name = "wasm-bindgen-shared"
|
|
1616
|
+
version = "0.2.95"
|
|
1617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1618
|
+
checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d"
|
|
1619
|
+
|
|
1620
|
+
[[package]]
|
|
1621
|
+
name = "web-sys"
|
|
1622
|
+
version = "0.3.72"
|
|
1623
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1624
|
+
checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112"
|
|
1625
|
+
dependencies = [
|
|
1626
|
+
"js-sys",
|
|
1627
|
+
"wasm-bindgen",
|
|
1628
|
+
]
|
|
1629
|
+
|
|
1630
|
+
[[package]]
|
|
1631
|
+
name = "webdriver"
|
|
1632
|
+
version = "0.50.0"
|
|
1633
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1634
|
+
checksum = "144ab979b12d36d65065635e646549925de229954de2eb3b47459b432a42db71"
|
|
1635
|
+
dependencies = [
|
|
1636
|
+
"base64 0.21.7",
|
|
1637
|
+
"bytes 1.8.0",
|
|
1638
|
+
"cookie 0.16.0",
|
|
1639
|
+
"http 0.2.0",
|
|
1640
|
+
"log",
|
|
1641
|
+
"serde",
|
|
1642
|
+
"serde_derive",
|
|
1643
|
+
"serde_json",
|
|
1644
|
+
"thiserror",
|
|
1645
|
+
"time",
|
|
1646
|
+
"unicode-segmentation",
|
|
1647
|
+
"url",
|
|
1648
|
+
]
|
|
1649
|
+
|
|
1650
|
+
[[package]]
|
|
1651
|
+
name = "winapi"
|
|
1652
|
+
version = "0.3.8"
|
|
1653
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1654
|
+
checksum = "8093091eeb260906a183e6ae1abdba2ef5ef2257a21801128899c3fc699229c6"
|
|
1655
|
+
dependencies = [
|
|
1656
|
+
"winapi-i686-pc-windows-gnu",
|
|
1657
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
1658
|
+
]
|
|
1659
|
+
|
|
1660
|
+
[[package]]
|
|
1661
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
1662
|
+
version = "0.4.0"
|
|
1663
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1664
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
1665
|
+
|
|
1666
|
+
[[package]]
|
|
1667
|
+
name = "winapi-util"
|
|
1668
|
+
version = "0.1.9"
|
|
1669
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1670
|
+
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
1671
|
+
dependencies = [
|
|
1672
|
+
"windows-sys 0.59.0",
|
|
1673
|
+
]
|
|
1674
|
+
|
|
1675
|
+
[[package]]
|
|
1676
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
1677
|
+
version = "0.4.0"
|
|
1678
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1679
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
1680
|
+
|
|
1681
|
+
[[package]]
|
|
1682
|
+
name = "windows-sys"
|
|
1683
|
+
version = "0.42.0"
|
|
1684
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1685
|
+
checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
|
|
1686
|
+
dependencies = [
|
|
1687
|
+
"windows_aarch64_gnullvm 0.42.1",
|
|
1688
|
+
"windows_aarch64_msvc 0.42.1",
|
|
1689
|
+
"windows_i686_gnu 0.42.1",
|
|
1690
|
+
"windows_i686_msvc 0.42.1",
|
|
1691
|
+
"windows_x86_64_gnu 0.42.1",
|
|
1692
|
+
"windows_x86_64_gnullvm 0.42.1",
|
|
1693
|
+
"windows_x86_64_msvc 0.42.1",
|
|
1694
|
+
]
|
|
1695
|
+
|
|
1696
|
+
[[package]]
|
|
1697
|
+
name = "windows-sys"
|
|
1698
|
+
version = "0.45.0"
|
|
1699
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1700
|
+
checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
|
|
1701
|
+
dependencies = [
|
|
1702
|
+
"windows-targets 0.42.1",
|
|
1703
|
+
]
|
|
1704
|
+
|
|
1705
|
+
[[package]]
|
|
1706
|
+
name = "windows-sys"
|
|
1707
|
+
version = "0.59.0"
|
|
1708
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1709
|
+
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
1710
|
+
dependencies = [
|
|
1711
|
+
"windows-targets 0.52.6",
|
|
1712
|
+
]
|
|
1713
|
+
|
|
1714
|
+
[[package]]
|
|
1715
|
+
name = "windows-targets"
|
|
1716
|
+
version = "0.42.1"
|
|
1717
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1718
|
+
checksum = "8e2522491fbfcd58cc84d47aeb2958948c4b8982e9a2d8a2a35bbaed431390e7"
|
|
1719
|
+
dependencies = [
|
|
1720
|
+
"windows_aarch64_gnullvm 0.42.1",
|
|
1721
|
+
"windows_aarch64_msvc 0.42.1",
|
|
1722
|
+
"windows_i686_gnu 0.42.1",
|
|
1723
|
+
"windows_i686_msvc 0.42.1",
|
|
1724
|
+
"windows_x86_64_gnu 0.42.1",
|
|
1725
|
+
"windows_x86_64_gnullvm 0.42.1",
|
|
1726
|
+
"windows_x86_64_msvc 0.42.1",
|
|
1727
|
+
]
|
|
1728
|
+
|
|
1729
|
+
[[package]]
|
|
1730
|
+
name = "windows-targets"
|
|
1731
|
+
version = "0.52.6"
|
|
1732
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1733
|
+
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
1734
|
+
dependencies = [
|
|
1735
|
+
"windows_aarch64_gnullvm 0.52.6",
|
|
1736
|
+
"windows_aarch64_msvc 0.52.6",
|
|
1737
|
+
"windows_i686_gnu 0.52.6",
|
|
1738
|
+
"windows_i686_gnullvm",
|
|
1739
|
+
"windows_i686_msvc 0.52.6",
|
|
1740
|
+
"windows_x86_64_gnu 0.52.6",
|
|
1741
|
+
"windows_x86_64_gnullvm 0.52.6",
|
|
1742
|
+
"windows_x86_64_msvc 0.52.6",
|
|
1743
|
+
]
|
|
1744
|
+
|
|
1745
|
+
[[package]]
|
|
1746
|
+
name = "windows_aarch64_gnullvm"
|
|
1747
|
+
version = "0.42.1"
|
|
1748
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1749
|
+
checksum = "8c9864e83243fdec7fc9c5444389dcbbfd258f745e7853198f365e3c4968a608"
|
|
1750
|
+
|
|
1751
|
+
[[package]]
|
|
1752
|
+
name = "windows_aarch64_gnullvm"
|
|
1753
|
+
version = "0.52.6"
|
|
1754
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1755
|
+
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
1756
|
+
|
|
1757
|
+
[[package]]
|
|
1758
|
+
name = "windows_aarch64_msvc"
|
|
1759
|
+
version = "0.42.1"
|
|
1760
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1761
|
+
checksum = "4c8b1b673ffc16c47a9ff48570a9d85e25d265735c503681332589af6253c6c7"
|
|
1762
|
+
|
|
1763
|
+
[[package]]
|
|
1764
|
+
name = "windows_aarch64_msvc"
|
|
1765
|
+
version = "0.52.6"
|
|
1766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1767
|
+
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
1768
|
+
|
|
1769
|
+
[[package]]
|
|
1770
|
+
name = "windows_i686_gnu"
|
|
1771
|
+
version = "0.42.1"
|
|
1772
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1773
|
+
checksum = "de3887528ad530ba7bdbb1faa8275ec7a1155a45ffa57c37993960277145d640"
|
|
1774
|
+
|
|
1775
|
+
[[package]]
|
|
1776
|
+
name = "windows_i686_gnu"
|
|
1777
|
+
version = "0.52.6"
|
|
1778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1779
|
+
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
1780
|
+
|
|
1781
|
+
[[package]]
|
|
1782
|
+
name = "windows_i686_gnullvm"
|
|
1783
|
+
version = "0.52.6"
|
|
1784
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1785
|
+
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
1786
|
+
|
|
1787
|
+
[[package]]
|
|
1788
|
+
name = "windows_i686_msvc"
|
|
1789
|
+
version = "0.42.1"
|
|
1790
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1791
|
+
checksum = "bf4d1122317eddd6ff351aa852118a2418ad4214e6613a50e0191f7004372605"
|
|
1792
|
+
|
|
1793
|
+
[[package]]
|
|
1794
|
+
name = "windows_i686_msvc"
|
|
1795
|
+
version = "0.52.6"
|
|
1796
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1797
|
+
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
1798
|
+
|
|
1799
|
+
[[package]]
|
|
1800
|
+
name = "windows_x86_64_gnu"
|
|
1801
|
+
version = "0.42.1"
|
|
1802
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1803
|
+
checksum = "c1040f221285e17ebccbc2591ffdc2d44ee1f9186324dd3e84e99ac68d699c45"
|
|
1804
|
+
|
|
1805
|
+
[[package]]
|
|
1806
|
+
name = "windows_x86_64_gnu"
|
|
1807
|
+
version = "0.52.6"
|
|
1808
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1809
|
+
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
1810
|
+
|
|
1811
|
+
[[package]]
|
|
1812
|
+
name = "windows_x86_64_gnullvm"
|
|
1813
|
+
version = "0.42.1"
|
|
1814
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1815
|
+
checksum = "628bfdf232daa22b0d64fdb62b09fcc36bb01f05a3939e20ab73aaf9470d0463"
|
|
1816
|
+
|
|
1817
|
+
[[package]]
|
|
1818
|
+
name = "windows_x86_64_gnullvm"
|
|
1819
|
+
version = "0.52.6"
|
|
1820
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1821
|
+
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
1822
|
+
|
|
1823
|
+
[[package]]
|
|
1824
|
+
name = "windows_x86_64_msvc"
|
|
1825
|
+
version = "0.42.1"
|
|
1826
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1827
|
+
checksum = "447660ad36a13288b1db4d4248e857b510e8c3a225c822ba4fb748c0aafecffd"
|
|
1828
|
+
|
|
1829
|
+
[[package]]
|
|
1830
|
+
name = "windows_x86_64_msvc"
|
|
1831
|
+
version = "0.52.6"
|
|
1832
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1833
|
+
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|