Silly NuShell plugin to read Minecraft NBT
at main 2306 lines 59 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 = "aho-corasick" 13version = "1.1.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "alloc-no-stdlib" 22version = "2.0.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 25 26[[package]] 27name = "alloc-stdlib" 28version = "0.2.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 31dependencies = [ 32 "alloc-no-stdlib", 33] 34 35[[package]] 36name = "allocator-api2" 37version = "0.2.21" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 40 41[[package]] 42name = "android_system_properties" 43version = "0.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "anstream" 52version = "0.6.21" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 55dependencies = [ 56 "anstyle", 57 "anstyle-parse", 58 "anstyle-query", 59 "anstyle-wincon", 60 "colorchoice", 61 "is_terminal_polyfill", 62 "utf8parse", 63] 64 65[[package]] 66name = "anstyle" 67version = "1.0.13" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 70 71[[package]] 72name = "anstyle-parse" 73version = "0.2.7" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 76dependencies = [ 77 "utf8parse", 78] 79 80[[package]] 81name = "anstyle-query" 82version = "1.1.5" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 85dependencies = [ 86 "windows-sys 0.61.2", 87] 88 89[[package]] 90name = "anstyle-wincon" 91version = "3.0.11" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 94dependencies = [ 95 "anstyle", 96 "once_cell_polyfill", 97 "windows-sys 0.61.2", 98] 99 100[[package]] 101name = "arrayvec" 102version = "0.7.6" 103source = "registry+https://github.com/rust-lang/crates.io-index" 104checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 105 106[[package]] 107name = "autocfg" 108version = "1.5.0" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 111 112[[package]] 113name = "bindgen" 114version = "0.72.1" 115source = "registry+https://github.com/rust-lang/crates.io-index" 116checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 117dependencies = [ 118 "bitflags", 119 "cexpr", 120 "clang-sys", 121 "itertools 0.13.0", 122 "proc-macro2", 123 "quote", 124 "regex", 125 "rustc-hash", 126 "shlex", 127 "syn", 128] 129 130[[package]] 131name = "bit-set" 132version = "0.8.0" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 135dependencies = [ 136 "bit-vec", 137] 138 139[[package]] 140name = "bit-vec" 141version = "0.8.0" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 144 145[[package]] 146name = "bitflags" 147version = "2.11.0" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "843867be96c8daad0d758b57df9392b6d8d271134fce549de6ce169ff98a92af" 150 151[[package]] 152name = "brotli" 153version = "8.0.2" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 156dependencies = [ 157 "alloc-no-stdlib", 158 "alloc-stdlib", 159 "brotli-decompressor", 160] 161 162[[package]] 163name = "brotli-decompressor" 164version = "5.0.0" 165source = "registry+https://github.com/rust-lang/crates.io-index" 166checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 167dependencies = [ 168 "alloc-no-stdlib", 169 "alloc-stdlib", 170] 171 172[[package]] 173name = "buf-trait" 174version = "0.4.1" 175source = "registry+https://github.com/rust-lang/crates.io-index" 176checksum = "21eaafc770e8c073d6c3facafe7617e774305d4954aa6351b9c452eb37ee17b4" 177dependencies = [ 178 "zerocopy", 179] 180 181[[package]] 182name = "bumpalo" 183version = "3.20.2" 184source = "registry+https://github.com/rust-lang/crates.io-index" 185checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 186 187[[package]] 188name = "byteorder" 189version = "1.5.0" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 192 193[[package]] 194name = "bytes" 195version = "1.11.1" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 198 199[[package]] 200name = "byteyarn" 201version = "0.5.1" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "b93e51d26468a15ea59f8525e0c13dc405db43e644a0b1e6d44346c72cf4cf7b" 204dependencies = [ 205 "buf-trait", 206] 207 208[[package]] 209name = "castaway" 210version = "0.2.4" 211source = "registry+https://github.com/rust-lang/crates.io-index" 212checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 213dependencies = [ 214 "rustversion", 215] 216 217[[package]] 218name = "cc" 219version = "1.2.56" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "aebf35691d1bfb0ac386a69bac2fde4dd276fb618cf8bf4f5318fe285e821bb2" 222dependencies = [ 223 "find-msvc-tools", 224 "shlex", 225] 226 227[[package]] 228name = "cexpr" 229version = "0.6.0" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 232dependencies = [ 233 "nom", 234] 235 236[[package]] 237name = "cfg-if" 238version = "1.0.4" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 241 242[[package]] 243name = "cfg_aliases" 244version = "0.2.1" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 247 248[[package]] 249name = "chrono" 250version = "0.4.44" 251source = "registry+https://github.com/rust-lang/crates.io-index" 252checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 253dependencies = [ 254 "iana-time-zone", 255 "num-traits", 256 "pure-rust-locales", 257 "serde", 258 "windows-link", 259] 260 261[[package]] 262name = "chrono-humanize" 263version = "0.2.3" 264source = "registry+https://github.com/rust-lang/crates.io-index" 265checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b" 266dependencies = [ 267 "chrono", 268] 269 270[[package]] 271name = "clang-sys" 272version = "1.8.1" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 275dependencies = [ 276 "glob", 277 "libc", 278 "libloading", 279] 280 281[[package]] 282name = "clap" 283version = "4.5.60" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "2797f34da339ce31042b27d23607e051786132987f595b02ba4f6a6dffb7030a" 286dependencies = [ 287 "clap_builder", 288] 289 290[[package]] 291name = "clap_builder" 292version = "4.5.60" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "24a241312cea5059b13574bb9b3861cabf758b879c15190b37b6d6fd63ab6876" 295dependencies = [ 296 "anstream", 297 "anstyle", 298 "clap_lex", 299 "strsim", 300 "terminal_size", 301] 302 303[[package]] 304name = "clap_lex" 305version = "1.0.0" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "3a822ea5bc7590f9d40f1ba12c0dc3c2760f3482c6984db1573ad11031420831" 308 309[[package]] 310name = "colorchoice" 311version = "1.0.4" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 314 315[[package]] 316name = "convert_case" 317version = "0.10.0" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9" 320dependencies = [ 321 "unicode-segmentation", 322] 323 324[[package]] 325name = "core-foundation-sys" 326version = "0.8.7" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 329 330[[package]] 331name = "crc32fast" 332version = "1.5.0" 333source = "registry+https://github.com/rust-lang/crates.io-index" 334checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 335dependencies = [ 336 "cfg-if", 337] 338 339[[package]] 340name = "crossterm" 341version = "0.29.0" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "d8b9f2e4c67f833b660cdb0a3523065869fb35570177239812ed4c905aeff87b" 344dependencies = [ 345 "bitflags", 346 "crossterm_winapi", 347 "derive_more", 348 "document-features", 349 "mio", 350 "parking_lot", 351 "rustix", 352 "signal-hook", 353 "signal-hook-mio", 354 "winapi", 355] 356 357[[package]] 358name = "crossterm_winapi" 359version = "0.9.1" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 362dependencies = [ 363 "winapi", 364] 365 366[[package]] 367name = "derive_more" 368version = "2.1.1" 369source = "registry+https://github.com/rust-lang/crates.io-index" 370checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134" 371dependencies = [ 372 "derive_more-impl", 373] 374 375[[package]] 376name = "derive_more-impl" 377version = "2.1.1" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb" 380dependencies = [ 381 "convert_case", 382 "proc-macro2", 383 "quote", 384 "rustc_version", 385 "syn", 386] 387 388[[package]] 389name = "dirs" 390version = "6.0.0" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 393dependencies = [ 394 "dirs-sys", 395] 396 397[[package]] 398name = "dirs-sys" 399version = "0.5.0" 400source = "registry+https://github.com/rust-lang/crates.io-index" 401checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 402dependencies = [ 403 "libc", 404 "option-ext", 405 "redox_users", 406 "windows-sys 0.61.2", 407] 408 409[[package]] 410name = "displaydoc" 411version = "0.2.5" 412source = "registry+https://github.com/rust-lang/crates.io-index" 413checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 414dependencies = [ 415 "proc-macro2", 416 "quote", 417 "syn", 418] 419 420[[package]] 421name = "doctest-file" 422version = "1.0.0" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "aac81fa3e28d21450aa4d2ac065992ba96a1d7303efbce51a95f4fd175b67562" 425 426[[package]] 427name = "document-features" 428version = "0.2.12" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61" 431dependencies = [ 432 "litrs", 433] 434 435[[package]] 436name = "either" 437version = "1.15.0" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 440 441[[package]] 442name = "equivalent" 443version = "1.0.2" 444source = "registry+https://github.com/rust-lang/crates.io-index" 445checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 446 447[[package]] 448name = "erased-serde" 449version = "0.4.10" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "d2add8a07dd6a8d93ff627029c51de145e12686fbc36ecb298ac22e74cf02dec" 452dependencies = [ 453 "serde", 454 "serde_core", 455 "typeid", 456] 457 458[[package]] 459name = "errno" 460version = "0.3.14" 461source = "registry+https://github.com/rust-lang/crates.io-index" 462checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 463dependencies = [ 464 "libc", 465 "windows-sys 0.61.2", 466] 467 468[[package]] 469name = "fancy-regex" 470version = "0.17.0" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8" 473dependencies = [ 474 "bit-set", 475 "regex-automata", 476 "regex-syntax", 477] 478 479[[package]] 480name = "find-msvc-tools" 481version = "0.1.9" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 484 485[[package]] 486name = "flate2" 487version = "1.1.9" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 490dependencies = [ 491 "crc32fast", 492 "libz-sys", 493 "miniz_oxide", 494] 495 496[[package]] 497name = "fluent" 498version = "0.17.0" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "8137a6d5a2c50d6b0ebfcb9aaa91a28154e0a70605f112d30cb0cd4a78670477" 501dependencies = [ 502 "fluent-bundle", 503 "unic-langid", 504] 505 506[[package]] 507name = "fluent-bundle" 508version = "0.16.0" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "01203cb8918f5711e73891b347816d932046f95f54207710bda99beaeb423bf4" 511dependencies = [ 512 "fluent-langneg", 513 "fluent-syntax", 514 "intl-memoizer", 515 "intl_pluralrules", 516 "rustc-hash", 517 "self_cell", 518 "smallvec", 519 "unic-langid", 520] 521 522[[package]] 523name = "fluent-langneg" 524version = "0.13.1" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "7eebbe59450baee8282d71676f3bfed5689aeab00b27545e83e5f14b1195e8b0" 527dependencies = [ 528 "unic-langid", 529] 530 531[[package]] 532name = "fluent-syntax" 533version = "0.12.0" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198" 536dependencies = [ 537 "memchr", 538 "thiserror 2.0.18", 539] 540 541[[package]] 542name = "foldhash" 543version = "0.2.0" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 546 547[[package]] 548name = "getrandom" 549version = "0.2.17" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 552dependencies = [ 553 "cfg-if", 554 "libc", 555 "wasi", 556] 557 558[[package]] 559name = "glob" 560version = "0.3.3" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 563 564[[package]] 565name = "hashbrown" 566version = "0.16.1" 567source = "registry+https://github.com/rust-lang/crates.io-index" 568checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 569dependencies = [ 570 "allocator-api2", 571 "equivalent", 572 "foldhash", 573] 574 575[[package]] 576name = "heck" 577version = "0.5.0" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 580 581[[package]] 582name = "hex" 583version = "0.4.3" 584source = "registry+https://github.com/rust-lang/crates.io-index" 585checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 586 587[[package]] 588name = "iana-time-zone" 589version = "0.1.65" 590source = "registry+https://github.com/rust-lang/crates.io-index" 591checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 592dependencies = [ 593 "android_system_properties", 594 "core-foundation-sys", 595 "iana-time-zone-haiku", 596 "js-sys", 597 "log", 598 "wasm-bindgen", 599 "windows-core", 600] 601 602[[package]] 603name = "iana-time-zone-haiku" 604version = "0.1.2" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 607dependencies = [ 608 "cc", 609] 610 611[[package]] 612name = "indexmap" 613version = "2.13.0" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 616dependencies = [ 617 "equivalent", 618 "hashbrown", 619] 620 621[[package]] 622name = "interprocess" 623version = "2.4.0" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "6be5e5c847dbdb44564bd85294740d031f4f8aeb3464e5375ef7141f7538db69" 626dependencies = [ 627 "doctest-file", 628 "libc", 629 "recvmsg", 630 "widestring", 631 "windows-sys 0.52.0", 632] 633 634[[package]] 635name = "intl-memoizer" 636version = "0.5.3" 637source = "registry+https://github.com/rust-lang/crates.io-index" 638checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f" 639dependencies = [ 640 "type-map", 641 "unic-langid", 642] 643 644[[package]] 645name = "intl_pluralrules" 646version = "7.0.2" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 649dependencies = [ 650 "unic-langid", 651] 652 653[[package]] 654name = "inventory" 655version = "0.3.22" 656source = "registry+https://github.com/rust-lang/crates.io-index" 657checksum = "009ae045c87e7082cb72dab0ccd01ae075dd00141ddc108f43a0ea150a9e7227" 658dependencies = [ 659 "rustversion", 660] 661 662[[package]] 663name = "is_ci" 664version = "1.2.0" 665source = "registry+https://github.com/rust-lang/crates.io-index" 666checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 667 668[[package]] 669name = "is_terminal_polyfill" 670version = "1.70.2" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 673 674[[package]] 675name = "itertools" 676version = "0.13.0" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 679dependencies = [ 680 "either", 681] 682 683[[package]] 684name = "itertools" 685version = "0.14.0" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 688dependencies = [ 689 "either", 690] 691 692[[package]] 693name = "itoa" 694version = "1.0.17" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 697 698[[package]] 699name = "js-sys" 700version = "0.3.91" 701source = "registry+https://github.com/rust-lang/crates.io-index" 702checksum = "b49715b7073f385ba4bc528e5747d02e66cb39c6146efb66b781f131f0fb399c" 703dependencies = [ 704 "once_cell", 705 "wasm-bindgen", 706] 707 708[[package]] 709name = "lean_string" 710version = "0.5.1" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "962df00ba70ac8d5ca5c064e17e5c3d090c087fd8d21aa45096c716b169da514" 713dependencies = [ 714 "castaway", 715 "itoa", 716 "ryu", 717 "serde", 718] 719 720[[package]] 721name = "libc" 722version = "0.2.178" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 725 726[[package]] 727name = "libloading" 728version = "0.8.9" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 731dependencies = [ 732 "cfg-if", 733 "windows-link", 734] 735 736[[package]] 737name = "libproc" 738version = "0.14.11" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "a54ad7278b8bc5301d5ffd2a94251c004feb971feba96c971ea4063645990757" 741dependencies = [ 742 "bindgen", 743 "errno", 744 "libc", 745] 746 747[[package]] 748name = "libredox" 749version = "0.1.14" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "1744e39d1d6a9948f4f388969627434e31128196de472883b39f148769bfe30a" 752dependencies = [ 753 "libc", 754] 755 756[[package]] 757name = "libz-sys" 758version = "1.1.24" 759source = "registry+https://github.com/rust-lang/crates.io-index" 760checksum = "4735e9cbde5aac84a5ce588f6b23a90b9b0b528f6c5a8db8a4aff300463a0839" 761dependencies = [ 762 "cc", 763 "pkg-config", 764 "vcpkg", 765] 766 767[[package]] 768name = "linux-raw-sys" 769version = "0.11.0" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 772 773[[package]] 774name = "litrs" 775version = "1.0.0" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 778 779[[package]] 780name = "lock_api" 781version = "0.4.14" 782source = "registry+https://github.com/rust-lang/crates.io-index" 783checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 784dependencies = [ 785 "scopeguard", 786] 787 788[[package]] 789name = "log" 790version = "0.4.29" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 793 794[[package]] 795name = "lru" 796version = "0.16.3" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "a1dc47f592c06f33f8e3aea9591776ec7c9f9e4124778ff8a3c3b87159f7e593" 799dependencies = [ 800 "hashbrown", 801] 802 803[[package]] 804name = "lscolors" 805version = "0.20.0" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "61183da5de8ba09a58e330d55e5ea796539d8443bd00fdeb863eac39724aa4ab" 808dependencies = [ 809 "aho-corasick", 810 "nu-ansi-term", 811] 812 813[[package]] 814name = "mach2" 815version = "0.6.0" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" 818 819[[package]] 820name = "memchr" 821version = "2.8.0" 822source = "registry+https://github.com/rust-lang/crates.io-index" 823checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 824 825[[package]] 826name = "miette" 827version = "7.6.0" 828source = "registry+https://github.com/rust-lang/crates.io-index" 829checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 830dependencies = [ 831 "cfg-if", 832 "miette-derive", 833 "owo-colors", 834 "supports-color", 835 "supports-hyperlinks", 836 "supports-unicode", 837 "terminal_size", 838 "textwrap", 839 "unicode-width 0.1.14", 840] 841 842[[package]] 843name = "miette-derive" 844version = "7.6.0" 845source = "registry+https://github.com/rust-lang/crates.io-index" 846checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 847dependencies = [ 848 "proc-macro2", 849 "quote", 850 "syn", 851] 852 853[[package]] 854name = "minimal-lexical" 855version = "0.2.1" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 858 859[[package]] 860name = "miniz_oxide" 861version = "0.8.9" 862source = "registry+https://github.com/rust-lang/crates.io-index" 863checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 864dependencies = [ 865 "adler2", 866 "simd-adler32", 867] 868 869[[package]] 870name = "mio" 871version = "1.1.1" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 874dependencies = [ 875 "libc", 876 "log", 877 "wasi", 878 "windows-sys 0.61.2", 879] 880 881[[package]] 882name = "nix" 883version = "0.30.1" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 886dependencies = [ 887 "bitflags", 888 "cfg-if", 889 "cfg_aliases", 890 "libc", 891] 892 893[[package]] 894name = "nom" 895version = "7.1.3" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 898dependencies = [ 899 "memchr", 900 "minimal-lexical", 901] 902 903[[package]] 904name = "ntapi" 905version = "0.4.3" 906source = "registry+https://github.com/rust-lang/crates.io-index" 907checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" 908dependencies = [ 909 "winapi", 910] 911 912[[package]] 913name = "nu-ansi-term" 914version = "0.50.3" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 917dependencies = [ 918 "windows-sys 0.61.2", 919] 920 921[[package]] 922name = "nu-derive-value" 923version = "0.111.0" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "d71958b54c367bda033f7dcc4a73b61972fb52323f71a1e3533e290fa67148d1" 926dependencies = [ 927 "heck", 928 "proc-macro-error2", 929 "proc-macro2", 930 "quote", 931 "syn", 932] 933 934[[package]] 935name = "nu-engine" 936version = "0.111.0" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "d41b3e3e2d25c30741a0761856258e22624c0d60064e4f0e12f86202a451d492" 939dependencies = [ 940 "fancy-regex", 941 "log", 942 "nu-experimental", 943 "nu-glob", 944 "nu-path", 945 "nu-protocol", 946 "nu-utils", 947] 948 949[[package]] 950name = "nu-experimental" 951version = "0.111.0" 952source = "registry+https://github.com/rust-lang/crates.io-index" 953checksum = "f328fa0531bdf49c2dc0312b40cb780e3d74e0d3dbb15d508469a5ae4cfd8d8f" 954dependencies = [ 955 "itertools 0.14.0", 956 "thiserror 2.0.18", 957] 958 959[[package]] 960name = "nu-glob" 961version = "0.111.0" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "01ee787f61353c9c90581ddf4c0602a07b991cdd06c97dac8b6d323a1a52c43a" 964 965[[package]] 966name = "nu-path" 967version = "0.111.0" 968source = "registry+https://github.com/rust-lang/crates.io-index" 969checksum = "c01d110cb931acf56237ce572e5b156e8e1134227c90deeffb92eedda9482c23" 970dependencies = [ 971 "dirs", 972 "omnipath", 973 "pwd", 974 "ref-cast", 975] 976 977[[package]] 978name = "nu-plugin" 979version = "0.111.0" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "c322531b1a7d6338c5ead1f454294f46babf8c99cd4716311cab1e88ba52b154" 982dependencies = [ 983 "log", 984 "nix", 985 "nu-engine", 986 "nu-plugin-core", 987 "nu-plugin-protocol", 988 "nu-protocol", 989 "nu-utils", 990 "thiserror 2.0.18", 991] 992 993[[package]] 994name = "nu-plugin-core" 995version = "0.111.0" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "38ee792aeb0d37e0ed55ca4304e434eece497914e27ae42616a8bb973f5d2720" 998dependencies = [ 999 "interprocess", 1000 "log", 1001 "nu-plugin-protocol", 1002 "nu-protocol", 1003 "rmp-serde", 1004 "serde", 1005 "serde_json", 1006 "windows", 1007] 1008 1009[[package]] 1010name = "nu-plugin-protocol" 1011version = "0.111.0" 1012source = "registry+https://github.com/rust-lang/crates.io-index" 1013checksum = "7725f341428db16dbef4392970de32705abc77ee80a902572c8da811dade3564" 1014dependencies = [ 1015 "nu-protocol", 1016 "nu-utils", 1017 "rmp-serde", 1018 "semver", 1019 "serde", 1020 "typetag", 1021] 1022 1023[[package]] 1024name = "nu-protocol" 1025version = "0.111.0" 1026source = "registry+https://github.com/rust-lang/crates.io-index" 1027checksum = "f1c0e58cbeb46cbfd40156e6f4b9f90e4a77e774ca863fa158867a4726aab1d1" 1028dependencies = [ 1029 "brotli", 1030 "bytes", 1031 "chrono", 1032 "chrono-humanize", 1033 "dirs", 1034 "dirs-sys", 1035 "fancy-regex", 1036 "heck", 1037 "indexmap", 1038 "log", 1039 "lru", 1040 "memchr", 1041 "miette", 1042 "nix", 1043 "nu-derive-value", 1044 "nu-experimental", 1045 "nu-glob", 1046 "nu-path", 1047 "nu-system", 1048 "nu-utils", 1049 "num-format", 1050 "os_pipe", 1051 "rmp-serde", 1052 "serde", 1053 "serde_json", 1054 "strum", 1055 "strum_macros", 1056 "thiserror 2.0.18", 1057 "typetag", 1058 "web-time", 1059 "windows", 1060 "windows-sys 0.61.2", 1061] 1062 1063[[package]] 1064name = "nu-system" 1065version = "0.111.0" 1066source = "registry+https://github.com/rust-lang/crates.io-index" 1067checksum = "62fe7847b65edbe362a0fcb67dedfab9fd7370e89c0313f7cb7d0a7ab8f9834b" 1068dependencies = [ 1069 "chrono", 1070 "itertools 0.14.0", 1071 "libc", 1072 "libproc", 1073 "log", 1074 "mach2", 1075 "nix", 1076 "ntapi", 1077 "procfs", 1078 "sysinfo", 1079 "uucore", 1080 "web-time", 1081 "windows", 1082] 1083 1084[[package]] 1085name = "nu-utils" 1086version = "0.111.0" 1087source = "registry+https://github.com/rust-lang/crates.io-index" 1088checksum = "df85a8a4bb28c84d5f7c096c02c859ac454dfac59fd0296ab5eb6ed86619219e" 1089dependencies = [ 1090 "byteyarn", 1091 "crossterm", 1092 "crossterm_winapi", 1093 "fancy-regex", 1094 "lean_string", 1095 "log", 1096 "lscolors", 1097 "memchr", 1098 "nix", 1099 "num-format", 1100 "serde", 1101 "serde_json", 1102 "strip-ansi-escapes", 1103 "sys-locale", 1104 "unicase", 1105] 1106 1107[[package]] 1108name = "nu_plugin_nbt" 1109version = "0.1.0" 1110dependencies = [ 1111 "flate2", 1112 "nu-plugin", 1113 "nu-protocol", 1114 "serde", 1115 "simdnbt", 1116] 1117 1118[[package]] 1119name = "num-format" 1120version = "0.4.4" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 1123dependencies = [ 1124 "arrayvec", 1125 "itoa", 1126] 1127 1128[[package]] 1129name = "num-traits" 1130version = "0.2.19" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1133dependencies = [ 1134 "autocfg", 1135] 1136 1137[[package]] 1138name = "objc2-core-foundation" 1139version = "0.3.1" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "1c10c2894a6fed806ade6027bcd50662746363a9589d3ec9d9bef30a4e4bc166" 1142dependencies = [ 1143 "bitflags", 1144] 1145 1146[[package]] 1147name = "objc2-io-kit" 1148version = "0.3.1" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "71c1c64d6120e51cd86033f67176b1cb66780c2efe34dec55176f77befd93c0a" 1151dependencies = [ 1152 "libc", 1153 "objc2-core-foundation", 1154] 1155 1156[[package]] 1157name = "omnipath" 1158version = "0.1.6" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "80adb31078122c880307e9cdfd4e3361e6545c319f9b9dcafcb03acd3b51a575" 1161 1162[[package]] 1163name = "once_cell" 1164version = "1.21.3" 1165source = "registry+https://github.com/rust-lang/crates.io-index" 1166checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1167 1168[[package]] 1169name = "once_cell_polyfill" 1170version = "1.70.2" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1173 1174[[package]] 1175name = "option-ext" 1176version = "0.2.0" 1177source = "registry+https://github.com/rust-lang/crates.io-index" 1178checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1179 1180[[package]] 1181name = "os_display" 1182version = "0.1.4" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f" 1185dependencies = [ 1186 "unicode-width 0.2.2", 1187] 1188 1189[[package]] 1190name = "os_pipe" 1191version = "1.2.3" 1192source = "registry+https://github.com/rust-lang/crates.io-index" 1193checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" 1194dependencies = [ 1195 "libc", 1196 "windows-sys 0.61.2", 1197] 1198 1199[[package]] 1200name = "owo-colors" 1201version = "4.3.0" 1202source = "registry+https://github.com/rust-lang/crates.io-index" 1203checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" 1204 1205[[package]] 1206name = "parking_lot" 1207version = "0.12.5" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1210dependencies = [ 1211 "lock_api", 1212 "parking_lot_core", 1213] 1214 1215[[package]] 1216name = "parking_lot_core" 1217version = "0.9.12" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1220dependencies = [ 1221 "cfg-if", 1222 "libc", 1223 "redox_syscall", 1224 "smallvec", 1225 "windows-link", 1226] 1227 1228[[package]] 1229name = "pkg-config" 1230version = "0.3.32" 1231source = "registry+https://github.com/rust-lang/crates.io-index" 1232checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1233 1234[[package]] 1235name = "proc-macro-error-attr2" 1236version = "2.0.0" 1237source = "registry+https://github.com/rust-lang/crates.io-index" 1238checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 1239dependencies = [ 1240 "proc-macro2", 1241 "quote", 1242] 1243 1244[[package]] 1245name = "proc-macro-error2" 1246version = "2.0.1" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 1249dependencies = [ 1250 "proc-macro-error-attr2", 1251 "proc-macro2", 1252 "quote", 1253 "syn", 1254] 1255 1256[[package]] 1257name = "proc-macro2" 1258version = "1.0.106" 1259source = "registry+https://github.com/rust-lang/crates.io-index" 1260checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1261dependencies = [ 1262 "unicode-ident", 1263] 1264 1265[[package]] 1266name = "procfs" 1267version = "0.18.0" 1268source = "registry+https://github.com/rust-lang/crates.io-index" 1269checksum = "25485360a54d6861439d60facef26de713b1e126bf015ec8f98239467a2b82f7" 1270dependencies = [ 1271 "bitflags", 1272 "chrono", 1273 "flate2", 1274 "procfs-core", 1275 "rustix", 1276] 1277 1278[[package]] 1279name = "procfs-core" 1280version = "0.18.0" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "e6401bf7b6af22f78b563665d15a22e9aef27775b79b149a66ca022468a4e405" 1283dependencies = [ 1284 "bitflags", 1285 "chrono", 1286 "hex", 1287] 1288 1289[[package]] 1290name = "pure-rust-locales" 1291version = "0.8.2" 1292source = "registry+https://github.com/rust-lang/crates.io-index" 1293checksum = "869675ad2d7541aea90c6d88c81f46a7f4ea9af8cd0395d38f11a95126998a0d" 1294 1295[[package]] 1296name = "pwd" 1297version = "1.4.0" 1298source = "registry+https://github.com/rust-lang/crates.io-index" 1299checksum = "72c71c0c79b9701efe4e1e4b563b2016dd4ee789eb99badcb09d61ac4b92e4a2" 1300dependencies = [ 1301 "libc", 1302 "thiserror 1.0.69", 1303] 1304 1305[[package]] 1306name = "quote" 1307version = "1.0.45" 1308source = "registry+https://github.com/rust-lang/crates.io-index" 1309checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 1310dependencies = [ 1311 "proc-macro2", 1312] 1313 1314[[package]] 1315name = "recvmsg" 1316version = "1.0.0" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" 1319 1320[[package]] 1321name = "redox_syscall" 1322version = "0.5.18" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1325dependencies = [ 1326 "bitflags", 1327] 1328 1329[[package]] 1330name = "redox_users" 1331version = "0.5.2" 1332source = "registry+https://github.com/rust-lang/crates.io-index" 1333checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 1334dependencies = [ 1335 "getrandom", 1336 "libredox", 1337 "thiserror 2.0.18", 1338] 1339 1340[[package]] 1341name = "ref-cast" 1342version = "1.0.25" 1343source = "registry+https://github.com/rust-lang/crates.io-index" 1344checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 1345dependencies = [ 1346 "ref-cast-impl", 1347] 1348 1349[[package]] 1350name = "ref-cast-impl" 1351version = "1.0.25" 1352source = "registry+https://github.com/rust-lang/crates.io-index" 1353checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 1354dependencies = [ 1355 "proc-macro2", 1356 "quote", 1357 "syn", 1358] 1359 1360[[package]] 1361name = "regex" 1362version = "1.12.3" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 1365dependencies = [ 1366 "aho-corasick", 1367 "memchr", 1368 "regex-automata", 1369 "regex-syntax", 1370] 1371 1372[[package]] 1373name = "regex-automata" 1374version = "0.4.14" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1377dependencies = [ 1378 "aho-corasick", 1379 "memchr", 1380 "regex-syntax", 1381] 1382 1383[[package]] 1384name = "regex-syntax" 1385version = "0.8.10" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 1388 1389[[package]] 1390name = "rmp" 1391version = "0.8.15" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" 1394dependencies = [ 1395 "num-traits", 1396] 1397 1398[[package]] 1399name = "rmp-serde" 1400version = "1.3.1" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" 1403dependencies = [ 1404 "rmp", 1405 "serde", 1406] 1407 1408[[package]] 1409name = "rustc-hash" 1410version = "2.1.1" 1411source = "registry+https://github.com/rust-lang/crates.io-index" 1412checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1413 1414[[package]] 1415name = "rustc_version" 1416version = "0.4.1" 1417source = "registry+https://github.com/rust-lang/crates.io-index" 1418checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1419dependencies = [ 1420 "semver", 1421] 1422 1423[[package]] 1424name = "rustix" 1425version = "1.1.3" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 1428dependencies = [ 1429 "bitflags", 1430 "errno", 1431 "libc", 1432 "linux-raw-sys", 1433 "windows-sys 0.61.2", 1434] 1435 1436[[package]] 1437name = "rustversion" 1438version = "1.0.22" 1439source = "registry+https://github.com/rust-lang/crates.io-index" 1440checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1441 1442[[package]] 1443name = "ryu" 1444version = "1.0.23" 1445source = "registry+https://github.com/rust-lang/crates.io-index" 1446checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1447 1448[[package]] 1449name = "scopeguard" 1450version = "1.2.0" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1453 1454[[package]] 1455name = "self_cell" 1456version = "1.2.2" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" 1459 1460[[package]] 1461name = "semver" 1462version = "1.0.27" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 1465 1466[[package]] 1467name = "serde" 1468version = "1.0.228" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1471dependencies = [ 1472 "serde_core", 1473 "serde_derive", 1474] 1475 1476[[package]] 1477name = "serde_core" 1478version = "1.0.228" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1481dependencies = [ 1482 "serde_derive", 1483] 1484 1485[[package]] 1486name = "serde_derive" 1487version = "1.0.228" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1490dependencies = [ 1491 "proc-macro2", 1492 "quote", 1493 "syn", 1494] 1495 1496[[package]] 1497name = "serde_json" 1498version = "1.0.149" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 1501dependencies = [ 1502 "itoa", 1503 "memchr", 1504 "serde", 1505 "serde_core", 1506 "zmij", 1507] 1508 1509[[package]] 1510name = "shlex" 1511version = "1.3.0" 1512source = "registry+https://github.com/rust-lang/crates.io-index" 1513checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1514 1515[[package]] 1516name = "signal-hook" 1517version = "0.3.18" 1518source = "registry+https://github.com/rust-lang/crates.io-index" 1519checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 1520dependencies = [ 1521 "libc", 1522 "signal-hook-registry", 1523] 1524 1525[[package]] 1526name = "signal-hook-mio" 1527version = "0.2.5" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 1530dependencies = [ 1531 "libc", 1532 "mio", 1533 "signal-hook", 1534] 1535 1536[[package]] 1537name = "signal-hook-registry" 1538version = "1.4.8" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 1541dependencies = [ 1542 "errno", 1543 "libc", 1544] 1545 1546[[package]] 1547name = "simd-adler32" 1548version = "0.3.8" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 1551 1552[[package]] 1553name = "simd_cesu8" 1554version = "1.1.1" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "94f90157bb87cddf702797c5dadfa0be7d266cdf49e22da2fcaa32eff75b2c33" 1557dependencies = [ 1558 "rustc_version", 1559 "simdutf8", 1560] 1561 1562[[package]] 1563name = "simdnbt" 1564version = "0.9.0" 1565source = "registry+https://github.com/rust-lang/crates.io-index" 1566checksum = "3260d6b36af95a09a37b0c6f33d6e0c55387ddfcb165c1bf17d948850a53c3c4" 1567dependencies = [ 1568 "byteorder", 1569 "flate2", 1570 "serde", 1571 "simd_cesu8", 1572 "simdnbt-derive", 1573 "thiserror 2.0.18", 1574] 1575 1576[[package]] 1577name = "simdnbt-derive" 1578version = "0.9.0" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "e9b1c2b979a5d5ce4dcaa0e7fb9077836e92931a79a625b97b6cab8534bf761a" 1581dependencies = [ 1582 "proc-macro2", 1583 "quote", 1584 "syn", 1585] 1586 1587[[package]] 1588name = "simdutf8" 1589version = "0.1.5" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 1592 1593[[package]] 1594name = "smallvec" 1595version = "1.15.1" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1598 1599[[package]] 1600name = "strip-ansi-escapes" 1601version = "0.2.1" 1602source = "registry+https://github.com/rust-lang/crates.io-index" 1603checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025" 1604dependencies = [ 1605 "vte", 1606] 1607 1608[[package]] 1609name = "strsim" 1610version = "0.11.1" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1613 1614[[package]] 1615name = "strum" 1616version = "0.27.2" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 1619 1620[[package]] 1621name = "strum_macros" 1622version = "0.27.2" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 1625dependencies = [ 1626 "heck", 1627 "proc-macro2", 1628 "quote", 1629 "syn", 1630] 1631 1632[[package]] 1633name = "supports-color" 1634version = "3.0.2" 1635source = "registry+https://github.com/rust-lang/crates.io-index" 1636checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" 1637dependencies = [ 1638 "is_ci", 1639] 1640 1641[[package]] 1642name = "supports-hyperlinks" 1643version = "3.2.0" 1644source = "registry+https://github.com/rust-lang/crates.io-index" 1645checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91" 1646 1647[[package]] 1648name = "supports-unicode" 1649version = "3.0.0" 1650source = "registry+https://github.com/rust-lang/crates.io-index" 1651checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 1652 1653[[package]] 1654name = "syn" 1655version = "2.0.117" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 1658dependencies = [ 1659 "proc-macro2", 1660 "quote", 1661 "unicode-ident", 1662] 1663 1664[[package]] 1665name = "sys-locale" 1666version = "0.3.2" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" 1669dependencies = [ 1670 "libc", 1671] 1672 1673[[package]] 1674name = "sysinfo" 1675version = "0.38.3" 1676source = "registry+https://github.com/rust-lang/crates.io-index" 1677checksum = "d03c61d2a49c649a15c407338afe7accafde9dac869995dccb73e5f7ef7d9034" 1678dependencies = [ 1679 "libc", 1680 "memchr", 1681 "ntapi", 1682 "objc2-core-foundation", 1683 "objc2-io-kit", 1684 "windows", 1685] 1686 1687[[package]] 1688name = "terminal_size" 1689version = "0.4.3" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 1692dependencies = [ 1693 "rustix", 1694 "windows-sys 0.60.2", 1695] 1696 1697[[package]] 1698name = "textwrap" 1699version = "0.16.2" 1700source = "registry+https://github.com/rust-lang/crates.io-index" 1701checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 1702dependencies = [ 1703 "unicode-linebreak", 1704 "unicode-width 0.2.2", 1705] 1706 1707[[package]] 1708name = "thiserror" 1709version = "1.0.69" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1712dependencies = [ 1713 "thiserror-impl 1.0.69", 1714] 1715 1716[[package]] 1717name = "thiserror" 1718version = "2.0.18" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1721dependencies = [ 1722 "thiserror-impl 2.0.18", 1723] 1724 1725[[package]] 1726name = "thiserror-impl" 1727version = "1.0.69" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1730dependencies = [ 1731 "proc-macro2", 1732 "quote", 1733 "syn", 1734] 1735 1736[[package]] 1737name = "thiserror-impl" 1738version = "2.0.18" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1741dependencies = [ 1742 "proc-macro2", 1743 "quote", 1744 "syn", 1745] 1746 1747[[package]] 1748name = "tinystr" 1749version = "0.8.2" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 1752dependencies = [ 1753 "displaydoc", 1754 "serde_core", 1755 "zerovec", 1756] 1757 1758[[package]] 1759name = "type-map" 1760version = "0.5.1" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" 1763dependencies = [ 1764 "rustc-hash", 1765] 1766 1767[[package]] 1768name = "typeid" 1769version = "1.0.3" 1770source = "registry+https://github.com/rust-lang/crates.io-index" 1771checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 1772 1773[[package]] 1774name = "typetag" 1775version = "0.2.21" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf" 1778dependencies = [ 1779 "erased-serde", 1780 "inventory", 1781 "once_cell", 1782 "serde", 1783 "typetag-impl", 1784] 1785 1786[[package]] 1787name = "typetag-impl" 1788version = "0.2.21" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846" 1791dependencies = [ 1792 "proc-macro2", 1793 "quote", 1794 "syn", 1795] 1796 1797[[package]] 1798name = "unic-langid" 1799version = "0.9.6" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05" 1802dependencies = [ 1803 "unic-langid-impl", 1804] 1805 1806[[package]] 1807name = "unic-langid-impl" 1808version = "0.9.6" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658" 1811dependencies = [ 1812 "tinystr", 1813] 1814 1815[[package]] 1816name = "unicase" 1817version = "2.9.0" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 1820 1821[[package]] 1822name = "unicode-ident" 1823version = "1.0.24" 1824source = "registry+https://github.com/rust-lang/crates.io-index" 1825checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1826 1827[[package]] 1828name = "unicode-linebreak" 1829version = "0.1.5" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 1832 1833[[package]] 1834name = "unicode-segmentation" 1835version = "1.12.0" 1836source = "registry+https://github.com/rust-lang/crates.io-index" 1837checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 1838 1839[[package]] 1840name = "unicode-width" 1841version = "0.1.14" 1842source = "registry+https://github.com/rust-lang/crates.io-index" 1843checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 1844 1845[[package]] 1846name = "unicode-width" 1847version = "0.2.2" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 1850 1851[[package]] 1852name = "utf8parse" 1853version = "0.2.2" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1856 1857[[package]] 1858name = "uucore" 1859version = "0.6.0" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "b157ba598d7f7ed06f6dbc62999edb9d730b4d3fb58e503d8ad6d5fbe1e04391" 1862dependencies = [ 1863 "clap", 1864 "fluent", 1865 "fluent-bundle", 1866 "fluent-syntax", 1867 "libc", 1868 "nix", 1869 "os_display", 1870 "thiserror 2.0.18", 1871 "unic-langid", 1872 "uucore_procs", 1873 "wild", 1874] 1875 1876[[package]] 1877name = "uucore_procs" 1878version = "0.6.0" 1879source = "registry+https://github.com/rust-lang/crates.io-index" 1880checksum = "daa291a52608ac5a2f8539e119666e021baa6b8c01f22f02ed201bbae54cbbc0" 1881dependencies = [ 1882 "proc-macro2", 1883 "quote", 1884] 1885 1886[[package]] 1887name = "vcpkg" 1888version = "0.2.15" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 1891 1892[[package]] 1893name = "vte" 1894version = "0.14.1" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077" 1897dependencies = [ 1898 "memchr", 1899] 1900 1901[[package]] 1902name = "wasi" 1903version = "0.11.1+wasi-snapshot-preview1" 1904source = "registry+https://github.com/rust-lang/crates.io-index" 1905checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1906 1907[[package]] 1908name = "wasm-bindgen" 1909version = "0.2.114" 1910source = "registry+https://github.com/rust-lang/crates.io-index" 1911checksum = "6532f9a5c1ece3798cb1c2cfdba640b9b3ba884f5db45973a6f442510a87d38e" 1912dependencies = [ 1913 "cfg-if", 1914 "once_cell", 1915 "rustversion", 1916 "wasm-bindgen-macro", 1917 "wasm-bindgen-shared", 1918] 1919 1920[[package]] 1921name = "wasm-bindgen-macro" 1922version = "0.2.114" 1923source = "registry+https://github.com/rust-lang/crates.io-index" 1924checksum = "18a2d50fcf105fb33bb15f00e7a77b772945a2ee45dcf454961fd843e74c18e6" 1925dependencies = [ 1926 "quote", 1927 "wasm-bindgen-macro-support", 1928] 1929 1930[[package]] 1931name = "wasm-bindgen-macro-support" 1932version = "0.2.114" 1933source = "registry+https://github.com/rust-lang/crates.io-index" 1934checksum = "03ce4caeaac547cdf713d280eda22a730824dd11e6b8c3ca9e42247b25c631e3" 1935dependencies = [ 1936 "bumpalo", 1937 "proc-macro2", 1938 "quote", 1939 "syn", 1940 "wasm-bindgen-shared", 1941] 1942 1943[[package]] 1944name = "wasm-bindgen-shared" 1945version = "0.2.114" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "75a326b8c223ee17883a4251907455a2431acc2791c98c26279376490c378c16" 1948dependencies = [ 1949 "unicode-ident", 1950] 1951 1952[[package]] 1953name = "web-time" 1954version = "1.1.0" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1957dependencies = [ 1958 "js-sys", 1959 "wasm-bindgen", 1960] 1961 1962[[package]] 1963name = "widestring" 1964version = "1.2.1" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 1967 1968[[package]] 1969name = "wild" 1970version = "2.2.1" 1971source = "registry+https://github.com/rust-lang/crates.io-index" 1972checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1" 1973dependencies = [ 1974 "glob", 1975] 1976 1977[[package]] 1978name = "winapi" 1979version = "0.3.9" 1980source = "registry+https://github.com/rust-lang/crates.io-index" 1981checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1982dependencies = [ 1983 "winapi-i686-pc-windows-gnu", 1984 "winapi-x86_64-pc-windows-gnu", 1985] 1986 1987[[package]] 1988name = "winapi-i686-pc-windows-gnu" 1989version = "0.4.0" 1990source = "registry+https://github.com/rust-lang/crates.io-index" 1991checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1992 1993[[package]] 1994name = "winapi-x86_64-pc-windows-gnu" 1995version = "0.4.0" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1998 1999[[package]] 2000name = "windows" 2001version = "0.62.2" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 2004dependencies = [ 2005 "windows-collections", 2006 "windows-core", 2007 "windows-future", 2008 "windows-numerics", 2009] 2010 2011[[package]] 2012name = "windows-collections" 2013version = "0.3.2" 2014source = "registry+https://github.com/rust-lang/crates.io-index" 2015checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 2016dependencies = [ 2017 "windows-core", 2018] 2019 2020[[package]] 2021name = "windows-core" 2022version = "0.62.2" 2023source = "registry+https://github.com/rust-lang/crates.io-index" 2024checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2025dependencies = [ 2026 "windows-implement", 2027 "windows-interface", 2028 "windows-link", 2029 "windows-result", 2030 "windows-strings", 2031] 2032 2033[[package]] 2034name = "windows-future" 2035version = "0.3.2" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 2038dependencies = [ 2039 "windows-core", 2040 "windows-link", 2041 "windows-threading", 2042] 2043 2044[[package]] 2045name = "windows-implement" 2046version = "0.60.2" 2047source = "registry+https://github.com/rust-lang/crates.io-index" 2048checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2049dependencies = [ 2050 "proc-macro2", 2051 "quote", 2052 "syn", 2053] 2054 2055[[package]] 2056name = "windows-interface" 2057version = "0.59.3" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2060dependencies = [ 2061 "proc-macro2", 2062 "quote", 2063 "syn", 2064] 2065 2066[[package]] 2067name = "windows-link" 2068version = "0.2.1" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2071 2072[[package]] 2073name = "windows-numerics" 2074version = "0.3.1" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 2077dependencies = [ 2078 "windows-core", 2079 "windows-link", 2080] 2081 2082[[package]] 2083name = "windows-result" 2084version = "0.4.1" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2087dependencies = [ 2088 "windows-link", 2089] 2090 2091[[package]] 2092name = "windows-strings" 2093version = "0.5.1" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2096dependencies = [ 2097 "windows-link", 2098] 2099 2100[[package]] 2101name = "windows-sys" 2102version = "0.52.0" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2105dependencies = [ 2106 "windows-targets 0.52.6", 2107] 2108 2109[[package]] 2110name = "windows-sys" 2111version = "0.60.2" 2112source = "registry+https://github.com/rust-lang/crates.io-index" 2113checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2114dependencies = [ 2115 "windows-targets 0.53.5", 2116] 2117 2118[[package]] 2119name = "windows-sys" 2120version = "0.61.2" 2121source = "registry+https://github.com/rust-lang/crates.io-index" 2122checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2123dependencies = [ 2124 "windows-link", 2125] 2126 2127[[package]] 2128name = "windows-targets" 2129version = "0.52.6" 2130source = "registry+https://github.com/rust-lang/crates.io-index" 2131checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2132dependencies = [ 2133 "windows_aarch64_gnullvm 0.52.6", 2134 "windows_aarch64_msvc 0.52.6", 2135 "windows_i686_gnu 0.52.6", 2136 "windows_i686_gnullvm 0.52.6", 2137 "windows_i686_msvc 0.52.6", 2138 "windows_x86_64_gnu 0.52.6", 2139 "windows_x86_64_gnullvm 0.52.6", 2140 "windows_x86_64_msvc 0.52.6", 2141] 2142 2143[[package]] 2144name = "windows-targets" 2145version = "0.53.5" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2148dependencies = [ 2149 "windows-link", 2150 "windows_aarch64_gnullvm 0.53.1", 2151 "windows_aarch64_msvc 0.53.1", 2152 "windows_i686_gnu 0.53.1", 2153 "windows_i686_gnullvm 0.53.1", 2154 "windows_i686_msvc 0.53.1", 2155 "windows_x86_64_gnu 0.53.1", 2156 "windows_x86_64_gnullvm 0.53.1", 2157 "windows_x86_64_msvc 0.53.1", 2158] 2159 2160[[package]] 2161name = "windows-threading" 2162version = "0.2.1" 2163source = "registry+https://github.com/rust-lang/crates.io-index" 2164checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 2165dependencies = [ 2166 "windows-link", 2167] 2168 2169[[package]] 2170name = "windows_aarch64_gnullvm" 2171version = "0.52.6" 2172source = "registry+https://github.com/rust-lang/crates.io-index" 2173checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2174 2175[[package]] 2176name = "windows_aarch64_gnullvm" 2177version = "0.53.1" 2178source = "registry+https://github.com/rust-lang/crates.io-index" 2179checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2180 2181[[package]] 2182name = "windows_aarch64_msvc" 2183version = "0.52.6" 2184source = "registry+https://github.com/rust-lang/crates.io-index" 2185checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2186 2187[[package]] 2188name = "windows_aarch64_msvc" 2189version = "0.53.1" 2190source = "registry+https://github.com/rust-lang/crates.io-index" 2191checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2192 2193[[package]] 2194name = "windows_i686_gnu" 2195version = "0.52.6" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2198 2199[[package]] 2200name = "windows_i686_gnu" 2201version = "0.53.1" 2202source = "registry+https://github.com/rust-lang/crates.io-index" 2203checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2204 2205[[package]] 2206name = "windows_i686_gnullvm" 2207version = "0.52.6" 2208source = "registry+https://github.com/rust-lang/crates.io-index" 2209checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2210 2211[[package]] 2212name = "windows_i686_gnullvm" 2213version = "0.53.1" 2214source = "registry+https://github.com/rust-lang/crates.io-index" 2215checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2216 2217[[package]] 2218name = "windows_i686_msvc" 2219version = "0.52.6" 2220source = "registry+https://github.com/rust-lang/crates.io-index" 2221checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2222 2223[[package]] 2224name = "windows_i686_msvc" 2225version = "0.53.1" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2228 2229[[package]] 2230name = "windows_x86_64_gnu" 2231version = "0.52.6" 2232source = "registry+https://github.com/rust-lang/crates.io-index" 2233checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2234 2235[[package]] 2236name = "windows_x86_64_gnu" 2237version = "0.53.1" 2238source = "registry+https://github.com/rust-lang/crates.io-index" 2239checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2240 2241[[package]] 2242name = "windows_x86_64_gnullvm" 2243version = "0.52.6" 2244source = "registry+https://github.com/rust-lang/crates.io-index" 2245checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2246 2247[[package]] 2248name = "windows_x86_64_gnullvm" 2249version = "0.53.1" 2250source = "registry+https://github.com/rust-lang/crates.io-index" 2251checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2252 2253[[package]] 2254name = "windows_x86_64_msvc" 2255version = "0.52.6" 2256source = "registry+https://github.com/rust-lang/crates.io-index" 2257checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2258 2259[[package]] 2260name = "windows_x86_64_msvc" 2261version = "0.53.1" 2262source = "registry+https://github.com/rust-lang/crates.io-index" 2263checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2264 2265[[package]] 2266name = "zerocopy" 2267version = "0.7.35" 2268source = "registry+https://github.com/rust-lang/crates.io-index" 2269checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 2270dependencies = [ 2271 "byteorder", 2272 "zerocopy-derive", 2273] 2274 2275[[package]] 2276name = "zerocopy-derive" 2277version = "0.7.35" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 2280dependencies = [ 2281 "proc-macro2", 2282 "quote", 2283 "syn", 2284] 2285 2286[[package]] 2287name = "zerofrom" 2288version = "0.1.6" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2291 2292[[package]] 2293name = "zerovec" 2294version = "0.11.5" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 2297dependencies = [ 2298 "serde", 2299 "zerofrom", 2300] 2301 2302[[package]] 2303name = "zmij" 2304version = "1.0.21" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"