this repo has no description
0
fork

Configure Feed

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

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