Visualization of teal.fm records
at main 71 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 = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "allocator-api2" 16version = "0.2.21" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 19 20[[package]] 21name = "anyhow" 22version = "1.0.100" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 25 26[[package]] 27name = "async-trait" 28version = "0.1.89" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 31dependencies = [ 32 "proc-macro2", 33 "quote", 34 "syn 2.0.110", 35] 36 37[[package]] 38name = "atomic-waker" 39version = "1.1.2" 40source = "registry+https://github.com/rust-lang/crates.io-index" 41checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 42 43[[package]] 44name = "atproto-identity" 45version = "0.13.0" 46source = "registry+https://github.com/rust-lang/crates.io-index" 47checksum = "b956c07726fce812630be63c5cb31b1961cbb70f0a05614278523102d78c3a48" 48dependencies = [ 49 "anyhow", 50 "async-trait", 51 "ecdsa", 52 "elliptic-curve", 53 "hickory-resolver", 54 "k256", 55 "lru", 56 "multibase", 57 "p256", 58 "p384", 59 "rand 0.8.5", 60 "reqwest", 61 "serde", 62 "serde_ipld_dagcbor", 63 "serde_json", 64 "thiserror", 65 "tokio", 66 "tracing", 67 "urlencoding", 68] 69 70[[package]] 71name = "atproto-jetstream" 72version = "0.13.0" 73source = "registry+https://github.com/rust-lang/crates.io-index" 74checksum = "7b1897fb2f7c6d02d46f7b8d25d653c141cee4a68a10efd135d46201a95034db" 75dependencies = [ 76 "anyhow", 77 "async-trait", 78 "atproto-identity", 79 "futures", 80 "http", 81 "serde", 82 "serde_json", 83 "thiserror", 84 "tokio", 85 "tokio-util", 86 "tokio-websockets", 87 "tracing", 88 "tracing-subscriber", 89 "urlencoding", 90 "zstd", 91] 92 93[[package]] 94name = "axum" 95version = "0.8.7" 96source = "registry+https://github.com/rust-lang/crates.io-index" 97checksum = "5b098575ebe77cb6d14fc7f32749631a6e44edbef6b796f89b020e99ba20d425" 98dependencies = [ 99 "axum-core", 100 "bytes", 101 "form_urlencoded", 102 "futures-util", 103 "http", 104 "http-body", 105 "http-body-util", 106 "hyper", 107 "hyper-util", 108 "itoa", 109 "matchit", 110 "memchr", 111 "mime", 112 "percent-encoding", 113 "pin-project-lite", 114 "serde_core", 115 "serde_json", 116 "serde_path_to_error", 117 "serde_urlencoded", 118 "sync_wrapper", 119 "tokio", 120 "tower", 121 "tower-layer", 122 "tower-service", 123 "tracing", 124] 125 126[[package]] 127name = "axum-core" 128version = "0.5.5" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 131dependencies = [ 132 "bytes", 133 "futures-core", 134 "http", 135 "http-body", 136 "http-body-util", 137 "mime", 138 "pin-project-lite", 139 "sync_wrapper", 140 "tower-layer", 141 "tower-service", 142 "tracing", 143] 144 145[[package]] 146name = "base-x" 147version = "0.2.11" 148source = "registry+https://github.com/rust-lang/crates.io-index" 149checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 150 151[[package]] 152name = "base16ct" 153version = "0.2.0" 154source = "registry+https://github.com/rust-lang/crates.io-index" 155checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 156 157[[package]] 158name = "base256emoji" 159version = "1.0.2" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 162dependencies = [ 163 "const-str", 164 "match-lookup", 165] 166 167[[package]] 168name = "base64" 169version = "0.22.1" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 172 173[[package]] 174name = "base64ct" 175version = "1.8.0" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" 178 179[[package]] 180name = "bitflags" 181version = "2.10.0" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 184 185[[package]] 186name = "block-buffer" 187version = "0.10.4" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 190dependencies = [ 191 "generic-array", 192] 193 194[[package]] 195name = "bumpalo" 196version = "3.19.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 199 200[[package]] 201name = "bytes" 202version = "1.11.0" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 205 206[[package]] 207name = "cbor4ii" 208version = "0.2.14" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 211dependencies = [ 212 "serde", 213] 214 215[[package]] 216name = "cc" 217version = "1.2.46" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "b97463e1064cb1b1c1384ad0a0b9c8abd0988e2a91f52606c80ef14aadb63e36" 220dependencies = [ 221 "find-msvc-tools", 222 "jobserver", 223 "libc", 224 "shlex", 225] 226 227[[package]] 228name = "cfg-if" 229version = "1.0.4" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 232 233[[package]] 234name = "cfg_aliases" 235version = "0.2.1" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 238 239[[package]] 240name = "cid" 241version = "0.11.1" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 244dependencies = [ 245 "core2", 246 "multibase", 247 "multihash", 248 "serde", 249 "serde_bytes", 250 "unsigned-varint", 251] 252 253[[package]] 254name = "const-oid" 255version = "0.9.6" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 258 259[[package]] 260name = "const-str" 261version = "0.4.3" 262source = "registry+https://github.com/rust-lang/crates.io-index" 263checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 264 265[[package]] 266name = "core-foundation" 267version = "0.9.4" 268source = "registry+https://github.com/rust-lang/crates.io-index" 269checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 270dependencies = [ 271 "core-foundation-sys", 272 "libc", 273] 274 275[[package]] 276name = "core-foundation" 277version = "0.10.1" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 280dependencies = [ 281 "core-foundation-sys", 282 "libc", 283] 284 285[[package]] 286name = "core-foundation-sys" 287version = "0.8.7" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 290 291[[package]] 292name = "core2" 293version = "0.4.0" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 296dependencies = [ 297 "memchr", 298] 299 300[[package]] 301name = "cpufeatures" 302version = "0.2.17" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 305dependencies = [ 306 "libc", 307] 308 309[[package]] 310name = "critical-section" 311version = "1.2.0" 312source = "registry+https://github.com/rust-lang/crates.io-index" 313checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 314 315[[package]] 316name = "crossbeam-channel" 317version = "0.5.15" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 320dependencies = [ 321 "crossbeam-utils", 322] 323 324[[package]] 325name = "crossbeam-epoch" 326version = "0.9.18" 327source = "registry+https://github.com/rust-lang/crates.io-index" 328checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 329dependencies = [ 330 "crossbeam-utils", 331] 332 333[[package]] 334name = "crossbeam-utils" 335version = "0.8.21" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 338 339[[package]] 340name = "crypto-bigint" 341version = "0.5.5" 342source = "registry+https://github.com/rust-lang/crates.io-index" 343checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 344dependencies = [ 345 "generic-array", 346 "rand_core 0.6.4", 347 "subtle", 348 "zeroize", 349] 350 351[[package]] 352name = "crypto-common" 353version = "0.1.6" 354source = "registry+https://github.com/rust-lang/crates.io-index" 355checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 356dependencies = [ 357 "generic-array", 358 "typenum", 359] 360 361[[package]] 362name = "data-encoding" 363version = "2.9.0" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 366 367[[package]] 368name = "data-encoding-macro" 369version = "0.1.18" 370source = "registry+https://github.com/rust-lang/crates.io-index" 371checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 372dependencies = [ 373 "data-encoding", 374 "data-encoding-macro-internal", 375] 376 377[[package]] 378name = "data-encoding-macro-internal" 379version = "0.1.16" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 382dependencies = [ 383 "data-encoding", 384 "syn 2.0.110", 385] 386 387[[package]] 388name = "der" 389version = "0.7.10" 390source = "registry+https://github.com/rust-lang/crates.io-index" 391checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 392dependencies = [ 393 "const-oid", 394 "pem-rfc7468", 395 "zeroize", 396] 397 398[[package]] 399name = "digest" 400version = "0.10.7" 401source = "registry+https://github.com/rust-lang/crates.io-index" 402checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 403dependencies = [ 404 "block-buffer", 405 "const-oid", 406 "crypto-common", 407 "subtle", 408] 409 410[[package]] 411name = "displaydoc" 412version = "0.2.5" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 415dependencies = [ 416 "proc-macro2", 417 "quote", 418 "syn 2.0.110", 419] 420 421[[package]] 422name = "ecdsa" 423version = "0.16.9" 424source = "registry+https://github.com/rust-lang/crates.io-index" 425checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 426dependencies = [ 427 "der", 428 "digest", 429 "elliptic-curve", 430 "rfc6979", 431 "signature", 432 "spki", 433] 434 435[[package]] 436name = "elliptic-curve" 437version = "0.13.8" 438source = "registry+https://github.com/rust-lang/crates.io-index" 439checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 440dependencies = [ 441 "base16ct", 442 "base64ct", 443 "crypto-bigint", 444 "digest", 445 "ff", 446 "generic-array", 447 "group", 448 "hkdf", 449 "pem-rfc7468", 450 "pkcs8", 451 "rand_core 0.6.4", 452 "sec1", 453 "serde_json", 454 "serdect", 455 "subtle", 456 "zeroize", 457] 458 459[[package]] 460name = "encoding_rs" 461version = "0.8.35" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 464dependencies = [ 465 "cfg-if", 466] 467 468[[package]] 469name = "enum-as-inner" 470version = "0.6.1" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc" 473dependencies = [ 474 "heck", 475 "proc-macro2", 476 "quote", 477 "syn 2.0.110", 478] 479 480[[package]] 481name = "equivalent" 482version = "1.0.2" 483source = "registry+https://github.com/rust-lang/crates.io-index" 484checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 485 486[[package]] 487name = "ff" 488version = "0.13.1" 489source = "registry+https://github.com/rust-lang/crates.io-index" 490checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 491dependencies = [ 492 "rand_core 0.6.4", 493 "subtle", 494] 495 496[[package]] 497name = "find-msvc-tools" 498version = "0.1.5" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844" 501 502[[package]] 503name = "fnv" 504version = "1.0.7" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 507 508[[package]] 509name = "foldhash" 510version = "0.1.5" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 513 514[[package]] 515name = "form_urlencoded" 516version = "1.2.2" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 519dependencies = [ 520 "percent-encoding", 521] 522 523[[package]] 524name = "futures" 525version = "0.3.31" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 528dependencies = [ 529 "futures-channel", 530 "futures-core", 531 "futures-executor", 532 "futures-io", 533 "futures-sink", 534 "futures-task", 535 "futures-util", 536] 537 538[[package]] 539name = "futures-channel" 540version = "0.3.31" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 543dependencies = [ 544 "futures-core", 545 "futures-sink", 546] 547 548[[package]] 549name = "futures-core" 550version = "0.3.31" 551source = "registry+https://github.com/rust-lang/crates.io-index" 552checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 553 554[[package]] 555name = "futures-executor" 556version = "0.3.31" 557source = "registry+https://github.com/rust-lang/crates.io-index" 558checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 559dependencies = [ 560 "futures-core", 561 "futures-task", 562 "futures-util", 563] 564 565[[package]] 566name = "futures-io" 567version = "0.3.31" 568source = "registry+https://github.com/rust-lang/crates.io-index" 569checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 570 571[[package]] 572name = "futures-macro" 573version = "0.3.31" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 576dependencies = [ 577 "proc-macro2", 578 "quote", 579 "syn 2.0.110", 580] 581 582[[package]] 583name = "futures-sink" 584version = "0.3.31" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 587 588[[package]] 589name = "futures-task" 590version = "0.3.31" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 593 594[[package]] 595name = "futures-util" 596version = "0.3.31" 597source = "registry+https://github.com/rust-lang/crates.io-index" 598checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 599dependencies = [ 600 "futures-channel", 601 "futures-core", 602 "futures-io", 603 "futures-macro", 604 "futures-sink", 605 "futures-task", 606 "memchr", 607 "pin-project-lite", 608 "pin-utils", 609 "slab", 610] 611 612[[package]] 613name = "generic-array" 614version = "0.14.9" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 617dependencies = [ 618 "typenum", 619 "version_check", 620 "zeroize", 621] 622 623[[package]] 624name = "getrandom" 625version = "0.2.16" 626source = "registry+https://github.com/rust-lang/crates.io-index" 627checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 628dependencies = [ 629 "cfg-if", 630 "js-sys", 631 "libc", 632 "wasi", 633 "wasm-bindgen", 634] 635 636[[package]] 637name = "getrandom" 638version = "0.3.4" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 641dependencies = [ 642 "cfg-if", 643 "js-sys", 644 "libc", 645 "r-efi", 646 "wasip2", 647 "wasm-bindgen", 648] 649 650[[package]] 651name = "group" 652version = "0.13.0" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 655dependencies = [ 656 "ff", 657 "rand_core 0.6.4", 658 "subtle", 659] 660 661[[package]] 662name = "h2" 663version = "0.4.12" 664source = "registry+https://github.com/rust-lang/crates.io-index" 665checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 666dependencies = [ 667 "atomic-waker", 668 "bytes", 669 "fnv", 670 "futures-core", 671 "futures-sink", 672 "http", 673 "indexmap", 674 "slab", 675 "tokio", 676 "tokio-util", 677 "tracing", 678] 679 680[[package]] 681name = "hashbrown" 682version = "0.15.5" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 685dependencies = [ 686 "allocator-api2", 687 "equivalent", 688 "foldhash", 689] 690 691[[package]] 692name = "hashbrown" 693version = "0.16.0" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 696 697[[package]] 698name = "heck" 699version = "0.5.0" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 702 703[[package]] 704name = "hickory-proto" 705version = "0.25.2" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "f8a6fe56c0038198998a6f217ca4e7ef3a5e51f46163bd6dd60b5c71ca6c6502" 708dependencies = [ 709 "async-trait", 710 "cfg-if", 711 "data-encoding", 712 "enum-as-inner", 713 "futures-channel", 714 "futures-io", 715 "futures-util", 716 "idna", 717 "ipnet", 718 "once_cell", 719 "rand 0.9.2", 720 "ring", 721 "thiserror", 722 "tinyvec", 723 "tokio", 724 "tracing", 725 "url", 726] 727 728[[package]] 729name = "hickory-resolver" 730version = "0.25.2" 731source = "registry+https://github.com/rust-lang/crates.io-index" 732checksum = "dc62a9a99b0bfb44d2ab95a7208ac952d31060efc16241c87eaf36406fecf87a" 733dependencies = [ 734 "cfg-if", 735 "futures-util", 736 "hickory-proto", 737 "ipconfig", 738 "moka", 739 "once_cell", 740 "parking_lot", 741 "rand 0.9.2", 742 "resolv-conf", 743 "smallvec", 744 "thiserror", 745 "tokio", 746 "tracing", 747] 748 749[[package]] 750name = "hkdf" 751version = "0.12.4" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 754dependencies = [ 755 "hmac", 756] 757 758[[package]] 759name = "hmac" 760version = "0.12.1" 761source = "registry+https://github.com/rust-lang/crates.io-index" 762checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 763dependencies = [ 764 "digest", 765] 766 767[[package]] 768name = "http" 769version = "1.3.1" 770source = "registry+https://github.com/rust-lang/crates.io-index" 771checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 772dependencies = [ 773 "bytes", 774 "fnv", 775 "itoa", 776] 777 778[[package]] 779name = "http-body" 780version = "1.0.1" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 783dependencies = [ 784 "bytes", 785 "http", 786] 787 788[[package]] 789name = "http-body-util" 790version = "0.1.3" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 793dependencies = [ 794 "bytes", 795 "futures-core", 796 "http", 797 "http-body", 798 "pin-project-lite", 799] 800 801[[package]] 802name = "httparse" 803version = "1.10.1" 804source = "registry+https://github.com/rust-lang/crates.io-index" 805checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 806 807[[package]] 808name = "httpdate" 809version = "1.0.3" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 812 813[[package]] 814name = "hyper" 815version = "1.8.1" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 818dependencies = [ 819 "atomic-waker", 820 "bytes", 821 "futures-channel", 822 "futures-core", 823 "h2", 824 "http", 825 "http-body", 826 "httparse", 827 "httpdate", 828 "itoa", 829 "pin-project-lite", 830 "pin-utils", 831 "smallvec", 832 "tokio", 833 "want", 834] 835 836[[package]] 837name = "hyper-rustls" 838version = "0.27.7" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 841dependencies = [ 842 "http", 843 "hyper", 844 "hyper-util", 845 "rustls", 846 "rustls-pki-types", 847 "tokio", 848 "tokio-rustls", 849 "tower-service", 850 "webpki-roots", 851] 852 853[[package]] 854name = "hyper-util" 855version = "0.1.18" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "52e9a2a24dc5c6821e71a7030e1e14b7b632acac55c40e9d2e082c621261bb56" 858dependencies = [ 859 "base64", 860 "bytes", 861 "futures-channel", 862 "futures-core", 863 "futures-util", 864 "http", 865 "http-body", 866 "hyper", 867 "ipnet", 868 "libc", 869 "percent-encoding", 870 "pin-project-lite", 871 "socket2 0.6.1", 872 "system-configuration", 873 "tokio", 874 "tower-service", 875 "tracing", 876 "windows-registry", 877] 878 879[[package]] 880name = "icu_collections" 881version = "2.1.1" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 884dependencies = [ 885 "displaydoc", 886 "potential_utf", 887 "yoke", 888 "zerofrom", 889 "zerovec", 890] 891 892[[package]] 893name = "icu_locale_core" 894version = "2.1.1" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 897dependencies = [ 898 "displaydoc", 899 "litemap", 900 "tinystr", 901 "writeable", 902 "zerovec", 903] 904 905[[package]] 906name = "icu_normalizer" 907version = "2.1.1" 908source = "registry+https://github.com/rust-lang/crates.io-index" 909checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 910dependencies = [ 911 "icu_collections", 912 "icu_normalizer_data", 913 "icu_properties", 914 "icu_provider", 915 "smallvec", 916 "zerovec", 917] 918 919[[package]] 920name = "icu_normalizer_data" 921version = "2.1.1" 922source = "registry+https://github.com/rust-lang/crates.io-index" 923checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 924 925[[package]] 926name = "icu_properties" 927version = "2.1.1" 928source = "registry+https://github.com/rust-lang/crates.io-index" 929checksum = "e93fcd3157766c0c8da2f8cff6ce651a31f0810eaa1c51ec363ef790bbb5fb99" 930dependencies = [ 931 "icu_collections", 932 "icu_locale_core", 933 "icu_properties_data", 934 "icu_provider", 935 "zerotrie", 936 "zerovec", 937] 938 939[[package]] 940name = "icu_properties_data" 941version = "2.1.1" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "02845b3647bb045f1100ecd6480ff52f34c35f82d9880e029d329c21d1054899" 944 945[[package]] 946name = "icu_provider" 947version = "2.1.1" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 950dependencies = [ 951 "displaydoc", 952 "icu_locale_core", 953 "writeable", 954 "yoke", 955 "zerofrom", 956 "zerotrie", 957 "zerovec", 958] 959 960[[package]] 961name = "idna" 962version = "1.1.0" 963source = "registry+https://github.com/rust-lang/crates.io-index" 964checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 965dependencies = [ 966 "idna_adapter", 967 "smallvec", 968 "utf8_iter", 969] 970 971[[package]] 972name = "idna_adapter" 973version = "1.2.1" 974source = "registry+https://github.com/rust-lang/crates.io-index" 975checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 976dependencies = [ 977 "icu_normalizer", 978 "icu_properties", 979] 980 981[[package]] 982name = "indexmap" 983version = "2.12.0" 984source = "registry+https://github.com/rust-lang/crates.io-index" 985checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 986dependencies = [ 987 "equivalent", 988 "hashbrown 0.16.0", 989] 990 991[[package]] 992name = "ipconfig" 993version = "0.3.2" 994source = "registry+https://github.com/rust-lang/crates.io-index" 995checksum = "b58db92f96b720de98181bbbe63c831e87005ab460c1bf306eb2622b4707997f" 996dependencies = [ 997 "socket2 0.5.10", 998 "widestring", 999 "windows-sys 0.48.0", 1000 "winreg", 1001] 1002 1003[[package]] 1004name = "ipld-core" 1005version = "0.4.2" 1006source = "registry+https://github.com/rust-lang/crates.io-index" 1007checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1008dependencies = [ 1009 "cid", 1010 "serde", 1011 "serde_bytes", 1012] 1013 1014[[package]] 1015name = "ipnet" 1016version = "2.11.0" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1019 1020[[package]] 1021name = "iri-string" 1022version = "0.7.9" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "4f867b9d1d896b67beb18518eda36fdb77a32ea590de864f1325b294a6d14397" 1025dependencies = [ 1026 "memchr", 1027 "serde", 1028] 1029 1030[[package]] 1031name = "itoa" 1032version = "1.0.15" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1035 1036[[package]] 1037name = "jobserver" 1038version = "0.1.34" 1039source = "registry+https://github.com/rust-lang/crates.io-index" 1040checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1041dependencies = [ 1042 "getrandom 0.3.4", 1043 "libc", 1044] 1045 1046[[package]] 1047name = "js-sys" 1048version = "0.3.82" 1049source = "registry+https://github.com/rust-lang/crates.io-index" 1050checksum = "b011eec8cc36da2aab2d5cff675ec18454fad408585853910a202391cf9f8e65" 1051dependencies = [ 1052 "once_cell", 1053 "wasm-bindgen", 1054] 1055 1056[[package]] 1057name = "k256" 1058version = "0.13.4" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 1061dependencies = [ 1062 "cfg-if", 1063 "ecdsa", 1064 "elliptic-curve", 1065 "once_cell", 1066 "sha2", 1067 "signature", 1068] 1069 1070[[package]] 1071name = "lazy_static" 1072version = "1.5.0" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1075 1076[[package]] 1077name = "libc" 1078version = "0.2.177" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 1081 1082[[package]] 1083name = "litemap" 1084version = "0.8.1" 1085source = "registry+https://github.com/rust-lang/crates.io-index" 1086checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 1087 1088[[package]] 1089name = "lock_api" 1090version = "0.4.14" 1091source = "registry+https://github.com/rust-lang/crates.io-index" 1092checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1093dependencies = [ 1094 "scopeguard", 1095] 1096 1097[[package]] 1098name = "log" 1099version = "0.4.28" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1102 1103[[package]] 1104name = "lru" 1105version = "0.12.5" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1108dependencies = [ 1109 "hashbrown 0.15.5", 1110] 1111 1112[[package]] 1113name = "lru-slab" 1114version = "0.1.2" 1115source = "registry+https://github.com/rust-lang/crates.io-index" 1116checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1117 1118[[package]] 1119name = "match-lookup" 1120version = "0.1.1" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 1123dependencies = [ 1124 "proc-macro2", 1125 "quote", 1126 "syn 1.0.109", 1127] 1128 1129[[package]] 1130name = "matchers" 1131version = "0.2.0" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1134dependencies = [ 1135 "regex-automata", 1136] 1137 1138[[package]] 1139name = "matchit" 1140version = "0.8.4" 1141source = "registry+https://github.com/rust-lang/crates.io-index" 1142checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1143 1144[[package]] 1145name = "memchr" 1146version = "2.7.6" 1147source = "registry+https://github.com/rust-lang/crates.io-index" 1148checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1149 1150[[package]] 1151name = "mime" 1152version = "0.3.17" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1155 1156[[package]] 1157name = "mio" 1158version = "1.1.0" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 1161dependencies = [ 1162 "libc", 1163 "wasi", 1164 "windows-sys 0.61.2", 1165] 1166 1167[[package]] 1168name = "moka" 1169version = "0.12.11" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" 1172dependencies = [ 1173 "crossbeam-channel", 1174 "crossbeam-epoch", 1175 "crossbeam-utils", 1176 "equivalent", 1177 "parking_lot", 1178 "portable-atomic", 1179 "rustc_version", 1180 "smallvec", 1181 "tagptr", 1182 "uuid", 1183] 1184 1185[[package]] 1186name = "multibase" 1187version = "0.9.2" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1190dependencies = [ 1191 "base-x", 1192 "base256emoji", 1193 "data-encoding", 1194 "data-encoding-macro", 1195] 1196 1197[[package]] 1198name = "multihash" 1199version = "0.19.3" 1200source = "registry+https://github.com/rust-lang/crates.io-index" 1201checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1202dependencies = [ 1203 "core2", 1204 "serde", 1205 "unsigned-varint", 1206] 1207 1208[[package]] 1209name = "now_listening" 1210version = "0.1.0" 1211dependencies = [ 1212 "anyhow", 1213 "async-trait", 1214 "atproto-jetstream", 1215 "axum", 1216 "serde", 1217 "serde_json", 1218 "tokio", 1219] 1220 1221[[package]] 1222name = "nu-ansi-term" 1223version = "0.50.3" 1224source = "registry+https://github.com/rust-lang/crates.io-index" 1225checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1226dependencies = [ 1227 "windows-sys 0.61.2", 1228] 1229 1230[[package]] 1231name = "once_cell" 1232version = "1.21.3" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1235dependencies = [ 1236 "critical-section", 1237 "portable-atomic", 1238] 1239 1240[[package]] 1241name = "openssl-probe" 1242version = "0.1.6" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1245 1246[[package]] 1247name = "p256" 1248version = "0.13.2" 1249source = "registry+https://github.com/rust-lang/crates.io-index" 1250checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1251dependencies = [ 1252 "ecdsa", 1253 "elliptic-curve", 1254 "primeorder", 1255 "sha2", 1256] 1257 1258[[package]] 1259name = "p384" 1260version = "0.13.1" 1261source = "registry+https://github.com/rust-lang/crates.io-index" 1262checksum = "fe42f1670a52a47d448f14b6a5c61dd78fce51856e68edaa38f7ae3a46b8d6b6" 1263dependencies = [ 1264 "ecdsa", 1265 "elliptic-curve", 1266 "primeorder", 1267 "sha2", 1268] 1269 1270[[package]] 1271name = "parking_lot" 1272version = "0.12.5" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1275dependencies = [ 1276 "lock_api", 1277 "parking_lot_core", 1278] 1279 1280[[package]] 1281name = "parking_lot_core" 1282version = "0.9.12" 1283source = "registry+https://github.com/rust-lang/crates.io-index" 1284checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1285dependencies = [ 1286 "cfg-if", 1287 "libc", 1288 "redox_syscall", 1289 "smallvec", 1290 "windows-link", 1291] 1292 1293[[package]] 1294name = "pem-rfc7468" 1295version = "0.7.0" 1296source = "registry+https://github.com/rust-lang/crates.io-index" 1297checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1298dependencies = [ 1299 "base64ct", 1300] 1301 1302[[package]] 1303name = "percent-encoding" 1304version = "2.3.2" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1307 1308[[package]] 1309name = "pin-project-lite" 1310version = "0.2.16" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1313 1314[[package]] 1315name = "pin-utils" 1316version = "0.1.0" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1319 1320[[package]] 1321name = "pkcs8" 1322version = "0.10.2" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1325dependencies = [ 1326 "der", 1327 "spki", 1328] 1329 1330[[package]] 1331name = "pkg-config" 1332version = "0.3.32" 1333source = "registry+https://github.com/rust-lang/crates.io-index" 1334checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1335 1336[[package]] 1337name = "portable-atomic" 1338version = "1.11.1" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1341 1342[[package]] 1343name = "potential_utf" 1344version = "0.1.4" 1345source = "registry+https://github.com/rust-lang/crates.io-index" 1346checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 1347dependencies = [ 1348 "zerovec", 1349] 1350 1351[[package]] 1352name = "ppv-lite86" 1353version = "0.2.21" 1354source = "registry+https://github.com/rust-lang/crates.io-index" 1355checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1356dependencies = [ 1357 "zerocopy", 1358] 1359 1360[[package]] 1361name = "primeorder" 1362version = "0.13.6" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 1365dependencies = [ 1366 "elliptic-curve", 1367] 1368 1369[[package]] 1370name = "proc-macro2" 1371version = "1.0.103" 1372source = "registry+https://github.com/rust-lang/crates.io-index" 1373checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 1374dependencies = [ 1375 "unicode-ident", 1376] 1377 1378[[package]] 1379name = "quinn" 1380version = "0.11.9" 1381source = "registry+https://github.com/rust-lang/crates.io-index" 1382checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 1383dependencies = [ 1384 "bytes", 1385 "cfg_aliases", 1386 "pin-project-lite", 1387 "quinn-proto", 1388 "quinn-udp", 1389 "rustc-hash", 1390 "rustls", 1391 "socket2 0.6.1", 1392 "thiserror", 1393 "tokio", 1394 "tracing", 1395 "web-time", 1396] 1397 1398[[package]] 1399name = "quinn-proto" 1400version = "0.11.13" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 1403dependencies = [ 1404 "bytes", 1405 "getrandom 0.3.4", 1406 "lru-slab", 1407 "rand 0.9.2", 1408 "ring", 1409 "rustc-hash", 1410 "rustls", 1411 "rustls-pki-types", 1412 "slab", 1413 "thiserror", 1414 "tinyvec", 1415 "tracing", 1416 "web-time", 1417] 1418 1419[[package]] 1420name = "quinn-udp" 1421version = "0.5.14" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 1424dependencies = [ 1425 "cfg_aliases", 1426 "libc", 1427 "once_cell", 1428 "socket2 0.6.1", 1429 "tracing", 1430 "windows-sys 0.60.2", 1431] 1432 1433[[package]] 1434name = "quote" 1435version = "1.0.42" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "a338cc41d27e6cc6dce6cefc13a0729dfbb81c262b1f519331575dd80ef3067f" 1438dependencies = [ 1439 "proc-macro2", 1440] 1441 1442[[package]] 1443name = "r-efi" 1444version = "5.3.0" 1445source = "registry+https://github.com/rust-lang/crates.io-index" 1446checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1447 1448[[package]] 1449name = "rand" 1450version = "0.8.5" 1451source = "registry+https://github.com/rust-lang/crates.io-index" 1452checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1453dependencies = [ 1454 "libc", 1455 "rand_chacha 0.3.1", 1456 "rand_core 0.6.4", 1457] 1458 1459[[package]] 1460name = "rand" 1461version = "0.9.2" 1462source = "registry+https://github.com/rust-lang/crates.io-index" 1463checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1464dependencies = [ 1465 "rand_chacha 0.9.0", 1466 "rand_core 0.9.3", 1467] 1468 1469[[package]] 1470name = "rand_chacha" 1471version = "0.3.1" 1472source = "registry+https://github.com/rust-lang/crates.io-index" 1473checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1474dependencies = [ 1475 "ppv-lite86", 1476 "rand_core 0.6.4", 1477] 1478 1479[[package]] 1480name = "rand_chacha" 1481version = "0.9.0" 1482source = "registry+https://github.com/rust-lang/crates.io-index" 1483checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1484dependencies = [ 1485 "ppv-lite86", 1486 "rand_core 0.9.3", 1487] 1488 1489[[package]] 1490name = "rand_core" 1491version = "0.6.4" 1492source = "registry+https://github.com/rust-lang/crates.io-index" 1493checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1494dependencies = [ 1495 "getrandom 0.2.16", 1496] 1497 1498[[package]] 1499name = "rand_core" 1500version = "0.9.3" 1501source = "registry+https://github.com/rust-lang/crates.io-index" 1502checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1503dependencies = [ 1504 "getrandom 0.3.4", 1505] 1506 1507[[package]] 1508name = "redox_syscall" 1509version = "0.5.18" 1510source = "registry+https://github.com/rust-lang/crates.io-index" 1511checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1512dependencies = [ 1513 "bitflags", 1514] 1515 1516[[package]] 1517name = "regex-automata" 1518version = "0.4.13" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1521dependencies = [ 1522 "aho-corasick", 1523 "memchr", 1524 "regex-syntax", 1525] 1526 1527[[package]] 1528name = "regex-syntax" 1529version = "0.8.8" 1530source = "registry+https://github.com/rust-lang/crates.io-index" 1531checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1532 1533[[package]] 1534name = "reqwest" 1535version = "0.12.24" 1536source = "registry+https://github.com/rust-lang/crates.io-index" 1537checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 1538dependencies = [ 1539 "base64", 1540 "bytes", 1541 "encoding_rs", 1542 "futures-core", 1543 "h2", 1544 "http", 1545 "http-body", 1546 "http-body-util", 1547 "hyper", 1548 "hyper-rustls", 1549 "hyper-util", 1550 "js-sys", 1551 "log", 1552 "mime", 1553 "percent-encoding", 1554 "pin-project-lite", 1555 "quinn", 1556 "rustls", 1557 "rustls-pki-types", 1558 "serde", 1559 "serde_json", 1560 "serde_urlencoded", 1561 "sync_wrapper", 1562 "tokio", 1563 "tokio-rustls", 1564 "tower", 1565 "tower-http", 1566 "tower-service", 1567 "url", 1568 "wasm-bindgen", 1569 "wasm-bindgen-futures", 1570 "web-sys", 1571 "webpki-roots", 1572] 1573 1574[[package]] 1575name = "resolv-conf" 1576version = "0.7.6" 1577source = "registry+https://github.com/rust-lang/crates.io-index" 1578checksum = "1e061d1b48cb8d38042de4ae0a7a6401009d6143dc80d2e2d6f31f0bdd6470c7" 1579 1580[[package]] 1581name = "rfc6979" 1582version = "0.4.0" 1583source = "registry+https://github.com/rust-lang/crates.io-index" 1584checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 1585dependencies = [ 1586 "hmac", 1587 "subtle", 1588] 1589 1590[[package]] 1591name = "ring" 1592version = "0.17.14" 1593source = "registry+https://github.com/rust-lang/crates.io-index" 1594checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1595dependencies = [ 1596 "cc", 1597 "cfg-if", 1598 "getrandom 0.2.16", 1599 "libc", 1600 "untrusted", 1601 "windows-sys 0.52.0", 1602] 1603 1604[[package]] 1605name = "rustc-hash" 1606version = "2.1.1" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1609 1610[[package]] 1611name = "rustc_version" 1612version = "0.4.1" 1613source = "registry+https://github.com/rust-lang/crates.io-index" 1614checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1615dependencies = [ 1616 "semver", 1617] 1618 1619[[package]] 1620name = "rustls" 1621version = "0.23.35" 1622source = "registry+https://github.com/rust-lang/crates.io-index" 1623checksum = "533f54bc6a7d4f647e46ad909549eda97bf5afc1585190ef692b4286b198bd8f" 1624dependencies = [ 1625 "once_cell", 1626 "ring", 1627 "rustls-pki-types", 1628 "rustls-webpki", 1629 "subtle", 1630 "zeroize", 1631] 1632 1633[[package]] 1634name = "rustls-native-certs" 1635version = "0.8.2" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" 1638dependencies = [ 1639 "openssl-probe", 1640 "rustls-pki-types", 1641 "schannel", 1642 "security-framework", 1643] 1644 1645[[package]] 1646name = "rustls-pki-types" 1647version = "1.13.0" 1648source = "registry+https://github.com/rust-lang/crates.io-index" 1649checksum = "94182ad936a0c91c324cd46c6511b9510ed16af436d7b5bab34beab0afd55f7a" 1650dependencies = [ 1651 "web-time", 1652 "zeroize", 1653] 1654 1655[[package]] 1656name = "rustls-webpki" 1657version = "0.103.8" 1658source = "registry+https://github.com/rust-lang/crates.io-index" 1659checksum = "2ffdfa2f5286e2247234e03f680868ac2815974dc39e00ea15adc445d0aafe52" 1660dependencies = [ 1661 "ring", 1662 "rustls-pki-types", 1663 "untrusted", 1664] 1665 1666[[package]] 1667name = "rustversion" 1668version = "1.0.22" 1669source = "registry+https://github.com/rust-lang/crates.io-index" 1670checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1671 1672[[package]] 1673name = "ryu" 1674version = "1.0.20" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1677 1678[[package]] 1679name = "schannel" 1680version = "0.1.28" 1681source = "registry+https://github.com/rust-lang/crates.io-index" 1682checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 1683dependencies = [ 1684 "windows-sys 0.61.2", 1685] 1686 1687[[package]] 1688name = "scopeguard" 1689version = "1.2.0" 1690source = "registry+https://github.com/rust-lang/crates.io-index" 1691checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1692 1693[[package]] 1694name = "sec1" 1695version = "0.7.3" 1696source = "registry+https://github.com/rust-lang/crates.io-index" 1697checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 1698dependencies = [ 1699 "base16ct", 1700 "der", 1701 "generic-array", 1702 "pkcs8", 1703 "serdect", 1704 "subtle", 1705 "zeroize", 1706] 1707 1708[[package]] 1709name = "security-framework" 1710version = "3.5.1" 1711source = "registry+https://github.com/rust-lang/crates.io-index" 1712checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 1713dependencies = [ 1714 "bitflags", 1715 "core-foundation 0.10.1", 1716 "core-foundation-sys", 1717 "libc", 1718 "security-framework-sys", 1719] 1720 1721[[package]] 1722name = "security-framework-sys" 1723version = "2.15.0" 1724source = "registry+https://github.com/rust-lang/crates.io-index" 1725checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 1726dependencies = [ 1727 "core-foundation-sys", 1728 "libc", 1729] 1730 1731[[package]] 1732name = "semver" 1733version = "1.0.27" 1734source = "registry+https://github.com/rust-lang/crates.io-index" 1735checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 1736 1737[[package]] 1738name = "serde" 1739version = "1.0.228" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1742dependencies = [ 1743 "serde_core", 1744 "serde_derive", 1745] 1746 1747[[package]] 1748name = "serde_bytes" 1749version = "0.11.19" 1750source = "registry+https://github.com/rust-lang/crates.io-index" 1751checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 1752dependencies = [ 1753 "serde", 1754 "serde_core", 1755] 1756 1757[[package]] 1758name = "serde_core" 1759version = "1.0.228" 1760source = "registry+https://github.com/rust-lang/crates.io-index" 1761checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1762dependencies = [ 1763 "serde_derive", 1764] 1765 1766[[package]] 1767name = "serde_derive" 1768version = "1.0.228" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1771dependencies = [ 1772 "proc-macro2", 1773 "quote", 1774 "syn 2.0.110", 1775] 1776 1777[[package]] 1778name = "serde_ipld_dagcbor" 1779version = "0.6.4" 1780source = "registry+https://github.com/rust-lang/crates.io-index" 1781checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 1782dependencies = [ 1783 "cbor4ii", 1784 "ipld-core", 1785 "scopeguard", 1786 "serde", 1787] 1788 1789[[package]] 1790name = "serde_json" 1791version = "1.0.145" 1792source = "registry+https://github.com/rust-lang/crates.io-index" 1793checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1794dependencies = [ 1795 "itoa", 1796 "memchr", 1797 "ryu", 1798 "serde", 1799 "serde_core", 1800] 1801 1802[[package]] 1803name = "serde_path_to_error" 1804version = "0.1.20" 1805source = "registry+https://github.com/rust-lang/crates.io-index" 1806checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 1807dependencies = [ 1808 "itoa", 1809 "serde", 1810 "serde_core", 1811] 1812 1813[[package]] 1814name = "serde_urlencoded" 1815version = "0.7.1" 1816source = "registry+https://github.com/rust-lang/crates.io-index" 1817checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1818dependencies = [ 1819 "form_urlencoded", 1820 "itoa", 1821 "ryu", 1822 "serde", 1823] 1824 1825[[package]] 1826name = "serdect" 1827version = "0.2.0" 1828source = "registry+https://github.com/rust-lang/crates.io-index" 1829checksum = "a84f14a19e9a014bb9f4512488d9829a68e04ecabffb0f9904cd1ace94598177" 1830dependencies = [ 1831 "base16ct", 1832 "serde", 1833] 1834 1835[[package]] 1836name = "sha2" 1837version = "0.10.9" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 1840dependencies = [ 1841 "cfg-if", 1842 "cpufeatures", 1843 "digest", 1844] 1845 1846[[package]] 1847name = "sharded-slab" 1848version = "0.1.7" 1849source = "registry+https://github.com/rust-lang/crates.io-index" 1850checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1851dependencies = [ 1852 "lazy_static", 1853] 1854 1855[[package]] 1856name = "shlex" 1857version = "1.3.0" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1860 1861[[package]] 1862name = "signal-hook-registry" 1863version = "1.4.6" 1864source = "registry+https://github.com/rust-lang/crates.io-index" 1865checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 1866dependencies = [ 1867 "libc", 1868] 1869 1870[[package]] 1871name = "signature" 1872version = "2.2.0" 1873source = "registry+https://github.com/rust-lang/crates.io-index" 1874checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 1875dependencies = [ 1876 "digest", 1877 "rand_core 0.6.4", 1878] 1879 1880[[package]] 1881name = "simdutf8" 1882version = "0.1.5" 1883source = "registry+https://github.com/rust-lang/crates.io-index" 1884checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e" 1885 1886[[package]] 1887name = "slab" 1888version = "0.4.11" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1891 1892[[package]] 1893name = "smallvec" 1894version = "1.15.1" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1897 1898[[package]] 1899name = "socket2" 1900version = "0.5.10" 1901source = "registry+https://github.com/rust-lang/crates.io-index" 1902checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 1903dependencies = [ 1904 "libc", 1905 "windows-sys 0.52.0", 1906] 1907 1908[[package]] 1909name = "socket2" 1910version = "0.6.1" 1911source = "registry+https://github.com/rust-lang/crates.io-index" 1912checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 1913dependencies = [ 1914 "libc", 1915 "windows-sys 0.60.2", 1916] 1917 1918[[package]] 1919name = "spki" 1920version = "0.7.3" 1921source = "registry+https://github.com/rust-lang/crates.io-index" 1922checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 1923dependencies = [ 1924 "base64ct", 1925 "der", 1926] 1927 1928[[package]] 1929name = "stable_deref_trait" 1930version = "1.2.1" 1931source = "registry+https://github.com/rust-lang/crates.io-index" 1932checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1933 1934[[package]] 1935name = "subtle" 1936version = "2.6.1" 1937source = "registry+https://github.com/rust-lang/crates.io-index" 1938checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1939 1940[[package]] 1941name = "syn" 1942version = "1.0.109" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1945dependencies = [ 1946 "proc-macro2", 1947 "quote", 1948 "unicode-ident", 1949] 1950 1951[[package]] 1952name = "syn" 1953version = "2.0.110" 1954source = "registry+https://github.com/rust-lang/crates.io-index" 1955checksum = "a99801b5bd34ede4cf3fc688c5919368fea4e4814a4664359503e6015b280aea" 1956dependencies = [ 1957 "proc-macro2", 1958 "quote", 1959 "unicode-ident", 1960] 1961 1962[[package]] 1963name = "sync_wrapper" 1964version = "1.0.2" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1967dependencies = [ 1968 "futures-core", 1969] 1970 1971[[package]] 1972name = "synstructure" 1973version = "0.13.2" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1976dependencies = [ 1977 "proc-macro2", 1978 "quote", 1979 "syn 2.0.110", 1980] 1981 1982[[package]] 1983name = "system-configuration" 1984version = "0.6.1" 1985source = "registry+https://github.com/rust-lang/crates.io-index" 1986checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1987dependencies = [ 1988 "bitflags", 1989 "core-foundation 0.9.4", 1990 "system-configuration-sys", 1991] 1992 1993[[package]] 1994name = "system-configuration-sys" 1995version = "0.6.0" 1996source = "registry+https://github.com/rust-lang/crates.io-index" 1997checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1998dependencies = [ 1999 "core-foundation-sys", 2000 "libc", 2001] 2002 2003[[package]] 2004name = "tagptr" 2005version = "0.2.0" 2006source = "registry+https://github.com/rust-lang/crates.io-index" 2007checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2008 2009[[package]] 2010name = "thiserror" 2011version = "2.0.17" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2014dependencies = [ 2015 "thiserror-impl", 2016] 2017 2018[[package]] 2019name = "thiserror-impl" 2020version = "2.0.17" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2023dependencies = [ 2024 "proc-macro2", 2025 "quote", 2026 "syn 2.0.110", 2027] 2028 2029[[package]] 2030name = "thread_local" 2031version = "1.1.9" 2032source = "registry+https://github.com/rust-lang/crates.io-index" 2033checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2034dependencies = [ 2035 "cfg-if", 2036] 2037 2038[[package]] 2039name = "tinystr" 2040version = "0.8.2" 2041source = "registry+https://github.com/rust-lang/crates.io-index" 2042checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 2043dependencies = [ 2044 "displaydoc", 2045 "zerovec", 2046] 2047 2048[[package]] 2049name = "tinyvec" 2050version = "1.10.0" 2051source = "registry+https://github.com/rust-lang/crates.io-index" 2052checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2053dependencies = [ 2054 "tinyvec_macros", 2055] 2056 2057[[package]] 2058name = "tinyvec_macros" 2059version = "0.1.1" 2060source = "registry+https://github.com/rust-lang/crates.io-index" 2061checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2062 2063[[package]] 2064name = "tokio" 2065version = "1.48.0" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 2068dependencies = [ 2069 "bytes", 2070 "libc", 2071 "mio", 2072 "parking_lot", 2073 "pin-project-lite", 2074 "signal-hook-registry", 2075 "socket2 0.6.1", 2076 "tokio-macros", 2077 "windows-sys 0.61.2", 2078] 2079 2080[[package]] 2081name = "tokio-macros" 2082version = "2.6.0" 2083source = "registry+https://github.com/rust-lang/crates.io-index" 2084checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 2085dependencies = [ 2086 "proc-macro2", 2087 "quote", 2088 "syn 2.0.110", 2089] 2090 2091[[package]] 2092name = "tokio-rustls" 2093version = "0.26.4" 2094source = "registry+https://github.com/rust-lang/crates.io-index" 2095checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2096dependencies = [ 2097 "rustls", 2098 "tokio", 2099] 2100 2101[[package]] 2102name = "tokio-util" 2103version = "0.7.17" 2104source = "registry+https://github.com/rust-lang/crates.io-index" 2105checksum = "2efa149fe76073d6e8fd97ef4f4eca7b67f599660115591483572e406e165594" 2106dependencies = [ 2107 "bytes", 2108 "futures-core", 2109 "futures-sink", 2110 "pin-project-lite", 2111 "tokio", 2112] 2113 2114[[package]] 2115name = "tokio-websockets" 2116version = "0.11.4" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "9fcaf159b4e7a376b05b5bfd77bfd38f3324f5fce751b4213bfc7eaa47affb4e" 2119dependencies = [ 2120 "base64", 2121 "bytes", 2122 "futures-core", 2123 "futures-sink", 2124 "http", 2125 "httparse", 2126 "rand 0.9.2", 2127 "ring", 2128 "rustls-native-certs", 2129 "rustls-pki-types", 2130 "simdutf8", 2131 "tokio", 2132 "tokio-rustls", 2133 "tokio-util", 2134] 2135 2136[[package]] 2137name = "tower" 2138version = "0.5.2" 2139source = "registry+https://github.com/rust-lang/crates.io-index" 2140checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2141dependencies = [ 2142 "futures-core", 2143 "futures-util", 2144 "pin-project-lite", 2145 "sync_wrapper", 2146 "tokio", 2147 "tower-layer", 2148 "tower-service", 2149 "tracing", 2150] 2151 2152[[package]] 2153name = "tower-http" 2154version = "0.6.6" 2155source = "registry+https://github.com/rust-lang/crates.io-index" 2156checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 2157dependencies = [ 2158 "bitflags", 2159 "bytes", 2160 "futures-util", 2161 "http", 2162 "http-body", 2163 "iri-string", 2164 "pin-project-lite", 2165 "tower", 2166 "tower-layer", 2167 "tower-service", 2168] 2169 2170[[package]] 2171name = "tower-layer" 2172version = "0.3.3" 2173source = "registry+https://github.com/rust-lang/crates.io-index" 2174checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2175 2176[[package]] 2177name = "tower-service" 2178version = "0.3.3" 2179source = "registry+https://github.com/rust-lang/crates.io-index" 2180checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2181 2182[[package]] 2183name = "tracing" 2184version = "0.1.41" 2185source = "registry+https://github.com/rust-lang/crates.io-index" 2186checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2187dependencies = [ 2188 "log", 2189 "pin-project-lite", 2190 "tracing-attributes", 2191 "tracing-core", 2192] 2193 2194[[package]] 2195name = "tracing-attributes" 2196version = "0.1.30" 2197source = "registry+https://github.com/rust-lang/crates.io-index" 2198checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 2199dependencies = [ 2200 "proc-macro2", 2201 "quote", 2202 "syn 2.0.110", 2203] 2204 2205[[package]] 2206name = "tracing-core" 2207version = "0.1.34" 2208source = "registry+https://github.com/rust-lang/crates.io-index" 2209checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2210dependencies = [ 2211 "once_cell", 2212 "valuable", 2213] 2214 2215[[package]] 2216name = "tracing-log" 2217version = "0.2.0" 2218source = "registry+https://github.com/rust-lang/crates.io-index" 2219checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2220dependencies = [ 2221 "log", 2222 "once_cell", 2223 "tracing-core", 2224] 2225 2226[[package]] 2227name = "tracing-subscriber" 2228version = "0.3.20" 2229source = "registry+https://github.com/rust-lang/crates.io-index" 2230checksum = "2054a14f5307d601f88daf0553e1cbf472acc4f2c51afab632431cdcd72124d5" 2231dependencies = [ 2232 "matchers", 2233 "nu-ansi-term", 2234 "once_cell", 2235 "regex-automata", 2236 "sharded-slab", 2237 "smallvec", 2238 "thread_local", 2239 "tracing", 2240 "tracing-core", 2241 "tracing-log", 2242] 2243 2244[[package]] 2245name = "try-lock" 2246version = "0.2.5" 2247source = "registry+https://github.com/rust-lang/crates.io-index" 2248checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2249 2250[[package]] 2251name = "typenum" 2252version = "1.19.0" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 2255 2256[[package]] 2257name = "unicode-ident" 2258version = "1.0.22" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 2261 2262[[package]] 2263name = "unsigned-varint" 2264version = "0.8.0" 2265source = "registry+https://github.com/rust-lang/crates.io-index" 2266checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2267 2268[[package]] 2269name = "untrusted" 2270version = "0.9.0" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2273 2274[[package]] 2275name = "url" 2276version = "2.5.7" 2277source = "registry+https://github.com/rust-lang/crates.io-index" 2278checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2279dependencies = [ 2280 "form_urlencoded", 2281 "idna", 2282 "percent-encoding", 2283 "serde", 2284] 2285 2286[[package]] 2287name = "urlencoding" 2288version = "2.1.3" 2289source = "registry+https://github.com/rust-lang/crates.io-index" 2290checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da" 2291 2292[[package]] 2293name = "utf8_iter" 2294version = "1.0.4" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2297 2298[[package]] 2299name = "uuid" 2300version = "1.18.1" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" 2303dependencies = [ 2304 "getrandom 0.3.4", 2305 "js-sys", 2306 "wasm-bindgen", 2307] 2308 2309[[package]] 2310name = "valuable" 2311version = "0.1.1" 2312source = "registry+https://github.com/rust-lang/crates.io-index" 2313checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2314 2315[[package]] 2316name = "version_check" 2317version = "0.9.5" 2318source = "registry+https://github.com/rust-lang/crates.io-index" 2319checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2320 2321[[package]] 2322name = "want" 2323version = "0.3.1" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2326dependencies = [ 2327 "try-lock", 2328] 2329 2330[[package]] 2331name = "wasi" 2332version = "0.11.1+wasi-snapshot-preview1" 2333source = "registry+https://github.com/rust-lang/crates.io-index" 2334checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2335 2336[[package]] 2337name = "wasip2" 2338version = "1.0.1+wasi-0.2.4" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2341dependencies = [ 2342 "wit-bindgen", 2343] 2344 2345[[package]] 2346name = "wasm-bindgen" 2347version = "0.2.105" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "da95793dfc411fbbd93f5be7715b0578ec61fe87cb1a42b12eb625caa5c5ea60" 2350dependencies = [ 2351 "cfg-if", 2352 "once_cell", 2353 "rustversion", 2354 "wasm-bindgen-macro", 2355 "wasm-bindgen-shared", 2356] 2357 2358[[package]] 2359name = "wasm-bindgen-futures" 2360version = "0.4.55" 2361source = "registry+https://github.com/rust-lang/crates.io-index" 2362checksum = "551f88106c6d5e7ccc7cd9a16f312dd3b5d36ea8b4954304657d5dfba115d4a0" 2363dependencies = [ 2364 "cfg-if", 2365 "js-sys", 2366 "once_cell", 2367 "wasm-bindgen", 2368 "web-sys", 2369] 2370 2371[[package]] 2372name = "wasm-bindgen-macro" 2373version = "0.2.105" 2374source = "registry+https://github.com/rust-lang/crates.io-index" 2375checksum = "04264334509e04a7bf8690f2384ef5265f05143a4bff3889ab7a3269adab59c2" 2376dependencies = [ 2377 "quote", 2378 "wasm-bindgen-macro-support", 2379] 2380 2381[[package]] 2382name = "wasm-bindgen-macro-support" 2383version = "0.2.105" 2384source = "registry+https://github.com/rust-lang/crates.io-index" 2385checksum = "420bc339d9f322e562942d52e115d57e950d12d88983a14c79b86859ee6c7ebc" 2386dependencies = [ 2387 "bumpalo", 2388 "proc-macro2", 2389 "quote", 2390 "syn 2.0.110", 2391 "wasm-bindgen-shared", 2392] 2393 2394[[package]] 2395name = "wasm-bindgen-shared" 2396version = "0.2.105" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "76f218a38c84bcb33c25ec7059b07847d465ce0e0a76b995e134a45adcb6af76" 2399dependencies = [ 2400 "unicode-ident", 2401] 2402 2403[[package]] 2404name = "web-sys" 2405version = "0.3.82" 2406source = "registry+https://github.com/rust-lang/crates.io-index" 2407checksum = "3a1f95c0d03a47f4ae1f7a64643a6bb97465d9b740f0fa8f90ea33915c99a9a1" 2408dependencies = [ 2409 "js-sys", 2410 "wasm-bindgen", 2411] 2412 2413[[package]] 2414name = "web-time" 2415version = "1.1.0" 2416source = "registry+https://github.com/rust-lang/crates.io-index" 2417checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2418dependencies = [ 2419 "js-sys", 2420 "wasm-bindgen", 2421] 2422 2423[[package]] 2424name = "webpki-roots" 2425version = "1.0.4" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "b2878ef029c47c6e8cf779119f20fcf52bde7ad42a731b2a304bc221df17571e" 2428dependencies = [ 2429 "rustls-pki-types", 2430] 2431 2432[[package]] 2433name = "widestring" 2434version = "1.2.1" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "72069c3113ab32ab29e5584db3c6ec55d416895e60715417b5b883a357c3e471" 2437 2438[[package]] 2439name = "windows-link" 2440version = "0.2.1" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2443 2444[[package]] 2445name = "windows-registry" 2446version = "0.6.1" 2447source = "registry+https://github.com/rust-lang/crates.io-index" 2448checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 2449dependencies = [ 2450 "windows-link", 2451 "windows-result", 2452 "windows-strings", 2453] 2454 2455[[package]] 2456name = "windows-result" 2457version = "0.4.1" 2458source = "registry+https://github.com/rust-lang/crates.io-index" 2459checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2460dependencies = [ 2461 "windows-link", 2462] 2463 2464[[package]] 2465name = "windows-strings" 2466version = "0.5.1" 2467source = "registry+https://github.com/rust-lang/crates.io-index" 2468checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2469dependencies = [ 2470 "windows-link", 2471] 2472 2473[[package]] 2474name = "windows-sys" 2475version = "0.48.0" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2478dependencies = [ 2479 "windows-targets 0.48.5", 2480] 2481 2482[[package]] 2483name = "windows-sys" 2484version = "0.52.0" 2485source = "registry+https://github.com/rust-lang/crates.io-index" 2486checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2487dependencies = [ 2488 "windows-targets 0.52.6", 2489] 2490 2491[[package]] 2492name = "windows-sys" 2493version = "0.60.2" 2494source = "registry+https://github.com/rust-lang/crates.io-index" 2495checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2496dependencies = [ 2497 "windows-targets 0.53.5", 2498] 2499 2500[[package]] 2501name = "windows-sys" 2502version = "0.61.2" 2503source = "registry+https://github.com/rust-lang/crates.io-index" 2504checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2505dependencies = [ 2506 "windows-link", 2507] 2508 2509[[package]] 2510name = "windows-targets" 2511version = "0.48.5" 2512source = "registry+https://github.com/rust-lang/crates.io-index" 2513checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2514dependencies = [ 2515 "windows_aarch64_gnullvm 0.48.5", 2516 "windows_aarch64_msvc 0.48.5", 2517 "windows_i686_gnu 0.48.5", 2518 "windows_i686_msvc 0.48.5", 2519 "windows_x86_64_gnu 0.48.5", 2520 "windows_x86_64_gnullvm 0.48.5", 2521 "windows_x86_64_msvc 0.48.5", 2522] 2523 2524[[package]] 2525name = "windows-targets" 2526version = "0.52.6" 2527source = "registry+https://github.com/rust-lang/crates.io-index" 2528checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2529dependencies = [ 2530 "windows_aarch64_gnullvm 0.52.6", 2531 "windows_aarch64_msvc 0.52.6", 2532 "windows_i686_gnu 0.52.6", 2533 "windows_i686_gnullvm 0.52.6", 2534 "windows_i686_msvc 0.52.6", 2535 "windows_x86_64_gnu 0.52.6", 2536 "windows_x86_64_gnullvm 0.52.6", 2537 "windows_x86_64_msvc 0.52.6", 2538] 2539 2540[[package]] 2541name = "windows-targets" 2542version = "0.53.5" 2543source = "registry+https://github.com/rust-lang/crates.io-index" 2544checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2545dependencies = [ 2546 "windows-link", 2547 "windows_aarch64_gnullvm 0.53.1", 2548 "windows_aarch64_msvc 0.53.1", 2549 "windows_i686_gnu 0.53.1", 2550 "windows_i686_gnullvm 0.53.1", 2551 "windows_i686_msvc 0.53.1", 2552 "windows_x86_64_gnu 0.53.1", 2553 "windows_x86_64_gnullvm 0.53.1", 2554 "windows_x86_64_msvc 0.53.1", 2555] 2556 2557[[package]] 2558name = "windows_aarch64_gnullvm" 2559version = "0.48.5" 2560source = "registry+https://github.com/rust-lang/crates.io-index" 2561checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2562 2563[[package]] 2564name = "windows_aarch64_gnullvm" 2565version = "0.52.6" 2566source = "registry+https://github.com/rust-lang/crates.io-index" 2567checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2568 2569[[package]] 2570name = "windows_aarch64_gnullvm" 2571version = "0.53.1" 2572source = "registry+https://github.com/rust-lang/crates.io-index" 2573checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2574 2575[[package]] 2576name = "windows_aarch64_msvc" 2577version = "0.48.5" 2578source = "registry+https://github.com/rust-lang/crates.io-index" 2579checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2580 2581[[package]] 2582name = "windows_aarch64_msvc" 2583version = "0.52.6" 2584source = "registry+https://github.com/rust-lang/crates.io-index" 2585checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2586 2587[[package]] 2588name = "windows_aarch64_msvc" 2589version = "0.53.1" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2592 2593[[package]] 2594name = "windows_i686_gnu" 2595version = "0.48.5" 2596source = "registry+https://github.com/rust-lang/crates.io-index" 2597checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2598 2599[[package]] 2600name = "windows_i686_gnu" 2601version = "0.52.6" 2602source = "registry+https://github.com/rust-lang/crates.io-index" 2603checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2604 2605[[package]] 2606name = "windows_i686_gnu" 2607version = "0.53.1" 2608source = "registry+https://github.com/rust-lang/crates.io-index" 2609checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2610 2611[[package]] 2612name = "windows_i686_gnullvm" 2613version = "0.52.6" 2614source = "registry+https://github.com/rust-lang/crates.io-index" 2615checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2616 2617[[package]] 2618name = "windows_i686_gnullvm" 2619version = "0.53.1" 2620source = "registry+https://github.com/rust-lang/crates.io-index" 2621checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2622 2623[[package]] 2624name = "windows_i686_msvc" 2625version = "0.48.5" 2626source = "registry+https://github.com/rust-lang/crates.io-index" 2627checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2628 2629[[package]] 2630name = "windows_i686_msvc" 2631version = "0.52.6" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2634 2635[[package]] 2636name = "windows_i686_msvc" 2637version = "0.53.1" 2638source = "registry+https://github.com/rust-lang/crates.io-index" 2639checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2640 2641[[package]] 2642name = "windows_x86_64_gnu" 2643version = "0.48.5" 2644source = "registry+https://github.com/rust-lang/crates.io-index" 2645checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2646 2647[[package]] 2648name = "windows_x86_64_gnu" 2649version = "0.52.6" 2650source = "registry+https://github.com/rust-lang/crates.io-index" 2651checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2652 2653[[package]] 2654name = "windows_x86_64_gnu" 2655version = "0.53.1" 2656source = "registry+https://github.com/rust-lang/crates.io-index" 2657checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2658 2659[[package]] 2660name = "windows_x86_64_gnullvm" 2661version = "0.48.5" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2664 2665[[package]] 2666name = "windows_x86_64_gnullvm" 2667version = "0.52.6" 2668source = "registry+https://github.com/rust-lang/crates.io-index" 2669checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2670 2671[[package]] 2672name = "windows_x86_64_gnullvm" 2673version = "0.53.1" 2674source = "registry+https://github.com/rust-lang/crates.io-index" 2675checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2676 2677[[package]] 2678name = "windows_x86_64_msvc" 2679version = "0.48.5" 2680source = "registry+https://github.com/rust-lang/crates.io-index" 2681checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2682 2683[[package]] 2684name = "windows_x86_64_msvc" 2685version = "0.52.6" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2688 2689[[package]] 2690name = "windows_x86_64_msvc" 2691version = "0.53.1" 2692source = "registry+https://github.com/rust-lang/crates.io-index" 2693checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2694 2695[[package]] 2696name = "winreg" 2697version = "0.50.0" 2698source = "registry+https://github.com/rust-lang/crates.io-index" 2699checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1" 2700dependencies = [ 2701 "cfg-if", 2702 "windows-sys 0.48.0", 2703] 2704 2705[[package]] 2706name = "wit-bindgen" 2707version = "0.46.0" 2708source = "registry+https://github.com/rust-lang/crates.io-index" 2709checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2710 2711[[package]] 2712name = "writeable" 2713version = "0.6.2" 2714source = "registry+https://github.com/rust-lang/crates.io-index" 2715checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 2716 2717[[package]] 2718name = "yoke" 2719version = "0.8.1" 2720source = "registry+https://github.com/rust-lang/crates.io-index" 2721checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 2722dependencies = [ 2723 "stable_deref_trait", 2724 "yoke-derive", 2725 "zerofrom", 2726] 2727 2728[[package]] 2729name = "yoke-derive" 2730version = "0.8.1" 2731source = "registry+https://github.com/rust-lang/crates.io-index" 2732checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 2733dependencies = [ 2734 "proc-macro2", 2735 "quote", 2736 "syn 2.0.110", 2737 "synstructure", 2738] 2739 2740[[package]] 2741name = "zerocopy" 2742version = "0.8.27" 2743source = "registry+https://github.com/rust-lang/crates.io-index" 2744checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 2745dependencies = [ 2746 "zerocopy-derive", 2747] 2748 2749[[package]] 2750name = "zerocopy-derive" 2751version = "0.8.27" 2752source = "registry+https://github.com/rust-lang/crates.io-index" 2753checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 2754dependencies = [ 2755 "proc-macro2", 2756 "quote", 2757 "syn 2.0.110", 2758] 2759 2760[[package]] 2761name = "zerofrom" 2762version = "0.1.6" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2765dependencies = [ 2766 "zerofrom-derive", 2767] 2768 2769[[package]] 2770name = "zerofrom-derive" 2771version = "0.1.6" 2772source = "registry+https://github.com/rust-lang/crates.io-index" 2773checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2774dependencies = [ 2775 "proc-macro2", 2776 "quote", 2777 "syn 2.0.110", 2778 "synstructure", 2779] 2780 2781[[package]] 2782name = "zeroize" 2783version = "1.8.2" 2784source = "registry+https://github.com/rust-lang/crates.io-index" 2785checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2786 2787[[package]] 2788name = "zerotrie" 2789version = "0.2.3" 2790source = "registry+https://github.com/rust-lang/crates.io-index" 2791checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 2792dependencies = [ 2793 "displaydoc", 2794 "yoke", 2795 "zerofrom", 2796] 2797 2798[[package]] 2799name = "zerovec" 2800version = "0.11.5" 2801source = "registry+https://github.com/rust-lang/crates.io-index" 2802checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 2803dependencies = [ 2804 "yoke", 2805 "zerofrom", 2806 "zerovec-derive", 2807] 2808 2809[[package]] 2810name = "zerovec-derive" 2811version = "0.11.2" 2812source = "registry+https://github.com/rust-lang/crates.io-index" 2813checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 2814dependencies = [ 2815 "proc-macro2", 2816 "quote", 2817 "syn 2.0.110", 2818] 2819 2820[[package]] 2821name = "zstd" 2822version = "0.13.3" 2823source = "registry+https://github.com/rust-lang/crates.io-index" 2824checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 2825dependencies = [ 2826 "zstd-safe", 2827] 2828 2829[[package]] 2830name = "zstd-safe" 2831version = "7.2.4" 2832source = "registry+https://github.com/rust-lang/crates.io-index" 2833checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 2834dependencies = [ 2835 "zstd-sys", 2836] 2837 2838[[package]] 2839name = "zstd-sys" 2840version = "2.0.16+zstd.1.5.7" 2841source = "registry+https://github.com/rust-lang/crates.io-index" 2842checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 2843dependencies = [ 2844 "cc", 2845 "pkg-config", 2846]