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