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