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