1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3[[package]]
4name = "adler"
5version = "1.0.2"
6source = "registry+https://github.com/rust-lang/crates.io-index"
7checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
8
9[[package]]
10name = "adler32"
11version = "1.2.0"
12source = "registry+https://github.com/rust-lang/crates.io-index"
13checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
14
15[[package]]
16name = "aho-corasick"
17version = "0.7.15"
18source = "registry+https://github.com/rust-lang/crates.io-index"
19checksum = "7404febffaa47dac81aa44dba71523c9d069b1bdc50a77db41195149e17f68e5"
20dependencies = [
21 "memchr",
22]
23
24[[package]]
25name = "ansi_term"
26version = "0.11.0"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "ee49baf6cb617b853aa8d93bf420db2383fab46d314482ca2803b40d5fde979b"
29dependencies = [
30 "winapi",
31]
32
33[[package]]
34name = "anyhow"
35version = "1.0.38"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "afddf7f520a80dbf76e6f50a35bca42a2331ef227a28b3b6dc5c2e2338d114b1"
38
39[[package]]
40name = "arrayref"
41version = "0.3.6"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "a4c527152e37cf757a3f78aae5a06fbeefdb07ccc535c980a3208ee3060dd544"
44
45[[package]]
46name = "arrayvec"
47version = "0.5.2"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
50
51[[package]]
52name = "async-channel"
53version = "1.6.1"
54source = "registry+https://github.com/rust-lang/crates.io-index"
55checksum = "2114d64672151c0c5eaa5e131ec84a74f06e1e559830dabba01ca30605d66319"
56dependencies = [
57 "concurrent-queue",
58 "event-listener",
59 "futures-core",
60]
61
62[[package]]
63name = "async-executor"
64version = "1.4.0"
65source = "registry+https://github.com/rust-lang/crates.io-index"
66checksum = "eb877970c7b440ead138f6321a3b5395d6061183af779340b65e20c0fede9146"
67dependencies = [
68 "async-task",
69 "concurrent-queue",
70 "fastrand",
71 "futures-lite",
72 "once_cell",
73 "vec-arena",
74]
75
76[[package]]
77name = "async-fs"
78version = "1.5.0"
79source = "registry+https://github.com/rust-lang/crates.io-index"
80checksum = "8b3ca4f8ff117c37c278a2f7415ce9be55560b846b5bc4412aaa5d29c1c3dae2"
81dependencies = [
82 "async-lock",
83 "blocking",
84 "futures-lite",
85]
86
87[[package]]
88name = "async-global-executor"
89version = "2.0.2"
90source = "registry+https://github.com/rust-lang/crates.io-index"
91checksum = "9586ec52317f36de58453159d48351bc244bc24ced3effc1fce22f3d48664af6"
92dependencies = [
93 "async-channel",
94 "async-executor",
95 "async-io",
96 "async-mutex",
97 "blocking",
98 "futures-lite",
99 "num_cpus",
100 "once_cell",
101]
102
103[[package]]
104name = "async-io"
105version = "1.3.1"
106source = "registry+https://github.com/rust-lang/crates.io-index"
107checksum = "9315f8f07556761c3e48fec2e6b276004acf426e6dc068b2c2251854d65ee0fd"
108dependencies = [
109 "concurrent-queue",
110 "fastrand",
111 "futures-lite",
112 "libc",
113 "log",
114 "nb-connect",
115 "once_cell",
116 "parking",
117 "polling",
118 "vec-arena",
119 "waker-fn",
120 "winapi",
121]
122
123[[package]]
124name = "async-lock"
125version = "2.3.0"
126source = "registry+https://github.com/rust-lang/crates.io-index"
127checksum = "1996609732bde4a9988bc42125f55f2af5f3c36370e27c778d5191a4a1b63bfb"
128dependencies = [
129 "event-listener",
130]
131
132[[package]]
133name = "async-mutex"
134version = "1.4.0"
135source = "registry+https://github.com/rust-lang/crates.io-index"
136checksum = "479db852db25d9dbf6204e6cb6253698f175c15726470f78af0d918e99d6156e"
137dependencies = [
138 "event-listener",
139]
140
141[[package]]
142name = "async-net"
143version = "1.5.0"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "06de475c85affe184648202401d7622afb32f0f74e02192857d0201a16defbe5"
146dependencies = [
147 "async-io",
148 "blocking",
149 "fastrand",
150 "futures-lite",
151]
152
153[[package]]
154name = "async-process"
155version = "1.0.2"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "ef37b86e2fa961bae5a4d212708ea0154f904ce31d1a4a7f47e1bbc33a0c040b"
158dependencies = [
159 "async-io",
160 "blocking",
161 "cfg-if 1.0.0",
162 "event-listener",
163 "futures-lite",
164 "once_cell",
165 "signal-hook",
166 "winapi",
167]
168
169[[package]]
170name = "async-std"
171version = "1.9.0"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "d9f06685bad74e0570f5213741bea82158279a4103d988e57bfada11ad230341"
174dependencies = [
175 "async-channel",
176 "async-global-executor",
177 "async-io",
178 "async-lock",
179 "async-process",
180 "crossbeam-utils 0.8.2",
181 "futures-channel",
182 "futures-core",
183 "futures-io",
184 "futures-lite",
185 "gloo-timers",
186 "kv-log-macro",
187 "log",
188 "memchr",
189 "num_cpus",
190 "once_cell",
191 "pin-project-lite",
192 "pin-utils",
193 "slab",
194 "wasm-bindgen-futures",
195]
196
197[[package]]
198name = "async-task"
199version = "4.0.3"
200source = "git+https://github.com/zed-industries/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e#341b57d6de98cdfd7b418567b8de2022ca993a6e"
201
202[[package]]
203name = "atomic-waker"
204version = "1.0.0"
205source = "registry+https://github.com/rust-lang/crates.io-index"
206checksum = "065374052e7df7ee4047b1160cca5e1467a12351a40b3da123c870ba0b8eda2a"
207
208[[package]]
209name = "atty"
210version = "0.2.14"
211source = "registry+https://github.com/rust-lang/crates.io-index"
212checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
213dependencies = [
214 "hermit-abi",
215 "libc",
216 "winapi",
217]
218
219[[package]]
220name = "autocfg"
221version = "1.0.1"
222source = "registry+https://github.com/rust-lang/crates.io-index"
223checksum = "cdb031dd78e28731d87d56cc8ffef4a8f36ca26c38fe2de700543e627f8a464a"
224
225[[package]]
226name = "base64"
227version = "0.13.0"
228source = "registry+https://github.com/rust-lang/crates.io-index"
229checksum = "904dfeac50f3cdaba28fc6f57fdcddb75f49ed61346676a78c4ffe55877802fd"
230
231[[package]]
232name = "bindgen"
233version = "0.57.0"
234source = "registry+https://github.com/rust-lang/crates.io-index"
235checksum = "fd4865004a46a0aafb2a0a5eb19d3c9fc46ee5f063a6cfc605c69ac9ecf5263d"
236dependencies = [
237 "bitflags",
238 "cexpr",
239 "clang-sys",
240 "clap",
241 "env_logger",
242 "lazy_static",
243 "lazycell",
244 "log",
245 "peeking_take_while",
246 "proc-macro2",
247 "quote",
248 "regex",
249 "rustc-hash",
250 "shlex",
251 "which",
252]
253
254[[package]]
255name = "bitflags"
256version = "1.2.1"
257source = "registry+https://github.com/rust-lang/crates.io-index"
258checksum = "cf1de2fe8c75bc145a2f577add951f8134889b4795d47466a54a5c846d691693"
259
260[[package]]
261name = "blake2b_simd"
262version = "0.5.11"
263source = "registry+https://github.com/rust-lang/crates.io-index"
264checksum = "afa748e348ad3be8263be728124b24a24f268266f6f5d58af9d75f6a40b5c587"
265dependencies = [
266 "arrayref",
267 "arrayvec",
268 "constant_time_eq",
269]
270
271[[package]]
272name = "block"
273version = "0.1.6"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
276
277[[package]]
278name = "blocking"
279version = "1.0.2"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "c5e170dbede1f740736619b776d7251cb1b9095c435c34d8ca9f57fcd2f335e9"
282dependencies = [
283 "async-channel",
284 "async-task",
285 "atomic-waker",
286 "fastrand",
287 "futures-lite",
288 "once_cell",
289]
290
291[[package]]
292name = "bstr"
293version = "0.2.15"
294source = "registry+https://github.com/rust-lang/crates.io-index"
295checksum = "a40b47ad93e1a5404e6c18dec46b628214fee441c70f4ab5d6942142cc268a3d"
296dependencies = [
297 "memchr",
298]
299
300[[package]]
301name = "bumpalo"
302version = "3.6.1"
303source = "registry+https://github.com/rust-lang/crates.io-index"
304checksum = "63396b8a4b9de3f4fdfb320ab6080762242f66a8ef174c49d8e19b674db4cdbe"
305
306[[package]]
307name = "bytemuck"
308version = "1.5.1"
309source = "registry+https://github.com/rust-lang/crates.io-index"
310checksum = "bed57e2090563b83ba8f83366628ce535a7584c9afa4c9fc0612a03925c6df58"
311
312[[package]]
313name = "byteorder"
314version = "1.4.2"
315source = "registry+https://github.com/rust-lang/crates.io-index"
316checksum = "ae44d1a3d5a19df61dd0c8beb138458ac2a53a7ac09eba97d55592540004306b"
317
318[[package]]
319name = "cache-padded"
320version = "1.1.1"
321source = "registry+https://github.com/rust-lang/crates.io-index"
322checksum = "631ae5198c9be5e753e5cc215e1bd73c2b466a3565173db433f52bb9d3e66dba"
323
324[[package]]
325name = "cc"
326version = "1.0.67"
327source = "registry+https://github.com/rust-lang/crates.io-index"
328checksum = "e3c69b077ad434294d3ce9f1f6143a2a4b89a8a2d54ef813d85003a4fd1137fd"
329
330[[package]]
331name = "cexpr"
332version = "0.4.0"
333source = "registry+https://github.com/rust-lang/crates.io-index"
334checksum = "f4aedb84272dbe89af497cf81375129abda4fc0a9e7c5d317498c15cc30c0d27"
335dependencies = [
336 "nom",
337]
338
339[[package]]
340name = "cfg-if"
341version = "0.1.10"
342source = "registry+https://github.com/rust-lang/crates.io-index"
343checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
344
345[[package]]
346name = "cfg-if"
347version = "1.0.0"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
350
351[[package]]
352name = "chrono"
353version = "0.4.19"
354source = "registry+https://github.com/rust-lang/crates.io-index"
355checksum = "670ad68c9088c2a963aaa298cb369688cf3f9465ce5e2d4ca10e6e0098a1ce73"
356dependencies = [
357 "libc",
358 "num-integer",
359 "num-traits",
360 "time",
361 "winapi",
362]
363
364[[package]]
365name = "clang-sys"
366version = "1.1.1"
367source = "registry+https://github.com/rust-lang/crates.io-index"
368checksum = "f54d78e30b388d4815220c8dd03fea5656b6c6d32adb59e89061552a102f8da1"
369dependencies = [
370 "glob",
371 "libc",
372 "libloading",
373]
374
375[[package]]
376name = "clap"
377version = "2.33.3"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "37e58ac78573c40708d45522f0d80fa2f01cc4f9b4e2bf749807255454312002"
380dependencies = [
381 "ansi_term",
382 "atty",
383 "bitflags",
384 "strsim",
385 "textwrap",
386 "unicode-width",
387 "vec_map",
388]
389
390[[package]]
391name = "cmake"
392version = "0.1.45"
393source = "registry+https://github.com/rust-lang/crates.io-index"
394checksum = "eb6210b637171dfba4cda12e579ac6dc73f5165ad56133e5d72ef3131f320855"
395dependencies = [
396 "cc",
397]
398
399[[package]]
400name = "cocoa"
401version = "0.24.0"
402source = "git+https://github.com/zed-industries/core-foundation-rs?rev=52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b#52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b"
403dependencies = [
404 "bitflags",
405 "block",
406 "cocoa-foundation",
407 "core-foundation",
408 "core-graphics",
409 "foreign-types",
410 "libc",
411 "objc",
412]
413
414[[package]]
415name = "cocoa-foundation"
416version = "0.1.0"
417source = "git+https://github.com/zed-industries/core-foundation-rs?rev=52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b#52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b"
418dependencies = [
419 "bitflags",
420 "block",
421 "core-foundation",
422 "core-graphics-types",
423 "foreign-types",
424 "libc",
425 "objc",
426]
427
428[[package]]
429name = "concurrent-queue"
430version = "1.2.2"
431source = "registry+https://github.com/rust-lang/crates.io-index"
432checksum = "30ed07550be01594c6026cff2a1d7fe9c8f683caa798e12b68694ac9e88286a3"
433dependencies = [
434 "cache-padded",
435]
436
437[[package]]
438name = "constant_time_eq"
439version = "0.1.5"
440source = "registry+https://github.com/rust-lang/crates.io-index"
441checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
442
443[[package]]
444name = "core-foundation"
445version = "0.9.1"
446source = "git+https://github.com/zed-industries/core-foundation-rs?rev=52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b#52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b"
447dependencies = [
448 "core-foundation-sys",
449 "libc",
450]
451
452[[package]]
453name = "core-foundation-sys"
454version = "0.8.2"
455source = "git+https://github.com/zed-industries/core-foundation-rs?rev=52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b#52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b"
456
457[[package]]
458name = "core-graphics"
459version = "0.22.2"
460source = "git+https://github.com/zed-industries/core-foundation-rs?rev=52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b#52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b"
461dependencies = [
462 "bitflags",
463 "core-foundation",
464 "core-graphics-types",
465 "foreign-types",
466 "libc",
467]
468
469[[package]]
470name = "core-graphics-types"
471version = "0.1.1"
472source = "git+https://github.com/zed-industries/core-foundation-rs?rev=52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b#52b7bc0a7026dbbe0da66f5e8de6ce1031476d5b"
473dependencies = [
474 "bitflags",
475 "core-foundation",
476 "foreign-types",
477 "libc",
478]
479
480[[package]]
481name = "core-text"
482version = "19.2.0"
483source = "registry+https://github.com/rust-lang/crates.io-index"
484checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
485dependencies = [
486 "core-foundation",
487 "core-graphics",
488 "foreign-types",
489 "libc",
490]
491
492[[package]]
493name = "crc32fast"
494version = "1.2.1"
495source = "registry+https://github.com/rust-lang/crates.io-index"
496checksum = "81156fece84ab6a9f2afdb109ce3ae577e42b1228441eded99bd77f627953b1a"
497dependencies = [
498 "cfg-if 1.0.0",
499]
500
501[[package]]
502name = "crossbeam-channel"
503version = "0.4.4"
504source = "registry+https://github.com/rust-lang/crates.io-index"
505checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
506dependencies = [
507 "crossbeam-utils 0.7.2",
508 "maybe-uninit",
509]
510
511[[package]]
512name = "crossbeam-channel"
513version = "0.5.0"
514source = "registry+https://github.com/rust-lang/crates.io-index"
515checksum = "dca26ee1f8d361640700bde38b2c37d8c22b3ce2d360e1fc1c74ea4b0aa7d775"
516dependencies = [
517 "cfg-if 1.0.0",
518 "crossbeam-utils 0.8.2",
519]
520
521[[package]]
522name = "crossbeam-utils"
523version = "0.7.2"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
526dependencies = [
527 "autocfg",
528 "cfg-if 0.1.10",
529 "lazy_static",
530]
531
532[[package]]
533name = "crossbeam-utils"
534version = "0.8.2"
535source = "registry+https://github.com/rust-lang/crates.io-index"
536checksum = "bae8f328835f8f5a6ceb6a7842a7f2d0c03692adb5c889347235d59194731fe3"
537dependencies = [
538 "autocfg",
539 "cfg-if 1.0.0",
540 "lazy_static",
541 "loom",
542]
543
544[[package]]
545name = "ctor"
546version = "0.1.19"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "e8f45d9ad417bcef4817d614a501ab55cdd96a6fdb24f49aab89a54acfd66b19"
549dependencies = [
550 "quote",
551 "syn",
552]
553
554[[package]]
555name = "data-url"
556version = "0.1.0"
557source = "registry+https://github.com/rust-lang/crates.io-index"
558checksum = "d33fe99ccedd6e84bc035f1931bb2e6be79739d6242bd895e7311c886c50dc9c"
559dependencies = [
560 "matches",
561]
562
563[[package]]
564name = "deflate"
565version = "0.8.6"
566source = "registry+https://github.com/rust-lang/crates.io-index"
567checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
568dependencies = [
569 "adler32",
570 "byteorder",
571]
572
573[[package]]
574name = "dirs"
575version = "3.0.1"
576source = "registry+https://github.com/rust-lang/crates.io-index"
577checksum = "142995ed02755914747cc6ca76fc7e4583cd18578746716d0508ea6ed558b9ff"
578dependencies = [
579 "dirs-sys",
580]
581
582[[package]]
583name = "dirs-next"
584version = "2.0.0"
585source = "registry+https://github.com/rust-lang/crates.io-index"
586checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
587dependencies = [
588 "cfg-if 1.0.0",
589 "dirs-sys-next",
590]
591
592[[package]]
593name = "dirs-sys"
594version = "0.3.5"
595source = "registry+https://github.com/rust-lang/crates.io-index"
596checksum = "8e93d7f5705de3e49895a2b5e0b8855a1c27f080192ae9c32a6432d50741a57a"
597dependencies = [
598 "libc",
599 "redox_users 0.3.5",
600 "winapi",
601]
602
603[[package]]
604name = "dirs-sys-next"
605version = "0.1.2"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
608dependencies = [
609 "libc",
610 "redox_users 0.4.0",
611 "winapi",
612]
613
614[[package]]
615name = "dwrote"
616version = "0.11.0"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
619dependencies = [
620 "lazy_static",
621 "libc",
622 "winapi",
623 "wio",
624]
625
626[[package]]
627name = "easy-parallel"
628version = "3.1.0"
629source = "registry+https://github.com/rust-lang/crates.io-index"
630checksum = "1dd4afd79212583ff429b913ad6605242ed7eec277e950b1438f300748f948f4"
631
632[[package]]
633name = "env_logger"
634version = "0.8.3"
635source = "registry+https://github.com/rust-lang/crates.io-index"
636checksum = "17392a012ea30ef05a610aa97dfb49496e71c9f676b27879922ea5bdf60d9d3f"
637dependencies = [
638 "atty",
639 "humantime",
640 "log",
641 "regex",
642 "termcolor",
643]
644
645[[package]]
646name = "etagere"
647version = "0.2.4"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "520d7de540904fd09b11c03a47d50a7ce4ff37d1aa763f454fa60d9088ef8356"
650dependencies = [
651 "euclid",
652 "svg_fmt",
653]
654
655[[package]]
656name = "euclid"
657version = "0.22.2"
658source = "registry+https://github.com/rust-lang/crates.io-index"
659checksum = "51e5bac4ec41ece6346fd867815a57a221abdf48f4eb931b033789b5b4b6fc70"
660dependencies = [
661 "num-traits",
662]
663
664[[package]]
665name = "event-listener"
666version = "2.5.1"
667source = "registry+https://github.com/rust-lang/crates.io-index"
668checksum = "f7531096570974c3a9dcf9e4b8e1cede1ec26cf5046219fb3b9d897503b9be59"
669
670[[package]]
671name = "expat-sys"
672version = "2.1.6"
673source = "registry+https://github.com/rust-lang/crates.io-index"
674checksum = "658f19728920138342f68408b7cf7644d90d4784353d8ebc32e7e8663dbe45fa"
675dependencies = [
676 "cmake",
677 "pkg-config",
678]
679
680[[package]]
681name = "fastrand"
682version = "1.4.0"
683source = "registry+https://github.com/rust-lang/crates.io-index"
684checksum = "ca5faf057445ce5c9d4329e382b2ce7ca38550ef3b73a5348362d5f24e0c7fe3"
685dependencies = [
686 "instant",
687]
688
689[[package]]
690name = "flate2"
691version = "1.0.20"
692source = "registry+https://github.com/rust-lang/crates.io-index"
693checksum = "cd3aec53de10fe96d7d8c565eb17f2c687bb5518a2ec453b5b1252964526abe0"
694dependencies = [
695 "cfg-if 1.0.0",
696 "crc32fast",
697 "libc",
698 "miniz_oxide 0.4.4",
699]
700
701[[package]]
702name = "float-cmp"
703version = "0.5.3"
704source = "registry+https://github.com/rust-lang/crates.io-index"
705checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
706
707[[package]]
708name = "float-ord"
709version = "0.2.0"
710source = "registry+https://github.com/rust-lang/crates.io-index"
711checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
712
713[[package]]
714name = "fnv"
715version = "1.0.7"
716source = "registry+https://github.com/rust-lang/crates.io-index"
717checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
718
719[[package]]
720name = "font-kit"
721version = "0.10.0"
722source = "git+https://github.com/zed-industries/font-kit?rev=8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1#8eaf7a918eafa28b0a37dc759e2e0e7683fa24f1"
723dependencies = [
724 "bitflags",
725 "byteorder",
726 "core-foundation",
727 "core-graphics",
728 "core-text",
729 "dirs-next",
730 "dwrote",
731 "float-ord",
732 "freetype",
733 "lazy_static",
734 "libc",
735 "log",
736 "pathfinder_geometry",
737 "pathfinder_simd",
738 "servo-fontconfig",
739 "walkdir",
740 "winapi",
741]
742
743[[package]]
744name = "fontdb"
745version = "0.5.1"
746source = "registry+https://github.com/rust-lang/crates.io-index"
747checksum = "428948a0f39fb83fe55991d4423e35a793cdbb0322ebe23853f6024124a330d7"
748dependencies = [
749 "log",
750 "memmap2 0.1.0",
751 "ttf-parser 0.9.0",
752]
753
754[[package]]
755name = "foreign-types"
756version = "0.3.2"
757source = "registry+https://github.com/rust-lang/crates.io-index"
758checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
759dependencies = [
760 "foreign-types-shared",
761]
762
763[[package]]
764name = "foreign-types-shared"
765version = "0.1.1"
766source = "registry+https://github.com/rust-lang/crates.io-index"
767checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
768
769[[package]]
770name = "freetype"
771version = "0.7.0"
772source = "registry+https://github.com/rust-lang/crates.io-index"
773checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
774dependencies = [
775 "freetype-sys",
776 "libc",
777]
778
779[[package]]
780name = "freetype-sys"
781version = "0.13.1"
782source = "registry+https://github.com/rust-lang/crates.io-index"
783checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
784dependencies = [
785 "cmake",
786 "libc",
787 "pkg-config",
788]
789
790[[package]]
791name = "fuchsia-cprng"
792version = "0.1.1"
793source = "registry+https://github.com/rust-lang/crates.io-index"
794checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
795
796[[package]]
797name = "futures-channel"
798version = "0.3.12"
799source = "registry+https://github.com/rust-lang/crates.io-index"
800checksum = "f2d31b7ec7efab6eefc7c57233bb10b847986139d88cc2f5a02a1ae6871a1846"
801dependencies = [
802 "futures-core",
803]
804
805[[package]]
806name = "futures-core"
807version = "0.3.12"
808source = "registry+https://github.com/rust-lang/crates.io-index"
809checksum = "79e5145dde8da7d1b3892dad07a9c98fc04bc39892b1ecc9692cf53e2b780a65"
810
811[[package]]
812name = "futures-io"
813version = "0.3.12"
814source = "registry+https://github.com/rust-lang/crates.io-index"
815checksum = "28be053525281ad8259d47e4de5de657b25e7bac113458555bb4b70bc6870500"
816
817[[package]]
818name = "futures-lite"
819version = "1.11.3"
820source = "registry+https://github.com/rust-lang/crates.io-index"
821checksum = "b4481d0cd0de1d204a4fa55e7d45f07b1d958abcb06714b3446438e2eff695fb"
822dependencies = [
823 "fastrand",
824 "futures-core",
825 "futures-io",
826 "memchr",
827 "parking",
828 "pin-project-lite",
829 "waker-fn",
830]
831
832[[package]]
833name = "generator"
834version = "0.6.23"
835source = "registry+https://github.com/rust-lang/crates.io-index"
836checksum = "8cdc09201b2e8ca1b19290cf7e65de2246b8e91fb6874279722189c4de7b94dc"
837dependencies = [
838 "cc",
839 "libc",
840 "log",
841 "rustc_version",
842 "winapi",
843]
844
845[[package]]
846name = "getrandom"
847version = "0.1.16"
848source = "registry+https://github.com/rust-lang/crates.io-index"
849checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
850dependencies = [
851 "cfg-if 1.0.0",
852 "libc",
853 "wasi 0.9.0+wasi-snapshot-preview1",
854]
855
856[[package]]
857name = "getrandom"
858version = "0.2.2"
859source = "registry+https://github.com/rust-lang/crates.io-index"
860checksum = "c9495705279e7140bf035dde1f6e750c162df8b625267cd52cc44e0b156732c8"
861dependencies = [
862 "cfg-if 1.0.0",
863 "libc",
864 "wasi 0.10.0+wasi-snapshot-preview1",
865]
866
867[[package]]
868name = "glob"
869version = "0.3.0"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "9b919933a397b79c37e33b77bb2aa3dc8eb6e165ad809e58ff75bc7db2e34574"
872
873[[package]]
874name = "globset"
875version = "0.4.4"
876source = "git+https://github.com/zed-industries/ripgrep?rev=1d152118f35b3e3590216709b86277062d79b8a0#1d152118f35b3e3590216709b86277062d79b8a0"
877dependencies = [
878 "aho-corasick",
879 "bstr",
880 "fnv",
881 "log",
882 "regex",
883]
884
885[[package]]
886name = "gloo-timers"
887version = "0.2.1"
888source = "registry+https://github.com/rust-lang/crates.io-index"
889checksum = "47204a46aaff920a1ea58b11d03dec6f704287d27561724a4631e450654a891f"
890dependencies = [
891 "futures-channel",
892 "futures-core",
893 "js-sys",
894 "wasm-bindgen",
895 "web-sys",
896]
897
898[[package]]
899name = "gpui"
900version = "0.1.0"
901dependencies = [
902 "anyhow",
903 "async-std",
904 "async-task",
905 "bindgen",
906 "cc",
907 "cocoa",
908 "core-foundation",
909 "core-graphics",
910 "core-text",
911 "ctor",
912 "etagere",
913 "font-kit",
914 "foreign-types",
915 "log",
916 "metal",
917 "num_cpus",
918 "objc",
919 "ordered-float",
920 "parking_lot",
921 "pathfinder_color",
922 "pathfinder_geometry",
923 "png",
924 "rand 0.8.3",
925 "replace_with",
926 "resvg",
927 "simplelog",
928 "smallvec",
929 "smol",
930 "tiny-skia",
931 "tree-sitter",
932 "usvg",
933]
934
935[[package]]
936name = "hermit-abi"
937version = "0.1.18"
938source = "registry+https://github.com/rust-lang/crates.io-index"
939checksum = "322f4de77956e22ed0e5032c359a0f1273f1f7f0d79bfa3b8ffbc730d7fbcc5c"
940dependencies = [
941 "libc",
942]
943
944[[package]]
945name = "humantime"
946version = "2.1.0"
947source = "registry+https://github.com/rust-lang/crates.io-index"
948checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
949
950[[package]]
951name = "ignore"
952version = "0.4.11"
953source = "git+https://github.com/zed-industries/ripgrep?rev=1d152118f35b3e3590216709b86277062d79b8a0#1d152118f35b3e3590216709b86277062d79b8a0"
954dependencies = [
955 "crossbeam-channel 0.4.4",
956 "crossbeam-utils 0.7.2",
957 "globset",
958 "lazy_static",
959 "log",
960 "memchr",
961 "regex",
962 "same-file",
963 "thread_local",
964 "walkdir",
965 "winapi-util",
966]
967
968[[package]]
969name = "instant"
970version = "0.1.9"
971source = "registry+https://github.com/rust-lang/crates.io-index"
972checksum = "61124eeebbd69b8190558df225adf7e4caafce0d743919e5d6b19652314ec5ec"
973dependencies = [
974 "cfg-if 1.0.0",
975]
976
977[[package]]
978name = "itoa"
979version = "0.4.7"
980source = "registry+https://github.com/rust-lang/crates.io-index"
981checksum = "dd25036021b0de88a0aff6b850051563c6516d0bf53f8638938edbb9de732736"
982
983[[package]]
984name = "jpeg-decoder"
985version = "0.1.22"
986source = "registry+https://github.com/rust-lang/crates.io-index"
987checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
988
989[[package]]
990name = "js-sys"
991version = "0.3.50"
992source = "registry+https://github.com/rust-lang/crates.io-index"
993checksum = "2d99f9e3e84b8f67f846ef5b4cbbc3b1c29f6c759fcbce6f01aa0e73d932a24c"
994dependencies = [
995 "wasm-bindgen",
996]
997
998[[package]]
999name = "kurbo"
1000version = "0.8.1"
1001source = "registry+https://github.com/rust-lang/crates.io-index"
1002checksum = "e30b1df631d23875f230ed3ddd1a88c231f269a04b2044eb6ca87e763b5f4c42"
1003dependencies = [
1004 "arrayvec",
1005]
1006
1007[[package]]
1008name = "kv-log-macro"
1009version = "1.0.7"
1010source = "registry+https://github.com/rust-lang/crates.io-index"
1011checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
1012dependencies = [
1013 "log",
1014]
1015
1016[[package]]
1017name = "lazy_static"
1018version = "1.4.0"
1019source = "registry+https://github.com/rust-lang/crates.io-index"
1020checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
1021
1022[[package]]
1023name = "lazycell"
1024version = "1.3.0"
1025source = "registry+https://github.com/rust-lang/crates.io-index"
1026checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
1027
1028[[package]]
1029name = "libc"
1030version = "0.2.86"
1031source = "registry+https://github.com/rust-lang/crates.io-index"
1032checksum = "b7282d924be3275cec7f6756ff4121987bc6481325397dde6ba3e7802b1a8b1c"
1033
1034[[package]]
1035name = "libloading"
1036version = "0.7.0"
1037source = "registry+https://github.com/rust-lang/crates.io-index"
1038checksum = "6f84d96438c15fcd6c3f244c8fce01d1e2b9c6b5623e9c711dc9286d8fc92d6a"
1039dependencies = [
1040 "cfg-if 1.0.0",
1041 "winapi",
1042]
1043
1044[[package]]
1045name = "lock_api"
1046version = "0.4.2"
1047source = "registry+https://github.com/rust-lang/crates.io-index"
1048checksum = "dd96ffd135b2fd7b973ac026d28085defbe8983df057ced3eb4f2130b0831312"
1049dependencies = [
1050 "scopeguard",
1051]
1052
1053[[package]]
1054name = "log"
1055version = "0.4.14"
1056source = "registry+https://github.com/rust-lang/crates.io-index"
1057checksum = "51b9bbe6c47d51fc3e1a9b945965946b4c44142ab8792c50835a980d362c2710"
1058dependencies = [
1059 "cfg-if 1.0.0",
1060 "value-bag",
1061]
1062
1063[[package]]
1064name = "loom"
1065version = "0.4.0"
1066source = "registry+https://github.com/rust-lang/crates.io-index"
1067checksum = "d44c73b4636e497b4917eb21c33539efa3816741a2d3ff26c6316f1b529481a4"
1068dependencies = [
1069 "cfg-if 1.0.0",
1070 "generator",
1071 "scoped-tls",
1072]
1073
1074[[package]]
1075name = "malloc_buf"
1076version = "0.0.6"
1077source = "registry+https://github.com/rust-lang/crates.io-index"
1078checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
1079dependencies = [
1080 "libc",
1081]
1082
1083[[package]]
1084name = "matches"
1085version = "0.1.8"
1086source = "registry+https://github.com/rust-lang/crates.io-index"
1087checksum = "7ffc5c5338469d4d3ea17d269fa8ea3512ad247247c30bd2df69e68309ed0a08"
1088
1089[[package]]
1090name = "maybe-uninit"
1091version = "2.0.0"
1092source = "registry+https://github.com/rust-lang/crates.io-index"
1093checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
1094
1095[[package]]
1096name = "memchr"
1097version = "2.3.4"
1098source = "registry+https://github.com/rust-lang/crates.io-index"
1099checksum = "0ee1c47aaa256ecabcaea351eae4a9b01ef39ed810004e298d2511ed284b1525"
1100
1101[[package]]
1102name = "memmap2"
1103version = "0.1.0"
1104source = "registry+https://github.com/rust-lang/crates.io-index"
1105checksum = "d9b70ca2a6103ac8b665dc150b142ef0e4e89df640c9e6cf295d189c3caebe5a"
1106dependencies = [
1107 "libc",
1108]
1109
1110[[package]]
1111name = "memmap2"
1112version = "0.2.2"
1113source = "registry+https://github.com/rust-lang/crates.io-index"
1114checksum = "397d1a6d6d0563c0f5462bbdae662cf6c784edf5e828e40c7257f85d82bf56dd"
1115dependencies = [
1116 "libc",
1117]
1118
1119[[package]]
1120name = "metal"
1121version = "0.21.0"
1122source = "registry+https://github.com/rust-lang/crates.io-index"
1123checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
1124dependencies = [
1125 "bitflags",
1126 "block",
1127 "cocoa-foundation",
1128 "foreign-types",
1129 "log",
1130 "objc",
1131]
1132
1133[[package]]
1134name = "miniz_oxide"
1135version = "0.3.7"
1136source = "registry+https://github.com/rust-lang/crates.io-index"
1137checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
1138dependencies = [
1139 "adler32",
1140]
1141
1142[[package]]
1143name = "miniz_oxide"
1144version = "0.4.4"
1145source = "registry+https://github.com/rust-lang/crates.io-index"
1146checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
1147dependencies = [
1148 "adler",
1149 "autocfg",
1150]
1151
1152[[package]]
1153name = "nb-connect"
1154version = "1.0.3"
1155source = "registry+https://github.com/rust-lang/crates.io-index"
1156checksum = "670361df1bc2399ee1ff50406a0d422587dd3bb0da596e1978fe8e05dabddf4f"
1157dependencies = [
1158 "libc",
1159 "socket2",
1160]
1161
1162[[package]]
1163name = "nom"
1164version = "5.1.2"
1165source = "registry+https://github.com/rust-lang/crates.io-index"
1166checksum = "ffb4262d26ed83a1c0a33a38fe2bb15797329c85770da05e6b828ddb782627af"
1167dependencies = [
1168 "memchr",
1169 "version_check",
1170]
1171
1172[[package]]
1173name = "num-integer"
1174version = "0.1.44"
1175source = "registry+https://github.com/rust-lang/crates.io-index"
1176checksum = "d2cc698a63b549a70bc047073d2949cce27cd1c7b0a4a862d08a8031bc2801db"
1177dependencies = [
1178 "autocfg",
1179 "num-traits",
1180]
1181
1182[[package]]
1183name = "num-traits"
1184version = "0.2.14"
1185source = "registry+https://github.com/rust-lang/crates.io-index"
1186checksum = "9a64b1ec5cda2586e284722486d802acf1f7dbdc623e2bfc57e65ca1cd099290"
1187dependencies = [
1188 "autocfg",
1189]
1190
1191[[package]]
1192name = "num_cpus"
1193version = "1.13.0"
1194source = "registry+https://github.com/rust-lang/crates.io-index"
1195checksum = "05499f3756671c15885fee9034446956fff3f243d6077b91e5767df161f766b3"
1196dependencies = [
1197 "hermit-abi",
1198 "libc",
1199]
1200
1201[[package]]
1202name = "objc"
1203version = "0.2.7"
1204source = "registry+https://github.com/rust-lang/crates.io-index"
1205checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
1206dependencies = [
1207 "malloc_buf",
1208 "objc_exception",
1209]
1210
1211[[package]]
1212name = "objc_exception"
1213version = "0.1.2"
1214source = "registry+https://github.com/rust-lang/crates.io-index"
1215checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
1216dependencies = [
1217 "cc",
1218]
1219
1220[[package]]
1221name = "once_cell"
1222version = "1.5.2"
1223source = "registry+https://github.com/rust-lang/crates.io-index"
1224checksum = "13bd41f508810a131401606d54ac32a467c97172d74ba7662562ebba5ad07fa0"
1225
1226[[package]]
1227name = "ordered-float"
1228version = "2.1.1"
1229source = "registry+https://github.com/rust-lang/crates.io-index"
1230checksum = "766f840da25490628d8e63e529cd21c014f6600c6b8517add12a6fa6167a6218"
1231dependencies = [
1232 "num-traits",
1233]
1234
1235[[package]]
1236name = "parking"
1237version = "2.0.0"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "427c3892f9e783d91cc128285287e70a59e206ca452770ece88a76f7a3eddd72"
1240
1241[[package]]
1242name = "parking_lot"
1243version = "0.11.1"
1244source = "registry+https://github.com/rust-lang/crates.io-index"
1245checksum = "6d7744ac029df22dca6284efe4e898991d28e3085c706c972bcd7da4a27a15eb"
1246dependencies = [
1247 "instant",
1248 "lock_api",
1249 "parking_lot_core",
1250]
1251
1252[[package]]
1253name = "parking_lot_core"
1254version = "0.8.3"
1255source = "registry+https://github.com/rust-lang/crates.io-index"
1256checksum = "fa7a782938e745763fe6907fc6ba86946d72f49fe7e21de074e08128a99fb018"
1257dependencies = [
1258 "cfg-if 1.0.0",
1259 "instant",
1260 "libc",
1261 "redox_syscall 0.2.5",
1262 "smallvec",
1263 "winapi",
1264]
1265
1266[[package]]
1267name = "pathfinder_color"
1268version = "0.5.0"
1269source = "registry+https://github.com/rust-lang/crates.io-index"
1270checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
1271dependencies = [
1272 "pathfinder_simd",
1273]
1274
1275[[package]]
1276name = "pathfinder_geometry"
1277version = "0.5.1"
1278source = "registry+https://github.com/rust-lang/crates.io-index"
1279checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
1280dependencies = [
1281 "log",
1282 "pathfinder_simd",
1283]
1284
1285[[package]]
1286name = "pathfinder_simd"
1287version = "0.5.0"
1288source = "registry+https://github.com/rust-lang/crates.io-index"
1289checksum = "b451513912d6b3440e443aa75a73ab22203afedc4a90df8526d008c0f86f7cb3"
1290dependencies = [
1291 "rustc_version",
1292]
1293
1294[[package]]
1295name = "peeking_take_while"
1296version = "0.1.2"
1297source = "registry+https://github.com/rust-lang/crates.io-index"
1298checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
1299
1300[[package]]
1301name = "pico-args"
1302version = "0.4.0"
1303source = "registry+https://github.com/rust-lang/crates.io-index"
1304checksum = "d70072c20945e1ab871c472a285fc772aefd4f5407723c206242f2c6f94595d6"
1305
1306[[package]]
1307name = "pin-project-lite"
1308version = "0.2.4"
1309source = "registry+https://github.com/rust-lang/crates.io-index"
1310checksum = "439697af366c49a6d0a010c56a0d97685bc140ce0d377b13a2ea2aa42d64a827"
1311
1312[[package]]
1313name = "pin-utils"
1314version = "0.1.0"
1315source = "registry+https://github.com/rust-lang/crates.io-index"
1316checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
1317
1318[[package]]
1319name = "pkg-config"
1320version = "0.3.19"
1321source = "registry+https://github.com/rust-lang/crates.io-index"
1322checksum = "3831453b3449ceb48b6d9c7ad7c96d5ea673e9b470a1dc578c2ce6521230884c"
1323
1324[[package]]
1325name = "png"
1326version = "0.16.8"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
1329dependencies = [
1330 "bitflags",
1331 "crc32fast",
1332 "deflate",
1333 "miniz_oxide 0.3.7",
1334]
1335
1336[[package]]
1337name = "polling"
1338version = "2.0.2"
1339source = "registry+https://github.com/rust-lang/crates.io-index"
1340checksum = "a2a7bc6b2a29e632e45451c941832803a18cce6781db04de8a04696cdca8bde4"
1341dependencies = [
1342 "cfg-if 0.1.10",
1343 "libc",
1344 "log",
1345 "wepoll-sys",
1346 "winapi",
1347]
1348
1349[[package]]
1350name = "ppv-lite86"
1351version = "0.2.10"
1352source = "registry+https://github.com/rust-lang/crates.io-index"
1353checksum = "ac74c624d6b2d21f425f752262f42188365d7b8ff1aff74c82e45136510a4857"
1354
1355[[package]]
1356name = "proc-macro2"
1357version = "1.0.24"
1358source = "registry+https://github.com/rust-lang/crates.io-index"
1359checksum = "1e0704ee1a7e00d7bb417d0770ea303c1bccbabf0ef1667dae92b5967f5f8a71"
1360dependencies = [
1361 "unicode-xid",
1362]
1363
1364[[package]]
1365name = "quote"
1366version = "1.0.9"
1367source = "registry+https://github.com/rust-lang/crates.io-index"
1368checksum = "c3d0b9745dc2debf507c8422de05d7226cc1f0644216dfdfead988f9b1ab32a7"
1369dependencies = [
1370 "proc-macro2",
1371]
1372
1373[[package]]
1374name = "rand"
1375version = "0.4.6"
1376source = "registry+https://github.com/rust-lang/crates.io-index"
1377checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
1378dependencies = [
1379 "fuchsia-cprng",
1380 "libc",
1381 "rand_core 0.3.1",
1382 "rdrand",
1383 "winapi",
1384]
1385
1386[[package]]
1387name = "rand"
1388version = "0.8.3"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "0ef9e7e66b4468674bfcb0c81af8b7fa0bb154fa9f28eb840da5c447baeb8d7e"
1391dependencies = [
1392 "libc",
1393 "rand_chacha",
1394 "rand_core 0.6.2",
1395 "rand_hc",
1396]
1397
1398[[package]]
1399name = "rand_chacha"
1400version = "0.3.0"
1401source = "registry+https://github.com/rust-lang/crates.io-index"
1402checksum = "e12735cf05c9e10bf21534da50a147b924d555dc7a547c42e6bb2d5b6017ae0d"
1403dependencies = [
1404 "ppv-lite86",
1405 "rand_core 0.6.2",
1406]
1407
1408[[package]]
1409name = "rand_core"
1410version = "0.3.1"
1411source = "registry+https://github.com/rust-lang/crates.io-index"
1412checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
1413dependencies = [
1414 "rand_core 0.4.2",
1415]
1416
1417[[package]]
1418name = "rand_core"
1419version = "0.4.2"
1420source = "registry+https://github.com/rust-lang/crates.io-index"
1421checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
1422
1423[[package]]
1424name = "rand_core"
1425version = "0.6.2"
1426source = "registry+https://github.com/rust-lang/crates.io-index"
1427checksum = "34cf66eb183df1c5876e2dcf6b13d57340741e8dc255b48e40a26de954d06ae7"
1428dependencies = [
1429 "getrandom 0.2.2",
1430]
1431
1432[[package]]
1433name = "rand_hc"
1434version = "0.3.0"
1435source = "registry+https://github.com/rust-lang/crates.io-index"
1436checksum = "3190ef7066a446f2e7f42e239d161e905420ccab01eb967c9eb27d21b2322a73"
1437dependencies = [
1438 "rand_core 0.6.2",
1439]
1440
1441[[package]]
1442name = "rctree"
1443version = "0.3.3"
1444source = "registry+https://github.com/rust-lang/crates.io-index"
1445checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
1446
1447[[package]]
1448name = "rdrand"
1449version = "0.4.0"
1450source = "registry+https://github.com/rust-lang/crates.io-index"
1451checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
1452dependencies = [
1453 "rand_core 0.3.1",
1454]
1455
1456[[package]]
1457name = "redox_syscall"
1458version = "0.1.57"
1459source = "registry+https://github.com/rust-lang/crates.io-index"
1460checksum = "41cc0f7e4d5d4544e8861606a285bb08d3e70712ccc7d2b84d7c0ccfaf4b05ce"
1461
1462[[package]]
1463name = "redox_syscall"
1464version = "0.2.5"
1465source = "registry+https://github.com/rust-lang/crates.io-index"
1466checksum = "94341e4e44e24f6b591b59e47a8a027df12e008d73fd5672dbea9cc22f4507d9"
1467dependencies = [
1468 "bitflags",
1469]
1470
1471[[package]]
1472name = "redox_users"
1473version = "0.3.5"
1474source = "registry+https://github.com/rust-lang/crates.io-index"
1475checksum = "de0737333e7a9502c789a36d7c7fa6092a49895d4faa31ca5df163857ded2e9d"
1476dependencies = [
1477 "getrandom 0.1.16",
1478 "redox_syscall 0.1.57",
1479 "rust-argon2",
1480]
1481
1482[[package]]
1483name = "redox_users"
1484version = "0.4.0"
1485source = "registry+https://github.com/rust-lang/crates.io-index"
1486checksum = "528532f3d801c87aec9def2add9ca802fe569e44a544afe633765267840abe64"
1487dependencies = [
1488 "getrandom 0.2.2",
1489 "redox_syscall 0.2.5",
1490]
1491
1492[[package]]
1493name = "regex"
1494version = "1.4.3"
1495source = "registry+https://github.com/rust-lang/crates.io-index"
1496checksum = "d9251239e129e16308e70d853559389de218ac275b515068abc96829d05b948a"
1497dependencies = [
1498 "aho-corasick",
1499 "memchr",
1500 "regex-syntax",
1501 "thread_local",
1502]
1503
1504[[package]]
1505name = "regex-syntax"
1506version = "0.6.22"
1507source = "registry+https://github.com/rust-lang/crates.io-index"
1508checksum = "b5eb417147ba9860a96cfe72a0b93bf88fee1744b5636ec99ab20c1aa9376581"
1509
1510[[package]]
1511name = "remove_dir_all"
1512version = "0.5.3"
1513source = "registry+https://github.com/rust-lang/crates.io-index"
1514checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
1515dependencies = [
1516 "winapi",
1517]
1518
1519[[package]]
1520name = "replace_with"
1521version = "0.1.7"
1522source = "registry+https://github.com/rust-lang/crates.io-index"
1523checksum = "e3a8614ee435691de62bcffcf4a66d91b3594bf1428a5722e79103249a095690"
1524
1525[[package]]
1526name = "resvg"
1527version = "0.14.0"
1528source = "registry+https://github.com/rust-lang/crates.io-index"
1529checksum = "ac9efbe9c239253e11e518352c5f015ec0c69e73658eed153670e853e1b78e40"
1530dependencies = [
1531 "jpeg-decoder",
1532 "log",
1533 "pico-args",
1534 "png",
1535 "rgb",
1536 "svgfilters",
1537 "tiny-skia",
1538 "usvg",
1539]
1540
1541[[package]]
1542name = "rgb"
1543version = "0.8.27"
1544source = "registry+https://github.com/rust-lang/crates.io-index"
1545checksum = "8fddb3b23626145d1776addfc307e1a1851f60ef6ca64f376bcb889697144cf0"
1546dependencies = [
1547 "bytemuck",
1548]
1549
1550[[package]]
1551name = "roxmltree"
1552version = "0.14.1"
1553source = "registry+https://github.com/rust-lang/crates.io-index"
1554checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
1555dependencies = [
1556 "xmlparser",
1557]
1558
1559[[package]]
1560name = "rust-argon2"
1561version = "0.8.3"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "4b18820d944b33caa75a71378964ac46f58517c92b6ae5f762636247c09e78fb"
1564dependencies = [
1565 "base64",
1566 "blake2b_simd",
1567 "constant_time_eq",
1568 "crossbeam-utils 0.8.2",
1569]
1570
1571[[package]]
1572name = "rust-embed"
1573version = "5.9.0"
1574source = "registry+https://github.com/rust-lang/crates.io-index"
1575checksum = "2fe1fe6aac5d6bb9e1ffd81002340363272a7648234ec7bdfac5ee202cb65523"
1576dependencies = [
1577 "rust-embed-impl",
1578 "rust-embed-utils",
1579 "walkdir",
1580]
1581
1582[[package]]
1583name = "rust-embed-impl"
1584version = "5.9.0"
1585source = "registry+https://github.com/rust-lang/crates.io-index"
1586checksum = "3ed91c41c42ef7bf687384439c312e75e0da9c149b0390889b94de3c7d9d9e66"
1587dependencies = [
1588 "proc-macro2",
1589 "quote",
1590 "rust-embed-utils",
1591 "syn",
1592 "walkdir",
1593]
1594
1595[[package]]
1596name = "rust-embed-utils"
1597version = "5.1.0"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "2a512219132473ab0a77b52077059f1c47ce4af7fbdc94503e9862a34422876d"
1600dependencies = [
1601 "walkdir",
1602]
1603
1604[[package]]
1605name = "rustc-hash"
1606version = "1.1.0"
1607source = "registry+https://github.com/rust-lang/crates.io-index"
1608checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
1609
1610[[package]]
1611name = "rustc_version"
1612version = "0.2.3"
1613source = "registry+https://github.com/rust-lang/crates.io-index"
1614checksum = "138e3e0acb6c9fb258b19b67cb8abd63c00679d2851805ea151465464fe9030a"
1615dependencies = [
1616 "semver",
1617]
1618
1619[[package]]
1620name = "rustybuzz"
1621version = "0.3.0"
1622source = "registry+https://github.com/rust-lang/crates.io-index"
1623checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
1624dependencies = [
1625 "bitflags",
1626 "bytemuck",
1627 "smallvec",
1628 "ttf-parser 0.9.0",
1629 "unicode-bidi-mirroring",
1630 "unicode-ccc",
1631 "unicode-general-category",
1632 "unicode-script",
1633]
1634
1635[[package]]
1636name = "ryu"
1637version = "1.0.5"
1638source = "registry+https://github.com/rust-lang/crates.io-index"
1639checksum = "71d301d4193d031abdd79ff7e3dd721168a9572ef3fe51a1517aba235bd8f86e"
1640
1641[[package]]
1642name = "safe_arch"
1643version = "0.5.2"
1644source = "registry+https://github.com/rust-lang/crates.io-index"
1645checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
1646dependencies = [
1647 "bytemuck",
1648]
1649
1650[[package]]
1651name = "same-file"
1652version = "1.0.6"
1653source = "registry+https://github.com/rust-lang/crates.io-index"
1654checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
1655dependencies = [
1656 "winapi-util",
1657]
1658
1659[[package]]
1660name = "scoped-tls"
1661version = "1.0.0"
1662source = "registry+https://github.com/rust-lang/crates.io-index"
1663checksum = "ea6a9290e3c9cf0f18145ef7ffa62d68ee0bf5fcd651017e586dc7fd5da448c2"
1664
1665[[package]]
1666name = "scopeguard"
1667version = "1.1.0"
1668source = "registry+https://github.com/rust-lang/crates.io-index"
1669checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
1670
1671[[package]]
1672name = "semver"
1673version = "0.9.0"
1674source = "registry+https://github.com/rust-lang/crates.io-index"
1675checksum = "1d7eb9ef2c18661902cc47e535f9bc51b78acd254da71d375c2f6720d9a40403"
1676dependencies = [
1677 "semver-parser",
1678]
1679
1680[[package]]
1681name = "semver-parser"
1682version = "0.7.0"
1683source = "registry+https://github.com/rust-lang/crates.io-index"
1684checksum = "388a1df253eca08550bef6c72392cfe7c30914bf41df5269b68cbd6ff8f570a3"
1685
1686[[package]]
1687name = "serde"
1688version = "1.0.124"
1689source = "registry+https://github.com/rust-lang/crates.io-index"
1690checksum = "bd761ff957cb2a45fbb9ab3da6512de9de55872866160b23c25f1a841e99d29f"
1691
1692[[package]]
1693name = "serde_json"
1694version = "1.0.64"
1695source = "registry+https://github.com/rust-lang/crates.io-index"
1696checksum = "799e97dc9fdae36a5c8b8f2cae9ce2ee9fdce2058c57a93e6099d919fd982f79"
1697dependencies = [
1698 "itoa",
1699 "ryu",
1700 "serde",
1701]
1702
1703[[package]]
1704name = "servo-fontconfig"
1705version = "0.5.1"
1706source = "registry+https://github.com/rust-lang/crates.io-index"
1707checksum = "c7e3e22fe5fd73d04ebf0daa049d3efe3eae55369ce38ab16d07ddd9ac5c217c"
1708dependencies = [
1709 "libc",
1710 "servo-fontconfig-sys",
1711]
1712
1713[[package]]
1714name = "servo-fontconfig-sys"
1715version = "5.1.0"
1716source = "registry+https://github.com/rust-lang/crates.io-index"
1717checksum = "e36b879db9892dfa40f95da1c38a835d41634b825fbd8c4c418093d53c24b388"
1718dependencies = [
1719 "expat-sys",
1720 "freetype-sys",
1721 "pkg-config",
1722]
1723
1724[[package]]
1725name = "shlex"
1726version = "0.1.1"
1727source = "registry+https://github.com/rust-lang/crates.io-index"
1728checksum = "7fdf1b9db47230893d76faad238fd6097fd6d6a9245cd7a4d90dbd639536bbd2"
1729
1730[[package]]
1731name = "signal-hook"
1732version = "0.3.6"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "8a7f3f92a1da3d6b1d32245d0cbcbbab0cfc45996d8df619c42bccfa6d2bbb5f"
1735dependencies = [
1736 "libc",
1737 "signal-hook-registry",
1738]
1739
1740[[package]]
1741name = "signal-hook-registry"
1742version = "1.3.0"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "16f1d0fef1604ba8f7a073c7e701f213e056707210e9020af4528e0101ce11a6"
1745dependencies = [
1746 "libc",
1747]
1748
1749[[package]]
1750name = "simplecss"
1751version = "0.2.0"
1752source = "registry+https://github.com/rust-lang/crates.io-index"
1753checksum = "596554e63596d556a0dbd681416342ca61c75f1a45203201e7e77d3fa2fa9014"
1754dependencies = [
1755 "log",
1756]
1757
1758[[package]]
1759name = "simplelog"
1760version = "0.9.0"
1761source = "registry+https://github.com/rust-lang/crates.io-index"
1762checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
1763dependencies = [
1764 "chrono",
1765 "log",
1766 "termcolor",
1767]
1768
1769[[package]]
1770name = "siphasher"
1771version = "0.2.3"
1772source = "registry+https://github.com/rust-lang/crates.io-index"
1773checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
1774
1775[[package]]
1776name = "slab"
1777version = "0.4.2"
1778source = "registry+https://github.com/rust-lang/crates.io-index"
1779checksum = "c111b5bd5695e56cffe5129854aa230b39c93a305372fdbb2668ca2394eea9f8"
1780
1781[[package]]
1782name = "smallvec"
1783version = "1.6.1"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "fe0f37c9e8f3c5a4a66ad655a93c74daac4ad00c441533bf5c6e7990bb42604e"
1786
1787[[package]]
1788name = "smol"
1789version = "1.2.5"
1790source = "registry+https://github.com/rust-lang/crates.io-index"
1791checksum = "85cf3b5351f3e783c1d79ab5fc604eeed8b8ae9abd36b166e8b87a089efd85e4"
1792dependencies = [
1793 "async-channel",
1794 "async-executor",
1795 "async-fs",
1796 "async-io",
1797 "async-lock",
1798 "async-net",
1799 "async-process",
1800 "blocking",
1801 "futures-lite",
1802 "once_cell",
1803]
1804
1805[[package]]
1806name = "socket2"
1807version = "0.3.19"
1808source = "registry+https://github.com/rust-lang/crates.io-index"
1809checksum = "122e570113d28d773067fab24266b66753f6ea915758651696b6e35e49f88d6e"
1810dependencies = [
1811 "cfg-if 1.0.0",
1812 "libc",
1813 "winapi",
1814]
1815
1816[[package]]
1817name = "strsim"
1818version = "0.8.0"
1819source = "registry+https://github.com/rust-lang/crates.io-index"
1820checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
1821
1822[[package]]
1823name = "svg_fmt"
1824version = "0.4.1"
1825source = "registry+https://github.com/rust-lang/crates.io-index"
1826checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
1827
1828[[package]]
1829name = "svgfilters"
1830version = "0.3.0"
1831source = "registry+https://github.com/rust-lang/crates.io-index"
1832checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
1833dependencies = [
1834 "float-cmp",
1835 "rgb",
1836]
1837
1838[[package]]
1839name = "svgtypes"
1840version = "0.5.0"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
1843dependencies = [
1844 "float-cmp",
1845 "siphasher",
1846]
1847
1848[[package]]
1849name = "syn"
1850version = "1.0.67"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "6498a9efc342871f91cc2d0d694c674368b4ceb40f62b65a7a08c3792935e702"
1853dependencies = [
1854 "proc-macro2",
1855 "quote",
1856 "unicode-xid",
1857]
1858
1859[[package]]
1860name = "tempdir"
1861version = "0.3.7"
1862source = "registry+https://github.com/rust-lang/crates.io-index"
1863checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
1864dependencies = [
1865 "rand 0.4.6",
1866 "remove_dir_all",
1867]
1868
1869[[package]]
1870name = "termcolor"
1871version = "1.1.2"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "2dfed899f0eb03f32ee8c6a0aabdb8a7949659e3466561fc0adf54e26d88c5f4"
1874dependencies = [
1875 "winapi-util",
1876]
1877
1878[[package]]
1879name = "textwrap"
1880version = "0.11.0"
1881source = "registry+https://github.com/rust-lang/crates.io-index"
1882checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
1883dependencies = [
1884 "unicode-width",
1885]
1886
1887[[package]]
1888name = "thread_local"
1889version = "1.1.3"
1890source = "registry+https://github.com/rust-lang/crates.io-index"
1891checksum = "8018d24e04c95ac8790716a5987d0fec4f8b27249ffa0f7d33f1369bdfb88cbd"
1892dependencies = [
1893 "once_cell",
1894]
1895
1896[[package]]
1897name = "time"
1898version = "0.1.44"
1899source = "registry+https://github.com/rust-lang/crates.io-index"
1900checksum = "6db9e6914ab8b1ae1c260a4ae7a49b6c5611b40328a735b21862567685e73255"
1901dependencies = [
1902 "libc",
1903 "wasi 0.10.0+wasi-snapshot-preview1",
1904 "winapi",
1905]
1906
1907[[package]]
1908name = "tiny-skia"
1909version = "0.5.1"
1910source = "registry+https://github.com/rust-lang/crates.io-index"
1911checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
1912dependencies = [
1913 "arrayref",
1914 "arrayvec",
1915 "bytemuck",
1916 "cfg-if 1.0.0",
1917 "png",
1918 "safe_arch",
1919]
1920
1921[[package]]
1922name = "tree-sitter"
1923version = "0.17.1"
1924source = "registry+https://github.com/rust-lang/crates.io-index"
1925checksum = "d18dcb776d3affaba6db04d11d645946d34a69b3172e588af96ce9fecd20faac"
1926dependencies = [
1927 "cc",
1928 "regex",
1929]
1930
1931[[package]]
1932name = "ttf-parser"
1933version = "0.9.0"
1934source = "registry+https://github.com/rust-lang/crates.io-index"
1935checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
1936
1937[[package]]
1938name = "ttf-parser"
1939version = "0.12.0"
1940source = "registry+https://github.com/rust-lang/crates.io-index"
1941checksum = "85e00391c1f3d171490a3f8bd79999b0002ae38d3da0d6a3a306c754b053d71b"
1942
1943[[package]]
1944name = "unicode-bidi"
1945version = "0.3.4"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "49f2bd0c6468a8230e1db229cff8029217cf623c767ea5d60bfbd42729ea54d5"
1948dependencies = [
1949 "matches",
1950]
1951
1952[[package]]
1953name = "unicode-bidi-mirroring"
1954version = "0.1.0"
1955source = "registry+https://github.com/rust-lang/crates.io-index"
1956checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
1957
1958[[package]]
1959name = "unicode-ccc"
1960version = "0.1.1"
1961source = "registry+https://github.com/rust-lang/crates.io-index"
1962checksum = "28ae07c514c335bbd0251147bb1de333e28ebc8f57d792014f919ed212d119f6"
1963
1964[[package]]
1965name = "unicode-general-category"
1966version = "0.2.0"
1967source = "registry+https://github.com/rust-lang/crates.io-index"
1968checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
1969
1970[[package]]
1971name = "unicode-script"
1972version = "0.5.2"
1973source = "registry+https://github.com/rust-lang/crates.io-index"
1974checksum = "79bf4d5fc96546fdb73f9827097810bbda93b11a6770ff3a54e1f445d4135787"
1975
1976[[package]]
1977name = "unicode-vo"
1978version = "0.1.0"
1979source = "registry+https://github.com/rust-lang/crates.io-index"
1980checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
1981
1982[[package]]
1983name = "unicode-width"
1984version = "0.1.8"
1985source = "registry+https://github.com/rust-lang/crates.io-index"
1986checksum = "9337591893a19b88d8d87f2cec1e73fad5cdfd10e5a6f349f498ad6ea2ffb1e3"
1987
1988[[package]]
1989name = "unicode-xid"
1990version = "0.2.1"
1991source = "registry+https://github.com/rust-lang/crates.io-index"
1992checksum = "f7fe0bb3479651439c9112f72b6c505038574c9fbb575ed1bf3b797fa39dd564"
1993
1994[[package]]
1995name = "unindent"
1996version = "0.1.7"
1997source = "registry+https://github.com/rust-lang/crates.io-index"
1998checksum = "f14ee04d9415b52b3aeab06258a3f07093182b88ba0f9b8d203f211a7a7d41c7"
1999
2000[[package]]
2001name = "usvg"
2002version = "0.14.0"
2003source = "registry+https://github.com/rust-lang/crates.io-index"
2004checksum = "5ffbeb91d06989028c9c5e44d14d78b0cacdec56a613bb146e7a70007b1b6163"
2005dependencies = [
2006 "base64",
2007 "data-url",
2008 "flate2",
2009 "fontdb",
2010 "kurbo",
2011 "log",
2012 "memmap2 0.2.2",
2013 "pico-args",
2014 "rctree",
2015 "roxmltree",
2016 "rustybuzz",
2017 "simplecss",
2018 "siphasher",
2019 "svgtypes",
2020 "ttf-parser 0.12.0",
2021 "unicode-bidi",
2022 "unicode-script",
2023 "unicode-vo",
2024 "xmlwriter",
2025]
2026
2027[[package]]
2028name = "value-bag"
2029version = "1.0.0-alpha.6"
2030source = "registry+https://github.com/rust-lang/crates.io-index"
2031checksum = "6b676010e055c99033117c2343b33a40a30b91fecd6c49055ac9cd2d6c305ab1"
2032dependencies = [
2033 "ctor",
2034]
2035
2036[[package]]
2037name = "vec-arena"
2038version = "1.0.0"
2039source = "registry+https://github.com/rust-lang/crates.io-index"
2040checksum = "eafc1b9b2dfc6f5529177b62cf806484db55b32dc7c9658a118e11bbeb33061d"
2041
2042[[package]]
2043name = "vec_map"
2044version = "0.8.2"
2045source = "registry+https://github.com/rust-lang/crates.io-index"
2046checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
2047
2048[[package]]
2049name = "version_check"
2050version = "0.9.2"
2051source = "registry+https://github.com/rust-lang/crates.io-index"
2052checksum = "b5a972e5669d67ba988ce3dc826706fb0a8b01471c088cb0b6110b805cc36aed"
2053
2054[[package]]
2055name = "waker-fn"
2056version = "1.1.0"
2057source = "registry+https://github.com/rust-lang/crates.io-index"
2058checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
2059
2060[[package]]
2061name = "walkdir"
2062version = "2.3.1"
2063source = "registry+https://github.com/rust-lang/crates.io-index"
2064checksum = "777182bc735b6424e1a57516d35ed72cb8019d85c8c9bf536dccb3445c1a2f7d"
2065dependencies = [
2066 "same-file",
2067 "winapi",
2068 "winapi-util",
2069]
2070
2071[[package]]
2072name = "wasi"
2073version = "0.9.0+wasi-snapshot-preview1"
2074source = "registry+https://github.com/rust-lang/crates.io-index"
2075checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
2076
2077[[package]]
2078name = "wasi"
2079version = "0.10.0+wasi-snapshot-preview1"
2080source = "registry+https://github.com/rust-lang/crates.io-index"
2081checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
2082
2083[[package]]
2084name = "wasm-bindgen"
2085version = "0.2.73"
2086source = "registry+https://github.com/rust-lang/crates.io-index"
2087checksum = "83240549659d187488f91f33c0f8547cbfef0b2088bc470c116d1d260ef623d9"
2088dependencies = [
2089 "cfg-if 1.0.0",
2090 "wasm-bindgen-macro",
2091]
2092
2093[[package]]
2094name = "wasm-bindgen-backend"
2095version = "0.2.73"
2096source = "registry+https://github.com/rust-lang/crates.io-index"
2097checksum = "ae70622411ca953215ca6d06d3ebeb1e915f0f6613e3b495122878d7ebec7dae"
2098dependencies = [
2099 "bumpalo",
2100 "lazy_static",
2101 "log",
2102 "proc-macro2",
2103 "quote",
2104 "syn",
2105 "wasm-bindgen-shared",
2106]
2107
2108[[package]]
2109name = "wasm-bindgen-futures"
2110version = "0.4.23"
2111source = "registry+https://github.com/rust-lang/crates.io-index"
2112checksum = "81b8b767af23de6ac18bf2168b690bed2902743ddf0fb39252e36f9e2bfc63ea"
2113dependencies = [
2114 "cfg-if 1.0.0",
2115 "js-sys",
2116 "wasm-bindgen",
2117 "web-sys",
2118]
2119
2120[[package]]
2121name = "wasm-bindgen-macro"
2122version = "0.2.73"
2123source = "registry+https://github.com/rust-lang/crates.io-index"
2124checksum = "3e734d91443f177bfdb41969de821e15c516931c3c3db3d318fa1b68975d0f6f"
2125dependencies = [
2126 "quote",
2127 "wasm-bindgen-macro-support",
2128]
2129
2130[[package]]
2131name = "wasm-bindgen-macro-support"
2132version = "0.2.73"
2133source = "registry+https://github.com/rust-lang/crates.io-index"
2134checksum = "d53739ff08c8a68b0fdbcd54c372b8ab800b1449ab3c9d706503bc7dd1621b2c"
2135dependencies = [
2136 "proc-macro2",
2137 "quote",
2138 "syn",
2139 "wasm-bindgen-backend",
2140 "wasm-bindgen-shared",
2141]
2142
2143[[package]]
2144name = "wasm-bindgen-shared"
2145version = "0.2.73"
2146source = "registry+https://github.com/rust-lang/crates.io-index"
2147checksum = "d9a543ae66aa233d14bb765ed9af4a33e81b8b58d1584cf1b47ff8cd0b9e4489"
2148
2149[[package]]
2150name = "web-sys"
2151version = "0.3.50"
2152source = "registry+https://github.com/rust-lang/crates.io-index"
2153checksum = "a905d57e488fec8861446d3393670fb50d27a262344013181c2cdf9fff5481be"
2154dependencies = [
2155 "js-sys",
2156 "wasm-bindgen",
2157]
2158
2159[[package]]
2160name = "wepoll-sys"
2161version = "3.0.1"
2162source = "registry+https://github.com/rust-lang/crates.io-index"
2163checksum = "0fcb14dea929042224824779fbc82d9fab8d2e6d3cbc0ac404de8edf489e77ff"
2164dependencies = [
2165 "cc",
2166]
2167
2168[[package]]
2169name = "which"
2170version = "3.1.1"
2171source = "registry+https://github.com/rust-lang/crates.io-index"
2172checksum = "d011071ae14a2f6671d0b74080ae0cd8ebf3a6f8c9589a2cd45f23126fe29724"
2173dependencies = [
2174 "libc",
2175]
2176
2177[[package]]
2178name = "winapi"
2179version = "0.3.9"
2180source = "registry+https://github.com/rust-lang/crates.io-index"
2181checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
2182dependencies = [
2183 "winapi-i686-pc-windows-gnu",
2184 "winapi-x86_64-pc-windows-gnu",
2185]
2186
2187[[package]]
2188name = "winapi-i686-pc-windows-gnu"
2189version = "0.4.0"
2190source = "registry+https://github.com/rust-lang/crates.io-index"
2191checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
2192
2193[[package]]
2194name = "winapi-util"
2195version = "0.1.5"
2196source = "registry+https://github.com/rust-lang/crates.io-index"
2197checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
2198dependencies = [
2199 "winapi",
2200]
2201
2202[[package]]
2203name = "winapi-x86_64-pc-windows-gnu"
2204version = "0.4.0"
2205source = "registry+https://github.com/rust-lang/crates.io-index"
2206checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
2207
2208[[package]]
2209name = "wio"
2210version = "0.2.2"
2211source = "registry+https://github.com/rust-lang/crates.io-index"
2212checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
2213dependencies = [
2214 "winapi",
2215]
2216
2217[[package]]
2218name = "xmlparser"
2219version = "0.13.3"
2220source = "registry+https://github.com/rust-lang/crates.io-index"
2221checksum = "114ba2b24d2167ef6d67d7d04c8cc86522b87f490025f39f0303b7db5bf5e3d8"
2222
2223[[package]]
2224name = "xmlwriter"
2225version = "0.1.0"
2226source = "registry+https://github.com/rust-lang/crates.io-index"
2227checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
2228
2229[[package]]
2230name = "zed"
2231version = "0.1.0"
2232dependencies = [
2233 "anyhow",
2234 "arrayvec",
2235 "crossbeam-channel 0.5.0",
2236 "dirs",
2237 "easy-parallel",
2238 "futures-core",
2239 "gpui",
2240 "ignore",
2241 "lazy_static",
2242 "libc",
2243 "log",
2244 "num_cpus",
2245 "parking_lot",
2246 "rand 0.8.3",
2247 "rust-embed",
2248 "serde_json",
2249 "simplelog",
2250 "smallvec",
2251 "smol",
2252 "tempdir",
2253 "unindent",
2254]