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 "smallvec",
 761 "smol",
 762 "tree-sitter",
 763]
 764
 765[[package]]
 766name = "hermit-abi"
 767version = "0.1.18"
 768source = "registry+https://github.com/rust-lang/crates.io-index"
 769checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
 770dependencies = [
 771 "libc",
 772]
 773
 774[[package]]
 775name = "humantime"
 776version = "2.1.0"
 777source = "registry+https://github.com/rust-lang/crates.io-index"
 778checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
 779
 780[[package]]
 781name = "ignore"
 782version = "0.4.11"
 783source = "git+https://github.com/zed-industries/ripgrep?rev=1d152118f35b3e3590216709b86277062d79b8a0#1d152118f35b3e3590216709b86277062d79b8a0"
 784dependencies = [
 785 "crossbeam-channel 0.4.4",
 786 "crossbeam-utils 0.7.2",
 787 "globset",
 788 "lazy_static",
 789 "log",
 790 "memchr",
 791 "regex",
 792 "same-file",
 793 "thread_local",
 794 "walkdir",
 795 "winapi-util",
 796]
 797
 798[[package]]
 799name = "instant"
 800version = "0.1.9"
 801source = "registry+https://github.com/rust-lang/crates.io-index"
 802checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
 803dependencies = [
 804 "cfg-if 1.0.0",
 805]
 806
 807[[package]]
 808name = "itoa"
 809version = "0.4.7"
 810source = "registry+https://github.com/rust-lang/crates.io-index"
 811checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
 812
 813[[package]]
 814name = "lazy_static"
 815version = "1.4.0"
 816source = "registry+https://github.com/rust-lang/crates.io-index"
 817checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
 818
 819[[package]]
 820name = "lazycell"
 821version = "1.3.0"
 822source = "registry+https://github.com/rust-lang/crates.io-index"
 823checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
 824
 825[[package]]
 826name = "libc"
 827version = "0.2.86"
 828source = "registry+https://github.com/rust-lang/crates.io-index"
 829checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
 830
 831[[package]]
 832name = "libloading"
 833version = "0.7.0"
 834source = "registry+https://github.com/rust-lang/crates.io-index"
 835checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
 836dependencies = [
 837 "cfg-if 1.0.0",
 838 "winapi",
 839]
 840
 841[[package]]
 842name = "lock_api"
 843version = "0.4.2"
 844source = "registry+https://github.com/rust-lang/crates.io-index"
 845checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
 846dependencies = [
 847 "scopeguard",
 848]
 849
 850[[package]]
 851name = "log"
 852version = "0.4.14"
 853source = "registry+https://github.com/rust-lang/crates.io-index"
 854checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
 855dependencies = [
 856 "cfg-if 1.0.0",
 857]
 858
 859[[package]]
 860name = "loom"
 861version = "0.4.0"
 862source = "registry+https://github.com/rust-lang/crates.io-index"
 863checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
 864dependencies = [
 865 "cfg-if 1.0.0",
 866 "generator",
 867 "scoped-tls",
 868]
 869
 870[[package]]
 871name = "malloc_buf"
 872version = "0.0.6"
 873source = "registry+https://github.com/rust-lang/crates.io-index"
 874checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
 875dependencies = [
 876 "libc",
 877]
 878
 879[[package]]
 880name = "maybe-uninit"
 881version = "2.0.0"
 882source = "registry+https://github.com/rust-lang/crates.io-index"
 883checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
 884
 885[[package]]
 886name = "memchr"
 887version = "2.3.4"
 888source = "registry+https://github.com/rust-lang/crates.io-index"
 889checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
 890
 891[[package]]
 892name = "metal"
 893version = "0.21.0"
 894source = "registry+https://github.com/rust-lang/crates.io-index"
 895checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
 896dependencies = [
 897 "bitflags",
 898 "block",
 899 "cocoa-foundation",
 900 "foreign-types",
 901 "log",
 902 "objc",
 903]
 904
 905[[package]]
 906name = "nb-connect"
 907version = "1.0.3"
 908source = "registry+https://github.com/rust-lang/crates.io-index"
 909checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
 910dependencies = [
 911 "libc",
 912 "socket2",
 913]
 914
 915[[package]]
 916name = "nom"
 917version = "5.1.2"
 918source = "registry+https://github.com/rust-lang/crates.io-index"
 919checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
 920dependencies = [
 921 "memchr",
 922 "version_check",
 923]
 924
 925[[package]]
 926name = "num-integer"
 927version = "0.1.44"
 928source = "registry+https://github.com/rust-lang/crates.io-index"
 929checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
 930dependencies = [
 931 "autocfg",
 932 "num-traits",
 933]
 934
 935[[package]]
 936name = "num-traits"
 937version = "0.2.14"
 938source = "registry+https://github.com/rust-lang/crates.io-index"
 939checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
 940dependencies = [
 941 "autocfg",
 942]
 943
 944[[package]]
 945name = "num_cpus"
 946version = "1.13.0"
 947source = "registry+https://github.com/rust-lang/crates.io-index"
 948checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
 949dependencies = [
 950 "hermit-abi",
 951 "libc",
 952]
 953
 954[[package]]
 955name = "objc"
 956version = "0.2.7"
 957source = "registry+https://github.com/rust-lang/crates.io-index"
 958checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
 959dependencies = [
 960 "malloc_buf",
 961 "objc_exception",
 962]
 963
 964[[package]]
 965name = "objc_exception"
 966version = "0.1.2"
 967source = "registry+https://github.com/rust-lang/crates.io-index"
 968checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
 969dependencies = [
 970 "cc",
 971]
 972
 973[[package]]
 974name = "once_cell"
 975version = "1.5.2"
 976source = "registry+https://github.com/rust-lang/crates.io-index"
 977checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
 978
 979[[package]]
 980name = "ordered-float"
 981version = "2.1.1"
 982source = "registry+https://github.com/rust-lang/crates.io-index"
 983checksum = "766f840da25490628d8e63e529cd21c014f6600c6b8517add12a6fa6167a6218"
 984dependencies = [
 985 "num-traits",
 986]
 987
 988[[package]]
 989name = "parking"
 990version = "2.0.0"
 991source = "registry+https://github.com/rust-lang/crates.io-index"
 992checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
 993
 994[[package]]
 995name = "parking_lot"
 996version = "0.11.1"
 997source = "registry+https://github.com/rust-lang/crates.io-index"
 998checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
 999dependencies = [
1000 "instant",
1001 "lock_api",
1002 "parking_lot_core",
1003]
1004
1005[[package]]
1006name = "parking_lot_core"
1007version = "0.8.3"
1008source = "registry+https://github.com/rust-lang/crates.io-index"
1009checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
1010dependencies = [
1011 "cfg-if 1.0.0",
1012 "instant",
1013 "libc",
1014 "redox_syscall 0.2.5",
1015 "smallvec",
1016 "winapi",
1017]
1018
1019[[package]]
1020name = "pathfinder_color"
1021version = "0.5.0"
1022source = "registry+https://github.com/rust-lang/crates.io-index"
1023checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
1024dependencies = [
1025 "pathfinder_simd",
1026]
1027
1028[[package]]
1029name = "pathfinder_geometry"
1030version = "0.5.1"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
1033dependencies = [
1034 "log",
1035 "pathfinder_simd",
1036]
1037
1038[[package]]
1039name = "pathfinder_simd"
1040version = "0.5.0"
1041source = "registry+https://github.com/rust-lang/crates.io-index"
1042checksum = "b451513912d6b3440e443aa75a73ab22203afedc4a90df8526d008c0f86f7cb3"
1043dependencies = [
1044 "rustc_version",
1045]
1046
1047[[package]]
1048name = "peeking_take_while"
1049version = "0.1.2"
1050source = "registry+https://github.com/rust-lang/crates.io-index"
1051checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1052
1053[[package]]
1054name = "pin-project"
1055version = "1.0.5"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "96fa8ebb90271c4477f144354485b8068bd8f6b78b428b01ba892ca26caf0b63"
1058dependencies = [
1059 "pin-project-internal",
1060]
1061
1062[[package]]
1063name = "pin-project-internal"
1064version = "1.0.5"
1065source = "registry+https://github.com/rust-lang/crates.io-index"
1066checksum = "758669ae3558c6f74bd2a18b41f7ac0b5a195aea6639d6a9b5e5d1ad5ba24c0b"
1067dependencies = [
1068 "proc-macro2",
1069 "quote",
1070 "syn",
1071]
1072
1073[[package]]
1074name = "pin-project-lite"
1075version = "0.2.4"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
1078
1079[[package]]
1080name = "pkg-config"
1081version = "0.3.19"
1082source = "registry+https://github.com/rust-lang/crates.io-index"
1083checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
1084
1085[[package]]
1086name = "polling"
1087version = "2.0.2"
1088source = "registry+https://github.com/rust-lang/crates.io-index"
1089checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
1090dependencies = [
1091 "cfg-if 0.1.10",
1092 "libc",
1093 "log",
1094 "wepoll-sys",
1095 "winapi",
1096]
1097
1098[[package]]
1099name = "ppv-lite86"
1100version = "0.2.10"
1101source = "registry+https://github.com/rust-lang/crates.io-index"
1102checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
1103
1104[[package]]
1105name = "proc-macro2"
1106version = "1.0.24"
1107source = "registry+https://github.com/rust-lang/crates.io-index"
1108checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
1109dependencies = [
1110 "unicode-xid",
1111]
1112
1113[[package]]
1114name = "quote"
1115version = "1.0.9"
1116source = "registry+https://github.com/rust-lang/crates.io-index"
1117checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
1118dependencies = [
1119 "proc-macro2",
1120]
1121
1122[[package]]
1123name = "rand"
1124version = "0.4.6"
1125source = "registry+https://github.com/rust-lang/crates.io-index"
1126checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1127dependencies = [
1128 "fuchsia-cprng",
1129 "libc",
1130 "rand_core 0.3.1",
1131 "rdrand",
1132 "winapi",
1133]
1134
1135[[package]]
1136name = "rand"
1137version = "0.8.3"
1138source = "registry+https://github.com/rust-lang/crates.io-index"
1139checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
1140dependencies = [
1141 "libc",
1142 "rand_chacha",
1143 "rand_core 0.6.2",
1144 "rand_hc",
1145]
1146
1147[[package]]
1148name = "rand_chacha"
1149version = "0.3.0"
1150source = "registry+https://github.com/rust-lang/crates.io-index"
1151checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
1152dependencies = [
1153 "ppv-lite86",
1154 "rand_core 0.6.2",
1155]
1156
1157[[package]]
1158name = "rand_core"
1159version = "0.3.1"
1160source = "registry+https://github.com/rust-lang/crates.io-index"
1161checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1162dependencies = [
1163 "rand_core 0.4.2",
1164]
1165
1166[[package]]
1167name = "rand_core"
1168version = "0.4.2"
1169source = "registry+https://github.com/rust-lang/crates.io-index"
1170checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1171
1172[[package]]
1173name = "rand_core"
1174version = "0.6.2"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
1177dependencies = [
1178 "getrandom 0.2.2",
1179]
1180
1181[[package]]
1182name = "rand_hc"
1183version = "0.3.0"
1184source = "registry+https://github.com/rust-lang/crates.io-index"
1185checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
1186dependencies = [
1187 "rand_core 0.6.2",
1188]
1189
1190[[package]]
1191name = "rdrand"
1192version = "0.4.0"
1193source = "registry+https://github.com/rust-lang/crates.io-index"
1194checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1195dependencies = [
1196 "rand_core 0.3.1",
1197]
1198
1199[[package]]
1200name = "redox_syscall"
1201version = "0.1.57"
1202source = "registry+https://github.com/rust-lang/crates.io-index"
1203checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1204
1205[[package]]
1206name = "redox_syscall"
1207version = "0.2.5"
1208source = "registry+https://github.com/rust-lang/crates.io-index"
1209checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
1210dependencies = [
1211 "bitflags",
1212]
1213
1214[[package]]
1215name = "redox_users"
1216version = "0.3.5"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
1219dependencies = [
1220 "getrandom 0.1.16",
1221 "redox_syscall 0.1.57",
1222 "rust-argon2",
1223]
1224
1225[[package]]
1226name = "redox_users"
1227version = "0.4.0"
1228source = "registry+https://github.com/rust-lang/crates.io-index"
1229checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
1230dependencies = [
1231 "getrandom 0.2.2",
1232 "redox_syscall 0.2.5",
1233]
1234
1235[[package]]
1236name = "regex"
1237version = "1.4.3"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
1240dependencies = [
1241 "aho-corasick",
1242 "memchr",
1243 "regex-syntax",
1244 "thread_local",
1245]
1246
1247[[package]]
1248name = "regex-syntax"
1249version = "0.6.22"
1250source = "registry+https://github.com/rust-lang/crates.io-index"
1251checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1252
1253[[package]]
1254name = "remove_dir_all"
1255version = "0.5.3"
1256source = "registry+https://github.com/rust-lang/crates.io-index"
1257checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1258dependencies = [
1259 "winapi",
1260]
1261
1262[[package]]
1263name = "rust-argon2"
1264version = "0.8.3"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
1267dependencies = [
1268 "base64",
1269 "blake2b_simd",
1270 "constant_time_eq",
1271 "crossbeam-utils 0.8.2",
1272]
1273
1274[[package]]
1275name = "rust-embed"
1276version = "5.9.0"
1277source = "registry+https://github.com/rust-lang/crates.io-index"
1278checksum = "2fe1fe6aac5d6bb9e1ffd81002340363272a7648234ec7bdfac5ee202cb65523"
1279dependencies = [
1280 "rust-embed-impl",
1281 "rust-embed-utils",
1282 "walkdir",
1283]
1284
1285[[package]]
1286name = "rust-embed-impl"
1287version = "5.9.0"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "3ed91c41c42ef7bf687384439c312e75e0da9c149b0390889b94de3c7d9d9e66"
1290dependencies = [
1291 "proc-macro2",
1292 "quote",
1293 "rust-embed-utils",
1294 "syn",
1295 "walkdir",
1296]
1297
1298[[package]]
1299name = "rust-embed-utils"
1300version = "5.1.0"
1301source = "registry+https://github.com/rust-lang/crates.io-index"
1302checksum = "2a512219132473ab0a77b52077059f1c47ce4af7fbdc94503e9862a34422876d"
1303dependencies = [
1304 "walkdir",
1305]
1306
1307[[package]]
1308name = "rustc-hash"
1309version = "1.1.0"
1310source = "registry+https://github.com/rust-lang/crates.io-index"
1311checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1312
1313[[package]]
1314name = "rustc_version"
1315version = "0.2.3"
1316source = "registry+https://github.com/rust-lang/crates.io-index"
1317checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1318dependencies = [
1319 "semver",
1320]
1321
1322[[package]]
1323name = "ryu"
1324version = "1.0.5"
1325source = "registry+https://github.com/rust-lang/crates.io-index"
1326checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1327
1328[[package]]
1329name = "same-file"
1330version = "1.0.6"
1331source = "registry+https://github.com/rust-lang/crates.io-index"
1332checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1333dependencies = [
1334 "winapi-util",
1335]
1336
1337[[package]]
1338name = "scoped-tls"
1339version = "1.0.0"
1340source = "registry+https://github.com/rust-lang/crates.io-index"
1341checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
1342
1343[[package]]
1344name = "scopeguard"
1345version = "1.1.0"
1346source = "registry+https://github.com/rust-lang/crates.io-index"
1347checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1348
1349[[package]]
1350name = "semver"
1351version = "0.9.0"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1354dependencies = [
1355 "semver-parser",
1356]
1357
1358[[package]]
1359name = "semver-parser"
1360version = "0.7.0"
1361source = "registry+https://github.com/rust-lang/crates.io-index"
1362checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1363
1364[[package]]
1365name = "serde"
1366version = "1.0.124"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
1369
1370[[package]]
1371name = "serde_json"
1372version = "1.0.64"
1373source = "registry+https://github.com/rust-lang/crates.io-index"
1374checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
1375dependencies = [
1376 "itoa",
1377 "ryu",
1378 "serde",
1379]
1380
1381[[package]]
1382name = "servo-fontconfig"
1383version = "0.5.1"
1384source = "registry+https://github.com/rust-lang/crates.io-index"
1385checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
1386dependencies = [
1387 "libc",
1388 "servo-fontconfig-sys",
1389]
1390
1391[[package]]
1392name = "servo-fontconfig-sys"
1393version = "5.1.0"
1394source = "registry+https://github.com/rust-lang/crates.io-index"
1395checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
1396dependencies = [
1397 "expat-sys",
1398 "freetype-sys",
1399 "pkg-config",
1400]
1401
1402[[package]]
1403name = "shlex"
1404version = "0.1.1"
1405source = "registry+https://github.com/rust-lang/crates.io-index"
1406checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
1407
1408[[package]]
1409name = "signal-hook"
1410version = "0.3.6"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "8a7f3f92a1da3d6b1d32245d0cbcbbab0cfc45996d8df619c42bccfa6d2bbb5f"
1413dependencies = [
1414 "libc",
1415 "signal-hook-registry",
1416]
1417
1418[[package]]
1419name = "signal-hook-registry"
1420version = "1.3.0"
1421source = "registry+https://github.com/rust-lang/crates.io-index"
1422checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
1423dependencies = [
1424 "libc",
1425]
1426
1427[[package]]
1428name = "simplelog"
1429version = "0.9.0"
1430source = "registry+https://github.com/rust-lang/crates.io-index"
1431checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
1432dependencies = [
1433 "chrono",
1434 "log",
1435 "termcolor",
1436]
1437
1438[[package]]
1439name = "smallvec"
1440version = "1.6.1"
1441source = "registry+https://github.com/rust-lang/crates.io-index"
1442checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
1443
1444[[package]]
1445name = "smol"
1446version = "1.2.5"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
1449dependencies = [
1450 "async-channel",
1451 "async-executor",
1452 "async-fs",
1453 "async-io",
1454 "async-lock",
1455 "async-net",
1456 "async-process",
1457 "blocking",
1458 "futures-lite",
1459 "once_cell",
1460]
1461
1462[[package]]
1463name = "socket2"
1464version = "0.3.19"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1467dependencies = [
1468 "cfg-if 1.0.0",
1469 "libc",
1470 "winapi",
1471]
1472
1473[[package]]
1474name = "strsim"
1475version = "0.8.0"
1476source = "registry+https://github.com/rust-lang/crates.io-index"
1477checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1478
1479[[package]]
1480name = "syn"
1481version = "1.0.60"
1482source = "registry+https://github.com/rust-lang/crates.io-index"
1483checksum = "c700597eca8a5a762beb35753ef6b94df201c81cca676604f547495a0d7f0081"
1484dependencies = [
1485 "proc-macro2",
1486 "quote",
1487 "unicode-xid",
1488]
1489
1490[[package]]
1491name = "tempdir"
1492version = "0.3.7"
1493source = "registry+https://github.com/rust-lang/crates.io-index"
1494checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
1495dependencies = [
1496 "rand 0.4.6",
1497 "remove_dir_all",
1498]
1499
1500[[package]]
1501name = "termcolor"
1502version = "1.1.2"
1503source = "registry+https://github.com/rust-lang/crates.io-index"
1504checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1505dependencies = [
1506 "winapi-util",
1507]
1508
1509[[package]]
1510name = "textwrap"
1511version = "0.11.0"
1512source = "registry+https://github.com/rust-lang/crates.io-index"
1513checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1514dependencies = [
1515 "unicode-width",
1516]
1517
1518[[package]]
1519name = "thread_local"
1520version = "1.1.3"
1521source = "registry+https://github.com/rust-lang/crates.io-index"
1522checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
1523dependencies = [
1524 "once_cell",
1525]
1526
1527[[package]]
1528name = "time"
1529version = "0.1.44"
1530source = "registry+https://github.com/rust-lang/crates.io-index"
1531checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1532dependencies = [
1533 "libc",
1534 "wasi 0.10.0+wasi-snapshot-preview1",
1535 "winapi",
1536]
1537
1538[[package]]
1539name = "tree-sitter"
1540version = "0.17.1"
1541source = "registry+https://github.com/rust-lang/crates.io-index"
1542checksum = "d18dcb776d3affaba6db04d11d645946d34a69b3172e588af96ce9fecd20faac"
1543dependencies = [
1544 "cc",
1545 "regex",
1546]
1547
1548[[package]]
1549name = "unicode-width"
1550version = "0.1.8"
1551source = "registry+https://github.com/rust-lang/crates.io-index"
1552checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1553
1554[[package]]
1555name = "unicode-xid"
1556version = "0.2.1"
1557source = "registry+https://github.com/rust-lang/crates.io-index"
1558checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1559
1560[[package]]
1561name = "unindent"
1562version = "0.1.7"
1563source = "registry+https://github.com/rust-lang/crates.io-index"
1564checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
1565
1566[[package]]
1567name = "vec-arena"
1568version = "1.0.0"
1569source = "registry+https://github.com/rust-lang/crates.io-index"
1570checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
1571
1572[[package]]
1573name = "vec_map"
1574version = "0.8.2"
1575source = "registry+https://github.com/rust-lang/crates.io-index"
1576checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
1577
1578[[package]]
1579name = "version_check"
1580version = "0.9.2"
1581source = "registry+https://github.com/rust-lang/crates.io-index"
1582checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
1583
1584[[package]]
1585name = "waker-fn"
1586version = "1.1.0"
1587source = "registry+https://github.com/rust-lang/crates.io-index"
1588checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
1589
1590[[package]]
1591name = "walkdir"
1592version = "2.3.1"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
1595dependencies = [
1596 "same-file",
1597 "winapi",
1598 "winapi-util",
1599]
1600
1601[[package]]
1602name = "wasi"
1603version = "0.9.0+wasi-snapshot-preview1"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
1606
1607[[package]]
1608name = "wasi"
1609version = "0.10.0+wasi-snapshot-preview1"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
1612
1613[[package]]
1614name = "wepoll-sys"
1615version = "3.0.1"
1616source = "registry+https://github.com/rust-lang/crates.io-index"
1617checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
1618dependencies = [
1619 "cc",
1620]
1621
1622[[package]]
1623name = "which"
1624version = "3.1.1"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
1627dependencies = [
1628 "libc",
1629]
1630
1631[[package]]
1632name = "winapi"
1633version = "0.3.9"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
1636dependencies = [
1637 "winapi-i686-pc-windows-gnu",
1638 "winapi-x86_64-pc-windows-gnu",
1639]
1640
1641[[package]]
1642name = "winapi-i686-pc-windows-gnu"
1643version = "0.4.0"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
1646
1647[[package]]
1648name = "winapi-util"
1649version = "0.1.5"
1650source = "registry+https://github.com/rust-lang/crates.io-index"
1651checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
1652dependencies = [
1653 "winapi",
1654]
1655
1656[[package]]
1657name = "winapi-x86_64-pc-windows-gnu"
1658version = "0.4.0"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
1661
1662[[package]]
1663name = "wio"
1664version = "0.2.2"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
1667dependencies = [
1668 "winapi",
1669]
1670
1671[[package]]
1672name = "zed"
1673version = "0.1.0"
1674dependencies = [
1675 "anyhow",
1676 "arrayvec",
1677 "crossbeam-channel 0.5.0",
1678 "dirs",
1679 "easy-parallel",
1680 "gpui",
1681 "ignore",
1682 "lazy_static",
1683 "libc",
1684 "log",
1685 "num_cpus",
1686 "parking_lot",
1687 "rand 0.8.3",
1688 "rust-embed",
1689 "serde_json",
1690 "simplelog",
1691 "smallvec",
1692 "smol",
1693 "tempdir",
1694 "unindent",
1695]