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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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",
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 "project",
3489 "serde_json",
3490 "text",
3491 "theme",
3492 "ui",
3493 "util",
3494 "workspace",
3495]
3496
3497[[package]]
3498name = "filetime"
3499version = "0.2.22"
3500source = "registry+https://github.com/rust-lang/crates.io-index"
3501checksum = "d4029edd3e734da6fe05b6cd7bd2960760a616bd2ddd0d59a0124746d6272af0"
3502dependencies = [
3503 "cfg-if 1.0.0",
3504 "libc",
3505 "redox_syscall 0.3.5",
3506 "windows-sys 0.48.0",
3507]
3508
3509[[package]]
3510name = "finl_unicode"
3511version = "1.2.0"
3512source = "registry+https://github.com/rust-lang/crates.io-index"
3513checksum = "8fcfdc7a0362c9f4444381a9e697c79d435fe65b52a37466fc2c1184cee9edc6"
3514
3515[[package]]
3516name = "fixedbitset"
3517version = "0.4.2"
3518source = "registry+https://github.com/rust-lang/crates.io-index"
3519checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
3520
3521[[package]]
3522name = "flate2"
3523version = "1.0.27"
3524source = "registry+https://github.com/rust-lang/crates.io-index"
3525checksum = "c6c98ee8095e9d1dcbf2fcc6d95acccb90d1c81db1e44725c6a984b1dbdfb010"
3526dependencies = [
3527 "crc32fast",
3528 "miniz_oxide 0.7.1",
3529]
3530
3531[[package]]
3532name = "float-cmp"
3533version = "0.5.3"
3534source = "registry+https://github.com/rust-lang/crates.io-index"
3535checksum = "75224bec9bfe1a65e2d34132933f2de7fe79900c96a0174307554244ece8150e"
3536
3537[[package]]
3538name = "float-ord"
3539version = "0.2.0"
3540source = "registry+https://github.com/rust-lang/crates.io-index"
3541checksum = "7bad48618fdb549078c333a7a8528acb57af271d0433bdecd523eb620628364e"
3542
3543[[package]]
3544name = "flume"
3545version = "0.11.0"
3546source = "registry+https://github.com/rust-lang/crates.io-index"
3547checksum = "55ac459de2512911e4b674ce33cf20befaba382d05b62b008afc1c8b57cbf181"
3548dependencies = [
3549 "futures-core",
3550 "futures-sink",
3551 "nanorand",
3552 "spin 0.9.8",
3553]
3554
3555[[package]]
3556name = "fnv"
3557version = "1.0.7"
3558source = "registry+https://github.com/rust-lang/crates.io-index"
3559checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
3560
3561[[package]]
3562name = "font-kit"
3563version = "0.11.0"
3564source = "git+https://github.com/zed-industries/font-kit?rev=5a5c4d4#5a5c4d4ca395c74eb0abde38508e170ce0fd761a"
3565dependencies = [
3566 "bitflags 1.3.2",
3567 "byteorder",
3568 "core-foundation",
3569 "core-graphics 0.23.1",
3570 "core-text",
3571 "dirs-next",
3572 "dwrote",
3573 "float-ord",
3574 "freetype",
3575 "lazy_static",
3576 "libc",
3577 "log",
3578 "pathfinder_geometry",
3579 "pathfinder_simd",
3580 "walkdir",
3581 "winapi 0.3.9",
3582 "yeslogic-fontconfig-sys",
3583]
3584
3585[[package]]
3586name = "font-types"
3587version = "0.4.2"
3588source = "registry+https://github.com/rust-lang/crates.io-index"
3589checksum = "0bd7f3ea17572640b606b35df42cfb6ecdf003704b062580e59918692190b73d"
3590
3591[[package]]
3592name = "fontconfig-parser"
3593version = "0.5.6"
3594source = "registry+https://github.com/rust-lang/crates.io-index"
3595checksum = "6a595cb550439a117696039dfc69830492058211b771a2a165379f2a1a53d84d"
3596dependencies = [
3597 "roxmltree 0.19.0",
3598]
3599
3600[[package]]
3601name = "fontdb"
3602version = "0.5.4"
3603source = "registry+https://github.com/rust-lang/crates.io-index"
3604checksum = "e58903f4f8d5b58c7d300908e4ebe5289c1bfdf5587964330f12023b8ff17fd1"
3605dependencies = [
3606 "log",
3607 "memmap2 0.2.3",
3608 "ttf-parser 0.12.3",
3609]
3610
3611[[package]]
3612name = "fontdb"
3613version = "0.15.0"
3614source = "registry+https://github.com/rust-lang/crates.io-index"
3615checksum = "020e203f177c0fb250fb19455a252e838d2bbbce1f80f25ecc42402aafa8cd38"
3616dependencies = [
3617 "fontconfig-parser",
3618 "log",
3619 "memmap2 0.8.0",
3620 "slotmap",
3621 "tinyvec",
3622 "ttf-parser 0.19.2",
3623]
3624
3625[[package]]
3626name = "foreign-types"
3627version = "0.3.2"
3628source = "registry+https://github.com/rust-lang/crates.io-index"
3629checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
3630dependencies = [
3631 "foreign-types-shared 0.1.1",
3632]
3633
3634[[package]]
3635name = "foreign-types"
3636version = "0.5.0"
3637source = "registry+https://github.com/rust-lang/crates.io-index"
3638checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
3639dependencies = [
3640 "foreign-types-macros",
3641 "foreign-types-shared 0.3.1",
3642]
3643
3644[[package]]
3645name = "foreign-types-macros"
3646version = "0.2.3"
3647source = "registry+https://github.com/rust-lang/crates.io-index"
3648checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
3649dependencies = [
3650 "proc-macro2",
3651 "quote",
3652 "syn 2.0.48",
3653]
3654
3655[[package]]
3656name = "foreign-types-shared"
3657version = "0.1.1"
3658source = "registry+https://github.com/rust-lang/crates.io-index"
3659checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
3660
3661[[package]]
3662name = "foreign-types-shared"
3663version = "0.3.1"
3664source = "registry+https://github.com/rust-lang/crates.io-index"
3665checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
3666
3667[[package]]
3668name = "form_urlencoded"
3669version = "1.2.0"
3670source = "registry+https://github.com/rust-lang/crates.io-index"
3671checksum = "a62bc1cf6f830c2ec14a513a9fb124d0a213a629668a4186f329db21fe045652"
3672dependencies = [
3673 "percent-encoding",
3674]
3675
3676[[package]]
3677name = "freetype"
3678version = "0.7.0"
3679source = "registry+https://github.com/rust-lang/crates.io-index"
3680checksum = "bee38378a9e3db1cc693b4f88d166ae375338a0ff75cb8263e1c601d51f35dc6"
3681dependencies = [
3682 "freetype-sys",
3683 "libc",
3684]
3685
3686[[package]]
3687name = "freetype-sys"
3688version = "0.13.1"
3689source = "registry+https://github.com/rust-lang/crates.io-index"
3690checksum = "a37d4011c0cc628dfa766fcc195454f4b068d7afdc2adfd28861191d866e731a"
3691dependencies = [
3692 "cmake",
3693 "libc",
3694 "pkg-config",
3695]
3696
3697[[package]]
3698name = "fs"
3699version = "0.1.0"
3700dependencies = [
3701 "anyhow",
3702 "async-trait",
3703 "collections",
3704 "fsevent",
3705 "futures 0.3.28",
3706 "git2",
3707 "gpui",
3708 "lazy_static",
3709 "libc",
3710 "log",
3711 "notify",
3712 "parking_lot 0.11.2",
3713 "regex",
3714 "rope",
3715 "serde",
3716 "serde_derive",
3717 "serde_json",
3718 "smol",
3719 "sum_tree",
3720 "tempfile",
3721 "text",
3722 "time",
3723 "util",
3724 "windows-sys 0.52.0",
3725]
3726
3727[[package]]
3728name = "fsevent"
3729version = "2.0.2"
3730dependencies = [
3731 "bitflags 1.3.2",
3732 "fsevent-sys 3.1.0",
3733 "parking_lot 0.11.2",
3734 "tempfile",
3735]
3736
3737[[package]]
3738name = "fsevent-sys"
3739version = "3.1.0"
3740source = "registry+https://github.com/rust-lang/crates.io-index"
3741checksum = "ca6f5e6817058771c10f0eb0f05ddf1e35844266f972004fe8e4b21fda295bd5"
3742dependencies = [
3743 "libc",
3744]
3745
3746[[package]]
3747name = "fsevent-sys"
3748version = "4.1.0"
3749source = "registry+https://github.com/rust-lang/crates.io-index"
3750checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
3751dependencies = [
3752 "libc",
3753]
3754
3755[[package]]
3756name = "fuchsia-zircon"
3757version = "0.3.3"
3758source = "registry+https://github.com/rust-lang/crates.io-index"
3759checksum = "2e9763c69ebaae630ba35f74888db465e49e259ba1bc0eda7d06f4a067615d82"
3760dependencies = [
3761 "bitflags 1.3.2",
3762 "fuchsia-zircon-sys",
3763]
3764
3765[[package]]
3766name = "fuchsia-zircon-sys"
3767version = "0.3.3"
3768source = "registry+https://github.com/rust-lang/crates.io-index"
3769checksum = "3dcaa9ae7725d12cdb85b3ad99a434db70b468c09ded17e012d86b5c1010f7a7"
3770
3771[[package]]
3772name = "funty"
3773version = "2.0.0"
3774source = "registry+https://github.com/rust-lang/crates.io-index"
3775checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
3776
3777[[package]]
3778name = "futf"
3779version = "0.1.5"
3780source = "registry+https://github.com/rust-lang/crates.io-index"
3781checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
3782dependencies = [
3783 "mac",
3784 "new_debug_unreachable",
3785]
3786
3787[[package]]
3788name = "futures"
3789version = "0.1.31"
3790source = "registry+https://github.com/rust-lang/crates.io-index"
3791checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
3792
3793[[package]]
3794name = "futures"
3795version = "0.3.28"
3796source = "registry+https://github.com/rust-lang/crates.io-index"
3797checksum = "23342abe12aba583913b2e62f22225ff9c950774065e4bfb61a19cd9770fec40"
3798dependencies = [
3799 "futures-channel",
3800 "futures-core",
3801 "futures-executor",
3802 "futures-io",
3803 "futures-sink",
3804 "futures-task",
3805 "futures-util",
3806]
3807
3808[[package]]
3809name = "futures-channel"
3810version = "0.3.30"
3811source = "registry+https://github.com/rust-lang/crates.io-index"
3812checksum = "eac8f7d7865dcb88bd4373ab671c8cf4508703796caa2b1985a9ca867b3fcb78"
3813dependencies = [
3814 "futures-core",
3815 "futures-sink",
3816]
3817
3818[[package]]
3819name = "futures-core"
3820version = "0.3.30"
3821source = "registry+https://github.com/rust-lang/crates.io-index"
3822checksum = "dfc6580bb841c5a68e9ef15c77ccc837b40a7504914d52e47b8b0e9bbda25a1d"
3823
3824[[package]]
3825name = "futures-executor"
3826version = "0.3.28"
3827source = "registry+https://github.com/rust-lang/crates.io-index"
3828checksum = "ccecee823288125bd88b4d7f565c9e58e41858e47ab72e8ea2d64e93624386e0"
3829dependencies = [
3830 "futures-core",
3831 "futures-task",
3832 "futures-util",
3833]
3834
3835[[package]]
3836name = "futures-intrusive"
3837version = "0.5.0"
3838source = "registry+https://github.com/rust-lang/crates.io-index"
3839checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
3840dependencies = [
3841 "futures-core",
3842 "lock_api",
3843 "parking_lot 0.12.1",
3844]
3845
3846[[package]]
3847name = "futures-io"
3848version = "0.3.30"
3849source = "registry+https://github.com/rust-lang/crates.io-index"
3850checksum = "a44623e20b9681a318efdd71c299b6b222ed6f231972bfe2f224ebad6311f0c1"
3851
3852[[package]]
3853name = "futures-lite"
3854version = "1.13.0"
3855source = "registry+https://github.com/rust-lang/crates.io-index"
3856checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
3857dependencies = [
3858 "fastrand 1.9.0",
3859 "futures-core",
3860 "futures-io",
3861 "memchr",
3862 "parking",
3863 "pin-project-lite",
3864 "waker-fn",
3865]
3866
3867[[package]]
3868name = "futures-lite"
3869version = "2.0.0"
3870source = "registry+https://github.com/rust-lang/crates.io-index"
3871checksum = "9c1155db57329dca6d018b61e76b1488ce9a2e5e44028cac420a5898f4fcef63"
3872dependencies = [
3873 "fastrand 2.0.0",
3874 "futures-core",
3875 "futures-io",
3876 "memchr",
3877 "parking",
3878 "pin-project-lite",
3879 "waker-fn",
3880]
3881
3882[[package]]
3883name = "futures-macro"
3884version = "0.3.30"
3885source = "registry+https://github.com/rust-lang/crates.io-index"
3886checksum = "87750cf4b7a4c0625b1529e4c543c2182106e4dedc60a2a6455e00d212c489ac"
3887dependencies = [
3888 "proc-macro2",
3889 "quote",
3890 "syn 2.0.48",
3891]
3892
3893[[package]]
3894name = "futures-sink"
3895version = "0.3.30"
3896source = "registry+https://github.com/rust-lang/crates.io-index"
3897checksum = "9fb8e00e87438d937621c1c6269e53f536c14d3fbd6a042bb24879e57d474fb5"
3898
3899[[package]]
3900name = "futures-task"
3901version = "0.3.30"
3902source = "registry+https://github.com/rust-lang/crates.io-index"
3903checksum = "38d84fa142264698cdce1a9f9172cf383a0c82de1bddcf3092901442c4097004"
3904
3905[[package]]
3906name = "futures-util"
3907version = "0.3.30"
3908source = "registry+https://github.com/rust-lang/crates.io-index"
3909checksum = "3d6401deb83407ab3da39eba7e33987a73c3df0c82b4bb5813ee871c19c41d48"
3910dependencies = [
3911 "futures 0.1.31",
3912 "futures-channel",
3913 "futures-core",
3914 "futures-io",
3915 "futures-macro",
3916 "futures-sink",
3917 "futures-task",
3918 "memchr",
3919 "pin-project-lite",
3920 "pin-utils",
3921 "slab",
3922 "tokio-io",
3923]
3924
3925[[package]]
3926name = "fuzzy"
3927version = "0.1.0"
3928dependencies = [
3929 "gpui",
3930 "util",
3931]
3932
3933[[package]]
3934name = "fuzzy-matcher"
3935version = "0.3.7"
3936source = "registry+https://github.com/rust-lang/crates.io-index"
3937checksum = "54614a3312934d066701a80f20f15fa3b56d67ac7722b39eea5b4c9dd1d66c94"
3938dependencies = [
3939 "thread_local",
3940]
3941
3942[[package]]
3943name = "generic-array"
3944version = "0.14.7"
3945source = "registry+https://github.com/rust-lang/crates.io-index"
3946checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
3947dependencies = [
3948 "typenum",
3949 "version_check",
3950]
3951
3952[[package]]
3953name = "getrandom"
3954version = "0.1.16"
3955source = "registry+https://github.com/rust-lang/crates.io-index"
3956checksum = "8fc3cb4d91f53b50155bdcfd23f6a4c39ae1969c2ae85982b135750cccaf5fce"
3957dependencies = [
3958 "cfg-if 1.0.0",
3959 "libc",
3960 "wasi 0.9.0+wasi-snapshot-preview1",
3961]
3962
3963[[package]]
3964name = "getrandom"
3965version = "0.2.10"
3966source = "registry+https://github.com/rust-lang/crates.io-index"
3967checksum = "be4136b2a15dd319360be1c07d9933517ccf0be8f16bf62a3bee4f0d618df427"
3968dependencies = [
3969 "cfg-if 1.0.0",
3970 "js-sys",
3971 "libc",
3972 "wasi 0.11.0+wasi-snapshot-preview1",
3973 "wasm-bindgen",
3974]
3975
3976[[package]]
3977name = "gif"
3978version = "0.11.4"
3979source = "registry+https://github.com/rust-lang/crates.io-index"
3980checksum = "3edd93c6756b4dfaf2709eafcc345ba2636565295c198a9cfbf75fa5e3e00b06"
3981dependencies = [
3982 "color_quant",
3983 "weezl",
3984]
3985
3986[[package]]
3987name = "gimli"
3988version = "0.28.0"
3989source = "registry+https://github.com/rust-lang/crates.io-index"
3990checksum = "6fb8d784f27acf97159b40fc4db5ecd8aa23b9ad5ef69cdd136d3bc80665f0c0"
3991dependencies = [
3992 "fallible-iterator 0.3.0",
3993 "indexmap 2.0.0",
3994 "stable_deref_trait",
3995]
3996
3997[[package]]
3998name = "git"
3999version = "0.1.0"
4000dependencies = [
4001 "anyhow",
4002 "async-trait",
4003 "clock",
4004 "collections",
4005 "futures 0.3.28",
4006 "git2",
4007 "lazy_static",
4008 "log",
4009 "parking_lot 0.11.2",
4010 "smol",
4011 "sum_tree",
4012 "text",
4013 "unindent",
4014 "util",
4015]
4016
4017[[package]]
4018name = "git2"
4019version = "0.15.0"
4020source = "registry+https://github.com/rust-lang/crates.io-index"
4021checksum = "2994bee4a3a6a51eb90c218523be382fd7ea09b16380b9312e9dbe955ff7c7d1"
4022dependencies = [
4023 "bitflags 1.3.2",
4024 "libc",
4025 "libgit2-sys",
4026 "log",
4027 "url",
4028]
4029
4030[[package]]
4031name = "glob"
4032version = "0.3.1"
4033source = "registry+https://github.com/rust-lang/crates.io-index"
4034checksum = "d2fabcfbdc87f4758337ca535fb41a6d701b65693ce38287d856d1674551ec9b"
4035
4036[[package]]
4037name = "globset"
4038version = "0.4.13"
4039source = "registry+https://github.com/rust-lang/crates.io-index"
4040checksum = "759c97c1e17c55525b57192c06a267cda0ac5210b222d6b82189a2338fa1c13d"
4041dependencies = [
4042 "aho-corasick",
4043 "bstr",
4044 "fnv",
4045 "log",
4046 "regex",
4047]
4048
4049[[package]]
4050name = "gloo-timers"
4051version = "0.2.6"
4052source = "registry+https://github.com/rust-lang/crates.io-index"
4053checksum = "9b995a66bb87bebce9a0f4a95aed01daca4872c050bfcb21653361c03bc35e5c"
4054dependencies = [
4055 "futures-channel",
4056 "futures-core",
4057 "js-sys",
4058 "wasm-bindgen",
4059]
4060
4061[[package]]
4062name = "glow"
4063version = "0.13.1"
4064source = "registry+https://github.com/rust-lang/crates.io-index"
4065checksum = "bd348e04c43b32574f2de31c8bb397d96c9fcfa1371bd4ca6d8bdc464ab121b1"
4066dependencies = [
4067 "js-sys",
4068 "slotmap",
4069 "wasm-bindgen",
4070 "web-sys",
4071]
4072
4073[[package]]
4074name = "go_to_line"
4075version = "0.1.0"
4076dependencies = [
4077 "editor",
4078 "gpui",
4079 "menu",
4080 "postage",
4081 "serde",
4082 "settings",
4083 "text",
4084 "theme",
4085 "ui",
4086 "util",
4087 "workspace",
4088]
4089
4090[[package]]
4091name = "gpu-alloc"
4092version = "0.6.0"
4093source = "registry+https://github.com/rust-lang/crates.io-index"
4094checksum = "fbcd2dba93594b227a1f57ee09b8b9da8892c34d55aa332e034a228d0fe6a171"
4095dependencies = [
4096 "bitflags 2.4.1",
4097 "gpu-alloc-types",
4098]
4099
4100[[package]]
4101name = "gpu-alloc-ash"
4102version = "0.6.0"
4103source = "registry+https://github.com/rust-lang/crates.io-index"
4104checksum = "d2424bc9be88170e1a56e57c25d3d0e2dfdd22e8f328e892786aeb4da1415732"
4105dependencies = [
4106 "ash",
4107 "gpu-alloc-types",
4108 "tinyvec",
4109]
4110
4111[[package]]
4112name = "gpu-alloc-types"
4113version = "0.3.0"
4114source = "registry+https://github.com/rust-lang/crates.io-index"
4115checksum = "98ff03b468aa837d70984d55f5d3f846f6ec31fe34bbb97c4f85219caeee1ca4"
4116dependencies = [
4117 "bitflags 2.4.1",
4118]
4119
4120[[package]]
4121name = "gpui"
4122version = "0.1.0"
4123dependencies = [
4124 "anyhow",
4125 "as-raw-xcb-connection",
4126 "ashpd",
4127 "async-task",
4128 "backtrace",
4129 "bindgen 0.65.1",
4130 "bitflags 2.4.1",
4131 "blade-graphics",
4132 "blade-macros",
4133 "block",
4134 "bytemuck",
4135 "cbindgen",
4136 "cocoa",
4137 "collections",
4138 "core-foundation",
4139 "core-graphics 0.23.1",
4140 "core-text",
4141 "cosmic-text",
4142 "ctor",
4143 "derive_more",
4144 "dhat",
4145 "env_logger",
4146 "etagere",
4147 "flume",
4148 "font-kit",
4149 "foreign-types 0.5.0",
4150 "futures 0.3.28",
4151 "gpui_macros",
4152 "image",
4153 "itertools 0.10.5",
4154 "lazy_static",
4155 "linkme",
4156 "log",
4157 "media",
4158 "metal",
4159 "num_cpus",
4160 "objc",
4161 "open",
4162 "ordered-float 2.10.0",
4163 "parking",
4164 "parking_lot 0.11.2",
4165 "pathfinder_geometry",
4166 "png",
4167 "postage",
4168 "profiling",
4169 "rand 0.8.5",
4170 "raw-window-handle 0.5.2",
4171 "raw-window-handle 0.6.0",
4172 "refineable",
4173 "resvg",
4174 "schemars",
4175 "seahash",
4176 "serde",
4177 "serde_derive",
4178 "serde_json",
4179 "simplelog",
4180 "slotmap",
4181 "smallvec",
4182 "smol",
4183 "sum_tree",
4184 "taffy",
4185 "thiserror",
4186 "time",
4187 "tiny-skia",
4188 "usvg",
4189 "util",
4190 "uuid",
4191 "waker-fn",
4192 "wayland-backend",
4193 "wayland-client",
4194 "wayland-protocols",
4195 "xcb",
4196 "xkbcommon",
4197]
4198
4199[[package]]
4200name = "gpui_macros"
4201version = "0.1.0"
4202dependencies = [
4203 "proc-macro2",
4204 "quote",
4205 "syn 1.0.109",
4206]
4207
4208[[package]]
4209name = "grid"
4210version = "0.11.0"
4211source = "registry+https://github.com/rust-lang/crates.io-index"
4212checksum = "1df00eed8d1f0db937f6be10e46e8072b0671accb504cf0f959c5c52c679f5b9"
4213
4214[[package]]
4215name = "group"
4216version = "0.12.1"
4217source = "registry+https://github.com/rust-lang/crates.io-index"
4218checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
4219dependencies = [
4220 "ff",
4221 "rand_core 0.6.4",
4222 "subtle",
4223]
4224
4225[[package]]
4226name = "h2"
4227version = "0.3.21"
4228source = "registry+https://github.com/rust-lang/crates.io-index"
4229checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
4230dependencies = [
4231 "bytes 1.5.0",
4232 "fnv",
4233 "futures-core",
4234 "futures-sink",
4235 "futures-util",
4236 "http 0.2.9",
4237 "indexmap 1.9.3",
4238 "slab",
4239 "tokio",
4240 "tokio-util 0.7.9",
4241 "tracing",
4242]
4243
4244[[package]]
4245name = "hashbrown"
4246version = "0.12.3"
4247source = "registry+https://github.com/rust-lang/crates.io-index"
4248checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
4249dependencies = [
4250 "ahash 0.7.6",
4251]
4252
4253[[package]]
4254name = "hashbrown"
4255version = "0.13.2"
4256source = "registry+https://github.com/rust-lang/crates.io-index"
4257checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
4258dependencies = [
4259 "ahash 0.8.8",
4260]
4261
4262[[package]]
4263name = "hashbrown"
4264version = "0.14.0"
4265source = "registry+https://github.com/rust-lang/crates.io-index"
4266checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
4267dependencies = [
4268 "ahash 0.8.8",
4269 "allocator-api2",
4270]
4271
4272[[package]]
4273name = "hashlink"
4274version = "0.8.4"
4275source = "registry+https://github.com/rust-lang/crates.io-index"
4276checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
4277dependencies = [
4278 "hashbrown 0.14.0",
4279]
4280
4281[[package]]
4282name = "headers"
4283version = "0.3.9"
4284source = "registry+https://github.com/rust-lang/crates.io-index"
4285checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
4286dependencies = [
4287 "base64 0.21.4",
4288 "bytes 1.5.0",
4289 "headers-core",
4290 "http 0.2.9",
4291 "httpdate",
4292 "mime",
4293 "sha1",
4294]
4295
4296[[package]]
4297name = "headers-core"
4298version = "0.2.0"
4299source = "registry+https://github.com/rust-lang/crates.io-index"
4300checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
4301dependencies = [
4302 "http 0.2.9",
4303]
4304
4305[[package]]
4306name = "heck"
4307version = "0.3.3"
4308source = "registry+https://github.com/rust-lang/crates.io-index"
4309checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
4310dependencies = [
4311 "unicode-segmentation",
4312]
4313
4314[[package]]
4315name = "heck"
4316version = "0.4.1"
4317source = "registry+https://github.com/rust-lang/crates.io-index"
4318checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
4319dependencies = [
4320 "unicode-segmentation",
4321]
4322
4323[[package]]
4324name = "hermit-abi"
4325version = "0.1.19"
4326source = "registry+https://github.com/rust-lang/crates.io-index"
4327checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
4328dependencies = [
4329 "libc",
4330]
4331
4332[[package]]
4333name = "hermit-abi"
4334version = "0.3.3"
4335source = "registry+https://github.com/rust-lang/crates.io-index"
4336checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
4337
4338[[package]]
4339name = "hex"
4340version = "0.4.3"
4341source = "registry+https://github.com/rust-lang/crates.io-index"
4342checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
4343
4344[[package]]
4345name = "hexf-parse"
4346version = "0.2.1"
4347source = "registry+https://github.com/rust-lang/crates.io-index"
4348checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
4349
4350[[package]]
4351name = "hidden-trait"
4352version = "0.1.2"
4353source = "registry+https://github.com/rust-lang/crates.io-index"
4354checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
4355dependencies = [
4356 "proc-macro2",
4357 "quote",
4358 "syn 1.0.109",
4359]
4360
4361[[package]]
4362name = "hkdf"
4363version = "0.12.3"
4364source = "registry+https://github.com/rust-lang/crates.io-index"
4365checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
4366dependencies = [
4367 "hmac 0.12.1",
4368]
4369
4370[[package]]
4371name = "hmac"
4372version = "0.11.0"
4373source = "registry+https://github.com/rust-lang/crates.io-index"
4374checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
4375dependencies = [
4376 "crypto-mac",
4377 "digest 0.9.0",
4378]
4379
4380[[package]]
4381name = "hmac"
4382version = "0.12.1"
4383source = "registry+https://github.com/rust-lang/crates.io-index"
4384checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
4385dependencies = [
4386 "digest 0.10.7",
4387]
4388
4389[[package]]
4390name = "home"
4391version = "0.5.9"
4392source = "registry+https://github.com/rust-lang/crates.io-index"
4393checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
4394dependencies = [
4395 "windows-sys 0.52.0",
4396]
4397
4398[[package]]
4399name = "hound"
4400version = "3.5.0"
4401source = "registry+https://github.com/rust-lang/crates.io-index"
4402checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
4403
4404[[package]]
4405name = "http"
4406version = "0.2.9"
4407source = "registry+https://github.com/rust-lang/crates.io-index"
4408checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
4409dependencies = [
4410 "bytes 1.5.0",
4411 "fnv",
4412 "itoa",
4413]
4414
4415[[package]]
4416name = "http"
4417version = "1.0.0"
4418source = "registry+https://github.com/rust-lang/crates.io-index"
4419checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
4420dependencies = [
4421 "bytes 1.5.0",
4422 "fnv",
4423 "itoa",
4424]
4425
4426[[package]]
4427name = "http-body"
4428version = "0.4.5"
4429source = "registry+https://github.com/rust-lang/crates.io-index"
4430checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
4431dependencies = [
4432 "bytes 1.5.0",
4433 "http 0.2.9",
4434 "pin-project-lite",
4435]
4436
4437[[package]]
4438name = "http-range-header"
4439version = "0.3.1"
4440source = "registry+https://github.com/rust-lang/crates.io-index"
4441checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
4442
4443[[package]]
4444name = "httparse"
4445version = "1.8.0"
4446source = "registry+https://github.com/rust-lang/crates.io-index"
4447checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
4448
4449[[package]]
4450name = "httpdate"
4451version = "1.0.3"
4452source = "registry+https://github.com/rust-lang/crates.io-index"
4453checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
4454
4455[[package]]
4456name = "human_bytes"
4457version = "0.4.3"
4458source = "registry+https://github.com/rust-lang/crates.io-index"
4459checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
4460
4461[[package]]
4462name = "humantime"
4463version = "2.1.0"
4464source = "registry+https://github.com/rust-lang/crates.io-index"
4465checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
4466
4467[[package]]
4468name = "hyper"
4469version = "0.14.27"
4470source = "registry+https://github.com/rust-lang/crates.io-index"
4471checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
4472dependencies = [
4473 "bytes 1.5.0",
4474 "futures-channel",
4475 "futures-core",
4476 "futures-util",
4477 "h2",
4478 "http 0.2.9",
4479 "http-body",
4480 "httparse",
4481 "httpdate",
4482 "itoa",
4483 "pin-project-lite",
4484 "socket2 0.4.9",
4485 "tokio",
4486 "tower-service",
4487 "tracing",
4488 "want",
4489]
4490
4491[[package]]
4492name = "hyper-rustls"
4493version = "0.24.2"
4494source = "registry+https://github.com/rust-lang/crates.io-index"
4495checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
4496dependencies = [
4497 "futures-util",
4498 "http 0.2.9",
4499 "hyper",
4500 "log",
4501 "rustls",
4502 "rustls-native-certs",
4503 "tokio",
4504 "tokio-rustls",
4505]
4506
4507[[package]]
4508name = "hyper-timeout"
4509version = "0.4.1"
4510source = "registry+https://github.com/rust-lang/crates.io-index"
4511checksum = "bbb958482e8c7be4bc3cf272a766a2b0bf1a6755e7a6ae777f017a31d11b13b1"
4512dependencies = [
4513 "hyper",
4514 "pin-project-lite",
4515 "tokio",
4516 "tokio-io-timeout",
4517]
4518
4519[[package]]
4520name = "hyper-tls"
4521version = "0.5.0"
4522source = "registry+https://github.com/rust-lang/crates.io-index"
4523checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
4524dependencies = [
4525 "bytes 1.5.0",
4526 "hyper",
4527 "native-tls",
4528 "tokio",
4529 "tokio-native-tls",
4530]
4531
4532[[package]]
4533name = "iana-time-zone"
4534version = "0.1.57"
4535source = "registry+https://github.com/rust-lang/crates.io-index"
4536checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
4537dependencies = [
4538 "android_system_properties",
4539 "core-foundation-sys 0.8.6",
4540 "iana-time-zone-haiku",
4541 "js-sys",
4542 "wasm-bindgen",
4543 "windows 0.48.0",
4544]
4545
4546[[package]]
4547name = "iana-time-zone-haiku"
4548version = "0.1.2"
4549source = "registry+https://github.com/rust-lang/crates.io-index"
4550checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
4551dependencies = [
4552 "cc",
4553]
4554
4555[[package]]
4556name = "idna"
4557version = "0.4.0"
4558source = "registry+https://github.com/rust-lang/crates.io-index"
4559checksum = "7d20d6b07bfbc108882d88ed8e37d39636dcc260e15e30c45e6ba089610b917c"
4560dependencies = [
4561 "unicode-bidi",
4562 "unicode-normalization",
4563]
4564
4565[[package]]
4566name = "ignore"
4567version = "0.4.20"
4568source = "registry+https://github.com/rust-lang/crates.io-index"
4569checksum = "dbe7873dab538a9a44ad79ede1faf5f30d49f9a5c883ddbab48bce81b64b7492"
4570dependencies = [
4571 "globset",
4572 "lazy_static",
4573 "log",
4574 "memchr",
4575 "regex",
4576 "same-file",
4577 "thread_local",
4578 "walkdir",
4579 "winapi-util",
4580]
4581
4582[[package]]
4583name = "image"
4584version = "0.23.14"
4585source = "registry+https://github.com/rust-lang/crates.io-index"
4586checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
4587dependencies = [
4588 "bytemuck",
4589 "byteorder",
4590 "color_quant",
4591 "gif",
4592 "jpeg-decoder",
4593 "num-iter",
4594 "num-rational 0.3.2",
4595 "num-traits",
4596 "png",
4597 "scoped_threadpool",
4598 "tiff",
4599]
4600
4601[[package]]
4602name = "indexmap"
4603version = "1.9.3"
4604source = "registry+https://github.com/rust-lang/crates.io-index"
4605checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
4606dependencies = [
4607 "autocfg",
4608 "hashbrown 0.12.3",
4609 "serde",
4610]
4611
4612[[package]]
4613name = "indexmap"
4614version = "2.0.0"
4615source = "registry+https://github.com/rust-lang/crates.io-index"
4616checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
4617dependencies = [
4618 "equivalent",
4619 "hashbrown 0.14.0",
4620 "serde",
4621]
4622
4623[[package]]
4624name = "indoc"
4625version = "1.0.9"
4626source = "registry+https://github.com/rust-lang/crates.io-index"
4627checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
4628
4629[[package]]
4630name = "inherent"
4631version = "1.0.10"
4632source = "registry+https://github.com/rust-lang/crates.io-index"
4633checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
4634dependencies = [
4635 "proc-macro2",
4636 "quote",
4637 "syn 2.0.48",
4638]
4639
4640[[package]]
4641name = "inotify"
4642version = "0.9.6"
4643source = "registry+https://github.com/rust-lang/crates.io-index"
4644checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
4645dependencies = [
4646 "bitflags 1.3.2",
4647 "inotify-sys",
4648 "libc",
4649]
4650
4651[[package]]
4652name = "inotify-sys"
4653version = "0.1.5"
4654source = "registry+https://github.com/rust-lang/crates.io-index"
4655checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
4656dependencies = [
4657 "libc",
4658]
4659
4660[[package]]
4661name = "install_cli"
4662version = "0.1.0"
4663dependencies = [
4664 "anyhow",
4665 "gpui",
4666 "log",
4667 "smol",
4668 "util",
4669]
4670
4671[[package]]
4672name = "instant"
4673version = "0.1.12"
4674source = "registry+https://github.com/rust-lang/crates.io-index"
4675checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
4676dependencies = [
4677 "cfg-if 1.0.0",
4678]
4679
4680[[package]]
4681name = "io-lifetimes"
4682version = "1.0.11"
4683source = "registry+https://github.com/rust-lang/crates.io-index"
4684checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
4685dependencies = [
4686 "hermit-abi 0.3.3",
4687 "libc",
4688 "windows-sys 0.48.0",
4689]
4690
4691[[package]]
4692name = "iovec"
4693version = "0.1.4"
4694source = "registry+https://github.com/rust-lang/crates.io-index"
4695checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
4696dependencies = [
4697 "libc",
4698]
4699
4700[[package]]
4701name = "ipc-channel"
4702version = "0.16.1"
4703source = "registry+https://github.com/rust-lang/crates.io-index"
4704checksum = "342d636452fbc2895574e0b319b23c014fd01c9ed71dcd87f6a4a8e2f948db4b"
4705dependencies = [
4706 "bincode",
4707 "crossbeam-channel",
4708 "fnv",
4709 "lazy_static",
4710 "libc",
4711 "mio 0.6.23",
4712 "rand 0.7.3",
4713 "serde",
4714 "tempfile",
4715 "uuid",
4716 "winapi 0.3.9",
4717]
4718
4719[[package]]
4720name = "ipnet"
4721version = "2.8.0"
4722source = "registry+https://github.com/rust-lang/crates.io-index"
4723checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
4724
4725[[package]]
4726name = "is-docker"
4727version = "0.2.0"
4728source = "registry+https://github.com/rust-lang/crates.io-index"
4729checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
4730dependencies = [
4731 "once_cell",
4732]
4733
4734[[package]]
4735name = "is-wsl"
4736version = "0.4.0"
4737source = "registry+https://github.com/rust-lang/crates.io-index"
4738checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
4739dependencies = [
4740 "is-docker",
4741 "once_cell",
4742]
4743
4744[[package]]
4745name = "isahc"
4746version = "1.7.2"
4747source = "registry+https://github.com/rust-lang/crates.io-index"
4748checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
4749dependencies = [
4750 "async-channel",
4751 "castaway",
4752 "crossbeam-utils",
4753 "curl",
4754 "curl-sys",
4755 "encoding_rs",
4756 "event-listener 2.5.3",
4757 "futures-lite 1.13.0",
4758 "http 0.2.9",
4759 "log",
4760 "mime",
4761 "once_cell",
4762 "polling 2.8.0",
4763 "slab",
4764 "sluice",
4765 "tracing",
4766 "tracing-futures",
4767 "url",
4768 "waker-fn",
4769]
4770
4771[[package]]
4772name = "itertools"
4773version = "0.10.5"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
4776dependencies = [
4777 "either",
4778]
4779
4780[[package]]
4781name = "itertools"
4782version = "0.11.0"
4783source = "registry+https://github.com/rust-lang/crates.io-index"
4784checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
4785dependencies = [
4786 "either",
4787]
4788
4789[[package]]
4790name = "itoa"
4791version = "1.0.9"
4792source = "registry+https://github.com/rust-lang/crates.io-index"
4793checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
4794
4795[[package]]
4796name = "jni"
4797version = "0.19.0"
4798source = "registry+https://github.com/rust-lang/crates.io-index"
4799checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
4800dependencies = [
4801 "cesu8",
4802 "combine",
4803 "jni-sys",
4804 "log",
4805 "thiserror",
4806 "walkdir",
4807]
4808
4809[[package]]
4810name = "jni"
4811version = "0.20.0"
4812source = "registry+https://github.com/rust-lang/crates.io-index"
4813checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
4814dependencies = [
4815 "cesu8",
4816 "combine",
4817 "jni-sys",
4818 "log",
4819 "thiserror",
4820 "walkdir",
4821]
4822
4823[[package]]
4824name = "jni-sys"
4825version = "0.3.0"
4826source = "registry+https://github.com/rust-lang/crates.io-index"
4827checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
4828
4829[[package]]
4830name = "journal"
4831version = "0.1.0"
4832dependencies = [
4833 "anyhow",
4834 "chrono",
4835 "dirs 4.0.0",
4836 "editor",
4837 "gpui",
4838 "log",
4839 "schemars",
4840 "serde",
4841 "settings",
4842 "shellexpand 2.1.2",
4843 "util",
4844 "workspace",
4845]
4846
4847[[package]]
4848name = "jpeg-decoder"
4849version = "0.1.22"
4850source = "registry+https://github.com/rust-lang/crates.io-index"
4851checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
4852dependencies = [
4853 "rayon",
4854]
4855
4856[[package]]
4857name = "js-sys"
4858version = "0.3.64"
4859source = "registry+https://github.com/rust-lang/crates.io-index"
4860checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
4861dependencies = [
4862 "wasm-bindgen",
4863]
4864
4865[[package]]
4866name = "jwt"
4867version = "0.16.0"
4868source = "registry+https://github.com/rust-lang/crates.io-index"
4869checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
4870dependencies = [
4871 "base64 0.13.1",
4872 "crypto-common",
4873 "digest 0.10.7",
4874 "hmac 0.12.1",
4875 "serde",
4876 "serde_json",
4877 "sha2 0.10.7",
4878]
4879
4880[[package]]
4881name = "kernel32-sys"
4882version = "0.2.2"
4883source = "registry+https://github.com/rust-lang/crates.io-index"
4884checksum = "7507624b29483431c0ba2d82aece8ca6cdba9382bff4ddd0f7490560c056098d"
4885dependencies = [
4886 "winapi 0.2.8",
4887 "winapi-build",
4888]
4889
4890[[package]]
4891name = "khronos-egl"
4892version = "5.0.0"
4893source = "registry+https://github.com/rust-lang/crates.io-index"
4894checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
4895dependencies = [
4896 "libc",
4897 "libloading 0.8.0",
4898]
4899
4900[[package]]
4901name = "kqueue"
4902version = "1.0.8"
4903source = "registry+https://github.com/rust-lang/crates.io-index"
4904checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
4905dependencies = [
4906 "kqueue-sys",
4907 "libc",
4908]
4909
4910[[package]]
4911name = "kqueue-sys"
4912version = "1.0.4"
4913source = "registry+https://github.com/rust-lang/crates.io-index"
4914checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
4915dependencies = [
4916 "bitflags 1.3.2",
4917 "libc",
4918]
4919
4920[[package]]
4921name = "kurbo"
4922version = "0.8.3"
4923source = "registry+https://github.com/rust-lang/crates.io-index"
4924checksum = "7a53776d271cfb873b17c618af0298445c88afc52837f3e948fa3fafd131f449"
4925dependencies = [
4926 "arrayvec 0.7.4",
4927]
4928
4929[[package]]
4930name = "kv-log-macro"
4931version = "1.0.7"
4932source = "registry+https://github.com/rust-lang/crates.io-index"
4933checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
4934dependencies = [
4935 "log",
4936]
4937
4938[[package]]
4939name = "language"
4940version = "0.1.0"
4941dependencies = [
4942 "anyhow",
4943 "async-broadcast 0.4.1",
4944 "async-trait",
4945 "client",
4946 "clock",
4947 "collections",
4948 "ctor",
4949 "env_logger",
4950 "futures 0.3.28",
4951 "fuzzy",
4952 "git",
4953 "globset",
4954 "gpui",
4955 "indoc",
4956 "lazy_static",
4957 "log",
4958 "lsp",
4959 "parking_lot 0.11.2",
4960 "postage",
4961 "pulldown-cmark",
4962 "rand 0.8.5",
4963 "regex",
4964 "rpc",
4965 "schemars",
4966 "serde",
4967 "serde_derive",
4968 "serde_json",
4969 "settings",
4970 "similar",
4971 "smallvec",
4972 "smol",
4973 "sum_tree",
4974 "text",
4975 "theme",
4976 "toml 0.8.10",
4977 "tree-sitter",
4978 "tree-sitter-elixir",
4979 "tree-sitter-embedded-template",
4980 "tree-sitter-heex",
4981 "tree-sitter-html",
4982 "tree-sitter-json 0.20.2",
4983 "tree-sitter-markdown",
4984 "tree-sitter-python",
4985 "tree-sitter-ruby",
4986 "tree-sitter-rust",
4987 "tree-sitter-typescript",
4988 "unicase",
4989 "unindent",
4990 "util",
4991]
4992
4993[[package]]
4994name = "language_selector"
4995version = "0.1.0"
4996dependencies = [
4997 "anyhow",
4998 "editor",
4999 "fuzzy",
5000 "gpui",
5001 "language",
5002 "picker",
5003 "project",
5004 "ui",
5005 "util",
5006 "workspace",
5007]
5008
5009[[package]]
5010name = "language_tools"
5011version = "0.1.0"
5012dependencies = [
5013 "anyhow",
5014 "client",
5015 "collections",
5016 "editor",
5017 "env_logger",
5018 "futures 0.3.28",
5019 "gpui",
5020 "language",
5021 "lsp",
5022 "project",
5023 "release_channel",
5024 "serde",
5025 "serde_json",
5026 "settings",
5027 "theme",
5028 "tree-sitter",
5029 "ui",
5030 "unindent",
5031 "util",
5032 "workspace",
5033]
5034
5035[[package]]
5036name = "languages"
5037version = "0.1.0"
5038dependencies = [
5039 "anyhow",
5040 "async-compression",
5041 "async-tar",
5042 "async-trait",
5043 "collections",
5044 "feature_flags",
5045 "futures 0.3.28",
5046 "gpui",
5047 "language",
5048 "lazy_static",
5049 "log",
5050 "lsp",
5051 "node_runtime",
5052 "parking_lot 0.11.2",
5053 "project",
5054 "regex",
5055 "rope",
5056 "rust-embed",
5057 "schemars",
5058 "serde",
5059 "serde_derive",
5060 "serde_json",
5061 "settings",
5062 "shellexpand 3.1.0",
5063 "smol",
5064 "task",
5065 "text",
5066 "theme",
5067 "toml 0.8.10",
5068 "tree-sitter",
5069 "tree-sitter-astro",
5070 "tree-sitter-bash",
5071 "tree-sitter-c",
5072 "tree-sitter-c-sharp",
5073 "tree-sitter-clojure",
5074 "tree-sitter-cpp",
5075 "tree-sitter-css",
5076 "tree-sitter-dart",
5077 "tree-sitter-dockerfile",
5078 "tree-sitter-elixir",
5079 "tree-sitter-elm",
5080 "tree-sitter-embedded-template",
5081 "tree-sitter-erlang",
5082 "tree-sitter-gitcommit",
5083 "tree-sitter-gleam",
5084 "tree-sitter-glsl",
5085 "tree-sitter-go",
5086 "tree-sitter-gomod",
5087 "tree-sitter-gowork",
5088 "tree-sitter-haskell",
5089 "tree-sitter-hcl",
5090 "tree-sitter-heex",
5091 "tree-sitter-html",
5092 "tree-sitter-json 0.20.2",
5093 "tree-sitter-lua",
5094 "tree-sitter-markdown",
5095 "tree-sitter-nix",
5096 "tree-sitter-nu",
5097 "tree-sitter-ocaml",
5098 "tree-sitter-php",
5099 "tree-sitter-prisma-io",
5100 "tree-sitter-proto",
5101 "tree-sitter-purescript",
5102 "tree-sitter-python",
5103 "tree-sitter-racket",
5104 "tree-sitter-ruby",
5105 "tree-sitter-rust",
5106 "tree-sitter-scheme",
5107 "tree-sitter-svelte",
5108 "tree-sitter-toml",
5109 "tree-sitter-typescript",
5110 "tree-sitter-uiua",
5111 "tree-sitter-vue",
5112 "tree-sitter-yaml",
5113 "tree-sitter-zig",
5114 "unindent",
5115 "util",
5116]
5117
5118[[package]]
5119name = "lazy_static"
5120version = "1.4.0"
5121source = "registry+https://github.com/rust-lang/crates.io-index"
5122checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
5123dependencies = [
5124 "spin 0.5.2",
5125]
5126
5127[[package]]
5128name = "lazycell"
5129version = "1.3.0"
5130source = "registry+https://github.com/rust-lang/crates.io-index"
5131checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
5132
5133[[package]]
5134name = "leb128"
5135version = "0.2.5"
5136source = "registry+https://github.com/rust-lang/crates.io-index"
5137checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
5138
5139[[package]]
5140name = "libc"
5141version = "0.2.152"
5142source = "registry+https://github.com/rust-lang/crates.io-index"
5143checksum = "13e3bf6590cbc649f4d1a3eefc9d5d6eb746f5200ffb04e5e142700b8faa56e7"
5144
5145[[package]]
5146name = "libgit2-sys"
5147version = "0.14.2+1.5.1"
5148source = "registry+https://github.com/rust-lang/crates.io-index"
5149checksum = "7f3d95f6b51075fe9810a7ae22c7095f12b98005ab364d8544797a825ce946a4"
5150dependencies = [
5151 "cc",
5152 "libc",
5153 "libz-sys",
5154 "pkg-config",
5155]
5156
5157[[package]]
5158name = "libloading"
5159version = "0.7.4"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
5162dependencies = [
5163 "cfg-if 1.0.0",
5164 "winapi 0.3.9",
5165]
5166
5167[[package]]
5168name = "libloading"
5169version = "0.8.0"
5170source = "registry+https://github.com/rust-lang/crates.io-index"
5171checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
5172dependencies = [
5173 "cfg-if 1.0.0",
5174 "windows-sys 0.48.0",
5175]
5176
5177[[package]]
5178name = "libm"
5179version = "0.2.8"
5180source = "registry+https://github.com/rust-lang/crates.io-index"
5181checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
5182
5183[[package]]
5184name = "libmimalloc-sys"
5185version = "0.1.35"
5186source = "registry+https://github.com/rust-lang/crates.io-index"
5187checksum = "3979b5c37ece694f1f5e51e7ecc871fdb0f517ed04ee45f88d15d6d553cb9664"
5188dependencies = [
5189 "cc",
5190 "libc",
5191]
5192
5193[[package]]
5194name = "libsqlite3-sys"
5195version = "0.26.0"
5196source = "registry+https://github.com/rust-lang/crates.io-index"
5197checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
5198dependencies = [
5199 "cc",
5200 "pkg-config",
5201 "vcpkg",
5202]
5203
5204[[package]]
5205name = "libz-sys"
5206version = "1.1.12"
5207source = "registry+https://github.com/rust-lang/crates.io-index"
5208checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
5209dependencies = [
5210 "cc",
5211 "libc",
5212 "pkg-config",
5213 "vcpkg",
5214]
5215
5216[[package]]
5217name = "line-wrap"
5218version = "0.1.1"
5219source = "registry+https://github.com/rust-lang/crates.io-index"
5220checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
5221dependencies = [
5222 "safemem",
5223]
5224
5225[[package]]
5226name = "linkify"
5227version = "0.10.0"
5228source = "registry+https://github.com/rust-lang/crates.io-index"
5229checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
5230dependencies = [
5231 "memchr",
5232]
5233
5234[[package]]
5235name = "linkme"
5236version = "0.3.17"
5237source = "registry+https://github.com/rust-lang/crates.io-index"
5238checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
5239dependencies = [
5240 "linkme-impl",
5241]
5242
5243[[package]]
5244name = "linkme-impl"
5245version = "0.3.17"
5246source = "registry+https://github.com/rust-lang/crates.io-index"
5247checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
5248dependencies = [
5249 "proc-macro2",
5250 "quote",
5251 "syn 2.0.48",
5252]
5253
5254[[package]]
5255name = "linux-raw-sys"
5256version = "0.3.8"
5257source = "registry+https://github.com/rust-lang/crates.io-index"
5258checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
5259
5260[[package]]
5261name = "linux-raw-sys"
5262version = "0.4.12"
5263source = "registry+https://github.com/rust-lang/crates.io-index"
5264checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
5265
5266[[package]]
5267name = "lipsum"
5268version = "0.8.2"
5269source = "registry+https://github.com/rust-lang/crates.io-index"
5270checksum = "a8451846f1f337e44486666989fbce40be804da139d5a4477d6b88ece5dc69f4"
5271dependencies = [
5272 "rand 0.8.5",
5273 "rand_chacha 0.3.1",
5274]
5275
5276[[package]]
5277name = "live_kit_client"
5278version = "0.1.0"
5279dependencies = [
5280 "anyhow",
5281 "async-broadcast 0.4.1",
5282 "async-trait",
5283 "block",
5284 "byteorder",
5285 "bytes 1.5.0",
5286 "cocoa",
5287 "collections",
5288 "core-foundation",
5289 "core-graphics 0.22.3",
5290 "foreign-types 0.3.2",
5291 "futures 0.3.28",
5292 "gpui",
5293 "hmac 0.12.1",
5294 "jwt",
5295 "live_kit_server",
5296 "log",
5297 "media",
5298 "nanoid",
5299 "objc",
5300 "parking_lot 0.11.2",
5301 "postage",
5302 "serde",
5303 "serde_derive",
5304 "serde_json",
5305 "sha2 0.10.7",
5306 "simplelog",
5307]
5308
5309[[package]]
5310name = "live_kit_server"
5311version = "0.1.0"
5312dependencies = [
5313 "anyhow",
5314 "async-trait",
5315 "futures 0.3.28",
5316 "hmac 0.12.1",
5317 "jwt",
5318 "log",
5319 "prost 0.8.0",
5320 "prost-build",
5321 "prost-types 0.8.0",
5322 "reqwest",
5323 "serde",
5324 "serde_derive",
5325 "sha2 0.10.7",
5326]
5327
5328[[package]]
5329name = "lock_api"
5330version = "0.4.10"
5331source = "registry+https://github.com/rust-lang/crates.io-index"
5332checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
5333dependencies = [
5334 "autocfg",
5335 "scopeguard",
5336]
5337
5338[[package]]
5339name = "log"
5340version = "0.4.20"
5341source = "registry+https://github.com/rust-lang/crates.io-index"
5342checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
5343dependencies = [
5344 "serde",
5345 "value-bag",
5346]
5347
5348[[package]]
5349name = "lsp"
5350version = "0.1.0"
5351dependencies = [
5352 "anyhow",
5353 "async-pipe",
5354 "collections",
5355 "ctor",
5356 "env_logger",
5357 "futures 0.3.28",
5358 "gpui",
5359 "log",
5360 "lsp-types",
5361 "parking_lot 0.11.2",
5362 "postage",
5363 "release_channel",
5364 "serde",
5365 "serde_json",
5366 "smol",
5367 "util",
5368]
5369
5370[[package]]
5371name = "lsp-types"
5372version = "0.94.1"
5373source = "git+https://github.com/zed-industries/lsp-types?branch=updated-completion-list-item-defaults#90a040a1d195687bd19e1df47463320a44e93d7a"
5374dependencies = [
5375 "bitflags 1.3.2",
5376 "serde",
5377 "serde_json",
5378 "serde_repr",
5379 "url",
5380]
5381
5382[[package]]
5383name = "lz4"
5384version = "1.24.0"
5385source = "registry+https://github.com/rust-lang/crates.io-index"
5386checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
5387dependencies = [
5388 "libc",
5389 "lz4-sys",
5390]
5391
5392[[package]]
5393name = "lz4-sys"
5394version = "1.9.4"
5395source = "registry+https://github.com/rust-lang/crates.io-index"
5396checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
5397dependencies = [
5398 "cc",
5399 "libc",
5400]
5401
5402[[package]]
5403name = "mac"
5404version = "0.1.1"
5405source = "registry+https://github.com/rust-lang/crates.io-index"
5406checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
5407
5408[[package]]
5409name = "mach"
5410version = "0.3.2"
5411source = "registry+https://github.com/rust-lang/crates.io-index"
5412checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
5413dependencies = [
5414 "libc",
5415]
5416
5417[[package]]
5418name = "mach2"
5419version = "0.4.1"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
5422dependencies = [
5423 "libc",
5424]
5425
5426[[package]]
5427name = "malloc_buf"
5428version = "0.0.6"
5429source = "registry+https://github.com/rust-lang/crates.io-index"
5430checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
5431dependencies = [
5432 "libc",
5433]
5434
5435[[package]]
5436name = "markdown_preview"
5437version = "0.1.0"
5438dependencies = [
5439 "anyhow",
5440 "editor",
5441 "gpui",
5442 "language",
5443 "lazy_static",
5444 "log",
5445 "menu",
5446 "pretty_assertions",
5447 "project",
5448 "pulldown-cmark",
5449 "theme",
5450 "ui",
5451 "util",
5452 "workspace",
5453]
5454
5455[[package]]
5456name = "matchers"
5457version = "0.1.0"
5458source = "registry+https://github.com/rust-lang/crates.io-index"
5459checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
5460dependencies = [
5461 "regex-automata 0.1.10",
5462]
5463
5464[[package]]
5465name = "matches"
5466version = "0.1.10"
5467source = "registry+https://github.com/rust-lang/crates.io-index"
5468checksum = "2532096657941c2fea9c289d370a250971c689d4f143798ff67113ec042024a5"
5469
5470[[package]]
5471name = "matchit"
5472version = "0.5.0"
5473source = "registry+https://github.com/rust-lang/crates.io-index"
5474checksum = "73cbba799671b762df5a175adf59ce145165747bb891505c43d09aefbbf38beb"
5475
5476[[package]]
5477name = "matrixmultiply"
5478version = "0.3.8"
5479source = "registry+https://github.com/rust-lang/crates.io-index"
5480checksum = "7574c1cf36da4798ab73da5b215bbf444f50718207754cb522201d78d1cd0ff2"
5481dependencies = [
5482 "autocfg",
5483 "rawpointer",
5484]
5485
5486[[package]]
5487name = "md-5"
5488version = "0.10.5"
5489source = "registry+https://github.com/rust-lang/crates.io-index"
5490checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
5491dependencies = [
5492 "digest 0.10.7",
5493]
5494
5495[[package]]
5496name = "media"
5497version = "0.1.0"
5498dependencies = [
5499 "anyhow",
5500 "bindgen 0.65.1",
5501 "block",
5502 "bytes 1.5.0",
5503 "core-foundation",
5504 "foreign-types 0.5.0",
5505 "metal",
5506 "objc",
5507]
5508
5509[[package]]
5510name = "memchr"
5511version = "2.6.3"
5512source = "registry+https://github.com/rust-lang/crates.io-index"
5513checksum = "8f232d6ef707e1956a43342693d2a31e72989554d58299d7a88738cc95b0d35c"
5514
5515[[package]]
5516name = "memfd"
5517version = "0.6.4"
5518source = "registry+https://github.com/rust-lang/crates.io-index"
5519checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
5520dependencies = [
5521 "rustix 0.38.30",
5522]
5523
5524[[package]]
5525name = "memmap2"
5526version = "0.2.3"
5527source = "registry+https://github.com/rust-lang/crates.io-index"
5528checksum = "723e3ebdcdc5c023db1df315364573789f8857c11b631a2fdfad7c00f5c046b4"
5529dependencies = [
5530 "libc",
5531]
5532
5533[[package]]
5534name = "memmap2"
5535version = "0.8.0"
5536source = "registry+https://github.com/rust-lang/crates.io-index"
5537checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
5538dependencies = [
5539 "libc",
5540]
5541
5542[[package]]
5543name = "memoffset"
5544version = "0.7.1"
5545source = "registry+https://github.com/rust-lang/crates.io-index"
5546checksum = "5de893c32cde5f383baa4c04c5d6dbdd735cfd4a794b0debdb2bb1b421da5ff4"
5547dependencies = [
5548 "autocfg",
5549]
5550
5551[[package]]
5552name = "memoffset"
5553version = "0.9.0"
5554source = "registry+https://github.com/rust-lang/crates.io-index"
5555checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
5556dependencies = [
5557 "autocfg",
5558]
5559
5560[[package]]
5561name = "menu"
5562version = "0.1.0"
5563dependencies = [
5564 "gpui",
5565 "serde",
5566]
5567
5568[[package]]
5569name = "metal"
5570version = "0.25.0"
5571source = "registry+https://github.com/rust-lang/crates.io-index"
5572checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
5573dependencies = [
5574 "bitflags 1.3.2",
5575 "block",
5576 "core-graphics-types",
5577 "foreign-types 0.5.0",
5578 "log",
5579 "objc",
5580 "paste",
5581]
5582
5583[[package]]
5584name = "mimalloc"
5585version = "0.1.39"
5586source = "registry+https://github.com/rust-lang/crates.io-index"
5587checksum = "fa01922b5ea280a911e323e4d2fd24b7fe5cc4042e0d2cda3c40775cdc4bdc9c"
5588dependencies = [
5589 "libmimalloc-sys",
5590]
5591
5592[[package]]
5593name = "mime"
5594version = "0.3.17"
5595source = "registry+https://github.com/rust-lang/crates.io-index"
5596checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
5597
5598[[package]]
5599name = "minimal-lexical"
5600version = "0.2.1"
5601source = "registry+https://github.com/rust-lang/crates.io-index"
5602checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
5603
5604[[package]]
5605name = "miniz_oxide"
5606version = "0.3.7"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
5609dependencies = [
5610 "adler32",
5611]
5612
5613[[package]]
5614name = "miniz_oxide"
5615version = "0.4.4"
5616source = "registry+https://github.com/rust-lang/crates.io-index"
5617checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
5618dependencies = [
5619 "adler",
5620 "autocfg",
5621]
5622
5623[[package]]
5624name = "miniz_oxide"
5625version = "0.7.1"
5626source = "registry+https://github.com/rust-lang/crates.io-index"
5627checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
5628dependencies = [
5629 "adler",
5630]
5631
5632[[package]]
5633name = "mint"
5634version = "0.5.9"
5635source = "registry+https://github.com/rust-lang/crates.io-index"
5636checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
5637
5638[[package]]
5639name = "mintex"
5640version = "0.1.2"
5641source = "registry+https://github.com/rust-lang/crates.io-index"
5642checksum = "fd7c5ba1c3b5a23418d7bbf98c71c3d4946a0125002129231da8d6b723d559cb"
5643dependencies = [
5644 "once_cell",
5645 "sys-info",
5646]
5647
5648[[package]]
5649name = "mio"
5650version = "0.6.23"
5651source = "registry+https://github.com/rust-lang/crates.io-index"
5652checksum = "4afd66f5b91bf2a3bc13fad0e21caedac168ca4c707504e75585648ae80e4cc4"
5653dependencies = [
5654 "cfg-if 0.1.10",
5655 "fuchsia-zircon",
5656 "fuchsia-zircon-sys",
5657 "iovec",
5658 "kernel32-sys",
5659 "libc",
5660 "log",
5661 "miow 0.2.2",
5662 "net2",
5663 "slab",
5664 "winapi 0.2.8",
5665]
5666
5667[[package]]
5668name = "mio"
5669version = "0.8.8"
5670source = "registry+https://github.com/rust-lang/crates.io-index"
5671checksum = "927a765cd3fc26206e66b296465fa9d3e5ab003e651c1b3c060e7956d96b19d2"
5672dependencies = [
5673 "libc",
5674 "log",
5675 "wasi 0.11.0+wasi-snapshot-preview1",
5676 "windows-sys 0.48.0",
5677]
5678
5679[[package]]
5680name = "mio-extras"
5681version = "2.0.6"
5682source = "registry+https://github.com/rust-lang/crates.io-index"
5683checksum = "52403fe290012ce777c4626790c8951324a2b9e3316b3143779c72b029742f19"
5684dependencies = [
5685 "lazycell",
5686 "log",
5687 "mio 0.6.23",
5688 "slab",
5689]
5690
5691[[package]]
5692name = "miow"
5693version = "0.2.2"
5694source = "registry+https://github.com/rust-lang/crates.io-index"
5695checksum = "ebd808424166322d4a38da87083bfddd3ac4c131334ed55856112eb06d46944d"
5696dependencies = [
5697 "kernel32-sys",
5698 "net2",
5699 "winapi 0.2.8",
5700 "ws2_32-sys",
5701]
5702
5703[[package]]
5704name = "miow"
5705version = "0.6.0"
5706source = "registry+https://github.com/rust-lang/crates.io-index"
5707checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
5708dependencies = [
5709 "windows-sys 0.48.0",
5710]
5711
5712[[package]]
5713name = "multi_buffer"
5714version = "0.1.0"
5715dependencies = [
5716 "aho-corasick",
5717 "anyhow",
5718 "client",
5719 "clock",
5720 "collections",
5721 "convert_case 0.6.0",
5722 "copilot",
5723 "ctor",
5724 "env_logger",
5725 "futures 0.3.28",
5726 "git",
5727 "gpui",
5728 "indoc",
5729 "itertools 0.10.5",
5730 "language",
5731 "lazy_static",
5732 "log",
5733 "lsp",
5734 "ordered-float 2.10.0",
5735 "parking_lot 0.11.2",
5736 "postage",
5737 "project",
5738 "pulldown-cmark",
5739 "rand 0.8.5",
5740 "rich_text",
5741 "schemars",
5742 "serde",
5743 "serde_derive",
5744 "settings",
5745 "smallvec",
5746 "smol",
5747 "snippet",
5748 "sum_tree",
5749 "text",
5750 "theme",
5751 "tree-sitter",
5752 "tree-sitter-html",
5753 "tree-sitter-rust",
5754 "tree-sitter-typescript",
5755 "unindent",
5756 "util",
5757]
5758
5759[[package]]
5760name = "multimap"
5761version = "0.8.3"
5762source = "registry+https://github.com/rust-lang/crates.io-index"
5763checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
5764
5765[[package]]
5766name = "naga"
5767version = "0.14.2"
5768source = "registry+https://github.com/rust-lang/crates.io-index"
5769checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
5770dependencies = [
5771 "bit-set",
5772 "bitflags 2.4.1",
5773 "codespan-reporting",
5774 "hexf-parse",
5775 "indexmap 2.0.0",
5776 "log",
5777 "num-traits",
5778 "rustc-hash",
5779 "spirv",
5780 "termcolor",
5781 "thiserror",
5782 "unicode-xid",
5783]
5784
5785[[package]]
5786name = "nanoid"
5787version = "0.4.0"
5788source = "registry+https://github.com/rust-lang/crates.io-index"
5789checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
5790dependencies = [
5791 "rand 0.8.5",
5792]
5793
5794[[package]]
5795name = "nanorand"
5796version = "0.7.0"
5797source = "registry+https://github.com/rust-lang/crates.io-index"
5798checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
5799dependencies = [
5800 "getrandom 0.2.10",
5801]
5802
5803[[package]]
5804name = "native-tls"
5805version = "0.2.11"
5806source = "registry+https://github.com/rust-lang/crates.io-index"
5807checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
5808dependencies = [
5809 "lazy_static",
5810 "libc",
5811 "log",
5812 "openssl",
5813 "openssl-probe",
5814 "openssl-sys",
5815 "schannel",
5816 "security-framework",
5817 "security-framework-sys",
5818 "tempfile",
5819]
5820
5821[[package]]
5822name = "ndarray"
5823version = "0.15.6"
5824source = "registry+https://github.com/rust-lang/crates.io-index"
5825checksum = "adb12d4e967ec485a5f71c6311fe28158e9d6f4bc4a447b474184d0f91a8fa32"
5826dependencies = [
5827 "matrixmultiply",
5828 "num-complex 0.4.4",
5829 "num-integer",
5830 "num-traits",
5831 "rawpointer",
5832]
5833
5834[[package]]
5835name = "ndk"
5836version = "0.7.0"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
5839dependencies = [
5840 "bitflags 1.3.2",
5841 "jni-sys",
5842 "ndk-sys",
5843 "num_enum",
5844 "raw-window-handle 0.5.2",
5845 "thiserror",
5846]
5847
5848[[package]]
5849name = "ndk-context"
5850version = "0.1.1"
5851source = "registry+https://github.com/rust-lang/crates.io-index"
5852checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
5853
5854[[package]]
5855name = "ndk-sys"
5856version = "0.4.1+23.1.7779620"
5857source = "registry+https://github.com/rust-lang/crates.io-index"
5858checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
5859dependencies = [
5860 "jni-sys",
5861]
5862
5863[[package]]
5864name = "net2"
5865version = "0.2.39"
5866source = "registry+https://github.com/rust-lang/crates.io-index"
5867checksum = "b13b648036a2339d06de780866fbdfda0dde886de7b3af2ddeba8b14f4ee34ac"
5868dependencies = [
5869 "cfg-if 0.1.10",
5870 "libc",
5871 "winapi 0.3.9",
5872]
5873
5874[[package]]
5875name = "new_debug_unreachable"
5876version = "1.0.4"
5877source = "registry+https://github.com/rust-lang/crates.io-index"
5878checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
5879
5880[[package]]
5881name = "nix"
5882version = "0.24.3"
5883source = "registry+https://github.com/rust-lang/crates.io-index"
5884checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
5885dependencies = [
5886 "bitflags 1.3.2",
5887 "cfg-if 1.0.0",
5888 "libc",
5889]
5890
5891[[package]]
5892name = "nix"
5893version = "0.26.4"
5894source = "registry+https://github.com/rust-lang/crates.io-index"
5895checksum = "598beaf3cc6fdd9a5dfb1630c2800c7acd31df7aaf0f565796fba2b53ca1af1b"
5896dependencies = [
5897 "bitflags 1.3.2",
5898 "cfg-if 1.0.0",
5899 "libc",
5900 "memoffset 0.7.1",
5901]
5902
5903[[package]]
5904name = "nix"
5905version = "0.27.1"
5906source = "registry+https://github.com/rust-lang/crates.io-index"
5907checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
5908dependencies = [
5909 "bitflags 2.4.1",
5910 "cfg-if 1.0.0",
5911 "libc",
5912]
5913
5914[[package]]
5915name = "node_runtime"
5916version = "0.1.0"
5917dependencies = [
5918 "anyhow",
5919 "async-compression",
5920 "async-tar",
5921 "async-trait",
5922 "futures 0.3.28",
5923 "log",
5924 "parking_lot 0.11.2",
5925 "serde",
5926 "serde_derive",
5927 "serde_json",
5928 "smol",
5929 "util",
5930]
5931
5932[[package]]
5933name = "nom"
5934version = "7.1.3"
5935source = "registry+https://github.com/rust-lang/crates.io-index"
5936checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
5937dependencies = [
5938 "memchr",
5939 "minimal-lexical",
5940]
5941
5942[[package]]
5943name = "notifications"
5944version = "0.1.0"
5945dependencies = [
5946 "anyhow",
5947 "channel",
5948 "client",
5949 "clock",
5950 "collections",
5951 "db",
5952 "feature_flags",
5953 "gpui",
5954 "rpc",
5955 "settings",
5956 "sum_tree",
5957 "text",
5958 "time",
5959 "util",
5960]
5961
5962[[package]]
5963name = "notify"
5964version = "6.1.1"
5965source = "registry+https://github.com/rust-lang/crates.io-index"
5966checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
5967dependencies = [
5968 "bitflags 2.4.1",
5969 "crossbeam-channel",
5970 "filetime",
5971 "fsevent-sys 4.1.0",
5972 "inotify",
5973 "kqueue",
5974 "libc",
5975 "log",
5976 "mio 0.8.8",
5977 "walkdir",
5978 "windows-sys 0.48.0",
5979]
5980
5981[[package]]
5982name = "ntapi"
5983version = "0.4.1"
5984source = "registry+https://github.com/rust-lang/crates.io-index"
5985checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
5986dependencies = [
5987 "winapi 0.3.9",
5988]
5989
5990[[package]]
5991name = "nu-ansi-term"
5992version = "0.46.0"
5993source = "registry+https://github.com/rust-lang/crates.io-index"
5994checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
5995dependencies = [
5996 "overload",
5997 "winapi 0.3.9",
5998]
5999
6000[[package]]
6001name = "num"
6002version = "0.2.1"
6003source = "registry+https://github.com/rust-lang/crates.io-index"
6004checksum = "b8536030f9fea7127f841b45bb6243b27255787fb4eb83958aa1ef9d2fdc0c36"
6005dependencies = [
6006 "num-bigint 0.2.6",
6007 "num-complex 0.2.4",
6008 "num-integer",
6009 "num-iter",
6010 "num-rational 0.2.4",
6011 "num-traits",
6012]
6013
6014[[package]]
6015name = "num-bigint"
6016version = "0.2.6"
6017source = "registry+https://github.com/rust-lang/crates.io-index"
6018checksum = "090c7f9998ee0ff65aa5b723e4009f7b217707f1fb5ea551329cc4d6231fb304"
6019dependencies = [
6020 "autocfg",
6021 "num-integer",
6022 "num-traits",
6023]
6024
6025[[package]]
6026name = "num-bigint"
6027version = "0.4.4"
6028source = "registry+https://github.com/rust-lang/crates.io-index"
6029checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
6030dependencies = [
6031 "autocfg",
6032 "num-integer",
6033 "num-traits",
6034]
6035
6036[[package]]
6037name = "num-bigint-dig"
6038version = "0.7.1"
6039source = "registry+https://github.com/rust-lang/crates.io-index"
6040checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
6041dependencies = [
6042 "byteorder",
6043 "lazy_static",
6044 "libm",
6045 "num-integer",
6046 "num-iter",
6047 "num-traits",
6048 "rand 0.8.5",
6049 "smallvec",
6050 "zeroize",
6051]
6052
6053[[package]]
6054name = "num-bigint-dig"
6055version = "0.8.4"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
6058dependencies = [
6059 "byteorder",
6060 "lazy_static",
6061 "libm",
6062 "num-integer",
6063 "num-iter",
6064 "num-traits",
6065 "rand 0.8.5",
6066 "smallvec",
6067 "zeroize",
6068]
6069
6070[[package]]
6071name = "num-complex"
6072version = "0.2.4"
6073source = "registry+https://github.com/rust-lang/crates.io-index"
6074checksum = "b6b19411a9719e753aff12e5187b74d60d3dc449ec3f4dc21e3989c3f554bc95"
6075dependencies = [
6076 "autocfg",
6077 "num-traits",
6078]
6079
6080[[package]]
6081name = "num-complex"
6082version = "0.4.4"
6083source = "registry+https://github.com/rust-lang/crates.io-index"
6084checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
6085dependencies = [
6086 "num-traits",
6087]
6088
6089[[package]]
6090name = "num-derive"
6091version = "0.3.3"
6092source = "registry+https://github.com/rust-lang/crates.io-index"
6093checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
6094dependencies = [
6095 "proc-macro2",
6096 "quote",
6097 "syn 1.0.109",
6098]
6099
6100[[package]]
6101name = "num-integer"
6102version = "0.1.45"
6103source = "registry+https://github.com/rust-lang/crates.io-index"
6104checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
6105dependencies = [
6106 "autocfg",
6107 "num-traits",
6108]
6109
6110[[package]]
6111name = "num-iter"
6112version = "0.1.43"
6113source = "registry+https://github.com/rust-lang/crates.io-index"
6114checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
6115dependencies = [
6116 "autocfg",
6117 "num-integer",
6118 "num-traits",
6119]
6120
6121[[package]]
6122name = "num-rational"
6123version = "0.2.4"
6124source = "registry+https://github.com/rust-lang/crates.io-index"
6125checksum = "5c000134b5dbf44adc5cb772486d335293351644b801551abe8f75c84cfa4aef"
6126dependencies = [
6127 "autocfg",
6128 "num-bigint 0.2.6",
6129 "num-integer",
6130 "num-traits",
6131]
6132
6133[[package]]
6134name = "num-rational"
6135version = "0.3.2"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
6138dependencies = [
6139 "autocfg",
6140 "num-integer",
6141 "num-traits",
6142]
6143
6144[[package]]
6145name = "num-traits"
6146version = "0.2.16"
6147source = "registry+https://github.com/rust-lang/crates.io-index"
6148checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
6149dependencies = [
6150 "autocfg",
6151 "libm",
6152]
6153
6154[[package]]
6155name = "num_cpus"
6156version = "1.16.0"
6157source = "registry+https://github.com/rust-lang/crates.io-index"
6158checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
6159dependencies = [
6160 "hermit-abi 0.3.3",
6161 "libc",
6162]
6163
6164[[package]]
6165name = "num_enum"
6166version = "0.5.11"
6167source = "registry+https://github.com/rust-lang/crates.io-index"
6168checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
6169dependencies = [
6170 "num_enum_derive",
6171]
6172
6173[[package]]
6174name = "num_enum_derive"
6175version = "0.5.11"
6176source = "registry+https://github.com/rust-lang/crates.io-index"
6177checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
6178dependencies = [
6179 "proc-macro-crate 1.3.1",
6180 "proc-macro2",
6181 "quote",
6182 "syn 1.0.109",
6183]
6184
6185[[package]]
6186name = "nvim-rs"
6187version = "0.6.0-pre"
6188source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
6189dependencies = [
6190 "async-trait",
6191 "futures 0.3.28",
6192 "log",
6193 "parity-tokio-ipc",
6194 "rmp",
6195 "rmpv",
6196 "tokio",
6197 "tokio-util 0.7.9",
6198]
6199
6200[[package]]
6201name = "objc"
6202version = "0.2.7"
6203source = "registry+https://github.com/rust-lang/crates.io-index"
6204checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
6205dependencies = [
6206 "malloc_buf",
6207 "objc_exception",
6208]
6209
6210[[package]]
6211name = "objc_exception"
6212version = "0.1.2"
6213source = "registry+https://github.com/rust-lang/crates.io-index"
6214checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
6215dependencies = [
6216 "cc",
6217]
6218
6219[[package]]
6220name = "object"
6221version = "0.32.1"
6222source = "registry+https://github.com/rust-lang/crates.io-index"
6223checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
6224dependencies = [
6225 "crc32fast",
6226 "hashbrown 0.14.0",
6227 "indexmap 2.0.0",
6228 "memchr",
6229]
6230
6231[[package]]
6232name = "oboe"
6233version = "0.5.0"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
6236dependencies = [
6237 "jni 0.20.0",
6238 "ndk",
6239 "ndk-context",
6240 "num-derive",
6241 "num-traits",
6242 "oboe-sys",
6243]
6244
6245[[package]]
6246name = "oboe-sys"
6247version = "0.5.0"
6248source = "registry+https://github.com/rust-lang/crates.io-index"
6249checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
6250dependencies = [
6251 "cc",
6252]
6253
6254[[package]]
6255name = "once_cell"
6256version = "1.19.0"
6257source = "registry+https://github.com/rust-lang/crates.io-index"
6258checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
6259
6260[[package]]
6261name = "opaque-debug"
6262version = "0.3.0"
6263source = "registry+https://github.com/rust-lang/crates.io-index"
6264checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
6265
6266[[package]]
6267name = "open"
6268version = "5.0.1"
6269source = "registry+https://github.com/rust-lang/crates.io-index"
6270checksum = "90878fb664448b54c4e592455ad02831e23a3f7e157374a8b95654731aac7349"
6271dependencies = [
6272 "is-wsl",
6273 "libc",
6274 "pathdiff",
6275]
6276
6277[[package]]
6278name = "openssl"
6279version = "0.10.57"
6280source = "registry+https://github.com/rust-lang/crates.io-index"
6281checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
6282dependencies = [
6283 "bitflags 2.4.1",
6284 "cfg-if 1.0.0",
6285 "foreign-types 0.3.2",
6286 "libc",
6287 "once_cell",
6288 "openssl-macros",
6289 "openssl-sys",
6290]
6291
6292[[package]]
6293name = "openssl-macros"
6294version = "0.1.1"
6295source = "registry+https://github.com/rust-lang/crates.io-index"
6296checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
6297dependencies = [
6298 "proc-macro2",
6299 "quote",
6300 "syn 2.0.48",
6301]
6302
6303[[package]]
6304name = "openssl-probe"
6305version = "0.1.5"
6306source = "registry+https://github.com/rust-lang/crates.io-index"
6307checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
6308
6309[[package]]
6310name = "openssl-sys"
6311version = "0.9.93"
6312source = "registry+https://github.com/rust-lang/crates.io-index"
6313checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
6314dependencies = [
6315 "cc",
6316 "libc",
6317 "pkg-config",
6318 "vcpkg",
6319]
6320
6321[[package]]
6322name = "ordered-float"
6323version = "2.10.0"
6324source = "registry+https://github.com/rust-lang/crates.io-index"
6325checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
6326dependencies = [
6327 "num-traits",
6328]
6329
6330[[package]]
6331name = "ordered-float"
6332version = "3.9.1"
6333source = "registry+https://github.com/rust-lang/crates.io-index"
6334checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
6335dependencies = [
6336 "num-traits",
6337]
6338
6339[[package]]
6340name = "ordered-stream"
6341version = "0.2.0"
6342source = "registry+https://github.com/rust-lang/crates.io-index"
6343checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
6344dependencies = [
6345 "futures-core",
6346 "pin-project-lite",
6347]
6348
6349[[package]]
6350name = "os_str_bytes"
6351version = "6.5.1"
6352source = "registry+https://github.com/rust-lang/crates.io-index"
6353checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
6354
6355[[package]]
6356name = "ouroboros"
6357version = "0.17.2"
6358source = "registry+https://github.com/rust-lang/crates.io-index"
6359checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
6360dependencies = [
6361 "aliasable",
6362 "ouroboros_macro",
6363 "static_assertions",
6364]
6365
6366[[package]]
6367name = "ouroboros_macro"
6368version = "0.17.2"
6369source = "registry+https://github.com/rust-lang/crates.io-index"
6370checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
6371dependencies = [
6372 "heck 0.4.1",
6373 "proc-macro-error",
6374 "proc-macro2",
6375 "quote",
6376 "syn 2.0.48",
6377]
6378
6379[[package]]
6380name = "outline"
6381version = "0.1.0"
6382dependencies = [
6383 "editor",
6384 "fuzzy",
6385 "gpui",
6386 "language",
6387 "ordered-float 2.10.0",
6388 "picker",
6389 "postage",
6390 "settings",
6391 "smol",
6392 "text",
6393 "theme",
6394 "ui",
6395 "util",
6396 "workspace",
6397]
6398
6399[[package]]
6400name = "outref"
6401version = "0.5.1"
6402source = "registry+https://github.com/rust-lang/crates.io-index"
6403checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
6404
6405[[package]]
6406name = "overload"
6407version = "0.1.1"
6408source = "registry+https://github.com/rust-lang/crates.io-index"
6409checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
6410
6411[[package]]
6412name = "p256"
6413version = "0.11.1"
6414source = "registry+https://github.com/rust-lang/crates.io-index"
6415checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
6416dependencies = [
6417 "ecdsa",
6418 "elliptic-curve",
6419 "sha2 0.10.7",
6420]
6421
6422[[package]]
6423name = "palette"
6424version = "0.7.3"
6425source = "registry+https://github.com/rust-lang/crates.io-index"
6426checksum = "b2e2f34147767aa758aa649415b50a69eeb46a67f9dc7db8011eeb3d84b351dc"
6427dependencies = [
6428 "approx",
6429 "fast-srgb8",
6430 "palette_derive",
6431 "phf",
6432]
6433
6434[[package]]
6435name = "palette_derive"
6436version = "0.7.3"
6437source = "registry+https://github.com/rust-lang/crates.io-index"
6438checksum = "b7db010ec5ff3d4385e4f133916faacd9dad0f6a09394c92d825b3aed310fa0a"
6439dependencies = [
6440 "proc-macro2",
6441 "quote",
6442 "syn 2.0.48",
6443]
6444
6445[[package]]
6446name = "parity-tokio-ipc"
6447version = "0.9.0"
6448source = "registry+https://github.com/rust-lang/crates.io-index"
6449checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
6450dependencies = [
6451 "futures 0.3.28",
6452 "libc",
6453 "log",
6454 "rand 0.7.3",
6455 "tokio",
6456 "winapi 0.3.9",
6457]
6458
6459[[package]]
6460name = "parking"
6461version = "2.1.0"
6462source = "registry+https://github.com/rust-lang/crates.io-index"
6463checksum = "14f2252c834a40ed9bb5422029649578e63aa341ac401f74e719dd1afda8394e"
6464
6465[[package]]
6466name = "parking_lot"
6467version = "0.11.2"
6468source = "registry+https://github.com/rust-lang/crates.io-index"
6469checksum = "7d17b78036a60663b797adeaee46f5c9dfebb86948d1255007a1d6be0271ff99"
6470dependencies = [
6471 "instant",
6472 "lock_api",
6473 "parking_lot_core 0.8.6",
6474]
6475
6476[[package]]
6477name = "parking_lot"
6478version = "0.12.1"
6479source = "registry+https://github.com/rust-lang/crates.io-index"
6480checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
6481dependencies = [
6482 "lock_api",
6483 "parking_lot_core 0.9.8",
6484]
6485
6486[[package]]
6487name = "parking_lot_core"
6488version = "0.8.6"
6489source = "registry+https://github.com/rust-lang/crates.io-index"
6490checksum = "60a2cfe6f0ad2bfc16aefa463b497d5c7a5ecd44a23efa72aa342d90177356dc"
6491dependencies = [
6492 "cfg-if 1.0.0",
6493 "instant",
6494 "libc",
6495 "redox_syscall 0.2.16",
6496 "smallvec",
6497 "winapi 0.3.9",
6498]
6499
6500[[package]]
6501name = "parking_lot_core"
6502version = "0.9.8"
6503source = "registry+https://github.com/rust-lang/crates.io-index"
6504checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
6505dependencies = [
6506 "cfg-if 1.0.0",
6507 "libc",
6508 "redox_syscall 0.3.5",
6509 "smallvec",
6510 "windows-targets 0.48.5",
6511]
6512
6513[[package]]
6514name = "parse_duration"
6515version = "2.1.1"
6516source = "registry+https://github.com/rust-lang/crates.io-index"
6517checksum = "7037e5e93e0172a5a96874380bf73bc6ecef022e26fa25f2be26864d6b3ba95d"
6518dependencies = [
6519 "lazy_static",
6520 "num",
6521 "regex",
6522]
6523
6524[[package]]
6525name = "password-hash"
6526version = "0.2.1"
6527source = "registry+https://github.com/rust-lang/crates.io-index"
6528checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
6529dependencies = [
6530 "base64ct",
6531 "rand_core 0.6.4",
6532 "subtle",
6533]
6534
6535[[package]]
6536name = "paste"
6537version = "1.0.14"
6538source = "registry+https://github.com/rust-lang/crates.io-index"
6539checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
6540
6541[[package]]
6542name = "pathdiff"
6543version = "0.2.1"
6544source = "registry+https://github.com/rust-lang/crates.io-index"
6545checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
6546
6547[[package]]
6548name = "pathfinder_color"
6549version = "0.5.0"
6550source = "registry+https://github.com/rust-lang/crates.io-index"
6551checksum = "69bdc0d277d559e35e1b374de56df9262a6b71e091ca04a8831a239f8c7f0c62"
6552dependencies = [
6553 "pathfinder_simd",
6554]
6555
6556[[package]]
6557name = "pathfinder_geometry"
6558version = "0.5.1"
6559source = "registry+https://github.com/rust-lang/crates.io-index"
6560checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
6561dependencies = [
6562 "log",
6563 "pathfinder_simd",
6564]
6565
6566[[package]]
6567name = "pathfinder_simd"
6568version = "0.5.2"
6569source = "git+https://github.com/servo/pathfinder.git?rev=e4fcda0d5259d0acf902aee6de7d2501f2bd6629#e4fcda0d5259d0acf902aee6de7d2501f2bd6629"
6570dependencies = [
6571 "rustc_version",
6572]
6573
6574[[package]]
6575name = "pbkdf2"
6576version = "0.8.0"
6577source = "registry+https://github.com/rust-lang/crates.io-index"
6578checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
6579dependencies = [
6580 "crypto-mac",
6581]
6582
6583[[package]]
6584name = "peeking_take_while"
6585version = "0.1.2"
6586source = "registry+https://github.com/rust-lang/crates.io-index"
6587checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
6588
6589[[package]]
6590name = "pem"
6591version = "0.8.3"
6592source = "registry+https://github.com/rust-lang/crates.io-index"
6593checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
6594dependencies = [
6595 "base64 0.13.1",
6596 "once_cell",
6597 "regex",
6598]
6599
6600[[package]]
6601name = "pem-rfc7468"
6602version = "0.7.0"
6603source = "registry+https://github.com/rust-lang/crates.io-index"
6604checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
6605dependencies = [
6606 "base64ct",
6607]
6608
6609[[package]]
6610name = "percent-encoding"
6611version = "2.3.0"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "9b2a4787296e9989611394c33f193f676704af1686e70b8f8033ab5ba9a35a94"
6614
6615[[package]]
6616name = "petgraph"
6617version = "0.6.4"
6618source = "registry+https://github.com/rust-lang/crates.io-index"
6619checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
6620dependencies = [
6621 "fixedbitset",
6622 "indexmap 2.0.0",
6623]
6624
6625[[package]]
6626name = "phf"
6627version = "0.11.2"
6628source = "registry+https://github.com/rust-lang/crates.io-index"
6629checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
6630dependencies = [
6631 "phf_macros",
6632 "phf_shared",
6633]
6634
6635[[package]]
6636name = "phf_generator"
6637version = "0.11.2"
6638source = "registry+https://github.com/rust-lang/crates.io-index"
6639checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
6640dependencies = [
6641 "phf_shared",
6642 "rand 0.8.5",
6643]
6644
6645[[package]]
6646name = "phf_macros"
6647version = "0.11.2"
6648source = "registry+https://github.com/rust-lang/crates.io-index"
6649checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
6650dependencies = [
6651 "phf_generator",
6652 "phf_shared",
6653 "proc-macro2",
6654 "quote",
6655 "syn 2.0.48",
6656]
6657
6658[[package]]
6659name = "phf_shared"
6660version = "0.11.2"
6661source = "registry+https://github.com/rust-lang/crates.io-index"
6662checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
6663dependencies = [
6664 "siphasher 0.3.11",
6665]
6666
6667[[package]]
6668name = "picker"
6669version = "0.1.0"
6670dependencies = [
6671 "ctor",
6672 "editor",
6673 "env_logger",
6674 "gpui",
6675 "menu",
6676 "parking_lot 0.11.2",
6677 "serde_json",
6678 "settings",
6679 "theme",
6680 "ui",
6681 "util",
6682 "workspace",
6683]
6684
6685[[package]]
6686name = "pico-args"
6687version = "0.4.2"
6688source = "registry+https://github.com/rust-lang/crates.io-index"
6689checksum = "db8bcd96cb740d03149cbad5518db9fd87126a10ab519c011893b1754134c468"
6690
6691[[package]]
6692name = "pin-project"
6693version = "1.1.3"
6694source = "registry+https://github.com/rust-lang/crates.io-index"
6695checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
6696dependencies = [
6697 "pin-project-internal",
6698]
6699
6700[[package]]
6701name = "pin-project-internal"
6702version = "1.1.3"
6703source = "registry+https://github.com/rust-lang/crates.io-index"
6704checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
6705dependencies = [
6706 "proc-macro2",
6707 "quote",
6708 "syn 2.0.48",
6709]
6710
6711[[package]]
6712name = "pin-project-lite"
6713version = "0.2.13"
6714source = "registry+https://github.com/rust-lang/crates.io-index"
6715checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
6716
6717[[package]]
6718name = "pin-utils"
6719version = "0.1.0"
6720source = "registry+https://github.com/rust-lang/crates.io-index"
6721checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
6722
6723[[package]]
6724name = "piper"
6725version = "0.2.1"
6726source = "registry+https://github.com/rust-lang/crates.io-index"
6727checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
6728dependencies = [
6729 "atomic-waker",
6730 "fastrand 2.0.0",
6731 "futures-io",
6732]
6733
6734[[package]]
6735name = "pkcs1"
6736version = "0.7.5"
6737source = "registry+https://github.com/rust-lang/crates.io-index"
6738checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
6739dependencies = [
6740 "der 0.7.8",
6741 "pkcs8 0.10.2",
6742 "spki 0.7.2",
6743]
6744
6745[[package]]
6746name = "pkcs8"
6747version = "0.9.0"
6748source = "registry+https://github.com/rust-lang/crates.io-index"
6749checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
6750dependencies = [
6751 "der 0.6.1",
6752 "spki 0.6.0",
6753]
6754
6755[[package]]
6756name = "pkcs8"
6757version = "0.10.2"
6758source = "registry+https://github.com/rust-lang/crates.io-index"
6759checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
6760dependencies = [
6761 "der 0.7.8",
6762 "spki 0.7.2",
6763]
6764
6765[[package]]
6766name = "pkg-config"
6767version = "0.3.27"
6768source = "registry+https://github.com/rust-lang/crates.io-index"
6769checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
6770
6771[[package]]
6772name = "plist"
6773version = "1.5.1"
6774source = "registry+https://github.com/rust-lang/crates.io-index"
6775checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
6776dependencies = [
6777 "base64 0.21.4",
6778 "indexmap 1.9.3",
6779 "line-wrap",
6780 "quick-xml 0.30.0",
6781 "serde",
6782 "time",
6783]
6784
6785[[package]]
6786name = "png"
6787version = "0.16.8"
6788source = "registry+https://github.com/rust-lang/crates.io-index"
6789checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
6790dependencies = [
6791 "bitflags 1.3.2",
6792 "crc32fast",
6793 "deflate",
6794 "miniz_oxide 0.3.7",
6795]
6796
6797[[package]]
6798name = "polling"
6799version = "2.8.0"
6800source = "registry+https://github.com/rust-lang/crates.io-index"
6801checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
6802dependencies = [
6803 "autocfg",
6804 "bitflags 1.3.2",
6805 "cfg-if 1.0.0",
6806 "concurrent-queue",
6807 "libc",
6808 "log",
6809 "pin-project-lite",
6810 "windows-sys 0.48.0",
6811]
6812
6813[[package]]
6814name = "polling"
6815version = "3.3.2"
6816source = "registry+https://github.com/rust-lang/crates.io-index"
6817checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
6818dependencies = [
6819 "cfg-if 1.0.0",
6820 "concurrent-queue",
6821 "pin-project-lite",
6822 "rustix 0.38.30",
6823 "tracing",
6824 "windows-sys 0.52.0",
6825]
6826
6827[[package]]
6828name = "pollster"
6829version = "0.2.5"
6830source = "registry+https://github.com/rust-lang/crates.io-index"
6831checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
6832
6833[[package]]
6834name = "postage"
6835version = "0.5.0"
6836source = "registry+https://github.com/rust-lang/crates.io-index"
6837checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
6838dependencies = [
6839 "atomic",
6840 "crossbeam-queue",
6841 "futures 0.3.28",
6842 "log",
6843 "parking_lot 0.12.1",
6844 "pin-project",
6845 "pollster",
6846 "static_assertions",
6847 "thiserror",
6848]
6849
6850[[package]]
6851name = "ppv-lite86"
6852version = "0.2.17"
6853source = "registry+https://github.com/rust-lang/crates.io-index"
6854checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
6855
6856[[package]]
6857name = "prettier"
6858version = "0.1.0"
6859dependencies = [
6860 "anyhow",
6861 "client",
6862 "collections",
6863 "fs",
6864 "futures 0.3.28",
6865 "gpui",
6866 "language",
6867 "log",
6868 "lsp",
6869 "node_runtime",
6870 "parking_lot 0.11.2",
6871 "serde",
6872 "serde_derive",
6873 "serde_json",
6874 "util",
6875]
6876
6877[[package]]
6878name = "pretty_assertions"
6879version = "1.4.0"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
6882dependencies = [
6883 "diff",
6884 "yansi",
6885]
6886
6887[[package]]
6888name = "prettyplease"
6889version = "0.2.15"
6890source = "registry+https://github.com/rust-lang/crates.io-index"
6891checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
6892dependencies = [
6893 "proc-macro2",
6894 "syn 2.0.48",
6895]
6896
6897[[package]]
6898name = "proc-macro-crate"
6899version = "0.1.5"
6900source = "registry+https://github.com/rust-lang/crates.io-index"
6901checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
6902dependencies = [
6903 "toml 0.5.11",
6904]
6905
6906[[package]]
6907name = "proc-macro-crate"
6908version = "1.3.1"
6909source = "registry+https://github.com/rust-lang/crates.io-index"
6910checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
6911dependencies = [
6912 "once_cell",
6913 "toml_edit 0.19.15",
6914]
6915
6916[[package]]
6917name = "proc-macro-error"
6918version = "1.0.4"
6919source = "registry+https://github.com/rust-lang/crates.io-index"
6920checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
6921dependencies = [
6922 "proc-macro-error-attr",
6923 "proc-macro2",
6924 "quote",
6925 "syn 1.0.109",
6926 "version_check",
6927]
6928
6929[[package]]
6930name = "proc-macro-error-attr"
6931version = "1.0.4"
6932source = "registry+https://github.com/rust-lang/crates.io-index"
6933checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
6934dependencies = [
6935 "proc-macro2",
6936 "quote",
6937 "version_check",
6938]
6939
6940[[package]]
6941name = "proc-macro2"
6942version = "1.0.78"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "e2422ad645d89c99f8f3e6b88a9fdeca7fabeac836b1002371c4367c8f984aae"
6945dependencies = [
6946 "unicode-ident",
6947]
6948
6949[[package]]
6950name = "procinfo"
6951version = "0.1.0"
6952source = "git+https://github.com/zed-industries/wezterm?rev=0c13436f4fa8b126f46dd4a20106419b41666897#0c13436f4fa8b126f46dd4a20106419b41666897"
6953dependencies = [
6954 "libc",
6955 "log",
6956 "ntapi",
6957 "winapi 0.3.9",
6958]
6959
6960[[package]]
6961name = "profiling"
6962version = "1.0.15"
6963source = "registry+https://github.com/rust-lang/crates.io-index"
6964checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
6965dependencies = [
6966 "profiling-procmacros",
6967]
6968
6969[[package]]
6970name = "profiling-procmacros"
6971version = "1.0.15"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
6974dependencies = [
6975 "quote",
6976 "syn 2.0.48",
6977]
6978
6979[[package]]
6980name = "project"
6981version = "0.1.0"
6982dependencies = [
6983 "aho-corasick",
6984 "anyhow",
6985 "async-trait",
6986 "client",
6987 "clock",
6988 "collections",
6989 "copilot",
6990 "db",
6991 "env_logger",
6992 "fs",
6993 "futures 0.3.28",
6994 "fuzzy",
6995 "git",
6996 "git2",
6997 "globset",
6998 "gpui",
6999 "ignore",
7000 "itertools 0.10.5",
7001 "language",
7002 "log",
7003 "lsp",
7004 "node_runtime",
7005 "parking_lot 0.11.2",
7006 "postage",
7007 "prettier",
7008 "pretty_assertions",
7009 "rand 0.8.5",
7010 "regex",
7011 "release_channel",
7012 "rpc",
7013 "schemars",
7014 "serde",
7015 "serde_json",
7016 "settings",
7017 "sha2 0.10.7",
7018 "similar",
7019 "smol",
7020 "sum_tree",
7021 "task",
7022 "terminal",
7023 "text",
7024 "unindent",
7025 "util",
7026 "which 6.0.0",
7027]
7028
7029[[package]]
7030name = "project_panel"
7031version = "0.1.0"
7032dependencies = [
7033 "anyhow",
7034 "client",
7035 "collections",
7036 "db",
7037 "editor",
7038 "futures 0.3.28",
7039 "gpui",
7040 "language",
7041 "menu",
7042 "postage",
7043 "pretty_assertions",
7044 "project",
7045 "schemars",
7046 "search",
7047 "serde",
7048 "serde_derive",
7049 "serde_json",
7050 "settings",
7051 "smallvec",
7052 "theme",
7053 "ui",
7054 "unicase",
7055 "util",
7056 "workspace",
7057]
7058
7059[[package]]
7060name = "project_symbols"
7061version = "0.1.0"
7062dependencies = [
7063 "anyhow",
7064 "editor",
7065 "futures 0.3.28",
7066 "fuzzy",
7067 "gpui",
7068 "language",
7069 "lsp",
7070 "ordered-float 2.10.0",
7071 "picker",
7072 "postage",
7073 "project",
7074 "release_channel",
7075 "serde_json",
7076 "settings",
7077 "smol",
7078 "text",
7079 "theme",
7080 "util",
7081 "workspace",
7082]
7083
7084[[package]]
7085name = "prometheus"
7086version = "0.13.3"
7087source = "registry+https://github.com/rust-lang/crates.io-index"
7088checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
7089dependencies = [
7090 "cfg-if 1.0.0",
7091 "fnv",
7092 "lazy_static",
7093 "memchr",
7094 "parking_lot 0.12.1",
7095 "protobuf",
7096 "thiserror",
7097]
7098
7099[[package]]
7100name = "prost"
7101version = "0.8.0"
7102source = "registry+https://github.com/rust-lang/crates.io-index"
7103checksum = "de5e2533f59d08fcf364fd374ebda0692a70bd6d7e66ef97f306f45c6c5d8020"
7104dependencies = [
7105 "bytes 1.5.0",
7106 "prost-derive 0.8.0",
7107]
7108
7109[[package]]
7110name = "prost"
7111version = "0.9.0"
7112source = "registry+https://github.com/rust-lang/crates.io-index"
7113checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
7114dependencies = [
7115 "bytes 1.5.0",
7116 "prost-derive 0.9.0",
7117]
7118
7119[[package]]
7120name = "prost-build"
7121version = "0.9.0"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
7124dependencies = [
7125 "bytes 1.5.0",
7126 "heck 0.3.3",
7127 "itertools 0.10.5",
7128 "lazy_static",
7129 "log",
7130 "multimap",
7131 "petgraph",
7132 "prost 0.9.0",
7133 "prost-types 0.9.0",
7134 "regex",
7135 "tempfile",
7136 "which 4.4.2",
7137]
7138
7139[[package]]
7140name = "prost-derive"
7141version = "0.8.0"
7142source = "registry+https://github.com/rust-lang/crates.io-index"
7143checksum = "600d2f334aa05acb02a755e217ef1ab6dea4d51b58b7846588b747edec04efba"
7144dependencies = [
7145 "anyhow",
7146 "itertools 0.10.5",
7147 "proc-macro2",
7148 "quote",
7149 "syn 1.0.109",
7150]
7151
7152[[package]]
7153name = "prost-derive"
7154version = "0.9.0"
7155source = "registry+https://github.com/rust-lang/crates.io-index"
7156checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
7157dependencies = [
7158 "anyhow",
7159 "itertools 0.10.5",
7160 "proc-macro2",
7161 "quote",
7162 "syn 1.0.109",
7163]
7164
7165[[package]]
7166name = "prost-types"
7167version = "0.8.0"
7168source = "registry+https://github.com/rust-lang/crates.io-index"
7169checksum = "603bbd6394701d13f3f25aada59c7de9d35a6a5887cfc156181234a44002771b"
7170dependencies = [
7171 "bytes 1.5.0",
7172 "prost 0.8.0",
7173]
7174
7175[[package]]
7176name = "prost-types"
7177version = "0.9.0"
7178source = "registry+https://github.com/rust-lang/crates.io-index"
7179checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
7180dependencies = [
7181 "bytes 1.5.0",
7182 "prost 0.9.0",
7183]
7184
7185[[package]]
7186name = "protobuf"
7187version = "2.28.0"
7188source = "registry+https://github.com/rust-lang/crates.io-index"
7189checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
7190
7191[[package]]
7192name = "psm"
7193version = "0.1.21"
7194source = "registry+https://github.com/rust-lang/crates.io-index"
7195checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
7196dependencies = [
7197 "cc",
7198]
7199
7200[[package]]
7201name = "ptr_meta"
7202version = "0.1.4"
7203source = "registry+https://github.com/rust-lang/crates.io-index"
7204checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
7205dependencies = [
7206 "ptr_meta_derive",
7207]
7208
7209[[package]]
7210name = "ptr_meta_derive"
7211version = "0.1.4"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
7214dependencies = [
7215 "proc-macro2",
7216 "quote",
7217 "syn 1.0.109",
7218]
7219
7220[[package]]
7221name = "pulldown-cmark"
7222version = "0.9.3"
7223source = "registry+https://github.com/rust-lang/crates.io-index"
7224checksum = "77a1a2f1f0a7ecff9c31abbe177637be0e97a0aef46cf8738ece09327985d998"
7225dependencies = [
7226 "bitflags 1.3.2",
7227 "memchr",
7228 "unicase",
7229]
7230
7231[[package]]
7232name = "quick-xml"
7233version = "0.30.0"
7234source = "registry+https://github.com/rust-lang/crates.io-index"
7235checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
7236dependencies = [
7237 "memchr",
7238]
7239
7240[[package]]
7241name = "quick-xml"
7242version = "0.31.0"
7243source = "registry+https://github.com/rust-lang/crates.io-index"
7244checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
7245dependencies = [
7246 "memchr",
7247]
7248
7249[[package]]
7250name = "quick_action_bar"
7251version = "0.1.0"
7252dependencies = [
7253 "assistant",
7254 "editor",
7255 "gpui",
7256 "search",
7257 "settings",
7258 "ui",
7259 "workspace",
7260]
7261
7262[[package]]
7263name = "quote"
7264version = "1.0.35"
7265source = "registry+https://github.com/rust-lang/crates.io-index"
7266checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
7267dependencies = [
7268 "proc-macro2",
7269]
7270
7271[[package]]
7272name = "radium"
7273version = "0.7.0"
7274source = "registry+https://github.com/rust-lang/crates.io-index"
7275checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
7276
7277[[package]]
7278name = "rand"
7279version = "0.7.3"
7280source = "registry+https://github.com/rust-lang/crates.io-index"
7281checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
7282dependencies = [
7283 "getrandom 0.1.16",
7284 "libc",
7285 "rand_chacha 0.2.2",
7286 "rand_core 0.5.1",
7287 "rand_hc",
7288]
7289
7290[[package]]
7291name = "rand"
7292version = "0.8.5"
7293source = "registry+https://github.com/rust-lang/crates.io-index"
7294checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
7295dependencies = [
7296 "libc",
7297 "rand_chacha 0.3.1",
7298 "rand_core 0.6.4",
7299]
7300
7301[[package]]
7302name = "rand_chacha"
7303version = "0.2.2"
7304source = "registry+https://github.com/rust-lang/crates.io-index"
7305checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
7306dependencies = [
7307 "ppv-lite86",
7308 "rand_core 0.5.1",
7309]
7310
7311[[package]]
7312name = "rand_chacha"
7313version = "0.3.1"
7314source = "registry+https://github.com/rust-lang/crates.io-index"
7315checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
7316dependencies = [
7317 "ppv-lite86",
7318 "rand_core 0.6.4",
7319]
7320
7321[[package]]
7322name = "rand_core"
7323version = "0.5.1"
7324source = "registry+https://github.com/rust-lang/crates.io-index"
7325checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
7326dependencies = [
7327 "getrandom 0.1.16",
7328]
7329
7330[[package]]
7331name = "rand_core"
7332version = "0.6.4"
7333source = "registry+https://github.com/rust-lang/crates.io-index"
7334checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
7335dependencies = [
7336 "getrandom 0.2.10",
7337]
7338
7339[[package]]
7340name = "rand_hc"
7341version = "0.2.0"
7342source = "registry+https://github.com/rust-lang/crates.io-index"
7343checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
7344dependencies = [
7345 "rand_core 0.5.1",
7346]
7347
7348[[package]]
7349name = "rangemap"
7350version = "1.4.0"
7351source = "registry+https://github.com/rust-lang/crates.io-index"
7352checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
7353
7354[[package]]
7355name = "raw-window-handle"
7356version = "0.5.2"
7357source = "registry+https://github.com/rust-lang/crates.io-index"
7358checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
7359
7360[[package]]
7361name = "raw-window-handle"
7362version = "0.6.0"
7363source = "registry+https://github.com/rust-lang/crates.io-index"
7364checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
7365
7366[[package]]
7367name = "raw-window-metal"
7368version = "0.3.2"
7369source = "registry+https://github.com/rust-lang/crates.io-index"
7370checksum = "ac4ea493258d54c24cb46aa9345d099e58e2ea3f30dd63667fc54fc892f18e76"
7371dependencies = [
7372 "cocoa",
7373 "core-graphics 0.23.1",
7374 "objc",
7375 "raw-window-handle 0.5.2",
7376]
7377
7378[[package]]
7379name = "rawpointer"
7380version = "0.2.1"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "60a357793950651c4ed0f3f52338f53b2f809f32d83a07f72909fa13e4c6c1e3"
7383
7384[[package]]
7385name = "rayon"
7386version = "1.8.0"
7387source = "registry+https://github.com/rust-lang/crates.io-index"
7388checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
7389dependencies = [
7390 "either",
7391 "rayon-core",
7392]
7393
7394[[package]]
7395name = "rayon-core"
7396version = "1.12.0"
7397source = "registry+https://github.com/rust-lang/crates.io-index"
7398checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
7399dependencies = [
7400 "crossbeam-deque",
7401 "crossbeam-utils",
7402]
7403
7404[[package]]
7405name = "rctree"
7406version = "0.3.3"
7407source = "registry+https://github.com/rust-lang/crates.io-index"
7408checksum = "be9e29cb19c8fe84169fcb07f8f11e66bc9e6e0280efd4715c54818296f8a4a8"
7409
7410[[package]]
7411name = "read-fonts"
7412version = "0.15.3"
7413source = "registry+https://github.com/rust-lang/crates.io-index"
7414checksum = "a1362980db95801b70031dd592dc052a44b1810ca9da8fbcf7b25983f3174ed0"
7415dependencies = [
7416 "font-types",
7417]
7418
7419[[package]]
7420name = "recent_projects"
7421version = "0.1.0"
7422dependencies = [
7423 "futures 0.3.28",
7424 "fuzzy",
7425 "gpui",
7426 "language",
7427 "menu",
7428 "ordered-float 2.10.0",
7429 "picker",
7430 "postage",
7431 "settings",
7432 "smol",
7433 "text",
7434 "theme",
7435 "ui",
7436 "util",
7437 "workspace",
7438]
7439
7440[[package]]
7441name = "redox_syscall"
7442version = "0.2.16"
7443source = "registry+https://github.com/rust-lang/crates.io-index"
7444checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
7445dependencies = [
7446 "bitflags 1.3.2",
7447]
7448
7449[[package]]
7450name = "redox_syscall"
7451version = "0.3.5"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
7454dependencies = [
7455 "bitflags 1.3.2",
7456]
7457
7458[[package]]
7459name = "redox_syscall"
7460version = "0.4.1"
7461source = "registry+https://github.com/rust-lang/crates.io-index"
7462checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
7463dependencies = [
7464 "bitflags 1.3.2",
7465]
7466
7467[[package]]
7468name = "redox_users"
7469version = "0.4.3"
7470source = "registry+https://github.com/rust-lang/crates.io-index"
7471checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
7472dependencies = [
7473 "getrandom 0.2.10",
7474 "redox_syscall 0.2.16",
7475 "thiserror",
7476]
7477
7478[[package]]
7479name = "refineable"
7480version = "0.1.0"
7481dependencies = [
7482 "derive_refineable",
7483 "proc-macro2",
7484 "quote",
7485 "syn 1.0.109",
7486]
7487
7488[[package]]
7489name = "regalloc2"
7490version = "0.9.3"
7491source = "registry+https://github.com/rust-lang/crates.io-index"
7492checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
7493dependencies = [
7494 "hashbrown 0.13.2",
7495 "log",
7496 "rustc-hash",
7497 "slice-group-by",
7498 "smallvec",
7499]
7500
7501[[package]]
7502name = "regex"
7503version = "1.10.3"
7504source = "registry+https://github.com/rust-lang/crates.io-index"
7505checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
7506dependencies = [
7507 "aho-corasick",
7508 "memchr",
7509 "regex-automata 0.4.5",
7510 "regex-syntax 0.8.2",
7511]
7512
7513[[package]]
7514name = "regex-automata"
7515version = "0.1.10"
7516source = "registry+https://github.com/rust-lang/crates.io-index"
7517checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
7518dependencies = [
7519 "regex-syntax 0.6.29",
7520]
7521
7522[[package]]
7523name = "regex-automata"
7524version = "0.3.8"
7525source = "registry+https://github.com/rust-lang/crates.io-index"
7526checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
7527
7528[[package]]
7529name = "regex-automata"
7530version = "0.4.5"
7531source = "registry+https://github.com/rust-lang/crates.io-index"
7532checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
7533dependencies = [
7534 "aho-corasick",
7535 "memchr",
7536 "regex-syntax 0.8.2",
7537]
7538
7539[[package]]
7540name = "regex-lite"
7541version = "0.1.5"
7542source = "registry+https://github.com/rust-lang/crates.io-index"
7543checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
7544
7545[[package]]
7546name = "regex-syntax"
7547version = "0.6.29"
7548source = "registry+https://github.com/rust-lang/crates.io-index"
7549checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
7550
7551[[package]]
7552name = "regex-syntax"
7553version = "0.8.2"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
7556
7557[[package]]
7558name = "release_channel"
7559version = "0.1.0"
7560dependencies = [
7561 "gpui",
7562 "once_cell",
7563]
7564
7565[[package]]
7566name = "rend"
7567version = "0.4.0"
7568source = "registry+https://github.com/rust-lang/crates.io-index"
7569checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
7570dependencies = [
7571 "bytecheck",
7572]
7573
7574[[package]]
7575name = "reqwest"
7576version = "0.11.20"
7577source = "registry+https://github.com/rust-lang/crates.io-index"
7578checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
7579dependencies = [
7580 "base64 0.21.4",
7581 "bytes 1.5.0",
7582 "encoding_rs",
7583 "futures-core",
7584 "futures-util",
7585 "h2",
7586 "http 0.2.9",
7587 "http-body",
7588 "hyper",
7589 "hyper-tls",
7590 "ipnet",
7591 "js-sys",
7592 "log",
7593 "mime",
7594 "native-tls",
7595 "once_cell",
7596 "percent-encoding",
7597 "pin-project-lite",
7598 "serde",
7599 "serde_json",
7600 "serde_urlencoded",
7601 "tokio",
7602 "tokio-native-tls",
7603 "tower-service",
7604 "url",
7605 "wasm-bindgen",
7606 "wasm-bindgen-futures",
7607 "web-sys",
7608 "winreg",
7609]
7610
7611[[package]]
7612name = "resvg"
7613version = "0.14.1"
7614source = "registry+https://github.com/rust-lang/crates.io-index"
7615checksum = "09697862c5c3f940cbaffef91969c62188b5c8ed385b0aef43a5ff01ddc8000f"
7616dependencies = [
7617 "jpeg-decoder",
7618 "log",
7619 "pico-args",
7620 "png",
7621 "rgb",
7622 "svgfilters",
7623 "tiny-skia",
7624 "usvg",
7625]
7626
7627[[package]]
7628name = "rfc6979"
7629version = "0.3.1"
7630source = "registry+https://github.com/rust-lang/crates.io-index"
7631checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
7632dependencies = [
7633 "crypto-bigint 0.4.9",
7634 "hmac 0.12.1",
7635 "zeroize",
7636]
7637
7638[[package]]
7639name = "rgb"
7640version = "0.8.36"
7641source = "registry+https://github.com/rust-lang/crates.io-index"
7642checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
7643dependencies = [
7644 "bytemuck",
7645]
7646
7647[[package]]
7648name = "rich_text"
7649version = "0.1.0"
7650dependencies = [
7651 "anyhow",
7652 "collections",
7653 "futures 0.3.28",
7654 "gpui",
7655 "language",
7656 "lazy_static",
7657 "linkify",
7658 "pulldown-cmark",
7659 "smallvec",
7660 "smol",
7661 "sum_tree",
7662 "theme",
7663 "ui",
7664 "util",
7665]
7666
7667[[package]]
7668name = "ring"
7669version = "0.16.20"
7670source = "registry+https://github.com/rust-lang/crates.io-index"
7671checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
7672dependencies = [
7673 "cc",
7674 "libc",
7675 "once_cell",
7676 "spin 0.5.2",
7677 "untrusted 0.7.1",
7678 "web-sys",
7679 "winapi 0.3.9",
7680]
7681
7682[[package]]
7683name = "ring"
7684version = "0.17.7"
7685source = "registry+https://github.com/rust-lang/crates.io-index"
7686checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
7687dependencies = [
7688 "cc",
7689 "getrandom 0.2.10",
7690 "libc",
7691 "spin 0.9.8",
7692 "untrusted 0.9.0",
7693 "windows-sys 0.48.0",
7694]
7695
7696[[package]]
7697name = "rkyv"
7698version = "0.7.42"
7699source = "registry+https://github.com/rust-lang/crates.io-index"
7700checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
7701dependencies = [
7702 "bitvec",
7703 "bytecheck",
7704 "hashbrown 0.12.3",
7705 "ptr_meta",
7706 "rend",
7707 "rkyv_derive",
7708 "seahash",
7709 "tinyvec",
7710 "uuid",
7711]
7712
7713[[package]]
7714name = "rkyv_derive"
7715version = "0.7.42"
7716source = "registry+https://github.com/rust-lang/crates.io-index"
7717checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
7718dependencies = [
7719 "proc-macro2",
7720 "quote",
7721 "syn 1.0.109",
7722]
7723
7724[[package]]
7725name = "rmp"
7726version = "0.8.12"
7727source = "registry+https://github.com/rust-lang/crates.io-index"
7728checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
7729dependencies = [
7730 "byteorder",
7731 "num-traits",
7732 "paste",
7733]
7734
7735[[package]]
7736name = "rmpv"
7737version = "1.0.1"
7738source = "registry+https://github.com/rust-lang/crates.io-index"
7739checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
7740dependencies = [
7741 "num-traits",
7742 "rmp",
7743]
7744
7745[[package]]
7746name = "rodio"
7747version = "0.17.1"
7748source = "registry+https://github.com/rust-lang/crates.io-index"
7749checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
7750dependencies = [
7751 "cpal",
7752 "hound",
7753]
7754
7755[[package]]
7756name = "rope"
7757version = "0.1.0"
7758dependencies = [
7759 "arrayvec 0.7.4",
7760 "bromberg_sl2",
7761 "gpui",
7762 "log",
7763 "rand 0.8.5",
7764 "smallvec",
7765 "sum_tree",
7766 "util",
7767]
7768
7769[[package]]
7770name = "roxmltree"
7771version = "0.14.1"
7772source = "registry+https://github.com/rust-lang/crates.io-index"
7773checksum = "921904a62e410e37e215c40381b7117f830d9d89ba60ab5236170541dd25646b"
7774dependencies = [
7775 "xmlparser",
7776]
7777
7778[[package]]
7779name = "roxmltree"
7780version = "0.19.0"
7781source = "registry+https://github.com/rust-lang/crates.io-index"
7782checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
7783
7784[[package]]
7785name = "rpc"
7786version = "0.1.0"
7787dependencies = [
7788 "anyhow",
7789 "async-lock 2.8.0",
7790 "async-tungstenite",
7791 "base64 0.13.1",
7792 "collections",
7793 "env_logger",
7794 "futures 0.3.28",
7795 "gpui",
7796 "parking_lot 0.11.2",
7797 "prost 0.8.0",
7798 "prost-build",
7799 "rand 0.8.5",
7800 "rsa 0.4.0",
7801 "serde",
7802 "serde_derive",
7803 "serde_json",
7804 "strum",
7805 "tracing",
7806 "util",
7807 "zstd",
7808]
7809
7810[[package]]
7811name = "rsa"
7812version = "0.4.0"
7813source = "registry+https://github.com/rust-lang/crates.io-index"
7814checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
7815dependencies = [
7816 "byteorder",
7817 "digest 0.9.0",
7818 "lazy_static",
7819 "num-bigint-dig 0.7.1",
7820 "num-integer",
7821 "num-iter",
7822 "num-traits",
7823 "pem",
7824 "rand 0.8.5",
7825 "simple_asn1",
7826 "subtle",
7827 "zeroize",
7828]
7829
7830[[package]]
7831name = "rsa"
7832version = "0.9.2"
7833source = "registry+https://github.com/rust-lang/crates.io-index"
7834checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
7835dependencies = [
7836 "byteorder",
7837 "const-oid",
7838 "digest 0.10.7",
7839 "num-bigint-dig 0.8.4",
7840 "num-integer",
7841 "num-iter",
7842 "num-traits",
7843 "pkcs1",
7844 "pkcs8 0.10.2",
7845 "rand_core 0.6.4",
7846 "signature 2.1.0",
7847 "spki 0.7.2",
7848 "subtle",
7849 "zeroize",
7850]
7851
7852[[package]]
7853name = "rusqlite"
7854version = "0.29.0"
7855source = "registry+https://github.com/rust-lang/crates.io-index"
7856checksum = "549b9d036d571d42e6e85d1c1425e2ac83491075078ca9a15be021c56b1641f2"
7857dependencies = [
7858 "bitflags 2.4.1",
7859 "fallible-iterator 0.2.0",
7860 "fallible-streaming-iterator",
7861 "hashlink",
7862 "libsqlite3-sys",
7863 "smallvec",
7864]
7865
7866[[package]]
7867name = "rust-embed"
7868version = "8.2.0"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "a82c0bbc10308ed323529fd3c1dce8badda635aa319a5ff0e6466f33b8101e3f"
7871dependencies = [
7872 "rust-embed-impl",
7873 "rust-embed-utils",
7874 "walkdir",
7875]
7876
7877[[package]]
7878name = "rust-embed-impl"
7879version = "8.2.0"
7880source = "registry+https://github.com/rust-lang/crates.io-index"
7881checksum = "6227c01b1783cdfee1bcf844eb44594cd16ec71c35305bf1c9fb5aade2735e16"
7882dependencies = [
7883 "proc-macro2",
7884 "quote",
7885 "rust-embed-utils",
7886 "syn 2.0.48",
7887 "walkdir",
7888]
7889
7890[[package]]
7891name = "rust-embed-utils"
7892version = "8.2.0"
7893source = "registry+https://github.com/rust-lang/crates.io-index"
7894checksum = "8cb0a25bfbb2d4b4402179c2cf030387d9990857ce08a32592c6238db9fa8665"
7895dependencies = [
7896 "globset",
7897 "sha2 0.10.7",
7898 "walkdir",
7899]
7900
7901[[package]]
7902name = "rust_decimal"
7903version = "1.32.0"
7904source = "registry+https://github.com/rust-lang/crates.io-index"
7905checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
7906dependencies = [
7907 "arrayvec 0.7.4",
7908 "borsh",
7909 "bytes 1.5.0",
7910 "num-traits",
7911 "rand 0.8.5",
7912 "rkyv",
7913 "serde",
7914 "serde_json",
7915]
7916
7917[[package]]
7918name = "rustc-demangle"
7919version = "0.1.23"
7920source = "registry+https://github.com/rust-lang/crates.io-index"
7921checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
7922
7923[[package]]
7924name = "rustc-hash"
7925version = "1.1.0"
7926source = "registry+https://github.com/rust-lang/crates.io-index"
7927checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
7928
7929[[package]]
7930name = "rustc_version"
7931version = "0.4.0"
7932source = "registry+https://github.com/rust-lang/crates.io-index"
7933checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
7934dependencies = [
7935 "semver",
7936]
7937
7938[[package]]
7939name = "rustix"
7940version = "0.37.23"
7941source = "registry+https://github.com/rust-lang/crates.io-index"
7942checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
7943dependencies = [
7944 "bitflags 1.3.2",
7945 "errno",
7946 "io-lifetimes",
7947 "libc",
7948 "linux-raw-sys 0.3.8",
7949 "windows-sys 0.48.0",
7950]
7951
7952[[package]]
7953name = "rustix"
7954version = "0.38.30"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "322394588aaf33c24007e8bb3238ee3e4c5c09c084ab32bc73890b99ff326bca"
7957dependencies = [
7958 "bitflags 2.4.1",
7959 "errno",
7960 "itoa",
7961 "libc",
7962 "linux-raw-sys 0.4.12",
7963 "windows-sys 0.52.0",
7964]
7965
7966[[package]]
7967name = "rustix-openpty"
7968version = "0.1.1"
7969source = "registry+https://github.com/rust-lang/crates.io-index"
7970checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
7971dependencies = [
7972 "errno",
7973 "libc",
7974 "rustix 0.38.30",
7975]
7976
7977[[package]]
7978name = "rustls"
7979version = "0.21.10"
7980source = "registry+https://github.com/rust-lang/crates.io-index"
7981checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
7982dependencies = [
7983 "log",
7984 "ring 0.17.7",
7985 "rustls-webpki",
7986 "sct",
7987]
7988
7989[[package]]
7990name = "rustls-native-certs"
7991version = "0.6.3"
7992source = "registry+https://github.com/rust-lang/crates.io-index"
7993checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
7994dependencies = [
7995 "openssl-probe",
7996 "rustls-pemfile",
7997 "schannel",
7998 "security-framework",
7999]
8000
8001[[package]]
8002name = "rustls-pemfile"
8003version = "1.0.3"
8004source = "registry+https://github.com/rust-lang/crates.io-index"
8005checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
8006dependencies = [
8007 "base64 0.21.4",
8008]
8009
8010[[package]]
8011name = "rustls-webpki"
8012version = "0.101.7"
8013source = "registry+https://github.com/rust-lang/crates.io-index"
8014checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
8015dependencies = [
8016 "ring 0.17.7",
8017 "untrusted 0.9.0",
8018]
8019
8020[[package]]
8021name = "rustversion"
8022version = "1.0.14"
8023source = "registry+https://github.com/rust-lang/crates.io-index"
8024checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
8025
8026[[package]]
8027name = "rustybuzz"
8028version = "0.3.0"
8029source = "registry+https://github.com/rust-lang/crates.io-index"
8030checksum = "0ab463a295d00f3692e0974a0bfd83c7a9bcd119e27e07c2beecdb1b44a09d10"
8031dependencies = [
8032 "bitflags 1.3.2",
8033 "bytemuck",
8034 "smallvec",
8035 "ttf-parser 0.9.0",
8036 "unicode-bidi-mirroring",
8037 "unicode-ccc",
8038 "unicode-general-category",
8039 "unicode-script",
8040]
8041
8042[[package]]
8043name = "rustybuzz"
8044version = "0.11.0"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "2ee8fe2a8461a0854a37101fe7a1b13998d0cfa987e43248e81d2a5f4570f6fa"
8047dependencies = [
8048 "bitflags 1.3.2",
8049 "bytemuck",
8050 "libm",
8051 "smallvec",
8052 "ttf-parser 0.20.0",
8053 "unicode-bidi-mirroring",
8054 "unicode-ccc",
8055 "unicode-properties",
8056 "unicode-script",
8057]
8058
8059[[package]]
8060name = "ryu"
8061version = "1.0.15"
8062source = "registry+https://github.com/rust-lang/crates.io-index"
8063checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
8064
8065[[package]]
8066name = "safe_arch"
8067version = "0.5.2"
8068source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "c1ff3d6d9696af502cc3110dacce942840fb06ff4514cad92236ecc455f2ce05"
8070dependencies = [
8071 "bytemuck",
8072]
8073
8074[[package]]
8075name = "safemem"
8076version = "0.3.3"
8077source = "registry+https://github.com/rust-lang/crates.io-index"
8078checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
8079
8080[[package]]
8081name = "salsa20"
8082version = "0.8.1"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
8085dependencies = [
8086 "cipher",
8087]
8088
8089[[package]]
8090name = "same-file"
8091version = "1.0.6"
8092source = "registry+https://github.com/rust-lang/crates.io-index"
8093checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
8094dependencies = [
8095 "winapi-util",
8096]
8097
8098[[package]]
8099name = "schannel"
8100version = "0.1.22"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
8103dependencies = [
8104 "windows-sys 0.48.0",
8105]
8106
8107[[package]]
8108name = "schemars"
8109version = "0.8.15"
8110source = "registry+https://github.com/rust-lang/crates.io-index"
8111checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
8112dependencies = [
8113 "dyn-clone",
8114 "indexmap 1.9.3",
8115 "schemars_derive",
8116 "serde",
8117 "serde_json",
8118]
8119
8120[[package]]
8121name = "schemars_derive"
8122version = "0.8.15"
8123source = "registry+https://github.com/rust-lang/crates.io-index"
8124checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
8125dependencies = [
8126 "proc-macro2",
8127 "quote",
8128 "serde_derive_internals",
8129 "syn 1.0.109",
8130]
8131
8132[[package]]
8133name = "scoped-tls"
8134version = "1.0.1"
8135source = "registry+https://github.com/rust-lang/crates.io-index"
8136checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
8137
8138[[package]]
8139name = "scoped_threadpool"
8140version = "0.1.9"
8141source = "registry+https://github.com/rust-lang/crates.io-index"
8142checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
8143
8144[[package]]
8145name = "scopeguard"
8146version = "1.2.0"
8147source = "registry+https://github.com/rust-lang/crates.io-index"
8148checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
8149
8150[[package]]
8151name = "scrypt"
8152version = "0.7.0"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
8155dependencies = [
8156 "base64ct",
8157 "hmac 0.11.0",
8158 "password-hash",
8159 "pbkdf2",
8160 "salsa20",
8161 "sha2 0.9.9",
8162]
8163
8164[[package]]
8165name = "sct"
8166version = "0.7.0"
8167source = "registry+https://github.com/rust-lang/crates.io-index"
8168checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
8169dependencies = [
8170 "ring 0.16.20",
8171 "untrusted 0.7.1",
8172]
8173
8174[[package]]
8175name = "sea-bae"
8176version = "0.2.0"
8177source = "registry+https://github.com/rust-lang/crates.io-index"
8178checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
8179dependencies = [
8180 "heck 0.4.1",
8181 "proc-macro-error",
8182 "proc-macro2",
8183 "quote",
8184 "syn 2.0.48",
8185]
8186
8187[[package]]
8188name = "sea-orm"
8189version = "0.12.3"
8190source = "registry+https://github.com/rust-lang/crates.io-index"
8191checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
8192dependencies = [
8193 "async-stream",
8194 "async-trait",
8195 "bigdecimal",
8196 "chrono",
8197 "futures 0.3.28",
8198 "log",
8199 "ouroboros",
8200 "rust_decimal",
8201 "sea-orm-macros",
8202 "sea-query",
8203 "sea-query-binder",
8204 "serde",
8205 "serde_json",
8206 "sqlx",
8207 "strum",
8208 "thiserror",
8209 "time",
8210 "tracing",
8211 "url",
8212 "uuid",
8213]
8214
8215[[package]]
8216name = "sea-orm-macros"
8217version = "0.12.3"
8218source = "registry+https://github.com/rust-lang/crates.io-index"
8219checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
8220dependencies = [
8221 "heck 0.4.1",
8222 "proc-macro2",
8223 "quote",
8224 "sea-bae",
8225 "syn 2.0.48",
8226 "unicode-ident",
8227]
8228
8229[[package]]
8230name = "sea-query"
8231version = "0.30.2"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
8234dependencies = [
8235 "bigdecimal",
8236 "chrono",
8237 "derivative",
8238 "inherent",
8239 "ordered-float 3.9.1",
8240 "rust_decimal",
8241 "serde_json",
8242 "time",
8243 "uuid",
8244]
8245
8246[[package]]
8247name = "sea-query-binder"
8248version = "0.5.0"
8249source = "registry+https://github.com/rust-lang/crates.io-index"
8250checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
8251dependencies = [
8252 "bigdecimal",
8253 "chrono",
8254 "rust_decimal",
8255 "sea-query",
8256 "serde_json",
8257 "sqlx",
8258 "time",
8259 "uuid",
8260]
8261
8262[[package]]
8263name = "seahash"
8264version = "4.1.0"
8265source = "registry+https://github.com/rust-lang/crates.io-index"
8266checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
8267
8268[[package]]
8269name = "sealed"
8270version = "0.4.0"
8271source = "registry+https://github.com/rust-lang/crates.io-index"
8272checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
8273dependencies = [
8274 "heck 0.3.3",
8275 "proc-macro2",
8276 "quote",
8277 "syn 1.0.109",
8278]
8279
8280[[package]]
8281name = "search"
8282version = "0.1.0"
8283dependencies = [
8284 "anyhow",
8285 "bitflags 1.3.2",
8286 "client",
8287 "collections",
8288 "editor",
8289 "futures 0.3.28",
8290 "gpui",
8291 "language",
8292 "log",
8293 "menu",
8294 "postage",
8295 "project",
8296 "semantic_index",
8297 "serde",
8298 "serde_derive",
8299 "serde_json",
8300 "settings",
8301 "smallvec",
8302 "smol",
8303 "theme",
8304 "ui",
8305 "unindent",
8306 "util",
8307 "workspace",
8308]
8309
8310[[package]]
8311name = "sec1"
8312version = "0.3.0"
8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
8315dependencies = [
8316 "base16ct",
8317 "der 0.6.1",
8318 "generic-array",
8319 "pkcs8 0.9.0",
8320 "subtle",
8321 "zeroize",
8322]
8323
8324[[package]]
8325name = "security-framework"
8326version = "2.9.2"
8327source = "registry+https://github.com/rust-lang/crates.io-index"
8328checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
8329dependencies = [
8330 "bitflags 1.3.2",
8331 "core-foundation",
8332 "core-foundation-sys 0.8.6",
8333 "libc",
8334 "security-framework-sys",
8335]
8336
8337[[package]]
8338name = "security-framework-sys"
8339version = "2.9.1"
8340source = "registry+https://github.com/rust-lang/crates.io-index"
8341checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
8342dependencies = [
8343 "core-foundation-sys 0.8.6",
8344 "libc",
8345]
8346
8347[[package]]
8348name = "self_cell"
8349version = "1.0.3"
8350source = "registry+https://github.com/rust-lang/crates.io-index"
8351checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
8352
8353[[package]]
8354name = "semantic_index"
8355version = "0.1.0"
8356dependencies = [
8357 "ai",
8358 "anyhow",
8359 "async-trait",
8360 "client",
8361 "collections",
8362 "ctor",
8363 "env_logger",
8364 "futures 0.3.28",
8365 "globset",
8366 "gpui",
8367 "language",
8368 "lazy_static",
8369 "log",
8370 "ndarray",
8371 "node_runtime",
8372 "ordered-float 2.10.0",
8373 "parking_lot 0.11.2",
8374 "postage",
8375 "pretty_assertions",
8376 "project",
8377 "rand 0.8.5",
8378 "release_channel",
8379 "rpc",
8380 "rusqlite",
8381 "rust-embed",
8382 "schemars",
8383 "serde",
8384 "serde_json",
8385 "settings",
8386 "sha1",
8387 "smol",
8388 "tempfile",
8389 "tiktoken-rs",
8390 "tree-sitter",
8391 "tree-sitter-cpp",
8392 "tree-sitter-elixir",
8393 "tree-sitter-json 0.20.2",
8394 "tree-sitter-lua",
8395 "tree-sitter-php",
8396 "tree-sitter-ruby",
8397 "tree-sitter-rust",
8398 "tree-sitter-toml",
8399 "tree-sitter-typescript",
8400 "unindent",
8401 "util",
8402 "workspace",
8403]
8404
8405[[package]]
8406name = "semver"
8407version = "1.0.18"
8408source = "registry+https://github.com/rust-lang/crates.io-index"
8409checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
8410
8411[[package]]
8412name = "seq-macro"
8413version = "0.2.2"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "5a9f47faea3cad316faa914d013d24f471cd90bfca1a0c70f05a3f42c6441e99"
8416
8417[[package]]
8418name = "serde"
8419version = "1.0.196"
8420source = "registry+https://github.com/rust-lang/crates.io-index"
8421checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
8422dependencies = [
8423 "serde_derive",
8424]
8425
8426[[package]]
8427name = "serde_derive"
8428version = "1.0.196"
8429source = "registry+https://github.com/rust-lang/crates.io-index"
8430checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
8431dependencies = [
8432 "proc-macro2",
8433 "quote",
8434 "syn 2.0.48",
8435]
8436
8437[[package]]
8438name = "serde_derive_internals"
8439version = "0.26.0"
8440source = "registry+https://github.com/rust-lang/crates.io-index"
8441checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
8442dependencies = [
8443 "proc-macro2",
8444 "quote",
8445 "syn 1.0.109",
8446]
8447
8448[[package]]
8449name = "serde_fmt"
8450version = "1.0.3"
8451source = "registry+https://github.com/rust-lang/crates.io-index"
8452checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
8453dependencies = [
8454 "serde",
8455]
8456
8457[[package]]
8458name = "serde_json"
8459version = "1.0.107"
8460source = "registry+https://github.com/rust-lang/crates.io-index"
8461checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
8462dependencies = [
8463 "indexmap 2.0.0",
8464 "itoa",
8465 "ryu",
8466 "serde",
8467]
8468
8469[[package]]
8470name = "serde_json_lenient"
8471version = "0.1.7"
8472source = "registry+https://github.com/rust-lang/crates.io-index"
8473checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
8474dependencies = [
8475 "indexmap 2.0.0",
8476 "itoa",
8477 "ryu",
8478 "serde",
8479]
8480
8481[[package]]
8482name = "serde_repr"
8483version = "0.1.16"
8484source = "registry+https://github.com/rust-lang/crates.io-index"
8485checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
8486dependencies = [
8487 "proc-macro2",
8488 "quote",
8489 "syn 2.0.48",
8490]
8491
8492[[package]]
8493name = "serde_spanned"
8494version = "0.6.5"
8495source = "registry+https://github.com/rust-lang/crates.io-index"
8496checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
8497dependencies = [
8498 "serde",
8499]
8500
8501[[package]]
8502name = "serde_urlencoded"
8503version = "0.7.1"
8504source = "registry+https://github.com/rust-lang/crates.io-index"
8505checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
8506dependencies = [
8507 "form_urlencoded",
8508 "itoa",
8509 "ryu",
8510 "serde",
8511]
8512
8513[[package]]
8514name = "settings"
8515version = "0.1.0"
8516dependencies = [
8517 "anyhow",
8518 "collections",
8519 "fs",
8520 "futures 0.3.28",
8521 "gpui",
8522 "indoc",
8523 "lazy_static",
8524 "pretty_assertions",
8525 "release_channel",
8526 "rust-embed",
8527 "schemars",
8528 "serde",
8529 "serde_derive",
8530 "serde_json",
8531 "serde_json_lenient",
8532 "smallvec",
8533 "tree-sitter",
8534 "tree-sitter-json 0.19.0",
8535 "unindent",
8536 "util",
8537]
8538
8539[[package]]
8540name = "sha-1"
8541version = "0.9.8"
8542source = "registry+https://github.com/rust-lang/crates.io-index"
8543checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
8544dependencies = [
8545 "block-buffer 0.9.0",
8546 "cfg-if 1.0.0",
8547 "cpufeatures",
8548 "digest 0.9.0",
8549 "opaque-debug",
8550]
8551
8552[[package]]
8553name = "sha-1"
8554version = "0.10.1"
8555source = "registry+https://github.com/rust-lang/crates.io-index"
8556checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
8557dependencies = [
8558 "cfg-if 1.0.0",
8559 "cpufeatures",
8560 "digest 0.10.7",
8561]
8562
8563[[package]]
8564name = "sha1"
8565version = "0.10.6"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
8568dependencies = [
8569 "cfg-if 1.0.0",
8570 "cpufeatures",
8571 "digest 0.10.7",
8572]
8573
8574[[package]]
8575name = "sha2"
8576version = "0.9.9"
8577source = "registry+https://github.com/rust-lang/crates.io-index"
8578checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
8579dependencies = [
8580 "block-buffer 0.9.0",
8581 "cfg-if 1.0.0",
8582 "cpufeatures",
8583 "digest 0.9.0",
8584 "opaque-debug",
8585]
8586
8587[[package]]
8588name = "sha2"
8589version = "0.10.7"
8590source = "registry+https://github.com/rust-lang/crates.io-index"
8591checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
8592dependencies = [
8593 "cfg-if 1.0.0",
8594 "cpufeatures",
8595 "digest 0.10.7",
8596]
8597
8598[[package]]
8599name = "sharded-slab"
8600version = "0.1.4"
8601source = "registry+https://github.com/rust-lang/crates.io-index"
8602checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
8603dependencies = [
8604 "lazy_static",
8605]
8606
8607[[package]]
8608name = "shell-words"
8609version = "1.1.0"
8610source = "registry+https://github.com/rust-lang/crates.io-index"
8611checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
8612
8613[[package]]
8614name = "shellexpand"
8615version = "2.1.2"
8616source = "registry+https://github.com/rust-lang/crates.io-index"
8617checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
8618dependencies = [
8619 "dirs 4.0.0",
8620]
8621
8622[[package]]
8623name = "shellexpand"
8624version = "3.1.0"
8625source = "registry+https://github.com/rust-lang/crates.io-index"
8626checksum = "da03fa3b94cc19e3ebfc88c4229c49d8f08cdbd1228870a45f0ffdf84988e14b"
8627dependencies = [
8628 "dirs 4.0.0",
8629]
8630
8631[[package]]
8632name = "shlex"
8633version = "1.3.0"
8634source = "registry+https://github.com/rust-lang/crates.io-index"
8635checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
8636
8637[[package]]
8638name = "signal-hook"
8639version = "0.3.17"
8640source = "registry+https://github.com/rust-lang/crates.io-index"
8641checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
8642dependencies = [
8643 "libc",
8644 "signal-hook-registry",
8645]
8646
8647[[package]]
8648name = "signal-hook-registry"
8649version = "1.4.1"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
8652dependencies = [
8653 "libc",
8654]
8655
8656[[package]]
8657name = "signature"
8658version = "1.6.4"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
8661dependencies = [
8662 "digest 0.10.7",
8663 "rand_core 0.6.4",
8664]
8665
8666[[package]]
8667name = "signature"
8668version = "2.1.0"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
8671dependencies = [
8672 "digest 0.10.7",
8673 "rand_core 0.6.4",
8674]
8675
8676[[package]]
8677name = "simdutf8"
8678version = "0.1.4"
8679source = "registry+https://github.com/rust-lang/crates.io-index"
8680checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
8681
8682[[package]]
8683name = "similar"
8684version = "1.3.0"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
8687
8688[[package]]
8689name = "simple_asn1"
8690version = "0.5.4"
8691source = "registry+https://github.com/rust-lang/crates.io-index"
8692checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
8693dependencies = [
8694 "chrono",
8695 "num-bigint 0.4.4",
8696 "num-traits",
8697 "thiserror",
8698]
8699
8700[[package]]
8701name = "simplecss"
8702version = "0.2.1"
8703source = "registry+https://github.com/rust-lang/crates.io-index"
8704checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
8705dependencies = [
8706 "log",
8707]
8708
8709[[package]]
8710name = "simplelog"
8711version = "0.9.0"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
8714dependencies = [
8715 "chrono",
8716 "log",
8717 "termcolor",
8718]
8719
8720[[package]]
8721name = "siphasher"
8722version = "0.2.3"
8723source = "registry+https://github.com/rust-lang/crates.io-index"
8724checksum = "0b8de496cf83d4ed58b6be86c3a275b8602f6ffe98d3024a869e124147a9a3ac"
8725
8726[[package]]
8727name = "siphasher"
8728version = "0.3.11"
8729source = "registry+https://github.com/rust-lang/crates.io-index"
8730checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
8731
8732[[package]]
8733name = "slab"
8734version = "0.4.9"
8735source = "registry+https://github.com/rust-lang/crates.io-index"
8736checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
8737dependencies = [
8738 "autocfg",
8739]
8740
8741[[package]]
8742name = "slice-group-by"
8743version = "0.3.1"
8744source = "registry+https://github.com/rust-lang/crates.io-index"
8745checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
8746
8747[[package]]
8748name = "slotmap"
8749version = "1.0.6"
8750source = "registry+https://github.com/rust-lang/crates.io-index"
8751checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
8752dependencies = [
8753 "version_check",
8754]
8755
8756[[package]]
8757name = "sluice"
8758version = "0.5.5"
8759source = "registry+https://github.com/rust-lang/crates.io-index"
8760checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
8761dependencies = [
8762 "async-channel",
8763 "futures-core",
8764 "futures-io",
8765]
8766
8767[[package]]
8768name = "smallvec"
8769version = "1.11.1"
8770source = "registry+https://github.com/rust-lang/crates.io-index"
8771checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
8772
8773[[package]]
8774name = "smol"
8775version = "1.3.0"
8776source = "registry+https://github.com/rust-lang/crates.io-index"
8777checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
8778dependencies = [
8779 "async-channel",
8780 "async-executor",
8781 "async-fs 1.6.0",
8782 "async-io 1.13.0",
8783 "async-lock 2.8.0",
8784 "async-net 1.7.0",
8785 "async-process",
8786 "blocking",
8787 "futures-lite 1.13.0",
8788]
8789
8790[[package]]
8791name = "snippet"
8792version = "0.1.0"
8793dependencies = [
8794 "anyhow",
8795 "smallvec",
8796]
8797
8798[[package]]
8799name = "socket2"
8800version = "0.4.9"
8801source = "registry+https://github.com/rust-lang/crates.io-index"
8802checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
8803dependencies = [
8804 "libc",
8805 "winapi 0.3.9",
8806]
8807
8808[[package]]
8809name = "socket2"
8810version = "0.5.4"
8811source = "registry+https://github.com/rust-lang/crates.io-index"
8812checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
8813dependencies = [
8814 "libc",
8815 "windows-sys 0.48.0",
8816]
8817
8818[[package]]
8819name = "spin"
8820version = "0.5.2"
8821source = "registry+https://github.com/rust-lang/crates.io-index"
8822checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
8823
8824[[package]]
8825name = "spin"
8826version = "0.9.8"
8827source = "registry+https://github.com/rust-lang/crates.io-index"
8828checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
8829dependencies = [
8830 "lock_api",
8831]
8832
8833[[package]]
8834name = "spirv"
8835version = "0.2.0+1.5.4"
8836source = "registry+https://github.com/rust-lang/crates.io-index"
8837checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
8838dependencies = [
8839 "bitflags 1.3.2",
8840 "num-traits",
8841]
8842
8843[[package]]
8844name = "spki"
8845version = "0.6.0"
8846source = "registry+https://github.com/rust-lang/crates.io-index"
8847checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
8848dependencies = [
8849 "base64ct",
8850 "der 0.6.1",
8851]
8852
8853[[package]]
8854name = "spki"
8855version = "0.7.2"
8856source = "registry+https://github.com/rust-lang/crates.io-index"
8857checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
8858dependencies = [
8859 "base64ct",
8860 "der 0.7.8",
8861]
8862
8863[[package]]
8864name = "sptr"
8865version = "0.3.2"
8866source = "registry+https://github.com/rust-lang/crates.io-index"
8867checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
8868
8869[[package]]
8870name = "sqlez"
8871version = "0.1.0"
8872dependencies = [
8873 "anyhow",
8874 "collections",
8875 "futures 0.3.28",
8876 "indoc",
8877 "lazy_static",
8878 "libsqlite3-sys",
8879 "parking_lot 0.11.2",
8880 "smol",
8881 "thread_local",
8882 "util",
8883 "uuid",
8884]
8885
8886[[package]]
8887name = "sqlez_macros"
8888version = "0.1.0"
8889dependencies = [
8890 "lazy_static",
8891 "proc-macro2",
8892 "quote",
8893 "sqlez",
8894 "sqlformat",
8895 "syn 1.0.109",
8896]
8897
8898[[package]]
8899name = "sqlformat"
8900version = "0.2.2"
8901source = "registry+https://github.com/rust-lang/crates.io-index"
8902checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
8903dependencies = [
8904 "itertools 0.11.0",
8905 "nom",
8906 "unicode_categories",
8907]
8908
8909[[package]]
8910name = "sqlx"
8911version = "0.7.2"
8912source = "registry+https://github.com/rust-lang/crates.io-index"
8913checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
8914dependencies = [
8915 "sqlx-core",
8916 "sqlx-macros",
8917 "sqlx-mysql",
8918 "sqlx-postgres",
8919 "sqlx-sqlite",
8920]
8921
8922[[package]]
8923name = "sqlx-core"
8924version = "0.7.2"
8925source = "registry+https://github.com/rust-lang/crates.io-index"
8926checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
8927dependencies = [
8928 "ahash 0.8.8",
8929 "atoi",
8930 "bigdecimal",
8931 "byteorder",
8932 "bytes 1.5.0",
8933 "chrono",
8934 "crc",
8935 "crossbeam-queue",
8936 "dotenvy",
8937 "either",
8938 "event-listener 2.5.3",
8939 "futures-channel",
8940 "futures-core",
8941 "futures-intrusive",
8942 "futures-io",
8943 "futures-util",
8944 "hashlink",
8945 "hex",
8946 "indexmap 2.0.0",
8947 "log",
8948 "memchr",
8949 "once_cell",
8950 "paste",
8951 "percent-encoding",
8952 "rust_decimal",
8953 "rustls",
8954 "rustls-pemfile",
8955 "serde",
8956 "serde_json",
8957 "sha2 0.10.7",
8958 "smallvec",
8959 "sqlformat",
8960 "thiserror",
8961 "time",
8962 "tokio",
8963 "tokio-stream",
8964 "tracing",
8965 "url",
8966 "uuid",
8967 "webpki-roots",
8968]
8969
8970[[package]]
8971name = "sqlx-macros"
8972version = "0.7.2"
8973source = "registry+https://github.com/rust-lang/crates.io-index"
8974checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
8975dependencies = [
8976 "proc-macro2",
8977 "quote",
8978 "sqlx-core",
8979 "sqlx-macros-core",
8980 "syn 1.0.109",
8981]
8982
8983[[package]]
8984name = "sqlx-macros-core"
8985version = "0.7.2"
8986source = "registry+https://github.com/rust-lang/crates.io-index"
8987checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
8988dependencies = [
8989 "dotenvy",
8990 "either",
8991 "heck 0.4.1",
8992 "hex",
8993 "once_cell",
8994 "proc-macro2",
8995 "quote",
8996 "serde",
8997 "serde_json",
8998 "sha2 0.10.7",
8999 "sqlx-core",
9000 "sqlx-mysql",
9001 "sqlx-postgres",
9002 "sqlx-sqlite",
9003 "syn 1.0.109",
9004 "tempfile",
9005 "tokio",
9006 "url",
9007]
9008
9009[[package]]
9010name = "sqlx-mysql"
9011version = "0.7.2"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
9014dependencies = [
9015 "atoi",
9016 "base64 0.21.4",
9017 "bigdecimal",
9018 "bitflags 2.4.1",
9019 "byteorder",
9020 "bytes 1.5.0",
9021 "chrono",
9022 "crc",
9023 "digest 0.10.7",
9024 "dotenvy",
9025 "either",
9026 "futures-channel",
9027 "futures-core",
9028 "futures-io",
9029 "futures-util",
9030 "generic-array",
9031 "hex",
9032 "hkdf",
9033 "hmac 0.12.1",
9034 "itoa",
9035 "log",
9036 "md-5",
9037 "memchr",
9038 "once_cell",
9039 "percent-encoding",
9040 "rand 0.8.5",
9041 "rsa 0.9.2",
9042 "rust_decimal",
9043 "serde",
9044 "sha1",
9045 "sha2 0.10.7",
9046 "smallvec",
9047 "sqlx-core",
9048 "stringprep",
9049 "thiserror",
9050 "time",
9051 "tracing",
9052 "uuid",
9053 "whoami",
9054]
9055
9056[[package]]
9057name = "sqlx-postgres"
9058version = "0.7.2"
9059source = "registry+https://github.com/rust-lang/crates.io-index"
9060checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
9061dependencies = [
9062 "atoi",
9063 "base64 0.21.4",
9064 "bigdecimal",
9065 "bitflags 2.4.1",
9066 "byteorder",
9067 "chrono",
9068 "crc",
9069 "dotenvy",
9070 "etcetera",
9071 "futures-channel",
9072 "futures-core",
9073 "futures-io",
9074 "futures-util",
9075 "hex",
9076 "hkdf",
9077 "hmac 0.12.1",
9078 "home",
9079 "itoa",
9080 "log",
9081 "md-5",
9082 "memchr",
9083 "num-bigint 0.4.4",
9084 "once_cell",
9085 "rand 0.8.5",
9086 "rust_decimal",
9087 "serde",
9088 "serde_json",
9089 "sha1",
9090 "sha2 0.10.7",
9091 "smallvec",
9092 "sqlx-core",
9093 "stringprep",
9094 "thiserror",
9095 "time",
9096 "tracing",
9097 "uuid",
9098 "whoami",
9099]
9100
9101[[package]]
9102name = "sqlx-sqlite"
9103version = "0.7.2"
9104source = "registry+https://github.com/rust-lang/crates.io-index"
9105checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
9106dependencies = [
9107 "atoi",
9108 "chrono",
9109 "flume",
9110 "futures-channel",
9111 "futures-core",
9112 "futures-executor",
9113 "futures-intrusive",
9114 "futures-util",
9115 "libsqlite3-sys",
9116 "log",
9117 "percent-encoding",
9118 "serde",
9119 "sqlx-core",
9120 "time",
9121 "tracing",
9122 "url",
9123 "uuid",
9124]
9125
9126[[package]]
9127name = "stable_deref_trait"
9128version = "1.2.0"
9129source = "registry+https://github.com/rust-lang/crates.io-index"
9130checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
9131
9132[[package]]
9133name = "static_assertions"
9134version = "1.1.0"
9135source = "registry+https://github.com/rust-lang/crates.io-index"
9136checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
9137
9138[[package]]
9139name = "story"
9140version = "0.1.0"
9141dependencies = [
9142 "gpui",
9143 "itertools 0.10.5",
9144 "smallvec",
9145]
9146
9147[[package]]
9148name = "storybook"
9149version = "0.1.0"
9150dependencies = [
9151 "anyhow",
9152 "clap 4.4.4",
9153 "collab_ui",
9154 "ctrlc",
9155 "dialoguer",
9156 "editor",
9157 "fuzzy",
9158 "gpui",
9159 "indoc",
9160 "language",
9161 "log",
9162 "menu",
9163 "picker",
9164 "rust-embed",
9165 "settings",
9166 "simplelog",
9167 "story",
9168 "strum",
9169 "theme",
9170 "ui",
9171]
9172
9173[[package]]
9174name = "stringprep"
9175version = "0.1.4"
9176source = "registry+https://github.com/rust-lang/crates.io-index"
9177checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
9178dependencies = [
9179 "finl_unicode",
9180 "unicode-bidi",
9181 "unicode-normalization",
9182]
9183
9184[[package]]
9185name = "strsim"
9186version = "0.10.0"
9187source = "registry+https://github.com/rust-lang/crates.io-index"
9188checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
9189
9190[[package]]
9191name = "strum"
9192version = "0.25.0"
9193source = "registry+https://github.com/rust-lang/crates.io-index"
9194checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
9195dependencies = [
9196 "strum_macros",
9197]
9198
9199[[package]]
9200name = "strum_macros"
9201version = "0.25.2"
9202source = "registry+https://github.com/rust-lang/crates.io-index"
9203checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
9204dependencies = [
9205 "heck 0.4.1",
9206 "proc-macro2",
9207 "quote",
9208 "rustversion",
9209 "syn 2.0.48",
9210]
9211
9212[[package]]
9213name = "subtle"
9214version = "2.5.0"
9215source = "registry+https://github.com/rust-lang/crates.io-index"
9216checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
9217
9218[[package]]
9219name = "sum_tree"
9220version = "0.1.0"
9221dependencies = [
9222 "arrayvec 0.7.4",
9223 "ctor",
9224 "env_logger",
9225 "log",
9226 "rand 0.8.5",
9227 "rayon",
9228]
9229
9230[[package]]
9231name = "sval"
9232version = "2.8.0"
9233source = "registry+https://github.com/rust-lang/crates.io-index"
9234checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
9235
9236[[package]]
9237name = "sval_buffer"
9238version = "2.8.0"
9239source = "registry+https://github.com/rust-lang/crates.io-index"
9240checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
9241dependencies = [
9242 "sval",
9243 "sval_ref",
9244]
9245
9246[[package]]
9247name = "sval_dynamic"
9248version = "2.8.0"
9249source = "registry+https://github.com/rust-lang/crates.io-index"
9250checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
9251dependencies = [
9252 "sval",
9253]
9254
9255[[package]]
9256name = "sval_fmt"
9257version = "2.8.0"
9258source = "registry+https://github.com/rust-lang/crates.io-index"
9259checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
9260dependencies = [
9261 "itoa",
9262 "ryu",
9263 "sval",
9264]
9265
9266[[package]]
9267name = "sval_json"
9268version = "2.8.0"
9269source = "registry+https://github.com/rust-lang/crates.io-index"
9270checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
9271dependencies = [
9272 "itoa",
9273 "ryu",
9274 "sval",
9275]
9276
9277[[package]]
9278name = "sval_ref"
9279version = "2.8.0"
9280source = "registry+https://github.com/rust-lang/crates.io-index"
9281checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
9282dependencies = [
9283 "sval",
9284]
9285
9286[[package]]
9287name = "sval_serde"
9288version = "2.8.0"
9289source = "registry+https://github.com/rust-lang/crates.io-index"
9290checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
9291dependencies = [
9292 "serde",
9293 "sval",
9294 "sval_buffer",
9295 "sval_fmt",
9296]
9297
9298[[package]]
9299name = "svg_fmt"
9300version = "0.4.1"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
9303
9304[[package]]
9305name = "svgfilters"
9306version = "0.3.0"
9307source = "registry+https://github.com/rust-lang/crates.io-index"
9308checksum = "fb0dce2fee79ac40c21dafba48565ff7a5fa275e23ffe9ce047a40c9574ba34e"
9309dependencies = [
9310 "float-cmp",
9311 "rgb",
9312]
9313
9314[[package]]
9315name = "svgtypes"
9316version = "0.5.0"
9317source = "registry+https://github.com/rust-lang/crates.io-index"
9318checksum = "9c536faaff1a10837cfe373142583f6e27d81e96beba339147e77b67c9f260ff"
9319dependencies = [
9320 "float-cmp",
9321 "siphasher 0.2.3",
9322]
9323
9324[[package]]
9325name = "swash"
9326version = "0.1.12"
9327source = "registry+https://github.com/rust-lang/crates.io-index"
9328checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7"
9329dependencies = [
9330 "read-fonts",
9331 "yazi",
9332 "zeno",
9333]
9334
9335[[package]]
9336name = "syn"
9337version = "1.0.109"
9338source = "registry+https://github.com/rust-lang/crates.io-index"
9339checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
9340dependencies = [
9341 "proc-macro2",
9342 "quote",
9343 "unicode-ident",
9344]
9345
9346[[package]]
9347name = "syn"
9348version = "2.0.48"
9349source = "registry+https://github.com/rust-lang/crates.io-index"
9350checksum = "0f3531638e407dfc0814761abb7c00a5b54992b849452a0646b7f65c9f770f3f"
9351dependencies = [
9352 "proc-macro2",
9353 "quote",
9354 "unicode-ident",
9355]
9356
9357[[package]]
9358name = "sync_wrapper"
9359version = "0.1.2"
9360source = "registry+https://github.com/rust-lang/crates.io-index"
9361checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
9362
9363[[package]]
9364name = "sys-info"
9365version = "0.9.1"
9366source = "registry+https://github.com/rust-lang/crates.io-index"
9367checksum = "0b3a0d0aba8bf96a0e1ddfdc352fc53b3df7f39318c71854910c3c4b024ae52c"
9368dependencies = [
9369 "cc",
9370 "libc",
9371]
9372
9373[[package]]
9374name = "sys-locale"
9375version = "0.3.1"
9376source = "registry+https://github.com/rust-lang/crates.io-index"
9377checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
9378dependencies = [
9379 "libc",
9380]
9381
9382[[package]]
9383name = "sysinfo"
9384version = "0.29.10"
9385source = "registry+https://github.com/rust-lang/crates.io-index"
9386checksum = "0a18d114d420ada3a891e6bc8e96a2023402203296a47cdd65083377dad18ba5"
9387dependencies = [
9388 "cfg-if 1.0.0",
9389 "core-foundation-sys 0.8.6",
9390 "libc",
9391 "ntapi",
9392 "once_cell",
9393 "rayon",
9394 "winapi 0.3.9",
9395]
9396
9397[[package]]
9398name = "taffy"
9399version = "0.3.11"
9400source = "git+https://github.com/DioxusLabs/taffy?rev=1876f72bee5e376023eaa518aa7b8a34c769bd1b#1876f72bee5e376023eaa518aa7b8a34c769bd1b"
9401dependencies = [
9402 "arrayvec 0.7.4",
9403 "grid",
9404 "num-traits",
9405 "slotmap",
9406]
9407
9408[[package]]
9409name = "take-until"
9410version = "0.2.0"
9411source = "registry+https://github.com/rust-lang/crates.io-index"
9412checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
9413
9414[[package]]
9415name = "tap"
9416version = "1.0.1"
9417source = "registry+https://github.com/rust-lang/crates.io-index"
9418checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
9419
9420[[package]]
9421name = "target-lexicon"
9422version = "0.12.13"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
9425
9426[[package]]
9427name = "task"
9428version = "0.1.0"
9429dependencies = [
9430 "anyhow",
9431 "collections",
9432 "futures 0.3.28",
9433 "gpui",
9434 "schemars",
9435 "serde",
9436 "serde_json_lenient",
9437 "util",
9438]
9439
9440[[package]]
9441name = "tasks_ui"
9442version = "0.1.0"
9443dependencies = [
9444 "anyhow",
9445 "db",
9446 "fs",
9447 "futures 0.3.28",
9448 "fuzzy",
9449 "gpui",
9450 "log",
9451 "menu",
9452 "picker",
9453 "project",
9454 "schemars",
9455 "serde",
9456 "serde_json",
9457 "task",
9458 "theme",
9459 "ui",
9460 "util",
9461 "workspace",
9462]
9463
9464[[package]]
9465name = "telemetry_events"
9466version = "0.1.0"
9467dependencies = [
9468 "serde",
9469 "util",
9470]
9471
9472[[package]]
9473name = "tempfile"
9474version = "3.9.0"
9475source = "registry+https://github.com/rust-lang/crates.io-index"
9476checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
9477dependencies = [
9478 "cfg-if 1.0.0",
9479 "fastrand 2.0.0",
9480 "redox_syscall 0.4.1",
9481 "rustix 0.38.30",
9482 "windows-sys 0.52.0",
9483]
9484
9485[[package]]
9486name = "tendril"
9487version = "0.4.3"
9488source = "registry+https://github.com/rust-lang/crates.io-index"
9489checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
9490dependencies = [
9491 "futf",
9492 "mac",
9493 "utf-8",
9494]
9495
9496[[package]]
9497name = "termcolor"
9498version = "1.1.3"
9499source = "registry+https://github.com/rust-lang/crates.io-index"
9500checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
9501dependencies = [
9502 "winapi-util",
9503]
9504
9505[[package]]
9506name = "terminal"
9507version = "0.1.0"
9508dependencies = [
9509 "alacritty_terminal",
9510 "anyhow",
9511 "collections",
9512 "db",
9513 "dirs 4.0.0",
9514 "futures 0.3.28",
9515 "gpui",
9516 "itertools 0.10.5",
9517 "lazy_static",
9518 "libc",
9519 "mio-extras",
9520 "ordered-float 2.10.0",
9521 "procinfo",
9522 "rand 0.8.5",
9523 "schemars",
9524 "serde",
9525 "serde_derive",
9526 "serde_json",
9527 "settings",
9528 "shellexpand 2.1.2",
9529 "smallvec",
9530 "smol",
9531 "task",
9532 "theme",
9533 "thiserror",
9534 "util",
9535]
9536
9537[[package]]
9538name = "terminal_view"
9539version = "0.1.0"
9540dependencies = [
9541 "anyhow",
9542 "client",
9543 "collections",
9544 "db",
9545 "dirs 4.0.0",
9546 "editor",
9547 "futures 0.3.28",
9548 "gpui",
9549 "itertools 0.10.5",
9550 "language",
9551 "lazy_static",
9552 "libc",
9553 "mio-extras",
9554 "ordered-float 2.10.0",
9555 "procinfo",
9556 "project",
9557 "rand 0.8.5",
9558 "search",
9559 "serde",
9560 "serde_derive",
9561 "serde_json",
9562 "settings",
9563 "shellexpand 2.1.2",
9564 "smallvec",
9565 "smol",
9566 "task",
9567 "terminal",
9568 "theme",
9569 "thiserror",
9570 "ui",
9571 "util",
9572 "workspace",
9573]
9574
9575[[package]]
9576name = "text"
9577version = "0.1.0"
9578dependencies = [
9579 "anyhow",
9580 "clock",
9581 "collections",
9582 "ctor",
9583 "digest 0.9.0",
9584 "env_logger",
9585 "gpui",
9586 "lazy_static",
9587 "log",
9588 "parking_lot 0.11.2",
9589 "postage",
9590 "rand 0.8.5",
9591 "regex",
9592 "rope",
9593 "smallvec",
9594 "sum_tree",
9595 "util",
9596]
9597
9598[[package]]
9599name = "textwrap"
9600version = "0.16.0"
9601source = "registry+https://github.com/rust-lang/crates.io-index"
9602checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
9603
9604[[package]]
9605name = "theme"
9606version = "0.1.0"
9607dependencies = [
9608 "anyhow",
9609 "collections",
9610 "color",
9611 "derive_more",
9612 "fs",
9613 "futures 0.3.28",
9614 "gpui",
9615 "indexmap 1.9.3",
9616 "itertools 0.11.0",
9617 "palette",
9618 "parking_lot 0.11.2",
9619 "refineable",
9620 "schemars",
9621 "serde",
9622 "serde_derive",
9623 "serde_json",
9624 "serde_json_lenient",
9625 "serde_repr",
9626 "settings",
9627 "story",
9628 "toml 0.8.10",
9629 "util",
9630 "uuid",
9631]
9632
9633[[package]]
9634name = "theme_importer"
9635version = "0.1.0"
9636dependencies = [
9637 "any_ascii",
9638 "anyhow",
9639 "clap 4.4.4",
9640 "convert_case 0.6.0",
9641 "gpui",
9642 "indexmap 1.9.3",
9643 "indoc",
9644 "log",
9645 "palette",
9646 "pathfinder_color",
9647 "rust-embed",
9648 "schemars",
9649 "serde",
9650 "serde_json",
9651 "serde_json_lenient",
9652 "simplelog",
9653 "strum",
9654 "theme",
9655 "uuid",
9656 "vscode_theme",
9657]
9658
9659[[package]]
9660name = "theme_selector"
9661version = "0.1.0"
9662dependencies = [
9663 "client",
9664 "editor",
9665 "feature_flags",
9666 "fs",
9667 "fuzzy",
9668 "gpui",
9669 "log",
9670 "parking_lot 0.11.2",
9671 "picker",
9672 "postage",
9673 "settings",
9674 "smol",
9675 "theme",
9676 "ui",
9677 "util",
9678 "workspace",
9679]
9680
9681[[package]]
9682name = "thiserror"
9683version = "1.0.48"
9684source = "registry+https://github.com/rust-lang/crates.io-index"
9685checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
9686dependencies = [
9687 "thiserror-impl",
9688]
9689
9690[[package]]
9691name = "thiserror-impl"
9692version = "1.0.48"
9693source = "registry+https://github.com/rust-lang/crates.io-index"
9694checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
9695dependencies = [
9696 "proc-macro2",
9697 "quote",
9698 "syn 2.0.48",
9699]
9700
9701[[package]]
9702name = "thousands"
9703version = "0.2.0"
9704source = "registry+https://github.com/rust-lang/crates.io-index"
9705checksum = "3bf63baf9f5039dadc247375c29eb13706706cfde997d0330d05aa63a77d8820"
9706
9707[[package]]
9708name = "thread_local"
9709version = "1.1.7"
9710source = "registry+https://github.com/rust-lang/crates.io-index"
9711checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
9712dependencies = [
9713 "cfg-if 1.0.0",
9714 "once_cell",
9715]
9716
9717[[package]]
9718name = "tiff"
9719version = "0.6.1"
9720source = "registry+https://github.com/rust-lang/crates.io-index"
9721checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
9722dependencies = [
9723 "jpeg-decoder",
9724 "miniz_oxide 0.4.4",
9725 "weezl",
9726]
9727
9728[[package]]
9729name = "tiktoken-rs"
9730version = "0.5.7"
9731source = "registry+https://github.com/rust-lang/crates.io-index"
9732checksum = "a4427b6b1c6b38215b92dd47a83a0ecc6735573d0a5a4c14acc0ac5b33b28adb"
9733dependencies = [
9734 "anyhow",
9735 "base64 0.21.4",
9736 "bstr",
9737 "fancy-regex",
9738 "lazy_static",
9739 "parking_lot 0.12.1",
9740 "rustc-hash",
9741]
9742
9743[[package]]
9744name = "time"
9745version = "0.3.28"
9746source = "registry+https://github.com/rust-lang/crates.io-index"
9747checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
9748dependencies = [
9749 "deranged",
9750 "itoa",
9751 "serde",
9752 "time-core",
9753 "time-macros",
9754]
9755
9756[[package]]
9757name = "time-core"
9758version = "0.1.1"
9759source = "registry+https://github.com/rust-lang/crates.io-index"
9760checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
9761
9762[[package]]
9763name = "time-macros"
9764version = "0.2.14"
9765source = "registry+https://github.com/rust-lang/crates.io-index"
9766checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
9767dependencies = [
9768 "time-core",
9769]
9770
9771[[package]]
9772name = "time_format"
9773version = "0.1.0"
9774dependencies = [
9775 "anyhow",
9776 "core-foundation",
9777 "core-foundation-sys 0.8.6",
9778 "lazy_static",
9779 "sys-locale",
9780 "time",
9781 "util",
9782]
9783
9784[[package]]
9785name = "tiny-skia"
9786version = "0.5.1"
9787source = "registry+https://github.com/rust-lang/crates.io-index"
9788checksum = "1bf81f2900d2e235220e6f31ec9f63ade6a7f59090c556d74fe949bb3b15e9fe"
9789dependencies = [
9790 "arrayref",
9791 "arrayvec 0.5.2",
9792 "bytemuck",
9793 "cfg-if 1.0.0",
9794 "png",
9795 "safe_arch",
9796]
9797
9798[[package]]
9799name = "tiny_http"
9800version = "0.8.2"
9801source = "registry+https://github.com/rust-lang/crates.io-index"
9802checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
9803dependencies = [
9804 "ascii",
9805 "chrono",
9806 "chunked_transfer",
9807 "log",
9808 "url",
9809]
9810
9811[[package]]
9812name = "tinyvec"
9813version = "1.6.0"
9814source = "registry+https://github.com/rust-lang/crates.io-index"
9815checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
9816dependencies = [
9817 "tinyvec_macros",
9818]
9819
9820[[package]]
9821name = "tinyvec_macros"
9822version = "0.1.1"
9823source = "registry+https://github.com/rust-lang/crates.io-index"
9824checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
9825
9826[[package]]
9827name = "tokio"
9828version = "1.32.0"
9829source = "registry+https://github.com/rust-lang/crates.io-index"
9830checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
9831dependencies = [
9832 "backtrace",
9833 "bytes 1.5.0",
9834 "libc",
9835 "mio 0.8.8",
9836 "num_cpus",
9837 "parking_lot 0.12.1",
9838 "pin-project-lite",
9839 "signal-hook-registry",
9840 "socket2 0.5.4",
9841 "tokio-macros",
9842 "windows-sys 0.48.0",
9843]
9844
9845[[package]]
9846name = "tokio-io"
9847version = "0.1.13"
9848source = "registry+https://github.com/rust-lang/crates.io-index"
9849checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
9850dependencies = [
9851 "bytes 0.4.12",
9852 "futures 0.1.31",
9853 "log",
9854]
9855
9856[[package]]
9857name = "tokio-io-timeout"
9858version = "1.2.0"
9859source = "registry+https://github.com/rust-lang/crates.io-index"
9860checksum = "30b74022ada614a1b4834de765f9bb43877f910cc8ce4be40e89042c9223a8bf"
9861dependencies = [
9862 "pin-project-lite",
9863 "tokio",
9864]
9865
9866[[package]]
9867name = "tokio-macros"
9868version = "2.1.0"
9869source = "registry+https://github.com/rust-lang/crates.io-index"
9870checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
9871dependencies = [
9872 "proc-macro2",
9873 "quote",
9874 "syn 2.0.48",
9875]
9876
9877[[package]]
9878name = "tokio-native-tls"
9879version = "0.3.1"
9880source = "registry+https://github.com/rust-lang/crates.io-index"
9881checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
9882dependencies = [
9883 "native-tls",
9884 "tokio",
9885]
9886
9887[[package]]
9888name = "tokio-rustls"
9889version = "0.24.1"
9890source = "registry+https://github.com/rust-lang/crates.io-index"
9891checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
9892dependencies = [
9893 "rustls",
9894 "tokio",
9895]
9896
9897[[package]]
9898name = "tokio-stream"
9899version = "0.1.14"
9900source = "registry+https://github.com/rust-lang/crates.io-index"
9901checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
9902dependencies = [
9903 "futures-core",
9904 "pin-project-lite",
9905 "tokio",
9906]
9907
9908[[package]]
9909name = "tokio-tungstenite"
9910version = "0.17.2"
9911source = "registry+https://github.com/rust-lang/crates.io-index"
9912checksum = "f714dd15bead90401d77e04243611caec13726c2408afd5b31901dfcdcb3b181"
9913dependencies = [
9914 "futures-util",
9915 "log",
9916 "tokio",
9917 "tungstenite 0.17.3",
9918]
9919
9920[[package]]
9921name = "tokio-util"
9922version = "0.6.10"
9923source = "registry+https://github.com/rust-lang/crates.io-index"
9924checksum = "36943ee01a6d67977dd3f84a5a1d2efeb4ada3a1ae771cadfaa535d9d9fc6507"
9925dependencies = [
9926 "bytes 1.5.0",
9927 "futures-core",
9928 "futures-sink",
9929 "log",
9930 "pin-project-lite",
9931 "tokio",
9932]
9933
9934[[package]]
9935name = "tokio-util"
9936version = "0.7.9"
9937source = "registry+https://github.com/rust-lang/crates.io-index"
9938checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
9939dependencies = [
9940 "bytes 1.5.0",
9941 "futures-core",
9942 "futures-io",
9943 "futures-sink",
9944 "pin-project-lite",
9945 "tokio",
9946 "tracing",
9947]
9948
9949[[package]]
9950name = "toml"
9951version = "0.5.11"
9952source = "registry+https://github.com/rust-lang/crates.io-index"
9953checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
9954dependencies = [
9955 "serde",
9956]
9957
9958[[package]]
9959name = "toml"
9960version = "0.8.10"
9961source = "registry+https://github.com/rust-lang/crates.io-index"
9962checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
9963dependencies = [
9964 "serde",
9965 "serde_spanned",
9966 "toml_datetime",
9967 "toml_edit 0.22.6",
9968]
9969
9970[[package]]
9971name = "toml_datetime"
9972version = "0.6.5"
9973source = "registry+https://github.com/rust-lang/crates.io-index"
9974checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
9975dependencies = [
9976 "serde",
9977]
9978
9979[[package]]
9980name = "toml_edit"
9981version = "0.19.15"
9982source = "registry+https://github.com/rust-lang/crates.io-index"
9983checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
9984dependencies = [
9985 "indexmap 2.0.0",
9986 "toml_datetime",
9987 "winnow 0.5.15",
9988]
9989
9990[[package]]
9991name = "toml_edit"
9992version = "0.22.6"
9993source = "registry+https://github.com/rust-lang/crates.io-index"
9994checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
9995dependencies = [
9996 "indexmap 2.0.0",
9997 "serde",
9998 "serde_spanned",
9999 "toml_datetime",
10000 "winnow 0.6.1",
10001]
10002
10003[[package]]
10004name = "tonic"
10005version = "0.6.2"
10006source = "registry+https://github.com/rust-lang/crates.io-index"
10007checksum = "ff08f4649d10a70ffa3522ca559031285d8e421d727ac85c60825761818f5d0a"
10008dependencies = [
10009 "async-stream",
10010 "async-trait",
10011 "base64 0.13.1",
10012 "bytes 1.5.0",
10013 "futures-core",
10014 "futures-util",
10015 "h2",
10016 "http 0.2.9",
10017 "http-body",
10018 "hyper",
10019 "hyper-timeout",
10020 "percent-encoding",
10021 "pin-project",
10022 "prost 0.9.0",
10023 "prost-derive 0.9.0",
10024 "tokio",
10025 "tokio-stream",
10026 "tokio-util 0.6.10",
10027 "tower",
10028 "tower-layer",
10029 "tower-service",
10030 "tracing",
10031 "tracing-futures",
10032]
10033
10034[[package]]
10035name = "tower"
10036version = "0.4.13"
10037source = "registry+https://github.com/rust-lang/crates.io-index"
10038checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
10039dependencies = [
10040 "futures-core",
10041 "futures-util",
10042 "indexmap 1.9.3",
10043 "pin-project",
10044 "pin-project-lite",
10045 "rand 0.8.5",
10046 "slab",
10047 "tokio",
10048 "tokio-util 0.7.9",
10049 "tower-layer",
10050 "tower-service",
10051 "tracing",
10052]
10053
10054[[package]]
10055name = "tower-http"
10056version = "0.3.5"
10057source = "registry+https://github.com/rust-lang/crates.io-index"
10058checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
10059dependencies = [
10060 "bitflags 1.3.2",
10061 "bytes 1.5.0",
10062 "futures-core",
10063 "futures-util",
10064 "http 0.2.9",
10065 "http-body",
10066 "http-range-header",
10067 "pin-project-lite",
10068 "tower",
10069 "tower-layer",
10070 "tower-service",
10071]
10072
10073[[package]]
10074name = "tower-http"
10075version = "0.4.4"
10076source = "registry+https://github.com/rust-lang/crates.io-index"
10077checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
10078dependencies = [
10079 "bitflags 2.4.1",
10080 "bytes 1.5.0",
10081 "futures-core",
10082 "futures-util",
10083 "http 0.2.9",
10084 "http-body",
10085 "http-range-header",
10086 "pin-project-lite",
10087 "tower-layer",
10088 "tower-service",
10089 "tracing",
10090]
10091
10092[[package]]
10093name = "tower-layer"
10094version = "0.3.2"
10095source = "registry+https://github.com/rust-lang/crates.io-index"
10096checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
10097
10098[[package]]
10099name = "tower-service"
10100version = "0.3.2"
10101source = "registry+https://github.com/rust-lang/crates.io-index"
10102checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
10103
10104[[package]]
10105name = "tracing"
10106version = "0.1.37"
10107source = "registry+https://github.com/rust-lang/crates.io-index"
10108checksum = "8ce8c33a8d48bd45d624a6e523445fd21ec13d3653cd51f681abf67418f54eb8"
10109dependencies = [
10110 "cfg-if 1.0.0",
10111 "log",
10112 "pin-project-lite",
10113 "tracing-attributes",
10114 "tracing-core",
10115]
10116
10117[[package]]
10118name = "tracing-attributes"
10119version = "0.1.26"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "5f4f31f56159e98206da9efd823404b79b6ef3143b4a7ab76e67b1751b25a4ab"
10122dependencies = [
10123 "proc-macro2",
10124 "quote",
10125 "syn 2.0.48",
10126]
10127
10128[[package]]
10129name = "tracing-core"
10130version = "0.1.31"
10131source = "registry+https://github.com/rust-lang/crates.io-index"
10132checksum = "0955b8137a1df6f1a2e9a37d8a6656291ff0297c1a97c24e0d8425fe2312f79a"
10133dependencies = [
10134 "once_cell",
10135 "valuable",
10136]
10137
10138[[package]]
10139name = "tracing-futures"
10140version = "0.2.5"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
10143dependencies = [
10144 "pin-project",
10145 "tracing",
10146]
10147
10148[[package]]
10149name = "tracing-log"
10150version = "0.1.3"
10151source = "registry+https://github.com/rust-lang/crates.io-index"
10152checksum = "78ddad33d2d10b1ed7eb9d1f518a5674713876e97e5bb9b7345a7984fbb4f922"
10153dependencies = [
10154 "lazy_static",
10155 "log",
10156 "tracing-core",
10157]
10158
10159[[package]]
10160name = "tracing-serde"
10161version = "0.1.3"
10162source = "registry+https://github.com/rust-lang/crates.io-index"
10163checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
10164dependencies = [
10165 "serde",
10166 "tracing-core",
10167]
10168
10169[[package]]
10170name = "tracing-subscriber"
10171version = "0.3.17"
10172source = "registry+https://github.com/rust-lang/crates.io-index"
10173checksum = "30a651bc37f915e81f087d86e62a18eec5f79550c7faff886f7090b4ea757c77"
10174dependencies = [
10175 "matchers",
10176 "nu-ansi-term",
10177 "once_cell",
10178 "regex",
10179 "serde",
10180 "serde_json",
10181 "sharded-slab",
10182 "smallvec",
10183 "thread_local",
10184 "tracing",
10185 "tracing-core",
10186 "tracing-log",
10187 "tracing-serde",
10188]
10189
10190[[package]]
10191name = "tree-sitter"
10192version = "0.20.100"
10193source = "git+https://github.com/tree-sitter/tree-sitter?rev=da7063ba18381fd7dd3c7fc8e1bc43b129818569#da7063ba18381fd7dd3c7fc8e1bc43b129818569"
10194dependencies = [
10195 "cc",
10196 "regex",
10197 "wasmtime",
10198 "wasmtime-c-api-impl",
10199]
10200
10201[[package]]
10202name = "tree-sitter-astro"
10203version = "0.0.1"
10204source = "git+https://github.com/virchau13/tree-sitter-astro.git?rev=e924787e12e8a03194f36a113290ac11d6dc10f3#e924787e12e8a03194f36a113290ac11d6dc10f3"
10205dependencies = [
10206 "cc",
10207 "tree-sitter",
10208]
10209
10210[[package]]
10211name = "tree-sitter-bash"
10212version = "0.20.4"
10213source = "git+https://github.com/tree-sitter/tree-sitter-bash?rev=7331995b19b8f8aba2d5e26deb51d2195c18bc94#7331995b19b8f8aba2d5e26deb51d2195c18bc94"
10214dependencies = [
10215 "cc",
10216 "tree-sitter",
10217]
10218
10219[[package]]
10220name = "tree-sitter-c"
10221version = "0.20.6"
10222source = "registry+https://github.com/rust-lang/crates.io-index"
10223checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
10224dependencies = [
10225 "cc",
10226 "tree-sitter",
10227]
10228
10229[[package]]
10230name = "tree-sitter-c-sharp"
10231version = "0.20.0"
10232source = "git+https://github.com/tree-sitter/tree-sitter-c-sharp?rev=dd5e59721a5f8dae34604060833902b882023aaf#dd5e59721a5f8dae34604060833902b882023aaf"
10233dependencies = [
10234 "cc",
10235 "tree-sitter",
10236]
10237
10238[[package]]
10239name = "tree-sitter-clojure"
10240version = "0.0.9"
10241source = "git+https://github.com/prcastro/tree-sitter-clojure?branch=update-ts#38b4f8d264248b2fd09575fbce66f7c22e8929d5"
10242dependencies = [
10243 "cc",
10244 "tree-sitter",
10245]
10246
10247[[package]]
10248name = "tree-sitter-cpp"
10249version = "0.20.0"
10250source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=f44509141e7e483323d2ec178f2d2e6c0fc041c1#f44509141e7e483323d2ec178f2d2e6c0fc041c1"
10251dependencies = [
10252 "cc",
10253 "tree-sitter",
10254]
10255
10256[[package]]
10257name = "tree-sitter-css"
10258version = "0.19.0"
10259source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
10260dependencies = [
10261 "cc",
10262 "tree-sitter",
10263]
10264
10265[[package]]
10266name = "tree-sitter-dart"
10267version = "0.0.1"
10268source = "git+https://github.com/agent3bood/tree-sitter-dart?rev=48934e3bf757a9b78f17bdfaa3e2b4284656fdc7#48934e3bf757a9b78f17bdfaa3e2b4284656fdc7"
10269dependencies = [
10270 "cc",
10271 "tree-sitter",
10272]
10273
10274[[package]]
10275name = "tree-sitter-dockerfile"
10276version = "0.1.0"
10277source = "git+https://github.com/camdencheek/tree-sitter-dockerfile?rev=33e22c33bcdbfc33d42806ee84cfd0b1248cc392#33e22c33bcdbfc33d42806ee84cfd0b1248cc392"
10278dependencies = [
10279 "cc",
10280 "tree-sitter",
10281]
10282
10283[[package]]
10284name = "tree-sitter-elixir"
10285version = "0.1.0"
10286source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=a2861e88a730287a60c11ea9299c033c7d076e30#a2861e88a730287a60c11ea9299c033c7d076e30"
10287dependencies = [
10288 "cc",
10289 "tree-sitter",
10290]
10291
10292[[package]]
10293name = "tree-sitter-elm"
10294version = "5.6.4"
10295source = "git+https://github.com/elm-tooling/tree-sitter-elm?rev=692c50c0b961364c40299e73c1306aecb5d20f40#692c50c0b961364c40299e73c1306aecb5d20f40"
10296dependencies = [
10297 "cc",
10298 "tree-sitter",
10299]
10300
10301[[package]]
10302name = "tree-sitter-embedded-template"
10303version = "0.20.0"
10304source = "registry+https://github.com/rust-lang/crates.io-index"
10305checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
10306dependencies = [
10307 "cc",
10308 "tree-sitter",
10309]
10310
10311[[package]]
10312name = "tree-sitter-erlang"
10313version = "0.4.0"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "93ced5145ebb17f83243bf055b74e108da7cc129e12faab4166df03f59b287f4"
10316dependencies = [
10317 "cc",
10318 "tree-sitter",
10319]
10320
10321[[package]]
10322name = "tree-sitter-gitcommit"
10323version = "0.3.3"
10324source = "git+https://github.com/gbprod/tree-sitter-gitcommit#7c01af8d227b5344f62aade2ff00f19bd0c458ca"
10325dependencies = [
10326 "cc",
10327 "tree-sitter",
10328]
10329
10330[[package]]
10331name = "tree-sitter-gleam"
10332version = "0.34.0"
10333source = "git+https://github.com/gleam-lang/tree-sitter-gleam?rev=58b7cac8fc14c92b0677c542610d8738c373fa81#58b7cac8fc14c92b0677c542610d8738c373fa81"
10334dependencies = [
10335 "cc",
10336 "tree-sitter",
10337]
10338
10339[[package]]
10340name = "tree-sitter-glsl"
10341version = "0.1.4"
10342source = "git+https://github.com/theHamsta/tree-sitter-glsl?rev=2a56fb7bc8bb03a1892b4741279dd0a8758b7fb3#2a56fb7bc8bb03a1892b4741279dd0a8758b7fb3"
10343dependencies = [
10344 "cc",
10345 "tree-sitter",
10346]
10347
10348[[package]]
10349name = "tree-sitter-go"
10350version = "0.19.1"
10351source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
10352dependencies = [
10353 "cc",
10354 "tree-sitter",
10355]
10356
10357[[package]]
10358name = "tree-sitter-gomod"
10359version = "1.0.2"
10360source = "git+https://github.com/camdencheek/tree-sitter-go-mod#bbe2fe3be4b87e06a613e685250f473d2267f430"
10361dependencies = [
10362 "cc",
10363 "tree-sitter",
10364]
10365
10366[[package]]
10367name = "tree-sitter-gowork"
10368version = "0.0.1"
10369source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
10370dependencies = [
10371 "cc",
10372 "tree-sitter",
10373]
10374
10375[[package]]
10376name = "tree-sitter-haskell"
10377version = "0.14.0"
10378source = "git+https://github.com/tree-sitter/tree-sitter-haskell?rev=8a99848fc734f9c4ea523b3f2a07df133cbbcec2#8a99848fc734f9c4ea523b3f2a07df133cbbcec2"
10379dependencies = [
10380 "cc",
10381 "tree-sitter",
10382]
10383
10384[[package]]
10385name = "tree-sitter-hcl"
10386version = "0.0.1"
10387source = "git+https://github.com/MichaHoffmann/tree-sitter-hcl?rev=v1.1.0#636dbe70301ecbab8f353c8c78b3406fe4f185f5"
10388dependencies = [
10389 "cc",
10390 "tree-sitter",
10391]
10392
10393[[package]]
10394name = "tree-sitter-heex"
10395version = "0.0.1"
10396source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
10397dependencies = [
10398 "cc",
10399 "tree-sitter",
10400]
10401
10402[[package]]
10403name = "tree-sitter-html"
10404version = "0.19.0"
10405source = "registry+https://github.com/rust-lang/crates.io-index"
10406checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
10407dependencies = [
10408 "cc",
10409 "tree-sitter",
10410]
10411
10412[[package]]
10413name = "tree-sitter-json"
10414version = "0.19.0"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
10417dependencies = [
10418 "cc",
10419 "tree-sitter",
10420]
10421
10422[[package]]
10423name = "tree-sitter-json"
10424version = "0.20.2"
10425source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=3b129203f4b72d532f58e72c5310c0a7db3b8e6d#3b129203f4b72d532f58e72c5310c0a7db3b8e6d"
10426dependencies = [
10427 "cc",
10428 "tree-sitter",
10429]
10430
10431[[package]]
10432name = "tree-sitter-lua"
10433version = "0.0.14"
10434source = "registry+https://github.com/rust-lang/crates.io-index"
10435checksum = "d489873fd1a2fa6d5f04930bfc5c081c96f0c038c1437104518b5b842c69b282"
10436dependencies = [
10437 "cc",
10438 "tree-sitter",
10439]
10440
10441[[package]]
10442name = "tree-sitter-markdown"
10443version = "0.0.1"
10444source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
10445dependencies = [
10446 "cc",
10447 "tree-sitter",
10448]
10449
10450[[package]]
10451name = "tree-sitter-nix"
10452version = "0.0.1"
10453source = "git+https://github.com/nix-community/tree-sitter-nix?rev=66e3e9ce9180ae08fc57372061006ef83f0abde7#66e3e9ce9180ae08fc57372061006ef83f0abde7"
10454dependencies = [
10455 "cc",
10456 "tree-sitter",
10457]
10458
10459[[package]]
10460name = "tree-sitter-nu"
10461version = "0.0.1"
10462source = "git+https://github.com/nushell/tree-sitter-nu?rev=7dd29f9616822e5fc259f5b4ae6c4ded9a71a132#7dd29f9616822e5fc259f5b4ae6c4ded9a71a132"
10463dependencies = [
10464 "cc",
10465 "tree-sitter",
10466]
10467
10468[[package]]
10469name = "tree-sitter-ocaml"
10470version = "0.20.4"
10471source = "git+https://github.com/tree-sitter/tree-sitter-ocaml?rev=4abfdc1c7af2c6c77a370aee974627be1c285b3b#4abfdc1c7af2c6c77a370aee974627be1c285b3b"
10472dependencies = [
10473 "cc",
10474 "tree-sitter",
10475]
10476
10477[[package]]
10478name = "tree-sitter-php"
10479version = "0.21.1"
10480source = "registry+https://github.com/rust-lang/crates.io-index"
10481checksum = "0db3788e709a5adfb583683a4b686a084e41a0f9e5a2fcb9a8e358f11481036a"
10482dependencies = [
10483 "cc",
10484 "tree-sitter",
10485]
10486
10487[[package]]
10488name = "tree-sitter-prisma-io"
10489version = "1.4.0"
10490source = "git+https://github.com/victorhqc/tree-sitter-prisma#eca2596a355b1a9952b4f80f8f9caed300a272b5"
10491dependencies = [
10492 "cc",
10493 "tree-sitter",
10494]
10495
10496[[package]]
10497name = "tree-sitter-proto"
10498version = "0.0.2"
10499source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
10500dependencies = [
10501 "cc",
10502 "tree-sitter",
10503]
10504
10505[[package]]
10506name = "tree-sitter-purescript"
10507version = "0.1.0"
10508source = "git+https://github.com/postsolar/tree-sitter-purescript?rev=v0.1.0#0554811a512b9cec08b5a83ce9096eb22da18213"
10509dependencies = [
10510 "cc",
10511 "tree-sitter",
10512]
10513
10514[[package]]
10515name = "tree-sitter-python"
10516version = "0.20.4"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
10519dependencies = [
10520 "cc",
10521 "tree-sitter",
10522]
10523
10524[[package]]
10525name = "tree-sitter-racket"
10526version = "0.0.1"
10527source = "git+https://github.com/zed-industries/tree-sitter-racket?rev=eb010cf2c674c6fd9a6316a84e28ef90190fe51a#eb010cf2c674c6fd9a6316a84e28ef90190fe51a"
10528dependencies = [
10529 "cc",
10530 "tree-sitter",
10531]
10532
10533[[package]]
10534name = "tree-sitter-ruby"
10535version = "0.20.0"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
10538dependencies = [
10539 "cc",
10540 "tree-sitter",
10541]
10542
10543[[package]]
10544name = "tree-sitter-rust"
10545version = "0.20.4"
10546source = "registry+https://github.com/rust-lang/crates.io-index"
10547checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
10548dependencies = [
10549 "cc",
10550 "tree-sitter",
10551]
10552
10553[[package]]
10554name = "tree-sitter-scheme"
10555version = "0.2.0"
10556source = "git+https://github.com/6cdh/tree-sitter-scheme?rev=af0fd1fa452cb2562dc7b5c8a8c55551c39273b9#af0fd1fa452cb2562dc7b5c8a8c55551c39273b9"
10557dependencies = [
10558 "cc",
10559 "tree-sitter",
10560]
10561
10562[[package]]
10563name = "tree-sitter-svelte"
10564version = "0.10.2"
10565source = "git+https://github.com/Himujjal/tree-sitter-svelte?rev=bd60db7d3d06f89b6ec3b287c9a6e9190b5564bd#bd60db7d3d06f89b6ec3b287c9a6e9190b5564bd"
10566dependencies = [
10567 "cc",
10568 "tree-sitter",
10569]
10570
10571[[package]]
10572name = "tree-sitter-toml"
10573version = "0.5.1"
10574source = "git+https://github.com/tree-sitter/tree-sitter-toml?rev=342d9be207c2dba869b9967124c679b5e6fd0ebe#342d9be207c2dba869b9967124c679b5e6fd0ebe"
10575dependencies = [
10576 "cc",
10577 "tree-sitter",
10578]
10579
10580[[package]]
10581name = "tree-sitter-typescript"
10582version = "0.20.2"
10583source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
10584dependencies = [
10585 "cc",
10586 "tree-sitter",
10587]
10588
10589[[package]]
10590name = "tree-sitter-uiua"
10591version = "0.10.0"
10592source = "git+https://github.com/shnarazk/tree-sitter-uiua?rev=21dc2db39494585bf29a3f86d5add6e9d11a22ba#21dc2db39494585bf29a3f86d5add6e9d11a22ba"
10593dependencies = [
10594 "cc",
10595 "tree-sitter",
10596]
10597
10598[[package]]
10599name = "tree-sitter-vue"
10600version = "0.0.1"
10601source = "git+https://github.com/zed-industries/tree-sitter-vue?rev=6608d9d60c386f19d80af7d8132322fa11199c42#6608d9d60c386f19d80af7d8132322fa11199c42"
10602dependencies = [
10603 "cc",
10604 "tree-sitter",
10605]
10606
10607[[package]]
10608name = "tree-sitter-yaml"
10609version = "0.0.1"
10610source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=f545a41f57502e1b5ddf2a6668896c1b0620f930#f545a41f57502e1b5ddf2a6668896c1b0620f930"
10611dependencies = [
10612 "cc",
10613 "tree-sitter",
10614]
10615
10616[[package]]
10617name = "tree-sitter-zig"
10618version = "0.0.1"
10619source = "git+https://github.com/maxxnino/tree-sitter-zig?rev=0d08703e4c3f426ec61695d7617415fff97029bd#0d08703e4c3f426ec61695d7617415fff97029bd"
10620dependencies = [
10621 "cc",
10622 "tree-sitter",
10623]
10624
10625[[package]]
10626name = "try-lock"
10627version = "0.2.4"
10628source = "registry+https://github.com/rust-lang/crates.io-index"
10629checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
10630
10631[[package]]
10632name = "ttf-parser"
10633version = "0.9.0"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "62ddb402ac6c2af6f7a2844243887631c4e94b51585b229fcfddb43958cd55ca"
10636
10637[[package]]
10638name = "ttf-parser"
10639version = "0.12.3"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "7ae2f58a822f08abdaf668897e96a5656fe72f5a9ce66422423e8849384872e6"
10642
10643[[package]]
10644name = "ttf-parser"
10645version = "0.19.2"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "49d64318d8311fc2668e48b63969f4343e0a85c4a109aa8460d6672e364b8bd1"
10648
10649[[package]]
10650name = "ttf-parser"
10651version = "0.20.0"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
10654
10655[[package]]
10656name = "tungstenite"
10657version = "0.16.0"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
10660dependencies = [
10661 "base64 0.13.1",
10662 "byteorder",
10663 "bytes 1.5.0",
10664 "http 0.2.9",
10665 "httparse",
10666 "log",
10667 "native-tls",
10668 "rand 0.8.5",
10669 "sha-1 0.9.8",
10670 "thiserror",
10671 "url",
10672 "utf-8",
10673]
10674
10675[[package]]
10676name = "tungstenite"
10677version = "0.17.3"
10678source = "registry+https://github.com/rust-lang/crates.io-index"
10679checksum = "e27992fd6a8c29ee7eef28fc78349aa244134e10ad447ce3b9f0ac0ed0fa4ce0"
10680dependencies = [
10681 "base64 0.13.1",
10682 "byteorder",
10683 "bytes 1.5.0",
10684 "http 0.2.9",
10685 "httparse",
10686 "log",
10687 "rand 0.8.5",
10688 "sha-1 0.10.1",
10689 "thiserror",
10690 "url",
10691 "utf-8",
10692]
10693
10694[[package]]
10695name = "typenum"
10696version = "1.17.0"
10697source = "registry+https://github.com/rust-lang/crates.io-index"
10698checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
10699
10700[[package]]
10701name = "uds_windows"
10702version = "1.1.0"
10703source = "registry+https://github.com/rust-lang/crates.io-index"
10704checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
10705dependencies = [
10706 "memoffset 0.9.0",
10707 "tempfile",
10708 "winapi 0.3.9",
10709]
10710
10711[[package]]
10712name = "ui"
10713version = "0.1.0"
10714dependencies = [
10715 "anyhow",
10716 "chrono",
10717 "gpui",
10718 "itertools 0.11.0",
10719 "menu",
10720 "rand 0.8.5",
10721 "serde",
10722 "settings",
10723 "smallvec",
10724 "story",
10725 "strum",
10726 "theme",
10727]
10728
10729[[package]]
10730name = "unicase"
10731version = "2.7.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
10734dependencies = [
10735 "version_check",
10736]
10737
10738[[package]]
10739name = "unicode-bidi"
10740version = "0.3.13"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
10743
10744[[package]]
10745name = "unicode-bidi-mirroring"
10746version = "0.1.0"
10747source = "registry+https://github.com/rust-lang/crates.io-index"
10748checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
10749
10750[[package]]
10751name = "unicode-ccc"
10752version = "0.1.2"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
10755
10756[[package]]
10757name = "unicode-general-category"
10758version = "0.2.0"
10759source = "registry+https://github.com/rust-lang/crates.io-index"
10760checksum = "7f9af028e052a610d99e066b33304625dea9613170a2563314490a4e6ec5cf7f"
10761
10762[[package]]
10763name = "unicode-ident"
10764version = "1.0.12"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
10767
10768[[package]]
10769name = "unicode-linebreak"
10770version = "0.1.5"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
10773
10774[[package]]
10775name = "unicode-normalization"
10776version = "0.1.22"
10777source = "registry+https://github.com/rust-lang/crates.io-index"
10778checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
10779dependencies = [
10780 "tinyvec",
10781]
10782
10783[[package]]
10784name = "unicode-properties"
10785version = "0.1.1"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
10788
10789[[package]]
10790name = "unicode-script"
10791version = "0.5.5"
10792source = "registry+https://github.com/rust-lang/crates.io-index"
10793checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
10794
10795[[package]]
10796name = "unicode-segmentation"
10797version = "1.10.1"
10798source = "registry+https://github.com/rust-lang/crates.io-index"
10799checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
10800
10801[[package]]
10802name = "unicode-vo"
10803version = "0.1.0"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
10806
10807[[package]]
10808name = "unicode-width"
10809version = "0.1.11"
10810source = "registry+https://github.com/rust-lang/crates.io-index"
10811checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
10812
10813[[package]]
10814name = "unicode-xid"
10815version = "0.2.4"
10816source = "registry+https://github.com/rust-lang/crates.io-index"
10817checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
10818
10819[[package]]
10820name = "unicode_categories"
10821version = "0.1.1"
10822source = "registry+https://github.com/rust-lang/crates.io-index"
10823checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
10824
10825[[package]]
10826name = "unindent"
10827version = "0.1.11"
10828source = "registry+https://github.com/rust-lang/crates.io-index"
10829checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
10830
10831[[package]]
10832name = "untrusted"
10833version = "0.7.1"
10834source = "registry+https://github.com/rust-lang/crates.io-index"
10835checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
10836
10837[[package]]
10838name = "untrusted"
10839version = "0.9.0"
10840source = "registry+https://github.com/rust-lang/crates.io-index"
10841checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
10842
10843[[package]]
10844name = "url"
10845version = "2.4.1"
10846source = "registry+https://github.com/rust-lang/crates.io-index"
10847checksum = "143b538f18257fac9cad154828a57c6bf5157e1aa604d4816b5995bf6de87ae5"
10848dependencies = [
10849 "form_urlencoded",
10850 "idna",
10851 "percent-encoding",
10852 "serde",
10853]
10854
10855[[package]]
10856name = "urlencoding"
10857version = "2.1.3"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
10860
10861[[package]]
10862name = "usvg"
10863version = "0.14.1"
10864source = "registry+https://github.com/rust-lang/crates.io-index"
10865checksum = "ef8352f317d8f9a918ba5154797fb2a93e2730244041cf7d5be35148266adfa5"
10866dependencies = [
10867 "base64 0.13.1",
10868 "data-url",
10869 "flate2",
10870 "fontdb 0.5.4",
10871 "kurbo",
10872 "log",
10873 "memmap2 0.2.3",
10874 "pico-args",
10875 "rctree",
10876 "roxmltree 0.14.1",
10877 "rustybuzz 0.3.0",
10878 "simplecss",
10879 "siphasher 0.2.3",
10880 "svgtypes",
10881 "ttf-parser 0.12.3",
10882 "unicode-bidi",
10883 "unicode-script",
10884 "unicode-vo",
10885 "xmlwriter",
10886]
10887
10888[[package]]
10889name = "utf-8"
10890version = "0.7.6"
10891source = "registry+https://github.com/rust-lang/crates.io-index"
10892checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
10893
10894[[package]]
10895name = "utf8parse"
10896version = "0.2.1"
10897source = "registry+https://github.com/rust-lang/crates.io-index"
10898checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
10899
10900[[package]]
10901name = "util"
10902version = "0.1.0"
10903dependencies = [
10904 "anyhow",
10905 "backtrace",
10906 "collections",
10907 "dirs 3.0.2",
10908 "futures 0.3.28",
10909 "git2",
10910 "globset",
10911 "isahc",
10912 "lazy_static",
10913 "log",
10914 "parking_lot 0.11.2",
10915 "rand 0.8.5",
10916 "rust-embed",
10917 "serde",
10918 "serde_json",
10919 "smol",
10920 "take-until",
10921 "tempfile",
10922 "tendril",
10923 "url",
10924]
10925
10926[[package]]
10927name = "uuid"
10928version = "1.4.1"
10929source = "registry+https://github.com/rust-lang/crates.io-index"
10930checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
10931dependencies = [
10932 "getrandom 0.2.10",
10933 "serde",
10934]
10935
10936[[package]]
10937name = "valuable"
10938version = "0.1.0"
10939source = "registry+https://github.com/rust-lang/crates.io-index"
10940checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
10941
10942[[package]]
10943name = "value-bag"
10944version = "1.4.1"
10945source = "registry+https://github.com/rust-lang/crates.io-index"
10946checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
10947dependencies = [
10948 "value-bag-serde1",
10949 "value-bag-sval2",
10950]
10951
10952[[package]]
10953name = "value-bag-serde1"
10954version = "1.4.1"
10955source = "registry+https://github.com/rust-lang/crates.io-index"
10956checksum = "b0b9f3feef403a50d4d67e9741a6d8fc688bcbb4e4f31bd4aab72cc690284394"
10957dependencies = [
10958 "erased-serde",
10959 "serde",
10960 "serde_fmt",
10961]
10962
10963[[package]]
10964name = "value-bag-sval2"
10965version = "1.4.1"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "30b24f4146b6f3361e91cbf527d1fb35e9376c3c0cef72ca5ec5af6d640fad7d"
10968dependencies = [
10969 "sval",
10970 "sval_buffer",
10971 "sval_dynamic",
10972 "sval_fmt",
10973 "sval_json",
10974 "sval_ref",
10975 "sval_serde",
10976]
10977
10978[[package]]
10979name = "vcpkg"
10980version = "0.2.15"
10981source = "registry+https://github.com/rust-lang/crates.io-index"
10982checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
10983
10984[[package]]
10985name = "vcs_menu"
10986version = "0.1.0"
10987dependencies = [
10988 "anyhow",
10989 "fs",
10990 "fuzzy",
10991 "gpui",
10992 "picker",
10993 "ui",
10994 "util",
10995 "workspace",
10996]
10997
10998[[package]]
10999name = "version_check"
11000version = "0.9.4"
11001source = "registry+https://github.com/rust-lang/crates.io-index"
11002checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11003
11004[[package]]
11005name = "vim"
11006version = "0.1.0"
11007dependencies = [
11008 "anyhow",
11009 "async-compat",
11010 "async-trait",
11011 "collections",
11012 "command_palette",
11013 "copilot",
11014 "editor",
11015 "futures 0.3.28",
11016 "gpui",
11017 "indoc",
11018 "language",
11019 "log",
11020 "lsp",
11021 "nvim-rs",
11022 "parking_lot 0.11.2",
11023 "regex",
11024 "release_channel",
11025 "schemars",
11026 "search",
11027 "serde",
11028 "serde_derive",
11029 "serde_json",
11030 "settings",
11031 "theme",
11032 "tokio",
11033 "ui",
11034 "util",
11035 "workspace",
11036 "zed_actions",
11037]
11038
11039[[package]]
11040name = "vscode_theme"
11041version = "0.2.0"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
11044dependencies = [
11045 "serde",
11046]
11047
11048[[package]]
11049name = "vsimd"
11050version = "0.8.0"
11051source = "registry+https://github.com/rust-lang/crates.io-index"
11052checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
11053
11054[[package]]
11055name = "vte"
11056version = "0.13.0"
11057source = "registry+https://github.com/rust-lang/crates.io-index"
11058checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
11059dependencies = [
11060 "bitflags 2.4.1",
11061 "cursor-icon",
11062 "log",
11063 "serde",
11064 "utf8parse",
11065 "vte_generate_state_changes",
11066]
11067
11068[[package]]
11069name = "vte_generate_state_changes"
11070version = "0.1.1"
11071source = "registry+https://github.com/rust-lang/crates.io-index"
11072checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
11073dependencies = [
11074 "proc-macro2",
11075 "quote",
11076]
11077
11078[[package]]
11079name = "waker-fn"
11080version = "1.1.0"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
11083
11084[[package]]
11085name = "walkdir"
11086version = "2.4.0"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
11089dependencies = [
11090 "same-file",
11091 "winapi-util",
11092]
11093
11094[[package]]
11095name = "want"
11096version = "0.3.1"
11097source = "registry+https://github.com/rust-lang/crates.io-index"
11098checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
11099dependencies = [
11100 "try-lock",
11101]
11102
11103[[package]]
11104name = "wasi"
11105version = "0.9.0+wasi-snapshot-preview1"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
11108
11109[[package]]
11110name = "wasi"
11111version = "0.11.0+wasi-snapshot-preview1"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
11114
11115[[package]]
11116name = "wasm-bindgen"
11117version = "0.2.87"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "7706a72ab36d8cb1f80ffbf0e071533974a60d0a308d01a5d0375bf60499a342"
11120dependencies = [
11121 "cfg-if 1.0.0",
11122 "wasm-bindgen-macro",
11123]
11124
11125[[package]]
11126name = "wasm-bindgen-backend"
11127version = "0.2.87"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "5ef2b6d3c510e9625e5fe6f509ab07d66a760f0885d858736483c32ed7809abd"
11130dependencies = [
11131 "bumpalo",
11132 "log",
11133 "once_cell",
11134 "proc-macro2",
11135 "quote",
11136 "syn 2.0.48",
11137 "wasm-bindgen-shared",
11138]
11139
11140[[package]]
11141name = "wasm-bindgen-futures"
11142version = "0.4.37"
11143source = "registry+https://github.com/rust-lang/crates.io-index"
11144checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
11145dependencies = [
11146 "cfg-if 1.0.0",
11147 "js-sys",
11148 "wasm-bindgen",
11149 "web-sys",
11150]
11151
11152[[package]]
11153name = "wasm-bindgen-macro"
11154version = "0.2.87"
11155source = "registry+https://github.com/rust-lang/crates.io-index"
11156checksum = "dee495e55982a3bd48105a7b947fd2a9b4a8ae3010041b9e0faab3f9cd028f1d"
11157dependencies = [
11158 "quote",
11159 "wasm-bindgen-macro-support",
11160]
11161
11162[[package]]
11163name = "wasm-bindgen-macro-support"
11164version = "0.2.87"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "54681b18a46765f095758388f2d0cf16eb8d4169b639ab575a8f5693af210c7b"
11167dependencies = [
11168 "proc-macro2",
11169 "quote",
11170 "syn 2.0.48",
11171 "wasm-bindgen-backend",
11172 "wasm-bindgen-shared",
11173]
11174
11175[[package]]
11176name = "wasm-bindgen-shared"
11177version = "0.2.87"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "ca6ad05a4870b2bf5fe995117d3728437bd27d7cd5f06f13c17443ef369775a1"
11180
11181[[package]]
11182name = "wasm-encoder"
11183version = "0.41.2"
11184source = "registry+https://github.com/rust-lang/crates.io-index"
11185checksum = "972f97a5d8318f908dded23594188a90bcd09365986b1163e66d70170e5287ae"
11186dependencies = [
11187 "leb128",
11188]
11189
11190[[package]]
11191name = "wasmparser"
11192version = "0.121.2"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "9dbe55c8f9d0dbd25d9447a5a889ff90c0cc3feaa7395310d3d826b2c703eaab"
11195dependencies = [
11196 "bitflags 2.4.1",
11197 "indexmap 2.0.0",
11198 "semver",
11199]
11200
11201[[package]]
11202name = "wasmtime"
11203version = "18.0.1"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "b06f80b13fdeba0ea5267813d0f06af822309f7125fc8db6094bcd485f0a4ae7"
11206dependencies = [
11207 "anyhow",
11208 "bincode",
11209 "bumpalo",
11210 "cfg-if 1.0.0",
11211 "gimli",
11212 "indexmap 2.0.0",
11213 "libc",
11214 "log",
11215 "object",
11216 "once_cell",
11217 "paste",
11218 "rustix 0.38.30",
11219 "serde",
11220 "serde_derive",
11221 "serde_json",
11222 "target-lexicon",
11223 "wasmparser",
11224 "wasmtime-cranelift",
11225 "wasmtime-environ",
11226 "wasmtime-jit-icache-coherence",
11227 "wasmtime-runtime",
11228 "windows-sys 0.52.0",
11229]
11230
11231[[package]]
11232name = "wasmtime-asm-macros"
11233version = "18.0.1"
11234source = "registry+https://github.com/rust-lang/crates.io-index"
11235checksum = "19d7395b475c6f858c7edfce375f00d8282a32fbf5d1ebc93eddfac5c2458a52"
11236dependencies = [
11237 "cfg-if 1.0.0",
11238]
11239
11240[[package]]
11241name = "wasmtime-c-api-impl"
11242version = "18.0.1"
11243source = "registry+https://github.com/rust-lang/crates.io-index"
11244checksum = "29c09ac0c18464f8ef0b554c12defc94e3fc082b62309a3da229de60d47cf75a"
11245dependencies = [
11246 "anyhow",
11247 "log",
11248 "once_cell",
11249 "tracing",
11250 "wasmtime",
11251 "wasmtime-c-api-macros",
11252]
11253
11254[[package]]
11255name = "wasmtime-c-api-macros"
11256version = "18.0.1"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "864c4a337294fe690f02b39f2b3f45414447d9321d0ed24d3dc7696bf291e789"
11259dependencies = [
11260 "proc-macro2",
11261 "quote",
11262]
11263
11264[[package]]
11265name = "wasmtime-cranelift"
11266version = "18.0.1"
11267source = "registry+https://github.com/rust-lang/crates.io-index"
11268checksum = "974d9455611e26c97d31705e19545de58fa8867416592bd93b7a54a7fc37cedb"
11269dependencies = [
11270 "anyhow",
11271 "cfg-if 1.0.0",
11272 "cranelift-codegen",
11273 "cranelift-control",
11274 "cranelift-entity",
11275 "cranelift-frontend",
11276 "cranelift-native",
11277 "cranelift-wasm",
11278 "gimli",
11279 "log",
11280 "object",
11281 "target-lexicon",
11282 "thiserror",
11283 "wasmparser",
11284 "wasmtime-cranelift-shared",
11285 "wasmtime-environ",
11286 "wasmtime-versioned-export-macros",
11287]
11288
11289[[package]]
11290name = "wasmtime-cranelift-shared"
11291version = "18.0.1"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "40667ba458634db703aea3bd960e80bc9352c21d5e765b69f43e3b0c964eb611"
11294dependencies = [
11295 "anyhow",
11296 "cranelift-codegen",
11297 "cranelift-control",
11298 "cranelift-native",
11299 "gimli",
11300 "object",
11301 "target-lexicon",
11302 "wasmtime-environ",
11303]
11304
11305[[package]]
11306name = "wasmtime-environ"
11307version = "18.0.1"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "e8da991421528c2767053cb0cfa70b5d28279100dbcf70ed7f74b51abe1656ef"
11310dependencies = [
11311 "anyhow",
11312 "bincode",
11313 "cranelift-entity",
11314 "gimli",
11315 "indexmap 2.0.0",
11316 "log",
11317 "object",
11318 "serde",
11319 "serde_derive",
11320 "target-lexicon",
11321 "thiserror",
11322 "wasmparser",
11323 "wasmtime-types",
11324]
11325
11326[[package]]
11327name = "wasmtime-jit-icache-coherence"
11328version = "18.0.1"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "3346431a41fbb0c5af0081c2322361b00289f2902e54ee7b115e9b2ad32b156b"
11331dependencies = [
11332 "cfg-if 1.0.0",
11333 "libc",
11334 "windows-sys 0.52.0",
11335]
11336
11337[[package]]
11338name = "wasmtime-runtime"
11339version = "18.0.1"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "a489353aa297b46a66cde8da48cab8e1e967e7f4b0ae3d9889a0550bf274810b"
11342dependencies = [
11343 "anyhow",
11344 "cc",
11345 "cfg-if 1.0.0",
11346 "indexmap 2.0.0",
11347 "libc",
11348 "log",
11349 "mach",
11350 "memfd",
11351 "memoffset 0.9.0",
11352 "paste",
11353 "psm",
11354 "rustix 0.38.30",
11355 "sptr",
11356 "wasm-encoder",
11357 "wasmtime-asm-macros",
11358 "wasmtime-environ",
11359 "wasmtime-versioned-export-macros",
11360 "wasmtime-wmemcheck",
11361 "windows-sys 0.52.0",
11362]
11363
11364[[package]]
11365name = "wasmtime-types"
11366version = "18.0.1"
11367source = "registry+https://github.com/rust-lang/crates.io-index"
11368checksum = "12c56e31fd7fa707fbd7720b2b29ac42ccfb092fe9d85c98f1d3988f9a1d4558"
11369dependencies = [
11370 "cranelift-entity",
11371 "serde",
11372 "serde_derive",
11373 "thiserror",
11374 "wasmparser",
11375]
11376
11377[[package]]
11378name = "wasmtime-versioned-export-macros"
11379version = "18.0.1"
11380source = "registry+https://github.com/rust-lang/crates.io-index"
11381checksum = "6b0300976c36a9427d184e3ecf7c121c2cb3f030844faf9fcb767821e9d4c382"
11382dependencies = [
11383 "proc-macro2",
11384 "quote",
11385 "syn 2.0.48",
11386]
11387
11388[[package]]
11389name = "wasmtime-wmemcheck"
11390version = "18.0.1"
11391source = "registry+https://github.com/rust-lang/crates.io-index"
11392checksum = "acdf5b8da6ebf7549dad0cd32ca4a3a0461449ef4feec9d0d8450d8da9f51f9b"
11393
11394[[package]]
11395name = "wayland-backend"
11396version = "0.3.3"
11397source = "registry+https://github.com/rust-lang/crates.io-index"
11398checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
11399dependencies = [
11400 "cc",
11401 "downcast-rs",
11402 "rustix 0.38.30",
11403 "scoped-tls",
11404 "smallvec",
11405 "wayland-sys",
11406]
11407
11408[[package]]
11409name = "wayland-client"
11410version = "0.31.2"
11411source = "registry+https://github.com/rust-lang/crates.io-index"
11412checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
11413dependencies = [
11414 "bitflags 2.4.1",
11415 "rustix 0.38.30",
11416 "wayland-backend",
11417 "wayland-scanner",
11418]
11419
11420[[package]]
11421name = "wayland-protocols"
11422version = "0.31.2"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
11425dependencies = [
11426 "bitflags 2.4.1",
11427 "wayland-backend",
11428 "wayland-client",
11429 "wayland-scanner",
11430]
11431
11432[[package]]
11433name = "wayland-scanner"
11434version = "0.31.1"
11435source = "registry+https://github.com/rust-lang/crates.io-index"
11436checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
11437dependencies = [
11438 "proc-macro2",
11439 "quick-xml 0.31.0",
11440 "quote",
11441]
11442
11443[[package]]
11444name = "wayland-sys"
11445version = "0.31.1"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
11448dependencies = [
11449 "dlib",
11450 "log",
11451 "pkg-config",
11452]
11453
11454[[package]]
11455name = "web-sys"
11456version = "0.3.64"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
11459dependencies = [
11460 "js-sys",
11461 "wasm-bindgen",
11462]
11463
11464[[package]]
11465name = "webpki-roots"
11466version = "0.24.0"
11467source = "registry+https://github.com/rust-lang/crates.io-index"
11468checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
11469dependencies = [
11470 "rustls-webpki",
11471]
11472
11473[[package]]
11474name = "weezl"
11475version = "0.1.7"
11476source = "registry+https://github.com/rust-lang/crates.io-index"
11477checksum = "9193164d4de03a926d909d3bc7c30543cecb35400c02114792c2cae20d5e2dbb"
11478
11479[[package]]
11480name = "welcome"
11481version = "0.1.0"
11482dependencies = [
11483 "anyhow",
11484 "client",
11485 "db",
11486 "editor",
11487 "fuzzy",
11488 "gpui",
11489 "install_cli",
11490 "picker",
11491 "project",
11492 "schemars",
11493 "serde",
11494 "settings",
11495 "theme_selector",
11496 "ui",
11497 "util",
11498 "vim",
11499 "workspace",
11500]
11501
11502[[package]]
11503name = "which"
11504version = "4.4.2"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
11507dependencies = [
11508 "either",
11509 "home",
11510 "once_cell",
11511 "rustix 0.38.30",
11512]
11513
11514[[package]]
11515name = "which"
11516version = "6.0.0"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
11519dependencies = [
11520 "either",
11521 "home",
11522 "once_cell",
11523 "rustix 0.38.30",
11524 "windows-sys 0.52.0",
11525]
11526
11527[[package]]
11528name = "whoami"
11529version = "1.4.1"
11530source = "registry+https://github.com/rust-lang/crates.io-index"
11531checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
11532
11533[[package]]
11534name = "winapi"
11535version = "0.2.8"
11536source = "registry+https://github.com/rust-lang/crates.io-index"
11537checksum = "167dc9d6949a9b857f3451275e911c3f44255842c1f7a76f33c55103a909087a"
11538
11539[[package]]
11540name = "winapi"
11541version = "0.3.9"
11542source = "registry+https://github.com/rust-lang/crates.io-index"
11543checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
11544dependencies = [
11545 "winapi-i686-pc-windows-gnu",
11546 "winapi-x86_64-pc-windows-gnu",
11547]
11548
11549[[package]]
11550name = "winapi-build"
11551version = "0.1.1"
11552source = "registry+https://github.com/rust-lang/crates.io-index"
11553checksum = "2d315eee3b34aca4797b2da6b13ed88266e6d612562a0c46390af8299fc699bc"
11554
11555[[package]]
11556name = "winapi-i686-pc-windows-gnu"
11557version = "0.4.0"
11558source = "registry+https://github.com/rust-lang/crates.io-index"
11559checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
11560
11561[[package]]
11562name = "winapi-util"
11563version = "0.1.6"
11564source = "registry+https://github.com/rust-lang/crates.io-index"
11565checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
11566dependencies = [
11567 "winapi 0.3.9",
11568]
11569
11570[[package]]
11571name = "winapi-x86_64-pc-windows-gnu"
11572version = "0.4.0"
11573source = "registry+https://github.com/rust-lang/crates.io-index"
11574checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
11575
11576[[package]]
11577name = "windows"
11578version = "0.46.0"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
11581dependencies = [
11582 "windows-targets 0.42.2",
11583]
11584
11585[[package]]
11586name = "windows"
11587version = "0.48.0"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
11590dependencies = [
11591 "windows-targets 0.48.5",
11592]
11593
11594[[package]]
11595name = "windows-sys"
11596version = "0.45.0"
11597source = "registry+https://github.com/rust-lang/crates.io-index"
11598checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
11599dependencies = [
11600 "windows-targets 0.42.2",
11601]
11602
11603[[package]]
11604name = "windows-sys"
11605version = "0.48.0"
11606source = "registry+https://github.com/rust-lang/crates.io-index"
11607checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
11608dependencies = [
11609 "windows-targets 0.48.5",
11610]
11611
11612[[package]]
11613name = "windows-sys"
11614version = "0.52.0"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
11617dependencies = [
11618 "windows-targets 0.52.0",
11619]
11620
11621[[package]]
11622name = "windows-targets"
11623version = "0.42.2"
11624source = "registry+https://github.com/rust-lang/crates.io-index"
11625checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
11626dependencies = [
11627 "windows_aarch64_gnullvm 0.42.2",
11628 "windows_aarch64_msvc 0.42.2",
11629 "windows_i686_gnu 0.42.2",
11630 "windows_i686_msvc 0.42.2",
11631 "windows_x86_64_gnu 0.42.2",
11632 "windows_x86_64_gnullvm 0.42.2",
11633 "windows_x86_64_msvc 0.42.2",
11634]
11635
11636[[package]]
11637name = "windows-targets"
11638version = "0.48.5"
11639source = "registry+https://github.com/rust-lang/crates.io-index"
11640checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
11641dependencies = [
11642 "windows_aarch64_gnullvm 0.48.5",
11643 "windows_aarch64_msvc 0.48.5",
11644 "windows_i686_gnu 0.48.5",
11645 "windows_i686_msvc 0.48.5",
11646 "windows_x86_64_gnu 0.48.5",
11647 "windows_x86_64_gnullvm 0.48.5",
11648 "windows_x86_64_msvc 0.48.5",
11649]
11650
11651[[package]]
11652name = "windows-targets"
11653version = "0.52.0"
11654source = "registry+https://github.com/rust-lang/crates.io-index"
11655checksum = "8a18201040b24831fbb9e4eb208f8892e1f50a37feb53cc7ff887feb8f50e7cd"
11656dependencies = [
11657 "windows_aarch64_gnullvm 0.52.0",
11658 "windows_aarch64_msvc 0.52.0",
11659 "windows_i686_gnu 0.52.0",
11660 "windows_i686_msvc 0.52.0",
11661 "windows_x86_64_gnu 0.52.0",
11662 "windows_x86_64_gnullvm 0.52.0",
11663 "windows_x86_64_msvc 0.52.0",
11664]
11665
11666[[package]]
11667name = "windows_aarch64_gnullvm"
11668version = "0.42.2"
11669source = "registry+https://github.com/rust-lang/crates.io-index"
11670checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
11671
11672[[package]]
11673name = "windows_aarch64_gnullvm"
11674version = "0.48.5"
11675source = "registry+https://github.com/rust-lang/crates.io-index"
11676checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
11677
11678[[package]]
11679name = "windows_aarch64_gnullvm"
11680version = "0.52.0"
11681source = "registry+https://github.com/rust-lang/crates.io-index"
11682checksum = "cb7764e35d4db8a7921e09562a0304bf2f93e0a51bfccee0bd0bb0b666b015ea"
11683
11684[[package]]
11685name = "windows_aarch64_msvc"
11686version = "0.42.2"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
11689
11690[[package]]
11691name = "windows_aarch64_msvc"
11692version = "0.48.5"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
11695
11696[[package]]
11697name = "windows_aarch64_msvc"
11698version = "0.52.0"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "bbaa0368d4f1d2aaefc55b6fcfee13f41544ddf36801e793edbbfd7d7df075ef"
11701
11702[[package]]
11703name = "windows_i686_gnu"
11704version = "0.42.2"
11705source = "registry+https://github.com/rust-lang/crates.io-index"
11706checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
11707
11708[[package]]
11709name = "windows_i686_gnu"
11710version = "0.48.5"
11711source = "registry+https://github.com/rust-lang/crates.io-index"
11712checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
11713
11714[[package]]
11715name = "windows_i686_gnu"
11716version = "0.52.0"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "a28637cb1fa3560a16915793afb20081aba2c92ee8af57b4d5f28e4b3e7df313"
11719
11720[[package]]
11721name = "windows_i686_msvc"
11722version = "0.42.2"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
11725
11726[[package]]
11727name = "windows_i686_msvc"
11728version = "0.48.5"
11729source = "registry+https://github.com/rust-lang/crates.io-index"
11730checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
11731
11732[[package]]
11733name = "windows_i686_msvc"
11734version = "0.52.0"
11735source = "registry+https://github.com/rust-lang/crates.io-index"
11736checksum = "ffe5e8e31046ce6230cc7215707b816e339ff4d4d67c65dffa206fd0f7aa7b9a"
11737
11738[[package]]
11739name = "windows_x86_64_gnu"
11740version = "0.42.2"
11741source = "registry+https://github.com/rust-lang/crates.io-index"
11742checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
11743
11744[[package]]
11745name = "windows_x86_64_gnu"
11746version = "0.48.5"
11747source = "registry+https://github.com/rust-lang/crates.io-index"
11748checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
11749
11750[[package]]
11751name = "windows_x86_64_gnu"
11752version = "0.52.0"
11753source = "registry+https://github.com/rust-lang/crates.io-index"
11754checksum = "3d6fa32db2bc4a2f5abeacf2b69f7992cd09dca97498da74a151a3132c26befd"
11755
11756[[package]]
11757name = "windows_x86_64_gnullvm"
11758version = "0.42.2"
11759source = "registry+https://github.com/rust-lang/crates.io-index"
11760checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
11761
11762[[package]]
11763name = "windows_x86_64_gnullvm"
11764version = "0.48.5"
11765source = "registry+https://github.com/rust-lang/crates.io-index"
11766checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
11767
11768[[package]]
11769name = "windows_x86_64_gnullvm"
11770version = "0.52.0"
11771source = "registry+https://github.com/rust-lang/crates.io-index"
11772checksum = "1a657e1e9d3f514745a572a6846d3c7aa7dbe1658c056ed9c3344c4109a6949e"
11773
11774[[package]]
11775name = "windows_x86_64_msvc"
11776version = "0.42.2"
11777source = "registry+https://github.com/rust-lang/crates.io-index"
11778checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
11779
11780[[package]]
11781name = "windows_x86_64_msvc"
11782version = "0.48.5"
11783source = "registry+https://github.com/rust-lang/crates.io-index"
11784checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
11785
11786[[package]]
11787name = "windows_x86_64_msvc"
11788version = "0.52.0"
11789source = "registry+https://github.com/rust-lang/crates.io-index"
11790checksum = "dff9641d1cd4be8d1a070daf9e3773c5f67e78b4d9d42263020c057706765c04"
11791
11792[[package]]
11793name = "winnow"
11794version = "0.5.15"
11795source = "registry+https://github.com/rust-lang/crates.io-index"
11796checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
11797dependencies = [
11798 "memchr",
11799]
11800
11801[[package]]
11802name = "winnow"
11803version = "0.6.1"
11804source = "registry+https://github.com/rust-lang/crates.io-index"
11805checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
11806dependencies = [
11807 "memchr",
11808]
11809
11810[[package]]
11811name = "winreg"
11812version = "0.50.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
11815dependencies = [
11816 "cfg-if 1.0.0",
11817 "windows-sys 0.48.0",
11818]
11819
11820[[package]]
11821name = "wio"
11822version = "0.2.2"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
11825dependencies = [
11826 "winapi 0.3.9",
11827]
11828
11829[[package]]
11830name = "workspace"
11831version = "0.1.0"
11832dependencies = [
11833 "anyhow",
11834 "async-recursion 1.0.5",
11835 "bincode",
11836 "call",
11837 "client",
11838 "clock",
11839 "collections",
11840 "db",
11841 "derive_more",
11842 "env_logger",
11843 "fs",
11844 "futures 0.3.28",
11845 "gpui",
11846 "itertools 0.10.5",
11847 "language",
11848 "lazy_static",
11849 "log",
11850 "node_runtime",
11851 "parking_lot 0.11.2",
11852 "postage",
11853 "project",
11854 "schemars",
11855 "serde",
11856 "serde_json",
11857 "settings",
11858 "smallvec",
11859 "sqlez",
11860 "task",
11861 "theme",
11862 "ui",
11863 "util",
11864 "uuid",
11865]
11866
11867[[package]]
11868name = "ws2_32-sys"
11869version = "0.2.1"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "d59cefebd0c892fa2dd6de581e937301d8552cb44489cdff035c6187cb63fa5e"
11872dependencies = [
11873 "winapi 0.2.8",
11874 "winapi-build",
11875]
11876
11877[[package]]
11878name = "wyz"
11879version = "0.5.1"
11880source = "registry+https://github.com/rust-lang/crates.io-index"
11881checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
11882dependencies = [
11883 "tap",
11884]
11885
11886[[package]]
11887name = "xattr"
11888version = "0.2.3"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
11891dependencies = [
11892 "libc",
11893]
11894
11895[[package]]
11896name = "xcb"
11897version = "1.3.0"
11898source = "registry+https://github.com/rust-lang/crates.io-index"
11899checksum = "5d27b37e69b8c05bfadcd968eb1a4fe27c9c52565b727f88512f43b89567e262"
11900dependencies = [
11901 "as-raw-xcb-connection",
11902 "bitflags 1.3.2",
11903 "libc",
11904 "quick-xml 0.30.0",
11905]
11906
11907[[package]]
11908name = "xdg-home"
11909version = "1.1.0"
11910source = "registry+https://github.com/rust-lang/crates.io-index"
11911checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
11912dependencies = [
11913 "libc",
11914 "winapi 0.3.9",
11915]
11916
11917[[package]]
11918name = "xkbcommon"
11919version = "0.7.0"
11920source = "registry+https://github.com/rust-lang/crates.io-index"
11921checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
11922dependencies = [
11923 "as-raw-xcb-connection",
11924 "libc",
11925 "memmap2 0.8.0",
11926 "xkeysym",
11927]
11928
11929[[package]]
11930name = "xkeysym"
11931version = "0.2.0"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
11934
11935[[package]]
11936name = "xmlparser"
11937version = "0.13.5"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
11940
11941[[package]]
11942name = "xmlwriter"
11943version = "0.1.0"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
11946
11947[[package]]
11948name = "yansi"
11949version = "0.5.1"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
11952
11953[[package]]
11954name = "yazi"
11955version = "0.1.6"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
11958
11959[[package]]
11960name = "yeslogic-fontconfig-sys"
11961version = "3.2.0"
11962source = "registry+https://github.com/rust-lang/crates.io-index"
11963checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
11964dependencies = [
11965 "const-cstr",
11966 "dlib",
11967 "once_cell",
11968 "pkg-config",
11969]
11970
11971[[package]]
11972name = "zbus"
11973version = "3.15.0"
11974source = "registry+https://github.com/rust-lang/crates.io-index"
11975checksum = "c45d06ae3b0f9ba1fb2671268b975557d8f5a84bb5ec6e43964f87e763d8bca8"
11976dependencies = [
11977 "async-broadcast 0.5.1",
11978 "async-executor",
11979 "async-fs 1.6.0",
11980 "async-io 1.13.0",
11981 "async-lock 2.8.0",
11982 "async-process",
11983 "async-recursion 1.0.5",
11984 "async-task",
11985 "async-trait",
11986 "blocking",
11987 "byteorder",
11988 "derivative",
11989 "enumflags2",
11990 "event-listener 2.5.3",
11991 "futures-core",
11992 "futures-sink",
11993 "futures-util",
11994 "hex",
11995 "nix 0.26.4",
11996 "once_cell",
11997 "ordered-stream",
11998 "rand 0.8.5",
11999 "serde",
12000 "serde_repr",
12001 "sha1",
12002 "static_assertions",
12003 "tracing",
12004 "uds_windows",
12005 "winapi 0.3.9",
12006 "xdg-home",
12007 "zbus_macros",
12008 "zbus_names",
12009 "zvariant",
12010]
12011
12012[[package]]
12013name = "zbus_macros"
12014version = "3.15.0"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "b4a1ba45ed0ad344b85a2bb5a1fe9830aed23d67812ea39a586e7d0136439c7d"
12017dependencies = [
12018 "proc-macro-crate 1.3.1",
12019 "proc-macro2",
12020 "quote",
12021 "regex",
12022 "syn 1.0.109",
12023 "zvariant_utils",
12024]
12025
12026[[package]]
12027name = "zbus_names"
12028version = "2.6.0"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "fb80bb776dbda6e23d705cf0123c3b95df99c4ebeaec6c2599d4a5419902b4a9"
12031dependencies = [
12032 "serde",
12033 "static_assertions",
12034 "zvariant",
12035]
12036
12037[[package]]
12038name = "zed"
12039version = "0.125.0"
12040dependencies = [
12041 "activity_indicator",
12042 "ai",
12043 "anyhow",
12044 "assets",
12045 "assistant",
12046 "async-compression",
12047 "async-recursion 0.3.2",
12048 "async-tar",
12049 "async-trait",
12050 "audio",
12051 "auto_update",
12052 "backtrace",
12053 "breadcrumbs",
12054 "call",
12055 "channel",
12056 "chrono",
12057 "cli",
12058 "client",
12059 "clock",
12060 "collab_ui",
12061 "collections",
12062 "command_palette",
12063 "copilot",
12064 "copilot_ui",
12065 "ctor",
12066 "db",
12067 "diagnostics",
12068 "editor",
12069 "env_logger",
12070 "extension",
12071 "extensions_ui",
12072 "feature_flags",
12073 "feedback",
12074 "file_finder",
12075 "fs",
12076 "fsevent",
12077 "futures 0.3.28",
12078 "go_to_line",
12079 "gpui",
12080 "ignore",
12081 "image",
12082 "indexmap 1.9.3",
12083 "install_cli",
12084 "isahc",
12085 "itertools 0.11.0",
12086 "journal",
12087 "language",
12088 "language_selector",
12089 "language_tools",
12090 "languages",
12091 "lazy_static",
12092 "libc",
12093 "log",
12094 "lsp",
12095 "markdown_preview",
12096 "menu",
12097 "mimalloc",
12098 "node_runtime",
12099 "notifications",
12100 "num_cpus",
12101 "outline",
12102 "parking_lot 0.11.2",
12103 "postage",
12104 "profiling",
12105 "project",
12106 "project_panel",
12107 "project_symbols",
12108 "quick_action_bar",
12109 "rand 0.8.5",
12110 "recent_projects",
12111 "regex",
12112 "release_channel",
12113 "rope",
12114 "rpc",
12115 "rsa 0.4.0",
12116 "rust-embed",
12117 "schemars",
12118 "search",
12119 "semantic_index",
12120 "serde",
12121 "serde_derive",
12122 "serde_json",
12123 "settings",
12124 "shellexpand 2.1.2",
12125 "simplelog",
12126 "smallvec",
12127 "smol",
12128 "sum_tree",
12129 "task",
12130 "tasks_ui",
12131 "tempfile",
12132 "terminal_view",
12133 "text",
12134 "theme",
12135 "theme_selector",
12136 "thiserror",
12137 "tiny_http",
12138 "toml 0.8.10",
12139 "tree-sitter-rust",
12140 "unindent",
12141 "url",
12142 "urlencoding",
12143 "util",
12144 "uuid",
12145 "vim",
12146 "welcome",
12147 "workspace",
12148 "zed_actions",
12149]
12150
12151[[package]]
12152name = "zed_actions"
12153version = "0.1.0"
12154dependencies = [
12155 "gpui",
12156 "serde",
12157]
12158
12159[[package]]
12160name = "zeno"
12161version = "0.2.3"
12162source = "registry+https://github.com/rust-lang/crates.io-index"
12163checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
12164
12165[[package]]
12166name = "zerocopy"
12167version = "0.7.32"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
12170dependencies = [
12171 "zerocopy-derive",
12172]
12173
12174[[package]]
12175name = "zerocopy-derive"
12176version = "0.7.32"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
12179dependencies = [
12180 "proc-macro2",
12181 "quote",
12182 "syn 2.0.48",
12183]
12184
12185[[package]]
12186name = "zeroize"
12187version = "1.6.0"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
12190dependencies = [
12191 "zeroize_derive",
12192]
12193
12194[[package]]
12195name = "zeroize_derive"
12196version = "1.4.2"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
12199dependencies = [
12200 "proc-macro2",
12201 "quote",
12202 "syn 2.0.48",
12203]
12204
12205[[package]]
12206name = "zstd"
12207version = "0.11.2+zstd.1.5.2"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
12210dependencies = [
12211 "zstd-safe",
12212]
12213
12214[[package]]
12215name = "zstd-safe"
12216version = "5.0.2+zstd.1.5.2"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
12219dependencies = [
12220 "libc",
12221 "zstd-sys",
12222]
12223
12224[[package]]
12225name = "zstd-sys"
12226version = "2.0.8+zstd.1.5.5"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
12229dependencies = [
12230 "cc",
12231 "libc",
12232 "pkg-config",
12233]
12234
12235[[package]]
12236name = "zvariant"
12237version = "3.15.0"
12238source = "registry+https://github.com/rust-lang/crates.io-index"
12239checksum = "44b291bee0d960c53170780af148dca5fa260a63cdd24f1962fa82e03e53338c"
12240dependencies = [
12241 "byteorder",
12242 "enumflags2",
12243 "libc",
12244 "serde",
12245 "static_assertions",
12246 "url",
12247 "zvariant_derive",
12248]
12249
12250[[package]]
12251name = "zvariant_derive"
12252version = "3.15.0"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "934d7a7dfc310d6ee06c87ffe88ef4eca7d3e37bb251dece2ef93da8f17d8ecd"
12255dependencies = [
12256 "proc-macro-crate 1.3.1",
12257 "proc-macro2",
12258 "quote",
12259 "syn 1.0.109",
12260 "zvariant_utils",
12261]
12262
12263[[package]]
12264name = "zvariant_utils"
12265version = "1.0.1"
12266source = "registry+https://github.com/rust-lang/crates.io-index"
12267checksum = "7234f0d811589db492d16893e3f21e8e2fd282e6d01b0cddee310322062cc200"
12268dependencies = [
12269 "proc-macro2",
12270 "quote",
12271 "syn 1.0.109",
12272]