A rust implementation of skywatch-phash
1
fork

Configure Feed

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

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