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