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