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