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