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