rlbot-flatbuffers 0.18.4__tar.gz → 0.18.6__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.
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/Cargo.lock +73 -99
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/Cargo.toml +2 -2
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/PKG-INFO +1 -1
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/codegen/enums.rs +4 -4
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/codegen/pyi.rs +30 -7
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/codegen/structs.rs +2 -2
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/codegen/table.rs +1 -1
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/corepacket.fbs +6 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/interfacepacket.fbs +6 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/misc.fbs +6 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/src/lib.rs +3 -1
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/LICENSE +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/README.md +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/codegen/class_inject.rs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/codegen/main.rs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/codegen/unions.rs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/color.fbs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/comms.fbs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/gamedata.fbs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/gamestatemanip.fbs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/matchconfig.fbs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/rendering.fbs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/rlbot.fbs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/vector.fbs +0 -0
- {rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/pyproject.toml +0 -0
|
@@ -4,9 +4,9 @@ version = 4
|
|
|
4
4
|
|
|
5
5
|
[[package]]
|
|
6
6
|
name = "aho-corasick"
|
|
7
|
-
version = "1.1.
|
|
7
|
+
version = "1.1.4"
|
|
8
8
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
9
|
-
checksum = "
|
|
9
|
+
checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301"
|
|
10
10
|
dependencies = [
|
|
11
11
|
"memchr",
|
|
12
12
|
]
|
|
@@ -153,9 +153,9 @@ dependencies = [
|
|
|
153
153
|
|
|
154
154
|
[[package]]
|
|
155
155
|
name = "convert_case"
|
|
156
|
-
version = "0.
|
|
156
|
+
version = "0.10.0"
|
|
157
157
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
158
|
-
checksum = "
|
|
158
|
+
checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
|
|
159
159
|
dependencies = [
|
|
160
160
|
"unicode-segmentation",
|
|
161
161
|
]
|
|
@@ -171,9 +171,9 @@ dependencies = [
|
|
|
171
171
|
|
|
172
172
|
[[package]]
|
|
173
173
|
name = "crypto-common"
|
|
174
|
-
version = "0.1.
|
|
174
|
+
version = "0.1.7"
|
|
175
175
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
176
|
-
checksum = "
|
|
176
|
+
checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a"
|
|
177
177
|
dependencies = [
|
|
178
178
|
"generic-array",
|
|
179
179
|
"typenum",
|
|
@@ -181,22 +181,23 @@ dependencies = [
|
|
|
181
181
|
|
|
182
182
|
[[package]]
|
|
183
183
|
name = "derive_more"
|
|
184
|
-
version = "2.
|
|
184
|
+
version = "2.1.1"
|
|
185
185
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
186
|
-
checksum = "
|
|
186
|
+
checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
|
|
187
187
|
dependencies = [
|
|
188
188
|
"derive_more-impl",
|
|
189
189
|
]
|
|
190
190
|
|
|
191
191
|
[[package]]
|
|
192
192
|
name = "derive_more-impl"
|
|
193
|
-
version = "2.
|
|
193
|
+
version = "2.1.1"
|
|
194
194
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
195
|
-
checksum = "
|
|
195
|
+
checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
|
|
196
196
|
dependencies = [
|
|
197
197
|
"convert_case",
|
|
198
198
|
"proc-macro2",
|
|
199
199
|
"quote",
|
|
200
|
+
"rustc_version",
|
|
200
201
|
"syn",
|
|
201
202
|
]
|
|
202
203
|
|
|
@@ -261,9 +262,9 @@ checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
|
261
262
|
|
|
262
263
|
[[package]]
|
|
263
264
|
name = "generic-array"
|
|
264
|
-
version = "0.14.
|
|
265
|
+
version = "0.14.7"
|
|
265
266
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
266
|
-
checksum = "
|
|
267
|
+
checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
|
|
267
268
|
dependencies = [
|
|
268
269
|
"typenum",
|
|
269
270
|
"version_check",
|
|
@@ -294,9 +295,9 @@ dependencies = [
|
|
|
294
295
|
|
|
295
296
|
[[package]]
|
|
296
297
|
name = "hashbrown"
|
|
297
|
-
version = "0.16.
|
|
298
|
+
version = "0.16.1"
|
|
298
299
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
299
|
-
checksum = "
|
|
300
|
+
checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
300
301
|
|
|
301
302
|
[[package]]
|
|
302
303
|
name = "heck"
|
|
@@ -321,21 +322,12 @@ checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
|
|
|
321
322
|
|
|
322
323
|
[[package]]
|
|
323
324
|
name = "indexmap"
|
|
324
|
-
version = "2.
|
|
325
|
+
version = "2.13.0"
|
|
325
326
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
326
|
-
checksum = "
|
|
327
|
+
checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017"
|
|
327
328
|
dependencies = [
|
|
328
329
|
"equivalent",
|
|
329
|
-
"hashbrown 0.16.
|
|
330
|
-
]
|
|
331
|
-
|
|
332
|
-
[[package]]
|
|
333
|
-
name = "indoc"
|
|
334
|
-
version = "2.0.7"
|
|
335
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
336
|
-
checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706"
|
|
337
|
-
dependencies = [
|
|
338
|
-
"rustversion",
|
|
330
|
+
"hashbrown 0.16.1",
|
|
339
331
|
]
|
|
340
332
|
|
|
341
333
|
[[package]]
|
|
@@ -396,15 +388,15 @@ checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
|
|
|
396
388
|
|
|
397
389
|
[[package]]
|
|
398
390
|
name = "libc"
|
|
399
|
-
version = "0.2.
|
|
391
|
+
version = "0.2.180"
|
|
400
392
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
401
|
-
checksum = "
|
|
393
|
+
checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc"
|
|
402
394
|
|
|
403
395
|
[[package]]
|
|
404
396
|
name = "libm"
|
|
405
|
-
version = "0.2.
|
|
397
|
+
version = "0.2.16"
|
|
406
398
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
407
|
-
checksum = "
|
|
399
|
+
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
408
400
|
|
|
409
401
|
[[package]]
|
|
410
402
|
name = "lock_api"
|
|
@@ -417,9 +409,9 @@ dependencies = [
|
|
|
417
409
|
|
|
418
410
|
[[package]]
|
|
419
411
|
name = "log"
|
|
420
|
-
version = "0.4.
|
|
412
|
+
version = "0.4.29"
|
|
421
413
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
422
|
-
checksum = "
|
|
414
|
+
checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
|
|
423
415
|
|
|
424
416
|
[[package]]
|
|
425
417
|
name = "logos"
|
|
@@ -461,15 +453,6 @@ version = "2.7.6"
|
|
|
461
453
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
462
454
|
checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
|
|
463
455
|
|
|
464
|
-
[[package]]
|
|
465
|
-
name = "memoffset"
|
|
466
|
-
version = "0.9.1"
|
|
467
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
468
|
-
checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
|
|
469
|
-
dependencies = [
|
|
470
|
-
"autocfg",
|
|
471
|
-
]
|
|
472
|
-
|
|
473
456
|
[[package]]
|
|
474
457
|
name = "mime"
|
|
475
458
|
version = "0.3.17"
|
|
@@ -641,9 +624,9 @@ dependencies = [
|
|
|
641
624
|
|
|
642
625
|
[[package]]
|
|
643
626
|
name = "portable-atomic"
|
|
644
|
-
version = "1.
|
|
627
|
+
version = "1.13.1"
|
|
645
628
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
646
|
-
checksum = "
|
|
629
|
+
checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49"
|
|
647
630
|
|
|
648
631
|
[[package]]
|
|
649
632
|
name = "ppv-lite86"
|
|
@@ -662,44 +645,41 @@ checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
|
|
|
662
645
|
|
|
663
646
|
[[package]]
|
|
664
647
|
name = "proc-macro2"
|
|
665
|
-
version = "1.0.
|
|
648
|
+
version = "1.0.106"
|
|
666
649
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
667
|
-
checksum = "
|
|
650
|
+
checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934"
|
|
668
651
|
dependencies = [
|
|
669
652
|
"unicode-ident",
|
|
670
653
|
]
|
|
671
654
|
|
|
672
655
|
[[package]]
|
|
673
656
|
name = "pyo3"
|
|
674
|
-
version = "0.
|
|
657
|
+
version = "0.28.0"
|
|
675
658
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
676
|
-
checksum = "
|
|
659
|
+
checksum = "fcf3ccafdf54c050be48a3a086d372f77ba6615f5057211607cd30e5ac5cec6d"
|
|
677
660
|
dependencies = [
|
|
678
|
-
"indoc",
|
|
679
661
|
"libc",
|
|
680
|
-
"memoffset",
|
|
681
662
|
"once_cell",
|
|
682
663
|
"portable-atomic",
|
|
683
664
|
"pyo3-build-config",
|
|
684
665
|
"pyo3-ffi",
|
|
685
666
|
"pyo3-macros",
|
|
686
|
-
"unindent",
|
|
687
667
|
]
|
|
688
668
|
|
|
689
669
|
[[package]]
|
|
690
670
|
name = "pyo3-build-config"
|
|
691
|
-
version = "0.
|
|
671
|
+
version = "0.28.0"
|
|
692
672
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
693
|
-
checksum = "
|
|
673
|
+
checksum = "972720a441c91fd9c49f212a1d2d74c6e3803b231ebc8d66c51efbd7ccab11c8"
|
|
694
674
|
dependencies = [
|
|
695
675
|
"target-lexicon",
|
|
696
676
|
]
|
|
697
677
|
|
|
698
678
|
[[package]]
|
|
699
679
|
name = "pyo3-ffi"
|
|
700
|
-
version = "0.
|
|
680
|
+
version = "0.28.0"
|
|
701
681
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
702
|
-
checksum = "
|
|
682
|
+
checksum = "5994456d9dab8934d600d3867571b6410f24fbd6002570ad56356733eb54859b"
|
|
703
683
|
dependencies = [
|
|
704
684
|
"libc",
|
|
705
685
|
"pyo3-build-config",
|
|
@@ -707,9 +687,9 @@ dependencies = [
|
|
|
707
687
|
|
|
708
688
|
[[package]]
|
|
709
689
|
name = "pyo3-macros"
|
|
710
|
-
version = "0.
|
|
690
|
+
version = "0.28.0"
|
|
711
691
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
712
|
-
checksum = "
|
|
692
|
+
checksum = "11ce9cc8d81b3c4969748807604d92b4eef363c5bb82b1a1bdb34ec6f1093a18"
|
|
713
693
|
dependencies = [
|
|
714
694
|
"proc-macro2",
|
|
715
695
|
"pyo3-macros-backend",
|
|
@@ -719,9 +699,9 @@ dependencies = [
|
|
|
719
699
|
|
|
720
700
|
[[package]]
|
|
721
701
|
name = "pyo3-macros-backend"
|
|
722
|
-
version = "0.
|
|
702
|
+
version = "0.28.0"
|
|
723
703
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
724
|
-
checksum = "
|
|
704
|
+
checksum = "eaf4b60036a154d23282679b658e3cc7d88d3b8c9a40b43824785f232d2e1b98"
|
|
725
705
|
dependencies = [
|
|
726
706
|
"heck",
|
|
727
707
|
"proc-macro2",
|
|
@@ -732,9 +712,9 @@ dependencies = [
|
|
|
732
712
|
|
|
733
713
|
[[package]]
|
|
734
714
|
name = "quote"
|
|
735
|
-
version = "1.0.
|
|
715
|
+
version = "1.0.44"
|
|
736
716
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
-
checksum = "
|
|
717
|
+
checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4"
|
|
738
718
|
dependencies = [
|
|
739
719
|
"proc-macro2",
|
|
740
720
|
]
|
|
@@ -767,9 +747,9 @@ dependencies = [
|
|
|
767
747
|
|
|
768
748
|
[[package]]
|
|
769
749
|
name = "rand_core"
|
|
770
|
-
version = "0.9.
|
|
750
|
+
version = "0.9.5"
|
|
771
751
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
772
|
-
checksum = "
|
|
752
|
+
checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c"
|
|
773
753
|
dependencies = [
|
|
774
754
|
"getrandom",
|
|
775
755
|
]
|
|
@@ -794,9 +774,9 @@ dependencies = [
|
|
|
794
774
|
|
|
795
775
|
[[package]]
|
|
796
776
|
name = "regex"
|
|
797
|
-
version = "1.12.
|
|
777
|
+
version = "1.12.3"
|
|
798
778
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
799
|
-
checksum = "
|
|
779
|
+
checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
|
|
800
780
|
dependencies = [
|
|
801
781
|
"aho-corasick",
|
|
802
782
|
"memchr",
|
|
@@ -806,9 +786,9 @@ dependencies = [
|
|
|
806
786
|
|
|
807
787
|
[[package]]
|
|
808
788
|
name = "regex-automata"
|
|
809
|
-
version = "0.4.
|
|
789
|
+
version = "0.4.14"
|
|
810
790
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
811
|
-
checksum = "
|
|
791
|
+
checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f"
|
|
812
792
|
dependencies = [
|
|
813
793
|
"aho-corasick",
|
|
814
794
|
"memchr",
|
|
@@ -817,13 +797,13 @@ dependencies = [
|
|
|
817
797
|
|
|
818
798
|
[[package]]
|
|
819
799
|
name = "regex-syntax"
|
|
820
|
-
version = "0.8.
|
|
800
|
+
version = "0.8.9"
|
|
821
801
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
822
|
-
checksum = "
|
|
802
|
+
checksum = "a96887878f22d7bad8a3b6dc5b7440e0ada9a245242924394987b21cf2210a4c"
|
|
823
803
|
|
|
824
804
|
[[package]]
|
|
825
805
|
name = "rlbot_flatbuffers"
|
|
826
|
-
version = "0.18.
|
|
806
|
+
version = "0.18.6"
|
|
827
807
|
dependencies = [
|
|
828
808
|
"eyre",
|
|
829
809
|
"indexmap",
|
|
@@ -912,9 +892,9 @@ dependencies = [
|
|
|
912
892
|
|
|
913
893
|
[[package]]
|
|
914
894
|
name = "siphasher"
|
|
915
|
-
version = "1.0.
|
|
895
|
+
version = "1.0.2"
|
|
916
896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
917
|
-
checksum = "
|
|
897
|
+
checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e"
|
|
918
898
|
|
|
919
899
|
[[package]]
|
|
920
900
|
name = "smallvec"
|
|
@@ -946,9 +926,9 @@ dependencies = [
|
|
|
946
926
|
|
|
947
927
|
[[package]]
|
|
948
928
|
name = "syn"
|
|
949
|
-
version = "2.0.
|
|
929
|
+
version = "2.0.114"
|
|
950
930
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
951
|
-
checksum = "
|
|
931
|
+
checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
|
|
952
932
|
dependencies = [
|
|
953
933
|
"proc-macro2",
|
|
954
934
|
"quote",
|
|
@@ -957,15 +937,15 @@ dependencies = [
|
|
|
957
937
|
|
|
958
938
|
[[package]]
|
|
959
939
|
name = "target-lexicon"
|
|
960
|
-
version = "0.13.
|
|
940
|
+
version = "0.13.4"
|
|
961
941
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
962
|
-
checksum = "
|
|
942
|
+
checksum = "b1dd07eb858a2067e2f3c7155d54e929265c264e6f37efe3ee7a8d1b5a1dd0ba"
|
|
963
943
|
|
|
964
944
|
[[package]]
|
|
965
945
|
name = "term"
|
|
966
|
-
version = "1.2.
|
|
946
|
+
version = "1.2.1"
|
|
967
947
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
968
|
-
checksum = "
|
|
948
|
+
checksum = "d8c27177b12a6399ffc08b98f76f7c9a1f4fe9fc967c784c5a071fa8d93cf7e1"
|
|
969
949
|
dependencies = [
|
|
970
950
|
"windows-sys",
|
|
971
951
|
]
|
|
@@ -981,18 +961,18 @@ dependencies = [
|
|
|
981
961
|
|
|
982
962
|
[[package]]
|
|
983
963
|
name = "thiserror"
|
|
984
|
-
version = "2.0.
|
|
964
|
+
version = "2.0.18"
|
|
985
965
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
986
|
-
checksum = "
|
|
966
|
+
checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
|
|
987
967
|
dependencies = [
|
|
988
968
|
"thiserror-impl",
|
|
989
969
|
]
|
|
990
970
|
|
|
991
971
|
[[package]]
|
|
992
972
|
name = "thiserror-impl"
|
|
993
|
-
version = "2.0.
|
|
973
|
+
version = "2.0.18"
|
|
994
974
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
995
|
-
checksum = "
|
|
975
|
+
checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
|
|
996
976
|
dependencies = [
|
|
997
977
|
"proc-macro2",
|
|
998
978
|
"quote",
|
|
@@ -1007,15 +987,15 @@ checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
|
|
|
1007
987
|
|
|
1008
988
|
[[package]]
|
|
1009
989
|
name = "unicase"
|
|
1010
|
-
version = "2.
|
|
990
|
+
version = "2.9.0"
|
|
1011
991
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1012
|
-
checksum = "
|
|
992
|
+
checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142"
|
|
1013
993
|
|
|
1014
994
|
[[package]]
|
|
1015
995
|
name = "unicode-ident"
|
|
1016
|
-
version = "1.0.
|
|
996
|
+
version = "1.0.22"
|
|
1017
997
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1018
|
-
checksum = "
|
|
998
|
+
checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5"
|
|
1019
999
|
|
|
1020
1000
|
[[package]]
|
|
1021
1001
|
name = "unicode-segmentation"
|
|
@@ -1035,12 +1015,6 @@ version = "0.2.6"
|
|
|
1035
1015
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1036
1016
|
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
1037
1017
|
|
|
1038
|
-
[[package]]
|
|
1039
|
-
name = "unindent"
|
|
1040
|
-
version = "0.2.4"
|
|
1041
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1042
|
-
checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
|
|
1043
|
-
|
|
1044
1018
|
[[package]]
|
|
1045
1019
|
name = "vec_map"
|
|
1046
1020
|
version = "0.8.2"
|
|
@@ -1065,9 +1039,9 @@ dependencies = [
|
|
|
1065
1039
|
|
|
1066
1040
|
[[package]]
|
|
1067
1041
|
name = "wasip2"
|
|
1068
|
-
version = "1.0.
|
|
1042
|
+
version = "1.0.2+wasi-0.2.9"
|
|
1069
1043
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1070
|
-
checksum = "
|
|
1044
|
+
checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5"
|
|
1071
1045
|
dependencies = [
|
|
1072
1046
|
"wit-bindgen",
|
|
1073
1047
|
]
|
|
@@ -1098,24 +1072,24 @@ dependencies = [
|
|
|
1098
1072
|
|
|
1099
1073
|
[[package]]
|
|
1100
1074
|
name = "wit-bindgen"
|
|
1101
|
-
version = "0.
|
|
1075
|
+
version = "0.51.0"
|
|
1102
1076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1103
|
-
checksum = "
|
|
1077
|
+
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
1104
1078
|
|
|
1105
1079
|
[[package]]
|
|
1106
1080
|
name = "zerocopy"
|
|
1107
|
-
version = "0.8.
|
|
1081
|
+
version = "0.8.38"
|
|
1108
1082
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1109
|
-
checksum = "
|
|
1083
|
+
checksum = "57cf3aa6855b23711ee9852dfc97dfaa51c45feaba5b645d0c777414d494a961"
|
|
1110
1084
|
dependencies = [
|
|
1111
1085
|
"zerocopy-derive",
|
|
1112
1086
|
]
|
|
1113
1087
|
|
|
1114
1088
|
[[package]]
|
|
1115
1089
|
name = "zerocopy-derive"
|
|
1116
|
-
version = "0.8.
|
|
1090
|
+
version = "0.8.38"
|
|
1117
1091
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1118
|
-
checksum = "
|
|
1092
|
+
checksum = "8a616990af1a287837c4fe6596ad77ef57948f787e46ce28e166facc0cc1cb75"
|
|
1119
1093
|
dependencies = [
|
|
1120
1094
|
"proc-macro2",
|
|
1121
1095
|
"quote",
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "rlbot_flatbuffers"
|
|
3
|
-
version = "0.18.
|
|
3
|
+
version = "0.18.6"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
description = "A Python module implemented in Rust for serializing and deserializing RLBot's flatbuffers"
|
|
6
6
|
repository = "https://github.com/RLBot/flatbuffers-python"
|
|
@@ -18,7 +18,7 @@ all = "warn"
|
|
|
18
18
|
crate-type = ["cdylib"]
|
|
19
19
|
|
|
20
20
|
[dependencies]
|
|
21
|
-
pyo3 = "0.
|
|
21
|
+
pyo3 = "0.28.0"
|
|
22
22
|
planus = { git = "https://github.com/swz-git/planus", rev = "a0b1fbf" }
|
|
23
23
|
|
|
24
24
|
[build-dependencies]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: rlbot_flatbuffers
|
|
3
|
-
Version: 0.18.
|
|
3
|
+
Version: 0.18.6
|
|
4
4
|
Classifier: Programming Language :: Rust
|
|
5
5
|
Classifier: Programming Language :: Python :: Implementation :: CPython
|
|
6
6
|
Classifier: Programming Language :: Python :: Implementation :: PyPy
|
|
@@ -98,11 +98,11 @@ impl<'a> EnumBindGenerator<'a> {
|
|
|
98
98
|
fn generate_definition(&mut self) {
|
|
99
99
|
write_str!(
|
|
100
100
|
self,
|
|
101
|
-
"#[derive(Debug, Default, Clone,
|
|
101
|
+
"#[derive(Debug, Default, Clone, PartialEq, Eq, Hash)]"
|
|
102
102
|
);
|
|
103
103
|
write_str!(
|
|
104
104
|
self,
|
|
105
|
-
"#[pyclass(module = \"rlbot_flatbuffers\", frozen, hash, eq, eq_int)]"
|
|
105
|
+
"#[pyclass(module = \"rlbot_flatbuffers\", from_py_object, frozen, hash, eq, eq_int)]"
|
|
106
106
|
);
|
|
107
107
|
write_fmt!(self, "pub enum {} {{", self.name);
|
|
108
108
|
write_str!(self, " #[default]");
|
|
@@ -136,8 +136,8 @@ impl<'a> EnumBindGenerator<'a> {
|
|
|
136
136
|
}
|
|
137
137
|
|
|
138
138
|
fn generate_to_flat_impls(&mut self) {
|
|
139
|
-
write_fmt!(self, "impl From
|
|
140
|
-
write_fmt!(self, " fn from(py_type: {}) -> Self {{", self.name);
|
|
139
|
+
write_fmt!(self, "impl From<&{}> for flat::{} {{", self.name, self.name);
|
|
140
|
+
write_fmt!(self, " fn from(py_type: &{}) -> Self {{", self.name);
|
|
141
141
|
write_str!(self, " match py_type {");
|
|
142
142
|
|
|
143
143
|
for var_info in self.variants.values() {
|
|
@@ -78,7 +78,10 @@ pub fn generator(type_data: &Declarations) -> io::Result<()> {
|
|
|
78
78
|
write_fmt!(file, " {field_name}: {type_name}");
|
|
79
79
|
|
|
80
80
|
write_str!(file, " \"\"\"");
|
|
81
|
-
write_fmt!(
|
|
81
|
+
write_fmt!(
|
|
82
|
+
file,
|
|
83
|
+
" `assert int({type_name}.{field_name}) == {var_val}`"
|
|
84
|
+
);
|
|
82
85
|
|
|
83
86
|
if !var_info.docstrings.docstrings.is_empty() {
|
|
84
87
|
write_str!(file, "");
|
|
@@ -151,7 +154,10 @@ pub fn generator(type_data: &Declarations) -> io::Result<()> {
|
|
|
151
154
|
write_str!(file, " )");
|
|
152
155
|
write_str!(file, "");
|
|
153
156
|
|
|
154
|
-
let inits = [
|
|
157
|
+
let inits = [
|
|
158
|
+
("new", "cls", type_name.as_str(), " ..."),
|
|
159
|
+
("init", "self", "None", ""),
|
|
160
|
+
];
|
|
155
161
|
|
|
156
162
|
let default_overrides: Vec<_> = DEFAULT_OVERRIDES
|
|
157
163
|
.into_iter()
|
|
@@ -164,7 +170,7 @@ pub fn generator(type_data: &Declarations) -> io::Result<()> {
|
|
|
164
170
|
})
|
|
165
171
|
.collect();
|
|
166
172
|
|
|
167
|
-
for (func, first_arg, ret_type) in inits {
|
|
173
|
+
for (func, first_arg, ret_type, end_str) in inits {
|
|
168
174
|
write_fmt!(file, " def __{func}__(");
|
|
169
175
|
write_fmt!(file, " {first_arg},");
|
|
170
176
|
|
|
@@ -208,8 +214,15 @@ pub fn generator(type_data: &Declarations) -> io::Result<()> {
|
|
|
208
214
|
);
|
|
209
215
|
}
|
|
210
216
|
|
|
211
|
-
write_fmt!(file, " ) -> {ret_type}:
|
|
217
|
+
write_fmt!(file, " ) -> {ret_type}:{end_str}");
|
|
212
218
|
}
|
|
219
|
+
|
|
220
|
+
write_str!(file, " \"\"\"");
|
|
221
|
+
write_str!(
|
|
222
|
+
file,
|
|
223
|
+
" NOTE: All field initialization before `__init__`, inside of `__new__`."
|
|
224
|
+
);
|
|
225
|
+
write_str!(file, " \"\"\"");
|
|
213
226
|
}
|
|
214
227
|
DeclarationKind::Table(info) => {
|
|
215
228
|
for (field_name, field_info) in &info.fields {
|
|
@@ -304,9 +317,12 @@ pub fn generator(type_data: &Declarations) -> io::Result<()> {
|
|
|
304
317
|
write_str!(file, " )");
|
|
305
318
|
write_str!(file, "");
|
|
306
319
|
|
|
307
|
-
let inits = [
|
|
320
|
+
let inits = [
|
|
321
|
+
("new", "cls", type_name.as_str(), " ..."),
|
|
322
|
+
("init", "self", "None", ""),
|
|
323
|
+
];
|
|
308
324
|
|
|
309
|
-
for (func, first_arg, ret_type) in inits {
|
|
325
|
+
for (func, first_arg, ret_type, end_str) in inits {
|
|
310
326
|
write_fmt!(file, " def __{func}__(");
|
|
311
327
|
write_fmt!(file, " {first_arg},");
|
|
312
328
|
|
|
@@ -427,9 +443,16 @@ pub fn generator(type_data: &Declarations) -> io::Result<()> {
|
|
|
427
443
|
);
|
|
428
444
|
}
|
|
429
445
|
|
|
430
|
-
write_fmt!(file, " ) -> {ret_type}:
|
|
446
|
+
write_fmt!(file, " ) -> {ret_type}:{end_str}");
|
|
431
447
|
}
|
|
432
448
|
|
|
449
|
+
write_str!(file, " \"\"\"");
|
|
450
|
+
write_str!(
|
|
451
|
+
file,
|
|
452
|
+
" NOTE: All field initialization before `__init__`, inside of `__new__`."
|
|
453
|
+
);
|
|
454
|
+
write_str!(file, " \"\"\"");
|
|
455
|
+
|
|
433
456
|
write_str!(file, " def pack(self) -> bytes:");
|
|
434
457
|
write_str!(file, " \"\"\"");
|
|
435
458
|
write_str!(file, " Serializes this instance into a byte array");
|
|
@@ -131,7 +131,7 @@ impl<'a> StructBindGenerator<'a> {
|
|
|
131
131
|
if self.fields.is_empty() {
|
|
132
132
|
write_fmt!(self, "impl From<{impl_type}> for {} {{", self.name);
|
|
133
133
|
write_fmt!(self, " fn from(_: {impl_type}) -> Self {{");
|
|
134
|
-
|
|
134
|
+
write_str!(self, " Self {}");
|
|
135
135
|
write_str!(self, " }");
|
|
136
136
|
write_str!(self, "}");
|
|
137
137
|
write_str!(self, "");
|
|
@@ -145,7 +145,7 @@ impl<'a> StructBindGenerator<'a> {
|
|
|
145
145
|
self,
|
|
146
146
|
" fn from_gil(py: Python, flat_t: {impl_type}) -> Self {{"
|
|
147
147
|
);
|
|
148
|
-
|
|
148
|
+
write_str!(self, " Self {");
|
|
149
149
|
|
|
150
150
|
for (field_name, field_info) in self.fields {
|
|
151
151
|
match &field_info.type_ {
|
{rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/corepacket.fbs
RENAMED
|
@@ -28,6 +28,12 @@ union CoreMessage {
|
|
|
28
28
|
|
|
29
29
|
/// An agent had its ability to render changed
|
|
30
30
|
RenderingStatus,
|
|
31
|
+
|
|
32
|
+
/// Requests for client to send a PingResponse asap for measuring latency
|
|
33
|
+
PingRequest,
|
|
34
|
+
|
|
35
|
+
/// Response to PingRequest for measuring latency
|
|
36
|
+
PingResponse,
|
|
31
37
|
}
|
|
32
38
|
|
|
33
39
|
/// Packet containing a CoreMessage
|
{rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/interfacepacket.fbs
RENAMED
|
@@ -51,6 +51,12 @@ union InterfaceMessage {
|
|
|
51
51
|
/// This changed will then be broadcasted to all current connections.
|
|
52
52
|
/// Does nothing if rendering has been completely disabled.
|
|
53
53
|
RenderingStatus,
|
|
54
|
+
|
|
55
|
+
/// Requests for server to send a PingResponse asap for measuring latency
|
|
56
|
+
PingRequest,
|
|
57
|
+
|
|
58
|
+
/// Response to PingRequest for measuring latency
|
|
59
|
+
PingResponse,
|
|
54
60
|
}
|
|
55
61
|
|
|
56
62
|
/// Packet containing a InterfaceMessage
|
|
@@ -144,7 +144,7 @@ pub fn pydefault_string(py: Python) -> Py<PyString> {
|
|
|
144
144
|
macro_rules! pynamedmodule {
|
|
145
145
|
(doc: $doc:literal, name: $name:tt, classes: [$($class_name:ident),*], vars: [$(($var_name:literal, $value:expr)),*], exceptions: [$($except:expr),*]) => {
|
|
146
146
|
#[doc = $doc]
|
|
147
|
-
#[pymodule
|
|
147
|
+
#[pymodule]
|
|
148
148
|
#[allow(redundant_semicolons)]
|
|
149
149
|
fn $name(py: Python, m: Bound<PyModule>) -> PyResult<()> {
|
|
150
150
|
$(m.add_class::<$class_name>()?);*;
|
|
@@ -225,6 +225,8 @@ pynamedmodule! {
|
|
|
225
225
|
NormalGoalScoreMutator,
|
|
226
226
|
OvertimeMutator,
|
|
227
227
|
Physics,
|
|
228
|
+
PingRequest,
|
|
229
|
+
PingResponse,
|
|
228
230
|
PlayerConfiguration,
|
|
229
231
|
PlayerInfo,
|
|
230
232
|
PlayerInput,
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/gamedata.fbs
RENAMED
|
File without changes
|
{rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/gamestatemanip.fbs
RENAMED
|
File without changes
|
{rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/matchconfig.fbs
RENAMED
|
File without changes
|
{rlbot_flatbuffers-0.18.4 → rlbot_flatbuffers-0.18.6}/flatbuffers-schema/schema/rendering.fbs
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|