This repository has no description
0

Configure Feed

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

at main 65 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 = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "allocator-api2" 22version = "0.2.21" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 25 26[[package]] 27name = "android_system_properties" 28version = "0.1.5" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 31dependencies = [ 32 "libc", 33] 34 35[[package]] 36name = "anyhow" 37version = "1.0.102" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 40 41[[package]] 42name = "async-compression" 43version = "0.4.42" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" 46dependencies = [ 47 "compression-codecs", 48 "compression-core", 49 "pin-project-lite", 50 "tokio", 51] 52 53[[package]] 54name = "async-lock" 55version = "3.4.2" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311" 58dependencies = [ 59 "event-listener", 60 "event-listener-strategy", 61 "pin-project-lite", 62] 63 64[[package]] 65name = "atomic-waker" 66version = "1.1.2" 67source = "registry+https://github.com/rust-lang/crates.io-index" 68checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 69 70[[package]] 71name = "atrium-api" 72version = "0.25.8" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "e04c38c6bfc922a7950a13ad52f8d21bee77020b90e822364c7ec8625c4cd403" 75dependencies = [ 76 "atrium-common", 77 "atrium-xrpc", 78 "chrono", 79 "http", 80 "ipld-core", 81 "langtag", 82 "regex", 83 "serde", 84 "serde_bytes", 85 "serde_json", 86 "thiserror 1.0.69", 87 "tokio", 88 "trait-variant", 89] 90 91[[package]] 92name = "atrium-common" 93version = "0.1.4" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "98466259d2e6189ddf3439b96432d5303668b4d51c2a78996934d981065550f3" 96dependencies = [ 97 "dashmap", 98 "lru", 99 "moka", 100 "thiserror 1.0.69", 101 "tokio", 102 "trait-variant", 103 "web-time", 104] 105 106[[package]] 107name = "atrium-xrpc" 108version = "0.12.4" 109source = "registry+https://github.com/rust-lang/crates.io-index" 110checksum = "944b35cc08732d40ddbb3356be9e38d11aed4b4c40c33f5b0f235e0650eff296" 111dependencies = [ 112 "http", 113 "serde", 114 "serde_html_form", 115 "serde_json", 116 "thiserror 1.0.69", 117 "trait-variant", 118] 119 120[[package]] 121name = "atrium-xrpc-client" 122version = "0.5.15" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "d9d1c0ebd71047b85ccfcad936ded56179af24beb60239ab590c549d2325e679" 125dependencies = [ 126 "atrium-xrpc", 127 "reqwest", 128] 129 130[[package]] 131name = "autocfg" 132version = "1.5.1" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 135 136[[package]] 137name = "base-x" 138version = "0.2.11" 139source = "registry+https://github.com/rust-lang/crates.io-index" 140checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 141 142[[package]] 143name = "base256emoji" 144version = "1.0.2" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 147dependencies = [ 148 "const-str", 149 "match-lookup", 150] 151 152[[package]] 153name = "base64" 154version = "0.22.1" 155source = "registry+https://github.com/rust-lang/crates.io-index" 156checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 157 158[[package]] 159name = "bitflags" 160version = "2.13.0" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" 163 164[[package]] 165name = "bluesky-avatar-updater" 166version = "0.1.0" 167dependencies = [ 168 "anyhow", 169 "atrium-api", 170 "bsky-sdk", 171 "bytes", 172 "chrono", 173 "cid", 174 "dotenvy", 175 "infer", 176 "reqwest", 177 "serde", 178 "serde_json", 179 "tokio", 180 "tracing", 181 "tracing-appender", 182 "tracing-subscriber", 183 "url", 184] 185 186[[package]] 187name = "bsky-sdk" 188version = "0.1.24" 189source = "registry+https://github.com/rust-lang/crates.io-index" 190checksum = "0e3bc207e44975454fd3339789a8137161cccd73ef9414e52f7e9f95e4cb0a9a" 191dependencies = [ 192 "anyhow", 193 "atrium-api", 194 "atrium-xrpc-client", 195 "chrono", 196 "psl", 197 "regex", 198 "serde", 199 "serde_json", 200 "thiserror 1.0.69", 201 "trait-variant", 202 "unicode-segmentation", 203] 204 205[[package]] 206name = "bumpalo" 207version = "3.20.3" 208source = "registry+https://github.com/rust-lang/crates.io-index" 209checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 210 211[[package]] 212name = "byteorder" 213version = "1.5.0" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 216 217[[package]] 218name = "bytes" 219version = "1.11.1" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 222 223[[package]] 224name = "cc" 225version = "1.2.64" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "dad887fd958be91b5098c0248def011f4523ab786cd411be668777e55063501f" 228dependencies = [ 229 "find-msvc-tools", 230 "shlex", 231] 232 233[[package]] 234name = "cfb" 235version = "0.7.3" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "d38f2da7a0a2c4ccf0065be06397cc26a81f4e528be095826eee9d4adbb8c60f" 238dependencies = [ 239 "byteorder", 240 "fnv", 241 "uuid", 242] 243 244[[package]] 245name = "cfg-if" 246version = "1.0.4" 247source = "registry+https://github.com/rust-lang/crates.io-index" 248checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 249 250[[package]] 251name = "chrono" 252version = "0.4.45" 253source = "registry+https://github.com/rust-lang/crates.io-index" 254checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" 255dependencies = [ 256 "iana-time-zone", 257 "js-sys", 258 "num-traits", 259 "serde", 260 "wasm-bindgen", 261 "windows-link", 262] 263 264[[package]] 265name = "cid" 266version = "0.11.3" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971" 269dependencies = [ 270 "multibase", 271 "multihash", 272 "serde", 273 "serde_bytes", 274 "unsigned-varint", 275] 276 277[[package]] 278name = "compression-codecs" 279version = "0.4.38" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" 282dependencies = [ 283 "compression-core", 284 "flate2", 285 "memchr", 286] 287 288[[package]] 289name = "compression-core" 290version = "0.4.32" 291source = "registry+https://github.com/rust-lang/crates.io-index" 292checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" 293 294[[package]] 295name = "concurrent-queue" 296version = "2.5.0" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 299dependencies = [ 300 "crossbeam-utils", 301] 302 303[[package]] 304name = "const-str" 305version = "0.4.3" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 308 309[[package]] 310name = "core-foundation" 311version = "0.9.4" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 314dependencies = [ 315 "core-foundation-sys", 316 "libc", 317] 318 319[[package]] 320name = "core-foundation" 321version = "0.10.1" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 324dependencies = [ 325 "core-foundation-sys", 326 "libc", 327] 328 329[[package]] 330name = "core-foundation-sys" 331version = "0.8.7" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 334 335[[package]] 336name = "crc32fast" 337version = "1.5.0" 338source = "registry+https://github.com/rust-lang/crates.io-index" 339checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 340dependencies = [ 341 "cfg-if", 342] 343 344[[package]] 345name = "crossbeam-channel" 346version = "0.5.15" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 349dependencies = [ 350 "crossbeam-utils", 351] 352 353[[package]] 354name = "crossbeam-epoch" 355version = "0.9.18" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 358dependencies = [ 359 "crossbeam-utils", 360] 361 362[[package]] 363name = "crossbeam-utils" 364version = "0.8.21" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 367 368[[package]] 369name = "dashmap" 370version = "6.2.1" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "e6361d5c062261c78a176addb82d4c821ae42bed6089de0e12603cd25de2059c" 373dependencies = [ 374 "cfg-if", 375 "crossbeam-utils", 376 "hashbrown 0.14.5", 377 "lock_api", 378 "once_cell", 379 "parking_lot_core", 380] 381 382[[package]] 383name = "data-encoding" 384version = "2.11.0" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" 387 388[[package]] 389name = "data-encoding-macro" 390version = "0.1.20" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c" 393dependencies = [ 394 "data-encoding", 395 "data-encoding-macro-internal", 396] 397 398[[package]] 399name = "data-encoding-macro-internal" 400version = "0.1.18" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090" 403dependencies = [ 404 "data-encoding", 405 "syn", 406] 407 408[[package]] 409name = "deranged" 410version = "0.5.8" 411source = "registry+https://github.com/rust-lang/crates.io-index" 412checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 413 414[[package]] 415name = "displaydoc" 416version = "0.2.6" 417source = "registry+https://github.com/rust-lang/crates.io-index" 418checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" 419dependencies = [ 420 "proc-macro2", 421 "quote", 422 "syn", 423] 424 425[[package]] 426name = "dotenvy" 427version = "0.15.7" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 430 431[[package]] 432name = "encoding_rs" 433version = "0.8.35" 434source = "registry+https://github.com/rust-lang/crates.io-index" 435checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 436dependencies = [ 437 "cfg-if", 438] 439 440[[package]] 441name = "equivalent" 442version = "1.0.2" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 445 446[[package]] 447name = "errno" 448version = "0.3.14" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 451dependencies = [ 452 "libc", 453 "windows-sys 0.61.2", 454] 455 456[[package]] 457name = "event-listener" 458version = "5.4.1" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 461dependencies = [ 462 "concurrent-queue", 463 "parking", 464 "pin-project-lite", 465] 466 467[[package]] 468name = "event-listener-strategy" 469version = "0.5.4" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 472dependencies = [ 473 "event-listener", 474 "pin-project-lite", 475] 476 477[[package]] 478name = "fastrand" 479version = "2.4.1" 480source = "registry+https://github.com/rust-lang/crates.io-index" 481checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 482 483[[package]] 484name = "find-msvc-tools" 485version = "0.1.9" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 488 489[[package]] 490name = "flate2" 491version = "1.1.9" 492source = "registry+https://github.com/rust-lang/crates.io-index" 493checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 494dependencies = [ 495 "crc32fast", 496 "miniz_oxide", 497] 498 499[[package]] 500name = "fnv" 501version = "1.0.7" 502source = "registry+https://github.com/rust-lang/crates.io-index" 503checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 504 505[[package]] 506name = "foldhash" 507version = "0.1.5" 508source = "registry+https://github.com/rust-lang/crates.io-index" 509checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 510 511[[package]] 512name = "foldhash" 513version = "0.2.0" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb" 516 517[[package]] 518name = "foreign-types" 519version = "0.3.2" 520source = "registry+https://github.com/rust-lang/crates.io-index" 521checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 522dependencies = [ 523 "foreign-types-shared", 524] 525 526[[package]] 527name = "foreign-types-shared" 528version = "0.1.1" 529source = "registry+https://github.com/rust-lang/crates.io-index" 530checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 531 532[[package]] 533name = "form_urlencoded" 534version = "1.2.2" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 537dependencies = [ 538 "percent-encoding", 539] 540 541[[package]] 542name = "futures-channel" 543version = "0.3.32" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 546dependencies = [ 547 "futures-core", 548] 549 550[[package]] 551name = "futures-core" 552version = "0.3.32" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 555 556[[package]] 557name = "futures-macro" 558version = "0.3.32" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 561dependencies = [ 562 "proc-macro2", 563 "quote", 564 "syn", 565] 566 567[[package]] 568name = "futures-sink" 569version = "0.3.32" 570source = "registry+https://github.com/rust-lang/crates.io-index" 571checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 572 573[[package]] 574name = "futures-task" 575version = "0.3.32" 576source = "registry+https://github.com/rust-lang/crates.io-index" 577checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 578 579[[package]] 580name = "futures-util" 581version = "0.3.32" 582source = "registry+https://github.com/rust-lang/crates.io-index" 583checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 584dependencies = [ 585 "futures-core", 586 "futures-macro", 587 "futures-task", 588 "pin-project-lite", 589 "slab", 590] 591 592[[package]] 593name = "getrandom" 594version = "0.2.17" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 597dependencies = [ 598 "cfg-if", 599 "libc", 600 "wasi", 601] 602 603[[package]] 604name = "getrandom" 605version = "0.4.2" 606source = "registry+https://github.com/rust-lang/crates.io-index" 607checksum = "0de51e6874e94e7bf76d726fc5d13ba782deca734ff60d5bb2fb2607c7406555" 608dependencies = [ 609 "cfg-if", 610 "libc", 611 "r-efi", 612 "wasip2", 613 "wasip3", 614] 615 616[[package]] 617name = "h2" 618version = "0.4.14" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" 621dependencies = [ 622 "atomic-waker", 623 "bytes", 624 "fnv", 625 "futures-core", 626 "futures-sink", 627 "http", 628 "indexmap", 629 "slab", 630 "tokio", 631 "tokio-util", 632 "tracing", 633] 634 635[[package]] 636name = "hashbrown" 637version = "0.14.5" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 640 641[[package]] 642name = "hashbrown" 643version = "0.15.5" 644source = "registry+https://github.com/rust-lang/crates.io-index" 645checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 646dependencies = [ 647 "foldhash 0.1.5", 648] 649 650[[package]] 651name = "hashbrown" 652version = "0.16.1" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 655dependencies = [ 656 "allocator-api2", 657 "equivalent", 658 "foldhash 0.2.0", 659] 660 661[[package]] 662name = "hashbrown" 663version = "0.17.1" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 666 667[[package]] 668name = "heck" 669version = "0.5.0" 670source = "registry+https://github.com/rust-lang/crates.io-index" 671checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 672 673[[package]] 674name = "http" 675version = "1.4.2" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" 678dependencies = [ 679 "bytes", 680 "itoa", 681] 682 683[[package]] 684name = "http-body" 685version = "1.0.1" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 688dependencies = [ 689 "bytes", 690 "http", 691] 692 693[[package]] 694name = "http-body-util" 695version = "0.1.3" 696source = "registry+https://github.com/rust-lang/crates.io-index" 697checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 698dependencies = [ 699 "bytes", 700 "futures-core", 701 "http", 702 "http-body", 703 "pin-project-lite", 704] 705 706[[package]] 707name = "httparse" 708version = "1.10.1" 709source = "registry+https://github.com/rust-lang/crates.io-index" 710checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 711 712[[package]] 713name = "hyper" 714version = "1.10.1" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" 717dependencies = [ 718 "atomic-waker", 719 "bytes", 720 "futures-channel", 721 "futures-core", 722 "h2", 723 "http", 724 "http-body", 725 "httparse", 726 "itoa", 727 "pin-project-lite", 728 "smallvec", 729 "tokio", 730 "want", 731] 732 733[[package]] 734name = "hyper-rustls" 735version = "0.27.9" 736source = "registry+https://github.com/rust-lang/crates.io-index" 737checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" 738dependencies = [ 739 "http", 740 "hyper", 741 "hyper-util", 742 "rustls", 743 "tokio", 744 "tokio-rustls", 745 "tower-service", 746] 747 748[[package]] 749name = "hyper-tls" 750version = "0.6.0" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 753dependencies = [ 754 "bytes", 755 "http-body-util", 756 "hyper", 757 "hyper-util", 758 "native-tls", 759 "tokio", 760 "tokio-native-tls", 761 "tower-service", 762] 763 764[[package]] 765name = "hyper-util" 766version = "0.1.20" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 769dependencies = [ 770 "base64", 771 "bytes", 772 "futures-channel", 773 "futures-util", 774 "http", 775 "http-body", 776 "hyper", 777 "ipnet", 778 "libc", 779 "percent-encoding", 780 "pin-project-lite", 781 "socket2", 782 "system-configuration", 783 "tokio", 784 "tower-service", 785 "tracing", 786 "windows-registry", 787] 788 789[[package]] 790name = "iana-time-zone" 791version = "0.1.65" 792source = "registry+https://github.com/rust-lang/crates.io-index" 793checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 794dependencies = [ 795 "android_system_properties", 796 "core-foundation-sys", 797 "iana-time-zone-haiku", 798 "js-sys", 799 "log", 800 "wasm-bindgen", 801 "windows-core", 802] 803 804[[package]] 805name = "iana-time-zone-haiku" 806version = "0.1.2" 807source = "registry+https://github.com/rust-lang/crates.io-index" 808checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 809dependencies = [ 810 "cc", 811] 812 813[[package]] 814name = "icu_collections" 815version = "2.2.0" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 818dependencies = [ 819 "displaydoc", 820 "potential_utf", 821 "utf8_iter", 822 "yoke", 823 "zerofrom", 824 "zerovec", 825] 826 827[[package]] 828name = "icu_locale_core" 829version = "2.2.0" 830source = "registry+https://github.com/rust-lang/crates.io-index" 831checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 832dependencies = [ 833 "displaydoc", 834 "litemap", 835 "tinystr", 836 "writeable", 837 "zerovec", 838] 839 840[[package]] 841name = "icu_normalizer" 842version = "2.2.0" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 845dependencies = [ 846 "icu_collections", 847 "icu_normalizer_data", 848 "icu_properties", 849 "icu_provider", 850 "smallvec", 851 "zerovec", 852] 853 854[[package]] 855name = "icu_normalizer_data" 856version = "2.2.0" 857source = "registry+https://github.com/rust-lang/crates.io-index" 858checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 859 860[[package]] 861name = "icu_properties" 862version = "2.2.0" 863source = "registry+https://github.com/rust-lang/crates.io-index" 864checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 865dependencies = [ 866 "icu_collections", 867 "icu_locale_core", 868 "icu_properties_data", 869 "icu_provider", 870 "zerotrie", 871 "zerovec", 872] 873 874[[package]] 875name = "icu_properties_data" 876version = "2.2.0" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 879 880[[package]] 881name = "icu_provider" 882version = "2.2.0" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 885dependencies = [ 886 "displaydoc", 887 "icu_locale_core", 888 "writeable", 889 "yoke", 890 "zerofrom", 891 "zerotrie", 892 "zerovec", 893] 894 895[[package]] 896name = "id-arena" 897version = "2.3.0" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" 900 901[[package]] 902name = "idna" 903version = "1.1.0" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 906dependencies = [ 907 "idna_adapter", 908 "smallvec", 909 "utf8_iter", 910] 911 912[[package]] 913name = "idna_adapter" 914version = "1.2.2" 915source = "registry+https://github.com/rust-lang/crates.io-index" 916checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" 917dependencies = [ 918 "icu_normalizer", 919 "icu_properties", 920] 921 922[[package]] 923name = "indexmap" 924version = "2.14.0" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 927dependencies = [ 928 "equivalent", 929 "hashbrown 0.17.1", 930 "serde", 931 "serde_core", 932] 933 934[[package]] 935name = "infer" 936version = "0.19.0" 937source = "registry+https://github.com/rust-lang/crates.io-index" 938checksum = "a588916bfdfd92e71cacef98a63d9b1f0d74d6599980d11894290e7ddefffcf7" 939dependencies = [ 940 "cfb", 941] 942 943[[package]] 944name = "ipld-core" 945version = "0.4.3" 946source = "registry+https://github.com/rust-lang/crates.io-index" 947checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda" 948dependencies = [ 949 "cid", 950 "serde", 951 "serde_bytes", 952] 953 954[[package]] 955name = "ipnet" 956version = "2.12.0" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 959 960[[package]] 961name = "itoa" 962version = "1.0.18" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 965 966[[package]] 967name = "js-sys" 968version = "0.3.102" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "03d04c30968dffe80775bd4d7fb676131cd04a1fb46d2686dbffbaec2d9dfd31" 971dependencies = [ 972 "cfg-if", 973 "futures-util", 974 "wasm-bindgen", 975] 976 977[[package]] 978name = "langtag" 979version = "0.3.4" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 982dependencies = [ 983 "serde", 984] 985 986[[package]] 987name = "lazy_static" 988version = "1.5.0" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 991 992[[package]] 993name = "leb128fmt" 994version = "0.1.0" 995source = "registry+https://github.com/rust-lang/crates.io-index" 996checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" 997 998[[package]] 999name = "libc" 1000version = "0.2.186" 1001source = "registry+https://github.com/rust-lang/crates.io-index" 1002checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 1003 1004[[package]] 1005name = "linux-raw-sys" 1006version = "0.12.1" 1007source = "registry+https://github.com/rust-lang/crates.io-index" 1008checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 1009 1010[[package]] 1011name = "litemap" 1012version = "0.8.2" 1013source = "registry+https://github.com/rust-lang/crates.io-index" 1014checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 1015 1016[[package]] 1017name = "lock_api" 1018version = "0.4.14" 1019source = "registry+https://github.com/rust-lang/crates.io-index" 1020checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1021dependencies = [ 1022 "scopeguard", 1023] 1024 1025[[package]] 1026name = "log" 1027version = "0.4.32" 1028source = "registry+https://github.com/rust-lang/crates.io-index" 1029checksum = "953f07c43838f8e6f9758cab68bf5bed85465e7587ebe0b823f1bcd81978ad3a" 1030 1031[[package]] 1032name = "lru" 1033version = "0.16.4" 1034source = "registry+https://github.com/rust-lang/crates.io-index" 1035checksum = "7f66e8d5d03f609abc3a39e6f08e4164ebf1447a732906d39eb9b99b7919ef39" 1036dependencies = [ 1037 "hashbrown 0.16.1", 1038] 1039 1040[[package]] 1041name = "match-lookup" 1042version = "0.1.2" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 1045dependencies = [ 1046 "proc-macro2", 1047 "quote", 1048 "syn", 1049] 1050 1051[[package]] 1052name = "matchers" 1053version = "0.2.0" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1056dependencies = [ 1057 "regex-automata", 1058] 1059 1060[[package]] 1061name = "memchr" 1062version = "2.8.2" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" 1065 1066[[package]] 1067name = "mime" 1068version = "0.3.17" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1071 1072[[package]] 1073name = "miniz_oxide" 1074version = "0.8.9" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1077dependencies = [ 1078 "adler2", 1079 "simd-adler32", 1080] 1081 1082[[package]] 1083name = "mio" 1084version = "1.2.1" 1085source = "registry+https://github.com/rust-lang/crates.io-index" 1086checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" 1087dependencies = [ 1088 "libc", 1089 "wasi", 1090 "windows-sys 0.61.2", 1091] 1092 1093[[package]] 1094name = "moka" 1095version = "0.12.15" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "957228ad12042ee839f93c8f257b62b4c0ab5eaae1d4fa60de53b27c9d7c5046" 1098dependencies = [ 1099 "async-lock", 1100 "crossbeam-channel", 1101 "crossbeam-epoch", 1102 "crossbeam-utils", 1103 "equivalent", 1104 "event-listener", 1105 "futures-util", 1106 "parking_lot", 1107 "portable-atomic", 1108 "smallvec", 1109 "tagptr", 1110 "uuid", 1111] 1112 1113[[package]] 1114name = "multibase" 1115version = "0.9.2" 1116source = "registry+https://github.com/rust-lang/crates.io-index" 1117checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1118dependencies = [ 1119 "base-x", 1120 "base256emoji", 1121 "data-encoding", 1122 "data-encoding-macro", 1123] 1124 1125[[package]] 1126name = "multihash" 1127version = "0.19.5" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447" 1130dependencies = [ 1131 "serde", 1132 "unsigned-varint", 1133] 1134 1135[[package]] 1136name = "native-tls" 1137version = "0.2.18" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "465500e14ea162429d264d44189adc38b199b62b1c21eea9f69e4b73cb03bbf2" 1140dependencies = [ 1141 "libc", 1142 "log", 1143 "openssl", 1144 "openssl-probe", 1145 "openssl-sys", 1146 "schannel", 1147 "security-framework", 1148 "security-framework-sys", 1149 "tempfile", 1150] 1151 1152[[package]] 1153name = "nu-ansi-term" 1154version = "0.50.3" 1155source = "registry+https://github.com/rust-lang/crates.io-index" 1156checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1157dependencies = [ 1158 "windows-sys 0.61.2", 1159] 1160 1161[[package]] 1162name = "num-conv" 1163version = "0.2.2" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "521739c6d2bac4aa25192232afe6841231376b2b26d4d9fae5ecf8ca5772e441" 1166 1167[[package]] 1168name = "num-traits" 1169version = "0.2.19" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1172dependencies = [ 1173 "autocfg", 1174] 1175 1176[[package]] 1177name = "once_cell" 1178version = "1.21.4" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 1181 1182[[package]] 1183name = "openssl" 1184version = "0.10.81" 1185source = "registry+https://github.com/rust-lang/crates.io-index" 1186checksum = "77823a27f0babb03091cb9ed9ef80af3b39dbc82f97e8fa530374b7dafd87a45" 1187dependencies = [ 1188 "bitflags", 1189 "cfg-if", 1190 "foreign-types", 1191 "libc", 1192 "openssl-macros", 1193 "openssl-sys", 1194] 1195 1196[[package]] 1197name = "openssl-macros" 1198version = "0.1.1" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1201dependencies = [ 1202 "proc-macro2", 1203 "quote", 1204 "syn", 1205] 1206 1207[[package]] 1208name = "openssl-probe" 1209version = "0.2.1" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 1212 1213[[package]] 1214name = "openssl-sys" 1215version = "0.9.117" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "b47e7e6bb2c38cd930d25a23b40fa52e068c10e85f3e03a7f5ba5aaca5713695" 1218dependencies = [ 1219 "cc", 1220 "libc", 1221 "pkg-config", 1222 "vcpkg", 1223] 1224 1225[[package]] 1226name = "parking" 1227version = "2.2.1" 1228source = "registry+https://github.com/rust-lang/crates.io-index" 1229checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1230 1231[[package]] 1232name = "parking_lot" 1233version = "0.12.5" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1236dependencies = [ 1237 "lock_api", 1238 "parking_lot_core", 1239] 1240 1241[[package]] 1242name = "parking_lot_core" 1243version = "0.9.12" 1244source = "registry+https://github.com/rust-lang/crates.io-index" 1245checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1246dependencies = [ 1247 "cfg-if", 1248 "libc", 1249 "redox_syscall", 1250 "smallvec", 1251 "windows-link", 1252] 1253 1254[[package]] 1255name = "percent-encoding" 1256version = "2.3.2" 1257source = "registry+https://github.com/rust-lang/crates.io-index" 1258checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1259 1260[[package]] 1261name = "pin-project-lite" 1262version = "0.2.17" 1263source = "registry+https://github.com/rust-lang/crates.io-index" 1264checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 1265 1266[[package]] 1267name = "pkg-config" 1268version = "0.3.33" 1269source = "registry+https://github.com/rust-lang/crates.io-index" 1270checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 1271 1272[[package]] 1273name = "portable-atomic" 1274version = "1.13.1" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 1277 1278[[package]] 1279name = "potential_utf" 1280version = "0.1.5" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 1283dependencies = [ 1284 "zerovec", 1285] 1286 1287[[package]] 1288name = "powerfmt" 1289version = "0.2.0" 1290source = "registry+https://github.com/rust-lang/crates.io-index" 1291checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1292 1293[[package]] 1294name = "prettyplease" 1295version = "0.2.37" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1298dependencies = [ 1299 "proc-macro2", 1300 "syn", 1301] 1302 1303[[package]] 1304name = "proc-macro2" 1305version = "1.0.106" 1306source = "registry+https://github.com/rust-lang/crates.io-index" 1307checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1308dependencies = [ 1309 "unicode-ident", 1310] 1311 1312[[package]] 1313name = "psl" 1314version = "2.1.213" 1315source = "registry+https://github.com/rust-lang/crates.io-index" 1316checksum = "04e78830163eebdf905adb55ba26ba9b3ba554b08bd84c2fbe3b643c8addf22c" 1317dependencies = [ 1318 "psl-types", 1319] 1320 1321[[package]] 1322name = "psl-types" 1323version = "2.0.11" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 1326 1327[[package]] 1328name = "quote" 1329version = "1.0.45" 1330source = "registry+https://github.com/rust-lang/crates.io-index" 1331checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 1332dependencies = [ 1333 "proc-macro2", 1334] 1335 1336[[package]] 1337name = "r-efi" 1338version = "6.0.0" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 1341 1342[[package]] 1343name = "redox_syscall" 1344version = "0.5.18" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1347dependencies = [ 1348 "bitflags", 1349] 1350 1351[[package]] 1352name = "regex" 1353version = "1.12.4" 1354source = "registry+https://github.com/rust-lang/crates.io-index" 1355checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" 1356dependencies = [ 1357 "aho-corasick", 1358 "memchr", 1359 "regex-automata", 1360 "regex-syntax", 1361] 1362 1363[[package]] 1364name = "regex-automata" 1365version = "0.4.14" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1368dependencies = [ 1369 "aho-corasick", 1370 "memchr", 1371 "regex-syntax", 1372] 1373 1374[[package]] 1375name = "regex-syntax" 1376version = "0.8.11" 1377source = "registry+https://github.com/rust-lang/crates.io-index" 1378checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" 1379 1380[[package]] 1381name = "reqwest" 1382version = "0.12.28" 1383source = "registry+https://github.com/rust-lang/crates.io-index" 1384checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 1385dependencies = [ 1386 "base64", 1387 "bytes", 1388 "encoding_rs", 1389 "futures-core", 1390 "h2", 1391 "http", 1392 "http-body", 1393 "http-body-util", 1394 "hyper", 1395 "hyper-rustls", 1396 "hyper-tls", 1397 "hyper-util", 1398 "js-sys", 1399 "log", 1400 "mime", 1401 "native-tls", 1402 "percent-encoding", 1403 "pin-project-lite", 1404 "rustls-pki-types", 1405 "serde", 1406 "serde_json", 1407 "serde_urlencoded", 1408 "sync_wrapper", 1409 "tokio", 1410 "tokio-native-tls", 1411 "tower", 1412 "tower-http", 1413 "tower-service", 1414 "url", 1415 "wasm-bindgen", 1416 "wasm-bindgen-futures", 1417 "web-sys", 1418] 1419 1420[[package]] 1421name = "ring" 1422version = "0.17.14" 1423source = "registry+https://github.com/rust-lang/crates.io-index" 1424checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1425dependencies = [ 1426 "cc", 1427 "cfg-if", 1428 "getrandom 0.2.17", 1429 "libc", 1430 "untrusted", 1431 "windows-sys 0.52.0", 1432] 1433 1434[[package]] 1435name = "rustix" 1436version = "1.1.4" 1437source = "registry+https://github.com/rust-lang/crates.io-index" 1438checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 1439dependencies = [ 1440 "bitflags", 1441 "errno", 1442 "libc", 1443 "linux-raw-sys", 1444 "windows-sys 0.61.2", 1445] 1446 1447[[package]] 1448name = "rustls" 1449version = "0.23.40" 1450source = "registry+https://github.com/rust-lang/crates.io-index" 1451checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" 1452dependencies = [ 1453 "once_cell", 1454 "rustls-pki-types", 1455 "rustls-webpki", 1456 "subtle", 1457 "zeroize", 1458] 1459 1460[[package]] 1461name = "rustls-pki-types" 1462version = "1.14.1" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" 1465dependencies = [ 1466 "zeroize", 1467] 1468 1469[[package]] 1470name = "rustls-webpki" 1471version = "0.103.13" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 1474dependencies = [ 1475 "ring", 1476 "rustls-pki-types", 1477 "untrusted", 1478] 1479 1480[[package]] 1481name = "rustversion" 1482version = "1.0.22" 1483source = "registry+https://github.com/rust-lang/crates.io-index" 1484checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1485 1486[[package]] 1487name = "ryu" 1488version = "1.0.23" 1489source = "registry+https://github.com/rust-lang/crates.io-index" 1490checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1491 1492[[package]] 1493name = "schannel" 1494version = "0.1.29" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 1497dependencies = [ 1498 "windows-sys 0.61.2", 1499] 1500 1501[[package]] 1502name = "scopeguard" 1503version = "1.2.0" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1506 1507[[package]] 1508name = "security-framework" 1509version = "3.7.0" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 1512dependencies = [ 1513 "bitflags", 1514 "core-foundation 0.10.1", 1515 "core-foundation-sys", 1516 "libc", 1517 "security-framework-sys", 1518] 1519 1520[[package]] 1521name = "security-framework-sys" 1522version = "2.17.0" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 1525dependencies = [ 1526 "core-foundation-sys", 1527 "libc", 1528] 1529 1530[[package]] 1531name = "semver" 1532version = "1.0.28" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 1535 1536[[package]] 1537name = "serde" 1538version = "1.0.228" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1541dependencies = [ 1542 "serde_core", 1543 "serde_derive", 1544] 1545 1546[[package]] 1547name = "serde_bytes" 1548version = "0.11.19" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 1551dependencies = [ 1552 "serde", 1553 "serde_core", 1554] 1555 1556[[package]] 1557name = "serde_core" 1558version = "1.0.228" 1559source = "registry+https://github.com/rust-lang/crates.io-index" 1560checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1561dependencies = [ 1562 "serde_derive", 1563] 1564 1565[[package]] 1566name = "serde_derive" 1567version = "1.0.228" 1568source = "registry+https://github.com/rust-lang/crates.io-index" 1569checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1570dependencies = [ 1571 "proc-macro2", 1572 "quote", 1573 "syn", 1574] 1575 1576[[package]] 1577name = "serde_html_form" 1578version = "0.2.8" 1579source = "registry+https://github.com/rust-lang/crates.io-index" 1580checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 1581dependencies = [ 1582 "form_urlencoded", 1583 "indexmap", 1584 "itoa", 1585 "ryu", 1586 "serde_core", 1587] 1588 1589[[package]] 1590name = "serde_json" 1591version = "1.0.150" 1592source = "registry+https://github.com/rust-lang/crates.io-index" 1593checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" 1594dependencies = [ 1595 "itoa", 1596 "memchr", 1597 "serde", 1598 "serde_core", 1599 "zmij", 1600] 1601 1602[[package]] 1603name = "serde_urlencoded" 1604version = "0.7.1" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1607dependencies = [ 1608 "form_urlencoded", 1609 "itoa", 1610 "ryu", 1611 "serde", 1612] 1613 1614[[package]] 1615name = "sharded-slab" 1616version = "0.1.7" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1619dependencies = [ 1620 "lazy_static", 1621] 1622 1623[[package]] 1624name = "shlex" 1625version = "2.0.1" 1626source = "registry+https://github.com/rust-lang/crates.io-index" 1627checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 1628 1629[[package]] 1630name = "signal-hook-registry" 1631version = "1.4.8" 1632source = "registry+https://github.com/rust-lang/crates.io-index" 1633checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 1634dependencies = [ 1635 "errno", 1636 "libc", 1637] 1638 1639[[package]] 1640name = "simd-adler32" 1641version = "0.3.9" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 1644 1645[[package]] 1646name = "slab" 1647version = "0.4.12" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 1650 1651[[package]] 1652name = "smallvec" 1653version = "1.15.2" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" 1656 1657[[package]] 1658name = "socket2" 1659version = "0.6.4" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" 1662dependencies = [ 1663 "libc", 1664 "windows-sys 0.61.2", 1665] 1666 1667[[package]] 1668name = "stable_deref_trait" 1669version = "1.2.1" 1670source = "registry+https://github.com/rust-lang/crates.io-index" 1671checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1672 1673[[package]] 1674name = "subtle" 1675version = "2.6.1" 1676source = "registry+https://github.com/rust-lang/crates.io-index" 1677checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1678 1679[[package]] 1680name = "symlink" 1681version = "0.1.0" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "a7973cce6668464ea31f176d85b13c7ab3bba2cb3b77a2ed26abd7801688010a" 1684 1685[[package]] 1686name = "syn" 1687version = "2.0.117" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 1690dependencies = [ 1691 "proc-macro2", 1692 "quote", 1693 "unicode-ident", 1694] 1695 1696[[package]] 1697name = "sync_wrapper" 1698version = "1.0.2" 1699source = "registry+https://github.com/rust-lang/crates.io-index" 1700checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1701dependencies = [ 1702 "futures-core", 1703] 1704 1705[[package]] 1706name = "synstructure" 1707version = "0.13.2" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1710dependencies = [ 1711 "proc-macro2", 1712 "quote", 1713 "syn", 1714] 1715 1716[[package]] 1717name = "system-configuration" 1718version = "0.7.0" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 1721dependencies = [ 1722 "bitflags", 1723 "core-foundation 0.9.4", 1724 "system-configuration-sys", 1725] 1726 1727[[package]] 1728name = "system-configuration-sys" 1729version = "0.6.0" 1730source = "registry+https://github.com/rust-lang/crates.io-index" 1731checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1732dependencies = [ 1733 "core-foundation-sys", 1734 "libc", 1735] 1736 1737[[package]] 1738name = "tagptr" 1739version = "0.2.0" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 1742 1743[[package]] 1744name = "tempfile" 1745version = "3.27.0" 1746source = "registry+https://github.com/rust-lang/crates.io-index" 1747checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 1748dependencies = [ 1749 "fastrand", 1750 "getrandom 0.4.2", 1751 "once_cell", 1752 "rustix", 1753 "windows-sys 0.61.2", 1754] 1755 1756[[package]] 1757name = "thiserror" 1758version = "1.0.69" 1759source = "registry+https://github.com/rust-lang/crates.io-index" 1760checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1761dependencies = [ 1762 "thiserror-impl 1.0.69", 1763] 1764 1765[[package]] 1766name = "thiserror" 1767version = "2.0.18" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1770dependencies = [ 1771 "thiserror-impl 2.0.18", 1772] 1773 1774[[package]] 1775name = "thiserror-impl" 1776version = "1.0.69" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1779dependencies = [ 1780 "proc-macro2", 1781 "quote", 1782 "syn", 1783] 1784 1785[[package]] 1786name = "thiserror-impl" 1787version = "2.0.18" 1788source = "registry+https://github.com/rust-lang/crates.io-index" 1789checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1790dependencies = [ 1791 "proc-macro2", 1792 "quote", 1793 "syn", 1794] 1795 1796[[package]] 1797name = "thread_local" 1798version = "1.1.9" 1799source = "registry+https://github.com/rust-lang/crates.io-index" 1800checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1801dependencies = [ 1802 "cfg-if", 1803] 1804 1805[[package]] 1806name = "time" 1807version = "0.3.49" 1808source = "registry+https://github.com/rust-lang/crates.io-index" 1809checksum = "711a53c2d47bbd818258c498c8dbfe186a2526c631495cfe7e078567f86b8469" 1810dependencies = [ 1811 "deranged", 1812 "num-conv", 1813 "powerfmt", 1814 "serde_core", 1815 "time-core", 1816 "time-macros", 1817] 1818 1819[[package]] 1820name = "time-core" 1821version = "0.1.9" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "9e1c906769ad99c88eaa54e728060edef082f8e358ff32030cb7c7d315e81109" 1824 1825[[package]] 1826name = "time-macros" 1827version = "0.2.29" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "71c652a3727a9cbb9a02f707f530b618ce00d0ccd762009c8c23bd191df3c17d" 1830dependencies = [ 1831 "num-conv", 1832 "time-core", 1833] 1834 1835[[package]] 1836name = "tinystr" 1837version = "0.8.3" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 1840dependencies = [ 1841 "displaydoc", 1842 "zerovec", 1843] 1844 1845[[package]] 1846name = "tokio" 1847version = "1.52.3" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" 1850dependencies = [ 1851 "bytes", 1852 "libc", 1853 "mio", 1854 "parking_lot", 1855 "pin-project-lite", 1856 "signal-hook-registry", 1857 "socket2", 1858 "tokio-macros", 1859 "windows-sys 0.61.2", 1860] 1861 1862[[package]] 1863name = "tokio-macros" 1864version = "2.7.0" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 1867dependencies = [ 1868 "proc-macro2", 1869 "quote", 1870 "syn", 1871] 1872 1873[[package]] 1874name = "tokio-native-tls" 1875version = "0.3.1" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1878dependencies = [ 1879 "native-tls", 1880 "tokio", 1881] 1882 1883[[package]] 1884name = "tokio-rustls" 1885version = "0.26.4" 1886source = "registry+https://github.com/rust-lang/crates.io-index" 1887checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 1888dependencies = [ 1889 "rustls", 1890 "tokio", 1891] 1892 1893[[package]] 1894name = "tokio-util" 1895version = "0.7.18" 1896source = "registry+https://github.com/rust-lang/crates.io-index" 1897checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 1898dependencies = [ 1899 "bytes", 1900 "futures-core", 1901 "futures-sink", 1902 "pin-project-lite", 1903 "tokio", 1904] 1905 1906[[package]] 1907name = "tower" 1908version = "0.5.3" 1909source = "registry+https://github.com/rust-lang/crates.io-index" 1910checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 1911dependencies = [ 1912 "futures-core", 1913 "futures-util", 1914 "pin-project-lite", 1915 "sync_wrapper", 1916 "tokio", 1917 "tower-layer", 1918 "tower-service", 1919] 1920 1921[[package]] 1922name = "tower-http" 1923version = "0.6.11" 1924source = "registry+https://github.com/rust-lang/crates.io-index" 1925checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" 1926dependencies = [ 1927 "async-compression", 1928 "bitflags", 1929 "bytes", 1930 "futures-core", 1931 "futures-util", 1932 "http", 1933 "http-body", 1934 "http-body-util", 1935 "pin-project-lite", 1936 "tokio", 1937 "tokio-util", 1938 "tower", 1939 "tower-layer", 1940 "tower-service", 1941 "url", 1942] 1943 1944[[package]] 1945name = "tower-layer" 1946version = "0.3.3" 1947source = "registry+https://github.com/rust-lang/crates.io-index" 1948checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1949 1950[[package]] 1951name = "tower-service" 1952version = "0.3.3" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1955 1956[[package]] 1957name = "tracing" 1958version = "0.1.44" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1961dependencies = [ 1962 "pin-project-lite", 1963 "tracing-attributes", 1964 "tracing-core", 1965] 1966 1967[[package]] 1968name = "tracing-appender" 1969version = "0.2.5" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "050686193eb999b4bb3bc2acfa891a13da00f79734704c4b8b4ef1a10b368a3c" 1972dependencies = [ 1973 "crossbeam-channel", 1974 "symlink", 1975 "thiserror 2.0.18", 1976 "time", 1977 "tracing-subscriber", 1978] 1979 1980[[package]] 1981name = "tracing-attributes" 1982version = "0.1.31" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 1985dependencies = [ 1986 "proc-macro2", 1987 "quote", 1988 "syn", 1989] 1990 1991[[package]] 1992name = "tracing-core" 1993version = "0.1.36" 1994source = "registry+https://github.com/rust-lang/crates.io-index" 1995checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1996dependencies = [ 1997 "once_cell", 1998 "valuable", 1999] 2000 2001[[package]] 2002name = "tracing-log" 2003version = "0.2.0" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2006dependencies = [ 2007 "log", 2008 "once_cell", 2009 "tracing-core", 2010] 2011 2012[[package]] 2013name = "tracing-subscriber" 2014version = "0.3.23" 2015source = "registry+https://github.com/rust-lang/crates.io-index" 2016checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 2017dependencies = [ 2018 "matchers", 2019 "nu-ansi-term", 2020 "once_cell", 2021 "regex-automata", 2022 "sharded-slab", 2023 "smallvec", 2024 "thread_local", 2025 "tracing", 2026 "tracing-core", 2027 "tracing-log", 2028] 2029 2030[[package]] 2031name = "trait-variant" 2032version = "0.1.2" 2033source = "registry+https://github.com/rust-lang/crates.io-index" 2034checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 2035dependencies = [ 2036 "proc-macro2", 2037 "quote", 2038 "syn", 2039] 2040 2041[[package]] 2042name = "try-lock" 2043version = "0.2.5" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2046 2047[[package]] 2048name = "unicode-ident" 2049version = "1.0.24" 2050source = "registry+https://github.com/rust-lang/crates.io-index" 2051checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 2052 2053[[package]] 2054name = "unicode-segmentation" 2055version = "1.13.3" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" 2058 2059[[package]] 2060name = "unicode-xid" 2061version = "0.2.6" 2062source = "registry+https://github.com/rust-lang/crates.io-index" 2063checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 2064 2065[[package]] 2066name = "unsigned-varint" 2067version = "0.8.0" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2070 2071[[package]] 2072name = "untrusted" 2073version = "0.9.0" 2074source = "registry+https://github.com/rust-lang/crates.io-index" 2075checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2076 2077[[package]] 2078name = "url" 2079version = "2.5.8" 2080source = "registry+https://github.com/rust-lang/crates.io-index" 2081checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2082dependencies = [ 2083 "form_urlencoded", 2084 "idna", 2085 "percent-encoding", 2086 "serde", 2087] 2088 2089[[package]] 2090name = "utf8_iter" 2091version = "1.0.4" 2092source = "registry+https://github.com/rust-lang/crates.io-index" 2093checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2094 2095[[package]] 2096name = "uuid" 2097version = "1.23.3" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "144d6b123cef80b301b8f72a9e2ca4370ddec21950d0a103dd22c437006d2db7" 2100dependencies = [ 2101 "getrandom 0.4.2", 2102 "js-sys", 2103 "wasm-bindgen", 2104] 2105 2106[[package]] 2107name = "valuable" 2108version = "0.1.1" 2109source = "registry+https://github.com/rust-lang/crates.io-index" 2110checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2111 2112[[package]] 2113name = "vcpkg" 2114version = "0.2.15" 2115source = "registry+https://github.com/rust-lang/crates.io-index" 2116checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2117 2118[[package]] 2119name = "want" 2120version = "0.3.1" 2121source = "registry+https://github.com/rust-lang/crates.io-index" 2122checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2123dependencies = [ 2124 "try-lock", 2125] 2126 2127[[package]] 2128name = "wasi" 2129version = "0.11.1+wasi-snapshot-preview1" 2130source = "registry+https://github.com/rust-lang/crates.io-index" 2131checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2132 2133[[package]] 2134name = "wasip2" 2135version = "1.0.4+wasi-0.2.12" 2136source = "registry+https://github.com/rust-lang/crates.io-index" 2137checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" 2138dependencies = [ 2139 "wit-bindgen 0.57.1", 2140] 2141 2142[[package]] 2143name = "wasip3" 2144version = "0.4.0+wasi-0.3.0-rc-2026-01-06" 2145source = "registry+https://github.com/rust-lang/crates.io-index" 2146checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5" 2147dependencies = [ 2148 "wit-bindgen 0.51.0", 2149] 2150 2151[[package]] 2152name = "wasm-bindgen" 2153version = "0.2.125" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "8ddb3f79143bced6de84270411622a2699cee572fc0875aeaf1e7867cf9fca1a" 2156dependencies = [ 2157 "cfg-if", 2158 "once_cell", 2159 "rustversion", 2160 "wasm-bindgen-macro", 2161 "wasm-bindgen-shared", 2162] 2163 2164[[package]] 2165name = "wasm-bindgen-futures" 2166version = "0.4.75" 2167source = "registry+https://github.com/rust-lang/crates.io-index" 2168checksum = "503b14d284f2c8dac03b819967e155ea753f573586193b2b2c95990cb5d69280" 2169dependencies = [ 2170 "js-sys", 2171 "wasm-bindgen", 2172] 2173 2174[[package]] 2175name = "wasm-bindgen-macro" 2176version = "0.2.125" 2177source = "registry+https://github.com/rust-lang/crates.io-index" 2178checksum = "4e21a184b13fb19e157296e2c46056aec9092264fab83e4ba59e68c61b323c3d" 2179dependencies = [ 2180 "quote", 2181 "wasm-bindgen-macro-support", 2182] 2183 2184[[package]] 2185name = "wasm-bindgen-macro-support" 2186version = "0.2.125" 2187source = "registry+https://github.com/rust-lang/crates.io-index" 2188checksum = "fecefd9c35bd935a20fc3fc344b5f29138961e4f47fb03297d88f2587afb5ebd" 2189dependencies = [ 2190 "bumpalo", 2191 "proc-macro2", 2192 "quote", 2193 "syn", 2194 "wasm-bindgen-shared", 2195] 2196 2197[[package]] 2198name = "wasm-bindgen-shared" 2199version = "0.2.125" 2200source = "registry+https://github.com/rust-lang/crates.io-index" 2201checksum = "23939e44bb9a5d7576fa2b563dc2e136628f1224e88a8deed09e04858b77871f" 2202dependencies = [ 2203 "unicode-ident", 2204] 2205 2206[[package]] 2207name = "wasm-encoder" 2208version = "0.244.0" 2209source = "registry+https://github.com/rust-lang/crates.io-index" 2210checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319" 2211dependencies = [ 2212 "leb128fmt", 2213 "wasmparser", 2214] 2215 2216[[package]] 2217name = "wasm-metadata" 2218version = "0.244.0" 2219source = "registry+https://github.com/rust-lang/crates.io-index" 2220checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909" 2221dependencies = [ 2222 "anyhow", 2223 "indexmap", 2224 "wasm-encoder", 2225 "wasmparser", 2226] 2227 2228[[package]] 2229name = "wasmparser" 2230version = "0.244.0" 2231source = "registry+https://github.com/rust-lang/crates.io-index" 2232checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe" 2233dependencies = [ 2234 "bitflags", 2235 "hashbrown 0.15.5", 2236 "indexmap", 2237 "semver", 2238] 2239 2240[[package]] 2241name = "web-sys" 2242version = "0.3.102" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "a6430a72df5eb332242960fe84b3002a241163998241eb596d4f739b9757061d" 2245dependencies = [ 2246 "js-sys", 2247 "wasm-bindgen", 2248] 2249 2250[[package]] 2251name = "web-time" 2252version = "1.1.0" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2255dependencies = [ 2256 "js-sys", 2257 "wasm-bindgen", 2258] 2259 2260[[package]] 2261name = "windows-core" 2262version = "0.62.2" 2263source = "registry+https://github.com/rust-lang/crates.io-index" 2264checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2265dependencies = [ 2266 "windows-implement", 2267 "windows-interface", 2268 "windows-link", 2269 "windows-result", 2270 "windows-strings", 2271] 2272 2273[[package]] 2274name = "windows-implement" 2275version = "0.60.2" 2276source = "registry+https://github.com/rust-lang/crates.io-index" 2277checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2278dependencies = [ 2279 "proc-macro2", 2280 "quote", 2281 "syn", 2282] 2283 2284[[package]] 2285name = "windows-interface" 2286version = "0.59.3" 2287source = "registry+https://github.com/rust-lang/crates.io-index" 2288checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2289dependencies = [ 2290 "proc-macro2", 2291 "quote", 2292 "syn", 2293] 2294 2295[[package]] 2296name = "windows-link" 2297version = "0.2.1" 2298source = "registry+https://github.com/rust-lang/crates.io-index" 2299checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2300 2301[[package]] 2302name = "windows-registry" 2303version = "0.6.1" 2304source = "registry+https://github.com/rust-lang/crates.io-index" 2305checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 2306dependencies = [ 2307 "windows-link", 2308 "windows-result", 2309 "windows-strings", 2310] 2311 2312[[package]] 2313name = "windows-result" 2314version = "0.4.1" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2317dependencies = [ 2318 "windows-link", 2319] 2320 2321[[package]] 2322name = "windows-strings" 2323version = "0.5.1" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2326dependencies = [ 2327 "windows-link", 2328] 2329 2330[[package]] 2331name = "windows-sys" 2332version = "0.52.0" 2333source = "registry+https://github.com/rust-lang/crates.io-index" 2334checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2335dependencies = [ 2336 "windows-targets", 2337] 2338 2339[[package]] 2340name = "windows-sys" 2341version = "0.61.2" 2342source = "registry+https://github.com/rust-lang/crates.io-index" 2343checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2344dependencies = [ 2345 "windows-link", 2346] 2347 2348[[package]] 2349name = "windows-targets" 2350version = "0.52.6" 2351source = "registry+https://github.com/rust-lang/crates.io-index" 2352checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2353dependencies = [ 2354 "windows_aarch64_gnullvm", 2355 "windows_aarch64_msvc", 2356 "windows_i686_gnu", 2357 "windows_i686_gnullvm", 2358 "windows_i686_msvc", 2359 "windows_x86_64_gnu", 2360 "windows_x86_64_gnullvm", 2361 "windows_x86_64_msvc", 2362] 2363 2364[[package]] 2365name = "windows_aarch64_gnullvm" 2366version = "0.52.6" 2367source = "registry+https://github.com/rust-lang/crates.io-index" 2368checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2369 2370[[package]] 2371name = "windows_aarch64_msvc" 2372version = "0.52.6" 2373source = "registry+https://github.com/rust-lang/crates.io-index" 2374checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2375 2376[[package]] 2377name = "windows_i686_gnu" 2378version = "0.52.6" 2379source = "registry+https://github.com/rust-lang/crates.io-index" 2380checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2381 2382[[package]] 2383name = "windows_i686_gnullvm" 2384version = "0.52.6" 2385source = "registry+https://github.com/rust-lang/crates.io-index" 2386checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2387 2388[[package]] 2389name = "windows_i686_msvc" 2390version = "0.52.6" 2391source = "registry+https://github.com/rust-lang/crates.io-index" 2392checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2393 2394[[package]] 2395name = "windows_x86_64_gnu" 2396version = "0.52.6" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2399 2400[[package]] 2401name = "windows_x86_64_gnullvm" 2402version = "0.52.6" 2403source = "registry+https://github.com/rust-lang/crates.io-index" 2404checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2405 2406[[package]] 2407name = "windows_x86_64_msvc" 2408version = "0.52.6" 2409source = "registry+https://github.com/rust-lang/crates.io-index" 2410checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2411 2412[[package]] 2413name = "wit-bindgen" 2414version = "0.51.0" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 2417dependencies = [ 2418 "wit-bindgen-rust-macro", 2419] 2420 2421[[package]] 2422name = "wit-bindgen" 2423version = "0.57.1" 2424source = "registry+https://github.com/rust-lang/crates.io-index" 2425checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 2426 2427[[package]] 2428name = "wit-bindgen-core" 2429version = "0.51.0" 2430source = "registry+https://github.com/rust-lang/crates.io-index" 2431checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc" 2432dependencies = [ 2433 "anyhow", 2434 "heck", 2435 "wit-parser", 2436] 2437 2438[[package]] 2439name = "wit-bindgen-rust" 2440version = "0.51.0" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21" 2443dependencies = [ 2444 "anyhow", 2445 "heck", 2446 "indexmap", 2447 "prettyplease", 2448 "syn", 2449 "wasm-metadata", 2450 "wit-bindgen-core", 2451 "wit-component", 2452] 2453 2454[[package]] 2455name = "wit-bindgen-rust-macro" 2456version = "0.51.0" 2457source = "registry+https://github.com/rust-lang/crates.io-index" 2458checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a" 2459dependencies = [ 2460 "anyhow", 2461 "prettyplease", 2462 "proc-macro2", 2463 "quote", 2464 "syn", 2465 "wit-bindgen-core", 2466 "wit-bindgen-rust", 2467] 2468 2469[[package]] 2470name = "wit-component" 2471version = "0.244.0" 2472source = "registry+https://github.com/rust-lang/crates.io-index" 2473checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2" 2474dependencies = [ 2475 "anyhow", 2476 "bitflags", 2477 "indexmap", 2478 "log", 2479 "serde", 2480 "serde_derive", 2481 "serde_json", 2482 "wasm-encoder", 2483 "wasm-metadata", 2484 "wasmparser", 2485 "wit-parser", 2486] 2487 2488[[package]] 2489name = "wit-parser" 2490version = "0.244.0" 2491source = "registry+https://github.com/rust-lang/crates.io-index" 2492checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736" 2493dependencies = [ 2494 "anyhow", 2495 "id-arena", 2496 "indexmap", 2497 "log", 2498 "semver", 2499 "serde", 2500 "serde_derive", 2501 "serde_json", 2502 "unicode-xid", 2503 "wasmparser", 2504] 2505 2506[[package]] 2507name = "writeable" 2508version = "0.6.3" 2509source = "registry+https://github.com/rust-lang/crates.io-index" 2510checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 2511 2512[[package]] 2513name = "yoke" 2514version = "0.8.3" 2515source = "registry+https://github.com/rust-lang/crates.io-index" 2516checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" 2517dependencies = [ 2518 "stable_deref_trait", 2519 "yoke-derive", 2520 "zerofrom", 2521] 2522 2523[[package]] 2524name = "yoke-derive" 2525version = "0.8.2" 2526source = "registry+https://github.com/rust-lang/crates.io-index" 2527checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 2528dependencies = [ 2529 "proc-macro2", 2530 "quote", 2531 "syn", 2532 "synstructure", 2533] 2534 2535[[package]] 2536name = "zerofrom" 2537version = "0.1.8" 2538source = "registry+https://github.com/rust-lang/crates.io-index" 2539checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" 2540dependencies = [ 2541 "zerofrom-derive", 2542] 2543 2544[[package]] 2545name = "zerofrom-derive" 2546version = "0.1.7" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 2549dependencies = [ 2550 "proc-macro2", 2551 "quote", 2552 "syn", 2553 "synstructure", 2554] 2555 2556[[package]] 2557name = "zeroize" 2558version = "1.9.0" 2559source = "registry+https://github.com/rust-lang/crates.io-index" 2560checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" 2561 2562[[package]] 2563name = "zerotrie" 2564version = "0.2.4" 2565source = "registry+https://github.com/rust-lang/crates.io-index" 2566checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 2567dependencies = [ 2568 "displaydoc", 2569 "yoke", 2570 "zerofrom", 2571] 2572 2573[[package]] 2574name = "zerovec" 2575version = "0.11.6" 2576source = "registry+https://github.com/rust-lang/crates.io-index" 2577checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 2578dependencies = [ 2579 "yoke", 2580 "zerofrom", 2581 "zerovec-derive", 2582] 2583 2584[[package]] 2585name = "zerovec-derive" 2586version = "0.11.3" 2587source = "registry+https://github.com/rust-lang/crates.io-index" 2588checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 2589dependencies = [ 2590 "proc-macro2", 2591 "quote", 2592 "syn", 2593] 2594 2595[[package]] 2596name = "zmij" 2597version = "1.0.21" 2598source = "registry+https://github.com/rust-lang/crates.io-index" 2599checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"