spikard 0.16.0.pre.rc.2 → 0.16.0.pre.rc.4
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 +4 -4
- data/ext/spikard_rb/native/Cargo.lock +135 -253
- data/ext/spikard_rb/native/Cargo.toml +5 -5
- data/ext/spikard_rb/src/lib.rs +34 -3
- data/lib/spikard/native.rb +1 -1
- data/lib/spikard/version.rb +2 -2
- data/lib/spikard.rb +1 -1
- data/lib/spikard_rb.so +0 -0
- data/sig/types.rbs +1 -1
- metadata +1 -1
checksums.yaml
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
---
|
|
2
2
|
SHA256:
|
|
3
|
-
metadata.gz:
|
|
4
|
-
data.tar.gz:
|
|
3
|
+
metadata.gz: 6ec20852770933e9219667b03301dd436625ff3088f9e04829ef8c1957da2340
|
|
4
|
+
data.tar.gz: b79cb2c854a05cf4a7bd341315b4df2ea6b7bbcf8740b8841d7b27ff782c4afc
|
|
5
5
|
SHA512:
|
|
6
|
-
metadata.gz:
|
|
7
|
-
data.tar.gz:
|
|
6
|
+
metadata.gz: 49a8006a4ed29d8f73d07b977fc306de604a31f2fe6d822bc060b2d22e0b632ff87445efe7feb2484bd10ce758518b353b0c8b67a58657b8bff333fe8b124e57
|
|
7
|
+
data.tar.gz: d3a1357c8188b8c1903f15cc38c377f4fed3b83cdbcb0601a591ee0bbc862db1dce28310cc982d3383cd016c53aa5a7a6dbe8a4a5d325a36a7eab6b4f014a6c7
|
|
@@ -348,7 +348,7 @@ version = "0.72.1"
|
|
|
348
348
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
349
349
|
checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
|
|
350
350
|
dependencies = [
|
|
351
|
-
"bitflags",
|
|
351
|
+
"bitflags 2.13.0",
|
|
352
352
|
"cexpr",
|
|
353
353
|
"clang-sys",
|
|
354
354
|
"itertools 0.13.0",
|
|
@@ -375,6 +375,12 @@ version = "0.8.0"
|
|
|
375
375
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
376
376
|
checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
|
|
377
377
|
|
|
378
|
+
[[package]]
|
|
379
|
+
name = "bitflags"
|
|
380
|
+
version = "1.3.2"
|
|
381
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
382
|
+
checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
|
|
383
|
+
|
|
378
384
|
[[package]]
|
|
379
385
|
name = "bitflags"
|
|
380
386
|
version = "2.13.0"
|
|
@@ -431,24 +437,24 @@ checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
|
|
|
431
437
|
|
|
432
438
|
[[package]]
|
|
433
439
|
name = "bytes"
|
|
434
|
-
version = "1.
|
|
440
|
+
version = "1.12.0"
|
|
435
441
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
436
|
-
checksum = "
|
|
442
|
+
checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593"
|
|
437
443
|
dependencies = [
|
|
438
444
|
"serde",
|
|
439
445
|
]
|
|
440
446
|
|
|
441
447
|
[[package]]
|
|
442
448
|
name = "bytesize"
|
|
443
|
-
version = "2.
|
|
449
|
+
version = "2.4.0"
|
|
444
450
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
445
|
-
checksum = "
|
|
451
|
+
checksum = "49e78e506b9d7633710dab98996f22f95f3d0f488e8f1aa162830556ed9fc14d"
|
|
446
452
|
|
|
447
453
|
[[package]]
|
|
448
454
|
name = "cc"
|
|
449
|
-
version = "1.2.
|
|
455
|
+
version = "1.2.65"
|
|
450
456
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
451
|
-
checksum = "
|
|
457
|
+
checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96"
|
|
452
458
|
dependencies = [
|
|
453
459
|
"find-msvc-tools",
|
|
454
460
|
"shlex 2.0.1",
|
|
@@ -471,9 +477,9 @@ checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
|
|
|
471
477
|
|
|
472
478
|
[[package]]
|
|
473
479
|
name = "chacha20"
|
|
474
|
-
version = "0.10.
|
|
480
|
+
version = "0.10.1"
|
|
475
481
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
476
|
-
checksum = "
|
|
482
|
+
checksum = "d524456ba66e72eb8b115ff89e01e497f8e6d11d78b70b1aa13c0fbd97540a81"
|
|
477
483
|
dependencies = [
|
|
478
484
|
"cfg-if",
|
|
479
485
|
"cpufeatures 0.3.0",
|
|
@@ -724,6 +730,38 @@ version = "2.11.0"
|
|
|
724
730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
725
731
|
checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8"
|
|
726
732
|
|
|
733
|
+
[[package]]
|
|
734
|
+
name = "defmt"
|
|
735
|
+
version = "1.1.0"
|
|
736
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
737
|
+
checksum = "a6e524506490a1953d237cb87b1cfc1e46f88c18f10a22dfe0f507dc6bfc7f7f"
|
|
738
|
+
dependencies = [
|
|
739
|
+
"bitflags 1.3.2",
|
|
740
|
+
"defmt-macros",
|
|
741
|
+
]
|
|
742
|
+
|
|
743
|
+
[[package]]
|
|
744
|
+
name = "defmt-macros"
|
|
745
|
+
version = "1.1.0"
|
|
746
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
747
|
+
checksum = "f0a27770e9c8f719a79d8b638281f4d828f77d8fd61e0bd94451b9b85e576a0b"
|
|
748
|
+
dependencies = [
|
|
749
|
+
"defmt-parser",
|
|
750
|
+
"proc-macro-error2",
|
|
751
|
+
"proc-macro2",
|
|
752
|
+
"quote",
|
|
753
|
+
"syn",
|
|
754
|
+
]
|
|
755
|
+
|
|
756
|
+
[[package]]
|
|
757
|
+
name = "defmt-parser"
|
|
758
|
+
version = "1.0.0"
|
|
759
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
760
|
+
checksum = "10d60334b3b2e7c9d91ef8150abfb6fa4c1c39ebbcf4a81c2e346aad939fee3e"
|
|
761
|
+
dependencies = [
|
|
762
|
+
"thiserror 2.0.18",
|
|
763
|
+
]
|
|
764
|
+
|
|
727
765
|
[[package]]
|
|
728
766
|
name = "der"
|
|
729
767
|
version = "0.7.10"
|
|
@@ -740,9 +778,6 @@ name = "deranged"
|
|
|
740
778
|
version = "0.5.8"
|
|
741
779
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
742
780
|
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
|
743
|
-
dependencies = [
|
|
744
|
-
"powerfmt",
|
|
745
|
-
]
|
|
746
781
|
|
|
747
782
|
[[package]]
|
|
748
783
|
name = "derive_arbitrary"
|
|
@@ -1036,12 +1071,6 @@ version = "1.0.7"
|
|
|
1036
1071
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1037
1072
|
checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
|
|
1038
1073
|
|
|
1039
|
-
[[package]]
|
|
1040
|
-
name = "foldhash"
|
|
1041
|
-
version = "0.1.5"
|
|
1042
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1043
|
-
checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
|
|
1044
|
-
|
|
1045
1074
|
[[package]]
|
|
1046
1075
|
name = "foldhash"
|
|
1047
1076
|
version = "0.2.0"
|
|
@@ -1219,17 +1248,15 @@ dependencies = [
|
|
|
1219
1248
|
|
|
1220
1249
|
[[package]]
|
|
1221
1250
|
name = "getrandom"
|
|
1222
|
-
version = "0.4.
|
|
1251
|
+
version = "0.4.3"
|
|
1223
1252
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1224
|
-
checksum = "
|
|
1253
|
+
checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099"
|
|
1225
1254
|
dependencies = [
|
|
1226
1255
|
"cfg-if",
|
|
1227
1256
|
"js-sys",
|
|
1228
1257
|
"libc",
|
|
1229
1258
|
"r-efi 6.0.0",
|
|
1230
1259
|
"rand_core 0.10.1",
|
|
1231
|
-
"wasip2",
|
|
1232
|
-
"wasip3",
|
|
1233
1260
|
"wasm-bindgen",
|
|
1234
1261
|
]
|
|
1235
1262
|
|
|
@@ -1275,9 +1302,9 @@ dependencies = [
|
|
|
1275
1302
|
|
|
1276
1303
|
[[package]]
|
|
1277
1304
|
name = "h2"
|
|
1278
|
-
version = "0.4.
|
|
1305
|
+
version = "0.4.15"
|
|
1279
1306
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1280
|
-
checksum = "
|
|
1307
|
+
checksum = "6cb093c84e8bd9b188d4c4a8cb6579fc016968d14c99882163cd3ff402a4f155"
|
|
1281
1308
|
dependencies = [
|
|
1282
1309
|
"atomic-waker",
|
|
1283
1310
|
"bytes",
|
|
@@ -1294,9 +1321,9 @@ dependencies = [
|
|
|
1294
1321
|
|
|
1295
1322
|
[[package]]
|
|
1296
1323
|
name = "handlebars"
|
|
1297
|
-
version = "6.4.
|
|
1324
|
+
version = "6.4.2"
|
|
1298
1325
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1299
|
-
checksum = "
|
|
1326
|
+
checksum = "f26569a2763497b7bd3fbd19374b774ea6038c5293678771259cd534d49740ff"
|
|
1300
1327
|
dependencies = [
|
|
1301
1328
|
"derive_builder",
|
|
1302
1329
|
"log",
|
|
@@ -1314,15 +1341,6 @@ version = "0.14.5"
|
|
|
1314
1341
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1315
1342
|
checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
|
|
1316
1343
|
|
|
1317
|
-
[[package]]
|
|
1318
|
-
name = "hashbrown"
|
|
1319
|
-
version = "0.15.5"
|
|
1320
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1321
|
-
checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
|
|
1322
|
-
dependencies = [
|
|
1323
|
-
"foldhash 0.1.5",
|
|
1324
|
-
]
|
|
1325
|
-
|
|
1326
1344
|
[[package]]
|
|
1327
1345
|
name = "hashbrown"
|
|
1328
1346
|
version = "0.16.1"
|
|
@@ -1331,7 +1349,7 @@ checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
|
|
|
1331
1349
|
dependencies = [
|
|
1332
1350
|
"allocator-api2",
|
|
1333
1351
|
"equivalent",
|
|
1334
|
-
"foldhash
|
|
1352
|
+
"foldhash",
|
|
1335
1353
|
]
|
|
1336
1354
|
|
|
1337
1355
|
[[package]]
|
|
@@ -1342,7 +1360,7 @@ checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
|
1342
1360
|
dependencies = [
|
|
1343
1361
|
"allocator-api2",
|
|
1344
1362
|
"equivalent",
|
|
1345
|
-
"foldhash
|
|
1363
|
+
"foldhash",
|
|
1346
1364
|
]
|
|
1347
1365
|
|
|
1348
1366
|
[[package]]
|
|
@@ -1587,12 +1605,6 @@ dependencies = [
|
|
|
1587
1605
|
"zerovec",
|
|
1588
1606
|
]
|
|
1589
1607
|
|
|
1590
|
-
[[package]]
|
|
1591
|
-
name = "id-arena"
|
|
1592
|
-
version = "2.3.0"
|
|
1593
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1594
|
-
checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954"
|
|
1595
|
-
|
|
1596
1608
|
[[package]]
|
|
1597
1609
|
name = "ident_case"
|
|
1598
1610
|
version = "1.0.1"
|
|
@@ -1667,10 +1679,11 @@ checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682"
|
|
|
1667
1679
|
|
|
1668
1680
|
[[package]]
|
|
1669
1681
|
name = "jiff"
|
|
1670
|
-
version = "0.2.
|
|
1682
|
+
version = "0.2.29"
|
|
1671
1683
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1672
|
-
checksum = "
|
|
1684
|
+
checksum = "34f877a98676d2fb664698d74cc6a51ce6c484ce8c770f05d0108ec9090aeb46"
|
|
1673
1685
|
dependencies = [
|
|
1686
|
+
"defmt",
|
|
1674
1687
|
"jiff-static",
|
|
1675
1688
|
"jiff-tzdb-platform",
|
|
1676
1689
|
"log",
|
|
@@ -1682,9 +1695,9 @@ dependencies = [
|
|
|
1682
1695
|
|
|
1683
1696
|
[[package]]
|
|
1684
1697
|
name = "jiff-static"
|
|
1685
|
-
version = "0.2.
|
|
1698
|
+
version = "0.2.29"
|
|
1686
1699
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1687
|
-
checksum = "
|
|
1700
|
+
checksum = "0666b5ab5ecaca213fc2a85b8c0083d9004e84ee2d5f9a7e0017aaf50986f25f"
|
|
1688
1701
|
dependencies = [
|
|
1689
1702
|
"proc-macro2",
|
|
1690
1703
|
"quote",
|
|
@@ -1708,9 +1721,9 @@ dependencies = [
|
|
|
1708
1721
|
|
|
1709
1722
|
[[package]]
|
|
1710
1723
|
name = "js-sys"
|
|
1711
|
-
version = "0.3.
|
|
1724
|
+
version = "0.3.103"
|
|
1712
1725
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1713
|
-
checksum = "
|
|
1726
|
+
checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102"
|
|
1714
1727
|
dependencies = [
|
|
1715
1728
|
"cfg-if",
|
|
1716
1729
|
"futures-util",
|
|
@@ -1719,9 +1732,9 @@ dependencies = [
|
|
|
1719
1732
|
|
|
1720
1733
|
[[package]]
|
|
1721
1734
|
name = "jsonschema"
|
|
1722
|
-
version = "0.46.
|
|
1735
|
+
version = "0.46.6"
|
|
1723
1736
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1724
|
-
checksum = "
|
|
1737
|
+
checksum = "8374249b1bdce1c1773a09fa294347e19e4bfeb86d845c2d8ebaf8a8dbf11233"
|
|
1725
1738
|
dependencies = [
|
|
1726
1739
|
"ahash",
|
|
1727
1740
|
"bytecount",
|
|
@@ -1777,12 +1790,6 @@ dependencies = [
|
|
|
1777
1790
|
"spin",
|
|
1778
1791
|
]
|
|
1779
1792
|
|
|
1780
|
-
[[package]]
|
|
1781
|
-
name = "leb128fmt"
|
|
1782
|
-
version = "0.1.0"
|
|
1783
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1784
|
-
checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
|
|
1785
|
-
|
|
1786
1793
|
[[package]]
|
|
1787
1794
|
name = "libc"
|
|
1788
1795
|
version = "0.2.186"
|
|
@@ -1828,9 +1835,9 @@ dependencies = [
|
|
|
1828
1835
|
|
|
1829
1836
|
[[package]]
|
|
1830
1837
|
name = "log"
|
|
1831
|
-
version = "0.4.
|
|
1838
|
+
version = "0.4.33"
|
|
1832
1839
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1833
|
-
checksum = "
|
|
1840
|
+
checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad"
|
|
1834
1841
|
|
|
1835
1842
|
[[package]]
|
|
1836
1843
|
name = "lru"
|
|
@@ -2065,9 +2072,9 @@ dependencies = [
|
|
|
2065
2072
|
|
|
2066
2073
|
[[package]]
|
|
2067
2074
|
name = "num-modular"
|
|
2068
|
-
version = "0.6.
|
|
2075
|
+
version = "0.6.4"
|
|
2069
2076
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2070
|
-
checksum = "
|
|
2077
|
+
checksum = "fc41a1374056e9672221567958a66c16be12d0e2c1b408761e14d901c237d5e0"
|
|
2071
2078
|
|
|
2072
2079
|
[[package]]
|
|
2073
2080
|
name = "num-order"
|
|
@@ -2342,16 +2349,6 @@ dependencies = [
|
|
|
2342
2349
|
"yansi",
|
|
2343
2350
|
]
|
|
2344
2351
|
|
|
2345
|
-
[[package]]
|
|
2346
|
-
name = "prettyplease"
|
|
2347
|
-
version = "0.2.37"
|
|
2348
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2349
|
-
checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
|
|
2350
|
-
dependencies = [
|
|
2351
|
-
"proc-macro2",
|
|
2352
|
-
"syn",
|
|
2353
|
-
]
|
|
2354
|
-
|
|
2355
2352
|
[[package]]
|
|
2356
2353
|
name = "primeorder"
|
|
2357
2354
|
version = "0.13.6"
|
|
@@ -2370,6 +2367,28 @@ dependencies = [
|
|
|
2370
2367
|
"toml_edit",
|
|
2371
2368
|
]
|
|
2372
2369
|
|
|
2370
|
+
[[package]]
|
|
2371
|
+
name = "proc-macro-error-attr2"
|
|
2372
|
+
version = "2.0.0"
|
|
2373
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2374
|
+
checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
|
|
2375
|
+
dependencies = [
|
|
2376
|
+
"proc-macro2",
|
|
2377
|
+
"quote",
|
|
2378
|
+
]
|
|
2379
|
+
|
|
2380
|
+
[[package]]
|
|
2381
|
+
name = "proc-macro-error2"
|
|
2382
|
+
version = "2.0.1"
|
|
2383
|
+
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2384
|
+
checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
|
|
2385
|
+
dependencies = [
|
|
2386
|
+
"proc-macro-error-attr2",
|
|
2387
|
+
"proc-macro2",
|
|
2388
|
+
"quote",
|
|
2389
|
+
"syn",
|
|
2390
|
+
]
|
|
2391
|
+
|
|
2373
2392
|
[[package]]
|
|
2374
2393
|
name = "proc-macro2"
|
|
2375
2394
|
version = "1.0.106"
|
|
@@ -2428,9 +2447,9 @@ dependencies = [
|
|
|
2428
2447
|
|
|
2429
2448
|
[[package]]
|
|
2430
2449
|
name = "quote"
|
|
2431
|
-
version = "1.0.
|
|
2450
|
+
version = "1.0.46"
|
|
2432
2451
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2433
|
-
checksum = "
|
|
2452
|
+
checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368"
|
|
2434
2453
|
dependencies = [
|
|
2435
2454
|
"proc-macro2",
|
|
2436
2455
|
]
|
|
@@ -2475,7 +2494,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
2475
2494
|
checksum = "d2e8e8bcc7961af1fdac401278c6a831614941f6164ee3bf4ce61b7edb162207"
|
|
2476
2495
|
dependencies = [
|
|
2477
2496
|
"chacha20",
|
|
2478
|
-
"getrandom 0.4.
|
|
2497
|
+
"getrandom 0.4.3",
|
|
2479
2498
|
"rand_core 0.10.1",
|
|
2480
2499
|
]
|
|
2481
2500
|
|
|
@@ -2529,7 +2548,7 @@ version = "11.6.0"
|
|
|
2529
2548
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2530
2549
|
checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
|
|
2531
2550
|
dependencies = [
|
|
2532
|
-
"bitflags",
|
|
2551
|
+
"bitflags 2.13.0",
|
|
2533
2552
|
]
|
|
2534
2553
|
|
|
2535
2554
|
[[package]]
|
|
@@ -2568,7 +2587,7 @@ version = "0.5.18"
|
|
|
2568
2587
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2569
2588
|
checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
|
|
2570
2589
|
dependencies = [
|
|
2571
|
-
"bitflags",
|
|
2590
|
+
"bitflags 2.13.0",
|
|
2572
2591
|
]
|
|
2573
2592
|
|
|
2574
2593
|
[[package]]
|
|
@@ -2593,9 +2612,9 @@ dependencies = [
|
|
|
2593
2612
|
|
|
2594
2613
|
[[package]]
|
|
2595
2614
|
name = "referencing"
|
|
2596
|
-
version = "0.46.
|
|
2615
|
+
version = "0.46.6"
|
|
2597
2616
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2598
|
-
checksum = "
|
|
2617
|
+
checksum = "65a910f9d63351f9c9d7dc3053d02b214ea3a005917140c70087d7b59cbc5bb1"
|
|
2599
2618
|
dependencies = [
|
|
2600
2619
|
"ahash",
|
|
2601
2620
|
"fluent-uri",
|
|
@@ -2746,7 +2765,7 @@ version = "1.1.4"
|
|
|
2746
2765
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2747
2766
|
checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190"
|
|
2748
2767
|
dependencies = [
|
|
2749
|
-
"bitflags",
|
|
2768
|
+
"bitflags 2.13.0",
|
|
2750
2769
|
"errno",
|
|
2751
2770
|
"libc",
|
|
2752
2771
|
"linux-raw-sys",
|
|
@@ -2878,6 +2897,7 @@ version = "1.0.150"
|
|
|
2878
2897
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
2879
2898
|
checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9"
|
|
2880
2899
|
dependencies = [
|
|
2900
|
+
"indexmap",
|
|
2881
2901
|
"itoa",
|
|
2882
2902
|
"memchr",
|
|
2883
2903
|
"serde",
|
|
@@ -3031,9 +3051,9 @@ dependencies = [
|
|
|
3031
3051
|
|
|
3032
3052
|
[[package]]
|
|
3033
3053
|
name = "spikard"
|
|
3034
|
-
version = "0.16.0-rc.
|
|
3054
|
+
version = "0.16.0-rc.4"
|
|
3035
3055
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3036
|
-
checksum = "
|
|
3056
|
+
checksum = "a09796d63bb1f8625b23d57356f9f154d77a4014122d955ef510228199ab887d"
|
|
3037
3057
|
dependencies = [
|
|
3038
3058
|
"anyhow",
|
|
3039
3059
|
"axum",
|
|
@@ -3051,9 +3071,9 @@ dependencies = [
|
|
|
3051
3071
|
|
|
3052
3072
|
[[package]]
|
|
3053
3073
|
name = "spikard-core"
|
|
3054
|
-
version = "0.16.0-rc.
|
|
3074
|
+
version = "0.16.0-rc.4"
|
|
3055
3075
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3056
|
-
checksum = "
|
|
3076
|
+
checksum = "0e58a4adfbc691a2edd686da4f49ac29b3d7bdd5701059c5d7a00d1de57fd9a2"
|
|
3057
3077
|
dependencies = [
|
|
3058
3078
|
"anyhow",
|
|
3059
3079
|
"base64",
|
|
@@ -3077,9 +3097,9 @@ dependencies = [
|
|
|
3077
3097
|
|
|
3078
3098
|
[[package]]
|
|
3079
3099
|
name = "spikard-graphql"
|
|
3080
|
-
version = "0.16.0-rc.
|
|
3100
|
+
version = "0.16.0-rc.4"
|
|
3081
3101
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3082
|
-
checksum = "
|
|
3102
|
+
checksum = "b621e9b24f7b7d1c26764dc149d2983eb8b8ff5d77ef36a985423b22d60b3190"
|
|
3083
3103
|
dependencies = [
|
|
3084
3104
|
"async-graphql",
|
|
3085
3105
|
"axum",
|
|
@@ -3098,9 +3118,9 @@ dependencies = [
|
|
|
3098
3118
|
|
|
3099
3119
|
[[package]]
|
|
3100
3120
|
name = "spikard-http"
|
|
3101
|
-
version = "0.16.0-rc.
|
|
3121
|
+
version = "0.16.0-rc.4"
|
|
3102
3122
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3103
|
-
checksum = "
|
|
3123
|
+
checksum = "2512110f59ff7463bdc700469b262e3f22fee1bb813ece014c906ab6b3d82df6"
|
|
3104
3124
|
dependencies = [
|
|
3105
3125
|
"ahash",
|
|
3106
3126
|
"anyhow",
|
|
@@ -3114,7 +3134,7 @@ dependencies = [
|
|
|
3114
3134
|
"flate2",
|
|
3115
3135
|
"futures",
|
|
3116
3136
|
"futures-util",
|
|
3117
|
-
"getrandom 0.4.
|
|
3137
|
+
"getrandom 0.4.3",
|
|
3118
3138
|
"h2",
|
|
3119
3139
|
"http-body",
|
|
3120
3140
|
"http-body-util",
|
|
@@ -3153,7 +3173,7 @@ dependencies = [
|
|
|
3153
3173
|
|
|
3154
3174
|
[[package]]
|
|
3155
3175
|
name = "spikard-rb"
|
|
3156
|
-
version = "0.16.0-rc.
|
|
3176
|
+
version = "0.16.0-rc.4"
|
|
3157
3177
|
dependencies = [
|
|
3158
3178
|
"magnus",
|
|
3159
3179
|
"rb-sys",
|
|
@@ -3238,9 +3258,9 @@ checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
|
|
|
3238
3258
|
|
|
3239
3259
|
[[package]]
|
|
3240
3260
|
name = "syn"
|
|
3241
|
-
version = "2.0.
|
|
3261
|
+
version = "2.0.118"
|
|
3242
3262
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3243
|
-
checksum = "
|
|
3263
|
+
checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422"
|
|
3244
3264
|
dependencies = [
|
|
3245
3265
|
"proc-macro2",
|
|
3246
3266
|
"quote",
|
|
@@ -3271,7 +3291,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3271
3291
|
checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd"
|
|
3272
3292
|
dependencies = [
|
|
3273
3293
|
"fastrand",
|
|
3274
|
-
"getrandom 0.4.
|
|
3294
|
+
"getrandom 0.4.3",
|
|
3275
3295
|
"once_cell",
|
|
3276
3296
|
"rustix",
|
|
3277
3297
|
"windows-sys",
|
|
@@ -3328,12 +3348,11 @@ dependencies = [
|
|
|
3328
3348
|
|
|
3329
3349
|
[[package]]
|
|
3330
3350
|
name = "time"
|
|
3331
|
-
version = "0.3.
|
|
3351
|
+
version = "0.3.51"
|
|
3332
3352
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3333
|
-
checksum = "
|
|
3353
|
+
checksum = "85c17d80feb7334b40c484e45ed1a5273dfd8bfda537c3be2e74a06a6686f327"
|
|
3334
3354
|
dependencies = [
|
|
3335
3355
|
"deranged",
|
|
3336
|
-
"itoa",
|
|
3337
3356
|
"num-conv",
|
|
3338
3357
|
"powerfmt",
|
|
3339
3358
|
"serde_core",
|
|
@@ -3343,15 +3362,15 @@ dependencies = [
|
|
|
3343
3362
|
|
|
3344
3363
|
[[package]]
|
|
3345
3364
|
name = "time-core"
|
|
3346
|
-
version = "0.1.
|
|
3365
|
+
version = "0.1.9"
|
|
3347
3366
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3348
|
-
checksum = "
|
|
3367
|
+
checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
|
|
3349
3368
|
|
|
3350
3369
|
[[package]]
|
|
3351
3370
|
name = "time-macros"
|
|
3352
|
-
version = "0.2.
|
|
3371
|
+
version = "0.2.30"
|
|
3353
3372
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3354
|
-
checksum = "
|
|
3373
|
+
checksum = "dcef1a61bdb119096e153208ec5cbec23944ce8bca13be5c7f60c634f7403935"
|
|
3355
3374
|
dependencies = [
|
|
3356
3375
|
"num-conv",
|
|
3357
3376
|
"time-core",
|
|
@@ -3517,7 +3536,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
|
3517
3536
|
checksum = "b11f75e912b0c2be01b63d8cf8057b8c3f97cf34abb3d431a3a4c8675498e233"
|
|
3518
3537
|
dependencies = [
|
|
3519
3538
|
"async-compression",
|
|
3520
|
-
"bitflags",
|
|
3539
|
+
"bitflags 2.13.0",
|
|
3521
3540
|
"bytes",
|
|
3522
3541
|
"futures-core",
|
|
3523
3542
|
"futures-util",
|
|
@@ -3711,12 +3730,6 @@ version = "1.0.24"
|
|
|
3711
3730
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3712
3731
|
checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
|
|
3713
3732
|
|
|
3714
|
-
[[package]]
|
|
3715
|
-
name = "unicode-xid"
|
|
3716
|
-
version = "0.2.6"
|
|
3717
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3718
|
-
checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
|
|
3719
|
-
|
|
3720
3733
|
[[package]]
|
|
3721
3734
|
name = "url"
|
|
3722
3735
|
version = "2.5.8"
|
|
@@ -3805,11 +3818,11 @@ checksum = "e2eebbbfe4093922c2b6734d7c679ebfebd704a0d7e56dfcb0d05818ce28977d"
|
|
|
3805
3818
|
|
|
3806
3819
|
[[package]]
|
|
3807
3820
|
name = "uuid"
|
|
3808
|
-
version = "1.23.
|
|
3821
|
+
version = "1.23.4"
|
|
3809
3822
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3810
|
-
checksum = "
|
|
3823
|
+
checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53"
|
|
3811
3824
|
dependencies = [
|
|
3812
|
-
"getrandom 0.4.
|
|
3825
|
+
"getrandom 0.4.3",
|
|
3813
3826
|
"js-sys",
|
|
3814
3827
|
"serde_core",
|
|
3815
3828
|
"wasm-bindgen",
|
|
@@ -3874,23 +3887,14 @@ version = "1.0.4+wasi-0.2.12"
|
|
|
3874
3887
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3875
3888
|
checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487"
|
|
3876
3889
|
dependencies = [
|
|
3877
|
-
"wit-bindgen
|
|
3878
|
-
]
|
|
3879
|
-
|
|
3880
|
-
[[package]]
|
|
3881
|
-
name = "wasip3"
|
|
3882
|
-
version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
|
|
3883
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3884
|
-
checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
|
|
3885
|
-
dependencies = [
|
|
3886
|
-
"wit-bindgen 0.51.0",
|
|
3890
|
+
"wit-bindgen",
|
|
3887
3891
|
]
|
|
3888
3892
|
|
|
3889
3893
|
[[package]]
|
|
3890
3894
|
name = "wasm-bindgen"
|
|
3891
|
-
version = "0.2.
|
|
3895
|
+
version = "0.2.126"
|
|
3892
3896
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3893
|
-
checksum = "
|
|
3897
|
+
checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4"
|
|
3894
3898
|
dependencies = [
|
|
3895
3899
|
"cfg-if",
|
|
3896
3900
|
"once_cell",
|
|
@@ -3901,9 +3905,9 @@ dependencies = [
|
|
|
3901
3905
|
|
|
3902
3906
|
[[package]]
|
|
3903
3907
|
name = "wasm-bindgen-macro"
|
|
3904
|
-
version = "0.2.
|
|
3908
|
+
version = "0.2.126"
|
|
3905
3909
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3906
|
-
checksum = "
|
|
3910
|
+
checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1"
|
|
3907
3911
|
dependencies = [
|
|
3908
3912
|
"quote",
|
|
3909
3913
|
"wasm-bindgen-macro-support",
|
|
@@ -3911,9 +3915,9 @@ dependencies = [
|
|
|
3911
3915
|
|
|
3912
3916
|
[[package]]
|
|
3913
3917
|
name = "wasm-bindgen-macro-support"
|
|
3914
|
-
version = "0.2.
|
|
3918
|
+
version = "0.2.126"
|
|
3915
3919
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3916
|
-
checksum = "
|
|
3920
|
+
checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e"
|
|
3917
3921
|
dependencies = [
|
|
3918
3922
|
"bumpalo",
|
|
3919
3923
|
"proc-macro2",
|
|
@@ -3924,52 +3928,18 @@ dependencies = [
|
|
|
3924
3928
|
|
|
3925
3929
|
[[package]]
|
|
3926
3930
|
name = "wasm-bindgen-shared"
|
|
3927
|
-
version = "0.2.
|
|
3931
|
+
version = "0.2.126"
|
|
3928
3932
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3929
|
-
checksum = "
|
|
3933
|
+
checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24"
|
|
3930
3934
|
dependencies = [
|
|
3931
3935
|
"unicode-ident",
|
|
3932
3936
|
]
|
|
3933
3937
|
|
|
3934
|
-
[[package]]
|
|
3935
|
-
name = "wasm-encoder"
|
|
3936
|
-
version = "0.244.0"
|
|
3937
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3938
|
-
checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
|
|
3939
|
-
dependencies = [
|
|
3940
|
-
"leb128fmt",
|
|
3941
|
-
"wasmparser",
|
|
3942
|
-
]
|
|
3943
|
-
|
|
3944
|
-
[[package]]
|
|
3945
|
-
name = "wasm-metadata"
|
|
3946
|
-
version = "0.244.0"
|
|
3947
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3948
|
-
checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
|
|
3949
|
-
dependencies = [
|
|
3950
|
-
"anyhow",
|
|
3951
|
-
"indexmap",
|
|
3952
|
-
"wasm-encoder",
|
|
3953
|
-
"wasmparser",
|
|
3954
|
-
]
|
|
3955
|
-
|
|
3956
|
-
[[package]]
|
|
3957
|
-
name = "wasmparser"
|
|
3958
|
-
version = "0.244.0"
|
|
3959
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3960
|
-
checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
|
|
3961
|
-
dependencies = [
|
|
3962
|
-
"bitflags",
|
|
3963
|
-
"hashbrown 0.15.5",
|
|
3964
|
-
"indexmap",
|
|
3965
|
-
"semver",
|
|
3966
|
-
]
|
|
3967
|
-
|
|
3968
3938
|
[[package]]
|
|
3969
3939
|
name = "web-sys"
|
|
3970
|
-
version = "0.3.
|
|
3940
|
+
version = "0.3.103"
|
|
3971
3941
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
3972
|
-
checksum = "
|
|
3942
|
+
checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141"
|
|
3973
3943
|
dependencies = [
|
|
3974
3944
|
"js-sys",
|
|
3975
3945
|
"wasm-bindgen",
|
|
@@ -4093,100 +4063,12 @@ dependencies = [
|
|
|
4093
4063
|
"memchr",
|
|
4094
4064
|
]
|
|
4095
4065
|
|
|
4096
|
-
[[package]]
|
|
4097
|
-
name = "wit-bindgen"
|
|
4098
|
-
version = "0.51.0"
|
|
4099
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4100
|
-
checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
|
|
4101
|
-
dependencies = [
|
|
4102
|
-
"wit-bindgen-rust-macro",
|
|
4103
|
-
]
|
|
4104
|
-
|
|
4105
4066
|
[[package]]
|
|
4106
4067
|
name = "wit-bindgen"
|
|
4107
4068
|
version = "0.57.1"
|
|
4108
4069
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4109
4070
|
checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e"
|
|
4110
4071
|
|
|
4111
|
-
[[package]]
|
|
4112
|
-
name = "wit-bindgen-core"
|
|
4113
|
-
version = "0.51.0"
|
|
4114
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4115
|
-
checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
|
|
4116
|
-
dependencies = [
|
|
4117
|
-
"anyhow",
|
|
4118
|
-
"heck",
|
|
4119
|
-
"wit-parser",
|
|
4120
|
-
]
|
|
4121
|
-
|
|
4122
|
-
[[package]]
|
|
4123
|
-
name = "wit-bindgen-rust"
|
|
4124
|
-
version = "0.51.0"
|
|
4125
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4126
|
-
checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
|
|
4127
|
-
dependencies = [
|
|
4128
|
-
"anyhow",
|
|
4129
|
-
"heck",
|
|
4130
|
-
"indexmap",
|
|
4131
|
-
"prettyplease",
|
|
4132
|
-
"syn",
|
|
4133
|
-
"wasm-metadata",
|
|
4134
|
-
"wit-bindgen-core",
|
|
4135
|
-
"wit-component",
|
|
4136
|
-
]
|
|
4137
|
-
|
|
4138
|
-
[[package]]
|
|
4139
|
-
name = "wit-bindgen-rust-macro"
|
|
4140
|
-
version = "0.51.0"
|
|
4141
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4142
|
-
checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
|
|
4143
|
-
dependencies = [
|
|
4144
|
-
"anyhow",
|
|
4145
|
-
"prettyplease",
|
|
4146
|
-
"proc-macro2",
|
|
4147
|
-
"quote",
|
|
4148
|
-
"syn",
|
|
4149
|
-
"wit-bindgen-core",
|
|
4150
|
-
"wit-bindgen-rust",
|
|
4151
|
-
]
|
|
4152
|
-
|
|
4153
|
-
[[package]]
|
|
4154
|
-
name = "wit-component"
|
|
4155
|
-
version = "0.244.0"
|
|
4156
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4157
|
-
checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
|
|
4158
|
-
dependencies = [
|
|
4159
|
-
"anyhow",
|
|
4160
|
-
"bitflags",
|
|
4161
|
-
"indexmap",
|
|
4162
|
-
"log",
|
|
4163
|
-
"serde",
|
|
4164
|
-
"serde_derive",
|
|
4165
|
-
"serde_json",
|
|
4166
|
-
"wasm-encoder",
|
|
4167
|
-
"wasm-metadata",
|
|
4168
|
-
"wasmparser",
|
|
4169
|
-
"wit-parser",
|
|
4170
|
-
]
|
|
4171
|
-
|
|
4172
|
-
[[package]]
|
|
4173
|
-
name = "wit-parser"
|
|
4174
|
-
version = "0.244.0"
|
|
4175
|
-
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4176
|
-
checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
|
|
4177
|
-
dependencies = [
|
|
4178
|
-
"anyhow",
|
|
4179
|
-
"id-arena",
|
|
4180
|
-
"indexmap",
|
|
4181
|
-
"log",
|
|
4182
|
-
"semver",
|
|
4183
|
-
"serde",
|
|
4184
|
-
"serde_derive",
|
|
4185
|
-
"serde_json",
|
|
4186
|
-
"unicode-xid",
|
|
4187
|
-
"wasmparser",
|
|
4188
|
-
]
|
|
4189
|
-
|
|
4190
4072
|
[[package]]
|
|
4191
4073
|
name = "writeable"
|
|
4192
4074
|
version = "0.6.3"
|
|
@@ -4332,9 +4214,9 @@ dependencies = [
|
|
|
4332
4214
|
|
|
4333
4215
|
[[package]]
|
|
4334
4216
|
name = "zlib-rs"
|
|
4335
|
-
version = "0.6.
|
|
4217
|
+
version = "0.6.4"
|
|
4336
4218
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
4337
|
-
checksum = "
|
|
4219
|
+
checksum = "977347db8caa080403f6b6b7c1cda9479a8e869316f7e13a59b19076a40f94e3"
|
|
4338
4220
|
|
|
4339
4221
|
[[package]]
|
|
4340
4222
|
name = "zmij"
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
[package]
|
|
2
2
|
name = "spikard-rb"
|
|
3
|
-
version = "0.16.0-rc.
|
|
3
|
+
version = "0.16.0-rc.4"
|
|
4
4
|
edition = "2024"
|
|
5
5
|
license = "MIT"
|
|
6
6
|
description = "Rust-centric multi-language HTTP framework with polyglot bindings"
|
|
@@ -25,8 +25,8 @@ magnus = "0.8"
|
|
|
25
25
|
rb-sys = ">=0.9, <0.9.128"
|
|
26
26
|
serde = { version = "1", features = ["derive"] }
|
|
27
27
|
serde_json = "1"
|
|
28
|
-
spikard = { version = "0.16.0-rc.
|
|
29
|
-
spikard-core = { version = "0.16.0-rc.
|
|
30
|
-
spikard-graphql = { version = "0.16.0-rc.
|
|
31
|
-
spikard-http = { version = "0.16.0-rc.
|
|
28
|
+
spikard = { version = "0.16.0-rc.4", features = ["di"] }
|
|
29
|
+
spikard-core = { version = "0.16.0-rc.4" }
|
|
30
|
+
spikard-graphql = { version = "0.16.0-rc.4" }
|
|
31
|
+
spikard-http = { version = "0.16.0-rc.4" }
|
|
32
32
|
tokio = { version = "1", features = ["rt-multi-thread"] }
|
data/ext/spikard_rb/src/lib.rs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
// This file is auto-generated by alef. DO NOT EDIT.
|
|
2
|
-
// alef:hash:
|
|
2
|
+
// alef:hash:f080b02c2594d6e75c8d11e59bd6850cf348664e69ec56eb58939e731568749e
|
|
3
3
|
// Re-generate with: alef generate
|
|
4
4
|
#![allow(dead_code, unused_imports, unused_variables)]
|
|
5
5
|
#![allow(
|
|
@@ -2208,14 +2208,16 @@ impl RouteBuilder {
|
|
|
2208
2208
|
}
|
|
2209
2209
|
|
|
2210
2210
|
fn cors(&self, cors: CorsConfig) -> RouteBuilder {
|
|
2211
|
+
let cors_core: spikard::CorsConfig = cors.into();
|
|
2211
2212
|
Self {
|
|
2212
|
-
inner: Arc::new(self.inner.as_ref().clone().cors(
|
|
2213
|
+
inner: Arc::new(self.inner.as_ref().clone().cors(cors_core)),
|
|
2213
2214
|
}
|
|
2214
2215
|
}
|
|
2215
2216
|
|
|
2216
2217
|
fn compression(&self, compression: CompressionConfig) -> RouteBuilder {
|
|
2218
|
+
let compression_core: spikard::CompressionConfig = compression.into();
|
|
2217
2219
|
Self {
|
|
2218
|
-
inner: Arc::new(self.inner.as_ref().clone().compression(
|
|
2220
|
+
inner: Arc::new(self.inner.as_ref().clone().compression(compression_core)),
|
|
2219
2221
|
}
|
|
2220
2222
|
}
|
|
2221
2223
|
|
|
@@ -3825,9 +3827,11 @@ impl magnus::TryConvert for SecuritySchemeInfo {
|
|
|
3825
3827
|
})?
|
|
3826
3828
|
};
|
|
3827
3829
|
// Try deserializing as JSON first (handles JSON strings like "\"markdown\"" or "{\"click\":{\"selector\":\"...\"}}\"")
|
|
3830
|
+
// For internally-tagged enums, a bare variant string is wrapped as {"<tag>": value}.
|
|
3828
3831
|
// If that fails, try treating it as a plain string value and wrap in quotes
|
|
3829
3832
|
// If both fail, try as Custom variant (for untagged enum support)
|
|
3830
3833
|
serde_json::from_str(&json_str)
|
|
3834
|
+
.or_else(|_| serde_json::from_value(serde_json::json!({ "type": json_str })))
|
|
3831
3835
|
.or_else(|_| serde_json::from_str(&format!("\"{json_str}\"")))
|
|
3832
3836
|
.or_else(|_| {
|
|
3833
3837
|
// Try as a JSON string for Custom variant (untagged enums accept any remaining value)
|
|
@@ -3844,6 +3848,15 @@ unsafe impl IntoValueFromNative for SecuritySchemeInfo {}
|
|
|
3844
3848
|
unsafe impl TryConvertOwned for SecuritySchemeInfo {}
|
|
3845
3849
|
impl SecuritySchemeInfo {}
|
|
3846
3850
|
|
|
3851
|
+
impl SecuritySchemeInfo {
|
|
3852
|
+
pub fn _factory_http(scheme: String, bearer_format: Option<String>) -> Self {
|
|
3853
|
+
Self::Http { scheme, bearer_format }
|
|
3854
|
+
}
|
|
3855
|
+
pub fn _factory_api_key(location: String, name: String) -> Self {
|
|
3856
|
+
Self::ApiKey { location, name }
|
|
3857
|
+
}
|
|
3858
|
+
}
|
|
3859
|
+
|
|
3847
3860
|
#[derive(Clone, Debug, serde::Serialize, serde::Deserialize)]
|
|
3848
3861
|
pub enum SnapshotError {
|
|
3849
3862
|
InvalidHeader { _0: String },
|
|
@@ -3880,6 +3893,7 @@ impl magnus::TryConvert for SnapshotError {
|
|
|
3880
3893
|
})?
|
|
3881
3894
|
};
|
|
3882
3895
|
// Try deserializing as JSON first (handles JSON strings like "\"markdown\"" or "{\"click\":{\"selector\":\"...\"}}\"")
|
|
3896
|
+
// For internally-tagged enums, a bare variant string is wrapped as {"<tag>": value}.
|
|
3883
3897
|
// If that fails, try treating it as a plain string value and wrap in quotes
|
|
3884
3898
|
// If both fail, try as Custom variant (for untagged enum support)
|
|
3885
3899
|
serde_json::from_str(&json_str)
|
|
@@ -3937,6 +3951,7 @@ impl magnus::TryConvert for WebSocketMessage {
|
|
|
3937
3951
|
})?
|
|
3938
3952
|
};
|
|
3939
3953
|
// Try deserializing as JSON first (handles JSON strings like "\"markdown\"" or "{\"click\":{\"selector\":\"...\"}}\"")
|
|
3954
|
+
// For internally-tagged enums, a bare variant string is wrapped as {"<tag>": value}.
|
|
3940
3955
|
// If that fails, try treating it as a plain string value and wrap in quotes
|
|
3941
3956
|
// If both fail, try as Custom variant (for untagged enum support)
|
|
3942
3957
|
serde_json::from_str(&json_str)
|
|
@@ -3955,6 +3970,12 @@ impl magnus::TryConvert for WebSocketMessage {
|
|
|
3955
3970
|
unsafe impl IntoValueFromNative for WebSocketMessage {}
|
|
3956
3971
|
unsafe impl TryConvertOwned for WebSocketMessage {}
|
|
3957
3972
|
|
|
3973
|
+
impl WebSocketMessage {
|
|
3974
|
+
pub fn _factory_close(code: u16, reason: Option<String>) -> Self {
|
|
3975
|
+
Self::Close { code, reason }
|
|
3976
|
+
}
|
|
3977
|
+
}
|
|
3978
|
+
|
|
3958
3979
|
fn schema_query_only() -> QueryOnlyConfig {
|
|
3959
3980
|
spikard_graphql::schema_query_only().into()
|
|
3960
3981
|
}
|
|
@@ -5419,6 +5440,16 @@ fn ruby_init(ruby: &Ruby) -> Result<(), Error> {
|
|
|
5419
5440
|
method!(TestClient::graphql_subscription_async, 3),
|
|
5420
5441
|
)?;
|
|
5421
5442
|
|
|
5443
|
+
let class = module.define_class("SecuritySchemeInfo", ruby.class_object())?;
|
|
5444
|
+
|
|
5445
|
+
class.define_singleton_method("http", function!(SecuritySchemeInfo::_factory_http, 2))?;
|
|
5446
|
+
|
|
5447
|
+
class.define_singleton_method("api_key", function!(SecuritySchemeInfo::_factory_api_key, 2))?;
|
|
5448
|
+
|
|
5449
|
+
let class = module.define_class("WebSocketMessage", ruby.class_object())?;
|
|
5450
|
+
|
|
5451
|
+
class.define_singleton_method("close", function!(WebSocketMessage::_factory_close, 2))?;
|
|
5452
|
+
|
|
5422
5453
|
module.define_module_function("schema_query_only", function!(schema_query_only, 0))?;
|
|
5423
5454
|
|
|
5424
5455
|
module.define_module_function("schema_query_mutation", function!(schema_query_mutation, 0))?;
|
data/lib/spikard/native.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:f080b02c2594d6e75c8d11e59bd6850cf348664e69ec56eb58939e731568749e
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
data/lib/spikard/version.rb
CHANGED
|
@@ -1,10 +1,10 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:f080b02c2594d6e75c8d11e59bd6850cf348664e69ec56eb58939e731568749e
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
|
6
6
|
|
|
7
7
|
module Spikard
|
|
8
8
|
## The version string for this package.
|
|
9
|
-
VERSION = "0.16.0.pre.rc.
|
|
9
|
+
VERSION = "0.16.0.pre.rc.4"
|
|
10
10
|
end
|
data/lib/spikard.rb
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:f080b02c2594d6e75c8d11e59bd6850cf348664e69ec56eb58939e731568749e
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
# frozen_string_literal: true
|
data/lib/spikard_rb.so
CHANGED
|
Binary file
|
data/sig/types.rbs
CHANGED
|
@@ -1,5 +1,5 @@
|
|
|
1
1
|
# This file is auto-generated by alef — DO NOT EDIT.
|
|
2
|
-
# alef:hash:
|
|
2
|
+
# alef:hash:f080b02c2594d6e75c8d11e59bd6850cf348664e69ec56eb58939e731568749e
|
|
3
3
|
# To regenerate: alef generate
|
|
4
4
|
# To verify freshness: alef verify --exit-code
|
|
5
5
|
|