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