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