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