A better Rust ATProto crate
103
fork

Configure Feed

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

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