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