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