1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "Inflector"
7version = "0.11.4"
8source = "registry+https://github.com/rust-lang/crates.io-index"
9checksum = "fe438c63458706e03479442743baae6c88256498e6431708f6dfc520a26515d3"
10
11[[package]]
12name = "activity_indicator"
13version = "0.1.0"
14dependencies = [
15 "auto_update",
16 "editor",
17 "futures 0.3.28",
18 "gpui",
19 "language",
20 "project",
21 "settings",
22 "smallvec",
23 "theme",
24 "util",
25 "workspace",
26]
27
28[[package]]
29name = "addr2line"
30version = "0.17.0"
31source = "registry+https://github.com/rust-lang/crates.io-index"
32checksum = "b9ecd88a8c8378ca913a680cd98f0f13ac67383d35993f86c90a70e3f137816b"
33dependencies = [
34 "gimli 0.26.2",
35]
36
37[[package]]
38name = "addr2line"
39version = "0.19.0"
40source = "registry+https://github.com/rust-lang/crates.io-index"
41checksum = "a76fd60b23679b7d19bd066031410fb7e458ccc5e958eb5c325888ce4baedc97"
42dependencies = [
43 "gimli 0.27.2",
44]
45
46[[package]]
47name = "adler"
48version = "1.0.2"
49source = "registry+https://github.com/rust-lang/crates.io-index"
50checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
51
52[[package]]
53name = "adler32"
54version = "1.2.0"
55source = "registry+https://github.com/rust-lang/crates.io-index"
56checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
57
58[[package]]
59name = "ahash"
60version = "0.7.6"
61source = "registry+https://github.com/rust-lang/crates.io-index"
62checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
63dependencies = [
64 "getrandom 0.2.9",
65 "once_cell",
66 "version_check",
67]
68
69[[package]]
70name = "ahash"
71version = "0.8.3"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "2c99f64d1e06488f620f932677e24bc6e2897582980441ae90a671415bd7ec2f"
74dependencies = [
75 "cfg-if 1.0.0",
76 "once_cell",
77 "version_check",
78]
79
80[[package]]
81name = "aho-corasick"
82version = "0.7.20"
83source = "registry+https://github.com/rust-lang/crates.io-index"
84checksum = "cc936419f96fa211c1b9166887b38e5e40b19958e5b895be7c1f93adec7071ac"
85dependencies = [
86 "memchr",
87]
88
89[[package]]
90name = "aho-corasick"
91version = "1.0.1"
92source = "registry+https://github.com/rust-lang/crates.io-index"
93checksum = "67fc08ce920c31afb70f013dcce1bfc3a3195de6a228474e45e1f145b36f8d04"
94dependencies = [
95 "memchr",
96]
97
98[[package]]
99name = "ai"
100version = "0.1.0"
101dependencies = [
102 "anyhow",
103 "assets",
104 "chrono",
105 "collections",
106 "editor",
107 "futures 0.3.28",
108 "gpui",
109 "isahc",
110 "language",
111 "search",
112 "serde",
113 "serde_json",
114 "theme",
115 "util",
116 "workspace",
117]
118
119[[package]]
120name = "alacritty_config"
121version = "0.1.1-dev"
122source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
123dependencies = [
124 "log",
125 "serde",
126 "serde_yaml",
127]
128
129[[package]]
130name = "alacritty_config_derive"
131version = "0.2.1-dev"
132source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
133dependencies = [
134 "proc-macro2",
135 "quote",
136 "syn 1.0.109",
137]
138
139[[package]]
140name = "alacritty_terminal"
141version = "0.17.1-dev"
142source = "git+https://github.com/zed-industries/alacritty?rev=a51dbe25d67e84d6ed4261e640d3954fbdd9be45#a51dbe25d67e84d6ed4261e640d3954fbdd9be45"
143dependencies = [
144 "alacritty_config",
145 "alacritty_config_derive",
146 "base64 0.13.1",
147 "bitflags",
148 "dirs 4.0.0",
149 "libc",
150 "log",
151 "mio 0.6.23",
152 "mio-anonymous-pipes",
153 "mio-extras",
154 "miow 0.3.7",
155 "nix",
156 "parking_lot 0.12.1",
157 "regex-automata",
158 "serde",
159 "serde_yaml",
160 "signal-hook",
161 "signal-hook-mio",
162 "unicode-width",
163 "vte",
164 "winapi 0.3.9",
165]
166
167[[package]]
168name = "aliasable"
169version = "0.1.3"
170source = "registry+https://github.com/rust-lang/crates.io-index"
171checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
172
173[[package]]
174name = "ambient-authority"
175version = "0.0.1"
176source = "registry+https://github.com/rust-lang/crates.io-index"
177checksum = "ec8ad6edb4840b78c5c3d88de606b22252d552b55f3a4699fbb10fc070ec3049"
178
179[[package]]
180name = "android_system_properties"
181version = "0.1.5"
182source = "registry+https://github.com/rust-lang/crates.io-index"
183checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
184dependencies = [
185 "libc",
186]
187
188[[package]]
189name = "ansi_term"
190version = "0.12.1"
191source = "registry+https://github.com/rust-lang/crates.io-index"
192checksum = "d52a9bb7ec0cf484c551830a7ce27bd20d67eac647e1befb56b0be4ee39a55d2"
193dependencies = [
194 "winapi 0.3.9",
195]
196
197[[package]]
198name = "anyhow"
199version = "1.0.71"
200source = "registry+https://github.com/rust-lang/crates.io-index"
201checksum = "9c7d0618f0e0b7e8ff11427422b64564d5fb0be1940354bfe2e0529b18a9d9b8"
202
203[[package]]
204name = "arrayref"
205version = "0.3.7"
206source = "registry+https://github.com/rust-lang/crates.io-index"
207checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
208
209[[package]]
210name = "arrayvec"
211version = "0.5.2"
212source = "registry+https://github.com/rust-lang/crates.io-index"
213checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
214
215[[package]]
216name = "arrayvec"
217version = "0.7.2"
218source = "registry+https://github.com/rust-lang/crates.io-index"
219checksum = "8da52d66c7071e2e3fa2a1e5c6d088fec47b593032b254f5e980de8ea54454d6"
220
221[[package]]
222name = "ascii"
223version = "1.1.0"
224source = "registry+https://github.com/rust-lang/crates.io-index"
225checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
226
227[[package]]
228name = "assets"
229version = "0.1.0"
230dependencies = [
231 "anyhow",
232 "gpui",
233 "rust-embed",
234]
235
236[[package]]
237name = "async-broadcast"
238version = "0.4.1"
239source = "registry+https://github.com/rust-lang/crates.io-index"
240checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
241dependencies = [
242 "event-listener",
243 "futures-core",
244 "parking_lot 0.12.1",
245]
246
247[[package]]
248name = "async-channel"
249version = "1.8.0"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "cf46fee83e5ccffc220104713af3292ff9bc7c64c7de289f66dae8e38d826833"
252dependencies = [
253 "concurrent-queue",
254 "event-listener",
255 "futures-core",
256]
257
258[[package]]
259name = "async-compat"
260version = "0.2.1"
261source = "registry+https://github.com/rust-lang/crates.io-index"
262checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d"
263dependencies = [
264 "futures-core",
265 "futures-io",
266 "once_cell",
267 "pin-project-lite 0.2.9",
268 "tokio",
269]
270
271[[package]]
272name = "async-compression"
273version = "0.3.15"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "942c7cd7ae39e91bde4820d74132e9862e62c2f386c3aa90ccf55949f5bad63a"
276dependencies = [
277 "flate2",
278 "futures-core",
279 "futures-io",
280 "memchr",
281 "pin-project-lite 0.2.9",
282]
283
284[[package]]
285name = "async-executor"
286version = "1.5.1"
287source = "registry+https://github.com/rust-lang/crates.io-index"
288checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
289dependencies = [
290 "async-lock",
291 "async-task",
292 "concurrent-queue",
293 "fastrand",
294 "futures-lite",
295 "slab",
296]
297
298[[package]]
299name = "async-fs"
300version = "1.6.0"
301source = "registry+https://github.com/rust-lang/crates.io-index"
302checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
303dependencies = [
304 "async-lock",
305 "autocfg 1.1.0",
306 "blocking",
307 "futures-lite",
308]
309
310[[package]]
311name = "async-global-executor"
312version = "2.3.1"
313source = "registry+https://github.com/rust-lang/crates.io-index"
314checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
315dependencies = [
316 "async-channel",
317 "async-executor",
318 "async-io",
319 "async-lock",
320 "blocking",
321 "futures-lite",
322 "once_cell",
323]
324
325[[package]]
326name = "async-io"
327version = "1.13.0"
328source = "registry+https://github.com/rust-lang/crates.io-index"
329checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
330dependencies = [
331 "async-lock",
332 "autocfg 1.1.0",
333 "cfg-if 1.0.0",
334 "concurrent-queue",
335 "futures-lite",
336 "log",
337 "parking",
338 "polling",
339 "rustix 0.37.19",
340 "slab",
341 "socket2",
342 "waker-fn",
343]
344
345[[package]]
346name = "async-lock"
347version = "2.7.0"
348source = "registry+https://github.com/rust-lang/crates.io-index"
349checksum = "fa24f727524730b077666307f2734b4a1a1c57acb79193127dcc8914d5242dd7"
350dependencies = [
351 "event-listener",
352]
353
354[[package]]
355name = "async-net"
356version = "1.7.0"
357source = "registry+https://github.com/rust-lang/crates.io-index"
358checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
359dependencies = [
360 "async-io",
361 "autocfg 1.1.0",
362 "blocking",
363 "futures-lite",
364]
365
366[[package]]
367name = "async-pipe"
368version = "0.1.3"
369source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
370dependencies = [
371 "futures 0.3.28",
372 "log",
373]
374
375[[package]]
376name = "async-process"
377version = "1.7.0"
378source = "registry+https://github.com/rust-lang/crates.io-index"
379checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
380dependencies = [
381 "async-io",
382 "async-lock",
383 "autocfg 1.1.0",
384 "blocking",
385 "cfg-if 1.0.0",
386 "event-listener",
387 "futures-lite",
388 "rustix 0.37.19",
389 "signal-hook",
390 "windows-sys 0.48.0",
391]
392
393[[package]]
394name = "async-recursion"
395version = "0.3.2"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
398dependencies = [
399 "proc-macro2",
400 "quote",
401 "syn 1.0.109",
402]
403
404[[package]]
405name = "async-recursion"
406version = "1.0.4"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "0e97ce7de6cf12de5d7226c73f5ba9811622f4db3a5b91b55c53e987e5f91cba"
409dependencies = [
410 "proc-macro2",
411 "quote",
412 "syn 2.0.15",
413]
414
415[[package]]
416name = "async-std"
417version = "1.12.0"
418source = "registry+https://github.com/rust-lang/crates.io-index"
419checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
420dependencies = [
421 "async-channel",
422 "async-global-executor",
423 "async-io",
424 "async-lock",
425 "crossbeam-utils 0.8.15",
426 "futures-channel",
427 "futures-core",
428 "futures-io",
429 "futures-lite",
430 "gloo-timers",
431 "kv-log-macro",
432 "log",
433 "memchr",
434 "once_cell",
435 "pin-project-lite 0.2.9",
436 "pin-utils",
437 "slab",
438 "wasm-bindgen-futures",
439]
440
441[[package]]
442name = "async-stream"
443version = "0.3.5"
444source = "registry+https://github.com/rust-lang/crates.io-index"
445checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
446dependencies = [
447 "async-stream-impl",
448 "futures-core",
449 "pin-project-lite 0.2.9",
450]
451
452[[package]]
453name = "async-stream-impl"
454version = "0.3.5"
455source = "registry+https://github.com/rust-lang/crates.io-index"
456checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
457dependencies = [
458 "proc-macro2",
459 "quote",
460 "syn 2.0.15",
461]
462
463[[package]]
464name = "async-tar"
465version = "0.4.2"
466source = "registry+https://github.com/rust-lang/crates.io-index"
467checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
468dependencies = [
469 "async-std",
470 "filetime",
471 "libc",
472 "pin-project",
473 "redox_syscall 0.2.16",
474 "xattr",
475]
476
477[[package]]
478name = "async-task"
479version = "4.0.3"
480source = "git+https://github.com/zed-industries/async-task?rev=341b57d6de98cdfd7b418567b8de2022ca993a6e#341b57d6de98cdfd7b418567b8de2022ca993a6e"
481
482[[package]]
483name = "async-tls"
484version = "0.11.0"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "2f23d769dbf1838d5df5156e7b1ad404f4c463d1ac2c6aeb6cd943630f8a8400"
487dependencies = [
488 "futures-core",
489 "futures-io",
490 "rustls 0.19.1",
491 "webpki 0.21.4",
492 "webpki-roots 0.21.1",
493]
494
495[[package]]
496name = "async-trait"
497version = "0.1.68"
498source = "registry+https://github.com/rust-lang/crates.io-index"
499checksum = "b9ccdd8f2a161be9bd5c023df56f1b2a0bd1d83872ae53b71a84a12c9bf6e842"
500dependencies = [
501 "proc-macro2",
502 "quote",
503 "syn 2.0.15",
504]
505
506[[package]]
507name = "async-tungstenite"
508version = "0.16.1"
509source = "registry+https://github.com/rust-lang/crates.io-index"
510checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
511dependencies = [
512 "async-tls",
513 "futures-io",
514 "futures-util",
515 "log",
516 "pin-project-lite 0.2.9",
517 "tungstenite 0.16.0",
518]
519
520[[package]]
521name = "atoi"
522version = "1.0.0"
523source = "registry+https://github.com/rust-lang/crates.io-index"
524checksum = "d7c57d12312ff59c811c0643f4d80830505833c9ffaebd193d819392b265be8e"
525dependencies = [
526 "num-traits",
527]
528
529[[package]]
530name = "atomic"
531version = "0.5.1"
532source = "registry+https://github.com/rust-lang/crates.io-index"
533checksum = "b88d82667eca772c4aa12f0f1348b3ae643424c8876448f3f7bd5787032e234c"
534dependencies = [
535 "autocfg 1.1.0",
536]
537
538[[package]]
539name = "atomic-waker"
540version = "1.1.1"
541source = "registry+https://github.com/rust-lang/crates.io-index"
542checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
543
544[[package]]
545name = "atty"
546version = "0.2.14"
547source = "registry+https://github.com/rust-lang/crates.io-index"
548checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
549dependencies = [
550 "hermit-abi 0.1.19",
551 "libc",
552 "winapi 0.3.9",
553]
554
555[[package]]
556name = "auto_update"
557version = "0.1.0"
558dependencies = [
559 "anyhow",
560 "client",
561 "db",
562 "gpui",
563 "isahc",
564 "lazy_static",
565 "log",
566 "menu",
567 "project",
568 "serde",
569 "serde_derive",
570 "serde_json",
571 "settings",
572 "smol",
573 "tempdir",
574 "theme",
575 "util",
576 "workspace",
577]
578
579[[package]]
580name = "autocfg"
581version = "0.1.8"
582source = "registry+https://github.com/rust-lang/crates.io-index"
583checksum = "0dde43e75fd43e8a1bf86103336bc699aa8d17ad1be60c76c0bdfd4828e19b78"
584dependencies = [
585 "autocfg 1.1.0",
586]
587
588[[package]]
589name = "autocfg"
590version = "1.1.0"
591source = "registry+https://github.com/rust-lang/crates.io-index"
592checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
593
594[[package]]
595name = "axum"
596version = "0.5.17"
597source = "registry+https://github.com/rust-lang/crates.io-index"
598checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
599dependencies = [
600 "async-trait",
601 "axum-core",
602 "base64 0.13.1",
603 "bitflags",
604 "bytes 1.4.0",
605 "futures-util",
606 "headers",
607 "http",
608 "http-body",
609 "hyper",
610 "itoa",
611 "matchit",
612 "memchr",
613 "mime",
614 "percent-encoding",
615 "pin-project-lite 0.2.9",
616 "serde",
617 "serde_json",
618 "serde_urlencoded",
619 "sha-1 0.10.1",
620 "sync_wrapper",
621 "tokio",
622 "tokio-tungstenite",
623 "tower",
624 "tower-http",
625 "tower-layer",
626 "tower-service",
627]
628
629[[package]]
630name = "axum-core"
631version = "0.2.9"
632source = "registry+https://github.com/rust-lang/crates.io-index"
633checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
634dependencies = [
635 "async-trait",
636 "bytes 1.4.0",
637 "futures-util",
638 "http",
639 "http-body",
640 "mime",
641 "tower-layer",
642 "tower-service",
643]
644
645[[package]]
646name = "axum-extra"
647version = "0.3.7"
648source = "registry+https://github.com/rust-lang/crates.io-index"
649checksum = "69034b3b0fd97923eee2ce8a47540edb21e07f48f87f67d44bb4271cec622bdb"
650dependencies = [
651 "axum",
652 "bytes 1.4.0",
653 "futures-util",
654 "http",
655 "mime",
656 "pin-project-lite 0.2.9",
657 "serde",
658 "serde_json",
659 "tokio",
660 "tower",
661 "tower-http",
662 "tower-layer",
663 "tower-service",
664]
665
666[[package]]
667name = "backtrace"
668version = "0.3.67"
669source = "registry+https://github.com/rust-lang/crates.io-index"
670checksum = "233d376d6d185f2a3093e58f283f60f880315b6c60075b01f36b3b85154564ca"
671dependencies = [
672 "addr2line 0.19.0",
673 "cc",
674 "cfg-if 1.0.0",
675 "libc",
676 "miniz_oxide 0.6.2",
677 "object 0.30.3",
678 "rustc-demangle",
679]
680
681[[package]]
682name = "bae"
683version = "0.1.7"
684source = "registry+https://github.com/rust-lang/crates.io-index"
685checksum = "33b8de67cc41132507eeece2584804efcb15f85ba516e34c944b7667f480397a"
686dependencies = [
687 "heck 0.3.3",
688 "proc-macro-error",
689 "proc-macro2",
690 "quote",
691 "syn 1.0.109",
692]
693
694[[package]]
695name = "base64"
696version = "0.13.1"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
699
700[[package]]
701name = "base64"
702version = "0.21.0"
703source = "registry+https://github.com/rust-lang/crates.io-index"
704checksum = "a4a4ddaa51a5bc52a6948f74c06d20aaaddb71924eab79b8c97a8c556e942d6a"
705
706[[package]]
707name = "base64ct"
708version = "1.6.0"
709source = "registry+https://github.com/rust-lang/crates.io-index"
710checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
711
712[[package]]
713name = "bincode"
714version = "1.3.3"
715source = "registry+https://github.com/rust-lang/crates.io-index"
716checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
717dependencies = [
718 "serde",
719]
720
721[[package]]
722name = "bindgen"
723version = "0.59.2"
724source = "registry+https://github.com/rust-lang/crates.io-index"
725checksum = "2bd2a9a458e8f4304c52c43ebb0cfbd520289f8379a52e329a38afda99bf8eb8"
726dependencies = [
727 "bitflags",
728 "cexpr",
729 "clang-sys",
730 "clap 2.34.0",
731 "env_logger 0.9.3",
732 "lazy_static",
733 "lazycell",
734 "log",
735 "peeking_take_while",
736 "proc-macro2",
737 "quote",
738 "regex",
739 "rustc-hash",
740 "shlex",
741 "which",
742]
743
744[[package]]
745name = "bitflags"
746version = "1.3.2"
747source = "registry+https://github.com/rust-lang/crates.io-index"
748checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
749
750[[package]]
751name = "block"
752version = "0.1.6"
753source = "registry+https://github.com/rust-lang/crates.io-index"
754checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
755
756[[package]]
757name = "block-buffer"
758version = "0.9.0"
759source = "registry+https://github.com/rust-lang/crates.io-index"
760checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
761dependencies = [
762 "generic-array",
763]
764
765[[package]]
766name = "block-buffer"
767version = "0.10.4"
768source = "registry+https://github.com/rust-lang/crates.io-index"
769checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
770dependencies = [
771 "generic-array",
772]
773
774[[package]]
775name = "blocking"
776version = "1.3.1"
777source = "registry+https://github.com/rust-lang/crates.io-index"
778checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
779dependencies = [
780 "async-channel",
781 "async-lock",
782 "async-task",
783 "atomic-waker",
784 "fastrand",
785 "futures-lite",
786 "log",
787]
788
789[[package]]
790name = "borsh"
791version = "0.10.3"
792source = "registry+https://github.com/rust-lang/crates.io-index"
793checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
794dependencies = [
795 "borsh-derive",
796 "hashbrown 0.13.2",
797]
798
799[[package]]
800name = "borsh-derive"
801version = "0.10.3"
802source = "registry+https://github.com/rust-lang/crates.io-index"
803checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
804dependencies = [
805 "borsh-derive-internal",
806 "borsh-schema-derive-internal",
807 "proc-macro-crate",
808 "proc-macro2",
809 "syn 1.0.109",
810]
811
812[[package]]
813name = "borsh-derive-internal"
814version = "0.10.3"
815source = "registry+https://github.com/rust-lang/crates.io-index"
816checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
817dependencies = [
818 "proc-macro2",
819 "quote",
820 "syn 1.0.109",
821]
822
823[[package]]
824name = "borsh-schema-derive-internal"
825version = "0.10.3"
826source = "registry+https://github.com/rust-lang/crates.io-index"
827checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
828dependencies = [
829 "proc-macro2",
830 "quote",
831 "syn 1.0.109",
832]
833
834[[package]]
835name = "breadcrumbs"
836version = "0.1.0"
837dependencies = [
838 "collections",
839 "editor",
840 "gpui",
841 "itertools",
842 "language",
843 "outline",
844 "project",
845 "search",
846 "settings",
847 "theme",
848 "workspace",
849]
850
851[[package]]
852name = "bromberg_sl2"
853version = "0.6.0"
854source = "git+https://github.com/zed-industries/bromberg_sl2?rev=950bc5482c216c395049ae33ae4501e08975f17f#950bc5482c216c395049ae33ae4501e08975f17f"
855dependencies = [
856 "digest 0.9.0",
857 "lazy_static",
858 "rayon",
859 "seq-macro",
860]
861
862[[package]]
863name = "bstr"
864version = "1.4.0"
865source = "registry+https://github.com/rust-lang/crates.io-index"
866checksum = "c3d4260bcc2e8fc9df1eac4919a720effeb63a3f0952f5bf4944adfa18897f09"
867dependencies = [
868 "memchr",
869 "serde",
870]
871
872[[package]]
873name = "bumpalo"
874version = "3.12.2"
875source = "registry+https://github.com/rust-lang/crates.io-index"
876checksum = "3c6ed94e98ecff0c12dd1b04c15ec0d7d9458ca8fe806cea6f12954efe74c63b"
877
878[[package]]
879name = "bytecheck"
880version = "0.6.10"
881source = "registry+https://github.com/rust-lang/crates.io-index"
882checksum = "13fe11640a23eb24562225322cd3e452b93a3d4091d62fab69c70542fcd17d1f"
883dependencies = [
884 "bytecheck_derive",
885 "ptr_meta",
886 "simdutf8",
887]
888
889[[package]]
890name = "bytecheck_derive"
891version = "0.6.10"
892source = "registry+https://github.com/rust-lang/crates.io-index"
893checksum = "e31225543cb46f81a7e224762764f4a6a0f097b1db0b175f69e8065efaa42de5"
894dependencies = [
895 "proc-macro2",
896 "quote",
897 "syn 1.0.109",
898]
899
900[[package]]
901name = "bytemuck"
902version = "1.13.1"
903source = "registry+https://github.com/rust-lang/crates.io-index"
904checksum = "17febce684fd15d89027105661fec94afb475cb995fbc59d2865198446ba2eea"
905
906[[package]]
907name = "byteorder"
908version = "1.4.3"
909source = "registry+https://github.com/rust-lang/crates.io-index"
910checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
911
912[[package]]
913name = "bytes"
914version = "0.4.12"
915source = "registry+https://github.com/rust-lang/crates.io-index"
916checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
917dependencies = [
918 "byteorder",
919 "iovec",
920]
921
922[[package]]
923name = "bytes"
924version = "1.4.0"
925source = "registry+https://github.com/rust-lang/crates.io-index"
926checksum = "89b2fd2a0dcf38d7971e2194b6b6eebab45ae01067456a7fd93d5547a61b70be"
927
928[[package]]
929name = "call"
930version = "0.1.0"
931dependencies = [
932 "anyhow",
933 "async-broadcast",
934 "client",
935 "collections",
936 "fs",
937 "futures 0.3.28",
938 "gpui",
939 "language",
940 "live_kit_client",
941 "log",
942 "media",
943 "postage",
944 "project",
945 "settings",
946 "util",
947]
948
949[[package]]
950name = "cap-fs-ext"
951version = "0.24.4"
952source = "registry+https://github.com/rust-lang/crates.io-index"
953checksum = "e54b86398b5852ddd45784b1d9b196b98beb39171821bad4b8b44534a1e87927"
954dependencies = [
955 "cap-primitives",
956 "cap-std",
957 "io-lifetimes 0.5.3",
958 "winapi 0.3.9",
959]
960
961[[package]]
962name = "cap-primitives"
963version = "0.24.4"
964source = "registry+https://github.com/rust-lang/crates.io-index"
965checksum = "fb8fca3e81fae1d91a36e9784ca22a39ef623702b5f7904d89dc31f10184a178"
966dependencies = [
967 "ambient-authority",
968 "errno 0.2.8",
969 "fs-set-times",
970 "io-extras",
971 "io-lifetimes 0.5.3",
972 "ipnet",
973 "maybe-owned",
974 "rustix 0.33.7",
975 "winapi 0.3.9",
976 "winapi-util",
977 "winx",
978]
979
980[[package]]
981name = "cap-rand"
982version = "0.24.4"
983source = "registry+https://github.com/rust-lang/crates.io-index"
984checksum = "ca3b27294116983d706f4c8168f6d10c84f9f5daed0c28bc7d0296cf16bcf971"
985dependencies = [
986 "ambient-authority",
987 "rand 0.8.5",
988]
989
990[[package]]
991name = "cap-std"
992version = "0.24.4"
993source = "registry+https://github.com/rust-lang/crates.io-index"
994checksum = "2247568946095c7765ad2b441a56caffc08027734c634a6d5edda648f04e32eb"
995dependencies = [
996 "cap-primitives",
997 "io-extras",
998 "io-lifetimes 0.5.3",
999 "ipnet",
1000 "rustix 0.33.7",
1001]
1002
1003[[package]]
1004name = "cap-time-ext"
1005version = "0.24.4"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "c50472b6ebc302af0401fa3fb939694cd8ff00e0d4c9182001e434fc822ab83a"
1008dependencies = [
1009 "cap-primitives",
1010 "once_cell",
1011 "rustix 0.33.7",
1012 "winx",
1013]
1014
1015[[package]]
1016name = "castaway"
1017version = "0.1.2"
1018source = "registry+https://github.com/rust-lang/crates.io-index"
1019checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
1020
1021[[package]]
1022name = "cc"
1023version = "1.0.79"
1024source = "registry+https://github.com/rust-lang/crates.io-index"
1025checksum = "50d30906286121d95be3d479533b458f87493b30a4b5f79a607db8f5d11aa91f"
1026dependencies = [
1027 "jobserver",
1028]
1029
1030[[package]]
1031name = "cexpr"
1032version = "0.6.0"
1033source = "registry+https://github.com/rust-lang/crates.io-index"
1034checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1035dependencies = [
1036 "nom",
1037]
1038
1039[[package]]
1040name = "cfg-if"
1041version = "0.1.10"
1042source = "registry+https://github.com/rust-lang/crates.io-index"
1043checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1044
1045[[package]]
1046name = "cfg-if"
1047version = "1.0.0"
1048source = "registry+https://github.com/rust-lang/crates.io-index"
1049checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1050
1051[[package]]
1052name = "chrono"
1053version = "0.4.24"
1054source = "registry+https://github.com/rust-lang/crates.io-index"
1055checksum = "4e3c5919066adf22df73762e50cffcde3a758f2a848b113b586d1f86728b673b"
1056dependencies = [
1057 "iana-time-zone",
1058 "js-sys",
1059 "num-integer",
1060 "num-traits",
1061 "serde",
1062 "time 0.1.45",
1063 "wasm-bindgen",
1064 "winapi 0.3.9",
1065]
1066
1067[[package]]
1068name = "chunked_transfer"
1069version = "1.4.1"
1070source = "registry+https://github.com/rust-lang/crates.io-index"
1071checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
1072
1073[[package]]
1074name = "cipher"
1075version = "0.3.0"
1076source = "registry+https://github.com/rust-lang/crates.io-index"
1077checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
1078dependencies = [
1079 "generic-array",
1080]
1081
1082[[package]]
1083name = "clang-sys"
1084version = "1.6.1"
1085source = "registry+https://github.com/rust-lang/crates.io-index"
1086checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
1087dependencies = [
1088 "glob",
1089 "libc",
1090 "libloading",
1091]
1092
1093[[package]]
1094name = "clap"
1095version = "2.34.0"
1096source = "registry+https://github.com/rust-lang/crates.io-index"
1097checksum = "a0610544180c38b88101fecf2dd634b174a62eef6946f84dfc6a7127512b381c"
1098dependencies = [
1099 "ansi_term",
1100 "atty",
1101 "bitflags",
1102 "strsim 0.8.0",
1103 "textwrap 0.11.0",
1104 "unicode-width",
1105 "vec_map",
1106]
1107
1108[[package]]
1109name = "clap"
1110version = "3.2.25"
1111source = "registry+https://github.com/rust-lang/crates.io-index"
1112checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
1113dependencies = [
1114 "atty",
1115 "bitflags",
1116 "clap_derive",
1117 "clap_lex",
1118 "indexmap",
1119 "once_cell",
1120 "strsim 0.10.0",
1121 "termcolor",
1122 "textwrap 0.16.0",
1123]
1124
1125[[package]]
1126name = "clap_derive"
1127version = "3.2.25"
1128source = "registry+https://github.com/rust-lang/crates.io-index"
1129checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
1130dependencies = [
1131 "heck 0.4.1",
1132 "proc-macro-error",
1133 "proc-macro2",
1134 "quote",
1135 "syn 1.0.109",
1136]
1137
1138[[package]]
1139name = "clap_lex"
1140version = "0.2.4"
1141source = "registry+https://github.com/rust-lang/crates.io-index"
1142checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
1143dependencies = [
1144 "os_str_bytes",
1145]
1146
1147[[package]]
1148name = "cli"
1149version = "0.1.0"
1150dependencies = [
1151 "anyhow",
1152 "clap 3.2.25",
1153 "core-foundation",
1154 "core-services",
1155 "dirs 3.0.2",
1156 "ipc-channel",
1157 "plist",
1158 "serde",
1159 "serde_derive",
1160 "util",
1161]
1162
1163[[package]]
1164name = "client"
1165version = "0.1.0"
1166dependencies = [
1167 "anyhow",
1168 "async-recursion 0.3.2",
1169 "async-tungstenite",
1170 "collections",
1171 "db",
1172 "futures 0.3.28",
1173 "gpui",
1174 "image",
1175 "lazy_static",
1176 "log",
1177 "parking_lot 0.11.2",
1178 "postage",
1179 "rand 0.8.5",
1180 "rpc",
1181 "schemars",
1182 "serde",
1183 "serde_derive",
1184 "settings",
1185 "smol",
1186 "staff_mode",
1187 "sum_tree",
1188 "tempfile",
1189 "thiserror",
1190 "time 0.3.21",
1191 "tiny_http",
1192 "url",
1193 "util",
1194 "uuid 1.3.2",
1195]
1196
1197[[package]]
1198name = "clock"
1199version = "0.1.0"
1200dependencies = [
1201 "smallvec",
1202]
1203
1204[[package]]
1205name = "cmake"
1206version = "0.1.50"
1207source = "registry+https://github.com/rust-lang/crates.io-index"
1208checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
1209dependencies = [
1210 "cc",
1211]
1212
1213[[package]]
1214name = "cocoa"
1215version = "0.24.0"
1216source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1217dependencies = [
1218 "bitflags",
1219 "block",
1220 "cocoa-foundation",
1221 "core-foundation",
1222 "core-graphics",
1223 "foreign-types",
1224 "libc",
1225 "objc",
1226]
1227
1228[[package]]
1229name = "cocoa-foundation"
1230version = "0.1.1"
1231source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1232dependencies = [
1233 "bitflags",
1234 "block",
1235 "core-foundation",
1236 "core-graphics-types",
1237 "foreign-types",
1238 "libc",
1239 "objc",
1240]
1241
1242[[package]]
1243name = "codespan-reporting"
1244version = "0.11.1"
1245source = "registry+https://github.com/rust-lang/crates.io-index"
1246checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
1247dependencies = [
1248 "termcolor",
1249 "unicode-width",
1250]
1251
1252[[package]]
1253name = "collab"
1254version = "0.12.4"
1255dependencies = [
1256 "anyhow",
1257 "async-tungstenite",
1258 "axum",
1259 "axum-extra",
1260 "base64 0.13.1",
1261 "call",
1262 "clap 3.2.25",
1263 "client",
1264 "collections",
1265 "ctor",
1266 "dashmap",
1267 "editor",
1268 "env_logger 0.9.3",
1269 "envy",
1270 "fs",
1271 "futures 0.3.28",
1272 "git",
1273 "gpui",
1274 "hyper",
1275 "indoc",
1276 "language",
1277 "lazy_static",
1278 "lipsum",
1279 "live_kit_client",
1280 "live_kit_server",
1281 "log",
1282 "lsp",
1283 "nanoid",
1284 "parking_lot 0.11.2",
1285 "pretty_assertions",
1286 "project",
1287 "prometheus",
1288 "rand 0.8.5",
1289 "reqwest",
1290 "rpc",
1291 "scrypt",
1292 "sea-orm",
1293 "sea-query",
1294 "serde",
1295 "serde_derive",
1296 "serde_json",
1297 "settings",
1298 "sha-1 0.9.8",
1299 "sqlx",
1300 "theme",
1301 "time 0.3.21",
1302 "tokio",
1303 "tokio-tungstenite",
1304 "toml",
1305 "tonic",
1306 "tower",
1307 "tracing",
1308 "tracing-log",
1309 "tracing-subscriber",
1310 "unindent",
1311 "util",
1312 "workspace",
1313]
1314
1315[[package]]
1316name = "collab_ui"
1317version = "0.1.0"
1318dependencies = [
1319 "anyhow",
1320 "auto_update",
1321 "call",
1322 "client",
1323 "clock",
1324 "collections",
1325 "context_menu",
1326 "editor",
1327 "feedback",
1328 "futures 0.3.28",
1329 "fuzzy",
1330 "gpui",
1331 "log",
1332 "menu",
1333 "picker",
1334 "postage",
1335 "project",
1336 "serde",
1337 "serde_derive",
1338 "settings",
1339 "theme",
1340 "util",
1341 "workspace",
1342]
1343
1344[[package]]
1345name = "collections"
1346version = "0.1.0"
1347dependencies = [
1348 "seahash",
1349]
1350
1351[[package]]
1352name = "color_quant"
1353version = "1.1.0"
1354source = "registry+https://github.com/rust-lang/crates.io-index"
1355checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
1356
1357[[package]]
1358name = "command_palette"
1359version = "0.1.0"
1360dependencies = [
1361 "collections",
1362 "ctor",
1363 "editor",
1364 "env_logger 0.9.3",
1365 "fuzzy",
1366 "gpui",
1367 "language",
1368 "picker",
1369 "project",
1370 "serde_json",
1371 "settings",
1372 "theme",
1373 "util",
1374 "workspace",
1375]
1376
1377[[package]]
1378name = "concurrent-queue"
1379version = "2.2.0"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
1382dependencies = [
1383 "crossbeam-utils 0.8.15",
1384]
1385
1386[[package]]
1387name = "const-cstr"
1388version = "0.3.0"
1389source = "registry+https://github.com/rust-lang/crates.io-index"
1390checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
1391
1392[[package]]
1393name = "context_menu"
1394version = "0.1.0"
1395dependencies = [
1396 "gpui",
1397 "menu",
1398 "settings",
1399 "smallvec",
1400 "theme",
1401]
1402
1403[[package]]
1404name = "copilot"
1405version = "0.1.0"
1406dependencies = [
1407 "anyhow",
1408 "async-compression",
1409 "async-tar",
1410 "clock",
1411 "collections",
1412 "context_menu",
1413 "fs",
1414 "futures 0.3.28",
1415 "gpui",
1416 "language",
1417 "log",
1418 "lsp",
1419 "node_runtime",
1420 "rpc",
1421 "serde",
1422 "serde_derive",
1423 "settings",
1424 "smol",
1425 "theme",
1426 "util",
1427]
1428
1429[[package]]
1430name = "copilot_button"
1431version = "0.1.0"
1432dependencies = [
1433 "anyhow",
1434 "assets",
1435 "context_menu",
1436 "copilot",
1437 "editor",
1438 "fs",
1439 "futures 0.3.28",
1440 "gpui",
1441 "language",
1442 "settings",
1443 "smol",
1444 "theme",
1445 "util",
1446 "workspace",
1447]
1448
1449[[package]]
1450name = "core-foundation"
1451version = "0.9.3"
1452source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1453dependencies = [
1454 "core-foundation-sys",
1455 "libc",
1456 "uuid 0.5.1",
1457]
1458
1459[[package]]
1460name = "core-foundation-sys"
1461version = "0.8.3"
1462source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1463
1464[[package]]
1465name = "core-graphics"
1466version = "0.22.3"
1467source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1468dependencies = [
1469 "bitflags",
1470 "core-foundation",
1471 "core-graphics-types",
1472 "foreign-types",
1473 "libc",
1474]
1475
1476[[package]]
1477name = "core-graphics-types"
1478version = "0.1.1"
1479source = "git+https://github.com/servo/core-foundation-rs?rev=079665882507dd5e2ff77db3de5070c1f6c0fb85#079665882507dd5e2ff77db3de5070c1f6c0fb85"
1480dependencies = [
1481 "bitflags",
1482 "core-foundation",
1483 "foreign-types",
1484 "libc",
1485]
1486
1487[[package]]
1488name = "core-services"
1489version = "0.2.0"
1490source = "registry+https://github.com/rust-lang/crates.io-index"
1491checksum = "51b344b958cae90858bf6086f49599ecc5ec8698eacad0ea155509ba11fab347"
1492dependencies = [
1493 "core-foundation",
1494]
1495
1496[[package]]
1497name = "core-text"
1498version = "19.2.0"
1499source = "registry+https://github.com/rust-lang/crates.io-index"
1500checksum = "99d74ada66e07c1cefa18f8abfba765b486f250de2e4a999e5727fc0dd4b4a25"
1501dependencies = [
1502 "core-foundation",
1503 "core-graphics",
1504 "foreign-types",
1505 "libc",
1506]
1507
1508[[package]]
1509name = "cpp_demangle"
1510version = "0.3.5"
1511source = "registry+https://github.com/rust-lang/crates.io-index"
1512checksum = "eeaa953eaad386a53111e47172c2fedba671e5684c8dd601a5f474f4f118710f"
1513dependencies = [
1514 "cfg-if 1.0.0",
1515]
1516
1517[[package]]
1518name = "cpufeatures"
1519version = "0.2.7"
1520source = "registry+https://github.com/rust-lang/crates.io-index"
1521checksum = "3e4c1eaa2012c47becbbad2ab175484c2a84d1185b566fb2cc5b8707343dfe58"
1522dependencies = [
1523 "libc",
1524]
1525
1526[[package]]
1527name = "cranelift-bforest"
1528version = "0.85.3"
1529source = "registry+https://github.com/rust-lang/crates.io-index"
1530checksum = "749d0d6022c9038dccf480bdde2a38d435937335bf2bb0f14e815d94517cdce8"
1531dependencies = [
1532 "cranelift-entity",
1533]
1534
1535[[package]]
1536name = "cranelift-codegen"
1537version = "0.85.3"
1538source = "registry+https://github.com/rust-lang/crates.io-index"
1539checksum = "e94370cc7b37bf652ccd8bb8f09bd900997f7ccf97520edfc75554bb5c4abbea"
1540dependencies = [
1541 "cranelift-bforest",
1542 "cranelift-codegen-meta",
1543 "cranelift-codegen-shared",
1544 "cranelift-entity",
1545 "cranelift-isle",
1546 "gimli 0.26.2",
1547 "log",
1548 "regalloc2",
1549 "smallvec",
1550 "target-lexicon",
1551]
1552
1553[[package]]
1554name = "cranelift-codegen-meta"
1555version = "0.85.3"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "e0a3cea8fdab90e44018c5b9a1dfd460d8ee265ac354337150222a354628bdb6"
1558dependencies = [
1559 "cranelift-codegen-shared",
1560]
1561
1562[[package]]
1563name = "cranelift-codegen-shared"
1564version = "0.85.3"
1565source = "registry+https://github.com/rust-lang/crates.io-index"
1566checksum = "5ac72f76f2698598951ab26d8c96eaa854810e693e7dd52523958b5909fde6b2"
1567
1568[[package]]
1569name = "cranelift-entity"
1570version = "0.85.3"
1571source = "registry+https://github.com/rust-lang/crates.io-index"
1572checksum = "09eaeacfcd2356fe0e66b295e8f9d59fdd1ac3ace53ba50de14d628ec902f72d"
1573dependencies = [
1574 "serde",
1575]
1576
1577[[package]]
1578name = "cranelift-frontend"
1579version = "0.85.3"
1580source = "registry+https://github.com/rust-lang/crates.io-index"
1581checksum = "dba69c9980d5ffd62c18a2bde927855fcd7c8dc92f29feaf8636052662cbd99c"
1582dependencies = [
1583 "cranelift-codegen",
1584 "log",
1585 "smallvec",
1586 "target-lexicon",
1587]
1588
1589[[package]]
1590name = "cranelift-isle"
1591version = "0.85.3"
1592source = "registry+https://github.com/rust-lang/crates.io-index"
1593checksum = "d2920dc1e05cac40304456ed3301fde2c09bd6a9b0210bcfa2f101398d628d5b"
1594
1595[[package]]
1596name = "cranelift-native"
1597version = "0.85.3"
1598source = "registry+https://github.com/rust-lang/crates.io-index"
1599checksum = "f04dfa45f9b2a6f587c564d6b63388e00cd6589d2df6ea2758cf79e1a13285e6"
1600dependencies = [
1601 "cranelift-codegen",
1602 "libc",
1603 "target-lexicon",
1604]
1605
1606[[package]]
1607name = "cranelift-wasm"
1608version = "0.85.3"
1609source = "registry+https://github.com/rust-lang/crates.io-index"
1610checksum = "31a46513ae6f26f3f267d8d75b5373d555fbbd1e68681f348d99df43f747ec54"
1611dependencies = [
1612 "cranelift-codegen",
1613 "cranelift-entity",
1614 "cranelift-frontend",
1615 "itertools",
1616 "log",
1617 "smallvec",
1618 "wasmparser",
1619 "wasmtime-types",
1620]
1621
1622[[package]]
1623name = "crc"
1624version = "3.0.1"
1625source = "registry+https://github.com/rust-lang/crates.io-index"
1626checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
1627dependencies = [
1628 "crc-catalog",
1629]
1630
1631[[package]]
1632name = "crc-catalog"
1633version = "2.2.0"
1634source = "registry+https://github.com/rust-lang/crates.io-index"
1635checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
1636
1637[[package]]
1638name = "crc32fast"
1639version = "1.3.2"
1640source = "registry+https://github.com/rust-lang/crates.io-index"
1641checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
1642dependencies = [
1643 "cfg-if 1.0.0",
1644]
1645
1646[[package]]
1647name = "crossbeam-channel"
1648version = "0.4.4"
1649source = "registry+https://github.com/rust-lang/crates.io-index"
1650checksum = "b153fe7cbef478c567df0f972e02e6d736db11affe43dfc9c56a9374d1adfb87"
1651dependencies = [
1652 "crossbeam-utils 0.7.2",
1653 "maybe-uninit",
1654]
1655
1656[[package]]
1657name = "crossbeam-channel"
1658version = "0.5.8"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
1661dependencies = [
1662 "cfg-if 1.0.0",
1663 "crossbeam-utils 0.8.15",
1664]
1665
1666[[package]]
1667name = "crossbeam-deque"
1668version = "0.8.3"
1669source = "registry+https://github.com/rust-lang/crates.io-index"
1670checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
1671dependencies = [
1672 "cfg-if 1.0.0",
1673 "crossbeam-epoch",
1674 "crossbeam-utils 0.8.15",
1675]
1676
1677[[package]]
1678name = "crossbeam-epoch"
1679version = "0.9.14"
1680source = "registry+https://github.com/rust-lang/crates.io-index"
1681checksum = "46bd5f3f85273295a9d14aedfb86f6aadbff6d8f5295c4a9edb08e819dcf5695"
1682dependencies = [
1683 "autocfg 1.1.0",
1684 "cfg-if 1.0.0",
1685 "crossbeam-utils 0.8.15",
1686 "memoffset 0.8.0",
1687 "scopeguard",
1688]
1689
1690[[package]]
1691name = "crossbeam-queue"
1692version = "0.3.8"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
1695dependencies = [
1696 "cfg-if 1.0.0",
1697 "crossbeam-utils 0.8.15",
1698]
1699
1700[[package]]
1701name = "crossbeam-utils"
1702version = "0.7.2"
1703source = "registry+https://github.com/rust-lang/crates.io-index"
1704checksum = "c3c7c73a2d1e9fc0886a08b93e98eb643461230d5f1925e4036204d5f2e261a8"
1705dependencies = [
1706 "autocfg 1.1.0",
1707 "cfg-if 0.1.10",
1708 "lazy_static",
1709]
1710
1711[[package]]
1712name = "crossbeam-utils"
1713version = "0.8.15"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "3c063cd8cc95f5c377ed0d4b49a4b21f632396ff690e8470c29b3359b346984b"
1716dependencies = [
1717 "cfg-if 1.0.0",
1718]
1719
1720[[package]]
1721name = "crypto-common"
1722version = "0.1.6"
1723source = "registry+https://github.com/rust-lang/crates.io-index"
1724checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
1725dependencies = [
1726 "generic-array",
1727 "typenum",
1728]
1729
1730[[package]]
1731name = "crypto-mac"
1732version = "0.11.1"
1733source = "registry+https://github.com/rust-lang/crates.io-index"
1734checksum = "b1d1a86f49236c215f271d40892d5fc950490551400b02ef360692c29815c714"
1735dependencies = [
1736 "generic-array",
1737 "subtle",
1738]
1739
1740[[package]]
1741name = "ctor"
1742version = "0.1.26"
1743source = "registry+https://github.com/rust-lang/crates.io-index"
1744checksum = "6d2301688392eb071b0bf1a37be05c469d3cc4dbbd95df672fe28ab021e6a096"
1745dependencies = [
1746 "quote",
1747 "syn 1.0.109",
1748]
1749
1750[[package]]
1751name = "curl"
1752version = "0.4.44"
1753source = "registry+https://github.com/rust-lang/crates.io-index"
1754checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
1755dependencies = [
1756 "curl-sys",
1757 "libc",
1758 "openssl-probe",
1759 "openssl-sys",
1760 "schannel",
1761 "socket2",
1762 "winapi 0.3.9",
1763]
1764
1765[[package]]
1766name = "curl-sys"
1767version = "0.4.61+curl-8.0.1"
1768source = "registry+https://github.com/rust-lang/crates.io-index"
1769checksum = "14d05c10f541ae6f3bc5b3d923c20001f47db7d5f0b2bc6ad16490133842db79"
1770dependencies = [
1771 "cc",
1772 "libc",
1773 "libnghttp2-sys",
1774 "libz-sys",
1775 "openssl-sys",
1776 "pkg-config",
1777 "vcpkg",
1778 "winapi 0.3.9",
1779]
1780
1781[[package]]
1782name = "cxx"
1783version = "1.0.94"
1784source = "registry+https://github.com/rust-lang/crates.io-index"
1785checksum = "f61f1b6389c3fe1c316bf8a4dccc90a38208354b330925bce1f74a6c4756eb93"
1786dependencies = [
1787 "cc",
1788 "cxxbridge-flags",
1789 "cxxbridge-macro",
1790 "link-cplusplus",
1791]
1792
1793[[package]]
1794name = "cxx-build"
1795version = "1.0.94"
1796source = "registry+https://github.com/rust-lang/crates.io-index"
1797checksum = "12cee708e8962df2aeb38f594aae5d827c022b6460ac71a7a3e2c3c2aae5a07b"
1798dependencies = [
1799 "cc",
1800 "codespan-reporting",
1801 "once_cell",
1802 "proc-macro2",
1803 "quote",
1804 "scratch",
1805 "syn 2.0.15",
1806]
1807
1808[[package]]
1809name = "cxxbridge-flags"
1810version = "1.0.94"
1811source = "registry+https://github.com/rust-lang/crates.io-index"
1812checksum = "7944172ae7e4068c533afbb984114a56c46e9ccddda550499caa222902c7f7bb"
1813
1814[[package]]
1815name = "cxxbridge-macro"
1816version = "1.0.94"
1817source = "registry+https://github.com/rust-lang/crates.io-index"
1818checksum = "2345488264226bf682893e25de0769f3360aac9957980ec49361b083ddaa5bc5"
1819dependencies = [
1820 "proc-macro2",
1821 "quote",
1822 "syn 2.0.15",
1823]
1824
1825[[package]]
1826name = "dashmap"
1827version = "5.4.0"
1828source = "registry+https://github.com/rust-lang/crates.io-index"
1829checksum = "907076dfda823b0b36d2a1bb5f90c96660a5bbcd7729e10727f07858f22c4edc"
1830dependencies = [
1831 "cfg-if 1.0.0",
1832 "hashbrown 0.12.3",
1833 "lock_api",
1834 "once_cell",
1835 "parking_lot_core 0.9.7",
1836]
1837
1838[[package]]
1839name = "data-url"
1840version = "0.1.1"
1841source = "registry+https://github.com/rust-lang/crates.io-index"
1842checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
1843dependencies = [
1844 "matches",
1845]
1846
1847[[package]]
1848name = "db"
1849version = "0.1.0"
1850dependencies = [
1851 "anyhow",
1852 "async-trait",
1853 "collections",
1854 "env_logger 0.9.3",
1855 "gpui",
1856 "indoc",
1857 "lazy_static",
1858 "log",
1859 "parking_lot 0.11.2",
1860 "serde",
1861 "serde_derive",
1862 "smol",
1863 "sqlez",
1864 "sqlez_macros",
1865 "tempdir",
1866 "util",
1867]
1868
1869[[package]]
1870name = "deflate"
1871version = "0.8.6"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
1874dependencies = [
1875 "adler32",
1876 "byteorder",
1877]
1878
1879[[package]]
1880name = "dhat"
1881version = "0.3.2"
1882source = "registry+https://github.com/rust-lang/crates.io-index"
1883checksum = "4f2aaf837aaf456f6706cb46386ba8dffd4013a757e36f4ea05c20dd46b209a3"
1884dependencies = [
1885 "backtrace",
1886 "lazy_static",
1887 "mintex",
1888 "parking_lot 0.12.1",
1889 "rustc-hash",
1890 "serde",
1891 "serde_json",
1892 "thousands",
1893]
1894
1895[[package]]
1896name = "diagnostics"
1897version = "0.1.0"
1898dependencies = [
1899 "anyhow",
1900 "client",
1901 "collections",
1902 "editor",
1903 "gpui",
1904 "language",
1905 "lsp",
1906 "postage",
1907 "project",
1908 "serde_json",
1909 "settings",
1910 "smallvec",
1911 "theme",
1912 "unindent",
1913 "util",
1914 "workspace",
1915]
1916
1917[[package]]
1918name = "diff"
1919version = "0.1.13"
1920source = "registry+https://github.com/rust-lang/crates.io-index"
1921checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
1922
1923[[package]]
1924name = "digest"
1925version = "0.9.0"
1926source = "registry+https://github.com/rust-lang/crates.io-index"
1927checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
1928dependencies = [
1929 "generic-array",
1930]
1931
1932[[package]]
1933name = "digest"
1934version = "0.10.6"
1935source = "registry+https://github.com/rust-lang/crates.io-index"
1936checksum = "8168378f4e5023e7218c89c891c0fd8ecdb5e5e4f18cb78f38cf245dd021e76f"
1937dependencies = [
1938 "block-buffer 0.10.4",
1939 "crypto-common",
1940 "subtle",
1941]
1942
1943[[package]]
1944name = "directories-next"
1945version = "2.0.0"
1946source = "registry+https://github.com/rust-lang/crates.io-index"
1947checksum = "339ee130d97a610ea5a5872d2bbb130fdf68884ff09d3028b81bec8a1ac23bbc"
1948dependencies = [
1949 "cfg-if 1.0.0",
1950 "dirs-sys-next",
1951]
1952
1953[[package]]
1954name = "dirs"
1955version = "3.0.2"
1956source = "registry+https://github.com/rust-lang/crates.io-index"
1957checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
1958dependencies = [
1959 "dirs-sys",
1960]
1961
1962[[package]]
1963name = "dirs"
1964version = "4.0.0"
1965source = "registry+https://github.com/rust-lang/crates.io-index"
1966checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
1967dependencies = [
1968 "dirs-sys",
1969]
1970
1971[[package]]
1972name = "dirs-next"
1973version = "2.0.0"
1974source = "registry+https://github.com/rust-lang/crates.io-index"
1975checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
1976dependencies = [
1977 "cfg-if 1.0.0",
1978 "dirs-sys-next",
1979]
1980
1981[[package]]
1982name = "dirs-sys"
1983version = "0.3.7"
1984source = "registry+https://github.com/rust-lang/crates.io-index"
1985checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
1986dependencies = [
1987 "libc",
1988 "redox_users",
1989 "winapi 0.3.9",
1990]
1991
1992[[package]]
1993name = "dirs-sys-next"
1994version = "0.1.2"
1995source = "registry+https://github.com/rust-lang/crates.io-index"
1996checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
1997dependencies = [
1998 "libc",
1999 "redox_users",
2000 "winapi 0.3.9",
2001]
2002
2003[[package]]
2004name = "dlib"
2005version = "0.5.0"
2006source = "registry+https://github.com/rust-lang/crates.io-index"
2007checksum = "ac1b7517328c04c2aa68422fc60a41b92208182142ed04a25879c26c8f878794"
2008dependencies = [
2009 "libloading",
2010]
2011
2012[[package]]
2013name = "dotenvy"
2014version = "0.15.7"
2015source = "registry+https://github.com/rust-lang/crates.io-index"
2016checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
2017
2018[[package]]
2019name = "drag_and_drop"
2020version = "0.1.0"
2021dependencies = [
2022 "collections",
2023 "gpui",
2024]
2025
2026[[package]]
2027name = "dwrote"
2028version = "0.11.0"
2029source = "registry+https://github.com/rust-lang/crates.io-index"
2030checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
2031dependencies = [
2032 "lazy_static",
2033 "libc",
2034 "winapi 0.3.9",
2035 "wio",
2036]
2037
2038[[package]]
2039name = "dyn-clone"
2040version = "1.0.11"
2041source = "registry+https://github.com/rust-lang/crates.io-index"
2042checksum = "68b0cf012f1230e43cd00ebb729c6bb58707ecfa8ad08b52ef3a4ccd2697fc30"
2043
2044[[package]]
2045name = "editor"
2046version = "0.1.0"
2047dependencies = [
2048 "aho-corasick 0.7.20",
2049 "anyhow",
2050 "client",
2051 "clock",
2052 "collections",
2053 "context_menu",
2054 "copilot",
2055 "ctor",
2056 "db",
2057 "drag_and_drop",
2058 "env_logger 0.9.3",
2059 "futures 0.3.28",
2060 "fuzzy",
2061 "git",
2062 "gpui",
2063 "indoc",
2064 "itertools",
2065 "language",
2066 "lazy_static",
2067 "log",
2068 "lsp",
2069 "ordered-float",
2070 "parking_lot 0.11.2",
2071 "postage",
2072 "project",
2073 "pulldown-cmark",
2074 "rand 0.8.5",
2075 "rpc",
2076 "schemars",
2077 "serde",
2078 "serde_derive",
2079 "settings",
2080 "smallvec",
2081 "smol",
2082 "snippet",
2083 "sqlez",
2084 "sum_tree",
2085 "text",
2086 "theme",
2087 "tree-sitter",
2088 "tree-sitter-html",
2089 "tree-sitter-javascript",
2090 "tree-sitter-rust",
2091 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
2092 "unindent",
2093 "util",
2094 "workspace",
2095]
2096
2097[[package]]
2098name = "either"
2099version = "1.8.1"
2100source = "registry+https://github.com/rust-lang/crates.io-index"
2101checksum = "7fcaabb2fef8c910e7f4c7ce9f67a1283a1715879a7c230ca9d6d1ae31f16d91"
2102
2103[[package]]
2104name = "encoding_rs"
2105version = "0.8.32"
2106source = "registry+https://github.com/rust-lang/crates.io-index"
2107checksum = "071a31f4ee85403370b58aca746f01041ede6f0da2730960ad001edc2b71b394"
2108dependencies = [
2109 "cfg-if 1.0.0",
2110]
2111
2112[[package]]
2113name = "env_logger"
2114version = "0.9.3"
2115source = "registry+https://github.com/rust-lang/crates.io-index"
2116checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
2117dependencies = [
2118 "atty",
2119 "humantime",
2120 "log",
2121 "regex",
2122 "termcolor",
2123]
2124
2125[[package]]
2126name = "env_logger"
2127version = "0.10.0"
2128source = "registry+https://github.com/rust-lang/crates.io-index"
2129checksum = "85cdab6a89accf66733ad5a1693a4dcced6aeff64602b634530dd73c1f3ee9f0"
2130dependencies = [
2131 "humantime",
2132 "is-terminal 0.4.7",
2133 "log",
2134 "regex",
2135 "termcolor",
2136]
2137
2138[[package]]
2139name = "envy"
2140version = "0.4.2"
2141source = "registry+https://github.com/rust-lang/crates.io-index"
2142checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
2143dependencies = [
2144 "serde",
2145]
2146
2147[[package]]
2148name = "erased-serde"
2149version = "0.3.25"
2150source = "registry+https://github.com/rust-lang/crates.io-index"
2151checksum = "4f2b0c2380453a92ea8b6c8e5f64ecaafccddde8ceab55ff7a8ac1029f894569"
2152dependencies = [
2153 "serde",
2154]
2155
2156[[package]]
2157name = "errno"
2158version = "0.2.8"
2159source = "registry+https://github.com/rust-lang/crates.io-index"
2160checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
2161dependencies = [
2162 "errno-dragonfly",
2163 "libc",
2164 "winapi 0.3.9",
2165]
2166
2167[[package]]
2168name = "errno"
2169version = "0.3.1"
2170source = "registry+https://github.com/rust-lang/crates.io-index"
2171checksum = "4bcfec3a70f97c962c307b2d2c56e358cf1d00b558d74262b5f929ee8cc7e73a"
2172dependencies = [
2173 "errno-dragonfly",
2174 "libc",
2175 "windows-sys 0.48.0",
2176]
2177
2178[[package]]
2179name = "errno-dragonfly"
2180version = "0.1.2"
2181source = "registry+https://github.com/rust-lang/crates.io-index"
2182checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
2183dependencies = [
2184 "cc",
2185 "libc",
2186]
2187
2188[[package]]
2189name = "etagere"
2190version = "0.2.7"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "6301151a318f367f392c31395beb1cfba5ccd9abc44d1db0db3a4b27b9601c89"
2193dependencies = [
2194 "euclid",
2195 "svg_fmt",
2196]
2197
2198[[package]]
2199name = "euclid"
2200version = "0.22.9"
2201source = "registry+https://github.com/rust-lang/crates.io-index"
2202checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
2203dependencies = [
2204 "num-traits",
2205]
2206
2207[[package]]
2208name = "event-listener"
2209version = "2.5.3"
2210source = "registry+https://github.com/rust-lang/crates.io-index"
2211checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
2212
2213[[package]]
2214name = "fallible-iterator"
2215version = "0.2.0"
2216source = "registry+https://github.com/rust-lang/crates.io-index"
2217checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
2218
2219[[package]]
2220name = "fastrand"
2221version = "1.9.0"
2222source = "registry+https://github.com/rust-lang/crates.io-index"
2223checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
2224dependencies = [
2225 "instant",
2226]
2227
2228[[package]]
2229name = "feedback"
2230version = "0.1.0"
2231dependencies = [
2232 "anyhow",
2233 "client",
2234 "editor",
2235 "futures 0.3.28",
2236 "gpui",
2237 "human_bytes",
2238 "isahc",
2239 "language",
2240 "lazy_static",
2241 "log",
2242 "postage",
2243 "project",
2244 "search",
2245 "serde",
2246 "serde_derive",
2247 "settings",
2248 "smallvec",
2249 "sysinfo",
2250 "theme",
2251 "tree-sitter-markdown",
2252 "urlencoding",
2253 "util",
2254 "workspace",
2255]
2256
2257[[package]]
2258name = "file-per-thread-logger"
2259version = "0.1.6"
2260source = "registry+https://github.com/rust-lang/crates.io-index"
2261checksum = "84f2e425d9790201ba4af4630191feac6dcc98765b118d4d18e91d23c2353866"
2262dependencies = [
2263 "env_logger 0.10.0",
2264 "log",
2265]
2266
2267[[package]]
2268name = "file_finder"
2269version = "0.1.0"
2270dependencies = [
2271 "ctor",
2272 "editor",
2273 "env_logger 0.9.3",
2274 "fuzzy",
2275 "gpui",
2276 "language",
2277 "menu",
2278 "picker",
2279 "postage",
2280 "project",
2281 "serde_json",
2282 "settings",
2283 "text",
2284 "theme",
2285 "util",
2286 "workspace",
2287]
2288
2289[[package]]
2290name = "filetime"
2291version = "0.2.21"
2292source = "registry+https://github.com/rust-lang/crates.io-index"
2293checksum = "5cbc844cecaee9d4443931972e1289c8ff485cb4cc2767cb03ca139ed6885153"
2294dependencies = [
2295 "cfg-if 1.0.0",
2296 "libc",
2297 "redox_syscall 0.2.16",
2298 "windows-sys 0.48.0",
2299]
2300
2301[[package]]
2302name = "fixedbitset"
2303version = "0.4.2"
2304source = "registry+https://github.com/rust-lang/crates.io-index"
2305checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
2306
2307[[package]]
2308name = "flate2"
2309version = "1.0.26"
2310source = "registry+https://github.com/rust-lang/crates.io-index"
2311checksum = "3b9429470923de8e8cbd4d2dc513535400b4b3fef0319fb5c4e1f520a7bef743"
2312dependencies = [
2313 "crc32fast",
2314 "miniz_oxide 0.7.1",
2315]
2316
2317[[package]]
2318name = "float-cmp"
2319version = "0.5.3"
2320source = "registry+https://github.com/rust-lang/crates.io-index"
2321checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
2322
2323[[package]]
2324name = "float-ord"
2325version = "0.2.0"
2326source = "registry+https://github.com/rust-lang/crates.io-index"
2327checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
2328
2329[[package]]
2330name = "flume"
2331version = "0.10.14"
2332source = "registry+https://github.com/rust-lang/crates.io-index"
2333checksum = "1657b4441c3403d9f7b3409e47575237dac27b1b5726df654a6ecbf92f0f7577"
2334dependencies = [
2335 "futures-core",
2336 "futures-sink",
2337 "pin-project",
2338 "spin 0.9.8",
2339]
2340
2341[[package]]
2342name = "fnv"
2343version = "1.0.7"
2344source = "registry+https://github.com/rust-lang/crates.io-index"
2345checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
2346
2347[[package]]
2348name = "font-kit"
2349version = "0.11.0"
2350source = "git+https://github.com/zed-industries/font-kit?rev=b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18#b2f77d56f450338aa4f7dd2f0197d8c9acb0cf18"
2351dependencies = [
2352 "bitflags",
2353 "byteorder",
2354 "core-foundation",
2355 "core-graphics",
2356 "core-text",
2357 "dirs-next",
2358 "dwrote",
2359 "float-ord",
2360 "freetype",
2361 "lazy_static",
2362 "libc",
2363 "log",
2364 "pathfinder_geometry",
2365 "pathfinder_simd",
2366 "walkdir",
2367 "winapi 0.3.9",
2368 "yeslogic-fontconfig-sys",
2369]
2370
2371[[package]]
2372name = "fontdb"
2373version = "0.5.4"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "e58903f4f8d5b58c7d300908e4ebe5289c1bfdf5587964330f12023b8ff17fd1"
2376dependencies = [
2377 "log",
2378 "memmap2",
2379 "ttf-parser 0.12.3",
2380]
2381
2382[[package]]
2383name = "foreign-types"
2384version = "0.3.2"
2385source = "registry+https://github.com/rust-lang/crates.io-index"
2386checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
2387dependencies = [
2388 "foreign-types-shared",
2389]
2390
2391[[package]]
2392name = "foreign-types-shared"
2393version = "0.1.1"
2394source = "registry+https://github.com/rust-lang/crates.io-index"
2395checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
2396
2397[[package]]
2398name = "form_urlencoded"
2399version = "1.1.0"
2400source = "registry+https://github.com/rust-lang/crates.io-index"
2401checksum = "a9c384f161156f5260c24a097c56119f9be8c798586aecc13afbcbe7b7e26bf8"
2402dependencies = [
2403 "percent-encoding",
2404]
2405
2406[[package]]
2407name = "freetype"
2408version = "0.7.0"
2409source = "registry+https://github.com/rust-lang/crates.io-index"
2410checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
2411dependencies = [
2412 "freetype-sys",
2413 "libc",
2414]
2415
2416[[package]]
2417name = "freetype-sys"
2418version = "0.13.1"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
2421dependencies = [
2422 "cmake",
2423 "libc",
2424 "pkg-config",
2425]
2426
2427[[package]]
2428name = "fs"
2429version = "0.1.0"
2430dependencies = [
2431 "anyhow",
2432 "async-trait",
2433 "collections",
2434 "fsevent",
2435 "futures 0.3.28",
2436 "git2",
2437 "gpui",
2438 "lazy_static",
2439 "libc",
2440 "log",
2441 "lsp",
2442 "parking_lot 0.11.2",
2443 "regex",
2444 "rope",
2445 "serde",
2446 "serde_derive",
2447 "serde_json",
2448 "smol",
2449 "sum_tree",
2450 "tempfile",
2451 "util",
2452]
2453
2454[[package]]
2455name = "fs-set-times"
2456version = "0.15.0"
2457source = "registry+https://github.com/rust-lang/crates.io-index"
2458checksum = "7df62ee66ee2d532ea8d567b5a3f0d03ecd64636b98bad5be1e93dcc918b92aa"
2459dependencies = [
2460 "io-lifetimes 0.5.3",
2461 "rustix 0.33.7",
2462 "winapi 0.3.9",
2463]
2464
2465[[package]]
2466name = "fsevent"
2467version = "2.0.2"
2468dependencies = [
2469 "bitflags",
2470 "fsevent-sys",
2471 "parking_lot 0.11.2",
2472 "tempdir",
2473]
2474
2475[[package]]
2476name = "fsevent-sys"
2477version = "3.1.0"
2478source = "registry+https://github.com/rust-lang/crates.io-index"
2479checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
2480dependencies = [
2481 "libc",
2482]
2483
2484[[package]]
2485name = "fuchsia-cprng"
2486version = "0.1.1"
2487source = "registry+https://github.com/rust-lang/crates.io-index"
2488checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
2489
2490[[package]]
2491name = "fuchsia-zircon"
2492version = "0.3.3"
2493source = "registry+https://github.com/rust-lang/crates.io-index"
2494checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
2495dependencies = [
2496 "bitflags",
2497 "fuchsia-zircon-sys",
2498]
2499
2500[[package]]
2501name = "fuchsia-zircon-sys"
2502version = "0.3.3"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
2505
2506[[package]]
2507name = "futures"
2508version = "0.1.31"
2509source = "registry+https://github.com/rust-lang/crates.io-index"
2510checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
2511
2512[[package]]
2513name = "futures"
2514version = "0.3.28"
2515source = "registry+https://github.com/rust-lang/crates.io-index"
2516checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
2517dependencies = [
2518 "futures-channel",
2519 "futures-core",
2520 "futures-executor",
2521 "futures-io",
2522 "futures-sink",
2523 "futures-task",
2524 "futures-util",
2525]
2526
2527[[package]]
2528name = "futures-channel"
2529version = "0.3.28"
2530source = "registry+https://github.com/rust-lang/crates.io-index"
2531checksum = "955518d47e09b25bbebc7a18df10b81f0c766eaf4c4f1cccef2fca5f2a4fb5f2"
2532dependencies = [
2533 "futures-core",
2534 "futures-sink",
2535]
2536
2537[[package]]
2538name = "futures-core"
2539version = "0.3.28"
2540source = "registry+https://github.com/rust-lang/crates.io-index"
2541checksum = "4bca583b7e26f571124fe5b7561d49cb2868d79116cfa0eefce955557c6fee8c"
2542
2543[[package]]
2544name = "futures-executor"
2545version = "0.3.28"
2546source = "registry+https://github.com/rust-lang/crates.io-index"
2547checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
2548dependencies = [
2549 "futures-core",
2550 "futures-task",
2551 "futures-util",
2552]
2553
2554[[package]]
2555name = "futures-intrusive"
2556version = "0.4.2"
2557source = "registry+https://github.com/rust-lang/crates.io-index"
2558checksum = "a604f7a68fbf8103337523b1fadc8ade7361ee3f112f7c680ad179651616aed5"
2559dependencies = [
2560 "futures-core",
2561 "lock_api",
2562 "parking_lot 0.11.2",
2563]
2564
2565[[package]]
2566name = "futures-io"
2567version = "0.3.28"
2568source = "registry+https://github.com/rust-lang/crates.io-index"
2569checksum = "4fff74096e71ed47f8e023204cfd0aa1289cd54ae5430a9523be060cdb849964"
2570
2571[[package]]
2572name = "futures-lite"
2573version = "1.13.0"
2574source = "registry+https://github.com/rust-lang/crates.io-index"
2575checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
2576dependencies = [
2577 "fastrand",
2578 "futures-core",
2579 "futures-io",
2580 "memchr",
2581 "parking",
2582 "pin-project-lite 0.2.9",
2583 "waker-fn",
2584]
2585
2586[[package]]
2587name = "futures-macro"
2588version = "0.3.28"
2589source = "registry+https://github.com/rust-lang/crates.io-index"
2590checksum = "89ca545a94061b6365f2c7355b4b32bd20df3ff95f02da9329b34ccc3bd6ee72"
2591dependencies = [
2592 "proc-macro2",
2593 "quote",
2594 "syn 2.0.15",
2595]
2596
2597[[package]]
2598name = "futures-sink"
2599version = "0.3.28"
2600source = "registry+https://github.com/rust-lang/crates.io-index"
2601checksum = "f43be4fe21a13b9781a69afa4985b0f6ee0e1afab2c6f454a8cf30e2b2237b6e"
2602
2603[[package]]
2604name = "futures-task"
2605version = "0.3.28"
2606source = "registry+https://github.com/rust-lang/crates.io-index"
2607checksum = "76d3d132be6c0e6aa1534069c705a74a5997a356c0dc2f86a47765e5617c5b65"
2608
2609[[package]]
2610name = "futures-util"
2611version = "0.3.28"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "26b01e40b772d54cf6c6d721c1d1abd0647a0106a12ecaa1c186273392a69533"
2614dependencies = [
2615 "futures 0.1.31",
2616 "futures-channel",
2617 "futures-core",
2618 "futures-io",
2619 "futures-macro",
2620 "futures-sink",
2621 "futures-task",
2622 "memchr",
2623 "pin-project-lite 0.2.9",
2624 "pin-utils",
2625 "slab",
2626 "tokio-io",
2627]
2628
2629[[package]]
2630name = "fuzzy"
2631version = "0.1.0"
2632dependencies = [
2633 "gpui",
2634 "util",
2635]
2636
2637[[package]]
2638name = "fxhash"
2639version = "0.2.1"
2640source = "registry+https://github.com/rust-lang/crates.io-index"
2641checksum = "c31b6d751ae2c7f11320402d34e41349dd1016f8d5d45e48c4312bc8625af50c"
2642dependencies = [
2643 "byteorder",
2644]
2645
2646[[package]]
2647name = "generic-array"
2648version = "0.14.7"
2649source = "registry+https://github.com/rust-lang/crates.io-index"
2650checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
2651dependencies = [
2652 "typenum",
2653 "version_check",
2654]
2655
2656[[package]]
2657name = "getrandom"
2658version = "0.1.16"
2659source = "registry+https://github.com/rust-lang/crates.io-index"
2660checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
2661dependencies = [
2662 "cfg-if 1.0.0",
2663 "libc",
2664 "wasi 0.9.0+wasi-snapshot-preview1",
2665]
2666
2667[[package]]
2668name = "getrandom"
2669version = "0.2.9"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "c85e1d9ab2eadba7e5040d4e09cbd6d072b76a557ad64e797c2cb9d4da21d7e4"
2672dependencies = [
2673 "cfg-if 1.0.0",
2674 "libc",
2675 "wasi 0.11.0+wasi-snapshot-preview1",
2676]
2677
2678[[package]]
2679name = "gif"
2680version = "0.11.4"
2681source = "registry+https://github.com/rust-lang/crates.io-index"
2682checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
2683dependencies = [
2684 "color_quant",
2685 "weezl",
2686]
2687
2688[[package]]
2689name = "gimli"
2690version = "0.26.2"
2691source = "registry+https://github.com/rust-lang/crates.io-index"
2692checksum = "22030e2c5a68ec659fde1e949a745124b48e6fa8b045b7ed5bd1fe4ccc5c4e5d"
2693dependencies = [
2694 "fallible-iterator",
2695 "indexmap",
2696 "stable_deref_trait",
2697]
2698
2699[[package]]
2700name = "gimli"
2701version = "0.27.2"
2702source = "registry+https://github.com/rust-lang/crates.io-index"
2703checksum = "ad0a93d233ebf96623465aad4046a8d3aa4da22d4f4beba5388838c8a434bbb4"
2704
2705[[package]]
2706name = "git"
2707version = "0.1.0"
2708dependencies = [
2709 "anyhow",
2710 "async-trait",
2711 "clock",
2712 "collections",
2713 "futures 0.3.28",
2714 "git2",
2715 "lazy_static",
2716 "log",
2717 "parking_lot 0.11.2",
2718 "smol",
2719 "sum_tree",
2720 "text",
2721 "unindent",
2722 "util",
2723]
2724
2725[[package]]
2726name = "git2"
2727version = "0.15.0"
2728source = "registry+https://github.com/rust-lang/crates.io-index"
2729checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
2730dependencies = [
2731 "bitflags",
2732 "libc",
2733 "libgit2-sys",
2734 "log",
2735 "url",
2736]
2737
2738[[package]]
2739name = "glob"
2740version = "0.3.1"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
2743
2744[[package]]
2745name = "globset"
2746version = "0.4.10"
2747source = "registry+https://github.com/rust-lang/crates.io-index"
2748checksum = "029d74589adefde59de1a0c4f4732695c32805624aec7b68d91503d4dba79afc"
2749dependencies = [
2750 "aho-corasick 0.7.20",
2751 "bstr",
2752 "fnv",
2753 "log",
2754 "regex",
2755]
2756
2757[[package]]
2758name = "gloo-timers"
2759version = "0.2.6"
2760source = "registry+https://github.com/rust-lang/crates.io-index"
2761checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
2762dependencies = [
2763 "futures-channel",
2764 "futures-core",
2765 "js-sys",
2766 "wasm-bindgen",
2767]
2768
2769[[package]]
2770name = "go_to_line"
2771version = "0.1.0"
2772dependencies = [
2773 "editor",
2774 "gpui",
2775 "menu",
2776 "postage",
2777 "settings",
2778 "text",
2779 "theme",
2780 "util",
2781 "workspace",
2782]
2783
2784[[package]]
2785name = "gpui"
2786version = "0.1.0"
2787dependencies = [
2788 "anyhow",
2789 "async-task",
2790 "backtrace",
2791 "bindgen",
2792 "block",
2793 "cc",
2794 "cocoa",
2795 "collections",
2796 "core-foundation",
2797 "core-graphics",
2798 "core-text",
2799 "ctor",
2800 "dhat",
2801 "env_logger 0.9.3",
2802 "etagere",
2803 "font-kit",
2804 "foreign-types",
2805 "futures 0.3.28",
2806 "gpui_macros",
2807 "image",
2808 "itertools",
2809 "lazy_static",
2810 "log",
2811 "media",
2812 "metal",
2813 "num_cpus",
2814 "objc",
2815 "ordered-float",
2816 "parking",
2817 "parking_lot 0.11.2",
2818 "pathfinder_color",
2819 "pathfinder_geometry",
2820 "png",
2821 "postage",
2822 "rand 0.8.5",
2823 "resvg",
2824 "schemars",
2825 "seahash",
2826 "serde",
2827 "serde_derive",
2828 "serde_json",
2829 "simplelog",
2830 "smallvec",
2831 "smol",
2832 "sqlez",
2833 "sum_tree",
2834 "time 0.3.21",
2835 "tiny-skia",
2836 "usvg",
2837 "util",
2838 "uuid 1.3.2",
2839 "waker-fn",
2840]
2841
2842[[package]]
2843name = "gpui_macros"
2844version = "0.1.0"
2845dependencies = [
2846 "proc-macro2",
2847 "quote",
2848 "syn 1.0.109",
2849]
2850
2851[[package]]
2852name = "h2"
2853version = "0.3.18"
2854source = "registry+https://github.com/rust-lang/crates.io-index"
2855checksum = "17f8a914c2987b688368b5138aa05321db91f4090cf26118185672ad588bce21"
2856dependencies = [
2857 "bytes 1.4.0",
2858 "fnv",
2859 "futures-core",
2860 "futures-sink",
2861 "futures-util",
2862 "http",
2863 "indexmap",
2864 "slab",
2865 "tokio",
2866 "tokio-util 0.7.8",
2867 "tracing",
2868]
2869
2870[[package]]
2871name = "hashbrown"
2872version = "0.11.2"
2873source = "registry+https://github.com/rust-lang/crates.io-index"
2874checksum = "ab5ef0d4909ef3724cc8cce6ccc8572c5c817592e9285f5464f8e86f8bd3726e"
2875dependencies = [
2876 "ahash 0.7.6",
2877]
2878
2879[[package]]
2880name = "hashbrown"
2881version = "0.12.3"
2882source = "registry+https://github.com/rust-lang/crates.io-index"
2883checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
2884dependencies = [
2885 "ahash 0.7.6",
2886]
2887
2888[[package]]
2889name = "hashbrown"
2890version = "0.13.2"
2891source = "registry+https://github.com/rust-lang/crates.io-index"
2892checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
2893dependencies = [
2894 "ahash 0.8.3",
2895]
2896
2897[[package]]
2898name = "hashlink"
2899version = "0.8.1"
2900source = "registry+https://github.com/rust-lang/crates.io-index"
2901checksum = "69fe1fcf8b4278d860ad0548329f892a3631fb63f82574df68275f34cdbe0ffa"
2902dependencies = [
2903 "hashbrown 0.12.3",
2904]
2905
2906[[package]]
2907name = "headers"
2908version = "0.3.8"
2909source = "registry+https://github.com/rust-lang/crates.io-index"
2910checksum = "f3e372db8e5c0d213e0cd0b9be18be2aca3d44cf2fe30a9d46a65581cd454584"
2911dependencies = [
2912 "base64 0.13.1",
2913 "bitflags",
2914 "bytes 1.4.0",
2915 "headers-core",
2916 "http",
2917 "httpdate",
2918 "mime",
2919 "sha1",
2920]
2921
2922[[package]]
2923name = "headers-core"
2924version = "0.2.0"
2925source = "registry+https://github.com/rust-lang/crates.io-index"
2926checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
2927dependencies = [
2928 "http",
2929]
2930
2931[[package]]
2932name = "heck"
2933version = "0.3.3"
2934source = "registry+https://github.com/rust-lang/crates.io-index"
2935checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
2936dependencies = [
2937 "unicode-segmentation",
2938]
2939
2940[[package]]
2941name = "heck"
2942version = "0.4.1"
2943source = "registry+https://github.com/rust-lang/crates.io-index"
2944checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
2945dependencies = [
2946 "unicode-segmentation",
2947]
2948
2949[[package]]
2950name = "hermit-abi"
2951version = "0.1.19"
2952source = "registry+https://github.com/rust-lang/crates.io-index"
2953checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
2954dependencies = [
2955 "libc",
2956]
2957
2958[[package]]
2959name = "hermit-abi"
2960version = "0.2.6"
2961source = "registry+https://github.com/rust-lang/crates.io-index"
2962checksum = "ee512640fe35acbfb4bb779db6f0d80704c2cacfa2e39b601ef3e3f47d1ae4c7"
2963dependencies = [
2964 "libc",
2965]
2966
2967[[package]]
2968name = "hermit-abi"
2969version = "0.3.1"
2970source = "registry+https://github.com/rust-lang/crates.io-index"
2971checksum = "fed44880c466736ef9a5c5b5facefb5ed0785676d0c02d612db14e54f0d84286"
2972
2973[[package]]
2974name = "hex"
2975version = "0.4.3"
2976source = "registry+https://github.com/rust-lang/crates.io-index"
2977checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
2978
2979[[package]]
2980name = "hkdf"
2981version = "0.12.3"
2982source = "registry+https://github.com/rust-lang/crates.io-index"
2983checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
2984dependencies = [
2985 "hmac 0.12.1",
2986]
2987
2988[[package]]
2989name = "hmac"
2990version = "0.11.0"
2991source = "registry+https://github.com/rust-lang/crates.io-index"
2992checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
2993dependencies = [
2994 "crypto-mac",
2995 "digest 0.9.0",
2996]
2997
2998[[package]]
2999name = "hmac"
3000version = "0.12.1"
3001source = "registry+https://github.com/rust-lang/crates.io-index"
3002checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
3003dependencies = [
3004 "digest 0.10.6",
3005]
3006
3007[[package]]
3008name = "http"
3009version = "0.2.9"
3010source = "registry+https://github.com/rust-lang/crates.io-index"
3011checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
3012dependencies = [
3013 "bytes 1.4.0",
3014 "fnv",
3015 "itoa",
3016]
3017
3018[[package]]
3019name = "http-body"
3020version = "0.4.5"
3021source = "registry+https://github.com/rust-lang/crates.io-index"
3022checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
3023dependencies = [
3024 "bytes 1.4.0",
3025 "http",
3026 "pin-project-lite 0.2.9",
3027]
3028
3029[[package]]
3030name = "http-range-header"
3031version = "0.3.0"
3032source = "registry+https://github.com/rust-lang/crates.io-index"
3033checksum = "0bfe8eed0a9285ef776bb792479ea3834e8b94e13d615c2f66d03dd50a435a29"
3034
3035[[package]]
3036name = "httparse"
3037version = "1.8.0"
3038source = "registry+https://github.com/rust-lang/crates.io-index"
3039checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
3040
3041[[package]]
3042name = "httpdate"
3043version = "1.0.2"
3044source = "registry+https://github.com/rust-lang/crates.io-index"
3045checksum = "c4a1e36c821dbe04574f602848a19f742f4fb3c98d40449f11bcad18d6b17421"
3046
3047[[package]]
3048name = "human_bytes"
3049version = "0.4.2"
3050source = "registry+https://github.com/rust-lang/crates.io-index"
3051checksum = "27e2b089f28ad15597b48d8c0a8fe94eeb1c1cb26ca99b6f66ac9582ae10c5e6"
3052
3053[[package]]
3054name = "humantime"
3055version = "2.1.0"
3056source = "registry+https://github.com/rust-lang/crates.io-index"
3057checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
3058
3059[[package]]
3060name = "hyper"
3061version = "0.14.26"
3062source = "registry+https://github.com/rust-lang/crates.io-index"
3063checksum = "ab302d72a6f11a3b910431ff93aae7e773078c769f0a3ef15fb9ec692ed147d4"
3064dependencies = [
3065 "bytes 1.4.0",
3066 "futures-channel",
3067 "futures-core",
3068 "futures-util",
3069 "h2",
3070 "http",
3071 "http-body",
3072 "httparse",
3073 "httpdate",
3074 "itoa",
3075 "pin-project-lite 0.2.9",
3076 "socket2",
3077 "tokio",
3078 "tower-service",
3079 "tracing",
3080 "want",
3081]
3082
3083[[package]]
3084name = "hyper-timeout"
3085version = "0.4.1"
3086source = "registry+https://github.com/rust-lang/crates.io-index"
3087checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
3088dependencies = [
3089 "hyper",
3090 "pin-project-lite 0.2.9",
3091 "tokio",
3092 "tokio-io-timeout",
3093]
3094
3095[[package]]
3096name = "hyper-tls"
3097version = "0.5.0"
3098source = "registry+https://github.com/rust-lang/crates.io-index"
3099checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
3100dependencies = [
3101 "bytes 1.4.0",
3102 "hyper",
3103 "native-tls",
3104 "tokio",
3105 "tokio-native-tls",
3106]
3107
3108[[package]]
3109name = "iana-time-zone"
3110version = "0.1.56"
3111source = "registry+https://github.com/rust-lang/crates.io-index"
3112checksum = "0722cd7114b7de04316e7ea5456a0bbb20e4adb46fd27a3697adb812cff0f37c"
3113dependencies = [
3114 "android_system_properties",
3115 "core-foundation-sys",
3116 "iana-time-zone-haiku",
3117 "js-sys",
3118 "wasm-bindgen",
3119 "windows",
3120]
3121
3122[[package]]
3123name = "iana-time-zone-haiku"
3124version = "0.1.1"
3125source = "registry+https://github.com/rust-lang/crates.io-index"
3126checksum = "0703ae284fc167426161c2e3f1da3ea71d94b21bedbcc9494e92b28e334e3dca"
3127dependencies = [
3128 "cxx",
3129 "cxx-build",
3130]
3131
3132[[package]]
3133name = "idna"
3134version = "0.3.0"
3135source = "registry+https://github.com/rust-lang/crates.io-index"
3136checksum = "e14ddfc70884202db2244c223200c204c2bda1bc6e0998d11b5e024d657209e6"
3137dependencies = [
3138 "unicode-bidi",
3139 "unicode-normalization",
3140]
3141
3142[[package]]
3143name = "ignore"
3144version = "0.4.20"
3145source = "registry+https://github.com/rust-lang/crates.io-index"
3146checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
3147dependencies = [
3148 "globset",
3149 "lazy_static",
3150 "log",
3151 "memchr",
3152 "regex",
3153 "same-file",
3154 "thread_local",
3155 "walkdir",
3156 "winapi-util",
3157]
3158
3159[[package]]
3160name = "image"
3161version = "0.23.14"
3162source = "registry+https://github.com/rust-lang/crates.io-index"
3163checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
3164dependencies = [
3165 "bytemuck",
3166 "byteorder",
3167 "color_quant",
3168 "gif",
3169 "jpeg-decoder",
3170 "num-iter",
3171 "num-rational",
3172 "num-traits",
3173 "png",
3174 "scoped_threadpool",
3175 "tiff",
3176]
3177
3178[[package]]
3179name = "indexmap"
3180version = "1.9.3"
3181source = "registry+https://github.com/rust-lang/crates.io-index"
3182checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
3183dependencies = [
3184 "autocfg 1.1.0",
3185 "hashbrown 0.12.3",
3186 "serde",
3187]
3188
3189[[package]]
3190name = "indoc"
3191version = "1.0.9"
3192source = "registry+https://github.com/rust-lang/crates.io-index"
3193checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
3194
3195[[package]]
3196name = "install_cli"
3197version = "0.1.0"
3198dependencies = [
3199 "anyhow",
3200 "gpui",
3201 "log",
3202 "smol",
3203 "util",
3204]
3205
3206[[package]]
3207name = "instant"
3208version = "0.1.12"
3209source = "registry+https://github.com/rust-lang/crates.io-index"
3210checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
3211dependencies = [
3212 "cfg-if 1.0.0",
3213]
3214
3215[[package]]
3216name = "io-extras"
3217version = "0.13.2"
3218source = "registry+https://github.com/rust-lang/crates.io-index"
3219checksum = "d0c937cc9891c12eaa8c63ad347e4a288364b1328b924886970b47a14ab8f8f8"
3220dependencies = [
3221 "io-lifetimes 0.5.3",
3222 "winapi 0.3.9",
3223]
3224
3225[[package]]
3226name = "io-lifetimes"
3227version = "0.5.3"
3228source = "registry+https://github.com/rust-lang/crates.io-index"
3229checksum = "ec58677acfea8a15352d42fc87d11d63596ade9239e0a7c9352914417515dbe6"
3230dependencies = [
3231 "libc",
3232 "winapi 0.3.9",
3233]
3234
3235[[package]]
3236name = "io-lifetimes"
3237version = "1.0.10"
3238source = "registry+https://github.com/rust-lang/crates.io-index"
3239checksum = "9c66c74d2ae7e79a5a8f7ac924adbe38ee42a859c6539ad869eb51f0b52dc220"
3240dependencies = [
3241 "hermit-abi 0.3.1",
3242 "libc",
3243 "windows-sys 0.48.0",
3244]
3245
3246[[package]]
3247name = "iovec"
3248version = "0.1.4"
3249source = "registry+https://github.com/rust-lang/crates.io-index"
3250checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
3251dependencies = [
3252 "libc",
3253]
3254
3255[[package]]
3256name = "ipc-channel"
3257version = "0.16.0"
3258source = "registry+https://github.com/rust-lang/crates.io-index"
3259checksum = "7cb1d9211085f0ea6f1379d944b93c4d07e8207aa3bcf49f37eda12b85081887"
3260dependencies = [
3261 "bincode",
3262 "crossbeam-channel 0.4.4",
3263 "fnv",
3264 "lazy_static",
3265 "libc",
3266 "mio 0.6.23",
3267 "rand 0.7.3",
3268 "serde",
3269 "tempfile",
3270 "uuid 0.8.2",
3271 "winapi 0.3.9",
3272]
3273
3274[[package]]
3275name = "ipnet"
3276version = "2.7.2"
3277source = "registry+https://github.com/rust-lang/crates.io-index"
3278checksum = "12b6ee2129af8d4fb011108c73d99a1b83a85977f23b82460c0ae2e25bb4b57f"
3279
3280[[package]]
3281name = "is-terminal"
3282version = "0.1.0"
3283source = "registry+https://github.com/rust-lang/crates.io-index"
3284checksum = "7c89a757e762896bdbdfadf2860d0f8b0cea5e363d8cf3e7bdfeb63d1d976352"
3285dependencies = [
3286 "hermit-abi 0.2.6",
3287 "io-lifetimes 0.5.3",
3288 "rustix 0.33.7",
3289 "winapi 0.3.9",
3290]
3291
3292[[package]]
3293name = "is-terminal"
3294version = "0.4.7"
3295source = "registry+https://github.com/rust-lang/crates.io-index"
3296checksum = "adcf93614601c8129ddf72e2d5633df827ba6551541c6d8c59520a371475be1f"
3297dependencies = [
3298 "hermit-abi 0.3.1",
3299 "io-lifetimes 1.0.10",
3300 "rustix 0.37.19",
3301 "windows-sys 0.48.0",
3302]
3303
3304[[package]]
3305name = "isahc"
3306version = "1.7.2"
3307source = "registry+https://github.com/rust-lang/crates.io-index"
3308checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
3309dependencies = [
3310 "async-channel",
3311 "castaway",
3312 "crossbeam-utils 0.8.15",
3313 "curl",
3314 "curl-sys",
3315 "encoding_rs",
3316 "event-listener",
3317 "futures-lite",
3318 "http",
3319 "log",
3320 "mime",
3321 "once_cell",
3322 "polling",
3323 "slab",
3324 "sluice",
3325 "tracing",
3326 "tracing-futures",
3327 "url",
3328 "waker-fn",
3329]
3330
3331[[package]]
3332name = "itertools"
3333version = "0.10.5"
3334source = "registry+https://github.com/rust-lang/crates.io-index"
3335checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
3336dependencies = [
3337 "either",
3338]
3339
3340[[package]]
3341name = "itoa"
3342version = "1.0.6"
3343source = "registry+https://github.com/rust-lang/crates.io-index"
3344checksum = "453ad9f582a441959e5f0d088b02ce04cfe8d51a8eaf077f12ac6d3e94164ca6"
3345
3346[[package]]
3347name = "ittapi-rs"
3348version = "0.2.0"
3349source = "registry+https://github.com/rust-lang/crates.io-index"
3350checksum = "f712648a1ad72fbfb7adc2772c331e8d90f022f8cf30cbabefba2878dd3172b0"
3351dependencies = [
3352 "cc",
3353]
3354
3355[[package]]
3356name = "jobserver"
3357version = "0.1.26"
3358source = "registry+https://github.com/rust-lang/crates.io-index"
3359checksum = "936cfd212a0155903bcbc060e316fb6cc7cbf2e1907329391ebadc1fe0ce77c2"
3360dependencies = [
3361 "libc",
3362]
3363
3364[[package]]
3365name = "journal"
3366version = "0.1.0"
3367dependencies = [
3368 "anyhow",
3369 "chrono",
3370 "dirs 4.0.0",
3371 "editor",
3372 "gpui",
3373 "log",
3374 "schemars",
3375 "serde",
3376 "settings",
3377 "shellexpand",
3378 "util",
3379 "workspace",
3380]
3381
3382[[package]]
3383name = "jpeg-decoder"
3384version = "0.1.22"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
3387dependencies = [
3388 "rayon",
3389]
3390
3391[[package]]
3392name = "js-sys"
3393version = "0.3.62"
3394source = "registry+https://github.com/rust-lang/crates.io-index"
3395checksum = "68c16e1bfd491478ab155fd8b4896b86f9ede344949b641e61501e07c2b8b4d5"
3396dependencies = [
3397 "wasm-bindgen",
3398]
3399
3400[[package]]
3401name = "json_comments"
3402version = "0.2.1"
3403source = "registry+https://github.com/rust-lang/crates.io-index"
3404checksum = "41ee439ee368ba4a77ac70d04f14015415af8600d6c894dc1f11bd79758c57d5"
3405
3406[[package]]
3407name = "jwt"
3408version = "0.16.0"
3409source = "registry+https://github.com/rust-lang/crates.io-index"
3410checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
3411dependencies = [
3412 "base64 0.13.1",
3413 "crypto-common",
3414 "digest 0.10.6",
3415 "hmac 0.12.1",
3416 "serde",
3417 "serde_json",
3418 "sha2 0.10.6",
3419]
3420
3421[[package]]
3422name = "kernel32-sys"
3423version = "0.2.2"
3424source = "registry+https://github.com/rust-lang/crates.io-index"
3425checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
3426dependencies = [
3427 "winapi 0.2.8",
3428 "winapi-build",
3429]
3430
3431[[package]]
3432name = "kurbo"
3433version = "0.8.3"
3434source = "registry+https://github.com/rust-lang/crates.io-index"
3435checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
3436dependencies = [
3437 "arrayvec 0.7.2",
3438]
3439
3440[[package]]
3441name = "kv-log-macro"
3442version = "1.0.7"
3443source = "registry+https://github.com/rust-lang/crates.io-index"
3444checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
3445dependencies = [
3446 "log",
3447]
3448
3449[[package]]
3450name = "language"
3451version = "0.1.0"
3452dependencies = [
3453 "anyhow",
3454 "async-broadcast",
3455 "async-trait",
3456 "client",
3457 "clock",
3458 "collections",
3459 "ctor",
3460 "env_logger 0.9.3",
3461 "fs",
3462 "futures 0.3.28",
3463 "fuzzy",
3464 "git",
3465 "globset",
3466 "gpui",
3467 "indoc",
3468 "lazy_static",
3469 "log",
3470 "lsp",
3471 "parking_lot 0.11.2",
3472 "postage",
3473 "rand 0.8.5",
3474 "regex",
3475 "rpc",
3476 "schemars",
3477 "serde",
3478 "serde_derive",
3479 "serde_json",
3480 "settings",
3481 "similar",
3482 "smallvec",
3483 "smol",
3484 "sum_tree",
3485 "text",
3486 "theme",
3487 "tree-sitter",
3488 "tree-sitter-embedded-template",
3489 "tree-sitter-html",
3490 "tree-sitter-javascript",
3491 "tree-sitter-json 0.19.0",
3492 "tree-sitter-markdown",
3493 "tree-sitter-python",
3494 "tree-sitter-ruby",
3495 "tree-sitter-rust",
3496 "tree-sitter-typescript 0.20.2 (registry+https://github.com/rust-lang/crates.io-index)",
3497 "unicase",
3498 "unindent",
3499 "util",
3500]
3501
3502[[package]]
3503name = "language_selector"
3504version = "0.1.0"
3505dependencies = [
3506 "anyhow",
3507 "editor",
3508 "fuzzy",
3509 "gpui",
3510 "language",
3511 "picker",
3512 "project",
3513 "settings",
3514 "theme",
3515 "util",
3516 "workspace",
3517]
3518
3519[[package]]
3520name = "lazy_static"
3521version = "1.4.0"
3522source = "registry+https://github.com/rust-lang/crates.io-index"
3523checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
3524dependencies = [
3525 "spin 0.5.2",
3526]
3527
3528[[package]]
3529name = "lazycell"
3530version = "1.3.0"
3531source = "registry+https://github.com/rust-lang/crates.io-index"
3532checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
3533
3534[[package]]
3535name = "leb128"
3536version = "0.2.5"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
3539
3540[[package]]
3541name = "libc"
3542version = "0.2.144"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "2b00cc1c228a6782d0f076e7b232802e0c5689d41bb5df366f2a6b6621cfdfe1"
3545
3546[[package]]
3547name = "libgit2-sys"
3548version = "0.14.2+1.5.1"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
3551dependencies = [
3552 "cc",
3553 "libc",
3554 "libz-sys",
3555 "pkg-config",
3556]
3557
3558[[package]]
3559name = "libloading"
3560version = "0.7.4"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
3563dependencies = [
3564 "cfg-if 1.0.0",
3565 "winapi 0.3.9",
3566]
3567
3568[[package]]
3569name = "libm"
3570version = "0.2.6"
3571source = "registry+https://github.com/rust-lang/crates.io-index"
3572checksum = "348108ab3fba42ec82ff6e9564fc4ca0247bdccdc68dd8af9764bbc79c3c8ffb"
3573
3574[[package]]
3575name = "libnghttp2-sys"
3576version = "0.1.7+1.45.0"
3577source = "registry+https://github.com/rust-lang/crates.io-index"
3578checksum = "57ed28aba195b38d5ff02b9170cbff627e336a20925e43b4945390401c5dc93f"
3579dependencies = [
3580 "cc",
3581 "libc",
3582]
3583
3584[[package]]
3585name = "libsqlite3-sys"
3586version = "0.24.2"
3587source = "registry+https://github.com/rust-lang/crates.io-index"
3588checksum = "898745e570c7d0453cc1fbc4a701eb6c662ed54e8fec8b7d14be137ebeeb9d14"
3589dependencies = [
3590 "cc",
3591 "pkg-config",
3592 "vcpkg",
3593]
3594
3595[[package]]
3596name = "libz-sys"
3597version = "1.1.9"
3598source = "registry+https://github.com/rust-lang/crates.io-index"
3599checksum = "56ee889ecc9568871456d42f603d6a0ce59ff328d291063a45cbdf0036baf6db"
3600dependencies = [
3601 "cc",
3602 "libc",
3603 "pkg-config",
3604 "vcpkg",
3605]
3606
3607[[package]]
3608name = "line-wrap"
3609version = "0.1.1"
3610source = "registry+https://github.com/rust-lang/crates.io-index"
3611checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
3612dependencies = [
3613 "safemem",
3614]
3615
3616[[package]]
3617name = "link-cplusplus"
3618version = "1.0.8"
3619source = "registry+https://github.com/rust-lang/crates.io-index"
3620checksum = "ecd207c9c713c34f95a097a5b029ac2ce6010530c7b49d7fea24d977dede04f5"
3621dependencies = [
3622 "cc",
3623]
3624
3625[[package]]
3626name = "linked-hash-map"
3627version = "0.5.6"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "0717cef1bc8b636c6e1c1bbdefc09e6322da8a9321966e8928ef80d20f7f770f"
3630
3631[[package]]
3632name = "linux-raw-sys"
3633version = "0.0.42"
3634source = "registry+https://github.com/rust-lang/crates.io-index"
3635checksum = "5284f00d480e1c39af34e72f8ad60b94f47007e3481cd3b731c1d67190ddc7b7"
3636
3637[[package]]
3638name = "linux-raw-sys"
3639version = "0.3.7"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "ece97ea872ece730aed82664c424eb4c8291e1ff2480247ccf7409044bc6479f"
3642
3643[[package]]
3644name = "lipsum"
3645version = "0.8.2"
3646source = "registry+https://github.com/rust-lang/crates.io-index"
3647checksum = "a8451846f1f337e44486666989fbce40be804da139d5a4477d6b88ece5dc69f4"
3648dependencies = [
3649 "rand 0.8.5",
3650 "rand_chacha 0.3.1",
3651]
3652
3653[[package]]
3654name = "live_kit_client"
3655version = "0.1.0"
3656dependencies = [
3657 "anyhow",
3658 "async-broadcast",
3659 "async-trait",
3660 "block",
3661 "byteorder",
3662 "bytes 1.4.0",
3663 "cocoa",
3664 "collections",
3665 "core-foundation",
3666 "core-graphics",
3667 "foreign-types",
3668 "futures 0.3.28",
3669 "gpui",
3670 "hmac 0.12.1",
3671 "jwt",
3672 "lazy_static",
3673 "live_kit_server",
3674 "log",
3675 "media",
3676 "nanoid",
3677 "objc",
3678 "parking_lot 0.11.2",
3679 "postage",
3680 "serde",
3681 "serde_derive",
3682 "serde_json",
3683 "sha2 0.10.6",
3684 "simplelog",
3685]
3686
3687[[package]]
3688name = "live_kit_server"
3689version = "0.1.0"
3690dependencies = [
3691 "anyhow",
3692 "async-trait",
3693 "futures 0.3.28",
3694 "hmac 0.12.1",
3695 "jwt",
3696 "log",
3697 "prost 0.8.0",
3698 "prost-build",
3699 "prost-types 0.8.0",
3700 "reqwest",
3701 "serde",
3702 "serde_derive",
3703 "sha2 0.10.6",
3704]
3705
3706[[package]]
3707name = "lock_api"
3708version = "0.4.9"
3709source = "registry+https://github.com/rust-lang/crates.io-index"
3710checksum = "435011366fe56583b16cf956f9df0095b405b82d76425bc8981c0e22e60ec4df"
3711dependencies = [
3712 "autocfg 1.1.0",
3713 "scopeguard",
3714]
3715
3716[[package]]
3717name = "log"
3718version = "0.4.17"
3719source = "registry+https://github.com/rust-lang/crates.io-index"
3720checksum = "abb12e687cfb44aa40f41fc3978ef76448f9b6038cad6aef4259d3c095a2382e"
3721dependencies = [
3722 "cfg-if 1.0.0",
3723 "serde",
3724 "value-bag",
3725]
3726
3727[[package]]
3728name = "lsp"
3729version = "0.1.0"
3730dependencies = [
3731 "anyhow",
3732 "async-pipe",
3733 "collections",
3734 "ctor",
3735 "env_logger 0.9.3",
3736 "futures 0.3.28",
3737 "gpui",
3738 "log",
3739 "lsp-types",
3740 "parking_lot 0.11.2",
3741 "postage",
3742 "serde",
3743 "serde_derive",
3744 "serde_json",
3745 "smol",
3746 "unindent",
3747 "util",
3748]
3749
3750[[package]]
3751name = "lsp-types"
3752version = "0.94.0"
3753source = "registry+https://github.com/rust-lang/crates.io-index"
3754checksum = "0b63735a13a1f9cd4f4835223d828ed9c2e35c8c5e61837774399f558b6a1237"
3755dependencies = [
3756 "bitflags",
3757 "serde",
3758 "serde_json",
3759 "serde_repr",
3760 "url",
3761]
3762
3763[[package]]
3764name = "lsp_log"
3765version = "0.1.0"
3766dependencies = [
3767 "anyhow",
3768 "collections",
3769 "editor",
3770 "futures 0.3.28",
3771 "gpui",
3772 "language",
3773 "lsp",
3774 "project",
3775 "serde",
3776 "settings",
3777 "theme",
3778 "unindent",
3779 "util",
3780 "workspace",
3781]
3782
3783[[package]]
3784name = "mach"
3785version = "0.3.2"
3786source = "registry+https://github.com/rust-lang/crates.io-index"
3787checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
3788dependencies = [
3789 "libc",
3790]
3791
3792[[package]]
3793name = "malloc_buf"
3794version = "0.0.6"
3795source = "registry+https://github.com/rust-lang/crates.io-index"
3796checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
3797dependencies = [
3798 "libc",
3799]
3800
3801[[package]]
3802name = "matchers"
3803version = "0.1.0"
3804source = "registry+https://github.com/rust-lang/crates.io-index"
3805checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
3806dependencies = [
3807 "regex-automata",
3808]
3809
3810[[package]]
3811name = "matches"
3812version = "0.1.10"
3813source = "registry+https://github.com/rust-lang/crates.io-index"
3814checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
3815
3816[[package]]
3817name = "matchit"
3818version = "0.5.0"
3819source = "registry+https://github.com/rust-lang/crates.io-index"
3820checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
3821
3822[[package]]
3823name = "maybe-owned"
3824version = "0.3.4"
3825source = "registry+https://github.com/rust-lang/crates.io-index"
3826checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
3827
3828[[package]]
3829name = "maybe-uninit"
3830version = "2.0.0"
3831source = "registry+https://github.com/rust-lang/crates.io-index"
3832checksum = "60302e4db3a61da70c0cb7991976248362f30319e88850c487b9b95bbf059e00"
3833
3834[[package]]
3835name = "md-5"
3836version = "0.10.5"
3837source = "registry+https://github.com/rust-lang/crates.io-index"
3838checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
3839dependencies = [
3840 "digest 0.10.6",
3841]
3842
3843[[package]]
3844name = "media"
3845version = "0.1.0"
3846dependencies = [
3847 "anyhow",
3848 "bindgen",
3849 "block",
3850 "bytes 1.4.0",
3851 "core-foundation",
3852 "foreign-types",
3853 "metal",
3854 "objc",
3855]
3856
3857[[package]]
3858name = "memchr"
3859version = "2.5.0"
3860source = "registry+https://github.com/rust-lang/crates.io-index"
3861checksum = "2dffe52ecf27772e601905b7522cb4ef790d2cc203488bbd0e2fe85fcb74566d"
3862
3863[[package]]
3864name = "memfd"
3865version = "0.4.1"
3866source = "registry+https://github.com/rust-lang/crates.io-index"
3867checksum = "f6627dc657574b49d6ad27105ed671822be56e0d2547d413bfbf3e8d8fa92e7a"
3868dependencies = [
3869 "libc",
3870]
3871
3872[[package]]
3873name = "memmap2"
3874version = "0.2.3"
3875source = "registry+https://github.com/rust-lang/crates.io-index"
3876checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
3877dependencies = [
3878 "libc",
3879]
3880
3881[[package]]
3882name = "memoffset"
3883version = "0.6.5"
3884source = "registry+https://github.com/rust-lang/crates.io-index"
3885checksum = "5aa361d4faea93603064a027415f07bd8e1d5c88c9fbf68bf56a285428fd79ce"
3886dependencies = [
3887 "autocfg 1.1.0",
3888]
3889
3890[[package]]
3891name = "memoffset"
3892version = "0.8.0"
3893source = "registry+https://github.com/rust-lang/crates.io-index"
3894checksum = "d61c719bcfbcf5d62b3a09efa6088de8c54bc0bfcd3ea7ae39fcc186108b8de1"
3895dependencies = [
3896 "autocfg 1.1.0",
3897]
3898
3899[[package]]
3900name = "menu"
3901version = "0.1.0"
3902dependencies = [
3903 "gpui",
3904]
3905
3906[[package]]
3907name = "metal"
3908version = "0.21.0"
3909source = "registry+https://github.com/rust-lang/crates.io-index"
3910checksum = "4598d719460ade24c7d91f335daf055bf2a7eec030728ce751814c50cdd6a26c"
3911dependencies = [
3912 "bitflags",
3913 "block",
3914 "cocoa-foundation",
3915 "foreign-types",
3916 "log",
3917 "objc",
3918]
3919
3920[[package]]
3921name = "mime"
3922version = "0.3.17"
3923source = "registry+https://github.com/rust-lang/crates.io-index"
3924checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
3925
3926[[package]]
3927name = "minimal-lexical"
3928version = "0.2.1"
3929source = "registry+https://github.com/rust-lang/crates.io-index"
3930checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
3931
3932[[package]]
3933name = "miniz_oxide"
3934version = "0.3.7"
3935source = "registry+https://github.com/rust-lang/crates.io-index"
3936checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
3937dependencies = [
3938 "adler32",
3939]
3940
3941[[package]]
3942name = "miniz_oxide"
3943version = "0.4.4"
3944source = "registry+https://github.com/rust-lang/crates.io-index"
3945checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
3946dependencies = [
3947 "adler",
3948 "autocfg 1.1.0",
3949]
3950
3951[[package]]
3952name = "miniz_oxide"
3953version = "0.6.2"
3954source = "registry+https://github.com/rust-lang/crates.io-index"
3955checksum = "b275950c28b37e794e8c55d88aeb5e139d0ce23fdbbeda68f8d7174abdf9e8fa"
3956dependencies = [
3957 "adler",
3958]
3959
3960[[package]]
3961name = "miniz_oxide"
3962version = "0.7.1"
3963source = "registry+https://github.com/rust-lang/crates.io-index"
3964checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
3965dependencies = [
3966 "adler",
3967]
3968
3969[[package]]
3970name = "mintex"
3971version = "0.1.2"
3972source = "registry+https://github.com/rust-lang/crates.io-index"
3973checksum = "fd7c5ba1c3b5a23418d7bbf98c71c3d4946a0125002129231da8d6b723d559cb"
3974dependencies = [
3975 "once_cell",
3976 "sys-info",
3977]
3978
3979[[package]]
3980name = "mio"
3981version = "0.6.23"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
3984dependencies = [
3985 "cfg-if 0.1.10",
3986 "fuchsia-zircon",
3987 "fuchsia-zircon-sys",
3988 "iovec",
3989 "kernel32-sys",
3990 "libc",
3991 "log",
3992 "miow 0.2.2",
3993 "net2",
3994 "slab",
3995 "winapi 0.2.8",
3996]
3997
3998[[package]]
3999name = "mio"
4000version = "0.8.6"
4001source = "registry+https://github.com/rust-lang/crates.io-index"
4002checksum = "5b9d9a46eff5b4ff64b45a9e316a6d1e0bc719ef429cbec4dc630684212bfdf9"
4003dependencies = [
4004 "libc",
4005 "log",
4006 "wasi 0.11.0+wasi-snapshot-preview1",
4007 "windows-sys 0.45.0",
4008]
4009
4010[[package]]
4011name = "mio-anonymous-pipes"
4012version = "0.2.0"
4013source = "registry+https://github.com/rust-lang/crates.io-index"
4014checksum = "6bc513025fe5005a3aa561b50fdb2cda5a150b84800ae02acd8aa9ed62ca1a6b"
4015dependencies = [
4016 "mio 0.6.23",
4017 "miow 0.3.7",
4018 "parking_lot 0.11.2",
4019 "spsc-buffer",
4020 "winapi 0.3.9",
4021]
4022
4023[[package]]
4024name = "mio-extras"
4025version = "2.0.6"
4026source = "registry+https://github.com/rust-lang/crates.io-index"
4027checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
4028dependencies = [
4029 "lazycell",
4030 "log",
4031 "mio 0.6.23",
4032 "slab",
4033]
4034
4035[[package]]
4036name = "mio-uds"
4037version = "0.6.8"
4038source = "registry+https://github.com/rust-lang/crates.io-index"
4039checksum = "afcb699eb26d4332647cc848492bbc15eafb26f08d0304550d5aa1f612e066f0"
4040dependencies = [
4041 "iovec",
4042 "libc",
4043 "mio 0.6.23",
4044]
4045
4046[[package]]
4047name = "miow"
4048version = "0.2.2"
4049source = "registry+https://github.com/rust-lang/crates.io-index"
4050checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
4051dependencies = [
4052 "kernel32-sys",
4053 "net2",
4054 "winapi 0.2.8",
4055 "ws2_32-sys",
4056]
4057
4058[[package]]
4059name = "miow"
4060version = "0.3.7"
4061source = "registry+https://github.com/rust-lang/crates.io-index"
4062checksum = "b9f1c5b025cda876f66ef43a113f91ebc9f4ccef34843000e0adf6ebbab84e21"
4063dependencies = [
4064 "winapi 0.3.9",
4065]
4066
4067[[package]]
4068name = "more-asserts"
4069version = "0.2.2"
4070source = "registry+https://github.com/rust-lang/crates.io-index"
4071checksum = "7843ec2de400bcbc6a6328c958dc38e5359da6e93e72e37bc5246bf1ae776389"
4072
4073[[package]]
4074name = "multimap"
4075version = "0.8.3"
4076source = "registry+https://github.com/rust-lang/crates.io-index"
4077checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
4078
4079[[package]]
4080name = "nanoid"
4081version = "0.4.0"
4082source = "registry+https://github.com/rust-lang/crates.io-index"
4083checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
4084dependencies = [
4085 "rand 0.8.5",
4086]
4087
4088[[package]]
4089name = "native-tls"
4090version = "0.2.11"
4091source = "registry+https://github.com/rust-lang/crates.io-index"
4092checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
4093dependencies = [
4094 "lazy_static",
4095 "libc",
4096 "log",
4097 "openssl",
4098 "openssl-probe",
4099 "openssl-sys",
4100 "schannel",
4101 "security-framework",
4102 "security-framework-sys",
4103 "tempfile",
4104]
4105
4106[[package]]
4107name = "net2"
4108version = "0.2.38"
4109source = "registry+https://github.com/rust-lang/crates.io-index"
4110checksum = "74d0df99cfcd2530b2e694f6e17e7f37b8e26bb23983ac530c0c97408837c631"
4111dependencies = [
4112 "cfg-if 0.1.10",
4113 "libc",
4114 "winapi 0.3.9",
4115]
4116
4117[[package]]
4118name = "nix"
4119version = "0.24.3"
4120source = "registry+https://github.com/rust-lang/crates.io-index"
4121checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
4122dependencies = [
4123 "bitflags",
4124 "cfg-if 1.0.0",
4125 "libc",
4126 "memoffset 0.6.5",
4127]
4128
4129[[package]]
4130name = "node_runtime"
4131version = "0.1.0"
4132dependencies = [
4133 "anyhow",
4134 "async-compression",
4135 "async-tar",
4136 "futures 0.3.28",
4137 "gpui",
4138 "parking_lot 0.11.2",
4139 "serde",
4140 "serde_derive",
4141 "serde_json",
4142 "smol",
4143 "util",
4144]
4145
4146[[package]]
4147name = "nom"
4148version = "7.1.3"
4149source = "registry+https://github.com/rust-lang/crates.io-index"
4150checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
4151dependencies = [
4152 "memchr",
4153 "minimal-lexical",
4154]
4155
4156[[package]]
4157name = "ntapi"
4158version = "0.3.7"
4159source = "registry+https://github.com/rust-lang/crates.io-index"
4160checksum = "c28774a7fd2fbb4f0babd8237ce554b73af68021b5f695a3cebd6c59bac0980f"
4161dependencies = [
4162 "winapi 0.3.9",
4163]
4164
4165[[package]]
4166name = "ntapi"
4167version = "0.4.1"
4168source = "registry+https://github.com/rust-lang/crates.io-index"
4169checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
4170dependencies = [
4171 "winapi 0.3.9",
4172]
4173
4174[[package]]
4175name = "nu-ansi-term"
4176version = "0.46.0"
4177source = "registry+https://github.com/rust-lang/crates.io-index"
4178checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
4179dependencies = [
4180 "overload",
4181 "winapi 0.3.9",
4182]
4183
4184[[package]]
4185name = "num-bigint"
4186version = "0.4.3"
4187source = "registry+https://github.com/rust-lang/crates.io-index"
4188checksum = "f93ab6289c7b344a8a9f60f88d80aa20032336fe78da341afc91c8a2341fc75f"
4189dependencies = [
4190 "autocfg 1.1.0",
4191 "num-integer",
4192 "num-traits",
4193]
4194
4195[[package]]
4196name = "num-bigint-dig"
4197version = "0.7.0"
4198source = "registry+https://github.com/rust-lang/crates.io-index"
4199checksum = "4547ee5541c18742396ae2c895d0717d0f886d8823b8399cdaf7b07d63ad0480"
4200dependencies = [
4201 "autocfg 0.1.8",
4202 "byteorder",
4203 "lazy_static",
4204 "libm",
4205 "num-integer",
4206 "num-iter",
4207 "num-traits",
4208 "rand 0.8.5",
4209 "smallvec",
4210 "zeroize",
4211]
4212
4213[[package]]
4214name = "num-integer"
4215version = "0.1.45"
4216source = "registry+https://github.com/rust-lang/crates.io-index"
4217checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
4218dependencies = [
4219 "autocfg 1.1.0",
4220 "num-traits",
4221]
4222
4223[[package]]
4224name = "num-iter"
4225version = "0.1.43"
4226source = "registry+https://github.com/rust-lang/crates.io-index"
4227checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
4228dependencies = [
4229 "autocfg 1.1.0",
4230 "num-integer",
4231 "num-traits",
4232]
4233
4234[[package]]
4235name = "num-rational"
4236version = "0.3.2"
4237source = "registry+https://github.com/rust-lang/crates.io-index"
4238checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
4239dependencies = [
4240 "autocfg 1.1.0",
4241 "num-integer",
4242 "num-traits",
4243]
4244
4245[[package]]
4246name = "num-traits"
4247version = "0.2.15"
4248source = "registry+https://github.com/rust-lang/crates.io-index"
4249checksum = "578ede34cf02f8924ab9447f50c28075b4d3e5b269972345e7e0372b38c6cdcd"
4250dependencies = [
4251 "autocfg 1.1.0",
4252 "libm",
4253]
4254
4255[[package]]
4256name = "num_cpus"
4257version = "1.15.0"
4258source = "registry+https://github.com/rust-lang/crates.io-index"
4259checksum = "0fac9e2da13b5eb447a6ce3d392f23a29d8694bff781bf03a16cd9ac8697593b"
4260dependencies = [
4261 "hermit-abi 0.2.6",
4262 "libc",
4263]
4264
4265[[package]]
4266name = "nvim-rs"
4267version = "0.5.0"
4268source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#d701c2790dcb2579f8f4d7003ba30e2100a7d25b"
4269dependencies = [
4270 "async-trait",
4271 "futures 0.3.28",
4272 "log",
4273 "parity-tokio-ipc",
4274 "rmp",
4275 "rmpv",
4276 "tokio",
4277 "tokio-util 0.7.8",
4278]
4279
4280[[package]]
4281name = "objc"
4282version = "0.2.7"
4283source = "registry+https://github.com/rust-lang/crates.io-index"
4284checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
4285dependencies = [
4286 "malloc_buf",
4287 "objc_exception",
4288]
4289
4290[[package]]
4291name = "objc_exception"
4292version = "0.1.2"
4293source = "registry+https://github.com/rust-lang/crates.io-index"
4294checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
4295dependencies = [
4296 "cc",
4297]
4298
4299[[package]]
4300name = "object"
4301version = "0.28.4"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "e42c982f2d955fac81dd7e1d0e1426a7d702acd9c98d19ab01083a6a0328c424"
4304dependencies = [
4305 "crc32fast",
4306 "hashbrown 0.11.2",
4307 "indexmap",
4308 "memchr",
4309]
4310
4311[[package]]
4312name = "object"
4313version = "0.30.3"
4314source = "registry+https://github.com/rust-lang/crates.io-index"
4315checksum = "ea86265d3d3dcb6a27fc51bd29a4bf387fae9d2986b823079d4986af253eb439"
4316dependencies = [
4317 "memchr",
4318]
4319
4320[[package]]
4321name = "once_cell"
4322version = "1.17.1"
4323source = "registry+https://github.com/rust-lang/crates.io-index"
4324checksum = "b7e5500299e16ebb147ae15a00a942af264cf3688f47923b8fc2cd5858f23ad3"
4325
4326[[package]]
4327name = "opaque-debug"
4328version = "0.3.0"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
4331
4332[[package]]
4333name = "openssl"
4334version = "0.10.52"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "01b8574602df80f7b85fdfc5392fa884a4e3b3f4f35402c070ab34c3d3f78d56"
4337dependencies = [
4338 "bitflags",
4339 "cfg-if 1.0.0",
4340 "foreign-types",
4341 "libc",
4342 "once_cell",
4343 "openssl-macros",
4344 "openssl-sys",
4345]
4346
4347[[package]]
4348name = "openssl-macros"
4349version = "0.1.1"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
4352dependencies = [
4353 "proc-macro2",
4354 "quote",
4355 "syn 2.0.15",
4356]
4357
4358[[package]]
4359name = "openssl-probe"
4360version = "0.1.5"
4361source = "registry+https://github.com/rust-lang/crates.io-index"
4362checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
4363
4364[[package]]
4365name = "openssl-sys"
4366version = "0.9.87"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "8e17f59264b2809d77ae94f0e1ebabc434773f370d6ca667bd223ea10e06cc7e"
4369dependencies = [
4370 "cc",
4371 "libc",
4372 "pkg-config",
4373 "vcpkg",
4374]
4375
4376[[package]]
4377name = "ordered-float"
4378version = "2.10.0"
4379source = "registry+https://github.com/rust-lang/crates.io-index"
4380checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
4381dependencies = [
4382 "num-traits",
4383]
4384
4385[[package]]
4386name = "os_str_bytes"
4387version = "6.5.0"
4388source = "registry+https://github.com/rust-lang/crates.io-index"
4389checksum = "ceedf44fb00f2d1984b0bc98102627ce622e083e49a5bacdb3e514fa4238e267"
4390
4391[[package]]
4392name = "ouroboros"
4393version = "0.15.6"
4394source = "registry+https://github.com/rust-lang/crates.io-index"
4395checksum = "e1358bd1558bd2a083fed428ffeda486fbfb323e698cdda7794259d592ca72db"
4396dependencies = [
4397 "aliasable",
4398 "ouroboros_macro",
4399]
4400
4401[[package]]
4402name = "ouroboros_macro"
4403version = "0.15.6"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "5f7d21ccd03305a674437ee1248f3ab5d4b1db095cf1caf49f1713ddf61956b7"
4406dependencies = [
4407 "Inflector",
4408 "proc-macro-error",
4409 "proc-macro2",
4410 "quote",
4411 "syn 1.0.109",
4412]
4413
4414[[package]]
4415name = "outline"
4416version = "0.1.0"
4417dependencies = [
4418 "editor",
4419 "fuzzy",
4420 "gpui",
4421 "language",
4422 "ordered-float",
4423 "picker",
4424 "postage",
4425 "settings",
4426 "smol",
4427 "text",
4428 "theme",
4429 "workspace",
4430]
4431
4432[[package]]
4433name = "output_vt100"
4434version = "0.1.3"
4435source = "registry+https://github.com/rust-lang/crates.io-index"
4436checksum = "628223faebab4e3e40667ee0b2336d34a5b960ff60ea743ddfdbcf7770bcfb66"
4437dependencies = [
4438 "winapi 0.3.9",
4439]
4440
4441[[package]]
4442name = "overload"
4443version = "0.1.1"
4444source = "registry+https://github.com/rust-lang/crates.io-index"
4445checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
4446
4447[[package]]
4448name = "parity-tokio-ipc"
4449version = "0.9.0"
4450source = "registry+https://github.com/rust-lang/crates.io-index"
4451checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
4452dependencies = [
4453 "futures 0.3.28",
4454 "libc",
4455 "log",
4456 "rand 0.7.3",
4457 "tokio",
4458 "winapi 0.3.9",
4459]
4460
4461[[package]]
4462name = "parking"
4463version = "2.1.0"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
4466
4467[[package]]
4468name = "parking_lot"
4469version = "0.11.2"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
4472dependencies = [
4473 "instant",
4474 "lock_api",
4475 "parking_lot_core 0.8.6",
4476]
4477
4478[[package]]
4479name = "parking_lot"
4480version = "0.12.1"
4481source = "registry+https://github.com/rust-lang/crates.io-index"
4482checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
4483dependencies = [
4484 "lock_api",
4485 "parking_lot_core 0.9.7",
4486]
4487
4488[[package]]
4489name = "parking_lot_core"
4490version = "0.8.6"
4491source = "registry+https://github.com/rust-lang/crates.io-index"
4492checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
4493dependencies = [
4494 "cfg-if 1.0.0",
4495 "instant",
4496 "libc",
4497 "redox_syscall 0.2.16",
4498 "smallvec",
4499 "winapi 0.3.9",
4500]
4501
4502[[package]]
4503name = "parking_lot_core"
4504version = "0.9.7"
4505source = "registry+https://github.com/rust-lang/crates.io-index"
4506checksum = "9069cbb9f99e3a5083476ccb29ceb1de18b9118cafa53e90c9551235de2b9521"
4507dependencies = [
4508 "cfg-if 1.0.0",
4509 "libc",
4510 "redox_syscall 0.2.16",
4511 "smallvec",
4512 "windows-sys 0.45.0",
4513]
4514
4515[[package]]
4516name = "password-hash"
4517version = "0.2.3"
4518source = "registry+https://github.com/rust-lang/crates.io-index"
4519checksum = "77e0b28ace46c5a396546bcf443bf422b57049617433d8854227352a4a9b24e7"
4520dependencies = [
4521 "base64ct",
4522 "rand_core 0.6.4",
4523 "subtle",
4524]
4525
4526[[package]]
4527name = "paste"
4528version = "1.0.12"
4529source = "registry+https://github.com/rust-lang/crates.io-index"
4530checksum = "9f746c4065a8fa3fe23974dd82f15431cc8d40779821001404d10d2e79ca7d79"
4531
4532[[package]]
4533name = "pathfinder_color"
4534version = "0.5.0"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
4537dependencies = [
4538 "pathfinder_simd",
4539]
4540
4541[[package]]
4542name = "pathfinder_geometry"
4543version = "0.5.1"
4544source = "registry+https://github.com/rust-lang/crates.io-index"
4545checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
4546dependencies = [
4547 "log",
4548 "pathfinder_simd",
4549]
4550
4551[[package]]
4552name = "pathfinder_simd"
4553version = "0.5.1"
4554source = "registry+https://github.com/rust-lang/crates.io-index"
4555checksum = "39fe46acc5503595e5949c17b818714d26fdf9b4920eacf3b2947f0199f4a6ff"
4556dependencies = [
4557 "rustc_version",
4558]
4559
4560[[package]]
4561name = "pbkdf2"
4562version = "0.8.0"
4563source = "registry+https://github.com/rust-lang/crates.io-index"
4564checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
4565dependencies = [
4566 "crypto-mac",
4567]
4568
4569[[package]]
4570name = "peeking_take_while"
4571version = "0.1.2"
4572source = "registry+https://github.com/rust-lang/crates.io-index"
4573checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
4574
4575[[package]]
4576name = "pem"
4577version = "0.8.3"
4578source = "registry+https://github.com/rust-lang/crates.io-index"
4579checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
4580dependencies = [
4581 "base64 0.13.1",
4582 "once_cell",
4583 "regex",
4584]
4585
4586[[package]]
4587name = "percent-encoding"
4588version = "2.2.0"
4589source = "registry+https://github.com/rust-lang/crates.io-index"
4590checksum = "478c572c3d73181ff3c2539045f6eb99e5491218eae919370993b890cdbdd98e"
4591
4592[[package]]
4593name = "pest"
4594version = "2.6.0"
4595source = "registry+https://github.com/rust-lang/crates.io-index"
4596checksum = "e68e84bfb01f0507134eac1e9b410a12ba379d064eab48c50ba4ce329a527b70"
4597dependencies = [
4598 "thiserror",
4599 "ucd-trie",
4600]
4601
4602[[package]]
4603name = "petgraph"
4604version = "0.6.3"
4605source = "registry+https://github.com/rust-lang/crates.io-index"
4606checksum = "4dd7d28ee937e54fe3080c91faa1c3a46c06de6252988a7f4592ba2310ef22a4"
4607dependencies = [
4608 "fixedbitset",
4609 "indexmap",
4610]
4611
4612[[package]]
4613name = "picker"
4614version = "0.1.0"
4615dependencies = [
4616 "ctor",
4617 "editor",
4618 "env_logger 0.9.3",
4619 "gpui",
4620 "menu",
4621 "parking_lot 0.11.2",
4622 "serde_json",
4623 "settings",
4624 "theme",
4625 "util",
4626 "workspace",
4627]
4628
4629[[package]]
4630name = "pico-args"
4631version = "0.4.2"
4632source = "registry+https://github.com/rust-lang/crates.io-index"
4633checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
4634
4635[[package]]
4636name = "pin-project"
4637version = "1.0.12"
4638source = "registry+https://github.com/rust-lang/crates.io-index"
4639checksum = "ad29a609b6bcd67fee905812e544992d216af9d755757c05ed2d0e15a74c6ecc"
4640dependencies = [
4641 "pin-project-internal",
4642]
4643
4644[[package]]
4645name = "pin-project-internal"
4646version = "1.0.12"
4647source = "registry+https://github.com/rust-lang/crates.io-index"
4648checksum = "069bdb1e05adc7a8990dce9cc75370895fbe4e3d58b9b73bf1aee56359344a55"
4649dependencies = [
4650 "proc-macro2",
4651 "quote",
4652 "syn 1.0.109",
4653]
4654
4655[[package]]
4656name = "pin-project-lite"
4657version = "0.1.12"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
4660
4661[[package]]
4662name = "pin-project-lite"
4663version = "0.2.9"
4664source = "registry+https://github.com/rust-lang/crates.io-index"
4665checksum = "e0a7ae3ac2f1173085d398531c705756c94a4c56843785df85a60c1a0afac116"
4666
4667[[package]]
4668name = "pin-utils"
4669version = "0.1.0"
4670source = "registry+https://github.com/rust-lang/crates.io-index"
4671checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
4672
4673[[package]]
4674name = "pkg-config"
4675version = "0.3.27"
4676source = "registry+https://github.com/rust-lang/crates.io-index"
4677checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
4678
4679[[package]]
4680name = "plist"
4681version = "1.4.3"
4682source = "registry+https://github.com/rust-lang/crates.io-index"
4683checksum = "9bd9647b268a3d3e14ff09c23201133a62589c658db02bb7388c7246aafe0590"
4684dependencies = [
4685 "base64 0.21.0",
4686 "indexmap",
4687 "line-wrap",
4688 "quick-xml",
4689 "serde",
4690 "time 0.3.21",
4691]
4692
4693[[package]]
4694name = "plugin"
4695version = "0.1.0"
4696dependencies = [
4697 "bincode",
4698 "plugin_macros",
4699 "serde",
4700 "serde_derive",
4701]
4702
4703[[package]]
4704name = "plugin_macros"
4705version = "0.1.0"
4706dependencies = [
4707 "bincode",
4708 "proc-macro2",
4709 "quote",
4710 "serde",
4711 "serde_derive",
4712 "syn 1.0.109",
4713]
4714
4715[[package]]
4716name = "plugin_runtime"
4717version = "0.1.0"
4718dependencies = [
4719 "anyhow",
4720 "bincode",
4721 "pollster",
4722 "serde",
4723 "serde_derive",
4724 "serde_json",
4725 "smol",
4726 "wasi-common",
4727 "wasmtime",
4728 "wasmtime-wasi",
4729]
4730
4731[[package]]
4732name = "png"
4733version = "0.16.8"
4734source = "registry+https://github.com/rust-lang/crates.io-index"
4735checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
4736dependencies = [
4737 "bitflags",
4738 "crc32fast",
4739 "deflate",
4740 "miniz_oxide 0.3.7",
4741]
4742
4743[[package]]
4744name = "polling"
4745version = "2.8.0"
4746source = "registry+https://github.com/rust-lang/crates.io-index"
4747checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
4748dependencies = [
4749 "autocfg 1.1.0",
4750 "bitflags",
4751 "cfg-if 1.0.0",
4752 "concurrent-queue",
4753 "libc",
4754 "log",
4755 "pin-project-lite 0.2.9",
4756 "windows-sys 0.48.0",
4757]
4758
4759[[package]]
4760name = "pollster"
4761version = "0.2.5"
4762source = "registry+https://github.com/rust-lang/crates.io-index"
4763checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
4764
4765[[package]]
4766name = "postage"
4767version = "0.5.0"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
4770dependencies = [
4771 "atomic",
4772 "crossbeam-queue",
4773 "futures 0.3.28",
4774 "log",
4775 "parking_lot 0.12.1",
4776 "pin-project",
4777 "pollster",
4778 "static_assertions",
4779 "thiserror",
4780]
4781
4782[[package]]
4783name = "ppv-lite86"
4784version = "0.2.17"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
4787
4788[[package]]
4789name = "pretty_assertions"
4790version = "1.3.0"
4791source = "registry+https://github.com/rust-lang/crates.io-index"
4792checksum = "a25e9bcb20aa780fd0bb16b72403a9064d6b3f22f026946029acb941a50af755"
4793dependencies = [
4794 "ctor",
4795 "diff",
4796 "output_vt100",
4797 "yansi",
4798]
4799
4800[[package]]
4801name = "proc-macro-crate"
4802version = "0.1.5"
4803source = "registry+https://github.com/rust-lang/crates.io-index"
4804checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
4805dependencies = [
4806 "toml",
4807]
4808
4809[[package]]
4810name = "proc-macro-error"
4811version = "1.0.4"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
4814dependencies = [
4815 "proc-macro-error-attr",
4816 "proc-macro2",
4817 "quote",
4818 "syn 1.0.109",
4819 "version_check",
4820]
4821
4822[[package]]
4823name = "proc-macro-error-attr"
4824version = "1.0.4"
4825source = "registry+https://github.com/rust-lang/crates.io-index"
4826checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
4827dependencies = [
4828 "proc-macro2",
4829 "quote",
4830 "version_check",
4831]
4832
4833[[package]]
4834name = "proc-macro2"
4835version = "1.0.56"
4836source = "registry+https://github.com/rust-lang/crates.io-index"
4837checksum = "2b63bdb0cd06f1f4dedf69b254734f9b45af66e4a031e42a7480257d9898b435"
4838dependencies = [
4839 "unicode-ident",
4840]
4841
4842[[package]]
4843name = "procinfo"
4844version = "0.1.0"
4845source = "git+https://github.com/zed-industries/wezterm?rev=5cd757e5f2eb039ed0c6bb6512223e69d5efc64d#5cd757e5f2eb039ed0c6bb6512223e69d5efc64d"
4846dependencies = [
4847 "libc",
4848 "log",
4849 "ntapi 0.3.7",
4850 "winapi 0.3.9",
4851]
4852
4853[[package]]
4854name = "project"
4855version = "0.1.0"
4856dependencies = [
4857 "aho-corasick 0.7.20",
4858 "anyhow",
4859 "async-trait",
4860 "backtrace",
4861 "client",
4862 "clock",
4863 "collections",
4864 "copilot",
4865 "ctor",
4866 "db",
4867 "env_logger 0.9.3",
4868 "fs",
4869 "fsevent",
4870 "futures 0.3.28",
4871 "fuzzy",
4872 "git",
4873 "git2",
4874 "globset",
4875 "gpui",
4876 "ignore",
4877 "itertools",
4878 "language",
4879 "lazy_static",
4880 "log",
4881 "lsp",
4882 "parking_lot 0.11.2",
4883 "postage",
4884 "pretty_assertions",
4885 "rand 0.8.5",
4886 "regex",
4887 "rpc",
4888 "schemars",
4889 "serde",
4890 "serde_derive",
4891 "serde_json",
4892 "settings",
4893 "sha2 0.10.6",
4894 "similar",
4895 "smol",
4896 "sum_tree",
4897 "tempdir",
4898 "terminal",
4899 "text",
4900 "thiserror",
4901 "toml",
4902 "unindent",
4903 "util",
4904]
4905
4906[[package]]
4907name = "project_panel"
4908version = "0.1.0"
4909dependencies = [
4910 "anyhow",
4911 "client",
4912 "context_menu",
4913 "db",
4914 "drag_and_drop",
4915 "editor",
4916 "futures 0.3.28",
4917 "gpui",
4918 "language",
4919 "menu",
4920 "postage",
4921 "project",
4922 "schemars",
4923 "serde",
4924 "serde_derive",
4925 "serde_json",
4926 "settings",
4927 "theme",
4928 "unicase",
4929 "util",
4930 "workspace",
4931]
4932
4933[[package]]
4934name = "project_symbols"
4935version = "0.1.0"
4936dependencies = [
4937 "anyhow",
4938 "editor",
4939 "futures 0.3.28",
4940 "fuzzy",
4941 "gpui",
4942 "language",
4943 "lsp",
4944 "ordered-float",
4945 "picker",
4946 "postage",
4947 "project",
4948 "settings",
4949 "smol",
4950 "text",
4951 "theme",
4952 "util",
4953 "workspace",
4954]
4955
4956[[package]]
4957name = "prometheus"
4958version = "0.13.3"
4959source = "registry+https://github.com/rust-lang/crates.io-index"
4960checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
4961dependencies = [
4962 "cfg-if 1.0.0",
4963 "fnv",
4964 "lazy_static",
4965 "memchr",
4966 "parking_lot 0.12.1",
4967 "protobuf",
4968 "thiserror",
4969]
4970
4971[[package]]
4972name = "prost"
4973version = "0.8.0"
4974source = "registry+https://github.com/rust-lang/crates.io-index"
4975checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
4976dependencies = [
4977 "bytes 1.4.0",
4978 "prost-derive 0.8.0",
4979]
4980
4981[[package]]
4982name = "prost"
4983version = "0.9.0"
4984source = "registry+https://github.com/rust-lang/crates.io-index"
4985checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
4986dependencies = [
4987 "bytes 1.4.0",
4988 "prost-derive 0.9.0",
4989]
4990
4991[[package]]
4992name = "prost-build"
4993version = "0.9.0"
4994source = "registry+https://github.com/rust-lang/crates.io-index"
4995checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
4996dependencies = [
4997 "bytes 1.4.0",
4998 "heck 0.3.3",
4999 "itertools",
5000 "lazy_static",
5001 "log",
5002 "multimap",
5003 "petgraph",
5004 "prost 0.9.0",
5005 "prost-types 0.9.0",
5006 "regex",
5007 "tempfile",
5008 "which",
5009]
5010
5011[[package]]
5012name = "prost-derive"
5013version = "0.8.0"
5014source = "registry+https://github.com/rust-lang/crates.io-index"
5015checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
5016dependencies = [
5017 "anyhow",
5018 "itertools",
5019 "proc-macro2",
5020 "quote",
5021 "syn 1.0.109",
5022]
5023
5024[[package]]
5025name = "prost-derive"
5026version = "0.9.0"
5027source = "registry+https://github.com/rust-lang/crates.io-index"
5028checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
5029dependencies = [
5030 "anyhow",
5031 "itertools",
5032 "proc-macro2",
5033 "quote",
5034 "syn 1.0.109",
5035]
5036
5037[[package]]
5038name = "prost-types"
5039version = "0.8.0"
5040source = "registry+https://github.com/rust-lang/crates.io-index"
5041checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
5042dependencies = [
5043 "bytes 1.4.0",
5044 "prost 0.8.0",
5045]
5046
5047[[package]]
5048name = "prost-types"
5049version = "0.9.0"
5050source = "registry+https://github.com/rust-lang/crates.io-index"
5051checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
5052dependencies = [
5053 "bytes 1.4.0",
5054 "prost 0.9.0",
5055]
5056
5057[[package]]
5058name = "protobuf"
5059version = "2.28.0"
5060source = "registry+https://github.com/rust-lang/crates.io-index"
5061checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
5062
5063[[package]]
5064name = "psm"
5065version = "0.1.21"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
5068dependencies = [
5069 "cc",
5070]
5071
5072[[package]]
5073name = "ptr_meta"
5074version = "0.1.4"
5075source = "registry+https://github.com/rust-lang/crates.io-index"
5076checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
5077dependencies = [
5078 "ptr_meta_derive",
5079]
5080
5081[[package]]
5082name = "ptr_meta_derive"
5083version = "0.1.4"
5084source = "registry+https://github.com/rust-lang/crates.io-index"
5085checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
5086dependencies = [
5087 "proc-macro2",
5088 "quote",
5089 "syn 1.0.109",
5090]
5091
5092[[package]]
5093name = "pulldown-cmark"
5094version = "0.9.2"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "2d9cc634bc78768157b5cbfe988ffcd1dcba95cd2b2f03a88316c08c6d00ed63"
5097dependencies = [
5098 "bitflags",
5099 "memchr",
5100 "unicase",
5101]
5102
5103[[package]]
5104name = "quick-xml"
5105version = "0.28.2"
5106source = "registry+https://github.com/rust-lang/crates.io-index"
5107checksum = "0ce5e73202a820a31f8a0ee32ada5e21029c81fd9e3ebf668a40832e4219d9d1"
5108dependencies = [
5109 "memchr",
5110]
5111
5112[[package]]
5113name = "quote"
5114version = "1.0.27"
5115source = "registry+https://github.com/rust-lang/crates.io-index"
5116checksum = "8f4f29d145265ec1c483c7c654450edde0bfe043d3938d6972630663356d9500"
5117dependencies = [
5118 "proc-macro2",
5119]
5120
5121[[package]]
5122name = "rand"
5123version = "0.4.6"
5124source = "registry+https://github.com/rust-lang/crates.io-index"
5125checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
5126dependencies = [
5127 "fuchsia-cprng",
5128 "libc",
5129 "rand_core 0.3.1",
5130 "rdrand",
5131 "winapi 0.3.9",
5132]
5133
5134[[package]]
5135name = "rand"
5136version = "0.7.3"
5137source = "registry+https://github.com/rust-lang/crates.io-index"
5138checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
5139dependencies = [
5140 "getrandom 0.1.16",
5141 "libc",
5142 "rand_chacha 0.2.2",
5143 "rand_core 0.5.1",
5144 "rand_hc",
5145]
5146
5147[[package]]
5148name = "rand"
5149version = "0.8.5"
5150source = "registry+https://github.com/rust-lang/crates.io-index"
5151checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
5152dependencies = [
5153 "libc",
5154 "rand_chacha 0.3.1",
5155 "rand_core 0.6.4",
5156]
5157
5158[[package]]
5159name = "rand_chacha"
5160version = "0.2.2"
5161source = "registry+https://github.com/rust-lang/crates.io-index"
5162checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
5163dependencies = [
5164 "ppv-lite86",
5165 "rand_core 0.5.1",
5166]
5167
5168[[package]]
5169name = "rand_chacha"
5170version = "0.3.1"
5171source = "registry+https://github.com/rust-lang/crates.io-index"
5172checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
5173dependencies = [
5174 "ppv-lite86",
5175 "rand_core 0.6.4",
5176]
5177
5178[[package]]
5179name = "rand_core"
5180version = "0.3.1"
5181source = "registry+https://github.com/rust-lang/crates.io-index"
5182checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
5183dependencies = [
5184 "rand_core 0.4.2",
5185]
5186
5187[[package]]
5188name = "rand_core"
5189version = "0.4.2"
5190source = "registry+https://github.com/rust-lang/crates.io-index"
5191checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
5192
5193[[package]]
5194name = "rand_core"
5195version = "0.5.1"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
5198dependencies = [
5199 "getrandom 0.1.16",
5200]
5201
5202[[package]]
5203name = "rand_core"
5204version = "0.6.4"
5205source = "registry+https://github.com/rust-lang/crates.io-index"
5206checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
5207dependencies = [
5208 "getrandom 0.2.9",
5209]
5210
5211[[package]]
5212name = "rand_hc"
5213version = "0.2.0"
5214source = "registry+https://github.com/rust-lang/crates.io-index"
5215checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
5216dependencies = [
5217 "rand_core 0.5.1",
5218]
5219
5220[[package]]
5221name = "rayon"
5222version = "1.7.0"
5223source = "registry+https://github.com/rust-lang/crates.io-index"
5224checksum = "1d2df5196e37bcc87abebc0053e20787d73847bb33134a69841207dd0a47f03b"
5225dependencies = [
5226 "either",
5227 "rayon-core",
5228]
5229
5230[[package]]
5231name = "rayon-core"
5232version = "1.11.0"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "4b8f95bd6966f5c87776639160a66bd8ab9895d9d4ab01ddba9fc60661aebe8d"
5235dependencies = [
5236 "crossbeam-channel 0.5.8",
5237 "crossbeam-deque",
5238 "crossbeam-utils 0.8.15",
5239 "num_cpus",
5240]
5241
5242[[package]]
5243name = "rctree"
5244version = "0.3.3"
5245source = "registry+https://github.com/rust-lang/crates.io-index"
5246checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
5247
5248[[package]]
5249name = "rdrand"
5250version = "0.4.0"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
5253dependencies = [
5254 "rand_core 0.3.1",
5255]
5256
5257[[package]]
5258name = "recent_projects"
5259version = "0.1.0"
5260dependencies = [
5261 "db",
5262 "editor",
5263 "fuzzy",
5264 "gpui",
5265 "language",
5266 "ordered-float",
5267 "picker",
5268 "postage",
5269 "settings",
5270 "smol",
5271 "text",
5272 "theme",
5273 "util",
5274 "workspace",
5275]
5276
5277[[package]]
5278name = "redox_syscall"
5279version = "0.2.16"
5280source = "registry+https://github.com/rust-lang/crates.io-index"
5281checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
5282dependencies = [
5283 "bitflags",
5284]
5285
5286[[package]]
5287name = "redox_syscall"
5288version = "0.3.5"
5289source = "registry+https://github.com/rust-lang/crates.io-index"
5290checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
5291dependencies = [
5292 "bitflags",
5293]
5294
5295[[package]]
5296name = "redox_users"
5297version = "0.4.3"
5298source = "registry+https://github.com/rust-lang/crates.io-index"
5299checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
5300dependencies = [
5301 "getrandom 0.2.9",
5302 "redox_syscall 0.2.16",
5303 "thiserror",
5304]
5305
5306[[package]]
5307name = "regalloc2"
5308version = "0.2.3"
5309source = "registry+https://github.com/rust-lang/crates.io-index"
5310checksum = "4a8d23b35d7177df3b9d31ed8a9ab4bf625c668be77a319d4f5efd4a5257701c"
5311dependencies = [
5312 "fxhash",
5313 "log",
5314 "slice-group-by",
5315 "smallvec",
5316]
5317
5318[[package]]
5319name = "regex"
5320version = "1.8.1"
5321source = "registry+https://github.com/rust-lang/crates.io-index"
5322checksum = "af83e617f331cc6ae2da5443c602dfa5af81e517212d9d611a5b3ba1777b5370"
5323dependencies = [
5324 "aho-corasick 1.0.1",
5325 "memchr",
5326 "regex-syntax 0.7.1",
5327]
5328
5329[[package]]
5330name = "regex-automata"
5331version = "0.1.10"
5332source = "registry+https://github.com/rust-lang/crates.io-index"
5333checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
5334dependencies = [
5335 "regex-syntax 0.6.29",
5336]
5337
5338[[package]]
5339name = "regex-syntax"
5340version = "0.6.29"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
5343
5344[[package]]
5345name = "regex-syntax"
5346version = "0.7.1"
5347source = "registry+https://github.com/rust-lang/crates.io-index"
5348checksum = "a5996294f19bd3aae0453a862ad728f60e6600695733dd5df01da90c54363a3c"
5349
5350[[package]]
5351name = "region"
5352version = "2.2.0"
5353source = "registry+https://github.com/rust-lang/crates.io-index"
5354checksum = "877e54ea2adcd70d80e9179344c97f93ef0dffd6b03e1f4529e6e83ab2fa9ae0"
5355dependencies = [
5356 "bitflags",
5357 "libc",
5358 "mach",
5359 "winapi 0.3.9",
5360]
5361
5362[[package]]
5363name = "remove_dir_all"
5364version = "0.5.3"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "3acd125665422973a33ac9d3dd2df85edad0f4ae9b00dafb1a05e43a9f5ef8e7"
5367dependencies = [
5368 "winapi 0.3.9",
5369]
5370
5371[[package]]
5372name = "rend"
5373version = "0.4.0"
5374source = "registry+https://github.com/rust-lang/crates.io-index"
5375checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
5376dependencies = [
5377 "bytecheck",
5378]
5379
5380[[package]]
5381name = "reqwest"
5382version = "0.11.17"
5383source = "registry+https://github.com/rust-lang/crates.io-index"
5384checksum = "13293b639a097af28fc8a90f22add145a9c954e49d77da06263d58cf44d5fb91"
5385dependencies = [
5386 "base64 0.21.0",
5387 "bytes 1.4.0",
5388 "encoding_rs",
5389 "futures-core",
5390 "futures-util",
5391 "h2",
5392 "http",
5393 "http-body",
5394 "hyper",
5395 "hyper-tls",
5396 "ipnet",
5397 "js-sys",
5398 "log",
5399 "mime",
5400 "native-tls",
5401 "once_cell",
5402 "percent-encoding",
5403 "pin-project-lite 0.2.9",
5404 "serde",
5405 "serde_json",
5406 "serde_urlencoded",
5407 "tokio",
5408 "tokio-native-tls",
5409 "tower-service",
5410 "url",
5411 "wasm-bindgen",
5412 "wasm-bindgen-futures",
5413 "web-sys",
5414 "winreg",
5415]
5416
5417[[package]]
5418name = "resvg"
5419version = "0.14.1"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "09697862c5c3f940cbaffef91969c62188b5c8ed385b0aef43a5ff01ddc8000f"
5422dependencies = [
5423 "jpeg-decoder",
5424 "log",
5425 "pico-args",
5426 "png",
5427 "rgb",
5428 "svgfilters",
5429 "tiny-skia",
5430 "usvg",
5431]
5432
5433[[package]]
5434name = "rgb"
5435version = "0.8.36"
5436source = "registry+https://github.com/rust-lang/crates.io-index"
5437checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
5438dependencies = [
5439 "bytemuck",
5440]
5441
5442[[package]]
5443name = "ring"
5444version = "0.16.20"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
5447dependencies = [
5448 "cc",
5449 "libc",
5450 "once_cell",
5451 "spin 0.5.2",
5452 "untrusted",
5453 "web-sys",
5454 "winapi 0.3.9",
5455]
5456
5457[[package]]
5458name = "rkyv"
5459version = "0.7.41"
5460source = "registry+https://github.com/rust-lang/crates.io-index"
5461checksum = "21499ed91807f07ae081880aabb2ccc0235e9d88011867d984525e9a4c3cfa3e"
5462dependencies = [
5463 "bytecheck",
5464 "hashbrown 0.12.3",
5465 "ptr_meta",
5466 "rend",
5467 "rkyv_derive",
5468 "seahash",
5469]
5470
5471[[package]]
5472name = "rkyv_derive"
5473version = "0.7.41"
5474source = "registry+https://github.com/rust-lang/crates.io-index"
5475checksum = "ac1c672430eb41556291981f45ca900a0239ad007242d1cb4b4167af842db666"
5476dependencies = [
5477 "proc-macro2",
5478 "quote",
5479 "syn 1.0.109",
5480]
5481
5482[[package]]
5483name = "rmp"
5484version = "0.8.11"
5485source = "registry+https://github.com/rust-lang/crates.io-index"
5486checksum = "44519172358fd6d58656c86ab8e7fbc9e1490c3e8f14d35ed78ca0dd07403c9f"
5487dependencies = [
5488 "byteorder",
5489 "num-traits",
5490 "paste",
5491]
5492
5493[[package]]
5494name = "rmpv"
5495version = "1.0.0"
5496source = "registry+https://github.com/rust-lang/crates.io-index"
5497checksum = "de8813b3a2f95c5138fe5925bfb8784175d88d6bff059ba8ce090aa891319754"
5498dependencies = [
5499 "num-traits",
5500 "rmp",
5501]
5502
5503[[package]]
5504name = "rope"
5505version = "0.1.0"
5506dependencies = [
5507 "arrayvec 0.7.2",
5508 "bromberg_sl2",
5509 "gpui",
5510 "log",
5511 "rand 0.8.5",
5512 "smallvec",
5513 "sum_tree",
5514 "util",
5515]
5516
5517[[package]]
5518name = "roxmltree"
5519version = "0.14.1"
5520source = "registry+https://github.com/rust-lang/crates.io-index"
5521checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
5522dependencies = [
5523 "xmlparser",
5524]
5525
5526[[package]]
5527name = "rpc"
5528version = "0.1.0"
5529dependencies = [
5530 "anyhow",
5531 "async-lock",
5532 "async-tungstenite",
5533 "base64 0.13.1",
5534 "clock",
5535 "collections",
5536 "ctor",
5537 "env_logger 0.9.3",
5538 "futures 0.3.28",
5539 "gpui",
5540 "parking_lot 0.11.2",
5541 "prost 0.8.0",
5542 "prost-build",
5543 "rand 0.8.5",
5544 "rsa",
5545 "serde",
5546 "serde_derive",
5547 "smol",
5548 "smol-timeout",
5549 "tempdir",
5550 "tracing",
5551 "util",
5552 "zstd",
5553]
5554
5555[[package]]
5556name = "rsa"
5557version = "0.4.1"
5558source = "registry+https://github.com/rust-lang/crates.io-index"
5559checksum = "7b0aeddcca1082112a6eeb43bf25fd7820b066aaf6eaef776e19d0a1febe38fe"
5560dependencies = [
5561 "byteorder",
5562 "digest 0.9.0",
5563 "lazy_static",
5564 "num-bigint-dig",
5565 "num-integer",
5566 "num-iter",
5567 "num-traits",
5568 "pem",
5569 "rand 0.8.5",
5570 "simple_asn1",
5571 "subtle",
5572 "zeroize",
5573]
5574
5575[[package]]
5576name = "rust-embed"
5577version = "6.6.1"
5578source = "registry+https://github.com/rust-lang/crates.io-index"
5579checksum = "1b68543d5527e158213414a92832d2aab11a84d2571a5eb021ebe22c43aab066"
5580dependencies = [
5581 "rust-embed-impl",
5582 "rust-embed-utils",
5583 "walkdir",
5584]
5585
5586[[package]]
5587name = "rust-embed-impl"
5588version = "6.5.0"
5589source = "registry+https://github.com/rust-lang/crates.io-index"
5590checksum = "4d4e0f0ced47ded9a68374ac145edd65a6c1fa13a96447b873660b2a568a0fd7"
5591dependencies = [
5592 "proc-macro2",
5593 "quote",
5594 "rust-embed-utils",
5595 "syn 1.0.109",
5596 "walkdir",
5597]
5598
5599[[package]]
5600name = "rust-embed-utils"
5601version = "7.5.0"
5602source = "registry+https://github.com/rust-lang/crates.io-index"
5603checksum = "512b0ab6853f7e14e3c8754acb43d6f748bb9ced66aa5915a6553ac8213f7731"
5604dependencies = [
5605 "globset",
5606 "sha2 0.10.6",
5607 "walkdir",
5608]
5609
5610[[package]]
5611name = "rust_decimal"
5612version = "1.29.1"
5613source = "registry+https://github.com/rust-lang/crates.io-index"
5614checksum = "26bd36b60561ee1fb5ec2817f198b6fd09fa571c897a5e86d1487cfc2b096dfc"
5615dependencies = [
5616 "arrayvec 0.7.2",
5617 "borsh",
5618 "bytecheck",
5619 "byteorder",
5620 "bytes 1.4.0",
5621 "num-traits",
5622 "rand 0.8.5",
5623 "rkyv",
5624 "serde",
5625 "serde_json",
5626]
5627
5628[[package]]
5629name = "rustc-demangle"
5630version = "0.1.23"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
5633
5634[[package]]
5635name = "rustc-hash"
5636version = "1.1.0"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
5639
5640[[package]]
5641name = "rustc_version"
5642version = "0.3.3"
5643source = "registry+https://github.com/rust-lang/crates.io-index"
5644checksum = "f0dfe2087c51c460008730de8b57e6a320782fbfb312e1f4d520e6c6fae155ee"
5645dependencies = [
5646 "semver",
5647]
5648
5649[[package]]
5650name = "rustix"
5651version = "0.33.7"
5652source = "registry+https://github.com/rust-lang/crates.io-index"
5653checksum = "938a344304321a9da4973b9ff4f9f8db9caf4597dfd9dda6a60b523340a0fff0"
5654dependencies = [
5655 "bitflags",
5656 "errno 0.2.8",
5657 "io-lifetimes 0.5.3",
5658 "itoa",
5659 "libc",
5660 "linux-raw-sys 0.0.42",
5661 "once_cell",
5662 "winapi 0.3.9",
5663]
5664
5665[[package]]
5666name = "rustix"
5667version = "0.37.19"
5668source = "registry+https://github.com/rust-lang/crates.io-index"
5669checksum = "acf8729d8542766f1b2cf77eb034d52f40d375bb8b615d0b147089946e16613d"
5670dependencies = [
5671 "bitflags",
5672 "errno 0.3.1",
5673 "io-lifetimes 1.0.10",
5674 "libc",
5675 "linux-raw-sys 0.3.7",
5676 "windows-sys 0.48.0",
5677]
5678
5679[[package]]
5680name = "rustls"
5681version = "0.19.1"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "35edb675feee39aec9c99fa5ff985081995a06d594114ae14cbe797ad7b7a6d7"
5684dependencies = [
5685 "base64 0.13.1",
5686 "log",
5687 "ring",
5688 "sct 0.6.1",
5689 "webpki 0.21.4",
5690]
5691
5692[[package]]
5693name = "rustls"
5694version = "0.20.8"
5695source = "registry+https://github.com/rust-lang/crates.io-index"
5696checksum = "fff78fc74d175294f4e83b28343315ffcfb114b156f0185e9741cb5570f50e2f"
5697dependencies = [
5698 "log",
5699 "ring",
5700 "sct 0.7.0",
5701 "webpki 0.22.0",
5702]
5703
5704[[package]]
5705name = "rustls-pemfile"
5706version = "1.0.2"
5707source = "registry+https://github.com/rust-lang/crates.io-index"
5708checksum = "d194b56d58803a43635bdc398cd17e383d6f71f9182b9a192c127ca42494a59b"
5709dependencies = [
5710 "base64 0.21.0",
5711]
5712
5713[[package]]
5714name = "rustversion"
5715version = "1.0.12"
5716source = "registry+https://github.com/rust-lang/crates.io-index"
5717checksum = "4f3208ce4d8448b3f3e7d168a73f5e0c43a61e32930de3bceeccedb388b6bf06"
5718
5719[[package]]
5720name = "rustybuzz"
5721version = "0.3.0"
5722source = "registry+https://github.com/rust-lang/crates.io-index"
5723checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
5724dependencies = [
5725 "bitflags",
5726 "bytemuck",
5727 "smallvec",
5728 "ttf-parser 0.9.0",
5729 "unicode-bidi-mirroring",
5730 "unicode-ccc",
5731 "unicode-general-category",
5732 "unicode-script",
5733]
5734
5735[[package]]
5736name = "ryu"
5737version = "1.0.13"
5738source = "registry+https://github.com/rust-lang/crates.io-index"
5739checksum = "f91339c0467de62360649f8d3e185ca8de4224ff281f66000de5eb2a77a79041"
5740
5741[[package]]
5742name = "safe_arch"
5743version = "0.5.2"
5744source = "registry+https://github.com/rust-lang/crates.io-index"
5745checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
5746dependencies = [
5747 "bytemuck",
5748]
5749
5750[[package]]
5751name = "safemem"
5752version = "0.3.3"
5753source = "registry+https://github.com/rust-lang/crates.io-index"
5754checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
5755
5756[[package]]
5757name = "salsa20"
5758version = "0.8.1"
5759source = "registry+https://github.com/rust-lang/crates.io-index"
5760checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
5761dependencies = [
5762 "cipher",
5763]
5764
5765[[package]]
5766name = "same-file"
5767version = "1.0.6"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
5770dependencies = [
5771 "winapi-util",
5772]
5773
5774[[package]]
5775name = "schannel"
5776version = "0.1.21"
5777source = "registry+https://github.com/rust-lang/crates.io-index"
5778checksum = "713cfb06c7059f3588fb8044c0fad1d09e3c01d225e25b9220dbfdcf16dbb1b3"
5779dependencies = [
5780 "windows-sys 0.42.0",
5781]
5782
5783[[package]]
5784name = "schemars"
5785version = "0.8.12"
5786source = "registry+https://github.com/rust-lang/crates.io-index"
5787checksum = "02c613288622e5f0c3fdc5dbd4db1c5fbe752746b1d1a56a0630b78fd00de44f"
5788dependencies = [
5789 "dyn-clone",
5790 "schemars_derive",
5791 "serde",
5792 "serde_json",
5793]
5794
5795[[package]]
5796name = "schemars_derive"
5797version = "0.8.12"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "109da1e6b197438deb6db99952990c7f959572794b80ff93707d55a232545e7c"
5800dependencies = [
5801 "proc-macro2",
5802 "quote",
5803 "serde_derive_internals",
5804 "syn 1.0.109",
5805]
5806
5807[[package]]
5808name = "scoped_threadpool"
5809version = "0.1.9"
5810source = "registry+https://github.com/rust-lang/crates.io-index"
5811checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
5812
5813[[package]]
5814name = "scopeguard"
5815version = "1.1.0"
5816source = "registry+https://github.com/rust-lang/crates.io-index"
5817checksum = "d29ab0c6d3fc0ee92fe66e2d99f700eab17a8d57d1c1d3b748380fb20baa78cd"
5818
5819[[package]]
5820name = "scratch"
5821version = "1.0.5"
5822source = "registry+https://github.com/rust-lang/crates.io-index"
5823checksum = "1792db035ce95be60c3f8853017b3999209281c24e2ba5bc8e59bf97a0c590c1"
5824
5825[[package]]
5826name = "scrypt"
5827version = "0.7.0"
5828source = "registry+https://github.com/rust-lang/crates.io-index"
5829checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
5830dependencies = [
5831 "base64ct",
5832 "hmac 0.11.0",
5833 "password-hash",
5834 "pbkdf2",
5835 "salsa20",
5836 "sha2 0.9.9",
5837]
5838
5839[[package]]
5840name = "sct"
5841version = "0.6.1"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "b362b83898e0e69f38515b82ee15aa80636befe47c3b6d3d89a911e78fc228ce"
5844dependencies = [
5845 "ring",
5846 "untrusted",
5847]
5848
5849[[package]]
5850name = "sct"
5851version = "0.7.0"
5852source = "registry+https://github.com/rust-lang/crates.io-index"
5853checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
5854dependencies = [
5855 "ring",
5856 "untrusted",
5857]
5858
5859[[package]]
5860name = "sea-orm"
5861version = "0.10.5"
5862source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5863dependencies = [
5864 "async-stream",
5865 "async-trait",
5866 "chrono",
5867 "futures 0.3.28",
5868 "futures-util",
5869 "log",
5870 "ouroboros",
5871 "rust_decimal",
5872 "sea-orm-macros",
5873 "sea-query",
5874 "sea-query-binder",
5875 "sea-strum",
5876 "serde",
5877 "serde_json",
5878 "sqlx",
5879 "thiserror",
5880 "time 0.3.21",
5881 "tracing",
5882 "url",
5883 "uuid 1.3.2",
5884]
5885
5886[[package]]
5887name = "sea-orm-macros"
5888version = "0.10.5"
5889source = "git+https://github.com/zed-industries/sea-orm?rev=18f4c691085712ad014a51792af75a9044bacee6#18f4c691085712ad014a51792af75a9044bacee6"
5890dependencies = [
5891 "bae",
5892 "heck 0.3.3",
5893 "proc-macro2",
5894 "quote",
5895 "syn 1.0.109",
5896]
5897
5898[[package]]
5899name = "sea-query"
5900version = "0.27.2"
5901source = "registry+https://github.com/rust-lang/crates.io-index"
5902checksum = "a4f0fc4d8e44e1d51c739a68d336252a18bc59553778075d5e32649be6ec92ed"
5903dependencies = [
5904 "chrono",
5905 "rust_decimal",
5906 "sea-query-derive",
5907 "serde_json",
5908 "time 0.3.21",
5909 "uuid 1.3.2",
5910]
5911
5912[[package]]
5913name = "sea-query-binder"
5914version = "0.2.2"
5915source = "registry+https://github.com/rust-lang/crates.io-index"
5916checksum = "9c2585b89c985cfacfe0ec9fc9e7bb055b776c1a2581c4e3c6185af2b8bf8865"
5917dependencies = [
5918 "chrono",
5919 "rust_decimal",
5920 "sea-query",
5921 "serde_json",
5922 "sqlx",
5923 "time 0.3.21",
5924 "uuid 1.3.2",
5925]
5926
5927[[package]]
5928name = "sea-query-derive"
5929version = "0.2.0"
5930source = "registry+https://github.com/rust-lang/crates.io-index"
5931checksum = "34cdc022b4f606353fe5dc85b09713a04e433323b70163e81513b141c6ae6eb5"
5932dependencies = [
5933 "heck 0.3.3",
5934 "proc-macro2",
5935 "quote",
5936 "syn 1.0.109",
5937 "thiserror",
5938]
5939
5940[[package]]
5941name = "sea-strum"
5942version = "0.23.0"
5943source = "registry+https://github.com/rust-lang/crates.io-index"
5944checksum = "391d06a6007842cfe79ac6f7f53911b76dfd69fc9a6769f1cf6569d12ce20e1b"
5945dependencies = [
5946 "sea-strum_macros",
5947]
5948
5949[[package]]
5950name = "sea-strum_macros"
5951version = "0.23.0"
5952source = "registry+https://github.com/rust-lang/crates.io-index"
5953checksum = "69b4397b825df6ccf1e98bcdabef3bbcfc47ff5853983467850eeab878384f21"
5954dependencies = [
5955 "heck 0.3.3",
5956 "proc-macro2",
5957 "quote",
5958 "rustversion",
5959 "syn 1.0.109",
5960]
5961
5962[[package]]
5963name = "seahash"
5964version = "4.1.0"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
5967
5968[[package]]
5969name = "search"
5970version = "0.1.0"
5971dependencies = [
5972 "anyhow",
5973 "client",
5974 "collections",
5975 "editor",
5976 "futures 0.3.28",
5977 "globset",
5978 "gpui",
5979 "language",
5980 "log",
5981 "menu",
5982 "postage",
5983 "project",
5984 "serde",
5985 "serde_derive",
5986 "serde_json",
5987 "settings",
5988 "smallvec",
5989 "smol",
5990 "theme",
5991 "unindent",
5992 "util",
5993 "workspace",
5994]
5995
5996[[package]]
5997name = "security-framework"
5998version = "2.8.2"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "a332be01508d814fed64bf28f798a146d73792121129962fdf335bb3c49a4254"
6001dependencies = [
6002 "bitflags",
6003 "core-foundation",
6004 "core-foundation-sys",
6005 "libc",
6006 "security-framework-sys",
6007]
6008
6009[[package]]
6010name = "security-framework-sys"
6011version = "2.8.0"
6012source = "registry+https://github.com/rust-lang/crates.io-index"
6013checksum = "31c9bb296072e961fcbd8853511dd39c2d8be2deb1e17c6860b1d30732b323b4"
6014dependencies = [
6015 "core-foundation-sys",
6016 "libc",
6017]
6018
6019[[package]]
6020name = "semver"
6021version = "0.11.0"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "f301af10236f6df4160f7c3f04eec6dbc70ace82d23326abad5edee88801c6b6"
6024dependencies = [
6025 "semver-parser",
6026]
6027
6028[[package]]
6029name = "semver-parser"
6030version = "0.10.2"
6031source = "registry+https://github.com/rust-lang/crates.io-index"
6032checksum = "00b0bef5b7f9e0df16536d3961cfb6e84331c065b4066afb39768d0e319411f7"
6033dependencies = [
6034 "pest",
6035]
6036
6037[[package]]
6038name = "seq-macro"
6039version = "0.2.2"
6040source = "registry+https://github.com/rust-lang/crates.io-index"
6041checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
6042
6043[[package]]
6044name = "serde"
6045version = "1.0.162"
6046source = "registry+https://github.com/rust-lang/crates.io-index"
6047checksum = "71b2f6e1ab5c2b98c05f0f35b236b22e8df7ead6ffbf51d7808da7f8817e7ab6"
6048dependencies = [
6049 "serde_derive",
6050]
6051
6052[[package]]
6053name = "serde_derive"
6054version = "1.0.162"
6055source = "registry+https://github.com/rust-lang/crates.io-index"
6056checksum = "a2a0814352fd64b58489904a44ea8d90cb1a91dcb6b4f5ebabc32c8318e93cb6"
6057dependencies = [
6058 "proc-macro2",
6059 "quote",
6060 "syn 2.0.15",
6061]
6062
6063[[package]]
6064name = "serde_derive_internals"
6065version = "0.26.0"
6066source = "registry+https://github.com/rust-lang/crates.io-index"
6067checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
6068dependencies = [
6069 "proc-macro2",
6070 "quote",
6071 "syn 1.0.109",
6072]
6073
6074[[package]]
6075name = "serde_fmt"
6076version = "1.0.3"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
6079dependencies = [
6080 "serde",
6081]
6082
6083[[package]]
6084name = "serde_json"
6085version = "1.0.96"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "057d394a50403bcac12672b2b18fb387ab6d289d957dab67dd201875391e52f1"
6088dependencies = [
6089 "indexmap",
6090 "itoa",
6091 "ryu",
6092 "serde",
6093]
6094
6095[[package]]
6096name = "serde_repr"
6097version = "0.1.12"
6098source = "registry+https://github.com/rust-lang/crates.io-index"
6099checksum = "bcec881020c684085e55a25f7fd888954d56609ef363479dc5a1305eb0d40cab"
6100dependencies = [
6101 "proc-macro2",
6102 "quote",
6103 "syn 2.0.15",
6104]
6105
6106[[package]]
6107name = "serde_urlencoded"
6108version = "0.7.1"
6109source = "registry+https://github.com/rust-lang/crates.io-index"
6110checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
6111dependencies = [
6112 "form_urlencoded",
6113 "itoa",
6114 "ryu",
6115 "serde",
6116]
6117
6118[[package]]
6119name = "serde_yaml"
6120version = "0.8.26"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "578a7433b776b56a35785ed5ce9a7e777ac0598aac5a6dd1b4b18a307c7fc71b"
6123dependencies = [
6124 "indexmap",
6125 "ryu",
6126 "serde",
6127 "yaml-rust",
6128]
6129
6130[[package]]
6131name = "settings"
6132version = "0.1.0"
6133dependencies = [
6134 "anyhow",
6135 "assets",
6136 "collections",
6137 "fs",
6138 "futures 0.3.28",
6139 "gpui",
6140 "json_comments",
6141 "lazy_static",
6142 "postage",
6143 "pretty_assertions",
6144 "schemars",
6145 "serde",
6146 "serde_derive",
6147 "serde_json",
6148 "smallvec",
6149 "sqlez",
6150 "staff_mode",
6151 "toml",
6152 "tree-sitter",
6153 "tree-sitter-json 0.19.0",
6154 "unindent",
6155 "util",
6156]
6157
6158[[package]]
6159name = "sha-1"
6160version = "0.9.8"
6161source = "registry+https://github.com/rust-lang/crates.io-index"
6162checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
6163dependencies = [
6164 "block-buffer 0.9.0",
6165 "cfg-if 1.0.0",
6166 "cpufeatures",
6167 "digest 0.9.0",
6168 "opaque-debug",
6169]
6170
6171[[package]]
6172name = "sha-1"
6173version = "0.10.1"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
6176dependencies = [
6177 "cfg-if 1.0.0",
6178 "cpufeatures",
6179 "digest 0.10.6",
6180]
6181
6182[[package]]
6183name = "sha1"
6184version = "0.10.5"
6185source = "registry+https://github.com/rust-lang/crates.io-index"
6186checksum = "f04293dc80c3993519f2d7f6f511707ee7094fe0c6d3406feb330cdb3540eba3"
6187dependencies = [
6188 "cfg-if 1.0.0",
6189 "cpufeatures",
6190 "digest 0.10.6",
6191]
6192
6193[[package]]
6194name = "sha2"
6195version = "0.9.9"
6196source = "registry+https://github.com/rust-lang/crates.io-index"
6197checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
6198dependencies = [
6199 "block-buffer 0.9.0",
6200 "cfg-if 1.0.0",
6201 "cpufeatures",
6202 "digest 0.9.0",
6203 "opaque-debug",
6204]
6205
6206[[package]]
6207name = "sha2"
6208version = "0.10.6"
6209source = "registry+https://github.com/rust-lang/crates.io-index"
6210checksum = "82e6b795fe2e3b1e845bafcb27aa35405c4d47cdfc92af5fc8d3002f76cebdc0"
6211dependencies = [
6212 "cfg-if 1.0.0",
6213 "cpufeatures",
6214 "digest 0.10.6",
6215]
6216
6217[[package]]
6218name = "sharded-slab"
6219version = "0.1.4"
6220source = "registry+https://github.com/rust-lang/crates.io-index"
6221checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
6222dependencies = [
6223 "lazy_static",
6224]
6225
6226[[package]]
6227name = "shellexpand"
6228version = "2.1.2"
6229source = "registry+https://github.com/rust-lang/crates.io-index"
6230checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
6231dependencies = [
6232 "dirs 4.0.0",
6233]
6234
6235[[package]]
6236name = "shlex"
6237version = "1.1.0"
6238source = "registry+https://github.com/rust-lang/crates.io-index"
6239checksum = "43b2853a4d09f215c24cc5489c992ce46052d359b5109343cbafbf26bc62f8a3"
6240
6241[[package]]
6242name = "signal-hook"
6243version = "0.3.15"
6244source = "registry+https://github.com/rust-lang/crates.io-index"
6245checksum = "732768f1176d21d09e076c23a93123d40bba92d50c4058da34d45c8de8e682b9"
6246dependencies = [
6247 "libc",
6248 "signal-hook-registry",
6249]
6250
6251[[package]]
6252name = "signal-hook-mio"
6253version = "0.2.3"
6254source = "registry+https://github.com/rust-lang/crates.io-index"
6255checksum = "29ad2e15f37ec9a6cc544097b78a1ec90001e9f71b81338ca39f430adaca99af"
6256dependencies = [
6257 "libc",
6258 "mio 0.6.23",
6259 "mio-uds",
6260 "signal-hook",
6261]
6262
6263[[package]]
6264name = "signal-hook-registry"
6265version = "1.4.1"
6266source = "registry+https://github.com/rust-lang/crates.io-index"
6267checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
6268dependencies = [
6269 "libc",
6270]
6271
6272[[package]]
6273name = "simdutf8"
6274version = "0.1.4"
6275source = "registry+https://github.com/rust-lang/crates.io-index"
6276checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
6277
6278[[package]]
6279name = "similar"
6280version = "1.3.0"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
6283
6284[[package]]
6285name = "simple_asn1"
6286version = "0.5.4"
6287source = "registry+https://github.com/rust-lang/crates.io-index"
6288checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
6289dependencies = [
6290 "chrono",
6291 "num-bigint",
6292 "num-traits",
6293 "thiserror",
6294]
6295
6296[[package]]
6297name = "simplecss"
6298version = "0.2.1"
6299source = "registry+https://github.com/rust-lang/crates.io-index"
6300checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
6301dependencies = [
6302 "log",
6303]
6304
6305[[package]]
6306name = "simplelog"
6307version = "0.9.0"
6308source = "registry+https://github.com/rust-lang/crates.io-index"
6309checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
6310dependencies = [
6311 "chrono",
6312 "log",
6313 "termcolor",
6314]
6315
6316[[package]]
6317name = "siphasher"
6318version = "0.2.3"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
6321
6322[[package]]
6323name = "slab"
6324version = "0.4.8"
6325source = "registry+https://github.com/rust-lang/crates.io-index"
6326checksum = "6528351c9bc8ab22353f9d776db39a20288e8d6c37ef8cfe3317cf875eecfc2d"
6327dependencies = [
6328 "autocfg 1.1.0",
6329]
6330
6331[[package]]
6332name = "slice-group-by"
6333version = "0.3.1"
6334source = "registry+https://github.com/rust-lang/crates.io-index"
6335checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
6336
6337[[package]]
6338name = "sluice"
6339version = "0.5.5"
6340source = "registry+https://github.com/rust-lang/crates.io-index"
6341checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
6342dependencies = [
6343 "async-channel",
6344 "futures-core",
6345 "futures-io",
6346]
6347
6348[[package]]
6349name = "smallvec"
6350version = "1.10.0"
6351source = "registry+https://github.com/rust-lang/crates.io-index"
6352checksum = "a507befe795404456341dfab10cef66ead4c041f62b8b11bbb92bffe5d0953e0"
6353
6354[[package]]
6355name = "smol"
6356version = "1.3.0"
6357source = "registry+https://github.com/rust-lang/crates.io-index"
6358checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
6359dependencies = [
6360 "async-channel",
6361 "async-executor",
6362 "async-fs",
6363 "async-io",
6364 "async-lock",
6365 "async-net",
6366 "async-process",
6367 "blocking",
6368 "futures-lite",
6369]
6370
6371[[package]]
6372name = "smol-timeout"
6373version = "0.6.0"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
6376dependencies = [
6377 "async-io",
6378 "pin-project-lite 0.1.12",
6379]
6380
6381[[package]]
6382name = "snippet"
6383version = "0.1.0"
6384dependencies = [
6385 "anyhow",
6386 "smallvec",
6387]
6388
6389[[package]]
6390name = "socket2"
6391version = "0.4.9"
6392source = "registry+https://github.com/rust-lang/crates.io-index"
6393checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
6394dependencies = [
6395 "libc",
6396 "winapi 0.3.9",
6397]
6398
6399[[package]]
6400name = "spin"
6401version = "0.5.2"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
6404
6405[[package]]
6406name = "spin"
6407version = "0.9.8"
6408source = "registry+https://github.com/rust-lang/crates.io-index"
6409checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
6410dependencies = [
6411 "lock_api",
6412]
6413
6414[[package]]
6415name = "spsc-buffer"
6416version = "0.1.1"
6417source = "registry+https://github.com/rust-lang/crates.io-index"
6418checksum = "be6c3f39c37a4283ee4b43d1311c828f2e1fb0541e76ea0cb1a2abd9ef2f5b3b"
6419
6420[[package]]
6421name = "sqlez"
6422version = "0.1.0"
6423dependencies = [
6424 "anyhow",
6425 "futures 0.3.28",
6426 "indoc",
6427 "lazy_static",
6428 "libsqlite3-sys",
6429 "parking_lot 0.11.2",
6430 "smol",
6431 "thread_local",
6432 "uuid 1.3.2",
6433]
6434
6435[[package]]
6436name = "sqlez_macros"
6437version = "0.1.0"
6438dependencies = [
6439 "lazy_static",
6440 "proc-macro2",
6441 "quote",
6442 "sqlez",
6443 "sqlformat",
6444 "syn 1.0.109",
6445]
6446
6447[[package]]
6448name = "sqlformat"
6449version = "0.2.1"
6450source = "registry+https://github.com/rust-lang/crates.io-index"
6451checksum = "0c12bc9199d1db8234678b7051747c07f517cdcf019262d1847b94ec8b1aee3e"
6452dependencies = [
6453 "itertools",
6454 "nom",
6455 "unicode_categories",
6456]
6457
6458[[package]]
6459name = "sqlx"
6460version = "0.6.3"
6461source = "registry+https://github.com/rust-lang/crates.io-index"
6462checksum = "f8de3b03a925878ed54a954f621e64bf55a3c1bd29652d0d1a17830405350188"
6463dependencies = [
6464 "sqlx-core",
6465 "sqlx-macros",
6466]
6467
6468[[package]]
6469name = "sqlx-core"
6470version = "0.6.3"
6471source = "registry+https://github.com/rust-lang/crates.io-index"
6472checksum = "fa8241483a83a3f33aa5fff7e7d9def398ff9990b2752b6c6112b83c6d246029"
6473dependencies = [
6474 "ahash 0.7.6",
6475 "atoi",
6476 "base64 0.13.1",
6477 "bitflags",
6478 "byteorder",
6479 "bytes 1.4.0",
6480 "chrono",
6481 "crc",
6482 "crossbeam-queue",
6483 "dirs 4.0.0",
6484 "dotenvy",
6485 "either",
6486 "event-listener",
6487 "flume",
6488 "futures-channel",
6489 "futures-core",
6490 "futures-executor",
6491 "futures-intrusive",
6492 "futures-util",
6493 "hashlink",
6494 "hex",
6495 "hkdf",
6496 "hmac 0.12.1",
6497 "indexmap",
6498 "itoa",
6499 "libc",
6500 "libsqlite3-sys",
6501 "log",
6502 "md-5",
6503 "memchr",
6504 "num-bigint",
6505 "once_cell",
6506 "paste",
6507 "percent-encoding",
6508 "rand 0.8.5",
6509 "rust_decimal",
6510 "rustls 0.20.8",
6511 "rustls-pemfile",
6512 "serde",
6513 "serde_json",
6514 "sha1",
6515 "sha2 0.10.6",
6516 "smallvec",
6517 "sqlformat",
6518 "sqlx-rt",
6519 "stringprep",
6520 "thiserror",
6521 "time 0.3.21",
6522 "tokio-stream",
6523 "url",
6524 "uuid 1.3.2",
6525 "webpki-roots 0.22.6",
6526 "whoami",
6527]
6528
6529[[package]]
6530name = "sqlx-macros"
6531version = "0.6.3"
6532source = "registry+https://github.com/rust-lang/crates.io-index"
6533checksum = "9966e64ae989e7e575b19d7265cb79d7fc3cbbdf179835cb0d716f294c2049c9"
6534dependencies = [
6535 "dotenvy",
6536 "either",
6537 "heck 0.4.1",
6538 "once_cell",
6539 "proc-macro2",
6540 "quote",
6541 "serde_json",
6542 "sha2 0.10.6",
6543 "sqlx-core",
6544 "sqlx-rt",
6545 "syn 1.0.109",
6546 "url",
6547]
6548
6549[[package]]
6550name = "sqlx-rt"
6551version = "0.6.3"
6552source = "registry+https://github.com/rust-lang/crates.io-index"
6553checksum = "804d3f245f894e61b1e6263c84b23ca675d96753b5abfd5cc8597d86806e8024"
6554dependencies = [
6555 "once_cell",
6556 "tokio",
6557 "tokio-rustls",
6558]
6559
6560[[package]]
6561name = "stable_deref_trait"
6562version = "1.2.0"
6563source = "registry+https://github.com/rust-lang/crates.io-index"
6564checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
6565
6566[[package]]
6567name = "staff_mode"
6568version = "0.1.0"
6569dependencies = [
6570 "anyhow",
6571 "gpui",
6572]
6573
6574[[package]]
6575name = "static_assertions"
6576version = "1.1.0"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
6579
6580[[package]]
6581name = "stringprep"
6582version = "0.1.2"
6583source = "registry+https://github.com/rust-lang/crates.io-index"
6584checksum = "8ee348cb74b87454fff4b551cbf727025810a004f88aeacae7f85b87f4e9a1c1"
6585dependencies = [
6586 "unicode-bidi",
6587 "unicode-normalization",
6588]
6589
6590[[package]]
6591name = "strsim"
6592version = "0.8.0"
6593source = "registry+https://github.com/rust-lang/crates.io-index"
6594checksum = "8ea5119cdb4c55b55d432abb513a0429384878c15dde60cc77b1c99de1a95a6a"
6595
6596[[package]]
6597name = "strsim"
6598version = "0.10.0"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
6601
6602[[package]]
6603name = "subtle"
6604version = "2.4.1"
6605source = "registry+https://github.com/rust-lang/crates.io-index"
6606checksum = "6bdef32e8150c2a081110b42772ffe7d7c9032b606bc226c8260fd97e0976601"
6607
6608[[package]]
6609name = "sum_tree"
6610version = "0.1.0"
6611dependencies = [
6612 "arrayvec 0.7.2",
6613 "ctor",
6614 "env_logger 0.9.3",
6615 "log",
6616 "rand 0.8.5",
6617]
6618
6619[[package]]
6620name = "sval"
6621version = "1.0.0-alpha.5"
6622source = "registry+https://github.com/rust-lang/crates.io-index"
6623checksum = "45f6ee7c7b87caf59549e9fe45d6a69c75c8019e79e212a835c5da0e92f0ba08"
6624dependencies = [
6625 "serde",
6626]
6627
6628[[package]]
6629name = "svg_fmt"
6630version = "0.4.1"
6631source = "registry+https://github.com/rust-lang/crates.io-index"
6632checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
6633
6634[[package]]
6635name = "svgfilters"
6636version = "0.3.0"
6637source = "registry+https://github.com/rust-lang/crates.io-index"
6638checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
6639dependencies = [
6640 "float-cmp",
6641 "rgb",
6642]
6643
6644[[package]]
6645name = "svgtypes"
6646version = "0.5.0"
6647source = "registry+https://github.com/rust-lang/crates.io-index"
6648checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
6649dependencies = [
6650 "float-cmp",
6651 "siphasher",
6652]
6653
6654[[package]]
6655name = "syn"
6656version = "1.0.109"
6657source = "registry+https://github.com/rust-lang/crates.io-index"
6658checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
6659dependencies = [
6660 "proc-macro2",
6661 "quote",
6662 "unicode-ident",
6663]
6664
6665[[package]]
6666name = "syn"
6667version = "2.0.15"
6668source = "registry+https://github.com/rust-lang/crates.io-index"
6669checksum = "a34fcf3e8b60f57e6a14301a2e916d323af98b0ea63c599441eec8558660c822"
6670dependencies = [
6671 "proc-macro2",
6672 "quote",
6673 "unicode-ident",
6674]
6675
6676[[package]]
6677name = "sync_wrapper"
6678version = "0.1.2"
6679source = "registry+https://github.com/rust-lang/crates.io-index"
6680checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
6681
6682[[package]]
6683name = "sys-info"
6684version = "0.9.1"
6685source = "registry+https://github.com/rust-lang/crates.io-index"
6686checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
6687dependencies = [
6688 "cc",
6689 "libc",
6690]
6691
6692[[package]]
6693name = "sysinfo"
6694version = "0.27.8"
6695source = "registry+https://github.com/rust-lang/crates.io-index"
6696checksum = "a902e9050fca0a5d6877550b769abd2bd1ce8c04634b941dbe2809735e1a1e33"
6697dependencies = [
6698 "cfg-if 1.0.0",
6699 "core-foundation-sys",
6700 "libc",
6701 "ntapi 0.4.1",
6702 "once_cell",
6703 "rayon",
6704 "winapi 0.3.9",
6705]
6706
6707[[package]]
6708name = "system-interface"
6709version = "0.20.0"
6710source = "registry+https://github.com/rust-lang/crates.io-index"
6711checksum = "1e09bb3fb4e02ec4b87e182ea9718fadbc0fa3e50085b40a9af9690572b67f9e"
6712dependencies = [
6713 "atty",
6714 "bitflags",
6715 "cap-fs-ext",
6716 "cap-std",
6717 "io-lifetimes 0.5.3",
6718 "rustix 0.33.7",
6719 "winapi 0.3.9",
6720 "winx",
6721]
6722
6723[[package]]
6724name = "take-until"
6725version = "0.2.0"
6726source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
6728
6729[[package]]
6730name = "target-lexicon"
6731version = "0.12.7"
6732source = "registry+https://github.com/rust-lang/crates.io-index"
6733checksum = "fd1ba337640d60c3e96bc6f0638a939b9c9a7f2c316a1598c279828b3d1dc8c5"
6734
6735[[package]]
6736name = "tempdir"
6737version = "0.3.7"
6738source = "registry+https://github.com/rust-lang/crates.io-index"
6739checksum = "15f2b5fb00ccdf689e0149d1b1b3c03fead81c2b37735d812fa8bddbbf41b6d8"
6740dependencies = [
6741 "rand 0.4.6",
6742 "remove_dir_all",
6743]
6744
6745[[package]]
6746name = "tempfile"
6747version = "3.5.0"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "b9fbec84f381d5795b08656e4912bec604d162bff9291d6189a78f4c8ab87998"
6750dependencies = [
6751 "cfg-if 1.0.0",
6752 "fastrand",
6753 "redox_syscall 0.3.5",
6754 "rustix 0.37.19",
6755 "windows-sys 0.45.0",
6756]
6757
6758[[package]]
6759name = "termcolor"
6760version = "1.1.3"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
6763dependencies = [
6764 "winapi-util",
6765]
6766
6767[[package]]
6768name = "terminal"
6769version = "0.1.0"
6770dependencies = [
6771 "alacritty_terminal",
6772 "anyhow",
6773 "db",
6774 "dirs 4.0.0",
6775 "futures 0.3.28",
6776 "gpui",
6777 "itertools",
6778 "lazy_static",
6779 "libc",
6780 "mio-extras",
6781 "ordered-float",
6782 "procinfo",
6783 "rand 0.8.5",
6784 "schemars",
6785 "serde",
6786 "serde_derive",
6787 "settings",
6788 "shellexpand",
6789 "smallvec",
6790 "smol",
6791 "theme",
6792 "thiserror",
6793 "util",
6794]
6795
6796[[package]]
6797name = "terminal_view"
6798version = "0.1.0"
6799dependencies = [
6800 "anyhow",
6801 "client",
6802 "context_menu",
6803 "db",
6804 "dirs 4.0.0",
6805 "editor",
6806 "futures 0.3.28",
6807 "gpui",
6808 "itertools",
6809 "language",
6810 "lazy_static",
6811 "libc",
6812 "mio-extras",
6813 "ordered-float",
6814 "procinfo",
6815 "project",
6816 "rand 0.8.5",
6817 "search",
6818 "serde",
6819 "serde_derive",
6820 "settings",
6821 "shellexpand",
6822 "smallvec",
6823 "smol",
6824 "terminal",
6825 "theme",
6826 "thiserror",
6827 "util",
6828 "workspace",
6829]
6830
6831[[package]]
6832name = "text"
6833version = "0.1.0"
6834dependencies = [
6835 "anyhow",
6836 "clock",
6837 "collections",
6838 "ctor",
6839 "digest 0.9.0",
6840 "env_logger 0.9.3",
6841 "fs",
6842 "gpui",
6843 "lazy_static",
6844 "log",
6845 "parking_lot 0.11.2",
6846 "postage",
6847 "rand 0.8.5",
6848 "regex",
6849 "rope",
6850 "smallvec",
6851 "sum_tree",
6852 "util",
6853]
6854
6855[[package]]
6856name = "textwrap"
6857version = "0.11.0"
6858source = "registry+https://github.com/rust-lang/crates.io-index"
6859checksum = "d326610f408c7a4eb6f51c37c330e496b08506c9457c9d34287ecc38809fb060"
6860dependencies = [
6861 "unicode-width",
6862]
6863
6864[[package]]
6865name = "textwrap"
6866version = "0.16.0"
6867source = "registry+https://github.com/rust-lang/crates.io-index"
6868checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
6869
6870[[package]]
6871name = "theme"
6872version = "0.1.0"
6873dependencies = [
6874 "anyhow",
6875 "fs",
6876 "gpui",
6877 "indexmap",
6878 "parking_lot 0.11.2",
6879 "schemars",
6880 "serde",
6881 "serde_derive",
6882 "serde_json",
6883 "settings",
6884 "toml",
6885 "util",
6886]
6887
6888[[package]]
6889name = "theme_selector"
6890version = "0.1.0"
6891dependencies = [
6892 "editor",
6893 "fs",
6894 "fuzzy",
6895 "gpui",
6896 "log",
6897 "parking_lot 0.11.2",
6898 "picker",
6899 "postage",
6900 "settings",
6901 "smol",
6902 "staff_mode",
6903 "theme",
6904 "util",
6905 "workspace",
6906]
6907
6908[[package]]
6909name = "theme_testbench"
6910version = "0.1.0"
6911dependencies = [
6912 "gpui",
6913 "project",
6914 "settings",
6915 "smallvec",
6916 "theme",
6917 "workspace",
6918]
6919
6920[[package]]
6921name = "thiserror"
6922version = "1.0.40"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "978c9a314bd8dc99be594bc3c175faaa9794be04a5a5e153caba6915336cebac"
6925dependencies = [
6926 "thiserror-impl",
6927]
6928
6929[[package]]
6930name = "thiserror-impl"
6931version = "1.0.40"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "f9456a42c5b0d803c8cd86e73dd7cc9edd429499f37a3550d286d5e86720569f"
6934dependencies = [
6935 "proc-macro2",
6936 "quote",
6937 "syn 2.0.15",
6938]
6939
6940[[package]]
6941name = "thousands"
6942version = "0.2.0"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
6945
6946[[package]]
6947name = "thread_local"
6948version = "1.1.7"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
6951dependencies = [
6952 "cfg-if 1.0.0",
6953 "once_cell",
6954]
6955
6956[[package]]
6957name = "tiff"
6958version = "0.6.1"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
6961dependencies = [
6962 "jpeg-decoder",
6963 "miniz_oxide 0.4.4",
6964 "weezl",
6965]
6966
6967[[package]]
6968name = "time"
6969version = "0.1.45"
6970source = "registry+https://github.com/rust-lang/crates.io-index"
6971checksum = "1b797afad3f312d1c66a56d11d0316f916356d11bd158fbc6ca6389ff6bf805a"
6972dependencies = [
6973 "libc",
6974 "wasi 0.10.0+wasi-snapshot-preview1",
6975 "winapi 0.3.9",
6976]
6977
6978[[package]]
6979name = "time"
6980version = "0.3.21"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "8f3403384eaacbca9923fa06940178ac13e4edb725486d70e8e15881d0c836cc"
6983dependencies = [
6984 "itoa",
6985 "serde",
6986 "time-core",
6987 "time-macros",
6988]
6989
6990[[package]]
6991name = "time-core"
6992version = "0.1.1"
6993source = "registry+https://github.com/rust-lang/crates.io-index"
6994checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
6995
6996[[package]]
6997name = "time-macros"
6998version = "0.2.9"
6999source = "registry+https://github.com/rust-lang/crates.io-index"
7000checksum = "372950940a5f07bf38dbe211d7283c9e6d7327df53794992d293e534c733d09b"
7001dependencies = [
7002 "time-core",
7003]
7004
7005[[package]]
7006name = "tiny-skia"
7007version = "0.5.1"
7008source = "registry+https://github.com/rust-lang/crates.io-index"
7009checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
7010dependencies = [
7011 "arrayref",
7012 "arrayvec 0.5.2",
7013 "bytemuck",
7014 "cfg-if 1.0.0",
7015 "png",
7016 "safe_arch",
7017]
7018
7019[[package]]
7020name = "tiny_http"
7021version = "0.8.2"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
7024dependencies = [
7025 "ascii",
7026 "chrono",
7027 "chunked_transfer",
7028 "log",
7029 "url",
7030]
7031
7032[[package]]
7033name = "tinyvec"
7034version = "1.6.0"
7035source = "registry+https://github.com/rust-lang/crates.io-index"
7036checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
7037dependencies = [
7038 "tinyvec_macros",
7039]
7040
7041[[package]]
7042name = "tinyvec_macros"
7043version = "0.1.1"
7044source = "registry+https://github.com/rust-lang/crates.io-index"
7045checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
7046
7047[[package]]
7048name = "tokio"
7049version = "1.28.1"
7050source = "registry+https://github.com/rust-lang/crates.io-index"
7051checksum = "0aa32867d44e6f2ce3385e89dceb990188b8bb0fb25b0cf576647a6f98ac5105"
7052dependencies = [
7053 "autocfg 1.1.0",
7054 "bytes 1.4.0",
7055 "libc",
7056 "mio 0.8.6",
7057 "num_cpus",
7058 "parking_lot 0.12.1",
7059 "pin-project-lite 0.2.9",
7060 "signal-hook-registry",
7061 "socket2",
7062 "tokio-macros",
7063 "windows-sys 0.48.0",
7064]
7065
7066[[package]]
7067name = "tokio-io"
7068version = "0.1.13"
7069source = "registry+https://github.com/rust-lang/crates.io-index"
7070checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
7071dependencies = [
7072 "bytes 0.4.12",
7073 "futures 0.1.31",
7074 "log",
7075]
7076
7077[[package]]
7078name = "tokio-io-timeout"
7079version = "1.2.0"
7080source = "registry+https://github.com/rust-lang/crates.io-index"
7081checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
7082dependencies = [
7083 "pin-project-lite 0.2.9",
7084 "tokio",
7085]
7086
7087[[package]]
7088name = "tokio-macros"
7089version = "2.1.0"
7090source = "registry+https://github.com/rust-lang/crates.io-index"
7091checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
7092dependencies = [
7093 "proc-macro2",
7094 "quote",
7095 "syn 2.0.15",
7096]
7097
7098[[package]]
7099name = "tokio-native-tls"
7100version = "0.3.1"
7101source = "registry+https://github.com/rust-lang/crates.io-index"
7102checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
7103dependencies = [
7104 "native-tls",
7105 "tokio",
7106]
7107
7108[[package]]
7109name = "tokio-rustls"
7110version = "0.23.4"
7111source = "registry+https://github.com/rust-lang/crates.io-index"
7112checksum = "c43ee83903113e03984cb9e5cebe6c04a5116269e900e3ddba8f068a62adda59"
7113dependencies = [
7114 "rustls 0.20.8",
7115 "tokio",
7116 "webpki 0.22.0",
7117]
7118
7119[[package]]
7120name = "tokio-stream"
7121version = "0.1.14"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
7124dependencies = [
7125 "futures-core",
7126 "pin-project-lite 0.2.9",
7127 "tokio",
7128]
7129
7130[[package]]
7131name = "tokio-tungstenite"
7132version = "0.17.2"
7133source = "registry+https://github.com/rust-lang/crates.io-index"
7134checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
7135dependencies = [
7136 "futures-util",
7137 "log",
7138 "tokio",
7139 "tungstenite 0.17.3",
7140]
7141
7142[[package]]
7143name = "tokio-util"
7144version = "0.6.10"
7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
7147dependencies = [
7148 "bytes 1.4.0",
7149 "futures-core",
7150 "futures-sink",
7151 "log",
7152 "pin-project-lite 0.2.9",
7153 "tokio",
7154]
7155
7156[[package]]
7157name = "tokio-util"
7158version = "0.7.8"
7159source = "registry+https://github.com/rust-lang/crates.io-index"
7160checksum = "806fe8c2c87eccc8b3267cbae29ed3ab2d0bd37fca70ab622e46aaa9375ddb7d"
7161dependencies = [
7162 "bytes 1.4.0",
7163 "futures-core",
7164 "futures-io",
7165 "futures-sink",
7166 "pin-project-lite 0.2.9",
7167 "tokio",
7168 "tracing",
7169]
7170
7171[[package]]
7172name = "toml"
7173version = "0.5.11"
7174source = "registry+https://github.com/rust-lang/crates.io-index"
7175checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
7176dependencies = [
7177 "serde",
7178]
7179
7180[[package]]
7181name = "tonic"
7182version = "0.6.2"
7183source = "registry+https://github.com/rust-lang/crates.io-index"
7184checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
7185dependencies = [
7186 "async-stream",
7187 "async-trait",
7188 "base64 0.13.1",
7189 "bytes 1.4.0",
7190 "futures-core",
7191 "futures-util",
7192 "h2",
7193 "http",
7194 "http-body",
7195 "hyper",
7196 "hyper-timeout",
7197 "percent-encoding",
7198 "pin-project",
7199 "prost 0.9.0",
7200 "prost-derive 0.9.0",
7201 "tokio",
7202 "tokio-stream",
7203 "tokio-util 0.6.10",
7204 "tower",
7205 "tower-layer",
7206 "tower-service",
7207 "tracing",
7208 "tracing-futures",
7209]
7210
7211[[package]]
7212name = "tower"
7213version = "0.4.13"
7214source = "registry+https://github.com/rust-lang/crates.io-index"
7215checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
7216dependencies = [
7217 "futures-core",
7218 "futures-util",
7219 "indexmap",
7220 "pin-project",
7221 "pin-project-lite 0.2.9",
7222 "rand 0.8.5",
7223 "slab",
7224 "tokio",
7225 "tokio-util 0.7.8",
7226 "tower-layer",
7227 "tower-service",
7228 "tracing",
7229]
7230
7231[[package]]
7232name = "tower-http"
7233version = "0.3.5"
7234source = "registry+https://github.com/rust-lang/crates.io-index"
7235checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
7236dependencies = [
7237 "bitflags",
7238 "bytes 1.4.0",
7239 "futures-core",
7240 "futures-util",
7241 "http",
7242 "http-body",
7243 "http-range-header",
7244 "pin-project-lite 0.2.9",
7245 "tower",
7246 "tower-layer",
7247 "tower-service",
7248]
7249
7250[[package]]
7251name = "tower-layer"
7252version = "0.3.2"
7253source = "registry+https://github.com/rust-lang/crates.io-index"
7254checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
7255
7256[[package]]
7257name = "tower-service"
7258version = "0.3.2"
7259source = "registry+https://github.com/rust-lang/crates.io-index"
7260checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
7261
7262[[package]]
7263name = "tracing"
7264version = "0.1.37"
7265source = "registry+https://github.com/rust-lang/crates.io-index"
7266checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
7267dependencies = [
7268 "cfg-if 1.0.0",
7269 "log",
7270 "pin-project-lite 0.2.9",
7271 "tracing-attributes",
7272 "tracing-core",
7273]
7274
7275[[package]]
7276name = "tracing-attributes"
7277version = "0.1.24"
7278source = "registry+https://github.com/rust-lang/crates.io-index"
7279checksum = "0f57e3ca2a01450b1a921183a9c9cbfda207fd822cef4ccb00a65402cbba7a74"
7280dependencies = [
7281 "proc-macro2",
7282 "quote",
7283 "syn 2.0.15",
7284]
7285
7286[[package]]
7287name = "tracing-core"
7288version = "0.1.30"
7289source = "registry+https://github.com/rust-lang/crates.io-index"
7290checksum = "24eb03ba0eab1fd845050058ce5e616558e8f8d8fca633e6b163fe25c797213a"
7291dependencies = [
7292 "once_cell",
7293 "valuable",
7294]
7295
7296[[package]]
7297name = "tracing-futures"
7298version = "0.2.5"
7299source = "registry+https://github.com/rust-lang/crates.io-index"
7300checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
7301dependencies = [
7302 "pin-project",
7303 "tracing",
7304]
7305
7306[[package]]
7307name = "tracing-log"
7308version = "0.1.3"
7309source = "registry+https://github.com/rust-lang/crates.io-index"
7310checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
7311dependencies = [
7312 "lazy_static",
7313 "log",
7314 "tracing-core",
7315]
7316
7317[[package]]
7318name = "tracing-serde"
7319version = "0.1.3"
7320source = "registry+https://github.com/rust-lang/crates.io-index"
7321checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
7322dependencies = [
7323 "serde",
7324 "tracing-core",
7325]
7326
7327[[package]]
7328name = "tracing-subscriber"
7329version = "0.3.17"
7330source = "registry+https://github.com/rust-lang/crates.io-index"
7331checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
7332dependencies = [
7333 "matchers",
7334 "nu-ansi-term",
7335 "once_cell",
7336 "regex",
7337 "serde",
7338 "serde_json",
7339 "sharded-slab",
7340 "smallvec",
7341 "thread_local",
7342 "tracing",
7343 "tracing-core",
7344 "tracing-log",
7345 "tracing-serde",
7346]
7347
7348[[package]]
7349name = "tree-sitter"
7350version = "0.20.9"
7351source = "git+https://github.com/tree-sitter/tree-sitter?rev=c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14#c51896d32dcc11a38e41f36e3deb1a6a9c4f4b14"
7352dependencies = [
7353 "cc",
7354 "regex",
7355]
7356
7357[[package]]
7358name = "tree-sitter-c"
7359version = "0.20.2"
7360source = "registry+https://github.com/rust-lang/crates.io-index"
7361checksum = "cca211f4827d4b4dc79f388bf67b6fa3bc8a8cfa642161ef24f99f371ba34c7b"
7362dependencies = [
7363 "cc",
7364 "tree-sitter",
7365]
7366
7367[[package]]
7368name = "tree-sitter-cpp"
7369version = "0.20.0"
7370source = "registry+https://github.com/rust-lang/crates.io-index"
7371checksum = "8a869e3c5cef4e5db4e9ab16a8dc84d73010e60ada14cdc60d2f6d8aed17779d"
7372dependencies = [
7373 "cc",
7374 "tree-sitter",
7375]
7376
7377[[package]]
7378name = "tree-sitter-css"
7379version = "0.19.0"
7380source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
7381dependencies = [
7382 "cc",
7383 "tree-sitter",
7384]
7385
7386[[package]]
7387name = "tree-sitter-elixir"
7388version = "0.19.0"
7389source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=05e3631c6a0701c1fa518b0fee7be95a2ceef5e2#05e3631c6a0701c1fa518b0fee7be95a2ceef5e2"
7390dependencies = [
7391 "cc",
7392 "tree-sitter",
7393]
7394
7395[[package]]
7396name = "tree-sitter-embedded-template"
7397version = "0.20.0"
7398source = "registry+https://github.com/rust-lang/crates.io-index"
7399checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
7400dependencies = [
7401 "cc",
7402 "tree-sitter",
7403]
7404
7405[[package]]
7406name = "tree-sitter-go"
7407version = "0.19.1"
7408source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
7409dependencies = [
7410 "cc",
7411 "tree-sitter",
7412]
7413
7414[[package]]
7415name = "tree-sitter-html"
7416version = "0.19.0"
7417source = "registry+https://github.com/rust-lang/crates.io-index"
7418checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
7419dependencies = [
7420 "cc",
7421 "tree-sitter",
7422]
7423
7424[[package]]
7425name = "tree-sitter-javascript"
7426version = "0.20.0"
7427source = "registry+https://github.com/rust-lang/crates.io-index"
7428checksum = "2490fab08630b2c8943c320f7b63473cbf65511c8d83aec551beb9b4375906ed"
7429dependencies = [
7430 "cc",
7431 "tree-sitter",
7432]
7433
7434[[package]]
7435name = "tree-sitter-json"
7436version = "0.19.0"
7437source = "registry+https://github.com/rust-lang/crates.io-index"
7438checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
7439dependencies = [
7440 "cc",
7441 "tree-sitter",
7442]
7443
7444[[package]]
7445name = "tree-sitter-json"
7446version = "0.20.0"
7447source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
7448dependencies = [
7449 "cc",
7450 "tree-sitter",
7451]
7452
7453[[package]]
7454name = "tree-sitter-lua"
7455version = "0.0.14"
7456source = "registry+https://github.com/rust-lang/crates.io-index"
7457checksum = "d489873fd1a2fa6d5f04930bfc5c081c96f0c038c1437104518b5b842c69b282"
7458dependencies = [
7459 "cc",
7460 "tree-sitter",
7461]
7462
7463[[package]]
7464name = "tree-sitter-markdown"
7465version = "0.0.1"
7466source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
7467dependencies = [
7468 "cc",
7469 "tree-sitter",
7470]
7471
7472[[package]]
7473name = "tree-sitter-python"
7474version = "0.20.2"
7475source = "registry+https://github.com/rust-lang/crates.io-index"
7476checksum = "dda114f58048f5059dcf158aff691dffb8e113e6d2b50d94263fd68711975287"
7477dependencies = [
7478 "cc",
7479 "tree-sitter",
7480]
7481
7482[[package]]
7483name = "tree-sitter-racket"
7484version = "0.0.1"
7485source = "git+https://github.com/zed-industries/tree-sitter-racket?rev=eb010cf2c674c6fd9a6316a84e28ef90190fe51a#eb010cf2c674c6fd9a6316a84e28ef90190fe51a"
7486dependencies = [
7487 "cc",
7488 "tree-sitter",
7489]
7490
7491[[package]]
7492name = "tree-sitter-ruby"
7493version = "0.20.0"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
7496dependencies = [
7497 "cc",
7498 "tree-sitter",
7499]
7500
7501[[package]]
7502name = "tree-sitter-rust"
7503version = "0.20.3"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "797842733e252dc11ae5d403a18060bf337b822fc2ae5ddfaa6ff4d9cc20bda6"
7506dependencies = [
7507 "cc",
7508 "tree-sitter",
7509]
7510
7511[[package]]
7512name = "tree-sitter-scheme"
7513version = "0.2.0"
7514source = "git+https://github.com/6cdh/tree-sitter-scheme?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9#af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
7515dependencies = [
7516 "cc",
7517 "tree-sitter",
7518]
7519
7520[[package]]
7521name = "tree-sitter-toml"
7522version = "0.5.1"
7523source = "git+https://github.com/tree-sitter/tree-sitter-toml?rev=342d9be207c2dba869b9967124c679b5e6fd0ebe#342d9be207c2dba869b9967124c679b5e6fd0ebe"
7524dependencies = [
7525 "cc",
7526 "tree-sitter",
7527]
7528
7529[[package]]
7530name = "tree-sitter-typescript"
7531version = "0.20.2"
7532source = "registry+https://github.com/rust-lang/crates.io-index"
7533checksum = "079c695c32d39ad089101c66393aeaca30e967fba3486a91f573d2f0e12d290a"
7534dependencies = [
7535 "cc",
7536 "tree-sitter",
7537]
7538
7539[[package]]
7540name = "tree-sitter-typescript"
7541version = "0.20.2"
7542source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
7543dependencies = [
7544 "cc",
7545 "tree-sitter",
7546]
7547
7548[[package]]
7549name = "tree-sitter-yaml"
7550version = "0.0.1"
7551source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=9050a4a4a847ed29e25485b1292a36eab8ae3492#9050a4a4a847ed29e25485b1292a36eab8ae3492"
7552dependencies = [
7553 "cc",
7554 "tree-sitter",
7555]
7556
7557[[package]]
7558name = "try-lock"
7559version = "0.2.4"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
7562
7563[[package]]
7564name = "ttf-parser"
7565version = "0.9.0"
7566source = "registry+https://github.com/rust-lang/crates.io-index"
7567checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
7568
7569[[package]]
7570name = "ttf-parser"
7571version = "0.12.3"
7572source = "registry+https://github.com/rust-lang/crates.io-index"
7573checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
7574
7575[[package]]
7576name = "tungstenite"
7577version = "0.16.0"
7578source = "registry+https://github.com/rust-lang/crates.io-index"
7579checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
7580dependencies = [
7581 "base64 0.13.1",
7582 "byteorder",
7583 "bytes 1.4.0",
7584 "http",
7585 "httparse",
7586 "log",
7587 "rand 0.8.5",
7588 "sha-1 0.9.8",
7589 "thiserror",
7590 "url",
7591 "utf-8",
7592]
7593
7594[[package]]
7595name = "tungstenite"
7596version = "0.17.3"
7597source = "registry+https://github.com/rust-lang/crates.io-index"
7598checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
7599dependencies = [
7600 "base64 0.13.1",
7601 "byteorder",
7602 "bytes 1.4.0",
7603 "http",
7604 "httparse",
7605 "log",
7606 "rand 0.8.5",
7607 "sha-1 0.10.1",
7608 "thiserror",
7609 "url",
7610 "utf-8",
7611]
7612
7613[[package]]
7614name = "typenum"
7615version = "1.16.0"
7616source = "registry+https://github.com/rust-lang/crates.io-index"
7617checksum = "497961ef93d974e23eb6f433eb5fe1b7930b659f06d12dec6fc44a8f554c0bba"
7618
7619[[package]]
7620name = "ucd-trie"
7621version = "0.1.5"
7622source = "registry+https://github.com/rust-lang/crates.io-index"
7623checksum = "9e79c4d996edb816c91e4308506774452e55e95c3c9de07b6729e17e15a5ef81"
7624
7625[[package]]
7626name = "unicase"
7627version = "2.6.0"
7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "50f37be617794602aabbeee0be4f259dc1778fabe05e2d67ee8f79326d5cb4f6"
7630dependencies = [
7631 "version_check",
7632]
7633
7634[[package]]
7635name = "unicode-bidi"
7636version = "0.3.13"
7637source = "registry+https://github.com/rust-lang/crates.io-index"
7638checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
7639
7640[[package]]
7641name = "unicode-bidi-mirroring"
7642version = "0.1.0"
7643source = "registry+https://github.com/rust-lang/crates.io-index"
7644checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
7645
7646[[package]]
7647name = "unicode-ccc"
7648version = "0.1.2"
7649source = "registry+https://github.com/rust-lang/crates.io-index"
7650checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
7651
7652[[package]]
7653name = "unicode-general-category"
7654version = "0.2.0"
7655source = "registry+https://github.com/rust-lang/crates.io-index"
7656checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
7657
7658[[package]]
7659name = "unicode-ident"
7660version = "1.0.8"
7661source = "registry+https://github.com/rust-lang/crates.io-index"
7662checksum = "e5464a87b239f13a63a501f2701565754bae92d243d4bb7eb12f6d57d2269bf4"
7663
7664[[package]]
7665name = "unicode-normalization"
7666version = "0.1.22"
7667source = "registry+https://github.com/rust-lang/crates.io-index"
7668checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
7669dependencies = [
7670 "tinyvec",
7671]
7672
7673[[package]]
7674name = "unicode-script"
7675version = "0.5.5"
7676source = "registry+https://github.com/rust-lang/crates.io-index"
7677checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
7678
7679[[package]]
7680name = "unicode-segmentation"
7681version = "1.10.1"
7682source = "registry+https://github.com/rust-lang/crates.io-index"
7683checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
7684
7685[[package]]
7686name = "unicode-vo"
7687version = "0.1.0"
7688source = "registry+https://github.com/rust-lang/crates.io-index"
7689checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
7690
7691[[package]]
7692name = "unicode-width"
7693version = "0.1.10"
7694source = "registry+https://github.com/rust-lang/crates.io-index"
7695checksum = "c0edd1e5b14653f783770bce4a4dabb4a5108a5370a5f5d8cfe8710c361f6c8b"
7696
7697[[package]]
7698name = "unicode_categories"
7699version = "0.1.1"
7700source = "registry+https://github.com/rust-lang/crates.io-index"
7701checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
7702
7703[[package]]
7704name = "unindent"
7705version = "0.1.11"
7706source = "registry+https://github.com/rust-lang/crates.io-index"
7707checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
7708
7709[[package]]
7710name = "untrusted"
7711version = "0.7.1"
7712source = "registry+https://github.com/rust-lang/crates.io-index"
7713checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
7714
7715[[package]]
7716name = "url"
7717version = "2.3.1"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "0d68c799ae75762b8c3fe375feb6600ef5602c883c5d21eb51c09f22b83c4643"
7720dependencies = [
7721 "form_urlencoded",
7722 "idna",
7723 "percent-encoding",
7724 "serde",
7725]
7726
7727[[package]]
7728name = "urlencoding"
7729version = "2.1.2"
7730source = "registry+https://github.com/rust-lang/crates.io-index"
7731checksum = "e8db7427f936968176eaa7cdf81b7f98b980b18495ec28f1b5791ac3bfe3eea9"
7732
7733[[package]]
7734name = "usvg"
7735version = "0.14.1"
7736source = "registry+https://github.com/rust-lang/crates.io-index"
7737checksum = "ef8352f317d8f9a918ba5154797fb2a93e2730244041cf7d5be35148266adfa5"
7738dependencies = [
7739 "base64 0.13.1",
7740 "data-url",
7741 "flate2",
7742 "fontdb",
7743 "kurbo",
7744 "log",
7745 "memmap2",
7746 "pico-args",
7747 "rctree",
7748 "roxmltree",
7749 "rustybuzz",
7750 "simplecss",
7751 "siphasher",
7752 "svgtypes",
7753 "ttf-parser 0.12.3",
7754 "unicode-bidi",
7755 "unicode-script",
7756 "unicode-vo",
7757 "xmlwriter",
7758]
7759
7760[[package]]
7761name = "utf-8"
7762version = "0.7.6"
7763source = "registry+https://github.com/rust-lang/crates.io-index"
7764checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
7765
7766[[package]]
7767name = "utf8parse"
7768version = "0.2.1"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
7771
7772[[package]]
7773name = "util"
7774version = "0.1.0"
7775dependencies = [
7776 "anyhow",
7777 "backtrace",
7778 "dirs 3.0.2",
7779 "futures 0.3.28",
7780 "git2",
7781 "isahc",
7782 "lazy_static",
7783 "log",
7784 "rand 0.8.5",
7785 "serde",
7786 "serde_json",
7787 "smol",
7788 "take-until",
7789 "tempdir",
7790 "url",
7791]
7792
7793[[package]]
7794name = "uuid"
7795version = "0.5.1"
7796source = "registry+https://github.com/rust-lang/crates.io-index"
7797checksum = "bcc7e3b898aa6f6c08e5295b6c89258d1331e9ac578cc992fb818759951bdc22"
7798
7799[[package]]
7800name = "uuid"
7801version = "0.8.2"
7802source = "registry+https://github.com/rust-lang/crates.io-index"
7803checksum = "bc5cf98d8186244414c848017f0e2676b3fcb46807f6668a97dfe67359a3c4b7"
7804dependencies = [
7805 "getrandom 0.2.9",
7806]
7807
7808[[package]]
7809name = "uuid"
7810version = "1.3.2"
7811source = "registry+https://github.com/rust-lang/crates.io-index"
7812checksum = "4dad5567ad0cf5b760e5665964bec1b47dfd077ba8a2544b513f3556d3d239a2"
7813dependencies = [
7814 "getrandom 0.2.9",
7815 "serde",
7816]
7817
7818[[package]]
7819name = "valuable"
7820version = "0.1.0"
7821source = "registry+https://github.com/rust-lang/crates.io-index"
7822checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
7823
7824[[package]]
7825name = "value-bag"
7826version = "1.0.0-alpha.9"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "2209b78d1249f7e6f3293657c9779fe31ced465df091bbd433a1cf88e916ec55"
7829dependencies = [
7830 "ctor",
7831 "erased-serde",
7832 "serde",
7833 "serde_fmt",
7834 "sval",
7835 "version_check",
7836]
7837
7838[[package]]
7839name = "vcpkg"
7840version = "0.2.15"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
7843
7844[[package]]
7845name = "vec_map"
7846version = "0.8.2"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "f1bddf1187be692e79c5ffeab891132dfb0f236ed36a43c7ed39f1165ee20191"
7849
7850[[package]]
7851name = "version_check"
7852version = "0.9.4"
7853source = "registry+https://github.com/rust-lang/crates.io-index"
7854checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
7855
7856[[package]]
7857name = "vim"
7858version = "0.1.0"
7859dependencies = [
7860 "anyhow",
7861 "assets",
7862 "async-compat",
7863 "async-trait",
7864 "collections",
7865 "command_palette",
7866 "editor",
7867 "gpui",
7868 "indoc",
7869 "itertools",
7870 "language",
7871 "lazy_static",
7872 "log",
7873 "nvim-rs",
7874 "parking_lot 0.11.2",
7875 "project",
7876 "search",
7877 "serde",
7878 "serde_derive",
7879 "serde_json",
7880 "settings",
7881 "tokio",
7882 "util",
7883 "workspace",
7884]
7885
7886[[package]]
7887name = "vte"
7888version = "0.10.1"
7889source = "registry+https://github.com/rust-lang/crates.io-index"
7890checksum = "6cbce692ab4ca2f1f3047fcf732430249c0e971bfdd2b234cf2c47ad93af5983"
7891dependencies = [
7892 "utf8parse",
7893 "vte_generate_state_changes",
7894]
7895
7896[[package]]
7897name = "vte_generate_state_changes"
7898version = "0.1.1"
7899source = "registry+https://github.com/rust-lang/crates.io-index"
7900checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
7901dependencies = [
7902 "proc-macro2",
7903 "quote",
7904]
7905
7906[[package]]
7907name = "waker-fn"
7908version = "1.1.0"
7909source = "registry+https://github.com/rust-lang/crates.io-index"
7910checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
7911
7912[[package]]
7913name = "walkdir"
7914version = "2.3.3"
7915source = "registry+https://github.com/rust-lang/crates.io-index"
7916checksum = "36df944cda56c7d8d8b7496af378e6b16de9284591917d307c9b4d313c44e698"
7917dependencies = [
7918 "same-file",
7919 "winapi-util",
7920]
7921
7922[[package]]
7923name = "want"
7924version = "0.3.0"
7925source = "registry+https://github.com/rust-lang/crates.io-index"
7926checksum = "1ce8a968cb1cd110d136ff8b819a556d6fb6d919363c61534f6860c7eb172ba0"
7927dependencies = [
7928 "log",
7929 "try-lock",
7930]
7931
7932[[package]]
7933name = "wasi"
7934version = "0.9.0+wasi-snapshot-preview1"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
7937
7938[[package]]
7939name = "wasi"
7940version = "0.10.0+wasi-snapshot-preview1"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "1a143597ca7c7793eff794def352d41792a93c481eb1042423ff7ff72ba2c31f"
7943
7944[[package]]
7945name = "wasi"
7946version = "0.11.0+wasi-snapshot-preview1"
7947source = "registry+https://github.com/rust-lang/crates.io-index"
7948checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
7949
7950[[package]]
7951name = "wasi-cap-std-sync"
7952version = "0.38.3"
7953source = "registry+https://github.com/rust-lang/crates.io-index"
7954checksum = "f086c5026d2fc3b268d138e65373f46422cc810f46d6e0776859c5027cb18728"
7955dependencies = [
7956 "anyhow",
7957 "async-trait",
7958 "cap-fs-ext",
7959 "cap-rand",
7960 "cap-std",
7961 "cap-time-ext",
7962 "fs-set-times",
7963 "io-extras",
7964 "io-lifetimes 0.5.3",
7965 "is-terminal 0.1.0",
7966 "lazy_static",
7967 "rustix 0.33.7",
7968 "system-interface",
7969 "tracing",
7970 "wasi-common",
7971 "winapi 0.3.9",
7972]
7973
7974[[package]]
7975name = "wasi-common"
7976version = "0.38.3"
7977source = "registry+https://github.com/rust-lang/crates.io-index"
7978checksum = "4e8844fede1c3787cc08853872f47e8bd91f6c939c7406bc7a5dba496b260c08"
7979dependencies = [
7980 "anyhow",
7981 "bitflags",
7982 "cap-rand",
7983 "cap-std",
7984 "io-extras",
7985 "rustix 0.33.7",
7986 "thiserror",
7987 "tracing",
7988 "wiggle",
7989 "winapi 0.3.9",
7990]
7991
7992[[package]]
7993name = "wasm-bindgen"
7994version = "0.2.85"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "5b6cb788c4e39112fbe1822277ef6fb3c55cd86b95cb3d3c4c1c9597e4ac74b4"
7997dependencies = [
7998 "cfg-if 1.0.0",
7999 "wasm-bindgen-macro",
8000]
8001
8002[[package]]
8003name = "wasm-bindgen-backend"
8004version = "0.2.85"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "35e522ed4105a9d626d885b35d62501b30d9666283a5c8be12c14a8bdafe7822"
8007dependencies = [
8008 "bumpalo",
8009 "log",
8010 "once_cell",
8011 "proc-macro2",
8012 "quote",
8013 "syn 2.0.15",
8014 "wasm-bindgen-shared",
8015]
8016
8017[[package]]
8018name = "wasm-bindgen-futures"
8019version = "0.4.35"
8020source = "registry+https://github.com/rust-lang/crates.io-index"
8021checksum = "083abe15c5d88556b77bdf7aef403625be9e327ad37c62c4e4129af740168163"
8022dependencies = [
8023 "cfg-if 1.0.0",
8024 "js-sys",
8025 "wasm-bindgen",
8026 "web-sys",
8027]
8028
8029[[package]]
8030name = "wasm-bindgen-macro"
8031version = "0.2.85"
8032source = "registry+https://github.com/rust-lang/crates.io-index"
8033checksum = "358a79a0cb89d21db8120cbfb91392335913e4890665b1a7981d9e956903b434"
8034dependencies = [
8035 "quote",
8036 "wasm-bindgen-macro-support",
8037]
8038
8039[[package]]
8040name = "wasm-bindgen-macro-support"
8041version = "0.2.85"
8042source = "registry+https://github.com/rust-lang/crates.io-index"
8043checksum = "4783ce29f09b9d93134d41297aded3a712b7b979e9c6f28c32cb88c973a94869"
8044dependencies = [
8045 "proc-macro2",
8046 "quote",
8047 "syn 2.0.15",
8048 "wasm-bindgen-backend",
8049 "wasm-bindgen-shared",
8050]
8051
8052[[package]]
8053name = "wasm-bindgen-shared"
8054version = "0.2.85"
8055source = "registry+https://github.com/rust-lang/crates.io-index"
8056checksum = "a901d592cafaa4d711bc324edfaff879ac700b19c3dfd60058d2b445be2691eb"
8057
8058[[package]]
8059name = "wasm-encoder"
8060version = "0.26.0"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "d05d0b6fcd0aeb98adf16e7975331b3c17222aa815148f5b976370ce589d80ef"
8063dependencies = [
8064 "leb128",
8065]
8066
8067[[package]]
8068name = "wasmparser"
8069version = "0.85.0"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "570460c58b21e9150d2df0eaaedbb7816c34bcec009ae0dcc976e40ba81463e7"
8072dependencies = [
8073 "indexmap",
8074]
8075
8076[[package]]
8077name = "wasmtime"
8078version = "0.38.3"
8079source = "registry+https://github.com/rust-lang/crates.io-index"
8080checksum = "1f50eadf868ab6a04b7b511460233377d0bfbb92e417b2f6a98b98fef2e098f5"
8081dependencies = [
8082 "anyhow",
8083 "async-trait",
8084 "backtrace",
8085 "bincode",
8086 "cfg-if 1.0.0",
8087 "indexmap",
8088 "lazy_static",
8089 "libc",
8090 "log",
8091 "object 0.28.4",
8092 "once_cell",
8093 "paste",
8094 "psm",
8095 "rayon",
8096 "region",
8097 "serde",
8098 "target-lexicon",
8099 "wasmparser",
8100 "wasmtime-cache",
8101 "wasmtime-cranelift",
8102 "wasmtime-environ",
8103 "wasmtime-fiber",
8104 "wasmtime-jit",
8105 "wasmtime-runtime",
8106 "wat",
8107 "winapi 0.3.9",
8108]
8109
8110[[package]]
8111name = "wasmtime-cache"
8112version = "0.38.3"
8113source = "registry+https://github.com/rust-lang/crates.io-index"
8114checksum = "d1df23c642e1376892f3b72f311596976979cbf8b85469680cdd3a8a063d12a2"
8115dependencies = [
8116 "anyhow",
8117 "base64 0.13.1",
8118 "bincode",
8119 "directories-next",
8120 "file-per-thread-logger",
8121 "log",
8122 "rustix 0.33.7",
8123 "serde",
8124 "sha2 0.9.9",
8125 "toml",
8126 "winapi 0.3.9",
8127 "zstd",
8128]
8129
8130[[package]]
8131name = "wasmtime-cranelift"
8132version = "0.38.3"
8133source = "registry+https://github.com/rust-lang/crates.io-index"
8134checksum = "f264ff6b4df247d15584f2f53d009fbc90032cfdc2605b52b961bffc71b6eccd"
8135dependencies = [
8136 "anyhow",
8137 "cranelift-codegen",
8138 "cranelift-entity",
8139 "cranelift-frontend",
8140 "cranelift-native",
8141 "cranelift-wasm",
8142 "gimli 0.26.2",
8143 "log",
8144 "more-asserts",
8145 "object 0.28.4",
8146 "target-lexicon",
8147 "thiserror",
8148 "wasmparser",
8149 "wasmtime-environ",
8150]
8151
8152[[package]]
8153name = "wasmtime-environ"
8154version = "0.38.3"
8155source = "registry+https://github.com/rust-lang/crates.io-index"
8156checksum = "839d2820e4b830f4b9e7aa08d4c0acabf4a5036105d639f6dfa1c6891c73bdc6"
8157dependencies = [
8158 "anyhow",
8159 "cranelift-entity",
8160 "gimli 0.26.2",
8161 "indexmap",
8162 "log",
8163 "more-asserts",
8164 "object 0.28.4",
8165 "serde",
8166 "target-lexicon",
8167 "thiserror",
8168 "wasmparser",
8169 "wasmtime-types",
8170]
8171
8172[[package]]
8173name = "wasmtime-fiber"
8174version = "0.38.3"
8175source = "registry+https://github.com/rust-lang/crates.io-index"
8176checksum = "3248be3c4911233535356025f6562193614a40155ee9094bb6a2b43f0dc82803"
8177dependencies = [
8178 "cc",
8179 "rustix 0.33.7",
8180 "winapi 0.3.9",
8181]
8182
8183[[package]]
8184name = "wasmtime-jit"
8185version = "0.38.3"
8186source = "registry+https://github.com/rust-lang/crates.io-index"
8187checksum = "ef0a0bcbfa18b946d890078ba0e1bc76bcc53eccfb40806c0020ec29dcd1bd49"
8188dependencies = [
8189 "addr2line 0.17.0",
8190 "anyhow",
8191 "bincode",
8192 "cfg-if 1.0.0",
8193 "cpp_demangle",
8194 "gimli 0.26.2",
8195 "ittapi-rs",
8196 "log",
8197 "object 0.28.4",
8198 "region",
8199 "rustc-demangle",
8200 "rustix 0.33.7",
8201 "serde",
8202 "target-lexicon",
8203 "thiserror",
8204 "wasmtime-environ",
8205 "wasmtime-jit-debug",
8206 "wasmtime-runtime",
8207 "winapi 0.3.9",
8208]
8209
8210[[package]]
8211name = "wasmtime-jit-debug"
8212version = "0.38.3"
8213source = "registry+https://github.com/rust-lang/crates.io-index"
8214checksum = "4f4779d976206c458edd643d1ac622b6c37e4a0800a8b1d25dfbf245ac2f2cac"
8215dependencies = [
8216 "lazy_static",
8217 "object 0.28.4",
8218 "rustix 0.33.7",
8219]
8220
8221[[package]]
8222name = "wasmtime-runtime"
8223version = "0.38.3"
8224source = "registry+https://github.com/rust-lang/crates.io-index"
8225checksum = "b7eb6ffa169eb5dcd18ac9473c817358cd57bc62c244622210566d473397954a"
8226dependencies = [
8227 "anyhow",
8228 "backtrace",
8229 "cc",
8230 "cfg-if 1.0.0",
8231 "indexmap",
8232 "libc",
8233 "log",
8234 "mach",
8235 "memfd",
8236 "memoffset 0.6.5",
8237 "more-asserts",
8238 "rand 0.8.5",
8239 "region",
8240 "rustix 0.33.7",
8241 "thiserror",
8242 "wasmtime-environ",
8243 "wasmtime-fiber",
8244 "wasmtime-jit-debug",
8245 "winapi 0.3.9",
8246]
8247
8248[[package]]
8249name = "wasmtime-types"
8250version = "0.38.3"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "8d932b0ac5336f7308d869703dd225610a6a3aeaa8e968c52b43eed96cefb1c2"
8253dependencies = [
8254 "cranelift-entity",
8255 "serde",
8256 "thiserror",
8257 "wasmparser",
8258]
8259
8260[[package]]
8261name = "wasmtime-wasi"
8262version = "0.38.3"
8263source = "registry+https://github.com/rust-lang/crates.io-index"
8264checksum = "b68b7d77fb6f2975a6fe6cc4d0015d6b0cebb65c39fce1dd4cc00880dbf7789c"
8265dependencies = [
8266 "anyhow",
8267 "wasi-cap-std-sync",
8268 "wasi-common",
8269 "wasmtime",
8270 "wiggle",
8271]
8272
8273[[package]]
8274name = "wast"
8275version = "35.0.2"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
8278dependencies = [
8279 "leb128",
8280]
8281
8282[[package]]
8283name = "wast"
8284version = "57.0.0"
8285source = "registry+https://github.com/rust-lang/crates.io-index"
8286checksum = "6eb0f5ed17ac4421193c7477da05892c2edafd67f9639e3c11a82086416662dc"
8287dependencies = [
8288 "leb128",
8289 "memchr",
8290 "unicode-width",
8291 "wasm-encoder",
8292]
8293
8294[[package]]
8295name = "wat"
8296version = "1.0.63"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "ab9ab0d87337c3be2bb6fc5cd331c4ba9fd6bcb4ee85048a0dd59ed9ecf92e53"
8299dependencies = [
8300 "wast 57.0.0",
8301]
8302
8303[[package]]
8304name = "web-sys"
8305version = "0.3.62"
8306source = "registry+https://github.com/rust-lang/crates.io-index"
8307checksum = "16b5f940c7edfdc6d12126d98c9ef4d1b3d470011c47c76a6581df47ad9ba721"
8308dependencies = [
8309 "js-sys",
8310 "wasm-bindgen",
8311]
8312
8313[[package]]
8314name = "webpki"
8315version = "0.21.4"
8316source = "registry+https://github.com/rust-lang/crates.io-index"
8317checksum = "b8e38c0608262c46d4a56202ebabdeb094cef7e560ca7a226c6bf055188aa4ea"
8318dependencies = [
8319 "ring",
8320 "untrusted",
8321]
8322
8323[[package]]
8324name = "webpki"
8325version = "0.22.0"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "f095d78192e208183081cc07bc5515ef55216397af48b873e5edcd72637fa1bd"
8328dependencies = [
8329 "ring",
8330 "untrusted",
8331]
8332
8333[[package]]
8334name = "webpki-roots"
8335version = "0.21.1"
8336source = "registry+https://github.com/rust-lang/crates.io-index"
8337checksum = "aabe153544e473b775453675851ecc86863d2a81d786d741f6b76778f2a48940"
8338dependencies = [
8339 "webpki 0.21.4",
8340]
8341
8342[[package]]
8343name = "webpki-roots"
8344version = "0.22.6"
8345source = "registry+https://github.com/rust-lang/crates.io-index"
8346checksum = "b6c71e40d7d2c34a5106301fb632274ca37242cd0c9d3e64dbece371a40a2d87"
8347dependencies = [
8348 "webpki 0.22.0",
8349]
8350
8351[[package]]
8352name = "weezl"
8353version = "0.1.7"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
8356
8357[[package]]
8358name = "welcome"
8359version = "0.1.0"
8360dependencies = [
8361 "anyhow",
8362 "client",
8363 "db",
8364 "editor",
8365 "fs",
8366 "fuzzy",
8367 "gpui",
8368 "install_cli",
8369 "log",
8370 "picker",
8371 "project",
8372 "schemars",
8373 "serde",
8374 "settings",
8375 "theme",
8376 "theme_selector",
8377 "util",
8378 "workspace",
8379]
8380
8381[[package]]
8382name = "which"
8383version = "4.4.0"
8384source = "registry+https://github.com/rust-lang/crates.io-index"
8385checksum = "2441c784c52b289a054b7201fc93253e288f094e2f4be9058343127c4226a269"
8386dependencies = [
8387 "either",
8388 "libc",
8389 "once_cell",
8390]
8391
8392[[package]]
8393name = "whoami"
8394version = "1.4.0"
8395source = "registry+https://github.com/rust-lang/crates.io-index"
8396checksum = "2c70234412ca409cc04e864e89523cb0fc37f5e1344ebed5a3ebf4192b6b9f68"
8397dependencies = [
8398 "wasm-bindgen",
8399 "web-sys",
8400]
8401
8402[[package]]
8403name = "wiggle"
8404version = "0.38.3"
8405source = "registry+https://github.com/rust-lang/crates.io-index"
8406checksum = "67dadac11343d2aabc8a906a0db0aaf7cb5046ec3d6fffccdaf2847dccdef8d6"
8407dependencies = [
8408 "anyhow",
8409 "async-trait",
8410 "bitflags",
8411 "thiserror",
8412 "tracing",
8413 "wasmtime",
8414 "wiggle-macro",
8415]
8416
8417[[package]]
8418name = "wiggle-generate"
8419version = "0.38.3"
8420source = "registry+https://github.com/rust-lang/crates.io-index"
8421checksum = "63a1dccd6b3fbd9a27417f5d30ce9aa3ee9cf529aad453abbf88a49c5d605b79"
8422dependencies = [
8423 "anyhow",
8424 "heck 0.4.1",
8425 "proc-macro2",
8426 "quote",
8427 "shellexpand",
8428 "syn 1.0.109",
8429 "witx",
8430]
8431
8432[[package]]
8433name = "wiggle-macro"
8434version = "0.38.3"
8435source = "registry+https://github.com/rust-lang/crates.io-index"
8436checksum = "f1c368d57d9560c34deaa67e06b0953ccf65edb906c525e5a2c866c849b48ec2"
8437dependencies = [
8438 "proc-macro2",
8439 "quote",
8440 "syn 1.0.109",
8441 "wiggle-generate",
8442]
8443
8444[[package]]
8445name = "winapi"
8446version = "0.2.8"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
8449
8450[[package]]
8451name = "winapi"
8452version = "0.3.9"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
8455dependencies = [
8456 "winapi-i686-pc-windows-gnu",
8457 "winapi-x86_64-pc-windows-gnu",
8458]
8459
8460[[package]]
8461name = "winapi-build"
8462version = "0.1.1"
8463source = "registry+https://github.com/rust-lang/crates.io-index"
8464checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
8465
8466[[package]]
8467name = "winapi-i686-pc-windows-gnu"
8468version = "0.4.0"
8469source = "registry+https://github.com/rust-lang/crates.io-index"
8470checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
8471
8472[[package]]
8473name = "winapi-util"
8474version = "0.1.5"
8475source = "registry+https://github.com/rust-lang/crates.io-index"
8476checksum = "70ec6ce85bb158151cae5e5c87f95a8e97d2c0c4b001223f33a334e3ce5de178"
8477dependencies = [
8478 "winapi 0.3.9",
8479]
8480
8481[[package]]
8482name = "winapi-x86_64-pc-windows-gnu"
8483version = "0.4.0"
8484source = "registry+https://github.com/rust-lang/crates.io-index"
8485checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
8486
8487[[package]]
8488name = "windows"
8489version = "0.48.0"
8490source = "registry+https://github.com/rust-lang/crates.io-index"
8491checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
8492dependencies = [
8493 "windows-targets 0.48.0",
8494]
8495
8496[[package]]
8497name = "windows-sys"
8498version = "0.42.0"
8499source = "registry+https://github.com/rust-lang/crates.io-index"
8500checksum = "5a3e1820f08b8513f676f7ab6c1f99ff312fb97b553d30ff4dd86f9f15728aa7"
8501dependencies = [
8502 "windows_aarch64_gnullvm 0.42.2",
8503 "windows_aarch64_msvc 0.42.2",
8504 "windows_i686_gnu 0.42.2",
8505 "windows_i686_msvc 0.42.2",
8506 "windows_x86_64_gnu 0.42.2",
8507 "windows_x86_64_gnullvm 0.42.2",
8508 "windows_x86_64_msvc 0.42.2",
8509]
8510
8511[[package]]
8512name = "windows-sys"
8513version = "0.45.0"
8514source = "registry+https://github.com/rust-lang/crates.io-index"
8515checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
8516dependencies = [
8517 "windows-targets 0.42.2",
8518]
8519
8520[[package]]
8521name = "windows-sys"
8522version = "0.48.0"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
8525dependencies = [
8526 "windows-targets 0.48.0",
8527]
8528
8529[[package]]
8530name = "windows-targets"
8531version = "0.42.2"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
8534dependencies = [
8535 "windows_aarch64_gnullvm 0.42.2",
8536 "windows_aarch64_msvc 0.42.2",
8537 "windows_i686_gnu 0.42.2",
8538 "windows_i686_msvc 0.42.2",
8539 "windows_x86_64_gnu 0.42.2",
8540 "windows_x86_64_gnullvm 0.42.2",
8541 "windows_x86_64_msvc 0.42.2",
8542]
8543
8544[[package]]
8545name = "windows-targets"
8546version = "0.48.0"
8547source = "registry+https://github.com/rust-lang/crates.io-index"
8548checksum = "7b1eb6f0cd7c80c79759c929114ef071b87354ce476d9d94271031c0497adfd5"
8549dependencies = [
8550 "windows_aarch64_gnullvm 0.48.0",
8551 "windows_aarch64_msvc 0.48.0",
8552 "windows_i686_gnu 0.48.0",
8553 "windows_i686_msvc 0.48.0",
8554 "windows_x86_64_gnu 0.48.0",
8555 "windows_x86_64_gnullvm 0.48.0",
8556 "windows_x86_64_msvc 0.48.0",
8557]
8558
8559[[package]]
8560name = "windows_aarch64_gnullvm"
8561version = "0.42.2"
8562source = "registry+https://github.com/rust-lang/crates.io-index"
8563checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
8564
8565[[package]]
8566name = "windows_aarch64_gnullvm"
8567version = "0.48.0"
8568source = "registry+https://github.com/rust-lang/crates.io-index"
8569checksum = "91ae572e1b79dba883e0d315474df7305d12f569b400fcf90581b06062f7e1bc"
8570
8571[[package]]
8572name = "windows_aarch64_msvc"
8573version = "0.42.2"
8574source = "registry+https://github.com/rust-lang/crates.io-index"
8575checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
8576
8577[[package]]
8578name = "windows_aarch64_msvc"
8579version = "0.48.0"
8580source = "registry+https://github.com/rust-lang/crates.io-index"
8581checksum = "b2ef27e0d7bdfcfc7b868b317c1d32c641a6fe4629c171b8928c7b08d98d7cf3"
8582
8583[[package]]
8584name = "windows_i686_gnu"
8585version = "0.42.2"
8586source = "registry+https://github.com/rust-lang/crates.io-index"
8587checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
8588
8589[[package]]
8590name = "windows_i686_gnu"
8591version = "0.48.0"
8592source = "registry+https://github.com/rust-lang/crates.io-index"
8593checksum = "622a1962a7db830d6fd0a69683c80a18fda201879f0f447f065a3b7467daa241"
8594
8595[[package]]
8596name = "windows_i686_msvc"
8597version = "0.42.2"
8598source = "registry+https://github.com/rust-lang/crates.io-index"
8599checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
8600
8601[[package]]
8602name = "windows_i686_msvc"
8603version = "0.48.0"
8604source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "4542c6e364ce21bf45d69fdd2a8e455fa38d316158cfd43b3ac1c5b1b19f8e00"
8606
8607[[package]]
8608name = "windows_x86_64_gnu"
8609version = "0.42.2"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
8612
8613[[package]]
8614name = "windows_x86_64_gnu"
8615version = "0.48.0"
8616source = "registry+https://github.com/rust-lang/crates.io-index"
8617checksum = "ca2b8a661f7628cbd23440e50b05d705db3686f894fc9580820623656af974b1"
8618
8619[[package]]
8620name = "windows_x86_64_gnullvm"
8621version = "0.42.2"
8622source = "registry+https://github.com/rust-lang/crates.io-index"
8623checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
8624
8625[[package]]
8626name = "windows_x86_64_gnullvm"
8627version = "0.48.0"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "7896dbc1f41e08872e9d5e8f8baa8fdd2677f29468c4e156210174edc7f7b953"
8630
8631[[package]]
8632name = "windows_x86_64_msvc"
8633version = "0.42.2"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
8636
8637[[package]]
8638name = "windows_x86_64_msvc"
8639version = "0.48.0"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "1a515f5799fe4961cb532f983ce2b23082366b898e52ffbce459c86f67c8378a"
8642
8643[[package]]
8644name = "winreg"
8645version = "0.10.1"
8646source = "registry+https://github.com/rust-lang/crates.io-index"
8647checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
8648dependencies = [
8649 "winapi 0.3.9",
8650]
8651
8652[[package]]
8653name = "winx"
8654version = "0.31.0"
8655source = "registry+https://github.com/rust-lang/crates.io-index"
8656checksum = "08d5973cb8cd94a77d03ad7e23bbe14889cb29805da1cec0e4aff75e21aebded"
8657dependencies = [
8658 "bitflags",
8659 "io-lifetimes 0.5.3",
8660 "winapi 0.3.9",
8661]
8662
8663[[package]]
8664name = "wio"
8665version = "0.2.2"
8666source = "registry+https://github.com/rust-lang/crates.io-index"
8667checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
8668dependencies = [
8669 "winapi 0.3.9",
8670]
8671
8672[[package]]
8673name = "witx"
8674version = "0.9.1"
8675source = "registry+https://github.com/rust-lang/crates.io-index"
8676checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
8677dependencies = [
8678 "anyhow",
8679 "log",
8680 "thiserror",
8681 "wast 35.0.2",
8682]
8683
8684[[package]]
8685name = "workspace"
8686version = "0.1.0"
8687dependencies = [
8688 "anyhow",
8689 "assets",
8690 "async-recursion 1.0.4",
8691 "bincode",
8692 "call",
8693 "client",
8694 "collections",
8695 "context_menu",
8696 "db",
8697 "drag_and_drop",
8698 "env_logger 0.9.3",
8699 "fs",
8700 "futures 0.3.28",
8701 "gpui",
8702 "indoc",
8703 "install_cli",
8704 "itertools",
8705 "language",
8706 "lazy_static",
8707 "log",
8708 "menu",
8709 "parking_lot 0.11.2",
8710 "postage",
8711 "project",
8712 "schemars",
8713 "serde",
8714 "serde_derive",
8715 "serde_json",
8716 "settings",
8717 "smallvec",
8718 "terminal",
8719 "theme",
8720 "util",
8721 "uuid 1.3.2",
8722]
8723
8724[[package]]
8725name = "ws2_32-sys"
8726version = "0.2.1"
8727source = "registry+https://github.com/rust-lang/crates.io-index"
8728checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
8729dependencies = [
8730 "winapi 0.2.8",
8731 "winapi-build",
8732]
8733
8734[[package]]
8735name = "xattr"
8736version = "0.2.3"
8737source = "registry+https://github.com/rust-lang/crates.io-index"
8738checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
8739dependencies = [
8740 "libc",
8741]
8742
8743[[package]]
8744name = "xmlparser"
8745version = "0.13.5"
8746source = "registry+https://github.com/rust-lang/crates.io-index"
8747checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
8748
8749[[package]]
8750name = "xmlwriter"
8751version = "0.1.0"
8752source = "registry+https://github.com/rust-lang/crates.io-index"
8753checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
8754
8755[[package]]
8756name = "yaml-rust"
8757version = "0.4.5"
8758source = "registry+https://github.com/rust-lang/crates.io-index"
8759checksum = "56c1936c4cc7a1c9ab21a1ebb602eb942ba868cbd44a99cb7cdc5892335e1c85"
8760dependencies = [
8761 "linked-hash-map",
8762]
8763
8764[[package]]
8765name = "yansi"
8766version = "0.5.1"
8767source = "registry+https://github.com/rust-lang/crates.io-index"
8768checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
8769
8770[[package]]
8771name = "yeslogic-fontconfig-sys"
8772version = "3.2.0"
8773source = "registry+https://github.com/rust-lang/crates.io-index"
8774checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
8775dependencies = [
8776 "const-cstr",
8777 "dlib",
8778 "once_cell",
8779 "pkg-config",
8780]
8781
8782[[package]]
8783name = "zed"
8784version = "0.89.0"
8785dependencies = [
8786 "activity_indicator",
8787 "ai",
8788 "anyhow",
8789 "assets",
8790 "async-compression",
8791 "async-recursion 0.3.2",
8792 "async-tar",
8793 "async-trait",
8794 "auto_update",
8795 "backtrace",
8796 "breadcrumbs",
8797 "call",
8798 "chrono",
8799 "cli",
8800 "client",
8801 "clock",
8802 "collab_ui",
8803 "collections",
8804 "command_palette",
8805 "context_menu",
8806 "copilot",
8807 "copilot_button",
8808 "ctor",
8809 "db",
8810 "diagnostics",
8811 "editor",
8812 "env_logger 0.9.3",
8813 "feedback",
8814 "file_finder",
8815 "fs",
8816 "fsevent",
8817 "futures 0.3.28",
8818 "fuzzy",
8819 "go_to_line",
8820 "gpui",
8821 "ignore",
8822 "image",
8823 "indexmap",
8824 "install_cli",
8825 "isahc",
8826 "journal",
8827 "language",
8828 "language_selector",
8829 "lazy_static",
8830 "libc",
8831 "log",
8832 "lsp",
8833 "lsp_log",
8834 "node_runtime",
8835 "num_cpus",
8836 "outline",
8837 "parking_lot 0.11.2",
8838 "plugin_runtime",
8839 "postage",
8840 "project",
8841 "project_panel",
8842 "project_symbols",
8843 "rand 0.8.5",
8844 "recent_projects",
8845 "regex",
8846 "rpc",
8847 "rsa",
8848 "rust-embed",
8849 "search",
8850 "serde",
8851 "serde_derive",
8852 "serde_json",
8853 "settings",
8854 "simplelog",
8855 "smallvec",
8856 "smol",
8857 "staff_mode",
8858 "sum_tree",
8859 "tempdir",
8860 "terminal_view",
8861 "text",
8862 "theme",
8863 "theme_selector",
8864 "theme_testbench",
8865 "thiserror",
8866 "tiny_http",
8867 "toml",
8868 "tree-sitter",
8869 "tree-sitter-c",
8870 "tree-sitter-cpp",
8871 "tree-sitter-css",
8872 "tree-sitter-elixir",
8873 "tree-sitter-embedded-template",
8874 "tree-sitter-go",
8875 "tree-sitter-html",
8876 "tree-sitter-json 0.20.0",
8877 "tree-sitter-lua",
8878 "tree-sitter-markdown",
8879 "tree-sitter-python",
8880 "tree-sitter-racket",
8881 "tree-sitter-ruby",
8882 "tree-sitter-rust",
8883 "tree-sitter-scheme",
8884 "tree-sitter-toml",
8885 "tree-sitter-typescript 0.20.2 (git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259)",
8886 "tree-sitter-yaml",
8887 "unindent",
8888 "url",
8889 "urlencoding",
8890 "util",
8891 "uuid 1.3.2",
8892 "vim",
8893 "welcome",
8894 "workspace",
8895]
8896
8897[[package]]
8898name = "zeroize"
8899version = "1.3.0"
8900source = "registry+https://github.com/rust-lang/crates.io-index"
8901checksum = "4756f7db3f7b5574938c3eb1c117038b8e07f95ee6718c0efad4ac21508f1efd"
8902dependencies = [
8903 "zeroize_derive",
8904]
8905
8906[[package]]
8907name = "zeroize_derive"
8908version = "1.4.2"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
8911dependencies = [
8912 "proc-macro2",
8913 "quote",
8914 "syn 2.0.15",
8915]
8916
8917[[package]]
8918name = "zstd"
8919version = "0.11.2+zstd.1.5.2"
8920source = "registry+https://github.com/rust-lang/crates.io-index"
8921checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
8922dependencies = [
8923 "zstd-safe",
8924]
8925
8926[[package]]
8927name = "zstd-safe"
8928version = "5.0.2+zstd.1.5.2"
8929source = "registry+https://github.com/rust-lang/crates.io-index"
8930checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
8931dependencies = [
8932 "libc",
8933 "zstd-sys",
8934]
8935
8936[[package]]
8937name = "zstd-sys"
8938version = "2.0.8+zstd.1.5.5"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
8941dependencies = [
8942 "cc",
8943 "libc",
8944 "pkg-config",
8945]