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