1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.25.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.1" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "android_system_properties" 31version = "0.1.5" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 34dependencies = [ 35 "libc", 36] 37 38[[package]] 39name = "anstream" 40version = "0.6.20" 41source = "registry+https://github.com/rust-lang/crates.io-index" 42checksum = "3ae563653d1938f79b1ab1b5e668c87c76a9930414574a6583a7b7e11a8e6192" 43dependencies = [ 44 "anstyle", 45 "anstyle-parse", 46 "anstyle-query", 47 "anstyle-wincon", 48 "colorchoice", 49 "is_terminal_polyfill", 50 "utf8parse", 51] 52 53[[package]] 54name = "anstyle" 55version = "1.0.13" 56source = "registry+https://github.com/rust-lang/crates.io-index" 57checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 58 59[[package]] 60name = "anstyle-parse" 61version = "0.2.7" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 64dependencies = [ 65 "utf8parse", 66] 67 68[[package]] 69name = "anstyle-query" 70version = "1.1.4" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2" 73dependencies = [ 74 "windows-sys 0.60.2", 75] 76 77[[package]] 78name = "anstyle-wincon" 79version = "3.0.10" 80source = "registry+https://github.com/rust-lang/crates.io-index" 81checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a" 82dependencies = [ 83 "anstyle", 84 "once_cell_polyfill", 85 "windows-sys 0.60.2", 86] 87 88[[package]] 89name = "anyhow" 90version = "1.0.100" 91source = "registry+https://github.com/rust-lang/crates.io-index" 92checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 93 94[[package]] 95name = "async-compression" 96version = "0.4.32" 97source = "registry+https://github.com/rust-lang/crates.io-index" 98checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0" 99dependencies = [ 100 "compression-codecs", 101 "compression-core", 102 "futures-core", 103 "pin-project-lite", 104 "tokio", 105] 106 107[[package]] 108name = "atomic-waker" 109version = "1.1.2" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 112 113[[package]] 114name = "atrium-api" 115version = "0.24.10" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "9c5d74937642f6b21814e82d80f54d55ebd985b681bffbe27c8a76e726c3c4db" 118dependencies = [ 119 "atrium-xrpc", 120 "chrono", 121 "http", 122 "ipld-core", 123 "langtag", 124 "regex", 125 "serde", 126 "serde_bytes", 127 "serde_json", 128 "thiserror 1.0.69", 129 "tokio", 130 "trait-variant", 131] 132 133[[package]] 134name = "atrium-xrpc" 135version = "0.12.3" 136source = "registry+https://github.com/rust-lang/crates.io-index" 137checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8" 138dependencies = [ 139 "http", 140 "serde", 141 "serde_html_form", 142 "serde_json", 143 "thiserror 1.0.69", 144 "trait-variant", 145] 146 147[[package]] 148name = "atrium-xrpc-client" 149version = "0.5.14" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "e099e5171f79faef52364ef0657a4cab086a71b384a779a29597a91b780de0d5" 152dependencies = [ 153 "atrium-xrpc", 154 "reqwest", 155] 156 157[[package]] 158name = "autocfg" 159version = "1.5.0" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 162 163[[package]] 164name = "backtrace" 165version = "0.3.76" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6" 168dependencies = [ 169 "addr2line", 170 "cfg-if", 171 "libc", 172 "miniz_oxide", 173 "object", 174 "rustc-demangle", 175 "windows-link 0.2.0", 176] 177 178[[package]] 179name = "base-x" 180version = "0.2.11" 181source = "registry+https://github.com/rust-lang/crates.io-index" 182checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 183 184[[package]] 185name = "base256emoji" 186version = "1.0.2" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "b5e9430d9a245a77c92176e649af6e275f20839a48389859d1661e9a128d077c" 189dependencies = [ 190 "const-str", 191 "match-lookup", 192] 193 194[[package]] 195name = "base64" 196version = "0.22.1" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 199 200[[package]] 201name = "bitflags" 202version = "2.9.4" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "2261d10cca569e4643e526d8dc2e62e433cc8aba21ab764233731f8d369bf394" 205 206[[package]] 207name = "bumpalo" 208version = "3.19.0" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 211 212[[package]] 213name = "bytes" 214version = "1.10.1" 215source = "registry+https://github.com/rust-lang/crates.io-index" 216checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 217 218[[package]] 219name = "cc" 220version = "1.2.39" 221source = "registry+https://github.com/rust-lang/crates.io-index" 222checksum = "e1354349954c6fc9cb0deab020f27f783cf0b604e8bb754dc4658ecf0d29c35f" 223dependencies = [ 224 "find-msvc-tools", 225 "jobserver", 226 "libc", 227 "shlex", 228] 229 230[[package]] 231name = "cfg-if" 232version = "1.0.3" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "2fd1289c04a9ea8cb22300a459a72a385d7c73d3259e2ed7dcb2af674838cfa9" 235 236[[package]] 237name = "cfg_aliases" 238version = "0.2.1" 239source = "registry+https://github.com/rust-lang/crates.io-index" 240checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 241 242[[package]] 243name = "chrono" 244version = "0.4.42" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 247dependencies = [ 248 "iana-time-zone", 249 "js-sys", 250 "num-traits", 251 "serde", 252 "wasm-bindgen", 253 "windows-link 0.2.0", 254] 255 256[[package]] 257name = "cid" 258version = "0.11.1" 259source = "registry+https://github.com/rust-lang/crates.io-index" 260checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 261dependencies = [ 262 "core2", 263 "multibase", 264 "multihash", 265 "serde", 266 "serde_bytes", 267 "unsigned-varint", 268] 269 270[[package]] 271name = "clap" 272version = "4.5.48" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "e2134bb3ea021b78629caa971416385309e0131b351b25e01dc16fb54e1b5fae" 275dependencies = [ 276 "clap_builder", 277 "clap_derive", 278] 279 280[[package]] 281name = "clap_builder" 282version = "4.5.48" 283source = "registry+https://github.com/rust-lang/crates.io-index" 284checksum = "c2ba64afa3c0a6df7fa517765e31314e983f51dda798ffba27b988194fb65dc9" 285dependencies = [ 286 "anstream", 287 "anstyle", 288 "clap_lex", 289 "strsim", 290 "terminal_size", 291 "unicase", 292 "unicode-width", 293] 294 295[[package]] 296name = "clap_derive" 297version = "4.5.47" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "bbfd7eae0b0f1a6e63d4b13c9c478de77c2eb546fba158ad50b4203dc24b9f9c" 300dependencies = [ 301 "heck", 302 "proc-macro2", 303 "quote", 304 "syn 2.0.106", 305] 306 307[[package]] 308name = "clap_lex" 309version = "0.7.5" 310source = "registry+https://github.com/rust-lang/crates.io-index" 311checksum = "b94f61472cee1439c0b966b47e3aca9ae07e45d070759512cd390ea2bebc6675" 312 313[[package]] 314name = "colorchoice" 315version = "1.0.4" 316source = "registry+https://github.com/rust-lang/crates.io-index" 317checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 318 319[[package]] 320name = "colored" 321version = "2.2.0" 322source = "registry+https://github.com/rust-lang/crates.io-index" 323checksum = "117725a109d387c937a1533ce01b450cbde6b88abceea8473c4d7a85853cda3c" 324dependencies = [ 325 "lazy_static", 326 "windows-sys 0.59.0", 327] 328 329[[package]] 330name = "compression-codecs" 331version = "0.4.31" 332source = "registry+https://github.com/rust-lang/crates.io-index" 333checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23" 334dependencies = [ 335 "compression-core", 336 "flate2", 337 "memchr", 338] 339 340[[package]] 341name = "compression-core" 342version = "0.4.29" 343source = "registry+https://github.com/rust-lang/crates.io-index" 344checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" 345 346[[package]] 347name = "console" 348version = "0.15.11" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "054ccb5b10f9f2cbf51eb355ca1d05c2d279ce1804688d0db74b4733a5aeafd8" 351dependencies = [ 352 "encode_unicode", 353 "libc", 354 "once_cell", 355 "unicode-width", 356 "windows-sys 0.59.0", 357] 358 359[[package]] 360name = "const-str" 361version = "0.4.3" 362source = "registry+https://github.com/rust-lang/crates.io-index" 363checksum = "2f421161cb492475f1661ddc9815a745a1c894592070661180fdec3d4872e9c3" 364 365[[package]] 366name = "core-foundation" 367version = "0.9.4" 368source = "registry+https://github.com/rust-lang/crates.io-index" 369checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 370dependencies = [ 371 "core-foundation-sys", 372 "libc", 373] 374 375[[package]] 376name = "core-foundation-sys" 377version = "0.8.7" 378source = "registry+https://github.com/rust-lang/crates.io-index" 379checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 380 381[[package]] 382name = "core2" 383version = "0.4.0" 384source = "registry+https://github.com/rust-lang/crates.io-index" 385checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 386dependencies = [ 387 "memchr", 388] 389 390[[package]] 391name = "crc32fast" 392version = "1.5.0" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 395dependencies = [ 396 "cfg-if", 397] 398 399[[package]] 400name = "data-encoding" 401version = "2.9.0" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 404 405[[package]] 406name = "data-encoding-macro" 407version = "0.1.18" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "47ce6c96ea0102f01122a185683611bd5ac8d99e62bc59dd12e6bda344ee673d" 410dependencies = [ 411 "data-encoding", 412 "data-encoding-macro-internal", 413] 414 415[[package]] 416name = "data-encoding-macro-internal" 417version = "0.1.16" 418source = "registry+https://github.com/rust-lang/crates.io-index" 419checksum = "8d162beedaa69905488a8da94f5ac3edb4dd4788b732fadb7bd120b2625c1976" 420dependencies = [ 421 "data-encoding", 422 "syn 2.0.106", 423] 424 425[[package]] 426name = "dbus" 427version = "0.9.9" 428source = "registry+https://github.com/rust-lang/crates.io-index" 429checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9" 430dependencies = [ 431 "libc", 432 "libdbus-sys", 433 "windows-sys 0.59.0", 434] 435 436[[package]] 437name = "dbus-secret-service" 438version = "4.1.0" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "708b509edf7889e53d7efb0ffadd994cc6c2345ccb62f55cfd6b0682165e4fa6" 441dependencies = [ 442 "dbus", 443 "openssl", 444 "zeroize", 445] 446 447[[package]] 448name = "dialoguer" 449version = "0.11.0" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de" 452dependencies = [ 453 "console", 454 "shell-words", 455 "tempfile", 456 "thiserror 1.0.69", 457 "zeroize", 458] 459 460[[package]] 461name = "dirs" 462version = "5.0.1" 463source = "registry+https://github.com/rust-lang/crates.io-index" 464checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 465dependencies = [ 466 "dirs-sys", 467] 468 469[[package]] 470name = "dirs-sys" 471version = "0.4.1" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 474dependencies = [ 475 "libc", 476 "option-ext", 477 "redox_users", 478 "windows-sys 0.48.0", 479] 480 481[[package]] 482name = "displaydoc" 483version = "0.2.5" 484source = "registry+https://github.com/rust-lang/crates.io-index" 485checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 486dependencies = [ 487 "proc-macro2", 488 "quote", 489 "syn 2.0.106", 490] 491 492[[package]] 493name = "encode_unicode" 494version = "1.0.0" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0" 497 498[[package]] 499name = "encoding_rs" 500version = "0.8.35" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 503dependencies = [ 504 "cfg-if", 505] 506 507[[package]] 508name = "equivalent" 509version = "1.0.2" 510source = "registry+https://github.com/rust-lang/crates.io-index" 511checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 512 513[[package]] 514name = "errno" 515version = "0.3.14" 516source = "registry+https://github.com/rust-lang/crates.io-index" 517checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 518dependencies = [ 519 "libc", 520 "windows-sys 0.61.1", 521] 522 523[[package]] 524name = "fastrand" 525version = "2.3.0" 526source = "registry+https://github.com/rust-lang/crates.io-index" 527checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 528 529[[package]] 530name = "find-msvc-tools" 531version = "0.1.2" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "1ced73b1dacfc750a6db6c0a0c3a3853c8b41997e2e2c563dc90804ae6867959" 534 535[[package]] 536name = "flate2" 537version = "1.1.2" 538source = "registry+https://github.com/rust-lang/crates.io-index" 539checksum = "4a3d7db9596fecd151c5f638c0ee5d5bd487b6e0ea232e5dc96d5250f6f94b1d" 540dependencies = [ 541 "crc32fast", 542 "miniz_oxide", 543] 544 545[[package]] 546name = "fnv" 547version = "1.0.7" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 550 551[[package]] 552name = "foreign-types" 553version = "0.3.2" 554source = "registry+https://github.com/rust-lang/crates.io-index" 555checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 556dependencies = [ 557 "foreign-types-shared", 558] 559 560[[package]] 561name = "foreign-types-shared" 562version = "0.1.1" 563source = "registry+https://github.com/rust-lang/crates.io-index" 564checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 565 566[[package]] 567name = "form_urlencoded" 568version = "1.2.2" 569source = "registry+https://github.com/rust-lang/crates.io-index" 570checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 571dependencies = [ 572 "percent-encoding", 573] 574 575[[package]] 576name = "futures-channel" 577version = "0.3.31" 578source = "registry+https://github.com/rust-lang/crates.io-index" 579checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 580dependencies = [ 581 "futures-core", 582] 583 584[[package]] 585name = "futures-core" 586version = "0.3.31" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 589 590[[package]] 591name = "futures-io" 592version = "0.3.31" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 595 596[[package]] 597name = "futures-macro" 598version = "0.3.31" 599source = "registry+https://github.com/rust-lang/crates.io-index" 600checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 601dependencies = [ 602 "proc-macro2", 603 "quote", 604 "syn 2.0.106", 605] 606 607[[package]] 608name = "futures-sink" 609version = "0.3.31" 610source = "registry+https://github.com/rust-lang/crates.io-index" 611checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 612 613[[package]] 614name = "futures-task" 615version = "0.3.31" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 618 619[[package]] 620name = "futures-util" 621version = "0.3.31" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 624dependencies = [ 625 "futures-core", 626 "futures-io", 627 "futures-macro", 628 "futures-sink", 629 "futures-task", 630 "memchr", 631 "pin-project-lite", 632 "pin-utils", 633 "slab", 634] 635 636[[package]] 637name = "getrandom" 638version = "0.2.16" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 641dependencies = [ 642 "cfg-if", 643 "js-sys", 644 "libc", 645 "wasi 0.11.1+wasi-snapshot-preview1", 646 "wasm-bindgen", 647] 648 649[[package]] 650name = "getrandom" 651version = "0.3.3" 652source = "registry+https://github.com/rust-lang/crates.io-index" 653checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 654dependencies = [ 655 "cfg-if", 656 "js-sys", 657 "libc", 658 "r-efi", 659 "wasi 0.14.7+wasi-0.2.4", 660 "wasm-bindgen", 661] 662 663[[package]] 664name = "gimli" 665version = "0.32.3" 666source = "registry+https://github.com/rust-lang/crates.io-index" 667checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7" 668 669[[package]] 670name = "git2" 671version = "0.19.0" 672source = "registry+https://github.com/rust-lang/crates.io-index" 673checksum = "b903b73e45dc0c6c596f2d37eccece7c1c8bb6e4407b001096387c63d0d93724" 674dependencies = [ 675 "bitflags", 676 "libc", 677 "libgit2-sys", 678 "log", 679 "openssl-probe", 680 "openssl-sys", 681 "url", 682] 683 684[[package]] 685name = "h2" 686version = "0.4.12" 687source = "registry+https://github.com/rust-lang/crates.io-index" 688checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 689dependencies = [ 690 "atomic-waker", 691 "bytes", 692 "fnv", 693 "futures-core", 694 "futures-sink", 695 "http", 696 "indexmap", 697 "slab", 698 "tokio", 699 "tokio-util", 700 "tracing", 701] 702 703[[package]] 704name = "hashbrown" 705version = "0.16.0" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 708 709[[package]] 710name = "heck" 711version = "0.5.0" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 714 715[[package]] 716name = "http" 717version = "1.3.1" 718source = "registry+https://github.com/rust-lang/crates.io-index" 719checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 720dependencies = [ 721 "bytes", 722 "fnv", 723 "itoa", 724] 725 726[[package]] 727name = "http-body" 728version = "1.0.1" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 731dependencies = [ 732 "bytes", 733 "http", 734] 735 736[[package]] 737name = "http-body-util" 738version = "0.1.3" 739source = "registry+https://github.com/rust-lang/crates.io-index" 740checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 741dependencies = [ 742 "bytes", 743 "futures-core", 744 "http", 745 "http-body", 746 "pin-project-lite", 747] 748 749[[package]] 750name = "httparse" 751version = "1.10.1" 752source = "registry+https://github.com/rust-lang/crates.io-index" 753checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 754 755[[package]] 756name = "hyper" 757version = "1.7.0" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 760dependencies = [ 761 "atomic-waker", 762 "bytes", 763 "futures-channel", 764 "futures-core", 765 "h2", 766 "http", 767 "http-body", 768 "httparse", 769 "itoa", 770 "pin-project-lite", 771 "pin-utils", 772 "smallvec", 773 "tokio", 774 "want", 775] 776 777[[package]] 778name = "hyper-rustls" 779version = "0.27.7" 780source = "registry+https://github.com/rust-lang/crates.io-index" 781checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 782dependencies = [ 783 "http", 784 "hyper", 785 "hyper-util", 786 "rustls", 787 "rustls-pki-types", 788 "tokio", 789 "tokio-rustls", 790 "tower-service", 791 "webpki-roots", 792] 793 794[[package]] 795name = "hyper-tls" 796version = "0.6.0" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 799dependencies = [ 800 "bytes", 801 "http-body-util", 802 "hyper", 803 "hyper-util", 804 "native-tls", 805 "tokio", 806 "tokio-native-tls", 807 "tower-service", 808] 809 810[[package]] 811name = "hyper-util" 812version = "0.1.17" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 815dependencies = [ 816 "base64", 817 "bytes", 818 "futures-channel", 819 "futures-core", 820 "futures-util", 821 "http", 822 "http-body", 823 "hyper", 824 "ipnet", 825 "libc", 826 "percent-encoding", 827 "pin-project-lite", 828 "socket2", 829 "system-configuration", 830 "tokio", 831 "tower-service", 832 "tracing", 833 "windows-registry", 834] 835 836[[package]] 837name = "iana-time-zone" 838version = "0.1.64" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 841dependencies = [ 842 "android_system_properties", 843 "core-foundation-sys", 844 "iana-time-zone-haiku", 845 "js-sys", 846 "log", 847 "wasm-bindgen", 848 "windows-core", 849] 850 851[[package]] 852name = "iana-time-zone-haiku" 853version = "0.1.2" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 856dependencies = [ 857 "cc", 858] 859 860[[package]] 861name = "icu_collections" 862version = "2.0.0" 863source = "registry+https://github.com/rust-lang/crates.io-index" 864checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 865dependencies = [ 866 "displaydoc", 867 "potential_utf", 868 "yoke", 869 "zerofrom", 870 "zerovec", 871] 872 873[[package]] 874name = "icu_locale_core" 875version = "2.0.0" 876source = "registry+https://github.com/rust-lang/crates.io-index" 877checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 878dependencies = [ 879 "displaydoc", 880 "litemap", 881 "tinystr", 882 "writeable", 883 "zerovec", 884] 885 886[[package]] 887name = "icu_normalizer" 888version = "2.0.0" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 891dependencies = [ 892 "displaydoc", 893 "icu_collections", 894 "icu_normalizer_data", 895 "icu_properties", 896 "icu_provider", 897 "smallvec", 898 "zerovec", 899] 900 901[[package]] 902name = "icu_normalizer_data" 903version = "2.0.0" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 906 907[[package]] 908name = "icu_properties" 909version = "2.0.1" 910source = "registry+https://github.com/rust-lang/crates.io-index" 911checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 912dependencies = [ 913 "displaydoc", 914 "icu_collections", 915 "icu_locale_core", 916 "icu_properties_data", 917 "icu_provider", 918 "potential_utf", 919 "zerotrie", 920 "zerovec", 921] 922 923[[package]] 924name = "icu_properties_data" 925version = "2.0.1" 926source = "registry+https://github.com/rust-lang/crates.io-index" 927checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 928 929[[package]] 930name = "icu_provider" 931version = "2.0.0" 932source = "registry+https://github.com/rust-lang/crates.io-index" 933checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 934dependencies = [ 935 "displaydoc", 936 "icu_locale_core", 937 "stable_deref_trait", 938 "tinystr", 939 "writeable", 940 "yoke", 941 "zerofrom", 942 "zerotrie", 943 "zerovec", 944] 945 946[[package]] 947name = "idna" 948version = "1.1.0" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 951dependencies = [ 952 "idna_adapter", 953 "smallvec", 954 "utf8_iter", 955] 956 957[[package]] 958name = "idna_adapter" 959version = "1.2.1" 960source = "registry+https://github.com/rust-lang/crates.io-index" 961checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 962dependencies = [ 963 "icu_normalizer", 964 "icu_properties", 965] 966 967[[package]] 968name = "indexmap" 969version = "2.11.4" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5" 972dependencies = [ 973 "equivalent", 974 "hashbrown", 975] 976 977[[package]] 978name = "indicatif" 979version = "0.17.11" 980source = "registry+https://github.com/rust-lang/crates.io-index" 981checksum = "183b3088984b400f4cfac3620d5e076c84da5364016b4f49473de574b2586235" 982dependencies = [ 983 "console", 984 "number_prefix", 985 "portable-atomic", 986 "unicode-width", 987 "web-time", 988] 989 990[[package]] 991name = "io-uring" 992version = "0.7.10" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 995dependencies = [ 996 "bitflags", 997 "cfg-if", 998 "libc", 999] 1000 1001[[package]] 1002name = "ipld-core" 1003version = "0.4.2" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "104718b1cc124d92a6d01ca9c9258a7df311405debb3408c445a36452f9bf8db" 1006dependencies = [ 1007 "cid", 1008 "serde", 1009 "serde_bytes", 1010] 1011 1012[[package]] 1013name = "ipnet" 1014version = "2.11.0" 1015source = "registry+https://github.com/rust-lang/crates.io-index" 1016checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1017 1018[[package]] 1019name = "iri-string" 1020version = "0.7.8" 1021source = "registry+https://github.com/rust-lang/crates.io-index" 1022checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1023dependencies = [ 1024 "memchr", 1025 "serde", 1026] 1027 1028[[package]] 1029name = "is_terminal_polyfill" 1030version = "1.70.1" 1031source = "registry+https://github.com/rust-lang/crates.io-index" 1032checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf" 1033 1034[[package]] 1035name = "itoa" 1036version = "1.0.15" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1039 1040[[package]] 1041name = "jobserver" 1042version = "0.1.34" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1045dependencies = [ 1046 "getrandom 0.3.3", 1047 "libc", 1048] 1049 1050[[package]] 1051name = "js-sys" 1052version = "0.3.81" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "ec48937a97411dcb524a265206ccd4c90bb711fca92b2792c407f268825b9305" 1055dependencies = [ 1056 "once_cell", 1057 "wasm-bindgen", 1058] 1059 1060[[package]] 1061name = "keyring" 1062version = "3.6.3" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "eebcc3aff044e5944a8fbaf69eb277d11986064cba30c468730e8b9909fb551c" 1065dependencies = [ 1066 "dbus-secret-service", 1067 "log", 1068 "openssl", 1069 "zeroize", 1070] 1071 1072[[package]] 1073name = "langtag" 1074version = "0.3.4" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 1077dependencies = [ 1078 "serde", 1079] 1080 1081[[package]] 1082name = "lazy_static" 1083version = "1.5.0" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1086 1087[[package]] 1088name = "libc" 1089version = "0.2.176" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 1092 1093[[package]] 1094name = "libdbus-sys" 1095version = "0.2.6" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f" 1098dependencies = [ 1099 "cc", 1100 "pkg-config", 1101] 1102 1103[[package]] 1104name = "libgit2-sys" 1105version = "0.17.0+1.8.1" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "10472326a8a6477c3c20a64547b0059e4b0d086869eee31e6d7da728a8eb7224" 1108dependencies = [ 1109 "cc", 1110 "libc", 1111 "libssh2-sys", 1112 "libz-sys", 1113 "openssl-sys", 1114 "pkg-config", 1115] 1116 1117[[package]] 1118name = "libredox" 1119version = "0.1.10" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 1122dependencies = [ 1123 "bitflags", 1124 "libc", 1125] 1126 1127[[package]] 1128name = "libssh2-sys" 1129version = "0.3.1" 1130source = "registry+https://github.com/rust-lang/crates.io-index" 1131checksum = "220e4f05ad4a218192533b300327f5150e809b54c4ec83b5a1d91833601811b9" 1132dependencies = [ 1133 "cc", 1134 "libc", 1135 "libz-sys", 1136 "openssl-sys", 1137 "pkg-config", 1138 "vcpkg", 1139] 1140 1141[[package]] 1142name = "libz-sys" 1143version = "1.1.22" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d" 1146dependencies = [ 1147 "cc", 1148 "libc", 1149 "pkg-config", 1150 "vcpkg", 1151] 1152 1153[[package]] 1154name = "linux-raw-sys" 1155version = "0.11.0" 1156source = "registry+https://github.com/rust-lang/crates.io-index" 1157checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1158 1159[[package]] 1160name = "litemap" 1161version = "0.8.0" 1162source = "registry+https://github.com/rust-lang/crates.io-index" 1163checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1164 1165[[package]] 1166name = "lock_api" 1167version = "0.4.13" 1168source = "registry+https://github.com/rust-lang/crates.io-index" 1169checksum = "96936507f153605bddfcda068dd804796c84324ed2510809e5b2a624c81da765" 1170dependencies = [ 1171 "autocfg", 1172 "scopeguard", 1173] 1174 1175[[package]] 1176name = "log" 1177version = "0.4.28" 1178source = "registry+https://github.com/rust-lang/crates.io-index" 1179checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1180 1181[[package]] 1182name = "lru-slab" 1183version = "0.1.2" 1184source = "registry+https://github.com/rust-lang/crates.io-index" 1185checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1186 1187[[package]] 1188name = "match-lookup" 1189version = "0.1.1" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "1265724d8cb29dbbc2b0f06fffb8bf1a8c0cf73a78eede9ba73a4a66c52a981e" 1192dependencies = [ 1193 "proc-macro2", 1194 "quote", 1195 "syn 1.0.109", 1196] 1197 1198[[package]] 1199name = "memchr" 1200version = "2.7.6" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1203 1204[[package]] 1205name = "mime" 1206version = "0.3.17" 1207source = "registry+https://github.com/rust-lang/crates.io-index" 1208checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1209 1210[[package]] 1211name = "miniz_oxide" 1212version = "0.8.9" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1215dependencies = [ 1216 "adler2", 1217] 1218 1219[[package]] 1220name = "mio" 1221version = "1.0.4" 1222source = "registry+https://github.com/rust-lang/crates.io-index" 1223checksum = "78bed444cc8a2160f01cbcf811ef18cac863ad68ae8ca62092e8db51d51c761c" 1224dependencies = [ 1225 "libc", 1226 "wasi 0.11.1+wasi-snapshot-preview1", 1227 "windows-sys 0.59.0", 1228] 1229 1230[[package]] 1231name = "multibase" 1232version = "0.9.2" 1233source = "registry+https://github.com/rust-lang/crates.io-index" 1234checksum = "8694bb4835f452b0e3bb06dbebb1d6fc5385b6ca1caf2e55fd165c042390ec77" 1235dependencies = [ 1236 "base-x", 1237 "base256emoji", 1238 "data-encoding", 1239 "data-encoding-macro", 1240] 1241 1242[[package]] 1243name = "multihash" 1244version = "0.19.3" 1245source = "registry+https://github.com/rust-lang/crates.io-index" 1246checksum = "6b430e7953c29dd6a09afc29ff0bb69c6e306329ee6794700aee27b76a1aea8d" 1247dependencies = [ 1248 "core2", 1249 "serde", 1250 "unsigned-varint", 1251] 1252 1253[[package]] 1254name = "native-tls" 1255version = "0.2.14" 1256source = "registry+https://github.com/rust-lang/crates.io-index" 1257checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 1258dependencies = [ 1259 "libc", 1260 "log", 1261 "openssl", 1262 "openssl-probe", 1263 "openssl-sys", 1264 "schannel", 1265 "security-framework", 1266 "security-framework-sys", 1267 "tempfile", 1268] 1269 1270[[package]] 1271name = "num-traits" 1272version = "0.2.19" 1273source = "registry+https://github.com/rust-lang/crates.io-index" 1274checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1275dependencies = [ 1276 "autocfg", 1277] 1278 1279[[package]] 1280name = "number_prefix" 1281version = "0.4.0" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "830b246a0e5f20af87141b25c173cd1b609bd7779a4617d6ec582abaf90870f3" 1284 1285[[package]] 1286name = "object" 1287version = "0.37.3" 1288source = "registry+https://github.com/rust-lang/crates.io-index" 1289checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe" 1290dependencies = [ 1291 "memchr", 1292] 1293 1294[[package]] 1295name = "once_cell" 1296version = "1.21.3" 1297source = "registry+https://github.com/rust-lang/crates.io-index" 1298checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1299 1300[[package]] 1301name = "once_cell_polyfill" 1302version = "1.70.1" 1303source = "registry+https://github.com/rust-lang/crates.io-index" 1304checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad" 1305 1306[[package]] 1307name = "openssl" 1308version = "0.10.73" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "8505734d46c8ab1e19a1dce3aef597ad87dcb4c37e7188231769bd6bd51cebf8" 1311dependencies = [ 1312 "bitflags", 1313 "cfg-if", 1314 "foreign-types", 1315 "libc", 1316 "once_cell", 1317 "openssl-macros", 1318 "openssl-sys", 1319] 1320 1321[[package]] 1322name = "openssl-macros" 1323version = "0.1.1" 1324source = "registry+https://github.com/rust-lang/crates.io-index" 1325checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1326dependencies = [ 1327 "proc-macro2", 1328 "quote", 1329 "syn 2.0.106", 1330] 1331 1332[[package]] 1333name = "openssl-probe" 1334version = "0.1.6" 1335source = "registry+https://github.com/rust-lang/crates.io-index" 1336checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1337 1338[[package]] 1339name = "openssl-src" 1340version = "300.5.2+3.5.2" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "d270b79e2926f5150189d475bc7e9d2c69f9c4697b185fa917d5a32b792d21b4" 1343dependencies = [ 1344 "cc", 1345] 1346 1347[[package]] 1348name = "openssl-sys" 1349version = "0.9.109" 1350source = "registry+https://github.com/rust-lang/crates.io-index" 1351checksum = "90096e2e47630d78b7d1c20952dc621f957103f8bc2c8359ec81290d75238571" 1352dependencies = [ 1353 "cc", 1354 "libc", 1355 "openssl-src", 1356 "pkg-config", 1357 "vcpkg", 1358] 1359 1360[[package]] 1361name = "option-ext" 1362version = "0.2.0" 1363source = "registry+https://github.com/rust-lang/crates.io-index" 1364checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1365 1366[[package]] 1367name = "parking_lot" 1368version = "0.12.4" 1369source = "registry+https://github.com/rust-lang/crates.io-index" 1370checksum = "70d58bf43669b5795d1576d0641cfb6fbb2057bf629506267a92807158584a13" 1371dependencies = [ 1372 "lock_api", 1373 "parking_lot_core", 1374] 1375 1376[[package]] 1377name = "parking_lot_core" 1378version = "0.9.11" 1379source = "registry+https://github.com/rust-lang/crates.io-index" 1380checksum = "bc838d2a56b5b1a6c25f55575dfc605fabb63bb2365f6c2353ef9159aa69e4a5" 1381dependencies = [ 1382 "cfg-if", 1383 "libc", 1384 "redox_syscall", 1385 "smallvec", 1386 "windows-targets 0.52.6", 1387] 1388 1389[[package]] 1390name = "percent-encoding" 1391version = "2.3.2" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1394 1395[[package]] 1396name = "pin-project-lite" 1397version = "0.2.16" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1400 1401[[package]] 1402name = "pin-utils" 1403version = "0.1.0" 1404source = "registry+https://github.com/rust-lang/crates.io-index" 1405checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1406 1407[[package]] 1408name = "pkg-config" 1409version = "0.3.32" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1412 1413[[package]] 1414name = "portable-atomic" 1415version = "1.11.1" 1416source = "registry+https://github.com/rust-lang/crates.io-index" 1417checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1418 1419[[package]] 1420name = "potential_utf" 1421version = "0.1.3" 1422source = "registry+https://github.com/rust-lang/crates.io-index" 1423checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1424dependencies = [ 1425 "zerovec", 1426] 1427 1428[[package]] 1429name = "ppv-lite86" 1430version = "0.2.21" 1431source = "registry+https://github.com/rust-lang/crates.io-index" 1432checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1433dependencies = [ 1434 "zerocopy", 1435] 1436 1437[[package]] 1438name = "proc-macro2" 1439version = "1.0.101" 1440source = "registry+https://github.com/rust-lang/crates.io-index" 1441checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1442dependencies = [ 1443 "unicode-ident", 1444] 1445 1446[[package]] 1447name = "quinn" 1448version = "0.11.9" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 1451dependencies = [ 1452 "bytes", 1453 "cfg_aliases", 1454 "pin-project-lite", 1455 "quinn-proto", 1456 "quinn-udp", 1457 "rustc-hash", 1458 "rustls", 1459 "socket2", 1460 "thiserror 2.0.17", 1461 "tokio", 1462 "tracing", 1463 "web-time", 1464] 1465 1466[[package]] 1467name = "quinn-proto" 1468version = "0.11.13" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 1471dependencies = [ 1472 "bytes", 1473 "getrandom 0.3.3", 1474 "lru-slab", 1475 "rand", 1476 "ring", 1477 "rustc-hash", 1478 "rustls", 1479 "rustls-pki-types", 1480 "slab", 1481 "thiserror 2.0.17", 1482 "tinyvec", 1483 "tracing", 1484 "web-time", 1485] 1486 1487[[package]] 1488name = "quinn-udp" 1489version = "0.5.14" 1490source = "registry+https://github.com/rust-lang/crates.io-index" 1491checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 1492dependencies = [ 1493 "cfg_aliases", 1494 "libc", 1495 "once_cell", 1496 "socket2", 1497 "tracing", 1498 "windows-sys 0.60.2", 1499] 1500 1501[[package]] 1502name = "quote" 1503version = "1.0.41" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 1506dependencies = [ 1507 "proc-macro2", 1508] 1509 1510[[package]] 1511name = "r-efi" 1512version = "5.3.0" 1513source = "registry+https://github.com/rust-lang/crates.io-index" 1514checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1515 1516[[package]] 1517name = "rand" 1518version = "0.9.2" 1519source = "registry+https://github.com/rust-lang/crates.io-index" 1520checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 1521dependencies = [ 1522 "rand_chacha", 1523 "rand_core", 1524] 1525 1526[[package]] 1527name = "rand_chacha" 1528version = "0.9.0" 1529source = "registry+https://github.com/rust-lang/crates.io-index" 1530checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1531dependencies = [ 1532 "ppv-lite86", 1533 "rand_core", 1534] 1535 1536[[package]] 1537name = "rand_core" 1538version = "0.9.3" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 1541dependencies = [ 1542 "getrandom 0.3.3", 1543] 1544 1545[[package]] 1546name = "redox_syscall" 1547version = "0.5.17" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "5407465600fb0548f1442edf71dd20683c6ed326200ace4b1ef0763521bb3b77" 1550dependencies = [ 1551 "bitflags", 1552] 1553 1554[[package]] 1555name = "redox_users" 1556version = "0.4.6" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 1559dependencies = [ 1560 "getrandom 0.2.16", 1561 "libredox", 1562 "thiserror 1.0.69", 1563] 1564 1565[[package]] 1566name = "regex" 1567version = "1.11.3" 1568source = "registry+https://github.com/rust-lang/crates.io-index" 1569checksum = "8b5288124840bee7b386bc413c487869b360b2b4ec421ea56425128692f2a82c" 1570dependencies = [ 1571 "aho-corasick", 1572 "memchr", 1573 "regex-automata", 1574 "regex-syntax", 1575] 1576 1577[[package]] 1578name = "regex-automata" 1579version = "0.4.11" 1580source = "registry+https://github.com/rust-lang/crates.io-index" 1581checksum = "833eb9ce86d40ef33cb1306d8accf7bc8ec2bfea4355cbdebb3df68b40925cad" 1582dependencies = [ 1583 "aho-corasick", 1584 "memchr", 1585 "regex-syntax", 1586] 1587 1588[[package]] 1589name = "regex-syntax" 1590version = "0.8.6" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "caf4aa5b0f434c91fe5c7f1ecb6a5ece2130b02ad2a590589dda5146df959001" 1593 1594[[package]] 1595name = "reqwest" 1596version = "0.12.23" 1597source = "registry+https://github.com/rust-lang/crates.io-index" 1598checksum = "d429f34c8092b2d42c7c93cec323bb4adeb7c67698f70839adec842ec10c7ceb" 1599dependencies = [ 1600 "async-compression", 1601 "base64", 1602 "bytes", 1603 "encoding_rs", 1604 "futures-core", 1605 "futures-util", 1606 "h2", 1607 "http", 1608 "http-body", 1609 "http-body-util", 1610 "hyper", 1611 "hyper-rustls", 1612 "hyper-tls", 1613 "hyper-util", 1614 "js-sys", 1615 "log", 1616 "mime", 1617 "native-tls", 1618 "percent-encoding", 1619 "pin-project-lite", 1620 "quinn", 1621 "rustls", 1622 "rustls-pki-types", 1623 "serde", 1624 "serde_json", 1625 "serde_urlencoded", 1626 "sync_wrapper", 1627 "tokio", 1628 "tokio-native-tls", 1629 "tokio-rustls", 1630 "tokio-util", 1631 "tower", 1632 "tower-http", 1633 "tower-service", 1634 "url", 1635 "wasm-bindgen", 1636 "wasm-bindgen-futures", 1637 "wasm-streams", 1638 "web-sys", 1639 "webpki-roots", 1640] 1641 1642[[package]] 1643name = "ring" 1644version = "0.17.14" 1645source = "registry+https://github.com/rust-lang/crates.io-index" 1646checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1647dependencies = [ 1648 "cc", 1649 "cfg-if", 1650 "getrandom 0.2.16", 1651 "libc", 1652 "untrusted", 1653 "windows-sys 0.52.0", 1654] 1655 1656[[package]] 1657name = "rustc-demangle" 1658version = "0.1.26" 1659source = "registry+https://github.com/rust-lang/crates.io-index" 1660checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace" 1661 1662[[package]] 1663name = "rustc-hash" 1664version = "2.1.1" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 1667 1668[[package]] 1669name = "rustix" 1670version = "1.1.2" 1671source = "registry+https://github.com/rust-lang/crates.io-index" 1672checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 1673dependencies = [ 1674 "bitflags", 1675 "errno", 1676 "libc", 1677 "linux-raw-sys", 1678 "windows-sys 0.61.1", 1679] 1680 1681[[package]] 1682name = "rustls" 1683version = "0.23.32" 1684source = "registry+https://github.com/rust-lang/crates.io-index" 1685checksum = "cd3c25631629d034ce7cd9940adc9d45762d46de2b0f57193c4443b92c6d4d40" 1686dependencies = [ 1687 "once_cell", 1688 "ring", 1689 "rustls-pki-types", 1690 "rustls-webpki", 1691 "subtle", 1692 "zeroize", 1693] 1694 1695[[package]] 1696name = "rustls-pki-types" 1697version = "1.12.0" 1698source = "registry+https://github.com/rust-lang/crates.io-index" 1699checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 1700dependencies = [ 1701 "web-time", 1702 "zeroize", 1703] 1704 1705[[package]] 1706name = "rustls-webpki" 1707version = "0.103.6" 1708source = "registry+https://github.com/rust-lang/crates.io-index" 1709checksum = "8572f3c2cb9934231157b45499fc41e1f58c589fdfb81a844ba873265e80f8eb" 1710dependencies = [ 1711 "ring", 1712 "rustls-pki-types", 1713 "untrusted", 1714] 1715 1716[[package]] 1717name = "rustversion" 1718version = "1.0.22" 1719source = "registry+https://github.com/rust-lang/crates.io-index" 1720checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1721 1722[[package]] 1723name = "ryu" 1724version = "1.0.20" 1725source = "registry+https://github.com/rust-lang/crates.io-index" 1726checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 1727 1728[[package]] 1729name = "schannel" 1730version = "0.1.28" 1731source = "registry+https://github.com/rust-lang/crates.io-index" 1732checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 1733dependencies = [ 1734 "windows-sys 0.61.1", 1735] 1736 1737[[package]] 1738name = "scopeguard" 1739version = "1.2.0" 1740source = "registry+https://github.com/rust-lang/crates.io-index" 1741checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1742 1743[[package]] 1744name = "security-framework" 1745version = "2.11.1" 1746source = "registry+https://github.com/rust-lang/crates.io-index" 1747checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1748dependencies = [ 1749 "bitflags", 1750 "core-foundation", 1751 "core-foundation-sys", 1752 "libc", 1753 "security-framework-sys", 1754] 1755 1756[[package]] 1757name = "security-framework-sys" 1758version = "2.15.0" 1759source = "registry+https://github.com/rust-lang/crates.io-index" 1760checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 1761dependencies = [ 1762 "core-foundation-sys", 1763 "libc", 1764] 1765 1766[[package]] 1767name = "serde" 1768version = "1.0.228" 1769source = "registry+https://github.com/rust-lang/crates.io-index" 1770checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1771dependencies = [ 1772 "serde_core", 1773 "serde_derive", 1774] 1775 1776[[package]] 1777name = "serde_bytes" 1778version = "0.11.19" 1779source = "registry+https://github.com/rust-lang/crates.io-index" 1780checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8" 1781dependencies = [ 1782 "serde", 1783 "serde_core", 1784] 1785 1786[[package]] 1787name = "serde_core" 1788version = "1.0.228" 1789source = "registry+https://github.com/rust-lang/crates.io-index" 1790checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1791dependencies = [ 1792 "serde_derive", 1793] 1794 1795[[package]] 1796name = "serde_derive" 1797version = "1.0.228" 1798source = "registry+https://github.com/rust-lang/crates.io-index" 1799checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1800dependencies = [ 1801 "proc-macro2", 1802 "quote", 1803 "syn 2.0.106", 1804] 1805 1806[[package]] 1807name = "serde_html_form" 1808version = "0.2.8" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "b2f2d7ff8a2140333718bb329f5c40fc5f0865b84c426183ce14c97d2ab8154f" 1811dependencies = [ 1812 "form_urlencoded", 1813 "indexmap", 1814 "itoa", 1815 "ryu", 1816 "serde_core", 1817] 1818 1819[[package]] 1820name = "serde_json" 1821version = "1.0.145" 1822source = "registry+https://github.com/rust-lang/crates.io-index" 1823checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 1824dependencies = [ 1825 "itoa", 1826 "memchr", 1827 "ryu", 1828 "serde", 1829 "serde_core", 1830] 1831 1832[[package]] 1833name = "serde_spanned" 1834version = "0.6.9" 1835source = "registry+https://github.com/rust-lang/crates.io-index" 1836checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 1837dependencies = [ 1838 "serde", 1839] 1840 1841[[package]] 1842name = "serde_urlencoded" 1843version = "0.7.1" 1844source = "registry+https://github.com/rust-lang/crates.io-index" 1845checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1846dependencies = [ 1847 "form_urlencoded", 1848 "itoa", 1849 "ryu", 1850 "serde", 1851] 1852 1853[[package]] 1854name = "shell-words" 1855version = "1.1.0" 1856source = "registry+https://github.com/rust-lang/crates.io-index" 1857checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde" 1858 1859[[package]] 1860name = "shlex" 1861version = "1.3.0" 1862source = "registry+https://github.com/rust-lang/crates.io-index" 1863checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1864 1865[[package]] 1866name = "signal-hook-registry" 1867version = "1.4.6" 1868source = "registry+https://github.com/rust-lang/crates.io-index" 1869checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b" 1870dependencies = [ 1871 "libc", 1872] 1873 1874[[package]] 1875name = "slab" 1876version = "0.4.11" 1877source = "registry+https://github.com/rust-lang/crates.io-index" 1878checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1879 1880[[package]] 1881name = "smallvec" 1882version = "1.15.1" 1883source = "registry+https://github.com/rust-lang/crates.io-index" 1884checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1885 1886[[package]] 1887name = "socket2" 1888version = "0.6.0" 1889source = "registry+https://github.com/rust-lang/crates.io-index" 1890checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 1891dependencies = [ 1892 "libc", 1893 "windows-sys 0.59.0", 1894] 1895 1896[[package]] 1897name = "stable_deref_trait" 1898version = "1.2.0" 1899source = "registry+https://github.com/rust-lang/crates.io-index" 1900checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 1901 1902[[package]] 1903name = "strsim" 1904version = "0.11.1" 1905source = "registry+https://github.com/rust-lang/crates.io-index" 1906checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1907 1908[[package]] 1909name = "subtle" 1910version = "2.6.1" 1911source = "registry+https://github.com/rust-lang/crates.io-index" 1912checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1913 1914[[package]] 1915name = "syn" 1916version = "1.0.109" 1917source = "registry+https://github.com/rust-lang/crates.io-index" 1918checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 1919dependencies = [ 1920 "proc-macro2", 1921 "quote", 1922 "unicode-ident", 1923] 1924 1925[[package]] 1926name = "syn" 1927version = "2.0.106" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 1930dependencies = [ 1931 "proc-macro2", 1932 "quote", 1933 "unicode-ident", 1934] 1935 1936[[package]] 1937name = "sync_wrapper" 1938version = "1.0.2" 1939source = "registry+https://github.com/rust-lang/crates.io-index" 1940checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1941dependencies = [ 1942 "futures-core", 1943] 1944 1945[[package]] 1946name = "synstructure" 1947version = "0.13.2" 1948source = "registry+https://github.com/rust-lang/crates.io-index" 1949checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1950dependencies = [ 1951 "proc-macro2", 1952 "quote", 1953 "syn 2.0.106", 1954] 1955 1956[[package]] 1957name = "system-configuration" 1958version = "0.6.1" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1961dependencies = [ 1962 "bitflags", 1963 "core-foundation", 1964 "system-configuration-sys", 1965] 1966 1967[[package]] 1968name = "system-configuration-sys" 1969version = "0.6.0" 1970source = "registry+https://github.com/rust-lang/crates.io-index" 1971checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1972dependencies = [ 1973 "core-foundation-sys", 1974 "libc", 1975] 1976 1977[[package]] 1978name = "tangled-api" 1979version = "0.1.0" 1980dependencies = [ 1981 "anyhow", 1982 "atrium-api", 1983 "atrium-xrpc-client", 1984 "chrono", 1985 "reqwest", 1986 "serde", 1987 "serde_json", 1988 "tangled-config", 1989 "tokio", 1990] 1991 1992[[package]] 1993name = "tangled-cli" 1994version = "0.1.0" 1995dependencies = [ 1996 "anyhow", 1997 "clap", 1998 "colored", 1999 "dialoguer", 2000 "git2", 2001 "indicatif", 2002 "serde", 2003 "serde_json", 2004 "tangled-api", 2005 "tangled-config", 2006 "tangled-git", 2007 "tokio", 2008 "url", 2009] 2010 2011[[package]] 2012name = "tangled-config" 2013version = "0.1.0" 2014dependencies = [ 2015 "anyhow", 2016 "chrono", 2017 "dirs", 2018 "keyring", 2019 "serde", 2020 "serde_json", 2021 "toml", 2022] 2023 2024[[package]] 2025name = "tangled-git" 2026version = "0.1.0" 2027dependencies = [ 2028 "anyhow", 2029 "git2", 2030] 2031 2032[[package]] 2033name = "tempfile" 2034version = "3.23.0" 2035source = "registry+https://github.com/rust-lang/crates.io-index" 2036checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 2037dependencies = [ 2038 "fastrand", 2039 "getrandom 0.3.3", 2040 "once_cell", 2041 "rustix", 2042 "windows-sys 0.61.1", 2043] 2044 2045[[package]] 2046name = "terminal_size" 2047version = "0.4.3" 2048source = "registry+https://github.com/rust-lang/crates.io-index" 2049checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 2050dependencies = [ 2051 "rustix", 2052 "windows-sys 0.60.2", 2053] 2054 2055[[package]] 2056name = "thiserror" 2057version = "1.0.69" 2058source = "registry+https://github.com/rust-lang/crates.io-index" 2059checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2060dependencies = [ 2061 "thiserror-impl 1.0.69", 2062] 2063 2064[[package]] 2065name = "thiserror" 2066version = "2.0.17" 2067source = "registry+https://github.com/rust-lang/crates.io-index" 2068checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 2069dependencies = [ 2070 "thiserror-impl 2.0.17", 2071] 2072 2073[[package]] 2074name = "thiserror-impl" 2075version = "1.0.69" 2076source = "registry+https://github.com/rust-lang/crates.io-index" 2077checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2078dependencies = [ 2079 "proc-macro2", 2080 "quote", 2081 "syn 2.0.106", 2082] 2083 2084[[package]] 2085name = "thiserror-impl" 2086version = "2.0.17" 2087source = "registry+https://github.com/rust-lang/crates.io-index" 2088checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 2089dependencies = [ 2090 "proc-macro2", 2091 "quote", 2092 "syn 2.0.106", 2093] 2094 2095[[package]] 2096name = "tinystr" 2097version = "0.8.1" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2100dependencies = [ 2101 "displaydoc", 2102 "zerovec", 2103] 2104 2105[[package]] 2106name = "tinyvec" 2107version = "1.10.0" 2108source = "registry+https://github.com/rust-lang/crates.io-index" 2109checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 2110dependencies = [ 2111 "tinyvec_macros", 2112] 2113 2114[[package]] 2115name = "tinyvec_macros" 2116version = "0.1.1" 2117source = "registry+https://github.com/rust-lang/crates.io-index" 2118checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2119 2120[[package]] 2121name = "tokio" 2122version = "1.47.1" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 2125dependencies = [ 2126 "backtrace", 2127 "bytes", 2128 "io-uring", 2129 "libc", 2130 "mio", 2131 "parking_lot", 2132 "pin-project-lite", 2133 "signal-hook-registry", 2134 "slab", 2135 "socket2", 2136 "tokio-macros", 2137 "windows-sys 0.59.0", 2138] 2139 2140[[package]] 2141name = "tokio-macros" 2142version = "2.5.0" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2145dependencies = [ 2146 "proc-macro2", 2147 "quote", 2148 "syn 2.0.106", 2149] 2150 2151[[package]] 2152name = "tokio-native-tls" 2153version = "0.3.1" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2156dependencies = [ 2157 "native-tls", 2158 "tokio", 2159] 2160 2161[[package]] 2162name = "tokio-rustls" 2163version = "0.26.4" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2166dependencies = [ 2167 "rustls", 2168 "tokio", 2169] 2170 2171[[package]] 2172name = "tokio-util" 2173version = "0.7.16" 2174source = "registry+https://github.com/rust-lang/crates.io-index" 2175checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 2176dependencies = [ 2177 "bytes", 2178 "futures-core", 2179 "futures-sink", 2180 "pin-project-lite", 2181 "tokio", 2182] 2183 2184[[package]] 2185name = "toml" 2186version = "0.8.23" 2187source = "registry+https://github.com/rust-lang/crates.io-index" 2188checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 2189dependencies = [ 2190 "serde", 2191 "serde_spanned", 2192 "toml_datetime", 2193 "toml_edit", 2194] 2195 2196[[package]] 2197name = "toml_datetime" 2198version = "0.6.11" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 2201dependencies = [ 2202 "serde", 2203] 2204 2205[[package]] 2206name = "toml_edit" 2207version = "0.22.27" 2208source = "registry+https://github.com/rust-lang/crates.io-index" 2209checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 2210dependencies = [ 2211 "indexmap", 2212 "serde", 2213 "serde_spanned", 2214 "toml_datetime", 2215 "toml_write", 2216 "winnow", 2217] 2218 2219[[package]] 2220name = "toml_write" 2221version = "0.1.2" 2222source = "registry+https://github.com/rust-lang/crates.io-index" 2223checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 2224 2225[[package]] 2226name = "tower" 2227version = "0.5.2" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 2230dependencies = [ 2231 "futures-core", 2232 "futures-util", 2233 "pin-project-lite", 2234 "sync_wrapper", 2235 "tokio", 2236 "tower-layer", 2237 "tower-service", 2238] 2239 2240[[package]] 2241name = "tower-http" 2242version = "0.6.6" 2243source = "registry+https://github.com/rust-lang/crates.io-index" 2244checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 2245dependencies = [ 2246 "bitflags", 2247 "bytes", 2248 "futures-util", 2249 "http", 2250 "http-body", 2251 "iri-string", 2252 "pin-project-lite", 2253 "tower", 2254 "tower-layer", 2255 "tower-service", 2256] 2257 2258[[package]] 2259name = "tower-layer" 2260version = "0.3.3" 2261source = "registry+https://github.com/rust-lang/crates.io-index" 2262checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2263 2264[[package]] 2265name = "tower-service" 2266version = "0.3.3" 2267source = "registry+https://github.com/rust-lang/crates.io-index" 2268checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2269 2270[[package]] 2271name = "tracing" 2272version = "0.1.41" 2273source = "registry+https://github.com/rust-lang/crates.io-index" 2274checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 2275dependencies = [ 2276 "pin-project-lite", 2277 "tracing-core", 2278] 2279 2280[[package]] 2281name = "tracing-core" 2282version = "0.1.34" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 2285dependencies = [ 2286 "once_cell", 2287] 2288 2289[[package]] 2290name = "trait-variant" 2291version = "0.1.2" 2292source = "registry+https://github.com/rust-lang/crates.io-index" 2293checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 2294dependencies = [ 2295 "proc-macro2", 2296 "quote", 2297 "syn 2.0.106", 2298] 2299 2300[[package]] 2301name = "try-lock" 2302version = "0.2.5" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2305 2306[[package]] 2307name = "unicase" 2308version = "2.8.1" 2309source = "registry+https://github.com/rust-lang/crates.io-index" 2310checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 2311 2312[[package]] 2313name = "unicode-ident" 2314version = "1.0.19" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d" 2317 2318[[package]] 2319name = "unicode-width" 2320version = "0.2.1" 2321source = "registry+https://github.com/rust-lang/crates.io-index" 2322checksum = "4a1a07cc7db3810833284e8d372ccdc6da29741639ecc70c9ec107df0fa6154c" 2323 2324[[package]] 2325name = "unsigned-varint" 2326version = "0.8.0" 2327source = "registry+https://github.com/rust-lang/crates.io-index" 2328checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2329 2330[[package]] 2331name = "untrusted" 2332version = "0.9.0" 2333source = "registry+https://github.com/rust-lang/crates.io-index" 2334checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2335 2336[[package]] 2337name = "url" 2338version = "2.5.7" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2341dependencies = [ 2342 "form_urlencoded", 2343 "idna", 2344 "percent-encoding", 2345 "serde", 2346] 2347 2348[[package]] 2349name = "utf8_iter" 2350version = "1.0.4" 2351source = "registry+https://github.com/rust-lang/crates.io-index" 2352checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2353 2354[[package]] 2355name = "utf8parse" 2356version = "0.2.2" 2357source = "registry+https://github.com/rust-lang/crates.io-index" 2358checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2359 2360[[package]] 2361name = "vcpkg" 2362version = "0.2.15" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2365 2366[[package]] 2367name = "want" 2368version = "0.3.1" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2371dependencies = [ 2372 "try-lock", 2373] 2374 2375[[package]] 2376name = "wasi" 2377version = "0.11.1+wasi-snapshot-preview1" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2380 2381[[package]] 2382name = "wasi" 2383version = "0.14.7+wasi-0.2.4" 2384source = "registry+https://github.com/rust-lang/crates.io-index" 2385checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 2386dependencies = [ 2387 "wasip2", 2388] 2389 2390[[package]] 2391name = "wasip2" 2392version = "1.0.1+wasi-0.2.4" 2393source = "registry+https://github.com/rust-lang/crates.io-index" 2394checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2395dependencies = [ 2396 "wit-bindgen", 2397] 2398 2399[[package]] 2400name = "wasm-bindgen" 2401version = "0.2.104" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "c1da10c01ae9f1ae40cbfac0bac3b1e724b320abfcf52229f80b547c0d250e2d" 2404dependencies = [ 2405 "cfg-if", 2406 "once_cell", 2407 "rustversion", 2408 "wasm-bindgen-macro", 2409 "wasm-bindgen-shared", 2410] 2411 2412[[package]] 2413name = "wasm-bindgen-backend" 2414version = "0.2.104" 2415source = "registry+https://github.com/rust-lang/crates.io-index" 2416checksum = "671c9a5a66f49d8a47345ab942e2cb93c7d1d0339065d4f8139c486121b43b19" 2417dependencies = [ 2418 "bumpalo", 2419 "log", 2420 "proc-macro2", 2421 "quote", 2422 "syn 2.0.106", 2423 "wasm-bindgen-shared", 2424] 2425 2426[[package]] 2427name = "wasm-bindgen-futures" 2428version = "0.4.54" 2429source = "registry+https://github.com/rust-lang/crates.io-index" 2430checksum = "7e038d41e478cc73bae0ff9b36c60cff1c98b8f38f8d7e8061e79ee63608ac5c" 2431dependencies = [ 2432 "cfg-if", 2433 "js-sys", 2434 "once_cell", 2435 "wasm-bindgen", 2436 "web-sys", 2437] 2438 2439[[package]] 2440name = "wasm-bindgen-macro" 2441version = "0.2.104" 2442source = "registry+https://github.com/rust-lang/crates.io-index" 2443checksum = "7ca60477e4c59f5f2986c50191cd972e3a50d8a95603bc9434501cf156a9a119" 2444dependencies = [ 2445 "quote", 2446 "wasm-bindgen-macro-support", 2447] 2448 2449[[package]] 2450name = "wasm-bindgen-macro-support" 2451version = "0.2.104" 2452source = "registry+https://github.com/rust-lang/crates.io-index" 2453checksum = "9f07d2f20d4da7b26400c9f4a0511e6e0345b040694e8a75bd41d578fa4421d7" 2454dependencies = [ 2455 "proc-macro2", 2456 "quote", 2457 "syn 2.0.106", 2458 "wasm-bindgen-backend", 2459 "wasm-bindgen-shared", 2460] 2461 2462[[package]] 2463name = "wasm-bindgen-shared" 2464version = "0.2.104" 2465source = "registry+https://github.com/rust-lang/crates.io-index" 2466checksum = "bad67dc8b2a1a6e5448428adec4c3e84c43e561d8c9ee8a9e5aabeb193ec41d1" 2467dependencies = [ 2468 "unicode-ident", 2469] 2470 2471[[package]] 2472name = "wasm-streams" 2473version = "0.4.2" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 2476dependencies = [ 2477 "futures-util", 2478 "js-sys", 2479 "wasm-bindgen", 2480 "wasm-bindgen-futures", 2481 "web-sys", 2482] 2483 2484[[package]] 2485name = "web-sys" 2486version = "0.3.81" 2487source = "registry+https://github.com/rust-lang/crates.io-index" 2488checksum = "9367c417a924a74cae129e6a2ae3b47fabb1f8995595ab474029da749a8be120" 2489dependencies = [ 2490 "js-sys", 2491 "wasm-bindgen", 2492] 2493 2494[[package]] 2495name = "web-time" 2496version = "1.1.0" 2497source = "registry+https://github.com/rust-lang/crates.io-index" 2498checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2499dependencies = [ 2500 "js-sys", 2501 "wasm-bindgen", 2502] 2503 2504[[package]] 2505name = "webpki-roots" 2506version = "1.0.2" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "7e8983c3ab33d6fb807cfcdad2491c4ea8cbc8ed839181c7dfd9c67c83e261b2" 2509dependencies = [ 2510 "rustls-pki-types", 2511] 2512 2513[[package]] 2514name = "windows-core" 2515version = "0.62.1" 2516source = "registry+https://github.com/rust-lang/crates.io-index" 2517checksum = "6844ee5416b285084d3d3fffd743b925a6c9385455f64f6d4fa3031c4c2749a9" 2518dependencies = [ 2519 "windows-implement", 2520 "windows-interface", 2521 "windows-link 0.2.0", 2522 "windows-result 0.4.0", 2523 "windows-strings 0.5.0", 2524] 2525 2526[[package]] 2527name = "windows-implement" 2528version = "0.60.1" 2529source = "registry+https://github.com/rust-lang/crates.io-index" 2530checksum = "edb307e42a74fb6de9bf3a02d9712678b22399c87e6fa869d6dfcd8c1b7754e0" 2531dependencies = [ 2532 "proc-macro2", 2533 "quote", 2534 "syn 2.0.106", 2535] 2536 2537[[package]] 2538name = "windows-interface" 2539version = "0.59.2" 2540source = "registry+https://github.com/rust-lang/crates.io-index" 2541checksum = "c0abd1ddbc6964ac14db11c7213d6532ef34bd9aa042c2e5935f59d7908b46a5" 2542dependencies = [ 2543 "proc-macro2", 2544 "quote", 2545 "syn 2.0.106", 2546] 2547 2548[[package]] 2549name = "windows-link" 2550version = "0.1.3" 2551source = "registry+https://github.com/rust-lang/crates.io-index" 2552checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 2553 2554[[package]] 2555name = "windows-link" 2556version = "0.2.0" 2557source = "registry+https://github.com/rust-lang/crates.io-index" 2558checksum = "45e46c0661abb7180e7b9c281db115305d49ca1709ab8242adf09666d2173c65" 2559 2560[[package]] 2561name = "windows-registry" 2562version = "0.5.3" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 2565dependencies = [ 2566 "windows-link 0.1.3", 2567 "windows-result 0.3.4", 2568 "windows-strings 0.4.2", 2569] 2570 2571[[package]] 2572name = "windows-result" 2573version = "0.3.4" 2574source = "registry+https://github.com/rust-lang/crates.io-index" 2575checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 2576dependencies = [ 2577 "windows-link 0.1.3", 2578] 2579 2580[[package]] 2581name = "windows-result" 2582version = "0.4.0" 2583source = "registry+https://github.com/rust-lang/crates.io-index" 2584checksum = "7084dcc306f89883455a206237404d3eaf961e5bd7e0f312f7c91f57eb44167f" 2585dependencies = [ 2586 "windows-link 0.2.0", 2587] 2588 2589[[package]] 2590name = "windows-strings" 2591version = "0.4.2" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 2594dependencies = [ 2595 "windows-link 0.1.3", 2596] 2597 2598[[package]] 2599name = "windows-strings" 2600version = "0.5.0" 2601source = "registry+https://github.com/rust-lang/crates.io-index" 2602checksum = "7218c655a553b0bed4426cf54b20d7ba363ef543b52d515b3e48d7fd55318dda" 2603dependencies = [ 2604 "windows-link 0.2.0", 2605] 2606 2607[[package]] 2608name = "windows-sys" 2609version = "0.48.0" 2610source = "registry+https://github.com/rust-lang/crates.io-index" 2611checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2612dependencies = [ 2613 "windows-targets 0.48.5", 2614] 2615 2616[[package]] 2617name = "windows-sys" 2618version = "0.52.0" 2619source = "registry+https://github.com/rust-lang/crates.io-index" 2620checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2621dependencies = [ 2622 "windows-targets 0.52.6", 2623] 2624 2625[[package]] 2626name = "windows-sys" 2627version = "0.59.0" 2628source = "registry+https://github.com/rust-lang/crates.io-index" 2629checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2630dependencies = [ 2631 "windows-targets 0.52.6", 2632] 2633 2634[[package]] 2635name = "windows-sys" 2636version = "0.60.2" 2637source = "registry+https://github.com/rust-lang/crates.io-index" 2638checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2639dependencies = [ 2640 "windows-targets 0.53.4", 2641] 2642 2643[[package]] 2644name = "windows-sys" 2645version = "0.61.1" 2646source = "registry+https://github.com/rust-lang/crates.io-index" 2647checksum = "6f109e41dd4a3c848907eb83d5a42ea98b3769495597450cf6d153507b166f0f" 2648dependencies = [ 2649 "windows-link 0.2.0", 2650] 2651 2652[[package]] 2653name = "windows-targets" 2654version = "0.48.5" 2655source = "registry+https://github.com/rust-lang/crates.io-index" 2656checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2657dependencies = [ 2658 "windows_aarch64_gnullvm 0.48.5", 2659 "windows_aarch64_msvc 0.48.5", 2660 "windows_i686_gnu 0.48.5", 2661 "windows_i686_msvc 0.48.5", 2662 "windows_x86_64_gnu 0.48.5", 2663 "windows_x86_64_gnullvm 0.48.5", 2664 "windows_x86_64_msvc 0.48.5", 2665] 2666 2667[[package]] 2668name = "windows-targets" 2669version = "0.52.6" 2670source = "registry+https://github.com/rust-lang/crates.io-index" 2671checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2672dependencies = [ 2673 "windows_aarch64_gnullvm 0.52.6", 2674 "windows_aarch64_msvc 0.52.6", 2675 "windows_i686_gnu 0.52.6", 2676 "windows_i686_gnullvm 0.52.6", 2677 "windows_i686_msvc 0.52.6", 2678 "windows_x86_64_gnu 0.52.6", 2679 "windows_x86_64_gnullvm 0.52.6", 2680 "windows_x86_64_msvc 0.52.6", 2681] 2682 2683[[package]] 2684name = "windows-targets" 2685version = "0.53.4" 2686source = "registry+https://github.com/rust-lang/crates.io-index" 2687checksum = "2d42b7b7f66d2a06854650af09cfdf8713e427a439c97ad65a6375318033ac4b" 2688dependencies = [ 2689 "windows-link 0.2.0", 2690 "windows_aarch64_gnullvm 0.53.0", 2691 "windows_aarch64_msvc 0.53.0", 2692 "windows_i686_gnu 0.53.0", 2693 "windows_i686_gnullvm 0.53.0", 2694 "windows_i686_msvc 0.53.0", 2695 "windows_x86_64_gnu 0.53.0", 2696 "windows_x86_64_gnullvm 0.53.0", 2697 "windows_x86_64_msvc 0.53.0", 2698] 2699 2700[[package]] 2701name = "windows_aarch64_gnullvm" 2702version = "0.48.5" 2703source = "registry+https://github.com/rust-lang/crates.io-index" 2704checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2705 2706[[package]] 2707name = "windows_aarch64_gnullvm" 2708version = "0.52.6" 2709source = "registry+https://github.com/rust-lang/crates.io-index" 2710checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2711 2712[[package]] 2713name = "windows_aarch64_gnullvm" 2714version = "0.53.0" 2715source = "registry+https://github.com/rust-lang/crates.io-index" 2716checksum = "86b8d5f90ddd19cb4a147a5fa63ca848db3df085e25fee3cc10b39b6eebae764" 2717 2718[[package]] 2719name = "windows_aarch64_msvc" 2720version = "0.48.5" 2721source = "registry+https://github.com/rust-lang/crates.io-index" 2722checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2723 2724[[package]] 2725name = "windows_aarch64_msvc" 2726version = "0.52.6" 2727source = "registry+https://github.com/rust-lang/crates.io-index" 2728checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2729 2730[[package]] 2731name = "windows_aarch64_msvc" 2732version = "0.53.0" 2733source = "registry+https://github.com/rust-lang/crates.io-index" 2734checksum = "c7651a1f62a11b8cbd5e0d42526e55f2c99886c77e007179efff86c2b137e66c" 2735 2736[[package]] 2737name = "windows_i686_gnu" 2738version = "0.48.5" 2739source = "registry+https://github.com/rust-lang/crates.io-index" 2740checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2741 2742[[package]] 2743name = "windows_i686_gnu" 2744version = "0.52.6" 2745source = "registry+https://github.com/rust-lang/crates.io-index" 2746checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2747 2748[[package]] 2749name = "windows_i686_gnu" 2750version = "0.53.0" 2751source = "registry+https://github.com/rust-lang/crates.io-index" 2752checksum = "c1dc67659d35f387f5f6c479dc4e28f1d4bb90ddd1a5d3da2e5d97b42d6272c3" 2753 2754[[package]] 2755name = "windows_i686_gnullvm" 2756version = "0.52.6" 2757source = "registry+https://github.com/rust-lang/crates.io-index" 2758checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2759 2760[[package]] 2761name = "windows_i686_gnullvm" 2762version = "0.53.0" 2763source = "registry+https://github.com/rust-lang/crates.io-index" 2764checksum = "9ce6ccbdedbf6d6354471319e781c0dfef054c81fbc7cf83f338a4296c0cae11" 2765 2766[[package]] 2767name = "windows_i686_msvc" 2768version = "0.48.5" 2769source = "registry+https://github.com/rust-lang/crates.io-index" 2770checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2771 2772[[package]] 2773name = "windows_i686_msvc" 2774version = "0.52.6" 2775source = "registry+https://github.com/rust-lang/crates.io-index" 2776checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2777 2778[[package]] 2779name = "windows_i686_msvc" 2780version = "0.53.0" 2781source = "registry+https://github.com/rust-lang/crates.io-index" 2782checksum = "581fee95406bb13382d2f65cd4a908ca7b1e4c2f1917f143ba16efe98a589b5d" 2783 2784[[package]] 2785name = "windows_x86_64_gnu" 2786version = "0.48.5" 2787source = "registry+https://github.com/rust-lang/crates.io-index" 2788checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2789 2790[[package]] 2791name = "windows_x86_64_gnu" 2792version = "0.52.6" 2793source = "registry+https://github.com/rust-lang/crates.io-index" 2794checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2795 2796[[package]] 2797name = "windows_x86_64_gnu" 2798version = "0.53.0" 2799source = "registry+https://github.com/rust-lang/crates.io-index" 2800checksum = "2e55b5ac9ea33f2fc1716d1742db15574fd6fc8dadc51caab1c16a3d3b4190ba" 2801 2802[[package]] 2803name = "windows_x86_64_gnullvm" 2804version = "0.48.5" 2805source = "registry+https://github.com/rust-lang/crates.io-index" 2806checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2807 2808[[package]] 2809name = "windows_x86_64_gnullvm" 2810version = "0.52.6" 2811source = "registry+https://github.com/rust-lang/crates.io-index" 2812checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2813 2814[[package]] 2815name = "windows_x86_64_gnullvm" 2816version = "0.53.0" 2817source = "registry+https://github.com/rust-lang/crates.io-index" 2818checksum = "0a6e035dd0599267ce1ee132e51c27dd29437f63325753051e71dd9e42406c57" 2819 2820[[package]] 2821name = "windows_x86_64_msvc" 2822version = "0.48.5" 2823source = "registry+https://github.com/rust-lang/crates.io-index" 2824checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2825 2826[[package]] 2827name = "windows_x86_64_msvc" 2828version = "0.52.6" 2829source = "registry+https://github.com/rust-lang/crates.io-index" 2830checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2831 2832[[package]] 2833name = "windows_x86_64_msvc" 2834version = "0.53.0" 2835source = "registry+https://github.com/rust-lang/crates.io-index" 2836checksum = "271414315aff87387382ec3d271b52d7ae78726f5d44ac98b4f4030c91880486" 2837 2838[[package]] 2839name = "winnow" 2840version = "0.7.13" 2841source = "registry+https://github.com/rust-lang/crates.io-index" 2842checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 2843dependencies = [ 2844 "memchr", 2845] 2846 2847[[package]] 2848name = "wit-bindgen" 2849version = "0.46.0" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 2852 2853[[package]] 2854name = "writeable" 2855version = "0.6.1" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 2858 2859[[package]] 2860name = "yoke" 2861version = "0.8.0" 2862source = "registry+https://github.com/rust-lang/crates.io-index" 2863checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 2864dependencies = [ 2865 "serde", 2866 "stable_deref_trait", 2867 "yoke-derive", 2868 "zerofrom", 2869] 2870 2871[[package]] 2872name = "yoke-derive" 2873version = "0.8.0" 2874source = "registry+https://github.com/rust-lang/crates.io-index" 2875checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 2876dependencies = [ 2877 "proc-macro2", 2878 "quote", 2879 "syn 2.0.106", 2880 "synstructure", 2881] 2882 2883[[package]] 2884name = "zerocopy" 2885version = "0.8.27" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 2888dependencies = [ 2889 "zerocopy-derive", 2890] 2891 2892[[package]] 2893name = "zerocopy-derive" 2894version = "0.8.27" 2895source = "registry+https://github.com/rust-lang/crates.io-index" 2896checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 2897dependencies = [ 2898 "proc-macro2", 2899 "quote", 2900 "syn 2.0.106", 2901] 2902 2903[[package]] 2904name = "zerofrom" 2905version = "0.1.6" 2906source = "registry+https://github.com/rust-lang/crates.io-index" 2907checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2908dependencies = [ 2909 "zerofrom-derive", 2910] 2911 2912[[package]] 2913name = "zerofrom-derive" 2914version = "0.1.6" 2915source = "registry+https://github.com/rust-lang/crates.io-index" 2916checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2917dependencies = [ 2918 "proc-macro2", 2919 "quote", 2920 "syn 2.0.106", 2921 "synstructure", 2922] 2923 2924[[package]] 2925name = "zeroize" 2926version = "1.8.2" 2927source = "registry+https://github.com/rust-lang/crates.io-index" 2928checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2929dependencies = [ 2930 "zeroize_derive", 2931] 2932 2933[[package]] 2934name = "zeroize_derive" 2935version = "1.4.2" 2936source = "registry+https://github.com/rust-lang/crates.io-index" 2937checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69" 2938dependencies = [ 2939 "proc-macro2", 2940 "quote", 2941 "syn 2.0.106", 2942] 2943 2944[[package]] 2945name = "zerotrie" 2946version = "0.2.2" 2947source = "registry+https://github.com/rust-lang/crates.io-index" 2948checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 2949dependencies = [ 2950 "displaydoc", 2951 "yoke", 2952 "zerofrom", 2953] 2954 2955[[package]] 2956name = "zerovec" 2957version = "0.11.4" 2958source = "registry+https://github.com/rust-lang/crates.io-index" 2959checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 2960dependencies = [ 2961 "yoke", 2962 "zerofrom", 2963 "zerovec-derive", 2964] 2965 2966[[package]] 2967name = "zerovec-derive" 2968version = "0.11.1" 2969source = "registry+https://github.com/rust-lang/crates.io-index" 2970checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 2971dependencies = [ 2972 "proc-macro2", 2973 "quote", 2974 "syn 2.0.106", 2975]