hexchess-zero 0.0.1__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.
- hexchess_zero-0.0.1/Cargo.lock +2183 -0
- hexchess_zero-0.0.1/Cargo.toml +13 -0
- hexchess_zero-0.0.1/LICENSE +21 -0
- hexchess_zero-0.0.1/PKG-INFO +145 -0
- hexchess_zero-0.0.1/README.md +112 -0
- hexchess_zero-0.0.1/bindings/python/Cargo.toml +17 -0
- hexchess_zero-0.0.1/bindings/python/LICENSE +21 -0
- hexchess_zero-0.0.1/bindings/python/README.md +112 -0
- hexchess_zero-0.0.1/bindings/python/src/lib.rs +545 -0
- hexchess_zero-0.0.1/engine/Cargo.toml +25 -0
- hexchess_zero-0.0.1/engine/benches/movegen.rs +13 -0
- hexchess_zero-0.0.1/engine/src/bin/validate.rs +2001 -0
- hexchess_zero-0.0.1/engine/src/board.rs +1060 -0
- hexchess_zero-0.0.1/engine/src/eval.rs +527 -0
- hexchess_zero-0.0.1/engine/src/game.rs +902 -0
- hexchess_zero-0.0.1/engine/src/inference.rs +343 -0
- hexchess_zero-0.0.1/engine/src/lib.rs +8 -0
- hexchess_zero-0.0.1/engine/src/mcts.rs +1340 -0
- hexchess_zero-0.0.1/engine/src/minimax.rs +989 -0
- hexchess_zero-0.0.1/engine/src/movegen.rs +993 -0
- hexchess_zero-0.0.1/engine/src/serialization.rs +819 -0
- hexchess_zero-0.0.1/engine/tests/helpers/mod.rs +2 -0
- hexchess_zero-0.0.1/engine/tests/helpers/naive_minimax.rs +76 -0
- hexchess_zero-0.0.1/engine/tests/helpers/positions.rs +25 -0
- hexchess_zero-0.0.1/engine/tests/mcts_strength.rs +301 -0
- hexchess_zero-0.0.1/engine/tests/minimax_benchmark.rs +118 -0
- hexchess_zero-0.0.1/engine/tests/minimax_strength.rs +699 -0
- hexchess_zero-0.0.1/pyproject.toml +45 -0
|
@@ -0,0 +1,2183 @@
|
|
|
1
|
+
# This file is automatically @generated by Cargo.
|
|
2
|
+
# It is not intended for manual editing.
|
|
3
|
+
version = 4
|
|
4
|
+
|
|
5
|
+
[[package]]
|
|
6
|
+
name = "adler2"
|
|
7
|
+
version = "2.0.1"
|
|
8
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
+
checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
|
|
10
|
+
|
|
11
|
+
[[package]]
|
|
12
|
+
name = "ahash"
|
|
13
|
+
version = "0.8.12"
|
|
14
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
15
|
+
checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
|
|
16
|
+
dependencies = [
|
|
17
|
+
"cfg-if",
|
|
18
|
+
"once_cell",
|
|
19
|
+
"version_check",
|
|
20
|
+
"zerocopy",
|
|
21
|
+
]
|
|
22
|
+
|
|
23
|
+
[[package]]
|
|
24
|
+
name = "aho-corasick"
|
|
25
|
+
version = "1.1.4"
|
|
26
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
27
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
28
|
+
dependencies = [
|
|
29
|
+
"memchr",
|
|
30
|
+
]
|
|
31
|
+
|
|
32
|
+
[[package]]
|
|
33
|
+
name = "anes"
|
|
34
|
+
version = "0.1.6"
|
|
35
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
36
|
+
checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
|
|
37
|
+
|
|
38
|
+
[[package]]
|
|
39
|
+
name = "anstyle"
|
|
40
|
+
version = "1.0.14"
|
|
41
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
42
|
+
checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000"
|
|
43
|
+
|
|
44
|
+
[[package]]
|
|
45
|
+
name = "anyhow"
|
|
46
|
+
version = "1.0.102"
|
|
47
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
48
|
+
checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
|
|
49
|
+
|
|
50
|
+
[[package]]
|
|
51
|
+
name = "anymap2"
|
|
52
|
+
version = "0.13.0"
|
|
53
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
54
|
+
checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c"
|
|
55
|
+
|
|
56
|
+
[[package]]
|
|
57
|
+
name = "anymap3"
|
|
58
|
+
version = "1.0.1"
|
|
59
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
60
|
+
checksum = "170433209e817da6aae2c51aa0dd443009a613425dd041ebfb2492d1c4c11a25"
|
|
61
|
+
|
|
62
|
+
[[package]]
|
|
63
|
+
name = "autocfg"
|
|
64
|
+
version = "1.5.0"
|
|
65
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
66
|
+
checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
|
|
67
|
+
|
|
68
|
+
[[package]]
|
|
69
|
+
name = "base64"
|
|
70
|
+
version = "0.22.1"
|
|
71
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
72
|
+
checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
|
|
73
|
+
|
|
74
|
+
[[package]]
|
|
75
|
+
name = "base64ct"
|
|
76
|
+
version = "1.8.3"
|
|
77
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
78
|
+
checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06"
|
|
79
|
+
|
|
80
|
+
[[package]]
|
|
81
|
+
name = "bit-set"
|
|
82
|
+
version = "0.5.3"
|
|
83
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
84
|
+
checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
|
|
85
|
+
dependencies = [
|
|
86
|
+
"bit-vec",
|
|
87
|
+
]
|
|
88
|
+
|
|
89
|
+
[[package]]
|
|
90
|
+
name = "bit-vec"
|
|
91
|
+
version = "0.6.3"
|
|
92
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
93
|
+
checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
|
|
94
|
+
|
|
95
|
+
[[package]]
|
|
96
|
+
name = "bitflags"
|
|
97
|
+
version = "2.11.0"
|
|
98
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
99
|
+
checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
|
|
100
|
+
|
|
101
|
+
[[package]]
|
|
102
|
+
name = "block-buffer"
|
|
103
|
+
version = "0.10.4"
|
|
104
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
105
|
+
checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
|
|
106
|
+
dependencies = [
|
|
107
|
+
"generic-array",
|
|
108
|
+
]
|
|
109
|
+
|
|
110
|
+
[[package]]
|
|
111
|
+
name = "bumpalo"
|
|
112
|
+
version = "3.20.2"
|
|
113
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
114
|
+
checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
|
|
115
|
+
|
|
116
|
+
[[package]]
|
|
117
|
+
name = "byteorder"
|
|
118
|
+
version = "1.5.0"
|
|
119
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
120
|
+
checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
|
|
121
|
+
|
|
122
|
+
[[package]]
|
|
123
|
+
name = "bytes"
|
|
124
|
+
version = "1.11.1"
|
|
125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
126
|
+
checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
|
|
127
|
+
|
|
128
|
+
[[package]]
|
|
129
|
+
name = "cast"
|
|
130
|
+
version = "0.3.0"
|
|
131
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
132
|
+
checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
|
|
133
|
+
|
|
134
|
+
[[package]]
|
|
135
|
+
name = "cc"
|
|
136
|
+
version = "1.2.58"
|
|
137
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
138
|
+
checksum = "e1e928d4b69e3077709075a938a05ffbedfa53a84c8f766efbf8220bb1ff60e1"
|
|
139
|
+
dependencies = [
|
|
140
|
+
"find-msvc-tools",
|
|
141
|
+
"shlex",
|
|
142
|
+
]
|
|
143
|
+
|
|
144
|
+
[[package]]
|
|
145
|
+
name = "cfg-if"
|
|
146
|
+
version = "1.0.4"
|
|
147
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
148
|
+
checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
149
|
+
|
|
150
|
+
[[package]]
|
|
151
|
+
name = "ciborium"
|
|
152
|
+
version = "0.2.2"
|
|
153
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
154
|
+
checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
|
|
155
|
+
dependencies = [
|
|
156
|
+
"ciborium-io",
|
|
157
|
+
"ciborium-ll",
|
|
158
|
+
"serde",
|
|
159
|
+
]
|
|
160
|
+
|
|
161
|
+
[[package]]
|
|
162
|
+
name = "ciborium-io"
|
|
163
|
+
version = "0.2.2"
|
|
164
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
165
|
+
checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
|
|
166
|
+
|
|
167
|
+
[[package]]
|
|
168
|
+
name = "ciborium-ll"
|
|
169
|
+
version = "0.2.2"
|
|
170
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
171
|
+
checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
|
|
172
|
+
dependencies = [
|
|
173
|
+
"ciborium-io",
|
|
174
|
+
"half",
|
|
175
|
+
]
|
|
176
|
+
|
|
177
|
+
[[package]]
|
|
178
|
+
name = "clap"
|
|
179
|
+
version = "4.6.0"
|
|
180
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
181
|
+
checksum = "b193af5b67834b676abd72466a96c1024e6a6ad978a1f484bd90b85c94041351"
|
|
182
|
+
dependencies = [
|
|
183
|
+
"clap_builder",
|
|
184
|
+
]
|
|
185
|
+
|
|
186
|
+
[[package]]
|
|
187
|
+
name = "clap_builder"
|
|
188
|
+
version = "4.6.0"
|
|
189
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
190
|
+
checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f"
|
|
191
|
+
dependencies = [
|
|
192
|
+
"anstyle",
|
|
193
|
+
"clap_lex",
|
|
194
|
+
]
|
|
195
|
+
|
|
196
|
+
[[package]]
|
|
197
|
+
name = "clap_lex"
|
|
198
|
+
version = "1.1.0"
|
|
199
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
200
|
+
checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9"
|
|
201
|
+
|
|
202
|
+
[[package]]
|
|
203
|
+
name = "core-foundation"
|
|
204
|
+
version = "0.10.1"
|
|
205
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
206
|
+
checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
|
|
207
|
+
dependencies = [
|
|
208
|
+
"core-foundation-sys",
|
|
209
|
+
"libc",
|
|
210
|
+
]
|
|
211
|
+
|
|
212
|
+
[[package]]
|
|
213
|
+
name = "core-foundation-sys"
|
|
214
|
+
version = "0.8.7"
|
|
215
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
216
|
+
checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
|
|
217
|
+
|
|
218
|
+
[[package]]
|
|
219
|
+
name = "cpufeatures"
|
|
220
|
+
version = "0.2.17"
|
|
221
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
222
|
+
checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
|
|
223
|
+
dependencies = [
|
|
224
|
+
"libc",
|
|
225
|
+
]
|
|
226
|
+
|
|
227
|
+
[[package]]
|
|
228
|
+
name = "crc32fast"
|
|
229
|
+
version = "1.5.0"
|
|
230
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
231
|
+
checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
|
|
232
|
+
dependencies = [
|
|
233
|
+
"cfg-if",
|
|
234
|
+
]
|
|
235
|
+
|
|
236
|
+
[[package]]
|
|
237
|
+
name = "criterion"
|
|
238
|
+
version = "0.5.1"
|
|
239
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
240
|
+
checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
|
|
241
|
+
dependencies = [
|
|
242
|
+
"anes",
|
|
243
|
+
"cast",
|
|
244
|
+
"ciborium",
|
|
245
|
+
"clap",
|
|
246
|
+
"criterion-plot",
|
|
247
|
+
"is-terminal",
|
|
248
|
+
"itertools 0.10.5",
|
|
249
|
+
"num-traits",
|
|
250
|
+
"once_cell",
|
|
251
|
+
"oorandom",
|
|
252
|
+
"plotters",
|
|
253
|
+
"rayon",
|
|
254
|
+
"regex",
|
|
255
|
+
"serde",
|
|
256
|
+
"serde_derive",
|
|
257
|
+
"serde_json",
|
|
258
|
+
"tinytemplate",
|
|
259
|
+
"walkdir",
|
|
260
|
+
]
|
|
261
|
+
|
|
262
|
+
[[package]]
|
|
263
|
+
name = "criterion-plot"
|
|
264
|
+
version = "0.5.0"
|
|
265
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
266
|
+
checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
|
|
267
|
+
dependencies = [
|
|
268
|
+
"cast",
|
|
269
|
+
"itertools 0.10.5",
|
|
270
|
+
]
|
|
271
|
+
|
|
272
|
+
[[package]]
|
|
273
|
+
name = "crossbeam-deque"
|
|
274
|
+
version = "0.8.6"
|
|
275
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
276
|
+
checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
|
|
277
|
+
dependencies = [
|
|
278
|
+
"crossbeam-epoch",
|
|
279
|
+
"crossbeam-utils",
|
|
280
|
+
]
|
|
281
|
+
|
|
282
|
+
[[package]]
|
|
283
|
+
name = "crossbeam-epoch"
|
|
284
|
+
version = "0.9.18"
|
|
285
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
286
|
+
checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
|
|
287
|
+
dependencies = [
|
|
288
|
+
"crossbeam-utils",
|
|
289
|
+
]
|
|
290
|
+
|
|
291
|
+
[[package]]
|
|
292
|
+
name = "crossbeam-utils"
|
|
293
|
+
version = "0.8.21"
|
|
294
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
295
|
+
checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
|
|
296
|
+
|
|
297
|
+
[[package]]
|
|
298
|
+
name = "crunchy"
|
|
299
|
+
version = "0.2.4"
|
|
300
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
301
|
+
checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
|
|
302
|
+
|
|
303
|
+
[[package]]
|
|
304
|
+
name = "crypto-common"
|
|
305
|
+
version = "0.1.7"
|
|
306
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
307
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
308
|
+
dependencies = [
|
|
309
|
+
"generic-array",
|
|
310
|
+
"typenum",
|
|
311
|
+
]
|
|
312
|
+
|
|
313
|
+
[[package]]
|
|
314
|
+
name = "der"
|
|
315
|
+
version = "0.8.0"
|
|
316
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
317
|
+
checksum = "71fd89660b2dc699704064e59e9dba0147b903e85319429e131620d022be411b"
|
|
318
|
+
dependencies = [
|
|
319
|
+
"pem-rfc7468",
|
|
320
|
+
"zeroize",
|
|
321
|
+
]
|
|
322
|
+
|
|
323
|
+
[[package]]
|
|
324
|
+
name = "deranged"
|
|
325
|
+
version = "0.5.8"
|
|
326
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
327
|
+
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
328
|
+
dependencies = [
|
|
329
|
+
"powerfmt",
|
|
330
|
+
]
|
|
331
|
+
|
|
332
|
+
[[package]]
|
|
333
|
+
name = "derive-new"
|
|
334
|
+
version = "0.5.9"
|
|
335
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
+
checksum = "3418329ca0ad70234b9735dc4ceed10af4df60eff9c8e7b06cb5e520d92c3535"
|
|
337
|
+
dependencies = [
|
|
338
|
+
"proc-macro2",
|
|
339
|
+
"quote",
|
|
340
|
+
"syn 1.0.109",
|
|
341
|
+
]
|
|
342
|
+
|
|
343
|
+
[[package]]
|
|
344
|
+
name = "digest"
|
|
345
|
+
version = "0.10.7"
|
|
346
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
347
|
+
checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
|
|
348
|
+
dependencies = [
|
|
349
|
+
"block-buffer",
|
|
350
|
+
"crypto-common",
|
|
351
|
+
]
|
|
352
|
+
|
|
353
|
+
[[package]]
|
|
354
|
+
name = "doc-comment"
|
|
355
|
+
version = "0.3.4"
|
|
356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
357
|
+
checksum = "780955b8b195a21ab8e4ac6b60dd1dbdcec1dc6c51c0617964b08c81785e12c9"
|
|
358
|
+
|
|
359
|
+
[[package]]
|
|
360
|
+
name = "downcast-rs"
|
|
361
|
+
version = "1.2.1"
|
|
362
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
363
|
+
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
|
|
364
|
+
|
|
365
|
+
[[package]]
|
|
366
|
+
name = "dyn-clone"
|
|
367
|
+
version = "1.0.20"
|
|
368
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
369
|
+
checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
|
|
370
|
+
|
|
371
|
+
[[package]]
|
|
372
|
+
name = "dyn-hash"
|
|
373
|
+
version = "0.2.2"
|
|
374
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
375
|
+
checksum = "15401da73a9ed8c80e3b2d4dc05fe10e7b72d7243b9f614e516a44fa99986e88"
|
|
376
|
+
|
|
377
|
+
[[package]]
|
|
378
|
+
name = "either"
|
|
379
|
+
version = "1.15.0"
|
|
380
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
381
|
+
checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
|
|
382
|
+
|
|
383
|
+
[[package]]
|
|
384
|
+
name = "errno"
|
|
385
|
+
version = "0.3.14"
|
|
386
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
387
|
+
checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
|
|
388
|
+
dependencies = [
|
|
389
|
+
"libc",
|
|
390
|
+
"windows-sys",
|
|
391
|
+
]
|
|
392
|
+
|
|
393
|
+
[[package]]
|
|
394
|
+
name = "fastrand"
|
|
395
|
+
version = "2.3.0"
|
|
396
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
397
|
+
checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
|
|
398
|
+
|
|
399
|
+
[[package]]
|
|
400
|
+
name = "filetime"
|
|
401
|
+
version = "0.2.27"
|
|
402
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
403
|
+
checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db"
|
|
404
|
+
dependencies = [
|
|
405
|
+
"cfg-if",
|
|
406
|
+
"libc",
|
|
407
|
+
"libredox",
|
|
408
|
+
]
|
|
409
|
+
|
|
410
|
+
[[package]]
|
|
411
|
+
name = "find-msvc-tools"
|
|
412
|
+
version = "0.1.9"
|
|
413
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
414
|
+
checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582"
|
|
415
|
+
|
|
416
|
+
[[package]]
|
|
417
|
+
name = "flate2"
|
|
418
|
+
version = "1.1.9"
|
|
419
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
420
|
+
checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c"
|
|
421
|
+
dependencies = [
|
|
422
|
+
"crc32fast",
|
|
423
|
+
"miniz_oxide",
|
|
424
|
+
]
|
|
425
|
+
|
|
426
|
+
[[package]]
|
|
427
|
+
name = "foreign-types"
|
|
428
|
+
version = "0.3.2"
|
|
429
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
430
|
+
checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
|
|
431
|
+
dependencies = [
|
|
432
|
+
"foreign-types-shared",
|
|
433
|
+
]
|
|
434
|
+
|
|
435
|
+
[[package]]
|
|
436
|
+
name = "foreign-types-shared"
|
|
437
|
+
version = "0.1.1"
|
|
438
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
439
|
+
checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
|
|
440
|
+
|
|
441
|
+
[[package]]
|
|
442
|
+
name = "generic-array"
|
|
443
|
+
version = "0.14.7"
|
|
444
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
445
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
446
|
+
dependencies = [
|
|
447
|
+
"typenum",
|
|
448
|
+
"version_check",
|
|
449
|
+
]
|
|
450
|
+
|
|
451
|
+
[[package]]
|
|
452
|
+
name = "getrandom"
|
|
453
|
+
version = "0.2.17"
|
|
454
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
455
|
+
checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0"
|
|
456
|
+
dependencies = [
|
|
457
|
+
"cfg-if",
|
|
458
|
+
"js-sys",
|
|
459
|
+
"libc",
|
|
460
|
+
"wasi",
|
|
461
|
+
"wasm-bindgen",
|
|
462
|
+
]
|
|
463
|
+
|
|
464
|
+
[[package]]
|
|
465
|
+
name = "getrandom"
|
|
466
|
+
version = "0.3.4"
|
|
467
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
468
|
+
checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
|
|
469
|
+
dependencies = [
|
|
470
|
+
"cfg-if",
|
|
471
|
+
"js-sys",
|
|
472
|
+
"libc",
|
|
473
|
+
"r-efi",
|
|
474
|
+
"wasip2",
|
|
475
|
+
"wasm-bindgen",
|
|
476
|
+
]
|
|
477
|
+
|
|
478
|
+
[[package]]
|
|
479
|
+
name = "half"
|
|
480
|
+
version = "2.7.1"
|
|
481
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
482
|
+
checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
|
|
483
|
+
dependencies = [
|
|
484
|
+
"cfg-if",
|
|
485
|
+
"crunchy",
|
|
486
|
+
"num-traits",
|
|
487
|
+
"zerocopy",
|
|
488
|
+
]
|
|
489
|
+
|
|
490
|
+
[[package]]
|
|
491
|
+
name = "hashbrown"
|
|
492
|
+
version = "0.14.5"
|
|
493
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
494
|
+
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
495
|
+
dependencies = [
|
|
496
|
+
"ahash",
|
|
497
|
+
]
|
|
498
|
+
|
|
499
|
+
[[package]]
|
|
500
|
+
name = "heck"
|
|
501
|
+
version = "0.5.0"
|
|
502
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
503
|
+
checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
|
|
504
|
+
|
|
505
|
+
[[package]]
|
|
506
|
+
name = "hermit-abi"
|
|
507
|
+
version = "0.5.2"
|
|
508
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
509
|
+
checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
|
|
510
|
+
|
|
511
|
+
[[package]]
|
|
512
|
+
name = "hexchess-engine"
|
|
513
|
+
version = "0.0.1"
|
|
514
|
+
dependencies = [
|
|
515
|
+
"criterion",
|
|
516
|
+
"ndarray 0.16.1",
|
|
517
|
+
"ort",
|
|
518
|
+
"rand 0.9.2",
|
|
519
|
+
"tract-onnx",
|
|
520
|
+
]
|
|
521
|
+
|
|
522
|
+
[[package]]
|
|
523
|
+
name = "hexchess-python"
|
|
524
|
+
version = "0.0.1"
|
|
525
|
+
dependencies = [
|
|
526
|
+
"hexchess-engine",
|
|
527
|
+
"numpy",
|
|
528
|
+
"pyo3",
|
|
529
|
+
]
|
|
530
|
+
|
|
531
|
+
[[package]]
|
|
532
|
+
name = "hexchess-wasm"
|
|
533
|
+
version = "0.0.1"
|
|
534
|
+
dependencies = [
|
|
535
|
+
"getrandom 0.2.17",
|
|
536
|
+
"getrandom 0.3.4",
|
|
537
|
+
"hexchess-engine",
|
|
538
|
+
"js-sys",
|
|
539
|
+
"serde",
|
|
540
|
+
"serde-wasm-bindgen",
|
|
541
|
+
"wasm-bindgen",
|
|
542
|
+
]
|
|
543
|
+
|
|
544
|
+
[[package]]
|
|
545
|
+
name = "hmac-sha256"
|
|
546
|
+
version = "1.1.14"
|
|
547
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
548
|
+
checksum = "ec9d92d097f4749b64e8cc33d924d9f40a2d4eb91402b458014b781f5733d60f"
|
|
549
|
+
|
|
550
|
+
[[package]]
|
|
551
|
+
name = "http"
|
|
552
|
+
version = "1.4.0"
|
|
553
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
554
|
+
checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a"
|
|
555
|
+
dependencies = [
|
|
556
|
+
"bytes",
|
|
557
|
+
"itoa",
|
|
558
|
+
]
|
|
559
|
+
|
|
560
|
+
[[package]]
|
|
561
|
+
name = "httparse"
|
|
562
|
+
version = "1.10.1"
|
|
563
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
564
|
+
checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
|
|
565
|
+
|
|
566
|
+
[[package]]
|
|
567
|
+
name = "indoc"
|
|
568
|
+
version = "2.0.7"
|
|
569
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
570
|
+
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
571
|
+
dependencies = [
|
|
572
|
+
"rustversion",
|
|
573
|
+
]
|
|
574
|
+
|
|
575
|
+
[[package]]
|
|
576
|
+
name = "is-terminal"
|
|
577
|
+
version = "0.4.17"
|
|
578
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
579
|
+
checksum = "3640c1c38b8e4e43584d8df18be5fc6b0aa314ce6ebf51b53313d4306cca8e46"
|
|
580
|
+
dependencies = [
|
|
581
|
+
"hermit-abi",
|
|
582
|
+
"libc",
|
|
583
|
+
"windows-sys",
|
|
584
|
+
]
|
|
585
|
+
|
|
586
|
+
[[package]]
|
|
587
|
+
name = "itertools"
|
|
588
|
+
version = "0.10.5"
|
|
589
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
590
|
+
checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
|
|
591
|
+
dependencies = [
|
|
592
|
+
"either",
|
|
593
|
+
]
|
|
594
|
+
|
|
595
|
+
[[package]]
|
|
596
|
+
name = "itertools"
|
|
597
|
+
version = "0.12.1"
|
|
598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
599
|
+
checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
|
|
600
|
+
dependencies = [
|
|
601
|
+
"either",
|
|
602
|
+
]
|
|
603
|
+
|
|
604
|
+
[[package]]
|
|
605
|
+
name = "itertools"
|
|
606
|
+
version = "0.13.0"
|
|
607
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
608
|
+
checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186"
|
|
609
|
+
dependencies = [
|
|
610
|
+
"either",
|
|
611
|
+
]
|
|
612
|
+
|
|
613
|
+
[[package]]
|
|
614
|
+
name = "itoa"
|
|
615
|
+
version = "1.0.18"
|
|
616
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
617
|
+
checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
618
|
+
|
|
619
|
+
[[package]]
|
|
620
|
+
name = "js-sys"
|
|
621
|
+
version = "0.3.92"
|
|
622
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
623
|
+
checksum = "cc4c90f45aa2e6eacbe8645f77fdea542ac97a494bcd117a67df9ff4d611f995"
|
|
624
|
+
dependencies = [
|
|
625
|
+
"once_cell",
|
|
626
|
+
"wasm-bindgen",
|
|
627
|
+
]
|
|
628
|
+
|
|
629
|
+
[[package]]
|
|
630
|
+
name = "kstring"
|
|
631
|
+
version = "2.0.2"
|
|
632
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
633
|
+
checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1"
|
|
634
|
+
dependencies = [
|
|
635
|
+
"serde",
|
|
636
|
+
"static_assertions",
|
|
637
|
+
]
|
|
638
|
+
|
|
639
|
+
[[package]]
|
|
640
|
+
name = "lazy_static"
|
|
641
|
+
version = "1.5.0"
|
|
642
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
643
|
+
checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
644
|
+
|
|
645
|
+
[[package]]
|
|
646
|
+
name = "libc"
|
|
647
|
+
version = "0.2.183"
|
|
648
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
649
|
+
checksum = "b5b646652bf6661599e1da8901b3b9522896f01e736bad5f723fe7a3a27f899d"
|
|
650
|
+
|
|
651
|
+
[[package]]
|
|
652
|
+
name = "libm"
|
|
653
|
+
version = "0.2.16"
|
|
654
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
655
|
+
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
656
|
+
|
|
657
|
+
[[package]]
|
|
658
|
+
name = "libredox"
|
|
659
|
+
version = "0.1.15"
|
|
660
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
661
|
+
checksum = "7ddbf48fd451246b1f8c2610bd3b4ac0cc6e149d89832867093ab69a17194f08"
|
|
662
|
+
dependencies = [
|
|
663
|
+
"bitflags",
|
|
664
|
+
"libc",
|
|
665
|
+
"plain",
|
|
666
|
+
"redox_syscall 0.7.3",
|
|
667
|
+
]
|
|
668
|
+
|
|
669
|
+
[[package]]
|
|
670
|
+
name = "linux-raw-sys"
|
|
671
|
+
version = "0.12.1"
|
|
672
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
673
|
+
checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53"
|
|
674
|
+
|
|
675
|
+
[[package]]
|
|
676
|
+
name = "liquid"
|
|
677
|
+
version = "0.26.8"
|
|
678
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
679
|
+
checksum = "4e9338405fdbc0bce9b01695b2a2ef6b20eca5363f385d47bce48ddf8323cc25"
|
|
680
|
+
dependencies = [
|
|
681
|
+
"doc-comment",
|
|
682
|
+
"liquid-core",
|
|
683
|
+
"liquid-derive",
|
|
684
|
+
"liquid-lib",
|
|
685
|
+
"serde",
|
|
686
|
+
]
|
|
687
|
+
|
|
688
|
+
[[package]]
|
|
689
|
+
name = "liquid-core"
|
|
690
|
+
version = "0.26.8"
|
|
691
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
692
|
+
checksum = "feb8fed70857010ed9016ed2ce5a7f34e7cc51d5d7255c9c9dc2e3243e490b42"
|
|
693
|
+
dependencies = [
|
|
694
|
+
"anymap2",
|
|
695
|
+
"itertools 0.13.0",
|
|
696
|
+
"kstring",
|
|
697
|
+
"liquid-derive",
|
|
698
|
+
"num-traits",
|
|
699
|
+
"pest",
|
|
700
|
+
"pest_derive",
|
|
701
|
+
"regex",
|
|
702
|
+
"serde",
|
|
703
|
+
"time",
|
|
704
|
+
]
|
|
705
|
+
|
|
706
|
+
[[package]]
|
|
707
|
+
name = "liquid-derive"
|
|
708
|
+
version = "0.26.8"
|
|
709
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
710
|
+
checksum = "3b51f1d220e3fa869e24cfd75915efe3164bd09bb11b3165db3f37f57bf673e3"
|
|
711
|
+
dependencies = [
|
|
712
|
+
"proc-macro2",
|
|
713
|
+
"quote",
|
|
714
|
+
"syn 2.0.117",
|
|
715
|
+
]
|
|
716
|
+
|
|
717
|
+
[[package]]
|
|
718
|
+
name = "liquid-lib"
|
|
719
|
+
version = "0.26.8"
|
|
720
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
721
|
+
checksum = "ee1794b5605e9f8864a8a4f41aa97976b42512cc81093f8c885d29fb94c6c556"
|
|
722
|
+
dependencies = [
|
|
723
|
+
"itertools 0.13.0",
|
|
724
|
+
"liquid-core",
|
|
725
|
+
"once_cell",
|
|
726
|
+
"percent-encoding",
|
|
727
|
+
"regex",
|
|
728
|
+
"time",
|
|
729
|
+
"unicode-segmentation",
|
|
730
|
+
]
|
|
731
|
+
|
|
732
|
+
[[package]]
|
|
733
|
+
name = "lock_api"
|
|
734
|
+
version = "0.4.14"
|
|
735
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
736
|
+
checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
|
|
737
|
+
dependencies = [
|
|
738
|
+
"scopeguard",
|
|
739
|
+
]
|
|
740
|
+
|
|
741
|
+
[[package]]
|
|
742
|
+
name = "log"
|
|
743
|
+
version = "0.4.29"
|
|
744
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
745
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
746
|
+
|
|
747
|
+
[[package]]
|
|
748
|
+
name = "lzma-rust2"
|
|
749
|
+
version = "0.15.7"
|
|
750
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
751
|
+
checksum = "1670343e58806300d87950e3401e820b519b9384281bbabfb15e3636689ffd69"
|
|
752
|
+
|
|
753
|
+
[[package]]
|
|
754
|
+
name = "maplit"
|
|
755
|
+
version = "1.0.2"
|
|
756
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
757
|
+
checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
|
|
758
|
+
|
|
759
|
+
[[package]]
|
|
760
|
+
name = "matrixmultiply"
|
|
761
|
+
version = "0.3.10"
|
|
762
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
763
|
+
checksum = "a06de3016e9fae57a36fd14dba131fccf49f74b40b7fbdb472f96e361ec71a08"
|
|
764
|
+
dependencies = [
|
|
765
|
+
"autocfg",
|
|
766
|
+
"rawpointer",
|
|
767
|
+
]
|
|
768
|
+
|
|
769
|
+
[[package]]
|
|
770
|
+
name = "memchr"
|
|
771
|
+
version = "2.8.0"
|
|
772
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
773
|
+
checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
|
|
774
|
+
|
|
775
|
+
[[package]]
|
|
776
|
+
name = "memmap2"
|
|
777
|
+
version = "0.9.10"
|
|
778
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
779
|
+
checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
|
|
780
|
+
dependencies = [
|
|
781
|
+
"libc",
|
|
782
|
+
]
|
|
783
|
+
|
|
784
|
+
[[package]]
|
|
785
|
+
name = "memoffset"
|
|
786
|
+
version = "0.9.1"
|
|
787
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
788
|
+
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
789
|
+
dependencies = [
|
|
790
|
+
"autocfg",
|
|
791
|
+
]
|
|
792
|
+
|
|
793
|
+
[[package]]
|
|
794
|
+
name = "minimal-lexical"
|
|
795
|
+
version = "0.2.1"
|
|
796
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
797
|
+
checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
|
|
798
|
+
|
|
799
|
+
[[package]]
|
|
800
|
+
name = "miniz_oxide"
|
|
801
|
+
version = "0.8.9"
|
|
802
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
803
|
+
checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
|
|
804
|
+
dependencies = [
|
|
805
|
+
"adler2",
|
|
806
|
+
"simd-adler32",
|
|
807
|
+
]
|
|
808
|
+
|
|
809
|
+
[[package]]
|
|
810
|
+
name = "native-tls"
|
|
811
|
+
version = "0.2.18"
|
|
812
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
813
|
+
checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
|
|
814
|
+
dependencies = [
|
|
815
|
+
"libc",
|
|
816
|
+
"log",
|
|
817
|
+
"openssl",
|
|
818
|
+
"openssl-probe",
|
|
819
|
+
"openssl-sys",
|
|
820
|
+
"schannel",
|
|
821
|
+
"security-framework",
|
|
822
|
+
"security-framework-sys",
|
|
823
|
+
"tempfile",
|
|
824
|
+
]
|
|
825
|
+
|
|
826
|
+
[[package]]
|
|
827
|
+
name = "ndarray"
|
|
828
|
+
version = "0.16.1"
|
|
829
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
830
|
+
checksum = "882ed72dce9365842bf196bdeedf5055305f11fc8c03dee7bb0194a6cad34841"
|
|
831
|
+
dependencies = [
|
|
832
|
+
"matrixmultiply",
|
|
833
|
+
"num-complex",
|
|
834
|
+
"num-integer",
|
|
835
|
+
"num-traits",
|
|
836
|
+
"portable-atomic",
|
|
837
|
+
"portable-atomic-util",
|
|
838
|
+
"rawpointer",
|
|
839
|
+
]
|
|
840
|
+
|
|
841
|
+
[[package]]
|
|
842
|
+
name = "ndarray"
|
|
843
|
+
version = "0.17.2"
|
|
844
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
845
|
+
checksum = "520080814a7a6b4a6e9070823bb24b4531daac8c4627e08ba5de8c5ef2f2752d"
|
|
846
|
+
dependencies = [
|
|
847
|
+
"matrixmultiply",
|
|
848
|
+
"num-complex",
|
|
849
|
+
"num-integer",
|
|
850
|
+
"num-traits",
|
|
851
|
+
"portable-atomic",
|
|
852
|
+
"portable-atomic-util",
|
|
853
|
+
"rawpointer",
|
|
854
|
+
]
|
|
855
|
+
|
|
856
|
+
[[package]]
|
|
857
|
+
name = "nom"
|
|
858
|
+
version = "7.1.3"
|
|
859
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
860
|
+
checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
|
|
861
|
+
dependencies = [
|
|
862
|
+
"memchr",
|
|
863
|
+
"minimal-lexical",
|
|
864
|
+
]
|
|
865
|
+
|
|
866
|
+
[[package]]
|
|
867
|
+
name = "num-complex"
|
|
868
|
+
version = "0.4.6"
|
|
869
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
870
|
+
checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
|
|
871
|
+
dependencies = [
|
|
872
|
+
"num-traits",
|
|
873
|
+
]
|
|
874
|
+
|
|
875
|
+
[[package]]
|
|
876
|
+
name = "num-conv"
|
|
877
|
+
version = "0.2.1"
|
|
878
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
879
|
+
checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967"
|
|
880
|
+
|
|
881
|
+
[[package]]
|
|
882
|
+
name = "num-integer"
|
|
883
|
+
version = "0.1.46"
|
|
884
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
885
|
+
checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
|
|
886
|
+
dependencies = [
|
|
887
|
+
"num-traits",
|
|
888
|
+
]
|
|
889
|
+
|
|
890
|
+
[[package]]
|
|
891
|
+
name = "num-traits"
|
|
892
|
+
version = "0.2.19"
|
|
893
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
894
|
+
checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
|
|
895
|
+
dependencies = [
|
|
896
|
+
"autocfg",
|
|
897
|
+
"libm",
|
|
898
|
+
]
|
|
899
|
+
|
|
900
|
+
[[package]]
|
|
901
|
+
name = "numpy"
|
|
902
|
+
version = "0.24.0"
|
|
903
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
904
|
+
checksum = "a7cfbf3f0feededcaa4d289fe3079b03659e85c5b5a177f4ba6fb01ab4fb3e39"
|
|
905
|
+
dependencies = [
|
|
906
|
+
"libc",
|
|
907
|
+
"ndarray 0.16.1",
|
|
908
|
+
"num-complex",
|
|
909
|
+
"num-integer",
|
|
910
|
+
"num-traits",
|
|
911
|
+
"pyo3",
|
|
912
|
+
"pyo3-build-config",
|
|
913
|
+
"rustc-hash",
|
|
914
|
+
]
|
|
915
|
+
|
|
916
|
+
[[package]]
|
|
917
|
+
name = "once_cell"
|
|
918
|
+
version = "1.21.4"
|
|
919
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
920
|
+
checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
|
|
921
|
+
|
|
922
|
+
[[package]]
|
|
923
|
+
name = "oorandom"
|
|
924
|
+
version = "11.1.5"
|
|
925
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
926
|
+
checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
|
|
927
|
+
|
|
928
|
+
[[package]]
|
|
929
|
+
name = "openssl"
|
|
930
|
+
version = "0.10.76"
|
|
931
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
932
|
+
checksum = "951c002c75e16ea2c65b8c7e4d3d51d5530d8dfa7d060b4776828c88cfb18ecf"
|
|
933
|
+
dependencies = [
|
|
934
|
+
"bitflags",
|
|
935
|
+
"cfg-if",
|
|
936
|
+
"foreign-types",
|
|
937
|
+
"libc",
|
|
938
|
+
"once_cell",
|
|
939
|
+
"openssl-macros",
|
|
940
|
+
"openssl-sys",
|
|
941
|
+
]
|
|
942
|
+
|
|
943
|
+
[[package]]
|
|
944
|
+
name = "openssl-macros"
|
|
945
|
+
version = "0.1.1"
|
|
946
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
947
|
+
checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
|
|
948
|
+
dependencies = [
|
|
949
|
+
"proc-macro2",
|
|
950
|
+
"quote",
|
|
951
|
+
"syn 2.0.117",
|
|
952
|
+
]
|
|
953
|
+
|
|
954
|
+
[[package]]
|
|
955
|
+
name = "openssl-probe"
|
|
956
|
+
version = "0.2.1"
|
|
957
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
958
|
+
checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
|
|
959
|
+
|
|
960
|
+
[[package]]
|
|
961
|
+
name = "openssl-sys"
|
|
962
|
+
version = "0.9.112"
|
|
963
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
964
|
+
checksum = "57d55af3b3e226502be1526dfdba67ab0e9c96fc293004e79576b2b9edb0dbdb"
|
|
965
|
+
dependencies = [
|
|
966
|
+
"cc",
|
|
967
|
+
"libc",
|
|
968
|
+
"pkg-config",
|
|
969
|
+
"vcpkg",
|
|
970
|
+
]
|
|
971
|
+
|
|
972
|
+
[[package]]
|
|
973
|
+
name = "ort"
|
|
974
|
+
version = "2.0.0-rc.12"
|
|
975
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
976
|
+
checksum = "d7de3af33d24a745ffb8fab904b13478438d1cd52868e6f17735ef6e1f8bf133"
|
|
977
|
+
dependencies = [
|
|
978
|
+
"ndarray 0.17.2",
|
|
979
|
+
"ort-sys",
|
|
980
|
+
"smallvec",
|
|
981
|
+
"tracing",
|
|
982
|
+
"ureq",
|
|
983
|
+
]
|
|
984
|
+
|
|
985
|
+
[[package]]
|
|
986
|
+
name = "ort-sys"
|
|
987
|
+
version = "2.0.0-rc.12"
|
|
988
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
989
|
+
checksum = "d7b497d21a8b6fbb4b5a544f8fadb77e801a09ae0add9e411d31c6f89e3c1e90"
|
|
990
|
+
dependencies = [
|
|
991
|
+
"hmac-sha256",
|
|
992
|
+
"lzma-rust2",
|
|
993
|
+
"ureq",
|
|
994
|
+
]
|
|
995
|
+
|
|
996
|
+
[[package]]
|
|
997
|
+
name = "parking_lot"
|
|
998
|
+
version = "0.12.5"
|
|
999
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1000
|
+
checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
|
|
1001
|
+
dependencies = [
|
|
1002
|
+
"lock_api",
|
|
1003
|
+
"parking_lot_core",
|
|
1004
|
+
]
|
|
1005
|
+
|
|
1006
|
+
[[package]]
|
|
1007
|
+
name = "parking_lot_core"
|
|
1008
|
+
version = "0.9.12"
|
|
1009
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1010
|
+
checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
|
|
1011
|
+
dependencies = [
|
|
1012
|
+
"cfg-if",
|
|
1013
|
+
"libc",
|
|
1014
|
+
"redox_syscall 0.5.18",
|
|
1015
|
+
"smallvec",
|
|
1016
|
+
"windows-link",
|
|
1017
|
+
]
|
|
1018
|
+
|
|
1019
|
+
[[package]]
|
|
1020
|
+
name = "paste"
|
|
1021
|
+
version = "1.0.15"
|
|
1022
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1023
|
+
checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
|
|
1024
|
+
|
|
1025
|
+
[[package]]
|
|
1026
|
+
name = "pem-rfc7468"
|
|
1027
|
+
version = "1.0.0"
|
|
1028
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1029
|
+
checksum = "a6305423e0e7738146434843d1694d621cce767262b2a86910beab705e4493d9"
|
|
1030
|
+
dependencies = [
|
|
1031
|
+
"base64ct",
|
|
1032
|
+
]
|
|
1033
|
+
|
|
1034
|
+
[[package]]
|
|
1035
|
+
name = "percent-encoding"
|
|
1036
|
+
version = "2.3.2"
|
|
1037
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1038
|
+
checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
|
|
1039
|
+
|
|
1040
|
+
[[package]]
|
|
1041
|
+
name = "pest"
|
|
1042
|
+
version = "2.8.6"
|
|
1043
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1044
|
+
checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662"
|
|
1045
|
+
dependencies = [
|
|
1046
|
+
"memchr",
|
|
1047
|
+
"ucd-trie",
|
|
1048
|
+
]
|
|
1049
|
+
|
|
1050
|
+
[[package]]
|
|
1051
|
+
name = "pest_derive"
|
|
1052
|
+
version = "2.8.6"
|
|
1053
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1054
|
+
checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77"
|
|
1055
|
+
dependencies = [
|
|
1056
|
+
"pest",
|
|
1057
|
+
"pest_generator",
|
|
1058
|
+
]
|
|
1059
|
+
|
|
1060
|
+
[[package]]
|
|
1061
|
+
name = "pest_generator"
|
|
1062
|
+
version = "2.8.6"
|
|
1063
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1064
|
+
checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f"
|
|
1065
|
+
dependencies = [
|
|
1066
|
+
"pest",
|
|
1067
|
+
"pest_meta",
|
|
1068
|
+
"proc-macro2",
|
|
1069
|
+
"quote",
|
|
1070
|
+
"syn 2.0.117",
|
|
1071
|
+
]
|
|
1072
|
+
|
|
1073
|
+
[[package]]
|
|
1074
|
+
name = "pest_meta"
|
|
1075
|
+
version = "2.8.6"
|
|
1076
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1077
|
+
checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220"
|
|
1078
|
+
dependencies = [
|
|
1079
|
+
"pest",
|
|
1080
|
+
"sha2",
|
|
1081
|
+
]
|
|
1082
|
+
|
|
1083
|
+
[[package]]
|
|
1084
|
+
name = "pin-project-lite"
|
|
1085
|
+
version = "0.2.17"
|
|
1086
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1087
|
+
checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd"
|
|
1088
|
+
|
|
1089
|
+
[[package]]
|
|
1090
|
+
name = "pkg-config"
|
|
1091
|
+
version = "0.3.32"
|
|
1092
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1093
|
+
checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
|
|
1094
|
+
|
|
1095
|
+
[[package]]
|
|
1096
|
+
name = "plain"
|
|
1097
|
+
version = "0.2.3"
|
|
1098
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1099
|
+
checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
|
|
1100
|
+
|
|
1101
|
+
[[package]]
|
|
1102
|
+
name = "plotters"
|
|
1103
|
+
version = "0.3.7"
|
|
1104
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1105
|
+
checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
|
|
1106
|
+
dependencies = [
|
|
1107
|
+
"num-traits",
|
|
1108
|
+
"plotters-backend",
|
|
1109
|
+
"plotters-svg",
|
|
1110
|
+
"wasm-bindgen",
|
|
1111
|
+
"web-sys",
|
|
1112
|
+
]
|
|
1113
|
+
|
|
1114
|
+
[[package]]
|
|
1115
|
+
name = "plotters-backend"
|
|
1116
|
+
version = "0.3.7"
|
|
1117
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1118
|
+
checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
|
|
1119
|
+
|
|
1120
|
+
[[package]]
|
|
1121
|
+
name = "plotters-svg"
|
|
1122
|
+
version = "0.3.7"
|
|
1123
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1124
|
+
checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
|
|
1125
|
+
dependencies = [
|
|
1126
|
+
"plotters-backend",
|
|
1127
|
+
]
|
|
1128
|
+
|
|
1129
|
+
[[package]]
|
|
1130
|
+
name = "portable-atomic"
|
|
1131
|
+
version = "1.13.1"
|
|
1132
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1133
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
1134
|
+
|
|
1135
|
+
[[package]]
|
|
1136
|
+
name = "portable-atomic-util"
|
|
1137
|
+
version = "0.2.6"
|
|
1138
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1139
|
+
checksum = "091397be61a01d4be58e7841595bd4bfedb15f1cd54977d79b8271e94ed799a3"
|
|
1140
|
+
dependencies = [
|
|
1141
|
+
"portable-atomic",
|
|
1142
|
+
]
|
|
1143
|
+
|
|
1144
|
+
[[package]]
|
|
1145
|
+
name = "powerfmt"
|
|
1146
|
+
version = "0.2.0"
|
|
1147
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1148
|
+
checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
|
|
1149
|
+
|
|
1150
|
+
[[package]]
|
|
1151
|
+
name = "ppv-lite86"
|
|
1152
|
+
version = "0.2.21"
|
|
1153
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1154
|
+
checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
|
|
1155
|
+
dependencies = [
|
|
1156
|
+
"zerocopy",
|
|
1157
|
+
]
|
|
1158
|
+
|
|
1159
|
+
[[package]]
|
|
1160
|
+
name = "primal-check"
|
|
1161
|
+
version = "0.3.4"
|
|
1162
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1163
|
+
checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
|
|
1164
|
+
dependencies = [
|
|
1165
|
+
"num-integer",
|
|
1166
|
+
]
|
|
1167
|
+
|
|
1168
|
+
[[package]]
|
|
1169
|
+
name = "proc-macro2"
|
|
1170
|
+
version = "1.0.106"
|
|
1171
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1172
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
1173
|
+
dependencies = [
|
|
1174
|
+
"unicode-ident",
|
|
1175
|
+
]
|
|
1176
|
+
|
|
1177
|
+
[[package]]
|
|
1178
|
+
name = "prost"
|
|
1179
|
+
version = "0.11.9"
|
|
1180
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1181
|
+
checksum = "0b82eaa1d779e9a4bc1c3217db8ffbeabaae1dca241bf70183242128d48681cd"
|
|
1182
|
+
dependencies = [
|
|
1183
|
+
"bytes",
|
|
1184
|
+
"prost-derive",
|
|
1185
|
+
]
|
|
1186
|
+
|
|
1187
|
+
[[package]]
|
|
1188
|
+
name = "prost-derive"
|
|
1189
|
+
version = "0.11.9"
|
|
1190
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1191
|
+
checksum = "e5d2d8d10f3c6ded6da8b05b5fb3b8a5082514344d56c9f871412d29b4e075b4"
|
|
1192
|
+
dependencies = [
|
|
1193
|
+
"anyhow",
|
|
1194
|
+
"itertools 0.10.5",
|
|
1195
|
+
"proc-macro2",
|
|
1196
|
+
"quote",
|
|
1197
|
+
"syn 1.0.109",
|
|
1198
|
+
]
|
|
1199
|
+
|
|
1200
|
+
[[package]]
|
|
1201
|
+
name = "pyo3"
|
|
1202
|
+
version = "0.24.2"
|
|
1203
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1204
|
+
checksum = "e5203598f366b11a02b13aa20cab591229ff0a89fd121a308a5df751d5fc9219"
|
|
1205
|
+
dependencies = [
|
|
1206
|
+
"cfg-if",
|
|
1207
|
+
"indoc",
|
|
1208
|
+
"libc",
|
|
1209
|
+
"memoffset",
|
|
1210
|
+
"once_cell",
|
|
1211
|
+
"portable-atomic",
|
|
1212
|
+
"pyo3-build-config",
|
|
1213
|
+
"pyo3-ffi",
|
|
1214
|
+
"pyo3-macros",
|
|
1215
|
+
"unindent",
|
|
1216
|
+
]
|
|
1217
|
+
|
|
1218
|
+
[[package]]
|
|
1219
|
+
name = "pyo3-build-config"
|
|
1220
|
+
version = "0.24.2"
|
|
1221
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1222
|
+
checksum = "99636d423fa2ca130fa5acde3059308006d46f98caac629418e53f7ebb1e9999"
|
|
1223
|
+
dependencies = [
|
|
1224
|
+
"once_cell",
|
|
1225
|
+
"target-lexicon",
|
|
1226
|
+
]
|
|
1227
|
+
|
|
1228
|
+
[[package]]
|
|
1229
|
+
name = "pyo3-ffi"
|
|
1230
|
+
version = "0.24.2"
|
|
1231
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1232
|
+
checksum = "78f9cf92ba9c409279bc3305b5409d90db2d2c22392d443a87df3a1adad59e33"
|
|
1233
|
+
dependencies = [
|
|
1234
|
+
"libc",
|
|
1235
|
+
"pyo3-build-config",
|
|
1236
|
+
]
|
|
1237
|
+
|
|
1238
|
+
[[package]]
|
|
1239
|
+
name = "pyo3-macros"
|
|
1240
|
+
version = "0.24.2"
|
|
1241
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1242
|
+
checksum = "0b999cb1a6ce21f9a6b147dcf1be9ffedf02e0043aec74dc390f3007047cecd9"
|
|
1243
|
+
dependencies = [
|
|
1244
|
+
"proc-macro2",
|
|
1245
|
+
"pyo3-macros-backend",
|
|
1246
|
+
"quote",
|
|
1247
|
+
"syn 2.0.117",
|
|
1248
|
+
]
|
|
1249
|
+
|
|
1250
|
+
[[package]]
|
|
1251
|
+
name = "pyo3-macros-backend"
|
|
1252
|
+
version = "0.24.2"
|
|
1253
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1254
|
+
checksum = "822ece1c7e1012745607d5cf0bcb2874769f0f7cb34c4cde03b9358eb9ef911a"
|
|
1255
|
+
dependencies = [
|
|
1256
|
+
"heck",
|
|
1257
|
+
"proc-macro2",
|
|
1258
|
+
"pyo3-build-config",
|
|
1259
|
+
"quote",
|
|
1260
|
+
"syn 2.0.117",
|
|
1261
|
+
]
|
|
1262
|
+
|
|
1263
|
+
[[package]]
|
|
1264
|
+
name = "quote"
|
|
1265
|
+
version = "1.0.45"
|
|
1266
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1267
|
+
checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924"
|
|
1268
|
+
dependencies = [
|
|
1269
|
+
"proc-macro2",
|
|
1270
|
+
]
|
|
1271
|
+
|
|
1272
|
+
[[package]]
|
|
1273
|
+
name = "r-efi"
|
|
1274
|
+
version = "5.3.0"
|
|
1275
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1276
|
+
checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
|
|
1277
|
+
|
|
1278
|
+
[[package]]
|
|
1279
|
+
name = "rand"
|
|
1280
|
+
version = "0.8.5"
|
|
1281
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1282
|
+
checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
|
|
1283
|
+
dependencies = [
|
|
1284
|
+
"libc",
|
|
1285
|
+
"rand_chacha 0.3.1",
|
|
1286
|
+
"rand_core 0.6.4",
|
|
1287
|
+
]
|
|
1288
|
+
|
|
1289
|
+
[[package]]
|
|
1290
|
+
name = "rand"
|
|
1291
|
+
version = "0.9.2"
|
|
1292
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1293
|
+
checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
|
|
1294
|
+
dependencies = [
|
|
1295
|
+
"rand_chacha 0.9.0",
|
|
1296
|
+
"rand_core 0.9.5",
|
|
1297
|
+
]
|
|
1298
|
+
|
|
1299
|
+
[[package]]
|
|
1300
|
+
name = "rand_chacha"
|
|
1301
|
+
version = "0.3.1"
|
|
1302
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1303
|
+
checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
|
|
1304
|
+
dependencies = [
|
|
1305
|
+
"ppv-lite86",
|
|
1306
|
+
"rand_core 0.6.4",
|
|
1307
|
+
]
|
|
1308
|
+
|
|
1309
|
+
[[package]]
|
|
1310
|
+
name = "rand_chacha"
|
|
1311
|
+
version = "0.9.0"
|
|
1312
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1313
|
+
checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
|
|
1314
|
+
dependencies = [
|
|
1315
|
+
"ppv-lite86",
|
|
1316
|
+
"rand_core 0.9.5",
|
|
1317
|
+
]
|
|
1318
|
+
|
|
1319
|
+
[[package]]
|
|
1320
|
+
name = "rand_core"
|
|
1321
|
+
version = "0.6.4"
|
|
1322
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1323
|
+
checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
|
|
1324
|
+
dependencies = [
|
|
1325
|
+
"getrandom 0.2.17",
|
|
1326
|
+
]
|
|
1327
|
+
|
|
1328
|
+
[[package]]
|
|
1329
|
+
name = "rand_core"
|
|
1330
|
+
version = "0.9.5"
|
|
1331
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1332
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
1333
|
+
dependencies = [
|
|
1334
|
+
"getrandom 0.3.4",
|
|
1335
|
+
]
|
|
1336
|
+
|
|
1337
|
+
[[package]]
|
|
1338
|
+
name = "rand_distr"
|
|
1339
|
+
version = "0.4.3"
|
|
1340
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1341
|
+
checksum = "32cb0b9bc82b0a0876c2dd994a7e7a2683d3e7390ca40e6886785ef0c7e3ee31"
|
|
1342
|
+
dependencies = [
|
|
1343
|
+
"num-traits",
|
|
1344
|
+
"rand 0.8.5",
|
|
1345
|
+
]
|
|
1346
|
+
|
|
1347
|
+
[[package]]
|
|
1348
|
+
name = "rawpointer"
|
|
1349
|
+
version = "0.2.1"
|
|
1350
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1351
|
+
checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
|
|
1352
|
+
|
|
1353
|
+
[[package]]
|
|
1354
|
+
name = "rayon"
|
|
1355
|
+
version = "1.11.0"
|
|
1356
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1357
|
+
checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
|
|
1358
|
+
dependencies = [
|
|
1359
|
+
"either",
|
|
1360
|
+
"rayon-core",
|
|
1361
|
+
]
|
|
1362
|
+
|
|
1363
|
+
[[package]]
|
|
1364
|
+
name = "rayon-core"
|
|
1365
|
+
version = "1.13.0"
|
|
1366
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1367
|
+
checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
|
|
1368
|
+
dependencies = [
|
|
1369
|
+
"crossbeam-deque",
|
|
1370
|
+
"crossbeam-utils",
|
|
1371
|
+
]
|
|
1372
|
+
|
|
1373
|
+
[[package]]
|
|
1374
|
+
name = "redox_syscall"
|
|
1375
|
+
version = "0.5.18"
|
|
1376
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1377
|
+
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
1378
|
+
dependencies = [
|
|
1379
|
+
"bitflags",
|
|
1380
|
+
]
|
|
1381
|
+
|
|
1382
|
+
[[package]]
|
|
1383
|
+
name = "redox_syscall"
|
|
1384
|
+
version = "0.7.3"
|
|
1385
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1386
|
+
checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16"
|
|
1387
|
+
dependencies = [
|
|
1388
|
+
"bitflags",
|
|
1389
|
+
]
|
|
1390
|
+
|
|
1391
|
+
[[package]]
|
|
1392
|
+
name = "regex"
|
|
1393
|
+
version = "1.12.3"
|
|
1394
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1395
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
1396
|
+
dependencies = [
|
|
1397
|
+
"aho-corasick",
|
|
1398
|
+
"memchr",
|
|
1399
|
+
"regex-automata",
|
|
1400
|
+
"regex-syntax",
|
|
1401
|
+
]
|
|
1402
|
+
|
|
1403
|
+
[[package]]
|
|
1404
|
+
name = "regex-automata"
|
|
1405
|
+
version = "0.4.14"
|
|
1406
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1407
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
1408
|
+
dependencies = [
|
|
1409
|
+
"aho-corasick",
|
|
1410
|
+
"memchr",
|
|
1411
|
+
"regex-syntax",
|
|
1412
|
+
]
|
|
1413
|
+
|
|
1414
|
+
[[package]]
|
|
1415
|
+
name = "regex-syntax"
|
|
1416
|
+
version = "0.8.10"
|
|
1417
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1418
|
+
checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a"
|
|
1419
|
+
|
|
1420
|
+
[[package]]
|
|
1421
|
+
name = "rustc-hash"
|
|
1422
|
+
version = "2.1.2"
|
|
1423
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1424
|
+
checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe"
|
|
1425
|
+
|
|
1426
|
+
[[package]]
|
|
1427
|
+
name = "rustfft"
|
|
1428
|
+
version = "6.4.1"
|
|
1429
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1430
|
+
checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
|
|
1431
|
+
dependencies = [
|
|
1432
|
+
"num-complex",
|
|
1433
|
+
"num-integer",
|
|
1434
|
+
"num-traits",
|
|
1435
|
+
"primal-check",
|
|
1436
|
+
"strength_reduce",
|
|
1437
|
+
"transpose",
|
|
1438
|
+
]
|
|
1439
|
+
|
|
1440
|
+
[[package]]
|
|
1441
|
+
name = "rustix"
|
|
1442
|
+
version = "1.1.4"
|
|
1443
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1444
|
+
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
1445
|
+
dependencies = [
|
|
1446
|
+
"bitflags",
|
|
1447
|
+
"errno",
|
|
1448
|
+
"libc",
|
|
1449
|
+
"linux-raw-sys",
|
|
1450
|
+
"windows-sys",
|
|
1451
|
+
]
|
|
1452
|
+
|
|
1453
|
+
[[package]]
|
|
1454
|
+
name = "rustls-pki-types"
|
|
1455
|
+
version = "1.14.0"
|
|
1456
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1457
|
+
checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd"
|
|
1458
|
+
dependencies = [
|
|
1459
|
+
"zeroize",
|
|
1460
|
+
]
|
|
1461
|
+
|
|
1462
|
+
[[package]]
|
|
1463
|
+
name = "rustversion"
|
|
1464
|
+
version = "1.0.22"
|
|
1465
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1466
|
+
checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
|
|
1467
|
+
|
|
1468
|
+
[[package]]
|
|
1469
|
+
name = "same-file"
|
|
1470
|
+
version = "1.0.6"
|
|
1471
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1472
|
+
checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
|
|
1473
|
+
dependencies = [
|
|
1474
|
+
"winapi-util",
|
|
1475
|
+
]
|
|
1476
|
+
|
|
1477
|
+
[[package]]
|
|
1478
|
+
name = "scan_fmt"
|
|
1479
|
+
version = "0.2.6"
|
|
1480
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1481
|
+
checksum = "0b53b0a5db882a8e2fdaae0a43f7b39e7e9082389e978398bdf223a55b581248"
|
|
1482
|
+
dependencies = [
|
|
1483
|
+
"regex",
|
|
1484
|
+
]
|
|
1485
|
+
|
|
1486
|
+
[[package]]
|
|
1487
|
+
name = "schannel"
|
|
1488
|
+
version = "0.1.29"
|
|
1489
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1490
|
+
checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
|
|
1491
|
+
dependencies = [
|
|
1492
|
+
"windows-sys",
|
|
1493
|
+
]
|
|
1494
|
+
|
|
1495
|
+
[[package]]
|
|
1496
|
+
name = "scopeguard"
|
|
1497
|
+
version = "1.2.0"
|
|
1498
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1499
|
+
checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
|
|
1500
|
+
|
|
1501
|
+
[[package]]
|
|
1502
|
+
name = "security-framework"
|
|
1503
|
+
version = "3.7.0"
|
|
1504
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1505
|
+
checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
|
|
1506
|
+
dependencies = [
|
|
1507
|
+
"bitflags",
|
|
1508
|
+
"core-foundation",
|
|
1509
|
+
"core-foundation-sys",
|
|
1510
|
+
"libc",
|
|
1511
|
+
"security-framework-sys",
|
|
1512
|
+
]
|
|
1513
|
+
|
|
1514
|
+
[[package]]
|
|
1515
|
+
name = "security-framework-sys"
|
|
1516
|
+
version = "2.17.0"
|
|
1517
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1518
|
+
checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
|
|
1519
|
+
dependencies = [
|
|
1520
|
+
"core-foundation-sys",
|
|
1521
|
+
"libc",
|
|
1522
|
+
]
|
|
1523
|
+
|
|
1524
|
+
[[package]]
|
|
1525
|
+
name = "serde"
|
|
1526
|
+
version = "1.0.228"
|
|
1527
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1528
|
+
checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
|
|
1529
|
+
dependencies = [
|
|
1530
|
+
"serde_core",
|
|
1531
|
+
"serde_derive",
|
|
1532
|
+
]
|
|
1533
|
+
|
|
1534
|
+
[[package]]
|
|
1535
|
+
name = "serde-wasm-bindgen"
|
|
1536
|
+
version = "0.6.5"
|
|
1537
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1538
|
+
checksum = "8302e169f0eddcc139c70f139d19d6467353af16f9fce27e8c30158036a1e16b"
|
|
1539
|
+
dependencies = [
|
|
1540
|
+
"js-sys",
|
|
1541
|
+
"serde",
|
|
1542
|
+
"wasm-bindgen",
|
|
1543
|
+
]
|
|
1544
|
+
|
|
1545
|
+
[[package]]
|
|
1546
|
+
name = "serde_core"
|
|
1547
|
+
version = "1.0.228"
|
|
1548
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1549
|
+
checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
|
|
1550
|
+
dependencies = [
|
|
1551
|
+
"serde_derive",
|
|
1552
|
+
]
|
|
1553
|
+
|
|
1554
|
+
[[package]]
|
|
1555
|
+
name = "serde_derive"
|
|
1556
|
+
version = "1.0.228"
|
|
1557
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1558
|
+
checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
|
|
1559
|
+
dependencies = [
|
|
1560
|
+
"proc-macro2",
|
|
1561
|
+
"quote",
|
|
1562
|
+
"syn 2.0.117",
|
|
1563
|
+
]
|
|
1564
|
+
|
|
1565
|
+
[[package]]
|
|
1566
|
+
name = "serde_json"
|
|
1567
|
+
version = "1.0.149"
|
|
1568
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1569
|
+
checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86"
|
|
1570
|
+
dependencies = [
|
|
1571
|
+
"itoa",
|
|
1572
|
+
"memchr",
|
|
1573
|
+
"serde",
|
|
1574
|
+
"serde_core",
|
|
1575
|
+
"zmij",
|
|
1576
|
+
]
|
|
1577
|
+
|
|
1578
|
+
[[package]]
|
|
1579
|
+
name = "sha2"
|
|
1580
|
+
version = "0.10.9"
|
|
1581
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1582
|
+
checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
|
|
1583
|
+
dependencies = [
|
|
1584
|
+
"cfg-if",
|
|
1585
|
+
"cpufeatures",
|
|
1586
|
+
"digest",
|
|
1587
|
+
]
|
|
1588
|
+
|
|
1589
|
+
[[package]]
|
|
1590
|
+
name = "shlex"
|
|
1591
|
+
version = "1.3.0"
|
|
1592
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1593
|
+
checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
|
|
1594
|
+
|
|
1595
|
+
[[package]]
|
|
1596
|
+
name = "simd-adler32"
|
|
1597
|
+
version = "0.3.9"
|
|
1598
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1599
|
+
checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214"
|
|
1600
|
+
|
|
1601
|
+
[[package]]
|
|
1602
|
+
name = "smallvec"
|
|
1603
|
+
version = "1.15.1"
|
|
1604
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1605
|
+
checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
|
|
1606
|
+
|
|
1607
|
+
[[package]]
|
|
1608
|
+
name = "socks"
|
|
1609
|
+
version = "0.3.4"
|
|
1610
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1611
|
+
checksum = "f0c3dbbd9ae980613c6dd8e28a9407b50509d3803b57624d5dfe8315218cd58b"
|
|
1612
|
+
dependencies = [
|
|
1613
|
+
"byteorder",
|
|
1614
|
+
"libc",
|
|
1615
|
+
"winapi",
|
|
1616
|
+
]
|
|
1617
|
+
|
|
1618
|
+
[[package]]
|
|
1619
|
+
name = "static_assertions"
|
|
1620
|
+
version = "1.1.0"
|
|
1621
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1622
|
+
checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
|
|
1623
|
+
|
|
1624
|
+
[[package]]
|
|
1625
|
+
name = "strength_reduce"
|
|
1626
|
+
version = "0.2.4"
|
|
1627
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1628
|
+
checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
|
|
1629
|
+
|
|
1630
|
+
[[package]]
|
|
1631
|
+
name = "string-interner"
|
|
1632
|
+
version = "0.15.0"
|
|
1633
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1634
|
+
checksum = "07f9fdfdd31a0ff38b59deb401be81b73913d76c9cc5b1aed4e1330a223420b9"
|
|
1635
|
+
dependencies = [
|
|
1636
|
+
"cfg-if",
|
|
1637
|
+
"hashbrown",
|
|
1638
|
+
"serde",
|
|
1639
|
+
]
|
|
1640
|
+
|
|
1641
|
+
[[package]]
|
|
1642
|
+
name = "syn"
|
|
1643
|
+
version = "1.0.109"
|
|
1644
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1645
|
+
checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
|
|
1646
|
+
dependencies = [
|
|
1647
|
+
"proc-macro2",
|
|
1648
|
+
"quote",
|
|
1649
|
+
"unicode-ident",
|
|
1650
|
+
]
|
|
1651
|
+
|
|
1652
|
+
[[package]]
|
|
1653
|
+
name = "syn"
|
|
1654
|
+
version = "2.0.117"
|
|
1655
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1656
|
+
checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
|
|
1657
|
+
dependencies = [
|
|
1658
|
+
"proc-macro2",
|
|
1659
|
+
"quote",
|
|
1660
|
+
"unicode-ident",
|
|
1661
|
+
]
|
|
1662
|
+
|
|
1663
|
+
[[package]]
|
|
1664
|
+
name = "tar"
|
|
1665
|
+
version = "0.4.45"
|
|
1666
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1667
|
+
checksum = "22692a6476a21fa75fdfc11d452fda482af402c008cdbaf3476414e122040973"
|
|
1668
|
+
dependencies = [
|
|
1669
|
+
"filetime",
|
|
1670
|
+
"libc",
|
|
1671
|
+
"xattr",
|
|
1672
|
+
]
|
|
1673
|
+
|
|
1674
|
+
[[package]]
|
|
1675
|
+
name = "target-lexicon"
|
|
1676
|
+
version = "0.13.5"
|
|
1677
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1678
|
+
checksum = "adb6935a6f5c20170eeceb1a3835a49e12e19d792f6dd344ccc76a985ca5a6ca"
|
|
1679
|
+
|
|
1680
|
+
[[package]]
|
|
1681
|
+
name = "tempfile"
|
|
1682
|
+
version = "3.27.0"
|
|
1683
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1684
|
+
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
1685
|
+
dependencies = [
|
|
1686
|
+
"fastrand",
|
|
1687
|
+
"getrandom 0.3.4",
|
|
1688
|
+
"once_cell",
|
|
1689
|
+
"rustix",
|
|
1690
|
+
"windows-sys",
|
|
1691
|
+
]
|
|
1692
|
+
|
|
1693
|
+
[[package]]
|
|
1694
|
+
name = "time"
|
|
1695
|
+
version = "0.3.47"
|
|
1696
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1697
|
+
checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
|
|
1698
|
+
dependencies = [
|
|
1699
|
+
"deranged",
|
|
1700
|
+
"itoa",
|
|
1701
|
+
"num-conv",
|
|
1702
|
+
"powerfmt",
|
|
1703
|
+
"serde_core",
|
|
1704
|
+
"time-core",
|
|
1705
|
+
"time-macros",
|
|
1706
|
+
]
|
|
1707
|
+
|
|
1708
|
+
[[package]]
|
|
1709
|
+
name = "time-core"
|
|
1710
|
+
version = "0.1.8"
|
|
1711
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1712
|
+
checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
|
|
1713
|
+
|
|
1714
|
+
[[package]]
|
|
1715
|
+
name = "time-macros"
|
|
1716
|
+
version = "0.2.27"
|
|
1717
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1718
|
+
checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
|
|
1719
|
+
dependencies = [
|
|
1720
|
+
"num-conv",
|
|
1721
|
+
"time-core",
|
|
1722
|
+
]
|
|
1723
|
+
|
|
1724
|
+
[[package]]
|
|
1725
|
+
name = "tinytemplate"
|
|
1726
|
+
version = "1.2.1"
|
|
1727
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1728
|
+
checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
|
|
1729
|
+
dependencies = [
|
|
1730
|
+
"serde",
|
|
1731
|
+
"serde_json",
|
|
1732
|
+
]
|
|
1733
|
+
|
|
1734
|
+
[[package]]
|
|
1735
|
+
name = "tinyvec"
|
|
1736
|
+
version = "1.11.0"
|
|
1737
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1738
|
+
checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3"
|
|
1739
|
+
dependencies = [
|
|
1740
|
+
"tinyvec_macros",
|
|
1741
|
+
]
|
|
1742
|
+
|
|
1743
|
+
[[package]]
|
|
1744
|
+
name = "tinyvec_macros"
|
|
1745
|
+
version = "0.1.1"
|
|
1746
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1747
|
+
checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
|
|
1748
|
+
|
|
1749
|
+
[[package]]
|
|
1750
|
+
name = "tracing"
|
|
1751
|
+
version = "0.1.44"
|
|
1752
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1753
|
+
checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100"
|
|
1754
|
+
dependencies = [
|
|
1755
|
+
"pin-project-lite",
|
|
1756
|
+
"tracing-core",
|
|
1757
|
+
]
|
|
1758
|
+
|
|
1759
|
+
[[package]]
|
|
1760
|
+
name = "tracing-core"
|
|
1761
|
+
version = "0.1.36"
|
|
1762
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1763
|
+
checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a"
|
|
1764
|
+
dependencies = [
|
|
1765
|
+
"once_cell",
|
|
1766
|
+
]
|
|
1767
|
+
|
|
1768
|
+
[[package]]
|
|
1769
|
+
name = "tract-core"
|
|
1770
|
+
version = "0.21.10"
|
|
1771
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1772
|
+
checksum = "a7b5347639690871b124593a8c8903f1f369531498b8abaebd18eb5c58163971"
|
|
1773
|
+
dependencies = [
|
|
1774
|
+
"anyhow",
|
|
1775
|
+
"anymap3",
|
|
1776
|
+
"bit-set",
|
|
1777
|
+
"derive-new",
|
|
1778
|
+
"downcast-rs",
|
|
1779
|
+
"dyn-clone",
|
|
1780
|
+
"lazy_static",
|
|
1781
|
+
"log",
|
|
1782
|
+
"maplit",
|
|
1783
|
+
"ndarray 0.16.1",
|
|
1784
|
+
"num-complex",
|
|
1785
|
+
"num-integer",
|
|
1786
|
+
"num-traits",
|
|
1787
|
+
"paste",
|
|
1788
|
+
"rustfft",
|
|
1789
|
+
"smallvec",
|
|
1790
|
+
"tract-data",
|
|
1791
|
+
"tract-linalg",
|
|
1792
|
+
]
|
|
1793
|
+
|
|
1794
|
+
[[package]]
|
|
1795
|
+
name = "tract-data"
|
|
1796
|
+
version = "0.21.10"
|
|
1797
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1798
|
+
checksum = "f0a3f476a1804e05708e9bc5e2d29dcab82bad531e357d3d14d7da80fbba0b6d"
|
|
1799
|
+
dependencies = [
|
|
1800
|
+
"anyhow",
|
|
1801
|
+
"downcast-rs",
|
|
1802
|
+
"dyn-clone",
|
|
1803
|
+
"dyn-hash",
|
|
1804
|
+
"half",
|
|
1805
|
+
"itertools 0.12.1",
|
|
1806
|
+
"lazy_static",
|
|
1807
|
+
"maplit",
|
|
1808
|
+
"ndarray 0.16.1",
|
|
1809
|
+
"nom",
|
|
1810
|
+
"num-integer",
|
|
1811
|
+
"num-traits",
|
|
1812
|
+
"parking_lot",
|
|
1813
|
+
"scan_fmt",
|
|
1814
|
+
"smallvec",
|
|
1815
|
+
"string-interner",
|
|
1816
|
+
]
|
|
1817
|
+
|
|
1818
|
+
[[package]]
|
|
1819
|
+
name = "tract-hir"
|
|
1820
|
+
version = "0.21.10"
|
|
1821
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1822
|
+
checksum = "7dca047ba1151fe3446fb0194d4b6ddb9ae8f361337c47a267870c53605fbafb"
|
|
1823
|
+
dependencies = [
|
|
1824
|
+
"derive-new",
|
|
1825
|
+
"log",
|
|
1826
|
+
"tract-core",
|
|
1827
|
+
]
|
|
1828
|
+
|
|
1829
|
+
[[package]]
|
|
1830
|
+
name = "tract-linalg"
|
|
1831
|
+
version = "0.21.10"
|
|
1832
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1833
|
+
checksum = "cb8e0703eb53ef1bbf77050ff261675818dd5f0d6c27044c6e48ede9b845f9e0"
|
|
1834
|
+
dependencies = [
|
|
1835
|
+
"byteorder",
|
|
1836
|
+
"cc",
|
|
1837
|
+
"derive-new",
|
|
1838
|
+
"downcast-rs",
|
|
1839
|
+
"dyn-clone",
|
|
1840
|
+
"dyn-hash",
|
|
1841
|
+
"half",
|
|
1842
|
+
"lazy_static",
|
|
1843
|
+
"liquid",
|
|
1844
|
+
"liquid-core",
|
|
1845
|
+
"liquid-derive",
|
|
1846
|
+
"log",
|
|
1847
|
+
"num-traits",
|
|
1848
|
+
"paste",
|
|
1849
|
+
"rayon",
|
|
1850
|
+
"scan_fmt",
|
|
1851
|
+
"smallvec",
|
|
1852
|
+
"time",
|
|
1853
|
+
"tract-data",
|
|
1854
|
+
"unicode-normalization",
|
|
1855
|
+
"walkdir",
|
|
1856
|
+
]
|
|
1857
|
+
|
|
1858
|
+
[[package]]
|
|
1859
|
+
name = "tract-nnef"
|
|
1860
|
+
version = "0.21.10"
|
|
1861
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1862
|
+
checksum = "72cb88a4367ec2c695610223cf886f01fc1deb5c9a82c7a74b1a5d32dc0b1466"
|
|
1863
|
+
dependencies = [
|
|
1864
|
+
"byteorder",
|
|
1865
|
+
"flate2",
|
|
1866
|
+
"log",
|
|
1867
|
+
"nom",
|
|
1868
|
+
"tar",
|
|
1869
|
+
"tract-core",
|
|
1870
|
+
"walkdir",
|
|
1871
|
+
]
|
|
1872
|
+
|
|
1873
|
+
[[package]]
|
|
1874
|
+
name = "tract-onnx"
|
|
1875
|
+
version = "0.21.10"
|
|
1876
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1877
|
+
checksum = "f5830aa672b2aa4dc98a97a36e5988eaf77b3ecee65e2601619588d2ca557008"
|
|
1878
|
+
dependencies = [
|
|
1879
|
+
"bytes",
|
|
1880
|
+
"derive-new",
|
|
1881
|
+
"log",
|
|
1882
|
+
"memmap2",
|
|
1883
|
+
"num-integer",
|
|
1884
|
+
"prost",
|
|
1885
|
+
"smallvec",
|
|
1886
|
+
"tract-hir",
|
|
1887
|
+
"tract-nnef",
|
|
1888
|
+
"tract-onnx-opl",
|
|
1889
|
+
]
|
|
1890
|
+
|
|
1891
|
+
[[package]]
|
|
1892
|
+
name = "tract-onnx-opl"
|
|
1893
|
+
version = "0.21.10"
|
|
1894
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1895
|
+
checksum = "121d3d224c806ba3d941f4bb50943ad33b59d1da5ae704d0e4e76d2808221f96"
|
|
1896
|
+
dependencies = [
|
|
1897
|
+
"getrandom 0.2.17",
|
|
1898
|
+
"log",
|
|
1899
|
+
"rand 0.8.5",
|
|
1900
|
+
"rand_distr",
|
|
1901
|
+
"rustfft",
|
|
1902
|
+
"tract-nnef",
|
|
1903
|
+
]
|
|
1904
|
+
|
|
1905
|
+
[[package]]
|
|
1906
|
+
name = "transpose"
|
|
1907
|
+
version = "0.2.3"
|
|
1908
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1909
|
+
checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
|
|
1910
|
+
dependencies = [
|
|
1911
|
+
"num-integer",
|
|
1912
|
+
"strength_reduce",
|
|
1913
|
+
]
|
|
1914
|
+
|
|
1915
|
+
[[package]]
|
|
1916
|
+
name = "typenum"
|
|
1917
|
+
version = "1.19.0"
|
|
1918
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1919
|
+
checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
1920
|
+
|
|
1921
|
+
[[package]]
|
|
1922
|
+
name = "ucd-trie"
|
|
1923
|
+
version = "0.1.7"
|
|
1924
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1925
|
+
checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
|
|
1926
|
+
|
|
1927
|
+
[[package]]
|
|
1928
|
+
name = "unicode-ident"
|
|
1929
|
+
version = "1.0.24"
|
|
1930
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1931
|
+
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
1932
|
+
|
|
1933
|
+
[[package]]
|
|
1934
|
+
name = "unicode-normalization"
|
|
1935
|
+
version = "0.1.25"
|
|
1936
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1937
|
+
checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8"
|
|
1938
|
+
dependencies = [
|
|
1939
|
+
"tinyvec",
|
|
1940
|
+
]
|
|
1941
|
+
|
|
1942
|
+
[[package]]
|
|
1943
|
+
name = "unicode-segmentation"
|
|
1944
|
+
version = "1.13.2"
|
|
1945
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1946
|
+
checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c"
|
|
1947
|
+
|
|
1948
|
+
[[package]]
|
|
1949
|
+
name = "unindent"
|
|
1950
|
+
version = "0.2.4"
|
|
1951
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1952
|
+
checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
1953
|
+
|
|
1954
|
+
[[package]]
|
|
1955
|
+
name = "ureq"
|
|
1956
|
+
version = "3.3.0"
|
|
1957
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1958
|
+
checksum = "dea7109cdcd5864d4eeb1b58a1648dc9bf520360d7af16ec26d0a9354bafcfc0"
|
|
1959
|
+
dependencies = [
|
|
1960
|
+
"base64",
|
|
1961
|
+
"der",
|
|
1962
|
+
"log",
|
|
1963
|
+
"native-tls",
|
|
1964
|
+
"percent-encoding",
|
|
1965
|
+
"rustls-pki-types",
|
|
1966
|
+
"socks",
|
|
1967
|
+
"ureq-proto",
|
|
1968
|
+
"utf8-zero",
|
|
1969
|
+
"webpki-root-certs",
|
|
1970
|
+
]
|
|
1971
|
+
|
|
1972
|
+
[[package]]
|
|
1973
|
+
name = "ureq-proto"
|
|
1974
|
+
version = "0.6.0"
|
|
1975
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1976
|
+
checksum = "e994ba84b0bd1b1b0cf92878b7ef898a5c1760108fe7b6010327e274917a808c"
|
|
1977
|
+
dependencies = [
|
|
1978
|
+
"base64",
|
|
1979
|
+
"http",
|
|
1980
|
+
"httparse",
|
|
1981
|
+
"log",
|
|
1982
|
+
]
|
|
1983
|
+
|
|
1984
|
+
[[package]]
|
|
1985
|
+
name = "utf8-zero"
|
|
1986
|
+
version = "0.8.1"
|
|
1987
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1988
|
+
checksum = "b8c0a043c9540bae7c578c88f91dda8bd82e59ae27c21baca69c8b191aaf5a6e"
|
|
1989
|
+
|
|
1990
|
+
[[package]]
|
|
1991
|
+
name = "vcpkg"
|
|
1992
|
+
version = "0.2.15"
|
|
1993
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1994
|
+
checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
|
|
1995
|
+
|
|
1996
|
+
[[package]]
|
|
1997
|
+
name = "version_check"
|
|
1998
|
+
version = "0.9.5"
|
|
1999
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2000
|
+
checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
|
|
2001
|
+
|
|
2002
|
+
[[package]]
|
|
2003
|
+
name = "walkdir"
|
|
2004
|
+
version = "2.5.0"
|
|
2005
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2006
|
+
checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
|
|
2007
|
+
dependencies = [
|
|
2008
|
+
"same-file",
|
|
2009
|
+
"winapi-util",
|
|
2010
|
+
]
|
|
2011
|
+
|
|
2012
|
+
[[package]]
|
|
2013
|
+
name = "wasi"
|
|
2014
|
+
version = "0.11.1+wasi-snapshot-preview1"
|
|
2015
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2016
|
+
checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
|
|
2017
|
+
|
|
2018
|
+
[[package]]
|
|
2019
|
+
name = "wasip2"
|
|
2020
|
+
version = "1.0.2+wasi-0.2.9"
|
|
2021
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2022
|
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
2023
|
+
dependencies = [
|
|
2024
|
+
"wit-bindgen",
|
|
2025
|
+
]
|
|
2026
|
+
|
|
2027
|
+
[[package]]
|
|
2028
|
+
name = "wasm-bindgen"
|
|
2029
|
+
version = "0.2.115"
|
|
2030
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2031
|
+
checksum = "6523d69017b7633e396a89c5efab138161ed5aafcbc8d3e5c5a42ae38f50495a"
|
|
2032
|
+
dependencies = [
|
|
2033
|
+
"cfg-if",
|
|
2034
|
+
"once_cell",
|
|
2035
|
+
"rustversion",
|
|
2036
|
+
"wasm-bindgen-macro",
|
|
2037
|
+
"wasm-bindgen-shared",
|
|
2038
|
+
]
|
|
2039
|
+
|
|
2040
|
+
[[package]]
|
|
2041
|
+
name = "wasm-bindgen-macro"
|
|
2042
|
+
version = "0.2.115"
|
|
2043
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2044
|
+
checksum = "4e3a6c758eb2f701ed3d052ff5737f5bfe6614326ea7f3bbac7156192dc32e67"
|
|
2045
|
+
dependencies = [
|
|
2046
|
+
"quote",
|
|
2047
|
+
"wasm-bindgen-macro-support",
|
|
2048
|
+
]
|
|
2049
|
+
|
|
2050
|
+
[[package]]
|
|
2051
|
+
name = "wasm-bindgen-macro-support"
|
|
2052
|
+
version = "0.2.115"
|
|
2053
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2054
|
+
checksum = "921de2737904886b52bcbb237301552d05969a6f9c40d261eb0533c8b055fedf"
|
|
2055
|
+
dependencies = [
|
|
2056
|
+
"bumpalo",
|
|
2057
|
+
"proc-macro2",
|
|
2058
|
+
"quote",
|
|
2059
|
+
"syn 2.0.117",
|
|
2060
|
+
"wasm-bindgen-shared",
|
|
2061
|
+
]
|
|
2062
|
+
|
|
2063
|
+
[[package]]
|
|
2064
|
+
name = "wasm-bindgen-shared"
|
|
2065
|
+
version = "0.2.115"
|
|
2066
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2067
|
+
checksum = "a93e946af942b58934c604527337bad9ae33ba1d5c6900bbb41c2c07c2364a93"
|
|
2068
|
+
dependencies = [
|
|
2069
|
+
"unicode-ident",
|
|
2070
|
+
]
|
|
2071
|
+
|
|
2072
|
+
[[package]]
|
|
2073
|
+
name = "web-sys"
|
|
2074
|
+
version = "0.3.92"
|
|
2075
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2076
|
+
checksum = "84cde8507f4d7cfcb1185b8cb5890c494ffea65edbe1ba82cfd63661c805ed94"
|
|
2077
|
+
dependencies = [
|
|
2078
|
+
"js-sys",
|
|
2079
|
+
"wasm-bindgen",
|
|
2080
|
+
]
|
|
2081
|
+
|
|
2082
|
+
[[package]]
|
|
2083
|
+
name = "webpki-root-certs"
|
|
2084
|
+
version = "1.0.6"
|
|
2085
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2086
|
+
checksum = "804f18a4ac2676ffb4e8b5b5fa9ae38af06df08162314f96a68d2a363e21a8ca"
|
|
2087
|
+
dependencies = [
|
|
2088
|
+
"rustls-pki-types",
|
|
2089
|
+
]
|
|
2090
|
+
|
|
2091
|
+
[[package]]
|
|
2092
|
+
name = "winapi"
|
|
2093
|
+
version = "0.3.9"
|
|
2094
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2095
|
+
checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
|
|
2096
|
+
dependencies = [
|
|
2097
|
+
"winapi-i686-pc-windows-gnu",
|
|
2098
|
+
"winapi-x86_64-pc-windows-gnu",
|
|
2099
|
+
]
|
|
2100
|
+
|
|
2101
|
+
[[package]]
|
|
2102
|
+
name = "winapi-i686-pc-windows-gnu"
|
|
2103
|
+
version = "0.4.0"
|
|
2104
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2105
|
+
checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
|
|
2106
|
+
|
|
2107
|
+
[[package]]
|
|
2108
|
+
name = "winapi-util"
|
|
2109
|
+
version = "0.1.11"
|
|
2110
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2111
|
+
checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
|
|
2112
|
+
dependencies = [
|
|
2113
|
+
"windows-sys",
|
|
2114
|
+
]
|
|
2115
|
+
|
|
2116
|
+
[[package]]
|
|
2117
|
+
name = "winapi-x86_64-pc-windows-gnu"
|
|
2118
|
+
version = "0.4.0"
|
|
2119
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2120
|
+
checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
|
|
2121
|
+
|
|
2122
|
+
[[package]]
|
|
2123
|
+
name = "windows-link"
|
|
2124
|
+
version = "0.2.1"
|
|
2125
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2126
|
+
checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
|
|
2127
|
+
|
|
2128
|
+
[[package]]
|
|
2129
|
+
name = "windows-sys"
|
|
2130
|
+
version = "0.61.2"
|
|
2131
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2132
|
+
checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
|
|
2133
|
+
dependencies = [
|
|
2134
|
+
"windows-link",
|
|
2135
|
+
]
|
|
2136
|
+
|
|
2137
|
+
[[package]]
|
|
2138
|
+
name = "wit-bindgen"
|
|
2139
|
+
version = "0.51.0"
|
|
2140
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2141
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
2142
|
+
|
|
2143
|
+
[[package]]
|
|
2144
|
+
name = "xattr"
|
|
2145
|
+
version = "1.6.1"
|
|
2146
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2147
|
+
checksum = "32e45ad4206f6d2479085147f02bc2ef834ac85886624a23575ae137c8aa8156"
|
|
2148
|
+
dependencies = [
|
|
2149
|
+
"libc",
|
|
2150
|
+
"rustix",
|
|
2151
|
+
]
|
|
2152
|
+
|
|
2153
|
+
[[package]]
|
|
2154
|
+
name = "zerocopy"
|
|
2155
|
+
version = "0.8.47"
|
|
2156
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2157
|
+
checksum = "efbb2a062be311f2ba113ce66f697a4dc589f85e78a4aea276200804cea0ed87"
|
|
2158
|
+
dependencies = [
|
|
2159
|
+
"zerocopy-derive",
|
|
2160
|
+
]
|
|
2161
|
+
|
|
2162
|
+
[[package]]
|
|
2163
|
+
name = "zerocopy-derive"
|
|
2164
|
+
version = "0.8.47"
|
|
2165
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2166
|
+
checksum = "0e8bc7269b54418e7aeeef514aa68f8690b8c0489a06b0136e5f57c4c5ccab89"
|
|
2167
|
+
dependencies = [
|
|
2168
|
+
"proc-macro2",
|
|
2169
|
+
"quote",
|
|
2170
|
+
"syn 2.0.117",
|
|
2171
|
+
]
|
|
2172
|
+
|
|
2173
|
+
[[package]]
|
|
2174
|
+
name = "zeroize"
|
|
2175
|
+
version = "1.8.2"
|
|
2176
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2177
|
+
checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
|
|
2178
|
+
|
|
2179
|
+
[[package]]
|
|
2180
|
+
name = "zmij"
|
|
2181
|
+
version = "1.0.21"
|
|
2182
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2183
|
+
checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
|