My personal-knowledge-system, with deeply integrated task tracking and long term goal planning capabilities.
at main 4088 lines 101 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.25.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "allocator-api2" 31version = "0.2.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 35[[package]] 36name = "anstream" 37version = "0.6.21" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 40dependencies = [ 41 "anstyle", 42 "anstyle-parse", 43 "anstyle-query", 44 "anstyle-wincon", 45 "colorchoice", 46 "is_terminal_polyfill", 47 "utf8parse", 48] 49 50[[package]] 51name = "anstyle" 52version = "1.0.13" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 55 56[[package]] 57name = "anstyle-parse" 58version = "0.2.7" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 61dependencies = [ 62 "utf8parse", 63] 64 65[[package]] 66name = "anstyle-query" 67version = "1.1.5" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 70dependencies = [ 71 "windows-sys 0.61.2", 72] 73 74[[package]] 75name = "anstyle-wincon" 76version = "3.0.11" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 79dependencies = [ 80 "anstyle", 81 "once_cell_polyfill", 82 "windows-sys 0.61.2", 83] 84 85[[package]] 86name = "anyhow" 87version = "1.0.102" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 90 91[[package]] 92name = "arc-swap" 93version = "1.8.2" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "f9f3647c145568cec02c42054e07bdf9a5a698e15b466fb2341bfc393cd24aa5" 96dependencies = [ 97 "rustversion", 98] 99 100[[package]] 101name = "atomic" 102version = "0.6.1" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "a89cbf775b137e9b968e67227ef7f775587cde3fd31b0d8599dbd0f598a48340" 105dependencies = [ 106 "bytemuck", 107] 108 109[[package]] 110name = "autocfg" 111version = "1.5.0" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 114 115[[package]] 116name = "backtrace" 117version = "0.3.76" 118source = "registry+https://github.com/rust-lang/crates.io-index" 119checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 120dependencies = [ 121 "addr2line", 122 "cfg-if", 123 "libc", 124 "miniz_oxide", 125 "object", 126 "rustc-demangle", 127 "windows-link 0.2.1", 128] 129 130[[package]] 131name = "base64" 132version = "0.22.1" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 135 136[[package]] 137name = "better-panic" 138version = "0.3.0" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "6fa9e1d11a268684cbd90ed36370d7577afb6c62d912ddff5c15fc34343e5036" 141dependencies = [ 142 "backtrace", 143 "console", 144] 145 146[[package]] 147name = "bit-set" 148version = "0.5.3" 149source = "registry+https://github.com/rust-lang/crates.io-index" 150checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 151dependencies = [ 152 "bit-vec", 153] 154 155[[package]] 156name = "bit-vec" 157version = "0.6.3" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 160 161[[package]] 162name = "bitflags" 163version = "1.3.2" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 166 167[[package]] 168name = "bitflags" 169version = "2.11.0" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 172 173[[package]] 174name = "block-buffer" 175version = "0.10.4" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 178dependencies = [ 179 "generic-array", 180] 181 182[[package]] 183name = "bstr" 184version = "1.12.1" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 187dependencies = [ 188 "memchr", 189 "regex-automata", 190 "serde", 191] 192 193[[package]] 194name = "bumpalo" 195version = "3.20.2" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 198 199[[package]] 200name = "bytemuck" 201version = "1.25.0" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "c8efb64bd706a16a1bdde310ae86b351e4d21550d98d056f22f8a7f7a2183fec" 204 205[[package]] 206name = "byteorder" 207version = "1.5.0" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 210 211[[package]] 212name = "bytes" 213version = "1.11.1" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 216 217[[package]] 218name = "camino" 219version = "1.2.2" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "e629a66d692cb9ff1a1c664e41771b3dcaf961985a9774c0eb0bd1b51cf60a48" 222dependencies = [ 223 "serde_core", 224] 225 226[[package]] 227name = "cargo-platform" 228version = "0.3.2" 229source = "registry+https://github.com/rust-lang/crates.io-index" 230checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082" 231dependencies = [ 232 "serde", 233 "serde_core", 234] 235 236[[package]] 237name = "cargo_metadata" 238version = "0.23.1" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9" 241dependencies = [ 242 "camino", 243 "cargo-platform", 244 "semver", 245 "serde", 246 "serde_json", 247 "thiserror 2.0.18", 248] 249 250[[package]] 251name = "castaway" 252version = "0.2.4" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 255dependencies = [ 256 "rustversion", 257] 258 259[[package]] 260name = "cfg-if" 261version = "1.0.4" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 264 265[[package]] 266name = "cfg_aliases" 267version = "0.2.1" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 270 271[[package]] 272name = "clap" 273version = "4.5.60" 274source = "registry+https://github.com/rust-lang/crates.io-index" 275checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" 276dependencies = [ 277 "clap_builder", 278 "clap_derive", 279] 280 281[[package]] 282name = "clap_builder" 283version = "4.5.60" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" 286dependencies = [ 287 "anstream", 288 "anstyle", 289 "clap_lex", 290 "strsim", 291 "terminal_size", 292 "unicase", 293 "unicode-width 0.2.2", 294] 295 296[[package]] 297name = "clap_derive" 298version = "4.5.55" 299source = "registry+https://github.com/rust-lang/crates.io-index" 300checksum = "a92793da1a46a5f2a02a6f4c46c6496b28c43638adea8306fcb0caa1634f24e5" 301dependencies = [ 302 "heck", 303 "proc-macro2", 304 "quote", 305 "syn 2.0.117", 306] 307 308[[package]] 309name = "clap_lex" 310version = "1.0.0" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 313 314[[package]] 315name = "clru" 316version = "0.6.3" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "197fd99cb113a8d5d9b6376f3aa817f32c1078f2343b714fff7d2ca44fdf67d5" 319dependencies = [ 320 "hashbrown 0.16.1", 321] 322 323[[package]] 324name = "color-eyre" 325version = "0.6.5" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "e5920befb47832a6d61ee3a3a846565cfa39b331331e68a3b1d1116630f2f26d" 328dependencies = [ 329 "backtrace", 330 "color-spantrace", 331 "eyre", 332 "indenter", 333 "once_cell", 334 "owo-colors", 335 "tracing-error", 336] 337 338[[package]] 339name = "color-spantrace" 340version = "0.3.0" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "b8b88ea9df13354b55bc7234ebcce36e6ef896aca2e42a15de9e10edce01b427" 343dependencies = [ 344 "once_cell", 345 "owo-colors", 346 "tracing-core", 347 "tracing-error", 348] 349 350[[package]] 351name = "colorchoice" 352version = "1.0.4" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 355 356[[package]] 357name = "compact_str" 358version = "0.9.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "3fdb1325a1cece981e8a296ab8f0f9b63ae357bd0784a9faaf548cc7b480707a" 361dependencies = [ 362 "castaway", 363 "cfg-if", 364 "itoa", 365 "rustversion", 366 "ryu", 367 "static_assertions", 368] 369 370[[package]] 371name = "console" 372version = "0.15.11" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 375dependencies = [ 376 "encode_unicode", 377 "libc", 378 "once_cell", 379 "windows-sys 0.59.0", 380] 381 382[[package]] 383name = "convert_case" 384version = "0.10.0" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 387dependencies = [ 388 "unicode-segmentation", 389] 390 391[[package]] 392name = "cpufeatures" 393version = "0.2.17" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 396dependencies = [ 397 "libc", 398] 399 400[[package]] 401name = "crc32fast" 402version = "1.5.0" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 405dependencies = [ 406 "cfg-if", 407] 408 409[[package]] 410name = "crossbeam-utils" 411version = "0.8.21" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 414 415[[package]] 416name = "crossterm" 417version = "0.29.0" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 420dependencies = [ 421 "bitflags 2.11.0", 422 "crossterm_winapi", 423 "derive_more", 424 "document-features", 425 "futures-core", 426 "mio", 427 "parking_lot", 428 "rustix", 429 "signal-hook 0.3.18", 430 "signal-hook-mio", 431 "winapi", 432] 433 434[[package]] 435name = "crossterm_winapi" 436version = "0.9.1" 437source = "registry+https://github.com/rust-lang/crates.io-index" 438checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 439dependencies = [ 440 "winapi", 441] 442 443[[package]] 444name = "crypto-common" 445version = "0.1.7" 446source = "registry+https://github.com/rust-lang/crates.io-index" 447checksum = "78c8292055d1c1df0cce5d180393dc8cce0abec0a7102adb6c7b1eef6016d60a" 448dependencies = [ 449 "generic-array", 450 "typenum", 451] 452 453[[package]] 454name = "csscolorparser" 455version = "0.6.2" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "eb2a7d3066da2de787b7f032c736763eb7ae5d355f81a68bab2675a96008b0bf" 458dependencies = [ 459 "lab", 460 "phf", 461] 462 463[[package]] 464name = "darling" 465version = "0.20.11" 466source = "registry+https://github.com/rust-lang/crates.io-index" 467checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 468dependencies = [ 469 "darling_core 0.20.11", 470 "darling_macro 0.20.11", 471] 472 473[[package]] 474name = "darling" 475version = "0.23.0" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 478dependencies = [ 479 "darling_core 0.23.0", 480 "darling_macro 0.23.0", 481] 482 483[[package]] 484name = "darling_core" 485version = "0.20.11" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 488dependencies = [ 489 "fnv", 490 "ident_case", 491 "proc-macro2", 492 "quote", 493 "strsim", 494 "syn 2.0.117", 495] 496 497[[package]] 498name = "darling_core" 499version = "0.23.0" 500source = "registry+https://github.com/rust-lang/crates.io-index" 501checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 502dependencies = [ 503 "ident_case", 504 "proc-macro2", 505 "quote", 506 "strsim", 507 "syn 2.0.117", 508] 509 510[[package]] 511name = "darling_macro" 512version = "0.20.11" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 515dependencies = [ 516 "darling_core 0.20.11", 517 "quote", 518 "syn 2.0.117", 519] 520 521[[package]] 522name = "darling_macro" 523version = "0.23.0" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 526dependencies = [ 527 "darling_core 0.23.0", 528 "quote", 529 "syn 2.0.117", 530] 531 532[[package]] 533name = "dashmap" 534version = "6.1.0" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 537dependencies = [ 538 "cfg-if", 539 "crossbeam-utils", 540 "hashbrown 0.14.5", 541 "lock_api", 542 "once_cell", 543 "parking_lot_core", 544] 545 546[[package]] 547name = "deltae" 548version = "0.3.2" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "5729f5117e208430e437df2f4843f5e5952997175992d1414f94c57d61e270b4" 551 552[[package]] 553name = "deranged" 554version = "0.5.8" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 557dependencies = [ 558 "powerfmt", 559] 560 561[[package]] 562name = "derive_builder" 563version = "0.20.2" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "507dfb09ea8b7fa618fcf76e953f4f5e192547945816d5358edffe39f6f94947" 566dependencies = [ 567 "derive_builder_macro", 568] 569 570[[package]] 571name = "derive_builder_core" 572version = "0.20.2" 573source = "registry+https://github.com/rust-lang/crates.io-index" 574checksum = "2d5bcf7b024d6835cfb3d473887cd966994907effbe9227e8c8219824d06c4e8" 575dependencies = [ 576 "darling 0.20.11", 577 "proc-macro2", 578 "quote", 579 "syn 2.0.117", 580] 581 582[[package]] 583name = "derive_builder_macro" 584version = "0.20.2" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "ab63b0e2bf4d5928aff72e83a7dace85d7bba5fe12dcc3c5a572d78caffd3f3c" 587dependencies = [ 588 "derive_builder_core", 589 "syn 2.0.117", 590] 591 592[[package]] 593name = "derive_more" 594version = "2.1.1" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 597dependencies = [ 598 "derive_more-impl", 599] 600 601[[package]] 602name = "derive_more-impl" 603version = "2.1.1" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 606dependencies = [ 607 "convert_case", 608 "proc-macro2", 609 "quote", 610 "rustc_version", 611 "syn 2.0.117", 612] 613 614[[package]] 615name = "digest" 616version = "0.10.7" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 619dependencies = [ 620 "block-buffer", 621 "crypto-common", 622] 623 624[[package]] 625name = "directories" 626version = "6.0.0" 627source = "registry+https://github.com/rust-lang/crates.io-index" 628checksum = "16f5094c54661b38d03bd7e50df373292118db60b585c08a411c6d840017fe7d" 629dependencies = [ 630 "dirs-sys", 631] 632 633[[package]] 634name = "dirs-sys" 635version = "0.5.0" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 638dependencies = [ 639 "libc", 640 "option-ext", 641 "redox_users", 642 "windows-sys 0.61.2", 643] 644 645[[package]] 646name = "document-features" 647version = "0.2.12" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 650dependencies = [ 651 "litrs", 652] 653 654[[package]] 655name = "dunce" 656version = "1.0.5" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 659 660[[package]] 661name = "either" 662version = "1.15.0" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 665 666[[package]] 667name = "encode_unicode" 668version = "1.0.0" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 671 672[[package]] 673name = "encoding_rs" 674version = "0.8.35" 675source = "registry+https://github.com/rust-lang/crates.io-index" 676checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 677dependencies = [ 678 "cfg-if", 679] 680 681[[package]] 682name = "equivalent" 683version = "1.0.2" 684source = "registry+https://github.com/rust-lang/crates.io-index" 685checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 686 687[[package]] 688name = "errno" 689version = "0.3.14" 690source = "registry+https://github.com/rust-lang/crates.io-index" 691checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 692dependencies = [ 693 "libc", 694 "windows-sys 0.61.2", 695] 696 697[[package]] 698name = "euclid" 699version = "0.22.13" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "df61bf483e837f88d5c2291dcf55c67be7e676b3a51acc48db3a7b163b91ed63" 702dependencies = [ 703 "num-traits", 704] 705 706[[package]] 707name = "eyre" 708version = "0.6.12" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "7cd915d99f24784cdc19fd37ef22b97e3ff0ae756c7e492e9fbfe897d61e2aec" 711dependencies = [ 712 "indenter", 713 "once_cell", 714] 715 716[[package]] 717name = "fancy-regex" 718version = "0.11.0" 719source = "registry+https://github.com/rust-lang/crates.io-index" 720checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 721dependencies = [ 722 "bit-set", 723 "regex", 724] 725 726[[package]] 727name = "faster-hex" 728version = "0.10.0" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "7223ae2d2f179b803433d9c830478527e92b8117eab39460edae7f1614d9fb73" 731dependencies = [ 732 "heapless", 733 "serde", 734] 735 736[[package]] 737name = "fastrand" 738version = "2.3.0" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 741 742[[package]] 743name = "filaments" 744version = "0.1.0" 745dependencies = [ 746 "anyhow", 747 "better-panic", 748 "clap", 749 "color-eyre", 750 "crossterm", 751 "directories", 752 "futures", 753 "human-panic", 754 "kdl", 755 "ratatui", 756 "serde", 757 "signal-hook 0.4.3", 758 "strum 0.28.0", 759 "tokio", 760 "tokio-util", 761 "tracing", 762 "tracing-error", 763 "tracing-subscriber", 764 "vergen-gix", 765] 766 767[[package]] 768name = "filedescriptor" 769version = "0.8.3" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d" 772dependencies = [ 773 "libc", 774 "thiserror 1.0.69", 775 "winapi", 776] 777 778[[package]] 779name = "filetime" 780version = "0.2.27" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "f98844151eee8917efc50bd9e8318cb963ae8b297431495d3f758616ea5c57db" 783dependencies = [ 784 "cfg-if", 785 "libc", 786 "libredox", 787] 788 789[[package]] 790name = "finl_unicode" 791version = "1.4.0" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "9844ddc3a6e533d62bba727eb6c28b5d360921d5175e9ff0f1e621a5c590a4d5" 794 795[[package]] 796name = "fixedbitset" 797version = "0.4.2" 798source = "registry+https://github.com/rust-lang/crates.io-index" 799checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80" 800 801[[package]] 802name = "fnv" 803version = "1.0.7" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 806 807[[package]] 808name = "foldhash" 809version = "0.1.5" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 812 813[[package]] 814name = "foldhash" 815version = "0.2.0" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 818 819[[package]] 820name = "futures" 821version = "0.3.32" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 824dependencies = [ 825 "futures-channel", 826 "futures-core", 827 "futures-executor", 828 "futures-io", 829 "futures-sink", 830 "futures-task", 831 "futures-util", 832] 833 834[[package]] 835name = "futures-channel" 836version = "0.3.32" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 839dependencies = [ 840 "futures-core", 841 "futures-sink", 842] 843 844[[package]] 845name = "futures-core" 846version = "0.3.32" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 849 850[[package]] 851name = "futures-executor" 852version = "0.3.32" 853source = "registry+https://github.com/rust-lang/crates.io-index" 854checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 855dependencies = [ 856 "futures-core", 857 "futures-task", 858 "futures-util", 859] 860 861[[package]] 862name = "futures-io" 863version = "0.3.32" 864source = "registry+https://github.com/rust-lang/crates.io-index" 865checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 866 867[[package]] 868name = "futures-macro" 869version = "0.3.32" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 872dependencies = [ 873 "proc-macro2", 874 "quote", 875 "syn 2.0.117", 876] 877 878[[package]] 879name = "futures-sink" 880version = "0.3.32" 881source = "registry+https://github.com/rust-lang/crates.io-index" 882checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 883 884[[package]] 885name = "futures-task" 886version = "0.3.32" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 889 890[[package]] 891name = "futures-util" 892version = "0.3.32" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 895dependencies = [ 896 "futures-channel", 897 "futures-core", 898 "futures-io", 899 "futures-macro", 900 "futures-sink", 901 "futures-task", 902 "memchr", 903 "pin-project-lite", 904 "slab", 905] 906 907[[package]] 908name = "generic-array" 909version = "0.14.7" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 912dependencies = [ 913 "typenum", 914 "version_check", 915] 916 917[[package]] 918name = "getrandom" 919version = "0.2.17" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 922dependencies = [ 923 "cfg-if", 924 "libc", 925 "wasi", 926] 927 928[[package]] 929name = "getrandom" 930version = "0.3.4" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 933dependencies = [ 934 "cfg-if", 935 "libc", 936 "r-efi 5.3.0", 937 "wasip2", 938] 939 940[[package]] 941name = "getrandom" 942version = "0.4.2" 943source = "registry+https://github.com/rust-lang/crates.io-index" 944checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 945dependencies = [ 946 "cfg-if", 947 "libc", 948 "r-efi 6.0.0", 949 "wasip2", 950 "wasip3", 951] 952 953[[package]] 954name = "gimli" 955version = "0.32.3" 956source = "registry+https://github.com/rust-lang/crates.io-index" 957checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 958 959[[package]] 960name = "gix" 961version = "0.77.0" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "3d8284d86a2f5c0987fbf7219a128815cc04af5a18f5fd7eec6a76d83c2b78cc" 964dependencies = [ 965 "gix-actor", 966 "gix-attributes", 967 "gix-command", 968 "gix-commitgraph", 969 "gix-config", 970 "gix-date", 971 "gix-diff", 972 "gix-dir", 973 "gix-discover", 974 "gix-features", 975 "gix-filter", 976 "gix-fs", 977 "gix-glob", 978 "gix-hash", 979 "gix-hashtable", 980 "gix-ignore", 981 "gix-index", 982 "gix-lock", 983 "gix-object", 984 "gix-odb", 985 "gix-pack", 986 "gix-path", 987 "gix-pathspec", 988 "gix-protocol", 989 "gix-ref", 990 "gix-refspec", 991 "gix-revision", 992 "gix-revwalk", 993 "gix-sec", 994 "gix-shallow", 995 "gix-status", 996 "gix-submodule", 997 "gix-tempfile", 998 "gix-trace", 999 "gix-traverse", 1000 "gix-url", 1001 "gix-utils", 1002 "gix-validate", 1003 "gix-worktree", 1004 "parking_lot", 1005 "signal-hook 0.3.18", 1006 "smallvec", 1007 "thiserror 2.0.18", 1008] 1009 1010[[package]] 1011name = "gix-actor" 1012version = "0.37.1" 1013source = "registry+https://github.com/rust-lang/crates.io-index" 1014checksum = "c345528d405eab51d20f505f5fe1a4680973953694e0292c6bbe97827daa55c4" 1015dependencies = [ 1016 "bstr", 1017 "gix-date", 1018 "gix-utils", 1019 "itoa", 1020 "thiserror 2.0.18", 1021 "winnow 0.7.15", 1022] 1023 1024[[package]] 1025name = "gix-attributes" 1026version = "0.29.0" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "f47dabf8a50f1558c3a55d978440c7c4f22f87ac897bef03b4edbc96f6115966" 1029dependencies = [ 1030 "bstr", 1031 "gix-glob", 1032 "gix-path", 1033 "gix-quote", 1034 "gix-trace", 1035 "kstring", 1036 "smallvec", 1037 "thiserror 2.0.18", 1038 "unicode-bom", 1039] 1040 1041[[package]] 1042name = "gix-bitmap" 1043version = "0.2.16" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "d982fc7ef0608e669851d0d2a6141dae74c60d5a27e8daa451f2a4857bbf41e2" 1046dependencies = [ 1047 "thiserror 2.0.18", 1048] 1049 1050[[package]] 1051name = "gix-chunk" 1052version = "0.4.12" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "5c356b3825677cb6ff579551bb8311a81821e184453cbd105e2fc5311b288eeb" 1055dependencies = [ 1056 "thiserror 2.0.18", 1057] 1058 1059[[package]] 1060name = "gix-command" 1061version = "0.6.5" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "46f9c425730a654835351e6da8c3c69ba1804f8b8d4e96d027254151138d5c64" 1064dependencies = [ 1065 "bstr", 1066 "gix-path", 1067 "gix-quote", 1068 "gix-trace", 1069 "shell-words", 1070] 1071 1072[[package]] 1073name = "gix-commitgraph" 1074version = "0.31.0" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "efdcba8048045baf15225daf949d597c3e6183d130245e22a7fbd27084abe63a" 1077dependencies = [ 1078 "bstr", 1079 "gix-chunk", 1080 "gix-hash", 1081 "memmap2", 1082 "thiserror 2.0.18", 1083] 1084 1085[[package]] 1086name = "gix-config" 1087version = "0.50.0" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "b58e2ff8eef96b71f2c5e260f02ca0475caff374027c5cc5a29bda69fac67404" 1090dependencies = [ 1091 "bstr", 1092 "gix-config-value", 1093 "gix-features", 1094 "gix-glob", 1095 "gix-path", 1096 "gix-ref", 1097 "gix-sec", 1098 "memchr", 1099 "smallvec", 1100 "thiserror 2.0.18", 1101 "unicode-bom", 1102 "winnow 0.7.15", 1103] 1104 1105[[package]] 1106name = "gix-config-value" 1107version = "0.16.0" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "2409cffa4fe8b303847d5b6ba8df9da9ba65d302fc5ee474ea0cac5afde79840" 1110dependencies = [ 1111 "bitflags 2.11.0", 1112 "bstr", 1113 "gix-path", 1114 "libc", 1115 "thiserror 2.0.18", 1116] 1117 1118[[package]] 1119name = "gix-date" 1120version = "0.12.1" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "fe4a31bab8159e233094fa70d2e5fd3ec6f19e593f67e6ae01281daa48f8d8e7" 1123dependencies = [ 1124 "bstr", 1125 "itoa", 1126 "jiff", 1127 "smallvec", 1128 "thiserror 2.0.18", 1129] 1130 1131[[package]] 1132name = "gix-diff" 1133version = "0.57.1" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "3506936e63ce14cd54b5f28ed06c8e43b92ef9f41c2238cc0bc271a9259b4e90" 1136dependencies = [ 1137 "bstr", 1138 "gix-attributes", 1139 "gix-command", 1140 "gix-filter", 1141 "gix-fs", 1142 "gix-hash", 1143 "gix-index", 1144 "gix-object", 1145 "gix-path", 1146 "gix-pathspec", 1147 "gix-tempfile", 1148 "gix-trace", 1149 "gix-traverse", 1150 "gix-worktree", 1151 "imara-diff", 1152 "thiserror 2.0.18", 1153] 1154 1155[[package]] 1156name = "gix-dir" 1157version = "0.19.0" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "709d9fad32d2eb8b0129850874246569e801b6d5877e0c41356c23e9e2501e06" 1160dependencies = [ 1161 "bstr", 1162 "gix-discover", 1163 "gix-fs", 1164 "gix-ignore", 1165 "gix-index", 1166 "gix-object", 1167 "gix-path", 1168 "gix-pathspec", 1169 "gix-trace", 1170 "gix-utils", 1171 "gix-worktree", 1172 "thiserror 2.0.18", 1173] 1174 1175[[package]] 1176name = "gix-discover" 1177version = "0.45.0" 1178source = "registry+https://github.com/rust-lang/crates.io-index" 1179checksum = "42ce096dc132533802a09d6fd5d4008858f2038341dfe2e69e0d0239edb359de" 1180dependencies = [ 1181 "bstr", 1182 "dunce", 1183 "gix-fs", 1184 "gix-hash", 1185 "gix-path", 1186 "gix-ref", 1187 "gix-sec", 1188 "thiserror 2.0.18", 1189] 1190 1191[[package]] 1192name = "gix-features" 1193version = "0.45.2" 1194source = "registry+https://github.com/rust-lang/crates.io-index" 1195checksum = "d56aad357ae016449434705033df644ac6253dfcf1281aad3af3af9e907560d1" 1196dependencies = [ 1197 "crc32fast", 1198 "gix-path", 1199 "gix-trace", 1200 "gix-utils", 1201 "libc", 1202 "once_cell", 1203 "prodash", 1204 "thiserror 2.0.18", 1205 "walkdir", 1206 "zlib-rs", 1207] 1208 1209[[package]] 1210name = "gix-filter" 1211version = "0.24.1" 1212source = "registry+https://github.com/rust-lang/crates.io-index" 1213checksum = "10c02464962482570c1f94ad451a608c4391514f803e8074662d02c5629a25dc" 1214dependencies = [ 1215 "bstr", 1216 "encoding_rs", 1217 "gix-attributes", 1218 "gix-command", 1219 "gix-hash", 1220 "gix-object", 1221 "gix-packetline", 1222 "gix-path", 1223 "gix-quote", 1224 "gix-trace", 1225 "gix-utils", 1226 "smallvec", 1227 "thiserror 2.0.18", 1228] 1229 1230[[package]] 1231name = "gix-fs" 1232version = "0.18.2" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "785b9c499e46bc78d7b81c148c21b3fca18655379ee729a856ed19ce50d359ec" 1235dependencies = [ 1236 "bstr", 1237 "fastrand", 1238 "gix-features", 1239 "gix-path", 1240 "gix-utils", 1241 "thiserror 2.0.18", 1242] 1243 1244[[package]] 1245name = "gix-glob" 1246version = "0.23.0" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "e8546300aee4c65c5862c22a3e321124a69b654a61a8b60de546a9284812b7e2" 1249dependencies = [ 1250 "bitflags 2.11.0", 1251 "bstr", 1252 "gix-features", 1253 "gix-path", 1254] 1255 1256[[package]] 1257name = "gix-hash" 1258version = "0.21.2" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "e153930f42ccdab8a3306b1027cd524879f6a8996cd0c474d18b0e56cae7714d" 1261dependencies = [ 1262 "faster-hex", 1263 "gix-features", 1264 "sha1-checked", 1265 "thiserror 2.0.18", 1266] 1267 1268[[package]] 1269name = "gix-hashtable" 1270version = "0.11.0" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "222f7428636020bef272a87ed833ea48bf5fb3193f99852ae16fbb5a602bd2f0" 1273dependencies = [ 1274 "gix-hash", 1275 "hashbrown 0.16.1", 1276 "parking_lot", 1277] 1278 1279[[package]] 1280name = "gix-ignore" 1281version = "0.18.0" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "dfa727fdf54fd9fb53fa3fbb1a5c17172d3073e8e336bf155f3cac3e25b81b21" 1284dependencies = [ 1285 "bstr", 1286 "gix-glob", 1287 "gix-path", 1288 "gix-trace", 1289 "unicode-bom", 1290] 1291 1292[[package]] 1293name = "gix-index" 1294version = "0.45.1" 1295source = "registry+https://github.com/rust-lang/crates.io-index" 1296checksum = "9ea6d3e9e11647ba49f441dea0782494cc6d2875ff43fa4ad9094e6957f42051" 1297dependencies = [ 1298 "bitflags 2.11.0", 1299 "bstr", 1300 "filetime", 1301 "fnv", 1302 "gix-bitmap", 1303 "gix-features", 1304 "gix-fs", 1305 "gix-hash", 1306 "gix-lock", 1307 "gix-object", 1308 "gix-traverse", 1309 "gix-utils", 1310 "gix-validate", 1311 "hashbrown 0.16.1", 1312 "itoa", 1313 "libc", 1314 "memmap2", 1315 "rustix", 1316 "smallvec", 1317 "thiserror 2.0.18", 1318] 1319 1320[[package]] 1321name = "gix-lock" 1322version = "20.0.1" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "115268ae5e3b3b7bc7fc77260eecee05acca458e45318ca45d35467fa81a3ac5" 1325dependencies = [ 1326 "gix-tempfile", 1327 "gix-utils", 1328 "thiserror 2.0.18", 1329] 1330 1331[[package]] 1332name = "gix-object" 1333version = "0.54.1" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "363d6a879c52e4890180e0ffa7d8c9a364fd0b7e807caa368e860b80e8d0bc81" 1336dependencies = [ 1337 "bstr", 1338 "gix-actor", 1339 "gix-date", 1340 "gix-features", 1341 "gix-hash", 1342 "gix-hashtable", 1343 "gix-path", 1344 "gix-utils", 1345 "gix-validate", 1346 "itoa", 1347 "smallvec", 1348 "thiserror 2.0.18", 1349 "winnow 0.7.15", 1350] 1351 1352[[package]] 1353name = "gix-odb" 1354version = "0.74.0" 1355source = "registry+https://github.com/rust-lang/crates.io-index" 1356checksum = "165a907df369a12ed4330faf8baf7ae597aadb08cfacb4ed8649f93d90bcc0c5" 1357dependencies = [ 1358 "arc-swap", 1359 "gix-date", 1360 "gix-features", 1361 "gix-fs", 1362 "gix-hash", 1363 "gix-hashtable", 1364 "gix-object", 1365 "gix-pack", 1366 "gix-path", 1367 "gix-quote", 1368 "parking_lot", 1369 "tempfile", 1370 "thiserror 2.0.18", 1371] 1372 1373[[package]] 1374name = "gix-pack" 1375version = "0.64.1" 1376source = "registry+https://github.com/rust-lang/crates.io-index" 1377checksum = "b04a73d5ab07ea0faae55e2c0ae6f24e36e365ac8ce140394dee3a2c89cd4366" 1378dependencies = [ 1379 "clru", 1380 "gix-chunk", 1381 "gix-features", 1382 "gix-hash", 1383 "gix-hashtable", 1384 "gix-object", 1385 "gix-path", 1386 "memmap2", 1387 "smallvec", 1388 "thiserror 2.0.18", 1389] 1390 1391[[package]] 1392name = "gix-packetline" 1393version = "0.20.0" 1394source = "registry+https://github.com/rust-lang/crates.io-index" 1395checksum = "fad0ffb982a289888087a165d3e849cbac724f2aa5431236b050dd2cb9c7de31" 1396dependencies = [ 1397 "bstr", 1398 "faster-hex", 1399 "gix-trace", 1400 "thiserror 2.0.18", 1401] 1402 1403[[package]] 1404name = "gix-path" 1405version = "0.10.22" 1406source = "registry+https://github.com/rust-lang/crates.io-index" 1407checksum = "7cb06c3e4f8eed6e24fd915fa93145e28a511f4ea0e768bae16673e05ed3f366" 1408dependencies = [ 1409 "bstr", 1410 "gix-trace", 1411 "gix-validate", 1412 "thiserror 2.0.18", 1413] 1414 1415[[package]] 1416name = "gix-pathspec" 1417version = "0.14.0" 1418source = "registry+https://github.com/rust-lang/crates.io-index" 1419checksum = "ed9e0c881933c37a7ef45288d6c5779c4a7b3ad240b4c37657e1d9829eb90085" 1420dependencies = [ 1421 "bitflags 2.11.0", 1422 "bstr", 1423 "gix-attributes", 1424 "gix-config-value", 1425 "gix-glob", 1426 "gix-path", 1427 "thiserror 2.0.18", 1428] 1429 1430[[package]] 1431name = "gix-protocol" 1432version = "0.55.0" 1433source = "registry+https://github.com/rust-lang/crates.io-index" 1434checksum = "02c5dfd068789442c5709e702ef42d851765f2c09a11bf0a13749d24363f4d07" 1435dependencies = [ 1436 "bstr", 1437 "gix-date", 1438 "gix-features", 1439 "gix-hash", 1440 "gix-ref", 1441 "gix-shallow", 1442 "gix-transport", 1443 "gix-utils", 1444 "maybe-async", 1445 "thiserror 2.0.18", 1446 "winnow 0.7.15", 1447] 1448 1449[[package]] 1450name = "gix-quote" 1451version = "0.6.2" 1452source = "registry+https://github.com/rust-lang/crates.io-index" 1453checksum = "96fc2ff2ec8cc0c92807f02eab1f00eb02619fc2810d13dc42679492fcc36757" 1454dependencies = [ 1455 "bstr", 1456 "gix-utils", 1457 "thiserror 2.0.18", 1458] 1459 1460[[package]] 1461name = "gix-ref" 1462version = "0.57.0" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "ccb33aa97006e37e9e83fde233569a66b02ed16fd4b0406cdf35834b06cf8a63" 1465dependencies = [ 1466 "gix-actor", 1467 "gix-features", 1468 "gix-fs", 1469 "gix-hash", 1470 "gix-lock", 1471 "gix-object", 1472 "gix-path", 1473 "gix-tempfile", 1474 "gix-utils", 1475 "gix-validate", 1476 "memmap2", 1477 "thiserror 2.0.18", 1478 "winnow 0.7.15", 1479] 1480 1481[[package]] 1482name = "gix-refspec" 1483version = "0.35.0" 1484source = "registry+https://github.com/rust-lang/crates.io-index" 1485checksum = "dcbba6ae5389f4021f73a2d62a4195aace7db1e8bb684b25521d3d685f57da02" 1486dependencies = [ 1487 "bstr", 1488 "gix-glob", 1489 "gix-hash", 1490 "gix-revision", 1491 "gix-validate", 1492 "smallvec", 1493 "thiserror 2.0.18", 1494] 1495 1496[[package]] 1497name = "gix-revision" 1498version = "0.39.0" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "91898c83b18c635696f7355d171cfa74a52f38022ff89581f567768935ebc4c8" 1501dependencies = [ 1502 "bitflags 2.11.0", 1503 "bstr", 1504 "gix-commitgraph", 1505 "gix-date", 1506 "gix-hash", 1507 "gix-hashtable", 1508 "gix-object", 1509 "gix-revwalk", 1510 "gix-trace", 1511 "thiserror 2.0.18", 1512] 1513 1514[[package]] 1515name = "gix-revwalk" 1516version = "0.25.0" 1517source = "registry+https://github.com/rust-lang/crates.io-index" 1518checksum = "0d063699278485016863d0d2bb0db7609fd2e8ba9a89379717bf06fd96949eb2" 1519dependencies = [ 1520 "gix-commitgraph", 1521 "gix-date", 1522 "gix-hash", 1523 "gix-hashtable", 1524 "gix-object", 1525 "smallvec", 1526 "thiserror 2.0.18", 1527] 1528 1529[[package]] 1530name = "gix-sec" 1531version = "0.12.2" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "ea9962ed6d9114f7f100efe038752f41283c225bb507a2888903ac593dffa6be" 1534dependencies = [ 1535 "bitflags 2.11.0", 1536 "gix-path", 1537 "libc", 1538 "windows-sys 0.61.2", 1539] 1540 1541[[package]] 1542name = "gix-shallow" 1543version = "0.7.0" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "9c1c467fb9f7ec1d33613c2ea5482de514bcb84b8222a793cdc4c71955832356" 1546dependencies = [ 1547 "bstr", 1548 "gix-hash", 1549 "gix-lock", 1550 "thiserror 2.0.18", 1551] 1552 1553[[package]] 1554name = "gix-status" 1555version = "0.24.0" 1556source = "registry+https://github.com/rust-lang/crates.io-index" 1557checksum = "ed0d94c685a831c679ca5454c22f350e8c233f50dcf377ca00d858bcba9696d2" 1558dependencies = [ 1559 "bstr", 1560 "filetime", 1561 "gix-diff", 1562 "gix-dir", 1563 "gix-features", 1564 "gix-filter", 1565 "gix-fs", 1566 "gix-hash", 1567 "gix-index", 1568 "gix-object", 1569 "gix-path", 1570 "gix-pathspec", 1571 "gix-worktree", 1572 "portable-atomic", 1573 "thiserror 2.0.18", 1574] 1575 1576[[package]] 1577name = "gix-submodule" 1578version = "0.24.0" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "efee2a61198413d80de10028aa507344537827d776ade781760130721bec2419" 1581dependencies = [ 1582 "bstr", 1583 "gix-config", 1584 "gix-path", 1585 "gix-pathspec", 1586 "gix-refspec", 1587 "gix-url", 1588 "thiserror 2.0.18", 1589] 1590 1591[[package]] 1592name = "gix-tempfile" 1593version = "20.0.1" 1594source = "registry+https://github.com/rust-lang/crates.io-index" 1595checksum = "ad89218e74850f42d364ed3877c7291f0474c8533502df91bb877ecc5cb0dd40" 1596dependencies = [ 1597 "dashmap", 1598 "gix-fs", 1599 "libc", 1600 "parking_lot", 1601 "signal-hook 0.4.3", 1602 "signal-hook-registry", 1603 "tempfile", 1604] 1605 1606[[package]] 1607name = "gix-trace" 1608version = "0.1.18" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "f69a13643b8437d4ca6845e08143e847a36ca82903eed13303475d0ae8b162e0" 1611 1612[[package]] 1613name = "gix-transport" 1614version = "0.52.1" 1615source = "registry+https://github.com/rust-lang/crates.io-index" 1616checksum = "a4d4ed02a2ebe771a26111896ecda0b98b58ed35e1d9c0ccf07251c1abb4918d" 1617dependencies = [ 1618 "bstr", 1619 "gix-command", 1620 "gix-features", 1621 "gix-packetline", 1622 "gix-quote", 1623 "gix-sec", 1624 "gix-url", 1625 "thiserror 2.0.18", 1626] 1627 1628[[package]] 1629name = "gix-traverse" 1630version = "0.51.1" 1631source = "registry+https://github.com/rust-lang/crates.io-index" 1632checksum = "d052b83d1d1744be95ac6448ac02f95f370a8f6720e466be9ce57146e39f5280" 1633dependencies = [ 1634 "bitflags 2.11.0", 1635 "gix-commitgraph", 1636 "gix-date", 1637 "gix-hash", 1638 "gix-hashtable", 1639 "gix-object", 1640 "gix-revwalk", 1641 "smallvec", 1642 "thiserror 2.0.18", 1643] 1644 1645[[package]] 1646name = "gix-url" 1647version = "0.34.0" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "cff1996dfb9430b3699d89224c674169c1ae355eacc52bf30a03c0b8bffe73d9" 1650dependencies = [ 1651 "bstr", 1652 "gix-features", 1653 "gix-path", 1654 "percent-encoding", 1655 "thiserror 2.0.18", 1656] 1657 1658[[package]] 1659name = "gix-utils" 1660version = "0.3.1" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "befcdbdfb1238d2854591f760a48711bed85e72d80a10e8f2f93f656746ef7c5" 1663dependencies = [ 1664 "bstr", 1665 "fastrand", 1666 "unicode-normalization", 1667] 1668 1669[[package]] 1670name = "gix-validate" 1671version = "0.10.1" 1672source = "registry+https://github.com/rust-lang/crates.io-index" 1673checksum = "5b1e63a5b516e970a594f870ed4571a8fdcb8a344e7bd407a20db8bd61dbfde4" 1674dependencies = [ 1675 "bstr", 1676 "thiserror 2.0.18", 1677] 1678 1679[[package]] 1680name = "gix-worktree" 1681version = "0.46.0" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "1cfb7ce8cdbfe06117d335d1ad329351468d20331e0aafd108ceb647c1326aca" 1684dependencies = [ 1685 "bstr", 1686 "gix-attributes", 1687 "gix-features", 1688 "gix-fs", 1689 "gix-glob", 1690 "gix-hash", 1691 "gix-ignore", 1692 "gix-index", 1693 "gix-object", 1694 "gix-path", 1695 "gix-validate", 1696] 1697 1698[[package]] 1699name = "hash32" 1700version = "0.3.1" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606" 1703dependencies = [ 1704 "byteorder", 1705] 1706 1707[[package]] 1708name = "hashbrown" 1709version = "0.14.5" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1712 1713[[package]] 1714name = "hashbrown" 1715version = "0.15.5" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1718dependencies = [ 1719 "foldhash 0.1.5", 1720] 1721 1722[[package]] 1723name = "hashbrown" 1724version = "0.16.1" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1727dependencies = [ 1728 "allocator-api2", 1729 "equivalent", 1730 "foldhash 0.2.0", 1731] 1732 1733[[package]] 1734name = "heapless" 1735version = "0.8.0" 1736source = "registry+https://github.com/rust-lang/crates.io-index" 1737checksum = "0bfb9eb618601c89945a70e254898da93b13be0388091d42117462b265bb3fad" 1738dependencies = [ 1739 "hash32", 1740 "stable_deref_trait", 1741] 1742 1743[[package]] 1744name = "heck" 1745version = "0.5.0" 1746source = "registry+https://github.com/rust-lang/crates.io-index" 1747checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1748 1749[[package]] 1750name = "hex" 1751version = "0.4.3" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1754 1755[[package]] 1756name = "human-panic" 1757version = "2.0.6" 1758source = "registry+https://github.com/rust-lang/crates.io-index" 1759checksum = "075e8747af11abcff07d55d98297c9c6c70eb5d6365b25e7b12f02e484935191" 1760dependencies = [ 1761 "anstream", 1762 "anstyle", 1763 "backtrace", 1764 "serde", 1765 "serde_derive", 1766 "sysinfo", 1767 "toml", 1768 "uuid", 1769] 1770 1771[[package]] 1772name = "id-arena" 1773version = "2.3.0" 1774source = "registry+https://github.com/rust-lang/crates.io-index" 1775checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 1776 1777[[package]] 1778name = "ident_case" 1779version = "1.0.1" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1782 1783[[package]] 1784name = "imara-diff" 1785version = "0.1.8" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2" 1788dependencies = [ 1789 "hashbrown 0.15.5", 1790] 1791 1792[[package]] 1793name = "indenter" 1794version = "0.3.4" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5" 1797 1798[[package]] 1799name = "indexmap" 1800version = "2.13.0" 1801source = "registry+https://github.com/rust-lang/crates.io-index" 1802checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 1803dependencies = [ 1804 "equivalent", 1805 "hashbrown 0.16.1", 1806 "serde", 1807 "serde_core", 1808] 1809 1810[[package]] 1811name = "indoc" 1812version = "2.0.7" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 1815dependencies = [ 1816 "rustversion", 1817] 1818 1819[[package]] 1820name = "instability" 1821version = "0.3.11" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" 1824dependencies = [ 1825 "darling 0.23.0", 1826 "indoc", 1827 "proc-macro2", 1828 "quote", 1829 "syn 2.0.117", 1830] 1831 1832[[package]] 1833name = "is_terminal_polyfill" 1834version = "1.70.2" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1837 1838[[package]] 1839name = "itertools" 1840version = "0.14.0" 1841source = "registry+https://github.com/rust-lang/crates.io-index" 1842checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1843dependencies = [ 1844 "either", 1845] 1846 1847[[package]] 1848name = "itoa" 1849version = "1.0.17" 1850source = "registry+https://github.com/rust-lang/crates.io-index" 1851checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 1852 1853[[package]] 1854name = "jiff" 1855version = "0.2.23" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "1a3546dc96b6d42c5f24902af9e2538e82e39ad350b0c766eb3fbf2d8f3d8359" 1858dependencies = [ 1859 "jiff-static", 1860 "jiff-tzdb-platform", 1861 "log", 1862 "portable-atomic", 1863 "portable-atomic-util", 1864 "serde_core", 1865 "windows-sys 0.61.2", 1866] 1867 1868[[package]] 1869name = "jiff-static" 1870version = "0.2.23" 1871source = "registry+https://github.com/rust-lang/crates.io-index" 1872checksum = "2a8c8b344124222efd714b73bb41f8b5120b27a7cc1c75593a6ff768d9d05aa4" 1873dependencies = [ 1874 "proc-macro2", 1875 "quote", 1876 "syn 2.0.117", 1877] 1878 1879[[package]] 1880name = "jiff-tzdb" 1881version = "0.1.6" 1882source = "registry+https://github.com/rust-lang/crates.io-index" 1883checksum = "c900ef84826f1338a557697dc8fc601df9ca9af4ac137c7fb61d4c6f2dfd3076" 1884 1885[[package]] 1886name = "jiff-tzdb-platform" 1887version = "0.1.3" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "875a5a69ac2bab1a891711cf5eccbec1ce0341ea805560dcd90b7a2e925132e8" 1890dependencies = [ 1891 "jiff-tzdb", 1892] 1893 1894[[package]] 1895name = "js-sys" 1896version = "0.3.91" 1897source = "registry+https://github.com/rust-lang/crates.io-index" 1898checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 1899dependencies = [ 1900 "once_cell", 1901 "wasm-bindgen", 1902] 1903 1904[[package]] 1905name = "kasuari" 1906version = "0.4.11" 1907source = "registry+https://github.com/rust-lang/crates.io-index" 1908checksum = "8fe90c1150662e858c7d5f945089b7517b0a80d8bf7ba4b1b5ffc984e7230a5b" 1909dependencies = [ 1910 "hashbrown 0.16.1", 1911 "portable-atomic", 1912 "thiserror 2.0.18", 1913] 1914 1915[[package]] 1916name = "kdl" 1917version = "6.5.0" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "81a29e7b50079ff44549f68c0becb1c73d7f6de2a4ea952da77966daf3d4761e" 1920dependencies = [ 1921 "miette", 1922 "num", 1923 "winnow 0.6.24", 1924] 1925 1926[[package]] 1927name = "kstring" 1928version = "2.0.2" 1929source = "registry+https://github.com/rust-lang/crates.io-index" 1930checksum = "558bf9508a558512042d3095138b1f7b8fe90c5467d94f9f1da28b3731c5dbd1" 1931dependencies = [ 1932 "static_assertions", 1933] 1934 1935[[package]] 1936name = "lab" 1937version = "0.11.0" 1938source = "registry+https://github.com/rust-lang/crates.io-index" 1939checksum = "bf36173d4167ed999940f804952e6b08197cae5ad5d572eb4db150ce8ad5d58f" 1940 1941[[package]] 1942name = "lazy_static" 1943version = "1.5.0" 1944source = "registry+https://github.com/rust-lang/crates.io-index" 1945checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1946 1947[[package]] 1948name = "leb128fmt" 1949version = "0.1.0" 1950source = "registry+https://github.com/rust-lang/crates.io-index" 1951checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 1952 1953[[package]] 1954name = "libc" 1955version = "0.2.182" 1956source = "registry+https://github.com/rust-lang/crates.io-index" 1957checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112" 1958 1959[[package]] 1960name = "libredox" 1961version = "0.1.14" 1962source = "registry+https://github.com/rust-lang/crates.io-index" 1963checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 1964dependencies = [ 1965 "bitflags 2.11.0", 1966 "libc", 1967 "plain", 1968 "redox_syscall 0.7.3", 1969] 1970 1971[[package]] 1972name = "line-clipping" 1973version = "0.3.5" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "5f4de44e98ddbf09375cbf4d17714d18f39195f4f4894e8524501726fd9a8a4a" 1976dependencies = [ 1977 "bitflags 2.11.0", 1978] 1979 1980[[package]] 1981name = "linux-raw-sys" 1982version = "0.12.1" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 1985 1986[[package]] 1987name = "litrs" 1988version = "1.0.0" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 1991 1992[[package]] 1993name = "lock_api" 1994version = "0.4.14" 1995source = "registry+https://github.com/rust-lang/crates.io-index" 1996checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1997dependencies = [ 1998 "scopeguard", 1999] 2000 2001[[package]] 2002name = "log" 2003version = "0.4.29" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 2006 2007[[package]] 2008name = "lru" 2009version = "0.16.3" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" 2012dependencies = [ 2013 "hashbrown 0.16.1", 2014] 2015 2016[[package]] 2017name = "mac_address" 2018version = "1.1.8" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "c0aeb26bf5e836cc1c341c8106051b573f1766dfa05aa87f0b98be5e51b02303" 2021dependencies = [ 2022 "nix", 2023 "winapi", 2024] 2025 2026[[package]] 2027name = "matchers" 2028version = "0.2.0" 2029source = "registry+https://github.com/rust-lang/crates.io-index" 2030checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2031dependencies = [ 2032 "regex-automata", 2033] 2034 2035[[package]] 2036name = "maybe-async" 2037version = "0.2.10" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "5cf92c10c7e361d6b99666ec1c6f9805b0bea2c3bd8c78dc6fe98ac5bd78db11" 2040dependencies = [ 2041 "proc-macro2", 2042 "quote", 2043 "syn 2.0.117", 2044] 2045 2046[[package]] 2047name = "memchr" 2048version = "2.8.0" 2049source = "registry+https://github.com/rust-lang/crates.io-index" 2050checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 2051 2052[[package]] 2053name = "memmap2" 2054version = "0.9.10" 2055source = "registry+https://github.com/rust-lang/crates.io-index" 2056checksum = "714098028fe011992e1c3962653c96b2d578c4b4bce9036e15ff220319b1e0e3" 2057dependencies = [ 2058 "libc", 2059] 2060 2061[[package]] 2062name = "memmem" 2063version = "0.1.1" 2064source = "registry+https://github.com/rust-lang/crates.io-index" 2065checksum = "a64a92489e2744ce060c349162be1c5f33c6969234104dbd99ddb5feb08b8c15" 2066 2067[[package]] 2068name = "memoffset" 2069version = "0.9.1" 2070source = "registry+https://github.com/rust-lang/crates.io-index" 2071checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2072dependencies = [ 2073 "autocfg", 2074] 2075 2076[[package]] 2077name = "miette" 2078version = "7.6.0" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 2081dependencies = [ 2082 "cfg-if", 2083 "unicode-width 0.1.14", 2084] 2085 2086[[package]] 2087name = "minimal-lexical" 2088version = "0.2.1" 2089source = "registry+https://github.com/rust-lang/crates.io-index" 2090checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2091 2092[[package]] 2093name = "miniz_oxide" 2094version = "0.8.9" 2095source = "registry+https://github.com/rust-lang/crates.io-index" 2096checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2097dependencies = [ 2098 "adler2", 2099] 2100 2101[[package]] 2102name = "mio" 2103version = "1.1.1" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 2106dependencies = [ 2107 "libc", 2108 "log", 2109 "wasi", 2110 "windows-sys 0.61.2", 2111] 2112 2113[[package]] 2114name = "nix" 2115version = "0.29.0" 2116source = "registry+https://github.com/rust-lang/crates.io-index" 2117checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46" 2118dependencies = [ 2119 "bitflags 2.11.0", 2120 "cfg-if", 2121 "cfg_aliases", 2122 "libc", 2123 "memoffset", 2124] 2125 2126[[package]] 2127name = "nom" 2128version = "7.1.3" 2129source = "registry+https://github.com/rust-lang/crates.io-index" 2130checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2131dependencies = [ 2132 "memchr", 2133 "minimal-lexical", 2134] 2135 2136[[package]] 2137name = "ntapi" 2138version = "0.4.3" 2139source = "registry+https://github.com/rust-lang/crates.io-index" 2140checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" 2141dependencies = [ 2142 "winapi", 2143] 2144 2145[[package]] 2146name = "nu-ansi-term" 2147version = "0.50.3" 2148source = "registry+https://github.com/rust-lang/crates.io-index" 2149checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 2150dependencies = [ 2151 "windows-sys 0.61.2", 2152] 2153 2154[[package]] 2155name = "num" 2156version = "0.4.3" 2157source = "registry+https://github.com/rust-lang/crates.io-index" 2158checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23" 2159dependencies = [ 2160 "num-bigint", 2161 "num-complex", 2162 "num-integer", 2163 "num-iter", 2164 "num-rational", 2165 "num-traits", 2166] 2167 2168[[package]] 2169name = "num-bigint" 2170version = "0.4.6" 2171source = "registry+https://github.com/rust-lang/crates.io-index" 2172checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 2173dependencies = [ 2174 "num-integer", 2175 "num-traits", 2176] 2177 2178[[package]] 2179name = "num-complex" 2180version = "0.4.6" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495" 2183dependencies = [ 2184 "num-traits", 2185] 2186 2187[[package]] 2188name = "num-conv" 2189version = "0.2.0" 2190source = "registry+https://github.com/rust-lang/crates.io-index" 2191checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050" 2192 2193[[package]] 2194name = "num-derive" 2195version = "0.4.2" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202" 2198dependencies = [ 2199 "proc-macro2", 2200 "quote", 2201 "syn 2.0.117", 2202] 2203 2204[[package]] 2205name = "num-integer" 2206version = "0.1.46" 2207source = "registry+https://github.com/rust-lang/crates.io-index" 2208checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2209dependencies = [ 2210 "num-traits", 2211] 2212 2213[[package]] 2214name = "num-iter" 2215version = "0.1.45" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2218dependencies = [ 2219 "autocfg", 2220 "num-integer", 2221 "num-traits", 2222] 2223 2224[[package]] 2225name = "num-rational" 2226version = "0.4.2" 2227source = "registry+https://github.com/rust-lang/crates.io-index" 2228checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824" 2229dependencies = [ 2230 "num-bigint", 2231 "num-integer", 2232 "num-traits", 2233] 2234 2235[[package]] 2236name = "num-traits" 2237version = "0.2.19" 2238source = "registry+https://github.com/rust-lang/crates.io-index" 2239checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2240dependencies = [ 2241 "autocfg", 2242] 2243 2244[[package]] 2245name = "num_threads" 2246version = "0.1.7" 2247source = "registry+https://github.com/rust-lang/crates.io-index" 2248checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 2249dependencies = [ 2250 "libc", 2251] 2252 2253[[package]] 2254name = "objc2-core-foundation" 2255version = "0.3.2" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 2258dependencies = [ 2259 "bitflags 2.11.0", 2260] 2261 2262[[package]] 2263name = "objc2-io-kit" 2264version = "0.3.2" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" 2267dependencies = [ 2268 "libc", 2269 "objc2-core-foundation", 2270] 2271 2272[[package]] 2273name = "object" 2274version = "0.37.3" 2275source = "registry+https://github.com/rust-lang/crates.io-index" 2276checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 2277dependencies = [ 2278 "memchr", 2279] 2280 2281[[package]] 2282name = "once_cell" 2283version = "1.21.3" 2284source = "registry+https://github.com/rust-lang/crates.io-index" 2285checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2286 2287[[package]] 2288name = "once_cell_polyfill" 2289version = "1.70.2" 2290source = "registry+https://github.com/rust-lang/crates.io-index" 2291checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 2292 2293[[package]] 2294name = "option-ext" 2295version = "0.2.0" 2296source = "registry+https://github.com/rust-lang/crates.io-index" 2297checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 2298 2299[[package]] 2300name = "ordered-float" 2301version = "4.6.0" 2302source = "registry+https://github.com/rust-lang/crates.io-index" 2303checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951" 2304dependencies = [ 2305 "num-traits", 2306] 2307 2308[[package]] 2309name = "owo-colors" 2310version = "4.3.0" 2311source = "registry+https://github.com/rust-lang/crates.io-index" 2312checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" 2313 2314[[package]] 2315name = "parking_lot" 2316version = "0.12.5" 2317source = "registry+https://github.com/rust-lang/crates.io-index" 2318checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2319dependencies = [ 2320 "lock_api", 2321 "parking_lot_core", 2322] 2323 2324[[package]] 2325name = "parking_lot_core" 2326version = "0.9.12" 2327source = "registry+https://github.com/rust-lang/crates.io-index" 2328checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2329dependencies = [ 2330 "cfg-if", 2331 "libc", 2332 "redox_syscall 0.5.18", 2333 "smallvec", 2334 "windows-link 0.2.1", 2335] 2336 2337[[package]] 2338name = "percent-encoding" 2339version = "2.3.2" 2340source = "registry+https://github.com/rust-lang/crates.io-index" 2341checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2342 2343[[package]] 2344name = "pest" 2345version = "2.8.6" 2346source = "registry+https://github.com/rust-lang/crates.io-index" 2347checksum = "e0848c601009d37dfa3430c4666e147e49cdcf1b92ecd3e63657d8a5f19da662" 2348dependencies = [ 2349 "memchr", 2350 "ucd-trie", 2351] 2352 2353[[package]] 2354name = "pest_derive" 2355version = "2.8.6" 2356source = "registry+https://github.com/rust-lang/crates.io-index" 2357checksum = "11f486f1ea21e6c10ed15d5a7c77165d0ee443402f0780849d1768e7d9d6fe77" 2358dependencies = [ 2359 "pest", 2360 "pest_generator", 2361] 2362 2363[[package]] 2364name = "pest_generator" 2365version = "2.8.6" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "8040c4647b13b210a963c1ed407c1ff4fdfa01c31d6d2a098218702e6664f94f" 2368dependencies = [ 2369 "pest", 2370 "pest_meta", 2371 "proc-macro2", 2372 "quote", 2373 "syn 2.0.117", 2374] 2375 2376[[package]] 2377name = "pest_meta" 2378version = "2.8.6" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "89815c69d36021a140146f26659a81d6c2afa33d216d736dd4be5381a7362220" 2381dependencies = [ 2382 "pest", 2383 "sha2", 2384] 2385 2386[[package]] 2387name = "phf" 2388version = "0.11.3" 2389source = "registry+https://github.com/rust-lang/crates.io-index" 2390checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 2391dependencies = [ 2392 "phf_macros", 2393 "phf_shared", 2394] 2395 2396[[package]] 2397name = "phf_codegen" 2398version = "0.11.3" 2399source = "registry+https://github.com/rust-lang/crates.io-index" 2400checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 2401dependencies = [ 2402 "phf_generator", 2403 "phf_shared", 2404] 2405 2406[[package]] 2407name = "phf_generator" 2408version = "0.11.3" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 2411dependencies = [ 2412 "phf_shared", 2413 "rand", 2414] 2415 2416[[package]] 2417name = "phf_macros" 2418version = "0.11.3" 2419source = "registry+https://github.com/rust-lang/crates.io-index" 2420checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 2421dependencies = [ 2422 "phf_generator", 2423 "phf_shared", 2424 "proc-macro2", 2425 "quote", 2426 "syn 2.0.117", 2427] 2428 2429[[package]] 2430name = "phf_shared" 2431version = "0.11.3" 2432source = "registry+https://github.com/rust-lang/crates.io-index" 2433checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 2434dependencies = [ 2435 "siphasher", 2436] 2437 2438[[package]] 2439name = "pin-project-lite" 2440version = "0.2.17" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 2443 2444[[package]] 2445name = "plain" 2446version = "0.2.3" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 2449 2450[[package]] 2451name = "portable-atomic" 2452version = "1.13.1" 2453source = "registry+https://github.com/rust-lang/crates.io-index" 2454checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 2455 2456[[package]] 2457name = "portable-atomic-util" 2458version = "0.2.5" 2459source = "registry+https://github.com/rust-lang/crates.io-index" 2460checksum = "7a9db96d7fa8782dd8c15ce32ffe8680bbd1e978a43bf51a34d39483540495f5" 2461dependencies = [ 2462 "portable-atomic", 2463] 2464 2465[[package]] 2466name = "powerfmt" 2467version = "0.2.0" 2468source = "registry+https://github.com/rust-lang/crates.io-index" 2469checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2470 2471[[package]] 2472name = "prettyplease" 2473version = "0.2.37" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2476dependencies = [ 2477 "proc-macro2", 2478 "syn 2.0.117", 2479] 2480 2481[[package]] 2482name = "proc-macro2" 2483version = "1.0.106" 2484source = "registry+https://github.com/rust-lang/crates.io-index" 2485checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 2486dependencies = [ 2487 "unicode-ident", 2488] 2489 2490[[package]] 2491name = "prodash" 2492version = "30.0.1" 2493source = "registry+https://github.com/rust-lang/crates.io-index" 2494checksum = "5a6efc566849d3d9d737c5cb06cc50e48950ebe3d3f9d70631490fff3a07b139" 2495dependencies = [ 2496 "parking_lot", 2497] 2498 2499[[package]] 2500name = "quote" 2501version = "1.0.45" 2502source = "registry+https://github.com/rust-lang/crates.io-index" 2503checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 2504dependencies = [ 2505 "proc-macro2", 2506] 2507 2508[[package]] 2509name = "r-efi" 2510version = "5.3.0" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2513 2514[[package]] 2515name = "r-efi" 2516version = "6.0.0" 2517source = "registry+https://github.com/rust-lang/crates.io-index" 2518checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 2519 2520[[package]] 2521name = "rand" 2522version = "0.8.5" 2523source = "registry+https://github.com/rust-lang/crates.io-index" 2524checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2525dependencies = [ 2526 "rand_core", 2527] 2528 2529[[package]] 2530name = "rand_core" 2531version = "0.6.4" 2532source = "registry+https://github.com/rust-lang/crates.io-index" 2533checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2534 2535[[package]] 2536name = "ratatui" 2537version = "0.30.0" 2538source = "registry+https://github.com/rust-lang/crates.io-index" 2539checksum = "d1ce67fb8ba4446454d1c8dbaeda0557ff5e94d39d5e5ed7f10a65eb4c8266bc" 2540dependencies = [ 2541 "instability", 2542 "ratatui-core", 2543 "ratatui-crossterm", 2544 "ratatui-macros", 2545 "ratatui-termwiz", 2546 "ratatui-widgets", 2547] 2548 2549[[package]] 2550name = "ratatui-core" 2551version = "0.1.0" 2552source = "registry+https://github.com/rust-lang/crates.io-index" 2553checksum = "5ef8dea09a92caaf73bff7adb70b76162e5937524058a7e5bff37869cbbec293" 2554dependencies = [ 2555 "bitflags 2.11.0", 2556 "compact_str", 2557 "hashbrown 0.16.1", 2558 "indoc", 2559 "itertools", 2560 "kasuari", 2561 "lru", 2562 "strum 0.27.2", 2563 "thiserror 2.0.18", 2564 "unicode-segmentation", 2565 "unicode-truncate", 2566 "unicode-width 0.2.2", 2567] 2568 2569[[package]] 2570name = "ratatui-crossterm" 2571version = "0.1.0" 2572source = "registry+https://github.com/rust-lang/crates.io-index" 2573checksum = "577c9b9f652b4c121fb25c6a391dd06406d3b092ba68827e6d2f09550edc54b3" 2574dependencies = [ 2575 "cfg-if", 2576 "crossterm", 2577 "instability", 2578 "ratatui-core", 2579] 2580 2581[[package]] 2582name = "ratatui-macros" 2583version = "0.7.0" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "a7f1342a13e83e4bb9d0b793d0ea762be633f9582048c892ae9041ef39c936f4" 2586dependencies = [ 2587 "ratatui-core", 2588 "ratatui-widgets", 2589] 2590 2591[[package]] 2592name = "ratatui-termwiz" 2593version = "0.1.0" 2594source = "registry+https://github.com/rust-lang/crates.io-index" 2595checksum = "0f76fe0bd0ed4295f0321b1676732e2454024c15a35d01904ddb315afd3d545c" 2596dependencies = [ 2597 "ratatui-core", 2598 "termwiz", 2599] 2600 2601[[package]] 2602name = "ratatui-widgets" 2603version = "0.3.0" 2604source = "registry+https://github.com/rust-lang/crates.io-index" 2605checksum = "d7dbfa023cd4e604c2553483820c5fe8aa9d71a42eea5aa77c6e7f35756612db" 2606dependencies = [ 2607 "bitflags 2.11.0", 2608 "hashbrown 0.16.1", 2609 "indoc", 2610 "instability", 2611 "itertools", 2612 "line-clipping", 2613 "ratatui-core", 2614 "strum 0.27.2", 2615 "time", 2616 "unicode-segmentation", 2617 "unicode-width 0.2.2", 2618] 2619 2620[[package]] 2621name = "redox_syscall" 2622version = "0.5.18" 2623source = "registry+https://github.com/rust-lang/crates.io-index" 2624checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2625dependencies = [ 2626 "bitflags 2.11.0", 2627] 2628 2629[[package]] 2630name = "redox_syscall" 2631version = "0.7.3" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "6ce70a74e890531977d37e532c34d45e9055d2409ed08ddba14529471ed0be16" 2634dependencies = [ 2635 "bitflags 2.11.0", 2636] 2637 2638[[package]] 2639name = "redox_users" 2640version = "0.5.2" 2641source = "registry+https://github.com/rust-lang/crates.io-index" 2642checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 2643dependencies = [ 2644 "getrandom 0.2.17", 2645 "libredox", 2646 "thiserror 2.0.18", 2647] 2648 2649[[package]] 2650name = "regex" 2651version = "1.12.3" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 2654dependencies = [ 2655 "aho-corasick", 2656 "memchr", 2657 "regex-automata", 2658 "regex-syntax", 2659] 2660 2661[[package]] 2662name = "regex-automata" 2663version = "0.4.14" 2664source = "registry+https://github.com/rust-lang/crates.io-index" 2665checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 2666dependencies = [ 2667 "aho-corasick", 2668 "memchr", 2669 "regex-syntax", 2670] 2671 2672[[package]] 2673name = "regex-syntax" 2674version = "0.8.10" 2675source = "registry+https://github.com/rust-lang/crates.io-index" 2676checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 2677 2678[[package]] 2679name = "rustc-demangle" 2680version = "0.1.27" 2681source = "registry+https://github.com/rust-lang/crates.io-index" 2682checksum = "b50b8869d9fc858ce7266cce0194bd74df58b9d0e3f6df3a9fc8eb470d95c09d" 2683 2684[[package]] 2685name = "rustc_version" 2686version = "0.4.1" 2687source = "registry+https://github.com/rust-lang/crates.io-index" 2688checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2689dependencies = [ 2690 "semver", 2691] 2692 2693[[package]] 2694name = "rustix" 2695version = "1.1.4" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 2698dependencies = [ 2699 "bitflags 2.11.0", 2700 "errno", 2701 "libc", 2702 "linux-raw-sys", 2703 "windows-sys 0.61.2", 2704] 2705 2706[[package]] 2707name = "rustversion" 2708version = "1.0.22" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2711 2712[[package]] 2713name = "ryu" 2714version = "1.0.23" 2715source = "registry+https://github.com/rust-lang/crates.io-index" 2716checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 2717 2718[[package]] 2719name = "same-file" 2720version = "1.0.6" 2721source = "registry+https://github.com/rust-lang/crates.io-index" 2722checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2723dependencies = [ 2724 "winapi-util", 2725] 2726 2727[[package]] 2728name = "scopeguard" 2729version = "1.2.0" 2730source = "registry+https://github.com/rust-lang/crates.io-index" 2731checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2732 2733[[package]] 2734name = "semver" 2735version = "1.0.27" 2736source = "registry+https://github.com/rust-lang/crates.io-index" 2737checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2738dependencies = [ 2739 "serde", 2740 "serde_core", 2741] 2742 2743[[package]] 2744name = "serde" 2745version = "1.0.228" 2746source = "registry+https://github.com/rust-lang/crates.io-index" 2747checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2748dependencies = [ 2749 "serde_core", 2750 "serde_derive", 2751] 2752 2753[[package]] 2754name = "serde_core" 2755version = "1.0.228" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2758dependencies = [ 2759 "serde_derive", 2760] 2761 2762[[package]] 2763name = "serde_derive" 2764version = "1.0.228" 2765source = "registry+https://github.com/rust-lang/crates.io-index" 2766checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2767dependencies = [ 2768 "proc-macro2", 2769 "quote", 2770 "syn 2.0.117", 2771] 2772 2773[[package]] 2774name = "serde_json" 2775version = "1.0.149" 2776source = "registry+https://github.com/rust-lang/crates.io-index" 2777checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 2778dependencies = [ 2779 "itoa", 2780 "memchr", 2781 "serde", 2782 "serde_core", 2783 "zmij", 2784] 2785 2786[[package]] 2787name = "serde_spanned" 2788version = "1.0.4" 2789source = "registry+https://github.com/rust-lang/crates.io-index" 2790checksum = "f8bbf91e5a4d6315eee45e704372590b30e260ee83af6639d64557f51b067776" 2791dependencies = [ 2792 "serde_core", 2793] 2794 2795[[package]] 2796name = "sha1" 2797version = "0.10.6" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2800dependencies = [ 2801 "cfg-if", 2802 "cpufeatures", 2803 "digest", 2804] 2805 2806[[package]] 2807name = "sha1-checked" 2808version = "0.10.0" 2809source = "registry+https://github.com/rust-lang/crates.io-index" 2810checksum = "89f599ac0c323ebb1c6082821a54962b839832b03984598375bff3975b804423" 2811dependencies = [ 2812 "digest", 2813 "sha1", 2814] 2815 2816[[package]] 2817name = "sha2" 2818version = "0.10.9" 2819source = "registry+https://github.com/rust-lang/crates.io-index" 2820checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2821dependencies = [ 2822 "cfg-if", 2823 "cpufeatures", 2824 "digest", 2825] 2826 2827[[package]] 2828name = "sharded-slab" 2829version = "0.1.7" 2830source = "registry+https://github.com/rust-lang/crates.io-index" 2831checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2832dependencies = [ 2833 "lazy_static", 2834] 2835 2836[[package]] 2837name = "shell-words" 2838version = "1.1.1" 2839source = "registry+https://github.com/rust-lang/crates.io-index" 2840checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 2841 2842[[package]] 2843name = "signal-hook" 2844version = "0.3.18" 2845source = "registry+https://github.com/rust-lang/crates.io-index" 2846checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 2847dependencies = [ 2848 "libc", 2849 "signal-hook-registry", 2850] 2851 2852[[package]] 2853name = "signal-hook" 2854version = "0.4.3" 2855source = "registry+https://github.com/rust-lang/crates.io-index" 2856checksum = "3b57709da74f9ff9f4a27dce9526eec25ca8407c45a7887243b031a58935fb8e" 2857dependencies = [ 2858 "libc", 2859 "signal-hook-registry", 2860] 2861 2862[[package]] 2863name = "signal-hook-mio" 2864version = "0.2.5" 2865source = "registry+https://github.com/rust-lang/crates.io-index" 2866checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 2867dependencies = [ 2868 "libc", 2869 "mio", 2870 "signal-hook 0.3.18", 2871] 2872 2873[[package]] 2874name = "signal-hook-registry" 2875version = "1.4.8" 2876source = "registry+https://github.com/rust-lang/crates.io-index" 2877checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 2878dependencies = [ 2879 "errno", 2880 "libc", 2881] 2882 2883[[package]] 2884name = "siphasher" 2885version = "1.0.2" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "b2aa850e253778c88a04c3d7323b043aeda9d3e30d5971937c1855769763678e" 2888 2889[[package]] 2890name = "slab" 2891version = "0.4.12" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 2894 2895[[package]] 2896name = "smallvec" 2897version = "1.15.1" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2900 2901[[package]] 2902name = "socket2" 2903version = "0.6.2" 2904source = "registry+https://github.com/rust-lang/crates.io-index" 2905checksum = "86f4aa3ad99f2088c990dfa82d367e19cb29268ed67c574d10d0a4bfe71f07e0" 2906dependencies = [ 2907 "libc", 2908 "windows-sys 0.60.2", 2909] 2910 2911[[package]] 2912name = "stable_deref_trait" 2913version = "1.2.1" 2914source = "registry+https://github.com/rust-lang/crates.io-index" 2915checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2916 2917[[package]] 2918name = "static_assertions" 2919version = "1.1.0" 2920source = "registry+https://github.com/rust-lang/crates.io-index" 2921checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2922 2923[[package]] 2924name = "strsim" 2925version = "0.11.1" 2926source = "registry+https://github.com/rust-lang/crates.io-index" 2927checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2928 2929[[package]] 2930name = "strum" 2931version = "0.27.2" 2932source = "registry+https://github.com/rust-lang/crates.io-index" 2933checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 2934dependencies = [ 2935 "strum_macros 0.27.2", 2936] 2937 2938[[package]] 2939name = "strum" 2940version = "0.28.0" 2941source = "registry+https://github.com/rust-lang/crates.io-index" 2942checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd" 2943dependencies = [ 2944 "strum_macros 0.28.0", 2945] 2946 2947[[package]] 2948name = "strum_macros" 2949version = "0.27.2" 2950source = "registry+https://github.com/rust-lang/crates.io-index" 2951checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 2952dependencies = [ 2953 "heck", 2954 "proc-macro2", 2955 "quote", 2956 "syn 2.0.117", 2957] 2958 2959[[package]] 2960name = "strum_macros" 2961version = "0.28.0" 2962source = "registry+https://github.com/rust-lang/crates.io-index" 2963checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664" 2964dependencies = [ 2965 "heck", 2966 "proc-macro2", 2967 "quote", 2968 "syn 2.0.117", 2969] 2970 2971[[package]] 2972name = "syn" 2973version = "1.0.109" 2974source = "registry+https://github.com/rust-lang/crates.io-index" 2975checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2976dependencies = [ 2977 "proc-macro2", 2978 "quote", 2979 "unicode-ident", 2980] 2981 2982[[package]] 2983name = "syn" 2984version = "2.0.117" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 2987dependencies = [ 2988 "proc-macro2", 2989 "quote", 2990 "unicode-ident", 2991] 2992 2993[[package]] 2994name = "sysinfo" 2995version = "0.37.2" 2996source = "registry+https://github.com/rust-lang/crates.io-index" 2997checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" 2998dependencies = [ 2999 "libc", 3000 "memchr", 3001 "ntapi", 3002 "objc2-core-foundation", 3003 "objc2-io-kit", 3004 "windows", 3005] 3006 3007[[package]] 3008name = "tempfile" 3009version = "3.26.0" 3010source = "registry+https://github.com/rust-lang/crates.io-index" 3011checksum = "82a72c767771b47409d2345987fda8628641887d5466101319899796367354a0" 3012dependencies = [ 3013 "fastrand", 3014 "getrandom 0.4.2", 3015 "once_cell", 3016 "rustix", 3017 "windows-sys 0.61.2", 3018] 3019 3020[[package]] 3021name = "terminal_size" 3022version = "0.4.3" 3023source = "registry+https://github.com/rust-lang/crates.io-index" 3024checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 3025dependencies = [ 3026 "rustix", 3027 "windows-sys 0.60.2", 3028] 3029 3030[[package]] 3031name = "terminfo" 3032version = "0.9.0" 3033source = "registry+https://github.com/rust-lang/crates.io-index" 3034checksum = "d4ea810f0692f9f51b382fff5893887bb4580f5fa246fde546e0b13e7fcee662" 3035dependencies = [ 3036 "fnv", 3037 "nom", 3038 "phf", 3039 "phf_codegen", 3040] 3041 3042[[package]] 3043name = "termios" 3044version = "0.3.3" 3045source = "registry+https://github.com/rust-lang/crates.io-index" 3046checksum = "411c5bf740737c7918b8b1fe232dca4dc9f8e754b8ad5e20966814001ed0ac6b" 3047dependencies = [ 3048 "libc", 3049] 3050 3051[[package]] 3052name = "termwiz" 3053version = "0.23.3" 3054source = "registry+https://github.com/rust-lang/crates.io-index" 3055checksum = "4676b37242ccbd1aabf56edb093a4827dc49086c0ffd764a5705899e0f35f8f7" 3056dependencies = [ 3057 "anyhow", 3058 "base64", 3059 "bitflags 2.11.0", 3060 "fancy-regex", 3061 "filedescriptor", 3062 "finl_unicode", 3063 "fixedbitset", 3064 "hex", 3065 "lazy_static", 3066 "libc", 3067 "log", 3068 "memmem", 3069 "nix", 3070 "num-derive", 3071 "num-traits", 3072 "ordered-float", 3073 "pest", 3074 "pest_derive", 3075 "phf", 3076 "sha2", 3077 "signal-hook 0.3.18", 3078 "siphasher", 3079 "terminfo", 3080 "termios", 3081 "thiserror 1.0.69", 3082 "ucd-trie", 3083 "unicode-segmentation", 3084 "vtparse", 3085 "wezterm-bidi", 3086 "wezterm-blob-leases", 3087 "wezterm-color-types", 3088 "wezterm-dynamic", 3089 "wezterm-input-types", 3090 "winapi", 3091] 3092 3093[[package]] 3094name = "thiserror" 3095version = "1.0.69" 3096source = "registry+https://github.com/rust-lang/crates.io-index" 3097checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3098dependencies = [ 3099 "thiserror-impl 1.0.69", 3100] 3101 3102[[package]] 3103name = "thiserror" 3104version = "2.0.18" 3105source = "registry+https://github.com/rust-lang/crates.io-index" 3106checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 3107dependencies = [ 3108 "thiserror-impl 2.0.18", 3109] 3110 3111[[package]] 3112name = "thiserror-impl" 3113version = "1.0.69" 3114source = "registry+https://github.com/rust-lang/crates.io-index" 3115checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3116dependencies = [ 3117 "proc-macro2", 3118 "quote", 3119 "syn 2.0.117", 3120] 3121 3122[[package]] 3123name = "thiserror-impl" 3124version = "2.0.18" 3125source = "registry+https://github.com/rust-lang/crates.io-index" 3126checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 3127dependencies = [ 3128 "proc-macro2", 3129 "quote", 3130 "syn 2.0.117", 3131] 3132 3133[[package]] 3134name = "thread_local" 3135version = "1.1.9" 3136source = "registry+https://github.com/rust-lang/crates.io-index" 3137checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3138dependencies = [ 3139 "cfg-if", 3140] 3141 3142[[package]] 3143name = "time" 3144version = "0.3.47" 3145source = "registry+https://github.com/rust-lang/crates.io-index" 3146checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 3147dependencies = [ 3148 "deranged", 3149 "itoa", 3150 "libc", 3151 "num-conv", 3152 "num_threads", 3153 "powerfmt", 3154 "serde_core", 3155 "time-core", 3156 "time-macros", 3157] 3158 3159[[package]] 3160name = "time-core" 3161version = "0.1.8" 3162source = "registry+https://github.com/rust-lang/crates.io-index" 3163checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 3164 3165[[package]] 3166name = "time-macros" 3167version = "0.2.27" 3168source = "registry+https://github.com/rust-lang/crates.io-index" 3169checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215" 3170dependencies = [ 3171 "num-conv", 3172 "time-core", 3173] 3174 3175[[package]] 3176name = "tinyvec" 3177version = "1.10.0" 3178source = "registry+https://github.com/rust-lang/crates.io-index" 3179checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 3180dependencies = [ 3181 "tinyvec_macros", 3182] 3183 3184[[package]] 3185name = "tinyvec_macros" 3186version = "0.1.1" 3187source = "registry+https://github.com/rust-lang/crates.io-index" 3188checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3189 3190[[package]] 3191name = "tokio" 3192version = "1.50.0" 3193source = "registry+https://github.com/rust-lang/crates.io-index" 3194checksum = "27ad5e34374e03cfffefc301becb44e9dc3c17584f414349ebe29ed26661822d" 3195dependencies = [ 3196 "bytes", 3197 "libc", 3198 "mio", 3199 "parking_lot", 3200 "pin-project-lite", 3201 "signal-hook-registry", 3202 "socket2", 3203 "tokio-macros", 3204 "windows-sys 0.61.2", 3205] 3206 3207[[package]] 3208name = "tokio-macros" 3209version = "2.6.0" 3210source = "registry+https://github.com/rust-lang/crates.io-index" 3211checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 3212dependencies = [ 3213 "proc-macro2", 3214 "quote", 3215 "syn 2.0.117", 3216] 3217 3218[[package]] 3219name = "tokio-util" 3220version = "0.7.18" 3221source = "registry+https://github.com/rust-lang/crates.io-index" 3222checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 3223dependencies = [ 3224 "bytes", 3225 "futures-core", 3226 "futures-sink", 3227 "pin-project-lite", 3228 "tokio", 3229] 3230 3231[[package]] 3232name = "toml" 3233version = "0.9.12+spec-1.1.0" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "cf92845e79fc2e2def6a5d828f0801e29a2f8acc037becc5ab08595c7d5e9863" 3236dependencies = [ 3237 "serde_core", 3238 "serde_spanned", 3239 "toml_datetime", 3240 "toml_writer", 3241] 3242 3243[[package]] 3244name = "toml_datetime" 3245version = "0.7.5+spec-1.1.0" 3246source = "registry+https://github.com/rust-lang/crates.io-index" 3247checksum = "92e1cfed4a3038bc5a127e35a2d360f145e1f4b971b551a2ba5fd7aedf7e1347" 3248dependencies = [ 3249 "serde_core", 3250] 3251 3252[[package]] 3253name = "toml_writer" 3254version = "1.0.6+spec-1.1.0" 3255source = "registry+https://github.com/rust-lang/crates.io-index" 3256checksum = "ab16f14aed21ee8bfd8ec22513f7287cd4a91aa92e44edfe2c17ddd004e92607" 3257 3258[[package]] 3259name = "tracing" 3260version = "0.1.44" 3261source = "registry+https://github.com/rust-lang/crates.io-index" 3262checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 3263dependencies = [ 3264 "pin-project-lite", 3265 "tracing-attributes", 3266 "tracing-core", 3267] 3268 3269[[package]] 3270name = "tracing-attributes" 3271version = "0.1.31" 3272source = "registry+https://github.com/rust-lang/crates.io-index" 3273checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 3274dependencies = [ 3275 "proc-macro2", 3276 "quote", 3277 "syn 2.0.117", 3278] 3279 3280[[package]] 3281name = "tracing-core" 3282version = "0.1.36" 3283source = "registry+https://github.com/rust-lang/crates.io-index" 3284checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 3285dependencies = [ 3286 "once_cell", 3287 "valuable", 3288] 3289 3290[[package]] 3291name = "tracing-error" 3292version = "0.2.1" 3293source = "registry+https://github.com/rust-lang/crates.io-index" 3294checksum = "8b1581020d7a273442f5b45074a6a57d5757ad0a47dac0e9f0bd57b81936f3db" 3295dependencies = [ 3296 "tracing", 3297 "tracing-subscriber", 3298] 3299 3300[[package]] 3301name = "tracing-log" 3302version = "0.2.0" 3303source = "registry+https://github.com/rust-lang/crates.io-index" 3304checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3305dependencies = [ 3306 "log", 3307 "once_cell", 3308 "tracing-core", 3309] 3310 3311[[package]] 3312name = "tracing-subscriber" 3313version = "0.3.22" 3314source = "registry+https://github.com/rust-lang/crates.io-index" 3315checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 3316dependencies = [ 3317 "matchers", 3318 "nu-ansi-term", 3319 "once_cell", 3320 "regex-automata", 3321 "sharded-slab", 3322 "smallvec", 3323 "thread_local", 3324 "tracing", 3325 "tracing-core", 3326 "tracing-log", 3327] 3328 3329[[package]] 3330name = "typenum" 3331version = "1.19.0" 3332source = "registry+https://github.com/rust-lang/crates.io-index" 3333checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3334 3335[[package]] 3336name = "ucd-trie" 3337version = "0.1.7" 3338source = "registry+https://github.com/rust-lang/crates.io-index" 3339checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 3340 3341[[package]] 3342name = "unicase" 3343version = "2.9.0" 3344source = "registry+https://github.com/rust-lang/crates.io-index" 3345checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 3346 3347[[package]] 3348name = "unicode-bom" 3349version = "2.0.3" 3350source = "registry+https://github.com/rust-lang/crates.io-index" 3351checksum = "7eec5d1121208364f6793f7d2e222bf75a915c19557537745b195b253dd64217" 3352 3353[[package]] 3354name = "unicode-ident" 3355version = "1.0.24" 3356source = "registry+https://github.com/rust-lang/crates.io-index" 3357checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 3358 3359[[package]] 3360name = "unicode-normalization" 3361version = "0.1.25" 3362source = "registry+https://github.com/rust-lang/crates.io-index" 3363checksum = "5fd4f6878c9cb28d874b009da9e8d183b5abc80117c40bbd187a1fde336be6e8" 3364dependencies = [ 3365 "tinyvec", 3366] 3367 3368[[package]] 3369name = "unicode-segmentation" 3370version = "1.12.0" 3371source = "registry+https://github.com/rust-lang/crates.io-index" 3372checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3373 3374[[package]] 3375name = "unicode-truncate" 3376version = "2.0.1" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "16b380a1238663e5f8a691f9039c73e1cdae598a30e9855f541d29b08b53e9a5" 3379dependencies = [ 3380 "itertools", 3381 "unicode-segmentation", 3382 "unicode-width 0.2.2", 3383] 3384 3385[[package]] 3386name = "unicode-width" 3387version = "0.1.14" 3388source = "registry+https://github.com/rust-lang/crates.io-index" 3389checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 3390 3391[[package]] 3392name = "unicode-width" 3393version = "0.2.2" 3394source = "registry+https://github.com/rust-lang/crates.io-index" 3395checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 3396 3397[[package]] 3398name = "unicode-xid" 3399version = "0.2.6" 3400source = "registry+https://github.com/rust-lang/crates.io-index" 3401checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 3402 3403[[package]] 3404name = "utf8parse" 3405version = "0.2.2" 3406source = "registry+https://github.com/rust-lang/crates.io-index" 3407checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 3408 3409[[package]] 3410name = "uuid" 3411version = "1.21.0" 3412source = "registry+https://github.com/rust-lang/crates.io-index" 3413checksum = "b672338555252d43fd2240c714dc444b8c6fb0a5c5335e65a07bba7742735ddb" 3414dependencies = [ 3415 "atomic", 3416 "getrandom 0.4.2", 3417 "js-sys", 3418 "wasm-bindgen", 3419] 3420 3421[[package]] 3422name = "valuable" 3423version = "0.1.1" 3424source = "registry+https://github.com/rust-lang/crates.io-index" 3425checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3426 3427[[package]] 3428name = "vergen" 3429version = "9.1.0" 3430source = "registry+https://github.com/rust-lang/crates.io-index" 3431checksum = "b849a1f6d8639e8de261e81ee0fc881e3e3620db1af9f2e0da015d4382ceaf75" 3432dependencies = [ 3433 "anyhow", 3434 "cargo_metadata", 3435 "derive_builder", 3436 "regex", 3437 "rustversion", 3438 "time", 3439 "vergen-lib", 3440] 3441 3442[[package]] 3443name = "vergen-gix" 3444version = "9.1.0" 3445source = "registry+https://github.com/rust-lang/crates.io-index" 3446checksum = "24433912be6b84c6f8f41907edfaad852deaa666f59da5f46621b0ef58b644f0" 3447dependencies = [ 3448 "anyhow", 3449 "derive_builder", 3450 "gix", 3451 "rustversion", 3452 "time", 3453 "vergen", 3454 "vergen-lib", 3455] 3456 3457[[package]] 3458name = "vergen-lib" 3459version = "9.1.0" 3460source = "registry+https://github.com/rust-lang/crates.io-index" 3461checksum = "b34a29ba7e9c59e62f229ae1932fb1b8fb8a6fdcc99215a641913f5f5a59a569" 3462dependencies = [ 3463 "anyhow", 3464 "derive_builder", 3465 "rustversion", 3466] 3467 3468[[package]] 3469name = "version_check" 3470version = "0.9.5" 3471source = "registry+https://github.com/rust-lang/crates.io-index" 3472checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3473 3474[[package]] 3475name = "vtparse" 3476version = "0.6.2" 3477source = "registry+https://github.com/rust-lang/crates.io-index" 3478checksum = "6d9b2acfb050df409c972a37d3b8e08cdea3bddb0c09db9d53137e504cfabed0" 3479dependencies = [ 3480 "utf8parse", 3481] 3482 3483[[package]] 3484name = "walkdir" 3485version = "2.5.0" 3486source = "registry+https://github.com/rust-lang/crates.io-index" 3487checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3488dependencies = [ 3489 "same-file", 3490 "winapi-util", 3491] 3492 3493[[package]] 3494name = "wasi" 3495version = "0.11.1+wasi-snapshot-preview1" 3496source = "registry+https://github.com/rust-lang/crates.io-index" 3497checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3498 3499[[package]] 3500name = "wasip2" 3501version = "1.0.2+wasi-0.2.9" 3502source = "registry+https://github.com/rust-lang/crates.io-index" 3503checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 3504dependencies = [ 3505 "wit-bindgen", 3506] 3507 3508[[package]] 3509name = "wasip3" 3510version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 3511source = "registry+https://github.com/rust-lang/crates.io-index" 3512checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 3513dependencies = [ 3514 "wit-bindgen", 3515] 3516 3517[[package]] 3518name = "wasm-bindgen" 3519version = "0.2.114" 3520source = "registry+https://github.com/rust-lang/crates.io-index" 3521checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 3522dependencies = [ 3523 "cfg-if", 3524 "once_cell", 3525 "rustversion", 3526 "wasm-bindgen-macro", 3527 "wasm-bindgen-shared", 3528] 3529 3530[[package]] 3531name = "wasm-bindgen-macro" 3532version = "0.2.114" 3533source = "registry+https://github.com/rust-lang/crates.io-index" 3534checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 3535dependencies = [ 3536 "quote", 3537 "wasm-bindgen-macro-support", 3538] 3539 3540[[package]] 3541name = "wasm-bindgen-macro-support" 3542version = "0.2.114" 3543source = "registry+https://github.com/rust-lang/crates.io-index" 3544checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 3545dependencies = [ 3546 "bumpalo", 3547 "proc-macro2", 3548 "quote", 3549 "syn 2.0.117", 3550 "wasm-bindgen-shared", 3551] 3552 3553[[package]] 3554name = "wasm-bindgen-shared" 3555version = "0.2.114" 3556source = "registry+https://github.com/rust-lang/crates.io-index" 3557checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 3558dependencies = [ 3559 "unicode-ident", 3560] 3561 3562[[package]] 3563name = "wasm-encoder" 3564version = "0.244.0" 3565source = "registry+https://github.com/rust-lang/crates.io-index" 3566checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 3567dependencies = [ 3568 "leb128fmt", 3569 "wasmparser", 3570] 3571 3572[[package]] 3573name = "wasm-metadata" 3574version = "0.244.0" 3575source = "registry+https://github.com/rust-lang/crates.io-index" 3576checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 3577dependencies = [ 3578 "anyhow", 3579 "indexmap", 3580 "wasm-encoder", 3581 "wasmparser", 3582] 3583 3584[[package]] 3585name = "wasmparser" 3586version = "0.244.0" 3587source = "registry+https://github.com/rust-lang/crates.io-index" 3588checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 3589dependencies = [ 3590 "bitflags 2.11.0", 3591 "hashbrown 0.15.5", 3592 "indexmap", 3593 "semver", 3594] 3595 3596[[package]] 3597name = "wezterm-bidi" 3598version = "0.2.3" 3599source = "registry+https://github.com/rust-lang/crates.io-index" 3600checksum = "0c0a6e355560527dd2d1cf7890652f4f09bb3433b6aadade4c9b5ed76de5f3ec" 3601dependencies = [ 3602 "log", 3603 "wezterm-dynamic", 3604] 3605 3606[[package]] 3607name = "wezterm-blob-leases" 3608version = "0.1.1" 3609source = "registry+https://github.com/rust-lang/crates.io-index" 3610checksum = "692daff6d93d94e29e4114544ef6d5c942a7ed998b37abdc19b17136ea428eb7" 3611dependencies = [ 3612 "getrandom 0.3.4", 3613 "mac_address", 3614 "sha2", 3615 "thiserror 1.0.69", 3616 "uuid", 3617] 3618 3619[[package]] 3620name = "wezterm-color-types" 3621version = "0.3.0" 3622source = "registry+https://github.com/rust-lang/crates.io-index" 3623checksum = "7de81ef35c9010270d63772bebef2f2d6d1f2d20a983d27505ac850b8c4b4296" 3624dependencies = [ 3625 "csscolorparser", 3626 "deltae", 3627 "lazy_static", 3628 "wezterm-dynamic", 3629] 3630 3631[[package]] 3632name = "wezterm-dynamic" 3633version = "0.2.1" 3634source = "registry+https://github.com/rust-lang/crates.io-index" 3635checksum = "5f2ab60e120fd6eaa68d9567f3226e876684639d22a4219b313ff69ec0ccd5ac" 3636dependencies = [ 3637 "log", 3638 "ordered-float", 3639 "strsim", 3640 "thiserror 1.0.69", 3641 "wezterm-dynamic-derive", 3642] 3643 3644[[package]] 3645name = "wezterm-dynamic-derive" 3646version = "0.1.1" 3647source = "registry+https://github.com/rust-lang/crates.io-index" 3648checksum = "46c0cf2d539c645b448eaffec9ec494b8b19bd5077d9e58cb1ae7efece8d575b" 3649dependencies = [ 3650 "proc-macro2", 3651 "quote", 3652 "syn 1.0.109", 3653] 3654 3655[[package]] 3656name = "wezterm-input-types" 3657version = "0.1.0" 3658source = "registry+https://github.com/rust-lang/crates.io-index" 3659checksum = "7012add459f951456ec9d6c7e6fc340b1ce15d6fc9629f8c42853412c029e57e" 3660dependencies = [ 3661 "bitflags 1.3.2", 3662 "euclid", 3663 "lazy_static", 3664 "serde", 3665 "wezterm-dynamic", 3666] 3667 3668[[package]] 3669name = "winapi" 3670version = "0.3.9" 3671source = "registry+https://github.com/rust-lang/crates.io-index" 3672checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 3673dependencies = [ 3674 "winapi-i686-pc-windows-gnu", 3675 "winapi-x86_64-pc-windows-gnu", 3676] 3677 3678[[package]] 3679name = "winapi-i686-pc-windows-gnu" 3680version = "0.4.0" 3681source = "registry+https://github.com/rust-lang/crates.io-index" 3682checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 3683 3684[[package]] 3685name = "winapi-util" 3686version = "0.1.11" 3687source = "registry+https://github.com/rust-lang/crates.io-index" 3688checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3689dependencies = [ 3690 "windows-sys 0.61.2", 3691] 3692 3693[[package]] 3694name = "winapi-x86_64-pc-windows-gnu" 3695version = "0.4.0" 3696source = "registry+https://github.com/rust-lang/crates.io-index" 3697checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 3698 3699[[package]] 3700name = "windows" 3701version = "0.61.3" 3702source = "registry+https://github.com/rust-lang/crates.io-index" 3703checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 3704dependencies = [ 3705 "windows-collections", 3706 "windows-core", 3707 "windows-future", 3708 "windows-link 0.1.3", 3709 "windows-numerics", 3710] 3711 3712[[package]] 3713name = "windows-collections" 3714version = "0.2.0" 3715source = "registry+https://github.com/rust-lang/crates.io-index" 3716checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 3717dependencies = [ 3718 "windows-core", 3719] 3720 3721[[package]] 3722name = "windows-core" 3723version = "0.61.2" 3724source = "registry+https://github.com/rust-lang/crates.io-index" 3725checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 3726dependencies = [ 3727 "windows-implement", 3728 "windows-interface", 3729 "windows-link 0.1.3", 3730 "windows-result", 3731 "windows-strings", 3732] 3733 3734[[package]] 3735name = "windows-future" 3736version = "0.2.1" 3737source = "registry+https://github.com/rust-lang/crates.io-index" 3738checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 3739dependencies = [ 3740 "windows-core", 3741 "windows-link 0.1.3", 3742 "windows-threading", 3743] 3744 3745[[package]] 3746name = "windows-implement" 3747version = "0.60.2" 3748source = "registry+https://github.com/rust-lang/crates.io-index" 3749checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 3750dependencies = [ 3751 "proc-macro2", 3752 "quote", 3753 "syn 2.0.117", 3754] 3755 3756[[package]] 3757name = "windows-interface" 3758version = "0.59.3" 3759source = "registry+https://github.com/rust-lang/crates.io-index" 3760checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 3761dependencies = [ 3762 "proc-macro2", 3763 "quote", 3764 "syn 2.0.117", 3765] 3766 3767[[package]] 3768name = "windows-link" 3769version = "0.1.3" 3770source = "registry+https://github.com/rust-lang/crates.io-index" 3771checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 3772 3773[[package]] 3774name = "windows-link" 3775version = "0.2.1" 3776source = "registry+https://github.com/rust-lang/crates.io-index" 3777checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3778 3779[[package]] 3780name = "windows-numerics" 3781version = "0.2.0" 3782source = "registry+https://github.com/rust-lang/crates.io-index" 3783checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 3784dependencies = [ 3785 "windows-core", 3786 "windows-link 0.1.3", 3787] 3788 3789[[package]] 3790name = "windows-result" 3791version = "0.3.4" 3792source = "registry+https://github.com/rust-lang/crates.io-index" 3793checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 3794dependencies = [ 3795 "windows-link 0.1.3", 3796] 3797 3798[[package]] 3799name = "windows-strings" 3800version = "0.4.2" 3801source = "registry+https://github.com/rust-lang/crates.io-index" 3802checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 3803dependencies = [ 3804 "windows-link 0.1.3", 3805] 3806 3807[[package]] 3808name = "windows-sys" 3809version = "0.59.0" 3810source = "registry+https://github.com/rust-lang/crates.io-index" 3811checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 3812dependencies = [ 3813 "windows-targets 0.52.6", 3814] 3815 3816[[package]] 3817name = "windows-sys" 3818version = "0.60.2" 3819source = "registry+https://github.com/rust-lang/crates.io-index" 3820checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3821dependencies = [ 3822 "windows-targets 0.53.5", 3823] 3824 3825[[package]] 3826name = "windows-sys" 3827version = "0.61.2" 3828source = "registry+https://github.com/rust-lang/crates.io-index" 3829checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3830dependencies = [ 3831 "windows-link 0.2.1", 3832] 3833 3834[[package]] 3835name = "windows-targets" 3836version = "0.52.6" 3837source = "registry+https://github.com/rust-lang/crates.io-index" 3838checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3839dependencies = [ 3840 "windows_aarch64_gnullvm 0.52.6", 3841 "windows_aarch64_msvc 0.52.6", 3842 "windows_i686_gnu 0.52.6", 3843 "windows_i686_gnullvm 0.52.6", 3844 "windows_i686_msvc 0.52.6", 3845 "windows_x86_64_gnu 0.52.6", 3846 "windows_x86_64_gnullvm 0.52.6", 3847 "windows_x86_64_msvc 0.52.6", 3848] 3849 3850[[package]] 3851name = "windows-targets" 3852version = "0.53.5" 3853source = "registry+https://github.com/rust-lang/crates.io-index" 3854checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 3855dependencies = [ 3856 "windows-link 0.2.1", 3857 "windows_aarch64_gnullvm 0.53.1", 3858 "windows_aarch64_msvc 0.53.1", 3859 "windows_i686_gnu 0.53.1", 3860 "windows_i686_gnullvm 0.53.1", 3861 "windows_i686_msvc 0.53.1", 3862 "windows_x86_64_gnu 0.53.1", 3863 "windows_x86_64_gnullvm 0.53.1", 3864 "windows_x86_64_msvc 0.53.1", 3865] 3866 3867[[package]] 3868name = "windows-threading" 3869version = "0.1.0" 3870source = "registry+https://github.com/rust-lang/crates.io-index" 3871checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 3872dependencies = [ 3873 "windows-link 0.1.3", 3874] 3875 3876[[package]] 3877name = "windows_aarch64_gnullvm" 3878version = "0.52.6" 3879source = "registry+https://github.com/rust-lang/crates.io-index" 3880checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3881 3882[[package]] 3883name = "windows_aarch64_gnullvm" 3884version = "0.53.1" 3885source = "registry+https://github.com/rust-lang/crates.io-index" 3886checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 3887 3888[[package]] 3889name = "windows_aarch64_msvc" 3890version = "0.52.6" 3891source = "registry+https://github.com/rust-lang/crates.io-index" 3892checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3893 3894[[package]] 3895name = "windows_aarch64_msvc" 3896version = "0.53.1" 3897source = "registry+https://github.com/rust-lang/crates.io-index" 3898checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 3899 3900[[package]] 3901name = "windows_i686_gnu" 3902version = "0.52.6" 3903source = "registry+https://github.com/rust-lang/crates.io-index" 3904checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3905 3906[[package]] 3907name = "windows_i686_gnu" 3908version = "0.53.1" 3909source = "registry+https://github.com/rust-lang/crates.io-index" 3910checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 3911 3912[[package]] 3913name = "windows_i686_gnullvm" 3914version = "0.52.6" 3915source = "registry+https://github.com/rust-lang/crates.io-index" 3916checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3917 3918[[package]] 3919name = "windows_i686_gnullvm" 3920version = "0.53.1" 3921source = "registry+https://github.com/rust-lang/crates.io-index" 3922checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 3923 3924[[package]] 3925name = "windows_i686_msvc" 3926version = "0.52.6" 3927source = "registry+https://github.com/rust-lang/crates.io-index" 3928checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3929 3930[[package]] 3931name = "windows_i686_msvc" 3932version = "0.53.1" 3933source = "registry+https://github.com/rust-lang/crates.io-index" 3934checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 3935 3936[[package]] 3937name = "windows_x86_64_gnu" 3938version = "0.52.6" 3939source = "registry+https://github.com/rust-lang/crates.io-index" 3940checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3941 3942[[package]] 3943name = "windows_x86_64_gnu" 3944version = "0.53.1" 3945source = "registry+https://github.com/rust-lang/crates.io-index" 3946checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 3947 3948[[package]] 3949name = "windows_x86_64_gnullvm" 3950version = "0.52.6" 3951source = "registry+https://github.com/rust-lang/crates.io-index" 3952checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3953 3954[[package]] 3955name = "windows_x86_64_gnullvm" 3956version = "0.53.1" 3957source = "registry+https://github.com/rust-lang/crates.io-index" 3958checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3959 3960[[package]] 3961name = "windows_x86_64_msvc" 3962version = "0.52.6" 3963source = "registry+https://github.com/rust-lang/crates.io-index" 3964checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3965 3966[[package]] 3967name = "windows_x86_64_msvc" 3968version = "0.53.1" 3969source = "registry+https://github.com/rust-lang/crates.io-index" 3970checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3971 3972[[package]] 3973name = "winnow" 3974version = "0.6.24" 3975source = "registry+https://github.com/rust-lang/crates.io-index" 3976checksum = "c8d71a593cc5c42ad7876e2c1fda56f314f3754c084128833e64f1345ff8a03a" 3977dependencies = [ 3978 "memchr", 3979] 3980 3981[[package]] 3982name = "winnow" 3983version = "0.7.15" 3984source = "registry+https://github.com/rust-lang/crates.io-index" 3985checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 3986dependencies = [ 3987 "memchr", 3988] 3989 3990[[package]] 3991name = "wit-bindgen" 3992version = "0.51.0" 3993source = "registry+https://github.com/rust-lang/crates.io-index" 3994checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 3995dependencies = [ 3996 "wit-bindgen-rust-macro", 3997] 3998 3999[[package]] 4000name = "wit-bindgen-core" 4001version = "0.51.0" 4002source = "registry+https://github.com/rust-lang/crates.io-index" 4003checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 4004dependencies = [ 4005 "anyhow", 4006 "heck", 4007 "wit-parser", 4008] 4009 4010[[package]] 4011name = "wit-bindgen-rust" 4012version = "0.51.0" 4013source = "registry+https://github.com/rust-lang/crates.io-index" 4014checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 4015dependencies = [ 4016 "anyhow", 4017 "heck", 4018 "indexmap", 4019 "prettyplease", 4020 "syn 2.0.117", 4021 "wasm-metadata", 4022 "wit-bindgen-core", 4023 "wit-component", 4024] 4025 4026[[package]] 4027name = "wit-bindgen-rust-macro" 4028version = "0.51.0" 4029source = "registry+https://github.com/rust-lang/crates.io-index" 4030checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 4031dependencies = [ 4032 "anyhow", 4033 "prettyplease", 4034 "proc-macro2", 4035 "quote", 4036 "syn 2.0.117", 4037 "wit-bindgen-core", 4038 "wit-bindgen-rust", 4039] 4040 4041[[package]] 4042name = "wit-component" 4043version = "0.244.0" 4044source = "registry+https://github.com/rust-lang/crates.io-index" 4045checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 4046dependencies = [ 4047 "anyhow", 4048 "bitflags 2.11.0", 4049 "indexmap", 4050 "log", 4051 "serde", 4052 "serde_derive", 4053 "serde_json", 4054 "wasm-encoder", 4055 "wasm-metadata", 4056 "wasmparser", 4057 "wit-parser", 4058] 4059 4060[[package]] 4061name = "wit-parser" 4062version = "0.244.0" 4063source = "registry+https://github.com/rust-lang/crates.io-index" 4064checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 4065dependencies = [ 4066 "anyhow", 4067 "id-arena", 4068 "indexmap", 4069 "log", 4070 "semver", 4071 "serde", 4072 "serde_derive", 4073 "serde_json", 4074 "unicode-xid", 4075 "wasmparser", 4076] 4077 4078[[package]] 4079name = "zlib-rs" 4080version = "0.5.5" 4081source = "registry+https://github.com/rust-lang/crates.io-index" 4082checksum = "40990edd51aae2c2b6907af74ffb635029d5788228222c4bb811e9351c0caad3" 4083 4084[[package]] 4085name = "zmij" 4086version = "1.0.21" 4087source = "registry+https://github.com/rust-lang/crates.io-index" 4088checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"