rlbot-flatbuffers 0.17.1__tar.gz → 0.18.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.
Files changed (34) hide show
  1. rlbot_flatbuffers-0.18.1/Cargo.lock +1188 -0
  2. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/Cargo.toml +8 -9
  3. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/LICENSE +1 -1
  4. rlbot_flatbuffers-0.18.1/PKG-INFO +8 -0
  5. rlbot_flatbuffers-0.18.1/README.md +126 -0
  6. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/codegen/class_inject.rs +6 -11
  7. rlbot_flatbuffers-0.18.1/codegen/enums.rs +227 -0
  8. rlbot_flatbuffers-0.18.1/codegen/main.rs +283 -0
  9. rlbot_flatbuffers-0.18.1/codegen/pyi.rs +430 -0
  10. rlbot_flatbuffers-0.18.1/codegen/structs.rs +470 -0
  11. rlbot_flatbuffers-0.18.1/codegen/table.rs +928 -0
  12. rlbot_flatbuffers-0.18.1/codegen/unions.rs +179 -0
  13. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/gamestatemanip.fbs +0 -5
  14. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/interfacepacket.fbs +1 -1
  15. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/matchconfig.fbs +4 -4
  16. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/src/lib.rs +33 -61
  17. rlbot_flatbuffers-0.17.1/Cargo.lock +0 -1737
  18. rlbot_flatbuffers-0.17.1/PKG-INFO +0 -119
  19. rlbot_flatbuffers-0.17.1/README.md +0 -105
  20. rlbot_flatbuffers-0.17.1/codegen/enums.rs +0 -342
  21. rlbot_flatbuffers-0.17.1/codegen/generator.rs +0 -35
  22. rlbot_flatbuffers-0.17.1/codegen/main.rs +0 -298
  23. rlbot_flatbuffers-0.17.1/codegen/pyi.rs +0 -332
  24. rlbot_flatbuffers-0.17.1/codegen/structs.rs +0 -1138
  25. rlbot_flatbuffers-0.17.1/codegen/unions.rs +0 -301
  26. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/color.fbs +0 -0
  27. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/comms.fbs +0 -0
  28. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/corepacket.fbs +0 -0
  29. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/gamedata.fbs +0 -0
  30. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/misc.fbs +0 -0
  31. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/rendering.fbs +0 -0
  32. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/rlbot.fbs +0 -0
  33. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/flatbuffers-schema/schema/vector.fbs +0 -0
  34. {rlbot_flatbuffers-0.17.1 → rlbot_flatbuffers-0.18.1}/pyproject.toml +0 -0
@@ -0,0 +1,1188 @@
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.3"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
10
+ dependencies = [
11
+ "memchr",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "allocator-api2"
16
+ version = "0.2.21"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
19
+
20
+ [[package]]
21
+ name = "array-init-cursor"
22
+ version = "0.2.1"
23
+ source = "git+https://github.com/swz-git/planus?rev=a0b1fbf#a0b1fbf28458389e2d3dc7598d257231103d9497"
24
+
25
+ [[package]]
26
+ name = "ascii-canvas"
27
+ version = "4.0.0"
28
+ source = "registry+https://github.com/rust-lang/crates.io-index"
29
+ checksum = "ef1e3e699d84ab1b0911a1010c5c106aa34ae89aeac103be5ce0c3859db1e891"
30
+ dependencies = [
31
+ "term",
32
+ ]
33
+
34
+ [[package]]
35
+ name = "askama"
36
+ version = "0.12.1"
37
+ source = "registry+https://github.com/rust-lang/crates.io-index"
38
+ checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28"
39
+ dependencies = [
40
+ "askama_derive",
41
+ "askama_escape",
42
+ "humansize",
43
+ "num-traits",
44
+ "percent-encoding",
45
+ ]
46
+
47
+ [[package]]
48
+ name = "askama_derive"
49
+ version = "0.12.5"
50
+ source = "registry+https://github.com/rust-lang/crates.io-index"
51
+ checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83"
52
+ dependencies = [
53
+ "askama_parser",
54
+ "basic-toml",
55
+ "mime",
56
+ "mime_guess",
57
+ "proc-macro2",
58
+ "quote",
59
+ "serde",
60
+ "syn",
61
+ ]
62
+
63
+ [[package]]
64
+ name = "askama_escape"
65
+ version = "0.10.3"
66
+ source = "registry+https://github.com/rust-lang/crates.io-index"
67
+ checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341"
68
+
69
+ [[package]]
70
+ name = "askama_parser"
71
+ version = "0.2.1"
72
+ source = "registry+https://github.com/rust-lang/crates.io-index"
73
+ checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0"
74
+ dependencies = [
75
+ "nom",
76
+ ]
77
+
78
+ [[package]]
79
+ name = "autocfg"
80
+ version = "1.5.0"
81
+ source = "registry+https://github.com/rust-lang/crates.io-index"
82
+ checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
83
+
84
+ [[package]]
85
+ name = "basic-toml"
86
+ version = "0.1.10"
87
+ source = "registry+https://github.com/rust-lang/crates.io-index"
88
+ checksum = "ba62675e8242a4c4e806d12f11d136e626e6c8361d6b829310732241652a178a"
89
+ dependencies = [
90
+ "serde",
91
+ ]
92
+
93
+ [[package]]
94
+ name = "beef"
95
+ version = "0.5.2"
96
+ source = "registry+https://github.com/rust-lang/crates.io-index"
97
+ checksum = "3a8241f3ebb85c056b509d4327ad0358fbbba6ffb340bf388f26350aeda225b1"
98
+
99
+ [[package]]
100
+ name = "bit-set"
101
+ version = "0.8.0"
102
+ source = "registry+https://github.com/rust-lang/crates.io-index"
103
+ checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
104
+ dependencies = [
105
+ "bit-vec",
106
+ ]
107
+
108
+ [[package]]
109
+ name = "bit-vec"
110
+ version = "0.8.0"
111
+ source = "registry+https://github.com/rust-lang/crates.io-index"
112
+ checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
113
+
114
+ [[package]]
115
+ name = "bitflags"
116
+ version = "2.9.4"
117
+ source = "registry+https://github.com/rust-lang/crates.io-index"
118
+ checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394"
119
+
120
+ [[package]]
121
+ name = "block-buffer"
122
+ version = "0.10.4"
123
+ source = "registry+https://github.com/rust-lang/crates.io-index"
124
+ checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
125
+ dependencies = [
126
+ "generic-array",
127
+ ]
128
+
129
+ [[package]]
130
+ name = "cfg-if"
131
+ version = "1.0.3"
132
+ source = "registry+https://github.com/rust-lang/crates.io-index"
133
+ checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9"
134
+
135
+ [[package]]
136
+ name = "codespan"
137
+ version = "0.11.1"
138
+ source = "registry+https://github.com/rust-lang/crates.io-index"
139
+ checksum = "3362992a0d9f1dd7c3d0e89e0ab2bb540b7a95fea8cd798090e758fda2899b5e"
140
+ dependencies = [
141
+ "codespan-reporting",
142
+ ]
143
+
144
+ [[package]]
145
+ name = "codespan-reporting"
146
+ version = "0.11.1"
147
+ source = "registry+https://github.com/rust-lang/crates.io-index"
148
+ checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
149
+ dependencies = [
150
+ "termcolor",
151
+ "unicode-width",
152
+ ]
153
+
154
+ [[package]]
155
+ name = "convert_case"
156
+ version = "0.7.1"
157
+ source = "registry+https://github.com/rust-lang/crates.io-index"
158
+ checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7"
159
+ dependencies = [
160
+ "unicode-segmentation",
161
+ ]
162
+
163
+ [[package]]
164
+ name = "cpufeatures"
165
+ version = "0.2.17"
166
+ source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
168
+ dependencies = [
169
+ "libc",
170
+ ]
171
+
172
+ [[package]]
173
+ name = "crypto-common"
174
+ version = "0.1.6"
175
+ source = "registry+https://github.com/rust-lang/crates.io-index"
176
+ checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
177
+ dependencies = [
178
+ "generic-array",
179
+ "typenum",
180
+ ]
181
+
182
+ [[package]]
183
+ name = "derive_more"
184
+ version = "2.0.1"
185
+ source = "registry+https://github.com/rust-lang/crates.io-index"
186
+ checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678"
187
+ dependencies = [
188
+ "derive_more-impl",
189
+ ]
190
+
191
+ [[package]]
192
+ name = "derive_more-impl"
193
+ version = "2.0.1"
194
+ source = "registry+https://github.com/rust-lang/crates.io-index"
195
+ checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3"
196
+ dependencies = [
197
+ "convert_case",
198
+ "proc-macro2",
199
+ "quote",
200
+ "syn",
201
+ ]
202
+
203
+ [[package]]
204
+ name = "digest"
205
+ version = "0.10.7"
206
+ source = "registry+https://github.com/rust-lang/crates.io-index"
207
+ checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
208
+ dependencies = [
209
+ "block-buffer",
210
+ "crypto-common",
211
+ ]
212
+
213
+ [[package]]
214
+ name = "either"
215
+ version = "1.15.0"
216
+ source = "registry+https://github.com/rust-lang/crates.io-index"
217
+ checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
218
+
219
+ [[package]]
220
+ name = "ena"
221
+ version = "0.14.3"
222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
223
+ checksum = "3d248bdd43ce613d87415282f69b9bb99d947d290b10962dd6c56233312c2ad5"
224
+ dependencies = [
225
+ "log",
226
+ ]
227
+
228
+ [[package]]
229
+ name = "equivalent"
230
+ version = "1.0.2"
231
+ source = "registry+https://github.com/rust-lang/crates.io-index"
232
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
233
+
234
+ [[package]]
235
+ name = "eyre"
236
+ version = "0.6.12"
237
+ source = "registry+https://github.com/rust-lang/crates.io-index"
238
+ checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec"
239
+ dependencies = [
240
+ "indenter",
241
+ "once_cell",
242
+ ]
243
+
244
+ [[package]]
245
+ name = "fixedbitset"
246
+ version = "0.5.7"
247
+ source = "registry+https://github.com/rust-lang/crates.io-index"
248
+ checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
249
+
250
+ [[package]]
251
+ name = "fnv"
252
+ version = "1.0.7"
253
+ source = "registry+https://github.com/rust-lang/crates.io-index"
254
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
255
+
256
+ [[package]]
257
+ name = "foldhash"
258
+ version = "0.1.5"
259
+ source = "registry+https://github.com/rust-lang/crates.io-index"
260
+ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
261
+
262
+ [[package]]
263
+ name = "generic-array"
264
+ version = "0.14.7"
265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
266
+ checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
267
+ dependencies = [
268
+ "typenum",
269
+ "version_check",
270
+ ]
271
+
272
+ [[package]]
273
+ name = "getrandom"
274
+ version = "0.3.3"
275
+ source = "registry+https://github.com/rust-lang/crates.io-index"
276
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
277
+ dependencies = [
278
+ "cfg-if",
279
+ "libc",
280
+ "r-efi",
281
+ "wasi",
282
+ ]
283
+
284
+ [[package]]
285
+ name = "hashbrown"
286
+ version = "0.15.5"
287
+ source = "registry+https://github.com/rust-lang/crates.io-index"
288
+ checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
289
+ dependencies = [
290
+ "allocator-api2",
291
+ "equivalent",
292
+ "foldhash",
293
+ ]
294
+
295
+ [[package]]
296
+ name = "heck"
297
+ version = "0.5.0"
298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
299
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
300
+
301
+ [[package]]
302
+ name = "humansize"
303
+ version = "2.1.3"
304
+ source = "registry+https://github.com/rust-lang/crates.io-index"
305
+ checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7"
306
+ dependencies = [
307
+ "libm",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "indenter"
312
+ version = "0.3.4"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
315
+
316
+ [[package]]
317
+ name = "indexmap"
318
+ version = "2.11.1"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "206a8042aec68fa4a62e8d3f7aa4ceb508177d9324faf261e1959e495b7a1921"
321
+ dependencies = [
322
+ "equivalent",
323
+ "hashbrown",
324
+ ]
325
+
326
+ [[package]]
327
+ name = "indoc"
328
+ version = "2.0.6"
329
+ source = "registry+https://github.com/rust-lang/crates.io-index"
330
+ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
331
+
332
+ [[package]]
333
+ name = "itertools"
334
+ version = "0.14.0"
335
+ source = "registry+https://github.com/rust-lang/crates.io-index"
336
+ checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
337
+ dependencies = [
338
+ "either",
339
+ ]
340
+
341
+ [[package]]
342
+ name = "keccak"
343
+ version = "0.1.5"
344
+ source = "registry+https://github.com/rust-lang/crates.io-index"
345
+ checksum = "ecc2af9a1119c51f12a14607e783cb977bde58bc069ff0c3da1095e635d70654"
346
+ dependencies = [
347
+ "cpufeatures",
348
+ ]
349
+
350
+ [[package]]
351
+ name = "lalrpop"
352
+ version = "0.22.2"
353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
354
+ checksum = "ba4ebbd48ce411c1d10fb35185f5a51a7bfa3d8b24b4e330d30c9e3a34129501"
355
+ dependencies = [
356
+ "ascii-canvas",
357
+ "bit-set",
358
+ "ena",
359
+ "itertools",
360
+ "lalrpop-util",
361
+ "petgraph",
362
+ "pico-args",
363
+ "regex",
364
+ "regex-syntax",
365
+ "sha3",
366
+ "string_cache",
367
+ "term",
368
+ "unicode-xid",
369
+ "walkdir",
370
+ ]
371
+
372
+ [[package]]
373
+ name = "lalrpop-util"
374
+ version = "0.22.2"
375
+ source = "registry+https://github.com/rust-lang/crates.io-index"
376
+ checksum = "b5baa5e9ff84f1aefd264e6869907646538a52147a755d494517a8007fb48733"
377
+ dependencies = [
378
+ "regex-automata",
379
+ "rustversion",
380
+ ]
381
+
382
+ [[package]]
383
+ name = "lazy_static"
384
+ version = "1.5.0"
385
+ source = "registry+https://github.com/rust-lang/crates.io-index"
386
+ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
387
+
388
+ [[package]]
389
+ name = "libc"
390
+ version = "0.2.175"
391
+ source = "registry+https://github.com/rust-lang/crates.io-index"
392
+ checksum = "6a82ae493e598baaea5209805c49bbf2ea7de956d50d7da0da1164f9c6d28543"
393
+
394
+ [[package]]
395
+ name = "libm"
396
+ version = "0.2.15"
397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
398
+ checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
399
+
400
+ [[package]]
401
+ name = "lock_api"
402
+ version = "0.4.13"
403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
404
+ checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765"
405
+ dependencies = [
406
+ "autocfg",
407
+ "scopeguard",
408
+ ]
409
+
410
+ [[package]]
411
+ name = "log"
412
+ version = "0.4.28"
413
+ source = "registry+https://github.com/rust-lang/crates.io-index"
414
+ checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432"
415
+
416
+ [[package]]
417
+ name = "logos"
418
+ version = "0.15.1"
419
+ source = "registry+https://github.com/rust-lang/crates.io-index"
420
+ checksum = "ff472f899b4ec2d99161c51f60ff7075eeb3097069a36050d8037a6325eb8154"
421
+ dependencies = [
422
+ "logos-derive",
423
+ ]
424
+
425
+ [[package]]
426
+ name = "logos-codegen"
427
+ version = "0.15.1"
428
+ source = "registry+https://github.com/rust-lang/crates.io-index"
429
+ checksum = "192a3a2b90b0c05b27a0b2c43eecdb7c415e29243acc3f89cc8247a5b693045c"
430
+ dependencies = [
431
+ "beef",
432
+ "fnv",
433
+ "lazy_static",
434
+ "proc-macro2",
435
+ "quote",
436
+ "regex-syntax",
437
+ "rustc_version",
438
+ "syn",
439
+ ]
440
+
441
+ [[package]]
442
+ name = "logos-derive"
443
+ version = "0.15.1"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "605d9697bcd5ef3a42d38efc51541aa3d6a4a25f7ab6d1ed0da5ac632a26b470"
446
+ dependencies = [
447
+ "logos-codegen",
448
+ ]
449
+
450
+ [[package]]
451
+ name = "memchr"
452
+ version = "2.7.5"
453
+ source = "registry+https://github.com/rust-lang/crates.io-index"
454
+ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
455
+
456
+ [[package]]
457
+ name = "memoffset"
458
+ version = "0.9.1"
459
+ source = "registry+https://github.com/rust-lang/crates.io-index"
460
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
461
+ dependencies = [
462
+ "autocfg",
463
+ ]
464
+
465
+ [[package]]
466
+ name = "mime"
467
+ version = "0.3.17"
468
+ source = "registry+https://github.com/rust-lang/crates.io-index"
469
+ checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
470
+
471
+ [[package]]
472
+ name = "mime_guess"
473
+ version = "2.0.5"
474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
475
+ checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
476
+ dependencies = [
477
+ "mime",
478
+ "unicase",
479
+ ]
480
+
481
+ [[package]]
482
+ name = "minimal-lexical"
483
+ version = "0.2.1"
484
+ source = "registry+https://github.com/rust-lang/crates.io-index"
485
+ checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
486
+
487
+ [[package]]
488
+ name = "new_debug_unreachable"
489
+ version = "1.0.6"
490
+ source = "registry+https://github.com/rust-lang/crates.io-index"
491
+ checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
492
+
493
+ [[package]]
494
+ name = "nom"
495
+ version = "7.1.3"
496
+ source = "registry+https://github.com/rust-lang/crates.io-index"
497
+ checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
498
+ dependencies = [
499
+ "memchr",
500
+ "minimal-lexical",
501
+ ]
502
+
503
+ [[package]]
504
+ name = "num-traits"
505
+ version = "0.2.19"
506
+ source = "registry+https://github.com/rust-lang/crates.io-index"
507
+ checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
508
+ dependencies = [
509
+ "autocfg",
510
+ ]
511
+
512
+ [[package]]
513
+ name = "once_cell"
514
+ version = "1.21.3"
515
+ source = "registry+https://github.com/rust-lang/crates.io-index"
516
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
517
+
518
+ [[package]]
519
+ name = "parking_lot"
520
+ version = "0.12.4"
521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
522
+ checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13"
523
+ dependencies = [
524
+ "lock_api",
525
+ "parking_lot_core",
526
+ ]
527
+
528
+ [[package]]
529
+ name = "parking_lot_core"
530
+ version = "0.9.11"
531
+ source = "registry+https://github.com/rust-lang/crates.io-index"
532
+ checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5"
533
+ dependencies = [
534
+ "cfg-if",
535
+ "libc",
536
+ "redox_syscall",
537
+ "smallvec",
538
+ "windows-targets",
539
+ ]
540
+
541
+ [[package]]
542
+ name = "percent-encoding"
543
+ version = "2.3.2"
544
+ source = "registry+https://github.com/rust-lang/crates.io-index"
545
+ checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
546
+
547
+ [[package]]
548
+ name = "petgraph"
549
+ version = "0.7.1"
550
+ source = "registry+https://github.com/rust-lang/crates.io-index"
551
+ checksum = "3672b37090dbd86368a4145bc067582552b29c27377cad4e0a306c97f9bd7772"
552
+ dependencies = [
553
+ "fixedbitset",
554
+ "indexmap",
555
+ ]
556
+
557
+ [[package]]
558
+ name = "phf_shared"
559
+ version = "0.11.3"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
562
+ dependencies = [
563
+ "siphasher",
564
+ ]
565
+
566
+ [[package]]
567
+ name = "pico-args"
568
+ version = "0.5.0"
569
+ source = "registry+https://github.com/rust-lang/crates.io-index"
570
+ checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
571
+
572
+ [[package]]
573
+ name = "planus"
574
+ version = "1.1.1"
575
+ source = "git+https://github.com/swz-git/planus?rev=a0b1fbf#a0b1fbf28458389e2d3dc7598d257231103d9497"
576
+ dependencies = [
577
+ "array-init-cursor",
578
+ "hashbrown",
579
+ ]
580
+
581
+ [[package]]
582
+ name = "planus-codegen"
583
+ version = "1.1.1"
584
+ source = "git+https://github.com/swz-git/planus?rev=a0b1fbf#a0b1fbf28458389e2d3dc7598d257231103d9497"
585
+ dependencies = [
586
+ "askama",
587
+ "eyre",
588
+ "heck",
589
+ "planus-types",
590
+ "random_color",
591
+ "thiserror",
592
+ "vec_map",
593
+ ]
594
+
595
+ [[package]]
596
+ name = "planus-lexer"
597
+ version = "1.1.1"
598
+ source = "git+https://github.com/swz-git/planus?rev=a0b1fbf#a0b1fbf28458389e2d3dc7598d257231103d9497"
599
+ dependencies = [
600
+ "codespan",
601
+ "derive_more",
602
+ "logos",
603
+ ]
604
+
605
+ [[package]]
606
+ name = "planus-translation"
607
+ version = "1.1.1"
608
+ source = "git+https://github.com/swz-git/planus?rev=a0b1fbf#a0b1fbf28458389e2d3dc7598d257231103d9497"
609
+ dependencies = [
610
+ "bitflags",
611
+ "codespan",
612
+ "codespan-reporting",
613
+ "indexmap",
614
+ "lalrpop",
615
+ "lalrpop-util",
616
+ "num-traits",
617
+ "planus-lexer",
618
+ "planus-types",
619
+ "string-interner",
620
+ ]
621
+
622
+ [[package]]
623
+ name = "planus-types"
624
+ version = "1.1.1"
625
+ source = "git+https://github.com/swz-git/planus?rev=a0b1fbf#a0b1fbf28458389e2d3dc7598d257231103d9497"
626
+ dependencies = [
627
+ "codespan",
628
+ "indexmap",
629
+ "lalrpop-util",
630
+ "planus-lexer",
631
+ "string-interner",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "portable-atomic"
636
+ version = "1.11.1"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
639
+
640
+ [[package]]
641
+ name = "ppv-lite86"
642
+ version = "0.2.21"
643
+ source = "registry+https://github.com/rust-lang/crates.io-index"
644
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
645
+ dependencies = [
646
+ "zerocopy",
647
+ ]
648
+
649
+ [[package]]
650
+ name = "precomputed-hash"
651
+ version = "0.1.1"
652
+ source = "registry+https://github.com/rust-lang/crates.io-index"
653
+ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
654
+
655
+ [[package]]
656
+ name = "proc-macro2"
657
+ version = "1.0.101"
658
+ source = "registry+https://github.com/rust-lang/crates.io-index"
659
+ checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
660
+ dependencies = [
661
+ "unicode-ident",
662
+ ]
663
+
664
+ [[package]]
665
+ name = "pyo3"
666
+ version = "0.26.0"
667
+ source = "registry+https://github.com/rust-lang/crates.io-index"
668
+ checksum = "7ba0117f4212101ee6544044dae45abe1083d30ce7b29c4b5cbdfa2354e07383"
669
+ dependencies = [
670
+ "indoc",
671
+ "libc",
672
+ "memoffset",
673
+ "once_cell",
674
+ "portable-atomic",
675
+ "pyo3-build-config",
676
+ "pyo3-ffi",
677
+ "pyo3-macros",
678
+ "unindent",
679
+ ]
680
+
681
+ [[package]]
682
+ name = "pyo3-build-config"
683
+ version = "0.26.0"
684
+ source = "registry+https://github.com/rust-lang/crates.io-index"
685
+ checksum = "4fc6ddaf24947d12a9aa31ac65431fb1b851b8f4365426e182901eabfb87df5f"
686
+ dependencies = [
687
+ "target-lexicon",
688
+ ]
689
+
690
+ [[package]]
691
+ name = "pyo3-ffi"
692
+ version = "0.26.0"
693
+ source = "registry+https://github.com/rust-lang/crates.io-index"
694
+ checksum = "025474d3928738efb38ac36d4744a74a400c901c7596199e20e45d98eb194105"
695
+ dependencies = [
696
+ "libc",
697
+ "pyo3-build-config",
698
+ ]
699
+
700
+ [[package]]
701
+ name = "pyo3-macros"
702
+ version = "0.26.0"
703
+ source = "registry+https://github.com/rust-lang/crates.io-index"
704
+ checksum = "2e64eb489f22fe1c95911b77c44cc41e7c19f3082fc81cce90f657cdc42ffded"
705
+ dependencies = [
706
+ "proc-macro2",
707
+ "pyo3-macros-backend",
708
+ "quote",
709
+ "syn",
710
+ ]
711
+
712
+ [[package]]
713
+ name = "pyo3-macros-backend"
714
+ version = "0.26.0"
715
+ source = "registry+https://github.com/rust-lang/crates.io-index"
716
+ checksum = "100246c0ecf400b475341b8455a9213344569af29a3c841d29270e53102e0fcf"
717
+ dependencies = [
718
+ "heck",
719
+ "proc-macro2",
720
+ "pyo3-build-config",
721
+ "quote",
722
+ "syn",
723
+ ]
724
+
725
+ [[package]]
726
+ name = "quote"
727
+ version = "1.0.40"
728
+ source = "registry+https://github.com/rust-lang/crates.io-index"
729
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
730
+ dependencies = [
731
+ "proc-macro2",
732
+ ]
733
+
734
+ [[package]]
735
+ name = "r-efi"
736
+ version = "5.3.0"
737
+ source = "registry+https://github.com/rust-lang/crates.io-index"
738
+ checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
739
+
740
+ [[package]]
741
+ name = "rand"
742
+ version = "0.9.2"
743
+ source = "registry+https://github.com/rust-lang/crates.io-index"
744
+ checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1"
745
+ dependencies = [
746
+ "rand_chacha",
747
+ "rand_core",
748
+ ]
749
+
750
+ [[package]]
751
+ name = "rand_chacha"
752
+ version = "0.9.0"
753
+ source = "registry+https://github.com/rust-lang/crates.io-index"
754
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
755
+ dependencies = [
756
+ "ppv-lite86",
757
+ "rand_core",
758
+ ]
759
+
760
+ [[package]]
761
+ name = "rand_core"
762
+ version = "0.9.3"
763
+ source = "registry+https://github.com/rust-lang/crates.io-index"
764
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
765
+ dependencies = [
766
+ "getrandom",
767
+ ]
768
+
769
+ [[package]]
770
+ name = "random_color"
771
+ version = "1.1.0"
772
+ source = "registry+https://github.com/rust-lang/crates.io-index"
773
+ checksum = "d635c5e80ae160390ac62ca027d2d06c94c1dc69e5c0a12f1e3a53664dc84966"
774
+ dependencies = [
775
+ "rand",
776
+ ]
777
+
778
+ [[package]]
779
+ name = "redox_syscall"
780
+ version = "0.5.17"
781
+ source = "registry+https://github.com/rust-lang/crates.io-index"
782
+ checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77"
783
+ dependencies = [
784
+ "bitflags",
785
+ ]
786
+
787
+ [[package]]
788
+ name = "regex"
789
+ version = "1.11.2"
790
+ source = "registry+https://github.com/rust-lang/crates.io-index"
791
+ checksum = "23d7fd106d8c02486a8d64e778353d1cffe08ce79ac2e82f540c86d0facf6912"
792
+ dependencies = [
793
+ "aho-corasick",
794
+ "memchr",
795
+ "regex-automata",
796
+ "regex-syntax",
797
+ ]
798
+
799
+ [[package]]
800
+ name = "regex-automata"
801
+ version = "0.4.10"
802
+ source = "registry+https://github.com/rust-lang/crates.io-index"
803
+ checksum = "6b9458fa0bfeeac22b5ca447c63aaf45f28439a709ccd244698632f9aa6394d6"
804
+ dependencies = [
805
+ "aho-corasick",
806
+ "memchr",
807
+ "regex-syntax",
808
+ ]
809
+
810
+ [[package]]
811
+ name = "regex-syntax"
812
+ version = "0.8.6"
813
+ source = "registry+https://github.com/rust-lang/crates.io-index"
814
+ checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001"
815
+
816
+ [[package]]
817
+ name = "rlbot_flatbuffers"
818
+ version = "0.18.1"
819
+ dependencies = [
820
+ "eyre",
821
+ "indexmap",
822
+ "planus",
823
+ "planus-codegen",
824
+ "planus-translation",
825
+ "planus-types",
826
+ "pyo3",
827
+ ]
828
+
829
+ [[package]]
830
+ name = "rustc_version"
831
+ version = "0.4.1"
832
+ source = "registry+https://github.com/rust-lang/crates.io-index"
833
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
834
+ dependencies = [
835
+ "semver",
836
+ ]
837
+
838
+ [[package]]
839
+ name = "rustversion"
840
+ version = "1.0.22"
841
+ source = "registry+https://github.com/rust-lang/crates.io-index"
842
+ checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
843
+
844
+ [[package]]
845
+ name = "same-file"
846
+ version = "1.0.6"
847
+ source = "registry+https://github.com/rust-lang/crates.io-index"
848
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
849
+ dependencies = [
850
+ "winapi-util",
851
+ ]
852
+
853
+ [[package]]
854
+ name = "scopeguard"
855
+ version = "1.2.0"
856
+ source = "registry+https://github.com/rust-lang/crates.io-index"
857
+ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
858
+
859
+ [[package]]
860
+ name = "semver"
861
+ version = "1.0.27"
862
+ source = "registry+https://github.com/rust-lang/crates.io-index"
863
+ checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
864
+
865
+ [[package]]
866
+ name = "serde"
867
+ version = "1.0.223"
868
+ source = "registry+https://github.com/rust-lang/crates.io-index"
869
+ checksum = "a505d71960adde88e293da5cb5eda57093379f64e61cf77bf0e6a63af07a7bac"
870
+ dependencies = [
871
+ "serde_core",
872
+ "serde_derive",
873
+ ]
874
+
875
+ [[package]]
876
+ name = "serde_core"
877
+ version = "1.0.223"
878
+ source = "registry+https://github.com/rust-lang/crates.io-index"
879
+ checksum = "20f57cbd357666aa7b3ac84a90b4ea328f1d4ddb6772b430caa5d9e1309bb9e9"
880
+ dependencies = [
881
+ "serde_derive",
882
+ ]
883
+
884
+ [[package]]
885
+ name = "serde_derive"
886
+ version = "1.0.223"
887
+ source = "registry+https://github.com/rust-lang/crates.io-index"
888
+ checksum = "3d428d07faf17e306e699ec1e91996e5a165ba5d6bce5b5155173e91a8a01a56"
889
+ dependencies = [
890
+ "proc-macro2",
891
+ "quote",
892
+ "syn",
893
+ ]
894
+
895
+ [[package]]
896
+ name = "sha3"
897
+ version = "0.10.8"
898
+ source = "registry+https://github.com/rust-lang/crates.io-index"
899
+ checksum = "75872d278a8f37ef87fa0ddbda7802605cb18344497949862c0d4dcb291eba60"
900
+ dependencies = [
901
+ "digest",
902
+ "keccak",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "siphasher"
907
+ version = "1.0.1"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
910
+
911
+ [[package]]
912
+ name = "smallvec"
913
+ version = "1.15.1"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
916
+
917
+ [[package]]
918
+ name = "string-interner"
919
+ version = "0.19.0"
920
+ source = "registry+https://github.com/rust-lang/crates.io-index"
921
+ checksum = "23de088478b31c349c9ba67816fa55d9355232d63c3afea8bf513e31f0f1d2c0"
922
+ dependencies = [
923
+ "hashbrown",
924
+ "serde",
925
+ ]
926
+
927
+ [[package]]
928
+ name = "string_cache"
929
+ version = "0.8.9"
930
+ source = "registry+https://github.com/rust-lang/crates.io-index"
931
+ checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
932
+ dependencies = [
933
+ "new_debug_unreachable",
934
+ "parking_lot",
935
+ "phf_shared",
936
+ "precomputed-hash",
937
+ ]
938
+
939
+ [[package]]
940
+ name = "syn"
941
+ version = "2.0.106"
942
+ source = "registry+https://github.com/rust-lang/crates.io-index"
943
+ checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6"
944
+ dependencies = [
945
+ "proc-macro2",
946
+ "quote",
947
+ "unicode-ident",
948
+ ]
949
+
950
+ [[package]]
951
+ name = "target-lexicon"
952
+ version = "0.13.3"
953
+ source = "registry+https://github.com/rust-lang/crates.io-index"
954
+ checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
955
+
956
+ [[package]]
957
+ name = "term"
958
+ version = "1.2.0"
959
+ source = "registry+https://github.com/rust-lang/crates.io-index"
960
+ checksum = "2111ef44dae28680ae9752bb89409e7310ca33a8c621ebe7b106cf5c928b3ac0"
961
+ dependencies = [
962
+ "windows-sys",
963
+ ]
964
+
965
+ [[package]]
966
+ name = "termcolor"
967
+ version = "1.4.1"
968
+ source = "registry+https://github.com/rust-lang/crates.io-index"
969
+ checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
970
+ dependencies = [
971
+ "winapi-util",
972
+ ]
973
+
974
+ [[package]]
975
+ name = "thiserror"
976
+ version = "2.0.16"
977
+ source = "registry+https://github.com/rust-lang/crates.io-index"
978
+ checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0"
979
+ dependencies = [
980
+ "thiserror-impl",
981
+ ]
982
+
983
+ [[package]]
984
+ name = "thiserror-impl"
985
+ version = "2.0.16"
986
+ source = "registry+https://github.com/rust-lang/crates.io-index"
987
+ checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960"
988
+ dependencies = [
989
+ "proc-macro2",
990
+ "quote",
991
+ "syn",
992
+ ]
993
+
994
+ [[package]]
995
+ name = "typenum"
996
+ version = "1.18.0"
997
+ source = "registry+https://github.com/rust-lang/crates.io-index"
998
+ checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f"
999
+
1000
+ [[package]]
1001
+ name = "unicase"
1002
+ version = "2.8.1"
1003
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1004
+ checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
1005
+
1006
+ [[package]]
1007
+ name = "unicode-ident"
1008
+ version = "1.0.19"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
1011
+
1012
+ [[package]]
1013
+ name = "unicode-segmentation"
1014
+ version = "1.12.0"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
1017
+
1018
+ [[package]]
1019
+ name = "unicode-width"
1020
+ version = "0.1.14"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af"
1023
+
1024
+ [[package]]
1025
+ name = "unicode-xid"
1026
+ version = "0.2.6"
1027
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
1029
+
1030
+ [[package]]
1031
+ name = "unindent"
1032
+ version = "0.2.4"
1033
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1034
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1035
+
1036
+ [[package]]
1037
+ name = "vec_map"
1038
+ version = "0.8.2"
1039
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1040
+ checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1041
+
1042
+ [[package]]
1043
+ name = "version_check"
1044
+ version = "0.9.5"
1045
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1046
+ checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
1047
+
1048
+ [[package]]
1049
+ name = "walkdir"
1050
+ version = "2.5.0"
1051
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1053
+ dependencies = [
1054
+ "same-file",
1055
+ "winapi-util",
1056
+ ]
1057
+
1058
+ [[package]]
1059
+ name = "wasi"
1060
+ version = "0.14.5+wasi-0.2.4"
1061
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1062
+ checksum = "a4494f6290a82f5fe584817a676a34b9d6763e8d9d18204009fb31dceca98fd4"
1063
+ dependencies = [
1064
+ "wasip2",
1065
+ ]
1066
+
1067
+ [[package]]
1068
+ name = "wasip2"
1069
+ version = "1.0.0+wasi-0.2.4"
1070
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1071
+ checksum = "03fa2761397e5bd52002cd7e73110c71af2109aca4e521a9f40473fe685b0a24"
1072
+ dependencies = [
1073
+ "wit-bindgen",
1074
+ ]
1075
+
1076
+ [[package]]
1077
+ name = "winapi-util"
1078
+ version = "0.1.11"
1079
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1080
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1081
+ dependencies = [
1082
+ "windows-sys",
1083
+ ]
1084
+
1085
+ [[package]]
1086
+ name = "windows-link"
1087
+ version = "0.2.0"
1088
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1089
+ checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65"
1090
+
1091
+ [[package]]
1092
+ name = "windows-sys"
1093
+ version = "0.61.0"
1094
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1095
+ checksum = "e201184e40b2ede64bc2ea34968b28e33622acdbbf37104f0e4a33f7abe657aa"
1096
+ dependencies = [
1097
+ "windows-link",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "windows-targets"
1102
+ version = "0.52.6"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1105
+ dependencies = [
1106
+ "windows_aarch64_gnullvm",
1107
+ "windows_aarch64_msvc",
1108
+ "windows_i686_gnu",
1109
+ "windows_i686_gnullvm",
1110
+ "windows_i686_msvc",
1111
+ "windows_x86_64_gnu",
1112
+ "windows_x86_64_gnullvm",
1113
+ "windows_x86_64_msvc",
1114
+ ]
1115
+
1116
+ [[package]]
1117
+ name = "windows_aarch64_gnullvm"
1118
+ version = "0.52.6"
1119
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1120
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1121
+
1122
+ [[package]]
1123
+ name = "windows_aarch64_msvc"
1124
+ version = "0.52.6"
1125
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1126
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1127
+
1128
+ [[package]]
1129
+ name = "windows_i686_gnu"
1130
+ version = "0.52.6"
1131
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1132
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1133
+
1134
+ [[package]]
1135
+ name = "windows_i686_gnullvm"
1136
+ version = "0.52.6"
1137
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1138
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1139
+
1140
+ [[package]]
1141
+ name = "windows_i686_msvc"
1142
+ version = "0.52.6"
1143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1144
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1145
+
1146
+ [[package]]
1147
+ name = "windows_x86_64_gnu"
1148
+ version = "0.52.6"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1151
+
1152
+ [[package]]
1153
+ name = "windows_x86_64_gnullvm"
1154
+ version = "0.52.6"
1155
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1156
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1157
+
1158
+ [[package]]
1159
+ name = "windows_x86_64_msvc"
1160
+ version = "0.52.6"
1161
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1162
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1163
+
1164
+ [[package]]
1165
+ name = "wit-bindgen"
1166
+ version = "0.45.1"
1167
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1168
+ checksum = "5c573471f125075647d03df72e026074b7203790d41351cd6edc96f46bcccd36"
1169
+
1170
+ [[package]]
1171
+ name = "zerocopy"
1172
+ version = "0.8.27"
1173
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1174
+ checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
1175
+ dependencies = [
1176
+ "zerocopy-derive",
1177
+ ]
1178
+
1179
+ [[package]]
1180
+ name = "zerocopy-derive"
1181
+ version = "0.8.27"
1182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1183
+ checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
1184
+ dependencies = [
1185
+ "proc-macro2",
1186
+ "quote",
1187
+ "syn",
1188
+ ]