Take the pain out of keeping all your calendars together
at main 113 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 = "adler2" 7version = "2.0.1" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" 10 11[[package]] 12name = "aho-corasick" 13version = "1.1.3" 14source = "registry+https://github.com/rust-lang/crates.io-index" 15checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916" 16dependencies = [ 17 "memchr", 18] 19 20[[package]] 21name = "alloc-no-stdlib" 22version = "2.0.4" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "cc7bb162ec39d46ab1ca8c77bf72e890535becd1751bb45f64c597edb4c8c6b3" 25 26[[package]] 27name = "alloc-stdlib" 28version = "0.2.2" 29source = "registry+https://github.com/rust-lang/crates.io-index" 30checksum = "94fb8275041c72129eb51b7d0322c29b8387a0386127718b096429201a5d6ece" 31dependencies = [ 32 "alloc-no-stdlib", 33] 34 35[[package]] 36name = "allocator-api2" 37version = "0.2.21" 38source = "registry+https://github.com/rust-lang/crates.io-index" 39checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 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 = "any_spawner" 52version = "0.3.0" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "1384d3fe1eecb464229fcf6eebb72306591c56bf27b373561489458a7c73027d" 55dependencies = [ 56 "futures", 57 "thiserror 2.0.17", 58 "tokio", 59 "wasm-bindgen-futures", 60] 61 62[[package]] 63name = "anyhow" 64version = "1.0.100" 65source = "registry+https://github.com/rust-lang/crates.io-index" 66checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 67 68[[package]] 69name = "async-compression" 70version = "0.4.32" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0" 73dependencies = [ 74 "compression-codecs", 75 "compression-core", 76 "futures-core", 77 "pin-project-lite", 78 "tokio", 79] 80 81[[package]] 82name = "async-lock" 83version = "3.4.1" 84source = "registry+https://github.com/rust-lang/crates.io-index" 85checksum = "5fd03604047cee9b6ce9de9f70c6cd540a0520c813cbd49bae61f33ab80ed1dc" 86dependencies = [ 87 "event-listener", 88 "event-listener-strategy", 89 "pin-project-lite", 90] 91 92[[package]] 93name = "async-once-cell" 94version = "0.5.4" 95source = "registry+https://github.com/rust-lang/crates.io-index" 96checksum = "4288f83726785267c6f2ef073a3d83dc3f9b81464e9f99898240cced85fce35a" 97 98[[package]] 99name = "async-trait" 100version = "0.1.89" 101source = "registry+https://github.com/rust-lang/crates.io-index" 102checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 103dependencies = [ 104 "proc-macro2", 105 "quote", 106 "syn", 107] 108 109[[package]] 110name = "atoi" 111version = "2.0.0" 112source = "registry+https://github.com/rust-lang/crates.io-index" 113checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528" 114dependencies = [ 115 "num-traits", 116] 117 118[[package]] 119name = "atomic-waker" 120version = "1.1.2" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 123 124[[package]] 125name = "attribute-derive" 126version = "0.10.5" 127source = "registry+https://github.com/rust-lang/crates.io-index" 128checksum = "05832cdddc8f2650cc2cc187cc2e952b8c133a48eb055f35211f61ee81502d77" 129dependencies = [ 130 "attribute-derive-macro", 131 "derive-where", 132 "manyhow", 133 "proc-macro2", 134 "quote", 135 "syn", 136] 137 138[[package]] 139name = "attribute-derive-macro" 140version = "0.10.5" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "0a7cdbbd4bd005c5d3e2e9c885e6fa575db4f4a3572335b974d8db853b6beb61" 143dependencies = [ 144 "collection_literals", 145 "interpolator", 146 "manyhow", 147 "proc-macro-utils", 148 "proc-macro2", 149 "quote", 150 "quote-use", 151 "syn", 152] 153 154[[package]] 155name = "autocfg" 156version = "1.5.0" 157source = "registry+https://github.com/rust-lang/crates.io-index" 158checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 159 160[[package]] 161name = "aws-lc-rs" 162version = "1.14.1" 163source = "registry+https://github.com/rust-lang/crates.io-index" 164checksum = "879b6c89592deb404ba4dc0ae6b58ffd1795c78991cbb5b8bc441c48a070440d" 165dependencies = [ 166 "aws-lc-sys", 167 "zeroize", 168] 169 170[[package]] 171name = "aws-lc-sys" 172version = "0.32.3" 173source = "registry+https://github.com/rust-lang/crates.io-index" 174checksum = "107a4e9d9cab9963e04e84bb8dee0e25f2a987f9a8bad5ed054abd439caa8f8c" 175dependencies = [ 176 "bindgen", 177 "cc", 178 "cmake", 179 "dunce", 180 "fs_extra", 181] 182 183[[package]] 184name = "axum" 185version = "0.8.6" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "8a18ed336352031311f4e0b4dd2ff392d4fbb370777c9d18d7fc9d7359f73871" 188dependencies = [ 189 "axum-core", 190 "base64", 191 "bytes", 192 "form_urlencoded", 193 "futures-util", 194 "http", 195 "http-body", 196 "http-body-util", 197 "hyper", 198 "hyper-util", 199 "itoa", 200 "matchit", 201 "memchr", 202 "mime", 203 "multer", 204 "percent-encoding", 205 "pin-project-lite", 206 "serde_core", 207 "serde_json", 208 "serde_path_to_error", 209 "serde_urlencoded", 210 "sha1", 211 "sync_wrapper", 212 "tokio", 213 "tokio-tungstenite", 214 "tower", 215 "tower-layer", 216 "tower-service", 217 "tracing", 218] 219 220[[package]] 221name = "axum-core" 222version = "0.5.5" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "59446ce19cd142f8833f856eb31f3eb097812d1479ab224f54d72428ca21ea22" 225dependencies = [ 226 "bytes", 227 "futures-core", 228 "http", 229 "http-body", 230 "http-body-util", 231 "mime", 232 "pin-project-lite", 233 "sync_wrapper", 234 "tower-layer", 235 "tower-service", 236 "tracing", 237] 238 239[[package]] 240name = "base16" 241version = "0.2.1" 242source = "registry+https://github.com/rust-lang/crates.io-index" 243checksum = "d27c3610c36aee21ce8ac510e6224498de4228ad772a171ed65643a24693a5a8" 244 245[[package]] 246name = "base64" 247version = "0.22.1" 248source = "registry+https://github.com/rust-lang/crates.io-index" 249checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 250 251[[package]] 252name = "base64ct" 253version = "1.8.0" 254source = "registry+https://github.com/rust-lang/crates.io-index" 255checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba" 256 257[[package]] 258name = "bindgen" 259version = "0.72.1" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895" 262dependencies = [ 263 "bitflags", 264 "cexpr", 265 "clang-sys", 266 "itertools 0.13.0", 267 "log", 268 "prettyplease", 269 "proc-macro2", 270 "quote", 271 "regex", 272 "rustc-hash", 273 "shlex", 274 "syn", 275] 276 277[[package]] 278name = "bitflags" 279version = "2.10.0" 280source = "registry+https://github.com/rust-lang/crates.io-index" 281checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 282dependencies = [ 283 "serde_core", 284] 285 286[[package]] 287name = "block-buffer" 288version = "0.10.4" 289source = "registry+https://github.com/rust-lang/crates.io-index" 290checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71" 291dependencies = [ 292 "generic-array", 293] 294 295[[package]] 296name = "brotli" 297version = "8.0.2" 298source = "registry+https://github.com/rust-lang/crates.io-index" 299checksum = "4bd8b9603c7aa97359dbd97ecf258968c95f3adddd6db2f7e7a5bef101c84560" 300dependencies = [ 301 "alloc-no-stdlib", 302 "alloc-stdlib", 303 "brotli-decompressor", 304] 305 306[[package]] 307name = "brotli-decompressor" 308version = "5.0.0" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "874bb8112abecc98cbd6d81ea4fa7e94fb9449648c93cc89aa40c81c24d7de03" 311dependencies = [ 312 "alloc-no-stdlib", 313 "alloc-stdlib", 314] 315 316[[package]] 317name = "bumpalo" 318version = "3.19.0" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43" 321 322[[package]] 323name = "byteorder" 324version = "1.5.0" 325source = "registry+https://github.com/rust-lang/crates.io-index" 326checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 327 328[[package]] 329name = "bytes" 330version = "1.10.1" 331source = "registry+https://github.com/rust-lang/crates.io-index" 332checksum = "d71b6127be86fdcfddb610f7182ac57211d4b18a3e9c82eb2d17662f2227ad6a" 333 334[[package]] 335name = "calpoll" 336version = "0.1.0" 337dependencies = [ 338 "anyhow", 339 "axum", 340 "console_error_panic_hook", 341 "fast-dav-rs", 342 "icalendar", 343 "leptos", 344 "leptos_axum", 345 "leptos_meta", 346 "leptos_router", 347 "reqwest", 348 "rustls", 349 "sqlx", 350 "tokio", 351 "uuid", 352 "wasm-bindgen", 353] 354 355[[package]] 356name = "camino" 357version = "1.2.1" 358source = "registry+https://github.com/rust-lang/crates.io-index" 359checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609" 360 361[[package]] 362name = "cc" 363version = "1.2.43" 364source = "registry+https://github.com/rust-lang/crates.io-index" 365checksum = "739eb0f94557554b3ca9a86d2d37bebd49c5e6d0c1d2bda35ba5bdac830befc2" 366dependencies = [ 367 "find-msvc-tools", 368 "jobserver", 369 "libc", 370 "shlex", 371] 372 373[[package]] 374name = "cexpr" 375version = "0.6.0" 376source = "registry+https://github.com/rust-lang/crates.io-index" 377checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766" 378dependencies = [ 379 "nom 7.1.3", 380] 381 382[[package]] 383name = "cfg-if" 384version = "1.0.4" 385source = "registry+https://github.com/rust-lang/crates.io-index" 386checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 387 388[[package]] 389name = "cfg_aliases" 390version = "0.2.1" 391source = "registry+https://github.com/rust-lang/crates.io-index" 392checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 393 394[[package]] 395name = "chrono" 396version = "0.4.42" 397source = "registry+https://github.com/rust-lang/crates.io-index" 398checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2" 399dependencies = [ 400 "iana-time-zone", 401 "js-sys", 402 "num-traits", 403 "wasm-bindgen", 404 "windows-link 0.2.1", 405] 406 407[[package]] 408name = "chrono-tz" 409version = "0.10.4" 410source = "registry+https://github.com/rust-lang/crates.io-index" 411checksum = "a6139a8597ed92cf816dfb33f5dd6cf0bb93a6adc938f11039f371bc5bcd26c3" 412dependencies = [ 413 "chrono", 414 "phf", 415] 416 417[[package]] 418name = "clang-sys" 419version = "1.8.1" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4" 422dependencies = [ 423 "glob", 424 "libc", 425 "libloading", 426] 427 428[[package]] 429name = "cmake" 430version = "0.1.54" 431source = "registry+https://github.com/rust-lang/crates.io-index" 432checksum = "e7caa3f9de89ddbe2c607f4101924c5abec803763ae9534e4f4d7d8f84aa81f0" 433dependencies = [ 434 "cc", 435] 436 437[[package]] 438name = "codee" 439version = "0.3.3" 440source = "registry+https://github.com/rust-lang/crates.io-index" 441checksum = "774365d8238a8dbd57c3047f865187fe6417e765d9955ba8e99e794678a41a0e" 442dependencies = [ 443 "serde", 444 "serde_json", 445 "thiserror 2.0.17", 446] 447 448[[package]] 449name = "collection_literals" 450version = "1.0.3" 451source = "registry+https://github.com/rust-lang/crates.io-index" 452checksum = "2550f75b8cfac212855f6b1885455df8eaee8fe8e246b647d69146142e016084" 453 454[[package]] 455name = "compression-codecs" 456version = "0.4.31" 457source = "registry+https://github.com/rust-lang/crates.io-index" 458checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23" 459dependencies = [ 460 "brotli", 461 "compression-core", 462 "flate2", 463 "memchr", 464 "zstd", 465 "zstd-safe", 466] 467 468[[package]] 469name = "compression-core" 470version = "0.4.29" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb" 473 474[[package]] 475name = "concurrent-queue" 476version = "2.5.0" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 479dependencies = [ 480 "crossbeam-utils", 481] 482 483[[package]] 484name = "config" 485version = "0.15.18" 486source = "registry+https://github.com/rust-lang/crates.io-index" 487checksum = "180e549344080374f9b32ed41bf3b6b57885ff6a289367b3dbc10eea8acc1918" 488dependencies = [ 489 "convert_case 0.6.0", 490 "pathdiff", 491 "serde_core", 492 "toml", 493 "winnow", 494] 495 496[[package]] 497name = "console_error_panic_hook" 498version = "0.1.7" 499source = "registry+https://github.com/rust-lang/crates.io-index" 500checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc" 501dependencies = [ 502 "cfg-if", 503 "wasm-bindgen", 504] 505 506[[package]] 507name = "const-oid" 508version = "0.9.6" 509source = "registry+https://github.com/rust-lang/crates.io-index" 510checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8" 511 512[[package]] 513name = "const-str" 514version = "0.6.4" 515source = "registry+https://github.com/rust-lang/crates.io-index" 516checksum = "451d0640545a0553814b4c646eb549343561618838e9b42495f466131fe3ad49" 517 518[[package]] 519name = "const_format" 520version = "0.2.35" 521source = "registry+https://github.com/rust-lang/crates.io-index" 522checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad" 523dependencies = [ 524 "const_format_proc_macros", 525] 526 527[[package]] 528name = "const_format_proc_macros" 529version = "0.2.34" 530source = "registry+https://github.com/rust-lang/crates.io-index" 531checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744" 532dependencies = [ 533 "proc-macro2", 534 "quote", 535 "unicode-xid", 536] 537 538[[package]] 539name = "const_str_slice_concat" 540version = "0.1.0" 541source = "registry+https://github.com/rust-lang/crates.io-index" 542checksum = "f67855af358fcb20fac58f9d714c94e2b228fe5694c1c9b4ead4a366343eda1b" 543 544[[package]] 545name = "convert_case" 546version = "0.6.0" 547source = "registry+https://github.com/rust-lang/crates.io-index" 548checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca" 549dependencies = [ 550 "unicode-segmentation", 551] 552 553[[package]] 554name = "convert_case" 555version = "0.8.0" 556source = "registry+https://github.com/rust-lang/crates.io-index" 557checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f" 558dependencies = [ 559 "unicode-segmentation", 560] 561 562[[package]] 563name = "core-foundation" 564version = "0.9.4" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 567dependencies = [ 568 "core-foundation-sys", 569 "libc", 570] 571 572[[package]] 573name = "core-foundation" 574version = "0.10.1" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 577dependencies = [ 578 "core-foundation-sys", 579 "libc", 580] 581 582[[package]] 583name = "core-foundation-sys" 584version = "0.8.7" 585source = "registry+https://github.com/rust-lang/crates.io-index" 586checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 587 588[[package]] 589name = "cpufeatures" 590version = "0.2.17" 591source = "registry+https://github.com/rust-lang/crates.io-index" 592checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280" 593dependencies = [ 594 "libc", 595] 596 597[[package]] 598name = "crc" 599version = "3.3.0" 600source = "registry+https://github.com/rust-lang/crates.io-index" 601checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675" 602dependencies = [ 603 "crc-catalog", 604] 605 606[[package]] 607name = "crc-catalog" 608version = "2.4.0" 609source = "registry+https://github.com/rust-lang/crates.io-index" 610checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5" 611 612[[package]] 613name = "crc32fast" 614version = "1.5.0" 615source = "registry+https://github.com/rust-lang/crates.io-index" 616checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" 617dependencies = [ 618 "cfg-if", 619] 620 621[[package]] 622name = "crossbeam-queue" 623version = "0.3.12" 624source = "registry+https://github.com/rust-lang/crates.io-index" 625checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115" 626dependencies = [ 627 "crossbeam-utils", 628] 629 630[[package]] 631name = "crossbeam-utils" 632version = "0.8.21" 633source = "registry+https://github.com/rust-lang/crates.io-index" 634checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 635 636[[package]] 637name = "crypto-common" 638version = "0.1.6" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3" 641dependencies = [ 642 "generic-array", 643 "typenum", 644] 645 646[[package]] 647name = "dashmap" 648version = "6.1.0" 649source = "registry+https://github.com/rust-lang/crates.io-index" 650checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf" 651dependencies = [ 652 "cfg-if", 653 "crossbeam-utils", 654 "hashbrown 0.14.5", 655 "lock_api", 656 "once_cell", 657 "parking_lot_core", 658] 659 660[[package]] 661name = "data-encoding" 662version = "2.9.0" 663source = "registry+https://github.com/rust-lang/crates.io-index" 664checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476" 665 666[[package]] 667name = "der" 668version = "0.7.10" 669source = "registry+https://github.com/rust-lang/crates.io-index" 670checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb" 671dependencies = [ 672 "const-oid", 673 "pem-rfc7468", 674 "zeroize", 675] 676 677[[package]] 678name = "deranged" 679version = "0.5.4" 680source = "registry+https://github.com/rust-lang/crates.io-index" 681checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071" 682dependencies = [ 683 "powerfmt", 684] 685 686[[package]] 687name = "derive-where" 688version = "1.6.0" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "ef941ded77d15ca19b40374869ac6000af1c9f2a4c0f3d4c70926287e6364a8f" 691dependencies = [ 692 "proc-macro2", 693 "quote", 694 "syn", 695] 696 697[[package]] 698name = "digest" 699version = "0.10.7" 700source = "registry+https://github.com/rust-lang/crates.io-index" 701checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292" 702dependencies = [ 703 "block-buffer", 704 "const-oid", 705 "crypto-common", 706 "subtle", 707] 708 709[[package]] 710name = "displaydoc" 711version = "0.2.5" 712source = "registry+https://github.com/rust-lang/crates.io-index" 713checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 714dependencies = [ 715 "proc-macro2", 716 "quote", 717 "syn", 718] 719 720[[package]] 721name = "dotenvy" 722version = "0.15.7" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b" 725 726[[package]] 727name = "drain_filter_polyfill" 728version = "0.1.3" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "669a445ee724c5c69b1b06fe0b63e70a1c84bc9bb7d9696cd4f4e3ec45050408" 731 732[[package]] 733name = "dunce" 734version = "1.0.5" 735source = "registry+https://github.com/rust-lang/crates.io-index" 736checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 737 738[[package]] 739name = "either" 740version = "1.15.0" 741source = "registry+https://github.com/rust-lang/crates.io-index" 742checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 743dependencies = [ 744 "serde", 745] 746 747[[package]] 748name = "either_of" 749version = "0.1.6" 750source = "registry+https://github.com/rust-lang/crates.io-index" 751checksum = "216d23e0ec69759a17f05e1c553f3a6870e5ec73420fbb07807a6f34d5d1d5a4" 752dependencies = [ 753 "paste", 754 "pin-project-lite", 755] 756 757[[package]] 758name = "encoding_rs" 759version = "0.8.35" 760source = "registry+https://github.com/rust-lang/crates.io-index" 761checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 762dependencies = [ 763 "cfg-if", 764] 765 766[[package]] 767name = "equivalent" 768version = "1.0.2" 769source = "registry+https://github.com/rust-lang/crates.io-index" 770checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 771 772[[package]] 773name = "erased" 774version = "0.1.2" 775source = "registry+https://github.com/rust-lang/crates.io-index" 776checksum = "a1731451909bde27714eacba19c2566362a7f35224f52b153d3f42cf60f72472" 777 778[[package]] 779name = "errno" 780version = "0.3.14" 781source = "registry+https://github.com/rust-lang/crates.io-index" 782checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 783dependencies = [ 784 "libc", 785 "windows-sys 0.61.2", 786] 787 788[[package]] 789name = "etcetera" 790version = "0.8.0" 791source = "registry+https://github.com/rust-lang/crates.io-index" 792checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943" 793dependencies = [ 794 "cfg-if", 795 "home", 796 "windows-sys 0.48.0", 797] 798 799[[package]] 800name = "event-listener" 801version = "5.4.1" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab" 804dependencies = [ 805 "concurrent-queue", 806 "parking", 807 "pin-project-lite", 808] 809 810[[package]] 811name = "event-listener-strategy" 812version = "0.5.4" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93" 815dependencies = [ 816 "event-listener", 817 "pin-project-lite", 818] 819 820[[package]] 821name = "fast-dav-rs" 822version = "0.1.0" 823source = "registry+https://github.com/rust-lang/crates.io-index" 824checksum = "51f55d1a4f112e8df314be4b39dabee93c1d6d42a27af3cd0699be4315bc0cdf" 825dependencies = [ 826 "anyhow", 827 "async-compression", 828 "base64", 829 "bytes", 830 "futures", 831 "futures-util", 832 "http-body-util", 833 "hyper", 834 "hyper-rustls", 835 "hyper-util", 836 "quick-xml", 837 "tokio", 838 "tokio-util", 839] 840 841[[package]] 842name = "fastrand" 843version = "2.3.0" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 846 847[[package]] 848name = "find-msvc-tools" 849version = "0.1.4" 850source = "registry+https://github.com/rust-lang/crates.io-index" 851checksum = "52051878f80a721bb68ebfbc930e07b65ba72f2da88968ea5c06fd6ca3d3a127" 852 853[[package]] 854name = "flate2" 855version = "1.1.5" 856source = "registry+https://github.com/rust-lang/crates.io-index" 857checksum = "bfe33edd8e85a12a67454e37f8c75e730830d83e313556ab9ebf9ee7fbeb3bfb" 858dependencies = [ 859 "crc32fast", 860 "miniz_oxide", 861] 862 863[[package]] 864name = "flume" 865version = "0.11.1" 866source = "registry+https://github.com/rust-lang/crates.io-index" 867checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 868dependencies = [ 869 "futures-core", 870 "futures-sink", 871 "spin", 872] 873 874[[package]] 875name = "fnv" 876version = "1.0.7" 877source = "registry+https://github.com/rust-lang/crates.io-index" 878checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 879 880[[package]] 881name = "foldhash" 882version = "0.1.5" 883source = "registry+https://github.com/rust-lang/crates.io-index" 884checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 885 886[[package]] 887name = "foreign-types" 888version = "0.3.2" 889source = "registry+https://github.com/rust-lang/crates.io-index" 890checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 891dependencies = [ 892 "foreign-types-shared", 893] 894 895[[package]] 896name = "foreign-types-shared" 897version = "0.1.1" 898source = "registry+https://github.com/rust-lang/crates.io-index" 899checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 900 901[[package]] 902name = "form_urlencoded" 903version = "1.2.2" 904source = "registry+https://github.com/rust-lang/crates.io-index" 905checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 906dependencies = [ 907 "percent-encoding", 908] 909 910[[package]] 911name = "fs_extra" 912version = "1.3.0" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 915 916[[package]] 917name = "futures" 918version = "0.3.31" 919source = "registry+https://github.com/rust-lang/crates.io-index" 920checksum = "65bc07b1a8bc7c85c5f2e110c476c7389b4554ba72af57d8445ea63a576b0876" 921dependencies = [ 922 "futures-channel", 923 "futures-core", 924 "futures-executor", 925 "futures-io", 926 "futures-sink", 927 "futures-task", 928 "futures-util", 929] 930 931[[package]] 932name = "futures-channel" 933version = "0.3.31" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 936dependencies = [ 937 "futures-core", 938 "futures-sink", 939] 940 941[[package]] 942name = "futures-core" 943version = "0.3.31" 944source = "registry+https://github.com/rust-lang/crates.io-index" 945checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 946 947[[package]] 948name = "futures-executor" 949version = "0.3.31" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "1e28d1d997f585e54aebc3f97d39e72338912123a67330d723fdbb564d646c9f" 952dependencies = [ 953 "futures-core", 954 "futures-task", 955 "futures-util", 956 "num_cpus", 957] 958 959[[package]] 960name = "futures-intrusive" 961version = "0.5.0" 962source = "registry+https://github.com/rust-lang/crates.io-index" 963checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f" 964dependencies = [ 965 "futures-core", 966 "lock_api", 967 "parking_lot", 968] 969 970[[package]] 971name = "futures-io" 972version = "0.3.31" 973source = "registry+https://github.com/rust-lang/crates.io-index" 974checksum = "9e5c1b78ca4aae1ac06c48a526a655760685149f0d465d21f37abfe57ce075c6" 975 976[[package]] 977name = "futures-macro" 978version = "0.3.31" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "162ee34ebcb7c64a8abebc059ce0fee27c2262618d7b60ed8faf72fef13c3650" 981dependencies = [ 982 "proc-macro2", 983 "quote", 984 "syn", 985] 986 987[[package]] 988name = "futures-sink" 989version = "0.3.31" 990source = "registry+https://github.com/rust-lang/crates.io-index" 991checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 992 993[[package]] 994name = "futures-task" 995version = "0.3.31" 996source = "registry+https://github.com/rust-lang/crates.io-index" 997checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 998 999[[package]] 1000name = "futures-util" 1001version = "0.3.31" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 1004dependencies = [ 1005 "futures-channel", 1006 "futures-core", 1007 "futures-io", 1008 "futures-macro", 1009 "futures-sink", 1010 "futures-task", 1011 "memchr", 1012 "pin-project-lite", 1013 "pin-utils", 1014 "slab", 1015] 1016 1017[[package]] 1018name = "generic-array" 1019version = "0.14.9" 1020source = "registry+https://github.com/rust-lang/crates.io-index" 1021checksum = "4bb6743198531e02858aeaea5398fcc883e71851fcbcb5a2f773e2fb6cb1edf2" 1022dependencies = [ 1023 "typenum", 1024 "version_check", 1025] 1026 1027[[package]] 1028name = "getrandom" 1029version = "0.2.16" 1030source = "registry+https://github.com/rust-lang/crates.io-index" 1031checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592" 1032dependencies = [ 1033 "cfg-if", 1034 "js-sys", 1035 "libc", 1036 "wasi", 1037 "wasm-bindgen", 1038] 1039 1040[[package]] 1041name = "getrandom" 1042version = "0.3.4" 1043source = "registry+https://github.com/rust-lang/crates.io-index" 1044checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 1045dependencies = [ 1046 "cfg-if", 1047 "js-sys", 1048 "libc", 1049 "r-efi", 1050 "wasip2", 1051 "wasm-bindgen", 1052] 1053 1054[[package]] 1055name = "glob" 1056version = "0.3.3" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280" 1059 1060[[package]] 1061name = "gloo-net" 1062version = "0.6.0" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "c06f627b1a58ca3d42b45d6104bf1e1a03799df472df00988b6ba21accc10580" 1065dependencies = [ 1066 "futures-channel", 1067 "futures-core", 1068 "futures-sink", 1069 "gloo-utils", 1070 "http", 1071 "js-sys", 1072 "pin-project", 1073 "serde", 1074 "serde_json", 1075 "thiserror 1.0.69", 1076 "wasm-bindgen", 1077 "wasm-bindgen-futures", 1078 "web-sys", 1079] 1080 1081[[package]] 1082name = "gloo-utils" 1083version = "0.2.0" 1084source = "registry+https://github.com/rust-lang/crates.io-index" 1085checksum = "0b5555354113b18c547c1d3a98fbf7fb32a9ff4f6fa112ce823a21641a0ba3aa" 1086dependencies = [ 1087 "js-sys", 1088 "serde", 1089 "serde_json", 1090 "wasm-bindgen", 1091 "web-sys", 1092] 1093 1094[[package]] 1095name = "guardian" 1096version = "1.3.0" 1097source = "registry+https://github.com/rust-lang/crates.io-index" 1098checksum = "17e2ac29387b1aa07a1e448f7bb4f35b500787971e965b02842b900afa5c8f6f" 1099 1100[[package]] 1101name = "h2" 1102version = "0.4.12" 1103source = "registry+https://github.com/rust-lang/crates.io-index" 1104checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386" 1105dependencies = [ 1106 "atomic-waker", 1107 "bytes", 1108 "fnv", 1109 "futures-core", 1110 "futures-sink", 1111 "http", 1112 "indexmap", 1113 "slab", 1114 "tokio", 1115 "tokio-util", 1116 "tracing", 1117] 1118 1119[[package]] 1120name = "hashbrown" 1121version = "0.14.5" 1122source = "registry+https://github.com/rust-lang/crates.io-index" 1123checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1" 1124 1125[[package]] 1126name = "hashbrown" 1127version = "0.15.5" 1128source = "registry+https://github.com/rust-lang/crates.io-index" 1129checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 1130dependencies = [ 1131 "allocator-api2", 1132 "equivalent", 1133 "foldhash", 1134] 1135 1136[[package]] 1137name = "hashbrown" 1138version = "0.16.0" 1139source = "registry+https://github.com/rust-lang/crates.io-index" 1140checksum = "5419bdc4f6a9207fbeba6d11b604d481addf78ecd10c11ad51e76c2f6482748d" 1141 1142[[package]] 1143name = "hashlink" 1144version = "0.10.0" 1145source = "registry+https://github.com/rust-lang/crates.io-index" 1146checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1" 1147dependencies = [ 1148 "hashbrown 0.15.5", 1149] 1150 1151[[package]] 1152name = "heck" 1153version = "0.5.0" 1154source = "registry+https://github.com/rust-lang/crates.io-index" 1155checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 1156 1157[[package]] 1158name = "hermit-abi" 1159version = "0.5.2" 1160source = "registry+https://github.com/rust-lang/crates.io-index" 1161checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c" 1162 1163[[package]] 1164name = "hex" 1165version = "0.4.3" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70" 1168 1169[[package]] 1170name = "hkdf" 1171version = "0.12.4" 1172source = "registry+https://github.com/rust-lang/crates.io-index" 1173checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7" 1174dependencies = [ 1175 "hmac", 1176] 1177 1178[[package]] 1179name = "hmac" 1180version = "0.12.1" 1181source = "registry+https://github.com/rust-lang/crates.io-index" 1182checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e" 1183dependencies = [ 1184 "digest", 1185] 1186 1187[[package]] 1188name = "home" 1189version = "0.5.12" 1190source = "registry+https://github.com/rust-lang/crates.io-index" 1191checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 1192dependencies = [ 1193 "windows-sys 0.61.2", 1194] 1195 1196[[package]] 1197name = "html-escape" 1198version = "0.2.13" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "6d1ad449764d627e22bfd7cd5e8868264fc9236e07c752972b4080cd351cb476" 1201dependencies = [ 1202 "utf8-width", 1203] 1204 1205[[package]] 1206name = "http" 1207version = "1.3.1" 1208source = "registry+https://github.com/rust-lang/crates.io-index" 1209checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565" 1210dependencies = [ 1211 "bytes", 1212 "fnv", 1213 "itoa", 1214] 1215 1216[[package]] 1217name = "http-body" 1218version = "1.0.1" 1219source = "registry+https://github.com/rust-lang/crates.io-index" 1220checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 1221dependencies = [ 1222 "bytes", 1223 "http", 1224] 1225 1226[[package]] 1227name = "http-body-util" 1228version = "0.1.3" 1229source = "registry+https://github.com/rust-lang/crates.io-index" 1230checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 1231dependencies = [ 1232 "bytes", 1233 "futures-core", 1234 "http", 1235 "http-body", 1236 "pin-project-lite", 1237] 1238 1239[[package]] 1240name = "http-range-header" 1241version = "0.4.2" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "9171a2ea8a68358193d15dd5d70c1c10a2afc3e7e4c5bc92bc9f025cebd7359c" 1244 1245[[package]] 1246name = "httparse" 1247version = "1.10.1" 1248source = "registry+https://github.com/rust-lang/crates.io-index" 1249checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 1250 1251[[package]] 1252name = "httpdate" 1253version = "1.0.3" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9" 1256 1257[[package]] 1258name = "hydration_context" 1259version = "0.3.0" 1260source = "registry+https://github.com/rust-lang/crates.io-index" 1261checksum = "e8714ae4adeaa846d838f380fbd72f049197de629948f91bf045329e0cf0a283" 1262dependencies = [ 1263 "futures", 1264 "js-sys", 1265 "once_cell", 1266 "or_poisoned", 1267 "pin-project-lite", 1268 "serde", 1269 "throw_error", 1270 "wasm-bindgen", 1271] 1272 1273[[package]] 1274name = "hyper" 1275version = "1.7.0" 1276source = "registry+https://github.com/rust-lang/crates.io-index" 1277checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e" 1278dependencies = [ 1279 "atomic-waker", 1280 "bytes", 1281 "futures-channel", 1282 "futures-core", 1283 "h2", 1284 "http", 1285 "http-body", 1286 "httparse", 1287 "httpdate", 1288 "itoa", 1289 "pin-project-lite", 1290 "pin-utils", 1291 "smallvec", 1292 "tokio", 1293 "want", 1294] 1295 1296[[package]] 1297name = "hyper-rustls" 1298version = "0.27.7" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 1301dependencies = [ 1302 "http", 1303 "hyper", 1304 "hyper-util", 1305 "log", 1306 "rustls", 1307 "rustls-native-certs", 1308 "rustls-pki-types", 1309 "tokio", 1310 "tokio-rustls", 1311 "tower-service", 1312 "webpki-roots 1.0.3", 1313] 1314 1315[[package]] 1316name = "hyper-tls" 1317version = "0.6.0" 1318source = "registry+https://github.com/rust-lang/crates.io-index" 1319checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 1320dependencies = [ 1321 "bytes", 1322 "http-body-util", 1323 "hyper", 1324 "hyper-util", 1325 "native-tls", 1326 "tokio", 1327 "tokio-native-tls", 1328 "tower-service", 1329] 1330 1331[[package]] 1332name = "hyper-util" 1333version = "0.1.17" 1334source = "registry+https://github.com/rust-lang/crates.io-index" 1335checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8" 1336dependencies = [ 1337 "base64", 1338 "bytes", 1339 "futures-channel", 1340 "futures-core", 1341 "futures-util", 1342 "http", 1343 "http-body", 1344 "hyper", 1345 "ipnet", 1346 "libc", 1347 "percent-encoding", 1348 "pin-project-lite", 1349 "socket2", 1350 "system-configuration", 1351 "tokio", 1352 "tower-service", 1353 "tracing", 1354 "windows-registry", 1355] 1356 1357[[package]] 1358name = "iana-time-zone" 1359version = "0.1.64" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 1362dependencies = [ 1363 "android_system_properties", 1364 "core-foundation-sys", 1365 "iana-time-zone-haiku", 1366 "js-sys", 1367 "log", 1368 "wasm-bindgen", 1369 "windows-core", 1370] 1371 1372[[package]] 1373name = "iana-time-zone-haiku" 1374version = "0.1.2" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 1377dependencies = [ 1378 "cc", 1379] 1380 1381[[package]] 1382name = "icalendar" 1383version = "0.17.5" 1384source = "registry+https://github.com/rust-lang/crates.io-index" 1385checksum = "f25bc68d1c3113be52919708c870cabe55ba0646b9dade87913fe565aa956a3b" 1386dependencies = [ 1387 "chrono", 1388 "chrono-tz", 1389 "iso8601", 1390 "nom 8.0.0", 1391 "nom-language", 1392 "serde", 1393 "time", 1394 "uuid", 1395] 1396 1397[[package]] 1398name = "icu_collections" 1399version = "2.0.0" 1400source = "registry+https://github.com/rust-lang/crates.io-index" 1401checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47" 1402dependencies = [ 1403 "displaydoc", 1404 "potential_utf", 1405 "yoke", 1406 "zerofrom", 1407 "zerovec", 1408] 1409 1410[[package]] 1411name = "icu_locale_core" 1412version = "2.0.0" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a" 1415dependencies = [ 1416 "displaydoc", 1417 "litemap", 1418 "tinystr", 1419 "writeable", 1420 "zerovec", 1421] 1422 1423[[package]] 1424name = "icu_normalizer" 1425version = "2.0.0" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979" 1428dependencies = [ 1429 "displaydoc", 1430 "icu_collections", 1431 "icu_normalizer_data", 1432 "icu_properties", 1433 "icu_provider", 1434 "smallvec", 1435 "zerovec", 1436] 1437 1438[[package]] 1439name = "icu_normalizer_data" 1440version = "2.0.0" 1441source = "registry+https://github.com/rust-lang/crates.io-index" 1442checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3" 1443 1444[[package]] 1445name = "icu_properties" 1446version = "2.0.1" 1447source = "registry+https://github.com/rust-lang/crates.io-index" 1448checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b" 1449dependencies = [ 1450 "displaydoc", 1451 "icu_collections", 1452 "icu_locale_core", 1453 "icu_properties_data", 1454 "icu_provider", 1455 "potential_utf", 1456 "zerotrie", 1457 "zerovec", 1458] 1459 1460[[package]] 1461name = "icu_properties_data" 1462version = "2.0.1" 1463source = "registry+https://github.com/rust-lang/crates.io-index" 1464checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632" 1465 1466[[package]] 1467name = "icu_provider" 1468version = "2.0.0" 1469source = "registry+https://github.com/rust-lang/crates.io-index" 1470checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af" 1471dependencies = [ 1472 "displaydoc", 1473 "icu_locale_core", 1474 "stable_deref_trait", 1475 "tinystr", 1476 "writeable", 1477 "yoke", 1478 "zerofrom", 1479 "zerotrie", 1480 "zerovec", 1481] 1482 1483[[package]] 1484name = "idna" 1485version = "1.1.0" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 1488dependencies = [ 1489 "idna_adapter", 1490 "smallvec", 1491 "utf8_iter", 1492] 1493 1494[[package]] 1495name = "idna_adapter" 1496version = "1.2.1" 1497source = "registry+https://github.com/rust-lang/crates.io-index" 1498checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 1499dependencies = [ 1500 "icu_normalizer", 1501 "icu_properties", 1502] 1503 1504[[package]] 1505name = "indexmap" 1506version = "2.12.0" 1507source = "registry+https://github.com/rust-lang/crates.io-index" 1508checksum = "6717a8d2a5a929a1a2eb43a12812498ed141a0bcfb7e8f7844fbdbe4303bba9f" 1509dependencies = [ 1510 "equivalent", 1511 "hashbrown 0.16.0", 1512] 1513 1514[[package]] 1515name = "interpolator" 1516version = "0.5.0" 1517source = "registry+https://github.com/rust-lang/crates.io-index" 1518checksum = "71dd52191aae121e8611f1e8dc3e324dd0dd1dee1e6dd91d10ee07a3cfb4d9d8" 1519 1520[[package]] 1521name = "inventory" 1522version = "0.3.21" 1523source = "registry+https://github.com/rust-lang/crates.io-index" 1524checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e" 1525dependencies = [ 1526 "rustversion", 1527] 1528 1529[[package]] 1530name = "ipnet" 1531version = "2.11.0" 1532source = "registry+https://github.com/rust-lang/crates.io-index" 1533checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 1534 1535[[package]] 1536name = "iri-string" 1537version = "0.7.8" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2" 1540dependencies = [ 1541 "memchr", 1542 "serde", 1543] 1544 1545[[package]] 1546name = "iso8601" 1547version = "0.6.3" 1548source = "registry+https://github.com/rust-lang/crates.io-index" 1549checksum = "e1082f0c48f143442a1ac6122f67e360ceee130b967af4d50996e5154a45df46" 1550dependencies = [ 1551 "nom 8.0.0", 1552] 1553 1554[[package]] 1555name = "itertools" 1556version = "0.13.0" 1557source = "registry+https://github.com/rust-lang/crates.io-index" 1558checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1559dependencies = [ 1560 "either", 1561] 1562 1563[[package]] 1564name = "itertools" 1565version = "0.14.0" 1566source = "registry+https://github.com/rust-lang/crates.io-index" 1567checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285" 1568dependencies = [ 1569 "either", 1570] 1571 1572[[package]] 1573name = "itoa" 1574version = "1.0.15" 1575source = "registry+https://github.com/rust-lang/crates.io-index" 1576checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c" 1577 1578[[package]] 1579name = "jobserver" 1580version = "0.1.34" 1581source = "registry+https://github.com/rust-lang/crates.io-index" 1582checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1583dependencies = [ 1584 "getrandom 0.3.4", 1585 "libc", 1586] 1587 1588[[package]] 1589name = "js-sys" 1590version = "0.3.77" 1591source = "registry+https://github.com/rust-lang/crates.io-index" 1592checksum = "1cfaf33c695fc6e08064efbc1f72ec937429614f25eef83af942d0e227c3a28f" 1593dependencies = [ 1594 "once_cell", 1595 "wasm-bindgen", 1596] 1597 1598[[package]] 1599name = "lazy_static" 1600version = "1.5.0" 1601source = "registry+https://github.com/rust-lang/crates.io-index" 1602checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1603dependencies = [ 1604 "spin", 1605] 1606 1607[[package]] 1608name = "leptos" 1609version = "0.8.11" 1610source = "registry+https://github.com/rust-lang/crates.io-index" 1611checksum = "9d916b7c270615f493e43a43c389725094b8e08eb635fe2469c5c767750c62a0" 1612dependencies = [ 1613 "any_spawner", 1614 "base64", 1615 "cfg-if", 1616 "either_of", 1617 "futures", 1618 "getrandom 0.3.4", 1619 "hydration_context", 1620 "leptos_config", 1621 "leptos_dom", 1622 "leptos_hot_reload", 1623 "leptos_macro", 1624 "leptos_server", 1625 "oco_ref", 1626 "or_poisoned", 1627 "paste", 1628 "rand 0.9.2", 1629 "reactive_graph", 1630 "rustc-hash", 1631 "rustc_version", 1632 "send_wrapper", 1633 "serde", 1634 "serde_json", 1635 "serde_qs", 1636 "server_fn", 1637 "slotmap", 1638 "tachys", 1639 "thiserror 2.0.17", 1640 "throw_error", 1641 "typed-builder", 1642 "typed-builder-macro", 1643 "wasm-bindgen", 1644 "wasm-bindgen-futures", 1645 "wasm_split_helpers", 1646 "web-sys", 1647] 1648 1649[[package]] 1650name = "leptos_axum" 1651version = "0.8.6" 1652source = "registry+https://github.com/rust-lang/crates.io-index" 1653checksum = "1ba0d920d78828a8811bc52bdb25c7982d3c707f3497c3bdbb8a6c796d843a9c" 1654dependencies = [ 1655 "any_spawner", 1656 "axum", 1657 "dashmap", 1658 "futures", 1659 "hydration_context", 1660 "leptos", 1661 "leptos_integration_utils", 1662 "leptos_macro", 1663 "leptos_meta", 1664 "leptos_router", 1665 "parking_lot", 1666 "server_fn", 1667 "tachys", 1668 "tokio", 1669 "tower", 1670 "tower-http", 1671] 1672 1673[[package]] 1674name = "leptos_config" 1675version = "0.8.7" 1676source = "registry+https://github.com/rust-lang/crates.io-index" 1677checksum = "240b4cb96284256a44872563cf029f24d6fe14bc341dcf0f4164e077cb5a1471" 1678dependencies = [ 1679 "config", 1680 "regex", 1681 "serde", 1682 "thiserror 2.0.17", 1683 "typed-builder", 1684] 1685 1686[[package]] 1687name = "leptos_dom" 1688version = "0.8.7" 1689source = "registry+https://github.com/rust-lang/crates.io-index" 1690checksum = "78f4330c88694c5575e0bfe4eecf81b045d14e76a4f8b00d5fd2a63f8779f895" 1691dependencies = [ 1692 "js-sys", 1693 "or_poisoned", 1694 "reactive_graph", 1695 "send_wrapper", 1696 "tachys", 1697 "wasm-bindgen", 1698 "web-sys", 1699] 1700 1701[[package]] 1702name = "leptos_hot_reload" 1703version = "0.8.5" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "0d61ec3e1ff8aaee8c5151688550c0363f85bc37845450764c31ff7584a33f38" 1706dependencies = [ 1707 "anyhow", 1708 "camino", 1709 "indexmap", 1710 "parking_lot", 1711 "proc-macro2", 1712 "quote", 1713 "rstml", 1714 "serde", 1715 "syn", 1716 "walkdir", 1717] 1718 1719[[package]] 1720name = "leptos_integration_utils" 1721version = "0.8.6" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "b530341b8fa93a33b590efe4d235ea109a1fd08b7676b503e9aa3d35f575edfb" 1724dependencies = [ 1725 "futures", 1726 "hydration_context", 1727 "leptos", 1728 "leptos_config", 1729 "leptos_meta", 1730 "leptos_router", 1731 "reactive_graph", 1732] 1733 1734[[package]] 1735name = "leptos_macro" 1736version = "0.8.10" 1737source = "registry+https://github.com/rust-lang/crates.io-index" 1738checksum = "18e29d53c342a1ebb63c4578b4d398057a25967166e7eaa3759f25bb74263472" 1739dependencies = [ 1740 "attribute-derive", 1741 "cfg-if", 1742 "convert_case 0.8.0", 1743 "html-escape", 1744 "itertools 0.14.0", 1745 "leptos_hot_reload", 1746 "prettyplease", 1747 "proc-macro-error2", 1748 "proc-macro2", 1749 "quote", 1750 "rstml", 1751 "rustc_version", 1752 "server_fn_macro", 1753 "syn", 1754 "uuid", 1755] 1756 1757[[package]] 1758name = "leptos_meta" 1759version = "0.8.5" 1760source = "registry+https://github.com/rust-lang/crates.io-index" 1761checksum = "2d489e38d3f541e9e43ecc2e3a815527840345a2afca629b3e23fcc1dd254578" 1762dependencies = [ 1763 "futures", 1764 "indexmap", 1765 "leptos", 1766 "or_poisoned", 1767 "send_wrapper", 1768 "wasm-bindgen", 1769 "web-sys", 1770] 1771 1772[[package]] 1773name = "leptos_router" 1774version = "0.8.9" 1775source = "registry+https://github.com/rust-lang/crates.io-index" 1776checksum = "21f482679fc1856ca368560fe7d827d7a34b5bbaa12c8b7c4daf1c02eaf8f09a" 1777dependencies = [ 1778 "any_spawner", 1779 "either_of", 1780 "futures", 1781 "gloo-net", 1782 "js-sys", 1783 "leptos", 1784 "leptos_router_macro", 1785 "or_poisoned", 1786 "percent-encoding", 1787 "reactive_graph", 1788 "rustc_version", 1789 "send_wrapper", 1790 "tachys", 1791 "thiserror 2.0.17", 1792 "url", 1793 "wasm-bindgen", 1794 "web-sys", 1795] 1796 1797[[package]] 1798name = "leptos_router_macro" 1799version = "0.8.5" 1800source = "registry+https://github.com/rust-lang/crates.io-index" 1801checksum = "571042420d79f4f5b6b0d149dc1561b03f47e08c37c8fa0dfc80c73ad67be8af" 1802dependencies = [ 1803 "proc-macro-error2", 1804 "proc-macro2", 1805 "quote", 1806 "syn", 1807] 1808 1809[[package]] 1810name = "leptos_server" 1811version = "0.8.5" 1812source = "registry+https://github.com/rust-lang/crates.io-index" 1813checksum = "38acbf32649a4b127c8d4ccaed8fb388e19a746430a0ea8f8160e51e28c36e2d" 1814dependencies = [ 1815 "any_spawner", 1816 "base64", 1817 "codee", 1818 "futures", 1819 "hydration_context", 1820 "or_poisoned", 1821 "reactive_graph", 1822 "send_wrapper", 1823 "serde", 1824 "serde_json", 1825 "server_fn", 1826 "tachys", 1827] 1828 1829[[package]] 1830name = "libc" 1831version = "0.2.177" 1832source = "registry+https://github.com/rust-lang/crates.io-index" 1833checksum = "2874a2af47a2325c2001a6e6fad9b16a53b802102b528163885171cf92b15976" 1834 1835[[package]] 1836name = "libloading" 1837version = "0.8.9" 1838source = "registry+https://github.com/rust-lang/crates.io-index" 1839checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55" 1840dependencies = [ 1841 "cfg-if", 1842 "windows-link 0.2.1", 1843] 1844 1845[[package]] 1846name = "libm" 1847version = "0.2.15" 1848source = "registry+https://github.com/rust-lang/crates.io-index" 1849checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de" 1850 1851[[package]] 1852name = "libredox" 1853version = "0.1.10" 1854source = "registry+https://github.com/rust-lang/crates.io-index" 1855checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb" 1856dependencies = [ 1857 "bitflags", 1858 "libc", 1859 "redox_syscall", 1860] 1861 1862[[package]] 1863name = "libsqlite3-sys" 1864version = "0.30.1" 1865source = "registry+https://github.com/rust-lang/crates.io-index" 1866checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149" 1867dependencies = [ 1868 "pkg-config", 1869 "vcpkg", 1870] 1871 1872[[package]] 1873name = "linear-map" 1874version = "1.2.0" 1875source = "registry+https://github.com/rust-lang/crates.io-index" 1876checksum = "bfae20f6b19ad527b550c223fddc3077a547fc70cda94b9b566575423fd303ee" 1877 1878[[package]] 1879name = "linux-raw-sys" 1880version = "0.11.0" 1881source = "registry+https://github.com/rust-lang/crates.io-index" 1882checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 1883 1884[[package]] 1885name = "litemap" 1886version = "0.8.0" 1887source = "registry+https://github.com/rust-lang/crates.io-index" 1888checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956" 1889 1890[[package]] 1891name = "lock_api" 1892version = "0.4.14" 1893source = "registry+https://github.com/rust-lang/crates.io-index" 1894checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1895dependencies = [ 1896 "scopeguard", 1897] 1898 1899[[package]] 1900name = "log" 1901version = "0.4.28" 1902source = "registry+https://github.com/rust-lang/crates.io-index" 1903checksum = "34080505efa8e45a4b816c349525ebe327ceaa8559756f0356cba97ef3bf7432" 1904 1905[[package]] 1906name = "lru-slab" 1907version = "0.1.2" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1910 1911[[package]] 1912name = "manyhow" 1913version = "0.11.4" 1914source = "registry+https://github.com/rust-lang/crates.io-index" 1915checksum = "b33efb3ca6d3b07393750d4030418d594ab1139cee518f0dc88db70fec873587" 1916dependencies = [ 1917 "manyhow-macros", 1918 "proc-macro2", 1919 "quote", 1920 "syn", 1921] 1922 1923[[package]] 1924name = "manyhow-macros" 1925version = "0.11.4" 1926source = "registry+https://github.com/rust-lang/crates.io-index" 1927checksum = "46fce34d199b78b6e6073abf984c9cf5fd3e9330145a93ee0738a7443e371495" 1928dependencies = [ 1929 "proc-macro-utils", 1930 "proc-macro2", 1931 "quote", 1932] 1933 1934[[package]] 1935name = "matchit" 1936version = "0.8.4" 1937source = "registry+https://github.com/rust-lang/crates.io-index" 1938checksum = "47e1ffaa40ddd1f3ed91f717a33c8c0ee23fff369e3aa8772b9605cc1d22f4c3" 1939 1940[[package]] 1941name = "md-5" 1942version = "0.10.6" 1943source = "registry+https://github.com/rust-lang/crates.io-index" 1944checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf" 1945dependencies = [ 1946 "cfg-if", 1947 "digest", 1948] 1949 1950[[package]] 1951name = "memchr" 1952version = "2.7.6" 1953source = "registry+https://github.com/rust-lang/crates.io-index" 1954checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 1955 1956[[package]] 1957name = "mime" 1958version = "0.3.17" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 1961 1962[[package]] 1963name = "mime_guess" 1964version = "2.0.5" 1965source = "registry+https://github.com/rust-lang/crates.io-index" 1966checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e" 1967dependencies = [ 1968 "mime", 1969 "unicase", 1970] 1971 1972[[package]] 1973name = "minimal-lexical" 1974version = "0.2.1" 1975source = "registry+https://github.com/rust-lang/crates.io-index" 1976checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a" 1977 1978[[package]] 1979name = "miniz_oxide" 1980version = "0.8.9" 1981source = "registry+https://github.com/rust-lang/crates.io-index" 1982checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" 1983dependencies = [ 1984 "adler2", 1985 "simd-adler32", 1986] 1987 1988[[package]] 1989name = "mio" 1990version = "1.1.0" 1991source = "registry+https://github.com/rust-lang/crates.io-index" 1992checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873" 1993dependencies = [ 1994 "libc", 1995 "wasi", 1996 "windows-sys 0.61.2", 1997] 1998 1999[[package]] 2000name = "multer" 2001version = "3.1.0" 2002source = "registry+https://github.com/rust-lang/crates.io-index" 2003checksum = "83e87776546dc87511aa5ee218730c92b666d7264ab6ed41f9d215af9cd5224b" 2004dependencies = [ 2005 "bytes", 2006 "encoding_rs", 2007 "futures-util", 2008 "http", 2009 "httparse", 2010 "memchr", 2011 "mime", 2012 "spin", 2013 "version_check", 2014] 2015 2016[[package]] 2017name = "native-tls" 2018version = "0.2.14" 2019source = "registry+https://github.com/rust-lang/crates.io-index" 2020checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 2021dependencies = [ 2022 "libc", 2023 "log", 2024 "openssl", 2025 "openssl-probe", 2026 "openssl-sys", 2027 "schannel", 2028 "security-framework 2.11.1", 2029 "security-framework-sys", 2030 "tempfile", 2031] 2032 2033[[package]] 2034name = "next_tuple" 2035version = "0.1.0" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "60993920e071b0c9b66f14e2b32740a4e27ffc82854dcd72035887f336a09a28" 2038 2039[[package]] 2040name = "nom" 2041version = "7.1.3" 2042source = "registry+https://github.com/rust-lang/crates.io-index" 2043checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a" 2044dependencies = [ 2045 "memchr", 2046 "minimal-lexical", 2047] 2048 2049[[package]] 2050name = "nom" 2051version = "8.0.0" 2052source = "registry+https://github.com/rust-lang/crates.io-index" 2053checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405" 2054dependencies = [ 2055 "memchr", 2056] 2057 2058[[package]] 2059name = "nom-language" 2060version = "0.1.0" 2061source = "registry+https://github.com/rust-lang/crates.io-index" 2062checksum = "2de2bc5b451bfedaef92c90b8939a8fff5770bdcc1fafd6239d086aab8fa6b29" 2063dependencies = [ 2064 "nom 8.0.0", 2065] 2066 2067[[package]] 2068name = "num-bigint-dig" 2069version = "0.8.4" 2070source = "registry+https://github.com/rust-lang/crates.io-index" 2071checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151" 2072dependencies = [ 2073 "byteorder", 2074 "lazy_static", 2075 "libm", 2076 "num-integer", 2077 "num-iter", 2078 "num-traits", 2079 "rand 0.8.5", 2080 "smallvec", 2081 "zeroize", 2082] 2083 2084[[package]] 2085name = "num-conv" 2086version = "0.1.0" 2087source = "registry+https://github.com/rust-lang/crates.io-index" 2088checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 2089 2090[[package]] 2091name = "num-integer" 2092version = "0.1.46" 2093source = "registry+https://github.com/rust-lang/crates.io-index" 2094checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f" 2095dependencies = [ 2096 "num-traits", 2097] 2098 2099[[package]] 2100name = "num-iter" 2101version = "0.1.45" 2102source = "registry+https://github.com/rust-lang/crates.io-index" 2103checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf" 2104dependencies = [ 2105 "autocfg", 2106 "num-integer", 2107 "num-traits", 2108] 2109 2110[[package]] 2111name = "num-traits" 2112version = "0.2.19" 2113source = "registry+https://github.com/rust-lang/crates.io-index" 2114checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 2115dependencies = [ 2116 "autocfg", 2117 "libm", 2118] 2119 2120[[package]] 2121name = "num_cpus" 2122version = "1.17.0" 2123source = "registry+https://github.com/rust-lang/crates.io-index" 2124checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b" 2125dependencies = [ 2126 "hermit-abi", 2127 "libc", 2128] 2129 2130[[package]] 2131name = "oco_ref" 2132version = "0.2.1" 2133source = "registry+https://github.com/rust-lang/crates.io-index" 2134checksum = "ed0423ff9973dea4d6bd075934fdda86ebb8c05bdf9d6b0507067d4a1226371d" 2135dependencies = [ 2136 "serde", 2137 "thiserror 2.0.17", 2138] 2139 2140[[package]] 2141name = "once_cell" 2142version = "1.21.3" 2143source = "registry+https://github.com/rust-lang/crates.io-index" 2144checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 2145 2146[[package]] 2147name = "openssl" 2148version = "0.10.74" 2149source = "registry+https://github.com/rust-lang/crates.io-index" 2150checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654" 2151dependencies = [ 2152 "bitflags", 2153 "cfg-if", 2154 "foreign-types", 2155 "libc", 2156 "once_cell", 2157 "openssl-macros", 2158 "openssl-sys", 2159] 2160 2161[[package]] 2162name = "openssl-macros" 2163version = "0.1.1" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 2166dependencies = [ 2167 "proc-macro2", 2168 "quote", 2169 "syn", 2170] 2171 2172[[package]] 2173name = "openssl-probe" 2174version = "0.1.6" 2175source = "registry+https://github.com/rust-lang/crates.io-index" 2176checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 2177 2178[[package]] 2179name = "openssl-sys" 2180version = "0.9.110" 2181source = "registry+https://github.com/rust-lang/crates.io-index" 2182checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2" 2183dependencies = [ 2184 "cc", 2185 "libc", 2186 "pkg-config", 2187 "vcpkg", 2188] 2189 2190[[package]] 2191name = "or_poisoned" 2192version = "0.1.0" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "8c04f5d74368e4d0dfe06c45c8627c81bd7c317d52762d118fb9b3076f6420fd" 2195 2196[[package]] 2197name = "parking" 2198version = "2.2.1" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba" 2201 2202[[package]] 2203name = "parking_lot" 2204version = "0.12.5" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 2207dependencies = [ 2208 "lock_api", 2209 "parking_lot_core", 2210] 2211 2212[[package]] 2213name = "parking_lot_core" 2214version = "0.9.12" 2215source = "registry+https://github.com/rust-lang/crates.io-index" 2216checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 2217dependencies = [ 2218 "cfg-if", 2219 "libc", 2220 "redox_syscall", 2221 "smallvec", 2222 "windows-link 0.2.1", 2223] 2224 2225[[package]] 2226name = "paste" 2227version = "1.0.15" 2228source = "registry+https://github.com/rust-lang/crates.io-index" 2229checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 2230 2231[[package]] 2232name = "pathdiff" 2233version = "0.2.3" 2234source = "registry+https://github.com/rust-lang/crates.io-index" 2235checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3" 2236 2237[[package]] 2238name = "pem-rfc7468" 2239version = "0.7.0" 2240source = "registry+https://github.com/rust-lang/crates.io-index" 2241checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412" 2242dependencies = [ 2243 "base64ct", 2244] 2245 2246[[package]] 2247name = "percent-encoding" 2248version = "2.3.2" 2249source = "registry+https://github.com/rust-lang/crates.io-index" 2250checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 2251 2252[[package]] 2253name = "phf" 2254version = "0.12.1" 2255source = "registry+https://github.com/rust-lang/crates.io-index" 2256checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7" 2257dependencies = [ 2258 "phf_shared", 2259] 2260 2261[[package]] 2262name = "phf_shared" 2263version = "0.12.1" 2264source = "registry+https://github.com/rust-lang/crates.io-index" 2265checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981" 2266dependencies = [ 2267 "siphasher", 2268] 2269 2270[[package]] 2271name = "pin-project" 2272version = "1.1.10" 2273source = "registry+https://github.com/rust-lang/crates.io-index" 2274checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a" 2275dependencies = [ 2276 "pin-project-internal", 2277] 2278 2279[[package]] 2280name = "pin-project-internal" 2281version = "1.1.10" 2282source = "registry+https://github.com/rust-lang/crates.io-index" 2283checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861" 2284dependencies = [ 2285 "proc-macro2", 2286 "quote", 2287 "syn", 2288] 2289 2290[[package]] 2291name = "pin-project-lite" 2292version = "0.2.16" 2293source = "registry+https://github.com/rust-lang/crates.io-index" 2294checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 2295 2296[[package]] 2297name = "pin-utils" 2298version = "0.1.0" 2299source = "registry+https://github.com/rust-lang/crates.io-index" 2300checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 2301 2302[[package]] 2303name = "pkcs1" 2304version = "0.7.5" 2305source = "registry+https://github.com/rust-lang/crates.io-index" 2306checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f" 2307dependencies = [ 2308 "der", 2309 "pkcs8", 2310 "spki", 2311] 2312 2313[[package]] 2314name = "pkcs8" 2315version = "0.10.2" 2316source = "registry+https://github.com/rust-lang/crates.io-index" 2317checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7" 2318dependencies = [ 2319 "der", 2320 "spki", 2321] 2322 2323[[package]] 2324name = "pkg-config" 2325version = "0.3.32" 2326source = "registry+https://github.com/rust-lang/crates.io-index" 2327checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 2328 2329[[package]] 2330name = "potential_utf" 2331version = "0.1.3" 2332source = "registry+https://github.com/rust-lang/crates.io-index" 2333checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a" 2334dependencies = [ 2335 "zerovec", 2336] 2337 2338[[package]] 2339name = "powerfmt" 2340version = "0.2.0" 2341source = "registry+https://github.com/rust-lang/crates.io-index" 2342checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 2343 2344[[package]] 2345name = "ppv-lite86" 2346version = "0.2.21" 2347source = "registry+https://github.com/rust-lang/crates.io-index" 2348checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 2349dependencies = [ 2350 "zerocopy", 2351] 2352 2353[[package]] 2354name = "prettyplease" 2355version = "0.2.37" 2356source = "registry+https://github.com/rust-lang/crates.io-index" 2357checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" 2358dependencies = [ 2359 "proc-macro2", 2360 "syn", 2361] 2362 2363[[package]] 2364name = "proc-macro-error-attr2" 2365version = "2.0.0" 2366source = "registry+https://github.com/rust-lang/crates.io-index" 2367checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5" 2368dependencies = [ 2369 "proc-macro2", 2370 "quote", 2371] 2372 2373[[package]] 2374name = "proc-macro-error2" 2375version = "2.0.1" 2376source = "registry+https://github.com/rust-lang/crates.io-index" 2377checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802" 2378dependencies = [ 2379 "proc-macro-error-attr2", 2380 "proc-macro2", 2381 "quote", 2382 "syn", 2383] 2384 2385[[package]] 2386name = "proc-macro-utils" 2387version = "0.10.0" 2388source = "registry+https://github.com/rust-lang/crates.io-index" 2389checksum = "eeaf08a13de400bc215877b5bdc088f241b12eb42f0a548d3390dc1c56bb7071" 2390dependencies = [ 2391 "proc-macro2", 2392 "quote", 2393 "smallvec", 2394] 2395 2396[[package]] 2397name = "proc-macro2" 2398version = "1.0.103" 2399source = "registry+https://github.com/rust-lang/crates.io-index" 2400checksum = "5ee95bc4ef87b8d5ba32e8b7714ccc834865276eab0aed5c9958d00ec45f49e8" 2401dependencies = [ 2402 "unicode-ident", 2403] 2404 2405[[package]] 2406name = "proc-macro2-diagnostics" 2407version = "0.10.1" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 2410dependencies = [ 2411 "proc-macro2", 2412 "quote", 2413 "syn", 2414 "version_check", 2415 "yansi", 2416] 2417 2418[[package]] 2419name = "quick-xml" 2420version = "0.38.3" 2421source = "registry+https://github.com/rust-lang/crates.io-index" 2422checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89" 2423dependencies = [ 2424 "memchr", 2425 "tokio", 2426] 2427 2428[[package]] 2429name = "quinn" 2430version = "0.11.9" 2431source = "registry+https://github.com/rust-lang/crates.io-index" 2432checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20" 2433dependencies = [ 2434 "bytes", 2435 "cfg_aliases", 2436 "pin-project-lite", 2437 "quinn-proto", 2438 "quinn-udp", 2439 "rustc-hash", 2440 "rustls", 2441 "socket2", 2442 "thiserror 2.0.17", 2443 "tokio", 2444 "tracing", 2445 "web-time", 2446] 2447 2448[[package]] 2449name = "quinn-proto" 2450version = "0.11.13" 2451source = "registry+https://github.com/rust-lang/crates.io-index" 2452checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31" 2453dependencies = [ 2454 "bytes", 2455 "getrandom 0.3.4", 2456 "lru-slab", 2457 "rand 0.9.2", 2458 "ring", 2459 "rustc-hash", 2460 "rustls", 2461 "rustls-pki-types", 2462 "slab", 2463 "thiserror 2.0.17", 2464 "tinyvec", 2465 "tracing", 2466 "web-time", 2467] 2468 2469[[package]] 2470name = "quinn-udp" 2471version = "0.5.14" 2472source = "registry+https://github.com/rust-lang/crates.io-index" 2473checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 2474dependencies = [ 2475 "cfg_aliases", 2476 "libc", 2477 "once_cell", 2478 "socket2", 2479 "tracing", 2480 "windows-sys 0.60.2", 2481] 2482 2483[[package]] 2484name = "quote" 2485version = "1.0.41" 2486source = "registry+https://github.com/rust-lang/crates.io-index" 2487checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1" 2488dependencies = [ 2489 "proc-macro2", 2490] 2491 2492[[package]] 2493name = "quote-use" 2494version = "0.8.4" 2495source = "registry+https://github.com/rust-lang/crates.io-index" 2496checksum = "9619db1197b497a36178cfc736dc96b271fe918875fbf1344c436a7e93d0321e" 2497dependencies = [ 2498 "quote", 2499 "quote-use-macros", 2500] 2501 2502[[package]] 2503name = "quote-use-macros" 2504version = "0.8.4" 2505source = "registry+https://github.com/rust-lang/crates.io-index" 2506checksum = "82ebfb7faafadc06a7ab141a6f67bcfb24cb8beb158c6fe933f2f035afa99f35" 2507dependencies = [ 2508 "proc-macro-utils", 2509 "proc-macro2", 2510 "quote", 2511 "syn", 2512] 2513 2514[[package]] 2515name = "r-efi" 2516version = "5.3.0" 2517source = "registry+https://github.com/rust-lang/crates.io-index" 2518checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 2519 2520[[package]] 2521name = "rand" 2522version = "0.8.5" 2523source = "registry+https://github.com/rust-lang/crates.io-index" 2524checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404" 2525dependencies = [ 2526 "libc", 2527 "rand_chacha 0.3.1", 2528 "rand_core 0.6.4", 2529] 2530 2531[[package]] 2532name = "rand" 2533version = "0.9.2" 2534source = "registry+https://github.com/rust-lang/crates.io-index" 2535checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 2536dependencies = [ 2537 "rand_chacha 0.9.0", 2538 "rand_core 0.9.3", 2539] 2540 2541[[package]] 2542name = "rand_chacha" 2543version = "0.3.1" 2544source = "registry+https://github.com/rust-lang/crates.io-index" 2545checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88" 2546dependencies = [ 2547 "ppv-lite86", 2548 "rand_core 0.6.4", 2549] 2550 2551[[package]] 2552name = "rand_chacha" 2553version = "0.9.0" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 2556dependencies = [ 2557 "ppv-lite86", 2558 "rand_core 0.9.3", 2559] 2560 2561[[package]] 2562name = "rand_core" 2563version = "0.6.4" 2564source = "registry+https://github.com/rust-lang/crates.io-index" 2565checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c" 2566dependencies = [ 2567 "getrandom 0.2.16", 2568] 2569 2570[[package]] 2571name = "rand_core" 2572version = "0.9.3" 2573source = "registry+https://github.com/rust-lang/crates.io-index" 2574checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38" 2575dependencies = [ 2576 "getrandom 0.3.4", 2577] 2578 2579[[package]] 2580name = "reactive_graph" 2581version = "0.2.9" 2582source = "registry+https://github.com/rust-lang/crates.io-index" 2583checksum = "77cbe7c61b939523104883fd00d431f6c681c7005fd350f01a9ff2fc96509399" 2584dependencies = [ 2585 "any_spawner", 2586 "async-lock", 2587 "futures", 2588 "guardian", 2589 "hydration_context", 2590 "indexmap", 2591 "or_poisoned", 2592 "pin-project-lite", 2593 "rustc-hash", 2594 "rustc_version", 2595 "send_wrapper", 2596 "serde", 2597 "slotmap", 2598 "thiserror 2.0.17", 2599 "web-sys", 2600] 2601 2602[[package]] 2603name = "reactive_stores" 2604version = "0.3.0" 2605source = "registry+https://github.com/rust-lang/crates.io-index" 2606checksum = "25b73d94139821e0a2f31fb4e0eaf6ebbcf4d15c5e2fb353dc3babd4f6d35674" 2607dependencies = [ 2608 "dashmap", 2609 "guardian", 2610 "itertools 0.14.0", 2611 "or_poisoned", 2612 "paste", 2613 "reactive_graph", 2614 "reactive_stores_macro", 2615 "rustc-hash", 2616 "send_wrapper", 2617] 2618 2619[[package]] 2620name = "reactive_stores_macro" 2621version = "0.2.6" 2622source = "registry+https://github.com/rust-lang/crates.io-index" 2623checksum = "4fa40919eb2975100283b2a70e68eafce1e8bcf81f0622ff168e4c2b3f8d46bb" 2624dependencies = [ 2625 "convert_case 0.8.0", 2626 "proc-macro-error2", 2627 "proc-macro2", 2628 "quote", 2629 "syn", 2630] 2631 2632[[package]] 2633name = "redox_syscall" 2634version = "0.5.18" 2635source = "registry+https://github.com/rust-lang/crates.io-index" 2636checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 2637dependencies = [ 2638 "bitflags", 2639] 2640 2641[[package]] 2642name = "regex" 2643version = "1.12.2" 2644source = "registry+https://github.com/rust-lang/crates.io-index" 2645checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 2646dependencies = [ 2647 "aho-corasick", 2648 "memchr", 2649 "regex-automata", 2650 "regex-syntax", 2651] 2652 2653[[package]] 2654name = "regex-automata" 2655version = "0.4.13" 2656source = "registry+https://github.com/rust-lang/crates.io-index" 2657checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 2658dependencies = [ 2659 "aho-corasick", 2660 "memchr", 2661 "regex-syntax", 2662] 2663 2664[[package]] 2665name = "regex-syntax" 2666version = "0.8.8" 2667source = "registry+https://github.com/rust-lang/crates.io-index" 2668checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 2669 2670[[package]] 2671name = "reqwest" 2672version = "0.12.24" 2673source = "registry+https://github.com/rust-lang/crates.io-index" 2674checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f" 2675dependencies = [ 2676 "base64", 2677 "bytes", 2678 "encoding_rs", 2679 "futures-core", 2680 "h2", 2681 "http", 2682 "http-body", 2683 "http-body-util", 2684 "hyper", 2685 "hyper-rustls", 2686 "hyper-tls", 2687 "hyper-util", 2688 "js-sys", 2689 "log", 2690 "mime", 2691 "native-tls", 2692 "percent-encoding", 2693 "pin-project-lite", 2694 "quinn", 2695 "rustls", 2696 "rustls-pki-types", 2697 "serde", 2698 "serde_json", 2699 "serde_urlencoded", 2700 "sync_wrapper", 2701 "tokio", 2702 "tokio-native-tls", 2703 "tokio-rustls", 2704 "tower", 2705 "tower-http", 2706 "tower-service", 2707 "url", 2708 "wasm-bindgen", 2709 "wasm-bindgen-futures", 2710 "web-sys", 2711 "webpki-roots 1.0.3", 2712] 2713 2714[[package]] 2715name = "ring" 2716version = "0.17.14" 2717source = "registry+https://github.com/rust-lang/crates.io-index" 2718checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 2719dependencies = [ 2720 "cc", 2721 "cfg-if", 2722 "getrandom 0.2.16", 2723 "libc", 2724 "untrusted", 2725 "windows-sys 0.52.0", 2726] 2727 2728[[package]] 2729name = "rsa" 2730version = "0.9.8" 2731source = "registry+https://github.com/rust-lang/crates.io-index" 2732checksum = "78928ac1ed176a5ca1d17e578a1825f3d81ca54cf41053a592584b020cfd691b" 2733dependencies = [ 2734 "const-oid", 2735 "digest", 2736 "num-bigint-dig", 2737 "num-integer", 2738 "num-traits", 2739 "pkcs1", 2740 "pkcs8", 2741 "rand_core 0.6.4", 2742 "signature", 2743 "spki", 2744 "subtle", 2745 "zeroize", 2746] 2747 2748[[package]] 2749name = "rstml" 2750version = "0.12.1" 2751source = "registry+https://github.com/rust-lang/crates.io-index" 2752checksum = "61cf4616de7499fc5164570d40ca4e1b24d231c6833a88bff0fe00725080fd56" 2753dependencies = [ 2754 "derive-where", 2755 "proc-macro2", 2756 "proc-macro2-diagnostics", 2757 "quote", 2758 "syn", 2759 "syn_derive", 2760 "thiserror 2.0.17", 2761] 2762 2763[[package]] 2764name = "rustc-hash" 2765version = "2.1.1" 2766source = "registry+https://github.com/rust-lang/crates.io-index" 2767checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d" 2768 2769[[package]] 2770name = "rustc_version" 2771version = "0.4.1" 2772source = "registry+https://github.com/rust-lang/crates.io-index" 2773checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92" 2774dependencies = [ 2775 "semver", 2776] 2777 2778[[package]] 2779name = "rustix" 2780version = "1.1.2" 2781source = "registry+https://github.com/rust-lang/crates.io-index" 2782checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e" 2783dependencies = [ 2784 "bitflags", 2785 "errno", 2786 "libc", 2787 "linux-raw-sys", 2788 "windows-sys 0.61.2", 2789] 2790 2791[[package]] 2792name = "rustls" 2793version = "0.23.34" 2794source = "registry+https://github.com/rust-lang/crates.io-index" 2795checksum = "6a9586e9ee2b4f8fab52a0048ca7334d7024eef48e2cb9407e3497bb7cab7fa7" 2796dependencies = [ 2797 "aws-lc-rs", 2798 "log", 2799 "once_cell", 2800 "ring", 2801 "rustls-pki-types", 2802 "rustls-webpki", 2803 "subtle", 2804 "zeroize", 2805] 2806 2807[[package]] 2808name = "rustls-native-certs" 2809version = "0.8.2" 2810source = "registry+https://github.com/rust-lang/crates.io-index" 2811checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923" 2812dependencies = [ 2813 "openssl-probe", 2814 "rustls-pki-types", 2815 "schannel", 2816 "security-framework 3.5.1", 2817] 2818 2819[[package]] 2820name = "rustls-pki-types" 2821version = "1.12.0" 2822source = "registry+https://github.com/rust-lang/crates.io-index" 2823checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79" 2824dependencies = [ 2825 "web-time", 2826 "zeroize", 2827] 2828 2829[[package]] 2830name = "rustls-webpki" 2831version = "0.103.7" 2832source = "registry+https://github.com/rust-lang/crates.io-index" 2833checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf" 2834dependencies = [ 2835 "aws-lc-rs", 2836 "ring", 2837 "rustls-pki-types", 2838 "untrusted", 2839] 2840 2841[[package]] 2842name = "rustversion" 2843version = "1.0.22" 2844source = "registry+https://github.com/rust-lang/crates.io-index" 2845checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 2846 2847[[package]] 2848name = "ryu" 2849version = "1.0.20" 2850source = "registry+https://github.com/rust-lang/crates.io-index" 2851checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f" 2852 2853[[package]] 2854name = "same-file" 2855version = "1.0.6" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 2858dependencies = [ 2859 "winapi-util", 2860] 2861 2862[[package]] 2863name = "schannel" 2864version = "0.1.28" 2865source = "registry+https://github.com/rust-lang/crates.io-index" 2866checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 2867dependencies = [ 2868 "windows-sys 0.61.2", 2869] 2870 2871[[package]] 2872name = "scopeguard" 2873version = "1.2.0" 2874source = "registry+https://github.com/rust-lang/crates.io-index" 2875checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 2876 2877[[package]] 2878name = "security-framework" 2879version = "2.11.1" 2880source = "registry+https://github.com/rust-lang/crates.io-index" 2881checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 2882dependencies = [ 2883 "bitflags", 2884 "core-foundation 0.9.4", 2885 "core-foundation-sys", 2886 "libc", 2887 "security-framework-sys", 2888] 2889 2890[[package]] 2891name = "security-framework" 2892version = "3.5.1" 2893source = "registry+https://github.com/rust-lang/crates.io-index" 2894checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef" 2895dependencies = [ 2896 "bitflags", 2897 "core-foundation 0.10.1", 2898 "core-foundation-sys", 2899 "libc", 2900 "security-framework-sys", 2901] 2902 2903[[package]] 2904name = "security-framework-sys" 2905version = "2.15.0" 2906source = "registry+https://github.com/rust-lang/crates.io-index" 2907checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 2908dependencies = [ 2909 "core-foundation-sys", 2910 "libc", 2911] 2912 2913[[package]] 2914name = "semver" 2915version = "1.0.27" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2" 2918 2919[[package]] 2920name = "send_wrapper" 2921version = "0.6.0" 2922source = "registry+https://github.com/rust-lang/crates.io-index" 2923checksum = "cd0b0ec5f1c1ca621c432a25813d8d60c88abe6d3e08a3eb9cf37d97a0fe3d73" 2924dependencies = [ 2925 "futures-core", 2926] 2927 2928[[package]] 2929name = "serde" 2930version = "1.0.228" 2931source = "registry+https://github.com/rust-lang/crates.io-index" 2932checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 2933dependencies = [ 2934 "serde_core", 2935 "serde_derive", 2936] 2937 2938[[package]] 2939name = "serde_core" 2940version = "1.0.228" 2941source = "registry+https://github.com/rust-lang/crates.io-index" 2942checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 2943dependencies = [ 2944 "serde_derive", 2945] 2946 2947[[package]] 2948name = "serde_derive" 2949version = "1.0.228" 2950source = "registry+https://github.com/rust-lang/crates.io-index" 2951checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 2952dependencies = [ 2953 "proc-macro2", 2954 "quote", 2955 "syn", 2956] 2957 2958[[package]] 2959name = "serde_json" 2960version = "1.0.145" 2961source = "registry+https://github.com/rust-lang/crates.io-index" 2962checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c" 2963dependencies = [ 2964 "itoa", 2965 "memchr", 2966 "ryu", 2967 "serde", 2968 "serde_core", 2969] 2970 2971[[package]] 2972name = "serde_path_to_error" 2973version = "0.1.20" 2974source = "registry+https://github.com/rust-lang/crates.io-index" 2975checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457" 2976dependencies = [ 2977 "itoa", 2978 "serde", 2979 "serde_core", 2980] 2981 2982[[package]] 2983name = "serde_qs" 2984version = "0.15.0" 2985source = "registry+https://github.com/rust-lang/crates.io-index" 2986checksum = "f3faaf9e727533a19351a43cc5a8de957372163c7d35cc48c90b75cdda13c352" 2987dependencies = [ 2988 "percent-encoding", 2989 "serde", 2990 "thiserror 2.0.17", 2991] 2992 2993[[package]] 2994name = "serde_spanned" 2995version = "1.0.3" 2996source = "registry+https://github.com/rust-lang/crates.io-index" 2997checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392" 2998dependencies = [ 2999 "serde_core", 3000] 3001 3002[[package]] 3003name = "serde_urlencoded" 3004version = "0.7.1" 3005source = "registry+https://github.com/rust-lang/crates.io-index" 3006checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 3007dependencies = [ 3008 "form_urlencoded", 3009 "itoa", 3010 "ryu", 3011 "serde", 3012] 3013 3014[[package]] 3015name = "server_fn" 3016version = "0.8.8" 3017source = "registry+https://github.com/rust-lang/crates.io-index" 3018checksum = "fdc30228718f62d80a376964baf990edbcb5e97688fdc71183a8ef3d44cb6c89" 3019dependencies = [ 3020 "axum", 3021 "base64", 3022 "bytes", 3023 "const-str", 3024 "const_format", 3025 "dashmap", 3026 "futures", 3027 "gloo-net", 3028 "http", 3029 "http-body-util", 3030 "hyper", 3031 "inventory", 3032 "js-sys", 3033 "pin-project-lite", 3034 "rustc_version", 3035 "rustversion", 3036 "send_wrapper", 3037 "serde", 3038 "serde_json", 3039 "serde_qs", 3040 "server_fn_macro_default", 3041 "thiserror 2.0.17", 3042 "throw_error", 3043 "tokio", 3044 "tower", 3045 "tower-layer", 3046 "url", 3047 "wasm-bindgen", 3048 "wasm-bindgen-futures", 3049 "wasm-streams", 3050 "web-sys", 3051 "xxhash-rust", 3052] 3053 3054[[package]] 3055name = "server_fn_macro" 3056version = "0.8.8" 3057source = "registry+https://github.com/rust-lang/crates.io-index" 3058checksum = "950b8cfc9ff5f39ca879c5a7c5e640de2695a199e18e424c3289d0964cabe642" 3059dependencies = [ 3060 "const_format", 3061 "convert_case 0.8.0", 3062 "proc-macro2", 3063 "quote", 3064 "rustc_version", 3065 "syn", 3066 "xxhash-rust", 3067] 3068 3069[[package]] 3070name = "server_fn_macro_default" 3071version = "0.8.5" 3072source = "registry+https://github.com/rust-lang/crates.io-index" 3073checksum = "63eb08f80db903d3c42f64e60ebb3875e0305be502bdc064ec0a0eab42207f00" 3074dependencies = [ 3075 "server_fn_macro", 3076 "syn", 3077] 3078 3079[[package]] 3080name = "sha1" 3081version = "0.10.6" 3082source = "registry+https://github.com/rust-lang/crates.io-index" 3083checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba" 3084dependencies = [ 3085 "cfg-if", 3086 "cpufeatures", 3087 "digest", 3088] 3089 3090[[package]] 3091name = "sha2" 3092version = "0.10.9" 3093source = "registry+https://github.com/rust-lang/crates.io-index" 3094checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283" 3095dependencies = [ 3096 "cfg-if", 3097 "cpufeatures", 3098 "digest", 3099] 3100 3101[[package]] 3102name = "shlex" 3103version = "1.3.0" 3104source = "registry+https://github.com/rust-lang/crates.io-index" 3105checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 3106 3107[[package]] 3108name = "signature" 3109version = "2.2.0" 3110source = "registry+https://github.com/rust-lang/crates.io-index" 3111checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de" 3112dependencies = [ 3113 "digest", 3114 "rand_core 0.6.4", 3115] 3116 3117[[package]] 3118name = "simd-adler32" 3119version = "0.3.7" 3120source = "registry+https://github.com/rust-lang/crates.io-index" 3121checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe" 3122 3123[[package]] 3124name = "siphasher" 3125version = "1.0.1" 3126source = "registry+https://github.com/rust-lang/crates.io-index" 3127checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d" 3128 3129[[package]] 3130name = "slab" 3131version = "0.4.11" 3132source = "registry+https://github.com/rust-lang/crates.io-index" 3133checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 3134 3135[[package]] 3136name = "slotmap" 3137version = "1.0.7" 3138source = "registry+https://github.com/rust-lang/crates.io-index" 3139checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a" 3140dependencies = [ 3141 "version_check", 3142] 3143 3144[[package]] 3145name = "smallvec" 3146version = "1.15.1" 3147source = "registry+https://github.com/rust-lang/crates.io-index" 3148checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 3149dependencies = [ 3150 "serde", 3151] 3152 3153[[package]] 3154name = "socket2" 3155version = "0.6.1" 3156source = "registry+https://github.com/rust-lang/crates.io-index" 3157checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 3158dependencies = [ 3159 "libc", 3160 "windows-sys 0.60.2", 3161] 3162 3163[[package]] 3164name = "spin" 3165version = "0.9.8" 3166source = "registry+https://github.com/rust-lang/crates.io-index" 3167checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 3168dependencies = [ 3169 "lock_api", 3170] 3171 3172[[package]] 3173name = "spki" 3174version = "0.7.3" 3175source = "registry+https://github.com/rust-lang/crates.io-index" 3176checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d" 3177dependencies = [ 3178 "base64ct", 3179 "der", 3180] 3181 3182[[package]] 3183name = "sqlx" 3184version = "0.8.6" 3185source = "registry+https://github.com/rust-lang/crates.io-index" 3186checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc" 3187dependencies = [ 3188 "sqlx-core", 3189 "sqlx-macros", 3190 "sqlx-mysql", 3191 "sqlx-postgres", 3192 "sqlx-sqlite", 3193] 3194 3195[[package]] 3196name = "sqlx-core" 3197version = "0.8.6" 3198source = "registry+https://github.com/rust-lang/crates.io-index" 3199checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6" 3200dependencies = [ 3201 "base64", 3202 "bytes", 3203 "crc", 3204 "crossbeam-queue", 3205 "either", 3206 "event-listener", 3207 "futures-core", 3208 "futures-intrusive", 3209 "futures-io", 3210 "futures-util", 3211 "hashbrown 0.15.5", 3212 "hashlink", 3213 "indexmap", 3214 "log", 3215 "memchr", 3216 "native-tls", 3217 "once_cell", 3218 "percent-encoding", 3219 "rustls", 3220 "serde", 3221 "serde_json", 3222 "sha2", 3223 "smallvec", 3224 "thiserror 2.0.17", 3225 "tokio", 3226 "tokio-stream", 3227 "tracing", 3228 "url", 3229 "uuid", 3230 "webpki-roots 0.26.11", 3231] 3232 3233[[package]] 3234name = "sqlx-macros" 3235version = "0.8.6" 3236source = "registry+https://github.com/rust-lang/crates.io-index" 3237checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d" 3238dependencies = [ 3239 "proc-macro2", 3240 "quote", 3241 "sqlx-core", 3242 "sqlx-macros-core", 3243 "syn", 3244] 3245 3246[[package]] 3247name = "sqlx-macros-core" 3248version = "0.8.6" 3249source = "registry+https://github.com/rust-lang/crates.io-index" 3250checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b" 3251dependencies = [ 3252 "dotenvy", 3253 "either", 3254 "heck", 3255 "hex", 3256 "once_cell", 3257 "proc-macro2", 3258 "quote", 3259 "serde", 3260 "serde_json", 3261 "sha2", 3262 "sqlx-core", 3263 "sqlx-mysql", 3264 "sqlx-postgres", 3265 "sqlx-sqlite", 3266 "syn", 3267 "tokio", 3268 "url", 3269] 3270 3271[[package]] 3272name = "sqlx-mysql" 3273version = "0.8.6" 3274source = "registry+https://github.com/rust-lang/crates.io-index" 3275checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526" 3276dependencies = [ 3277 "atoi", 3278 "base64", 3279 "bitflags", 3280 "byteorder", 3281 "bytes", 3282 "crc", 3283 "digest", 3284 "dotenvy", 3285 "either", 3286 "futures-channel", 3287 "futures-core", 3288 "futures-io", 3289 "futures-util", 3290 "generic-array", 3291 "hex", 3292 "hkdf", 3293 "hmac", 3294 "itoa", 3295 "log", 3296 "md-5", 3297 "memchr", 3298 "once_cell", 3299 "percent-encoding", 3300 "rand 0.8.5", 3301 "rsa", 3302 "serde", 3303 "sha1", 3304 "sha2", 3305 "smallvec", 3306 "sqlx-core", 3307 "stringprep", 3308 "thiserror 2.0.17", 3309 "tracing", 3310 "uuid", 3311 "whoami", 3312] 3313 3314[[package]] 3315name = "sqlx-postgres" 3316version = "0.8.6" 3317source = "registry+https://github.com/rust-lang/crates.io-index" 3318checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46" 3319dependencies = [ 3320 "atoi", 3321 "base64", 3322 "bitflags", 3323 "byteorder", 3324 "crc", 3325 "dotenvy", 3326 "etcetera", 3327 "futures-channel", 3328 "futures-core", 3329 "futures-util", 3330 "hex", 3331 "hkdf", 3332 "hmac", 3333 "home", 3334 "itoa", 3335 "log", 3336 "md-5", 3337 "memchr", 3338 "once_cell", 3339 "rand 0.8.5", 3340 "serde", 3341 "serde_json", 3342 "sha2", 3343 "smallvec", 3344 "sqlx-core", 3345 "stringprep", 3346 "thiserror 2.0.17", 3347 "tracing", 3348 "uuid", 3349 "whoami", 3350] 3351 3352[[package]] 3353name = "sqlx-sqlite" 3354version = "0.8.6" 3355source = "registry+https://github.com/rust-lang/crates.io-index" 3356checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea" 3357dependencies = [ 3358 "atoi", 3359 "flume", 3360 "futures-channel", 3361 "futures-core", 3362 "futures-executor", 3363 "futures-intrusive", 3364 "futures-util", 3365 "libsqlite3-sys", 3366 "log", 3367 "percent-encoding", 3368 "serde", 3369 "serde_urlencoded", 3370 "sqlx-core", 3371 "thiserror 2.0.17", 3372 "tracing", 3373 "url", 3374 "uuid", 3375] 3376 3377[[package]] 3378name = "stable_deref_trait" 3379version = "1.2.1" 3380source = "registry+https://github.com/rust-lang/crates.io-index" 3381checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 3382 3383[[package]] 3384name = "stringprep" 3385version = "0.1.5" 3386source = "registry+https://github.com/rust-lang/crates.io-index" 3387checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1" 3388dependencies = [ 3389 "unicode-bidi", 3390 "unicode-normalization", 3391 "unicode-properties", 3392] 3393 3394[[package]] 3395name = "subtle" 3396version = "2.6.1" 3397source = "registry+https://github.com/rust-lang/crates.io-index" 3398checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 3399 3400[[package]] 3401name = "syn" 3402version = "2.0.108" 3403source = "registry+https://github.com/rust-lang/crates.io-index" 3404checksum = "da58917d35242480a05c2897064da0a80589a2a0476c9a3f2fdc83b53502e917" 3405dependencies = [ 3406 "proc-macro2", 3407 "quote", 3408 "unicode-ident", 3409] 3410 3411[[package]] 3412name = "syn_derive" 3413version = "0.2.0" 3414source = "registry+https://github.com/rust-lang/crates.io-index" 3415checksum = "cdb066a04799e45f5d582e8fc6ec8e6d6896040d00898eb4e6a835196815b219" 3416dependencies = [ 3417 "proc-macro-error2", 3418 "proc-macro2", 3419 "quote", 3420 "syn", 3421] 3422 3423[[package]] 3424name = "sync_wrapper" 3425version = "1.0.2" 3426source = "registry+https://github.com/rust-lang/crates.io-index" 3427checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 3428dependencies = [ 3429 "futures-core", 3430] 3431 3432[[package]] 3433name = "synstructure" 3434version = "0.13.2" 3435source = "registry+https://github.com/rust-lang/crates.io-index" 3436checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 3437dependencies = [ 3438 "proc-macro2", 3439 "quote", 3440 "syn", 3441] 3442 3443[[package]] 3444name = "system-configuration" 3445version = "0.6.1" 3446source = "registry+https://github.com/rust-lang/crates.io-index" 3447checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 3448dependencies = [ 3449 "bitflags", 3450 "core-foundation 0.9.4", 3451 "system-configuration-sys", 3452] 3453 3454[[package]] 3455name = "system-configuration-sys" 3456version = "0.6.0" 3457source = "registry+https://github.com/rust-lang/crates.io-index" 3458checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 3459dependencies = [ 3460 "core-foundation-sys", 3461 "libc", 3462] 3463 3464[[package]] 3465name = "tachys" 3466version = "0.2.10" 3467source = "registry+https://github.com/rust-lang/crates.io-index" 3468checksum = "f88be37609c1891b748ed1feb9b08b0e772156a80d586b38726253f80859134d" 3469dependencies = [ 3470 "any_spawner", 3471 "async-trait", 3472 "const_str_slice_concat", 3473 "drain_filter_polyfill", 3474 "either_of", 3475 "erased", 3476 "futures", 3477 "html-escape", 3478 "indexmap", 3479 "itertools 0.14.0", 3480 "js-sys", 3481 "linear-map", 3482 "next_tuple", 3483 "oco_ref", 3484 "or_poisoned", 3485 "parking_lot", 3486 "paste", 3487 "reactive_graph", 3488 "reactive_stores", 3489 "rustc-hash", 3490 "rustc_version", 3491 "send_wrapper", 3492 "slotmap", 3493 "throw_error", 3494 "wasm-bindgen", 3495 "web-sys", 3496] 3497 3498[[package]] 3499name = "tempfile" 3500version = "3.23.0" 3501source = "registry+https://github.com/rust-lang/crates.io-index" 3502checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16" 3503dependencies = [ 3504 "fastrand", 3505 "getrandom 0.3.4", 3506 "once_cell", 3507 "rustix", 3508 "windows-sys 0.61.2", 3509] 3510 3511[[package]] 3512name = "thiserror" 3513version = "1.0.69" 3514source = "registry+https://github.com/rust-lang/crates.io-index" 3515checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 3516dependencies = [ 3517 "thiserror-impl 1.0.69", 3518] 3519 3520[[package]] 3521name = "thiserror" 3522version = "2.0.17" 3523source = "registry+https://github.com/rust-lang/crates.io-index" 3524checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8" 3525dependencies = [ 3526 "thiserror-impl 2.0.17", 3527] 3528 3529[[package]] 3530name = "thiserror-impl" 3531version = "1.0.69" 3532source = "registry+https://github.com/rust-lang/crates.io-index" 3533checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 3534dependencies = [ 3535 "proc-macro2", 3536 "quote", 3537 "syn", 3538] 3539 3540[[package]] 3541name = "thiserror-impl" 3542version = "2.0.17" 3543source = "registry+https://github.com/rust-lang/crates.io-index" 3544checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913" 3545dependencies = [ 3546 "proc-macro2", 3547 "quote", 3548 "syn", 3549] 3550 3551[[package]] 3552name = "throw_error" 3553version = "0.3.1" 3554source = "registry+https://github.com/rust-lang/crates.io-index" 3555checksum = "dc0ed6038fcbc0795aca7c92963ddda636573b956679204e044492d2b13c8f64" 3556dependencies = [ 3557 "pin-project-lite", 3558] 3559 3560[[package]] 3561name = "time" 3562version = "0.3.44" 3563source = "registry+https://github.com/rust-lang/crates.io-index" 3564checksum = "91e7d9e3bb61134e77bde20dd4825b97c010155709965fedf0f49bb138e52a9d" 3565dependencies = [ 3566 "deranged", 3567 "num-conv", 3568 "powerfmt", 3569 "serde", 3570 "time-core", 3571] 3572 3573[[package]] 3574name = "time-core" 3575version = "0.1.6" 3576source = "registry+https://github.com/rust-lang/crates.io-index" 3577checksum = "40868e7c1d2f0b8d73e4a8c7f0ff63af4f6d19be117e90bd73eb1d62cf831c6b" 3578 3579[[package]] 3580name = "tinystr" 3581version = "0.8.1" 3582source = "registry+https://github.com/rust-lang/crates.io-index" 3583checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b" 3584dependencies = [ 3585 "displaydoc", 3586 "zerovec", 3587] 3588 3589[[package]] 3590name = "tinyvec" 3591version = "1.10.0" 3592source = "registry+https://github.com/rust-lang/crates.io-index" 3593checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa" 3594dependencies = [ 3595 "tinyvec_macros", 3596] 3597 3598[[package]] 3599name = "tinyvec_macros" 3600version = "0.1.1" 3601source = "registry+https://github.com/rust-lang/crates.io-index" 3602checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 3603 3604[[package]] 3605name = "tokio" 3606version = "1.48.0" 3607source = "registry+https://github.com/rust-lang/crates.io-index" 3608checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408" 3609dependencies = [ 3610 "bytes", 3611 "libc", 3612 "mio", 3613 "pin-project-lite", 3614 "socket2", 3615 "tokio-macros", 3616 "windows-sys 0.61.2", 3617] 3618 3619[[package]] 3620name = "tokio-macros" 3621version = "2.6.0" 3622source = "registry+https://github.com/rust-lang/crates.io-index" 3623checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 3624dependencies = [ 3625 "proc-macro2", 3626 "quote", 3627 "syn", 3628] 3629 3630[[package]] 3631name = "tokio-native-tls" 3632version = "0.3.1" 3633source = "registry+https://github.com/rust-lang/crates.io-index" 3634checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 3635dependencies = [ 3636 "native-tls", 3637 "tokio", 3638] 3639 3640[[package]] 3641name = "tokio-rustls" 3642version = "0.26.4" 3643source = "registry+https://github.com/rust-lang/crates.io-index" 3644checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 3645dependencies = [ 3646 "rustls", 3647 "tokio", 3648] 3649 3650[[package]] 3651name = "tokio-stream" 3652version = "0.1.17" 3653source = "registry+https://github.com/rust-lang/crates.io-index" 3654checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047" 3655dependencies = [ 3656 "futures-core", 3657 "pin-project-lite", 3658 "tokio", 3659] 3660 3661[[package]] 3662name = "tokio-tungstenite" 3663version = "0.28.0" 3664source = "registry+https://github.com/rust-lang/crates.io-index" 3665checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857" 3666dependencies = [ 3667 "futures-util", 3668 "log", 3669 "tokio", 3670 "tungstenite", 3671] 3672 3673[[package]] 3674name = "tokio-util" 3675version = "0.7.16" 3676source = "registry+https://github.com/rust-lang/crates.io-index" 3677checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5" 3678dependencies = [ 3679 "bytes", 3680 "futures-core", 3681 "futures-sink", 3682 "pin-project-lite", 3683 "tokio", 3684] 3685 3686[[package]] 3687name = "toml" 3688version = "0.9.8" 3689source = "registry+https://github.com/rust-lang/crates.io-index" 3690checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8" 3691dependencies = [ 3692 "serde_core", 3693 "serde_spanned", 3694 "toml_datetime", 3695 "toml_parser", 3696 "winnow", 3697] 3698 3699[[package]] 3700name = "toml_datetime" 3701version = "0.7.3" 3702source = "registry+https://github.com/rust-lang/crates.io-index" 3703checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533" 3704dependencies = [ 3705 "serde_core", 3706] 3707 3708[[package]] 3709name = "toml_parser" 3710version = "1.0.4" 3711source = "registry+https://github.com/rust-lang/crates.io-index" 3712checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e" 3713dependencies = [ 3714 "winnow", 3715] 3716 3717[[package]] 3718name = "tower" 3719version = "0.5.2" 3720source = "registry+https://github.com/rust-lang/crates.io-index" 3721checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9" 3722dependencies = [ 3723 "futures-core", 3724 "futures-util", 3725 "pin-project-lite", 3726 "sync_wrapper", 3727 "tokio", 3728 "tower-layer", 3729 "tower-service", 3730 "tracing", 3731] 3732 3733[[package]] 3734name = "tower-http" 3735version = "0.6.6" 3736source = "registry+https://github.com/rust-lang/crates.io-index" 3737checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2" 3738dependencies = [ 3739 "bitflags", 3740 "bytes", 3741 "futures-core", 3742 "futures-util", 3743 "http", 3744 "http-body", 3745 "http-body-util", 3746 "http-range-header", 3747 "httpdate", 3748 "iri-string", 3749 "mime", 3750 "mime_guess", 3751 "percent-encoding", 3752 "pin-project-lite", 3753 "tokio", 3754 "tokio-util", 3755 "tower", 3756 "tower-layer", 3757 "tower-service", 3758 "tracing", 3759] 3760 3761[[package]] 3762name = "tower-layer" 3763version = "0.3.3" 3764source = "registry+https://github.com/rust-lang/crates.io-index" 3765checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 3766 3767[[package]] 3768name = "tower-service" 3769version = "0.3.3" 3770source = "registry+https://github.com/rust-lang/crates.io-index" 3771checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 3772 3773[[package]] 3774name = "tracing" 3775version = "0.1.41" 3776source = "registry+https://github.com/rust-lang/crates.io-index" 3777checksum = "784e0ac535deb450455cbfa28a6f0df145ea1bb7ae51b821cf5e7927fdcfbdd0" 3778dependencies = [ 3779 "log", 3780 "pin-project-lite", 3781 "tracing-attributes", 3782 "tracing-core", 3783] 3784 3785[[package]] 3786name = "tracing-attributes" 3787version = "0.1.30" 3788source = "registry+https://github.com/rust-lang/crates.io-index" 3789checksum = "81383ab64e72a7a8b8e13130c49e3dab29def6d0c7d76a03087b3cf71c5c6903" 3790dependencies = [ 3791 "proc-macro2", 3792 "quote", 3793 "syn", 3794] 3795 3796[[package]] 3797name = "tracing-core" 3798version = "0.1.34" 3799source = "registry+https://github.com/rust-lang/crates.io-index" 3800checksum = "b9d12581f227e93f094d3af2ae690a574abb8a2b9b7a96e7cfe9647b2b617678" 3801dependencies = [ 3802 "once_cell", 3803] 3804 3805[[package]] 3806name = "try-lock" 3807version = "0.2.5" 3808source = "registry+https://github.com/rust-lang/crates.io-index" 3809checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 3810 3811[[package]] 3812name = "tungstenite" 3813version = "0.28.0" 3814source = "registry+https://github.com/rust-lang/crates.io-index" 3815checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442" 3816dependencies = [ 3817 "bytes", 3818 "data-encoding", 3819 "http", 3820 "httparse", 3821 "log", 3822 "rand 0.9.2", 3823 "sha1", 3824 "thiserror 2.0.17", 3825 "utf-8", 3826] 3827 3828[[package]] 3829name = "typed-builder" 3830version = "0.21.2" 3831source = "registry+https://github.com/rust-lang/crates.io-index" 3832checksum = "fef81aec2ca29576f9f6ae8755108640d0a86dd3161b2e8bca6cfa554e98f77d" 3833dependencies = [ 3834 "typed-builder-macro", 3835] 3836 3837[[package]] 3838name = "typed-builder-macro" 3839version = "0.21.2" 3840source = "registry+https://github.com/rust-lang/crates.io-index" 3841checksum = "1ecb9ecf7799210407c14a8cfdfe0173365780968dc57973ed082211958e0b18" 3842dependencies = [ 3843 "proc-macro2", 3844 "quote", 3845 "syn", 3846] 3847 3848[[package]] 3849name = "typenum" 3850version = "1.19.0" 3851source = "registry+https://github.com/rust-lang/crates.io-index" 3852checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb" 3853 3854[[package]] 3855name = "unicase" 3856version = "2.8.1" 3857source = "registry+https://github.com/rust-lang/crates.io-index" 3858checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539" 3859 3860[[package]] 3861name = "unicode-bidi" 3862version = "0.3.18" 3863source = "registry+https://github.com/rust-lang/crates.io-index" 3864checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5" 3865 3866[[package]] 3867name = "unicode-ident" 3868version = "1.0.20" 3869source = "registry+https://github.com/rust-lang/crates.io-index" 3870checksum = "462eeb75aeb73aea900253ce739c8e18a67423fadf006037cd3ff27e82748a06" 3871 3872[[package]] 3873name = "unicode-normalization" 3874version = "0.1.24" 3875source = "registry+https://github.com/rust-lang/crates.io-index" 3876checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956" 3877dependencies = [ 3878 "tinyvec", 3879] 3880 3881[[package]] 3882name = "unicode-properties" 3883version = "0.1.3" 3884source = "registry+https://github.com/rust-lang/crates.io-index" 3885checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0" 3886 3887[[package]] 3888name = "unicode-segmentation" 3889version = "1.12.0" 3890source = "registry+https://github.com/rust-lang/crates.io-index" 3891checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 3892 3893[[package]] 3894name = "unicode-xid" 3895version = "0.2.6" 3896source = "registry+https://github.com/rust-lang/crates.io-index" 3897checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" 3898 3899[[package]] 3900name = "untrusted" 3901version = "0.9.0" 3902source = "registry+https://github.com/rust-lang/crates.io-index" 3903checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 3904 3905[[package]] 3906name = "url" 3907version = "2.5.7" 3908source = "registry+https://github.com/rust-lang/crates.io-index" 3909checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b" 3910dependencies = [ 3911 "form_urlencoded", 3912 "idna", 3913 "percent-encoding", 3914 "serde", 3915] 3916 3917[[package]] 3918name = "utf-8" 3919version = "0.7.6" 3920source = "registry+https://github.com/rust-lang/crates.io-index" 3921checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9" 3922 3923[[package]] 3924name = "utf8-width" 3925version = "0.1.7" 3926source = "registry+https://github.com/rust-lang/crates.io-index" 3927checksum = "86bd8d4e895da8537e5315b8254664e6b769c4ff3db18321b297a1e7004392e3" 3928 3929[[package]] 3930name = "utf8_iter" 3931version = "1.0.4" 3932source = "registry+https://github.com/rust-lang/crates.io-index" 3933checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 3934 3935[[package]] 3936name = "uuid" 3937version = "1.18.1" 3938source = "registry+https://github.com/rust-lang/crates.io-index" 3939checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2" 3940dependencies = [ 3941 "getrandom 0.3.4", 3942 "js-sys", 3943 "serde", 3944 "wasm-bindgen", 3945] 3946 3947[[package]] 3948name = "vcpkg" 3949version = "0.2.15" 3950source = "registry+https://github.com/rust-lang/crates.io-index" 3951checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 3952 3953[[package]] 3954name = "version_check" 3955version = "0.9.5" 3956source = "registry+https://github.com/rust-lang/crates.io-index" 3957checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 3958 3959[[package]] 3960name = "walkdir" 3961version = "2.5.0" 3962source = "registry+https://github.com/rust-lang/crates.io-index" 3963checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b" 3964dependencies = [ 3965 "same-file", 3966 "winapi-util", 3967] 3968 3969[[package]] 3970name = "want" 3971version = "0.3.1" 3972source = "registry+https://github.com/rust-lang/crates.io-index" 3973checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 3974dependencies = [ 3975 "try-lock", 3976] 3977 3978[[package]] 3979name = "wasi" 3980version = "0.11.1+wasi-snapshot-preview1" 3981source = "registry+https://github.com/rust-lang/crates.io-index" 3982checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 3983 3984[[package]] 3985name = "wasip2" 3986version = "1.0.1+wasi-0.2.4" 3987source = "registry+https://github.com/rust-lang/crates.io-index" 3988checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7" 3989dependencies = [ 3990 "wit-bindgen", 3991] 3992 3993[[package]] 3994name = "wasite" 3995version = "0.1.0" 3996source = "registry+https://github.com/rust-lang/crates.io-index" 3997checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 3998 3999[[package]] 4000name = "wasm-bindgen" 4001version = "0.2.100" 4002source = "registry+https://github.com/rust-lang/crates.io-index" 4003checksum = "1edc8929d7499fc4e8f0be2262a241556cfc54a0bea223790e71446f2aab1ef5" 4004dependencies = [ 4005 "cfg-if", 4006 "once_cell", 4007 "rustversion", 4008 "wasm-bindgen-macro", 4009] 4010 4011[[package]] 4012name = "wasm-bindgen-backend" 4013version = "0.2.100" 4014source = "registry+https://github.com/rust-lang/crates.io-index" 4015checksum = "2f0a0651a5c2bc21487bde11ee802ccaf4c51935d0d3d42a6101f98161700bc6" 4016dependencies = [ 4017 "bumpalo", 4018 "log", 4019 "proc-macro2", 4020 "quote", 4021 "syn", 4022 "wasm-bindgen-shared", 4023] 4024 4025[[package]] 4026name = "wasm-bindgen-futures" 4027version = "0.4.50" 4028source = "registry+https://github.com/rust-lang/crates.io-index" 4029checksum = "555d470ec0bc3bb57890405e5d4322cc9ea83cebb085523ced7be4144dac1e61" 4030dependencies = [ 4031 "cfg-if", 4032 "js-sys", 4033 "once_cell", 4034 "wasm-bindgen", 4035 "web-sys", 4036] 4037 4038[[package]] 4039name = "wasm-bindgen-macro" 4040version = "0.2.100" 4041source = "registry+https://github.com/rust-lang/crates.io-index" 4042checksum = "7fe63fc6d09ed3792bd0897b314f53de8e16568c2b3f7982f468c0bf9bd0b407" 4043dependencies = [ 4044 "quote", 4045 "wasm-bindgen-macro-support", 4046] 4047 4048[[package]] 4049name = "wasm-bindgen-macro-support" 4050version = "0.2.100" 4051source = "registry+https://github.com/rust-lang/crates.io-index" 4052checksum = "8ae87ea40c9f689fc23f209965b6fb8a99ad69aeeb0231408be24920604395de" 4053dependencies = [ 4054 "proc-macro2", 4055 "quote", 4056 "syn", 4057 "wasm-bindgen-backend", 4058 "wasm-bindgen-shared", 4059] 4060 4061[[package]] 4062name = "wasm-bindgen-shared" 4063version = "0.2.100" 4064source = "registry+https://github.com/rust-lang/crates.io-index" 4065checksum = "1a05d73b933a847d6cccdda8f838a22ff101ad9bf93e33684f39c1f5f0eece3d" 4066dependencies = [ 4067 "unicode-ident", 4068] 4069 4070[[package]] 4071name = "wasm-streams" 4072version = "0.4.2" 4073source = "registry+https://github.com/rust-lang/crates.io-index" 4074checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65" 4075dependencies = [ 4076 "futures-util", 4077 "js-sys", 4078 "wasm-bindgen", 4079 "wasm-bindgen-futures", 4080 "web-sys", 4081] 4082 4083[[package]] 4084name = "wasm_split_helpers" 4085version = "0.1.2" 4086source = "registry+https://github.com/rust-lang/crates.io-index" 4087checksum = "c50e0e45d0d871605a21fc4ee93a5380b7bdc41b5eda22e42f0777a4ce79b65c" 4088dependencies = [ 4089 "async-once-cell", 4090 "or_poisoned", 4091 "wasm_split_macros", 4092] 4093 4094[[package]] 4095name = "wasm_split_macros" 4096version = "0.1.3" 4097source = "registry+https://github.com/rust-lang/crates.io-index" 4098checksum = "aecbaea69b61abedb9b8199720e65a529a2dd2294d27113bfa1b7c1db598f672" 4099dependencies = [ 4100 "base16", 4101 "digest", 4102 "quote", 4103 "sha2", 4104 "syn", 4105 "wasm-bindgen", 4106] 4107 4108[[package]] 4109name = "web-sys" 4110version = "0.3.77" 4111source = "registry+https://github.com/rust-lang/crates.io-index" 4112checksum = "33b6dd2ef9186f1f2072e409e99cd22a975331a6b3591b12c764e0e55c60d5d2" 4113dependencies = [ 4114 "js-sys", 4115 "wasm-bindgen", 4116] 4117 4118[[package]] 4119name = "web-time" 4120version = "1.1.0" 4121source = "registry+https://github.com/rust-lang/crates.io-index" 4122checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 4123dependencies = [ 4124 "js-sys", 4125 "wasm-bindgen", 4126] 4127 4128[[package]] 4129name = "webpki-roots" 4130version = "0.26.11" 4131source = "registry+https://github.com/rust-lang/crates.io-index" 4132checksum = "521bc38abb08001b01866da9f51eb7c5d647a19260e00054a8c7fd5f9e57f7a9" 4133dependencies = [ 4134 "webpki-roots 1.0.3", 4135] 4136 4137[[package]] 4138name = "webpki-roots" 4139version = "1.0.3" 4140source = "registry+https://github.com/rust-lang/crates.io-index" 4141checksum = "32b130c0d2d49f8b6889abc456e795e82525204f27c42cf767cf0d7734e089b8" 4142dependencies = [ 4143 "rustls-pki-types", 4144] 4145 4146[[package]] 4147name = "whoami" 4148version = "1.6.1" 4149source = "registry+https://github.com/rust-lang/crates.io-index" 4150checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 4151dependencies = [ 4152 "libredox", 4153 "wasite", 4154] 4155 4156[[package]] 4157name = "winapi-util" 4158version = "0.1.11" 4159source = "registry+https://github.com/rust-lang/crates.io-index" 4160checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 4161dependencies = [ 4162 "windows-sys 0.61.2", 4163] 4164 4165[[package]] 4166name = "windows-core" 4167version = "0.62.2" 4168source = "registry+https://github.com/rust-lang/crates.io-index" 4169checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 4170dependencies = [ 4171 "windows-implement", 4172 "windows-interface", 4173 "windows-link 0.2.1", 4174 "windows-result 0.4.1", 4175 "windows-strings 0.5.1", 4176] 4177 4178[[package]] 4179name = "windows-implement" 4180version = "0.60.2" 4181source = "registry+https://github.com/rust-lang/crates.io-index" 4182checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 4183dependencies = [ 4184 "proc-macro2", 4185 "quote", 4186 "syn", 4187] 4188 4189[[package]] 4190name = "windows-interface" 4191version = "0.59.3" 4192source = "registry+https://github.com/rust-lang/crates.io-index" 4193checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 4194dependencies = [ 4195 "proc-macro2", 4196 "quote", 4197 "syn", 4198] 4199 4200[[package]] 4201name = "windows-link" 4202version = "0.1.3" 4203source = "registry+https://github.com/rust-lang/crates.io-index" 4204checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a" 4205 4206[[package]] 4207name = "windows-link" 4208version = "0.2.1" 4209source = "registry+https://github.com/rust-lang/crates.io-index" 4210checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 4211 4212[[package]] 4213name = "windows-registry" 4214version = "0.5.3" 4215source = "registry+https://github.com/rust-lang/crates.io-index" 4216checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e" 4217dependencies = [ 4218 "windows-link 0.1.3", 4219 "windows-result 0.3.4", 4220 "windows-strings 0.4.2", 4221] 4222 4223[[package]] 4224name = "windows-result" 4225version = "0.3.4" 4226source = "registry+https://github.com/rust-lang/crates.io-index" 4227checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6" 4228dependencies = [ 4229 "windows-link 0.1.3", 4230] 4231 4232[[package]] 4233name = "windows-result" 4234version = "0.4.1" 4235source = "registry+https://github.com/rust-lang/crates.io-index" 4236checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 4237dependencies = [ 4238 "windows-link 0.2.1", 4239] 4240 4241[[package]] 4242name = "windows-strings" 4243version = "0.4.2" 4244source = "registry+https://github.com/rust-lang/crates.io-index" 4245checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57" 4246dependencies = [ 4247 "windows-link 0.1.3", 4248] 4249 4250[[package]] 4251name = "windows-strings" 4252version = "0.5.1" 4253source = "registry+https://github.com/rust-lang/crates.io-index" 4254checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 4255dependencies = [ 4256 "windows-link 0.2.1", 4257] 4258 4259[[package]] 4260name = "windows-sys" 4261version = "0.48.0" 4262source = "registry+https://github.com/rust-lang/crates.io-index" 4263checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 4264dependencies = [ 4265 "windows-targets 0.48.5", 4266] 4267 4268[[package]] 4269name = "windows-sys" 4270version = "0.52.0" 4271source = "registry+https://github.com/rust-lang/crates.io-index" 4272checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 4273dependencies = [ 4274 "windows-targets 0.52.6", 4275] 4276 4277[[package]] 4278name = "windows-sys" 4279version = "0.60.2" 4280source = "registry+https://github.com/rust-lang/crates.io-index" 4281checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 4282dependencies = [ 4283 "windows-targets 0.53.5", 4284] 4285 4286[[package]] 4287name = "windows-sys" 4288version = "0.61.2" 4289source = "registry+https://github.com/rust-lang/crates.io-index" 4290checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 4291dependencies = [ 4292 "windows-link 0.2.1", 4293] 4294 4295[[package]] 4296name = "windows-targets" 4297version = "0.48.5" 4298source = "registry+https://github.com/rust-lang/crates.io-index" 4299checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 4300dependencies = [ 4301 "windows_aarch64_gnullvm 0.48.5", 4302 "windows_aarch64_msvc 0.48.5", 4303 "windows_i686_gnu 0.48.5", 4304 "windows_i686_msvc 0.48.5", 4305 "windows_x86_64_gnu 0.48.5", 4306 "windows_x86_64_gnullvm 0.48.5", 4307 "windows_x86_64_msvc 0.48.5", 4308] 4309 4310[[package]] 4311name = "windows-targets" 4312version = "0.52.6" 4313source = "registry+https://github.com/rust-lang/crates.io-index" 4314checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 4315dependencies = [ 4316 "windows_aarch64_gnullvm 0.52.6", 4317 "windows_aarch64_msvc 0.52.6", 4318 "windows_i686_gnu 0.52.6", 4319 "windows_i686_gnullvm 0.52.6", 4320 "windows_i686_msvc 0.52.6", 4321 "windows_x86_64_gnu 0.52.6", 4322 "windows_x86_64_gnullvm 0.52.6", 4323 "windows_x86_64_msvc 0.52.6", 4324] 4325 4326[[package]] 4327name = "windows-targets" 4328version = "0.53.5" 4329source = "registry+https://github.com/rust-lang/crates.io-index" 4330checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 4331dependencies = [ 4332 "windows-link 0.2.1", 4333 "windows_aarch64_gnullvm 0.53.1", 4334 "windows_aarch64_msvc 0.53.1", 4335 "windows_i686_gnu 0.53.1", 4336 "windows_i686_gnullvm 0.53.1", 4337 "windows_i686_msvc 0.53.1", 4338 "windows_x86_64_gnu 0.53.1", 4339 "windows_x86_64_gnullvm 0.53.1", 4340 "windows_x86_64_msvc 0.53.1", 4341] 4342 4343[[package]] 4344name = "windows_aarch64_gnullvm" 4345version = "0.48.5" 4346source = "registry+https://github.com/rust-lang/crates.io-index" 4347checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 4348 4349[[package]] 4350name = "windows_aarch64_gnullvm" 4351version = "0.52.6" 4352source = "registry+https://github.com/rust-lang/crates.io-index" 4353checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 4354 4355[[package]] 4356name = "windows_aarch64_gnullvm" 4357version = "0.53.1" 4358source = "registry+https://github.com/rust-lang/crates.io-index" 4359checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 4360 4361[[package]] 4362name = "windows_aarch64_msvc" 4363version = "0.48.5" 4364source = "registry+https://github.com/rust-lang/crates.io-index" 4365checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 4366 4367[[package]] 4368name = "windows_aarch64_msvc" 4369version = "0.52.6" 4370source = "registry+https://github.com/rust-lang/crates.io-index" 4371checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 4372 4373[[package]] 4374name = "windows_aarch64_msvc" 4375version = "0.53.1" 4376source = "registry+https://github.com/rust-lang/crates.io-index" 4377checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 4378 4379[[package]] 4380name = "windows_i686_gnu" 4381version = "0.48.5" 4382source = "registry+https://github.com/rust-lang/crates.io-index" 4383checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 4384 4385[[package]] 4386name = "windows_i686_gnu" 4387version = "0.52.6" 4388source = "registry+https://github.com/rust-lang/crates.io-index" 4389checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 4390 4391[[package]] 4392name = "windows_i686_gnu" 4393version = "0.53.1" 4394source = "registry+https://github.com/rust-lang/crates.io-index" 4395checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 4396 4397[[package]] 4398name = "windows_i686_gnullvm" 4399version = "0.52.6" 4400source = "registry+https://github.com/rust-lang/crates.io-index" 4401checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 4402 4403[[package]] 4404name = "windows_i686_gnullvm" 4405version = "0.53.1" 4406source = "registry+https://github.com/rust-lang/crates.io-index" 4407checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 4408 4409[[package]] 4410name = "windows_i686_msvc" 4411version = "0.48.5" 4412source = "registry+https://github.com/rust-lang/crates.io-index" 4413checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 4414 4415[[package]] 4416name = "windows_i686_msvc" 4417version = "0.52.6" 4418source = "registry+https://github.com/rust-lang/crates.io-index" 4419checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 4420 4421[[package]] 4422name = "windows_i686_msvc" 4423version = "0.53.1" 4424source = "registry+https://github.com/rust-lang/crates.io-index" 4425checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 4426 4427[[package]] 4428name = "windows_x86_64_gnu" 4429version = "0.48.5" 4430source = "registry+https://github.com/rust-lang/crates.io-index" 4431checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 4432 4433[[package]] 4434name = "windows_x86_64_gnu" 4435version = "0.52.6" 4436source = "registry+https://github.com/rust-lang/crates.io-index" 4437checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 4438 4439[[package]] 4440name = "windows_x86_64_gnu" 4441version = "0.53.1" 4442source = "registry+https://github.com/rust-lang/crates.io-index" 4443checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 4444 4445[[package]] 4446name = "windows_x86_64_gnullvm" 4447version = "0.48.5" 4448source = "registry+https://github.com/rust-lang/crates.io-index" 4449checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 4450 4451[[package]] 4452name = "windows_x86_64_gnullvm" 4453version = "0.52.6" 4454source = "registry+https://github.com/rust-lang/crates.io-index" 4455checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 4456 4457[[package]] 4458name = "windows_x86_64_gnullvm" 4459version = "0.53.1" 4460source = "registry+https://github.com/rust-lang/crates.io-index" 4461checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 4462 4463[[package]] 4464name = "windows_x86_64_msvc" 4465version = "0.48.5" 4466source = "registry+https://github.com/rust-lang/crates.io-index" 4467checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 4468 4469[[package]] 4470name = "windows_x86_64_msvc" 4471version = "0.52.6" 4472source = "registry+https://github.com/rust-lang/crates.io-index" 4473checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 4474 4475[[package]] 4476name = "windows_x86_64_msvc" 4477version = "0.53.1" 4478source = "registry+https://github.com/rust-lang/crates.io-index" 4479checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 4480 4481[[package]] 4482name = "winnow" 4483version = "0.7.13" 4484source = "registry+https://github.com/rust-lang/crates.io-index" 4485checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf" 4486dependencies = [ 4487 "memchr", 4488] 4489 4490[[package]] 4491name = "wit-bindgen" 4492version = "0.46.0" 4493source = "registry+https://github.com/rust-lang/crates.io-index" 4494checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59" 4495 4496[[package]] 4497name = "writeable" 4498version = "0.6.1" 4499source = "registry+https://github.com/rust-lang/crates.io-index" 4500checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb" 4501 4502[[package]] 4503name = "xxhash-rust" 4504version = "0.8.15" 4505source = "registry+https://github.com/rust-lang/crates.io-index" 4506checksum = "fdd20c5420375476fbd4394763288da7eb0cc0b8c11deed431a91562af7335d3" 4507 4508[[package]] 4509name = "yansi" 4510version = "1.0.1" 4511source = "registry+https://github.com/rust-lang/crates.io-index" 4512checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 4513 4514[[package]] 4515name = "yoke" 4516version = "0.8.0" 4517source = "registry+https://github.com/rust-lang/crates.io-index" 4518checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc" 4519dependencies = [ 4520 "serde", 4521 "stable_deref_trait", 4522 "yoke-derive", 4523 "zerofrom", 4524] 4525 4526[[package]] 4527name = "yoke-derive" 4528version = "0.8.0" 4529source = "registry+https://github.com/rust-lang/crates.io-index" 4530checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6" 4531dependencies = [ 4532 "proc-macro2", 4533 "quote", 4534 "syn", 4535 "synstructure", 4536] 4537 4538[[package]] 4539name = "zerocopy" 4540version = "0.8.27" 4541source = "registry+https://github.com/rust-lang/crates.io-index" 4542checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c" 4543dependencies = [ 4544 "zerocopy-derive", 4545] 4546 4547[[package]] 4548name = "zerocopy-derive" 4549version = "0.8.27" 4550source = "registry+https://github.com/rust-lang/crates.io-index" 4551checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831" 4552dependencies = [ 4553 "proc-macro2", 4554 "quote", 4555 "syn", 4556] 4557 4558[[package]] 4559name = "zerofrom" 4560version = "0.1.6" 4561source = "registry+https://github.com/rust-lang/crates.io-index" 4562checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 4563dependencies = [ 4564 "zerofrom-derive", 4565] 4566 4567[[package]] 4568name = "zerofrom-derive" 4569version = "0.1.6" 4570source = "registry+https://github.com/rust-lang/crates.io-index" 4571checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 4572dependencies = [ 4573 "proc-macro2", 4574 "quote", 4575 "syn", 4576 "synstructure", 4577] 4578 4579[[package]] 4580name = "zeroize" 4581version = "1.8.2" 4582source = "registry+https://github.com/rust-lang/crates.io-index" 4583checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 4584 4585[[package]] 4586name = "zerotrie" 4587version = "0.2.2" 4588source = "registry+https://github.com/rust-lang/crates.io-index" 4589checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595" 4590dependencies = [ 4591 "displaydoc", 4592 "yoke", 4593 "zerofrom", 4594] 4595 4596[[package]] 4597name = "zerovec" 4598version = "0.11.4" 4599source = "registry+https://github.com/rust-lang/crates.io-index" 4600checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b" 4601dependencies = [ 4602 "yoke", 4603 "zerofrom", 4604 "zerovec-derive", 4605] 4606 4607[[package]] 4608name = "zerovec-derive" 4609version = "0.11.1" 4610source = "registry+https://github.com/rust-lang/crates.io-index" 4611checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f" 4612dependencies = [ 4613 "proc-macro2", 4614 "quote", 4615 "syn", 4616] 4617 4618[[package]] 4619name = "zstd" 4620version = "0.13.3" 4621source = "registry+https://github.com/rust-lang/crates.io-index" 4622checksum = "e91ee311a569c327171651566e07972200e76fcfe2242a4fa446149a3881c08a" 4623dependencies = [ 4624 "zstd-safe", 4625] 4626 4627[[package]] 4628name = "zstd-safe" 4629version = "7.2.4" 4630source = "registry+https://github.com/rust-lang/crates.io-index" 4631checksum = "8f49c4d5f0abb602a93fb8736af2a4f4dd9512e36f7f570d66e65ff867ed3b9d" 4632dependencies = [ 4633 "zstd-sys", 4634] 4635 4636[[package]] 4637name = "zstd-sys" 4638version = "2.0.16+zstd.1.5.7" 4639source = "registry+https://github.com/rust-lang/crates.io-index" 4640checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748" 4641dependencies = [ 4642 "cc", 4643 "pkg-config", 4644]