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