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