rlbot-flatbuffers 0.16.0__tar.gz → 0.17.0__tar.gz

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (30) hide show
  1. rlbot_flatbuffers-0.17.0/Cargo.lock +1740 -0
  2. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/Cargo.toml +8 -4
  3. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/PKG-INFO +2 -2
  4. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/codegen/enums.rs +1 -1
  5. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/codegen/main.rs +90 -40
  6. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/codegen/pyi.rs +0 -11
  7. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/codegen/structs.rs +83 -166
  8. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/codegen/unions.rs +2 -63
  9. rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema/color.fbs +9 -0
  10. {rlbot_flatbuffers-0.16.0/flatbuffers-schema → rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema}/comms.fbs +9 -7
  11. rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema/corepacket.fbs +38 -0
  12. {rlbot_flatbuffers-0.16.0/flatbuffers-schema → rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema}/gamedata.fbs +169 -113
  13. {rlbot_flatbuffers-0.16.0/flatbuffers-schema → rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema}/gamestatemanip.fbs +29 -25
  14. rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema/interfacepacket.fbs +61 -0
  15. {rlbot_flatbuffers-0.16.0/flatbuffers-schema → rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema}/matchconfig.fbs +237 -156
  16. rlbot_flatbuffers-0.16.0/flatbuffers-schema/rlbot.fbs → rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema/misc.fbs +44 -15
  17. {rlbot_flatbuffers-0.16.0/flatbuffers-schema → rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema}/rendering.fbs +74 -53
  18. rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema/rlbot.fbs +4 -0
  19. rlbot_flatbuffers-0.17.0/flatbuffers-schema/schema/vector.fbs +15 -0
  20. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/src/lib.rs +10 -33
  21. rlbot_flatbuffers-0.16.0/Cargo.lock +0 -358
  22. rlbot_flatbuffers-0.16.0/flatbuffers-schema/FLATBUFFERS-LICENSE +0 -202
  23. rlbot_flatbuffers-0.16.0/flatbuffers-schema/README.md +0 -5
  24. rlbot_flatbuffers-0.16.0/flatbuffers-schema/flatc +0 -0
  25. rlbot_flatbuffers-0.16.0/flatbuffers-schema/flatc.exe +0 -0
  26. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/LICENSE +0 -0
  27. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/README.md +0 -0
  28. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/codegen/class_inject.rs +0 -0
  29. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/codegen/generator.rs +0 -0
  30. {rlbot_flatbuffers-0.16.0 → rlbot_flatbuffers-0.17.0}/pyproject.toml +0 -0
@@ -0,0 +1,1740 @@
1
+ # This file is automatically @generated by Cargo.
2
+ # It is not intended for manual editing.
3
+ version = 4
4
+
5
+ [[package]]
6
+ name = "addr2line"
7
+ version = "0.24.2"
8
+ source = "registry+https://github.com/rust-lang/crates.io-index"
9
+ checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1"
10
+ dependencies = [
11
+ "gimli",
12
+ ]
13
+
14
+ [[package]]
15
+ name = "adler2"
16
+ version = "2.0.1"
17
+ source = "registry+https://github.com/rust-lang/crates.io-index"
18
+ checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
19
+
20
+ [[package]]
21
+ name = "arbitrary"
22
+ version = "1.4.1"
23
+ source = "registry+https://github.com/rust-lang/crates.io-index"
24
+ checksum = "dde20b3d026af13f561bdd0f15edf01fc734f0dafcedbaf42bba506a9517f223"
25
+ dependencies = [
26
+ "derive_arbitrary",
27
+ ]
28
+
29
+ [[package]]
30
+ name = "attribute-derive"
31
+ version = "0.10.3"
32
+ source = "registry+https://github.com/rust-lang/crates.io-index"
33
+ checksum = "0053e96dd3bec5b4879c23a138d6ef26f2cb936c9cdc96274ac2b9ed44b5bb54"
34
+ dependencies = [
35
+ "attribute-derive-macro",
36
+ "derive-where",
37
+ "manyhow",
38
+ "proc-macro2",
39
+ "quote",
40
+ "syn",
41
+ ]
42
+
43
+ [[package]]
44
+ name = "attribute-derive-macro"
45
+ version = "0.10.3"
46
+ source = "registry+https://github.com/rust-lang/crates.io-index"
47
+ checksum = "463b53ad0fd5b460af4b1915fe045ff4d946d025fb6c4dc3337752eaa980f71b"
48
+ dependencies = [
49
+ "collection_literals",
50
+ "interpolator",
51
+ "manyhow",
52
+ "proc-macro-utils",
53
+ "proc-macro2",
54
+ "quote",
55
+ "quote-use",
56
+ "syn",
57
+ ]
58
+
59
+ [[package]]
60
+ name = "autocfg"
61
+ version = "1.4.0"
62
+ source = "registry+https://github.com/rust-lang/crates.io-index"
63
+ checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26"
64
+
65
+ [[package]]
66
+ name = "backtrace"
67
+ version = "0.3.75"
68
+ source = "registry+https://github.com/rust-lang/crates.io-index"
69
+ checksum = "6806a6321ec58106fea15becdad98371e28d92ccbc7c8f1b3b6dd724fe8f1002"
70
+ dependencies = [
71
+ "addr2line",
72
+ "cfg-if",
73
+ "libc",
74
+ "miniz_oxide",
75
+ "object",
76
+ "rustc-demangle",
77
+ "windows-targets",
78
+ ]
79
+
80
+ [[package]]
81
+ name = "base64"
82
+ version = "0.22.1"
83
+ source = "registry+https://github.com/rust-lang/crates.io-index"
84
+ checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
85
+
86
+ [[package]]
87
+ name = "bitflags"
88
+ version = "2.9.1"
89
+ source = "registry+https://github.com/rust-lang/crates.io-index"
90
+ checksum = "1b8e56985ec62d17e9c1001dc89c88ecd7dc08e47eba5ec7c29c7b5eeecde967"
91
+
92
+ [[package]]
93
+ name = "bumpalo"
94
+ version = "3.18.1"
95
+ source = "registry+https://github.com/rust-lang/crates.io-index"
96
+ checksum = "793db76d6187cd04dff33004d8e6c9cc4e05cd330500379d2394209271b4aeee"
97
+
98
+ [[package]]
99
+ name = "bytes"
100
+ version = "1.10.1"
101
+ source = "registry+https://github.com/rust-lang/crates.io-index"
102
+ checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a"
103
+
104
+ [[package]]
105
+ name = "cc"
106
+ version = "1.2.27"
107
+ source = "registry+https://github.com/rust-lang/crates.io-index"
108
+ checksum = "d487aa071b5f64da6f19a3e848e3578944b726ee5a4854b82172f02aa876bfdc"
109
+ dependencies = [
110
+ "shlex",
111
+ ]
112
+
113
+ [[package]]
114
+ name = "cfg-if"
115
+ version = "1.0.1"
116
+ source = "registry+https://github.com/rust-lang/crates.io-index"
117
+ checksum = "9555578bc9e57714c812a1f84e4fc5b4d21fcb063490c624de019f7464c91268"
118
+
119
+ [[package]]
120
+ name = "cfg_aliases"
121
+ version = "0.2.1"
122
+ source = "registry+https://github.com/rust-lang/crates.io-index"
123
+ checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
124
+
125
+ [[package]]
126
+ name = "collection_literals"
127
+ version = "1.0.1"
128
+ source = "registry+https://github.com/rust-lang/crates.io-index"
129
+ checksum = "186dce98367766de751c42c4f03970fc60fc012296e706ccbb9d5df9b6c1e271"
130
+
131
+ [[package]]
132
+ name = "crc32fast"
133
+ version = "1.4.2"
134
+ source = "registry+https://github.com/rust-lang/crates.io-index"
135
+ checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3"
136
+ dependencies = [
137
+ "cfg-if",
138
+ ]
139
+
140
+ [[package]]
141
+ name = "derive-where"
142
+ version = "1.4.0"
143
+ source = "registry+https://github.com/rust-lang/crates.io-index"
144
+ checksum = "e73f2692d4bd3cac41dca28934a39894200c9fabf49586d77d0e5954af1d7902"
145
+ dependencies = [
146
+ "proc-macro2",
147
+ "quote",
148
+ "syn",
149
+ ]
150
+
151
+ [[package]]
152
+ name = "derive_arbitrary"
153
+ version = "1.4.1"
154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
155
+ checksum = "30542c1ad912e0e3d22a1935c290e12e8a29d704a420177a31faad4a601a0800"
156
+ dependencies = [
157
+ "proc-macro2",
158
+ "quote",
159
+ "syn",
160
+ ]
161
+
162
+ [[package]]
163
+ name = "displaydoc"
164
+ version = "0.2.5"
165
+ source = "registry+https://github.com/rust-lang/crates.io-index"
166
+ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
167
+ dependencies = [
168
+ "proc-macro2",
169
+ "quote",
170
+ "syn",
171
+ ]
172
+
173
+ [[package]]
174
+ name = "equivalent"
175
+ version = "1.0.2"
176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
177
+ checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
178
+
179
+ [[package]]
180
+ name = "flatbuffers"
181
+ version = "25.2.10"
182
+ source = "registry+https://github.com/rust-lang/crates.io-index"
183
+ checksum = "1045398c1bfd89168b5fd3f1fc11f6e70b34f6f66300c87d44d3de849463abf1"
184
+ dependencies = [
185
+ "bitflags",
186
+ "rustc_version",
187
+ ]
188
+
189
+ [[package]]
190
+ name = "flate2"
191
+ version = "1.1.2"
192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
193
+ checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d"
194
+ dependencies = [
195
+ "crc32fast",
196
+ "libz-rs-sys",
197
+ "miniz_oxide",
198
+ ]
199
+
200
+ [[package]]
201
+ name = "fnv"
202
+ version = "1.0.7"
203
+ source = "registry+https://github.com/rust-lang/crates.io-index"
204
+ checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
205
+
206
+ [[package]]
207
+ name = "form_urlencoded"
208
+ version = "1.2.1"
209
+ source = "registry+https://github.com/rust-lang/crates.io-index"
210
+ checksum = "e13624c2627564efccf4934284bdd98cbaa14e79b0b5a141218e507b3a823456"
211
+ dependencies = [
212
+ "percent-encoding",
213
+ ]
214
+
215
+ [[package]]
216
+ name = "futures-channel"
217
+ version = "0.3.31"
218
+ source = "registry+https://github.com/rust-lang/crates.io-index"
219
+ checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
220
+ dependencies = [
221
+ "futures-core",
222
+ "futures-sink",
223
+ ]
224
+
225
+ [[package]]
226
+ name = "futures-core"
227
+ version = "0.3.31"
228
+ source = "registry+https://github.com/rust-lang/crates.io-index"
229
+ checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
230
+
231
+ [[package]]
232
+ name = "futures-io"
233
+ version = "0.3.31"
234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
235
+ checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
236
+
237
+ [[package]]
238
+ name = "futures-sink"
239
+ version = "0.3.31"
240
+ source = "registry+https://github.com/rust-lang/crates.io-index"
241
+ checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
242
+
243
+ [[package]]
244
+ name = "futures-task"
245
+ version = "0.3.31"
246
+ source = "registry+https://github.com/rust-lang/crates.io-index"
247
+ checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
248
+
249
+ [[package]]
250
+ name = "futures-util"
251
+ version = "0.3.31"
252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
253
+ checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
254
+ dependencies = [
255
+ "futures-core",
256
+ "futures-io",
257
+ "futures-sink",
258
+ "futures-task",
259
+ "memchr",
260
+ "pin-project-lite",
261
+ "pin-utils",
262
+ "slab",
263
+ ]
264
+
265
+ [[package]]
266
+ name = "get-size"
267
+ version = "0.2.0"
268
+ source = "git+https://github.com/VirxEC/get-size?branch=update#0c14ad3f6de292f11d832ad140434f045c6cfd3c"
269
+ dependencies = [
270
+ "get-size-derive",
271
+ ]
272
+
273
+ [[package]]
274
+ name = "get-size-derive"
275
+ version = "0.2.0"
276
+ source = "git+https://github.com/VirxEC/get-size?branch=update#0c14ad3f6de292f11d832ad140434f045c6cfd3c"
277
+ dependencies = [
278
+ "attribute-derive",
279
+ "quote",
280
+ "syn",
281
+ ]
282
+
283
+ [[package]]
284
+ name = "getrandom"
285
+ version = "0.2.16"
286
+ source = "registry+https://github.com/rust-lang/crates.io-index"
287
+ checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
288
+ dependencies = [
289
+ "cfg-if",
290
+ "js-sys",
291
+ "libc",
292
+ "wasi 0.11.1+wasi-snapshot-preview1",
293
+ "wasm-bindgen",
294
+ ]
295
+
296
+ [[package]]
297
+ name = "getrandom"
298
+ version = "0.3.3"
299
+ source = "registry+https://github.com/rust-lang/crates.io-index"
300
+ checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4"
301
+ dependencies = [
302
+ "cfg-if",
303
+ "js-sys",
304
+ "libc",
305
+ "r-efi",
306
+ "wasi 0.14.2+wasi-0.2.4",
307
+ "wasm-bindgen",
308
+ ]
309
+
310
+ [[package]]
311
+ name = "gimli"
312
+ version = "0.31.1"
313
+ source = "registry+https://github.com/rust-lang/crates.io-index"
314
+ checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f"
315
+
316
+ [[package]]
317
+ name = "hashbrown"
318
+ version = "0.15.4"
319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
320
+ checksum = "5971ac85611da7067dbfcabef3c70ebb5606018acd9e2a3903a0da507521e0d5"
321
+
322
+ [[package]]
323
+ name = "heck"
324
+ version = "0.5.0"
325
+ source = "registry+https://github.com/rust-lang/crates.io-index"
326
+ checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
327
+
328
+ [[package]]
329
+ name = "http"
330
+ version = "1.3.1"
331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
332
+ checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
333
+ dependencies = [
334
+ "bytes",
335
+ "fnv",
336
+ "itoa",
337
+ ]
338
+
339
+ [[package]]
340
+ name = "http-body"
341
+ version = "1.0.1"
342
+ source = "registry+https://github.com/rust-lang/crates.io-index"
343
+ checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
344
+ dependencies = [
345
+ "bytes",
346
+ "http",
347
+ ]
348
+
349
+ [[package]]
350
+ name = "http-body-util"
351
+ version = "0.1.3"
352
+ source = "registry+https://github.com/rust-lang/crates.io-index"
353
+ checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
354
+ dependencies = [
355
+ "bytes",
356
+ "futures-core",
357
+ "http",
358
+ "http-body",
359
+ "pin-project-lite",
360
+ ]
361
+
362
+ [[package]]
363
+ name = "httparse"
364
+ version = "1.10.1"
365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
366
+ checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
367
+
368
+ [[package]]
369
+ name = "hyper"
370
+ version = "1.6.0"
371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
372
+ checksum = "cc2b571658e38e0c01b1fdca3bbbe93c00d3d71693ff2770043f8c29bc7d6f80"
373
+ dependencies = [
374
+ "bytes",
375
+ "futures-channel",
376
+ "futures-util",
377
+ "http",
378
+ "http-body",
379
+ "httparse",
380
+ "itoa",
381
+ "pin-project-lite",
382
+ "smallvec",
383
+ "tokio",
384
+ "want",
385
+ ]
386
+
387
+ [[package]]
388
+ name = "hyper-rustls"
389
+ version = "0.27.7"
390
+ source = "registry+https://github.com/rust-lang/crates.io-index"
391
+ checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
392
+ dependencies = [
393
+ "http",
394
+ "hyper",
395
+ "hyper-util",
396
+ "rustls",
397
+ "rustls-pki-types",
398
+ "tokio",
399
+ "tokio-rustls",
400
+ "tower-service",
401
+ "webpki-roots",
402
+ ]
403
+
404
+ [[package]]
405
+ name = "hyper-util"
406
+ version = "0.1.14"
407
+ source = "registry+https://github.com/rust-lang/crates.io-index"
408
+ checksum = "dc2fdfdbff08affe55bb779f33b053aa1fe5dd5b54c257343c17edfa55711bdb"
409
+ dependencies = [
410
+ "base64",
411
+ "bytes",
412
+ "futures-channel",
413
+ "futures-core",
414
+ "futures-util",
415
+ "http",
416
+ "http-body",
417
+ "hyper",
418
+ "ipnet",
419
+ "libc",
420
+ "percent-encoding",
421
+ "pin-project-lite",
422
+ "socket2",
423
+ "tokio",
424
+ "tower-service",
425
+ "tracing",
426
+ ]
427
+
428
+ [[package]]
429
+ name = "icu_collections"
430
+ version = "2.0.0"
431
+ source = "registry+https://github.com/rust-lang/crates.io-index"
432
+ checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
433
+ dependencies = [
434
+ "displaydoc",
435
+ "potential_utf",
436
+ "yoke",
437
+ "zerofrom",
438
+ "zerovec",
439
+ ]
440
+
441
+ [[package]]
442
+ name = "icu_locale_core"
443
+ version = "2.0.0"
444
+ source = "registry+https://github.com/rust-lang/crates.io-index"
445
+ checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
446
+ dependencies = [
447
+ "displaydoc",
448
+ "litemap",
449
+ "tinystr",
450
+ "writeable",
451
+ "zerovec",
452
+ ]
453
+
454
+ [[package]]
455
+ name = "icu_normalizer"
456
+ version = "2.0.0"
457
+ source = "registry+https://github.com/rust-lang/crates.io-index"
458
+ checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
459
+ dependencies = [
460
+ "displaydoc",
461
+ "icu_collections",
462
+ "icu_normalizer_data",
463
+ "icu_properties",
464
+ "icu_provider",
465
+ "smallvec",
466
+ "zerovec",
467
+ ]
468
+
469
+ [[package]]
470
+ name = "icu_normalizer_data"
471
+ version = "2.0.0"
472
+ source = "registry+https://github.com/rust-lang/crates.io-index"
473
+ checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
474
+
475
+ [[package]]
476
+ name = "icu_properties"
477
+ version = "2.0.1"
478
+ source = "registry+https://github.com/rust-lang/crates.io-index"
479
+ checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
480
+ dependencies = [
481
+ "displaydoc",
482
+ "icu_collections",
483
+ "icu_locale_core",
484
+ "icu_properties_data",
485
+ "icu_provider",
486
+ "potential_utf",
487
+ "zerotrie",
488
+ "zerovec",
489
+ ]
490
+
491
+ [[package]]
492
+ name = "icu_properties_data"
493
+ version = "2.0.1"
494
+ source = "registry+https://github.com/rust-lang/crates.io-index"
495
+ checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
496
+
497
+ [[package]]
498
+ name = "icu_provider"
499
+ version = "2.0.0"
500
+ source = "registry+https://github.com/rust-lang/crates.io-index"
501
+ checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
502
+ dependencies = [
503
+ "displaydoc",
504
+ "icu_locale_core",
505
+ "stable_deref_trait",
506
+ "tinystr",
507
+ "writeable",
508
+ "yoke",
509
+ "zerofrom",
510
+ "zerotrie",
511
+ "zerovec",
512
+ ]
513
+
514
+ [[package]]
515
+ name = "idna"
516
+ version = "1.0.3"
517
+ source = "registry+https://github.com/rust-lang/crates.io-index"
518
+ checksum = "686f825264d630750a544639377bae737628043f20d38bbc029e8f29ea968a7e"
519
+ dependencies = [
520
+ "idna_adapter",
521
+ "smallvec",
522
+ "utf8_iter",
523
+ ]
524
+
525
+ [[package]]
526
+ name = "idna_adapter"
527
+ version = "1.2.1"
528
+ source = "registry+https://github.com/rust-lang/crates.io-index"
529
+ checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
530
+ dependencies = [
531
+ "icu_normalizer",
532
+ "icu_properties",
533
+ ]
534
+
535
+ [[package]]
536
+ name = "indexmap"
537
+ version = "2.9.0"
538
+ source = "registry+https://github.com/rust-lang/crates.io-index"
539
+ checksum = "cea70ddb795996207ad57735b50c5982d8844f38ba9ee5f1aedcfb708a2aa11e"
540
+ dependencies = [
541
+ "equivalent",
542
+ "hashbrown",
543
+ ]
544
+
545
+ [[package]]
546
+ name = "indoc"
547
+ version = "2.0.6"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
550
+
551
+ [[package]]
552
+ name = "interpolator"
553
+ version = "0.5.0"
554
+ source = "registry+https://github.com/rust-lang/crates.io-index"
555
+ checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8"
556
+
557
+ [[package]]
558
+ name = "ipnet"
559
+ version = "2.11.0"
560
+ source = "registry+https://github.com/rust-lang/crates.io-index"
561
+ checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
562
+
563
+ [[package]]
564
+ name = "iri-string"
565
+ version = "0.7.8"
566
+ source = "registry+https://github.com/rust-lang/crates.io-index"
567
+ checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
568
+ dependencies = [
569
+ "memchr",
570
+ "serde",
571
+ ]
572
+
573
+ [[package]]
574
+ name = "itoa"
575
+ version = "1.0.15"
576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
577
+ checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
578
+
579
+ [[package]]
580
+ name = "js-sys"
581
+ version = "0.3.77"
582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
583
+ checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f"
584
+ dependencies = [
585
+ "once_cell",
586
+ "wasm-bindgen",
587
+ ]
588
+
589
+ [[package]]
590
+ name = "libc"
591
+ version = "0.2.173"
592
+ source = "registry+https://github.com/rust-lang/crates.io-index"
593
+ checksum = "d8cfeafaffdbc32176b64fb251369d52ea9f0a8fbc6f8759edffef7b525d64bb"
594
+
595
+ [[package]]
596
+ name = "libz-rs-sys"
597
+ version = "0.5.1"
598
+ source = "registry+https://github.com/rust-lang/crates.io-index"
599
+ checksum = "172a788537a2221661b480fee8dc5f96c580eb34fa88764d3205dc356c7e4221"
600
+ dependencies = [
601
+ "zlib-rs",
602
+ ]
603
+
604
+ [[package]]
605
+ name = "litemap"
606
+ version = "0.8.0"
607
+ source = "registry+https://github.com/rust-lang/crates.io-index"
608
+ checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
609
+
610
+ [[package]]
611
+ name = "log"
612
+ version = "0.4.27"
613
+ source = "registry+https://github.com/rust-lang/crates.io-index"
614
+ checksum = "13dc2df351e3202783a1fe0d44375f7295ffb4049267b0f3018346dc122a1d94"
615
+
616
+ [[package]]
617
+ name = "lru-slab"
618
+ version = "0.1.2"
619
+ source = "registry+https://github.com/rust-lang/crates.io-index"
620
+ checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
621
+
622
+ [[package]]
623
+ name = "manyhow"
624
+ version = "0.11.4"
625
+ source = "registry+https://github.com/rust-lang/crates.io-index"
626
+ checksum = "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587"
627
+ dependencies = [
628
+ "manyhow-macros",
629
+ "proc-macro2",
630
+ "quote",
631
+ "syn",
632
+ ]
633
+
634
+ [[package]]
635
+ name = "manyhow-macros"
636
+ version = "0.11.4"
637
+ source = "registry+https://github.com/rust-lang/crates.io-index"
638
+ checksum = "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495"
639
+ dependencies = [
640
+ "proc-macro-utils",
641
+ "proc-macro2",
642
+ "quote",
643
+ ]
644
+
645
+ [[package]]
646
+ name = "memchr"
647
+ version = "2.7.5"
648
+ source = "registry+https://github.com/rust-lang/crates.io-index"
649
+ checksum = "32a282da65faaf38286cf3be983213fcf1d2e2a58700e808f83f4ea9a4804bc0"
650
+
651
+ [[package]]
652
+ name = "memoffset"
653
+ version = "0.9.1"
654
+ source = "registry+https://github.com/rust-lang/crates.io-index"
655
+ checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
656
+ dependencies = [
657
+ "autocfg",
658
+ ]
659
+
660
+ [[package]]
661
+ name = "miniz_oxide"
662
+ version = "0.8.9"
663
+ source = "registry+https://github.com/rust-lang/crates.io-index"
664
+ checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
665
+ dependencies = [
666
+ "adler2",
667
+ ]
668
+
669
+ [[package]]
670
+ name = "mio"
671
+ version = "1.0.4"
672
+ source = "registry+https://github.com/rust-lang/crates.io-index"
673
+ checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c"
674
+ dependencies = [
675
+ "libc",
676
+ "wasi 0.11.1+wasi-snapshot-preview1",
677
+ "windows-sys 0.59.0",
678
+ ]
679
+
680
+ [[package]]
681
+ name = "object"
682
+ version = "0.36.7"
683
+ source = "registry+https://github.com/rust-lang/crates.io-index"
684
+ checksum = "62948e14d923ea95ea2c7c86c71013138b66525b86bdc08d2dcc262bdb497b87"
685
+ dependencies = [
686
+ "memchr",
687
+ ]
688
+
689
+ [[package]]
690
+ name = "once_cell"
691
+ version = "1.21.3"
692
+ source = "registry+https://github.com/rust-lang/crates.io-index"
693
+ checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
694
+
695
+ [[package]]
696
+ name = "percent-encoding"
697
+ version = "2.3.1"
698
+ source = "registry+https://github.com/rust-lang/crates.io-index"
699
+ checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
700
+
701
+ [[package]]
702
+ name = "pin-project-lite"
703
+ version = "0.2.16"
704
+ source = "registry+https://github.com/rust-lang/crates.io-index"
705
+ checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
706
+
707
+ [[package]]
708
+ name = "pin-utils"
709
+ version = "0.1.0"
710
+ source = "registry+https://github.com/rust-lang/crates.io-index"
711
+ checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
712
+
713
+ [[package]]
714
+ name = "portable-atomic"
715
+ version = "1.11.1"
716
+ source = "registry+https://github.com/rust-lang/crates.io-index"
717
+ checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
718
+
719
+ [[package]]
720
+ name = "potential_utf"
721
+ version = "0.1.2"
722
+ source = "registry+https://github.com/rust-lang/crates.io-index"
723
+ checksum = "e5a7c30837279ca13e7c867e9e40053bc68740f988cb07f7ca6df43cc734b585"
724
+ dependencies = [
725
+ "zerovec",
726
+ ]
727
+
728
+ [[package]]
729
+ name = "ppv-lite86"
730
+ version = "0.2.21"
731
+ source = "registry+https://github.com/rust-lang/crates.io-index"
732
+ checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
733
+ dependencies = [
734
+ "zerocopy",
735
+ ]
736
+
737
+ [[package]]
738
+ name = "proc-macro-utils"
739
+ version = "0.10.0"
740
+ source = "registry+https://github.com/rust-lang/crates.io-index"
741
+ checksum = "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071"
742
+ dependencies = [
743
+ "proc-macro2",
744
+ "quote",
745
+ "smallvec",
746
+ ]
747
+
748
+ [[package]]
749
+ name = "proc-macro2"
750
+ version = "1.0.95"
751
+ source = "registry+https://github.com/rust-lang/crates.io-index"
752
+ checksum = "02b3e5e68a3a1a02aad3ec490a98007cbc13c37cbe84a3cd7b8e406d76e7f778"
753
+ dependencies = [
754
+ "unicode-ident",
755
+ ]
756
+
757
+ [[package]]
758
+ name = "pyo3"
759
+ version = "0.25.1"
760
+ source = "registry+https://github.com/rust-lang/crates.io-index"
761
+ checksum = "8970a78afe0628a3e3430376fc5fd76b6b45c4d43360ffd6cdd40bdde72b682a"
762
+ dependencies = [
763
+ "indoc",
764
+ "libc",
765
+ "memoffset",
766
+ "once_cell",
767
+ "portable-atomic",
768
+ "pyo3-build-config",
769
+ "pyo3-ffi",
770
+ "pyo3-macros",
771
+ "unindent",
772
+ ]
773
+
774
+ [[package]]
775
+ name = "pyo3-build-config"
776
+ version = "0.25.1"
777
+ source = "registry+https://github.com/rust-lang/crates.io-index"
778
+ checksum = "458eb0c55e7ece017adeba38f2248ff3ac615e53660d7c71a238d7d2a01c7598"
779
+ dependencies = [
780
+ "once_cell",
781
+ "target-lexicon",
782
+ ]
783
+
784
+ [[package]]
785
+ name = "pyo3-ffi"
786
+ version = "0.25.1"
787
+ source = "registry+https://github.com/rust-lang/crates.io-index"
788
+ checksum = "7114fe5457c61b276ab77c5055f206295b812608083644a5c5b2640c3102565c"
789
+ dependencies = [
790
+ "libc",
791
+ "pyo3-build-config",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "pyo3-macros"
796
+ version = "0.25.1"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "a8725c0a622b374d6cb051d11a0983786448f7785336139c3c94f5aa6bef7e50"
799
+ dependencies = [
800
+ "proc-macro2",
801
+ "pyo3-macros-backend",
802
+ "quote",
803
+ "syn",
804
+ ]
805
+
806
+ [[package]]
807
+ name = "pyo3-macros-backend"
808
+ version = "0.25.1"
809
+ source = "registry+https://github.com/rust-lang/crates.io-index"
810
+ checksum = "4109984c22491085343c05b0dbc54ddc405c3cf7b4374fc533f5c3313a572ccc"
811
+ dependencies = [
812
+ "heck",
813
+ "proc-macro2",
814
+ "pyo3-build-config",
815
+ "quote",
816
+ "syn",
817
+ ]
818
+
819
+ [[package]]
820
+ name = "quinn"
821
+ version = "0.11.8"
822
+ source = "registry+https://github.com/rust-lang/crates.io-index"
823
+ checksum = "626214629cda6781b6dc1d316ba307189c85ba657213ce642d9c77670f8202c8"
824
+ dependencies = [
825
+ "bytes",
826
+ "cfg_aliases",
827
+ "pin-project-lite",
828
+ "quinn-proto",
829
+ "quinn-udp",
830
+ "rustc-hash",
831
+ "rustls",
832
+ "socket2",
833
+ "thiserror",
834
+ "tokio",
835
+ "tracing",
836
+ "web-time",
837
+ ]
838
+
839
+ [[package]]
840
+ name = "quinn-proto"
841
+ version = "0.11.12"
842
+ source = "registry+https://github.com/rust-lang/crates.io-index"
843
+ checksum = "49df843a9161c85bb8aae55f101bc0bac8bcafd637a620d9122fd7e0b2f7422e"
844
+ dependencies = [
845
+ "bytes",
846
+ "getrandom 0.3.3",
847
+ "lru-slab",
848
+ "rand",
849
+ "ring",
850
+ "rustc-hash",
851
+ "rustls",
852
+ "rustls-pki-types",
853
+ "slab",
854
+ "thiserror",
855
+ "tinyvec",
856
+ "tracing",
857
+ "web-time",
858
+ ]
859
+
860
+ [[package]]
861
+ name = "quinn-udp"
862
+ version = "0.5.12"
863
+ source = "registry+https://github.com/rust-lang/crates.io-index"
864
+ checksum = "ee4e529991f949c5e25755532370b8af5d114acae52326361d68d47af64aa842"
865
+ dependencies = [
866
+ "cfg_aliases",
867
+ "libc",
868
+ "once_cell",
869
+ "socket2",
870
+ "tracing",
871
+ "windows-sys 0.59.0",
872
+ ]
873
+
874
+ [[package]]
875
+ name = "quote"
876
+ version = "1.0.40"
877
+ source = "registry+https://github.com/rust-lang/crates.io-index"
878
+ checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d"
879
+ dependencies = [
880
+ "proc-macro2",
881
+ ]
882
+
883
+ [[package]]
884
+ name = "quote-use"
885
+ version = "0.8.4"
886
+ source = "registry+https://github.com/rust-lang/crates.io-index"
887
+ checksum = "9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e"
888
+ dependencies = [
889
+ "quote",
890
+ "quote-use-macros",
891
+ ]
892
+
893
+ [[package]]
894
+ name = "quote-use-macros"
895
+ version = "0.8.4"
896
+ source = "registry+https://github.com/rust-lang/crates.io-index"
897
+ checksum = "82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35"
898
+ dependencies = [
899
+ "proc-macro-utils",
900
+ "proc-macro2",
901
+ "quote",
902
+ "syn",
903
+ ]
904
+
905
+ [[package]]
906
+ name = "r-efi"
907
+ version = "5.2.0"
908
+ source = "registry+https://github.com/rust-lang/crates.io-index"
909
+ checksum = "74765f6d916ee2faa39bc8e68e4f3ed8949b48cccdac59983d287a7cb71ce9c5"
910
+
911
+ [[package]]
912
+ name = "rand"
913
+ version = "0.9.1"
914
+ source = "registry+https://github.com/rust-lang/crates.io-index"
915
+ checksum = "9fbfd9d094a40bf3ae768db9361049ace4c0e04a4fd6b359518bd7b73a73dd97"
916
+ dependencies = [
917
+ "rand_chacha",
918
+ "rand_core",
919
+ ]
920
+
921
+ [[package]]
922
+ name = "rand_chacha"
923
+ version = "0.9.0"
924
+ source = "registry+https://github.com/rust-lang/crates.io-index"
925
+ checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
926
+ dependencies = [
927
+ "ppv-lite86",
928
+ "rand_core",
929
+ ]
930
+
931
+ [[package]]
932
+ name = "rand_core"
933
+ version = "0.9.3"
934
+ source = "registry+https://github.com/rust-lang/crates.io-index"
935
+ checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
936
+ dependencies = [
937
+ "getrandom 0.3.3",
938
+ ]
939
+
940
+ [[package]]
941
+ name = "reqwest"
942
+ version = "0.12.20"
943
+ source = "registry+https://github.com/rust-lang/crates.io-index"
944
+ checksum = "eabf4c97d9130e2bf606614eb937e86edac8292eaa6f422f995d7e8de1eb1813"
945
+ dependencies = [
946
+ "base64",
947
+ "bytes",
948
+ "futures-channel",
949
+ "futures-core",
950
+ "futures-util",
951
+ "http",
952
+ "http-body",
953
+ "http-body-util",
954
+ "hyper",
955
+ "hyper-rustls",
956
+ "hyper-util",
957
+ "js-sys",
958
+ "log",
959
+ "percent-encoding",
960
+ "pin-project-lite",
961
+ "quinn",
962
+ "rustls",
963
+ "rustls-pki-types",
964
+ "serde",
965
+ "serde_json",
966
+ "serde_urlencoded",
967
+ "sync_wrapper",
968
+ "tokio",
969
+ "tokio-rustls",
970
+ "tower",
971
+ "tower-http",
972
+ "tower-service",
973
+ "url",
974
+ "wasm-bindgen",
975
+ "wasm-bindgen-futures",
976
+ "web-sys",
977
+ "webpki-roots",
978
+ ]
979
+
980
+ [[package]]
981
+ name = "ring"
982
+ version = "0.17.14"
983
+ source = "registry+https://github.com/rust-lang/crates.io-index"
984
+ checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
985
+ dependencies = [
986
+ "cc",
987
+ "cfg-if",
988
+ "getrandom 0.2.16",
989
+ "libc",
990
+ "untrusted",
991
+ "windows-sys 0.52.0",
992
+ ]
993
+
994
+ [[package]]
995
+ name = "rlbot_flatbuffers"
996
+ version = "0.17.0"
997
+ dependencies = [
998
+ "flatbuffers",
999
+ "get-size",
1000
+ "pyo3",
1001
+ "reqwest",
1002
+ "serde",
1003
+ "zip",
1004
+ ]
1005
+
1006
+ [[package]]
1007
+ name = "rustc-demangle"
1008
+ version = "0.1.25"
1009
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1010
+ checksum = "989e6739f80c4ad5b13e0fd7fe89531180375b18520cc8c82080e4dc4035b84f"
1011
+
1012
+ [[package]]
1013
+ name = "rustc-hash"
1014
+ version = "2.1.1"
1015
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1016
+ checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
1017
+
1018
+ [[package]]
1019
+ name = "rustc_version"
1020
+ version = "0.4.1"
1021
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1022
+ checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
1023
+ dependencies = [
1024
+ "semver",
1025
+ ]
1026
+
1027
+ [[package]]
1028
+ name = "rustls"
1029
+ version = "0.23.27"
1030
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1031
+ checksum = "730944ca083c1c233a75c09f199e973ca499344a2b7ba9e755c457e86fb4a321"
1032
+ dependencies = [
1033
+ "once_cell",
1034
+ "ring",
1035
+ "rustls-pki-types",
1036
+ "rustls-webpki",
1037
+ "subtle",
1038
+ "zeroize",
1039
+ ]
1040
+
1041
+ [[package]]
1042
+ name = "rustls-pki-types"
1043
+ version = "1.12.0"
1044
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1045
+ checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
1046
+ dependencies = [
1047
+ "web-time",
1048
+ "zeroize",
1049
+ ]
1050
+
1051
+ [[package]]
1052
+ name = "rustls-webpki"
1053
+ version = "0.103.3"
1054
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1055
+ checksum = "e4a72fe2bcf7a6ac6fd7d0b9e5cb68aeb7d4c0a0271730218b3e92d43b4eb435"
1056
+ dependencies = [
1057
+ "ring",
1058
+ "rustls-pki-types",
1059
+ "untrusted",
1060
+ ]
1061
+
1062
+ [[package]]
1063
+ name = "rustversion"
1064
+ version = "1.0.21"
1065
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1066
+ checksum = "8a0d197bd2c9dc6e53b84da9556a69ba4cdfab8619eb41a8bd1cc2027a0f6b1d"
1067
+
1068
+ [[package]]
1069
+ name = "ryu"
1070
+ version = "1.0.20"
1071
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1072
+ checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
1073
+
1074
+ [[package]]
1075
+ name = "semver"
1076
+ version = "1.0.26"
1077
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1078
+ checksum = "56e6fa9c48d24d85fb3de5ad847117517440f6beceb7798af16b4a87d616b8d0"
1079
+
1080
+ [[package]]
1081
+ name = "serde"
1082
+ version = "1.0.219"
1083
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1084
+ checksum = "5f0e2c6ed6606019b4e29e69dbaba95b11854410e5347d525002456dbbb786b6"
1085
+ dependencies = [
1086
+ "serde_derive",
1087
+ ]
1088
+
1089
+ [[package]]
1090
+ name = "serde_derive"
1091
+ version = "1.0.219"
1092
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1093
+ checksum = "5b0276cf7f2c73365f7157c8123c21cd9a50fbbd844757af28ca1f5925fc2a00"
1094
+ dependencies = [
1095
+ "proc-macro2",
1096
+ "quote",
1097
+ "syn",
1098
+ ]
1099
+
1100
+ [[package]]
1101
+ name = "serde_json"
1102
+ version = "1.0.140"
1103
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1104
+ checksum = "20068b6e96dc6c9bd23e01df8827e6c7e1f2fddd43c21810382803c136b99373"
1105
+ dependencies = [
1106
+ "itoa",
1107
+ "memchr",
1108
+ "ryu",
1109
+ "serde",
1110
+ ]
1111
+
1112
+ [[package]]
1113
+ name = "serde_urlencoded"
1114
+ version = "0.7.1"
1115
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1116
+ checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
1117
+ dependencies = [
1118
+ "form_urlencoded",
1119
+ "itoa",
1120
+ "ryu",
1121
+ "serde",
1122
+ ]
1123
+
1124
+ [[package]]
1125
+ name = "shlex"
1126
+ version = "1.3.0"
1127
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1128
+ checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
1129
+
1130
+ [[package]]
1131
+ name = "simd-adler32"
1132
+ version = "0.3.7"
1133
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1134
+ checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
1135
+
1136
+ [[package]]
1137
+ name = "slab"
1138
+ version = "0.4.9"
1139
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1140
+ checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
1141
+ dependencies = [
1142
+ "autocfg",
1143
+ ]
1144
+
1145
+ [[package]]
1146
+ name = "smallvec"
1147
+ version = "1.15.1"
1148
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1149
+ checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
1150
+
1151
+ [[package]]
1152
+ name = "socket2"
1153
+ version = "0.5.10"
1154
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1155
+ checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
1156
+ dependencies = [
1157
+ "libc",
1158
+ "windows-sys 0.52.0",
1159
+ ]
1160
+
1161
+ [[package]]
1162
+ name = "stable_deref_trait"
1163
+ version = "1.2.0"
1164
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1165
+ checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
1166
+
1167
+ [[package]]
1168
+ name = "subtle"
1169
+ version = "2.6.1"
1170
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1171
+ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
1172
+
1173
+ [[package]]
1174
+ name = "syn"
1175
+ version = "2.0.103"
1176
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1177
+ checksum = "e4307e30089d6fd6aff212f2da3a1f9e32f3223b1f010fb09b7c95f90f3ca1e8"
1178
+ dependencies = [
1179
+ "proc-macro2",
1180
+ "quote",
1181
+ "unicode-ident",
1182
+ ]
1183
+
1184
+ [[package]]
1185
+ name = "sync_wrapper"
1186
+ version = "1.0.2"
1187
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1188
+ checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
1189
+ dependencies = [
1190
+ "futures-core",
1191
+ ]
1192
+
1193
+ [[package]]
1194
+ name = "synstructure"
1195
+ version = "0.13.2"
1196
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1197
+ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
1198
+ dependencies = [
1199
+ "proc-macro2",
1200
+ "quote",
1201
+ "syn",
1202
+ ]
1203
+
1204
+ [[package]]
1205
+ name = "target-lexicon"
1206
+ version = "0.13.2"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "e502f78cdbb8ba4718f566c418c52bc729126ffd16baee5baa718cf25dd5a69a"
1209
+
1210
+ [[package]]
1211
+ name = "thiserror"
1212
+ version = "2.0.12"
1213
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1214
+ checksum = "567b8a2dae586314f7be2a752ec7474332959c6460e02bde30d702a66d488708"
1215
+ dependencies = [
1216
+ "thiserror-impl",
1217
+ ]
1218
+
1219
+ [[package]]
1220
+ name = "thiserror-impl"
1221
+ version = "2.0.12"
1222
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1223
+ checksum = "7f7cf42b4507d8ea322120659672cf1b9dbb93f8f2d4ecfd6e51350ff5b17a1d"
1224
+ dependencies = [
1225
+ "proc-macro2",
1226
+ "quote",
1227
+ "syn",
1228
+ ]
1229
+
1230
+ [[package]]
1231
+ name = "tinystr"
1232
+ version = "0.8.1"
1233
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1234
+ checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
1235
+ dependencies = [
1236
+ "displaydoc",
1237
+ "zerovec",
1238
+ ]
1239
+
1240
+ [[package]]
1241
+ name = "tinyvec"
1242
+ version = "1.9.0"
1243
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1244
+ checksum = "09b3661f17e86524eccd4371ab0429194e0d7c008abb45f7a7495b1719463c71"
1245
+ dependencies = [
1246
+ "tinyvec_macros",
1247
+ ]
1248
+
1249
+ [[package]]
1250
+ name = "tinyvec_macros"
1251
+ version = "0.1.1"
1252
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1253
+ checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
1254
+
1255
+ [[package]]
1256
+ name = "tokio"
1257
+ version = "1.45.1"
1258
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1259
+ checksum = "75ef51a33ef1da925cea3e4eb122833cb377c61439ca401b770f54902b806779"
1260
+ dependencies = [
1261
+ "backtrace",
1262
+ "bytes",
1263
+ "libc",
1264
+ "mio",
1265
+ "pin-project-lite",
1266
+ "socket2",
1267
+ "windows-sys 0.52.0",
1268
+ ]
1269
+
1270
+ [[package]]
1271
+ name = "tokio-rustls"
1272
+ version = "0.26.2"
1273
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1274
+ checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
1275
+ dependencies = [
1276
+ "rustls",
1277
+ "tokio",
1278
+ ]
1279
+
1280
+ [[package]]
1281
+ name = "tower"
1282
+ version = "0.5.2"
1283
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1284
+ checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
1285
+ dependencies = [
1286
+ "futures-core",
1287
+ "futures-util",
1288
+ "pin-project-lite",
1289
+ "sync_wrapper",
1290
+ "tokio",
1291
+ "tower-layer",
1292
+ "tower-service",
1293
+ ]
1294
+
1295
+ [[package]]
1296
+ name = "tower-http"
1297
+ version = "0.6.6"
1298
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1299
+ checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
1300
+ dependencies = [
1301
+ "bitflags",
1302
+ "bytes",
1303
+ "futures-util",
1304
+ "http",
1305
+ "http-body",
1306
+ "iri-string",
1307
+ "pin-project-lite",
1308
+ "tower",
1309
+ "tower-layer",
1310
+ "tower-service",
1311
+ ]
1312
+
1313
+ [[package]]
1314
+ name = "tower-layer"
1315
+ version = "0.3.3"
1316
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1317
+ checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
1318
+
1319
+ [[package]]
1320
+ name = "tower-service"
1321
+ version = "0.3.3"
1322
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1323
+ checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
1324
+
1325
+ [[package]]
1326
+ name = "tracing"
1327
+ version = "0.1.41"
1328
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1329
+ checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0"
1330
+ dependencies = [
1331
+ "pin-project-lite",
1332
+ "tracing-core",
1333
+ ]
1334
+
1335
+ [[package]]
1336
+ name = "tracing-core"
1337
+ version = "0.1.34"
1338
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1339
+ checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678"
1340
+ dependencies = [
1341
+ "once_cell",
1342
+ ]
1343
+
1344
+ [[package]]
1345
+ name = "try-lock"
1346
+ version = "0.2.5"
1347
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1348
+ checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
1349
+
1350
+ [[package]]
1351
+ name = "unicode-ident"
1352
+ version = "1.0.18"
1353
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1354
+ checksum = "5a5f39404a5da50712a4c1eecf25e90dd62b613502b7e925fd4e4d19b5c96512"
1355
+
1356
+ [[package]]
1357
+ name = "unindent"
1358
+ version = "0.2.4"
1359
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1360
+ checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
1361
+
1362
+ [[package]]
1363
+ name = "untrusted"
1364
+ version = "0.9.0"
1365
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1366
+ checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
1367
+
1368
+ [[package]]
1369
+ name = "url"
1370
+ version = "2.5.4"
1371
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1372
+ checksum = "32f8b686cadd1473f4bd0117a5d28d36b1ade384ea9b5069a1c40aefed7fda60"
1373
+ dependencies = [
1374
+ "form_urlencoded",
1375
+ "idna",
1376
+ "percent-encoding",
1377
+ ]
1378
+
1379
+ [[package]]
1380
+ name = "utf8_iter"
1381
+ version = "1.0.4"
1382
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1383
+ checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
1384
+
1385
+ [[package]]
1386
+ name = "want"
1387
+ version = "0.3.1"
1388
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
+ checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
1390
+ dependencies = [
1391
+ "try-lock",
1392
+ ]
1393
+
1394
+ [[package]]
1395
+ name = "wasi"
1396
+ version = "0.11.1+wasi-snapshot-preview1"
1397
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1398
+ checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
1399
+
1400
+ [[package]]
1401
+ name = "wasi"
1402
+ version = "0.14.2+wasi-0.2.4"
1403
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1404
+ checksum = "9683f9a5a998d873c0d21fcbe3c083009670149a8fab228644b8bd36b2c48cb3"
1405
+ dependencies = [
1406
+ "wit-bindgen-rt",
1407
+ ]
1408
+
1409
+ [[package]]
1410
+ name = "wasm-bindgen"
1411
+ version = "0.2.100"
1412
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1413
+ checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5"
1414
+ dependencies = [
1415
+ "cfg-if",
1416
+ "once_cell",
1417
+ "rustversion",
1418
+ "wasm-bindgen-macro",
1419
+ ]
1420
+
1421
+ [[package]]
1422
+ name = "wasm-bindgen-backend"
1423
+ version = "0.2.100"
1424
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1425
+ checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6"
1426
+ dependencies = [
1427
+ "bumpalo",
1428
+ "log",
1429
+ "proc-macro2",
1430
+ "quote",
1431
+ "syn",
1432
+ "wasm-bindgen-shared",
1433
+ ]
1434
+
1435
+ [[package]]
1436
+ name = "wasm-bindgen-futures"
1437
+ version = "0.4.50"
1438
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1439
+ checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61"
1440
+ dependencies = [
1441
+ "cfg-if",
1442
+ "js-sys",
1443
+ "once_cell",
1444
+ "wasm-bindgen",
1445
+ "web-sys",
1446
+ ]
1447
+
1448
+ [[package]]
1449
+ name = "wasm-bindgen-macro"
1450
+ version = "0.2.100"
1451
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1452
+ checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407"
1453
+ dependencies = [
1454
+ "quote",
1455
+ "wasm-bindgen-macro-support",
1456
+ ]
1457
+
1458
+ [[package]]
1459
+ name = "wasm-bindgen-macro-support"
1460
+ version = "0.2.100"
1461
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1462
+ checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de"
1463
+ dependencies = [
1464
+ "proc-macro2",
1465
+ "quote",
1466
+ "syn",
1467
+ "wasm-bindgen-backend",
1468
+ "wasm-bindgen-shared",
1469
+ ]
1470
+
1471
+ [[package]]
1472
+ name = "wasm-bindgen-shared"
1473
+ version = "0.2.100"
1474
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1475
+ checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d"
1476
+ dependencies = [
1477
+ "unicode-ident",
1478
+ ]
1479
+
1480
+ [[package]]
1481
+ name = "web-sys"
1482
+ version = "0.3.77"
1483
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1484
+ checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2"
1485
+ dependencies = [
1486
+ "js-sys",
1487
+ "wasm-bindgen",
1488
+ ]
1489
+
1490
+ [[package]]
1491
+ name = "web-time"
1492
+ version = "1.1.0"
1493
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1494
+ checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
1495
+ dependencies = [
1496
+ "js-sys",
1497
+ "wasm-bindgen",
1498
+ ]
1499
+
1500
+ [[package]]
1501
+ name = "webpki-roots"
1502
+ version = "1.0.0"
1503
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1504
+ checksum = "2853738d1cc4f2da3a225c18ec6c3721abb31961096e9dbf5ab35fa88b19cfdb"
1505
+ dependencies = [
1506
+ "rustls-pki-types",
1507
+ ]
1508
+
1509
+ [[package]]
1510
+ name = "windows-sys"
1511
+ version = "0.52.0"
1512
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1513
+ checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
1514
+ dependencies = [
1515
+ "windows-targets",
1516
+ ]
1517
+
1518
+ [[package]]
1519
+ name = "windows-sys"
1520
+ version = "0.59.0"
1521
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1522
+ checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
1523
+ dependencies = [
1524
+ "windows-targets",
1525
+ ]
1526
+
1527
+ [[package]]
1528
+ name = "windows-targets"
1529
+ version = "0.52.6"
1530
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1531
+ checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1532
+ dependencies = [
1533
+ "windows_aarch64_gnullvm",
1534
+ "windows_aarch64_msvc",
1535
+ "windows_i686_gnu",
1536
+ "windows_i686_gnullvm",
1537
+ "windows_i686_msvc",
1538
+ "windows_x86_64_gnu",
1539
+ "windows_x86_64_gnullvm",
1540
+ "windows_x86_64_msvc",
1541
+ ]
1542
+
1543
+ [[package]]
1544
+ name = "windows_aarch64_gnullvm"
1545
+ version = "0.52.6"
1546
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1547
+ checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1548
+
1549
+ [[package]]
1550
+ name = "windows_aarch64_msvc"
1551
+ version = "0.52.6"
1552
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1553
+ checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1554
+
1555
+ [[package]]
1556
+ name = "windows_i686_gnu"
1557
+ version = "0.52.6"
1558
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1559
+ checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
1560
+
1561
+ [[package]]
1562
+ name = "windows_i686_gnullvm"
1563
+ version = "0.52.6"
1564
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1565
+ checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1566
+
1567
+ [[package]]
1568
+ name = "windows_i686_msvc"
1569
+ version = "0.52.6"
1570
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1571
+ checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1572
+
1573
+ [[package]]
1574
+ name = "windows_x86_64_gnu"
1575
+ version = "0.52.6"
1576
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1577
+ checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1578
+
1579
+ [[package]]
1580
+ name = "windows_x86_64_gnullvm"
1581
+ version = "0.52.6"
1582
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1583
+ checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1584
+
1585
+ [[package]]
1586
+ name = "windows_x86_64_msvc"
1587
+ version = "0.52.6"
1588
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1589
+ checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
1590
+
1591
+ [[package]]
1592
+ name = "wit-bindgen-rt"
1593
+ version = "0.39.0"
1594
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1595
+ checksum = "6f42320e61fe2cfd34354ecb597f86f413484a798ba44a8ca1165c58d42da6c1"
1596
+ dependencies = [
1597
+ "bitflags",
1598
+ ]
1599
+
1600
+ [[package]]
1601
+ name = "writeable"
1602
+ version = "0.6.1"
1603
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1604
+ checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
1605
+
1606
+ [[package]]
1607
+ name = "yoke"
1608
+ version = "0.8.0"
1609
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1610
+ checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
1611
+ dependencies = [
1612
+ "serde",
1613
+ "stable_deref_trait",
1614
+ "yoke-derive",
1615
+ "zerofrom",
1616
+ ]
1617
+
1618
+ [[package]]
1619
+ name = "yoke-derive"
1620
+ version = "0.8.0"
1621
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1622
+ checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
1623
+ dependencies = [
1624
+ "proc-macro2",
1625
+ "quote",
1626
+ "syn",
1627
+ "synstructure",
1628
+ ]
1629
+
1630
+ [[package]]
1631
+ name = "zerocopy"
1632
+ version = "0.8.25"
1633
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1634
+ checksum = "a1702d9583232ddb9174e01bb7c15a2ab8fb1bc6f227aa1233858c351a3ba0cb"
1635
+ dependencies = [
1636
+ "zerocopy-derive",
1637
+ ]
1638
+
1639
+ [[package]]
1640
+ name = "zerocopy-derive"
1641
+ version = "0.8.25"
1642
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1643
+ checksum = "28a6e20d751156648aa063f3800b706ee209a32c0b4d9f24be3d980b01be55ef"
1644
+ dependencies = [
1645
+ "proc-macro2",
1646
+ "quote",
1647
+ "syn",
1648
+ ]
1649
+
1650
+ [[package]]
1651
+ name = "zerofrom"
1652
+ version = "0.1.6"
1653
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1654
+ checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
1655
+ dependencies = [
1656
+ "zerofrom-derive",
1657
+ ]
1658
+
1659
+ [[package]]
1660
+ name = "zerofrom-derive"
1661
+ version = "0.1.6"
1662
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1663
+ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
1664
+ dependencies = [
1665
+ "proc-macro2",
1666
+ "quote",
1667
+ "syn",
1668
+ "synstructure",
1669
+ ]
1670
+
1671
+ [[package]]
1672
+ name = "zeroize"
1673
+ version = "1.8.1"
1674
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1675
+ checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde"
1676
+
1677
+ [[package]]
1678
+ name = "zerotrie"
1679
+ version = "0.2.2"
1680
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1681
+ checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
1682
+ dependencies = [
1683
+ "displaydoc",
1684
+ "yoke",
1685
+ "zerofrom",
1686
+ ]
1687
+
1688
+ [[package]]
1689
+ name = "zerovec"
1690
+ version = "0.11.2"
1691
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1692
+ checksum = "4a05eb080e015ba39cc9e23bbe5e7fb04d5fb040350f99f34e338d5fdd294428"
1693
+ dependencies = [
1694
+ "yoke",
1695
+ "zerofrom",
1696
+ "zerovec-derive",
1697
+ ]
1698
+
1699
+ [[package]]
1700
+ name = "zerovec-derive"
1701
+ version = "0.11.1"
1702
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1703
+ checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
1704
+ dependencies = [
1705
+ "proc-macro2",
1706
+ "quote",
1707
+ "syn",
1708
+ ]
1709
+
1710
+ [[package]]
1711
+ name = "zip"
1712
+ version = "4.0.0"
1713
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1714
+ checksum = "153a6fff49d264c4babdcfa6b4d534747f520e56e8f0f384f3b808c4b64cc1fd"
1715
+ dependencies = [
1716
+ "arbitrary",
1717
+ "crc32fast",
1718
+ "flate2",
1719
+ "indexmap",
1720
+ "memchr",
1721
+ "zopfli",
1722
+ ]
1723
+
1724
+ [[package]]
1725
+ name = "zlib-rs"
1726
+ version = "0.5.1"
1727
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1728
+ checksum = "626bd9fa9734751fc50d6060752170984d7053f5a39061f524cda68023d4db8a"
1729
+
1730
+ [[package]]
1731
+ name = "zopfli"
1732
+ version = "0.8.2"
1733
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1734
+ checksum = "edfc5ee405f504cd4984ecc6f14d02d55cfda60fa4b689434ef4102aae150cd7"
1735
+ dependencies = [
1736
+ "bumpalo",
1737
+ "crc32fast",
1738
+ "log",
1739
+ "simd-adler32",
1740
+ ]