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