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