magical markdown slides
at 4cfdd0efa4e9f9ff164e1beaf678a910bd067319 1511 lines 40 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 = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "allocator-api2" 13version = "0.2.21" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 16 17[[package]] 18name = "anstream" 19version = "0.6.21" 20source = "registry+https://github.com/rust-lang/crates.io-index" 21checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 22dependencies = [ 23 "anstyle", 24 "anstyle-parse", 25 "anstyle-query", 26 "anstyle-wincon", 27 "colorchoice", 28 "is_terminal_polyfill", 29 "utf8parse", 30] 31 32[[package]] 33name = "anstyle" 34version = "1.0.13" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 37 38[[package]] 39name = "anstyle-parse" 40version = "0.2.7" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 43dependencies = [ 44 "utf8parse", 45] 46 47[[package]] 48name = "anstyle-query" 49version = "1.1.4" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 52dependencies = [ 53 "windows-sys 0.60.2", 54] 55 56[[package]] 57name = "anstyle-wincon" 58version = "3.0.10" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 61dependencies = [ 62 "anstyle", 63 "once_cell_polyfill", 64 "windows-sys 0.60.2", 65] 66 67[[package]] 68name = "anyhow" 69version = "1.0.100" 70source = "registry+https://github.com/rust-lang/crates.io-index" 71checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 72 73[[package]] 74name = "base64" 75version = "0.22.1" 76source = "registry+https://github.com/rust-lang/crates.io-index" 77checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 78 79[[package]] 80name = "bincode" 81version = "1.3.3" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 84dependencies = [ 85 "serde", 86] 87 88[[package]] 89name = "bitflags" 90version = "2.9.4" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 93 94[[package]] 95name = "cassowary" 96version = "0.3.0" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 99 100[[package]] 101name = "castaway" 102version = "0.2.4" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 105dependencies = [ 106 "rustversion", 107] 108 109[[package]] 110name = "cc" 111version = "1.2.46" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "b97463e1064cb1b1c1384ad0a0b9c8abd0988e2a91f52606c80ef14aadb63e36" 114dependencies = [ 115 "find-msvc-tools", 116 "shlex", 117] 118 119[[package]] 120name = "cfg-if" 121version = "1.0.3" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 124 125[[package]] 126name = "clap" 127version = "4.5.48" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 130dependencies = [ 131 "clap_builder", 132 "clap_derive", 133] 134 135[[package]] 136name = "clap_builder" 137version = "4.5.48" 138source = "registry+https://github.com/rust-lang/crates.io-index" 139checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 140dependencies = [ 141 "anstream", 142 "anstyle", 143 "clap_lex", 144 "strsim", 145] 146 147[[package]] 148name = "clap_derive" 149version = "4.5.47" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 152dependencies = [ 153 "heck", 154 "proc-macro2", 155 "quote", 156 "syn", 157] 158 159[[package]] 160name = "clap_lex" 161version = "0.7.5" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 164 165[[package]] 166name = "colorchoice" 167version = "1.0.4" 168source = "registry+https://github.com/rust-lang/crates.io-index" 169checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 170 171[[package]] 172name = "compact_str" 173version = "0.8.1" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" 176dependencies = [ 177 "castaway", 178 "cfg-if", 179 "itoa", 180 "rustversion", 181 "ryu", 182 "static_assertions", 183] 184 185[[package]] 186name = "convert_case" 187version = "0.7.1" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "bb402b8d4c85569410425650ce3eddc7d698ed96d39a73f941b08fb63082f1e7" 190dependencies = [ 191 "unicode-segmentation", 192] 193 194[[package]] 195name = "crc32fast" 196version = "1.5.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 199dependencies = [ 200 "cfg-if", 201] 202 203[[package]] 204name = "crossterm" 205version = "0.28.1" 206source = "registry+https://github.com/rust-lang/crates.io-index" 207checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 208dependencies = [ 209 "bitflags", 210 "crossterm_winapi", 211 "mio", 212 "parking_lot", 213 "rustix 0.38.44", 214 "signal-hook", 215 "signal-hook-mio", 216 "winapi", 217] 218 219[[package]] 220name = "crossterm" 221version = "0.29.0" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 224dependencies = [ 225 "bitflags", 226 "crossterm_winapi", 227 "derive_more", 228 "document-features", 229 "mio", 230 "parking_lot", 231 "rustix 1.1.2", 232 "signal-hook", 233 "signal-hook-mio", 234 "winapi", 235] 236 237[[package]] 238name = "crossterm_winapi" 239version = "0.9.1" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 242dependencies = [ 243 "winapi", 244] 245 246[[package]] 247name = "darling" 248version = "0.20.11" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 251dependencies = [ 252 "darling_core", 253 "darling_macro", 254] 255 256[[package]] 257name = "darling_core" 258version = "0.20.11" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 261dependencies = [ 262 "fnv", 263 "ident_case", 264 "proc-macro2", 265 "quote", 266 "strsim", 267 "syn", 268] 269 270[[package]] 271name = "darling_macro" 272version = "0.20.11" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 275dependencies = [ 276 "darling_core", 277 "quote", 278 "syn", 279] 280 281[[package]] 282name = "deranged" 283version = "0.5.5" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 286dependencies = [ 287 "powerfmt", 288] 289 290[[package]] 291name = "derive_more" 292version = "2.0.1" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "093242cf7570c207c83073cf82f79706fe7b8317e98620a47d5be7c3d8497678" 295dependencies = [ 296 "derive_more-impl", 297] 298 299[[package]] 300name = "derive_more-impl" 301version = "2.0.1" 302source = "registry+https://github.com/rust-lang/crates.io-index" 303checksum = "bda628edc44c4bb645fbe0f758797143e4e07926f7ebf4e9bdfbd3d2ce621df3" 304dependencies = [ 305 "convert_case", 306 "proc-macro2", 307 "quote", 308 "syn", 309] 310 311[[package]] 312name = "document-features" 313version = "0.2.11" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "95249b50c6c185bee49034bcb378a49dc2b5dff0be90ff6616d31d64febab05d" 316dependencies = [ 317 "litrs", 318] 319 320[[package]] 321name = "either" 322version = "1.15.0" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 325 326[[package]] 327name = "equivalent" 328version = "1.0.2" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 331 332[[package]] 333name = "errno" 334version = "0.3.14" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 337dependencies = [ 338 "libc", 339 "windows-sys 0.61.2", 340] 341 342[[package]] 343name = "find-msvc-tools" 344version = "0.1.5" 345source = "registry+https://github.com/rust-lang/crates.io-index" 346checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 347 348[[package]] 349name = "flate2" 350version = "1.1.5" 351source = "registry+https://github.com/rust-lang/crates.io-index" 352checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 353dependencies = [ 354 "crc32fast", 355 "miniz_oxide", 356] 357 358[[package]] 359name = "fnv" 360version = "1.0.7" 361source = "registry+https://github.com/rust-lang/crates.io-index" 362checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 363 364[[package]] 365name = "foldhash" 366version = "0.1.5" 367source = "registry+https://github.com/rust-lang/crates.io-index" 368checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 369 370[[package]] 371name = "getopts" 372version = "0.2.24" 373source = "registry+https://github.com/rust-lang/crates.io-index" 374checksum = "cfe4fbac503b8d1f88e6676011885f34b7174f46e59956bba534ba83abded4df" 375dependencies = [ 376 "unicode-width 0.2.0", 377] 378 379[[package]] 380name = "hashbrown" 381version = "0.15.5" 382source = "registry+https://github.com/rust-lang/crates.io-index" 383checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 384dependencies = [ 385 "allocator-api2", 386 "equivalent", 387 "foldhash", 388] 389 390[[package]] 391name = "heck" 392version = "0.5.0" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 395 396[[package]] 397name = "ident_case" 398version = "1.0.1" 399source = "registry+https://github.com/rust-lang/crates.io-index" 400checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 401 402[[package]] 403name = "indexmap" 404version = "2.11.4" 405source = "registry+https://github.com/rust-lang/crates.io-index" 406checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 407dependencies = [ 408 "equivalent", 409 "hashbrown", 410] 411 412[[package]] 413name = "indoc" 414version = "2.0.6" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd" 417 418[[package]] 419name = "instability" 420version = "0.3.9" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "435d80800b936787d62688c927b6490e887c7ef5ff9ce922c6c6050fca75eb9a" 423dependencies = [ 424 "darling", 425 "indoc", 426 "proc-macro2", 427 "quote", 428 "syn", 429] 430 431[[package]] 432name = "is_terminal_polyfill" 433version = "1.70.1" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 436 437[[package]] 438name = "itertools" 439version = "0.13.0" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 442dependencies = [ 443 "either", 444] 445 446[[package]] 447name = "itoa" 448version = "1.0.15" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 451 452[[package]] 453name = "lantern-cli" 454version = "0.1.0" 455dependencies = [ 456 "clap", 457 "crossterm 0.29.0", 458 "lantern-core", 459 "lantern-ui", 460 "owo-colors", 461 "ratatui", 462 "tracing", 463 "tracing-subscriber", 464] 465 466[[package]] 467name = "lantern-core" 468version = "0.1.0" 469dependencies = [ 470 "crossterm 0.29.0", 471 "owo-colors", 472 "pulldown-cmark", 473 "serde", 474 "serde_json", 475 "serde_yml", 476 "syntect", 477 "terminal-colorsaurus", 478 "thiserror", 479 "toml", 480 "tracing", 481 "unicode-width 0.2.0", 482] 483 484[[package]] 485name = "lantern-ui" 486version = "0.1.0" 487dependencies = [ 488 "crossterm 0.29.0", 489 "lantern-core", 490 "owo-colors", 491 "ratatui", 492 "unicode-width 0.2.0", 493] 494 495[[package]] 496name = "lazy_static" 497version = "1.5.0" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 500 501[[package]] 502name = "libc" 503version = "0.2.176" 504source = "registry+https://github.com/rust-lang/crates.io-index" 505checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 506 507[[package]] 508name = "libyml" 509version = "0.0.5" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "3302702afa434ffa30847a83305f0a69d6abd74293b6554c18ec85c7ef30c980" 512dependencies = [ 513 "anyhow", 514 "version_check", 515] 516 517[[package]] 518name = "linked-hash-map" 519version = "0.5.6" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 522 523[[package]] 524name = "linux-raw-sys" 525version = "0.4.15" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 528 529[[package]] 530name = "linux-raw-sys" 531version = "0.11.0" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 534 535[[package]] 536name = "litrs" 537version = "0.4.2" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "f5e54036fe321fd421e10d732f155734c4e4afd610dd556d9a82833ab3ee0bed" 540 541[[package]] 542name = "lock_api" 543version = "0.4.14" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 546dependencies = [ 547 "scopeguard", 548] 549 550[[package]] 551name = "log" 552version = "0.4.28" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 555 556[[package]] 557name = "lru" 558version = "0.12.5" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 561dependencies = [ 562 "hashbrown", 563] 564 565[[package]] 566name = "memchr" 567version = "2.7.6" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 570 571[[package]] 572name = "miniz_oxide" 573version = "0.8.9" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 576dependencies = [ 577 "adler2", 578 "simd-adler32", 579] 580 581[[package]] 582name = "mio" 583version = "1.1.0" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 586dependencies = [ 587 "libc", 588 "log", 589 "wasi", 590 "windows-sys 0.61.2", 591] 592 593[[package]] 594name = "nu-ansi-term" 595version = "0.50.1" 596source = "registry+https://github.com/rust-lang/crates.io-index" 597checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 598dependencies = [ 599 "windows-sys 0.52.0", 600] 601 602[[package]] 603name = "num-conv" 604version = "0.1.0" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 607 608[[package]] 609name = "once_cell" 610version = "1.21.3" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 613 614[[package]] 615name = "once_cell_polyfill" 616version = "1.70.1" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 619 620[[package]] 621name = "onig" 622version = "6.5.1" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "336b9c63443aceef14bea841b899035ae3abe89b7c486aaf4c5bd8aafedac3f0" 625dependencies = [ 626 "bitflags", 627 "libc", 628 "once_cell", 629 "onig_sys", 630] 631 632[[package]] 633name = "onig_sys" 634version = "69.9.1" 635source = "registry+https://github.com/rust-lang/crates.io-index" 636checksum = "c7f86c6eef3d6df15f23bcfb6af487cbd2fed4e5581d58d5bf1f5f8b7f6727dc" 637dependencies = [ 638 "cc", 639 "pkg-config", 640] 641 642[[package]] 643name = "owo-colors" 644version = "4.2.3" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" 647 648[[package]] 649name = "parking_lot" 650version = "0.12.5" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 653dependencies = [ 654 "lock_api", 655 "parking_lot_core", 656] 657 658[[package]] 659name = "parking_lot_core" 660version = "0.9.12" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 663dependencies = [ 664 "cfg-if", 665 "libc", 666 "redox_syscall", 667 "smallvec", 668 "windows-link", 669] 670 671[[package]] 672name = "paste" 673version = "1.0.15" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 676 677[[package]] 678name = "pin-project-lite" 679version = "0.2.16" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 682 683[[package]] 684name = "pkg-config" 685version = "0.3.32" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 688 689[[package]] 690name = "plist" 691version = "1.8.0" 692source = "registry+https://github.com/rust-lang/crates.io-index" 693checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07" 694dependencies = [ 695 "base64", 696 "indexmap", 697 "quick-xml", 698 "serde", 699 "time", 700] 701 702[[package]] 703name = "powerfmt" 704version = "0.2.0" 705source = "registry+https://github.com/rust-lang/crates.io-index" 706checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 707 708[[package]] 709name = "proc-macro2" 710version = "1.0.101" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 713dependencies = [ 714 "unicode-ident", 715] 716 717[[package]] 718name = "pulldown-cmark" 719version = "0.13.0" 720source = "registry+https://github.com/rust-lang/crates.io-index" 721checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0" 722dependencies = [ 723 "bitflags", 724 "getopts", 725 "memchr", 726 "pulldown-cmark-escape", 727 "unicase", 728] 729 730[[package]] 731name = "pulldown-cmark-escape" 732version = "0.11.0" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "007d8adb5ddab6f8e3f491ac63566a7d5002cc7ed73901f72057943fa71ae1ae" 735 736[[package]] 737name = "quick-xml" 738version = "0.38.4" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 741dependencies = [ 742 "memchr", 743] 744 745[[package]] 746name = "quote" 747version = "1.0.41" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 750dependencies = [ 751 "proc-macro2", 752] 753 754[[package]] 755name = "ratatui" 756version = "0.29.0" 757source = "registry+https://github.com/rust-lang/crates.io-index" 758checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" 759dependencies = [ 760 "bitflags", 761 "cassowary", 762 "compact_str", 763 "crossterm 0.28.1", 764 "indoc", 765 "instability", 766 "itertools", 767 "lru", 768 "paste", 769 "strum", 770 "unicode-segmentation", 771 "unicode-truncate", 772 "unicode-width 0.2.0", 773] 774 775[[package]] 776name = "redox_syscall" 777version = "0.5.18" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 780dependencies = [ 781 "bitflags", 782] 783 784[[package]] 785name = "regex-syntax" 786version = "0.8.8" 787source = "registry+https://github.com/rust-lang/crates.io-index" 788checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 789 790[[package]] 791name = "rustix" 792version = "0.38.44" 793source = "registry+https://github.com/rust-lang/crates.io-index" 794checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 795dependencies = [ 796 "bitflags", 797 "errno", 798 "libc", 799 "linux-raw-sys 0.4.15", 800 "windows-sys 0.59.0", 801] 802 803[[package]] 804name = "rustix" 805version = "1.1.2" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 808dependencies = [ 809 "bitflags", 810 "errno", 811 "libc", 812 "linux-raw-sys 0.11.0", 813 "windows-sys 0.61.2", 814] 815 816[[package]] 817name = "rustversion" 818version = "1.0.22" 819source = "registry+https://github.com/rust-lang/crates.io-index" 820checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 821 822[[package]] 823name = "ryu" 824version = "1.0.20" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 827 828[[package]] 829name = "same-file" 830version = "1.0.6" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 833dependencies = [ 834 "winapi-util", 835] 836 837[[package]] 838name = "scopeguard" 839version = "1.2.0" 840source = "registry+https://github.com/rust-lang/crates.io-index" 841checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 842 843[[package]] 844name = "serde" 845version = "1.0.228" 846source = "registry+https://github.com/rust-lang/crates.io-index" 847checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 848dependencies = [ 849 "serde_core", 850 "serde_derive", 851] 852 853[[package]] 854name = "serde_core" 855version = "1.0.228" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 858dependencies = [ 859 "serde_derive", 860] 861 862[[package]] 863name = "serde_derive" 864version = "1.0.228" 865source = "registry+https://github.com/rust-lang/crates.io-index" 866checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 867dependencies = [ 868 "proc-macro2", 869 "quote", 870 "syn", 871] 872 873[[package]] 874name = "serde_json" 875version = "1.0.145" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 878dependencies = [ 879 "itoa", 880 "memchr", 881 "ryu", 882 "serde", 883 "serde_core", 884] 885 886[[package]] 887name = "serde_spanned" 888version = "1.0.2" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "5417783452c2be558477e104686f7de5dae53dba813c28435e0e70f82d9b04ee" 891dependencies = [ 892 "serde_core", 893] 894 895[[package]] 896name = "serde_yml" 897version = "0.0.12" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "59e2dd588bf1597a252c3b920e0143eb99b0f76e4e082f4c92ce34fbc9e71ddd" 900dependencies = [ 901 "indexmap", 902 "itoa", 903 "libyml", 904 "memchr", 905 "ryu", 906 "serde", 907 "version_check", 908] 909 910[[package]] 911name = "sharded-slab" 912version = "0.1.7" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 915dependencies = [ 916 "lazy_static", 917] 918 919[[package]] 920name = "shlex" 921version = "1.3.0" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 924 925[[package]] 926name = "signal-hook" 927version = "0.3.18" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 930dependencies = [ 931 "libc", 932 "signal-hook-registry", 933] 934 935[[package]] 936name = "signal-hook-mio" 937version = "0.2.5" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 940dependencies = [ 941 "libc", 942 "mio", 943 "signal-hook", 944] 945 946[[package]] 947name = "signal-hook-registry" 948version = "1.4.6" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 951dependencies = [ 952 "libc", 953] 954 955[[package]] 956name = "simd-adler32" 957version = "0.3.7" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 960 961[[package]] 962name = "smallvec" 963version = "1.15.1" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 966 967[[package]] 968name = "static_assertions" 969version = "1.1.0" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 972 973[[package]] 974name = "strsim" 975version = "0.11.1" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 978 979[[package]] 980name = "strum" 981version = "0.26.3" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 984dependencies = [ 985 "strum_macros", 986] 987 988[[package]] 989name = "strum_macros" 990version = "0.26.4" 991source = "registry+https://github.com/rust-lang/crates.io-index" 992checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 993dependencies = [ 994 "heck", 995 "proc-macro2", 996 "quote", 997 "rustversion", 998 "syn", 999] 1000 1001[[package]] 1002name = "syn" 1003version = "2.0.106" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1006dependencies = [ 1007 "proc-macro2", 1008 "quote", 1009 "unicode-ident", 1010] 1011 1012[[package]] 1013name = "syntect" 1014version = "5.3.0" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "656b45c05d95a5704399aeef6bd0ddec7b2b3531b7c9e900abbf7c4d2190c925" 1017dependencies = [ 1018 "bincode", 1019 "flate2", 1020 "fnv", 1021 "once_cell", 1022 "onig", 1023 "plist", 1024 "regex-syntax", 1025 "serde", 1026 "serde_derive", 1027 "serde_json", 1028 "thiserror", 1029 "walkdir", 1030 "yaml-rust", 1031] 1032 1033[[package]] 1034name = "terminal-colorsaurus" 1035version = "1.0.1" 1036source = "registry+https://github.com/rust-lang/crates.io-index" 1037checksum = "8909f33134da34b43f69145e748790de650a6abd84faf1f82e773444dd293ec8" 1038dependencies = [ 1039 "cfg-if", 1040 "libc", 1041 "memchr", 1042 "mio", 1043 "terminal-trx", 1044 "windows-sys 0.61.2", 1045 "xterm-color", 1046] 1047 1048[[package]] 1049name = "terminal-trx" 1050version = "0.2.5" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "662a3cd5ca570df622e848ef18b50c151e65c9835257465417242243b0bce783" 1053dependencies = [ 1054 "cfg-if", 1055 "libc", 1056 "windows-sys 0.61.2", 1057] 1058 1059[[package]] 1060name = "thiserror" 1061version = "2.0.17" 1062source = "registry+https://github.com/rust-lang/crates.io-index" 1063checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 1064dependencies = [ 1065 "thiserror-impl", 1066] 1067 1068[[package]] 1069name = "thiserror-impl" 1070version = "2.0.17" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 1073dependencies = [ 1074 "proc-macro2", 1075 "quote", 1076 "syn", 1077] 1078 1079[[package]] 1080name = "thread_local" 1081version = "1.1.9" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1084dependencies = [ 1085 "cfg-if", 1086] 1087 1088[[package]] 1089name = "time" 1090version = "0.3.44" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 1093dependencies = [ 1094 "deranged", 1095 "itoa", 1096 "num-conv", 1097 "powerfmt", 1098 "serde", 1099 "time-core", 1100 "time-macros", 1101] 1102 1103[[package]] 1104name = "time-core" 1105version = "0.1.6" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 1108 1109[[package]] 1110name = "time-macros" 1111version = "0.2.24" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 1114dependencies = [ 1115 "num-conv", 1116 "time-core", 1117] 1118 1119[[package]] 1120name = "toml" 1121version = "0.9.7" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "00e5e5d9bf2475ac9d4f0d9edab68cc573dc2fd644b0dba36b0c30a92dd9eaa0" 1124dependencies = [ 1125 "indexmap", 1126 "serde_core", 1127 "serde_spanned", 1128 "toml_datetime", 1129 "toml_parser", 1130 "toml_writer", 1131 "winnow", 1132] 1133 1134[[package]] 1135name = "toml_datetime" 1136version = "0.7.2" 1137source = "registry+https://github.com/rust-lang/crates.io-index" 1138checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" 1139dependencies = [ 1140 "serde_core", 1141] 1142 1143[[package]] 1144name = "toml_parser" 1145version = "1.0.3" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" 1148dependencies = [ 1149 "winnow", 1150] 1151 1152[[package]] 1153name = "toml_writer" 1154version = "1.0.3" 1155source = "registry+https://github.com/rust-lang/crates.io-index" 1156checksum = "d163a63c116ce562a22cda521fcc4d79152e7aba014456fb5eb442f6d6a10109" 1157 1158[[package]] 1159name = "tracing" 1160version = "0.1.41" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 1163dependencies = [ 1164 "pin-project-lite", 1165 "tracing-attributes", 1166 "tracing-core", 1167] 1168 1169[[package]] 1170name = "tracing-attributes" 1171version = "0.1.30" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 1174dependencies = [ 1175 "proc-macro2", 1176 "quote", 1177 "syn", 1178] 1179 1180[[package]] 1181name = "tracing-core" 1182version = "0.1.34" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 1185dependencies = [ 1186 "once_cell", 1187 "valuable", 1188] 1189 1190[[package]] 1191name = "tracing-log" 1192version = "0.2.0" 1193source = "registry+https://github.com/rust-lang/crates.io-index" 1194checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1195dependencies = [ 1196 "log", 1197 "once_cell", 1198 "tracing-core", 1199] 1200 1201[[package]] 1202name = "tracing-subscriber" 1203version = "0.3.20" 1204source = "registry+https://github.com/rust-lang/crates.io-index" 1205checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 1206dependencies = [ 1207 "nu-ansi-term", 1208 "sharded-slab", 1209 "smallvec", 1210 "thread_local", 1211 "tracing-core", 1212 "tracing-log", 1213] 1214 1215[[package]] 1216name = "unicase" 1217version = "2.8.1" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 1220 1221[[package]] 1222name = "unicode-ident" 1223version = "1.0.19" 1224source = "registry+https://github.com/rust-lang/crates.io-index" 1225checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 1226 1227[[package]] 1228name = "unicode-segmentation" 1229version = "1.12.0" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 1232 1233[[package]] 1234name = "unicode-truncate" 1235version = "1.1.0" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" 1238dependencies = [ 1239 "itertools", 1240 "unicode-segmentation", 1241 "unicode-width 0.1.14", 1242] 1243 1244[[package]] 1245name = "unicode-width" 1246version = "0.1.14" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 1249 1250[[package]] 1251name = "unicode-width" 1252version = "0.2.0" 1253source = "registry+https://github.com/rust-lang/crates.io-index" 1254checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 1255 1256[[package]] 1257name = "utf8parse" 1258version = "0.2.2" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1261 1262[[package]] 1263name = "valuable" 1264version = "0.1.1" 1265source = "registry+https://github.com/rust-lang/crates.io-index" 1266checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 1267 1268[[package]] 1269name = "version_check" 1270version = "0.9.5" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1273 1274[[package]] 1275name = "walkdir" 1276version = "2.5.0" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1279dependencies = [ 1280 "same-file", 1281 "winapi-util", 1282] 1283 1284[[package]] 1285name = "wasi" 1286version = "0.11.1+wasi-snapshot-preview1" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1289 1290[[package]] 1291name = "winapi" 1292version = "0.3.9" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1295dependencies = [ 1296 "winapi-i686-pc-windows-gnu", 1297 "winapi-x86_64-pc-windows-gnu", 1298] 1299 1300[[package]] 1301name = "winapi-i686-pc-windows-gnu" 1302version = "0.4.0" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1305 1306[[package]] 1307name = "winapi-util" 1308version = "0.1.11" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 1311dependencies = [ 1312 "windows-sys 0.61.2", 1313] 1314 1315[[package]] 1316name = "winapi-x86_64-pc-windows-gnu" 1317version = "0.4.0" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1320 1321[[package]] 1322name = "windows-link" 1323version = "0.2.1" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1326 1327[[package]] 1328name = "windows-sys" 1329version = "0.52.0" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1332dependencies = [ 1333 "windows-targets 0.52.6", 1334] 1335 1336[[package]] 1337name = "windows-sys" 1338version = "0.59.0" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1341dependencies = [ 1342 "windows-targets 0.52.6", 1343] 1344 1345[[package]] 1346name = "windows-sys" 1347version = "0.60.2" 1348source = "registry+https://github.com/rust-lang/crates.io-index" 1349checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1350dependencies = [ 1351 "windows-targets 0.53.4", 1352] 1353 1354[[package]] 1355name = "windows-sys" 1356version = "0.61.2" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1359dependencies = [ 1360 "windows-link", 1361] 1362 1363[[package]] 1364name = "windows-targets" 1365version = "0.52.6" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1368dependencies = [ 1369 "windows_aarch64_gnullvm 0.52.6", 1370 "windows_aarch64_msvc 0.52.6", 1371 "windows_i686_gnu 0.52.6", 1372 "windows_i686_gnullvm 0.52.6", 1373 "windows_i686_msvc 0.52.6", 1374 "windows_x86_64_gnu 0.52.6", 1375 "windows_x86_64_gnullvm 0.52.6", 1376 "windows_x86_64_msvc 0.52.6", 1377] 1378 1379[[package]] 1380name = "windows-targets" 1381version = "0.53.4" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 1384dependencies = [ 1385 "windows-link", 1386 "windows_aarch64_gnullvm 0.53.0", 1387 "windows_aarch64_msvc 0.53.0", 1388 "windows_i686_gnu 0.53.0", 1389 "windows_i686_gnullvm 0.53.0", 1390 "windows_i686_msvc 0.53.0", 1391 "windows_x86_64_gnu 0.53.0", 1392 "windows_x86_64_gnullvm 0.53.0", 1393 "windows_x86_64_msvc 0.53.0", 1394] 1395 1396[[package]] 1397name = "windows_aarch64_gnullvm" 1398version = "0.52.6" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1401 1402[[package]] 1403name = "windows_aarch64_gnullvm" 1404version = "0.53.0" 1405source = "registry+https://github.com/rust-lang/crates.io-index" 1406checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 1407 1408[[package]] 1409name = "windows_aarch64_msvc" 1410version = "0.52.6" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1413 1414[[package]] 1415name = "windows_aarch64_msvc" 1416version = "0.53.0" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 1419 1420[[package]] 1421name = "windows_i686_gnu" 1422version = "0.52.6" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1425 1426[[package]] 1427name = "windows_i686_gnu" 1428version = "0.53.0" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 1431 1432[[package]] 1433name = "windows_i686_gnullvm" 1434version = "0.52.6" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1437 1438[[package]] 1439name = "windows_i686_gnullvm" 1440version = "0.53.0" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 1443 1444[[package]] 1445name = "windows_i686_msvc" 1446version = "0.52.6" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1449 1450[[package]] 1451name = "windows_i686_msvc" 1452version = "0.53.0" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 1455 1456[[package]] 1457name = "windows_x86_64_gnu" 1458version = "0.52.6" 1459source = "registry+https://github.com/rust-lang/crates.io-index" 1460checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1461 1462[[package]] 1463name = "windows_x86_64_gnu" 1464version = "0.53.0" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 1467 1468[[package]] 1469name = "windows_x86_64_gnullvm" 1470version = "0.52.6" 1471source = "registry+https://github.com/rust-lang/crates.io-index" 1472checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1473 1474[[package]] 1475name = "windows_x86_64_gnullvm" 1476version = "0.53.0" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 1479 1480[[package]] 1481name = "windows_x86_64_msvc" 1482version = "0.52.6" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1485 1486[[package]] 1487name = "windows_x86_64_msvc" 1488version = "0.53.0" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 1491 1492[[package]] 1493name = "winnow" 1494version = "0.7.13" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 1497 1498[[package]] 1499name = "xterm-color" 1500version = "1.0.1" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "4de5f056fb9dc8b7908754867544e26145767187aaac5a98495e88ad7cb8a80f" 1503 1504[[package]] 1505name = "yaml-rust" 1506version = "0.4.5" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 1509dependencies = [ 1510 "linked-hash-map", 1511]