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