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