a Jellyfin & Subsonic client for the terminal — powered by mpv, Chromecast and UPnP MediaRenderer
mpv chromecast mpris navidrome jellyfin upnp tui
0

Configure Feed

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

fin / Cargo.lock
74 kB 2928 lines
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "allocator-api2" 16version = "0.2.21" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923" 19 20[[package]] 21name = "android_system_properties" 22version = "0.1.5" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 25dependencies = [ 26 "libc", 27] 28 29[[package]] 30name = "anstream" 31version = "1.0.0" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "824a212faf96e9acacdbd09febd34438f8f711fb84e09a8916013cd7815ca28d" 34dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-query", 38 "anstyle-wincon", 39 "colorchoice", 40 "is_terminal_polyfill", 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle" 46version = "1.0.14" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "940b3a0ca603d1eade50a4846a2afffd5ef57a9feac2c0e2ec2e14f9ead76000" 49 50[[package]] 51name = "anstyle-parse" 52version = "1.0.0" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "52ce7f38b242319f7cabaa6813055467063ecdc9d355bbb4ce0c68908cd8130e" 55dependencies = [ 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle-query" 61version = "1.1.5" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 64dependencies = [ 65 "windows-sys 0.61.2", 66] 67 68[[package]] 69name = "anstyle-wincon" 70version = "3.0.11" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 73dependencies = [ 74 "anstyle", 75 "once_cell_polyfill", 76 "windows-sys 0.61.2", 77] 78 79[[package]] 80name = "anyhow" 81version = "1.0.103" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" 84 85[[package]] 86name = "async-trait" 87version = "0.1.89" 88source = "registry+https://github.com/rust-lang/crates.io-index" 89checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb" 90dependencies = [ 91 "proc-macro2", 92 "quote", 93 "syn", 94] 95 96[[package]] 97name = "atomic-waker" 98version = "1.1.2" 99source = "registry+https://github.com/rust-lang/crates.io-index" 100checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0" 101 102[[package]] 103name = "autocfg" 104version = "1.5.1" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "f2032f911046de80f0a198e0901378627c33f59ea0ac00e363d481118bd70a53" 107 108[[package]] 109name = "aws-lc-rs" 110version = "1.17.1" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "4342d8937fc7e5dd9b1c60292261c0670c882a2cd1719cfc11b1af41731e32ad" 113dependencies = [ 114 "aws-lc-sys", 115 "zeroize", 116] 117 118[[package]] 119name = "aws-lc-sys" 120version = "0.42.0" 121source = "registry+https://github.com/rust-lang/crates.io-index" 122checksum = "6d9ceb1da931507a12f4fccea479dccd00da1943e1b4ae72d8e502d707361444" 123dependencies = [ 124 "cc", 125 "cmake", 126 "dunce", 127 "fs_extra", 128 "pkg-config", 129] 130 131[[package]] 132name = "base64" 133version = "0.22.1" 134source = "registry+https://github.com/rust-lang/crates.io-index" 135checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 136 137[[package]] 138name = "bitflags" 139version = "1.3.2" 140source = "registry+https://github.com/rust-lang/crates.io-index" 141checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 142 143[[package]] 144name = "bitflags" 145version = "2.13.0" 146source = "registry+https://github.com/rust-lang/crates.io-index" 147checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" 148 149[[package]] 150name = "bumpalo" 151version = "3.20.3" 152source = "registry+https://github.com/rust-lang/crates.io-index" 153checksum = "72f5acc6cb2ba439de613abc23857ec3d78374d8ed5ac84e9d11336e87da8649" 154 155[[package]] 156name = "byteorder" 157version = "1.5.0" 158source = "registry+https://github.com/rust-lang/crates.io-index" 159checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b" 160 161[[package]] 162name = "bytes" 163version = "1.12.0" 164source = "registry+https://github.com/rust-lang/crates.io-index" 165checksum = "8ae3f5d315924270530207e2a68396c3cc547f6dca3fbdca317cfb1a51edb593" 166 167[[package]] 168name = "cassowary" 169version = "0.3.0" 170source = "registry+https://github.com/rust-lang/crates.io-index" 171checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 172 173[[package]] 174name = "castaway" 175version = "0.2.4" 176source = "registry+https://github.com/rust-lang/crates.io-index" 177checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 178dependencies = [ 179 "rustversion", 180] 181 182[[package]] 183name = "cc" 184version = "1.2.65" 185source = "registry+https://github.com/rust-lang/crates.io-index" 186checksum = "e228eec9be7c17ccb640b59b36a5cd805ea2a564a4c5e162c2f659fea30d3b96" 187dependencies = [ 188 "find-msvc-tools", 189 "jobserver", 190 "libc", 191 "shlex", 192] 193 194[[package]] 195name = "cfg-if" 196version = "1.0.4" 197source = "registry+https://github.com/rust-lang/crates.io-index" 198checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 199 200[[package]] 201name = "cfg_aliases" 202version = "0.2.1" 203source = "registry+https://github.com/rust-lang/crates.io-index" 204checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724" 205 206[[package]] 207name = "chrono" 208version = "0.4.45" 209source = "registry+https://github.com/rust-lang/crates.io-index" 210checksum = "1aa79e62e7697b8e29b513a68abacf485adcd1fe8284a4316c5ae868e6633327" 211dependencies = [ 212 "iana-time-zone", 213 "js-sys", 214 "num-traits", 215 "serde", 216 "wasm-bindgen", 217 "windows-link", 218] 219 220[[package]] 221name = "clap" 222version = "4.6.1" 223source = "registry+https://github.com/rust-lang/crates.io-index" 224checksum = "1ddb117e43bbf7dacf0a4190fef4d345b9bad68dfc649cb349e7d17d28428e51" 225dependencies = [ 226 "clap_builder", 227 "clap_derive", 228] 229 230[[package]] 231name = "clap_builder" 232version = "4.6.0" 233source = "registry+https://github.com/rust-lang/crates.io-index" 234checksum = "714a53001bf66416adb0e2ef5ac857140e7dc3a0c48fb28b2f10762fc4b5069f" 235dependencies = [ 236 "anstream", 237 "anstyle", 238 "clap_lex", 239 "strsim", 240] 241 242[[package]] 243name = "clap_derive" 244version = "4.6.1" 245source = "registry+https://github.com/rust-lang/crates.io-index" 246checksum = "f2ce8604710f6733aa641a2b3731eaa1e8b3d9973d5e3565da11800813f997a9" 247dependencies = [ 248 "heck", 249 "proc-macro2", 250 "quote", 251 "syn", 252] 253 254[[package]] 255name = "clap_lex" 256version = "1.1.0" 257source = "registry+https://github.com/rust-lang/crates.io-index" 258checksum = "c8d4a3bb8b1e0c1050499d1815f5ab16d04f0959b233085fb31653fbfc9d98f9" 259 260[[package]] 261name = "cmake" 262version = "0.1.58" 263source = "registry+https://github.com/rust-lang/crates.io-index" 264checksum = "c0f78a02292a74a88ac736019ab962ece0bc380e3f977bf72e376c5d78ff0678" 265dependencies = [ 266 "cc", 267] 268 269[[package]] 270name = "colorchoice" 271version = "1.0.5" 272source = "registry+https://github.com/rust-lang/crates.io-index" 273checksum = "1d07550c9036bf2ae0c684c4297d503f838287c83c53686d05370d0e139ae570" 274 275[[package]] 276name = "compact_str" 277version = "0.8.2" 278source = "registry+https://github.com/rust-lang/crates.io-index" 279checksum = "7fd622ebbb56a5b2ccb651b32b911cdeb2a9b4b11776b2473bf26a26a286244e" 280dependencies = [ 281 "castaway", 282 "cfg-if", 283 "itoa", 284 "rustversion", 285 "ryu", 286 "static_assertions", 287] 288 289[[package]] 290name = "concurrent-queue" 291version = "2.5.0" 292source = "registry+https://github.com/rust-lang/crates.io-index" 293checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973" 294dependencies = [ 295 "crossbeam-utils", 296] 297 298[[package]] 299name = "core-foundation" 300version = "0.10.1" 301source = "registry+https://github.com/rust-lang/crates.io-index" 302checksum = "b2a6cd9ae233e7f62ba4e9353e81a88df7fc8a5987b8d445b4d90c879bd156f6" 303dependencies = [ 304 "core-foundation-sys", 305 "libc", 306] 307 308[[package]] 309name = "core-foundation-sys" 310version = "0.8.7" 311source = "registry+https://github.com/rust-lang/crates.io-index" 312checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 313 314[[package]] 315name = "crossbeam-utils" 316version = "0.8.21" 317source = "registry+https://github.com/rust-lang/crates.io-index" 318checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 319 320[[package]] 321name = "crossterm" 322version = "0.28.1" 323source = "registry+https://github.com/rust-lang/crates.io-index" 324checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 325dependencies = [ 326 "bitflags 2.13.0", 327 "crossterm_winapi", 328 "futures-core", 329 "mio", 330 "parking_lot", 331 "rustix 0.38.44", 332 "signal-hook", 333 "signal-hook-mio", 334 "winapi", 335] 336 337[[package]] 338name = "crossterm_winapi" 339version = "0.9.1" 340source = "registry+https://github.com/rust-lang/crates.io-index" 341checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 342dependencies = [ 343 "winapi", 344] 345 346[[package]] 347name = "darling" 348version = "0.23.0" 349source = "registry+https://github.com/rust-lang/crates.io-index" 350checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 351dependencies = [ 352 "darling_core", 353 "darling_macro", 354] 355 356[[package]] 357name = "darling_core" 358version = "0.23.0" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 361dependencies = [ 362 "ident_case", 363 "proc-macro2", 364 "quote", 365 "strsim", 366 "syn", 367] 368 369[[package]] 370name = "darling_macro" 371version = "0.23.0" 372source = "registry+https://github.com/rust-lang/crates.io-index" 373checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 374dependencies = [ 375 "darling_core", 376 "quote", 377 "syn", 378] 379 380[[package]] 381name = "directories" 382version = "5.0.1" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "9a49173b84e034382284f27f1af4dcbbd231ffa358c0fe316541a7337f376a35" 385dependencies = [ 386 "dirs-sys", 387] 388 389[[package]] 390name = "dirs-sys" 391version = "0.4.1" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 394dependencies = [ 395 "libc", 396 "option-ext", 397 "redox_users", 398 "windows-sys 0.48.0", 399] 400 401[[package]] 402name = "displaydoc" 403version = "0.2.6" 404source = "registry+https://github.com/rust-lang/crates.io-index" 405checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" 406dependencies = [ 407 "proc-macro2", 408 "quote", 409 "syn", 410] 411 412[[package]] 413name = "dunce" 414version = "1.0.5" 415source = "registry+https://github.com/rust-lang/crates.io-index" 416checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813" 417 418[[package]] 419name = "either" 420version = "1.16.0" 421source = "registry+https://github.com/rust-lang/crates.io-index" 422checksum = "91622ff5e7162018101f2fea40d6ebf4a78bbe5a49736a2020649edf9693679e" 423 424[[package]] 425name = "equivalent" 426version = "1.0.2" 427source = "registry+https://github.com/rust-lang/crates.io-index" 428checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 429 430[[package]] 431name = "errno" 432version = "0.3.14" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 435dependencies = [ 436 "libc", 437 "windows-sys 0.61.2", 438] 439 440[[package]] 441name = "fastrand" 442version = "2.4.1" 443source = "registry+https://github.com/rust-lang/crates.io-index" 444checksum = "9f1f227452a390804cdb637b74a86990f2a7d7ba4b7d5693aac9b4dd6defd8d6" 445 446[[package]] 447name = "fin" 448version = "0.2.0" 449dependencies = [ 450 "anyhow", 451 "clap", 452 "directories", 453 "fin-config", 454 "fin-jellyfin", 455 "fin-player", 456 "fin-tui", 457 "rpassword", 458 "rustls", 459 "serde", 460 "serde_json", 461 "tokio", 462 "toml", 463 "tracing", 464 "tracing-subscriber", 465] 466 467[[package]] 468name = "fin-config" 469version = "0.2.0" 470dependencies = [ 471 "anyhow", 472 "directories", 473 "serde", 474 "toml", 475] 476 477[[package]] 478name = "fin-jellyfin" 479version = "0.2.0" 480dependencies = [ 481 "anyhow", 482 "chrono", 483 "fin-config", 484 "percent-encoding", 485 "reqwest", 486 "serde", 487 "serde_json", 488 "thiserror 1.0.69", 489 "tokio", 490 "tracing", 491 "url", 492 "uuid", 493 "whoami", 494] 495 496[[package]] 497name = "fin-player" 498version = "0.2.0" 499dependencies = [ 500 "anyhow", 501 "async-trait", 502 "fin-jellyfin", 503 "futures", 504 "mdns-sd", 505 "parking_lot", 506 "reqwest", 507 "rust_cast", 508 "serde", 509 "serde_json", 510 "thiserror 1.0.69", 511 "tokio", 512 "tracing", 513 "url", 514 "uuid", 515] 516 517[[package]] 518name = "fin-tui" 519version = "0.2.0" 520dependencies = [ 521 "anyhow", 522 "async-trait", 523 "chrono", 524 "crossterm", 525 "fin-config", 526 "fin-jellyfin", 527 "fin-player", 528 "futures", 529 "parking_lot", 530 "ratatui", 531 "serde", 532 "serde_json", 533 "thiserror 1.0.69", 534 "tokio", 535 "tracing", 536 "unicode-width 0.2.0", 537] 538 539[[package]] 540name = "find-msvc-tools" 541version = "0.1.9" 542source = "registry+https://github.com/rust-lang/crates.io-index" 543checksum = "5baebc0774151f905a1a2cc41989300b1e6fbb29aff0ceffa1064fdd3088d582" 544 545[[package]] 546name = "flume" 547version = "0.11.1" 548source = "registry+https://github.com/rust-lang/crates.io-index" 549checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095" 550dependencies = [ 551 "futures-core", 552 "futures-sink", 553 "spin", 554] 555 556[[package]] 557name = "foldhash" 558version = "0.1.5" 559source = "registry+https://github.com/rust-lang/crates.io-index" 560checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 561 562[[package]] 563name = "form_urlencoded" 564version = "1.2.2" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 567dependencies = [ 568 "percent-encoding", 569] 570 571[[package]] 572name = "fs_extra" 573version = "1.3.0" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c" 576 577[[package]] 578name = "futures" 579version = "0.3.32" 580source = "registry+https://github.com/rust-lang/crates.io-index" 581checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" 582dependencies = [ 583 "futures-channel", 584 "futures-core", 585 "futures-executor", 586 "futures-io", 587 "futures-sink", 588 "futures-task", 589 "futures-util", 590] 591 592[[package]] 593name = "futures-channel" 594version = "0.3.32" 595source = "registry+https://github.com/rust-lang/crates.io-index" 596checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" 597dependencies = [ 598 "futures-core", 599 "futures-sink", 600] 601 602[[package]] 603name = "futures-core" 604version = "0.3.32" 605source = "registry+https://github.com/rust-lang/crates.io-index" 606checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" 607 608[[package]] 609name = "futures-executor" 610version = "0.3.32" 611source = "registry+https://github.com/rust-lang/crates.io-index" 612checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" 613dependencies = [ 614 "futures-core", 615 "futures-task", 616 "futures-util", 617] 618 619[[package]] 620name = "futures-io" 621version = "0.3.32" 622source = "registry+https://github.com/rust-lang/crates.io-index" 623checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" 624 625[[package]] 626name = "futures-macro" 627version = "0.3.32" 628source = "registry+https://github.com/rust-lang/crates.io-index" 629checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" 630dependencies = [ 631 "proc-macro2", 632 "quote", 633 "syn", 634] 635 636[[package]] 637name = "futures-sink" 638version = "0.3.32" 639source = "registry+https://github.com/rust-lang/crates.io-index" 640checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" 641 642[[package]] 643name = "futures-task" 644version = "0.3.32" 645source = "registry+https://github.com/rust-lang/crates.io-index" 646checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" 647 648[[package]] 649name = "futures-util" 650version = "0.3.32" 651source = "registry+https://github.com/rust-lang/crates.io-index" 652checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" 653dependencies = [ 654 "futures-channel", 655 "futures-core", 656 "futures-io", 657 "futures-macro", 658 "futures-sink", 659 "futures-task", 660 "memchr", 661 "pin-project-lite", 662 "slab", 663] 664 665[[package]] 666name = "getrandom" 667version = "0.2.17" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 670dependencies = [ 671 "cfg-if", 672 "js-sys", 673 "libc", 674 "wasi", 675 "wasm-bindgen", 676] 677 678[[package]] 679name = "getrandom" 680version = "0.3.4" 681source = "registry+https://github.com/rust-lang/crates.io-index" 682checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 683dependencies = [ 684 "cfg-if", 685 "js-sys", 686 "libc", 687 "r-efi 5.3.0", 688 "wasip2", 689 "wasm-bindgen", 690] 691 692[[package]] 693name = "getrandom" 694version = "0.4.3" 695source = "registry+https://github.com/rust-lang/crates.io-index" 696checksum = "300e883d756b2e4ec94e02791f39b04b522276138852cfc41d9fb7e904106099" 697dependencies = [ 698 "cfg-if", 699 "libc", 700 "r-efi 6.0.0", 701] 702 703[[package]] 704name = "hashbrown" 705version = "0.15.5" 706source = "registry+https://github.com/rust-lang/crates.io-index" 707checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 708dependencies = [ 709 "allocator-api2", 710 "equivalent", 711 "foldhash", 712] 713 714[[package]] 715name = "hashbrown" 716version = "0.17.1" 717source = "registry+https://github.com/rust-lang/crates.io-index" 718checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" 719 720[[package]] 721name = "heck" 722version = "0.5.0" 723source = "registry+https://github.com/rust-lang/crates.io-index" 724checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 725 726[[package]] 727name = "home" 728version = "0.5.12" 729source = "registry+https://github.com/rust-lang/crates.io-index" 730checksum = "cc627f471c528ff0c4a49e1d5e60450c8f6461dd6d10ba9dcd3a61d3dff7728d" 731dependencies = [ 732 "windows-sys 0.61.2", 733] 734 735[[package]] 736name = "http" 737version = "1.4.2" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "6970f50e31d6fc17d3fa27329444bfa74e196cf62e95052a3f6fee181dba6425" 740dependencies = [ 741 "bytes", 742 "itoa", 743] 744 745[[package]] 746name = "http-body" 747version = "1.0.1" 748source = "registry+https://github.com/rust-lang/crates.io-index" 749checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 750dependencies = [ 751 "bytes", 752 "http", 753] 754 755[[package]] 756name = "http-body-util" 757version = "0.1.3" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 760dependencies = [ 761 "bytes", 762 "futures-core", 763 "http", 764 "http-body", 765 "pin-project-lite", 766] 767 768[[package]] 769name = "httparse" 770version = "1.10.1" 771source = "registry+https://github.com/rust-lang/crates.io-index" 772checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 773 774[[package]] 775name = "hyper" 776version = "1.10.1" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "55281c53a1894c864990125767da440a4e630446785086f52523b20033b74498" 779dependencies = [ 780 "atomic-waker", 781 "bytes", 782 "futures-channel", 783 "futures-core", 784 "http", 785 "http-body", 786 "httparse", 787 "itoa", 788 "pin-project-lite", 789 "smallvec", 790 "tokio", 791 "want", 792] 793 794[[package]] 795name = "hyper-rustls" 796version = "0.27.9" 797source = "registry+https://github.com/rust-lang/crates.io-index" 798checksum = "33ca68d021ef39cf6463ab54c1d0f5daf03377b70561305bb89a8f83aab66e0f" 799dependencies = [ 800 "http", 801 "hyper", 802 "hyper-util", 803 "rustls", 804 "tokio", 805 "tokio-rustls", 806 "tower-service", 807 "webpki-roots", 808] 809 810[[package]] 811name = "hyper-util" 812version = "0.1.20" 813source = "registry+https://github.com/rust-lang/crates.io-index" 814checksum = "96547c2556ec9d12fb1578c4eaf448b04993e7fb79cbaad930a656880a6bdfa0" 815dependencies = [ 816 "base64", 817 "bytes", 818 "futures-channel", 819 "futures-util", 820 "http", 821 "http-body", 822 "hyper", 823 "ipnet", 824 "libc", 825 "percent-encoding", 826 "pin-project-lite", 827 "socket2 0.6.4", 828 "tokio", 829 "tower-service", 830 "tracing", 831] 832 833[[package]] 834name = "iana-time-zone" 835version = "0.1.65" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "e31bc9ad994ba00e440a8aa5c9ef0ec67d5cb5e5cb0cc7f8b744a35b389cc470" 838dependencies = [ 839 "android_system_properties", 840 "core-foundation-sys", 841 "iana-time-zone-haiku", 842 "js-sys", 843 "log", 844 "wasm-bindgen", 845 "windows-core", 846] 847 848[[package]] 849name = "iana-time-zone-haiku" 850version = "0.1.2" 851source = "registry+https://github.com/rust-lang/crates.io-index" 852checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 853dependencies = [ 854 "cc", 855] 856 857[[package]] 858name = "icu_collections" 859version = "2.2.0" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" 862dependencies = [ 863 "displaydoc", 864 "potential_utf", 865 "utf8_iter", 866 "yoke", 867 "zerofrom", 868 "zerovec", 869] 870 871[[package]] 872name = "icu_locale_core" 873version = "2.2.0" 874source = "registry+https://github.com/rust-lang/crates.io-index" 875checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" 876dependencies = [ 877 "displaydoc", 878 "litemap", 879 "tinystr", 880 "writeable", 881 "zerovec", 882] 883 884[[package]] 885name = "icu_normalizer" 886version = "2.2.0" 887source = "registry+https://github.com/rust-lang/crates.io-index" 888checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" 889dependencies = [ 890 "icu_collections", 891 "icu_normalizer_data", 892 "icu_properties", 893 "icu_provider", 894 "smallvec", 895 "zerovec", 896] 897 898[[package]] 899name = "icu_normalizer_data" 900version = "2.2.0" 901source = "registry+https://github.com/rust-lang/crates.io-index" 902checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" 903 904[[package]] 905name = "icu_properties" 906version = "2.2.0" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" 909dependencies = [ 910 "icu_collections", 911 "icu_locale_core", 912 "icu_properties_data", 913 "icu_provider", 914 "zerotrie", 915 "zerovec", 916] 917 918[[package]] 919name = "icu_properties_data" 920version = "2.2.0" 921source = "registry+https://github.com/rust-lang/crates.io-index" 922checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" 923 924[[package]] 925name = "icu_provider" 926version = "2.2.0" 927source = "registry+https://github.com/rust-lang/crates.io-index" 928checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" 929dependencies = [ 930 "displaydoc", 931 "icu_locale_core", 932 "writeable", 933 "yoke", 934 "zerofrom", 935 "zerotrie", 936 "zerovec", 937] 938 939[[package]] 940name = "ident_case" 941version = "1.0.1" 942source = "registry+https://github.com/rust-lang/crates.io-index" 943checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 944 945[[package]] 946name = "idna" 947version = "1.1.0" 948source = "registry+https://github.com/rust-lang/crates.io-index" 949checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 950dependencies = [ 951 "idna_adapter", 952 "smallvec", 953 "utf8_iter", 954] 955 956[[package]] 957name = "idna_adapter" 958version = "1.2.2" 959source = "registry+https://github.com/rust-lang/crates.io-index" 960checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" 961dependencies = [ 962 "icu_normalizer", 963 "icu_properties", 964] 965 966[[package]] 967name = "if-addrs" 968version = "0.13.4" 969source = "registry+https://github.com/rust-lang/crates.io-index" 970checksum = "69b2eeee38fef3aa9b4cc5f1beea8a2444fc00e7377cafae396de3f5c2065e24" 971dependencies = [ 972 "libc", 973 "windows-sys 0.59.0", 974] 975 976[[package]] 977name = "indexmap" 978version = "2.14.0" 979source = "registry+https://github.com/rust-lang/crates.io-index" 980checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" 981dependencies = [ 982 "equivalent", 983 "hashbrown 0.17.1", 984] 985 986[[package]] 987name = "indoc" 988version = "2.0.7" 989source = "registry+https://github.com/rust-lang/crates.io-index" 990checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 991dependencies = [ 992 "rustversion", 993] 994 995[[package]] 996name = "instability" 997version = "0.3.12" 998source = "registry+https://github.com/rust-lang/crates.io-index" 999checksum = "5eb2d60ef19920a3a9193c3e371f726ec1dafc045dac788d0fb3704272458971" 1000dependencies = [ 1001 "darling", 1002 "indoc", 1003 "proc-macro2", 1004 "quote", 1005 "syn", 1006] 1007 1008[[package]] 1009name = "ipnet" 1010version = "2.12.0" 1011source = "registry+https://github.com/rust-lang/crates.io-index" 1012checksum = "d98f6fed1fde3f8c21bc40a1abb88dd75e67924f9cffc3ef95607bad8017f8e2" 1013 1014[[package]] 1015name = "is_terminal_polyfill" 1016version = "1.70.2" 1017source = "registry+https://github.com/rust-lang/crates.io-index" 1018checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 1019 1020[[package]] 1021name = "itertools" 1022version = "0.13.0" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 1025dependencies = [ 1026 "either", 1027] 1028 1029[[package]] 1030name = "itoa" 1031version = "1.0.18" 1032source = "registry+https://github.com/rust-lang/crates.io-index" 1033checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" 1034 1035[[package]] 1036name = "jobserver" 1037version = "0.1.34" 1038source = "registry+https://github.com/rust-lang/crates.io-index" 1039checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33" 1040dependencies = [ 1041 "getrandom 0.3.4", 1042 "libc", 1043] 1044 1045[[package]] 1046name = "js-sys" 1047version = "0.3.103" 1048source = "registry+https://github.com/rust-lang/crates.io-index" 1049checksum = "53b44bfcdb3f8d5837a46dae1ca9660a837176eee74a28b229bc626816589102" 1050dependencies = [ 1051 "cfg-if", 1052 "futures-util", 1053 "wasm-bindgen", 1054] 1055 1056[[package]] 1057name = "lazy_static" 1058version = "1.5.0" 1059source = "registry+https://github.com/rust-lang/crates.io-index" 1060checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 1061 1062[[package]] 1063name = "libc" 1064version = "0.2.186" 1065source = "registry+https://github.com/rust-lang/crates.io-index" 1066checksum = "68ab91017fe16c622486840e4c83c9a37afeff978bd239b5293d61ece587de66" 1067 1068[[package]] 1069name = "libredox" 1070version = "0.1.18" 1071source = "registry+https://github.com/rust-lang/crates.io-index" 1072checksum = "c943259e342f1e06ff2da7a83eabdfe7f92ce10262688dbf1895ff0b3e6e4652" 1073dependencies = [ 1074 "bitflags 2.13.0", 1075 "libc", 1076 "plain", 1077 "redox_syscall 0.9.0", 1078] 1079 1080[[package]] 1081name = "linux-raw-sys" 1082version = "0.4.15" 1083source = "registry+https://github.com/rust-lang/crates.io-index" 1084checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 1085 1086[[package]] 1087name = "linux-raw-sys" 1088version = "0.12.1" 1089source = "registry+https://github.com/rust-lang/crates.io-index" 1090checksum = "32a66949e030da00e8c7d4434b251670a91556f4144941d37452769c25d58a53" 1091 1092[[package]] 1093name = "litemap" 1094version = "0.8.2" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" 1097 1098[[package]] 1099name = "lock_api" 1100version = "0.4.14" 1101source = "registry+https://github.com/rust-lang/crates.io-index" 1102checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 1103dependencies = [ 1104 "scopeguard", 1105] 1106 1107[[package]] 1108name = "log" 1109version = "0.4.33" 1110source = "registry+https://github.com/rust-lang/crates.io-index" 1111checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" 1112 1113[[package]] 1114name = "lru" 1115version = "0.12.5" 1116source = "registry+https://github.com/rust-lang/crates.io-index" 1117checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 1118dependencies = [ 1119 "hashbrown 0.15.5", 1120] 1121 1122[[package]] 1123name = "lru-slab" 1124version = "0.1.2" 1125source = "registry+https://github.com/rust-lang/crates.io-index" 1126checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154" 1127 1128[[package]] 1129name = "matchers" 1130version = "0.2.0" 1131source = "registry+https://github.com/rust-lang/crates.io-index" 1132checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 1133dependencies = [ 1134 "regex-automata", 1135] 1136 1137[[package]] 1138name = "mdns-sd" 1139version = "0.11.5" 1140source = "registry+https://github.com/rust-lang/crates.io-index" 1141checksum = "8fe7c11a1eb3cfbfcf702d1601c1f5f4c102cdc8665b8a557783ef634741676e" 1142dependencies = [ 1143 "flume", 1144 "if-addrs", 1145 "log", 1146 "polling", 1147 "socket2 0.5.10", 1148] 1149 1150[[package]] 1151name = "memchr" 1152version = "2.8.2" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "88904434abc2901f197fe8cc55f0445e7ded921dba5911dad2e2b39b48e663c4" 1155 1156[[package]] 1157name = "mio" 1158version = "1.2.1" 1159source = "registry+https://github.com/rust-lang/crates.io-index" 1160checksum = "02bd0af71c67b473010cbbc60715ee815645a4dc942899111f494b4b737d6fda" 1161dependencies = [ 1162 "libc", 1163 "log", 1164 "wasi", 1165 "windows-sys 0.61.2", 1166] 1167 1168[[package]] 1169name = "nu-ansi-term" 1170version = "0.50.3" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1173dependencies = [ 1174 "windows-sys 0.61.2", 1175] 1176 1177[[package]] 1178name = "num-traits" 1179version = "0.2.19" 1180source = "registry+https://github.com/rust-lang/crates.io-index" 1181checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1182dependencies = [ 1183 "autocfg", 1184] 1185 1186[[package]] 1187name = "once_cell" 1188version = "1.21.4" 1189source = "registry+https://github.com/rust-lang/crates.io-index" 1190checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" 1191 1192[[package]] 1193name = "once_cell_polyfill" 1194version = "1.70.2" 1195source = "registry+https://github.com/rust-lang/crates.io-index" 1196checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1197 1198[[package]] 1199name = "openssl-probe" 1200version = "0.2.1" 1201source = "registry+https://github.com/rust-lang/crates.io-index" 1202checksum = "7c87def4c32ab89d880effc9e097653c8da5d6ef28e6b539d313baaacfbafcbe" 1203 1204[[package]] 1205name = "option-ext" 1206version = "0.2.0" 1207source = "registry+https://github.com/rust-lang/crates.io-index" 1208checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1209 1210[[package]] 1211name = "parking_lot" 1212version = "0.12.5" 1213source = "registry+https://github.com/rust-lang/crates.io-index" 1214checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1215dependencies = [ 1216 "lock_api", 1217 "parking_lot_core", 1218] 1219 1220[[package]] 1221name = "parking_lot_core" 1222version = "0.9.12" 1223source = "registry+https://github.com/rust-lang/crates.io-index" 1224checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1225dependencies = [ 1226 "cfg-if", 1227 "libc", 1228 "redox_syscall 0.5.18", 1229 "smallvec", 1230 "windows-link", 1231] 1232 1233[[package]] 1234name = "paste" 1235version = "1.0.15" 1236source = "registry+https://github.com/rust-lang/crates.io-index" 1237checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1238 1239[[package]] 1240name = "percent-encoding" 1241version = "2.3.2" 1242source = "registry+https://github.com/rust-lang/crates.io-index" 1243checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1244 1245[[package]] 1246name = "pin-project-lite" 1247version = "0.2.17" 1248source = "registry+https://github.com/rust-lang/crates.io-index" 1249checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" 1250 1251[[package]] 1252name = "pkg-config" 1253version = "0.3.33" 1254source = "registry+https://github.com/rust-lang/crates.io-index" 1255checksum = "19f132c84eca552bf34cab8ec81f1c1dcc229b811638f9d283dceabe58c5569e" 1256 1257[[package]] 1258name = "plain" 1259version = "0.2.3" 1260source = "registry+https://github.com/rust-lang/crates.io-index" 1261checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6" 1262 1263[[package]] 1264name = "polling" 1265version = "2.8.0" 1266source = "registry+https://github.com/rust-lang/crates.io-index" 1267checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce" 1268dependencies = [ 1269 "autocfg", 1270 "bitflags 1.3.2", 1271 "cfg-if", 1272 "concurrent-queue", 1273 "libc", 1274 "log", 1275 "pin-project-lite", 1276 "windows-sys 0.48.0", 1277] 1278 1279[[package]] 1280name = "potential_utf" 1281version = "0.1.5" 1282source = "registry+https://github.com/rust-lang/crates.io-index" 1283checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" 1284dependencies = [ 1285 "zerovec", 1286] 1287 1288[[package]] 1289name = "ppv-lite86" 1290version = "0.2.21" 1291source = "registry+https://github.com/rust-lang/crates.io-index" 1292checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 1293dependencies = [ 1294 "zerocopy", 1295] 1296 1297[[package]] 1298name = "proc-macro2" 1299version = "1.0.106" 1300source = "registry+https://github.com/rust-lang/crates.io-index" 1301checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 1302dependencies = [ 1303 "unicode-ident", 1304] 1305 1306[[package]] 1307name = "protobuf" 1308version = "3.7.2" 1309source = "registry+https://github.com/rust-lang/crates.io-index" 1310checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4" 1311dependencies = [ 1312 "once_cell", 1313 "protobuf-support", 1314 "thiserror 1.0.69", 1315] 1316 1317[[package]] 1318name = "protobuf-codegen" 1319version = "3.7.2" 1320source = "registry+https://github.com/rust-lang/crates.io-index" 1321checksum = "5d3976825c0014bbd2f3b34f0001876604fe87e0c86cd8fa54251530f1544ace" 1322dependencies = [ 1323 "anyhow", 1324 "once_cell", 1325 "protobuf", 1326 "protobuf-parse", 1327 "regex", 1328 "tempfile", 1329 "thiserror 1.0.69", 1330] 1331 1332[[package]] 1333name = "protobuf-parse" 1334version = "3.7.2" 1335source = "registry+https://github.com/rust-lang/crates.io-index" 1336checksum = "b4aeaa1f2460f1d348eeaeed86aea999ce98c1bded6f089ff8514c9d9dbdc973" 1337dependencies = [ 1338 "anyhow", 1339 "indexmap", 1340 "log", 1341 "protobuf", 1342 "protobuf-support", 1343 "tempfile", 1344 "thiserror 1.0.69", 1345 "which", 1346] 1347 1348[[package]] 1349name = "protobuf-support" 1350version = "3.7.2" 1351source = "registry+https://github.com/rust-lang/crates.io-index" 1352checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6" 1353dependencies = [ 1354 "thiserror 1.0.69", 1355] 1356 1357[[package]] 1358name = "quinn" 1359version = "0.11.11" 1360source = "registry+https://github.com/rust-lang/crates.io-index" 1361checksum = "0c1a41e437b6bbd489372cd4971de128e85c855f56c57f283d20ff016cf7c0a8" 1362dependencies = [ 1363 "bytes", 1364 "cfg_aliases", 1365 "pin-project-lite", 1366 "quinn-proto", 1367 "quinn-udp", 1368 "rustc-hash", 1369 "rustls", 1370 "socket2 0.6.4", 1371 "thiserror 2.0.18", 1372 "tokio", 1373 "tracing", 1374 "web-time", 1375] 1376 1377[[package]] 1378name = "quinn-proto" 1379version = "0.11.15" 1380source = "registry+https://github.com/rust-lang/crates.io-index" 1381checksum = "4fcb935c5bec503c2f0e306bdd3e58bb9029dcb14fa8d9ac76e3a5256ac0763e" 1382dependencies = [ 1383 "bytes", 1384 "getrandom 0.3.4", 1385 "lru-slab", 1386 "rand", 1387 "ring", 1388 "rustc-hash", 1389 "rustls", 1390 "rustls-pki-types", 1391 "slab", 1392 "thiserror 2.0.18", 1393 "tinyvec", 1394 "tracing", 1395 "web-time", 1396] 1397 1398[[package]] 1399name = "quinn-udp" 1400version = "0.5.14" 1401source = "registry+https://github.com/rust-lang/crates.io-index" 1402checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd" 1403dependencies = [ 1404 "cfg_aliases", 1405 "libc", 1406 "once_cell", 1407 "socket2 0.6.4", 1408 "tracing", 1409 "windows-sys 0.60.2", 1410] 1411 1412[[package]] 1413name = "quote" 1414version = "1.0.46" 1415source = "registry+https://github.com/rust-lang/crates.io-index" 1416checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" 1417dependencies = [ 1418 "proc-macro2", 1419] 1420 1421[[package]] 1422name = "r-efi" 1423version = "5.3.0" 1424source = "registry+https://github.com/rust-lang/crates.io-index" 1425checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1426 1427[[package]] 1428name = "r-efi" 1429version = "6.0.0" 1430source = "registry+https://github.com/rust-lang/crates.io-index" 1431checksum = "f8dcc9c7d52a811697d2151c701e0d08956f92b0e24136cf4cf27b57a6a0d9bf" 1432 1433[[package]] 1434name = "rand" 1435version = "0.9.4" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "44c5af06bb1b7d3216d91932aed5265164bf384dc89cd6ba05cf59a35f5f76ea" 1438dependencies = [ 1439 "rand_chacha", 1440 "rand_core", 1441] 1442 1443[[package]] 1444name = "rand_chacha" 1445version = "0.9.0" 1446source = "registry+https://github.com/rust-lang/crates.io-index" 1447checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 1448dependencies = [ 1449 "ppv-lite86", 1450 "rand_core", 1451] 1452 1453[[package]] 1454name = "rand_core" 1455version = "0.9.5" 1456source = "registry+https://github.com/rust-lang/crates.io-index" 1457checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 1458dependencies = [ 1459 "getrandom 0.3.4", 1460] 1461 1462[[package]] 1463name = "ratatui" 1464version = "0.29.0" 1465source = "registry+https://github.com/rust-lang/crates.io-index" 1466checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" 1467dependencies = [ 1468 "bitflags 2.13.0", 1469 "cassowary", 1470 "compact_str", 1471 "crossterm", 1472 "indoc", 1473 "instability", 1474 "itertools", 1475 "lru", 1476 "paste", 1477 "strum", 1478 "unicode-segmentation", 1479 "unicode-truncate", 1480 "unicode-width 0.2.0", 1481] 1482 1483[[package]] 1484name = "redox_syscall" 1485version = "0.5.18" 1486source = "registry+https://github.com/rust-lang/crates.io-index" 1487checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1488dependencies = [ 1489 "bitflags 2.13.0", 1490] 1491 1492[[package]] 1493name = "redox_syscall" 1494version = "0.9.0" 1495source = "registry+https://github.com/rust-lang/crates.io-index" 1496checksum = "c5102a6aaa05aa011a238e178e6bca86d2cb56fc9f586d37cb80f5bca6e07759" 1497dependencies = [ 1498 "bitflags 2.13.0", 1499] 1500 1501[[package]] 1502name = "redox_users" 1503version = "0.4.6" 1504source = "registry+https://github.com/rust-lang/crates.io-index" 1505checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 1506dependencies = [ 1507 "getrandom 0.2.17", 1508 "libredox", 1509 "thiserror 1.0.69", 1510] 1511 1512[[package]] 1513name = "regex" 1514version = "1.12.4" 1515source = "registry+https://github.com/rust-lang/crates.io-index" 1516checksum = "f1292b7759ae1cb9ec195452d1390a074f0cd8541ab7a5a8c31cd6db45d4a6ba" 1517dependencies = [ 1518 "aho-corasick", 1519 "memchr", 1520 "regex-automata", 1521 "regex-syntax", 1522] 1523 1524[[package]] 1525name = "regex-automata" 1526version = "0.4.14" 1527source = "registry+https://github.com/rust-lang/crates.io-index" 1528checksum = "6e1dd4122fc1595e8162618945476892eefca7b88c52820e74af6262213cae8f" 1529dependencies = [ 1530 "aho-corasick", 1531 "memchr", 1532 "regex-syntax", 1533] 1534 1535[[package]] 1536name = "regex-syntax" 1537version = "0.8.11" 1538source = "registry+https://github.com/rust-lang/crates.io-index" 1539checksum = "d6f6ff9a378485b298a5286656da665ba74413d36db0979633275d2e708145d4" 1540 1541[[package]] 1542name = "reqwest" 1543version = "0.12.28" 1544source = "registry+https://github.com/rust-lang/crates.io-index" 1545checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 1546dependencies = [ 1547 "base64", 1548 "bytes", 1549 "futures-core", 1550 "http", 1551 "http-body", 1552 "http-body-util", 1553 "hyper", 1554 "hyper-rustls", 1555 "hyper-util", 1556 "js-sys", 1557 "log", 1558 "percent-encoding", 1559 "pin-project-lite", 1560 "quinn", 1561 "rustls", 1562 "rustls-pki-types", 1563 "serde", 1564 "serde_json", 1565 "serde_urlencoded", 1566 "sync_wrapper", 1567 "tokio", 1568 "tokio-rustls", 1569 "tower", 1570 "tower-http", 1571 "tower-service", 1572 "url", 1573 "wasm-bindgen", 1574 "wasm-bindgen-futures", 1575 "web-sys", 1576 "webpki-roots", 1577] 1578 1579[[package]] 1580name = "ring" 1581version = "0.17.14" 1582source = "registry+https://github.com/rust-lang/crates.io-index" 1583checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1584dependencies = [ 1585 "cc", 1586 "cfg-if", 1587 "getrandom 0.2.17", 1588 "libc", 1589 "untrusted", 1590 "windows-sys 0.52.0", 1591] 1592 1593[[package]] 1594name = "rpassword" 1595version = "7.5.4" 1596source = "registry+https://github.com/rust-lang/crates.io-index" 1597checksum = "2da316a15f47e3d053de9cb2c439650bd8fa4aaeb9365f2e5f27f492ff73c196" 1598dependencies = [ 1599 "libc", 1600 "rtoolbox", 1601 "windows-sys 0.61.2", 1602] 1603 1604[[package]] 1605name = "rtoolbox" 1606version = "0.0.5" 1607source = "registry+https://github.com/rust-lang/crates.io-index" 1608checksum = "50a0e551c1e27e1731aba276dbeaeac73f53c7cd34d1bda485d02bd1e0f36844" 1609dependencies = [ 1610 "libc", 1611 "windows-sys 0.59.0", 1612] 1613 1614[[package]] 1615name = "rust_cast" 1616version = "0.20.0" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "c403f9630e398a4a5f2655df392254fcade5e4df94b11308487f2aea49ddee46" 1619dependencies = [ 1620 "byteorder", 1621 "log", 1622 "protobuf", 1623 "protobuf-codegen", 1624 "rustls", 1625 "rustls-native-certs", 1626 "serde", 1627 "serde_json", 1628 "thiserror 1.0.69", 1629] 1630 1631[[package]] 1632name = "rustc-hash" 1633version = "2.1.2" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "94300abf3f1ae2e2b8ffb7b58043de3d399c73fa6f4b73826402a5c457614dbe" 1636 1637[[package]] 1638name = "rustix" 1639version = "0.38.44" 1640source = "registry+https://github.com/rust-lang/crates.io-index" 1641checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 1642dependencies = [ 1643 "bitflags 2.13.0", 1644 "errno", 1645 "libc", 1646 "linux-raw-sys 0.4.15", 1647 "windows-sys 0.59.0", 1648] 1649 1650[[package]] 1651name = "rustix" 1652version = "1.1.4" 1653source = "registry+https://github.com/rust-lang/crates.io-index" 1654checksum = "b6fe4565b9518b83ef4f91bb47ce29620ca828bd32cb7e408f0062e9930ba190" 1655dependencies = [ 1656 "bitflags 2.13.0", 1657 "errno", 1658 "libc", 1659 "linux-raw-sys 0.12.1", 1660 "windows-sys 0.61.2", 1661] 1662 1663[[package]] 1664name = "rustls" 1665version = "0.23.41" 1666source = "registry+https://github.com/rust-lang/crates.io-index" 1667checksum = "6b92b125634d9b795e7beca796cc790df15a7fb38323bf3196fda83292d06b1f" 1668dependencies = [ 1669 "aws-lc-rs", 1670 "log", 1671 "once_cell", 1672 "ring", 1673 "rustls-pki-types", 1674 "rustls-webpki", 1675 "subtle", 1676 "zeroize", 1677] 1678 1679[[package]] 1680name = "rustls-native-certs" 1681version = "0.8.4" 1682source = "registry+https://github.com/rust-lang/crates.io-index" 1683checksum = "dab5152771c58876a2146916e53e35057e1a4dfa2b9df0f0305b07f611fdea4d" 1684dependencies = [ 1685 "openssl-probe", 1686 "rustls-pki-types", 1687 "schannel", 1688 "security-framework", 1689] 1690 1691[[package]] 1692name = "rustls-pki-types" 1693version = "1.15.0" 1694source = "registry+https://github.com/rust-lang/crates.io-index" 1695checksum = "764899a24af3980067ee14bc143654f297b22eaebfe3c7b6b211920a5a59b046" 1696dependencies = [ 1697 "web-time", 1698 "zeroize", 1699] 1700 1701[[package]] 1702name = "rustls-webpki" 1703version = "0.103.13" 1704source = "registry+https://github.com/rust-lang/crates.io-index" 1705checksum = "61c429a8649f110dddef65e2a5ad240f747e85f7758a6bccc7e5777bd33f756e" 1706dependencies = [ 1707 "aws-lc-rs", 1708 "ring", 1709 "rustls-pki-types", 1710 "untrusted", 1711] 1712 1713[[package]] 1714name = "rustversion" 1715version = "1.0.22" 1716source = "registry+https://github.com/rust-lang/crates.io-index" 1717checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1718 1719[[package]] 1720name = "ryu" 1721version = "1.0.23" 1722source = "registry+https://github.com/rust-lang/crates.io-index" 1723checksum = "9774ba4a74de5f7b1c1451ed6cd5285a32eddb5cccb8cc655a4e50009e06477f" 1724 1725[[package]] 1726name = "schannel" 1727version = "0.1.29" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "91c1b7e4904c873ef0710c1f407dde2e6287de2bebc1bbbf7d430bb7cbffd939" 1730dependencies = [ 1731 "windows-sys 0.61.2", 1732] 1733 1734[[package]] 1735name = "scopeguard" 1736version = "1.2.0" 1737source = "registry+https://github.com/rust-lang/crates.io-index" 1738checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1739 1740[[package]] 1741name = "security-framework" 1742version = "3.7.0" 1743source = "registry+https://github.com/rust-lang/crates.io-index" 1744checksum = "b7f4bc775c73d9a02cde8bf7b2ec4c9d12743edf609006c7facc23998404cd1d" 1745dependencies = [ 1746 "bitflags 2.13.0", 1747 "core-foundation", 1748 "core-foundation-sys", 1749 "libc", 1750 "security-framework-sys", 1751] 1752 1753[[package]] 1754name = "security-framework-sys" 1755version = "2.17.0" 1756source = "registry+https://github.com/rust-lang/crates.io-index" 1757checksum = "6ce2691df843ecc5d231c0b14ece2acc3efb62c0a398c7e1d875f3983ce020e3" 1758dependencies = [ 1759 "core-foundation-sys", 1760 "libc", 1761] 1762 1763[[package]] 1764name = "serde" 1765version = "1.0.228" 1766source = "registry+https://github.com/rust-lang/crates.io-index" 1767checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1768dependencies = [ 1769 "serde_core", 1770 "serde_derive", 1771] 1772 1773[[package]] 1774name = "serde_core" 1775version = "1.0.228" 1776source = "registry+https://github.com/rust-lang/crates.io-index" 1777checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1778dependencies = [ 1779 "serde_derive", 1780] 1781 1782[[package]] 1783name = "serde_derive" 1784version = "1.0.228" 1785source = "registry+https://github.com/rust-lang/crates.io-index" 1786checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1787dependencies = [ 1788 "proc-macro2", 1789 "quote", 1790 "syn", 1791] 1792 1793[[package]] 1794name = "serde_json" 1795version = "1.0.150" 1796source = "registry+https://github.com/rust-lang/crates.io-index" 1797checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" 1798dependencies = [ 1799 "itoa", 1800 "memchr", 1801 "serde", 1802 "serde_core", 1803 "zmij", 1804] 1805 1806[[package]] 1807name = "serde_spanned" 1808version = "0.6.9" 1809source = "registry+https://github.com/rust-lang/crates.io-index" 1810checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 1811dependencies = [ 1812 "serde", 1813] 1814 1815[[package]] 1816name = "serde_urlencoded" 1817version = "0.7.1" 1818source = "registry+https://github.com/rust-lang/crates.io-index" 1819checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1820dependencies = [ 1821 "form_urlencoded", 1822 "itoa", 1823 "ryu", 1824 "serde", 1825] 1826 1827[[package]] 1828name = "sharded-slab" 1829version = "0.1.7" 1830source = "registry+https://github.com/rust-lang/crates.io-index" 1831checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1832dependencies = [ 1833 "lazy_static", 1834] 1835 1836[[package]] 1837name = "shlex" 1838version = "2.0.1" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "f8fadd59c855ef2080decdef8ff161eb6661b86933c9d82e5ba29dc602a55aba" 1841 1842[[package]] 1843name = "signal-hook" 1844version = "0.3.18" 1845source = "registry+https://github.com/rust-lang/crates.io-index" 1846checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 1847dependencies = [ 1848 "libc", 1849 "signal-hook-registry", 1850] 1851 1852[[package]] 1853name = "signal-hook-mio" 1854version = "0.2.5" 1855source = "registry+https://github.com/rust-lang/crates.io-index" 1856checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 1857dependencies = [ 1858 "libc", 1859 "mio", 1860 "signal-hook", 1861] 1862 1863[[package]] 1864name = "signal-hook-registry" 1865version = "1.4.8" 1866source = "registry+https://github.com/rust-lang/crates.io-index" 1867checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 1868dependencies = [ 1869 "errno", 1870 "libc", 1871] 1872 1873[[package]] 1874name = "slab" 1875version = "0.4.12" 1876source = "registry+https://github.com/rust-lang/crates.io-index" 1877checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" 1878 1879[[package]] 1880name = "smallvec" 1881version = "1.15.2" 1882source = "registry+https://github.com/rust-lang/crates.io-index" 1883checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" 1884 1885[[package]] 1886name = "socket2" 1887version = "0.5.10" 1888source = "registry+https://github.com/rust-lang/crates.io-index" 1889checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678" 1890dependencies = [ 1891 "libc", 1892 "windows-sys 0.52.0", 1893] 1894 1895[[package]] 1896name = "socket2" 1897version = "0.6.4" 1898source = "registry+https://github.com/rust-lang/crates.io-index" 1899checksum = "52d1cfed4120b4d927bf7c0f86d2087a4a7d6027c906d9f9d525a80573b9be51" 1900dependencies = [ 1901 "libc", 1902 "windows-sys 0.61.2", 1903] 1904 1905[[package]] 1906name = "spin" 1907version = "0.9.8" 1908source = "registry+https://github.com/rust-lang/crates.io-index" 1909checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67" 1910dependencies = [ 1911 "lock_api", 1912] 1913 1914[[package]] 1915name = "stable_deref_trait" 1916version = "1.2.1" 1917source = "registry+https://github.com/rust-lang/crates.io-index" 1918checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1919 1920[[package]] 1921name = "static_assertions" 1922version = "1.1.0" 1923source = "registry+https://github.com/rust-lang/crates.io-index" 1924checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1925 1926[[package]] 1927name = "strsim" 1928version = "0.11.1" 1929source = "registry+https://github.com/rust-lang/crates.io-index" 1930checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1931 1932[[package]] 1933name = "strum" 1934version = "0.26.3" 1935source = "registry+https://github.com/rust-lang/crates.io-index" 1936checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 1937dependencies = [ 1938 "strum_macros", 1939] 1940 1941[[package]] 1942name = "strum_macros" 1943version = "0.26.4" 1944source = "registry+https://github.com/rust-lang/crates.io-index" 1945checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 1946dependencies = [ 1947 "heck", 1948 "proc-macro2", 1949 "quote", 1950 "rustversion", 1951 "syn", 1952] 1953 1954[[package]] 1955name = "subtle" 1956version = "2.6.1" 1957source = "registry+https://github.com/rust-lang/crates.io-index" 1958checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1959 1960[[package]] 1961name = "syn" 1962version = "2.0.118" 1963source = "registry+https://github.com/rust-lang/crates.io-index" 1964checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" 1965dependencies = [ 1966 "proc-macro2", 1967 "quote", 1968 "unicode-ident", 1969] 1970 1971[[package]] 1972name = "sync_wrapper" 1973version = "1.0.2" 1974source = "registry+https://github.com/rust-lang/crates.io-index" 1975checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1976dependencies = [ 1977 "futures-core", 1978] 1979 1980[[package]] 1981name = "synstructure" 1982version = "0.13.2" 1983source = "registry+https://github.com/rust-lang/crates.io-index" 1984checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1985dependencies = [ 1986 "proc-macro2", 1987 "quote", 1988 "syn", 1989] 1990 1991[[package]] 1992name = "tempfile" 1993version = "3.27.0" 1994source = "registry+https://github.com/rust-lang/crates.io-index" 1995checksum = "32497e9a4c7b38532efcdebeef879707aa9f794296a4f0244f6f69e9bc8574bd" 1996dependencies = [ 1997 "fastrand", 1998 "getrandom 0.4.3", 1999 "once_cell", 2000 "rustix 1.1.4", 2001 "windows-sys 0.61.2", 2002] 2003 2004[[package]] 2005name = "thiserror" 2006version = "1.0.69" 2007source = "registry+https://github.com/rust-lang/crates.io-index" 2008checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 2009dependencies = [ 2010 "thiserror-impl 1.0.69", 2011] 2012 2013[[package]] 2014name = "thiserror" 2015version = "2.0.18" 2016source = "registry+https://github.com/rust-lang/crates.io-index" 2017checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 2018dependencies = [ 2019 "thiserror-impl 2.0.18", 2020] 2021 2022[[package]] 2023name = "thiserror-impl" 2024version = "1.0.69" 2025source = "registry+https://github.com/rust-lang/crates.io-index" 2026checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 2027dependencies = [ 2028 "proc-macro2", 2029 "quote", 2030 "syn", 2031] 2032 2033[[package]] 2034name = "thiserror-impl" 2035version = "2.0.18" 2036source = "registry+https://github.com/rust-lang/crates.io-index" 2037checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 2038dependencies = [ 2039 "proc-macro2", 2040 "quote", 2041 "syn", 2042] 2043 2044[[package]] 2045name = "thread_local" 2046version = "1.1.9" 2047source = "registry+https://github.com/rust-lang/crates.io-index" 2048checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 2049dependencies = [ 2050 "cfg-if", 2051] 2052 2053[[package]] 2054name = "tinystr" 2055version = "0.8.3" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" 2058dependencies = [ 2059 "displaydoc", 2060 "zerovec", 2061] 2062 2063[[package]] 2064name = "tinyvec" 2065version = "1.11.0" 2066source = "registry+https://github.com/rust-lang/crates.io-index" 2067checksum = "3e61e67053d25a4e82c844e8424039d9745781b3fc4f32b8d55ed50f5f667ef3" 2068dependencies = [ 2069 "tinyvec_macros", 2070] 2071 2072[[package]] 2073name = "tinyvec_macros" 2074version = "0.1.1" 2075source = "registry+https://github.com/rust-lang/crates.io-index" 2076checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20" 2077 2078[[package]] 2079name = "tokio" 2080version = "1.52.3" 2081source = "registry+https://github.com/rust-lang/crates.io-index" 2082checksum = "8fc7f01b389ac15039e4dc9531aa973a135d7a4135281b12d7c1bc79fd57fffe" 2083dependencies = [ 2084 "bytes", 2085 "libc", 2086 "mio", 2087 "parking_lot", 2088 "pin-project-lite", 2089 "signal-hook-registry", 2090 "socket2 0.6.4", 2091 "tokio-macros", 2092 "windows-sys 0.61.2", 2093] 2094 2095[[package]] 2096name = "tokio-macros" 2097version = "2.7.0" 2098source = "registry+https://github.com/rust-lang/crates.io-index" 2099checksum = "385a6cb71ab9ab790c5fe8d67f1645e6c450a7ce006a33de03daa956cf70a496" 2100dependencies = [ 2101 "proc-macro2", 2102 "quote", 2103 "syn", 2104] 2105 2106[[package]] 2107name = "tokio-rustls" 2108version = "0.26.4" 2109source = "registry+https://github.com/rust-lang/crates.io-index" 2110checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 2111dependencies = [ 2112 "rustls", 2113 "tokio", 2114] 2115 2116[[package]] 2117name = "toml" 2118version = "0.8.23" 2119source = "registry+https://github.com/rust-lang/crates.io-index" 2120checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 2121dependencies = [ 2122 "serde", 2123 "serde_spanned", 2124 "toml_datetime", 2125 "toml_edit", 2126] 2127 2128[[package]] 2129name = "toml_datetime" 2130version = "0.6.11" 2131source = "registry+https://github.com/rust-lang/crates.io-index" 2132checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 2133dependencies = [ 2134 "serde", 2135] 2136 2137[[package]] 2138name = "toml_edit" 2139version = "0.22.27" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 2142dependencies = [ 2143 "indexmap", 2144 "serde", 2145 "serde_spanned", 2146 "toml_datetime", 2147 "toml_write", 2148 "winnow", 2149] 2150 2151[[package]] 2152name = "toml_write" 2153version = "0.1.2" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 2156 2157[[package]] 2158name = "tower" 2159version = "0.5.3" 2160source = "registry+https://github.com/rust-lang/crates.io-index" 2161checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 2162dependencies = [ 2163 "futures-core", 2164 "futures-util", 2165 "pin-project-lite", 2166 "sync_wrapper", 2167 "tokio", 2168 "tower-layer", 2169 "tower-service", 2170] 2171 2172[[package]] 2173name = "tower-http" 2174version = "0.6.11" 2175source = "registry+https://github.com/rust-lang/crates.io-index" 2176checksum = "4cfcf7e2740e6fc6d4d688b4ef00650406bb94adf4731e43c096c3a19fe40840" 2177dependencies = [ 2178 "bitflags 2.13.0", 2179 "bytes", 2180 "futures-util", 2181 "http", 2182 "http-body", 2183 "pin-project-lite", 2184 "tower", 2185 "tower-layer", 2186 "tower-service", 2187 "url", 2188] 2189 2190[[package]] 2191name = "tower-layer" 2192version = "0.3.3" 2193source = "registry+https://github.com/rust-lang/crates.io-index" 2194checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 2195 2196[[package]] 2197name = "tower-service" 2198version = "0.3.3" 2199source = "registry+https://github.com/rust-lang/crates.io-index" 2200checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 2201 2202[[package]] 2203name = "tracing" 2204version = "0.1.44" 2205source = "registry+https://github.com/rust-lang/crates.io-index" 2206checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 2207dependencies = [ 2208 "pin-project-lite", 2209 "tracing-attributes", 2210 "tracing-core", 2211] 2212 2213[[package]] 2214name = "tracing-attributes" 2215version = "0.1.31" 2216source = "registry+https://github.com/rust-lang/crates.io-index" 2217checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 2218dependencies = [ 2219 "proc-macro2", 2220 "quote", 2221 "syn", 2222] 2223 2224[[package]] 2225name = "tracing-core" 2226version = "0.1.36" 2227source = "registry+https://github.com/rust-lang/crates.io-index" 2228checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 2229dependencies = [ 2230 "once_cell", 2231 "valuable", 2232] 2233 2234[[package]] 2235name = "tracing-log" 2236version = "0.2.0" 2237source = "registry+https://github.com/rust-lang/crates.io-index" 2238checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 2239dependencies = [ 2240 "log", 2241 "once_cell", 2242 "tracing-core", 2243] 2244 2245[[package]] 2246name = "tracing-subscriber" 2247version = "0.3.23" 2248source = "registry+https://github.com/rust-lang/crates.io-index" 2249checksum = "cb7f578e5945fb242538965c2d0b04418d38ec25c79d160cd279bf0731c8d319" 2250dependencies = [ 2251 "matchers", 2252 "nu-ansi-term", 2253 "once_cell", 2254 "regex-automata", 2255 "sharded-slab", 2256 "smallvec", 2257 "thread_local", 2258 "tracing", 2259 "tracing-core", 2260 "tracing-log", 2261] 2262 2263[[package]] 2264name = "try-lock" 2265version = "0.2.5" 2266source = "registry+https://github.com/rust-lang/crates.io-index" 2267checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2268 2269[[package]] 2270name = "unicode-ident" 2271version = "1.0.24" 2272source = "registry+https://github.com/rust-lang/crates.io-index" 2273checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" 2274 2275[[package]] 2276name = "unicode-segmentation" 2277version = "1.13.3" 2278source = "registry+https://github.com/rust-lang/crates.io-index" 2279checksum = "c6f5d3c3b1bf09027a88a6bc961fc00497d651009560b5463668dc81b0fa87a8" 2280 2281[[package]] 2282name = "unicode-truncate" 2283version = "1.1.0" 2284source = "registry+https://github.com/rust-lang/crates.io-index" 2285checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" 2286dependencies = [ 2287 "itertools", 2288 "unicode-segmentation", 2289 "unicode-width 0.1.14", 2290] 2291 2292[[package]] 2293name = "unicode-width" 2294version = "0.1.14" 2295source = "registry+https://github.com/rust-lang/crates.io-index" 2296checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 2297 2298[[package]] 2299name = "unicode-width" 2300version = "0.2.0" 2301source = "registry+https://github.com/rust-lang/crates.io-index" 2302checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 2303 2304[[package]] 2305name = "untrusted" 2306version = "0.9.0" 2307source = "registry+https://github.com/rust-lang/crates.io-index" 2308checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2309 2310[[package]] 2311name = "url" 2312version = "2.5.8" 2313source = "registry+https://github.com/rust-lang/crates.io-index" 2314checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2315dependencies = [ 2316 "form_urlencoded", 2317 "idna", 2318 "percent-encoding", 2319 "serde", 2320] 2321 2322[[package]] 2323name = "utf8_iter" 2324version = "1.0.4" 2325source = "registry+https://github.com/rust-lang/crates.io-index" 2326checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2327 2328[[package]] 2329name = "utf8parse" 2330version = "0.2.2" 2331source = "registry+https://github.com/rust-lang/crates.io-index" 2332checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2333 2334[[package]] 2335name = "uuid" 2336version = "1.23.4" 2337source = "registry+https://github.com/rust-lang/crates.io-index" 2338checksum = "bf80a72845275afea99e7f2b434723d3bc7e38470fcd1c7ed39a599c73319a53" 2339dependencies = [ 2340 "getrandom 0.4.3", 2341 "js-sys", 2342 "wasm-bindgen", 2343] 2344 2345[[package]] 2346name = "valuable" 2347version = "0.1.1" 2348source = "registry+https://github.com/rust-lang/crates.io-index" 2349checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2350 2351[[package]] 2352name = "want" 2353version = "0.3.1" 2354source = "registry+https://github.com/rust-lang/crates.io-index" 2355checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2356dependencies = [ 2357 "try-lock", 2358] 2359 2360[[package]] 2361name = "wasi" 2362version = "0.11.1+wasi-snapshot-preview1" 2363source = "registry+https://github.com/rust-lang/crates.io-index" 2364checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2365 2366[[package]] 2367name = "wasip2" 2368version = "1.0.4+wasi-0.2.12" 2369source = "registry+https://github.com/rust-lang/crates.io-index" 2370checksum = "b67efb37e106e55ce722a510d6b5f9c17f083e5fc79afc2badeb12cc313d9487" 2371dependencies = [ 2372 "wit-bindgen", 2373] 2374 2375[[package]] 2376name = "wasite" 2377version = "0.1.0" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b" 2380 2381[[package]] 2382name = "wasm-bindgen" 2383version = "0.2.126" 2384source = "registry+https://github.com/rust-lang/crates.io-index" 2385checksum = "4b067c0c11094aef6b7a801c1e34a26affafdf3d051dba08456b868789aaf9a4" 2386dependencies = [ 2387 "cfg-if", 2388 "once_cell", 2389 "rustversion", 2390 "wasm-bindgen-macro", 2391 "wasm-bindgen-shared", 2392] 2393 2394[[package]] 2395name = "wasm-bindgen-futures" 2396version = "0.4.76" 2397source = "registry+https://github.com/rust-lang/crates.io-index" 2398checksum = "c62df1340f32221cb9c54d6a27b030e3dba64361d4a95bed55f9aacb44da291d" 2399dependencies = [ 2400 "js-sys", 2401 "wasm-bindgen", 2402] 2403 2404[[package]] 2405name = "wasm-bindgen-macro" 2406version = "0.2.126" 2407source = "registry+https://github.com/rust-lang/crates.io-index" 2408checksum = "167ce5e579f6bcf889c4f7175a8a5a585de84e8ff93976ce393efa5f2837aab1" 2409dependencies = [ 2410 "quote", 2411 "wasm-bindgen-macro-support", 2412] 2413 2414[[package]] 2415name = "wasm-bindgen-macro-support" 2416version = "0.2.126" 2417source = "registry+https://github.com/rust-lang/crates.io-index" 2418checksum = "f3997c7839262f4ef12cf90b818d6340c18e80f263f1a94bf157d0ec4420380e" 2419dependencies = [ 2420 "bumpalo", 2421 "proc-macro2", 2422 "quote", 2423 "syn", 2424 "wasm-bindgen-shared", 2425] 2426 2427[[package]] 2428name = "wasm-bindgen-shared" 2429version = "0.2.126" 2430source = "registry+https://github.com/rust-lang/crates.io-index" 2431checksum = "dc1b4cb0cc549fcf58d7dfc081778139b3d283a081644e833e84682ad71cea24" 2432dependencies = [ 2433 "unicode-ident", 2434] 2435 2436[[package]] 2437name = "web-sys" 2438version = "0.3.103" 2439source = "registry+https://github.com/rust-lang/crates.io-index" 2440checksum = "8622dcb61c0bcc9fffa6938bed81210af2da9a7e4a1a834b2e37a59b6dfb6141" 2441dependencies = [ 2442 "js-sys", 2443 "wasm-bindgen", 2444] 2445 2446[[package]] 2447name = "web-time" 2448version = "1.1.0" 2449source = "registry+https://github.com/rust-lang/crates.io-index" 2450checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb" 2451dependencies = [ 2452 "js-sys", 2453 "wasm-bindgen", 2454] 2455 2456[[package]] 2457name = "webpki-roots" 2458version = "1.0.8" 2459source = "registry+https://github.com/rust-lang/crates.io-index" 2460checksum = "bf85cb06032201fa7c6f829d7db5a7e5aa45bcc0655327713065f6f0576731bf" 2461dependencies = [ 2462 "rustls-pki-types", 2463] 2464 2465[[package]] 2466name = "which" 2467version = "4.4.2" 2468source = "registry+https://github.com/rust-lang/crates.io-index" 2469checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7" 2470dependencies = [ 2471 "either", 2472 "home", 2473 "once_cell", 2474 "rustix 0.38.44", 2475] 2476 2477[[package]] 2478name = "whoami" 2479version = "1.6.1" 2480source = "registry+https://github.com/rust-lang/crates.io-index" 2481checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d" 2482dependencies = [ 2483 "libredox", 2484 "wasite", 2485 "web-sys", 2486] 2487 2488[[package]] 2489name = "winapi" 2490version = "0.3.9" 2491source = "registry+https://github.com/rust-lang/crates.io-index" 2492checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2493dependencies = [ 2494 "winapi-i686-pc-windows-gnu", 2495 "winapi-x86_64-pc-windows-gnu", 2496] 2497 2498[[package]] 2499name = "winapi-i686-pc-windows-gnu" 2500version = "0.4.0" 2501source = "registry+https://github.com/rust-lang/crates.io-index" 2502checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2503 2504[[package]] 2505name = "winapi-x86_64-pc-windows-gnu" 2506version = "0.4.0" 2507source = "registry+https://github.com/rust-lang/crates.io-index" 2508checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2509 2510[[package]] 2511name = "windows-core" 2512version = "0.62.2" 2513source = "registry+https://github.com/rust-lang/crates.io-index" 2514checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2515dependencies = [ 2516 "windows-implement", 2517 "windows-interface", 2518 "windows-link", 2519 "windows-result", 2520 "windows-strings", 2521] 2522 2523[[package]] 2524name = "windows-implement" 2525version = "0.60.2" 2526source = "registry+https://github.com/rust-lang/crates.io-index" 2527checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2528dependencies = [ 2529 "proc-macro2", 2530 "quote", 2531 "syn", 2532] 2533 2534[[package]] 2535name = "windows-interface" 2536version = "0.59.3" 2537source = "registry+https://github.com/rust-lang/crates.io-index" 2538checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2539dependencies = [ 2540 "proc-macro2", 2541 "quote", 2542 "syn", 2543] 2544 2545[[package]] 2546name = "windows-link" 2547version = "0.2.1" 2548source = "registry+https://github.com/rust-lang/crates.io-index" 2549checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2550 2551[[package]] 2552name = "windows-result" 2553version = "0.4.1" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2556dependencies = [ 2557 "windows-link", 2558] 2559 2560[[package]] 2561name = "windows-strings" 2562version = "0.5.1" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2565dependencies = [ 2566 "windows-link", 2567] 2568 2569[[package]] 2570name = "windows-sys" 2571version = "0.48.0" 2572source = "registry+https://github.com/rust-lang/crates.io-index" 2573checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2574dependencies = [ 2575 "windows-targets 0.48.5", 2576] 2577 2578[[package]] 2579name = "windows-sys" 2580version = "0.52.0" 2581source = "registry+https://github.com/rust-lang/crates.io-index" 2582checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2583dependencies = [ 2584 "windows-targets 0.52.6", 2585] 2586 2587[[package]] 2588name = "windows-sys" 2589version = "0.59.0" 2590source = "registry+https://github.com/rust-lang/crates.io-index" 2591checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b" 2592dependencies = [ 2593 "windows-targets 0.52.6", 2594] 2595 2596[[package]] 2597name = "windows-sys" 2598version = "0.60.2" 2599source = "registry+https://github.com/rust-lang/crates.io-index" 2600checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2601dependencies = [ 2602 "windows-targets 0.53.5", 2603] 2604 2605[[package]] 2606name = "windows-sys" 2607version = "0.61.2" 2608source = "registry+https://github.com/rust-lang/crates.io-index" 2609checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2610dependencies = [ 2611 "windows-link", 2612] 2613 2614[[package]] 2615name = "windows-targets" 2616version = "0.48.5" 2617source = "registry+https://github.com/rust-lang/crates.io-index" 2618checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2619dependencies = [ 2620 "windows_aarch64_gnullvm 0.48.5", 2621 "windows_aarch64_msvc 0.48.5", 2622 "windows_i686_gnu 0.48.5", 2623 "windows_i686_msvc 0.48.5", 2624 "windows_x86_64_gnu 0.48.5", 2625 "windows_x86_64_gnullvm 0.48.5", 2626 "windows_x86_64_msvc 0.48.5", 2627] 2628 2629[[package]] 2630name = "windows-targets" 2631version = "0.52.6" 2632source = "registry+https://github.com/rust-lang/crates.io-index" 2633checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2634dependencies = [ 2635 "windows_aarch64_gnullvm 0.52.6", 2636 "windows_aarch64_msvc 0.52.6", 2637 "windows_i686_gnu 0.52.6", 2638 "windows_i686_gnullvm 0.52.6", 2639 "windows_i686_msvc 0.52.6", 2640 "windows_x86_64_gnu 0.52.6", 2641 "windows_x86_64_gnullvm 0.52.6", 2642 "windows_x86_64_msvc 0.52.6", 2643] 2644 2645[[package]] 2646name = "windows-targets" 2647version = "0.53.5" 2648source = "registry+https://github.com/rust-lang/crates.io-index" 2649checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2650dependencies = [ 2651 "windows-link", 2652 "windows_aarch64_gnullvm 0.53.1", 2653 "windows_aarch64_msvc 0.53.1", 2654 "windows_i686_gnu 0.53.1", 2655 "windows_i686_gnullvm 0.53.1", 2656 "windows_i686_msvc 0.53.1", 2657 "windows_x86_64_gnu 0.53.1", 2658 "windows_x86_64_gnullvm 0.53.1", 2659 "windows_x86_64_msvc 0.53.1", 2660] 2661 2662[[package]] 2663name = "windows_aarch64_gnullvm" 2664version = "0.48.5" 2665source = "registry+https://github.com/rust-lang/crates.io-index" 2666checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2667 2668[[package]] 2669name = "windows_aarch64_gnullvm" 2670version = "0.52.6" 2671source = "registry+https://github.com/rust-lang/crates.io-index" 2672checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2673 2674[[package]] 2675name = "windows_aarch64_gnullvm" 2676version = "0.53.1" 2677source = "registry+https://github.com/rust-lang/crates.io-index" 2678checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2679 2680[[package]] 2681name = "windows_aarch64_msvc" 2682version = "0.48.5" 2683source = "registry+https://github.com/rust-lang/crates.io-index" 2684checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2685 2686[[package]] 2687name = "windows_aarch64_msvc" 2688version = "0.52.6" 2689source = "registry+https://github.com/rust-lang/crates.io-index" 2690checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2691 2692[[package]] 2693name = "windows_aarch64_msvc" 2694version = "0.53.1" 2695source = "registry+https://github.com/rust-lang/crates.io-index" 2696checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2697 2698[[package]] 2699name = "windows_i686_gnu" 2700version = "0.48.5" 2701source = "registry+https://github.com/rust-lang/crates.io-index" 2702checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2703 2704[[package]] 2705name = "windows_i686_gnu" 2706version = "0.52.6" 2707source = "registry+https://github.com/rust-lang/crates.io-index" 2708checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2709 2710[[package]] 2711name = "windows_i686_gnu" 2712version = "0.53.1" 2713source = "registry+https://github.com/rust-lang/crates.io-index" 2714checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2715 2716[[package]] 2717name = "windows_i686_gnullvm" 2718version = "0.52.6" 2719source = "registry+https://github.com/rust-lang/crates.io-index" 2720checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2721 2722[[package]] 2723name = "windows_i686_gnullvm" 2724version = "0.53.1" 2725source = "registry+https://github.com/rust-lang/crates.io-index" 2726checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2727 2728[[package]] 2729name = "windows_i686_msvc" 2730version = "0.48.5" 2731source = "registry+https://github.com/rust-lang/crates.io-index" 2732checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2733 2734[[package]] 2735name = "windows_i686_msvc" 2736version = "0.52.6" 2737source = "registry+https://github.com/rust-lang/crates.io-index" 2738checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2739 2740[[package]] 2741name = "windows_i686_msvc" 2742version = "0.53.1" 2743source = "registry+https://github.com/rust-lang/crates.io-index" 2744checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2745 2746[[package]] 2747name = "windows_x86_64_gnu" 2748version = "0.48.5" 2749source = "registry+https://github.com/rust-lang/crates.io-index" 2750checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2751 2752[[package]] 2753name = "windows_x86_64_gnu" 2754version = "0.52.6" 2755source = "registry+https://github.com/rust-lang/crates.io-index" 2756checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2757 2758[[package]] 2759name = "windows_x86_64_gnu" 2760version = "0.53.1" 2761source = "registry+https://github.com/rust-lang/crates.io-index" 2762checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2763 2764[[package]] 2765name = "windows_x86_64_gnullvm" 2766version = "0.48.5" 2767source = "registry+https://github.com/rust-lang/crates.io-index" 2768checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2769 2770[[package]] 2771name = "windows_x86_64_gnullvm" 2772version = "0.52.6" 2773source = "registry+https://github.com/rust-lang/crates.io-index" 2774checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2775 2776[[package]] 2777name = "windows_x86_64_gnullvm" 2778version = "0.53.1" 2779source = "registry+https://github.com/rust-lang/crates.io-index" 2780checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2781 2782[[package]] 2783name = "windows_x86_64_msvc" 2784version = "0.48.5" 2785source = "registry+https://github.com/rust-lang/crates.io-index" 2786checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2787 2788[[package]] 2789name = "windows_x86_64_msvc" 2790version = "0.52.6" 2791source = "registry+https://github.com/rust-lang/crates.io-index" 2792checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2793 2794[[package]] 2795name = "windows_x86_64_msvc" 2796version = "0.53.1" 2797source = "registry+https://github.com/rust-lang/crates.io-index" 2798checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2799 2800[[package]] 2801name = "winnow" 2802version = "0.7.15" 2803source = "registry+https://github.com/rust-lang/crates.io-index" 2804checksum = "df79d97927682d2fd8adb29682d1140b343be4ac0f08fd68b7765d9c059d3945" 2805dependencies = [ 2806 "memchr", 2807] 2808 2809[[package]] 2810name = "wit-bindgen" 2811version = "0.57.1" 2812source = "registry+https://github.com/rust-lang/crates.io-index" 2813checksum = "1ebf944e87a7c253233ad6766e082e3cd714b5d03812acc24c318f549614536e" 2814 2815[[package]] 2816name = "writeable" 2817version = "0.6.3" 2818source = "registry+https://github.com/rust-lang/crates.io-index" 2819checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" 2820 2821[[package]] 2822name = "yoke" 2823version = "0.8.3" 2824source = "registry+https://github.com/rust-lang/crates.io-index" 2825checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" 2826dependencies = [ 2827 "stable_deref_trait", 2828 "yoke-derive", 2829 "zerofrom", 2830] 2831 2832[[package]] 2833name = "yoke-derive" 2834version = "0.8.2" 2835source = "registry+https://github.com/rust-lang/crates.io-index" 2836checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" 2837dependencies = [ 2838 "proc-macro2", 2839 "quote", 2840 "syn", 2841 "synstructure", 2842] 2843 2844[[package]] 2845name = "zerocopy" 2846version = "0.8.52" 2847source = "registry+https://github.com/rust-lang/crates.io-index" 2848checksum = "ce1022995ff5ff5d841ad7d994facc23098cd40152f2c1d11cd607c6f530653f" 2849dependencies = [ 2850 "zerocopy-derive", 2851] 2852 2853[[package]] 2854name = "zerocopy-derive" 2855version = "0.8.52" 2856source = "registry+https://github.com/rust-lang/crates.io-index" 2857checksum = "1ae7f38b72ec2a254e2b87ef277cf2cd4fb97cbebf944faa6f33354da0867930" 2858dependencies = [ 2859 "proc-macro2", 2860 "quote", 2861 "syn", 2862] 2863 2864[[package]] 2865name = "zerofrom" 2866version = "0.1.8" 2867source = "registry+https://github.com/rust-lang/crates.io-index" 2868checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" 2869dependencies = [ 2870 "zerofrom-derive", 2871] 2872 2873[[package]] 2874name = "zerofrom-derive" 2875version = "0.1.7" 2876source = "registry+https://github.com/rust-lang/crates.io-index" 2877checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" 2878dependencies = [ 2879 "proc-macro2", 2880 "quote", 2881 "syn", 2882 "synstructure", 2883] 2884 2885[[package]] 2886name = "zeroize" 2887version = "1.9.0" 2888source = "registry+https://github.com/rust-lang/crates.io-index" 2889checksum = "e13c156562582aa81c60cb29407084cdb54c4164760106ab78e6c5b0858cf64e" 2890 2891[[package]] 2892name = "zerotrie" 2893version = "0.2.4" 2894source = "registry+https://github.com/rust-lang/crates.io-index" 2895checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" 2896dependencies = [ 2897 "displaydoc", 2898 "yoke", 2899 "zerofrom", 2900] 2901 2902[[package]] 2903name = "zerovec" 2904version = "0.11.6" 2905source = "registry+https://github.com/rust-lang/crates.io-index" 2906checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" 2907dependencies = [ 2908 "yoke", 2909 "zerofrom", 2910 "zerovec-derive", 2911] 2912 2913[[package]] 2914name = "zerovec-derive" 2915version = "0.11.3" 2916source = "registry+https://github.com/rust-lang/crates.io-index" 2917checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" 2918dependencies = [ 2919 "proc-macro2", 2920 "quote", 2921 "syn", 2922] 2923 2924[[package]] 2925name = "zmij" 2926version = "1.0.21" 2927source = "registry+https://github.com/rust-lang/crates.io-index" 2928checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa"