editors/zed/Cargo.lock
Cargo.lockhistorycomment on this file
| 1 | # This file is automatically @generated by Cargo. |
| 2 | # It is not intended for manual editing. |
| 3 | version = 4 |
| 4 | |
| 5 | [[package]] |
| 6 | name = "adler2" |
| 7 | version = "2.0.1" |
| 8 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 9 | checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa" |
| 10 | |
| 11 | [[package]] |
| 12 | name = "anyhow" |
| 13 | version = "1.0.103" |
| 14 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 15 | checksum = "2a4385e2e34eb35d6b3efe798b9eb88096925d87726c0798709bf56d9ed84af3" |
| 16 | |
| 17 | [[package]] |
| 18 | name = "auditable-serde" |
| 19 | version = "0.8.0" |
| 20 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 21 | checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5" |
| 22 | dependencies = [ |
| 23 | "semver", |
| 24 | "serde", |
| 25 | "serde_json", |
| 26 | "topological-sort", |
| 27 | ] |
| 28 | |
| 29 | [[package]] |
| 30 | name = "bitflags" |
| 31 | version = "2.13.0" |
| 32 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 33 | checksum = "b4388bee8683e3d04af747c73422af53102d2bd24d9eadb6cbc100baef4b43f8" |
| 34 | |
| 35 | [[package]] |
| 36 | name = "cfg-if" |
| 37 | version = "1.0.4" |
| 38 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 39 | checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801" |
| 40 | |
| 41 | [[package]] |
| 42 | name = "crc32fast" |
| 43 | version = "1.5.0" |
| 44 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 45 | checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511" |
| 46 | dependencies = [ |
| 47 | "cfg-if", |
| 48 | ] |
| 49 | |
| 50 | [[package]] |
| 51 | name = "displaydoc" |
| 52 | version = "0.2.6" |
| 53 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 54 | checksum = "1ac70aa55017e108007fbaf5aa0f54b021c98f92ff8af59d42eda9da96e3dd4f" |
| 55 | dependencies = [ |
| 56 | "proc-macro2", |
| 57 | "quote", |
| 58 | "syn", |
| 59 | ] |
| 60 | |
| 61 | [[package]] |
| 62 | name = "ents-zed" |
| 63 | version = "0.1.0" |
| 64 | dependencies = [ |
| 65 | "zed_extension_api", |
| 66 | ] |
| 67 | |
| 68 | [[package]] |
| 69 | name = "equivalent" |
| 70 | version = "1.0.2" |
| 71 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 72 | checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f" |
| 73 | |
| 74 | [[package]] |
| 75 | name = "flate2" |
| 76 | version = "1.1.9" |
| 77 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 78 | checksum = "843fba2746e448b37e26a819579957415c8cef339bf08564fe8b7ddbd959573c" |
| 79 | dependencies = [ |
| 80 | "crc32fast", |
| 81 | "miniz_oxide", |
| 82 | ] |
| 83 | |
| 84 | [[package]] |
| 85 | name = "foldhash" |
| 86 | version = "0.1.5" |
| 87 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 88 | checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2" |
| 89 | |
| 90 | [[package]] |
| 91 | name = "form_urlencoded" |
| 92 | version = "1.2.2" |
| 93 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 94 | checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf" |
| 95 | dependencies = [ |
| 96 | "percent-encoding", |
| 97 | ] |
| 98 | |
| 99 | [[package]] |
| 100 | name = "futures" |
| 101 | version = "0.3.32" |
| 102 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 103 | checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d" |
| 104 | dependencies = [ |
| 105 | "futures-channel", |
| 106 | "futures-core", |
| 107 | "futures-executor", |
| 108 | "futures-io", |
| 109 | "futures-sink", |
| 110 | "futures-task", |
| 111 | "futures-util", |
| 112 | ] |
| 113 | |
| 114 | [[package]] |
| 115 | name = "futures-channel" |
| 116 | version = "0.3.32" |
| 117 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 118 | checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d" |
| 119 | dependencies = [ |
| 120 | "futures-core", |
| 121 | "futures-sink", |
| 122 | ] |
| 123 | |
| 124 | [[package]] |
| 125 | name = "futures-core" |
| 126 | version = "0.3.32" |
| 127 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 128 | checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d" |
| 129 | |
| 130 | [[package]] |
| 131 | name = "futures-executor" |
| 132 | version = "0.3.32" |
| 133 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 134 | checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d" |
| 135 | dependencies = [ |
| 136 | "futures-core", |
| 137 | "futures-task", |
| 138 | "futures-util", |
| 139 | ] |
| 140 | |
| 141 | [[package]] |
| 142 | name = "futures-io" |
| 143 | version = "0.3.32" |
| 144 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 145 | checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718" |
| 146 | |
| 147 | [[package]] |
| 148 | name = "futures-macro" |
| 149 | version = "0.3.32" |
| 150 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 151 | checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b" |
| 152 | dependencies = [ |
| 153 | "proc-macro2", |
| 154 | "quote", |
| 155 | "syn", |
| 156 | ] |
| 157 | |
| 158 | [[package]] |
| 159 | name = "futures-sink" |
| 160 | version = "0.3.32" |
| 161 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 162 | checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893" |
| 163 | |
| 164 | [[package]] |
| 165 | name = "futures-task" |
| 166 | version = "0.3.32" |
| 167 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 168 | checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393" |
| 169 | |
| 170 | [[package]] |
| 171 | name = "futures-util" |
| 172 | version = "0.3.32" |
| 173 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 174 | checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6" |
| 175 | dependencies = [ |
| 176 | "futures-channel", |
| 177 | "futures-core", |
| 178 | "futures-io", |
| 179 | "futures-macro", |
| 180 | "futures-sink", |
| 181 | "futures-task", |
| 182 | "memchr", |
| 183 | "pin-project-lite", |
| 184 | "slab", |
| 185 | ] |
| 186 | |
| 187 | [[package]] |
| 188 | name = "hashbrown" |
| 189 | version = "0.15.5" |
| 190 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 191 | checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1" |
| 192 | dependencies = [ |
| 193 | "foldhash", |
| 194 | ] |
| 195 | |
| 196 | [[package]] |
| 197 | name = "hashbrown" |
| 198 | version = "0.17.1" |
| 199 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 200 | checksum = "ed5909b6e89a2db4456e54cd5f673791d7eca6732202bbf2a9cc504fe2f9b84a" |
| 201 | |
| 202 | [[package]] |
| 203 | name = "heck" |
| 204 | version = "0.5.0" |
| 205 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 206 | checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea" |
| 207 | |
| 208 | [[package]] |
| 209 | name = "icu_collections" |
| 210 | version = "2.2.0" |
| 211 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 212 | checksum = "2984d1cd16c883d7935b9e07e44071dca8d917fd52ecc02c04d5fa0b5a3f191c" |
| 213 | dependencies = [ |
| 214 | "displaydoc", |
| 215 | "potential_utf", |
| 216 | "utf8_iter", |
| 217 | "yoke", |
| 218 | "zerofrom", |
| 219 | "zerovec", |
| 220 | ] |
| 221 | |
| 222 | [[package]] |
| 223 | name = "icu_locale_core" |
| 224 | version = "2.2.0" |
| 225 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 226 | checksum = "92219b62b3e2b4d88ac5119f8904c10f8f61bf7e95b640d25ba3075e6cac2c29" |
| 227 | dependencies = [ |
| 228 | "displaydoc", |
| 229 | "litemap", |
| 230 | "tinystr", |
| 231 | "writeable", |
| 232 | "zerovec", |
| 233 | ] |
| 234 | |
| 235 | [[package]] |
| 236 | name = "icu_normalizer" |
| 237 | version = "2.2.0" |
| 238 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 239 | checksum = "c56e5ee99d6e3d33bd91c5d85458b6005a22140021cc324cea84dd0e72cff3b4" |
| 240 | dependencies = [ |
| 241 | "icu_collections", |
| 242 | "icu_normalizer_data", |
| 243 | "icu_properties", |
| 244 | "icu_provider", |
| 245 | "smallvec", |
| 246 | "zerovec", |
| 247 | ] |
| 248 | |
| 249 | [[package]] |
| 250 | name = "icu_normalizer_data" |
| 251 | version = "2.2.0" |
| 252 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 253 | checksum = "da3be0ae77ea334f4da67c12f149704f19f81d1adf7c51cf482943e84a2bad38" |
| 254 | |
| 255 | [[package]] |
| 256 | name = "icu_properties" |
| 257 | version = "2.2.0" |
| 258 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 259 | checksum = "bee3b67d0ea5c2cca5003417989af8996f8604e34fb9ddf96208a033901e70de" |
| 260 | dependencies = [ |
| 261 | "icu_collections", |
| 262 | "icu_locale_core", |
| 263 | "icu_properties_data", |
| 264 | "icu_provider", |
| 265 | "zerotrie", |
| 266 | "zerovec", |
| 267 | ] |
| 268 | |
| 269 | [[package]] |
| 270 | name = "icu_properties_data" |
| 271 | version = "2.2.0" |
| 272 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 273 | checksum = "8e2bbb201e0c04f7b4b3e14382af113e17ba4f63e2c9d2ee626b720cbce54a14" |
| 274 | |
| 275 | [[package]] |
| 276 | name = "icu_provider" |
| 277 | version = "2.2.0" |
| 278 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 279 | checksum = "139c4cf31c8b5f33d7e199446eff9c1e02decfc2f0eec2c8d71f65befa45b421" |
| 280 | dependencies = [ |
| 281 | "displaydoc", |
| 282 | "icu_locale_core", |
| 283 | "writeable", |
| 284 | "yoke", |
| 285 | "zerofrom", |
| 286 | "zerotrie", |
| 287 | "zerovec", |
| 288 | ] |
| 289 | |
| 290 | [[package]] |
| 291 | name = "id-arena" |
| 292 | version = "2.3.0" |
| 293 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 294 | checksum = "3d3067d79b975e8844ca9eb072e16b31c3c1c36928edf9c6789548c524d0d954" |
| 295 | |
| 296 | [[package]] |
| 297 | name = "idna" |
| 298 | version = "1.1.0" |
| 299 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 300 | checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de" |
| 301 | dependencies = [ |
| 302 | "idna_adapter", |
| 303 | "smallvec", |
| 304 | "utf8_iter", |
| 305 | ] |
| 306 | |
| 307 | [[package]] |
| 308 | name = "idna_adapter" |
| 309 | version = "1.2.2" |
| 310 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 311 | checksum = "cb68373c0d6620ef8105e855e7745e18b0d00d3bdb07fb532e434244cdb9a714" |
| 312 | dependencies = [ |
| 313 | "icu_normalizer", |
| 314 | "icu_properties", |
| 315 | ] |
| 316 | |
| 317 | [[package]] |
| 318 | name = "indexmap" |
| 319 | version = "2.14.0" |
| 320 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 321 | checksum = "d466e9454f08e4a911e14806c24e16fba1b4c121d1ea474396f396069cf949d9" |
| 322 | dependencies = [ |
| 323 | "equivalent", |
| 324 | "hashbrown 0.17.1", |
| 325 | "serde", |
| 326 | "serde_core", |
| 327 | ] |
| 328 | |
| 329 | [[package]] |
| 330 | name = "itoa" |
| 331 | version = "1.0.18" |
| 332 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 333 | checksum = "8f42a60cbdf9a97f5d2305f08a87dc4e09308d1276d28c869c684d7777685682" |
| 334 | |
| 335 | [[package]] |
| 336 | name = "leb128fmt" |
| 337 | version = "0.1.0" |
| 338 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 339 | checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2" |
| 340 | |
| 341 | [[package]] |
| 342 | name = "litemap" |
| 343 | version = "0.8.2" |
| 344 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 345 | checksum = "92daf443525c4cce67b150400bc2316076100ce0b3686209eb8cf3c31612e6f0" |
| 346 | |
| 347 | [[package]] |
| 348 | name = "log" |
| 349 | version = "0.4.33" |
| 350 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 351 | checksum = "0ceec5bc11778974d1bcb055b18002eba7f4b3518b6a0081b3af5f21666da9ad" |
| 352 | |
| 353 | [[package]] |
| 354 | name = "memchr" |
| 355 | version = "2.8.3" |
| 356 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 357 | checksum = "cf8baf1c55e62ffcace7a9f06f4bd9cd3f0c4beb022d3b367256b91b87513d98" |
| 358 | |
| 359 | [[package]] |
| 360 | name = "miniz_oxide" |
| 361 | version = "0.8.9" |
| 362 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 363 | checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316" |
| 364 | dependencies = [ |
| 365 | "adler2", |
| 366 | "simd-adler32", |
| 367 | ] |
| 368 | |
| 369 | [[package]] |
| 370 | name = "once_cell" |
| 371 | version = "1.21.4" |
| 372 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 373 | checksum = "9f7c3e4beb33f85d45ae3e3a1792185706c8e16d043238c593331cc7cd313b50" |
| 374 | |
| 375 | [[package]] |
| 376 | name = "percent-encoding" |
| 377 | version = "2.3.2" |
| 378 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 379 | checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220" |
| 380 | |
| 381 | [[package]] |
| 382 | name = "pin-project-lite" |
| 383 | version = "0.2.17" |
| 384 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 385 | checksum = "a89322df9ebe1c1578d689c92318e070967d1042b512afbe49518723f4e6d5cd" |
| 386 | |
| 387 | [[package]] |
| 388 | name = "potential_utf" |
| 389 | version = "0.1.5" |
| 390 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 391 | checksum = "0103b1cef7ec0cf76490e969665504990193874ea05c85ff9bab8b911d0a0564" |
| 392 | dependencies = [ |
| 393 | "zerovec", |
| 394 | ] |
| 395 | |
| 396 | [[package]] |
| 397 | name = "prettyplease" |
| 398 | version = "0.2.37" |
| 399 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 400 | checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b" |
| 401 | dependencies = [ |
| 402 | "proc-macro2", |
| 403 | "syn", |
| 404 | ] |
| 405 | |
| 406 | [[package]] |
| 407 | name = "proc-macro2" |
| 408 | version = "1.0.106" |
| 409 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 410 | checksum = "8fd00f0bb2e90d81d1044c2b32617f68fcb9fa3bb7640c23e9c748e53fb30934" |
| 411 | dependencies = [ |
| 412 | "unicode-ident", |
| 413 | ] |
| 414 | |
| 415 | [[package]] |
| 416 | name = "quote" |
| 417 | version = "1.0.46" |
| 418 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 419 | checksum = "dfbc457d0c7a0759a614551b11a6409e5951f6c7537be1f1b7682b9ae9230368" |
| 420 | dependencies = [ |
| 421 | "proc-macro2", |
| 422 | ] |
| 423 | |
| 424 | [[package]] |
| 425 | name = "semver" |
| 426 | version = "1.0.28" |
| 427 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 428 | checksum = "8a7852d02fc848982e0c167ef163aaff9cd91dc640ba85e263cb1ce46fae51cd" |
| 429 | dependencies = [ |
| 430 | "serde", |
| 431 | "serde_core", |
| 432 | ] |
| 433 | |
| 434 | [[package]] |
| 435 | name = "serde" |
| 436 | version = "1.0.228" |
| 437 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 438 | checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e" |
| 439 | dependencies = [ |
| 440 | "serde_core", |
| 441 | "serde_derive", |
| 442 | ] |
| 443 | |
| 444 | [[package]] |
| 445 | name = "serde_core" |
| 446 | version = "1.0.228" |
| 447 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 448 | checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad" |
| 449 | dependencies = [ |
| 450 | "serde_derive", |
| 451 | ] |
| 452 | |
| 453 | [[package]] |
| 454 | name = "serde_derive" |
| 455 | version = "1.0.228" |
| 456 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 457 | checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79" |
| 458 | dependencies = [ |
| 459 | "proc-macro2", |
| 460 | "quote", |
| 461 | "syn", |
| 462 | ] |
| 463 | |
| 464 | [[package]] |
| 465 | name = "serde_json" |
| 466 | version = "1.0.150" |
| 467 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 468 | checksum = "e8014e44b4736ed0538adeecded0fce2a272f22dc9578a7eb6b2d9993c74cfb9" |
| 469 | dependencies = [ |
| 470 | "itoa", |
| 471 | "memchr", |
| 472 | "serde", |
| 473 | "serde_core", |
| 474 | "zmij", |
| 475 | ] |
| 476 | |
| 477 | [[package]] |
| 478 | name = "simd-adler32" |
| 479 | version = "0.3.9" |
| 480 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 481 | checksum = "703d5c7ef118737c72f1af64ad2f6f8c5e1921f818cdcb97b8fe6fc69bf66214" |
| 482 | |
| 483 | [[package]] |
| 484 | name = "slab" |
| 485 | version = "0.4.12" |
| 486 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 487 | checksum = "0c790de23124f9ab44544d7ac05d60440adc586479ce501c1d6d7da3cd8c9cf5" |
| 488 | |
| 489 | [[package]] |
| 490 | name = "smallvec" |
| 491 | version = "1.15.2" |
| 492 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 493 | checksum = "8ed6a63f02c8539c91a8685a86f4099661ba3da017932f6ebbea6de3f0fa7c90" |
| 494 | |
| 495 | [[package]] |
| 496 | name = "spdx" |
| 497 | version = "0.10.9" |
| 498 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 499 | checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3" |
| 500 | dependencies = [ |
| 501 | "smallvec", |
| 502 | ] |
| 503 | |
| 504 | [[package]] |
| 505 | name = "stable_deref_trait" |
| 506 | version = "1.2.1" |
| 507 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 508 | checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596" |
| 509 | |
| 510 | [[package]] |
| 511 | name = "syn" |
| 512 | version = "2.0.118" |
| 513 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 514 | checksum = "1b9ae57f904213ebb649ce6895b8a66c66f0203b9319718f69a5612a065b1422" |
| 515 | dependencies = [ |
| 516 | "proc-macro2", |
| 517 | "quote", |
| 518 | "unicode-ident", |
| 519 | ] |
| 520 | |
| 521 | [[package]] |
| 522 | name = "synstructure" |
| 523 | version = "0.13.2" |
| 524 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 525 | checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2" |
| 526 | dependencies = [ |
| 527 | "proc-macro2", |
| 528 | "quote", |
| 529 | "syn", |
| 530 | ] |
| 531 | |
| 532 | [[package]] |
| 533 | name = "tinystr" |
| 534 | version = "0.8.3" |
| 535 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 536 | checksum = "c8323304221c2a851516f22236c5722a72eaa19749016521d6dff0824447d96d" |
| 537 | dependencies = [ |
| 538 | "displaydoc", |
| 539 | "zerovec", |
| 540 | ] |
| 541 | |
| 542 | [[package]] |
| 543 | name = "topological-sort" |
| 544 | version = "0.2.2" |
| 545 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 546 | checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d" |
| 547 | |
| 548 | [[package]] |
| 549 | name = "unicode-ident" |
| 550 | version = "1.0.24" |
| 551 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 552 | checksum = "e6e4313cd5fcd3dad5cafa179702e2b244f760991f45397d14d4ebf38247da75" |
| 553 | |
| 554 | [[package]] |
| 555 | name = "unicode-xid" |
| 556 | version = "0.2.6" |
| 557 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 558 | checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853" |
| 559 | |
| 560 | [[package]] |
| 561 | name = "url" |
| 562 | version = "2.5.8" |
| 563 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 564 | checksum = "ff67a8a4397373c3ef660812acab3268222035010ab8680ec4215f38ba3d0eed" |
| 565 | dependencies = [ |
| 566 | "form_urlencoded", |
| 567 | "idna", |
| 568 | "percent-encoding", |
| 569 | "serde", |
| 570 | ] |
| 571 | |
| 572 | [[package]] |
| 573 | name = "utf8_iter" |
| 574 | version = "1.0.4" |
| 575 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 576 | checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be" |
| 577 | |
| 578 | [[package]] |
| 579 | name = "wasm-encoder" |
| 580 | version = "0.227.1" |
| 581 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 582 | checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822" |
| 583 | dependencies = [ |
| 584 | "leb128fmt", |
| 585 | "wasmparser", |
| 586 | ] |
| 587 | |
| 588 | [[package]] |
| 589 | name = "wasm-metadata" |
| 590 | version = "0.227.1" |
| 591 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 592 | checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d" |
| 593 | dependencies = [ |
| 594 | "anyhow", |
| 595 | "auditable-serde", |
| 596 | "flate2", |
| 597 | "indexmap", |
| 598 | "serde", |
| 599 | "serde_derive", |
| 600 | "serde_json", |
| 601 | "spdx", |
| 602 | "url", |
| 603 | "wasm-encoder", |
| 604 | "wasmparser", |
| 605 | ] |
| 606 | |
| 607 | [[package]] |
| 608 | name = "wasmparser" |
| 609 | version = "0.227.1" |
| 610 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 611 | checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2" |
| 612 | dependencies = [ |
| 613 | "bitflags", |
| 614 | "hashbrown 0.15.5", |
| 615 | "indexmap", |
| 616 | "semver", |
| 617 | ] |
| 618 | |
| 619 | [[package]] |
| 620 | name = "wit-bindgen" |
| 621 | version = "0.41.0" |
| 622 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 623 | checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de" |
| 624 | dependencies = [ |
| 625 | "wit-bindgen-rt", |
| 626 | "wit-bindgen-rust-macro", |
| 627 | ] |
| 628 | |
| 629 | [[package]] |
| 630 | name = "wit-bindgen-core" |
| 631 | version = "0.41.0" |
| 632 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 633 | checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b" |
| 634 | dependencies = [ |
| 635 | "anyhow", |
| 636 | "heck", |
| 637 | "wit-parser", |
| 638 | ] |
| 639 | |
| 640 | [[package]] |
| 641 | name = "wit-bindgen-rt" |
| 642 | version = "0.41.0" |
| 643 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 644 | checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621" |
| 645 | dependencies = [ |
| 646 | "bitflags", |
| 647 | "futures", |
| 648 | "once_cell", |
| 649 | ] |
| 650 | |
| 651 | [[package]] |
| 652 | name = "wit-bindgen-rust" |
| 653 | version = "0.41.0" |
| 654 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 655 | checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce" |
| 656 | dependencies = [ |
| 657 | "anyhow", |
| 658 | "heck", |
| 659 | "indexmap", |
| 660 | "prettyplease", |
| 661 | "syn", |
| 662 | "wasm-metadata", |
| 663 | "wit-bindgen-core", |
| 664 | "wit-component", |
| 665 | ] |
| 666 | |
| 667 | [[package]] |
| 668 | name = "wit-bindgen-rust-macro" |
| 669 | version = "0.41.0" |
| 670 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 671 | checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799" |
| 672 | dependencies = [ |
| 673 | "anyhow", |
| 674 | "prettyplease", |
| 675 | "proc-macro2", |
| 676 | "quote", |
| 677 | "syn", |
| 678 | "wit-bindgen-core", |
| 679 | "wit-bindgen-rust", |
| 680 | ] |
| 681 | |
| 682 | [[package]] |
| 683 | name = "wit-component" |
| 684 | version = "0.227.1" |
| 685 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 686 | checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676" |
| 687 | dependencies = [ |
| 688 | "anyhow", |
| 689 | "bitflags", |
| 690 | "indexmap", |
| 691 | "log", |
| 692 | "serde", |
| 693 | "serde_derive", |
| 694 | "serde_json", |
| 695 | "wasm-encoder", |
| 696 | "wasm-metadata", |
| 697 | "wasmparser", |
| 698 | "wit-parser", |
| 699 | ] |
| 700 | |
| 701 | [[package]] |
| 702 | name = "wit-parser" |
| 703 | version = "0.227.1" |
| 704 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 705 | checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11" |
| 706 | dependencies = [ |
| 707 | "anyhow", |
| 708 | "id-arena", |
| 709 | "indexmap", |
| 710 | "log", |
| 711 | "semver", |
| 712 | "serde", |
| 713 | "serde_derive", |
| 714 | "serde_json", |
| 715 | "unicode-xid", |
| 716 | "wasmparser", |
| 717 | ] |
| 718 | |
| 719 | [[package]] |
| 720 | name = "writeable" |
| 721 | version = "0.6.3" |
| 722 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 723 | checksum = "1ffae5123b2d3fc086436f8834ae3ab053a283cfac8fe0a0b8eaae044768a4c4" |
| 724 | |
| 725 | [[package]] |
| 726 | name = "yoke" |
| 727 | version = "0.8.3" |
| 728 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 729 | checksum = "709fe23a0424b6a435d82152b1bd3fdfb0833487d5fa90d05d42762a9891fef5" |
| 730 | dependencies = [ |
| 731 | "stable_deref_trait", |
| 732 | "yoke-derive", |
| 733 | "zerofrom", |
| 734 | ] |
| 735 | |
| 736 | [[package]] |
| 737 | name = "yoke-derive" |
| 738 | version = "0.8.2" |
| 739 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 740 | checksum = "de844c262c8848816172cef550288e7dc6c7b7814b4ee56b3e1553f275f1858e" |
| 741 | dependencies = [ |
| 742 | "proc-macro2", |
| 743 | "quote", |
| 744 | "syn", |
| 745 | "synstructure", |
| 746 | ] |
| 747 | |
| 748 | [[package]] |
| 749 | name = "zed_extension_api" |
| 750 | version = "0.7.0" |
| 751 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 752 | checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0" |
| 753 | dependencies = [ |
| 754 | "serde", |
| 755 | "serde_json", |
| 756 | "wit-bindgen", |
| 757 | ] |
| 758 | |
| 759 | [[package]] |
| 760 | name = "zerofrom" |
| 761 | version = "0.1.8" |
| 762 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 763 | checksum = "0ec05a11813ea801ff6d75110ad09cd0824ddba17dfe17128ea0d5f68e6c5272" |
| 764 | dependencies = [ |
| 765 | "zerofrom-derive", |
| 766 | ] |
| 767 | |
| 768 | [[package]] |
| 769 | name = "zerofrom-derive" |
| 770 | version = "0.1.7" |
| 771 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 772 | checksum = "11532158c46691caf0f2593ea8358fed6bbf68a0315e80aae9bd41fbade684a1" |
| 773 | dependencies = [ |
| 774 | "proc-macro2", |
| 775 | "quote", |
| 776 | "syn", |
| 777 | "synstructure", |
| 778 | ] |
| 779 | |
| 780 | [[package]] |
| 781 | name = "zerotrie" |
| 782 | version = "0.2.4" |
| 783 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 784 | checksum = "0f9152d31db0792fa83f70fb2f83148effb5c1f5b8c7686c3459e361d9bc20bf" |
| 785 | dependencies = [ |
| 786 | "displaydoc", |
| 787 | "yoke", |
| 788 | "zerofrom", |
| 789 | ] |
| 790 | |
| 791 | [[package]] |
| 792 | name = "zerovec" |
| 793 | version = "0.11.6" |
| 794 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 795 | checksum = "90f911cbc359ab6af17377d242225f4d75119aec87ea711a880987b18cd7b239" |
| 796 | dependencies = [ |
| 797 | "yoke", |
| 798 | "zerofrom", |
| 799 | "zerovec-derive", |
| 800 | ] |
| 801 | |
| 802 | [[package]] |
| 803 | name = "zerovec-derive" |
| 804 | version = "0.11.3" |
| 805 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 806 | checksum = "625dc425cab0dca6dc3c3319506e6593dcb08a9f387ea3b284dbd52a92c40555" |
| 807 | dependencies = [ |
| 808 | "proc-macro2", |
| 809 | "quote", |
| 810 | "syn", |
| 811 | ] |
| 812 | |
| 813 | [[package]] |
| 814 | name = "zmij" |
| 815 | version = "1.0.21" |
| 816 | source = "registry+https://github.com/rust-lang/crates.io-index" |
| 817 | checksum = "b8848ee67ecc8aedbaf3e4122217aff892639231befc6a1b58d29fff4c2cabaa" |