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