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