An AI agent built to do Ralph loops - plan mode for planning and ralph mode for implementing.
at main 2615 lines 67 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 = "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 = "0.6.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 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.13" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 49 50[[package]] 51name = "anstyle-parse" 52version = "0.2.7" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 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.100" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61" 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.0" 105source = "registry+https://github.com/rust-lang/crates.io-index" 106checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 107 108[[package]] 109name = "base64" 110version = "0.22.1" 111source = "registry+https://github.com/rust-lang/crates.io-index" 112checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6" 113 114[[package]] 115name = "bitflags" 116version = "2.10.0" 117source = "registry+https://github.com/rust-lang/crates.io-index" 118checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 119 120[[package]] 121name = "bumpalo" 122version = "3.19.1" 123source = "registry+https://github.com/rust-lang/crates.io-index" 124checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 125 126[[package]] 127name = "bytes" 128version = "1.11.0" 129source = "registry+https://github.com/rust-lang/crates.io-index" 130checksum = "b35204fbdc0b3f4446b89fc1ac2cf84a8a68971995d0bf2e925ec7cd960f9cb3" 131 132[[package]] 133name = "cassowary" 134version = "0.3.0" 135source = "registry+https://github.com/rust-lang/crates.io-index" 136checksum = "df8670b8c7b9dae1793364eafadf7239c40d669904660c5960d74cfd80b46a53" 137 138[[package]] 139name = "castaway" 140version = "0.2.4" 141source = "registry+https://github.com/rust-lang/crates.io-index" 142checksum = "dec551ab6e7578819132c713a93c022a05d60159dc86e7a7050223577484c55a" 143dependencies = [ 144 "rustversion", 145] 146 147[[package]] 148name = "cc" 149version = "1.2.53" 150source = "registry+https://github.com/rust-lang/crates.io-index" 151checksum = "755d2fce177175ffca841e9a06afdb2c4ab0f593d53b4dee48147dfaade85932" 152dependencies = [ 153 "find-msvc-tools", 154 "shlex", 155] 156 157[[package]] 158name = "cfg-if" 159version = "1.0.4" 160source = "registry+https://github.com/rust-lang/crates.io-index" 161checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 162 163[[package]] 164name = "chrono" 165version = "0.4.43" 166source = "registry+https://github.com/rust-lang/crates.io-index" 167checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 168dependencies = [ 169 "iana-time-zone", 170 "js-sys", 171 "num-traits", 172 "serde", 173 "wasm-bindgen", 174 "windows-link", 175] 176 177[[package]] 178name = "clap" 179version = "4.5.54" 180source = "registry+https://github.com/rust-lang/crates.io-index" 181checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" 182dependencies = [ 183 "clap_builder", 184 "clap_derive", 185] 186 187[[package]] 188name = "clap_builder" 189version = "4.5.54" 190source = "registry+https://github.com/rust-lang/crates.io-index" 191checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" 192dependencies = [ 193 "anstream", 194 "anstyle", 195 "clap_lex", 196 "strsim", 197] 198 199[[package]] 200name = "clap_derive" 201version = "4.5.49" 202source = "registry+https://github.com/rust-lang/crates.io-index" 203checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 204dependencies = [ 205 "heck", 206 "proc-macro2", 207 "quote", 208 "syn", 209] 210 211[[package]] 212name = "clap_lex" 213version = "0.7.7" 214source = "registry+https://github.com/rust-lang/crates.io-index" 215checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" 216 217[[package]] 218name = "colorchoice" 219version = "1.0.4" 220source = "registry+https://github.com/rust-lang/crates.io-index" 221checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 222 223[[package]] 224name = "compact_str" 225version = "0.8.1" 226source = "registry+https://github.com/rust-lang/crates.io-index" 227checksum = "3b79c4069c6cad78e2e0cdfcbd26275770669fb39fd308a752dc110e83b9af32" 228dependencies = [ 229 "castaway", 230 "cfg-if", 231 "itoa", 232 "rustversion", 233 "ryu", 234 "static_assertions", 235] 236 237[[package]] 238name = "core-foundation" 239version = "0.9.4" 240source = "registry+https://github.com/rust-lang/crates.io-index" 241checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f" 242dependencies = [ 243 "core-foundation-sys", 244 "libc", 245] 246 247[[package]] 248name = "core-foundation-sys" 249version = "0.8.7" 250source = "registry+https://github.com/rust-lang/crates.io-index" 251checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 252 253[[package]] 254name = "crossbeam-channel" 255version = "0.5.15" 256source = "registry+https://github.com/rust-lang/crates.io-index" 257checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 258dependencies = [ 259 "crossbeam-utils", 260] 261 262[[package]] 263name = "crossbeam-utils" 264version = "0.8.21" 265source = "registry+https://github.com/rust-lang/crates.io-index" 266checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 267 268[[package]] 269name = "crossterm" 270version = "0.28.1" 271source = "registry+https://github.com/rust-lang/crates.io-index" 272checksum = "829d955a0bb380ef178a640b91779e3987da38c9aea133b20614cfed8cdea9c6" 273dependencies = [ 274 "bitflags", 275 "crossterm_winapi", 276 "mio", 277 "parking_lot", 278 "rustix 0.38.44", 279 "signal-hook", 280 "signal-hook-mio", 281 "winapi", 282] 283 284[[package]] 285name = "crossterm_winapi" 286version = "0.9.1" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "acdd7c62a3665c7f6830a51635d9ac9b23ed385797f70a83bb8bafe9c572ab2b" 289dependencies = [ 290 "winapi", 291] 292 293[[package]] 294name = "darling" 295version = "0.23.0" 296source = "registry+https://github.com/rust-lang/crates.io-index" 297checksum = "25ae13da2f202d56bd7f91c25fba009e7717a1e4a1cc98a76d844b65ae912e9d" 298dependencies = [ 299 "darling_core", 300 "darling_macro", 301] 302 303[[package]] 304name = "darling_core" 305version = "0.23.0" 306source = "registry+https://github.com/rust-lang/crates.io-index" 307checksum = "9865a50f7c335f53564bb694ef660825eb8610e0a53d3e11bf1b0d3df31e03b0" 308dependencies = [ 309 "ident_case", 310 "proc-macro2", 311 "quote", 312 "strsim", 313 "syn", 314] 315 316[[package]] 317name = "darling_macro" 318version = "0.23.0" 319source = "registry+https://github.com/rust-lang/crates.io-index" 320checksum = "ac3984ec7bd6cfa798e62b4a642426a5be0e68f9401cfc2a01e3fa9ea2fcdb8d" 321dependencies = [ 322 "darling_core", 323 "quote", 324 "syn", 325] 326 327[[package]] 328name = "deranged" 329version = "0.5.5" 330source = "registry+https://github.com/rust-lang/crates.io-index" 331checksum = "ececcb659e7ba858fb4f10388c250a7252eb0a27373f1a72b8748afdd248e587" 332dependencies = [ 333 "powerfmt", 334] 335 336[[package]] 337name = "dirs" 338version = "5.0.1" 339source = "registry+https://github.com/rust-lang/crates.io-index" 340checksum = "44c45a9d03d6676652bcb5e724c7e988de1acad23a711b5217ab9cbecbec2225" 341dependencies = [ 342 "dirs-sys", 343] 344 345[[package]] 346name = "dirs-sys" 347version = "0.4.1" 348source = "registry+https://github.com/rust-lang/crates.io-index" 349checksum = "520f05a5cbd335fae5a99ff7a6ab8627577660ee5cfd6a94a6a929b52ff0321c" 350dependencies = [ 351 "libc", 352 "option-ext", 353 "redox_users", 354 "windows-sys 0.48.0", 355] 356 357[[package]] 358name = "displaydoc" 359version = "0.2.5" 360source = "registry+https://github.com/rust-lang/crates.io-index" 361checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 362dependencies = [ 363 "proc-macro2", 364 "quote", 365 "syn", 366] 367 368[[package]] 369name = "either" 370version = "1.15.0" 371source = "registry+https://github.com/rust-lang/crates.io-index" 372checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719" 373 374[[package]] 375name = "encoding_rs" 376version = "0.8.35" 377source = "registry+https://github.com/rust-lang/crates.io-index" 378checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3" 379dependencies = [ 380 "cfg-if", 381] 382 383[[package]] 384name = "equivalent" 385version = "1.0.2" 386source = "registry+https://github.com/rust-lang/crates.io-index" 387checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 388 389[[package]] 390name = "errno" 391version = "0.3.14" 392source = "registry+https://github.com/rust-lang/crates.io-index" 393checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 394dependencies = [ 395 "libc", 396 "windows-sys 0.61.2", 397] 398 399[[package]] 400name = "fastrand" 401version = "2.3.0" 402source = "registry+https://github.com/rust-lang/crates.io-index" 403checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be" 404 405[[package]] 406name = "find-msvc-tools" 407version = "0.1.8" 408source = "registry+https://github.com/rust-lang/crates.io-index" 409checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" 410 411[[package]] 412name = "fnv" 413version = "1.0.7" 414source = "registry+https://github.com/rust-lang/crates.io-index" 415checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1" 416 417[[package]] 418name = "foldhash" 419version = "0.1.5" 420source = "registry+https://github.com/rust-lang/crates.io-index" 421checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" 422 423[[package]] 424name = "foreign-types" 425version = "0.3.2" 426source = "registry+https://github.com/rust-lang/crates.io-index" 427checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1" 428dependencies = [ 429 "foreign-types-shared", 430] 431 432[[package]] 433name = "foreign-types-shared" 434version = "0.1.1" 435source = "registry+https://github.com/rust-lang/crates.io-index" 436checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b" 437 438[[package]] 439name = "form_urlencoded" 440version = "1.2.2" 441source = "registry+https://github.com/rust-lang/crates.io-index" 442checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 443dependencies = [ 444 "percent-encoding", 445] 446 447[[package]] 448name = "futures-channel" 449version = "0.3.31" 450source = "registry+https://github.com/rust-lang/crates.io-index" 451checksum = "2dff15bf788c671c1934e366d07e30c1814a8ef514e1af724a602e8a2fbe1b10" 452dependencies = [ 453 "futures-core", 454] 455 456[[package]] 457name = "futures-core" 458version = "0.3.31" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "05f29059c0c2090612e8d742178b0580d2dc940c837851ad723096f87af6663e" 461 462[[package]] 463name = "futures-sink" 464version = "0.3.31" 465source = "registry+https://github.com/rust-lang/crates.io-index" 466checksum = "e575fab7d1e0dcb8d0c7bcf9a63ee213816ab51902e6d244a95819acacf1d4f7" 467 468[[package]] 469name = "futures-task" 470version = "0.3.31" 471source = "registry+https://github.com/rust-lang/crates.io-index" 472checksum = "f90f7dce0722e95104fcb095585910c0977252f286e354b5e3bd38902cd99988" 473 474[[package]] 475name = "futures-util" 476version = "0.3.31" 477source = "registry+https://github.com/rust-lang/crates.io-index" 478checksum = "9fa08315bb612088cc391249efdc3bc77536f16c91f6cf495e6fbe85b20a4a81" 479dependencies = [ 480 "futures-core", 481 "futures-task", 482 "pin-project-lite", 483 "pin-utils", 484 "slab", 485] 486 487[[package]] 488name = "getrandom" 489version = "0.2.17" 490source = "registry+https://github.com/rust-lang/crates.io-index" 491checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 492dependencies = [ 493 "cfg-if", 494 "libc", 495 "wasi", 496] 497 498[[package]] 499name = "getrandom" 500version = "0.3.4" 501source = "registry+https://github.com/rust-lang/crates.io-index" 502checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 503dependencies = [ 504 "cfg-if", 505 "libc", 506 "r-efi", 507 "wasip2", 508] 509 510[[package]] 511name = "h2" 512version = "0.4.13" 513source = "registry+https://github.com/rust-lang/crates.io-index" 514checksum = "2f44da3a8150a6703ed5d34e164b875fd14c2cdab9af1252a9a1020bde2bdc54" 515dependencies = [ 516 "atomic-waker", 517 "bytes", 518 "fnv", 519 "futures-core", 520 "futures-sink", 521 "http", 522 "indexmap", 523 "slab", 524 "tokio", 525 "tokio-util", 526 "tracing", 527] 528 529[[package]] 530name = "hashbrown" 531version = "0.15.5" 532source = "registry+https://github.com/rust-lang/crates.io-index" 533checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" 534dependencies = [ 535 "allocator-api2", 536 "equivalent", 537 "foldhash", 538] 539 540[[package]] 541name = "hashbrown" 542version = "0.16.1" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 545 546[[package]] 547name = "heck" 548version = "0.5.0" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 551 552[[package]] 553name = "http" 554version = "1.4.0" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "e3ba2a386d7f85a81f119ad7498ebe444d2e22c2af0b86b069416ace48b3311a" 557dependencies = [ 558 "bytes", 559 "itoa", 560] 561 562[[package]] 563name = "http-body" 564version = "1.0.1" 565source = "registry+https://github.com/rust-lang/crates.io-index" 566checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184" 567dependencies = [ 568 "bytes", 569 "http", 570] 571 572[[package]] 573name = "http-body-util" 574version = "0.1.3" 575source = "registry+https://github.com/rust-lang/crates.io-index" 576checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a" 577dependencies = [ 578 "bytes", 579 "futures-core", 580 "http", 581 "http-body", 582 "pin-project-lite", 583] 584 585[[package]] 586name = "httparse" 587version = "1.10.1" 588source = "registry+https://github.com/rust-lang/crates.io-index" 589checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87" 590 591[[package]] 592name = "hyper" 593version = "1.8.1" 594source = "registry+https://github.com/rust-lang/crates.io-index" 595checksum = "2ab2d4f250c3d7b1c9fcdff1cece94ea4e2dfbec68614f7b87cb205f24ca9d11" 596dependencies = [ 597 "atomic-waker", 598 "bytes", 599 "futures-channel", 600 "futures-core", 601 "h2", 602 "http", 603 "http-body", 604 "httparse", 605 "itoa", 606 "pin-project-lite", 607 "pin-utils", 608 "smallvec", 609 "tokio", 610 "want", 611] 612 613[[package]] 614name = "hyper-rustls" 615version = "0.27.7" 616source = "registry+https://github.com/rust-lang/crates.io-index" 617checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58" 618dependencies = [ 619 "http", 620 "hyper", 621 "hyper-util", 622 "rustls", 623 "rustls-pki-types", 624 "tokio", 625 "tokio-rustls", 626 "tower-service", 627] 628 629[[package]] 630name = "hyper-tls" 631version = "0.6.0" 632source = "registry+https://github.com/rust-lang/crates.io-index" 633checksum = "70206fc6890eaca9fde8a0bf71caa2ddfc9fe045ac9e5c70df101a7dbde866e0" 634dependencies = [ 635 "bytes", 636 "http-body-util", 637 "hyper", 638 "hyper-util", 639 "native-tls", 640 "tokio", 641 "tokio-native-tls", 642 "tower-service", 643] 644 645[[package]] 646name = "hyper-util" 647version = "0.1.19" 648source = "registry+https://github.com/rust-lang/crates.io-index" 649checksum = "727805d60e7938b76b826a6ef209eb70eaa1812794f9424d4a4e2d740662df5f" 650dependencies = [ 651 "base64", 652 "bytes", 653 "futures-channel", 654 "futures-core", 655 "futures-util", 656 "http", 657 "http-body", 658 "hyper", 659 "ipnet", 660 "libc", 661 "percent-encoding", 662 "pin-project-lite", 663 "socket2", 664 "system-configuration", 665 "tokio", 666 "tower-service", 667 "tracing", 668 "windows-registry", 669] 670 671[[package]] 672name = "iana-time-zone" 673version = "0.1.64" 674source = "registry+https://github.com/rust-lang/crates.io-index" 675checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 676dependencies = [ 677 "android_system_properties", 678 "core-foundation-sys", 679 "iana-time-zone-haiku", 680 "js-sys", 681 "log", 682 "wasm-bindgen", 683 "windows-core", 684] 685 686[[package]] 687name = "iana-time-zone-haiku" 688version = "0.1.2" 689source = "registry+https://github.com/rust-lang/crates.io-index" 690checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 691dependencies = [ 692 "cc", 693] 694 695[[package]] 696name = "icu_collections" 697version = "2.1.1" 698source = "registry+https://github.com/rust-lang/crates.io-index" 699checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 700dependencies = [ 701 "displaydoc", 702 "potential_utf", 703 "yoke", 704 "zerofrom", 705 "zerovec", 706] 707 708[[package]] 709name = "icu_locale_core" 710version = "2.1.1" 711source = "registry+https://github.com/rust-lang/crates.io-index" 712checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 713dependencies = [ 714 "displaydoc", 715 "litemap", 716 "tinystr", 717 "writeable", 718 "zerovec", 719] 720 721[[package]] 722name = "icu_normalizer" 723version = "2.1.1" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 726dependencies = [ 727 "icu_collections", 728 "icu_normalizer_data", 729 "icu_properties", 730 "icu_provider", 731 "smallvec", 732 "zerovec", 733] 734 735[[package]] 736name = "icu_normalizer_data" 737version = "2.1.1" 738source = "registry+https://github.com/rust-lang/crates.io-index" 739checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 740 741[[package]] 742name = "icu_properties" 743version = "2.1.2" 744source = "registry+https://github.com/rust-lang/crates.io-index" 745checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 746dependencies = [ 747 "icu_collections", 748 "icu_locale_core", 749 "icu_properties_data", 750 "icu_provider", 751 "zerotrie", 752 "zerovec", 753] 754 755[[package]] 756name = "icu_properties_data" 757version = "2.1.2" 758source = "registry+https://github.com/rust-lang/crates.io-index" 759checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 760 761[[package]] 762name = "icu_provider" 763version = "2.1.1" 764source = "registry+https://github.com/rust-lang/crates.io-index" 765checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 766dependencies = [ 767 "displaydoc", 768 "icu_locale_core", 769 "writeable", 770 "yoke", 771 "zerofrom", 772 "zerotrie", 773 "zerovec", 774] 775 776[[package]] 777name = "ident_case" 778version = "1.0.1" 779source = "registry+https://github.com/rust-lang/crates.io-index" 780checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39" 781 782[[package]] 783name = "idna" 784version = "1.1.0" 785source = "registry+https://github.com/rust-lang/crates.io-index" 786checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 787dependencies = [ 788 "idna_adapter", 789 "smallvec", 790 "utf8_iter", 791] 792 793[[package]] 794name = "idna_adapter" 795version = "1.2.1" 796source = "registry+https://github.com/rust-lang/crates.io-index" 797checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 798dependencies = [ 799 "icu_normalizer", 800 "icu_properties", 801] 802 803[[package]] 804name = "indexmap" 805version = "2.13.0" 806source = "registry+https://github.com/rust-lang/crates.io-index" 807checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 808dependencies = [ 809 "equivalent", 810 "hashbrown 0.16.1", 811] 812 813[[package]] 814name = "indoc" 815version = "2.0.7" 816source = "registry+https://github.com/rust-lang/crates.io-index" 817checksum = "79cf5c93f93228cf8efb3ba362535fb11199ac548a09ce117c9b1adc3030d706" 818dependencies = [ 819 "rustversion", 820] 821 822[[package]] 823name = "instability" 824version = "0.3.11" 825source = "registry+https://github.com/rust-lang/crates.io-index" 826checksum = "357b7205c6cd18dd2c86ed312d1e70add149aea98e7ef72b9fdf0270e555c11d" 827dependencies = [ 828 "darling", 829 "indoc", 830 "proc-macro2", 831 "quote", 832 "syn", 833] 834 835[[package]] 836name = "ipnet" 837version = "2.11.0" 838source = "registry+https://github.com/rust-lang/crates.io-index" 839checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130" 840 841[[package]] 842name = "iri-string" 843version = "0.7.10" 844source = "registry+https://github.com/rust-lang/crates.io-index" 845checksum = "c91338f0783edbd6195decb37bae672fd3b165faffb89bf7b9e6942f8b1a731a" 846dependencies = [ 847 "memchr", 848 "serde", 849] 850 851[[package]] 852name = "is_terminal_polyfill" 853version = "1.70.2" 854source = "registry+https://github.com/rust-lang/crates.io-index" 855checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 856 857[[package]] 858name = "itertools" 859version = "0.13.0" 860source = "registry+https://github.com/rust-lang/crates.io-index" 861checksum = "413ee7dfc52ee1a4949ceeb7dbc8a33f2d6c088194d9f922fb8318faf1f01186" 862dependencies = [ 863 "either", 864] 865 866[[package]] 867name = "itoa" 868version = "1.0.17" 869source = "registry+https://github.com/rust-lang/crates.io-index" 870checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 871 872[[package]] 873name = "js-sys" 874version = "0.3.85" 875source = "registry+https://github.com/rust-lang/crates.io-index" 876checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 877dependencies = [ 878 "once_cell", 879 "wasm-bindgen", 880] 881 882[[package]] 883name = "lazy_static" 884version = "1.5.0" 885source = "registry+https://github.com/rust-lang/crates.io-index" 886checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe" 887 888[[package]] 889name = "libc" 890version = "0.2.180" 891source = "registry+https://github.com/rust-lang/crates.io-index" 892checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" 893 894[[package]] 895name = "libredox" 896version = "0.1.12" 897source = "registry+https://github.com/rust-lang/crates.io-index" 898checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 899dependencies = [ 900 "bitflags", 901 "libc", 902] 903 904[[package]] 905name = "linux-raw-sys" 906version = "0.4.15" 907source = "registry+https://github.com/rust-lang/crates.io-index" 908checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab" 909 910[[package]] 911name = "linux-raw-sys" 912version = "0.11.0" 913source = "registry+https://github.com/rust-lang/crates.io-index" 914checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 915 916[[package]] 917name = "litemap" 918version = "0.8.1" 919source = "registry+https://github.com/rust-lang/crates.io-index" 920checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 921 922[[package]] 923name = "lock_api" 924version = "0.4.14" 925source = "registry+https://github.com/rust-lang/crates.io-index" 926checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965" 927dependencies = [ 928 "scopeguard", 929] 930 931[[package]] 932name = "log" 933version = "0.4.29" 934source = "registry+https://github.com/rust-lang/crates.io-index" 935checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 936 937[[package]] 938name = "lru" 939version = "0.12.5" 940source = "registry+https://github.com/rust-lang/crates.io-index" 941checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38" 942dependencies = [ 943 "hashbrown 0.15.5", 944] 945 946[[package]] 947name = "matchers" 948version = "0.2.0" 949source = "registry+https://github.com/rust-lang/crates.io-index" 950checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9" 951dependencies = [ 952 "regex-automata", 953] 954 955[[package]] 956name = "memchr" 957version = "2.7.6" 958source = "registry+https://github.com/rust-lang/crates.io-index" 959checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 960 961[[package]] 962name = "mime" 963version = "0.3.17" 964source = "registry+https://github.com/rust-lang/crates.io-index" 965checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a" 966 967[[package]] 968name = "mio" 969version = "1.1.1" 970source = "registry+https://github.com/rust-lang/crates.io-index" 971checksum = "a69bcab0ad47271a0234d9422b131806bf3968021e5dc9328caf2d4cd58557fc" 972dependencies = [ 973 "libc", 974 "log", 975 "wasi", 976 "windows-sys 0.61.2", 977] 978 979[[package]] 980name = "native-tls" 981version = "0.2.14" 982source = "registry+https://github.com/rust-lang/crates.io-index" 983checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e" 984dependencies = [ 985 "libc", 986 "log", 987 "openssl", 988 "openssl-probe", 989 "openssl-sys", 990 "schannel", 991 "security-framework", 992 "security-framework-sys", 993 "tempfile", 994] 995 996[[package]] 997name = "nu-ansi-term" 998version = "0.50.3" 999source = "registry+https://github.com/rust-lang/crates.io-index" 1000checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5" 1001dependencies = [ 1002 "windows-sys 0.61.2", 1003] 1004 1005[[package]] 1006name = "num-conv" 1007version = "0.1.0" 1008source = "registry+https://github.com/rust-lang/crates.io-index" 1009checksum = "51d515d32fb182ee37cda2ccdcb92950d6a3c2893aa280e540671c2cd0f3b1d9" 1010 1011[[package]] 1012name = "num-traits" 1013version = "0.2.19" 1014source = "registry+https://github.com/rust-lang/crates.io-index" 1015checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 1016dependencies = [ 1017 "autocfg", 1018] 1019 1020[[package]] 1021name = "once_cell" 1022version = "1.21.3" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 1025 1026[[package]] 1027name = "once_cell_polyfill" 1028version = "1.70.2" 1029source = "registry+https://github.com/rust-lang/crates.io-index" 1030checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 1031 1032[[package]] 1033name = "openssl" 1034version = "0.10.75" 1035source = "registry+https://github.com/rust-lang/crates.io-index" 1036checksum = "08838db121398ad17ab8531ce9de97b244589089e290a384c900cb9ff7434328" 1037dependencies = [ 1038 "bitflags", 1039 "cfg-if", 1040 "foreign-types", 1041 "libc", 1042 "once_cell", 1043 "openssl-macros", 1044 "openssl-sys", 1045] 1046 1047[[package]] 1048name = "openssl-macros" 1049version = "0.1.1" 1050source = "registry+https://github.com/rust-lang/crates.io-index" 1051checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c" 1052dependencies = [ 1053 "proc-macro2", 1054 "quote", 1055 "syn", 1056] 1057 1058[[package]] 1059name = "openssl-probe" 1060version = "0.1.6" 1061source = "registry+https://github.com/rust-lang/crates.io-index" 1062checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e" 1063 1064[[package]] 1065name = "openssl-sys" 1066version = "0.9.111" 1067source = "registry+https://github.com/rust-lang/crates.io-index" 1068checksum = "82cab2d520aa75e3c58898289429321eb788c3106963d0dc886ec7a5f4adc321" 1069dependencies = [ 1070 "cc", 1071 "libc", 1072 "pkg-config", 1073 "vcpkg", 1074] 1075 1076[[package]] 1077name = "option-ext" 1078version = "0.2.0" 1079source = "registry+https://github.com/rust-lang/crates.io-index" 1080checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 1081 1082[[package]] 1083name = "parking_lot" 1084version = "0.12.5" 1085source = "registry+https://github.com/rust-lang/crates.io-index" 1086checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a" 1087dependencies = [ 1088 "lock_api", 1089 "parking_lot_core", 1090] 1091 1092[[package]] 1093name = "parking_lot_core" 1094version = "0.9.12" 1095source = "registry+https://github.com/rust-lang/crates.io-index" 1096checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1" 1097dependencies = [ 1098 "cfg-if", 1099 "libc", 1100 "redox_syscall", 1101 "smallvec", 1102 "windows-link", 1103] 1104 1105[[package]] 1106name = "paste" 1107version = "1.0.15" 1108source = "registry+https://github.com/rust-lang/crates.io-index" 1109checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a" 1110 1111[[package]] 1112name = "percent-encoding" 1113version = "2.3.2" 1114source = "registry+https://github.com/rust-lang/crates.io-index" 1115checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 1116 1117[[package]] 1118name = "pin-project-lite" 1119version = "0.2.16" 1120source = "registry+https://github.com/rust-lang/crates.io-index" 1121checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b" 1122 1123[[package]] 1124name = "pin-utils" 1125version = "0.1.0" 1126source = "registry+https://github.com/rust-lang/crates.io-index" 1127checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184" 1128 1129[[package]] 1130name = "pkg-config" 1131version = "0.3.32" 1132source = "registry+https://github.com/rust-lang/crates.io-index" 1133checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c" 1134 1135[[package]] 1136name = "potential_utf" 1137version = "0.1.4" 1138source = "registry+https://github.com/rust-lang/crates.io-index" 1139checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 1140dependencies = [ 1141 "zerovec", 1142] 1143 1144[[package]] 1145name = "powerfmt" 1146version = "0.2.0" 1147source = "registry+https://github.com/rust-lang/crates.io-index" 1148checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391" 1149 1150[[package]] 1151name = "proc-macro2" 1152version = "1.0.105" 1153source = "registry+https://github.com/rust-lang/crates.io-index" 1154checksum = "535d180e0ecab6268a3e718bb9fd44db66bbbc256257165fc699dadf70d16fe7" 1155dependencies = [ 1156 "unicode-ident", 1157] 1158 1159[[package]] 1160name = "quote" 1161version = "1.0.43" 1162source = "registry+https://github.com/rust-lang/crates.io-index" 1163checksum = "dc74d9a594b72ae6656596548f56f667211f8a97b3d4c3d467150794690dc40a" 1164dependencies = [ 1165 "proc-macro2", 1166] 1167 1168[[package]] 1169name = "r-efi" 1170version = "5.3.0" 1171source = "registry+https://github.com/rust-lang/crates.io-index" 1172checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 1173 1174[[package]] 1175name = "ratatui" 1176version = "0.29.0" 1177source = "registry+https://github.com/rust-lang/crates.io-index" 1178checksum = "eabd94c2f37801c20583fc49dd5cd6b0ba68c716787c2dd6ed18571e1e63117b" 1179dependencies = [ 1180 "bitflags", 1181 "cassowary", 1182 "compact_str", 1183 "crossterm", 1184 "indoc", 1185 "instability", 1186 "itertools", 1187 "lru", 1188 "paste", 1189 "strum", 1190 "unicode-segmentation", 1191 "unicode-truncate", 1192 "unicode-width 0.2.0", 1193] 1194 1195[[package]] 1196name = "redox_syscall" 1197version = "0.5.18" 1198source = "registry+https://github.com/rust-lang/crates.io-index" 1199checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d" 1200dependencies = [ 1201 "bitflags", 1202] 1203 1204[[package]] 1205name = "redox_users" 1206version = "0.4.6" 1207source = "registry+https://github.com/rust-lang/crates.io-index" 1208checksum = "ba009ff324d1fc1b900bd1fdb31564febe58a8ccc8a6fdbb93b543d33b13ca43" 1209dependencies = [ 1210 "getrandom 0.2.17", 1211 "libredox", 1212 "thiserror 1.0.69", 1213] 1214 1215[[package]] 1216name = "regex" 1217version = "1.12.2" 1218source = "registry+https://github.com/rust-lang/crates.io-index" 1219checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 1220dependencies = [ 1221 "aho-corasick", 1222 "memchr", 1223 "regex-automata", 1224 "regex-syntax", 1225] 1226 1227[[package]] 1228name = "regex-automata" 1229version = "0.4.13" 1230source = "registry+https://github.com/rust-lang/crates.io-index" 1231checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 1232dependencies = [ 1233 "aho-corasick", 1234 "memchr", 1235 "regex-syntax", 1236] 1237 1238[[package]] 1239name = "regex-syntax" 1240version = "0.8.8" 1241source = "registry+https://github.com/rust-lang/crates.io-index" 1242checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 1243 1244[[package]] 1245name = "reqwest" 1246version = "0.12.28" 1247source = "registry+https://github.com/rust-lang/crates.io-index" 1248checksum = "eddd3ca559203180a307f12d114c268abf583f59b03cb906fd0b3ff8646c1147" 1249dependencies = [ 1250 "base64", 1251 "bytes", 1252 "encoding_rs", 1253 "futures-core", 1254 "h2", 1255 "http", 1256 "http-body", 1257 "http-body-util", 1258 "hyper", 1259 "hyper-rustls", 1260 "hyper-tls", 1261 "hyper-util", 1262 "js-sys", 1263 "log", 1264 "mime", 1265 "native-tls", 1266 "percent-encoding", 1267 "pin-project-lite", 1268 "rustls-pki-types", 1269 "serde", 1270 "serde_json", 1271 "serde_urlencoded", 1272 "sync_wrapper", 1273 "tokio", 1274 "tokio-native-tls", 1275 "tower", 1276 "tower-http", 1277 "tower-service", 1278 "url", 1279 "wasm-bindgen", 1280 "wasm-bindgen-futures", 1281 "web-sys", 1282] 1283 1284[[package]] 1285name = "ring" 1286version = "0.17.14" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7" 1289dependencies = [ 1290 "cc", 1291 "cfg-if", 1292 "getrandom 0.2.17", 1293 "libc", 1294 "untrusted", 1295 "windows-sys 0.52.0", 1296] 1297 1298[[package]] 1299name = "rustagent" 1300version = "0.1.0" 1301dependencies = [ 1302 "anyhow", 1303 "async-trait", 1304 "chrono", 1305 "clap", 1306 "crossterm", 1307 "dirs", 1308 "ratatui", 1309 "regex", 1310 "reqwest", 1311 "serde", 1312 "serde_json", 1313 "shellexpand", 1314 "tempfile", 1315 "tokio", 1316 "toml", 1317 "tracing", 1318 "tracing-appender", 1319 "tracing-subscriber", 1320 "tui-textarea", 1321 "uuid", 1322] 1323 1324[[package]] 1325name = "rustix" 1326version = "0.38.44" 1327source = "registry+https://github.com/rust-lang/crates.io-index" 1328checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154" 1329dependencies = [ 1330 "bitflags", 1331 "errno", 1332 "libc", 1333 "linux-raw-sys 0.4.15", 1334 "windows-sys 0.52.0", 1335] 1336 1337[[package]] 1338name = "rustix" 1339version = "1.1.3" 1340source = "registry+https://github.com/rust-lang/crates.io-index" 1341checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 1342dependencies = [ 1343 "bitflags", 1344 "errno", 1345 "libc", 1346 "linux-raw-sys 0.11.0", 1347 "windows-sys 0.61.2", 1348] 1349 1350[[package]] 1351name = "rustls" 1352version = "0.23.36" 1353source = "registry+https://github.com/rust-lang/crates.io-index" 1354checksum = "c665f33d38cea657d9614f766881e4d510e0eda4239891eea56b4cadcf01801b" 1355dependencies = [ 1356 "once_cell", 1357 "rustls-pki-types", 1358 "rustls-webpki", 1359 "subtle", 1360 "zeroize", 1361] 1362 1363[[package]] 1364name = "rustls-pki-types" 1365version = "1.14.0" 1366source = "registry+https://github.com/rust-lang/crates.io-index" 1367checksum = "be040f8b0a225e40375822a563fa9524378b9d63112f53e19ffff34df5d33fdd" 1368dependencies = [ 1369 "zeroize", 1370] 1371 1372[[package]] 1373name = "rustls-webpki" 1374version = "0.103.9" 1375source = "registry+https://github.com/rust-lang/crates.io-index" 1376checksum = "d7df23109aa6c1567d1c575b9952556388da57401e4ace1d15f79eedad0d8f53" 1377dependencies = [ 1378 "ring", 1379 "rustls-pki-types", 1380 "untrusted", 1381] 1382 1383[[package]] 1384name = "rustversion" 1385version = "1.0.22" 1386source = "registry+https://github.com/rust-lang/crates.io-index" 1387checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 1388 1389[[package]] 1390name = "ryu" 1391version = "1.0.22" 1392source = "registry+https://github.com/rust-lang/crates.io-index" 1393checksum = "a50f4cf475b65d88e057964e0e9bb1f0aa9bbb2036dc65c64596b42932536984" 1394 1395[[package]] 1396name = "schannel" 1397version = "0.1.28" 1398source = "registry+https://github.com/rust-lang/crates.io-index" 1399checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1" 1400dependencies = [ 1401 "windows-sys 0.61.2", 1402] 1403 1404[[package]] 1405name = "scopeguard" 1406version = "1.2.0" 1407source = "registry+https://github.com/rust-lang/crates.io-index" 1408checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49" 1409 1410[[package]] 1411name = "security-framework" 1412version = "2.11.1" 1413source = "registry+https://github.com/rust-lang/crates.io-index" 1414checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02" 1415dependencies = [ 1416 "bitflags", 1417 "core-foundation", 1418 "core-foundation-sys", 1419 "libc", 1420 "security-framework-sys", 1421] 1422 1423[[package]] 1424name = "security-framework-sys" 1425version = "2.15.0" 1426source = "registry+https://github.com/rust-lang/crates.io-index" 1427checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0" 1428dependencies = [ 1429 "core-foundation-sys", 1430 "libc", 1431] 1432 1433[[package]] 1434name = "serde" 1435version = "1.0.228" 1436source = "registry+https://github.com/rust-lang/crates.io-index" 1437checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 1438dependencies = [ 1439 "serde_core", 1440 "serde_derive", 1441] 1442 1443[[package]] 1444name = "serde_core" 1445version = "1.0.228" 1446source = "registry+https://github.com/rust-lang/crates.io-index" 1447checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 1448dependencies = [ 1449 "serde_derive", 1450] 1451 1452[[package]] 1453name = "serde_derive" 1454version = "1.0.228" 1455source = "registry+https://github.com/rust-lang/crates.io-index" 1456checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 1457dependencies = [ 1458 "proc-macro2", 1459 "quote", 1460 "syn", 1461] 1462 1463[[package]] 1464name = "serde_json" 1465version = "1.0.149" 1466source = "registry+https://github.com/rust-lang/crates.io-index" 1467checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 1468dependencies = [ 1469 "itoa", 1470 "memchr", 1471 "serde", 1472 "serde_core", 1473 "zmij", 1474] 1475 1476[[package]] 1477name = "serde_spanned" 1478version = "0.6.9" 1479source = "registry+https://github.com/rust-lang/crates.io-index" 1480checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3" 1481dependencies = [ 1482 "serde", 1483] 1484 1485[[package]] 1486name = "serde_urlencoded" 1487version = "0.7.1" 1488source = "registry+https://github.com/rust-lang/crates.io-index" 1489checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd" 1490dependencies = [ 1491 "form_urlencoded", 1492 "itoa", 1493 "ryu", 1494 "serde", 1495] 1496 1497[[package]] 1498name = "sharded-slab" 1499version = "0.1.7" 1500source = "registry+https://github.com/rust-lang/crates.io-index" 1501checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6" 1502dependencies = [ 1503 "lazy_static", 1504] 1505 1506[[package]] 1507name = "shellexpand" 1508version = "3.1.1" 1509source = "registry+https://github.com/rust-lang/crates.io-index" 1510checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb" 1511dependencies = [ 1512 "dirs", 1513] 1514 1515[[package]] 1516name = "shlex" 1517version = "1.3.0" 1518source = "registry+https://github.com/rust-lang/crates.io-index" 1519checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 1520 1521[[package]] 1522name = "signal-hook" 1523version = "0.3.18" 1524source = "registry+https://github.com/rust-lang/crates.io-index" 1525checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2" 1526dependencies = [ 1527 "libc", 1528 "signal-hook-registry", 1529] 1530 1531[[package]] 1532name = "signal-hook-mio" 1533version = "0.2.5" 1534source = "registry+https://github.com/rust-lang/crates.io-index" 1535checksum = "b75a19a7a740b25bc7944bdee6172368f988763b744e3d4dfe753f6b4ece40cc" 1536dependencies = [ 1537 "libc", 1538 "mio", 1539 "signal-hook", 1540] 1541 1542[[package]] 1543name = "signal-hook-registry" 1544version = "1.4.8" 1545source = "registry+https://github.com/rust-lang/crates.io-index" 1546checksum = "c4db69cba1110affc0e9f7bcd48bbf87b3f4fc7c61fc9155afd4c469eb3d6c1b" 1547dependencies = [ 1548 "errno", 1549 "libc", 1550] 1551 1552[[package]] 1553name = "slab" 1554version = "0.4.11" 1555source = "registry+https://github.com/rust-lang/crates.io-index" 1556checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589" 1557 1558[[package]] 1559name = "smallvec" 1560version = "1.15.1" 1561source = "registry+https://github.com/rust-lang/crates.io-index" 1562checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 1563 1564[[package]] 1565name = "socket2" 1566version = "0.6.1" 1567source = "registry+https://github.com/rust-lang/crates.io-index" 1568checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881" 1569dependencies = [ 1570 "libc", 1571 "windows-sys 0.60.2", 1572] 1573 1574[[package]] 1575name = "stable_deref_trait" 1576version = "1.2.1" 1577source = "registry+https://github.com/rust-lang/crates.io-index" 1578checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 1579 1580[[package]] 1581name = "static_assertions" 1582version = "1.1.0" 1583source = "registry+https://github.com/rust-lang/crates.io-index" 1584checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 1585 1586[[package]] 1587name = "strsim" 1588version = "0.11.1" 1589source = "registry+https://github.com/rust-lang/crates.io-index" 1590checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 1591 1592[[package]] 1593name = "strum" 1594version = "0.26.3" 1595source = "registry+https://github.com/rust-lang/crates.io-index" 1596checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06" 1597dependencies = [ 1598 "strum_macros", 1599] 1600 1601[[package]] 1602name = "strum_macros" 1603version = "0.26.4" 1604source = "registry+https://github.com/rust-lang/crates.io-index" 1605checksum = "4c6bee85a5a24955dc440386795aa378cd9cf82acd5f764469152d2270e581be" 1606dependencies = [ 1607 "heck", 1608 "proc-macro2", 1609 "quote", 1610 "rustversion", 1611 "syn", 1612] 1613 1614[[package]] 1615name = "subtle" 1616version = "2.6.1" 1617source = "registry+https://github.com/rust-lang/crates.io-index" 1618checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292" 1619 1620[[package]] 1621name = "syn" 1622version = "2.0.114" 1623source = "registry+https://github.com/rust-lang/crates.io-index" 1624checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" 1625dependencies = [ 1626 "proc-macro2", 1627 "quote", 1628 "unicode-ident", 1629] 1630 1631[[package]] 1632name = "sync_wrapper" 1633version = "1.0.2" 1634source = "registry+https://github.com/rust-lang/crates.io-index" 1635checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263" 1636dependencies = [ 1637 "futures-core", 1638] 1639 1640[[package]] 1641name = "synstructure" 1642version = "0.13.2" 1643source = "registry+https://github.com/rust-lang/crates.io-index" 1644checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 1645dependencies = [ 1646 "proc-macro2", 1647 "quote", 1648 "syn", 1649] 1650 1651[[package]] 1652name = "system-configuration" 1653version = "0.6.1" 1654source = "registry+https://github.com/rust-lang/crates.io-index" 1655checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b" 1656dependencies = [ 1657 "bitflags", 1658 "core-foundation", 1659 "system-configuration-sys", 1660] 1661 1662[[package]] 1663name = "system-configuration-sys" 1664version = "0.6.0" 1665source = "registry+https://github.com/rust-lang/crates.io-index" 1666checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4" 1667dependencies = [ 1668 "core-foundation-sys", 1669 "libc", 1670] 1671 1672[[package]] 1673name = "tempfile" 1674version = "3.24.0" 1675source = "registry+https://github.com/rust-lang/crates.io-index" 1676checksum = "655da9c7eb6305c55742045d5a8d2037996d61d8de95806335c7c86ce0f82e9c" 1677dependencies = [ 1678 "fastrand", 1679 "getrandom 0.3.4", 1680 "once_cell", 1681 "rustix 1.1.3", 1682 "windows-sys 0.61.2", 1683] 1684 1685[[package]] 1686name = "thiserror" 1687version = "1.0.69" 1688source = "registry+https://github.com/rust-lang/crates.io-index" 1689checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52" 1690dependencies = [ 1691 "thiserror-impl 1.0.69", 1692] 1693 1694[[package]] 1695name = "thiserror" 1696version = "2.0.18" 1697source = "registry+https://github.com/rust-lang/crates.io-index" 1698checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 1699dependencies = [ 1700 "thiserror-impl 2.0.18", 1701] 1702 1703[[package]] 1704name = "thiserror-impl" 1705version = "1.0.69" 1706source = "registry+https://github.com/rust-lang/crates.io-index" 1707checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1" 1708dependencies = [ 1709 "proc-macro2", 1710 "quote", 1711 "syn", 1712] 1713 1714[[package]] 1715name = "thiserror-impl" 1716version = "2.0.18" 1717source = "registry+https://github.com/rust-lang/crates.io-index" 1718checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1719dependencies = [ 1720 "proc-macro2", 1721 "quote", 1722 "syn", 1723] 1724 1725[[package]] 1726name = "thread_local" 1727version = "1.1.9" 1728source = "registry+https://github.com/rust-lang/crates.io-index" 1729checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185" 1730dependencies = [ 1731 "cfg-if", 1732] 1733 1734[[package]] 1735name = "time" 1736version = "0.3.45" 1737source = "registry+https://github.com/rust-lang/crates.io-index" 1738checksum = "f9e442fc33d7fdb45aa9bfeb312c095964abdf596f7567261062b2a7107aaabd" 1739dependencies = [ 1740 "deranged", 1741 "itoa", 1742 "num-conv", 1743 "powerfmt", 1744 "serde_core", 1745 "time-core", 1746 "time-macros", 1747] 1748 1749[[package]] 1750name = "time-core" 1751version = "0.1.7" 1752source = "registry+https://github.com/rust-lang/crates.io-index" 1753checksum = "8b36ee98fd31ec7426d599183e8fe26932a8dc1fb76ddb6214d05493377d34ca" 1754 1755[[package]] 1756name = "time-macros" 1757version = "0.2.25" 1758source = "registry+https://github.com/rust-lang/crates.io-index" 1759checksum = "71e552d1249bf61ac2a52db88179fd0673def1e1ad8243a00d9ec9ed71fee3dd" 1760dependencies = [ 1761 "num-conv", 1762 "time-core", 1763] 1764 1765[[package]] 1766name = "tinystr" 1767version = "0.8.2" 1768source = "registry+https://github.com/rust-lang/crates.io-index" 1769checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 1770dependencies = [ 1771 "displaydoc", 1772 "zerovec", 1773] 1774 1775[[package]] 1776name = "tokio" 1777version = "1.49.0" 1778source = "registry+https://github.com/rust-lang/crates.io-index" 1779checksum = "72a2903cd7736441aac9df9d7688bd0ce48edccaadf181c3b90be801e81d3d86" 1780dependencies = [ 1781 "bytes", 1782 "libc", 1783 "mio", 1784 "parking_lot", 1785 "pin-project-lite", 1786 "signal-hook-registry", 1787 "socket2", 1788 "tokio-macros", 1789 "windows-sys 0.61.2", 1790] 1791 1792[[package]] 1793name = "tokio-macros" 1794version = "2.6.0" 1795source = "registry+https://github.com/rust-lang/crates.io-index" 1796checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5" 1797dependencies = [ 1798 "proc-macro2", 1799 "quote", 1800 "syn", 1801] 1802 1803[[package]] 1804name = "tokio-native-tls" 1805version = "0.3.1" 1806source = "registry+https://github.com/rust-lang/crates.io-index" 1807checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2" 1808dependencies = [ 1809 "native-tls", 1810 "tokio", 1811] 1812 1813[[package]] 1814name = "tokio-rustls" 1815version = "0.26.4" 1816source = "registry+https://github.com/rust-lang/crates.io-index" 1817checksum = "1729aa945f29d91ba541258c8df89027d5792d85a8841fb65e8bf0f4ede4ef61" 1818dependencies = [ 1819 "rustls", 1820 "tokio", 1821] 1822 1823[[package]] 1824name = "tokio-util" 1825version = "0.7.18" 1826source = "registry+https://github.com/rust-lang/crates.io-index" 1827checksum = "9ae9cec805b01e8fc3fd2fe289f89149a9b66dd16786abd8b19cfa7b48cb0098" 1828dependencies = [ 1829 "bytes", 1830 "futures-core", 1831 "futures-sink", 1832 "pin-project-lite", 1833 "tokio", 1834] 1835 1836[[package]] 1837name = "toml" 1838version = "0.8.23" 1839source = "registry+https://github.com/rust-lang/crates.io-index" 1840checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362" 1841dependencies = [ 1842 "serde", 1843 "serde_spanned", 1844 "toml_datetime", 1845 "toml_edit", 1846] 1847 1848[[package]] 1849name = "toml_datetime" 1850version = "0.6.11" 1851source = "registry+https://github.com/rust-lang/crates.io-index" 1852checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c" 1853dependencies = [ 1854 "serde", 1855] 1856 1857[[package]] 1858name = "toml_edit" 1859version = "0.22.27" 1860source = "registry+https://github.com/rust-lang/crates.io-index" 1861checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a" 1862dependencies = [ 1863 "indexmap", 1864 "serde", 1865 "serde_spanned", 1866 "toml_datetime", 1867 "toml_write", 1868 "winnow", 1869] 1870 1871[[package]] 1872name = "toml_write" 1873version = "0.1.2" 1874source = "registry+https://github.com/rust-lang/crates.io-index" 1875checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801" 1876 1877[[package]] 1878name = "tower" 1879version = "0.5.3" 1880source = "registry+https://github.com/rust-lang/crates.io-index" 1881checksum = "ebe5ef63511595f1344e2d5cfa636d973292adc0eec1f0ad45fae9f0851ab1d4" 1882dependencies = [ 1883 "futures-core", 1884 "futures-util", 1885 "pin-project-lite", 1886 "sync_wrapper", 1887 "tokio", 1888 "tower-layer", 1889 "tower-service", 1890] 1891 1892[[package]] 1893name = "tower-http" 1894version = "0.6.8" 1895source = "registry+https://github.com/rust-lang/crates.io-index" 1896checksum = "d4e6559d53cc268e5031cd8429d05415bc4cb4aefc4aa5d6cc35fbf5b924a1f8" 1897dependencies = [ 1898 "bitflags", 1899 "bytes", 1900 "futures-util", 1901 "http", 1902 "http-body", 1903 "iri-string", 1904 "pin-project-lite", 1905 "tower", 1906 "tower-layer", 1907 "tower-service", 1908] 1909 1910[[package]] 1911name = "tower-layer" 1912version = "0.3.3" 1913source = "registry+https://github.com/rust-lang/crates.io-index" 1914checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e" 1915 1916[[package]] 1917name = "tower-service" 1918version = "0.3.3" 1919source = "registry+https://github.com/rust-lang/crates.io-index" 1920checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3" 1921 1922[[package]] 1923name = "tracing" 1924version = "0.1.44" 1925source = "registry+https://github.com/rust-lang/crates.io-index" 1926checksum = "63e71662fa4b2a2c3a26f570f037eb95bb1f85397f3cd8076caed2f026a6d100" 1927dependencies = [ 1928 "pin-project-lite", 1929 "tracing-attributes", 1930 "tracing-core", 1931] 1932 1933[[package]] 1934name = "tracing-appender" 1935version = "0.2.4" 1936source = "registry+https://github.com/rust-lang/crates.io-index" 1937checksum = "786d480bce6247ab75f005b14ae1624ad978d3029d9113f0a22fa1ac773faeaf" 1938dependencies = [ 1939 "crossbeam-channel", 1940 "thiserror 2.0.18", 1941 "time", 1942 "tracing-subscriber", 1943] 1944 1945[[package]] 1946name = "tracing-attributes" 1947version = "0.1.31" 1948source = "registry+https://github.com/rust-lang/crates.io-index" 1949checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da" 1950dependencies = [ 1951 "proc-macro2", 1952 "quote", 1953 "syn", 1954] 1955 1956[[package]] 1957name = "tracing-core" 1958version = "0.1.36" 1959source = "registry+https://github.com/rust-lang/crates.io-index" 1960checksum = "db97caf9d906fbde555dd62fa95ddba9eecfd14cb388e4f491a66d74cd5fb79a" 1961dependencies = [ 1962 "once_cell", 1963 "valuable", 1964] 1965 1966[[package]] 1967name = "tracing-log" 1968version = "0.2.0" 1969source = "registry+https://github.com/rust-lang/crates.io-index" 1970checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3" 1971dependencies = [ 1972 "log", 1973 "once_cell", 1974 "tracing-core", 1975] 1976 1977[[package]] 1978name = "tracing-subscriber" 1979version = "0.3.22" 1980source = "registry+https://github.com/rust-lang/crates.io-index" 1981checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e" 1982dependencies = [ 1983 "matchers", 1984 "nu-ansi-term", 1985 "once_cell", 1986 "regex-automata", 1987 "sharded-slab", 1988 "smallvec", 1989 "thread_local", 1990 "tracing", 1991 "tracing-core", 1992 "tracing-log", 1993] 1994 1995[[package]] 1996name = "try-lock" 1997version = "0.2.5" 1998source = "registry+https://github.com/rust-lang/crates.io-index" 1999checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b" 2000 2001[[package]] 2002name = "tui-textarea" 2003version = "0.7.0" 2004source = "registry+https://github.com/rust-lang/crates.io-index" 2005checksum = "0a5318dd619ed73c52a9417ad19046724effc1287fb75cdcc4eca1d6ac1acbae" 2006dependencies = [ 2007 "crossterm", 2008 "ratatui", 2009 "unicode-width 0.2.0", 2010] 2011 2012[[package]] 2013name = "unicode-ident" 2014version = "1.0.22" 2015source = "registry+https://github.com/rust-lang/crates.io-index" 2016checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 2017 2018[[package]] 2019name = "unicode-segmentation" 2020version = "1.12.0" 2021source = "registry+https://github.com/rust-lang/crates.io-index" 2022checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493" 2023 2024[[package]] 2025name = "unicode-truncate" 2026version = "1.1.0" 2027source = "registry+https://github.com/rust-lang/crates.io-index" 2028checksum = "b3644627a5af5fa321c95b9b235a72fd24cd29c648c2c379431e6628655627bf" 2029dependencies = [ 2030 "itertools", 2031 "unicode-segmentation", 2032 "unicode-width 0.1.14", 2033] 2034 2035[[package]] 2036name = "unicode-width" 2037version = "0.1.14" 2038source = "registry+https://github.com/rust-lang/crates.io-index" 2039checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 2040 2041[[package]] 2042name = "unicode-width" 2043version = "0.2.0" 2044source = "registry+https://github.com/rust-lang/crates.io-index" 2045checksum = "1fc81956842c57dac11422a97c3b8195a1ff727f06e85c84ed2e8aa277c9a0fd" 2046 2047[[package]] 2048name = "untrusted" 2049version = "0.9.0" 2050source = "registry+https://github.com/rust-lang/crates.io-index" 2051checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1" 2052 2053[[package]] 2054name = "url" 2055version = "2.5.8" 2056source = "registry+https://github.com/rust-lang/crates.io-index" 2057checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 2058dependencies = [ 2059 "form_urlencoded", 2060 "idna", 2061 "percent-encoding", 2062 "serde", 2063] 2064 2065[[package]] 2066name = "utf8_iter" 2067version = "1.0.4" 2068source = "registry+https://github.com/rust-lang/crates.io-index" 2069checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 2070 2071[[package]] 2072name = "utf8parse" 2073version = "0.2.2" 2074source = "registry+https://github.com/rust-lang/crates.io-index" 2075checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 2076 2077[[package]] 2078name = "uuid" 2079version = "1.19.0" 2080source = "registry+https://github.com/rust-lang/crates.io-index" 2081checksum = "e2e054861b4bd027cd373e18e8d8d8e6548085000e41290d95ce0c373a654b4a" 2082dependencies = [ 2083 "getrandom 0.3.4", 2084 "js-sys", 2085 "wasm-bindgen", 2086] 2087 2088[[package]] 2089name = "valuable" 2090version = "0.1.1" 2091source = "registry+https://github.com/rust-lang/crates.io-index" 2092checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65" 2093 2094[[package]] 2095name = "vcpkg" 2096version = "0.2.15" 2097source = "registry+https://github.com/rust-lang/crates.io-index" 2098checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426" 2099 2100[[package]] 2101name = "want" 2102version = "0.3.1" 2103source = "registry+https://github.com/rust-lang/crates.io-index" 2104checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e" 2105dependencies = [ 2106 "try-lock", 2107] 2108 2109[[package]] 2110name = "wasi" 2111version = "0.11.1+wasi-snapshot-preview1" 2112source = "registry+https://github.com/rust-lang/crates.io-index" 2113checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 2114 2115[[package]] 2116name = "wasip2" 2117version = "1.0.2+wasi-0.2.9" 2118source = "registry+https://github.com/rust-lang/crates.io-index" 2119checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 2120dependencies = [ 2121 "wit-bindgen", 2122] 2123 2124[[package]] 2125name = "wasm-bindgen" 2126version = "0.2.108" 2127source = "registry+https://github.com/rust-lang/crates.io-index" 2128checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 2129dependencies = [ 2130 "cfg-if", 2131 "once_cell", 2132 "rustversion", 2133 "wasm-bindgen-macro", 2134 "wasm-bindgen-shared", 2135] 2136 2137[[package]] 2138name = "wasm-bindgen-futures" 2139version = "0.4.58" 2140source = "registry+https://github.com/rust-lang/crates.io-index" 2141checksum = "70a6e77fd0ae8029c9ea0063f87c46fde723e7d887703d74ad2616d792e51e6f" 2142dependencies = [ 2143 "cfg-if", 2144 "futures-util", 2145 "js-sys", 2146 "once_cell", 2147 "wasm-bindgen", 2148 "web-sys", 2149] 2150 2151[[package]] 2152name = "wasm-bindgen-macro" 2153version = "0.2.108" 2154source = "registry+https://github.com/rust-lang/crates.io-index" 2155checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 2156dependencies = [ 2157 "quote", 2158 "wasm-bindgen-macro-support", 2159] 2160 2161[[package]] 2162name = "wasm-bindgen-macro-support" 2163version = "0.2.108" 2164source = "registry+https://github.com/rust-lang/crates.io-index" 2165checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 2166dependencies = [ 2167 "bumpalo", 2168 "proc-macro2", 2169 "quote", 2170 "syn", 2171 "wasm-bindgen-shared", 2172] 2173 2174[[package]] 2175name = "wasm-bindgen-shared" 2176version = "0.2.108" 2177source = "registry+https://github.com/rust-lang/crates.io-index" 2178checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 2179dependencies = [ 2180 "unicode-ident", 2181] 2182 2183[[package]] 2184name = "web-sys" 2185version = "0.3.85" 2186source = "registry+https://github.com/rust-lang/crates.io-index" 2187checksum = "312e32e551d92129218ea9a2452120f4aabc03529ef03e4d0d82fb2780608598" 2188dependencies = [ 2189 "js-sys", 2190 "wasm-bindgen", 2191] 2192 2193[[package]] 2194name = "winapi" 2195version = "0.3.9" 2196source = "registry+https://github.com/rust-lang/crates.io-index" 2197checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419" 2198dependencies = [ 2199 "winapi-i686-pc-windows-gnu", 2200 "winapi-x86_64-pc-windows-gnu", 2201] 2202 2203[[package]] 2204name = "winapi-i686-pc-windows-gnu" 2205version = "0.4.0" 2206source = "registry+https://github.com/rust-lang/crates.io-index" 2207checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6" 2208 2209[[package]] 2210name = "winapi-x86_64-pc-windows-gnu" 2211version = "0.4.0" 2212source = "registry+https://github.com/rust-lang/crates.io-index" 2213checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f" 2214 2215[[package]] 2216name = "windows-core" 2217version = "0.62.2" 2218source = "registry+https://github.com/rust-lang/crates.io-index" 2219checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 2220dependencies = [ 2221 "windows-implement", 2222 "windows-interface", 2223 "windows-link", 2224 "windows-result", 2225 "windows-strings", 2226] 2227 2228[[package]] 2229name = "windows-implement" 2230version = "0.60.2" 2231source = "registry+https://github.com/rust-lang/crates.io-index" 2232checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 2233dependencies = [ 2234 "proc-macro2", 2235 "quote", 2236 "syn", 2237] 2238 2239[[package]] 2240name = "windows-interface" 2241version = "0.59.3" 2242source = "registry+https://github.com/rust-lang/crates.io-index" 2243checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 2244dependencies = [ 2245 "proc-macro2", 2246 "quote", 2247 "syn", 2248] 2249 2250[[package]] 2251name = "windows-link" 2252version = "0.2.1" 2253source = "registry+https://github.com/rust-lang/crates.io-index" 2254checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 2255 2256[[package]] 2257name = "windows-registry" 2258version = "0.6.1" 2259source = "registry+https://github.com/rust-lang/crates.io-index" 2260checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720" 2261dependencies = [ 2262 "windows-link", 2263 "windows-result", 2264 "windows-strings", 2265] 2266 2267[[package]] 2268name = "windows-result" 2269version = "0.4.1" 2270source = "registry+https://github.com/rust-lang/crates.io-index" 2271checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 2272dependencies = [ 2273 "windows-link", 2274] 2275 2276[[package]] 2277name = "windows-strings" 2278version = "0.5.1" 2279source = "registry+https://github.com/rust-lang/crates.io-index" 2280checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 2281dependencies = [ 2282 "windows-link", 2283] 2284 2285[[package]] 2286name = "windows-sys" 2287version = "0.48.0" 2288source = "registry+https://github.com/rust-lang/crates.io-index" 2289checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9" 2290dependencies = [ 2291 "windows-targets 0.48.5", 2292] 2293 2294[[package]] 2295name = "windows-sys" 2296version = "0.52.0" 2297source = "registry+https://github.com/rust-lang/crates.io-index" 2298checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d" 2299dependencies = [ 2300 "windows-targets 0.52.6", 2301] 2302 2303[[package]] 2304name = "windows-sys" 2305version = "0.60.2" 2306source = "registry+https://github.com/rust-lang/crates.io-index" 2307checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 2308dependencies = [ 2309 "windows-targets 0.53.5", 2310] 2311 2312[[package]] 2313name = "windows-sys" 2314version = "0.61.2" 2315source = "registry+https://github.com/rust-lang/crates.io-index" 2316checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 2317dependencies = [ 2318 "windows-link", 2319] 2320 2321[[package]] 2322name = "windows-targets" 2323version = "0.48.5" 2324source = "registry+https://github.com/rust-lang/crates.io-index" 2325checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c" 2326dependencies = [ 2327 "windows_aarch64_gnullvm 0.48.5", 2328 "windows_aarch64_msvc 0.48.5", 2329 "windows_i686_gnu 0.48.5", 2330 "windows_i686_msvc 0.48.5", 2331 "windows_x86_64_gnu 0.48.5", 2332 "windows_x86_64_gnullvm 0.48.5", 2333 "windows_x86_64_msvc 0.48.5", 2334] 2335 2336[[package]] 2337name = "windows-targets" 2338version = "0.52.6" 2339source = "registry+https://github.com/rust-lang/crates.io-index" 2340checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973" 2341dependencies = [ 2342 "windows_aarch64_gnullvm 0.52.6", 2343 "windows_aarch64_msvc 0.52.6", 2344 "windows_i686_gnu 0.52.6", 2345 "windows_i686_gnullvm 0.52.6", 2346 "windows_i686_msvc 0.52.6", 2347 "windows_x86_64_gnu 0.52.6", 2348 "windows_x86_64_gnullvm 0.52.6", 2349 "windows_x86_64_msvc 0.52.6", 2350] 2351 2352[[package]] 2353name = "windows-targets" 2354version = "0.53.5" 2355source = "registry+https://github.com/rust-lang/crates.io-index" 2356checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 2357dependencies = [ 2358 "windows-link", 2359 "windows_aarch64_gnullvm 0.53.1", 2360 "windows_aarch64_msvc 0.53.1", 2361 "windows_i686_gnu 0.53.1", 2362 "windows_i686_gnullvm 0.53.1", 2363 "windows_i686_msvc 0.53.1", 2364 "windows_x86_64_gnu 0.53.1", 2365 "windows_x86_64_gnullvm 0.53.1", 2366 "windows_x86_64_msvc 0.53.1", 2367] 2368 2369[[package]] 2370name = "windows_aarch64_gnullvm" 2371version = "0.48.5" 2372source = "registry+https://github.com/rust-lang/crates.io-index" 2373checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8" 2374 2375[[package]] 2376name = "windows_aarch64_gnullvm" 2377version = "0.52.6" 2378source = "registry+https://github.com/rust-lang/crates.io-index" 2379checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3" 2380 2381[[package]] 2382name = "windows_aarch64_gnullvm" 2383version = "0.53.1" 2384source = "registry+https://github.com/rust-lang/crates.io-index" 2385checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 2386 2387[[package]] 2388name = "windows_aarch64_msvc" 2389version = "0.48.5" 2390source = "registry+https://github.com/rust-lang/crates.io-index" 2391checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc" 2392 2393[[package]] 2394name = "windows_aarch64_msvc" 2395version = "0.52.6" 2396source = "registry+https://github.com/rust-lang/crates.io-index" 2397checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469" 2398 2399[[package]] 2400name = "windows_aarch64_msvc" 2401version = "0.53.1" 2402source = "registry+https://github.com/rust-lang/crates.io-index" 2403checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 2404 2405[[package]] 2406name = "windows_i686_gnu" 2407version = "0.48.5" 2408source = "registry+https://github.com/rust-lang/crates.io-index" 2409checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e" 2410 2411[[package]] 2412name = "windows_i686_gnu" 2413version = "0.52.6" 2414source = "registry+https://github.com/rust-lang/crates.io-index" 2415checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b" 2416 2417[[package]] 2418name = "windows_i686_gnu" 2419version = "0.53.1" 2420source = "registry+https://github.com/rust-lang/crates.io-index" 2421checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 2422 2423[[package]] 2424name = "windows_i686_gnullvm" 2425version = "0.52.6" 2426source = "registry+https://github.com/rust-lang/crates.io-index" 2427checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66" 2428 2429[[package]] 2430name = "windows_i686_gnullvm" 2431version = "0.53.1" 2432source = "registry+https://github.com/rust-lang/crates.io-index" 2433checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 2434 2435[[package]] 2436name = "windows_i686_msvc" 2437version = "0.48.5" 2438source = "registry+https://github.com/rust-lang/crates.io-index" 2439checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406" 2440 2441[[package]] 2442name = "windows_i686_msvc" 2443version = "0.52.6" 2444source = "registry+https://github.com/rust-lang/crates.io-index" 2445checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66" 2446 2447[[package]] 2448name = "windows_i686_msvc" 2449version = "0.53.1" 2450source = "registry+https://github.com/rust-lang/crates.io-index" 2451checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 2452 2453[[package]] 2454name = "windows_x86_64_gnu" 2455version = "0.48.5" 2456source = "registry+https://github.com/rust-lang/crates.io-index" 2457checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e" 2458 2459[[package]] 2460name = "windows_x86_64_gnu" 2461version = "0.52.6" 2462source = "registry+https://github.com/rust-lang/crates.io-index" 2463checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78" 2464 2465[[package]] 2466name = "windows_x86_64_gnu" 2467version = "0.53.1" 2468source = "registry+https://github.com/rust-lang/crates.io-index" 2469checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 2470 2471[[package]] 2472name = "windows_x86_64_gnullvm" 2473version = "0.48.5" 2474source = "registry+https://github.com/rust-lang/crates.io-index" 2475checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc" 2476 2477[[package]] 2478name = "windows_x86_64_gnullvm" 2479version = "0.52.6" 2480source = "registry+https://github.com/rust-lang/crates.io-index" 2481checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d" 2482 2483[[package]] 2484name = "windows_x86_64_gnullvm" 2485version = "0.53.1" 2486source = "registry+https://github.com/rust-lang/crates.io-index" 2487checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 2488 2489[[package]] 2490name = "windows_x86_64_msvc" 2491version = "0.48.5" 2492source = "registry+https://github.com/rust-lang/crates.io-index" 2493checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538" 2494 2495[[package]] 2496name = "windows_x86_64_msvc" 2497version = "0.52.6" 2498source = "registry+https://github.com/rust-lang/crates.io-index" 2499checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec" 2500 2501[[package]] 2502name = "windows_x86_64_msvc" 2503version = "0.53.1" 2504source = "registry+https://github.com/rust-lang/crates.io-index" 2505checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 2506 2507[[package]] 2508name = "winnow" 2509version = "0.7.14" 2510source = "registry+https://github.com/rust-lang/crates.io-index" 2511checksum = "5a5364e9d77fcdeeaa6062ced926ee3381faa2ee02d3eb83a5c27a8825540829" 2512dependencies = [ 2513 "memchr", 2514] 2515 2516[[package]] 2517name = "wit-bindgen" 2518version = "0.51.0" 2519source = "registry+https://github.com/rust-lang/crates.io-index" 2520checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 2521 2522[[package]] 2523name = "writeable" 2524version = "0.6.2" 2525source = "registry+https://github.com/rust-lang/crates.io-index" 2526checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 2527 2528[[package]] 2529name = "yoke" 2530version = "0.8.1" 2531source = "registry+https://github.com/rust-lang/crates.io-index" 2532checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 2533dependencies = [ 2534 "stable_deref_trait", 2535 "yoke-derive", 2536 "zerofrom", 2537] 2538 2539[[package]] 2540name = "yoke-derive" 2541version = "0.8.1" 2542source = "registry+https://github.com/rust-lang/crates.io-index" 2543checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 2544dependencies = [ 2545 "proc-macro2", 2546 "quote", 2547 "syn", 2548 "synstructure", 2549] 2550 2551[[package]] 2552name = "zerofrom" 2553version = "0.1.6" 2554source = "registry+https://github.com/rust-lang/crates.io-index" 2555checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 2556dependencies = [ 2557 "zerofrom-derive", 2558] 2559 2560[[package]] 2561name = "zerofrom-derive" 2562version = "0.1.6" 2563source = "registry+https://github.com/rust-lang/crates.io-index" 2564checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 2565dependencies = [ 2566 "proc-macro2", 2567 "quote", 2568 "syn", 2569 "synstructure", 2570] 2571 2572[[package]] 2573name = "zeroize" 2574version = "1.8.2" 2575source = "registry+https://github.com/rust-lang/crates.io-index" 2576checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0" 2577 2578[[package]] 2579name = "zerotrie" 2580version = "0.2.3" 2581source = "registry+https://github.com/rust-lang/crates.io-index" 2582checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 2583dependencies = [ 2584 "displaydoc", 2585 "yoke", 2586 "zerofrom", 2587] 2588 2589[[package]] 2590name = "zerovec" 2591version = "0.11.5" 2592source = "registry+https://github.com/rust-lang/crates.io-index" 2593checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 2594dependencies = [ 2595 "yoke", 2596 "zerofrom", 2597 "zerovec-derive", 2598] 2599 2600[[package]] 2601name = "zerovec-derive" 2602version = "0.11.2" 2603source = "registry+https://github.com/rust-lang/crates.io-index" 2604checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 2605dependencies = [ 2606 "proc-macro2", 2607 "quote", 2608 "syn", 2609] 2610 2611[[package]] 2612name = "zmij" 2613version = "1.0.15" 2614source = "registry+https://github.com/rust-lang/crates.io-index" 2615checksum = "94f63c051f4fe3c1509da62131a678643c5b6fbdc9273b2b79d4378ebda003d2"