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