Nushell plugin for interacting with D-Bus
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

at main 2223 lines 56 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 = "1.0.0" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 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.14" 68source = "registry+https://github.com/rust-lang/crates.io-index" 69checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 70 71[[package]] 72name = "anstyle-parse" 73version = "1.0.0" 74source = "registry+https://github.com/rust-lang/crates.io-index" 75checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 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.1" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 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.60" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "43c5703da9466b66a946814e1adf53ea2c90f10063b86290cc9eb67ce3478a20" 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.6.1" 284source = "registry+https://github.com/rust-lang/crates.io-index" 285checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" 286dependencies = [ 287 "clap_builder", 288] 289 290[[package]] 291name = "clap_builder" 292version = "4.6.0" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 295dependencies = [ 296 "anstream", 297 "anstyle", 298 "clap_lex", 299 "strsim", 300 "terminal_size", 301] 302 303[[package]] 304name = "clap_lex" 305version = "1.1.0" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 308 309[[package]] 310name = "colorchoice" 311version = "1.0.5" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 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.1.1" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "c2db04e74f0a9a93103b50e90b96024c9b2bdca8bce6a632ec71b88736d3d359" 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 = "hashbrown" 587version = "0.17.0" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "4f467dd6dccf739c208452f8014c75c18bb8301b050ad1cfb27153803edb0f51" 590 591[[package]] 592name = "heck" 593version = "0.5.0" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 596 597[[package]] 598name = "hex" 599version = "0.4.3" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 602 603[[package]] 604name = "iana-time-zone" 605version = "0.1.65" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 608dependencies = [ 609 "android_system_properties", 610 "core-foundation-sys", 611 "iana-time-zone-haiku", 612 "js-sys", 613 "log", 614 "wasm-bindgen", 615 "windows-core", 616] 617 618[[package]] 619name = "iana-time-zone-haiku" 620version = "0.1.2" 621source = "registry+https://github.com/rust-lang/crates.io-index" 622checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 623dependencies = [ 624 "cc", 625] 626 627[[package]] 628name = "indexmap" 629version = "2.14.0" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 632dependencies = [ 633 "equivalent", 634 "hashbrown 0.17.0", 635] 636 637[[package]] 638name = "interprocess" 639version = "2.4.2" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "069323743400cb7ab06a8fe5c1ed911d36b6919ec531661d034c89083629595b" 642dependencies = [ 643 "doctest-file", 644 "libc", 645 "recvmsg", 646 "widestring", 647 "windows-sys 0.61.2", 648] 649 650[[package]] 651name = "intl-memoizer" 652version = "0.5.3" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f" 655dependencies = [ 656 "type-map", 657 "unic-langid", 658] 659 660[[package]] 661name = "intl_pluralrules" 662version = "7.0.2" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 665dependencies = [ 666 "unic-langid", 667] 668 669[[package]] 670name = "inventory" 671version = "0.3.24" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" 674dependencies = [ 675 "rustversion", 676] 677 678[[package]] 679name = "is_ci" 680version = "1.2.0" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 683 684[[package]] 685name = "is_terminal_polyfill" 686version = "1.70.2" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 689 690[[package]] 691name = "itertools" 692version = "0.13.0" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 695dependencies = [ 696 "either", 697] 698 699[[package]] 700name = "itertools" 701version = "0.14.0" 702source = "registry+https://github.com/rust-lang/crates.io-index" 703checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 704dependencies = [ 705 "either", 706] 707 708[[package]] 709name = "itoa" 710version = "1.0.18" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 713 714[[package]] 715name = "js-sys" 716version = "0.3.95" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "2964e92d1d9dc3364cae4d718d93f227e3abb088e747d92e0395bfdedf1c12ca" 719dependencies = [ 720 "once_cell", 721 "wasm-bindgen", 722] 723 724[[package]] 725name = "lean_string" 726version = "0.5.3" 727source = "registry+https://github.com/rust-lang/crates.io-index" 728checksum = "8a262b6ae1dd9c2d3cf7977a816578b03bf8fb60b61545c395880f95eefc5b24" 729dependencies = [ 730 "castaway", 731 "itoa", 732 "ryu", 733 "serde_core", 734] 735 736[[package]] 737name = "libc" 738version = "0.2.185" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "52ff2c0fe9bc6cb6b14a0592c2ff4fa9ceb83eea9db979b0487cd054946a2b8f" 741 742[[package]] 743name = "libdbus-sys" 744version = "0.2.7" 745source = "registry+https://github.com/rust-lang/crates.io-index" 746checksum = "328c4789d42200f1eeec05bd86c9c13c7f091d2ba9a6ea35acdf51f31bc0f043" 747dependencies = [ 748 "pkg-config", 749] 750 751[[package]] 752name = "libloading" 753version = "0.8.9" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 756dependencies = [ 757 "cfg-if", 758 "windows-link", 759] 760 761[[package]] 762name = "libproc" 763version = "0.14.11" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "a54ad7278b8bc5301d5ffd2a94251c004feb971feba96c971ea4063645990757" 766dependencies = [ 767 "bindgen", 768 "errno", 769 "libc", 770] 771 772[[package]] 773name = "libredox" 774version = "0.1.16" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "e02f3bb43d335493c96bf3fd3a321600bf6bd07ed34bc64118e9293bdffea46c" 777dependencies = [ 778 "libc", 779] 780 781[[package]] 782name = "linux-raw-sys" 783version = "0.12.1" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 786 787[[package]] 788name = "litrs" 789version = "1.0.0" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092" 792 793[[package]] 794name = "lock_api" 795version = "0.4.14" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 798dependencies = [ 799 "scopeguard", 800] 801 802[[package]] 803name = "log" 804version = "0.4.29" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 807 808[[package]] 809name = "lru" 810version = "0.16.4" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" 813dependencies = [ 814 "hashbrown 0.16.1", 815] 816 817[[package]] 818name = "lscolors" 819version = "0.21.0" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "d60e266dfb1426eb2d24792602e041131fdc0236bb7007abc0e589acafd60929" 822dependencies = [ 823 "aho-corasick", 824 "nu-ansi-term", 825] 826 827[[package]] 828name = "mach2" 829version = "0.6.0" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "dae608c151f68243f2b000364e1f7b186d9c29845f7d2d85bd31b9ad77ad552b" 832 833[[package]] 834name = "memchr" 835version = "2.8.0" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 838 839[[package]] 840name = "miette" 841version = "7.6.0" 842source = "registry+https://github.com/rust-lang/crates.io-index" 843checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 844dependencies = [ 845 "cfg-if", 846 "miette-derive", 847 "owo-colors", 848 "supports-color", 849 "supports-hyperlinks", 850 "supports-unicode", 851 "terminal_size", 852 "textwrap", 853 "unicode-width 0.1.14", 854] 855 856[[package]] 857name = "miette-derive" 858version = "7.6.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 861dependencies = [ 862 "proc-macro2", 863 "quote", 864 "syn", 865] 866 867[[package]] 868name = "minimal-lexical" 869version = "0.2.1" 870source = "registry+https://github.com/rust-lang/crates.io-index" 871checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 872 873[[package]] 874name = "miniz_oxide" 875version = "0.8.9" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 878dependencies = [ 879 "adler2", 880 "simd-adler32", 881] 882 883[[package]] 884name = "mio" 885version = "1.2.0" 886source = "registry+https://github.com/rust-lang/crates.io-index" 887checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 888dependencies = [ 889 "libc", 890 "log", 891 "wasi", 892 "windows-sys 0.61.2", 893] 894 895[[package]] 896name = "nix" 897version = "0.31.2" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "5d6d0705320c1e6ba1d912b5e37cf18071b6c2e9b7fa8215a1e8a7651966f5d3" 900dependencies = [ 901 "bitflags", 902 "cfg-if", 903 "cfg_aliases", 904 "libc", 905] 906 907[[package]] 908name = "nom" 909version = "7.1.3" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 912dependencies = [ 913 "memchr", 914 "minimal-lexical", 915] 916 917[[package]] 918name = "ntapi" 919version = "0.4.3" 920source = "registry+https://github.com/rust-lang/crates.io-index" 921checksum = "c3b335231dfd352ffb0f8017f3b6027a4917f7df785ea2143d8af2adc66980ae" 922dependencies = [ 923 "winapi", 924] 925 926[[package]] 927name = "nu-ansi-term" 928version = "0.50.3" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 931dependencies = [ 932 "windows-sys 0.61.2", 933] 934 935[[package]] 936name = "nu-derive-value" 937version = "0.112.2" 938source = "registry+https://github.com/rust-lang/crates.io-index" 939checksum = "e956c3fc512be60e3d31aa8f58d063bd0b11e06b89da53326b5e12c8f5f94b1b" 940dependencies = [ 941 "heck", 942 "proc-macro-error2", 943 "proc-macro2", 944 "quote", 945 "syn", 946] 947 948[[package]] 949name = "nu-engine" 950version = "0.112.2" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "6eae3d2f0c563e58a4ed1cbb8eab360f904d8ef737e9accfcf524795b0a6e9c5" 953dependencies = [ 954 "fancy-regex", 955 "log", 956 "nu-experimental", 957 "nu-glob", 958 "nu-path", 959 "nu-protocol", 960 "nu-utils", 961] 962 963[[package]] 964name = "nu-experimental" 965version = "0.112.2" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "8f9952ce521ddc530a5bca70c62cbb8a6503a073f78b8aa6e96ea40adbe302e9" 968dependencies = [ 969 "itertools 0.14.0", 970 "thiserror 2.0.18", 971] 972 973[[package]] 974name = "nu-glob" 975version = "0.112.2" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "69f454999da57e72aad847db6caed952b1fba6f51e21b388a13da80ff2452ed0" 978 979[[package]] 980name = "nu-path" 981version = "0.112.2" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "d6841982bbdf96ebc613d23957544f8d5c9a5b7a05627e4485f4558a0ab3ff04" 984dependencies = [ 985 "dirs", 986 "omnipath", 987 "pwd", 988 "ref-cast", 989] 990 991[[package]] 992name = "nu-plugin" 993version = "0.112.2" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "3a73e82aa075bb01f596056b7c1eb63d191e6bbfdd88bf459439f10d48eca402" 996dependencies = [ 997 "log", 998 "nix", 999 "nu-engine", 1000 "nu-plugin-core", 1001 "nu-plugin-protocol", 1002 "nu-protocol", 1003 "nu-utils", 1004 "thiserror 2.0.18", 1005] 1006 1007[[package]] 1008name = "nu-plugin-core" 1009version = "0.112.2" 1010source = "registry+https://github.com/rust-lang/crates.io-index" 1011checksum = "448ea168c670e8aa8c5071f82aaa4cdb34504dad2b6faf447e646adf10da8122" 1012dependencies = [ 1013 "interprocess", 1014 "log", 1015 "nu-plugin-protocol", 1016 "nu-protocol", 1017 "nu-utils", 1018 "rmp-serde", 1019 "serde", 1020 "serde_json", 1021 "windows", 1022] 1023 1024[[package]] 1025name = "nu-plugin-protocol" 1026version = "0.112.2" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "ec4a780061ce7985f161d4cbab2f479b10eb17ce202c91c798b8f3ea26202a41" 1029dependencies = [ 1030 "nu-protocol", 1031 "nu-utils", 1032 "rmp-serde", 1033 "semver", 1034 "serde", 1035 "typetag", 1036] 1037 1038[[package]] 1039name = "nu-protocol" 1040version = "0.112.2" 1041source = "registry+https://github.com/rust-lang/crates.io-index" 1042checksum = "75081fd2e1d88b9f596a4ab5342097bba336e0dea9c9ad791746d62be24282e3" 1043dependencies = [ 1044 "brotli", 1045 "bytes", 1046 "chrono", 1047 "chrono-humanize", 1048 "dirs", 1049 "dirs-sys", 1050 "fancy-regex", 1051 "heck", 1052 "indexmap", 1053 "log", 1054 "lru", 1055 "memchr", 1056 "miette", 1057 "nix", 1058 "nu-derive-value", 1059 "nu-experimental", 1060 "nu-glob", 1061 "nu-path", 1062 "nu-system", 1063 "nu-utils", 1064 "num-format", 1065 "os_pipe", 1066 "rmp-serde", 1067 "serde", 1068 "serde_json", 1069 "strum", 1070 "strum_macros", 1071 "thiserror 2.0.18", 1072 "typetag", 1073 "web-time", 1074 "windows", 1075 "windows-sys 0.61.2", 1076] 1077 1078[[package]] 1079name = "nu-system" 1080version = "0.112.2" 1081source = "registry+https://github.com/rust-lang/crates.io-index" 1082checksum = "dbd7a734c96c69197496b502307eca408fa171898ba5d7228acdbbd02961d078" 1083dependencies = [ 1084 "chrono", 1085 "itertools 0.14.0", 1086 "libc", 1087 "libproc", 1088 "log", 1089 "mach2", 1090 "nix", 1091 "ntapi", 1092 "nu-utils", 1093 "procfs", 1094 "sysinfo", 1095 "uucore", 1096 "web-time", 1097 "windows", 1098] 1099 1100[[package]] 1101name = "nu-utils" 1102version = "0.112.2" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "46dbde833d407a88a82d170597ed73626d9a8e198f51ee16886343c0c3479e81" 1105dependencies = [ 1106 "byteyarn", 1107 "crossterm", 1108 "crossterm_winapi", 1109 "fancy-regex", 1110 "lean_string", 1111 "log", 1112 "lscolors", 1113 "memchr", 1114 "nix", 1115 "num-format", 1116 "parking_lot", 1117 "serde", 1118 "serde_json", 1119 "strip-ansi-escapes", 1120 "sys-locale", 1121 "unicase", 1122 "web-time", 1123] 1124 1125[[package]] 1126name = "nu_plugin_dbus" 1127version = "0.22.0" 1128dependencies = [ 1129 "dbus", 1130 "nu-plugin", 1131 "nu-protocol", 1132 "serde", 1133 "serde-xml-rs", 1134] 1135 1136[[package]] 1137name = "num-format" 1138version = "0.4.4" 1139source = "registry+https://github.com/rust-lang/crates.io-index" 1140checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 1141dependencies = [ 1142 "arrayvec", 1143 "itoa", 1144] 1145 1146[[package]] 1147name = "num-traits" 1148version = "0.2.19" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1151dependencies = [ 1152 "autocfg", 1153] 1154 1155[[package]] 1156name = "objc2-core-foundation" 1157version = "0.3.2" 1158source = "registry+https://github.com/rust-lang/crates.io-index" 1159checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 1160dependencies = [ 1161 "bitflags", 1162] 1163 1164[[package]] 1165name = "objc2-io-kit" 1166version = "0.3.2" 1167source = "registry+https://github.com/rust-lang/crates.io-index" 1168checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" 1169dependencies = [ 1170 "libc", 1171 "objc2-core-foundation", 1172] 1173 1174[[package]] 1175name = "omnipath" 1176version = "0.1.6" 1177source = "registry+https://github.com/rust-lang/crates.io-index" 1178checksum = "80adb31078122c880307e9cdfd4e3361e6545c319f9b9dcafcb03acd3b51a575" 1179 1180[[package]] 1181name = "once_cell" 1182version = "1.21.4" 1183source = "registry+https://github.com/rust-lang/crates.io-index" 1184checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 1185 1186[[package]] 1187name = "once_cell_polyfill" 1188version = "1.70.2" 1189source = "registry+https://github.com/rust-lang/crates.io-index" 1190checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1191 1192[[package]] 1193name = "option-ext" 1194version = "0.2.0" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1197 1198[[package]] 1199name = "os_display" 1200version = "0.1.4" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f" 1203dependencies = [ 1204 "unicode-width 0.2.2", 1205] 1206 1207[[package]] 1208name = "os_pipe" 1209version = "1.2.3" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "7d8fae84b431384b68627d0f9b3b1245fcf9f46f6c0e3dc902e9dce64edd1967" 1212dependencies = [ 1213 "libc", 1214 "windows-sys 0.61.2", 1215] 1216 1217[[package]] 1218name = "owo-colors" 1219version = "4.3.0" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "d211803b9b6b570f68772237e415a029d5a50c65d382910b879fb19d3271f94d" 1222 1223[[package]] 1224name = "parking_lot" 1225version = "0.12.5" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1228dependencies = [ 1229 "lock_api", 1230 "parking_lot_core", 1231] 1232 1233[[package]] 1234name = "parking_lot_core" 1235version = "0.9.12" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1238dependencies = [ 1239 "cfg-if", 1240 "libc", 1241 "redox_syscall", 1242 "smallvec", 1243 "windows-link", 1244] 1245 1246[[package]] 1247name = "pkg-config" 1248version = "0.3.33" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 1251 1252[[package]] 1253name = "proc-macro-error-attr2" 1254version = "2.0.0" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 1257dependencies = [ 1258 "proc-macro2", 1259 "quote", 1260] 1261 1262[[package]] 1263name = "proc-macro-error2" 1264version = "2.0.1" 1265source = "registry+https://github.com/rust-lang/crates.io-index" 1266checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 1267dependencies = [ 1268 "proc-macro-error-attr2", 1269 "proc-macro2", 1270 "quote", 1271 "syn", 1272] 1273 1274[[package]] 1275name = "proc-macro2" 1276version = "1.0.106" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1279dependencies = [ 1280 "unicode-ident", 1281] 1282 1283[[package]] 1284name = "procfs" 1285version = "0.18.0" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "25485360a54d6861439d60facef26de713b1e126bf015ec8f98239467a2b82f7" 1288dependencies = [ 1289 "bitflags", 1290 "chrono", 1291 "flate2", 1292 "procfs-core", 1293 "rustix", 1294] 1295 1296[[package]] 1297name = "procfs-core" 1298version = "0.18.0" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "e6401bf7b6af22f78b563665d15a22e9aef27775b79b149a66ca022468a4e405" 1301dependencies = [ 1302 "bitflags", 1303 "chrono", 1304 "hex", 1305] 1306 1307[[package]] 1308name = "pure-rust-locales" 1309version = "0.8.2" 1310source = "registry+https://github.com/rust-lang/crates.io-index" 1311checksum = "869675ad2d7541aea90c6d88c81f46a7f4ea9af8cd0395d38f11a95126998a0d" 1312 1313[[package]] 1314name = "pwd" 1315version = "1.4.0" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "72c71c0c79b9701efe4e1e4b563b2016dd4ee789eb99badcb09d61ac4b92e4a2" 1318dependencies = [ 1319 "libc", 1320 "thiserror 1.0.69", 1321] 1322 1323[[package]] 1324name = "quote" 1325version = "1.0.45" 1326source = "registry+https://github.com/rust-lang/crates.io-index" 1327checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 1328dependencies = [ 1329 "proc-macro2", 1330] 1331 1332[[package]] 1333name = "recvmsg" 1334version = "1.0.0" 1335source = "registry+https://github.com/rust-lang/crates.io-index" 1336checksum = "d3edd4d5d42c92f0a659926464d4cce56b562761267ecf0f469d85b7de384175" 1337 1338[[package]] 1339name = "redox_syscall" 1340version = "0.5.18" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1343dependencies = [ 1344 "bitflags", 1345] 1346 1347[[package]] 1348name = "redox_users" 1349version = "0.5.2" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 1352dependencies = [ 1353 "getrandom", 1354 "libredox", 1355 "thiserror 2.0.18", 1356] 1357 1358[[package]] 1359name = "ref-cast" 1360version = "1.0.25" 1361source = "registry+https://github.com/rust-lang/crates.io-index" 1362checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 1363dependencies = [ 1364 "ref-cast-impl", 1365] 1366 1367[[package]] 1368name = "ref-cast-impl" 1369version = "1.0.25" 1370source = "registry+https://github.com/rust-lang/crates.io-index" 1371checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 1372dependencies = [ 1373 "proc-macro2", 1374 "quote", 1375 "syn", 1376] 1377 1378[[package]] 1379name = "regex" 1380version = "1.12.3" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 1383dependencies = [ 1384 "aho-corasick", 1385 "memchr", 1386 "regex-automata", 1387 "regex-syntax", 1388] 1389 1390[[package]] 1391name = "regex-automata" 1392version = "0.4.14" 1393source = "registry+https://github.com/rust-lang/crates.io-index" 1394checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1395dependencies = [ 1396 "aho-corasick", 1397 "memchr", 1398 "regex-syntax", 1399] 1400 1401[[package]] 1402name = "regex-syntax" 1403version = "0.8.10" 1404source = "registry+https://github.com/rust-lang/crates.io-index" 1405checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 1406 1407[[package]] 1408name = "rmp" 1409version = "0.8.15" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "4ba8be72d372b2c9b35542551678538b562e7cf86c3315773cae48dfbfe7790c" 1412dependencies = [ 1413 "num-traits", 1414] 1415 1416[[package]] 1417name = "rmp-serde" 1418version = "1.3.1" 1419source = "registry+https://github.com/rust-lang/crates.io-index" 1420checksum = "72f81bee8c8ef9b577d1681a70ebbc962c232461e397b22c208c43c04b67a155" 1421dependencies = [ 1422 "rmp", 1423 "serde", 1424] 1425 1426[[package]] 1427name = "rustc-hash" 1428version = "2.1.2" 1429source = "registry+https://github.com/rust-lang/crates.io-index" 1430checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 1431 1432[[package]] 1433name = "rustc_version" 1434version = "0.4.1" 1435source = "registry+https://github.com/rust-lang/crates.io-index" 1436checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1437dependencies = [ 1438 "semver", 1439] 1440 1441[[package]] 1442name = "rustix" 1443version = "1.1.4" 1444source = "registry+https://github.com/rust-lang/crates.io-index" 1445checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 1446dependencies = [ 1447 "bitflags", 1448 "errno", 1449 "libc", 1450 "linux-raw-sys", 1451 "windows-sys 0.61.2", 1452] 1453 1454[[package]] 1455name = "rustversion" 1456version = "1.0.22" 1457source = "registry+https://github.com/rust-lang/crates.io-index" 1458checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1459 1460[[package]] 1461name = "ryu" 1462version = "1.0.23" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1465 1466[[package]] 1467name = "scopeguard" 1468version = "1.2.0" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1471 1472[[package]] 1473name = "self_cell" 1474version = "1.2.2" 1475source = "registry+https://github.com/rust-lang/crates.io-index" 1476checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89" 1477 1478[[package]] 1479name = "semver" 1480version = "1.0.28" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 1483 1484[[package]] 1485name = "serde" 1486version = "1.0.228" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1489dependencies = [ 1490 "serde_core", 1491 "serde_derive", 1492] 1493 1494[[package]] 1495name = "serde-xml-rs" 1496version = "0.8.2" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "cc2215ce3e6a77550b80a1c37251b7d294febaf42e36e21b7b411e0bf54d540d" 1499dependencies = [ 1500 "log", 1501 "serde", 1502 "thiserror 2.0.18", 1503 "xml", 1504] 1505 1506[[package]] 1507name = "serde_core" 1508version = "1.0.228" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1511dependencies = [ 1512 "serde_derive", 1513] 1514 1515[[package]] 1516name = "serde_derive" 1517version = "1.0.228" 1518source = "registry+https://github.com/rust-lang/crates.io-index" 1519checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1520dependencies = [ 1521 "proc-macro2", 1522 "quote", 1523 "syn", 1524] 1525 1526[[package]] 1527name = "serde_json" 1528version = "1.0.149" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 1531dependencies = [ 1532 "itoa", 1533 "memchr", 1534 "serde", 1535 "serde_core", 1536 "zmij", 1537] 1538 1539[[package]] 1540name = "shlex" 1541version = "1.3.0" 1542source = "registry+https://github.com/rust-lang/crates.io-index" 1543checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1544 1545[[package]] 1546name = "signal-hook" 1547version = "0.3.18" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 1550dependencies = [ 1551 "libc", 1552 "signal-hook-registry", 1553] 1554 1555[[package]] 1556name = "signal-hook-mio" 1557version = "0.2.5" 1558source = "registry+https://github.com/rust-lang/crates.io-index" 1559checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 1560dependencies = [ 1561 "libc", 1562 "mio", 1563 "signal-hook", 1564] 1565 1566[[package]] 1567name = "signal-hook-registry" 1568version = "1.4.8" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 1571dependencies = [ 1572 "errno", 1573 "libc", 1574] 1575 1576[[package]] 1577name = "simd-adler32" 1578version = "0.3.9" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 1581 1582[[package]] 1583name = "smallvec" 1584version = "1.15.1" 1585source = "registry+https://github.com/rust-lang/crates.io-index" 1586checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1587 1588[[package]] 1589name = "strip-ansi-escapes" 1590version = "0.2.1" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025" 1593dependencies = [ 1594 "vte", 1595] 1596 1597[[package]] 1598name = "strsim" 1599version = "0.11.1" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1602 1603[[package]] 1604name = "strum" 1605version = "0.27.2" 1606source = "registry+https://github.com/rust-lang/crates.io-index" 1607checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf" 1608 1609[[package]] 1610name = "strum_macros" 1611version = "0.27.2" 1612source = "registry+https://github.com/rust-lang/crates.io-index" 1613checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 1614dependencies = [ 1615 "heck", 1616 "proc-macro2", 1617 "quote", 1618 "syn", 1619] 1620 1621[[package]] 1622name = "supports-color" 1623version = "3.0.2" 1624source = "registry+https://github.com/rust-lang/crates.io-index" 1625checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" 1626dependencies = [ 1627 "is_ci", 1628] 1629 1630[[package]] 1631name = "supports-hyperlinks" 1632version = "3.2.0" 1633source = "registry+https://github.com/rust-lang/crates.io-index" 1634checksum = "e396b6523b11ccb83120b115a0b7366de372751aa6edf19844dfb13a6af97e91" 1635 1636[[package]] 1637name = "supports-unicode" 1638version = "3.0.0" 1639source = "registry+https://github.com/rust-lang/crates.io-index" 1640checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 1641 1642[[package]] 1643name = "syn" 1644version = "2.0.117" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 1647dependencies = [ 1648 "proc-macro2", 1649 "quote", 1650 "unicode-ident", 1651] 1652 1653[[package]] 1654name = "sys-locale" 1655version = "0.3.2" 1656source = "registry+https://github.com/rust-lang/crates.io-index" 1657checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" 1658dependencies = [ 1659 "libc", 1660] 1661 1662[[package]] 1663name = "sysinfo" 1664version = "0.38.4" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "92ab6a2f8bfe508deb3c6406578252e491d299cbbf3bc0529ecc3313aee4a52f" 1667dependencies = [ 1668 "libc", 1669 "memchr", 1670 "ntapi", 1671 "objc2-core-foundation", 1672 "objc2-io-kit", 1673 "windows", 1674] 1675 1676[[package]] 1677name = "terminal_size" 1678version = "0.4.4" 1679source = "registry+https://github.com/rust-lang/crates.io-index" 1680checksum = "230a1b821ccbd75b185820a1f1ff7b14d21da1e442e22c0863ea5f08771a8874" 1681dependencies = [ 1682 "rustix", 1683 "windows-sys 0.61.2", 1684] 1685 1686[[package]] 1687name = "textwrap" 1688version = "0.16.2" 1689source = "registry+https://github.com/rust-lang/crates.io-index" 1690checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 1691dependencies = [ 1692 "unicode-linebreak", 1693 "unicode-width 0.2.2", 1694] 1695 1696[[package]] 1697name = "thiserror" 1698version = "1.0.69" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1701dependencies = [ 1702 "thiserror-impl 1.0.69", 1703] 1704 1705[[package]] 1706name = "thiserror" 1707version = "2.0.18" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1710dependencies = [ 1711 "thiserror-impl 2.0.18", 1712] 1713 1714[[package]] 1715name = "thiserror-impl" 1716version = "1.0.69" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1719dependencies = [ 1720 "proc-macro2", 1721 "quote", 1722 "syn", 1723] 1724 1725[[package]] 1726name = "thiserror-impl" 1727version = "2.0.18" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1730dependencies = [ 1731 "proc-macro2", 1732 "quote", 1733 "syn", 1734] 1735 1736[[package]] 1737name = "tinystr" 1738version = "0.8.3" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 1741dependencies = [ 1742 "displaydoc", 1743 "serde_core", 1744 "zerovec", 1745] 1746 1747[[package]] 1748name = "type-map" 1749version = "0.5.1" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" 1752dependencies = [ 1753 "rustc-hash", 1754] 1755 1756[[package]] 1757name = "typeid" 1758version = "1.0.3" 1759source = "registry+https://github.com/rust-lang/crates.io-index" 1760checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 1761 1762[[package]] 1763name = "typetag" 1764version = "0.2.21" 1765source = "registry+https://github.com/rust-lang/crates.io-index" 1766checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf" 1767dependencies = [ 1768 "erased-serde", 1769 "inventory", 1770 "once_cell", 1771 "serde", 1772 "typetag-impl", 1773] 1774 1775[[package]] 1776name = "typetag-impl" 1777version = "0.2.21" 1778source = "registry+https://github.com/rust-lang/crates.io-index" 1779checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846" 1780dependencies = [ 1781 "proc-macro2", 1782 "quote", 1783 "syn", 1784] 1785 1786[[package]] 1787name = "unic-langid" 1788version = "0.9.6" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05" 1791dependencies = [ 1792 "unic-langid-impl", 1793] 1794 1795[[package]] 1796name = "unic-langid-impl" 1797version = "0.9.6" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658" 1800dependencies = [ 1801 "tinystr", 1802] 1803 1804[[package]] 1805name = "unicase" 1806version = "2.9.0" 1807source = "registry+https://github.com/rust-lang/crates.io-index" 1808checksum = "dbc4bc3a9f746d862c45cb89d705aa10f187bb96c76001afab07a0d35ce60142" 1809 1810[[package]] 1811name = "unicode-ident" 1812version = "1.0.24" 1813source = "registry+https://github.com/rust-lang/crates.io-index" 1814checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 1815 1816[[package]] 1817name = "unicode-linebreak" 1818version = "0.1.5" 1819source = "registry+https://github.com/rust-lang/crates.io-index" 1820checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 1821 1822[[package]] 1823name = "unicode-segmentation" 1824version = "1.13.2" 1825source = "registry+https://github.com/rust-lang/crates.io-index" 1826checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" 1827 1828[[package]] 1829name = "unicode-width" 1830version = "0.1.14" 1831source = "registry+https://github.com/rust-lang/crates.io-index" 1832checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 1833 1834[[package]] 1835name = "unicode-width" 1836version = "0.2.2" 1837source = "registry+https://github.com/rust-lang/crates.io-index" 1838checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 1839 1840[[package]] 1841name = "utf8parse" 1842version = "0.2.2" 1843source = "registry+https://github.com/rust-lang/crates.io-index" 1844checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1845 1846[[package]] 1847name = "uucore" 1848version = "0.8.0" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "07d779636d827cde4100f0e65ff3fd23b0b1f1195055475c6e6813d425f30c8e" 1851dependencies = [ 1852 "clap", 1853 "fluent", 1854 "fluent-bundle", 1855 "fluent-syntax", 1856 "libc", 1857 "nix", 1858 "os_display", 1859 "rustc-hash", 1860 "rustix", 1861 "thiserror 2.0.18", 1862 "unic-langid", 1863 "uucore_procs", 1864 "wild", 1865] 1866 1867[[package]] 1868name = "uucore_procs" 1869version = "0.8.0" 1870source = "registry+https://github.com/rust-lang/crates.io-index" 1871checksum = "da865e8a648b260dbd89fca76d0801995877ab27a4e259b6dec30ba9743b86ab" 1872dependencies = [ 1873 "proc-macro2", 1874 "quote", 1875] 1876 1877[[package]] 1878name = "vte" 1879version = "0.14.1" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077" 1882dependencies = [ 1883 "memchr", 1884] 1885 1886[[package]] 1887name = "wasi" 1888version = "0.11.1+wasi-snapshot-preview1" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1891 1892[[package]] 1893name = "wasm-bindgen" 1894version = "0.2.118" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "0bf938a0bacb0469e83c1e148908bd7d5a6010354cf4fb73279b7447422e3a89" 1897dependencies = [ 1898 "cfg-if", 1899 "once_cell", 1900 "rustversion", 1901 "wasm-bindgen-macro", 1902 "wasm-bindgen-shared", 1903] 1904 1905[[package]] 1906name = "wasm-bindgen-macro" 1907version = "0.2.118" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "eeff24f84126c0ec2db7a449f0c2ec963c6a49efe0698c4242929da037ca28ed" 1910dependencies = [ 1911 "quote", 1912 "wasm-bindgen-macro-support", 1913] 1914 1915[[package]] 1916name = "wasm-bindgen-macro-support" 1917version = "0.2.118" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "9d08065faf983b2b80a79fd87d8254c409281cf7de75fc4b773019824196c904" 1920dependencies = [ 1921 "bumpalo", 1922 "proc-macro2", 1923 "quote", 1924 "syn", 1925 "wasm-bindgen-shared", 1926] 1927 1928[[package]] 1929name = "wasm-bindgen-shared" 1930version = "0.2.118" 1931source = "registry+https://github.com/rust-lang/crates.io-index" 1932checksum = "5fd04d9e306f1907bd13c6361b5c6bfc7b3b3c095ed3f8a9246390f8dbdee129" 1933dependencies = [ 1934 "unicode-ident", 1935] 1936 1937[[package]] 1938name = "web-time" 1939version = "1.1.0" 1940source = "registry+https://github.com/rust-lang/crates.io-index" 1941checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 1942dependencies = [ 1943 "js-sys", 1944 "wasm-bindgen", 1945] 1946 1947[[package]] 1948name = "widestring" 1949version = "1.2.1" 1950source = "registry+https://github.com/rust-lang/crates.io-index" 1951checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 1952 1953[[package]] 1954name = "wild" 1955version = "2.2.1" 1956source = "registry+https://github.com/rust-lang/crates.io-index" 1957checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1" 1958dependencies = [ 1959 "glob", 1960] 1961 1962[[package]] 1963name = "winapi" 1964version = "0.3.9" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 1967dependencies = [ 1968 "winapi-i686-pc-windows-gnu", 1969 "winapi-x86_64-pc-windows-gnu", 1970] 1971 1972[[package]] 1973name = "winapi-i686-pc-windows-gnu" 1974version = "0.4.0" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 1977 1978[[package]] 1979name = "winapi-x86_64-pc-windows-gnu" 1980version = "0.4.0" 1981source = "registry+https://github.com/rust-lang/crates.io-index" 1982checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 1983 1984[[package]] 1985name = "windows" 1986version = "0.62.2" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 1989dependencies = [ 1990 "windows-collections", 1991 "windows-core", 1992 "windows-future", 1993 "windows-numerics", 1994] 1995 1996[[package]] 1997name = "windows-collections" 1998version = "0.3.2" 1999source = "registry+https://github.com/rust-lang/crates.io-index" 2000checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 2001dependencies = [ 2002 "windows-core", 2003] 2004 2005[[package]] 2006name = "windows-core" 2007version = "0.62.2" 2008source = "registry+https://github.com/rust-lang/crates.io-index" 2009checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2010dependencies = [ 2011 "windows-implement", 2012 "windows-interface", 2013 "windows-link", 2014 "windows-result", 2015 "windows-strings", 2016] 2017 2018[[package]] 2019name = "windows-future" 2020version = "0.3.2" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 2023dependencies = [ 2024 "windows-core", 2025 "windows-link", 2026 "windows-threading", 2027] 2028 2029[[package]] 2030name = "windows-implement" 2031version = "0.60.2" 2032source = "registry+https://github.com/rust-lang/crates.io-index" 2033checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2034dependencies = [ 2035 "proc-macro2", 2036 "quote", 2037 "syn", 2038] 2039 2040[[package]] 2041name = "windows-interface" 2042version = "0.59.3" 2043source = "registry+https://github.com/rust-lang/crates.io-index" 2044checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2045dependencies = [ 2046 "proc-macro2", 2047 "quote", 2048 "syn", 2049] 2050 2051[[package]] 2052name = "windows-link" 2053version = "0.2.1" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2056 2057[[package]] 2058name = "windows-numerics" 2059version = "0.3.1" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 2062dependencies = [ 2063 "windows-core", 2064 "windows-link", 2065] 2066 2067[[package]] 2068name = "windows-result" 2069version = "0.4.1" 2070source = "registry+https://github.com/rust-lang/crates.io-index" 2071checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2072dependencies = [ 2073 "windows-link", 2074] 2075 2076[[package]] 2077name = "windows-strings" 2078version = "0.5.1" 2079source = "registry+https://github.com/rust-lang/crates.io-index" 2080checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2081dependencies = [ 2082 "windows-link", 2083] 2084 2085[[package]] 2086name = "windows-sys" 2087version = "0.59.0" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2090dependencies = [ 2091 "windows-targets", 2092] 2093 2094[[package]] 2095name = "windows-sys" 2096version = "0.61.2" 2097source = "registry+https://github.com/rust-lang/crates.io-index" 2098checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2099dependencies = [ 2100 "windows-link", 2101] 2102 2103[[package]] 2104name = "windows-targets" 2105version = "0.52.6" 2106source = "registry+https://github.com/rust-lang/crates.io-index" 2107checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2108dependencies = [ 2109 "windows_aarch64_gnullvm", 2110 "windows_aarch64_msvc", 2111 "windows_i686_gnu", 2112 "windows_i686_gnullvm", 2113 "windows_i686_msvc", 2114 "windows_x86_64_gnu", 2115 "windows_x86_64_gnullvm", 2116 "windows_x86_64_msvc", 2117] 2118 2119[[package]] 2120name = "windows-threading" 2121version = "0.2.1" 2122source = "registry+https://github.com/rust-lang/crates.io-index" 2123checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 2124dependencies = [ 2125 "windows-link", 2126] 2127 2128[[package]] 2129name = "windows_aarch64_gnullvm" 2130version = "0.52.6" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2133 2134[[package]] 2135name = "windows_aarch64_msvc" 2136version = "0.52.6" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2139 2140[[package]] 2141name = "windows_i686_gnu" 2142version = "0.52.6" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2145 2146[[package]] 2147name = "windows_i686_gnullvm" 2148version = "0.52.6" 2149source = "registry+https://github.com/rust-lang/crates.io-index" 2150checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2151 2152[[package]] 2153name = "windows_i686_msvc" 2154version = "0.52.6" 2155source = "registry+https://github.com/rust-lang/crates.io-index" 2156checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2157 2158[[package]] 2159name = "windows_x86_64_gnu" 2160version = "0.52.6" 2161source = "registry+https://github.com/rust-lang/crates.io-index" 2162checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2163 2164[[package]] 2165name = "windows_x86_64_gnullvm" 2166version = "0.52.6" 2167source = "registry+https://github.com/rust-lang/crates.io-index" 2168checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2169 2170[[package]] 2171name = "windows_x86_64_msvc" 2172version = "0.52.6" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2175 2176[[package]] 2177name = "xml" 2178version = "1.2.1" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "b8aa498d22c9bbaf482329839bc5620c46be275a19a812e9a22a2b07529a642a" 2181 2182[[package]] 2183name = "zerocopy" 2184version = "0.7.35" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 2187dependencies = [ 2188 "byteorder", 2189 "zerocopy-derive", 2190] 2191 2192[[package]] 2193name = "zerocopy-derive" 2194version = "0.7.35" 2195source = "registry+https://github.com/rust-lang/crates.io-index" 2196checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 2197dependencies = [ 2198 "proc-macro2", 2199 "quote", 2200 "syn", 2201] 2202 2203[[package]] 2204name = "zerofrom" 2205version = "0.1.7" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "69faa1f2a1ea75661980b013019ed6687ed0e83d069bc1114e2cc74c6c04c4df" 2208 2209[[package]] 2210name = "zerovec" 2211version = "0.11.6" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 2214dependencies = [ 2215 "serde", 2216 "zerofrom", 2217] 2218 2219[[package]] 2220name = "zmij" 2221version = "1.0.21" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"