small bsky embedder @ boobsky.app - kinda mid but works - mirror of git.fomx.gay/rooot/embedthing
at main 3215 lines 80 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "addr2line" 7version = "0.24.2" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "dfbe277e56a376000877090da837660b4427aad530e3028d44e0bffe4f89a1c1" 10dependencies = [ 11 "gimli", 12] 13 14[[package]] 15name = "adler2" 16version = "2.0.0" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "512761e0bb2578dd7380c6baaa0f4ce03e84f95e960231d1dec8bf4d7d6e2627" 19 20[[package]] 21name = "aho-corasick" 22version = "1.1.3" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 25dependencies = [ 26 "memchr", 27] 28 29[[package]] 30name = "allocator-api2" 31version = "0.2.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 34 35[[package]] 36name = "android-tzdata" 37version = "0.1.1" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0" 40 41[[package]] 42name = "android_system_properties" 43version = "0.1.5" 44source = "registry+https://github.com/rust-lang/crates.io-index" 45checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 46dependencies = [ 47 "libc", 48] 49 50[[package]] 51name = "anyhow" 52version = "1.0.100" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 55 56[[package]] 57name = "async-compression" 58version = "0.4.17" 59source = "registry+https://github.com/rust-lang/crates.io-index" 60checksum = "0cb8f1d480b0ea3783ab015936d2a55c87e219676f0c0b7dec61494043f21857" 61dependencies = [ 62 "flate2", 63 "futures-core", 64 "memchr", 65 "pin-project-lite", 66 "tokio", 67] 68 69[[package]] 70name = "async-lock" 71version = "3.4.1" 72source = "registry+https://github.com/rust-lang/crates.io-index" 73checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 74dependencies = [ 75 "event-listener", 76 "event-listener-strategy", 77 "pin-project-lite", 78] 79 80[[package]] 81name = "async-stream" 82version = "0.3.6" 83source = "registry+https://github.com/rust-lang/crates.io-index" 84checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476" 85dependencies = [ 86 "async-stream-impl", 87 "futures-core", 88 "pin-project-lite", 89] 90 91[[package]] 92name = "async-stream-impl" 93version = "0.3.6" 94source = "registry+https://github.com/rust-lang/crates.io-index" 95checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d" 96dependencies = [ 97 "proc-macro2", 98 "quote", 99 "syn 2.0.106", 100] 101 102[[package]] 103name = "async-trait" 104version = "0.1.83" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "721cae7de5c34fbb2acd27e21e6d2cf7b886dce0c27388d46c4e6c47ea4318dd" 107dependencies = [ 108 "proc-macro2", 109 "quote", 110 "syn 2.0.106", 111] 112 113[[package]] 114name = "atomic" 115version = "0.5.3" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba" 118 119[[package]] 120name = "atomic" 121version = "0.6.0" 122source = "registry+https://github.com/rust-lang/crates.io-index" 123checksum = "8d818003e740b63afc82337e3160717f4f63078720a810b7b903e70a5d1d2994" 124dependencies = [ 125 "bytemuck", 126] 127 128[[package]] 129name = "atomic-waker" 130version = "1.1.2" 131source = "registry+https://github.com/rust-lang/crates.io-index" 132checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 133 134[[package]] 135name = "atrium-api" 136version = "0.25.5" 137source = "registry+https://github.com/rust-lang/crates.io-index" 138checksum = "8bceed6a87be6213040945254aa94191490fea22b7f49dec584e349f336cc17a" 139dependencies = [ 140 "atrium-common", 141 "atrium-xrpc", 142 "chrono", 143 "http 1.1.0", 144 "ipld-core", 145 "langtag", 146 "regex", 147 "serde", 148 "serde_bytes", 149 "serde_json", 150 "thiserror 1.0.66", 151 "tokio", 152 "trait-variant", 153] 154 155[[package]] 156name = "atrium-common" 157version = "0.1.2" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "9ed5610654043faa396a5a15afac0ac646d76aebe45aebd7cef4f8b96b0ab7f4" 160dependencies = [ 161 "dashmap", 162 "lru", 163 "moka", 164 "thiserror 1.0.66", 165 "tokio", 166 "trait-variant", 167 "web-time", 168] 169 170[[package]] 171name = "atrium-xrpc" 172version = "0.12.3" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "0216ad50ce34e9ff982e171c3659e65dedaa2ed5ac2994524debdc9a9647ffa8" 175dependencies = [ 176 "http 1.1.0", 177 "serde", 178 "serde_html_form", 179 "serde_json", 180 "thiserror 1.0.66", 181 "trait-variant", 182] 183 184[[package]] 185name = "atrium-xrpc-client" 186version = "0.5.14" 187source = "registry+https://github.com/rust-lang/crates.io-index" 188checksum = "e099e5171f79faef52364ef0657a4cab086a71b384a779a29597a91b780de0d5" 189dependencies = [ 190 "atrium-xrpc", 191 "reqwest", 192] 193 194[[package]] 195name = "autocfg" 196version = "1.4.0" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "ace50bade8e6234aa140d9a2f552bbee1db4d353f69b8217bc503490fc1a9f26" 199 200[[package]] 201name = "backtrace" 202version = "0.3.74" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "8d82cb332cdfaed17ae235a638438ac4d4839913cc2af585c3c6746e8f8bee1a" 205dependencies = [ 206 "addr2line", 207 "cfg-if", 208 "libc", 209 "miniz_oxide", 210 "object", 211 "rustc-demangle", 212 "windows-targets 0.52.6", 213] 214 215[[package]] 216name = "base-x" 217version = "0.2.11" 218source = "registry+https://github.com/rust-lang/crates.io-index" 219checksum = "4cbbc9d0964165b47557570cce6c952866c2678457aca742aafc9fb771d30270" 220 221[[package]] 222name = "base64" 223version = "0.22.1" 224source = "registry+https://github.com/rust-lang/crates.io-index" 225checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 226 227[[package]] 228name = "binascii" 229version = "0.1.4" 230source = "registry+https://github.com/rust-lang/crates.io-index" 231checksum = "383d29d513d8764dcdc42ea295d979eb99c3c9f00607b3692cf68a431f7dca72" 232 233[[package]] 234name = "bitflags" 235version = "2.6.0" 236source = "registry+https://github.com/rust-lang/crates.io-index" 237checksum = "b048fb63fd8b5923fc5aa7b340d8e156aec7ec02f0c78fa8a6ddc2613f6f71de" 238 239[[package]] 240name = "bsky-sdk" 241version = "0.1.21" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "fac3fd5ca998d3bdb1debdd421a16a94931f61e0d805a0208907ec3b5f2cffea" 244dependencies = [ 245 "anyhow", 246 "atrium-api", 247 "atrium-xrpc-client", 248 "chrono", 249 "psl", 250 "regex", 251 "serde", 252 "serde_json", 253 "thiserror 1.0.66", 254 "trait-variant", 255 "unicode-segmentation", 256] 257 258[[package]] 259name = "bumpalo" 260version = "3.16.0" 261source = "registry+https://github.com/rust-lang/crates.io-index" 262checksum = "79296716171880943b8470b5f8d03aa55eb2e645a4874bdbb28adb49162e012c" 263 264[[package]] 265name = "bytemuck" 266version = "1.19.0" 267source = "registry+https://github.com/rust-lang/crates.io-index" 268checksum = "8334215b81e418a0a7bdb8ef0849474f40bb10c8b71f1c4ed315cff49f32494d" 269 270[[package]] 271name = "byteorder" 272version = "1.5.0" 273source = "registry+https://github.com/rust-lang/crates.io-index" 274checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 275 276[[package]] 277name = "bytes" 278version = "1.8.0" 279source = "registry+https://github.com/rust-lang/crates.io-index" 280checksum = "9ac0150caa2ae65ca5bd83f25c7de183dea78d4d366469f148435e2acfbad0da" 281 282[[package]] 283name = "cc" 284version = "1.1.31" 285source = "registry+https://github.com/rust-lang/crates.io-index" 286checksum = "c2e7962b54006dcfcc61cb72735f4d89bb97061dd6a7ed882ec6b8ee53714c6f" 287dependencies = [ 288 "shlex", 289] 290 291[[package]] 292name = "cfg-if" 293version = "1.0.0" 294source = "registry+https://github.com/rust-lang/crates.io-index" 295checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd" 296 297[[package]] 298name = "cfg_aliases" 299version = "0.2.1" 300source = "registry+https://github.com/rust-lang/crates.io-index" 301checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 302 303[[package]] 304name = "chrono" 305version = "0.4.38" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "a21f936df1771bf62b77f047b726c4625ff2e8aa607c01ec06e5a05bd8463401" 308dependencies = [ 309 "android-tzdata", 310 "iana-time-zone", 311 "js-sys", 312 "num-traits", 313 "serde", 314 "wasm-bindgen", 315 "windows-targets 0.52.6", 316] 317 318[[package]] 319name = "cid" 320version = "0.11.1" 321source = "registry+https://github.com/rust-lang/crates.io-index" 322checksum = "3147d8272e8fa0ccd29ce51194dd98f79ddfb8191ba9e3409884e751798acf3a" 323dependencies = [ 324 "core2", 325 "multibase", 326 "multihash", 327 "serde", 328 "serde_bytes", 329 "unsigned-varint", 330] 331 332[[package]] 333name = "concurrent-queue" 334version = "2.5.0" 335source = "registry+https://github.com/rust-lang/crates.io-index" 336checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 337dependencies = [ 338 "crossbeam-utils", 339] 340 341[[package]] 342name = "cookie" 343version = "0.18.1" 344source = "registry+https://github.com/rust-lang/crates.io-index" 345checksum = "4ddef33a339a91ea89fb53151bd0a4689cfce27055c291dfa69945475d22c747" 346dependencies = [ 347 "percent-encoding", 348 "time", 349 "version_check", 350] 351 352[[package]] 353name = "core-foundation" 354version = "0.9.4" 355source = "registry+https://github.com/rust-lang/crates.io-index" 356checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 357dependencies = [ 358 "core-foundation-sys", 359 "libc", 360] 361 362[[package]] 363name = "core-foundation-sys" 364version = "0.8.7" 365source = "registry+https://github.com/rust-lang/crates.io-index" 366checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 367 368[[package]] 369name = "core2" 370version = "0.4.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505" 373dependencies = [ 374 "memchr", 375] 376 377[[package]] 378name = "crc32fast" 379version = "1.4.2" 380source = "registry+https://github.com/rust-lang/crates.io-index" 381checksum = "a97769d94ddab943e4510d138150169a2758b5ef3eb191a9ee688de3e23ef7b3" 382dependencies = [ 383 "cfg-if", 384] 385 386[[package]] 387name = "crossbeam-channel" 388version = "0.5.15" 389source = "registry+https://github.com/rust-lang/crates.io-index" 390checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 391dependencies = [ 392 "crossbeam-utils", 393] 394 395[[package]] 396name = "crossbeam-epoch" 397version = "0.9.18" 398source = "registry+https://github.com/rust-lang/crates.io-index" 399checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e" 400dependencies = [ 401 "crossbeam-utils", 402] 403 404[[package]] 405name = "crossbeam-utils" 406version = "0.8.21" 407source = "registry+https://github.com/rust-lang/crates.io-index" 408checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 409 410[[package]] 411name = "dashmap" 412version = "6.1.0" 413source = "registry+https://github.com/rust-lang/crates.io-index" 414checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 415dependencies = [ 416 "cfg-if", 417 "crossbeam-utils", 418 "hashbrown 0.14.5", 419 "lock_api", 420 "once_cell", 421 "parking_lot_core", 422] 423 424[[package]] 425name = "data-encoding" 426version = "2.6.0" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "e8566979429cf69b49a5c740c60791108e86440e8be149bbea4fe54d2c32d6e2" 429 430[[package]] 431name = "data-encoding-macro" 432version = "0.1.15" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "f1559b6cba622276d6d63706db152618eeb15b89b3e4041446b05876e352e639" 435dependencies = [ 436 "data-encoding", 437 "data-encoding-macro-internal", 438] 439 440[[package]] 441name = "data-encoding-macro-internal" 442version = "0.1.13" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "332d754c0af53bc87c108fed664d121ecf59207ec4196041f04d6ab9002ad33f" 445dependencies = [ 446 "data-encoding", 447 "syn 1.0.109", 448] 449 450[[package]] 451name = "deranged" 452version = "0.3.11" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "b42b6fa04a440b495c8b04d0e71b707c585f83cb9cb28cf8cd0d976c315e31b4" 455dependencies = [ 456 "powerfmt", 457] 458 459[[package]] 460name = "devise" 461version = "0.4.2" 462source = "registry+https://github.com/rust-lang/crates.io-index" 463checksum = "f1d90b0c4c777a2cad215e3c7be59ac7c15adf45cf76317009b7d096d46f651d" 464dependencies = [ 465 "devise_codegen", 466 "devise_core", 467] 468 469[[package]] 470name = "devise_codegen" 471version = "0.4.2" 472source = "registry+https://github.com/rust-lang/crates.io-index" 473checksum = "71b28680d8be17a570a2334922518be6adc3f58ecc880cbb404eaeb8624fd867" 474dependencies = [ 475 "devise_core", 476 "quote", 477] 478 479[[package]] 480name = "devise_core" 481version = "0.4.2" 482source = "registry+https://github.com/rust-lang/crates.io-index" 483checksum = "b035a542cf7abf01f2e3c4d5a7acbaebfefe120ae4efc7bde3df98186e4b8af7" 484dependencies = [ 485 "bitflags", 486 "proc-macro2", 487 "proc-macro2-diagnostics", 488 "quote", 489 "syn 2.0.106", 490] 491 492[[package]] 493name = "displaydoc" 494version = "0.2.5" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 497dependencies = [ 498 "proc-macro2", 499 "quote", 500 "syn 2.0.106", 501] 502 503[[package]] 504name = "dotenvy" 505version = "0.15.7" 506source = "registry+https://github.com/rust-lang/crates.io-index" 507checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 508 509[[package]] 510name = "either" 511version = "1.13.0" 512source = "registry+https://github.com/rust-lang/crates.io-index" 513checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" 514 515[[package]] 516name = "embedthing" 517version = "0.1.0" 518dependencies = [ 519 "anyhow", 520 "bsky-sdk", 521 "dotenvy", 522 "ipld-core", 523 "lazy_static", 524 "reqwest", 525 "rocket", 526 "serde", 527 "serde_json", 528 "thiserror 2.0.16", 529 "url", 530] 531 532[[package]] 533name = "encoding_rs" 534version = "0.8.35" 535source = "registry+https://github.com/rust-lang/crates.io-index" 536checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 537dependencies = [ 538 "cfg-if", 539] 540 541[[package]] 542name = "equivalent" 543version = "1.0.1" 544source = "registry+https://github.com/rust-lang/crates.io-index" 545checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5" 546 547[[package]] 548name = "errno" 549version = "0.3.9" 550source = "registry+https://github.com/rust-lang/crates.io-index" 551checksum = "534c5cf6194dfab3db3242765c03bbe257cf92f22b38f6bc0c58d59108a820ba" 552dependencies = [ 553 "libc", 554 "windows-sys 0.52.0", 555] 556 557[[package]] 558name = "event-listener" 559version = "5.4.1" 560source = "registry+https://github.com/rust-lang/crates.io-index" 561checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 562dependencies = [ 563 "concurrent-queue", 564 "parking", 565 "pin-project-lite", 566] 567 568[[package]] 569name = "event-listener-strategy" 570version = "0.5.4" 571source = "registry+https://github.com/rust-lang/crates.io-index" 572checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 573dependencies = [ 574 "event-listener", 575 "pin-project-lite", 576] 577 578[[package]] 579name = "fastrand" 580version = "2.1.1" 581source = "registry+https://github.com/rust-lang/crates.io-index" 582checksum = "e8c02a5121d4ea3eb16a80748c74f5549a5665e4c21333c6098f283870fbdea6" 583 584[[package]] 585name = "figment" 586version = "0.10.19" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "8cb01cd46b0cf372153850f4c6c272d9cbea2da513e07538405148f95bd789f3" 589dependencies = [ 590 "atomic 0.6.0", 591 "pear", 592 "serde", 593 "toml", 594 "uncased", 595 "version_check", 596] 597 598[[package]] 599name = "flate2" 600version = "1.0.34" 601source = "registry+https://github.com/rust-lang/crates.io-index" 602checksum = "a1b589b4dc103969ad3cf85c950899926ec64300a1a46d76c03a6072957036f0" 603dependencies = [ 604 "crc32fast", 605 "miniz_oxide", 606] 607 608[[package]] 609name = "fnv" 610version = "1.0.7" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 613 614[[package]] 615name = "foldhash" 616version = "0.1.5" 617source = "registry+https://github.com/rust-lang/crates.io-index" 618checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 619 620[[package]] 621name = "foreign-types" 622version = "0.3.2" 623source = "registry+https://github.com/rust-lang/crates.io-index" 624checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 625dependencies = [ 626 "foreign-types-shared", 627] 628 629[[package]] 630name = "foreign-types-shared" 631version = "0.1.1" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 634 635[[package]] 636name = "form_urlencoded" 637version = "1.2.2" 638source = "registry+https://github.com/rust-lang/crates.io-index" 639checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 640dependencies = [ 641 "percent-encoding", 642] 643 644[[package]] 645name = "futures" 646version = "0.3.31" 647source = "registry+https://github.com/rust-lang/crates.io-index" 648checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 649dependencies = [ 650 "futures-channel", 651 "futures-core", 652 "futures-io", 653 "futures-sink", 654 "futures-task", 655 "futures-util", 656] 657 658[[package]] 659name = "futures-channel" 660version = "0.3.31" 661source = "registry+https://github.com/rust-lang/crates.io-index" 662checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 663dependencies = [ 664 "futures-core", 665 "futures-sink", 666] 667 668[[package]] 669name = "futures-core" 670version = "0.3.31" 671source = "registry+https://github.com/rust-lang/crates.io-index" 672checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 673 674[[package]] 675name = "futures-io" 676version = "0.3.31" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 679 680[[package]] 681name = "futures-macro" 682version = "0.3.31" 683source = "registry+https://github.com/rust-lang/crates.io-index" 684checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 685dependencies = [ 686 "proc-macro2", 687 "quote", 688 "syn 2.0.106", 689] 690 691[[package]] 692name = "futures-sink" 693version = "0.3.31" 694source = "registry+https://github.com/rust-lang/crates.io-index" 695checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 696 697[[package]] 698name = "futures-task" 699version = "0.3.31" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 702 703[[package]] 704name = "futures-util" 705version = "0.3.31" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 708dependencies = [ 709 "futures-channel", 710 "futures-core", 711 "futures-io", 712 "futures-macro", 713 "futures-sink", 714 "futures-task", 715 "memchr", 716 "pin-project-lite", 717 "pin-utils", 718 "slab", 719] 720 721[[package]] 722name = "generator" 723version = "0.7.5" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "5cc16584ff22b460a382b7feec54b23d2908d858152e5739a120b949293bd74e" 726dependencies = [ 727 "cc", 728 "libc", 729 "log", 730 "rustversion", 731 "windows", 732] 733 734[[package]] 735name = "getrandom" 736version = "0.2.15" 737source = "registry+https://github.com/rust-lang/crates.io-index" 738checksum = "c4567c8db10ae91089c99af84c68c38da3ec2f087c3f82960bcdbf3656b6f4d7" 739dependencies = [ 740 "cfg-if", 741 "libc", 742 "wasi 0.11.0+wasi-snapshot-preview1", 743] 744 745[[package]] 746name = "getrandom" 747version = "0.3.3" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "26145e563e54f2cadc477553f1ec5ee650b00862f0a58bcd12cbdc5f0ea2d2f4" 750dependencies = [ 751 "cfg-if", 752 "libc", 753 "r-efi", 754 "wasi 0.14.7+wasi-0.2.4", 755] 756 757[[package]] 758name = "gimli" 759version = "0.31.1" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "07e28edb80900c19c28f1072f2e8aeca7fa06b23cd4169cefe1af5aa3260783f" 762 763[[package]] 764name = "glob" 765version = "0.3.1" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b" 768 769[[package]] 770name = "h2" 771version = "0.3.26" 772source = "registry+https://github.com/rust-lang/crates.io-index" 773checksum = "81fe527a889e1532da5c525686d96d4c2e74cdd345badf8dfef9f6b39dd5f5e8" 774dependencies = [ 775 "bytes", 776 "fnv", 777 "futures-core", 778 "futures-sink", 779 "futures-util", 780 "http 0.2.12", 781 "indexmap", 782 "slab", 783 "tokio", 784 "tokio-util", 785 "tracing", 786] 787 788[[package]] 789name = "h2" 790version = "0.4.6" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "524e8ac6999421f49a846c2d4411f337e53497d8ec55d67753beffa43c5d9205" 793dependencies = [ 794 "atomic-waker", 795 "bytes", 796 "fnv", 797 "futures-core", 798 "futures-sink", 799 "http 1.1.0", 800 "indexmap", 801 "slab", 802 "tokio", 803 "tokio-util", 804 "tracing", 805] 806 807[[package]] 808name = "hashbrown" 809version = "0.14.5" 810source = "registry+https://github.com/rust-lang/crates.io-index" 811checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 812 813[[package]] 814name = "hashbrown" 815version = "0.15.0" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "1e087f84d4f86bf4b218b927129862374b72199ae7d8657835f1e89000eea4fb" 818dependencies = [ 819 "allocator-api2", 820 "equivalent", 821 "foldhash", 822] 823 824[[package]] 825name = "hermit-abi" 826version = "0.3.9" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "d231dfb89cfffdbc30e7fc41579ed6066ad03abda9e567ccafae602b97ec5024" 829 830[[package]] 831name = "hermit-abi" 832version = "0.4.0" 833source = "registry+https://github.com/rust-lang/crates.io-index" 834checksum = "fbf6a919d6cf397374f7dfeeea91d974c7c0a7221d0d0f4f20d859d329e53fcc" 835 836[[package]] 837name = "http" 838version = "0.2.12" 839source = "registry+https://github.com/rust-lang/crates.io-index" 840checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1" 841dependencies = [ 842 "bytes", 843 "fnv", 844 "itoa", 845] 846 847[[package]] 848name = "http" 849version = "1.1.0" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "21b9ddb458710bc376481b842f5da65cdf31522de232c1ca8146abce2a358258" 852dependencies = [ 853 "bytes", 854 "fnv", 855 "itoa", 856] 857 858[[package]] 859name = "http-body" 860version = "0.4.6" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2" 863dependencies = [ 864 "bytes", 865 "http 0.2.12", 866 "pin-project-lite", 867] 868 869[[package]] 870name = "http-body" 871version = "1.0.1" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 874dependencies = [ 875 "bytes", 876 "http 1.1.0", 877] 878 879[[package]] 880name = "http-body-util" 881version = "0.1.2" 882source = "registry+https://github.com/rust-lang/crates.io-index" 883checksum = "793429d76616a256bcb62c2a2ec2bed781c8307e797e2598c50010f2bee2544f" 884dependencies = [ 885 "bytes", 886 "futures-util", 887 "http 1.1.0", 888 "http-body 1.0.1", 889 "pin-project-lite", 890] 891 892[[package]] 893name = "httparse" 894version = "1.9.5" 895source = "registry+https://github.com/rust-lang/crates.io-index" 896checksum = "7d71d3574edd2771538b901e6549113b4006ece66150fb69c0fb6d9a2adae946" 897 898[[package]] 899name = "httpdate" 900version = "1.0.3" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 903 904[[package]] 905name = "hyper" 906version = "0.14.31" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "8c08302e8fa335b151b788c775ff56e7a03ae64ff85c548ee820fecb70356e85" 909dependencies = [ 910 "bytes", 911 "futures-channel", 912 "futures-core", 913 "futures-util", 914 "h2 0.3.26", 915 "http 0.2.12", 916 "http-body 0.4.6", 917 "httparse", 918 "httpdate", 919 "itoa", 920 "pin-project-lite", 921 "socket2 0.5.7", 922 "tokio", 923 "tower-service", 924 "tracing", 925 "want", 926] 927 928[[package]] 929name = "hyper" 930version = "1.5.0" 931source = "registry+https://github.com/rust-lang/crates.io-index" 932checksum = "bbbff0a806a4728c99295b254c8838933b5b082d75e3cb70c8dab21fdfbcfa9a" 933dependencies = [ 934 "bytes", 935 "futures-channel", 936 "futures-util", 937 "h2 0.4.6", 938 "http 1.1.0", 939 "http-body 1.0.1", 940 "httparse", 941 "itoa", 942 "pin-project-lite", 943 "smallvec", 944 "tokio", 945 "want", 946] 947 948[[package]] 949name = "hyper-rustls" 950version = "0.27.3" 951source = "registry+https://github.com/rust-lang/crates.io-index" 952checksum = "08afdbb5c31130e3034af566421053ab03787c640246a446327f550d11bcb333" 953dependencies = [ 954 "futures-util", 955 "http 1.1.0", 956 "hyper 1.5.0", 957 "hyper-util", 958 "rustls", 959 "rustls-pki-types", 960 "tokio", 961 "tokio-rustls", 962 "tower-service", 963 "webpki-roots", 964] 965 966[[package]] 967name = "hyper-tls" 968version = "0.6.0" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 971dependencies = [ 972 "bytes", 973 "http-body-util", 974 "hyper 1.5.0", 975 "hyper-util", 976 "native-tls", 977 "tokio", 978 "tokio-native-tls", 979 "tower-service", 980] 981 982[[package]] 983name = "hyper-util" 984version = "0.1.10" 985source = "registry+https://github.com/rust-lang/crates.io-index" 986checksum = "df2dcfbe0677734ab2f3ffa7fa7bfd4706bfdc1ef393f2ee30184aed67e631b4" 987dependencies = [ 988 "bytes", 989 "futures-channel", 990 "futures-util", 991 "http 1.1.0", 992 "http-body 1.0.1", 993 "hyper 1.5.0", 994 "pin-project-lite", 995 "socket2 0.5.7", 996 "tokio", 997 "tower-service", 998 "tracing", 999] 1000 1001[[package]] 1002name = "iana-time-zone" 1003version = "0.1.61" 1004source = "registry+https://github.com/rust-lang/crates.io-index" 1005checksum = "235e081f3925a06703c2d0117ea8b91f042756fd6e7a6e5d901e8ca1a996b220" 1006dependencies = [ 1007 "android_system_properties", 1008 "core-foundation-sys", 1009 "iana-time-zone-haiku", 1010 "js-sys", 1011 "wasm-bindgen", 1012 "windows-core", 1013] 1014 1015[[package]] 1016name = "iana-time-zone-haiku" 1017version = "0.1.2" 1018source = "registry+https://github.com/rust-lang/crates.io-index" 1019checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1020dependencies = [ 1021 "cc", 1022] 1023 1024[[package]] 1025name = "icu_collections" 1026version = "2.0.0" 1027source = "registry+https://github.com/rust-lang/crates.io-index" 1028checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1029dependencies = [ 1030 "displaydoc", 1031 "potential_utf", 1032 "yoke", 1033 "zerofrom", 1034 "zerovec", 1035] 1036 1037[[package]] 1038name = "icu_locale_core" 1039version = "2.0.0" 1040source = "registry+https://github.com/rust-lang/crates.io-index" 1041checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1042dependencies = [ 1043 "displaydoc", 1044 "litemap", 1045 "tinystr", 1046 "writeable", 1047 "zerovec", 1048] 1049 1050[[package]] 1051name = "icu_normalizer" 1052version = "2.0.0" 1053source = "registry+https://github.com/rust-lang/crates.io-index" 1054checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1055dependencies = [ 1056 "displaydoc", 1057 "icu_collections", 1058 "icu_normalizer_data", 1059 "icu_properties", 1060 "icu_provider", 1061 "smallvec", 1062 "zerovec", 1063] 1064 1065[[package]] 1066name = "icu_normalizer_data" 1067version = "2.0.0" 1068source = "registry+https://github.com/rust-lang/crates.io-index" 1069checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1070 1071[[package]] 1072name = "icu_properties" 1073version = "2.0.1" 1074source = "registry+https://github.com/rust-lang/crates.io-index" 1075checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1076dependencies = [ 1077 "displaydoc", 1078 "icu_collections", 1079 "icu_locale_core", 1080 "icu_properties_data", 1081 "icu_provider", 1082 "potential_utf", 1083 "zerotrie", 1084 "zerovec", 1085] 1086 1087[[package]] 1088name = "icu_properties_data" 1089version = "2.0.1" 1090source = "registry+https://github.com/rust-lang/crates.io-index" 1091checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1092 1093[[package]] 1094name = "icu_provider" 1095version = "2.0.0" 1096source = "registry+https://github.com/rust-lang/crates.io-index" 1097checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1098dependencies = [ 1099 "displaydoc", 1100 "icu_locale_core", 1101 "stable_deref_trait", 1102 "tinystr", 1103 "writeable", 1104 "yoke", 1105 "zerofrom", 1106 "zerotrie", 1107 "zerovec", 1108] 1109 1110[[package]] 1111name = "idna" 1112version = "1.1.0" 1113source = "registry+https://github.com/rust-lang/crates.io-index" 1114checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1115dependencies = [ 1116 "idna_adapter", 1117 "smallvec", 1118 "utf8_iter", 1119] 1120 1121[[package]] 1122name = "idna_adapter" 1123version = "1.2.1" 1124source = "registry+https://github.com/rust-lang/crates.io-index" 1125checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1126dependencies = [ 1127 "icu_normalizer", 1128 "icu_properties", 1129] 1130 1131[[package]] 1132name = "indexmap" 1133version = "2.6.0" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "707907fe3c25f5424cce2cb7e1cbcafee6bdbe735ca90ef77c29e84591e5b9da" 1136dependencies = [ 1137 "equivalent", 1138 "hashbrown 0.15.0", 1139 "serde", 1140] 1141 1142[[package]] 1143name = "inlinable_string" 1144version = "0.1.15" 1145source = "registry+https://github.com/rust-lang/crates.io-index" 1146checksum = "c8fae54786f62fb2918dcfae3d568594e50eb9b5c25bf04371af6fe7516452fb" 1147 1148[[package]] 1149name = "io-uring" 1150version = "0.7.10" 1151source = "registry+https://github.com/rust-lang/crates.io-index" 1152checksum = "046fa2d4d00aea763528b4950358d0ead425372445dc8ff86312b3c69ff7727b" 1153dependencies = [ 1154 "bitflags", 1155 "cfg-if", 1156 "libc", 1157] 1158 1159[[package]] 1160name = "ipld-core" 1161version = "0.4.1" 1162source = "registry+https://github.com/rust-lang/crates.io-index" 1163checksum = "b4ede82a79e134f179f4b29b5fdb1eb92bd1b38c4dfea394c539051150a21b9b" 1164dependencies = [ 1165 "cid", 1166 "serde", 1167 "serde_bytes", 1168] 1169 1170[[package]] 1171name = "ipnet" 1172version = "2.10.1" 1173source = "registry+https://github.com/rust-lang/crates.io-index" 1174checksum = "ddc24109865250148c2e0f3d25d4f0f479571723792d3802153c60922a4fb708" 1175 1176[[package]] 1177name = "is-terminal" 1178version = "0.4.13" 1179source = "registry+https://github.com/rust-lang/crates.io-index" 1180checksum = "261f68e344040fbd0edea105bef17c66edf46f984ddb1115b775ce31be948f4b" 1181dependencies = [ 1182 "hermit-abi 0.4.0", 1183 "libc", 1184 "windows-sys 0.52.0", 1185] 1186 1187[[package]] 1188name = "itoa" 1189version = "1.0.11" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "49f1f14873335454500d59611f1cf4a4b0f786f9ac11f4312a78e4cf2566695b" 1192 1193[[package]] 1194name = "js-sys" 1195version = "0.3.72" 1196source = "registry+https://github.com/rust-lang/crates.io-index" 1197checksum = "6a88f1bda2bd75b0452a14784937d796722fdebfe50df998aeb3f0b7603019a9" 1198dependencies = [ 1199 "wasm-bindgen", 1200] 1201 1202[[package]] 1203name = "langtag" 1204version = "0.3.4" 1205source = "registry+https://github.com/rust-lang/crates.io-index" 1206checksum = "ed60c85f254d6ae8450cec15eedd921efbc4d1bdf6fcf6202b9a58b403f6f805" 1207dependencies = [ 1208 "serde", 1209] 1210 1211[[package]] 1212name = "lazy_static" 1213version = "1.5.0" 1214source = "registry+https://github.com/rust-lang/crates.io-index" 1215checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1216 1217[[package]] 1218name = "libc" 1219version = "0.2.176" 1220source = "registry+https://github.com/rust-lang/crates.io-index" 1221checksum = "58f929b4d672ea937a23a1ab494143d968337a5f47e56d0815df1e0890ddf174" 1222 1223[[package]] 1224name = "linux-raw-sys" 1225version = "0.4.14" 1226source = "registry+https://github.com/rust-lang/crates.io-index" 1227checksum = "78b3ae25bc7c8c38cec158d1f2757ee79e9b3740fbc7ccf0e59e4b08d793fa89" 1228 1229[[package]] 1230name = "litemap" 1231version = "0.8.0" 1232source = "registry+https://github.com/rust-lang/crates.io-index" 1233checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1234 1235[[package]] 1236name = "lock_api" 1237version = "0.4.12" 1238source = "registry+https://github.com/rust-lang/crates.io-index" 1239checksum = "07af8b9cdd281b7915f413fa73f29ebd5d55d0d3f0155584dade1ff18cea1b17" 1240dependencies = [ 1241 "autocfg", 1242 "scopeguard", 1243] 1244 1245[[package]] 1246name = "log" 1247version = "0.4.22" 1248source = "registry+https://github.com/rust-lang/crates.io-index" 1249checksum = "a7a70ba024b9dc04c27ea2f0c0548feb474ec5c54bba33a7f72f873a39d07b24" 1250 1251[[package]] 1252name = "loom" 1253version = "0.5.6" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "ff50ecb28bb86013e935fb6683ab1f6d3a20016f123c76fd4c27470076ac30f5" 1256dependencies = [ 1257 "cfg-if", 1258 "generator", 1259 "scoped-tls", 1260 "serde", 1261 "serde_json", 1262 "tracing", 1263 "tracing-subscriber", 1264] 1265 1266[[package]] 1267name = "lru" 1268version = "0.12.5" 1269source = "registry+https://github.com/rust-lang/crates.io-index" 1270checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1271dependencies = [ 1272 "hashbrown 0.15.0", 1273] 1274 1275[[package]] 1276name = "matchers" 1277version = "0.1.0" 1278source = "registry+https://github.com/rust-lang/crates.io-index" 1279checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558" 1280dependencies = [ 1281 "regex-automata 0.1.10", 1282] 1283 1284[[package]] 1285name = "memchr" 1286version = "2.7.4" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "78ca9ab1a0babb1e7d5695e3530886289c18cf2f87ec19a575a0abdce112e3a3" 1289 1290[[package]] 1291name = "mime" 1292version = "0.3.17" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1295 1296[[package]] 1297name = "miniz_oxide" 1298version = "0.8.0" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "e2d80299ef12ff69b16a84bb182e3b9df68b5a91574d3d4fa6e41b65deec4df1" 1301dependencies = [ 1302 "adler2", 1303] 1304 1305[[package]] 1306name = "mio" 1307version = "1.0.2" 1308source = "registry+https://github.com/rust-lang/crates.io-index" 1309checksum = "80e04d1dcff3aae0704555fe5fee3bcfaf3d1fdf8a7e521d5b9d2b42acb52cec" 1310dependencies = [ 1311 "hermit-abi 0.3.9", 1312 "libc", 1313 "wasi 0.11.0+wasi-snapshot-preview1", 1314 "windows-sys 0.52.0", 1315] 1316 1317[[package]] 1318name = "moka" 1319version = "0.12.11" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077" 1322dependencies = [ 1323 "async-lock", 1324 "crossbeam-channel", 1325 "crossbeam-epoch", 1326 "crossbeam-utils", 1327 "equivalent", 1328 "event-listener", 1329 "futures-util", 1330 "parking_lot", 1331 "portable-atomic", 1332 "rustc_version", 1333 "smallvec", 1334 "tagptr", 1335 "uuid", 1336] 1337 1338[[package]] 1339name = "multer" 1340version = "3.1.0" 1341source = "registry+https://github.com/rust-lang/crates.io-index" 1342checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 1343dependencies = [ 1344 "bytes", 1345 "encoding_rs", 1346 "futures-util", 1347 "http 1.1.0", 1348 "httparse", 1349 "memchr", 1350 "mime", 1351 "spin", 1352 "tokio", 1353 "tokio-util", 1354 "version_check", 1355] 1356 1357[[package]] 1358name = "multibase" 1359version = "0.9.1" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "9b3539ec3c1f04ac9748a260728e855f261b4977f5c3406612c884564f329404" 1362dependencies = [ 1363 "base-x", 1364 "data-encoding", 1365 "data-encoding-macro", 1366] 1367 1368[[package]] 1369name = "multihash" 1370version = "0.19.2" 1371source = "registry+https://github.com/rust-lang/crates.io-index" 1372checksum = "cc41f430805af9d1cf4adae4ed2149c759b877b01d909a1f40256188d09345d2" 1373dependencies = [ 1374 "core2", 1375 "serde", 1376 "unsigned-varint", 1377] 1378 1379[[package]] 1380name = "native-tls" 1381version = "0.2.12" 1382source = "registry+https://github.com/rust-lang/crates.io-index" 1383checksum = "a8614eb2c83d59d1c8cc974dd3f920198647674a0a035e1af1fa58707e317466" 1384dependencies = [ 1385 "libc", 1386 "log", 1387 "openssl", 1388 "openssl-probe", 1389 "openssl-sys", 1390 "schannel", 1391 "security-framework", 1392 "security-framework-sys", 1393 "tempfile", 1394] 1395 1396[[package]] 1397name = "nu-ansi-term" 1398version = "0.46.0" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84" 1401dependencies = [ 1402 "overload", 1403 "winapi", 1404] 1405 1406[[package]] 1407name = "num-conv" 1408version = "0.1.0" 1409source = "registry+https://github.com/rust-lang/crates.io-index" 1410checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1411 1412[[package]] 1413name = "num-traits" 1414version = "0.2.19" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1417dependencies = [ 1418 "autocfg", 1419] 1420 1421[[package]] 1422name = "num_cpus" 1423version = "1.16.0" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43" 1426dependencies = [ 1427 "hermit-abi 0.3.9", 1428 "libc", 1429] 1430 1431[[package]] 1432name = "object" 1433version = "0.36.5" 1434source = "registry+https://github.com/rust-lang/crates.io-index" 1435checksum = "aedf0a2d09c573ed1d8d85b30c119153926a2b36dce0ab28322c09a117a4683e" 1436dependencies = [ 1437 "memchr", 1438] 1439 1440[[package]] 1441name = "once_cell" 1442version = "1.20.2" 1443source = "registry+https://github.com/rust-lang/crates.io-index" 1444checksum = "1261fe7e33c73b354eab43b1273a57c8f967d0391e80353e51f764ac02cf6775" 1445 1446[[package]] 1447name = "openssl" 1448version = "0.10.68" 1449source = "registry+https://github.com/rust-lang/crates.io-index" 1450checksum = "6174bc48f102d208783c2c84bf931bb75927a617866870de8a4ea85597f871f5" 1451dependencies = [ 1452 "bitflags", 1453 "cfg-if", 1454 "foreign-types", 1455 "libc", 1456 "once_cell", 1457 "openssl-macros", 1458 "openssl-sys", 1459] 1460 1461[[package]] 1462name = "openssl-macros" 1463version = "0.1.1" 1464source = "registry+https://github.com/rust-lang/crates.io-index" 1465checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1466dependencies = [ 1467 "proc-macro2", 1468 "quote", 1469 "syn 2.0.106", 1470] 1471 1472[[package]] 1473name = "openssl-probe" 1474version = "0.1.5" 1475source = "registry+https://github.com/rust-lang/crates.io-index" 1476checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf" 1477 1478[[package]] 1479name = "openssl-sys" 1480version = "0.9.104" 1481source = "registry+https://github.com/rust-lang/crates.io-index" 1482checksum = "45abf306cbf99debc8195b66b7346498d7b10c210de50418b5ccd7ceba08c741" 1483dependencies = [ 1484 "cc", 1485 "libc", 1486 "pkg-config", 1487 "vcpkg", 1488] 1489 1490[[package]] 1491name = "overload" 1492version = "0.1.1" 1493source = "registry+https://github.com/rust-lang/crates.io-index" 1494checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39" 1495 1496[[package]] 1497name = "parking" 1498version = "2.2.1" 1499source = "registry+https://github.com/rust-lang/crates.io-index" 1500checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 1501 1502[[package]] 1503name = "parking_lot" 1504version = "0.12.3" 1505source = "registry+https://github.com/rust-lang/crates.io-index" 1506checksum = "f1bf18183cf54e8d6059647fc3063646a1801cf30896933ec2311622cc4b9a27" 1507dependencies = [ 1508 "lock_api", 1509 "parking_lot_core", 1510] 1511 1512[[package]] 1513name = "parking_lot_core" 1514version = "0.9.10" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "1e401f977ab385c9e4e3ab30627d6f26d00e2c73eef317493c4ec6d468726cf8" 1517dependencies = [ 1518 "cfg-if", 1519 "libc", 1520 "redox_syscall", 1521 "smallvec", 1522 "windows-targets 0.52.6", 1523] 1524 1525[[package]] 1526name = "pear" 1527version = "0.2.9" 1528source = "registry+https://github.com/rust-lang/crates.io-index" 1529checksum = "bdeeaa00ce488657faba8ebf44ab9361f9365a97bd39ffb8a60663f57ff4b467" 1530dependencies = [ 1531 "inlinable_string", 1532 "pear_codegen", 1533 "yansi", 1534] 1535 1536[[package]] 1537name = "pear_codegen" 1538version = "0.2.9" 1539source = "registry+https://github.com/rust-lang/crates.io-index" 1540checksum = "4bab5b985dc082b345f812b7df84e1bef27e7207b39e448439ba8bd69c93f147" 1541dependencies = [ 1542 "proc-macro2", 1543 "proc-macro2-diagnostics", 1544 "quote", 1545 "syn 2.0.106", 1546] 1547 1548[[package]] 1549name = "percent-encoding" 1550version = "2.3.2" 1551source = "registry+https://github.com/rust-lang/crates.io-index" 1552checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1553 1554[[package]] 1555name = "pin-project-lite" 1556version = "0.2.15" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "915a1e146535de9163f3987b8944ed8cf49a18bb0056bcebcdcece385cece4ff" 1559 1560[[package]] 1561name = "pin-utils" 1562version = "0.1.0" 1563source = "registry+https://github.com/rust-lang/crates.io-index" 1564checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1565 1566[[package]] 1567name = "pkg-config" 1568version = "0.3.31" 1569source = "registry+https://github.com/rust-lang/crates.io-index" 1570checksum = "953ec861398dccce10c670dfeaf3ec4911ca479e9c02154b3a215178c5f566f2" 1571 1572[[package]] 1573name = "portable-atomic" 1574version = "1.11.1" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483" 1577 1578[[package]] 1579name = "potential_utf" 1580version = "0.1.3" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 1583dependencies = [ 1584 "zerovec", 1585] 1586 1587[[package]] 1588name = "powerfmt" 1589version = "0.2.0" 1590source = "registry+https://github.com/rust-lang/crates.io-index" 1591checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1592 1593[[package]] 1594name = "ppv-lite86" 1595version = "0.2.20" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "77957b295656769bb8ad2b6a6b09d897d94f05c41b069aede1fcdaa675eaea04" 1598dependencies = [ 1599 "zerocopy", 1600] 1601 1602[[package]] 1603name = "proc-macro2" 1604version = "1.0.101" 1605source = "registry+https://github.com/rust-lang/crates.io-index" 1606checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de" 1607dependencies = [ 1608 "unicode-ident", 1609] 1610 1611[[package]] 1612name = "proc-macro2-diagnostics" 1613version = "0.10.1" 1614source = "registry+https://github.com/rust-lang/crates.io-index" 1615checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 1616dependencies = [ 1617 "proc-macro2", 1618 "quote", 1619 "syn 2.0.106", 1620 "version_check", 1621 "yansi", 1622] 1623 1624[[package]] 1625name = "psl" 1626version = "2.1.55" 1627source = "registry+https://github.com/rust-lang/crates.io-index" 1628checksum = "ce9398ad066421139b2e3afe16ea46772ffda30bd9ba57554dc035df5e26edc8" 1629dependencies = [ 1630 "psl-types", 1631] 1632 1633[[package]] 1634name = "psl-types" 1635version = "2.0.11" 1636source = "registry+https://github.com/rust-lang/crates.io-index" 1637checksum = "33cb294fe86a74cbcf50d4445b37da762029549ebeea341421c7c70370f86cac" 1638 1639[[package]] 1640name = "quinn" 1641version = "0.11.5" 1642source = "registry+https://github.com/rust-lang/crates.io-index" 1643checksum = "8c7c5fdde3cdae7203427dc4f0a68fe0ed09833edc525a03456b153b79828684" 1644dependencies = [ 1645 "bytes", 1646 "pin-project-lite", 1647 "quinn-proto", 1648 "quinn-udp", 1649 "rustc-hash", 1650 "rustls", 1651 "socket2 0.5.7", 1652 "thiserror 1.0.66", 1653 "tokio", 1654 "tracing", 1655] 1656 1657[[package]] 1658name = "quinn-proto" 1659version = "0.11.8" 1660source = "registry+https://github.com/rust-lang/crates.io-index" 1661checksum = "fadfaed2cd7f389d0161bb73eeb07b7b78f8691047a6f3e73caaeae55310a4a6" 1662dependencies = [ 1663 "bytes", 1664 "rand", 1665 "ring", 1666 "rustc-hash", 1667 "rustls", 1668 "slab", 1669 "thiserror 1.0.66", 1670 "tinyvec", 1671 "tracing", 1672] 1673 1674[[package]] 1675name = "quinn-udp" 1676version = "0.5.6" 1677source = "registry+https://github.com/rust-lang/crates.io-index" 1678checksum = "e346e016eacfff12233c243718197ca12f148c84e1e84268a896699b41c71780" 1679dependencies = [ 1680 "cfg_aliases", 1681 "libc", 1682 "once_cell", 1683 "socket2 0.5.7", 1684 "tracing", 1685 "windows-sys 0.59.0", 1686] 1687 1688[[package]] 1689name = "quote" 1690version = "1.0.37" 1691source = "registry+https://github.com/rust-lang/crates.io-index" 1692checksum = "b5b9d34b8991d19d98081b46eacdd8eb58c6f2b201139f7c5f643cc155a633af" 1693dependencies = [ 1694 "proc-macro2", 1695] 1696 1697[[package]] 1698name = "r-efi" 1699version = "5.3.0" 1700source = "registry+https://github.com/rust-lang/crates.io-index" 1701checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1702 1703[[package]] 1704name = "rand" 1705version = "0.8.5" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 1708dependencies = [ 1709 "libc", 1710 "rand_chacha", 1711 "rand_core", 1712] 1713 1714[[package]] 1715name = "rand_chacha" 1716version = "0.3.1" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 1719dependencies = [ 1720 "ppv-lite86", 1721 "rand_core", 1722] 1723 1724[[package]] 1725name = "rand_core" 1726version = "0.6.4" 1727source = "registry+https://github.com/rust-lang/crates.io-index" 1728checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 1729dependencies = [ 1730 "getrandom 0.2.15", 1731] 1732 1733[[package]] 1734name = "redox_syscall" 1735version = "0.5.7" 1736source = "registry+https://github.com/rust-lang/crates.io-index" 1737checksum = "9b6dfecf2c74bce2466cabf93f6664d6998a69eb21e39f4207930065b27b771f" 1738dependencies = [ 1739 "bitflags", 1740] 1741 1742[[package]] 1743name = "ref-cast" 1744version = "1.0.23" 1745source = "registry+https://github.com/rust-lang/crates.io-index" 1746checksum = "ccf0a6f84d5f1d581da8b41b47ec8600871962f2a528115b542b362d4b744931" 1747dependencies = [ 1748 "ref-cast-impl", 1749] 1750 1751[[package]] 1752name = "ref-cast-impl" 1753version = "1.0.23" 1754source = "registry+https://github.com/rust-lang/crates.io-index" 1755checksum = "bcc303e793d3734489387d205e9b186fac9c6cfacedd98cbb2e8a5943595f3e6" 1756dependencies = [ 1757 "proc-macro2", 1758 "quote", 1759 "syn 2.0.106", 1760] 1761 1762[[package]] 1763name = "regex" 1764version = "1.11.1" 1765source = "registry+https://github.com/rust-lang/crates.io-index" 1766checksum = "b544ef1b4eac5dc2db33ea63606ae9ffcfac26c1416a2806ae0bf5f56b201191" 1767dependencies = [ 1768 "aho-corasick", 1769 "memchr", 1770 "regex-automata 0.4.8", 1771 "regex-syntax 0.8.5", 1772] 1773 1774[[package]] 1775name = "regex-automata" 1776version = "0.1.10" 1777source = "registry+https://github.com/rust-lang/crates.io-index" 1778checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132" 1779dependencies = [ 1780 "regex-syntax 0.6.29", 1781] 1782 1783[[package]] 1784name = "regex-automata" 1785version = "0.4.8" 1786source = "registry+https://github.com/rust-lang/crates.io-index" 1787checksum = "368758f23274712b504848e9d5a6f010445cc8b87a7cdb4d7cbee666c1288da3" 1788dependencies = [ 1789 "aho-corasick", 1790 "memchr", 1791 "regex-syntax 0.8.5", 1792] 1793 1794[[package]] 1795name = "regex-syntax" 1796version = "0.6.29" 1797source = "registry+https://github.com/rust-lang/crates.io-index" 1798checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1" 1799 1800[[package]] 1801name = "regex-syntax" 1802version = "0.8.5" 1803source = "registry+https://github.com/rust-lang/crates.io-index" 1804checksum = "2b15c43186be67a4fd63bee50d0303afffcef381492ebe2c5d87f324e1b8815c" 1805 1806[[package]] 1807name = "reqwest" 1808version = "0.12.9" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "a77c62af46e79de0a562e1a9849205ffcb7fc1238876e9bd743357570e04046f" 1811dependencies = [ 1812 "async-compression", 1813 "base64", 1814 "bytes", 1815 "encoding_rs", 1816 "futures-core", 1817 "futures-util", 1818 "h2 0.4.6", 1819 "http 1.1.0", 1820 "http-body 1.0.1", 1821 "http-body-util", 1822 "hyper 1.5.0", 1823 "hyper-rustls", 1824 "hyper-tls", 1825 "hyper-util", 1826 "ipnet", 1827 "js-sys", 1828 "log", 1829 "mime", 1830 "native-tls", 1831 "once_cell", 1832 "percent-encoding", 1833 "pin-project-lite", 1834 "quinn", 1835 "rustls", 1836 "rustls-pemfile", 1837 "rustls-pki-types", 1838 "serde", 1839 "serde_json", 1840 "serde_urlencoded", 1841 "sync_wrapper", 1842 "system-configuration", 1843 "tokio", 1844 "tokio-native-tls", 1845 "tokio-rustls", 1846 "tokio-util", 1847 "tower-service", 1848 "url", 1849 "wasm-bindgen", 1850 "wasm-bindgen-futures", 1851 "web-sys", 1852 "webpki-roots", 1853 "windows-registry", 1854] 1855 1856[[package]] 1857name = "ring" 1858version = "0.17.8" 1859source = "registry+https://github.com/rust-lang/crates.io-index" 1860checksum = "c17fa4cb658e3583423e915b9f3acc01cceaee1860e33d59ebae66adc3a2dc0d" 1861dependencies = [ 1862 "cc", 1863 "cfg-if", 1864 "getrandom 0.2.15", 1865 "libc", 1866 "spin", 1867 "untrusted", 1868 "windows-sys 0.52.0", 1869] 1870 1871[[package]] 1872name = "rocket" 1873version = "0.5.1" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "a516907296a31df7dc04310e7043b61d71954d703b603cc6867a026d7e72d73f" 1876dependencies = [ 1877 "async-stream", 1878 "async-trait", 1879 "atomic 0.5.3", 1880 "binascii", 1881 "bytes", 1882 "either", 1883 "figment", 1884 "futures", 1885 "indexmap", 1886 "log", 1887 "memchr", 1888 "multer", 1889 "num_cpus", 1890 "parking_lot", 1891 "pin-project-lite", 1892 "rand", 1893 "ref-cast", 1894 "rocket_codegen", 1895 "rocket_http", 1896 "serde", 1897 "state", 1898 "tempfile", 1899 "time", 1900 "tokio", 1901 "tokio-stream", 1902 "tokio-util", 1903 "ubyte", 1904 "version_check", 1905 "yansi", 1906] 1907 1908[[package]] 1909name = "rocket_codegen" 1910version = "0.5.1" 1911source = "registry+https://github.com/rust-lang/crates.io-index" 1912checksum = "575d32d7ec1a9770108c879fc7c47815a80073f96ca07ff9525a94fcede1dd46" 1913dependencies = [ 1914 "devise", 1915 "glob", 1916 "indexmap", 1917 "proc-macro2", 1918 "quote", 1919 "rocket_http", 1920 "syn 2.0.106", 1921 "unicode-xid", 1922 "version_check", 1923] 1924 1925[[package]] 1926name = "rocket_http" 1927version = "0.5.1" 1928source = "registry+https://github.com/rust-lang/crates.io-index" 1929checksum = "e274915a20ee3065f611c044bd63c40757396b6dbc057d6046aec27f14f882b9" 1930dependencies = [ 1931 "cookie", 1932 "either", 1933 "futures", 1934 "http 0.2.12", 1935 "hyper 0.14.31", 1936 "indexmap", 1937 "log", 1938 "memchr", 1939 "pear", 1940 "percent-encoding", 1941 "pin-project-lite", 1942 "ref-cast", 1943 "serde", 1944 "smallvec", 1945 "stable-pattern", 1946 "state", 1947 "time", 1948 "tokio", 1949 "uncased", 1950] 1951 1952[[package]] 1953name = "rustc-demangle" 1954version = "0.1.24" 1955source = "registry+https://github.com/rust-lang/crates.io-index" 1956checksum = "719b953e2095829ee67db738b3bfa9fa368c94900df327b3f07fe6e794d2fe1f" 1957 1958[[package]] 1959name = "rustc-hash" 1960version = "2.0.0" 1961source = "registry+https://github.com/rust-lang/crates.io-index" 1962checksum = "583034fd73374156e66797ed8e5b0d5690409c9226b22d87cb7f19821c05d152" 1963 1964[[package]] 1965name = "rustc_version" 1966version = "0.4.1" 1967source = "registry+https://github.com/rust-lang/crates.io-index" 1968checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 1969dependencies = [ 1970 "semver", 1971] 1972 1973[[package]] 1974name = "rustix" 1975version = "0.38.38" 1976source = "registry+https://github.com/rust-lang/crates.io-index" 1977checksum = "aa260229e6538e52293eeb577aabd09945a09d6d9cc0fc550ed7529056c2e32a" 1978dependencies = [ 1979 "bitflags", 1980 "errno", 1981 "libc", 1982 "linux-raw-sys", 1983 "windows-sys 0.52.0", 1984] 1985 1986[[package]] 1987name = "rustls" 1988version = "0.23.16" 1989source = "registry+https://github.com/rust-lang/crates.io-index" 1990checksum = "eee87ff5d9b36712a58574e12e9f0ea80f915a5b0ac518d322b24a465617925e" 1991dependencies = [ 1992 "once_cell", 1993 "ring", 1994 "rustls-pki-types", 1995 "rustls-webpki", 1996 "subtle", 1997 "zeroize", 1998] 1999 2000[[package]] 2001name = "rustls-pemfile" 2002version = "2.2.0" 2003source = "registry+https://github.com/rust-lang/crates.io-index" 2004checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50" 2005dependencies = [ 2006 "rustls-pki-types", 2007] 2008 2009[[package]] 2010name = "rustls-pki-types" 2011version = "1.10.0" 2012source = "registry+https://github.com/rust-lang/crates.io-index" 2013checksum = "16f1201b3c9a7ee8039bcadc17b7e605e2945b27eee7631788c1bd2b0643674b" 2014 2015[[package]] 2016name = "rustls-webpki" 2017version = "0.102.8" 2018source = "registry+https://github.com/rust-lang/crates.io-index" 2019checksum = "64ca1bc8749bd4cf37b5ce386cc146580777b4e8572c7b97baf22c83f444bee9" 2020dependencies = [ 2021 "ring", 2022 "rustls-pki-types", 2023 "untrusted", 2024] 2025 2026[[package]] 2027name = "rustversion" 2028version = "1.0.18" 2029source = "registry+https://github.com/rust-lang/crates.io-index" 2030checksum = "0e819f2bc632f285be6d7cd36e25940d45b2391dd6d9b939e79de557f7014248" 2031 2032[[package]] 2033name = "ryu" 2034version = "1.0.18" 2035source = "registry+https://github.com/rust-lang/crates.io-index" 2036checksum = "f3cb5ba0dc43242ce17de99c180e96db90b235b8a9fdc9543c96d2209116bd9f" 2037 2038[[package]] 2039name = "schannel" 2040version = "0.1.26" 2041source = "registry+https://github.com/rust-lang/crates.io-index" 2042checksum = "01227be5826fa0690321a2ba6c5cd57a19cf3f6a09e76973b58e61de6ab9d1c1" 2043dependencies = [ 2044 "windows-sys 0.59.0", 2045] 2046 2047[[package]] 2048name = "scoped-tls" 2049version = "1.0.1" 2050source = "registry+https://github.com/rust-lang/crates.io-index" 2051checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294" 2052 2053[[package]] 2054name = "scopeguard" 2055version = "1.2.0" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2058 2059[[package]] 2060name = "security-framework" 2061version = "2.11.1" 2062source = "registry+https://github.com/rust-lang/crates.io-index" 2063checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2064dependencies = [ 2065 "bitflags", 2066 "core-foundation", 2067 "core-foundation-sys", 2068 "libc", 2069 "security-framework-sys", 2070] 2071 2072[[package]] 2073name = "security-framework-sys" 2074version = "2.12.0" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "ea4a292869320c0272d7bc55a5a6aafaff59b4f63404a003887b679a2e05b4b6" 2077dependencies = [ 2078 "core-foundation-sys", 2079 "libc", 2080] 2081 2082[[package]] 2083name = "semver" 2084version = "1.0.27" 2085source = "registry+https://github.com/rust-lang/crates.io-index" 2086checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2087 2088[[package]] 2089name = "serde" 2090version = "1.0.227" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "80ece43fc6fbed4eb5392ab50c07334d3e577cbf40997ee896fe7af40bba4245" 2093dependencies = [ 2094 "serde_core", 2095 "serde_derive", 2096] 2097 2098[[package]] 2099name = "serde_bytes" 2100version = "0.11.15" 2101source = "registry+https://github.com/rust-lang/crates.io-index" 2102checksum = "387cc504cb06bb40a96c8e04e951fe01854cf6bc921053c954e4a606d9675c6a" 2103dependencies = [ 2104 "serde", 2105] 2106 2107[[package]] 2108name = "serde_core" 2109version = "1.0.227" 2110source = "registry+https://github.com/rust-lang/crates.io-index" 2111checksum = "7a576275b607a2c86ea29e410193df32bc680303c82f31e275bbfcafe8b33be5" 2112dependencies = [ 2113 "serde_derive", 2114] 2115 2116[[package]] 2117name = "serde_derive" 2118version = "1.0.227" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "51e694923b8824cf0e9b382adf0f60d4e05f348f357b38833a3fa5ed7c2ede04" 2121dependencies = [ 2122 "proc-macro2", 2123 "quote", 2124 "syn 2.0.106", 2125] 2126 2127[[package]] 2128name = "serde_html_form" 2129version = "0.2.6" 2130source = "registry+https://github.com/rust-lang/crates.io-index" 2131checksum = "8de514ef58196f1fc96dcaef80fe6170a1ce6215df9687a93fe8300e773fefc5" 2132dependencies = [ 2133 "form_urlencoded", 2134 "indexmap", 2135 "itoa", 2136 "ryu", 2137 "serde", 2138] 2139 2140[[package]] 2141name = "serde_json" 2142version = "1.0.145" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 2145dependencies = [ 2146 "itoa", 2147 "memchr", 2148 "ryu", 2149 "serde", 2150 "serde_core", 2151] 2152 2153[[package]] 2154name = "serde_spanned" 2155version = "0.6.8" 2156source = "registry+https://github.com/rust-lang/crates.io-index" 2157checksum = "87607cb1398ed59d48732e575a4c28a7a8ebf2454b964fe3f224f2afc07909e1" 2158dependencies = [ 2159 "serde", 2160] 2161 2162[[package]] 2163name = "serde_urlencoded" 2164version = "0.7.1" 2165source = "registry+https://github.com/rust-lang/crates.io-index" 2166checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 2167dependencies = [ 2168 "form_urlencoded", 2169 "itoa", 2170 "ryu", 2171 "serde", 2172] 2173 2174[[package]] 2175name = "sharded-slab" 2176version = "0.1.7" 2177source = "registry+https://github.com/rust-lang/crates.io-index" 2178checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 2179dependencies = [ 2180 "lazy_static", 2181] 2182 2183[[package]] 2184name = "shlex" 2185version = "1.3.0" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 2188 2189[[package]] 2190name = "signal-hook-registry" 2191version = "1.4.2" 2192source = "registry+https://github.com/rust-lang/crates.io-index" 2193checksum = "a9e9e0b4211b72e7b8b6e85c807d36c212bdb33ea8587f7569562a84df5465b1" 2194dependencies = [ 2195 "libc", 2196] 2197 2198[[package]] 2199name = "slab" 2200version = "0.4.9" 2201source = "registry+https://github.com/rust-lang/crates.io-index" 2202checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67" 2203dependencies = [ 2204 "autocfg", 2205] 2206 2207[[package]] 2208name = "smallvec" 2209version = "1.13.2" 2210source = "registry+https://github.com/rust-lang/crates.io-index" 2211checksum = "3c5e1a9a646d36c3599cd173a41282daf47c44583ad367b8e6837255952e5c67" 2212 2213[[package]] 2214name = "socket2" 2215version = "0.5.7" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "ce305eb0b4296696835b71df73eb912e0f1ffd2556a501fcede6e0c50349191c" 2218dependencies = [ 2219 "libc", 2220 "windows-sys 0.52.0", 2221] 2222 2223[[package]] 2224name = "socket2" 2225version = "0.6.0" 2226source = "registry+https://github.com/rust-lang/crates.io-index" 2227checksum = "233504af464074f9d066d7b5416c5f9b894a5862a6506e306f7b816cdd6f1807" 2228dependencies = [ 2229 "libc", 2230 "windows-sys 0.59.0", 2231] 2232 2233[[package]] 2234name = "spin" 2235version = "0.9.8" 2236source = "registry+https://github.com/rust-lang/crates.io-index" 2237checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 2238 2239[[package]] 2240name = "stable-pattern" 2241version = "0.1.0" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "4564168c00635f88eaed410d5efa8131afa8d8699a612c80c455a0ba05c21045" 2244dependencies = [ 2245 "memchr", 2246] 2247 2248[[package]] 2249name = "stable_deref_trait" 2250version = "1.2.0" 2251source = "registry+https://github.com/rust-lang/crates.io-index" 2252checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3" 2253 2254[[package]] 2255name = "state" 2256version = "0.6.0" 2257source = "registry+https://github.com/rust-lang/crates.io-index" 2258checksum = "2b8c4a4445d81357df8b1a650d0d0d6fbbbfe99d064aa5e02f3e4022061476d8" 2259dependencies = [ 2260 "loom", 2261] 2262 2263[[package]] 2264name = "subtle" 2265version = "2.6.1" 2266source = "registry+https://github.com/rust-lang/crates.io-index" 2267checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 2268 2269[[package]] 2270name = "syn" 2271version = "1.0.109" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 2274dependencies = [ 2275 "proc-macro2", 2276 "quote", 2277 "unicode-ident", 2278] 2279 2280[[package]] 2281name = "syn" 2282version = "2.0.106" 2283source = "registry+https://github.com/rust-lang/crates.io-index" 2284checksum = "ede7c438028d4436d71104916910f5bb611972c5cfd7f89b8300a8186e6fada6" 2285dependencies = [ 2286 "proc-macro2", 2287 "quote", 2288 "unicode-ident", 2289] 2290 2291[[package]] 2292name = "sync_wrapper" 2293version = "1.0.1" 2294source = "registry+https://github.com/rust-lang/crates.io-index" 2295checksum = "a7065abeca94b6a8a577f9bd45aa0867a2238b74e8eb67cf10d492bc39351394" 2296dependencies = [ 2297 "futures-core", 2298] 2299 2300[[package]] 2301name = "synstructure" 2302version = "0.13.2" 2303source = "registry+https://github.com/rust-lang/crates.io-index" 2304checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 2305dependencies = [ 2306 "proc-macro2", 2307 "quote", 2308 "syn 2.0.106", 2309] 2310 2311[[package]] 2312name = "system-configuration" 2313version = "0.6.1" 2314source = "registry+https://github.com/rust-lang/crates.io-index" 2315checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 2316dependencies = [ 2317 "bitflags", 2318 "core-foundation", 2319 "system-configuration-sys", 2320] 2321 2322[[package]] 2323name = "system-configuration-sys" 2324version = "0.6.0" 2325source = "registry+https://github.com/rust-lang/crates.io-index" 2326checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 2327dependencies = [ 2328 "core-foundation-sys", 2329 "libc", 2330] 2331 2332[[package]] 2333name = "tagptr" 2334version = "0.2.0" 2335source = "registry+https://github.com/rust-lang/crates.io-index" 2336checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417" 2337 2338[[package]] 2339name = "tempfile" 2340version = "3.13.0" 2341source = "registry+https://github.com/rust-lang/crates.io-index" 2342checksum = "f0f2c9fc62d0beef6951ccffd757e241266a2c833136efbe35af6cd2567dca5b" 2343dependencies = [ 2344 "cfg-if", 2345 "fastrand", 2346 "once_cell", 2347 "rustix", 2348 "windows-sys 0.59.0", 2349] 2350 2351[[package]] 2352name = "thiserror" 2353version = "1.0.66" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "5d171f59dbaa811dbbb1aee1e73db92ec2b122911a48e1390dfe327a821ddede" 2356dependencies = [ 2357 "thiserror-impl 1.0.66", 2358] 2359 2360[[package]] 2361name = "thiserror" 2362version = "2.0.16" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "3467d614147380f2e4e374161426ff399c91084acd2363eaf549172b3d5e60c0" 2365dependencies = [ 2366 "thiserror-impl 2.0.16", 2367] 2368 2369[[package]] 2370name = "thiserror-impl" 2371version = "1.0.66" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "b08be0f17bd307950653ce45db00cd31200d82b624b36e181337d9c7d92765b5" 2374dependencies = [ 2375 "proc-macro2", 2376 "quote", 2377 "syn 2.0.106", 2378] 2379 2380[[package]] 2381name = "thiserror-impl" 2382version = "2.0.16" 2383source = "registry+https://github.com/rust-lang/crates.io-index" 2384checksum = "6c5e1be1c48b9172ee610da68fd9cd2770e7a4056cb3fc98710ee6906f0c7960" 2385dependencies = [ 2386 "proc-macro2", 2387 "quote", 2388 "syn 2.0.106", 2389] 2390 2391[[package]] 2392name = "thread_local" 2393version = "1.1.8" 2394source = "registry+https://github.com/rust-lang/crates.io-index" 2395checksum = "8b9ef9bad013ada3808854ceac7b46812a6465ba368859a37e2100283d2d719c" 2396dependencies = [ 2397 "cfg-if", 2398 "once_cell", 2399] 2400 2401[[package]] 2402name = "time" 2403version = "0.3.36" 2404source = "registry+https://github.com/rust-lang/crates.io-index" 2405checksum = "5dfd88e563464686c916c7e46e623e520ddc6d79fa6641390f2e3fa86e83e885" 2406dependencies = [ 2407 "deranged", 2408 "itoa", 2409 "num-conv", 2410 "powerfmt", 2411 "serde", 2412 "time-core", 2413 "time-macros", 2414] 2415 2416[[package]] 2417name = "time-core" 2418version = "0.1.2" 2419source = "registry+https://github.com/rust-lang/crates.io-index" 2420checksum = "ef927ca75afb808a4d64dd374f00a2adf8d0fcff8e7b184af886c3c87ec4a3f3" 2421 2422[[package]] 2423name = "time-macros" 2424version = "0.2.18" 2425source = "registry+https://github.com/rust-lang/crates.io-index" 2426checksum = "3f252a68540fde3a3877aeea552b832b40ab9a69e318efd078774a01ddee1ccf" 2427dependencies = [ 2428 "num-conv", 2429 "time-core", 2430] 2431 2432[[package]] 2433name = "tinystr" 2434version = "0.8.1" 2435source = "registry+https://github.com/rust-lang/crates.io-index" 2436checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 2437dependencies = [ 2438 "displaydoc", 2439 "zerovec", 2440] 2441 2442[[package]] 2443name = "tinyvec" 2444version = "1.8.0" 2445source = "registry+https://github.com/rust-lang/crates.io-index" 2446checksum = "445e881f4f6d382d5f27c034e25eb92edd7c784ceab92a0937db7f2e9471b938" 2447dependencies = [ 2448 "tinyvec_macros", 2449] 2450 2451[[package]] 2452name = "tinyvec_macros" 2453version = "0.1.1" 2454source = "registry+https://github.com/rust-lang/crates.io-index" 2455checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2456 2457[[package]] 2458name = "tokio" 2459version = "1.47.1" 2460source = "registry+https://github.com/rust-lang/crates.io-index" 2461checksum = "89e49afdadebb872d3145a5638b59eb0691ea23e46ca484037cfab3b76b95038" 2462dependencies = [ 2463 "backtrace", 2464 "bytes", 2465 "io-uring", 2466 "libc", 2467 "mio", 2468 "pin-project-lite", 2469 "signal-hook-registry", 2470 "slab", 2471 "socket2 0.6.0", 2472 "tokio-macros", 2473 "windows-sys 0.59.0", 2474] 2475 2476[[package]] 2477name = "tokio-macros" 2478version = "2.5.0" 2479source = "registry+https://github.com/rust-lang/crates.io-index" 2480checksum = "6e06d43f1345a3bcd39f6a56dbb7dcab2ba47e68e8ac134855e7e2bdbaf8cab8" 2481dependencies = [ 2482 "proc-macro2", 2483 "quote", 2484 "syn 2.0.106", 2485] 2486 2487[[package]] 2488name = "tokio-native-tls" 2489version = "0.3.1" 2490source = "registry+https://github.com/rust-lang/crates.io-index" 2491checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 2492dependencies = [ 2493 "native-tls", 2494 "tokio", 2495] 2496 2497[[package]] 2498name = "tokio-rustls" 2499version = "0.26.0" 2500source = "registry+https://github.com/rust-lang/crates.io-index" 2501checksum = "0c7bc40d0e5a97695bb96e27995cd3a08538541b0a846f65bba7a359f36700d4" 2502dependencies = [ 2503 "rustls", 2504 "rustls-pki-types", 2505 "tokio", 2506] 2507 2508[[package]] 2509name = "tokio-stream" 2510version = "0.1.16" 2511source = "registry+https://github.com/rust-lang/crates.io-index" 2512checksum = "4f4e6ce100d0eb49a2734f8c0812bcd324cf357d21810932c5df6b96ef2b86f1" 2513dependencies = [ 2514 "futures-core", 2515 "pin-project-lite", 2516 "tokio", 2517] 2518 2519[[package]] 2520name = "tokio-util" 2521version = "0.7.12" 2522source = "registry+https://github.com/rust-lang/crates.io-index" 2523checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" 2524dependencies = [ 2525 "bytes", 2526 "futures-core", 2527 "futures-sink", 2528 "pin-project-lite", 2529 "tokio", 2530] 2531 2532[[package]] 2533name = "toml" 2534version = "0.8.19" 2535source = "registry+https://github.com/rust-lang/crates.io-index" 2536checksum = "a1ed1f98e3fdc28d6d910e6737ae6ab1a93bf1985935a1193e68f93eeb68d24e" 2537dependencies = [ 2538 "serde", 2539 "serde_spanned", 2540 "toml_datetime", 2541 "toml_edit", 2542] 2543 2544[[package]] 2545name = "toml_datetime" 2546version = "0.6.8" 2547source = "registry+https://github.com/rust-lang/crates.io-index" 2548checksum = "0dd7358ecb8fc2f8d014bf86f6f638ce72ba252a2c3a2572f2a795f1d23efb41" 2549dependencies = [ 2550 "serde", 2551] 2552 2553[[package]] 2554name = "toml_edit" 2555version = "0.22.22" 2556source = "registry+https://github.com/rust-lang/crates.io-index" 2557checksum = "4ae48d6208a266e853d946088ed816055e556cc6028c5e8e2b84d9fa5dd7c7f5" 2558dependencies = [ 2559 "indexmap", 2560 "serde", 2561 "serde_spanned", 2562 "toml_datetime", 2563 "winnow", 2564] 2565 2566[[package]] 2567name = "tower-service" 2568version = "0.3.3" 2569source = "registry+https://github.com/rust-lang/crates.io-index" 2570checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2571 2572[[package]] 2573name = "tracing" 2574version = "0.1.40" 2575source = "registry+https://github.com/rust-lang/crates.io-index" 2576checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef" 2577dependencies = [ 2578 "pin-project-lite", 2579 "tracing-attributes", 2580 "tracing-core", 2581] 2582 2583[[package]] 2584name = "tracing-attributes" 2585version = "0.1.27" 2586source = "registry+https://github.com/rust-lang/crates.io-index" 2587checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7" 2588dependencies = [ 2589 "proc-macro2", 2590 "quote", 2591 "syn 2.0.106", 2592] 2593 2594[[package]] 2595name = "tracing-core" 2596version = "0.1.32" 2597source = "registry+https://github.com/rust-lang/crates.io-index" 2598checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54" 2599dependencies = [ 2600 "once_cell", 2601 "valuable", 2602] 2603 2604[[package]] 2605name = "tracing-log" 2606version = "0.2.0" 2607source = "registry+https://github.com/rust-lang/crates.io-index" 2608checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2609dependencies = [ 2610 "log", 2611 "once_cell", 2612 "tracing-core", 2613] 2614 2615[[package]] 2616name = "tracing-subscriber" 2617version = "0.3.18" 2618source = "registry+https://github.com/rust-lang/crates.io-index" 2619checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b" 2620dependencies = [ 2621 "matchers", 2622 "nu-ansi-term", 2623 "once_cell", 2624 "regex", 2625 "sharded-slab", 2626 "smallvec", 2627 "thread_local", 2628 "tracing", 2629 "tracing-core", 2630 "tracing-log", 2631] 2632 2633[[package]] 2634name = "trait-variant" 2635version = "0.1.2" 2636source = "registry+https://github.com/rust-lang/crates.io-index" 2637checksum = "70977707304198400eb4835a78f6a9f928bf41bba420deb8fdb175cd965d77a7" 2638dependencies = [ 2639 "proc-macro2", 2640 "quote", 2641 "syn 2.0.106", 2642] 2643 2644[[package]] 2645name = "try-lock" 2646version = "0.2.5" 2647source = "registry+https://github.com/rust-lang/crates.io-index" 2648checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2649 2650[[package]] 2651name = "ubyte" 2652version = "0.10.4" 2653source = "registry+https://github.com/rust-lang/crates.io-index" 2654checksum = "f720def6ce1ee2fc44d40ac9ed6d3a59c361c80a75a7aa8e75bb9baed31cf2ea" 2655dependencies = [ 2656 "serde", 2657] 2658 2659[[package]] 2660name = "uncased" 2661version = "0.9.10" 2662source = "registry+https://github.com/rust-lang/crates.io-index" 2663checksum = "e1b88fcfe09e89d3866a5c11019378088af2d24c3fbd4f0543f96b479ec90697" 2664dependencies = [ 2665 "serde", 2666 "version_check", 2667] 2668 2669[[package]] 2670name = "unicode-ident" 2671version = "1.0.13" 2672source = "registry+https://github.com/rust-lang/crates.io-index" 2673checksum = "e91b56cd4cadaeb79bbf1a5645f6b4f8dc5bde8834ad5894a8db35fda9efa1fe" 2674 2675[[package]] 2676name = "unicode-segmentation" 2677version = "1.12.0" 2678source = "registry+https://github.com/rust-lang/crates.io-index" 2679checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 2680 2681[[package]] 2682name = "unicode-xid" 2683version = "0.2.6" 2684source = "registry+https://github.com/rust-lang/crates.io-index" 2685checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 2686 2687[[package]] 2688name = "unsigned-varint" 2689version = "0.8.0" 2690source = "registry+https://github.com/rust-lang/crates.io-index" 2691checksum = "eb066959b24b5196ae73cb057f45598450d2c5f71460e98c49b738086eff9c06" 2692 2693[[package]] 2694name = "untrusted" 2695version = "0.9.0" 2696source = "registry+https://github.com/rust-lang/crates.io-index" 2697checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2698 2699[[package]] 2700name = "url" 2701version = "2.5.7" 2702source = "registry+https://github.com/rust-lang/crates.io-index" 2703checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 2704dependencies = [ 2705 "form_urlencoded", 2706 "idna", 2707 "percent-encoding", 2708 "serde", 2709] 2710 2711[[package]] 2712name = "utf8_iter" 2713version = "1.0.4" 2714source = "registry+https://github.com/rust-lang/crates.io-index" 2715checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2716 2717[[package]] 2718name = "uuid" 2719version = "1.16.0" 2720source = "registry+https://github.com/rust-lang/crates.io-index" 2721checksum = "458f7a779bf54acc9f347480ac654f68407d3aab21269a6e3c9f922acd9e2da9" 2722dependencies = [ 2723 "getrandom 0.3.3", 2724] 2725 2726[[package]] 2727name = "valuable" 2728version = "0.1.0" 2729source = "registry+https://github.com/rust-lang/crates.io-index" 2730checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d" 2731 2732[[package]] 2733name = "vcpkg" 2734version = "0.2.15" 2735source = "registry+https://github.com/rust-lang/crates.io-index" 2736checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2737 2738[[package]] 2739name = "version_check" 2740version = "0.9.5" 2741source = "registry+https://github.com/rust-lang/crates.io-index" 2742checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 2743 2744[[package]] 2745name = "want" 2746version = "0.3.1" 2747source = "registry+https://github.com/rust-lang/crates.io-index" 2748checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2749dependencies = [ 2750 "try-lock", 2751] 2752 2753[[package]] 2754name = "wasi" 2755version = "0.11.0+wasi-snapshot-preview1" 2756source = "registry+https://github.com/rust-lang/crates.io-index" 2757checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423" 2758 2759[[package]] 2760name = "wasi" 2761version = "0.14.7+wasi-0.2.4" 2762source = "registry+https://github.com/rust-lang/crates.io-index" 2763checksum = "883478de20367e224c0090af9cf5f9fa85bed63a95c1abf3afc5c083ebc06e8c" 2764dependencies = [ 2765 "wasip2", 2766] 2767 2768[[package]] 2769name = "wasip2" 2770version = "1.0.1+wasi-0.2.4" 2771source = "registry+https://github.com/rust-lang/crates.io-index" 2772checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 2773dependencies = [ 2774 "wit-bindgen", 2775] 2776 2777[[package]] 2778name = "wasm-bindgen" 2779version = "0.2.95" 2780source = "registry+https://github.com/rust-lang/crates.io-index" 2781checksum = "128d1e363af62632b8eb57219c8fd7877144af57558fb2ef0368d0087bddeb2e" 2782dependencies = [ 2783 "cfg-if", 2784 "once_cell", 2785 "wasm-bindgen-macro", 2786] 2787 2788[[package]] 2789name = "wasm-bindgen-backend" 2790version = "0.2.95" 2791source = "registry+https://github.com/rust-lang/crates.io-index" 2792checksum = "cb6dd4d3ca0ddffd1dd1c9c04f94b868c37ff5fac97c30b97cff2d74fce3a358" 2793dependencies = [ 2794 "bumpalo", 2795 "log", 2796 "once_cell", 2797 "proc-macro2", 2798 "quote", 2799 "syn 2.0.106", 2800 "wasm-bindgen-shared", 2801] 2802 2803[[package]] 2804name = "wasm-bindgen-futures" 2805version = "0.4.45" 2806source = "registry+https://github.com/rust-lang/crates.io-index" 2807checksum = "cc7ec4f8827a71586374db3e87abdb5a2bb3a15afed140221307c3ec06b1f63b" 2808dependencies = [ 2809 "cfg-if", 2810 "js-sys", 2811 "wasm-bindgen", 2812 "web-sys", 2813] 2814 2815[[package]] 2816name = "wasm-bindgen-macro" 2817version = "0.2.95" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "e79384be7f8f5a9dd5d7167216f022090cf1f9ec128e6e6a482a2cb5c5422c56" 2820dependencies = [ 2821 "quote", 2822 "wasm-bindgen-macro-support", 2823] 2824 2825[[package]] 2826name = "wasm-bindgen-macro-support" 2827version = "0.2.95" 2828source = "registry+https://github.com/rust-lang/crates.io-index" 2829checksum = "26c6ab57572f7a24a4985830b120de1594465e5d500f24afe89e16b4e833ef68" 2830dependencies = [ 2831 "proc-macro2", 2832 "quote", 2833 "syn 2.0.106", 2834 "wasm-bindgen-backend", 2835 "wasm-bindgen-shared", 2836] 2837 2838[[package]] 2839name = "wasm-bindgen-shared" 2840version = "0.2.95" 2841source = "registry+https://github.com/rust-lang/crates.io-index" 2842checksum = "65fc09f10666a9f147042251e0dda9c18f166ff7de300607007e96bdebc1068d" 2843 2844[[package]] 2845name = "web-sys" 2846version = "0.3.72" 2847source = "registry+https://github.com/rust-lang/crates.io-index" 2848checksum = "f6488b90108c040df0fe62fa815cbdee25124641df01814dd7282749234c6112" 2849dependencies = [ 2850 "js-sys", 2851 "wasm-bindgen", 2852] 2853 2854[[package]] 2855name = "web-time" 2856version = "1.1.0" 2857source = "registry+https://github.com/rust-lang/crates.io-index" 2858checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2859dependencies = [ 2860 "js-sys", 2861 "wasm-bindgen", 2862] 2863 2864[[package]] 2865name = "webpki-roots" 2866version = "0.26.6" 2867source = "registry+https://github.com/rust-lang/crates.io-index" 2868checksum = "841c67bff177718f1d4dfefde8d8f0e78f9b6589319ba88312f567fc5841a958" 2869dependencies = [ 2870 "rustls-pki-types", 2871] 2872 2873[[package]] 2874name = "winapi" 2875version = "0.3.9" 2876source = "registry+https://github.com/rust-lang/crates.io-index" 2877checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2878dependencies = [ 2879 "winapi-i686-pc-windows-gnu", 2880 "winapi-x86_64-pc-windows-gnu", 2881] 2882 2883[[package]] 2884name = "winapi-i686-pc-windows-gnu" 2885version = "0.4.0" 2886source = "registry+https://github.com/rust-lang/crates.io-index" 2887checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2888 2889[[package]] 2890name = "winapi-x86_64-pc-windows-gnu" 2891version = "0.4.0" 2892source = "registry+https://github.com/rust-lang/crates.io-index" 2893checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2894 2895[[package]] 2896name = "windows" 2897version = "0.48.0" 2898source = "registry+https://github.com/rust-lang/crates.io-index" 2899checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f" 2900dependencies = [ 2901 "windows-targets 0.48.5", 2902] 2903 2904[[package]] 2905name = "windows-core" 2906version = "0.52.0" 2907source = "registry+https://github.com/rust-lang/crates.io-index" 2908checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9" 2909dependencies = [ 2910 "windows-targets 0.52.6", 2911] 2912 2913[[package]] 2914name = "windows-registry" 2915version = "0.2.0" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "e400001bb720a623c1c69032f8e3e4cf09984deec740f007dd2b03ec864804b0" 2918dependencies = [ 2919 "windows-result", 2920 "windows-strings", 2921 "windows-targets 0.52.6", 2922] 2923 2924[[package]] 2925name = "windows-result" 2926version = "0.2.0" 2927source = "registry+https://github.com/rust-lang/crates.io-index" 2928checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e" 2929dependencies = [ 2930 "windows-targets 0.52.6", 2931] 2932 2933[[package]] 2934name = "windows-strings" 2935version = "0.1.0" 2936source = "registry+https://github.com/rust-lang/crates.io-index" 2937checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10" 2938dependencies = [ 2939 "windows-result", 2940 "windows-targets 0.52.6", 2941] 2942 2943[[package]] 2944name = "windows-sys" 2945version = "0.52.0" 2946source = "registry+https://github.com/rust-lang/crates.io-index" 2947checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2948dependencies = [ 2949 "windows-targets 0.52.6", 2950] 2951 2952[[package]] 2953name = "windows-sys" 2954version = "0.59.0" 2955source = "registry+https://github.com/rust-lang/crates.io-index" 2956checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2957dependencies = [ 2958 "windows-targets 0.52.6", 2959] 2960 2961[[package]] 2962name = "windows-targets" 2963version = "0.48.5" 2964source = "registry+https://github.com/rust-lang/crates.io-index" 2965checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2966dependencies = [ 2967 "windows_aarch64_gnullvm 0.48.5", 2968 "windows_aarch64_msvc 0.48.5", 2969 "windows_i686_gnu 0.48.5", 2970 "windows_i686_msvc 0.48.5", 2971 "windows_x86_64_gnu 0.48.5", 2972 "windows_x86_64_gnullvm 0.48.5", 2973 "windows_x86_64_msvc 0.48.5", 2974] 2975 2976[[package]] 2977name = "windows-targets" 2978version = "0.52.6" 2979source = "registry+https://github.com/rust-lang/crates.io-index" 2980checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2981dependencies = [ 2982 "windows_aarch64_gnullvm 0.52.6", 2983 "windows_aarch64_msvc 0.52.6", 2984 "windows_i686_gnu 0.52.6", 2985 "windows_i686_gnullvm", 2986 "windows_i686_msvc 0.52.6", 2987 "windows_x86_64_gnu 0.52.6", 2988 "windows_x86_64_gnullvm 0.52.6", 2989 "windows_x86_64_msvc 0.52.6", 2990] 2991 2992[[package]] 2993name = "windows_aarch64_gnullvm" 2994version = "0.48.5" 2995source = "registry+https://github.com/rust-lang/crates.io-index" 2996checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2997 2998[[package]] 2999name = "windows_aarch64_gnullvm" 3000version = "0.52.6" 3001source = "registry+https://github.com/rust-lang/crates.io-index" 3002checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 3003 3004[[package]] 3005name = "windows_aarch64_msvc" 3006version = "0.48.5" 3007source = "registry+https://github.com/rust-lang/crates.io-index" 3008checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 3009 3010[[package]] 3011name = "windows_aarch64_msvc" 3012version = "0.52.6" 3013source = "registry+https://github.com/rust-lang/crates.io-index" 3014checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 3015 3016[[package]] 3017name = "windows_i686_gnu" 3018version = "0.48.5" 3019source = "registry+https://github.com/rust-lang/crates.io-index" 3020checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 3021 3022[[package]] 3023name = "windows_i686_gnu" 3024version = "0.52.6" 3025source = "registry+https://github.com/rust-lang/crates.io-index" 3026checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 3027 3028[[package]] 3029name = "windows_i686_gnullvm" 3030version = "0.52.6" 3031source = "registry+https://github.com/rust-lang/crates.io-index" 3032checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 3033 3034[[package]] 3035name = "windows_i686_msvc" 3036version = "0.48.5" 3037source = "registry+https://github.com/rust-lang/crates.io-index" 3038checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 3039 3040[[package]] 3041name = "windows_i686_msvc" 3042version = "0.52.6" 3043source = "registry+https://github.com/rust-lang/crates.io-index" 3044checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 3045 3046[[package]] 3047name = "windows_x86_64_gnu" 3048version = "0.48.5" 3049source = "registry+https://github.com/rust-lang/crates.io-index" 3050checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 3051 3052[[package]] 3053name = "windows_x86_64_gnu" 3054version = "0.52.6" 3055source = "registry+https://github.com/rust-lang/crates.io-index" 3056checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 3057 3058[[package]] 3059name = "windows_x86_64_gnullvm" 3060version = "0.48.5" 3061source = "registry+https://github.com/rust-lang/crates.io-index" 3062checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 3063 3064[[package]] 3065name = "windows_x86_64_gnullvm" 3066version = "0.52.6" 3067source = "registry+https://github.com/rust-lang/crates.io-index" 3068checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 3069 3070[[package]] 3071name = "windows_x86_64_msvc" 3072version = "0.48.5" 3073source = "registry+https://github.com/rust-lang/crates.io-index" 3074checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 3075 3076[[package]] 3077name = "windows_x86_64_msvc" 3078version = "0.52.6" 3079source = "registry+https://github.com/rust-lang/crates.io-index" 3080checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 3081 3082[[package]] 3083name = "winnow" 3084version = "0.6.20" 3085source = "registry+https://github.com/rust-lang/crates.io-index" 3086checksum = "36c1fec1a2bb5866f07c25f68c26e565c4c200aebb96d7e55710c19d3e8ac49b" 3087dependencies = [ 3088 "memchr", 3089] 3090 3091[[package]] 3092name = "wit-bindgen" 3093version = "0.46.0" 3094source = "registry+https://github.com/rust-lang/crates.io-index" 3095checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 3096 3097[[package]] 3098name = "writeable" 3099version = "0.6.1" 3100source = "registry+https://github.com/rust-lang/crates.io-index" 3101checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 3102 3103[[package]] 3104name = "yansi" 3105version = "1.0.1" 3106source = "registry+https://github.com/rust-lang/crates.io-index" 3107checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 3108dependencies = [ 3109 "is-terminal", 3110] 3111 3112[[package]] 3113name = "yoke" 3114version = "0.8.0" 3115source = "registry+https://github.com/rust-lang/crates.io-index" 3116checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 3117dependencies = [ 3118 "serde", 3119 "stable_deref_trait", 3120 "yoke-derive", 3121 "zerofrom", 3122] 3123 3124[[package]] 3125name = "yoke-derive" 3126version = "0.8.0" 3127source = "registry+https://github.com/rust-lang/crates.io-index" 3128checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 3129dependencies = [ 3130 "proc-macro2", 3131 "quote", 3132 "syn 2.0.106", 3133 "synstructure", 3134] 3135 3136[[package]] 3137name = "zerocopy" 3138version = "0.7.35" 3139source = "registry+https://github.com/rust-lang/crates.io-index" 3140checksum = "1b9b4fd18abc82b8136838da5d50bae7bdea537c574d8dc1a34ed098d6c166f0" 3141dependencies = [ 3142 "byteorder", 3143 "zerocopy-derive", 3144] 3145 3146[[package]] 3147name = "zerocopy-derive" 3148version = "0.7.35" 3149source = "registry+https://github.com/rust-lang/crates.io-index" 3150checksum = "fa4f8080344d4671fb4e831a13ad1e68092748387dfc4f55e356242fae12ce3e" 3151dependencies = [ 3152 "proc-macro2", 3153 "quote", 3154 "syn 2.0.106", 3155] 3156 3157[[package]] 3158name = "zerofrom" 3159version = "0.1.6" 3160source = "registry+https://github.com/rust-lang/crates.io-index" 3161checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 3162dependencies = [ 3163 "zerofrom-derive", 3164] 3165 3166[[package]] 3167name = "zerofrom-derive" 3168version = "0.1.6" 3169source = "registry+https://github.com/rust-lang/crates.io-index" 3170checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 3171dependencies = [ 3172 "proc-macro2", 3173 "quote", 3174 "syn 2.0.106", 3175 "synstructure", 3176] 3177 3178[[package]] 3179name = "zeroize" 3180version = "1.8.1" 3181source = "registry+https://github.com/rust-lang/crates.io-index" 3182checksum = "ced3678a2879b30306d323f4542626697a464a97c0a07c9aebf7ebca65cd4dde" 3183 3184[[package]] 3185name = "zerotrie" 3186version = "0.2.2" 3187source = "registry+https://github.com/rust-lang/crates.io-index" 3188checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 3189dependencies = [ 3190 "displaydoc", 3191 "yoke", 3192 "zerofrom", 3193] 3194 3195[[package]] 3196name = "zerovec" 3197version = "0.11.4" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 3200dependencies = [ 3201 "yoke", 3202 "zerofrom", 3203 "zerovec-derive", 3204] 3205 3206[[package]] 3207name = "zerovec-derive" 3208version = "0.11.1" 3209source = "registry+https://github.com/rust-lang/crates.io-index" 3210checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 3211dependencies = [ 3212 "proc-macro2", 3213 "quote", 3214 "syn 2.0.106", 3215]