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