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