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