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