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