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