Mayo commited on
Commit
76a0cbb
·
unverified ·
1 Parent(s): 7481837

chore: update deps

Browse files
Files changed (3) hide show
  1. Cargo.lock +197 -217
  2. bun.lock +49 -49
  3. ui/package.json +8 -8
Cargo.lock CHANGED
@@ -162,9 +162,9 @@ dependencies = [
162
 
163
  [[package]]
164
  name = "anyhow"
165
- version = "1.0.101"
166
  source = "registry+https://github.com/rust-lang/crates.io-index"
167
- checksum = "5f0e0fee31ef5ed1ba1316088939cea399010ed7731dba877ed44aeb407a75ea"
168
 
169
  [[package]]
170
  name = "approx"
@@ -192,7 +192,7 @@ checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
192
  dependencies = [
193
  "proc-macro2",
194
  "quote",
195
- "syn 2.0.114",
196
  ]
197
 
198
  [[package]]
@@ -273,9 +273,9 @@ dependencies = [
273
 
274
  [[package]]
275
  name = "async-executor"
276
- version = "1.13.3"
277
  source = "registry+https://github.com/rust-lang/crates.io-index"
278
- checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
279
  dependencies = [
280
  "async-task",
281
  "concurrent-queue",
@@ -362,7 +362,7 @@ checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
362
  dependencies = [
363
  "proc-macro2",
364
  "quote",
365
- "syn 2.0.114",
366
  ]
367
 
368
  [[package]]
@@ -397,7 +397,7 @@ checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
397
  dependencies = [
398
  "proc-macro2",
399
  "quote",
400
- "syn 2.0.114",
401
  ]
402
 
403
  [[package]]
@@ -591,9 +591,9 @@ checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
591
 
592
  [[package]]
593
  name = "bitflags"
594
- version = "2.10.0"
595
  source = "registry+https://github.com/rust-lang/crates.io-index"
596
- checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
597
  dependencies = [
598
  "serde_core",
599
  ]
@@ -687,9 +687,9 @@ checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
687
 
688
  [[package]]
689
  name = "bumpalo"
690
- version = "3.19.1"
691
  source = "registry+https://github.com/rust-lang/crates.io-index"
692
- checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510"
693
 
694
  [[package]]
695
  name = "bytemuck"
@@ -708,7 +708,7 @@ checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
708
  dependencies = [
709
  "proc-macro2",
710
  "quote",
711
- "syn 2.0.114",
712
  ]
713
 
714
  [[package]]
@@ -738,7 +738,7 @@ version = "0.18.5"
738
  source = "registry+https://github.com/rust-lang/crates.io-index"
739
  checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
740
  dependencies = [
741
- "bitflags 2.10.0",
742
  "cairo-sys-rs",
743
  "glib",
744
  "libc",
@@ -801,7 +801,7 @@ dependencies = [
801
  "safetensors 0.7.0",
802
  "thiserror 2.0.18",
803
  "yoke 0.8.1",
804
- "zip 7.4.0",
805
  ]
806
 
807
  [[package]]
@@ -921,9 +921,9 @@ dependencies = [
921
 
922
  [[package]]
923
  name = "cc"
924
- version = "1.2.55"
925
  source = "registry+https://github.com/rust-lang/crates.io-index"
926
- checksum = "47b26a0954ae34af09b50f0de26458fa95369a0d478d8236d3f93082b219bd29"
927
  dependencies = [
928
  "find-msvc-tools",
929
  "jobserver",
@@ -1013,9 +1013,9 @@ dependencies = [
1013
 
1014
  [[package]]
1015
  name = "clap"
1016
- version = "4.5.57"
1017
  source = "registry+https://github.com/rust-lang/crates.io-index"
1018
- checksum = "6899ea499e3fb9305a65d5ebf6e3d2248c5fab291f300ad0a704fbe142eae31a"
1019
  dependencies = [
1020
  "clap_builder",
1021
  "clap_derive",
@@ -1023,9 +1023,9 @@ dependencies = [
1023
 
1024
  [[package]]
1025
  name = "clap_builder"
1026
- version = "4.5.57"
1027
  source = "registry+https://github.com/rust-lang/crates.io-index"
1028
- checksum = "7b12c8b680195a62a8364d16b8447b01b6c2c8f9aaf68bee653be34d4245e238"
1029
  dependencies = [
1030
  "anstream",
1031
  "anstyle",
@@ -1042,14 +1042,14 @@ dependencies = [
1042
  "heck 0.5.0",
1043
  "proc-macro2",
1044
  "quote",
1045
- "syn 2.0.114",
1046
  ]
1047
 
1048
  [[package]]
1049
  name = "clap_lex"
1050
- version = "0.7.7"
1051
  source = "registry+https://github.com/rust-lang/crates.io-index"
1052
- checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32"
1053
 
1054
  [[package]]
1055
  name = "cmake"
@@ -1184,7 +1184,7 @@ version = "0.24.0"
1184
  source = "registry+https://github.com/rust-lang/crates.io-index"
1185
  checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
1186
  dependencies = [
1187
- "bitflags 2.10.0",
1188
  "core-foundation 0.10.1",
1189
  "core-graphics-types 0.2.0",
1190
  "foreign-types 0.5.0",
@@ -1208,7 +1208,7 @@ version = "0.2.0"
1208
  source = "registry+https://github.com/rust-lang/crates.io-index"
1209
  checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
1210
  dependencies = [
1211
- "bitflags 2.10.0",
1212
  "core-foundation 0.10.1",
1213
  "libc",
1214
  ]
@@ -1358,7 +1358,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1358
  checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
1359
  dependencies = [
1360
  "quote",
1361
- "syn 2.0.114",
1362
  ]
1363
 
1364
  [[package]]
@@ -1389,7 +1389,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1389
  checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
1390
  dependencies = [
1391
  "quote",
1392
- "syn 2.0.114",
1393
  ]
1394
 
1395
  [[package]]
@@ -1454,7 +1454,7 @@ dependencies = [
1454
  "proc-macro2",
1455
  "quote",
1456
  "strsim",
1457
- "syn 2.0.114",
1458
  ]
1459
 
1460
  [[package]]
@@ -1468,7 +1468,7 @@ dependencies = [
1468
  "proc-macro2",
1469
  "quote",
1470
  "strsim",
1471
- "syn 2.0.114",
1472
  ]
1473
 
1474
  [[package]]
@@ -1481,7 +1481,7 @@ dependencies = [
1481
  "proc-macro2",
1482
  "quote",
1483
  "strsim",
1484
- "syn 2.0.114",
1485
  ]
1486
 
1487
  [[package]]
@@ -1492,7 +1492,7 @@ checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
1492
  dependencies = [
1493
  "darling_core 0.20.11",
1494
  "quote",
1495
- "syn 2.0.114",
1496
  ]
1497
 
1498
  [[package]]
@@ -1503,7 +1503,7 @@ checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
1503
  dependencies = [
1504
  "darling_core 0.21.3",
1505
  "quote",
1506
- "syn 2.0.114",
1507
  ]
1508
 
1509
  [[package]]
@@ -1514,7 +1514,7 @@ checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d"
1514
  dependencies = [
1515
  "darling_core 0.23.0",
1516
  "quote",
1517
- "syn 2.0.114",
1518
  ]
1519
 
1520
  [[package]]
@@ -1550,7 +1550,7 @@ checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
1550
  dependencies = [
1551
  "proc-macro2",
1552
  "quote",
1553
- "syn 2.0.114",
1554
  ]
1555
 
1556
  [[package]]
@@ -1571,7 +1571,7 @@ dependencies = [
1571
  "darling 0.20.11",
1572
  "proc-macro2",
1573
  "quote",
1574
- "syn 2.0.114",
1575
  ]
1576
 
1577
  [[package]]
@@ -1581,7 +1581,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
1581
  checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
1582
  dependencies = [
1583
  "derive_builder_core",
1584
- "syn 2.0.114",
1585
  ]
1586
 
1587
  [[package]]
@@ -1594,7 +1594,7 @@ dependencies = [
1594
  "proc-macro2",
1595
  "quote",
1596
  "rustc_version",
1597
- "syn 2.0.114",
1598
  ]
1599
 
1600
  [[package]]
@@ -1640,7 +1640,7 @@ version = "0.3.0"
1640
  source = "registry+https://github.com/rust-lang/crates.io-index"
1641
  checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
1642
  dependencies = [
1643
- "bitflags 2.10.0",
1644
  "block2",
1645
  "libc",
1646
  "objc2",
@@ -1654,7 +1654,7 @@ checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
1654
  dependencies = [
1655
  "proc-macro2",
1656
  "quote",
1657
- "syn 2.0.114",
1658
  ]
1659
 
1660
  [[package]]
@@ -1686,7 +1686,7 @@ checksum = "0fbbb781877580993a8707ec48672673ec7b81eeba04cfd2310bd28c08e47c8f"
1686
  dependencies = [
1687
  "proc-macro2",
1688
  "quote",
1689
- "syn 2.0.114",
1690
  ]
1691
 
1692
  [[package]]
@@ -1812,7 +1812,7 @@ dependencies = [
1812
  "heck 0.5.0",
1813
  "proc-macro2",
1814
  "quote",
1815
- "syn 2.0.114",
1816
  ]
1817
 
1818
  [[package]]
@@ -1833,7 +1833,7 @@ checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
1833
  dependencies = [
1834
  "proc-macro2",
1835
  "quote",
1836
- "syn 2.0.114",
1837
  ]
1838
 
1839
  [[package]]
@@ -1853,7 +1853,7 @@ checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
1853
  dependencies = [
1854
  "proc-macro2",
1855
  "quote",
1856
- "syn 2.0.114",
1857
  ]
1858
 
1859
  [[package]]
@@ -1978,7 +1978,7 @@ checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
1978
  dependencies = [
1979
  "proc-macro2",
1980
  "quote",
1981
- "syn 2.0.114",
1982
  ]
1983
 
1984
  [[package]]
@@ -2157,7 +2157,7 @@ checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
2157
  dependencies = [
2158
  "proc-macro2",
2159
  "quote",
2160
- "syn 2.0.114",
2161
  ]
2162
 
2163
  [[package]]
@@ -2193,9 +2193,9 @@ dependencies = [
2193
 
2194
  [[package]]
2195
  name = "futures"
2196
- version = "0.3.31"
2197
  source = "registry+https://github.com/rust-lang/crates.io-index"
2198
- checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876"
2199
  dependencies = [
2200
  "futures-channel",
2201
  "futures-core",
@@ -2208,9 +2208,9 @@ dependencies = [
2208
 
2209
  [[package]]
2210
  name = "futures-channel"
2211
- version = "0.3.31"
2212
  source = "registry+https://github.com/rust-lang/crates.io-index"
2213
- checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10"
2214
  dependencies = [
2215
  "futures-core",
2216
  "futures-sink",
@@ -2218,15 +2218,15 @@ dependencies = [
2218
 
2219
  [[package]]
2220
  name = "futures-core"
2221
- version = "0.3.31"
2222
  source = "registry+https://github.com/rust-lang/crates.io-index"
2223
- checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e"
2224
 
2225
  [[package]]
2226
  name = "futures-executor"
2227
- version = "0.3.31"
2228
  source = "registry+https://github.com/rust-lang/crates.io-index"
2229
- checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f"
2230
  dependencies = [
2231
  "futures-core",
2232
  "futures-task",
@@ -2235,9 +2235,9 @@ dependencies = [
2235
 
2236
  [[package]]
2237
  name = "futures-io"
2238
- version = "0.3.31"
2239
  source = "registry+https://github.com/rust-lang/crates.io-index"
2240
- checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6"
2241
 
2242
  [[package]]
2243
  name = "futures-lite"
@@ -2254,32 +2254,32 @@ dependencies = [
2254
 
2255
  [[package]]
2256
  name = "futures-macro"
2257
- version = "0.3.31"
2258
  source = "registry+https://github.com/rust-lang/crates.io-index"
2259
- checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650"
2260
  dependencies = [
2261
  "proc-macro2",
2262
  "quote",
2263
- "syn 2.0.114",
2264
  ]
2265
 
2266
  [[package]]
2267
  name = "futures-sink"
2268
- version = "0.3.31"
2269
  source = "registry+https://github.com/rust-lang/crates.io-index"
2270
- checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7"
2271
 
2272
  [[package]]
2273
  name = "futures-task"
2274
- version = "0.3.31"
2275
  source = "registry+https://github.com/rust-lang/crates.io-index"
2276
- checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988"
2277
 
2278
  [[package]]
2279
  name = "futures-util"
2280
- version = "0.3.31"
2281
  source = "registry+https://github.com/rust-lang/crates.io-index"
2282
- checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81"
2283
  dependencies = [
2284
  "futures-channel",
2285
  "futures-core",
@@ -2289,7 +2289,6 @@ dependencies = [
2289
  "futures-task",
2290
  "memchr",
2291
  "pin-project-lite",
2292
- "pin-utils",
2293
  "slab",
2294
  ]
2295
 
@@ -2757,7 +2756,7 @@ checksum = "53010ccb100b96a67bc32c0175f0ed1426b31b655d562898e57325f81c023ac0"
2757
  dependencies = [
2758
  "proc-macro2",
2759
  "quote",
2760
- "syn 2.0.114",
2761
  ]
2762
 
2763
  [[package]]
@@ -2777,7 +2776,7 @@ version = "0.18.5"
2777
  source = "registry+https://github.com/rust-lang/crates.io-index"
2778
  checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
2779
  dependencies = [
2780
- "bitflags 2.10.0",
2781
  "futures-channel",
2782
  "futures-core",
2783
  "futures-executor",
@@ -2805,7 +2804,7 @@ dependencies = [
2805
  "proc-macro-error",
2806
  "proc-macro2",
2807
  "quote",
2808
- "syn 2.0.114",
2809
  ]
2810
 
2811
  [[package]]
@@ -2876,7 +2875,7 @@ version = "0.3.2"
2876
  source = "registry+https://github.com/rust-lang/crates.io-index"
2877
  checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
2878
  dependencies = [
2879
- "bitflags 2.10.0",
2880
  "gpu-descriptor-types",
2881
  "hashbrown 0.15.5",
2882
  ]
@@ -2887,7 +2886,7 @@ version = "0.2.0"
2887
  source = "registry+https://github.com/rust-lang/crates.io-index"
2888
  checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
2889
  dependencies = [
2890
- "bitflags 2.10.0",
2891
  ]
2892
 
2893
  [[package]]
@@ -2939,7 +2938,7 @@ dependencies = [
2939
  "proc-macro-error",
2940
  "proc-macro2",
2941
  "quote",
2942
- "syn 2.0.114",
2943
  ]
2944
 
2945
  [[package]]
@@ -2982,7 +2981,7 @@ version = "0.5.0"
2982
  source = "registry+https://github.com/rust-lang/crates.io-index"
2983
  checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
2984
  dependencies = [
2985
- "bitflags 2.10.0",
2986
  "bytemuck",
2987
  "core_maths",
2988
  "read-fonts 0.37.0",
@@ -3686,7 +3685,7 @@ dependencies = [
3686
  "image-webp",
3687
  "moxcms",
3688
  "num-traits",
3689
- "png 0.18.0",
3690
  "qoi",
3691
  "ravif",
3692
  "rayon",
@@ -3783,7 +3782,7 @@ checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
3783
  dependencies = [
3784
  "proc-macro2",
3785
  "quote",
3786
- "syn 2.0.114",
3787
  ]
3788
 
3789
  [[package]]
@@ -3959,7 +3958,7 @@ version = "0.7.0"
3959
  source = "registry+https://github.com/rust-lang/crates.io-index"
3960
  checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
3961
  dependencies = [
3962
- "bitflags 2.10.0",
3963
  "serde",
3964
  "unicode-segmentation",
3965
  ]
@@ -4159,7 +4158,7 @@ dependencies = [
4159
  "tempfile",
4160
  "tokio",
4161
  "tracing",
4162
- "zip 7.4.0",
4163
  ]
4164
 
4165
  [[package]]
@@ -4231,9 +4230,9 @@ dependencies = [
4231
 
4232
  [[package]]
4233
  name = "libc"
4234
- version = "0.2.181"
4235
  source = "registry+https://github.com/rust-lang/crates.io-index"
4236
- checksum = "459427e2af2b9c839b132acb702a1c654d95e10f8c326bfc2ad11310e458b1c5"
4237
 
4238
  [[package]]
4239
  name = "libfuzzer-sys"
@@ -4287,9 +4286,9 @@ version = "0.1.12"
4287
  source = "registry+https://github.com/rust-lang/crates.io-index"
4288
  checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
4289
  dependencies = [
4290
- "bitflags 2.10.0",
4291
  "libc",
4292
- "redox_syscall 0.7.0",
4293
  ]
4294
 
4295
  [[package]]
@@ -4406,7 +4405,7 @@ checksum = "88a9689d8d44bf9964484516275f5cd4c9b59457a6940c1d5d0ecbb94510a36b"
4406
  dependencies = [
4407
  "proc-macro2",
4408
  "quote",
4409
- "syn 2.0.114",
4410
  ]
4411
 
4412
  [[package]]
@@ -4458,9 +4457,9 @@ checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79"
4458
 
4459
  [[package]]
4460
  name = "memmap2"
4461
- version = "0.9.9"
4462
  source = "registry+https://github.com/rust-lang/crates.io-index"
4463
- checksum = "744133e4a0e0a658e1374cf3bf8e415c4052a15a111acd372764c55b4177d490"
4464
  dependencies = [
4465
  "libc",
4466
  "stable_deref_trait",
@@ -4481,7 +4480,7 @@ version = "0.29.0"
4481
  source = "registry+https://github.com/rust-lang/crates.io-index"
4482
  checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
4483
  dependencies = [
4484
- "bitflags 2.10.0",
4485
  "block",
4486
  "core-graphics-types 0.1.3",
4487
  "foreign-types 0.5.0",
@@ -4496,7 +4495,7 @@ version = "0.33.0"
4496
  source = "registry+https://github.com/rust-lang/crates.io-index"
4497
  checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
4498
  dependencies = [
4499
- "bitflags 2.10.0",
4500
  "block",
4501
  "core-graphics-types 0.2.0",
4502
  "foreign-types 0.5.0",
@@ -4572,7 +4571,7 @@ checksum = "e4db6d5580af57bf992f59068d4ea26fd518574ff48d7639b255a36f9de6e7e9"
4572
  dependencies = [
4573
  "proc-macro2",
4574
  "quote",
4575
- "syn 2.0.114",
4576
  ]
4577
 
4578
  [[package]]
@@ -4614,7 +4613,7 @@ checksum = "618f667225063219ddfc61251087db8a9aec3c3f0950c916b614e403486f1135"
4614
  dependencies = [
4615
  "arrayvec",
4616
  "bit-set",
4617
- "bitflags 2.10.0",
4618
  "cfg-if",
4619
  "cfg_aliases",
4620
  "codespan-reporting",
@@ -4649,17 +4648,17 @@ dependencies = [
4649
 
4650
  [[package]]
4651
  name = "native-tls"
4652
- version = "0.2.14"
4653
  source = "registry+https://github.com/rust-lang/crates.io-index"
4654
- checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
4655
  dependencies = [
4656
  "libc",
4657
  "log",
4658
  "openssl",
4659
- "openssl-probe 0.1.6",
4660
  "openssl-sys",
4661
  "schannel",
4662
- "security-framework 2.11.1",
4663
  "security-framework-sys",
4664
  "tempfile",
4665
  ]
@@ -4670,7 +4669,7 @@ version = "0.9.0"
4670
  source = "registry+https://github.com/rust-lang/crates.io-index"
4671
  checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
4672
  dependencies = [
4673
- "bitflags 2.10.0",
4674
  "jni-sys",
4675
  "log",
4676
  "ndk-sys",
@@ -4788,7 +4787,7 @@ checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
4788
  dependencies = [
4789
  "proc-macro2",
4790
  "quote",
4791
- "syn 2.0.114",
4792
  ]
4793
 
4794
  [[package]]
@@ -4861,7 +4860,7 @@ dependencies = [
4861
  "proc-macro-crate 3.4.0",
4862
  "proc-macro2",
4863
  "quote",
4864
- "syn 2.0.114",
4865
  ]
4866
 
4867
  [[package]]
@@ -4895,7 +4894,7 @@ version = "0.3.2"
4895
  source = "registry+https://github.com/rust-lang/crates.io-index"
4896
  checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
4897
  dependencies = [
4898
- "bitflags 2.10.0",
4899
  "block2",
4900
  "libc",
4901
  "objc2",
@@ -4916,7 +4915,7 @@ version = "0.3.2"
4916
  source = "registry+https://github.com/rust-lang/crates.io-index"
4917
  checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
4918
  dependencies = [
4919
- "bitflags 2.10.0",
4920
  "objc2",
4921
  "objc2-foundation",
4922
  ]
@@ -4927,7 +4926,7 @@ version = "0.3.2"
4927
  source = "registry+https://github.com/rust-lang/crates.io-index"
4928
  checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
4929
  dependencies = [
4930
- "bitflags 2.10.0",
4931
  "objc2",
4932
  "objc2-foundation",
4933
  ]
@@ -4938,7 +4937,7 @@ version = "0.3.2"
4938
  source = "registry+https://github.com/rust-lang/crates.io-index"
4939
  checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
4940
  dependencies = [
4941
- "bitflags 2.10.0",
4942
  "dispatch2",
4943
  "objc2",
4944
  ]
@@ -4949,7 +4948,7 @@ version = "0.3.2"
4949
  source = "registry+https://github.com/rust-lang/crates.io-index"
4950
  checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
4951
  dependencies = [
4952
- "bitflags 2.10.0",
4953
  "dispatch2",
4954
  "objc2",
4955
  "objc2-core-foundation",
@@ -4972,7 +4971,7 @@ version = "0.3.2"
4972
  source = "registry+https://github.com/rust-lang/crates.io-index"
4973
  checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
4974
  dependencies = [
4975
- "bitflags 2.10.0",
4976
  "objc2",
4977
  "objc2-core-foundation",
4978
  "objc2-core-graphics",
@@ -4984,7 +4983,7 @@ version = "0.3.2"
4984
  source = "registry+https://github.com/rust-lang/crates.io-index"
4985
  checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
4986
  dependencies = [
4987
- "bitflags 2.10.0",
4988
  "objc2",
4989
  "objc2-core-foundation",
4990
  "objc2-core-graphics",
@@ -5012,7 +5011,7 @@ version = "0.3.2"
5012
  source = "registry+https://github.com/rust-lang/crates.io-index"
5013
  checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
5014
  dependencies = [
5015
- "bitflags 2.10.0",
5016
  "block2",
5017
  "libc",
5018
  "objc2",
@@ -5025,7 +5024,7 @@ version = "0.3.2"
5025
  source = "registry+https://github.com/rust-lang/crates.io-index"
5026
  checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
5027
  dependencies = [
5028
- "bitflags 2.10.0",
5029
  "objc2",
5030
  "objc2-core-foundation",
5031
  ]
@@ -5046,7 +5045,7 @@ version = "0.3.2"
5046
  source = "registry+https://github.com/rust-lang/crates.io-index"
5047
  checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
5048
  dependencies = [
5049
- "bitflags 2.10.0",
5050
  "block2",
5051
  "dispatch2",
5052
  "objc2",
@@ -5060,7 +5059,7 @@ version = "0.3.2"
5060
  source = "registry+https://github.com/rust-lang/crates.io-index"
5061
  checksum = "46a10f15ff4e2045f947ffca8a17fc351b155c321de16f04278a008a1f446784"
5062
  dependencies = [
5063
- "bitflags 2.10.0",
5064
  "block2",
5065
  "objc2",
5066
  "objc2-core-foundation",
@@ -5075,7 +5074,7 @@ version = "0.3.2"
5075
  source = "registry+https://github.com/rust-lang/crates.io-index"
5076
  checksum = "3733321d6edbaa799a59b3f2c82b9e83abfa7577eae0274d3c02f9e879eab1aa"
5077
  dependencies = [
5078
- "bitflags 2.10.0",
5079
  "block2",
5080
  "dispatch2",
5081
  "objc2",
@@ -5090,7 +5089,7 @@ version = "0.3.2"
5090
  source = "registry+https://github.com/rust-lang/crates.io-index"
5091
  checksum = "f112d1746737b0da274ef79a23aac283376f335f4095a083a267a082f21db0c0"
5092
  dependencies = [
5093
- "bitflags 2.10.0",
5094
  "objc2",
5095
  "objc2-app-kit",
5096
  "objc2-foundation",
@@ -5102,7 +5101,7 @@ version = "0.3.2"
5102
  source = "registry+https://github.com/rust-lang/crates.io-index"
5103
  checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
5104
  dependencies = [
5105
- "bitflags 2.10.0",
5106
  "objc2",
5107
  "objc2-core-foundation",
5108
  "objc2-foundation",
@@ -5114,7 +5113,7 @@ version = "0.3.2"
5114
  source = "registry+https://github.com/rust-lang/crates.io-index"
5115
  checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a"
5116
  dependencies = [
5117
- "bitflags 2.10.0",
5118
  "objc2",
5119
  "objc2-core-foundation",
5120
  ]
@@ -5125,7 +5124,7 @@ version = "0.3.2"
5125
  source = "registry+https://github.com/rust-lang/crates.io-index"
5126
  checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
5127
  dependencies = [
5128
- "bitflags 2.10.0",
5129
  "objc2",
5130
  "objc2-core-foundation",
5131
  "objc2-foundation",
@@ -5137,7 +5136,7 @@ version = "0.3.2"
5137
  source = "registry+https://github.com/rust-lang/crates.io-index"
5138
  checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
5139
  dependencies = [
5140
- "bitflags 2.10.0",
5141
  "block2",
5142
  "objc2",
5143
  "objc2-app-kit",
@@ -5165,7 +5164,7 @@ version = "6.5.1"
5165
  source = "registry+https://github.com/rust-lang/crates.io-index"
5166
  checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0"
5167
  dependencies = [
5168
- "bitflags 2.10.0",
5169
  "libc",
5170
  "once_cell",
5171
  "onig_sys",
@@ -5204,7 +5203,7 @@ version = "0.10.75"
5204
  source = "registry+https://github.com/rust-lang/crates.io-index"
5205
  checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
5206
  dependencies = [
5207
- "bitflags 2.10.0",
5208
  "cfg-if",
5209
  "foreign-types 0.3.2",
5210
  "libc",
@@ -5221,15 +5220,9 @@ checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
5221
  dependencies = [
5222
  "proc-macro2",
5223
  "quote",
5224
- "syn 2.0.114",
5225
  ]
5226
 
5227
- [[package]]
5228
- name = "openssl-probe"
5229
- version = "0.1.6"
5230
- source = "registry+https://github.com/rust-lang/crates.io-index"
5231
- checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
5232
-
5233
  [[package]]
5234
  name = "openssl-probe"
5235
  version = "0.2.1"
@@ -5494,7 +5487,7 @@ dependencies = [
5494
  "phf_shared 0.11.3",
5495
  "proc-macro2",
5496
  "quote",
5497
- "syn 2.0.114",
5498
  ]
5499
 
5500
  [[package]]
@@ -5609,11 +5602,11 @@ dependencies = [
5609
 
5610
  [[package]]
5611
  name = "png"
5612
- version = "0.18.0"
5613
  source = "registry+https://github.com/rust-lang/crates.io-index"
5614
- checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
5615
  dependencies = [
5616
- "bitflags 2.10.0",
5617
  "crc32fast",
5618
  "fdeflate",
5619
  "flate2",
@@ -5700,7 +5693,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5700
  checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
5701
  dependencies = [
5702
  "proc-macro2",
5703
- "syn 2.0.114",
5704
  ]
5705
 
5706
  [[package]]
@@ -5796,7 +5789,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
5796
  checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
5797
  dependencies = [
5798
  "quote",
5799
- "syn 2.0.114",
5800
  ]
5801
 
5802
  [[package]]
@@ -6076,7 +6069,7 @@ version = "11.6.0"
6076
  source = "registry+https://github.com/rust-lang/crates.io-index"
6077
  checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
6078
  dependencies = [
6079
- "bitflags 2.10.0",
6080
  ]
6081
 
6082
  [[package]]
@@ -6155,16 +6148,16 @@ version = "0.5.18"
6155
  source = "registry+https://github.com/rust-lang/crates.io-index"
6156
  checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
6157
  dependencies = [
6158
- "bitflags 2.10.0",
6159
  ]
6160
 
6161
  [[package]]
6162
  name = "redox_syscall"
6163
- version = "0.7.0"
6164
  source = "registry+https://github.com/rust-lang/crates.io-index"
6165
- checksum = "49f3fe0889e69e2ae9e41f4d6c4c0181701d00e4697b356fb1f74173a5e0ee27"
6166
  dependencies = [
6167
- "bitflags 2.10.0",
6168
  ]
6169
 
6170
  [[package]]
@@ -6195,7 +6188,7 @@ checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
6195
  dependencies = [
6196
  "proc-macro2",
6197
  "quote",
6198
- "syn 2.0.114",
6199
  ]
6200
 
6201
  [[package]]
@@ -6447,7 +6440,7 @@ dependencies = [
6447
  "proc-macro2",
6448
  "quote",
6449
  "serde_json",
6450
- "syn 2.0.114",
6451
  ]
6452
 
6453
  [[package]]
@@ -6524,7 +6517,7 @@ version = "1.1.3"
6524
  source = "registry+https://github.com/rust-lang/crates.io-index"
6525
  checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
6526
  dependencies = [
6527
- "bitflags 2.10.0",
6528
  "errno",
6529
  "libc",
6530
  "linux-raw-sys",
@@ -6552,10 +6545,10 @@ version = "0.8.3"
6552
  source = "registry+https://github.com/rust-lang/crates.io-index"
6553
  checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
6554
  dependencies = [
6555
- "openssl-probe 0.2.1",
6556
  "rustls-pki-types",
6557
  "schannel",
6558
- "security-framework 3.5.1",
6559
  ]
6560
 
6561
  [[package]]
@@ -6582,7 +6575,7 @@ dependencies = [
6582
  "rustls-native-certs",
6583
  "rustls-platform-verifier-android",
6584
  "rustls-webpki",
6585
- "security-framework 3.5.1",
6586
  "security-framework-sys",
6587
  "webpki-root-certs",
6588
  "windows-sys 0.61.2",
@@ -6715,7 +6708,7 @@ dependencies = [
6715
  "proc-macro2",
6716
  "quote",
6717
  "serde_derive_internals",
6718
- "syn 2.0.114",
6719
  ]
6720
 
6721
  [[package]]
@@ -6727,7 +6720,7 @@ dependencies = [
6727
  "proc-macro2",
6728
  "quote",
6729
  "serde_derive_internals",
6730
- "syn 2.0.114",
6731
  ]
6732
 
6733
  [[package]]
@@ -6744,24 +6737,11 @@ checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
6744
 
6745
  [[package]]
6746
  name = "security-framework"
6747
- version = "2.11.1"
6748
  source = "registry+https://github.com/rust-lang/crates.io-index"
6749
- checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
6750
  dependencies = [
6751
- "bitflags 2.10.0",
6752
- "core-foundation 0.9.4",
6753
- "core-foundation-sys",
6754
- "libc",
6755
- "security-framework-sys",
6756
- ]
6757
-
6758
- [[package]]
6759
- name = "security-framework"
6760
- version = "3.5.1"
6761
- source = "registry+https://github.com/rust-lang/crates.io-index"
6762
- checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
6763
- dependencies = [
6764
- "bitflags 2.10.0",
6765
  "core-foundation 0.10.1",
6766
  "core-foundation-sys",
6767
  "libc",
@@ -6770,9 +6750,9 @@ dependencies = [
6770
 
6771
  [[package]]
6772
  name = "security-framework-sys"
6773
- version = "2.15.0"
6774
  source = "registry+https://github.com/rust-lang/crates.io-index"
6775
- checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
6776
  dependencies = [
6777
  "core-foundation-sys",
6778
  "libc",
@@ -6861,7 +6841,7 @@ checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
6861
  dependencies = [
6862
  "proc-macro2",
6863
  "quote",
6864
- "syn 2.0.114",
6865
  ]
6866
 
6867
  [[package]]
@@ -6872,7 +6852,7 @@ checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
6872
  dependencies = [
6873
  "proc-macro2",
6874
  "quote",
6875
- "syn 2.0.114",
6876
  ]
6877
 
6878
  [[package]]
@@ -6916,7 +6896,7 @@ checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
6916
  dependencies = [
6917
  "proc-macro2",
6918
  "quote",
6919
- "syn 2.0.114",
6920
  ]
6921
 
6922
  [[package]]
@@ -6977,7 +6957,7 @@ dependencies = [
6977
  "darling 0.21.3",
6978
  "proc-macro2",
6979
  "quote",
6980
- "syn 2.0.114",
6981
  ]
6982
 
6983
  [[package]]
@@ -6999,7 +6979,7 @@ checksum = "772ee033c0916d670af7860b6e1ef7d658a4629a6d0b4c8c3e67f09b3765b75d"
6999
  dependencies = [
7000
  "proc-macro2",
7001
  "quote",
7002
- "syn 2.0.114",
7003
  ]
7004
 
7005
  [[package]]
@@ -7205,7 +7185,7 @@ version = "0.3.0+sdk-1.3.268.0"
7205
  source = "registry+https://github.com/rust-lang/crates.io-index"
7206
  checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
7207
  dependencies = [
7208
- "bitflags 2.10.0",
7209
  ]
7210
 
7211
  [[package]]
@@ -7300,7 +7280,7 @@ dependencies = [
7300
  "heck 0.5.0",
7301
  "proc-macro2",
7302
  "quote",
7303
- "syn 2.0.114",
7304
  ]
7305
 
7306
  [[package]]
@@ -7339,9 +7319,9 @@ dependencies = [
7339
 
7340
  [[package]]
7341
  name = "syn"
7342
- version = "2.0.114"
7343
  source = "registry+https://github.com/rust-lang/crates.io-index"
7344
- checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a"
7345
  dependencies = [
7346
  "proc-macro2",
7347
  "quote",
@@ -7365,7 +7345,7 @@ checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
7365
  dependencies = [
7366
  "proc-macro2",
7367
  "quote",
7368
- "syn 2.0.114",
7369
  ]
7370
 
7371
  [[package]]
@@ -7383,7 +7363,7 @@ version = "0.6.0"
7383
  source = "registry+https://github.com/rust-lang/crates.io-index"
7384
  checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
7385
  dependencies = [
7386
- "bitflags 2.10.0",
7387
  "byteorder",
7388
  "enum-as-inner",
7389
  "libc",
@@ -7397,7 +7377,7 @@ version = "0.7.0"
7397
  source = "registry+https://github.com/rust-lang/crates.io-index"
7398
  checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
7399
  dependencies = [
7400
- "bitflags 2.10.0",
7401
  "core-foundation 0.9.4",
7402
  "system-configuration-sys",
7403
  ]
@@ -7431,7 +7411,7 @@ version = "0.34.5"
7431
  source = "registry+https://github.com/rust-lang/crates.io-index"
7432
  checksum = "f3a753bdc39c07b192151523a3f77cd0394aa75413802c883a0f6f6a0e5ee2e7"
7433
  dependencies = [
7434
- "bitflags 2.10.0",
7435
  "block2",
7436
  "core-foundation 0.10.1",
7437
  "core-graphics",
@@ -7473,7 +7453,7 @@ checksum = "f4e16beb8b2ac17db28eab8bca40e62dbfbb34c0fcdc6d9826b11b7b5d047dfd"
7473
  dependencies = [
7474
  "proc-macro2",
7475
  "quote",
7476
- "syn 2.0.114",
7477
  ]
7478
 
7479
  [[package]]
@@ -7584,7 +7564,7 @@ dependencies = [
7584
  "serde",
7585
  "serde_json",
7586
  "sha2",
7587
- "syn 2.0.114",
7588
  "tauri-utils",
7589
  "thiserror 2.0.18",
7590
  "time",
@@ -7602,7 +7582,7 @@ dependencies = [
7602
  "heck 0.5.0",
7603
  "proc-macro2",
7604
  "quote",
7605
- "syn 2.0.114",
7606
  "tauri-codegen",
7607
  "tauri-utils",
7608
  ]
@@ -7817,7 +7797,7 @@ checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
7817
  dependencies = [
7818
  "proc-macro2",
7819
  "quote",
7820
- "syn 2.0.114",
7821
  ]
7822
 
7823
  [[package]]
@@ -7828,7 +7808,7 @@ checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5"
7828
  dependencies = [
7829
  "proc-macro2",
7830
  "quote",
7831
- "syn 2.0.114",
7832
  ]
7833
 
7834
  [[package]]
@@ -7964,7 +7944,7 @@ checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
7964
  dependencies = [
7965
  "proc-macro2",
7966
  "quote",
7967
- "syn 2.0.114",
7968
  ]
7969
 
7970
  [[package]]
@@ -8106,9 +8086,9 @@ dependencies = [
8106
 
8107
  [[package]]
8108
  name = "toml_parser"
8109
- version = "1.0.7+spec-1.1.0"
8110
  source = "registry+https://github.com/rust-lang/crates.io-index"
8111
- checksum = "247eaa3197818b831697600aadf81514e577e0cba5eab10f7e064e78ae154df1"
8112
  dependencies = [
8113
  "winnow 0.7.14",
8114
  ]
@@ -8141,7 +8121,7 @@ version = "0.6.8"
8141
  source = "registry+https://github.com/rust-lang/crates.io-index"
8142
  checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
8143
  dependencies = [
8144
- "bitflags 2.10.0",
8145
  "bytes",
8146
  "futures-util",
8147
  "http",
@@ -8185,7 +8165,7 @@ checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
8185
  dependencies = [
8186
  "proc-macro2",
8187
  "quote",
8188
- "syn 2.0.114",
8189
  ]
8190
 
8191
  [[package]]
@@ -8412,9 +8392,9 @@ dependencies = [
8412
 
8413
  [[package]]
8414
  name = "unicode-ident"
8415
- version = "1.0.23"
8416
  source = "registry+https://github.com/rust-lang/crates.io-index"
8417
- checksum = "537dd038a89878be9b64dd4bd1b260315c1bb94f4d784956b81e27a088d9a09e"
8418
 
8419
  [[package]]
8420
  name = "unicode-normalization-alignments"
@@ -8532,11 +8512,11 @@ checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
8532
 
8533
  [[package]]
8534
  name = "uuid"
8535
- version = "1.20.0"
8536
  source = "registry+https://github.com/rust-lang/crates.io-index"
8537
- checksum = "ee48d38b119b0cd71fe4141b30f5ba9c7c5d9f4e7a3a8b4a674e4b6ef789976f"
8538
  dependencies = [
8539
- "getrandom 0.3.4",
8540
  "js-sys",
8541
  "serde_core",
8542
  "wasm-bindgen",
@@ -8692,7 +8672,7 @@ dependencies = [
8692
  "bumpalo",
8693
  "proc-macro2",
8694
  "quote",
8695
- "syn 2.0.114",
8696
  "wasm-bindgen-shared",
8697
  ]
8698
 
@@ -8759,7 +8739,7 @@ version = "0.244.0"
8759
  source = "registry+https://github.com/rust-lang/crates.io-index"
8760
  checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
8761
  dependencies = [
8762
- "bitflags 2.10.0",
8763
  "hashbrown 0.15.5",
8764
  "indexmap 2.13.0",
8765
  "semver",
@@ -8799,7 +8779,7 @@ version = "0.31.12"
8799
  source = "registry+https://github.com/rust-lang/crates.io-index"
8800
  checksum = "b8e6faa537fbb6c186cb9f1d41f2f811a4120d1b57ec61f50da451a0c5122bec"
8801
  dependencies = [
8802
- "bitflags 2.10.0",
8803
  "rustix",
8804
  "wayland-backend",
8805
  "wayland-scanner",
@@ -8811,7 +8791,7 @@ version = "0.32.10"
8811
  source = "registry+https://github.com/rust-lang/crates.io-index"
8812
  checksum = "baeda9ffbcfc8cd6ddaade385eaf2393bd2115a69523c735f12242353c3df4f3"
8813
  dependencies = [
8814
- "bitflags 2.10.0",
8815
  "wayland-backend",
8816
  "wayland-client",
8817
  "wayland-scanner",
@@ -8952,7 +8932,7 @@ checksum = "67a921c1b6914c367b2b823cd4cde6f96beec77d30a939c8199bb377cf9b9b54"
8952
  dependencies = [
8953
  "proc-macro2",
8954
  "quote",
8955
- "syn 2.0.114",
8956
  ]
8957
 
8958
  [[package]]
@@ -8979,7 +8959,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
8979
  checksum = "f9cb534d5ffd109c7d1135f34cdae29e60eab94855a625dcfe1705f8bc7ad79f"
8980
  dependencies = [
8981
  "arrayvec",
8982
- "bitflags 2.10.0",
8983
  "bytemuck",
8984
  "cfg-if",
8985
  "cfg_aliases",
@@ -9011,7 +8991,7 @@ dependencies = [
9011
  "arrayvec",
9012
  "bit-set",
9013
  "bit-vec",
9014
- "bitflags 2.10.0",
9015
  "bytemuck",
9016
  "cfg_aliases",
9017
  "document-features",
@@ -9071,7 +9051,7 @@ dependencies = [
9071
  "arrayvec",
9072
  "ash",
9073
  "bit-set",
9074
- "bitflags 2.10.0",
9075
  "block",
9076
  "bytemuck",
9077
  "cfg-if",
@@ -9115,7 +9095,7 @@ version = "28.0.0"
9115
  source = "registry+https://github.com/rust-lang/crates.io-index"
9116
  checksum = "e18308757e594ed2cd27dddbb16a139c42a683819d32a2e0b1b0167552f5840c"
9117
  dependencies = [
9118
- "bitflags 2.10.0",
9119
  "bytemuck",
9120
  "js-sys",
9121
  "log",
@@ -9300,7 +9280,7 @@ checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
9300
  dependencies = [
9301
  "proc-macro2",
9302
  "quote",
9303
- "syn 2.0.114",
9304
  ]
9305
 
9306
  [[package]]
@@ -9311,7 +9291,7 @@ checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
9311
  dependencies = [
9312
  "proc-macro2",
9313
  "quote",
9314
- "syn 2.0.114",
9315
  ]
9316
 
9317
  [[package]]
@@ -9322,7 +9302,7 @@ checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
9322
  dependencies = [
9323
  "proc-macro2",
9324
  "quote",
9325
- "syn 2.0.114",
9326
  ]
9327
 
9328
  [[package]]
@@ -9333,7 +9313,7 @@ checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
9333
  dependencies = [
9334
  "proc-macro2",
9335
  "quote",
9336
- "syn 2.0.114",
9337
  ]
9338
 
9339
  [[package]]
@@ -9750,7 +9730,7 @@ dependencies = [
9750
  "heck 0.5.0",
9751
  "indexmap 2.13.0",
9752
  "prettyplease",
9753
- "syn 2.0.114",
9754
  "wasm-metadata",
9755
  "wit-bindgen-core",
9756
  "wit-component",
@@ -9766,7 +9746,7 @@ dependencies = [
9766
  "prettyplease",
9767
  "proc-macro2",
9768
  "quote",
9769
- "syn 2.0.114",
9770
  "wit-bindgen-core",
9771
  "wit-bindgen-rust",
9772
  ]
@@ -9778,7 +9758,7 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
9778
  checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
9779
  dependencies = [
9780
  "anyhow",
9781
- "bitflags 2.10.0",
9782
  "indexmap 2.13.0",
9783
  "log",
9784
  "serde",
@@ -9825,9 +9805,9 @@ dependencies = [
9825
 
9826
  [[package]]
9827
  name = "wry"
9828
- version = "0.54.1"
9829
  source = "registry+https://github.com/rust-lang/crates.io-index"
9830
- checksum = "5ed1a195b0375491dd15a7066a10251be217ce743cf4bbbbdcf5391d6473bee0"
9831
  dependencies = [
9832
  "base64 0.22.1",
9833
  "block2",
@@ -9953,7 +9933,7 @@ checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
9953
  dependencies = [
9954
  "proc-macro2",
9955
  "quote",
9956
- "syn 2.0.114",
9957
  "synstructure",
9958
  ]
9959
 
@@ -9965,7 +9945,7 @@ checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d"
9965
  dependencies = [
9966
  "proc-macro2",
9967
  "quote",
9968
- "syn 2.0.114",
9969
  "synstructure",
9970
  ]
9971
 
@@ -10013,7 +9993,7 @@ dependencies = [
10013
  "proc-macro-crate 3.4.0",
10014
  "proc-macro2",
10015
  "quote",
10016
- "syn 2.0.114",
10017
  "zbus_names",
10018
  "zvariant",
10019
  "zvariant_utils",
@@ -10047,7 +10027,7 @@ checksum = "4122cd3169e94605190e77839c9a40d40ed048d305bfdc146e7df40ab0f3e517"
10047
  dependencies = [
10048
  "proc-macro2",
10049
  "quote",
10050
- "syn 2.0.114",
10051
  ]
10052
 
10053
  [[package]]
@@ -10067,7 +10047,7 @@ checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
10067
  dependencies = [
10068
  "proc-macro2",
10069
  "quote",
10070
- "syn 2.0.114",
10071
  "synstructure",
10072
  ]
10073
 
@@ -10108,7 +10088,7 @@ checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3"
10108
  dependencies = [
10109
  "proc-macro2",
10110
  "quote",
10111
- "syn 2.0.114",
10112
  ]
10113
 
10114
  [[package]]
@@ -10125,9 +10105,9 @@ dependencies = [
10125
 
10126
  [[package]]
10127
  name = "zip"
10128
- version = "7.4.0"
10129
  source = "registry+https://github.com/rust-lang/crates.io-index"
10130
- checksum = "cc12baa6db2b15a140161ce53d72209dacea594230798c24774139b54ecaa980"
10131
  dependencies = [
10132
  "crc32fast",
10133
  "flate2",
@@ -10139,15 +10119,15 @@ dependencies = [
10139
 
10140
  [[package]]
10141
  name = "zlib-rs"
10142
- version = "0.6.0"
10143
  source = "registry+https://github.com/rust-lang/crates.io-index"
10144
- checksum = "a7948af682ccbc3342b6e9420e8c51c1fe5d7bf7756002b4a3c6cabfe96a7e3c"
10145
 
10146
  [[package]]
10147
  name = "zmij"
10148
- version = "1.0.20"
10149
  source = "registry+https://github.com/rust-lang/crates.io-index"
10150
- checksum = "4de98dfa5d5b7fef4ee834d0073d560c9ca7b6c46a71d058c48db7960f8cfaf7"
10151
 
10152
  [[package]]
10153
  name = "zopfli"
@@ -10224,7 +10204,7 @@ dependencies = [
10224
  "proc-macro-crate 3.4.0",
10225
  "proc-macro2",
10226
  "quote",
10227
- "syn 2.0.114",
10228
  "zvariant_utils",
10229
  ]
10230
 
@@ -10237,6 +10217,6 @@ dependencies = [
10237
  "proc-macro2",
10238
  "quote",
10239
  "serde",
10240
- "syn 2.0.114",
10241
  "winnow 0.7.14",
10242
  ]
 
162
 
163
  [[package]]
164
  name = "anyhow"
165
+ version = "1.0.102"
166
  source = "registry+https://github.com/rust-lang/crates.io-index"
167
+ checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
168
 
169
  [[package]]
170
  name = "approx"
 
192
  dependencies = [
193
  "proc-macro2",
194
  "quote",
195
+ "syn 2.0.117",
196
  ]
197
 
198
  [[package]]
 
273
 
274
  [[package]]
275
  name = "async-executor"
276
+ version = "1.14.0"
277
  source = "registry+https://github.com/rust-lang/crates.io-index"
278
+ checksum = "c96bf972d85afc50bf5ab8fe2d54d1586b4e0b46c97c50a0c9e71e2f7bcd812a"
279
  dependencies = [
280
  "async-task",
281
  "concurrent-queue",
 
362
  dependencies = [
363
  "proc-macro2",
364
  "quote",
365
+ "syn 2.0.117",
366
  ]
367
 
368
  [[package]]
 
397
  dependencies = [
398
  "proc-macro2",
399
  "quote",
400
+ "syn 2.0.117",
401
  ]
402
 
403
  [[package]]
 
591
 
592
  [[package]]
593
  name = "bitflags"
594
+ version = "2.11.0"
595
  source = "registry+https://github.com/rust-lang/crates.io-index"
596
+ checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af"
597
  dependencies = [
598
  "serde_core",
599
  ]
 
687
 
688
  [[package]]
689
  name = "bumpalo"
690
+ version = "3.20.2"
691
  source = "registry+https://github.com/rust-lang/crates.io-index"
692
+ checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb"
693
 
694
  [[package]]
695
  name = "bytemuck"
 
708
  dependencies = [
709
  "proc-macro2",
710
  "quote",
711
+ "syn 2.0.117",
712
  ]
713
 
714
  [[package]]
 
738
  source = "registry+https://github.com/rust-lang/crates.io-index"
739
  checksum = "8ca26ef0159422fb77631dc9d17b102f253b876fe1586b03b803e63a309b4ee2"
740
  dependencies = [
741
+ "bitflags 2.11.0",
742
  "cairo-sys-rs",
743
  "glib",
744
  "libc",
 
801
  "safetensors 0.7.0",
802
  "thiserror 2.0.18",
803
  "yoke 0.8.1",
804
+ "zip 7.2.0",
805
  ]
806
 
807
  [[package]]
 
921
 
922
  [[package]]
923
  name = "cc"
924
+ version = "1.2.56"
925
  source = "registry+https://github.com/rust-lang/crates.io-index"
926
+ checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2"
927
  dependencies = [
928
  "find-msvc-tools",
929
  "jobserver",
 
1013
 
1014
  [[package]]
1015
  name = "clap"
1016
+ version = "4.5.60"
1017
  source = "registry+https://github.com/rust-lang/crates.io-index"
1018
+ checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a"
1019
  dependencies = [
1020
  "clap_builder",
1021
  "clap_derive",
 
1023
 
1024
  [[package]]
1025
  name = "clap_builder"
1026
+ version = "4.5.60"
1027
  source = "registry+https://github.com/rust-lang/crates.io-index"
1028
+ checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876"
1029
  dependencies = [
1030
  "anstream",
1031
  "anstyle",
 
1042
  "heck 0.5.0",
1043
  "proc-macro2",
1044
  "quote",
1045
+ "syn 2.0.117",
1046
  ]
1047
 
1048
  [[package]]
1049
  name = "clap_lex"
1050
+ version = "1.0.0"
1051
  source = "registry+https://github.com/rust-lang/crates.io-index"
1052
+ checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831"
1053
 
1054
  [[package]]
1055
  name = "cmake"
 
1184
  source = "registry+https://github.com/rust-lang/crates.io-index"
1185
  checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
1186
  dependencies = [
1187
+ "bitflags 2.11.0",
1188
  "core-foundation 0.10.1",
1189
  "core-graphics-types 0.2.0",
1190
  "foreign-types 0.5.0",
 
1208
  source = "registry+https://github.com/rust-lang/crates.io-index"
1209
  checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
1210
  dependencies = [
1211
+ "bitflags 2.11.0",
1212
  "core-foundation 0.10.1",
1213
  "libc",
1214
  ]
 
1358
  checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
1359
  dependencies = [
1360
  "quote",
1361
+ "syn 2.0.117",
1362
  ]
1363
 
1364
  [[package]]
 
1389
  checksum = "32a2785755761f3ddc1492979ce1e48d2c00d09311c39e4466429188f3dd6501"
1390
  dependencies = [
1391
  "quote",
1392
+ "syn 2.0.117",
1393
  ]
1394
 
1395
  [[package]]
 
1454
  "proc-macro2",
1455
  "quote",
1456
  "strsim",
1457
+ "syn 2.0.117",
1458
  ]
1459
 
1460
  [[package]]
 
1468
  "proc-macro2",
1469
  "quote",
1470
  "strsim",
1471
+ "syn 2.0.117",
1472
  ]
1473
 
1474
  [[package]]
 
1481
  "proc-macro2",
1482
  "quote",
1483
  "strsim",
1484
+ "syn 2.0.117",
1485
  ]
1486
 
1487
  [[package]]
 
1492
  dependencies = [
1493
  "darling_core 0.20.11",
1494
  "quote",
1495
+ "syn 2.0.117",
1496
  ]
1497
 
1498
  [[package]]
 
1503
  dependencies = [
1504
  "darling_core 0.21.3",
1505
  "quote",
1506
+ "syn 2.0.117",
1507
  ]
1508
 
1509
  [[package]]
 
1514
  dependencies = [
1515
  "darling_core 0.23.0",
1516
  "quote",
1517
+ "syn 2.0.117",
1518
  ]
1519
 
1520
  [[package]]
 
1550
  dependencies = [
1551
  "proc-macro2",
1552
  "quote",
1553
+ "syn 2.0.117",
1554
  ]
1555
 
1556
  [[package]]
 
1571
  "darling 0.20.11",
1572
  "proc-macro2",
1573
  "quote",
1574
+ "syn 2.0.117",
1575
  ]
1576
 
1577
  [[package]]
 
1581
  checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c"
1582
  dependencies = [
1583
  "derive_builder_core",
1584
+ "syn 2.0.117",
1585
  ]
1586
 
1587
  [[package]]
 
1594
  "proc-macro2",
1595
  "quote",
1596
  "rustc_version",
1597
+ "syn 2.0.117",
1598
  ]
1599
 
1600
  [[package]]
 
1640
  source = "registry+https://github.com/rust-lang/crates.io-index"
1641
  checksum = "89a09f22a6c6069a18470eb92d2298acf25463f14256d24778e1230d789a2aec"
1642
  dependencies = [
1643
+ "bitflags 2.11.0",
1644
  "block2",
1645
  "libc",
1646
  "objc2",
 
1654
  dependencies = [
1655
  "proc-macro2",
1656
  "quote",
1657
+ "syn 2.0.117",
1658
  ]
1659
 
1660
  [[package]]
 
1686
  dependencies = [
1687
  "proc-macro2",
1688
  "quote",
1689
+ "syn 2.0.117",
1690
  ]
1691
 
1692
  [[package]]
 
1812
  "heck 0.5.0",
1813
  "proc-macro2",
1814
  "quote",
1815
+ "syn 2.0.117",
1816
  ]
1817
 
1818
  [[package]]
 
1833
  dependencies = [
1834
  "proc-macro2",
1835
  "quote",
1836
+ "syn 2.0.117",
1837
  ]
1838
 
1839
  [[package]]
 
1853
  dependencies = [
1854
  "proc-macro2",
1855
  "quote",
1856
+ "syn 2.0.117",
1857
  ]
1858
 
1859
  [[package]]
 
1978
  dependencies = [
1979
  "proc-macro2",
1980
  "quote",
1981
+ "syn 2.0.117",
1982
  ]
1983
 
1984
  [[package]]
 
2157
  dependencies = [
2158
  "proc-macro2",
2159
  "quote",
2160
+ "syn 2.0.117",
2161
  ]
2162
 
2163
  [[package]]
 
2193
 
2194
  [[package]]
2195
  name = "futures"
2196
+ version = "0.3.32"
2197
  source = "registry+https://github.com/rust-lang/crates.io-index"
2198
+ checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
2199
  dependencies = [
2200
  "futures-channel",
2201
  "futures-core",
 
2208
 
2209
  [[package]]
2210
  name = "futures-channel"
2211
+ version = "0.3.32"
2212
  source = "registry+https://github.com/rust-lang/crates.io-index"
2213
+ checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
2214
  dependencies = [
2215
  "futures-core",
2216
  "futures-sink",
 
2218
 
2219
  [[package]]
2220
  name = "futures-core"
2221
+ version = "0.3.32"
2222
  source = "registry+https://github.com/rust-lang/crates.io-index"
2223
+ checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
2224
 
2225
  [[package]]
2226
  name = "futures-executor"
2227
+ version = "0.3.32"
2228
  source = "registry+https://github.com/rust-lang/crates.io-index"
2229
+ checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
2230
  dependencies = [
2231
  "futures-core",
2232
  "futures-task",
 
2235
 
2236
  [[package]]
2237
  name = "futures-io"
2238
+ version = "0.3.32"
2239
  source = "registry+https://github.com/rust-lang/crates.io-index"
2240
+ checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
2241
 
2242
  [[package]]
2243
  name = "futures-lite"
 
2254
 
2255
  [[package]]
2256
  name = "futures-macro"
2257
+ version = "0.3.32"
2258
  source = "registry+https://github.com/rust-lang/crates.io-index"
2259
+ checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
2260
  dependencies = [
2261
  "proc-macro2",
2262
  "quote",
2263
+ "syn 2.0.117",
2264
  ]
2265
 
2266
  [[package]]
2267
  name = "futures-sink"
2268
+ version = "0.3.32"
2269
  source = "registry+https://github.com/rust-lang/crates.io-index"
2270
+ checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
2271
 
2272
  [[package]]
2273
  name = "futures-task"
2274
+ version = "0.3.32"
2275
  source = "registry+https://github.com/rust-lang/crates.io-index"
2276
+ checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
2277
 
2278
  [[package]]
2279
  name = "futures-util"
2280
+ version = "0.3.32"
2281
  source = "registry+https://github.com/rust-lang/crates.io-index"
2282
+ checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
2283
  dependencies = [
2284
  "futures-channel",
2285
  "futures-core",
 
2289
  "futures-task",
2290
  "memchr",
2291
  "pin-project-lite",
 
2292
  "slab",
2293
  ]
2294
 
 
2756
  dependencies = [
2757
  "proc-macro2",
2758
  "quote",
2759
+ "syn 2.0.117",
2760
  ]
2761
 
2762
  [[package]]
 
2776
  source = "registry+https://github.com/rust-lang/crates.io-index"
2777
  checksum = "233daaf6e83ae6a12a52055f568f9d7cf4671dabb78ff9560ab6da230ce00ee5"
2778
  dependencies = [
2779
+ "bitflags 2.11.0",
2780
  "futures-channel",
2781
  "futures-core",
2782
  "futures-executor",
 
2804
  "proc-macro-error",
2805
  "proc-macro2",
2806
  "quote",
2807
+ "syn 2.0.117",
2808
  ]
2809
 
2810
  [[package]]
 
2875
  source = "registry+https://github.com/rust-lang/crates.io-index"
2876
  checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
2877
  dependencies = [
2878
+ "bitflags 2.11.0",
2879
  "gpu-descriptor-types",
2880
  "hashbrown 0.15.5",
2881
  ]
 
2886
  source = "registry+https://github.com/rust-lang/crates.io-index"
2887
  checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
2888
  dependencies = [
2889
+ "bitflags 2.11.0",
2890
  ]
2891
 
2892
  [[package]]
 
2938
  "proc-macro-error",
2939
  "proc-macro2",
2940
  "quote",
2941
+ "syn 2.0.117",
2942
  ]
2943
 
2944
  [[package]]
 
2981
  source = "registry+https://github.com/rust-lang/crates.io-index"
2982
  checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
2983
  dependencies = [
2984
+ "bitflags 2.11.0",
2985
  "bytemuck",
2986
  "core_maths",
2987
  "read-fonts 0.37.0",
 
3685
  "image-webp",
3686
  "moxcms",
3687
  "num-traits",
3688
+ "png 0.18.1",
3689
  "qoi",
3690
  "ravif",
3691
  "rayon",
 
3782
  dependencies = [
3783
  "proc-macro2",
3784
  "quote",
3785
+ "syn 2.0.117",
3786
  ]
3787
 
3788
  [[package]]
 
3958
  source = "registry+https://github.com/rust-lang/crates.io-index"
3959
  checksum = "b750dcadc39a09dbadd74e118f6dd6598df77fa01df0cfcdc52c28dece74528a"
3960
  dependencies = [
3961
+ "bitflags 2.11.0",
3962
  "serde",
3963
  "unicode-segmentation",
3964
  ]
 
4158
  "tempfile",
4159
  "tokio",
4160
  "tracing",
4161
+ "zip 7.2.0",
4162
  ]
4163
 
4164
  [[package]]
 
4230
 
4231
  [[package]]
4232
  name = "libc"
4233
+ version = "0.2.182"
4234
  source = "registry+https://github.com/rust-lang/crates.io-index"
4235
+ checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
4236
 
4237
  [[package]]
4238
  name = "libfuzzer-sys"
 
4286
  source = "registry+https://github.com/rust-lang/crates.io-index"
4287
  checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616"
4288
  dependencies = [
4289
+ "bitflags 2.11.0",
4290
  "libc",
4291
+ "redox_syscall 0.7.1",
4292
  ]
4293
 
4294
  [[package]]
 
4405
  dependencies = [
4406
  "proc-macro2",
4407
  "quote",
4408
+ "syn 2.0.117",
4409
  ]
4410
 
4411
  [[package]]
 
4457
 
4458
  [[package]]
4459
  name = "memmap2"
4460
+ version = "0.9.10"
4461
  source = "registry+https://github.com/rust-lang/crates.io-index"
4462
+ checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3"
4463
  dependencies = [
4464
  "libc",
4465
  "stable_deref_trait",
 
4480
  source = "registry+https://github.com/rust-lang/crates.io-index"
4481
  checksum = "7ecfd3296f8c56b7c1f6fbac3c71cefa9d78ce009850c45000015f206dc7fa21"
4482
  dependencies = [
4483
+ "bitflags 2.11.0",
4484
  "block",
4485
  "core-graphics-types 0.1.3",
4486
  "foreign-types 0.5.0",
 
4495
  source = "registry+https://github.com/rust-lang/crates.io-index"
4496
  checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
4497
  dependencies = [
4498
+ "bitflags 2.11.0",
4499
  "block",
4500
  "core-graphics-types 0.2.0",
4501
  "foreign-types 0.5.0",
 
4571
  dependencies = [
4572
  "proc-macro2",
4573
  "quote",
4574
+ "syn 2.0.117",
4575
  ]
4576
 
4577
  [[package]]
 
4613
  dependencies = [
4614
  "arrayvec",
4615
  "bit-set",
4616
+ "bitflags 2.11.0",
4617
  "cfg-if",
4618
  "cfg_aliases",
4619
  "codespan-reporting",
 
4648
 
4649
  [[package]]
4650
  name = "native-tls"
4651
+ version = "0.2.18"
4652
  source = "registry+https://github.com/rust-lang/crates.io-index"
4653
+ checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2"
4654
  dependencies = [
4655
  "libc",
4656
  "log",
4657
  "openssl",
4658
+ "openssl-probe",
4659
  "openssl-sys",
4660
  "schannel",
4661
+ "security-framework",
4662
  "security-framework-sys",
4663
  "tempfile",
4664
  ]
 
4669
  source = "registry+https://github.com/rust-lang/crates.io-index"
4670
  checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
4671
  dependencies = [
4672
+ "bitflags 2.11.0",
4673
  "jni-sys",
4674
  "log",
4675
  "ndk-sys",
 
4787
  dependencies = [
4788
  "proc-macro2",
4789
  "quote",
4790
+ "syn 2.0.117",
4791
  ]
4792
 
4793
  [[package]]
 
4860
  "proc-macro-crate 3.4.0",
4861
  "proc-macro2",
4862
  "quote",
4863
+ "syn 2.0.117",
4864
  ]
4865
 
4866
  [[package]]
 
4894
  source = "registry+https://github.com/rust-lang/crates.io-index"
4895
  checksum = "d49e936b501e5c5bf01fda3a9452ff86dc3ea98ad5f283e1455153142d97518c"
4896
  dependencies = [
4897
+ "bitflags 2.11.0",
4898
  "block2",
4899
  "libc",
4900
  "objc2",
 
4915
  source = "registry+https://github.com/rust-lang/crates.io-index"
4916
  checksum = "73ad74d880bb43877038da939b7427bba67e9dd42004a18b809ba7d87cee241c"
4917
  dependencies = [
4918
+ "bitflags 2.11.0",
4919
  "objc2",
4920
  "objc2-foundation",
4921
  ]
 
4926
  source = "registry+https://github.com/rust-lang/crates.io-index"
4927
  checksum = "0b402a653efbb5e82ce4df10683b6b28027616a2715e90009947d50b8dd298fa"
4928
  dependencies = [
4929
+ "bitflags 2.11.0",
4930
  "objc2",
4931
  "objc2-foundation",
4932
  ]
 
4937
  source = "registry+https://github.com/rust-lang/crates.io-index"
4938
  checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
4939
  dependencies = [
4940
+ "bitflags 2.11.0",
4941
  "dispatch2",
4942
  "objc2",
4943
  ]
 
4948
  source = "registry+https://github.com/rust-lang/crates.io-index"
4949
  checksum = "e022c9d066895efa1345f8e33e584b9f958da2fd4cd116792e15e07e4720a807"
4950
  dependencies = [
4951
+ "bitflags 2.11.0",
4952
  "dispatch2",
4953
  "objc2",
4954
  "objc2-core-foundation",
 
4971
  source = "registry+https://github.com/rust-lang/crates.io-index"
4972
  checksum = "0cde0dfb48d25d2b4862161a4d5fcc0e3c24367869ad306b0c9ec0073bfed92d"
4973
  dependencies = [
4974
+ "bitflags 2.11.0",
4975
  "objc2",
4976
  "objc2-core-foundation",
4977
  "objc2-core-graphics",
 
4983
  source = "registry+https://github.com/rust-lang/crates.io-index"
4984
  checksum = "d425caf1df73233f29fd8a5c3e5edbc30d2d4307870f802d18f00d83dc5141a6"
4985
  dependencies = [
4986
+ "bitflags 2.11.0",
4987
  "objc2",
4988
  "objc2-core-foundation",
4989
  "objc2-core-graphics",
 
5011
  source = "registry+https://github.com/rust-lang/crates.io-index"
5012
  checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
5013
  dependencies = [
5014
+ "bitflags 2.11.0",
5015
  "block2",
5016
  "libc",
5017
  "objc2",
 
5024
  source = "registry+https://github.com/rust-lang/crates.io-index"
5025
  checksum = "180788110936d59bab6bd83b6060ffdfffb3b922ba1396b312ae795e1de9d81d"
5026
  dependencies = [
5027
+ "bitflags 2.11.0",
5028
  "objc2",
5029
  "objc2-core-foundation",
5030
  ]
 
5045
  source = "registry+https://github.com/rust-lang/crates.io-index"
5046
  checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
5047
  dependencies = [
5048
+ "bitflags 2.11.0",
5049
  "block2",
5050
  "dispatch2",
5051
  "objc2",
 
5059
  source = "registry+https://github.com/rust-lang/crates.io-index"
5060
  checksum = "46a10f15ff4e2045f947ffca8a17fc351b155c321de16f04278a008a1f446784"
5061
  dependencies = [
5062
+ "bitflags 2.11.0",
5063
  "block2",
5064
  "objc2",
5065
  "objc2-core-foundation",
 
5074
  source = "registry+https://github.com/rust-lang/crates.io-index"
5075
  checksum = "3733321d6edbaa799a59b3f2c82b9e83abfa7577eae0274d3c02f9e879eab1aa"
5076
  dependencies = [
5077
+ "bitflags 2.11.0",
5078
  "block2",
5079
  "dispatch2",
5080
  "objc2",
 
5089
  source = "registry+https://github.com/rust-lang/crates.io-index"
5090
  checksum = "f112d1746737b0da274ef79a23aac283376f335f4095a083a267a082f21db0c0"
5091
  dependencies = [
5092
+ "bitflags 2.11.0",
5093
  "objc2",
5094
  "objc2-app-kit",
5095
  "objc2-foundation",
 
5101
  source = "registry+https://github.com/rust-lang/crates.io-index"
5102
  checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
5103
  dependencies = [
5104
+ "bitflags 2.11.0",
5105
  "objc2",
5106
  "objc2-core-foundation",
5107
  "objc2-foundation",
 
5113
  source = "registry+https://github.com/rust-lang/crates.io-index"
5114
  checksum = "709fe137109bd1e8b5a99390f77a7d8b2961dafc1a1c5db8f2e60329ad6d895a"
5115
  dependencies = [
5116
+ "bitflags 2.11.0",
5117
  "objc2",
5118
  "objc2-core-foundation",
5119
  ]
 
5124
  source = "registry+https://github.com/rust-lang/crates.io-index"
5125
  checksum = "d87d638e33c06f577498cbcc50491496a3ed4246998a7fbba7ccb98b1e7eab22"
5126
  dependencies = [
5127
+ "bitflags 2.11.0",
5128
  "objc2",
5129
  "objc2-core-foundation",
5130
  "objc2-foundation",
 
5136
  source = "registry+https://github.com/rust-lang/crates.io-index"
5137
  checksum = "b2e5aaab980c433cf470df9d7af96a7b46a9d892d521a2cbbb2f8a4c16751e7f"
5138
  dependencies = [
5139
+ "bitflags 2.11.0",
5140
  "block2",
5141
  "objc2",
5142
  "objc2-app-kit",
 
5164
  source = "registry+https://github.com/rust-lang/crates.io-index"
5165
  checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0"
5166
  dependencies = [
5167
+ "bitflags 2.11.0",
5168
  "libc",
5169
  "once_cell",
5170
  "onig_sys",
 
5203
  source = "registry+https://github.com/rust-lang/crates.io-index"
5204
  checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328"
5205
  dependencies = [
5206
+ "bitflags 2.11.0",
5207
  "cfg-if",
5208
  "foreign-types 0.3.2",
5209
  "libc",
 
5220
  dependencies = [
5221
  "proc-macro2",
5222
  "quote",
5223
+ "syn 2.0.117",
5224
  ]
5225
 
 
 
 
 
 
 
5226
  [[package]]
5227
  name = "openssl-probe"
5228
  version = "0.2.1"
 
5487
  "phf_shared 0.11.3",
5488
  "proc-macro2",
5489
  "quote",
5490
+ "syn 2.0.117",
5491
  ]
5492
 
5493
  [[package]]
 
5602
 
5603
  [[package]]
5604
  name = "png"
5605
+ version = "0.18.1"
5606
  source = "registry+https://github.com/rust-lang/crates.io-index"
5607
+ checksum = "60769b8b31b2a9f263dae2776c37b1b28ae246943cf719eb6946a1db05128a61"
5608
  dependencies = [
5609
+ "bitflags 2.11.0",
5610
  "crc32fast",
5611
  "fdeflate",
5612
  "flate2",
 
5693
  checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
5694
  dependencies = [
5695
  "proc-macro2",
5696
+ "syn 2.0.117",
5697
  ]
5698
 
5699
  [[package]]
 
5789
  checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
5790
  dependencies = [
5791
  "quote",
5792
+ "syn 2.0.117",
5793
  ]
5794
 
5795
  [[package]]
 
6069
  source = "registry+https://github.com/rust-lang/crates.io-index"
6070
  checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
6071
  dependencies = [
6072
+ "bitflags 2.11.0",
6073
  ]
6074
 
6075
  [[package]]
 
6148
  source = "registry+https://github.com/rust-lang/crates.io-index"
6149
  checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
6150
  dependencies = [
6151
+ "bitflags 2.11.0",
6152
  ]
6153
 
6154
  [[package]]
6155
  name = "redox_syscall"
6156
+ version = "0.7.1"
6157
  source = "registry+https://github.com/rust-lang/crates.io-index"
6158
+ checksum = "35985aa610addc02e24fc232012c86fd11f14111180f902b67e2d5331f8ebf2b"
6159
  dependencies = [
6160
+ "bitflags 2.11.0",
6161
  ]
6162
 
6163
  [[package]]
 
6188
  dependencies = [
6189
  "proc-macro2",
6190
  "quote",
6191
+ "syn 2.0.117",
6192
  ]
6193
 
6194
  [[package]]
 
6440
  "proc-macro2",
6441
  "quote",
6442
  "serde_json",
6443
+ "syn 2.0.117",
6444
  ]
6445
 
6446
  [[package]]
 
6517
  source = "registry+https://github.com/rust-lang/crates.io-index"
6518
  checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34"
6519
  dependencies = [
6520
+ "bitflags 2.11.0",
6521
  "errno",
6522
  "libc",
6523
  "linux-raw-sys",
 
6545
  source = "registry+https://github.com/rust-lang/crates.io-index"
6546
  checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63"
6547
  dependencies = [
6548
+ "openssl-probe",
6549
  "rustls-pki-types",
6550
  "schannel",
6551
+ "security-framework",
6552
  ]
6553
 
6554
  [[package]]
 
6575
  "rustls-native-certs",
6576
  "rustls-platform-verifier-android",
6577
  "rustls-webpki",
6578
+ "security-framework",
6579
  "security-framework-sys",
6580
  "webpki-root-certs",
6581
  "windows-sys 0.61.2",
 
6708
  "proc-macro2",
6709
  "quote",
6710
  "serde_derive_internals",
6711
+ "syn 2.0.117",
6712
  ]
6713
 
6714
  [[package]]
 
6720
  "proc-macro2",
6721
  "quote",
6722
  "serde_derive_internals",
6723
+ "syn 2.0.117",
6724
  ]
6725
 
6726
  [[package]]
 
6737
 
6738
  [[package]]
6739
  name = "security-framework"
6740
+ version = "3.7.0"
6741
  source = "registry+https://github.com/rust-lang/crates.io-index"
6742
+ checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d"
6743
  dependencies = [
6744
+ "bitflags 2.11.0",
 
 
 
 
 
 
 
 
 
 
 
 
 
6745
  "core-foundation 0.10.1",
6746
  "core-foundation-sys",
6747
  "libc",
 
6750
 
6751
  [[package]]
6752
  name = "security-framework-sys"
6753
+ version = "2.17.0"
6754
  source = "registry+https://github.com/rust-lang/crates.io-index"
6755
+ checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3"
6756
  dependencies = [
6757
  "core-foundation-sys",
6758
  "libc",
 
6841
  dependencies = [
6842
  "proc-macro2",
6843
  "quote",
6844
+ "syn 2.0.117",
6845
  ]
6846
 
6847
  [[package]]
 
6852
  dependencies = [
6853
  "proc-macro2",
6854
  "quote",
6855
+ "syn 2.0.117",
6856
  ]
6857
 
6858
  [[package]]
 
6896
  dependencies = [
6897
  "proc-macro2",
6898
  "quote",
6899
+ "syn 2.0.117",
6900
  ]
6901
 
6902
  [[package]]
 
6957
  "darling 0.21.3",
6958
  "proc-macro2",
6959
  "quote",
6960
+ "syn 2.0.117",
6961
  ]
6962
 
6963
  [[package]]
 
6979
  dependencies = [
6980
  "proc-macro2",
6981
  "quote",
6982
+ "syn 2.0.117",
6983
  ]
6984
 
6985
  [[package]]
 
7185
  source = "registry+https://github.com/rust-lang/crates.io-index"
7186
  checksum = "eda41003dc44290527a59b13432d4a0379379fa074b70174882adfbdfd917844"
7187
  dependencies = [
7188
+ "bitflags 2.11.0",
7189
  ]
7190
 
7191
  [[package]]
 
7280
  "heck 0.5.0",
7281
  "proc-macro2",
7282
  "quote",
7283
+ "syn 2.0.117",
7284
  ]
7285
 
7286
  [[package]]
 
7319
 
7320
  [[package]]
7321
  name = "syn"
7322
+ version = "2.0.117"
7323
  source = "registry+https://github.com/rust-lang/crates.io-index"
7324
+ checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
7325
  dependencies = [
7326
  "proc-macro2",
7327
  "quote",
 
7345
  dependencies = [
7346
  "proc-macro2",
7347
  "quote",
7348
+ "syn 2.0.117",
7349
  ]
7350
 
7351
  [[package]]
 
7363
  source = "registry+https://github.com/rust-lang/crates.io-index"
7364
  checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
7365
  dependencies = [
7366
+ "bitflags 2.11.0",
7367
  "byteorder",
7368
  "enum-as-inner",
7369
  "libc",
 
7377
  source = "registry+https://github.com/rust-lang/crates.io-index"
7378
  checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b"
7379
  dependencies = [
7380
+ "bitflags 2.11.0",
7381
  "core-foundation 0.9.4",
7382
  "system-configuration-sys",
7383
  ]
 
7411
  source = "registry+https://github.com/rust-lang/crates.io-index"
7412
  checksum = "f3a753bdc39c07b192151523a3f77cd0394aa75413802c883a0f6f6a0e5ee2e7"
7413
  dependencies = [
7414
+ "bitflags 2.11.0",
7415
  "block2",
7416
  "core-foundation 0.10.1",
7417
  "core-graphics",
 
7453
  dependencies = [
7454
  "proc-macro2",
7455
  "quote",
7456
+ "syn 2.0.117",
7457
  ]
7458
 
7459
  [[package]]
 
7564
  "serde",
7565
  "serde_json",
7566
  "sha2",
7567
+ "syn 2.0.117",
7568
  "tauri-utils",
7569
  "thiserror 2.0.18",
7570
  "time",
 
7582
  "heck 0.5.0",
7583
  "proc-macro2",
7584
  "quote",
7585
+ "syn 2.0.117",
7586
  "tauri-codegen",
7587
  "tauri-utils",
7588
  ]
 
7797
  dependencies = [
7798
  "proc-macro2",
7799
  "quote",
7800
+ "syn 2.0.117",
7801
  ]
7802
 
7803
  [[package]]
 
7808
  dependencies = [
7809
  "proc-macro2",
7810
  "quote",
7811
+ "syn 2.0.117",
7812
  ]
7813
 
7814
  [[package]]
 
7944
  dependencies = [
7945
  "proc-macro2",
7946
  "quote",
7947
+ "syn 2.0.117",
7948
  ]
7949
 
7950
  [[package]]
 
8086
 
8087
  [[package]]
8088
  name = "toml_parser"
8089
+ version = "1.0.9+spec-1.1.0"
8090
  source = "registry+https://github.com/rust-lang/crates.io-index"
8091
+ checksum = "702d4415e08923e7e1ef96cd5727c0dfed80b4d2fa25db9647fe5eb6f7c5a4c4"
8092
  dependencies = [
8093
  "winnow 0.7.14",
8094
  ]
 
8121
  source = "registry+https://github.com/rust-lang/crates.io-index"
8122
  checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8"
8123
  dependencies = [
8124
+ "bitflags 2.11.0",
8125
  "bytes",
8126
  "futures-util",
8127
  "http",
 
8165
  dependencies = [
8166
  "proc-macro2",
8167
  "quote",
8168
+ "syn 2.0.117",
8169
  ]
8170
 
8171
  [[package]]
 
8392
 
8393
  [[package]]
8394
  name = "unicode-ident"
8395
+ version = "1.0.24"
8396
  source = "registry+https://github.com/rust-lang/crates.io-index"
8397
+ checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75"
8398
 
8399
  [[package]]
8400
  name = "unicode-normalization-alignments"
 
8512
 
8513
  [[package]]
8514
  name = "uuid"
8515
+ version = "1.21.0"
8516
  source = "registry+https://github.com/rust-lang/crates.io-index"
8517
+ checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb"
8518
  dependencies = [
8519
+ "getrandom 0.4.1",
8520
  "js-sys",
8521
  "serde_core",
8522
  "wasm-bindgen",
 
8672
  "bumpalo",
8673
  "proc-macro2",
8674
  "quote",
8675
+ "syn 2.0.117",
8676
  "wasm-bindgen-shared",
8677
  ]
8678
 
 
8739
  source = "registry+https://github.com/rust-lang/crates.io-index"
8740
  checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
8741
  dependencies = [
8742
+ "bitflags 2.11.0",
8743
  "hashbrown 0.15.5",
8744
  "indexmap 2.13.0",
8745
  "semver",
 
8779
  source = "registry+https://github.com/rust-lang/crates.io-index"
8780
  checksum = "b8e6faa537fbb6c186cb9f1d41f2f811a4120d1b57ec61f50da451a0c5122bec"
8781
  dependencies = [
8782
+ "bitflags 2.11.0",
8783
  "rustix",
8784
  "wayland-backend",
8785
  "wayland-scanner",
 
8791
  source = "registry+https://github.com/rust-lang/crates.io-index"
8792
  checksum = "baeda9ffbcfc8cd6ddaade385eaf2393bd2115a69523c735f12242353c3df4f3"
8793
  dependencies = [
8794
+ "bitflags 2.11.0",
8795
  "wayland-backend",
8796
  "wayland-client",
8797
  "wayland-scanner",
 
8932
  dependencies = [
8933
  "proc-macro2",
8934
  "quote",
8935
+ "syn 2.0.117",
8936
  ]
8937
 
8938
  [[package]]
 
8959
  checksum = "f9cb534d5ffd109c7d1135f34cdae29e60eab94855a625dcfe1705f8bc7ad79f"
8960
  dependencies = [
8961
  "arrayvec",
8962
+ "bitflags 2.11.0",
8963
  "bytemuck",
8964
  "cfg-if",
8965
  "cfg_aliases",
 
8991
  "arrayvec",
8992
  "bit-set",
8993
  "bit-vec",
8994
+ "bitflags 2.11.0",
8995
  "bytemuck",
8996
  "cfg_aliases",
8997
  "document-features",
 
9051
  "arrayvec",
9052
  "ash",
9053
  "bit-set",
9054
+ "bitflags 2.11.0",
9055
  "block",
9056
  "bytemuck",
9057
  "cfg-if",
 
9095
  source = "registry+https://github.com/rust-lang/crates.io-index"
9096
  checksum = "e18308757e594ed2cd27dddbb16a139c42a683819d32a2e0b1b0167552f5840c"
9097
  dependencies = [
9098
+ "bitflags 2.11.0",
9099
  "bytemuck",
9100
  "js-sys",
9101
  "log",
 
9280
  dependencies = [
9281
  "proc-macro2",
9282
  "quote",
9283
+ "syn 2.0.117",
9284
  ]
9285
 
9286
  [[package]]
 
9291
  dependencies = [
9292
  "proc-macro2",
9293
  "quote",
9294
+ "syn 2.0.117",
9295
  ]
9296
 
9297
  [[package]]
 
9302
  dependencies = [
9303
  "proc-macro2",
9304
  "quote",
9305
+ "syn 2.0.117",
9306
  ]
9307
 
9308
  [[package]]
 
9313
  dependencies = [
9314
  "proc-macro2",
9315
  "quote",
9316
+ "syn 2.0.117",
9317
  ]
9318
 
9319
  [[package]]
 
9730
  "heck 0.5.0",
9731
  "indexmap 2.13.0",
9732
  "prettyplease",
9733
+ "syn 2.0.117",
9734
  "wasm-metadata",
9735
  "wit-bindgen-core",
9736
  "wit-component",
 
9746
  "prettyplease",
9747
  "proc-macro2",
9748
  "quote",
9749
+ "syn 2.0.117",
9750
  "wit-bindgen-core",
9751
  "wit-bindgen-rust",
9752
  ]
 
9758
  checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
9759
  dependencies = [
9760
  "anyhow",
9761
+ "bitflags 2.11.0",
9762
  "indexmap 2.13.0",
9763
  "log",
9764
  "serde",
 
9805
 
9806
  [[package]]
9807
  name = "wry"
9808
+ version = "0.54.2"
9809
  source = "registry+https://github.com/rust-lang/crates.io-index"
9810
+ checksum = "bb26159b420aa77684589a744ae9a9461a95395b848764ad12290a14d960a11a"
9811
  dependencies = [
9812
  "base64 0.22.1",
9813
  "block2",
 
9933
  dependencies = [
9934
  "proc-macro2",
9935
  "quote",
9936
+ "syn 2.0.117",
9937
  "synstructure",
9938
  ]
9939
 
 
9945
  dependencies = [
9946
  "proc-macro2",
9947
  "quote",
9948
+ "syn 2.0.117",
9949
  "synstructure",
9950
  ]
9951
 
 
9993
  "proc-macro-crate 3.4.0",
9994
  "proc-macro2",
9995
  "quote",
9996
+ "syn 2.0.117",
9997
  "zbus_names",
9998
  "zvariant",
9999
  "zvariant_utils",
 
10027
  dependencies = [
10028
  "proc-macro2",
10029
  "quote",
10030
+ "syn 2.0.117",
10031
  ]
10032
 
10033
  [[package]]
 
10047
  dependencies = [
10048
  "proc-macro2",
10049
  "quote",
10050
+ "syn 2.0.117",
10051
  "synstructure",
10052
  ]
10053
 
 
10088
  dependencies = [
10089
  "proc-macro2",
10090
  "quote",
10091
+ "syn 2.0.117",
10092
  ]
10093
 
10094
  [[package]]
 
10105
 
10106
  [[package]]
10107
  name = "zip"
10108
+ version = "7.2.0"
10109
  source = "registry+https://github.com/rust-lang/crates.io-index"
10110
+ checksum = "c42e33efc22a0650c311c2ef19115ce232583abbe80850bc8b66509ebef02de0"
10111
  dependencies = [
10112
  "crc32fast",
10113
  "flate2",
 
10119
 
10120
  [[package]]
10121
  name = "zlib-rs"
10122
+ version = "0.6.2"
10123
  source = "registry+https://github.com/rust-lang/crates.io-index"
10124
+ checksum = "c745c48e1007337ed136dc99df34128b9faa6ed542d80a1c673cf55a6d7236c8"
10125
 
10126
  [[package]]
10127
  name = "zmij"
10128
+ version = "1.0.21"
10129
  source = "registry+https://github.com/rust-lang/crates.io-index"
10130
+ checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"
10131
 
10132
  [[package]]
10133
  name = "zopfli"
 
10204
  "proc-macro-crate 3.4.0",
10205
  "proc-macro2",
10206
  "quote",
10207
+ "syn 2.0.117",
10208
  "zvariant_utils",
10209
  ]
10210
 
 
10217
  "proc-macro2",
10218
  "quote",
10219
  "serde",
10220
+ "syn 2.0.117",
10221
  "winnow 0.7.14",
10222
  ]
bun.lock CHANGED
@@ -32,11 +32,11 @@
32
  "browser-fs-access": "^0.38.0",
33
  "class-variance-authority": "^0.7.1",
34
  "clsx": "^2.1.1",
35
- "i18next": "^25.8.5",
36
- "i18next-browser-languagedetector": "^8.2.0",
37
  "i18next-localstorage-backend": "^4.3.1",
38
  "lucide-react": "^0.563.0",
39
- "motion": "^12.34.0",
40
  "next": "^16.1.6",
41
  "next-themes": "^0.4.6",
42
  "react": "^19.2.4",
@@ -46,16 +46,16 @@
46
  "react-markdown": "^9.1.0",
47
  "react-rnd": "^10.5.2",
48
  "remark-gfm": "^4.0.1",
49
- "tailwind-merge": "^3.4.0",
50
  "zustand": "^5.0.11",
51
  },
52
  "devDependencies": {
53
- "@tailwindcss/postcss": "^4.1.18",
54
- "@types/node": "^25.2.3",
55
- "@types/react": "^19.2.13",
56
  "@types/react-dom": "^19.2.3",
57
  "babel-plugin-react-compiler": "^1.0.0",
58
- "tailwindcss": "^4.1.18",
59
  "tw-animate-css": "^1.4.0",
60
  "typescript": "^5.9.3",
61
  },
@@ -246,35 +246,35 @@
246
 
247
  "@swc/helpers": ["@swc/helpers@0.5.15", "", { "dependencies": { "tslib": "^2.8.0" } }, "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g=="],
248
 
249
- "@tailwindcss/node": ["@tailwindcss/node@4.1.18", "", { "dependencies": { "@jridgewell/remapping": "^2.3.4", "enhanced-resolve": "^5.18.3", "jiti": "^2.6.1", "lightningcss": "1.30.2", "magic-string": "^0.30.21", "source-map-js": "^1.2.1", "tailwindcss": "4.1.18" } }, "sha512-DoR7U1P7iYhw16qJ49fgXUlry1t4CpXeErJHnQ44JgTSKMaZUdf17cfn5mHchfJ4KRBZRFA/Coo+MUF5+gOaCQ=="],
250
 
251
- "@tailwindcss/oxide": ["@tailwindcss/oxide@4.1.18", "", { "optionalDependencies": { "@tailwindcss/oxide-android-arm64": "4.1.18", "@tailwindcss/oxide-darwin-arm64": "4.1.18", "@tailwindcss/oxide-darwin-x64": "4.1.18", "@tailwindcss/oxide-freebsd-x64": "4.1.18", "@tailwindcss/oxide-linux-arm-gnueabihf": "4.1.18", "@tailwindcss/oxide-linux-arm64-gnu": "4.1.18", "@tailwindcss/oxide-linux-arm64-musl": "4.1.18", "@tailwindcss/oxide-linux-x64-gnu": "4.1.18", "@tailwindcss/oxide-linux-x64-musl": "4.1.18", "@tailwindcss/oxide-wasm32-wasi": "4.1.18", "@tailwindcss/oxide-win32-arm64-msvc": "4.1.18", "@tailwindcss/oxide-win32-x64-msvc": "4.1.18" } }, "sha512-EgCR5tTS5bUSKQgzeMClT6iCY3ToqE1y+ZB0AKldj809QXk1Y+3jB0upOYZrn9aGIzPtUsP7sX4QQ4XtjBB95A=="],
252
 
253
- "@tailwindcss/oxide-android-arm64": ["@tailwindcss/oxide-android-arm64@4.1.18", "", { "os": "android", "cpu": "arm64" }, "sha512-dJHz7+Ugr9U/diKJA0W6N/6/cjI+ZTAoxPf9Iz9BFRF2GzEX8IvXxFIi/dZBloVJX/MZGvRuFA9rqwdiIEZQ0Q=="],
254
 
255
- "@tailwindcss/oxide-darwin-arm64": ["@tailwindcss/oxide-darwin-arm64@4.1.18", "", { "os": "darwin", "cpu": "arm64" }, "sha512-Gc2q4Qhs660bhjyBSKgq6BYvwDz4G+BuyJ5H1xfhmDR3D8HnHCmT/BSkvSL0vQLy/nkMLY20PQ2OoYMO15Jd0A=="],
256
 
257
- "@tailwindcss/oxide-darwin-x64": ["@tailwindcss/oxide-darwin-x64@4.1.18", "", { "os": "darwin", "cpu": "x64" }, "sha512-FL5oxr2xQsFrc3X9o1fjHKBYBMD1QZNyc1Xzw/h5Qu4XnEBi3dZn96HcHm41c/euGV+GRiXFfh2hUCyKi/e+yw=="],
258
 
259
- "@tailwindcss/oxide-freebsd-x64": ["@tailwindcss/oxide-freebsd-x64@4.1.18", "", { "os": "freebsd", "cpu": "x64" }, "sha512-Fj+RHgu5bDodmV1dM9yAxlfJwkkWvLiRjbhuO2LEtwtlYlBgiAT4x/j5wQr1tC3SANAgD+0YcmWVrj8R9trVMA=="],
260
 
261
- "@tailwindcss/oxide-linux-arm-gnueabihf": ["@tailwindcss/oxide-linux-arm-gnueabihf@4.1.18", "", { "os": "linux", "cpu": "arm" }, "sha512-Fp+Wzk/Ws4dZn+LV2Nqx3IilnhH51YZoRaYHQsVq3RQvEl+71VGKFpkfHrLM/Li+kt5c0DJe/bHXK1eHgDmdiA=="],
262
 
263
- "@tailwindcss/oxide-linux-arm64-gnu": ["@tailwindcss/oxide-linux-arm64-gnu@4.1.18", "", { "os": "linux", "cpu": "arm64" }, "sha512-S0n3jboLysNbh55Vrt7pk9wgpyTTPD0fdQeh7wQfMqLPM/Hrxi+dVsLsPrycQjGKEQk85Kgbx+6+QnYNiHalnw=="],
264
 
265
- "@tailwindcss/oxide-linux-arm64-musl": ["@tailwindcss/oxide-linux-arm64-musl@4.1.18", "", { "os": "linux", "cpu": "arm64" }, "sha512-1px92582HkPQlaaCkdRcio71p8bc8i/ap5807tPRDK/uw953cauQBT8c5tVGkOwrHMfc2Yh6UuxaH4vtTjGvHg=="],
266
 
267
- "@tailwindcss/oxide-linux-x64-gnu": ["@tailwindcss/oxide-linux-x64-gnu@4.1.18", "", { "os": "linux", "cpu": "x64" }, "sha512-v3gyT0ivkfBLoZGF9LyHmts0Isc8jHZyVcbzio6Wpzifg/+5ZJpDiRiUhDLkcr7f/r38SWNe7ucxmGW3j3Kb/g=="],
268
 
269
- "@tailwindcss/oxide-linux-x64-musl": ["@tailwindcss/oxide-linux-x64-musl@4.1.18", "", { "os": "linux", "cpu": "x64" }, "sha512-bhJ2y2OQNlcRwwgOAGMY0xTFStt4/wyU6pvI6LSuZpRgKQwxTec0/3Scu91O8ir7qCR3AuepQKLU/kX99FouqQ=="],
270
 
271
- "@tailwindcss/oxide-wasm32-wasi": ["@tailwindcss/oxide-wasm32-wasi@4.1.18", "", { "dependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1", "@emnapi/wasi-threads": "^1.1.0", "@napi-rs/wasm-runtime": "^1.1.0", "@tybys/wasm-util": "^0.10.1", "tslib": "^2.4.0" }, "cpu": "none" }, "sha512-LffYTvPjODiP6PT16oNeUQJzNVyJl1cjIebq/rWWBF+3eDst5JGEFSc5cWxyRCJ0Mxl+KyIkqRxk1XPEs9x8TA=="],
272
 
273
- "@tailwindcss/oxide-win32-arm64-msvc": ["@tailwindcss/oxide-win32-arm64-msvc@4.1.18", "", { "os": "win32", "cpu": "arm64" }, "sha512-HjSA7mr9HmC8fu6bdsZvZ+dhjyGCLdotjVOgLA2vEqxEBZaQo9YTX4kwgEvPCpRh8o4uWc4J/wEoFzhEmjvPbA=="],
274
 
275
- "@tailwindcss/oxide-win32-x64-msvc": ["@tailwindcss/oxide-win32-x64-msvc@4.1.18", "", { "os": "win32", "cpu": "x64" }, "sha512-bJWbyYpUlqamC8dpR7pfjA0I7vdF6t5VpUGMWRkXVE3AXgIZjYUYAK7II1GNaxR8J1SSrSrppRar8G++JekE3Q=="],
276
 
277
- "@tailwindcss/postcss": ["@tailwindcss/postcss@4.1.18", "", { "dependencies": { "@alloc/quick-lru": "^5.2.0", "@tailwindcss/node": "4.1.18", "@tailwindcss/oxide": "4.1.18", "postcss": "^8.4.41", "tailwindcss": "4.1.18" } }, "sha512-Ce0GFnzAOuPyfV5SxjXGn0CubwGcuDB0zcdaPuCSzAa/2vII24JTkH+I6jcbXLb1ctjZMZZI6OjDaLPJQL1S0g=="],
278
 
279
  "@tauri-apps/api": ["@tauri-apps/api@2.10.1", "", {}, "sha512-hKL/jWf293UDSUN09rR69hrToyIXBb8CjGaWC7gfinvnQrBVvnLr08FeFi38gxtugAVyVcTa5/FD/Xnkb1siBw=="],
280
 
@@ -314,9 +314,9 @@
314
 
315
  "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="],
316
 
317
- "@types/node": ["@types/node@25.2.3", "", { "dependencies": { "undici-types": "~7.16.0" } }, "sha512-m0jEgYlYz+mDJZ2+F4v8D1AyQb+QzsNqRuI7xg1VQX/KlKS0qT9r1Mo16yo5F/MtifXFgaofIFsdFMox2SxIbQ=="],
318
 
319
- "@types/react": ["@types/react@19.2.13", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-KkiJeU6VbYbUOp5ITMIc7kBfqlYkKA5KhEHVrGMmUUMt7NeaZg65ojdPk+FtNrBAOXNVM5QM72jnADjM+XVRAQ=="],
320
 
321
  "@types/react-dom": ["@types/react-dom@19.2.3", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="],
322
 
@@ -370,7 +370,7 @@
370
 
371
  "devlop": ["devlop@1.1.0", "", { "dependencies": { "dequal": "^2.0.0" } }, "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA=="],
372
 
373
- "enhanced-resolve": ["enhanced-resolve@5.18.3", "", { "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.2.0" } }, "sha512-d4lC8xfavMeBjzGr2vECC3fsGXziXZQyJxD868h2M/mBI3PwAuODxAkLkq5HYuvrPYcUtiLzsTo8U3PgX3Ocww=="],
374
 
375
  "escape-string-regexp": ["escape-string-regexp@5.0.0", "", {}, "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="],
376
 
@@ -382,7 +382,7 @@
382
 
383
  "figures": ["figures@6.1.0", "", { "dependencies": { "is-unicode-supported": "^2.0.0" } }, "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg=="],
384
 
385
- "framer-motion": ["framer-motion@12.34.0", "", { "dependencies": { "motion-dom": "^12.34.0", "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@emotion/is-prop-valid", "react", "react-dom"] }, "sha512-+/H49owhzkzQyxtn7nZeF4kdH++I2FWrESQ184Zbcw5cEqNHYkE5yxWxcTLSj5lNx3NWdbIRy5FHqUvetD8FWg=="],
386
 
387
  "get-nonce": ["get-nonce@1.0.1", "", {}, "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q=="],
388
 
@@ -414,9 +414,9 @@
414
 
415
  "human-signals": ["human-signals@8.0.1", "", {}, "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ=="],
416
 
417
- "i18next": ["i18next@25.8.5", "", { "dependencies": { "@babel/runtime": "^7.28.4" }, "peerDependencies": { "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-TApjhgqQU6P7BQlpCTv6zQuXrYAP9rjYWgx2Nm8dsq+Zg9yJlAz+iR16/w7uVtTlSoULbqPTfqYjMK/DAQI+Ng=="],
418
 
419
- "i18next-browser-languagedetector": ["i18next-browser-languagedetector@8.2.0", "", { "dependencies": { "@babel/runtime": "^7.23.2" } }, "sha512-P+3zEKLnOF0qmiesW383vsLdtQVyKtCNA9cjSoKCppTKPQVfKd2W8hbVo5ZhNJKDqeM7BOcvNoKJOjpHh4Js9g=="],
420
 
421
  "i18next-localstorage-backend": ["i18next-localstorage-backend@4.3.1", "", { "dependencies": { "@babel/runtime": "^7.28.4" } }, "sha512-ry8WNBanUs55rsRZs9+xaZWRxCoTEMMOf+2vNSfzzJqDPbHaf0eMFMrtYp/2ocxU6Xrxfwz17Fdz0rSs3Kw39Q=="],
422
 
@@ -442,29 +442,29 @@
442
 
443
  "js-tokens": ["js-tokens@4.0.0", "", {}, "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="],
444
 
445
- "lightningcss": ["lightningcss@1.30.2", "", { "dependencies": { "detect-libc": "^2.0.3" }, "optionalDependencies": { "lightningcss-android-arm64": "1.30.2", "lightningcss-darwin-arm64": "1.30.2", "lightningcss-darwin-x64": "1.30.2", "lightningcss-freebsd-x64": "1.30.2", "lightningcss-linux-arm-gnueabihf": "1.30.2", "lightningcss-linux-arm64-gnu": "1.30.2", "lightningcss-linux-arm64-musl": "1.30.2", "lightningcss-linux-x64-gnu": "1.30.2", "lightningcss-linux-x64-musl": "1.30.2", "lightningcss-win32-arm64-msvc": "1.30.2", "lightningcss-win32-x64-msvc": "1.30.2" } }, "sha512-utfs7Pr5uJyyvDETitgsaqSyjCb2qNRAtuqUeWIAKztsOYdcACf2KtARYXg2pSvhkt+9NfoaNY7fxjl6nuMjIQ=="],
446
 
447
- "lightningcss-android-arm64": ["lightningcss-android-arm64@1.30.2", "", { "os": "android", "cpu": "arm64" }, "sha512-BH9sEdOCahSgmkVhBLeU7Hc9DWeZ1Eb6wNS6Da8igvUwAe0sqROHddIlvU06q3WyXVEOYDZ6ykBZQnjTbmo4+A=="],
448
 
449
- "lightningcss-darwin-arm64": ["lightningcss-darwin-arm64@1.30.2", "", { "os": "darwin", "cpu": "arm64" }, "sha512-ylTcDJBN3Hp21TdhRT5zBOIi73P6/W0qwvlFEk22fkdXchtNTOU4Qc37SkzV+EKYxLouZ6M4LG9NfZ1qkhhBWA=="],
450
 
451
- "lightningcss-darwin-x64": ["lightningcss-darwin-x64@1.30.2", "", { "os": "darwin", "cpu": "x64" }, "sha512-oBZgKchomuDYxr7ilwLcyms6BCyLn0z8J0+ZZmfpjwg9fRVZIR5/GMXd7r9RH94iDhld3UmSjBM6nXWM2TfZTQ=="],
452
 
453
- "lightningcss-freebsd-x64": ["lightningcss-freebsd-x64@1.30.2", "", { "os": "freebsd", "cpu": "x64" }, "sha512-c2bH6xTrf4BDpK8MoGG4Bd6zAMZDAXS569UxCAGcA7IKbHNMlhGQ89eRmvpIUGfKWNVdbhSbkQaWhEoMGmGslA=="],
454
 
455
- "lightningcss-linux-arm-gnueabihf": ["lightningcss-linux-arm-gnueabihf@1.30.2", "", { "os": "linux", "cpu": "arm" }, "sha512-eVdpxh4wYcm0PofJIZVuYuLiqBIakQ9uFZmipf6LF/HRj5Bgm0eb3qL/mr1smyXIS1twwOxNWndd8z0E374hiA=="],
456
 
457
- "lightningcss-linux-arm64-gnu": ["lightningcss-linux-arm64-gnu@1.30.2", "", { "os": "linux", "cpu": "arm64" }, "sha512-UK65WJAbwIJbiBFXpxrbTNArtfuznvxAJw4Q2ZGlU8kPeDIWEX1dg3rn2veBVUylA2Ezg89ktszWbaQnxD/e3A=="],
458
 
459
- "lightningcss-linux-arm64-musl": ["lightningcss-linux-arm64-musl@1.30.2", "", { "os": "linux", "cpu": "arm64" }, "sha512-5Vh9dGeblpTxWHpOx8iauV02popZDsCYMPIgiuw97OJ5uaDsL86cnqSFs5LZkG3ghHoX5isLgWzMs+eD1YzrnA=="],
460
 
461
- "lightningcss-linux-x64-gnu": ["lightningcss-linux-x64-gnu@1.30.2", "", { "os": "linux", "cpu": "x64" }, "sha512-Cfd46gdmj1vQ+lR6VRTTadNHu6ALuw2pKR9lYq4FnhvgBc4zWY1EtZcAc6EffShbb1MFrIPfLDXD6Xprbnni4w=="],
462
 
463
- "lightningcss-linux-x64-musl": ["lightningcss-linux-x64-musl@1.30.2", "", { "os": "linux", "cpu": "x64" }, "sha512-XJaLUUFXb6/QG2lGIW6aIk6jKdtjtcffUT0NKvIqhSBY3hh9Ch+1LCeH80dR9q9LBjG3ewbDjnumefsLsP6aiA=="],
464
 
465
- "lightningcss-win32-arm64-msvc": ["lightningcss-win32-arm64-msvc@1.30.2", "", { "os": "win32", "cpu": "arm64" }, "sha512-FZn+vaj7zLv//D/192WFFVA0RgHawIcHqLX9xuWiQt7P0PtdFEVaxgF9rjM/IRYHQXNnk61/H/gb2Ei+kUQ4xQ=="],
466
 
467
- "lightningcss-win32-x64-msvc": ["lightningcss-win32-x64-msvc@1.30.2", "", { "os": "win32", "cpu": "x64" }, "sha512-5g1yc73p+iAkid5phb4oVFMB45417DkRevRbt/El/gKXJk4jid+vPFF/AXbxn05Aky8PapwzZrdJShv5C0avjw=="],
468
 
469
  "longest-streak": ["longest-streak@3.1.0", "", {}, "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g=="],
470
 
@@ -562,9 +562,9 @@
562
 
563
  "micromark-util-types": ["micromark-util-types@2.0.2", "", {}, "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA=="],
564
 
565
- "motion": ["motion@12.34.0", "", { "dependencies": { "framer-motion": "^12.34.0", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@emotion/is-prop-valid", "react", "react-dom"] }, "sha512-01Sfa/zgsD/di8zA/uFW5Eb7/SPXoGyUfy+uMRMW5Spa8j0z/UbfQewAYvPMYFCXRlyD6e5aLHh76TxeeJD+RA=="],
566
 
567
- "motion-dom": ["motion-dom@12.34.0", "", { "dependencies": { "motion-utils": "^12.29.2" } }, "sha512-Lql3NuEcScRDxTAO6GgUsRHBZOWI/3fnMlkMcH5NftzcN37zJta+bpbMAV9px4Nj057TuvRooMK7QrzMCgtz6Q=="],
568
 
569
  "motion-utils": ["motion-utils@12.29.2", "", {}, "sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A=="],
570
 
@@ -658,9 +658,9 @@
658
 
659
  "styled-jsx": ["styled-jsx@5.1.6", "", { "dependencies": { "client-only": "0.0.1" }, "peerDependencies": { "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" } }, "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA=="],
660
 
661
- "tailwind-merge": ["tailwind-merge@3.4.0", "", {}, "sha512-uSaO4gnW+b3Y2aWoWfFpX62vn2sR3skfhbjsEnaBI81WD1wBLlHZe5sWf0AqjksNdYTbGBEd0UasQMT3SNV15g=="],
662
 
663
- "tailwindcss": ["tailwindcss@4.1.18", "", {}, "sha512-4+Z+0yiYyEtUVCScyfHCxOYP06L5Ne+JiHhY2IjR2KWMIWhJOYZKLSGZaP5HkZ8+bY0cxfzwDE5uOmzFXyIwxw=="],
664
 
665
  "tapable": ["tapable@2.3.0", "", {}, "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg=="],
666
 
@@ -676,7 +676,7 @@
676
 
677
  "ui": ["ui@workspace:ui"],
678
 
679
- "undici-types": ["undici-types@7.16.0", "", {}, "sha512-Zz+aZWSj8LE6zoxD+xrjh4VfkIG8Ya6LvYkZqtUQGJPZjYl53ypCaUwWqo7eI0x66KBGeRo+mlBEkMSeSZ38Nw=="],
680
 
681
  "unicorn-magic": ["unicorn-magic@0.3.0", "", {}, "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA=="],
682
 
@@ -728,13 +728,13 @@
728
 
729
  "@radix-ui/react-tooltip/@radix-ui/react-slot": ["@radix-ui/react-slot@1.2.3", "", { "dependencies": { "@radix-ui/react-compose-refs": "1.1.2" }, "peerDependencies": { "@types/react": "*", "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" }, "optionalPeers": ["@types/react"] }, "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A=="],
730
 
731
- "@tailwindcss/oxide-wasm32-wasi/@emnapi/core": ["@emnapi/core@1.7.1", "", { "dependencies": { "@emnapi/wasi-threads": "1.1.0", "tslib": "^2.4.0" }, "bundled": true }, "sha512-o1uhUASyo921r2XtHYOHy7gdkGLge8ghBEQHMWmyJFoXlpU58kIrhhN3w26lpQb6dspetweapMn2CSNwQ8I4wg=="],
732
 
733
- "@tailwindcss/oxide-wasm32-wasi/@emnapi/runtime": ["@emnapi/runtime@1.7.1", "", { "dependencies": { "tslib": "^2.4.0" }, "bundled": true }, "sha512-PVtJr5CmLwYAU9PZDMITZoR5iAOShYREoR45EyyLrbntV50mdePTgUn4AmOw90Ifcj+x2kRjdzr1HP3RrNiHGA=="],
734
 
735
  "@tailwindcss/oxide-wasm32-wasi/@emnapi/wasi-threads": ["@emnapi/wasi-threads@1.1.0", "", { "dependencies": { "tslib": "^2.4.0" }, "bundled": true }, "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ=="],
736
 
737
- "@tailwindcss/oxide-wasm32-wasi/@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@1.1.0", "", { "dependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1", "@tybys/wasm-util": "^0.10.1" }, "bundled": true }, "sha512-Fq6DJW+Bb5jaWE69/qOE0D1TUN9+6uWhCeZpdnSBk14pjLcCWR7Q8n49PTSPHazM37JqrsdpEthXy2xn6jWWiA=="],
738
 
739
  "@tailwindcss/oxide-wasm32-wasi/@tybys/wasm-util": ["@tybys/wasm-util@0.10.1", "", { "dependencies": { "tslib": "^2.4.0" }, "bundled": true }, "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg=="],
740
 
 
32
  "browser-fs-access": "^0.38.0",
33
  "class-variance-authority": "^0.7.1",
34
  "clsx": "^2.1.1",
35
+ "i18next": "^25.8.12",
36
+ "i18next-browser-languagedetector": "^8.2.1",
37
  "i18next-localstorage-backend": "^4.3.1",
38
  "lucide-react": "^0.563.0",
39
+ "motion": "^12.34.3",
40
  "next": "^16.1.6",
41
  "next-themes": "^0.4.6",
42
  "react": "^19.2.4",
 
46
  "react-markdown": "^9.1.0",
47
  "react-rnd": "^10.5.2",
48
  "remark-gfm": "^4.0.1",
49
+ "tailwind-merge": "^3.5.0",
50
  "zustand": "^5.0.11",
51
  },
52
  "devDependencies": {
53
+ "@tailwindcss/postcss": "^4.2.0",
54
+ "@types/node": "^25.3.0",
55
+ "@types/react": "^19.2.14",
56
  "@types/react-dom": "^19.2.3",
57
  "babel-plugin-react-compiler": "^1.0.0",
58
+ "tailwindcss": "^4.2.0",
59
  "tw-animate-css": "^1.4.0",
60
  "typescript": "^5.9.3",
61
  },
 
246
 
247
  "@swc/helpers": ["@swc/helpers@0.5.15", "", { "dependencies": { "tslib": "^2.8.0" } }, "sha512-JQ5TuMi45Owi4/BIMAJBoSQoOJu12oOk/gADqlcUL9JEdHB8vyjUSsxqeNXnmXHjYKMi2WcYtezGEEhqUI/E2g=="],
248
 
249
+ "@tailwindcss/node": ["@tailwindcss/node@4.2.0", "", { "dependencies": { "@jridgewell/remapping": "^2.3.5", "enhanced-resolve": "^5.19.0", "jiti": "^2.6.1", "lightningcss": "1.31.1", "magic-string": "^0.30.21", "source-map-js": "^1.2.1", "tailwindcss": "4.2.0" } }, "sha512-Yv+fn/o2OmL5fh/Ir62VXItdShnUxfpkMA4Y7jdeC8O81WPB8Kf6TT6GSHvnqgSwDzlB5iT7kDpeXxLsUS0T6Q=="],
250
 
251
+ "@tailwindcss/oxide": ["@tailwindcss/oxide@4.2.0", "", { "optionalDependencies": { "@tailwindcss/oxide-android-arm64": "4.2.0", "@tailwindcss/oxide-darwin-arm64": "4.2.0", "@tailwindcss/oxide-darwin-x64": "4.2.0", "@tailwindcss/oxide-freebsd-x64": "4.2.0", "@tailwindcss/oxide-linux-arm-gnueabihf": "4.2.0", "@tailwindcss/oxide-linux-arm64-gnu": "4.2.0", "@tailwindcss/oxide-linux-arm64-musl": "4.2.0", "@tailwindcss/oxide-linux-x64-gnu": "4.2.0", "@tailwindcss/oxide-linux-x64-musl": "4.2.0", "@tailwindcss/oxide-wasm32-wasi": "4.2.0", "@tailwindcss/oxide-win32-arm64-msvc": "4.2.0", "@tailwindcss/oxide-win32-x64-msvc": "4.2.0" } }, "sha512-AZqQzADaj742oqn2xjl5JbIOzZB/DGCYF/7bpvhA8KvjUj9HJkag6bBuwZvH1ps6dfgxNHyuJVlzSr2VpMgdTQ=="],
252
 
253
+ "@tailwindcss/oxide-android-arm64": ["@tailwindcss/oxide-android-arm64@4.2.0", "", { "os": "android", "cpu": "arm64" }, "sha512-F0QkHAVaW/JNBWl4CEKWdZ9PMb0khw5DCELAOnu+RtjAfx5Zgw+gqCHFvqg3AirU1IAd181fwOtJQ5I8Yx5wtw=="],
254
 
255
+ "@tailwindcss/oxide-darwin-arm64": ["@tailwindcss/oxide-darwin-arm64@4.2.0", "", { "os": "darwin", "cpu": "arm64" }, "sha512-I0QylkXsBsJMZ4nkUNSR04p6+UptjcwhcVo3Zu828ikiEqHjVmQL9RuQ6uT/cVIiKpvtVA25msu/eRV97JeNSA=="],
256
 
257
+ "@tailwindcss/oxide-darwin-x64": ["@tailwindcss/oxide-darwin-x64@4.2.0", "", { "os": "darwin", "cpu": "x64" }, "sha512-6TmQIn4p09PBrmnkvbYQ0wbZhLtbaksCDx7Y7R3FYYx0yxNA7xg5KP7dowmQ3d2JVdabIHvs3Hx4K3d5uCf8xg=="],
258
 
259
+ "@tailwindcss/oxide-freebsd-x64": ["@tailwindcss/oxide-freebsd-x64@4.2.0", "", { "os": "freebsd", "cpu": "x64" }, "sha512-qBudxDvAa2QwGlq9y7VIzhTvp2mLJ6nD/G8/tI70DCDoneaUeLWBJaPcbfzqRIWraj+o969aDQKvKW9dvkUizw=="],
260
 
261
+ "@tailwindcss/oxide-linux-arm-gnueabihf": ["@tailwindcss/oxide-linux-arm-gnueabihf@4.2.0", "", { "os": "linux", "cpu": "arm" }, "sha512-7XKkitpy5NIjFZNUQPeUyNJNJn1CJeV7rmMR+exHfTuOsg8rxIO9eNV5TSEnqRcaOK77zQpsyUkBWmPy8FgdSg=="],
262
 
263
+ "@tailwindcss/oxide-linux-arm64-gnu": ["@tailwindcss/oxide-linux-arm64-gnu@4.2.0", "", { "os": "linux", "cpu": "arm64" }, "sha512-Mff5a5Q3WoQR01pGU1gr29hHM1N93xYrKkGXfPw/aRtK4bOc331Ho4Tgfsm5WDGvpevqMpdlkCojT3qlCQbCpA=="],
264
 
265
+ "@tailwindcss/oxide-linux-arm64-musl": ["@tailwindcss/oxide-linux-arm64-musl@4.2.0", "", { "os": "linux", "cpu": "arm64" }, "sha512-XKcSStleEVnbH6W/9DHzZv1YhjE4eSS6zOu2eRtYAIh7aV4o3vIBs+t/B15xlqoxt6ef/0uiqJVB6hkHjWD/0A=="],
266
 
267
+ "@tailwindcss/oxide-linux-x64-gnu": ["@tailwindcss/oxide-linux-x64-gnu@4.2.0", "", { "os": "linux", "cpu": "x64" }, "sha512-/hlXCBqn9K6fi7eAM0RsobHwJYa5V/xzWspVTzxnX+Ft9v6n+30Pz8+RxCn7sQL/vRHHLS30iQPrHQunu6/vJA=="],
268
 
269
+ "@tailwindcss/oxide-linux-x64-musl": ["@tailwindcss/oxide-linux-x64-musl@4.2.0", "", { "os": "linux", "cpu": "x64" }, "sha512-lKUaygq4G7sWkhQbfdRRBkaq4LY39IriqBQ+Gk6l5nKq6Ay2M2ZZb1tlIyRNgZKS8cbErTwuYSor0IIULC0SHw=="],
270
 
271
+ "@tailwindcss/oxide-wasm32-wasi": ["@tailwindcss/oxide-wasm32-wasi@4.2.0", "", { "dependencies": { "@emnapi/core": "^1.8.1", "@emnapi/runtime": "^1.8.1", "@emnapi/wasi-threads": "^1.1.0", "@napi-rs/wasm-runtime": "^1.1.1", "@tybys/wasm-util": "^0.10.1", "tslib": "^2.8.1" }, "cpu": "none" }, "sha512-xuDjhAsFdUuFP5W9Ze4k/o4AskUtI8bcAGU4puTYprr89QaYFmhYOPfP+d1pH+k9ets6RoE23BXZM1X1jJqoyw=="],
272
 
273
+ "@tailwindcss/oxide-win32-arm64-msvc": ["@tailwindcss/oxide-win32-arm64-msvc@4.2.0", "", { "os": "win32", "cpu": "arm64" }, "sha512-2UU/15y1sWDEDNJXxEIrfWKC2Yb4YgIW5Xz2fKFqGzFWfoMHWFlfa1EJlGO2Xzjkq/tvSarh9ZTjvbxqWvLLXA=="],
274
 
275
+ "@tailwindcss/oxide-win32-x64-msvc": ["@tailwindcss/oxide-win32-x64-msvc@4.2.0", "", { "os": "win32", "cpu": "x64" }, "sha512-CrFadmFoc+z76EV6LPG1jx6XceDsaCG3lFhyLNo/bV9ByPrE+FnBPckXQVP4XRkN76h3Fjt/a+5Er/oA/nCBvQ=="],
276
 
277
+ "@tailwindcss/postcss": ["@tailwindcss/postcss@4.2.0", "", { "dependencies": { "@alloc/quick-lru": "^5.2.0", "@tailwindcss/node": "4.2.0", "@tailwindcss/oxide": "4.2.0", "postcss": "^8.5.6", "tailwindcss": "4.2.0" } }, "sha512-u6YBacGpOm/ixPfKqfgrJEjMfrYmPD7gEFRoygS/hnQaRtV0VCBdpkx5Ouw9pnaLRwwlgGCuJw8xLpaR0hOrQg=="],
278
 
279
  "@tauri-apps/api": ["@tauri-apps/api@2.10.1", "", {}, "sha512-hKL/jWf293UDSUN09rR69hrToyIXBb8CjGaWC7gfinvnQrBVvnLr08FeFi38gxtugAVyVcTa5/FD/Xnkb1siBw=="],
280
 
 
314
 
315
  "@types/ms": ["@types/ms@2.1.0", "", {}, "sha512-GsCCIZDE/p3i96vtEqx+7dBUGXrc7zeSK3wwPHIaRThS+9OhWIXRqzs4d6k1SVU8g91DrNRWxWUGhp5KXQb2VA=="],
316
 
317
+ "@types/node": ["@types/node@25.3.0", "", { "dependencies": { "undici-types": "~7.18.0" } }, "sha512-4K3bqJpXpqfg2XKGK9bpDTc6xO/xoUP/RBWS7AtRMug6zZFaRekiLzjVtAoZMquxoAbzBvy5nxQ7veS5eYzf8A=="],
318
 
319
+ "@types/react": ["@types/react@19.2.14", "", { "dependencies": { "csstype": "^3.2.2" } }, "sha512-ilcTH/UniCkMdtexkoCN0bI7pMcJDvmQFPvuPvmEaYA/NSfFTAgdUSLAoVjaRJm7+6PvcM+q1zYOwS4wTYMF9w=="],
320
 
321
  "@types/react-dom": ["@types/react-dom@19.2.3", "", { "peerDependencies": { "@types/react": "^19.2.0" } }, "sha512-jp2L/eY6fn+KgVVQAOqYItbF0VY/YApe5Mz2F0aykSO8gx31bYCZyvSeYxCHKvzHG5eZjc+zyaS5BrBWya2+kQ=="],
322
 
 
370
 
371
  "devlop": ["devlop@1.1.0", "", { "dependencies": { "dequal": "^2.0.0" } }, "sha512-RWmIqhcFf1lRYBvNmr7qTNuyCt/7/ns2jbpp1+PalgE/rDQcBT0fioSMUpJ93irlUhC5hrg4cYqe6U+0ImW0rA=="],
372
 
373
+ "enhanced-resolve": ["enhanced-resolve@5.19.0", "", { "dependencies": { "graceful-fs": "^4.2.4", "tapable": "^2.3.0" } }, "sha512-phv3E1Xl4tQOShqSte26C7Fl84EwUdZsyOuSSk9qtAGyyQs2s3jJzComh+Abf4g187lUUAvH+H26omrqia2aGg=="],
374
 
375
  "escape-string-regexp": ["escape-string-regexp@5.0.0", "", {}, "sha512-/veY75JbMK4j1yjvuUxuVsiS/hr/4iHs9FTT6cgTexxdE0Ly/glccBAkloH/DofkjRbZU3bnoj38mOmhkZ0lHw=="],
376
 
 
382
 
383
  "figures": ["figures@6.1.0", "", { "dependencies": { "is-unicode-supported": "^2.0.0" } }, "sha512-d+l3qxjSesT4V7v2fh+QnmFnUWv9lSpjarhShNTgBOfA0ttejbQUAlHLitbjkoRiDulW0OPoQPYIGhIC8ohejg=="],
384
 
385
+ "framer-motion": ["framer-motion@12.34.3", "", { "dependencies": { "motion-dom": "^12.34.3", "motion-utils": "^12.29.2", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@emotion/is-prop-valid", "react", "react-dom"] }, "sha512-v81ecyZKYO/DfpTwHivqkxSUBzvceOpoI+wLfgCgoUIKxlFKEXdg0oR9imxwXumT4SFy8vRk9xzJ5l3/Du/55Q=="],
386
 
387
  "get-nonce": ["get-nonce@1.0.1", "", {}, "sha512-FJhYRoDaiatfEkUK8HKlicmu/3SGFD51q3itKDGoSTysQJBnfOcxU5GxnhE1E6soB76MbT0MBtnKJuXyAx+96Q=="],
388
 
 
414
 
415
  "human-signals": ["human-signals@8.0.1", "", {}, "sha512-eKCa6bwnJhvxj14kZk5NCPc6Hb6BdsU9DZcOnmQKSnO1VKrfV0zCvtttPZUsBvjmNDn8rpcJfpwSYnHBjc95MQ=="],
416
 
417
+ "i18next": ["i18next@25.8.12", "", { "dependencies": { "@babel/runtime": "^7.28.4" }, "peerDependencies": { "typescript": "^5" }, "optionalPeers": ["typescript"] }, "sha512-hw59RF5QaH9i3l47hTXjeLLtzgVO8OtznlTJZbulmaLbz+itA1hIKWHTEiajY9W2SNPzvL8U5nTBVt7SsOGNRA=="],
418
 
419
+ "i18next-browser-languagedetector": ["i18next-browser-languagedetector@8.2.1", "", { "dependencies": { "@babel/runtime": "^7.23.2" } }, "sha512-bZg8+4bdmaOiApD7N7BPT9W8MLZG+nPTOFlLiJiT8uzKXFjhxw4v2ierCXOwB5sFDMtuA5G4kgYZ0AznZxQ/cw=="],
420
 
421
  "i18next-localstorage-backend": ["i18next-localstorage-backend@4.3.1", "", { "dependencies": { "@babel/runtime": "^7.28.4" } }, "sha512-ry8WNBanUs55rsRZs9+xaZWRxCoTEMMOf+2vNSfzzJqDPbHaf0eMFMrtYp/2ocxU6Xrxfwz17Fdz0rSs3Kw39Q=="],
422
 
 
442
 
443
  "js-tokens": ["js-tokens@4.0.0", "", {}, "sha512-RdJUflcE3cUzKiMqQgsCu06FPu9UdIJO0beYbPhHN4k6apgJtifcoCtT9bcxOpYBtpD2kCM6Sbzg4CausW/PKQ=="],
444
 
445
+ "lightningcss": ["lightningcss@1.31.1", "", { "dependencies": { "detect-libc": "^2.0.3" }, "optionalDependencies": { "lightningcss-android-arm64": "1.31.1", "lightningcss-darwin-arm64": "1.31.1", "lightningcss-darwin-x64": "1.31.1", "lightningcss-freebsd-x64": "1.31.1", "lightningcss-linux-arm-gnueabihf": "1.31.1", "lightningcss-linux-arm64-gnu": "1.31.1", "lightningcss-linux-arm64-musl": "1.31.1", "lightningcss-linux-x64-gnu": "1.31.1", "lightningcss-linux-x64-musl": "1.31.1", "lightningcss-win32-arm64-msvc": "1.31.1", "lightningcss-win32-x64-msvc": "1.31.1" } }, "sha512-l51N2r93WmGUye3WuFoN5k10zyvrVs0qfKBhyC5ogUQ6Ew6JUSswh78mbSO+IU3nTWsyOArqPCcShdQSadghBQ=="],
446
 
447
+ "lightningcss-android-arm64": ["lightningcss-android-arm64@1.31.1", "", { "os": "android", "cpu": "arm64" }, "sha512-HXJF3x8w9nQ4jbXRiNppBCqeZPIAfUo8zE/kOEGbW5NZvGc/K7nMxbhIr+YlFlHW5mpbg/YFPdbnCh1wAXCKFg=="],
448
 
449
+ "lightningcss-darwin-arm64": ["lightningcss-darwin-arm64@1.31.1", "", { "os": "darwin", "cpu": "arm64" }, "sha512-02uTEqf3vIfNMq3h/z2cJfcOXnQ0GRwQrkmPafhueLb2h7mqEidiCzkE4gBMEH65abHRiQvhdcQ+aP0D0g67sg=="],
450
 
451
+ "lightningcss-darwin-x64": ["lightningcss-darwin-x64@1.31.1", "", { "os": "darwin", "cpu": "x64" }, "sha512-1ObhyoCY+tGxtsz1lSx5NXCj3nirk0Y0kB/g8B8DT+sSx4G9djitg9ejFnjb3gJNWo7qXH4DIy2SUHvpoFwfTA=="],
452
 
453
+ "lightningcss-freebsd-x64": ["lightningcss-freebsd-x64@1.31.1", "", { "os": "freebsd", "cpu": "x64" }, "sha512-1RINmQKAItO6ISxYgPwszQE1BrsVU5aB45ho6O42mu96UiZBxEXsuQ7cJW4zs4CEodPUioj/QrXW1r9pLUM74A=="],
454
 
455
+ "lightningcss-linux-arm-gnueabihf": ["lightningcss-linux-arm-gnueabihf@1.31.1", "", { "os": "linux", "cpu": "arm" }, "sha512-OOCm2//MZJ87CdDK62rZIu+aw9gBv4azMJuA8/KB74wmfS3lnC4yoPHm0uXZ/dvNNHmnZnB8XLAZzObeG0nS1g=="],
456
 
457
+ "lightningcss-linux-arm64-gnu": ["lightningcss-linux-arm64-gnu@1.31.1", "", { "os": "linux", "cpu": "arm64" }, "sha512-WKyLWztD71rTnou4xAD5kQT+982wvca7E6QoLpoawZ1gP9JM0GJj4Tp5jMUh9B3AitHbRZ2/H3W5xQmdEOUlLg=="],
458
 
459
+ "lightningcss-linux-arm64-musl": ["lightningcss-linux-arm64-musl@1.31.1", "", { "os": "linux", "cpu": "arm64" }, "sha512-mVZ7Pg2zIbe3XlNbZJdjs86YViQFoJSpc41CbVmKBPiGmC4YrfeOyz65ms2qpAobVd7WQsbW4PdsSJEMymyIMg=="],
460
 
461
+ "lightningcss-linux-x64-gnu": ["lightningcss-linux-x64-gnu@1.31.1", "", { "os": "linux", "cpu": "x64" }, "sha512-xGlFWRMl+0KvUhgySdIaReQdB4FNudfUTARn7q0hh/V67PVGCs3ADFjw+6++kG1RNd0zdGRlEKa+T13/tQjPMA=="],
462
 
463
+ "lightningcss-linux-x64-musl": ["lightningcss-linux-x64-musl@1.31.1", "", { "os": "linux", "cpu": "x64" }, "sha512-eowF8PrKHw9LpoZii5tdZwnBcYDxRw2rRCyvAXLi34iyeYfqCQNA9rmUM0ce62NlPhCvof1+9ivRaTY6pSKDaA=="],
464
 
465
+ "lightningcss-win32-arm64-msvc": ["lightningcss-win32-arm64-msvc@1.31.1", "", { "os": "win32", "cpu": "arm64" }, "sha512-aJReEbSEQzx1uBlQizAOBSjcmr9dCdL3XuC/6HLXAxmtErsj2ICo5yYggg1qOODQMtnjNQv2UHb9NpOuFtYe4w=="],
466
 
467
+ "lightningcss-win32-x64-msvc": ["lightningcss-win32-x64-msvc@1.31.1", "", { "os": "win32", "cpu": "x64" }, "sha512-I9aiFrbd7oYHwlnQDqr1Roz+fTz61oDDJX7n9tYF9FJymH1cIN1DtKw3iYt6b8WZgEjoNwVSncwF4wx/ZedMhw=="],
468
 
469
  "longest-streak": ["longest-streak@3.1.0", "", {}, "sha512-9Ri+o0JYgehTaVBBDoMqIl8GXtbWg711O3srftcHhZ0dqnETqLaoIK0x17fUw9rFSlK/0NlsKe0Ahhyl5pXE2g=="],
470
 
 
562
 
563
  "micromark-util-types": ["micromark-util-types@2.0.2", "", {}, "sha512-Yw0ECSpJoViF1qTU4DC6NwtC4aWGt1EkzaQB8KPPyCRR8z9TWeV0HbEFGTO+ZY1wB22zmxnJqhPyTpOVCpeHTA=="],
564
 
565
+ "motion": ["motion@12.34.3", "", { "dependencies": { "framer-motion": "^12.34.3", "tslib": "^2.4.0" }, "peerDependencies": { "@emotion/is-prop-valid": "*", "react": "^18.0.0 || ^19.0.0", "react-dom": "^18.0.0 || ^19.0.0" }, "optionalPeers": ["@emotion/is-prop-valid", "react", "react-dom"] }, "sha512-xZIkBGO7v/Uvm+EyaqYd+9IpXu0sZqLywVlGdCFrrMiaO9JI4Kx51mO9KlHSWwll+gZUVY5OJsWgYI5FywJ/tw=="],
566
 
567
+ "motion-dom": ["motion-dom@12.34.3", "", { "dependencies": { "motion-utils": "^12.29.2" } }, "sha512-sYgFe+pR9aIM7o4fhs2aXtOI+oqlUd33N9Yoxcgo1Fv7M20sRkHtCmzE/VRNIcq7uNJ+qio+Xubt1FXH3pQ+eQ=="],
568
 
569
  "motion-utils": ["motion-utils@12.29.2", "", {}, "sha512-G3kc34H2cX2gI63RqU+cZq+zWRRPSsNIOjpdl9TN4AQwC4sgwYPl/Q/Obf/d53nOm569T0fYK+tcoSV50BWx8A=="],
570
 
 
658
 
659
  "styled-jsx": ["styled-jsx@5.1.6", "", { "dependencies": { "client-only": "0.0.1" }, "peerDependencies": { "react": ">= 16.8.0 || 17.x.x || ^18.0.0-0 || ^19.0.0-0" } }, "sha512-qSVyDTeMotdvQYoHWLNGwRFJHC+i+ZvdBRYosOFgC+Wg1vx4frN2/RG/NA7SYqqvKNLf39P2LSRA2pu6n0XYZA=="],
660
 
661
+ "tailwind-merge": ["tailwind-merge@3.5.0", "", {}, "sha512-I8K9wewnVDkL1NTGoqWmVEIlUcB9gFriAEkXkfCjX5ib8ezGxtR3xD7iZIxrfArjEsH7F1CHD4RFUtxefdqV/A=="],
662
 
663
+ "tailwindcss": ["tailwindcss@4.2.0", "", {}, "sha512-yYzTZ4++b7fNYxFfpnberEEKu43w44aqDMNM9MHMmcKuCH7lL8jJ4yJ7LGHv7rSwiqM0nkiobF9I6cLlpS2P7Q=="],
664
 
665
  "tapable": ["tapable@2.3.0", "", {}, "sha512-g9ljZiwki/LfxmQADO3dEY1CbpmXT5Hm2fJ+QaGKwSXUylMybePR7/67YW7jOrrvjEgL1Fmz5kzyAjWVWLlucg=="],
666
 
 
676
 
677
  "ui": ["ui@workspace:ui"],
678
 
679
+ "undici-types": ["undici-types@7.18.2", "", {}, "sha512-AsuCzffGHJybSaRrmr5eHr81mwJU3kjw6M+uprWvCXiNeN9SOGwQ3Jn8jb8m3Z6izVgknn1R0FTCEAP2QrLY/w=="],
680
 
681
  "unicorn-magic": ["unicorn-magic@0.3.0", "", {}, "sha512-+QBBXBCvifc56fsbuxZQ6Sic3wqqc3WWaqxs58gvJrcOuN83HGTCwz3oS5phzU9LthRNE9VrJCFCLUgHeeFnfA=="],
682
 
 
728
 
729
  "@radix-ui/react-tooltip/@radix-ui/react-slot": ["@radix-ui/react-slot@1.2.3", "", { "dependencies": { "@radix-ui/react-compose-refs": "1.1.2" }, "peerDependencies": { "@types/react": "*", "react": "^16.8 || ^17.0 || ^18.0 || ^19.0 || ^19.0.0-rc" }, "optionalPeers": ["@types/react"] }, "sha512-aeNmHnBxbi2St0au6VBVC7JXFlhLlOnvIIlePNniyUNAClzmtAUEY8/pBiK3iHjufOlwA+c20/8jngo7xcrg8A=="],
730
 
731
+ "@tailwindcss/oxide-wasm32-wasi/@emnapi/core": ["@emnapi/core@1.8.1", "", { "dependencies": { "@emnapi/wasi-threads": "1.1.0", "tslib": "^2.4.0" }, "bundled": true }, "sha512-AvT9QFpxK0Zd8J0jopedNm+w/2fIzvtPKPjqyw9jwvBaReTTqPBk9Hixaz7KbjimP+QNz605/XnjFcDAL2pqBg=="],
732
 
733
+ "@tailwindcss/oxide-wasm32-wasi/@emnapi/runtime": ["@emnapi/runtime@1.8.1", "", { "dependencies": { "tslib": "^2.4.0" }, "bundled": true }, "sha512-mehfKSMWjjNol8659Z8KxEMrdSJDDot5SXMq00dM8BN4o+CLNXQ0xH2V7EchNHV4RmbZLmmPdEaXZc5H2FXmDg=="],
734
 
735
  "@tailwindcss/oxide-wasm32-wasi/@emnapi/wasi-threads": ["@emnapi/wasi-threads@1.1.0", "", { "dependencies": { "tslib": "^2.4.0" }, "bundled": true }, "sha512-WI0DdZ8xFSbgMjR1sFsKABJ/C5OnRrjT06JXbZKexJGrDuPTzZdDYfFlsgcCXCyf+suG5QU2e/y1Wo2V/OapLQ=="],
736
 
737
+ "@tailwindcss/oxide-wasm32-wasi/@napi-rs/wasm-runtime": ["@napi-rs/wasm-runtime@1.1.1", "", { "dependencies": { "@emnapi/core": "^1.7.1", "@emnapi/runtime": "^1.7.1", "@tybys/wasm-util": "^0.10.1" }, "bundled": true }, "sha512-p64ah1M1ld8xjWv3qbvFwHiFVWrq1yFvV4f7w+mzaqiR4IlSgkqhcRdHwsGgomwzBH51sRY4NEowLxnaBjcW/A=="],
738
 
739
  "@tailwindcss/oxide-wasm32-wasi/@tybys/wasm-util": ["@tybys/wasm-util@0.10.1", "", { "dependencies": { "tslib": "^2.4.0" }, "bundled": true }, "sha512-9tTaPJLSiejZKx+Bmog4uSubteqTvFrVrURwkmHixBo0G4seD0zUxp98E1DzUBJxLQ3NPwXrGKDiVjwx/DpPsg=="],
740
 
ui/package.json CHANGED
@@ -26,11 +26,11 @@
26
  "browser-fs-access": "^0.38.0",
27
  "class-variance-authority": "^0.7.1",
28
  "clsx": "^2.1.1",
29
- "i18next": "^25.8.5",
30
- "i18next-browser-languagedetector": "^8.2.0",
31
  "i18next-localstorage-backend": "^4.3.1",
32
  "lucide-react": "^0.563.0",
33
- "motion": "^12.34.0",
34
  "next": "^16.1.6",
35
  "next-themes": "^0.4.6",
36
  "react": "^19.2.4",
@@ -40,16 +40,16 @@
40
  "react-markdown": "^9.1.0",
41
  "react-rnd": "^10.5.2",
42
  "remark-gfm": "^4.0.1",
43
- "tailwind-merge": "^3.4.0",
44
  "zustand": "^5.0.11"
45
  },
46
  "devDependencies": {
47
- "@tailwindcss/postcss": "^4.1.18",
48
- "@types/node": "^25.2.3",
49
- "@types/react": "^19.2.13",
50
  "@types/react-dom": "^19.2.3",
51
  "babel-plugin-react-compiler": "^1.0.0",
52
- "tailwindcss": "^4.1.18",
53
  "tw-animate-css": "^1.4.0",
54
  "typescript": "^5.9.3"
55
  }
 
26
  "browser-fs-access": "^0.38.0",
27
  "class-variance-authority": "^0.7.1",
28
  "clsx": "^2.1.1",
29
+ "i18next": "^25.8.12",
30
+ "i18next-browser-languagedetector": "^8.2.1",
31
  "i18next-localstorage-backend": "^4.3.1",
32
  "lucide-react": "^0.563.0",
33
+ "motion": "^12.34.3",
34
  "next": "^16.1.6",
35
  "next-themes": "^0.4.6",
36
  "react": "^19.2.4",
 
40
  "react-markdown": "^9.1.0",
41
  "react-rnd": "^10.5.2",
42
  "remark-gfm": "^4.0.1",
43
+ "tailwind-merge": "^3.5.0",
44
  "zustand": "^5.0.11"
45
  },
46
  "devDependencies": {
47
+ "@tailwindcss/postcss": "^4.2.0",
48
+ "@types/node": "^25.3.0",
49
+ "@types/react": "^19.2.14",
50
  "@types/react-dom": "^19.2.3",
51
  "babel-plugin-react-compiler": "^1.0.0",
52
+ "tailwindcss": "^4.2.0",
53
  "tw-animate-css": "^1.4.0",
54
  "typescript": "^5.9.3"
55
  }