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