create-near-app 8.2.0 → 8.3.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.
- package/dist/app.js +11 -1
- package/dist/make.js +23 -1
- package/dist/messages.js +48 -27
- package/dist/tracking.js +1 -1
- package/dist/utils/checkCargoNear.js +15 -0
- package/dist/utils/donwloadFile.js +25 -0
- package/dist/utils/index.js +11 -0
- package/package.json +1 -1
- package/templates/contracts/rs/.github/workflows/deploy-production.yml +2 -4
- package/templates/contracts/rs/.github/workflows/deploy-staging.yml +4 -8
- package/templates/contracts/rs/.github/workflows/test.yml +2 -0
- package/templates/contracts/rs/.github/workflows/undeploy-staging.yml +2 -4
- package/templates/contracts/rs/Cargo.toml +15 -9
- package/templates/contracts/rs/README.md +6 -0
- package/templates/contracts/rs/rust-toolchain.toml +2 -2
- package/templates/frontend/next-app/package.json +19 -18
- package/templates/frontend/next-app/src/wallets/web3modal.js +0 -7
- package/templates/frontend/next-page/package.json +19 -18
- package/templates/frontend/next-page/src/wallets/web3modal.js +0 -7
- package/templates/frontend/vite-react/package.json +2 -1
- package/templates/frontend/vite-react/src/wallets/web3modal.js +0 -7
- package/templates/contracts/rs/Cargo.lock +0 -4348
|
@@ -1,4348 +0,0 @@
|
|
|
1
|
-
# This file is automatically @generated by Cargo.
|
|
2
|
-
# It is not intended for manual editing.
|
|
3
|
-
version = 4
|
|
4
|
-
|
|
5
|
-
[[package]]
|
|
6
|
-
name = "Inflector"
|
|
7
|
-
version = "0.11.4"
|
|
8
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
|
|
10
|
-
dependencies = [
|
|
11
|
-
"lazy_static",
|
|
12
|
-
"regex",
|
|
13
|
-
]
|
|
14
|
-
|
|
15
|
-
[[package]]
|
|
16
|
-
name = "addr2line"
|
|
17
|
-
version = "0.24.2"
|
|
18
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
19
|
-
checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
|
|
20
|
-
dependencies = [
|
|
21
|
-
"gimli 0.31.1",
|
|
22
|
-
]
|
|
23
|
-
|
|
24
|
-
[[package]]
|
|
25
|
-
name = "adler2"
|
|
26
|
-
version = "2.0.0"
|
|
27
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
28
|
-
checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627"
|
|
29
|
-
|
|
30
|
-
[[package]]
|
|
31
|
-
name = "aes"
|
|
32
|
-
version = "0.8.4"
|
|
33
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
34
|
-
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
35
|
-
dependencies = [
|
|
36
|
-
"cfg-if 1.0.0",
|
|
37
|
-
"cipher",
|
|
38
|
-
"cpufeatures",
|
|
39
|
-
]
|
|
40
|
-
|
|
41
|
-
[[package]]
|
|
42
|
-
name = "aho-corasick"
|
|
43
|
-
version = "1.1.3"
|
|
44
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
|
-
checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
|
|
46
|
-
dependencies = [
|
|
47
|
-
"memchr",
|
|
48
|
-
]
|
|
49
|
-
|
|
50
|
-
[[package]]
|
|
51
|
-
name = "allocator-api2"
|
|
52
|
-
version = "0.2.21"
|
|
53
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
-
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
55
|
-
|
|
56
|
-
[[package]]
|
|
57
|
-
name = "android-tzdata"
|
|
58
|
-
version = "0.1.1"
|
|
59
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
60
|
-
checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
|
|
61
|
-
|
|
62
|
-
[[package]]
|
|
63
|
-
name = "android_system_properties"
|
|
64
|
-
version = "0.1.5"
|
|
65
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
-
checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
|
|
67
|
-
dependencies = [
|
|
68
|
-
"libc",
|
|
69
|
-
]
|
|
70
|
-
|
|
71
|
-
[[package]]
|
|
72
|
-
name = "anstyle"
|
|
73
|
-
version = "1.0.10"
|
|
74
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
-
checksum = "55cc3b69f167a1ef2e161439aa98aed94e6028e5f9a59be9a6ffb47aef1651f9"
|
|
76
|
-
|
|
77
|
-
[[package]]
|
|
78
|
-
name = "anyhow"
|
|
79
|
-
version = "1.0.95"
|
|
80
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
81
|
-
checksum = "34ac096ce696dc2fcabef30516bb13c0a68a11d30131d3df6f04711467681b04"
|
|
82
|
-
|
|
83
|
-
[[package]]
|
|
84
|
-
name = "arbitrary"
|
|
85
|
-
version = "1.4.1"
|
|
86
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
87
|
-
checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
|
|
88
|
-
dependencies = [
|
|
89
|
-
"derive_arbitrary",
|
|
90
|
-
]
|
|
91
|
-
|
|
92
|
-
[[package]]
|
|
93
|
-
name = "arrayvec"
|
|
94
|
-
version = "0.7.6"
|
|
95
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
96
|
-
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
97
|
-
|
|
98
|
-
[[package]]
|
|
99
|
-
name = "async-trait"
|
|
100
|
-
version = "0.1.84"
|
|
101
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
102
|
-
checksum = "1b1244b10dcd56c92219da4e14caa97e312079e185f04ba3eea25061561dc0a0"
|
|
103
|
-
dependencies = [
|
|
104
|
-
"proc-macro2",
|
|
105
|
-
"quote",
|
|
106
|
-
"syn 2.0.94",
|
|
107
|
-
]
|
|
108
|
-
|
|
109
|
-
[[package]]
|
|
110
|
-
name = "atomic-waker"
|
|
111
|
-
version = "1.1.2"
|
|
112
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
113
|
-
checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
|
|
114
|
-
|
|
115
|
-
[[package]]
|
|
116
|
-
name = "autocfg"
|
|
117
|
-
version = "1.4.0"
|
|
118
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
119
|
-
checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
|
|
120
|
-
|
|
121
|
-
[[package]]
|
|
122
|
-
name = "backtrace"
|
|
123
|
-
version = "0.3.74"
|
|
124
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
125
|
-
checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a"
|
|
126
|
-
dependencies = [
|
|
127
|
-
"addr2line",
|
|
128
|
-
"cfg-if 1.0.0",
|
|
129
|
-
"libc",
|
|
130
|
-
"miniz_oxide",
|
|
131
|
-
"object",
|
|
132
|
-
"rustc-demangle",
|
|
133
|
-
"windows-targets",
|
|
134
|
-
]
|
|
135
|
-
|
|
136
|
-
[[package]]
|
|
137
|
-
name = "base64"
|
|
138
|
-
version = "0.21.7"
|
|
139
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
140
|
-
checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
|
|
141
|
-
|
|
142
|
-
[[package]]
|
|
143
|
-
name = "base64"
|
|
144
|
-
version = "0.22.1"
|
|
145
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
146
|
-
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
147
|
-
|
|
148
|
-
[[package]]
|
|
149
|
-
name = "base64ct"
|
|
150
|
-
version = "1.6.0"
|
|
151
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
152
|
-
checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
|
|
153
|
-
|
|
154
|
-
[[package]]
|
|
155
|
-
name = "binary-install"
|
|
156
|
-
version = "0.2.0"
|
|
157
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
158
|
-
checksum = "93bff426ff93f3610dd2b946f3eb8cb2d1285ca8682834d43be531a3f93db2ff"
|
|
159
|
-
dependencies = [
|
|
160
|
-
"anyhow",
|
|
161
|
-
"dirs-next",
|
|
162
|
-
"flate2",
|
|
163
|
-
"fs2",
|
|
164
|
-
"hex",
|
|
165
|
-
"is_executable",
|
|
166
|
-
"siphasher",
|
|
167
|
-
"tar",
|
|
168
|
-
"ureq",
|
|
169
|
-
"zip 0.6.6",
|
|
170
|
-
]
|
|
171
|
-
|
|
172
|
-
[[package]]
|
|
173
|
-
name = "bitflags"
|
|
174
|
-
version = "1.3.2"
|
|
175
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
176
|
-
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
177
|
-
|
|
178
|
-
[[package]]
|
|
179
|
-
name = "bitflags"
|
|
180
|
-
version = "2.6.0"
|
|
181
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
182
|
-
checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de"
|
|
183
|
-
|
|
184
|
-
[[package]]
|
|
185
|
-
name = "bitvec"
|
|
186
|
-
version = "1.0.1"
|
|
187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
188
|
-
checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
|
|
189
|
-
dependencies = [
|
|
190
|
-
"funty",
|
|
191
|
-
"radium",
|
|
192
|
-
"tap",
|
|
193
|
-
"wyz",
|
|
194
|
-
]
|
|
195
|
-
|
|
196
|
-
[[package]]
|
|
197
|
-
name = "blake2"
|
|
198
|
-
version = "0.10.6"
|
|
199
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
200
|
-
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
201
|
-
dependencies = [
|
|
202
|
-
"digest",
|
|
203
|
-
]
|
|
204
|
-
|
|
205
|
-
[[package]]
|
|
206
|
-
name = "block-buffer"
|
|
207
|
-
version = "0.10.4"
|
|
208
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
209
|
-
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
210
|
-
dependencies = [
|
|
211
|
-
"generic-array",
|
|
212
|
-
]
|
|
213
|
-
|
|
214
|
-
[[package]]
|
|
215
|
-
name = "blst"
|
|
216
|
-
version = "0.3.13"
|
|
217
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
218
|
-
checksum = "4378725facc195f1a538864863f6de233b500a8862747e7f165078a419d5e874"
|
|
219
|
-
dependencies = [
|
|
220
|
-
"cc",
|
|
221
|
-
"glob",
|
|
222
|
-
"threadpool",
|
|
223
|
-
"zeroize",
|
|
224
|
-
]
|
|
225
|
-
|
|
226
|
-
[[package]]
|
|
227
|
-
name = "bon"
|
|
228
|
-
version = "2.3.0"
|
|
229
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
230
|
-
checksum = "97493a391b4b18ee918675fb8663e53646fd09321c58b46afa04e8ce2499c869"
|
|
231
|
-
dependencies = [
|
|
232
|
-
"bon-macros",
|
|
233
|
-
"rustversion",
|
|
234
|
-
]
|
|
235
|
-
|
|
236
|
-
[[package]]
|
|
237
|
-
name = "bon-macros"
|
|
238
|
-
version = "2.3.0"
|
|
239
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
240
|
-
checksum = "2a2af3eac944c12cdf4423eab70d310da0a8e5851a18ffb192c0a5e3f7ae1663"
|
|
241
|
-
dependencies = [
|
|
242
|
-
"darling",
|
|
243
|
-
"ident_case",
|
|
244
|
-
"proc-macro2",
|
|
245
|
-
"quote",
|
|
246
|
-
"syn 2.0.94",
|
|
247
|
-
]
|
|
248
|
-
|
|
249
|
-
[[package]]
|
|
250
|
-
name = "borsh"
|
|
251
|
-
version = "1.5.3"
|
|
252
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
253
|
-
checksum = "2506947f73ad44e344215ccd6403ac2ae18cd8e046e581a441bf8d199f257f03"
|
|
254
|
-
dependencies = [
|
|
255
|
-
"borsh-derive",
|
|
256
|
-
"cfg_aliases",
|
|
257
|
-
]
|
|
258
|
-
|
|
259
|
-
[[package]]
|
|
260
|
-
name = "borsh-derive"
|
|
261
|
-
version = "1.5.3"
|
|
262
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
263
|
-
checksum = "c2593a3b8b938bd68373196c9832f516be11fa487ef4ae745eb282e6a56a7244"
|
|
264
|
-
dependencies = [
|
|
265
|
-
"once_cell",
|
|
266
|
-
"proc-macro-crate",
|
|
267
|
-
"proc-macro2",
|
|
268
|
-
"quote",
|
|
269
|
-
"syn 2.0.94",
|
|
270
|
-
]
|
|
271
|
-
|
|
272
|
-
[[package]]
|
|
273
|
-
name = "brownstone"
|
|
274
|
-
version = "1.1.0"
|
|
275
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
276
|
-
checksum = "030ea61398f34f1395ccbeb046fb68c87b631d1f34567fed0f0f11fa35d18d8d"
|
|
277
|
-
dependencies = [
|
|
278
|
-
"arrayvec",
|
|
279
|
-
]
|
|
280
|
-
|
|
281
|
-
[[package]]
|
|
282
|
-
name = "bs58"
|
|
283
|
-
version = "0.4.0"
|
|
284
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
285
|
-
checksum = "771fe0050b883fcc3ea2359b1a96bcfbc090b7116eae7c3c512c7a083fdf23d3"
|
|
286
|
-
|
|
287
|
-
[[package]]
|
|
288
|
-
name = "bs58"
|
|
289
|
-
version = "0.5.1"
|
|
290
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
291
|
-
checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4"
|
|
292
|
-
dependencies = [
|
|
293
|
-
"tinyvec",
|
|
294
|
-
]
|
|
295
|
-
|
|
296
|
-
[[package]]
|
|
297
|
-
name = "bumpalo"
|
|
298
|
-
version = "3.16.0"
|
|
299
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
300
|
-
checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c"
|
|
301
|
-
|
|
302
|
-
[[package]]
|
|
303
|
-
name = "byteorder"
|
|
304
|
-
version = "1.5.0"
|
|
305
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
306
|
-
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
307
|
-
|
|
308
|
-
[[package]]
|
|
309
|
-
name = "bytes"
|
|
310
|
-
version = "1.9.0"
|
|
311
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
312
|
-
checksum = "325918d6fe32f23b19878fe4b34794ae41fc19ddbe53b10571a4874d44ffd39b"
|
|
313
|
-
|
|
314
|
-
[[package]]
|
|
315
|
-
name = "bytesize"
|
|
316
|
-
version = "1.3.0"
|
|
317
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
318
|
-
checksum = "a3e368af43e418a04d52505cf3dbc23dda4e3407ae2fa99fd0e4f308ce546acc"
|
|
319
|
-
dependencies = [
|
|
320
|
-
"serde",
|
|
321
|
-
]
|
|
322
|
-
|
|
323
|
-
[[package]]
|
|
324
|
-
name = "bzip2"
|
|
325
|
-
version = "0.4.4"
|
|
326
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
327
|
-
checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
|
|
328
|
-
dependencies = [
|
|
329
|
-
"bzip2-sys",
|
|
330
|
-
"libc",
|
|
331
|
-
]
|
|
332
|
-
|
|
333
|
-
[[package]]
|
|
334
|
-
name = "bzip2-sys"
|
|
335
|
-
version = "0.1.11+1.0.8"
|
|
336
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
337
|
-
checksum = "736a955f3fa7875102d57c82b8cac37ec45224a07fd32d58f9f7a186b6cd4cdc"
|
|
338
|
-
dependencies = [
|
|
339
|
-
"cc",
|
|
340
|
-
"libc",
|
|
341
|
-
"pkg-config",
|
|
342
|
-
]
|
|
343
|
-
|
|
344
|
-
[[package]]
|
|
345
|
-
name = "camino"
|
|
346
|
-
version = "1.1.9"
|
|
347
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
-
checksum = "8b96ec4966b5813e2c0507c1f86115c8c5abaadc3980879c3424042a02fd1ad3"
|
|
349
|
-
dependencies = [
|
|
350
|
-
"serde",
|
|
351
|
-
]
|
|
352
|
-
|
|
353
|
-
[[package]]
|
|
354
|
-
name = "cargo-near-build"
|
|
355
|
-
version = "0.4.2"
|
|
356
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
357
|
-
checksum = "5e79fd27a64c34c965d14a81c28c93e512f77439fa4a8a501bb6c262e9e792fe"
|
|
358
|
-
dependencies = [
|
|
359
|
-
"bon",
|
|
360
|
-
"bs58 0.5.1",
|
|
361
|
-
"camino",
|
|
362
|
-
"cargo_metadata",
|
|
363
|
-
"cc",
|
|
364
|
-
"colored",
|
|
365
|
-
"dunce",
|
|
366
|
-
"eyre",
|
|
367
|
-
"hex",
|
|
368
|
-
"humantime",
|
|
369
|
-
"indenter",
|
|
370
|
-
"libloading",
|
|
371
|
-
"near-abi",
|
|
372
|
-
"rustc_version",
|
|
373
|
-
"schemars",
|
|
374
|
-
"serde_json",
|
|
375
|
-
"sha2",
|
|
376
|
-
"symbolic-debuginfo",
|
|
377
|
-
"tempfile",
|
|
378
|
-
"tracing",
|
|
379
|
-
"wasm-opt",
|
|
380
|
-
"zstd 0.13.2",
|
|
381
|
-
]
|
|
382
|
-
|
|
383
|
-
[[package]]
|
|
384
|
-
name = "cargo-platform"
|
|
385
|
-
version = "0.1.9"
|
|
386
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
387
|
-
checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
|
|
388
|
-
dependencies = [
|
|
389
|
-
"serde",
|
|
390
|
-
]
|
|
391
|
-
|
|
392
|
-
[[package]]
|
|
393
|
-
name = "cargo_metadata"
|
|
394
|
-
version = "0.18.1"
|
|
395
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
-
checksum = "2d886547e41f740c616ae73108f6eb70afe6d940c7bc697cb30f13daec073037"
|
|
397
|
-
dependencies = [
|
|
398
|
-
"camino",
|
|
399
|
-
"cargo-platform",
|
|
400
|
-
"semver",
|
|
401
|
-
"serde",
|
|
402
|
-
"serde_json",
|
|
403
|
-
"thiserror 1.0.69",
|
|
404
|
-
]
|
|
405
|
-
|
|
406
|
-
[[package]]
|
|
407
|
-
name = "cc"
|
|
408
|
-
version = "1.2.1"
|
|
409
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
410
|
-
checksum = "fd9de9f2205d5ef3fd67e685b0df337994ddd4495e2a28d185500d0e1edfea47"
|
|
411
|
-
dependencies = [
|
|
412
|
-
"jobserver",
|
|
413
|
-
"libc",
|
|
414
|
-
"shlex",
|
|
415
|
-
]
|
|
416
|
-
|
|
417
|
-
[[package]]
|
|
418
|
-
name = "cfg-if"
|
|
419
|
-
version = "0.1.10"
|
|
420
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
421
|
-
checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
|
|
422
|
-
|
|
423
|
-
[[package]]
|
|
424
|
-
name = "cfg-if"
|
|
425
|
-
version = "1.0.0"
|
|
426
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
427
|
-
checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
|
|
428
|
-
|
|
429
|
-
[[package]]
|
|
430
|
-
name = "cfg_aliases"
|
|
431
|
-
version = "0.2.1"
|
|
432
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
433
|
-
checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
|
|
434
|
-
|
|
435
|
-
[[package]]
|
|
436
|
-
name = "chrono"
|
|
437
|
-
version = "0.4.39"
|
|
438
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
439
|
-
checksum = "7e36cc9d416881d2e24f9a963be5fb1cd90966419ac844274161d10488b3e825"
|
|
440
|
-
dependencies = [
|
|
441
|
-
"android-tzdata",
|
|
442
|
-
"iana-time-zone",
|
|
443
|
-
"js-sys",
|
|
444
|
-
"num-traits",
|
|
445
|
-
"serde",
|
|
446
|
-
"wasm-bindgen",
|
|
447
|
-
"windows-targets",
|
|
448
|
-
]
|
|
449
|
-
|
|
450
|
-
[[package]]
|
|
451
|
-
name = "cipher"
|
|
452
|
-
version = "0.4.4"
|
|
453
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
454
|
-
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
455
|
-
dependencies = [
|
|
456
|
-
"crypto-common",
|
|
457
|
-
"inout",
|
|
458
|
-
]
|
|
459
|
-
|
|
460
|
-
[[package]]
|
|
461
|
-
name = "clap"
|
|
462
|
-
version = "4.5.23"
|
|
463
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
464
|
-
checksum = "3135e7ec2ef7b10c6ed8950f0f792ed96ee093fa088608f1c76e569722700c84"
|
|
465
|
-
dependencies = [
|
|
466
|
-
"clap_builder",
|
|
467
|
-
]
|
|
468
|
-
|
|
469
|
-
[[package]]
|
|
470
|
-
name = "clap_builder"
|
|
471
|
-
version = "4.5.23"
|
|
472
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
473
|
-
checksum = "30582fc632330df2bd26877bde0c1f4470d57c582bbc070376afcd04d8cb4838"
|
|
474
|
-
dependencies = [
|
|
475
|
-
"anstyle",
|
|
476
|
-
"clap_lex",
|
|
477
|
-
"strsim",
|
|
478
|
-
]
|
|
479
|
-
|
|
480
|
-
[[package]]
|
|
481
|
-
name = "clap_lex"
|
|
482
|
-
version = "0.7.4"
|
|
483
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
484
|
-
checksum = "f46ad14479a25103f283c0f10005961cf086d8dc42205bb44c46ac563475dca6"
|
|
485
|
-
|
|
486
|
-
[[package]]
|
|
487
|
-
name = "codespan-reporting"
|
|
488
|
-
version = "0.11.1"
|
|
489
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
490
|
-
checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
|
|
491
|
-
dependencies = [
|
|
492
|
-
"termcolor",
|
|
493
|
-
"unicode-width",
|
|
494
|
-
]
|
|
495
|
-
|
|
496
|
-
[[package]]
|
|
497
|
-
name = "colored"
|
|
498
|
-
version = "2.2.0"
|
|
499
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
500
|
-
checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c"
|
|
501
|
-
dependencies = [
|
|
502
|
-
"lazy_static",
|
|
503
|
-
"windows-sys 0.59.0",
|
|
504
|
-
]
|
|
505
|
-
|
|
506
|
-
[[package]]
|
|
507
|
-
name = "constant_time_eq"
|
|
508
|
-
version = "0.1.5"
|
|
509
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
510
|
-
checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
|
|
511
|
-
|
|
512
|
-
[[package]]
|
|
513
|
-
name = "convert_case"
|
|
514
|
-
version = "0.4.0"
|
|
515
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
516
|
-
checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
|
|
517
|
-
|
|
518
|
-
[[package]]
|
|
519
|
-
name = "convert_case"
|
|
520
|
-
version = "0.5.0"
|
|
521
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
522
|
-
checksum = "fb4a24b1aaf0fd0ce8b45161144d6f42cd91677fd5940fd431183eb023b3a2b8"
|
|
523
|
-
|
|
524
|
-
[[package]]
|
|
525
|
-
name = "core-foundation"
|
|
526
|
-
version = "0.9.4"
|
|
527
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
528
|
-
checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
|
|
529
|
-
dependencies = [
|
|
530
|
-
"core-foundation-sys",
|
|
531
|
-
"libc",
|
|
532
|
-
]
|
|
533
|
-
|
|
534
|
-
[[package]]
|
|
535
|
-
name = "core-foundation-sys"
|
|
536
|
-
version = "0.8.7"
|
|
537
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
538
|
-
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
539
|
-
|
|
540
|
-
[[package]]
|
|
541
|
-
name = "cpufeatures"
|
|
542
|
-
version = "0.2.16"
|
|
543
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
544
|
-
checksum = "16b80225097f2e5ae4e7179dd2266824648f3e2f49d9134d584b76389d31c4c3"
|
|
545
|
-
dependencies = [
|
|
546
|
-
"libc",
|
|
547
|
-
]
|
|
548
|
-
|
|
549
|
-
[[package]]
|
|
550
|
-
name = "crc32fast"
|
|
551
|
-
version = "1.4.2"
|
|
552
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
553
|
-
checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
|
|
554
|
-
dependencies = [
|
|
555
|
-
"cfg-if 1.0.0",
|
|
556
|
-
]
|
|
557
|
-
|
|
558
|
-
[[package]]
|
|
559
|
-
name = "crossbeam-deque"
|
|
560
|
-
version = "0.8.6"
|
|
561
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
562
|
-
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
563
|
-
dependencies = [
|
|
564
|
-
"crossbeam-epoch",
|
|
565
|
-
"crossbeam-utils",
|
|
566
|
-
]
|
|
567
|
-
|
|
568
|
-
[[package]]
|
|
569
|
-
name = "crossbeam-epoch"
|
|
570
|
-
version = "0.9.18"
|
|
571
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
572
|
-
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
573
|
-
dependencies = [
|
|
574
|
-
"crossbeam-utils",
|
|
575
|
-
]
|
|
576
|
-
|
|
577
|
-
[[package]]
|
|
578
|
-
name = "crossbeam-utils"
|
|
579
|
-
version = "0.8.21"
|
|
580
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
581
|
-
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
582
|
-
|
|
583
|
-
[[package]]
|
|
584
|
-
name = "crunchy"
|
|
585
|
-
version = "0.2.2"
|
|
586
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
|
-
checksum = "7a81dae078cea95a014a339291cec439d2f232ebe854a9d672b796c6afafa9b7"
|
|
588
|
-
|
|
589
|
-
[[package]]
|
|
590
|
-
name = "crypto-common"
|
|
591
|
-
version = "0.1.6"
|
|
592
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
593
|
-
checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
|
|
594
|
-
dependencies = [
|
|
595
|
-
"generic-array",
|
|
596
|
-
"typenum",
|
|
597
|
-
]
|
|
598
|
-
|
|
599
|
-
[[package]]
|
|
600
|
-
name = "curve25519-dalek"
|
|
601
|
-
version = "4.1.3"
|
|
602
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
-
checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be"
|
|
604
|
-
dependencies = [
|
|
605
|
-
"cfg-if 1.0.0",
|
|
606
|
-
"cpufeatures",
|
|
607
|
-
"curve25519-dalek-derive",
|
|
608
|
-
"digest",
|
|
609
|
-
"fiat-crypto",
|
|
610
|
-
"rustc_version",
|
|
611
|
-
"subtle",
|
|
612
|
-
"zeroize",
|
|
613
|
-
]
|
|
614
|
-
|
|
615
|
-
[[package]]
|
|
616
|
-
name = "curve25519-dalek-derive"
|
|
617
|
-
version = "0.1.1"
|
|
618
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
619
|
-
checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3"
|
|
620
|
-
dependencies = [
|
|
621
|
-
"proc-macro2",
|
|
622
|
-
"quote",
|
|
623
|
-
"syn 2.0.94",
|
|
624
|
-
]
|
|
625
|
-
|
|
626
|
-
[[package]]
|
|
627
|
-
name = "cxx"
|
|
628
|
-
version = "1.0.136"
|
|
629
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
630
|
-
checksum = "ad7c7515609502d316ab9a24f67dc045132d93bfd3f00713389e90d9898bf30d"
|
|
631
|
-
dependencies = [
|
|
632
|
-
"cc",
|
|
633
|
-
"cxxbridge-cmd",
|
|
634
|
-
"cxxbridge-flags",
|
|
635
|
-
"cxxbridge-macro",
|
|
636
|
-
"foldhash",
|
|
637
|
-
"link-cplusplus",
|
|
638
|
-
]
|
|
639
|
-
|
|
640
|
-
[[package]]
|
|
641
|
-
name = "cxx-build"
|
|
642
|
-
version = "1.0.136"
|
|
643
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
644
|
-
checksum = "8bfd16fca6fd420aebbd80d643c201ee4692114a0de208b790b9cd02ceae65fb"
|
|
645
|
-
dependencies = [
|
|
646
|
-
"cc",
|
|
647
|
-
"codespan-reporting",
|
|
648
|
-
"proc-macro2",
|
|
649
|
-
"quote",
|
|
650
|
-
"scratch",
|
|
651
|
-
"syn 2.0.94",
|
|
652
|
-
]
|
|
653
|
-
|
|
654
|
-
[[package]]
|
|
655
|
-
name = "cxxbridge-cmd"
|
|
656
|
-
version = "1.0.136"
|
|
657
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
658
|
-
checksum = "6c33fd49f5d956a1b7ee5f7a9768d58580c6752838d92e39d0d56439efdedc35"
|
|
659
|
-
dependencies = [
|
|
660
|
-
"clap",
|
|
661
|
-
"codespan-reporting",
|
|
662
|
-
"proc-macro2",
|
|
663
|
-
"quote",
|
|
664
|
-
"syn 2.0.94",
|
|
665
|
-
]
|
|
666
|
-
|
|
667
|
-
[[package]]
|
|
668
|
-
name = "cxxbridge-flags"
|
|
669
|
-
version = "1.0.136"
|
|
670
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
671
|
-
checksum = "be0f1077278fac36299cce8446effd19fe93a95eedb10d39265f3bf67b3036c9"
|
|
672
|
-
|
|
673
|
-
[[package]]
|
|
674
|
-
name = "cxxbridge-macro"
|
|
675
|
-
version = "1.0.136"
|
|
676
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
677
|
-
checksum = "3da7e4d6e74af6b79031d264b2f13c3ea70af1978083741c41ffce9308f1f24f"
|
|
678
|
-
dependencies = [
|
|
679
|
-
"proc-macro2",
|
|
680
|
-
"quote",
|
|
681
|
-
"rustversion",
|
|
682
|
-
"syn 2.0.94",
|
|
683
|
-
]
|
|
684
|
-
|
|
685
|
-
[[package]]
|
|
686
|
-
name = "darling"
|
|
687
|
-
version = "0.20.10"
|
|
688
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
689
|
-
checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989"
|
|
690
|
-
dependencies = [
|
|
691
|
-
"darling_core",
|
|
692
|
-
"darling_macro",
|
|
693
|
-
]
|
|
694
|
-
|
|
695
|
-
[[package]]
|
|
696
|
-
name = "darling_core"
|
|
697
|
-
version = "0.20.10"
|
|
698
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
699
|
-
checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5"
|
|
700
|
-
dependencies = [
|
|
701
|
-
"fnv",
|
|
702
|
-
"ident_case",
|
|
703
|
-
"proc-macro2",
|
|
704
|
-
"quote",
|
|
705
|
-
"strsim",
|
|
706
|
-
"syn 2.0.94",
|
|
707
|
-
]
|
|
708
|
-
|
|
709
|
-
[[package]]
|
|
710
|
-
name = "darling_macro"
|
|
711
|
-
version = "0.20.10"
|
|
712
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
|
-
checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806"
|
|
714
|
-
dependencies = [
|
|
715
|
-
"darling_core",
|
|
716
|
-
"quote",
|
|
717
|
-
"syn 2.0.94",
|
|
718
|
-
]
|
|
719
|
-
|
|
720
|
-
[[package]]
|
|
721
|
-
name = "debugid"
|
|
722
|
-
version = "0.7.3"
|
|
723
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
724
|
-
checksum = "d6ee87af31d84ef885378aebca32be3d682b0e0dc119d5b4860a2c5bb5046730"
|
|
725
|
-
dependencies = [
|
|
726
|
-
"uuid",
|
|
727
|
-
]
|
|
728
|
-
|
|
729
|
-
[[package]]
|
|
730
|
-
name = "deranged"
|
|
731
|
-
version = "0.3.11"
|
|
732
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
733
|
-
checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4"
|
|
734
|
-
dependencies = [
|
|
735
|
-
"powerfmt",
|
|
736
|
-
"serde",
|
|
737
|
-
]
|
|
738
|
-
|
|
739
|
-
[[package]]
|
|
740
|
-
name = "derive_arbitrary"
|
|
741
|
-
version = "1.4.1"
|
|
742
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
743
|
-
checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
|
|
744
|
-
dependencies = [
|
|
745
|
-
"proc-macro2",
|
|
746
|
-
"quote",
|
|
747
|
-
"syn 2.0.94",
|
|
748
|
-
]
|
|
749
|
-
|
|
750
|
-
[[package]]
|
|
751
|
-
name = "derive_more"
|
|
752
|
-
version = "0.99.18"
|
|
753
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
754
|
-
checksum = "5f33878137e4dafd7fa914ad4e259e18a4e8e532b9617a2d0150262bf53abfce"
|
|
755
|
-
dependencies = [
|
|
756
|
-
"convert_case 0.4.0",
|
|
757
|
-
"proc-macro2",
|
|
758
|
-
"quote",
|
|
759
|
-
"rustc_version",
|
|
760
|
-
"syn 2.0.94",
|
|
761
|
-
]
|
|
762
|
-
|
|
763
|
-
[[package]]
|
|
764
|
-
name = "digest"
|
|
765
|
-
version = "0.10.7"
|
|
766
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
767
|
-
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
768
|
-
dependencies = [
|
|
769
|
-
"block-buffer",
|
|
770
|
-
"crypto-common",
|
|
771
|
-
"subtle",
|
|
772
|
-
]
|
|
773
|
-
|
|
774
|
-
[[package]]
|
|
775
|
-
name = "dirs-next"
|
|
776
|
-
version = "2.0.0"
|
|
777
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
778
|
-
checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
|
|
779
|
-
dependencies = [
|
|
780
|
-
"cfg-if 1.0.0",
|
|
781
|
-
"dirs-sys-next",
|
|
782
|
-
]
|
|
783
|
-
|
|
784
|
-
[[package]]
|
|
785
|
-
name = "dirs-sys-next"
|
|
786
|
-
version = "0.1.2"
|
|
787
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
788
|
-
checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
|
|
789
|
-
dependencies = [
|
|
790
|
-
"libc",
|
|
791
|
-
"redox_users",
|
|
792
|
-
"winapi",
|
|
793
|
-
]
|
|
794
|
-
|
|
795
|
-
[[package]]
|
|
796
|
-
name = "displaydoc"
|
|
797
|
-
version = "0.2.5"
|
|
798
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
799
|
-
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
800
|
-
dependencies = [
|
|
801
|
-
"proc-macro2",
|
|
802
|
-
"quote",
|
|
803
|
-
"syn 2.0.94",
|
|
804
|
-
]
|
|
805
|
-
|
|
806
|
-
[[package]]
|
|
807
|
-
name = "dmsort"
|
|
808
|
-
version = "1.0.2"
|
|
809
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
810
|
-
checksum = "f0bc8fbe9441c17c9f46f75dfe27fa1ddb6c68a461ccaed0481419219d4f10d3"
|
|
811
|
-
|
|
812
|
-
[[package]]
|
|
813
|
-
name = "dunce"
|
|
814
|
-
version = "1.0.5"
|
|
815
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
816
|
-
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
817
|
-
|
|
818
|
-
[[package]]
|
|
819
|
-
name = "dyn-clone"
|
|
820
|
-
version = "1.0.17"
|
|
821
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
822
|
-
checksum = "0d6ef0072f8a535281e4876be788938b528e9a1d43900b82c2569af7da799125"
|
|
823
|
-
|
|
824
|
-
[[package]]
|
|
825
|
-
name = "easy-ext"
|
|
826
|
-
version = "0.2.9"
|
|
827
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
828
|
-
checksum = "53aff6fdc1b181225acdcb5b14c47106726fd8e486707315b1b138baed68ee31"
|
|
829
|
-
|
|
830
|
-
[[package]]
|
|
831
|
-
name = "ed25519"
|
|
832
|
-
version = "2.2.3"
|
|
833
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
834
|
-
checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53"
|
|
835
|
-
dependencies = [
|
|
836
|
-
"signature",
|
|
837
|
-
]
|
|
838
|
-
|
|
839
|
-
[[package]]
|
|
840
|
-
name = "ed25519-dalek"
|
|
841
|
-
version = "2.1.1"
|
|
842
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
843
|
-
checksum = "4a3daa8e81a3963a60642bcc1f90a670680bd4a77535faa384e9d1c79d620871"
|
|
844
|
-
dependencies = [
|
|
845
|
-
"curve25519-dalek",
|
|
846
|
-
"ed25519",
|
|
847
|
-
"rand_core",
|
|
848
|
-
"sha2",
|
|
849
|
-
"subtle",
|
|
850
|
-
]
|
|
851
|
-
|
|
852
|
-
[[package]]
|
|
853
|
-
name = "either"
|
|
854
|
-
version = "1.13.0"
|
|
855
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
856
|
-
checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|
857
|
-
|
|
858
|
-
[[package]]
|
|
859
|
-
name = "elementtree"
|
|
860
|
-
version = "0.7.0"
|
|
861
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
862
|
-
checksum = "5f6319c9433cf1e95c60c8533978bccf0614f27f03bb4e514253468eeeaa7fe3"
|
|
863
|
-
dependencies = [
|
|
864
|
-
"string_cache",
|
|
865
|
-
"xml-rs",
|
|
866
|
-
]
|
|
867
|
-
|
|
868
|
-
[[package]]
|
|
869
|
-
name = "encoding_rs"
|
|
870
|
-
version = "0.8.35"
|
|
871
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
872
|
-
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
873
|
-
dependencies = [
|
|
874
|
-
"cfg-if 1.0.0",
|
|
875
|
-
]
|
|
876
|
-
|
|
877
|
-
[[package]]
|
|
878
|
-
name = "enum-map"
|
|
879
|
-
version = "2.7.3"
|
|
880
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
881
|
-
checksum = "6866f3bfdf8207509a033af1a75a7b08abda06bbaaeae6669323fd5a097df2e9"
|
|
882
|
-
dependencies = [
|
|
883
|
-
"enum-map-derive",
|
|
884
|
-
]
|
|
885
|
-
|
|
886
|
-
[[package]]
|
|
887
|
-
name = "enum-map-derive"
|
|
888
|
-
version = "0.17.0"
|
|
889
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
890
|
-
checksum = "f282cfdfe92516eb26c2af8589c274c7c17681f5ecc03c18255fe741c6aa64eb"
|
|
891
|
-
dependencies = [
|
|
892
|
-
"proc-macro2",
|
|
893
|
-
"quote",
|
|
894
|
-
"syn 2.0.94",
|
|
895
|
-
]
|
|
896
|
-
|
|
897
|
-
[[package]]
|
|
898
|
-
name = "equivalent"
|
|
899
|
-
version = "1.0.1"
|
|
900
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
901
|
-
checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
|
|
902
|
-
|
|
903
|
-
[[package]]
|
|
904
|
-
name = "errno"
|
|
905
|
-
version = "0.3.10"
|
|
906
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
907
|
-
checksum = "33d852cb9b869c2a9b3df2f71a3074817f01e1844f839a144f5fcef059a4eb5d"
|
|
908
|
-
dependencies = [
|
|
909
|
-
"libc",
|
|
910
|
-
"windows-sys 0.59.0",
|
|
911
|
-
]
|
|
912
|
-
|
|
913
|
-
[[package]]
|
|
914
|
-
name = "eyre"
|
|
915
|
-
version = "0.6.12"
|
|
916
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
917
|
-
checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
|
|
918
|
-
dependencies = [
|
|
919
|
-
"indenter",
|
|
920
|
-
"once_cell",
|
|
921
|
-
]
|
|
922
|
-
|
|
923
|
-
[[package]]
|
|
924
|
-
name = "fallible-iterator"
|
|
925
|
-
version = "0.2.0"
|
|
926
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
927
|
-
checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
|
|
928
|
-
|
|
929
|
-
[[package]]
|
|
930
|
-
name = "fastrand"
|
|
931
|
-
version = "2.3.0"
|
|
932
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
933
|
-
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
934
|
-
|
|
935
|
-
[[package]]
|
|
936
|
-
name = "fiat-crypto"
|
|
937
|
-
version = "0.2.9"
|
|
938
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
939
|
-
checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d"
|
|
940
|
-
|
|
941
|
-
[[package]]
|
|
942
|
-
name = "filetime"
|
|
943
|
-
version = "0.2.25"
|
|
944
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
-
checksum = "35c0522e981e68cbfa8c3f978441a5f34b30b96e146b33cd3359176b50fe8586"
|
|
946
|
-
dependencies = [
|
|
947
|
-
"cfg-if 1.0.0",
|
|
948
|
-
"libc",
|
|
949
|
-
"libredox",
|
|
950
|
-
"windows-sys 0.59.0",
|
|
951
|
-
]
|
|
952
|
-
|
|
953
|
-
[[package]]
|
|
954
|
-
name = "fixed-hash"
|
|
955
|
-
version = "0.7.0"
|
|
956
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
957
|
-
checksum = "cfcf0ed7fe52a17a03854ec54a9f76d6d84508d1c0e66bc1793301c73fc8493c"
|
|
958
|
-
dependencies = [
|
|
959
|
-
"static_assertions",
|
|
960
|
-
]
|
|
961
|
-
|
|
962
|
-
[[package]]
|
|
963
|
-
name = "flate2"
|
|
964
|
-
version = "1.0.35"
|
|
965
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
966
|
-
checksum = "c936bfdafb507ebbf50b8074c54fa31c5be9a1e7e5f467dd659697041407d07c"
|
|
967
|
-
dependencies = [
|
|
968
|
-
"crc32fast",
|
|
969
|
-
"miniz_oxide",
|
|
970
|
-
]
|
|
971
|
-
|
|
972
|
-
[[package]]
|
|
973
|
-
name = "fluent-uri"
|
|
974
|
-
version = "0.1.4"
|
|
975
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
976
|
-
checksum = "17c704e9dbe1ddd863da1e6ff3567795087b1eb201ce80d8fa81162e1516500d"
|
|
977
|
-
dependencies = [
|
|
978
|
-
"bitflags 1.3.2",
|
|
979
|
-
]
|
|
980
|
-
|
|
981
|
-
[[package]]
|
|
982
|
-
name = "fnv"
|
|
983
|
-
version = "1.0.7"
|
|
984
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
985
|
-
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
986
|
-
|
|
987
|
-
[[package]]
|
|
988
|
-
name = "foldhash"
|
|
989
|
-
version = "0.1.4"
|
|
990
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
991
|
-
checksum = "a0d2fde1f7b3d48b8395d5f2de76c18a528bd6a9cdde438df747bfcba3e05d6f"
|
|
992
|
-
|
|
993
|
-
[[package]]
|
|
994
|
-
name = "foreign-types"
|
|
995
|
-
version = "0.3.2"
|
|
996
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
997
|
-
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
998
|
-
dependencies = [
|
|
999
|
-
"foreign-types-shared",
|
|
1000
|
-
]
|
|
1001
|
-
|
|
1002
|
-
[[package]]
|
|
1003
|
-
name = "foreign-types-shared"
|
|
1004
|
-
version = "0.1.1"
|
|
1005
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1006
|
-
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
1007
|
-
|
|
1008
|
-
[[package]]
|
|
1009
|
-
name = "form_urlencoded"
|
|
1010
|
-
version = "1.2.1"
|
|
1011
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1012
|
-
checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
|
|
1013
|
-
dependencies = [
|
|
1014
|
-
"percent-encoding",
|
|
1015
|
-
]
|
|
1016
|
-
|
|
1017
|
-
[[package]]
|
|
1018
|
-
name = "fs2"
|
|
1019
|
-
version = "0.4.3"
|
|
1020
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1021
|
-
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
1022
|
-
dependencies = [
|
|
1023
|
-
"libc",
|
|
1024
|
-
"winapi",
|
|
1025
|
-
]
|
|
1026
|
-
|
|
1027
|
-
[[package]]
|
|
1028
|
-
name = "funty"
|
|
1029
|
-
version = "2.0.0"
|
|
1030
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1031
|
-
checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
|
|
1032
|
-
|
|
1033
|
-
[[package]]
|
|
1034
|
-
name = "futures-channel"
|
|
1035
|
-
version = "0.3.31"
|
|
1036
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1037
|
-
checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
|
|
1038
|
-
dependencies = [
|
|
1039
|
-
"futures-core",
|
|
1040
|
-
]
|
|
1041
|
-
|
|
1042
|
-
[[package]]
|
|
1043
|
-
name = "futures-core"
|
|
1044
|
-
version = "0.3.31"
|
|
1045
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1046
|
-
checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
|
|
1047
|
-
|
|
1048
|
-
[[package]]
|
|
1049
|
-
name = "futures-sink"
|
|
1050
|
-
version = "0.3.31"
|
|
1051
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1052
|
-
checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
|
|
1053
|
-
|
|
1054
|
-
[[package]]
|
|
1055
|
-
name = "futures-task"
|
|
1056
|
-
version = "0.3.31"
|
|
1057
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1058
|
-
checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
|
|
1059
|
-
|
|
1060
|
-
[[package]]
|
|
1061
|
-
name = "futures-util"
|
|
1062
|
-
version = "0.3.31"
|
|
1063
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1064
|
-
checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
|
|
1065
|
-
dependencies = [
|
|
1066
|
-
"futures-core",
|
|
1067
|
-
"futures-task",
|
|
1068
|
-
"pin-project-lite",
|
|
1069
|
-
"pin-utils",
|
|
1070
|
-
]
|
|
1071
|
-
|
|
1072
|
-
[[package]]
|
|
1073
|
-
name = "generic-array"
|
|
1074
|
-
version = "0.14.7"
|
|
1075
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1076
|
-
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
1077
|
-
dependencies = [
|
|
1078
|
-
"typenum",
|
|
1079
|
-
"version_check",
|
|
1080
|
-
]
|
|
1081
|
-
|
|
1082
|
-
[[package]]
|
|
1083
|
-
name = "getrandom"
|
|
1084
|
-
version = "0.2.15"
|
|
1085
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1086
|
-
checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7"
|
|
1087
|
-
dependencies = [
|
|
1088
|
-
"cfg-if 1.0.0",
|
|
1089
|
-
"libc",
|
|
1090
|
-
"wasi",
|
|
1091
|
-
]
|
|
1092
|
-
|
|
1093
|
-
[[package]]
|
|
1094
|
-
name = "gimli"
|
|
1095
|
-
version = "0.26.2"
|
|
1096
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1097
|
-
checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
|
|
1098
|
-
dependencies = [
|
|
1099
|
-
"fallible-iterator",
|
|
1100
|
-
"stable_deref_trait",
|
|
1101
|
-
]
|
|
1102
|
-
|
|
1103
|
-
[[package]]
|
|
1104
|
-
name = "gimli"
|
|
1105
|
-
version = "0.31.1"
|
|
1106
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1107
|
-
checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
|
|
1108
|
-
|
|
1109
|
-
[[package]]
|
|
1110
|
-
name = "glob"
|
|
1111
|
-
version = "0.3.2"
|
|
1112
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1113
|
-
checksum = "a8d1add55171497b4705a648c6b583acafb01d58050a51727785f0b2c8e0a2b2"
|
|
1114
|
-
|
|
1115
|
-
[[package]]
|
|
1116
|
-
name = "goblin"
|
|
1117
|
-
version = "0.5.4"
|
|
1118
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1119
|
-
checksum = "a7666983ed0dd8d21a6f6576ee00053ca0926fb281a5522577a4dbd0f1b54143"
|
|
1120
|
-
dependencies = [
|
|
1121
|
-
"log",
|
|
1122
|
-
"plain",
|
|
1123
|
-
"scroll 0.11.0",
|
|
1124
|
-
]
|
|
1125
|
-
|
|
1126
|
-
[[package]]
|
|
1127
|
-
name = "h2"
|
|
1128
|
-
version = "0.4.7"
|
|
1129
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1130
|
-
checksum = "ccae279728d634d083c00f6099cb58f01cc99c145b84b8be2f6c74618d79922e"
|
|
1131
|
-
dependencies = [
|
|
1132
|
-
"atomic-waker",
|
|
1133
|
-
"bytes",
|
|
1134
|
-
"fnv",
|
|
1135
|
-
"futures-core",
|
|
1136
|
-
"futures-sink",
|
|
1137
|
-
"http",
|
|
1138
|
-
"indexmap 2.7.0",
|
|
1139
|
-
"slab",
|
|
1140
|
-
"tokio",
|
|
1141
|
-
"tokio-util",
|
|
1142
|
-
"tracing",
|
|
1143
|
-
]
|
|
1144
|
-
|
|
1145
|
-
[[package]]
|
|
1146
|
-
name = "hashbrown"
|
|
1147
|
-
version = "0.12.3"
|
|
1148
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1149
|
-
checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
|
|
1150
|
-
|
|
1151
|
-
[[package]]
|
|
1152
|
-
name = "hashbrown"
|
|
1153
|
-
version = "0.15.2"
|
|
1154
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1155
|
-
checksum = "bf151400ff0baff5465007dd2f3e717f3fe502074ca563069ce3a6629d07b289"
|
|
1156
|
-
dependencies = [
|
|
1157
|
-
"allocator-api2",
|
|
1158
|
-
"equivalent",
|
|
1159
|
-
"foldhash",
|
|
1160
|
-
]
|
|
1161
|
-
|
|
1162
|
-
[[package]]
|
|
1163
|
-
name = "heck"
|
|
1164
|
-
version = "0.4.1"
|
|
1165
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1166
|
-
checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
|
|
1167
|
-
|
|
1168
|
-
[[package]]
|
|
1169
|
-
name = "heck"
|
|
1170
|
-
version = "0.5.0"
|
|
1171
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1172
|
-
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
1173
|
-
|
|
1174
|
-
[[package]]
|
|
1175
|
-
name = "hello-rs"
|
|
1176
|
-
version = "0.1.0"
|
|
1177
|
-
dependencies = [
|
|
1178
|
-
"near-sdk",
|
|
1179
|
-
"near-workspaces",
|
|
1180
|
-
"serde_json",
|
|
1181
|
-
"tokio",
|
|
1182
|
-
]
|
|
1183
|
-
|
|
1184
|
-
[[package]]
|
|
1185
|
-
name = "hermit-abi"
|
|
1186
|
-
version = "0.3.9"
|
|
1187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1188
|
-
checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024"
|
|
1189
|
-
|
|
1190
|
-
[[package]]
|
|
1191
|
-
name = "hex"
|
|
1192
|
-
version = "0.4.3"
|
|
1193
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1194
|
-
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
1195
|
-
dependencies = [
|
|
1196
|
-
"serde",
|
|
1197
|
-
]
|
|
1198
|
-
|
|
1199
|
-
[[package]]
|
|
1200
|
-
name = "hmac"
|
|
1201
|
-
version = "0.12.1"
|
|
1202
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1203
|
-
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
1204
|
-
dependencies = [
|
|
1205
|
-
"digest",
|
|
1206
|
-
]
|
|
1207
|
-
|
|
1208
|
-
[[package]]
|
|
1209
|
-
name = "home"
|
|
1210
|
-
version = "0.5.11"
|
|
1211
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1212
|
-
checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
|
|
1213
|
-
dependencies = [
|
|
1214
|
-
"windows-sys 0.59.0",
|
|
1215
|
-
]
|
|
1216
|
-
|
|
1217
|
-
[[package]]
|
|
1218
|
-
name = "http"
|
|
1219
|
-
version = "1.2.0"
|
|
1220
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1221
|
-
checksum = "f16ca2af56261c99fba8bac40a10251ce8188205a4c448fbb745a2e4daa76fea"
|
|
1222
|
-
dependencies = [
|
|
1223
|
-
"bytes",
|
|
1224
|
-
"fnv",
|
|
1225
|
-
"itoa",
|
|
1226
|
-
]
|
|
1227
|
-
|
|
1228
|
-
[[package]]
|
|
1229
|
-
name = "http-body"
|
|
1230
|
-
version = "1.0.1"
|
|
1231
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1232
|
-
checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
|
|
1233
|
-
dependencies = [
|
|
1234
|
-
"bytes",
|
|
1235
|
-
"http",
|
|
1236
|
-
]
|
|
1237
|
-
|
|
1238
|
-
[[package]]
|
|
1239
|
-
name = "http-body-util"
|
|
1240
|
-
version = "0.1.2"
|
|
1241
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1242
|
-
checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f"
|
|
1243
|
-
dependencies = [
|
|
1244
|
-
"bytes",
|
|
1245
|
-
"futures-util",
|
|
1246
|
-
"http",
|
|
1247
|
-
"http-body",
|
|
1248
|
-
"pin-project-lite",
|
|
1249
|
-
]
|
|
1250
|
-
|
|
1251
|
-
[[package]]
|
|
1252
|
-
name = "httparse"
|
|
1253
|
-
version = "1.9.5"
|
|
1254
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1255
|
-
checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946"
|
|
1256
|
-
|
|
1257
|
-
[[package]]
|
|
1258
|
-
name = "humantime"
|
|
1259
|
-
version = "2.1.0"
|
|
1260
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1261
|
-
checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
|
|
1262
|
-
|
|
1263
|
-
[[package]]
|
|
1264
|
-
name = "hyper"
|
|
1265
|
-
version = "1.5.2"
|
|
1266
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1267
|
-
checksum = "256fb8d4bd6413123cc9d91832d78325c48ff41677595be797d90f42969beae0"
|
|
1268
|
-
dependencies = [
|
|
1269
|
-
"bytes",
|
|
1270
|
-
"futures-channel",
|
|
1271
|
-
"futures-util",
|
|
1272
|
-
"h2",
|
|
1273
|
-
"http",
|
|
1274
|
-
"http-body",
|
|
1275
|
-
"httparse",
|
|
1276
|
-
"itoa",
|
|
1277
|
-
"pin-project-lite",
|
|
1278
|
-
"smallvec",
|
|
1279
|
-
"tokio",
|
|
1280
|
-
"want",
|
|
1281
|
-
]
|
|
1282
|
-
|
|
1283
|
-
[[package]]
|
|
1284
|
-
name = "hyper-rustls"
|
|
1285
|
-
version = "0.27.5"
|
|
1286
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1287
|
-
checksum = "2d191583f3da1305256f22463b9bb0471acad48a4e534a5218b9963e9c1f59b2"
|
|
1288
|
-
dependencies = [
|
|
1289
|
-
"futures-util",
|
|
1290
|
-
"http",
|
|
1291
|
-
"hyper",
|
|
1292
|
-
"hyper-util",
|
|
1293
|
-
"rustls",
|
|
1294
|
-
"rustls-pki-types",
|
|
1295
|
-
"tokio",
|
|
1296
|
-
"tokio-rustls",
|
|
1297
|
-
"tower-service",
|
|
1298
|
-
]
|
|
1299
|
-
|
|
1300
|
-
[[package]]
|
|
1301
|
-
name = "hyper-tls"
|
|
1302
|
-
version = "0.6.0"
|
|
1303
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1304
|
-
checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0"
|
|
1305
|
-
dependencies = [
|
|
1306
|
-
"bytes",
|
|
1307
|
-
"http-body-util",
|
|
1308
|
-
"hyper",
|
|
1309
|
-
"hyper-util",
|
|
1310
|
-
"native-tls",
|
|
1311
|
-
"tokio",
|
|
1312
|
-
"tokio-native-tls",
|
|
1313
|
-
"tower-service",
|
|
1314
|
-
]
|
|
1315
|
-
|
|
1316
|
-
[[package]]
|
|
1317
|
-
name = "hyper-util"
|
|
1318
|
-
version = "0.1.10"
|
|
1319
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1320
|
-
checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4"
|
|
1321
|
-
dependencies = [
|
|
1322
|
-
"bytes",
|
|
1323
|
-
"futures-channel",
|
|
1324
|
-
"futures-util",
|
|
1325
|
-
"http",
|
|
1326
|
-
"http-body",
|
|
1327
|
-
"hyper",
|
|
1328
|
-
"pin-project-lite",
|
|
1329
|
-
"socket2",
|
|
1330
|
-
"tokio",
|
|
1331
|
-
"tower-service",
|
|
1332
|
-
"tracing",
|
|
1333
|
-
]
|
|
1334
|
-
|
|
1335
|
-
[[package]]
|
|
1336
|
-
name = "iana-time-zone"
|
|
1337
|
-
version = "0.1.61"
|
|
1338
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1339
|
-
checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220"
|
|
1340
|
-
dependencies = [
|
|
1341
|
-
"android_system_properties",
|
|
1342
|
-
"core-foundation-sys",
|
|
1343
|
-
"iana-time-zone-haiku",
|
|
1344
|
-
"js-sys",
|
|
1345
|
-
"wasm-bindgen",
|
|
1346
|
-
"windows-core",
|
|
1347
|
-
]
|
|
1348
|
-
|
|
1349
|
-
[[package]]
|
|
1350
|
-
name = "iana-time-zone-haiku"
|
|
1351
|
-
version = "0.1.2"
|
|
1352
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1353
|
-
checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
|
|
1354
|
-
dependencies = [
|
|
1355
|
-
"cc",
|
|
1356
|
-
]
|
|
1357
|
-
|
|
1358
|
-
[[package]]
|
|
1359
|
-
name = "icu_collections"
|
|
1360
|
-
version = "1.5.0"
|
|
1361
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1362
|
-
checksum = "db2fa452206ebee18c4b5c2274dbf1de17008e874b4dc4f0aea9d01ca79e4526"
|
|
1363
|
-
dependencies = [
|
|
1364
|
-
"displaydoc",
|
|
1365
|
-
"yoke",
|
|
1366
|
-
"zerofrom",
|
|
1367
|
-
"zerovec",
|
|
1368
|
-
]
|
|
1369
|
-
|
|
1370
|
-
[[package]]
|
|
1371
|
-
name = "icu_locid"
|
|
1372
|
-
version = "1.5.0"
|
|
1373
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1374
|
-
checksum = "13acbb8371917fc971be86fc8057c41a64b521c184808a698c02acc242dbf637"
|
|
1375
|
-
dependencies = [
|
|
1376
|
-
"displaydoc",
|
|
1377
|
-
"litemap",
|
|
1378
|
-
"tinystr",
|
|
1379
|
-
"writeable",
|
|
1380
|
-
"zerovec",
|
|
1381
|
-
]
|
|
1382
|
-
|
|
1383
|
-
[[package]]
|
|
1384
|
-
name = "icu_locid_transform"
|
|
1385
|
-
version = "1.5.0"
|
|
1386
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1387
|
-
checksum = "01d11ac35de8e40fdeda00d9e1e9d92525f3f9d887cdd7aa81d727596788b54e"
|
|
1388
|
-
dependencies = [
|
|
1389
|
-
"displaydoc",
|
|
1390
|
-
"icu_locid",
|
|
1391
|
-
"icu_locid_transform_data",
|
|
1392
|
-
"icu_provider",
|
|
1393
|
-
"tinystr",
|
|
1394
|
-
"zerovec",
|
|
1395
|
-
]
|
|
1396
|
-
|
|
1397
|
-
[[package]]
|
|
1398
|
-
name = "icu_locid_transform_data"
|
|
1399
|
-
version = "1.5.0"
|
|
1400
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1401
|
-
checksum = "fdc8ff3388f852bede6b579ad4e978ab004f139284d7b28715f773507b946f6e"
|
|
1402
|
-
|
|
1403
|
-
[[package]]
|
|
1404
|
-
name = "icu_normalizer"
|
|
1405
|
-
version = "1.5.0"
|
|
1406
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1407
|
-
checksum = "19ce3e0da2ec68599d193c93d088142efd7f9c5d6fc9b803774855747dc6a84f"
|
|
1408
|
-
dependencies = [
|
|
1409
|
-
"displaydoc",
|
|
1410
|
-
"icu_collections",
|
|
1411
|
-
"icu_normalizer_data",
|
|
1412
|
-
"icu_properties",
|
|
1413
|
-
"icu_provider",
|
|
1414
|
-
"smallvec",
|
|
1415
|
-
"utf16_iter",
|
|
1416
|
-
"utf8_iter",
|
|
1417
|
-
"write16",
|
|
1418
|
-
"zerovec",
|
|
1419
|
-
]
|
|
1420
|
-
|
|
1421
|
-
[[package]]
|
|
1422
|
-
name = "icu_normalizer_data"
|
|
1423
|
-
version = "1.5.0"
|
|
1424
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1425
|
-
checksum = "f8cafbf7aa791e9b22bec55a167906f9e1215fd475cd22adfcf660e03e989516"
|
|
1426
|
-
|
|
1427
|
-
[[package]]
|
|
1428
|
-
name = "icu_properties"
|
|
1429
|
-
version = "1.5.1"
|
|
1430
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1431
|
-
checksum = "93d6020766cfc6302c15dbbc9c8778c37e62c14427cb7f6e601d849e092aeef5"
|
|
1432
|
-
dependencies = [
|
|
1433
|
-
"displaydoc",
|
|
1434
|
-
"icu_collections",
|
|
1435
|
-
"icu_locid_transform",
|
|
1436
|
-
"icu_properties_data",
|
|
1437
|
-
"icu_provider",
|
|
1438
|
-
"tinystr",
|
|
1439
|
-
"zerovec",
|
|
1440
|
-
]
|
|
1441
|
-
|
|
1442
|
-
[[package]]
|
|
1443
|
-
name = "icu_properties_data"
|
|
1444
|
-
version = "1.5.0"
|
|
1445
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1446
|
-
checksum = "67a8effbc3dd3e4ba1afa8ad918d5684b8868b3b26500753effea8d2eed19569"
|
|
1447
|
-
|
|
1448
|
-
[[package]]
|
|
1449
|
-
name = "icu_provider"
|
|
1450
|
-
version = "1.5.0"
|
|
1451
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1452
|
-
checksum = "6ed421c8a8ef78d3e2dbc98a973be2f3770cb42b606e3ab18d6237c4dfde68d9"
|
|
1453
|
-
dependencies = [
|
|
1454
|
-
"displaydoc",
|
|
1455
|
-
"icu_locid",
|
|
1456
|
-
"icu_provider_macros",
|
|
1457
|
-
"stable_deref_trait",
|
|
1458
|
-
"tinystr",
|
|
1459
|
-
"writeable",
|
|
1460
|
-
"yoke",
|
|
1461
|
-
"zerofrom",
|
|
1462
|
-
"zerovec",
|
|
1463
|
-
]
|
|
1464
|
-
|
|
1465
|
-
[[package]]
|
|
1466
|
-
name = "icu_provider_macros"
|
|
1467
|
-
version = "1.5.0"
|
|
1468
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1469
|
-
checksum = "1ec89e9337638ecdc08744df490b221a7399bf8d164eb52a665454e60e075ad6"
|
|
1470
|
-
dependencies = [
|
|
1471
|
-
"proc-macro2",
|
|
1472
|
-
"quote",
|
|
1473
|
-
"syn 2.0.94",
|
|
1474
|
-
]
|
|
1475
|
-
|
|
1476
|
-
[[package]]
|
|
1477
|
-
name = "ident_case"
|
|
1478
|
-
version = "1.0.1"
|
|
1479
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1480
|
-
checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
|
|
1481
|
-
|
|
1482
|
-
[[package]]
|
|
1483
|
-
name = "idna"
|
|
1484
|
-
version = "1.0.3"
|
|
1485
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1486
|
-
checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
|
|
1487
|
-
dependencies = [
|
|
1488
|
-
"idna_adapter",
|
|
1489
|
-
"smallvec",
|
|
1490
|
-
"utf8_iter",
|
|
1491
|
-
]
|
|
1492
|
-
|
|
1493
|
-
[[package]]
|
|
1494
|
-
name = "idna_adapter"
|
|
1495
|
-
version = "1.2.0"
|
|
1496
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1497
|
-
checksum = "daca1df1c957320b2cf139ac61e7bd64fed304c5040df000a745aa1de3b4ef71"
|
|
1498
|
-
dependencies = [
|
|
1499
|
-
"icu_normalizer",
|
|
1500
|
-
"icu_properties",
|
|
1501
|
-
]
|
|
1502
|
-
|
|
1503
|
-
[[package]]
|
|
1504
|
-
name = "indent_write"
|
|
1505
|
-
version = "2.2.0"
|
|
1506
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1507
|
-
checksum = "0cfe9645a18782869361d9c8732246be7b410ad4e919d3609ebabdac00ba12c3"
|
|
1508
|
-
|
|
1509
|
-
[[package]]
|
|
1510
|
-
name = "indenter"
|
|
1511
|
-
version = "0.3.3"
|
|
1512
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1513
|
-
checksum = "ce23b50ad8242c51a442f3ff322d56b02f08852c77e4c0b4d3fd684abc89c683"
|
|
1514
|
-
|
|
1515
|
-
[[package]]
|
|
1516
|
-
name = "indexmap"
|
|
1517
|
-
version = "1.9.3"
|
|
1518
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1519
|
-
checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
|
|
1520
|
-
dependencies = [
|
|
1521
|
-
"autocfg",
|
|
1522
|
-
"hashbrown 0.12.3",
|
|
1523
|
-
"serde",
|
|
1524
|
-
]
|
|
1525
|
-
|
|
1526
|
-
[[package]]
|
|
1527
|
-
name = "indexmap"
|
|
1528
|
-
version = "2.7.0"
|
|
1529
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1530
|
-
checksum = "62f822373a4fe84d4bb149bf54e584a7f4abec90e072ed49cda0edea5b95471f"
|
|
1531
|
-
dependencies = [
|
|
1532
|
-
"equivalent",
|
|
1533
|
-
"hashbrown 0.15.2",
|
|
1534
|
-
"serde",
|
|
1535
|
-
]
|
|
1536
|
-
|
|
1537
|
-
[[package]]
|
|
1538
|
-
name = "inout"
|
|
1539
|
-
version = "0.1.3"
|
|
1540
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1541
|
-
checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
|
|
1542
|
-
dependencies = [
|
|
1543
|
-
"generic-array",
|
|
1544
|
-
]
|
|
1545
|
-
|
|
1546
|
-
[[package]]
|
|
1547
|
-
name = "ipnet"
|
|
1548
|
-
version = "2.10.1"
|
|
1549
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1550
|
-
checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708"
|
|
1551
|
-
|
|
1552
|
-
[[package]]
|
|
1553
|
-
name = "is_executable"
|
|
1554
|
-
version = "0.1.2"
|
|
1555
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1556
|
-
checksum = "302d553b8abc8187beb7d663e34c065ac4570b273bc9511a50e940e99409c577"
|
|
1557
|
-
dependencies = [
|
|
1558
|
-
"winapi",
|
|
1559
|
-
]
|
|
1560
|
-
|
|
1561
|
-
[[package]]
|
|
1562
|
-
name = "itertools"
|
|
1563
|
-
version = "0.10.5"
|
|
1564
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1565
|
-
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
1566
|
-
dependencies = [
|
|
1567
|
-
"either",
|
|
1568
|
-
]
|
|
1569
|
-
|
|
1570
|
-
[[package]]
|
|
1571
|
-
name = "itoa"
|
|
1572
|
-
version = "1.0.14"
|
|
1573
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1574
|
-
checksum = "d75a2a4b1b190afb6f5425f10f6a8f959d2ea0b9c2b1d79553551850539e4674"
|
|
1575
|
-
|
|
1576
|
-
[[package]]
|
|
1577
|
-
name = "jobserver"
|
|
1578
|
-
version = "0.1.32"
|
|
1579
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1580
|
-
checksum = "48d1dbcbbeb6a7fec7e059840aa538bd62aaccf972c7346c4d9d2059312853d0"
|
|
1581
|
-
dependencies = [
|
|
1582
|
-
"libc",
|
|
1583
|
-
]
|
|
1584
|
-
|
|
1585
|
-
[[package]]
|
|
1586
|
-
name = "joinery"
|
|
1587
|
-
version = "2.1.0"
|
|
1588
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1589
|
-
checksum = "72167d68f5fce3b8655487b8038691a3c9984ee769590f93f2a631f4ad64e4f5"
|
|
1590
|
-
|
|
1591
|
-
[[package]]
|
|
1592
|
-
name = "js-sys"
|
|
1593
|
-
version = "0.3.76"
|
|
1594
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1595
|
-
checksum = "6717b6b5b077764fb5966237269cb3c64edddde4b14ce42647430a78ced9e7b7"
|
|
1596
|
-
dependencies = [
|
|
1597
|
-
"once_cell",
|
|
1598
|
-
"wasm-bindgen",
|
|
1599
|
-
]
|
|
1600
|
-
|
|
1601
|
-
[[package]]
|
|
1602
|
-
name = "json-patch"
|
|
1603
|
-
version = "2.0.0"
|
|
1604
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1605
|
-
checksum = "5b1fb8864823fad91877e6caea0baca82e49e8db50f8e5c9f9a453e27d3330fc"
|
|
1606
|
-
dependencies = [
|
|
1607
|
-
"jsonptr",
|
|
1608
|
-
"serde",
|
|
1609
|
-
"serde_json",
|
|
1610
|
-
"thiserror 1.0.69",
|
|
1611
|
-
]
|
|
1612
|
-
|
|
1613
|
-
[[package]]
|
|
1614
|
-
name = "json_comments"
|
|
1615
|
-
version = "0.2.2"
|
|
1616
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1617
|
-
checksum = "9dbbfed4e59ba9750e15ba154fdfd9329cee16ff3df539c2666b70f58cc32105"
|
|
1618
|
-
|
|
1619
|
-
[[package]]
|
|
1620
|
-
name = "jsonptr"
|
|
1621
|
-
version = "0.4.7"
|
|
1622
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1623
|
-
checksum = "1c6e529149475ca0b2820835d3dce8fcc41c6b943ca608d32f35b449255e4627"
|
|
1624
|
-
dependencies = [
|
|
1625
|
-
"fluent-uri",
|
|
1626
|
-
"serde",
|
|
1627
|
-
"serde_json",
|
|
1628
|
-
]
|
|
1629
|
-
|
|
1630
|
-
[[package]]
|
|
1631
|
-
name = "keccak"
|
|
1632
|
-
version = "0.1.5"
|
|
1633
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1634
|
-
checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
|
|
1635
|
-
dependencies = [
|
|
1636
|
-
"cpufeatures",
|
|
1637
|
-
]
|
|
1638
|
-
|
|
1639
|
-
[[package]]
|
|
1640
|
-
name = "lazy_static"
|
|
1641
|
-
version = "1.5.0"
|
|
1642
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1643
|
-
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
1644
|
-
dependencies = [
|
|
1645
|
-
"spin",
|
|
1646
|
-
]
|
|
1647
|
-
|
|
1648
|
-
[[package]]
|
|
1649
|
-
name = "lazycell"
|
|
1650
|
-
version = "1.3.0"
|
|
1651
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1652
|
-
checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
|
|
1653
|
-
|
|
1654
|
-
[[package]]
|
|
1655
|
-
name = "libc"
|
|
1656
|
-
version = "0.2.169"
|
|
1657
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1658
|
-
checksum = "b5aba8db14291edd000dfcc4d620c7ebfb122c613afb886ca8803fa4e128a20a"
|
|
1659
|
-
|
|
1660
|
-
[[package]]
|
|
1661
|
-
name = "libloading"
|
|
1662
|
-
version = "0.8.6"
|
|
1663
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1664
|
-
checksum = "fc2f4eb4bc735547cfed7c0a4922cbd04a4655978c09b54f1f7b228750664c34"
|
|
1665
|
-
dependencies = [
|
|
1666
|
-
"cfg-if 1.0.0",
|
|
1667
|
-
"windows-targets",
|
|
1668
|
-
]
|
|
1669
|
-
|
|
1670
|
-
[[package]]
|
|
1671
|
-
name = "libredox"
|
|
1672
|
-
version = "0.1.3"
|
|
1673
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1674
|
-
checksum = "c0ff37bd590ca25063e35af745c343cb7a0271906fb7b37e4813e8f79f00268d"
|
|
1675
|
-
dependencies = [
|
|
1676
|
-
"bitflags 2.6.0",
|
|
1677
|
-
"libc",
|
|
1678
|
-
"redox_syscall",
|
|
1679
|
-
]
|
|
1680
|
-
|
|
1681
|
-
[[package]]
|
|
1682
|
-
name = "link-cplusplus"
|
|
1683
|
-
version = "1.0.9"
|
|
1684
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1685
|
-
checksum = "9d240c6f7e1ba3a28b0249f774e6a9dd0175054b52dfbb61b16eb8505c3785c9"
|
|
1686
|
-
dependencies = [
|
|
1687
|
-
"cc",
|
|
1688
|
-
]
|
|
1689
|
-
|
|
1690
|
-
[[package]]
|
|
1691
|
-
name = "linux-raw-sys"
|
|
1692
|
-
version = "0.4.14"
|
|
1693
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1694
|
-
checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89"
|
|
1695
|
-
|
|
1696
|
-
[[package]]
|
|
1697
|
-
name = "litemap"
|
|
1698
|
-
version = "0.7.4"
|
|
1699
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1700
|
-
checksum = "4ee93343901ab17bd981295f2cf0026d4ad018c7c31ba84549a4ddbb47a45104"
|
|
1701
|
-
|
|
1702
|
-
[[package]]
|
|
1703
|
-
name = "lock_api"
|
|
1704
|
-
version = "0.4.12"
|
|
1705
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1706
|
-
checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17"
|
|
1707
|
-
dependencies = [
|
|
1708
|
-
"autocfg",
|
|
1709
|
-
"scopeguard",
|
|
1710
|
-
]
|
|
1711
|
-
|
|
1712
|
-
[[package]]
|
|
1713
|
-
name = "log"
|
|
1714
|
-
version = "0.4.22"
|
|
1715
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1716
|
-
checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24"
|
|
1717
|
-
|
|
1718
|
-
[[package]]
|
|
1719
|
-
name = "lru"
|
|
1720
|
-
version = "0.12.5"
|
|
1721
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1722
|
-
checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
|
|
1723
|
-
dependencies = [
|
|
1724
|
-
"hashbrown 0.15.2",
|
|
1725
|
-
]
|
|
1726
|
-
|
|
1727
|
-
[[package]]
|
|
1728
|
-
name = "memchr"
|
|
1729
|
-
version = "2.7.4"
|
|
1730
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1731
|
-
checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3"
|
|
1732
|
-
|
|
1733
|
-
[[package]]
|
|
1734
|
-
name = "memmap2"
|
|
1735
|
-
version = "0.5.10"
|
|
1736
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1737
|
-
checksum = "83faa42c0a078c393f6b29d5db232d8be22776a891f8f56e5284faee4a20b327"
|
|
1738
|
-
dependencies = [
|
|
1739
|
-
"libc",
|
|
1740
|
-
]
|
|
1741
|
-
|
|
1742
|
-
[[package]]
|
|
1743
|
-
name = "memory_units"
|
|
1744
|
-
version = "0.4.0"
|
|
1745
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1746
|
-
checksum = "8452105ba047068f40ff7093dd1d9da90898e63dd61736462e9cdda6a90ad3c3"
|
|
1747
|
-
|
|
1748
|
-
[[package]]
|
|
1749
|
-
name = "mime"
|
|
1750
|
-
version = "0.3.17"
|
|
1751
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1752
|
-
checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
|
|
1753
|
-
|
|
1754
|
-
[[package]]
|
|
1755
|
-
name = "minimal-lexical"
|
|
1756
|
-
version = "0.2.1"
|
|
1757
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1758
|
-
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
1759
|
-
|
|
1760
|
-
[[package]]
|
|
1761
|
-
name = "miniz_oxide"
|
|
1762
|
-
version = "0.8.2"
|
|
1763
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1764
|
-
checksum = "4ffbe83022cedc1d264172192511ae958937694cd57ce297164951b8b3568394"
|
|
1765
|
-
dependencies = [
|
|
1766
|
-
"adler2",
|
|
1767
|
-
]
|
|
1768
|
-
|
|
1769
|
-
[[package]]
|
|
1770
|
-
name = "mio"
|
|
1771
|
-
version = "1.0.3"
|
|
1772
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1773
|
-
checksum = "2886843bf800fba2e3377cff24abf6379b4c4d5c6681eaf9ea5b0d15090450bd"
|
|
1774
|
-
dependencies = [
|
|
1775
|
-
"libc",
|
|
1776
|
-
"wasi",
|
|
1777
|
-
"windows-sys 0.52.0",
|
|
1778
|
-
]
|
|
1779
|
-
|
|
1780
|
-
[[package]]
|
|
1781
|
-
name = "native-tls"
|
|
1782
|
-
version = "0.2.12"
|
|
1783
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1784
|
-
checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466"
|
|
1785
|
-
dependencies = [
|
|
1786
|
-
"libc",
|
|
1787
|
-
"log",
|
|
1788
|
-
"openssl",
|
|
1789
|
-
"openssl-probe",
|
|
1790
|
-
"openssl-sys",
|
|
1791
|
-
"schannel",
|
|
1792
|
-
"security-framework",
|
|
1793
|
-
"security-framework-sys",
|
|
1794
|
-
"tempfile",
|
|
1795
|
-
]
|
|
1796
|
-
|
|
1797
|
-
[[package]]
|
|
1798
|
-
name = "near-abi"
|
|
1799
|
-
version = "0.4.3"
|
|
1800
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1801
|
-
checksum = "7c49593c9e94454a2368a4c0a511bf4bf1413aff4d23f16e1d8f4e64b5215351"
|
|
1802
|
-
dependencies = [
|
|
1803
|
-
"borsh",
|
|
1804
|
-
"schemars",
|
|
1805
|
-
"semver",
|
|
1806
|
-
"serde",
|
|
1807
|
-
]
|
|
1808
|
-
|
|
1809
|
-
[[package]]
|
|
1810
|
-
name = "near-abi-client"
|
|
1811
|
-
version = "0.1.1"
|
|
1812
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1813
|
-
checksum = "879ac02b2e8d6498294adce1de7a2424a5474b35a73e9262c851be39c89d7f92"
|
|
1814
|
-
dependencies = [
|
|
1815
|
-
"anyhow",
|
|
1816
|
-
"convert_case 0.5.0",
|
|
1817
|
-
"near-abi-client-impl",
|
|
1818
|
-
"near-abi-client-macros",
|
|
1819
|
-
"prettyplease",
|
|
1820
|
-
"quote",
|
|
1821
|
-
"syn 1.0.109",
|
|
1822
|
-
]
|
|
1823
|
-
|
|
1824
|
-
[[package]]
|
|
1825
|
-
name = "near-abi-client-impl"
|
|
1826
|
-
version = "0.1.1"
|
|
1827
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1828
|
-
checksum = "1139e8a6f60fd8ed1c53c700b67bcecbf6deb4b1f47bbe9a9d5eea760d8a8e91"
|
|
1829
|
-
dependencies = [
|
|
1830
|
-
"anyhow",
|
|
1831
|
-
"near-abi",
|
|
1832
|
-
"near_schemafy_lib",
|
|
1833
|
-
"proc-macro2",
|
|
1834
|
-
"quote",
|
|
1835
|
-
"schemars",
|
|
1836
|
-
"serde_json",
|
|
1837
|
-
]
|
|
1838
|
-
|
|
1839
|
-
[[package]]
|
|
1840
|
-
name = "near-abi-client-macros"
|
|
1841
|
-
version = "0.1.1"
|
|
1842
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1843
|
-
checksum = "ebaf2aae80086b310bf96e657bbee0c599c3452afd35e72999f8d6764d6b1899"
|
|
1844
|
-
dependencies = [
|
|
1845
|
-
"near-abi-client-impl",
|
|
1846
|
-
"syn 1.0.109",
|
|
1847
|
-
]
|
|
1848
|
-
|
|
1849
|
-
[[package]]
|
|
1850
|
-
name = "near-account-id"
|
|
1851
|
-
version = "1.0.0"
|
|
1852
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1853
|
-
checksum = "35cbb989542587b47205e608324ddd391f0cee1c22b4b64ae49f458334b95907"
|
|
1854
|
-
dependencies = [
|
|
1855
|
-
"borsh",
|
|
1856
|
-
"serde",
|
|
1857
|
-
]
|
|
1858
|
-
|
|
1859
|
-
[[package]]
|
|
1860
|
-
name = "near-chain-configs"
|
|
1861
|
-
version = "0.28.0"
|
|
1862
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1863
|
-
checksum = "4c1f312b5e1cdb6d6eb8a753de5798fe70fc2aa048b37d9a08a8d63f5623707d"
|
|
1864
|
-
dependencies = [
|
|
1865
|
-
"anyhow",
|
|
1866
|
-
"bytesize",
|
|
1867
|
-
"chrono",
|
|
1868
|
-
"derive_more",
|
|
1869
|
-
"near-config-utils",
|
|
1870
|
-
"near-crypto",
|
|
1871
|
-
"near-parameters",
|
|
1872
|
-
"near-primitives",
|
|
1873
|
-
"near-time",
|
|
1874
|
-
"num-rational",
|
|
1875
|
-
"serde",
|
|
1876
|
-
"serde_json",
|
|
1877
|
-
"sha2",
|
|
1878
|
-
"smart-default",
|
|
1879
|
-
"time",
|
|
1880
|
-
"tracing",
|
|
1881
|
-
]
|
|
1882
|
-
|
|
1883
|
-
[[package]]
|
|
1884
|
-
name = "near-config-utils"
|
|
1885
|
-
version = "0.28.0"
|
|
1886
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1887
|
-
checksum = "bedc768765dd8229a1d960c94f517317f40771a003e78916124784c7d6ea9d74"
|
|
1888
|
-
dependencies = [
|
|
1889
|
-
"anyhow",
|
|
1890
|
-
"json_comments",
|
|
1891
|
-
"thiserror 2.0.9",
|
|
1892
|
-
"tracing",
|
|
1893
|
-
]
|
|
1894
|
-
|
|
1895
|
-
[[package]]
|
|
1896
|
-
name = "near-crypto"
|
|
1897
|
-
version = "0.28.0"
|
|
1898
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1899
|
-
checksum = "4374804fdd45ac84c9e7cc3183312c98560c5518d81e6d8e2d92b77587e5a9f3"
|
|
1900
|
-
dependencies = [
|
|
1901
|
-
"blake2",
|
|
1902
|
-
"borsh",
|
|
1903
|
-
"bs58 0.4.0",
|
|
1904
|
-
"curve25519-dalek",
|
|
1905
|
-
"derive_more",
|
|
1906
|
-
"ed25519-dalek",
|
|
1907
|
-
"hex",
|
|
1908
|
-
"near-account-id",
|
|
1909
|
-
"near-config-utils",
|
|
1910
|
-
"near-schema-checker-lib",
|
|
1911
|
-
"near-stdx",
|
|
1912
|
-
"primitive-types",
|
|
1913
|
-
"rand",
|
|
1914
|
-
"secp256k1",
|
|
1915
|
-
"serde",
|
|
1916
|
-
"serde_json",
|
|
1917
|
-
"subtle",
|
|
1918
|
-
"thiserror 2.0.9",
|
|
1919
|
-
]
|
|
1920
|
-
|
|
1921
|
-
[[package]]
|
|
1922
|
-
name = "near-fmt"
|
|
1923
|
-
version = "0.28.0"
|
|
1924
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1925
|
-
checksum = "f14f36eee2dcb0ecd8febb9f198e0e1fa768c834db9e1982ad2acfcd04b45acf"
|
|
1926
|
-
dependencies = [
|
|
1927
|
-
"near-primitives-core",
|
|
1928
|
-
]
|
|
1929
|
-
|
|
1930
|
-
[[package]]
|
|
1931
|
-
name = "near-gas"
|
|
1932
|
-
version = "0.3.0"
|
|
1933
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1934
|
-
checksum = "180edcc7dc2fac41f93570d0c7b759c1b6d492f6ad093d749d644a40b4310a97"
|
|
1935
|
-
dependencies = [
|
|
1936
|
-
"borsh",
|
|
1937
|
-
"schemars",
|
|
1938
|
-
"serde",
|
|
1939
|
-
]
|
|
1940
|
-
|
|
1941
|
-
[[package]]
|
|
1942
|
-
name = "near-jsonrpc-client"
|
|
1943
|
-
version = "0.15.1"
|
|
1944
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1945
|
-
checksum = "e66a0c4c47f2fbbfa11ea8317fce2288d70d4aa8231e77fd213721ffcc1c334f"
|
|
1946
|
-
dependencies = [
|
|
1947
|
-
"borsh",
|
|
1948
|
-
"lazy_static",
|
|
1949
|
-
"log",
|
|
1950
|
-
"near-chain-configs",
|
|
1951
|
-
"near-crypto",
|
|
1952
|
-
"near-jsonrpc-primitives",
|
|
1953
|
-
"near-primitives",
|
|
1954
|
-
"reqwest",
|
|
1955
|
-
"serde",
|
|
1956
|
-
"serde_json",
|
|
1957
|
-
"thiserror 2.0.9",
|
|
1958
|
-
]
|
|
1959
|
-
|
|
1960
|
-
[[package]]
|
|
1961
|
-
name = "near-jsonrpc-primitives"
|
|
1962
|
-
version = "0.28.0"
|
|
1963
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1964
|
-
checksum = "90f445f809d1f227f0f61f38c14271635c0bc9a28a8f74a803a4fb25292d5ea7"
|
|
1965
|
-
dependencies = [
|
|
1966
|
-
"arbitrary",
|
|
1967
|
-
"near-chain-configs",
|
|
1968
|
-
"near-crypto",
|
|
1969
|
-
"near-primitives",
|
|
1970
|
-
"near-schema-checker-lib",
|
|
1971
|
-
"serde",
|
|
1972
|
-
"serde_json",
|
|
1973
|
-
"thiserror 2.0.9",
|
|
1974
|
-
"time",
|
|
1975
|
-
]
|
|
1976
|
-
|
|
1977
|
-
[[package]]
|
|
1978
|
-
name = "near-parameters"
|
|
1979
|
-
version = "0.28.0"
|
|
1980
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1981
|
-
checksum = "1279baa276725971d5e2b80c524d1aa42d5ad8bccf8901466fd579374cf58a14"
|
|
1982
|
-
dependencies = [
|
|
1983
|
-
"borsh",
|
|
1984
|
-
"enum-map",
|
|
1985
|
-
"near-account-id",
|
|
1986
|
-
"near-primitives-core",
|
|
1987
|
-
"near-schema-checker-lib",
|
|
1988
|
-
"num-rational",
|
|
1989
|
-
"serde",
|
|
1990
|
-
"serde_repr",
|
|
1991
|
-
"serde_yaml",
|
|
1992
|
-
"strum 0.24.1",
|
|
1993
|
-
"thiserror 2.0.9",
|
|
1994
|
-
]
|
|
1995
|
-
|
|
1996
|
-
[[package]]
|
|
1997
|
-
name = "near-primitives"
|
|
1998
|
-
version = "0.28.0"
|
|
1999
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2000
|
-
checksum = "6ab6ecc354e61c40b044c8b553c187383a587a1679d2e594f0b98ca58dbfb6e3"
|
|
2001
|
-
dependencies = [
|
|
2002
|
-
"arbitrary",
|
|
2003
|
-
"base64 0.21.7",
|
|
2004
|
-
"bitvec",
|
|
2005
|
-
"borsh",
|
|
2006
|
-
"bytes",
|
|
2007
|
-
"bytesize",
|
|
2008
|
-
"cfg-if 1.0.0",
|
|
2009
|
-
"chrono",
|
|
2010
|
-
"derive_more",
|
|
2011
|
-
"easy-ext",
|
|
2012
|
-
"enum-map",
|
|
2013
|
-
"hex",
|
|
2014
|
-
"itertools",
|
|
2015
|
-
"near-crypto",
|
|
2016
|
-
"near-fmt",
|
|
2017
|
-
"near-parameters",
|
|
2018
|
-
"near-primitives-core",
|
|
2019
|
-
"near-schema-checker-lib",
|
|
2020
|
-
"near-stdx",
|
|
2021
|
-
"near-time",
|
|
2022
|
-
"num-rational",
|
|
2023
|
-
"ordered-float",
|
|
2024
|
-
"primitive-types",
|
|
2025
|
-
"rand",
|
|
2026
|
-
"rand_chacha",
|
|
2027
|
-
"serde",
|
|
2028
|
-
"serde_json",
|
|
2029
|
-
"serde_with",
|
|
2030
|
-
"sha3",
|
|
2031
|
-
"smart-default",
|
|
2032
|
-
"strum 0.24.1",
|
|
2033
|
-
"thiserror 2.0.9",
|
|
2034
|
-
"tracing",
|
|
2035
|
-
"zstd 0.13.2",
|
|
2036
|
-
]
|
|
2037
|
-
|
|
2038
|
-
[[package]]
|
|
2039
|
-
name = "near-primitives-core"
|
|
2040
|
-
version = "0.28.0"
|
|
2041
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2042
|
-
checksum = "d597af103bb7881d1fb9031fb126cfe6c1acb9c9a6c8296dca45b5b3beb0893d"
|
|
2043
|
-
dependencies = [
|
|
2044
|
-
"arbitrary",
|
|
2045
|
-
"base64 0.21.7",
|
|
2046
|
-
"borsh",
|
|
2047
|
-
"bs58 0.4.0",
|
|
2048
|
-
"derive_more",
|
|
2049
|
-
"enum-map",
|
|
2050
|
-
"near-account-id",
|
|
2051
|
-
"near-schema-checker-lib",
|
|
2052
|
-
"num-rational",
|
|
2053
|
-
"serde",
|
|
2054
|
-
"serde_repr",
|
|
2055
|
-
"sha2",
|
|
2056
|
-
"thiserror 2.0.9",
|
|
2057
|
-
]
|
|
2058
|
-
|
|
2059
|
-
[[package]]
|
|
2060
|
-
name = "near-sandbox-utils"
|
|
2061
|
-
version = "0.13.0"
|
|
2062
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2063
|
-
checksum = "51b918c05ec1ac6bf36f5f78e286befa987b17773b9fe4e80958d6350a494c98"
|
|
2064
|
-
dependencies = [
|
|
2065
|
-
"anyhow",
|
|
2066
|
-
"binary-install",
|
|
2067
|
-
"fs2",
|
|
2068
|
-
"home",
|
|
2069
|
-
"tokio",
|
|
2070
|
-
]
|
|
2071
|
-
|
|
2072
|
-
[[package]]
|
|
2073
|
-
name = "near-schema-checker-core"
|
|
2074
|
-
version = "0.28.0"
|
|
2075
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2076
|
-
checksum = "a48405425eca34de98e680416310df33fdb75768a78481cc75b43172b2748613"
|
|
2077
|
-
|
|
2078
|
-
[[package]]
|
|
2079
|
-
name = "near-schema-checker-lib"
|
|
2080
|
-
version = "0.28.0"
|
|
2081
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2082
|
-
checksum = "dfb720bf5cc256af687a9eb7a6e05baf3668dc75cfd43098e83ba1b3d3900f08"
|
|
2083
|
-
dependencies = [
|
|
2084
|
-
"near-schema-checker-core",
|
|
2085
|
-
"near-schema-checker-macro",
|
|
2086
|
-
]
|
|
2087
|
-
|
|
2088
|
-
[[package]]
|
|
2089
|
-
name = "near-schema-checker-macro"
|
|
2090
|
-
version = "0.28.0"
|
|
2091
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2092
|
-
checksum = "b41a159cbf732acc0279febdde046d9036330a32a951796bce42f9529bce799d"
|
|
2093
|
-
|
|
2094
|
-
[[package]]
|
|
2095
|
-
name = "near-sdk"
|
|
2096
|
-
version = "5.7.0"
|
|
2097
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2098
|
-
checksum = "befb9df6da1a6a0b6656388c0db76084867062a87f1cbc066c188a8e360b6463"
|
|
2099
|
-
dependencies = [
|
|
2100
|
-
"base64 0.22.1",
|
|
2101
|
-
"borsh",
|
|
2102
|
-
"bs58 0.5.1",
|
|
2103
|
-
"near-account-id",
|
|
2104
|
-
"near-crypto",
|
|
2105
|
-
"near-gas",
|
|
2106
|
-
"near-parameters",
|
|
2107
|
-
"near-primitives",
|
|
2108
|
-
"near-primitives-core",
|
|
2109
|
-
"near-sdk-macros",
|
|
2110
|
-
"near-sys",
|
|
2111
|
-
"near-token",
|
|
2112
|
-
"near-vm-runner",
|
|
2113
|
-
"once_cell",
|
|
2114
|
-
"serde",
|
|
2115
|
-
"serde_json",
|
|
2116
|
-
"wee_alloc",
|
|
2117
|
-
]
|
|
2118
|
-
|
|
2119
|
-
[[package]]
|
|
2120
|
-
name = "near-sdk-macros"
|
|
2121
|
-
version = "5.7.0"
|
|
2122
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2123
|
-
checksum = "1268c4fc56bf53d70c200261fb8d57c6c1c6692243660f5f889c7fa4cf5771d2"
|
|
2124
|
-
dependencies = [
|
|
2125
|
-
"Inflector",
|
|
2126
|
-
"darling",
|
|
2127
|
-
"proc-macro2",
|
|
2128
|
-
"quote",
|
|
2129
|
-
"serde",
|
|
2130
|
-
"serde_json",
|
|
2131
|
-
"strum 0.26.3",
|
|
2132
|
-
"strum_macros 0.26.4",
|
|
2133
|
-
"syn 2.0.94",
|
|
2134
|
-
]
|
|
2135
|
-
|
|
2136
|
-
[[package]]
|
|
2137
|
-
name = "near-stdx"
|
|
2138
|
-
version = "0.28.0"
|
|
2139
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2140
|
-
checksum = "7a91674768828a593f4bac4aeca9334c4b56fe19344a2ccf7bd795b2325f0b5e"
|
|
2141
|
-
|
|
2142
|
-
[[package]]
|
|
2143
|
-
name = "near-sys"
|
|
2144
|
-
version = "0.2.2"
|
|
2145
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2146
|
-
checksum = "dbf4ca5c805cb78700e10e43484902d8da05f25788db277999d209568aaf4c8e"
|
|
2147
|
-
|
|
2148
|
-
[[package]]
|
|
2149
|
-
name = "near-time"
|
|
2150
|
-
version = "0.28.0"
|
|
2151
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2152
|
-
checksum = "c92bf9dffb11126e8db9a6a51bcb330c8584d0bab0d6d14c20cf2ff1f16d684d"
|
|
2153
|
-
dependencies = [
|
|
2154
|
-
"serde",
|
|
2155
|
-
"time",
|
|
2156
|
-
]
|
|
2157
|
-
|
|
2158
|
-
[[package]]
|
|
2159
|
-
name = "near-token"
|
|
2160
|
-
version = "0.3.0"
|
|
2161
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2162
|
-
checksum = "cd3e60aa26a74dc514b1b6408fdd06cefe2eb0ff029020956c1c6517594048fd"
|
|
2163
|
-
dependencies = [
|
|
2164
|
-
"borsh",
|
|
2165
|
-
"serde",
|
|
2166
|
-
]
|
|
2167
|
-
|
|
2168
|
-
[[package]]
|
|
2169
|
-
name = "near-vm-runner"
|
|
2170
|
-
version = "0.28.0"
|
|
2171
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2172
|
-
checksum = "f311723579af3d3cd8e9b5b25efade1b8f5b5e0dd2819ed8ee581e7c7855a76d"
|
|
2173
|
-
dependencies = [
|
|
2174
|
-
"blst",
|
|
2175
|
-
"borsh",
|
|
2176
|
-
"bytesize",
|
|
2177
|
-
"ed25519-dalek",
|
|
2178
|
-
"enum-map",
|
|
2179
|
-
"lru",
|
|
2180
|
-
"near-crypto",
|
|
2181
|
-
"near-parameters",
|
|
2182
|
-
"near-primitives-core",
|
|
2183
|
-
"near-schema-checker-lib",
|
|
2184
|
-
"near-stdx",
|
|
2185
|
-
"num-rational",
|
|
2186
|
-
"rayon",
|
|
2187
|
-
"ripemd",
|
|
2188
|
-
"rustix",
|
|
2189
|
-
"serde",
|
|
2190
|
-
"serde_repr",
|
|
2191
|
-
"sha2",
|
|
2192
|
-
"sha3",
|
|
2193
|
-
"strum 0.24.1",
|
|
2194
|
-
"tempfile",
|
|
2195
|
-
"thiserror 2.0.9",
|
|
2196
|
-
"tracing",
|
|
2197
|
-
"zeropool-bn",
|
|
2198
|
-
]
|
|
2199
|
-
|
|
2200
|
-
[[package]]
|
|
2201
|
-
name = "near-workspaces"
|
|
2202
|
-
version = "0.16.0"
|
|
2203
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2204
|
-
checksum = "7e5804591268264c4e308cc84a54f4c7416da6ad34f8ea5c5a4b1842bc5462de"
|
|
2205
|
-
dependencies = [
|
|
2206
|
-
"async-trait",
|
|
2207
|
-
"base64 0.22.1",
|
|
2208
|
-
"bs58 0.5.1",
|
|
2209
|
-
"cargo-near-build",
|
|
2210
|
-
"chrono",
|
|
2211
|
-
"fs2",
|
|
2212
|
-
"json-patch",
|
|
2213
|
-
"libc",
|
|
2214
|
-
"near-abi-client",
|
|
2215
|
-
"near-account-id",
|
|
2216
|
-
"near-crypto",
|
|
2217
|
-
"near-gas",
|
|
2218
|
-
"near-jsonrpc-client",
|
|
2219
|
-
"near-jsonrpc-primitives",
|
|
2220
|
-
"near-primitives",
|
|
2221
|
-
"near-sandbox-utils",
|
|
2222
|
-
"near-token",
|
|
2223
|
-
"rand",
|
|
2224
|
-
"reqwest",
|
|
2225
|
-
"serde",
|
|
2226
|
-
"serde_json",
|
|
2227
|
-
"sha2",
|
|
2228
|
-
"tempfile",
|
|
2229
|
-
"thiserror 1.0.69",
|
|
2230
|
-
"tokio",
|
|
2231
|
-
"tokio-retry",
|
|
2232
|
-
"tracing",
|
|
2233
|
-
"url",
|
|
2234
|
-
]
|
|
2235
|
-
|
|
2236
|
-
[[package]]
|
|
2237
|
-
name = "near_schemafy_core"
|
|
2238
|
-
version = "0.7.0"
|
|
2239
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2240
|
-
checksum = "42d7a1f809a319578773329389529dbf8c8f0abfbb05a429b37f437105f7caf6"
|
|
2241
|
-
dependencies = [
|
|
2242
|
-
"serde",
|
|
2243
|
-
"serde_json",
|
|
2244
|
-
]
|
|
2245
|
-
|
|
2246
|
-
[[package]]
|
|
2247
|
-
name = "near_schemafy_lib"
|
|
2248
|
-
version = "0.7.0"
|
|
2249
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2250
|
-
checksum = "c39ccae55df51adaa1a4e567b7a79ab4380826a695121cebf41f518076d8c3dd"
|
|
2251
|
-
dependencies = [
|
|
2252
|
-
"Inflector",
|
|
2253
|
-
"near_schemafy_core",
|
|
2254
|
-
"proc-macro2",
|
|
2255
|
-
"quote",
|
|
2256
|
-
"serde",
|
|
2257
|
-
"serde_derive",
|
|
2258
|
-
"serde_json",
|
|
2259
|
-
"syn 1.0.109",
|
|
2260
|
-
"uriparse",
|
|
2261
|
-
]
|
|
2262
|
-
|
|
2263
|
-
[[package]]
|
|
2264
|
-
name = "new_debug_unreachable"
|
|
2265
|
-
version = "1.0.6"
|
|
2266
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2267
|
-
checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
|
|
2268
|
-
|
|
2269
|
-
[[package]]
|
|
2270
|
-
name = "nom"
|
|
2271
|
-
version = "7.1.3"
|
|
2272
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2273
|
-
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
2274
|
-
dependencies = [
|
|
2275
|
-
"memchr",
|
|
2276
|
-
"minimal-lexical",
|
|
2277
|
-
]
|
|
2278
|
-
|
|
2279
|
-
[[package]]
|
|
2280
|
-
name = "nom-supreme"
|
|
2281
|
-
version = "0.6.0"
|
|
2282
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2283
|
-
checksum = "aadc66631948f6b65da03be4c4cd8bd104d481697ecbb9bbd65719b1ec60bc9f"
|
|
2284
|
-
dependencies = [
|
|
2285
|
-
"brownstone",
|
|
2286
|
-
"indent_write",
|
|
2287
|
-
"joinery",
|
|
2288
|
-
"memchr",
|
|
2289
|
-
"nom",
|
|
2290
|
-
]
|
|
2291
|
-
|
|
2292
|
-
[[package]]
|
|
2293
|
-
name = "num-bigint"
|
|
2294
|
-
version = "0.3.3"
|
|
2295
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2296
|
-
checksum = "5f6f7833f2cbf2360a6cfd58cd41a53aa7a90bd4c202f5b1c7dd2ed73c57b2c3"
|
|
2297
|
-
dependencies = [
|
|
2298
|
-
"autocfg",
|
|
2299
|
-
"num-integer",
|
|
2300
|
-
"num-traits",
|
|
2301
|
-
]
|
|
2302
|
-
|
|
2303
|
-
[[package]]
|
|
2304
|
-
name = "num-conv"
|
|
2305
|
-
version = "0.1.0"
|
|
2306
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2307
|
-
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
2308
|
-
|
|
2309
|
-
[[package]]
|
|
2310
|
-
name = "num-integer"
|
|
2311
|
-
version = "0.1.46"
|
|
2312
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2313
|
-
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
2314
|
-
dependencies = [
|
|
2315
|
-
"num-traits",
|
|
2316
|
-
]
|
|
2317
|
-
|
|
2318
|
-
[[package]]
|
|
2319
|
-
name = "num-rational"
|
|
2320
|
-
version = "0.3.2"
|
|
2321
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2322
|
-
checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
|
|
2323
|
-
dependencies = [
|
|
2324
|
-
"autocfg",
|
|
2325
|
-
"num-bigint",
|
|
2326
|
-
"num-integer",
|
|
2327
|
-
"num-traits",
|
|
2328
|
-
"serde",
|
|
2329
|
-
]
|
|
2330
|
-
|
|
2331
|
-
[[package]]
|
|
2332
|
-
name = "num-traits"
|
|
2333
|
-
version = "0.2.19"
|
|
2334
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2335
|
-
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
2336
|
-
dependencies = [
|
|
2337
|
-
"autocfg",
|
|
2338
|
-
]
|
|
2339
|
-
|
|
2340
|
-
[[package]]
|
|
2341
|
-
name = "num_cpus"
|
|
2342
|
-
version = "1.16.0"
|
|
2343
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2344
|
-
checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
|
|
2345
|
-
dependencies = [
|
|
2346
|
-
"hermit-abi",
|
|
2347
|
-
"libc",
|
|
2348
|
-
]
|
|
2349
|
-
|
|
2350
|
-
[[package]]
|
|
2351
|
-
name = "object"
|
|
2352
|
-
version = "0.36.7"
|
|
2353
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2354
|
-
checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
|
|
2355
|
-
dependencies = [
|
|
2356
|
-
"memchr",
|
|
2357
|
-
]
|
|
2358
|
-
|
|
2359
|
-
[[package]]
|
|
2360
|
-
name = "once_cell"
|
|
2361
|
-
version = "1.20.2"
|
|
2362
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2363
|
-
checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775"
|
|
2364
|
-
|
|
2365
|
-
[[package]]
|
|
2366
|
-
name = "openssl"
|
|
2367
|
-
version = "0.10.68"
|
|
2368
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2369
|
-
checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5"
|
|
2370
|
-
dependencies = [
|
|
2371
|
-
"bitflags 2.6.0",
|
|
2372
|
-
"cfg-if 1.0.0",
|
|
2373
|
-
"foreign-types",
|
|
2374
|
-
"libc",
|
|
2375
|
-
"once_cell",
|
|
2376
|
-
"openssl-macros",
|
|
2377
|
-
"openssl-sys",
|
|
2378
|
-
]
|
|
2379
|
-
|
|
2380
|
-
[[package]]
|
|
2381
|
-
name = "openssl-macros"
|
|
2382
|
-
version = "0.1.1"
|
|
2383
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2384
|
-
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
2385
|
-
dependencies = [
|
|
2386
|
-
"proc-macro2",
|
|
2387
|
-
"quote",
|
|
2388
|
-
"syn 2.0.94",
|
|
2389
|
-
]
|
|
2390
|
-
|
|
2391
|
-
[[package]]
|
|
2392
|
-
name = "openssl-probe"
|
|
2393
|
-
version = "0.1.5"
|
|
2394
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2395
|
-
checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
|
|
2396
|
-
|
|
2397
|
-
[[package]]
|
|
2398
|
-
name = "openssl-sys"
|
|
2399
|
-
version = "0.9.104"
|
|
2400
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2401
|
-
checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741"
|
|
2402
|
-
dependencies = [
|
|
2403
|
-
"cc",
|
|
2404
|
-
"libc",
|
|
2405
|
-
"pkg-config",
|
|
2406
|
-
"vcpkg",
|
|
2407
|
-
]
|
|
2408
|
-
|
|
2409
|
-
[[package]]
|
|
2410
|
-
name = "ordered-float"
|
|
2411
|
-
version = "4.6.0"
|
|
2412
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2413
|
-
checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
|
|
2414
|
-
dependencies = [
|
|
2415
|
-
"borsh",
|
|
2416
|
-
"num-traits",
|
|
2417
|
-
"rand",
|
|
2418
|
-
"serde",
|
|
2419
|
-
]
|
|
2420
|
-
|
|
2421
|
-
[[package]]
|
|
2422
|
-
name = "parking_lot"
|
|
2423
|
-
version = "0.12.3"
|
|
2424
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2425
|
-
checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27"
|
|
2426
|
-
dependencies = [
|
|
2427
|
-
"lock_api",
|
|
2428
|
-
"parking_lot_core",
|
|
2429
|
-
]
|
|
2430
|
-
|
|
2431
|
-
[[package]]
|
|
2432
|
-
name = "parking_lot_core"
|
|
2433
|
-
version = "0.9.10"
|
|
2434
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2435
|
-
checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8"
|
|
2436
|
-
dependencies = [
|
|
2437
|
-
"cfg-if 1.0.0",
|
|
2438
|
-
"libc",
|
|
2439
|
-
"redox_syscall",
|
|
2440
|
-
"smallvec",
|
|
2441
|
-
"windows-targets",
|
|
2442
|
-
]
|
|
2443
|
-
|
|
2444
|
-
[[package]]
|
|
2445
|
-
name = "password-hash"
|
|
2446
|
-
version = "0.4.2"
|
|
2447
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2448
|
-
checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
|
|
2449
|
-
dependencies = [
|
|
2450
|
-
"base64ct",
|
|
2451
|
-
"rand_core",
|
|
2452
|
-
"subtle",
|
|
2453
|
-
]
|
|
2454
|
-
|
|
2455
|
-
[[package]]
|
|
2456
|
-
name = "pbkdf2"
|
|
2457
|
-
version = "0.11.0"
|
|
2458
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2459
|
-
checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
|
|
2460
|
-
dependencies = [
|
|
2461
|
-
"digest",
|
|
2462
|
-
"hmac",
|
|
2463
|
-
"password-hash",
|
|
2464
|
-
"sha2",
|
|
2465
|
-
]
|
|
2466
|
-
|
|
2467
|
-
[[package]]
|
|
2468
|
-
name = "pdb"
|
|
2469
|
-
version = "0.7.0"
|
|
2470
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2471
|
-
checksum = "13f4d162ecaaa1467de5afbe62d597757b674b51da8bb4e587430c5fdb2af7aa"
|
|
2472
|
-
dependencies = [
|
|
2473
|
-
"fallible-iterator",
|
|
2474
|
-
"scroll 0.10.2",
|
|
2475
|
-
"uuid",
|
|
2476
|
-
]
|
|
2477
|
-
|
|
2478
|
-
[[package]]
|
|
2479
|
-
name = "percent-encoding"
|
|
2480
|
-
version = "2.3.1"
|
|
2481
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2482
|
-
checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
|
|
2483
|
-
|
|
2484
|
-
[[package]]
|
|
2485
|
-
name = "phf_shared"
|
|
2486
|
-
version = "0.10.0"
|
|
2487
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2488
|
-
checksum = "b6796ad771acdc0123d2a88dc428b5e38ef24456743ddb1744ed628f9815c096"
|
|
2489
|
-
dependencies = [
|
|
2490
|
-
"siphasher",
|
|
2491
|
-
]
|
|
2492
|
-
|
|
2493
|
-
[[package]]
|
|
2494
|
-
name = "pin-project"
|
|
2495
|
-
version = "1.1.7"
|
|
2496
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2497
|
-
checksum = "be57f64e946e500c8ee36ef6331845d40a93055567ec57e8fae13efd33759b95"
|
|
2498
|
-
dependencies = [
|
|
2499
|
-
"pin-project-internal",
|
|
2500
|
-
]
|
|
2501
|
-
|
|
2502
|
-
[[package]]
|
|
2503
|
-
name = "pin-project-internal"
|
|
2504
|
-
version = "1.1.7"
|
|
2505
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2506
|
-
checksum = "3c0f5fad0874fc7abcd4d750e76917eaebbecaa2c20bde22e1dbeeba8beb758c"
|
|
2507
|
-
dependencies = [
|
|
2508
|
-
"proc-macro2",
|
|
2509
|
-
"quote",
|
|
2510
|
-
"syn 2.0.94",
|
|
2511
|
-
]
|
|
2512
|
-
|
|
2513
|
-
[[package]]
|
|
2514
|
-
name = "pin-project-lite"
|
|
2515
|
-
version = "0.2.15"
|
|
2516
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2517
|
-
checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff"
|
|
2518
|
-
|
|
2519
|
-
[[package]]
|
|
2520
|
-
name = "pin-utils"
|
|
2521
|
-
version = "0.1.0"
|
|
2522
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2523
|
-
checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
|
|
2524
|
-
|
|
2525
|
-
[[package]]
|
|
2526
|
-
name = "pkg-config"
|
|
2527
|
-
version = "0.3.31"
|
|
2528
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2529
|
-
checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2"
|
|
2530
|
-
|
|
2531
|
-
[[package]]
|
|
2532
|
-
name = "plain"
|
|
2533
|
-
version = "0.2.3"
|
|
2534
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2535
|
-
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
2536
|
-
|
|
2537
|
-
[[package]]
|
|
2538
|
-
name = "powerfmt"
|
|
2539
|
-
version = "0.2.0"
|
|
2540
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2541
|
-
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
2542
|
-
|
|
2543
|
-
[[package]]
|
|
2544
|
-
name = "ppv-lite86"
|
|
2545
|
-
version = "0.2.20"
|
|
2546
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2547
|
-
checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04"
|
|
2548
|
-
dependencies = [
|
|
2549
|
-
"zerocopy",
|
|
2550
|
-
]
|
|
2551
|
-
|
|
2552
|
-
[[package]]
|
|
2553
|
-
name = "precomputed-hash"
|
|
2554
|
-
version = "0.1.1"
|
|
2555
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2556
|
-
checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
2557
|
-
|
|
2558
|
-
[[package]]
|
|
2559
|
-
name = "prettyplease"
|
|
2560
|
-
version = "0.1.25"
|
|
2561
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2562
|
-
checksum = "6c8646e95016a7a6c4adea95bafa8a16baab64b583356217f2c85db4a39d9a86"
|
|
2563
|
-
dependencies = [
|
|
2564
|
-
"proc-macro2",
|
|
2565
|
-
"syn 1.0.109",
|
|
2566
|
-
]
|
|
2567
|
-
|
|
2568
|
-
[[package]]
|
|
2569
|
-
name = "primitive-types"
|
|
2570
|
-
version = "0.10.1"
|
|
2571
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2572
|
-
checksum = "05e4722c697a58a99d5d06a08c30821d7c082a4632198de1eaa5a6c22ef42373"
|
|
2573
|
-
dependencies = [
|
|
2574
|
-
"fixed-hash",
|
|
2575
|
-
"uint",
|
|
2576
|
-
]
|
|
2577
|
-
|
|
2578
|
-
[[package]]
|
|
2579
|
-
name = "proc-macro-crate"
|
|
2580
|
-
version = "3.2.0"
|
|
2581
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2582
|
-
checksum = "8ecf48c7ca261d60b74ab1a7b20da18bede46776b2e55535cb958eb595c5fa7b"
|
|
2583
|
-
dependencies = [
|
|
2584
|
-
"toml_edit",
|
|
2585
|
-
]
|
|
2586
|
-
|
|
2587
|
-
[[package]]
|
|
2588
|
-
name = "proc-macro2"
|
|
2589
|
-
version = "1.0.92"
|
|
2590
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2591
|
-
checksum = "37d3544b3f2748c54e147655edb5025752e2303145b5aefb3c3ea2c78b973bb0"
|
|
2592
|
-
dependencies = [
|
|
2593
|
-
"unicode-ident",
|
|
2594
|
-
]
|
|
2595
|
-
|
|
2596
|
-
[[package]]
|
|
2597
|
-
name = "quote"
|
|
2598
|
-
version = "1.0.38"
|
|
2599
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2600
|
-
checksum = "0e4dccaaaf89514f546c693ddc140f729f958c247918a13380cccc6078391acc"
|
|
2601
|
-
dependencies = [
|
|
2602
|
-
"proc-macro2",
|
|
2603
|
-
]
|
|
2604
|
-
|
|
2605
|
-
[[package]]
|
|
2606
|
-
name = "radium"
|
|
2607
|
-
version = "0.7.0"
|
|
2608
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2609
|
-
checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
|
|
2610
|
-
|
|
2611
|
-
[[package]]
|
|
2612
|
-
name = "rand"
|
|
2613
|
-
version = "0.8.5"
|
|
2614
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2615
|
-
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
2616
|
-
dependencies = [
|
|
2617
|
-
"libc",
|
|
2618
|
-
"rand_chacha",
|
|
2619
|
-
"rand_core",
|
|
2620
|
-
"serde",
|
|
2621
|
-
]
|
|
2622
|
-
|
|
2623
|
-
[[package]]
|
|
2624
|
-
name = "rand_chacha"
|
|
2625
|
-
version = "0.3.1"
|
|
2626
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2627
|
-
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
2628
|
-
dependencies = [
|
|
2629
|
-
"ppv-lite86",
|
|
2630
|
-
"rand_core",
|
|
2631
|
-
]
|
|
2632
|
-
|
|
2633
|
-
[[package]]
|
|
2634
|
-
name = "rand_core"
|
|
2635
|
-
version = "0.6.4"
|
|
2636
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2637
|
-
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
2638
|
-
dependencies = [
|
|
2639
|
-
"getrandom",
|
|
2640
|
-
"serde",
|
|
2641
|
-
]
|
|
2642
|
-
|
|
2643
|
-
[[package]]
|
|
2644
|
-
name = "rayon"
|
|
2645
|
-
version = "1.10.0"
|
|
2646
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2647
|
-
checksum = "b418a60154510ca1a002a752ca9714984e21e4241e804d32555251faf8b78ffa"
|
|
2648
|
-
dependencies = [
|
|
2649
|
-
"either",
|
|
2650
|
-
"rayon-core",
|
|
2651
|
-
]
|
|
2652
|
-
|
|
2653
|
-
[[package]]
|
|
2654
|
-
name = "rayon-core"
|
|
2655
|
-
version = "1.12.1"
|
|
2656
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2657
|
-
checksum = "1465873a3dfdaa8ae7cb14b4383657caab0b3e8a0aa9ae8e04b044854c8dfce2"
|
|
2658
|
-
dependencies = [
|
|
2659
|
-
"crossbeam-deque",
|
|
2660
|
-
"crossbeam-utils",
|
|
2661
|
-
]
|
|
2662
|
-
|
|
2663
|
-
[[package]]
|
|
2664
|
-
name = "redox_syscall"
|
|
2665
|
-
version = "0.5.8"
|
|
2666
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2667
|
-
checksum = "03a862b389f93e68874fbf580b9de08dd02facb9a788ebadaf4a3fd33cf58834"
|
|
2668
|
-
dependencies = [
|
|
2669
|
-
"bitflags 2.6.0",
|
|
2670
|
-
]
|
|
2671
|
-
|
|
2672
|
-
[[package]]
|
|
2673
|
-
name = "redox_users"
|
|
2674
|
-
version = "0.4.6"
|
|
2675
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2676
|
-
checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43"
|
|
2677
|
-
dependencies = [
|
|
2678
|
-
"getrandom",
|
|
2679
|
-
"libredox",
|
|
2680
|
-
"thiserror 1.0.69",
|
|
2681
|
-
]
|
|
2682
|
-
|
|
2683
|
-
[[package]]
|
|
2684
|
-
name = "regex"
|
|
2685
|
-
version = "1.11.1"
|
|
2686
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2687
|
-
checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191"
|
|
2688
|
-
dependencies = [
|
|
2689
|
-
"aho-corasick",
|
|
2690
|
-
"memchr",
|
|
2691
|
-
"regex-automata",
|
|
2692
|
-
"regex-syntax",
|
|
2693
|
-
]
|
|
2694
|
-
|
|
2695
|
-
[[package]]
|
|
2696
|
-
name = "regex-automata"
|
|
2697
|
-
version = "0.4.9"
|
|
2698
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2699
|
-
checksum = "809e8dc61f6de73b46c85f4c96486310fe304c434cfa43669d7b40f711150908"
|
|
2700
|
-
dependencies = [
|
|
2701
|
-
"aho-corasick",
|
|
2702
|
-
"memchr",
|
|
2703
|
-
"regex-syntax",
|
|
2704
|
-
]
|
|
2705
|
-
|
|
2706
|
-
[[package]]
|
|
2707
|
-
name = "regex-syntax"
|
|
2708
|
-
version = "0.8.5"
|
|
2709
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2710
|
-
checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c"
|
|
2711
|
-
|
|
2712
|
-
[[package]]
|
|
2713
|
-
name = "reqwest"
|
|
2714
|
-
version = "0.12.12"
|
|
2715
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2716
|
-
checksum = "43e734407157c3c2034e0258f5e4473ddb361b1e85f95a66690d67264d7cd1da"
|
|
2717
|
-
dependencies = [
|
|
2718
|
-
"base64 0.22.1",
|
|
2719
|
-
"bytes",
|
|
2720
|
-
"encoding_rs",
|
|
2721
|
-
"futures-core",
|
|
2722
|
-
"futures-util",
|
|
2723
|
-
"h2",
|
|
2724
|
-
"http",
|
|
2725
|
-
"http-body",
|
|
2726
|
-
"http-body-util",
|
|
2727
|
-
"hyper",
|
|
2728
|
-
"hyper-rustls",
|
|
2729
|
-
"hyper-tls",
|
|
2730
|
-
"hyper-util",
|
|
2731
|
-
"ipnet",
|
|
2732
|
-
"js-sys",
|
|
2733
|
-
"log",
|
|
2734
|
-
"mime",
|
|
2735
|
-
"native-tls",
|
|
2736
|
-
"once_cell",
|
|
2737
|
-
"percent-encoding",
|
|
2738
|
-
"pin-project-lite",
|
|
2739
|
-
"rustls-pemfile",
|
|
2740
|
-
"serde",
|
|
2741
|
-
"serde_json",
|
|
2742
|
-
"serde_urlencoded",
|
|
2743
|
-
"sync_wrapper",
|
|
2744
|
-
"system-configuration",
|
|
2745
|
-
"tokio",
|
|
2746
|
-
"tokio-native-tls",
|
|
2747
|
-
"tower",
|
|
2748
|
-
"tower-service",
|
|
2749
|
-
"url",
|
|
2750
|
-
"wasm-bindgen",
|
|
2751
|
-
"wasm-bindgen-futures",
|
|
2752
|
-
"web-sys",
|
|
2753
|
-
"windows-registry",
|
|
2754
|
-
]
|
|
2755
|
-
|
|
2756
|
-
[[package]]
|
|
2757
|
-
name = "ring"
|
|
2758
|
-
version = "0.17.8"
|
|
2759
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2760
|
-
checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d"
|
|
2761
|
-
dependencies = [
|
|
2762
|
-
"cc",
|
|
2763
|
-
"cfg-if 1.0.0",
|
|
2764
|
-
"getrandom",
|
|
2765
|
-
"libc",
|
|
2766
|
-
"spin",
|
|
2767
|
-
"untrusted",
|
|
2768
|
-
"windows-sys 0.52.0",
|
|
2769
|
-
]
|
|
2770
|
-
|
|
2771
|
-
[[package]]
|
|
2772
|
-
name = "ripemd"
|
|
2773
|
-
version = "0.1.3"
|
|
2774
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2775
|
-
checksum = "bd124222d17ad93a644ed9d011a40f4fb64aa54275c08cc216524a9ea82fb09f"
|
|
2776
|
-
dependencies = [
|
|
2777
|
-
"digest",
|
|
2778
|
-
]
|
|
2779
|
-
|
|
2780
|
-
[[package]]
|
|
2781
|
-
name = "rustc-demangle"
|
|
2782
|
-
version = "0.1.24"
|
|
2783
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2784
|
-
checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f"
|
|
2785
|
-
|
|
2786
|
-
[[package]]
|
|
2787
|
-
name = "rustc-hex"
|
|
2788
|
-
version = "2.1.0"
|
|
2789
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2790
|
-
checksum = "3e75f6a532d0fd9f7f13144f392b6ad56a32696bfcd9c78f797f16bbb6f072d6"
|
|
2791
|
-
|
|
2792
|
-
[[package]]
|
|
2793
|
-
name = "rustc_version"
|
|
2794
|
-
version = "0.4.1"
|
|
2795
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2796
|
-
checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
|
|
2797
|
-
dependencies = [
|
|
2798
|
-
"semver",
|
|
2799
|
-
]
|
|
2800
|
-
|
|
2801
|
-
[[package]]
|
|
2802
|
-
name = "rustix"
|
|
2803
|
-
version = "0.38.42"
|
|
2804
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2805
|
-
checksum = "f93dc38ecbab2eb790ff964bb77fa94faf256fd3e73285fd7ba0903b76bedb85"
|
|
2806
|
-
dependencies = [
|
|
2807
|
-
"bitflags 2.6.0",
|
|
2808
|
-
"errno",
|
|
2809
|
-
"libc",
|
|
2810
|
-
"linux-raw-sys",
|
|
2811
|
-
"windows-sys 0.59.0",
|
|
2812
|
-
]
|
|
2813
|
-
|
|
2814
|
-
[[package]]
|
|
2815
|
-
name = "rustls"
|
|
2816
|
-
version = "0.23.20"
|
|
2817
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2818
|
-
checksum = "5065c3f250cbd332cd894be57c40fa52387247659b14a2d6041d121547903b1b"
|
|
2819
|
-
dependencies = [
|
|
2820
|
-
"log",
|
|
2821
|
-
"once_cell",
|
|
2822
|
-
"ring",
|
|
2823
|
-
"rustls-pki-types",
|
|
2824
|
-
"rustls-webpki",
|
|
2825
|
-
"subtle",
|
|
2826
|
-
"zeroize",
|
|
2827
|
-
]
|
|
2828
|
-
|
|
2829
|
-
[[package]]
|
|
2830
|
-
name = "rustls-pemfile"
|
|
2831
|
-
version = "2.2.0"
|
|
2832
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2833
|
-
checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
|
|
2834
|
-
dependencies = [
|
|
2835
|
-
"rustls-pki-types",
|
|
2836
|
-
]
|
|
2837
|
-
|
|
2838
|
-
[[package]]
|
|
2839
|
-
name = "rustls-pki-types"
|
|
2840
|
-
version = "1.10.1"
|
|
2841
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2842
|
-
checksum = "d2bf47e6ff922db3825eb750c4e2ff784c6ff8fb9e13046ef6a1d1c5401b0b37"
|
|
2843
|
-
|
|
2844
|
-
[[package]]
|
|
2845
|
-
name = "rustls-webpki"
|
|
2846
|
-
version = "0.102.8"
|
|
2847
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2848
|
-
checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9"
|
|
2849
|
-
dependencies = [
|
|
2850
|
-
"ring",
|
|
2851
|
-
"rustls-pki-types",
|
|
2852
|
-
"untrusted",
|
|
2853
|
-
]
|
|
2854
|
-
|
|
2855
|
-
[[package]]
|
|
2856
|
-
name = "rustversion"
|
|
2857
|
-
version = "1.0.19"
|
|
2858
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2859
|
-
checksum = "f7c45b9784283f1b2e7fb61b42047c2fd678ef0960d4f6f1eba131594cc369d4"
|
|
2860
|
-
|
|
2861
|
-
[[package]]
|
|
2862
|
-
name = "ryu"
|
|
2863
|
-
version = "1.0.18"
|
|
2864
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2865
|
-
checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f"
|
|
2866
|
-
|
|
2867
|
-
[[package]]
|
|
2868
|
-
name = "schannel"
|
|
2869
|
-
version = "0.1.27"
|
|
2870
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2871
|
-
checksum = "1f29ebaa345f945cec9fbbc532eb307f0fdad8161f281b6369539c8d84876b3d"
|
|
2872
|
-
dependencies = [
|
|
2873
|
-
"windows-sys 0.59.0",
|
|
2874
|
-
]
|
|
2875
|
-
|
|
2876
|
-
[[package]]
|
|
2877
|
-
name = "schemars"
|
|
2878
|
-
version = "0.8.21"
|
|
2879
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2880
|
-
checksum = "09c024468a378b7e36765cd36702b7a90cc3cba11654f6685c8f233408e89e92"
|
|
2881
|
-
dependencies = [
|
|
2882
|
-
"dyn-clone",
|
|
2883
|
-
"schemars_derive",
|
|
2884
|
-
"serde",
|
|
2885
|
-
"serde_json",
|
|
2886
|
-
]
|
|
2887
|
-
|
|
2888
|
-
[[package]]
|
|
2889
|
-
name = "schemars_derive"
|
|
2890
|
-
version = "0.8.21"
|
|
2891
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2892
|
-
checksum = "b1eee588578aff73f856ab961cd2f79e36bc45d7ded33a7562adba4667aecc0e"
|
|
2893
|
-
dependencies = [
|
|
2894
|
-
"proc-macro2",
|
|
2895
|
-
"quote",
|
|
2896
|
-
"serde_derive_internals",
|
|
2897
|
-
"syn 2.0.94",
|
|
2898
|
-
]
|
|
2899
|
-
|
|
2900
|
-
[[package]]
|
|
2901
|
-
name = "scopeguard"
|
|
2902
|
-
version = "1.2.0"
|
|
2903
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2904
|
-
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
2905
|
-
|
|
2906
|
-
[[package]]
|
|
2907
|
-
name = "scratch"
|
|
2908
|
-
version = "1.0.7"
|
|
2909
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2910
|
-
checksum = "a3cf7c11c38cb994f3d40e8a8cde3bbd1f72a435e4c49e85d6553d8312306152"
|
|
2911
|
-
|
|
2912
|
-
[[package]]
|
|
2913
|
-
name = "scroll"
|
|
2914
|
-
version = "0.10.2"
|
|
2915
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2916
|
-
checksum = "fda28d4b4830b807a8b43f7b0e6b5df875311b3e7621d84577188c175b6ec1ec"
|
|
2917
|
-
|
|
2918
|
-
[[package]]
|
|
2919
|
-
name = "scroll"
|
|
2920
|
-
version = "0.11.0"
|
|
2921
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2922
|
-
checksum = "04c565b551bafbef4157586fa379538366e4385d42082f255bfd96e4fe8519da"
|
|
2923
|
-
dependencies = [
|
|
2924
|
-
"scroll_derive",
|
|
2925
|
-
]
|
|
2926
|
-
|
|
2927
|
-
[[package]]
|
|
2928
|
-
name = "scroll_derive"
|
|
2929
|
-
version = "0.11.1"
|
|
2930
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2931
|
-
checksum = "1db149f81d46d2deba7cd3c50772474707729550221e69588478ebf9ada425ae"
|
|
2932
|
-
dependencies = [
|
|
2933
|
-
"proc-macro2",
|
|
2934
|
-
"quote",
|
|
2935
|
-
"syn 2.0.94",
|
|
2936
|
-
]
|
|
2937
|
-
|
|
2938
|
-
[[package]]
|
|
2939
|
-
name = "secp256k1"
|
|
2940
|
-
version = "0.27.0"
|
|
2941
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2942
|
-
checksum = "25996b82292a7a57ed3508f052cfff8640d38d32018784acd714758b43da9c8f"
|
|
2943
|
-
dependencies = [
|
|
2944
|
-
"rand",
|
|
2945
|
-
"secp256k1-sys",
|
|
2946
|
-
]
|
|
2947
|
-
|
|
2948
|
-
[[package]]
|
|
2949
|
-
name = "secp256k1-sys"
|
|
2950
|
-
version = "0.8.1"
|
|
2951
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2952
|
-
checksum = "70a129b9e9efbfb223753b9163c4ab3b13cff7fd9c7f010fbac25ab4099fa07e"
|
|
2953
|
-
dependencies = [
|
|
2954
|
-
"cc",
|
|
2955
|
-
]
|
|
2956
|
-
|
|
2957
|
-
[[package]]
|
|
2958
|
-
name = "security-framework"
|
|
2959
|
-
version = "2.11.1"
|
|
2960
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2961
|
-
checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
|
|
2962
|
-
dependencies = [
|
|
2963
|
-
"bitflags 2.6.0",
|
|
2964
|
-
"core-foundation",
|
|
2965
|
-
"core-foundation-sys",
|
|
2966
|
-
"libc",
|
|
2967
|
-
"security-framework-sys",
|
|
2968
|
-
]
|
|
2969
|
-
|
|
2970
|
-
[[package]]
|
|
2971
|
-
name = "security-framework-sys"
|
|
2972
|
-
version = "2.13.0"
|
|
2973
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2974
|
-
checksum = "1863fd3768cd83c56a7f60faa4dc0d403f1b6df0a38c3c25f44b7894e45370d5"
|
|
2975
|
-
dependencies = [
|
|
2976
|
-
"core-foundation-sys",
|
|
2977
|
-
"libc",
|
|
2978
|
-
]
|
|
2979
|
-
|
|
2980
|
-
[[package]]
|
|
2981
|
-
name = "semver"
|
|
2982
|
-
version = "1.0.24"
|
|
2983
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2984
|
-
checksum = "3cb6eb87a131f756572d7fb904f6e7b68633f09cca868c5df1c4b8d1a694bbba"
|
|
2985
|
-
dependencies = [
|
|
2986
|
-
"serde",
|
|
2987
|
-
]
|
|
2988
|
-
|
|
2989
|
-
[[package]]
|
|
2990
|
-
name = "serde"
|
|
2991
|
-
version = "1.0.217"
|
|
2992
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2993
|
-
checksum = "02fc4265df13d6fa1d00ecff087228cc0a2b5f3c0e87e258d8b94a156e984c70"
|
|
2994
|
-
dependencies = [
|
|
2995
|
-
"serde_derive",
|
|
2996
|
-
]
|
|
2997
|
-
|
|
2998
|
-
[[package]]
|
|
2999
|
-
name = "serde_derive"
|
|
3000
|
-
version = "1.0.217"
|
|
3001
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3002
|
-
checksum = "5a9bf7cf98d04a2b28aead066b7496853d4779c9cc183c440dbac457641e19a0"
|
|
3003
|
-
dependencies = [
|
|
3004
|
-
"proc-macro2",
|
|
3005
|
-
"quote",
|
|
3006
|
-
"syn 2.0.94",
|
|
3007
|
-
]
|
|
3008
|
-
|
|
3009
|
-
[[package]]
|
|
3010
|
-
name = "serde_derive_internals"
|
|
3011
|
-
version = "0.29.1"
|
|
3012
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3013
|
-
checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
|
|
3014
|
-
dependencies = [
|
|
3015
|
-
"proc-macro2",
|
|
3016
|
-
"quote",
|
|
3017
|
-
"syn 2.0.94",
|
|
3018
|
-
]
|
|
3019
|
-
|
|
3020
|
-
[[package]]
|
|
3021
|
-
name = "serde_json"
|
|
3022
|
-
version = "1.0.134"
|
|
3023
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3024
|
-
checksum = "d00f4175c42ee48b15416f6193a959ba3a0d67fc699a0db9ad12df9f83991c7d"
|
|
3025
|
-
dependencies = [
|
|
3026
|
-
"itoa",
|
|
3027
|
-
"memchr",
|
|
3028
|
-
"ryu",
|
|
3029
|
-
"serde",
|
|
3030
|
-
]
|
|
3031
|
-
|
|
3032
|
-
[[package]]
|
|
3033
|
-
name = "serde_repr"
|
|
3034
|
-
version = "0.1.19"
|
|
3035
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3036
|
-
checksum = "6c64451ba24fc7a6a2d60fc75dd9c83c90903b19028d4eff35e88fc1e86564e9"
|
|
3037
|
-
dependencies = [
|
|
3038
|
-
"proc-macro2",
|
|
3039
|
-
"quote",
|
|
3040
|
-
"syn 2.0.94",
|
|
3041
|
-
]
|
|
3042
|
-
|
|
3043
|
-
[[package]]
|
|
3044
|
-
name = "serde_urlencoded"
|
|
3045
|
-
version = "0.7.1"
|
|
3046
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3047
|
-
checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
|
|
3048
|
-
dependencies = [
|
|
3049
|
-
"form_urlencoded",
|
|
3050
|
-
"itoa",
|
|
3051
|
-
"ryu",
|
|
3052
|
-
"serde",
|
|
3053
|
-
]
|
|
3054
|
-
|
|
3055
|
-
[[package]]
|
|
3056
|
-
name = "serde_with"
|
|
3057
|
-
version = "3.12.0"
|
|
3058
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3059
|
-
checksum = "d6b6f7f2fcb69f747921f79f3926bd1e203fce4fef62c268dd3abfb6d86029aa"
|
|
3060
|
-
dependencies = [
|
|
3061
|
-
"base64 0.22.1",
|
|
3062
|
-
"chrono",
|
|
3063
|
-
"hex",
|
|
3064
|
-
"indexmap 1.9.3",
|
|
3065
|
-
"indexmap 2.7.0",
|
|
3066
|
-
"serde",
|
|
3067
|
-
"serde_derive",
|
|
3068
|
-
"serde_json",
|
|
3069
|
-
"serde_with_macros",
|
|
3070
|
-
"time",
|
|
3071
|
-
]
|
|
3072
|
-
|
|
3073
|
-
[[package]]
|
|
3074
|
-
name = "serde_with_macros"
|
|
3075
|
-
version = "3.12.0"
|
|
3076
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3077
|
-
checksum = "8d00caa5193a3c8362ac2b73be6b9e768aa5a4b2f721d8f4b339600c3cb51f8e"
|
|
3078
|
-
dependencies = [
|
|
3079
|
-
"darling",
|
|
3080
|
-
"proc-macro2",
|
|
3081
|
-
"quote",
|
|
3082
|
-
"syn 2.0.94",
|
|
3083
|
-
]
|
|
3084
|
-
|
|
3085
|
-
[[package]]
|
|
3086
|
-
name = "serde_yaml"
|
|
3087
|
-
version = "0.9.34+deprecated"
|
|
3088
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3089
|
-
checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
|
|
3090
|
-
dependencies = [
|
|
3091
|
-
"indexmap 2.7.0",
|
|
3092
|
-
"itoa",
|
|
3093
|
-
"ryu",
|
|
3094
|
-
"serde",
|
|
3095
|
-
"unsafe-libyaml",
|
|
3096
|
-
]
|
|
3097
|
-
|
|
3098
|
-
[[package]]
|
|
3099
|
-
name = "sha1"
|
|
3100
|
-
version = "0.10.6"
|
|
3101
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3102
|
-
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
3103
|
-
dependencies = [
|
|
3104
|
-
"cfg-if 1.0.0",
|
|
3105
|
-
"cpufeatures",
|
|
3106
|
-
"digest",
|
|
3107
|
-
]
|
|
3108
|
-
|
|
3109
|
-
[[package]]
|
|
3110
|
-
name = "sha2"
|
|
3111
|
-
version = "0.10.8"
|
|
3112
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3113
|
-
checksum = "793db75ad2bcafc3ffa7c68b215fee268f537982cd901d132f89c6343f3a3dc8"
|
|
3114
|
-
dependencies = [
|
|
3115
|
-
"cfg-if 1.0.0",
|
|
3116
|
-
"cpufeatures",
|
|
3117
|
-
"digest",
|
|
3118
|
-
]
|
|
3119
|
-
|
|
3120
|
-
[[package]]
|
|
3121
|
-
name = "sha3"
|
|
3122
|
-
version = "0.10.8"
|
|
3123
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3124
|
-
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
|
3125
|
-
dependencies = [
|
|
3126
|
-
"digest",
|
|
3127
|
-
"keccak",
|
|
3128
|
-
]
|
|
3129
|
-
|
|
3130
|
-
[[package]]
|
|
3131
|
-
name = "shlex"
|
|
3132
|
-
version = "1.3.0"
|
|
3133
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3134
|
-
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
3135
|
-
|
|
3136
|
-
[[package]]
|
|
3137
|
-
name = "signal-hook-registry"
|
|
3138
|
-
version = "1.4.2"
|
|
3139
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3140
|
-
checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1"
|
|
3141
|
-
dependencies = [
|
|
3142
|
-
"libc",
|
|
3143
|
-
]
|
|
3144
|
-
|
|
3145
|
-
[[package]]
|
|
3146
|
-
name = "signature"
|
|
3147
|
-
version = "2.2.0"
|
|
3148
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3149
|
-
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
3150
|
-
|
|
3151
|
-
[[package]]
|
|
3152
|
-
name = "siphasher"
|
|
3153
|
-
version = "0.3.11"
|
|
3154
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3155
|
-
checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
|
|
3156
|
-
|
|
3157
|
-
[[package]]
|
|
3158
|
-
name = "slab"
|
|
3159
|
-
version = "0.4.9"
|
|
3160
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3161
|
-
checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
|
|
3162
|
-
dependencies = [
|
|
3163
|
-
"autocfg",
|
|
3164
|
-
]
|
|
3165
|
-
|
|
3166
|
-
[[package]]
|
|
3167
|
-
name = "smallvec"
|
|
3168
|
-
version = "1.13.2"
|
|
3169
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3170
|
-
checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67"
|
|
3171
|
-
|
|
3172
|
-
[[package]]
|
|
3173
|
-
name = "smart-default"
|
|
3174
|
-
version = "0.6.0"
|
|
3175
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3176
|
-
checksum = "133659a15339456eeeb07572eb02a91c91e9815e9cbc89566944d2c8d3efdbf6"
|
|
3177
|
-
dependencies = [
|
|
3178
|
-
"proc-macro2",
|
|
3179
|
-
"quote",
|
|
3180
|
-
"syn 1.0.109",
|
|
3181
|
-
]
|
|
3182
|
-
|
|
3183
|
-
[[package]]
|
|
3184
|
-
name = "socket2"
|
|
3185
|
-
version = "0.5.8"
|
|
3186
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3187
|
-
checksum = "c970269d99b64e60ec3bd6ad27270092a5394c4e309314b18ae3fe575695fbe8"
|
|
3188
|
-
dependencies = [
|
|
3189
|
-
"libc",
|
|
3190
|
-
"windows-sys 0.52.0",
|
|
3191
|
-
]
|
|
3192
|
-
|
|
3193
|
-
[[package]]
|
|
3194
|
-
name = "spin"
|
|
3195
|
-
version = "0.9.8"
|
|
3196
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3197
|
-
checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
|
|
3198
|
-
|
|
3199
|
-
[[package]]
|
|
3200
|
-
name = "stable_deref_trait"
|
|
3201
|
-
version = "1.2.0"
|
|
3202
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3203
|
-
checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
|
|
3204
|
-
|
|
3205
|
-
[[package]]
|
|
3206
|
-
name = "static_assertions"
|
|
3207
|
-
version = "1.1.0"
|
|
3208
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3209
|
-
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
3210
|
-
|
|
3211
|
-
[[package]]
|
|
3212
|
-
name = "string_cache"
|
|
3213
|
-
version = "0.8.7"
|
|
3214
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3215
|
-
checksum = "f91138e76242f575eb1d3b38b4f1362f10d3a43f47d182a5b359af488a02293b"
|
|
3216
|
-
dependencies = [
|
|
3217
|
-
"new_debug_unreachable",
|
|
3218
|
-
"once_cell",
|
|
3219
|
-
"parking_lot",
|
|
3220
|
-
"phf_shared",
|
|
3221
|
-
"precomputed-hash",
|
|
3222
|
-
"serde",
|
|
3223
|
-
]
|
|
3224
|
-
|
|
3225
|
-
[[package]]
|
|
3226
|
-
name = "strsim"
|
|
3227
|
-
version = "0.11.1"
|
|
3228
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3229
|
-
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
3230
|
-
|
|
3231
|
-
[[package]]
|
|
3232
|
-
name = "strum"
|
|
3233
|
-
version = "0.24.1"
|
|
3234
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3235
|
-
checksum = "063e6045c0e62079840579a7e47a355ae92f60eb74daaf156fb1e84ba164e63f"
|
|
3236
|
-
dependencies = [
|
|
3237
|
-
"strum_macros 0.24.3",
|
|
3238
|
-
]
|
|
3239
|
-
|
|
3240
|
-
[[package]]
|
|
3241
|
-
name = "strum"
|
|
3242
|
-
version = "0.26.3"
|
|
3243
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3244
|
-
checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
|
|
3245
|
-
|
|
3246
|
-
[[package]]
|
|
3247
|
-
name = "strum_macros"
|
|
3248
|
-
version = "0.24.3"
|
|
3249
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3250
|
-
checksum = "1e385be0d24f186b4ce2f9982191e7101bb737312ad61c1f2f984f34bcf85d59"
|
|
3251
|
-
dependencies = [
|
|
3252
|
-
"heck 0.4.1",
|
|
3253
|
-
"proc-macro2",
|
|
3254
|
-
"quote",
|
|
3255
|
-
"rustversion",
|
|
3256
|
-
"syn 1.0.109",
|
|
3257
|
-
]
|
|
3258
|
-
|
|
3259
|
-
[[package]]
|
|
3260
|
-
name = "strum_macros"
|
|
3261
|
-
version = "0.26.4"
|
|
3262
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3263
|
-
checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be"
|
|
3264
|
-
dependencies = [
|
|
3265
|
-
"heck 0.5.0",
|
|
3266
|
-
"proc-macro2",
|
|
3267
|
-
"quote",
|
|
3268
|
-
"rustversion",
|
|
3269
|
-
"syn 2.0.94",
|
|
3270
|
-
]
|
|
3271
|
-
|
|
3272
|
-
[[package]]
|
|
3273
|
-
name = "subtle"
|
|
3274
|
-
version = "2.6.1"
|
|
3275
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3276
|
-
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
3277
|
-
|
|
3278
|
-
[[package]]
|
|
3279
|
-
name = "symbolic-common"
|
|
3280
|
-
version = "8.8.0"
|
|
3281
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3282
|
-
checksum = "f551f902d5642e58039aee6a9021a61037926af96e071816361644983966f540"
|
|
3283
|
-
dependencies = [
|
|
3284
|
-
"debugid",
|
|
3285
|
-
"memmap2",
|
|
3286
|
-
"stable_deref_trait",
|
|
3287
|
-
"uuid",
|
|
3288
|
-
]
|
|
3289
|
-
|
|
3290
|
-
[[package]]
|
|
3291
|
-
name = "symbolic-debuginfo"
|
|
3292
|
-
version = "8.8.0"
|
|
3293
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3294
|
-
checksum = "1165dabf9fc1d6bb6819c2c0e27c8dd0e3068d2c53cf186d319788e96517f0d6"
|
|
3295
|
-
dependencies = [
|
|
3296
|
-
"bitvec",
|
|
3297
|
-
"dmsort",
|
|
3298
|
-
"elementtree",
|
|
3299
|
-
"fallible-iterator",
|
|
3300
|
-
"flate2",
|
|
3301
|
-
"gimli 0.26.2",
|
|
3302
|
-
"goblin",
|
|
3303
|
-
"lazy_static",
|
|
3304
|
-
"lazycell",
|
|
3305
|
-
"nom",
|
|
3306
|
-
"nom-supreme",
|
|
3307
|
-
"parking_lot",
|
|
3308
|
-
"pdb",
|
|
3309
|
-
"regex",
|
|
3310
|
-
"scroll 0.11.0",
|
|
3311
|
-
"serde",
|
|
3312
|
-
"serde_json",
|
|
3313
|
-
"smallvec",
|
|
3314
|
-
"symbolic-common",
|
|
3315
|
-
"thiserror 1.0.69",
|
|
3316
|
-
"wasmparser",
|
|
3317
|
-
"zip 0.5.13",
|
|
3318
|
-
]
|
|
3319
|
-
|
|
3320
|
-
[[package]]
|
|
3321
|
-
name = "syn"
|
|
3322
|
-
version = "1.0.109"
|
|
3323
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3324
|
-
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
3325
|
-
dependencies = [
|
|
3326
|
-
"proc-macro2",
|
|
3327
|
-
"quote",
|
|
3328
|
-
"unicode-ident",
|
|
3329
|
-
]
|
|
3330
|
-
|
|
3331
|
-
[[package]]
|
|
3332
|
-
name = "syn"
|
|
3333
|
-
version = "2.0.94"
|
|
3334
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3335
|
-
checksum = "987bc0be1cdea8b10216bd06e2ca407d40b9543468fafd3ddfb02f36e77f71f3"
|
|
3336
|
-
dependencies = [
|
|
3337
|
-
"proc-macro2",
|
|
3338
|
-
"quote",
|
|
3339
|
-
"unicode-ident",
|
|
3340
|
-
]
|
|
3341
|
-
|
|
3342
|
-
[[package]]
|
|
3343
|
-
name = "sync_wrapper"
|
|
3344
|
-
version = "1.0.2"
|
|
3345
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3346
|
-
checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
|
|
3347
|
-
dependencies = [
|
|
3348
|
-
"futures-core",
|
|
3349
|
-
]
|
|
3350
|
-
|
|
3351
|
-
[[package]]
|
|
3352
|
-
name = "synstructure"
|
|
3353
|
-
version = "0.13.1"
|
|
3354
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3355
|
-
checksum = "c8af7666ab7b6390ab78131fb5b0fce11d6b7a6951602017c35fa82800708971"
|
|
3356
|
-
dependencies = [
|
|
3357
|
-
"proc-macro2",
|
|
3358
|
-
"quote",
|
|
3359
|
-
"syn 2.0.94",
|
|
3360
|
-
]
|
|
3361
|
-
|
|
3362
|
-
[[package]]
|
|
3363
|
-
name = "system-configuration"
|
|
3364
|
-
version = "0.6.1"
|
|
3365
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3366
|
-
checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
|
|
3367
|
-
dependencies = [
|
|
3368
|
-
"bitflags 2.6.0",
|
|
3369
|
-
"core-foundation",
|
|
3370
|
-
"system-configuration-sys",
|
|
3371
|
-
]
|
|
3372
|
-
|
|
3373
|
-
[[package]]
|
|
3374
|
-
name = "system-configuration-sys"
|
|
3375
|
-
version = "0.6.0"
|
|
3376
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3377
|
-
checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
|
|
3378
|
-
dependencies = [
|
|
3379
|
-
"core-foundation-sys",
|
|
3380
|
-
"libc",
|
|
3381
|
-
]
|
|
3382
|
-
|
|
3383
|
-
[[package]]
|
|
3384
|
-
name = "tap"
|
|
3385
|
-
version = "1.0.1"
|
|
3386
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3387
|
-
checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
|
|
3388
|
-
|
|
3389
|
-
[[package]]
|
|
3390
|
-
name = "tar"
|
|
3391
|
-
version = "0.4.43"
|
|
3392
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3393
|
-
checksum = "c65998313f8e17d0d553d28f91a0df93e4dbbbf770279c7bc21ca0f09ea1a1f6"
|
|
3394
|
-
dependencies = [
|
|
3395
|
-
"filetime",
|
|
3396
|
-
"libc",
|
|
3397
|
-
"xattr",
|
|
3398
|
-
]
|
|
3399
|
-
|
|
3400
|
-
[[package]]
|
|
3401
|
-
name = "tempfile"
|
|
3402
|
-
version = "3.15.0"
|
|
3403
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3404
|
-
checksum = "9a8a559c81686f576e8cd0290cd2a24a2a9ad80c98b3478856500fcbd7acd704"
|
|
3405
|
-
dependencies = [
|
|
3406
|
-
"cfg-if 1.0.0",
|
|
3407
|
-
"fastrand",
|
|
3408
|
-
"getrandom",
|
|
3409
|
-
"once_cell",
|
|
3410
|
-
"rustix",
|
|
3411
|
-
"windows-sys 0.59.0",
|
|
3412
|
-
]
|
|
3413
|
-
|
|
3414
|
-
[[package]]
|
|
3415
|
-
name = "termcolor"
|
|
3416
|
-
version = "1.4.1"
|
|
3417
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3418
|
-
checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
|
|
3419
|
-
dependencies = [
|
|
3420
|
-
"winapi-util",
|
|
3421
|
-
]
|
|
3422
|
-
|
|
3423
|
-
[[package]]
|
|
3424
|
-
name = "thiserror"
|
|
3425
|
-
version = "1.0.69"
|
|
3426
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3427
|
-
checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
|
|
3428
|
-
dependencies = [
|
|
3429
|
-
"thiserror-impl 1.0.69",
|
|
3430
|
-
]
|
|
3431
|
-
|
|
3432
|
-
[[package]]
|
|
3433
|
-
name = "thiserror"
|
|
3434
|
-
version = "2.0.9"
|
|
3435
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3436
|
-
checksum = "f072643fd0190df67a8bab670c20ef5d8737177d6ac6b2e9a236cb096206b2cc"
|
|
3437
|
-
dependencies = [
|
|
3438
|
-
"thiserror-impl 2.0.9",
|
|
3439
|
-
]
|
|
3440
|
-
|
|
3441
|
-
[[package]]
|
|
3442
|
-
name = "thiserror-impl"
|
|
3443
|
-
version = "1.0.69"
|
|
3444
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3445
|
-
checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
|
|
3446
|
-
dependencies = [
|
|
3447
|
-
"proc-macro2",
|
|
3448
|
-
"quote",
|
|
3449
|
-
"syn 2.0.94",
|
|
3450
|
-
]
|
|
3451
|
-
|
|
3452
|
-
[[package]]
|
|
3453
|
-
name = "thiserror-impl"
|
|
3454
|
-
version = "2.0.9"
|
|
3455
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3456
|
-
checksum = "7b50fa271071aae2e6ee85f842e2e28ba8cd2c5fb67f11fcb1fd70b276f9e7d4"
|
|
3457
|
-
dependencies = [
|
|
3458
|
-
"proc-macro2",
|
|
3459
|
-
"quote",
|
|
3460
|
-
"syn 2.0.94",
|
|
3461
|
-
]
|
|
3462
|
-
|
|
3463
|
-
[[package]]
|
|
3464
|
-
name = "threadpool"
|
|
3465
|
-
version = "1.8.1"
|
|
3466
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3467
|
-
checksum = "d050e60b33d41c19108b32cea32164033a9013fe3b46cbd4457559bfbf77afaa"
|
|
3468
|
-
dependencies = [
|
|
3469
|
-
"num_cpus",
|
|
3470
|
-
]
|
|
3471
|
-
|
|
3472
|
-
[[package]]
|
|
3473
|
-
name = "time"
|
|
3474
|
-
version = "0.3.37"
|
|
3475
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3476
|
-
checksum = "35e7868883861bd0e56d9ac6efcaaca0d6d5d82a2a7ec8209ff492c07cf37b21"
|
|
3477
|
-
dependencies = [
|
|
3478
|
-
"deranged",
|
|
3479
|
-
"itoa",
|
|
3480
|
-
"num-conv",
|
|
3481
|
-
"powerfmt",
|
|
3482
|
-
"serde",
|
|
3483
|
-
"time-core",
|
|
3484
|
-
"time-macros",
|
|
3485
|
-
]
|
|
3486
|
-
|
|
3487
|
-
[[package]]
|
|
3488
|
-
name = "time-core"
|
|
3489
|
-
version = "0.1.2"
|
|
3490
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3491
|
-
checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3"
|
|
3492
|
-
|
|
3493
|
-
[[package]]
|
|
3494
|
-
name = "time-macros"
|
|
3495
|
-
version = "0.2.19"
|
|
3496
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3497
|
-
checksum = "2834e6017e3e5e4b9834939793b282bc03b37a3336245fa820e35e233e2a85de"
|
|
3498
|
-
dependencies = [
|
|
3499
|
-
"num-conv",
|
|
3500
|
-
"time-core",
|
|
3501
|
-
]
|
|
3502
|
-
|
|
3503
|
-
[[package]]
|
|
3504
|
-
name = "tinystr"
|
|
3505
|
-
version = "0.7.6"
|
|
3506
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3507
|
-
checksum = "9117f5d4db391c1cf6927e7bea3db74b9a1c1add8f7eda9ffd5364f40f57b82f"
|
|
3508
|
-
dependencies = [
|
|
3509
|
-
"displaydoc",
|
|
3510
|
-
"zerovec",
|
|
3511
|
-
]
|
|
3512
|
-
|
|
3513
|
-
[[package]]
|
|
3514
|
-
name = "tinyvec"
|
|
3515
|
-
version = "1.8.1"
|
|
3516
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3517
|
-
checksum = "022db8904dfa342efe721985167e9fcd16c29b226db4397ed752a761cfce81e8"
|
|
3518
|
-
dependencies = [
|
|
3519
|
-
"tinyvec_macros",
|
|
3520
|
-
]
|
|
3521
|
-
|
|
3522
|
-
[[package]]
|
|
3523
|
-
name = "tinyvec_macros"
|
|
3524
|
-
version = "0.1.1"
|
|
3525
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3526
|
-
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
3527
|
-
|
|
3528
|
-
[[package]]
|
|
3529
|
-
name = "tokio"
|
|
3530
|
-
version = "1.42.0"
|
|
3531
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3532
|
-
checksum = "5cec9b21b0450273377fc97bd4c33a8acffc8c996c987a7c5b319a0083707551"
|
|
3533
|
-
dependencies = [
|
|
3534
|
-
"backtrace",
|
|
3535
|
-
"bytes",
|
|
3536
|
-
"libc",
|
|
3537
|
-
"mio",
|
|
3538
|
-
"parking_lot",
|
|
3539
|
-
"pin-project-lite",
|
|
3540
|
-
"signal-hook-registry",
|
|
3541
|
-
"socket2",
|
|
3542
|
-
"tokio-macros",
|
|
3543
|
-
"windows-sys 0.52.0",
|
|
3544
|
-
]
|
|
3545
|
-
|
|
3546
|
-
[[package]]
|
|
3547
|
-
name = "tokio-macros"
|
|
3548
|
-
version = "2.4.0"
|
|
3549
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3550
|
-
checksum = "693d596312e88961bc67d7f1f97af8a70227d9f90c31bba5806eec004978d752"
|
|
3551
|
-
dependencies = [
|
|
3552
|
-
"proc-macro2",
|
|
3553
|
-
"quote",
|
|
3554
|
-
"syn 2.0.94",
|
|
3555
|
-
]
|
|
3556
|
-
|
|
3557
|
-
[[package]]
|
|
3558
|
-
name = "tokio-native-tls"
|
|
3559
|
-
version = "0.3.1"
|
|
3560
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3561
|
-
checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
|
|
3562
|
-
dependencies = [
|
|
3563
|
-
"native-tls",
|
|
3564
|
-
"tokio",
|
|
3565
|
-
]
|
|
3566
|
-
|
|
3567
|
-
[[package]]
|
|
3568
|
-
name = "tokio-retry"
|
|
3569
|
-
version = "0.3.0"
|
|
3570
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3571
|
-
checksum = "7f57eb36ecbe0fc510036adff84824dd3c24bb781e21bfa67b69d556aa85214f"
|
|
3572
|
-
dependencies = [
|
|
3573
|
-
"pin-project",
|
|
3574
|
-
"rand",
|
|
3575
|
-
"tokio",
|
|
3576
|
-
]
|
|
3577
|
-
|
|
3578
|
-
[[package]]
|
|
3579
|
-
name = "tokio-rustls"
|
|
3580
|
-
version = "0.26.1"
|
|
3581
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3582
|
-
checksum = "5f6d0975eaace0cf0fcadee4e4aaa5da15b5c079146f2cffb67c113be122bf37"
|
|
3583
|
-
dependencies = [
|
|
3584
|
-
"rustls",
|
|
3585
|
-
"tokio",
|
|
3586
|
-
]
|
|
3587
|
-
|
|
3588
|
-
[[package]]
|
|
3589
|
-
name = "tokio-util"
|
|
3590
|
-
version = "0.7.13"
|
|
3591
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3592
|
-
checksum = "d7fcaa8d55a2bdd6b83ace262b016eca0d79ee02818c5c1bcdf0305114081078"
|
|
3593
|
-
dependencies = [
|
|
3594
|
-
"bytes",
|
|
3595
|
-
"futures-core",
|
|
3596
|
-
"futures-sink",
|
|
3597
|
-
"pin-project-lite",
|
|
3598
|
-
"tokio",
|
|
3599
|
-
]
|
|
3600
|
-
|
|
3601
|
-
[[package]]
|
|
3602
|
-
name = "toml_datetime"
|
|
3603
|
-
version = "0.6.8"
|
|
3604
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3605
|
-
checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41"
|
|
3606
|
-
|
|
3607
|
-
[[package]]
|
|
3608
|
-
name = "toml_edit"
|
|
3609
|
-
version = "0.22.22"
|
|
3610
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3611
|
-
checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5"
|
|
3612
|
-
dependencies = [
|
|
3613
|
-
"indexmap 2.7.0",
|
|
3614
|
-
"toml_datetime",
|
|
3615
|
-
"winnow",
|
|
3616
|
-
]
|
|
3617
|
-
|
|
3618
|
-
[[package]]
|
|
3619
|
-
name = "tower"
|
|
3620
|
-
version = "0.5.2"
|
|
3621
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3622
|
-
checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
|
|
3623
|
-
dependencies = [
|
|
3624
|
-
"futures-core",
|
|
3625
|
-
"futures-util",
|
|
3626
|
-
"pin-project-lite",
|
|
3627
|
-
"sync_wrapper",
|
|
3628
|
-
"tokio",
|
|
3629
|
-
"tower-layer",
|
|
3630
|
-
"tower-service",
|
|
3631
|
-
]
|
|
3632
|
-
|
|
3633
|
-
[[package]]
|
|
3634
|
-
name = "tower-layer"
|
|
3635
|
-
version = "0.3.3"
|
|
3636
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3637
|
-
checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
|
|
3638
|
-
|
|
3639
|
-
[[package]]
|
|
3640
|
-
name = "tower-service"
|
|
3641
|
-
version = "0.3.3"
|
|
3642
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3643
|
-
checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
|
|
3644
|
-
|
|
3645
|
-
[[package]]
|
|
3646
|
-
name = "tracing"
|
|
3647
|
-
version = "0.1.41"
|
|
3648
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3649
|
-
checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
|
|
3650
|
-
dependencies = [
|
|
3651
|
-
"pin-project-lite",
|
|
3652
|
-
"tracing-attributes",
|
|
3653
|
-
"tracing-core",
|
|
3654
|
-
]
|
|
3655
|
-
|
|
3656
|
-
[[package]]
|
|
3657
|
-
name = "tracing-attributes"
|
|
3658
|
-
version = "0.1.28"
|
|
3659
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3660
|
-
checksum = "395ae124c09f9e6918a2310af6038fba074bcf474ac352496d5910dd59a2226d"
|
|
3661
|
-
dependencies = [
|
|
3662
|
-
"proc-macro2",
|
|
3663
|
-
"quote",
|
|
3664
|
-
"syn 2.0.94",
|
|
3665
|
-
]
|
|
3666
|
-
|
|
3667
|
-
[[package]]
|
|
3668
|
-
name = "tracing-core"
|
|
3669
|
-
version = "0.1.33"
|
|
3670
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3671
|
-
checksum = "e672c95779cf947c5311f83787af4fa8fffd12fb27e4993211a84bdfd9610f9c"
|
|
3672
|
-
dependencies = [
|
|
3673
|
-
"once_cell",
|
|
3674
|
-
]
|
|
3675
|
-
|
|
3676
|
-
[[package]]
|
|
3677
|
-
name = "try-lock"
|
|
3678
|
-
version = "0.2.5"
|
|
3679
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3680
|
-
checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
|
|
3681
|
-
|
|
3682
|
-
[[package]]
|
|
3683
|
-
name = "typenum"
|
|
3684
|
-
version = "1.17.0"
|
|
3685
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3686
|
-
checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
|
|
3687
|
-
|
|
3688
|
-
[[package]]
|
|
3689
|
-
name = "uint"
|
|
3690
|
-
version = "0.9.5"
|
|
3691
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3692
|
-
checksum = "76f64bba2c53b04fcab63c01a7d7427eadc821e3bc48c34dc9ba29c501164b52"
|
|
3693
|
-
dependencies = [
|
|
3694
|
-
"byteorder",
|
|
3695
|
-
"crunchy",
|
|
3696
|
-
"hex",
|
|
3697
|
-
"static_assertions",
|
|
3698
|
-
]
|
|
3699
|
-
|
|
3700
|
-
[[package]]
|
|
3701
|
-
name = "unicode-ident"
|
|
3702
|
-
version = "1.0.14"
|
|
3703
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3704
|
-
checksum = "adb9e6ca4f869e1180728b7950e35922a7fc6397f7b641499e8f3ef06e50dc83"
|
|
3705
|
-
|
|
3706
|
-
[[package]]
|
|
3707
|
-
name = "unicode-width"
|
|
3708
|
-
version = "0.1.14"
|
|
3709
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3710
|
-
checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
|
|
3711
|
-
|
|
3712
|
-
[[package]]
|
|
3713
|
-
name = "unsafe-libyaml"
|
|
3714
|
-
version = "0.2.11"
|
|
3715
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3716
|
-
checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
|
|
3717
|
-
|
|
3718
|
-
[[package]]
|
|
3719
|
-
name = "untrusted"
|
|
3720
|
-
version = "0.9.0"
|
|
3721
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3722
|
-
checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
|
|
3723
|
-
|
|
3724
|
-
[[package]]
|
|
3725
|
-
name = "ureq"
|
|
3726
|
-
version = "2.12.1"
|
|
3727
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3728
|
-
checksum = "02d1a66277ed75f640d608235660df48c8e3c19f3b4edb6a263315626cc3c01d"
|
|
3729
|
-
dependencies = [
|
|
3730
|
-
"base64 0.22.1",
|
|
3731
|
-
"flate2",
|
|
3732
|
-
"log",
|
|
3733
|
-
"once_cell",
|
|
3734
|
-
"rustls",
|
|
3735
|
-
"rustls-pki-types",
|
|
3736
|
-
"url",
|
|
3737
|
-
"webpki-roots",
|
|
3738
|
-
]
|
|
3739
|
-
|
|
3740
|
-
[[package]]
|
|
3741
|
-
name = "uriparse"
|
|
3742
|
-
version = "0.6.4"
|
|
3743
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3744
|
-
checksum = "0200d0fc04d809396c2ad43f3c95da3582a2556eba8d453c1087f4120ee352ff"
|
|
3745
|
-
dependencies = [
|
|
3746
|
-
"fnv",
|
|
3747
|
-
"lazy_static",
|
|
3748
|
-
]
|
|
3749
|
-
|
|
3750
|
-
[[package]]
|
|
3751
|
-
name = "url"
|
|
3752
|
-
version = "2.5.4"
|
|
3753
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3754
|
-
checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
|
|
3755
|
-
dependencies = [
|
|
3756
|
-
"form_urlencoded",
|
|
3757
|
-
"idna",
|
|
3758
|
-
"percent-encoding",
|
|
3759
|
-
"serde",
|
|
3760
|
-
]
|
|
3761
|
-
|
|
3762
|
-
[[package]]
|
|
3763
|
-
name = "utf16_iter"
|
|
3764
|
-
version = "1.0.5"
|
|
3765
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3766
|
-
checksum = "c8232dd3cdaed5356e0f716d285e4b40b932ac434100fe9b7e0e8e935b9e6246"
|
|
3767
|
-
|
|
3768
|
-
[[package]]
|
|
3769
|
-
name = "utf8_iter"
|
|
3770
|
-
version = "1.0.4"
|
|
3771
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3772
|
-
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
3773
|
-
|
|
3774
|
-
[[package]]
|
|
3775
|
-
name = "uuid"
|
|
3776
|
-
version = "0.8.2"
|
|
3777
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3778
|
-
checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
|
|
3779
|
-
|
|
3780
|
-
[[package]]
|
|
3781
|
-
name = "vcpkg"
|
|
3782
|
-
version = "0.2.15"
|
|
3783
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3784
|
-
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
3785
|
-
|
|
3786
|
-
[[package]]
|
|
3787
|
-
name = "version_check"
|
|
3788
|
-
version = "0.9.5"
|
|
3789
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3790
|
-
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
3791
|
-
|
|
3792
|
-
[[package]]
|
|
3793
|
-
name = "want"
|
|
3794
|
-
version = "0.3.1"
|
|
3795
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3796
|
-
checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
|
|
3797
|
-
dependencies = [
|
|
3798
|
-
"try-lock",
|
|
3799
|
-
]
|
|
3800
|
-
|
|
3801
|
-
[[package]]
|
|
3802
|
-
name = "wasi"
|
|
3803
|
-
version = "0.11.0+wasi-snapshot-preview1"
|
|
3804
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3805
|
-
checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
|
|
3806
|
-
|
|
3807
|
-
[[package]]
|
|
3808
|
-
name = "wasm-bindgen"
|
|
3809
|
-
version = "0.2.99"
|
|
3810
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3811
|
-
checksum = "a474f6281d1d70c17ae7aa6a613c87fce69a127e2624002df63dcb39d6cf6396"
|
|
3812
|
-
dependencies = [
|
|
3813
|
-
"cfg-if 1.0.0",
|
|
3814
|
-
"once_cell",
|
|
3815
|
-
"wasm-bindgen-macro",
|
|
3816
|
-
]
|
|
3817
|
-
|
|
3818
|
-
[[package]]
|
|
3819
|
-
name = "wasm-bindgen-backend"
|
|
3820
|
-
version = "0.2.99"
|
|
3821
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3822
|
-
checksum = "5f89bb38646b4f81674e8f5c3fb81b562be1fd936d84320f3264486418519c79"
|
|
3823
|
-
dependencies = [
|
|
3824
|
-
"bumpalo",
|
|
3825
|
-
"log",
|
|
3826
|
-
"proc-macro2",
|
|
3827
|
-
"quote",
|
|
3828
|
-
"syn 2.0.94",
|
|
3829
|
-
"wasm-bindgen-shared",
|
|
3830
|
-
]
|
|
3831
|
-
|
|
3832
|
-
[[package]]
|
|
3833
|
-
name = "wasm-bindgen-futures"
|
|
3834
|
-
version = "0.4.49"
|
|
3835
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3836
|
-
checksum = "38176d9b44ea84e9184eff0bc34cc167ed044f816accfe5922e54d84cf48eca2"
|
|
3837
|
-
dependencies = [
|
|
3838
|
-
"cfg-if 1.0.0",
|
|
3839
|
-
"js-sys",
|
|
3840
|
-
"once_cell",
|
|
3841
|
-
"wasm-bindgen",
|
|
3842
|
-
"web-sys",
|
|
3843
|
-
]
|
|
3844
|
-
|
|
3845
|
-
[[package]]
|
|
3846
|
-
name = "wasm-bindgen-macro"
|
|
3847
|
-
version = "0.2.99"
|
|
3848
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3849
|
-
checksum = "2cc6181fd9a7492eef6fef1f33961e3695e4579b9872a6f7c83aee556666d4fe"
|
|
3850
|
-
dependencies = [
|
|
3851
|
-
"quote",
|
|
3852
|
-
"wasm-bindgen-macro-support",
|
|
3853
|
-
]
|
|
3854
|
-
|
|
3855
|
-
[[package]]
|
|
3856
|
-
name = "wasm-bindgen-macro-support"
|
|
3857
|
-
version = "0.2.99"
|
|
3858
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3859
|
-
checksum = "30d7a95b763d3c45903ed6c81f156801839e5ee968bb07e534c44df0fcd330c2"
|
|
3860
|
-
dependencies = [
|
|
3861
|
-
"proc-macro2",
|
|
3862
|
-
"quote",
|
|
3863
|
-
"syn 2.0.94",
|
|
3864
|
-
"wasm-bindgen-backend",
|
|
3865
|
-
"wasm-bindgen-shared",
|
|
3866
|
-
]
|
|
3867
|
-
|
|
3868
|
-
[[package]]
|
|
3869
|
-
name = "wasm-bindgen-shared"
|
|
3870
|
-
version = "0.2.99"
|
|
3871
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3872
|
-
checksum = "943aab3fdaaa029a6e0271b35ea10b72b943135afe9bffca82384098ad0e06a6"
|
|
3873
|
-
|
|
3874
|
-
[[package]]
|
|
3875
|
-
name = "wasm-opt"
|
|
3876
|
-
version = "0.116.1"
|
|
3877
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3878
|
-
checksum = "2fd87a4c135535ffed86123b6fb0f0a5a0bc89e50416c942c5f0662c645f679c"
|
|
3879
|
-
dependencies = [
|
|
3880
|
-
"anyhow",
|
|
3881
|
-
"libc",
|
|
3882
|
-
"strum 0.24.1",
|
|
3883
|
-
"strum_macros 0.24.3",
|
|
3884
|
-
"tempfile",
|
|
3885
|
-
"thiserror 1.0.69",
|
|
3886
|
-
"wasm-opt-cxx-sys",
|
|
3887
|
-
"wasm-opt-sys",
|
|
3888
|
-
]
|
|
3889
|
-
|
|
3890
|
-
[[package]]
|
|
3891
|
-
name = "wasm-opt-cxx-sys"
|
|
3892
|
-
version = "0.116.0"
|
|
3893
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3894
|
-
checksum = "8c57b28207aa724318fcec6575fe74803c23f6f266fce10cbc9f3f116762f12e"
|
|
3895
|
-
dependencies = [
|
|
3896
|
-
"anyhow",
|
|
3897
|
-
"cxx",
|
|
3898
|
-
"cxx-build",
|
|
3899
|
-
"wasm-opt-sys",
|
|
3900
|
-
]
|
|
3901
|
-
|
|
3902
|
-
[[package]]
|
|
3903
|
-
name = "wasm-opt-sys"
|
|
3904
|
-
version = "0.116.0"
|
|
3905
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3906
|
-
checksum = "8a1cce564dc768dacbdb718fc29df2dba80bd21cb47d8f77ae7e3d95ceb98cbe"
|
|
3907
|
-
dependencies = [
|
|
3908
|
-
"anyhow",
|
|
3909
|
-
"cc",
|
|
3910
|
-
"cxx",
|
|
3911
|
-
"cxx-build",
|
|
3912
|
-
]
|
|
3913
|
-
|
|
3914
|
-
[[package]]
|
|
3915
|
-
name = "wasmparser"
|
|
3916
|
-
version = "0.83.0"
|
|
3917
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3918
|
-
checksum = "718ed7c55c2add6548cca3ddd6383d738cd73b892df400e96b9aa876f0141d7a"
|
|
3919
|
-
|
|
3920
|
-
[[package]]
|
|
3921
|
-
name = "web-sys"
|
|
3922
|
-
version = "0.3.76"
|
|
3923
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3924
|
-
checksum = "04dd7223427d52553d3702c004d3b2fe07c148165faa56313cb00211e31c12bc"
|
|
3925
|
-
dependencies = [
|
|
3926
|
-
"js-sys",
|
|
3927
|
-
"wasm-bindgen",
|
|
3928
|
-
]
|
|
3929
|
-
|
|
3930
|
-
[[package]]
|
|
3931
|
-
name = "webpki-roots"
|
|
3932
|
-
version = "0.26.7"
|
|
3933
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3934
|
-
checksum = "5d642ff16b7e79272ae451b7322067cdc17cadf68c23264be9d94a32319efe7e"
|
|
3935
|
-
dependencies = [
|
|
3936
|
-
"rustls-pki-types",
|
|
3937
|
-
]
|
|
3938
|
-
|
|
3939
|
-
[[package]]
|
|
3940
|
-
name = "wee_alloc"
|
|
3941
|
-
version = "0.4.5"
|
|
3942
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3943
|
-
checksum = "dbb3b5a6b2bb17cb6ad44a2e68a43e8d2722c997da10e928665c72ec6c0a0b8e"
|
|
3944
|
-
dependencies = [
|
|
3945
|
-
"cfg-if 0.1.10",
|
|
3946
|
-
"libc",
|
|
3947
|
-
"memory_units",
|
|
3948
|
-
"winapi",
|
|
3949
|
-
]
|
|
3950
|
-
|
|
3951
|
-
[[package]]
|
|
3952
|
-
name = "winapi"
|
|
3953
|
-
version = "0.3.9"
|
|
3954
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3955
|
-
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
3956
|
-
dependencies = [
|
|
3957
|
-
"winapi-i686-pc-windows-gnu",
|
|
3958
|
-
"winapi-x86_64-pc-windows-gnu",
|
|
3959
|
-
]
|
|
3960
|
-
|
|
3961
|
-
[[package]]
|
|
3962
|
-
name = "winapi-i686-pc-windows-gnu"
|
|
3963
|
-
version = "0.4.0"
|
|
3964
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3965
|
-
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
3966
|
-
|
|
3967
|
-
[[package]]
|
|
3968
|
-
name = "winapi-util"
|
|
3969
|
-
version = "0.1.9"
|
|
3970
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3971
|
-
checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb"
|
|
3972
|
-
dependencies = [
|
|
3973
|
-
"windows-sys 0.59.0",
|
|
3974
|
-
]
|
|
3975
|
-
|
|
3976
|
-
[[package]]
|
|
3977
|
-
name = "winapi-x86_64-pc-windows-gnu"
|
|
3978
|
-
version = "0.4.0"
|
|
3979
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3980
|
-
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
3981
|
-
|
|
3982
|
-
[[package]]
|
|
3983
|
-
name = "windows-core"
|
|
3984
|
-
version = "0.52.0"
|
|
3985
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3986
|
-
checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
|
|
3987
|
-
dependencies = [
|
|
3988
|
-
"windows-targets",
|
|
3989
|
-
]
|
|
3990
|
-
|
|
3991
|
-
[[package]]
|
|
3992
|
-
name = "windows-registry"
|
|
3993
|
-
version = "0.2.0"
|
|
3994
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3995
|
-
checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0"
|
|
3996
|
-
dependencies = [
|
|
3997
|
-
"windows-result",
|
|
3998
|
-
"windows-strings",
|
|
3999
|
-
"windows-targets",
|
|
4000
|
-
]
|
|
4001
|
-
|
|
4002
|
-
[[package]]
|
|
4003
|
-
name = "windows-result"
|
|
4004
|
-
version = "0.2.0"
|
|
4005
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4006
|
-
checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
|
|
4007
|
-
dependencies = [
|
|
4008
|
-
"windows-targets",
|
|
4009
|
-
]
|
|
4010
|
-
|
|
4011
|
-
[[package]]
|
|
4012
|
-
name = "windows-strings"
|
|
4013
|
-
version = "0.1.0"
|
|
4014
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4015
|
-
checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
|
|
4016
|
-
dependencies = [
|
|
4017
|
-
"windows-result",
|
|
4018
|
-
"windows-targets",
|
|
4019
|
-
]
|
|
4020
|
-
|
|
4021
|
-
[[package]]
|
|
4022
|
-
name = "windows-sys"
|
|
4023
|
-
version = "0.52.0"
|
|
4024
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4025
|
-
checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
|
|
4026
|
-
dependencies = [
|
|
4027
|
-
"windows-targets",
|
|
4028
|
-
]
|
|
4029
|
-
|
|
4030
|
-
[[package]]
|
|
4031
|
-
name = "windows-sys"
|
|
4032
|
-
version = "0.59.0"
|
|
4033
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4034
|
-
checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
|
|
4035
|
-
dependencies = [
|
|
4036
|
-
"windows-targets",
|
|
4037
|
-
]
|
|
4038
|
-
|
|
4039
|
-
[[package]]
|
|
4040
|
-
name = "windows-targets"
|
|
4041
|
-
version = "0.52.6"
|
|
4042
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4043
|
-
checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
|
|
4044
|
-
dependencies = [
|
|
4045
|
-
"windows_aarch64_gnullvm",
|
|
4046
|
-
"windows_aarch64_msvc",
|
|
4047
|
-
"windows_i686_gnu",
|
|
4048
|
-
"windows_i686_gnullvm",
|
|
4049
|
-
"windows_i686_msvc",
|
|
4050
|
-
"windows_x86_64_gnu",
|
|
4051
|
-
"windows_x86_64_gnullvm",
|
|
4052
|
-
"windows_x86_64_msvc",
|
|
4053
|
-
]
|
|
4054
|
-
|
|
4055
|
-
[[package]]
|
|
4056
|
-
name = "windows_aarch64_gnullvm"
|
|
4057
|
-
version = "0.52.6"
|
|
4058
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4059
|
-
checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
|
|
4060
|
-
|
|
4061
|
-
[[package]]
|
|
4062
|
-
name = "windows_aarch64_msvc"
|
|
4063
|
-
version = "0.52.6"
|
|
4064
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4065
|
-
checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
|
|
4066
|
-
|
|
4067
|
-
[[package]]
|
|
4068
|
-
name = "windows_i686_gnu"
|
|
4069
|
-
version = "0.52.6"
|
|
4070
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4071
|
-
checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
|
|
4072
|
-
|
|
4073
|
-
[[package]]
|
|
4074
|
-
name = "windows_i686_gnullvm"
|
|
4075
|
-
version = "0.52.6"
|
|
4076
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4077
|
-
checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
|
|
4078
|
-
|
|
4079
|
-
[[package]]
|
|
4080
|
-
name = "windows_i686_msvc"
|
|
4081
|
-
version = "0.52.6"
|
|
4082
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4083
|
-
checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
|
|
4084
|
-
|
|
4085
|
-
[[package]]
|
|
4086
|
-
name = "windows_x86_64_gnu"
|
|
4087
|
-
version = "0.52.6"
|
|
4088
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4089
|
-
checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
|
|
4090
|
-
|
|
4091
|
-
[[package]]
|
|
4092
|
-
name = "windows_x86_64_gnullvm"
|
|
4093
|
-
version = "0.52.6"
|
|
4094
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4095
|
-
checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
|
|
4096
|
-
|
|
4097
|
-
[[package]]
|
|
4098
|
-
name = "windows_x86_64_msvc"
|
|
4099
|
-
version = "0.52.6"
|
|
4100
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4101
|
-
checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
|
|
4102
|
-
|
|
4103
|
-
[[package]]
|
|
4104
|
-
name = "winnow"
|
|
4105
|
-
version = "0.6.22"
|
|
4106
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4107
|
-
checksum = "39281189af81c07ec09db316b302a3e67bf9bd7cbf6c820b50e35fee9c2fa980"
|
|
4108
|
-
dependencies = [
|
|
4109
|
-
"memchr",
|
|
4110
|
-
]
|
|
4111
|
-
|
|
4112
|
-
[[package]]
|
|
4113
|
-
name = "write16"
|
|
4114
|
-
version = "1.0.0"
|
|
4115
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4116
|
-
checksum = "d1890f4022759daae28ed4fe62859b1236caebfc61ede2f63ed4e695f3f6d936"
|
|
4117
|
-
|
|
4118
|
-
[[package]]
|
|
4119
|
-
name = "writeable"
|
|
4120
|
-
version = "0.5.5"
|
|
4121
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4122
|
-
checksum = "1e9df38ee2d2c3c5948ea468a8406ff0db0b29ae1ffde1bcf20ef305bcc95c51"
|
|
4123
|
-
|
|
4124
|
-
[[package]]
|
|
4125
|
-
name = "wyz"
|
|
4126
|
-
version = "0.5.1"
|
|
4127
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4128
|
-
checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
|
|
4129
|
-
dependencies = [
|
|
4130
|
-
"tap",
|
|
4131
|
-
]
|
|
4132
|
-
|
|
4133
|
-
[[package]]
|
|
4134
|
-
name = "xattr"
|
|
4135
|
-
version = "1.3.1"
|
|
4136
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4137
|
-
checksum = "8da84f1a25939b27f6820d92aed108f83ff920fdf11a7b19366c27c4cda81d4f"
|
|
4138
|
-
dependencies = [
|
|
4139
|
-
"libc",
|
|
4140
|
-
"linux-raw-sys",
|
|
4141
|
-
"rustix",
|
|
4142
|
-
]
|
|
4143
|
-
|
|
4144
|
-
[[package]]
|
|
4145
|
-
name = "xml-rs"
|
|
4146
|
-
version = "0.8.24"
|
|
4147
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4148
|
-
checksum = "ea8b391c9a790b496184c29f7f93b9ed5b16abb306c05415b68bcc16e4d06432"
|
|
4149
|
-
|
|
4150
|
-
[[package]]
|
|
4151
|
-
name = "yoke"
|
|
4152
|
-
version = "0.7.5"
|
|
4153
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4154
|
-
checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
|
|
4155
|
-
dependencies = [
|
|
4156
|
-
"serde",
|
|
4157
|
-
"stable_deref_trait",
|
|
4158
|
-
"yoke-derive",
|
|
4159
|
-
"zerofrom",
|
|
4160
|
-
]
|
|
4161
|
-
|
|
4162
|
-
[[package]]
|
|
4163
|
-
name = "yoke-derive"
|
|
4164
|
-
version = "0.7.5"
|
|
4165
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4166
|
-
checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
|
|
4167
|
-
dependencies = [
|
|
4168
|
-
"proc-macro2",
|
|
4169
|
-
"quote",
|
|
4170
|
-
"syn 2.0.94",
|
|
4171
|
-
"synstructure",
|
|
4172
|
-
]
|
|
4173
|
-
|
|
4174
|
-
[[package]]
|
|
4175
|
-
name = "zerocopy"
|
|
4176
|
-
version = "0.7.35"
|
|
4177
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4178
|
-
checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0"
|
|
4179
|
-
dependencies = [
|
|
4180
|
-
"byteorder",
|
|
4181
|
-
"zerocopy-derive",
|
|
4182
|
-
]
|
|
4183
|
-
|
|
4184
|
-
[[package]]
|
|
4185
|
-
name = "zerocopy-derive"
|
|
4186
|
-
version = "0.7.35"
|
|
4187
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4188
|
-
checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e"
|
|
4189
|
-
dependencies = [
|
|
4190
|
-
"proc-macro2",
|
|
4191
|
-
"quote",
|
|
4192
|
-
"syn 2.0.94",
|
|
4193
|
-
]
|
|
4194
|
-
|
|
4195
|
-
[[package]]
|
|
4196
|
-
name = "zerofrom"
|
|
4197
|
-
version = "0.1.5"
|
|
4198
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4199
|
-
checksum = "cff3ee08c995dee1859d998dea82f7374f2826091dd9cd47def953cae446cd2e"
|
|
4200
|
-
dependencies = [
|
|
4201
|
-
"zerofrom-derive",
|
|
4202
|
-
]
|
|
4203
|
-
|
|
4204
|
-
[[package]]
|
|
4205
|
-
name = "zerofrom-derive"
|
|
4206
|
-
version = "0.1.5"
|
|
4207
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4208
|
-
checksum = "595eed982f7d355beb85837f651fa22e90b3c044842dc7f2c2842c086f295808"
|
|
4209
|
-
dependencies = [
|
|
4210
|
-
"proc-macro2",
|
|
4211
|
-
"quote",
|
|
4212
|
-
"syn 2.0.94",
|
|
4213
|
-
"synstructure",
|
|
4214
|
-
]
|
|
4215
|
-
|
|
4216
|
-
[[package]]
|
|
4217
|
-
name = "zeroize"
|
|
4218
|
-
version = "1.8.1"
|
|
4219
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4220
|
-
checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
|
|
4221
|
-
dependencies = [
|
|
4222
|
-
"zeroize_derive",
|
|
4223
|
-
]
|
|
4224
|
-
|
|
4225
|
-
[[package]]
|
|
4226
|
-
name = "zeroize_derive"
|
|
4227
|
-
version = "1.4.2"
|
|
4228
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4229
|
-
checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
|
|
4230
|
-
dependencies = [
|
|
4231
|
-
"proc-macro2",
|
|
4232
|
-
"quote",
|
|
4233
|
-
"syn 2.0.94",
|
|
4234
|
-
]
|
|
4235
|
-
|
|
4236
|
-
[[package]]
|
|
4237
|
-
name = "zeropool-bn"
|
|
4238
|
-
version = "0.5.11"
|
|
4239
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4240
|
-
checksum = "71e61de68ede9ffdd69c01664f65a178c5188b73f78faa21f0936016a888ff7c"
|
|
4241
|
-
dependencies = [
|
|
4242
|
-
"byteorder",
|
|
4243
|
-
"crunchy",
|
|
4244
|
-
"lazy_static",
|
|
4245
|
-
"rand",
|
|
4246
|
-
"rustc-hex",
|
|
4247
|
-
]
|
|
4248
|
-
|
|
4249
|
-
[[package]]
|
|
4250
|
-
name = "zerovec"
|
|
4251
|
-
version = "0.10.4"
|
|
4252
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4253
|
-
checksum = "aa2b893d79df23bfb12d5461018d408ea19dfafe76c2c7ef6d4eba614f8ff079"
|
|
4254
|
-
dependencies = [
|
|
4255
|
-
"yoke",
|
|
4256
|
-
"zerofrom",
|
|
4257
|
-
"zerovec-derive",
|
|
4258
|
-
]
|
|
4259
|
-
|
|
4260
|
-
[[package]]
|
|
4261
|
-
name = "zerovec-derive"
|
|
4262
|
-
version = "0.10.3"
|
|
4263
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4264
|
-
checksum = "6eafa6dfb17584ea3e2bd6e76e0cc15ad7af12b09abdd1ca55961bed9b1063c6"
|
|
4265
|
-
dependencies = [
|
|
4266
|
-
"proc-macro2",
|
|
4267
|
-
"quote",
|
|
4268
|
-
"syn 2.0.94",
|
|
4269
|
-
]
|
|
4270
|
-
|
|
4271
|
-
[[package]]
|
|
4272
|
-
name = "zip"
|
|
4273
|
-
version = "0.5.13"
|
|
4274
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4275
|
-
checksum = "93ab48844d61251bb3835145c521d88aa4031d7139e8485990f60ca911fa0815"
|
|
4276
|
-
dependencies = [
|
|
4277
|
-
"byteorder",
|
|
4278
|
-
"crc32fast",
|
|
4279
|
-
"flate2",
|
|
4280
|
-
"thiserror 1.0.69",
|
|
4281
|
-
]
|
|
4282
|
-
|
|
4283
|
-
[[package]]
|
|
4284
|
-
name = "zip"
|
|
4285
|
-
version = "0.6.6"
|
|
4286
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4287
|
-
checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
|
|
4288
|
-
dependencies = [
|
|
4289
|
-
"aes",
|
|
4290
|
-
"byteorder",
|
|
4291
|
-
"bzip2",
|
|
4292
|
-
"constant_time_eq",
|
|
4293
|
-
"crc32fast",
|
|
4294
|
-
"crossbeam-utils",
|
|
4295
|
-
"flate2",
|
|
4296
|
-
"hmac",
|
|
4297
|
-
"pbkdf2",
|
|
4298
|
-
"sha1",
|
|
4299
|
-
"time",
|
|
4300
|
-
"zstd 0.11.2+zstd.1.5.2",
|
|
4301
|
-
]
|
|
4302
|
-
|
|
4303
|
-
[[package]]
|
|
4304
|
-
name = "zstd"
|
|
4305
|
-
version = "0.11.2+zstd.1.5.2"
|
|
4306
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4307
|
-
checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
|
|
4308
|
-
dependencies = [
|
|
4309
|
-
"zstd-safe 5.0.2+zstd.1.5.2",
|
|
4310
|
-
]
|
|
4311
|
-
|
|
4312
|
-
[[package]]
|
|
4313
|
-
name = "zstd"
|
|
4314
|
-
version = "0.13.2"
|
|
4315
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4316
|
-
checksum = "fcf2b778a664581e31e389454a7072dab1647606d44f7feea22cd5abb9c9f3f9"
|
|
4317
|
-
dependencies = [
|
|
4318
|
-
"zstd-safe 7.2.1",
|
|
4319
|
-
]
|
|
4320
|
-
|
|
4321
|
-
[[package]]
|
|
4322
|
-
name = "zstd-safe"
|
|
4323
|
-
version = "5.0.2+zstd.1.5.2"
|
|
4324
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4325
|
-
checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
|
|
4326
|
-
dependencies = [
|
|
4327
|
-
"libc",
|
|
4328
|
-
"zstd-sys",
|
|
4329
|
-
]
|
|
4330
|
-
|
|
4331
|
-
[[package]]
|
|
4332
|
-
name = "zstd-safe"
|
|
4333
|
-
version = "7.2.1"
|
|
4334
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4335
|
-
checksum = "54a3ab4db68cea366acc5c897c7b4d4d1b8994a9cd6e6f841f8964566a419059"
|
|
4336
|
-
dependencies = [
|
|
4337
|
-
"zstd-sys",
|
|
4338
|
-
]
|
|
4339
|
-
|
|
4340
|
-
[[package]]
|
|
4341
|
-
name = "zstd-sys"
|
|
4342
|
-
version = "2.0.13+zstd.1.5.6"
|
|
4343
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4344
|
-
checksum = "38ff0f21cfee8f97d94cef41359e0c89aa6113028ab0291aa8ca0038995a95aa"
|
|
4345
|
-
dependencies = [
|
|
4346
|
-
"cc",
|
|
4347
|
-
"pkg-config",
|
|
4348
|
-
]
|