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