libyak 0.9.0__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- libyak-0.9.0/Cargo.lock +1024 -0
- libyak-0.9.0/Cargo.toml +16 -0
- libyak-0.9.0/PKG-INFO +95 -0
- libyak-0.9.0/README.md +72 -0
- libyak-0.9.0/pyproject.toml +33 -0
- libyak-0.9.0/yak/Cargo.toml +25 -0
- libyak-0.9.0/yak/README.md +178 -0
- libyak-0.9.0/yak/src/block_layer.rs +214 -0
- libyak-0.9.0/yak/src/blocks_from_files.rs +469 -0
- libyak-0.9.0/yak/src/blocks_in_file.rs +859 -0
- libyak-0.9.0/yak/src/encryption.rs +433 -0
- libyak-0.9.0/yak/src/file_layer.rs +95 -0
- libyak-0.9.0/yak/src/file_on_disk.rs +406 -0
- libyak-0.9.0/yak/src/lib.rs +289 -0
- libyak-0.9.0/yak/src/stream_layer.rs +156 -0
- libyak-0.9.0/yak/src/streams_from_blocks.rs +2477 -0
- libyak-0.9.0/yak/src/streams_from_files.rs +654 -0
- libyak-0.9.0/yak/src/yak.rs +1526 -0
- libyak-0.9.0/yak_python/Cargo.toml +17 -0
- libyak-0.9.0/yak_python/README.md +72 -0
- libyak-0.9.0/yak_python/src/lib.rs +345 -0
libyak-0.9.0/Cargo.lock
ADDED
|
@@ -0,0 +1,1024 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "aes"
|
|
7
|
+
version = "0.8.4"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"cfg-if",
|
|
12
|
+
"cipher",
|
|
13
|
+
"cpufeatures 0.2.17",
|
|
14
|
+
]
|
|
15
|
+
|
|
16
|
+
[[package]]
|
|
17
|
+
name = "aes-kw"
|
|
18
|
+
version = "0.2.1"
|
|
19
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
20
|
+
checksum = "69fa2b352dcefb5f7f3a5fb840e02665d311d878955380515e4fd50095dd3d8c"
|
|
21
|
+
dependencies = [
|
|
22
|
+
"aes",
|
|
23
|
+
]
|
|
24
|
+
|
|
25
|
+
[[package]]
|
|
26
|
+
name = "allocator-api2"
|
|
27
|
+
version = "0.2.21"
|
|
28
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
29
|
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
30
|
+
|
|
31
|
+
[[package]]
|
|
32
|
+
name = "anstream"
|
|
33
|
+
version = "0.6.21"
|
|
34
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
35
|
+
checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
|
|
36
|
+
dependencies = [
|
|
37
|
+
"anstyle",
|
|
38
|
+
"anstyle-parse",
|
|
39
|
+
"anstyle-query",
|
|
40
|
+
"anstyle-wincon",
|
|
41
|
+
"colorchoice",
|
|
42
|
+
"is_terminal_polyfill",
|
|
43
|
+
"utf8parse",
|
|
44
|
+
]
|
|
45
|
+
|
|
46
|
+
[[package]]
|
|
47
|
+
name = "anstyle"
|
|
48
|
+
version = "1.0.13"
|
|
49
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
50
|
+
checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
|
|
51
|
+
|
|
52
|
+
[[package]]
|
|
53
|
+
name = "anstyle-parse"
|
|
54
|
+
version = "0.2.7"
|
|
55
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
56
|
+
checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
|
|
57
|
+
dependencies = [
|
|
58
|
+
"utf8parse",
|
|
59
|
+
]
|
|
60
|
+
|
|
61
|
+
[[package]]
|
|
62
|
+
name = "anstyle-query"
|
|
63
|
+
version = "1.1.5"
|
|
64
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
65
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
66
|
+
dependencies = [
|
|
67
|
+
"windows-sys",
|
|
68
|
+
]
|
|
69
|
+
|
|
70
|
+
[[package]]
|
|
71
|
+
name = "anstyle-wincon"
|
|
72
|
+
version = "3.0.11"
|
|
73
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
74
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
75
|
+
dependencies = [
|
|
76
|
+
"anstyle",
|
|
77
|
+
"once_cell_polyfill",
|
|
78
|
+
"windows-sys",
|
|
79
|
+
]
|
|
80
|
+
|
|
81
|
+
[[package]]
|
|
82
|
+
name = "anyhow"
|
|
83
|
+
version = "1.0.101"
|
|
84
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
85
|
+
checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
|
|
86
|
+
|
|
87
|
+
[[package]]
|
|
88
|
+
name = "argon2"
|
|
89
|
+
version = "0.5.3"
|
|
90
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
91
|
+
checksum = "3c3610892ee6e0cbce8ae2700349fcf8f98adb0dbfbee85aec3c9179d29cc072"
|
|
92
|
+
dependencies = [
|
|
93
|
+
"base64ct",
|
|
94
|
+
"blake2",
|
|
95
|
+
"cpufeatures 0.2.17",
|
|
96
|
+
"password-hash",
|
|
97
|
+
]
|
|
98
|
+
|
|
99
|
+
[[package]]
|
|
100
|
+
name = "base64ct"
|
|
101
|
+
version = "1.8.3"
|
|
102
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
103
|
+
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
104
|
+
|
|
105
|
+
[[package]]
|
|
106
|
+
name = "bitflags"
|
|
107
|
+
version = "2.11.0"
|
|
108
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
109
|
+
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
110
|
+
|
|
111
|
+
[[package]]
|
|
112
|
+
name = "blake2"
|
|
113
|
+
version = "0.10.6"
|
|
114
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
115
|
+
checksum = "46502ad458c9a52b69d4d4d32775c788b7a1b85e8bc9d482d92250fc0e3f8efe"
|
|
116
|
+
dependencies = [
|
|
117
|
+
"digest",
|
|
118
|
+
]
|
|
119
|
+
|
|
120
|
+
[[package]]
|
|
121
|
+
name = "block-buffer"
|
|
122
|
+
version = "0.10.4"
|
|
123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
124
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
125
|
+
dependencies = [
|
|
126
|
+
"generic-array",
|
|
127
|
+
]
|
|
128
|
+
|
|
129
|
+
[[package]]
|
|
130
|
+
name = "byteorder"
|
|
131
|
+
version = "1.5.0"
|
|
132
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
133
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
134
|
+
|
|
135
|
+
[[package]]
|
|
136
|
+
name = "cbindgen"
|
|
137
|
+
version = "0.29.2"
|
|
138
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
139
|
+
checksum = "befbfd072a8e81c02f8c507aefce431fe5e7d051f83d48a23ffc9b9fe5a11799"
|
|
140
|
+
dependencies = [
|
|
141
|
+
"clap",
|
|
142
|
+
"heck",
|
|
143
|
+
"indexmap",
|
|
144
|
+
"log",
|
|
145
|
+
"proc-macro2",
|
|
146
|
+
"quote",
|
|
147
|
+
"serde",
|
|
148
|
+
"serde_json",
|
|
149
|
+
"syn",
|
|
150
|
+
"tempfile",
|
|
151
|
+
"toml",
|
|
152
|
+
]
|
|
153
|
+
|
|
154
|
+
[[package]]
|
|
155
|
+
name = "cfg-if"
|
|
156
|
+
version = "1.0.4"
|
|
157
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
158
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
159
|
+
|
|
160
|
+
[[package]]
|
|
161
|
+
name = "chacha20"
|
|
162
|
+
version = "0.10.0"
|
|
163
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
164
|
+
checksum = "6f8d983286843e49675a4b7a2d174efe136dc93a18d69130dd18198a6c167601"
|
|
165
|
+
dependencies = [
|
|
166
|
+
"cfg-if",
|
|
167
|
+
"cpufeatures 0.3.0",
|
|
168
|
+
"rand_core 0.10.0",
|
|
169
|
+
]
|
|
170
|
+
|
|
171
|
+
[[package]]
|
|
172
|
+
name = "cipher"
|
|
173
|
+
version = "0.4.4"
|
|
174
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
175
|
+
checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
|
|
176
|
+
dependencies = [
|
|
177
|
+
"crypto-common",
|
|
178
|
+
"inout",
|
|
179
|
+
]
|
|
180
|
+
|
|
181
|
+
[[package]]
|
|
182
|
+
name = "clap"
|
|
183
|
+
version = "4.5.58"
|
|
184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
+
checksum = "63be97961acde393029492ce0be7a1af7e323e6bae9511ebfac33751be5e6806"
|
|
186
|
+
dependencies = [
|
|
187
|
+
"clap_builder",
|
|
188
|
+
]
|
|
189
|
+
|
|
190
|
+
[[package]]
|
|
191
|
+
name = "clap_builder"
|
|
192
|
+
version = "4.5.58"
|
|
193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
194
|
+
checksum = "7f13174bda5dfd69d7e947827e5af4b0f2f94a4a3ee92912fba07a66150f21e2"
|
|
195
|
+
dependencies = [
|
|
196
|
+
"anstream",
|
|
197
|
+
"anstyle",
|
|
198
|
+
"clap_lex",
|
|
199
|
+
"strsim",
|
|
200
|
+
]
|
|
201
|
+
|
|
202
|
+
[[package]]
|
|
203
|
+
name = "clap_lex"
|
|
204
|
+
version = "1.0.0"
|
|
205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
206
|
+
checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
|
|
207
|
+
|
|
208
|
+
[[package]]
|
|
209
|
+
name = "colorchoice"
|
|
210
|
+
version = "1.0.4"
|
|
211
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
212
|
+
checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
|
|
213
|
+
|
|
214
|
+
[[package]]
|
|
215
|
+
name = "cpufeatures"
|
|
216
|
+
version = "0.2.17"
|
|
217
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
218
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
219
|
+
dependencies = [
|
|
220
|
+
"libc",
|
|
221
|
+
]
|
|
222
|
+
|
|
223
|
+
[[package]]
|
|
224
|
+
name = "cpufeatures"
|
|
225
|
+
version = "0.3.0"
|
|
226
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
227
|
+
checksum = "8b2a41393f66f16b0823bb79094d54ac5fbd34ab292ddafb9a0456ac9f87d201"
|
|
228
|
+
dependencies = [
|
|
229
|
+
"libc",
|
|
230
|
+
]
|
|
231
|
+
|
|
232
|
+
[[package]]
|
|
233
|
+
name = "crypto-common"
|
|
234
|
+
version = "0.1.7"
|
|
235
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
236
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
237
|
+
dependencies = [
|
|
238
|
+
"generic-array",
|
|
239
|
+
"typenum",
|
|
240
|
+
]
|
|
241
|
+
|
|
242
|
+
[[package]]
|
|
243
|
+
name = "digest"
|
|
244
|
+
version = "0.10.7"
|
|
245
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
246
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
247
|
+
dependencies = [
|
|
248
|
+
"block-buffer",
|
|
249
|
+
"crypto-common",
|
|
250
|
+
"subtle",
|
|
251
|
+
]
|
|
252
|
+
|
|
253
|
+
[[package]]
|
|
254
|
+
name = "equivalent"
|
|
255
|
+
version = "1.0.2"
|
|
256
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
257
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
258
|
+
|
|
259
|
+
[[package]]
|
|
260
|
+
name = "errno"
|
|
261
|
+
version = "0.3.14"
|
|
262
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
263
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
264
|
+
dependencies = [
|
|
265
|
+
"libc",
|
|
266
|
+
"windows-sys",
|
|
267
|
+
]
|
|
268
|
+
|
|
269
|
+
[[package]]
|
|
270
|
+
name = "fastrand"
|
|
271
|
+
version = "2.3.0"
|
|
272
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
273
|
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
274
|
+
|
|
275
|
+
[[package]]
|
|
276
|
+
name = "foldhash"
|
|
277
|
+
version = "0.1.5"
|
|
278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
279
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
280
|
+
|
|
281
|
+
[[package]]
|
|
282
|
+
name = "foldhash"
|
|
283
|
+
version = "0.2.0"
|
|
284
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
285
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
286
|
+
|
|
287
|
+
[[package]]
|
|
288
|
+
name = "fs2"
|
|
289
|
+
version = "0.4.3"
|
|
290
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
291
|
+
checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
|
|
292
|
+
dependencies = [
|
|
293
|
+
"libc",
|
|
294
|
+
"winapi",
|
|
295
|
+
]
|
|
296
|
+
|
|
297
|
+
[[package]]
|
|
298
|
+
name = "generic-array"
|
|
299
|
+
version = "0.14.7"
|
|
300
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
301
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
302
|
+
dependencies = [
|
|
303
|
+
"typenum",
|
|
304
|
+
"version_check",
|
|
305
|
+
]
|
|
306
|
+
|
|
307
|
+
[[package]]
|
|
308
|
+
name = "getrandom"
|
|
309
|
+
version = "0.4.1"
|
|
310
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
311
|
+
checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
|
|
312
|
+
dependencies = [
|
|
313
|
+
"cfg-if",
|
|
314
|
+
"libc",
|
|
315
|
+
"r-efi",
|
|
316
|
+
"rand_core 0.10.0",
|
|
317
|
+
"wasip2",
|
|
318
|
+
"wasip3",
|
|
319
|
+
]
|
|
320
|
+
|
|
321
|
+
[[package]]
|
|
322
|
+
name = "hashbrown"
|
|
323
|
+
version = "0.15.5"
|
|
324
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
325
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
326
|
+
dependencies = [
|
|
327
|
+
"foldhash 0.1.5",
|
|
328
|
+
]
|
|
329
|
+
|
|
330
|
+
[[package]]
|
|
331
|
+
name = "hashbrown"
|
|
332
|
+
version = "0.16.1"
|
|
333
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
334
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
335
|
+
dependencies = [
|
|
336
|
+
"allocator-api2",
|
|
337
|
+
"equivalent",
|
|
338
|
+
"foldhash 0.2.0",
|
|
339
|
+
]
|
|
340
|
+
|
|
341
|
+
[[package]]
|
|
342
|
+
name = "heck"
|
|
343
|
+
version = "0.5.0"
|
|
344
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
345
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
346
|
+
|
|
347
|
+
[[package]]
|
|
348
|
+
name = "id-arena"
|
|
349
|
+
version = "2.3.0"
|
|
350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
351
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
352
|
+
|
|
353
|
+
[[package]]
|
|
354
|
+
name = "indexmap"
|
|
355
|
+
version = "2.13.0"
|
|
356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
357
|
+
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
358
|
+
dependencies = [
|
|
359
|
+
"equivalent",
|
|
360
|
+
"hashbrown 0.16.1",
|
|
361
|
+
"serde",
|
|
362
|
+
"serde_core",
|
|
363
|
+
]
|
|
364
|
+
|
|
365
|
+
[[package]]
|
|
366
|
+
name = "inout"
|
|
367
|
+
version = "0.1.4"
|
|
368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
369
|
+
checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
|
|
370
|
+
dependencies = [
|
|
371
|
+
"generic-array",
|
|
372
|
+
]
|
|
373
|
+
|
|
374
|
+
[[package]]
|
|
375
|
+
name = "is_terminal_polyfill"
|
|
376
|
+
version = "1.70.2"
|
|
377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
378
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
379
|
+
|
|
380
|
+
[[package]]
|
|
381
|
+
name = "itoa"
|
|
382
|
+
version = "1.0.17"
|
|
383
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
384
|
+
checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2"
|
|
385
|
+
|
|
386
|
+
[[package]]
|
|
387
|
+
name = "leb128fmt"
|
|
388
|
+
version = "0.1.0"
|
|
389
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
390
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
391
|
+
|
|
392
|
+
[[package]]
|
|
393
|
+
name = "libc"
|
|
394
|
+
version = "0.2.180"
|
|
395
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
396
|
+
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
397
|
+
|
|
398
|
+
[[package]]
|
|
399
|
+
name = "linux-raw-sys"
|
|
400
|
+
version = "0.11.0"
|
|
401
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
402
|
+
checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
|
|
403
|
+
|
|
404
|
+
[[package]]
|
|
405
|
+
name = "log"
|
|
406
|
+
version = "0.4.29"
|
|
407
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
408
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
409
|
+
|
|
410
|
+
[[package]]
|
|
411
|
+
name = "lru"
|
|
412
|
+
version = "0.16.3"
|
|
413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
414
|
+
checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593"
|
|
415
|
+
dependencies = [
|
|
416
|
+
"hashbrown 0.16.1",
|
|
417
|
+
]
|
|
418
|
+
|
|
419
|
+
[[package]]
|
|
420
|
+
name = "lz4_flex"
|
|
421
|
+
version = "0.12.0"
|
|
422
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
423
|
+
checksum = "ab6473172471198271ff72e9379150e9dfd70d8e533e0752a27e515b48dd375e"
|
|
424
|
+
|
|
425
|
+
[[package]]
|
|
426
|
+
name = "memchr"
|
|
427
|
+
version = "2.8.0"
|
|
428
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
429
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
430
|
+
|
|
431
|
+
[[package]]
|
|
432
|
+
name = "once_cell"
|
|
433
|
+
version = "1.21.3"
|
|
434
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
435
|
+
checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
|
|
436
|
+
|
|
437
|
+
[[package]]
|
|
438
|
+
name = "once_cell_polyfill"
|
|
439
|
+
version = "1.70.2"
|
|
440
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
441
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
442
|
+
|
|
443
|
+
[[package]]
|
|
444
|
+
name = "password-hash"
|
|
445
|
+
version = "0.5.0"
|
|
446
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
447
|
+
checksum = "346f04948ba92c43e8469c1ee6736c7563d71012b17d40745260fe106aac2166"
|
|
448
|
+
dependencies = [
|
|
449
|
+
"base64ct",
|
|
450
|
+
"rand_core 0.6.4",
|
|
451
|
+
"subtle",
|
|
452
|
+
]
|
|
453
|
+
|
|
454
|
+
[[package]]
|
|
455
|
+
name = "portable-atomic"
|
|
456
|
+
version = "1.13.1"
|
|
457
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
458
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
459
|
+
|
|
460
|
+
[[package]]
|
|
461
|
+
name = "prettyplease"
|
|
462
|
+
version = "0.2.37"
|
|
463
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
464
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
465
|
+
dependencies = [
|
|
466
|
+
"proc-macro2",
|
|
467
|
+
"syn",
|
|
468
|
+
]
|
|
469
|
+
|
|
470
|
+
[[package]]
|
|
471
|
+
name = "proc-macro2"
|
|
472
|
+
version = "1.0.106"
|
|
473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
474
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
475
|
+
dependencies = [
|
|
476
|
+
"unicode-ident",
|
|
477
|
+
]
|
|
478
|
+
|
|
479
|
+
[[package]]
|
|
480
|
+
name = "pyo3"
|
|
481
|
+
version = "0.28.1"
|
|
482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
483
|
+
checksum = "14c738662e2181be11cb82487628404254902bb3225d8e9e99c31f3ef82a405c"
|
|
484
|
+
dependencies = [
|
|
485
|
+
"libc",
|
|
486
|
+
"once_cell",
|
|
487
|
+
"portable-atomic",
|
|
488
|
+
"pyo3-build-config",
|
|
489
|
+
"pyo3-ffi",
|
|
490
|
+
"pyo3-macros",
|
|
491
|
+
]
|
|
492
|
+
|
|
493
|
+
[[package]]
|
|
494
|
+
name = "pyo3-build-config"
|
|
495
|
+
version = "0.28.1"
|
|
496
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
497
|
+
checksum = "f9ca0864a7dd3c133a7f3f020cbff2e12e88420da854c35540fd20ce2d60e435"
|
|
498
|
+
dependencies = [
|
|
499
|
+
"target-lexicon",
|
|
500
|
+
]
|
|
501
|
+
|
|
502
|
+
[[package]]
|
|
503
|
+
name = "pyo3-ffi"
|
|
504
|
+
version = "0.28.1"
|
|
505
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
506
|
+
checksum = "9dfc1956b709823164763a34cc42bbfd26b8730afa77809a3df8b94a3ae3b059"
|
|
507
|
+
dependencies = [
|
|
508
|
+
"libc",
|
|
509
|
+
"pyo3-build-config",
|
|
510
|
+
]
|
|
511
|
+
|
|
512
|
+
[[package]]
|
|
513
|
+
name = "pyo3-macros"
|
|
514
|
+
version = "0.28.1"
|
|
515
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
516
|
+
checksum = "29dc660ad948bae134d579661d08033fbb1918f4529c3bbe3257a68f2009ddf2"
|
|
517
|
+
dependencies = [
|
|
518
|
+
"proc-macro2",
|
|
519
|
+
"pyo3-macros-backend",
|
|
520
|
+
"quote",
|
|
521
|
+
"syn",
|
|
522
|
+
]
|
|
523
|
+
|
|
524
|
+
[[package]]
|
|
525
|
+
name = "pyo3-macros-backend"
|
|
526
|
+
version = "0.28.1"
|
|
527
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
528
|
+
checksum = "e78cd6c6d718acfcedf26c3d21fe0f053624368b0d44298c55d7138fde9331f7"
|
|
529
|
+
dependencies = [
|
|
530
|
+
"heck",
|
|
531
|
+
"proc-macro2",
|
|
532
|
+
"pyo3-build-config",
|
|
533
|
+
"quote",
|
|
534
|
+
"syn",
|
|
535
|
+
]
|
|
536
|
+
|
|
537
|
+
[[package]]
|
|
538
|
+
name = "quote"
|
|
539
|
+
version = "1.0.44"
|
|
540
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
541
|
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
|
542
|
+
dependencies = [
|
|
543
|
+
"proc-macro2",
|
|
544
|
+
]
|
|
545
|
+
|
|
546
|
+
[[package]]
|
|
547
|
+
name = "r-efi"
|
|
548
|
+
version = "5.3.0"
|
|
549
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
550
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
551
|
+
|
|
552
|
+
[[package]]
|
|
553
|
+
name = "rand"
|
|
554
|
+
version = "0.10.0"
|
|
555
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
556
|
+
checksum = "bc266eb313df6c5c09c1c7b1fbe2510961e5bcd3add930c1e31f7ed9da0feff8"
|
|
557
|
+
dependencies = [
|
|
558
|
+
"chacha20",
|
|
559
|
+
"getrandom",
|
|
560
|
+
"rand_core 0.10.0",
|
|
561
|
+
]
|
|
562
|
+
|
|
563
|
+
[[package]]
|
|
564
|
+
name = "rand_core"
|
|
565
|
+
version = "0.6.4"
|
|
566
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
567
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
568
|
+
|
|
569
|
+
[[package]]
|
|
570
|
+
name = "rand_core"
|
|
571
|
+
version = "0.10.0"
|
|
572
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
573
|
+
checksum = "0c8d0fd677905edcbeedbf2edb6494d676f0e98d54d5cf9bda0b061cb8fb8aba"
|
|
574
|
+
|
|
575
|
+
[[package]]
|
|
576
|
+
name = "rpassword"
|
|
577
|
+
version = "5.0.1"
|
|
578
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
579
|
+
checksum = "ffc936cf8a7ea60c58f030fd36a612a48f440610214dc54bc36431f9ea0c3efb"
|
|
580
|
+
dependencies = [
|
|
581
|
+
"libc",
|
|
582
|
+
"winapi",
|
|
583
|
+
]
|
|
584
|
+
|
|
585
|
+
[[package]]
|
|
586
|
+
name = "rustix"
|
|
587
|
+
version = "1.1.3"
|
|
588
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
589
|
+
checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
|
|
590
|
+
dependencies = [
|
|
591
|
+
"bitflags",
|
|
592
|
+
"errno",
|
|
593
|
+
"libc",
|
|
594
|
+
"linux-raw-sys",
|
|
595
|
+
"windows-sys",
|
|
596
|
+
]
|
|
597
|
+
|
|
598
|
+
[[package]]
|
|
599
|
+
name = "semver"
|
|
600
|
+
version = "1.0.27"
|
|
601
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
602
|
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
603
|
+
|
|
604
|
+
[[package]]
|
|
605
|
+
name = "serde"
|
|
606
|
+
version = "1.0.228"
|
|
607
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
608
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
609
|
+
dependencies = [
|
|
610
|
+
"serde_core",
|
|
611
|
+
"serde_derive",
|
|
612
|
+
]
|
|
613
|
+
|
|
614
|
+
[[package]]
|
|
615
|
+
name = "serde_core"
|
|
616
|
+
version = "1.0.228"
|
|
617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
618
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
619
|
+
dependencies = [
|
|
620
|
+
"serde_derive",
|
|
621
|
+
]
|
|
622
|
+
|
|
623
|
+
[[package]]
|
|
624
|
+
name = "serde_derive"
|
|
625
|
+
version = "1.0.228"
|
|
626
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
627
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
628
|
+
dependencies = [
|
|
629
|
+
"proc-macro2",
|
|
630
|
+
"quote",
|
|
631
|
+
"syn",
|
|
632
|
+
]
|
|
633
|
+
|
|
634
|
+
[[package]]
|
|
635
|
+
name = "serde_json"
|
|
636
|
+
version = "1.0.149"
|
|
637
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
638
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
639
|
+
dependencies = [
|
|
640
|
+
"itoa",
|
|
641
|
+
"memchr",
|
|
642
|
+
"serde",
|
|
643
|
+
"serde_core",
|
|
644
|
+
"zmij",
|
|
645
|
+
]
|
|
646
|
+
|
|
647
|
+
[[package]]
|
|
648
|
+
name = "serde_spanned"
|
|
649
|
+
version = "1.0.4"
|
|
650
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
651
|
+
checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776"
|
|
652
|
+
dependencies = [
|
|
653
|
+
"serde_core",
|
|
654
|
+
]
|
|
655
|
+
|
|
656
|
+
[[package]]
|
|
657
|
+
name = "sha2"
|
|
658
|
+
version = "0.10.9"
|
|
659
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
660
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
661
|
+
dependencies = [
|
|
662
|
+
"cfg-if",
|
|
663
|
+
"cpufeatures 0.2.17",
|
|
664
|
+
"digest",
|
|
665
|
+
]
|
|
666
|
+
|
|
667
|
+
[[package]]
|
|
668
|
+
name = "strsim"
|
|
669
|
+
version = "0.11.1"
|
|
670
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
671
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
672
|
+
|
|
673
|
+
[[package]]
|
|
674
|
+
name = "subtle"
|
|
675
|
+
version = "2.6.1"
|
|
676
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
677
|
+
checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
678
|
+
|
|
679
|
+
[[package]]
|
|
680
|
+
name = "syn"
|
|
681
|
+
version = "2.0.116"
|
|
682
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
683
|
+
checksum = "3df424c70518695237746f84cede799c9c58fcb37450d7b23716568cc8bc69cb"
|
|
684
|
+
dependencies = [
|
|
685
|
+
"proc-macro2",
|
|
686
|
+
"quote",
|
|
687
|
+
"unicode-ident",
|
|
688
|
+
]
|
|
689
|
+
|
|
690
|
+
[[package]]
|
|
691
|
+
name = "target-lexicon"
|
|
692
|
+
version = "0.13.4"
|
|
693
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
694
|
+
checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba"
|
|
695
|
+
|
|
696
|
+
[[package]]
|
|
697
|
+
name = "tempfile"
|
|
698
|
+
version = "3.25.0"
|
|
699
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
700
|
+
checksum = "0136791f7c95b1f6dd99f9cc786b91bb81c3800b639b3478e561ddb7be95e5f1"
|
|
701
|
+
dependencies = [
|
|
702
|
+
"fastrand",
|
|
703
|
+
"getrandom",
|
|
704
|
+
"once_cell",
|
|
705
|
+
"rustix",
|
|
706
|
+
"windows-sys",
|
|
707
|
+
]
|
|
708
|
+
|
|
709
|
+
[[package]]
|
|
710
|
+
name = "thread_local"
|
|
711
|
+
version = "1.1.9"
|
|
712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
|
+
checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
|
|
714
|
+
dependencies = [
|
|
715
|
+
"cfg-if",
|
|
716
|
+
]
|
|
717
|
+
|
|
718
|
+
[[package]]
|
|
719
|
+
name = "toml"
|
|
720
|
+
version = "0.9.12+spec-1.1.0"
|
|
721
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
722
|
+
checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863"
|
|
723
|
+
dependencies = [
|
|
724
|
+
"indexmap",
|
|
725
|
+
"serde_core",
|
|
726
|
+
"serde_spanned",
|
|
727
|
+
"toml_datetime",
|
|
728
|
+
"toml_parser",
|
|
729
|
+
"toml_writer",
|
|
730
|
+
"winnow",
|
|
731
|
+
]
|
|
732
|
+
|
|
733
|
+
[[package]]
|
|
734
|
+
name = "toml_datetime"
|
|
735
|
+
version = "0.7.5+spec-1.1.0"
|
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
+
checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347"
|
|
738
|
+
dependencies = [
|
|
739
|
+
"serde_core",
|
|
740
|
+
]
|
|
741
|
+
|
|
742
|
+
[[package]]
|
|
743
|
+
name = "toml_parser"
|
|
744
|
+
version = "1.0.8+spec-1.1.0"
|
|
745
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
746
|
+
checksum = "0742ff5ff03ea7e67c8ae6c93cac239e0d9784833362da3f9a9c1da8dfefcbdc"
|
|
747
|
+
dependencies = [
|
|
748
|
+
"winnow",
|
|
749
|
+
]
|
|
750
|
+
|
|
751
|
+
[[package]]
|
|
752
|
+
name = "toml_writer"
|
|
753
|
+
version = "1.0.6+spec-1.1.0"
|
|
754
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
755
|
+
checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607"
|
|
756
|
+
|
|
757
|
+
[[package]]
|
|
758
|
+
name = "typenum"
|
|
759
|
+
version = "1.19.0"
|
|
760
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
761
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
762
|
+
|
|
763
|
+
[[package]]
|
|
764
|
+
name = "unicode-ident"
|
|
765
|
+
version = "1.0.23"
|
|
766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
767
|
+
checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e"
|
|
768
|
+
|
|
769
|
+
[[package]]
|
|
770
|
+
name = "unicode-xid"
|
|
771
|
+
version = "0.2.6"
|
|
772
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
|
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
774
|
+
|
|
775
|
+
[[package]]
|
|
776
|
+
name = "utf8parse"
|
|
777
|
+
version = "0.2.2"
|
|
778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
779
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
780
|
+
|
|
781
|
+
[[package]]
|
|
782
|
+
name = "version_check"
|
|
783
|
+
version = "0.9.5"
|
|
784
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
785
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
786
|
+
|
|
787
|
+
[[package]]
|
|
788
|
+
name = "wasip2"
|
|
789
|
+
version = "1.0.2+wasi-0.2.9"
|
|
790
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
791
|
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
792
|
+
dependencies = [
|
|
793
|
+
"wit-bindgen",
|
|
794
|
+
]
|
|
795
|
+
|
|
796
|
+
[[package]]
|
|
797
|
+
name = "wasip3"
|
|
798
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
799
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
800
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
801
|
+
dependencies = [
|
|
802
|
+
"wit-bindgen",
|
|
803
|
+
]
|
|
804
|
+
|
|
805
|
+
[[package]]
|
|
806
|
+
name = "wasm-encoder"
|
|
807
|
+
version = "0.244.0"
|
|
808
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
809
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
810
|
+
dependencies = [
|
|
811
|
+
"leb128fmt",
|
|
812
|
+
"wasmparser",
|
|
813
|
+
]
|
|
814
|
+
|
|
815
|
+
[[package]]
|
|
816
|
+
name = "wasm-metadata"
|
|
817
|
+
version = "0.244.0"
|
|
818
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
819
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
820
|
+
dependencies = [
|
|
821
|
+
"anyhow",
|
|
822
|
+
"indexmap",
|
|
823
|
+
"wasm-encoder",
|
|
824
|
+
"wasmparser",
|
|
825
|
+
]
|
|
826
|
+
|
|
827
|
+
[[package]]
|
|
828
|
+
name = "wasmparser"
|
|
829
|
+
version = "0.244.0"
|
|
830
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
831
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
832
|
+
dependencies = [
|
|
833
|
+
"bitflags",
|
|
834
|
+
"hashbrown 0.15.5",
|
|
835
|
+
"indexmap",
|
|
836
|
+
"semver",
|
|
837
|
+
]
|
|
838
|
+
|
|
839
|
+
[[package]]
|
|
840
|
+
name = "winapi"
|
|
841
|
+
version = "0.3.9"
|
|
842
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
843
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
844
|
+
dependencies = [
|
|
845
|
+
"winapi-i686-pc-windows-gnu",
|
|
846
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
847
|
+
]
|
|
848
|
+
|
|
849
|
+
[[package]]
|
|
850
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
851
|
+
version = "0.4.0"
|
|
852
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
853
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
854
|
+
|
|
855
|
+
[[package]]
|
|
856
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
857
|
+
version = "0.4.0"
|
|
858
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
859
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
860
|
+
|
|
861
|
+
[[package]]
|
|
862
|
+
name = "windows-link"
|
|
863
|
+
version = "0.2.1"
|
|
864
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
865
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
866
|
+
|
|
867
|
+
[[package]]
|
|
868
|
+
name = "windows-sys"
|
|
869
|
+
version = "0.61.2"
|
|
870
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
871
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
872
|
+
dependencies = [
|
|
873
|
+
"windows-link",
|
|
874
|
+
]
|
|
875
|
+
|
|
876
|
+
[[package]]
|
|
877
|
+
name = "winnow"
|
|
878
|
+
version = "0.7.14"
|
|
879
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
880
|
+
checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829"
|
|
881
|
+
|
|
882
|
+
[[package]]
|
|
883
|
+
name = "wit-bindgen"
|
|
884
|
+
version = "0.51.0"
|
|
885
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
886
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
887
|
+
dependencies = [
|
|
888
|
+
"wit-bindgen-rust-macro",
|
|
889
|
+
]
|
|
890
|
+
|
|
891
|
+
[[package]]
|
|
892
|
+
name = "wit-bindgen-core"
|
|
893
|
+
version = "0.51.0"
|
|
894
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
895
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
896
|
+
dependencies = [
|
|
897
|
+
"anyhow",
|
|
898
|
+
"heck",
|
|
899
|
+
"wit-parser",
|
|
900
|
+
]
|
|
901
|
+
|
|
902
|
+
[[package]]
|
|
903
|
+
name = "wit-bindgen-rust"
|
|
904
|
+
version = "0.51.0"
|
|
905
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
906
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
907
|
+
dependencies = [
|
|
908
|
+
"anyhow",
|
|
909
|
+
"heck",
|
|
910
|
+
"indexmap",
|
|
911
|
+
"prettyplease",
|
|
912
|
+
"syn",
|
|
913
|
+
"wasm-metadata",
|
|
914
|
+
"wit-bindgen-core",
|
|
915
|
+
"wit-component",
|
|
916
|
+
]
|
|
917
|
+
|
|
918
|
+
[[package]]
|
|
919
|
+
name = "wit-bindgen-rust-macro"
|
|
920
|
+
version = "0.51.0"
|
|
921
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
922
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
923
|
+
dependencies = [
|
|
924
|
+
"anyhow",
|
|
925
|
+
"prettyplease",
|
|
926
|
+
"proc-macro2",
|
|
927
|
+
"quote",
|
|
928
|
+
"syn",
|
|
929
|
+
"wit-bindgen-core",
|
|
930
|
+
"wit-bindgen-rust",
|
|
931
|
+
]
|
|
932
|
+
|
|
933
|
+
[[package]]
|
|
934
|
+
name = "wit-component"
|
|
935
|
+
version = "0.244.0"
|
|
936
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
937
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
938
|
+
dependencies = [
|
|
939
|
+
"anyhow",
|
|
940
|
+
"bitflags",
|
|
941
|
+
"indexmap",
|
|
942
|
+
"log",
|
|
943
|
+
"serde",
|
|
944
|
+
"serde_derive",
|
|
945
|
+
"serde_json",
|
|
946
|
+
"wasm-encoder",
|
|
947
|
+
"wasm-metadata",
|
|
948
|
+
"wasmparser",
|
|
949
|
+
"wit-parser",
|
|
950
|
+
]
|
|
951
|
+
|
|
952
|
+
[[package]]
|
|
953
|
+
name = "wit-parser"
|
|
954
|
+
version = "0.244.0"
|
|
955
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
956
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
957
|
+
dependencies = [
|
|
958
|
+
"anyhow",
|
|
959
|
+
"id-arena",
|
|
960
|
+
"indexmap",
|
|
961
|
+
"log",
|
|
962
|
+
"semver",
|
|
963
|
+
"serde",
|
|
964
|
+
"serde_derive",
|
|
965
|
+
"serde_json",
|
|
966
|
+
"unicode-xid",
|
|
967
|
+
"wasmparser",
|
|
968
|
+
]
|
|
969
|
+
|
|
970
|
+
[[package]]
|
|
971
|
+
name = "xts-mode"
|
|
972
|
+
version = "0.5.1"
|
|
973
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
974
|
+
checksum = "09cbddb7545ca0b9ffa7bdc653e8743303e1712687a6918ced25f2cdbed42520"
|
|
975
|
+
dependencies = [
|
|
976
|
+
"byteorder",
|
|
977
|
+
"cipher",
|
|
978
|
+
]
|
|
979
|
+
|
|
980
|
+
[[package]]
|
|
981
|
+
name = "yak"
|
|
982
|
+
version = "0.9.0"
|
|
983
|
+
dependencies = [
|
|
984
|
+
"aes",
|
|
985
|
+
"aes-kw",
|
|
986
|
+
"argon2",
|
|
987
|
+
"fs2",
|
|
988
|
+
"lru",
|
|
989
|
+
"lz4_flex",
|
|
990
|
+
"rand",
|
|
991
|
+
"sha2",
|
|
992
|
+
"thread_local",
|
|
993
|
+
"xts-mode",
|
|
994
|
+
]
|
|
995
|
+
|
|
996
|
+
[[package]]
|
|
997
|
+
name = "yak_c"
|
|
998
|
+
version = "0.9.0"
|
|
999
|
+
dependencies = [
|
|
1000
|
+
"cbindgen",
|
|
1001
|
+
"yak",
|
|
1002
|
+
]
|
|
1003
|
+
|
|
1004
|
+
[[package]]
|
|
1005
|
+
name = "yak_cl"
|
|
1006
|
+
version = "0.9.0"
|
|
1007
|
+
dependencies = [
|
|
1008
|
+
"rpassword",
|
|
1009
|
+
"yak",
|
|
1010
|
+
]
|
|
1011
|
+
|
|
1012
|
+
[[package]]
|
|
1013
|
+
name = "yak_python"
|
|
1014
|
+
version = "0.9.0"
|
|
1015
|
+
dependencies = [
|
|
1016
|
+
"pyo3",
|
|
1017
|
+
"yak",
|
|
1018
|
+
]
|
|
1019
|
+
|
|
1020
|
+
[[package]]
|
|
1021
|
+
name = "zmij"
|
|
1022
|
+
version = "1.0.21"
|
|
1023
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1024
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|