@ametyst/cli 0.2.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/README.md +36 -0
- package/ametyst.node +0 -0
- package/dist/index.js +113898 -0
- package/index.d.ts +9 -0
- package/native/Cargo.lock +1123 -0
- package/native/Cargo.toml +25 -0
- package/native/ametyst-vault.node +0 -0
- package/native/build.rs +4 -0
- package/native/index.d.ts +9 -0
- package/native/package.json +9 -0
- package/native/src/.gitkeep +1 -0
- package/native/src/lib.rs +229 -0
- package/package.json +76 -0
|
@@ -0,0 +1,1123 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "aead"
|
|
7
|
+
version = "0.5.2"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "d122413f284cf2d62fb1b7db97e02edb8cda96d769b16e443a4f6195e35662b0"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"crypto-common",
|
|
12
|
+
"generic-array",
|
|
13
|
+
]
|
|
14
|
+
|
|
15
|
+
[[package]]
|
|
16
|
+
name = "aes"
|
|
17
|
+
version = "0.8.4"
|
|
18
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
19
|
+
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
20
|
+
dependencies = [
|
|
21
|
+
"cfg-if",
|
|
22
|
+
"cipher",
|
|
23
|
+
"cpufeatures",
|
|
24
|
+
]
|
|
25
|
+
|
|
26
|
+
[[package]]
|
|
27
|
+
name = "aes-gcm"
|
|
28
|
+
version = "0.10.3"
|
|
29
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
+
checksum = "831010a0f742e1209b3bcea8fab6a8e149051ba6099432c8cb2cc117dec3ead1"
|
|
31
|
+
dependencies = [
|
|
32
|
+
"aead",
|
|
33
|
+
"aes",
|
|
34
|
+
"cipher",
|
|
35
|
+
"ctr",
|
|
36
|
+
"ghash",
|
|
37
|
+
"subtle",
|
|
38
|
+
]
|
|
39
|
+
|
|
40
|
+
[[package]]
|
|
41
|
+
name = "aho-corasick"
|
|
42
|
+
version = "1.1.4"
|
|
43
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
44
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
45
|
+
dependencies = [
|
|
46
|
+
"memchr",
|
|
47
|
+
]
|
|
48
|
+
|
|
49
|
+
[[package]]
|
|
50
|
+
name = "ametyst-vault"
|
|
51
|
+
version = "0.1.0"
|
|
52
|
+
dependencies = [
|
|
53
|
+
"aes-gcm",
|
|
54
|
+
"hex",
|
|
55
|
+
"k256",
|
|
56
|
+
"libc",
|
|
57
|
+
"napi",
|
|
58
|
+
"napi-build",
|
|
59
|
+
"napi-derive",
|
|
60
|
+
"rand",
|
|
61
|
+
"scrypt",
|
|
62
|
+
"serde",
|
|
63
|
+
"serde_json",
|
|
64
|
+
"sha3",
|
|
65
|
+
"uuid",
|
|
66
|
+
"zeroize",
|
|
67
|
+
]
|
|
68
|
+
|
|
69
|
+
[[package]]
|
|
70
|
+
name = "anyhow"
|
|
71
|
+
version = "1.0.102"
|
|
72
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
73
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
74
|
+
|
|
75
|
+
[[package]]
|
|
76
|
+
name = "base16ct"
|
|
77
|
+
version = "0.2.0"
|
|
78
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
79
|
+
checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf"
|
|
80
|
+
|
|
81
|
+
[[package]]
|
|
82
|
+
name = "base64ct"
|
|
83
|
+
version = "1.8.3"
|
|
84
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
+
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
86
|
+
|
|
87
|
+
[[package]]
|
|
88
|
+
name = "bitflags"
|
|
89
|
+
version = "2.11.0"
|
|
90
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
91
|
+
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
92
|
+
|
|
93
|
+
[[package]]
|
|
94
|
+
name = "block-buffer"
|
|
95
|
+
version = "0.10.4"
|
|
96
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
97
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
98
|
+
dependencies = [
|
|
99
|
+
"generic-array",
|
|
100
|
+
]
|
|
101
|
+
|
|
102
|
+
[[package]]
|
|
103
|
+
name = "bumpalo"
|
|
104
|
+
version = "3.20.2"
|
|
105
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
106
|
+
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
107
|
+
|
|
108
|
+
[[package]]
|
|
109
|
+
name = "cfg-if"
|
|
110
|
+
version = "1.0.4"
|
|
111
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
112
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
113
|
+
|
|
114
|
+
[[package]]
|
|
115
|
+
name = "cipher"
|
|
116
|
+
version = "0.4.4"
|
|
117
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
118
|
+
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
119
|
+
dependencies = [
|
|
120
|
+
"crypto-common",
|
|
121
|
+
"inout",
|
|
122
|
+
]
|
|
123
|
+
|
|
124
|
+
[[package]]
|
|
125
|
+
name = "const-oid"
|
|
126
|
+
version = "0.9.6"
|
|
127
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
128
|
+
checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
|
|
129
|
+
|
|
130
|
+
[[package]]
|
|
131
|
+
name = "convert_case"
|
|
132
|
+
version = "0.6.0"
|
|
133
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
134
|
+
checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
|
|
135
|
+
dependencies = [
|
|
136
|
+
"unicode-segmentation",
|
|
137
|
+
]
|
|
138
|
+
|
|
139
|
+
[[package]]
|
|
140
|
+
name = "cpufeatures"
|
|
141
|
+
version = "0.2.17"
|
|
142
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
143
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
144
|
+
dependencies = [
|
|
145
|
+
"libc",
|
|
146
|
+
]
|
|
147
|
+
|
|
148
|
+
[[package]]
|
|
149
|
+
name = "crypto-bigint"
|
|
150
|
+
version = "0.5.5"
|
|
151
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
152
|
+
checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
|
|
153
|
+
dependencies = [
|
|
154
|
+
"generic-array",
|
|
155
|
+
"rand_core",
|
|
156
|
+
"subtle",
|
|
157
|
+
"zeroize",
|
|
158
|
+
]
|
|
159
|
+
|
|
160
|
+
[[package]]
|
|
161
|
+
name = "crypto-common"
|
|
162
|
+
version = "0.1.7"
|
|
163
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
164
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
165
|
+
dependencies = [
|
|
166
|
+
"generic-array",
|
|
167
|
+
"rand_core",
|
|
168
|
+
"typenum",
|
|
169
|
+
]
|
|
170
|
+
|
|
171
|
+
[[package]]
|
|
172
|
+
name = "ctor"
|
|
173
|
+
version = "0.2.9"
|
|
174
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
+
checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
|
|
176
|
+
dependencies = [
|
|
177
|
+
"quote",
|
|
178
|
+
"syn",
|
|
179
|
+
]
|
|
180
|
+
|
|
181
|
+
[[package]]
|
|
182
|
+
name = "ctr"
|
|
183
|
+
version = "0.9.2"
|
|
184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
+
checksum = "0369ee1ad671834580515889b80f2ea915f23b8be8d0daa4bbaf2ac5c7590835"
|
|
186
|
+
dependencies = [
|
|
187
|
+
"cipher",
|
|
188
|
+
]
|
|
189
|
+
|
|
190
|
+
[[package]]
|
|
191
|
+
name = "der"
|
|
192
|
+
version = "0.7.10"
|
|
193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
194
|
+
checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
|
|
195
|
+
dependencies = [
|
|
196
|
+
"const-oid",
|
|
197
|
+
"zeroize",
|
|
198
|
+
]
|
|
199
|
+
|
|
200
|
+
[[package]]
|
|
201
|
+
name = "digest"
|
|
202
|
+
version = "0.10.7"
|
|
203
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
204
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
205
|
+
dependencies = [
|
|
206
|
+
"block-buffer",
|
|
207
|
+
"const-oid",
|
|
208
|
+
"crypto-common",
|
|
209
|
+
"subtle",
|
|
210
|
+
]
|
|
211
|
+
|
|
212
|
+
[[package]]
|
|
213
|
+
name = "ecdsa"
|
|
214
|
+
version = "0.16.9"
|
|
215
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
|
+
checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca"
|
|
217
|
+
dependencies = [
|
|
218
|
+
"der",
|
|
219
|
+
"digest",
|
|
220
|
+
"elliptic-curve",
|
|
221
|
+
"rfc6979",
|
|
222
|
+
"signature",
|
|
223
|
+
"spki",
|
|
224
|
+
]
|
|
225
|
+
|
|
226
|
+
[[package]]
|
|
227
|
+
name = "elliptic-curve"
|
|
228
|
+
version = "0.13.8"
|
|
229
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
230
|
+
checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47"
|
|
231
|
+
dependencies = [
|
|
232
|
+
"base16ct",
|
|
233
|
+
"crypto-bigint",
|
|
234
|
+
"digest",
|
|
235
|
+
"ff",
|
|
236
|
+
"generic-array",
|
|
237
|
+
"group",
|
|
238
|
+
"pkcs8",
|
|
239
|
+
"rand_core",
|
|
240
|
+
"sec1",
|
|
241
|
+
"subtle",
|
|
242
|
+
"zeroize",
|
|
243
|
+
]
|
|
244
|
+
|
|
245
|
+
[[package]]
|
|
246
|
+
name = "equivalent"
|
|
247
|
+
version = "1.0.2"
|
|
248
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
249
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
250
|
+
|
|
251
|
+
[[package]]
|
|
252
|
+
name = "ff"
|
|
253
|
+
version = "0.13.1"
|
|
254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
255
|
+
checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393"
|
|
256
|
+
dependencies = [
|
|
257
|
+
"rand_core",
|
|
258
|
+
"subtle",
|
|
259
|
+
]
|
|
260
|
+
|
|
261
|
+
[[package]]
|
|
262
|
+
name = "foldhash"
|
|
263
|
+
version = "0.1.5"
|
|
264
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
265
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
266
|
+
|
|
267
|
+
[[package]]
|
|
268
|
+
name = "generic-array"
|
|
269
|
+
version = "0.14.7"
|
|
270
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
271
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
272
|
+
dependencies = [
|
|
273
|
+
"typenum",
|
|
274
|
+
"version_check",
|
|
275
|
+
"zeroize",
|
|
276
|
+
]
|
|
277
|
+
|
|
278
|
+
[[package]]
|
|
279
|
+
name = "getrandom"
|
|
280
|
+
version = "0.2.17"
|
|
281
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
282
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
283
|
+
dependencies = [
|
|
284
|
+
"cfg-if",
|
|
285
|
+
"libc",
|
|
286
|
+
"wasi",
|
|
287
|
+
]
|
|
288
|
+
|
|
289
|
+
[[package]]
|
|
290
|
+
name = "getrandom"
|
|
291
|
+
version = "0.4.2"
|
|
292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
293
|
+
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
294
|
+
dependencies = [
|
|
295
|
+
"cfg-if",
|
|
296
|
+
"libc",
|
|
297
|
+
"r-efi",
|
|
298
|
+
"wasip2",
|
|
299
|
+
"wasip3",
|
|
300
|
+
]
|
|
301
|
+
|
|
302
|
+
[[package]]
|
|
303
|
+
name = "ghash"
|
|
304
|
+
version = "0.5.1"
|
|
305
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
306
|
+
checksum = "f0d8a4362ccb29cb0b265253fb0a2728f592895ee6854fd9bc13f2ffda266ff1"
|
|
307
|
+
dependencies = [
|
|
308
|
+
"opaque-debug",
|
|
309
|
+
"polyval",
|
|
310
|
+
]
|
|
311
|
+
|
|
312
|
+
[[package]]
|
|
313
|
+
name = "group"
|
|
314
|
+
version = "0.13.0"
|
|
315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
316
|
+
checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63"
|
|
317
|
+
dependencies = [
|
|
318
|
+
"ff",
|
|
319
|
+
"rand_core",
|
|
320
|
+
"subtle",
|
|
321
|
+
]
|
|
322
|
+
|
|
323
|
+
[[package]]
|
|
324
|
+
name = "hashbrown"
|
|
325
|
+
version = "0.15.5"
|
|
326
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
327
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
328
|
+
dependencies = [
|
|
329
|
+
"foldhash",
|
|
330
|
+
]
|
|
331
|
+
|
|
332
|
+
[[package]]
|
|
333
|
+
name = "hashbrown"
|
|
334
|
+
version = "0.16.1"
|
|
335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
337
|
+
|
|
338
|
+
[[package]]
|
|
339
|
+
name = "heck"
|
|
340
|
+
version = "0.5.0"
|
|
341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
342
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
343
|
+
|
|
344
|
+
[[package]]
|
|
345
|
+
name = "hex"
|
|
346
|
+
version = "0.4.3"
|
|
347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
+
checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
|
|
349
|
+
|
|
350
|
+
[[package]]
|
|
351
|
+
name = "hmac"
|
|
352
|
+
version = "0.12.1"
|
|
353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
354
|
+
checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
|
|
355
|
+
dependencies = [
|
|
356
|
+
"digest",
|
|
357
|
+
]
|
|
358
|
+
|
|
359
|
+
[[package]]
|
|
360
|
+
name = "id-arena"
|
|
361
|
+
version = "2.3.0"
|
|
362
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
363
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
364
|
+
|
|
365
|
+
[[package]]
|
|
366
|
+
name = "indexmap"
|
|
367
|
+
version = "2.13.0"
|
|
368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
369
|
+
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
370
|
+
dependencies = [
|
|
371
|
+
"equivalent",
|
|
372
|
+
"hashbrown 0.16.1",
|
|
373
|
+
"serde",
|
|
374
|
+
"serde_core",
|
|
375
|
+
]
|
|
376
|
+
|
|
377
|
+
[[package]]
|
|
378
|
+
name = "inout"
|
|
379
|
+
version = "0.1.4"
|
|
380
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
381
|
+
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
382
|
+
dependencies = [
|
|
383
|
+
"generic-array",
|
|
384
|
+
]
|
|
385
|
+
|
|
386
|
+
[[package]]
|
|
387
|
+
name = "itoa"
|
|
388
|
+
version = "1.0.18"
|
|
389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
390
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
391
|
+
|
|
392
|
+
[[package]]
|
|
393
|
+
name = "js-sys"
|
|
394
|
+
version = "0.3.91"
|
|
395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
+
checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c"
|
|
397
|
+
dependencies = [
|
|
398
|
+
"once_cell",
|
|
399
|
+
"wasm-bindgen",
|
|
400
|
+
]
|
|
401
|
+
|
|
402
|
+
[[package]]
|
|
403
|
+
name = "k256"
|
|
404
|
+
version = "0.13.4"
|
|
405
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
406
|
+
checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b"
|
|
407
|
+
dependencies = [
|
|
408
|
+
"cfg-if",
|
|
409
|
+
"ecdsa",
|
|
410
|
+
"elliptic-curve",
|
|
411
|
+
"once_cell",
|
|
412
|
+
"sha2",
|
|
413
|
+
"signature",
|
|
414
|
+
]
|
|
415
|
+
|
|
416
|
+
[[package]]
|
|
417
|
+
name = "keccak"
|
|
418
|
+
version = "0.1.6"
|
|
419
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
420
|
+
checksum = "cb26cec98cce3a3d96cbb7bced3c4b16e3d13f27ec56dbd62cbc8f39cfb9d653"
|
|
421
|
+
dependencies = [
|
|
422
|
+
"cpufeatures",
|
|
423
|
+
]
|
|
424
|
+
|
|
425
|
+
[[package]]
|
|
426
|
+
name = "leb128fmt"
|
|
427
|
+
version = "0.1.0"
|
|
428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
430
|
+
|
|
431
|
+
[[package]]
|
|
432
|
+
name = "libc"
|
|
433
|
+
version = "0.2.183"
|
|
434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
+
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
|
|
436
|
+
|
|
437
|
+
[[package]]
|
|
438
|
+
name = "libloading"
|
|
439
|
+
version = "0.8.9"
|
|
440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
441
|
+
checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
|
|
442
|
+
dependencies = [
|
|
443
|
+
"cfg-if",
|
|
444
|
+
"windows-link",
|
|
445
|
+
]
|
|
446
|
+
|
|
447
|
+
[[package]]
|
|
448
|
+
name = "log"
|
|
449
|
+
version = "0.4.29"
|
|
450
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
451
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
452
|
+
|
|
453
|
+
[[package]]
|
|
454
|
+
name = "memchr"
|
|
455
|
+
version = "2.8.0"
|
|
456
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
457
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
458
|
+
|
|
459
|
+
[[package]]
|
|
460
|
+
name = "napi"
|
|
461
|
+
version = "2.16.17"
|
|
462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
463
|
+
checksum = "55740c4ae1d8696773c78fdafd5d0e5fe9bc9f1b071c7ba493ba5c413a9184f3"
|
|
464
|
+
dependencies = [
|
|
465
|
+
"bitflags",
|
|
466
|
+
"ctor",
|
|
467
|
+
"napi-derive",
|
|
468
|
+
"napi-sys",
|
|
469
|
+
"once_cell",
|
|
470
|
+
]
|
|
471
|
+
|
|
472
|
+
[[package]]
|
|
473
|
+
name = "napi-build"
|
|
474
|
+
version = "2.3.1"
|
|
475
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
+
checksum = "d376940fd5b723c6893cd1ee3f33abbfd86acb1cd1ec079f3ab04a2a3bc4d3b1"
|
|
477
|
+
|
|
478
|
+
[[package]]
|
|
479
|
+
name = "napi-derive"
|
|
480
|
+
version = "2.16.13"
|
|
481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
482
|
+
checksum = "7cbe2585d8ac223f7d34f13701434b9d5f4eb9c332cccce8dee57ea18ab8ab0c"
|
|
483
|
+
dependencies = [
|
|
484
|
+
"cfg-if",
|
|
485
|
+
"convert_case",
|
|
486
|
+
"napi-derive-backend",
|
|
487
|
+
"proc-macro2",
|
|
488
|
+
"quote",
|
|
489
|
+
"syn",
|
|
490
|
+
]
|
|
491
|
+
|
|
492
|
+
[[package]]
|
|
493
|
+
name = "napi-derive-backend"
|
|
494
|
+
version = "1.0.75"
|
|
495
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
496
|
+
checksum = "1639aaa9eeb76e91c6ae66da8ce3e89e921cd3885e99ec85f4abacae72fc91bf"
|
|
497
|
+
dependencies = [
|
|
498
|
+
"convert_case",
|
|
499
|
+
"once_cell",
|
|
500
|
+
"proc-macro2",
|
|
501
|
+
"quote",
|
|
502
|
+
"regex",
|
|
503
|
+
"semver",
|
|
504
|
+
"syn",
|
|
505
|
+
]
|
|
506
|
+
|
|
507
|
+
[[package]]
|
|
508
|
+
name = "napi-sys"
|
|
509
|
+
version = "2.4.0"
|
|
510
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
511
|
+
checksum = "427802e8ec3a734331fec1035594a210ce1ff4dc5bc1950530920ab717964ea3"
|
|
512
|
+
dependencies = [
|
|
513
|
+
"libloading",
|
|
514
|
+
]
|
|
515
|
+
|
|
516
|
+
[[package]]
|
|
517
|
+
name = "once_cell"
|
|
518
|
+
version = "1.21.4"
|
|
519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
520
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
521
|
+
|
|
522
|
+
[[package]]
|
|
523
|
+
name = "opaque-debug"
|
|
524
|
+
version = "0.3.1"
|
|
525
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
526
|
+
checksum = "c08d65885ee38876c4f86fa503fb49d7b507c2b62552df7c70b2fce627e06381"
|
|
527
|
+
|
|
528
|
+
[[package]]
|
|
529
|
+
name = "password-hash"
|
|
530
|
+
version = "0.5.0"
|
|
531
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
532
|
+
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
533
|
+
dependencies = [
|
|
534
|
+
"base64ct",
|
|
535
|
+
"rand_core",
|
|
536
|
+
"subtle",
|
|
537
|
+
]
|
|
538
|
+
|
|
539
|
+
[[package]]
|
|
540
|
+
name = "pbkdf2"
|
|
541
|
+
version = "0.12.2"
|
|
542
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
543
|
+
checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
|
|
544
|
+
dependencies = [
|
|
545
|
+
"digest",
|
|
546
|
+
"hmac",
|
|
547
|
+
]
|
|
548
|
+
|
|
549
|
+
[[package]]
|
|
550
|
+
name = "pkcs8"
|
|
551
|
+
version = "0.10.2"
|
|
552
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
553
|
+
checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
|
|
554
|
+
dependencies = [
|
|
555
|
+
"der",
|
|
556
|
+
"spki",
|
|
557
|
+
]
|
|
558
|
+
|
|
559
|
+
[[package]]
|
|
560
|
+
name = "polyval"
|
|
561
|
+
version = "0.6.2"
|
|
562
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
563
|
+
checksum = "9d1fe60d06143b2430aa532c94cfe9e29783047f06c0d7fd359a9a51b729fa25"
|
|
564
|
+
dependencies = [
|
|
565
|
+
"cfg-if",
|
|
566
|
+
"cpufeatures",
|
|
567
|
+
"opaque-debug",
|
|
568
|
+
"universal-hash",
|
|
569
|
+
]
|
|
570
|
+
|
|
571
|
+
[[package]]
|
|
572
|
+
name = "ppv-lite86"
|
|
573
|
+
version = "0.2.21"
|
|
574
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
575
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
576
|
+
dependencies = [
|
|
577
|
+
"zerocopy",
|
|
578
|
+
]
|
|
579
|
+
|
|
580
|
+
[[package]]
|
|
581
|
+
name = "prettyplease"
|
|
582
|
+
version = "0.2.37"
|
|
583
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
584
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
585
|
+
dependencies = [
|
|
586
|
+
"proc-macro2",
|
|
587
|
+
"syn",
|
|
588
|
+
]
|
|
589
|
+
|
|
590
|
+
[[package]]
|
|
591
|
+
name = "proc-macro2"
|
|
592
|
+
version = "1.0.106"
|
|
593
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
594
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
595
|
+
dependencies = [
|
|
596
|
+
"unicode-ident",
|
|
597
|
+
]
|
|
598
|
+
|
|
599
|
+
[[package]]
|
|
600
|
+
name = "quote"
|
|
601
|
+
version = "1.0.45"
|
|
602
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
603
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
604
|
+
dependencies = [
|
|
605
|
+
"proc-macro2",
|
|
606
|
+
]
|
|
607
|
+
|
|
608
|
+
[[package]]
|
|
609
|
+
name = "r-efi"
|
|
610
|
+
version = "6.0.0"
|
|
611
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
612
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
613
|
+
|
|
614
|
+
[[package]]
|
|
615
|
+
name = "rand"
|
|
616
|
+
version = "0.8.5"
|
|
617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
618
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
619
|
+
dependencies = [
|
|
620
|
+
"libc",
|
|
621
|
+
"rand_chacha",
|
|
622
|
+
"rand_core",
|
|
623
|
+
]
|
|
624
|
+
|
|
625
|
+
[[package]]
|
|
626
|
+
name = "rand_chacha"
|
|
627
|
+
version = "0.3.1"
|
|
628
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
629
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
630
|
+
dependencies = [
|
|
631
|
+
"ppv-lite86",
|
|
632
|
+
"rand_core",
|
|
633
|
+
]
|
|
634
|
+
|
|
635
|
+
[[package]]
|
|
636
|
+
name = "rand_core"
|
|
637
|
+
version = "0.6.4"
|
|
638
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
639
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
640
|
+
dependencies = [
|
|
641
|
+
"getrandom 0.2.17",
|
|
642
|
+
]
|
|
643
|
+
|
|
644
|
+
[[package]]
|
|
645
|
+
name = "regex"
|
|
646
|
+
version = "1.12.3"
|
|
647
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
648
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
649
|
+
dependencies = [
|
|
650
|
+
"aho-corasick",
|
|
651
|
+
"memchr",
|
|
652
|
+
"regex-automata",
|
|
653
|
+
"regex-syntax",
|
|
654
|
+
]
|
|
655
|
+
|
|
656
|
+
[[package]]
|
|
657
|
+
name = "regex-automata"
|
|
658
|
+
version = "0.4.14"
|
|
659
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
661
|
+
dependencies = [
|
|
662
|
+
"aho-corasick",
|
|
663
|
+
"memchr",
|
|
664
|
+
"regex-syntax",
|
|
665
|
+
]
|
|
666
|
+
|
|
667
|
+
[[package]]
|
|
668
|
+
name = "regex-syntax"
|
|
669
|
+
version = "0.8.10"
|
|
670
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
671
|
+
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
672
|
+
|
|
673
|
+
[[package]]
|
|
674
|
+
name = "rfc6979"
|
|
675
|
+
version = "0.4.0"
|
|
676
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
677
|
+
checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2"
|
|
678
|
+
dependencies = [
|
|
679
|
+
"hmac",
|
|
680
|
+
"subtle",
|
|
681
|
+
]
|
|
682
|
+
|
|
683
|
+
[[package]]
|
|
684
|
+
name = "rustversion"
|
|
685
|
+
version = "1.0.22"
|
|
686
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
687
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
688
|
+
|
|
689
|
+
[[package]]
|
|
690
|
+
name = "salsa20"
|
|
691
|
+
version = "0.10.2"
|
|
692
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
693
|
+
checksum = "97a22f5af31f73a954c10289c93e8a50cc23d971e80ee446f1f6f7137a088213"
|
|
694
|
+
dependencies = [
|
|
695
|
+
"cipher",
|
|
696
|
+
]
|
|
697
|
+
|
|
698
|
+
[[package]]
|
|
699
|
+
name = "scrypt"
|
|
700
|
+
version = "0.11.0"
|
|
701
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
|
+
checksum = "0516a385866c09368f0b5bcd1caff3366aace790fcd46e2bb032697bb172fd1f"
|
|
703
|
+
dependencies = [
|
|
704
|
+
"password-hash",
|
|
705
|
+
"pbkdf2",
|
|
706
|
+
"salsa20",
|
|
707
|
+
"sha2",
|
|
708
|
+
]
|
|
709
|
+
|
|
710
|
+
[[package]]
|
|
711
|
+
name = "sec1"
|
|
712
|
+
version = "0.7.3"
|
|
713
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
714
|
+
checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc"
|
|
715
|
+
dependencies = [
|
|
716
|
+
"base16ct",
|
|
717
|
+
"der",
|
|
718
|
+
"generic-array",
|
|
719
|
+
"pkcs8",
|
|
720
|
+
"subtle",
|
|
721
|
+
"zeroize",
|
|
722
|
+
]
|
|
723
|
+
|
|
724
|
+
[[package]]
|
|
725
|
+
name = "semver"
|
|
726
|
+
version = "1.0.27"
|
|
727
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
728
|
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
729
|
+
|
|
730
|
+
[[package]]
|
|
731
|
+
name = "serde"
|
|
732
|
+
version = "1.0.228"
|
|
733
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
734
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
735
|
+
dependencies = [
|
|
736
|
+
"serde_core",
|
|
737
|
+
"serde_derive",
|
|
738
|
+
]
|
|
739
|
+
|
|
740
|
+
[[package]]
|
|
741
|
+
name = "serde_core"
|
|
742
|
+
version = "1.0.228"
|
|
743
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
744
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
745
|
+
dependencies = [
|
|
746
|
+
"serde_derive",
|
|
747
|
+
]
|
|
748
|
+
|
|
749
|
+
[[package]]
|
|
750
|
+
name = "serde_derive"
|
|
751
|
+
version = "1.0.228"
|
|
752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
753
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
754
|
+
dependencies = [
|
|
755
|
+
"proc-macro2",
|
|
756
|
+
"quote",
|
|
757
|
+
"syn",
|
|
758
|
+
]
|
|
759
|
+
|
|
760
|
+
[[package]]
|
|
761
|
+
name = "serde_json"
|
|
762
|
+
version = "1.0.149"
|
|
763
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
764
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
765
|
+
dependencies = [
|
|
766
|
+
"itoa",
|
|
767
|
+
"memchr",
|
|
768
|
+
"serde",
|
|
769
|
+
"serde_core",
|
|
770
|
+
"zmij",
|
|
771
|
+
]
|
|
772
|
+
|
|
773
|
+
[[package]]
|
|
774
|
+
name = "sha2"
|
|
775
|
+
version = "0.10.9"
|
|
776
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
777
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
778
|
+
dependencies = [
|
|
779
|
+
"cfg-if",
|
|
780
|
+
"cpufeatures",
|
|
781
|
+
"digest",
|
|
782
|
+
]
|
|
783
|
+
|
|
784
|
+
[[package]]
|
|
785
|
+
name = "sha3"
|
|
786
|
+
version = "0.10.8"
|
|
787
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
788
|
+
checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
|
|
789
|
+
dependencies = [
|
|
790
|
+
"digest",
|
|
791
|
+
"keccak",
|
|
792
|
+
]
|
|
793
|
+
|
|
794
|
+
[[package]]
|
|
795
|
+
name = "signature"
|
|
796
|
+
version = "2.2.0"
|
|
797
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
798
|
+
checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
|
|
799
|
+
dependencies = [
|
|
800
|
+
"digest",
|
|
801
|
+
"rand_core",
|
|
802
|
+
]
|
|
803
|
+
|
|
804
|
+
[[package]]
|
|
805
|
+
name = "spki"
|
|
806
|
+
version = "0.7.3"
|
|
807
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
808
|
+
checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
|
|
809
|
+
dependencies = [
|
|
810
|
+
"base64ct",
|
|
811
|
+
"der",
|
|
812
|
+
]
|
|
813
|
+
|
|
814
|
+
[[package]]
|
|
815
|
+
name = "subtle"
|
|
816
|
+
version = "2.6.1"
|
|
817
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
818
|
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
819
|
+
|
|
820
|
+
[[package]]
|
|
821
|
+
name = "syn"
|
|
822
|
+
version = "2.0.117"
|
|
823
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
824
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
825
|
+
dependencies = [
|
|
826
|
+
"proc-macro2",
|
|
827
|
+
"quote",
|
|
828
|
+
"unicode-ident",
|
|
829
|
+
]
|
|
830
|
+
|
|
831
|
+
[[package]]
|
|
832
|
+
name = "typenum"
|
|
833
|
+
version = "1.19.0"
|
|
834
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
835
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
836
|
+
|
|
837
|
+
[[package]]
|
|
838
|
+
name = "unicode-ident"
|
|
839
|
+
version = "1.0.24"
|
|
840
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
841
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
842
|
+
|
|
843
|
+
[[package]]
|
|
844
|
+
name = "unicode-segmentation"
|
|
845
|
+
version = "1.13.1"
|
|
846
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
847
|
+
checksum = "da36089a805484bcccfffe0739803392c8298778a2d2f09febf76fac5ad9025b"
|
|
848
|
+
|
|
849
|
+
[[package]]
|
|
850
|
+
name = "unicode-xid"
|
|
851
|
+
version = "0.2.6"
|
|
852
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
853
|
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
854
|
+
|
|
855
|
+
[[package]]
|
|
856
|
+
name = "universal-hash"
|
|
857
|
+
version = "0.5.1"
|
|
858
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
859
|
+
checksum = "fc1de2c688dc15305988b563c3854064043356019f97a4b46276fe734c4f07ea"
|
|
860
|
+
dependencies = [
|
|
861
|
+
"crypto-common",
|
|
862
|
+
"subtle",
|
|
863
|
+
]
|
|
864
|
+
|
|
865
|
+
[[package]]
|
|
866
|
+
name = "uuid"
|
|
867
|
+
version = "1.22.0"
|
|
868
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
869
|
+
checksum = "a68d3c8f01c0cfa54a75291d83601161799e4a89a39e0929f4b0354d88757a37"
|
|
870
|
+
dependencies = [
|
|
871
|
+
"getrandom 0.4.2",
|
|
872
|
+
"js-sys",
|
|
873
|
+
"wasm-bindgen",
|
|
874
|
+
]
|
|
875
|
+
|
|
876
|
+
[[package]]
|
|
877
|
+
name = "version_check"
|
|
878
|
+
version = "0.9.5"
|
|
879
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
880
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
881
|
+
|
|
882
|
+
[[package]]
|
|
883
|
+
name = "wasi"
|
|
884
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
885
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
886
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
887
|
+
|
|
888
|
+
[[package]]
|
|
889
|
+
name = "wasip2"
|
|
890
|
+
version = "1.0.2+wasi-0.2.9"
|
|
891
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
892
|
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
893
|
+
dependencies = [
|
|
894
|
+
"wit-bindgen",
|
|
895
|
+
]
|
|
896
|
+
|
|
897
|
+
[[package]]
|
|
898
|
+
name = "wasip3"
|
|
899
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
900
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
901
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
902
|
+
dependencies = [
|
|
903
|
+
"wit-bindgen",
|
|
904
|
+
]
|
|
905
|
+
|
|
906
|
+
[[package]]
|
|
907
|
+
name = "wasm-bindgen"
|
|
908
|
+
version = "0.2.114"
|
|
909
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
910
|
+
checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e"
|
|
911
|
+
dependencies = [
|
|
912
|
+
"cfg-if",
|
|
913
|
+
"once_cell",
|
|
914
|
+
"rustversion",
|
|
915
|
+
"wasm-bindgen-macro",
|
|
916
|
+
"wasm-bindgen-shared",
|
|
917
|
+
]
|
|
918
|
+
|
|
919
|
+
[[package]]
|
|
920
|
+
name = "wasm-bindgen-macro"
|
|
921
|
+
version = "0.2.114"
|
|
922
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
923
|
+
checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6"
|
|
924
|
+
dependencies = [
|
|
925
|
+
"quote",
|
|
926
|
+
"wasm-bindgen-macro-support",
|
|
927
|
+
]
|
|
928
|
+
|
|
929
|
+
[[package]]
|
|
930
|
+
name = "wasm-bindgen-macro-support"
|
|
931
|
+
version = "0.2.114"
|
|
932
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
933
|
+
checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3"
|
|
934
|
+
dependencies = [
|
|
935
|
+
"bumpalo",
|
|
936
|
+
"proc-macro2",
|
|
937
|
+
"quote",
|
|
938
|
+
"syn",
|
|
939
|
+
"wasm-bindgen-shared",
|
|
940
|
+
]
|
|
941
|
+
|
|
942
|
+
[[package]]
|
|
943
|
+
name = "wasm-bindgen-shared"
|
|
944
|
+
version = "0.2.114"
|
|
945
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
946
|
+
checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16"
|
|
947
|
+
dependencies = [
|
|
948
|
+
"unicode-ident",
|
|
949
|
+
]
|
|
950
|
+
|
|
951
|
+
[[package]]
|
|
952
|
+
name = "wasm-encoder"
|
|
953
|
+
version = "0.244.0"
|
|
954
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
955
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
956
|
+
dependencies = [
|
|
957
|
+
"leb128fmt",
|
|
958
|
+
"wasmparser",
|
|
959
|
+
]
|
|
960
|
+
|
|
961
|
+
[[package]]
|
|
962
|
+
name = "wasm-metadata"
|
|
963
|
+
version = "0.244.0"
|
|
964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
965
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
966
|
+
dependencies = [
|
|
967
|
+
"anyhow",
|
|
968
|
+
"indexmap",
|
|
969
|
+
"wasm-encoder",
|
|
970
|
+
"wasmparser",
|
|
971
|
+
]
|
|
972
|
+
|
|
973
|
+
[[package]]
|
|
974
|
+
name = "wasmparser"
|
|
975
|
+
version = "0.244.0"
|
|
976
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
977
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
978
|
+
dependencies = [
|
|
979
|
+
"bitflags",
|
|
980
|
+
"hashbrown 0.15.5",
|
|
981
|
+
"indexmap",
|
|
982
|
+
"semver",
|
|
983
|
+
]
|
|
984
|
+
|
|
985
|
+
[[package]]
|
|
986
|
+
name = "windows-link"
|
|
987
|
+
version = "0.2.1"
|
|
988
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
989
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
990
|
+
|
|
991
|
+
[[package]]
|
|
992
|
+
name = "wit-bindgen"
|
|
993
|
+
version = "0.51.0"
|
|
994
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
995
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
996
|
+
dependencies = [
|
|
997
|
+
"wit-bindgen-rust-macro",
|
|
998
|
+
]
|
|
999
|
+
|
|
1000
|
+
[[package]]
|
|
1001
|
+
name = "wit-bindgen-core"
|
|
1002
|
+
version = "0.51.0"
|
|
1003
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1004
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
1005
|
+
dependencies = [
|
|
1006
|
+
"anyhow",
|
|
1007
|
+
"heck",
|
|
1008
|
+
"wit-parser",
|
|
1009
|
+
]
|
|
1010
|
+
|
|
1011
|
+
[[package]]
|
|
1012
|
+
name = "wit-bindgen-rust"
|
|
1013
|
+
version = "0.51.0"
|
|
1014
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1015
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
1016
|
+
dependencies = [
|
|
1017
|
+
"anyhow",
|
|
1018
|
+
"heck",
|
|
1019
|
+
"indexmap",
|
|
1020
|
+
"prettyplease",
|
|
1021
|
+
"syn",
|
|
1022
|
+
"wasm-metadata",
|
|
1023
|
+
"wit-bindgen-core",
|
|
1024
|
+
"wit-component",
|
|
1025
|
+
]
|
|
1026
|
+
|
|
1027
|
+
[[package]]
|
|
1028
|
+
name = "wit-bindgen-rust-macro"
|
|
1029
|
+
version = "0.51.0"
|
|
1030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1031
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
1032
|
+
dependencies = [
|
|
1033
|
+
"anyhow",
|
|
1034
|
+
"prettyplease",
|
|
1035
|
+
"proc-macro2",
|
|
1036
|
+
"quote",
|
|
1037
|
+
"syn",
|
|
1038
|
+
"wit-bindgen-core",
|
|
1039
|
+
"wit-bindgen-rust",
|
|
1040
|
+
]
|
|
1041
|
+
|
|
1042
|
+
[[package]]
|
|
1043
|
+
name = "wit-component"
|
|
1044
|
+
version = "0.244.0"
|
|
1045
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1046
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
1047
|
+
dependencies = [
|
|
1048
|
+
"anyhow",
|
|
1049
|
+
"bitflags",
|
|
1050
|
+
"indexmap",
|
|
1051
|
+
"log",
|
|
1052
|
+
"serde",
|
|
1053
|
+
"serde_derive",
|
|
1054
|
+
"serde_json",
|
|
1055
|
+
"wasm-encoder",
|
|
1056
|
+
"wasm-metadata",
|
|
1057
|
+
"wasmparser",
|
|
1058
|
+
"wit-parser",
|
|
1059
|
+
]
|
|
1060
|
+
|
|
1061
|
+
[[package]]
|
|
1062
|
+
name = "wit-parser"
|
|
1063
|
+
version = "0.244.0"
|
|
1064
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1065
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
1066
|
+
dependencies = [
|
|
1067
|
+
"anyhow",
|
|
1068
|
+
"id-arena",
|
|
1069
|
+
"indexmap",
|
|
1070
|
+
"log",
|
|
1071
|
+
"semver",
|
|
1072
|
+
"serde",
|
|
1073
|
+
"serde_derive",
|
|
1074
|
+
"serde_json",
|
|
1075
|
+
"unicode-xid",
|
|
1076
|
+
"wasmparser",
|
|
1077
|
+
]
|
|
1078
|
+
|
|
1079
|
+
[[package]]
|
|
1080
|
+
name = "zerocopy"
|
|
1081
|
+
version = "0.8.47"
|
|
1082
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1083
|
+
checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
|
|
1084
|
+
dependencies = [
|
|
1085
|
+
"zerocopy-derive",
|
|
1086
|
+
]
|
|
1087
|
+
|
|
1088
|
+
[[package]]
|
|
1089
|
+
name = "zerocopy-derive"
|
|
1090
|
+
version = "0.8.47"
|
|
1091
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1092
|
+
checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
|
|
1093
|
+
dependencies = [
|
|
1094
|
+
"proc-macro2",
|
|
1095
|
+
"quote",
|
|
1096
|
+
"syn",
|
|
1097
|
+
]
|
|
1098
|
+
|
|
1099
|
+
[[package]]
|
|
1100
|
+
name = "zeroize"
|
|
1101
|
+
version = "1.8.2"
|
|
1102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1103
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
1104
|
+
dependencies = [
|
|
1105
|
+
"zeroize_derive",
|
|
1106
|
+
]
|
|
1107
|
+
|
|
1108
|
+
[[package]]
|
|
1109
|
+
name = "zeroize_derive"
|
|
1110
|
+
version = "1.4.3"
|
|
1111
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1112
|
+
checksum = "85a5b4158499876c763cb03bc4e49185d3cccbabb15b33c627f7884f43db852e"
|
|
1113
|
+
dependencies = [
|
|
1114
|
+
"proc-macro2",
|
|
1115
|
+
"quote",
|
|
1116
|
+
"syn",
|
|
1117
|
+
]
|
|
1118
|
+
|
|
1119
|
+
[[package]]
|
|
1120
|
+
name = "zmij"
|
|
1121
|
+
version = "1.0.21"
|
|
1122
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1123
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|