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