nushell on your web browser
nushell wasm terminal
at main 6678 lines 163 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 = "abnf" 7version = "0.13.0" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "087113bd50d9adce24850eed5d0476c7d199d532fce8fab5173650331e09033a" 10dependencies = [ 11 "abnf-core", 12 "nom", 13] 14 15[[package]] 16name = "abnf-core" 17version = "0.5.0" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "c44e09c43ae1c368fb91a03a566472d0087c26cf7e1b9e8e289c14ede681dd7d" 20dependencies = [ 21 "nom", 22] 23 24[[package]] 25name = "addr2line" 26version = "0.25.1" 27source = "registry+https://github.com/rust-lang/crates.io-index" 28checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 29dependencies = [ 30 "gimli", 31] 32 33[[package]] 34name = "adler2" 35version = "2.0.1" 36source = "registry+https://github.com/rust-lang/crates.io-index" 37checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 38 39[[package]] 40name = "aho-corasick" 41version = "1.1.4" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 44dependencies = [ 45 "memchr", 46] 47 48[[package]] 49name = "aliasable" 50version = "0.1.3" 51source = "registry+https://github.com/rust-lang/crates.io-index" 52checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 53 54[[package]] 55name = "alloc-no-stdlib" 56version = "2.0.4" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 59 60[[package]] 61name = "alloc-stdlib" 62version = "0.2.2" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 65dependencies = [ 66 "alloc-no-stdlib", 67] 68 69[[package]] 70name = "allocator-api2" 71version = "0.2.21" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 74 75[[package]] 76name = "alphanumeric-sort" 77version = "1.5.5" 78source = "registry+https://github.com/rust-lang/crates.io-index" 79checksum = "774ffdfeac16e9b4d75e41225dc2545d9c2082a0634b5d7f6f70e168546eecb1" 80 81[[package]] 82name = "android_system_properties" 83version = "0.1.5" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 86dependencies = [ 87 "libc", 88] 89 90[[package]] 91name = "ansi-str" 92version = "0.9.0" 93source = "registry+https://github.com/rust-lang/crates.io-index" 94checksum = "060de1453b69f46304b28274f382132f4e72c55637cf362920926a70d090890d" 95dependencies = [ 96 "ansitok", 97] 98 99[[package]] 100name = "ansi_term" 101version = "0.12.1" 102source = "registry+https://github.com/rust-lang/crates.io-index" 103checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2" 104dependencies = [ 105 "winapi", 106] 107 108[[package]] 109name = "ansitok" 110version = "0.3.0" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "c0a8acea8c2f1c60f0a92a8cd26bf96ca97db56f10bbcab238bbe0cceba659ee" 113dependencies = [ 114 "nom", 115 "vte", 116] 117 118[[package]] 119name = "anstream" 120version = "0.6.21" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 123dependencies = [ 124 "anstyle", 125 "anstyle-parse", 126 "anstyle-query", 127 "anstyle-wincon", 128 "colorchoice", 129 "is_terminal_polyfill", 130 "utf8parse", 131] 132 133[[package]] 134name = "anstyle" 135version = "1.0.13" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 138 139[[package]] 140name = "anstyle-parse" 141version = "0.2.7" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 144dependencies = [ 145 "utf8parse", 146] 147 148[[package]] 149name = "anstyle-query" 150version = "1.1.5" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 153dependencies = [ 154 "windows-sys 0.61.2", 155] 156 157[[package]] 158name = "anstyle-wincon" 159version = "3.0.11" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 162dependencies = [ 163 "anstyle", 164 "once_cell_polyfill", 165 "windows-sys 0.61.2", 166] 167 168[[package]] 169name = "anyhow" 170version = "1.0.100" 171source = "registry+https://github.com/rust-lang/crates.io-index" 172checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 173 174[[package]] 175name = "arbitrary" 176version = "1.4.2" 177source = "registry+https://github.com/rust-lang/crates.io-index" 178checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1" 179dependencies = [ 180 "derive_arbitrary", 181] 182 183[[package]] 184name = "arrayvec" 185version = "0.7.6" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50" 188 189[[package]] 190name = "async-compression" 191version = "0.4.36" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "98ec5f6c2f8bc326c994cb9e241cc257ddaba9afa8555a43cffbb5dd86efaa37" 194dependencies = [ 195 "compression-codecs", 196 "compression-core", 197 "futures-core", 198 "pin-project-lite", 199 "tokio", 200] 201 202[[package]] 203name = "async-lock" 204version = "3.4.1" 205source = "registry+https://github.com/rust-lang/crates.io-index" 206checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 207dependencies = [ 208 "event-listener", 209 "event-listener-strategy", 210 "pin-project-lite", 211] 212 213[[package]] 214name = "atoi_simd" 215version = "0.16.1" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "c2a49e05797ca52e312a0c658938b7d00693ef037799ef7187678f212d7684cf" 218dependencies = [ 219 "debug_unsafe", 220] 221 222[[package]] 223name = "atomic-polyfill" 224version = "1.0.3" 225source = "registry+https://github.com/rust-lang/crates.io-index" 226checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 227dependencies = [ 228 "critical-section", 229] 230 231[[package]] 232name = "atomic-waker" 233version = "1.1.2" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 236 237[[package]] 238name = "autocfg" 239version = "1.5.0" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 242 243[[package]] 244name = "backtrace" 245version = "0.3.76" 246source = "registry+https://github.com/rust-lang/crates.io-index" 247checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 248dependencies = [ 249 "addr2line", 250 "cfg-if", 251 "libc", 252 "miniz_oxide", 253 "object", 254 "rustc-demangle", 255 "windows-link 0.2.1", 256] 257 258[[package]] 259name = "backtrace-ext" 260version = "0.2.1" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "537beee3be4a18fb023b570f80e3ae28003db9167a751266b259926e25539d50" 263dependencies = [ 264 "backtrace", 265] 266 267[[package]] 268name = "base-x" 269version = "0.2.11" 270source = "registry+https://github.com/rust-lang/crates.io-index" 271checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 272 273[[package]] 274name = "base16ct" 275version = "0.2.0" 276source = "registry+https://github.com/rust-lang/crates.io-index" 277checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 278 279[[package]] 280name = "base256emoji" 281version = "1.0.2" 282source = "registry+https://github.com/rust-lang/crates.io-index" 283checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 284dependencies = [ 285 "const-str", 286 "match-lookup", 287] 288 289[[package]] 290name = "base64" 291version = "0.22.1" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 294 295[[package]] 296name = "base64ct" 297version = "1.8.1" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "0e050f626429857a27ddccb31e0aca21356bfa709c04041aefddac081a8f068a" 300 301[[package]] 302name = "bindgen" 303version = "0.72.1" 304source = "registry+https://github.com/rust-lang/crates.io-index" 305checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 306dependencies = [ 307 "bitflags", 308 "cexpr", 309 "clang-sys", 310 "itertools 0.13.0", 311 "proc-macro2", 312 "quote", 313 "regex", 314 "rustc-hash", 315 "shlex", 316 "syn 2.0.111", 317] 318 319[[package]] 320name = "bit-set" 321version = "0.8.0" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3" 324dependencies = [ 325 "bit-vec", 326] 327 328[[package]] 329name = "bit-vec" 330version = "0.8.0" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7" 333 334[[package]] 335name = "bitflags" 336version = "2.10.0" 337source = "registry+https://github.com/rust-lang/crates.io-index" 338checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 339 340[[package]] 341name = "block-buffer" 342version = "0.10.4" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 345dependencies = [ 346 "generic-array", 347] 348 349[[package]] 350name = "bon" 351version = "3.8.1" 352source = "registry+https://github.com/rust-lang/crates.io-index" 353checksum = "ebeb9aaf9329dff6ceb65c689ca3db33dbf15f324909c60e4e5eef5701ce31b1" 354dependencies = [ 355 "bon-macros", 356 "rustversion", 357] 358 359[[package]] 360name = "bon-macros" 361version = "3.8.1" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "77e9d642a7e3a318e37c2c9427b5a6a48aa1ad55dcd986f3034ab2239045a645" 364dependencies = [ 365 "darling", 366 "ident_case", 367 "prettyplease", 368 "proc-macro2", 369 "quote", 370 "rustversion", 371 "syn 2.0.111", 372] 373 374[[package]] 375name = "borsh" 376version = "1.6.0" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "d1da5ab77c1437701eeff7c88d968729e7766172279eab0676857b3d63af7a6f" 379dependencies = [ 380 "cfg_aliases", 381] 382 383[[package]] 384name = "bracoxide" 385version = "0.1.7" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "f5a4d25760c1b6f53db7257292236bc20da1215a1004ee330b37976eeac3af31" 388 389[[package]] 390name = "brotli" 391version = "8.0.2" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 394dependencies = [ 395 "alloc-no-stdlib", 396 "alloc-stdlib", 397 "brotli-decompressor", 398] 399 400[[package]] 401name = "brotli-decompressor" 402version = "5.0.0" 403source = "registry+https://github.com/rust-lang/crates.io-index" 404checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 405dependencies = [ 406 "alloc-no-stdlib", 407 "alloc-stdlib", 408] 409 410[[package]] 411name = "bstr" 412version = "1.12.1" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab" 415dependencies = [ 416 "memchr", 417 "serde", 418] 419 420[[package]] 421name = "btree-range-map" 422version = "0.7.2" 423source = "registry+https://github.com/rust-lang/crates.io-index" 424checksum = "1be5c9672446d3800bcbcaabaeba121fe22f1fb25700c4562b22faf76d377c33" 425dependencies = [ 426 "btree-slab", 427 "cc-traits", 428 "range-traits", 429 "serde", 430 "slab", 431] 432 433[[package]] 434name = "btree-slab" 435version = "0.6.1" 436source = "registry+https://github.com/rust-lang/crates.io-index" 437checksum = "7a2b56d3029f075c4fa892428a098425b86cef5c89ae54073137ece416aef13c" 438dependencies = [ 439 "cc-traits", 440 "slab", 441 "smallvec", 442] 443 444[[package]] 445name = "buf-trait" 446version = "0.4.1" 447source = "registry+https://github.com/rust-lang/crates.io-index" 448checksum = "21eaafc770e8c073d6c3facafe7617e774305d4954aa6351b9c452eb37ee17b4" 449dependencies = [ 450 "zerocopy 0.7.35", 451] 452 453[[package]] 454name = "bumpalo" 455version = "3.19.0" 456source = "registry+https://github.com/rust-lang/crates.io-index" 457checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 458 459[[package]] 460name = "bytecount" 461version = "0.6.9" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e" 464 465[[package]] 466name = "byteorder" 467version = "1.5.0" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 470 471[[package]] 472name = "bytes" 473version = "1.11.0" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 476dependencies = [ 477 "serde", 478] 479 480[[package]] 481name = "bytesize" 482version = "2.3.1" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "6bd91ee7b2422bcb158d90ef4d14f75ef67f340943fc4149891dcce8f8b972a3" 485 486[[package]] 487name = "byteyarn" 488version = "0.5.1" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "b93e51d26468a15ea59f8525e0c13dc405db43e644a0b1e6d44346c72cf4cf7b" 491dependencies = [ 492 "buf-trait", 493] 494 495[[package]] 496name = "calamine" 497version = "0.28.0" 498source = "registry+https://github.com/rust-lang/crates.io-index" 499checksum = "15e02a18e79de779a78b0a6ec84a3deed1ff0607dd970a11369f993263f99f1a" 500dependencies = [ 501 "atoi_simd", 502 "byteorder", 503 "chrono", 504 "codepage", 505 "encoding_rs", 506 "fast-float2", 507 "log", 508 "quick-xml 0.37.5", 509 "serde", 510 "zip", 511] 512 513[[package]] 514name = "castaway" 515version = "0.2.4" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 518dependencies = [ 519 "rustversion", 520] 521 522[[package]] 523name = "cbor4ii" 524version = "0.2.14" 525source = "registry+https://github.com/rust-lang/crates.io-index" 526checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 527dependencies = [ 528 "serde", 529] 530 531[[package]] 532name = "cc" 533version = "1.2.49" 534source = "registry+https://github.com/rust-lang/crates.io-index" 535checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215" 536dependencies = [ 537 "find-msvc-tools", 538 "shlex", 539] 540 541[[package]] 542name = "cc-traits" 543version = "2.0.0" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "060303ef31ef4a522737e1b1ab68c67916f2a787bb2f4f54f383279adba962b5" 546dependencies = [ 547 "slab", 548] 549 550[[package]] 551name = "cexpr" 552version = "0.6.0" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 555dependencies = [ 556 "nom", 557] 558 559[[package]] 560name = "cfg-if" 561version = "1.0.4" 562source = "registry+https://github.com/rust-lang/crates.io-index" 563checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 564 565[[package]] 566name = "cfg_aliases" 567version = "0.2.1" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 570 571[[package]] 572name = "chardetng" 573version = "0.1.17" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea" 576dependencies = [ 577 "cfg-if", 578 "encoding_rs", 579 "memchr", 580] 581 582[[package]] 583name = "chrono" 584version = "0.4.42" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 587dependencies = [ 588 "iana-time-zone", 589 "js-sys", 590 "num-traits", 591 "pure-rust-locales", 592 "serde", 593 "wasm-bindgen", 594 "windows-link 0.2.1", 595] 596 597[[package]] 598name = "chrono-humanize" 599version = "0.2.3" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "799627e6b4d27827a814e837b9d8a504832086081806d45b1afa34dc982b023b" 602dependencies = [ 603 "chrono", 604] 605 606[[package]] 607name = "chrono-tz" 608version = "0.10.4" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3" 611dependencies = [ 612 "chrono", 613 "phf 0.12.1", 614] 615 616[[package]] 617name = "ciborium" 618version = "0.2.2" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 621dependencies = [ 622 "ciborium-io", 623 "ciborium-ll", 624 "serde", 625] 626 627[[package]] 628name = "ciborium-io" 629version = "0.2.2" 630source = "registry+https://github.com/rust-lang/crates.io-index" 631checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 632 633[[package]] 634name = "ciborium-ll" 635version = "0.2.2" 636source = "registry+https://github.com/rust-lang/crates.io-index" 637checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 638dependencies = [ 639 "ciborium-io", 640 "half", 641] 642 643[[package]] 644name = "cid" 645version = "0.11.1" 646source = "registry+https://github.com/rust-lang/crates.io-index" 647checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 648dependencies = [ 649 "core2", 650 "multibase", 651 "multihash", 652 "serde", 653 "serde_bytes", 654 "unsigned-varint 0.8.0", 655] 656 657[[package]] 658name = "clang-sys" 659version = "1.8.1" 660source = "registry+https://github.com/rust-lang/crates.io-index" 661checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 662dependencies = [ 663 "glob", 664 "libc", 665 "libloading", 666] 667 668[[package]] 669name = "clap" 670version = "4.5.53" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "c9e340e012a1bf4935f5282ed1436d1489548e8f72308207ea5df0e23d2d03f8" 673dependencies = [ 674 "clap_builder", 675] 676 677[[package]] 678name = "clap_builder" 679version = "4.5.53" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "d76b5d13eaa18c901fd2f7fca939fefe3a0727a953561fefdf3b2922b8569d00" 682dependencies = [ 683 "anstream", 684 "anstyle", 685 "clap_lex", 686 "strsim", 687 "terminal_size", 688] 689 690[[package]] 691name = "clap_lex" 692version = "0.7.6" 693source = "registry+https://github.com/rust-lang/crates.io-index" 694checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d" 695 696[[package]] 697name = "cobs" 698version = "0.3.0" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 701dependencies = [ 702 "thiserror 2.0.17", 703] 704 705[[package]] 706name = "codepage" 707version = "0.1.2" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "48f68d061bc2828ae826206326e61251aca94c1e4a5305cf52d9138639c918b4" 710dependencies = [ 711 "encoding_rs", 712] 713 714[[package]] 715name = "colorchoice" 716version = "1.0.4" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 719 720[[package]] 721name = "compile-time" 722version = "0.2.0" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "e55ede5279d4d7c528906853743abeb26353ae1e6c440fcd6d18316c2c2dd903" 725dependencies = [ 726 "once_cell", 727 "proc-macro2", 728 "quote", 729 "rustc_version", 730 "semver", 731 "time", 732] 733 734[[package]] 735name = "compression-codecs" 736version = "0.4.35" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "b0f7ac3e5b97fdce45e8922fb05cae2c37f7bbd63d30dd94821dacfd8f3f2bf2" 739dependencies = [ 740 "compression-core", 741 "flate2", 742 "memchr", 743] 744 745[[package]] 746name = "compression-core" 747version = "0.4.31" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "75984efb6ed102a0d42db99afb6c1948f0380d1d91808d5529916e6c08b49d8d" 750 751[[package]] 752name = "concurrent-queue" 753version = "2.5.0" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 756dependencies = [ 757 "crossbeam-utils", 758] 759 760[[package]] 761name = "console" 762version = "0.15.11" 763source = "registry+https://github.com/rust-lang/crates.io-index" 764checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 765dependencies = [ 766 "encode_unicode", 767 "libc", 768 "once_cell", 769 "unicode-width 0.2.2", 770 "windows-sys 0.59.0", 771] 772 773[[package]] 774name = "console" 775version = "0.16.1" 776source = "registry+https://github.com/rust-lang/crates.io-index" 777checksum = "b430743a6eb14e9764d4260d4c0d8123087d504eeb9c48f2b2a5e810dd369df4" 778dependencies = [ 779 "encode_unicode", 780 "libc", 781 "once_cell", 782 "unicode-width 0.2.2", 783 "windows-sys 0.61.2", 784] 785 786[[package]] 787name = "console_error_panic_hook" 788version = "0.1.7" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 791dependencies = [ 792 "cfg-if", 793 "wasm-bindgen", 794] 795 796[[package]] 797name = "const-oid" 798version = "0.9.6" 799source = "registry+https://github.com/rust-lang/crates.io-index" 800checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 801 802[[package]] 803name = "const-str" 804version = "0.4.3" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 807 808[[package]] 809name = "const_format" 810version = "0.2.35" 811source = "registry+https://github.com/rust-lang/crates.io-index" 812checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad" 813dependencies = [ 814 "const_format_proc_macros", 815] 816 817[[package]] 818name = "const_format_proc_macros" 819version = "0.2.34" 820source = "registry+https://github.com/rust-lang/crates.io-index" 821checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" 822dependencies = [ 823 "proc-macro2", 824 "quote", 825 "unicode-xid", 826] 827 828[[package]] 829name = "cordyceps" 830version = "0.3.4" 831source = "registry+https://github.com/rust-lang/crates.io-index" 832checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 833dependencies = [ 834 "loom", 835 "tracing", 836] 837 838[[package]] 839name = "core-foundation" 840version = "0.9.4" 841source = "registry+https://github.com/rust-lang/crates.io-index" 842checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 843dependencies = [ 844 "core-foundation-sys", 845 "libc", 846] 847 848[[package]] 849name = "core-foundation-sys" 850version = "0.8.7" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 853 854[[package]] 855name = "core2" 856version = "0.4.0" 857source = "registry+https://github.com/rust-lang/crates.io-index" 858checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 859dependencies = [ 860 "memchr", 861] 862 863[[package]] 864name = "cpufeatures" 865version = "0.2.17" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 868dependencies = [ 869 "libc", 870] 871 872[[package]] 873name = "crc32fast" 874version = "1.5.0" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 877dependencies = [ 878 "cfg-if", 879] 880 881[[package]] 882name = "critical-section" 883version = "1.2.0" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 886 887[[package]] 888name = "crossbeam-channel" 889version = "0.5.15" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 892dependencies = [ 893 "crossbeam-utils", 894] 895 896[[package]] 897name = "crossbeam-deque" 898version = "0.8.6" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51" 901dependencies = [ 902 "crossbeam-epoch", 903 "crossbeam-utils", 904] 905 906[[package]] 907name = "crossbeam-epoch" 908version = "0.9.18" 909source = "registry+https://github.com/rust-lang/crates.io-index" 910checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 911dependencies = [ 912 "crossbeam-utils", 913] 914 915[[package]] 916name = "crossbeam-utils" 917version = "0.8.21" 918source = "registry+https://github.com/rust-lang/crates.io-index" 919checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 920 921[[package]] 922name = "crossterm_winapi" 923version = "0.9.1" 924source = "registry+https://github.com/rust-lang/crates.io-index" 925checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 926dependencies = [ 927 "winapi", 928] 929 930[[package]] 931name = "crunchy" 932version = "0.2.4" 933source = "registry+https://github.com/rust-lang/crates.io-index" 934checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 935 936[[package]] 937name = "crypto-bigint" 938version = "0.5.5" 939source = "registry+https://github.com/rust-lang/crates.io-index" 940checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 941dependencies = [ 942 "generic-array", 943 "rand_core 0.6.4", 944 "subtle", 945 "zeroize", 946] 947 948[[package]] 949name = "crypto-common" 950version = "0.1.6" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 953dependencies = [ 954 "generic-array", 955 "typenum", 956] 957 958[[package]] 959name = "csv" 960version = "1.4.0" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "52cd9d68cf7efc6ddfaaee42e7288d3a99d613d4b50f76ce9827ae0c6e14f938" 963dependencies = [ 964 "csv-core", 965 "itoa", 966 "ryu", 967 "serde_core", 968] 969 970[[package]] 971name = "csv-core" 972version = "0.1.13" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "704a3c26996a80471189265814dbc2c257598b96b8a7feae2d31ace646bb9782" 975dependencies = [ 976 "memchr", 977] 978 979[[package]] 980name = "curve25519-dalek" 981version = "4.1.3" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "97fb8b7c4503de7d6ae7b42ab72a5a59857b4c937ec27a3d4539dba95b5ab2be" 984dependencies = [ 985 "cfg-if", 986 "cpufeatures", 987 "curve25519-dalek-derive", 988 "digest", 989 "fiat-crypto", 990 "rustc_version", 991 "subtle", 992 "zeroize", 993] 994 995[[package]] 996name = "curve25519-dalek-derive" 997version = "0.1.1" 998source = "registry+https://github.com/rust-lang/crates.io-index" 999checksum = "f46882e17999c6cc590af592290432be3bce0428cb0d5f8b6715e4dc7b383eb3" 1000dependencies = [ 1001 "proc-macro2", 1002 "quote", 1003 "syn 2.0.111", 1004] 1005 1006[[package]] 1007name = "darling" 1008version = "0.21.3" 1009source = "registry+https://github.com/rust-lang/crates.io-index" 1010checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0" 1011dependencies = [ 1012 "darling_core", 1013 "darling_macro", 1014] 1015 1016[[package]] 1017name = "darling_core" 1018version = "0.21.3" 1019source = "registry+https://github.com/rust-lang/crates.io-index" 1020checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4" 1021dependencies = [ 1022 "fnv", 1023 "ident_case", 1024 "proc-macro2", 1025 "quote", 1026 "strsim", 1027 "syn 2.0.111", 1028] 1029 1030[[package]] 1031name = "darling_macro" 1032version = "0.21.3" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81" 1035dependencies = [ 1036 "darling_core", 1037 "quote", 1038 "syn 2.0.111", 1039] 1040 1041[[package]] 1042name = "dashmap" 1043version = "6.1.0" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 1046dependencies = [ 1047 "cfg-if", 1048 "crossbeam-utils", 1049 "hashbrown 0.14.5", 1050 "lock_api", 1051 "once_cell", 1052 "parking_lot_core", 1053] 1054 1055[[package]] 1056name = "data-encoding" 1057version = "2.9.0" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 1060 1061[[package]] 1062name = "data-encoding-macro" 1063version = "0.1.18" 1064source = "registry+https://github.com/rust-lang/crates.io-index" 1065checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 1066dependencies = [ 1067 "data-encoding", 1068 "data-encoding-macro-internal", 1069] 1070 1071[[package]] 1072name = "data-encoding-macro-internal" 1073version = "0.1.16" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 1076dependencies = [ 1077 "data-encoding", 1078 "syn 2.0.111", 1079] 1080 1081[[package]] 1082name = "debug_unsafe" 1083version = "0.1.3" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "85d3cef41d236720ed453e102153a53e4cc3d2fde848c0078a50cf249e8e3e5b" 1086 1087[[package]] 1088name = "der" 1089version = "0.7.10" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 1092dependencies = [ 1093 "const-oid", 1094 "pem-rfc7468", 1095 "zeroize", 1096] 1097 1098[[package]] 1099name = "deranged" 1100version = "0.5.5" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 1103dependencies = [ 1104 "powerfmt", 1105 "serde_core", 1106] 1107 1108[[package]] 1109name = "derive_arbitrary" 1110version = "1.4.2" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a" 1113dependencies = [ 1114 "proc-macro2", 1115 "quote", 1116 "syn 2.0.111", 1117] 1118 1119[[package]] 1120name = "derive_more" 1121version = "1.0.0" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 1124dependencies = [ 1125 "derive_more-impl", 1126] 1127 1128[[package]] 1129name = "derive_more-impl" 1130version = "1.0.0" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 1133dependencies = [ 1134 "proc-macro2", 1135 "quote", 1136 "syn 2.0.111", 1137 "unicode-xid", 1138] 1139 1140[[package]] 1141name = "devicons" 1142version = "0.6.12" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "830e47e2f330cf4fdd5a958dcef921b9523ffc21ab6713aa5e77ba2cce03904b" 1145dependencies = [ 1146 "lazy_static", 1147] 1148 1149[[package]] 1150name = "dialoguer" 1151version = "0.11.0" 1152source = "registry+https://github.com/rust-lang/crates.io-index" 1153checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" 1154dependencies = [ 1155 "console 0.15.11", 1156 "fuzzy-matcher", 1157 "shell-words", 1158 "thiserror 1.0.69", 1159] 1160 1161[[package]] 1162name = "diatomic-waker" 1163version = "0.2.3" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 1166 1167[[package]] 1168name = "digest" 1169version = "0.10.7" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 1172dependencies = [ 1173 "block-buffer", 1174 "const-oid", 1175 "crypto-common", 1176 "subtle", 1177] 1178 1179[[package]] 1180name = "dirs" 1181version = "6.0.0" 1182source = "registry+https://github.com/rust-lang/crates.io-index" 1183checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 1184dependencies = [ 1185 "dirs-sys", 1186] 1187 1188[[package]] 1189name = "dirs-sys" 1190version = "0.5.0" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 1193dependencies = [ 1194 "libc", 1195 "option-ext", 1196 "redox_users", 1197 "windows-sys 0.61.2", 1198] 1199 1200[[package]] 1201name = "displaydoc" 1202version = "0.2.5" 1203source = "registry+https://github.com/rust-lang/crates.io-index" 1204checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 1205dependencies = [ 1206 "proc-macro2", 1207 "quote", 1208 "syn 2.0.111", 1209] 1210 1211[[package]] 1212name = "dtparse" 1213version = "2.0.1" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "23fb403c0926d35af2cc54d961bc2696a10d40725c08360ef69db04a4c201fd7" 1216dependencies = [ 1217 "chrono", 1218 "lazy_static", 1219 "num-traits", 1220 "rust_decimal", 1221] 1222 1223[[package]] 1224name = "dyn-clone" 1225version = "1.0.20" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555" 1228 1229[[package]] 1230name = "ecdsa" 1231version = "0.16.9" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 1234dependencies = [ 1235 "der", 1236 "digest", 1237 "elliptic-curve", 1238 "rfc6979", 1239 "signature", 1240 "spki", 1241] 1242 1243[[package]] 1244name = "ed25519" 1245version = "2.2.3" 1246source = "registry+https://github.com/rust-lang/crates.io-index" 1247checksum = "115531babc129696a58c64a4fef0a8bf9e9698629fb97e9e40767d235cfbcd53" 1248dependencies = [ 1249 "pkcs8", 1250 "signature", 1251] 1252 1253[[package]] 1254name = "ed25519-dalek" 1255version = "2.2.0" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "70e796c081cee67dc755e1a36a0a172b897fab85fc3f6bc48307991f64e4eca9" 1258dependencies = [ 1259 "curve25519-dalek", 1260 "ed25519", 1261 "rand_core 0.6.4", 1262 "serde", 1263 "sha2", 1264 "subtle", 1265 "zeroize", 1266] 1267 1268[[package]] 1269name = "either" 1270version = "1.15.0" 1271source = "registry+https://github.com/rust-lang/crates.io-index" 1272checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 1273 1274[[package]] 1275name = "elliptic-curve" 1276version = "0.13.8" 1277source = "registry+https://github.com/rust-lang/crates.io-index" 1278checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 1279dependencies = [ 1280 "base16ct", 1281 "crypto-bigint", 1282 "digest", 1283 "ff", 1284 "generic-array", 1285 "group", 1286 "pem-rfc7468", 1287 "pkcs8", 1288 "rand_core 0.6.4", 1289 "sec1", 1290 "subtle", 1291 "zeroize", 1292] 1293 1294[[package]] 1295name = "embedded-io" 1296version = "0.4.0" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 1299 1300[[package]] 1301name = "embedded-io" 1302version = "0.6.1" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 1305 1306[[package]] 1307name = "encode_unicode" 1308version = "1.0.0" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 1311 1312[[package]] 1313name = "encoding_rs" 1314version = "0.8.35" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 1317dependencies = [ 1318 "cfg-if", 1319] 1320 1321[[package]] 1322name = "equivalent" 1323version = "1.0.2" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 1326 1327[[package]] 1328name = "erased-serde" 1329version = "0.4.9" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3" 1332dependencies = [ 1333 "serde", 1334 "serde_core", 1335 "typeid", 1336] 1337 1338[[package]] 1339name = "errno" 1340version = "0.3.14" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 1343dependencies = [ 1344 "libc", 1345 "windows-sys 0.61.2", 1346] 1347 1348[[package]] 1349name = "event-listener" 1350version = "5.4.1" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 1353dependencies = [ 1354 "concurrent-queue", 1355 "parking", 1356 "pin-project-lite", 1357] 1358 1359[[package]] 1360name = "event-listener-strategy" 1361version = "0.5.4" 1362source = "registry+https://github.com/rust-lang/crates.io-index" 1363checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 1364dependencies = [ 1365 "event-listener", 1366 "pin-project-lite", 1367] 1368 1369[[package]] 1370name = "fancy-regex" 1371version = "0.16.2" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f" 1374dependencies = [ 1375 "bit-set", 1376 "regex-automata", 1377 "regex-syntax", 1378] 1379 1380[[package]] 1381name = "fast-float2" 1382version = "0.2.3" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "f8eb564c5c7423d25c886fb561d1e4ee69f72354d16918afa32c08811f6b6a55" 1385 1386[[package]] 1387name = "fastrand" 1388version = "2.3.0" 1389source = "registry+https://github.com/rust-lang/crates.io-index" 1390checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 1391 1392[[package]] 1393name = "faunu" 1394version = "0.1.0" 1395dependencies = [ 1396 "ansi_term", 1397 "anyhow", 1398 "async-lock", 1399 "compile-time", 1400 "console_error_panic_hook", 1401 "futures", 1402 "getrandom 0.3.4", 1403 "jacquard", 1404 "jacquard-repo", 1405 "js-sys", 1406 "miette", 1407 "nu-cmd-base", 1408 "nu-cmd-extra", 1409 "nu-cmd-lang", 1410 "nu-command", 1411 "nu-engine", 1412 "nu-glob", 1413 "nu-parser", 1414 "nu-path", 1415 "nu-protocol", 1416 "rapidhash", 1417 "reqwest", 1418 "rust-embed", 1419 "scc", 1420 "serde", 1421 "serde_ipld_dagcbor", 1422 "serde_json", 1423 "url", 1424 "vfs", 1425 "wasm-bindgen", 1426 "wasm-bindgen-futures", 1427 "web-sys", 1428] 1429 1430[[package]] 1431name = "ff" 1432version = "0.13.1" 1433source = "registry+https://github.com/rust-lang/crates.io-index" 1434checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 1435dependencies = [ 1436 "rand_core 0.6.4", 1437 "subtle", 1438] 1439 1440[[package]] 1441name = "fiat-crypto" 1442version = "0.2.9" 1443source = "registry+https://github.com/rust-lang/crates.io-index" 1444checksum = "28dea519a9695b9977216879a3ebfddf92f1c08c05d984f8996aecd6ecdc811d" 1445 1446[[package]] 1447name = "filesize" 1448version = "0.2.0" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "12d741e2415d4e2e5bd1c1d00409d1a8865a57892c2d689b504365655d237d43" 1451dependencies = [ 1452 "winapi", 1453] 1454 1455[[package]] 1456name = "filetime" 1457version = "0.2.26" 1458source = "registry+https://github.com/rust-lang/crates.io-index" 1459checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed" 1460dependencies = [ 1461 "cfg-if", 1462 "libc", 1463 "libredox", 1464 "windows-sys 0.60.2", 1465] 1466 1467[[package]] 1468name = "find-msvc-tools" 1469version = "0.1.5" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 1472 1473[[package]] 1474name = "flate2" 1475version = "1.1.5" 1476source = "registry+https://github.com/rust-lang/crates.io-index" 1477checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 1478dependencies = [ 1479 "crc32fast", 1480 "libz-rs-sys", 1481 "miniz_oxide", 1482] 1483 1484[[package]] 1485name = "fluent" 1486version = "0.17.0" 1487source = "registry+https://github.com/rust-lang/crates.io-index" 1488checksum = "8137a6d5a2c50d6b0ebfcb9aaa91a28154e0a70605f112d30cb0cd4a78670477" 1489dependencies = [ 1490 "fluent-bundle", 1491 "unic-langid", 1492] 1493 1494[[package]] 1495name = "fluent-bundle" 1496version = "0.16.0" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "01203cb8918f5711e73891b347816d932046f95f54207710bda99beaeb423bf4" 1499dependencies = [ 1500 "fluent-langneg", 1501 "fluent-syntax", 1502 "intl-memoizer", 1503 "intl_pluralrules", 1504 "rustc-hash", 1505 "self_cell", 1506 "smallvec", 1507 "unic-langid", 1508] 1509 1510[[package]] 1511name = "fluent-langneg" 1512version = "0.13.1" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "7eebbe59450baee8282d71676f3bfed5689aeab00b27545e83e5f14b1195e8b0" 1515dependencies = [ 1516 "unic-langid", 1517] 1518 1519[[package]] 1520name = "fluent-syntax" 1521version = "0.12.0" 1522source = "registry+https://github.com/rust-lang/crates.io-index" 1523checksum = "54f0d287c53ffd184d04d8677f590f4ac5379785529e5e08b1c8083acdd5c198" 1524dependencies = [ 1525 "memchr", 1526 "thiserror 2.0.17", 1527] 1528 1529[[package]] 1530name = "fnv" 1531version = "1.0.7" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 1534 1535[[package]] 1536name = "foldhash" 1537version = "0.1.5" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1540 1541[[package]] 1542name = "form_urlencoded" 1543version = "1.2.2" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1546dependencies = [ 1547 "percent-encoding", 1548] 1549 1550[[package]] 1551name = "futf" 1552version = "0.1.5" 1553source = "registry+https://github.com/rust-lang/crates.io-index" 1554checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843" 1555dependencies = [ 1556 "mac", 1557 "new_debug_unreachable", 1558] 1559 1560[[package]] 1561name = "futures" 1562version = "0.3.31" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1565dependencies = [ 1566 "futures-channel", 1567 "futures-core", 1568 "futures-executor", 1569 "futures-io", 1570 "futures-sink", 1571 "futures-task", 1572 "futures-util", 1573] 1574 1575[[package]] 1576name = "futures-buffered" 1577version = "0.2.12" 1578source = "registry+https://github.com/rust-lang/crates.io-index" 1579checksum = "a8e0e1f38ec07ba4abbde21eed377082f17ccb988be9d988a5adbf4bafc118fd" 1580dependencies = [ 1581 "cordyceps", 1582 "diatomic-waker", 1583 "futures-core", 1584 "pin-project-lite", 1585 "spin 0.10.0", 1586] 1587 1588[[package]] 1589name = "futures-channel" 1590version = "0.3.31" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1593dependencies = [ 1594 "futures-core", 1595 "futures-sink", 1596] 1597 1598[[package]] 1599name = "futures-core" 1600version = "0.3.31" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1603 1604[[package]] 1605name = "futures-executor" 1606version = "0.3.31" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1609dependencies = [ 1610 "futures-core", 1611 "futures-task", 1612 "futures-util", 1613] 1614 1615[[package]] 1616name = "futures-io" 1617version = "0.3.31" 1618source = "registry+https://github.com/rust-lang/crates.io-index" 1619checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1620 1621[[package]] 1622name = "futures-lite" 1623version = "2.6.1" 1624source = "registry+https://github.com/rust-lang/crates.io-index" 1625checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 1626dependencies = [ 1627 "fastrand", 1628 "futures-core", 1629 "futures-io", 1630 "parking", 1631 "pin-project-lite", 1632] 1633 1634[[package]] 1635name = "futures-macro" 1636version = "0.3.31" 1637source = "registry+https://github.com/rust-lang/crates.io-index" 1638checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1639dependencies = [ 1640 "proc-macro2", 1641 "quote", 1642 "syn 2.0.111", 1643] 1644 1645[[package]] 1646name = "futures-sink" 1647version = "0.3.31" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1650 1651[[package]] 1652name = "futures-task" 1653version = "0.3.31" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1656 1657[[package]] 1658name = "futures-util" 1659version = "0.3.31" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1662dependencies = [ 1663 "futures-channel", 1664 "futures-core", 1665 "futures-io", 1666 "futures-macro", 1667 "futures-sink", 1668 "futures-task", 1669 "memchr", 1670 "pin-project-lite", 1671 "pin-utils", 1672 "slab", 1673] 1674 1675[[package]] 1676name = "fuzzy-matcher" 1677version = "0.3.7" 1678source = "registry+https://github.com/rust-lang/crates.io-index" 1679checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94" 1680dependencies = [ 1681 "thread_local", 1682] 1683 1684[[package]] 1685name = "generator" 1686version = "0.8.7" 1687source = "registry+https://github.com/rust-lang/crates.io-index" 1688checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2" 1689dependencies = [ 1690 "cc", 1691 "cfg-if", 1692 "libc", 1693 "log", 1694 "rustversion", 1695 "windows 0.61.3", 1696] 1697 1698[[package]] 1699name = "generic-array" 1700version = "0.14.9" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1703dependencies = [ 1704 "typenum", 1705 "version_check", 1706 "zeroize", 1707] 1708 1709[[package]] 1710name = "getrandom" 1711version = "0.2.16" 1712source = "registry+https://github.com/rust-lang/crates.io-index" 1713checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1714dependencies = [ 1715 "cfg-if", 1716 "js-sys", 1717 "libc", 1718 "wasi", 1719 "wasm-bindgen", 1720] 1721 1722[[package]] 1723name = "getrandom" 1724version = "0.3.4" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1727dependencies = [ 1728 "cfg-if", 1729 "js-sys", 1730 "libc", 1731 "r-efi", 1732 "wasip2", 1733 "wasm-bindgen", 1734] 1735 1736[[package]] 1737name = "gimli" 1738version = "0.32.3" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1741 1742[[package]] 1743name = "glob" 1744version = "0.3.3" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1747 1748[[package]] 1749name = "globset" 1750version = "0.4.18" 1751source = "registry+https://github.com/rust-lang/crates.io-index" 1752checksum = "52dfc19153a48bde0cbd630453615c8151bce3a5adfac7a0aebfbf0a1e1f57e3" 1753dependencies = [ 1754 "aho-corasick", 1755 "bstr", 1756 "log", 1757 "regex-automata", 1758 "regex-syntax", 1759] 1760 1761[[package]] 1762name = "gloo-storage" 1763version = "0.3.0" 1764source = "registry+https://github.com/rust-lang/crates.io-index" 1765checksum = "fbc8031e8c92758af912f9bc08fbbadd3c6f3cfcbf6b64cdf3d6a81f0139277a" 1766dependencies = [ 1767 "gloo-utils", 1768 "js-sys", 1769 "serde", 1770 "serde_json", 1771 "thiserror 1.0.69", 1772 "wasm-bindgen", 1773 "web-sys", 1774] 1775 1776[[package]] 1777name = "gloo-utils" 1778version = "0.2.0" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" 1781dependencies = [ 1782 "js-sys", 1783 "serde", 1784 "serde_json", 1785 "wasm-bindgen", 1786 "web-sys", 1787] 1788 1789[[package]] 1790name = "group" 1791version = "0.13.0" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1794dependencies = [ 1795 "ff", 1796 "rand_core 0.6.4", 1797 "subtle", 1798] 1799 1800[[package]] 1801name = "h2" 1802version = "0.4.12" 1803source = "registry+https://github.com/rust-lang/crates.io-index" 1804checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 1805dependencies = [ 1806 "atomic-waker", 1807 "bytes", 1808 "fnv", 1809 "futures-core", 1810 "futures-sink", 1811 "http", 1812 "indexmap 2.12.1", 1813 "slab", 1814 "tokio", 1815 "tokio-util", 1816 "tracing", 1817] 1818 1819[[package]] 1820name = "half" 1821version = "2.7.1" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 1824dependencies = [ 1825 "cfg-if", 1826 "crunchy", 1827 "zerocopy 0.8.31", 1828] 1829 1830[[package]] 1831name = "hash32" 1832version = "0.2.1" 1833source = "registry+https://github.com/rust-lang/crates.io-index" 1834checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 1835dependencies = [ 1836 "byteorder", 1837] 1838 1839[[package]] 1840name = "hashbrown" 1841version = "0.12.3" 1842source = "registry+https://github.com/rust-lang/crates.io-index" 1843checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888" 1844 1845[[package]] 1846name = "hashbrown" 1847version = "0.14.5" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1850 1851[[package]] 1852name = "hashbrown" 1853version = "0.15.5" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1856dependencies = [ 1857 "allocator-api2", 1858 "equivalent", 1859 "foldhash", 1860] 1861 1862[[package]] 1863name = "hashbrown" 1864version = "0.16.1" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 1867 1868[[package]] 1869name = "heapless" 1870version = "0.7.17" 1871source = "registry+https://github.com/rust-lang/crates.io-index" 1872checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 1873dependencies = [ 1874 "atomic-polyfill", 1875 "hash32", 1876 "rustc_version", 1877 "serde", 1878 "spin 0.9.8", 1879 "stable_deref_trait", 1880] 1881 1882[[package]] 1883name = "heck" 1884version = "0.4.1" 1885source = "registry+https://github.com/rust-lang/crates.io-index" 1886checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 1887 1888[[package]] 1889name = "heck" 1890version = "0.5.0" 1891source = "registry+https://github.com/rust-lang/crates.io-index" 1892checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1893 1894[[package]] 1895name = "hex" 1896version = "0.4.3" 1897source = "registry+https://github.com/rust-lang/crates.io-index" 1898checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1899 1900[[package]] 1901name = "hex_fmt" 1902version = "0.3.0" 1903source = "registry+https://github.com/rust-lang/crates.io-index" 1904checksum = "b07f60793ff0a4d9cef0f18e63b5357e06209987153a64648c972c1e5aff336f" 1905 1906[[package]] 1907name = "hmac" 1908version = "0.12.1" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1911dependencies = [ 1912 "digest", 1913] 1914 1915[[package]] 1916name = "html5ever" 1917version = "0.27.0" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4" 1920dependencies = [ 1921 "log", 1922 "mac", 1923 "markup5ever", 1924 "proc-macro2", 1925 "quote", 1926 "syn 2.0.111", 1927] 1928 1929[[package]] 1930name = "http" 1931version = "1.4.0" 1932source = "registry+https://github.com/rust-lang/crates.io-index" 1933checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 1934dependencies = [ 1935 "bytes", 1936 "itoa", 1937] 1938 1939[[package]] 1940name = "http-body" 1941version = "1.0.1" 1942source = "registry+https://github.com/rust-lang/crates.io-index" 1943checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1944dependencies = [ 1945 "bytes", 1946 "http", 1947] 1948 1949[[package]] 1950name = "http-body-util" 1951version = "0.1.3" 1952source = "registry+https://github.com/rust-lang/crates.io-index" 1953checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1954dependencies = [ 1955 "bytes", 1956 "futures-core", 1957 "http", 1958 "http-body", 1959 "pin-project-lite", 1960] 1961 1962[[package]] 1963name = "httparse" 1964version = "1.10.1" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1967 1968[[package]] 1969name = "human-date-parser" 1970version = "0.3.1" 1971source = "registry+https://github.com/rust-lang/crates.io-index" 1972checksum = "406f83c56de4b2c9183be52ae9a4fefa22c0e0c3d3d7ef80be26eaee11c7110e" 1973dependencies = [ 1974 "chrono", 1975 "pest", 1976 "pest_consume", 1977 "pest_derive", 1978 "thiserror 1.0.69", 1979] 1980 1981[[package]] 1982name = "hyper" 1983version = "1.8.1" 1984source = "registry+https://github.com/rust-lang/crates.io-index" 1985checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 1986dependencies = [ 1987 "atomic-waker", 1988 "bytes", 1989 "futures-channel", 1990 "futures-core", 1991 "h2", 1992 "http", 1993 "http-body", 1994 "httparse", 1995 "itoa", 1996 "pin-project-lite", 1997 "pin-utils", 1998 "smallvec", 1999 "tokio", 2000 "want", 2001] 2002 2003[[package]] 2004name = "hyper-rustls" 2005version = "0.27.7" 2006source = "registry+https://github.com/rust-lang/crates.io-index" 2007checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 2008dependencies = [ 2009 "http", 2010 "hyper", 2011 "hyper-util", 2012 "rustls", 2013 "rustls-pki-types", 2014 "tokio", 2015 "tokio-rustls", 2016 "tower-service", 2017 "webpki-roots", 2018] 2019 2020[[package]] 2021name = "hyper-util" 2022version = "0.1.19" 2023source = "registry+https://github.com/rust-lang/crates.io-index" 2024checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 2025dependencies = [ 2026 "base64", 2027 "bytes", 2028 "futures-channel", 2029 "futures-core", 2030 "futures-util", 2031 "http", 2032 "http-body", 2033 "hyper", 2034 "ipnet", 2035 "libc", 2036 "percent-encoding", 2037 "pin-project-lite", 2038 "socket2", 2039 "system-configuration", 2040 "tokio", 2041 "tower-service", 2042 "tracing", 2043 "windows-registry", 2044] 2045 2046[[package]] 2047name = "iana-time-zone" 2048version = "0.1.64" 2049source = "registry+https://github.com/rust-lang/crates.io-index" 2050checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 2051dependencies = [ 2052 "android_system_properties", 2053 "core-foundation-sys", 2054 "iana-time-zone-haiku", 2055 "js-sys", 2056 "log", 2057 "wasm-bindgen", 2058 "windows-core 0.62.2", 2059] 2060 2061[[package]] 2062name = "iana-time-zone-haiku" 2063version = "0.1.2" 2064source = "registry+https://github.com/rust-lang/crates.io-index" 2065checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 2066dependencies = [ 2067 "cc", 2068] 2069 2070[[package]] 2071name = "icu_collections" 2072version = "2.1.1" 2073source = "registry+https://github.com/rust-lang/crates.io-index" 2074checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 2075dependencies = [ 2076 "displaydoc", 2077 "potential_utf", 2078 "yoke", 2079 "zerofrom", 2080 "zerovec", 2081] 2082 2083[[package]] 2084name = "icu_locale_core" 2085version = "2.1.1" 2086source = "registry+https://github.com/rust-lang/crates.io-index" 2087checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 2088dependencies = [ 2089 "displaydoc", 2090 "litemap", 2091 "tinystr", 2092 "writeable", 2093 "zerovec", 2094] 2095 2096[[package]] 2097name = "icu_normalizer" 2098version = "2.1.1" 2099source = "registry+https://github.com/rust-lang/crates.io-index" 2100checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 2101dependencies = [ 2102 "icu_collections", 2103 "icu_normalizer_data", 2104 "icu_properties", 2105 "icu_provider", 2106 "smallvec", 2107 "zerovec", 2108] 2109 2110[[package]] 2111name = "icu_normalizer_data" 2112version = "2.1.1" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 2115 2116[[package]] 2117name = "icu_properties" 2118version = "2.1.2" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 2121dependencies = [ 2122 "icu_collections", 2123 "icu_locale_core", 2124 "icu_properties_data", 2125 "icu_provider", 2126 "zerotrie", 2127 "zerovec", 2128] 2129 2130[[package]] 2131name = "icu_properties_data" 2132version = "2.1.2" 2133source = "registry+https://github.com/rust-lang/crates.io-index" 2134checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 2135 2136[[package]] 2137name = "icu_provider" 2138version = "2.1.1" 2139source = "registry+https://github.com/rust-lang/crates.io-index" 2140checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 2141dependencies = [ 2142 "displaydoc", 2143 "icu_locale_core", 2144 "writeable", 2145 "yoke", 2146 "zerofrom", 2147 "zerotrie", 2148 "zerovec", 2149] 2150 2151[[package]] 2152name = "ident_case" 2153version = "1.0.1" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 2156 2157[[package]] 2158name = "idna" 2159version = "1.1.0" 2160source = "registry+https://github.com/rust-lang/crates.io-index" 2161checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 2162dependencies = [ 2163 "idna_adapter", 2164 "smallvec", 2165 "utf8_iter", 2166] 2167 2168[[package]] 2169name = "idna_adapter" 2170version = "1.2.1" 2171source = "registry+https://github.com/rust-lang/crates.io-index" 2172checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 2173dependencies = [ 2174 "icu_normalizer", 2175 "icu_properties", 2176] 2177 2178[[package]] 2179name = "indexmap" 2180version = "1.9.3" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99" 2183dependencies = [ 2184 "autocfg", 2185 "hashbrown 0.12.3", 2186 "serde", 2187] 2188 2189[[package]] 2190name = "indexmap" 2191version = "2.12.1" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "0ad4bb2b565bca0645f4d68c5c9af97fba094e9791da685bf83cb5f3ce74acf2" 2194dependencies = [ 2195 "equivalent", 2196 "hashbrown 0.16.1", 2197 "serde", 2198 "serde_core", 2199] 2200 2201[[package]] 2202name = "indicatif" 2203version = "0.18.3" 2204source = "registry+https://github.com/rust-lang/crates.io-index" 2205checksum = "9375e112e4b463ec1b1c6c011953545c65a30164fbab5b581df32b3abf0dcb88" 2206dependencies = [ 2207 "console 0.16.1", 2208 "portable-atomic", 2209 "unicode-width 0.2.2", 2210 "unit-prefix", 2211 "web-time", 2212] 2213 2214[[package]] 2215name = "indoc" 2216version = "2.0.7" 2217source = "registry+https://github.com/rust-lang/crates.io-index" 2218checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 2219dependencies = [ 2220 "rustversion", 2221] 2222 2223[[package]] 2224name = "intl-memoizer" 2225version = "0.5.3" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "310da2e345f5eb861e7a07ee182262e94975051db9e4223e909ba90f392f163f" 2228dependencies = [ 2229 "type-map", 2230 "unic-langid", 2231] 2232 2233[[package]] 2234name = "intl_pluralrules" 2235version = "7.0.2" 2236source = "registry+https://github.com/rust-lang/crates.io-index" 2237checksum = "078ea7b7c29a2b4df841a7f6ac8775ff6074020c6776d48491ce2268e068f972" 2238dependencies = [ 2239 "unic-langid", 2240] 2241 2242[[package]] 2243name = "inventory" 2244version = "0.3.21" 2245source = "registry+https://github.com/rust-lang/crates.io-index" 2246checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 2247dependencies = [ 2248 "rustversion", 2249] 2250 2251[[package]] 2252name = "ipld-core" 2253version = "0.4.2" 2254source = "registry+https://github.com/rust-lang/crates.io-index" 2255checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 2256dependencies = [ 2257 "cid", 2258 "serde", 2259 "serde_bytes", 2260] 2261 2262[[package]] 2263name = "ipnet" 2264version = "2.11.0" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 2267 2268[[package]] 2269name = "iri-string" 2270version = "0.7.9" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" 2273dependencies = [ 2274 "memchr", 2275 "serde", 2276] 2277 2278[[package]] 2279name = "iroh-car" 2280version = "0.5.1" 2281source = "registry+https://github.com/rust-lang/crates.io-index" 2282checksum = "cb7f8cd4cb9aa083fba8b52e921764252d0b4dcb1cd6d120b809dbfe1106e81a" 2283dependencies = [ 2284 "anyhow", 2285 "cid", 2286 "futures", 2287 "serde", 2288 "serde_ipld_dagcbor", 2289 "thiserror 1.0.69", 2290 "tokio", 2291 "unsigned-varint 0.7.2", 2292] 2293 2294[[package]] 2295name = "is_ci" 2296version = "1.2.0" 2297source = "registry+https://github.com/rust-lang/crates.io-index" 2298checksum = "7655c9839580ee829dfacba1d1278c2b7883e50a277ff7541299489d6bdfdc45" 2299 2300[[package]] 2301name = "is_debug" 2302version = "1.1.0" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "1fe266d2e243c931d8190177f20bf7f24eed45e96f39e87dc49a27b32d12d407" 2305 2306[[package]] 2307name = "is_terminal_polyfill" 2308version = "1.70.2" 2309source = "registry+https://github.com/rust-lang/crates.io-index" 2310checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 2311 2312[[package]] 2313name = "itertools" 2314version = "0.11.0" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57" 2317dependencies = [ 2318 "either", 2319] 2320 2321[[package]] 2322name = "itertools" 2323version = "0.13.0" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 2326dependencies = [ 2327 "either", 2328] 2329 2330[[package]] 2331name = "itertools" 2332version = "0.14.0" 2333source = "registry+https://github.com/rust-lang/crates.io-index" 2334checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 2335dependencies = [ 2336 "either", 2337] 2338 2339[[package]] 2340name = "itoa" 2341version = "1.0.15" 2342source = "registry+https://github.com/rust-lang/crates.io-index" 2343checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 2344 2345[[package]] 2346name = "jacquard" 2347version = "0.9.4" 2348source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d" 2349dependencies = [ 2350 "bytes", 2351 "getrandom 0.2.16", 2352 "gloo-storage", 2353 "http", 2354 "jacquard-api", 2355 "jacquard-common", 2356 "jacquard-identity", 2357 "jacquard-oauth", 2358 "jose-jwk", 2359 "miette", 2360 "regex", 2361 "regex-lite", 2362 "reqwest", 2363 "ring", 2364 "serde", 2365 "serde_html_form", 2366 "serde_json", 2367 "smol_str", 2368 "thiserror 2.0.17", 2369 "tokio", 2370 "trait-variant", 2371 "url", 2372 "webpage", 2373] 2374 2375[[package]] 2376name = "jacquard-api" 2377version = "0.9.2" 2378source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d" 2379dependencies = [ 2380 "bon", 2381 "bytes", 2382 "jacquard-common", 2383 "jacquard-derive", 2384 "jacquard-lexicon", 2385 "miette", 2386 "rustversion", 2387 "serde", 2388 "serde_bytes", 2389 "serde_ipld_dagcbor", 2390 "thiserror 2.0.17", 2391 "unicode-segmentation", 2392] 2393 2394[[package]] 2395name = "jacquard-common" 2396version = "0.9.2" 2397source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d" 2398dependencies = [ 2399 "base64", 2400 "bon", 2401 "bytes", 2402 "chrono", 2403 "cid", 2404 "ed25519-dalek", 2405 "getrandom 0.2.16", 2406 "getrandom 0.3.4", 2407 "http", 2408 "ipld-core", 2409 "k256", 2410 "langtag", 2411 "miette", 2412 "multibase", 2413 "multihash", 2414 "ouroboros", 2415 "p256", 2416 "postcard", 2417 "rand 0.9.2", 2418 "regex", 2419 "regex-lite", 2420 "reqwest", 2421 "ring", 2422 "serde", 2423 "serde_bytes", 2424 "serde_html_form", 2425 "serde_ipld_dagcbor", 2426 "serde_json", 2427 "signature", 2428 "smol_str", 2429 "thiserror 2.0.17", 2430 "tokio", 2431 "tokio-util", 2432 "trait-variant", 2433 "url", 2434] 2435 2436[[package]] 2437name = "jacquard-derive" 2438version = "0.9.4" 2439source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d" 2440dependencies = [ 2441 "heck 0.5.0", 2442 "jacquard-lexicon", 2443 "proc-macro2", 2444 "quote", 2445 "syn 2.0.111", 2446] 2447 2448[[package]] 2449name = "jacquard-identity" 2450version = "0.9.2" 2451source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d" 2452dependencies = [ 2453 "bon", 2454 "bytes", 2455 "http", 2456 "jacquard-api", 2457 "jacquard-common", 2458 "jacquard-lexicon", 2459 "miette", 2460 "mini-moka", 2461 "n0-future", 2462 "percent-encoding", 2463 "reqwest", 2464 "ring", 2465 "serde", 2466 "serde_html_form", 2467 "serde_json", 2468 "thiserror 2.0.17", 2469 "tokio", 2470 "trait-variant", 2471 "url", 2472 "urlencoding", 2473] 2474 2475[[package]] 2476name = "jacquard-lexicon" 2477version = "0.9.2" 2478source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d" 2479dependencies = [ 2480 "cid", 2481 "dashmap", 2482 "heck 0.5.0", 2483 "inventory", 2484 "jacquard-common", 2485 "miette", 2486 "multihash", 2487 "prettyplease", 2488 "proc-macro2", 2489 "quote", 2490 "serde", 2491 "serde_ipld_dagcbor", 2492 "serde_json", 2493 "serde_repr", 2494 "serde_with", 2495 "sha2", 2496 "syn 2.0.111", 2497 "thiserror 2.0.17", 2498 "unicode-segmentation", 2499] 2500 2501[[package]] 2502name = "jacquard-oauth" 2503version = "0.9.2" 2504source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d" 2505dependencies = [ 2506 "base64", 2507 "bytes", 2508 "chrono", 2509 "dashmap", 2510 "elliptic-curve", 2511 "http", 2512 "jacquard-common", 2513 "jacquard-identity", 2514 "jose-jwa", 2515 "jose-jwk", 2516 "miette", 2517 "p256", 2518 "rand 0.8.5", 2519 "ring", 2520 "serde", 2521 "serde_html_form", 2522 "serde_json", 2523 "sha2", 2524 "smol_str", 2525 "thiserror 2.0.17", 2526 "tokio", 2527 "trait-variant", 2528 "url", 2529] 2530 2531[[package]] 2532name = "jacquard-repo" 2533version = "0.9.4" 2534source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d" 2535dependencies = [ 2536 "bytes", 2537 "cid", 2538 "ed25519-dalek", 2539 "iroh-car", 2540 "jacquard-common", 2541 "jacquard-derive", 2542 "k256", 2543 "miette", 2544 "multihash", 2545 "n0-future", 2546 "p256", 2547 "serde", 2548 "serde_bytes", 2549 "serde_ipld_dagcbor", 2550 "sha2", 2551 "smol_str", 2552 "thiserror 2.0.17", 2553 "tokio", 2554 "trait-variant", 2555] 2556 2557[[package]] 2558name = "jose-b64" 2559version = "0.1.2" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "bec69375368709666b21c76965ce67549f2d2db7605f1f8707d17c9656801b56" 2562dependencies = [ 2563 "base64ct", 2564 "serde", 2565 "subtle", 2566 "zeroize", 2567] 2568 2569[[package]] 2570name = "jose-jwa" 2571version = "0.1.2" 2572source = "registry+https://github.com/rust-lang/crates.io-index" 2573checksum = "9ab78e053fe886a351d67cf0d194c000f9d0dcb92906eb34d853d7e758a4b3a7" 2574dependencies = [ 2575 "serde", 2576] 2577 2578[[package]] 2579name = "jose-jwk" 2580version = "0.1.2" 2581source = "registry+https://github.com/rust-lang/crates.io-index" 2582checksum = "280fa263807fe0782ecb6f2baadc28dffc04e00558a58e33bfdb801d11fd58e7" 2583dependencies = [ 2584 "jose-b64", 2585 "jose-jwa", 2586 "p256", 2587 "p384", 2588 "rsa", 2589 "serde", 2590 "zeroize", 2591] 2592 2593[[package]] 2594name = "js-sys" 2595version = "0.3.81" 2596source = "registry+https://github.com/rust-lang/crates.io-index" 2597checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 2598dependencies = [ 2599 "once_cell", 2600 "wasm-bindgen", 2601] 2602 2603[[package]] 2604name = "k256" 2605version = "0.13.4" 2606source = "registry+https://github.com/rust-lang/crates.io-index" 2607checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 2608dependencies = [ 2609 "cfg-if", 2610 "ecdsa", 2611 "elliptic-curve", 2612 "once_cell", 2613 "sha2", 2614 "signature", 2615] 2616 2617[[package]] 2618name = "langtag" 2619version = "0.4.0" 2620source = "registry+https://github.com/rust-lang/crates.io-index" 2621checksum = "9ecb4c689a30e48ebeaa14237f34037e300dd072e6ad21a9ec72e810ff3c6600" 2622dependencies = [ 2623 "serde", 2624 "static-regular-grammar", 2625 "thiserror 1.0.69", 2626] 2627 2628[[package]] 2629name = "lazy_static" 2630version = "1.5.0" 2631source = "registry+https://github.com/rust-lang/crates.io-index" 2632checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 2633dependencies = [ 2634 "spin 0.9.8", 2635] 2636 2637[[package]] 2638name = "lean_string" 2639version = "0.5.1" 2640source = "registry+https://github.com/rust-lang/crates.io-index" 2641checksum = "962df00ba70ac8d5ca5c064e17e5c3d090c087fd8d21aa45096c716b169da514" 2642dependencies = [ 2643 "castaway", 2644 "itoa", 2645 "ryu", 2646 "serde", 2647] 2648 2649[[package]] 2650name = "libc" 2651version = "0.2.178" 2652source = "registry+https://github.com/rust-lang/crates.io-index" 2653checksum = "37c93d8daa9d8a012fd8ab92f088405fb202ea0b6ab73ee2482ae66af4f42091" 2654 2655[[package]] 2656name = "libloading" 2657version = "0.8.9" 2658source = "registry+https://github.com/rust-lang/crates.io-index" 2659checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 2660dependencies = [ 2661 "cfg-if", 2662 "windows-link 0.2.1", 2663] 2664 2665[[package]] 2666name = "libm" 2667version = "0.2.15" 2668source = "registry+https://github.com/rust-lang/crates.io-index" 2669checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 2670 2671[[package]] 2672name = "libproc" 2673version = "0.14.11" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "a54ad7278b8bc5301d5ffd2a94251c004feb971feba96c971ea4063645990757" 2676dependencies = [ 2677 "bindgen", 2678 "errno", 2679 "libc", 2680] 2681 2682[[package]] 2683name = "libredox" 2684version = "0.1.10" 2685source = "registry+https://github.com/rust-lang/crates.io-index" 2686checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 2687dependencies = [ 2688 "bitflags", 2689 "libc", 2690 "redox_syscall", 2691] 2692 2693[[package]] 2694name = "libz-rs-sys" 2695version = "0.5.4" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "15413ef615ad868d4d65dce091cb233b229419c7c0c4bcaa746c0901c49ff39c" 2698dependencies = [ 2699 "zlib-rs", 2700] 2701 2702[[package]] 2703name = "linked-hash-map" 2704version = "0.5.6" 2705source = "registry+https://github.com/rust-lang/crates.io-index" 2706checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f" 2707dependencies = [ 2708 "serde", 2709] 2710 2711[[package]] 2712name = "linux-raw-sys" 2713version = "0.4.15" 2714source = "registry+https://github.com/rust-lang/crates.io-index" 2715checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 2716 2717[[package]] 2718name = "linux-raw-sys" 2719version = "0.11.0" 2720source = "registry+https://github.com/rust-lang/crates.io-index" 2721checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 2722 2723[[package]] 2724name = "litemap" 2725version = "0.8.1" 2726source = "registry+https://github.com/rust-lang/crates.io-index" 2727checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 2728 2729[[package]] 2730name = "lock_api" 2731version = "0.4.14" 2732source = "registry+https://github.com/rust-lang/crates.io-index" 2733checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 2734dependencies = [ 2735 "scopeguard", 2736] 2737 2738[[package]] 2739name = "log" 2740version = "0.4.29" 2741source = "registry+https://github.com/rust-lang/crates.io-index" 2742checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 2743 2744[[package]] 2745name = "loom" 2746version = "0.7.2" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 2749dependencies = [ 2750 "cfg-if", 2751 "generator", 2752 "scoped-tls", 2753 "tracing", 2754 "tracing-subscriber", 2755] 2756 2757[[package]] 2758name = "lru" 2759version = "0.12.5" 2760source = "registry+https://github.com/rust-lang/crates.io-index" 2761checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 2762dependencies = [ 2763 "hashbrown 0.15.5", 2764] 2765 2766[[package]] 2767name = "lru-slab" 2768version = "0.1.2" 2769source = "registry+https://github.com/rust-lang/crates.io-index" 2770checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 2771 2772[[package]] 2773name = "lscolors" 2774version = "0.20.0" 2775source = "registry+https://github.com/rust-lang/crates.io-index" 2776checksum = "61183da5de8ba09a58e330d55e5ea796539d8443bd00fdeb863eac39724aa4ab" 2777dependencies = [ 2778 "aho-corasick", 2779 "nu-ansi-term", 2780] 2781 2782[[package]] 2783name = "mac" 2784version = "0.1.1" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4" 2787 2788[[package]] 2789name = "mach2" 2790version = "0.4.3" 2791source = "registry+https://github.com/rust-lang/crates.io-index" 2792checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44" 2793dependencies = [ 2794 "libc", 2795] 2796 2797[[package]] 2798name = "markup5ever" 2799version = "0.12.1" 2800source = "registry+https://github.com/rust-lang/crates.io-index" 2801checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45" 2802dependencies = [ 2803 "log", 2804 "phf 0.11.3", 2805 "phf_codegen", 2806 "string_cache", 2807 "string_cache_codegen", 2808 "tendril", 2809] 2810 2811[[package]] 2812name = "markup5ever_rcdom" 2813version = "0.3.0" 2814source = "registry+https://github.com/rust-lang/crates.io-index" 2815checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18" 2816dependencies = [ 2817 "html5ever", 2818 "markup5ever", 2819 "tendril", 2820 "xml5ever", 2821] 2822 2823[[package]] 2824name = "match-lookup" 2825version = "0.1.1" 2826source = "registry+https://github.com/rust-lang/crates.io-index" 2827checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 2828dependencies = [ 2829 "proc-macro2", 2830 "quote", 2831 "syn 1.0.109", 2832] 2833 2834[[package]] 2835name = "matchers" 2836version = "0.2.0" 2837source = "registry+https://github.com/rust-lang/crates.io-index" 2838checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 2839dependencies = [ 2840 "regex-automata", 2841] 2842 2843[[package]] 2844name = "md-5" 2845version = "0.10.6" 2846source = "registry+https://github.com/rust-lang/crates.io-index" 2847checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 2848dependencies = [ 2849 "cfg-if", 2850 "digest", 2851] 2852 2853[[package]] 2854name = "memchr" 2855version = "2.7.6" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 2858 2859[[package]] 2860name = "memoffset" 2861version = "0.9.1" 2862source = "registry+https://github.com/rust-lang/crates.io-index" 2863checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a" 2864dependencies = [ 2865 "autocfg", 2866] 2867 2868[[package]] 2869name = "miette" 2870version = "7.6.0" 2871source = "registry+https://github.com/rust-lang/crates.io-index" 2872checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 2873dependencies = [ 2874 "backtrace", 2875 "backtrace-ext", 2876 "cfg-if", 2877 "miette-derive", 2878 "owo-colors", 2879 "supports-color", 2880 "supports-hyperlinks", 2881 "supports-unicode", 2882 "terminal_size", 2883 "textwrap", 2884 "unicode-width 0.1.14", 2885] 2886 2887[[package]] 2888name = "miette-derive" 2889version = "7.6.0" 2890source = "registry+https://github.com/rust-lang/crates.io-index" 2891checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 2892dependencies = [ 2893 "proc-macro2", 2894 "quote", 2895 "syn 2.0.111", 2896] 2897 2898[[package]] 2899name = "mime" 2900version = "0.3.17" 2901source = "registry+https://github.com/rust-lang/crates.io-index" 2902checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 2903 2904[[package]] 2905name = "mime_guess" 2906version = "2.0.5" 2907source = "registry+https://github.com/rust-lang/crates.io-index" 2908checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 2909dependencies = [ 2910 "mime", 2911 "unicase", 2912] 2913 2914[[package]] 2915name = "mini-moka" 2916version = "0.10.99" 2917source = "git+https://tangled.sh/ptr.pet/jacquard#1461248486744fa5d3f487701faba85a27caa19d" 2918dependencies = [ 2919 "crossbeam-channel", 2920 "crossbeam-utils", 2921 "dashmap", 2922 "smallvec", 2923 "tagptr", 2924 "triomphe", 2925 "web-time", 2926] 2927 2928[[package]] 2929name = "minimal-lexical" 2930version = "0.2.1" 2931source = "registry+https://github.com/rust-lang/crates.io-index" 2932checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 2933 2934[[package]] 2935name = "miniz_oxide" 2936version = "0.8.9" 2937source = "registry+https://github.com/rust-lang/crates.io-index" 2938checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 2939dependencies = [ 2940 "adler2", 2941 "simd-adler32", 2942] 2943 2944[[package]] 2945name = "mio" 2946version = "1.1.1" 2947source = "registry+https://github.com/rust-lang/crates.io-index" 2948checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 2949dependencies = [ 2950 "libc", 2951 "wasi", 2952 "windows-sys 0.61.2", 2953] 2954 2955[[package]] 2956name = "multibase" 2957version = "0.9.2" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 2960dependencies = [ 2961 "base-x", 2962 "base256emoji", 2963 "data-encoding", 2964 "data-encoding-macro", 2965] 2966 2967[[package]] 2968name = "multihash" 2969version = "0.19.3" 2970source = "registry+https://github.com/rust-lang/crates.io-index" 2971checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 2972dependencies = [ 2973 "core2", 2974 "serde", 2975 "unsigned-varint 0.8.0", 2976] 2977 2978[[package]] 2979name = "n0-future" 2980version = "0.1.3" 2981source = "registry+https://github.com/rust-lang/crates.io-index" 2982checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 2983dependencies = [ 2984 "cfg_aliases", 2985 "derive_more", 2986 "futures-buffered", 2987 "futures-lite", 2988 "futures-util", 2989 "js-sys", 2990 "pin-project", 2991 "send_wrapper", 2992 "tokio", 2993 "tokio-util", 2994 "wasm-bindgen", 2995 "wasm-bindgen-futures", 2996 "web-time", 2997] 2998 2999[[package]] 3000name = "new_debug_unreachable" 3001version = "1.0.6" 3002source = "registry+https://github.com/rust-lang/crates.io-index" 3003checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086" 3004 3005[[package]] 3006name = "nix" 3007version = "0.30.1" 3008source = "registry+https://github.com/rust-lang/crates.io-index" 3009checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6" 3010dependencies = [ 3011 "bitflags", 3012 "cfg-if", 3013 "cfg_aliases", 3014 "libc", 3015] 3016 3017[[package]] 3018name = "nom" 3019version = "7.1.3" 3020source = "registry+https://github.com/rust-lang/crates.io-index" 3021checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 3022dependencies = [ 3023 "memchr", 3024 "minimal-lexical", 3025] 3026 3027[[package]] 3028name = "ntapi" 3029version = "0.4.1" 3030source = "registry+https://github.com/rust-lang/crates.io-index" 3031checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4" 3032dependencies = [ 3033 "winapi", 3034] 3035 3036[[package]] 3037name = "nu-ansi-term" 3038version = "0.50.3" 3039source = "registry+https://github.com/rust-lang/crates.io-index" 3040checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 3041dependencies = [ 3042 "windows-sys 0.61.2", 3043] 3044 3045[[package]] 3046name = "nu-cmd-base" 3047version = "0.109.2" 3048source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3049dependencies = [ 3050 "indexmap 2.12.1", 3051 "miette", 3052 "nu-engine", 3053 "nu-parser", 3054 "nu-path", 3055 "nu-protocol", 3056] 3057 3058[[package]] 3059name = "nu-cmd-extra" 3060version = "0.109.2" 3061source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3062dependencies = [ 3063 "fancy-regex", 3064 "heck 0.5.0", 3065 "itertools 0.14.0", 3066 "mime", 3067 "nu-ansi-term", 3068 "nu-cmd-base", 3069 "nu-engine", 3070 "nu-json", 3071 "nu-parser", 3072 "nu-pretty-hex", 3073 "nu-protocol", 3074 "nu-utils", 3075 "num-traits", 3076 "rust-embed", 3077 "serde", 3078 "serde_urlencoded", 3079 "v_htmlescape", 3080] 3081 3082[[package]] 3083name = "nu-cmd-lang" 3084version = "0.109.2" 3085source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3086dependencies = [ 3087 "itertools 0.14.0", 3088 "nu-cmd-base", 3089 "nu-engine", 3090 "nu-experimental", 3091 "nu-parser", 3092 "nu-protocol", 3093 "nu-utils", 3094 "shadow-rs", 3095] 3096 3097[[package]] 3098name = "nu-color-config" 3099version = "0.109.2" 3100source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3101dependencies = [ 3102 "nu-ansi-term", 3103 "nu-engine", 3104 "nu-json", 3105 "nu-protocol", 3106 "serde", 3107] 3108 3109[[package]] 3110name = "nu-command" 3111version = "0.109.2" 3112source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3113dependencies = [ 3114 "alphanumeric-sort", 3115 "base64", 3116 "bracoxide", 3117 "brotli", 3118 "byteorder", 3119 "bytesize", 3120 "calamine", 3121 "chardetng", 3122 "chrono", 3123 "chrono-humanize", 3124 "chrono-tz", 3125 "csv", 3126 "data-encoding", 3127 "devicons", 3128 "dialoguer", 3129 "digest", 3130 "dtparse", 3131 "encoding_rs", 3132 "fancy-regex", 3133 "filesize", 3134 "filetime", 3135 "fuzzy-matcher", 3136 "http", 3137 "human-date-parser", 3138 "indexmap 2.12.1", 3139 "indicatif", 3140 "itertools 0.14.0", 3141 "log", 3142 "lscolors", 3143 "md-5", 3144 "mime", 3145 "mime_guess", 3146 "nix", 3147 "nu-ansi-term", 3148 "nu-cmd-base", 3149 "nu-color-config", 3150 "nu-engine", 3151 "nu-experimental", 3152 "nu-glob", 3153 "nu-json", 3154 "nu-parser", 3155 "nu-path", 3156 "nu-pretty-hex", 3157 "nu-protocol", 3158 "nu-system", 3159 "nu-table", 3160 "nu-term-grid", 3161 "nu-utils", 3162 "num-format", 3163 "num-traits", 3164 "nuon", 3165 "oem_cp", 3166 "pathdiff", 3167 "percent-encoding", 3168 "print-positions", 3169 "procfs", 3170 "quick-xml 0.38.4", 3171 "rayon", 3172 "rmp", 3173 "roxmltree", 3174 "scopeguard", 3175 "serde", 3176 "serde_json", 3177 "serde_urlencoded", 3178 "serde_yaml", 3179 "sha2", 3180 "strum", 3181 "sysinfo", 3182 "tabled", 3183 "titlecase", 3184 "toml", 3185 "uds_windows", 3186 "umask", 3187 "unicode-segmentation", 3188 "unicode-width 0.2.2", 3189 "url", 3190 "uucore", 3191 "v_htmlescape", 3192 "wax", 3193 "web-time", 3194 "windows 0.62.2", 3195 "winreg", 3196] 3197 3198[[package]] 3199name = "nu-derive-value" 3200version = "0.109.2" 3201source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3202dependencies = [ 3203 "heck 0.5.0", 3204 "proc-macro-error2", 3205 "proc-macro2", 3206 "quote", 3207 "syn 2.0.111", 3208] 3209 3210[[package]] 3211name = "nu-engine" 3212version = "0.109.2" 3213source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3214dependencies = [ 3215 "fancy-regex", 3216 "log", 3217 "nu-experimental", 3218 "nu-glob", 3219 "nu-path", 3220 "nu-protocol", 3221 "nu-utils", 3222] 3223 3224[[package]] 3225name = "nu-experimental" 3226version = "0.109.2" 3227source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3228dependencies = [ 3229 "itertools 0.14.0", 3230 "thiserror 2.0.17", 3231] 3232 3233[[package]] 3234name = "nu-glob" 3235version = "0.109.2" 3236source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3237 3238[[package]] 3239name = "nu-json" 3240version = "0.109.2" 3241source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3242dependencies = [ 3243 "linked-hash-map", 3244 "nu-utils", 3245 "num-traits", 3246 "serde", 3247 "serde_json", 3248] 3249 3250[[package]] 3251name = "nu-parser" 3252version = "0.109.2" 3253source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3254dependencies = [ 3255 "bytesize", 3256 "chrono", 3257 "itertools 0.14.0", 3258 "log", 3259 "nu-engine", 3260 "nu-path", 3261 "nu-protocol", 3262 "nu-utils", 3263 "serde_json", 3264] 3265 3266[[package]] 3267name = "nu-path" 3268version = "0.109.2" 3269source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3270dependencies = [ 3271 "dirs", 3272 "omnipath", 3273 "pwd", 3274 "ref-cast", 3275] 3276 3277[[package]] 3278name = "nu-pretty-hex" 3279version = "0.109.2" 3280source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3281dependencies = [ 3282 "nu-ansi-term", 3283] 3284 3285[[package]] 3286name = "nu-protocol" 3287version = "0.109.2" 3288source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3289dependencies = [ 3290 "bytes", 3291 "chrono", 3292 "chrono-humanize", 3293 "dirs", 3294 "dirs-sys", 3295 "fancy-regex", 3296 "heck 0.5.0", 3297 "indexmap 2.12.1", 3298 "log", 3299 "lru", 3300 "memchr", 3301 "miette", 3302 "nix", 3303 "nu-derive-value", 3304 "nu-experimental", 3305 "nu-glob", 3306 "nu-path", 3307 "nu-system", 3308 "nu-utils", 3309 "num-format", 3310 "serde", 3311 "serde_json", 3312 "strum", 3313 "strum_macros", 3314 "thiserror 2.0.17", 3315 "typetag", 3316 "web-time", 3317 "windows 0.62.2", 3318 "windows-sys 0.61.2", 3319] 3320 3321[[package]] 3322name = "nu-system" 3323version = "0.109.2" 3324source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3325dependencies = [ 3326 "chrono", 3327 "itertools 0.14.0", 3328 "libc", 3329 "libproc", 3330 "log", 3331 "mach2", 3332 "nix", 3333 "ntapi", 3334 "procfs", 3335 "sysinfo", 3336 "web-time", 3337 "windows 0.62.2", 3338] 3339 3340[[package]] 3341name = "nu-table" 3342version = "0.109.2" 3343source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3344dependencies = [ 3345 "fancy-regex", 3346 "nu-ansi-term", 3347 "nu-color-config", 3348 "nu-engine", 3349 "nu-protocol", 3350 "nu-utils", 3351 "tabled", 3352] 3353 3354[[package]] 3355name = "nu-term-grid" 3356version = "0.109.2" 3357source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3358dependencies = [ 3359 "nu-utils", 3360 "unicode-width 0.2.2", 3361] 3362 3363[[package]] 3364name = "nu-utils" 3365version = "0.109.2" 3366source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3367dependencies = [ 3368 "byteyarn", 3369 "crossterm_winapi", 3370 "fancy-regex", 3371 "lean_string", 3372 "log", 3373 "lscolors", 3374 "memchr", 3375 "nix", 3376 "num-format", 3377 "serde", 3378 "serde_json", 3379 "strip-ansi-escapes", 3380 "sys-locale", 3381 "unicase", 3382] 3383 3384[[package]] 3385name = "num-bigint-dig" 3386version = "0.8.6" 3387source = "registry+https://github.com/rust-lang/crates.io-index" 3388checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7" 3389dependencies = [ 3390 "lazy_static", 3391 "libm", 3392 "num-integer", 3393 "num-iter", 3394 "num-traits", 3395 "rand 0.8.5", 3396 "smallvec", 3397 "zeroize", 3398] 3399 3400[[package]] 3401name = "num-conv" 3402version = "0.1.0" 3403source = "registry+https://github.com/rust-lang/crates.io-index" 3404checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 3405 3406[[package]] 3407name = "num-format" 3408version = "0.4.4" 3409source = "registry+https://github.com/rust-lang/crates.io-index" 3410checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3" 3411dependencies = [ 3412 "arrayvec", 3413 "itoa", 3414] 3415 3416[[package]] 3417name = "num-integer" 3418version = "0.1.46" 3419source = "registry+https://github.com/rust-lang/crates.io-index" 3420checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 3421dependencies = [ 3422 "num-traits", 3423] 3424 3425[[package]] 3426name = "num-iter" 3427version = "0.1.45" 3428source = "registry+https://github.com/rust-lang/crates.io-index" 3429checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 3430dependencies = [ 3431 "autocfg", 3432 "num-integer", 3433 "num-traits", 3434] 3435 3436[[package]] 3437name = "num-traits" 3438version = "0.2.19" 3439source = "registry+https://github.com/rust-lang/crates.io-index" 3440checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 3441dependencies = [ 3442 "autocfg", 3443 "libm", 3444] 3445 3446[[package]] 3447name = "num_threads" 3448version = "0.1.7" 3449source = "registry+https://github.com/rust-lang/crates.io-index" 3450checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9" 3451dependencies = [ 3452 "libc", 3453] 3454 3455[[package]] 3456name = "nuon" 3457version = "0.109.2" 3458source = "git+https://github.com/90-008/nushell#db3f8b1979bc9bfc6b4b54046804db9c1709eaa0" 3459dependencies = [ 3460 "nu-engine", 3461 "nu-parser", 3462 "nu-protocol", 3463 "nu-utils", 3464] 3465 3466[[package]] 3467name = "objc2-core-foundation" 3468version = "0.3.2" 3469source = "registry+https://github.com/rust-lang/crates.io-index" 3470checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536" 3471dependencies = [ 3472 "bitflags", 3473] 3474 3475[[package]] 3476name = "objc2-io-kit" 3477version = "0.3.2" 3478source = "registry+https://github.com/rust-lang/crates.io-index" 3479checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15" 3480dependencies = [ 3481 "libc", 3482 "objc2-core-foundation", 3483] 3484 3485[[package]] 3486name = "object" 3487version = "0.37.3" 3488source = "registry+https://github.com/rust-lang/crates.io-index" 3489checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 3490dependencies = [ 3491 "memchr", 3492] 3493 3494[[package]] 3495name = "oem_cp" 3496version = "2.1.1" 3497source = "registry+https://github.com/rust-lang/crates.io-index" 3498checksum = "a4b91a3be3b523e58bd7a9d839b0bf65720331db50ddfba5ace0680f8c6f58a1" 3499dependencies = [ 3500 "phf 0.11.3", 3501] 3502 3503[[package]] 3504name = "omnipath" 3505version = "0.1.6" 3506source = "registry+https://github.com/rust-lang/crates.io-index" 3507checksum = "80adb31078122c880307e9cdfd4e3361e6545c319f9b9dcafcb03acd3b51a575" 3508 3509[[package]] 3510name = "once_cell" 3511version = "1.21.3" 3512source = "registry+https://github.com/rust-lang/crates.io-index" 3513checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 3514 3515[[package]] 3516name = "once_cell_polyfill" 3517version = "1.70.2" 3518source = "registry+https://github.com/rust-lang/crates.io-index" 3519checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 3520 3521[[package]] 3522name = "option-ext" 3523version = "0.2.0" 3524source = "registry+https://github.com/rust-lang/crates.io-index" 3525checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 3526 3527[[package]] 3528name = "os_display" 3529version = "0.1.4" 3530source = "registry+https://github.com/rust-lang/crates.io-index" 3531checksum = "ad5fd71b79026fb918650dde6d125000a233764f1c2f1659a1c71118e33ea08f" 3532dependencies = [ 3533 "unicode-width 0.2.2", 3534] 3535 3536[[package]] 3537name = "ouroboros" 3538version = "0.18.5" 3539source = "registry+https://github.com/rust-lang/crates.io-index" 3540checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 3541dependencies = [ 3542 "aliasable", 3543 "ouroboros_macro", 3544 "static_assertions", 3545] 3546 3547[[package]] 3548name = "ouroboros_macro" 3549version = "0.18.5" 3550source = "registry+https://github.com/rust-lang/crates.io-index" 3551checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 3552dependencies = [ 3553 "heck 0.4.1", 3554 "proc-macro2", 3555 "proc-macro2-diagnostics", 3556 "quote", 3557 "syn 2.0.111", 3558] 3559 3560[[package]] 3561name = "owo-colors" 3562version = "4.2.3" 3563source = "registry+https://github.com/rust-lang/crates.io-index" 3564checksum = "9c6901729fa79e91a0913333229e9ca5dc725089d1c363b2f4b4760709dc4a52" 3565 3566[[package]] 3567name = "p256" 3568version = "0.13.2" 3569source = "registry+https://github.com/rust-lang/crates.io-index" 3570checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 3571dependencies = [ 3572 "ecdsa", 3573 "elliptic-curve", 3574 "primeorder", 3575 "sha2", 3576] 3577 3578[[package]] 3579name = "p384" 3580version = "0.13.1" 3581source = "registry+https://github.com/rust-lang/crates.io-index" 3582checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 3583dependencies = [ 3584 "elliptic-curve", 3585 "primeorder", 3586] 3587 3588[[package]] 3589name = "papergrid" 3590version = "0.17.0" 3591source = "registry+https://github.com/rust-lang/crates.io-index" 3592checksum = "6978128c8b51d8f4080631ceb2302ab51e32cc6e8615f735ee2f83fd269ae3f1" 3593dependencies = [ 3594 "ansi-str", 3595 "ansitok", 3596 "bytecount", 3597 "fnv", 3598 "unicode-width 0.2.2", 3599] 3600 3601[[package]] 3602name = "parking" 3603version = "2.2.1" 3604source = "registry+https://github.com/rust-lang/crates.io-index" 3605checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 3606 3607[[package]] 3608name = "parking_lot" 3609version = "0.12.5" 3610source = "registry+https://github.com/rust-lang/crates.io-index" 3611checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 3612dependencies = [ 3613 "lock_api", 3614 "parking_lot_core", 3615] 3616 3617[[package]] 3618name = "parking_lot_core" 3619version = "0.9.12" 3620source = "registry+https://github.com/rust-lang/crates.io-index" 3621checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 3622dependencies = [ 3623 "cfg-if", 3624 "libc", 3625 "redox_syscall", 3626 "smallvec", 3627 "windows-link 0.2.1", 3628] 3629 3630[[package]] 3631name = "paste" 3632version = "1.0.15" 3633source = "registry+https://github.com/rust-lang/crates.io-index" 3634checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 3635 3636[[package]] 3637name = "pathdiff" 3638version = "0.2.3" 3639source = "registry+https://github.com/rust-lang/crates.io-index" 3640checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 3641 3642[[package]] 3643name = "pem-rfc7468" 3644version = "0.7.0" 3645source = "registry+https://github.com/rust-lang/crates.io-index" 3646checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 3647dependencies = [ 3648 "base64ct", 3649] 3650 3651[[package]] 3652name = "percent-encoding" 3653version = "2.3.2" 3654source = "registry+https://github.com/rust-lang/crates.io-index" 3655checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 3656 3657[[package]] 3658name = "pest" 3659version = "2.8.4" 3660source = "registry+https://github.com/rust-lang/crates.io-index" 3661checksum = "cbcfd20a6d4eeba40179f05735784ad32bdaef05ce8e8af05f180d45bb3e7e22" 3662dependencies = [ 3663 "memchr", 3664 "ucd-trie", 3665] 3666 3667[[package]] 3668name = "pest_consume" 3669version = "1.1.3" 3670source = "registry+https://github.com/rust-lang/crates.io-index" 3671checksum = "79447402d15d18e7142e14c72f2e63fa3d155be1bc5b70b3ccbb610ac55f536b" 3672dependencies = [ 3673 "pest", 3674 "pest_consume_macros", 3675 "pest_derive", 3676] 3677 3678[[package]] 3679name = "pest_consume_macros" 3680version = "1.1.0" 3681source = "registry+https://github.com/rust-lang/crates.io-index" 3682checksum = "9d8630a7a899cb344ec1c16ba0a6b24240029af34bdc0a21f84e411d7f793f29" 3683dependencies = [ 3684 "proc-macro2", 3685 "quote", 3686 "syn 1.0.109", 3687] 3688 3689[[package]] 3690name = "pest_derive" 3691version = "2.8.4" 3692source = "registry+https://github.com/rust-lang/crates.io-index" 3693checksum = "51f72981ade67b1ca6adc26ec221be9f463f2b5839c7508998daa17c23d94d7f" 3694dependencies = [ 3695 "pest", 3696 "pest_generator", 3697] 3698 3699[[package]] 3700name = "pest_generator" 3701version = "2.8.4" 3702source = "registry+https://github.com/rust-lang/crates.io-index" 3703checksum = "dee9efd8cdb50d719a80088b76f81aec7c41ed6d522ee750178f83883d271625" 3704dependencies = [ 3705 "pest", 3706 "pest_meta", 3707 "proc-macro2", 3708 "quote", 3709 "syn 2.0.111", 3710] 3711 3712[[package]] 3713name = "pest_meta" 3714version = "2.8.4" 3715source = "registry+https://github.com/rust-lang/crates.io-index" 3716checksum = "bf1d70880e76bdc13ba52eafa6239ce793d85c8e43896507e43dd8984ff05b82" 3717dependencies = [ 3718 "pest", 3719 "sha2", 3720] 3721 3722[[package]] 3723name = "phf" 3724version = "0.11.3" 3725source = "registry+https://github.com/rust-lang/crates.io-index" 3726checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 3727dependencies = [ 3728 "phf_shared 0.11.3", 3729] 3730 3731[[package]] 3732name = "phf" 3733version = "0.12.1" 3734source = "registry+https://github.com/rust-lang/crates.io-index" 3735checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" 3736dependencies = [ 3737 "phf_shared 0.12.1", 3738] 3739 3740[[package]] 3741name = "phf" 3742version = "0.13.1" 3743source = "registry+https://github.com/rust-lang/crates.io-index" 3744checksum = "c1562dc717473dbaa4c1f85a36410e03c047b2e7df7f45ee938fbef64ae7fadf" 3745dependencies = [ 3746 "phf_shared 0.13.1", 3747 "serde", 3748] 3749 3750[[package]] 3751name = "phf_codegen" 3752version = "0.11.3" 3753source = "registry+https://github.com/rust-lang/crates.io-index" 3754checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a" 3755dependencies = [ 3756 "phf_generator", 3757 "phf_shared 0.11.3", 3758] 3759 3760[[package]] 3761name = "phf_generator" 3762version = "0.11.3" 3763source = "registry+https://github.com/rust-lang/crates.io-index" 3764checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 3765dependencies = [ 3766 "phf_shared 0.11.3", 3767 "rand 0.8.5", 3768] 3769 3770[[package]] 3771name = "phf_shared" 3772version = "0.11.3" 3773source = "registry+https://github.com/rust-lang/crates.io-index" 3774checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 3775dependencies = [ 3776 "siphasher", 3777] 3778 3779[[package]] 3780name = "phf_shared" 3781version = "0.12.1" 3782source = "registry+https://github.com/rust-lang/crates.io-index" 3783checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" 3784dependencies = [ 3785 "siphasher", 3786] 3787 3788[[package]] 3789name = "phf_shared" 3790version = "0.13.1" 3791source = "registry+https://github.com/rust-lang/crates.io-index" 3792checksum = "e57fef6bc5981e38c2ce2d63bfa546861309f875b8a75f092d1d54ae2d64f266" 3793dependencies = [ 3794 "siphasher", 3795] 3796 3797[[package]] 3798name = "pin-project" 3799version = "1.1.10" 3800source = "registry+https://github.com/rust-lang/crates.io-index" 3801checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 3802dependencies = [ 3803 "pin-project-internal", 3804] 3805 3806[[package]] 3807name = "pin-project-internal" 3808version = "1.1.10" 3809source = "registry+https://github.com/rust-lang/crates.io-index" 3810checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 3811dependencies = [ 3812 "proc-macro2", 3813 "quote", 3814 "syn 2.0.111", 3815] 3816 3817[[package]] 3818name = "pin-project-lite" 3819version = "0.2.16" 3820source = "registry+https://github.com/rust-lang/crates.io-index" 3821checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 3822 3823[[package]] 3824name = "pin-utils" 3825version = "0.1.0" 3826source = "registry+https://github.com/rust-lang/crates.io-index" 3827checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 3828 3829[[package]] 3830name = "pkcs1" 3831version = "0.7.5" 3832source = "registry+https://github.com/rust-lang/crates.io-index" 3833checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 3834dependencies = [ 3835 "der", 3836 "pkcs8", 3837 "spki", 3838] 3839 3840[[package]] 3841name = "pkcs8" 3842version = "0.10.2" 3843source = "registry+https://github.com/rust-lang/crates.io-index" 3844checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 3845dependencies = [ 3846 "der", 3847 "spki", 3848] 3849 3850[[package]] 3851name = "pori" 3852version = "0.0.0" 3853source = "registry+https://github.com/rust-lang/crates.io-index" 3854checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906" 3855dependencies = [ 3856 "nom", 3857] 3858 3859[[package]] 3860name = "portable-atomic" 3861version = "1.11.1" 3862source = "registry+https://github.com/rust-lang/crates.io-index" 3863checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 3864 3865[[package]] 3866name = "postcard" 3867version = "1.1.3" 3868source = "registry+https://github.com/rust-lang/crates.io-index" 3869checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 3870dependencies = [ 3871 "cobs", 3872 "embedded-io 0.4.0", 3873 "embedded-io 0.6.1", 3874 "heapless", 3875 "serde", 3876] 3877 3878[[package]] 3879name = "potential_utf" 3880version = "0.1.4" 3881source = "registry+https://github.com/rust-lang/crates.io-index" 3882checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 3883dependencies = [ 3884 "zerovec", 3885] 3886 3887[[package]] 3888name = "powerfmt" 3889version = "0.2.0" 3890source = "registry+https://github.com/rust-lang/crates.io-index" 3891checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 3892 3893[[package]] 3894name = "ppv-lite86" 3895version = "0.2.21" 3896source = "registry+https://github.com/rust-lang/crates.io-index" 3897checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 3898dependencies = [ 3899 "zerocopy 0.8.31", 3900] 3901 3902[[package]] 3903name = "precomputed-hash" 3904version = "0.1.1" 3905source = "registry+https://github.com/rust-lang/crates.io-index" 3906checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c" 3907 3908[[package]] 3909name = "prettyplease" 3910version = "0.2.37" 3911source = "registry+https://github.com/rust-lang/crates.io-index" 3912checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 3913dependencies = [ 3914 "proc-macro2", 3915 "syn 2.0.111", 3916] 3917 3918[[package]] 3919name = "primeorder" 3920version = "0.13.6" 3921source = "registry+https://github.com/rust-lang/crates.io-index" 3922checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 3923dependencies = [ 3924 "elliptic-curve", 3925] 3926 3927[[package]] 3928name = "print-positions" 3929version = "0.6.1" 3930source = "registry+https://github.com/rust-lang/crates.io-index" 3931checksum = "1df593470e3ef502e48cb0cfc9a3a61e5f61e967b78e1ed35a67ac615cfbd208" 3932dependencies = [ 3933 "unicode-segmentation", 3934] 3935 3936[[package]] 3937name = "proc-macro-error" 3938version = "1.0.4" 3939source = "registry+https://github.com/rust-lang/crates.io-index" 3940checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c" 3941dependencies = [ 3942 "proc-macro-error-attr", 3943 "proc-macro2", 3944 "quote", 3945 "syn 1.0.109", 3946 "version_check", 3947] 3948 3949[[package]] 3950name = "proc-macro-error-attr" 3951version = "1.0.4" 3952source = "registry+https://github.com/rust-lang/crates.io-index" 3953checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869" 3954dependencies = [ 3955 "proc-macro2", 3956 "quote", 3957 "version_check", 3958] 3959 3960[[package]] 3961name = "proc-macro-error-attr2" 3962version = "2.0.0" 3963source = "registry+https://github.com/rust-lang/crates.io-index" 3964checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 3965dependencies = [ 3966 "proc-macro2", 3967 "quote", 3968] 3969 3970[[package]] 3971name = "proc-macro-error2" 3972version = "2.0.1" 3973source = "registry+https://github.com/rust-lang/crates.io-index" 3974checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 3975dependencies = [ 3976 "proc-macro-error-attr2", 3977 "proc-macro2", 3978 "quote", 3979 "syn 2.0.111", 3980] 3981 3982[[package]] 3983name = "proc-macro2" 3984version = "1.0.103" 3985source = "registry+https://github.com/rust-lang/crates.io-index" 3986checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 3987dependencies = [ 3988 "unicode-ident", 3989] 3990 3991[[package]] 3992name = "proc-macro2-diagnostics" 3993version = "0.10.1" 3994source = "registry+https://github.com/rust-lang/crates.io-index" 3995checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 3996dependencies = [ 3997 "proc-macro2", 3998 "quote", 3999 "syn 2.0.111", 4000 "version_check", 4001 "yansi", 4002] 4003 4004[[package]] 4005name = "procfs" 4006version = "0.17.0" 4007source = "registry+https://github.com/rust-lang/crates.io-index" 4008checksum = "cc5b72d8145275d844d4b5f6d4e1eef00c8cd889edb6035c21675d1bb1f45c9f" 4009dependencies = [ 4010 "bitflags", 4011 "chrono", 4012 "flate2", 4013 "hex", 4014 "procfs-core", 4015 "rustix 0.38.44", 4016] 4017 4018[[package]] 4019name = "procfs-core" 4020version = "0.17.0" 4021source = "registry+https://github.com/rust-lang/crates.io-index" 4022checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec" 4023dependencies = [ 4024 "bitflags", 4025 "chrono", 4026 "hex", 4027] 4028 4029[[package]] 4030name = "pure-rust-locales" 4031version = "0.8.2" 4032source = "registry+https://github.com/rust-lang/crates.io-index" 4033checksum = "869675ad2d7541aea90c6d88c81f46a7f4ea9af8cd0395d38f11a95126998a0d" 4034 4035[[package]] 4036name = "pwd" 4037version = "1.4.0" 4038source = "registry+https://github.com/rust-lang/crates.io-index" 4039checksum = "72c71c0c79b9701efe4e1e4b563b2016dd4ee789eb99badcb09d61ac4b92e4a2" 4040dependencies = [ 4041 "libc", 4042 "thiserror 1.0.69", 4043] 4044 4045[[package]] 4046name = "quick-xml" 4047version = "0.37.5" 4048source = "registry+https://github.com/rust-lang/crates.io-index" 4049checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb" 4050dependencies = [ 4051 "encoding_rs", 4052 "memchr", 4053] 4054 4055[[package]] 4056name = "quick-xml" 4057version = "0.38.4" 4058source = "registry+https://github.com/rust-lang/crates.io-index" 4059checksum = "b66c2058c55a409d601666cffe35f04333cf1013010882cec174a7467cd4e21c" 4060dependencies = [ 4061 "memchr", 4062] 4063 4064[[package]] 4065name = "quinn" 4066version = "0.11.9" 4067source = "registry+https://github.com/rust-lang/crates.io-index" 4068checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 4069dependencies = [ 4070 "bytes", 4071 "cfg_aliases", 4072 "pin-project-lite", 4073 "quinn-proto", 4074 "quinn-udp", 4075 "rustc-hash", 4076 "rustls", 4077 "socket2", 4078 "thiserror 2.0.17", 4079 "tokio", 4080 "tracing", 4081 "web-time", 4082] 4083 4084[[package]] 4085name = "quinn-proto" 4086version = "0.11.13" 4087source = "registry+https://github.com/rust-lang/crates.io-index" 4088checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 4089dependencies = [ 4090 "bytes", 4091 "getrandom 0.3.4", 4092 "lru-slab", 4093 "rand 0.9.2", 4094 "ring", 4095 "rustc-hash", 4096 "rustls", 4097 "rustls-pki-types", 4098 "slab", 4099 "thiserror 2.0.17", 4100 "tinyvec", 4101 "tracing", 4102 "web-time", 4103] 4104 4105[[package]] 4106name = "quinn-udp" 4107version = "0.5.14" 4108source = "registry+https://github.com/rust-lang/crates.io-index" 4109checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 4110dependencies = [ 4111 "cfg_aliases", 4112 "libc", 4113 "once_cell", 4114 "socket2", 4115 "tracing", 4116 "windows-sys 0.60.2", 4117] 4118 4119[[package]] 4120name = "quote" 4121version = "1.0.42" 4122source = "registry+https://github.com/rust-lang/crates.io-index" 4123checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 4124dependencies = [ 4125 "proc-macro2", 4126] 4127 4128[[package]] 4129name = "r-efi" 4130version = "5.3.0" 4131source = "registry+https://github.com/rust-lang/crates.io-index" 4132checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 4133 4134[[package]] 4135name = "rand" 4136version = "0.8.5" 4137source = "registry+https://github.com/rust-lang/crates.io-index" 4138checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 4139dependencies = [ 4140 "libc", 4141 "rand_chacha 0.3.1", 4142 "rand_core 0.6.4", 4143] 4144 4145[[package]] 4146name = "rand" 4147version = "0.9.2" 4148source = "registry+https://github.com/rust-lang/crates.io-index" 4149checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 4150dependencies = [ 4151 "rand_chacha 0.9.0", 4152 "rand_core 0.9.3", 4153] 4154 4155[[package]] 4156name = "rand_chacha" 4157version = "0.3.1" 4158source = "registry+https://github.com/rust-lang/crates.io-index" 4159checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 4160dependencies = [ 4161 "ppv-lite86", 4162 "rand_core 0.6.4", 4163] 4164 4165[[package]] 4166name = "rand_chacha" 4167version = "0.9.0" 4168source = "registry+https://github.com/rust-lang/crates.io-index" 4169checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 4170dependencies = [ 4171 "ppv-lite86", 4172 "rand_core 0.9.3", 4173] 4174 4175[[package]] 4176name = "rand_core" 4177version = "0.6.4" 4178source = "registry+https://github.com/rust-lang/crates.io-index" 4179checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 4180dependencies = [ 4181 "getrandom 0.2.16", 4182] 4183 4184[[package]] 4185name = "rand_core" 4186version = "0.9.3" 4187source = "registry+https://github.com/rust-lang/crates.io-index" 4188checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 4189dependencies = [ 4190 "getrandom 0.3.4", 4191] 4192 4193[[package]] 4194name = "range-traits" 4195version = "0.3.2" 4196source = "registry+https://github.com/rust-lang/crates.io-index" 4197checksum = "d20581732dd76fa913c7dff1a2412b714afe3573e94d41c34719de73337cc8ab" 4198 4199[[package]] 4200name = "rapidhash" 4201version = "4.1.1" 4202source = "registry+https://github.com/rust-lang/crates.io-index" 4203checksum = "d8e65c75143ce5d47c55b510297eeb1182f3c739b6043c537670e9fc18612dae" 4204dependencies = [ 4205 "rustversion", 4206] 4207 4208[[package]] 4209name = "rayon" 4210version = "1.11.0" 4211source = "registry+https://github.com/rust-lang/crates.io-index" 4212checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f" 4213dependencies = [ 4214 "either", 4215 "rayon-core", 4216] 4217 4218[[package]] 4219name = "rayon-core" 4220version = "1.13.0" 4221source = "registry+https://github.com/rust-lang/crates.io-index" 4222checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91" 4223dependencies = [ 4224 "crossbeam-deque", 4225 "crossbeam-utils", 4226] 4227 4228[[package]] 4229name = "redox_syscall" 4230version = "0.5.18" 4231source = "registry+https://github.com/rust-lang/crates.io-index" 4232checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 4233dependencies = [ 4234 "bitflags", 4235] 4236 4237[[package]] 4238name = "redox_users" 4239version = "0.5.2" 4240source = "registry+https://github.com/rust-lang/crates.io-index" 4241checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 4242dependencies = [ 4243 "getrandom 0.2.16", 4244 "libredox", 4245 "thiserror 2.0.17", 4246] 4247 4248[[package]] 4249name = "ref-cast" 4250version = "1.0.25" 4251source = "registry+https://github.com/rust-lang/crates.io-index" 4252checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 4253dependencies = [ 4254 "ref-cast-impl", 4255] 4256 4257[[package]] 4258name = "ref-cast-impl" 4259version = "1.0.25" 4260source = "registry+https://github.com/rust-lang/crates.io-index" 4261checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 4262dependencies = [ 4263 "proc-macro2", 4264 "quote", 4265 "syn 2.0.111", 4266] 4267 4268[[package]] 4269name = "regex" 4270version = "1.12.2" 4271source = "registry+https://github.com/rust-lang/crates.io-index" 4272checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 4273dependencies = [ 4274 "aho-corasick", 4275 "memchr", 4276 "regex-automata", 4277 "regex-syntax", 4278] 4279 4280[[package]] 4281name = "regex-automata" 4282version = "0.4.13" 4283source = "registry+https://github.com/rust-lang/crates.io-index" 4284checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 4285dependencies = [ 4286 "aho-corasick", 4287 "memchr", 4288 "regex-syntax", 4289] 4290 4291[[package]] 4292name = "regex-lite" 4293version = "0.1.8" 4294source = "registry+https://github.com/rust-lang/crates.io-index" 4295checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da" 4296 4297[[package]] 4298name = "regex-syntax" 4299version = "0.8.8" 4300source = "registry+https://github.com/rust-lang/crates.io-index" 4301checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 4302 4303[[package]] 4304name = "reqwest" 4305version = "0.12.26" 4306source = "registry+https://github.com/rust-lang/crates.io-index" 4307checksum = "3b4c14b2d9afca6a60277086b0cc6a6ae0b568f6f7916c943a8cdc79f8be240f" 4308dependencies = [ 4309 "base64", 4310 "bytes", 4311 "encoding_rs", 4312 "futures-core", 4313 "h2", 4314 "http", 4315 "http-body", 4316 "http-body-util", 4317 "hyper", 4318 "hyper-rustls", 4319 "hyper-util", 4320 "js-sys", 4321 "log", 4322 "mime", 4323 "percent-encoding", 4324 "pin-project-lite", 4325 "quinn", 4326 "rustls", 4327 "rustls-pki-types", 4328 "serde", 4329 "serde_json", 4330 "serde_urlencoded", 4331 "sync_wrapper", 4332 "tokio", 4333 "tokio-rustls", 4334 "tower", 4335 "tower-http", 4336 "tower-service", 4337 "url", 4338 "wasm-bindgen", 4339 "wasm-bindgen-futures", 4340 "web-sys", 4341 "webpki-roots", 4342] 4343 4344[[package]] 4345name = "rfc6979" 4346version = "0.4.0" 4347source = "registry+https://github.com/rust-lang/crates.io-index" 4348checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 4349dependencies = [ 4350 "hmac", 4351 "subtle", 4352] 4353 4354[[package]] 4355name = "ring" 4356version = "0.17.14" 4357source = "registry+https://github.com/rust-lang/crates.io-index" 4358checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 4359dependencies = [ 4360 "cc", 4361 "cfg-if", 4362 "getrandom 0.2.16", 4363 "libc", 4364 "untrusted", 4365 "windows-sys 0.52.0", 4366] 4367 4368[[package]] 4369name = "rmp" 4370version = "0.8.14" 4371source = "registry+https://github.com/rust-lang/crates.io-index" 4372checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4" 4373dependencies = [ 4374 "byteorder", 4375 "num-traits", 4376 "paste", 4377] 4378 4379[[package]] 4380name = "roxmltree" 4381version = "0.20.0" 4382source = "registry+https://github.com/rust-lang/crates.io-index" 4383checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97" 4384 4385[[package]] 4386name = "rsa" 4387version = "0.9.9" 4388source = "registry+https://github.com/rust-lang/crates.io-index" 4389checksum = "40a0376c50d0358279d9d643e4bf7b7be212f1f4ff1da9070a7b54d22ef75c88" 4390dependencies = [ 4391 "const-oid", 4392 "digest", 4393 "num-bigint-dig", 4394 "num-integer", 4395 "num-traits", 4396 "pkcs1", 4397 "pkcs8", 4398 "rand_core 0.6.4", 4399 "signature", 4400 "spki", 4401 "subtle", 4402 "zeroize", 4403] 4404 4405[[package]] 4406name = "rust-embed" 4407version = "8.9.0" 4408source = "registry+https://github.com/rust-lang/crates.io-index" 4409checksum = "947d7f3fad52b283d261c4c99a084937e2fe492248cb9a68a8435a861b8798ca" 4410dependencies = [ 4411 "rust-embed-impl", 4412 "rust-embed-utils", 4413 "walkdir", 4414] 4415 4416[[package]] 4417name = "rust-embed-impl" 4418version = "8.9.0" 4419source = "registry+https://github.com/rust-lang/crates.io-index" 4420checksum = "5fa2c8c9e8711e10f9c4fd2d64317ef13feaab820a4c51541f1a8c8e2e851ab2" 4421dependencies = [ 4422 "proc-macro2", 4423 "quote", 4424 "rust-embed-utils", 4425 "syn 2.0.111", 4426 "walkdir", 4427] 4428 4429[[package]] 4430name = "rust-embed-utils" 4431version = "8.9.0" 4432source = "registry+https://github.com/rust-lang/crates.io-index" 4433checksum = "60b161f275cb337fe0a44d924a5f4df0ed69c2c39519858f931ce61c779d3475" 4434dependencies = [ 4435 "globset", 4436 "sha2", 4437 "walkdir", 4438] 4439 4440[[package]] 4441name = "rust_decimal" 4442version = "1.39.0" 4443source = "registry+https://github.com/rust-lang/crates.io-index" 4444checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282" 4445dependencies = [ 4446 "arrayvec", 4447 "num-traits", 4448] 4449 4450[[package]] 4451name = "rustc-demangle" 4452version = "0.1.26" 4453source = "registry+https://github.com/rust-lang/crates.io-index" 4454checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 4455 4456[[package]] 4457name = "rustc-hash" 4458version = "2.1.1" 4459source = "registry+https://github.com/rust-lang/crates.io-index" 4460checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 4461 4462[[package]] 4463name = "rustc_version" 4464version = "0.4.1" 4465source = "registry+https://github.com/rust-lang/crates.io-index" 4466checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 4467dependencies = [ 4468 "semver", 4469] 4470 4471[[package]] 4472name = "rustix" 4473version = "0.38.44" 4474source = "registry+https://github.com/rust-lang/crates.io-index" 4475checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 4476dependencies = [ 4477 "bitflags", 4478 "errno", 4479 "libc", 4480 "linux-raw-sys 0.4.15", 4481 "windows-sys 0.59.0", 4482] 4483 4484[[package]] 4485name = "rustix" 4486version = "1.1.2" 4487source = "registry+https://github.com/rust-lang/crates.io-index" 4488checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 4489dependencies = [ 4490 "bitflags", 4491 "errno", 4492 "libc", 4493 "linux-raw-sys 0.11.0", 4494 "windows-sys 0.61.2", 4495] 4496 4497[[package]] 4498name = "rustls" 4499version = "0.23.35" 4500source = "registry+https://github.com/rust-lang/crates.io-index" 4501checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" 4502dependencies = [ 4503 "once_cell", 4504 "ring", 4505 "rustls-pki-types", 4506 "rustls-webpki", 4507 "subtle", 4508 "zeroize", 4509] 4510 4511[[package]] 4512name = "rustls-pki-types" 4513version = "1.13.1" 4514source = "registry+https://github.com/rust-lang/crates.io-index" 4515checksum = "708c0f9d5f54ba0272468c1d306a52c495b31fa155e91bc25371e6df7996908c" 4516dependencies = [ 4517 "web-time", 4518 "zeroize", 4519] 4520 4521[[package]] 4522name = "rustls-webpki" 4523version = "0.103.8" 4524source = "registry+https://github.com/rust-lang/crates.io-index" 4525checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 4526dependencies = [ 4527 "ring", 4528 "rustls-pki-types", 4529 "untrusted", 4530] 4531 4532[[package]] 4533name = "rustversion" 4534version = "1.0.22" 4535source = "registry+https://github.com/rust-lang/crates.io-index" 4536checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 4537 4538[[package]] 4539name = "ryu" 4540version = "1.0.20" 4541source = "registry+https://github.com/rust-lang/crates.io-index" 4542checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 4543 4544[[package]] 4545name = "saa" 4546version = "5.4.0" 4547source = "registry+https://github.com/rust-lang/crates.io-index" 4548checksum = "3192d99ee2f69effeacef86c9fa80e75b6604e2a5d3ade6856d206b519521e53" 4549 4550[[package]] 4551name = "same-file" 4552version = "1.0.6" 4553source = "registry+https://github.com/rust-lang/crates.io-index" 4554checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 4555dependencies = [ 4556 "winapi-util", 4557] 4558 4559[[package]] 4560name = "scc" 4561version = "3.4.6" 4562source = "registry+https://github.com/rust-lang/crates.io-index" 4563checksum = "0b6f8686af8563182fc6b63ab7bd7b5cad8f40fbe660675627caedc6c073eca8" 4564dependencies = [ 4565 "saa", 4566 "sdd", 4567] 4568 4569[[package]] 4570name = "schemars" 4571version = "0.9.0" 4572source = "registry+https://github.com/rust-lang/crates.io-index" 4573checksum = "4cd191f9397d57d581cddd31014772520aa448f65ef991055d7f61582c65165f" 4574dependencies = [ 4575 "dyn-clone", 4576 "ref-cast", 4577 "serde", 4578 "serde_json", 4579] 4580 4581[[package]] 4582name = "schemars" 4583version = "1.1.0" 4584source = "registry+https://github.com/rust-lang/crates.io-index" 4585checksum = "9558e172d4e8533736ba97870c4b2cd63f84b382a3d6eb063da41b91cce17289" 4586dependencies = [ 4587 "dyn-clone", 4588 "ref-cast", 4589 "serde", 4590 "serde_json", 4591] 4592 4593[[package]] 4594name = "scoped-tls" 4595version = "1.0.1" 4596source = "registry+https://github.com/rust-lang/crates.io-index" 4597checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 4598 4599[[package]] 4600name = "scopeguard" 4601version = "1.2.0" 4602source = "registry+https://github.com/rust-lang/crates.io-index" 4603checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 4604 4605[[package]] 4606name = "sdd" 4607version = "4.5.0" 4608source = "registry+https://github.com/rust-lang/crates.io-index" 4609checksum = "7168ecf885fdd3920ade15d50189593b076e1d060b60406a745766380195d65a" 4610 4611[[package]] 4612name = "sec1" 4613version = "0.7.3" 4614source = "registry+https://github.com/rust-lang/crates.io-index" 4615checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 4616dependencies = [ 4617 "base16ct", 4618 "der", 4619 "generic-array", 4620 "pkcs8", 4621 "subtle", 4622 "zeroize", 4623] 4624 4625[[package]] 4626name = "self_cell" 4627version = "1.2.1" 4628source = "registry+https://github.com/rust-lang/crates.io-index" 4629checksum = "16c2f82143577edb4921b71ede051dac62ca3c16084e918bf7b40c96ae10eb33" 4630 4631[[package]] 4632name = "semver" 4633version = "1.0.27" 4634source = "registry+https://github.com/rust-lang/crates.io-index" 4635checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 4636 4637[[package]] 4638name = "send_wrapper" 4639version = "0.6.0" 4640source = "registry+https://github.com/rust-lang/crates.io-index" 4641checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 4642 4643[[package]] 4644name = "serde" 4645version = "1.0.228" 4646source = "registry+https://github.com/rust-lang/crates.io-index" 4647checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 4648dependencies = [ 4649 "serde_core", 4650 "serde_derive", 4651] 4652 4653[[package]] 4654name = "serde_bytes" 4655version = "0.11.19" 4656source = "registry+https://github.com/rust-lang/crates.io-index" 4657checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 4658dependencies = [ 4659 "serde", 4660 "serde_core", 4661] 4662 4663[[package]] 4664name = "serde_core" 4665version = "1.0.228" 4666source = "registry+https://github.com/rust-lang/crates.io-index" 4667checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 4668dependencies = [ 4669 "serde_derive", 4670] 4671 4672[[package]] 4673name = "serde_derive" 4674version = "1.0.228" 4675source = "registry+https://github.com/rust-lang/crates.io-index" 4676checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 4677dependencies = [ 4678 "proc-macro2", 4679 "quote", 4680 "syn 2.0.111", 4681] 4682 4683[[package]] 4684name = "serde_html_form" 4685version = "0.2.8" 4686source = "registry+https://github.com/rust-lang/crates.io-index" 4687checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 4688dependencies = [ 4689 "form_urlencoded", 4690 "indexmap 2.12.1", 4691 "itoa", 4692 "ryu", 4693 "serde_core", 4694] 4695 4696[[package]] 4697name = "serde_ipld_dagcbor" 4698version = "0.6.4" 4699source = "registry+https://github.com/rust-lang/crates.io-index" 4700checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 4701dependencies = [ 4702 "cbor4ii", 4703 "ipld-core", 4704 "scopeguard", 4705 "serde", 4706] 4707 4708[[package]] 4709name = "serde_json" 4710version = "1.0.145" 4711source = "registry+https://github.com/rust-lang/crates.io-index" 4712checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 4713dependencies = [ 4714 "indexmap 2.12.1", 4715 "itoa", 4716 "memchr", 4717 "ryu", 4718 "serde", 4719 "serde_core", 4720] 4721 4722[[package]] 4723name = "serde_repr" 4724version = "0.1.20" 4725source = "registry+https://github.com/rust-lang/crates.io-index" 4726checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 4727dependencies = [ 4728 "proc-macro2", 4729 "quote", 4730 "syn 2.0.111", 4731] 4732 4733[[package]] 4734name = "serde_spanned" 4735version = "0.6.9" 4736source = "registry+https://github.com/rust-lang/crates.io-index" 4737checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 4738dependencies = [ 4739 "serde", 4740] 4741 4742[[package]] 4743name = "serde_urlencoded" 4744version = "0.7.1" 4745source = "registry+https://github.com/rust-lang/crates.io-index" 4746checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 4747dependencies = [ 4748 "form_urlencoded", 4749 "itoa", 4750 "ryu", 4751 "serde", 4752] 4753 4754[[package]] 4755name = "serde_with" 4756version = "3.16.1" 4757source = "registry+https://github.com/rust-lang/crates.io-index" 4758checksum = "4fa237f2807440d238e0364a218270b98f767a00d3dada77b1c53ae88940e2e7" 4759dependencies = [ 4760 "base64", 4761 "chrono", 4762 "hex", 4763 "indexmap 1.9.3", 4764 "indexmap 2.12.1", 4765 "schemars 0.9.0", 4766 "schemars 1.1.0", 4767 "serde_core", 4768 "serde_json", 4769 "serde_with_macros", 4770 "time", 4771] 4772 4773[[package]] 4774name = "serde_with_macros" 4775version = "3.16.1" 4776source = "registry+https://github.com/rust-lang/crates.io-index" 4777checksum = "52a8e3ca0ca629121f70ab50f95249e5a6f925cc0f6ffe8256c45b728875706c" 4778dependencies = [ 4779 "darling", 4780 "proc-macro2", 4781 "quote", 4782 "syn 2.0.111", 4783] 4784 4785[[package]] 4786name = "serde_yaml" 4787version = "0.9.34+deprecated" 4788source = "registry+https://github.com/rust-lang/crates.io-index" 4789checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47" 4790dependencies = [ 4791 "indexmap 2.12.1", 4792 "itoa", 4793 "ryu", 4794 "serde", 4795 "unsafe-libyaml", 4796] 4797 4798[[package]] 4799name = "sha2" 4800version = "0.10.9" 4801source = "registry+https://github.com/rust-lang/crates.io-index" 4802checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 4803dependencies = [ 4804 "cfg-if", 4805 "cpufeatures", 4806 "digest", 4807] 4808 4809[[package]] 4810name = "shadow-rs" 4811version = "1.4.0" 4812source = "registry+https://github.com/rust-lang/crates.io-index" 4813checksum = "72d18183cef626bce22836103349c7050d73db799be0171386b80947d157ae32" 4814dependencies = [ 4815 "const_format", 4816 "is_debug", 4817 "time", 4818 "tzdb", 4819] 4820 4821[[package]] 4822name = "sharded-slab" 4823version = "0.1.7" 4824source = "registry+https://github.com/rust-lang/crates.io-index" 4825checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 4826dependencies = [ 4827 "lazy_static", 4828] 4829 4830[[package]] 4831name = "shell-words" 4832version = "1.1.1" 4833source = "registry+https://github.com/rust-lang/crates.io-index" 4834checksum = "dc6fe69c597f9c37bfeeeeeb33da3530379845f10be461a66d16d03eca2ded77" 4835 4836[[package]] 4837name = "shlex" 4838version = "1.3.0" 4839source = "registry+https://github.com/rust-lang/crates.io-index" 4840checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 4841 4842[[package]] 4843name = "signature" 4844version = "2.2.0" 4845source = "registry+https://github.com/rust-lang/crates.io-index" 4846checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 4847dependencies = [ 4848 "digest", 4849 "rand_core 0.6.4", 4850] 4851 4852[[package]] 4853name = "simd-adler32" 4854version = "0.3.8" 4855source = "registry+https://github.com/rust-lang/crates.io-index" 4856checksum = "e320a6c5ad31d271ad523dcf3ad13e2767ad8b1cb8f047f75a8aeaf8da139da2" 4857 4858[[package]] 4859name = "siphasher" 4860version = "1.0.1" 4861source = "registry+https://github.com/rust-lang/crates.io-index" 4862checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 4863 4864[[package]] 4865name = "slab" 4866version = "0.4.11" 4867source = "registry+https://github.com/rust-lang/crates.io-index" 4868checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 4869 4870[[package]] 4871name = "smallvec" 4872version = "1.15.1" 4873source = "registry+https://github.com/rust-lang/crates.io-index" 4874checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 4875 4876[[package]] 4877name = "smol_str" 4878version = "0.3.4" 4879source = "registry+https://github.com/rust-lang/crates.io-index" 4880checksum = "3498b0a27f93ef1402f20eefacfaa1691272ac4eca1cdc8c596cb0a245d6cbf5" 4881dependencies = [ 4882 "borsh", 4883 "serde_core", 4884] 4885 4886[[package]] 4887name = "socket2" 4888version = "0.6.1" 4889source = "registry+https://github.com/rust-lang/crates.io-index" 4890checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 4891dependencies = [ 4892 "libc", 4893 "windows-sys 0.60.2", 4894] 4895 4896[[package]] 4897name = "spin" 4898version = "0.9.8" 4899source = "registry+https://github.com/rust-lang/crates.io-index" 4900checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 4901dependencies = [ 4902 "lock_api", 4903] 4904 4905[[package]] 4906name = "spin" 4907version = "0.10.0" 4908source = "registry+https://github.com/rust-lang/crates.io-index" 4909checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 4910 4911[[package]] 4912name = "spki" 4913version = "0.7.3" 4914source = "registry+https://github.com/rust-lang/crates.io-index" 4915checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 4916dependencies = [ 4917 "base64ct", 4918 "der", 4919] 4920 4921[[package]] 4922name = "stable_deref_trait" 4923version = "1.2.1" 4924source = "registry+https://github.com/rust-lang/crates.io-index" 4925checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 4926 4927[[package]] 4928name = "static-regular-grammar" 4929version = "2.0.2" 4930source = "registry+https://github.com/rust-lang/crates.io-index" 4931checksum = "4f4a6c40247579acfbb138c3cd7de3dab113ab4ac6227f1b7de7d626ee667957" 4932dependencies = [ 4933 "abnf", 4934 "btree-range-map", 4935 "ciborium", 4936 "hex_fmt", 4937 "indoc", 4938 "proc-macro-error", 4939 "proc-macro2", 4940 "quote", 4941 "serde", 4942 "sha2", 4943 "syn 2.0.111", 4944 "thiserror 1.0.69", 4945] 4946 4947[[package]] 4948name = "static_assertions" 4949version = "1.1.0" 4950source = "registry+https://github.com/rust-lang/crates.io-index" 4951checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 4952 4953[[package]] 4954name = "string_cache" 4955version = "0.8.9" 4956source = "registry+https://github.com/rust-lang/crates.io-index" 4957checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f" 4958dependencies = [ 4959 "new_debug_unreachable", 4960 "parking_lot", 4961 "phf_shared 0.11.3", 4962 "precomputed-hash", 4963 "serde", 4964] 4965 4966[[package]] 4967name = "string_cache_codegen" 4968version = "0.5.4" 4969source = "registry+https://github.com/rust-lang/crates.io-index" 4970checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0" 4971dependencies = [ 4972 "phf_generator", 4973 "phf_shared 0.11.3", 4974 "proc-macro2", 4975 "quote", 4976] 4977 4978[[package]] 4979name = "strip-ansi-escapes" 4980version = "0.2.1" 4981source = "registry+https://github.com/rust-lang/crates.io-index" 4982checksum = "2a8f8038e7e7969abb3f1b7c2a811225e9296da208539e0f79c5251d6cac0025" 4983dependencies = [ 4984 "vte", 4985] 4986 4987[[package]] 4988name = "strsim" 4989version = "0.11.1" 4990source = "registry+https://github.com/rust-lang/crates.io-index" 4991checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 4992 4993[[package]] 4994name = "strum" 4995version = "0.26.3" 4996source = "registry+https://github.com/rust-lang/crates.io-index" 4997checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 4998 4999[[package]] 5000name = "strum_macros" 5001version = "0.27.2" 5002source = "registry+https://github.com/rust-lang/crates.io-index" 5003checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7" 5004dependencies = [ 5005 "heck 0.5.0", 5006 "proc-macro2", 5007 "quote", 5008 "syn 2.0.111", 5009] 5010 5011[[package]] 5012name = "subtle" 5013version = "2.6.1" 5014source = "registry+https://github.com/rust-lang/crates.io-index" 5015checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 5016 5017[[package]] 5018name = "supports-color" 5019version = "3.0.2" 5020source = "registry+https://github.com/rust-lang/crates.io-index" 5021checksum = "c64fc7232dd8d2e4ac5ce4ef302b1d81e0b80d055b9d77c7c4f51f6aa4c867d6" 5022dependencies = [ 5023 "is_ci", 5024] 5025 5026[[package]] 5027name = "supports-hyperlinks" 5028version = "3.1.0" 5029source = "registry+https://github.com/rust-lang/crates.io-index" 5030checksum = "804f44ed3c63152de6a9f90acbea1a110441de43006ea51bcce8f436196a288b" 5031 5032[[package]] 5033name = "supports-unicode" 5034version = "3.0.0" 5035source = "registry+https://github.com/rust-lang/crates.io-index" 5036checksum = "b7401a30af6cb5818bb64852270bb722533397edcfc7344954a38f420819ece2" 5037 5038[[package]] 5039name = "syn" 5040version = "1.0.109" 5041source = "registry+https://github.com/rust-lang/crates.io-index" 5042checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 5043dependencies = [ 5044 "proc-macro2", 5045 "quote", 5046 "unicode-ident", 5047] 5048 5049[[package]] 5050name = "syn" 5051version = "2.0.111" 5052source = "registry+https://github.com/rust-lang/crates.io-index" 5053checksum = "390cc9a294ab71bdb1aa2e99d13be9c753cd2d7bd6560c77118597410c4d2e87" 5054dependencies = [ 5055 "proc-macro2", 5056 "quote", 5057 "unicode-ident", 5058] 5059 5060[[package]] 5061name = "sync_wrapper" 5062version = "1.0.2" 5063source = "registry+https://github.com/rust-lang/crates.io-index" 5064checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 5065dependencies = [ 5066 "futures-core", 5067] 5068 5069[[package]] 5070name = "synstructure" 5071version = "0.13.2" 5072source = "registry+https://github.com/rust-lang/crates.io-index" 5073checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 5074dependencies = [ 5075 "proc-macro2", 5076 "quote", 5077 "syn 2.0.111", 5078] 5079 5080[[package]] 5081name = "sys-locale" 5082version = "0.3.2" 5083source = "registry+https://github.com/rust-lang/crates.io-index" 5084checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4" 5085dependencies = [ 5086 "libc", 5087] 5088 5089[[package]] 5090name = "sysinfo" 5091version = "0.37.2" 5092source = "registry+https://github.com/rust-lang/crates.io-index" 5093checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f" 5094dependencies = [ 5095 "libc", 5096 "memchr", 5097 "ntapi", 5098 "objc2-core-foundation", 5099 "objc2-io-kit", 5100 "windows 0.61.3", 5101] 5102 5103[[package]] 5104name = "system-configuration" 5105version = "0.6.1" 5106source = "registry+https://github.com/rust-lang/crates.io-index" 5107checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 5108dependencies = [ 5109 "bitflags", 5110 "core-foundation", 5111 "system-configuration-sys", 5112] 5113 5114[[package]] 5115name = "system-configuration-sys" 5116version = "0.6.0" 5117source = "registry+https://github.com/rust-lang/crates.io-index" 5118checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 5119dependencies = [ 5120 "core-foundation-sys", 5121 "libc", 5122] 5123 5124[[package]] 5125name = "tabled" 5126version = "0.20.0" 5127source = "registry+https://github.com/rust-lang/crates.io-index" 5128checksum = "e39a2ee1fbcd360805a771e1b300f78cc88fec7b8d3e2f71cd37bbf23e725c7d" 5129dependencies = [ 5130 "ansi-str", 5131 "ansitok", 5132 "papergrid", 5133 "testing_table", 5134] 5135 5136[[package]] 5137name = "tagptr" 5138version = "0.2.0" 5139source = "registry+https://github.com/rust-lang/crates.io-index" 5140checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 5141 5142[[package]] 5143name = "tempfile" 5144version = "3.23.0" 5145source = "registry+https://github.com/rust-lang/crates.io-index" 5146checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 5147dependencies = [ 5148 "fastrand", 5149 "getrandom 0.3.4", 5150 "once_cell", 5151 "rustix 1.1.2", 5152 "windows-sys 0.61.2", 5153] 5154 5155[[package]] 5156name = "tendril" 5157version = "0.4.3" 5158source = "registry+https://github.com/rust-lang/crates.io-index" 5159checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0" 5160dependencies = [ 5161 "futf", 5162 "mac", 5163 "utf-8", 5164] 5165 5166[[package]] 5167name = "terminal_size" 5168version = "0.4.3" 5169source = "registry+https://github.com/rust-lang/crates.io-index" 5170checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 5171dependencies = [ 5172 "rustix 1.1.2", 5173 "windows-sys 0.60.2", 5174] 5175 5176[[package]] 5177name = "testing_table" 5178version = "0.3.0" 5179source = "registry+https://github.com/rust-lang/crates.io-index" 5180checksum = "0f8daae29995a24f65619e19d8d31dea5b389f3d853d8bf297bbf607cd0014cc" 5181dependencies = [ 5182 "ansitok", 5183 "unicode-width 0.2.2", 5184] 5185 5186[[package]] 5187name = "textwrap" 5188version = "0.16.2" 5189source = "registry+https://github.com/rust-lang/crates.io-index" 5190checksum = "c13547615a44dc9c452a8a534638acdf07120d4b6847c8178705da06306a3057" 5191dependencies = [ 5192 "unicode-linebreak", 5193 "unicode-width 0.2.2", 5194] 5195 5196[[package]] 5197name = "thiserror" 5198version = "1.0.69" 5199source = "registry+https://github.com/rust-lang/crates.io-index" 5200checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 5201dependencies = [ 5202 "thiserror-impl 1.0.69", 5203] 5204 5205[[package]] 5206name = "thiserror" 5207version = "2.0.17" 5208source = "registry+https://github.com/rust-lang/crates.io-index" 5209checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 5210dependencies = [ 5211 "thiserror-impl 2.0.17", 5212] 5213 5214[[package]] 5215name = "thiserror-impl" 5216version = "1.0.69" 5217source = "registry+https://github.com/rust-lang/crates.io-index" 5218checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 5219dependencies = [ 5220 "proc-macro2", 5221 "quote", 5222 "syn 2.0.111", 5223] 5224 5225[[package]] 5226name = "thiserror-impl" 5227version = "2.0.17" 5228source = "registry+https://github.com/rust-lang/crates.io-index" 5229checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 5230dependencies = [ 5231 "proc-macro2", 5232 "quote", 5233 "syn 2.0.111", 5234] 5235 5236[[package]] 5237name = "thread_local" 5238version = "1.1.9" 5239source = "registry+https://github.com/rust-lang/crates.io-index" 5240checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 5241dependencies = [ 5242 "cfg-if", 5243] 5244 5245[[package]] 5246name = "time" 5247version = "0.3.44" 5248source = "registry+https://github.com/rust-lang/crates.io-index" 5249checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 5250dependencies = [ 5251 "deranged", 5252 "itoa", 5253 "libc", 5254 "num-conv", 5255 "num_threads", 5256 "powerfmt", 5257 "serde", 5258 "time-core", 5259 "time-macros", 5260] 5261 5262[[package]] 5263name = "time-core" 5264version = "0.1.6" 5265source = "registry+https://github.com/rust-lang/crates.io-index" 5266checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 5267 5268[[package]] 5269name = "time-macros" 5270version = "0.2.24" 5271source = "registry+https://github.com/rust-lang/crates.io-index" 5272checksum = "30cfb0125f12d9c277f35663a0a33f8c30190f4e4574868a330595412d34ebf3" 5273dependencies = [ 5274 "num-conv", 5275 "time-core", 5276] 5277 5278[[package]] 5279name = "tinystr" 5280version = "0.8.2" 5281source = "registry+https://github.com/rust-lang/crates.io-index" 5282checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 5283dependencies = [ 5284 "displaydoc", 5285 "serde_core", 5286 "zerovec", 5287] 5288 5289[[package]] 5290name = "tinyvec" 5291version = "1.10.0" 5292source = "registry+https://github.com/rust-lang/crates.io-index" 5293checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 5294dependencies = [ 5295 "tinyvec_macros", 5296] 5297 5298[[package]] 5299name = "tinyvec_macros" 5300version = "0.1.1" 5301source = "registry+https://github.com/rust-lang/crates.io-index" 5302checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 5303 5304[[package]] 5305name = "titlecase" 5306version = "3.6.0" 5307source = "registry+https://github.com/rust-lang/crates.io-index" 5308checksum = "eb567088a91d59b492520c8149e2be5ce10d5deb2d9a383f3378df3259679d40" 5309dependencies = [ 5310 "regex", 5311] 5312 5313[[package]] 5314name = "tokio" 5315version = "1.48.0" 5316source = "registry+https://github.com/rust-lang/crates.io-index" 5317checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 5318dependencies = [ 5319 "bytes", 5320 "libc", 5321 "mio", 5322 "pin-project-lite", 5323 "socket2", 5324 "tokio-macros", 5325 "windows-sys 0.61.2", 5326] 5327 5328[[package]] 5329name = "tokio-macros" 5330version = "2.6.0" 5331source = "registry+https://github.com/rust-lang/crates.io-index" 5332checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 5333dependencies = [ 5334 "proc-macro2", 5335 "quote", 5336 "syn 2.0.111", 5337] 5338 5339[[package]] 5340name = "tokio-rustls" 5341version = "0.26.4" 5342source = "registry+https://github.com/rust-lang/crates.io-index" 5343checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 5344dependencies = [ 5345 "rustls", 5346 "tokio", 5347] 5348 5349[[package]] 5350name = "tokio-util" 5351version = "0.7.17" 5352source = "registry+https://github.com/rust-lang/crates.io-index" 5353checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 5354dependencies = [ 5355 "bytes", 5356 "futures-core", 5357 "futures-sink", 5358 "futures-util", 5359 "pin-project-lite", 5360 "tokio", 5361] 5362 5363[[package]] 5364name = "toml" 5365version = "0.8.23" 5366source = "registry+https://github.com/rust-lang/crates.io-index" 5367checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 5368dependencies = [ 5369 "indexmap 2.12.1", 5370 "serde", 5371 "serde_spanned", 5372 "toml_datetime", 5373 "toml_edit", 5374] 5375 5376[[package]] 5377name = "toml_datetime" 5378version = "0.6.11" 5379source = "registry+https://github.com/rust-lang/crates.io-index" 5380checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 5381dependencies = [ 5382 "serde", 5383] 5384 5385[[package]] 5386name = "toml_edit" 5387version = "0.22.27" 5388source = "registry+https://github.com/rust-lang/crates.io-index" 5389checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 5390dependencies = [ 5391 "indexmap 2.12.1", 5392 "serde", 5393 "serde_spanned", 5394 "toml_datetime", 5395 "toml_write", 5396 "winnow", 5397] 5398 5399[[package]] 5400name = "toml_write" 5401version = "0.1.2" 5402source = "registry+https://github.com/rust-lang/crates.io-index" 5403checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 5404 5405[[package]] 5406name = "tower" 5407version = "0.5.2" 5408source = "registry+https://github.com/rust-lang/crates.io-index" 5409checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 5410dependencies = [ 5411 "futures-core", 5412 "futures-util", 5413 "pin-project-lite", 5414 "sync_wrapper", 5415 "tokio", 5416 "tower-layer", 5417 "tower-service", 5418] 5419 5420[[package]] 5421name = "tower-http" 5422version = "0.6.8" 5423source = "registry+https://github.com/rust-lang/crates.io-index" 5424checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 5425dependencies = [ 5426 "async-compression", 5427 "bitflags", 5428 "bytes", 5429 "futures-core", 5430 "futures-util", 5431 "http", 5432 "http-body", 5433 "http-body-util", 5434 "iri-string", 5435 "pin-project-lite", 5436 "tokio", 5437 "tokio-util", 5438 "tower", 5439 "tower-layer", 5440 "tower-service", 5441] 5442 5443[[package]] 5444name = "tower-layer" 5445version = "0.3.3" 5446source = "registry+https://github.com/rust-lang/crates.io-index" 5447checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 5448 5449[[package]] 5450name = "tower-service" 5451version = "0.3.3" 5452source = "registry+https://github.com/rust-lang/crates.io-index" 5453checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 5454 5455[[package]] 5456name = "tracing" 5457version = "0.1.43" 5458source = "registry+https://github.com/rust-lang/crates.io-index" 5459checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647" 5460dependencies = [ 5461 "pin-project-lite", 5462 "tracing-attributes", 5463 "tracing-core", 5464] 5465 5466[[package]] 5467name = "tracing-attributes" 5468version = "0.1.31" 5469source = "registry+https://github.com/rust-lang/crates.io-index" 5470checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 5471dependencies = [ 5472 "proc-macro2", 5473 "quote", 5474 "syn 2.0.111", 5475] 5476 5477[[package]] 5478name = "tracing-core" 5479version = "0.1.35" 5480source = "registry+https://github.com/rust-lang/crates.io-index" 5481checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c" 5482dependencies = [ 5483 "once_cell", 5484 "valuable", 5485] 5486 5487[[package]] 5488name = "tracing-log" 5489version = "0.2.0" 5490source = "registry+https://github.com/rust-lang/crates.io-index" 5491checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 5492dependencies = [ 5493 "log", 5494 "once_cell", 5495 "tracing-core", 5496] 5497 5498[[package]] 5499name = "tracing-subscriber" 5500version = "0.3.22" 5501source = "registry+https://github.com/rust-lang/crates.io-index" 5502checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 5503dependencies = [ 5504 "matchers", 5505 "nu-ansi-term", 5506 "once_cell", 5507 "regex-automata", 5508 "sharded-slab", 5509 "smallvec", 5510 "thread_local", 5511 "tracing", 5512 "tracing-core", 5513 "tracing-log", 5514] 5515 5516[[package]] 5517name = "trait-variant" 5518version = "0.1.2" 5519source = "registry+https://github.com/rust-lang/crates.io-index" 5520checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 5521dependencies = [ 5522 "proc-macro2", 5523 "quote", 5524 "syn 2.0.111", 5525] 5526 5527[[package]] 5528name = "triomphe" 5529version = "0.1.15" 5530source = "registry+https://github.com/rust-lang/crates.io-index" 5531checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39" 5532 5533[[package]] 5534name = "try-lock" 5535version = "0.2.5" 5536source = "registry+https://github.com/rust-lang/crates.io-index" 5537checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 5538 5539[[package]] 5540name = "type-map" 5541version = "0.5.1" 5542source = "registry+https://github.com/rust-lang/crates.io-index" 5543checksum = "cb30dbbd9036155e74adad6812e9898d03ec374946234fbcebd5dfc7b9187b90" 5544dependencies = [ 5545 "rustc-hash", 5546] 5547 5548[[package]] 5549name = "typeid" 5550version = "1.0.3" 5551source = "registry+https://github.com/rust-lang/crates.io-index" 5552checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c" 5553 5554[[package]] 5555name = "typenum" 5556version = "1.19.0" 5557source = "registry+https://github.com/rust-lang/crates.io-index" 5558checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 5559 5560[[package]] 5561name = "typetag" 5562version = "0.2.21" 5563source = "registry+https://github.com/rust-lang/crates.io-index" 5564checksum = "be2212c8a9b9bcfca32024de14998494cf9a5dfa59ea1b829de98bac374b86bf" 5565dependencies = [ 5566 "erased-serde", 5567 "inventory", 5568 "once_cell", 5569 "serde", 5570 "typetag-impl", 5571] 5572 5573[[package]] 5574name = "typetag-impl" 5575version = "0.2.21" 5576source = "registry+https://github.com/rust-lang/crates.io-index" 5577checksum = "27a7a9b72ba121f6f1f6c3632b85604cac41aedb5ddc70accbebb6cac83de846" 5578dependencies = [ 5579 "proc-macro2", 5580 "quote", 5581 "syn 2.0.111", 5582] 5583 5584[[package]] 5585name = "tz-rs" 5586version = "0.7.1" 5587source = "registry+https://github.com/rust-lang/crates.io-index" 5588checksum = "14eff19b8dc1ace5bf7e4d920b2628ae3837f422ff42210cb1567cbf68b5accf" 5589 5590[[package]] 5591name = "tzdb" 5592version = "0.7.3" 5593source = "registry+https://github.com/rust-lang/crates.io-index" 5594checksum = "56d4e985b6dda743ae7fd4140c28105316ffd75bc58258ee6cc12934e3eb7a0c" 5595dependencies = [ 5596 "iana-time-zone", 5597 "tz-rs", 5598 "tzdb_data", 5599] 5600 5601[[package]] 5602name = "tzdb_data" 5603version = "0.2.3" 5604source = "registry+https://github.com/rust-lang/crates.io-index" 5605checksum = "42302a846dea7ab786f42dc5f519387069045acff793e1178d9368414168fe95" 5606dependencies = [ 5607 "tz-rs", 5608] 5609 5610[[package]] 5611name = "ucd-trie" 5612version = "0.1.7" 5613source = "registry+https://github.com/rust-lang/crates.io-index" 5614checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 5615 5616[[package]] 5617name = "uds_windows" 5618version = "1.1.0" 5619source = "registry+https://github.com/rust-lang/crates.io-index" 5620checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9" 5621dependencies = [ 5622 "memoffset", 5623 "tempfile", 5624 "winapi", 5625] 5626 5627[[package]] 5628name = "umask" 5629version = "2.1.0" 5630source = "registry+https://github.com/rust-lang/crates.io-index" 5631checksum = "ec9a46c2549e35c054e0ffe281a3a6ec0007793db4df106604d37ed3f4d73d1c" 5632dependencies = [ 5633 "thiserror 1.0.69", 5634] 5635 5636[[package]] 5637name = "unic-langid" 5638version = "0.9.6" 5639source = "registry+https://github.com/rust-lang/crates.io-index" 5640checksum = "a28ba52c9b05311f4f6e62d5d9d46f094bd6e84cb8df7b3ef952748d752a7d05" 5641dependencies = [ 5642 "unic-langid-impl", 5643] 5644 5645[[package]] 5646name = "unic-langid-impl" 5647version = "0.9.6" 5648source = "registry+https://github.com/rust-lang/crates.io-index" 5649checksum = "dce1bf08044d4b7a94028c93786f8566047edc11110595914de93362559bc658" 5650dependencies = [ 5651 "tinystr", 5652] 5653 5654[[package]] 5655name = "unicase" 5656version = "2.8.1" 5657source = "registry+https://github.com/rust-lang/crates.io-index" 5658checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 5659 5660[[package]] 5661name = "unicode-ident" 5662version = "1.0.22" 5663source = "registry+https://github.com/rust-lang/crates.io-index" 5664checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 5665 5666[[package]] 5667name = "unicode-linebreak" 5668version = "0.1.5" 5669source = "registry+https://github.com/rust-lang/crates.io-index" 5670checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f" 5671 5672[[package]] 5673name = "unicode-segmentation" 5674version = "1.12.0" 5675source = "registry+https://github.com/rust-lang/crates.io-index" 5676checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 5677 5678[[package]] 5679name = "unicode-width" 5680version = "0.1.14" 5681source = "registry+https://github.com/rust-lang/crates.io-index" 5682checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 5683 5684[[package]] 5685name = "unicode-width" 5686version = "0.2.2" 5687source = "registry+https://github.com/rust-lang/crates.io-index" 5688checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254" 5689 5690[[package]] 5691name = "unicode-xid" 5692version = "0.2.6" 5693source = "registry+https://github.com/rust-lang/crates.io-index" 5694checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 5695 5696[[package]] 5697name = "unit-prefix" 5698version = "0.5.2" 5699source = "registry+https://github.com/rust-lang/crates.io-index" 5700checksum = "81e544489bf3d8ef66c953931f56617f423cd4b5494be343d9b9d3dda037b9a3" 5701 5702[[package]] 5703name = "unsafe-libyaml" 5704version = "0.2.11" 5705source = "registry+https://github.com/rust-lang/crates.io-index" 5706checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861" 5707 5708[[package]] 5709name = "unsigned-varint" 5710version = "0.7.2" 5711source = "registry+https://github.com/rust-lang/crates.io-index" 5712checksum = "6889a77d49f1f013504cec6bf97a2c730394adedaeb1deb5ea08949a50541105" 5713 5714[[package]] 5715name = "unsigned-varint" 5716version = "0.8.0" 5717source = "registry+https://github.com/rust-lang/crates.io-index" 5718checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 5719 5720[[package]] 5721name = "untrusted" 5722version = "0.9.0" 5723source = "registry+https://github.com/rust-lang/crates.io-index" 5724checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 5725 5726[[package]] 5727name = "url" 5728version = "2.5.7" 5729source = "registry+https://github.com/rust-lang/crates.io-index" 5730checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 5731dependencies = [ 5732 "form_urlencoded", 5733 "idna", 5734 "percent-encoding", 5735 "serde", 5736] 5737 5738[[package]] 5739name = "urlencoding" 5740version = "2.1.3" 5741source = "registry+https://github.com/rust-lang/crates.io-index" 5742checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 5743 5744[[package]] 5745name = "utf-8" 5746version = "0.7.6" 5747source = "registry+https://github.com/rust-lang/crates.io-index" 5748checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 5749 5750[[package]] 5751name = "utf8_iter" 5752version = "1.0.4" 5753source = "registry+https://github.com/rust-lang/crates.io-index" 5754checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 5755 5756[[package]] 5757name = "utf8parse" 5758version = "0.2.2" 5759source = "registry+https://github.com/rust-lang/crates.io-index" 5760checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 5761 5762[[package]] 5763name = "uucore" 5764version = "0.5.0" 5765source = "registry+https://github.com/rust-lang/crates.io-index" 5766checksum = "b5eddd390f3fdef74f104a948559e6de29203f60f8f563c8c9f528cd4c88ee78" 5767dependencies = [ 5768 "clap", 5769 "fluent", 5770 "fluent-bundle", 5771 "fluent-syntax", 5772 "libc", 5773 "nix", 5774 "os_display", 5775 "phf 0.13.1", 5776 "thiserror 2.0.17", 5777 "unic-langid", 5778 "uucore_procs", 5779 "wild", 5780] 5781 5782[[package]] 5783name = "uucore_procs" 5784version = "0.5.0" 5785source = "registry+https://github.com/rust-lang/crates.io-index" 5786checksum = "47148309a1f7a989d165dabbbc7f2bf156d7ff6affe7d69c1c5bfb822e663ae6" 5787dependencies = [ 5788 "proc-macro2", 5789 "quote", 5790] 5791 5792[[package]] 5793name = "v_htmlescape" 5794version = "0.15.8" 5795source = "registry+https://github.com/rust-lang/crates.io-index" 5796checksum = "4e8257fbc510f0a46eb602c10215901938b5c2a7d5e70fc11483b1d3c9b5b18c" 5797 5798[[package]] 5799name = "valuable" 5800version = "0.1.1" 5801source = "registry+https://github.com/rust-lang/crates.io-index" 5802checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 5803 5804[[package]] 5805name = "version_check" 5806version = "0.9.5" 5807source = "registry+https://github.com/rust-lang/crates.io-index" 5808checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 5809 5810[[package]] 5811name = "vfs" 5812version = "0.12.1" 5813source = "git+https://github.com/90-008/rust-vfs?branch=fix%2Fwasm#547b30641d8f329614fb29e44c1c7360ef57ded9" 5814dependencies = [ 5815 "filetime", 5816 "rust-embed", 5817] 5818 5819[[package]] 5820name = "vte" 5821version = "0.14.1" 5822source = "registry+https://github.com/rust-lang/crates.io-index" 5823checksum = "231fdcd7ef3037e8330d8e17e61011a2c244126acc0a982f4040ac3f9f0bc077" 5824dependencies = [ 5825 "arrayvec", 5826 "memchr", 5827] 5828 5829[[package]] 5830name = "walkdir" 5831version = "2.5.0" 5832source = "registry+https://github.com/rust-lang/crates.io-index" 5833checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 5834dependencies = [ 5835 "same-file", 5836 "winapi-util", 5837] 5838 5839[[package]] 5840name = "want" 5841version = "0.3.1" 5842source = "registry+https://github.com/rust-lang/crates.io-index" 5843checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 5844dependencies = [ 5845 "try-lock", 5846] 5847 5848[[package]] 5849name = "wasi" 5850version = "0.11.1+wasi-snapshot-preview1" 5851source = "registry+https://github.com/rust-lang/crates.io-index" 5852checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 5853 5854[[package]] 5855name = "wasip2" 5856version = "1.0.1+wasi-0.2.4" 5857source = "registry+https://github.com/rust-lang/crates.io-index" 5858checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 5859dependencies = [ 5860 "wit-bindgen", 5861] 5862 5863[[package]] 5864name = "wasm-bindgen" 5865version = "0.2.104" 5866source = "registry+https://github.com/rust-lang/crates.io-index" 5867checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 5868dependencies = [ 5869 "cfg-if", 5870 "once_cell", 5871 "rustversion", 5872 "wasm-bindgen-macro", 5873 "wasm-bindgen-shared", 5874] 5875 5876[[package]] 5877name = "wasm-bindgen-backend" 5878version = "0.2.104" 5879source = "registry+https://github.com/rust-lang/crates.io-index" 5880checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 5881dependencies = [ 5882 "bumpalo", 5883 "log", 5884 "proc-macro2", 5885 "quote", 5886 "syn 2.0.111", 5887 "wasm-bindgen-shared", 5888] 5889 5890[[package]] 5891name = "wasm-bindgen-futures" 5892version = "0.4.54" 5893source = "registry+https://github.com/rust-lang/crates.io-index" 5894checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" 5895dependencies = [ 5896 "cfg-if", 5897 "js-sys", 5898 "once_cell", 5899 "wasm-bindgen", 5900 "web-sys", 5901] 5902 5903[[package]] 5904name = "wasm-bindgen-macro" 5905version = "0.2.104" 5906source = "registry+https://github.com/rust-lang/crates.io-index" 5907checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 5908dependencies = [ 5909 "quote", 5910 "wasm-bindgen-macro-support", 5911] 5912 5913[[package]] 5914name = "wasm-bindgen-macro-support" 5915version = "0.2.104" 5916source = "registry+https://github.com/rust-lang/crates.io-index" 5917checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 5918dependencies = [ 5919 "proc-macro2", 5920 "quote", 5921 "syn 2.0.111", 5922 "wasm-bindgen-backend", 5923 "wasm-bindgen-shared", 5924] 5925 5926[[package]] 5927name = "wasm-bindgen-shared" 5928version = "0.2.104" 5929source = "registry+https://github.com/rust-lang/crates.io-index" 5930checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 5931dependencies = [ 5932 "unicode-ident", 5933] 5934 5935[[package]] 5936name = "wax" 5937version = "0.6.0" 5938source = "registry+https://github.com/rust-lang/crates.io-index" 5939checksum = "8d12a78aa0bab22d2f26ed1a96df7ab58e8a93506a3e20adb47c51a93b4e1357" 5940dependencies = [ 5941 "const_format", 5942 "itertools 0.11.0", 5943 "nom", 5944 "pori", 5945 "regex", 5946 "thiserror 1.0.69", 5947 "walkdir", 5948] 5949 5950[[package]] 5951name = "web-sys" 5952version = "0.3.81" 5953source = "registry+https://github.com/rust-lang/crates.io-index" 5954checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 5955dependencies = [ 5956 "js-sys", 5957 "wasm-bindgen", 5958] 5959 5960[[package]] 5961name = "web-time" 5962version = "1.1.0" 5963source = "registry+https://github.com/rust-lang/crates.io-index" 5964checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 5965dependencies = [ 5966 "js-sys", 5967 "wasm-bindgen", 5968] 5969 5970[[package]] 5971name = "webpage" 5972version = "2.0.1" 5973source = "registry+https://github.com/rust-lang/crates.io-index" 5974checksum = "70862efc041d46e6bbaa82bb9c34ae0596d090e86cbd14bd9e93b36ee6802eac" 5975dependencies = [ 5976 "html5ever", 5977 "markup5ever_rcdom", 5978 "serde_json", 5979 "url", 5980] 5981 5982[[package]] 5983name = "webpki-roots" 5984version = "1.0.4" 5985source = "registry+https://github.com/rust-lang/crates.io-index" 5986checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" 5987dependencies = [ 5988 "rustls-pki-types", 5989] 5990 5991[[package]] 5992name = "wild" 5993version = "2.2.1" 5994source = "registry+https://github.com/rust-lang/crates.io-index" 5995checksum = "a3131afc8c575281e1e80f36ed6a092aa502c08b18ed7524e86fbbb12bb410e1" 5996dependencies = [ 5997 "glob", 5998] 5999 6000[[package]] 6001name = "winapi" 6002version = "0.3.9" 6003source = "registry+https://github.com/rust-lang/crates.io-index" 6004checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 6005dependencies = [ 6006 "winapi-i686-pc-windows-gnu", 6007 "winapi-x86_64-pc-windows-gnu", 6008] 6009 6010[[package]] 6011name = "winapi-i686-pc-windows-gnu" 6012version = "0.4.0" 6013source = "registry+https://github.com/rust-lang/crates.io-index" 6014checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 6015 6016[[package]] 6017name = "winapi-util" 6018version = "0.1.11" 6019source = "registry+https://github.com/rust-lang/crates.io-index" 6020checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 6021dependencies = [ 6022 "windows-sys 0.61.2", 6023] 6024 6025[[package]] 6026name = "winapi-x86_64-pc-windows-gnu" 6027version = "0.4.0" 6028source = "registry+https://github.com/rust-lang/crates.io-index" 6029checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 6030 6031[[package]] 6032name = "windows" 6033version = "0.61.3" 6034source = "registry+https://github.com/rust-lang/crates.io-index" 6035checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893" 6036dependencies = [ 6037 "windows-collections 0.2.0", 6038 "windows-core 0.61.2", 6039 "windows-future 0.2.1", 6040 "windows-link 0.1.3", 6041 "windows-numerics 0.2.0", 6042] 6043 6044[[package]] 6045name = "windows" 6046version = "0.62.2" 6047source = "registry+https://github.com/rust-lang/crates.io-index" 6048checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580" 6049dependencies = [ 6050 "windows-collections 0.3.2", 6051 "windows-core 0.62.2", 6052 "windows-future 0.3.2", 6053 "windows-numerics 0.3.1", 6054] 6055 6056[[package]] 6057name = "windows-collections" 6058version = "0.2.0" 6059source = "registry+https://github.com/rust-lang/crates.io-index" 6060checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8" 6061dependencies = [ 6062 "windows-core 0.61.2", 6063] 6064 6065[[package]] 6066name = "windows-collections" 6067version = "0.3.2" 6068source = "registry+https://github.com/rust-lang/crates.io-index" 6069checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610" 6070dependencies = [ 6071 "windows-core 0.62.2", 6072] 6073 6074[[package]] 6075name = "windows-core" 6076version = "0.61.2" 6077source = "registry+https://github.com/rust-lang/crates.io-index" 6078checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3" 6079dependencies = [ 6080 "windows-implement", 6081 "windows-interface", 6082 "windows-link 0.1.3", 6083 "windows-result 0.3.4", 6084 "windows-strings 0.4.2", 6085] 6086 6087[[package]] 6088name = "windows-core" 6089version = "0.62.2" 6090source = "registry+https://github.com/rust-lang/crates.io-index" 6091checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 6092dependencies = [ 6093 "windows-implement", 6094 "windows-interface", 6095 "windows-link 0.2.1", 6096 "windows-result 0.4.1", 6097 "windows-strings 0.5.1", 6098] 6099 6100[[package]] 6101name = "windows-future" 6102version = "0.2.1" 6103source = "registry+https://github.com/rust-lang/crates.io-index" 6104checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e" 6105dependencies = [ 6106 "windows-core 0.61.2", 6107 "windows-link 0.1.3", 6108 "windows-threading 0.1.0", 6109] 6110 6111[[package]] 6112name = "windows-future" 6113version = "0.3.2" 6114source = "registry+https://github.com/rust-lang/crates.io-index" 6115checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb" 6116dependencies = [ 6117 "windows-core 0.62.2", 6118 "windows-link 0.2.1", 6119 "windows-threading 0.2.1", 6120] 6121 6122[[package]] 6123name = "windows-implement" 6124version = "0.60.2" 6125source = "registry+https://github.com/rust-lang/crates.io-index" 6126checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 6127dependencies = [ 6128 "proc-macro2", 6129 "quote", 6130 "syn 2.0.111", 6131] 6132 6133[[package]] 6134name = "windows-interface" 6135version = "0.59.3" 6136source = "registry+https://github.com/rust-lang/crates.io-index" 6137checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 6138dependencies = [ 6139 "proc-macro2", 6140 "quote", 6141 "syn 2.0.111", 6142] 6143 6144[[package]] 6145name = "windows-link" 6146version = "0.1.3" 6147source = "registry+https://github.com/rust-lang/crates.io-index" 6148checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 6149 6150[[package]] 6151name = "windows-link" 6152version = "0.2.1" 6153source = "registry+https://github.com/rust-lang/crates.io-index" 6154checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 6155 6156[[package]] 6157name = "windows-numerics" 6158version = "0.2.0" 6159source = "registry+https://github.com/rust-lang/crates.io-index" 6160checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1" 6161dependencies = [ 6162 "windows-core 0.61.2", 6163 "windows-link 0.1.3", 6164] 6165 6166[[package]] 6167name = "windows-numerics" 6168version = "0.3.1" 6169source = "registry+https://github.com/rust-lang/crates.io-index" 6170checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26" 6171dependencies = [ 6172 "windows-core 0.62.2", 6173 "windows-link 0.2.1", 6174] 6175 6176[[package]] 6177name = "windows-registry" 6178version = "0.6.1" 6179source = "registry+https://github.com/rust-lang/crates.io-index" 6180checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 6181dependencies = [ 6182 "windows-link 0.2.1", 6183 "windows-result 0.4.1", 6184 "windows-strings 0.5.1", 6185] 6186 6187[[package]] 6188name = "windows-result" 6189version = "0.3.4" 6190source = "registry+https://github.com/rust-lang/crates.io-index" 6191checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 6192dependencies = [ 6193 "windows-link 0.1.3", 6194] 6195 6196[[package]] 6197name = "windows-result" 6198version = "0.4.1" 6199source = "registry+https://github.com/rust-lang/crates.io-index" 6200checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 6201dependencies = [ 6202 "windows-link 0.2.1", 6203] 6204 6205[[package]] 6206name = "windows-strings" 6207version = "0.4.2" 6208source = "registry+https://github.com/rust-lang/crates.io-index" 6209checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 6210dependencies = [ 6211 "windows-link 0.1.3", 6212] 6213 6214[[package]] 6215name = "windows-strings" 6216version = "0.5.1" 6217source = "registry+https://github.com/rust-lang/crates.io-index" 6218checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 6219dependencies = [ 6220 "windows-link 0.2.1", 6221] 6222 6223[[package]] 6224name = "windows-sys" 6225version = "0.48.0" 6226source = "registry+https://github.com/rust-lang/crates.io-index" 6227checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 6228dependencies = [ 6229 "windows-targets 0.48.5", 6230] 6231 6232[[package]] 6233name = "windows-sys" 6234version = "0.52.0" 6235source = "registry+https://github.com/rust-lang/crates.io-index" 6236checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 6237dependencies = [ 6238 "windows-targets 0.52.6", 6239] 6240 6241[[package]] 6242name = "windows-sys" 6243version = "0.59.0" 6244source = "registry+https://github.com/rust-lang/crates.io-index" 6245checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 6246dependencies = [ 6247 "windows-targets 0.52.6", 6248] 6249 6250[[package]] 6251name = "windows-sys" 6252version = "0.60.2" 6253source = "registry+https://github.com/rust-lang/crates.io-index" 6254checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 6255dependencies = [ 6256 "windows-targets 0.53.5", 6257] 6258 6259[[package]] 6260name = "windows-sys" 6261version = "0.61.2" 6262source = "registry+https://github.com/rust-lang/crates.io-index" 6263checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 6264dependencies = [ 6265 "windows-link 0.2.1", 6266] 6267 6268[[package]] 6269name = "windows-targets" 6270version = "0.48.5" 6271source = "registry+https://github.com/rust-lang/crates.io-index" 6272checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 6273dependencies = [ 6274 "windows_aarch64_gnullvm 0.48.5", 6275 "windows_aarch64_msvc 0.48.5", 6276 "windows_i686_gnu 0.48.5", 6277 "windows_i686_msvc 0.48.5", 6278 "windows_x86_64_gnu 0.48.5", 6279 "windows_x86_64_gnullvm 0.48.5", 6280 "windows_x86_64_msvc 0.48.5", 6281] 6282 6283[[package]] 6284name = "windows-targets" 6285version = "0.52.6" 6286source = "registry+https://github.com/rust-lang/crates.io-index" 6287checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 6288dependencies = [ 6289 "windows_aarch64_gnullvm 0.52.6", 6290 "windows_aarch64_msvc 0.52.6", 6291 "windows_i686_gnu 0.52.6", 6292 "windows_i686_gnullvm 0.52.6", 6293 "windows_i686_msvc 0.52.6", 6294 "windows_x86_64_gnu 0.52.6", 6295 "windows_x86_64_gnullvm 0.52.6", 6296 "windows_x86_64_msvc 0.52.6", 6297] 6298 6299[[package]] 6300name = "windows-targets" 6301version = "0.53.5" 6302source = "registry+https://github.com/rust-lang/crates.io-index" 6303checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 6304dependencies = [ 6305 "windows-link 0.2.1", 6306 "windows_aarch64_gnullvm 0.53.1", 6307 "windows_aarch64_msvc 0.53.1", 6308 "windows_i686_gnu 0.53.1", 6309 "windows_i686_gnullvm 0.53.1", 6310 "windows_i686_msvc 0.53.1", 6311 "windows_x86_64_gnu 0.53.1", 6312 "windows_x86_64_gnullvm 0.53.1", 6313 "windows_x86_64_msvc 0.53.1", 6314] 6315 6316[[package]] 6317name = "windows-threading" 6318version = "0.1.0" 6319source = "registry+https://github.com/rust-lang/crates.io-index" 6320checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6" 6321dependencies = [ 6322 "windows-link 0.1.3", 6323] 6324 6325[[package]] 6326name = "windows-threading" 6327version = "0.2.1" 6328source = "registry+https://github.com/rust-lang/crates.io-index" 6329checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37" 6330dependencies = [ 6331 "windows-link 0.2.1", 6332] 6333 6334[[package]] 6335name = "windows_aarch64_gnullvm" 6336version = "0.48.5" 6337source = "registry+https://github.com/rust-lang/crates.io-index" 6338checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 6339 6340[[package]] 6341name = "windows_aarch64_gnullvm" 6342version = "0.52.6" 6343source = "registry+https://github.com/rust-lang/crates.io-index" 6344checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 6345 6346[[package]] 6347name = "windows_aarch64_gnullvm" 6348version = "0.53.1" 6349source = "registry+https://github.com/rust-lang/crates.io-index" 6350checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 6351 6352[[package]] 6353name = "windows_aarch64_msvc" 6354version = "0.48.5" 6355source = "registry+https://github.com/rust-lang/crates.io-index" 6356checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 6357 6358[[package]] 6359name = "windows_aarch64_msvc" 6360version = "0.52.6" 6361source = "registry+https://github.com/rust-lang/crates.io-index" 6362checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 6363 6364[[package]] 6365name = "windows_aarch64_msvc" 6366version = "0.53.1" 6367source = "registry+https://github.com/rust-lang/crates.io-index" 6368checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 6369 6370[[package]] 6371name = "windows_i686_gnu" 6372version = "0.48.5" 6373source = "registry+https://github.com/rust-lang/crates.io-index" 6374checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 6375 6376[[package]] 6377name = "windows_i686_gnu" 6378version = "0.52.6" 6379source = "registry+https://github.com/rust-lang/crates.io-index" 6380checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 6381 6382[[package]] 6383name = "windows_i686_gnu" 6384version = "0.53.1" 6385source = "registry+https://github.com/rust-lang/crates.io-index" 6386checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 6387 6388[[package]] 6389name = "windows_i686_gnullvm" 6390version = "0.52.6" 6391source = "registry+https://github.com/rust-lang/crates.io-index" 6392checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 6393 6394[[package]] 6395name = "windows_i686_gnullvm" 6396version = "0.53.1" 6397source = "registry+https://github.com/rust-lang/crates.io-index" 6398checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 6399 6400[[package]] 6401name = "windows_i686_msvc" 6402version = "0.48.5" 6403source = "registry+https://github.com/rust-lang/crates.io-index" 6404checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 6405 6406[[package]] 6407name = "windows_i686_msvc" 6408version = "0.52.6" 6409source = "registry+https://github.com/rust-lang/crates.io-index" 6410checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 6411 6412[[package]] 6413name = "windows_i686_msvc" 6414version = "0.53.1" 6415source = "registry+https://github.com/rust-lang/crates.io-index" 6416checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 6417 6418[[package]] 6419name = "windows_x86_64_gnu" 6420version = "0.48.5" 6421source = "registry+https://github.com/rust-lang/crates.io-index" 6422checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 6423 6424[[package]] 6425name = "windows_x86_64_gnu" 6426version = "0.52.6" 6427source = "registry+https://github.com/rust-lang/crates.io-index" 6428checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 6429 6430[[package]] 6431name = "windows_x86_64_gnu" 6432version = "0.53.1" 6433source = "registry+https://github.com/rust-lang/crates.io-index" 6434checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 6435 6436[[package]] 6437name = "windows_x86_64_gnullvm" 6438version = "0.48.5" 6439source = "registry+https://github.com/rust-lang/crates.io-index" 6440checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 6441 6442[[package]] 6443name = "windows_x86_64_gnullvm" 6444version = "0.52.6" 6445source = "registry+https://github.com/rust-lang/crates.io-index" 6446checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 6447 6448[[package]] 6449name = "windows_x86_64_gnullvm" 6450version = "0.53.1" 6451source = "registry+https://github.com/rust-lang/crates.io-index" 6452checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 6453 6454[[package]] 6455name = "windows_x86_64_msvc" 6456version = "0.48.5" 6457source = "registry+https://github.com/rust-lang/crates.io-index" 6458checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 6459 6460[[package]] 6461name = "windows_x86_64_msvc" 6462version = "0.52.6" 6463source = "registry+https://github.com/rust-lang/crates.io-index" 6464checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 6465 6466[[package]] 6467name = "windows_x86_64_msvc" 6468version = "0.53.1" 6469source = "registry+https://github.com/rust-lang/crates.io-index" 6470checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 6471 6472[[package]] 6473name = "winnow" 6474version = "0.7.14" 6475source = "registry+https://github.com/rust-lang/crates.io-index" 6476checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 6477dependencies = [ 6478 "memchr", 6479] 6480 6481[[package]] 6482name = "winreg" 6483version = "0.52.0" 6484source = "registry+https://github.com/rust-lang/crates.io-index" 6485checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5" 6486dependencies = [ 6487 "cfg-if", 6488 "windows-sys 0.48.0", 6489] 6490 6491[[package]] 6492name = "wit-bindgen" 6493version = "0.46.0" 6494source = "registry+https://github.com/rust-lang/crates.io-index" 6495checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 6496 6497[[package]] 6498name = "writeable" 6499version = "0.6.2" 6500source = "registry+https://github.com/rust-lang/crates.io-index" 6501checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 6502 6503[[package]] 6504name = "xml5ever" 6505version = "0.18.1" 6506source = "registry+https://github.com/rust-lang/crates.io-index" 6507checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69" 6508dependencies = [ 6509 "log", 6510 "mac", 6511 "markup5ever", 6512] 6513 6514[[package]] 6515name = "yansi" 6516version = "1.0.1" 6517source = "registry+https://github.com/rust-lang/crates.io-index" 6518checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 6519 6520[[package]] 6521name = "yoke" 6522version = "0.8.1" 6523source = "registry+https://github.com/rust-lang/crates.io-index" 6524checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 6525dependencies = [ 6526 "stable_deref_trait", 6527 "yoke-derive", 6528 "zerofrom", 6529] 6530 6531[[package]] 6532name = "yoke-derive" 6533version = "0.8.1" 6534source = "registry+https://github.com/rust-lang/crates.io-index" 6535checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 6536dependencies = [ 6537 "proc-macro2", 6538 "quote", 6539 "syn 2.0.111", 6540 "synstructure", 6541] 6542 6543[[package]] 6544name = "zerocopy" 6545version = "0.7.35" 6546source = "registry+https://github.com/rust-lang/crates.io-index" 6547checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 6548dependencies = [ 6549 "byteorder", 6550 "zerocopy-derive 0.7.35", 6551] 6552 6553[[package]] 6554name = "zerocopy" 6555version = "0.8.31" 6556source = "registry+https://github.com/rust-lang/crates.io-index" 6557checksum = "fd74ec98b9250adb3ca554bdde269adf631549f51d8a8f8f0a10b50f1cb298c3" 6558dependencies = [ 6559 "zerocopy-derive 0.8.31", 6560] 6561 6562[[package]] 6563name = "zerocopy-derive" 6564version = "0.7.35" 6565source = "registry+https://github.com/rust-lang/crates.io-index" 6566checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 6567dependencies = [ 6568 "proc-macro2", 6569 "quote", 6570 "syn 2.0.111", 6571] 6572 6573[[package]] 6574name = "zerocopy-derive" 6575version = "0.8.31" 6576source = "registry+https://github.com/rust-lang/crates.io-index" 6577checksum = "d8a8d209fdf45cf5138cbb5a506f6b52522a25afccc534d1475dad8e31105c6a" 6578dependencies = [ 6579 "proc-macro2", 6580 "quote", 6581 "syn 2.0.111", 6582] 6583 6584[[package]] 6585name = "zerofrom" 6586version = "0.1.6" 6587source = "registry+https://github.com/rust-lang/crates.io-index" 6588checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 6589dependencies = [ 6590 "zerofrom-derive", 6591] 6592 6593[[package]] 6594name = "zerofrom-derive" 6595version = "0.1.6" 6596source = "registry+https://github.com/rust-lang/crates.io-index" 6597checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 6598dependencies = [ 6599 "proc-macro2", 6600 "quote", 6601 "syn 2.0.111", 6602 "synstructure", 6603] 6604 6605[[package]] 6606name = "zeroize" 6607version = "1.8.2" 6608source = "registry+https://github.com/rust-lang/crates.io-index" 6609checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 6610dependencies = [ 6611 "serde", 6612] 6613 6614[[package]] 6615name = "zerotrie" 6616version = "0.2.3" 6617source = "registry+https://github.com/rust-lang/crates.io-index" 6618checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 6619dependencies = [ 6620 "displaydoc", 6621 "yoke", 6622 "zerofrom", 6623] 6624 6625[[package]] 6626name = "zerovec" 6627version = "0.11.5" 6628source = "registry+https://github.com/rust-lang/crates.io-index" 6629checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 6630dependencies = [ 6631 "serde", 6632 "yoke", 6633 "zerofrom", 6634 "zerovec-derive", 6635] 6636 6637[[package]] 6638name = "zerovec-derive" 6639version = "0.11.2" 6640source = "registry+https://github.com/rust-lang/crates.io-index" 6641checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 6642dependencies = [ 6643 "proc-macro2", 6644 "quote", 6645 "syn 2.0.111", 6646] 6647 6648[[package]] 6649name = "zip" 6650version = "4.6.1" 6651source = "registry+https://github.com/rust-lang/crates.io-index" 6652checksum = "caa8cd6af31c3b31c6631b8f483848b91589021b28fffe50adada48d4f4d2ed1" 6653dependencies = [ 6654 "arbitrary", 6655 "crc32fast", 6656 "flate2", 6657 "indexmap 2.12.1", 6658 "memchr", 6659 "zopfli", 6660] 6661 6662[[package]] 6663name = "zlib-rs" 6664version = "0.5.4" 6665source = "registry+https://github.com/rust-lang/crates.io-index" 6666checksum = "51f936044d677be1a1168fae1d03b583a285a5dd9d8cbf7b24c23aa1fc775235" 6667 6668[[package]] 6669name = "zopfli" 6670version = "0.8.3" 6671source = "registry+https://github.com/rust-lang/crates.io-index" 6672checksum = "f05cd8797d63865425ff89b5c4a48804f35ba0ce8d125800027ad6017d2b5249" 6673dependencies = [ 6674 "bumpalo", 6675 "crc32fast", 6676 "log", 6677 "simd-adler32", 6678]