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 = "bstr"
 234version = "0.2.15"
 235source = "registry+https://github.com/rust-lang/crates.io-index"
 236checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
 237dependencies = [
 238 "memchr",
 239]
 240
 241[[package]]
 242name = "byteorder"
 243version = "1.4.2"
 244source = "registry+https://github.com/rust-lang/crates.io-index"
 245checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
 246
 247[[package]]
 248name = "cache-padded"
 249version = "1.1.1"
 250source = "registry+https://github.com/rust-lang/crates.io-index"
 251checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
 252
 253[[package]]
 254name = "cc"
 255version = "1.0.67"
 256source = "registry+https://github.com/rust-lang/crates.io-index"
 257checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
 258
 259[[package]]
 260name = "cexpr"
 261version = "0.4.0"
 262source = "registry+https://github.com/rust-lang/crates.io-index"
 263checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
 264dependencies = [
 265 "nom",
 266]
 267
 268[[package]]
 269name = "cfg-if"
 270version = "0.1.10"
 271source = "registry+https://github.com/rust-lang/crates.io-index"
 272checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
 273
 274[[package]]
 275name = "cfg-if"
 276version = "1.0.0"
 277source = "registry+https://github.com/rust-lang/crates.io-index"
 278checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
 279
 280[[package]]
 281name = "chrono"
 282version = "0.4.19"
 283source = "registry+https://github.com/rust-lang/crates.io-index"
 284checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
 285dependencies = [
 286 "libc",
 287 "num-integer",
 288 "num-traits",
 289 "time",
 290 "winapi",
 291]
 292
 293[[package]]
 294name = "clang-sys"
 295version = "1.1.1"
 296source = "registry+https://github.com/rust-lang/crates.io-index"
 297checksum = "f54d78e30b388d4815220c8dd03fea5656b6c6d32adb59e89061552a102f8da1"
 298dependencies = [
 299 "glob",
 300 "libc",
 301 "libloading",
 302]
 303
 304[[package]]
 305name = "clap"
 306version = "2.33.3"
 307source = "registry+https://github.com/rust-lang/crates.io-index"
 308checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
 309dependencies = [
 310 "ansi_term",
 311 "atty",
 312 "bitflags",
 313 "strsim",
 314 "textwrap",
 315 "unicode-width",
 316 "vec_map",
 317]
 318
 319[[package]]
 320name = "cmake"
 321version = "0.1.45"
 322source = "registry+https://github.com/rust-lang/crates.io-index"
 323checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
 324dependencies = [
 325 "cc",
 326]
 327
 328[[package]]
 329name = "cocoa"
 330version = "0.24.0"
 331source = "registry+https://github.com/rust-lang/crates.io-index"
 332checksum = "6f63902e9223530efb4e26ccd0cf55ec30d592d3b42e21a28defc42a9586e832"
 333dependencies = [
 334 "bitflags",
 335 "block",
 336 "cocoa-foundation",
 337 "core-foundation",
 338 "core-graphics",
 339 "foreign-types",
 340 "libc",
 341 "objc",
 342]
 343
 344[[package]]
 345name = "cocoa-foundation"
 346version = "0.1.0"
 347source = "registry+https://github.com/rust-lang/crates.io-index"
 348checksum = "7ade49b65d560ca58c403a479bb396592b155c0185eada742ee323d1d68d6318"
 349dependencies = [
 350 "bitflags",
 351 "block",
 352 "core-foundation",
 353 "core-graphics-types",
 354 "foreign-types",
 355 "libc",
 356 "objc",
 357]
 358
 359[[package]]
 360name = "concurrent-queue"
 361version = "1.2.2"
 362source = "registry+https://github.com/rust-lang/crates.io-index"
 363checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
 364dependencies = [
 365 "cache-padded",
 366]
 367
 368[[package]]
 369name = "constant_time_eq"
 370version = "0.1.5"
 371source = "registry+https://github.com/rust-lang/crates.io-index"
 372checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 373
 374[[package]]
 375name = "core-foundation"
 376version = "0.9.1"
 377source = "registry+https://github.com/rust-lang/crates.io-index"
 378checksum = "0a89e2ae426ea83155dccf10c0fa6b1463ef6d5fcb44cee0b224a408fa640a62"
 379dependencies = [
 380 "core-foundation-sys",
 381 "libc",
 382]
 383
 384[[package]]
 385name = "core-foundation-sys"
 386version = "0.8.2"
 387source = "registry+https://github.com/rust-lang/crates.io-index"
 388checksum = "ea221b5284a47e40033bf9b66f35f984ec0ea2931eb03505246cd27a963f981b"
 389
 390[[package]]
 391name = "core-graphics"
 392version = "0.22.2"
 393source = "registry+https://github.com/rust-lang/crates.io-index"
 394checksum = "269f35f69b542b80e736a20a89a05215c0ce80c2c03c514abb2e318b78379d86"
 395dependencies = [
 396 "bitflags",
 397 "core-foundation",
 398 "core-graphics-types",
 399 "foreign-types",
 400 "libc",
 401]
 402
 403[[package]]
 404name = "core-graphics-types"
 405version = "0.1.1"
 406source = "registry+https://github.com/rust-lang/crates.io-index"
 407checksum = "3a68b68b3446082644c91ac778bf50cd4104bfb002b5a6a7c44cca5a2c70788b"
 408dependencies = [
 409 "bitflags",
 410 "core-foundation",
 411 "foreign-types",
 412 "libc",
 413]
 414
 415[[package]]
 416name = "core-text"
 417version = "19.2.0"
 418source = "registry+https://github.com/rust-lang/crates.io-index"
 419checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
 420dependencies = [
 421 "core-foundation",
 422 "core-graphics",
 423 "foreign-types",
 424 "libc",
 425]
 426
 427[[package]]
 428name = "crossbeam-channel"
 429version = "0.4.4"
 430source = "registry+https://github.com/rust-lang/crates.io-index"
 431checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
 432dependencies = [
 433 "crossbeam-utils 0.7.2",
 434 "maybe-uninit",
 435]
 436
 437[[package]]
 438name = "crossbeam-channel"
 439version = "0.5.0"
 440source = "registry+https://github.com/rust-lang/crates.io-index"
 441checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
 442dependencies = [
 443 "cfg-if 1.0.0",
 444 "crossbeam-utils 0.8.2",
 445]
 446
 447[[package]]
 448name = "crossbeam-utils"
 449version = "0.7.2"
 450source = "registry+https://github.com/rust-lang/crates.io-index"
 451checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
 452dependencies = [
 453 "autocfg",
 454 "cfg-if 0.1.10",
 455 "lazy_static",
 456]
 457
 458[[package]]
 459name = "crossbeam-utils"
 460version = "0.8.2"
 461source = "registry+https://github.com/rust-lang/crates.io-index"
 462checksum = "bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3"
 463dependencies = [
 464 "autocfg",
 465 "cfg-if 1.0.0",
 466 "lazy_static",
 467 "loom",
 468]
 469
 470[[package]]
 471name = "ctor"
 472version = "0.1.19"
 473source = "registry+https://github.com/rust-lang/crates.io-index"
 474checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
 475dependencies = [
 476 "quote",
 477 "syn",
 478]
 479
 480[[package]]
 481name = "dirs"
 482version = "3.0.1"
 483source = "registry+https://github.com/rust-lang/crates.io-index"
 484checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
 485dependencies = [
 486 "dirs-sys",
 487]
 488
 489[[package]]
 490name = "dirs-next"
 491version = "2.0.0"
 492source = "registry+https://github.com/rust-lang/crates.io-index"
 493checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
 494dependencies = [
 495 "cfg-if 1.0.0",
 496 "dirs-sys-next",
 497]
 498
 499[[package]]
 500name = "dirs-sys"
 501version = "0.3.5"
 502source = "registry+https://github.com/rust-lang/crates.io-index"
 503checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
 504dependencies = [
 505 "libc",
 506 "redox_users 0.3.5",
 507 "winapi",
 508]
 509
 510[[package]]
 511name = "dirs-sys-next"
 512version = "0.1.2"
 513source = "registry+https://github.com/rust-lang/crates.io-index"
 514checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
 515dependencies = [
 516 "libc",
 517 "redox_users 0.4.0",
 518 "winapi",
 519]
 520
 521[[package]]
 522name = "dwrote"
 523version = "0.11.0"
 524source = "registry+https://github.com/rust-lang/crates.io-index"
 525checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
 526dependencies = [
 527 "lazy_static",
 528 "libc",
 529 "winapi",
 530 "wio",
 531]
 532
 533[[package]]
 534name = "easy-parallel"
 535version = "3.1.0"
 536source = "registry+https://github.com/rust-lang/crates.io-index"
 537checksum = "1dd4afd79212583ff429b913ad6605242ed7eec277e950b1438f300748f948f4"
 538
 539[[package]]
 540name = "env_logger"
 541version = "0.8.3"
 542source = "registry+https://github.com/rust-lang/crates.io-index"
 543checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
 544dependencies = [
 545 "atty",
 546 "humantime",
 547 "log",
 548 "regex",
 549 "termcolor",
 550]
 551
 552[[package]]
 553name = "event-listener"
 554version = "2.5.1"
 555source = "registry+https://github.com/rust-lang/crates.io-index"
 556checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
 557
 558[[package]]
 559name = "expat-sys"
 560version = "2.1.6"
 561source = "registry+https://github.com/rust-lang/crates.io-index"
 562checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
 563dependencies = [
 564 "cmake",
 565 "pkg-config",
 566]
 567
 568[[package]]
 569name = "fastrand"
 570version = "1.4.0"
 571source = "registry+https://github.com/rust-lang/crates.io-index"
 572checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
 573dependencies = [
 574 "instant",
 575]
 576
 577[[package]]
 578name = "float-ord"
 579version = "0.2.0"
 580source = "registry+https://github.com/rust-lang/crates.io-index"
 581checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
 582
 583[[package]]
 584name = "fnv"
 585version = "1.0.7"
 586source = "registry+https://github.com/rust-lang/crates.io-index"
 587checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 588
 589[[package]]
 590name = "font-kit"
 591version = "0.10.0"
 592source = "git+https://github.com/zed-industries/font-kit?rev=8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1#8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1"
 593dependencies = [
 594 "bitflags",
 595 "byteorder",
 596 "core-foundation",
 597 "core-graphics",
 598 "core-text",
 599 "dirs-next",
 600 "dwrote",
 601 "float-ord",
 602 "freetype",
 603 "lazy_static",
 604 "libc",
 605 "log",
 606 "pathfinder_geometry",
 607 "pathfinder_simd",
 608 "servo-fontconfig",
 609 "walkdir",
 610 "winapi",
 611]
 612
 613[[package]]
 614name = "foreign-types"
 615version = "0.3.2"
 616source = "registry+https://github.com/rust-lang/crates.io-index"
 617checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 618dependencies = [
 619 "foreign-types-shared",
 620]
 621
 622[[package]]
 623name = "foreign-types-shared"
 624version = "0.1.1"
 625source = "registry+https://github.com/rust-lang/crates.io-index"
 626checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 627
 628[[package]]
 629name = "freetype"
 630version = "0.7.0"
 631source = "registry+https://github.com/rust-lang/crates.io-index"
 632checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
 633dependencies = [
 634 "freetype-sys",
 635 "libc",
 636]
 637
 638[[package]]
 639name = "freetype-sys"
 640version = "0.13.1"
 641source = "registry+https://github.com/rust-lang/crates.io-index"
 642checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
 643dependencies = [
 644 "cmake",
 645 "libc",
 646 "pkg-config",
 647]
 648
 649[[package]]
 650name = "fuchsia-cprng"
 651version = "0.1.1"
 652source = "registry+https://github.com/rust-lang/crates.io-index"
 653checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 654
 655[[package]]
 656name = "futures-core"
 657version = "0.3.12"
 658source = "registry+https://github.com/rust-lang/crates.io-index"
 659checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
 660
 661[[package]]
 662name = "futures-io"
 663version = "0.3.12"
 664source = "registry+https://github.com/rust-lang/crates.io-index"
 665checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
 666
 667[[package]]
 668name = "futures-lite"
 669version = "1.11.3"
 670source = "registry+https://github.com/rust-lang/crates.io-index"
 671checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
 672dependencies = [
 673 "fastrand",
 674 "futures-core",
 675 "futures-io",
 676 "memchr",
 677 "parking",
 678 "pin-project-lite",
 679 "waker-fn",
 680]
 681
 682[[package]]
 683name = "generator"
 684version = "0.6.23"
 685source = "registry+https://github.com/rust-lang/crates.io-index"
 686checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
 687dependencies = [
 688 "cc",
 689 "libc",
 690 "log",
 691 "rustc_version",
 692 "winapi",
 693]
 694
 695[[package]]
 696name = "getrandom"
 697version = "0.1.16"
 698source = "registry+https://github.com/rust-lang/crates.io-index"
 699checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
 700dependencies = [
 701 "cfg-if 1.0.0",
 702 "libc",
 703 "wasi 0.9.0+wasi-snapshot-preview1",
 704]
 705
 706[[package]]
 707name = "getrandom"
 708version = "0.2.2"
 709source = "registry+https://github.com/rust-lang/crates.io-index"
 710checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
 711dependencies = [
 712 "cfg-if 1.0.0",
 713 "libc",
 714 "wasi 0.10.0+wasi-snapshot-preview1",
 715]
 716
 717[[package]]
 718name = "glob"
 719version = "0.3.0"
 720source = "registry+https://github.com/rust-lang/crates.io-index"
 721checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
 722
 723[[package]]
 724name = "globset"
 725version = "0.4.4"
 726source = "git+https://github.com/zed-industries/ripgrep?rev=1d152118f35b3e3590216709b86277062d79b8a0#1d152118f35b3e3590216709b86277062d79b8a0"
 727dependencies = [
 728 "aho-corasick",
 729 "bstr",
 730 "fnv",
 731 "log",
 732 "regex",
 733]
 734
 735[[package]]
 736name = "gpui"
 737version = "0.1.0"
 738dependencies = [
 739 "anyhow",
 740 "async-task 4.0.3 (git+https://github.com/zedit-io/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e)",
 741 "bindgen",
 742 "cc",
 743 "cocoa",
 744 "core-foundation",
 745 "core-graphics",
 746 "core-text",
 747 "ctor",
 748 "font-kit",
 749 "foreign-types",
 750 "log",
 751 "metal",
 752 "num_cpus",
 753 "objc",
 754 "ordered-float",
 755 "parking_lot",
 756 "pathfinder_color",
 757 "pathfinder_geometry",
 758 "pin-project",
 759 "rand 0.8.3",
 760 "replace_with",
 761 "smallvec",
 762 "smol",
 763 "tree-sitter",
 764]
 765
 766[[package]]
 767name = "hermit-abi"
 768version = "0.1.18"
 769source = "registry+https://github.com/rust-lang/crates.io-index"
 770checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
 771dependencies = [
 772 "libc",
 773]
 774
 775[[package]]
 776name = "humantime"
 777version = "2.1.0"
 778source = "registry+https://github.com/rust-lang/crates.io-index"
 779checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 780
 781[[package]]
 782name = "ignore"
 783version = "0.4.11"
 784source = "git+https://github.com/zed-industries/ripgrep?rev=1d152118f35b3e3590216709b86277062d79b8a0#1d152118f35b3e3590216709b86277062d79b8a0"
 785dependencies = [
 786 "crossbeam-channel 0.4.4",
 787 "crossbeam-utils 0.7.2",
 788 "globset",
 789 "lazy_static",
 790 "log",
 791 "memchr",
 792 "regex",
 793 "same-file",
 794 "thread_local",
 795 "walkdir",
 796 "winapi-util",
 797]
 798
 799[[package]]
 800name = "instant"
 801version = "0.1.9"
 802source = "registry+https://github.com/rust-lang/crates.io-index"
 803checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
 804dependencies = [
 805 "cfg-if 1.0.0",
 806]
 807
 808[[package]]
 809name = "itoa"
 810version = "0.4.7"
 811source = "registry+https://github.com/rust-lang/crates.io-index"
 812checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
 813
 814[[package]]
 815name = "lazy_static"
 816version = "1.4.0"
 817source = "registry+https://github.com/rust-lang/crates.io-index"
 818checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 819
 820[[package]]
 821name = "lazycell"
 822version = "1.3.0"
 823source = "registry+https://github.com/rust-lang/crates.io-index"
 824checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 825
 826[[package]]
 827name = "libc"
 828version = "0.2.86"
 829source = "registry+https://github.com/rust-lang/crates.io-index"
 830checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
 831
 832[[package]]
 833name = "libloading"
 834version = "0.7.0"
 835source = "registry+https://github.com/rust-lang/crates.io-index"
 836checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
 837dependencies = [
 838 "cfg-if 1.0.0",
 839 "winapi",
 840]
 841
 842[[package]]
 843name = "lock_api"
 844version = "0.4.2"
 845source = "registry+https://github.com/rust-lang/crates.io-index"
 846checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
 847dependencies = [
 848 "scopeguard",
 849]
 850
 851[[package]]
 852name = "log"
 853version = "0.4.14"
 854source = "registry+https://github.com/rust-lang/crates.io-index"
 855checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
 856dependencies = [
 857 "cfg-if 1.0.0",
 858]
 859
 860[[package]]
 861name = "loom"
 862version = "0.4.0"
 863source = "registry+https://github.com/rust-lang/crates.io-index"
 864checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
 865dependencies = [
 866 "cfg-if 1.0.0",
 867 "generator",
 868 "scoped-tls",
 869]
 870
 871[[package]]
 872name = "malloc_buf"
 873version = "0.0.6"
 874source = "registry+https://github.com/rust-lang/crates.io-index"
 875checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 876dependencies = [
 877 "libc",
 878]
 879
 880[[package]]
 881name = "maybe-uninit"
 882version = "2.0.0"
 883source = "registry+https://github.com/rust-lang/crates.io-index"
 884checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
 885
 886[[package]]
 887name = "memchr"
 888version = "2.3.4"
 889source = "registry+https://github.com/rust-lang/crates.io-index"
 890checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
 891
 892[[package]]
 893name = "metal"
 894version = "0.21.0"
 895source = "registry+https://github.com/rust-lang/crates.io-index"
 896checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
 897dependencies = [
 898 "bitflags",
 899 "block",
 900 "cocoa-foundation",
 901 "foreign-types",
 902 "log",
 903 "objc",
 904]
 905
 906[[package]]
 907name = "nb-connect"
 908version = "1.0.3"
 909source = "registry+https://github.com/rust-lang/crates.io-index"
 910checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
 911dependencies = [
 912 "libc",
 913 "socket2",
 914]
 915
 916[[package]]
 917name = "nom"
 918version = "5.1.2"
 919source = "registry+https://github.com/rust-lang/crates.io-index"
 920checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
 921dependencies = [
 922 "memchr",
 923 "version_check",
 924]
 925
 926[[package]]
 927name = "num-integer"
 928version = "0.1.44"
 929source = "registry+https://github.com/rust-lang/crates.io-index"
 930checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
 931dependencies = [
 932 "autocfg",
 933 "num-traits",
 934]
 935
 936[[package]]
 937name = "num-traits"
 938version = "0.2.14"
 939source = "registry+https://github.com/rust-lang/crates.io-index"
 940checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
 941dependencies = [
 942 "autocfg",
 943]
 944
 945[[package]]
 946name = "num_cpus"
 947version = "1.13.0"
 948source = "registry+https://github.com/rust-lang/crates.io-index"
 949checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
 950dependencies = [
 951 "hermit-abi",
 952 "libc",
 953]
 954
 955[[package]]
 956name = "objc"
 957version = "0.2.7"
 958source = "registry+https://github.com/rust-lang/crates.io-index"
 959checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 960dependencies = [
 961 "malloc_buf",
 962 "objc_exception",
 963]
 964
 965[[package]]
 966name = "objc_exception"
 967version = "0.1.2"
 968source = "registry+https://github.com/rust-lang/crates.io-index"
 969checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
 970dependencies = [
 971 "cc",
 972]
 973
 974[[package]]
 975name = "once_cell"
 976version = "1.5.2"
 977source = "registry+https://github.com/rust-lang/crates.io-index"
 978checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
 979
 980[[package]]
 981name = "ordered-float"
 982version = "2.1.1"
 983source = "registry+https://github.com/rust-lang/crates.io-index"
 984checksum = "766f840da25490628d8e63e529cd21c014f6600c6b8517add12a6fa6167a6218"
 985dependencies = [
 986 "num-traits",
 987]
 988
 989[[package]]
 990name = "parking"
 991version = "2.0.0"
 992source = "registry+https://github.com/rust-lang/crates.io-index"
 993checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
 994
 995[[package]]
 996name = "parking_lot"
 997version = "0.11.1"
 998source = "registry+https://github.com/rust-lang/crates.io-index"
 999checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
1000dependencies = [
1001 "instant",
1002 "lock_api",
1003 "parking_lot_core",
1004]
1005
1006[[package]]
1007name = "parking_lot_core"
1008version = "0.8.3"
1009source = "registry+https://github.com/rust-lang/crates.io-index"
1010checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
1011dependencies = [
1012 "cfg-if 1.0.0",
1013 "instant",
1014 "libc",
1015 "redox_syscall 0.2.5",
1016 "smallvec",
1017 "winapi",
1018]
1019
1020[[package]]
1021name = "pathfinder_color"
1022version = "0.5.0"
1023source = "registry+https://github.com/rust-lang/crates.io-index"
1024checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
1025dependencies = [
1026 "pathfinder_simd",
1027]
1028
1029[[package]]
1030name = "pathfinder_geometry"
1031version = "0.5.1"
1032source = "registry+https://github.com/rust-lang/crates.io-index"
1033checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
1034dependencies = [
1035 "log",
1036 "pathfinder_simd",
1037]
1038
1039[[package]]
1040name = "pathfinder_simd"
1041version = "0.5.0"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "b451513912d6b3440e443aa75a73ab22203afedc4a90df8526d008c0f86f7cb3"
1044dependencies = [
1045 "rustc_version",
1046]
1047
1048[[package]]
1049name = "peeking_take_while"
1050version = "0.1.2"
1051source = "registry+https://github.com/rust-lang/crates.io-index"
1052checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1053
1054[[package]]
1055name = "pin-project"
1056version = "1.0.5"
1057source = "registry+https://github.com/rust-lang/crates.io-index"
1058checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
1059dependencies = [
1060 "pin-project-internal",
1061]
1062
1063[[package]]
1064name = "pin-project-internal"
1065version = "1.0.5"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
1068dependencies = [
1069 "proc-macro2",
1070 "quote",
1071 "syn",
1072]
1073
1074[[package]]
1075name = "pin-project-lite"
1076version = "0.2.4"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
1079
1080[[package]]
1081name = "pkg-config"
1082version = "0.3.19"
1083source = "registry+https://github.com/rust-lang/crates.io-index"
1084checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
1085
1086[[package]]
1087name = "polling"
1088version = "2.0.2"
1089source = "registry+https://github.com/rust-lang/crates.io-index"
1090checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
1091dependencies = [
1092 "cfg-if 0.1.10",
1093 "libc",
1094 "log",
1095 "wepoll-sys",
1096 "winapi",
1097]
1098
1099[[package]]
1100name = "ppv-lite86"
1101version = "0.2.10"
1102source = "registry+https://github.com/rust-lang/crates.io-index"
1103checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
1104
1105[[package]]
1106name = "proc-macro2"
1107version = "1.0.24"
1108source = "registry+https://github.com/rust-lang/crates.io-index"
1109checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
1110dependencies = [
1111 "unicode-xid",
1112]
1113
1114[[package]]
1115name = "quote"
1116version = "1.0.9"
1117source = "registry+https://github.com/rust-lang/crates.io-index"
1118checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
1119dependencies = [
1120 "proc-macro2",
1121]
1122
1123[[package]]
1124name = "rand"
1125version = "0.4.6"
1126source = "registry+https://github.com/rust-lang/crates.io-index"
1127checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1128dependencies = [
1129 "fuchsia-cprng",
1130 "libc",
1131 "rand_core 0.3.1",
1132 "rdrand",
1133 "winapi",
1134]
1135
1136[[package]]
1137name = "rand"
1138version = "0.8.3"
1139source = "registry+https://github.com/rust-lang/crates.io-index"
1140checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
1141dependencies = [
1142 "libc",
1143 "rand_chacha",
1144 "rand_core 0.6.2",
1145 "rand_hc",
1146]
1147
1148[[package]]
1149name = "rand_chacha"
1150version = "0.3.0"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
1153dependencies = [
1154 "ppv-lite86",
1155 "rand_core 0.6.2",
1156]
1157
1158[[package]]
1159name = "rand_core"
1160version = "0.3.1"
1161source = "registry+https://github.com/rust-lang/crates.io-index"
1162checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1163dependencies = [
1164 "rand_core 0.4.2",
1165]
1166
1167[[package]]
1168name = "rand_core"
1169version = "0.4.2"
1170source = "registry+https://github.com/rust-lang/crates.io-index"
1171checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1172
1173[[package]]
1174name = "rand_core"
1175version = "0.6.2"
1176source = "registry+https://github.com/rust-lang/crates.io-index"
1177checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
1178dependencies = [
1179 "getrandom 0.2.2",
1180]
1181
1182[[package]]
1183name = "rand_hc"
1184version = "0.3.0"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
1187dependencies = [
1188 "rand_core 0.6.2",
1189]
1190
1191[[package]]
1192name = "rdrand"
1193version = "0.4.0"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1196dependencies = [
1197 "rand_core 0.3.1",
1198]
1199
1200[[package]]
1201name = "redox_syscall"
1202version = "0.1.57"
1203source = "registry+https://github.com/rust-lang/crates.io-index"
1204checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1205
1206[[package]]
1207name = "redox_syscall"
1208version = "0.2.5"
1209source = "registry+https://github.com/rust-lang/crates.io-index"
1210checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
1211dependencies = [
1212 "bitflags",
1213]
1214
1215[[package]]
1216name = "redox_users"
1217version = "0.3.5"
1218source = "registry+https://github.com/rust-lang/crates.io-index"
1219checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
1220dependencies = [
1221 "getrandom 0.1.16",
1222 "redox_syscall 0.1.57",
1223 "rust-argon2",
1224]
1225
1226[[package]]
1227name = "redox_users"
1228version = "0.4.0"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
1231dependencies = [
1232 "getrandom 0.2.2",
1233 "redox_syscall 0.2.5",
1234]
1235
1236[[package]]
1237name = "regex"
1238version = "1.4.3"
1239source = "registry+https://github.com/rust-lang/crates.io-index"
1240checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
1241dependencies = [
1242 "aho-corasick",
1243 "memchr",
1244 "regex-syntax",
1245 "thread_local",
1246]
1247
1248[[package]]
1249name = "regex-syntax"
1250version = "0.6.22"
1251source = "registry+https://github.com/rust-lang/crates.io-index"
1252checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1253
1254[[package]]
1255name = "remove_dir_all"
1256version = "0.5.3"
1257source = "registry+https://github.com/rust-lang/crates.io-index"
1258checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1259dependencies = [
1260 "winapi",
1261]
1262
1263[[package]]
1264name = "replace_with"
1265version = "0.1.7"
1266source = "registry+https://github.com/rust-lang/crates.io-index"
1267checksum = "e3a8614ee435691de62bcffcf4a66d91b3594bf1428a5722e79103249a095690"
1268
1269[[package]]
1270name = "rust-argon2"
1271version = "0.8.3"
1272source = "registry+https://github.com/rust-lang/crates.io-index"
1273checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
1274dependencies = [
1275 "base64",
1276 "blake2b_simd",
1277 "constant_time_eq",
1278 "crossbeam-utils 0.8.2",
1279]
1280
1281[[package]]
1282name = "rust-embed"
1283version = "5.9.0"
1284source = "registry+https://github.com/rust-lang/crates.io-index"
1285checksum = "2fe1fe6aac5d6bb9e1ffd81002340363272a7648234ec7bdfac5ee202cb65523"
1286dependencies = [
1287 "rust-embed-impl",
1288 "rust-embed-utils",
1289 "walkdir",
1290]
1291
1292[[package]]
1293name = "rust-embed-impl"
1294version = "5.9.0"
1295source = "registry+https://github.com/rust-lang/crates.io-index"
1296checksum = "3ed91c41c42ef7bf687384439c312e75e0da9c149b0390889b94de3c7d9d9e66"
1297dependencies = [
1298 "proc-macro2",
1299 "quote",
1300 "rust-embed-utils",
1301 "syn",
1302 "walkdir",
1303]
1304
1305[[package]]
1306name = "rust-embed-utils"
1307version = "5.1.0"
1308source = "registry+https://github.com/rust-lang/crates.io-index"
1309checksum = "2a512219132473ab0a77b52077059f1c47ce4af7fbdc94503e9862a34422876d"
1310dependencies = [
1311 "walkdir",
1312]
1313
1314[[package]]
1315name = "rustc-hash"
1316version = "1.1.0"
1317source = "registry+https://github.com/rust-lang/crates.io-index"
1318checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1319
1320[[package]]
1321name = "rustc_version"
1322version = "0.2.3"
1323source = "registry+https://github.com/rust-lang/crates.io-index"
1324checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1325dependencies = [
1326 "semver",
1327]
1328
1329[[package]]
1330name = "ryu"
1331version = "1.0.5"
1332source = "registry+https://github.com/rust-lang/crates.io-index"
1333checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1334
1335[[package]]
1336name = "same-file"
1337version = "1.0.6"
1338source = "registry+https://github.com/rust-lang/crates.io-index"
1339checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1340dependencies = [
1341 "winapi-util",
1342]
1343
1344[[package]]
1345name = "scoped-tls"
1346version = "1.0.0"
1347source = "registry+https://github.com/rust-lang/crates.io-index"
1348checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
1349
1350[[package]]
1351name = "scopeguard"
1352version = "1.1.0"
1353source = "registry+https://github.com/rust-lang/crates.io-index"
1354checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1355
1356[[package]]
1357name = "semver"
1358version = "0.9.0"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1361dependencies = [
1362 "semver-parser",
1363]
1364
1365[[package]]
1366name = "semver-parser"
1367version = "0.7.0"
1368source = "registry+https://github.com/rust-lang/crates.io-index"
1369checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1370
1371[[package]]
1372name = "serde"
1373version = "1.0.124"
1374source = "registry+https://github.com/rust-lang/crates.io-index"
1375checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
1376
1377[[package]]
1378name = "serde_json"
1379version = "1.0.64"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
1382dependencies = [
1383 "itoa",
1384 "ryu",
1385 "serde",
1386]
1387
1388[[package]]
1389name = "servo-fontconfig"
1390version = "0.5.1"
1391source = "registry+https://github.com/rust-lang/crates.io-index"
1392checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
1393dependencies = [
1394 "libc",
1395 "servo-fontconfig-sys",
1396]
1397
1398[[package]]
1399name = "servo-fontconfig-sys"
1400version = "5.1.0"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
1403dependencies = [
1404 "expat-sys",
1405 "freetype-sys",
1406 "pkg-config",
1407]
1408
1409[[package]]
1410name = "shlex"
1411version = "0.1.1"
1412source = "registry+https://github.com/rust-lang/crates.io-index"
1413checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
1414
1415[[package]]
1416name = "signal-hook"
1417version = "0.3.6"
1418source = "registry+https://github.com/rust-lang/crates.io-index"
1419checksum = "8a7f3f92a1da3d6b1d32245d0cbcbbab0cfc45996d8df619c42bccfa6d2bbb5f"
1420dependencies = [
1421 "libc",
1422 "signal-hook-registry",
1423]
1424
1425[[package]]
1426name = "signal-hook-registry"
1427version = "1.3.0"
1428source = "registry+https://github.com/rust-lang/crates.io-index"
1429checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
1430dependencies = [
1431 "libc",
1432]
1433
1434[[package]]
1435name = "simplelog"
1436version = "0.9.0"
1437source = "registry+https://github.com/rust-lang/crates.io-index"
1438checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
1439dependencies = [
1440 "chrono",
1441 "log",
1442 "termcolor",
1443]
1444
1445[[package]]
1446name = "smallvec"
1447version = "1.6.1"
1448source = "registry+https://github.com/rust-lang/crates.io-index"
1449checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
1450
1451[[package]]
1452name = "smol"
1453version = "1.2.5"
1454source = "registry+https://github.com/rust-lang/crates.io-index"
1455checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
1456dependencies = [
1457 "async-channel",
1458 "async-executor",
1459 "async-fs",
1460 "async-io",
1461 "async-lock",
1462 "async-net",
1463 "async-process",
1464 "blocking",
1465 "futures-lite",
1466 "once_cell",
1467]
1468
1469[[package]]
1470name = "socket2"
1471version = "0.3.19"
1472source = "registry+https://github.com/rust-lang/crates.io-index"
1473checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1474dependencies = [
1475 "cfg-if 1.0.0",
1476 "libc",
1477 "winapi",
1478]
1479
1480[[package]]
1481name = "strsim"
1482version = "0.8.0"
1483source = "registry+https://github.com/rust-lang/crates.io-index"
1484checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1485
1486[[package]]
1487name = "syn"
1488version = "1.0.60"
1489source = "registry+https://github.com/rust-lang/crates.io-index"
1490checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
1491dependencies = [
1492 "proc-macro2",
1493 "quote",
1494 "unicode-xid",
1495]
1496
1497[[package]]
1498name = "tempdir"
1499version = "0.3.7"
1500source = "registry+https://github.com/rust-lang/crates.io-index"
1501checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
1502dependencies = [
1503 "rand 0.4.6",
1504 "remove_dir_all",
1505]
1506
1507[[package]]
1508name = "termcolor"
1509version = "1.1.2"
1510source = "registry+https://github.com/rust-lang/crates.io-index"
1511checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1512dependencies = [
1513 "winapi-util",
1514]
1515
1516[[package]]
1517name = "textwrap"
1518version = "0.11.0"
1519source = "registry+https://github.com/rust-lang/crates.io-index"
1520checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1521dependencies = [
1522 "unicode-width",
1523]
1524
1525[[package]]
1526name = "thread_local"
1527version = "1.1.3"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
1530dependencies = [
1531 "once_cell",
1532]
1533
1534[[package]]
1535name = "time"
1536version = "0.1.44"
1537source = "registry+https://github.com/rust-lang/crates.io-index"
1538checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1539dependencies = [
1540 "libc",
1541 "wasi 0.10.0+wasi-snapshot-preview1",
1542 "winapi",
1543]
1544
1545[[package]]
1546name = "tree-sitter"
1547version = "0.17.1"
1548source = "registry+https://github.com/rust-lang/crates.io-index"
1549checksum = "d18dcb776d3affaba6db04d11d645946d34a69b3172e588af96ce9fecd20faac"
1550dependencies = [
1551 "cc",
1552 "regex",
1553]
1554
1555[[package]]
1556name = "unicode-width"
1557version = "0.1.8"
1558source = "registry+https://github.com/rust-lang/crates.io-index"
1559checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1560
1561[[package]]
1562name = "unicode-xid"
1563version = "0.2.1"
1564source = "registry+https://github.com/rust-lang/crates.io-index"
1565checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1566
1567[[package]]
1568name = "unindent"
1569version = "0.1.7"
1570source = "registry+https://github.com/rust-lang/crates.io-index"
1571checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
1572
1573[[package]]
1574name = "vec-arena"
1575version = "1.0.0"
1576source = "registry+https://github.com/rust-lang/crates.io-index"
1577checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
1578
1579[[package]]
1580name = "vec_map"
1581version = "0.8.2"
1582source = "registry+https://github.com/rust-lang/crates.io-index"
1583checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1584
1585[[package]]
1586name = "version_check"
1587version = "0.9.2"
1588source = "registry+https://github.com/rust-lang/crates.io-index"
1589checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1590
1591[[package]]
1592name = "waker-fn"
1593version = "1.1.0"
1594source = "registry+https://github.com/rust-lang/crates.io-index"
1595checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
1596
1597[[package]]
1598name = "walkdir"
1599version = "2.3.1"
1600source = "registry+https://github.com/rust-lang/crates.io-index"
1601checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
1602dependencies = [
1603 "same-file",
1604 "winapi",
1605 "winapi-util",
1606]
1607
1608[[package]]
1609name = "wasi"
1610version = "0.9.0+wasi-snapshot-preview1"
1611source = "registry+https://github.com/rust-lang/crates.io-index"
1612checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1613
1614[[package]]
1615name = "wasi"
1616version = "0.10.0+wasi-snapshot-preview1"
1617source = "registry+https://github.com/rust-lang/crates.io-index"
1618checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1619
1620[[package]]
1621name = "wepoll-sys"
1622version = "3.0.1"
1623source = "registry+https://github.com/rust-lang/crates.io-index"
1624checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
1625dependencies = [
1626 "cc",
1627]
1628
1629[[package]]
1630name = "which"
1631version = "3.1.1"
1632source = "registry+https://github.com/rust-lang/crates.io-index"
1633checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
1634dependencies = [
1635 "libc",
1636]
1637
1638[[package]]
1639name = "winapi"
1640version = "0.3.9"
1641source = "registry+https://github.com/rust-lang/crates.io-index"
1642checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1643dependencies = [
1644 "winapi-i686-pc-windows-gnu",
1645 "winapi-x86_64-pc-windows-gnu",
1646]
1647
1648[[package]]
1649name = "winapi-i686-pc-windows-gnu"
1650version = "0.4.0"
1651source = "registry+https://github.com/rust-lang/crates.io-index"
1652checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1653
1654[[package]]
1655name = "winapi-util"
1656version = "0.1.5"
1657source = "registry+https://github.com/rust-lang/crates.io-index"
1658checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1659dependencies = [
1660 "winapi",
1661]
1662
1663[[package]]
1664name = "winapi-x86_64-pc-windows-gnu"
1665version = "0.4.0"
1666source = "registry+https://github.com/rust-lang/crates.io-index"
1667checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1668
1669[[package]]
1670name = "wio"
1671version = "0.2.2"
1672source = "registry+https://github.com/rust-lang/crates.io-index"
1673checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
1674dependencies = [
1675 "winapi",
1676]
1677
1678[[package]]
1679name = "zed"
1680version = "0.1.0"
1681dependencies = [
1682 "anyhow",
1683 "arrayvec",
1684 "crossbeam-channel 0.5.0",
1685 "dirs",
1686 "easy-parallel",
1687 "gpui",
1688 "ignore",
1689 "lazy_static",
1690 "libc",
1691 "log",
1692 "num_cpus",
1693 "parking_lot",
1694 "rand 0.8.3",
1695 "rust-embed",
1696 "serde_json",
1697 "simplelog",
1698 "smallvec",
1699 "smol",
1700 "tempdir",
1701 "unindent",
1702]