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