1# This file is automatically @generated by Cargo.
2# It is not intended for manual editing.
3version = 3
4
5[[package]]
6name = "activity_indicator"
7version = "0.1.0"
8dependencies = [
9 "anyhow",
10 "auto_update",
11 "editor",
12 "futures 0.3.28",
13 "gpui",
14 "language",
15 "project",
16 "settings",
17 "smallvec",
18 "theme",
19 "ui",
20 "util",
21 "workspace",
22]
23
24[[package]]
25name = "addr2line"
26version = "0.21.0"
27source = "registry+https://github.com/rust-lang/crates.io-index"
28checksum = "8a30b2e23b9e17a9f90641c7ab1549cd9b44f296d3ccbf309d2863cfe398a0cb"
29dependencies = [
30 "gimli",
31]
32
33[[package]]
34name = "adler"
35version = "1.0.2"
36source = "registry+https://github.com/rust-lang/crates.io-index"
37checksum = "f26201604c87b1e01bd3d98f8d5d9a8fcbb815e8cedb41ffccbeb4bf593a35fe"
38
39[[package]]
40name = "adler32"
41version = "1.2.0"
42source = "registry+https://github.com/rust-lang/crates.io-index"
43checksum = "aae1277d39aeec15cb388266ecc24b11c80469deae6067e17a1a7aa9e5c1f234"
44
45[[package]]
46name = "ahash"
47version = "0.7.6"
48source = "registry+https://github.com/rust-lang/crates.io-index"
49checksum = "fcb51a0695d8f838b1ee009b3fbf66bda078cd64590202a864a8f3e8c4315c47"
50dependencies = [
51 "getrandom 0.2.10",
52 "once_cell",
53 "version_check",
54]
55
56[[package]]
57name = "ahash"
58version = "0.8.8"
59source = "registry+https://github.com/rust-lang/crates.io-index"
60checksum = "42cd52102d3df161c77a887b608d7a4897d7cc112886a9537b738a887a03aaff"
61dependencies = [
62 "cfg-if 1.0.0",
63 "getrandom 0.2.10",
64 "once_cell",
65 "version_check",
66 "zerocopy",
67]
68
69[[package]]
70name = "aho-corasick"
71version = "1.1.1"
72source = "registry+https://github.com/rust-lang/crates.io-index"
73checksum = "ea5d730647d4fadd988536d06fecce94b7b4f2a7efdae548f1cf4b63205518ab"
74dependencies = [
75 "memchr",
76]
77
78[[package]]
79name = "ai"
80version = "0.1.0"
81dependencies = [
82 "anyhow",
83 "async-trait",
84 "bincode",
85 "futures 0.3.28",
86 "gpui",
87 "isahc",
88 "language",
89 "lazy_static",
90 "log",
91 "matrixmultiply",
92 "ordered-float 2.10.0",
93 "parking_lot 0.11.2",
94 "parse_duration",
95 "postage",
96 "rand 0.8.5",
97 "regex",
98 "rusqlite",
99 "serde",
100 "serde_json",
101 "tiktoken-rs",
102 "util",
103]
104
105[[package]]
106name = "alacritty_terminal"
107version = "0.22.0"
108source = "registry+https://github.com/rust-lang/crates.io-index"
109checksum = "cc7ceabf6fc76511f616ca216b51398a2511f19ba9f71bcbd977999edff1b0d1"
110dependencies = [
111 "base64 0.21.4",
112 "bitflags 2.4.1",
113 "home",
114 "libc",
115 "log",
116 "miow 0.6.0",
117 "parking_lot 0.12.1",
118 "piper",
119 "polling 3.3.2",
120 "regex-automata 0.4.5",
121 "rustix-openpty",
122 "serde",
123 "signal-hook",
124 "unicode-width",
125 "vte",
126 "windows-sys 0.48.0",
127]
128
129[[package]]
130name = "aliasable"
131version = "0.1.3"
132source = "registry+https://github.com/rust-lang/crates.io-index"
133checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
134
135[[package]]
136name = "allocator-api2"
137version = "0.2.16"
138source = "registry+https://github.com/rust-lang/crates.io-index"
139checksum = "0942ffc6dcaadf03badf6e6a2d0228460359d5e34b57ccdc720b7382dfbd5ec5"
140
141[[package]]
142name = "alsa"
143version = "0.7.1"
144source = "registry+https://github.com/rust-lang/crates.io-index"
145checksum = "e2562ad8dcf0f789f65c6fdaad8a8a9708ed6b488e649da28c01656ad66b8b47"
146dependencies = [
147 "alsa-sys",
148 "bitflags 1.3.2",
149 "libc",
150 "nix 0.24.3",
151]
152
153[[package]]
154name = "alsa-sys"
155version = "0.3.1"
156source = "registry+https://github.com/rust-lang/crates.io-index"
157checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
158dependencies = [
159 "libc",
160 "pkg-config",
161]
162
163[[package]]
164name = "android-tzdata"
165version = "0.1.1"
166source = "registry+https://github.com/rust-lang/crates.io-index"
167checksum = "e999941b234f3131b00bc13c22d06e8c5ff726d1b6318ac7eb276997bbb4fef0"
168
169[[package]]
170name = "android_system_properties"
171version = "0.1.5"
172source = "registry+https://github.com/rust-lang/crates.io-index"
173checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
174dependencies = [
175 "libc",
176]
177
178[[package]]
179name = "anstream"
180version = "0.5.0"
181source = "registry+https://github.com/rust-lang/crates.io-index"
182checksum = "b1f58811cfac344940f1a400b6e6231ce35171f614f26439e80f8c1465c5cc0c"
183dependencies = [
184 "anstyle",
185 "anstyle-parse",
186 "anstyle-query",
187 "anstyle-wincon",
188 "colorchoice",
189 "utf8parse",
190]
191
192[[package]]
193name = "anstyle"
194version = "1.0.3"
195source = "registry+https://github.com/rust-lang/crates.io-index"
196checksum = "b84bf0a05bbb2a83e5eb6fa36bb6e87baa08193c35ff52bbf6b38d8af2890e46"
197
198[[package]]
199name = "anstyle-parse"
200version = "0.2.1"
201source = "registry+https://github.com/rust-lang/crates.io-index"
202checksum = "938874ff5980b03a87c5524b3ae5b59cf99b1d6bc836848df7bc5ada9643c333"
203dependencies = [
204 "utf8parse",
205]
206
207[[package]]
208name = "anstyle-query"
209version = "1.0.0"
210source = "registry+https://github.com/rust-lang/crates.io-index"
211checksum = "5ca11d4be1bab0c8bc8734a9aa7bf4ee8316d462a08c6ac5052f888fef5b494b"
212dependencies = [
213 "windows-sys 0.48.0",
214]
215
216[[package]]
217name = "anstyle-wincon"
218version = "2.1.0"
219source = "registry+https://github.com/rust-lang/crates.io-index"
220checksum = "58f54d10c6dfa51283a066ceab3ec1ab78d13fae00aa49243a45e4571fb79dfd"
221dependencies = [
222 "anstyle",
223 "windows-sys 0.48.0",
224]
225
226[[package]]
227name = "any_ascii"
228version = "0.3.2"
229source = "registry+https://github.com/rust-lang/crates.io-index"
230checksum = "ea50b14b7a4b9343f8c627a7a53c52076482bd4bdad0a24fd3ec533ed616cc2c"
231
232[[package]]
233name = "anyhow"
234version = "1.0.75"
235source = "registry+https://github.com/rust-lang/crates.io-index"
236checksum = "a4668cab20f66d8d020e1fbc0ebe47217433c1b6c8f2040faf858554e394ace6"
237
238[[package]]
239name = "approx"
240version = "0.5.1"
241source = "registry+https://github.com/rust-lang/crates.io-index"
242checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
243dependencies = [
244 "num-traits",
245]
246
247[[package]]
248name = "arbitrary"
249version = "1.3.2"
250source = "registry+https://github.com/rust-lang/crates.io-index"
251checksum = "7d5a26814d8dcb93b0e5a0ff3c6d80a8843bafb21b39e8e18a6f05471870e110"
252
253[[package]]
254name = "arrayref"
255version = "0.3.7"
256source = "registry+https://github.com/rust-lang/crates.io-index"
257checksum = "6b4930d2cb77ce62f89ee5d5289b4ac049559b1c45539271f5ed4fdc7db34545"
258
259[[package]]
260name = "arrayvec"
261version = "0.5.2"
262source = "registry+https://github.com/rust-lang/crates.io-index"
263checksum = "23b62fc65de8e4e7f52534fb52b0f3ed04746ae267519eef2a83941e8085068b"
264
265[[package]]
266name = "arrayvec"
267version = "0.7.4"
268source = "registry+https://github.com/rust-lang/crates.io-index"
269checksum = "96d30a06541fbafbc7f82ed10c06164cfbd2c401138f6addd8404629c4b16711"
270
271[[package]]
272name = "as-raw-xcb-connection"
273version = "1.0.1"
274source = "registry+https://github.com/rust-lang/crates.io-index"
275checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
276
277[[package]]
278name = "ascii"
279version = "1.1.0"
280source = "registry+https://github.com/rust-lang/crates.io-index"
281checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
282
283[[package]]
284name = "ash"
285version = "0.37.3+1.3.251"
286source = "registry+https://github.com/rust-lang/crates.io-index"
287checksum = "39e9c3835d686b0a6084ab4234fcd1b07dbf6e4767dce60874b12356a25ecd4a"
288dependencies = [
289 "libloading 0.7.4",
290]
291
292[[package]]
293name = "ash-window"
294version = "0.12.0"
295source = "registry+https://github.com/rust-lang/crates.io-index"
296checksum = "b912285a7c29f3a8f87ca6f55afc48768624e5e33ec17dbd2f2075903f5e35ab"
297dependencies = [
298 "ash",
299 "raw-window-handle 0.5.2",
300 "raw-window-metal",
301]
302
303[[package]]
304name = "ashpd"
305version = "0.7.0"
306source = "registry+https://github.com/rust-lang/crates.io-index"
307checksum = "01992ad7774250d5b7fe214e2676cb99bf92564436d8135ab44fe815e71769a9"
308dependencies = [
309 "async-fs 2.1.1",
310 "async-net 2.0.0",
311 "enumflags2",
312 "futures-channel",
313 "futures-util",
314 "rand 0.8.5",
315 "serde",
316 "serde_repr",
317 "url",
318 "zbus",
319]
320
321[[package]]
322name = "assets"
323version = "0.1.0"
324dependencies = [
325 "anyhow",
326 "gpui",
327 "rust-embed",
328]
329
330[[package]]
331name = "assistant"
332version = "0.1.0"
333dependencies = [
334 "ai",
335 "anyhow",
336 "chrono",
337 "client",
338 "collections",
339 "ctor",
340 "editor",
341 "env_logger",
342 "fs",
343 "futures 0.3.28",
344 "gpui",
345 "indoc",
346 "isahc",
347 "language",
348 "log",
349 "menu",
350 "multi_buffer",
351 "ordered-float 2.10.0",
352 "parking_lot 0.11.2",
353 "project",
354 "rand 0.8.5",
355 "regex",
356 "schemars",
357 "search",
358 "semantic_index",
359 "serde",
360 "serde_json",
361 "settings",
362 "smol",
363 "telemetry_events",
364 "theme",
365 "tiktoken-rs",
366 "ui",
367 "util",
368 "uuid",
369 "workspace",
370]
371
372[[package]]
373name = "async-broadcast"
374version = "0.4.1"
375source = "registry+https://github.com/rust-lang/crates.io-index"
376checksum = "6d26004fe83b2d1cd3a97609b21e39f9a31535822210fe83205d2ce48866ea61"
377dependencies = [
378 "event-listener 2.5.3",
379 "futures-core",
380 "parking_lot 0.12.1",
381]
382
383[[package]]
384name = "async-broadcast"
385version = "0.5.1"
386source = "registry+https://github.com/rust-lang/crates.io-index"
387checksum = "7c48ccdbf6ca6b121e0f586cbc0e73ae440e56c67c30fa0873b4e110d9c26d2b"
388dependencies = [
389 "event-listener 2.5.3",
390 "futures-core",
391]
392
393[[package]]
394name = "async-channel"
395version = "1.9.0"
396source = "registry+https://github.com/rust-lang/crates.io-index"
397checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
398dependencies = [
399 "concurrent-queue",
400 "event-listener 2.5.3",
401 "futures-core",
402]
403
404[[package]]
405name = "async-compat"
406version = "0.2.1"
407source = "registry+https://github.com/rust-lang/crates.io-index"
408checksum = "9b48b4ff0c2026db683dea961cd8ea874737f56cffca86fa84415eaddc51c00d"
409dependencies = [
410 "futures-core",
411 "futures-io",
412 "once_cell",
413 "pin-project-lite 0.2.13",
414 "tokio",
415]
416
417[[package]]
418name = "async-compression"
419version = "0.4.6"
420source = "registry+https://github.com/rust-lang/crates.io-index"
421checksum = "a116f46a969224200a0a97f29cfd4c50e7534e4b4826bd23ea2c3c533039c82c"
422dependencies = [
423 "flate2",
424 "futures-core",
425 "futures-io",
426 "memchr",
427 "pin-project-lite 0.2.13",
428]
429
430[[package]]
431name = "async-executor"
432version = "1.5.1"
433source = "registry+https://github.com/rust-lang/crates.io-index"
434checksum = "6fa3dc5f2a8564f07759c008b9109dc0d39de92a88d5588b8a5036d286383afb"
435dependencies = [
436 "async-lock 2.8.0",
437 "async-task",
438 "concurrent-queue",
439 "fastrand 1.9.0",
440 "futures-lite 1.13.0",
441 "slab",
442]
443
444[[package]]
445name = "async-fs"
446version = "1.6.0"
447source = "registry+https://github.com/rust-lang/crates.io-index"
448checksum = "279cf904654eeebfa37ac9bb1598880884924aab82e290aa65c9e77a0e142e06"
449dependencies = [
450 "async-lock 2.8.0",
451 "autocfg",
452 "blocking",
453 "futures-lite 1.13.0",
454]
455
456[[package]]
457name = "async-fs"
458version = "2.1.1"
459source = "registry+https://github.com/rust-lang/crates.io-index"
460checksum = "bc19683171f287921f2405677dd2ed2549c3b3bda697a563ebc3a121ace2aba1"
461dependencies = [
462 "async-lock 3.3.0",
463 "blocking",
464 "futures-lite 2.0.0",
465]
466
467[[package]]
468name = "async-global-executor"
469version = "2.3.1"
470source = "registry+https://github.com/rust-lang/crates.io-index"
471checksum = "f1b6f5d7df27bd294849f8eec66ecfc63d11814df7a4f5d74168a2394467b776"
472dependencies = [
473 "async-channel",
474 "async-executor",
475 "async-io 1.13.0",
476 "async-lock 2.8.0",
477 "blocking",
478 "futures-lite 1.13.0",
479 "once_cell",
480]
481
482[[package]]
483name = "async-io"
484version = "1.13.0"
485source = "registry+https://github.com/rust-lang/crates.io-index"
486checksum = "0fc5b45d93ef0529756f812ca52e44c221b35341892d3dcc34132ac02f3dd2af"
487dependencies = [
488 "async-lock 2.8.0",
489 "autocfg",
490 "cfg-if 1.0.0",
491 "concurrent-queue",
492 "futures-lite 1.13.0",
493 "log",
494 "parking",
495 "polling 2.8.0",
496 "rustix 0.37.23",
497 "slab",
498 "socket2 0.4.9",
499 "waker-fn",
500]
501
502[[package]]
503name = "async-io"
504version = "2.3.1"
505source = "registry+https://github.com/rust-lang/crates.io-index"
506checksum = "8f97ab0c5b00a7cdbe5a371b9a782ee7be1316095885c8a4ea1daf490eb0ef65"
507dependencies = [
508 "async-lock 3.3.0",
509 "cfg-if 1.0.0",
510 "concurrent-queue",
511 "futures-io",
512 "futures-lite 2.0.0",
513 "parking",
514 "polling 3.3.2",
515 "rustix 0.38.30",
516 "slab",
517 "tracing",
518 "windows-sys 0.52.0",
519]
520
521[[package]]
522name = "async-lock"
523version = "2.8.0"
524source = "registry+https://github.com/rust-lang/crates.io-index"
525checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
526dependencies = [
527 "event-listener 2.5.3",
528]
529
530[[package]]
531name = "async-lock"
532version = "3.3.0"
533source = "registry+https://github.com/rust-lang/crates.io-index"
534checksum = "d034b430882f8381900d3fe6f0aaa3ad94f2cb4ac519b429692a1bc2dda4ae7b"
535dependencies = [
536 "event-listener 4.0.3",
537 "event-listener-strategy",
538 "pin-project-lite 0.2.13",
539]
540
541[[package]]
542name = "async-native-tls"
543version = "0.3.3"
544source = "registry+https://github.com/rust-lang/crates.io-index"
545checksum = "9e9e7a929bd34c68a82d58a4de7f86fffdaf97fb2af850162a7bb19dd7269b33"
546dependencies = [
547 "async-std",
548 "native-tls",
549 "thiserror",
550 "url",
551]
552
553[[package]]
554name = "async-net"
555version = "1.7.0"
556source = "registry+https://github.com/rust-lang/crates.io-index"
557checksum = "4051e67316bc7eff608fe723df5d32ed639946adcd69e07df41fd42a7b411f1f"
558dependencies = [
559 "async-io 1.13.0",
560 "autocfg",
561 "blocking",
562 "futures-lite 1.13.0",
563]
564
565[[package]]
566name = "async-net"
567version = "2.0.0"
568source = "registry+https://github.com/rust-lang/crates.io-index"
569checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
570dependencies = [
571 "async-io 2.3.1",
572 "blocking",
573 "futures-lite 2.0.0",
574]
575
576[[package]]
577name = "async-pipe"
578version = "0.1.3"
579source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
580dependencies = [
581 "futures 0.3.28",
582 "log",
583]
584
585[[package]]
586name = "async-process"
587version = "1.7.0"
588source = "registry+https://github.com/rust-lang/crates.io-index"
589checksum = "7a9d28b1d97e08915212e2e45310d47854eafa69600756fc735fb788f75199c9"
590dependencies = [
591 "async-io 1.13.0",
592 "async-lock 2.8.0",
593 "autocfg",
594 "blocking",
595 "cfg-if 1.0.0",
596 "event-listener 2.5.3",
597 "futures-lite 1.13.0",
598 "rustix 0.37.23",
599 "signal-hook",
600 "windows-sys 0.48.0",
601]
602
603[[package]]
604name = "async-recursion"
605version = "0.3.2"
606source = "registry+https://github.com/rust-lang/crates.io-index"
607checksum = "d7d78656ba01f1b93024b7c3a0467f1608e4be67d725749fdcd7d2c7678fd7a2"
608dependencies = [
609 "proc-macro2",
610 "quote",
611 "syn 1.0.109",
612]
613
614[[package]]
615name = "async-recursion"
616version = "1.0.5"
617source = "registry+https://github.com/rust-lang/crates.io-index"
618checksum = "5fd55a5ba1179988837d24ab4c7cc8ed6efdeff578ede0416b4225a5fca35bd0"
619dependencies = [
620 "proc-macro2",
621 "quote",
622 "syn 2.0.48",
623]
624
625[[package]]
626name = "async-std"
627version = "1.12.0"
628source = "registry+https://github.com/rust-lang/crates.io-index"
629checksum = "62565bb4402e926b29953c785397c6dc0391b7b446e45008b0049eb43cec6f5d"
630dependencies = [
631 "async-channel",
632 "async-global-executor",
633 "async-io 1.13.0",
634 "async-lock 2.8.0",
635 "async-process",
636 "crossbeam-utils",
637 "futures-channel",
638 "futures-core",
639 "futures-io",
640 "futures-lite 1.13.0",
641 "gloo-timers",
642 "kv-log-macro",
643 "log",
644 "memchr",
645 "once_cell",
646 "pin-project-lite 0.2.13",
647 "pin-utils",
648 "slab",
649 "wasm-bindgen-futures",
650]
651
652[[package]]
653name = "async-stream"
654version = "0.3.5"
655source = "registry+https://github.com/rust-lang/crates.io-index"
656checksum = "cd56dd203fef61ac097dd65721a419ddccb106b2d2b70ba60a6b529f03961a51"
657dependencies = [
658 "async-stream-impl",
659 "futures-core",
660 "pin-project-lite 0.2.13",
661]
662
663[[package]]
664name = "async-stream-impl"
665version = "0.3.5"
666source = "registry+https://github.com/rust-lang/crates.io-index"
667checksum = "16e62a023e7c117e27523144c5d2459f4397fcc3cab0085af8e2224f643a0193"
668dependencies = [
669 "proc-macro2",
670 "quote",
671 "syn 2.0.48",
672]
673
674[[package]]
675name = "async-tar"
676version = "0.4.2"
677source = "registry+https://github.com/rust-lang/crates.io-index"
678checksum = "5c49359998a76e32ef6e870dbc079ebad8f1e53e8441c5dd39d27b44493fe331"
679dependencies = [
680 "async-std",
681 "filetime",
682 "libc",
683 "pin-project",
684 "redox_syscall 0.2.16",
685 "xattr",
686]
687
688[[package]]
689name = "async-task"
690version = "4.7.0"
691source = "registry+https://github.com/rust-lang/crates.io-index"
692checksum = "fbb36e985947064623dbd357f727af08ffd077f93d696782f3c56365fa2e2799"
693
694[[package]]
695name = "async-trait"
696version = "0.1.77"
697source = "registry+https://github.com/rust-lang/crates.io-index"
698checksum = "c980ee35e870bd1a4d2c8294d4c04d0499e67bca1e4b5cefcc693c2fa00caea9"
699dependencies = [
700 "proc-macro2",
701 "quote",
702 "syn 2.0.48",
703]
704
705[[package]]
706name = "async-tungstenite"
707version = "0.16.1"
708source = "registry+https://github.com/rust-lang/crates.io-index"
709checksum = "5682ea0913e5c20780fe5785abacb85a411e7437bf52a1bedb93ddb3972cb8dd"
710dependencies = [
711 "async-native-tls",
712 "async-std",
713 "futures-io",
714 "futures-util",
715 "log",
716 "pin-project-lite 0.2.13",
717 "tungstenite 0.16.0",
718]
719
720[[package]]
721name = "atoi"
722version = "2.0.0"
723source = "registry+https://github.com/rust-lang/crates.io-index"
724checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
725dependencies = [
726 "num-traits",
727]
728
729[[package]]
730name = "atomic"
731version = "0.5.3"
732source = "registry+https://github.com/rust-lang/crates.io-index"
733checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
734
735[[package]]
736name = "atomic-waker"
737version = "1.1.1"
738source = "registry+https://github.com/rust-lang/crates.io-index"
739checksum = "1181e1e0d1fce796a03db1ae795d67167da795f9cf4a39c37589e85ef57f26d3"
740
741[[package]]
742name = "atty"
743version = "0.2.14"
744source = "registry+https://github.com/rust-lang/crates.io-index"
745checksum = "d9b39be18770d11421cdb1b9947a45dd3f37e93092cbf377614828a319d5fee8"
746dependencies = [
747 "hermit-abi 0.1.19",
748 "libc",
749 "winapi 0.3.9",
750]
751
752[[package]]
753name = "audio"
754version = "0.1.0"
755dependencies = [
756 "anyhow",
757 "collections",
758 "derive_more",
759 "futures 0.3.28",
760 "gpui",
761 "log",
762 "parking_lot 0.11.2",
763 "rodio",
764 "util",
765]
766
767[[package]]
768name = "auto_update"
769version = "0.1.0"
770dependencies = [
771 "anyhow",
772 "client",
773 "db",
774 "editor",
775 "gpui",
776 "isahc",
777 "lazy_static",
778 "log",
779 "markdown_preview",
780 "menu",
781 "project",
782 "release_channel",
783 "schemars",
784 "serde",
785 "serde_derive",
786 "serde_json",
787 "settings",
788 "smol",
789 "tempfile",
790 "theme",
791 "util",
792 "workspace",
793]
794
795[[package]]
796name = "autocfg"
797version = "1.1.0"
798source = "registry+https://github.com/rust-lang/crates.io-index"
799checksum = "d468802bab17cbc0cc575e9b053f41e72aa36bfa6b7f55e3529ffa43161b97fa"
800
801[[package]]
802name = "aws-config"
803version = "1.1.5"
804source = "registry+https://github.com/rust-lang/crates.io-index"
805checksum = "7af266887e24cd5f6d2ea7433cacd25dcd4773b7f70e488701968a7cdf51df57"
806dependencies = [
807 "aws-credential-types",
808 "aws-runtime",
809 "aws-sdk-sso",
810 "aws-sdk-ssooidc",
811 "aws-sdk-sts",
812 "aws-smithy-async",
813 "aws-smithy-http",
814 "aws-smithy-json",
815 "aws-smithy-runtime",
816 "aws-smithy-runtime-api",
817 "aws-smithy-types",
818 "aws-types",
819 "bytes 1.5.0",
820 "fastrand 2.0.0",
821 "hex",
822 "http 0.2.9",
823 "hyper",
824 "ring 0.17.7",
825 "time",
826 "tokio",
827 "tracing",
828 "zeroize",
829]
830
831[[package]]
832name = "aws-credential-types"
833version = "1.1.5"
834source = "registry+https://github.com/rust-lang/crates.io-index"
835checksum = "2d56f287a9e65e4914bfedb5b22c056b65e4c232fca512d5509a9df36386759f"
836dependencies = [
837 "aws-smithy-async",
838 "aws-smithy-runtime-api",
839 "aws-smithy-types",
840 "zeroize",
841]
842
843[[package]]
844name = "aws-runtime"
845version = "1.1.5"
846source = "registry+https://github.com/rust-lang/crates.io-index"
847checksum = "2d6a29eca8ea8982028a4df81883e7001e250a21d323b86418884b5345950a4b"
848dependencies = [
849 "aws-credential-types",
850 "aws-sigv4",
851 "aws-smithy-async",
852 "aws-smithy-eventstream",
853 "aws-smithy-http",
854 "aws-smithy-runtime-api",
855 "aws-smithy-types",
856 "aws-types",
857 "bytes 1.5.0",
858 "fastrand 2.0.0",
859 "http 0.2.9",
860 "http-body",
861 "percent-encoding",
862 "pin-project-lite 0.2.13",
863 "tracing",
864 "uuid",
865]
866
867[[package]]
868name = "aws-sdk-s3"
869version = "1.15.0"
870source = "registry+https://github.com/rust-lang/crates.io-index"
871checksum = "c977e92277652aefb9a76a0fca652b26757d6845dce0d7bf4426da80f13d85b0"
872dependencies = [
873 "aws-credential-types",
874 "aws-runtime",
875 "aws-sigv4",
876 "aws-smithy-async",
877 "aws-smithy-checksums",
878 "aws-smithy-eventstream",
879 "aws-smithy-http",
880 "aws-smithy-json",
881 "aws-smithy-runtime",
882 "aws-smithy-runtime-api",
883 "aws-smithy-types",
884 "aws-smithy-xml",
885 "aws-types",
886 "bytes 1.5.0",
887 "http 0.2.9",
888 "http-body",
889 "once_cell",
890 "percent-encoding",
891 "regex-lite",
892 "tracing",
893 "url",
894]
895
896[[package]]
897name = "aws-sdk-sso"
898version = "1.13.0"
899source = "registry+https://github.com/rust-lang/crates.io-index"
900checksum = "e2d7f527c7b28af1a641f7d89f9e6a4863e8ec00f39d2b731b056fc5ec5ce829"
901dependencies = [
902 "aws-credential-types",
903 "aws-runtime",
904 "aws-smithy-async",
905 "aws-smithy-http",
906 "aws-smithy-json",
907 "aws-smithy-runtime",
908 "aws-smithy-runtime-api",
909 "aws-smithy-types",
910 "aws-types",
911 "bytes 1.5.0",
912 "http 0.2.9",
913 "once_cell",
914 "regex-lite",
915 "tracing",
916]
917
918[[package]]
919name = "aws-sdk-ssooidc"
920version = "1.13.0"
921source = "registry+https://github.com/rust-lang/crates.io-index"
922checksum = "0d0be3224cd574ee8ab5fd7c32087876f25c134c27ac603fcb38669ed8d346b0"
923dependencies = [
924 "aws-credential-types",
925 "aws-runtime",
926 "aws-smithy-async",
927 "aws-smithy-http",
928 "aws-smithy-json",
929 "aws-smithy-runtime",
930 "aws-smithy-runtime-api",
931 "aws-smithy-types",
932 "aws-types",
933 "bytes 1.5.0",
934 "http 0.2.9",
935 "once_cell",
936 "regex-lite",
937 "tracing",
938]
939
940[[package]]
941name = "aws-sdk-sts"
942version = "1.13.0"
943source = "registry+https://github.com/rust-lang/crates.io-index"
944checksum = "5b3167c60d82a13bbaef569da06041644ff41e85c6377e5dad53fa2526ccfe9d"
945dependencies = [
946 "aws-credential-types",
947 "aws-runtime",
948 "aws-smithy-async",
949 "aws-smithy-http",
950 "aws-smithy-json",
951 "aws-smithy-query",
952 "aws-smithy-runtime",
953 "aws-smithy-runtime-api",
954 "aws-smithy-types",
955 "aws-smithy-xml",
956 "aws-types",
957 "http 0.2.9",
958 "once_cell",
959 "regex-lite",
960 "tracing",
961]
962
963[[package]]
964name = "aws-sigv4"
965version = "1.1.5"
966source = "registry+https://github.com/rust-lang/crates.io-index"
967checksum = "54b1cbe0eee57a213039088dbdeca7be9352f24e0d72332d961e8a1cb388f82d"
968dependencies = [
969 "aws-credential-types",
970 "aws-smithy-eventstream",
971 "aws-smithy-http",
972 "aws-smithy-runtime-api",
973 "aws-smithy-types",
974 "bytes 1.5.0",
975 "crypto-bigint 0.5.5",
976 "form_urlencoded",
977 "hex",
978 "hmac 0.12.1",
979 "http 0.2.9",
980 "http 1.0.0",
981 "once_cell",
982 "p256",
983 "percent-encoding",
984 "ring 0.17.7",
985 "sha2 0.10.7",
986 "subtle",
987 "time",
988 "tracing",
989 "zeroize",
990]
991
992[[package]]
993name = "aws-smithy-async"
994version = "1.1.5"
995source = "registry+https://github.com/rust-lang/crates.io-index"
996checksum = "426a5bc369ca7c8d3686439e46edc727f397a47ab3696b13f3ae8c81b3b36132"
997dependencies = [
998 "futures-util",
999 "pin-project-lite 0.2.13",
1000 "tokio",
1001]
1002
1003[[package]]
1004name = "aws-smithy-checksums"
1005version = "0.60.5"
1006source = "registry+https://github.com/rust-lang/crates.io-index"
1007checksum = "6ee554133eca2611b66d23548e48f9b44713befdb025ab76bc00185b878397a1"
1008dependencies = [
1009 "aws-smithy-http",
1010 "aws-smithy-types",
1011 "bytes 1.5.0",
1012 "crc32c",
1013 "crc32fast",
1014 "hex",
1015 "http 0.2.9",
1016 "http-body",
1017 "md-5",
1018 "pin-project-lite 0.2.13",
1019 "sha1",
1020 "sha2 0.10.7",
1021 "tracing",
1022]
1023
1024[[package]]
1025name = "aws-smithy-eventstream"
1026version = "0.60.4"
1027source = "registry+https://github.com/rust-lang/crates.io-index"
1028checksum = "e6363078f927f612b970edf9d1903ef5cef9a64d1e8423525ebb1f0a1633c858"
1029dependencies = [
1030 "aws-smithy-types",
1031 "bytes 1.5.0",
1032 "crc32fast",
1033]
1034
1035[[package]]
1036name = "aws-smithy-http"
1037version = "0.60.5"
1038source = "registry+https://github.com/rust-lang/crates.io-index"
1039checksum = "85d6a0619f7b67183067fa3b558f94f90753da2df8c04aeb7336d673f804b0b8"
1040dependencies = [
1041 "aws-smithy-eventstream",
1042 "aws-smithy-runtime-api",
1043 "aws-smithy-types",
1044 "bytes 1.5.0",
1045 "bytes-utils",
1046 "futures-core",
1047 "http 0.2.9",
1048 "http-body",
1049 "once_cell",
1050 "percent-encoding",
1051 "pin-project-lite 0.2.13",
1052 "pin-utils",
1053 "tracing",
1054]
1055
1056[[package]]
1057name = "aws-smithy-json"
1058version = "0.60.5"
1059source = "registry+https://github.com/rust-lang/crates.io-index"
1060checksum = "a1c1b5186b6f5c579bf0de1bcca9dd3d946d6d51361ea1d18131f6a0b64e13ae"
1061dependencies = [
1062 "aws-smithy-types",
1063]
1064
1065[[package]]
1066name = "aws-smithy-query"
1067version = "0.60.5"
1068source = "registry+https://github.com/rust-lang/crates.io-index"
1069checksum = "1c0a2ce65882e788d2cf83ff28b9b16918de0460c47bf66c5da4f6c17b4c9694"
1070dependencies = [
1071 "aws-smithy-types",
1072 "urlencoding",
1073]
1074
1075[[package]]
1076name = "aws-smithy-runtime"
1077version = "1.1.5"
1078source = "registry+https://github.com/rust-lang/crates.io-index"
1079checksum = "b4cb6b3afa5fc9825a75675975dcc3e21764b5476bc91dbc63df4ea3d30a576e"
1080dependencies = [
1081 "aws-smithy-async",
1082 "aws-smithy-http",
1083 "aws-smithy-runtime-api",
1084 "aws-smithy-types",
1085 "bytes 1.5.0",
1086 "fastrand 2.0.0",
1087 "h2",
1088 "http 0.2.9",
1089 "http-body",
1090 "hyper",
1091 "hyper-rustls",
1092 "once_cell",
1093 "pin-project-lite 0.2.13",
1094 "pin-utils",
1095 "rustls",
1096 "tokio",
1097 "tracing",
1098]
1099
1100[[package]]
1101name = "aws-smithy-runtime-api"
1102version = "1.1.5"
1103source = "registry+https://github.com/rust-lang/crates.io-index"
1104checksum = "23165433e80c04e8c09cee66d171292ae7234bae05fa9d5636e33095eae416b2"
1105dependencies = [
1106 "aws-smithy-async",
1107 "aws-smithy-types",
1108 "bytes 1.5.0",
1109 "http 0.2.9",
1110 "pin-project-lite 0.2.13",
1111 "tokio",
1112 "tracing",
1113 "zeroize",
1114]
1115
1116[[package]]
1117name = "aws-smithy-types"
1118version = "1.1.5"
1119source = "registry+https://github.com/rust-lang/crates.io-index"
1120checksum = "c94a5bec34850b92c9a054dad57b95c1d47f25125f55973e19f6ad788f0381ff"
1121dependencies = [
1122 "base64-simd",
1123 "bytes 1.5.0",
1124 "bytes-utils",
1125 "futures-core",
1126 "http 0.2.9",
1127 "http-body",
1128 "itoa",
1129 "num-integer",
1130 "pin-project-lite 0.2.13",
1131 "pin-utils",
1132 "ryu",
1133 "serde",
1134 "time",
1135 "tokio",
1136 "tokio-util 0.7.9",
1137]
1138
1139[[package]]
1140name = "aws-smithy-xml"
1141version = "0.60.5"
1142source = "registry+https://github.com/rust-lang/crates.io-index"
1143checksum = "d16f94c9673412b7a72e3c3efec8de89081c320bf59ea12eed34c417a62ad600"
1144dependencies = [
1145 "xmlparser",
1146]
1147
1148[[package]]
1149name = "aws-types"
1150version = "1.1.5"
1151source = "registry+https://github.com/rust-lang/crates.io-index"
1152checksum = "0ff7e122ee50ca962e9de91f5850cc37e2184b1219611eef6d44aa85929b54f6"
1153dependencies = [
1154 "aws-credential-types",
1155 "aws-smithy-async",
1156 "aws-smithy-runtime-api",
1157 "aws-smithy-types",
1158 "http 0.2.9",
1159 "rustc_version",
1160 "tracing",
1161]
1162
1163[[package]]
1164name = "axum"
1165version = "0.5.17"
1166source = "registry+https://github.com/rust-lang/crates.io-index"
1167checksum = "acee9fd5073ab6b045a275b3e709c163dd36c90685219cb21804a147b58dba43"
1168dependencies = [
1169 "async-trait",
1170 "axum-core",
1171 "base64 0.13.1",
1172 "bitflags 1.3.2",
1173 "bytes 1.5.0",
1174 "futures-util",
1175 "headers",
1176 "http 0.2.9",
1177 "http-body",
1178 "hyper",
1179 "itoa",
1180 "matchit",
1181 "memchr",
1182 "mime",
1183 "percent-encoding",
1184 "pin-project-lite 0.2.13",
1185 "serde",
1186 "serde_json",
1187 "serde_urlencoded",
1188 "sha-1 0.10.1",
1189 "sync_wrapper",
1190 "tokio",
1191 "tokio-tungstenite",
1192 "tower",
1193 "tower-http 0.3.5",
1194 "tower-layer",
1195 "tower-service",
1196]
1197
1198[[package]]
1199name = "axum-core"
1200version = "0.2.9"
1201source = "registry+https://github.com/rust-lang/crates.io-index"
1202checksum = "37e5939e02c56fecd5c017c37df4238c0a839fa76b7f97acdd7efb804fd181cc"
1203dependencies = [
1204 "async-trait",
1205 "bytes 1.5.0",
1206 "futures-util",
1207 "http 0.2.9",
1208 "http-body",
1209 "mime",
1210 "tower-layer",
1211 "tower-service",
1212]
1213
1214[[package]]
1215name = "axum-extra"
1216version = "0.3.7"
1217source = "registry+https://github.com/rust-lang/crates.io-index"
1218checksum = "69034b3b0fd97923eee2ce8a47540edb21e07f48f87f67d44bb4271cec622bdb"
1219dependencies = [
1220 "axum",
1221 "bytes 1.5.0",
1222 "futures-util",
1223 "http 0.2.9",
1224 "mime",
1225 "pin-project-lite 0.2.13",
1226 "serde",
1227 "serde_json",
1228 "tokio",
1229 "tower",
1230 "tower-http 0.3.5",
1231 "tower-layer",
1232 "tower-service",
1233]
1234
1235[[package]]
1236name = "backtrace"
1237version = "0.3.69"
1238source = "registry+https://github.com/rust-lang/crates.io-index"
1239checksum = "2089b7e3f35b9dd2d0ed921ead4f6d318c27680d4a5bd167b3ee120edb105837"
1240dependencies = [
1241 "addr2line",
1242 "cc",
1243 "cfg-if 1.0.0",
1244 "libc",
1245 "miniz_oxide 0.7.1",
1246 "object",
1247 "rustc-demangle",
1248]
1249
1250[[package]]
1251name = "base16ct"
1252version = "0.1.1"
1253source = "registry+https://github.com/rust-lang/crates.io-index"
1254checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
1255
1256[[package]]
1257name = "base64"
1258version = "0.13.1"
1259source = "registry+https://github.com/rust-lang/crates.io-index"
1260checksum = "9e1b586273c5702936fe7b7d6896644d8be71e6314cfe09d3167c95f712589e8"
1261
1262[[package]]
1263name = "base64"
1264version = "0.21.4"
1265source = "registry+https://github.com/rust-lang/crates.io-index"
1266checksum = "9ba43ea6f343b788c8764558649e08df62f86c6ef251fdaeb1ffd010a9ae50a2"
1267
1268[[package]]
1269name = "base64-simd"
1270version = "0.8.0"
1271source = "registry+https://github.com/rust-lang/crates.io-index"
1272checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
1273dependencies = [
1274 "outref",
1275 "vsimd",
1276]
1277
1278[[package]]
1279name = "base64ct"
1280version = "1.6.0"
1281source = "registry+https://github.com/rust-lang/crates.io-index"
1282checksum = "8c3c1a368f70d6cf7302d78f8f7093da241fb8e8807c05cc9e51a125895a6d5b"
1283
1284[[package]]
1285name = "bigdecimal"
1286version = "0.3.1"
1287source = "registry+https://github.com/rust-lang/crates.io-index"
1288checksum = "a6773ddc0eafc0e509fb60e48dff7f450f8e674a0686ae8605e8d9901bd5eefa"
1289dependencies = [
1290 "num-bigint 0.4.4",
1291 "num-integer",
1292 "num-traits",
1293]
1294
1295[[package]]
1296name = "bincode"
1297version = "1.3.3"
1298source = "registry+https://github.com/rust-lang/crates.io-index"
1299checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
1300dependencies = [
1301 "serde",
1302]
1303
1304[[package]]
1305name = "bindgen"
1306version = "0.64.0"
1307source = "registry+https://github.com/rust-lang/crates.io-index"
1308checksum = "c4243e6031260db77ede97ad86c27e501d646a27ab57b59a574f725d98ab1fb4"
1309dependencies = [
1310 "bitflags 1.3.2",
1311 "cexpr",
1312 "clang-sys",
1313 "lazy_static",
1314 "lazycell",
1315 "peeking_take_while",
1316 "proc-macro2",
1317 "quote",
1318 "regex",
1319 "rustc-hash",
1320 "shlex",
1321 "syn 1.0.109",
1322]
1323
1324[[package]]
1325name = "bindgen"
1326version = "0.65.1"
1327source = "registry+https://github.com/rust-lang/crates.io-index"
1328checksum = "cfdf7b466f9a4903edc73f95d6d2bcd5baf8ae620638762244d3f60143643cc5"
1329dependencies = [
1330 "bitflags 1.3.2",
1331 "cexpr",
1332 "clang-sys",
1333 "lazy_static",
1334 "lazycell",
1335 "log",
1336 "peeking_take_while",
1337 "prettyplease",
1338 "proc-macro2",
1339 "quote",
1340 "regex",
1341 "rustc-hash",
1342 "shlex",
1343 "syn 2.0.48",
1344 "which 4.4.2",
1345]
1346
1347[[package]]
1348name = "bit-set"
1349version = "0.5.3"
1350source = "registry+https://github.com/rust-lang/crates.io-index"
1351checksum = "0700ddab506f33b20a03b13996eccd309a48e5ff77d0d95926aa0210fb4e95f1"
1352dependencies = [
1353 "bit-vec",
1354]
1355
1356[[package]]
1357name = "bit-vec"
1358version = "0.6.3"
1359source = "registry+https://github.com/rust-lang/crates.io-index"
1360checksum = "349f9b6a179ed607305526ca489b34ad0a41aed5f7980fa90eb03160b69598fb"
1361
1362[[package]]
1363name = "bitflags"
1364version = "1.3.2"
1365source = "registry+https://github.com/rust-lang/crates.io-index"
1366checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
1367
1368[[package]]
1369name = "bitflags"
1370version = "2.4.1"
1371source = "registry+https://github.com/rust-lang/crates.io-index"
1372checksum = "327762f6e5a765692301e5bb513e0d9fef63be86bbc14528052b1cd3e6f03e07"
1373dependencies = [
1374 "serde",
1375]
1376
1377[[package]]
1378name = "bitvec"
1379version = "1.0.1"
1380source = "registry+https://github.com/rust-lang/crates.io-index"
1381checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
1382dependencies = [
1383 "funty",
1384 "radium",
1385 "tap",
1386 "wyz",
1387]
1388
1389[[package]]
1390name = "blade-graphics"
1391version = "0.3.0"
1392source = "git+https://github.com/kvark/blade?rev=e9d93a4d41f3946a03ffb76136290d6ccf7f2b80#e9d93a4d41f3946a03ffb76136290d6ccf7f2b80"
1393dependencies = [
1394 "ash",
1395 "ash-window",
1396 "bitflags 2.4.1",
1397 "block",
1398 "bytemuck",
1399 "codespan-reporting",
1400 "core-graphics-types",
1401 "glow",
1402 "gpu-alloc",
1403 "gpu-alloc-ash",
1404 "hidden-trait",
1405 "js-sys",
1406 "khronos-egl",
1407 "libloading 0.8.0",
1408 "log",
1409 "metal",
1410 "mint",
1411 "naga",
1412 "objc",
1413 "raw-window-handle 0.5.2",
1414 "slab",
1415 "wasm-bindgen",
1416 "web-sys",
1417]
1418
1419[[package]]
1420name = "blade-macros"
1421version = "0.2.1"
1422source = "git+https://github.com/kvark/blade?rev=e9d93a4d41f3946a03ffb76136290d6ccf7f2b80#e9d93a4d41f3946a03ffb76136290d6ccf7f2b80"
1423dependencies = [
1424 "proc-macro2",
1425 "quote",
1426 "syn 2.0.48",
1427]
1428
1429[[package]]
1430name = "block"
1431version = "0.1.6"
1432source = "registry+https://github.com/rust-lang/crates.io-index"
1433checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
1434
1435[[package]]
1436name = "block-buffer"
1437version = "0.9.0"
1438source = "registry+https://github.com/rust-lang/crates.io-index"
1439checksum = "4152116fd6e9dadb291ae18fc1ec3575ed6d84c29642d97890f4b4a3417297e4"
1440dependencies = [
1441 "generic-array",
1442]
1443
1444[[package]]
1445name = "block-buffer"
1446version = "0.10.4"
1447source = "registry+https://github.com/rust-lang/crates.io-index"
1448checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
1449dependencies = [
1450 "generic-array",
1451]
1452
1453[[package]]
1454name = "blocking"
1455version = "1.3.1"
1456source = "registry+https://github.com/rust-lang/crates.io-index"
1457checksum = "77231a1c8f801696fc0123ec6150ce92cffb8e164a02afb9c8ddee0e9b65ad65"
1458dependencies = [
1459 "async-channel",
1460 "async-lock 2.8.0",
1461 "async-task",
1462 "atomic-waker",
1463 "fastrand 1.9.0",
1464 "futures-lite 1.13.0",
1465 "log",
1466]
1467
1468[[package]]
1469name = "borsh"
1470version = "0.10.3"
1471source = "registry+https://github.com/rust-lang/crates.io-index"
1472checksum = "4114279215a005bc675e386011e594e1d9b800918cea18fcadadcce864a2046b"
1473dependencies = [
1474 "borsh-derive",
1475 "hashbrown 0.13.2",
1476]
1477
1478[[package]]
1479name = "borsh-derive"
1480version = "0.10.3"
1481source = "registry+https://github.com/rust-lang/crates.io-index"
1482checksum = "0754613691538d51f329cce9af41d7b7ca150bc973056f1156611489475f54f7"
1483dependencies = [
1484 "borsh-derive-internal",
1485 "borsh-schema-derive-internal",
1486 "proc-macro-crate 0.1.5",
1487 "proc-macro2",
1488 "syn 1.0.109",
1489]
1490
1491[[package]]
1492name = "borsh-derive-internal"
1493version = "0.10.3"
1494source = "registry+https://github.com/rust-lang/crates.io-index"
1495checksum = "afb438156919598d2c7bad7e1c0adf3d26ed3840dbc010db1a882a65583ca2fb"
1496dependencies = [
1497 "proc-macro2",
1498 "quote",
1499 "syn 1.0.109",
1500]
1501
1502[[package]]
1503name = "borsh-schema-derive-internal"
1504version = "0.10.3"
1505source = "registry+https://github.com/rust-lang/crates.io-index"
1506checksum = "634205cc43f74a1b9046ef87c4540ebda95696ec0f315024860cad7c5b0f5ccd"
1507dependencies = [
1508 "proc-macro2",
1509 "quote",
1510 "syn 1.0.109",
1511]
1512
1513[[package]]
1514name = "breadcrumbs"
1515version = "0.1.0"
1516dependencies = [
1517 "collections",
1518 "editor",
1519 "gpui",
1520 "itertools 0.10.5",
1521 "language",
1522 "outline",
1523 "project",
1524 "search",
1525 "settings",
1526 "theme",
1527 "ui",
1528 "workspace",
1529]
1530
1531[[package]]
1532name = "bromberg_sl2"
1533version = "0.6.0"
1534source = "git+https://github.com/zed-industries/bromberg_sl2?rev=950bc5482c216c395049ae33ae4501e08975f17f#950bc5482c216c395049ae33ae4501e08975f17f"
1535dependencies = [
1536 "digest 0.9.0",
1537 "lazy_static",
1538 "rayon",
1539 "seq-macro",
1540]
1541
1542[[package]]
1543name = "bstr"
1544version = "1.6.2"
1545source = "registry+https://github.com/rust-lang/crates.io-index"
1546checksum = "4c2f7349907b712260e64b0afe2f84692af14a454be26187d9df565c7f69266a"
1547dependencies = [
1548 "memchr",
1549 "regex-automata 0.3.8",
1550 "serde",
1551]
1552
1553[[package]]
1554name = "bumpalo"
1555version = "3.14.0"
1556source = "registry+https://github.com/rust-lang/crates.io-index"
1557checksum = "7f30e7476521f6f8af1a1c4c0b8cc94f0bee37d91763d0ca2665f299b6cd8aec"
1558
1559[[package]]
1560name = "bytecheck"
1561version = "0.6.11"
1562source = "registry+https://github.com/rust-lang/crates.io-index"
1563checksum = "8b6372023ac861f6e6dc89c8344a8f398fb42aaba2b5dbc649ca0c0e9dbcb627"
1564dependencies = [
1565 "bytecheck_derive",
1566 "ptr_meta",
1567 "simdutf8",
1568]
1569
1570[[package]]
1571name = "bytecheck_derive"
1572version = "0.6.11"
1573source = "registry+https://github.com/rust-lang/crates.io-index"
1574checksum = "a7ec4c6f261935ad534c0c22dbef2201b45918860eb1c574b972bd213a76af61"
1575dependencies = [
1576 "proc-macro2",
1577 "quote",
1578 "syn 1.0.109",
1579]
1580
1581[[package]]
1582name = "bytemuck"
1583version = "1.14.0"
1584source = "registry+https://github.com/rust-lang/crates.io-index"
1585checksum = "374d28ec25809ee0e23827c2ab573d729e293f281dfe393500e7ad618baa61c6"
1586dependencies = [
1587 "bytemuck_derive",
1588]
1589
1590[[package]]
1591name = "bytemuck_derive"
1592version = "1.5.0"
1593source = "registry+https://github.com/rust-lang/crates.io-index"
1594checksum = "965ab7eb5f8f97d2a083c799f3a1b994fc397b2fe2da5d1da1626ce15a39f2b1"
1595dependencies = [
1596 "proc-macro2",
1597 "quote",
1598 "syn 2.0.48",
1599]
1600
1601[[package]]
1602name = "byteorder"
1603version = "1.4.3"
1604source = "registry+https://github.com/rust-lang/crates.io-index"
1605checksum = "14c189c53d098945499cdfa7ecc63567cf3886b3332b312a5b4585d8d3a6a610"
1606
1607[[package]]
1608name = "bytes"
1609version = "0.4.12"
1610source = "registry+https://github.com/rust-lang/crates.io-index"
1611checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
1612dependencies = [
1613 "byteorder",
1614 "iovec",
1615]
1616
1617[[package]]
1618name = "bytes"
1619version = "1.5.0"
1620source = "registry+https://github.com/rust-lang/crates.io-index"
1621checksum = "a2bd12c1caf447e69cd4528f47f94d203fd2582878ecb9e9465484c4148a8223"
1622
1623[[package]]
1624name = "bytes-utils"
1625version = "0.1.4"
1626source = "registry+https://github.com/rust-lang/crates.io-index"
1627checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
1628dependencies = [
1629 "bytes 1.5.0",
1630 "either",
1631]
1632
1633[[package]]
1634name = "call"
1635version = "0.1.0"
1636dependencies = [
1637 "anyhow",
1638 "audio",
1639 "client",
1640 "collections",
1641 "fs",
1642 "futures 0.3.28",
1643 "gpui",
1644 "language",
1645 "live_kit_client",
1646 "log",
1647 "postage",
1648 "project",
1649 "schemars",
1650 "serde",
1651 "serde_derive",
1652 "settings",
1653 "util",
1654]
1655
1656[[package]]
1657name = "castaway"
1658version = "0.1.2"
1659source = "registry+https://github.com/rust-lang/crates.io-index"
1660checksum = "a2698f953def977c68f935bb0dfa959375ad4638570e969e2f1e9f433cbf1af6"
1661
1662[[package]]
1663name = "cbindgen"
1664version = "0.26.0"
1665source = "registry+https://github.com/rust-lang/crates.io-index"
1666checksum = "da6bc11b07529f16944307272d5bd9b22530bc7d05751717c9d416586cedab49"
1667dependencies = [
1668 "clap 3.2.25",
1669 "heck 0.4.1",
1670 "indexmap 1.9.3",
1671 "log",
1672 "proc-macro2",
1673 "quote",
1674 "serde",
1675 "serde_json",
1676 "syn 1.0.109",
1677 "tempfile",
1678 "toml 0.5.11",
1679]
1680
1681[[package]]
1682name = "cc"
1683version = "1.0.84"
1684source = "registry+https://github.com/rust-lang/crates.io-index"
1685checksum = "0f8e7c90afad890484a21653d08b6e209ae34770fb5ee298f9c699fcc1e5c856"
1686dependencies = [
1687 "libc",
1688]
1689
1690[[package]]
1691name = "cesu8"
1692version = "1.1.0"
1693source = "registry+https://github.com/rust-lang/crates.io-index"
1694checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
1695
1696[[package]]
1697name = "cexpr"
1698version = "0.6.0"
1699source = "registry+https://github.com/rust-lang/crates.io-index"
1700checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
1701dependencies = [
1702 "nom",
1703]
1704
1705[[package]]
1706name = "cfg-if"
1707version = "0.1.10"
1708source = "registry+https://github.com/rust-lang/crates.io-index"
1709checksum = "4785bdd1c96b2a846b2bd7cc02e86b6b3dbf14e7e53446c4f54c92a361040822"
1710
1711[[package]]
1712name = "cfg-if"
1713version = "1.0.0"
1714source = "registry+https://github.com/rust-lang/crates.io-index"
1715checksum = "baf1de4339761588bc0619e3cbc0120ee582ebb74b53b4efbf79117bd2da40fd"
1716
1717[[package]]
1718name = "channel"
1719version = "0.1.0"
1720dependencies = [
1721 "anyhow",
1722 "client",
1723 "clock",
1724 "collections",
1725 "db",
1726 "feature_flags",
1727 "futures 0.3.28",
1728 "gpui",
1729 "image",
1730 "language",
1731 "lazy_static",
1732 "log",
1733 "parking_lot 0.11.2",
1734 "postage",
1735 "rand 0.8.5",
1736 "release_channel",
1737 "rpc",
1738 "schemars",
1739 "serde",
1740 "serde_derive",
1741 "settings",
1742 "smallvec",
1743 "smol",
1744 "sum_tree",
1745 "tempfile",
1746 "text",
1747 "thiserror",
1748 "time",
1749 "tiny_http",
1750 "url",
1751 "util",
1752 "uuid",
1753]
1754
1755[[package]]
1756name = "chrono"
1757version = "0.4.31"
1758source = "registry+https://github.com/rust-lang/crates.io-index"
1759checksum = "7f2c685bad3eb3d45a01354cedb7d5faa66194d1d58ba6e267a8de788f79db38"
1760dependencies = [
1761 "android-tzdata",
1762 "iana-time-zone",
1763 "js-sys",
1764 "num-traits",
1765 "serde",
1766 "wasm-bindgen",
1767 "windows-targets 0.48.5",
1768]
1769
1770[[package]]
1771name = "chunked_transfer"
1772version = "1.4.1"
1773source = "registry+https://github.com/rust-lang/crates.io-index"
1774checksum = "cca491388666e04d7248af3f60f0c40cfb0991c72205595d7c396e3510207d1a"
1775
1776[[package]]
1777name = "cipher"
1778version = "0.3.0"
1779source = "registry+https://github.com/rust-lang/crates.io-index"
1780checksum = "7ee52072ec15386f770805afd189a01c8841be8696bed250fa2f13c4c0d6dfb7"
1781dependencies = [
1782 "generic-array",
1783]
1784
1785[[package]]
1786name = "clang-sys"
1787version = "1.6.1"
1788source = "registry+https://github.com/rust-lang/crates.io-index"
1789checksum = "c688fc74432808e3eb684cae8830a86be1d66a2bd58e1f248ed0960a590baf6f"
1790dependencies = [
1791 "glob",
1792 "libc",
1793 "libloading 0.7.4",
1794]
1795
1796[[package]]
1797name = "clap"
1798version = "3.2.25"
1799source = "registry+https://github.com/rust-lang/crates.io-index"
1800checksum = "4ea181bf566f71cb9a5d17a59e1871af638180a18fb0035c92ae62b705207123"
1801dependencies = [
1802 "atty",
1803 "bitflags 1.3.2",
1804 "clap_derive 3.2.25",
1805 "clap_lex 0.2.4",
1806 "indexmap 1.9.3",
1807 "once_cell",
1808 "strsim",
1809 "termcolor",
1810 "textwrap",
1811]
1812
1813[[package]]
1814name = "clap"
1815version = "4.4.4"
1816source = "registry+https://github.com/rust-lang/crates.io-index"
1817checksum = "b1d7b8d5ec32af0fadc644bf1fd509a688c2103b185644bb1e29d164e0703136"
1818dependencies = [
1819 "clap_builder",
1820 "clap_derive 4.4.2",
1821]
1822
1823[[package]]
1824name = "clap_builder"
1825version = "4.4.4"
1826source = "registry+https://github.com/rust-lang/crates.io-index"
1827checksum = "5179bb514e4d7c2051749d8fcefa2ed6d06a9f4e6d69faf3805f5d80b8cf8d56"
1828dependencies = [
1829 "anstream",
1830 "anstyle",
1831 "clap_lex 0.5.1",
1832 "strsim",
1833]
1834
1835[[package]]
1836name = "clap_derive"
1837version = "3.2.25"
1838source = "registry+https://github.com/rust-lang/crates.io-index"
1839checksum = "ae6371b8bdc8b7d3959e9cf7b22d4435ef3e79e138688421ec654acf8c81b008"
1840dependencies = [
1841 "heck 0.4.1",
1842 "proc-macro-error",
1843 "proc-macro2",
1844 "quote",
1845 "syn 1.0.109",
1846]
1847
1848[[package]]
1849name = "clap_derive"
1850version = "4.4.2"
1851source = "registry+https://github.com/rust-lang/crates.io-index"
1852checksum = "0862016ff20d69b84ef8247369fabf5c008a7417002411897d40ee1f4532b873"
1853dependencies = [
1854 "heck 0.4.1",
1855 "proc-macro2",
1856 "quote",
1857 "syn 2.0.48",
1858]
1859
1860[[package]]
1861name = "clap_lex"
1862version = "0.2.4"
1863source = "registry+https://github.com/rust-lang/crates.io-index"
1864checksum = "2850f2f5a82cbf437dd5af4d49848fbdfc27c157c3d010345776f952765261c5"
1865dependencies = [
1866 "os_str_bytes",
1867]
1868
1869[[package]]
1870name = "clap_lex"
1871version = "0.5.1"
1872source = "registry+https://github.com/rust-lang/crates.io-index"
1873checksum = "cd7cc57abe963c6d3b9d8be5b06ba7c8957a930305ca90304f24ef040aa6f961"
1874
1875[[package]]
1876name = "cli"
1877version = "0.1.0"
1878dependencies = [
1879 "anyhow",
1880 "clap 3.2.25",
1881 "core-foundation",
1882 "core-services",
1883 "dirs 3.0.2",
1884 "ipc-channel",
1885 "plist",
1886 "serde",
1887 "serde_derive",
1888 "util",
1889]
1890
1891[[package]]
1892name = "clickhouse"
1893version = "0.11.6"
1894source = "registry+https://github.com/rust-lang/crates.io-index"
1895checksum = "a0875e527e299fc5f4faba42870bf199a39ab0bb2dbba1b8aef0a2151451130f"
1896dependencies = [
1897 "bstr",
1898 "bytes 1.5.0",
1899 "clickhouse-derive",
1900 "clickhouse-rs-cityhash-sys",
1901 "futures 0.3.28",
1902 "hyper",
1903 "hyper-tls",
1904 "lz4",
1905 "sealed",
1906 "serde",
1907 "static_assertions",
1908 "thiserror",
1909 "tokio",
1910 "url",
1911]
1912
1913[[package]]
1914name = "clickhouse-derive"
1915version = "0.1.1"
1916source = "registry+https://github.com/rust-lang/crates.io-index"
1917checksum = "18af5425854858c507eec70f7deb4d5d8cec4216fcb086283a78872387281ea5"
1918dependencies = [
1919 "proc-macro2",
1920 "quote",
1921 "serde_derive_internals",
1922 "syn 1.0.109",
1923]
1924
1925[[package]]
1926name = "clickhouse-rs-cityhash-sys"
1927version = "0.1.2"
1928source = "registry+https://github.com/rust-lang/crates.io-index"
1929checksum = "4baf9d4700a28d6cb600e17ed6ae2b43298a5245f1f76b4eab63027ebfd592b9"
1930dependencies = [
1931 "cc",
1932]
1933
1934[[package]]
1935name = "client"
1936version = "0.1.0"
1937dependencies = [
1938 "anyhow",
1939 "async-recursion 0.3.2",
1940 "async-tungstenite",
1941 "chrono",
1942 "clock",
1943 "collections",
1944 "db",
1945 "feature_flags",
1946 "futures 0.3.28",
1947 "gpui",
1948 "image",
1949 "lazy_static",
1950 "log",
1951 "once_cell",
1952 "parking_lot 0.11.2",
1953 "postage",
1954 "rand 0.8.5",
1955 "release_channel",
1956 "rpc",
1957 "schemars",
1958 "serde",
1959 "serde_derive",
1960 "serde_json",
1961 "settings",
1962 "sha2 0.10.7",
1963 "smol",
1964 "sum_tree",
1965 "sysinfo",
1966 "telemetry_events",
1967 "tempfile",
1968 "text",
1969 "thiserror",
1970 "time",
1971 "tiny_http",
1972 "url",
1973 "util",
1974 "uuid",
1975]
1976
1977[[package]]
1978name = "clock"
1979version = "0.1.0"
1980dependencies = [
1981 "chrono",
1982 "parking_lot 0.11.2",
1983 "smallvec",
1984]
1985
1986[[package]]
1987name = "cmake"
1988version = "0.1.50"
1989source = "registry+https://github.com/rust-lang/crates.io-index"
1990checksum = "a31c789563b815f77f4250caee12365734369f942439b7defd71e18a48197130"
1991dependencies = [
1992 "cc",
1993]
1994
1995[[package]]
1996name = "cocoa"
1997version = "0.25.0"
1998source = "registry+https://github.com/rust-lang/crates.io-index"
1999checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
2000dependencies = [
2001 "bitflags 1.3.2",
2002 "block",
2003 "cocoa-foundation",
2004 "core-foundation",
2005 "core-graphics 0.23.1",
2006 "foreign-types 0.5.0",
2007 "libc",
2008 "objc",
2009]
2010
2011[[package]]
2012name = "cocoa-foundation"
2013version = "0.1.2"
2014source = "registry+https://github.com/rust-lang/crates.io-index"
2015checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
2016dependencies = [
2017 "bitflags 1.3.2",
2018 "block",
2019 "core-foundation",
2020 "core-graphics-types",
2021 "libc",
2022 "objc",
2023]
2024
2025[[package]]
2026name = "codespan-reporting"
2027version = "0.11.1"
2028source = "registry+https://github.com/rust-lang/crates.io-index"
2029checksum = "3538270d33cc669650c4b093848450d380def10c331d38c768e34cac80576e6e"
2030dependencies = [
2031 "termcolor",
2032 "unicode-width",
2033]
2034
2035[[package]]
2036name = "collab"
2037version = "0.44.0"
2038dependencies = [
2039 "anyhow",
2040 "async-trait",
2041 "async-tungstenite",
2042 "audio",
2043 "aws-config",
2044 "aws-sdk-s3",
2045 "axum",
2046 "axum-extra",
2047 "base64 0.13.1",
2048 "call",
2049 "channel",
2050 "chrono",
2051 "clap 3.2.25",
2052 "clickhouse",
2053 "client",
2054 "clock",
2055 "collab_ui",
2056 "collections",
2057 "ctor",
2058 "dashmap",
2059 "editor",
2060 "env_logger",
2061 "envy",
2062 "file_finder",
2063 "fs",
2064 "futures 0.3.28",
2065 "git",
2066 "gpui",
2067 "hex",
2068 "hyper",
2069 "indoc",
2070 "language",
2071 "lazy_static",
2072 "lipsum",
2073 "live_kit_client",
2074 "live_kit_server",
2075 "log",
2076 "lsp",
2077 "menu",
2078 "nanoid",
2079 "node_runtime",
2080 "notifications",
2081 "parking_lot 0.11.2",
2082 "pretty_assertions",
2083 "project",
2084 "prometheus",
2085 "prost 0.8.0",
2086 "rand 0.8.5",
2087 "release_channel",
2088 "reqwest",
2089 "rpc",
2090 "scrypt",
2091 "sea-orm",
2092 "semver",
2093 "serde",
2094 "serde_derive",
2095 "serde_json",
2096 "settings",
2097 "sha-1 0.9.8",
2098 "sha2 0.10.7",
2099 "smallvec",
2100 "sqlx",
2101 "telemetry_events",
2102 "text",
2103 "theme",
2104 "time",
2105 "tokio",
2106 "tokio-tungstenite",
2107 "toml 0.8.10",
2108 "tonic",
2109 "tower",
2110 "tower-http 0.4.4",
2111 "tracing",
2112 "tracing-log",
2113 "tracing-subscriber",
2114 "unindent",
2115 "util",
2116 "uuid",
2117 "workspace",
2118]
2119
2120[[package]]
2121name = "collab_ui"
2122version = "0.1.0"
2123dependencies = [
2124 "anyhow",
2125 "auto_update",
2126 "call",
2127 "channel",
2128 "client",
2129 "clock",
2130 "collections",
2131 "db",
2132 "editor",
2133 "extensions_ui",
2134 "feature_flags",
2135 "feedback",
2136 "futures 0.3.28",
2137 "fuzzy",
2138 "gpui",
2139 "language",
2140 "lazy_static",
2141 "log",
2142 "menu",
2143 "notifications",
2144 "parking_lot 0.11.2",
2145 "picker",
2146 "postage",
2147 "pretty_assertions",
2148 "project",
2149 "recent_projects",
2150 "rich_text",
2151 "rpc",
2152 "schemars",
2153 "serde",
2154 "serde_derive",
2155 "serde_json",
2156 "settings",
2157 "smallvec",
2158 "story",
2159 "sys-locale",
2160 "theme",
2161 "theme_selector",
2162 "time",
2163 "time_format",
2164 "tree-sitter-markdown",
2165 "ui",
2166 "util",
2167 "vcs_menu",
2168 "workspace",
2169 "zed_actions",
2170]
2171
2172[[package]]
2173name = "collections"
2174version = "0.1.0"
2175dependencies = [
2176 "rustc-hash",
2177]
2178
2179[[package]]
2180name = "color"
2181version = "0.1.0"
2182dependencies = [
2183 "itertools 0.11.0",
2184 "palette",
2185 "story",
2186]
2187
2188[[package]]
2189name = "color_quant"
2190version = "1.1.0"
2191source = "registry+https://github.com/rust-lang/crates.io-index"
2192checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
2193
2194[[package]]
2195name = "colorchoice"
2196version = "1.0.0"
2197source = "registry+https://github.com/rust-lang/crates.io-index"
2198checksum = "acbf1af155f9b9ef647e42cdc158db4b64a1b61f743629225fde6f3e0be2a7c7"
2199
2200[[package]]
2201name = "combine"
2202version = "4.6.6"
2203source = "registry+https://github.com/rust-lang/crates.io-index"
2204checksum = "35ed6e9d84f0b51a7f52daf1c7d71dd136fd7a3f41a8462b8cdb8c78d920fad4"
2205dependencies = [
2206 "bytes 1.5.0",
2207 "memchr",
2208]
2209
2210[[package]]
2211name = "command_palette"
2212version = "0.1.0"
2213dependencies = [
2214 "anyhow",
2215 "client",
2216 "collections",
2217 "copilot",
2218 "ctor",
2219 "editor",
2220 "env_logger",
2221 "fuzzy",
2222 "go_to_line",
2223 "gpui",
2224 "language",
2225 "menu",
2226 "picker",
2227 "postage",
2228 "project",
2229 "release_channel",
2230 "serde",
2231 "serde_json",
2232 "settings",
2233 "theme",
2234 "ui",
2235 "util",
2236 "workspace",
2237 "zed_actions",
2238]
2239
2240[[package]]
2241name = "concurrent-queue"
2242version = "2.2.0"
2243source = "registry+https://github.com/rust-lang/crates.io-index"
2244checksum = "62ec6771ecfa0762d24683ee5a32ad78487a3d3afdc0fb8cae19d2c5deb50b7c"
2245dependencies = [
2246 "crossbeam-utils",
2247]
2248
2249[[package]]
2250name = "console"
2251version = "0.15.7"
2252source = "registry+https://github.com/rust-lang/crates.io-index"
2253checksum = "c926e00cc70edefdc64d3a5ff31cc65bb97a3460097762bd23afb4d8145fccf8"
2254dependencies = [
2255 "encode_unicode",
2256 "lazy_static",
2257 "libc",
2258 "unicode-width",
2259 "windows-sys 0.45.0",
2260]
2261
2262[[package]]
2263name = "const-cstr"
2264version = "0.3.0"
2265source = "registry+https://github.com/rust-lang/crates.io-index"
2266checksum = "ed3d0b5ff30645a68f35ece8cea4556ca14ef8a1651455f789a099a0513532a6"
2267
2268[[package]]
2269name = "const-oid"
2270version = "0.9.5"
2271source = "registry+https://github.com/rust-lang/crates.io-index"
2272checksum = "28c122c3980598d243d63d9a704629a2d748d101f278052ff068be5a4423ab6f"
2273
2274[[package]]
2275name = "convert_case"
2276version = "0.4.0"
2277source = "registry+https://github.com/rust-lang/crates.io-index"
2278checksum = "6245d59a3e82a7fc217c5828a6692dbc6dfb63a0c8c90495621f7b9d79704a0e"
2279
2280[[package]]
2281name = "convert_case"
2282version = "0.6.0"
2283source = "registry+https://github.com/rust-lang/crates.io-index"
2284checksum = "ec182b0ca2f35d8fc196cf3404988fd8b8c739a4d270ff118a398feb0cbec1ca"
2285dependencies = [
2286 "unicode-segmentation",
2287]
2288
2289[[package]]
2290name = "copilot"
2291version = "0.1.0"
2292dependencies = [
2293 "anyhow",
2294 "async-compression",
2295 "async-std",
2296 "async-tar",
2297 "clock",
2298 "collections",
2299 "fs",
2300 "futures 0.3.28",
2301 "gpui",
2302 "language",
2303 "log",
2304 "lsp",
2305 "node_runtime",
2306 "parking_lot 0.11.2",
2307 "rpc",
2308 "serde",
2309 "serde_derive",
2310 "settings",
2311 "smol",
2312 "theme",
2313 "util",
2314]
2315
2316[[package]]
2317name = "copilot_ui"
2318version = "0.1.0"
2319dependencies = [
2320 "anyhow",
2321 "copilot",
2322 "editor",
2323 "fs",
2324 "futures 0.3.28",
2325 "gpui",
2326 "language",
2327 "settings",
2328 "smol",
2329 "theme",
2330 "ui",
2331 "util",
2332 "workspace",
2333 "zed_actions",
2334]
2335
2336[[package]]
2337name = "core-foundation"
2338version = "0.9.4"
2339source = "registry+https://github.com/rust-lang/crates.io-index"
2340checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
2341dependencies = [
2342 "core-foundation-sys 0.8.6",
2343 "libc",
2344]
2345
2346[[package]]
2347name = "core-foundation-sys"
2348version = "0.6.2"
2349source = "registry+https://github.com/rust-lang/crates.io-index"
2350checksum = "e7ca8a5221364ef15ce201e8ed2f609fc312682a8f4e0e3d4aa5879764e0fa3b"
2351
2352[[package]]
2353name = "core-foundation-sys"
2354version = "0.8.6"
2355source = "registry+https://github.com/rust-lang/crates.io-index"
2356checksum = "06ea2b9bc92be3c2baa9334a323ebca2d6f074ff852cd1d7b11064035cd3868f"
2357
2358[[package]]
2359name = "core-graphics"
2360version = "0.22.3"
2361source = "registry+https://github.com/rust-lang/crates.io-index"
2362checksum = "2581bbab3b8ffc6fcbd550bf46c355135d16e9ff2a6ea032ad6b9bf1d7efe4fb"
2363dependencies = [
2364 "bitflags 1.3.2",
2365 "core-foundation",
2366 "core-graphics-types",
2367 "foreign-types 0.3.2",
2368 "libc",
2369]
2370
2371[[package]]
2372name = "core-graphics"
2373version = "0.23.1"
2374source = "registry+https://github.com/rust-lang/crates.io-index"
2375checksum = "970a29baf4110c26fedbc7f82107d42c23f7e88e404c4577ed73fe99ff85a212"
2376dependencies = [
2377 "bitflags 1.3.2",
2378 "core-foundation",
2379 "core-graphics-types",
2380 "foreign-types 0.5.0",
2381 "libc",
2382]
2383
2384[[package]]
2385name = "core-graphics-types"
2386version = "0.1.3"
2387source = "registry+https://github.com/rust-lang/crates.io-index"
2388checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
2389dependencies = [
2390 "bitflags 1.3.2",
2391 "core-foundation",
2392 "libc",
2393]
2394
2395[[package]]
2396name = "core-services"
2397version = "0.2.1"
2398source = "registry+https://github.com/rust-lang/crates.io-index"
2399checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
2400dependencies = [
2401 "core-foundation",
2402]
2403
2404[[package]]
2405name = "core-text"
2406version = "20.1.0"
2407source = "registry+https://github.com/rust-lang/crates.io-index"
2408checksum = "c9d2790b5c08465d49f8dc05c8bcae9fea467855947db39b0f8145c091aaced5"
2409dependencies = [
2410 "core-foundation",
2411 "core-graphics 0.23.1",
2412 "foreign-types 0.5.0",
2413 "libc",
2414]
2415
2416[[package]]
2417name = "coreaudio-rs"
2418version = "0.11.2"
2419source = "registry+https://github.com/rust-lang/crates.io-index"
2420checksum = "cb17e2d1795b1996419648915df94bc7103c28f7b48062d7acf4652fc371b2ff"
2421dependencies = [
2422 "bitflags 1.3.2",
2423 "core-foundation-sys 0.6.2",
2424 "coreaudio-sys",
2425]
2426
2427[[package]]
2428name = "coreaudio-sys"
2429version = "0.2.12"
2430source = "registry+https://github.com/rust-lang/crates.io-index"
2431checksum = "f034b2258e6c4ade2f73bf87b21047567fb913ee9550837c2316d139b0262b24"
2432dependencies = [
2433 "bindgen 0.64.0",
2434]
2435
2436[[package]]
2437name = "cosmic-text"
2438version = "0.10.0"
2439source = "registry+https://github.com/rust-lang/crates.io-index"
2440checksum = "75acbfb314aeb4f5210d379af45ed1ec2c98c7f1790bf57b8a4c562ac0c51b71"
2441dependencies = [
2442 "fontdb 0.15.0",
2443 "libm",
2444 "log",
2445 "rangemap",
2446 "rustc-hash",
2447 "rustybuzz 0.11.0",
2448 "self_cell",
2449 "swash",
2450 "sys-locale",
2451 "unicode-bidi",
2452 "unicode-linebreak",
2453 "unicode-script",
2454 "unicode-segmentation",
2455]
2456
2457[[package]]
2458name = "cpal"
2459version = "0.15.2"
2460source = "registry+https://github.com/rust-lang/crates.io-index"
2461checksum = "6d959d90e938c5493000514b446987c07aed46c668faaa7d34d6c7a67b1a578c"
2462dependencies = [
2463 "alsa",
2464 "core-foundation-sys 0.8.6",
2465 "coreaudio-rs",
2466 "dasp_sample",
2467 "jni 0.19.0",
2468 "js-sys",
2469 "libc",
2470 "mach2",
2471 "ndk",
2472 "ndk-context",
2473 "oboe",
2474 "once_cell",
2475 "parking_lot 0.12.1",
2476 "wasm-bindgen",
2477 "wasm-bindgen-futures",
2478 "web-sys",
2479 "windows 0.46.0",
2480]
2481
2482[[package]]
2483name = "cpufeatures"
2484version = "0.2.9"
2485source = "registry+https://github.com/rust-lang/crates.io-index"
2486checksum = "a17b76ff3a4162b0b27f354a0c87015ddad39d35f9c0c36607a3bdd175dde1f1"
2487dependencies = [
2488 "libc",
2489]
2490
2491[[package]]
2492name = "cranelift-bforest"
2493version = "0.105.1"
2494source = "registry+https://github.com/rust-lang/crates.io-index"
2495checksum = "29a6391a9172a93f413370fa561c6bca786e06c89cf85f23f02f6345b1c8ee34"
2496dependencies = [
2497 "cranelift-entity",
2498]
2499
2500[[package]]
2501name = "cranelift-codegen"
2502version = "0.105.1"
2503source = "registry+https://github.com/rust-lang/crates.io-index"
2504checksum = "409c6cbb326604a53ec47eb6341fc85128f24c81012a014b4c728ed24f6e9350"
2505dependencies = [
2506 "bumpalo",
2507 "cranelift-bforest",
2508 "cranelift-codegen-meta",
2509 "cranelift-codegen-shared",
2510 "cranelift-control",
2511 "cranelift-entity",
2512 "cranelift-isle",
2513 "gimli",
2514 "hashbrown 0.14.0",
2515 "log",
2516 "regalloc2",
2517 "smallvec",
2518 "target-lexicon",
2519]
2520
2521[[package]]
2522name = "cranelift-codegen-meta"
2523version = "0.105.1"
2524source = "registry+https://github.com/rust-lang/crates.io-index"
2525checksum = "fff55e100130995b9ad9ac6b03a24ed5da3c1a1261dcdeb8a7a0292656994fb3"
2526dependencies = [
2527 "cranelift-codegen-shared",
2528]
2529
2530[[package]]
2531name = "cranelift-codegen-shared"
2532version = "0.105.1"
2533source = "registry+https://github.com/rust-lang/crates.io-index"
2534checksum = "f1446e2eb395fc7b3019a36dccb7eccea923f6caf581b903c8e7e751b6d214a7"
2535
2536[[package]]
2537name = "cranelift-control"
2538version = "0.105.1"
2539source = "registry+https://github.com/rust-lang/crates.io-index"
2540checksum = "24076ecf69cbf8b9e1e532ae8e7ac01d850a1c2e127058a26eb3245f9d5b89d1"
2541dependencies = [
2542 "arbitrary",
2543]
2544
2545[[package]]
2546name = "cranelift-entity"
2547version = "0.105.1"
2548source = "registry+https://github.com/rust-lang/crates.io-index"
2549checksum = "7f40df95180ad317c60459bb90dd87803d35e538f4c54376d8b26c851f6f0a1b"
2550dependencies = [
2551 "serde",
2552 "serde_derive",
2553]
2554
2555[[package]]
2556name = "cranelift-frontend"
2557version = "0.105.1"
2558source = "registry+https://github.com/rust-lang/crates.io-index"
2559checksum = "1c3974cc665b699b626742775dae1c1cdea5170f5028ab1f3eb61a7a9a6e2979"
2560dependencies = [
2561 "cranelift-codegen",
2562 "log",
2563 "smallvec",
2564 "target-lexicon",
2565]
2566
2567[[package]]
2568name = "cranelift-isle"
2569version = "0.105.1"
2570source = "registry+https://github.com/rust-lang/crates.io-index"
2571checksum = "99543f92b9c361f3c54a29e945adb5b9ef1318feaa5944453cabbfcb3c495919"
2572
2573[[package]]
2574name = "cranelift-native"
2575version = "0.105.1"
2576source = "registry+https://github.com/rust-lang/crates.io-index"
2577checksum = "1c0d84dc7d9b3f73ad565eacc4ab36525c407ef5150893b4b94d5f5f904eb48a"
2578dependencies = [
2579 "cranelift-codegen",
2580 "libc",
2581 "target-lexicon",
2582]
2583
2584[[package]]
2585name = "cranelift-wasm"
2586version = "0.105.1"
2587source = "registry+https://github.com/rust-lang/crates.io-index"
2588checksum = "53781039219944d59c6d3ec57e6cae31a1a33db71573a945d84ba6d875d0a743"
2589dependencies = [
2590 "cranelift-codegen",
2591 "cranelift-entity",
2592 "cranelift-frontend",
2593 "itertools 0.10.5",
2594 "log",
2595 "smallvec",
2596 "wasmparser",
2597 "wasmtime-types",
2598]
2599
2600[[package]]
2601name = "crc"
2602version = "3.0.1"
2603source = "registry+https://github.com/rust-lang/crates.io-index"
2604checksum = "86ec7a15cbe22e59248fc7eadb1907dab5ba09372595da4d73dd805ed4417dfe"
2605dependencies = [
2606 "crc-catalog",
2607]
2608
2609[[package]]
2610name = "crc-catalog"
2611version = "2.2.0"
2612source = "registry+https://github.com/rust-lang/crates.io-index"
2613checksum = "9cace84e55f07e7301bae1c519df89cdad8cc3cd868413d3fdbdeca9ff3db484"
2614
2615[[package]]
2616name = "crc32c"
2617version = "0.6.5"
2618source = "registry+https://github.com/rust-lang/crates.io-index"
2619checksum = "89254598aa9b9fa608de44b3ae54c810f0f06d755e24c50177f1f8f31ff50ce2"
2620dependencies = [
2621 "rustc_version",
2622]
2623
2624[[package]]
2625name = "crc32fast"
2626version = "1.3.2"
2627source = "registry+https://github.com/rust-lang/crates.io-index"
2628checksum = "b540bd8bc810d3885c6ea91e2018302f68baba2129ab3e88f32389ee9370880d"
2629dependencies = [
2630 "cfg-if 1.0.0",
2631]
2632
2633[[package]]
2634name = "crossbeam-channel"
2635version = "0.5.8"
2636source = "registry+https://github.com/rust-lang/crates.io-index"
2637checksum = "a33c2bf77f2df06183c3aa30d1e96c0695a313d4f9c453cc3762a6db39f99200"
2638dependencies = [
2639 "cfg-if 1.0.0",
2640 "crossbeam-utils",
2641]
2642
2643[[package]]
2644name = "crossbeam-deque"
2645version = "0.8.3"
2646source = "registry+https://github.com/rust-lang/crates.io-index"
2647checksum = "ce6fd6f855243022dcecf8702fef0c297d4338e226845fe067f6341ad9fa0cef"
2648dependencies = [
2649 "cfg-if 1.0.0",
2650 "crossbeam-epoch",
2651 "crossbeam-utils",
2652]
2653
2654[[package]]
2655name = "crossbeam-epoch"
2656version = "0.9.15"
2657source = "registry+https://github.com/rust-lang/crates.io-index"
2658checksum = "ae211234986c545741a7dc064309f67ee1e5ad243d0e48335adc0484d960bcc7"
2659dependencies = [
2660 "autocfg",
2661 "cfg-if 1.0.0",
2662 "crossbeam-utils",
2663 "memoffset 0.9.0",
2664 "scopeguard",
2665]
2666
2667[[package]]
2668name = "crossbeam-queue"
2669version = "0.3.8"
2670source = "registry+https://github.com/rust-lang/crates.io-index"
2671checksum = "d1cfb3ea8a53f37c40dea2c7bedcbd88bdfae54f5e2175d6ecaff1c988353add"
2672dependencies = [
2673 "cfg-if 1.0.0",
2674 "crossbeam-utils",
2675]
2676
2677[[package]]
2678name = "crossbeam-utils"
2679version = "0.8.16"
2680source = "registry+https://github.com/rust-lang/crates.io-index"
2681checksum = "5a22b2d63d4d1dc0b7f1b6b2747dd0088008a9be28b6ddf0b1e7d335e3037294"
2682dependencies = [
2683 "cfg-if 1.0.0",
2684]
2685
2686[[package]]
2687name = "crypto-bigint"
2688version = "0.4.9"
2689source = "registry+https://github.com/rust-lang/crates.io-index"
2690checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
2691dependencies = [
2692 "generic-array",
2693 "rand_core 0.6.4",
2694 "subtle",
2695 "zeroize",
2696]
2697
2698[[package]]
2699name = "crypto-bigint"
2700version = "0.5.5"
2701source = "registry+https://github.com/rust-lang/crates.io-index"
2702checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
2703dependencies = [
2704 "rand_core 0.6.4",
2705 "subtle",
2706]
2707
2708[[package]]
2709name = "crypto-common"
2710version = "0.1.6"
2711source = "registry+https://github.com/rust-lang/crates.io-index"
2712checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
2713dependencies = [
2714 "generic-array",
2715 "typenum",
2716]
2717
2718[[package]]
2719name = "crypto-mac"
2720version = "0.11.0"
2721source = "registry+https://github.com/rust-lang/crates.io-index"
2722checksum = "25fab6889090c8133f3deb8f73ba3c65a7f456f66436fc012a1b1e272b1e103e"
2723dependencies = [
2724 "generic-array",
2725 "subtle",
2726]
2727
2728[[package]]
2729name = "ctor"
2730version = "0.2.6"
2731source = "registry+https://github.com/rust-lang/crates.io-index"
2732checksum = "30d2b3721e861707777e3195b0158f950ae6dc4a27e4d02ff9f67e3eb3de199e"
2733dependencies = [
2734 "quote",
2735 "syn 2.0.48",
2736]
2737
2738[[package]]
2739name = "ctrlc"
2740version = "3.4.2"
2741source = "registry+https://github.com/rust-lang/crates.io-index"
2742checksum = "b467862cc8610ca6fc9a1532d7777cee0804e678ab45410897b9396495994a0b"
2743dependencies = [
2744 "nix 0.27.1",
2745 "windows-sys 0.52.0",
2746]
2747
2748[[package]]
2749name = "curl"
2750version = "0.4.44"
2751source = "registry+https://github.com/rust-lang/crates.io-index"
2752checksum = "509bd11746c7ac09ebd19f0b17782eae80aadee26237658a6b4808afb5c11a22"
2753dependencies = [
2754 "curl-sys",
2755 "libc",
2756 "openssl-probe",
2757 "openssl-sys",
2758 "schannel",
2759 "socket2 0.4.9",
2760 "winapi 0.3.9",
2761]
2762
2763[[package]]
2764name = "curl-sys"
2765version = "0.4.67+curl-8.3.0"
2766source = "registry+https://github.com/rust-lang/crates.io-index"
2767checksum = "3cc35d066510b197a0f72de863736641539957628c8a42e70e27c66849e77c34"
2768dependencies = [
2769 "cc",
2770 "libc",
2771 "libz-sys",
2772 "openssl-sys",
2773 "pkg-config",
2774 "vcpkg",
2775 "windows-sys 0.48.0",
2776]
2777
2778[[package]]
2779name = "cursor-icon"
2780version = "1.1.0"
2781source = "registry+https://github.com/rust-lang/crates.io-index"
2782checksum = "96a6ac251f4a2aca6b3f91340350eab87ae57c3f127ffeb585e92bd336717991"
2783
2784[[package]]
2785name = "dashmap"
2786version = "5.5.3"
2787source = "registry+https://github.com/rust-lang/crates.io-index"
2788checksum = "978747c1d849a7d2ee5e8adc0159961c48fb7e5db2f06af6723b80123bb53856"
2789dependencies = [
2790 "cfg-if 1.0.0",
2791 "hashbrown 0.14.0",
2792 "lock_api",
2793 "once_cell",
2794 "parking_lot_core 0.9.8",
2795]
2796
2797[[package]]
2798name = "dasp_sample"
2799version = "0.11.0"
2800source = "registry+https://github.com/rust-lang/crates.io-index"
2801checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
2802
2803[[package]]
2804name = "data-url"
2805version = "0.1.1"
2806source = "registry+https://github.com/rust-lang/crates.io-index"
2807checksum = "3a30bfce702bcfa94e906ef82421f2c0e61c076ad76030c16ee5d2e9a32fe193"
2808dependencies = [
2809 "matches",
2810]
2811
2812[[package]]
2813name = "db"
2814version = "0.1.0"
2815dependencies = [
2816 "anyhow",
2817 "async-trait",
2818 "collections",
2819 "env_logger",
2820 "gpui",
2821 "indoc",
2822 "lazy_static",
2823 "log",
2824 "parking_lot 0.11.2",
2825 "release_channel",
2826 "serde",
2827 "serde_derive",
2828 "smol",
2829 "sqlez",
2830 "sqlez_macros",
2831 "tempfile",
2832 "util",
2833]
2834
2835[[package]]
2836name = "deflate"
2837version = "0.8.6"
2838source = "registry+https://github.com/rust-lang/crates.io-index"
2839checksum = "73770f8e1fe7d64df17ca66ad28994a0a623ea497fa69486e14984e715c5d174"
2840dependencies = [
2841 "adler32",
2842 "byteorder",
2843]
2844
2845[[package]]
2846name = "der"
2847version = "0.6.1"
2848source = "registry+https://github.com/rust-lang/crates.io-index"
2849checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
2850dependencies = [
2851 "const-oid",
2852 "zeroize",
2853]
2854
2855[[package]]
2856name = "der"
2857version = "0.7.8"
2858source = "registry+https://github.com/rust-lang/crates.io-index"
2859checksum = "fffa369a668c8af7dbf8b5e56c9f744fbd399949ed171606040001947de40b1c"
2860dependencies = [
2861 "const-oid",
2862 "pem-rfc7468",
2863 "zeroize",
2864]
2865
2866[[package]]
2867name = "deranged"
2868version = "0.3.8"
2869source = "registry+https://github.com/rust-lang/crates.io-index"
2870checksum = "f2696e8a945f658fd14dc3b87242e6b80cd0f36ff04ea560fa39082368847946"
2871dependencies = [
2872 "serde",
2873]
2874
2875[[package]]
2876name = "derivative"
2877version = "2.2.0"
2878source = "registry+https://github.com/rust-lang/crates.io-index"
2879checksum = "fcc3dd5e9e9c0b295d6e1e4d811fb6f157d5ffd784b8d202fc62eac8035a770b"
2880dependencies = [
2881 "proc-macro2",
2882 "quote",
2883 "syn 1.0.109",
2884]
2885
2886[[package]]
2887name = "derive_more"
2888version = "0.99.17"
2889source = "registry+https://github.com/rust-lang/crates.io-index"
2890checksum = "4fb810d30a7c1953f91334de7244731fc3f3c10d7fe163338a35b9f640960321"
2891dependencies = [
2892 "convert_case 0.4.0",
2893 "proc-macro2",
2894 "quote",
2895 "rustc_version",
2896 "syn 1.0.109",
2897]
2898
2899[[package]]
2900name = "derive_refineable"
2901version = "0.1.0"
2902dependencies = [
2903 "proc-macro2",
2904 "quote",
2905 "syn 1.0.109",
2906]
2907
2908[[package]]
2909name = "dhat"
2910version = "0.3.2"
2911source = "registry+https://github.com/rust-lang/crates.io-index"
2912checksum = "4f2aaf837aaf456f6706cb46386ba8dffd4013a757e36f4ea05c20dd46b209a3"
2913dependencies = [
2914 "backtrace",
2915 "lazy_static",
2916 "mintex",
2917 "parking_lot 0.12.1",
2918 "rustc-hash",
2919 "serde",
2920 "serde_json",
2921 "thousands",
2922]
2923
2924[[package]]
2925name = "diagnostics"
2926version = "0.1.0"
2927dependencies = [
2928 "anyhow",
2929 "client",
2930 "collections",
2931 "editor",
2932 "futures 0.3.28",
2933 "gpui",
2934 "language",
2935 "log",
2936 "lsp",
2937 "postage",
2938 "project",
2939 "schemars",
2940 "serde",
2941 "serde_derive",
2942 "serde_json",
2943 "settings",
2944 "smallvec",
2945 "theme",
2946 "ui",
2947 "unindent",
2948 "util",
2949 "workspace",
2950]
2951
2952[[package]]
2953name = "dialoguer"
2954version = "0.11.0"
2955source = "registry+https://github.com/rust-lang/crates.io-index"
2956checksum = "658bce805d770f407bc62102fca7c2c64ceef2fbcb2b8bd19d2765ce093980de"
2957dependencies = [
2958 "console",
2959 "fuzzy-matcher",
2960 "shell-words",
2961 "tempfile",
2962 "thiserror",
2963 "zeroize",
2964]
2965
2966[[package]]
2967name = "diff"
2968version = "0.1.13"
2969source = "registry+https://github.com/rust-lang/crates.io-index"
2970checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
2971
2972[[package]]
2973name = "digest"
2974version = "0.9.0"
2975source = "registry+https://github.com/rust-lang/crates.io-index"
2976checksum = "d3dd60d1080a57a05ab032377049e0591415d2b31afd7028356dbf3cc6dcb066"
2977dependencies = [
2978 "generic-array",
2979]
2980
2981[[package]]
2982name = "digest"
2983version = "0.10.7"
2984source = "registry+https://github.com/rust-lang/crates.io-index"
2985checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
2986dependencies = [
2987 "block-buffer 0.10.4",
2988 "const-oid",
2989 "crypto-common",
2990 "subtle",
2991]
2992
2993[[package]]
2994name = "dirs"
2995version = "3.0.2"
2996source = "registry+https://github.com/rust-lang/crates.io-index"
2997checksum = "30baa043103c9d0c2a57cf537cc2f35623889dc0d405e6c3cccfadbc81c71309"
2998dependencies = [
2999 "dirs-sys",
3000]
3001
3002[[package]]
3003name = "dirs"
3004version = "4.0.0"
3005source = "registry+https://github.com/rust-lang/crates.io-index"
3006checksum = "ca3aa72a6f96ea37bbc5aa912f6788242832f75369bdfdadcb0e38423f100059"
3007dependencies = [
3008 "dirs-sys",
3009]
3010
3011[[package]]
3012name = "dirs-next"
3013version = "2.0.0"
3014source = "registry+https://github.com/rust-lang/crates.io-index"
3015checksum = "b98cf8ebf19c3d1b223e151f99a4f9f0690dca41414773390fc824184ac833e1"
3016dependencies = [
3017 "cfg-if 1.0.0",
3018 "dirs-sys-next",
3019]
3020
3021[[package]]
3022name = "dirs-sys"
3023version = "0.3.7"
3024source = "registry+https://github.com/rust-lang/crates.io-index"
3025checksum = "1b1d1d91c932ef41c0f2663aa8b0ca0342d444d842c06914aa0a7e352d0bada6"
3026dependencies = [
3027 "libc",
3028 "redox_users",
3029 "winapi 0.3.9",
3030]
3031
3032[[package]]
3033name = "dirs-sys-next"
3034version = "0.1.2"
3035source = "registry+https://github.com/rust-lang/crates.io-index"
3036checksum = "4ebda144c4fe02d1f7ea1a7d9641b6fc6b580adcfa024ae48797ecdeb6825b4d"
3037dependencies = [
3038 "libc",
3039 "redox_users",
3040 "winapi 0.3.9",
3041]
3042
3043[[package]]
3044name = "dlib"
3045version = "0.5.2"
3046source = "registry+https://github.com/rust-lang/crates.io-index"
3047checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
3048dependencies = [
3049 "libloading 0.8.0",
3050]
3051
3052[[package]]
3053name = "dotenvy"
3054version = "0.15.7"
3055source = "registry+https://github.com/rust-lang/crates.io-index"
3056checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
3057
3058[[package]]
3059name = "downcast-rs"
3060version = "1.2.0"
3061source = "registry+https://github.com/rust-lang/crates.io-index"
3062checksum = "9ea835d29036a4087793836fa931b08837ad5e957da9e23886b29586fb9b6650"
3063
3064[[package]]
3065name = "dwrote"
3066version = "0.11.0"
3067source = "registry+https://github.com/rust-lang/crates.io-index"
3068checksum = "439a1c2ba5611ad3ed731280541d36d2e9c4ac5e7fb818a27b604bdc5a6aa65b"
3069dependencies = [
3070 "lazy_static",
3071 "libc",
3072 "winapi 0.3.9",
3073 "wio",
3074]
3075
3076[[package]]
3077name = "dyn-clone"
3078version = "1.0.14"
3079source = "registry+https://github.com/rust-lang/crates.io-index"
3080checksum = "23d2f3407d9a573d666de4b5bdf10569d73ca9478087346697dcbae6244bfbcd"
3081
3082[[package]]
3083name = "ecdsa"
3084version = "0.14.8"
3085source = "registry+https://github.com/rust-lang/crates.io-index"
3086checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
3087dependencies = [
3088 "der 0.6.1",
3089 "elliptic-curve",
3090 "rfc6979",
3091 "signature 1.6.4",
3092]
3093
3094[[package]]
3095name = "editor"
3096version = "0.1.0"
3097dependencies = [
3098 "aho-corasick",
3099 "anyhow",
3100 "client",
3101 "clock",
3102 "collections",
3103 "convert_case 0.6.0",
3104 "copilot",
3105 "ctor",
3106 "db",
3107 "env_logger",
3108 "futures 0.3.28",
3109 "fuzzy",
3110 "git",
3111 "gpui",
3112 "indoc",
3113 "itertools 0.10.5",
3114 "language",
3115 "lazy_static",
3116 "linkify",
3117 "log",
3118 "lsp",
3119 "multi_buffer",
3120 "ordered-float 2.10.0",
3121 "parking_lot 0.11.2",
3122 "postage",
3123 "project",
3124 "rand 0.8.5",
3125 "release_channel",
3126 "rich_text",
3127 "rpc",
3128 "schemars",
3129 "serde",
3130 "serde_derive",
3131 "serde_json",
3132 "settings",
3133 "smallvec",
3134 "smol",
3135 "snippet",
3136 "sqlez",
3137 "sum_tree",
3138 "text",
3139 "theme",
3140 "tree-sitter",
3141 "tree-sitter-html",
3142 "tree-sitter-rust",
3143 "tree-sitter-typescript",
3144 "ui",
3145 "unindent",
3146 "url",
3147 "util",
3148 "workspace",
3149]
3150
3151[[package]]
3152name = "either"
3153version = "1.9.0"
3154source = "registry+https://github.com/rust-lang/crates.io-index"
3155checksum = "a26ae43d7bcc3b814de94796a5e736d4029efb0ee900c12e2d54c993ad1a1e07"
3156dependencies = [
3157 "serde",
3158]
3159
3160[[package]]
3161name = "elliptic-curve"
3162version = "0.12.3"
3163source = "registry+https://github.com/rust-lang/crates.io-index"
3164checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
3165dependencies = [
3166 "base16ct",
3167 "crypto-bigint 0.4.9",
3168 "der 0.6.1",
3169 "digest 0.10.7",
3170 "ff",
3171 "generic-array",
3172 "group",
3173 "pkcs8 0.9.0",
3174 "rand_core 0.6.4",
3175 "sec1",
3176 "subtle",
3177 "zeroize",
3178]
3179
3180[[package]]
3181name = "encode_unicode"
3182version = "0.3.6"
3183source = "registry+https://github.com/rust-lang/crates.io-index"
3184checksum = "a357d28ed41a50f9c765dbfe56cbc04a64e53e5fc58ba79fbc34c10ef3df831f"
3185
3186[[package]]
3187name = "encoding_rs"
3188version = "0.8.33"
3189source = "registry+https://github.com/rust-lang/crates.io-index"
3190checksum = "7268b386296a025e474d5140678f75d6de9493ae55a5d709eeb9dd08149945e1"
3191dependencies = [
3192 "cfg-if 1.0.0",
3193]
3194
3195[[package]]
3196name = "enumflags2"
3197version = "0.7.9"
3198source = "registry+https://github.com/rust-lang/crates.io-index"
3199checksum = "3278c9d5fb675e0a51dabcf4c0d355f692b064171535ba72361be1528a9d8e8d"
3200dependencies = [
3201 "enumflags2_derive",
3202 "serde",
3203]
3204
3205[[package]]
3206name = "enumflags2_derive"
3207version = "0.7.9"
3208source = "registry+https://github.com/rust-lang/crates.io-index"
3209checksum = "5c785274071b1b420972453b306eeca06acf4633829db4223b58a2a8c5953bc4"
3210dependencies = [
3211 "proc-macro2",
3212 "quote",
3213 "syn 2.0.48",
3214]
3215
3216[[package]]
3217name = "env_logger"
3218version = "0.9.3"
3219source = "registry+https://github.com/rust-lang/crates.io-index"
3220checksum = "a12e6657c4c97ebab115a42dcee77225f7f482cdd841cf7088c657a42e9e00e7"
3221dependencies = [
3222 "atty",
3223 "humantime",
3224 "log",
3225 "regex",
3226 "termcolor",
3227]
3228
3229[[package]]
3230name = "envy"
3231version = "0.4.2"
3232source = "registry+https://github.com/rust-lang/crates.io-index"
3233checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
3234dependencies = [
3235 "serde",
3236]
3237
3238[[package]]
3239name = "equivalent"
3240version = "1.0.1"
3241source = "registry+https://github.com/rust-lang/crates.io-index"
3242checksum = "5443807d6dff69373d433ab9ef5378ad8df50ca6298caf15de6e52e24aaf54d5"
3243
3244[[package]]
3245name = "erased-serde"
3246version = "0.3.31"
3247source = "registry+https://github.com/rust-lang/crates.io-index"
3248checksum = "6c138974f9d5e7fe373eb04df7cae98833802ae4b11c24ac7039a21d5af4b26c"
3249dependencies = [
3250 "serde",
3251]
3252
3253[[package]]
3254name = "errno"
3255version = "0.3.8"
3256source = "registry+https://github.com/rust-lang/crates.io-index"
3257checksum = "a258e46cdc063eb8519c00b9fc845fc47bcfca4130e2f08e88665ceda8474245"
3258dependencies = [
3259 "libc",
3260 "windows-sys 0.52.0",
3261]
3262
3263[[package]]
3264name = "etagere"
3265version = "0.2.8"
3266source = "registry+https://github.com/rust-lang/crates.io-index"
3267checksum = "fcf22f748754352918e082e0039335ee92454a5d62bcaf69b5e8daf5907d9644"
3268dependencies = [
3269 "euclid",
3270 "svg_fmt",
3271]
3272
3273[[package]]
3274name = "etcetera"
3275version = "0.8.0"
3276source = "registry+https://github.com/rust-lang/crates.io-index"
3277checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
3278dependencies = [
3279 "cfg-if 1.0.0",
3280 "home",
3281 "windows-sys 0.48.0",
3282]
3283
3284[[package]]
3285name = "euclid"
3286version = "0.22.9"
3287source = "registry+https://github.com/rust-lang/crates.io-index"
3288checksum = "87f253bc5c813ca05792837a0ff4b3a580336b224512d48f7eda1d7dd9210787"
3289dependencies = [
3290 "num-traits",
3291]
3292
3293[[package]]
3294name = "event-listener"
3295version = "2.5.3"
3296source = "registry+https://github.com/rust-lang/crates.io-index"
3297checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
3298
3299[[package]]
3300name = "event-listener"
3301version = "4.0.3"
3302source = "registry+https://github.com/rust-lang/crates.io-index"
3303checksum = "67b215c49b2b248c855fb73579eb1f4f26c38ffdc12973e20e07b91d78d5646e"
3304dependencies = [
3305 "concurrent-queue",
3306 "parking",
3307 "pin-project-lite 0.2.13",
3308]
3309
3310[[package]]
3311name = "event-listener-strategy"
3312version = "0.4.0"
3313source = "registry+https://github.com/rust-lang/crates.io-index"
3314checksum = "958e4d70b6d5e81971bebec42271ec641e7ff4e170a6fa605f2b8a8b65cb97d3"
3315dependencies = [
3316 "event-listener 4.0.3",
3317 "pin-project-lite 0.2.13",
3318]
3319
3320[[package]]
3321name = "extension"
3322version = "0.1.0"
3323dependencies = [
3324 "anyhow",
3325 "async-compression",
3326 "async-tar",
3327 "client",
3328 "collections",
3329 "fs",
3330 "futures 0.3.28",
3331 "gpui",
3332 "language",
3333 "log",
3334 "parking_lot 0.11.2",
3335 "schemars",
3336 "serde",
3337 "serde_json",
3338 "settings",
3339 "theme",
3340 "toml 0.8.10",
3341 "util",
3342]
3343
3344[[package]]
3345name = "extensions_ui"
3346version = "0.1.0"
3347dependencies = [
3348 "anyhow",
3349 "async-compression",
3350 "async-tar",
3351 "client",
3352 "db",
3353 "editor",
3354 "extension",
3355 "fs",
3356 "futures 0.3.28",
3357 "fuzzy",
3358 "gpui",
3359 "log",
3360 "project",
3361 "serde",
3362 "serde_json",
3363 "settings",
3364 "theme",
3365 "ui",
3366 "util",
3367 "workspace",
3368]
3369
3370[[package]]
3371name = "fallible-iterator"
3372version = "0.2.0"
3373source = "registry+https://github.com/rust-lang/crates.io-index"
3374checksum = "4443176a9f2c162692bd3d352d745ef9413eec5782a80d8fd6f8a1ac692a07f7"
3375
3376[[package]]
3377name = "fallible-iterator"
3378version = "0.3.0"
3379source = "registry+https://github.com/rust-lang/crates.io-index"
3380checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
3381
3382[[package]]
3383name = "fallible-streaming-iterator"
3384version = "0.1.9"
3385source = "registry+https://github.com/rust-lang/crates.io-index"
3386checksum = "7360491ce676a36bf9bb3c56c1aa791658183a54d2744120f27285738d90465a"
3387
3388[[package]]
3389name = "fancy-regex"
3390version = "0.11.0"
3391source = "registry+https://github.com/rust-lang/crates.io-index"
3392checksum = "b95f7c0680e4142284cf8b22c14a476e87d61b004a3a0861872b32ef7ead40a2"
3393dependencies = [
3394 "bit-set",
3395 "regex",
3396]
3397
3398[[package]]
3399name = "fast-srgb8"
3400version = "1.0.0"
3401source = "registry+https://github.com/rust-lang/crates.io-index"
3402checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
3403
3404[[package]]
3405name = "fastrand"
3406version = "1.9.0"
3407source = "registry+https://github.com/rust-lang/crates.io-index"
3408checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
3409dependencies = [
3410 "instant",
3411]
3412
3413[[package]]
3414name = "fastrand"
3415version = "2.0.0"
3416source = "registry+https://github.com/rust-lang/crates.io-index"
3417checksum = "6999dc1837253364c2ebb0704ba97994bd874e8f195d665c50b7548f6ea92764"
3418
3419[[package]]
3420name = "feature_flags"
3421version = "0.1.0"
3422dependencies = [
3423 "anyhow",
3424 "gpui",
3425]
3426
3427[[package]]
3428name = "feedback"
3429version = "0.1.0"
3430dependencies = [
3431 "anyhow",
3432 "bitflags 2.4.1",
3433 "client",
3434 "db",
3435 "editor",
3436 "futures 0.3.28",
3437 "gpui",
3438 "human_bytes",
3439 "isahc",
3440 "language",
3441 "lazy_static",
3442 "log",
3443 "menu",
3444 "postage",
3445 "project",
3446 "regex",
3447 "release_channel",
3448 "serde",
3449 "serde_derive",
3450 "serde_json",
3451 "settings",
3452 "smallvec",
3453 "smol",
3454 "sysinfo",
3455 "theme",
3456 "tree-sitter-markdown",
3457 "ui",
3458 "urlencoding",
3459 "util",
3460 "workspace",
3461]
3462
3463[[package]]
3464name = "ff"
3465version = "0.12.1"
3466source = "registry+https://github.com/rust-lang/crates.io-index"
3467checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
3468dependencies = [
3469 "rand_core 0.6.4",
3470 "subtle",
3471]
3472
3473[[package]]
3474name = "file_finder"
3475version = "0.1.0"
3476dependencies = [
3477 "anyhow",
3478 "collections",
3479 "ctor",
3480 "editor",
3481 "env_logger",
3482 "fuzzy",
3483 "gpui",
3484 "itertools 0.11.0",
3485 "language",
3486 "menu",
3487 "picker",
3488 "postage",
3489 "project",
3490 "serde",
3491 "serde_json",
3492 "settings",
3493 "text",
3494 "theme",
3495 "ui",
3496 "util",
3497 "workspace",
3498]
3499
3500[[package]]
3501name = "filetime"
3502version = "0.2.22"
3503source = "registry+https://github.com/rust-lang/crates.io-index"
3504checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
3505dependencies = [
3506 "cfg-if 1.0.0",
3507 "libc",
3508 "redox_syscall 0.3.5",
3509 "windows-sys 0.48.0",
3510]
3511
3512[[package]]
3513name = "finl_unicode"
3514version = "1.2.0"
3515source = "registry+https://github.com/rust-lang/crates.io-index"
3516checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
3517
3518[[package]]
3519name = "fixedbitset"
3520version = "0.4.2"
3521source = "registry+https://github.com/rust-lang/crates.io-index"
3522checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
3523
3524[[package]]
3525name = "flate2"
3526version = "1.0.27"
3527source = "registry+https://github.com/rust-lang/crates.io-index"
3528checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
3529dependencies = [
3530 "crc32fast",
3531 "miniz_oxide 0.7.1",
3532]
3533
3534[[package]]
3535name = "float-cmp"
3536version = "0.5.3"
3537source = "registry+https://github.com/rust-lang/crates.io-index"
3538checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
3539
3540[[package]]
3541name = "float-ord"
3542version = "0.2.0"
3543source = "registry+https://github.com/rust-lang/crates.io-index"
3544checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
3545
3546[[package]]
3547name = "flume"
3548version = "0.11.0"
3549source = "registry+https://github.com/rust-lang/crates.io-index"
3550checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
3551dependencies = [
3552 "futures-core",
3553 "futures-sink",
3554 "nanorand",
3555 "spin 0.9.8",
3556]
3557
3558[[package]]
3559name = "fnv"
3560version = "1.0.7"
3561source = "registry+https://github.com/rust-lang/crates.io-index"
3562checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
3563
3564[[package]]
3565name = "font-kit"
3566version = "0.11.0"
3567source = "git+https://github.com/zed-industries/font-kit?rev=5a5c4d4#5a5c4d4ca395c74eb0abde38508e170ce0fd761a"
3568dependencies = [
3569 "bitflags 1.3.2",
3570 "byteorder",
3571 "core-foundation",
3572 "core-graphics 0.23.1",
3573 "core-text",
3574 "dirs-next",
3575 "dwrote",
3576 "float-ord",
3577 "freetype",
3578 "lazy_static",
3579 "libc",
3580 "log",
3581 "pathfinder_geometry",
3582 "pathfinder_simd",
3583 "walkdir",
3584 "winapi 0.3.9",
3585 "yeslogic-fontconfig-sys",
3586]
3587
3588[[package]]
3589name = "font-types"
3590version = "0.4.2"
3591source = "registry+https://github.com/rust-lang/crates.io-index"
3592checksum = "0bd7f3ea17572640b606b35df42cfb6ecdf003704b062580e59918692190b73d"
3593
3594[[package]]
3595name = "fontconfig-parser"
3596version = "0.5.6"
3597source = "registry+https://github.com/rust-lang/crates.io-index"
3598checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
3599dependencies = [
3600 "roxmltree 0.19.0",
3601]
3602
3603[[package]]
3604name = "fontdb"
3605version = "0.5.4"
3606source = "registry+https://github.com/rust-lang/crates.io-index"
3607checksum = "e58903f4f8d5b58c7d300908e4ebe5289c1bfdf5587964330f12023b8ff17fd1"
3608dependencies = [
3609 "log",
3610 "memmap2 0.2.3",
3611 "ttf-parser 0.12.3",
3612]
3613
3614[[package]]
3615name = "fontdb"
3616version = "0.15.0"
3617source = "registry+https://github.com/rust-lang/crates.io-index"
3618checksum = "020e203f177c0fb250fb19455a252e838d2bbbce1f80f25ecc42402aafa8cd38"
3619dependencies = [
3620 "fontconfig-parser",
3621 "log",
3622 "memmap2 0.8.0",
3623 "slotmap",
3624 "tinyvec",
3625 "ttf-parser 0.19.2",
3626]
3627
3628[[package]]
3629name = "foreign-types"
3630version = "0.3.2"
3631source = "registry+https://github.com/rust-lang/crates.io-index"
3632checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
3633dependencies = [
3634 "foreign-types-shared 0.1.1",
3635]
3636
3637[[package]]
3638name = "foreign-types"
3639version = "0.5.0"
3640source = "registry+https://github.com/rust-lang/crates.io-index"
3641checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
3642dependencies = [
3643 "foreign-types-macros",
3644 "foreign-types-shared 0.3.1",
3645]
3646
3647[[package]]
3648name = "foreign-types-macros"
3649version = "0.2.3"
3650source = "registry+https://github.com/rust-lang/crates.io-index"
3651checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
3652dependencies = [
3653 "proc-macro2",
3654 "quote",
3655 "syn 2.0.48",
3656]
3657
3658[[package]]
3659name = "foreign-types-shared"
3660version = "0.1.1"
3661source = "registry+https://github.com/rust-lang/crates.io-index"
3662checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
3663
3664[[package]]
3665name = "foreign-types-shared"
3666version = "0.3.1"
3667source = "registry+https://github.com/rust-lang/crates.io-index"
3668checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
3669
3670[[package]]
3671name = "form_urlencoded"
3672version = "1.2.0"
3673source = "registry+https://github.com/rust-lang/crates.io-index"
3674checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
3675dependencies = [
3676 "percent-encoding",
3677]
3678
3679[[package]]
3680name = "freetype"
3681version = "0.7.0"
3682source = "registry+https://github.com/rust-lang/crates.io-index"
3683checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
3684dependencies = [
3685 "freetype-sys",
3686 "libc",
3687]
3688
3689[[package]]
3690name = "freetype-sys"
3691version = "0.13.1"
3692source = "registry+https://github.com/rust-lang/crates.io-index"
3693checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
3694dependencies = [
3695 "cmake",
3696 "libc",
3697 "pkg-config",
3698]
3699
3700[[package]]
3701name = "fs"
3702version = "0.1.0"
3703dependencies = [
3704 "anyhow",
3705 "async-trait",
3706 "collections",
3707 "fsevent",
3708 "futures 0.3.28",
3709 "git2",
3710 "gpui",
3711 "lazy_static",
3712 "libc",
3713 "log",
3714 "notify",
3715 "parking_lot 0.11.2",
3716 "regex",
3717 "rope",
3718 "serde",
3719 "serde_derive",
3720 "serde_json",
3721 "smol",
3722 "sum_tree",
3723 "tempfile",
3724 "text",
3725 "time",
3726 "util",
3727 "windows-sys 0.52.0",
3728]
3729
3730[[package]]
3731name = "fsevent"
3732version = "2.0.2"
3733dependencies = [
3734 "bitflags 1.3.2",
3735 "fsevent-sys 3.1.0",
3736 "parking_lot 0.11.2",
3737 "tempfile",
3738]
3739
3740[[package]]
3741name = "fsevent-sys"
3742version = "3.1.0"
3743source = "registry+https://github.com/rust-lang/crates.io-index"
3744checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
3745dependencies = [
3746 "libc",
3747]
3748
3749[[package]]
3750name = "fsevent-sys"
3751version = "4.1.0"
3752source = "registry+https://github.com/rust-lang/crates.io-index"
3753checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
3754dependencies = [
3755 "libc",
3756]
3757
3758[[package]]
3759name = "fuchsia-zircon"
3760version = "0.3.3"
3761source = "registry+https://github.com/rust-lang/crates.io-index"
3762checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
3763dependencies = [
3764 "bitflags 1.3.2",
3765 "fuchsia-zircon-sys",
3766]
3767
3768[[package]]
3769name = "fuchsia-zircon-sys"
3770version = "0.3.3"
3771source = "registry+https://github.com/rust-lang/crates.io-index"
3772checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
3773
3774[[package]]
3775name = "funty"
3776version = "2.0.0"
3777source = "registry+https://github.com/rust-lang/crates.io-index"
3778checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
3779
3780[[package]]
3781name = "futf"
3782version = "0.1.5"
3783source = "registry+https://github.com/rust-lang/crates.io-index"
3784checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
3785dependencies = [
3786 "mac",
3787 "new_debug_unreachable",
3788]
3789
3790[[package]]
3791name = "futures"
3792version = "0.1.31"
3793source = "registry+https://github.com/rust-lang/crates.io-index"
3794checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
3795
3796[[package]]
3797name = "futures"
3798version = "0.3.28"
3799source = "registry+https://github.com/rust-lang/crates.io-index"
3800checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
3801dependencies = [
3802 "futures-channel",
3803 "futures-core",
3804 "futures-executor",
3805 "futures-io",
3806 "futures-sink",
3807 "futures-task",
3808 "futures-util",
3809]
3810
3811[[package]]
3812name = "futures-channel"
3813version = "0.3.30"
3814source = "registry+https://github.com/rust-lang/crates.io-index"
3815checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
3816dependencies = [
3817 "futures-core",
3818 "futures-sink",
3819]
3820
3821[[package]]
3822name = "futures-core"
3823version = "0.3.30"
3824source = "registry+https://github.com/rust-lang/crates.io-index"
3825checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
3826
3827[[package]]
3828name = "futures-executor"
3829version = "0.3.28"
3830source = "registry+https://github.com/rust-lang/crates.io-index"
3831checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
3832dependencies = [
3833 "futures-core",
3834 "futures-task",
3835 "futures-util",
3836]
3837
3838[[package]]
3839name = "futures-intrusive"
3840version = "0.5.0"
3841source = "registry+https://github.com/rust-lang/crates.io-index"
3842checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
3843dependencies = [
3844 "futures-core",
3845 "lock_api",
3846 "parking_lot 0.12.1",
3847]
3848
3849[[package]]
3850name = "futures-io"
3851version = "0.3.30"
3852source = "registry+https://github.com/rust-lang/crates.io-index"
3853checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
3854
3855[[package]]
3856name = "futures-lite"
3857version = "1.13.0"
3858source = "registry+https://github.com/rust-lang/crates.io-index"
3859checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
3860dependencies = [
3861 "fastrand 1.9.0",
3862 "futures-core",
3863 "futures-io",
3864 "memchr",
3865 "parking",
3866 "pin-project-lite 0.2.13",
3867 "waker-fn",
3868]
3869
3870[[package]]
3871name = "futures-lite"
3872version = "2.0.0"
3873source = "registry+https://github.com/rust-lang/crates.io-index"
3874checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63"
3875dependencies = [
3876 "fastrand 2.0.0",
3877 "futures-core",
3878 "futures-io",
3879 "memchr",
3880 "parking",
3881 "pin-project-lite 0.2.13",
3882 "waker-fn",
3883]
3884
3885[[package]]
3886name = "futures-macro"
3887version = "0.3.30"
3888source = "registry+https://github.com/rust-lang/crates.io-index"
3889checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
3890dependencies = [
3891 "proc-macro2",
3892 "quote",
3893 "syn 2.0.48",
3894]
3895
3896[[package]]
3897name = "futures-sink"
3898version = "0.3.30"
3899source = "registry+https://github.com/rust-lang/crates.io-index"
3900checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
3901
3902[[package]]
3903name = "futures-task"
3904version = "0.3.30"
3905source = "registry+https://github.com/rust-lang/crates.io-index"
3906checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
3907
3908[[package]]
3909name = "futures-util"
3910version = "0.3.30"
3911source = "registry+https://github.com/rust-lang/crates.io-index"
3912checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
3913dependencies = [
3914 "futures 0.1.31",
3915 "futures-channel",
3916 "futures-core",
3917 "futures-io",
3918 "futures-macro",
3919 "futures-sink",
3920 "futures-task",
3921 "memchr",
3922 "pin-project-lite 0.2.13",
3923 "pin-utils",
3924 "slab",
3925 "tokio-io",
3926]
3927
3928[[package]]
3929name = "fuzzy"
3930version = "0.1.0"
3931dependencies = [
3932 "gpui",
3933 "util",
3934]
3935
3936[[package]]
3937name = "fuzzy-matcher"
3938version = "0.3.7"
3939source = "registry+https://github.com/rust-lang/crates.io-index"
3940checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
3941dependencies = [
3942 "thread_local",
3943]
3944
3945[[package]]
3946name = "generic-array"
3947version = "0.14.7"
3948source = "registry+https://github.com/rust-lang/crates.io-index"
3949checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
3950dependencies = [
3951 "typenum",
3952 "version_check",
3953]
3954
3955[[package]]
3956name = "getrandom"
3957version = "0.1.16"
3958source = "registry+https://github.com/rust-lang/crates.io-index"
3959checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
3960dependencies = [
3961 "cfg-if 1.0.0",
3962 "libc",
3963 "wasi 0.9.0+wasi-snapshot-preview1",
3964]
3965
3966[[package]]
3967name = "getrandom"
3968version = "0.2.10"
3969source = "registry+https://github.com/rust-lang/crates.io-index"
3970checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
3971dependencies = [
3972 "cfg-if 1.0.0",
3973 "js-sys",
3974 "libc",
3975 "wasi 0.11.0+wasi-snapshot-preview1",
3976 "wasm-bindgen",
3977]
3978
3979[[package]]
3980name = "gif"
3981version = "0.11.4"
3982source = "registry+https://github.com/rust-lang/crates.io-index"
3983checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
3984dependencies = [
3985 "color_quant",
3986 "weezl",
3987]
3988
3989[[package]]
3990name = "gimli"
3991version = "0.28.0"
3992source = "registry+https://github.com/rust-lang/crates.io-index"
3993checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
3994dependencies = [
3995 "fallible-iterator 0.3.0",
3996 "indexmap 2.0.0",
3997 "stable_deref_trait",
3998]
3999
4000[[package]]
4001name = "git"
4002version = "0.1.0"
4003dependencies = [
4004 "anyhow",
4005 "async-trait",
4006 "clock",
4007 "collections",
4008 "futures 0.3.28",
4009 "git2",
4010 "lazy_static",
4011 "log",
4012 "parking_lot 0.11.2",
4013 "smol",
4014 "sum_tree",
4015 "text",
4016 "unindent",
4017 "util",
4018]
4019
4020[[package]]
4021name = "git2"
4022version = "0.15.0"
4023source = "registry+https://github.com/rust-lang/crates.io-index"
4024checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
4025dependencies = [
4026 "bitflags 1.3.2",
4027 "libc",
4028 "libgit2-sys",
4029 "log",
4030 "url",
4031]
4032
4033[[package]]
4034name = "glob"
4035version = "0.3.1"
4036source = "registry+https://github.com/rust-lang/crates.io-index"
4037checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4038
4039[[package]]
4040name = "globset"
4041version = "0.4.13"
4042source = "registry+https://github.com/rust-lang/crates.io-index"
4043checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
4044dependencies = [
4045 "aho-corasick",
4046 "bstr",
4047 "fnv",
4048 "log",
4049 "regex",
4050]
4051
4052[[package]]
4053name = "gloo-timers"
4054version = "0.2.6"
4055source = "registry+https://github.com/rust-lang/crates.io-index"
4056checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4057dependencies = [
4058 "futures-channel",
4059 "futures-core",
4060 "js-sys",
4061 "wasm-bindgen",
4062]
4063
4064[[package]]
4065name = "glow"
4066version = "0.13.1"
4067source = "registry+https://github.com/rust-lang/crates.io-index"
4068checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
4069dependencies = [
4070 "js-sys",
4071 "slotmap",
4072 "wasm-bindgen",
4073 "web-sys",
4074]
4075
4076[[package]]
4077name = "go_to_line"
4078version = "0.1.0"
4079dependencies = [
4080 "editor",
4081 "gpui",
4082 "menu",
4083 "postage",
4084 "serde",
4085 "settings",
4086 "text",
4087 "theme",
4088 "ui",
4089 "util",
4090 "workspace",
4091]
4092
4093[[package]]
4094name = "gpu-alloc"
4095version = "0.6.0"
4096source = "registry+https://github.com/rust-lang/crates.io-index"
4097checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
4098dependencies = [
4099 "bitflags 2.4.1",
4100 "gpu-alloc-types",
4101]
4102
4103[[package]]
4104name = "gpu-alloc-ash"
4105version = "0.6.0"
4106source = "registry+https://github.com/rust-lang/crates.io-index"
4107checksum = "d2424bc9be88170e1a56e57c25d3d0e2dfdd22e8f328e892786aeb4da1415732"
4108dependencies = [
4109 "ash",
4110 "gpu-alloc-types",
4111 "tinyvec",
4112]
4113
4114[[package]]
4115name = "gpu-alloc-types"
4116version = "0.3.0"
4117source = "registry+https://github.com/rust-lang/crates.io-index"
4118checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
4119dependencies = [
4120 "bitflags 2.4.1",
4121]
4122
4123[[package]]
4124name = "gpui"
4125version = "0.1.0"
4126dependencies = [
4127 "anyhow",
4128 "as-raw-xcb-connection",
4129 "ashpd",
4130 "async-task",
4131 "backtrace",
4132 "bindgen 0.65.1",
4133 "bitflags 2.4.1",
4134 "blade-graphics",
4135 "blade-macros",
4136 "block",
4137 "bytemuck",
4138 "cbindgen",
4139 "cocoa",
4140 "collections",
4141 "core-foundation",
4142 "core-graphics 0.23.1",
4143 "core-text",
4144 "cosmic-text",
4145 "ctor",
4146 "derive_more",
4147 "dhat",
4148 "env_logger",
4149 "etagere",
4150 "flume",
4151 "font-kit",
4152 "foreign-types 0.5.0",
4153 "futures 0.3.28",
4154 "gpui_macros",
4155 "image",
4156 "itertools 0.10.5",
4157 "lazy_static",
4158 "linkme",
4159 "log",
4160 "media",
4161 "metal",
4162 "num_cpus",
4163 "objc",
4164 "open",
4165 "ordered-float 2.10.0",
4166 "parking",
4167 "parking_lot 0.11.2",
4168 "pathfinder_geometry",
4169 "png",
4170 "postage",
4171 "profiling",
4172 "rand 0.8.5",
4173 "raw-window-handle 0.5.2",
4174 "raw-window-handle 0.6.0",
4175 "refineable",
4176 "resvg",
4177 "schemars",
4178 "seahash",
4179 "serde",
4180 "serde_derive",
4181 "serde_json",
4182 "simplelog",
4183 "slotmap",
4184 "smallvec",
4185 "smol",
4186 "sum_tree",
4187 "taffy",
4188 "thiserror",
4189 "time",
4190 "tiny-skia",
4191 "usvg",
4192 "util",
4193 "uuid",
4194 "waker-fn",
4195 "wayland-backend",
4196 "wayland-client",
4197 "wayland-protocols",
4198 "xcb",
4199 "xkbcommon",
4200]
4201
4202[[package]]
4203name = "gpui_macros"
4204version = "0.1.0"
4205dependencies = [
4206 "proc-macro2",
4207 "quote",
4208 "syn 1.0.109",
4209]
4210
4211[[package]]
4212name = "grid"
4213version = "0.11.0"
4214source = "registry+https://github.com/rust-lang/crates.io-index"
4215checksum = "1df00eed8d1f0db937f6be10e46e8072b0671accb504cf0f959c5c52c679f5b9"
4216
4217[[package]]
4218name = "group"
4219version = "0.12.1"
4220source = "registry+https://github.com/rust-lang/crates.io-index"
4221checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
4222dependencies = [
4223 "ff",
4224 "rand_core 0.6.4",
4225 "subtle",
4226]
4227
4228[[package]]
4229name = "h2"
4230version = "0.3.21"
4231source = "registry+https://github.com/rust-lang/crates.io-index"
4232checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
4233dependencies = [
4234 "bytes 1.5.0",
4235 "fnv",
4236 "futures-core",
4237 "futures-sink",
4238 "futures-util",
4239 "http 0.2.9",
4240 "indexmap 1.9.3",
4241 "slab",
4242 "tokio",
4243 "tokio-util 0.7.9",
4244 "tracing",
4245]
4246
4247[[package]]
4248name = "hashbrown"
4249version = "0.12.3"
4250source = "registry+https://github.com/rust-lang/crates.io-index"
4251checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
4252dependencies = [
4253 "ahash 0.7.6",
4254]
4255
4256[[package]]
4257name = "hashbrown"
4258version = "0.13.2"
4259source = "registry+https://github.com/rust-lang/crates.io-index"
4260checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
4261dependencies = [
4262 "ahash 0.8.8",
4263]
4264
4265[[package]]
4266name = "hashbrown"
4267version = "0.14.0"
4268source = "registry+https://github.com/rust-lang/crates.io-index"
4269checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
4270dependencies = [
4271 "ahash 0.8.8",
4272 "allocator-api2",
4273]
4274
4275[[package]]
4276name = "hashlink"
4277version = "0.8.4"
4278source = "registry+https://github.com/rust-lang/crates.io-index"
4279checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
4280dependencies = [
4281 "hashbrown 0.14.0",
4282]
4283
4284[[package]]
4285name = "headers"
4286version = "0.3.9"
4287source = "registry+https://github.com/rust-lang/crates.io-index"
4288checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
4289dependencies = [
4290 "base64 0.21.4",
4291 "bytes 1.5.0",
4292 "headers-core",
4293 "http 0.2.9",
4294 "httpdate",
4295 "mime",
4296 "sha1",
4297]
4298
4299[[package]]
4300name = "headers-core"
4301version = "0.2.0"
4302source = "registry+https://github.com/rust-lang/crates.io-index"
4303checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
4304dependencies = [
4305 "http 0.2.9",
4306]
4307
4308[[package]]
4309name = "heck"
4310version = "0.3.3"
4311source = "registry+https://github.com/rust-lang/crates.io-index"
4312checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
4313dependencies = [
4314 "unicode-segmentation",
4315]
4316
4317[[package]]
4318name = "heck"
4319version = "0.4.1"
4320source = "registry+https://github.com/rust-lang/crates.io-index"
4321checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
4322dependencies = [
4323 "unicode-segmentation",
4324]
4325
4326[[package]]
4327name = "hermit-abi"
4328version = "0.1.19"
4329source = "registry+https://github.com/rust-lang/crates.io-index"
4330checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
4331dependencies = [
4332 "libc",
4333]
4334
4335[[package]]
4336name = "hermit-abi"
4337version = "0.3.3"
4338source = "registry+https://github.com/rust-lang/crates.io-index"
4339checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
4340
4341[[package]]
4342name = "hex"
4343version = "0.4.3"
4344source = "registry+https://github.com/rust-lang/crates.io-index"
4345checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
4346
4347[[package]]
4348name = "hexf-parse"
4349version = "0.2.1"
4350source = "registry+https://github.com/rust-lang/crates.io-index"
4351checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
4352
4353[[package]]
4354name = "hidden-trait"
4355version = "0.1.2"
4356source = "registry+https://github.com/rust-lang/crates.io-index"
4357checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
4358dependencies = [
4359 "proc-macro2",
4360 "quote",
4361 "syn 1.0.109",
4362]
4363
4364[[package]]
4365name = "hkdf"
4366version = "0.12.3"
4367source = "registry+https://github.com/rust-lang/crates.io-index"
4368checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
4369dependencies = [
4370 "hmac 0.12.1",
4371]
4372
4373[[package]]
4374name = "hmac"
4375version = "0.11.0"
4376source = "registry+https://github.com/rust-lang/crates.io-index"
4377checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
4378dependencies = [
4379 "crypto-mac",
4380 "digest 0.9.0",
4381]
4382
4383[[package]]
4384name = "hmac"
4385version = "0.12.1"
4386source = "registry+https://github.com/rust-lang/crates.io-index"
4387checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
4388dependencies = [
4389 "digest 0.10.7",
4390]
4391
4392[[package]]
4393name = "home"
4394version = "0.5.9"
4395source = "registry+https://github.com/rust-lang/crates.io-index"
4396checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
4397dependencies = [
4398 "windows-sys 0.52.0",
4399]
4400
4401[[package]]
4402name = "hound"
4403version = "3.5.0"
4404source = "registry+https://github.com/rust-lang/crates.io-index"
4405checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
4406
4407[[package]]
4408name = "http"
4409version = "0.2.9"
4410source = "registry+https://github.com/rust-lang/crates.io-index"
4411checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
4412dependencies = [
4413 "bytes 1.5.0",
4414 "fnv",
4415 "itoa",
4416]
4417
4418[[package]]
4419name = "http"
4420version = "1.0.0"
4421source = "registry+https://github.com/rust-lang/crates.io-index"
4422checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
4423dependencies = [
4424 "bytes 1.5.0",
4425 "fnv",
4426 "itoa",
4427]
4428
4429[[package]]
4430name = "http-body"
4431version = "0.4.5"
4432source = "registry+https://github.com/rust-lang/crates.io-index"
4433checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
4434dependencies = [
4435 "bytes 1.5.0",
4436 "http 0.2.9",
4437 "pin-project-lite 0.2.13",
4438]
4439
4440[[package]]
4441name = "http-range-header"
4442version = "0.3.1"
4443source = "registry+https://github.com/rust-lang/crates.io-index"
4444checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
4445
4446[[package]]
4447name = "httparse"
4448version = "1.8.0"
4449source = "registry+https://github.com/rust-lang/crates.io-index"
4450checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
4451
4452[[package]]
4453name = "httpdate"
4454version = "1.0.3"
4455source = "registry+https://github.com/rust-lang/crates.io-index"
4456checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
4457
4458[[package]]
4459name = "human_bytes"
4460version = "0.4.3"
4461source = "registry+https://github.com/rust-lang/crates.io-index"
4462checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
4463
4464[[package]]
4465name = "humantime"
4466version = "2.1.0"
4467source = "registry+https://github.com/rust-lang/crates.io-index"
4468checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
4469
4470[[package]]
4471name = "hyper"
4472version = "0.14.27"
4473source = "registry+https://github.com/rust-lang/crates.io-index"
4474checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
4475dependencies = [
4476 "bytes 1.5.0",
4477 "futures-channel",
4478 "futures-core",
4479 "futures-util",
4480 "h2",
4481 "http 0.2.9",
4482 "http-body",
4483 "httparse",
4484 "httpdate",
4485 "itoa",
4486 "pin-project-lite 0.2.13",
4487 "socket2 0.4.9",
4488 "tokio",
4489 "tower-service",
4490 "tracing",
4491 "want",
4492]
4493
4494[[package]]
4495name = "hyper-rustls"
4496version = "0.24.2"
4497source = "registry+https://github.com/rust-lang/crates.io-index"
4498checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
4499dependencies = [
4500 "futures-util",
4501 "http 0.2.9",
4502 "hyper",
4503 "log",
4504 "rustls",
4505 "rustls-native-certs",
4506 "tokio",
4507 "tokio-rustls",
4508]
4509
4510[[package]]
4511name = "hyper-timeout"
4512version = "0.4.1"
4513source = "registry+https://github.com/rust-lang/crates.io-index"
4514checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
4515dependencies = [
4516 "hyper",
4517 "pin-project-lite 0.2.13",
4518 "tokio",
4519 "tokio-io-timeout",
4520]
4521
4522[[package]]
4523name = "hyper-tls"
4524version = "0.5.0"
4525source = "registry+https://github.com/rust-lang/crates.io-index"
4526checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
4527dependencies = [
4528 "bytes 1.5.0",
4529 "hyper",
4530 "native-tls",
4531 "tokio",
4532 "tokio-native-tls",
4533]
4534
4535[[package]]
4536name = "iana-time-zone"
4537version = "0.1.57"
4538source = "registry+https://github.com/rust-lang/crates.io-index"
4539checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
4540dependencies = [
4541 "android_system_properties",
4542 "core-foundation-sys 0.8.6",
4543 "iana-time-zone-haiku",
4544 "js-sys",
4545 "wasm-bindgen",
4546 "windows 0.48.0",
4547]
4548
4549[[package]]
4550name = "iana-time-zone-haiku"
4551version = "0.1.2"
4552source = "registry+https://github.com/rust-lang/crates.io-index"
4553checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
4554dependencies = [
4555 "cc",
4556]
4557
4558[[package]]
4559name = "idna"
4560version = "0.4.0"
4561source = "registry+https://github.com/rust-lang/crates.io-index"
4562checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
4563dependencies = [
4564 "unicode-bidi",
4565 "unicode-normalization",
4566]
4567
4568[[package]]
4569name = "ignore"
4570version = "0.4.20"
4571source = "registry+https://github.com/rust-lang/crates.io-index"
4572checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
4573dependencies = [
4574 "globset",
4575 "lazy_static",
4576 "log",
4577 "memchr",
4578 "regex",
4579 "same-file",
4580 "thread_local",
4581 "walkdir",
4582 "winapi-util",
4583]
4584
4585[[package]]
4586name = "image"
4587version = "0.23.14"
4588source = "registry+https://github.com/rust-lang/crates.io-index"
4589checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
4590dependencies = [
4591 "bytemuck",
4592 "byteorder",
4593 "color_quant",
4594 "gif",
4595 "jpeg-decoder",
4596 "num-iter",
4597 "num-rational 0.3.2",
4598 "num-traits",
4599 "png",
4600 "scoped_threadpool",
4601 "tiff",
4602]
4603
4604[[package]]
4605name = "indexmap"
4606version = "1.9.3"
4607source = "registry+https://github.com/rust-lang/crates.io-index"
4608checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
4609dependencies = [
4610 "autocfg",
4611 "hashbrown 0.12.3",
4612 "serde",
4613]
4614
4615[[package]]
4616name = "indexmap"
4617version = "2.0.0"
4618source = "registry+https://github.com/rust-lang/crates.io-index"
4619checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
4620dependencies = [
4621 "equivalent",
4622 "hashbrown 0.14.0",
4623 "serde",
4624]
4625
4626[[package]]
4627name = "indoc"
4628version = "1.0.9"
4629source = "registry+https://github.com/rust-lang/crates.io-index"
4630checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
4631
4632[[package]]
4633name = "inherent"
4634version = "1.0.10"
4635source = "registry+https://github.com/rust-lang/crates.io-index"
4636checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
4637dependencies = [
4638 "proc-macro2",
4639 "quote",
4640 "syn 2.0.48",
4641]
4642
4643[[package]]
4644name = "inotify"
4645version = "0.9.6"
4646source = "registry+https://github.com/rust-lang/crates.io-index"
4647checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
4648dependencies = [
4649 "bitflags 1.3.2",
4650 "inotify-sys",
4651 "libc",
4652]
4653
4654[[package]]
4655name = "inotify-sys"
4656version = "0.1.5"
4657source = "registry+https://github.com/rust-lang/crates.io-index"
4658checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
4659dependencies = [
4660 "libc",
4661]
4662
4663[[package]]
4664name = "install_cli"
4665version = "0.1.0"
4666dependencies = [
4667 "anyhow",
4668 "gpui",
4669 "log",
4670 "smol",
4671 "util",
4672]
4673
4674[[package]]
4675name = "instant"
4676version = "0.1.12"
4677source = "registry+https://github.com/rust-lang/crates.io-index"
4678checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
4679dependencies = [
4680 "cfg-if 1.0.0",
4681]
4682
4683[[package]]
4684name = "io-lifetimes"
4685version = "1.0.11"
4686source = "registry+https://github.com/rust-lang/crates.io-index"
4687checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
4688dependencies = [
4689 "hermit-abi 0.3.3",
4690 "libc",
4691 "windows-sys 0.48.0",
4692]
4693
4694[[package]]
4695name = "iovec"
4696version = "0.1.4"
4697source = "registry+https://github.com/rust-lang/crates.io-index"
4698checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
4699dependencies = [
4700 "libc",
4701]
4702
4703[[package]]
4704name = "ipc-channel"
4705version = "0.16.1"
4706source = "registry+https://github.com/rust-lang/crates.io-index"
4707checksum = "342d636452fbc2895574e0b319b23c014fd01c9ed71dcd87f6a4a8e2f948db4b"
4708dependencies = [
4709 "bincode",
4710 "crossbeam-channel",
4711 "fnv",
4712 "lazy_static",
4713 "libc",
4714 "mio 0.6.23",
4715 "rand 0.7.3",
4716 "serde",
4717 "tempfile",
4718 "uuid",
4719 "winapi 0.3.9",
4720]
4721
4722[[package]]
4723name = "ipnet"
4724version = "2.8.0"
4725source = "registry+https://github.com/rust-lang/crates.io-index"
4726checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
4727
4728[[package]]
4729name = "is-docker"
4730version = "0.2.0"
4731source = "registry+https://github.com/rust-lang/crates.io-index"
4732checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
4733dependencies = [
4734 "once_cell",
4735]
4736
4737[[package]]
4738name = "is-wsl"
4739version = "0.4.0"
4740source = "registry+https://github.com/rust-lang/crates.io-index"
4741checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
4742dependencies = [
4743 "is-docker",
4744 "once_cell",
4745]
4746
4747[[package]]
4748name = "isahc"
4749version = "1.7.2"
4750source = "registry+https://github.com/rust-lang/crates.io-index"
4751checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
4752dependencies = [
4753 "async-channel",
4754 "castaway",
4755 "crossbeam-utils",
4756 "curl",
4757 "curl-sys",
4758 "encoding_rs",
4759 "event-listener 2.5.3",
4760 "futures-lite 1.13.0",
4761 "http 0.2.9",
4762 "log",
4763 "mime",
4764 "once_cell",
4765 "polling 2.8.0",
4766 "slab",
4767 "sluice",
4768 "tracing",
4769 "tracing-futures",
4770 "url",
4771 "waker-fn",
4772]
4773
4774[[package]]
4775name = "itertools"
4776version = "0.10.5"
4777source = "registry+https://github.com/rust-lang/crates.io-index"
4778checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
4779dependencies = [
4780 "either",
4781]
4782
4783[[package]]
4784name = "itertools"
4785version = "0.11.0"
4786source = "registry+https://github.com/rust-lang/crates.io-index"
4787checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
4788dependencies = [
4789 "either",
4790]
4791
4792[[package]]
4793name = "itoa"
4794version = "1.0.9"
4795source = "registry+https://github.com/rust-lang/crates.io-index"
4796checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
4797
4798[[package]]
4799name = "jni"
4800version = "0.19.0"
4801source = "registry+https://github.com/rust-lang/crates.io-index"
4802checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
4803dependencies = [
4804 "cesu8",
4805 "combine",
4806 "jni-sys",
4807 "log",
4808 "thiserror",
4809 "walkdir",
4810]
4811
4812[[package]]
4813name = "jni"
4814version = "0.20.0"
4815source = "registry+https://github.com/rust-lang/crates.io-index"
4816checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
4817dependencies = [
4818 "cesu8",
4819 "combine",
4820 "jni-sys",
4821 "log",
4822 "thiserror",
4823 "walkdir",
4824]
4825
4826[[package]]
4827name = "jni-sys"
4828version = "0.3.0"
4829source = "registry+https://github.com/rust-lang/crates.io-index"
4830checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
4831
4832[[package]]
4833name = "journal"
4834version = "0.1.0"
4835dependencies = [
4836 "anyhow",
4837 "chrono",
4838 "dirs 4.0.0",
4839 "editor",
4840 "gpui",
4841 "log",
4842 "schemars",
4843 "serde",
4844 "settings",
4845 "shellexpand 2.1.2",
4846 "util",
4847 "workspace",
4848]
4849
4850[[package]]
4851name = "jpeg-decoder"
4852version = "0.1.22"
4853source = "registry+https://github.com/rust-lang/crates.io-index"
4854checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
4855dependencies = [
4856 "rayon",
4857]
4858
4859[[package]]
4860name = "js-sys"
4861version = "0.3.64"
4862source = "registry+https://github.com/rust-lang/crates.io-index"
4863checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
4864dependencies = [
4865 "wasm-bindgen",
4866]
4867
4868[[package]]
4869name = "jwt"
4870version = "0.16.0"
4871source = "registry+https://github.com/rust-lang/crates.io-index"
4872checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
4873dependencies = [
4874 "base64 0.13.1",
4875 "crypto-common",
4876 "digest 0.10.7",
4877 "hmac 0.12.1",
4878 "serde",
4879 "serde_json",
4880 "sha2 0.10.7",
4881]
4882
4883[[package]]
4884name = "kernel32-sys"
4885version = "0.2.2"
4886source = "registry+https://github.com/rust-lang/crates.io-index"
4887checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
4888dependencies = [
4889 "winapi 0.2.8",
4890 "winapi-build",
4891]
4892
4893[[package]]
4894name = "khronos-egl"
4895version = "5.0.0"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
4898dependencies = [
4899 "libc",
4900 "libloading 0.8.0",
4901]
4902
4903[[package]]
4904name = "kqueue"
4905version = "1.0.8"
4906source = "registry+https://github.com/rust-lang/crates.io-index"
4907checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
4908dependencies = [
4909 "kqueue-sys",
4910 "libc",
4911]
4912
4913[[package]]
4914name = "kqueue-sys"
4915version = "1.0.4"
4916source = "registry+https://github.com/rust-lang/crates.io-index"
4917checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
4918dependencies = [
4919 "bitflags 1.3.2",
4920 "libc",
4921]
4922
4923[[package]]
4924name = "kurbo"
4925version = "0.8.3"
4926source = "registry+https://github.com/rust-lang/crates.io-index"
4927checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
4928dependencies = [
4929 "arrayvec 0.7.4",
4930]
4931
4932[[package]]
4933name = "kv-log-macro"
4934version = "1.0.7"
4935source = "registry+https://github.com/rust-lang/crates.io-index"
4936checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
4937dependencies = [
4938 "log",
4939]
4940
4941[[package]]
4942name = "language"
4943version = "0.1.0"
4944dependencies = [
4945 "anyhow",
4946 "async-broadcast 0.4.1",
4947 "async-trait",
4948 "client",
4949 "clock",
4950 "collections",
4951 "ctor",
4952 "env_logger",
4953 "futures 0.3.28",
4954 "fuzzy",
4955 "git",
4956 "globset",
4957 "gpui",
4958 "indoc",
4959 "lazy_static",
4960 "log",
4961 "lsp",
4962 "parking_lot 0.11.2",
4963 "postage",
4964 "pulldown-cmark",
4965 "rand 0.8.5",
4966 "regex",
4967 "rpc",
4968 "schemars",
4969 "serde",
4970 "serde_derive",
4971 "serde_json",
4972 "settings",
4973 "similar",
4974 "smallvec",
4975 "smol",
4976 "sum_tree",
4977 "text",
4978 "theme",
4979 "toml 0.8.10",
4980 "tree-sitter",
4981 "tree-sitter-elixir",
4982 "tree-sitter-embedded-template",
4983 "tree-sitter-heex",
4984 "tree-sitter-html",
4985 "tree-sitter-json 0.20.2",
4986 "tree-sitter-markdown",
4987 "tree-sitter-python",
4988 "tree-sitter-ruby",
4989 "tree-sitter-rust",
4990 "tree-sitter-typescript",
4991 "unicase",
4992 "unindent",
4993 "util",
4994]
4995
4996[[package]]
4997name = "language_selector"
4998version = "0.1.0"
4999dependencies = [
5000 "anyhow",
5001 "editor",
5002 "fuzzy",
5003 "gpui",
5004 "language",
5005 "picker",
5006 "project",
5007 "settings",
5008 "theme",
5009 "ui",
5010 "util",
5011 "workspace",
5012]
5013
5014[[package]]
5015name = "language_tools"
5016version = "0.1.0"
5017dependencies = [
5018 "anyhow",
5019 "client",
5020 "collections",
5021 "editor",
5022 "env_logger",
5023 "futures 0.3.28",
5024 "gpui",
5025 "language",
5026 "lsp",
5027 "project",
5028 "release_channel",
5029 "serde",
5030 "serde_json",
5031 "settings",
5032 "theme",
5033 "tree-sitter",
5034 "ui",
5035 "unindent",
5036 "util",
5037 "workspace",
5038]
5039
5040[[package]]
5041name = "languages"
5042version = "0.1.0"
5043dependencies = [
5044 "anyhow",
5045 "async-compression",
5046 "async-tar",
5047 "async-trait",
5048 "collections",
5049 "feature_flags",
5050 "futures 0.3.28",
5051 "gpui",
5052 "language",
5053 "lazy_static",
5054 "log",
5055 "lsp",
5056 "node_runtime",
5057 "parking_lot 0.11.2",
5058 "project",
5059 "regex",
5060 "rope",
5061 "rust-embed",
5062 "schemars",
5063 "serde",
5064 "serde_derive",
5065 "serde_json",
5066 "settings",
5067 "shellexpand 3.1.0",
5068 "smol",
5069 "task",
5070 "text",
5071 "theme",
5072 "toml 0.8.10",
5073 "tree-sitter",
5074 "tree-sitter-astro",
5075 "tree-sitter-bash",
5076 "tree-sitter-c",
5077 "tree-sitter-c-sharp",
5078 "tree-sitter-clojure",
5079 "tree-sitter-cpp",
5080 "tree-sitter-css",
5081 "tree-sitter-dart",
5082 "tree-sitter-dockerfile",
5083 "tree-sitter-elixir",
5084 "tree-sitter-elm",
5085 "tree-sitter-embedded-template",
5086 "tree-sitter-erlang",
5087 "tree-sitter-gitcommit",
5088 "tree-sitter-gleam",
5089 "tree-sitter-glsl",
5090 "tree-sitter-go",
5091 "tree-sitter-gomod",
5092 "tree-sitter-gowork",
5093 "tree-sitter-haskell",
5094 "tree-sitter-hcl",
5095 "tree-sitter-heex",
5096 "tree-sitter-html",
5097 "tree-sitter-json 0.20.2",
5098 "tree-sitter-lua",
5099 "tree-sitter-markdown",
5100 "tree-sitter-nix",
5101 "tree-sitter-nu",
5102 "tree-sitter-ocaml",
5103 "tree-sitter-php",
5104 "tree-sitter-prisma-io",
5105 "tree-sitter-proto",
5106 "tree-sitter-purescript",
5107 "tree-sitter-python",
5108 "tree-sitter-racket",
5109 "tree-sitter-ruby",
5110 "tree-sitter-rust",
5111 "tree-sitter-scheme",
5112 "tree-sitter-svelte",
5113 "tree-sitter-toml",
5114 "tree-sitter-typescript",
5115 "tree-sitter-uiua",
5116 "tree-sitter-vue",
5117 "tree-sitter-yaml",
5118 "tree-sitter-zig",
5119 "unindent",
5120 "util",
5121]
5122
5123[[package]]
5124name = "lazy_static"
5125version = "1.4.0"
5126source = "registry+https://github.com/rust-lang/crates.io-index"
5127checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
5128dependencies = [
5129 "spin 0.5.2",
5130]
5131
5132[[package]]
5133name = "lazycell"
5134version = "1.3.0"
5135source = "registry+https://github.com/rust-lang/crates.io-index"
5136checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
5137
5138[[package]]
5139name = "leb128"
5140version = "0.2.5"
5141source = "registry+https://github.com/rust-lang/crates.io-index"
5142checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
5143
5144[[package]]
5145name = "libc"
5146version = "0.2.152"
5147source = "registry+https://github.com/rust-lang/crates.io-index"
5148checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
5149
5150[[package]]
5151name = "libgit2-sys"
5152version = "0.14.2+1.5.1"
5153source = "registry+https://github.com/rust-lang/crates.io-index"
5154checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
5155dependencies = [
5156 "cc",
5157 "libc",
5158 "libz-sys",
5159 "pkg-config",
5160]
5161
5162[[package]]
5163name = "libloading"
5164version = "0.7.4"
5165source = "registry+https://github.com/rust-lang/crates.io-index"
5166checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
5167dependencies = [
5168 "cfg-if 1.0.0",
5169 "winapi 0.3.9",
5170]
5171
5172[[package]]
5173name = "libloading"
5174version = "0.8.0"
5175source = "registry+https://github.com/rust-lang/crates.io-index"
5176checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
5177dependencies = [
5178 "cfg-if 1.0.0",
5179 "windows-sys 0.48.0",
5180]
5181
5182[[package]]
5183name = "libm"
5184version = "0.2.8"
5185source = "registry+https://github.com/rust-lang/crates.io-index"
5186checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
5187
5188[[package]]
5189name = "libmimalloc-sys"
5190version = "0.1.35"
5191source = "registry+https://github.com/rust-lang/crates.io-index"
5192checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
5193dependencies = [
5194 "cc",
5195 "libc",
5196]
5197
5198[[package]]
5199name = "libsqlite3-sys"
5200version = "0.26.0"
5201source = "registry+https://github.com/rust-lang/crates.io-index"
5202checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
5203dependencies = [
5204 "cc",
5205 "pkg-config",
5206 "vcpkg",
5207]
5208
5209[[package]]
5210name = "libz-sys"
5211version = "1.1.12"
5212source = "registry+https://github.com/rust-lang/crates.io-index"
5213checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
5214dependencies = [
5215 "cc",
5216 "libc",
5217 "pkg-config",
5218 "vcpkg",
5219]
5220
5221[[package]]
5222name = "line-wrap"
5223version = "0.1.1"
5224source = "registry+https://github.com/rust-lang/crates.io-index"
5225checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
5226dependencies = [
5227 "safemem",
5228]
5229
5230[[package]]
5231name = "linkify"
5232version = "0.10.0"
5233source = "registry+https://github.com/rust-lang/crates.io-index"
5234checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
5235dependencies = [
5236 "memchr",
5237]
5238
5239[[package]]
5240name = "linkme"
5241version = "0.3.17"
5242source = "registry+https://github.com/rust-lang/crates.io-index"
5243checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
5244dependencies = [
5245 "linkme-impl",
5246]
5247
5248[[package]]
5249name = "linkme-impl"
5250version = "0.3.17"
5251source = "registry+https://github.com/rust-lang/crates.io-index"
5252checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
5253dependencies = [
5254 "proc-macro2",
5255 "quote",
5256 "syn 2.0.48",
5257]
5258
5259[[package]]
5260name = "linux-raw-sys"
5261version = "0.3.8"
5262source = "registry+https://github.com/rust-lang/crates.io-index"
5263checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
5264
5265[[package]]
5266name = "linux-raw-sys"
5267version = "0.4.12"
5268source = "registry+https://github.com/rust-lang/crates.io-index"
5269checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
5270
5271[[package]]
5272name = "lipsum"
5273version = "0.8.2"
5274source = "registry+https://github.com/rust-lang/crates.io-index"
5275checksum = "a8451846f1f337e44486666989fbce40be804da139d5a4477d6b88ece5dc69f4"
5276dependencies = [
5277 "rand 0.8.5",
5278 "rand_chacha 0.3.1",
5279]
5280
5281[[package]]
5282name = "live_kit_client"
5283version = "0.1.0"
5284dependencies = [
5285 "anyhow",
5286 "async-broadcast 0.4.1",
5287 "async-trait",
5288 "block",
5289 "byteorder",
5290 "bytes 1.5.0",
5291 "cocoa",
5292 "collections",
5293 "core-foundation",
5294 "core-graphics 0.22.3",
5295 "foreign-types 0.3.2",
5296 "futures 0.3.28",
5297 "gpui",
5298 "hmac 0.12.1",
5299 "jwt",
5300 "live_kit_server",
5301 "log",
5302 "media",
5303 "nanoid",
5304 "objc",
5305 "parking_lot 0.11.2",
5306 "postage",
5307 "serde",
5308 "serde_derive",
5309 "serde_json",
5310 "sha2 0.10.7",
5311 "simplelog",
5312]
5313
5314[[package]]
5315name = "live_kit_server"
5316version = "0.1.0"
5317dependencies = [
5318 "anyhow",
5319 "async-trait",
5320 "futures 0.3.28",
5321 "hmac 0.12.1",
5322 "jwt",
5323 "log",
5324 "prost 0.8.0",
5325 "prost-build",
5326 "prost-types 0.8.0",
5327 "reqwest",
5328 "serde",
5329 "serde_derive",
5330 "sha2 0.10.7",
5331]
5332
5333[[package]]
5334name = "lock_api"
5335version = "0.4.10"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
5338dependencies = [
5339 "autocfg",
5340 "scopeguard",
5341]
5342
5343[[package]]
5344name = "log"
5345version = "0.4.20"
5346source = "registry+https://github.com/rust-lang/crates.io-index"
5347checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
5348dependencies = [
5349 "serde",
5350 "value-bag",
5351]
5352
5353[[package]]
5354name = "lsp"
5355version = "0.1.0"
5356dependencies = [
5357 "anyhow",
5358 "async-pipe",
5359 "collections",
5360 "ctor",
5361 "env_logger",
5362 "futures 0.3.28",
5363 "gpui",
5364 "log",
5365 "lsp-types",
5366 "parking_lot 0.11.2",
5367 "postage",
5368 "release_channel",
5369 "serde",
5370 "serde_json",
5371 "smol",
5372 "util",
5373]
5374
5375[[package]]
5376name = "lsp-types"
5377version = "0.94.1"
5378source = "git+https://github.com/zed-industries/lsp-types?branch=updated-completion-list-item-defaults#90a040a1d195687bd19e1df47463320a44e93d7a"
5379dependencies = [
5380 "bitflags 1.3.2",
5381 "serde",
5382 "serde_json",
5383 "serde_repr",
5384 "url",
5385]
5386
5387[[package]]
5388name = "lz4"
5389version = "1.24.0"
5390source = "registry+https://github.com/rust-lang/crates.io-index"
5391checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
5392dependencies = [
5393 "libc",
5394 "lz4-sys",
5395]
5396
5397[[package]]
5398name = "lz4-sys"
5399version = "1.9.4"
5400source = "registry+https://github.com/rust-lang/crates.io-index"
5401checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
5402dependencies = [
5403 "cc",
5404 "libc",
5405]
5406
5407[[package]]
5408name = "mac"
5409version = "0.1.1"
5410source = "registry+https://github.com/rust-lang/crates.io-index"
5411checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
5412
5413[[package]]
5414name = "mach"
5415version = "0.3.2"
5416source = "registry+https://github.com/rust-lang/crates.io-index"
5417checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
5418dependencies = [
5419 "libc",
5420]
5421
5422[[package]]
5423name = "mach2"
5424version = "0.4.1"
5425source = "registry+https://github.com/rust-lang/crates.io-index"
5426checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
5427dependencies = [
5428 "libc",
5429]
5430
5431[[package]]
5432name = "malloc_buf"
5433version = "0.0.6"
5434source = "registry+https://github.com/rust-lang/crates.io-index"
5435checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
5436dependencies = [
5437 "libc",
5438]
5439
5440[[package]]
5441name = "markdown_preview"
5442version = "0.1.0"
5443dependencies = [
5444 "anyhow",
5445 "editor",
5446 "gpui",
5447 "language",
5448 "lazy_static",
5449 "log",
5450 "menu",
5451 "pretty_assertions",
5452 "project",
5453 "pulldown-cmark",
5454 "theme",
5455 "ui",
5456 "util",
5457 "workspace",
5458]
5459
5460[[package]]
5461name = "matchers"
5462version = "0.1.0"
5463source = "registry+https://github.com/rust-lang/crates.io-index"
5464checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
5465dependencies = [
5466 "regex-automata 0.1.10",
5467]
5468
5469[[package]]
5470name = "matches"
5471version = "0.1.10"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
5474
5475[[package]]
5476name = "matchit"
5477version = "0.5.0"
5478source = "registry+https://github.com/rust-lang/crates.io-index"
5479checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
5480
5481[[package]]
5482name = "matrixmultiply"
5483version = "0.3.8"
5484source = "registry+https://github.com/rust-lang/crates.io-index"
5485checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"
5486dependencies = [
5487 "autocfg",
5488 "rawpointer",
5489]
5490
5491[[package]]
5492name = "md-5"
5493version = "0.10.5"
5494source = "registry+https://github.com/rust-lang/crates.io-index"
5495checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
5496dependencies = [
5497 "digest 0.10.7",
5498]
5499
5500[[package]]
5501name = "media"
5502version = "0.1.0"
5503dependencies = [
5504 "anyhow",
5505 "bindgen 0.65.1",
5506 "block",
5507 "bytes 1.5.0",
5508 "core-foundation",
5509 "foreign-types 0.5.0",
5510 "metal",
5511 "objc",
5512]
5513
5514[[package]]
5515name = "memchr"
5516version = "2.6.3"
5517source = "registry+https://github.com/rust-lang/crates.io-index"
5518checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
5519
5520[[package]]
5521name = "memfd"
5522version = "0.6.4"
5523source = "registry+https://github.com/rust-lang/crates.io-index"
5524checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
5525dependencies = [
5526 "rustix 0.38.30",
5527]
5528
5529[[package]]
5530name = "memmap2"
5531version = "0.2.3"
5532source = "registry+https://github.com/rust-lang/crates.io-index"
5533checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
5534dependencies = [
5535 "libc",
5536]
5537
5538[[package]]
5539name = "memmap2"
5540version = "0.8.0"
5541source = "registry+https://github.com/rust-lang/crates.io-index"
5542checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
5543dependencies = [
5544 "libc",
5545]
5546
5547[[package]]
5548name = "memoffset"
5549version = "0.7.1"
5550source = "registry+https://github.com/rust-lang/crates.io-index"
5551checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
5552dependencies = [
5553 "autocfg",
5554]
5555
5556[[package]]
5557name = "memoffset"
5558version = "0.9.0"
5559source = "registry+https://github.com/rust-lang/crates.io-index"
5560checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
5561dependencies = [
5562 "autocfg",
5563]
5564
5565[[package]]
5566name = "menu"
5567version = "0.1.0"
5568dependencies = [
5569 "gpui",
5570 "serde",
5571]
5572
5573[[package]]
5574name = "metal"
5575version = "0.25.0"
5576source = "registry+https://github.com/rust-lang/crates.io-index"
5577checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
5578dependencies = [
5579 "bitflags 1.3.2",
5580 "block",
5581 "core-graphics-types",
5582 "foreign-types 0.5.0",
5583 "log",
5584 "objc",
5585 "paste",
5586]
5587
5588[[package]]
5589name = "mimalloc"
5590version = "0.1.39"
5591source = "registry+https://github.com/rust-lang/crates.io-index"
5592checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
5593dependencies = [
5594 "libmimalloc-sys",
5595]
5596
5597[[package]]
5598name = "mime"
5599version = "0.3.17"
5600source = "registry+https://github.com/rust-lang/crates.io-index"
5601checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
5602
5603[[package]]
5604name = "minimal-lexical"
5605version = "0.2.1"
5606source = "registry+https://github.com/rust-lang/crates.io-index"
5607checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
5608
5609[[package]]
5610name = "miniz_oxide"
5611version = "0.3.7"
5612source = "registry+https://github.com/rust-lang/crates.io-index"
5613checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
5614dependencies = [
5615 "adler32",
5616]
5617
5618[[package]]
5619name = "miniz_oxide"
5620version = "0.4.4"
5621source = "registry+https://github.com/rust-lang/crates.io-index"
5622checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
5623dependencies = [
5624 "adler",
5625 "autocfg",
5626]
5627
5628[[package]]
5629name = "miniz_oxide"
5630version = "0.7.1"
5631source = "registry+https://github.com/rust-lang/crates.io-index"
5632checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
5633dependencies = [
5634 "adler",
5635]
5636
5637[[package]]
5638name = "mint"
5639version = "0.5.9"
5640source = "registry+https://github.com/rust-lang/crates.io-index"
5641checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
5642
5643[[package]]
5644name = "mintex"
5645version = "0.1.2"
5646source = "registry+https://github.com/rust-lang/crates.io-index"
5647checksum = "fd7c5ba1c3b5a23418d7bbf98c71c3d4946a0125002129231da8d6b723d559cb"
5648dependencies = [
5649 "once_cell",
5650 "sys-info",
5651]
5652
5653[[package]]
5654name = "mio"
5655version = "0.6.23"
5656source = "registry+https://github.com/rust-lang/crates.io-index"
5657checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
5658dependencies = [
5659 "cfg-if 0.1.10",
5660 "fuchsia-zircon",
5661 "fuchsia-zircon-sys",
5662 "iovec",
5663 "kernel32-sys",
5664 "libc",
5665 "log",
5666 "miow 0.2.2",
5667 "net2",
5668 "slab",
5669 "winapi 0.2.8",
5670]
5671
5672[[package]]
5673name = "mio"
5674version = "0.8.8"
5675source = "registry+https://github.com/rust-lang/crates.io-index"
5676checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
5677dependencies = [
5678 "libc",
5679 "log",
5680 "wasi 0.11.0+wasi-snapshot-preview1",
5681 "windows-sys 0.48.0",
5682]
5683
5684[[package]]
5685name = "mio-extras"
5686version = "2.0.6"
5687source = "registry+https://github.com/rust-lang/crates.io-index"
5688checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
5689dependencies = [
5690 "lazycell",
5691 "log",
5692 "mio 0.6.23",
5693 "slab",
5694]
5695
5696[[package]]
5697name = "miow"
5698version = "0.2.2"
5699source = "registry+https://github.com/rust-lang/crates.io-index"
5700checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
5701dependencies = [
5702 "kernel32-sys",
5703 "net2",
5704 "winapi 0.2.8",
5705 "ws2_32-sys",
5706]
5707
5708[[package]]
5709name = "miow"
5710version = "0.6.0"
5711source = "registry+https://github.com/rust-lang/crates.io-index"
5712checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
5713dependencies = [
5714 "windows-sys 0.48.0",
5715]
5716
5717[[package]]
5718name = "multi_buffer"
5719version = "0.1.0"
5720dependencies = [
5721 "aho-corasick",
5722 "anyhow",
5723 "client",
5724 "clock",
5725 "collections",
5726 "convert_case 0.6.0",
5727 "copilot",
5728 "ctor",
5729 "env_logger",
5730 "futures 0.3.28",
5731 "git",
5732 "gpui",
5733 "indoc",
5734 "itertools 0.10.5",
5735 "language",
5736 "lazy_static",
5737 "log",
5738 "lsp",
5739 "ordered-float 2.10.0",
5740 "parking_lot 0.11.2",
5741 "postage",
5742 "project",
5743 "pulldown-cmark",
5744 "rand 0.8.5",
5745 "rich_text",
5746 "schemars",
5747 "serde",
5748 "serde_derive",
5749 "settings",
5750 "smallvec",
5751 "smol",
5752 "snippet",
5753 "sum_tree",
5754 "text",
5755 "theme",
5756 "tree-sitter",
5757 "tree-sitter-html",
5758 "tree-sitter-rust",
5759 "tree-sitter-typescript",
5760 "unindent",
5761 "util",
5762]
5763
5764[[package]]
5765name = "multimap"
5766version = "0.8.3"
5767source = "registry+https://github.com/rust-lang/crates.io-index"
5768checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
5769
5770[[package]]
5771name = "naga"
5772version = "0.14.2"
5773source = "registry+https://github.com/rust-lang/crates.io-index"
5774checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
5775dependencies = [
5776 "bit-set",
5777 "bitflags 2.4.1",
5778 "codespan-reporting",
5779 "hexf-parse",
5780 "indexmap 2.0.0",
5781 "log",
5782 "num-traits",
5783 "rustc-hash",
5784 "spirv",
5785 "termcolor",
5786 "thiserror",
5787 "unicode-xid",
5788]
5789
5790[[package]]
5791name = "nanoid"
5792version = "0.4.0"
5793source = "registry+https://github.com/rust-lang/crates.io-index"
5794checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
5795dependencies = [
5796 "rand 0.8.5",
5797]
5798
5799[[package]]
5800name = "nanorand"
5801version = "0.7.0"
5802source = "registry+https://github.com/rust-lang/crates.io-index"
5803checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
5804dependencies = [
5805 "getrandom 0.2.10",
5806]
5807
5808[[package]]
5809name = "native-tls"
5810version = "0.2.11"
5811source = "registry+https://github.com/rust-lang/crates.io-index"
5812checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
5813dependencies = [
5814 "lazy_static",
5815 "libc",
5816 "log",
5817 "openssl",
5818 "openssl-probe",
5819 "openssl-sys",
5820 "schannel",
5821 "security-framework",
5822 "security-framework-sys",
5823 "tempfile",
5824]
5825
5826[[package]]
5827name = "ndarray"
5828version = "0.15.6"
5829source = "registry+https://github.com/rust-lang/crates.io-index"
5830checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
5831dependencies = [
5832 "matrixmultiply",
5833 "num-complex 0.4.4",
5834 "num-integer",
5835 "num-traits",
5836 "rawpointer",
5837]
5838
5839[[package]]
5840name = "ndk"
5841version = "0.7.0"
5842source = "registry+https://github.com/rust-lang/crates.io-index"
5843checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
5844dependencies = [
5845 "bitflags 1.3.2",
5846 "jni-sys",
5847 "ndk-sys",
5848 "num_enum",
5849 "raw-window-handle 0.5.2",
5850 "thiserror",
5851]
5852
5853[[package]]
5854name = "ndk-context"
5855version = "0.1.1"
5856source = "registry+https://github.com/rust-lang/crates.io-index"
5857checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
5858
5859[[package]]
5860name = "ndk-sys"
5861version = "0.4.1+23.1.7779620"
5862source = "registry+https://github.com/rust-lang/crates.io-index"
5863checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
5864dependencies = [
5865 "jni-sys",
5866]
5867
5868[[package]]
5869name = "net2"
5870version = "0.2.39"
5871source = "registry+https://github.com/rust-lang/crates.io-index"
5872checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
5873dependencies = [
5874 "cfg-if 0.1.10",
5875 "libc",
5876 "winapi 0.3.9",
5877]
5878
5879[[package]]
5880name = "new_debug_unreachable"
5881version = "1.0.4"
5882source = "registry+https://github.com/rust-lang/crates.io-index"
5883checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
5884
5885[[package]]
5886name = "nix"
5887version = "0.24.3"
5888source = "registry+https://github.com/rust-lang/crates.io-index"
5889checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
5890dependencies = [
5891 "bitflags 1.3.2",
5892 "cfg-if 1.0.0",
5893 "libc",
5894]
5895
5896[[package]]
5897name = "nix"
5898version = "0.26.4"
5899source = "registry+https://github.com/rust-lang/crates.io-index"
5900checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
5901dependencies = [
5902 "bitflags 1.3.2",
5903 "cfg-if 1.0.0",
5904 "libc",
5905 "memoffset 0.7.1",
5906]
5907
5908[[package]]
5909name = "nix"
5910version = "0.27.1"
5911source = "registry+https://github.com/rust-lang/crates.io-index"
5912checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
5913dependencies = [
5914 "bitflags 2.4.1",
5915 "cfg-if 1.0.0",
5916 "libc",
5917]
5918
5919[[package]]
5920name = "node_runtime"
5921version = "0.1.0"
5922dependencies = [
5923 "anyhow",
5924 "async-compression",
5925 "async-tar",
5926 "async-trait",
5927 "futures 0.3.28",
5928 "log",
5929 "parking_lot 0.11.2",
5930 "serde",
5931 "serde_derive",
5932 "serde_json",
5933 "smol",
5934 "util",
5935]
5936
5937[[package]]
5938name = "nom"
5939version = "7.1.3"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
5942dependencies = [
5943 "memchr",
5944 "minimal-lexical",
5945]
5946
5947[[package]]
5948name = "notifications"
5949version = "0.1.0"
5950dependencies = [
5951 "anyhow",
5952 "channel",
5953 "client",
5954 "clock",
5955 "collections",
5956 "db",
5957 "feature_flags",
5958 "gpui",
5959 "rpc",
5960 "settings",
5961 "sum_tree",
5962 "text",
5963 "time",
5964 "util",
5965]
5966
5967[[package]]
5968name = "notify"
5969version = "6.1.1"
5970source = "registry+https://github.com/rust-lang/crates.io-index"
5971checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
5972dependencies = [
5973 "bitflags 2.4.1",
5974 "crossbeam-channel",
5975 "filetime",
5976 "fsevent-sys 4.1.0",
5977 "inotify",
5978 "kqueue",
5979 "libc",
5980 "log",
5981 "mio 0.8.8",
5982 "walkdir",
5983 "windows-sys 0.48.0",
5984]
5985
5986[[package]]
5987name = "ntapi"
5988version = "0.4.1"
5989source = "registry+https://github.com/rust-lang/crates.io-index"
5990checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
5991dependencies = [
5992 "winapi 0.3.9",
5993]
5994
5995[[package]]
5996name = "nu-ansi-term"
5997version = "0.46.0"
5998source = "registry+https://github.com/rust-lang/crates.io-index"
5999checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
6000dependencies = [
6001 "overload",
6002 "winapi 0.3.9",
6003]
6004
6005[[package]]
6006name = "num"
6007version = "0.2.1"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
6010dependencies = [
6011 "num-bigint 0.2.6",
6012 "num-complex 0.2.4",
6013 "num-integer",
6014 "num-iter",
6015 "num-rational 0.2.4",
6016 "num-traits",
6017]
6018
6019[[package]]
6020name = "num-bigint"
6021version = "0.2.6"
6022source = "registry+https://github.com/rust-lang/crates.io-index"
6023checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
6024dependencies = [
6025 "autocfg",
6026 "num-integer",
6027 "num-traits",
6028]
6029
6030[[package]]
6031name = "num-bigint"
6032version = "0.4.4"
6033source = "registry+https://github.com/rust-lang/crates.io-index"
6034checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
6035dependencies = [
6036 "autocfg",
6037 "num-integer",
6038 "num-traits",
6039]
6040
6041[[package]]
6042name = "num-bigint-dig"
6043version = "0.7.1"
6044source = "registry+https://github.com/rust-lang/crates.io-index"
6045checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
6046dependencies = [
6047 "byteorder",
6048 "lazy_static",
6049 "libm",
6050 "num-integer",
6051 "num-iter",
6052 "num-traits",
6053 "rand 0.8.5",
6054 "smallvec",
6055 "zeroize",
6056]
6057
6058[[package]]
6059name = "num-bigint-dig"
6060version = "0.8.4"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
6063dependencies = [
6064 "byteorder",
6065 "lazy_static",
6066 "libm",
6067 "num-integer",
6068 "num-iter",
6069 "num-traits",
6070 "rand 0.8.5",
6071 "smallvec",
6072 "zeroize",
6073]
6074
6075[[package]]
6076name = "num-complex"
6077version = "0.2.4"
6078source = "registry+https://github.com/rust-lang/crates.io-index"
6079checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
6080dependencies = [
6081 "autocfg",
6082 "num-traits",
6083]
6084
6085[[package]]
6086name = "num-complex"
6087version = "0.4.4"
6088source = "registry+https://github.com/rust-lang/crates.io-index"
6089checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
6090dependencies = [
6091 "num-traits",
6092]
6093
6094[[package]]
6095name = "num-derive"
6096version = "0.3.3"
6097source = "registry+https://github.com/rust-lang/crates.io-index"
6098checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
6099dependencies = [
6100 "proc-macro2",
6101 "quote",
6102 "syn 1.0.109",
6103]
6104
6105[[package]]
6106name = "num-integer"
6107version = "0.1.45"
6108source = "registry+https://github.com/rust-lang/crates.io-index"
6109checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
6110dependencies = [
6111 "autocfg",
6112 "num-traits",
6113]
6114
6115[[package]]
6116name = "num-iter"
6117version = "0.1.43"
6118source = "registry+https://github.com/rust-lang/crates.io-index"
6119checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
6120dependencies = [
6121 "autocfg",
6122 "num-integer",
6123 "num-traits",
6124]
6125
6126[[package]]
6127name = "num-rational"
6128version = "0.2.4"
6129source = "registry+https://github.com/rust-lang/crates.io-index"
6130checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
6131dependencies = [
6132 "autocfg",
6133 "num-bigint 0.2.6",
6134 "num-integer",
6135 "num-traits",
6136]
6137
6138[[package]]
6139name = "num-rational"
6140version = "0.3.2"
6141source = "registry+https://github.com/rust-lang/crates.io-index"
6142checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
6143dependencies = [
6144 "autocfg",
6145 "num-integer",
6146 "num-traits",
6147]
6148
6149[[package]]
6150name = "num-traits"
6151version = "0.2.16"
6152source = "registry+https://github.com/rust-lang/crates.io-index"
6153checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
6154dependencies = [
6155 "autocfg",
6156 "libm",
6157]
6158
6159[[package]]
6160name = "num_cpus"
6161version = "1.16.0"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
6164dependencies = [
6165 "hermit-abi 0.3.3",
6166 "libc",
6167]
6168
6169[[package]]
6170name = "num_enum"
6171version = "0.5.11"
6172source = "registry+https://github.com/rust-lang/crates.io-index"
6173checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
6174dependencies = [
6175 "num_enum_derive",
6176]
6177
6178[[package]]
6179name = "num_enum_derive"
6180version = "0.5.11"
6181source = "registry+https://github.com/rust-lang/crates.io-index"
6182checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
6183dependencies = [
6184 "proc-macro-crate 1.3.1",
6185 "proc-macro2",
6186 "quote",
6187 "syn 1.0.109",
6188]
6189
6190[[package]]
6191name = "nvim-rs"
6192version = "0.6.0-pre"
6193source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
6194dependencies = [
6195 "async-trait",
6196 "futures 0.3.28",
6197 "log",
6198 "parity-tokio-ipc",
6199 "rmp",
6200 "rmpv",
6201 "tokio",
6202 "tokio-util 0.7.9",
6203]
6204
6205[[package]]
6206name = "objc"
6207version = "0.2.7"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
6210dependencies = [
6211 "malloc_buf",
6212 "objc_exception",
6213]
6214
6215[[package]]
6216name = "objc_exception"
6217version = "0.1.2"
6218source = "registry+https://github.com/rust-lang/crates.io-index"
6219checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
6220dependencies = [
6221 "cc",
6222]
6223
6224[[package]]
6225name = "object"
6226version = "0.32.1"
6227source = "registry+https://github.com/rust-lang/crates.io-index"
6228checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
6229dependencies = [
6230 "crc32fast",
6231 "hashbrown 0.14.0",
6232 "indexmap 2.0.0",
6233 "memchr",
6234]
6235
6236[[package]]
6237name = "oboe"
6238version = "0.5.0"
6239source = "registry+https://github.com/rust-lang/crates.io-index"
6240checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
6241dependencies = [
6242 "jni 0.20.0",
6243 "ndk",
6244 "ndk-context",
6245 "num-derive",
6246 "num-traits",
6247 "oboe-sys",
6248]
6249
6250[[package]]
6251name = "oboe-sys"
6252version = "0.5.0"
6253source = "registry+https://github.com/rust-lang/crates.io-index"
6254checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
6255dependencies = [
6256 "cc",
6257]
6258
6259[[package]]
6260name = "once_cell"
6261version = "1.19.0"
6262source = "registry+https://github.com/rust-lang/crates.io-index"
6263checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
6264
6265[[package]]
6266name = "opaque-debug"
6267version = "0.3.0"
6268source = "registry+https://github.com/rust-lang/crates.io-index"
6269checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
6270
6271[[package]]
6272name = "open"
6273version = "5.0.1"
6274source = "registry+https://github.com/rust-lang/crates.io-index"
6275checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349"
6276dependencies = [
6277 "is-wsl",
6278 "libc",
6279 "pathdiff",
6280]
6281
6282[[package]]
6283name = "openssl"
6284version = "0.10.57"
6285source = "registry+https://github.com/rust-lang/crates.io-index"
6286checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
6287dependencies = [
6288 "bitflags 2.4.1",
6289 "cfg-if 1.0.0",
6290 "foreign-types 0.3.2",
6291 "libc",
6292 "once_cell",
6293 "openssl-macros",
6294 "openssl-sys",
6295]
6296
6297[[package]]
6298name = "openssl-macros"
6299version = "0.1.1"
6300source = "registry+https://github.com/rust-lang/crates.io-index"
6301checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
6302dependencies = [
6303 "proc-macro2",
6304 "quote",
6305 "syn 2.0.48",
6306]
6307
6308[[package]]
6309name = "openssl-probe"
6310version = "0.1.5"
6311source = "registry+https://github.com/rust-lang/crates.io-index"
6312checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
6313
6314[[package]]
6315name = "openssl-sys"
6316version = "0.9.93"
6317source = "registry+https://github.com/rust-lang/crates.io-index"
6318checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
6319dependencies = [
6320 "cc",
6321 "libc",
6322 "pkg-config",
6323 "vcpkg",
6324]
6325
6326[[package]]
6327name = "ordered-float"
6328version = "2.10.0"
6329source = "registry+https://github.com/rust-lang/crates.io-index"
6330checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
6331dependencies = [
6332 "num-traits",
6333]
6334
6335[[package]]
6336name = "ordered-float"
6337version = "3.9.1"
6338source = "registry+https://github.com/rust-lang/crates.io-index"
6339checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
6340dependencies = [
6341 "num-traits",
6342]
6343
6344[[package]]
6345name = "ordered-stream"
6346version = "0.2.0"
6347source = "registry+https://github.com/rust-lang/crates.io-index"
6348checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
6349dependencies = [
6350 "futures-core",
6351 "pin-project-lite 0.2.13",
6352]
6353
6354[[package]]
6355name = "os_str_bytes"
6356version = "6.5.1"
6357source = "registry+https://github.com/rust-lang/crates.io-index"
6358checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
6359
6360[[package]]
6361name = "ouroboros"
6362version = "0.17.2"
6363source = "registry+https://github.com/rust-lang/crates.io-index"
6364checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
6365dependencies = [
6366 "aliasable",
6367 "ouroboros_macro",
6368 "static_assertions",
6369]
6370
6371[[package]]
6372name = "ouroboros_macro"
6373version = "0.17.2"
6374source = "registry+https://github.com/rust-lang/crates.io-index"
6375checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
6376dependencies = [
6377 "heck 0.4.1",
6378 "proc-macro-error",
6379 "proc-macro2",
6380 "quote",
6381 "syn 2.0.48",
6382]
6383
6384[[package]]
6385name = "outline"
6386version = "0.1.0"
6387dependencies = [
6388 "editor",
6389 "fuzzy",
6390 "gpui",
6391 "language",
6392 "ordered-float 2.10.0",
6393 "picker",
6394 "postage",
6395 "settings",
6396 "smol",
6397 "text",
6398 "theme",
6399 "ui",
6400 "util",
6401 "workspace",
6402]
6403
6404[[package]]
6405name = "outref"
6406version = "0.5.1"
6407source = "registry+https://github.com/rust-lang/crates.io-index"
6408checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
6409
6410[[package]]
6411name = "overload"
6412version = "0.1.1"
6413source = "registry+https://github.com/rust-lang/crates.io-index"
6414checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
6415
6416[[package]]
6417name = "p256"
6418version = "0.11.1"
6419source = "registry+https://github.com/rust-lang/crates.io-index"
6420checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
6421dependencies = [
6422 "ecdsa",
6423 "elliptic-curve",
6424 "sha2 0.10.7",
6425]
6426
6427[[package]]
6428name = "palette"
6429version = "0.7.3"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "b2e2f34147767aa758aa649415b50a69eeb46a67f9dc7db8011eeb3d84b351dc"
6432dependencies = [
6433 "approx",
6434 "fast-srgb8",
6435 "palette_derive",
6436 "phf",
6437]
6438
6439[[package]]
6440name = "palette_derive"
6441version = "0.7.3"
6442source = "registry+https://github.com/rust-lang/crates.io-index"
6443checksum = "b7db010ec5ff3d4385e4f133916faacd9dad0f6a09394c92d825b3aed310fa0a"
6444dependencies = [
6445 "proc-macro2",
6446 "quote",
6447 "syn 2.0.48",
6448]
6449
6450[[package]]
6451name = "parity-tokio-ipc"
6452version = "0.9.0"
6453source = "registry+https://github.com/rust-lang/crates.io-index"
6454checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
6455dependencies = [
6456 "futures 0.3.28",
6457 "libc",
6458 "log",
6459 "rand 0.7.3",
6460 "tokio",
6461 "winapi 0.3.9",
6462]
6463
6464[[package]]
6465name = "parking"
6466version = "2.1.0"
6467source = "registry+https://github.com/rust-lang/crates.io-index"
6468checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
6469
6470[[package]]
6471name = "parking_lot"
6472version = "0.11.2"
6473source = "registry+https://github.com/rust-lang/crates.io-index"
6474checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
6475dependencies = [
6476 "instant",
6477 "lock_api",
6478 "parking_lot_core 0.8.6",
6479]
6480
6481[[package]]
6482name = "parking_lot"
6483version = "0.12.1"
6484source = "registry+https://github.com/rust-lang/crates.io-index"
6485checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
6486dependencies = [
6487 "lock_api",
6488 "parking_lot_core 0.9.8",
6489]
6490
6491[[package]]
6492name = "parking_lot_core"
6493version = "0.8.6"
6494source = "registry+https://github.com/rust-lang/crates.io-index"
6495checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
6496dependencies = [
6497 "cfg-if 1.0.0",
6498 "instant",
6499 "libc",
6500 "redox_syscall 0.2.16",
6501 "smallvec",
6502 "winapi 0.3.9",
6503]
6504
6505[[package]]
6506name = "parking_lot_core"
6507version = "0.9.8"
6508source = "registry+https://github.com/rust-lang/crates.io-index"
6509checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
6510dependencies = [
6511 "cfg-if 1.0.0",
6512 "libc",
6513 "redox_syscall 0.3.5",
6514 "smallvec",
6515 "windows-targets 0.48.5",
6516]
6517
6518[[package]]
6519name = "parse_duration"
6520version = "2.1.1"
6521source = "registry+https://github.com/rust-lang/crates.io-index"
6522checksum = "7037e5e93e0172a5a96874380bf73bc6ecef022e26fa25f2be26864d6b3ba95d"
6523dependencies = [
6524 "lazy_static",
6525 "num",
6526 "regex",
6527]
6528
6529[[package]]
6530name = "password-hash"
6531version = "0.2.1"
6532source = "registry+https://github.com/rust-lang/crates.io-index"
6533checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
6534dependencies = [
6535 "base64ct",
6536 "rand_core 0.6.4",
6537 "subtle",
6538]
6539
6540[[package]]
6541name = "paste"
6542version = "1.0.14"
6543source = "registry+https://github.com/rust-lang/crates.io-index"
6544checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
6545
6546[[package]]
6547name = "pathdiff"
6548version = "0.2.1"
6549source = "registry+https://github.com/rust-lang/crates.io-index"
6550checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
6551
6552[[package]]
6553name = "pathfinder_color"
6554version = "0.5.0"
6555source = "registry+https://github.com/rust-lang/crates.io-index"
6556checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
6557dependencies = [
6558 "pathfinder_simd",
6559]
6560
6561[[package]]
6562name = "pathfinder_geometry"
6563version = "0.5.1"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
6566dependencies = [
6567 "log",
6568 "pathfinder_simd",
6569]
6570
6571[[package]]
6572name = "pathfinder_simd"
6573version = "0.5.2"
6574source = "git+https://github.com/servo/pathfinder.git?rev=e4fcda0d5259d0acf902aee6de7d2501f2bd6629#e4fcda0d5259d0acf902aee6de7d2501f2bd6629"
6575dependencies = [
6576 "rustc_version",
6577]
6578
6579[[package]]
6580name = "pbkdf2"
6581version = "0.8.0"
6582source = "registry+https://github.com/rust-lang/crates.io-index"
6583checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
6584dependencies = [
6585 "crypto-mac",
6586]
6587
6588[[package]]
6589name = "peeking_take_while"
6590version = "0.1.2"
6591source = "registry+https://github.com/rust-lang/crates.io-index"
6592checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
6593
6594[[package]]
6595name = "pem"
6596version = "0.8.3"
6597source = "registry+https://github.com/rust-lang/crates.io-index"
6598checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
6599dependencies = [
6600 "base64 0.13.1",
6601 "once_cell",
6602 "regex",
6603]
6604
6605[[package]]
6606name = "pem-rfc7468"
6607version = "0.7.0"
6608source = "registry+https://github.com/rust-lang/crates.io-index"
6609checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
6610dependencies = [
6611 "base64ct",
6612]
6613
6614[[package]]
6615name = "percent-encoding"
6616version = "2.3.0"
6617source = "registry+https://github.com/rust-lang/crates.io-index"
6618checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
6619
6620[[package]]
6621name = "petgraph"
6622version = "0.6.4"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
6625dependencies = [
6626 "fixedbitset",
6627 "indexmap 2.0.0",
6628]
6629
6630[[package]]
6631name = "phf"
6632version = "0.11.2"
6633source = "registry+https://github.com/rust-lang/crates.io-index"
6634checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
6635dependencies = [
6636 "phf_macros",
6637 "phf_shared",
6638]
6639
6640[[package]]
6641name = "phf_generator"
6642version = "0.11.2"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
6645dependencies = [
6646 "phf_shared",
6647 "rand 0.8.5",
6648]
6649
6650[[package]]
6651name = "phf_macros"
6652version = "0.11.2"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
6655dependencies = [
6656 "phf_generator",
6657 "phf_shared",
6658 "proc-macro2",
6659 "quote",
6660 "syn 2.0.48",
6661]
6662
6663[[package]]
6664name = "phf_shared"
6665version = "0.11.2"
6666source = "registry+https://github.com/rust-lang/crates.io-index"
6667checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
6668dependencies = [
6669 "siphasher 0.3.11",
6670]
6671
6672[[package]]
6673name = "picker"
6674version = "0.1.0"
6675dependencies = [
6676 "ctor",
6677 "editor",
6678 "env_logger",
6679 "gpui",
6680 "menu",
6681 "parking_lot 0.11.2",
6682 "serde_json",
6683 "settings",
6684 "theme",
6685 "ui",
6686 "util",
6687 "workspace",
6688]
6689
6690[[package]]
6691name = "pico-args"
6692version = "0.4.2"
6693source = "registry+https://github.com/rust-lang/crates.io-index"
6694checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
6695
6696[[package]]
6697name = "pin-project"
6698version = "1.1.3"
6699source = "registry+https://github.com/rust-lang/crates.io-index"
6700checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
6701dependencies = [
6702 "pin-project-internal",
6703]
6704
6705[[package]]
6706name = "pin-project-internal"
6707version = "1.1.3"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
6710dependencies = [
6711 "proc-macro2",
6712 "quote",
6713 "syn 2.0.48",
6714]
6715
6716[[package]]
6717name = "pin-project-lite"
6718version = "0.1.12"
6719source = "registry+https://github.com/rust-lang/crates.io-index"
6720checksum = "257b64915a082f7811703966789728173279bdebb956b143dbcd23f6f970a777"
6721
6722[[package]]
6723name = "pin-project-lite"
6724version = "0.2.13"
6725source = "registry+https://github.com/rust-lang/crates.io-index"
6726checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
6727
6728[[package]]
6729name = "pin-utils"
6730version = "0.1.0"
6731source = "registry+https://github.com/rust-lang/crates.io-index"
6732checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
6733
6734[[package]]
6735name = "piper"
6736version = "0.2.1"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
6739dependencies = [
6740 "atomic-waker",
6741 "fastrand 2.0.0",
6742 "futures-io",
6743]
6744
6745[[package]]
6746name = "pkcs1"
6747version = "0.7.5"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
6750dependencies = [
6751 "der 0.7.8",
6752 "pkcs8 0.10.2",
6753 "spki 0.7.2",
6754]
6755
6756[[package]]
6757name = "pkcs8"
6758version = "0.9.0"
6759source = "registry+https://github.com/rust-lang/crates.io-index"
6760checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
6761dependencies = [
6762 "der 0.6.1",
6763 "spki 0.6.0",
6764]
6765
6766[[package]]
6767name = "pkcs8"
6768version = "0.10.2"
6769source = "registry+https://github.com/rust-lang/crates.io-index"
6770checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
6771dependencies = [
6772 "der 0.7.8",
6773 "spki 0.7.2",
6774]
6775
6776[[package]]
6777name = "pkg-config"
6778version = "0.3.27"
6779source = "registry+https://github.com/rust-lang/crates.io-index"
6780checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
6781
6782[[package]]
6783name = "plist"
6784version = "1.5.1"
6785source = "registry+https://github.com/rust-lang/crates.io-index"
6786checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
6787dependencies = [
6788 "base64 0.21.4",
6789 "indexmap 1.9.3",
6790 "line-wrap",
6791 "quick-xml 0.30.0",
6792 "serde",
6793 "time",
6794]
6795
6796[[package]]
6797name = "plugin"
6798version = "0.1.0"
6799dependencies = [
6800 "bincode",
6801 "plugin_macros",
6802 "serde",
6803 "serde_derive",
6804]
6805
6806[[package]]
6807name = "plugin_macros"
6808version = "0.1.0"
6809dependencies = [
6810 "bincode",
6811 "proc-macro2",
6812 "quote",
6813 "serde",
6814 "serde_derive",
6815 "syn 1.0.109",
6816]
6817
6818[[package]]
6819name = "png"
6820version = "0.16.8"
6821source = "registry+https://github.com/rust-lang/crates.io-index"
6822checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
6823dependencies = [
6824 "bitflags 1.3.2",
6825 "crc32fast",
6826 "deflate",
6827 "miniz_oxide 0.3.7",
6828]
6829
6830[[package]]
6831name = "polling"
6832version = "2.8.0"
6833source = "registry+https://github.com/rust-lang/crates.io-index"
6834checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
6835dependencies = [
6836 "autocfg",
6837 "bitflags 1.3.2",
6838 "cfg-if 1.0.0",
6839 "concurrent-queue",
6840 "libc",
6841 "log",
6842 "pin-project-lite 0.2.13",
6843 "windows-sys 0.48.0",
6844]
6845
6846[[package]]
6847name = "polling"
6848version = "3.3.2"
6849source = "registry+https://github.com/rust-lang/crates.io-index"
6850checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
6851dependencies = [
6852 "cfg-if 1.0.0",
6853 "concurrent-queue",
6854 "pin-project-lite 0.2.13",
6855 "rustix 0.38.30",
6856 "tracing",
6857 "windows-sys 0.52.0",
6858]
6859
6860[[package]]
6861name = "pollster"
6862version = "0.2.5"
6863source = "registry+https://github.com/rust-lang/crates.io-index"
6864checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
6865
6866[[package]]
6867name = "postage"
6868version = "0.5.0"
6869source = "registry+https://github.com/rust-lang/crates.io-index"
6870checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
6871dependencies = [
6872 "atomic",
6873 "crossbeam-queue",
6874 "futures 0.3.28",
6875 "log",
6876 "parking_lot 0.12.1",
6877 "pin-project",
6878 "pollster",
6879 "static_assertions",
6880 "thiserror",
6881]
6882
6883[[package]]
6884name = "ppv-lite86"
6885version = "0.2.17"
6886source = "registry+https://github.com/rust-lang/crates.io-index"
6887checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
6888
6889[[package]]
6890name = "prettier"
6891version = "0.1.0"
6892dependencies = [
6893 "anyhow",
6894 "client",
6895 "collections",
6896 "fs",
6897 "futures 0.3.28",
6898 "gpui",
6899 "language",
6900 "log",
6901 "lsp",
6902 "node_runtime",
6903 "parking_lot 0.11.2",
6904 "serde",
6905 "serde_derive",
6906 "serde_json",
6907 "util",
6908]
6909
6910[[package]]
6911name = "pretty_assertions"
6912version = "1.4.0"
6913source = "registry+https://github.com/rust-lang/crates.io-index"
6914checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
6915dependencies = [
6916 "diff",
6917 "yansi",
6918]
6919
6920[[package]]
6921name = "prettyplease"
6922version = "0.2.15"
6923source = "registry+https://github.com/rust-lang/crates.io-index"
6924checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
6925dependencies = [
6926 "proc-macro2",
6927 "syn 2.0.48",
6928]
6929
6930[[package]]
6931name = "proc-macro-crate"
6932version = "0.1.5"
6933source = "registry+https://github.com/rust-lang/crates.io-index"
6934checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
6935dependencies = [
6936 "toml 0.5.11",
6937]
6938
6939[[package]]
6940name = "proc-macro-crate"
6941version = "1.3.1"
6942source = "registry+https://github.com/rust-lang/crates.io-index"
6943checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
6944dependencies = [
6945 "once_cell",
6946 "toml_edit 0.19.15",
6947]
6948
6949[[package]]
6950name = "proc-macro-error"
6951version = "1.0.4"
6952source = "registry+https://github.com/rust-lang/crates.io-index"
6953checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
6954dependencies = [
6955 "proc-macro-error-attr",
6956 "proc-macro2",
6957 "quote",
6958 "syn 1.0.109",
6959 "version_check",
6960]
6961
6962[[package]]
6963name = "proc-macro-error-attr"
6964version = "1.0.4"
6965source = "registry+https://github.com/rust-lang/crates.io-index"
6966checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
6967dependencies = [
6968 "proc-macro2",
6969 "quote",
6970 "version_check",
6971]
6972
6973[[package]]
6974name = "proc-macro2"
6975version = "1.0.78"
6976source = "registry+https://github.com/rust-lang/crates.io-index"
6977checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
6978dependencies = [
6979 "unicode-ident",
6980]
6981
6982[[package]]
6983name = "procinfo"
6984version = "0.1.0"
6985source = "git+https://github.com/zed-industries/wezterm?rev=0c13436f4fa8b126f46dd4a20106419b41666897#0c13436f4fa8b126f46dd4a20106419b41666897"
6986dependencies = [
6987 "libc",
6988 "log",
6989 "ntapi",
6990 "winapi 0.3.9",
6991]
6992
6993[[package]]
6994name = "profiling"
6995version = "1.0.15"
6996source = "registry+https://github.com/rust-lang/crates.io-index"
6997checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
6998dependencies = [
6999 "profiling-procmacros",
7000]
7001
7002[[package]]
7003name = "profiling-procmacros"
7004version = "1.0.15"
7005source = "registry+https://github.com/rust-lang/crates.io-index"
7006checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
7007dependencies = [
7008 "quote",
7009 "syn 2.0.48",
7010]
7011
7012[[package]]
7013name = "project"
7014version = "0.1.0"
7015dependencies = [
7016 "aho-corasick",
7017 "anyhow",
7018 "async-trait",
7019 "client",
7020 "clock",
7021 "collections",
7022 "copilot",
7023 "db",
7024 "env_logger",
7025 "fs",
7026 "futures 0.3.28",
7027 "fuzzy",
7028 "git",
7029 "git2",
7030 "globset",
7031 "gpui",
7032 "ignore",
7033 "itertools 0.10.5",
7034 "language",
7035 "log",
7036 "lsp",
7037 "node_runtime",
7038 "parking_lot 0.11.2",
7039 "postage",
7040 "prettier",
7041 "pretty_assertions",
7042 "rand 0.8.5",
7043 "regex",
7044 "release_channel",
7045 "rpc",
7046 "schemars",
7047 "serde",
7048 "serde_json",
7049 "settings",
7050 "sha2 0.10.7",
7051 "similar",
7052 "smol",
7053 "sum_tree",
7054 "task",
7055 "terminal",
7056 "text",
7057 "unindent",
7058 "util",
7059 "which 6.0.0",
7060]
7061
7062[[package]]
7063name = "project_panel"
7064version = "0.1.0"
7065dependencies = [
7066 "anyhow",
7067 "client",
7068 "collections",
7069 "db",
7070 "editor",
7071 "futures 0.3.28",
7072 "gpui",
7073 "language",
7074 "menu",
7075 "postage",
7076 "pretty_assertions",
7077 "project",
7078 "schemars",
7079 "search",
7080 "serde",
7081 "serde_derive",
7082 "serde_json",
7083 "settings",
7084 "smallvec",
7085 "theme",
7086 "ui",
7087 "unicase",
7088 "util",
7089 "workspace",
7090]
7091
7092[[package]]
7093name = "project_symbols"
7094version = "0.1.0"
7095dependencies = [
7096 "anyhow",
7097 "editor",
7098 "futures 0.3.28",
7099 "fuzzy",
7100 "gpui",
7101 "language",
7102 "lsp",
7103 "ordered-float 2.10.0",
7104 "picker",
7105 "postage",
7106 "project",
7107 "release_channel",
7108 "serde_json",
7109 "settings",
7110 "smol",
7111 "text",
7112 "theme",
7113 "util",
7114 "workspace",
7115]
7116
7117[[package]]
7118name = "prometheus"
7119version = "0.13.3"
7120source = "registry+https://github.com/rust-lang/crates.io-index"
7121checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
7122dependencies = [
7123 "cfg-if 1.0.0",
7124 "fnv",
7125 "lazy_static",
7126 "memchr",
7127 "parking_lot 0.12.1",
7128 "protobuf",
7129 "thiserror",
7130]
7131
7132[[package]]
7133name = "prost"
7134version = "0.8.0"
7135source = "registry+https://github.com/rust-lang/crates.io-index"
7136checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
7137dependencies = [
7138 "bytes 1.5.0",
7139 "prost-derive 0.8.0",
7140]
7141
7142[[package]]
7143name = "prost"
7144version = "0.9.0"
7145source = "registry+https://github.com/rust-lang/crates.io-index"
7146checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
7147dependencies = [
7148 "bytes 1.5.0",
7149 "prost-derive 0.9.0",
7150]
7151
7152[[package]]
7153name = "prost-build"
7154version = "0.9.0"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
7157dependencies = [
7158 "bytes 1.5.0",
7159 "heck 0.3.3",
7160 "itertools 0.10.5",
7161 "lazy_static",
7162 "log",
7163 "multimap",
7164 "petgraph",
7165 "prost 0.9.0",
7166 "prost-types 0.9.0",
7167 "regex",
7168 "tempfile",
7169 "which 4.4.2",
7170]
7171
7172[[package]]
7173name = "prost-derive"
7174version = "0.8.0"
7175source = "registry+https://github.com/rust-lang/crates.io-index"
7176checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
7177dependencies = [
7178 "anyhow",
7179 "itertools 0.10.5",
7180 "proc-macro2",
7181 "quote",
7182 "syn 1.0.109",
7183]
7184
7185[[package]]
7186name = "prost-derive"
7187version = "0.9.0"
7188source = "registry+https://github.com/rust-lang/crates.io-index"
7189checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
7190dependencies = [
7191 "anyhow",
7192 "itertools 0.10.5",
7193 "proc-macro2",
7194 "quote",
7195 "syn 1.0.109",
7196]
7197
7198[[package]]
7199name = "prost-types"
7200version = "0.8.0"
7201source = "registry+https://github.com/rust-lang/crates.io-index"
7202checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
7203dependencies = [
7204 "bytes 1.5.0",
7205 "prost 0.8.0",
7206]
7207
7208[[package]]
7209name = "prost-types"
7210version = "0.9.0"
7211source = "registry+https://github.com/rust-lang/crates.io-index"
7212checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
7213dependencies = [
7214 "bytes 1.5.0",
7215 "prost 0.9.0",
7216]
7217
7218[[package]]
7219name = "protobuf"
7220version = "2.28.0"
7221source = "registry+https://github.com/rust-lang/crates.io-index"
7222checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
7223
7224[[package]]
7225name = "psm"
7226version = "0.1.21"
7227source = "registry+https://github.com/rust-lang/crates.io-index"
7228checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
7229dependencies = [
7230 "cc",
7231]
7232
7233[[package]]
7234name = "ptr_meta"
7235version = "0.1.4"
7236source = "registry+https://github.com/rust-lang/crates.io-index"
7237checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
7238dependencies = [
7239 "ptr_meta_derive",
7240]
7241
7242[[package]]
7243name = "ptr_meta_derive"
7244version = "0.1.4"
7245source = "registry+https://github.com/rust-lang/crates.io-index"
7246checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
7247dependencies = [
7248 "proc-macro2",
7249 "quote",
7250 "syn 1.0.109",
7251]
7252
7253[[package]]
7254name = "pulldown-cmark"
7255version = "0.9.3"
7256source = "registry+https://github.com/rust-lang/crates.io-index"
7257checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
7258dependencies = [
7259 "bitflags 1.3.2",
7260 "memchr",
7261 "unicase",
7262]
7263
7264[[package]]
7265name = "quick-xml"
7266version = "0.30.0"
7267source = "registry+https://github.com/rust-lang/crates.io-index"
7268checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
7269dependencies = [
7270 "memchr",
7271]
7272
7273[[package]]
7274name = "quick-xml"
7275version = "0.31.0"
7276source = "registry+https://github.com/rust-lang/crates.io-index"
7277checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
7278dependencies = [
7279 "memchr",
7280]
7281
7282[[package]]
7283name = "quick_action_bar"
7284version = "0.1.0"
7285dependencies = [
7286 "assistant",
7287 "editor",
7288 "gpui",
7289 "search",
7290 "settings",
7291 "ui",
7292 "workspace",
7293]
7294
7295[[package]]
7296name = "quote"
7297version = "1.0.35"
7298source = "registry+https://github.com/rust-lang/crates.io-index"
7299checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
7300dependencies = [
7301 "proc-macro2",
7302]
7303
7304[[package]]
7305name = "radium"
7306version = "0.7.0"
7307source = "registry+https://github.com/rust-lang/crates.io-index"
7308checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
7309
7310[[package]]
7311name = "rand"
7312version = "0.7.3"
7313source = "registry+https://github.com/rust-lang/crates.io-index"
7314checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
7315dependencies = [
7316 "getrandom 0.1.16",
7317 "libc",
7318 "rand_chacha 0.2.2",
7319 "rand_core 0.5.1",
7320 "rand_hc",
7321]
7322
7323[[package]]
7324name = "rand"
7325version = "0.8.5"
7326source = "registry+https://github.com/rust-lang/crates.io-index"
7327checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
7328dependencies = [
7329 "libc",
7330 "rand_chacha 0.3.1",
7331 "rand_core 0.6.4",
7332]
7333
7334[[package]]
7335name = "rand_chacha"
7336version = "0.2.2"
7337source = "registry+https://github.com/rust-lang/crates.io-index"
7338checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
7339dependencies = [
7340 "ppv-lite86",
7341 "rand_core 0.5.1",
7342]
7343
7344[[package]]
7345name = "rand_chacha"
7346version = "0.3.1"
7347source = "registry+https://github.com/rust-lang/crates.io-index"
7348checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
7349dependencies = [
7350 "ppv-lite86",
7351 "rand_core 0.6.4",
7352]
7353
7354[[package]]
7355name = "rand_core"
7356version = "0.5.1"
7357source = "registry+https://github.com/rust-lang/crates.io-index"
7358checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
7359dependencies = [
7360 "getrandom 0.1.16",
7361]
7362
7363[[package]]
7364name = "rand_core"
7365version = "0.6.4"
7366source = "registry+https://github.com/rust-lang/crates.io-index"
7367checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
7368dependencies = [
7369 "getrandom 0.2.10",
7370]
7371
7372[[package]]
7373name = "rand_hc"
7374version = "0.2.0"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
7377dependencies = [
7378 "rand_core 0.5.1",
7379]
7380
7381[[package]]
7382name = "rangemap"
7383version = "1.4.0"
7384source = "registry+https://github.com/rust-lang/crates.io-index"
7385checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
7386
7387[[package]]
7388name = "raw-window-handle"
7389version = "0.5.2"
7390source = "registry+https://github.com/rust-lang/crates.io-index"
7391checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
7392
7393[[package]]
7394name = "raw-window-handle"
7395version = "0.6.0"
7396source = "registry+https://github.com/rust-lang/crates.io-index"
7397checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
7398
7399[[package]]
7400name = "raw-window-metal"
7401version = "0.3.2"
7402source = "registry+https://github.com/rust-lang/crates.io-index"
7403checksum = "ac4ea493258d54c24cb46aa9345d099e58e2ea3f30dd63667fc54fc892f18e76"
7404dependencies = [
7405 "cocoa",
7406 "core-graphics 0.23.1",
7407 "objc",
7408 "raw-window-handle 0.5.2",
7409]
7410
7411[[package]]
7412name = "rawpointer"
7413version = "0.2.1"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
7416
7417[[package]]
7418name = "rayon"
7419version = "1.8.0"
7420source = "registry+https://github.com/rust-lang/crates.io-index"
7421checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
7422dependencies = [
7423 "either",
7424 "rayon-core",
7425]
7426
7427[[package]]
7428name = "rayon-core"
7429version = "1.12.0"
7430source = "registry+https://github.com/rust-lang/crates.io-index"
7431checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
7432dependencies = [
7433 "crossbeam-deque",
7434 "crossbeam-utils",
7435]
7436
7437[[package]]
7438name = "rctree"
7439version = "0.3.3"
7440source = "registry+https://github.com/rust-lang/crates.io-index"
7441checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
7442
7443[[package]]
7444name = "read-fonts"
7445version = "0.15.3"
7446source = "registry+https://github.com/rust-lang/crates.io-index"
7447checksum = "a1362980db95801b70031dd592dc052a44b1810ca9da8fbcf7b25983f3174ed0"
7448dependencies = [
7449 "font-types",
7450]
7451
7452[[package]]
7453name = "recent_projects"
7454version = "0.1.0"
7455dependencies = [
7456 "futures 0.3.28",
7457 "fuzzy",
7458 "gpui",
7459 "language",
7460 "menu",
7461 "ordered-float 2.10.0",
7462 "picker",
7463 "postage",
7464 "settings",
7465 "smol",
7466 "text",
7467 "theme",
7468 "ui",
7469 "util",
7470 "workspace",
7471]
7472
7473[[package]]
7474name = "redox_syscall"
7475version = "0.2.16"
7476source = "registry+https://github.com/rust-lang/crates.io-index"
7477checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
7478dependencies = [
7479 "bitflags 1.3.2",
7480]
7481
7482[[package]]
7483name = "redox_syscall"
7484version = "0.3.5"
7485source = "registry+https://github.com/rust-lang/crates.io-index"
7486checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
7487dependencies = [
7488 "bitflags 1.3.2",
7489]
7490
7491[[package]]
7492name = "redox_syscall"
7493version = "0.4.1"
7494source = "registry+https://github.com/rust-lang/crates.io-index"
7495checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
7496dependencies = [
7497 "bitflags 1.3.2",
7498]
7499
7500[[package]]
7501name = "redox_users"
7502version = "0.4.3"
7503source = "registry+https://github.com/rust-lang/crates.io-index"
7504checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
7505dependencies = [
7506 "getrandom 0.2.10",
7507 "redox_syscall 0.2.16",
7508 "thiserror",
7509]
7510
7511[[package]]
7512name = "refineable"
7513version = "0.1.0"
7514dependencies = [
7515 "derive_refineable",
7516 "proc-macro2",
7517 "quote",
7518 "syn 1.0.109",
7519]
7520
7521[[package]]
7522name = "regalloc2"
7523version = "0.9.3"
7524source = "registry+https://github.com/rust-lang/crates.io-index"
7525checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
7526dependencies = [
7527 "hashbrown 0.13.2",
7528 "log",
7529 "rustc-hash",
7530 "slice-group-by",
7531 "smallvec",
7532]
7533
7534[[package]]
7535name = "regex"
7536version = "1.10.3"
7537source = "registry+https://github.com/rust-lang/crates.io-index"
7538checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
7539dependencies = [
7540 "aho-corasick",
7541 "memchr",
7542 "regex-automata 0.4.5",
7543 "regex-syntax 0.8.2",
7544]
7545
7546[[package]]
7547name = "regex-automata"
7548version = "0.1.10"
7549source = "registry+https://github.com/rust-lang/crates.io-index"
7550checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
7551dependencies = [
7552 "regex-syntax 0.6.29",
7553]
7554
7555[[package]]
7556name = "regex-automata"
7557version = "0.3.8"
7558source = "registry+https://github.com/rust-lang/crates.io-index"
7559checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
7560
7561[[package]]
7562name = "regex-automata"
7563version = "0.4.5"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
7566dependencies = [
7567 "aho-corasick",
7568 "memchr",
7569 "regex-syntax 0.8.2",
7570]
7571
7572[[package]]
7573name = "regex-lite"
7574version = "0.1.5"
7575source = "registry+https://github.com/rust-lang/crates.io-index"
7576checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
7577
7578[[package]]
7579name = "regex-syntax"
7580version = "0.6.29"
7581source = "registry+https://github.com/rust-lang/crates.io-index"
7582checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
7583
7584[[package]]
7585name = "regex-syntax"
7586version = "0.8.2"
7587source = "registry+https://github.com/rust-lang/crates.io-index"
7588checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
7589
7590[[package]]
7591name = "release_channel"
7592version = "0.1.0"
7593dependencies = [
7594 "gpui",
7595 "once_cell",
7596]
7597
7598[[package]]
7599name = "rend"
7600version = "0.4.0"
7601source = "registry+https://github.com/rust-lang/crates.io-index"
7602checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
7603dependencies = [
7604 "bytecheck",
7605]
7606
7607[[package]]
7608name = "reqwest"
7609version = "0.11.20"
7610source = "registry+https://github.com/rust-lang/crates.io-index"
7611checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
7612dependencies = [
7613 "base64 0.21.4",
7614 "bytes 1.5.0",
7615 "encoding_rs",
7616 "futures-core",
7617 "futures-util",
7618 "h2",
7619 "http 0.2.9",
7620 "http-body",
7621 "hyper",
7622 "hyper-tls",
7623 "ipnet",
7624 "js-sys",
7625 "log",
7626 "mime",
7627 "native-tls",
7628 "once_cell",
7629 "percent-encoding",
7630 "pin-project-lite 0.2.13",
7631 "serde",
7632 "serde_json",
7633 "serde_urlencoded",
7634 "tokio",
7635 "tokio-native-tls",
7636 "tower-service",
7637 "url",
7638 "wasm-bindgen",
7639 "wasm-bindgen-futures",
7640 "web-sys",
7641 "winreg",
7642]
7643
7644[[package]]
7645name = "resvg"
7646version = "0.14.1"
7647source = "registry+https://github.com/rust-lang/crates.io-index"
7648checksum = "09697862c5c3f940cbaffef91969c62188b5c8ed385b0aef43a5ff01ddc8000f"
7649dependencies = [
7650 "jpeg-decoder",
7651 "log",
7652 "pico-args",
7653 "png",
7654 "rgb",
7655 "svgfilters",
7656 "tiny-skia",
7657 "usvg",
7658]
7659
7660[[package]]
7661name = "rfc6979"
7662version = "0.3.1"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
7665dependencies = [
7666 "crypto-bigint 0.4.9",
7667 "hmac 0.12.1",
7668 "zeroize",
7669]
7670
7671[[package]]
7672name = "rgb"
7673version = "0.8.36"
7674source = "registry+https://github.com/rust-lang/crates.io-index"
7675checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
7676dependencies = [
7677 "bytemuck",
7678]
7679
7680[[package]]
7681name = "rich_text"
7682version = "0.1.0"
7683dependencies = [
7684 "anyhow",
7685 "collections",
7686 "futures 0.3.28",
7687 "gpui",
7688 "language",
7689 "lazy_static",
7690 "linkify",
7691 "pulldown-cmark",
7692 "smallvec",
7693 "smol",
7694 "sum_tree",
7695 "theme",
7696 "ui",
7697 "util",
7698]
7699
7700[[package]]
7701name = "ring"
7702version = "0.16.20"
7703source = "registry+https://github.com/rust-lang/crates.io-index"
7704checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
7705dependencies = [
7706 "cc",
7707 "libc",
7708 "once_cell",
7709 "spin 0.5.2",
7710 "untrusted 0.7.1",
7711 "web-sys",
7712 "winapi 0.3.9",
7713]
7714
7715[[package]]
7716name = "ring"
7717version = "0.17.7"
7718source = "registry+https://github.com/rust-lang/crates.io-index"
7719checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
7720dependencies = [
7721 "cc",
7722 "getrandom 0.2.10",
7723 "libc",
7724 "spin 0.9.8",
7725 "untrusted 0.9.0",
7726 "windows-sys 0.48.0",
7727]
7728
7729[[package]]
7730name = "rkyv"
7731version = "0.7.42"
7732source = "registry+https://github.com/rust-lang/crates.io-index"
7733checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
7734dependencies = [
7735 "bitvec",
7736 "bytecheck",
7737 "hashbrown 0.12.3",
7738 "ptr_meta",
7739 "rend",
7740 "rkyv_derive",
7741 "seahash",
7742 "tinyvec",
7743 "uuid",
7744]
7745
7746[[package]]
7747name = "rkyv_derive"
7748version = "0.7.42"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
7751dependencies = [
7752 "proc-macro2",
7753 "quote",
7754 "syn 1.0.109",
7755]
7756
7757[[package]]
7758name = "rmp"
7759version = "0.8.12"
7760source = "registry+https://github.com/rust-lang/crates.io-index"
7761checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
7762dependencies = [
7763 "byteorder",
7764 "num-traits",
7765 "paste",
7766]
7767
7768[[package]]
7769name = "rmpv"
7770version = "1.0.1"
7771source = "registry+https://github.com/rust-lang/crates.io-index"
7772checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
7773dependencies = [
7774 "num-traits",
7775 "rmp",
7776]
7777
7778[[package]]
7779name = "rodio"
7780version = "0.17.1"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
7783dependencies = [
7784 "cpal",
7785 "hound",
7786]
7787
7788[[package]]
7789name = "rope"
7790version = "0.1.0"
7791dependencies = [
7792 "arrayvec 0.7.4",
7793 "bromberg_sl2",
7794 "gpui",
7795 "log",
7796 "rand 0.8.5",
7797 "smallvec",
7798 "sum_tree",
7799 "util",
7800]
7801
7802[[package]]
7803name = "roxmltree"
7804version = "0.14.1"
7805source = "registry+https://github.com/rust-lang/crates.io-index"
7806checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
7807dependencies = [
7808 "xmlparser",
7809]
7810
7811[[package]]
7812name = "roxmltree"
7813version = "0.19.0"
7814source = "registry+https://github.com/rust-lang/crates.io-index"
7815checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
7816
7817[[package]]
7818name = "rpc"
7819version = "0.1.0"
7820dependencies = [
7821 "anyhow",
7822 "async-lock 2.8.0",
7823 "async-tungstenite",
7824 "base64 0.13.1",
7825 "clock",
7826 "collections",
7827 "ctor",
7828 "env_logger",
7829 "futures 0.3.28",
7830 "gpui",
7831 "parking_lot 0.11.2",
7832 "prost 0.8.0",
7833 "prost-build",
7834 "rand 0.8.5",
7835 "rsa 0.4.0",
7836 "serde",
7837 "serde_derive",
7838 "serde_json",
7839 "smol",
7840 "smol-timeout",
7841 "strum",
7842 "tempfile",
7843 "tracing",
7844 "util",
7845 "zstd",
7846]
7847
7848[[package]]
7849name = "rsa"
7850version = "0.4.0"
7851source = "registry+https://github.com/rust-lang/crates.io-index"
7852checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
7853dependencies = [
7854 "byteorder",
7855 "digest 0.9.0",
7856 "lazy_static",
7857 "num-bigint-dig 0.7.1",
7858 "num-integer",
7859 "num-iter",
7860 "num-traits",
7861 "pem",
7862 "rand 0.8.5",
7863 "simple_asn1",
7864 "subtle",
7865 "zeroize",
7866]
7867
7868[[package]]
7869name = "rsa"
7870version = "0.9.2"
7871source = "registry+https://github.com/rust-lang/crates.io-index"
7872checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
7873dependencies = [
7874 "byteorder",
7875 "const-oid",
7876 "digest 0.10.7",
7877 "num-bigint-dig 0.8.4",
7878 "num-integer",
7879 "num-iter",
7880 "num-traits",
7881 "pkcs1",
7882 "pkcs8 0.10.2",
7883 "rand_core 0.6.4",
7884 "signature 2.1.0",
7885 "spki 0.7.2",
7886 "subtle",
7887 "zeroize",
7888]
7889
7890[[package]]
7891name = "rusqlite"
7892version = "0.29.0"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2"
7895dependencies = [
7896 "bitflags 2.4.1",
7897 "fallible-iterator 0.2.0",
7898 "fallible-streaming-iterator",
7899 "hashlink",
7900 "libsqlite3-sys",
7901 "smallvec",
7902]
7903
7904[[package]]
7905name = "rust-embed"
7906version = "8.2.0"
7907source = "registry+https://github.com/rust-lang/crates.io-index"
7908checksum = "a82c0bbc10308ed323529fd3c1dce8badda635aa319a5ff0e6466f33b8101e3f"
7909dependencies = [
7910 "rust-embed-impl",
7911 "rust-embed-utils",
7912 "walkdir",
7913]
7914
7915[[package]]
7916name = "rust-embed-impl"
7917version = "8.2.0"
7918source = "registry+https://github.com/rust-lang/crates.io-index"
7919checksum = "6227c01b1783cdfee1bcf844eb44594cd16ec71c35305bf1c9fb5aade2735e16"
7920dependencies = [
7921 "proc-macro2",
7922 "quote",
7923 "rust-embed-utils",
7924 "syn 2.0.48",
7925 "walkdir",
7926]
7927
7928[[package]]
7929name = "rust-embed-utils"
7930version = "8.2.0"
7931source = "registry+https://github.com/rust-lang/crates.io-index"
7932checksum = "8cb0a25bfbb2d4b4402179c2cf030387d9990857ce08a32592c6238db9fa8665"
7933dependencies = [
7934 "globset",
7935 "sha2 0.10.7",
7936 "walkdir",
7937]
7938
7939[[package]]
7940name = "rust_decimal"
7941version = "1.32.0"
7942source = "registry+https://github.com/rust-lang/crates.io-index"
7943checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
7944dependencies = [
7945 "arrayvec 0.7.4",
7946 "borsh",
7947 "bytes 1.5.0",
7948 "num-traits",
7949 "rand 0.8.5",
7950 "rkyv",
7951 "serde",
7952 "serde_json",
7953]
7954
7955[[package]]
7956name = "rustc-demangle"
7957version = "0.1.23"
7958source = "registry+https://github.com/rust-lang/crates.io-index"
7959checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
7960
7961[[package]]
7962name = "rustc-hash"
7963version = "1.1.0"
7964source = "registry+https://github.com/rust-lang/crates.io-index"
7965checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
7966
7967[[package]]
7968name = "rustc_version"
7969version = "0.4.0"
7970source = "registry+https://github.com/rust-lang/crates.io-index"
7971checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
7972dependencies = [
7973 "semver",
7974]
7975
7976[[package]]
7977name = "rustix"
7978version = "0.37.23"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
7981dependencies = [
7982 "bitflags 1.3.2",
7983 "errno",
7984 "io-lifetimes",
7985 "libc",
7986 "linux-raw-sys 0.3.8",
7987 "windows-sys 0.48.0",
7988]
7989
7990[[package]]
7991name = "rustix"
7992version = "0.38.30"
7993source = "registry+https://github.com/rust-lang/crates.io-index"
7994checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
7995dependencies = [
7996 "bitflags 2.4.1",
7997 "errno",
7998 "itoa",
7999 "libc",
8000 "linux-raw-sys 0.4.12",
8001 "windows-sys 0.52.0",
8002]
8003
8004[[package]]
8005name = "rustix-openpty"
8006version = "0.1.1"
8007source = "registry+https://github.com/rust-lang/crates.io-index"
8008checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
8009dependencies = [
8010 "errno",
8011 "libc",
8012 "rustix 0.38.30",
8013]
8014
8015[[package]]
8016name = "rustls"
8017version = "0.21.10"
8018source = "registry+https://github.com/rust-lang/crates.io-index"
8019checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
8020dependencies = [
8021 "log",
8022 "ring 0.17.7",
8023 "rustls-webpki",
8024 "sct",
8025]
8026
8027[[package]]
8028name = "rustls-native-certs"
8029version = "0.6.3"
8030source = "registry+https://github.com/rust-lang/crates.io-index"
8031checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
8032dependencies = [
8033 "openssl-probe",
8034 "rustls-pemfile",
8035 "schannel",
8036 "security-framework",
8037]
8038
8039[[package]]
8040name = "rustls-pemfile"
8041version = "1.0.3"
8042source = "registry+https://github.com/rust-lang/crates.io-index"
8043checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
8044dependencies = [
8045 "base64 0.21.4",
8046]
8047
8048[[package]]
8049name = "rustls-webpki"
8050version = "0.101.7"
8051source = "registry+https://github.com/rust-lang/crates.io-index"
8052checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
8053dependencies = [
8054 "ring 0.17.7",
8055 "untrusted 0.9.0",
8056]
8057
8058[[package]]
8059name = "rustversion"
8060version = "1.0.14"
8061source = "registry+https://github.com/rust-lang/crates.io-index"
8062checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
8063
8064[[package]]
8065name = "rustybuzz"
8066version = "0.3.0"
8067source = "registry+https://github.com/rust-lang/crates.io-index"
8068checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
8069dependencies = [
8070 "bitflags 1.3.2",
8071 "bytemuck",
8072 "smallvec",
8073 "ttf-parser 0.9.0",
8074 "unicode-bidi-mirroring",
8075 "unicode-ccc",
8076 "unicode-general-category",
8077 "unicode-script",
8078]
8079
8080[[package]]
8081name = "rustybuzz"
8082version = "0.11.0"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "2ee8fe2a8461a0854a37101fe7a1b13998d0cfa987e43248e81d2a5f4570f6fa"
8085dependencies = [
8086 "bitflags 1.3.2",
8087 "bytemuck",
8088 "libm",
8089 "smallvec",
8090 "ttf-parser 0.20.0",
8091 "unicode-bidi-mirroring",
8092 "unicode-ccc",
8093 "unicode-properties",
8094 "unicode-script",
8095]
8096
8097[[package]]
8098name = "ryu"
8099version = "1.0.15"
8100source = "registry+https://github.com/rust-lang/crates.io-index"
8101checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
8102
8103[[package]]
8104name = "safe_arch"
8105version = "0.5.2"
8106source = "registry+https://github.com/rust-lang/crates.io-index"
8107checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
8108dependencies = [
8109 "bytemuck",
8110]
8111
8112[[package]]
8113name = "safemem"
8114version = "0.3.3"
8115source = "registry+https://github.com/rust-lang/crates.io-index"
8116checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
8117
8118[[package]]
8119name = "salsa20"
8120version = "0.8.1"
8121source = "registry+https://github.com/rust-lang/crates.io-index"
8122checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
8123dependencies = [
8124 "cipher",
8125]
8126
8127[[package]]
8128name = "same-file"
8129version = "1.0.6"
8130source = "registry+https://github.com/rust-lang/crates.io-index"
8131checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
8132dependencies = [
8133 "winapi-util",
8134]
8135
8136[[package]]
8137name = "schannel"
8138version = "0.1.22"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
8141dependencies = [
8142 "windows-sys 0.48.0",
8143]
8144
8145[[package]]
8146name = "schemars"
8147version = "0.8.15"
8148source = "registry+https://github.com/rust-lang/crates.io-index"
8149checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
8150dependencies = [
8151 "dyn-clone",
8152 "indexmap 1.9.3",
8153 "schemars_derive",
8154 "serde",
8155 "serde_json",
8156]
8157
8158[[package]]
8159name = "schemars_derive"
8160version = "0.8.15"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
8163dependencies = [
8164 "proc-macro2",
8165 "quote",
8166 "serde_derive_internals",
8167 "syn 1.0.109",
8168]
8169
8170[[package]]
8171name = "scoped-tls"
8172version = "1.0.1"
8173source = "registry+https://github.com/rust-lang/crates.io-index"
8174checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
8175
8176[[package]]
8177name = "scoped_threadpool"
8178version = "0.1.9"
8179source = "registry+https://github.com/rust-lang/crates.io-index"
8180checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
8181
8182[[package]]
8183name = "scopeguard"
8184version = "1.2.0"
8185source = "registry+https://github.com/rust-lang/crates.io-index"
8186checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
8187
8188[[package]]
8189name = "scrypt"
8190version = "0.7.0"
8191source = "registry+https://github.com/rust-lang/crates.io-index"
8192checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
8193dependencies = [
8194 "base64ct",
8195 "hmac 0.11.0",
8196 "password-hash",
8197 "pbkdf2",
8198 "salsa20",
8199 "sha2 0.9.9",
8200]
8201
8202[[package]]
8203name = "sct"
8204version = "0.7.0"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
8207dependencies = [
8208 "ring 0.16.20",
8209 "untrusted 0.7.1",
8210]
8211
8212[[package]]
8213name = "sea-bae"
8214version = "0.2.0"
8215source = "registry+https://github.com/rust-lang/crates.io-index"
8216checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
8217dependencies = [
8218 "heck 0.4.1",
8219 "proc-macro-error",
8220 "proc-macro2",
8221 "quote",
8222 "syn 2.0.48",
8223]
8224
8225[[package]]
8226name = "sea-orm"
8227version = "0.12.3"
8228source = "registry+https://github.com/rust-lang/crates.io-index"
8229checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
8230dependencies = [
8231 "async-stream",
8232 "async-trait",
8233 "bigdecimal",
8234 "chrono",
8235 "futures 0.3.28",
8236 "log",
8237 "ouroboros",
8238 "rust_decimal",
8239 "sea-orm-macros",
8240 "sea-query",
8241 "sea-query-binder",
8242 "serde",
8243 "serde_json",
8244 "sqlx",
8245 "strum",
8246 "thiserror",
8247 "time",
8248 "tracing",
8249 "url",
8250 "uuid",
8251]
8252
8253[[package]]
8254name = "sea-orm-macros"
8255version = "0.12.3"
8256source = "registry+https://github.com/rust-lang/crates.io-index"
8257checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
8258dependencies = [
8259 "heck 0.4.1",
8260 "proc-macro2",
8261 "quote",
8262 "sea-bae",
8263 "syn 2.0.48",
8264 "unicode-ident",
8265]
8266
8267[[package]]
8268name = "sea-query"
8269version = "0.30.2"
8270source = "registry+https://github.com/rust-lang/crates.io-index"
8271checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
8272dependencies = [
8273 "bigdecimal",
8274 "chrono",
8275 "derivative",
8276 "inherent",
8277 "ordered-float 3.9.1",
8278 "rust_decimal",
8279 "serde_json",
8280 "time",
8281 "uuid",
8282]
8283
8284[[package]]
8285name = "sea-query-binder"
8286version = "0.5.0"
8287source = "registry+https://github.com/rust-lang/crates.io-index"
8288checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
8289dependencies = [
8290 "bigdecimal",
8291 "chrono",
8292 "rust_decimal",
8293 "sea-query",
8294 "serde_json",
8295 "sqlx",
8296 "time",
8297 "uuid",
8298]
8299
8300[[package]]
8301name = "seahash"
8302version = "4.1.0"
8303source = "registry+https://github.com/rust-lang/crates.io-index"
8304checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
8305
8306[[package]]
8307name = "sealed"
8308version = "0.4.0"
8309source = "registry+https://github.com/rust-lang/crates.io-index"
8310checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
8311dependencies = [
8312 "heck 0.3.3",
8313 "proc-macro2",
8314 "quote",
8315 "syn 1.0.109",
8316]
8317
8318[[package]]
8319name = "search"
8320version = "0.1.0"
8321dependencies = [
8322 "anyhow",
8323 "bitflags 1.3.2",
8324 "client",
8325 "collections",
8326 "editor",
8327 "futures 0.3.28",
8328 "gpui",
8329 "language",
8330 "log",
8331 "menu",
8332 "postage",
8333 "project",
8334 "semantic_index",
8335 "serde",
8336 "serde_derive",
8337 "serde_json",
8338 "settings",
8339 "smallvec",
8340 "smol",
8341 "theme",
8342 "ui",
8343 "unindent",
8344 "util",
8345 "workspace",
8346]
8347
8348[[package]]
8349name = "sec1"
8350version = "0.3.0"
8351source = "registry+https://github.com/rust-lang/crates.io-index"
8352checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
8353dependencies = [
8354 "base16ct",
8355 "der 0.6.1",
8356 "generic-array",
8357 "pkcs8 0.9.0",
8358 "subtle",
8359 "zeroize",
8360]
8361
8362[[package]]
8363name = "security-framework"
8364version = "2.9.2"
8365source = "registry+https://github.com/rust-lang/crates.io-index"
8366checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
8367dependencies = [
8368 "bitflags 1.3.2",
8369 "core-foundation",
8370 "core-foundation-sys 0.8.6",
8371 "libc",
8372 "security-framework-sys",
8373]
8374
8375[[package]]
8376name = "security-framework-sys"
8377version = "2.9.1"
8378source = "registry+https://github.com/rust-lang/crates.io-index"
8379checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
8380dependencies = [
8381 "core-foundation-sys 0.8.6",
8382 "libc",
8383]
8384
8385[[package]]
8386name = "self_cell"
8387version = "1.0.3"
8388source = "registry+https://github.com/rust-lang/crates.io-index"
8389checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
8390
8391[[package]]
8392name = "semantic_index"
8393version = "0.1.0"
8394dependencies = [
8395 "ai",
8396 "anyhow",
8397 "async-trait",
8398 "client",
8399 "collections",
8400 "ctor",
8401 "env_logger",
8402 "futures 0.3.28",
8403 "globset",
8404 "gpui",
8405 "language",
8406 "lazy_static",
8407 "log",
8408 "ndarray",
8409 "node_runtime",
8410 "ordered-float 2.10.0",
8411 "parking_lot 0.11.2",
8412 "postage",
8413 "pretty_assertions",
8414 "project",
8415 "rand 0.8.5",
8416 "release_channel",
8417 "rpc",
8418 "rusqlite",
8419 "rust-embed",
8420 "schemars",
8421 "serde",
8422 "serde_json",
8423 "settings",
8424 "sha1",
8425 "smol",
8426 "tempfile",
8427 "tiktoken-rs",
8428 "tree-sitter",
8429 "tree-sitter-cpp",
8430 "tree-sitter-elixir",
8431 "tree-sitter-json 0.20.2",
8432 "tree-sitter-lua",
8433 "tree-sitter-php",
8434 "tree-sitter-ruby",
8435 "tree-sitter-rust",
8436 "tree-sitter-toml",
8437 "tree-sitter-typescript",
8438 "unindent",
8439 "util",
8440 "workspace",
8441]
8442
8443[[package]]
8444name = "semver"
8445version = "1.0.18"
8446source = "registry+https://github.com/rust-lang/crates.io-index"
8447checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
8448
8449[[package]]
8450name = "seq-macro"
8451version = "0.2.2"
8452source = "registry+https://github.com/rust-lang/crates.io-index"
8453checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
8454
8455[[package]]
8456name = "serde"
8457version = "1.0.196"
8458source = "registry+https://github.com/rust-lang/crates.io-index"
8459checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
8460dependencies = [
8461 "serde_derive",
8462]
8463
8464[[package]]
8465name = "serde_derive"
8466version = "1.0.196"
8467source = "registry+https://github.com/rust-lang/crates.io-index"
8468checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
8469dependencies = [
8470 "proc-macro2",
8471 "quote",
8472 "syn 2.0.48",
8473]
8474
8475[[package]]
8476name = "serde_derive_internals"
8477version = "0.26.0"
8478source = "registry+https://github.com/rust-lang/crates.io-index"
8479checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
8480dependencies = [
8481 "proc-macro2",
8482 "quote",
8483 "syn 1.0.109",
8484]
8485
8486[[package]]
8487name = "serde_fmt"
8488version = "1.0.3"
8489source = "registry+https://github.com/rust-lang/crates.io-index"
8490checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
8491dependencies = [
8492 "serde",
8493]
8494
8495[[package]]
8496name = "serde_json"
8497version = "1.0.107"
8498source = "registry+https://github.com/rust-lang/crates.io-index"
8499checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
8500dependencies = [
8501 "indexmap 2.0.0",
8502 "itoa",
8503 "ryu",
8504 "serde",
8505]
8506
8507[[package]]
8508name = "serde_json_lenient"
8509version = "0.1.7"
8510source = "registry+https://github.com/rust-lang/crates.io-index"
8511checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
8512dependencies = [
8513 "indexmap 2.0.0",
8514 "itoa",
8515 "ryu",
8516 "serde",
8517]
8518
8519[[package]]
8520name = "serde_repr"
8521version = "0.1.16"
8522source = "registry+https://github.com/rust-lang/crates.io-index"
8523checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
8524dependencies = [
8525 "proc-macro2",
8526 "quote",
8527 "syn 2.0.48",
8528]
8529
8530[[package]]
8531name = "serde_spanned"
8532version = "0.6.5"
8533source = "registry+https://github.com/rust-lang/crates.io-index"
8534checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
8535dependencies = [
8536 "serde",
8537]
8538
8539[[package]]
8540name = "serde_urlencoded"
8541version = "0.7.1"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
8544dependencies = [
8545 "form_urlencoded",
8546 "itoa",
8547 "ryu",
8548 "serde",
8549]
8550
8551[[package]]
8552name = "settings"
8553version = "0.1.0"
8554dependencies = [
8555 "anyhow",
8556 "collections",
8557 "fs",
8558 "futures 0.3.28",
8559 "gpui",
8560 "indoc",
8561 "lazy_static",
8562 "pretty_assertions",
8563 "release_channel",
8564 "rust-embed",
8565 "schemars",
8566 "serde",
8567 "serde_derive",
8568 "serde_json",
8569 "serde_json_lenient",
8570 "smallvec",
8571 "tree-sitter",
8572 "tree-sitter-json 0.19.0",
8573 "unindent",
8574 "util",
8575]
8576
8577[[package]]
8578name = "sha-1"
8579version = "0.9.8"
8580source = "registry+https://github.com/rust-lang/crates.io-index"
8581checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
8582dependencies = [
8583 "block-buffer 0.9.0",
8584 "cfg-if 1.0.0",
8585 "cpufeatures",
8586 "digest 0.9.0",
8587 "opaque-debug",
8588]
8589
8590[[package]]
8591name = "sha-1"
8592version = "0.10.1"
8593source = "registry+https://github.com/rust-lang/crates.io-index"
8594checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
8595dependencies = [
8596 "cfg-if 1.0.0",
8597 "cpufeatures",
8598 "digest 0.10.7",
8599]
8600
8601[[package]]
8602name = "sha1"
8603version = "0.10.6"
8604source = "registry+https://github.com/rust-lang/crates.io-index"
8605checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
8606dependencies = [
8607 "cfg-if 1.0.0",
8608 "cpufeatures",
8609 "digest 0.10.7",
8610]
8611
8612[[package]]
8613name = "sha2"
8614version = "0.9.9"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
8617dependencies = [
8618 "block-buffer 0.9.0",
8619 "cfg-if 1.0.0",
8620 "cpufeatures",
8621 "digest 0.9.0",
8622 "opaque-debug",
8623]
8624
8625[[package]]
8626name = "sha2"
8627version = "0.10.7"
8628source = "registry+https://github.com/rust-lang/crates.io-index"
8629checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
8630dependencies = [
8631 "cfg-if 1.0.0",
8632 "cpufeatures",
8633 "digest 0.10.7",
8634]
8635
8636[[package]]
8637name = "sharded-slab"
8638version = "0.1.4"
8639source = "registry+https://github.com/rust-lang/crates.io-index"
8640checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
8641dependencies = [
8642 "lazy_static",
8643]
8644
8645[[package]]
8646name = "shell-words"
8647version = "1.1.0"
8648source = "registry+https://github.com/rust-lang/crates.io-index"
8649checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
8650
8651[[package]]
8652name = "shellexpand"
8653version = "2.1.2"
8654source = "registry+https://github.com/rust-lang/crates.io-index"
8655checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
8656dependencies = [
8657 "dirs 4.0.0",
8658]
8659
8660[[package]]
8661name = "shellexpand"
8662version = "3.1.0"
8663source = "registry+https://github.com/rust-lang/crates.io-index"
8664checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
8665dependencies = [
8666 "dirs 4.0.0",
8667]
8668
8669[[package]]
8670name = "shlex"
8671version = "1.3.0"
8672source = "registry+https://github.com/rust-lang/crates.io-index"
8673checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
8674
8675[[package]]
8676name = "signal-hook"
8677version = "0.3.17"
8678source = "registry+https://github.com/rust-lang/crates.io-index"
8679checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
8680dependencies = [
8681 "libc",
8682 "signal-hook-registry",
8683]
8684
8685[[package]]
8686name = "signal-hook-registry"
8687version = "1.4.1"
8688source = "registry+https://github.com/rust-lang/crates.io-index"
8689checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
8690dependencies = [
8691 "libc",
8692]
8693
8694[[package]]
8695name = "signature"
8696version = "1.6.4"
8697source = "registry+https://github.com/rust-lang/crates.io-index"
8698checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
8699dependencies = [
8700 "digest 0.10.7",
8701 "rand_core 0.6.4",
8702]
8703
8704[[package]]
8705name = "signature"
8706version = "2.1.0"
8707source = "registry+https://github.com/rust-lang/crates.io-index"
8708checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
8709dependencies = [
8710 "digest 0.10.7",
8711 "rand_core 0.6.4",
8712]
8713
8714[[package]]
8715name = "simdutf8"
8716version = "0.1.4"
8717source = "registry+https://github.com/rust-lang/crates.io-index"
8718checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
8719
8720[[package]]
8721name = "similar"
8722version = "1.3.0"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
8725
8726[[package]]
8727name = "simple_asn1"
8728version = "0.5.4"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
8731dependencies = [
8732 "chrono",
8733 "num-bigint 0.4.4",
8734 "num-traits",
8735 "thiserror",
8736]
8737
8738[[package]]
8739name = "simplecss"
8740version = "0.2.1"
8741source = "registry+https://github.com/rust-lang/crates.io-index"
8742checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
8743dependencies = [
8744 "log",
8745]
8746
8747[[package]]
8748name = "simplelog"
8749version = "0.9.0"
8750source = "registry+https://github.com/rust-lang/crates.io-index"
8751checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
8752dependencies = [
8753 "chrono",
8754 "log",
8755 "termcolor",
8756]
8757
8758[[package]]
8759name = "siphasher"
8760version = "0.2.3"
8761source = "registry+https://github.com/rust-lang/crates.io-index"
8762checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
8763
8764[[package]]
8765name = "siphasher"
8766version = "0.3.11"
8767source = "registry+https://github.com/rust-lang/crates.io-index"
8768checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
8769
8770[[package]]
8771name = "slab"
8772version = "0.4.9"
8773source = "registry+https://github.com/rust-lang/crates.io-index"
8774checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
8775dependencies = [
8776 "autocfg",
8777]
8778
8779[[package]]
8780name = "slice-group-by"
8781version = "0.3.1"
8782source = "registry+https://github.com/rust-lang/crates.io-index"
8783checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
8784
8785[[package]]
8786name = "slotmap"
8787version = "1.0.6"
8788source = "registry+https://github.com/rust-lang/crates.io-index"
8789checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
8790dependencies = [
8791 "version_check",
8792]
8793
8794[[package]]
8795name = "sluice"
8796version = "0.5.5"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
8799dependencies = [
8800 "async-channel",
8801 "futures-core",
8802 "futures-io",
8803]
8804
8805[[package]]
8806name = "smallvec"
8807version = "1.11.1"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
8810
8811[[package]]
8812name = "smol"
8813version = "1.3.0"
8814source = "registry+https://github.com/rust-lang/crates.io-index"
8815checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
8816dependencies = [
8817 "async-channel",
8818 "async-executor",
8819 "async-fs 1.6.0",
8820 "async-io 1.13.0",
8821 "async-lock 2.8.0",
8822 "async-net 1.7.0",
8823 "async-process",
8824 "blocking",
8825 "futures-lite 1.13.0",
8826]
8827
8828[[package]]
8829name = "smol-timeout"
8830version = "0.6.0"
8831source = "registry+https://github.com/rust-lang/crates.io-index"
8832checksum = "847d777e2c6c166bad26264479e80a9820f3d364fcb4a0e23cd57bbfa8e94961"
8833dependencies = [
8834 "async-io 1.13.0",
8835 "pin-project-lite 0.1.12",
8836]
8837
8838[[package]]
8839name = "snippet"
8840version = "0.1.0"
8841dependencies = [
8842 "anyhow",
8843 "smallvec",
8844]
8845
8846[[package]]
8847name = "socket2"
8848version = "0.4.9"
8849source = "registry+https://github.com/rust-lang/crates.io-index"
8850checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
8851dependencies = [
8852 "libc",
8853 "winapi 0.3.9",
8854]
8855
8856[[package]]
8857name = "socket2"
8858version = "0.5.4"
8859source = "registry+https://github.com/rust-lang/crates.io-index"
8860checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
8861dependencies = [
8862 "libc",
8863 "windows-sys 0.48.0",
8864]
8865
8866[[package]]
8867name = "spin"
8868version = "0.5.2"
8869source = "registry+https://github.com/rust-lang/crates.io-index"
8870checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
8871
8872[[package]]
8873name = "spin"
8874version = "0.9.8"
8875source = "registry+https://github.com/rust-lang/crates.io-index"
8876checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
8877dependencies = [
8878 "lock_api",
8879]
8880
8881[[package]]
8882name = "spirv"
8883version = "0.2.0+1.5.4"
8884source = "registry+https://github.com/rust-lang/crates.io-index"
8885checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
8886dependencies = [
8887 "bitflags 1.3.2",
8888 "num-traits",
8889]
8890
8891[[package]]
8892name = "spki"
8893version = "0.6.0"
8894source = "registry+https://github.com/rust-lang/crates.io-index"
8895checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
8896dependencies = [
8897 "base64ct",
8898 "der 0.6.1",
8899]
8900
8901[[package]]
8902name = "spki"
8903version = "0.7.2"
8904source = "registry+https://github.com/rust-lang/crates.io-index"
8905checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
8906dependencies = [
8907 "base64ct",
8908 "der 0.7.8",
8909]
8910
8911[[package]]
8912name = "sptr"
8913version = "0.3.2"
8914source = "registry+https://github.com/rust-lang/crates.io-index"
8915checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
8916
8917[[package]]
8918name = "sqlez"
8919version = "0.1.0"
8920dependencies = [
8921 "anyhow",
8922 "collections",
8923 "futures 0.3.28",
8924 "indoc",
8925 "lazy_static",
8926 "libsqlite3-sys",
8927 "parking_lot 0.11.2",
8928 "smol",
8929 "thread_local",
8930 "util",
8931 "uuid",
8932]
8933
8934[[package]]
8935name = "sqlez_macros"
8936version = "0.1.0"
8937dependencies = [
8938 "lazy_static",
8939 "proc-macro2",
8940 "quote",
8941 "sqlez",
8942 "sqlformat",
8943 "syn 1.0.109",
8944]
8945
8946[[package]]
8947name = "sqlformat"
8948version = "0.2.2"
8949source = "registry+https://github.com/rust-lang/crates.io-index"
8950checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
8951dependencies = [
8952 "itertools 0.11.0",
8953 "nom",
8954 "unicode_categories",
8955]
8956
8957[[package]]
8958name = "sqlx"
8959version = "0.7.2"
8960source = "registry+https://github.com/rust-lang/crates.io-index"
8961checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
8962dependencies = [
8963 "sqlx-core",
8964 "sqlx-macros",
8965 "sqlx-mysql",
8966 "sqlx-postgres",
8967 "sqlx-sqlite",
8968]
8969
8970[[package]]
8971name = "sqlx-core"
8972version = "0.7.2"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
8975dependencies = [
8976 "ahash 0.8.8",
8977 "atoi",
8978 "bigdecimal",
8979 "byteorder",
8980 "bytes 1.5.0",
8981 "chrono",
8982 "crc",
8983 "crossbeam-queue",
8984 "dotenvy",
8985 "either",
8986 "event-listener 2.5.3",
8987 "futures-channel",
8988 "futures-core",
8989 "futures-intrusive",
8990 "futures-io",
8991 "futures-util",
8992 "hashlink",
8993 "hex",
8994 "indexmap 2.0.0",
8995 "log",
8996 "memchr",
8997 "once_cell",
8998 "paste",
8999 "percent-encoding",
9000 "rust_decimal",
9001 "rustls",
9002 "rustls-pemfile",
9003 "serde",
9004 "serde_json",
9005 "sha2 0.10.7",
9006 "smallvec",
9007 "sqlformat",
9008 "thiserror",
9009 "time",
9010 "tokio",
9011 "tokio-stream",
9012 "tracing",
9013 "url",
9014 "uuid",
9015 "webpki-roots",
9016]
9017
9018[[package]]
9019name = "sqlx-macros"
9020version = "0.7.2"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
9023dependencies = [
9024 "proc-macro2",
9025 "quote",
9026 "sqlx-core",
9027 "sqlx-macros-core",
9028 "syn 1.0.109",
9029]
9030
9031[[package]]
9032name = "sqlx-macros-core"
9033version = "0.7.2"
9034source = "registry+https://github.com/rust-lang/crates.io-index"
9035checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
9036dependencies = [
9037 "dotenvy",
9038 "either",
9039 "heck 0.4.1",
9040 "hex",
9041 "once_cell",
9042 "proc-macro2",
9043 "quote",
9044 "serde",
9045 "serde_json",
9046 "sha2 0.10.7",
9047 "sqlx-core",
9048 "sqlx-mysql",
9049 "sqlx-postgres",
9050 "sqlx-sqlite",
9051 "syn 1.0.109",
9052 "tempfile",
9053 "tokio",
9054 "url",
9055]
9056
9057[[package]]
9058name = "sqlx-mysql"
9059version = "0.7.2"
9060source = "registry+https://github.com/rust-lang/crates.io-index"
9061checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
9062dependencies = [
9063 "atoi",
9064 "base64 0.21.4",
9065 "bigdecimal",
9066 "bitflags 2.4.1",
9067 "byteorder",
9068 "bytes 1.5.0",
9069 "chrono",
9070 "crc",
9071 "digest 0.10.7",
9072 "dotenvy",
9073 "either",
9074 "futures-channel",
9075 "futures-core",
9076 "futures-io",
9077 "futures-util",
9078 "generic-array",
9079 "hex",
9080 "hkdf",
9081 "hmac 0.12.1",
9082 "itoa",
9083 "log",
9084 "md-5",
9085 "memchr",
9086 "once_cell",
9087 "percent-encoding",
9088 "rand 0.8.5",
9089 "rsa 0.9.2",
9090 "rust_decimal",
9091 "serde",
9092 "sha1",
9093 "sha2 0.10.7",
9094 "smallvec",
9095 "sqlx-core",
9096 "stringprep",
9097 "thiserror",
9098 "time",
9099 "tracing",
9100 "uuid",
9101 "whoami",
9102]
9103
9104[[package]]
9105name = "sqlx-postgres"
9106version = "0.7.2"
9107source = "registry+https://github.com/rust-lang/crates.io-index"
9108checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
9109dependencies = [
9110 "atoi",
9111 "base64 0.21.4",
9112 "bigdecimal",
9113 "bitflags 2.4.1",
9114 "byteorder",
9115 "chrono",
9116 "crc",
9117 "dotenvy",
9118 "etcetera",
9119 "futures-channel",
9120 "futures-core",
9121 "futures-io",
9122 "futures-util",
9123 "hex",
9124 "hkdf",
9125 "hmac 0.12.1",
9126 "home",
9127 "itoa",
9128 "log",
9129 "md-5",
9130 "memchr",
9131 "num-bigint 0.4.4",
9132 "once_cell",
9133 "rand 0.8.5",
9134 "rust_decimal",
9135 "serde",
9136 "serde_json",
9137 "sha1",
9138 "sha2 0.10.7",
9139 "smallvec",
9140 "sqlx-core",
9141 "stringprep",
9142 "thiserror",
9143 "time",
9144 "tracing",
9145 "uuid",
9146 "whoami",
9147]
9148
9149[[package]]
9150name = "sqlx-sqlite"
9151version = "0.7.2"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
9154dependencies = [
9155 "atoi",
9156 "chrono",
9157 "flume",
9158 "futures-channel",
9159 "futures-core",
9160 "futures-executor",
9161 "futures-intrusive",
9162 "futures-util",
9163 "libsqlite3-sys",
9164 "log",
9165 "percent-encoding",
9166 "serde",
9167 "sqlx-core",
9168 "time",
9169 "tracing",
9170 "url",
9171 "uuid",
9172]
9173
9174[[package]]
9175name = "stable_deref_trait"
9176version = "1.2.0"
9177source = "registry+https://github.com/rust-lang/crates.io-index"
9178checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
9179
9180[[package]]
9181name = "static_assertions"
9182version = "1.1.0"
9183source = "registry+https://github.com/rust-lang/crates.io-index"
9184checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
9185
9186[[package]]
9187name = "story"
9188version = "0.1.0"
9189dependencies = [
9190 "gpui",
9191 "itertools 0.10.5",
9192 "smallvec",
9193]
9194
9195[[package]]
9196name = "storybook"
9197version = "0.1.0"
9198dependencies = [
9199 "anyhow",
9200 "chrono",
9201 "clap 4.4.4",
9202 "collab_ui",
9203 "ctrlc",
9204 "dialoguer",
9205 "editor",
9206 "fuzzy",
9207 "gpui",
9208 "indoc",
9209 "itertools 0.11.0",
9210 "language",
9211 "log",
9212 "menu",
9213 "picker",
9214 "rust-embed",
9215 "serde",
9216 "settings",
9217 "simplelog",
9218 "smallvec",
9219 "story",
9220 "strum",
9221 "theme",
9222 "ui",
9223 "util",
9224]
9225
9226[[package]]
9227name = "stringprep"
9228version = "0.1.4"
9229source = "registry+https://github.com/rust-lang/crates.io-index"
9230checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
9231dependencies = [
9232 "finl_unicode",
9233 "unicode-bidi",
9234 "unicode-normalization",
9235]
9236
9237[[package]]
9238name = "strsim"
9239version = "0.10.0"
9240source = "registry+https://github.com/rust-lang/crates.io-index"
9241checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
9242
9243[[package]]
9244name = "strum"
9245version = "0.25.0"
9246source = "registry+https://github.com/rust-lang/crates.io-index"
9247checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
9248dependencies = [
9249 "strum_macros",
9250]
9251
9252[[package]]
9253name = "strum_macros"
9254version = "0.25.2"
9255source = "registry+https://github.com/rust-lang/crates.io-index"
9256checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
9257dependencies = [
9258 "heck 0.4.1",
9259 "proc-macro2",
9260 "quote",
9261 "rustversion",
9262 "syn 2.0.48",
9263]
9264
9265[[package]]
9266name = "subtle"
9267version = "2.5.0"
9268source = "registry+https://github.com/rust-lang/crates.io-index"
9269checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
9270
9271[[package]]
9272name = "sum_tree"
9273version = "0.1.0"
9274dependencies = [
9275 "arrayvec 0.7.4",
9276 "ctor",
9277 "env_logger",
9278 "log",
9279 "rand 0.8.5",
9280 "rayon",
9281]
9282
9283[[package]]
9284name = "sval"
9285version = "2.8.0"
9286source = "registry+https://github.com/rust-lang/crates.io-index"
9287checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
9288
9289[[package]]
9290name = "sval_buffer"
9291version = "2.8.0"
9292source = "registry+https://github.com/rust-lang/crates.io-index"
9293checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
9294dependencies = [
9295 "sval",
9296 "sval_ref",
9297]
9298
9299[[package]]
9300name = "sval_dynamic"
9301version = "2.8.0"
9302source = "registry+https://github.com/rust-lang/crates.io-index"
9303checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
9304dependencies = [
9305 "sval",
9306]
9307
9308[[package]]
9309name = "sval_fmt"
9310version = "2.8.0"
9311source = "registry+https://github.com/rust-lang/crates.io-index"
9312checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
9313dependencies = [
9314 "itoa",
9315 "ryu",
9316 "sval",
9317]
9318
9319[[package]]
9320name = "sval_json"
9321version = "2.8.0"
9322source = "registry+https://github.com/rust-lang/crates.io-index"
9323checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
9324dependencies = [
9325 "itoa",
9326 "ryu",
9327 "sval",
9328]
9329
9330[[package]]
9331name = "sval_ref"
9332version = "2.8.0"
9333source = "registry+https://github.com/rust-lang/crates.io-index"
9334checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
9335dependencies = [
9336 "sval",
9337]
9338
9339[[package]]
9340name = "sval_serde"
9341version = "2.8.0"
9342source = "registry+https://github.com/rust-lang/crates.io-index"
9343checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
9344dependencies = [
9345 "serde",
9346 "sval",
9347 "sval_buffer",
9348 "sval_fmt",
9349]
9350
9351[[package]]
9352name = "svg_fmt"
9353version = "0.4.1"
9354source = "registry+https://github.com/rust-lang/crates.io-index"
9355checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
9356
9357[[package]]
9358name = "svgfilters"
9359version = "0.3.0"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
9362dependencies = [
9363 "float-cmp",
9364 "rgb",
9365]
9366
9367[[package]]
9368name = "svgtypes"
9369version = "0.5.0"
9370source = "registry+https://github.com/rust-lang/crates.io-index"
9371checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
9372dependencies = [
9373 "float-cmp",
9374 "siphasher 0.2.3",
9375]
9376
9377[[package]]
9378name = "swash"
9379version = "0.1.12"
9380source = "registry+https://github.com/rust-lang/crates.io-index"
9381checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7"
9382dependencies = [
9383 "read-fonts",
9384 "yazi",
9385 "zeno",
9386]
9387
9388[[package]]
9389name = "syn"
9390version = "1.0.109"
9391source = "registry+https://github.com/rust-lang/crates.io-index"
9392checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
9393dependencies = [
9394 "proc-macro2",
9395 "quote",
9396 "unicode-ident",
9397]
9398
9399[[package]]
9400name = "syn"
9401version = "2.0.48"
9402source = "registry+https://github.com/rust-lang/crates.io-index"
9403checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
9404dependencies = [
9405 "proc-macro2",
9406 "quote",
9407 "unicode-ident",
9408]
9409
9410[[package]]
9411name = "sync_wrapper"
9412version = "0.1.2"
9413source = "registry+https://github.com/rust-lang/crates.io-index"
9414checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
9415
9416[[package]]
9417name = "sys-info"
9418version = "0.9.1"
9419source = "registry+https://github.com/rust-lang/crates.io-index"
9420checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
9421dependencies = [
9422 "cc",
9423 "libc",
9424]
9425
9426[[package]]
9427name = "sys-locale"
9428version = "0.3.1"
9429source = "registry+https://github.com/rust-lang/crates.io-index"
9430checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
9431dependencies = [
9432 "libc",
9433]
9434
9435[[package]]
9436name = "sysinfo"
9437version = "0.29.10"
9438source = "registry+https://github.com/rust-lang/crates.io-index"
9439checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
9440dependencies = [
9441 "cfg-if 1.0.0",
9442 "core-foundation-sys 0.8.6",
9443 "libc",
9444 "ntapi",
9445 "once_cell",
9446 "rayon",
9447 "winapi 0.3.9",
9448]
9449
9450[[package]]
9451name = "taffy"
9452version = "0.3.11"
9453source = "git+https://github.com/DioxusLabs/taffy?rev=1876f72bee5e376023eaa518aa7b8a34c769bd1b#1876f72bee5e376023eaa518aa7b8a34c769bd1b"
9454dependencies = [
9455 "arrayvec 0.7.4",
9456 "grid",
9457 "num-traits",
9458 "slotmap",
9459]
9460
9461[[package]]
9462name = "take-until"
9463version = "0.2.0"
9464source = "registry+https://github.com/rust-lang/crates.io-index"
9465checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
9466
9467[[package]]
9468name = "tap"
9469version = "1.0.1"
9470source = "registry+https://github.com/rust-lang/crates.io-index"
9471checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
9472
9473[[package]]
9474name = "target-lexicon"
9475version = "0.12.13"
9476source = "registry+https://github.com/rust-lang/crates.io-index"
9477checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
9478
9479[[package]]
9480name = "task"
9481version = "0.1.0"
9482dependencies = [
9483 "anyhow",
9484 "collections",
9485 "futures 0.3.28",
9486 "gpui",
9487 "parking_lot 0.11.2",
9488 "schemars",
9489 "serde",
9490 "serde_json",
9491 "serde_json_lenient",
9492 "settings",
9493 "smol",
9494 "util",
9495]
9496
9497[[package]]
9498name = "tasks_ui"
9499version = "0.1.0"
9500dependencies = [
9501 "anyhow",
9502 "db",
9503 "fs",
9504 "futures 0.3.28",
9505 "fuzzy",
9506 "gpui",
9507 "log",
9508 "menu",
9509 "picker",
9510 "project",
9511 "schemars",
9512 "serde",
9513 "serde_json",
9514 "task",
9515 "theme",
9516 "ui",
9517 "util",
9518 "workspace",
9519]
9520
9521[[package]]
9522name = "telemetry_events"
9523version = "0.1.0"
9524dependencies = [
9525 "serde",
9526 "util",
9527]
9528
9529[[package]]
9530name = "tempfile"
9531version = "3.9.0"
9532source = "registry+https://github.com/rust-lang/crates.io-index"
9533checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
9534dependencies = [
9535 "cfg-if 1.0.0",
9536 "fastrand 2.0.0",
9537 "redox_syscall 0.4.1",
9538 "rustix 0.38.30",
9539 "windows-sys 0.52.0",
9540]
9541
9542[[package]]
9543name = "tendril"
9544version = "0.4.3"
9545source = "registry+https://github.com/rust-lang/crates.io-index"
9546checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
9547dependencies = [
9548 "futf",
9549 "mac",
9550 "utf-8",
9551]
9552
9553[[package]]
9554name = "termcolor"
9555version = "1.1.3"
9556source = "registry+https://github.com/rust-lang/crates.io-index"
9557checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
9558dependencies = [
9559 "winapi-util",
9560]
9561
9562[[package]]
9563name = "terminal"
9564version = "0.1.0"
9565dependencies = [
9566 "alacritty_terminal",
9567 "anyhow",
9568 "collections",
9569 "db",
9570 "dirs 4.0.0",
9571 "futures 0.3.28",
9572 "gpui",
9573 "itertools 0.10.5",
9574 "lazy_static",
9575 "libc",
9576 "mio-extras",
9577 "ordered-float 2.10.0",
9578 "procinfo",
9579 "rand 0.8.5",
9580 "schemars",
9581 "serde",
9582 "serde_derive",
9583 "serde_json",
9584 "settings",
9585 "shellexpand 2.1.2",
9586 "smallvec",
9587 "smol",
9588 "task",
9589 "theme",
9590 "thiserror",
9591 "util",
9592]
9593
9594[[package]]
9595name = "terminal_view"
9596version = "0.1.0"
9597dependencies = [
9598 "anyhow",
9599 "client",
9600 "collections",
9601 "db",
9602 "dirs 4.0.0",
9603 "editor",
9604 "futures 0.3.28",
9605 "gpui",
9606 "itertools 0.10.5",
9607 "language",
9608 "lazy_static",
9609 "libc",
9610 "mio-extras",
9611 "ordered-float 2.10.0",
9612 "procinfo",
9613 "project",
9614 "rand 0.8.5",
9615 "search",
9616 "serde",
9617 "serde_derive",
9618 "serde_json",
9619 "settings",
9620 "shellexpand 2.1.2",
9621 "smallvec",
9622 "smol",
9623 "task",
9624 "terminal",
9625 "theme",
9626 "thiserror",
9627 "ui",
9628 "util",
9629 "workspace",
9630]
9631
9632[[package]]
9633name = "text"
9634version = "0.1.0"
9635dependencies = [
9636 "anyhow",
9637 "clock",
9638 "collections",
9639 "ctor",
9640 "digest 0.9.0",
9641 "env_logger",
9642 "gpui",
9643 "lazy_static",
9644 "log",
9645 "parking_lot 0.11.2",
9646 "postage",
9647 "rand 0.8.5",
9648 "regex",
9649 "rope",
9650 "smallvec",
9651 "sum_tree",
9652 "util",
9653]
9654
9655[[package]]
9656name = "textwrap"
9657version = "0.16.0"
9658source = "registry+https://github.com/rust-lang/crates.io-index"
9659checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
9660
9661[[package]]
9662name = "theme"
9663version = "0.1.0"
9664dependencies = [
9665 "anyhow",
9666 "collections",
9667 "color",
9668 "derive_more",
9669 "fs",
9670 "futures 0.3.28",
9671 "gpui",
9672 "indexmap 1.9.3",
9673 "itertools 0.11.0",
9674 "palette",
9675 "parking_lot 0.11.2",
9676 "refineable",
9677 "schemars",
9678 "serde",
9679 "serde_derive",
9680 "serde_json",
9681 "serde_json_lenient",
9682 "serde_repr",
9683 "settings",
9684 "story",
9685 "toml 0.8.10",
9686 "util",
9687 "uuid",
9688]
9689
9690[[package]]
9691name = "theme_importer"
9692version = "0.1.0"
9693dependencies = [
9694 "any_ascii",
9695 "anyhow",
9696 "clap 4.4.4",
9697 "convert_case 0.6.0",
9698 "gpui",
9699 "indexmap 1.9.3",
9700 "indoc",
9701 "log",
9702 "palette",
9703 "pathfinder_color",
9704 "rust-embed",
9705 "schemars",
9706 "serde",
9707 "serde_json",
9708 "serde_json_lenient",
9709 "simplelog",
9710 "strum",
9711 "theme",
9712 "uuid",
9713 "vscode_theme",
9714]
9715
9716[[package]]
9717name = "theme_selector"
9718version = "0.1.0"
9719dependencies = [
9720 "client",
9721 "editor",
9722 "feature_flags",
9723 "fs",
9724 "fuzzy",
9725 "gpui",
9726 "log",
9727 "parking_lot 0.11.2",
9728 "picker",
9729 "postage",
9730 "settings",
9731 "smol",
9732 "theme",
9733 "ui",
9734 "util",
9735 "workspace",
9736]
9737
9738[[package]]
9739name = "thiserror"
9740version = "1.0.48"
9741source = "registry+https://github.com/rust-lang/crates.io-index"
9742checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
9743dependencies = [
9744 "thiserror-impl",
9745]
9746
9747[[package]]
9748name = "thiserror-impl"
9749version = "1.0.48"
9750source = "registry+https://github.com/rust-lang/crates.io-index"
9751checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
9752dependencies = [
9753 "proc-macro2",
9754 "quote",
9755 "syn 2.0.48",
9756]
9757
9758[[package]]
9759name = "thousands"
9760version = "0.2.0"
9761source = "registry+https://github.com/rust-lang/crates.io-index"
9762checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
9763
9764[[package]]
9765name = "thread_local"
9766version = "1.1.7"
9767source = "registry+https://github.com/rust-lang/crates.io-index"
9768checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
9769dependencies = [
9770 "cfg-if 1.0.0",
9771 "once_cell",
9772]
9773
9774[[package]]
9775name = "tiff"
9776version = "0.6.1"
9777source = "registry+https://github.com/rust-lang/crates.io-index"
9778checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
9779dependencies = [
9780 "jpeg-decoder",
9781 "miniz_oxide 0.4.4",
9782 "weezl",
9783]
9784
9785[[package]]
9786name = "tiktoken-rs"
9787version = "0.5.7"
9788source = "registry+https://github.com/rust-lang/crates.io-index"
9789checksum = "a4427b6b1c6b38215b92dd47a83a0ecc6735573d0a5a4c14acc0ac5b33b28adb"
9790dependencies = [
9791 "anyhow",
9792 "base64 0.21.4",
9793 "bstr",
9794 "fancy-regex",
9795 "lazy_static",
9796 "parking_lot 0.12.1",
9797 "rustc-hash",
9798]
9799
9800[[package]]
9801name = "time"
9802version = "0.3.28"
9803source = "registry+https://github.com/rust-lang/crates.io-index"
9804checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
9805dependencies = [
9806 "deranged",
9807 "itoa",
9808 "serde",
9809 "time-core",
9810 "time-macros",
9811]
9812
9813[[package]]
9814name = "time-core"
9815version = "0.1.1"
9816source = "registry+https://github.com/rust-lang/crates.io-index"
9817checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
9818
9819[[package]]
9820name = "time-macros"
9821version = "0.2.14"
9822source = "registry+https://github.com/rust-lang/crates.io-index"
9823checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
9824dependencies = [
9825 "time-core",
9826]
9827
9828[[package]]
9829name = "time_format"
9830version = "0.1.0"
9831dependencies = [
9832 "anyhow",
9833 "core-foundation",
9834 "core-foundation-sys 0.8.6",
9835 "lazy_static",
9836 "sys-locale",
9837 "time",
9838 "util",
9839]
9840
9841[[package]]
9842name = "tiny-skia"
9843version = "0.5.1"
9844source = "registry+https://github.com/rust-lang/crates.io-index"
9845checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
9846dependencies = [
9847 "arrayref",
9848 "arrayvec 0.5.2",
9849 "bytemuck",
9850 "cfg-if 1.0.0",
9851 "png",
9852 "safe_arch",
9853]
9854
9855[[package]]
9856name = "tiny_http"
9857version = "0.8.2"
9858source = "registry+https://github.com/rust-lang/crates.io-index"
9859checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
9860dependencies = [
9861 "ascii",
9862 "chrono",
9863 "chunked_transfer",
9864 "log",
9865 "url",
9866]
9867
9868[[package]]
9869name = "tinyvec"
9870version = "1.6.0"
9871source = "registry+https://github.com/rust-lang/crates.io-index"
9872checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
9873dependencies = [
9874 "tinyvec_macros",
9875]
9876
9877[[package]]
9878name = "tinyvec_macros"
9879version = "0.1.1"
9880source = "registry+https://github.com/rust-lang/crates.io-index"
9881checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
9882
9883[[package]]
9884name = "tokio"
9885version = "1.32.0"
9886source = "registry+https://github.com/rust-lang/crates.io-index"
9887checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
9888dependencies = [
9889 "backtrace",
9890 "bytes 1.5.0",
9891 "libc",
9892 "mio 0.8.8",
9893 "num_cpus",
9894 "parking_lot 0.12.1",
9895 "pin-project-lite 0.2.13",
9896 "signal-hook-registry",
9897 "socket2 0.5.4",
9898 "tokio-macros",
9899 "windows-sys 0.48.0",
9900]
9901
9902[[package]]
9903name = "tokio-io"
9904version = "0.1.13"
9905source = "registry+https://github.com/rust-lang/crates.io-index"
9906checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
9907dependencies = [
9908 "bytes 0.4.12",
9909 "futures 0.1.31",
9910 "log",
9911]
9912
9913[[package]]
9914name = "tokio-io-timeout"
9915version = "1.2.0"
9916source = "registry+https://github.com/rust-lang/crates.io-index"
9917checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
9918dependencies = [
9919 "pin-project-lite 0.2.13",
9920 "tokio",
9921]
9922
9923[[package]]
9924name = "tokio-macros"
9925version = "2.1.0"
9926source = "registry+https://github.com/rust-lang/crates.io-index"
9927checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
9928dependencies = [
9929 "proc-macro2",
9930 "quote",
9931 "syn 2.0.48",
9932]
9933
9934[[package]]
9935name = "tokio-native-tls"
9936version = "0.3.1"
9937source = "registry+https://github.com/rust-lang/crates.io-index"
9938checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
9939dependencies = [
9940 "native-tls",
9941 "tokio",
9942]
9943
9944[[package]]
9945name = "tokio-rustls"
9946version = "0.24.1"
9947source = "registry+https://github.com/rust-lang/crates.io-index"
9948checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
9949dependencies = [
9950 "rustls",
9951 "tokio",
9952]
9953
9954[[package]]
9955name = "tokio-stream"
9956version = "0.1.14"
9957source = "registry+https://github.com/rust-lang/crates.io-index"
9958checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
9959dependencies = [
9960 "futures-core",
9961 "pin-project-lite 0.2.13",
9962 "tokio",
9963]
9964
9965[[package]]
9966name = "tokio-tungstenite"
9967version = "0.17.2"
9968source = "registry+https://github.com/rust-lang/crates.io-index"
9969checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
9970dependencies = [
9971 "futures-util",
9972 "log",
9973 "tokio",
9974 "tungstenite 0.17.3",
9975]
9976
9977[[package]]
9978name = "tokio-util"
9979version = "0.6.10"
9980source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
9982dependencies = [
9983 "bytes 1.5.0",
9984 "futures-core",
9985 "futures-sink",
9986 "log",
9987 "pin-project-lite 0.2.13",
9988 "tokio",
9989]
9990
9991[[package]]
9992name = "tokio-util"
9993version = "0.7.9"
9994source = "registry+https://github.com/rust-lang/crates.io-index"
9995checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
9996dependencies = [
9997 "bytes 1.5.0",
9998 "futures-core",
9999 "futures-io",
10000 "futures-sink",
10001 "pin-project-lite 0.2.13",
10002 "tokio",
10003 "tracing",
10004]
10005
10006[[package]]
10007name = "toml"
10008version = "0.5.11"
10009source = "registry+https://github.com/rust-lang/crates.io-index"
10010checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
10011dependencies = [
10012 "serde",
10013]
10014
10015[[package]]
10016name = "toml"
10017version = "0.8.10"
10018source = "registry+https://github.com/rust-lang/crates.io-index"
10019checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
10020dependencies = [
10021 "serde",
10022 "serde_spanned",
10023 "toml_datetime",
10024 "toml_edit 0.22.6",
10025]
10026
10027[[package]]
10028name = "toml_datetime"
10029version = "0.6.5"
10030source = "registry+https://github.com/rust-lang/crates.io-index"
10031checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
10032dependencies = [
10033 "serde",
10034]
10035
10036[[package]]
10037name = "toml_edit"
10038version = "0.19.15"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
10041dependencies = [
10042 "indexmap 2.0.0",
10043 "toml_datetime",
10044 "winnow 0.5.15",
10045]
10046
10047[[package]]
10048name = "toml_edit"
10049version = "0.22.6"
10050source = "registry+https://github.com/rust-lang/crates.io-index"
10051checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
10052dependencies = [
10053 "indexmap 2.0.0",
10054 "serde",
10055 "serde_spanned",
10056 "toml_datetime",
10057 "winnow 0.6.1",
10058]
10059
10060[[package]]
10061name = "tonic"
10062version = "0.6.2"
10063source = "registry+https://github.com/rust-lang/crates.io-index"
10064checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
10065dependencies = [
10066 "async-stream",
10067 "async-trait",
10068 "base64 0.13.1",
10069 "bytes 1.5.0",
10070 "futures-core",
10071 "futures-util",
10072 "h2",
10073 "http 0.2.9",
10074 "http-body",
10075 "hyper",
10076 "hyper-timeout",
10077 "percent-encoding",
10078 "pin-project",
10079 "prost 0.9.0",
10080 "prost-derive 0.9.0",
10081 "tokio",
10082 "tokio-stream",
10083 "tokio-util 0.6.10",
10084 "tower",
10085 "tower-layer",
10086 "tower-service",
10087 "tracing",
10088 "tracing-futures",
10089]
10090
10091[[package]]
10092name = "tower"
10093version = "0.4.13"
10094source = "registry+https://github.com/rust-lang/crates.io-index"
10095checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
10096dependencies = [
10097 "futures-core",
10098 "futures-util",
10099 "indexmap 1.9.3",
10100 "pin-project",
10101 "pin-project-lite 0.2.13",
10102 "rand 0.8.5",
10103 "slab",
10104 "tokio",
10105 "tokio-util 0.7.9",
10106 "tower-layer",
10107 "tower-service",
10108 "tracing",
10109]
10110
10111[[package]]
10112name = "tower-http"
10113version = "0.3.5"
10114source = "registry+https://github.com/rust-lang/crates.io-index"
10115checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
10116dependencies = [
10117 "bitflags 1.3.2",
10118 "bytes 1.5.0",
10119 "futures-core",
10120 "futures-util",
10121 "http 0.2.9",
10122 "http-body",
10123 "http-range-header",
10124 "pin-project-lite 0.2.13",
10125 "tower",
10126 "tower-layer",
10127 "tower-service",
10128]
10129
10130[[package]]
10131name = "tower-http"
10132version = "0.4.4"
10133source = "registry+https://github.com/rust-lang/crates.io-index"
10134checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
10135dependencies = [
10136 "bitflags 2.4.1",
10137 "bytes 1.5.0",
10138 "futures-core",
10139 "futures-util",
10140 "http 0.2.9",
10141 "http-body",
10142 "http-range-header",
10143 "pin-project-lite 0.2.13",
10144 "tower-layer",
10145 "tower-service",
10146 "tracing",
10147]
10148
10149[[package]]
10150name = "tower-layer"
10151version = "0.3.2"
10152source = "registry+https://github.com/rust-lang/crates.io-index"
10153checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
10154
10155[[package]]
10156name = "tower-service"
10157version = "0.3.2"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
10160
10161[[package]]
10162name = "tracing"
10163version = "0.1.37"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
10166dependencies = [
10167 "cfg-if 1.0.0",
10168 "log",
10169 "pin-project-lite 0.2.13",
10170 "tracing-attributes",
10171 "tracing-core",
10172]
10173
10174[[package]]
10175name = "tracing-attributes"
10176version = "0.1.26"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
10179dependencies = [
10180 "proc-macro2",
10181 "quote",
10182 "syn 2.0.48",
10183]
10184
10185[[package]]
10186name = "tracing-core"
10187version = "0.1.31"
10188source = "registry+https://github.com/rust-lang/crates.io-index"
10189checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
10190dependencies = [
10191 "once_cell",
10192 "valuable",
10193]
10194
10195[[package]]
10196name = "tracing-futures"
10197version = "0.2.5"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
10200dependencies = [
10201 "pin-project",
10202 "tracing",
10203]
10204
10205[[package]]
10206name = "tracing-log"
10207version = "0.1.3"
10208source = "registry+https://github.com/rust-lang/crates.io-index"
10209checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
10210dependencies = [
10211 "lazy_static",
10212 "log",
10213 "tracing-core",
10214]
10215
10216[[package]]
10217name = "tracing-serde"
10218version = "0.1.3"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
10221dependencies = [
10222 "serde",
10223 "tracing-core",
10224]
10225
10226[[package]]
10227name = "tracing-subscriber"
10228version = "0.3.17"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
10231dependencies = [
10232 "matchers",
10233 "nu-ansi-term",
10234 "once_cell",
10235 "regex",
10236 "serde",
10237 "serde_json",
10238 "sharded-slab",
10239 "smallvec",
10240 "thread_local",
10241 "tracing",
10242 "tracing-core",
10243 "tracing-log",
10244 "tracing-serde",
10245]
10246
10247[[package]]
10248name = "tree-sitter"
10249version = "0.20.100"
10250source = "git+https://github.com/tree-sitter/tree-sitter?rev=da7063ba18381fd7dd3c7fc8e1bc43b129818569#da7063ba18381fd7dd3c7fc8e1bc43b129818569"
10251dependencies = [
10252 "cc",
10253 "regex",
10254 "wasmtime",
10255 "wasmtime-c-api-impl",
10256]
10257
10258[[package]]
10259name = "tree-sitter-astro"
10260version = "0.0.1"
10261source = "git+https://github.com/virchau13/tree-sitter-astro.git?rev=e924787e12e8a03194f36a113290ac11d6dc10f3#e924787e12e8a03194f36a113290ac11d6dc10f3"
10262dependencies = [
10263 "cc",
10264 "tree-sitter",
10265]
10266
10267[[package]]
10268name = "tree-sitter-bash"
10269version = "0.20.4"
10270source = "git+https://github.com/tree-sitter/tree-sitter-bash?rev=7331995b19b8f8aba2d5e26deb51d2195c18bc94#7331995b19b8f8aba2d5e26deb51d2195c18bc94"
10271dependencies = [
10272 "cc",
10273 "tree-sitter",
10274]
10275
10276[[package]]
10277name = "tree-sitter-c"
10278version = "0.20.6"
10279source = "registry+https://github.com/rust-lang/crates.io-index"
10280checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
10281dependencies = [
10282 "cc",
10283 "tree-sitter",
10284]
10285
10286[[package]]
10287name = "tree-sitter-c-sharp"
10288version = "0.20.0"
10289source = "git+https://github.com/tree-sitter/tree-sitter-c-sharp?rev=dd5e59721a5f8dae34604060833902b882023aaf#dd5e59721a5f8dae34604060833902b882023aaf"
10290dependencies = [
10291 "cc",
10292 "tree-sitter",
10293]
10294
10295[[package]]
10296name = "tree-sitter-clojure"
10297version = "0.0.9"
10298source = "git+https://github.com/prcastro/tree-sitter-clojure?branch=update-ts#38b4f8d264248b2fd09575fbce66f7c22e8929d5"
10299dependencies = [
10300 "cc",
10301 "tree-sitter",
10302]
10303
10304[[package]]
10305name = "tree-sitter-cpp"
10306version = "0.20.0"
10307source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=f44509141e7e483323d2ec178f2d2e6c0fc041c1#f44509141e7e483323d2ec178f2d2e6c0fc041c1"
10308dependencies = [
10309 "cc",
10310 "tree-sitter",
10311]
10312
10313[[package]]
10314name = "tree-sitter-css"
10315version = "0.19.0"
10316source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
10317dependencies = [
10318 "cc",
10319 "tree-sitter",
10320]
10321
10322[[package]]
10323name = "tree-sitter-dart"
10324version = "0.0.1"
10325source = "git+https://github.com/agent3bood/tree-sitter-dart?rev=48934e3bf757a9b78f17bdfaa3e2b4284656fdc7#48934e3bf757a9b78f17bdfaa3e2b4284656fdc7"
10326dependencies = [
10327 "cc",
10328 "tree-sitter",
10329]
10330
10331[[package]]
10332name = "tree-sitter-dockerfile"
10333version = "0.1.0"
10334source = "git+https://github.com/camdencheek/tree-sitter-dockerfile?rev=33e22c33bcdbfc33d42806ee84cfd0b1248cc392#33e22c33bcdbfc33d42806ee84cfd0b1248cc392"
10335dependencies = [
10336 "cc",
10337 "tree-sitter",
10338]
10339
10340[[package]]
10341name = "tree-sitter-elixir"
10342version = "0.1.0"
10343source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=a2861e88a730287a60c11ea9299c033c7d076e30#a2861e88a730287a60c11ea9299c033c7d076e30"
10344dependencies = [
10345 "cc",
10346 "tree-sitter",
10347]
10348
10349[[package]]
10350name = "tree-sitter-elm"
10351version = "5.6.4"
10352source = "git+https://github.com/elm-tooling/tree-sitter-elm?rev=692c50c0b961364c40299e73c1306aecb5d20f40#692c50c0b961364c40299e73c1306aecb5d20f40"
10353dependencies = [
10354 "cc",
10355 "tree-sitter",
10356]
10357
10358[[package]]
10359name = "tree-sitter-embedded-template"
10360version = "0.20.0"
10361source = "registry+https://github.com/rust-lang/crates.io-index"
10362checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
10363dependencies = [
10364 "cc",
10365 "tree-sitter",
10366]
10367
10368[[package]]
10369name = "tree-sitter-erlang"
10370version = "0.4.0"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "93ced5145ebb17f83243bf055b74e108da7cc129e12faab4166df03f59b287f4"
10373dependencies = [
10374 "cc",
10375 "tree-sitter",
10376]
10377
10378[[package]]
10379name = "tree-sitter-gitcommit"
10380version = "0.3.3"
10381source = "git+https://github.com/gbprod/tree-sitter-gitcommit#7c01af8d227b5344f62aade2ff00f19bd0c458ca"
10382dependencies = [
10383 "cc",
10384 "tree-sitter",
10385]
10386
10387[[package]]
10388name = "tree-sitter-gleam"
10389version = "0.34.0"
10390source = "git+https://github.com/gleam-lang/tree-sitter-gleam?rev=58b7cac8fc14c92b0677c542610d8738c373fa81#58b7cac8fc14c92b0677c542610d8738c373fa81"
10391dependencies = [
10392 "cc",
10393 "tree-sitter",
10394]
10395
10396[[package]]
10397name = "tree-sitter-glsl"
10398version = "0.1.4"
10399source = "git+https://github.com/theHamsta/tree-sitter-glsl?rev=2a56fb7bc8bb03a1892b4741279dd0a8758b7fb3#2a56fb7bc8bb03a1892b4741279dd0a8758b7fb3"
10400dependencies = [
10401 "cc",
10402 "tree-sitter",
10403]
10404
10405[[package]]
10406name = "tree-sitter-go"
10407version = "0.19.1"
10408source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
10409dependencies = [
10410 "cc",
10411 "tree-sitter",
10412]
10413
10414[[package]]
10415name = "tree-sitter-gomod"
10416version = "1.0.2"
10417source = "git+https://github.com/camdencheek/tree-sitter-go-mod#bbe2fe3be4b87e06a613e685250f473d2267f430"
10418dependencies = [
10419 "cc",
10420 "tree-sitter",
10421]
10422
10423[[package]]
10424name = "tree-sitter-gowork"
10425version = "0.0.1"
10426source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
10427dependencies = [
10428 "cc",
10429 "tree-sitter",
10430]
10431
10432[[package]]
10433name = "tree-sitter-haskell"
10434version = "0.14.0"
10435source = "git+https://github.com/tree-sitter/tree-sitter-haskell?rev=8a99848fc734f9c4ea523b3f2a07df133cbbcec2#8a99848fc734f9c4ea523b3f2a07df133cbbcec2"
10436dependencies = [
10437 "cc",
10438 "tree-sitter",
10439]
10440
10441[[package]]
10442name = "tree-sitter-hcl"
10443version = "0.0.1"
10444source = "git+https://github.com/MichaHoffmann/tree-sitter-hcl?rev=v1.1.0#636dbe70301ecbab8f353c8c78b3406fe4f185f5"
10445dependencies = [
10446 "cc",
10447 "tree-sitter",
10448]
10449
10450[[package]]
10451name = "tree-sitter-heex"
10452version = "0.0.1"
10453source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
10454dependencies = [
10455 "cc",
10456 "tree-sitter",
10457]
10458
10459[[package]]
10460name = "tree-sitter-html"
10461version = "0.19.0"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
10464dependencies = [
10465 "cc",
10466 "tree-sitter",
10467]
10468
10469[[package]]
10470name = "tree-sitter-json"
10471version = "0.19.0"
10472source = "registry+https://github.com/rust-lang/crates.io-index"
10473checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
10474dependencies = [
10475 "cc",
10476 "tree-sitter",
10477]
10478
10479[[package]]
10480name = "tree-sitter-json"
10481version = "0.20.2"
10482source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=3b129203f4b72d532f58e72c5310c0a7db3b8e6d#3b129203f4b72d532f58e72c5310c0a7db3b8e6d"
10483dependencies = [
10484 "cc",
10485 "tree-sitter",
10486]
10487
10488[[package]]
10489name = "tree-sitter-lua"
10490version = "0.0.14"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "d489873fd1a2fa6d5f04930bfc5c081c96f0c038c1437104518b5b842c69b282"
10493dependencies = [
10494 "cc",
10495 "tree-sitter",
10496]
10497
10498[[package]]
10499name = "tree-sitter-markdown"
10500version = "0.0.1"
10501source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
10502dependencies = [
10503 "cc",
10504 "tree-sitter",
10505]
10506
10507[[package]]
10508name = "tree-sitter-nix"
10509version = "0.0.1"
10510source = "git+https://github.com/nix-community/tree-sitter-nix?rev=66e3e9ce9180ae08fc57372061006ef83f0abde7#66e3e9ce9180ae08fc57372061006ef83f0abde7"
10511dependencies = [
10512 "cc",
10513 "tree-sitter",
10514]
10515
10516[[package]]
10517name = "tree-sitter-nu"
10518version = "0.0.1"
10519source = "git+https://github.com/nushell/tree-sitter-nu?rev=7dd29f9616822e5fc259f5b4ae6c4ded9a71a132#7dd29f9616822e5fc259f5b4ae6c4ded9a71a132"
10520dependencies = [
10521 "cc",
10522 "tree-sitter",
10523]
10524
10525[[package]]
10526name = "tree-sitter-ocaml"
10527version = "0.20.4"
10528source = "git+https://github.com/tree-sitter/tree-sitter-ocaml?rev=4abfdc1c7af2c6c77a370aee974627be1c285b3b#4abfdc1c7af2c6c77a370aee974627be1c285b3b"
10529dependencies = [
10530 "cc",
10531 "tree-sitter",
10532]
10533
10534[[package]]
10535name = "tree-sitter-php"
10536version = "0.21.1"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "0db3788e709a5adfb583683a4b686a084e41a0f9e5a2fcb9a8e358f11481036a"
10539dependencies = [
10540 "cc",
10541 "tree-sitter",
10542]
10543
10544[[package]]
10545name = "tree-sitter-prisma-io"
10546version = "1.4.0"
10547source = "git+https://github.com/victorhqc/tree-sitter-prisma#eca2596a355b1a9952b4f80f8f9caed300a272b5"
10548dependencies = [
10549 "cc",
10550 "tree-sitter",
10551]
10552
10553[[package]]
10554name = "tree-sitter-proto"
10555version = "0.0.2"
10556source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
10557dependencies = [
10558 "cc",
10559 "tree-sitter",
10560]
10561
10562[[package]]
10563name = "tree-sitter-purescript"
10564version = "0.1.0"
10565source = "git+https://github.com/postsolar/tree-sitter-purescript?rev=v0.1.0#0554811a512b9cec08b5a83ce9096eb22da18213"
10566dependencies = [
10567 "cc",
10568 "tree-sitter",
10569]
10570
10571[[package]]
10572name = "tree-sitter-python"
10573version = "0.20.4"
10574source = "registry+https://github.com/rust-lang/crates.io-index"
10575checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
10576dependencies = [
10577 "cc",
10578 "tree-sitter",
10579]
10580
10581[[package]]
10582name = "tree-sitter-racket"
10583version = "0.0.1"
10584source = "git+https://github.com/zed-industries/tree-sitter-racket?rev=eb010cf2c674c6fd9a6316a84e28ef90190fe51a#eb010cf2c674c6fd9a6316a84e28ef90190fe51a"
10585dependencies = [
10586 "cc",
10587 "tree-sitter",
10588]
10589
10590[[package]]
10591name = "tree-sitter-ruby"
10592version = "0.20.0"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
10595dependencies = [
10596 "cc",
10597 "tree-sitter",
10598]
10599
10600[[package]]
10601name = "tree-sitter-rust"
10602version = "0.20.4"
10603source = "registry+https://github.com/rust-lang/crates.io-index"
10604checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
10605dependencies = [
10606 "cc",
10607 "tree-sitter",
10608]
10609
10610[[package]]
10611name = "tree-sitter-scheme"
10612version = "0.2.0"
10613source = "git+https://github.com/6cdh/tree-sitter-scheme?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9#af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
10614dependencies = [
10615 "cc",
10616 "tree-sitter",
10617]
10618
10619[[package]]
10620name = "tree-sitter-svelte"
10621version = "0.10.2"
10622source = "git+https://github.com/Himujjal/tree-sitter-svelte?rev=bd60db7d3d06f89b6ec3b287c9a6e9190b5564bd#bd60db7d3d06f89b6ec3b287c9a6e9190b5564bd"
10623dependencies = [
10624 "cc",
10625 "tree-sitter",
10626]
10627
10628[[package]]
10629name = "tree-sitter-toml"
10630version = "0.5.1"
10631source = "git+https://github.com/tree-sitter/tree-sitter-toml?rev=342d9be207c2dba869b9967124c679b5e6fd0ebe#342d9be207c2dba869b9967124c679b5e6fd0ebe"
10632dependencies = [
10633 "cc",
10634 "tree-sitter",
10635]
10636
10637[[package]]
10638name = "tree-sitter-typescript"
10639version = "0.20.2"
10640source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
10641dependencies = [
10642 "cc",
10643 "tree-sitter",
10644]
10645
10646[[package]]
10647name = "tree-sitter-uiua"
10648version = "0.10.0"
10649source = "git+https://github.com/shnarazk/tree-sitter-uiua?rev=21dc2db39494585bf29a3f86d5add6e9d11a22ba#21dc2db39494585bf29a3f86d5add6e9d11a22ba"
10650dependencies = [
10651 "cc",
10652 "tree-sitter",
10653]
10654
10655[[package]]
10656name = "tree-sitter-vue"
10657version = "0.0.1"
10658source = "git+https://github.com/zed-industries/tree-sitter-vue?rev=6608d9d60c386f19d80af7d8132322fa11199c42#6608d9d60c386f19d80af7d8132322fa11199c42"
10659dependencies = [
10660 "cc",
10661 "tree-sitter",
10662]
10663
10664[[package]]
10665name = "tree-sitter-yaml"
10666version = "0.0.1"
10667source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=f545a41f57502e1b5ddf2a6668896c1b0620f930#f545a41f57502e1b5ddf2a6668896c1b0620f930"
10668dependencies = [
10669 "cc",
10670 "tree-sitter",
10671]
10672
10673[[package]]
10674name = "tree-sitter-zig"
10675version = "0.0.1"
10676source = "git+https://github.com/maxxnino/tree-sitter-zig?rev=0d08703e4c3f426ec61695d7617415fff97029bd#0d08703e4c3f426ec61695d7617415fff97029bd"
10677dependencies = [
10678 "cc",
10679 "tree-sitter",
10680]
10681
10682[[package]]
10683name = "try-lock"
10684version = "0.2.4"
10685source = "registry+https://github.com/rust-lang/crates.io-index"
10686checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
10687
10688[[package]]
10689name = "ttf-parser"
10690version = "0.9.0"
10691source = "registry+https://github.com/rust-lang/crates.io-index"
10692checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
10693
10694[[package]]
10695name = "ttf-parser"
10696version = "0.12.3"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
10699
10700[[package]]
10701name = "ttf-parser"
10702version = "0.19.2"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1"
10705
10706[[package]]
10707name = "ttf-parser"
10708version = "0.20.0"
10709source = "registry+https://github.com/rust-lang/crates.io-index"
10710checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
10711
10712[[package]]
10713name = "tungstenite"
10714version = "0.16.0"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
10717dependencies = [
10718 "base64 0.13.1",
10719 "byteorder",
10720 "bytes 1.5.0",
10721 "http 0.2.9",
10722 "httparse",
10723 "log",
10724 "native-tls",
10725 "rand 0.8.5",
10726 "sha-1 0.9.8",
10727 "thiserror",
10728 "url",
10729 "utf-8",
10730]
10731
10732[[package]]
10733name = "tungstenite"
10734version = "0.17.3"
10735source = "registry+https://github.com/rust-lang/crates.io-index"
10736checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
10737dependencies = [
10738 "base64 0.13.1",
10739 "byteorder",
10740 "bytes 1.5.0",
10741 "http 0.2.9",
10742 "httparse",
10743 "log",
10744 "rand 0.8.5",
10745 "sha-1 0.10.1",
10746 "thiserror",
10747 "url",
10748 "utf-8",
10749]
10750
10751[[package]]
10752name = "typenum"
10753version = "1.17.0"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
10756
10757[[package]]
10758name = "uds_windows"
10759version = "1.1.0"
10760source = "registry+https://github.com/rust-lang/crates.io-index"
10761checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
10762dependencies = [
10763 "memoffset 0.9.0",
10764 "tempfile",
10765 "winapi 0.3.9",
10766]
10767
10768[[package]]
10769name = "ui"
10770version = "0.1.0"
10771dependencies = [
10772 "anyhow",
10773 "chrono",
10774 "gpui",
10775 "itertools 0.11.0",
10776 "menu",
10777 "rand 0.8.5",
10778 "serde",
10779 "settings",
10780 "smallvec",
10781 "story",
10782 "strum",
10783 "theme",
10784]
10785
10786[[package]]
10787name = "unicase"
10788version = "2.7.0"
10789source = "registry+https://github.com/rust-lang/crates.io-index"
10790checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
10791dependencies = [
10792 "version_check",
10793]
10794
10795[[package]]
10796name = "unicode-bidi"
10797version = "0.3.13"
10798source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
10800
10801[[package]]
10802name = "unicode-bidi-mirroring"
10803version = "0.1.0"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
10806
10807[[package]]
10808name = "unicode-ccc"
10809version = "0.1.2"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
10812
10813[[package]]
10814name = "unicode-general-category"
10815version = "0.2.0"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
10818
10819[[package]]
10820name = "unicode-ident"
10821version = "1.0.12"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
10824
10825[[package]]
10826name = "unicode-linebreak"
10827version = "0.1.5"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
10830
10831[[package]]
10832name = "unicode-normalization"
10833version = "0.1.22"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
10836dependencies = [
10837 "tinyvec",
10838]
10839
10840[[package]]
10841name = "unicode-properties"
10842version = "0.1.1"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
10845
10846[[package]]
10847name = "unicode-script"
10848version = "0.5.5"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
10851
10852[[package]]
10853name = "unicode-segmentation"
10854version = "1.10.1"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
10857
10858[[package]]
10859name = "unicode-vo"
10860version = "0.1.0"
10861source = "registry+https://github.com/rust-lang/crates.io-index"
10862checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
10863
10864[[package]]
10865name = "unicode-width"
10866version = "0.1.11"
10867source = "registry+https://github.com/rust-lang/crates.io-index"
10868checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
10869
10870[[package]]
10871name = "unicode-xid"
10872version = "0.2.4"
10873source = "registry+https://github.com/rust-lang/crates.io-index"
10874checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
10875
10876[[package]]
10877name = "unicode_categories"
10878version = "0.1.1"
10879source = "registry+https://github.com/rust-lang/crates.io-index"
10880checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
10881
10882[[package]]
10883name = "unindent"
10884version = "0.1.11"
10885source = "registry+https://github.com/rust-lang/crates.io-index"
10886checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
10887
10888[[package]]
10889name = "untrusted"
10890version = "0.7.1"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
10893
10894[[package]]
10895name = "untrusted"
10896version = "0.9.0"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
10899
10900[[package]]
10901name = "url"
10902version = "2.4.1"
10903source = "registry+https://github.com/rust-lang/crates.io-index"
10904checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
10905dependencies = [
10906 "form_urlencoded",
10907 "idna",
10908 "percent-encoding",
10909 "serde",
10910]
10911
10912[[package]]
10913name = "urlencoding"
10914version = "2.1.3"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
10917
10918[[package]]
10919name = "usvg"
10920version = "0.14.1"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "ef8352f317d8f9a918ba5154797fb2a93e2730244041cf7d5be35148266adfa5"
10923dependencies = [
10924 "base64 0.13.1",
10925 "data-url",
10926 "flate2",
10927 "fontdb 0.5.4",
10928 "kurbo",
10929 "log",
10930 "memmap2 0.2.3",
10931 "pico-args",
10932 "rctree",
10933 "roxmltree 0.14.1",
10934 "rustybuzz 0.3.0",
10935 "simplecss",
10936 "siphasher 0.2.3",
10937 "svgtypes",
10938 "ttf-parser 0.12.3",
10939 "unicode-bidi",
10940 "unicode-script",
10941 "unicode-vo",
10942 "xmlwriter",
10943]
10944
10945[[package]]
10946name = "utf-8"
10947version = "0.7.6"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
10950
10951[[package]]
10952name = "utf8parse"
10953version = "0.2.1"
10954source = "registry+https://github.com/rust-lang/crates.io-index"
10955checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
10956
10957[[package]]
10958name = "util"
10959version = "0.1.0"
10960dependencies = [
10961 "anyhow",
10962 "backtrace",
10963 "collections",
10964 "dirs 3.0.2",
10965 "futures 0.3.28",
10966 "git2",
10967 "globset",
10968 "isahc",
10969 "lazy_static",
10970 "log",
10971 "parking_lot 0.11.2",
10972 "rand 0.8.5",
10973 "rust-embed",
10974 "serde",
10975 "serde_json",
10976 "smol",
10977 "take-until",
10978 "tempfile",
10979 "tendril",
10980 "url",
10981]
10982
10983[[package]]
10984name = "uuid"
10985version = "1.4.1"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
10988dependencies = [
10989 "getrandom 0.2.10",
10990 "serde",
10991]
10992
10993[[package]]
10994name = "valuable"
10995version = "0.1.0"
10996source = "registry+https://github.com/rust-lang/crates.io-index"
10997checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
10998
10999[[package]]
11000name = "value-bag"
11001version = "1.4.1"
11002source = "registry+https://github.com/rust-lang/crates.io-index"
11003checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
11004dependencies = [
11005 "value-bag-serde1",
11006 "value-bag-sval2",
11007]
11008
11009[[package]]
11010name = "value-bag-serde1"
11011version = "1.4.1"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "b0b9f3feef403a50d4d67e9741a6d8fc688bcbb4e4f31bd4aab72cc690284394"
11014dependencies = [
11015 "erased-serde",
11016 "serde",
11017 "serde_fmt",
11018]
11019
11020[[package]]
11021name = "value-bag-sval2"
11022version = "1.4.1"
11023source = "registry+https://github.com/rust-lang/crates.io-index"
11024checksum = "30b24f4146b6f3361e91cbf527d1fb35e9376c3c0cef72ca5ec5af6d640fad7d"
11025dependencies = [
11026 "sval",
11027 "sval_buffer",
11028 "sval_dynamic",
11029 "sval_fmt",
11030 "sval_json",
11031 "sval_ref",
11032 "sval_serde",
11033]
11034
11035[[package]]
11036name = "vcpkg"
11037version = "0.2.15"
11038source = "registry+https://github.com/rust-lang/crates.io-index"
11039checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11040
11041[[package]]
11042name = "vcs_menu"
11043version = "0.1.0"
11044dependencies = [
11045 "anyhow",
11046 "fs",
11047 "fuzzy",
11048 "gpui",
11049 "picker",
11050 "ui",
11051 "util",
11052 "workspace",
11053]
11054
11055[[package]]
11056name = "version_check"
11057version = "0.9.4"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11060
11061[[package]]
11062name = "vim"
11063version = "0.1.0"
11064dependencies = [
11065 "anyhow",
11066 "async-compat",
11067 "async-trait",
11068 "collections",
11069 "command_palette",
11070 "copilot",
11071 "editor",
11072 "futures 0.3.28",
11073 "gpui",
11074 "indoc",
11075 "language",
11076 "log",
11077 "lsp",
11078 "nvim-rs",
11079 "parking_lot 0.11.2",
11080 "regex",
11081 "release_channel",
11082 "schemars",
11083 "search",
11084 "serde",
11085 "serde_derive",
11086 "serde_json",
11087 "settings",
11088 "theme",
11089 "tokio",
11090 "ui",
11091 "util",
11092 "workspace",
11093 "zed_actions",
11094]
11095
11096[[package]]
11097name = "vscode_theme"
11098version = "0.2.0"
11099source = "registry+https://github.com/rust-lang/crates.io-index"
11100checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
11101dependencies = [
11102 "serde",
11103]
11104
11105[[package]]
11106name = "vsimd"
11107version = "0.8.0"
11108source = "registry+https://github.com/rust-lang/crates.io-index"
11109checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
11110
11111[[package]]
11112name = "vte"
11113version = "0.13.0"
11114source = "registry+https://github.com/rust-lang/crates.io-index"
11115checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
11116dependencies = [
11117 "bitflags 2.4.1",
11118 "cursor-icon",
11119 "log",
11120 "serde",
11121 "utf8parse",
11122 "vte_generate_state_changes",
11123]
11124
11125[[package]]
11126name = "vte_generate_state_changes"
11127version = "0.1.1"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
11130dependencies = [
11131 "proc-macro2",
11132 "quote",
11133]
11134
11135[[package]]
11136name = "waker-fn"
11137version = "1.1.0"
11138source = "registry+https://github.com/rust-lang/crates.io-index"
11139checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
11140
11141[[package]]
11142name = "walkdir"
11143version = "2.4.0"
11144source = "registry+https://github.com/rust-lang/crates.io-index"
11145checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
11146dependencies = [
11147 "same-file",
11148 "winapi-util",
11149]
11150
11151[[package]]
11152name = "want"
11153version = "0.3.1"
11154source = "registry+https://github.com/rust-lang/crates.io-index"
11155checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
11156dependencies = [
11157 "try-lock",
11158]
11159
11160[[package]]
11161name = "wasi"
11162version = "0.9.0+wasi-snapshot-preview1"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
11165
11166[[package]]
11167name = "wasi"
11168version = "0.11.0+wasi-snapshot-preview1"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
11171
11172[[package]]
11173name = "wasm-bindgen"
11174version = "0.2.87"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
11177dependencies = [
11178 "cfg-if 1.0.0",
11179 "wasm-bindgen-macro",
11180]
11181
11182[[package]]
11183name = "wasm-bindgen-backend"
11184version = "0.2.87"
11185source = "registry+https://github.com/rust-lang/crates.io-index"
11186checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
11187dependencies = [
11188 "bumpalo",
11189 "log",
11190 "once_cell",
11191 "proc-macro2",
11192 "quote",
11193 "syn 2.0.48",
11194 "wasm-bindgen-shared",
11195]
11196
11197[[package]]
11198name = "wasm-bindgen-futures"
11199version = "0.4.37"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
11202dependencies = [
11203 "cfg-if 1.0.0",
11204 "js-sys",
11205 "wasm-bindgen",
11206 "web-sys",
11207]
11208
11209[[package]]
11210name = "wasm-bindgen-macro"
11211version = "0.2.87"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
11214dependencies = [
11215 "quote",
11216 "wasm-bindgen-macro-support",
11217]
11218
11219[[package]]
11220name = "wasm-bindgen-macro-support"
11221version = "0.2.87"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
11224dependencies = [
11225 "proc-macro2",
11226 "quote",
11227 "syn 2.0.48",
11228 "wasm-bindgen-backend",
11229 "wasm-bindgen-shared",
11230]
11231
11232[[package]]
11233name = "wasm-bindgen-shared"
11234version = "0.2.87"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
11237
11238[[package]]
11239name = "wasm-encoder"
11240version = "0.41.2"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "972f97a5d8318f908dded23594188a90bcd09365986b1163e66d70170e5287ae"
11243dependencies = [
11244 "leb128",
11245]
11246
11247[[package]]
11248name = "wasmparser"
11249version = "0.121.2"
11250source = "registry+https://github.com/rust-lang/crates.io-index"
11251checksum = "9dbe55c8f9d0dbd25d9447a5a889ff90c0cc3feaa7395310d3d826b2c703eaab"
11252dependencies = [
11253 "bitflags 2.4.1",
11254 "indexmap 2.0.0",
11255 "semver",
11256]
11257
11258[[package]]
11259name = "wasmtime"
11260version = "18.0.1"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "b06f80b13fdeba0ea5267813d0f06af822309f7125fc8db6094bcd485f0a4ae7"
11263dependencies = [
11264 "anyhow",
11265 "bincode",
11266 "bumpalo",
11267 "cfg-if 1.0.0",
11268 "gimli",
11269 "indexmap 2.0.0",
11270 "libc",
11271 "log",
11272 "object",
11273 "once_cell",
11274 "paste",
11275 "rustix 0.38.30",
11276 "serde",
11277 "serde_derive",
11278 "serde_json",
11279 "target-lexicon",
11280 "wasmparser",
11281 "wasmtime-cranelift",
11282 "wasmtime-environ",
11283 "wasmtime-jit-icache-coherence",
11284 "wasmtime-runtime",
11285 "windows-sys 0.52.0",
11286]
11287
11288[[package]]
11289name = "wasmtime-asm-macros"
11290version = "18.0.1"
11291source = "registry+https://github.com/rust-lang/crates.io-index"
11292checksum = "19d7395b475c6f858c7edfce375f00d8282a32fbf5d1ebc93eddfac5c2458a52"
11293dependencies = [
11294 "cfg-if 1.0.0",
11295]
11296
11297[[package]]
11298name = "wasmtime-c-api-impl"
11299version = "18.0.1"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "29c09ac0c18464f8ef0b554c12defc94e3fc082b62309a3da229de60d47cf75a"
11302dependencies = [
11303 "anyhow",
11304 "log",
11305 "once_cell",
11306 "tracing",
11307 "wasmtime",
11308 "wasmtime-c-api-macros",
11309]
11310
11311[[package]]
11312name = "wasmtime-c-api-macros"
11313version = "18.0.1"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "864c4a337294fe690f02b39f2b3f45414447d9321d0ed24d3dc7696bf291e789"
11316dependencies = [
11317 "proc-macro2",
11318 "quote",
11319]
11320
11321[[package]]
11322name = "wasmtime-cranelift"
11323version = "18.0.1"
11324source = "registry+https://github.com/rust-lang/crates.io-index"
11325checksum = "974d9455611e26c97d31705e19545de58fa8867416592bd93b7a54a7fc37cedb"
11326dependencies = [
11327 "anyhow",
11328 "cfg-if 1.0.0",
11329 "cranelift-codegen",
11330 "cranelift-control",
11331 "cranelift-entity",
11332 "cranelift-frontend",
11333 "cranelift-native",
11334 "cranelift-wasm",
11335 "gimli",
11336 "log",
11337 "object",
11338 "target-lexicon",
11339 "thiserror",
11340 "wasmparser",
11341 "wasmtime-cranelift-shared",
11342 "wasmtime-environ",
11343 "wasmtime-versioned-export-macros",
11344]
11345
11346[[package]]
11347name = "wasmtime-cranelift-shared"
11348version = "18.0.1"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "40667ba458634db703aea3bd960e80bc9352c21d5e765b69f43e3b0c964eb611"
11351dependencies = [
11352 "anyhow",
11353 "cranelift-codegen",
11354 "cranelift-control",
11355 "cranelift-native",
11356 "gimli",
11357 "object",
11358 "target-lexicon",
11359 "wasmtime-environ",
11360]
11361
11362[[package]]
11363name = "wasmtime-environ"
11364version = "18.0.1"
11365source = "registry+https://github.com/rust-lang/crates.io-index"
11366checksum = "e8da991421528c2767053cb0cfa70b5d28279100dbcf70ed7f74b51abe1656ef"
11367dependencies = [
11368 "anyhow",
11369 "bincode",
11370 "cranelift-entity",
11371 "gimli",
11372 "indexmap 2.0.0",
11373 "log",
11374 "object",
11375 "serde",
11376 "serde_derive",
11377 "target-lexicon",
11378 "thiserror",
11379 "wasmparser",
11380 "wasmtime-types",
11381]
11382
11383[[package]]
11384name = "wasmtime-jit-icache-coherence"
11385version = "18.0.1"
11386source = "registry+https://github.com/rust-lang/crates.io-index"
11387checksum = "3346431a41fbb0c5af0081c2322361b00289f2902e54ee7b115e9b2ad32b156b"
11388dependencies = [
11389 "cfg-if 1.0.0",
11390 "libc",
11391 "windows-sys 0.52.0",
11392]
11393
11394[[package]]
11395name = "wasmtime-runtime"
11396version = "18.0.1"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "a489353aa297b46a66cde8da48cab8e1e967e7f4b0ae3d9889a0550bf274810b"
11399dependencies = [
11400 "anyhow",
11401 "cc",
11402 "cfg-if 1.0.0",
11403 "indexmap 2.0.0",
11404 "libc",
11405 "log",
11406 "mach",
11407 "memfd",
11408 "memoffset 0.9.0",
11409 "paste",
11410 "psm",
11411 "rustix 0.38.30",
11412 "sptr",
11413 "wasm-encoder",
11414 "wasmtime-asm-macros",
11415 "wasmtime-environ",
11416 "wasmtime-versioned-export-macros",
11417 "wasmtime-wmemcheck",
11418 "windows-sys 0.52.0",
11419]
11420
11421[[package]]
11422name = "wasmtime-types"
11423version = "18.0.1"
11424source = "registry+https://github.com/rust-lang/crates.io-index"
11425checksum = "12c56e31fd7fa707fbd7720b2b29ac42ccfb092fe9d85c98f1d3988f9a1d4558"
11426dependencies = [
11427 "cranelift-entity",
11428 "serde",
11429 "serde_derive",
11430 "thiserror",
11431 "wasmparser",
11432]
11433
11434[[package]]
11435name = "wasmtime-versioned-export-macros"
11436version = "18.0.1"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "6b0300976c36a9427d184e3ecf7c121c2cb3f030844faf9fcb767821e9d4c382"
11439dependencies = [
11440 "proc-macro2",
11441 "quote",
11442 "syn 2.0.48",
11443]
11444
11445[[package]]
11446name = "wasmtime-wmemcheck"
11447version = "18.0.1"
11448source = "registry+https://github.com/rust-lang/crates.io-index"
11449checksum = "acdf5b8da6ebf7549dad0cd32ca4a3a0461449ef4feec9d0d8450d8da9f51f9b"
11450
11451[[package]]
11452name = "wayland-backend"
11453version = "0.3.3"
11454source = "registry+https://github.com/rust-lang/crates.io-index"
11455checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
11456dependencies = [
11457 "cc",
11458 "downcast-rs",
11459 "rustix 0.38.30",
11460 "scoped-tls",
11461 "smallvec",
11462 "wayland-sys",
11463]
11464
11465[[package]]
11466name = "wayland-client"
11467version = "0.31.2"
11468source = "registry+https://github.com/rust-lang/crates.io-index"
11469checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
11470dependencies = [
11471 "bitflags 2.4.1",
11472 "rustix 0.38.30",
11473 "wayland-backend",
11474 "wayland-scanner",
11475]
11476
11477[[package]]
11478name = "wayland-protocols"
11479version = "0.31.2"
11480source = "registry+https://github.com/rust-lang/crates.io-index"
11481checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
11482dependencies = [
11483 "bitflags 2.4.1",
11484 "wayland-backend",
11485 "wayland-client",
11486 "wayland-scanner",
11487]
11488
11489[[package]]
11490name = "wayland-scanner"
11491version = "0.31.1"
11492source = "registry+https://github.com/rust-lang/crates.io-index"
11493checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
11494dependencies = [
11495 "proc-macro2",
11496 "quick-xml 0.31.0",
11497 "quote",
11498]
11499
11500[[package]]
11501name = "wayland-sys"
11502version = "0.31.1"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
11505dependencies = [
11506 "dlib",
11507 "log",
11508 "pkg-config",
11509]
11510
11511[[package]]
11512name = "web-sys"
11513version = "0.3.64"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
11516dependencies = [
11517 "js-sys",
11518 "wasm-bindgen",
11519]
11520
11521[[package]]
11522name = "webpki-roots"
11523version = "0.24.0"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
11526dependencies = [
11527 "rustls-webpki",
11528]
11529
11530[[package]]
11531name = "weezl"
11532version = "0.1.7"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
11535
11536[[package]]
11537name = "welcome"
11538version = "0.1.0"
11539dependencies = [
11540 "anyhow",
11541 "client",
11542 "db",
11543 "editor",
11544 "fuzzy",
11545 "gpui",
11546 "install_cli",
11547 "picker",
11548 "project",
11549 "schemars",
11550 "serde",
11551 "settings",
11552 "theme_selector",
11553 "ui",
11554 "util",
11555 "vim",
11556 "workspace",
11557]
11558
11559[[package]]
11560name = "which"
11561version = "4.4.2"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
11564dependencies = [
11565 "either",
11566 "home",
11567 "once_cell",
11568 "rustix 0.38.30",
11569]
11570
11571[[package]]
11572name = "which"
11573version = "6.0.0"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
11576dependencies = [
11577 "either",
11578 "home",
11579 "once_cell",
11580 "rustix 0.38.30",
11581 "windows-sys 0.52.0",
11582]
11583
11584[[package]]
11585name = "whoami"
11586version = "1.4.1"
11587source = "registry+https://github.com/rust-lang/crates.io-index"
11588checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
11589
11590[[package]]
11591name = "winapi"
11592version = "0.2.8"
11593source = "registry+https://github.com/rust-lang/crates.io-index"
11594checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
11595
11596[[package]]
11597name = "winapi"
11598version = "0.3.9"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
11601dependencies = [
11602 "winapi-i686-pc-windows-gnu",
11603 "winapi-x86_64-pc-windows-gnu",
11604]
11605
11606[[package]]
11607name = "winapi-build"
11608version = "0.1.1"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
11611
11612[[package]]
11613name = "winapi-i686-pc-windows-gnu"
11614version = "0.4.0"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
11617
11618[[package]]
11619name = "winapi-util"
11620version = "0.1.6"
11621source = "registry+https://github.com/rust-lang/crates.io-index"
11622checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
11623dependencies = [
11624 "winapi 0.3.9",
11625]
11626
11627[[package]]
11628name = "winapi-x86_64-pc-windows-gnu"
11629version = "0.4.0"
11630source = "registry+https://github.com/rust-lang/crates.io-index"
11631checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
11632
11633[[package]]
11634name = "windows"
11635version = "0.46.0"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
11638dependencies = [
11639 "windows-targets 0.42.2",
11640]
11641
11642[[package]]
11643name = "windows"
11644version = "0.48.0"
11645source = "registry+https://github.com/rust-lang/crates.io-index"
11646checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
11647dependencies = [
11648 "windows-targets 0.48.5",
11649]
11650
11651[[package]]
11652name = "windows-sys"
11653version = "0.45.0"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
11656dependencies = [
11657 "windows-targets 0.42.2",
11658]
11659
11660[[package]]
11661name = "windows-sys"
11662version = "0.48.0"
11663source = "registry+https://github.com/rust-lang/crates.io-index"
11664checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
11665dependencies = [
11666 "windows-targets 0.48.5",
11667]
11668
11669[[package]]
11670name = "windows-sys"
11671version = "0.52.0"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
11674dependencies = [
11675 "windows-targets 0.52.0",
11676]
11677
11678[[package]]
11679name = "windows-targets"
11680version = "0.42.2"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
11683dependencies = [
11684 "windows_aarch64_gnullvm 0.42.2",
11685 "windows_aarch64_msvc 0.42.2",
11686 "windows_i686_gnu 0.42.2",
11687 "windows_i686_msvc 0.42.2",
11688 "windows_x86_64_gnu 0.42.2",
11689 "windows_x86_64_gnullvm 0.42.2",
11690 "windows_x86_64_msvc 0.42.2",
11691]
11692
11693[[package]]
11694name = "windows-targets"
11695version = "0.48.5"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
11698dependencies = [
11699 "windows_aarch64_gnullvm 0.48.5",
11700 "windows_aarch64_msvc 0.48.5",
11701 "windows_i686_gnu 0.48.5",
11702 "windows_i686_msvc 0.48.5",
11703 "windows_x86_64_gnu 0.48.5",
11704 "windows_x86_64_gnullvm 0.48.5",
11705 "windows_x86_64_msvc 0.48.5",
11706]
11707
11708[[package]]
11709name = "windows-targets"
11710version = "0.52.0"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
11713dependencies = [
11714 "windows_aarch64_gnullvm 0.52.0",
11715 "windows_aarch64_msvc 0.52.0",
11716 "windows_i686_gnu 0.52.0",
11717 "windows_i686_msvc 0.52.0",
11718 "windows_x86_64_gnu 0.52.0",
11719 "windows_x86_64_gnullvm 0.52.0",
11720 "windows_x86_64_msvc 0.52.0",
11721]
11722
11723[[package]]
11724name = "windows_aarch64_gnullvm"
11725version = "0.42.2"
11726source = "registry+https://github.com/rust-lang/crates.io-index"
11727checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
11728
11729[[package]]
11730name = "windows_aarch64_gnullvm"
11731version = "0.48.5"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
11734
11735[[package]]
11736name = "windows_aarch64_gnullvm"
11737version = "0.52.0"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
11740
11741[[package]]
11742name = "windows_aarch64_msvc"
11743version = "0.42.2"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
11746
11747[[package]]
11748name = "windows_aarch64_msvc"
11749version = "0.48.5"
11750source = "registry+https://github.com/rust-lang/crates.io-index"
11751checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
11752
11753[[package]]
11754name = "windows_aarch64_msvc"
11755version = "0.52.0"
11756source = "registry+https://github.com/rust-lang/crates.io-index"
11757checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
11758
11759[[package]]
11760name = "windows_i686_gnu"
11761version = "0.42.2"
11762source = "registry+https://github.com/rust-lang/crates.io-index"
11763checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
11764
11765[[package]]
11766name = "windows_i686_gnu"
11767version = "0.48.5"
11768source = "registry+https://github.com/rust-lang/crates.io-index"
11769checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
11770
11771[[package]]
11772name = "windows_i686_gnu"
11773version = "0.52.0"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
11776
11777[[package]]
11778name = "windows_i686_msvc"
11779version = "0.42.2"
11780source = "registry+https://github.com/rust-lang/crates.io-index"
11781checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
11782
11783[[package]]
11784name = "windows_i686_msvc"
11785version = "0.48.5"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
11788
11789[[package]]
11790name = "windows_i686_msvc"
11791version = "0.52.0"
11792source = "registry+https://github.com/rust-lang/crates.io-index"
11793checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
11794
11795[[package]]
11796name = "windows_x86_64_gnu"
11797version = "0.42.2"
11798source = "registry+https://github.com/rust-lang/crates.io-index"
11799checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
11800
11801[[package]]
11802name = "windows_x86_64_gnu"
11803version = "0.48.5"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
11806
11807[[package]]
11808name = "windows_x86_64_gnu"
11809version = "0.52.0"
11810source = "registry+https://github.com/rust-lang/crates.io-index"
11811checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
11812
11813[[package]]
11814name = "windows_x86_64_gnullvm"
11815version = "0.42.2"
11816source = "registry+https://github.com/rust-lang/crates.io-index"
11817checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
11818
11819[[package]]
11820name = "windows_x86_64_gnullvm"
11821version = "0.48.5"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
11824
11825[[package]]
11826name = "windows_x86_64_gnullvm"
11827version = "0.52.0"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
11830
11831[[package]]
11832name = "windows_x86_64_msvc"
11833version = "0.42.2"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
11836
11837[[package]]
11838name = "windows_x86_64_msvc"
11839version = "0.48.5"
11840source = "registry+https://github.com/rust-lang/crates.io-index"
11841checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
11842
11843[[package]]
11844name = "windows_x86_64_msvc"
11845version = "0.52.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
11848
11849[[package]]
11850name = "winnow"
11851version = "0.5.15"
11852source = "registry+https://github.com/rust-lang/crates.io-index"
11853checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
11854dependencies = [
11855 "memchr",
11856]
11857
11858[[package]]
11859name = "winnow"
11860version = "0.6.1"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
11863dependencies = [
11864 "memchr",
11865]
11866
11867[[package]]
11868name = "winreg"
11869version = "0.50.0"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
11872dependencies = [
11873 "cfg-if 1.0.0",
11874 "windows-sys 0.48.0",
11875]
11876
11877[[package]]
11878name = "wio"
11879version = "0.2.2"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
11882dependencies = [
11883 "winapi 0.3.9",
11884]
11885
11886[[package]]
11887name = "workspace"
11888version = "0.1.0"
11889dependencies = [
11890 "anyhow",
11891 "async-recursion 1.0.5",
11892 "bincode",
11893 "call",
11894 "client",
11895 "clock",
11896 "collections",
11897 "db",
11898 "derive_more",
11899 "env_logger",
11900 "fs",
11901 "futures 0.3.28",
11902 "gpui",
11903 "itertools 0.10.5",
11904 "language",
11905 "lazy_static",
11906 "log",
11907 "node_runtime",
11908 "parking_lot 0.11.2",
11909 "postage",
11910 "project",
11911 "schemars",
11912 "serde",
11913 "serde_json",
11914 "settings",
11915 "smallvec",
11916 "sqlez",
11917 "task",
11918 "theme",
11919 "ui",
11920 "util",
11921 "uuid",
11922]
11923
11924[[package]]
11925name = "ws2_32-sys"
11926version = "0.2.1"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
11929dependencies = [
11930 "winapi 0.2.8",
11931 "winapi-build",
11932]
11933
11934[[package]]
11935name = "wyz"
11936version = "0.5.1"
11937source = "registry+https://github.com/rust-lang/crates.io-index"
11938checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
11939dependencies = [
11940 "tap",
11941]
11942
11943[[package]]
11944name = "xattr"
11945version = "0.2.3"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
11948dependencies = [
11949 "libc",
11950]
11951
11952[[package]]
11953name = "xcb"
11954version = "1.3.0"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "5d27b37e69b8c05bfadcd968eb1a4fe27c9c52565b727f88512f43b89567e262"
11957dependencies = [
11958 "as-raw-xcb-connection",
11959 "bitflags 1.3.2",
11960 "libc",
11961 "quick-xml 0.30.0",
11962]
11963
11964[[package]]
11965name = "xdg-home"
11966version = "1.1.0"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
11969dependencies = [
11970 "libc",
11971 "winapi 0.3.9",
11972]
11973
11974[[package]]
11975name = "xkbcommon"
11976version = "0.7.0"
11977source = "registry+https://github.com/rust-lang/crates.io-index"
11978checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
11979dependencies = [
11980 "as-raw-xcb-connection",
11981 "libc",
11982 "memmap2 0.8.0",
11983 "xkeysym",
11984]
11985
11986[[package]]
11987name = "xkeysym"
11988version = "0.2.0"
11989source = "registry+https://github.com/rust-lang/crates.io-index"
11990checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
11991
11992[[package]]
11993name = "xmlparser"
11994version = "0.13.5"
11995source = "registry+https://github.com/rust-lang/crates.io-index"
11996checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
11997
11998[[package]]
11999name = "xmlwriter"
12000version = "0.1.0"
12001source = "registry+https://github.com/rust-lang/crates.io-index"
12002checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
12003
12004[[package]]
12005name = "yansi"
12006version = "0.5.1"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
12009
12010[[package]]
12011name = "yazi"
12012version = "0.1.6"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
12015
12016[[package]]
12017name = "yeslogic-fontconfig-sys"
12018version = "3.2.0"
12019source = "registry+https://github.com/rust-lang/crates.io-index"
12020checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
12021dependencies = [
12022 "const-cstr",
12023 "dlib",
12024 "once_cell",
12025 "pkg-config",
12026]
12027
12028[[package]]
12029name = "zbus"
12030version = "3.15.0"
12031source = "registry+https://github.com/rust-lang/crates.io-index"
12032checksum = "c45d06ae3b0f9ba1fb2671268b975557d8f5a84bb5ec6e43964f87e763d8bca8"
12033dependencies = [
12034 "async-broadcast 0.5.1",
12035 "async-executor",
12036 "async-fs 1.6.0",
12037 "async-io 1.13.0",
12038 "async-lock 2.8.0",
12039 "async-process",
12040 "async-recursion 1.0.5",
12041 "async-task",
12042 "async-trait",
12043 "blocking",
12044 "byteorder",
12045 "derivative",
12046 "enumflags2",
12047 "event-listener 2.5.3",
12048 "futures-core",
12049 "futures-sink",
12050 "futures-util",
12051 "hex",
12052 "nix 0.26.4",
12053 "once_cell",
12054 "ordered-stream",
12055 "rand 0.8.5",
12056 "serde",
12057 "serde_repr",
12058 "sha1",
12059 "static_assertions",
12060 "tracing",
12061 "uds_windows",
12062 "winapi 0.3.9",
12063 "xdg-home",
12064 "zbus_macros",
12065 "zbus_names",
12066 "zvariant",
12067]
12068
12069[[package]]
12070name = "zbus_macros"
12071version = "3.15.0"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "b4a1ba45ed0ad344b85a2bb5a1fe9830aed23d67812ea39a586e7d0136439c7d"
12074dependencies = [
12075 "proc-macro-crate 1.3.1",
12076 "proc-macro2",
12077 "quote",
12078 "regex",
12079 "syn 1.0.109",
12080 "zvariant_utils",
12081]
12082
12083[[package]]
12084name = "zbus_names"
12085version = "2.6.0"
12086source = "registry+https://github.com/rust-lang/crates.io-index"
12087checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9"
12088dependencies = [
12089 "serde",
12090 "static_assertions",
12091 "zvariant",
12092]
12093
12094[[package]]
12095name = "zed"
12096version = "0.125.0"
12097dependencies = [
12098 "activity_indicator",
12099 "ai",
12100 "anyhow",
12101 "assets",
12102 "assistant",
12103 "async-compression",
12104 "async-recursion 0.3.2",
12105 "async-tar",
12106 "async-trait",
12107 "audio",
12108 "auto_update",
12109 "backtrace",
12110 "breadcrumbs",
12111 "call",
12112 "channel",
12113 "chrono",
12114 "cli",
12115 "client",
12116 "clock",
12117 "collab_ui",
12118 "collections",
12119 "command_palette",
12120 "copilot",
12121 "copilot_ui",
12122 "ctor",
12123 "db",
12124 "diagnostics",
12125 "editor",
12126 "env_logger",
12127 "extension",
12128 "extensions_ui",
12129 "feature_flags",
12130 "feedback",
12131 "file_finder",
12132 "fs",
12133 "fsevent",
12134 "futures 0.3.28",
12135 "go_to_line",
12136 "gpui",
12137 "ignore",
12138 "image",
12139 "indexmap 1.9.3",
12140 "install_cli",
12141 "isahc",
12142 "itertools 0.11.0",
12143 "journal",
12144 "language",
12145 "language_selector",
12146 "language_tools",
12147 "languages",
12148 "lazy_static",
12149 "libc",
12150 "log",
12151 "lsp",
12152 "markdown_preview",
12153 "menu",
12154 "mimalloc",
12155 "node_runtime",
12156 "notifications",
12157 "num_cpus",
12158 "outline",
12159 "parking_lot 0.11.2",
12160 "postage",
12161 "profiling",
12162 "project",
12163 "project_panel",
12164 "project_symbols",
12165 "quick_action_bar",
12166 "rand 0.8.5",
12167 "recent_projects",
12168 "regex",
12169 "release_channel",
12170 "rope",
12171 "rpc",
12172 "rsa 0.4.0",
12173 "rust-embed",
12174 "schemars",
12175 "search",
12176 "semantic_index",
12177 "serde",
12178 "serde_derive",
12179 "serde_json",
12180 "settings",
12181 "shellexpand 2.1.2",
12182 "simplelog",
12183 "smallvec",
12184 "smol",
12185 "sum_tree",
12186 "task",
12187 "tasks_ui",
12188 "tempfile",
12189 "terminal_view",
12190 "text",
12191 "theme",
12192 "theme_selector",
12193 "thiserror",
12194 "tiny_http",
12195 "toml 0.8.10",
12196 "tree-sitter-rust",
12197 "unindent",
12198 "url",
12199 "urlencoding",
12200 "util",
12201 "uuid",
12202 "vim",
12203 "welcome",
12204 "workspace",
12205 "zed_actions",
12206]
12207
12208[[package]]
12209name = "zed_actions"
12210version = "0.1.0"
12211dependencies = [
12212 "gpui",
12213 "serde",
12214]
12215
12216[[package]]
12217name = "zeno"
12218version = "0.2.3"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
12221
12222[[package]]
12223name = "zerocopy"
12224version = "0.7.32"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
12227dependencies = [
12228 "zerocopy-derive",
12229]
12230
12231[[package]]
12232name = "zerocopy-derive"
12233version = "0.7.32"
12234source = "registry+https://github.com/rust-lang/crates.io-index"
12235checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
12236dependencies = [
12237 "proc-macro2",
12238 "quote",
12239 "syn 2.0.48",
12240]
12241
12242[[package]]
12243name = "zeroize"
12244version = "1.6.0"
12245source = "registry+https://github.com/rust-lang/crates.io-index"
12246checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
12247dependencies = [
12248 "zeroize_derive",
12249]
12250
12251[[package]]
12252name = "zeroize_derive"
12253version = "1.4.2"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
12256dependencies = [
12257 "proc-macro2",
12258 "quote",
12259 "syn 2.0.48",
12260]
12261
12262[[package]]
12263name = "zstd"
12264version = "0.11.2+zstd.1.5.2"
12265source = "registry+https://github.com/rust-lang/crates.io-index"
12266checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
12267dependencies = [
12268 "zstd-safe",
12269]
12270
12271[[package]]
12272name = "zstd-safe"
12273version = "5.0.2+zstd.1.5.2"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
12276dependencies = [
12277 "libc",
12278 "zstd-sys",
12279]
12280
12281[[package]]
12282name = "zstd-sys"
12283version = "2.0.8+zstd.1.5.5"
12284source = "registry+https://github.com/rust-lang/crates.io-index"
12285checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
12286dependencies = [
12287 "cc",
12288 "libc",
12289 "pkg-config",
12290]
12291
12292[[package]]
12293name = "zvariant"
12294version = "3.15.0"
12295source = "registry+https://github.com/rust-lang/crates.io-index"
12296checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
12297dependencies = [
12298 "byteorder",
12299 "enumflags2",
12300 "libc",
12301 "serde",
12302 "static_assertions",
12303 "url",
12304 "zvariant_derive",
12305]
12306
12307[[package]]
12308name = "zvariant_derive"
12309version = "3.15.0"
12310source = "registry+https://github.com/rust-lang/crates.io-index"
12311checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
12312dependencies = [
12313 "proc-macro-crate 1.3.1",
12314 "proc-macro2",
12315 "quote",
12316 "syn 1.0.109",
12317 "zvariant_utils",
12318]
12319
12320[[package]]
12321name = "zvariant_utils"
12322version = "1.0.1"
12323source = "registry+https://github.com/rust-lang/crates.io-index"
12324checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
12325dependencies = [
12326 "proc-macro2",
12327 "quote",
12328 "syn 1.0.109",
12329]