tree_sitter_language_pack 1.8.1 → 1.9.0.pre.rc.1

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.
checksums.yaml CHANGED
@@ -1,7 +1,7 @@
1
1
  ---
2
2
  SHA256:
3
- metadata.gz: 9a56e9598ec42a28ec1c215498bed257b14441f557b660d4825817b9a47897ee
4
- data.tar.gz: 7696a823eb5e17fb990c332681e7adb97faf6a112b3a8bad8336beabbc1e456d
3
+ metadata.gz: 2f1b1e0044b331b27c27f4e70e8c0c29863e9814200c4ab3900e29a3405b716c
4
+ data.tar.gz: d4ce2c5f3aaa4a43522be9238ee59fa80c3931931900dbbe8252c2edcd2c8b71
5
5
  SHA512:
6
- metadata.gz: f32a336cb372edabc1c453bafb566c5980d6de315634bbb1124dd631ee46dfdba4d78a2e04f15f7a9128654170244ae3e94e05c256047a00f1940e72e4356508
7
- data.tar.gz: 132d0fa8373a91e9c54fbbbbf9d9a12315761538cef8ca8d6e2bbc77784aedb582ef90e23735bc8c517a91c411cf4fd4f2aa4bfe7563cf52a508cbc0bde19c51
6
+ metadata.gz: a23e8642f1d5ae8243a28ec0af0fff4cb7fd6bbbb43ae973b56f38248862f3a0bc4822c21ba0ab25af4de27440dbfecb3118d7835b935ba2e53da90b57f86104
7
+ data.tar.gz: 70d16958f738763e3ec670456633026d2bb5fa8cb40f5598a2a1b6163f2083d89de680083d16b5d1d9888070dbad101aa6940349b9630daca305ecfadfc2c92e
@@ -88,6 +88,12 @@ dependencies = [
88
88
  "shlex",
89
89
  ]
90
90
 
91
+ [[package]]
92
+ name = "cesu8"
93
+ version = "1.1.0"
94
+ source = "registry+https://github.com/rust-lang/crates.io-index"
95
+ checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
96
+
91
97
  [[package]]
92
98
  name = "cexpr"
93
99
  version = "0.6.0"
@@ -114,6 +120,16 @@ dependencies = [
114
120
  "libloading 0.8.9",
115
121
  ]
116
122
 
123
+ [[package]]
124
+ name = "combine"
125
+ version = "4.6.7"
126
+ source = "registry+https://github.com/rust-lang/crates.io-index"
127
+ checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
128
+ dependencies = [
129
+ "bytes",
130
+ "memchr",
131
+ ]
132
+
117
133
  [[package]]
118
134
  name = "const-oid"
119
135
  version = "0.10.2"
@@ -140,6 +156,22 @@ dependencies = [
140
156
  "tiny-keccak",
141
157
  ]
142
158
 
159
+ [[package]]
160
+ name = "core-foundation"
161
+ version = "0.10.1"
162
+ source = "registry+https://github.com/rust-lang/crates.io-index"
163
+ checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6"
164
+ dependencies = [
165
+ "core-foundation-sys",
166
+ "libc",
167
+ ]
168
+
169
+ [[package]]
170
+ name = "core-foundation-sys"
171
+ version = "0.8.7"
172
+ source = "registry+https://github.com/rust-lang/crates.io-index"
173
+ checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
174
+
143
175
  [[package]]
144
176
  name = "cpufeatures"
145
177
  version = "0.3.0"
@@ -339,6 +371,50 @@ version = "1.0.18"
339
371
  source = "registry+https://github.com/rust-lang/crates.io-index"
340
372
  checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
341
373
 
374
+ [[package]]
375
+ name = "jni"
376
+ version = "0.21.1"
377
+ source = "registry+https://github.com/rust-lang/crates.io-index"
378
+ checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
379
+ dependencies = [
380
+ "cesu8",
381
+ "cfg-if",
382
+ "combine",
383
+ "jni-sys 0.3.1",
384
+ "log",
385
+ "thiserror 1.0.69",
386
+ "walkdir",
387
+ "windows-sys 0.45.0",
388
+ ]
389
+
390
+ [[package]]
391
+ name = "jni-sys"
392
+ version = "0.3.1"
393
+ source = "registry+https://github.com/rust-lang/crates.io-index"
394
+ checksum = "41a652e1f9b6e0275df1f15b32661cf0d4b78d4d87ddec5e0c3c20f097433258"
395
+ dependencies = [
396
+ "jni-sys 0.4.1",
397
+ ]
398
+
399
+ [[package]]
400
+ name = "jni-sys"
401
+ version = "0.4.1"
402
+ source = "registry+https://github.com/rust-lang/crates.io-index"
403
+ checksum = "c6377a88cb3910bee9b0fa88d4f42e1d2da8e79915598f65fb0c7ee14c878af2"
404
+ dependencies = [
405
+ "jni-sys-macros",
406
+ ]
407
+
408
+ [[package]]
409
+ name = "jni-sys-macros"
410
+ version = "0.4.1"
411
+ source = "registry+https://github.com/rust-lang/crates.io-index"
412
+ checksum = "38c0b942f458fe50cdac086d2f946512305e5631e720728f2a61aabcd47a6264"
413
+ dependencies = [
414
+ "quote",
415
+ "syn",
416
+ ]
417
+
342
418
  [[package]]
343
419
  name = "jobserver"
344
420
  version = "0.1.34"
@@ -466,6 +542,12 @@ version = "1.21.4"
466
542
  source = "registry+https://github.com/rust-lang/crates.io-index"
467
543
  checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50"
468
544
 
545
+ [[package]]
546
+ name = "openssl-probe"
547
+ version = "0.2.1"
548
+ source = "registry+https://github.com/rust-lang/crates.io-index"
549
+ checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe"
550
+
469
551
  [[package]]
470
552
  name = "option-ext"
471
553
  version = "0.2.0"
@@ -561,7 +643,7 @@ checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
561
643
  dependencies = [
562
644
  "getrandom 0.2.17",
563
645
  "libredox",
564
- "thiserror",
646
+ "thiserror 2.0.18",
565
647
  ]
566
648
 
567
649
  [[package]]
@@ -641,6 +723,18 @@ dependencies = [
641
723
  "zeroize",
642
724
  ]
643
725
 
726
+ [[package]]
727
+ name = "rustls-native-certs"
728
+ version = "0.8.3"
729
+ source = "registry+https://github.com/rust-lang/crates.io-index"
730
+ checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
731
+ dependencies = [
732
+ "openssl-probe",
733
+ "rustls-pki-types",
734
+ "schannel",
735
+ "security-framework",
736
+ ]
737
+
644
738
  [[package]]
645
739
  name = "rustls-pki-types"
646
740
  version = "1.14.1"
@@ -650,6 +744,33 @@ dependencies = [
650
744
  "zeroize",
651
745
  ]
652
746
 
747
+ [[package]]
748
+ name = "rustls-platform-verifier"
749
+ version = "0.6.2"
750
+ source = "registry+https://github.com/rust-lang/crates.io-index"
751
+ checksum = "1d99feebc72bae7ab76ba994bb5e121b8d83d910ca40b36e0921f53becc41784"
752
+ dependencies = [
753
+ "core-foundation",
754
+ "core-foundation-sys",
755
+ "jni",
756
+ "log",
757
+ "once_cell",
758
+ "rustls",
759
+ "rustls-native-certs",
760
+ "rustls-platform-verifier-android",
761
+ "rustls-webpki",
762
+ "security-framework",
763
+ "security-framework-sys",
764
+ "webpki-root-certs",
765
+ "windows-sys 0.52.0",
766
+ ]
767
+
768
+ [[package]]
769
+ name = "rustls-platform-verifier-android"
770
+ version = "0.1.1"
771
+ source = "registry+https://github.com/rust-lang/crates.io-index"
772
+ checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
773
+
653
774
  [[package]]
654
775
  name = "rustls-webpki"
655
776
  version = "0.103.13"
@@ -661,6 +782,47 @@ dependencies = [
661
782
  "untrusted",
662
783
  ]
663
784
 
785
+ [[package]]
786
+ name = "same-file"
787
+ version = "1.0.6"
788
+ source = "registry+https://github.com/rust-lang/crates.io-index"
789
+ checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
790
+ dependencies = [
791
+ "winapi-util",
792
+ ]
793
+
794
+ [[package]]
795
+ name = "schannel"
796
+ version = "0.1.29"
797
+ source = "registry+https://github.com/rust-lang/crates.io-index"
798
+ checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939"
799
+ dependencies = [
800
+ "windows-sys 0.61.2",
801
+ ]
802
+
803
+ [[package]]
804
+ name = "security-framework"
805
+ version = "3.7.0"
806
+ source = "registry+https://github.com/rust-lang/crates.io-index"
807
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
808
+ dependencies = [
809
+ "bitflags",
810
+ "core-foundation",
811
+ "core-foundation-sys",
812
+ "libc",
813
+ "security-framework-sys",
814
+ ]
815
+
816
+ [[package]]
817
+ name = "security-framework-sys"
818
+ version = "2.17.0"
819
+ source = "registry+https://github.com/rust-lang/crates.io-index"
820
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
821
+ dependencies = [
822
+ "core-foundation-sys",
823
+ "libc",
824
+ ]
825
+
664
826
  [[package]]
665
827
  name = "seq-macro"
666
828
  version = "0.3.6"
@@ -783,13 +945,33 @@ dependencies = [
783
945
  "xattr",
784
946
  ]
785
947
 
948
+ [[package]]
949
+ name = "thiserror"
950
+ version = "1.0.69"
951
+ source = "registry+https://github.com/rust-lang/crates.io-index"
952
+ checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
953
+ dependencies = [
954
+ "thiserror-impl 1.0.69",
955
+ ]
956
+
786
957
  [[package]]
787
958
  name = "thiserror"
788
959
  version = "2.0.18"
789
960
  source = "registry+https://github.com/rust-lang/crates.io-index"
790
961
  checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4"
791
962
  dependencies = [
792
- "thiserror-impl",
963
+ "thiserror-impl 2.0.18",
964
+ ]
965
+
966
+ [[package]]
967
+ name = "thiserror-impl"
968
+ version = "1.0.69"
969
+ source = "registry+https://github.com/rust-lang/crates.io-index"
970
+ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
971
+ dependencies = [
972
+ "proc-macro2",
973
+ "quote",
974
+ "syn",
793
975
  ]
794
976
 
795
977
  [[package]]
@@ -873,7 +1055,7 @@ checksum = "009994f150cc0cd50ff54917d5bc8bffe8cad10ca10d81c34da2ec421ae61782"
873
1055
 
874
1056
  [[package]]
875
1057
  name = "tree-sitter-language-pack"
876
- version = "1.8.0"
1058
+ version = "1.8.1"
877
1059
  dependencies = [
878
1060
  "ahash",
879
1061
  "cc",
@@ -884,7 +1066,7 @@ dependencies = [
884
1066
  "serde_json",
885
1067
  "sha2",
886
1068
  "tar",
887
- "thiserror",
1069
+ "thiserror 2.0.18",
888
1070
  "toml",
889
1071
  "tree-sitter",
890
1072
  "ureq",
@@ -893,7 +1075,7 @@ dependencies = [
893
1075
 
894
1076
  [[package]]
895
1077
  name = "ts-pack-core-rb"
896
- version = "1.8.0"
1078
+ version = "1.8.1"
897
1079
  dependencies = [
898
1080
  "magnus",
899
1081
  "serde",
@@ -931,6 +1113,7 @@ dependencies = [
931
1113
  "percent-encoding",
932
1114
  "rustls",
933
1115
  "rustls-pki-types",
1116
+ "rustls-platform-verifier",
934
1117
  "ureq-proto",
935
1118
  "utf8-zero",
936
1119
  "webpki-roots",
@@ -960,6 +1143,16 @@ version = "0.9.5"
960
1143
  source = "registry+https://github.com/rust-lang/crates.io-index"
961
1144
  checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
962
1145
 
1146
+ [[package]]
1147
+ name = "walkdir"
1148
+ version = "2.5.0"
1149
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1150
+ checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
1151
+ dependencies = [
1152
+ "same-file",
1153
+ "winapi-util",
1154
+ ]
1155
+
963
1156
  [[package]]
964
1157
  name = "wasi"
965
1158
  version = "0.11.1+wasi-snapshot-preview1"
@@ -975,6 +1168,15 @@ dependencies = [
975
1168
  "wit-bindgen",
976
1169
  ]
977
1170
 
1171
+ [[package]]
1172
+ name = "webpki-root-certs"
1173
+ version = "1.0.7"
1174
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1175
+ checksum = "f31141ce3fc3e300ae89b78c0dd67f9708061d1d2eda54b8209346fd6be9a92c"
1176
+ dependencies = [
1177
+ "rustls-pki-types",
1178
+ ]
1179
+
978
1180
  [[package]]
979
1181
  name = "webpki-roots"
980
1182
  version = "1.0.7"
@@ -984,19 +1186,37 @@ dependencies = [
984
1186
  "rustls-pki-types",
985
1187
  ]
986
1188
 
1189
+ [[package]]
1190
+ name = "winapi-util"
1191
+ version = "0.1.11"
1192
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1193
+ checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
1194
+ dependencies = [
1195
+ "windows-sys 0.52.0",
1196
+ ]
1197
+
987
1198
  [[package]]
988
1199
  name = "windows-link"
989
1200
  version = "0.2.1"
990
1201
  source = "registry+https://github.com/rust-lang/crates.io-index"
991
1202
  checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
992
1203
 
1204
+ [[package]]
1205
+ name = "windows-sys"
1206
+ version = "0.45.0"
1207
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1208
+ checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
1209
+ dependencies = [
1210
+ "windows-targets 0.42.2",
1211
+ ]
1212
+
993
1213
  [[package]]
994
1214
  name = "windows-sys"
995
1215
  version = "0.52.0"
996
1216
  source = "registry+https://github.com/rust-lang/crates.io-index"
997
1217
  checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
998
1218
  dependencies = [
999
- "windows-targets",
1219
+ "windows-targets 0.52.6",
1000
1220
  ]
1001
1221
 
1002
1222
  [[package]]
@@ -1008,34 +1228,67 @@ dependencies = [
1008
1228
  "windows-link",
1009
1229
  ]
1010
1230
 
1231
+ [[package]]
1232
+ name = "windows-targets"
1233
+ version = "0.42.2"
1234
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1235
+ checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
1236
+ dependencies = [
1237
+ "windows_aarch64_gnullvm 0.42.2",
1238
+ "windows_aarch64_msvc 0.42.2",
1239
+ "windows_i686_gnu 0.42.2",
1240
+ "windows_i686_msvc 0.42.2",
1241
+ "windows_x86_64_gnu 0.42.2",
1242
+ "windows_x86_64_gnullvm 0.42.2",
1243
+ "windows_x86_64_msvc 0.42.2",
1244
+ ]
1245
+
1011
1246
  [[package]]
1012
1247
  name = "windows-targets"
1013
1248
  version = "0.52.6"
1014
1249
  source = "registry+https://github.com/rust-lang/crates.io-index"
1015
1250
  checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
1016
1251
  dependencies = [
1017
- "windows_aarch64_gnullvm",
1018
- "windows_aarch64_msvc",
1019
- "windows_i686_gnu",
1252
+ "windows_aarch64_gnullvm 0.52.6",
1253
+ "windows_aarch64_msvc 0.52.6",
1254
+ "windows_i686_gnu 0.52.6",
1020
1255
  "windows_i686_gnullvm",
1021
- "windows_i686_msvc",
1022
- "windows_x86_64_gnu",
1023
- "windows_x86_64_gnullvm",
1024
- "windows_x86_64_msvc",
1256
+ "windows_i686_msvc 0.52.6",
1257
+ "windows_x86_64_gnu 0.52.6",
1258
+ "windows_x86_64_gnullvm 0.52.6",
1259
+ "windows_x86_64_msvc 0.52.6",
1025
1260
  ]
1026
1261
 
1262
+ [[package]]
1263
+ name = "windows_aarch64_gnullvm"
1264
+ version = "0.42.2"
1265
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1266
+ checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
1267
+
1027
1268
  [[package]]
1028
1269
  name = "windows_aarch64_gnullvm"
1029
1270
  version = "0.52.6"
1030
1271
  source = "registry+https://github.com/rust-lang/crates.io-index"
1031
1272
  checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
1032
1273
 
1274
+ [[package]]
1275
+ name = "windows_aarch64_msvc"
1276
+ version = "0.42.2"
1277
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1278
+ checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
1279
+
1033
1280
  [[package]]
1034
1281
  name = "windows_aarch64_msvc"
1035
1282
  version = "0.52.6"
1036
1283
  source = "registry+https://github.com/rust-lang/crates.io-index"
1037
1284
  checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
1038
1285
 
1286
+ [[package]]
1287
+ name = "windows_i686_gnu"
1288
+ version = "0.42.2"
1289
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1290
+ checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
1291
+
1039
1292
  [[package]]
1040
1293
  name = "windows_i686_gnu"
1041
1294
  version = "0.52.6"
@@ -1048,24 +1301,48 @@ version = "0.52.6"
1048
1301
  source = "registry+https://github.com/rust-lang/crates.io-index"
1049
1302
  checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
1050
1303
 
1304
+ [[package]]
1305
+ name = "windows_i686_msvc"
1306
+ version = "0.42.2"
1307
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1308
+ checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
1309
+
1051
1310
  [[package]]
1052
1311
  name = "windows_i686_msvc"
1053
1312
  version = "0.52.6"
1054
1313
  source = "registry+https://github.com/rust-lang/crates.io-index"
1055
1314
  checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
1056
1315
 
1316
+ [[package]]
1317
+ name = "windows_x86_64_gnu"
1318
+ version = "0.42.2"
1319
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1320
+ checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
1321
+
1057
1322
  [[package]]
1058
1323
  name = "windows_x86_64_gnu"
1059
1324
  version = "0.52.6"
1060
1325
  source = "registry+https://github.com/rust-lang/crates.io-index"
1061
1326
  checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
1062
1327
 
1328
+ [[package]]
1329
+ name = "windows_x86_64_gnullvm"
1330
+ version = "0.42.2"
1331
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1332
+ checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
1333
+
1063
1334
  [[package]]
1064
1335
  name = "windows_x86_64_gnullvm"
1065
1336
  version = "0.52.6"
1066
1337
  source = "registry+https://github.com/rust-lang/crates.io-index"
1067
1338
  checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
1068
1339
 
1340
+ [[package]]
1341
+ name = "windows_x86_64_msvc"
1342
+ version = "0.42.2"
1343
+ source = "registry+https://github.com/rust-lang/crates.io-index"
1344
+ checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
1345
+
1069
1346
  [[package]]
1070
1347
  name = "windows_x86_64_msvc"
1071
1348
  version = "0.52.6"
@@ -1,14 +1,12 @@
1
-
2
1
  [package]
3
2
  name = "ts-pack-core-rb"
4
- version = "1.8.1"
3
+ version = "1.9.0-rc.1"
5
4
  edition = "2024"
6
5
  license = "MIT"
7
6
  description = "Pre-compiled tree-sitter grammars for 305 programming languages"
8
7
  readme = false
9
8
  keywords = ["tree-sitter", "parser", "syntax", "language-pack"]
10
9
  categories = ["text-processing"]
11
- [workspace]
12
10
 
13
11
  [lib]
14
12
  name = "ts_pack_core_rb"