nixpkgs mirror (for testing) github.com/NixOS/nixpkgs
nix
at python-updates 1433 lines 37 kB view raw
1# This file is automatically @generated by Cargo. 2# It is not intended for manual editing. 3version = 4 4 5[[package]] 6name = "aho-corasick" 7version = "1.1.4" 8source = "registry+https://github.com/rust-lang/crates.io-index" 9checksum = "ddd31a130427c27518df266943a5308ed92d4b226cc639f5a8f1002816174301" 10dependencies = [ 11 "memchr", 12] 13 14[[package]] 15name = "aliasable" 16version = "0.1.3" 17source = "registry+https://github.com/rust-lang/crates.io-index" 18checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd" 19 20[[package]] 21name = "android_system_properties" 22version = "0.1.5" 23source = "registry+https://github.com/rust-lang/crates.io-index" 24checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311" 25dependencies = [ 26 "libc", 27] 28 29[[package]] 30name = "anstream" 31version = "0.6.21" 32source = "registry+https://github.com/rust-lang/crates.io-index" 33checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a" 34dependencies = [ 35 "anstyle", 36 "anstyle-parse", 37 "anstyle-query", 38 "anstyle-wincon", 39 "colorchoice", 40 "is_terminal_polyfill", 41 "utf8parse", 42] 43 44[[package]] 45name = "anstyle" 46version = "1.0.13" 47source = "registry+https://github.com/rust-lang/crates.io-index" 48checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78" 49 50[[package]] 51name = "anstyle-parse" 52version = "0.2.7" 53source = "registry+https://github.com/rust-lang/crates.io-index" 54checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2" 55dependencies = [ 56 "utf8parse", 57] 58 59[[package]] 60name = "anstyle-query" 61version = "1.1.5" 62source = "registry+https://github.com/rust-lang/crates.io-index" 63checksum = "40c48f72fd53cd289104fc64099abca73db4166ad86ea0b4341abe65af83dadc" 64dependencies = [ 65 "windows-sys 0.61.2", 66] 67 68[[package]] 69name = "anstyle-wincon" 70version = "3.0.11" 71source = "registry+https://github.com/rust-lang/crates.io-index" 72checksum = "291e6a250ff86cd4a820112fb8898808a366d8f9f58ce16d1f538353ad55747d" 73dependencies = [ 74 "anstyle", 75 "once_cell_polyfill", 76 "windows-sys 0.61.2", 77] 78 79[[package]] 80name = "ariadne" 81version = "0.5.1" 82source = "registry+https://github.com/rust-lang/crates.io-index" 83checksum = "36f5e3dca4e09a6f340a61a0e9c7b61e030c69fc27bf29d73218f7e5e3b7638f" 84dependencies = [ 85 "unicode-width", 86 "yansi", 87] 88 89[[package]] 90name = "autocfg" 91version = "1.5.0" 92source = "registry+https://github.com/rust-lang/crates.io-index" 93checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8" 94 95[[package]] 96name = "bitflags" 97version = "1.3.2" 98source = "registry+https://github.com/rust-lang/crates.io-index" 99checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a" 100 101[[package]] 102name = "bitflags" 103version = "2.10.0" 104source = "registry+https://github.com/rust-lang/crates.io-index" 105checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3" 106 107[[package]] 108name = "bumpalo" 109version = "3.19.1" 110source = "registry+https://github.com/rust-lang/crates.io-index" 111checksum = "5dd9dc738b7a8311c7ade152424974d8115f2cdad61e8dab8dac9f2362298510" 112 113[[package]] 114name = "cc" 115version = "1.2.54" 116source = "registry+https://github.com/rust-lang/crates.io-index" 117checksum = "6354c81bbfd62d9cfa9cb3c773c2b7b2a3a482d569de977fd0e961f6e7c00583" 118dependencies = [ 119 "find-msvc-tools", 120 "shlex", 121] 122 123[[package]] 124name = "cfg-if" 125version = "1.0.4" 126source = "registry+https://github.com/rust-lang/crates.io-index" 127checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" 128 129[[package]] 130name = "chrono" 131version = "0.4.43" 132source = "registry+https://github.com/rust-lang/crates.io-index" 133checksum = "fac4744fb15ae8337dc853fee7fb3f4e48c0fbaa23d0afe49c447b4fab126118" 134dependencies = [ 135 "iana-time-zone", 136 "js-sys", 137 "num-traits", 138 "wasm-bindgen", 139 "windows-link", 140] 141 142[[package]] 143name = "circular-buffer" 144version = "0.1.9" 145source = "registry+https://github.com/rust-lang/crates.io-index" 146checksum = "b67261db007b5f4cf8cba393c1a5c511a5cc072339ce16e12aeba1d7b9b77946" 147 148[[package]] 149name = "clap" 150version = "4.5.54" 151source = "registry+https://github.com/rust-lang/crates.io-index" 152checksum = "c6e6ff9dcd79cff5cd969a17a545d79e84ab086e444102a591e288a8aa3ce394" 153dependencies = [ 154 "clap_builder", 155 "clap_derive", 156] 157 158[[package]] 159name = "clap_builder" 160version = "4.5.54" 161source = "registry+https://github.com/rust-lang/crates.io-index" 162checksum = "fa42cf4d2b7a41bc8f663a7cab4031ebafa1bf3875705bfaf8466dc60ab52c00" 163dependencies = [ 164 "anstream", 165 "anstyle", 166 "clap_lex", 167 "strsim", 168 "terminal_size", 169] 170 171[[package]] 172name = "clap_derive" 173version = "4.5.49" 174source = "registry+https://github.com/rust-lang/crates.io-index" 175checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671" 176dependencies = [ 177 "heck 0.5.0", 178 "proc-macro2", 179 "quote", 180 "syn 2.0.114", 181] 182 183[[package]] 184name = "clap_lex" 185version = "0.7.7" 186source = "registry+https://github.com/rust-lang/crates.io-index" 187checksum = "c3e64b0cc0439b12df2fa678eae89a1c56a529fd067a9115f7827f1fffd22b32" 188 189[[package]] 190name = "colorchoice" 191version = "1.0.4" 192source = "registry+https://github.com/rust-lang/crates.io-index" 193checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75" 194 195[[package]] 196name = "colored" 197version = "3.1.1" 198source = "registry+https://github.com/rust-lang/crates.io-index" 199checksum = "faf9468729b8cbcea668e36183cb69d317348c2e08e994829fb56ebfdfbaac34" 200dependencies = [ 201 "windows-sys 0.61.2", 202] 203 204[[package]] 205name = "core-foundation-sys" 206version = "0.8.7" 207source = "registry+https://github.com/rust-lang/crates.io-index" 208checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b" 209 210[[package]] 211name = "crossbeam-channel" 212version = "0.5.15" 213source = "registry+https://github.com/rust-lang/crates.io-index" 214checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2" 215dependencies = [ 216 "crossbeam-utils", 217] 218 219[[package]] 220name = "crossbeam-utils" 221version = "0.8.21" 222source = "registry+https://github.com/rust-lang/crates.io-index" 223checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28" 224 225[[package]] 226name = "dirs" 227version = "6.0.0" 228source = "registry+https://github.com/rust-lang/crates.io-index" 229checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e" 230dependencies = [ 231 "dirs-sys", 232] 233 234[[package]] 235name = "dirs-sys" 236version = "0.5.0" 237source = "registry+https://github.com/rust-lang/crates.io-index" 238checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab" 239dependencies = [ 240 "libc", 241 "option-ext", 242 "redox_users", 243 "windows-sys 0.61.2", 244] 245 246[[package]] 247name = "displaydoc" 248version = "0.2.5" 249source = "registry+https://github.com/rust-lang/crates.io-index" 250checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0" 251dependencies = [ 252 "proc-macro2", 253 "quote", 254 "syn 2.0.114", 255] 256 257[[package]] 258name = "dtoa" 259version = "1.0.11" 260source = "registry+https://github.com/rust-lang/crates.io-index" 261checksum = "4c3cf4824e2d5f025c7b531afcb2325364084a16806f6d47fbc1f5fbd9960590" 262 263[[package]] 264name = "env_filter" 265version = "0.1.4" 266source = "registry+https://github.com/rust-lang/crates.io-index" 267checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2" 268dependencies = [ 269 "log", 270] 271 272[[package]] 273name = "env_logger" 274version = "0.11.8" 275source = "registry+https://github.com/rust-lang/crates.io-index" 276checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f" 277dependencies = [ 278 "anstream", 279 "anstyle", 280 "env_filter", 281 "log", 282] 283 284[[package]] 285name = "equivalent" 286version = "1.0.2" 287source = "registry+https://github.com/rust-lang/crates.io-index" 288checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" 289 290[[package]] 291name = "errno" 292version = "0.3.14" 293source = "registry+https://github.com/rust-lang/crates.io-index" 294checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb" 295dependencies = [ 296 "libc", 297 "windows-sys 0.61.2", 298] 299 300[[package]] 301name = "find-msvc-tools" 302version = "0.1.8" 303source = "registry+https://github.com/rust-lang/crates.io-index" 304checksum = "8591b0bcc8a98a64310a2fae1bb3e9b8564dd10e381e6e28010fde8e8e8568db" 305 306[[package]] 307name = "form_urlencoded" 308version = "1.2.2" 309source = "registry+https://github.com/rust-lang/crates.io-index" 310checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" 311dependencies = [ 312 "percent-encoding", 313] 314 315[[package]] 316name = "getrandom" 317version = "0.2.17" 318source = "registry+https://github.com/rust-lang/crates.io-index" 319checksum = "ff2abc00be7fca6ebc474524697ae276ad847ad0a6b3faa4bcb027e9a4614ad0" 320dependencies = [ 321 "cfg-if", 322 "libc", 323 "wasi", 324] 325 326[[package]] 327name = "getrandom" 328version = "0.3.4" 329source = "registry+https://github.com/rust-lang/crates.io-index" 330checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd" 331dependencies = [ 332 "cfg-if", 333 "libc", 334 "r-efi", 335 "wasip2", 336] 337 338[[package]] 339name = "hashbrown" 340version = "0.16.1" 341source = "registry+https://github.com/rust-lang/crates.io-index" 342checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100" 343 344[[package]] 345name = "heck" 346version = "0.4.1" 347source = "registry+https://github.com/rust-lang/crates.io-index" 348checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8" 349 350[[package]] 351name = "heck" 352version = "0.5.0" 353source = "registry+https://github.com/rust-lang/crates.io-index" 354checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" 355 356[[package]] 357name = "iana-time-zone" 358version = "0.1.64" 359source = "registry+https://github.com/rust-lang/crates.io-index" 360checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb" 361dependencies = [ 362 "android_system_properties", 363 "core-foundation-sys", 364 "iana-time-zone-haiku", 365 "js-sys", 366 "log", 367 "wasm-bindgen", 368 "windows-core", 369] 370 371[[package]] 372name = "iana-time-zone-haiku" 373version = "0.1.2" 374source = "registry+https://github.com/rust-lang/crates.io-index" 375checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f" 376dependencies = [ 377 "cc", 378] 379 380[[package]] 381name = "ibig" 382version = "0.3.6" 383source = "registry+https://github.com/rust-lang/crates.io-index" 384checksum = "d1fcc7f316b2c079dde77564a1360639c1a956a23fa96122732e416cb10717bb" 385dependencies = [ 386 "cfg-if", 387 "static_assertions", 388] 389 390[[package]] 391name = "icu_collections" 392version = "2.1.1" 393source = "registry+https://github.com/rust-lang/crates.io-index" 394checksum = "4c6b649701667bbe825c3b7e6388cb521c23d88644678e83c0c4d0a621a34b43" 395dependencies = [ 396 "displaydoc", 397 "potential_utf", 398 "yoke", 399 "zerofrom", 400 "zerovec", 401] 402 403[[package]] 404name = "icu_locale_core" 405version = "2.1.1" 406source = "registry+https://github.com/rust-lang/crates.io-index" 407checksum = "edba7861004dd3714265b4db54a3c390e880ab658fec5f7db895fae2046b5bb6" 408dependencies = [ 409 "displaydoc", 410 "litemap", 411 "tinystr", 412 "writeable", 413 "zerovec", 414] 415 416[[package]] 417name = "icu_normalizer" 418version = "2.1.1" 419source = "registry+https://github.com/rust-lang/crates.io-index" 420checksum = "5f6c8828b67bf8908d82127b2054ea1b4427ff0230ee9141c54251934ab1b599" 421dependencies = [ 422 "icu_collections", 423 "icu_normalizer_data", 424 "icu_properties", 425 "icu_provider", 426 "smallvec", 427 "zerovec", 428] 429 430[[package]] 431name = "icu_normalizer_data" 432version = "2.1.1" 433source = "registry+https://github.com/rust-lang/crates.io-index" 434checksum = "7aedcccd01fc5fe81e6b489c15b247b8b0690feb23304303a9e560f37efc560a" 435 436[[package]] 437name = "icu_properties" 438version = "2.1.2" 439source = "registry+https://github.com/rust-lang/crates.io-index" 440checksum = "020bfc02fe870ec3a66d93e677ccca0562506e5872c650f893269e08615d74ec" 441dependencies = [ 442 "icu_collections", 443 "icu_locale_core", 444 "icu_properties_data", 445 "icu_provider", 446 "zerotrie", 447 "zerovec", 448] 449 450[[package]] 451name = "icu_properties_data" 452version = "2.1.2" 453source = "registry+https://github.com/rust-lang/crates.io-index" 454checksum = "616c294cf8d725c6afcd8f55abc17c56464ef6211f9ed59cccffe534129c77af" 455 456[[package]] 457name = "icu_provider" 458version = "2.1.1" 459source = "registry+https://github.com/rust-lang/crates.io-index" 460checksum = "85962cf0ce02e1e0a629cc34e7ca3e373ce20dda4c4d7294bbd0bf1fdb59e614" 461dependencies = [ 462 "displaydoc", 463 "icu_locale_core", 464 "writeable", 465 "yoke", 466 "zerofrom", 467 "zerotrie", 468 "zerovec", 469] 470 471[[package]] 472name = "idna" 473version = "1.1.0" 474source = "registry+https://github.com/rust-lang/crates.io-index" 475checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" 476dependencies = [ 477 "idna_adapter", 478 "smallvec", 479 "utf8_iter", 480] 481 482[[package]] 483name = "idna_adapter" 484version = "1.2.1" 485source = "registry+https://github.com/rust-lang/crates.io-index" 486checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344" 487dependencies = [ 488 "icu_normalizer", 489 "icu_properties", 490] 491 492[[package]] 493name = "indexmap" 494version = "2.13.0" 495source = "registry+https://github.com/rust-lang/crates.io-index" 496checksum = "7714e70437a7dc3ac8eb7e6f8df75fd8eb422675fc7678aff7364301092b1017" 497dependencies = [ 498 "equivalent", 499 "hashbrown", 500] 501 502[[package]] 503name = "is_terminal_polyfill" 504version = "1.70.2" 505source = "registry+https://github.com/rust-lang/crates.io-index" 506checksum = "a6cb138bb79a146c1bd460005623e142ef0181e3d0219cb493e02f7d08a35695" 507 508[[package]] 509name = "itoa" 510version = "1.0.17" 511source = "registry+https://github.com/rust-lang/crates.io-index" 512checksum = "92ecc6618181def0457392ccd0ee51198e065e016d1d527a7ac1b6dc7c1f09d2" 513 514[[package]] 515name = "js-sys" 516version = "0.3.85" 517source = "registry+https://github.com/rust-lang/crates.io-index" 518checksum = "8c942ebf8e95485ca0d52d97da7c5a2c387d0e7f0ba4c35e93bfcaee045955b3" 519dependencies = [ 520 "once_cell", 521 "wasm-bindgen", 522] 523 524[[package]] 525name = "libc" 526version = "0.2.180" 527source = "registry+https://github.com/rust-lang/crates.io-index" 528checksum = "bcc35a38544a891a5f7c865aca548a982ccb3b8650a5b06d0fd33a10283c56fc" 529 530[[package]] 531name = "libredox" 532version = "0.1.12" 533source = "registry+https://github.com/rust-lang/crates.io-index" 534checksum = "3d0b95e02c851351f877147b7deea7b1afb1df71b63aa5f8270716e0c5720616" 535dependencies = [ 536 "bitflags 2.10.0", 537 "libc", 538] 539 540[[package]] 541name = "linux-raw-sys" 542version = "0.11.0" 543source = "registry+https://github.com/rust-lang/crates.io-index" 544checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039" 545 546[[package]] 547name = "litemap" 548version = "0.8.1" 549source = "registry+https://github.com/rust-lang/crates.io-index" 550checksum = "6373607a59f0be73a39b6fe456b8192fcc3585f602af20751600e974dd455e77" 551 552[[package]] 553name = "log" 554version = "0.4.29" 555source = "registry+https://github.com/rust-lang/crates.io-index" 556checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897" 557 558[[package]] 559name = "lsp-server" 560version = "0.7.9" 561source = "registry+https://github.com/rust-lang/crates.io-index" 562checksum = "7d6ada348dbc2703cbe7637b2dda05cff84d3da2819c24abcb305dd613e0ba2e" 563dependencies = [ 564 "crossbeam-channel", 565 "log", 566 "serde", 567 "serde_derive", 568 "serde_json", 569] 570 571[[package]] 572name = "lsp-types" 573version = "0.94.1" 574source = "registry+https://github.com/rust-lang/crates.io-index" 575checksum = "c66bfd44a06ae10647fe3f8214762e9369fd4248df1350924b4ef9e770a85ea1" 576dependencies = [ 577 "bitflags 1.3.2", 578 "serde", 579 "serde_json", 580 "serde_repr", 581 "url", 582] 583 584[[package]] 585name = "memchr" 586version = "2.7.6" 587source = "registry+https://github.com/rust-lang/crates.io-index" 588checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273" 589 590[[package]] 591name = "num-traits" 592version = "0.2.19" 593source = "registry+https://github.com/rust-lang/crates.io-index" 594checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841" 595dependencies = [ 596 "autocfg", 597] 598 599[[package]] 600name = "once_cell" 601version = "1.21.3" 602source = "registry+https://github.com/rust-lang/crates.io-index" 603checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d" 604 605[[package]] 606name = "once_cell_polyfill" 607version = "1.70.2" 608source = "registry+https://github.com/rust-lang/crates.io-index" 609checksum = "384b8ab6d37215f3c5301a95a4accb5d64aa607f1fcb26a11b5303878451b4fe" 610 611[[package]] 612name = "option-ext" 613version = "0.2.0" 614source = "registry+https://github.com/rust-lang/crates.io-index" 615checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d" 616 617[[package]] 618name = "ordered-float" 619version = "5.1.0" 620source = "registry+https://github.com/rust-lang/crates.io-index" 621checksum = "7f4779c6901a562440c3786d08192c6fbda7c1c2060edd10006b05ee35d10f2d" 622dependencies = [ 623 "num-traits", 624] 625 626[[package]] 627name = "ouroboros" 628version = "0.18.5" 629source = "registry+https://github.com/rust-lang/crates.io-index" 630checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59" 631dependencies = [ 632 "aliasable", 633 "ouroboros_macro", 634 "static_assertions", 635] 636 637[[package]] 638name = "ouroboros_macro" 639version = "0.18.5" 640source = "registry+https://github.com/rust-lang/crates.io-index" 641checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0" 642dependencies = [ 643 "heck 0.4.1", 644 "proc-macro2", 645 "proc-macro2-diagnostics", 646 "quote", 647 "syn 2.0.114", 648] 649 650[[package]] 651name = "percent-encoding" 652version = "2.3.2" 653source = "registry+https://github.com/rust-lang/crates.io-index" 654checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" 655 656[[package]] 657name = "potential_utf" 658version = "0.1.4" 659source = "registry+https://github.com/rust-lang/crates.io-index" 660checksum = "b73949432f5e2a09657003c25bca5e19a0e9c84f8058ca374f49e0ebe605af77" 661dependencies = [ 662 "zerovec", 663] 664 665[[package]] 666name = "ppv-lite86" 667version = "0.2.21" 668source = "registry+https://github.com/rust-lang/crates.io-index" 669checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9" 670dependencies = [ 671 "zerocopy", 672] 673 674[[package]] 675name = "proc-macro2" 676version = "1.0.106" 677source = "registry+https://github.com/rust-lang/crates.io-index" 678checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" 679dependencies = [ 680 "unicode-ident", 681] 682 683[[package]] 684name = "proc-macro2-diagnostics" 685version = "0.10.1" 686source = "registry+https://github.com/rust-lang/crates.io-index" 687checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8" 688dependencies = [ 689 "proc-macro2", 690 "quote", 691 "syn 2.0.114", 692 "version_check", 693 "yansi", 694] 695 696[[package]] 697name = "quote" 698version = "1.0.44" 699source = "registry+https://github.com/rust-lang/crates.io-index" 700checksum = "21b2ebcf727b7760c461f091f9f0f539b77b8e87f2fd88131e7f1b433b3cece4" 701dependencies = [ 702 "proc-macro2", 703] 704 705[[package]] 706name = "r-efi" 707version = "5.3.0" 708source = "registry+https://github.com/rust-lang/crates.io-index" 709checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f" 710 711[[package]] 712name = "rand" 713version = "0.9.2" 714source = "registry+https://github.com/rust-lang/crates.io-index" 715checksum = "6db2770f06117d490610c7488547d543617b21bfa07796d7a12f6f1bd53850d1" 716dependencies = [ 717 "rand_chacha", 718 "rand_core", 719] 720 721[[package]] 722name = "rand_chacha" 723version = "0.9.0" 724source = "registry+https://github.com/rust-lang/crates.io-index" 725checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb" 726dependencies = [ 727 "ppv-lite86", 728 "rand_core", 729] 730 731[[package]] 732name = "rand_core" 733version = "0.9.5" 734source = "registry+https://github.com/rust-lang/crates.io-index" 735checksum = "76afc826de14238e6e8c374ddcc1fa19e374fd8dd986b0d2af0d02377261d83c" 736dependencies = [ 737 "getrandom 0.3.4", 738] 739 740[[package]] 741name = "redox_users" 742version = "0.5.2" 743source = "registry+https://github.com/rust-lang/crates.io-index" 744checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac" 745dependencies = [ 746 "getrandom 0.2.17", 747 "libredox", 748 "thiserror", 749] 750 751[[package]] 752name = "regex" 753version = "1.12.2" 754source = "registry+https://github.com/rust-lang/crates.io-index" 755checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4" 756dependencies = [ 757 "aho-corasick", 758 "memchr", 759 "regex-automata", 760 "regex-syntax", 761] 762 763[[package]] 764name = "regex-automata" 765version = "0.4.13" 766source = "registry+https://github.com/rust-lang/crates.io-index" 767checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c" 768dependencies = [ 769 "aho-corasick", 770 "memchr", 771 "regex-syntax", 772] 773 774[[package]] 775name = "regex-syntax" 776version = "0.8.8" 777source = "registry+https://github.com/rust-lang/crates.io-index" 778checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58" 779 780[[package]] 781name = "replace_with" 782version = "0.1.8" 783source = "registry+https://github.com/rust-lang/crates.io-index" 784checksum = "51743d3e274e2b18df81c4dc6caf8a5b8e15dbe799e0dca05c7617380094e884" 785 786[[package]] 787name = "rustix" 788version = "1.1.3" 789source = "registry+https://github.com/rust-lang/crates.io-index" 790checksum = "146c9e247ccc180c1f61615433868c99f3de3ae256a30a43b49f67c2d9171f34" 791dependencies = [ 792 "bitflags 2.10.0", 793 "errno", 794 "libc", 795 "linux-raw-sys", 796 "windows-sys 0.61.2", 797] 798 799[[package]] 800name = "rustversion" 801version = "1.0.22" 802source = "registry+https://github.com/rust-lang/crates.io-index" 803checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d" 804 805[[package]] 806name = "same-file" 807version = "1.0.6" 808source = "registry+https://github.com/rust-lang/crates.io-index" 809checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502" 810dependencies = [ 811 "winapi-util", 812] 813 814[[package]] 815name = "serde" 816version = "1.0.228" 817source = "registry+https://github.com/rust-lang/crates.io-index" 818checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" 819dependencies = [ 820 "serde_core", 821 "serde_derive", 822] 823 824[[package]] 825name = "serde_core" 826version = "1.0.228" 827source = "registry+https://github.com/rust-lang/crates.io-index" 828checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" 829dependencies = [ 830 "serde_derive", 831] 832 833[[package]] 834name = "serde_derive" 835version = "1.0.228" 836source = "registry+https://github.com/rust-lang/crates.io-index" 837checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" 838dependencies = [ 839 "proc-macro2", 840 "quote", 841 "syn 2.0.114", 842] 843 844[[package]] 845name = "serde_json" 846version = "1.0.149" 847source = "registry+https://github.com/rust-lang/crates.io-index" 848checksum = "83fc039473c5595ace860d8c4fafa220ff474b3fc6bfdb4293327f1a37e94d86" 849dependencies = [ 850 "indexmap", 851 "itoa", 852 "memchr", 853 "serde", 854 "serde_core", 855 "zmij", 856] 857 858[[package]] 859name = "serde_repr" 860version = "0.1.20" 861source = "registry+https://github.com/rust-lang/crates.io-index" 862checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c" 863dependencies = [ 864 "proc-macro2", 865 "quote", 866 "syn 2.0.114", 867] 868 869[[package]] 870name = "shlex" 871version = "1.3.0" 872source = "registry+https://github.com/rust-lang/crates.io-index" 873checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64" 874 875[[package]] 876name = "smallvec" 877version = "1.15.1" 878source = "registry+https://github.com/rust-lang/crates.io-index" 879checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03" 880 881[[package]] 882name = "stable_deref_trait" 883version = "1.2.1" 884source = "registry+https://github.com/rust-lang/crates.io-index" 885checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" 886 887[[package]] 888name = "static_assertions" 889version = "1.1.0" 890source = "registry+https://github.com/rust-lang/crates.io-index" 891checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f" 892 893[[package]] 894name = "streaming-iterator" 895version = "0.1.9" 896source = "registry+https://github.com/rust-lang/crates.io-index" 897checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520" 898 899[[package]] 900name = "strsim" 901version = "0.11.1" 902source = "registry+https://github.com/rust-lang/crates.io-index" 903checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f" 904 905[[package]] 906name = "sus-proc-macro" 907version = "0.3.7" 908dependencies = [ 909 "quote", 910 "regex", 911 "syn 1.0.109", 912 "tree-sitter", 913 "tree-sitter-sus", 914] 915 916[[package]] 917name = "sus_compiler" 918version = "0.3.7" 919dependencies = [ 920 "ariadne", 921 "chrono", 922 "circular-buffer", 923 "clap", 924 "colored", 925 "crossbeam-channel", 926 "dirs", 927 "dtoa", 928 "env_logger", 929 "ibig", 930 "log", 931 "lsp-server", 932 "lsp-types", 933 "ordered-float", 934 "ouroboros", 935 "rand", 936 "replace_with", 937 "same-file", 938 "serde", 939 "serde_json", 940 "sus-proc-macro", 941 "tree-sitter", 942 "tree-sitter-sus", 943 "typed-arena", 944 "unescape", 945] 946 947[[package]] 948name = "syn" 949version = "1.0.109" 950source = "registry+https://github.com/rust-lang/crates.io-index" 951checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237" 952dependencies = [ 953 "proc-macro2", 954 "quote", 955 "unicode-ident", 956] 957 958[[package]] 959name = "syn" 960version = "2.0.114" 961source = "registry+https://github.com/rust-lang/crates.io-index" 962checksum = "d4d107df263a3013ef9b1879b0df87d706ff80f65a86ea879bd9c31f9b307c2a" 963dependencies = [ 964 "proc-macro2", 965 "quote", 966 "unicode-ident", 967] 968 969[[package]] 970name = "synstructure" 971version = "0.13.2" 972source = "registry+https://github.com/rust-lang/crates.io-index" 973checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" 974dependencies = [ 975 "proc-macro2", 976 "quote", 977 "syn 2.0.114", 978] 979 980[[package]] 981name = "terminal_size" 982version = "0.4.3" 983source = "registry+https://github.com/rust-lang/crates.io-index" 984checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0" 985dependencies = [ 986 "rustix", 987 "windows-sys 0.60.2", 988] 989 990[[package]] 991name = "thiserror" 992version = "2.0.18" 993source = "registry+https://github.com/rust-lang/crates.io-index" 994checksum = "4288b5bcbc7920c07a1149a35cf9590a2aa808e0bc1eafaade0b80947865fbc4" 995dependencies = [ 996 "thiserror-impl", 997] 998 999[[package]] 1000name = "thiserror-impl" 1001version = "2.0.18" 1002source = "registry+https://github.com/rust-lang/crates.io-index" 1003checksum = "ebc4ee7f67670e9b64d05fa4253e753e016c6c95ff35b89b7941d6b856dec1d5" 1004dependencies = [ 1005 "proc-macro2", 1006 "quote", 1007 "syn 2.0.114", 1008] 1009 1010[[package]] 1011name = "tinystr" 1012version = "0.8.2" 1013source = "registry+https://github.com/rust-lang/crates.io-index" 1014checksum = "42d3e9c45c09de15d06dd8acf5f4e0e399e85927b7f00711024eb7ae10fa4869" 1015dependencies = [ 1016 "displaydoc", 1017 "zerovec", 1018] 1019 1020[[package]] 1021name = "tree-sitter" 1022version = "0.25.10" 1023source = "registry+https://github.com/rust-lang/crates.io-index" 1024checksum = "78f873475d258561b06f1c595d93308a7ed124d9977cb26b148c2084a4a3cc87" 1025dependencies = [ 1026 "cc", 1027 "regex", 1028 "regex-syntax", 1029 "serde_json", 1030 "streaming-iterator", 1031 "tree-sitter-language", 1032] 1033 1034[[package]] 1035name = "tree-sitter-language" 1036version = "0.1.6" 1037source = "registry+https://github.com/rust-lang/crates.io-index" 1038checksum = "4ae62f7eae5eb549c71b76658648b72cc6111f2d87d24a1e31fa907f4943e3ce" 1039 1040[[package]] 1041name = "tree-sitter-sus" 1042version = "0.3.7" 1043dependencies = [ 1044 "cc", 1045 "tree-sitter", 1046] 1047 1048[[package]] 1049name = "typed-arena" 1050version = "2.0.2" 1051source = "registry+https://github.com/rust-lang/crates.io-index" 1052checksum = "6af6ae20167a9ece4bcb41af5b80f8a1f1df981f6391189ce00fd257af04126a" 1053 1054[[package]] 1055name = "unescape" 1056version = "0.1.0" 1057source = "registry+https://github.com/rust-lang/crates.io-index" 1058checksum = "ccb97dac3243214f8d8507998906ca3e2e0b900bf9bf4870477f125b82e68f6e" 1059 1060[[package]] 1061name = "unicode-ident" 1062version = "1.0.22" 1063source = "registry+https://github.com/rust-lang/crates.io-index" 1064checksum = "9312f7c4f6ff9069b165498234ce8be658059c6728633667c526e27dc2cf1df5" 1065 1066[[package]] 1067name = "unicode-width" 1068version = "0.1.14" 1069source = "registry+https://github.com/rust-lang/crates.io-index" 1070checksum = "7dd6e30e90baa6f72411720665d41d89b9a3d039dc45b8faea1ddd07f617f6af" 1071 1072[[package]] 1073name = "url" 1074version = "2.5.8" 1075source = "registry+https://github.com/rust-lang/crates.io-index" 1076checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" 1077dependencies = [ 1078 "form_urlencoded", 1079 "idna", 1080 "percent-encoding", 1081 "serde", 1082 "serde_derive", 1083] 1084 1085[[package]] 1086name = "utf8_iter" 1087version = "1.0.4" 1088source = "registry+https://github.com/rust-lang/crates.io-index" 1089checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" 1090 1091[[package]] 1092name = "utf8parse" 1093version = "0.2.2" 1094source = "registry+https://github.com/rust-lang/crates.io-index" 1095checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821" 1096 1097[[package]] 1098name = "version_check" 1099version = "0.9.5" 1100source = "registry+https://github.com/rust-lang/crates.io-index" 1101checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a" 1102 1103[[package]] 1104name = "wasi" 1105version = "0.11.1+wasi-snapshot-preview1" 1106source = "registry+https://github.com/rust-lang/crates.io-index" 1107checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b" 1108 1109[[package]] 1110name = "wasip2" 1111version = "1.0.2+wasi-0.2.9" 1112source = "registry+https://github.com/rust-lang/crates.io-index" 1113checksum = "9517f9239f02c069db75e65f174b3da828fe5f5b945c4dd26bd25d89c03ebcf5" 1114dependencies = [ 1115 "wit-bindgen", 1116] 1117 1118[[package]] 1119name = "wasm-bindgen" 1120version = "0.2.108" 1121source = "registry+https://github.com/rust-lang/crates.io-index" 1122checksum = "64024a30ec1e37399cf85a7ffefebdb72205ca1c972291c51512360d90bd8566" 1123dependencies = [ 1124 "cfg-if", 1125 "once_cell", 1126 "rustversion", 1127 "wasm-bindgen-macro", 1128 "wasm-bindgen-shared", 1129] 1130 1131[[package]] 1132name = "wasm-bindgen-macro" 1133version = "0.2.108" 1134source = "registry+https://github.com/rust-lang/crates.io-index" 1135checksum = "008b239d9c740232e71bd39e8ef6429d27097518b6b30bdf9086833bd5b6d608" 1136dependencies = [ 1137 "quote", 1138 "wasm-bindgen-macro-support", 1139] 1140 1141[[package]] 1142name = "wasm-bindgen-macro-support" 1143version = "0.2.108" 1144source = "registry+https://github.com/rust-lang/crates.io-index" 1145checksum = "5256bae2d58f54820e6490f9839c49780dff84c65aeab9e772f15d5f0e913a55" 1146dependencies = [ 1147 "bumpalo", 1148 "proc-macro2", 1149 "quote", 1150 "syn 2.0.114", 1151 "wasm-bindgen-shared", 1152] 1153 1154[[package]] 1155name = "wasm-bindgen-shared" 1156version = "0.2.108" 1157source = "registry+https://github.com/rust-lang/crates.io-index" 1158checksum = "1f01b580c9ac74c8d8f0c0e4afb04eeef2acf145458e52c03845ee9cd23e3d12" 1159dependencies = [ 1160 "unicode-ident", 1161] 1162 1163[[package]] 1164name = "winapi-util" 1165version = "0.1.11" 1166source = "registry+https://github.com/rust-lang/crates.io-index" 1167checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22" 1168dependencies = [ 1169 "windows-sys 0.61.2", 1170] 1171 1172[[package]] 1173name = "windows-core" 1174version = "0.62.2" 1175source = "registry+https://github.com/rust-lang/crates.io-index" 1176checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb" 1177dependencies = [ 1178 "windows-implement", 1179 "windows-interface", 1180 "windows-link", 1181 "windows-result", 1182 "windows-strings", 1183] 1184 1185[[package]] 1186name = "windows-implement" 1187version = "0.60.2" 1188source = "registry+https://github.com/rust-lang/crates.io-index" 1189checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf" 1190dependencies = [ 1191 "proc-macro2", 1192 "quote", 1193 "syn 2.0.114", 1194] 1195 1196[[package]] 1197name = "windows-interface" 1198version = "0.59.3" 1199source = "registry+https://github.com/rust-lang/crates.io-index" 1200checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358" 1201dependencies = [ 1202 "proc-macro2", 1203 "quote", 1204 "syn 2.0.114", 1205] 1206 1207[[package]] 1208name = "windows-link" 1209version = "0.2.1" 1210source = "registry+https://github.com/rust-lang/crates.io-index" 1211checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5" 1212 1213[[package]] 1214name = "windows-result" 1215version = "0.4.1" 1216source = "registry+https://github.com/rust-lang/crates.io-index" 1217checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5" 1218dependencies = [ 1219 "windows-link", 1220] 1221 1222[[package]] 1223name = "windows-strings" 1224version = "0.5.1" 1225source = "registry+https://github.com/rust-lang/crates.io-index" 1226checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091" 1227dependencies = [ 1228 "windows-link", 1229] 1230 1231[[package]] 1232name = "windows-sys" 1233version = "0.60.2" 1234source = "registry+https://github.com/rust-lang/crates.io-index" 1235checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb" 1236dependencies = [ 1237 "windows-targets", 1238] 1239 1240[[package]] 1241name = "windows-sys" 1242version = "0.61.2" 1243source = "registry+https://github.com/rust-lang/crates.io-index" 1244checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc" 1245dependencies = [ 1246 "windows-link", 1247] 1248 1249[[package]] 1250name = "windows-targets" 1251version = "0.53.5" 1252source = "registry+https://github.com/rust-lang/crates.io-index" 1253checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3" 1254dependencies = [ 1255 "windows-link", 1256 "windows_aarch64_gnullvm", 1257 "windows_aarch64_msvc", 1258 "windows_i686_gnu", 1259 "windows_i686_gnullvm", 1260 "windows_i686_msvc", 1261 "windows_x86_64_gnu", 1262 "windows_x86_64_gnullvm", 1263 "windows_x86_64_msvc", 1264] 1265 1266[[package]] 1267name = "windows_aarch64_gnullvm" 1268version = "0.53.1" 1269source = "registry+https://github.com/rust-lang/crates.io-index" 1270checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53" 1271 1272[[package]] 1273name = "windows_aarch64_msvc" 1274version = "0.53.1" 1275source = "registry+https://github.com/rust-lang/crates.io-index" 1276checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006" 1277 1278[[package]] 1279name = "windows_i686_gnu" 1280version = "0.53.1" 1281source = "registry+https://github.com/rust-lang/crates.io-index" 1282checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3" 1283 1284[[package]] 1285name = "windows_i686_gnullvm" 1286version = "0.53.1" 1287source = "registry+https://github.com/rust-lang/crates.io-index" 1288checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c" 1289 1290[[package]] 1291name = "windows_i686_msvc" 1292version = "0.53.1" 1293source = "registry+https://github.com/rust-lang/crates.io-index" 1294checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2" 1295 1296[[package]] 1297name = "windows_x86_64_gnu" 1298version = "0.53.1" 1299source = "registry+https://github.com/rust-lang/crates.io-index" 1300checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499" 1301 1302[[package]] 1303name = "windows_x86_64_gnullvm" 1304version = "0.53.1" 1305source = "registry+https://github.com/rust-lang/crates.io-index" 1306checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1" 1307 1308[[package]] 1309name = "windows_x86_64_msvc" 1310version = "0.53.1" 1311source = "registry+https://github.com/rust-lang/crates.io-index" 1312checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650" 1313 1314[[package]] 1315name = "wit-bindgen" 1316version = "0.51.0" 1317source = "registry+https://github.com/rust-lang/crates.io-index" 1318checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5" 1319 1320[[package]] 1321name = "writeable" 1322version = "0.6.2" 1323source = "registry+https://github.com/rust-lang/crates.io-index" 1324checksum = "9edde0db4769d2dc68579893f2306b26c6ecfbe0ef499b013d731b7b9247e0b9" 1325 1326[[package]] 1327name = "yansi" 1328version = "1.0.1" 1329source = "registry+https://github.com/rust-lang/crates.io-index" 1330checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049" 1331 1332[[package]] 1333name = "yoke" 1334version = "0.8.1" 1335source = "registry+https://github.com/rust-lang/crates.io-index" 1336checksum = "72d6e5c6afb84d73944e5cedb052c4680d5657337201555f9f2a16b7406d4954" 1337dependencies = [ 1338 "stable_deref_trait", 1339 "yoke-derive", 1340 "zerofrom", 1341] 1342 1343[[package]] 1344name = "yoke-derive" 1345version = "0.8.1" 1346source = "registry+https://github.com/rust-lang/crates.io-index" 1347checksum = "b659052874eb698efe5b9e8cf382204678a0086ebf46982b79d6ca3182927e5d" 1348dependencies = [ 1349 "proc-macro2", 1350 "quote", 1351 "syn 2.0.114", 1352 "synstructure", 1353] 1354 1355[[package]] 1356name = "zerocopy" 1357version = "0.8.33" 1358source = "registry+https://github.com/rust-lang/crates.io-index" 1359checksum = "668f5168d10b9ee831de31933dc111a459c97ec93225beb307aed970d1372dfd" 1360dependencies = [ 1361 "zerocopy-derive", 1362] 1363 1364[[package]] 1365name = "zerocopy-derive" 1366version = "0.8.33" 1367source = "registry+https://github.com/rust-lang/crates.io-index" 1368checksum = "2c7962b26b0a8685668b671ee4b54d007a67d4eaf05fda79ac0ecf41e32270f1" 1369dependencies = [ 1370 "proc-macro2", 1371 "quote", 1372 "syn 2.0.114", 1373] 1374 1375[[package]] 1376name = "zerofrom" 1377version = "0.1.6" 1378source = "registry+https://github.com/rust-lang/crates.io-index" 1379checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5" 1380dependencies = [ 1381 "zerofrom-derive", 1382] 1383 1384[[package]] 1385name = "zerofrom-derive" 1386version = "0.1.6" 1387source = "registry+https://github.com/rust-lang/crates.io-index" 1388checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502" 1389dependencies = [ 1390 "proc-macro2", 1391 "quote", 1392 "syn 2.0.114", 1393 "synstructure", 1394] 1395 1396[[package]] 1397name = "zerotrie" 1398version = "0.2.3" 1399source = "registry+https://github.com/rust-lang/crates.io-index" 1400checksum = "2a59c17a5562d507e4b54960e8569ebee33bee890c70aa3fe7b97e85a9fd7851" 1401dependencies = [ 1402 "displaydoc", 1403 "yoke", 1404 "zerofrom", 1405] 1406 1407[[package]] 1408name = "zerovec" 1409version = "0.11.5" 1410source = "registry+https://github.com/rust-lang/crates.io-index" 1411checksum = "6c28719294829477f525be0186d13efa9a3c602f7ec202ca9e353d310fb9a002" 1412dependencies = [ 1413 "yoke", 1414 "zerofrom", 1415 "zerovec-derive", 1416] 1417 1418[[package]] 1419name = "zerovec-derive" 1420version = "0.11.2" 1421source = "registry+https://github.com/rust-lang/crates.io-index" 1422checksum = "eadce39539ca5cb3985590102671f2567e659fca9666581ad3411d59207951f3" 1423dependencies = [ 1424 "proc-macro2", 1425 "quote", 1426 "syn 2.0.114", 1427] 1428 1429[[package]] 1430name = "zmij" 1431version = "1.0.16" 1432source = "registry+https://github.com/rust-lang/crates.io-index" 1433checksum = "dfcd145825aace48cff44a8844de64bf75feec3080e0aa5cdbde72961ae51a65"