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