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