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