Microservice to bring 2FA to self hosted PDSes
0

Configure Feed

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

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