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