hologit 0.49.0 → 0.50.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/.tool-versions +1 -0
- package/Cargo.lock +2502 -0
- package/Cargo.toml +3 -0
- package/README.md +56 -5
- package/holo-projector/Cargo.toml +34 -0
- package/holo-projector/README.md +70 -0
- package/holo-projector/src/bin/project.rs +70 -0
- package/holo-projector/src/branch.rs +187 -0
- package/holo-projector/src/config.rs +306 -0
- package/holo-projector/src/error.rs +40 -0
- package/holo-projector/src/lib.rs +90 -0
- package/holo-projector/src/projection.rs +204 -0
- package/holo-projector/src/source.rs +243 -0
- package/holo-projector/tests/helpers/mod.rs +292 -0
- package/holo-projector/tests/projection.rs +456 -0
- package/holo-projector/tests/source.rs +212 -0
- package/holo-tree/Cargo.toml +16 -0
- package/holo-tree/README.md +47 -0
- package/holo-tree/src/error.rs +47 -0
- package/holo-tree/src/glob.rs +237 -0
- package/holo-tree/src/lib.rs +41 -0
- package/holo-tree/src/repo.rs +160 -0
- package/holo-tree/src/toml.rs +28 -0
- package/holo-tree/src/tree.rs +818 -0
- package/holo-tree/tests/helpers/mod.rs +292 -0
- package/holo-tree/tests/tree_merge.rs +425 -0
- package/lib/BlobObject.js +2 -2
- package/lib/Branch.js +15 -1
- package/lib/Lens.js +3 -3
- package/lib/ProjectionPlan.js +135 -0
- package/lib/Repo.js +1 -1
- package/lib/Source.js +14 -1
- package/lib/SpecObject.js +15 -3
- package/lib/TreeObject.js +23 -23
- package/lib/Workspace.js +27 -1
- package/lib/index.js +1 -0
- package/package.json +4 -5
package/Cargo.lock
ADDED
|
@@ -0,0 +1,2502 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "aho-corasick"
|
|
7
|
+
version = "1.1.4"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
10
|
+
dependencies = [
|
|
11
|
+
"memchr",
|
|
12
|
+
]
|
|
13
|
+
|
|
14
|
+
[[package]]
|
|
15
|
+
name = "allocator-api2"
|
|
16
|
+
version = "0.2.21"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "anstream"
|
|
22
|
+
version = "1.0.0"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d"
|
|
25
|
+
dependencies = [
|
|
26
|
+
"anstyle",
|
|
27
|
+
"anstyle-parse",
|
|
28
|
+
"anstyle-query",
|
|
29
|
+
"anstyle-wincon",
|
|
30
|
+
"colorchoice",
|
|
31
|
+
"is_terminal_polyfill",
|
|
32
|
+
"utf8parse",
|
|
33
|
+
]
|
|
34
|
+
|
|
35
|
+
[[package]]
|
|
36
|
+
name = "anstyle"
|
|
37
|
+
version = "1.0.14"
|
|
38
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
39
|
+
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
40
|
+
|
|
41
|
+
[[package]]
|
|
42
|
+
name = "anstyle-parse"
|
|
43
|
+
version = "1.0.0"
|
|
44
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
45
|
+
checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e"
|
|
46
|
+
dependencies = [
|
|
47
|
+
"utf8parse",
|
|
48
|
+
]
|
|
49
|
+
|
|
50
|
+
[[package]]
|
|
51
|
+
name = "anstyle-query"
|
|
52
|
+
version = "1.1.5"
|
|
53
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
+
checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc"
|
|
55
|
+
dependencies = [
|
|
56
|
+
"windows-sys",
|
|
57
|
+
]
|
|
58
|
+
|
|
59
|
+
[[package]]
|
|
60
|
+
name = "anstyle-wincon"
|
|
61
|
+
version = "3.0.11"
|
|
62
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
+
checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d"
|
|
64
|
+
dependencies = [
|
|
65
|
+
"anstyle",
|
|
66
|
+
"once_cell_polyfill",
|
|
67
|
+
"windows-sys",
|
|
68
|
+
]
|
|
69
|
+
|
|
70
|
+
[[package]]
|
|
71
|
+
name = "anyhow"
|
|
72
|
+
version = "1.0.102"
|
|
73
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
74
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
75
|
+
|
|
76
|
+
[[package]]
|
|
77
|
+
name = "arc-swap"
|
|
78
|
+
version = "1.9.0"
|
|
79
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
80
|
+
checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
|
|
81
|
+
dependencies = [
|
|
82
|
+
"rustversion",
|
|
83
|
+
]
|
|
84
|
+
|
|
85
|
+
[[package]]
|
|
86
|
+
name = "arrayvec"
|
|
87
|
+
version = "0.7.6"
|
|
88
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
89
|
+
checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
|
|
90
|
+
|
|
91
|
+
[[package]]
|
|
92
|
+
name = "bitflags"
|
|
93
|
+
version = "2.11.0"
|
|
94
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
95
|
+
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
96
|
+
|
|
97
|
+
[[package]]
|
|
98
|
+
name = "block-buffer"
|
|
99
|
+
version = "0.10.4"
|
|
100
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
101
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
102
|
+
dependencies = [
|
|
103
|
+
"generic-array",
|
|
104
|
+
]
|
|
105
|
+
|
|
106
|
+
[[package]]
|
|
107
|
+
name = "bstr"
|
|
108
|
+
version = "1.12.1"
|
|
109
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
110
|
+
checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
|
|
111
|
+
dependencies = [
|
|
112
|
+
"memchr",
|
|
113
|
+
"regex-automata",
|
|
114
|
+
"serde",
|
|
115
|
+
]
|
|
116
|
+
|
|
117
|
+
[[package]]
|
|
118
|
+
name = "byteorder"
|
|
119
|
+
version = "1.5.0"
|
|
120
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
121
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
122
|
+
|
|
123
|
+
[[package]]
|
|
124
|
+
name = "bytes"
|
|
125
|
+
version = "1.11.1"
|
|
126
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
127
|
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
128
|
+
|
|
129
|
+
[[package]]
|
|
130
|
+
name = "bytesize"
|
|
131
|
+
version = "2.3.1"
|
|
132
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
133
|
+
checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3"
|
|
134
|
+
|
|
135
|
+
[[package]]
|
|
136
|
+
name = "cfg-if"
|
|
137
|
+
version = "1.0.4"
|
|
138
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
139
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
140
|
+
|
|
141
|
+
[[package]]
|
|
142
|
+
name = "clap"
|
|
143
|
+
version = "4.6.0"
|
|
144
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
145
|
+
checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
|
|
146
|
+
dependencies = [
|
|
147
|
+
"clap_builder",
|
|
148
|
+
"clap_derive",
|
|
149
|
+
]
|
|
150
|
+
|
|
151
|
+
[[package]]
|
|
152
|
+
name = "clap_builder"
|
|
153
|
+
version = "4.6.0"
|
|
154
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
155
|
+
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
156
|
+
dependencies = [
|
|
157
|
+
"anstream",
|
|
158
|
+
"anstyle",
|
|
159
|
+
"clap_lex",
|
|
160
|
+
"strsim",
|
|
161
|
+
]
|
|
162
|
+
|
|
163
|
+
[[package]]
|
|
164
|
+
name = "clap_derive"
|
|
165
|
+
version = "4.6.0"
|
|
166
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
167
|
+
checksum = "1110bd8a634a1ab8cb04345d8d878267d57c3cf1b38d91b71af6686408bbca6a"
|
|
168
|
+
dependencies = [
|
|
169
|
+
"heck",
|
|
170
|
+
"proc-macro2",
|
|
171
|
+
"quote",
|
|
172
|
+
"syn",
|
|
173
|
+
]
|
|
174
|
+
|
|
175
|
+
[[package]]
|
|
176
|
+
name = "clap_lex"
|
|
177
|
+
version = "1.1.0"
|
|
178
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
179
|
+
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
180
|
+
|
|
181
|
+
[[package]]
|
|
182
|
+
name = "clru"
|
|
183
|
+
version = "0.6.3"
|
|
184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
+
checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5"
|
|
186
|
+
dependencies = [
|
|
187
|
+
"hashbrown 0.16.1",
|
|
188
|
+
]
|
|
189
|
+
|
|
190
|
+
[[package]]
|
|
191
|
+
name = "colorchoice"
|
|
192
|
+
version = "1.0.5"
|
|
193
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
194
|
+
checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570"
|
|
195
|
+
|
|
196
|
+
[[package]]
|
|
197
|
+
name = "cpufeatures"
|
|
198
|
+
version = "0.2.17"
|
|
199
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
200
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
201
|
+
dependencies = [
|
|
202
|
+
"libc",
|
|
203
|
+
]
|
|
204
|
+
|
|
205
|
+
[[package]]
|
|
206
|
+
name = "crc32fast"
|
|
207
|
+
version = "1.5.0"
|
|
208
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
209
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
210
|
+
dependencies = [
|
|
211
|
+
"cfg-if",
|
|
212
|
+
]
|
|
213
|
+
|
|
214
|
+
[[package]]
|
|
215
|
+
name = "crossbeam-channel"
|
|
216
|
+
version = "0.5.15"
|
|
217
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
218
|
+
checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
|
|
219
|
+
dependencies = [
|
|
220
|
+
"crossbeam-utils",
|
|
221
|
+
]
|
|
222
|
+
|
|
223
|
+
[[package]]
|
|
224
|
+
name = "crossbeam-utils"
|
|
225
|
+
version = "0.8.21"
|
|
226
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
227
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
228
|
+
|
|
229
|
+
[[package]]
|
|
230
|
+
name = "crypto-common"
|
|
231
|
+
version = "0.1.7"
|
|
232
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
233
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
234
|
+
dependencies = [
|
|
235
|
+
"generic-array",
|
|
236
|
+
"typenum",
|
|
237
|
+
]
|
|
238
|
+
|
|
239
|
+
[[package]]
|
|
240
|
+
name = "dashmap"
|
|
241
|
+
version = "6.1.0"
|
|
242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
+
checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
|
|
244
|
+
dependencies = [
|
|
245
|
+
"cfg-if",
|
|
246
|
+
"crossbeam-utils",
|
|
247
|
+
"hashbrown 0.14.5",
|
|
248
|
+
"lock_api",
|
|
249
|
+
"once_cell",
|
|
250
|
+
"parking_lot_core",
|
|
251
|
+
]
|
|
252
|
+
|
|
253
|
+
[[package]]
|
|
254
|
+
name = "digest"
|
|
255
|
+
version = "0.10.7"
|
|
256
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
257
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
258
|
+
dependencies = [
|
|
259
|
+
"block-buffer",
|
|
260
|
+
"crypto-common",
|
|
261
|
+
]
|
|
262
|
+
|
|
263
|
+
[[package]]
|
|
264
|
+
name = "displaydoc"
|
|
265
|
+
version = "0.2.5"
|
|
266
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
267
|
+
checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
|
|
268
|
+
dependencies = [
|
|
269
|
+
"proc-macro2",
|
|
270
|
+
"quote",
|
|
271
|
+
"syn",
|
|
272
|
+
]
|
|
273
|
+
|
|
274
|
+
[[package]]
|
|
275
|
+
name = "dunce"
|
|
276
|
+
version = "1.0.5"
|
|
277
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
278
|
+
checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
|
|
279
|
+
|
|
280
|
+
[[package]]
|
|
281
|
+
name = "encoding_rs"
|
|
282
|
+
version = "0.8.35"
|
|
283
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
284
|
+
checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
|
|
285
|
+
dependencies = [
|
|
286
|
+
"cfg-if",
|
|
287
|
+
]
|
|
288
|
+
|
|
289
|
+
[[package]]
|
|
290
|
+
name = "equivalent"
|
|
291
|
+
version = "1.0.2"
|
|
292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
293
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
294
|
+
|
|
295
|
+
[[package]]
|
|
296
|
+
name = "errno"
|
|
297
|
+
version = "0.3.14"
|
|
298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
299
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
300
|
+
dependencies = [
|
|
301
|
+
"libc",
|
|
302
|
+
"windows-sys",
|
|
303
|
+
]
|
|
304
|
+
|
|
305
|
+
[[package]]
|
|
306
|
+
name = "faster-hex"
|
|
307
|
+
version = "0.10.0"
|
|
308
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
309
|
+
checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73"
|
|
310
|
+
dependencies = [
|
|
311
|
+
"heapless",
|
|
312
|
+
"serde",
|
|
313
|
+
]
|
|
314
|
+
|
|
315
|
+
[[package]]
|
|
316
|
+
name = "fastrand"
|
|
317
|
+
version = "2.3.0"
|
|
318
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
319
|
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
320
|
+
|
|
321
|
+
[[package]]
|
|
322
|
+
name = "filetime"
|
|
323
|
+
version = "0.2.27"
|
|
324
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
325
|
+
checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
|
|
326
|
+
dependencies = [
|
|
327
|
+
"cfg-if",
|
|
328
|
+
"libc",
|
|
329
|
+
"libredox",
|
|
330
|
+
]
|
|
331
|
+
|
|
332
|
+
[[package]]
|
|
333
|
+
name = "fnv"
|
|
334
|
+
version = "1.0.7"
|
|
335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
337
|
+
|
|
338
|
+
[[package]]
|
|
339
|
+
name = "foldhash"
|
|
340
|
+
version = "0.1.5"
|
|
341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
342
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
343
|
+
|
|
344
|
+
[[package]]
|
|
345
|
+
name = "foldhash"
|
|
346
|
+
version = "0.2.0"
|
|
347
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
348
|
+
checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
|
|
349
|
+
|
|
350
|
+
[[package]]
|
|
351
|
+
name = "form_urlencoded"
|
|
352
|
+
version = "1.2.2"
|
|
353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
354
|
+
checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
|
|
355
|
+
dependencies = [
|
|
356
|
+
"percent-encoding",
|
|
357
|
+
]
|
|
358
|
+
|
|
359
|
+
[[package]]
|
|
360
|
+
name = "generic-array"
|
|
361
|
+
version = "0.14.7"
|
|
362
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
363
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
364
|
+
dependencies = [
|
|
365
|
+
"typenum",
|
|
366
|
+
"version_check",
|
|
367
|
+
]
|
|
368
|
+
|
|
369
|
+
[[package]]
|
|
370
|
+
name = "getrandom"
|
|
371
|
+
version = "0.4.2"
|
|
372
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
373
|
+
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
374
|
+
dependencies = [
|
|
375
|
+
"cfg-if",
|
|
376
|
+
"libc",
|
|
377
|
+
"r-efi",
|
|
378
|
+
"wasip2",
|
|
379
|
+
"wasip3",
|
|
380
|
+
]
|
|
381
|
+
|
|
382
|
+
[[package]]
|
|
383
|
+
name = "gix"
|
|
384
|
+
version = "0.83.0"
|
|
385
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
386
|
+
checksum = "6ce52001b946a6249d5d0d3011df0a042ac3f8a4d013460db6476577b0b9c567"
|
|
387
|
+
dependencies = [
|
|
388
|
+
"gix-actor",
|
|
389
|
+
"gix-archive",
|
|
390
|
+
"gix-attributes",
|
|
391
|
+
"gix-blame",
|
|
392
|
+
"gix-command",
|
|
393
|
+
"gix-commitgraph",
|
|
394
|
+
"gix-config",
|
|
395
|
+
"gix-credentials",
|
|
396
|
+
"gix-date",
|
|
397
|
+
"gix-diff",
|
|
398
|
+
"gix-dir",
|
|
399
|
+
"gix-discover",
|
|
400
|
+
"gix-error",
|
|
401
|
+
"gix-features",
|
|
402
|
+
"gix-filter",
|
|
403
|
+
"gix-fs",
|
|
404
|
+
"gix-glob",
|
|
405
|
+
"gix-hash",
|
|
406
|
+
"gix-hashtable",
|
|
407
|
+
"gix-ignore",
|
|
408
|
+
"gix-index",
|
|
409
|
+
"gix-lock",
|
|
410
|
+
"gix-mailmap",
|
|
411
|
+
"gix-merge",
|
|
412
|
+
"gix-negotiate",
|
|
413
|
+
"gix-object",
|
|
414
|
+
"gix-odb",
|
|
415
|
+
"gix-pack",
|
|
416
|
+
"gix-path",
|
|
417
|
+
"gix-pathspec",
|
|
418
|
+
"gix-prompt",
|
|
419
|
+
"gix-protocol",
|
|
420
|
+
"gix-ref",
|
|
421
|
+
"gix-refspec",
|
|
422
|
+
"gix-revision",
|
|
423
|
+
"gix-revwalk",
|
|
424
|
+
"gix-sec",
|
|
425
|
+
"gix-shallow",
|
|
426
|
+
"gix-status",
|
|
427
|
+
"gix-submodule",
|
|
428
|
+
"gix-tempfile",
|
|
429
|
+
"gix-trace",
|
|
430
|
+
"gix-transport",
|
|
431
|
+
"gix-traverse",
|
|
432
|
+
"gix-url",
|
|
433
|
+
"gix-utils",
|
|
434
|
+
"gix-validate",
|
|
435
|
+
"gix-worktree",
|
|
436
|
+
"gix-worktree-state",
|
|
437
|
+
"gix-worktree-stream",
|
|
438
|
+
"nonempty",
|
|
439
|
+
"parking_lot",
|
|
440
|
+
"regex",
|
|
441
|
+
"signal-hook",
|
|
442
|
+
"smallvec",
|
|
443
|
+
"thiserror",
|
|
444
|
+
]
|
|
445
|
+
|
|
446
|
+
[[package]]
|
|
447
|
+
name = "gix-actor"
|
|
448
|
+
version = "0.41.0"
|
|
449
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
450
|
+
checksum = "272916673b83714734b15d4ef3c8b5f1ccddb15fea8ff548430b97c1ab7b7ed8"
|
|
451
|
+
dependencies = [
|
|
452
|
+
"bstr",
|
|
453
|
+
"gix-date",
|
|
454
|
+
"gix-error",
|
|
455
|
+
]
|
|
456
|
+
|
|
457
|
+
[[package]]
|
|
458
|
+
name = "gix-archive"
|
|
459
|
+
version = "0.32.0"
|
|
460
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
461
|
+
checksum = "9a20ec244b733338d4cb60e5e05eac700dab7fcc689647b1d1daa9396b119342"
|
|
462
|
+
dependencies = [
|
|
463
|
+
"bstr",
|
|
464
|
+
"gix-date",
|
|
465
|
+
"gix-error",
|
|
466
|
+
"gix-object",
|
|
467
|
+
"gix-worktree-stream",
|
|
468
|
+
]
|
|
469
|
+
|
|
470
|
+
[[package]]
|
|
471
|
+
name = "gix-attributes"
|
|
472
|
+
version = "0.33.0"
|
|
473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
474
|
+
checksum = "fe17c5a1c0b6f2ef1476aa1d3222ea50cdff67608016613a58bfc3e078046000"
|
|
475
|
+
dependencies = [
|
|
476
|
+
"bstr",
|
|
477
|
+
"gix-glob",
|
|
478
|
+
"gix-path",
|
|
479
|
+
"gix-quote",
|
|
480
|
+
"gix-trace",
|
|
481
|
+
"kstring",
|
|
482
|
+
"smallvec",
|
|
483
|
+
"thiserror",
|
|
484
|
+
"unicode-bom",
|
|
485
|
+
]
|
|
486
|
+
|
|
487
|
+
[[package]]
|
|
488
|
+
name = "gix-bitmap"
|
|
489
|
+
version = "0.3.1"
|
|
490
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
491
|
+
checksum = "1ecbfc77ec6852294e341ecc305a490b59f2813e6ca42d79efda5099dcab1894"
|
|
492
|
+
dependencies = [
|
|
493
|
+
"gix-error",
|
|
494
|
+
]
|
|
495
|
+
|
|
496
|
+
[[package]]
|
|
497
|
+
name = "gix-blame"
|
|
498
|
+
version = "0.13.0"
|
|
499
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
500
|
+
checksum = "14dab9a942ab54a9661ded7397c3bf927274e7afa94494db0d75cfcbde02ca0a"
|
|
501
|
+
dependencies = [
|
|
502
|
+
"gix-commitgraph",
|
|
503
|
+
"gix-date",
|
|
504
|
+
"gix-diff",
|
|
505
|
+
"gix-error",
|
|
506
|
+
"gix-hash",
|
|
507
|
+
"gix-object",
|
|
508
|
+
"gix-revwalk",
|
|
509
|
+
"gix-trace",
|
|
510
|
+
"gix-traverse",
|
|
511
|
+
"gix-worktree",
|
|
512
|
+
"smallvec",
|
|
513
|
+
"thiserror",
|
|
514
|
+
]
|
|
515
|
+
|
|
516
|
+
[[package]]
|
|
517
|
+
name = "gix-chunk"
|
|
518
|
+
version = "0.7.1"
|
|
519
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
520
|
+
checksum = "edf288be9b60fe7231de03771faa292be1493d84786f68727e33ad1f91764320"
|
|
521
|
+
dependencies = [
|
|
522
|
+
"gix-error",
|
|
523
|
+
]
|
|
524
|
+
|
|
525
|
+
[[package]]
|
|
526
|
+
name = "gix-command"
|
|
527
|
+
version = "0.9.0"
|
|
528
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
529
|
+
checksum = "86335306511abe43d75c866d4b1f3d90932fe202edcd43e1314036333e7384d8"
|
|
530
|
+
dependencies = [
|
|
531
|
+
"bstr",
|
|
532
|
+
"gix-path",
|
|
533
|
+
"gix-quote",
|
|
534
|
+
"gix-trace",
|
|
535
|
+
"shell-words",
|
|
536
|
+
]
|
|
537
|
+
|
|
538
|
+
[[package]]
|
|
539
|
+
name = "gix-commitgraph"
|
|
540
|
+
version = "0.37.0"
|
|
541
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
542
|
+
checksum = "fe3b5aa0f24e19028c261d229aeeedafcaaa52ebd71021cc15184620fc9d32eb"
|
|
543
|
+
dependencies = [
|
|
544
|
+
"bstr",
|
|
545
|
+
"gix-chunk",
|
|
546
|
+
"gix-error",
|
|
547
|
+
"gix-hash",
|
|
548
|
+
"memmap2",
|
|
549
|
+
"nonempty",
|
|
550
|
+
]
|
|
551
|
+
|
|
552
|
+
[[package]]
|
|
553
|
+
name = "gix-config"
|
|
554
|
+
version = "0.56.0"
|
|
555
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
556
|
+
checksum = "8c01848aebd21c67f6ba41f1de8efd46ae96df21f001954a3c9e1517e514d410"
|
|
557
|
+
dependencies = [
|
|
558
|
+
"bstr",
|
|
559
|
+
"gix-config-value",
|
|
560
|
+
"gix-features",
|
|
561
|
+
"gix-glob",
|
|
562
|
+
"gix-path",
|
|
563
|
+
"gix-ref",
|
|
564
|
+
"gix-sec",
|
|
565
|
+
"smallvec",
|
|
566
|
+
"thiserror",
|
|
567
|
+
"unicode-bom",
|
|
568
|
+
]
|
|
569
|
+
|
|
570
|
+
[[package]]
|
|
571
|
+
name = "gix-config-value"
|
|
572
|
+
version = "0.18.0"
|
|
573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
574
|
+
checksum = "13b39ed39ee4c10a3b157f9fb94bac8098d9f8e56201f0cf7dee6c187416c4b2"
|
|
575
|
+
dependencies = [
|
|
576
|
+
"bitflags",
|
|
577
|
+
"bstr",
|
|
578
|
+
"gix-path",
|
|
579
|
+
"libc",
|
|
580
|
+
"thiserror",
|
|
581
|
+
]
|
|
582
|
+
|
|
583
|
+
[[package]]
|
|
584
|
+
name = "gix-credentials"
|
|
585
|
+
version = "0.38.0"
|
|
586
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
587
|
+
checksum = "65ca11598b70811d7b16ff90945a6e57dfe521e85b744e51636965fe39cc8f60"
|
|
588
|
+
dependencies = [
|
|
589
|
+
"bstr",
|
|
590
|
+
"gix-command",
|
|
591
|
+
"gix-config-value",
|
|
592
|
+
"gix-date",
|
|
593
|
+
"gix-path",
|
|
594
|
+
"gix-prompt",
|
|
595
|
+
"gix-sec",
|
|
596
|
+
"gix-trace",
|
|
597
|
+
"gix-url",
|
|
598
|
+
"thiserror",
|
|
599
|
+
]
|
|
600
|
+
|
|
601
|
+
[[package]]
|
|
602
|
+
name = "gix-date"
|
|
603
|
+
version = "0.15.3"
|
|
604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
+
checksum = "b94cdae4eb4b0f4136e3d9b3aa2d2cd03cfb5bb9b636b31263aea2df86d41543"
|
|
606
|
+
dependencies = [
|
|
607
|
+
"bstr",
|
|
608
|
+
"gix-error",
|
|
609
|
+
"itoa",
|
|
610
|
+
"jiff",
|
|
611
|
+
"smallvec",
|
|
612
|
+
]
|
|
613
|
+
|
|
614
|
+
[[package]]
|
|
615
|
+
name = "gix-diff"
|
|
616
|
+
version = "0.63.0"
|
|
617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
618
|
+
checksum = "dc08e0fa1a91ff5f24affeab052f198056645e1de004910bde7b82b50ea5982a"
|
|
619
|
+
dependencies = [
|
|
620
|
+
"bstr",
|
|
621
|
+
"gix-attributes",
|
|
622
|
+
"gix-command",
|
|
623
|
+
"gix-filter",
|
|
624
|
+
"gix-fs",
|
|
625
|
+
"gix-hash",
|
|
626
|
+
"gix-imara-diff",
|
|
627
|
+
"gix-index",
|
|
628
|
+
"gix-object",
|
|
629
|
+
"gix-path",
|
|
630
|
+
"gix-pathspec",
|
|
631
|
+
"gix-tempfile",
|
|
632
|
+
"gix-trace",
|
|
633
|
+
"gix-traverse",
|
|
634
|
+
"gix-worktree",
|
|
635
|
+
"thiserror",
|
|
636
|
+
]
|
|
637
|
+
|
|
638
|
+
[[package]]
|
|
639
|
+
name = "gix-dir"
|
|
640
|
+
version = "0.25.0"
|
|
641
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
642
|
+
checksum = "32a0fc06e9e1e430cbf0a313666976d90f822f461a6525320427aa9b8af5236c"
|
|
643
|
+
dependencies = [
|
|
644
|
+
"bstr",
|
|
645
|
+
"gix-discover",
|
|
646
|
+
"gix-fs",
|
|
647
|
+
"gix-ignore",
|
|
648
|
+
"gix-index",
|
|
649
|
+
"gix-object",
|
|
650
|
+
"gix-path",
|
|
651
|
+
"gix-pathspec",
|
|
652
|
+
"gix-trace",
|
|
653
|
+
"gix-utils",
|
|
654
|
+
"gix-worktree",
|
|
655
|
+
"thiserror",
|
|
656
|
+
]
|
|
657
|
+
|
|
658
|
+
[[package]]
|
|
659
|
+
name = "gix-discover"
|
|
660
|
+
version = "0.51.0"
|
|
661
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
662
|
+
checksum = "17852e6a501e688a1702b24ebe5b3761d4719455bc869fd29f38b0b859bcad34"
|
|
663
|
+
dependencies = [
|
|
664
|
+
"bstr",
|
|
665
|
+
"dunce",
|
|
666
|
+
"gix-fs",
|
|
667
|
+
"gix-path",
|
|
668
|
+
"gix-ref",
|
|
669
|
+
"gix-sec",
|
|
670
|
+
"thiserror",
|
|
671
|
+
]
|
|
672
|
+
|
|
673
|
+
[[package]]
|
|
674
|
+
name = "gix-error"
|
|
675
|
+
version = "0.2.3"
|
|
676
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
677
|
+
checksum = "e207b971746ab724fccdfced2e4e19e854744611904a0195d3aa8fda8a110613"
|
|
678
|
+
dependencies = [
|
|
679
|
+
"bstr",
|
|
680
|
+
]
|
|
681
|
+
|
|
682
|
+
[[package]]
|
|
683
|
+
name = "gix-features"
|
|
684
|
+
version = "0.48.0"
|
|
685
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
686
|
+
checksum = "af375693ad5333d0a2c66b4c5b2cbe9ccc38e34f8e8bf24e4ae42c12307fdc4f"
|
|
687
|
+
dependencies = [
|
|
688
|
+
"bytes",
|
|
689
|
+
"bytesize",
|
|
690
|
+
"crc32fast",
|
|
691
|
+
"crossbeam-channel",
|
|
692
|
+
"gix-path",
|
|
693
|
+
"gix-trace",
|
|
694
|
+
"gix-utils",
|
|
695
|
+
"libc",
|
|
696
|
+
"once_cell",
|
|
697
|
+
"parking_lot",
|
|
698
|
+
"prodash",
|
|
699
|
+
"thiserror",
|
|
700
|
+
"walkdir",
|
|
701
|
+
"zlib-rs",
|
|
702
|
+
]
|
|
703
|
+
|
|
704
|
+
[[package]]
|
|
705
|
+
name = "gix-filter"
|
|
706
|
+
version = "0.30.0"
|
|
707
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
708
|
+
checksum = "dac917dbe9653c9b615d248db91907a365bd779750c9e1b457a9d9fdeece3a08"
|
|
709
|
+
dependencies = [
|
|
710
|
+
"bstr",
|
|
711
|
+
"encoding_rs",
|
|
712
|
+
"gix-attributes",
|
|
713
|
+
"gix-command",
|
|
714
|
+
"gix-hash",
|
|
715
|
+
"gix-object",
|
|
716
|
+
"gix-packetline",
|
|
717
|
+
"gix-path",
|
|
718
|
+
"gix-quote",
|
|
719
|
+
"gix-trace",
|
|
720
|
+
"gix-utils",
|
|
721
|
+
"smallvec",
|
|
722
|
+
"thiserror",
|
|
723
|
+
]
|
|
724
|
+
|
|
725
|
+
[[package]]
|
|
726
|
+
name = "gix-fs"
|
|
727
|
+
version = "0.21.1"
|
|
728
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
729
|
+
checksum = "1e1967daac9848757c47c2aef0c57bcadc1a897347f559778249bf286a536c86"
|
|
730
|
+
dependencies = [
|
|
731
|
+
"bstr",
|
|
732
|
+
"fastrand",
|
|
733
|
+
"gix-features",
|
|
734
|
+
"gix-path",
|
|
735
|
+
"gix-utils",
|
|
736
|
+
"thiserror",
|
|
737
|
+
]
|
|
738
|
+
|
|
739
|
+
[[package]]
|
|
740
|
+
name = "gix-glob"
|
|
741
|
+
version = "0.26.0"
|
|
742
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
743
|
+
checksum = "08bf29249a069bf2507f5964f80997f37b134d320ea348d66527726b9be2c38c"
|
|
744
|
+
dependencies = [
|
|
745
|
+
"bitflags",
|
|
746
|
+
"bstr",
|
|
747
|
+
"gix-features",
|
|
748
|
+
"gix-path",
|
|
749
|
+
]
|
|
750
|
+
|
|
751
|
+
[[package]]
|
|
752
|
+
name = "gix-hash"
|
|
753
|
+
version = "0.25.0"
|
|
754
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
755
|
+
checksum = "bcf70d1e252337eed16360f8b8ebb71865ece58eab7954b39ce38b420de703d2"
|
|
756
|
+
dependencies = [
|
|
757
|
+
"faster-hex",
|
|
758
|
+
"gix-features",
|
|
759
|
+
"sha1-checked",
|
|
760
|
+
"thiserror",
|
|
761
|
+
]
|
|
762
|
+
|
|
763
|
+
[[package]]
|
|
764
|
+
name = "gix-hashtable"
|
|
765
|
+
version = "0.15.0"
|
|
766
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
767
|
+
checksum = "d33b455e07b3c16d3b2eeebc7b38d2dafcbf8a653de1138ef55d4c2a1fd0b08b"
|
|
768
|
+
dependencies = [
|
|
769
|
+
"gix-hash",
|
|
770
|
+
"hashbrown 0.16.1",
|
|
771
|
+
"parking_lot",
|
|
772
|
+
]
|
|
773
|
+
|
|
774
|
+
[[package]]
|
|
775
|
+
name = "gix-ignore"
|
|
776
|
+
version = "0.21.0"
|
|
777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
778
|
+
checksum = "6bb13fbbeeafee943e52b61fcc88dfddf6a452fcaf0c4d0cdc8f218fa25bbec5"
|
|
779
|
+
dependencies = [
|
|
780
|
+
"bstr",
|
|
781
|
+
"gix-glob",
|
|
782
|
+
"gix-path",
|
|
783
|
+
"gix-trace",
|
|
784
|
+
"unicode-bom",
|
|
785
|
+
]
|
|
786
|
+
|
|
787
|
+
[[package]]
|
|
788
|
+
name = "gix-imara-diff"
|
|
789
|
+
version = "0.2.1"
|
|
790
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
791
|
+
checksum = "39eb0623e15e4cb83c02ce6a959e48fadd1ae3b715b36b5acc01816e01388c82"
|
|
792
|
+
dependencies = [
|
|
793
|
+
"bstr",
|
|
794
|
+
"hashbrown 0.16.1",
|
|
795
|
+
]
|
|
796
|
+
|
|
797
|
+
[[package]]
|
|
798
|
+
name = "gix-index"
|
|
799
|
+
version = "0.51.0"
|
|
800
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
801
|
+
checksum = "54c3ef97ad08121e4327a6226bd63fed6b9e3c6b976d48bddd4356d9d41191db"
|
|
802
|
+
dependencies = [
|
|
803
|
+
"bitflags",
|
|
804
|
+
"bstr",
|
|
805
|
+
"filetime",
|
|
806
|
+
"fnv",
|
|
807
|
+
"gix-bitmap",
|
|
808
|
+
"gix-features",
|
|
809
|
+
"gix-fs",
|
|
810
|
+
"gix-hash",
|
|
811
|
+
"gix-lock",
|
|
812
|
+
"gix-object",
|
|
813
|
+
"gix-traverse",
|
|
814
|
+
"gix-utils",
|
|
815
|
+
"gix-validate",
|
|
816
|
+
"hashbrown 0.16.1",
|
|
817
|
+
"itoa",
|
|
818
|
+
"libc",
|
|
819
|
+
"memmap2",
|
|
820
|
+
"rustix",
|
|
821
|
+
"smallvec",
|
|
822
|
+
"thiserror",
|
|
823
|
+
]
|
|
824
|
+
|
|
825
|
+
[[package]]
|
|
826
|
+
name = "gix-lock"
|
|
827
|
+
version = "23.0.0"
|
|
828
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
829
|
+
checksum = "09b3bc074e5723027b482dcd9ab99d95804a53742f6de812d0172fbba4a186c1"
|
|
830
|
+
dependencies = [
|
|
831
|
+
"gix-tempfile",
|
|
832
|
+
"gix-utils",
|
|
833
|
+
"thiserror",
|
|
834
|
+
]
|
|
835
|
+
|
|
836
|
+
[[package]]
|
|
837
|
+
name = "gix-mailmap"
|
|
838
|
+
version = "0.33.0"
|
|
839
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
840
|
+
checksum = "023d3a6561cbebe45b89e0764d48928ad970667076f16fa5889e6f86d8432086"
|
|
841
|
+
dependencies = [
|
|
842
|
+
"bstr",
|
|
843
|
+
"gix-actor",
|
|
844
|
+
"gix-date",
|
|
845
|
+
"gix-error",
|
|
846
|
+
]
|
|
847
|
+
|
|
848
|
+
[[package]]
|
|
849
|
+
name = "gix-merge"
|
|
850
|
+
version = "0.16.0"
|
|
851
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
852
|
+
checksum = "74bbcdcc52b70a32f0a151b024dff9d0fcf56ee48f00d9503e735af9d99ea881"
|
|
853
|
+
dependencies = [
|
|
854
|
+
"bstr",
|
|
855
|
+
"gix-command",
|
|
856
|
+
"gix-diff",
|
|
857
|
+
"gix-filter",
|
|
858
|
+
"gix-fs",
|
|
859
|
+
"gix-hash",
|
|
860
|
+
"gix-imara-diff",
|
|
861
|
+
"gix-index",
|
|
862
|
+
"gix-object",
|
|
863
|
+
"gix-path",
|
|
864
|
+
"gix-quote",
|
|
865
|
+
"gix-revision",
|
|
866
|
+
"gix-revwalk",
|
|
867
|
+
"gix-tempfile",
|
|
868
|
+
"gix-trace",
|
|
869
|
+
"gix-worktree",
|
|
870
|
+
"nonempty",
|
|
871
|
+
"thiserror",
|
|
872
|
+
]
|
|
873
|
+
|
|
874
|
+
[[package]]
|
|
875
|
+
name = "gix-negotiate"
|
|
876
|
+
version = "0.31.0"
|
|
877
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
878
|
+
checksum = "103d42bfade1b8a96ca5005933127bdad461ce588d92422b2c2daa3ff20d780c"
|
|
879
|
+
dependencies = [
|
|
880
|
+
"bitflags",
|
|
881
|
+
"gix-commitgraph",
|
|
882
|
+
"gix-date",
|
|
883
|
+
"gix-hash",
|
|
884
|
+
"gix-object",
|
|
885
|
+
"gix-revwalk",
|
|
886
|
+
]
|
|
887
|
+
|
|
888
|
+
[[package]]
|
|
889
|
+
name = "gix-object"
|
|
890
|
+
version = "0.60.0"
|
|
891
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
892
|
+
checksum = "a38075a95d7cc5df8afd38e72c617026c1456952207a4120a7f55a3fbf93b4d7"
|
|
893
|
+
dependencies = [
|
|
894
|
+
"bstr",
|
|
895
|
+
"gix-actor",
|
|
896
|
+
"gix-date",
|
|
897
|
+
"gix-features",
|
|
898
|
+
"gix-hash",
|
|
899
|
+
"gix-hashtable",
|
|
900
|
+
"gix-utils",
|
|
901
|
+
"gix-validate",
|
|
902
|
+
"itoa",
|
|
903
|
+
"smallvec",
|
|
904
|
+
"thiserror",
|
|
905
|
+
]
|
|
906
|
+
|
|
907
|
+
[[package]]
|
|
908
|
+
name = "gix-odb"
|
|
909
|
+
version = "0.80.0"
|
|
910
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
911
|
+
checksum = "aeeda12a9663120418735ecdc1250d06eeab0be75700e47b3402a981331716ba"
|
|
912
|
+
dependencies = [
|
|
913
|
+
"arc-swap",
|
|
914
|
+
"gix-features",
|
|
915
|
+
"gix-fs",
|
|
916
|
+
"gix-hash",
|
|
917
|
+
"gix-hashtable",
|
|
918
|
+
"gix-object",
|
|
919
|
+
"gix-pack",
|
|
920
|
+
"gix-path",
|
|
921
|
+
"gix-quote",
|
|
922
|
+
"memmap2",
|
|
923
|
+
"parking_lot",
|
|
924
|
+
"tempfile",
|
|
925
|
+
"thiserror",
|
|
926
|
+
]
|
|
927
|
+
|
|
928
|
+
[[package]]
|
|
929
|
+
name = "gix-pack"
|
|
930
|
+
version = "0.70.0"
|
|
931
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
|
+
checksum = "daf02e6f5c8f07a069c9ea5245f40d9b14856ada4086091dc99941b49002b4fa"
|
|
933
|
+
dependencies = [
|
|
934
|
+
"clru",
|
|
935
|
+
"gix-chunk",
|
|
936
|
+
"gix-error",
|
|
937
|
+
"gix-features",
|
|
938
|
+
"gix-hash",
|
|
939
|
+
"gix-hashtable",
|
|
940
|
+
"gix-object",
|
|
941
|
+
"gix-path",
|
|
942
|
+
"gix-tempfile",
|
|
943
|
+
"memmap2",
|
|
944
|
+
"parking_lot",
|
|
945
|
+
"smallvec",
|
|
946
|
+
"thiserror",
|
|
947
|
+
"uluru",
|
|
948
|
+
]
|
|
949
|
+
|
|
950
|
+
[[package]]
|
|
951
|
+
name = "gix-packetline"
|
|
952
|
+
version = "0.21.3"
|
|
953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
|
+
checksum = "362246df440ee691699f0664cbf7006a6ece477db6734222be95e4198e5656e6"
|
|
955
|
+
dependencies = [
|
|
956
|
+
"bstr",
|
|
957
|
+
"faster-hex",
|
|
958
|
+
"gix-trace",
|
|
959
|
+
"thiserror",
|
|
960
|
+
]
|
|
961
|
+
|
|
962
|
+
[[package]]
|
|
963
|
+
name = "gix-path"
|
|
964
|
+
version = "0.12.0"
|
|
965
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
966
|
+
checksum = "671a6059e8a4c1b7f406e24716499cefa3926e060876fb1959ef225efeee346e"
|
|
967
|
+
dependencies = [
|
|
968
|
+
"bstr",
|
|
969
|
+
"gix-trace",
|
|
970
|
+
"gix-validate",
|
|
971
|
+
"thiserror",
|
|
972
|
+
]
|
|
973
|
+
|
|
974
|
+
[[package]]
|
|
975
|
+
name = "gix-pathspec"
|
|
976
|
+
version = "0.18.0"
|
|
977
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
978
|
+
checksum = "2a84a4f083dd70fb49f4377e13afa6d90df2daaa1c705c49d6ff1331fc7e8855"
|
|
979
|
+
dependencies = [
|
|
980
|
+
"bitflags",
|
|
981
|
+
"bstr",
|
|
982
|
+
"gix-attributes",
|
|
983
|
+
"gix-config-value",
|
|
984
|
+
"gix-glob",
|
|
985
|
+
"gix-path",
|
|
986
|
+
"thiserror",
|
|
987
|
+
]
|
|
988
|
+
|
|
989
|
+
[[package]]
|
|
990
|
+
name = "gix-prompt"
|
|
991
|
+
version = "0.15.0"
|
|
992
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
993
|
+
checksum = "e041a626c64cb69e4117fcdf80da8d0e454fba3b1f420412792d191f52251aee"
|
|
994
|
+
dependencies = [
|
|
995
|
+
"gix-command",
|
|
996
|
+
"gix-config-value",
|
|
997
|
+
"parking_lot",
|
|
998
|
+
"rustix",
|
|
999
|
+
"thiserror",
|
|
1000
|
+
]
|
|
1001
|
+
|
|
1002
|
+
[[package]]
|
|
1003
|
+
name = "gix-protocol"
|
|
1004
|
+
version = "0.61.0"
|
|
1005
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1006
|
+
checksum = "aa4bee82db63ec635996b96efae71cf467c155fa3f34a556184373224a26c4fd"
|
|
1007
|
+
dependencies = [
|
|
1008
|
+
"bstr",
|
|
1009
|
+
"gix-credentials",
|
|
1010
|
+
"gix-date",
|
|
1011
|
+
"gix-features",
|
|
1012
|
+
"gix-hash",
|
|
1013
|
+
"gix-lock",
|
|
1014
|
+
"gix-negotiate",
|
|
1015
|
+
"gix-object",
|
|
1016
|
+
"gix-ref",
|
|
1017
|
+
"gix-refspec",
|
|
1018
|
+
"gix-revwalk",
|
|
1019
|
+
"gix-shallow",
|
|
1020
|
+
"gix-trace",
|
|
1021
|
+
"gix-transport",
|
|
1022
|
+
"gix-utils",
|
|
1023
|
+
"maybe-async",
|
|
1024
|
+
"nonempty",
|
|
1025
|
+
"thiserror",
|
|
1026
|
+
]
|
|
1027
|
+
|
|
1028
|
+
[[package]]
|
|
1029
|
+
name = "gix-quote"
|
|
1030
|
+
version = "0.7.1"
|
|
1031
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1032
|
+
checksum = "6e97b73791a64bc0fa7dd2c5b3e551136115f97750b876ed1c952c7a7dbaf8be"
|
|
1033
|
+
dependencies = [
|
|
1034
|
+
"bstr",
|
|
1035
|
+
"gix-error",
|
|
1036
|
+
"gix-utils",
|
|
1037
|
+
]
|
|
1038
|
+
|
|
1039
|
+
[[package]]
|
|
1040
|
+
name = "gix-ref"
|
|
1041
|
+
version = "0.63.0"
|
|
1042
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1043
|
+
checksum = "d8ba9cc15f558b274c99349b83130f5ec83459660828fde9718bbbb43a726167"
|
|
1044
|
+
dependencies = [
|
|
1045
|
+
"gix-actor",
|
|
1046
|
+
"gix-features",
|
|
1047
|
+
"gix-fs",
|
|
1048
|
+
"gix-hash",
|
|
1049
|
+
"gix-lock",
|
|
1050
|
+
"gix-object",
|
|
1051
|
+
"gix-path",
|
|
1052
|
+
"gix-tempfile",
|
|
1053
|
+
"gix-utils",
|
|
1054
|
+
"gix-validate",
|
|
1055
|
+
"memmap2",
|
|
1056
|
+
"thiserror",
|
|
1057
|
+
]
|
|
1058
|
+
|
|
1059
|
+
[[package]]
|
|
1060
|
+
name = "gix-refspec"
|
|
1061
|
+
version = "0.41.0"
|
|
1062
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1063
|
+
checksum = "61755b27d57edc8940a1b1593c8c61548ca8e4c02da1ed8d5bfeda9eb2a6b761"
|
|
1064
|
+
dependencies = [
|
|
1065
|
+
"bstr",
|
|
1066
|
+
"gix-error",
|
|
1067
|
+
"gix-glob",
|
|
1068
|
+
"gix-hash",
|
|
1069
|
+
"gix-revision",
|
|
1070
|
+
"gix-validate",
|
|
1071
|
+
"smallvec",
|
|
1072
|
+
"thiserror",
|
|
1073
|
+
]
|
|
1074
|
+
|
|
1075
|
+
[[package]]
|
|
1076
|
+
name = "gix-revision"
|
|
1077
|
+
version = "0.45.0"
|
|
1078
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1079
|
+
checksum = "1fb5288fac706d3ea3e4e2ba9ec38b78743b8c02f422e18cb342299cfd6ab7e8"
|
|
1080
|
+
dependencies = [
|
|
1081
|
+
"bitflags",
|
|
1082
|
+
"bstr",
|
|
1083
|
+
"gix-commitgraph",
|
|
1084
|
+
"gix-date",
|
|
1085
|
+
"gix-error",
|
|
1086
|
+
"gix-hash",
|
|
1087
|
+
"gix-hashtable",
|
|
1088
|
+
"gix-object",
|
|
1089
|
+
"gix-revwalk",
|
|
1090
|
+
"gix-trace",
|
|
1091
|
+
"nonempty",
|
|
1092
|
+
]
|
|
1093
|
+
|
|
1094
|
+
[[package]]
|
|
1095
|
+
name = "gix-revwalk"
|
|
1096
|
+
version = "0.31.0"
|
|
1097
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1098
|
+
checksum = "313813706b073a12ff7f9b2896bf3e6504cdac7cfbc97b1920114724705069f0"
|
|
1099
|
+
dependencies = [
|
|
1100
|
+
"gix-commitgraph",
|
|
1101
|
+
"gix-date",
|
|
1102
|
+
"gix-error",
|
|
1103
|
+
"gix-hash",
|
|
1104
|
+
"gix-hashtable",
|
|
1105
|
+
"gix-object",
|
|
1106
|
+
"smallvec",
|
|
1107
|
+
"thiserror",
|
|
1108
|
+
]
|
|
1109
|
+
|
|
1110
|
+
[[package]]
|
|
1111
|
+
name = "gix-sec"
|
|
1112
|
+
version = "0.14.0"
|
|
1113
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1114
|
+
checksum = "f5a3a2d3e504a238136751e646a6c028252286a0ea64ea9974bf0498633407c6"
|
|
1115
|
+
dependencies = [
|
|
1116
|
+
"bitflags",
|
|
1117
|
+
"gix-path",
|
|
1118
|
+
"libc",
|
|
1119
|
+
"windows-sys",
|
|
1120
|
+
]
|
|
1121
|
+
|
|
1122
|
+
[[package]]
|
|
1123
|
+
name = "gix-shallow"
|
|
1124
|
+
version = "0.12.0"
|
|
1125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1126
|
+
checksum = "29187305521bfacf4aefd284ab28dbfa9fb74abd39a5e63dd313b1baa5808c27"
|
|
1127
|
+
dependencies = [
|
|
1128
|
+
"bstr",
|
|
1129
|
+
"gix-hash",
|
|
1130
|
+
"gix-lock",
|
|
1131
|
+
"nonempty",
|
|
1132
|
+
"thiserror",
|
|
1133
|
+
]
|
|
1134
|
+
|
|
1135
|
+
[[package]]
|
|
1136
|
+
name = "gix-status"
|
|
1137
|
+
version = "0.30.0"
|
|
1138
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1139
|
+
checksum = "68c6d2a8c521ffa205fe7e268c82e6d1378ba37cd826ca10ab6129fdc29a4b65"
|
|
1140
|
+
dependencies = [
|
|
1141
|
+
"bstr",
|
|
1142
|
+
"filetime",
|
|
1143
|
+
"gix-diff",
|
|
1144
|
+
"gix-dir",
|
|
1145
|
+
"gix-features",
|
|
1146
|
+
"gix-filter",
|
|
1147
|
+
"gix-fs",
|
|
1148
|
+
"gix-hash",
|
|
1149
|
+
"gix-index",
|
|
1150
|
+
"gix-object",
|
|
1151
|
+
"gix-path",
|
|
1152
|
+
"gix-pathspec",
|
|
1153
|
+
"gix-worktree",
|
|
1154
|
+
"portable-atomic",
|
|
1155
|
+
"thiserror",
|
|
1156
|
+
]
|
|
1157
|
+
|
|
1158
|
+
[[package]]
|
|
1159
|
+
name = "gix-submodule"
|
|
1160
|
+
version = "0.30.0"
|
|
1161
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1162
|
+
checksum = "9fd5fc8692890bd71a596e540fd4c364f8460eaa82c4eaaedebde6e1e3eb4d91"
|
|
1163
|
+
dependencies = [
|
|
1164
|
+
"bstr",
|
|
1165
|
+
"gix-config",
|
|
1166
|
+
"gix-path",
|
|
1167
|
+
"gix-pathspec",
|
|
1168
|
+
"gix-refspec",
|
|
1169
|
+
"gix-url",
|
|
1170
|
+
"thiserror",
|
|
1171
|
+
]
|
|
1172
|
+
|
|
1173
|
+
[[package]]
|
|
1174
|
+
name = "gix-tempfile"
|
|
1175
|
+
version = "23.0.0"
|
|
1176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1177
|
+
checksum = "691ea1e31435c7e7d4d04705ec9d1c0d9482c46b2acf512bc723939d8f0af7fb"
|
|
1178
|
+
dependencies = [
|
|
1179
|
+
"dashmap",
|
|
1180
|
+
"gix-fs",
|
|
1181
|
+
"libc",
|
|
1182
|
+
"parking_lot",
|
|
1183
|
+
"signal-hook",
|
|
1184
|
+
"signal-hook-registry",
|
|
1185
|
+
"tempfile",
|
|
1186
|
+
]
|
|
1187
|
+
|
|
1188
|
+
[[package]]
|
|
1189
|
+
name = "gix-trace"
|
|
1190
|
+
version = "0.1.19"
|
|
1191
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1192
|
+
checksum = "6f23569e55f2ffaf958617353b9734a7d52a7c19c439eeaa5e3efc217fd2270e"
|
|
1193
|
+
|
|
1194
|
+
[[package]]
|
|
1195
|
+
name = "gix-transport"
|
|
1196
|
+
version = "0.57.0"
|
|
1197
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1198
|
+
checksum = "ffd6a5c676b92d4ead5f5a2b2935024415dec69edc997b6090ca9cac010a3018"
|
|
1199
|
+
dependencies = [
|
|
1200
|
+
"bstr",
|
|
1201
|
+
"gix-command",
|
|
1202
|
+
"gix-features",
|
|
1203
|
+
"gix-packetline",
|
|
1204
|
+
"gix-quote",
|
|
1205
|
+
"gix-sec",
|
|
1206
|
+
"gix-url",
|
|
1207
|
+
"thiserror",
|
|
1208
|
+
]
|
|
1209
|
+
|
|
1210
|
+
[[package]]
|
|
1211
|
+
name = "gix-traverse"
|
|
1212
|
+
version = "0.57.0"
|
|
1213
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1214
|
+
checksum = "a14b7052c0786676c03e71fcfde7d7f0f8e8316e642b5cec6bb3998719b2ce5c"
|
|
1215
|
+
dependencies = [
|
|
1216
|
+
"bitflags",
|
|
1217
|
+
"gix-commitgraph",
|
|
1218
|
+
"gix-date",
|
|
1219
|
+
"gix-hash",
|
|
1220
|
+
"gix-hashtable",
|
|
1221
|
+
"gix-object",
|
|
1222
|
+
"gix-revwalk",
|
|
1223
|
+
"smallvec",
|
|
1224
|
+
"thiserror",
|
|
1225
|
+
]
|
|
1226
|
+
|
|
1227
|
+
[[package]]
|
|
1228
|
+
name = "gix-url"
|
|
1229
|
+
version = "0.36.0"
|
|
1230
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1231
|
+
checksum = "35842d099e813f6f6bba529e88d4670572149c3df79b7a412952259887721ece"
|
|
1232
|
+
dependencies = [
|
|
1233
|
+
"bstr",
|
|
1234
|
+
"gix-path",
|
|
1235
|
+
"percent-encoding",
|
|
1236
|
+
"thiserror",
|
|
1237
|
+
]
|
|
1238
|
+
|
|
1239
|
+
[[package]]
|
|
1240
|
+
name = "gix-utils"
|
|
1241
|
+
version = "0.3.2"
|
|
1242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1243
|
+
checksum = "4e477b4f07a6e8da4ba791c53c858102959703c60d70f199932010d5b94adb2c"
|
|
1244
|
+
dependencies = [
|
|
1245
|
+
"bstr",
|
|
1246
|
+
"fastrand",
|
|
1247
|
+
"unicode-normalization",
|
|
1248
|
+
]
|
|
1249
|
+
|
|
1250
|
+
[[package]]
|
|
1251
|
+
name = "gix-validate"
|
|
1252
|
+
version = "0.11.1"
|
|
1253
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1254
|
+
checksum = "e26ac2602b43eadfdca0560b81d3341944162a3c9f64ccdeef8fc501ad80dad5"
|
|
1255
|
+
dependencies = [
|
|
1256
|
+
"bstr",
|
|
1257
|
+
]
|
|
1258
|
+
|
|
1259
|
+
[[package]]
|
|
1260
|
+
name = "gix-worktree"
|
|
1261
|
+
version = "0.52.0"
|
|
1262
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1263
|
+
checksum = "d69955eb5e2910832f88d041964b809eee01dadd579237e0b55efec58fd406fd"
|
|
1264
|
+
dependencies = [
|
|
1265
|
+
"bstr",
|
|
1266
|
+
"gix-attributes",
|
|
1267
|
+
"gix-fs",
|
|
1268
|
+
"gix-glob",
|
|
1269
|
+
"gix-hash",
|
|
1270
|
+
"gix-ignore",
|
|
1271
|
+
"gix-index",
|
|
1272
|
+
"gix-object",
|
|
1273
|
+
"gix-path",
|
|
1274
|
+
"gix-validate",
|
|
1275
|
+
]
|
|
1276
|
+
|
|
1277
|
+
[[package]]
|
|
1278
|
+
name = "gix-worktree-state"
|
|
1279
|
+
version = "0.30.0"
|
|
1280
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1281
|
+
checksum = "8a96dccbcf9e8fe0291c55f06e08da93ebb2e691c1311276f541eefcc6d70800"
|
|
1282
|
+
dependencies = [
|
|
1283
|
+
"bstr",
|
|
1284
|
+
"gix-features",
|
|
1285
|
+
"gix-filter",
|
|
1286
|
+
"gix-fs",
|
|
1287
|
+
"gix-index",
|
|
1288
|
+
"gix-object",
|
|
1289
|
+
"gix-path",
|
|
1290
|
+
"gix-worktree",
|
|
1291
|
+
"io-close",
|
|
1292
|
+
"thiserror",
|
|
1293
|
+
]
|
|
1294
|
+
|
|
1295
|
+
[[package]]
|
|
1296
|
+
name = "gix-worktree-stream"
|
|
1297
|
+
version = "0.32.0"
|
|
1298
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1299
|
+
checksum = "9a8444b8ed4662e1a0c97f3eceda29630001a1bbb2632201e50312623e594213"
|
|
1300
|
+
dependencies = [
|
|
1301
|
+
"gix-attributes",
|
|
1302
|
+
"gix-error",
|
|
1303
|
+
"gix-features",
|
|
1304
|
+
"gix-filter",
|
|
1305
|
+
"gix-fs",
|
|
1306
|
+
"gix-hash",
|
|
1307
|
+
"gix-object",
|
|
1308
|
+
"gix-path",
|
|
1309
|
+
"gix-traverse",
|
|
1310
|
+
"parking_lot",
|
|
1311
|
+
]
|
|
1312
|
+
|
|
1313
|
+
[[package]]
|
|
1314
|
+
name = "globset"
|
|
1315
|
+
version = "0.4.18"
|
|
1316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1317
|
+
checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3"
|
|
1318
|
+
dependencies = [
|
|
1319
|
+
"aho-corasick",
|
|
1320
|
+
"bstr",
|
|
1321
|
+
"log",
|
|
1322
|
+
"regex-automata",
|
|
1323
|
+
"regex-syntax",
|
|
1324
|
+
]
|
|
1325
|
+
|
|
1326
|
+
[[package]]
|
|
1327
|
+
name = "hash32"
|
|
1328
|
+
version = "0.3.1"
|
|
1329
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1330
|
+
checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
|
|
1331
|
+
dependencies = [
|
|
1332
|
+
"byteorder",
|
|
1333
|
+
]
|
|
1334
|
+
|
|
1335
|
+
[[package]]
|
|
1336
|
+
name = "hashbrown"
|
|
1337
|
+
version = "0.14.5"
|
|
1338
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1339
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
1340
|
+
|
|
1341
|
+
[[package]]
|
|
1342
|
+
name = "hashbrown"
|
|
1343
|
+
version = "0.15.5"
|
|
1344
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1345
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
1346
|
+
dependencies = [
|
|
1347
|
+
"foldhash 0.1.5",
|
|
1348
|
+
]
|
|
1349
|
+
|
|
1350
|
+
[[package]]
|
|
1351
|
+
name = "hashbrown"
|
|
1352
|
+
version = "0.16.1"
|
|
1353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1354
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
1355
|
+
dependencies = [
|
|
1356
|
+
"allocator-api2",
|
|
1357
|
+
"equivalent",
|
|
1358
|
+
"foldhash 0.2.0",
|
|
1359
|
+
]
|
|
1360
|
+
|
|
1361
|
+
[[package]]
|
|
1362
|
+
name = "heapless"
|
|
1363
|
+
version = "0.8.0"
|
|
1364
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1365
|
+
checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad"
|
|
1366
|
+
dependencies = [
|
|
1367
|
+
"hash32",
|
|
1368
|
+
"stable_deref_trait",
|
|
1369
|
+
]
|
|
1370
|
+
|
|
1371
|
+
[[package]]
|
|
1372
|
+
name = "heck"
|
|
1373
|
+
version = "0.5.0"
|
|
1374
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1375
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
1376
|
+
|
|
1377
|
+
[[package]]
|
|
1378
|
+
name = "holo-projector"
|
|
1379
|
+
version = "0.1.0"
|
|
1380
|
+
dependencies = [
|
|
1381
|
+
"anyhow",
|
|
1382
|
+
"clap",
|
|
1383
|
+
"gix",
|
|
1384
|
+
"holo-tree",
|
|
1385
|
+
"serde",
|
|
1386
|
+
"tempfile",
|
|
1387
|
+
"thiserror",
|
|
1388
|
+
"toml",
|
|
1389
|
+
"url",
|
|
1390
|
+
]
|
|
1391
|
+
|
|
1392
|
+
[[package]]
|
|
1393
|
+
name = "holo-tree"
|
|
1394
|
+
version = "0.1.0"
|
|
1395
|
+
dependencies = [
|
|
1396
|
+
"gix",
|
|
1397
|
+
"globset",
|
|
1398
|
+
"serde",
|
|
1399
|
+
"tempfile",
|
|
1400
|
+
"thiserror",
|
|
1401
|
+
"toml",
|
|
1402
|
+
]
|
|
1403
|
+
|
|
1404
|
+
[[package]]
|
|
1405
|
+
name = "human_format"
|
|
1406
|
+
version = "1.2.1"
|
|
1407
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1408
|
+
checksum = "eaec953f16e5bcf6b8a3cb3aa959b17e5577dbd2693e94554c462c08be22624b"
|
|
1409
|
+
|
|
1410
|
+
[[package]]
|
|
1411
|
+
name = "icu_collections"
|
|
1412
|
+
version = "2.1.1"
|
|
1413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1414
|
+
checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43"
|
|
1415
|
+
dependencies = [
|
|
1416
|
+
"displaydoc",
|
|
1417
|
+
"potential_utf",
|
|
1418
|
+
"yoke",
|
|
1419
|
+
"zerofrom",
|
|
1420
|
+
"zerovec",
|
|
1421
|
+
]
|
|
1422
|
+
|
|
1423
|
+
[[package]]
|
|
1424
|
+
name = "icu_locale_core"
|
|
1425
|
+
version = "2.1.1"
|
|
1426
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1427
|
+
checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6"
|
|
1428
|
+
dependencies = [
|
|
1429
|
+
"displaydoc",
|
|
1430
|
+
"litemap",
|
|
1431
|
+
"tinystr",
|
|
1432
|
+
"writeable",
|
|
1433
|
+
"zerovec",
|
|
1434
|
+
]
|
|
1435
|
+
|
|
1436
|
+
[[package]]
|
|
1437
|
+
name = "icu_normalizer"
|
|
1438
|
+
version = "2.1.1"
|
|
1439
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1440
|
+
checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599"
|
|
1441
|
+
dependencies = [
|
|
1442
|
+
"icu_collections",
|
|
1443
|
+
"icu_normalizer_data",
|
|
1444
|
+
"icu_properties",
|
|
1445
|
+
"icu_provider",
|
|
1446
|
+
"smallvec",
|
|
1447
|
+
"zerovec",
|
|
1448
|
+
]
|
|
1449
|
+
|
|
1450
|
+
[[package]]
|
|
1451
|
+
name = "icu_normalizer_data"
|
|
1452
|
+
version = "2.1.1"
|
|
1453
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1454
|
+
checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a"
|
|
1455
|
+
|
|
1456
|
+
[[package]]
|
|
1457
|
+
name = "icu_properties"
|
|
1458
|
+
version = "2.1.2"
|
|
1459
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1460
|
+
checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec"
|
|
1461
|
+
dependencies = [
|
|
1462
|
+
"icu_collections",
|
|
1463
|
+
"icu_locale_core",
|
|
1464
|
+
"icu_properties_data",
|
|
1465
|
+
"icu_provider",
|
|
1466
|
+
"zerotrie",
|
|
1467
|
+
"zerovec",
|
|
1468
|
+
]
|
|
1469
|
+
|
|
1470
|
+
[[package]]
|
|
1471
|
+
name = "icu_properties_data"
|
|
1472
|
+
version = "2.1.2"
|
|
1473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1474
|
+
checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af"
|
|
1475
|
+
|
|
1476
|
+
[[package]]
|
|
1477
|
+
name = "icu_provider"
|
|
1478
|
+
version = "2.1.1"
|
|
1479
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1480
|
+
checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614"
|
|
1481
|
+
dependencies = [
|
|
1482
|
+
"displaydoc",
|
|
1483
|
+
"icu_locale_core",
|
|
1484
|
+
"writeable",
|
|
1485
|
+
"yoke",
|
|
1486
|
+
"zerofrom",
|
|
1487
|
+
"zerotrie",
|
|
1488
|
+
"zerovec",
|
|
1489
|
+
]
|
|
1490
|
+
|
|
1491
|
+
[[package]]
|
|
1492
|
+
name = "id-arena"
|
|
1493
|
+
version = "2.3.0"
|
|
1494
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1495
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1496
|
+
|
|
1497
|
+
[[package]]
|
|
1498
|
+
name = "idna"
|
|
1499
|
+
version = "1.1.0"
|
|
1500
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1501
|
+
checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
|
|
1502
|
+
dependencies = [
|
|
1503
|
+
"idna_adapter",
|
|
1504
|
+
"smallvec",
|
|
1505
|
+
"utf8_iter",
|
|
1506
|
+
]
|
|
1507
|
+
|
|
1508
|
+
[[package]]
|
|
1509
|
+
name = "idna_adapter"
|
|
1510
|
+
version = "1.2.1"
|
|
1511
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1512
|
+
checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
|
|
1513
|
+
dependencies = [
|
|
1514
|
+
"icu_normalizer",
|
|
1515
|
+
"icu_properties",
|
|
1516
|
+
]
|
|
1517
|
+
|
|
1518
|
+
[[package]]
|
|
1519
|
+
name = "indexmap"
|
|
1520
|
+
version = "2.13.0"
|
|
1521
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1522
|
+
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
1523
|
+
dependencies = [
|
|
1524
|
+
"equivalent",
|
|
1525
|
+
"hashbrown 0.16.1",
|
|
1526
|
+
"serde",
|
|
1527
|
+
"serde_core",
|
|
1528
|
+
]
|
|
1529
|
+
|
|
1530
|
+
[[package]]
|
|
1531
|
+
name = "io-close"
|
|
1532
|
+
version = "0.3.7"
|
|
1533
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1534
|
+
checksum = "9cadcf447f06744f8ce713d2d6239bb5bde2c357a452397a9ed90c625da390bc"
|
|
1535
|
+
dependencies = [
|
|
1536
|
+
"libc",
|
|
1537
|
+
"winapi",
|
|
1538
|
+
]
|
|
1539
|
+
|
|
1540
|
+
[[package]]
|
|
1541
|
+
name = "is_terminal_polyfill"
|
|
1542
|
+
version = "1.70.2"
|
|
1543
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1544
|
+
checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695"
|
|
1545
|
+
|
|
1546
|
+
[[package]]
|
|
1547
|
+
name = "itoa"
|
|
1548
|
+
version = "1.0.18"
|
|
1549
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1550
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
1551
|
+
|
|
1552
|
+
[[package]]
|
|
1553
|
+
name = "jiff"
|
|
1554
|
+
version = "0.2.23"
|
|
1555
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1556
|
+
checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359"
|
|
1557
|
+
dependencies = [
|
|
1558
|
+
"jiff-static",
|
|
1559
|
+
"jiff-tzdb-platform",
|
|
1560
|
+
"log",
|
|
1561
|
+
"portable-atomic",
|
|
1562
|
+
"portable-atomic-util",
|
|
1563
|
+
"serde_core",
|
|
1564
|
+
"windows-sys",
|
|
1565
|
+
]
|
|
1566
|
+
|
|
1567
|
+
[[package]]
|
|
1568
|
+
name = "jiff-static"
|
|
1569
|
+
version = "0.2.23"
|
|
1570
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1571
|
+
checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4"
|
|
1572
|
+
dependencies = [
|
|
1573
|
+
"proc-macro2",
|
|
1574
|
+
"quote",
|
|
1575
|
+
"syn",
|
|
1576
|
+
]
|
|
1577
|
+
|
|
1578
|
+
[[package]]
|
|
1579
|
+
name = "jiff-tzdb"
|
|
1580
|
+
version = "0.1.6"
|
|
1581
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1582
|
+
checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076"
|
|
1583
|
+
|
|
1584
|
+
[[package]]
|
|
1585
|
+
name = "jiff-tzdb-platform"
|
|
1586
|
+
version = "0.1.3"
|
|
1587
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1588
|
+
checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8"
|
|
1589
|
+
dependencies = [
|
|
1590
|
+
"jiff-tzdb",
|
|
1591
|
+
]
|
|
1592
|
+
|
|
1593
|
+
[[package]]
|
|
1594
|
+
name = "kstring"
|
|
1595
|
+
version = "2.0.2"
|
|
1596
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1597
|
+
checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
|
|
1598
|
+
dependencies = [
|
|
1599
|
+
"static_assertions",
|
|
1600
|
+
]
|
|
1601
|
+
|
|
1602
|
+
[[package]]
|
|
1603
|
+
name = "leb128fmt"
|
|
1604
|
+
version = "0.1.0"
|
|
1605
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1606
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1607
|
+
|
|
1608
|
+
[[package]]
|
|
1609
|
+
name = "libc"
|
|
1610
|
+
version = "0.2.183"
|
|
1611
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1612
|
+
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
|
|
1613
|
+
|
|
1614
|
+
[[package]]
|
|
1615
|
+
name = "libredox"
|
|
1616
|
+
version = "0.1.15"
|
|
1617
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1618
|
+
checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
|
|
1619
|
+
dependencies = [
|
|
1620
|
+
"bitflags",
|
|
1621
|
+
"libc",
|
|
1622
|
+
"plain",
|
|
1623
|
+
"redox_syscall 0.7.3",
|
|
1624
|
+
]
|
|
1625
|
+
|
|
1626
|
+
[[package]]
|
|
1627
|
+
name = "linux-raw-sys"
|
|
1628
|
+
version = "0.12.1"
|
|
1629
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1630
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
1631
|
+
|
|
1632
|
+
[[package]]
|
|
1633
|
+
name = "litemap"
|
|
1634
|
+
version = "0.8.1"
|
|
1635
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1636
|
+
checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77"
|
|
1637
|
+
|
|
1638
|
+
[[package]]
|
|
1639
|
+
name = "lock_api"
|
|
1640
|
+
version = "0.4.14"
|
|
1641
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1642
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
1643
|
+
dependencies = [
|
|
1644
|
+
"scopeguard",
|
|
1645
|
+
]
|
|
1646
|
+
|
|
1647
|
+
[[package]]
|
|
1648
|
+
name = "log"
|
|
1649
|
+
version = "0.4.29"
|
|
1650
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1651
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
1652
|
+
|
|
1653
|
+
[[package]]
|
|
1654
|
+
name = "maybe-async"
|
|
1655
|
+
version = "0.2.10"
|
|
1656
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1657
|
+
checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11"
|
|
1658
|
+
dependencies = [
|
|
1659
|
+
"proc-macro2",
|
|
1660
|
+
"quote",
|
|
1661
|
+
"syn",
|
|
1662
|
+
]
|
|
1663
|
+
|
|
1664
|
+
[[package]]
|
|
1665
|
+
name = "memchr"
|
|
1666
|
+
version = "2.8.0"
|
|
1667
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1668
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
1669
|
+
|
|
1670
|
+
[[package]]
|
|
1671
|
+
name = "memmap2"
|
|
1672
|
+
version = "0.9.10"
|
|
1673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1674
|
+
checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
|
|
1675
|
+
dependencies = [
|
|
1676
|
+
"libc",
|
|
1677
|
+
]
|
|
1678
|
+
|
|
1679
|
+
[[package]]
|
|
1680
|
+
name = "nonempty"
|
|
1681
|
+
version = "0.12.0"
|
|
1682
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1683
|
+
checksum = "9737e026353e5cd0736f98eddae28665118eb6f6600902a7f50db585621fecb6"
|
|
1684
|
+
|
|
1685
|
+
[[package]]
|
|
1686
|
+
name = "once_cell"
|
|
1687
|
+
version = "1.21.4"
|
|
1688
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1689
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
1690
|
+
|
|
1691
|
+
[[package]]
|
|
1692
|
+
name = "once_cell_polyfill"
|
|
1693
|
+
version = "1.70.2"
|
|
1694
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1695
|
+
checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe"
|
|
1696
|
+
|
|
1697
|
+
[[package]]
|
|
1698
|
+
name = "parking_lot"
|
|
1699
|
+
version = "0.12.5"
|
|
1700
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1701
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1702
|
+
dependencies = [
|
|
1703
|
+
"lock_api",
|
|
1704
|
+
"parking_lot_core",
|
|
1705
|
+
]
|
|
1706
|
+
|
|
1707
|
+
[[package]]
|
|
1708
|
+
name = "parking_lot_core"
|
|
1709
|
+
version = "0.9.12"
|
|
1710
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1711
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1712
|
+
dependencies = [
|
|
1713
|
+
"cfg-if",
|
|
1714
|
+
"libc",
|
|
1715
|
+
"redox_syscall 0.5.18",
|
|
1716
|
+
"smallvec",
|
|
1717
|
+
"windows-link",
|
|
1718
|
+
]
|
|
1719
|
+
|
|
1720
|
+
[[package]]
|
|
1721
|
+
name = "percent-encoding"
|
|
1722
|
+
version = "2.3.2"
|
|
1723
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1724
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1725
|
+
|
|
1726
|
+
[[package]]
|
|
1727
|
+
name = "plain"
|
|
1728
|
+
version = "0.2.3"
|
|
1729
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1730
|
+
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
1731
|
+
|
|
1732
|
+
[[package]]
|
|
1733
|
+
name = "portable-atomic"
|
|
1734
|
+
version = "1.13.1"
|
|
1735
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1736
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
1737
|
+
|
|
1738
|
+
[[package]]
|
|
1739
|
+
name = "portable-atomic-util"
|
|
1740
|
+
version = "0.2.6"
|
|
1741
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1742
|
+
checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3"
|
|
1743
|
+
dependencies = [
|
|
1744
|
+
"portable-atomic",
|
|
1745
|
+
]
|
|
1746
|
+
|
|
1747
|
+
[[package]]
|
|
1748
|
+
name = "potential_utf"
|
|
1749
|
+
version = "0.1.4"
|
|
1750
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1751
|
+
checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77"
|
|
1752
|
+
dependencies = [
|
|
1753
|
+
"zerovec",
|
|
1754
|
+
]
|
|
1755
|
+
|
|
1756
|
+
[[package]]
|
|
1757
|
+
name = "prettyplease"
|
|
1758
|
+
version = "0.2.37"
|
|
1759
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1760
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
1761
|
+
dependencies = [
|
|
1762
|
+
"proc-macro2",
|
|
1763
|
+
"syn",
|
|
1764
|
+
]
|
|
1765
|
+
|
|
1766
|
+
[[package]]
|
|
1767
|
+
name = "proc-macro2"
|
|
1768
|
+
version = "1.0.106"
|
|
1769
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1770
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
1771
|
+
dependencies = [
|
|
1772
|
+
"unicode-ident",
|
|
1773
|
+
]
|
|
1774
|
+
|
|
1775
|
+
[[package]]
|
|
1776
|
+
name = "prodash"
|
|
1777
|
+
version = "31.0.0"
|
|
1778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1779
|
+
checksum = "962200e2d7d551451297d9fdce85138374019ada198e30ea9ede38034e27604c"
|
|
1780
|
+
dependencies = [
|
|
1781
|
+
"bytesize",
|
|
1782
|
+
"human_format",
|
|
1783
|
+
"parking_lot",
|
|
1784
|
+
]
|
|
1785
|
+
|
|
1786
|
+
[[package]]
|
|
1787
|
+
name = "quote"
|
|
1788
|
+
version = "1.0.45"
|
|
1789
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1790
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
1791
|
+
dependencies = [
|
|
1792
|
+
"proc-macro2",
|
|
1793
|
+
]
|
|
1794
|
+
|
|
1795
|
+
[[package]]
|
|
1796
|
+
name = "r-efi"
|
|
1797
|
+
version = "6.0.0"
|
|
1798
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1799
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
1800
|
+
|
|
1801
|
+
[[package]]
|
|
1802
|
+
name = "redox_syscall"
|
|
1803
|
+
version = "0.5.18"
|
|
1804
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1805
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
1806
|
+
dependencies = [
|
|
1807
|
+
"bitflags",
|
|
1808
|
+
]
|
|
1809
|
+
|
|
1810
|
+
[[package]]
|
|
1811
|
+
name = "redox_syscall"
|
|
1812
|
+
version = "0.7.3"
|
|
1813
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1814
|
+
checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
|
|
1815
|
+
dependencies = [
|
|
1816
|
+
"bitflags",
|
|
1817
|
+
]
|
|
1818
|
+
|
|
1819
|
+
[[package]]
|
|
1820
|
+
name = "regex"
|
|
1821
|
+
version = "1.12.3"
|
|
1822
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1823
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
1824
|
+
dependencies = [
|
|
1825
|
+
"aho-corasick",
|
|
1826
|
+
"memchr",
|
|
1827
|
+
"regex-automata",
|
|
1828
|
+
"regex-syntax",
|
|
1829
|
+
]
|
|
1830
|
+
|
|
1831
|
+
[[package]]
|
|
1832
|
+
name = "regex-automata"
|
|
1833
|
+
version = "0.4.14"
|
|
1834
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1835
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
1836
|
+
dependencies = [
|
|
1837
|
+
"aho-corasick",
|
|
1838
|
+
"memchr",
|
|
1839
|
+
"regex-syntax",
|
|
1840
|
+
]
|
|
1841
|
+
|
|
1842
|
+
[[package]]
|
|
1843
|
+
name = "regex-syntax"
|
|
1844
|
+
version = "0.8.10"
|
|
1845
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1846
|
+
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
1847
|
+
|
|
1848
|
+
[[package]]
|
|
1849
|
+
name = "rustix"
|
|
1850
|
+
version = "1.1.4"
|
|
1851
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1852
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
1853
|
+
dependencies = [
|
|
1854
|
+
"bitflags",
|
|
1855
|
+
"errno",
|
|
1856
|
+
"libc",
|
|
1857
|
+
"linux-raw-sys",
|
|
1858
|
+
"windows-sys",
|
|
1859
|
+
]
|
|
1860
|
+
|
|
1861
|
+
[[package]]
|
|
1862
|
+
name = "rustversion"
|
|
1863
|
+
version = "1.0.22"
|
|
1864
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1865
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
1866
|
+
|
|
1867
|
+
[[package]]
|
|
1868
|
+
name = "same-file"
|
|
1869
|
+
version = "1.0.6"
|
|
1870
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1871
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
1872
|
+
dependencies = [
|
|
1873
|
+
"winapi-util",
|
|
1874
|
+
]
|
|
1875
|
+
|
|
1876
|
+
[[package]]
|
|
1877
|
+
name = "scopeguard"
|
|
1878
|
+
version = "1.2.0"
|
|
1879
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1880
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1881
|
+
|
|
1882
|
+
[[package]]
|
|
1883
|
+
name = "semver"
|
|
1884
|
+
version = "1.0.27"
|
|
1885
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1886
|
+
checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
|
|
1887
|
+
|
|
1888
|
+
[[package]]
|
|
1889
|
+
name = "serde"
|
|
1890
|
+
version = "1.0.228"
|
|
1891
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1892
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1893
|
+
dependencies = [
|
|
1894
|
+
"serde_core",
|
|
1895
|
+
"serde_derive",
|
|
1896
|
+
]
|
|
1897
|
+
|
|
1898
|
+
[[package]]
|
|
1899
|
+
name = "serde_core"
|
|
1900
|
+
version = "1.0.228"
|
|
1901
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1902
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1903
|
+
dependencies = [
|
|
1904
|
+
"serde_derive",
|
|
1905
|
+
]
|
|
1906
|
+
|
|
1907
|
+
[[package]]
|
|
1908
|
+
name = "serde_derive"
|
|
1909
|
+
version = "1.0.228"
|
|
1910
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1911
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1912
|
+
dependencies = [
|
|
1913
|
+
"proc-macro2",
|
|
1914
|
+
"quote",
|
|
1915
|
+
"syn",
|
|
1916
|
+
]
|
|
1917
|
+
|
|
1918
|
+
[[package]]
|
|
1919
|
+
name = "serde_json"
|
|
1920
|
+
version = "1.0.149"
|
|
1921
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1922
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
1923
|
+
dependencies = [
|
|
1924
|
+
"itoa",
|
|
1925
|
+
"memchr",
|
|
1926
|
+
"serde",
|
|
1927
|
+
"serde_core",
|
|
1928
|
+
"zmij",
|
|
1929
|
+
]
|
|
1930
|
+
|
|
1931
|
+
[[package]]
|
|
1932
|
+
name = "serde_spanned"
|
|
1933
|
+
version = "0.6.9"
|
|
1934
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1935
|
+
checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
|
|
1936
|
+
dependencies = [
|
|
1937
|
+
"serde",
|
|
1938
|
+
]
|
|
1939
|
+
|
|
1940
|
+
[[package]]
|
|
1941
|
+
name = "sha1"
|
|
1942
|
+
version = "0.10.6"
|
|
1943
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1944
|
+
checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
|
|
1945
|
+
dependencies = [
|
|
1946
|
+
"cfg-if",
|
|
1947
|
+
"cpufeatures",
|
|
1948
|
+
"digest",
|
|
1949
|
+
]
|
|
1950
|
+
|
|
1951
|
+
[[package]]
|
|
1952
|
+
name = "sha1-checked"
|
|
1953
|
+
version = "0.10.0"
|
|
1954
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1955
|
+
checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423"
|
|
1956
|
+
dependencies = [
|
|
1957
|
+
"digest",
|
|
1958
|
+
"sha1",
|
|
1959
|
+
]
|
|
1960
|
+
|
|
1961
|
+
[[package]]
|
|
1962
|
+
name = "shell-words"
|
|
1963
|
+
version = "1.1.1"
|
|
1964
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1965
|
+
checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77"
|
|
1966
|
+
|
|
1967
|
+
[[package]]
|
|
1968
|
+
name = "signal-hook"
|
|
1969
|
+
version = "0.4.4"
|
|
1970
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1971
|
+
checksum = "b2a0c28ca5908dbdbcd52e6fdaa00358ab88637f8ab33e1f188dd510eb44b53d"
|
|
1972
|
+
dependencies = [
|
|
1973
|
+
"libc",
|
|
1974
|
+
"signal-hook-registry",
|
|
1975
|
+
]
|
|
1976
|
+
|
|
1977
|
+
[[package]]
|
|
1978
|
+
name = "signal-hook-registry"
|
|
1979
|
+
version = "1.4.8"
|
|
1980
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1981
|
+
checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b"
|
|
1982
|
+
dependencies = [
|
|
1983
|
+
"errno",
|
|
1984
|
+
"libc",
|
|
1985
|
+
]
|
|
1986
|
+
|
|
1987
|
+
[[package]]
|
|
1988
|
+
name = "smallvec"
|
|
1989
|
+
version = "1.15.1"
|
|
1990
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1991
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
1992
|
+
|
|
1993
|
+
[[package]]
|
|
1994
|
+
name = "stable_deref_trait"
|
|
1995
|
+
version = "1.2.1"
|
|
1996
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1997
|
+
checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
|
|
1998
|
+
|
|
1999
|
+
[[package]]
|
|
2000
|
+
name = "static_assertions"
|
|
2001
|
+
version = "1.1.0"
|
|
2002
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2003
|
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
2004
|
+
|
|
2005
|
+
[[package]]
|
|
2006
|
+
name = "strsim"
|
|
2007
|
+
version = "0.11.1"
|
|
2008
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2009
|
+
checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
|
|
2010
|
+
|
|
2011
|
+
[[package]]
|
|
2012
|
+
name = "syn"
|
|
2013
|
+
version = "2.0.117"
|
|
2014
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2015
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
2016
|
+
dependencies = [
|
|
2017
|
+
"proc-macro2",
|
|
2018
|
+
"quote",
|
|
2019
|
+
"unicode-ident",
|
|
2020
|
+
]
|
|
2021
|
+
|
|
2022
|
+
[[package]]
|
|
2023
|
+
name = "synstructure"
|
|
2024
|
+
version = "0.13.2"
|
|
2025
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2026
|
+
checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
|
|
2027
|
+
dependencies = [
|
|
2028
|
+
"proc-macro2",
|
|
2029
|
+
"quote",
|
|
2030
|
+
"syn",
|
|
2031
|
+
]
|
|
2032
|
+
|
|
2033
|
+
[[package]]
|
|
2034
|
+
name = "tempfile"
|
|
2035
|
+
version = "3.27.0"
|
|
2036
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2037
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
2038
|
+
dependencies = [
|
|
2039
|
+
"fastrand",
|
|
2040
|
+
"getrandom",
|
|
2041
|
+
"once_cell",
|
|
2042
|
+
"rustix",
|
|
2043
|
+
"windows-sys",
|
|
2044
|
+
]
|
|
2045
|
+
|
|
2046
|
+
[[package]]
|
|
2047
|
+
name = "thiserror"
|
|
2048
|
+
version = "2.0.18"
|
|
2049
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2050
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
2051
|
+
dependencies = [
|
|
2052
|
+
"thiserror-impl",
|
|
2053
|
+
]
|
|
2054
|
+
|
|
2055
|
+
[[package]]
|
|
2056
|
+
name = "thiserror-impl"
|
|
2057
|
+
version = "2.0.18"
|
|
2058
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2059
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
2060
|
+
dependencies = [
|
|
2061
|
+
"proc-macro2",
|
|
2062
|
+
"quote",
|
|
2063
|
+
"syn",
|
|
2064
|
+
]
|
|
2065
|
+
|
|
2066
|
+
[[package]]
|
|
2067
|
+
name = "tinystr"
|
|
2068
|
+
version = "0.8.2"
|
|
2069
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2070
|
+
checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869"
|
|
2071
|
+
dependencies = [
|
|
2072
|
+
"displaydoc",
|
|
2073
|
+
"zerovec",
|
|
2074
|
+
]
|
|
2075
|
+
|
|
2076
|
+
[[package]]
|
|
2077
|
+
name = "tinyvec"
|
|
2078
|
+
version = "1.11.0"
|
|
2079
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2080
|
+
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
2081
|
+
dependencies = [
|
|
2082
|
+
"tinyvec_macros",
|
|
2083
|
+
]
|
|
2084
|
+
|
|
2085
|
+
[[package]]
|
|
2086
|
+
name = "tinyvec_macros"
|
|
2087
|
+
version = "0.1.1"
|
|
2088
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2089
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
2090
|
+
|
|
2091
|
+
[[package]]
|
|
2092
|
+
name = "toml"
|
|
2093
|
+
version = "0.8.23"
|
|
2094
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2095
|
+
checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
|
|
2096
|
+
dependencies = [
|
|
2097
|
+
"serde",
|
|
2098
|
+
"serde_spanned",
|
|
2099
|
+
"toml_datetime",
|
|
2100
|
+
"toml_edit",
|
|
2101
|
+
]
|
|
2102
|
+
|
|
2103
|
+
[[package]]
|
|
2104
|
+
name = "toml_datetime"
|
|
2105
|
+
version = "0.6.11"
|
|
2106
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2107
|
+
checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
|
|
2108
|
+
dependencies = [
|
|
2109
|
+
"serde",
|
|
2110
|
+
]
|
|
2111
|
+
|
|
2112
|
+
[[package]]
|
|
2113
|
+
name = "toml_edit"
|
|
2114
|
+
version = "0.22.27"
|
|
2115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2116
|
+
checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
|
|
2117
|
+
dependencies = [
|
|
2118
|
+
"indexmap",
|
|
2119
|
+
"serde",
|
|
2120
|
+
"serde_spanned",
|
|
2121
|
+
"toml_datetime",
|
|
2122
|
+
"toml_write",
|
|
2123
|
+
"winnow",
|
|
2124
|
+
]
|
|
2125
|
+
|
|
2126
|
+
[[package]]
|
|
2127
|
+
name = "toml_write"
|
|
2128
|
+
version = "0.1.2"
|
|
2129
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2130
|
+
checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
|
|
2131
|
+
|
|
2132
|
+
[[package]]
|
|
2133
|
+
name = "typenum"
|
|
2134
|
+
version = "1.19.0"
|
|
2135
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2136
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
2137
|
+
|
|
2138
|
+
[[package]]
|
|
2139
|
+
name = "uluru"
|
|
2140
|
+
version = "3.1.0"
|
|
2141
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2142
|
+
checksum = "7c8a2469e56e6e5095c82ccd3afb98dad95f7af7929aab6d8ba8d6e0f73657da"
|
|
2143
|
+
dependencies = [
|
|
2144
|
+
"arrayvec",
|
|
2145
|
+
]
|
|
2146
|
+
|
|
2147
|
+
[[package]]
|
|
2148
|
+
name = "unicode-bom"
|
|
2149
|
+
version = "2.0.3"
|
|
2150
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2151
|
+
checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217"
|
|
2152
|
+
|
|
2153
|
+
[[package]]
|
|
2154
|
+
name = "unicode-ident"
|
|
2155
|
+
version = "1.0.24"
|
|
2156
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2157
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
2158
|
+
|
|
2159
|
+
[[package]]
|
|
2160
|
+
name = "unicode-normalization"
|
|
2161
|
+
version = "0.1.25"
|
|
2162
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2163
|
+
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
2164
|
+
dependencies = [
|
|
2165
|
+
"tinyvec",
|
|
2166
|
+
]
|
|
2167
|
+
|
|
2168
|
+
[[package]]
|
|
2169
|
+
name = "unicode-xid"
|
|
2170
|
+
version = "0.2.6"
|
|
2171
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2172
|
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
2173
|
+
|
|
2174
|
+
[[package]]
|
|
2175
|
+
name = "url"
|
|
2176
|
+
version = "2.5.8"
|
|
2177
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2178
|
+
checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed"
|
|
2179
|
+
dependencies = [
|
|
2180
|
+
"form_urlencoded",
|
|
2181
|
+
"idna",
|
|
2182
|
+
"percent-encoding",
|
|
2183
|
+
"serde",
|
|
2184
|
+
]
|
|
2185
|
+
|
|
2186
|
+
[[package]]
|
|
2187
|
+
name = "utf8_iter"
|
|
2188
|
+
version = "1.0.4"
|
|
2189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2190
|
+
checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
|
|
2191
|
+
|
|
2192
|
+
[[package]]
|
|
2193
|
+
name = "utf8parse"
|
|
2194
|
+
version = "0.2.2"
|
|
2195
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2196
|
+
checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
|
|
2197
|
+
|
|
2198
|
+
[[package]]
|
|
2199
|
+
name = "version_check"
|
|
2200
|
+
version = "0.9.5"
|
|
2201
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2202
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
2203
|
+
|
|
2204
|
+
[[package]]
|
|
2205
|
+
name = "walkdir"
|
|
2206
|
+
version = "2.5.0"
|
|
2207
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2208
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
2209
|
+
dependencies = [
|
|
2210
|
+
"same-file",
|
|
2211
|
+
"winapi-util",
|
|
2212
|
+
]
|
|
2213
|
+
|
|
2214
|
+
[[package]]
|
|
2215
|
+
name = "wasip2"
|
|
2216
|
+
version = "1.0.2+wasi-0.2.9"
|
|
2217
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2218
|
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
2219
|
+
dependencies = [
|
|
2220
|
+
"wit-bindgen",
|
|
2221
|
+
]
|
|
2222
|
+
|
|
2223
|
+
[[package]]
|
|
2224
|
+
name = "wasip3"
|
|
2225
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
2226
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2227
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
2228
|
+
dependencies = [
|
|
2229
|
+
"wit-bindgen",
|
|
2230
|
+
]
|
|
2231
|
+
|
|
2232
|
+
[[package]]
|
|
2233
|
+
name = "wasm-encoder"
|
|
2234
|
+
version = "0.244.0"
|
|
2235
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2236
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
2237
|
+
dependencies = [
|
|
2238
|
+
"leb128fmt",
|
|
2239
|
+
"wasmparser",
|
|
2240
|
+
]
|
|
2241
|
+
|
|
2242
|
+
[[package]]
|
|
2243
|
+
name = "wasm-metadata"
|
|
2244
|
+
version = "0.244.0"
|
|
2245
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2246
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
2247
|
+
dependencies = [
|
|
2248
|
+
"anyhow",
|
|
2249
|
+
"indexmap",
|
|
2250
|
+
"wasm-encoder",
|
|
2251
|
+
"wasmparser",
|
|
2252
|
+
]
|
|
2253
|
+
|
|
2254
|
+
[[package]]
|
|
2255
|
+
name = "wasmparser"
|
|
2256
|
+
version = "0.244.0"
|
|
2257
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2258
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
2259
|
+
dependencies = [
|
|
2260
|
+
"bitflags",
|
|
2261
|
+
"hashbrown 0.15.5",
|
|
2262
|
+
"indexmap",
|
|
2263
|
+
"semver",
|
|
2264
|
+
]
|
|
2265
|
+
|
|
2266
|
+
[[package]]
|
|
2267
|
+
name = "winapi"
|
|
2268
|
+
version = "0.3.9"
|
|
2269
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2270
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
2271
|
+
dependencies = [
|
|
2272
|
+
"winapi-i686-pc-windows-gnu",
|
|
2273
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
2274
|
+
]
|
|
2275
|
+
|
|
2276
|
+
[[package]]
|
|
2277
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
2278
|
+
version = "0.4.0"
|
|
2279
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2280
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
2281
|
+
|
|
2282
|
+
[[package]]
|
|
2283
|
+
name = "winapi-util"
|
|
2284
|
+
version = "0.1.11"
|
|
2285
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2286
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
2287
|
+
dependencies = [
|
|
2288
|
+
"windows-sys",
|
|
2289
|
+
]
|
|
2290
|
+
|
|
2291
|
+
[[package]]
|
|
2292
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
2293
|
+
version = "0.4.0"
|
|
2294
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2295
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
2296
|
+
|
|
2297
|
+
[[package]]
|
|
2298
|
+
name = "windows-link"
|
|
2299
|
+
version = "0.2.1"
|
|
2300
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2301
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2302
|
+
|
|
2303
|
+
[[package]]
|
|
2304
|
+
name = "windows-sys"
|
|
2305
|
+
version = "0.61.2"
|
|
2306
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2307
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2308
|
+
dependencies = [
|
|
2309
|
+
"windows-link",
|
|
2310
|
+
]
|
|
2311
|
+
|
|
2312
|
+
[[package]]
|
|
2313
|
+
name = "winnow"
|
|
2314
|
+
version = "0.7.15"
|
|
2315
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2316
|
+
checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945"
|
|
2317
|
+
dependencies = [
|
|
2318
|
+
"memchr",
|
|
2319
|
+
]
|
|
2320
|
+
|
|
2321
|
+
[[package]]
|
|
2322
|
+
name = "wit-bindgen"
|
|
2323
|
+
version = "0.51.0"
|
|
2324
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2325
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
2326
|
+
dependencies = [
|
|
2327
|
+
"wit-bindgen-rust-macro",
|
|
2328
|
+
]
|
|
2329
|
+
|
|
2330
|
+
[[package]]
|
|
2331
|
+
name = "wit-bindgen-core"
|
|
2332
|
+
version = "0.51.0"
|
|
2333
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2334
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
2335
|
+
dependencies = [
|
|
2336
|
+
"anyhow",
|
|
2337
|
+
"heck",
|
|
2338
|
+
"wit-parser",
|
|
2339
|
+
]
|
|
2340
|
+
|
|
2341
|
+
[[package]]
|
|
2342
|
+
name = "wit-bindgen-rust"
|
|
2343
|
+
version = "0.51.0"
|
|
2344
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2345
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
2346
|
+
dependencies = [
|
|
2347
|
+
"anyhow",
|
|
2348
|
+
"heck",
|
|
2349
|
+
"indexmap",
|
|
2350
|
+
"prettyplease",
|
|
2351
|
+
"syn",
|
|
2352
|
+
"wasm-metadata",
|
|
2353
|
+
"wit-bindgen-core",
|
|
2354
|
+
"wit-component",
|
|
2355
|
+
]
|
|
2356
|
+
|
|
2357
|
+
[[package]]
|
|
2358
|
+
name = "wit-bindgen-rust-macro"
|
|
2359
|
+
version = "0.51.0"
|
|
2360
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2361
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
2362
|
+
dependencies = [
|
|
2363
|
+
"anyhow",
|
|
2364
|
+
"prettyplease",
|
|
2365
|
+
"proc-macro2",
|
|
2366
|
+
"quote",
|
|
2367
|
+
"syn",
|
|
2368
|
+
"wit-bindgen-core",
|
|
2369
|
+
"wit-bindgen-rust",
|
|
2370
|
+
]
|
|
2371
|
+
|
|
2372
|
+
[[package]]
|
|
2373
|
+
name = "wit-component"
|
|
2374
|
+
version = "0.244.0"
|
|
2375
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2376
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
2377
|
+
dependencies = [
|
|
2378
|
+
"anyhow",
|
|
2379
|
+
"bitflags",
|
|
2380
|
+
"indexmap",
|
|
2381
|
+
"log",
|
|
2382
|
+
"serde",
|
|
2383
|
+
"serde_derive",
|
|
2384
|
+
"serde_json",
|
|
2385
|
+
"wasm-encoder",
|
|
2386
|
+
"wasm-metadata",
|
|
2387
|
+
"wasmparser",
|
|
2388
|
+
"wit-parser",
|
|
2389
|
+
]
|
|
2390
|
+
|
|
2391
|
+
[[package]]
|
|
2392
|
+
name = "wit-parser"
|
|
2393
|
+
version = "0.244.0"
|
|
2394
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2395
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
2396
|
+
dependencies = [
|
|
2397
|
+
"anyhow",
|
|
2398
|
+
"id-arena",
|
|
2399
|
+
"indexmap",
|
|
2400
|
+
"log",
|
|
2401
|
+
"semver",
|
|
2402
|
+
"serde",
|
|
2403
|
+
"serde_derive",
|
|
2404
|
+
"serde_json",
|
|
2405
|
+
"unicode-xid",
|
|
2406
|
+
"wasmparser",
|
|
2407
|
+
]
|
|
2408
|
+
|
|
2409
|
+
[[package]]
|
|
2410
|
+
name = "writeable"
|
|
2411
|
+
version = "0.6.2"
|
|
2412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2413
|
+
checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9"
|
|
2414
|
+
|
|
2415
|
+
[[package]]
|
|
2416
|
+
name = "yoke"
|
|
2417
|
+
version = "0.8.1"
|
|
2418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2419
|
+
checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954"
|
|
2420
|
+
dependencies = [
|
|
2421
|
+
"stable_deref_trait",
|
|
2422
|
+
"yoke-derive",
|
|
2423
|
+
"zerofrom",
|
|
2424
|
+
]
|
|
2425
|
+
|
|
2426
|
+
[[package]]
|
|
2427
|
+
name = "yoke-derive"
|
|
2428
|
+
version = "0.8.1"
|
|
2429
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2430
|
+
checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
|
|
2431
|
+
dependencies = [
|
|
2432
|
+
"proc-macro2",
|
|
2433
|
+
"quote",
|
|
2434
|
+
"syn",
|
|
2435
|
+
"synstructure",
|
|
2436
|
+
]
|
|
2437
|
+
|
|
2438
|
+
[[package]]
|
|
2439
|
+
name = "zerofrom"
|
|
2440
|
+
version = "0.1.6"
|
|
2441
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2442
|
+
checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
|
|
2443
|
+
dependencies = [
|
|
2444
|
+
"zerofrom-derive",
|
|
2445
|
+
]
|
|
2446
|
+
|
|
2447
|
+
[[package]]
|
|
2448
|
+
name = "zerofrom-derive"
|
|
2449
|
+
version = "0.1.6"
|
|
2450
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2451
|
+
checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
|
|
2452
|
+
dependencies = [
|
|
2453
|
+
"proc-macro2",
|
|
2454
|
+
"quote",
|
|
2455
|
+
"syn",
|
|
2456
|
+
"synstructure",
|
|
2457
|
+
]
|
|
2458
|
+
|
|
2459
|
+
[[package]]
|
|
2460
|
+
name = "zerotrie"
|
|
2461
|
+
version = "0.2.3"
|
|
2462
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2463
|
+
checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851"
|
|
2464
|
+
dependencies = [
|
|
2465
|
+
"displaydoc",
|
|
2466
|
+
"yoke",
|
|
2467
|
+
"zerofrom",
|
|
2468
|
+
]
|
|
2469
|
+
|
|
2470
|
+
[[package]]
|
|
2471
|
+
name = "zerovec"
|
|
2472
|
+
version = "0.11.5"
|
|
2473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2474
|
+
checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002"
|
|
2475
|
+
dependencies = [
|
|
2476
|
+
"yoke",
|
|
2477
|
+
"zerofrom",
|
|
2478
|
+
"zerovec-derive",
|
|
2479
|
+
]
|
|
2480
|
+
|
|
2481
|
+
[[package]]
|
|
2482
|
+
name = "zerovec-derive"
|
|
2483
|
+
version = "0.11.2"
|
|
2484
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2485
|
+
checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
|
|
2486
|
+
dependencies = [
|
|
2487
|
+
"proc-macro2",
|
|
2488
|
+
"quote",
|
|
2489
|
+
"syn",
|
|
2490
|
+
]
|
|
2491
|
+
|
|
2492
|
+
[[package]]
|
|
2493
|
+
name = "zlib-rs"
|
|
2494
|
+
version = "0.6.3"
|
|
2495
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2496
|
+
checksum = "3be3d40e40a133f9c916ee3f9f4fa2d9d63435b5fbe1bfc6d9dae0aa0ada1513"
|
|
2497
|
+
|
|
2498
|
+
[[package]]
|
|
2499
|
+
name = "zmij"
|
|
2500
|
+
version = "1.0.21"
|
|
2501
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2502
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|