Undisclosed project number 1234
0

Configure Feed

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

1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.4" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "aliasable" 22version = "0.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 25 26[[package]] 27name = "allocator-api2" 28version = "0.2.21" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 31 32[[package]] 33name = "android_system_properties" 34version = "0.1.5" 35source = "registry+https://github.com/rust-lang/crates.io-index" 36checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 37dependencies = [ 38 "libc", 39] 40 41[[package]] 42name = "anyhow" 43version = "1.0.102" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c" 46 47[[package]] 48name = "async-compression" 49version = "0.4.42" 50source = "registry+https://github.com/rust-lang/crates.io-index" 51checksum = "e79b3f8a79cccc2898f31920fc69f304859b3bd567490f75ebf51ae1c792a9ac" 52dependencies = [ 53 "compression-codecs", 54 "compression-core", 55 "pin-project-lite", 56 "tokio", 57] 58 59[[package]] 60name = "atomic-polyfill" 61version = "1.0.3" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "8cf2bce30dfe09ef0bfaef228b9d414faaf7e563035494d7fe092dba54b300f4" 64dependencies = [ 65 "critical-section", 66] 67 68[[package]] 69name = "atomic-waker" 70version = "1.1.2" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 73 74[[package]] 75name = "autocfg" 76version = "1.5.0" 77source = "registry+https://github.com/rust-lang/crates.io-index" 78checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 79 80[[package]] 81name = "base-x" 82version = "0.2.11" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 85 86[[package]] 87name = "base16ct" 88version = "0.2.0" 89source = "registry+https://github.com/rust-lang/crates.io-index" 90checksum = "4c7f02d4ea65f2c1853089ffd8d2787bdbc63de2f0d29dedbcf8ccdfa0ccd4cf" 91 92[[package]] 93name = "base256emoji" 94version = "1.0.2" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 97dependencies = [ 98 "const-str", 99 "match-lookup", 100] 101 102[[package]] 103name = "base64" 104version = "0.22.1" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 107 108[[package]] 109name = "base64ct" 110version = "1.8.3" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "2af50177e190e07a26ab74f8b1efbfe2ef87da2116221318cb1c2e82baf7de06" 113 114[[package]] 115name = "bitflags" 116version = "2.11.1" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "c4512299f36f043ab09a583e57bceb5a5aab7a73db1805848e8fef3c9e8c78b3" 119 120[[package]] 121name = "block-buffer" 122version = "0.10.4" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 125dependencies = [ 126 "generic-array", 127] 128 129[[package]] 130name = "bon" 131version = "3.9.1" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "f47dbe92550676ee653353c310dfb9cf6ba17ee70396e1f7cf0a2020ad49b2fe" 134dependencies = [ 135 "bon-macros", 136 "rustversion", 137] 138 139[[package]] 140name = "bon-macros" 141version = "3.9.1" 142source = "registry+https://github.com/rust-lang/crates.io-index" 143checksum = "519bd3116aeeb42d5372c29d982d16d0170d3d4a5ed85fc7dd91642ffff3c67c" 144dependencies = [ 145 "darling", 146 "ident_case", 147 "prettyplease", 148 "proc-macro2", 149 "quote", 150 "rustversion", 151 "syn", 152] 153 154[[package]] 155name = "borrow-or-share" 156version = "0.2.4" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c" 159 160[[package]] 161name = "borsh" 162version = "1.6.1" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "cfd1e3f8955a5d7de9fab72fc8373fade9fb8a703968cb200ae3dc6cf08e185a" 165dependencies = [ 166 "bytes", 167 "cfg_aliases", 168] 169 170[[package]] 171name = "bs58" 172version = "0.5.1" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "bf88ba1141d185c399bee5288d850d63b8369520c1eafc32a0430b5b6c287bf4" 175dependencies = [ 176 "tinyvec", 177] 178 179[[package]] 180name = "bumpalo" 181version = "3.20.2" 182source = "registry+https://github.com/rust-lang/crates.io-index" 183checksum = "5d20789868f4b01b2f2caec9f5c4e0213b41e3e5702a50157d699ae31ced2fcb" 184 185[[package]] 186name = "byteorder" 187version = "1.5.0" 188source = "registry+https://github.com/rust-lang/crates.io-index" 189checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 190 191[[package]] 192name = "bytes" 193version = "1.11.1" 194source = "registry+https://github.com/rust-lang/crates.io-index" 195checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33" 196dependencies = [ 197 "serde", 198] 199 200[[package]] 201name = "cbor4ii" 202version = "0.2.14" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "b544cf8c89359205f4f990d0e6f3828db42df85b5dac95d09157a250eb0749c4" 205dependencies = [ 206 "serde", 207] 208 209[[package]] 210name = "cc" 211version = "1.2.62" 212source = "registry+https://github.com/rust-lang/crates.io-index" 213checksum = "a1dce859f0832a7d088c4f1119888ab94ef4b5d6795d1ce05afb7fe159d79f98" 214dependencies = [ 215 "find-msvc-tools", 216 "shlex", 217] 218 219[[package]] 220name = "cfg-if" 221version = "1.0.4" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 224 225[[package]] 226name = "cfg_aliases" 227version = "0.2.1" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 230 231[[package]] 232name = "chrono" 233version = "0.4.44" 234source = "registry+https://github.com/rust-lang/crates.io-index" 235checksum = "c673075a2e0e5f4a1dde27ce9dee1ea4558c7ffe648f576438a20ca1d2acc4b0" 236dependencies = [ 237 "iana-time-zone", 238 "js-sys", 239 "num-traits", 240 "serde", 241 "wasm-bindgen", 242 "windows-link", 243] 244 245[[package]] 246name = "ciborium" 247version = "0.2.2" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e" 250dependencies = [ 251 "ciborium-io", 252 "ciborium-ll", 253 "serde", 254] 255 256[[package]] 257name = "ciborium-io" 258version = "0.2.2" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757" 261 262[[package]] 263name = "ciborium-ll" 264version = "0.2.2" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9" 267dependencies = [ 268 "ciborium-io", 269 "half", 270] 271 272[[package]] 273name = "cid" 274version = "0.11.3" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "21a304f95f84d169a6f31c4d0a30d784643aaa0bbc9c1e449a2c23e963ec4971" 277dependencies = [ 278 "multibase", 279 "multihash", 280 "serde", 281 "serde_bytes", 282 "unsigned-varint", 283] 284 285[[package]] 286name = "cobs" 287version = "0.3.0" 288source = "registry+https://github.com/rust-lang/crates.io-index" 289checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1" 290dependencies = [ 291 "thiserror 2.0.18", 292] 293 294[[package]] 295name = "compression-codecs" 296version = "0.4.38" 297source = "registry+https://github.com/rust-lang/crates.io-index" 298checksum = "ce2548391e9c1929c21bf6aa2680af86fe4c1b33e6cea9ac1cfeec0bd11218cf" 299dependencies = [ 300 "compression-core", 301 "flate2", 302 "memchr", 303] 304 305[[package]] 306name = "compression-core" 307version = "0.4.32" 308source = "registry+https://github.com/rust-lang/crates.io-index" 309checksum = "cc14f565cf027a105f7a44ccf9e5b424348421a1d8952a8fc9d499d313107789" 310 311[[package]] 312name = "const-oid" 313version = "0.9.6" 314source = "registry+https://github.com/rust-lang/crates.io-index" 315checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 316 317[[package]] 318name = "const-str" 319version = "0.4.3" 320source = "registry+https://github.com/rust-lang/crates.io-index" 321checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 322 323[[package]] 324name = "cordyceps" 325version = "0.3.4" 326source = "registry+https://github.com/rust-lang/crates.io-index" 327checksum = "688d7fbb8092b8de775ef2536f36c8c31f2bc4006ece2e8d8ad2d17d00ce0a2a" 328dependencies = [ 329 "loom", 330 "tracing", 331] 332 333[[package]] 334name = "core-foundation" 335version = "0.9.4" 336source = "registry+https://github.com/rust-lang/crates.io-index" 337checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 338dependencies = [ 339 "core-foundation-sys", 340 "libc", 341] 342 343[[package]] 344name = "core-foundation" 345version = "0.10.1" 346source = "registry+https://github.com/rust-lang/crates.io-index" 347checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 348dependencies = [ 349 "core-foundation-sys", 350 "libc", 351] 352 353[[package]] 354name = "core-foundation-sys" 355version = "0.8.7" 356source = "registry+https://github.com/rust-lang/crates.io-index" 357checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 358 359[[package]] 360name = "cpufeatures" 361version = "0.2.17" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 364dependencies = [ 365 "libc", 366] 367 368[[package]] 369name = "crc32fast" 370version = "1.5.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 373dependencies = [ 374 "cfg-if", 375] 376 377[[package]] 378name = "critical-section" 379version = "1.2.0" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "790eea4361631c5e7d22598ecd5723ff611904e3344ce8720784c93e3d83d40b" 382 383[[package]] 384name = "crossbeam-utils" 385version = "0.8.21" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 388 389[[package]] 390name = "crunchy" 391version = "0.2.4" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5" 394 395[[package]] 396name = "crypto-bigint" 397version = "0.5.5" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76" 400dependencies = [ 401 "generic-array", 402 "rand_core 0.6.4", 403 "subtle", 404 "zeroize", 405] 406 407[[package]] 408name = "crypto-common" 409version = "0.1.6" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 412dependencies = [ 413 "generic-array", 414 "typenum", 415] 416 417[[package]] 418name = "darling" 419version = "0.23.0" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 422dependencies = [ 423 "darling_core", 424 "darling_macro", 425] 426 427[[package]] 428name = "darling_core" 429version = "0.23.0" 430source = "registry+https://github.com/rust-lang/crates.io-index" 431checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 432dependencies = [ 433 "ident_case", 434 "proc-macro2", 435 "quote", 436 "strsim", 437 "syn", 438] 439 440[[package]] 441name = "darling_macro" 442version = "0.23.0" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 445dependencies = [ 446 "darling_core", 447 "quote", 448 "syn", 449] 450 451[[package]] 452name = "dashmap" 453version = "6.1.0" 454source = "registry+https://github.com/rust-lang/crates.io-index" 455checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 456dependencies = [ 457 "cfg-if", 458 "crossbeam-utils", 459 "hashbrown 0.14.5", 460 "lock_api", 461 "once_cell", 462 "parking_lot_core", 463] 464 465[[package]] 466name = "data-encoding" 467version = "2.11.0" 468source = "registry+https://github.com/rust-lang/crates.io-index" 469checksum = "a4ae5f15dda3c708c0ade84bfee31ccab44a3da4f88015ed22f63732abe300c8" 470 471[[package]] 472name = "data-encoding-macro" 473version = "0.1.20" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "3259c913752a86488b501ed8680446a5ed2d5aeac6e596cb23ba3800768ea32c" 476dependencies = [ 477 "data-encoding", 478 "data-encoding-macro-internal", 479] 480 481[[package]] 482name = "data-encoding-macro-internal" 483version = "0.1.18" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "ccc2776f0c61eca1ca32528f85548abd1a4be8fb53d1b21c013e4f18da1e7090" 486dependencies = [ 487 "data-encoding", 488 "syn", 489] 490 491[[package]] 492name = "der" 493version = "0.7.10" 494source = "registry+https://github.com/rust-lang/crates.io-index" 495checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 496dependencies = [ 497 "const-oid", 498 "pem-rfc7468", 499 "zeroize", 500] 501 502[[package]] 503name = "deranged" 504version = "0.5.8" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "7cd812cc2bc1d69d4764bd80df88b4317eaef9e773c75226407d9bc0876b211c" 507dependencies = [ 508 "powerfmt", 509] 510 511[[package]] 512name = "derive_more" 513version = "1.0.0" 514source = "registry+https://github.com/rust-lang/crates.io-index" 515checksum = "4a9b99b9cbbe49445b21764dc0625032a89b145a2642e67603e1c936f5458d05" 516dependencies = [ 517 "derive_more-impl", 518] 519 520[[package]] 521name = "derive_more-impl" 522version = "1.0.0" 523source = "registry+https://github.com/rust-lang/crates.io-index" 524checksum = "cb7330aeadfbe296029522e6c40f315320aba36fc43a5b3632f3795348f3bd22" 525dependencies = [ 526 "proc-macro2", 527 "quote", 528 "syn", 529 "unicode-xid", 530] 531 532[[package]] 533name = "diatomic-waker" 534version = "0.2.3" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "ab03c107fafeb3ee9f5925686dbb7a73bc76e3932abb0d2b365cb64b169cf04c" 537 538[[package]] 539name = "digest" 540version = "0.10.7" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 543dependencies = [ 544 "block-buffer", 545 "const-oid", 546 "crypto-common", 547 "subtle", 548] 549 550[[package]] 551name = "displaydoc" 552version = "0.2.5" 553source = "registry+https://github.com/rust-lang/crates.io-index" 554checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 555dependencies = [ 556 "proc-macro2", 557 "quote", 558 "syn", 559] 560 561[[package]] 562name = "ecdsa" 563version = "0.16.9" 564source = "registry+https://github.com/rust-lang/crates.io-index" 565checksum = "ee27f32b5c5292967d2d4a9d7f1e0b0aed2c15daded5a60300e4abb9d8020bca" 566dependencies = [ 567 "der", 568 "digest", 569 "elliptic-curve", 570 "rfc6979", 571 "signature", 572 "spki", 573] 574 575[[package]] 576name = "elliptic-curve" 577version = "0.13.8" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "b5e6043086bf7973472e0c7dff2142ea0b680d30e18d9cc40f267efbf222bd47" 580dependencies = [ 581 "base16ct", 582 "crypto-bigint", 583 "digest", 584 "ff", 585 "generic-array", 586 "group", 587 "pem-rfc7468", 588 "pkcs8", 589 "rand_core 0.6.4", 590 "sec1", 591 "subtle", 592 "zeroize", 593] 594 595[[package]] 596name = "embedded-io" 597version = "0.4.0" 598source = "registry+https://github.com/rust-lang/crates.io-index" 599checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced" 600 601[[package]] 602name = "embedded-io" 603version = "0.6.1" 604source = "registry+https://github.com/rust-lang/crates.io-index" 605checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d" 606 607[[package]] 608name = "encoding_rs" 609version = "0.8.35" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 612dependencies = [ 613 "cfg-if", 614] 615 616[[package]] 617name = "equivalent" 618version = "1.0.2" 619source = "registry+https://github.com/rust-lang/crates.io-index" 620checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 621 622[[package]] 623name = "fastrand" 624version = "2.4.1" 625source = "registry+https://github.com/rust-lang/crates.io-index" 626checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 627 628[[package]] 629name = "ff" 630version = "0.13.1" 631source = "registry+https://github.com/rust-lang/crates.io-index" 632checksum = "c0b50bfb653653f9ca9095b427bed08ab8d75a137839d9ad64eb11810d5b6393" 633dependencies = [ 634 "rand_core 0.6.4", 635 "subtle", 636] 637 638[[package]] 639name = "find-msvc-tools" 640version = "0.1.9" 641source = "registry+https://github.com/rust-lang/crates.io-index" 642checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 643 644[[package]] 645name = "flate2" 646version = "1.1.9" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" 649dependencies = [ 650 "crc32fast", 651 "miniz_oxide", 652] 653 654[[package]] 655name = "fluent-uri" 656version = "0.4.1" 657source = "registry+https://github.com/rust-lang/crates.io-index" 658checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e" 659dependencies = [ 660 "borrow-or-share", 661 "ref-cast", 662 "serde", 663] 664 665[[package]] 666name = "fnv" 667version = "1.0.7" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 670 671[[package]] 672name = "foldhash" 673version = "0.1.5" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 676 677[[package]] 678name = "form_urlencoded" 679version = "1.2.2" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 682dependencies = [ 683 "percent-encoding", 684] 685 686[[package]] 687name = "futures" 688version = "0.3.32" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 691dependencies = [ 692 "futures-channel", 693 "futures-core", 694 "futures-io", 695 "futures-sink", 696 "futures-task", 697 "futures-util", 698] 699 700[[package]] 701name = "futures-buffered" 702version = "0.2.13" 703source = "registry+https://github.com/rust-lang/crates.io-index" 704checksum = "4421cb78ee172b6b06080093479d3c50f058e7c81b7d577bbb8d118d551d4cd5" 705dependencies = [ 706 "cordyceps", 707 "diatomic-waker", 708 "futures-core", 709 "pin-project-lite", 710 "spin 0.10.0", 711] 712 713[[package]] 714name = "futures-channel" 715version = "0.3.32" 716source = "registry+https://github.com/rust-lang/crates.io-index" 717checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 718dependencies = [ 719 "futures-core", 720 "futures-sink", 721] 722 723[[package]] 724name = "futures-core" 725version = "0.3.32" 726source = "registry+https://github.com/rust-lang/crates.io-index" 727checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 728 729[[package]] 730name = "futures-io" 731version = "0.3.32" 732source = "registry+https://github.com/rust-lang/crates.io-index" 733checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 734 735[[package]] 736name = "futures-lite" 737version = "2.6.1" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad" 740dependencies = [ 741 "fastrand", 742 "futures-core", 743 "futures-io", 744 "parking", 745 "pin-project-lite", 746] 747 748[[package]] 749name = "futures-macro" 750version = "0.3.32" 751source = "registry+https://github.com/rust-lang/crates.io-index" 752checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 753dependencies = [ 754 "proc-macro2", 755 "quote", 756 "syn", 757] 758 759[[package]] 760name = "futures-sink" 761version = "0.3.32" 762source = "registry+https://github.com/rust-lang/crates.io-index" 763checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 764 765[[package]] 766name = "futures-task" 767version = "0.3.32" 768source = "registry+https://github.com/rust-lang/crates.io-index" 769checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 770 771[[package]] 772name = "futures-util" 773version = "0.3.32" 774source = "registry+https://github.com/rust-lang/crates.io-index" 775checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 776dependencies = [ 777 "futures-core", 778 "futures-io", 779 "futures-macro", 780 "futures-sink", 781 "futures-task", 782 "memchr", 783 "pin-project-lite", 784 "slab", 785] 786 787[[package]] 788name = "generator" 789version = "0.8.8" 790source = "registry+https://github.com/rust-lang/crates.io-index" 791checksum = "52f04ae4152da20c76fe800fa48659201d5cf627c5149ca0b707b69d7eef6cf9" 792dependencies = [ 793 "cc", 794 "cfg-if", 795 "libc", 796 "log", 797 "rustversion", 798 "windows-link", 799 "windows-result", 800] 801 802[[package]] 803name = "generic-array" 804version = "0.14.9" 805source = "registry+https://github.com/rust-lang/crates.io-index" 806checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 807dependencies = [ 808 "typenum", 809 "version_check", 810 "zeroize", 811] 812 813[[package]] 814name = "getrandom" 815version = "0.2.17" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 818dependencies = [ 819 "cfg-if", 820 "js-sys", 821 "libc", 822 "wasi", 823 "wasm-bindgen", 824] 825 826[[package]] 827name = "getrandom" 828version = "0.3.4" 829source = "registry+https://github.com/rust-lang/crates.io-index" 830checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 831dependencies = [ 832 "cfg-if", 833 "js-sys", 834 "libc", 835 "r-efi", 836 "wasip2", 837 "wasm-bindgen", 838] 839 840[[package]] 841name = "group" 842version = "0.13.0" 843source = "registry+https://github.com/rust-lang/crates.io-index" 844checksum = "f0f9ef7462f7c099f518d754361858f86d8a07af53ba9af0fe635bbccb151a63" 845dependencies = [ 846 "ff", 847 "rand_core 0.6.4", 848 "subtle", 849] 850 851[[package]] 852name = "h2" 853version = "0.4.14" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "171fefbc92fe4a4de27e0698d6a5b392d6a0e333506bc49133760b3bcf948733" 856dependencies = [ 857 "atomic-waker", 858 "bytes", 859 "fnv", 860 "futures-core", 861 "futures-sink", 862 "http", 863 "indexmap", 864 "slab", 865 "tokio", 866 "tokio-util", 867 "tracing", 868] 869 870[[package]] 871name = "half" 872version = "2.7.1" 873source = "registry+https://github.com/rust-lang/crates.io-index" 874checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b" 875dependencies = [ 876 "cfg-if", 877 "crunchy", 878 "zerocopy", 879] 880 881[[package]] 882name = "hash32" 883version = "0.2.1" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "b0c35f58762feb77d74ebe43bdbc3210f09be9fe6742234d573bacc26ed92b67" 886dependencies = [ 887 "byteorder", 888] 889 890[[package]] 891name = "hashbrown" 892version = "0.14.5" 893source = "registry+https://github.com/rust-lang/crates.io-index" 894checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 895 896[[package]] 897name = "hashbrown" 898version = "0.15.5" 899source = "registry+https://github.com/rust-lang/crates.io-index" 900checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 901dependencies = [ 902 "allocator-api2", 903 "equivalent", 904 "foldhash", 905] 906 907[[package]] 908name = "hashbrown" 909version = "0.17.1" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 912 913[[package]] 914name = "heapless" 915version = "0.7.17" 916source = "registry+https://github.com/rust-lang/crates.io-index" 917checksum = "cdc6457c0eb62c71aac4bc17216026d8410337c4126773b9c5daba343f17964f" 918dependencies = [ 919 "atomic-polyfill", 920 "hash32", 921 "rustc_version", 922 "serde", 923 "spin 0.9.8", 924 "stable_deref_trait", 925] 926 927[[package]] 928name = "heck" 929version = "0.4.1" 930source = "registry+https://github.com/rust-lang/crates.io-index" 931checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 932 933[[package]] 934name = "heck" 935version = "0.5.0" 936source = "registry+https://github.com/rust-lang/crates.io-index" 937checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 938 939[[package]] 940name = "hex" 941version = "0.4.3" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 944 945[[package]] 946name = "hmac" 947version = "0.12.1" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 950dependencies = [ 951 "digest", 952] 953 954[[package]] 955name = "http" 956version = "1.4.0" 957source = "registry+https://github.com/rust-lang/crates.io-index" 958checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 959dependencies = [ 960 "bytes", 961 "itoa", 962] 963 964[[package]] 965name = "http-body" 966version = "1.0.1" 967source = "registry+https://github.com/rust-lang/crates.io-index" 968checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 969dependencies = [ 970 "bytes", 971 "http", 972] 973 974[[package]] 975name = "http-body-util" 976version = "0.1.3" 977source = "registry+https://github.com/rust-lang/crates.io-index" 978checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 979dependencies = [ 980 "bytes", 981 "futures-core", 982 "http", 983 "http-body", 984 "pin-project-lite", 985] 986 987[[package]] 988name = "httparse" 989version = "1.10.1" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 992 993[[package]] 994name = "hyper" 995version = "1.9.0" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "6299f016b246a94207e63da54dbe807655bf9e00044f73ded42c3ac5305fbcca" 998dependencies = [ 999 "atomic-waker", 1000 "bytes", 1001 "futures-channel", 1002 "futures-core", 1003 "h2", 1004 "http", 1005 "http-body", 1006 "httparse", 1007 "itoa", 1008 "pin-project-lite", 1009 "smallvec", 1010 "tokio", 1011 "want", 1012] 1013 1014[[package]] 1015name = "hyper-rustls" 1016version = "0.27.9" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" 1019dependencies = [ 1020 "http", 1021 "hyper", 1022 "hyper-util", 1023 "rustls", 1024 "tokio", 1025 "tokio-rustls", 1026 "tower-service", 1027 "webpki-roots", 1028] 1029 1030[[package]] 1031name = "hyper-util" 1032version = "0.1.20" 1033source = "registry+https://github.com/rust-lang/crates.io-index" 1034checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 1035dependencies = [ 1036 "base64", 1037 "bytes", 1038 "futures-channel", 1039 "futures-util", 1040 "http", 1041 "http-body", 1042 "hyper", 1043 "ipnet", 1044 "libc", 1045 "percent-encoding", 1046 "pin-project-lite", 1047 "socket2", 1048 "system-configuration", 1049 "tokio", 1050 "tower-service", 1051 "tracing", 1052 "windows-registry", 1053] 1054 1055[[package]] 1056name = "iana-time-zone" 1057version = "0.1.65" 1058source = "registry+https://github.com/rust-lang/crates.io-index" 1059checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 1060dependencies = [ 1061 "android_system_properties", 1062 "core-foundation-sys", 1063 "iana-time-zone-haiku", 1064 "js-sys", 1065 "log", 1066 "wasm-bindgen", 1067 "windows-core", 1068] 1069 1070[[package]] 1071name = "iana-time-zone-haiku" 1072version = "0.1.2" 1073source = "registry+https://github.com/rust-lang/crates.io-index" 1074checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1075dependencies = [ 1076 "cc", 1077] 1078 1079[[package]] 1080name = "icu_collections" 1081version = "2.2.0" 1082source = "registry+https://github.com/rust-lang/crates.io-index" 1083checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 1084dependencies = [ 1085 "displaydoc", 1086 "potential_utf", 1087 "utf8_iter", 1088 "yoke", 1089 "zerofrom", 1090 "zerovec", 1091] 1092 1093[[package]] 1094name = "icu_locale_core" 1095version = "2.2.0" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 1098dependencies = [ 1099 "displaydoc", 1100 "litemap", 1101 "tinystr", 1102 "writeable", 1103 "zerovec", 1104] 1105 1106[[package]] 1107name = "icu_normalizer" 1108version = "2.2.0" 1109source = "registry+https://github.com/rust-lang/crates.io-index" 1110checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 1111dependencies = [ 1112 "icu_collections", 1113 "icu_normalizer_data", 1114 "icu_properties", 1115 "icu_provider", 1116 "smallvec", 1117 "zerovec", 1118] 1119 1120[[package]] 1121name = "icu_normalizer_data" 1122version = "2.2.0" 1123source = "registry+https://github.com/rust-lang/crates.io-index" 1124checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 1125 1126[[package]] 1127name = "icu_properties" 1128version = "2.2.0" 1129source = "registry+https://github.com/rust-lang/crates.io-index" 1130checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 1131dependencies = [ 1132 "icu_collections", 1133 "icu_locale_core", 1134 "icu_properties_data", 1135 "icu_provider", 1136 "zerotrie", 1137 "zerovec", 1138] 1139 1140[[package]] 1141name = "icu_properties_data" 1142version = "2.2.0" 1143source = "registry+https://github.com/rust-lang/crates.io-index" 1144checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 1145 1146[[package]] 1147name = "icu_provider" 1148version = "2.2.0" 1149source = "registry+https://github.com/rust-lang/crates.io-index" 1150checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 1151dependencies = [ 1152 "displaydoc", 1153 "icu_locale_core", 1154 "writeable", 1155 "yoke", 1156 "zerofrom", 1157 "zerotrie", 1158 "zerovec", 1159] 1160 1161[[package]] 1162name = "ident_case" 1163version = "1.0.1" 1164source = "registry+https://github.com/rust-lang/crates.io-index" 1165checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 1166 1167[[package]] 1168name = "idna" 1169version = "1.1.0" 1170source = "registry+https://github.com/rust-lang/crates.io-index" 1171checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1172dependencies = [ 1173 "idna_adapter", 1174 "smallvec", 1175 "utf8_iter", 1176] 1177 1178[[package]] 1179name = "idna_adapter" 1180version = "1.2.2" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" 1183dependencies = [ 1184 "icu_normalizer", 1185 "icu_properties", 1186] 1187 1188[[package]] 1189name = "indexmap" 1190version = "2.14.0" 1191source = "registry+https://github.com/rust-lang/crates.io-index" 1192checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 1193dependencies = [ 1194 "equivalent", 1195 "hashbrown 0.17.1", 1196] 1197 1198[[package]] 1199name = "inventory" 1200version = "0.3.24" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "a4f0c30c76f2f4ccee3fe55a2435f691ca00c0e4bd87abe4f4a851b1d4dac39b" 1203dependencies = [ 1204 "rustversion", 1205] 1206 1207[[package]] 1208name = "ipld-core" 1209version = "0.4.3" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "090f624976d72f0b0bb71b86d58dc16c15e069193067cb3a3a09d655246cbbda" 1212dependencies = [ 1213 "cid", 1214 "serde", 1215 "serde_bytes", 1216] 1217 1218[[package]] 1219name = "ipnet" 1220version = "2.12.0" 1221source = "registry+https://github.com/rust-lang/crates.io-index" 1222checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 1223 1224[[package]] 1225name = "itoa" 1226version = "1.0.18" 1227source = "registry+https://github.com/rust-lang/crates.io-index" 1228checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1229 1230[[package]] 1231name = "jacquard-common" 1232version = "0.12.0-beta.2" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "e830579811d60e29209c9466d034225d5e045ecdc2b3c55282709bd07da97869" 1235dependencies = [ 1236 "base64", 1237 "bon", 1238 "bytes", 1239 "chrono", 1240 "ciborium", 1241 "ciborium-io", 1242 "cid", 1243 "fluent-uri", 1244 "futures", 1245 "getrandom 0.2.17", 1246 "getrandom 0.3.4", 1247 "hashbrown 0.15.5", 1248 "http", 1249 "ipld-core", 1250 "k256", 1251 "maitake-sync", 1252 "miette", 1253 "multibase", 1254 "multihash", 1255 "n0-future", 1256 "ouroboros", 1257 "oxilangtag", 1258 "p256", 1259 "phf", 1260 "postcard", 1261 "rand 0.9.4", 1262 "regex", 1263 "regex-automata", 1264 "regex-lite", 1265 "reqwest", 1266 "rustversion", 1267 "serde", 1268 "serde_bytes", 1269 "serde_html_form", 1270 "serde_ipld_dagcbor", 1271 "serde_json", 1272 "signature", 1273 "smol_str", 1274 "spin 0.10.0", 1275 "thiserror 2.0.18", 1276 "tokio", 1277 "tokio-tungstenite-wasm", 1278 "tokio-util", 1279 "trait-variant", 1280 "unicode-segmentation", 1281] 1282 1283[[package]] 1284name = "jacquard-derive" 1285version = "0.12.0-beta.2" 1286source = "registry+https://github.com/rust-lang/crates.io-index" 1287checksum = "93f83b8049e4e7916e0f6764c3deaf5e55a7ffbab26c379415e9b1d4d645d957" 1288dependencies = [ 1289 "heck 0.5.0", 1290 "jacquard-lexicon", 1291 "proc-macro2", 1292 "quote", 1293 "syn", 1294] 1295 1296[[package]] 1297name = "jacquard-lexicon" 1298version = "0.12.0-beta.2" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "64935ef85dd24f60f467082c21ad52f739a02dd402a2adf40e5794e3de949e1f" 1301dependencies = [ 1302 "cid", 1303 "dashmap", 1304 "heck 0.5.0", 1305 "inventory", 1306 "jacquard-common", 1307 "miette", 1308 "multihash", 1309 "prettyplease", 1310 "proc-macro2", 1311 "quote", 1312 "serde", 1313 "serde_ipld_dagcbor", 1314 "serde_json", 1315 "serde_path_to_error", 1316 "serde_repr", 1317 "serde_with", 1318 "sha2", 1319 "syn", 1320 "thiserror 2.0.18", 1321 "unicode-segmentation", 1322] 1323 1324[[package]] 1325name = "js-sys" 1326version = "0.3.98" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "67df7112613f8bfd9150013a0314e196f4800d3201ae742489d999db2f979f08" 1329dependencies = [ 1330 "cfg-if", 1331 "futures-util", 1332 "once_cell", 1333 "wasm-bindgen", 1334] 1335 1336[[package]] 1337name = "k256" 1338version = "0.13.4" 1339source = "registry+https://github.com/rust-lang/crates.io-index" 1340checksum = "f6e3919bbaa2945715f0bb6d3934a173d1e9a59ac23767fbaaef277265a7411b" 1341dependencies = [ 1342 "cfg-if", 1343 "ecdsa", 1344 "elliptic-curve", 1345 "sha2", 1346] 1347 1348[[package]] 1349name = "lazy_static" 1350version = "1.5.0" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1353 1354[[package]] 1355name = "libc" 1356version = "0.2.186" 1357source = "registry+https://github.com/rust-lang/crates.io-index" 1358checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 1359 1360[[package]] 1361name = "litemap" 1362version = "0.8.2" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 1365 1366[[package]] 1367name = "lock_api" 1368version = "0.4.14" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1371dependencies = [ 1372 "scopeguard", 1373] 1374 1375[[package]] 1376name = "log" 1377version = "0.4.29" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 1380 1381[[package]] 1382name = "loom" 1383version = "0.7.2" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca" 1386dependencies = [ 1387 "cfg-if", 1388 "generator", 1389 "scoped-tls", 1390 "tracing", 1391 "tracing-subscriber", 1392] 1393 1394[[package]] 1395name = "lru-slab" 1396version = "0.1.2" 1397source = "registry+https://github.com/rust-lang/crates.io-index" 1398checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1399 1400[[package]] 1401name = "maitake-sync" 1402version = "0.1.2" 1403source = "registry+https://github.com/rust-lang/crates.io-index" 1404checksum = "6816ab14147f80234c675b80ed6dc4f440d8a1cefc158e766067aedb84c0bcd5" 1405dependencies = [ 1406 "cordyceps", 1407 "loom", 1408 "mycelium-bitfield", 1409 "pin-project", 1410 "portable-atomic", 1411] 1412 1413[[package]] 1414name = "match-lookup" 1415version = "0.1.2" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "757aee279b8bdbb9f9e676796fd459e4207a1f986e87886700abf589f5abf771" 1418dependencies = [ 1419 "proc-macro2", 1420 "quote", 1421 "syn", 1422] 1423 1424[[package]] 1425name = "matchers" 1426version = "0.2.0" 1427source = "registry+https://github.com/rust-lang/crates.io-index" 1428checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1429dependencies = [ 1430 "regex-automata", 1431] 1432 1433[[package]] 1434name = "memchr" 1435version = "2.8.0" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "f8ca58f447f06ed17d5fc4043ce1b10dd205e060fb3ce5b979b8ed8e59ff3f79" 1438 1439[[package]] 1440name = "miette" 1441version = "7.6.0" 1442source = "registry+https://github.com/rust-lang/crates.io-index" 1443checksum = "5f98efec8807c63c752b5bd61f862c165c115b0a35685bdcfd9238c7aeb592b7" 1444dependencies = [ 1445 "cfg-if", 1446 "miette-derive", 1447 "unicode-width", 1448] 1449 1450[[package]] 1451name = "miette-derive" 1452version = "7.6.0" 1453source = "registry+https://github.com/rust-lang/crates.io-index" 1454checksum = "db5b29714e950dbb20d5e6f74f9dcec4edbcc1067bb7f8ed198c097b8c1a818b" 1455dependencies = [ 1456 "proc-macro2", 1457 "quote", 1458 "syn", 1459] 1460 1461[[package]] 1462name = "mime" 1463version = "0.3.17" 1464source = "registry+https://github.com/rust-lang/crates.io-index" 1465checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1466 1467[[package]] 1468name = "miniz_oxide" 1469version = "0.8.9" 1470source = "registry+https://github.com/rust-lang/crates.io-index" 1471checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1472dependencies = [ 1473 "adler2", 1474 "simd-adler32", 1475] 1476 1477[[package]] 1478name = "mio" 1479version = "1.2.0" 1480source = "registry+https://github.com/rust-lang/crates.io-index" 1481checksum = "50b7e5b27aa02a74bac8c3f23f448f8d87ff11f92d3aac1a6ed369ee08cc56c1" 1482dependencies = [ 1483 "libc", 1484 "wasi", 1485 "windows-sys 0.61.2", 1486] 1487 1488[[package]] 1489name = "multibase" 1490version = "0.9.2" 1491source = "registry+https://github.com/rust-lang/crates.io-index" 1492checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1493dependencies = [ 1494 "base-x", 1495 "base256emoji", 1496 "data-encoding", 1497 "data-encoding-macro", 1498] 1499 1500[[package]] 1501name = "multihash" 1502version = "0.19.5" 1503source = "registry+https://github.com/rust-lang/crates.io-index" 1504checksum = "577c63b00ad74d57e8c9aa870b5fccebf2fd64a308a5aee9f1bb88e4aea19447" 1505dependencies = [ 1506 "serde", 1507 "unsigned-varint", 1508] 1509 1510[[package]] 1511name = "mycelium-bitfield" 1512version = "0.1.5" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "24e0cc5e2c585acbd15c5ce911dff71e1f4d5313f43345873311c4f5efd741cc" 1515 1516[[package]] 1517name = "n0-future" 1518version = "0.1.3" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "7bb0e5d99e681ab3c938842b96fcb41bf8a7bb4bfdb11ccbd653a7e83e06c794" 1521dependencies = [ 1522 "cfg_aliases", 1523 "derive_more", 1524 "futures-buffered", 1525 "futures-lite", 1526 "futures-util", 1527 "js-sys", 1528 "pin-project", 1529 "send_wrapper", 1530 "tokio", 1531 "tokio-util", 1532 "wasm-bindgen", 1533 "wasm-bindgen-futures", 1534 "web-time", 1535] 1536 1537[[package]] 1538name = "nu-ansi-term" 1539version = "0.50.3" 1540source = "registry+https://github.com/rust-lang/crates.io-index" 1541checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1542dependencies = [ 1543 "windows-sys 0.61.2", 1544] 1545 1546[[package]] 1547name = "num-conv" 1548version = "0.2.1" 1549source = "registry+https://github.com/rust-lang/crates.io-index" 1550checksum = "c6673768db2d862beb9b39a78fdcb1a69439615d5794a1be50caa9bc92c81967" 1551 1552[[package]] 1553name = "num-traits" 1554version = "0.2.19" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1557dependencies = [ 1558 "autocfg", 1559] 1560 1561[[package]] 1562name = "once_cell" 1563version = "1.21.4" 1564source = "registry+https://github.com/rust-lang/crates.io-index" 1565checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 1566 1567[[package]] 1568name = "openssl-probe" 1569version = "0.2.1" 1570source = "registry+https://github.com/rust-lang/crates.io-index" 1571checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 1572 1573[[package]] 1574name = "ouroboros" 1575version = "0.18.5" 1576source = "registry+https://github.com/rust-lang/crates.io-index" 1577checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 1578dependencies = [ 1579 "aliasable", 1580 "ouroboros_macro", 1581 "static_assertions", 1582] 1583 1584[[package]] 1585name = "ouroboros_macro" 1586version = "0.18.5" 1587source = "registry+https://github.com/rust-lang/crates.io-index" 1588checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 1589dependencies = [ 1590 "heck 0.4.1", 1591 "proc-macro2", 1592 "proc-macro2-diagnostics", 1593 "quote", 1594 "syn", 1595] 1596 1597[[package]] 1598name = "oxilangtag" 1599version = "0.1.5" 1600source = "registry+https://github.com/rust-lang/crates.io-index" 1601checksum = "23f3f87617a86af77fa3691e6350483e7154c2ead9f1261b75130e21ca0f8acb" 1602dependencies = [ 1603 "serde", 1604] 1605 1606[[package]] 1607name = "p256" 1608version = "0.13.2" 1609source = "registry+https://github.com/rust-lang/crates.io-index" 1610checksum = "c9863ad85fa8f4460f9c48cb909d38a0d689dba1f6f6988a5e3e0d31071bcd4b" 1611dependencies = [ 1612 "ecdsa", 1613 "elliptic-curve", 1614 "primeorder", 1615 "sha2", 1616] 1617 1618[[package]] 1619name = "parking" 1620version = "2.2.1" 1621source = "registry+https://github.com/rust-lang/crates.io-index" 1622checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1623 1624[[package]] 1625name = "parking_lot_core" 1626version = "0.9.12" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1629dependencies = [ 1630 "cfg-if", 1631 "libc", 1632 "redox_syscall", 1633 "smallvec", 1634 "windows-link", 1635] 1636 1637[[package]] 1638name = "pem-rfc7468" 1639version = "0.7.0" 1640source = "registry+https://github.com/rust-lang/crates.io-index" 1641checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 1642dependencies = [ 1643 "base64ct", 1644] 1645 1646[[package]] 1647name = "percent-encoding" 1648version = "2.3.2" 1649source = "registry+https://github.com/rust-lang/crates.io-index" 1650checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1651 1652[[package]] 1653name = "phf" 1654version = "0.11.3" 1655source = "registry+https://github.com/rust-lang/crates.io-index" 1656checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078" 1657dependencies = [ 1658 "phf_macros", 1659 "phf_shared", 1660] 1661 1662[[package]] 1663name = "phf_generator" 1664version = "0.11.3" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d" 1667dependencies = [ 1668 "phf_shared", 1669 "rand 0.8.6", 1670] 1671 1672[[package]] 1673name = "phf_macros" 1674version = "0.11.3" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216" 1677dependencies = [ 1678 "phf_generator", 1679 "phf_shared", 1680 "proc-macro2", 1681 "quote", 1682 "syn", 1683] 1684 1685[[package]] 1686name = "phf_shared" 1687version = "0.11.3" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5" 1690dependencies = [ 1691 "siphasher", 1692] 1693 1694[[package]] 1695name = "pin-project" 1696version = "1.1.13" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "2466b2336ed02bcdca6b294417127b90ec92038d1d5c4fbeac971a922e0e0924" 1699dependencies = [ 1700 "pin-project-internal", 1701] 1702 1703[[package]] 1704name = "pin-project-internal" 1705version = "1.1.13" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "c96395f0a926bc13b1c17622aaddda1ecb55d49c8f1bf9777e4d877800a43f8b" 1708dependencies = [ 1709 "proc-macro2", 1710 "quote", 1711 "syn", 1712] 1713 1714[[package]] 1715name = "pin-project-lite" 1716version = "0.2.17" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 1719 1720[[package]] 1721name = "pkcs8" 1722version = "0.10.2" 1723source = "registry+https://github.com/rust-lang/crates.io-index" 1724checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 1725dependencies = [ 1726 "der", 1727 "spki", 1728] 1729 1730[[package]] 1731name = "portable-atomic" 1732version = "1.13.1" 1733source = "registry+https://github.com/rust-lang/crates.io-index" 1734checksum = "c33a9471896f1c69cecef8d20cbe2f7accd12527ce60845ff44c153bb2a21b49" 1735 1736[[package]] 1737name = "postcard" 1738version = "1.1.3" 1739source = "registry+https://github.com/rust-lang/crates.io-index" 1740checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24" 1741dependencies = [ 1742 "cobs", 1743 "embedded-io 0.4.0", 1744 "embedded-io 0.6.1", 1745 "heapless", 1746 "serde", 1747] 1748 1749[[package]] 1750name = "potential_utf" 1751version = "0.1.5" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 1754dependencies = [ 1755 "zerovec", 1756] 1757 1758[[package]] 1759name = "powerfmt" 1760version = "0.2.0" 1761source = "registry+https://github.com/rust-lang/crates.io-index" 1762checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1763 1764[[package]] 1765name = "ppv-lite86" 1766version = "0.2.21" 1767source = "registry+https://github.com/rust-lang/crates.io-index" 1768checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1769dependencies = [ 1770 "zerocopy", 1771] 1772 1773[[package]] 1774name = "prettyplease" 1775version = "0.2.37" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 1778dependencies = [ 1779 "proc-macro2", 1780 "syn", 1781] 1782 1783[[package]] 1784name = "primeorder" 1785version = "0.13.6" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "353e1ca18966c16d9deb1c69278edbc5f194139612772bd9537af60ac231e1e6" 1788dependencies = [ 1789 "elliptic-curve", 1790] 1791 1792[[package]] 1793name = "proc-macro2" 1794version = "1.0.106" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1797dependencies = [ 1798 "unicode-ident", 1799] 1800 1801[[package]] 1802name = "proc-macro2-diagnostics" 1803version = "0.10.1" 1804source = "registry+https://github.com/rust-lang/crates.io-index" 1805checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 1806dependencies = [ 1807 "proc-macro2", 1808 "quote", 1809 "syn", 1810 "version_check", 1811 "yansi", 1812] 1813 1814[[package]] 1815name = "quinn" 1816version = "0.11.9" 1817source = "registry+https://github.com/rust-lang/crates.io-index" 1818checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 1819dependencies = [ 1820 "bytes", 1821 "cfg_aliases", 1822 "pin-project-lite", 1823 "quinn-proto", 1824 "quinn-udp", 1825 "rustc-hash", 1826 "rustls", 1827 "socket2", 1828 "thiserror 2.0.18", 1829 "tokio", 1830 "tracing", 1831 "web-time", 1832] 1833 1834[[package]] 1835name = "quinn-proto" 1836version = "0.11.14" 1837source = "registry+https://github.com/rust-lang/crates.io-index" 1838checksum = "434b42fec591c96ef50e21e886936e66d3cc3f737104fdb9b737c40ffb94c098" 1839dependencies = [ 1840 "bytes", 1841 "getrandom 0.3.4", 1842 "lru-slab", 1843 "rand 0.9.4", 1844 "ring", 1845 "rustc-hash", 1846 "rustls", 1847 "rustls-pki-types", 1848 "slab", 1849 "thiserror 2.0.18", 1850 "tinyvec", 1851 "tracing", 1852 "web-time", 1853] 1854 1855[[package]] 1856name = "quinn-udp" 1857version = "0.5.14" 1858source = "registry+https://github.com/rust-lang/crates.io-index" 1859checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 1860dependencies = [ 1861 "cfg_aliases", 1862 "libc", 1863 "once_cell", 1864 "socket2", 1865 "tracing", 1866 "windows-sys 0.60.2", 1867] 1868 1869[[package]] 1870name = "quote" 1871version = "1.0.45" 1872source = "registry+https://github.com/rust-lang/crates.io-index" 1873checksum = "41f2619966050689382d2b44f664f4bc593e129785a36d6ee376ddf37259b924" 1874dependencies = [ 1875 "proc-macro2", 1876] 1877 1878[[package]] 1879name = "r-efi" 1880version = "5.3.0" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1883 1884[[package]] 1885name = "rand" 1886version = "0.8.6" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "5ca0ecfa931c29007047d1bc58e623ab12e5590e8c7cc53200d5202b69266d8a" 1889dependencies = [ 1890 "libc", 1891 "rand_chacha 0.3.1", 1892 "rand_core 0.6.4", 1893] 1894 1895[[package]] 1896name = "rand" 1897version = "0.9.4" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 1900dependencies = [ 1901 "rand_chacha 0.9.0", 1902 "rand_core 0.9.5", 1903] 1904 1905[[package]] 1906name = "rand_chacha" 1907version = "0.3.1" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1910dependencies = [ 1911 "ppv-lite86", 1912 "rand_core 0.6.4", 1913] 1914 1915[[package]] 1916name = "rand_chacha" 1917version = "0.9.0" 1918source = "registry+https://github.com/rust-lang/crates.io-index" 1919checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1920dependencies = [ 1921 "ppv-lite86", 1922 "rand_core 0.9.5", 1923] 1924 1925[[package]] 1926name = "rand_core" 1927version = "0.6.4" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1930dependencies = [ 1931 "getrandom 0.2.17", 1932] 1933 1934[[package]] 1935name = "rand_core" 1936version = "0.9.5" 1937source = "registry+https://github.com/rust-lang/crates.io-index" 1938checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 1939dependencies = [ 1940 "getrandom 0.3.4", 1941] 1942 1943[[package]] 1944name = "redox_syscall" 1945version = "0.5.18" 1946source = "registry+https://github.com/rust-lang/crates.io-index" 1947checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1948dependencies = [ 1949 "bitflags", 1950] 1951 1952[[package]] 1953name = "ref-cast" 1954version = "1.0.25" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d" 1957dependencies = [ 1958 "ref-cast-impl", 1959] 1960 1961[[package]] 1962name = "ref-cast-impl" 1963version = "1.0.25" 1964source = "registry+https://github.com/rust-lang/crates.io-index" 1965checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da" 1966dependencies = [ 1967 "proc-macro2", 1968 "quote", 1969 "syn", 1970] 1971 1972[[package]] 1973name = "regex" 1974version = "1.12.3" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276" 1977dependencies = [ 1978 "aho-corasick", 1979 "memchr", 1980 "regex-automata", 1981 "regex-syntax", 1982] 1983 1984[[package]] 1985name = "regex-automata" 1986version = "0.4.14" 1987source = "registry+https://github.com/rust-lang/crates.io-index" 1988checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1989dependencies = [ 1990 "aho-corasick", 1991 "memchr", 1992 "regex-syntax", 1993] 1994 1995[[package]] 1996name = "regex-lite" 1997version = "0.1.9" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "cab834c73d247e67f4fae452806d17d3c7501756d98c8808d7c9c7aa7d18f973" 2000 2001[[package]] 2002name = "regex-syntax" 2003version = "0.8.10" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "dc897dd8d9e8bd1ed8cdad82b5966c3e0ecae09fb1907d58efaa013543185d0a" 2006 2007[[package]] 2008name = "reqwest" 2009version = "0.12.28" 2010source = "registry+https://github.com/rust-lang/crates.io-index" 2011checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 2012dependencies = [ 2013 "base64", 2014 "bytes", 2015 "encoding_rs", 2016 "futures-core", 2017 "futures-util", 2018 "h2", 2019 "http", 2020 "http-body", 2021 "http-body-util", 2022 "hyper", 2023 "hyper-rustls", 2024 "hyper-util", 2025 "js-sys", 2026 "log", 2027 "mime", 2028 "percent-encoding", 2029 "pin-project-lite", 2030 "quinn", 2031 "rustls", 2032 "rustls-pki-types", 2033 "serde", 2034 "serde_json", 2035 "serde_urlencoded", 2036 "sync_wrapper", 2037 "tokio", 2038 "tokio-rustls", 2039 "tokio-util", 2040 "tower", 2041 "tower-http", 2042 "tower-service", 2043 "url", 2044 "wasm-bindgen", 2045 "wasm-bindgen-futures", 2046 "wasm-streams", 2047 "web-sys", 2048 "webpki-roots", 2049] 2050 2051[[package]] 2052name = "rfc6979" 2053version = "0.4.0" 2054source = "registry+https://github.com/rust-lang/crates.io-index" 2055checksum = "f8dd2a808d456c4a54e300a23e9f5a67e122c3024119acbfd73e3bf664491cb2" 2056dependencies = [ 2057 "hmac", 2058 "subtle", 2059] 2060 2061[[package]] 2062name = "ring" 2063version = "0.17.14" 2064source = "registry+https://github.com/rust-lang/crates.io-index" 2065checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2066dependencies = [ 2067 "cc", 2068 "cfg-if", 2069 "getrandom 0.2.17", 2070 "libc", 2071 "untrusted", 2072 "windows-sys 0.52.0", 2073] 2074 2075[[package]] 2076name = "rustc-hash" 2077version = "2.1.2" 2078source = "registry+https://github.com/rust-lang/crates.io-index" 2079checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 2080 2081[[package]] 2082name = "rustc_version" 2083version = "0.4.1" 2084source = "registry+https://github.com/rust-lang/crates.io-index" 2085checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2086dependencies = [ 2087 "semver", 2088] 2089 2090[[package]] 2091name = "rustls" 2092version = "0.23.40" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "ef86cd5876211988985292b91c96a8f2d298df24e75989a43a3c73f2d4d8168b" 2095dependencies = [ 2096 "once_cell", 2097 "ring", 2098 "rustls-pki-types", 2099 "rustls-webpki", 2100 "subtle", 2101 "zeroize", 2102] 2103 2104[[package]] 2105name = "rustls-native-certs" 2106version = "0.8.3" 2107source = "registry+https://github.com/rust-lang/crates.io-index" 2108checksum = "612460d5f7bea540c490b2b6395d8e34a953e52b491accd6c86c8164c5932a63" 2109dependencies = [ 2110 "openssl-probe", 2111 "rustls-pki-types", 2112 "schannel", 2113 "security-framework", 2114] 2115 2116[[package]] 2117name = "rustls-pki-types" 2118version = "1.14.1" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "30a7197ae7eb376e574fe940d068c30fe0462554a3ddbe4eca7838e049c937a9" 2121dependencies = [ 2122 "web-time", 2123 "zeroize", 2124] 2125 2126[[package]] 2127name = "rustls-webpki" 2128version = "0.103.13" 2129source = "registry+https://github.com/rust-lang/crates.io-index" 2130checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 2131dependencies = [ 2132 "ring", 2133 "rustls-pki-types", 2134 "untrusted", 2135] 2136 2137[[package]] 2138name = "rustversion" 2139version = "1.0.22" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2142 2143[[package]] 2144name = "ryu" 2145version = "1.0.23" 2146source = "registry+https://github.com/rust-lang/crates.io-index" 2147checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 2148 2149[[package]] 2150name = "same-file" 2151version = "1.0.6" 2152source = "registry+https://github.com/rust-lang/crates.io-index" 2153checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2154dependencies = [ 2155 "winapi-util", 2156] 2157 2158[[package]] 2159name = "schannel" 2160version = "0.1.29" 2161source = "registry+https://github.com/rust-lang/crates.io-index" 2162checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 2163dependencies = [ 2164 "windows-sys 0.61.2", 2165] 2166 2167[[package]] 2168name = "scoped-tls" 2169version = "1.0.1" 2170source = "registry+https://github.com/rust-lang/crates.io-index" 2171checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2172 2173[[package]] 2174name = "scopeguard" 2175version = "1.2.0" 2176source = "registry+https://github.com/rust-lang/crates.io-index" 2177checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2178 2179[[package]] 2180name = "sec1" 2181version = "0.7.3" 2182source = "registry+https://github.com/rust-lang/crates.io-index" 2183checksum = "d3e97a565f76233a6003f9f5c54be1d9c5bdfa3eccfb189469f11ec4901c47dc" 2184dependencies = [ 2185 "base16ct", 2186 "der", 2187 "generic-array", 2188 "pkcs8", 2189 "subtle", 2190 "zeroize", 2191] 2192 2193[[package]] 2194name = "security-framework" 2195version = "3.7.0" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 2198dependencies = [ 2199 "bitflags", 2200 "core-foundation 0.10.1", 2201 "core-foundation-sys", 2202 "libc", 2203 "security-framework-sys", 2204] 2205 2206[[package]] 2207name = "security-framework-sys" 2208version = "2.17.0" 2209source = "registry+https://github.com/rust-lang/crates.io-index" 2210checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 2211dependencies = [ 2212 "core-foundation-sys", 2213 "libc", 2214] 2215 2216[[package]] 2217name = "semver" 2218version = "1.0.28" 2219source = "registry+https://github.com/rust-lang/crates.io-index" 2220checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" 2221 2222[[package]] 2223name = "send_wrapper" 2224version = "0.6.0" 2225source = "registry+https://github.com/rust-lang/crates.io-index" 2226checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 2227 2228[[package]] 2229name = "serde" 2230version = "1.0.228" 2231source = "registry+https://github.com/rust-lang/crates.io-index" 2232checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2233dependencies = [ 2234 "serde_core", 2235 "serde_derive", 2236] 2237 2238[[package]] 2239name = "serde_bytes" 2240version = "0.11.19" 2241source = "registry+https://github.com/rust-lang/crates.io-index" 2242checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 2243dependencies = [ 2244 "serde", 2245 "serde_core", 2246] 2247 2248[[package]] 2249name = "serde_core" 2250version = "1.0.228" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2253dependencies = [ 2254 "serde_derive", 2255] 2256 2257[[package]] 2258name = "serde_derive" 2259version = "1.0.228" 2260source = "registry+https://github.com/rust-lang/crates.io-index" 2261checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2262dependencies = [ 2263 "proc-macro2", 2264 "quote", 2265 "syn", 2266] 2267 2268[[package]] 2269name = "serde_html_form" 2270version = "0.3.2" 2271source = "registry+https://github.com/rust-lang/crates.io-index" 2272checksum = "2acf96b1d9364968fce46ebb548f1c0e1d7eceae27bdff73865d42e6c7369d94" 2273dependencies = [ 2274 "form_urlencoded", 2275 "indexmap", 2276 "itoa", 2277 "serde_core", 2278] 2279 2280[[package]] 2281name = "serde_ipld_dagcbor" 2282version = "0.6.4" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "46182f4f08349a02b45c998ba3215d3f9de826246ba02bb9dddfe9a2a2100778" 2285dependencies = [ 2286 "cbor4ii", 2287 "ipld-core", 2288 "scopeguard", 2289 "serde", 2290] 2291 2292[[package]] 2293name = "serde_json" 2294version = "1.0.149" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 2297dependencies = [ 2298 "itoa", 2299 "memchr", 2300 "serde", 2301 "serde_core", 2302 "zmij", 2303] 2304 2305[[package]] 2306name = "serde_path_to_error" 2307version = "0.1.20" 2308source = "registry+https://github.com/rust-lang/crates.io-index" 2309checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 2310dependencies = [ 2311 "itoa", 2312 "serde", 2313 "serde_core", 2314] 2315 2316[[package]] 2317name = "serde_repr" 2318version = "0.1.20" 2319source = "registry+https://github.com/rust-lang/crates.io-index" 2320checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 2321dependencies = [ 2322 "proc-macro2", 2323 "quote", 2324 "syn", 2325] 2326 2327[[package]] 2328name = "serde_urlencoded" 2329version = "0.7.1" 2330source = "registry+https://github.com/rust-lang/crates.io-index" 2331checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2332dependencies = [ 2333 "form_urlencoded", 2334 "itoa", 2335 "ryu", 2336 "serde", 2337] 2338 2339[[package]] 2340name = "serde_with" 2341version = "3.20.0" 2342source = "registry+https://github.com/rust-lang/crates.io-index" 2343checksum = "e72c1c2cb7b223fafb600a619537a871c2818583d619401b785e7c0b746ccde2" 2344dependencies = [ 2345 "base64", 2346 "bs58", 2347 "chrono", 2348 "hex", 2349 "serde_core", 2350 "serde_json", 2351 "serde_with_macros", 2352 "time", 2353] 2354 2355[[package]] 2356name = "serde_with_macros" 2357version = "3.20.0" 2358source = "registry+https://github.com/rust-lang/crates.io-index" 2359checksum = "b90c488738ecb4fb0262f41f43bc40efc5868d9fb744319ddf5f5317f417bfac" 2360dependencies = [ 2361 "darling", 2362 "proc-macro2", 2363 "quote", 2364 "syn", 2365] 2366 2367[[package]] 2368name = "sha1" 2369version = "0.10.6" 2370source = "registry+https://github.com/rust-lang/crates.io-index" 2371checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 2372dependencies = [ 2373 "cfg-if", 2374 "cpufeatures", 2375 "digest", 2376] 2377 2378[[package]] 2379name = "sha2" 2380version = "0.10.9" 2381source = "registry+https://github.com/rust-lang/crates.io-index" 2382checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 2383dependencies = [ 2384 "cfg-if", 2385 "cpufeatures", 2386 "digest", 2387] 2388 2389[[package]] 2390name = "sharded-slab" 2391version = "0.1.7" 2392source = "registry+https://github.com/rust-lang/crates.io-index" 2393checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2394dependencies = [ 2395 "lazy_static", 2396] 2397 2398[[package]] 2399name = "shlex" 2400version = "1.3.0" 2401source = "registry+https://github.com/rust-lang/crates.io-index" 2402checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2403 2404[[package]] 2405name = "signature" 2406version = "2.2.0" 2407source = "registry+https://github.com/rust-lang/crates.io-index" 2408checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 2409dependencies = [ 2410 "digest", 2411 "rand_core 0.6.4", 2412] 2413 2414[[package]] 2415name = "simd-adler32" 2416version = "0.3.9" 2417source = "registry+https://github.com/rust-lang/crates.io-index" 2418checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" 2419 2420[[package]] 2421name = "siphasher" 2422version = "1.0.3" 2423source = "registry+https://github.com/rust-lang/crates.io-index" 2424checksum = "8ee5873ec9cce0195efcb7a4e9507a04cd49aec9c83d0389df45b1ef7ba2e649" 2425 2426[[package]] 2427name = "slab" 2428version = "0.4.12" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 2431 2432[[package]] 2433name = "smallvec" 2434version = "1.15.1" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 2437 2438[[package]] 2439name = "smol_str" 2440version = "0.3.6" 2441source = "registry+https://github.com/rust-lang/crates.io-index" 2442checksum = "4aaa7368fcf4852a4c2dd92df0cace6a71f2091ca0a23391ce7f3a31833f1523" 2443dependencies = [ 2444 "borsh", 2445 "serde_core", 2446] 2447 2448[[package]] 2449name = "socket2" 2450version = "0.6.3" 2451source = "registry+https://github.com/rust-lang/crates.io-index" 2452checksum = "3a766e1110788c36f4fa1c2b71b387a7815aa65f88ce0229841826633d93723e" 2453dependencies = [ 2454 "libc", 2455 "windows-sys 0.61.2", 2456] 2457 2458[[package]] 2459name = "spin" 2460version = "0.9.8" 2461source = "registry+https://github.com/rust-lang/crates.io-index" 2462checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2463dependencies = [ 2464 "lock_api", 2465] 2466 2467[[package]] 2468name = "spin" 2469version = "0.10.0" 2470source = "registry+https://github.com/rust-lang/crates.io-index" 2471checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591" 2472 2473[[package]] 2474name = "spki" 2475version = "0.7.3" 2476source = "registry+https://github.com/rust-lang/crates.io-index" 2477checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 2478dependencies = [ 2479 "base64ct", 2480 "der", 2481] 2482 2483[[package]] 2484name = "stable_deref_trait" 2485version = "1.2.1" 2486source = "registry+https://github.com/rust-lang/crates.io-index" 2487checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 2488 2489[[package]] 2490name = "static_assertions" 2491version = "1.1.0" 2492source = "registry+https://github.com/rust-lang/crates.io-index" 2493checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 2494 2495[[package]] 2496name = "strsim" 2497version = "0.11.1" 2498source = "registry+https://github.com/rust-lang/crates.io-index" 2499checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 2500 2501[[package]] 2502name = "subtle" 2503version = "2.6.1" 2504source = "registry+https://github.com/rust-lang/crates.io-index" 2505checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2506 2507[[package]] 2508name = "superjam" 2509version = "0.0.0" 2510dependencies = [ 2511 "superjam-core", 2512] 2513 2514[[package]] 2515name = "superjam-appview" 2516version = "0.0.0" 2517dependencies = [ 2518 "superjam-core", 2519 "superjam-lexicon", 2520] 2521 2522[[package]] 2523name = "superjam-config" 2524version = "0.0.0" 2525dependencies = [ 2526 "superjam-core", 2527] 2528 2529[[package]] 2530name = "superjam-core" 2531version = "0.0.0" 2532dependencies = [ 2533 "jacquard-common", 2534 "serde", 2535 "serde_json", 2536 "smol_str", 2537 "thiserror 2.0.18", 2538] 2539 2540[[package]] 2541name = "superjam-lexicon" 2542version = "0.0.0" 2543dependencies = [ 2544 "anyhow", 2545 "jacquard-common", 2546 "jacquard-derive", 2547 "jacquard-lexicon", 2548 "miette", 2549 "serde", 2550 "superjam-core", 2551 "thiserror 2.0.18", 2552 "walkdir", 2553] 2554 2555[[package]] 2556name = "superjam-oauth" 2557version = "0.0.0" 2558dependencies = [ 2559 "superjam-core", 2560] 2561 2562[[package]] 2563name = "superjam-pds" 2564version = "0.0.0" 2565dependencies = [ 2566 "superjam-core", 2567 "superjam-lexicon", 2568] 2569 2570[[package]] 2571name = "superjam-vcs" 2572version = "0.0.0" 2573dependencies = [ 2574 "superjam-core", 2575] 2576 2577[[package]] 2578name = "syn" 2579version = "2.0.117" 2580source = "registry+https://github.com/rust-lang/crates.io-index" 2581checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99" 2582dependencies = [ 2583 "proc-macro2", 2584 "quote", 2585 "unicode-ident", 2586] 2587 2588[[package]] 2589name = "sync_wrapper" 2590version = "1.0.2" 2591source = "registry+https://github.com/rust-lang/crates.io-index" 2592checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 2593dependencies = [ 2594 "futures-core", 2595] 2596 2597[[package]] 2598name = "synstructure" 2599version = "0.13.2" 2600source = "registry+https://github.com/rust-lang/crates.io-index" 2601checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2602dependencies = [ 2603 "proc-macro2", 2604 "quote", 2605 "syn", 2606] 2607 2608[[package]] 2609name = "system-configuration" 2610version = "0.7.0" 2611source = "registry+https://github.com/rust-lang/crates.io-index" 2612checksum = "a13f3d0daba03132c0aa9767f98351b3488edc2c100cda2d2ec2b04f3d8d3c8b" 2613dependencies = [ 2614 "bitflags", 2615 "core-foundation 0.9.4", 2616 "system-configuration-sys", 2617] 2618 2619[[package]] 2620name = "system-configuration-sys" 2621version = "0.6.0" 2622source = "registry+https://github.com/rust-lang/crates.io-index" 2623checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2624dependencies = [ 2625 "core-foundation-sys", 2626 "libc", 2627] 2628 2629[[package]] 2630name = "thiserror" 2631version = "1.0.69" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2634dependencies = [ 2635 "thiserror-impl 1.0.69", 2636] 2637 2638[[package]] 2639name = "thiserror" 2640version = "2.0.18" 2641source = "registry+https://github.com/rust-lang/crates.io-index" 2642checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 2643dependencies = [ 2644 "thiserror-impl 2.0.18", 2645] 2646 2647[[package]] 2648name = "thiserror-impl" 2649version = "1.0.69" 2650source = "registry+https://github.com/rust-lang/crates.io-index" 2651checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2652dependencies = [ 2653 "proc-macro2", 2654 "quote", 2655 "syn", 2656] 2657 2658[[package]] 2659name = "thiserror-impl" 2660version = "2.0.18" 2661source = "registry+https://github.com/rust-lang/crates.io-index" 2662checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 2663dependencies = [ 2664 "proc-macro2", 2665 "quote", 2666 "syn", 2667] 2668 2669[[package]] 2670name = "thread_local" 2671version = "1.1.9" 2672source = "registry+https://github.com/rust-lang/crates.io-index" 2673checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2674dependencies = [ 2675 "cfg-if", 2676] 2677 2678[[package]] 2679name = "time" 2680version = "0.3.47" 2681source = "registry+https://github.com/rust-lang/crates.io-index" 2682checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c" 2683dependencies = [ 2684 "deranged", 2685 "num-conv", 2686 "powerfmt", 2687 "serde_core", 2688 "time-core", 2689] 2690 2691[[package]] 2692name = "time-core" 2693version = "0.1.8" 2694source = "registry+https://github.com/rust-lang/crates.io-index" 2695checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca" 2696 2697[[package]] 2698name = "tinystr" 2699version = "0.8.3" 2700source = "registry+https://github.com/rust-lang/crates.io-index" 2701checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 2702dependencies = [ 2703 "displaydoc", 2704 "zerovec", 2705] 2706 2707[[package]] 2708name = "tinyvec" 2709version = "1.11.0" 2710source = "registry+https://github.com/rust-lang/crates.io-index" 2711checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 2712dependencies = [ 2713 "tinyvec_macros", 2714] 2715 2716[[package]] 2717name = "tinyvec_macros" 2718version = "0.1.1" 2719source = "registry+https://github.com/rust-lang/crates.io-index" 2720checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2721 2722[[package]] 2723name = "tokio" 2724version = "1.52.3" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" 2727dependencies = [ 2728 "bytes", 2729 "libc", 2730 "mio", 2731 "pin-project-lite", 2732 "socket2", 2733 "windows-sys 0.61.2", 2734] 2735 2736[[package]] 2737name = "tokio-rustls" 2738version = "0.26.4" 2739source = "registry+https://github.com/rust-lang/crates.io-index" 2740checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2741dependencies = [ 2742 "rustls", 2743 "tokio", 2744] 2745 2746[[package]] 2747name = "tokio-tungstenite" 2748version = "0.24.0" 2749source = "registry+https://github.com/rust-lang/crates.io-index" 2750checksum = "edc5f74e248dc973e0dbb7b74c7e0d6fcc301c694ff50049504004ef4d0cdcd9" 2751dependencies = [ 2752 "futures-util", 2753 "log", 2754 "rustls", 2755 "rustls-native-certs", 2756 "rustls-pki-types", 2757 "tokio", 2758 "tokio-rustls", 2759 "tungstenite", 2760] 2761 2762[[package]] 2763name = "tokio-tungstenite-wasm" 2764version = "0.4.0" 2765source = "registry+https://github.com/rust-lang/crates.io-index" 2766checksum = "e21a5c399399c3db9f08d8297ac12b500e86bca82e930253fdc62eaf9c0de6ae" 2767dependencies = [ 2768 "futures-channel", 2769 "futures-util", 2770 "http", 2771 "httparse", 2772 "js-sys", 2773 "rustls", 2774 "thiserror 1.0.69", 2775 "tokio", 2776 "tokio-tungstenite", 2777 "wasm-bindgen", 2778 "web-sys", 2779] 2780 2781[[package]] 2782name = "tokio-util" 2783version = "0.7.18" 2784source = "registry+https://github.com/rust-lang/crates.io-index" 2785checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 2786dependencies = [ 2787 "bytes", 2788 "futures-core", 2789 "futures-sink", 2790 "futures-util", 2791 "pin-project-lite", 2792 "tokio", 2793] 2794 2795[[package]] 2796name = "tower" 2797version = "0.5.3" 2798source = "registry+https://github.com/rust-lang/crates.io-index" 2799checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 2800dependencies = [ 2801 "futures-core", 2802 "futures-util", 2803 "pin-project-lite", 2804 "sync_wrapper", 2805 "tokio", 2806 "tower-layer", 2807 "tower-service", 2808] 2809 2810[[package]] 2811name = "tower-http" 2812version = "0.6.10" 2813source = "registry+https://github.com/rust-lang/crates.io-index" 2814checksum = "68d6fdd9f81c2819c9a8b0e0cd91660e7746a8e6ea2ba7c6b2b057985f6bcb51" 2815dependencies = [ 2816 "async-compression", 2817 "bitflags", 2818 "bytes", 2819 "futures-core", 2820 "futures-util", 2821 "http", 2822 "http-body", 2823 "http-body-util", 2824 "pin-project-lite", 2825 "tokio", 2826 "tokio-util", 2827 "tower", 2828 "tower-layer", 2829 "tower-service", 2830 "url", 2831] 2832 2833[[package]] 2834name = "tower-layer" 2835version = "0.3.3" 2836source = "registry+https://github.com/rust-lang/crates.io-index" 2837checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2838 2839[[package]] 2840name = "tower-service" 2841version = "0.3.3" 2842source = "registry+https://github.com/rust-lang/crates.io-index" 2843checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2844 2845[[package]] 2846name = "tracing" 2847version = "0.1.44" 2848source = "registry+https://github.com/rust-lang/crates.io-index" 2849checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 2850dependencies = [ 2851 "pin-project-lite", 2852 "tracing-attributes", 2853 "tracing-core", 2854] 2855 2856[[package]] 2857name = "tracing-attributes" 2858version = "0.1.31" 2859source = "registry+https://github.com/rust-lang/crates.io-index" 2860checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 2861dependencies = [ 2862 "proc-macro2", 2863 "quote", 2864 "syn", 2865] 2866 2867[[package]] 2868name = "tracing-core" 2869version = "0.1.36" 2870source = "registry+https://github.com/rust-lang/crates.io-index" 2871checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 2872dependencies = [ 2873 "once_cell", 2874 "valuable", 2875] 2876 2877[[package]] 2878name = "tracing-log" 2879version = "0.2.0" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2882dependencies = [ 2883 "log", 2884 "once_cell", 2885 "tracing-core", 2886] 2887 2888[[package]] 2889name = "tracing-subscriber" 2890version = "0.3.23" 2891source = "registry+https://github.com/rust-lang/crates.io-index" 2892checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 2893dependencies = [ 2894 "matchers", 2895 "nu-ansi-term", 2896 "once_cell", 2897 "regex-automata", 2898 "sharded-slab", 2899 "smallvec", 2900 "thread_local", 2901 "tracing", 2902 "tracing-core", 2903 "tracing-log", 2904] 2905 2906[[package]] 2907name = "trait-variant" 2908version = "0.1.2" 2909source = "registry+https://github.com/rust-lang/crates.io-index" 2910checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 2911dependencies = [ 2912 "proc-macro2", 2913 "quote", 2914 "syn", 2915] 2916 2917[[package]] 2918name = "try-lock" 2919version = "0.2.5" 2920source = "registry+https://github.com/rust-lang/crates.io-index" 2921checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2922 2923[[package]] 2924name = "tungstenite" 2925version = "0.24.0" 2926source = "registry+https://github.com/rust-lang/crates.io-index" 2927checksum = "18e5b8366ee7a95b16d32197d0b2604b43a0be89dc5fac9f8e96ccafbaedda8a" 2928dependencies = [ 2929 "byteorder", 2930 "bytes", 2931 "data-encoding", 2932 "http", 2933 "httparse", 2934 "log", 2935 "rand 0.8.6", 2936 "rustls", 2937 "rustls-pki-types", 2938 "sha1", 2939 "thiserror 1.0.69", 2940 "utf-8", 2941] 2942 2943[[package]] 2944name = "typenum" 2945version = "1.20.0" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "40ce102ab67701b8526c123c1bab5cbe42d7040ccfd0f64af1a385808d2f43de" 2948 2949[[package]] 2950name = "unicode-ident" 2951version = "1.0.24" 2952source = "registry+https://github.com/rust-lang/crates.io-index" 2953checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 2954 2955[[package]] 2956name = "unicode-segmentation" 2957version = "1.13.2" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "9629274872b2bfaf8d66f5f15725007f635594914870f65218920345aa11aa8c" 2960 2961[[package]] 2962name = "unicode-width" 2963version = "0.1.14" 2964source = "registry+https://github.com/rust-lang/crates.io-index" 2965checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 2966 2967[[package]] 2968name = "unicode-xid" 2969version = "0.2.6" 2970source = "registry+https://github.com/rust-lang/crates.io-index" 2971checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 2972 2973[[package]] 2974name = "unsigned-varint" 2975version = "0.8.0" 2976source = "registry+https://github.com/rust-lang/crates.io-index" 2977checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2978 2979[[package]] 2980name = "untrusted" 2981version = "0.9.0" 2982source = "registry+https://github.com/rust-lang/crates.io-index" 2983checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2984 2985[[package]] 2986name = "url" 2987version = "2.5.8" 2988source = "registry+https://github.com/rust-lang/crates.io-index" 2989checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2990dependencies = [ 2991 "form_urlencoded", 2992 "idna", 2993 "percent-encoding", 2994 "serde", 2995] 2996 2997[[package]] 2998name = "utf-8" 2999version = "0.7.6" 3000source = "registry+https://github.com/rust-lang/crates.io-index" 3001checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3002 3003[[package]] 3004name = "utf8_iter" 3005version = "1.0.4" 3006source = "registry+https://github.com/rust-lang/crates.io-index" 3007checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3008 3009[[package]] 3010name = "valuable" 3011version = "0.1.1" 3012source = "registry+https://github.com/rust-lang/crates.io-index" 3013checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 3014 3015[[package]] 3016name = "version_check" 3017version = "0.9.5" 3018source = "registry+https://github.com/rust-lang/crates.io-index" 3019checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3020 3021[[package]] 3022name = "walkdir" 3023version = "2.5.0" 3024source = "registry+https://github.com/rust-lang/crates.io-index" 3025checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3026dependencies = [ 3027 "same-file", 3028 "winapi-util", 3029] 3030 3031[[package]] 3032name = "want" 3033version = "0.3.1" 3034source = "registry+https://github.com/rust-lang/crates.io-index" 3035checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3036dependencies = [ 3037 "try-lock", 3038] 3039 3040[[package]] 3041name = "wasi" 3042version = "0.11.1+wasi-snapshot-preview1" 3043source = "registry+https://github.com/rust-lang/crates.io-index" 3044checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3045 3046[[package]] 3047name = "wasip2" 3048version = "1.0.3+wasi-0.2.9" 3049source = "registry+https://github.com/rust-lang/crates.io-index" 3050checksum = "20064672db26d7cdc89c7798c48a0fdfac8213434a1186e5ef29fd560ae223d6" 3051dependencies = [ 3052 "wit-bindgen", 3053] 3054 3055[[package]] 3056name = "wasm-bindgen" 3057version = "0.2.121" 3058source = "registry+https://github.com/rust-lang/crates.io-index" 3059checksum = "49ace1d07c165b0864824eee619580c4689389afa9dc9ed3a4c75040d82e6790" 3060dependencies = [ 3061 "cfg-if", 3062 "once_cell", 3063 "rustversion", 3064 "wasm-bindgen-macro", 3065 "wasm-bindgen-shared", 3066] 3067 3068[[package]] 3069name = "wasm-bindgen-futures" 3070version = "0.4.71" 3071source = "registry+https://github.com/rust-lang/crates.io-index" 3072checksum = "96492d0d3ffba25305a7dc88720d250b1401d7edca02cc3bcd50633b424673b8" 3073dependencies = [ 3074 "js-sys", 3075 "wasm-bindgen", 3076] 3077 3078[[package]] 3079name = "wasm-bindgen-macro" 3080version = "0.2.121" 3081source = "registry+https://github.com/rust-lang/crates.io-index" 3082checksum = "8e68e6f4afd367a562002c05637acb8578ff2dea1943df76afb9e83d177c8578" 3083dependencies = [ 3084 "quote", 3085 "wasm-bindgen-macro-support", 3086] 3087 3088[[package]] 3089name = "wasm-bindgen-macro-support" 3090version = "0.2.121" 3091source = "registry+https://github.com/rust-lang/crates.io-index" 3092checksum = "d95a9ec35c64b2a7cb35d3fead40c4238d0940c86d107136999567a4703259f2" 3093dependencies = [ 3094 "bumpalo", 3095 "proc-macro2", 3096 "quote", 3097 "syn", 3098 "wasm-bindgen-shared", 3099] 3100 3101[[package]] 3102name = "wasm-bindgen-shared" 3103version = "0.2.121" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "c4e0100b01e9f0d03189a92b96772a1fb998639d981193d7dbab487302513441" 3106dependencies = [ 3107 "unicode-ident", 3108] 3109 3110[[package]] 3111name = "wasm-streams" 3112version = "0.4.2" 3113source = "registry+https://github.com/rust-lang/crates.io-index" 3114checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 3115dependencies = [ 3116 "futures-util", 3117 "js-sys", 3118 "wasm-bindgen", 3119 "wasm-bindgen-futures", 3120 "web-sys", 3121] 3122 3123[[package]] 3124name = "web-sys" 3125version = "0.3.98" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "4b572dff8bcf38bad0fa19729c89bb5748b2b9b1d8be70cf90df697e3a8f32aa" 3128dependencies = [ 3129 "js-sys", 3130 "wasm-bindgen", 3131] 3132 3133[[package]] 3134name = "web-time" 3135version = "1.1.0" 3136source = "registry+https://github.com/rust-lang/crates.io-index" 3137checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 3138dependencies = [ 3139 "js-sys", 3140 "wasm-bindgen", 3141] 3142 3143[[package]] 3144name = "webpki-roots" 3145version = "1.0.7" 3146source = "registry+https://github.com/rust-lang/crates.io-index" 3147checksum = "52f5ee44c96cf55f1b349600768e3ece3a8f26010c05265ab73f945bb1a2eb9d" 3148dependencies = [ 3149 "rustls-pki-types", 3150] 3151 3152[[package]] 3153name = "winapi-util" 3154version = "0.1.11" 3155source = "registry+https://github.com/rust-lang/crates.io-index" 3156checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 3157dependencies = [ 3158 "windows-sys 0.61.2", 3159] 3160 3161[[package]] 3162name = "windows-core" 3163version = "0.62.2" 3164source = "registry+https://github.com/rust-lang/crates.io-index" 3165checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 3166dependencies = [ 3167 "windows-implement", 3168 "windows-interface", 3169 "windows-link", 3170 "windows-result", 3171 "windows-strings", 3172] 3173 3174[[package]] 3175name = "windows-implement" 3176version = "0.60.2" 3177source = "registry+https://github.com/rust-lang/crates.io-index" 3178checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 3179dependencies = [ 3180 "proc-macro2", 3181 "quote", 3182 "syn", 3183] 3184 3185[[package]] 3186name = "windows-interface" 3187version = "0.59.3" 3188source = "registry+https://github.com/rust-lang/crates.io-index" 3189checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 3190dependencies = [ 3191 "proc-macro2", 3192 "quote", 3193 "syn", 3194] 3195 3196[[package]] 3197name = "windows-link" 3198version = "0.2.1" 3199source = "registry+https://github.com/rust-lang/crates.io-index" 3200checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 3201 3202[[package]] 3203name = "windows-registry" 3204version = "0.6.1" 3205source = "registry+https://github.com/rust-lang/crates.io-index" 3206checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 3207dependencies = [ 3208 "windows-link", 3209 "windows-result", 3210 "windows-strings", 3211] 3212 3213[[package]] 3214name = "windows-result" 3215version = "0.4.1" 3216source = "registry+https://github.com/rust-lang/crates.io-index" 3217checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 3218dependencies = [ 3219 "windows-link", 3220] 3221 3222[[package]] 3223name = "windows-strings" 3224version = "0.5.1" 3225source = "registry+https://github.com/rust-lang/crates.io-index" 3226checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 3227dependencies = [ 3228 "windows-link", 3229] 3230 3231[[package]] 3232name = "windows-sys" 3233version = "0.52.0" 3234source = "registry+https://github.com/rust-lang/crates.io-index" 3235checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 3236dependencies = [ 3237 "windows-targets 0.52.6", 3238] 3239 3240[[package]] 3241name = "windows-sys" 3242version = "0.60.2" 3243source = "registry+https://github.com/rust-lang/crates.io-index" 3244checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 3245dependencies = [ 3246 "windows-targets 0.53.5", 3247] 3248 3249[[package]] 3250name = "windows-sys" 3251version = "0.61.2" 3252source = "registry+https://github.com/rust-lang/crates.io-index" 3253checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 3254dependencies = [ 3255 "windows-link", 3256] 3257 3258[[package]] 3259name = "windows-targets" 3260version = "0.52.6" 3261source = "registry+https://github.com/rust-lang/crates.io-index" 3262checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 3263dependencies = [ 3264 "windows_aarch64_gnullvm 0.52.6", 3265 "windows_aarch64_msvc 0.52.6", 3266 "windows_i686_gnu 0.52.6", 3267 "windows_i686_gnullvm 0.52.6", 3268 "windows_i686_msvc 0.52.6", 3269 "windows_x86_64_gnu 0.52.6", 3270 "windows_x86_64_gnullvm 0.52.6", 3271 "windows_x86_64_msvc 0.52.6", 3272] 3273 3274[[package]] 3275name = "windows-targets" 3276version = "0.53.5" 3277source = "registry+https://github.com/rust-lang/crates.io-index" 3278checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 3279dependencies = [ 3280 "windows-link", 3281 "windows_aarch64_gnullvm 0.53.1", 3282 "windows_aarch64_msvc 0.53.1", 3283 "windows_i686_gnu 0.53.1", 3284 "windows_i686_gnullvm 0.53.1", 3285 "windows_i686_msvc 0.53.1", 3286 "windows_x86_64_gnu 0.53.1", 3287 "windows_x86_64_gnullvm 0.53.1", 3288 "windows_x86_64_msvc 0.53.1", 3289] 3290 3291[[package]] 3292name = "windows_aarch64_gnullvm" 3293version = "0.52.6" 3294source = "registry+https://github.com/rust-lang/crates.io-index" 3295checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3296 3297[[package]] 3298name = "windows_aarch64_gnullvm" 3299version = "0.53.1" 3300source = "registry+https://github.com/rust-lang/crates.io-index" 3301checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 3302 3303[[package]] 3304name = "windows_aarch64_msvc" 3305version = "0.52.6" 3306source = "registry+https://github.com/rust-lang/crates.io-index" 3307checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3308 3309[[package]] 3310name = "windows_aarch64_msvc" 3311version = "0.53.1" 3312source = "registry+https://github.com/rust-lang/crates.io-index" 3313checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 3314 3315[[package]] 3316name = "windows_i686_gnu" 3317version = "0.52.6" 3318source = "registry+https://github.com/rust-lang/crates.io-index" 3319checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3320 3321[[package]] 3322name = "windows_i686_gnu" 3323version = "0.53.1" 3324source = "registry+https://github.com/rust-lang/crates.io-index" 3325checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 3326 3327[[package]] 3328name = "windows_i686_gnullvm" 3329version = "0.52.6" 3330source = "registry+https://github.com/rust-lang/crates.io-index" 3331checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3332 3333[[package]] 3334name = "windows_i686_gnullvm" 3335version = "0.53.1" 3336source = "registry+https://github.com/rust-lang/crates.io-index" 3337checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 3338 3339[[package]] 3340name = "windows_i686_msvc" 3341version = "0.52.6" 3342source = "registry+https://github.com/rust-lang/crates.io-index" 3343checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3344 3345[[package]] 3346name = "windows_i686_msvc" 3347version = "0.53.1" 3348source = "registry+https://github.com/rust-lang/crates.io-index" 3349checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 3350 3351[[package]] 3352name = "windows_x86_64_gnu" 3353version = "0.52.6" 3354source = "registry+https://github.com/rust-lang/crates.io-index" 3355checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3356 3357[[package]] 3358name = "windows_x86_64_gnu" 3359version = "0.53.1" 3360source = "registry+https://github.com/rust-lang/crates.io-index" 3361checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 3362 3363[[package]] 3364name = "windows_x86_64_gnullvm" 3365version = "0.52.6" 3366source = "registry+https://github.com/rust-lang/crates.io-index" 3367checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3368 3369[[package]] 3370name = "windows_x86_64_gnullvm" 3371version = "0.53.1" 3372source = "registry+https://github.com/rust-lang/crates.io-index" 3373checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 3374 3375[[package]] 3376name = "windows_x86_64_msvc" 3377version = "0.52.6" 3378source = "registry+https://github.com/rust-lang/crates.io-index" 3379checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3380 3381[[package]] 3382name = "windows_x86_64_msvc" 3383version = "0.53.1" 3384source = "registry+https://github.com/rust-lang/crates.io-index" 3385checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 3386 3387[[package]] 3388name = "wit-bindgen" 3389version = "0.57.1" 3390source = "registry+https://github.com/rust-lang/crates.io-index" 3391checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 3392 3393[[package]] 3394name = "writeable" 3395version = "0.6.3" 3396source = "registry+https://github.com/rust-lang/crates.io-index" 3397checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 3398 3399[[package]] 3400name = "yansi" 3401version = "1.0.1" 3402source = "registry+https://github.com/rust-lang/crates.io-index" 3403checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 3404 3405[[package]] 3406name = "yoke" 3407version = "0.8.2" 3408source = "registry+https://github.com/rust-lang/crates.io-index" 3409checksum = "abe8c5fda708d9ca3df187cae8bfb9ceda00dd96231bed36e445a1a48e66f9ca" 3410dependencies = [ 3411 "stable_deref_trait", 3412 "yoke-derive", 3413 "zerofrom", 3414] 3415 3416[[package]] 3417name = "yoke-derive" 3418version = "0.8.2" 3419source = "registry+https://github.com/rust-lang/crates.io-index" 3420checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 3421dependencies = [ 3422 "proc-macro2", 3423 "quote", 3424 "syn", 3425 "synstructure", 3426] 3427 3428[[package]] 3429name = "zerocopy" 3430version = "0.8.48" 3431source = "registry+https://github.com/rust-lang/crates.io-index" 3432checksum = "eed437bf9d6692032087e337407a86f04cd8d6a16a37199ed57949d415bd68e9" 3433dependencies = [ 3434 "zerocopy-derive", 3435] 3436 3437[[package]] 3438name = "zerocopy-derive" 3439version = "0.8.48" 3440source = "registry+https://github.com/rust-lang/crates.io-index" 3441checksum = "70e3cd084b1788766f53af483dd21f93881ff30d7320490ec3ef7526d203bad4" 3442dependencies = [ 3443 "proc-macro2", 3444 "quote", 3445 "syn", 3446] 3447 3448[[package]] 3449name = "zerofrom" 3450version = "0.1.8" 3451source = "registry+https://github.com/rust-lang/crates.io-index" 3452checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" 3453dependencies = [ 3454 "zerofrom-derive", 3455] 3456 3457[[package]] 3458name = "zerofrom-derive" 3459version = "0.1.7" 3460source = "registry+https://github.com/rust-lang/crates.io-index" 3461checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 3462dependencies = [ 3463 "proc-macro2", 3464 "quote", 3465 "syn", 3466 "synstructure", 3467] 3468 3469[[package]] 3470name = "zeroize" 3471version = "1.8.2" 3472source = "registry+https://github.com/rust-lang/crates.io-index" 3473checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 3474 3475[[package]] 3476name = "zerotrie" 3477version = "0.2.4" 3478source = "registry+https://github.com/rust-lang/crates.io-index" 3479checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 3480dependencies = [ 3481 "displaydoc", 3482 "yoke", 3483 "zerofrom", 3484] 3485 3486[[package]] 3487name = "zerovec" 3488version = "0.11.6" 3489source = "registry+https://github.com/rust-lang/crates.io-index" 3490checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 3491dependencies = [ 3492 "yoke", 3493 "zerofrom", 3494 "zerovec-derive", 3495] 3496 3497[[package]] 3498name = "zerovec-derive" 3499version = "0.11.3" 3500source = "registry+https://github.com/rust-lang/crates.io-index" 3501checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 3502dependencies = [ 3503 "proc-macro2", 3504 "quote", 3505 "syn", 3506] 3507 3508[[package]] 3509name = "zmij" 3510version = "1.0.21" 3511source = "registry+https://github.com/rust-lang/crates.io-index" 3512checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"