Static site generator + my presonnal website written in rust for some reason.
at main 37 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 3 4 5[[package]] 6name = "adler2" 7version = "2.0.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.3" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "anstream" 22version = "0.6.15" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "64e15c1ab1f89faffbf04a634d5e1962e9074f2741eef6d97f3c4e322426d526" 25dependencies = [ 26 "anstyle", 27 "anstyle-parse", 28 "anstyle-query", 29 "anstyle-wincon", 30 "colorchoice", 31 "is_terminal_polyfill", 32 "utf8parse", 33] 34 35[[package]] 36name = "anstyle" 37version = "1.0.8" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "1bec1de6f59aedf83baf9ff929c98f2ad654b97c9510f4e70cf6f661d49fd5b1" 40 41[[package]] 42name = "anstyle-parse" 43version = "0.2.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "eb47de1e80c2b463c735db5b217a0ddc39d612e7ac9e2e96a5aed1f57616c1cb" 46dependencies = [ 47 "utf8parse", 48] 49 50[[package]] 51name = "anstyle-query" 52version = "1.1.1" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "6d36fc52c7f6c869915e99412912f22093507da8d9e942ceaf66fe4b7c14422a" 55dependencies = [ 56 "windows-sys 0.52.0", 57] 58 59[[package]] 60name = "anstyle-wincon" 61version = "3.0.4" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "5bf74e1b6e971609db8ca7a9ce79fd5768ab6ae46441c572e46cf596f59e57f8" 64dependencies = [ 65 "anstyle", 66 "windows-sys 0.52.0", 67] 68 69[[package]] 70name = "askama" 71version = "0.12.1" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "b79091df18a97caea757e28cd2d5fda49c6cd4bd01ddffd7ff01ace0c0ad2c28" 74dependencies = [ 75 "askama_derive", 76 "askama_escape", 77 "humansize", 78 "num-traits", 79 "percent-encoding", 80] 81 82[[package]] 83name = "askama_derive" 84version = "0.12.5" 85source = "registry+https://github.com/rust-lang/crates.io-index" 86checksum = "19fe8d6cb13c4714962c072ea496f3392015f0989b1a2847bb4b2d9effd71d83" 87dependencies = [ 88 "askama_parser", 89 "basic-toml", 90 "mime", 91 "mime_guess", 92 "proc-macro2", 93 "quote", 94 "serde", 95 "syn 2.0.77", 96] 97 98[[package]] 99name = "askama_escape" 100version = "0.10.3" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "619743e34b5ba4e9703bba34deac3427c72507c7159f5fd030aea8cac0cfe341" 103 104[[package]] 105name = "askama_parser" 106version = "0.2.1" 107source = "registry+https://github.com/rust-lang/crates.io-index" 108checksum = "acb1161c6b64d1c3d83108213c2a2533a342ac225aabd0bda218278c2ddb00c0" 109dependencies = [ 110 "nom", 111] 112 113[[package]] 114name = "autocfg" 115version = "1.3.0" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "0c4b4d0bd25bd0b74681c0ad21497610ce1b7c91b1022cd21c80c6fbdd9476b0" 118 119[[package]] 120name = "base64" 121version = "0.22.1" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 124 125[[package]] 126name = "basic-toml" 127version = "0.1.9" 128source = "registry+https://github.com/rust-lang/crates.io-index" 129checksum = "823388e228f614e9558c6804262db37960ec8821856535f5c3f59913140558f8" 130dependencies = [ 131 "serde", 132] 133 134[[package]] 135name = "bincode" 136version = "1.3.3" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad" 139dependencies = [ 140 "serde", 141] 142 143[[package]] 144name = "bit-set" 145version = "0.5.3" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1" 148dependencies = [ 149 "bit-vec", 150] 151 152[[package]] 153name = "bit-vec" 154version = "0.6.3" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb" 157 158[[package]] 159name = "bitflags" 160version = "1.3.2" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 163 164[[package]] 165name = "bitflags" 166version = "2.6.0" 167source = "registry+https://github.com/rust-lang/crates.io-index" 168checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 169 170[[package]] 171name = "bumpalo" 172version = "3.16.0" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 175 176[[package]] 177name = "byteorder" 178version = "1.5.0" 179source = "registry+https://github.com/rust-lang/crates.io-index" 180checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 181 182[[package]] 183name = "caseless" 184version = "0.2.1" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "808dab3318747be122cb31d36de18d4d1c81277a76f8332a02b81a3d73463d7f" 187dependencies = [ 188 "regex", 189 "unicode-normalization", 190] 191 192[[package]] 193name = "cc" 194version = "1.1.15" 195source = "registry+https://github.com/rust-lang/crates.io-index" 196checksum = "57b6a275aa2903740dc87da01c62040406b8812552e97129a63ea8850a17c6e6" 197dependencies = [ 198 "shlex", 199] 200 201[[package]] 202name = "cfg-if" 203version = "1.0.0" 204source = "registry+https://github.com/rust-lang/crates.io-index" 205checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 206 207[[package]] 208name = "clap" 209version = "4.5.16" 210source = "registry+https://github.com/rust-lang/crates.io-index" 211checksum = "ed6719fffa43d0d87e5fd8caeab59be1554fb028cd30edc88fc4369b17971019" 212dependencies = [ 213 "clap_builder", 214 "clap_derive", 215] 216 217[[package]] 218name = "clap_builder" 219version = "4.5.15" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "216aec2b177652e3846684cbfe25c9964d18ec45234f0f5da5157b207ed1aab6" 222dependencies = [ 223 "anstream", 224 "anstyle", 225 "clap_lex", 226 "strsim", 227 "terminal_size", 228] 229 230[[package]] 231name = "clap_derive" 232version = "4.5.13" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "501d359d5f3dcaf6ecdeee48833ae73ec6e42723a1e52419c79abf9507eec0a0" 235dependencies = [ 236 "heck", 237 "proc-macro2", 238 "quote", 239 "syn 2.0.77", 240] 241 242[[package]] 243name = "clap_lex" 244version = "0.7.2" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "1462739cb27611015575c0c11df5df7601141071f07518d56fcc1be504cbec97" 247 248[[package]] 249name = "colorchoice" 250version = "1.0.2" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "d3fd119d74b830634cea2a0f58bbd0d54540518a14397557951e79340abc28c0" 253 254[[package]] 255name = "comrak" 256version = "0.27.0" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "2d061c6d53fe98c25efda0d91b7f6b4b4020a51dad78a3eac5028710aa26f8e7" 259dependencies = [ 260 "caseless", 261 "clap", 262 "derive_builder", 263 "entities", 264 "memchr", 265 "once_cell", 266 "regex", 267 "shell-words", 268 "slug", 269 "syntect", 270 "typed-arena", 271 "unicode_categories", 272 "xdg", 273] 274 275[[package]] 276name = "crc32fast" 277version = "1.4.2" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 280dependencies = [ 281 "cfg-if", 282] 283 284[[package]] 285name = "darling" 286version = "0.20.10" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "6f63b86c8a8826a49b8c21f08a2d07338eec8d900540f8630dc76284be802989" 289dependencies = [ 290 "darling_core", 291 "darling_macro", 292] 293 294[[package]] 295name = "darling_core" 296version = "0.20.10" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "95133861a8032aaea082871032f5815eb9e98cef03fa916ab4500513994df9e5" 299dependencies = [ 300 "fnv", 301 "ident_case", 302 "proc-macro2", 303 "quote", 304 "strsim", 305 "syn 2.0.77", 306] 307 308[[package]] 309name = "darling_macro" 310version = "0.20.10" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "d336a2a514f6ccccaa3e09b02d41d35330c07ddf03a62165fcec10bb561c7806" 313dependencies = [ 314 "darling_core", 315 "quote", 316 "syn 2.0.77", 317] 318 319[[package]] 320name = "deranged" 321version = "0.3.11" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 324dependencies = [ 325 "powerfmt", 326] 327 328[[package]] 329name = "derive_builder" 330version = "0.20.1" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "cd33f37ee6a119146a1781d3356a7c26028f83d779b2e04ecd45fdc75c76877b" 333dependencies = [ 334 "derive_builder_macro", 335] 336 337[[package]] 338name = "derive_builder_core" 339version = "0.20.1" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "7431fa049613920234f22c47fdc33e6cf3ee83067091ea4277a3f8c4587aae38" 342dependencies = [ 343 "darling", 344 "proc-macro2", 345 "quote", 346 "syn 2.0.77", 347] 348 349[[package]] 350name = "derive_builder_macro" 351version = "0.20.1" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "4abae7035bf79b9877b779505d8cf3749285b80c43941eda66604841889451dc" 354dependencies = [ 355 "derive_builder_core", 356 "syn 2.0.77", 357] 358 359[[package]] 360name = "deunicode" 361version = "1.6.0" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "339544cc9e2c4dc3fc7149fd630c5f22263a4fdf18a98afd0075784968b5cf00" 364 365[[package]] 366name = "entities" 367version = "1.0.1" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "b5320ae4c3782150d900b79807611a59a99fc9a1d61d686faafc24b93fc8d7ca" 370 371[[package]] 372name = "enum-iterator" 373version = "0.6.0" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "c79a6321a1197d7730510c7e3f6cb80432dfefecb32426de8cea0aa19b4bb8d7" 376dependencies = [ 377 "enum-iterator-derive", 378] 379 380[[package]] 381name = "enum-iterator-derive" 382version = "0.6.0" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "1e94aa31f7c0dc764f57896dc615ddd76fc13b0d5dca7eb6cc5e018a5a09ec06" 385dependencies = [ 386 "proc-macro2", 387 "quote", 388 "syn 1.0.109", 389] 390 391[[package]] 392name = "equivalent" 393version = "1.0.1" 394source = "registry+https://github.com/rust-lang/crates.io-index" 395checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 396 397[[package]] 398name = "errno" 399version = "0.3.9" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 402dependencies = [ 403 "libc", 404 "windows-sys 0.52.0", 405] 406 407[[package]] 408name = "fancy-regex" 409version = "0.11.0" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2" 412dependencies = [ 413 "bit-set", 414 "regex", 415] 416 417[[package]] 418name = "flate2" 419version = "1.0.33" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "324a1be68054ef05ad64b861cc9eaf1d623d2d8cb25b4bf2cb9cdd902b4bf253" 422dependencies = [ 423 "crc32fast", 424 "miniz_oxide", 425] 426 427[[package]] 428name = "fnv" 429version = "1.0.7" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 432 433[[package]] 434name = "getrandom" 435version = "0.2.15" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 438dependencies = [ 439 "cfg-if", 440 "libc", 441 "wasi", 442] 443 444[[package]] 445name = "getset" 446version = "0.1.2" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "e45727250e75cc04ff2846a66397da8ef2b3db8e40e0cef4df67950a07621eb9" 449dependencies = [ 450 "proc-macro-error", 451 "proc-macro2", 452 "quote", 453 "syn 1.0.109", 454] 455 456[[package]] 457name = "hashbrown" 458version = "0.12.3" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 461 462[[package]] 463name = "hashbrown" 464version = "0.14.5" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 467 468[[package]] 469name = "heck" 470version = "0.5.0" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 473 474[[package]] 475name = "humansize" 476version = "2.1.3" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "6cb51c9a029ddc91b07a787f1d86b53ccfa49b0e86688c946ebe8d3555685dd7" 479dependencies = [ 480 "libm", 481] 482 483[[package]] 484name = "ident_case" 485version = "1.0.1" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 488 489[[package]] 490name = "indexmap" 491version = "1.9.3" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 494dependencies = [ 495 "autocfg", 496 "hashbrown 0.12.3", 497] 498 499[[package]] 500name = "indexmap" 501version = "2.5.0" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "68b900aa2f7301e21c36462b170ee99994de34dff39a4a6a528e80e7376d07e5" 504dependencies = [ 505 "equivalent", 506 "hashbrown 0.14.5", 507] 508 509[[package]] 510name = "is_terminal_polyfill" 511version = "1.70.1" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 514 515[[package]] 516name = "itoa" 517version = "1.0.11" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 520 521[[package]] 522name = "lazy_static" 523version = "1.5.0" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 526 527[[package]] 528name = "libc" 529version = "0.2.158" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "d8adc4bb1803a324070e64a98ae98f38934d91957a99cfb3a43dcbc01bc56439" 532 533[[package]] 534name = "libm" 535version = "0.2.8" 536source = "registry+https://github.com/rust-lang/crates.io-index" 537checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058" 538 539[[package]] 540name = "linked-hash-map" 541version = "0.5.6" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 544 545[[package]] 546name = "linux-raw-sys" 547version = "0.4.14" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 550 551[[package]] 552name = "log" 553version = "0.4.22" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 556 557[[package]] 558name = "markdown-parser" 559version = "0.1.2" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "cf523952b36c9ad1a650d608d38187f12f4ad1b9e402a8c9df79743989289def" 562dependencies = [ 563 "enum-iterator", 564 "enum-iterator-derive", 565 "getset", 566 "lazy_static", 567 "quick-error", 568 "regex", 569 "serde", 570 "serde_json", 571 "serde_yaml 0.8.26", 572 "toml", 573] 574 575[[package]] 576name = "memchr" 577version = "2.7.4" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 580 581[[package]] 582name = "mime" 583version = "0.3.17" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 586 587[[package]] 588name = "mime_guess" 589version = "2.0.5" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 592dependencies = [ 593 "mime", 594 "unicase", 595] 596 597[[package]] 598name = "minimal-lexical" 599version = "0.2.1" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 602 603[[package]] 604name = "miniz_oxide" 605version = "0.8.0" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 608dependencies = [ 609 "adler2", 610] 611 612[[package]] 613name = "nom" 614version = "7.1.3" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 617dependencies = [ 618 "memchr", 619 "minimal-lexical", 620] 621 622[[package]] 623name = "num-conv" 624version = "0.1.0" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 627 628[[package]] 629name = "num-traits" 630version = "0.2.19" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 633dependencies = [ 634 "autocfg", 635] 636 637[[package]] 638name = "once_cell" 639version = "1.19.0" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92" 642 643[[package]] 644name = "onig" 645version = "6.4.0" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "8c4b31c8722ad9171c6d77d3557db078cab2bd50afcc9d09c8b315c59df8ca4f" 648dependencies = [ 649 "bitflags 1.3.2", 650 "libc", 651 "once_cell", 652 "onig_sys", 653] 654 655[[package]] 656name = "onig_sys" 657version = "69.8.1" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "7b829e3d7e9cc74c7e315ee8edb185bf4190da5acde74afd7fc59c35b1f086e7" 660dependencies = [ 661 "cc", 662 "pkg-config", 663] 664 665[[package]] 666name = "percent-encoding" 667version = "2.3.1" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e" 670 671[[package]] 672name = "pkg-config" 673version = "0.3.30" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "d231b230927b5e4ad203db57bbcbee2802f6bce620b1e4a9024a07d94e2907ec" 676 677[[package]] 678name = "plist" 679version = "1.7.0" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "42cf17e9a1800f5f396bc67d193dc9411b59012a5876445ef450d449881e1016" 682dependencies = [ 683 "base64", 684 "indexmap 2.5.0", 685 "quick-xml", 686 "serde", 687 "time", 688] 689 690[[package]] 691name = "powerfmt" 692version = "0.2.0" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 695 696[[package]] 697name = "ppv-lite86" 698version = "0.2.20" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 701dependencies = [ 702 "zerocopy", 703] 704 705[[package]] 706name = "proc-macro-error" 707version = "1.0.4" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 710dependencies = [ 711 "proc-macro-error-attr", 712 "proc-macro2", 713 "quote", 714 "syn 1.0.109", 715 "version_check", 716] 717 718[[package]] 719name = "proc-macro-error-attr" 720version = "1.0.4" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 723dependencies = [ 724 "proc-macro2", 725 "quote", 726 "version_check", 727] 728 729[[package]] 730name = "proc-macro2" 731version = "1.0.86" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "5e719e8df665df0d1c8fbfd238015744736151d4445ec0836b8e628aae103b77" 734dependencies = [ 735 "unicode-ident", 736] 737 738[[package]] 739name = "quick-error" 740version = "2.0.1" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3" 743 744[[package]] 745name = "quick-xml" 746version = "0.32.0" 747source = "registry+https://github.com/rust-lang/crates.io-index" 748checksum = "1d3a6e5838b60e0e8fa7a43f22ade549a37d61f8bdbe636d0d7816191de969c2" 749dependencies = [ 750 "memchr", 751] 752 753[[package]] 754name = "quote" 755version = "1.0.37" 756source = "registry+https://github.com/rust-lang/crates.io-index" 757checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 758dependencies = [ 759 "proc-macro2", 760] 761 762[[package]] 763name = "rand" 764version = "0.8.5" 765source = "registry+https://github.com/rust-lang/crates.io-index" 766checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 767dependencies = [ 768 "libc", 769 "rand_chacha", 770 "rand_core", 771] 772 773[[package]] 774name = "rand_chacha" 775version = "0.3.1" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 778dependencies = [ 779 "ppv-lite86", 780 "rand_core", 781] 782 783[[package]] 784name = "rand_core" 785version = "0.6.4" 786source = "registry+https://github.com/rust-lang/crates.io-index" 787checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 788dependencies = [ 789 "getrandom", 790] 791 792[[package]] 793name = "regex" 794version = "1.10.6" 795source = "registry+https://github.com/rust-lang/crates.io-index" 796checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619" 797dependencies = [ 798 "aho-corasick", 799 "memchr", 800 "regex-automata", 801 "regex-syntax", 802] 803 804[[package]] 805name = "regex-automata" 806version = "0.4.7" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df" 809dependencies = [ 810 "aho-corasick", 811 "memchr", 812 "regex-syntax", 813] 814 815[[package]] 816name = "regex-syntax" 817version = "0.8.4" 818source = "registry+https://github.com/rust-lang/crates.io-index" 819checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b" 820 821[[package]] 822name = "rustix" 823version = "0.38.35" 824source = "registry+https://github.com/rust-lang/crates.io-index" 825checksum = "a85d50532239da68e9addb745ba38ff4612a242c1c7ceea689c4bc7c2f43c36f" 826dependencies = [ 827 "bitflags 2.6.0", 828 "errno", 829 "libc", 830 "linux-raw-sys", 831 "windows-sys 0.52.0", 832] 833 834[[package]] 835name = "ryu" 836version = "1.0.18" 837source = "registry+https://github.com/rust-lang/crates.io-index" 838checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 839 840[[package]] 841name = "same-file" 842version = "1.0.6" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 845dependencies = [ 846 "winapi-util", 847] 848 849[[package]] 850name = "serde" 851version = "1.0.209" 852source = "registry+https://github.com/rust-lang/crates.io-index" 853checksum = "99fce0ffe7310761ca6bf9faf5115afbc19688edd00171d81b1bb1b116c63e09" 854dependencies = [ 855 "serde_derive", 856] 857 858[[package]] 859name = "serde_derive" 860version = "1.0.209" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "a5831b979fd7b5439637af1752d535ff49f4860c0f341d1baeb6faf0f4242170" 863dependencies = [ 864 "proc-macro2", 865 "quote", 866 "syn 2.0.77", 867] 868 869[[package]] 870name = "serde_json" 871version = "1.0.127" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "8043c06d9f82bd7271361ed64f415fe5e12a77fdb52e573e7f06a516dea329ad" 874dependencies = [ 875 "itoa", 876 "memchr", 877 "ryu", 878 "serde", 879] 880 881[[package]] 882name = "serde_yaml" 883version = "0.8.26" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b" 886dependencies = [ 887 "indexmap 1.9.3", 888 "ryu", 889 "serde", 890 "yaml-rust", 891] 892 893[[package]] 894name = "serde_yaml" 895version = "0.9.34+deprecated" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 898dependencies = [ 899 "indexmap 2.5.0", 900 "itoa", 901 "ryu", 902 "serde", 903 "unsafe-libyaml", 904] 905 906[[package]] 907name = "shell-words" 908version = "1.1.0" 909source = "registry+https://github.com/rust-lang/crates.io-index" 910checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 911 912[[package]] 913name = "shlex" 914version = "1.3.0" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 917 918[[package]] 919name = "slug" 920version = "0.1.6" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "882a80f72ee45de3cc9a5afeb2da0331d58df69e4e7d8eeb5d3c7784ae67e724" 923dependencies = [ 924 "deunicode", 925 "wasm-bindgen", 926] 927 928[[package]] 929name = "staticrustator" 930version = "0.1.0" 931dependencies = [ 932 "askama", 933 "comrak", 934 "markdown-parser", 935 "rand", 936 "serde", 937 "serde_yaml 0.9.34+deprecated", 938 "syntect", 939] 940 941[[package]] 942name = "strsim" 943version = "0.11.1" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 946 947[[package]] 948name = "syn" 949version = "1.0.109" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 952dependencies = [ 953 "proc-macro2", 954 "quote", 955 "unicode-ident", 956] 957 958[[package]] 959name = "syn" 960version = "2.0.77" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "9f35bcdf61fd8e7be6caf75f429fdca8beb3ed76584befb503b1569faee373ed" 963dependencies = [ 964 "proc-macro2", 965 "quote", 966 "unicode-ident", 967] 968 969[[package]] 970name = "syntect" 971version = "5.2.0" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "874dcfa363995604333cf947ae9f751ca3af4522c60886774c4963943b4746b1" 974dependencies = [ 975 "bincode", 976 "bitflags 1.3.2", 977 "fancy-regex", 978 "flate2", 979 "fnv", 980 "once_cell", 981 "onig", 982 "plist", 983 "regex-syntax", 984 "serde", 985 "serde_derive", 986 "serde_json", 987 "thiserror", 988 "walkdir", 989 "yaml-rust", 990] 991 992[[package]] 993name = "terminal_size" 994version = "0.3.0" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "21bebf2b7c9e0a515f6e0f8c51dc0f8e4696391e6f1ff30379559f8365fb0df7" 997dependencies = [ 998 "rustix", 999 "windows-sys 0.48.0", 1000] 1001 1002[[package]] 1003name = "thiserror" 1004version = "1.0.63" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "c0342370b38b6a11b6cc11d6a805569958d54cfa061a29969c3b5ce2ea405724" 1007dependencies = [ 1008 "thiserror-impl", 1009] 1010 1011[[package]] 1012name = "thiserror-impl" 1013version = "1.0.63" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "a4558b58466b9ad7ca0f102865eccc95938dca1a74a856f2b57b6629050da261" 1016dependencies = [ 1017 "proc-macro2", 1018 "quote", 1019 "syn 2.0.77", 1020] 1021 1022[[package]] 1023name = "time" 1024version = "0.3.36" 1025source = "registry+https://github.com/rust-lang/crates.io-index" 1026checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 1027dependencies = [ 1028 "deranged", 1029 "itoa", 1030 "num-conv", 1031 "powerfmt", 1032 "serde", 1033 "time-core", 1034 "time-macros", 1035] 1036 1037[[package]] 1038name = "time-core" 1039version = "0.1.2" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 1042 1043[[package]] 1044name = "time-macros" 1045version = "0.2.18" 1046source = "registry+https://github.com/rust-lang/crates.io-index" 1047checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 1048dependencies = [ 1049 "num-conv", 1050 "time-core", 1051] 1052 1053[[package]] 1054name = "tinyvec" 1055version = "1.8.0" 1056source = "registry+https://github.com/rust-lang/crates.io-index" 1057checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 1058dependencies = [ 1059 "tinyvec_macros", 1060] 1061 1062[[package]] 1063name = "tinyvec_macros" 1064version = "0.1.1" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 1067 1068[[package]] 1069name = "toml" 1070version = "0.5.11" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234" 1073dependencies = [ 1074 "serde", 1075] 1076 1077[[package]] 1078name = "typed-arena" 1079version = "2.0.2" 1080source = "registry+https://github.com/rust-lang/crates.io-index" 1081checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 1082 1083[[package]] 1084name = "unicase" 1085version = "2.7.0" 1086source = "registry+https://github.com/rust-lang/crates.io-index" 1087checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89" 1088dependencies = [ 1089 "version_check", 1090] 1091 1092[[package]] 1093name = "unicode-ident" 1094version = "1.0.12" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b" 1097 1098[[package]] 1099name = "unicode-normalization" 1100version = "0.1.23" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "a56d1686db2308d901306f92a263857ef59ea39678a5458e7cb17f01415101f5" 1103dependencies = [ 1104 "tinyvec", 1105] 1106 1107[[package]] 1108name = "unicode_categories" 1109version = "0.1.1" 1110source = "registry+https://github.com/rust-lang/crates.io-index" 1111checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e" 1112 1113[[package]] 1114name = "unsafe-libyaml" 1115version = "0.2.11" 1116source = "registry+https://github.com/rust-lang/crates.io-index" 1117checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 1118 1119[[package]] 1120name = "utf8parse" 1121version = "0.2.2" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1124 1125[[package]] 1126name = "version_check" 1127version = "0.9.5" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1130 1131[[package]] 1132name = "walkdir" 1133version = "2.5.0" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 1136dependencies = [ 1137 "same-file", 1138 "winapi-util", 1139] 1140 1141[[package]] 1142name = "wasi" 1143version = "0.11.0+wasi-snapshot-preview1" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 1146 1147[[package]] 1148name = "wasm-bindgen" 1149version = "0.2.93" 1150source = "registry+https://github.com/rust-lang/crates.io-index" 1151checksum = "a82edfc16a6c469f5f44dc7b571814045d60404b55a0ee849f9bcfa2e63dd9b5" 1152dependencies = [ 1153 "cfg-if", 1154 "once_cell", 1155 "wasm-bindgen-macro", 1156] 1157 1158[[package]] 1159name = "wasm-bindgen-backend" 1160version = "0.2.93" 1161source = "registry+https://github.com/rust-lang/crates.io-index" 1162checksum = "9de396da306523044d3302746f1208fa71d7532227f15e347e2d93e4145dd77b" 1163dependencies = [ 1164 "bumpalo", 1165 "log", 1166 "once_cell", 1167 "proc-macro2", 1168 "quote", 1169 "syn 2.0.77", 1170 "wasm-bindgen-shared", 1171] 1172 1173[[package]] 1174name = "wasm-bindgen-macro" 1175version = "0.2.93" 1176source = "registry+https://github.com/rust-lang/crates.io-index" 1177checksum = "585c4c91a46b072c92e908d99cb1dcdf95c5218eeb6f3bf1efa991ee7a68cccf" 1178dependencies = [ 1179 "quote", 1180 "wasm-bindgen-macro-support", 1181] 1182 1183[[package]] 1184name = "wasm-bindgen-macro-support" 1185version = "0.2.93" 1186source = "registry+https://github.com/rust-lang/crates.io-index" 1187checksum = "afc340c74d9005395cf9dd098506f7f44e38f2b4a21c6aaacf9a105ea5e1e836" 1188dependencies = [ 1189 "proc-macro2", 1190 "quote", 1191 "syn 2.0.77", 1192 "wasm-bindgen-backend", 1193 "wasm-bindgen-shared", 1194] 1195 1196[[package]] 1197name = "wasm-bindgen-shared" 1198version = "0.2.93" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "c62a0a307cb4a311d3a07867860911ca130c3494e8c2719593806c08bc5d0484" 1201 1202[[package]] 1203name = "winapi-util" 1204version = "0.1.9" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "cf221c93e13a30d793f7645a0e7762c55d169dbb0a49671918a2319d289b10bb" 1207dependencies = [ 1208 "windows-sys 0.59.0", 1209] 1210 1211[[package]] 1212name = "windows-sys" 1213version = "0.48.0" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 1216dependencies = [ 1217 "windows-targets 0.48.5", 1218] 1219 1220[[package]] 1221name = "windows-sys" 1222version = "0.52.0" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 1225dependencies = [ 1226 "windows-targets 0.52.6", 1227] 1228 1229[[package]] 1230name = "windows-sys" 1231version = "0.59.0" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 1234dependencies = [ 1235 "windows-targets 0.52.6", 1236] 1237 1238[[package]] 1239name = "windows-targets" 1240version = "0.48.5" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 1243dependencies = [ 1244 "windows_aarch64_gnullvm 0.48.5", 1245 "windows_aarch64_msvc 0.48.5", 1246 "windows_i686_gnu 0.48.5", 1247 "windows_i686_msvc 0.48.5", 1248 "windows_x86_64_gnu 0.48.5", 1249 "windows_x86_64_gnullvm 0.48.5", 1250 "windows_x86_64_msvc 0.48.5", 1251] 1252 1253[[package]] 1254name = "windows-targets" 1255version = "0.52.6" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 1258dependencies = [ 1259 "windows_aarch64_gnullvm 0.52.6", 1260 "windows_aarch64_msvc 0.52.6", 1261 "windows_i686_gnu 0.52.6", 1262 "windows_i686_gnullvm", 1263 "windows_i686_msvc 0.52.6", 1264 "windows_x86_64_gnu 0.52.6", 1265 "windows_x86_64_gnullvm 0.52.6", 1266 "windows_x86_64_msvc 0.52.6", 1267] 1268 1269[[package]] 1270name = "windows_aarch64_gnullvm" 1271version = "0.48.5" 1272source = "registry+https://github.com/rust-lang/crates.io-index" 1273checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 1274 1275[[package]] 1276name = "windows_aarch64_gnullvm" 1277version = "0.52.6" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 1280 1281[[package]] 1282name = "windows_aarch64_msvc" 1283version = "0.48.5" 1284source = "registry+https://github.com/rust-lang/crates.io-index" 1285checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 1286 1287[[package]] 1288name = "windows_aarch64_msvc" 1289version = "0.52.6" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 1292 1293[[package]] 1294name = "windows_i686_gnu" 1295version = "0.48.5" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 1298 1299[[package]] 1300name = "windows_i686_gnu" 1301version = "0.52.6" 1302source = "registry+https://github.com/rust-lang/crates.io-index" 1303checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 1304 1305[[package]] 1306name = "windows_i686_gnullvm" 1307version = "0.52.6" 1308source = "registry+https://github.com/rust-lang/crates.io-index" 1309checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 1310 1311[[package]] 1312name = "windows_i686_msvc" 1313version = "0.48.5" 1314source = "registry+https://github.com/rust-lang/crates.io-index" 1315checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 1316 1317[[package]] 1318name = "windows_i686_msvc" 1319version = "0.52.6" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 1322 1323[[package]] 1324name = "windows_x86_64_gnu" 1325version = "0.48.5" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 1328 1329[[package]] 1330name = "windows_x86_64_gnu" 1331version = "0.52.6" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 1334 1335[[package]] 1336name = "windows_x86_64_gnullvm" 1337version = "0.48.5" 1338source = "registry+https://github.com/rust-lang/crates.io-index" 1339checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 1340 1341[[package]] 1342name = "windows_x86_64_gnullvm" 1343version = "0.52.6" 1344source = "registry+https://github.com/rust-lang/crates.io-index" 1345checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 1346 1347[[package]] 1348name = "windows_x86_64_msvc" 1349version = "0.48.5" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 1352 1353[[package]] 1354name = "windows_x86_64_msvc" 1355version = "0.52.6" 1356source = "registry+https://github.com/rust-lang/crates.io-index" 1357checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 1358 1359[[package]] 1360name = "xdg" 1361version = "2.5.2" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "213b7324336b53d2414b2db8537e56544d981803139155afa84f76eeebb7a546" 1364 1365[[package]] 1366name = "yaml-rust" 1367version = "0.4.5" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85" 1370dependencies = [ 1371 "linked-hash-map", 1372] 1373 1374[[package]] 1375name = "zerocopy" 1376version = "0.7.35" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 1379dependencies = [ 1380 "byteorder", 1381 "zerocopy-derive", 1382] 1383 1384[[package]] 1385name = "zerocopy-derive" 1386version = "0.7.35" 1387source = "registry+https://github.com/rust-lang/crates.io-index" 1388checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 1389dependencies = [ 1390 "proc-macro2", 1391 "quote", 1392 "syn 2.0.77", 1393]