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