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