Cargo.lock

   1# This file is automatically @generated by Cargo.
   2# It is not intended for manual editing.
   3[[package]]
   4name = "aho-corasick"
   5version = "0.7.15"
   6source = "registry+https://github.com/rust-lang/crates.io-index"
   7checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
   8dependencies = [
   9 "memchr",
  10]
  11
  12[[package]]
  13name = "ansi_term"
  14version = "0.11.0"
  15source = "registry+https://github.com/rust-lang/crates.io-index"
  16checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
  17dependencies = [
  18 "winapi",
  19]
  20
  21[[package]]
  22name = "anyhow"
  23version = "1.0.38"
  24source = "registry+https://github.com/rust-lang/crates.io-index"
  25checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
  26
  27[[package]]
  28name = "arrayref"
  29version = "0.3.6"
  30source = "registry+https://github.com/rust-lang/crates.io-index"
  31checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
  32
  33[[package]]
  34name = "arrayvec"
  35version = "0.5.2"
  36source = "registry+https://github.com/rust-lang/crates.io-index"
  37checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
  38
  39[[package]]
  40name = "async-channel"
  41version = "1.6.1"
  42source = "registry+https://github.com/rust-lang/crates.io-index"
  43checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
  44dependencies = [
  45 "concurrent-queue",
  46 "event-listener",
  47 "futures-core",
  48]
  49
  50[[package]]
  51name = "async-executor"
  52version = "1.4.0"
  53source = "registry+https://github.com/rust-lang/crates.io-index"
  54checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"
  55dependencies = [
  56 "async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
  57 "concurrent-queue",
  58 "fastrand",
  59 "futures-lite",
  60 "once_cell",
  61 "vec-arena",
  62]
  63
  64[[package]]
  65name = "async-fs"
  66version = "1.5.0"
  67source = "registry+https://github.com/rust-lang/crates.io-index"
  68checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2"
  69dependencies = [
  70 "async-lock",
  71 "blocking",
  72 "futures-lite",
  73]
  74
  75[[package]]
  76name = "async-io"
  77version = "1.3.1"
  78source = "registry+https://github.com/rust-lang/crates.io-index"
  79checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
  80dependencies = [
  81 "concurrent-queue",
  82 "fastrand",
  83 "futures-lite",
  84 "libc",
  85 "log",
  86 "nb-connect",
  87 "once_cell",
  88 "parking",
  89 "polling",
  90 "vec-arena",
  91 "waker-fn",
  92 "winapi",
  93]
  94
  95[[package]]
  96name = "async-lock"
  97version = "2.3.0"
  98source = "registry+https://github.com/rust-lang/crates.io-index"
  99checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb"
 100dependencies = [
 101 "event-listener",
 102]
 103
 104[[package]]
 105name = "async-net"
 106version = "1.5.0"
 107source = "registry+https://github.com/rust-lang/crates.io-index"
 108checksum = "06de475c85affe184648202401d7622afb32f0f74e02192857d0201a16defbe5"
 109dependencies = [
 110 "async-io",
 111 "blocking",
 112 "fastrand",
 113 "futures-lite",
 114]
 115
 116[[package]]
 117name = "async-process"
 118version = "1.0.2"
 119source = "registry+https://github.com/rust-lang/crates.io-index"
 120checksum = "ef37b86e2fa961bae5a4d212708ea0154f904ce31d1a4a7f47e1bbc33a0c040b"
 121dependencies = [
 122 "async-io",
 123 "blocking",
 124 "cfg-if 1.0.0",
 125 "event-listener",
 126 "futures-lite",
 127 "once_cell",
 128 "signal-hook",
 129 "winapi",
 130]
 131
 132[[package]]
 133name = "async-task"
 134version = "4.0.3"
 135source = "registry+https://github.com/rust-lang/crates.io-index"
 136checksum = "e91831deabf0d6d7ec49552e489aed63b7456a7a3c46cff62adad428110b0af0"
 137
 138[[package]]
 139name = "async-task"
 140version = "4.0.3"
 141source = "git+https://github.com/zedit-io/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e#341b57d6de98cdfd7b418567b8de2022ca993a6e"
 142
 143[[package]]
 144name = "atomic-waker"
 145version = "1.0.0"
 146source = "registry+https://github.com/rust-lang/crates.io-index"
 147checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
 148
 149[[package]]
 150name = "atty"
 151version = "0.2.14"
 152source = "registry+https://github.com/rust-lang/crates.io-index"
 153checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
 154dependencies = [
 155 "hermit-abi",
 156 "libc",
 157 "winapi",
 158]
 159
 160[[package]]
 161name = "autocfg"
 162version = "1.0.1"
 163source = "registry+https://github.com/rust-lang/crates.io-index"
 164checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
 165
 166[[package]]
 167name = "base64"
 168version = "0.13.0"
 169source = "registry+https://github.com/rust-lang/crates.io-index"
 170checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
 171
 172[[package]]
 173name = "bindgen"
 174version = "0.57.0"
 175source = "registry+https://github.com/rust-lang/crates.io-index"
 176checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
 177dependencies = [
 178 "bitflags",
 179 "cexpr",
 180 "clang-sys",
 181 "clap",
 182 "env_logger",
 183 "lazy_static",
 184 "lazycell",
 185 "log",
 186 "peeking_take_while",
 187 "proc-macro2",
 188 "quote",
 189 "regex",
 190 "rustc-hash",
 191 "shlex",
 192 "which",
 193]
 194
 195[[package]]
 196name = "bitflags"
 197version = "1.2.1"
 198source = "registry+https://github.com/rust-lang/crates.io-index"
 199checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
 200
 201[[package]]
 202name = "blake2b_simd"
 203version = "0.5.11"
 204source = "registry+https://github.com/rust-lang/crates.io-index"
 205checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
 206dependencies = [
 207 "arrayref",
 208 "arrayvec",
 209 "constant_time_eq",
 210]
 211
 212[[package]]
 213name = "block"
 214version = "0.1.6"
 215source = "registry+https://github.com/rust-lang/crates.io-index"
 216checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 217
 218[[package]]
 219name = "blocking"
 220version = "1.0.2"
 221source = "registry+https://github.com/rust-lang/crates.io-index"
 222checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
 223dependencies = [
 224 "async-channel",
 225 "async-task 4.0.3 (registry+https://github.com/rust-lang/crates.io-index)",
 226 "atomic-waker",
 227 "fastrand",
 228 "futures-lite",
 229 "once_cell",
 230]
 231
 232[[package]]
 233name = "cache-padded"
 234version = "1.1.1"
 235source = "registry+https://github.com/rust-lang/crates.io-index"
 236checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
 237
 238[[package]]
 239name = "cc"
 240version = "1.0.67"
 241source = "registry+https://github.com/rust-lang/crates.io-index"
 242checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
 243
 244[[package]]
 245name = "cexpr"
 246version = "0.4.0"
 247source = "registry+https://github.com/rust-lang/crates.io-index"
 248checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
 249dependencies = [
 250 "nom",
 251]
 252
 253[[package]]
 254name = "cfg-if"
 255version = "0.1.10"
 256source = "registry+https://github.com/rust-lang/crates.io-index"
 257checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
 258
 259[[package]]
 260name = "cfg-if"
 261version = "1.0.0"
 262source = "registry+https://github.com/rust-lang/crates.io-index"
 263checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 264
 265[[package]]
 266name = "chrono"
 267version = "0.4.19"
 268source = "registry+https://github.com/rust-lang/crates.io-index"
 269checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
 270dependencies = [
 271 "libc",
 272 "num-integer",
 273 "num-traits",
 274 "time",
 275 "winapi",
 276]
 277
 278[[package]]
 279name = "clang-sys"
 280version = "1.1.1"
 281source = "registry+https://github.com/rust-lang/crates.io-index"
 282checksum = "f54d78e30b388d4815220c8dd03fea5656b6c6d32adb59e89061552a102f8da1"
 283dependencies = [
 284 "glob",
 285 "libc",
 286 "libloading",
 287]
 288
 289[[package]]
 290name = "clap"
 291version = "2.33.3"
 292source = "registry+https://github.com/rust-lang/crates.io-index"
 293checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
 294dependencies = [
 295 "ansi_term",
 296 "atty",
 297 "bitflags",
 298 "strsim",
 299 "textwrap",
 300 "unicode-width",
 301 "vec_map",
 302]
 303
 304[[package]]
 305name = "cocoa"
 306version = "0.24.0"
 307source = "registry+https://github.com/rust-lang/crates.io-index"
 308checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
 309dependencies = [
 310 "bitflags",
 311 "block",
 312 "cocoa-foundation",
 313 "core-foundation",
 314 "core-graphics",
 315 "foreign-types 0.3.2",
 316 "libc",
 317 "objc",
 318]
 319
 320[[package]]
 321name = "cocoa-foundation"
 322version = "0.1.0"
 323source = "registry+https://github.com/rust-lang/crates.io-index"
 324checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
 325dependencies = [
 326 "bitflags",
 327 "block",
 328 "core-foundation",
 329 "core-graphics-types",
 330 "foreign-types 0.3.2",
 331 "libc",
 332 "objc",
 333]
 334
 335[[package]]
 336name = "concurrent-queue"
 337version = "1.2.2"
 338source = "registry+https://github.com/rust-lang/crates.io-index"
 339checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
 340dependencies = [
 341 "cache-padded",
 342]
 343
 344[[package]]
 345name = "constant_time_eq"
 346version = "0.1.5"
 347source = "registry+https://github.com/rust-lang/crates.io-index"
 348checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 349
 350[[package]]
 351name = "core-foundation"
 352version = "0.9.1"
 353source = "registry+https://github.com/rust-lang/crates.io-index"
 354checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
 355dependencies = [
 356 "core-foundation-sys",
 357 "libc",
 358]
 359
 360[[package]]
 361name = "core-foundation-sys"
 362version = "0.8.2"
 363source = "registry+https://github.com/rust-lang/crates.io-index"
 364checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
 365
 366[[package]]
 367name = "core-graphics"
 368version = "0.22.2"
 369source = "registry+https://github.com/rust-lang/crates.io-index"
 370checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
 371dependencies = [
 372 "bitflags",
 373 "core-foundation",
 374 "core-graphics-types",
 375 "foreign-types 0.3.2",
 376 "libc",
 377]
 378
 379[[package]]
 380name = "core-graphics-types"
 381version = "0.1.1"
 382source = "registry+https://github.com/rust-lang/crates.io-index"
 383checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
 384dependencies = [
 385 "bitflags",
 386 "core-foundation",
 387 "foreign-types 0.3.2",
 388 "libc",
 389]
 390
 391[[package]]
 392name = "core-text"
 393version = "19.2.0"
 394source = "registry+https://github.com/rust-lang/crates.io-index"
 395checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
 396dependencies = [
 397 "core-foundation",
 398 "core-graphics",
 399 "foreign-types 0.3.2",
 400 "libc",
 401]
 402
 403[[package]]
 404name = "crossbeam-utils"
 405version = "0.8.2"
 406source = "registry+https://github.com/rust-lang/crates.io-index"
 407checksum = "bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3"
 408dependencies = [
 409 "autocfg",
 410 "cfg-if 1.0.0",
 411 "lazy_static",
 412 "loom",
 413]
 414
 415[[package]]
 416name = "ctor"
 417version = "0.1.19"
 418source = "registry+https://github.com/rust-lang/crates.io-index"
 419checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
 420dependencies = [
 421 "quote",
 422 "syn",
 423]
 424
 425[[package]]
 426name = "dirs"
 427version = "3.0.1"
 428source = "registry+https://github.com/rust-lang/crates.io-index"
 429checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
 430dependencies = [
 431 "dirs-sys",
 432]
 433
 434[[package]]
 435name = "dirs-sys"
 436version = "0.3.5"
 437source = "registry+https://github.com/rust-lang/crates.io-index"
 438checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
 439dependencies = [
 440 "libc",
 441 "redox_users",
 442 "winapi",
 443]
 444
 445[[package]]
 446name = "env_logger"
 447version = "0.8.3"
 448source = "registry+https://github.com/rust-lang/crates.io-index"
 449checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
 450dependencies = [
 451 "atty",
 452 "humantime",
 453 "log",
 454 "regex",
 455 "termcolor",
 456]
 457
 458[[package]]
 459name = "event-listener"
 460version = "2.5.1"
 461source = "registry+https://github.com/rust-lang/crates.io-index"
 462checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
 463
 464[[package]]
 465name = "fastrand"
 466version = "1.4.0"
 467source = "registry+https://github.com/rust-lang/crates.io-index"
 468checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
 469dependencies = [
 470 "instant",
 471]
 472
 473[[package]]
 474name = "foreign-types"
 475version = "0.3.2"
 476source = "registry+https://github.com/rust-lang/crates.io-index"
 477checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 478dependencies = [
 479 "foreign-types-shared 0.1.1",
 480]
 481
 482[[package]]
 483name = "foreign-types"
 484version = "0.5.0"
 485source = "registry+https://github.com/rust-lang/crates.io-index"
 486checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 487dependencies = [
 488 "foreign-types-macros",
 489 "foreign-types-shared 0.3.0",
 490]
 491
 492[[package]]
 493name = "foreign-types-macros"
 494version = "0.2.1"
 495source = "registry+https://github.com/rust-lang/crates.io-index"
 496checksum = "63f713f8b2aa9e24fec85b0e290c56caee12e3b6ae0aeeda238a75b28251afd6"
 497dependencies = [
 498 "proc-macro2",
 499 "quote",
 500 "syn",
 501]
 502
 503[[package]]
 504name = "foreign-types-shared"
 505version = "0.1.1"
 506source = "registry+https://github.com/rust-lang/crates.io-index"
 507checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 508
 509[[package]]
 510name = "foreign-types-shared"
 511version = "0.3.0"
 512source = "registry+https://github.com/rust-lang/crates.io-index"
 513checksum = "7684cf33bb7f28497939e8c7cf17e3e4e3b8d9a0080ffa4f8ae2f515442ee855"
 514
 515[[package]]
 516name = "futures-core"
 517version = "0.3.12"
 518source = "registry+https://github.com/rust-lang/crates.io-index"
 519checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
 520
 521[[package]]
 522name = "futures-io"
 523version = "0.3.12"
 524source = "registry+https://github.com/rust-lang/crates.io-index"
 525checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
 526
 527[[package]]
 528name = "futures-lite"
 529version = "1.11.3"
 530source = "registry+https://github.com/rust-lang/crates.io-index"
 531checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
 532dependencies = [
 533 "fastrand",
 534 "futures-core",
 535 "futures-io",
 536 "memchr",
 537 "parking",
 538 "pin-project-lite",
 539 "waker-fn",
 540]
 541
 542[[package]]
 543name = "generator"
 544version = "0.6.23"
 545source = "registry+https://github.com/rust-lang/crates.io-index"
 546checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
 547dependencies = [
 548 "cc",
 549 "libc",
 550 "log",
 551 "rustc_version",
 552 "winapi",
 553]
 554
 555[[package]]
 556name = "getrandom"
 557version = "0.1.16"
 558source = "registry+https://github.com/rust-lang/crates.io-index"
 559checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 560dependencies = [
 561 "cfg-if 1.0.0",
 562 "libc",
 563 "wasi 0.9.0+wasi-snapshot-preview1",
 564]
 565
 566[[package]]
 567name = "glob"
 568version = "0.3.0"
 569source = "registry+https://github.com/rust-lang/crates.io-index"
 570checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
 571
 572[[package]]
 573name = "gpui"
 574version = "0.1.0"
 575dependencies = [
 576 "anyhow",
 577 "async-task 4.0.3 (git+https://github.com/zedit-io/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e)",
 578 "bindgen",
 579 "cocoa",
 580 "core-foundation",
 581 "core-text",
 582 "ctor",
 583 "foreign-types 0.5.0",
 584 "log",
 585 "metal",
 586 "num_cpus",
 587 "objc",
 588 "pathfinder_color",
 589 "pathfinder_geometry",
 590 "smol",
 591 "tree-sitter",
 592]
 593
 594[[package]]
 595name = "hermit-abi"
 596version = "0.1.18"
 597source = "registry+https://github.com/rust-lang/crates.io-index"
 598checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
 599dependencies = [
 600 "libc",
 601]
 602
 603[[package]]
 604name = "humantime"
 605version = "2.1.0"
 606source = "registry+https://github.com/rust-lang/crates.io-index"
 607checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 608
 609[[package]]
 610name = "instant"
 611version = "0.1.9"
 612source = "registry+https://github.com/rust-lang/crates.io-index"
 613checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
 614dependencies = [
 615 "cfg-if 1.0.0",
 616]
 617
 618[[package]]
 619name = "lazy_static"
 620version = "1.4.0"
 621source = "registry+https://github.com/rust-lang/crates.io-index"
 622checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 623
 624[[package]]
 625name = "lazycell"
 626version = "1.3.0"
 627source = "registry+https://github.com/rust-lang/crates.io-index"
 628checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 629
 630[[package]]
 631name = "libc"
 632version = "0.2.86"
 633source = "registry+https://github.com/rust-lang/crates.io-index"
 634checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
 635
 636[[package]]
 637name = "libloading"
 638version = "0.7.0"
 639source = "registry+https://github.com/rust-lang/crates.io-index"
 640checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
 641dependencies = [
 642 "cfg-if 1.0.0",
 643 "winapi",
 644]
 645
 646[[package]]
 647name = "log"
 648version = "0.4.14"
 649source = "registry+https://github.com/rust-lang/crates.io-index"
 650checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
 651dependencies = [
 652 "cfg-if 1.0.0",
 653]
 654
 655[[package]]
 656name = "loom"
 657version = "0.4.0"
 658source = "registry+https://github.com/rust-lang/crates.io-index"
 659checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
 660dependencies = [
 661 "cfg-if 1.0.0",
 662 "generator",
 663 "scoped-tls",
 664]
 665
 666[[package]]
 667name = "malloc_buf"
 668version = "0.0.6"
 669source = "registry+https://github.com/rust-lang/crates.io-index"
 670checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 671dependencies = [
 672 "libc",
 673]
 674
 675[[package]]
 676name = "memchr"
 677version = "2.3.4"
 678source = "registry+https://github.com/rust-lang/crates.io-index"
 679checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
 680
 681[[package]]
 682name = "metal"
 683version = "0.21.0"
 684source = "registry+https://github.com/rust-lang/crates.io-index"
 685checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
 686dependencies = [
 687 "bitflags",
 688 "block",
 689 "cocoa-foundation",
 690 "foreign-types 0.3.2",
 691 "log",
 692 "objc",
 693]
 694
 695[[package]]
 696name = "nb-connect"
 697version = "1.0.3"
 698source = "registry+https://github.com/rust-lang/crates.io-index"
 699checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
 700dependencies = [
 701 "libc",
 702 "socket2",
 703]
 704
 705[[package]]
 706name = "nom"
 707version = "5.1.2"
 708source = "registry+https://github.com/rust-lang/crates.io-index"
 709checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
 710dependencies = [
 711 "memchr",
 712 "version_check",
 713]
 714
 715[[package]]
 716name = "num-integer"
 717version = "0.1.44"
 718source = "registry+https://github.com/rust-lang/crates.io-index"
 719checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
 720dependencies = [
 721 "autocfg",
 722 "num-traits",
 723]
 724
 725[[package]]
 726name = "num-traits"
 727version = "0.2.14"
 728source = "registry+https://github.com/rust-lang/crates.io-index"
 729checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
 730dependencies = [
 731 "autocfg",
 732]
 733
 734[[package]]
 735name = "num_cpus"
 736version = "1.13.0"
 737source = "registry+https://github.com/rust-lang/crates.io-index"
 738checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
 739dependencies = [
 740 "hermit-abi",
 741 "libc",
 742]
 743
 744[[package]]
 745name = "objc"
 746version = "0.2.7"
 747source = "registry+https://github.com/rust-lang/crates.io-index"
 748checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 749dependencies = [
 750 "malloc_buf",
 751 "objc_exception",
 752]
 753
 754[[package]]
 755name = "objc_exception"
 756version = "0.1.2"
 757source = "registry+https://github.com/rust-lang/crates.io-index"
 758checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
 759dependencies = [
 760 "cc",
 761]
 762
 763[[package]]
 764name = "once_cell"
 765version = "1.5.2"
 766source = "registry+https://github.com/rust-lang/crates.io-index"
 767checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
 768
 769[[package]]
 770name = "parking"
 771version = "2.0.0"
 772source = "registry+https://github.com/rust-lang/crates.io-index"
 773checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
 774
 775[[package]]
 776name = "pathfinder_color"
 777version = "0.5.0"
 778source = "registry+https://github.com/rust-lang/crates.io-index"
 779checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
 780dependencies = [
 781 "pathfinder_simd",
 782]
 783
 784[[package]]
 785name = "pathfinder_geometry"
 786version = "0.5.1"
 787source = "registry+https://github.com/rust-lang/crates.io-index"
 788checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
 789dependencies = [
 790 "log",
 791 "pathfinder_simd",
 792]
 793
 794[[package]]
 795name = "pathfinder_simd"
 796version = "0.5.0"
 797source = "registry+https://github.com/rust-lang/crates.io-index"
 798checksum = "b451513912d6b3440e443aa75a73ab22203afedc4a90df8526d008c0f86f7cb3"
 799dependencies = [
 800 "rustc_version",
 801]
 802
 803[[package]]
 804name = "peeking_take_while"
 805version = "0.1.2"
 806source = "registry+https://github.com/rust-lang/crates.io-index"
 807checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
 808
 809[[package]]
 810name = "pin-project-lite"
 811version = "0.2.4"
 812source = "registry+https://github.com/rust-lang/crates.io-index"
 813checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
 814
 815[[package]]
 816name = "polling"
 817version = "2.0.2"
 818source = "registry+https://github.com/rust-lang/crates.io-index"
 819checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
 820dependencies = [
 821 "cfg-if 0.1.10",
 822 "libc",
 823 "log",
 824 "wepoll-sys",
 825 "winapi",
 826]
 827
 828[[package]]
 829name = "proc-macro2"
 830version = "1.0.24"
 831source = "registry+https://github.com/rust-lang/crates.io-index"
 832checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
 833dependencies = [
 834 "unicode-xid",
 835]
 836
 837[[package]]
 838name = "quote"
 839version = "1.0.9"
 840source = "registry+https://github.com/rust-lang/crates.io-index"
 841checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
 842dependencies = [
 843 "proc-macro2",
 844]
 845
 846[[package]]
 847name = "redox_syscall"
 848version = "0.1.57"
 849source = "registry+https://github.com/rust-lang/crates.io-index"
 850checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
 851
 852[[package]]
 853name = "redox_users"
 854version = "0.3.5"
 855source = "registry+https://github.com/rust-lang/crates.io-index"
 856checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
 857dependencies = [
 858 "getrandom",
 859 "redox_syscall",
 860 "rust-argon2",
 861]
 862
 863[[package]]
 864name = "regex"
 865version = "1.4.3"
 866source = "registry+https://github.com/rust-lang/crates.io-index"
 867checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
 868dependencies = [
 869 "aho-corasick",
 870 "memchr",
 871 "regex-syntax",
 872 "thread_local",
 873]
 874
 875[[package]]
 876name = "regex-syntax"
 877version = "0.6.22"
 878source = "registry+https://github.com/rust-lang/crates.io-index"
 879checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
 880
 881[[package]]
 882name = "rust-argon2"
 883version = "0.8.3"
 884source = "registry+https://github.com/rust-lang/crates.io-index"
 885checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
 886dependencies = [
 887 "base64",
 888 "blake2b_simd",
 889 "constant_time_eq",
 890 "crossbeam-utils",
 891]
 892
 893[[package]]
 894name = "rustc-hash"
 895version = "1.1.0"
 896source = "registry+https://github.com/rust-lang/crates.io-index"
 897checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
 898
 899[[package]]
 900name = "rustc_version"
 901version = "0.2.3"
 902source = "registry+https://github.com/rust-lang/crates.io-index"
 903checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
 904dependencies = [
 905 "semver",
 906]
 907
 908[[package]]
 909name = "scoped-tls"
 910version = "1.0.0"
 911source = "registry+https://github.com/rust-lang/crates.io-index"
 912checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
 913
 914[[package]]
 915name = "semver"
 916version = "0.9.0"
 917source = "registry+https://github.com/rust-lang/crates.io-index"
 918checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
 919dependencies = [
 920 "semver-parser",
 921]
 922
 923[[package]]
 924name = "semver-parser"
 925version = "0.7.0"
 926source = "registry+https://github.com/rust-lang/crates.io-index"
 927checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
 928
 929[[package]]
 930name = "shlex"
 931version = "0.1.1"
 932source = "registry+https://github.com/rust-lang/crates.io-index"
 933checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
 934
 935[[package]]
 936name = "signal-hook"
 937version = "0.3.6"
 938source = "registry+https://github.com/rust-lang/crates.io-index"
 939checksum = "8a7f3f92a1da3d6b1d32245d0cbcbbab0cfc45996d8df619c42bccfa6d2bbb5f"
 940dependencies = [
 941 "libc",
 942 "signal-hook-registry",
 943]
 944
 945[[package]]
 946name = "signal-hook-registry"
 947version = "1.3.0"
 948source = "registry+https://github.com/rust-lang/crates.io-index"
 949checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
 950dependencies = [
 951 "libc",
 952]
 953
 954[[package]]
 955name = "simplelog"
 956version = "0.9.0"
 957source = "registry+https://github.com/rust-lang/crates.io-index"
 958checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
 959dependencies = [
 960 "chrono",
 961 "log",
 962 "termcolor",
 963]
 964
 965[[package]]
 966name = "smol"
 967version = "1.2.5"
 968source = "registry+https://github.com/rust-lang/crates.io-index"
 969checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
 970dependencies = [
 971 "async-channel",
 972 "async-executor",
 973 "async-fs",
 974 "async-io",
 975 "async-lock",
 976 "async-net",
 977 "async-process",
 978 "blocking",
 979 "futures-lite",
 980 "once_cell",
 981]
 982
 983[[package]]
 984name = "socket2"
 985version = "0.3.19"
 986source = "registry+https://github.com/rust-lang/crates.io-index"
 987checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
 988dependencies = [
 989 "cfg-if 1.0.0",
 990 "libc",
 991 "winapi",
 992]
 993
 994[[package]]
 995name = "strsim"
 996version = "0.8.0"
 997source = "registry+https://github.com/rust-lang/crates.io-index"
 998checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
 999
1000[[package]]
1001name = "syn"
1002version = "1.0.60"
1003source = "registry+https://github.com/rust-lang/crates.io-index"
1004checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
1005dependencies = [
1006 "proc-macro2",
1007 "quote",
1008 "unicode-xid",
1009]
1010
1011[[package]]
1012name = "termcolor"
1013version = "1.1.2"
1014source = "registry+https://github.com/rust-lang/crates.io-index"
1015checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1016dependencies = [
1017 "winapi-util",
1018]
1019
1020[[package]]
1021name = "textwrap"
1022version = "0.11.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1025dependencies = [
1026 "unicode-width",
1027]
1028
1029[[package]]
1030name = "thread_local"
1031version = "1.1.3"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
1034dependencies = [
1035 "once_cell",
1036]
1037
1038[[package]]
1039name = "time"
1040version = "0.1.44"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1043dependencies = [
1044 "libc",
1045 "wasi 0.10.0+wasi-snapshot-preview1",
1046 "winapi",
1047]
1048
1049[[package]]
1050name = "tree-sitter"
1051version = "0.17.1"
1052source = "registry+https://github.com/rust-lang/crates.io-index"
1053checksum = "d18dcb776d3affaba6db04d11d645946d34a69b3172e588af96ce9fecd20faac"
1054dependencies = [
1055 "cc",
1056 "regex",
1057]
1058
1059[[package]]
1060name = "unicode-width"
1061version = "0.1.8"
1062source = "registry+https://github.com/rust-lang/crates.io-index"
1063checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1064
1065[[package]]
1066name = "unicode-xid"
1067version = "0.2.1"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1070
1071[[package]]
1072name = "vec-arena"
1073version = "1.0.0"
1074source = "registry+https://github.com/rust-lang/crates.io-index"
1075checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
1076
1077[[package]]
1078name = "vec_map"
1079version = "0.8.2"
1080source = "registry+https://github.com/rust-lang/crates.io-index"
1081checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1082
1083[[package]]
1084name = "version_check"
1085version = "0.9.2"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1088
1089[[package]]
1090name = "waker-fn"
1091version = "1.1.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
1094
1095[[package]]
1096name = "wasi"
1097version = "0.9.0+wasi-snapshot-preview1"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1100
1101[[package]]
1102name = "wasi"
1103version = "0.10.0+wasi-snapshot-preview1"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1106
1107[[package]]
1108name = "wepoll-sys"
1109version = "3.0.1"
1110source = "registry+https://github.com/rust-lang/crates.io-index"
1111checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
1112dependencies = [
1113 "cc",
1114]
1115
1116[[package]]
1117name = "which"
1118version = "3.1.1"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
1121dependencies = [
1122 "libc",
1123]
1124
1125[[package]]
1126name = "winapi"
1127version = "0.3.9"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1130dependencies = [
1131 "winapi-i686-pc-windows-gnu",
1132 "winapi-x86_64-pc-windows-gnu",
1133]
1134
1135[[package]]
1136name = "winapi-i686-pc-windows-gnu"
1137version = "0.4.0"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1140
1141[[package]]
1142name = "winapi-util"
1143version = "0.1.5"
1144source = "registry+https://github.com/rust-lang/crates.io-index"
1145checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1146dependencies = [
1147 "winapi",
1148]
1149
1150[[package]]
1151name = "winapi-x86_64-pc-windows-gnu"
1152version = "0.4.0"
1153source = "registry+https://github.com/rust-lang/crates.io-index"
1154checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1155
1156[[package]]
1157name = "zed"
1158version = "0.1.0"
1159dependencies = [
1160 "dirs",
1161 "gpui",
1162 "libc",
1163 "log",
1164 "simplelog",
1165]