Highly ambitious ATProtocol AppView service and sdks
at main 110 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "Inflector" 7version = "0.11.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3" 10dependencies = [ 11 "lazy_static", 12 "regex", 13] 14 15[[package]] 16name = "addr2line" 17version = "0.25.1" 18source = "registry+https://github.com/rust-lang/crates.io-index" 19checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 20dependencies = [ 21 "gimli", 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 = "aho-corasick" 32version = "1.1.3" 33source = "registry+https://github.com/rust-lang/crates.io-index" 34checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 35dependencies = [ 36 "memchr", 37] 38 39[[package]] 40name = "allocator-api2" 41version = "0.2.21" 42source = "registry+https://github.com/rust-lang/crates.io-index" 43checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 44 45[[package]] 46name = "android_system_properties" 47version = "0.1.5" 48source = "registry+https://github.com/rust-lang/crates.io-index" 49checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 50dependencies = [ 51 "libc", 52] 53 54[[package]] 55name = "anyhow" 56version = "1.0.100" 57source = "registry+https://github.com/rust-lang/crates.io-index" 58checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 59 60[[package]] 61name = "anymap2" 62version = "0.13.0" 63source = "registry+https://github.com/rust-lang/crates.io-index" 64checksum = "d301b3b94cb4b2f23d7917810addbbaff90738e0ca2be692bd027e70d7e0330c" 65 66[[package]] 67name = "arc-swap" 68version = "1.7.1" 69source = "registry+https://github.com/rust-lang/crates.io-index" 70checksum = "69f7f8c3906b62b754cd5326047894316021dcfe5a194c8ea52bdd94934a3457" 71 72[[package]] 73name = "ascii_utils" 74version = "0.9.3" 75source = "registry+https://github.com/rust-lang/crates.io-index" 76checksum = "71938f30533e4d95a6d17aa530939da3842c2ab6f4f84b9dae68447e4129f74a" 77 78[[package]] 79name = "async-graphql" 80version = "7.0.17" 81source = "registry+https://github.com/rust-lang/crates.io-index" 82checksum = "036618f842229ba0b89652ffe425f96c7c16a49f7e3cb23b56fca7f61fd74980" 83dependencies = [ 84 "async-graphql-derive", 85 "async-graphql-parser", 86 "async-graphql-value", 87 "async-stream", 88 "async-trait", 89 "base64 0.22.1", 90 "bytes", 91 "fast_chemail", 92 "fnv", 93 "futures-channel", 94 "futures-timer", 95 "futures-util", 96 "handlebars", 97 "http", 98 "indexmap", 99 "lru", 100 "mime", 101 "multer", 102 "num-traits", 103 "pin-project-lite", 104 "regex", 105 "serde", 106 "serde_json", 107 "serde_urlencoded", 108 "static_assertions_next", 109 "tempfile", 110 "thiserror 1.0.69", 111] 112 113[[package]] 114name = "async-graphql-axum" 115version = "7.0.17" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "8725874ecfbf399e071150b8619c4071d7b2b7a2f117e173dddef53c6bdb6bb1" 118dependencies = [ 119 "async-graphql", 120 "axum", 121 "bytes", 122 "futures-util", 123 "serde_json", 124 "tokio", 125 "tokio-stream", 126 "tokio-util", 127 "tower-service", 128] 129 130[[package]] 131name = "async-graphql-derive" 132version = "7.0.17" 133source = "registry+https://github.com/rust-lang/crates.io-index" 134checksum = "fd45deb3dbe5da5cdb8d6a670a7736d735ba65b455328440f236dfb113727a3d" 135dependencies = [ 136 "Inflector", 137 "async-graphql-parser", 138 "darling", 139 "proc-macro-crate", 140 "proc-macro2", 141 "quote", 142 "strum", 143 "syn 2.0.106", 144 "thiserror 1.0.69", 145] 146 147[[package]] 148name = "async-graphql-parser" 149version = "7.0.17" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "60b7607e59424a35dadbc085b0d513aa54ec28160ee640cf79ec3b634eba66d3" 152dependencies = [ 153 "async-graphql-value", 154 "pest", 155 "serde", 156 "serde_json", 157] 158 159[[package]] 160name = "async-graphql-value" 161version = "7.0.17" 162source = "registry+https://github.com/rust-lang/crates.io-index" 163checksum = "34ecdaff7c9cffa3614a9f9999bf9ee4c3078fe3ce4d6a6e161736b56febf2de" 164dependencies = [ 165 "bytes", 166 "indexmap", 167 "serde", 168 "serde_json", 169] 170 171[[package]] 172name = "async-stream" 173version = "0.3.6" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 176dependencies = [ 177 "async-stream-impl", 178 "futures-core", 179 "pin-project-lite", 180] 181 182[[package]] 183name = "async-stream-impl" 184version = "0.3.6" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 187dependencies = [ 188 "proc-macro2", 189 "quote", 190 "syn 2.0.106", 191] 192 193[[package]] 194name = "async-trait" 195version = "0.1.89" 196source = "registry+https://github.com/rust-lang/crates.io-index" 197checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 198dependencies = [ 199 "proc-macro2", 200 "quote", 201 "syn 2.0.106", 202] 203 204[[package]] 205name = "atoi" 206version = "2.0.0" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 209dependencies = [ 210 "num-traits", 211] 212 213[[package]] 214name = "atomic-waker" 215version = "1.1.2" 216source = "registry+https://github.com/rust-lang/crates.io-index" 217checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 218 219[[package]] 220name = "atproto-client" 221version = "0.12.0" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "9f388d83aa9552d7c7b80cc131558fb86be5a46a104742fb4ccf38e22a3c8620" 224dependencies = [ 225 "anyhow", 226 "atproto-identity", 227 "atproto-oauth", 228 "atproto-record", 229 "bytes", 230 "reqwest", 231 "reqwest-chain", 232 "reqwest-middleware", 233 "serde", 234 "serde_json", 235 "thiserror 2.0.16", 236 "tokio", 237 "tracing", 238 "urlencoding", 239] 240 241[[package]] 242name = "atproto-identity" 243version = "0.12.0" 244source = "registry+https://github.com/rust-lang/crates.io-index" 245checksum = "65e405e13a96ce91d1e832f56b90ae3f1fcbe29a5d9731e417074bfe1df71a5f" 246dependencies = [ 247 "anyhow", 248 "async-trait", 249 "ecdsa", 250 "elliptic-curve", 251 "hickory-resolver", 252 "k256", 253 "lru", 254 "multibase", 255 "p256", 256 "p384", 257 "rand 0.8.5", 258 "reqwest", 259 "serde", 260 "serde_ipld_dagcbor", 261 "serde_json", 262 "thiserror 2.0.16", 263 "tokio", 264 "tracing", 265 "urlencoding", 266] 267 268[[package]] 269name = "atproto-jetstream" 270version = "0.12.0" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "b36d0d4fec207d04563bdb151ca793dbfbb9c4708b5c9320d65da4b564b186d2" 273dependencies = [ 274 "anyhow", 275 "async-trait", 276 "atproto-identity", 277 "futures", 278 "http", 279 "serde", 280 "serde_json", 281 "thiserror 2.0.16", 282 "tokio", 283 "tokio-util", 284 "tokio-websockets", 285 "tracing", 286 "tracing-subscriber", 287 "urlencoding", 288 "zstd", 289] 290 291[[package]] 292name = "atproto-oauth" 293version = "0.12.0" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "3f7a82388b59f83c2c141af434afa96d41841e4e7c1b361afc83193f2ee75d63" 296dependencies = [ 297 "anyhow", 298 "async-trait", 299 "atproto-identity", 300 "base64 0.22.1", 301 "chrono", 302 "ecdsa", 303 "elliptic-curve", 304 "k256", 305 "lru", 306 "multibase", 307 "p256", 308 "p384", 309 "rand 0.8.5", 310 "reqwest", 311 "reqwest-chain", 312 "reqwest-middleware", 313 "serde", 314 "serde_ipld_dagcbor", 315 "serde_json", 316 "sha2", 317 "thiserror 2.0.16", 318 "tokio", 319 "tracing", 320 "ulid", 321] 322 323[[package]] 324name = "atproto-record" 325version = "0.12.0" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "accec4d63f3f653e947b051b8c9f56f6d939d7a646e44b845eeabc03c713dad5" 328dependencies = [ 329 "anyhow", 330 "atproto-identity", 331 "base64 0.22.1", 332 "chrono", 333 "serde", 334 "serde_ipld_dagcbor", 335 "serde_json", 336 "thiserror 2.0.16", 337] 338 339[[package]] 340name = "autocfg" 341version = "1.5.0" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 344 345[[package]] 346name = "axum" 347version = "0.8.6" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" 350dependencies = [ 351 "axum-core", 352 "axum-macros", 353 "base64 0.22.1", 354 "bytes", 355 "form_urlencoded", 356 "futures-util", 357 "http", 358 "http-body", 359 "http-body-util", 360 "hyper", 361 "hyper-util", 362 "itoa", 363 "matchit", 364 "memchr", 365 "mime", 366 "percent-encoding", 367 "pin-project-lite", 368 "serde_core", 369 "serde_json", 370 "serde_path_to_error", 371 "serde_urlencoded", 372 "sha1", 373 "sync_wrapper", 374 "tokio", 375 "tokio-tungstenite", 376 "tower", 377 "tower-layer", 378 "tower-service", 379 "tracing", 380] 381 382[[package]] 383name = "axum-core" 384version = "0.5.5" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 387dependencies = [ 388 "bytes", 389 "futures-core", 390 "http", 391 "http-body", 392 "http-body-util", 393 "mime", 394 "pin-project-lite", 395 "sync_wrapper", 396 "tower-layer", 397 "tower-service", 398 "tracing", 399] 400 401[[package]] 402name = "axum-extra" 403version = "0.10.3" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "9963ff19f40c6102c76756ef0a46004c0d58957d87259fc9208ff8441c12ab96" 406dependencies = [ 407 "axum", 408 "axum-core", 409 "bytes", 410 "form_urlencoded", 411 "futures-util", 412 "http", 413 "http-body", 414 "http-body-util", 415 "mime", 416 "pin-project-lite", 417 "rustversion", 418 "serde_core", 419 "serde_html_form", 420 "serde_path_to_error", 421 "tower-layer", 422 "tower-service", 423 "tracing", 424] 425 426[[package]] 427name = "axum-macros" 428version = "0.5.0" 429source = "registry+https://github.com/rust-lang/crates.io-index" 430checksum = "604fde5e028fea851ce1d8570bbdc034bec850d157f7569d10f347d06808c05c" 431dependencies = [ 432 "proc-macro2", 433 "quote", 434 "syn 2.0.106", 435] 436 437[[package]] 438name = "backon" 439version = "1.5.2" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "592277618714fbcecda9a02ba7a8781f319d26532a88553bbacc77ba5d2b3a8d" 442dependencies = [ 443 "fastrand", 444] 445 446[[package]] 447name = "backtrace" 448version = "0.3.76" 449source = "registry+https://github.com/rust-lang/crates.io-index" 450checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 451dependencies = [ 452 "addr2line", 453 "cfg-if", 454 "libc", 455 "miniz_oxide", 456 "object", 457 "rustc-demangle", 458 "windows-link 0.2.0", 459] 460 461[[package]] 462name = "base-x" 463version = "0.2.11" 464source = "registry+https://github.com/rust-lang/crates.io-index" 465checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 466 467[[package]] 468name = "base16ct" 469version = "0.2.0" 470source = "registry+https://github.com/rust-lang/crates.io-index" 471checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 472 473[[package]] 474name = "base64" 475version = "0.21.7" 476source = "registry+https://github.com/rust-lang/crates.io-index" 477checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567" 478 479[[package]] 480name = "base64" 481version = "0.22.1" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 484 485[[package]] 486name = "base64ct" 487version = "1.8.0" 488source = "registry+https://github.com/rust-lang/crates.io-index" 489checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" 490 491[[package]] 492name = "bitflags" 493version = "2.9.4" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 496dependencies = [ 497 "serde", 498] 499 500[[package]] 501name = "block-buffer" 502version = "0.10.4" 503source = "registry+https://github.com/rust-lang/crates.io-index" 504checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 505dependencies = [ 506 "generic-array", 507] 508 509[[package]] 510name = "bumpalo" 511version = "3.19.0" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 514 515[[package]] 516name = "byteorder" 517version = "1.5.0" 518source = "registry+https://github.com/rust-lang/crates.io-index" 519checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 520 521[[package]] 522name = "bytes" 523version = "1.10.1" 524source = "registry+https://github.com/rust-lang/crates.io-index" 525checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 526dependencies = [ 527 "serde", 528] 529 530[[package]] 531name = "cbor4ii" 532version = "0.2.14" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 535dependencies = [ 536 "serde", 537] 538 539[[package]] 540name = "cc" 541version = "1.2.39" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f" 544dependencies = [ 545 "find-msvc-tools", 546 "jobserver", 547 "libc", 548 "shlex", 549] 550 551[[package]] 552name = "cfg-if" 553version = "1.0.3" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 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 0.2.0", 575] 576 577[[package]] 578name = "cid" 579version = "0.11.1" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 582dependencies = [ 583 "core2", 584 "multibase", 585 "multihash", 586 "serde", 587 "serde_bytes", 588 "unsigned-varint", 589] 590 591[[package]] 592name = "combine" 593version = "4.6.7" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd" 596dependencies = [ 597 "bytes", 598 "futures-core", 599 "memchr", 600 "pin-project-lite", 601 "tokio", 602 "tokio-util", 603] 604 605[[package]] 606name = "concurrent-queue" 607version = "2.5.0" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 610dependencies = [ 611 "crossbeam-utils", 612] 613 614[[package]] 615name = "const-oid" 616version = "0.9.6" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 619 620[[package]] 621name = "core-foundation" 622version = "0.9.4" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 625dependencies = [ 626 "core-foundation-sys", 627 "libc", 628] 629 630[[package]] 631name = "core-foundation" 632version = "0.10.1" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 635dependencies = [ 636 "core-foundation-sys", 637 "libc", 638] 639 640[[package]] 641name = "core-foundation-sys" 642version = "0.8.7" 643source = "registry+https://github.com/rust-lang/crates.io-index" 644checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 645 646[[package]] 647name = "core2" 648version = "0.4.0" 649source = "registry+https://github.com/rust-lang/crates.io-index" 650checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 651dependencies = [ 652 "memchr", 653] 654 655[[package]] 656name = "cpufeatures" 657version = "0.2.17" 658source = "registry+https://github.com/rust-lang/crates.io-index" 659checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 660dependencies = [ 661 "libc", 662] 663 664[[package]] 665name = "crc" 666version = "3.3.0" 667source = "registry+https://github.com/rust-lang/crates.io-index" 668checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" 669dependencies = [ 670 "crc-catalog", 671] 672 673[[package]] 674name = "crc-catalog" 675version = "2.4.0" 676source = "registry+https://github.com/rust-lang/crates.io-index" 677checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 678 679[[package]] 680name = "critical-section" 681version = "1.2.0" 682source = "registry+https://github.com/rust-lang/crates.io-index" 683checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 684 685[[package]] 686name = "crossbeam-channel" 687version = "0.5.15" 688source = "registry+https://github.com/rust-lang/crates.io-index" 689checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 690dependencies = [ 691 "crossbeam-utils", 692] 693 694[[package]] 695name = "crossbeam-epoch" 696version = "0.9.18" 697source = "registry+https://github.com/rust-lang/crates.io-index" 698checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 699dependencies = [ 700 "crossbeam-utils", 701] 702 703[[package]] 704name = "crossbeam-queue" 705version = "0.3.12" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 708dependencies = [ 709 "crossbeam-utils", 710] 711 712[[package]] 713name = "crossbeam-utils" 714version = "0.8.21" 715source = "registry+https://github.com/rust-lang/crates.io-index" 716checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 717 718[[package]] 719name = "crypto-bigint" 720version = "0.5.5" 721source = "registry+https://github.com/rust-lang/crates.io-index" 722checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 723dependencies = [ 724 "generic-array", 725 "rand_core 0.6.4", 726 "subtle", 727 "zeroize", 728] 729 730[[package]] 731name = "crypto-common" 732version = "0.1.6" 733source = "registry+https://github.com/rust-lang/crates.io-index" 734checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 735dependencies = [ 736 "generic-array", 737 "typenum", 738] 739 740[[package]] 741name = "darling" 742version = "0.20.11" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee" 745dependencies = [ 746 "darling_core", 747 "darling_macro", 748] 749 750[[package]] 751name = "darling_core" 752version = "0.20.11" 753source = "registry+https://github.com/rust-lang/crates.io-index" 754checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e" 755dependencies = [ 756 "fnv", 757 "ident_case", 758 "proc-macro2", 759 "quote", 760 "strsim", 761 "syn 2.0.106", 762] 763 764[[package]] 765name = "darling_macro" 766version = "0.20.11" 767source = "registry+https://github.com/rust-lang/crates.io-index" 768checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead" 769dependencies = [ 770 "darling_core", 771 "quote", 772 "syn 2.0.106", 773] 774 775[[package]] 776name = "data-encoding" 777version = "2.9.0" 778source = "registry+https://github.com/rust-lang/crates.io-index" 779checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 780 781[[package]] 782name = "data-encoding-macro" 783version = "0.1.18" 784source = "registry+https://github.com/rust-lang/crates.io-index" 785checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 786dependencies = [ 787 "data-encoding", 788 "data-encoding-macro-internal", 789] 790 791[[package]] 792name = "data-encoding-macro-internal" 793version = "0.1.16" 794source = "registry+https://github.com/rust-lang/crates.io-index" 795checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 796dependencies = [ 797 "data-encoding", 798 "syn 2.0.106", 799] 800 801[[package]] 802name = "der" 803version = "0.7.10" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 806dependencies = [ 807 "const-oid", 808 "pem-rfc7468", 809 "zeroize", 810] 811 812[[package]] 813name = "digest" 814version = "0.10.7" 815source = "registry+https://github.com/rust-lang/crates.io-index" 816checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 817dependencies = [ 818 "block-buffer", 819 "const-oid", 820 "crypto-common", 821 "subtle", 822] 823 824[[package]] 825name = "displaydoc" 826version = "0.2.5" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 829dependencies = [ 830 "proc-macro2", 831 "quote", 832 "syn 2.0.106", 833] 834 835[[package]] 836name = "dotenvy" 837version = "0.15.7" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 840 841[[package]] 842name = "ecdsa" 843version = "0.16.9" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 846dependencies = [ 847 "der", 848 "digest", 849 "elliptic-curve", 850 "rfc6979", 851 "serdect", 852 "signature", 853 "spki", 854] 855 856[[package]] 857name = "either" 858version = "1.15.0" 859source = "registry+https://github.com/rust-lang/crates.io-index" 860checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 861dependencies = [ 862 "serde", 863] 864 865[[package]] 866name = "elliptic-curve" 867version = "0.13.8" 868source = "registry+https://github.com/rust-lang/crates.io-index" 869checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 870dependencies = [ 871 "base16ct", 872 "base64ct", 873 "crypto-bigint", 874 "digest", 875 "ff", 876 "generic-array", 877 "group", 878 "hkdf", 879 "pem-rfc7468", 880 "pkcs8", 881 "rand_core 0.6.4", 882 "sec1", 883 "serde_json", 884 "serdect", 885 "subtle", 886 "zeroize", 887] 888 889[[package]] 890name = "encoding_rs" 891version = "0.8.35" 892source = "registry+https://github.com/rust-lang/crates.io-index" 893checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 894dependencies = [ 895 "cfg-if", 896] 897 898[[package]] 899name = "enum-as-inner" 900version = "0.6.1" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 903dependencies = [ 904 "heck", 905 "proc-macro2", 906 "quote", 907 "syn 2.0.106", 908] 909 910[[package]] 911name = "equivalent" 912version = "1.0.2" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 915 916[[package]] 917name = "errno" 918version = "0.3.14" 919source = "registry+https://github.com/rust-lang/crates.io-index" 920checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 921dependencies = [ 922 "libc", 923 "windows-sys 0.61.1", 924] 925 926[[package]] 927name = "etcetera" 928version = "0.8.0" 929source = "registry+https://github.com/rust-lang/crates.io-index" 930checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 931dependencies = [ 932 "cfg-if", 933 "home", 934 "windows-sys 0.48.0", 935] 936 937[[package]] 938name = "event-listener" 939version = "5.4.1" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 942dependencies = [ 943 "concurrent-queue", 944 "parking", 945 "pin-project-lite", 946] 947 948[[package]] 949name = "fast_chemail" 950version = "0.9.6" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "495a39d30d624c2caabe6312bfead73e7717692b44e0b32df168c275a2e8e9e4" 953dependencies = [ 954 "ascii_utils", 955] 956 957[[package]] 958name = "fastrand" 959version = "2.3.0" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 962 963[[package]] 964name = "ff" 965version = "0.13.1" 966source = "registry+https://github.com/rust-lang/crates.io-index" 967checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 968dependencies = [ 969 "rand_core 0.6.4", 970 "subtle", 971] 972 973[[package]] 974name = "find-msvc-tools" 975version = "0.1.2" 976source = "registry+https://github.com/rust-lang/crates.io-index" 977checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959" 978 979[[package]] 980name = "flume" 981version = "0.11.1" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 984dependencies = [ 985 "futures-core", 986 "futures-sink", 987 "spin", 988] 989 990[[package]] 991name = "fnv" 992version = "1.0.7" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 995 996[[package]] 997name = "foldhash" 998version = "0.1.5" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 1001 1002[[package]] 1003name = "foreign-types" 1004version = "0.3.2" 1005source = "registry+https://github.com/rust-lang/crates.io-index" 1006checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 1007dependencies = [ 1008 "foreign-types-shared", 1009] 1010 1011[[package]] 1012name = "foreign-types-shared" 1013version = "0.1.1" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 1016 1017[[package]] 1018name = "form_urlencoded" 1019version = "1.2.2" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 1022dependencies = [ 1023 "percent-encoding", 1024] 1025 1026[[package]] 1027name = "futures" 1028version = "0.3.31" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 1031dependencies = [ 1032 "futures-channel", 1033 "futures-core", 1034 "futures-executor", 1035 "futures-io", 1036 "futures-sink", 1037 "futures-task", 1038 "futures-util", 1039] 1040 1041[[package]] 1042name = "futures-channel" 1043version = "0.3.31" 1044source = "registry+https://github.com/rust-lang/crates.io-index" 1045checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 1046dependencies = [ 1047 "futures-core", 1048 "futures-sink", 1049] 1050 1051[[package]] 1052name = "futures-core" 1053version = "0.3.31" 1054source = "registry+https://github.com/rust-lang/crates.io-index" 1055checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 1056 1057[[package]] 1058name = "futures-executor" 1059version = "0.3.31" 1060source = "registry+https://github.com/rust-lang/crates.io-index" 1061checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 1062dependencies = [ 1063 "futures-core", 1064 "futures-task", 1065 "futures-util", 1066] 1067 1068[[package]] 1069name = "futures-intrusive" 1070version = "0.5.0" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 1073dependencies = [ 1074 "futures-core", 1075 "lock_api", 1076 "parking_lot", 1077] 1078 1079[[package]] 1080name = "futures-io" 1081version = "0.3.31" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 1084 1085[[package]] 1086name = "futures-macro" 1087version = "0.3.31" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 1090dependencies = [ 1091 "proc-macro2", 1092 "quote", 1093 "syn 2.0.106", 1094] 1095 1096[[package]] 1097name = "futures-sink" 1098version = "0.3.31" 1099source = "registry+https://github.com/rust-lang/crates.io-index" 1100checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 1101 1102[[package]] 1103name = "futures-task" 1104version = "0.3.31" 1105source = "registry+https://github.com/rust-lang/crates.io-index" 1106checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 1107 1108[[package]] 1109name = "futures-timer" 1110version = "3.0.3" 1111source = "registry+https://github.com/rust-lang/crates.io-index" 1112checksum = "f288b0a4f20f9a56b5d1da57e2227c661b7b16168e2f72365f57b63326e29b24" 1113 1114[[package]] 1115name = "futures-util" 1116version = "0.3.31" 1117source = "registry+https://github.com/rust-lang/crates.io-index" 1118checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1119dependencies = [ 1120 "futures-channel", 1121 "futures-core", 1122 "futures-io", 1123 "futures-macro", 1124 "futures-sink", 1125 "futures-task", 1126 "memchr", 1127 "pin-project-lite", 1128 "pin-utils", 1129 "slab", 1130] 1131 1132[[package]] 1133name = "generic-array" 1134version = "0.14.7" 1135source = "registry+https://github.com/rust-lang/crates.io-index" 1136checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a" 1137dependencies = [ 1138 "typenum", 1139 "version_check", 1140 "zeroize", 1141] 1142 1143[[package]] 1144name = "getrandom" 1145version = "0.2.16" 1146source = "registry+https://github.com/rust-lang/crates.io-index" 1147checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1148dependencies = [ 1149 "cfg-if", 1150 "js-sys", 1151 "libc", 1152 "wasi 0.11.1+wasi-snapshot-preview1", 1153 "wasm-bindgen", 1154] 1155 1156[[package]] 1157name = "getrandom" 1158version = "0.3.3" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 1161dependencies = [ 1162 "cfg-if", 1163 "js-sys", 1164 "libc", 1165 "r-efi", 1166 "wasi 0.14.7+wasi-0.2.4", 1167 "wasm-bindgen", 1168] 1169 1170[[package]] 1171name = "gimli" 1172version = "0.32.3" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 1175 1176[[package]] 1177name = "group" 1178version = "0.13.0" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 1181dependencies = [ 1182 "ff", 1183 "rand_core 0.6.4", 1184 "subtle", 1185] 1186 1187[[package]] 1188name = "h2" 1189version = "0.4.12" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 1192dependencies = [ 1193 "atomic-waker", 1194 "bytes", 1195 "fnv", 1196 "futures-core", 1197 "futures-sink", 1198 "http", 1199 "indexmap", 1200 "slab", 1201 "tokio", 1202 "tokio-util", 1203 "tracing", 1204] 1205 1206[[package]] 1207name = "handlebars" 1208version = "5.1.2" 1209source = "registry+https://github.com/rust-lang/crates.io-index" 1210checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b" 1211dependencies = [ 1212 "log", 1213 "pest", 1214 "pest_derive", 1215 "serde", 1216 "serde_json", 1217 "thiserror 1.0.69", 1218] 1219 1220[[package]] 1221name = "hashbrown" 1222version = "0.15.5" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1225dependencies = [ 1226 "allocator-api2", 1227 "equivalent", 1228 "foldhash", 1229] 1230 1231[[package]] 1232name = "hashbrown" 1233version = "0.16.0" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 1236 1237[[package]] 1238name = "hashlink" 1239version = "0.10.0" 1240source = "registry+https://github.com/rust-lang/crates.io-index" 1241checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 1242dependencies = [ 1243 "hashbrown 0.15.5", 1244] 1245 1246[[package]] 1247name = "heck" 1248version = "0.5.0" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1251 1252[[package]] 1253name = "hex" 1254version = "0.4.3" 1255source = "registry+https://github.com/rust-lang/crates.io-index" 1256checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1257 1258[[package]] 1259name = "hickory-proto" 1260version = "0.25.2" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 1263dependencies = [ 1264 "async-trait", 1265 "cfg-if", 1266 "data-encoding", 1267 "enum-as-inner", 1268 "futures-channel", 1269 "futures-io", 1270 "futures-util", 1271 "idna", 1272 "ipnet", 1273 "once_cell", 1274 "rand 0.9.2", 1275 "ring", 1276 "thiserror 2.0.16", 1277 "tinyvec", 1278 "tokio", 1279 "tracing", 1280 "url", 1281] 1282 1283[[package]] 1284name = "hickory-resolver" 1285version = "0.25.2" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 1288dependencies = [ 1289 "cfg-if", 1290 "futures-util", 1291 "hickory-proto", 1292 "ipconfig", 1293 "moka", 1294 "once_cell", 1295 "parking_lot", 1296 "rand 0.9.2", 1297 "resolv-conf", 1298 "smallvec", 1299 "thiserror 2.0.16", 1300 "tokio", 1301 "tracing", 1302] 1303 1304[[package]] 1305name = "hkdf" 1306version = "0.12.4" 1307source = "registry+https://github.com/rust-lang/crates.io-index" 1308checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1309dependencies = [ 1310 "hmac", 1311] 1312 1313[[package]] 1314name = "hmac" 1315version = "0.12.1" 1316source = "registry+https://github.com/rust-lang/crates.io-index" 1317checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1318dependencies = [ 1319 "digest", 1320] 1321 1322[[package]] 1323name = "home" 1324version = "0.5.11" 1325source = "registry+https://github.com/rust-lang/crates.io-index" 1326checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf" 1327dependencies = [ 1328 "windows-sys 0.59.0", 1329] 1330 1331[[package]] 1332name = "http" 1333version = "1.3.1" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1336dependencies = [ 1337 "bytes", 1338 "fnv", 1339 "itoa", 1340] 1341 1342[[package]] 1343name = "http-body" 1344version = "1.0.1" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1347dependencies = [ 1348 "bytes", 1349 "http", 1350] 1351 1352[[package]] 1353name = "http-body-util" 1354version = "0.1.3" 1355source = "registry+https://github.com/rust-lang/crates.io-index" 1356checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1357dependencies = [ 1358 "bytes", 1359 "futures-core", 1360 "http", 1361 "http-body", 1362 "pin-project-lite", 1363] 1364 1365[[package]] 1366name = "httparse" 1367version = "1.10.1" 1368source = "registry+https://github.com/rust-lang/crates.io-index" 1369checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1370 1371[[package]] 1372name = "httpdate" 1373version = "1.0.3" 1374source = "registry+https://github.com/rust-lang/crates.io-index" 1375checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1376 1377[[package]] 1378name = "hyper" 1379version = "1.7.0" 1380source = "registry+https://github.com/rust-lang/crates.io-index" 1381checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 1382dependencies = [ 1383 "atomic-waker", 1384 "bytes", 1385 "futures-channel", 1386 "futures-core", 1387 "h2", 1388 "http", 1389 "http-body", 1390 "httparse", 1391 "httpdate", 1392 "itoa", 1393 "pin-project-lite", 1394 "pin-utils", 1395 "smallvec", 1396 "tokio", 1397 "want", 1398] 1399 1400[[package]] 1401name = "hyper-rustls" 1402version = "0.27.7" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1405dependencies = [ 1406 "http", 1407 "hyper", 1408 "hyper-util", 1409 "rustls", 1410 "rustls-pki-types", 1411 "tokio", 1412 "tokio-rustls", 1413 "tower-service", 1414 "webpki-roots 1.0.2", 1415] 1416 1417[[package]] 1418name = "hyper-tls" 1419version = "0.6.0" 1420source = "registry+https://github.com/rust-lang/crates.io-index" 1421checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1422dependencies = [ 1423 "bytes", 1424 "http-body-util", 1425 "hyper", 1426 "hyper-util", 1427 "native-tls", 1428 "tokio", 1429 "tokio-native-tls", 1430 "tower-service", 1431] 1432 1433[[package]] 1434name = "hyper-util" 1435version = "0.1.17" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1438dependencies = [ 1439 "base64 0.22.1", 1440 "bytes", 1441 "futures-channel", 1442 "futures-core", 1443 "futures-util", 1444 "http", 1445 "http-body", 1446 "hyper", 1447 "ipnet", 1448 "libc", 1449 "percent-encoding", 1450 "pin-project-lite", 1451 "socket2 0.6.0", 1452 "system-configuration", 1453 "tokio", 1454 "tower-service", 1455 "tracing", 1456 "windows-registry", 1457] 1458 1459[[package]] 1460name = "iana-time-zone" 1461version = "0.1.64" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 1464dependencies = [ 1465 "android_system_properties", 1466 "core-foundation-sys", 1467 "iana-time-zone-haiku", 1468 "js-sys", 1469 "log", 1470 "wasm-bindgen", 1471 "windows-core", 1472] 1473 1474[[package]] 1475name = "iana-time-zone-haiku" 1476version = "0.1.2" 1477source = "registry+https://github.com/rust-lang/crates.io-index" 1478checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1479dependencies = [ 1480 "cc", 1481] 1482 1483[[package]] 1484name = "icu_collections" 1485version = "2.0.0" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1488dependencies = [ 1489 "displaydoc", 1490 "potential_utf", 1491 "yoke", 1492 "zerofrom", 1493 "zerovec", 1494] 1495 1496[[package]] 1497name = "icu_locale_core" 1498version = "2.0.0" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1501dependencies = [ 1502 "displaydoc", 1503 "litemap", 1504 "tinystr", 1505 "writeable", 1506 "zerovec", 1507] 1508 1509[[package]] 1510name = "icu_normalizer" 1511version = "2.0.0" 1512source = "registry+https://github.com/rust-lang/crates.io-index" 1513checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1514dependencies = [ 1515 "displaydoc", 1516 "icu_collections", 1517 "icu_normalizer_data", 1518 "icu_properties", 1519 "icu_provider", 1520 "smallvec", 1521 "zerovec", 1522] 1523 1524[[package]] 1525name = "icu_normalizer_data" 1526version = "2.0.0" 1527source = "registry+https://github.com/rust-lang/crates.io-index" 1528checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1529 1530[[package]] 1531name = "icu_properties" 1532version = "2.0.1" 1533source = "registry+https://github.com/rust-lang/crates.io-index" 1534checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1535dependencies = [ 1536 "displaydoc", 1537 "icu_collections", 1538 "icu_locale_core", 1539 "icu_properties_data", 1540 "icu_provider", 1541 "potential_utf", 1542 "zerotrie", 1543 "zerovec", 1544] 1545 1546[[package]] 1547name = "icu_properties_data" 1548version = "2.0.1" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1551 1552[[package]] 1553name = "icu_provider" 1554version = "2.0.0" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1557dependencies = [ 1558 "displaydoc", 1559 "icu_locale_core", 1560 "stable_deref_trait", 1561 "tinystr", 1562 "writeable", 1563 "yoke", 1564 "zerofrom", 1565 "zerotrie", 1566 "zerovec", 1567] 1568 1569[[package]] 1570name = "ident_case" 1571version = "1.0.1" 1572source = "registry+https://github.com/rust-lang/crates.io-index" 1573checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1574 1575[[package]] 1576name = "idna" 1577version = "1.1.0" 1578source = "registry+https://github.com/rust-lang/crates.io-index" 1579checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1580dependencies = [ 1581 "idna_adapter", 1582 "smallvec", 1583 "utf8_iter", 1584] 1585 1586[[package]] 1587name = "idna_adapter" 1588version = "1.2.1" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1591dependencies = [ 1592 "icu_normalizer", 1593 "icu_properties", 1594] 1595 1596[[package]] 1597name = "indexmap" 1598version = "2.11.4" 1599source = "registry+https://github.com/rust-lang/crates.io-index" 1600checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 1601dependencies = [ 1602 "equivalent", 1603 "hashbrown 0.16.0", 1604 "serde", 1605 "serde_core", 1606] 1607 1608[[package]] 1609name = "io-uring" 1610version = "0.7.10" 1611source = "registry+https://github.com/rust-lang/crates.io-index" 1612checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 1613dependencies = [ 1614 "bitflags", 1615 "cfg-if", 1616 "libc", 1617] 1618 1619[[package]] 1620name = "ipconfig" 1621version = "0.3.2" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 1624dependencies = [ 1625 "socket2 0.5.10", 1626 "widestring", 1627 "windows-sys 0.48.0", 1628 "winreg", 1629] 1630 1631[[package]] 1632name = "ipld-core" 1633version = "0.4.2" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1636dependencies = [ 1637 "cid", 1638 "serde", 1639 "serde_bytes", 1640] 1641 1642[[package]] 1643name = "ipnet" 1644version = "2.11.0" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1647 1648[[package]] 1649name = "iri-string" 1650version = "0.7.8" 1651source = "registry+https://github.com/rust-lang/crates.io-index" 1652checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1653dependencies = [ 1654 "memchr", 1655 "serde", 1656] 1657 1658[[package]] 1659name = "itoa" 1660version = "1.0.15" 1661source = "registry+https://github.com/rust-lang/crates.io-index" 1662checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1663 1664[[package]] 1665name = "jobserver" 1666version = "0.1.34" 1667source = "registry+https://github.com/rust-lang/crates.io-index" 1668checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1669dependencies = [ 1670 "getrandom 0.3.3", 1671 "libc", 1672] 1673 1674[[package]] 1675name = "js-sys" 1676version = "0.3.81" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 1679dependencies = [ 1680 "once_cell", 1681 "wasm-bindgen", 1682] 1683 1684[[package]] 1685name = "k256" 1686version = "0.13.4" 1687source = "registry+https://github.com/rust-lang/crates.io-index" 1688checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 1689dependencies = [ 1690 "cfg-if", 1691 "ecdsa", 1692 "elliptic-curve", 1693 "once_cell", 1694 "sha2", 1695 "signature", 1696] 1697 1698[[package]] 1699name = "lazy_static" 1700version = "1.5.0" 1701source = "registry+https://github.com/rust-lang/crates.io-index" 1702checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1703dependencies = [ 1704 "spin", 1705] 1706 1707[[package]] 1708name = "libc" 1709version = "0.2.176" 1710source = "registry+https://github.com/rust-lang/crates.io-index" 1711checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 1712 1713[[package]] 1714name = "libm" 1715version = "0.2.15" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 1718 1719[[package]] 1720name = "libredox" 1721version = "0.1.10" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 1724dependencies = [ 1725 "bitflags", 1726 "libc", 1727 "redox_syscall", 1728] 1729 1730[[package]] 1731name = "libsqlite3-sys" 1732version = "0.30.1" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 1735dependencies = [ 1736 "pkg-config", 1737 "vcpkg", 1738] 1739 1740[[package]] 1741name = "linux-raw-sys" 1742version = "0.11.0" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1745 1746[[package]] 1747name = "litemap" 1748version = "0.8.0" 1749source = "registry+https://github.com/rust-lang/crates.io-index" 1750checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1751 1752[[package]] 1753name = "lock_api" 1754version = "0.4.13" 1755source = "registry+https://github.com/rust-lang/crates.io-index" 1756checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 1757dependencies = [ 1758 "autocfg", 1759 "scopeguard", 1760] 1761 1762[[package]] 1763name = "log" 1764version = "0.4.28" 1765source = "registry+https://github.com/rust-lang/crates.io-index" 1766checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1767 1768[[package]] 1769name = "lru" 1770version = "0.12.5" 1771source = "registry+https://github.com/rust-lang/crates.io-index" 1772checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1773dependencies = [ 1774 "hashbrown 0.15.5", 1775] 1776 1777[[package]] 1778name = "lru-slab" 1779version = "0.1.2" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1782 1783[[package]] 1784name = "matchers" 1785version = "0.2.0" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1788dependencies = [ 1789 "regex-automata", 1790] 1791 1792[[package]] 1793name = "matchit" 1794version = "0.8.4" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1797 1798[[package]] 1799name = "md-5" 1800version = "0.10.6" 1801source = "registry+https://github.com/rust-lang/crates.io-index" 1802checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1803dependencies = [ 1804 "cfg-if", 1805 "digest", 1806] 1807 1808[[package]] 1809name = "memchr" 1810version = "2.7.6" 1811source = "registry+https://github.com/rust-lang/crates.io-index" 1812checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1813 1814[[package]] 1815name = "mime" 1816version = "0.3.17" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1819 1820[[package]] 1821name = "mime_guess" 1822version = "2.0.5" 1823source = "registry+https://github.com/rust-lang/crates.io-index" 1824checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1825dependencies = [ 1826 "mime", 1827 "unicase", 1828] 1829 1830[[package]] 1831name = "miniz_oxide" 1832version = "0.8.9" 1833source = "registry+https://github.com/rust-lang/crates.io-index" 1834checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1835dependencies = [ 1836 "adler2", 1837] 1838 1839[[package]] 1840name = "mio" 1841version = "1.0.4" 1842source = "registry+https://github.com/rust-lang/crates.io-index" 1843checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1844dependencies = [ 1845 "libc", 1846 "wasi 0.11.1+wasi-snapshot-preview1", 1847 "windows-sys 0.59.0", 1848] 1849 1850[[package]] 1851name = "moka" 1852version = "0.12.11" 1853source = "registry+https://github.com/rust-lang/crates.io-index" 1854checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" 1855dependencies = [ 1856 "crossbeam-channel", 1857 "crossbeam-epoch", 1858 "crossbeam-utils", 1859 "equivalent", 1860 "parking_lot", 1861 "portable-atomic", 1862 "rustc_version", 1863 "smallvec", 1864 "tagptr", 1865 "uuid", 1866] 1867 1868[[package]] 1869name = "multer" 1870version = "3.1.0" 1871source = "registry+https://github.com/rust-lang/crates.io-index" 1872checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 1873dependencies = [ 1874 "bytes", 1875 "encoding_rs", 1876 "futures-util", 1877 "http", 1878 "httparse", 1879 "memchr", 1880 "mime", 1881 "spin", 1882 "version_check", 1883] 1884 1885[[package]] 1886name = "multibase" 1887version = "0.9.1" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 1890dependencies = [ 1891 "base-x", 1892 "data-encoding", 1893 "data-encoding-macro", 1894] 1895 1896[[package]] 1897name = "multihash" 1898version = "0.19.3" 1899source = "registry+https://github.com/rust-lang/crates.io-index" 1900checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1901dependencies = [ 1902 "core2", 1903 "serde", 1904 "unsigned-varint", 1905] 1906 1907[[package]] 1908name = "native-tls" 1909version = "0.2.14" 1910source = "registry+https://github.com/rust-lang/crates.io-index" 1911checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1912dependencies = [ 1913 "libc", 1914 "log", 1915 "openssl", 1916 "openssl-probe", 1917 "openssl-sys", 1918 "schannel", 1919 "security-framework 2.11.1", 1920 "security-framework-sys", 1921 "tempfile", 1922] 1923 1924[[package]] 1925name = "nu-ansi-term" 1926version = "0.50.1" 1927source = "registry+https://github.com/rust-lang/crates.io-index" 1928checksum = "d4a28e057d01f97e61255210fcff094d74ed0466038633e95017f5beb68e4399" 1929dependencies = [ 1930 "windows-sys 0.52.0", 1931] 1932 1933[[package]] 1934name = "num-bigint" 1935version = "0.4.6" 1936source = "registry+https://github.com/rust-lang/crates.io-index" 1937checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9" 1938dependencies = [ 1939 "num-integer", 1940 "num-traits", 1941] 1942 1943[[package]] 1944name = "num-bigint-dig" 1945version = "0.8.4" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 1948dependencies = [ 1949 "byteorder", 1950 "lazy_static", 1951 "libm", 1952 "num-integer", 1953 "num-iter", 1954 "num-traits", 1955 "rand 0.8.5", 1956 "smallvec", 1957 "zeroize", 1958] 1959 1960[[package]] 1961name = "num-integer" 1962version = "0.1.46" 1963source = "registry+https://github.com/rust-lang/crates.io-index" 1964checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 1965dependencies = [ 1966 "num-traits", 1967] 1968 1969[[package]] 1970name = "num-iter" 1971version = "0.1.45" 1972source = "registry+https://github.com/rust-lang/crates.io-index" 1973checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 1974dependencies = [ 1975 "autocfg", 1976 "num-integer", 1977 "num-traits", 1978] 1979 1980[[package]] 1981name = "num-traits" 1982version = "0.2.19" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1985dependencies = [ 1986 "autocfg", 1987 "libm", 1988] 1989 1990[[package]] 1991name = "object" 1992version = "0.37.3" 1993source = "registry+https://github.com/rust-lang/crates.io-index" 1994checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 1995dependencies = [ 1996 "memchr", 1997] 1998 1999[[package]] 2000name = "once_cell" 2001version = "1.21.3" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2004dependencies = [ 2005 "critical-section", 2006 "portable-atomic", 2007] 2008 2009[[package]] 2010name = "openssl" 2011version = "0.10.73" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 2014dependencies = [ 2015 "bitflags", 2016 "cfg-if", 2017 "foreign-types", 2018 "libc", 2019 "once_cell", 2020 "openssl-macros", 2021 "openssl-sys", 2022] 2023 2024[[package]] 2025name = "openssl-macros" 2026version = "0.1.1" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2029dependencies = [ 2030 "proc-macro2", 2031 "quote", 2032 "syn 2.0.106", 2033] 2034 2035[[package]] 2036name = "openssl-probe" 2037version = "0.1.6" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 2040 2041[[package]] 2042name = "openssl-sys" 2043version = "0.9.109" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 2046dependencies = [ 2047 "cc", 2048 "libc", 2049 "pkg-config", 2050 "vcpkg", 2051] 2052 2053[[package]] 2054name = "p256" 2055version = "0.13.2" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 2058dependencies = [ 2059 "ecdsa", 2060 "elliptic-curve", 2061 "primeorder", 2062 "serdect", 2063 "sha2", 2064] 2065 2066[[package]] 2067name = "p384" 2068version = "0.13.1" 2069source = "registry+https://github.com/rust-lang/crates.io-index" 2070checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 2071dependencies = [ 2072 "ecdsa", 2073 "elliptic-curve", 2074 "primeorder", 2075 "serdect", 2076 "sha2", 2077] 2078 2079[[package]] 2080name = "parking" 2081version = "2.2.1" 2082source = "registry+https://github.com/rust-lang/crates.io-index" 2083checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2084 2085[[package]] 2086name = "parking_lot" 2087version = "0.12.4" 2088source = "registry+https://github.com/rust-lang/crates.io-index" 2089checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 2090dependencies = [ 2091 "lock_api", 2092 "parking_lot_core", 2093] 2094 2095[[package]] 2096name = "parking_lot_core" 2097version = "0.9.11" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 2100dependencies = [ 2101 "cfg-if", 2102 "libc", 2103 "redox_syscall", 2104 "smallvec", 2105 "windows-targets 0.52.6", 2106] 2107 2108[[package]] 2109name = "pem-rfc7468" 2110version = "0.7.0" 2111source = "registry+https://github.com/rust-lang/crates.io-index" 2112checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2113dependencies = [ 2114 "base64ct", 2115] 2116 2117[[package]] 2118name = "percent-encoding" 2119version = "2.3.2" 2120source = "registry+https://github.com/rust-lang/crates.io-index" 2121checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2122 2123[[package]] 2124name = "pest" 2125version = "2.8.2" 2126source = "registry+https://github.com/rust-lang/crates.io-index" 2127checksum = "21e0a3a33733faeaf8651dfee72dd0f388f0c8e5ad496a3478fa5a922f49cfa8" 2128dependencies = [ 2129 "memchr", 2130 "thiserror 2.0.16", 2131 "ucd-trie", 2132] 2133 2134[[package]] 2135name = "pest_derive" 2136version = "2.8.2" 2137source = "registry+https://github.com/rust-lang/crates.io-index" 2138checksum = "bc58706f770acb1dbd0973e6530a3cff4746fb721207feb3a8a6064cd0b6c663" 2139dependencies = [ 2140 "pest", 2141 "pest_generator", 2142] 2143 2144[[package]] 2145name = "pest_generator" 2146version = "2.8.2" 2147source = "registry+https://github.com/rust-lang/crates.io-index" 2148checksum = "6d4f36811dfe07f7b8573462465d5cb8965fffc2e71ae377a33aecf14c2c9a2f" 2149dependencies = [ 2150 "pest", 2151 "pest_meta", 2152 "proc-macro2", 2153 "quote", 2154 "syn 2.0.106", 2155] 2156 2157[[package]] 2158name = "pest_meta" 2159version = "2.8.2" 2160source = "registry+https://github.com/rust-lang/crates.io-index" 2161checksum = "42919b05089acbd0a5dcd5405fb304d17d1053847b81163d09c4ad18ce8e8420" 2162dependencies = [ 2163 "pest", 2164 "sha2", 2165] 2166 2167[[package]] 2168name = "pin-project-lite" 2169version = "0.2.16" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2172 2173[[package]] 2174name = "pin-utils" 2175version = "0.1.0" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2178 2179[[package]] 2180name = "pkcs1" 2181version = "0.7.5" 2182source = "registry+https://github.com/rust-lang/crates.io-index" 2183checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2184dependencies = [ 2185 "der", 2186 "pkcs8", 2187 "spki", 2188] 2189 2190[[package]] 2191name = "pkcs8" 2192version = "0.10.2" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2195dependencies = [ 2196 "der", 2197 "spki", 2198] 2199 2200[[package]] 2201name = "pkg-config" 2202version = "0.3.32" 2203source = "registry+https://github.com/rust-lang/crates.io-index" 2204checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2205 2206[[package]] 2207name = "portable-atomic" 2208version = "1.11.1" 2209source = "registry+https://github.com/rust-lang/crates.io-index" 2210checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 2211 2212[[package]] 2213name = "potential_utf" 2214version = "0.1.3" 2215source = "registry+https://github.com/rust-lang/crates.io-index" 2216checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 2217dependencies = [ 2218 "zerovec", 2219] 2220 2221[[package]] 2222name = "ppv-lite86" 2223version = "0.2.21" 2224source = "registry+https://github.com/rust-lang/crates.io-index" 2225checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2226dependencies = [ 2227 "zerocopy", 2228] 2229 2230[[package]] 2231name = "primeorder" 2232version = "0.13.6" 2233source = "registry+https://github.com/rust-lang/crates.io-index" 2234checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 2235dependencies = [ 2236 "elliptic-curve", 2237 "serdect", 2238] 2239 2240[[package]] 2241name = "proc-macro-crate" 2242version = "3.4.0" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983" 2245dependencies = [ 2246 "toml_edit", 2247] 2248 2249[[package]] 2250name = "proc-macro2" 2251version = "1.0.101" 2252source = "registry+https://github.com/rust-lang/crates.io-index" 2253checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 2254dependencies = [ 2255 "unicode-ident", 2256] 2257 2258[[package]] 2259name = "quinn" 2260version = "0.11.9" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2263dependencies = [ 2264 "bytes", 2265 "cfg_aliases", 2266 "pin-project-lite", 2267 "quinn-proto", 2268 "quinn-udp", 2269 "rustc-hash", 2270 "rustls", 2271 "socket2 0.6.0", 2272 "thiserror 2.0.16", 2273 "tokio", 2274 "tracing", 2275 "web-time", 2276] 2277 2278[[package]] 2279name = "quinn-proto" 2280version = "0.11.13" 2281source = "registry+https://github.com/rust-lang/crates.io-index" 2282checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 2283dependencies = [ 2284 "bytes", 2285 "getrandom 0.3.3", 2286 "lru-slab", 2287 "rand 0.9.2", 2288 "ring", 2289 "rustc-hash", 2290 "rustls", 2291 "rustls-pki-types", 2292 "slab", 2293 "thiserror 2.0.16", 2294 "tinyvec", 2295 "tracing", 2296 "web-time", 2297] 2298 2299[[package]] 2300name = "quinn-udp" 2301version = "0.5.14" 2302source = "registry+https://github.com/rust-lang/crates.io-index" 2303checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2304dependencies = [ 2305 "cfg_aliases", 2306 "libc", 2307 "once_cell", 2308 "socket2 0.6.0", 2309 "tracing", 2310 "windows-sys 0.60.2", 2311] 2312 2313[[package]] 2314name = "quote" 2315version = "1.0.40" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "1885c039570dc00dcb4ff087a89e185fd56bae234ddc7f056a945bf36467248d" 2318dependencies = [ 2319 "proc-macro2", 2320] 2321 2322[[package]] 2323name = "r-efi" 2324version = "5.3.0" 2325source = "registry+https://github.com/rust-lang/crates.io-index" 2326checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2327 2328[[package]] 2329name = "rand" 2330version = "0.8.5" 2331source = "registry+https://github.com/rust-lang/crates.io-index" 2332checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2333dependencies = [ 2334 "libc", 2335 "rand_chacha 0.3.1", 2336 "rand_core 0.6.4", 2337] 2338 2339[[package]] 2340name = "rand" 2341version = "0.9.2" 2342source = "registry+https://github.com/rust-lang/crates.io-index" 2343checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 2344dependencies = [ 2345 "rand_chacha 0.9.0", 2346 "rand_core 0.9.3", 2347] 2348 2349[[package]] 2350name = "rand_chacha" 2351version = "0.3.1" 2352source = "registry+https://github.com/rust-lang/crates.io-index" 2353checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2354dependencies = [ 2355 "ppv-lite86", 2356 "rand_core 0.6.4", 2357] 2358 2359[[package]] 2360name = "rand_chacha" 2361version = "0.9.0" 2362source = "registry+https://github.com/rust-lang/crates.io-index" 2363checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2364dependencies = [ 2365 "ppv-lite86", 2366 "rand_core 0.9.3", 2367] 2368 2369[[package]] 2370name = "rand_core" 2371version = "0.6.4" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2374dependencies = [ 2375 "getrandom 0.2.16", 2376] 2377 2378[[package]] 2379name = "rand_core" 2380version = "0.9.3" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 2383dependencies = [ 2384 "getrandom 0.3.3", 2385] 2386 2387[[package]] 2388name = "redis" 2389version = "0.32.6" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "15965fbccb975c38a08a68beca6bdb57da9081cd0859417c5975a160d968c3cb" 2392dependencies = [ 2393 "arc-swap", 2394 "backon", 2395 "bytes", 2396 "cfg-if", 2397 "combine", 2398 "futures-channel", 2399 "futures-util", 2400 "itoa", 2401 "num-bigint", 2402 "percent-encoding", 2403 "pin-project-lite", 2404 "ryu", 2405 "sha1_smol", 2406 "socket2 0.6.0", 2407 "tokio", 2408 "tokio-util", 2409 "url", 2410] 2411 2412[[package]] 2413name = "redox_syscall" 2414version = "0.5.17" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 2417dependencies = [ 2418 "bitflags", 2419] 2420 2421[[package]] 2422name = "regex" 2423version = "1.11.3" 2424source = "registry+https://github.com/rust-lang/crates.io-index" 2425checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" 2426dependencies = [ 2427 "aho-corasick", 2428 "memchr", 2429 "regex-automata", 2430 "regex-syntax", 2431] 2432 2433[[package]] 2434name = "regex-automata" 2435version = "0.4.11" 2436source = "registry+https://github.com/rust-lang/crates.io-index" 2437checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" 2438dependencies = [ 2439 "aho-corasick", 2440 "memchr", 2441 "regex-syntax", 2442] 2443 2444[[package]] 2445name = "regex-syntax" 2446version = "0.8.6" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 2449 2450[[package]] 2451name = "reqwest" 2452version = "0.12.23" 2453source = "registry+https://github.com/rust-lang/crates.io-index" 2454checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 2455dependencies = [ 2456 "base64 0.22.1", 2457 "bytes", 2458 "encoding_rs", 2459 "futures-core", 2460 "futures-util", 2461 "h2", 2462 "http", 2463 "http-body", 2464 "http-body-util", 2465 "hyper", 2466 "hyper-rustls", 2467 "hyper-tls", 2468 "hyper-util", 2469 "js-sys", 2470 "log", 2471 "mime", 2472 "mime_guess", 2473 "native-tls", 2474 "percent-encoding", 2475 "pin-project-lite", 2476 "quinn", 2477 "rustls", 2478 "rustls-pki-types", 2479 "serde", 2480 "serde_json", 2481 "serde_urlencoded", 2482 "sync_wrapper", 2483 "tokio", 2484 "tokio-native-tls", 2485 "tokio-rustls", 2486 "tokio-util", 2487 "tower", 2488 "tower-http", 2489 "tower-service", 2490 "url", 2491 "wasm-bindgen", 2492 "wasm-bindgen-futures", 2493 "wasm-streams", 2494 "web-sys", 2495 "webpki-roots 1.0.2", 2496] 2497 2498[[package]] 2499name = "reqwest-chain" 2500version = "1.0.0" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "da5c014fb79a8227db44a0433d748107750d2550b7fca55c59a3d7ee7d2ee2b2" 2503dependencies = [ 2504 "anyhow", 2505 "async-trait", 2506 "http", 2507 "reqwest-middleware", 2508] 2509 2510[[package]] 2511name = "reqwest-middleware" 2512version = "0.4.2" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "57f17d28a6e6acfe1733fe24bcd30774d13bffa4b8a22535b4c8c98423088d4e" 2515dependencies = [ 2516 "anyhow", 2517 "async-trait", 2518 "http", 2519 "reqwest", 2520 "serde", 2521 "thiserror 1.0.69", 2522 "tower-service", 2523] 2524 2525[[package]] 2526name = "resolv-conf" 2527version = "0.7.5" 2528source = "registry+https://github.com/rust-lang/crates.io-index" 2529checksum = "6b3789b30bd25ba102de4beabd95d21ac45b69b1be7d14522bab988c526d6799" 2530 2531[[package]] 2532name = "rfc6979" 2533version = "0.4.0" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2536dependencies = [ 2537 "hmac", 2538 "subtle", 2539] 2540 2541[[package]] 2542name = "ring" 2543version = "0.17.14" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2546dependencies = [ 2547 "cc", 2548 "cfg-if", 2549 "getrandom 0.2.16", 2550 "libc", 2551 "untrusted", 2552 "windows-sys 0.52.0", 2553] 2554 2555[[package]] 2556name = "rsa" 2557version = "0.9.8" 2558source = "registry+https://github.com/rust-lang/crates.io-index" 2559checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 2560dependencies = [ 2561 "const-oid", 2562 "digest", 2563 "num-bigint-dig", 2564 "num-integer", 2565 "num-traits", 2566 "pkcs1", 2567 "pkcs8", 2568 "rand_core 0.6.4", 2569 "signature", 2570 "spki", 2571 "subtle", 2572 "zeroize", 2573] 2574 2575[[package]] 2576name = "rustc-demangle" 2577version = "0.1.26" 2578source = "registry+https://github.com/rust-lang/crates.io-index" 2579checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 2580 2581[[package]] 2582name = "rustc-hash" 2583version = "2.1.1" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2586 2587[[package]] 2588name = "rustc_version" 2589version = "0.4.1" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2592dependencies = [ 2593 "semver", 2594] 2595 2596[[package]] 2597name = "rustix" 2598version = "1.1.2" 2599source = "registry+https://github.com/rust-lang/crates.io-index" 2600checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 2601dependencies = [ 2602 "bitflags", 2603 "errno", 2604 "libc", 2605 "linux-raw-sys", 2606 "windows-sys 0.61.1", 2607] 2608 2609[[package]] 2610name = "rustls" 2611version = "0.23.32" 2612source = "registry+https://github.com/rust-lang/crates.io-index" 2613checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" 2614dependencies = [ 2615 "once_cell", 2616 "ring", 2617 "rustls-pki-types", 2618 "rustls-webpki", 2619 "subtle", 2620 "zeroize", 2621] 2622 2623[[package]] 2624name = "rustls-native-certs" 2625version = "0.8.1" 2626source = "registry+https://github.com/rust-lang/crates.io-index" 2627checksum = "7fcff2dd52b58a8d98a70243663a0d234c4e2b79235637849d15913394a247d3" 2628dependencies = [ 2629 "openssl-probe", 2630 "rustls-pki-types", 2631 "schannel", 2632 "security-framework 3.5.0", 2633] 2634 2635[[package]] 2636name = "rustls-pki-types" 2637version = "1.12.0" 2638source = "registry+https://github.com/rust-lang/crates.io-index" 2639checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 2640dependencies = [ 2641 "web-time", 2642 "zeroize", 2643] 2644 2645[[package]] 2646name = "rustls-webpki" 2647version = "0.103.6" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb" 2650dependencies = [ 2651 "ring", 2652 "rustls-pki-types", 2653 "untrusted", 2654] 2655 2656[[package]] 2657name = "rustversion" 2658version = "1.0.22" 2659source = "registry+https://github.com/rust-lang/crates.io-index" 2660checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2661 2662[[package]] 2663name = "ryu" 2664version = "1.0.20" 2665source = "registry+https://github.com/rust-lang/crates.io-index" 2666checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2667 2668[[package]] 2669name = "schannel" 2670version = "0.1.28" 2671source = "registry+https://github.com/rust-lang/crates.io-index" 2672checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2673dependencies = [ 2674 "windows-sys 0.61.1", 2675] 2676 2677[[package]] 2678name = "scopeguard" 2679version = "1.2.0" 2680source = "registry+https://github.com/rust-lang/crates.io-index" 2681checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2682 2683[[package]] 2684name = "sec1" 2685version = "0.7.3" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2688dependencies = [ 2689 "base16ct", 2690 "der", 2691 "generic-array", 2692 "pkcs8", 2693 "serdect", 2694 "subtle", 2695 "zeroize", 2696] 2697 2698[[package]] 2699name = "security-framework" 2700version = "2.11.1" 2701source = "registry+https://github.com/rust-lang/crates.io-index" 2702checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2703dependencies = [ 2704 "bitflags", 2705 "core-foundation 0.9.4", 2706 "core-foundation-sys", 2707 "libc", 2708 "security-framework-sys", 2709] 2710 2711[[package]] 2712name = "security-framework" 2713version = "3.5.0" 2714source = "registry+https://github.com/rust-lang/crates.io-index" 2715checksum = "cc198e42d9b7510827939c9a15f5062a0c913f3371d765977e586d2fe6c16f4a" 2716dependencies = [ 2717 "bitflags", 2718 "core-foundation 0.10.1", 2719 "core-foundation-sys", 2720 "libc", 2721 "security-framework-sys", 2722] 2723 2724[[package]] 2725name = "security-framework-sys" 2726version = "2.15.0" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 2729dependencies = [ 2730 "core-foundation-sys", 2731 "libc", 2732] 2733 2734[[package]] 2735name = "semver" 2736version = "1.0.27" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2739 2740[[package]] 2741name = "serde" 2742version = "1.0.227" 2743source = "registry+https://github.com/rust-lang/crates.io-index" 2744checksum = "80ece43fc6fbed4eb5392ab50c07334d3e577cbf40997ee896fe7af40bba4245" 2745dependencies = [ 2746 "serde_core", 2747 "serde_derive", 2748] 2749 2750[[package]] 2751name = "serde_bytes" 2752version = "0.11.19" 2753source = "registry+https://github.com/rust-lang/crates.io-index" 2754checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 2755dependencies = [ 2756 "serde", 2757 "serde_core", 2758] 2759 2760[[package]] 2761name = "serde_core" 2762version = "1.0.227" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "7a576275b607a2c86ea29e410193df32bc680303c82f31e275bbfcafe8b33be5" 2765dependencies = [ 2766 "serde_derive", 2767] 2768 2769[[package]] 2770name = "serde_derive" 2771version = "1.0.227" 2772source = "registry+https://github.com/rust-lang/crates.io-index" 2773checksum = "51e694923b8824cf0e9b382adf0f60d4e05f348f357b38833a3fa5ed7c2ede04" 2774dependencies = [ 2775 "proc-macro2", 2776 "quote", 2777 "syn 2.0.106", 2778] 2779 2780[[package]] 2781name = "serde_html_form" 2782version = "0.2.8" 2783source = "registry+https://github.com/rust-lang/crates.io-index" 2784checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 2785dependencies = [ 2786 "form_urlencoded", 2787 "indexmap", 2788 "itoa", 2789 "ryu", 2790 "serde_core", 2791] 2792 2793[[package]] 2794name = "serde_ipld_dagcbor" 2795version = "0.6.4" 2796source = "registry+https://github.com/rust-lang/crates.io-index" 2797checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 2798dependencies = [ 2799 "cbor4ii", 2800 "ipld-core", 2801 "scopeguard", 2802 "serde", 2803] 2804 2805[[package]] 2806name = "serde_json" 2807version = "1.0.145" 2808source = "registry+https://github.com/rust-lang/crates.io-index" 2809checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 2810dependencies = [ 2811 "itoa", 2812 "memchr", 2813 "ryu", 2814 "serde", 2815 "serde_core", 2816] 2817 2818[[package]] 2819name = "serde_path_to_error" 2820version = "0.1.20" 2821source = "registry+https://github.com/rust-lang/crates.io-index" 2822checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 2823dependencies = [ 2824 "itoa", 2825 "serde", 2826 "serde_core", 2827] 2828 2829[[package]] 2830name = "serde_urlencoded" 2831version = "0.7.1" 2832source = "registry+https://github.com/rust-lang/crates.io-index" 2833checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2834dependencies = [ 2835 "form_urlencoded", 2836 "itoa", 2837 "ryu", 2838 "serde", 2839] 2840 2841[[package]] 2842name = "serdect" 2843version = "0.2.0" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 2846dependencies = [ 2847 "base16ct", 2848 "serde", 2849] 2850 2851[[package]] 2852name = "sha1" 2853version = "0.10.6" 2854source = "registry+https://github.com/rust-lang/crates.io-index" 2855checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2856dependencies = [ 2857 "cfg-if", 2858 "cpufeatures", 2859 "digest", 2860] 2861 2862[[package]] 2863name = "sha1_smol" 2864version = "1.0.1" 2865source = "registry+https://github.com/rust-lang/crates.io-index" 2866checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d" 2867 2868[[package]] 2869name = "sha2" 2870version = "0.10.9" 2871source = "registry+https://github.com/rust-lang/crates.io-index" 2872checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2873dependencies = [ 2874 "cfg-if", 2875 "cpufeatures", 2876 "digest", 2877] 2878 2879[[package]] 2880name = "sharded-slab" 2881version = "0.1.7" 2882source = "registry+https://github.com/rust-lang/crates.io-index" 2883checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2884dependencies = [ 2885 "lazy_static", 2886] 2887 2888[[package]] 2889name = "shlex" 2890version = "1.3.0" 2891source = "registry+https://github.com/rust-lang/crates.io-index" 2892checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2893 2894[[package]] 2895name = "signal-hook-registry" 2896version = "1.4.6" 2897source = "registry+https://github.com/rust-lang/crates.io-index" 2898checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 2899dependencies = [ 2900 "libc", 2901] 2902 2903[[package]] 2904name = "signature" 2905version = "2.2.0" 2906source = "registry+https://github.com/rust-lang/crates.io-index" 2907checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2908dependencies = [ 2909 "digest", 2910 "rand_core 0.6.4", 2911] 2912 2913[[package]] 2914name = "simdutf8" 2915version = "0.1.5" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 2918 2919[[package]] 2920name = "slab" 2921version = "0.4.11" 2922source = "registry+https://github.com/rust-lang/crates.io-index" 2923checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 2924 2925[[package]] 2926name = "slices" 2927version = "0.2.0" 2928dependencies = [ 2929 "anyhow", 2930 "async-graphql", 2931 "async-graphql-axum", 2932 "async-stream", 2933 "async-trait", 2934 "atproto-client", 2935 "atproto-identity", 2936 "atproto-jetstream", 2937 "atproto-oauth", 2938 "axum", 2939 "axum-extra", 2940 "base64 0.22.1", 2941 "chrono", 2942 "dotenvy", 2943 "futures-util", 2944 "lazy_static", 2945 "redis", 2946 "regex", 2947 "reqwest", 2948 "reqwest-chain", 2949 "reqwest-middleware", 2950 "serde", 2951 "serde_json", 2952 "slices-lexicon", 2953 "sqlx", 2954 "sqlxmq", 2955 "thiserror 1.0.69", 2956 "tokio", 2957 "tower", 2958 "tower-http", 2959 "tracing", 2960 "tracing-subscriber", 2961 "uuid", 2962] 2963 2964[[package]] 2965name = "slices-lexicon" 2966version = "0.3.0" 2967dependencies = [ 2968 "base64 0.21.7", 2969 "chrono", 2970 "cid", 2971 "regex", 2972 "serde", 2973 "serde_json", 2974 "thiserror 2.0.16", 2975 "unicode-segmentation", 2976] 2977 2978[[package]] 2979name = "smallvec" 2980version = "1.15.1" 2981source = "registry+https://github.com/rust-lang/crates.io-index" 2982checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2983dependencies = [ 2984 "serde", 2985] 2986 2987[[package]] 2988name = "socket2" 2989version = "0.5.10" 2990source = "registry+https://github.com/rust-lang/crates.io-index" 2991checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 2992dependencies = [ 2993 "libc", 2994 "windows-sys 0.52.0", 2995] 2996 2997[[package]] 2998name = "socket2" 2999version = "0.6.0" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 3002dependencies = [ 3003 "libc", 3004 "windows-sys 0.59.0", 3005] 3006 3007[[package]] 3008name = "spin" 3009version = "0.9.8" 3010source = "registry+https://github.com/rust-lang/crates.io-index" 3011checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3012dependencies = [ 3013 "lock_api", 3014] 3015 3016[[package]] 3017name = "spki" 3018version = "0.7.3" 3019source = "registry+https://github.com/rust-lang/crates.io-index" 3020checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3021dependencies = [ 3022 "base64ct", 3023 "der", 3024] 3025 3026[[package]] 3027name = "sqlx" 3028version = "0.8.6" 3029source = "registry+https://github.com/rust-lang/crates.io-index" 3030checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 3031dependencies = [ 3032 "sqlx-core", 3033 "sqlx-macros", 3034 "sqlx-mysql", 3035 "sqlx-postgres", 3036 "sqlx-sqlite", 3037] 3038 3039[[package]] 3040name = "sqlx-core" 3041version = "0.8.6" 3042source = "registry+https://github.com/rust-lang/crates.io-index" 3043checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 3044dependencies = [ 3045 "base64 0.22.1", 3046 "bytes", 3047 "chrono", 3048 "crc", 3049 "crossbeam-queue", 3050 "either", 3051 "event-listener", 3052 "futures-core", 3053 "futures-intrusive", 3054 "futures-io", 3055 "futures-util", 3056 "hashbrown 0.15.5", 3057 "hashlink", 3058 "indexmap", 3059 "log", 3060 "memchr", 3061 "native-tls", 3062 "once_cell", 3063 "percent-encoding", 3064 "rustls", 3065 "serde", 3066 "serde_json", 3067 "sha2", 3068 "smallvec", 3069 "thiserror 2.0.16", 3070 "tokio", 3071 "tokio-stream", 3072 "tracing", 3073 "url", 3074 "uuid", 3075 "webpki-roots 0.26.11", 3076] 3077 3078[[package]] 3079name = "sqlx-macros" 3080version = "0.8.6" 3081source = "registry+https://github.com/rust-lang/crates.io-index" 3082checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 3083dependencies = [ 3084 "proc-macro2", 3085 "quote", 3086 "sqlx-core", 3087 "sqlx-macros-core", 3088 "syn 2.0.106", 3089] 3090 3091[[package]] 3092name = "sqlx-macros-core" 3093version = "0.8.6" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 3096dependencies = [ 3097 "dotenvy", 3098 "either", 3099 "heck", 3100 "hex", 3101 "once_cell", 3102 "proc-macro2", 3103 "quote", 3104 "serde", 3105 "serde_json", 3106 "sha2", 3107 "sqlx-core", 3108 "sqlx-mysql", 3109 "sqlx-postgres", 3110 "sqlx-sqlite", 3111 "syn 2.0.106", 3112 "tokio", 3113 "url", 3114] 3115 3116[[package]] 3117name = "sqlx-mysql" 3118version = "0.8.6" 3119source = "registry+https://github.com/rust-lang/crates.io-index" 3120checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 3121dependencies = [ 3122 "atoi", 3123 "base64 0.22.1", 3124 "bitflags", 3125 "byteorder", 3126 "bytes", 3127 "chrono", 3128 "crc", 3129 "digest", 3130 "dotenvy", 3131 "either", 3132 "futures-channel", 3133 "futures-core", 3134 "futures-io", 3135 "futures-util", 3136 "generic-array", 3137 "hex", 3138 "hkdf", 3139 "hmac", 3140 "itoa", 3141 "log", 3142 "md-5", 3143 "memchr", 3144 "once_cell", 3145 "percent-encoding", 3146 "rand 0.8.5", 3147 "rsa", 3148 "serde", 3149 "sha1", 3150 "sha2", 3151 "smallvec", 3152 "sqlx-core", 3153 "stringprep", 3154 "thiserror 2.0.16", 3155 "tracing", 3156 "uuid", 3157 "whoami", 3158] 3159 3160[[package]] 3161name = "sqlx-postgres" 3162version = "0.8.6" 3163source = "registry+https://github.com/rust-lang/crates.io-index" 3164checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 3165dependencies = [ 3166 "atoi", 3167 "base64 0.22.1", 3168 "bitflags", 3169 "byteorder", 3170 "chrono", 3171 "crc", 3172 "dotenvy", 3173 "etcetera", 3174 "futures-channel", 3175 "futures-core", 3176 "futures-util", 3177 "hex", 3178 "hkdf", 3179 "hmac", 3180 "home", 3181 "itoa", 3182 "log", 3183 "md-5", 3184 "memchr", 3185 "once_cell", 3186 "rand 0.8.5", 3187 "serde", 3188 "serde_json", 3189 "sha2", 3190 "smallvec", 3191 "sqlx-core", 3192 "stringprep", 3193 "thiserror 2.0.16", 3194 "tracing", 3195 "uuid", 3196 "whoami", 3197] 3198 3199[[package]] 3200name = "sqlx-sqlite" 3201version = "0.8.6" 3202source = "registry+https://github.com/rust-lang/crates.io-index" 3203checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 3204dependencies = [ 3205 "atoi", 3206 "chrono", 3207 "flume", 3208 "futures-channel", 3209 "futures-core", 3210 "futures-executor", 3211 "futures-intrusive", 3212 "futures-util", 3213 "libsqlite3-sys", 3214 "log", 3215 "percent-encoding", 3216 "serde", 3217 "serde_urlencoded", 3218 "sqlx-core", 3219 "thiserror 2.0.16", 3220 "tracing", 3221 "url", 3222 "uuid", 3223] 3224 3225[[package]] 3226name = "sqlxmq" 3227version = "0.6.0" 3228source = "registry+https://github.com/rust-lang/crates.io-index" 3229checksum = "b2bd99fe20294f548a6298d60b6490871d78d53d739919a13834d77ffd656869" 3230dependencies = [ 3231 "anymap2", 3232 "chrono", 3233 "dotenvy", 3234 "log", 3235 "serde", 3236 "serde_json", 3237 "sqlx", 3238 "sqlxmq_macros", 3239 "tokio", 3240 "uuid", 3241] 3242 3243[[package]] 3244name = "sqlxmq_macros" 3245version = "0.6.0" 3246source = "registry+https://github.com/rust-lang/crates.io-index" 3247checksum = "c791553cc438a36c90c9eeb0c288e44b79ac9f79702b7b3e9f0116450adb6681" 3248dependencies = [ 3249 "proc-macro2", 3250 "quote", 3251 "syn 1.0.109", 3252] 3253 3254[[package]] 3255name = "stable_deref_trait" 3256version = "1.2.0" 3257source = "registry+https://github.com/rust-lang/crates.io-index" 3258checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 3259 3260[[package]] 3261name = "static_assertions_next" 3262version = "1.1.2" 3263source = "registry+https://github.com/rust-lang/crates.io-index" 3264checksum = "d7beae5182595e9a8b683fa98c4317f956c9a2dec3b9716990d20023cc60c766" 3265 3266[[package]] 3267name = "stringprep" 3268version = "0.1.5" 3269source = "registry+https://github.com/rust-lang/crates.io-index" 3270checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 3271dependencies = [ 3272 "unicode-bidi", 3273 "unicode-normalization", 3274 "unicode-properties", 3275] 3276 3277[[package]] 3278name = "strsim" 3279version = "0.11.1" 3280source = "registry+https://github.com/rust-lang/crates.io-index" 3281checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 3282 3283[[package]] 3284name = "strum" 3285version = "0.26.3" 3286source = "registry+https://github.com/rust-lang/crates.io-index" 3287checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 3288dependencies = [ 3289 "strum_macros", 3290] 3291 3292[[package]] 3293name = "strum_macros" 3294version = "0.26.4" 3295source = "registry+https://github.com/rust-lang/crates.io-index" 3296checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 3297dependencies = [ 3298 "heck", 3299 "proc-macro2", 3300 "quote", 3301 "rustversion", 3302 "syn 2.0.106", 3303] 3304 3305[[package]] 3306name = "subtle" 3307version = "2.6.1" 3308source = "registry+https://github.com/rust-lang/crates.io-index" 3309checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3310 3311[[package]] 3312name = "syn" 3313version = "1.0.109" 3314source = "registry+https://github.com/rust-lang/crates.io-index" 3315checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 3316dependencies = [ 3317 "proc-macro2", 3318 "quote", 3319 "unicode-ident", 3320] 3321 3322[[package]] 3323name = "syn" 3324version = "2.0.106" 3325source = "registry+https://github.com/rust-lang/crates.io-index" 3326checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 3327dependencies = [ 3328 "proc-macro2", 3329 "quote", 3330 "unicode-ident", 3331] 3332 3333[[package]] 3334name = "sync_wrapper" 3335version = "1.0.2" 3336source = "registry+https://github.com/rust-lang/crates.io-index" 3337checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3338dependencies = [ 3339 "futures-core", 3340] 3341 3342[[package]] 3343name = "synstructure" 3344version = "0.13.2" 3345source = "registry+https://github.com/rust-lang/crates.io-index" 3346checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3347dependencies = [ 3348 "proc-macro2", 3349 "quote", 3350 "syn 2.0.106", 3351] 3352 3353[[package]] 3354name = "system-configuration" 3355version = "0.6.1" 3356source = "registry+https://github.com/rust-lang/crates.io-index" 3357checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 3358dependencies = [ 3359 "bitflags", 3360 "core-foundation 0.9.4", 3361 "system-configuration-sys", 3362] 3363 3364[[package]] 3365name = "system-configuration-sys" 3366version = "0.6.0" 3367source = "registry+https://github.com/rust-lang/crates.io-index" 3368checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3369dependencies = [ 3370 "core-foundation-sys", 3371 "libc", 3372] 3373 3374[[package]] 3375name = "tagptr" 3376version = "0.2.0" 3377source = "registry+https://github.com/rust-lang/crates.io-index" 3378checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 3379 3380[[package]] 3381name = "tempfile" 3382version = "3.23.0" 3383source = "registry+https://github.com/rust-lang/crates.io-index" 3384checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 3385dependencies = [ 3386 "fastrand", 3387 "getrandom 0.3.3", 3388 "once_cell", 3389 "rustix", 3390 "windows-sys 0.61.1", 3391] 3392 3393[[package]] 3394name = "thiserror" 3395version = "1.0.69" 3396source = "registry+https://github.com/rust-lang/crates.io-index" 3397checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3398dependencies = [ 3399 "thiserror-impl 1.0.69", 3400] 3401 3402[[package]] 3403name = "thiserror" 3404version = "2.0.16" 3405source = "registry+https://github.com/rust-lang/crates.io-index" 3406checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 3407dependencies = [ 3408 "thiserror-impl 2.0.16", 3409] 3410 3411[[package]] 3412name = "thiserror-impl" 3413version = "1.0.69" 3414source = "registry+https://github.com/rust-lang/crates.io-index" 3415checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3416dependencies = [ 3417 "proc-macro2", 3418 "quote", 3419 "syn 2.0.106", 3420] 3421 3422[[package]] 3423name = "thiserror-impl" 3424version = "2.0.16" 3425source = "registry+https://github.com/rust-lang/crates.io-index" 3426checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 3427dependencies = [ 3428 "proc-macro2", 3429 "quote", 3430 "syn 2.0.106", 3431] 3432 3433[[package]] 3434name = "thread_local" 3435version = "1.1.9" 3436source = "registry+https://github.com/rust-lang/crates.io-index" 3437checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 3438dependencies = [ 3439 "cfg-if", 3440] 3441 3442[[package]] 3443name = "tinystr" 3444version = "0.8.1" 3445source = "registry+https://github.com/rust-lang/crates.io-index" 3446checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 3447dependencies = [ 3448 "displaydoc", 3449 "zerovec", 3450] 3451 3452[[package]] 3453name = "tinyvec" 3454version = "1.10.0" 3455source = "registry+https://github.com/rust-lang/crates.io-index" 3456checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 3457dependencies = [ 3458 "tinyvec_macros", 3459] 3460 3461[[package]] 3462name = "tinyvec_macros" 3463version = "0.1.1" 3464source = "registry+https://github.com/rust-lang/crates.io-index" 3465checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3466 3467[[package]] 3468name = "tokio" 3469version = "1.47.1" 3470source = "registry+https://github.com/rust-lang/crates.io-index" 3471checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 3472dependencies = [ 3473 "backtrace", 3474 "bytes", 3475 "io-uring", 3476 "libc", 3477 "mio", 3478 "parking_lot", 3479 "pin-project-lite", 3480 "signal-hook-registry", 3481 "slab", 3482 "socket2 0.6.0", 3483 "tokio-macros", 3484 "windows-sys 0.59.0", 3485] 3486 3487[[package]] 3488name = "tokio-macros" 3489version = "2.5.0" 3490source = "registry+https://github.com/rust-lang/crates.io-index" 3491checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 3492dependencies = [ 3493 "proc-macro2", 3494 "quote", 3495 "syn 2.0.106", 3496] 3497 3498[[package]] 3499name = "tokio-native-tls" 3500version = "0.3.1" 3501source = "registry+https://github.com/rust-lang/crates.io-index" 3502checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3503dependencies = [ 3504 "native-tls", 3505 "tokio", 3506] 3507 3508[[package]] 3509name = "tokio-rustls" 3510version = "0.26.4" 3511source = "registry+https://github.com/rust-lang/crates.io-index" 3512checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 3513dependencies = [ 3514 "rustls", 3515 "tokio", 3516] 3517 3518[[package]] 3519name = "tokio-stream" 3520version = "0.1.17" 3521source = "registry+https://github.com/rust-lang/crates.io-index" 3522checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 3523dependencies = [ 3524 "futures-core", 3525 "pin-project-lite", 3526 "tokio", 3527] 3528 3529[[package]] 3530name = "tokio-tungstenite" 3531version = "0.28.0" 3532source = "registry+https://github.com/rust-lang/crates.io-index" 3533checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" 3534dependencies = [ 3535 "futures-util", 3536 "log", 3537 "tokio", 3538 "tungstenite", 3539] 3540 3541[[package]] 3542name = "tokio-util" 3543version = "0.7.16" 3544source = "registry+https://github.com/rust-lang/crates.io-index" 3545checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 3546dependencies = [ 3547 "bytes", 3548 "futures-core", 3549 "futures-io", 3550 "futures-sink", 3551 "pin-project-lite", 3552 "tokio", 3553] 3554 3555[[package]] 3556name = "tokio-websockets" 3557version = "0.11.4" 3558source = "registry+https://github.com/rust-lang/crates.io-index" 3559checksum = "9fcaf159b4e7a376b05b5bfd77bfd38f3324f5fce751b4213bfc7eaa47affb4e" 3560dependencies = [ 3561 "base64 0.22.1", 3562 "bytes", 3563 "futures-core", 3564 "futures-sink", 3565 "http", 3566 "httparse", 3567 "rand 0.9.2", 3568 "ring", 3569 "rustls-native-certs", 3570 "rustls-pki-types", 3571 "simdutf8", 3572 "tokio", 3573 "tokio-rustls", 3574 "tokio-util", 3575] 3576 3577[[package]] 3578name = "toml_datetime" 3579version = "0.7.2" 3580source = "registry+https://github.com/rust-lang/crates.io-index" 3581checksum = "32f1085dec27c2b6632b04c80b3bb1b4300d6495d1e129693bdda7d91e72eec1" 3582dependencies = [ 3583 "serde_core", 3584] 3585 3586[[package]] 3587name = "toml_edit" 3588version = "0.23.6" 3589source = "registry+https://github.com/rust-lang/crates.io-index" 3590checksum = "f3effe7c0e86fdff4f69cdd2ccc1b96f933e24811c5441d44904e8683e27184b" 3591dependencies = [ 3592 "indexmap", 3593 "toml_datetime", 3594 "toml_parser", 3595 "winnow", 3596] 3597 3598[[package]] 3599name = "toml_parser" 3600version = "1.0.3" 3601source = "registry+https://github.com/rust-lang/crates.io-index" 3602checksum = "4cf893c33be71572e0e9aa6dd15e6677937abd686b066eac3f8cd3531688a627" 3603dependencies = [ 3604 "winnow", 3605] 3606 3607[[package]] 3608name = "tower" 3609version = "0.5.2" 3610source = "registry+https://github.com/rust-lang/crates.io-index" 3611checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 3612dependencies = [ 3613 "futures-core", 3614 "futures-util", 3615 "pin-project-lite", 3616 "sync_wrapper", 3617 "tokio", 3618 "tower-layer", 3619 "tower-service", 3620 "tracing", 3621] 3622 3623[[package]] 3624name = "tower-http" 3625version = "0.6.6" 3626source = "registry+https://github.com/rust-lang/crates.io-index" 3627checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 3628dependencies = [ 3629 "bitflags", 3630 "bytes", 3631 "futures-util", 3632 "http", 3633 "http-body", 3634 "iri-string", 3635 "pin-project-lite", 3636 "tower", 3637 "tower-layer", 3638 "tower-service", 3639 "tracing", 3640] 3641 3642[[package]] 3643name = "tower-layer" 3644version = "0.3.3" 3645source = "registry+https://github.com/rust-lang/crates.io-index" 3646checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3647 3648[[package]] 3649name = "tower-service" 3650version = "0.3.3" 3651source = "registry+https://github.com/rust-lang/crates.io-index" 3652checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3653 3654[[package]] 3655name = "tracing" 3656version = "0.1.41" 3657source = "registry+https://github.com/rust-lang/crates.io-index" 3658checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 3659dependencies = [ 3660 "log", 3661 "pin-project-lite", 3662 "tracing-attributes", 3663 "tracing-core", 3664] 3665 3666[[package]] 3667name = "tracing-attributes" 3668version = "0.1.30" 3669source = "registry+https://github.com/rust-lang/crates.io-index" 3670checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 3671dependencies = [ 3672 "proc-macro2", 3673 "quote", 3674 "syn 2.0.106", 3675] 3676 3677[[package]] 3678name = "tracing-core" 3679version = "0.1.34" 3680source = "registry+https://github.com/rust-lang/crates.io-index" 3681checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 3682dependencies = [ 3683 "once_cell", 3684 "valuable", 3685] 3686 3687[[package]] 3688name = "tracing-log" 3689version = "0.2.0" 3690source = "registry+https://github.com/rust-lang/crates.io-index" 3691checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 3692dependencies = [ 3693 "log", 3694 "once_cell", 3695 "tracing-core", 3696] 3697 3698[[package]] 3699name = "tracing-subscriber" 3700version = "0.3.20" 3701source = "registry+https://github.com/rust-lang/crates.io-index" 3702checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 3703dependencies = [ 3704 "matchers", 3705 "nu-ansi-term", 3706 "once_cell", 3707 "regex-automata", 3708 "sharded-slab", 3709 "smallvec", 3710 "thread_local", 3711 "tracing", 3712 "tracing-core", 3713 "tracing-log", 3714] 3715 3716[[package]] 3717name = "try-lock" 3718version = "0.2.5" 3719source = "registry+https://github.com/rust-lang/crates.io-index" 3720checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3721 3722[[package]] 3723name = "tungstenite" 3724version = "0.28.0" 3725source = "registry+https://github.com/rust-lang/crates.io-index" 3726checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 3727dependencies = [ 3728 "bytes", 3729 "data-encoding", 3730 "http", 3731 "httparse", 3732 "log", 3733 "rand 0.9.2", 3734 "sha1", 3735 "thiserror 2.0.16", 3736 "utf-8", 3737] 3738 3739[[package]] 3740name = "typenum" 3741version = "1.18.0" 3742source = "registry+https://github.com/rust-lang/crates.io-index" 3743checksum = "1dccffe3ce07af9386bfd29e80c0ab1a8205a2fc34e4bcd40364df902cfa8f3f" 3744 3745[[package]] 3746name = "ucd-trie" 3747version = "0.1.7" 3748source = "registry+https://github.com/rust-lang/crates.io-index" 3749checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971" 3750 3751[[package]] 3752name = "ulid" 3753version = "1.2.1" 3754source = "registry+https://github.com/rust-lang/crates.io-index" 3755checksum = "470dbf6591da1b39d43c14523b2b469c86879a53e8b758c8e090a470fe7b1fbe" 3756dependencies = [ 3757 "rand 0.9.2", 3758 "web-time", 3759] 3760 3761[[package]] 3762name = "unicase" 3763version = "2.8.1" 3764source = "registry+https://github.com/rust-lang/crates.io-index" 3765checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 3766 3767[[package]] 3768name = "unicode-bidi" 3769version = "0.3.18" 3770source = "registry+https://github.com/rust-lang/crates.io-index" 3771checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 3772 3773[[package]] 3774name = "unicode-ident" 3775version = "1.0.19" 3776source = "registry+https://github.com/rust-lang/crates.io-index" 3777checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 3778 3779[[package]] 3780name = "unicode-normalization" 3781version = "0.1.24" 3782source = "registry+https://github.com/rust-lang/crates.io-index" 3783checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 3784dependencies = [ 3785 "tinyvec", 3786] 3787 3788[[package]] 3789name = "unicode-properties" 3790version = "0.1.3" 3791source = "registry+https://github.com/rust-lang/crates.io-index" 3792checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 3793 3794[[package]] 3795name = "unicode-segmentation" 3796version = "1.12.0" 3797source = "registry+https://github.com/rust-lang/crates.io-index" 3798checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3799 3800[[package]] 3801name = "unsigned-varint" 3802version = "0.8.0" 3803source = "registry+https://github.com/rust-lang/crates.io-index" 3804checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 3805 3806[[package]] 3807name = "untrusted" 3808version = "0.9.0" 3809source = "registry+https://github.com/rust-lang/crates.io-index" 3810checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3811 3812[[package]] 3813name = "url" 3814version = "2.5.7" 3815source = "registry+https://github.com/rust-lang/crates.io-index" 3816checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 3817dependencies = [ 3818 "form_urlencoded", 3819 "idna", 3820 "percent-encoding", 3821 "serde", 3822] 3823 3824[[package]] 3825name = "urlencoding" 3826version = "2.1.3" 3827source = "registry+https://github.com/rust-lang/crates.io-index" 3828checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 3829 3830[[package]] 3831name = "utf-8" 3832version = "0.7.6" 3833source = "registry+https://github.com/rust-lang/crates.io-index" 3834checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3835 3836[[package]] 3837name = "utf8_iter" 3838version = "1.0.4" 3839source = "registry+https://github.com/rust-lang/crates.io-index" 3840checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3841 3842[[package]] 3843name = "uuid" 3844version = "1.18.1" 3845source = "registry+https://github.com/rust-lang/crates.io-index" 3846checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" 3847dependencies = [ 3848 "getrandom 0.3.3", 3849 "js-sys", 3850 "serde", 3851 "wasm-bindgen", 3852] 3853 3854[[package]] 3855name = "valuable" 3856version = "0.1.1" 3857source = "registry+https://github.com/rust-lang/crates.io-index" 3858checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3859 3860[[package]] 3861name = "vcpkg" 3862version = "0.2.15" 3863source = "registry+https://github.com/rust-lang/crates.io-index" 3864checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3865 3866[[package]] 3867name = "version_check" 3868version = "0.9.5" 3869source = "registry+https://github.com/rust-lang/crates.io-index" 3870checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3871 3872[[package]] 3873name = "want" 3874version = "0.3.1" 3875source = "registry+https://github.com/rust-lang/crates.io-index" 3876checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3877dependencies = [ 3878 "try-lock", 3879] 3880 3881[[package]] 3882name = "wasi" 3883version = "0.11.1+wasi-snapshot-preview1" 3884source = "registry+https://github.com/rust-lang/crates.io-index" 3885checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3886 3887[[package]] 3888name = "wasi" 3889version = "0.14.7+wasi-0.2.4" 3890source = "registry+https://github.com/rust-lang/crates.io-index" 3891checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 3892dependencies = [ 3893 "wasip2", 3894] 3895 3896[[package]] 3897name = "wasip2" 3898version = "1.0.1+wasi-0.2.4" 3899source = "registry+https://github.com/rust-lang/crates.io-index" 3900checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 3901dependencies = [ 3902 "wit-bindgen", 3903] 3904 3905[[package]] 3906name = "wasite" 3907version = "0.1.0" 3908source = "registry+https://github.com/rust-lang/crates.io-index" 3909checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 3910 3911[[package]] 3912name = "wasm-bindgen" 3913version = "0.2.104" 3914source = "registry+https://github.com/rust-lang/crates.io-index" 3915checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 3916dependencies = [ 3917 "cfg-if", 3918 "once_cell", 3919 "rustversion", 3920 "wasm-bindgen-macro", 3921 "wasm-bindgen-shared", 3922] 3923 3924[[package]] 3925name = "wasm-bindgen-backend" 3926version = "0.2.104" 3927source = "registry+https://github.com/rust-lang/crates.io-index" 3928checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 3929dependencies = [ 3930 "bumpalo", 3931 "log", 3932 "proc-macro2", 3933 "quote", 3934 "syn 2.0.106", 3935 "wasm-bindgen-shared", 3936] 3937 3938[[package]] 3939name = "wasm-bindgen-futures" 3940version = "0.4.54" 3941source = "registry+https://github.com/rust-lang/crates.io-index" 3942checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" 3943dependencies = [ 3944 "cfg-if", 3945 "js-sys", 3946 "once_cell", 3947 "wasm-bindgen", 3948 "web-sys", 3949] 3950 3951[[package]] 3952name = "wasm-bindgen-macro" 3953version = "0.2.104" 3954source = "registry+https://github.com/rust-lang/crates.io-index" 3955checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 3956dependencies = [ 3957 "quote", 3958 "wasm-bindgen-macro-support", 3959] 3960 3961[[package]] 3962name = "wasm-bindgen-macro-support" 3963version = "0.2.104" 3964source = "registry+https://github.com/rust-lang/crates.io-index" 3965checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 3966dependencies = [ 3967 "proc-macro2", 3968 "quote", 3969 "syn 2.0.106", 3970 "wasm-bindgen-backend", 3971 "wasm-bindgen-shared", 3972] 3973 3974[[package]] 3975name = "wasm-bindgen-shared" 3976version = "0.2.104" 3977source = "registry+https://github.com/rust-lang/crates.io-index" 3978checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 3979dependencies = [ 3980 "unicode-ident", 3981] 3982 3983[[package]] 3984name = "wasm-streams" 3985version = "0.4.2" 3986source = "registry+https://github.com/rust-lang/crates.io-index" 3987checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 3988dependencies = [ 3989 "futures-util", 3990 "js-sys", 3991 "wasm-bindgen", 3992 "wasm-bindgen-futures", 3993 "web-sys", 3994] 3995 3996[[package]] 3997name = "web-sys" 3998version = "0.3.81" 3999source = "registry+https://github.com/rust-lang/crates.io-index" 4000checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 4001dependencies = [ 4002 "js-sys", 4003 "wasm-bindgen", 4004] 4005 4006[[package]] 4007name = "web-time" 4008version = "1.1.0" 4009source = "registry+https://github.com/rust-lang/crates.io-index" 4010checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4011dependencies = [ 4012 "js-sys", 4013 "wasm-bindgen", 4014] 4015 4016[[package]] 4017name = "webpki-roots" 4018version = "0.26.11" 4019source = "registry+https://github.com/rust-lang/crates.io-index" 4020checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 4021dependencies = [ 4022 "webpki-roots 1.0.2", 4023] 4024 4025[[package]] 4026name = "webpki-roots" 4027version = "1.0.2" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" 4030dependencies = [ 4031 "rustls-pki-types", 4032] 4033 4034[[package]] 4035name = "whoami" 4036version = "1.6.1" 4037source = "registry+https://github.com/rust-lang/crates.io-index" 4038checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 4039dependencies = [ 4040 "libredox", 4041 "wasite", 4042] 4043 4044[[package]] 4045name = "widestring" 4046version = "1.2.0" 4047source = "registry+https://github.com/rust-lang/crates.io-index" 4048checksum = "dd7cf3379ca1aac9eea11fba24fd7e315d621f8dfe35c8d7d2be8b793726e07d" 4049 4050[[package]] 4051name = "windows-core" 4052version = "0.62.1" 4053source = "registry+https://github.com/rust-lang/crates.io-index" 4054checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9" 4055dependencies = [ 4056 "windows-implement", 4057 "windows-interface", 4058 "windows-link 0.2.0", 4059 "windows-result 0.4.0", 4060 "windows-strings 0.5.0", 4061] 4062 4063[[package]] 4064name = "windows-implement" 4065version = "0.60.1" 4066source = "registry+https://github.com/rust-lang/crates.io-index" 4067checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0" 4068dependencies = [ 4069 "proc-macro2", 4070 "quote", 4071 "syn 2.0.106", 4072] 4073 4074[[package]] 4075name = "windows-interface" 4076version = "0.59.2" 4077source = "registry+https://github.com/rust-lang/crates.io-index" 4078checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5" 4079dependencies = [ 4080 "proc-macro2", 4081 "quote", 4082 "syn 2.0.106", 4083] 4084 4085[[package]] 4086name = "windows-link" 4087version = "0.1.3" 4088source = "registry+https://github.com/rust-lang/crates.io-index" 4089checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 4090 4091[[package]] 4092name = "windows-link" 4093version = "0.2.0" 4094source = "registry+https://github.com/rust-lang/crates.io-index" 4095checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 4096 4097[[package]] 4098name = "windows-registry" 4099version = "0.5.3" 4100source = "registry+https://github.com/rust-lang/crates.io-index" 4101checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 4102dependencies = [ 4103 "windows-link 0.1.3", 4104 "windows-result 0.3.4", 4105 "windows-strings 0.4.2", 4106] 4107 4108[[package]] 4109name = "windows-result" 4110version = "0.3.4" 4111source = "registry+https://github.com/rust-lang/crates.io-index" 4112checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 4113dependencies = [ 4114 "windows-link 0.1.3", 4115] 4116 4117[[package]] 4118name = "windows-result" 4119version = "0.4.0" 4120source = "registry+https://github.com/rust-lang/crates.io-index" 4121checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 4122dependencies = [ 4123 "windows-link 0.2.0", 4124] 4125 4126[[package]] 4127name = "windows-strings" 4128version = "0.4.2" 4129source = "registry+https://github.com/rust-lang/crates.io-index" 4130checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 4131dependencies = [ 4132 "windows-link 0.1.3", 4133] 4134 4135[[package]] 4136name = "windows-strings" 4137version = "0.5.0" 4138source = "registry+https://github.com/rust-lang/crates.io-index" 4139checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 4140dependencies = [ 4141 "windows-link 0.2.0", 4142] 4143 4144[[package]] 4145name = "windows-sys" 4146version = "0.48.0" 4147source = "registry+https://github.com/rust-lang/crates.io-index" 4148checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4149dependencies = [ 4150 "windows-targets 0.48.5", 4151] 4152 4153[[package]] 4154name = "windows-sys" 4155version = "0.52.0" 4156source = "registry+https://github.com/rust-lang/crates.io-index" 4157checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4158dependencies = [ 4159 "windows-targets 0.52.6", 4160] 4161 4162[[package]] 4163name = "windows-sys" 4164version = "0.59.0" 4165source = "registry+https://github.com/rust-lang/crates.io-index" 4166checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 4167dependencies = [ 4168 "windows-targets 0.52.6", 4169] 4170 4171[[package]] 4172name = "windows-sys" 4173version = "0.60.2" 4174source = "registry+https://github.com/rust-lang/crates.io-index" 4175checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4176dependencies = [ 4177 "windows-targets 0.53.4", 4178] 4179 4180[[package]] 4181name = "windows-sys" 4182version = "0.61.1" 4183source = "registry+https://github.com/rust-lang/crates.io-index" 4184checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" 4185dependencies = [ 4186 "windows-link 0.2.0", 4187] 4188 4189[[package]] 4190name = "windows-targets" 4191version = "0.48.5" 4192source = "registry+https://github.com/rust-lang/crates.io-index" 4193checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4194dependencies = [ 4195 "windows_aarch64_gnullvm 0.48.5", 4196 "windows_aarch64_msvc 0.48.5", 4197 "windows_i686_gnu 0.48.5", 4198 "windows_i686_msvc 0.48.5", 4199 "windows_x86_64_gnu 0.48.5", 4200 "windows_x86_64_gnullvm 0.48.5", 4201 "windows_x86_64_msvc 0.48.5", 4202] 4203 4204[[package]] 4205name = "windows-targets" 4206version = "0.52.6" 4207source = "registry+https://github.com/rust-lang/crates.io-index" 4208checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4209dependencies = [ 4210 "windows_aarch64_gnullvm 0.52.6", 4211 "windows_aarch64_msvc 0.52.6", 4212 "windows_i686_gnu 0.52.6", 4213 "windows_i686_gnullvm 0.52.6", 4214 "windows_i686_msvc 0.52.6", 4215 "windows_x86_64_gnu 0.52.6", 4216 "windows_x86_64_gnullvm 0.52.6", 4217 "windows_x86_64_msvc 0.52.6", 4218] 4219 4220[[package]] 4221name = "windows-targets" 4222version = "0.53.4" 4223source = "registry+https://github.com/rust-lang/crates.io-index" 4224checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 4225dependencies = [ 4226 "windows-link 0.2.0", 4227 "windows_aarch64_gnullvm 0.53.0", 4228 "windows_aarch64_msvc 0.53.0", 4229 "windows_i686_gnu 0.53.0", 4230 "windows_i686_gnullvm 0.53.0", 4231 "windows_i686_msvc 0.53.0", 4232 "windows_x86_64_gnu 0.53.0", 4233 "windows_x86_64_gnullvm 0.53.0", 4234 "windows_x86_64_msvc 0.53.0", 4235] 4236 4237[[package]] 4238name = "windows_aarch64_gnullvm" 4239version = "0.48.5" 4240source = "registry+https://github.com/rust-lang/crates.io-index" 4241checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4242 4243[[package]] 4244name = "windows_aarch64_gnullvm" 4245version = "0.52.6" 4246source = "registry+https://github.com/rust-lang/crates.io-index" 4247checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4248 4249[[package]] 4250name = "windows_aarch64_gnullvm" 4251version = "0.53.0" 4252source = "registry+https://github.com/rust-lang/crates.io-index" 4253checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 4254 4255[[package]] 4256name = "windows_aarch64_msvc" 4257version = "0.48.5" 4258source = "registry+https://github.com/rust-lang/crates.io-index" 4259checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4260 4261[[package]] 4262name = "windows_aarch64_msvc" 4263version = "0.52.6" 4264source = "registry+https://github.com/rust-lang/crates.io-index" 4265checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4266 4267[[package]] 4268name = "windows_aarch64_msvc" 4269version = "0.53.0" 4270source = "registry+https://github.com/rust-lang/crates.io-index" 4271checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 4272 4273[[package]] 4274name = "windows_i686_gnu" 4275version = "0.48.5" 4276source = "registry+https://github.com/rust-lang/crates.io-index" 4277checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4278 4279[[package]] 4280name = "windows_i686_gnu" 4281version = "0.52.6" 4282source = "registry+https://github.com/rust-lang/crates.io-index" 4283checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4284 4285[[package]] 4286name = "windows_i686_gnu" 4287version = "0.53.0" 4288source = "registry+https://github.com/rust-lang/crates.io-index" 4289checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 4290 4291[[package]] 4292name = "windows_i686_gnullvm" 4293version = "0.52.6" 4294source = "registry+https://github.com/rust-lang/crates.io-index" 4295checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4296 4297[[package]] 4298name = "windows_i686_gnullvm" 4299version = "0.53.0" 4300source = "registry+https://github.com/rust-lang/crates.io-index" 4301checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 4302 4303[[package]] 4304name = "windows_i686_msvc" 4305version = "0.48.5" 4306source = "registry+https://github.com/rust-lang/crates.io-index" 4307checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4308 4309[[package]] 4310name = "windows_i686_msvc" 4311version = "0.52.6" 4312source = "registry+https://github.com/rust-lang/crates.io-index" 4313checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4314 4315[[package]] 4316name = "windows_i686_msvc" 4317version = "0.53.0" 4318source = "registry+https://github.com/rust-lang/crates.io-index" 4319checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 4320 4321[[package]] 4322name = "windows_x86_64_gnu" 4323version = "0.48.5" 4324source = "registry+https://github.com/rust-lang/crates.io-index" 4325checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4326 4327[[package]] 4328name = "windows_x86_64_gnu" 4329version = "0.52.6" 4330source = "registry+https://github.com/rust-lang/crates.io-index" 4331checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4332 4333[[package]] 4334name = "windows_x86_64_gnu" 4335version = "0.53.0" 4336source = "registry+https://github.com/rust-lang/crates.io-index" 4337checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 4338 4339[[package]] 4340name = "windows_x86_64_gnullvm" 4341version = "0.48.5" 4342source = "registry+https://github.com/rust-lang/crates.io-index" 4343checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4344 4345[[package]] 4346name = "windows_x86_64_gnullvm" 4347version = "0.52.6" 4348source = "registry+https://github.com/rust-lang/crates.io-index" 4349checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4350 4351[[package]] 4352name = "windows_x86_64_gnullvm" 4353version = "0.53.0" 4354source = "registry+https://github.com/rust-lang/crates.io-index" 4355checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 4356 4357[[package]] 4358name = "windows_x86_64_msvc" 4359version = "0.48.5" 4360source = "registry+https://github.com/rust-lang/crates.io-index" 4361checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4362 4363[[package]] 4364name = "windows_x86_64_msvc" 4365version = "0.52.6" 4366source = "registry+https://github.com/rust-lang/crates.io-index" 4367checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4368 4369[[package]] 4370name = "windows_x86_64_msvc" 4371version = "0.53.0" 4372source = "registry+https://github.com/rust-lang/crates.io-index" 4373checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 4374 4375[[package]] 4376name = "winnow" 4377version = "0.7.13" 4378source = "registry+https://github.com/rust-lang/crates.io-index" 4379checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 4380dependencies = [ 4381 "memchr", 4382] 4383 4384[[package]] 4385name = "winreg" 4386version = "0.50.0" 4387source = "registry+https://github.com/rust-lang/crates.io-index" 4388checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 4389dependencies = [ 4390 "cfg-if", 4391 "windows-sys 0.48.0", 4392] 4393 4394[[package]] 4395name = "wit-bindgen" 4396version = "0.46.0" 4397source = "registry+https://github.com/rust-lang/crates.io-index" 4398checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 4399 4400[[package]] 4401name = "writeable" 4402version = "0.6.1" 4403source = "registry+https://github.com/rust-lang/crates.io-index" 4404checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 4405 4406[[package]] 4407name = "yoke" 4408version = "0.8.0" 4409source = "registry+https://github.com/rust-lang/crates.io-index" 4410checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 4411dependencies = [ 4412 "serde", 4413 "stable_deref_trait", 4414 "yoke-derive", 4415 "zerofrom", 4416] 4417 4418[[package]] 4419name = "yoke-derive" 4420version = "0.8.0" 4421source = "registry+https://github.com/rust-lang/crates.io-index" 4422checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 4423dependencies = [ 4424 "proc-macro2", 4425 "quote", 4426 "syn 2.0.106", 4427 "synstructure", 4428] 4429 4430[[package]] 4431name = "zerocopy" 4432version = "0.8.27" 4433source = "registry+https://github.com/rust-lang/crates.io-index" 4434checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 4435dependencies = [ 4436 "zerocopy-derive", 4437] 4438 4439[[package]] 4440name = "zerocopy-derive" 4441version = "0.8.27" 4442source = "registry+https://github.com/rust-lang/crates.io-index" 4443checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 4444dependencies = [ 4445 "proc-macro2", 4446 "quote", 4447 "syn 2.0.106", 4448] 4449 4450[[package]] 4451name = "zerofrom" 4452version = "0.1.6" 4453source = "registry+https://github.com/rust-lang/crates.io-index" 4454checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4455dependencies = [ 4456 "zerofrom-derive", 4457] 4458 4459[[package]] 4460name = "zerofrom-derive" 4461version = "0.1.6" 4462source = "registry+https://github.com/rust-lang/crates.io-index" 4463checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4464dependencies = [ 4465 "proc-macro2", 4466 "quote", 4467 "syn 2.0.106", 4468 "synstructure", 4469] 4470 4471[[package]] 4472name = "zeroize" 4473version = "1.8.1" 4474source = "registry+https://github.com/rust-lang/crates.io-index" 4475checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 4476 4477[[package]] 4478name = "zerotrie" 4479version = "0.2.2" 4480source = "registry+https://github.com/rust-lang/crates.io-index" 4481checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 4482dependencies = [ 4483 "displaydoc", 4484 "yoke", 4485 "zerofrom", 4486] 4487 4488[[package]] 4489name = "zerovec" 4490version = "0.11.4" 4491source = "registry+https://github.com/rust-lang/crates.io-index" 4492checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 4493dependencies = [ 4494 "yoke", 4495 "zerofrom", 4496 "zerovec-derive", 4497] 4498 4499[[package]] 4500name = "zerovec-derive" 4501version = "0.11.1" 4502source = "registry+https://github.com/rust-lang/crates.io-index" 4503checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 4504dependencies = [ 4505 "proc-macro2", 4506 "quote", 4507 "syn 2.0.106", 4508] 4509 4510[[package]] 4511name = "zstd" 4512version = "0.13.3" 4513source = "registry+https://github.com/rust-lang/crates.io-index" 4514checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 4515dependencies = [ 4516 "zstd-safe", 4517] 4518 4519[[package]] 4520name = "zstd-safe" 4521version = "7.2.4" 4522source = "registry+https://github.com/rust-lang/crates.io-index" 4523checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 4524dependencies = [ 4525 "zstd-sys", 4526] 4527 4528[[package]] 4529name = "zstd-sys" 4530version = "2.0.16+zstd.1.5.7" 4531source = "registry+https://github.com/rust-lang/crates.io-index" 4532checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 4533dependencies = [ 4534 "cc", 4535 "pkg-config", 4536]