epigrep 0.1.0rc1__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.
- epigrep-0.1.0rc1/Cargo.lock +1136 -0
- epigrep-0.1.0rc1/Cargo.toml +8 -0
- epigrep-0.1.0rc1/LICENSE +21 -0
- epigrep-0.1.0rc1/PKG-INFO +110 -0
- epigrep-0.1.0rc1/README.md +79 -0
- epigrep-0.1.0rc1/crates/epigrep-core/Cargo.toml +22 -0
- epigrep-0.1.0rc1/crates/epigrep-core/benches/matcher.rs +46 -0
- epigrep-0.1.0rc1/crates/epigrep-core/src/explain.rs +420 -0
- epigrep-0.1.0rc1/crates/epigrep-core/src/json.rs +45 -0
- epigrep-0.1.0rc1/crates/epigrep-core/src/lib.rs +19 -0
- epigrep-0.1.0rc1/crates/epigrep-core/src/matcher.rs +382 -0
- epigrep-0.1.0rc1/crates/epigrep-core/src/model.rs +372 -0
- epigrep-0.1.0rc1/crates/epigrep-core/src/parser.rs +247 -0
- epigrep-0.1.0rc1/crates/epigrep-core/src/tests.rs +969 -0
- epigrep-0.1.0rc1/crates/epigrep-py/Cargo.toml +25 -0
- epigrep-0.1.0rc1/crates/epigrep-py/LICENSE +21 -0
- epigrep-0.1.0rc1/crates/epigrep-py/README.md +79 -0
- epigrep-0.1.0rc1/crates/epigrep-py/src/lib.rs +699 -0
- epigrep-0.1.0rc1/crates/epigrep-py/tests/test_logs_first_examples.py +97 -0
- epigrep-0.1.0rc1/crates/epigrep-py/tests/test_matcher.py +297 -0
- epigrep-0.1.0rc1/pyproject.toml +48 -0
- epigrep-0.1.0rc1/python/epigrep/__init__.py +154 -0
- epigrep-0.1.0rc1/python/epigrep/data.py +200 -0
- epigrep-0.1.0rc1/python/epigrep/frame.py +71 -0
- epigrep-0.1.0rc1/python/epigrep/schema.py +62 -0
|
@@ -0,0 +1,1136 @@
|
|
|
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 = "anes"
|
|
16
|
+
version = "0.1.6"
|
|
17
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
18
|
+
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
19
|
+
|
|
20
|
+
[[package]]
|
|
21
|
+
name = "anstyle"
|
|
22
|
+
version = "1.0.14"
|
|
23
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
24
|
+
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
25
|
+
|
|
26
|
+
[[package]]
|
|
27
|
+
name = "anyhow"
|
|
28
|
+
version = "1.0.102"
|
|
29
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
30
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
31
|
+
|
|
32
|
+
[[package]]
|
|
33
|
+
name = "autocfg"
|
|
34
|
+
version = "1.5.1"
|
|
35
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
+
checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53"
|
|
37
|
+
|
|
38
|
+
[[package]]
|
|
39
|
+
name = "bit-set"
|
|
40
|
+
version = "0.8.0"
|
|
41
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
|
+
checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
|
|
43
|
+
dependencies = [
|
|
44
|
+
"bit-vec",
|
|
45
|
+
]
|
|
46
|
+
|
|
47
|
+
[[package]]
|
|
48
|
+
name = "bit-vec"
|
|
49
|
+
version = "0.8.0"
|
|
50
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
51
|
+
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
52
|
+
|
|
53
|
+
[[package]]
|
|
54
|
+
name = "bitflags"
|
|
55
|
+
version = "2.13.0"
|
|
56
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
57
|
+
checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8"
|
|
58
|
+
|
|
59
|
+
[[package]]
|
|
60
|
+
name = "bumpalo"
|
|
61
|
+
version = "3.20.3"
|
|
62
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
63
|
+
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
|
64
|
+
|
|
65
|
+
[[package]]
|
|
66
|
+
name = "cast"
|
|
67
|
+
version = "0.3.0"
|
|
68
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
69
|
+
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
70
|
+
|
|
71
|
+
[[package]]
|
|
72
|
+
name = "cfg-if"
|
|
73
|
+
version = "1.0.4"
|
|
74
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
75
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
76
|
+
|
|
77
|
+
[[package]]
|
|
78
|
+
name = "ciborium"
|
|
79
|
+
version = "0.2.2"
|
|
80
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
81
|
+
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
82
|
+
dependencies = [
|
|
83
|
+
"ciborium-io",
|
|
84
|
+
"ciborium-ll",
|
|
85
|
+
"serde",
|
|
86
|
+
]
|
|
87
|
+
|
|
88
|
+
[[package]]
|
|
89
|
+
name = "ciborium-io"
|
|
90
|
+
version = "0.2.2"
|
|
91
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
92
|
+
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
93
|
+
|
|
94
|
+
[[package]]
|
|
95
|
+
name = "ciborium-ll"
|
|
96
|
+
version = "0.2.2"
|
|
97
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
98
|
+
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
99
|
+
dependencies = [
|
|
100
|
+
"ciborium-io",
|
|
101
|
+
"half",
|
|
102
|
+
]
|
|
103
|
+
|
|
104
|
+
[[package]]
|
|
105
|
+
name = "clap"
|
|
106
|
+
version = "4.6.1"
|
|
107
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
108
|
+
checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51"
|
|
109
|
+
dependencies = [
|
|
110
|
+
"clap_builder",
|
|
111
|
+
]
|
|
112
|
+
|
|
113
|
+
[[package]]
|
|
114
|
+
name = "clap_builder"
|
|
115
|
+
version = "4.6.0"
|
|
116
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
117
|
+
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
118
|
+
dependencies = [
|
|
119
|
+
"anstyle",
|
|
120
|
+
"clap_lex",
|
|
121
|
+
]
|
|
122
|
+
|
|
123
|
+
[[package]]
|
|
124
|
+
name = "clap_lex"
|
|
125
|
+
version = "1.1.0"
|
|
126
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
127
|
+
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
128
|
+
|
|
129
|
+
[[package]]
|
|
130
|
+
name = "criterion"
|
|
131
|
+
version = "0.7.0"
|
|
132
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
133
|
+
checksum = "e1c047a62b0cc3e145fa84415a3191f628e980b194c2755aa12300a4e6cbd928"
|
|
134
|
+
dependencies = [
|
|
135
|
+
"anes",
|
|
136
|
+
"cast",
|
|
137
|
+
"ciborium",
|
|
138
|
+
"clap",
|
|
139
|
+
"criterion-plot",
|
|
140
|
+
"itertools",
|
|
141
|
+
"num-traits",
|
|
142
|
+
"oorandom",
|
|
143
|
+
"plotters",
|
|
144
|
+
"rayon",
|
|
145
|
+
"regex",
|
|
146
|
+
"serde",
|
|
147
|
+
"serde_json",
|
|
148
|
+
"tinytemplate",
|
|
149
|
+
"walkdir",
|
|
150
|
+
]
|
|
151
|
+
|
|
152
|
+
[[package]]
|
|
153
|
+
name = "criterion-plot"
|
|
154
|
+
version = "0.6.0"
|
|
155
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
156
|
+
checksum = "9b1bcc0dc7dfae599d84ad0b1a55f80cde8af3725da8313b528da95ef783e338"
|
|
157
|
+
dependencies = [
|
|
158
|
+
"cast",
|
|
159
|
+
"itertools",
|
|
160
|
+
]
|
|
161
|
+
|
|
162
|
+
[[package]]
|
|
163
|
+
name = "crossbeam-deque"
|
|
164
|
+
version = "0.8.6"
|
|
165
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
166
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
167
|
+
dependencies = [
|
|
168
|
+
"crossbeam-epoch",
|
|
169
|
+
"crossbeam-utils",
|
|
170
|
+
]
|
|
171
|
+
|
|
172
|
+
[[package]]
|
|
173
|
+
name = "crossbeam-epoch"
|
|
174
|
+
version = "0.9.18"
|
|
175
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
176
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
177
|
+
dependencies = [
|
|
178
|
+
"crossbeam-utils",
|
|
179
|
+
]
|
|
180
|
+
|
|
181
|
+
[[package]]
|
|
182
|
+
name = "crossbeam-utils"
|
|
183
|
+
version = "0.8.21"
|
|
184
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
185
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
186
|
+
|
|
187
|
+
[[package]]
|
|
188
|
+
name = "crunchy"
|
|
189
|
+
version = "0.2.4"
|
|
190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
191
|
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
192
|
+
|
|
193
|
+
[[package]]
|
|
194
|
+
name = "either"
|
|
195
|
+
version = "1.16.0"
|
|
196
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
197
|
+
checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e"
|
|
198
|
+
|
|
199
|
+
[[package]]
|
|
200
|
+
name = "epigrep-core"
|
|
201
|
+
version = "0.1.0"
|
|
202
|
+
dependencies = [
|
|
203
|
+
"criterion",
|
|
204
|
+
"proptest",
|
|
205
|
+
"serde",
|
|
206
|
+
"serde_json",
|
|
207
|
+
]
|
|
208
|
+
|
|
209
|
+
[[package]]
|
|
210
|
+
name = "epigrep-py"
|
|
211
|
+
version = "0.1.0-rc1"
|
|
212
|
+
dependencies = [
|
|
213
|
+
"epigrep-core",
|
|
214
|
+
"pyo3",
|
|
215
|
+
]
|
|
216
|
+
|
|
217
|
+
[[package]]
|
|
218
|
+
name = "equivalent"
|
|
219
|
+
version = "1.0.2"
|
|
220
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
221
|
+
checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
|
|
222
|
+
|
|
223
|
+
[[package]]
|
|
224
|
+
name = "errno"
|
|
225
|
+
version = "0.3.14"
|
|
226
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
227
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
228
|
+
dependencies = [
|
|
229
|
+
"libc",
|
|
230
|
+
"windows-sys",
|
|
231
|
+
]
|
|
232
|
+
|
|
233
|
+
[[package]]
|
|
234
|
+
name = "fastrand"
|
|
235
|
+
version = "2.4.1"
|
|
236
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
237
|
+
checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6"
|
|
238
|
+
|
|
239
|
+
[[package]]
|
|
240
|
+
name = "fnv"
|
|
241
|
+
version = "1.0.7"
|
|
242
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
243
|
+
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
244
|
+
|
|
245
|
+
[[package]]
|
|
246
|
+
name = "foldhash"
|
|
247
|
+
version = "0.1.5"
|
|
248
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
249
|
+
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
250
|
+
|
|
251
|
+
[[package]]
|
|
252
|
+
name = "futures-core"
|
|
253
|
+
version = "0.3.32"
|
|
254
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
255
|
+
checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
|
|
256
|
+
|
|
257
|
+
[[package]]
|
|
258
|
+
name = "futures-task"
|
|
259
|
+
version = "0.3.32"
|
|
260
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
261
|
+
checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
|
|
262
|
+
|
|
263
|
+
[[package]]
|
|
264
|
+
name = "futures-util"
|
|
265
|
+
version = "0.3.32"
|
|
266
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
267
|
+
checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
|
|
268
|
+
dependencies = [
|
|
269
|
+
"futures-core",
|
|
270
|
+
"futures-task",
|
|
271
|
+
"pin-project-lite",
|
|
272
|
+
"slab",
|
|
273
|
+
]
|
|
274
|
+
|
|
275
|
+
[[package]]
|
|
276
|
+
name = "getrandom"
|
|
277
|
+
version = "0.3.4"
|
|
278
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
279
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
280
|
+
dependencies = [
|
|
281
|
+
"cfg-if",
|
|
282
|
+
"libc",
|
|
283
|
+
"r-efi 5.3.0",
|
|
284
|
+
"wasip2",
|
|
285
|
+
]
|
|
286
|
+
|
|
287
|
+
[[package]]
|
|
288
|
+
name = "getrandom"
|
|
289
|
+
version = "0.4.2"
|
|
290
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
291
|
+
checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555"
|
|
292
|
+
dependencies = [
|
|
293
|
+
"cfg-if",
|
|
294
|
+
"libc",
|
|
295
|
+
"r-efi 6.0.0",
|
|
296
|
+
"wasip2",
|
|
297
|
+
"wasip3",
|
|
298
|
+
]
|
|
299
|
+
|
|
300
|
+
[[package]]
|
|
301
|
+
name = "half"
|
|
302
|
+
version = "2.7.1"
|
|
303
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
304
|
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
305
|
+
dependencies = [
|
|
306
|
+
"cfg-if",
|
|
307
|
+
"crunchy",
|
|
308
|
+
"zerocopy",
|
|
309
|
+
]
|
|
310
|
+
|
|
311
|
+
[[package]]
|
|
312
|
+
name = "hashbrown"
|
|
313
|
+
version = "0.15.5"
|
|
314
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
315
|
+
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
316
|
+
dependencies = [
|
|
317
|
+
"foldhash",
|
|
318
|
+
]
|
|
319
|
+
|
|
320
|
+
[[package]]
|
|
321
|
+
name = "hashbrown"
|
|
322
|
+
version = "0.17.1"
|
|
323
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
324
|
+
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
325
|
+
|
|
326
|
+
[[package]]
|
|
327
|
+
name = "heck"
|
|
328
|
+
version = "0.5.0"
|
|
329
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
330
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
331
|
+
|
|
332
|
+
[[package]]
|
|
333
|
+
name = "id-arena"
|
|
334
|
+
version = "2.3.0"
|
|
335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
+
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
337
|
+
|
|
338
|
+
[[package]]
|
|
339
|
+
name = "indexmap"
|
|
340
|
+
version = "2.14.0"
|
|
341
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
342
|
+
checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9"
|
|
343
|
+
dependencies = [
|
|
344
|
+
"equivalent",
|
|
345
|
+
"hashbrown 0.17.1",
|
|
346
|
+
"serde",
|
|
347
|
+
"serde_core",
|
|
348
|
+
]
|
|
349
|
+
|
|
350
|
+
[[package]]
|
|
351
|
+
name = "indoc"
|
|
352
|
+
version = "2.0.7"
|
|
353
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
354
|
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
355
|
+
dependencies = [
|
|
356
|
+
"rustversion",
|
|
357
|
+
]
|
|
358
|
+
|
|
359
|
+
[[package]]
|
|
360
|
+
name = "itertools"
|
|
361
|
+
version = "0.13.0"
|
|
362
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
363
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
364
|
+
dependencies = [
|
|
365
|
+
"either",
|
|
366
|
+
]
|
|
367
|
+
|
|
368
|
+
[[package]]
|
|
369
|
+
name = "itoa"
|
|
370
|
+
version = "1.0.18"
|
|
371
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
372
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
373
|
+
|
|
374
|
+
[[package]]
|
|
375
|
+
name = "js-sys"
|
|
376
|
+
version = "0.3.102"
|
|
377
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
378
|
+
checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31"
|
|
379
|
+
dependencies = [
|
|
380
|
+
"cfg-if",
|
|
381
|
+
"futures-util",
|
|
382
|
+
"wasm-bindgen",
|
|
383
|
+
]
|
|
384
|
+
|
|
385
|
+
[[package]]
|
|
386
|
+
name = "leb128fmt"
|
|
387
|
+
version = "0.1.0"
|
|
388
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
389
|
+
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
390
|
+
|
|
391
|
+
[[package]]
|
|
392
|
+
name = "libc"
|
|
393
|
+
version = "0.2.186"
|
|
394
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
395
|
+
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
|
396
|
+
|
|
397
|
+
[[package]]
|
|
398
|
+
name = "linux-raw-sys"
|
|
399
|
+
version = "0.12.1"
|
|
400
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
401
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
402
|
+
|
|
403
|
+
[[package]]
|
|
404
|
+
name = "log"
|
|
405
|
+
version = "0.4.32"
|
|
406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
+
checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a"
|
|
408
|
+
|
|
409
|
+
[[package]]
|
|
410
|
+
name = "memchr"
|
|
411
|
+
version = "2.8.2"
|
|
412
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
413
|
+
checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4"
|
|
414
|
+
|
|
415
|
+
[[package]]
|
|
416
|
+
name = "memoffset"
|
|
417
|
+
version = "0.9.1"
|
|
418
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
419
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
420
|
+
dependencies = [
|
|
421
|
+
"autocfg",
|
|
422
|
+
]
|
|
423
|
+
|
|
424
|
+
[[package]]
|
|
425
|
+
name = "num-traits"
|
|
426
|
+
version = "0.2.19"
|
|
427
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
428
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
429
|
+
dependencies = [
|
|
430
|
+
"autocfg",
|
|
431
|
+
]
|
|
432
|
+
|
|
433
|
+
[[package]]
|
|
434
|
+
name = "once_cell"
|
|
435
|
+
version = "1.21.4"
|
|
436
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
437
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
438
|
+
|
|
439
|
+
[[package]]
|
|
440
|
+
name = "oorandom"
|
|
441
|
+
version = "11.1.5"
|
|
442
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
443
|
+
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
|
444
|
+
|
|
445
|
+
[[package]]
|
|
446
|
+
name = "pin-project-lite"
|
|
447
|
+
version = "0.2.17"
|
|
448
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
449
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
450
|
+
|
|
451
|
+
[[package]]
|
|
452
|
+
name = "plotters"
|
|
453
|
+
version = "0.3.7"
|
|
454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
455
|
+
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
|
456
|
+
dependencies = [
|
|
457
|
+
"num-traits",
|
|
458
|
+
"plotters-backend",
|
|
459
|
+
"plotters-svg",
|
|
460
|
+
"wasm-bindgen",
|
|
461
|
+
"web-sys",
|
|
462
|
+
]
|
|
463
|
+
|
|
464
|
+
[[package]]
|
|
465
|
+
name = "plotters-backend"
|
|
466
|
+
version = "0.3.7"
|
|
467
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
468
|
+
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
|
469
|
+
|
|
470
|
+
[[package]]
|
|
471
|
+
name = "plotters-svg"
|
|
472
|
+
version = "0.3.7"
|
|
473
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
474
|
+
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
|
475
|
+
dependencies = [
|
|
476
|
+
"plotters-backend",
|
|
477
|
+
]
|
|
478
|
+
|
|
479
|
+
[[package]]
|
|
480
|
+
name = "portable-atomic"
|
|
481
|
+
version = "1.13.1"
|
|
482
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
483
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
484
|
+
|
|
485
|
+
[[package]]
|
|
486
|
+
name = "ppv-lite86"
|
|
487
|
+
version = "0.2.21"
|
|
488
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
489
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
490
|
+
dependencies = [
|
|
491
|
+
"zerocopy",
|
|
492
|
+
]
|
|
493
|
+
|
|
494
|
+
[[package]]
|
|
495
|
+
name = "prettyplease"
|
|
496
|
+
version = "0.2.37"
|
|
497
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
498
|
+
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
499
|
+
dependencies = [
|
|
500
|
+
"proc-macro2",
|
|
501
|
+
"syn",
|
|
502
|
+
]
|
|
503
|
+
|
|
504
|
+
[[package]]
|
|
505
|
+
name = "proc-macro2"
|
|
506
|
+
version = "1.0.106"
|
|
507
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
508
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
509
|
+
dependencies = [
|
|
510
|
+
"unicode-ident",
|
|
511
|
+
]
|
|
512
|
+
|
|
513
|
+
[[package]]
|
|
514
|
+
name = "proptest"
|
|
515
|
+
version = "1.11.0"
|
|
516
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
517
|
+
checksum = "4b45fcc2344c680f5025fe57779faef368840d0bd1f42f216291f0dc4ace4744"
|
|
518
|
+
dependencies = [
|
|
519
|
+
"bit-set",
|
|
520
|
+
"bit-vec",
|
|
521
|
+
"bitflags",
|
|
522
|
+
"num-traits",
|
|
523
|
+
"rand",
|
|
524
|
+
"rand_chacha",
|
|
525
|
+
"rand_xorshift",
|
|
526
|
+
"regex-syntax",
|
|
527
|
+
"rusty-fork",
|
|
528
|
+
"tempfile",
|
|
529
|
+
"unarray",
|
|
530
|
+
]
|
|
531
|
+
|
|
532
|
+
[[package]]
|
|
533
|
+
name = "pyo3"
|
|
534
|
+
version = "0.22.6"
|
|
535
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
536
|
+
checksum = "f402062616ab18202ae8319da13fa4279883a2b8a9d9f83f20dbade813ce1884"
|
|
537
|
+
dependencies = [
|
|
538
|
+
"cfg-if",
|
|
539
|
+
"indoc",
|
|
540
|
+
"libc",
|
|
541
|
+
"memoffset",
|
|
542
|
+
"once_cell",
|
|
543
|
+
"portable-atomic",
|
|
544
|
+
"pyo3-build-config",
|
|
545
|
+
"pyo3-ffi",
|
|
546
|
+
"pyo3-macros",
|
|
547
|
+
"unindent",
|
|
548
|
+
]
|
|
549
|
+
|
|
550
|
+
[[package]]
|
|
551
|
+
name = "pyo3-build-config"
|
|
552
|
+
version = "0.22.6"
|
|
553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
+
checksum = "b14b5775b5ff446dd1056212d778012cbe8a0fbffd368029fd9e25b514479c38"
|
|
555
|
+
dependencies = [
|
|
556
|
+
"once_cell",
|
|
557
|
+
"target-lexicon",
|
|
558
|
+
]
|
|
559
|
+
|
|
560
|
+
[[package]]
|
|
561
|
+
name = "pyo3-ffi"
|
|
562
|
+
version = "0.22.6"
|
|
563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
564
|
+
checksum = "9ab5bcf04a2cdcbb50c7d6105de943f543f9ed92af55818fd17b660390fc8636"
|
|
565
|
+
dependencies = [
|
|
566
|
+
"libc",
|
|
567
|
+
"pyo3-build-config",
|
|
568
|
+
]
|
|
569
|
+
|
|
570
|
+
[[package]]
|
|
571
|
+
name = "pyo3-macros"
|
|
572
|
+
version = "0.22.6"
|
|
573
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
574
|
+
checksum = "0fd24d897903a9e6d80b968368a34e1525aeb719d568dba8b3d4bfa5dc67d453"
|
|
575
|
+
dependencies = [
|
|
576
|
+
"proc-macro2",
|
|
577
|
+
"pyo3-macros-backend",
|
|
578
|
+
"quote",
|
|
579
|
+
"syn",
|
|
580
|
+
]
|
|
581
|
+
|
|
582
|
+
[[package]]
|
|
583
|
+
name = "pyo3-macros-backend"
|
|
584
|
+
version = "0.22.6"
|
|
585
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
586
|
+
checksum = "36c011a03ba1e50152b4b394b479826cad97e7a21eb52df179cd91ac411cbfbe"
|
|
587
|
+
dependencies = [
|
|
588
|
+
"heck",
|
|
589
|
+
"proc-macro2",
|
|
590
|
+
"pyo3-build-config",
|
|
591
|
+
"quote",
|
|
592
|
+
"syn",
|
|
593
|
+
]
|
|
594
|
+
|
|
595
|
+
[[package]]
|
|
596
|
+
name = "quick-error"
|
|
597
|
+
version = "1.2.3"
|
|
598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
|
+
checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
|
|
600
|
+
|
|
601
|
+
[[package]]
|
|
602
|
+
name = "quote"
|
|
603
|
+
version = "1.0.45"
|
|
604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
605
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
606
|
+
dependencies = [
|
|
607
|
+
"proc-macro2",
|
|
608
|
+
]
|
|
609
|
+
|
|
610
|
+
[[package]]
|
|
611
|
+
name = "r-efi"
|
|
612
|
+
version = "5.3.0"
|
|
613
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
614
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
615
|
+
|
|
616
|
+
[[package]]
|
|
617
|
+
name = "r-efi"
|
|
618
|
+
version = "6.0.0"
|
|
619
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
620
|
+
checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf"
|
|
621
|
+
|
|
622
|
+
[[package]]
|
|
623
|
+
name = "rand"
|
|
624
|
+
version = "0.9.4"
|
|
625
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
626
|
+
checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea"
|
|
627
|
+
dependencies = [
|
|
628
|
+
"rand_chacha",
|
|
629
|
+
"rand_core",
|
|
630
|
+
]
|
|
631
|
+
|
|
632
|
+
[[package]]
|
|
633
|
+
name = "rand_chacha"
|
|
634
|
+
version = "0.9.0"
|
|
635
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
636
|
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
637
|
+
dependencies = [
|
|
638
|
+
"ppv-lite86",
|
|
639
|
+
"rand_core",
|
|
640
|
+
]
|
|
641
|
+
|
|
642
|
+
[[package]]
|
|
643
|
+
name = "rand_core"
|
|
644
|
+
version = "0.9.5"
|
|
645
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
646
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
647
|
+
dependencies = [
|
|
648
|
+
"getrandom 0.3.4",
|
|
649
|
+
]
|
|
650
|
+
|
|
651
|
+
[[package]]
|
|
652
|
+
name = "rand_xorshift"
|
|
653
|
+
version = "0.4.0"
|
|
654
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
655
|
+
checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
|
|
656
|
+
dependencies = [
|
|
657
|
+
"rand_core",
|
|
658
|
+
]
|
|
659
|
+
|
|
660
|
+
[[package]]
|
|
661
|
+
name = "rayon"
|
|
662
|
+
version = "1.12.0"
|
|
663
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
664
|
+
checksum = "fb39b166781f92d482534ef4b4b1b2568f42613b53e5b6c160e24cfbfa30926d"
|
|
665
|
+
dependencies = [
|
|
666
|
+
"either",
|
|
667
|
+
"rayon-core",
|
|
668
|
+
]
|
|
669
|
+
|
|
670
|
+
[[package]]
|
|
671
|
+
name = "rayon-core"
|
|
672
|
+
version = "1.13.0"
|
|
673
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
674
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
675
|
+
dependencies = [
|
|
676
|
+
"crossbeam-deque",
|
|
677
|
+
"crossbeam-utils",
|
|
678
|
+
]
|
|
679
|
+
|
|
680
|
+
[[package]]
|
|
681
|
+
name = "regex"
|
|
682
|
+
version = "1.12.4"
|
|
683
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
684
|
+
checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba"
|
|
685
|
+
dependencies = [
|
|
686
|
+
"aho-corasick",
|
|
687
|
+
"memchr",
|
|
688
|
+
"regex-automata",
|
|
689
|
+
"regex-syntax",
|
|
690
|
+
]
|
|
691
|
+
|
|
692
|
+
[[package]]
|
|
693
|
+
name = "regex-automata"
|
|
694
|
+
version = "0.4.14"
|
|
695
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
696
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
697
|
+
dependencies = [
|
|
698
|
+
"aho-corasick",
|
|
699
|
+
"memchr",
|
|
700
|
+
"regex-syntax",
|
|
701
|
+
]
|
|
702
|
+
|
|
703
|
+
[[package]]
|
|
704
|
+
name = "regex-syntax"
|
|
705
|
+
version = "0.8.11"
|
|
706
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
707
|
+
checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4"
|
|
708
|
+
|
|
709
|
+
[[package]]
|
|
710
|
+
name = "rustix"
|
|
711
|
+
version = "1.1.4"
|
|
712
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
713
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
714
|
+
dependencies = [
|
|
715
|
+
"bitflags",
|
|
716
|
+
"errno",
|
|
717
|
+
"libc",
|
|
718
|
+
"linux-raw-sys",
|
|
719
|
+
"windows-sys",
|
|
720
|
+
]
|
|
721
|
+
|
|
722
|
+
[[package]]
|
|
723
|
+
name = "rustversion"
|
|
724
|
+
version = "1.0.22"
|
|
725
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
726
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
727
|
+
|
|
728
|
+
[[package]]
|
|
729
|
+
name = "rusty-fork"
|
|
730
|
+
version = "0.3.1"
|
|
731
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
732
|
+
checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
|
|
733
|
+
dependencies = [
|
|
734
|
+
"fnv",
|
|
735
|
+
"quick-error",
|
|
736
|
+
"tempfile",
|
|
737
|
+
"wait-timeout",
|
|
738
|
+
]
|
|
739
|
+
|
|
740
|
+
[[package]]
|
|
741
|
+
name = "same-file"
|
|
742
|
+
version = "1.0.6"
|
|
743
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
744
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
745
|
+
dependencies = [
|
|
746
|
+
"winapi-util",
|
|
747
|
+
]
|
|
748
|
+
|
|
749
|
+
[[package]]
|
|
750
|
+
name = "semver"
|
|
751
|
+
version = "1.0.28"
|
|
752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
753
|
+
checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd"
|
|
754
|
+
|
|
755
|
+
[[package]]
|
|
756
|
+
name = "serde"
|
|
757
|
+
version = "1.0.228"
|
|
758
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
759
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
760
|
+
dependencies = [
|
|
761
|
+
"serde_core",
|
|
762
|
+
"serde_derive",
|
|
763
|
+
]
|
|
764
|
+
|
|
765
|
+
[[package]]
|
|
766
|
+
name = "serde_core"
|
|
767
|
+
version = "1.0.228"
|
|
768
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
769
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
770
|
+
dependencies = [
|
|
771
|
+
"serde_derive",
|
|
772
|
+
]
|
|
773
|
+
|
|
774
|
+
[[package]]
|
|
775
|
+
name = "serde_derive"
|
|
776
|
+
version = "1.0.228"
|
|
777
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
778
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
779
|
+
dependencies = [
|
|
780
|
+
"proc-macro2",
|
|
781
|
+
"quote",
|
|
782
|
+
"syn",
|
|
783
|
+
]
|
|
784
|
+
|
|
785
|
+
[[package]]
|
|
786
|
+
name = "serde_json"
|
|
787
|
+
version = "1.0.150"
|
|
788
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
789
|
+
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
|
790
|
+
dependencies = [
|
|
791
|
+
"itoa",
|
|
792
|
+
"memchr",
|
|
793
|
+
"serde",
|
|
794
|
+
"serde_core",
|
|
795
|
+
"zmij",
|
|
796
|
+
]
|
|
797
|
+
|
|
798
|
+
[[package]]
|
|
799
|
+
name = "slab"
|
|
800
|
+
version = "0.4.12"
|
|
801
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
802
|
+
checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5"
|
|
803
|
+
|
|
804
|
+
[[package]]
|
|
805
|
+
name = "syn"
|
|
806
|
+
version = "2.0.117"
|
|
807
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
808
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
809
|
+
dependencies = [
|
|
810
|
+
"proc-macro2",
|
|
811
|
+
"quote",
|
|
812
|
+
"unicode-ident",
|
|
813
|
+
]
|
|
814
|
+
|
|
815
|
+
[[package]]
|
|
816
|
+
name = "target-lexicon"
|
|
817
|
+
version = "0.12.16"
|
|
818
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
819
|
+
checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
|
|
820
|
+
|
|
821
|
+
[[package]]
|
|
822
|
+
name = "tempfile"
|
|
823
|
+
version = "3.27.0"
|
|
824
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
825
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
826
|
+
dependencies = [
|
|
827
|
+
"fastrand",
|
|
828
|
+
"getrandom 0.4.2",
|
|
829
|
+
"once_cell",
|
|
830
|
+
"rustix",
|
|
831
|
+
"windows-sys",
|
|
832
|
+
]
|
|
833
|
+
|
|
834
|
+
[[package]]
|
|
835
|
+
name = "tinytemplate"
|
|
836
|
+
version = "1.2.1"
|
|
837
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
838
|
+
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
839
|
+
dependencies = [
|
|
840
|
+
"serde",
|
|
841
|
+
"serde_json",
|
|
842
|
+
]
|
|
843
|
+
|
|
844
|
+
[[package]]
|
|
845
|
+
name = "unarray"
|
|
846
|
+
version = "0.1.4"
|
|
847
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
848
|
+
checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
|
|
849
|
+
|
|
850
|
+
[[package]]
|
|
851
|
+
name = "unicode-ident"
|
|
852
|
+
version = "1.0.24"
|
|
853
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
854
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
855
|
+
|
|
856
|
+
[[package]]
|
|
857
|
+
name = "unicode-xid"
|
|
858
|
+
version = "0.2.6"
|
|
859
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
860
|
+
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
861
|
+
|
|
862
|
+
[[package]]
|
|
863
|
+
name = "unindent"
|
|
864
|
+
version = "0.2.4"
|
|
865
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
866
|
+
checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
867
|
+
|
|
868
|
+
[[package]]
|
|
869
|
+
name = "wait-timeout"
|
|
870
|
+
version = "0.2.1"
|
|
871
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
872
|
+
checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
|
|
873
|
+
dependencies = [
|
|
874
|
+
"libc",
|
|
875
|
+
]
|
|
876
|
+
|
|
877
|
+
[[package]]
|
|
878
|
+
name = "walkdir"
|
|
879
|
+
version = "2.5.0"
|
|
880
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
881
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
882
|
+
dependencies = [
|
|
883
|
+
"same-file",
|
|
884
|
+
"winapi-util",
|
|
885
|
+
]
|
|
886
|
+
|
|
887
|
+
[[package]]
|
|
888
|
+
name = "wasip2"
|
|
889
|
+
version = "1.0.4+wasi-0.2.12"
|
|
890
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
891
|
+
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
|
892
|
+
dependencies = [
|
|
893
|
+
"wit-bindgen 0.57.1",
|
|
894
|
+
]
|
|
895
|
+
|
|
896
|
+
[[package]]
|
|
897
|
+
name = "wasip3"
|
|
898
|
+
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
899
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
900
|
+
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
901
|
+
dependencies = [
|
|
902
|
+
"wit-bindgen 0.51.0",
|
|
903
|
+
]
|
|
904
|
+
|
|
905
|
+
[[package]]
|
|
906
|
+
name = "wasm-bindgen"
|
|
907
|
+
version = "0.2.125"
|
|
908
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
909
|
+
checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a"
|
|
910
|
+
dependencies = [
|
|
911
|
+
"cfg-if",
|
|
912
|
+
"once_cell",
|
|
913
|
+
"rustversion",
|
|
914
|
+
"wasm-bindgen-macro",
|
|
915
|
+
"wasm-bindgen-shared",
|
|
916
|
+
]
|
|
917
|
+
|
|
918
|
+
[[package]]
|
|
919
|
+
name = "wasm-bindgen-macro"
|
|
920
|
+
version = "0.2.125"
|
|
921
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
922
|
+
checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d"
|
|
923
|
+
dependencies = [
|
|
924
|
+
"quote",
|
|
925
|
+
"wasm-bindgen-macro-support",
|
|
926
|
+
]
|
|
927
|
+
|
|
928
|
+
[[package]]
|
|
929
|
+
name = "wasm-bindgen-macro-support"
|
|
930
|
+
version = "0.2.125"
|
|
931
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
|
+
checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd"
|
|
933
|
+
dependencies = [
|
|
934
|
+
"bumpalo",
|
|
935
|
+
"proc-macro2",
|
|
936
|
+
"quote",
|
|
937
|
+
"syn",
|
|
938
|
+
"wasm-bindgen-shared",
|
|
939
|
+
]
|
|
940
|
+
|
|
941
|
+
[[package]]
|
|
942
|
+
name = "wasm-bindgen-shared"
|
|
943
|
+
version = "0.2.125"
|
|
944
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
945
|
+
checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f"
|
|
946
|
+
dependencies = [
|
|
947
|
+
"unicode-ident",
|
|
948
|
+
]
|
|
949
|
+
|
|
950
|
+
[[package]]
|
|
951
|
+
name = "wasm-encoder"
|
|
952
|
+
version = "0.244.0"
|
|
953
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
954
|
+
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
955
|
+
dependencies = [
|
|
956
|
+
"leb128fmt",
|
|
957
|
+
"wasmparser",
|
|
958
|
+
]
|
|
959
|
+
|
|
960
|
+
[[package]]
|
|
961
|
+
name = "wasm-metadata"
|
|
962
|
+
version = "0.244.0"
|
|
963
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
964
|
+
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
965
|
+
dependencies = [
|
|
966
|
+
"anyhow",
|
|
967
|
+
"indexmap",
|
|
968
|
+
"wasm-encoder",
|
|
969
|
+
"wasmparser",
|
|
970
|
+
]
|
|
971
|
+
|
|
972
|
+
[[package]]
|
|
973
|
+
name = "wasmparser"
|
|
974
|
+
version = "0.244.0"
|
|
975
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
976
|
+
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
977
|
+
dependencies = [
|
|
978
|
+
"bitflags",
|
|
979
|
+
"hashbrown 0.15.5",
|
|
980
|
+
"indexmap",
|
|
981
|
+
"semver",
|
|
982
|
+
]
|
|
983
|
+
|
|
984
|
+
[[package]]
|
|
985
|
+
name = "web-sys"
|
|
986
|
+
version = "0.3.102"
|
|
987
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
988
|
+
checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d"
|
|
989
|
+
dependencies = [
|
|
990
|
+
"js-sys",
|
|
991
|
+
"wasm-bindgen",
|
|
992
|
+
]
|
|
993
|
+
|
|
994
|
+
[[package]]
|
|
995
|
+
name = "winapi-util"
|
|
996
|
+
version = "0.1.11"
|
|
997
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
998
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
999
|
+
dependencies = [
|
|
1000
|
+
"windows-sys",
|
|
1001
|
+
]
|
|
1002
|
+
|
|
1003
|
+
[[package]]
|
|
1004
|
+
name = "windows-link"
|
|
1005
|
+
version = "0.2.1"
|
|
1006
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1007
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
1008
|
+
|
|
1009
|
+
[[package]]
|
|
1010
|
+
name = "windows-sys"
|
|
1011
|
+
version = "0.61.2"
|
|
1012
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1013
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
1014
|
+
dependencies = [
|
|
1015
|
+
"windows-link",
|
|
1016
|
+
]
|
|
1017
|
+
|
|
1018
|
+
[[package]]
|
|
1019
|
+
name = "wit-bindgen"
|
|
1020
|
+
version = "0.51.0"
|
|
1021
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1022
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
1023
|
+
dependencies = [
|
|
1024
|
+
"wit-bindgen-rust-macro",
|
|
1025
|
+
]
|
|
1026
|
+
|
|
1027
|
+
[[package]]
|
|
1028
|
+
name = "wit-bindgen"
|
|
1029
|
+
version = "0.57.1"
|
|
1030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1031
|
+
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
1032
|
+
|
|
1033
|
+
[[package]]
|
|
1034
|
+
name = "wit-bindgen-core"
|
|
1035
|
+
version = "0.51.0"
|
|
1036
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1037
|
+
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
1038
|
+
dependencies = [
|
|
1039
|
+
"anyhow",
|
|
1040
|
+
"heck",
|
|
1041
|
+
"wit-parser",
|
|
1042
|
+
]
|
|
1043
|
+
|
|
1044
|
+
[[package]]
|
|
1045
|
+
name = "wit-bindgen-rust"
|
|
1046
|
+
version = "0.51.0"
|
|
1047
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1048
|
+
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
1049
|
+
dependencies = [
|
|
1050
|
+
"anyhow",
|
|
1051
|
+
"heck",
|
|
1052
|
+
"indexmap",
|
|
1053
|
+
"prettyplease",
|
|
1054
|
+
"syn",
|
|
1055
|
+
"wasm-metadata",
|
|
1056
|
+
"wit-bindgen-core",
|
|
1057
|
+
"wit-component",
|
|
1058
|
+
]
|
|
1059
|
+
|
|
1060
|
+
[[package]]
|
|
1061
|
+
name = "wit-bindgen-rust-macro"
|
|
1062
|
+
version = "0.51.0"
|
|
1063
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1064
|
+
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
1065
|
+
dependencies = [
|
|
1066
|
+
"anyhow",
|
|
1067
|
+
"prettyplease",
|
|
1068
|
+
"proc-macro2",
|
|
1069
|
+
"quote",
|
|
1070
|
+
"syn",
|
|
1071
|
+
"wit-bindgen-core",
|
|
1072
|
+
"wit-bindgen-rust",
|
|
1073
|
+
]
|
|
1074
|
+
|
|
1075
|
+
[[package]]
|
|
1076
|
+
name = "wit-component"
|
|
1077
|
+
version = "0.244.0"
|
|
1078
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1079
|
+
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
1080
|
+
dependencies = [
|
|
1081
|
+
"anyhow",
|
|
1082
|
+
"bitflags",
|
|
1083
|
+
"indexmap",
|
|
1084
|
+
"log",
|
|
1085
|
+
"serde",
|
|
1086
|
+
"serde_derive",
|
|
1087
|
+
"serde_json",
|
|
1088
|
+
"wasm-encoder",
|
|
1089
|
+
"wasm-metadata",
|
|
1090
|
+
"wasmparser",
|
|
1091
|
+
"wit-parser",
|
|
1092
|
+
]
|
|
1093
|
+
|
|
1094
|
+
[[package]]
|
|
1095
|
+
name = "wit-parser"
|
|
1096
|
+
version = "0.244.0"
|
|
1097
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1098
|
+
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
1099
|
+
dependencies = [
|
|
1100
|
+
"anyhow",
|
|
1101
|
+
"id-arena",
|
|
1102
|
+
"indexmap",
|
|
1103
|
+
"log",
|
|
1104
|
+
"semver",
|
|
1105
|
+
"serde",
|
|
1106
|
+
"serde_derive",
|
|
1107
|
+
"serde_json",
|
|
1108
|
+
"unicode-xid",
|
|
1109
|
+
"wasmparser",
|
|
1110
|
+
]
|
|
1111
|
+
|
|
1112
|
+
[[package]]
|
|
1113
|
+
name = "zerocopy"
|
|
1114
|
+
version = "0.8.52"
|
|
1115
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1116
|
+
checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f"
|
|
1117
|
+
dependencies = [
|
|
1118
|
+
"zerocopy-derive",
|
|
1119
|
+
]
|
|
1120
|
+
|
|
1121
|
+
[[package]]
|
|
1122
|
+
name = "zerocopy-derive"
|
|
1123
|
+
version = "0.8.52"
|
|
1124
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1125
|
+
checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930"
|
|
1126
|
+
dependencies = [
|
|
1127
|
+
"proc-macro2",
|
|
1128
|
+
"quote",
|
|
1129
|
+
"syn",
|
|
1130
|
+
]
|
|
1131
|
+
|
|
1132
|
+
[[package]]
|
|
1133
|
+
name = "zmij"
|
|
1134
|
+
version = "1.0.21"
|
|
1135
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1136
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|