| 38 |
38 |
|
[[package]]
|
| 39 |
39 |
|
name = "alloy_tui"
|
| 40 |
40 |
|
version = "2.0.0"
|
| 41 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 42 |
|
- |
checksum = "fbb156a777c35110c1b19aac32d9eb52b0c05048812c8cd74a7f3b51b44b1552"
|
| 43 |
41 |
|
dependencies = [
|
| 44 |
42 |
|
"makeover",
|
| 45 |
43 |
|
"ratatui",
|
| 101 |
99 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 102 |
100 |
|
checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3"
|
| 103 |
101 |
|
|
|
102 |
+ |
[[package]]
|
|
103 |
+ |
name = "approx"
|
|
104 |
+ |
version = "0.5.1"
|
|
105 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
106 |
+ |
checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
|
|
107 |
+ |
dependencies = [
|
|
108 |
+ |
"num-traits",
|
|
109 |
+ |
]
|
|
110 |
+ |
|
| 104 |
111 |
|
[[package]]
|
| 105 |
112 |
|
name = "atomic"
|
| 106 |
113 |
|
version = "0.6.1"
|
| 179 |
186 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 180 |
187 |
|
checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649"
|
| 181 |
188 |
|
|
|
189 |
+ |
[[package]]
|
|
190 |
+ |
name = "by_address"
|
|
191 |
+ |
version = "1.2.1"
|
|
192 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
193 |
+ |
checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
|
|
194 |
+ |
|
| 182 |
195 |
|
[[package]]
|
| 183 |
196 |
|
name = "bytemuck"
|
| 184 |
197 |
|
version = "1.25.0"
|
| 309 |
322 |
|
"libc",
|
| 310 |
323 |
|
]
|
| 311 |
324 |
|
|
|
325 |
+ |
[[package]]
|
|
326 |
+ |
name = "critical-section"
|
|
327 |
+ |
version = "1.2.0"
|
|
328 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
329 |
+ |
checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b"
|
|
330 |
+ |
|
| 312 |
331 |
|
[[package]]
|
| 313 |
332 |
|
name = "crossterm"
|
| 314 |
333 |
|
version = "0.29.0"
|
| 420 |
439 |
|
version = "0.5.8"
|
| 421 |
440 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 422 |
441 |
|
checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c"
|
| 423 |
|
- |
dependencies = [
|
| 424 |
|
- |
"powerfmt",
|
| 425 |
|
- |
]
|
| 426 |
442 |
|
|
| 427 |
443 |
|
[[package]]
|
| 428 |
444 |
|
name = "derive_more"
|
| 528 |
544 |
|
"regex",
|
| 529 |
545 |
|
]
|
| 530 |
546 |
|
|
|
547 |
+ |
[[package]]
|
|
548 |
+ |
name = "fast-srgb8"
|
|
549 |
+ |
version = "1.0.0"
|
|
550 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
551 |
+ |
checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
|
|
552 |
+ |
|
| 531 |
553 |
|
[[package]]
|
| 532 |
554 |
|
name = "filedescriptor"
|
| 533 |
555 |
|
version = "0.8.3"
|
| 642 |
664 |
|
version = "0.17.1"
|
| 643 |
665 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 644 |
666 |
|
checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a"
|
|
667 |
+ |
dependencies = [
|
|
668 |
+ |
"allocator-api2",
|
|
669 |
+ |
"equivalent",
|
|
670 |
+ |
"foldhash",
|
|
671 |
+ |
]
|
| 645 |
672 |
|
|
| 646 |
673 |
|
[[package]]
|
| 647 |
674 |
|
name = "hashlink"
|
| 791 |
818 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 792 |
819 |
|
checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66"
|
| 793 |
820 |
|
|
|
821 |
+ |
[[package]]
|
|
822 |
+ |
name = "libm"
|
|
823 |
+ |
version = "0.2.16"
|
|
824 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
825 |
+ |
checksum = "b6d2cec3eae94f9f509c767b45932f1ada8350c4bdb85af2fcab4a3c14807981"
|
|
826 |
+ |
|
| 794 |
827 |
|
[[package]]
|
| 795 |
828 |
|
name = "libsqlite3-sys"
|
| 796 |
829 |
|
version = "0.37.0"
|
| 840 |
873 |
|
|
| 841 |
874 |
|
[[package]]
|
| 842 |
875 |
|
name = "lru"
|
| 843 |
|
- |
version = "0.16.4"
|
|
876 |
+ |
version = "0.18.1"
|
| 844 |
877 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 845 |
|
- |
checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39"
|
|
878 |
+ |
checksum = "0b6180140927ee907000b0aa540091f6ea512ead4447c92b8fc35bc72788a5a6"
|
| 846 |
879 |
|
dependencies = [
|
| 847 |
|
- |
"hashbrown 0.16.1",
|
|
880 |
+ |
"hashbrown 0.17.1",
|
| 848 |
881 |
|
]
|
| 849 |
882 |
|
|
| 850 |
883 |
|
[[package]]
|
| 859 |
892 |
|
|
| 860 |
893 |
|
[[package]]
|
| 861 |
894 |
|
name = "makeover"
|
| 862 |
|
- |
version = "2.1.0"
|
| 863 |
|
- |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 864 |
|
- |
checksum = "a26aeb770bb59143a83a7bffa1150930064b785abbe6b7e99da59697cb592032"
|
|
895 |
+ |
version = "2.1.1"
|
| 865 |
896 |
|
dependencies = [
|
| 866 |
897 |
|
"include_dir",
|
| 867 |
898 |
|
"serde",
|
| 941 |
972 |
|
|
| 942 |
973 |
|
[[package]]
|
| 943 |
974 |
|
name = "num-conv"
|
| 944 |
|
- |
version = "0.1.0"
|
|
975 |
+ |
version = "0.2.2"
|
| 945 |
976 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 946 |
|
- |
checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9"
|
|
977 |
+ |
checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441"
|
| 947 |
978 |
|
|
| 948 |
979 |
|
[[package]]
|
| 949 |
980 |
|
name = "num-derive"
|
| 995 |
1026 |
|
"num-traits",
|
| 996 |
1027 |
|
]
|
| 997 |
1028 |
|
|
|
1029 |
+ |
[[package]]
|
|
1030 |
+ |
name = "palette"
|
|
1031 |
+ |
version = "0.7.6"
|
|
1032 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1033 |
+ |
checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
|
|
1034 |
+ |
dependencies = [
|
|
1035 |
+ |
"approx",
|
|
1036 |
+ |
"fast-srgb8",
|
|
1037 |
+ |
"libm",
|
|
1038 |
+ |
"palette_derive",
|
|
1039 |
+ |
]
|
|
1040 |
+ |
|
|
1041 |
+ |
[[package]]
|
|
1042 |
+ |
name = "palette_derive"
|
|
1043 |
+ |
version = "0.7.6"
|
|
1044 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1045 |
+ |
checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
|
|
1046 |
+ |
dependencies = [
|
|
1047 |
+ |
"by_address",
|
|
1048 |
+ |
"proc-macro2",
|
|
1049 |
+ |
"quote",
|
|
1050 |
+ |
"syn 2.0.118",
|
|
1051 |
+ |
]
|
|
1052 |
+ |
|
| 998 |
1053 |
|
[[package]]
|
| 999 |
1054 |
|
name = "parking_lot"
|
| 1000 |
1055 |
|
version = "0.12.5"
|
| 1189 |
1244 |
|
|
| 1190 |
1245 |
|
[[package]]
|
| 1191 |
1246 |
|
name = "ratatui"
|
| 1192 |
|
- |
version = "0.30.0"
|
|
1247 |
+ |
version = "0.30.2"
|
| 1193 |
1248 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1194 |
|
- |
checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc"
|
|
1249 |
+ |
checksum = "3274ba0a2c5e1bcad2a2005d20f4dc59dad26b2eb0940fb094500dba4099d57d"
|
| 1195 |
1250 |
|
dependencies = [
|
| 1196 |
1251 |
|
"instability",
|
| 1197 |
1252 |
|
"ratatui-core",
|
| 1198 |
1253 |
|
"ratatui-crossterm",
|
| 1199 |
1254 |
|
"ratatui-macros",
|
|
1255 |
+ |
"ratatui-termina",
|
| 1200 |
1256 |
|
"ratatui-termwiz",
|
| 1201 |
1257 |
|
"ratatui-widgets",
|
|
1258 |
+ |
"serde",
|
| 1202 |
1259 |
|
]
|
| 1203 |
1260 |
|
|
| 1204 |
1261 |
|
[[package]]
|
| 1205 |
1262 |
|
name = "ratatui-core"
|
| 1206 |
|
- |
version = "0.1.0"
|
|
1263 |
+ |
version = "0.1.2"
|
| 1207 |
1264 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1208 |
|
- |
checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293"
|
|
1265 |
+ |
checksum = "cbb175c433c8e28a809d1f5773a2ae96e68c0ce40db865cbab1020bf33ae479c"
|
| 1209 |
1266 |
|
dependencies = [
|
| 1210 |
1267 |
|
"bitflags 2.13.0",
|
| 1211 |
1268 |
|
"compact_str",
|
| 1212 |
|
- |
"hashbrown 0.16.1",
|
| 1213 |
|
- |
"indoc",
|
|
1269 |
+ |
"critical-section",
|
|
1270 |
+ |
"hashbrown 0.17.1",
|
| 1214 |
1271 |
|
"itertools",
|
| 1215 |
1272 |
|
"kasuari",
|
| 1216 |
1273 |
|
"lru",
|
|
1274 |
+ |
"palette",
|
|
1275 |
+ |
"serde",
|
| 1217 |
1276 |
|
"strum",
|
| 1218 |
1277 |
|
"thiserror 2.0.18",
|
| 1219 |
1278 |
|
"unicode-segmentation",
|
| 1223 |
1282 |
|
|
| 1224 |
1283 |
|
[[package]]
|
| 1225 |
1284 |
|
name = "ratatui-crossterm"
|
| 1226 |
|
- |
version = "0.1.0"
|
|
1285 |
+ |
version = "0.1.2"
|
| 1227 |
1286 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1228 |
|
- |
checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3"
|
|
1287 |
+ |
checksum = "567584a3b0e6a8203c23de40b4861497266725eb5363dbfd18a1edd603cca9f0"
|
| 1229 |
1288 |
|
dependencies = [
|
| 1230 |
1289 |
|
"cfg-if",
|
| 1231 |
1290 |
|
"crossterm",
|
| 1235 |
1294 |
|
|
| 1236 |
1295 |
|
[[package]]
|
| 1237 |
1296 |
|
name = "ratatui-macros"
|
| 1238 |
|
- |
version = "0.7.0"
|
|
1297 |
+ |
version = "0.7.2"
|
| 1239 |
1298 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1240 |
|
- |
checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4"
|
|
1299 |
+ |
checksum = "ed7dc68daa7498a43e4d68e0eb078427e10c38fbcfbb1e42d955f1fa2140d814"
|
| 1241 |
1300 |
|
dependencies = [
|
| 1242 |
1301 |
|
"ratatui-core",
|
| 1243 |
1302 |
|
"ratatui-widgets",
|
| 1244 |
1303 |
|
]
|
| 1245 |
1304 |
|
|
| 1246 |
1305 |
|
[[package]]
|
| 1247 |
|
- |
name = "ratatui-termwiz"
|
|
1306 |
+ |
name = "ratatui-termina"
|
| 1248 |
1307 |
|
version = "0.1.0"
|
| 1249 |
1308 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1250 |
|
- |
checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c"
|
|
1309 |
+ |
checksum = "c0bf912d9e66f057a759d92e386a280ea886b352ab757d6ac4d653c7ed2c43c2"
|
|
1310 |
+ |
dependencies = [
|
|
1311 |
+ |
"instability",
|
|
1312 |
+ |
"ratatui-core",
|
|
1313 |
+ |
"termina",
|
|
1314 |
+ |
]
|
|
1315 |
+ |
|
|
1316 |
+ |
[[package]]
|
|
1317 |
+ |
name = "ratatui-termwiz"
|
|
1318 |
+ |
version = "0.1.2"
|
|
1319 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1320 |
+ |
checksum = "faf03e0380b7744054d6cb74224fe3adf062a029754933f575ca1e3b4c2ce977"
|
| 1251 |
1321 |
|
dependencies = [
|
| 1252 |
1322 |
|
"ratatui-core",
|
| 1253 |
1323 |
|
"termwiz",
|
| 1255 |
1325 |
|
|
| 1256 |
1326 |
|
[[package]]
|
| 1257 |
1327 |
|
name = "ratatui-widgets"
|
| 1258 |
|
- |
version = "0.3.0"
|
|
1328 |
+ |
version = "0.3.2"
|
| 1259 |
1329 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1260 |
|
- |
checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db"
|
|
1330 |
+ |
checksum = "66e3d19bcc9130ca376277d93b60767ff121ace3be06f5f95f81dd68956407d1"
|
| 1261 |
1331 |
|
dependencies = [
|
| 1262 |
1332 |
|
"bitflags 2.13.0",
|
| 1263 |
|
- |
"hashbrown 0.16.1",
|
|
1333 |
+ |
"hashbrown 0.17.1",
|
| 1264 |
1334 |
|
"indoc",
|
| 1265 |
1335 |
|
"instability",
|
| 1266 |
1336 |
|
"itertools",
|
| 1267 |
1337 |
|
"line-clipping",
|
| 1268 |
1338 |
|
"ratatui-core",
|
|
1339 |
+ |
"serde",
|
| 1269 |
1340 |
|
"strum",
|
| 1270 |
1341 |
|
"time",
|
| 1271 |
1342 |
|
"unicode-segmentation",
|
| 1549 |
1620 |
|
|
| 1550 |
1621 |
|
[[package]]
|
| 1551 |
1622 |
|
name = "strum"
|
| 1552 |
|
- |
version = "0.27.2"
|
|
1623 |
+ |
version = "0.28.0"
|
| 1553 |
1624 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1554 |
|
- |
checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
|
|
1625 |
+ |
checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
|
| 1555 |
1626 |
|
dependencies = [
|
| 1556 |
1627 |
|
"strum_macros",
|
| 1557 |
1628 |
|
]
|
| 1558 |
1629 |
|
|
| 1559 |
1630 |
|
[[package]]
|
| 1560 |
1631 |
|
name = "strum_macros"
|
| 1561 |
|
- |
version = "0.27.2"
|
|
1632 |
+ |
version = "0.28.0"
|
| 1562 |
1633 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1563 |
|
- |
checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
|
|
1634 |
+ |
checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
|
| 1564 |
1635 |
|
dependencies = [
|
| 1565 |
1636 |
|
"heck",
|
| 1566 |
1637 |
|
"proc-macro2",
|
| 1610 |
1681 |
|
"thiserror 2.0.18",
|
| 1611 |
1682 |
|
]
|
| 1612 |
1683 |
|
|
|
1684 |
+ |
[[package]]
|
|
1685 |
+ |
name = "termina"
|
|
1686 |
+ |
version = "0.3.3"
|
|
1687 |
+ |
source = "registry+https://github.com/rust-lang/crates.io-index"
|
|
1688 |
+ |
checksum = "9048a889effe34a5cddee0af7f53285198b16dca3be510858d38dfdb3e62a04e"
|
|
1689 |
+ |
dependencies = [
|
|
1690 |
+ |
"bitflags 2.13.0",
|
|
1691 |
+ |
"parking_lot",
|
|
1692 |
+ |
"rustix",
|
|
1693 |
+ |
"signal-hook",
|
|
1694 |
+ |
"windows-sys",
|
|
1695 |
+ |
]
|
|
1696 |
+ |
|
| 1613 |
1697 |
|
[[package]]
|
| 1614 |
1698 |
|
name = "terminfo"
|
| 1615 |
1699 |
|
version = "0.9.0"
|
| 1715 |
1799 |
|
|
| 1716 |
1800 |
|
[[package]]
|
| 1717 |
1801 |
|
name = "time"
|
| 1718 |
|
- |
version = "0.3.45"
|
|
1802 |
+ |
version = "0.3.54"
|
| 1719 |
1803 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1720 |
|
- |
checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd"
|
|
1804 |
+ |
checksum = "3e1d5e639ff6bab73cb6885cc7e7b1de96c3f32c68ec55f3952614bec1092244"
|
| 1721 |
1805 |
|
dependencies = [
|
| 1722 |
1806 |
|
"deranged",
|
| 1723 |
1807 |
|
"libc",
|
| 1730 |
1814 |
|
|
| 1731 |
1815 |
|
[[package]]
|
| 1732 |
1816 |
|
name = "time-core"
|
| 1733 |
|
- |
version = "0.1.7"
|
|
1817 |
+ |
version = "0.1.9"
|
| 1734 |
1818 |
|
source = "registry+https://github.com/rust-lang/crates.io-index"
|
| 1735 |
|
- |
checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca"
|
|
1819 |
+ |
checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109"
|
| 1736 |
1820 |
|
|
| 1737 |
1821 |
|
[[package]]
|
| 1738 |
1822 |
|
name = "toml"
|