A library for ATProtocol identities.
22
fork

Configure Feed

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

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