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