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 "feature_flags",
349 "file_icons",
350 "fs",
351 "futures 0.3.28",
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 "client",
8048 "dev_server_projects",
8049 "editor",
8050 "feature_flags",
8051 "fuzzy",
8052 "gpui",
8053 "language",
8054 "markdown",
8055 "menu",
8056 "ordered-float 2.10.0",
8057 "picker",
8058 "project",
8059 "rpc",
8060 "serde",
8061 "serde_json",
8062 "smol",
8063 "task",
8064 "terminal_view",
8065 "ui",
8066 "ui_text_field",
8067 "util",
8068 "workspace",
8069]
8070
8071[[package]]
8072name = "redox_syscall"
8073version = "0.2.16"
8074source = "registry+https://github.com/rust-lang/crates.io-index"
8075checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8076dependencies = [
8077 "bitflags 1.3.2",
8078]
8079
8080[[package]]
8081name = "redox_syscall"
8082version = "0.3.5"
8083source = "registry+https://github.com/rust-lang/crates.io-index"
8084checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
8085dependencies = [
8086 "bitflags 1.3.2",
8087]
8088
8089[[package]]
8090name = "redox_syscall"
8091version = "0.4.1"
8092source = "registry+https://github.com/rust-lang/crates.io-index"
8093checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8094dependencies = [
8095 "bitflags 1.3.2",
8096]
8097
8098[[package]]
8099name = "redox_users"
8100version = "0.4.3"
8101source = "registry+https://github.com/rust-lang/crates.io-index"
8102checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
8103dependencies = [
8104 "getrandom 0.2.10",
8105 "redox_syscall 0.2.16",
8106 "thiserror",
8107]
8108
8109[[package]]
8110name = "refineable"
8111version = "0.1.0"
8112dependencies = [
8113 "derive_refineable",
8114]
8115
8116[[package]]
8117name = "regalloc2"
8118version = "0.9.3"
8119source = "registry+https://github.com/rust-lang/crates.io-index"
8120checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
8121dependencies = [
8122 "hashbrown 0.13.2",
8123 "log",
8124 "rustc-hash",
8125 "slice-group-by",
8126 "smallvec",
8127]
8128
8129[[package]]
8130name = "regex"
8131version = "1.10.3"
8132source = "registry+https://github.com/rust-lang/crates.io-index"
8133checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
8134dependencies = [
8135 "aho-corasick",
8136 "memchr",
8137 "regex-automata 0.4.5",
8138 "regex-syntax 0.8.2",
8139]
8140
8141[[package]]
8142name = "regex-automata"
8143version = "0.1.10"
8144source = "registry+https://github.com/rust-lang/crates.io-index"
8145checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
8146dependencies = [
8147 "regex-syntax 0.6.29",
8148]
8149
8150[[package]]
8151name = "regex-automata"
8152version = "0.3.9"
8153source = "registry+https://github.com/rust-lang/crates.io-index"
8154checksum = "59b23e92ee4318893fa3fe3e6fb365258efbfe6ac6ab30f090cdcbb7aa37efa9"
8155
8156[[package]]
8157name = "regex-automata"
8158version = "0.4.5"
8159source = "registry+https://github.com/rust-lang/crates.io-index"
8160checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
8161dependencies = [
8162 "aho-corasick",
8163 "memchr",
8164 "regex-syntax 0.8.2",
8165]
8166
8167[[package]]
8168name = "regex-lite"
8169version = "0.1.5"
8170source = "registry+https://github.com/rust-lang/crates.io-index"
8171checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
8172
8173[[package]]
8174name = "regex-syntax"
8175version = "0.6.29"
8176source = "registry+https://github.com/rust-lang/crates.io-index"
8177checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
8178
8179[[package]]
8180name = "regex-syntax"
8181version = "0.8.2"
8182source = "registry+https://github.com/rust-lang/crates.io-index"
8183checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
8184
8185[[package]]
8186name = "release_channel"
8187version = "0.1.0"
8188dependencies = [
8189 "gpui",
8190 "once_cell",
8191]
8192
8193[[package]]
8194name = "rend"
8195version = "0.4.0"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
8198dependencies = [
8199 "bytecheck",
8200]
8201
8202[[package]]
8203name = "repair_json"
8204version = "0.1.0"
8205source = "registry+https://github.com/rust-lang/crates.io-index"
8206checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
8207dependencies = [
8208 "thiserror",
8209]
8210
8211[[package]]
8212name = "reqwest"
8213version = "0.11.20"
8214source = "registry+https://github.com/rust-lang/crates.io-index"
8215checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
8216dependencies = [
8217 "base64 0.21.7",
8218 "bytes 1.5.0",
8219 "encoding_rs",
8220 "futures-core",
8221 "futures-util",
8222 "h2",
8223 "http 0.2.9",
8224 "http-body",
8225 "hyper",
8226 "hyper-tls",
8227 "ipnet",
8228 "js-sys",
8229 "log",
8230 "mime",
8231 "native-tls",
8232 "once_cell",
8233 "percent-encoding",
8234 "pin-project-lite",
8235 "serde",
8236 "serde_json",
8237 "serde_urlencoded",
8238 "tokio",
8239 "tokio-native-tls",
8240 "tower-service",
8241 "url",
8242 "wasm-bindgen",
8243 "wasm-bindgen-futures",
8244 "web-sys",
8245 "winreg 0.50.0",
8246]
8247
8248[[package]]
8249name = "resvg"
8250version = "0.41.0"
8251source = "registry+https://github.com/rust-lang/crates.io-index"
8252checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
8253dependencies = [
8254 "log",
8255 "pico-args",
8256 "rgb",
8257 "svgtypes",
8258 "tiny-skia",
8259 "usvg",
8260]
8261
8262[[package]]
8263name = "rfc6979"
8264version = "0.3.1"
8265source = "registry+https://github.com/rust-lang/crates.io-index"
8266checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
8267dependencies = [
8268 "crypto-bigint 0.4.9",
8269 "hmac 0.12.1",
8270 "zeroize",
8271]
8272
8273[[package]]
8274name = "rgb"
8275version = "0.8.36"
8276source = "registry+https://github.com/rust-lang/crates.io-index"
8277checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
8278dependencies = [
8279 "bytemuck",
8280]
8281
8282[[package]]
8283name = "rich_text"
8284version = "0.1.0"
8285dependencies = [
8286 "futures 0.3.28",
8287 "gpui",
8288 "language",
8289 "linkify",
8290 "pulldown-cmark",
8291 "theme",
8292 "ui",
8293 "util",
8294]
8295
8296[[package]]
8297name = "ring"
8298version = "0.17.7"
8299source = "registry+https://github.com/rust-lang/crates.io-index"
8300checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
8301dependencies = [
8302 "cc",
8303 "getrandom 0.2.10",
8304 "libc",
8305 "spin 0.9.8",
8306 "untrusted",
8307 "windows-sys 0.48.0",
8308]
8309
8310[[package]]
8311name = "rkyv"
8312version = "0.7.42"
8313source = "registry+https://github.com/rust-lang/crates.io-index"
8314checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
8315dependencies = [
8316 "bitvec",
8317 "bytecheck",
8318 "hashbrown 0.12.3",
8319 "ptr_meta",
8320 "rend",
8321 "rkyv_derive",
8322 "seahash",
8323 "tinyvec",
8324 "uuid",
8325]
8326
8327[[package]]
8328name = "rkyv_derive"
8329version = "0.7.42"
8330source = "registry+https://github.com/rust-lang/crates.io-index"
8331checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
8332dependencies = [
8333 "proc-macro2",
8334 "quote",
8335 "syn 1.0.109",
8336]
8337
8338[[package]]
8339name = "rmp"
8340version = "0.8.12"
8341source = "registry+https://github.com/rust-lang/crates.io-index"
8342checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
8343dependencies = [
8344 "byteorder",
8345 "num-traits",
8346 "paste",
8347]
8348
8349[[package]]
8350name = "rmpv"
8351version = "1.0.1"
8352source = "registry+https://github.com/rust-lang/crates.io-index"
8353checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
8354dependencies = [
8355 "num-traits",
8356 "rmp",
8357]
8358
8359[[package]]
8360name = "rodio"
8361version = "0.17.1"
8362source = "registry+https://github.com/rust-lang/crates.io-index"
8363checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
8364dependencies = [
8365 "cpal",
8366 "hound",
8367]
8368
8369[[package]]
8370name = "rope"
8371version = "0.1.0"
8372dependencies = [
8373 "arrayvec",
8374 "criterion",
8375 "gpui",
8376 "log",
8377 "rand 0.8.5",
8378 "smallvec",
8379 "sum_tree",
8380 "unicode-segmentation",
8381 "util",
8382]
8383
8384[[package]]
8385name = "roxmltree"
8386version = "0.19.0"
8387source = "registry+https://github.com/rust-lang/crates.io-index"
8388checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
8389
8390[[package]]
8391name = "rpc"
8392version = "0.1.0"
8393dependencies = [
8394 "anyhow",
8395 "async-tungstenite",
8396 "base64 0.13.1",
8397 "chrono",
8398 "collections",
8399 "env_logger",
8400 "futures 0.3.28",
8401 "gpui",
8402 "parking_lot",
8403 "prost",
8404 "prost-build",
8405 "rand 0.8.5",
8406 "rsa 0.4.0",
8407 "serde",
8408 "serde_json",
8409 "strum",
8410 "tracing",
8411 "util",
8412 "zstd",
8413]
8414
8415[[package]]
8416name = "rsa"
8417version = "0.4.0"
8418source = "registry+https://github.com/rust-lang/crates.io-index"
8419checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
8420dependencies = [
8421 "byteorder",
8422 "digest 0.9.0",
8423 "lazy_static",
8424 "num-bigint-dig 0.7.1",
8425 "num-integer",
8426 "num-iter",
8427 "num-traits",
8428 "pem",
8429 "rand 0.8.5",
8430 "simple_asn1",
8431 "subtle",
8432 "zeroize",
8433]
8434
8435[[package]]
8436name = "rsa"
8437version = "0.9.2"
8438source = "registry+https://github.com/rust-lang/crates.io-index"
8439checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
8440dependencies = [
8441 "byteorder",
8442 "const-oid",
8443 "digest 0.10.7",
8444 "num-bigint-dig 0.8.4",
8445 "num-integer",
8446 "num-iter",
8447 "num-traits",
8448 "pkcs1",
8449 "pkcs8 0.10.2",
8450 "rand_core 0.6.4",
8451 "signature 2.1.0",
8452 "spki 0.7.2",
8453 "subtle",
8454 "zeroize",
8455]
8456
8457[[package]]
8458name = "rust-embed"
8459version = "8.4.0"
8460source = "registry+https://github.com/rust-lang/crates.io-index"
8461checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
8462dependencies = [
8463 "rust-embed-impl",
8464 "rust-embed-utils",
8465 "walkdir",
8466]
8467
8468[[package]]
8469name = "rust-embed-impl"
8470version = "8.4.0"
8471source = "registry+https://github.com/rust-lang/crates.io-index"
8472checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
8473dependencies = [
8474 "proc-macro2",
8475 "quote",
8476 "rust-embed-utils",
8477 "syn 2.0.59",
8478 "walkdir",
8479]
8480
8481[[package]]
8482name = "rust-embed-utils"
8483version = "8.4.0"
8484source = "registry+https://github.com/rust-lang/crates.io-index"
8485checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
8486dependencies = [
8487 "globset",
8488 "sha2 0.10.7",
8489 "walkdir",
8490]
8491
8492[[package]]
8493name = "rust_decimal"
8494version = "1.32.0"
8495source = "registry+https://github.com/rust-lang/crates.io-index"
8496checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
8497dependencies = [
8498 "arrayvec",
8499 "borsh",
8500 "bytes 1.5.0",
8501 "num-traits",
8502 "rand 0.8.5",
8503 "rkyv",
8504 "serde",
8505 "serde_json",
8506]
8507
8508[[package]]
8509name = "rustc-demangle"
8510version = "0.1.23"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
8513
8514[[package]]
8515name = "rustc-hash"
8516version = "1.1.0"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
8519
8520[[package]]
8521name = "rustc_version"
8522version = "0.4.0"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8525dependencies = [
8526 "semver",
8527]
8528
8529[[package]]
8530name = "rustix"
8531version = "0.37.23"
8532source = "registry+https://github.com/rust-lang/crates.io-index"
8533checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
8534dependencies = [
8535 "bitflags 1.3.2",
8536 "errno 0.3.8",
8537 "io-lifetimes 1.0.11",
8538 "libc",
8539 "linux-raw-sys 0.3.8",
8540 "windows-sys 0.48.0",
8541]
8542
8543[[package]]
8544name = "rustix"
8545version = "0.38.32"
8546source = "registry+https://github.com/rust-lang/crates.io-index"
8547checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
8548dependencies = [
8549 "bitflags 2.4.2",
8550 "errno 0.3.8",
8551 "itoa",
8552 "libc",
8553 "linux-raw-sys 0.4.12",
8554 "once_cell",
8555 "windows-sys 0.52.0",
8556]
8557
8558[[package]]
8559name = "rustix-openpty"
8560version = "0.1.1"
8561source = "registry+https://github.com/rust-lang/crates.io-index"
8562checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
8563dependencies = [
8564 "errno 0.3.8",
8565 "libc",
8566 "rustix 0.38.32",
8567]
8568
8569[[package]]
8570name = "rustls"
8571version = "0.21.12"
8572source = "registry+https://github.com/rust-lang/crates.io-index"
8573checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
8574dependencies = [
8575 "log",
8576 "ring",
8577 "rustls-webpki",
8578 "sct",
8579]
8580
8581[[package]]
8582name = "rustls-native-certs"
8583version = "0.6.3"
8584source = "registry+https://github.com/rust-lang/crates.io-index"
8585checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
8586dependencies = [
8587 "openssl-probe",
8588 "rustls-pemfile",
8589 "schannel",
8590 "security-framework",
8591]
8592
8593[[package]]
8594name = "rustls-pemfile"
8595version = "1.0.3"
8596source = "registry+https://github.com/rust-lang/crates.io-index"
8597checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
8598dependencies = [
8599 "base64 0.21.7",
8600]
8601
8602[[package]]
8603name = "rustls-webpki"
8604version = "0.101.7"
8605source = "registry+https://github.com/rust-lang/crates.io-index"
8606checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
8607dependencies = [
8608 "ring",
8609 "untrusted",
8610]
8611
8612[[package]]
8613name = "rustversion"
8614version = "1.0.14"
8615source = "registry+https://github.com/rust-lang/crates.io-index"
8616checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
8617
8618[[package]]
8619name = "rustybuzz"
8620version = "0.12.1"
8621source = "registry+https://github.com/rust-lang/crates.io-index"
8622checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c"
8623dependencies = [
8624 "bitflags 2.4.2",
8625 "bytemuck",
8626 "libm",
8627 "smallvec",
8628 "ttf-parser",
8629 "unicode-bidi-mirroring",
8630 "unicode-ccc",
8631 "unicode-properties",
8632 "unicode-script",
8633]
8634
8635[[package]]
8636name = "ryu"
8637version = "1.0.15"
8638source = "registry+https://github.com/rust-lang/crates.io-index"
8639checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
8640
8641[[package]]
8642name = "safemem"
8643version = "0.3.3"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
8646
8647[[package]]
8648name = "salsa20"
8649version = "0.8.1"
8650source = "registry+https://github.com/rust-lang/crates.io-index"
8651checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
8652dependencies = [
8653 "cipher 0.3.0",
8654]
8655
8656[[package]]
8657name = "same-file"
8658version = "1.0.6"
8659source = "registry+https://github.com/rust-lang/crates.io-index"
8660checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
8661dependencies = [
8662 "winapi-util",
8663]
8664
8665[[package]]
8666name = "schannel"
8667version = "0.1.22"
8668source = "registry+https://github.com/rust-lang/crates.io-index"
8669checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
8670dependencies = [
8671 "windows-sys 0.48.0",
8672]
8673
8674[[package]]
8675name = "schemars"
8676version = "0.8.15"
8677source = "registry+https://github.com/rust-lang/crates.io-index"
8678checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
8679dependencies = [
8680 "dyn-clone",
8681 "indexmap 1.9.3",
8682 "schemars_derive",
8683 "serde",
8684 "serde_json",
8685]
8686
8687[[package]]
8688name = "schemars_derive"
8689version = "0.8.15"
8690source = "registry+https://github.com/rust-lang/crates.io-index"
8691checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
8692dependencies = [
8693 "proc-macro2",
8694 "quote",
8695 "serde_derive_internals",
8696 "syn 1.0.109",
8697]
8698
8699[[package]]
8700name = "scoped-tls"
8701version = "1.0.1"
8702source = "registry+https://github.com/rust-lang/crates.io-index"
8703checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
8704
8705[[package]]
8706name = "scoped_threadpool"
8707version = "0.1.9"
8708source = "registry+https://github.com/rust-lang/crates.io-index"
8709checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
8710
8711[[package]]
8712name = "scopeguard"
8713version = "1.2.0"
8714source = "registry+https://github.com/rust-lang/crates.io-index"
8715checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
8716
8717[[package]]
8718name = "scrypt"
8719version = "0.7.0"
8720source = "registry+https://github.com/rust-lang/crates.io-index"
8721checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
8722dependencies = [
8723 "base64ct",
8724 "hmac 0.11.0",
8725 "password-hash",
8726 "pbkdf2 0.8.0",
8727 "salsa20",
8728 "sha2 0.9.9",
8729]
8730
8731[[package]]
8732name = "sct"
8733version = "0.7.1"
8734source = "registry+https://github.com/rust-lang/crates.io-index"
8735checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
8736dependencies = [
8737 "ring",
8738 "untrusted",
8739]
8740
8741[[package]]
8742name = "sea-bae"
8743version = "0.2.0"
8744source = "registry+https://github.com/rust-lang/crates.io-index"
8745checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
8746dependencies = [
8747 "heck 0.4.1",
8748 "proc-macro-error",
8749 "proc-macro2",
8750 "quote",
8751 "syn 2.0.59",
8752]
8753
8754[[package]]
8755name = "sea-orm"
8756version = "0.12.3"
8757source = "registry+https://github.com/rust-lang/crates.io-index"
8758checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
8759dependencies = [
8760 "async-stream",
8761 "async-trait",
8762 "bigdecimal",
8763 "chrono",
8764 "futures 0.3.28",
8765 "log",
8766 "ouroboros",
8767 "rust_decimal",
8768 "sea-orm-macros",
8769 "sea-query",
8770 "sea-query-binder",
8771 "serde",
8772 "serde_json",
8773 "sqlx",
8774 "strum",
8775 "thiserror",
8776 "time",
8777 "tracing",
8778 "url",
8779 "uuid",
8780]
8781
8782[[package]]
8783name = "sea-orm-macros"
8784version = "0.12.3"
8785source = "registry+https://github.com/rust-lang/crates.io-index"
8786checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
8787dependencies = [
8788 "heck 0.4.1",
8789 "proc-macro2",
8790 "quote",
8791 "sea-bae",
8792 "syn 2.0.59",
8793 "unicode-ident",
8794]
8795
8796[[package]]
8797name = "sea-query"
8798version = "0.30.2"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
8801dependencies = [
8802 "bigdecimal",
8803 "chrono",
8804 "derivative",
8805 "inherent",
8806 "ordered-float 3.9.1",
8807 "rust_decimal",
8808 "serde_json",
8809 "time",
8810 "uuid",
8811]
8812
8813[[package]]
8814name = "sea-query-binder"
8815version = "0.5.0"
8816source = "registry+https://github.com/rust-lang/crates.io-index"
8817checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
8818dependencies = [
8819 "bigdecimal",
8820 "chrono",
8821 "rust_decimal",
8822 "sea-query",
8823 "serde_json",
8824 "sqlx",
8825 "time",
8826 "uuid",
8827]
8828
8829[[package]]
8830name = "seahash"
8831version = "4.1.0"
8832source = "registry+https://github.com/rust-lang/crates.io-index"
8833checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
8834
8835[[package]]
8836name = "sealed"
8837version = "0.4.0"
8838source = "registry+https://github.com/rust-lang/crates.io-index"
8839checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
8840dependencies = [
8841 "heck 0.3.3",
8842 "proc-macro2",
8843 "quote",
8844 "syn 1.0.109",
8845]
8846
8847[[package]]
8848name = "search"
8849version = "0.1.0"
8850dependencies = [
8851 "any_vec",
8852 "anyhow",
8853 "bitflags 2.4.2",
8854 "client",
8855 "collections",
8856 "editor",
8857 "futures 0.3.28",
8858 "gpui",
8859 "language",
8860 "menu",
8861 "project",
8862 "serde",
8863 "serde_json",
8864 "settings",
8865 "smol",
8866 "theme",
8867 "ui",
8868 "unindent",
8869 "util",
8870 "workspace",
8871]
8872
8873[[package]]
8874name = "sec1"
8875version = "0.3.0"
8876source = "registry+https://github.com/rust-lang/crates.io-index"
8877checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
8878dependencies = [
8879 "base16ct",
8880 "der 0.6.1",
8881 "generic-array",
8882 "pkcs8 0.9.0",
8883 "subtle",
8884 "zeroize",
8885]
8886
8887[[package]]
8888name = "security-framework"
8889version = "2.9.2"
8890source = "registry+https://github.com/rust-lang/crates.io-index"
8891checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
8892dependencies = [
8893 "bitflags 1.3.2",
8894 "core-foundation",
8895 "core-foundation-sys 0.8.6",
8896 "libc",
8897 "security-framework-sys",
8898]
8899
8900[[package]]
8901name = "security-framework-sys"
8902version = "2.9.1"
8903source = "registry+https://github.com/rust-lang/crates.io-index"
8904checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
8905dependencies = [
8906 "core-foundation-sys 0.8.6",
8907 "libc",
8908]
8909
8910[[package]]
8911name = "self_cell"
8912version = "1.0.3"
8913source = "registry+https://github.com/rust-lang/crates.io-index"
8914checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
8915
8916[[package]]
8917name = "semantic_index"
8918version = "0.1.0"
8919dependencies = [
8920 "anyhow",
8921 "client",
8922 "clock",
8923 "collections",
8924 "env_logger",
8925 "fs",
8926 "futures 0.3.28",
8927 "futures-batch",
8928 "gpui",
8929 "heed",
8930 "http 0.1.0",
8931 "language",
8932 "languages",
8933 "log",
8934 "open_ai",
8935 "parking_lot",
8936 "project",
8937 "serde",
8938 "serde_json",
8939 "settings",
8940 "sha2 0.10.7",
8941 "smol",
8942 "tempfile",
8943 "theme",
8944 "tree-sitter",
8945 "ui",
8946 "unindent",
8947 "util",
8948 "workspace",
8949 "worktree",
8950]
8951
8952[[package]]
8953name = "semantic_version"
8954version = "0.1.0"
8955dependencies = [
8956 "anyhow",
8957 "serde",
8958]
8959
8960[[package]]
8961name = "semver"
8962version = "1.0.18"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
8965
8966[[package]]
8967name = "serde"
8968version = "1.0.196"
8969source = "registry+https://github.com/rust-lang/crates.io-index"
8970checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
8971dependencies = [
8972 "serde_derive",
8973]
8974
8975[[package]]
8976name = "serde_derive"
8977version = "1.0.196"
8978source = "registry+https://github.com/rust-lang/crates.io-index"
8979checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
8980dependencies = [
8981 "proc-macro2",
8982 "quote",
8983 "syn 2.0.59",
8984]
8985
8986[[package]]
8987name = "serde_derive_internals"
8988version = "0.26.0"
8989source = "registry+https://github.com/rust-lang/crates.io-index"
8990checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
8991dependencies = [
8992 "proc-macro2",
8993 "quote",
8994 "syn 1.0.109",
8995]
8996
8997[[package]]
8998name = "serde_fmt"
8999version = "1.0.3"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
9002dependencies = [
9003 "serde",
9004]
9005
9006[[package]]
9007name = "serde_json"
9008version = "1.0.107"
9009source = "registry+https://github.com/rust-lang/crates.io-index"
9010checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
9011dependencies = [
9012 "indexmap 2.0.0",
9013 "itoa",
9014 "ryu",
9015 "serde",
9016]
9017
9018[[package]]
9019name = "serde_json_lenient"
9020version = "0.1.7"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
9023dependencies = [
9024 "indexmap 2.0.0",
9025 "itoa",
9026 "ryu",
9027 "serde",
9028]
9029
9030[[package]]
9031name = "serde_path_to_error"
9032version = "0.1.15"
9033source = "registry+https://github.com/rust-lang/crates.io-index"
9034checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
9035dependencies = [
9036 "itoa",
9037 "serde",
9038]
9039
9040[[package]]
9041name = "serde_repr"
9042version = "0.1.16"
9043source = "registry+https://github.com/rust-lang/crates.io-index"
9044checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
9045dependencies = [
9046 "proc-macro2",
9047 "quote",
9048 "syn 2.0.59",
9049]
9050
9051[[package]]
9052name = "serde_spanned"
9053version = "0.6.5"
9054source = "registry+https://github.com/rust-lang/crates.io-index"
9055checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
9056dependencies = [
9057 "serde",
9058]
9059
9060[[package]]
9061name = "serde_urlencoded"
9062version = "0.7.1"
9063source = "registry+https://github.com/rust-lang/crates.io-index"
9064checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9065dependencies = [
9066 "form_urlencoded",
9067 "itoa",
9068 "ryu",
9069 "serde",
9070]
9071
9072[[package]]
9073name = "settings"
9074version = "0.1.0"
9075dependencies = [
9076 "anyhow",
9077 "collections",
9078 "fs",
9079 "futures 0.3.28",
9080 "gpui",
9081 "indoc",
9082 "lazy_static",
9083 "pretty_assertions",
9084 "release_channel",
9085 "rust-embed",
9086 "schemars",
9087 "serde",
9088 "serde_derive",
9089 "serde_json",
9090 "serde_json_lenient",
9091 "smallvec",
9092 "tree-sitter",
9093 "tree-sitter-json 0.19.0",
9094 "unindent",
9095 "util",
9096]
9097
9098[[package]]
9099name = "sha-1"
9100version = "0.9.8"
9101source = "registry+https://github.com/rust-lang/crates.io-index"
9102checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
9103dependencies = [
9104 "block-buffer 0.9.0",
9105 "cfg-if",
9106 "cpufeatures",
9107 "digest 0.9.0",
9108 "opaque-debug",
9109]
9110
9111[[package]]
9112name = "sha1"
9113version = "0.10.6"
9114source = "registry+https://github.com/rust-lang/crates.io-index"
9115checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
9116dependencies = [
9117 "cfg-if",
9118 "cpufeatures",
9119 "digest 0.10.7",
9120]
9121
9122[[package]]
9123name = "sha1_smol"
9124version = "1.0.0"
9125source = "registry+https://github.com/rust-lang/crates.io-index"
9126checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
9127
9128[[package]]
9129name = "sha2"
9130version = "0.9.9"
9131source = "registry+https://github.com/rust-lang/crates.io-index"
9132checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
9133dependencies = [
9134 "block-buffer 0.9.0",
9135 "cfg-if",
9136 "cpufeatures",
9137 "digest 0.9.0",
9138 "opaque-debug",
9139]
9140
9141[[package]]
9142name = "sha2"
9143version = "0.10.7"
9144source = "registry+https://github.com/rust-lang/crates.io-index"
9145checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
9146dependencies = [
9147 "cfg-if",
9148 "cpufeatures",
9149 "digest 0.10.7",
9150]
9151
9152[[package]]
9153name = "sharded-slab"
9154version = "0.1.4"
9155source = "registry+https://github.com/rust-lang/crates.io-index"
9156checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
9157dependencies = [
9158 "lazy_static",
9159]
9160
9161[[package]]
9162name = "shell-words"
9163version = "1.1.0"
9164source = "registry+https://github.com/rust-lang/crates.io-index"
9165checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
9166
9167[[package]]
9168name = "shellexpand"
9169version = "2.1.2"
9170source = "registry+https://github.com/rust-lang/crates.io-index"
9171checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
9172dependencies = [
9173 "dirs 4.0.0",
9174]
9175
9176[[package]]
9177name = "shlex"
9178version = "1.3.0"
9179source = "registry+https://github.com/rust-lang/crates.io-index"
9180checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
9181
9182[[package]]
9183name = "signal-hook"
9184version = "0.3.17"
9185source = "registry+https://github.com/rust-lang/crates.io-index"
9186checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
9187dependencies = [
9188 "libc",
9189 "signal-hook-registry",
9190]
9191
9192[[package]]
9193name = "signal-hook-registry"
9194version = "1.4.1"
9195source = "registry+https://github.com/rust-lang/crates.io-index"
9196checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
9197dependencies = [
9198 "libc",
9199]
9200
9201[[package]]
9202name = "signature"
9203version = "1.6.4"
9204source = "registry+https://github.com/rust-lang/crates.io-index"
9205checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
9206dependencies = [
9207 "digest 0.10.7",
9208 "rand_core 0.6.4",
9209]
9210
9211[[package]]
9212name = "signature"
9213version = "2.1.0"
9214source = "registry+https://github.com/rust-lang/crates.io-index"
9215checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
9216dependencies = [
9217 "digest 0.10.7",
9218 "rand_core 0.6.4",
9219]
9220
9221[[package]]
9222name = "simd-adler32"
9223version = "0.3.7"
9224source = "registry+https://github.com/rust-lang/crates.io-index"
9225checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
9226
9227[[package]]
9228name = "simdutf8"
9229version = "0.1.4"
9230source = "registry+https://github.com/rust-lang/crates.io-index"
9231checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
9232
9233[[package]]
9234name = "similar"
9235version = "1.3.0"
9236source = "registry+https://github.com/rust-lang/crates.io-index"
9237checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
9238
9239[[package]]
9240name = "simple_asn1"
9241version = "0.5.4"
9242source = "registry+https://github.com/rust-lang/crates.io-index"
9243checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
9244dependencies = [
9245 "chrono",
9246 "num-bigint",
9247 "num-traits",
9248 "thiserror",
9249]
9250
9251[[package]]
9252name = "simplecss"
9253version = "0.2.1"
9254source = "registry+https://github.com/rust-lang/crates.io-index"
9255checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
9256dependencies = [
9257 "log",
9258]
9259
9260[[package]]
9261name = "simplelog"
9262version = "0.9.0"
9263source = "registry+https://github.com/rust-lang/crates.io-index"
9264checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
9265dependencies = [
9266 "chrono",
9267 "log",
9268 "termcolor",
9269]
9270
9271[[package]]
9272name = "siphasher"
9273version = "0.3.11"
9274source = "registry+https://github.com/rust-lang/crates.io-index"
9275checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
9276
9277[[package]]
9278name = "siphasher"
9279version = "1.0.1"
9280source = "registry+https://github.com/rust-lang/crates.io-index"
9281checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
9282
9283[[package]]
9284name = "slab"
9285version = "0.4.9"
9286source = "registry+https://github.com/rust-lang/crates.io-index"
9287checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
9288dependencies = [
9289 "autocfg",
9290]
9291
9292[[package]]
9293name = "slice-group-by"
9294version = "0.3.1"
9295source = "registry+https://github.com/rust-lang/crates.io-index"
9296checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
9297
9298[[package]]
9299name = "slotmap"
9300version = "1.0.6"
9301source = "registry+https://github.com/rust-lang/crates.io-index"
9302checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
9303dependencies = [
9304 "version_check",
9305]
9306
9307[[package]]
9308name = "sluice"
9309version = "0.5.5"
9310source = "registry+https://github.com/rust-lang/crates.io-index"
9311checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
9312dependencies = [
9313 "async-channel 1.9.0",
9314 "futures-core",
9315 "futures-io",
9316]
9317
9318[[package]]
9319name = "smallvec"
9320version = "1.11.1"
9321source = "registry+https://github.com/rust-lang/crates.io-index"
9322checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
9323
9324[[package]]
9325name = "smithay-client-toolkit"
9326version = "0.18.1"
9327source = "registry+https://github.com/rust-lang/crates.io-index"
9328checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
9329dependencies = [
9330 "bitflags 2.4.2",
9331 "calloop",
9332 "calloop-wayland-source",
9333 "cursor-icon",
9334 "libc",
9335 "log",
9336 "memmap2 0.9.4",
9337 "rustix 0.38.32",
9338 "thiserror",
9339 "wayland-backend",
9340 "wayland-client",
9341 "wayland-csd-frame",
9342 "wayland-cursor",
9343 "wayland-protocols",
9344 "wayland-protocols-wlr",
9345 "wayland-scanner",
9346 "xkeysym",
9347]
9348
9349[[package]]
9350name = "smithay-clipboard"
9351version = "0.7.1"
9352source = "registry+https://github.com/rust-lang/crates.io-index"
9353checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
9354dependencies = [
9355 "libc",
9356 "smithay-client-toolkit",
9357 "wayland-backend",
9358]
9359
9360[[package]]
9361name = "smol"
9362version = "1.3.0"
9363source = "registry+https://github.com/rust-lang/crates.io-index"
9364checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
9365dependencies = [
9366 "async-channel 1.9.0",
9367 "async-executor",
9368 "async-fs 1.6.0",
9369 "async-io 1.13.0",
9370 "async-lock 2.8.0",
9371 "async-net 1.7.0",
9372 "async-process 1.7.0",
9373 "blocking",
9374 "futures-lite 1.13.0",
9375]
9376
9377[[package]]
9378name = "snippet"
9379version = "0.1.0"
9380dependencies = [
9381 "anyhow",
9382 "smallvec",
9383]
9384
9385[[package]]
9386name = "socket2"
9387version = "0.4.9"
9388source = "registry+https://github.com/rust-lang/crates.io-index"
9389checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
9390dependencies = [
9391 "libc",
9392 "winapi",
9393]
9394
9395[[package]]
9396name = "socket2"
9397version = "0.5.4"
9398source = "registry+https://github.com/rust-lang/crates.io-index"
9399checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
9400dependencies = [
9401 "libc",
9402 "windows-sys 0.48.0",
9403]
9404
9405[[package]]
9406name = "spdx"
9407version = "0.10.4"
9408source = "registry+https://github.com/rust-lang/crates.io-index"
9409checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
9410dependencies = [
9411 "smallvec",
9412]
9413
9414[[package]]
9415name = "spin"
9416version = "0.5.2"
9417source = "registry+https://github.com/rust-lang/crates.io-index"
9418checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
9419
9420[[package]]
9421name = "spin"
9422version = "0.9.8"
9423source = "registry+https://github.com/rust-lang/crates.io-index"
9424checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
9425dependencies = [
9426 "lock_api",
9427]
9428
9429[[package]]
9430name = "spirv"
9431version = "0.2.0+1.5.4"
9432source = "registry+https://github.com/rust-lang/crates.io-index"
9433checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
9434dependencies = [
9435 "bitflags 1.3.2",
9436 "num-traits",
9437]
9438
9439[[package]]
9440name = "spki"
9441version = "0.6.0"
9442source = "registry+https://github.com/rust-lang/crates.io-index"
9443checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
9444dependencies = [
9445 "base64ct",
9446 "der 0.6.1",
9447]
9448
9449[[package]]
9450name = "spki"
9451version = "0.7.2"
9452source = "registry+https://github.com/rust-lang/crates.io-index"
9453checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
9454dependencies = [
9455 "base64ct",
9456 "der 0.7.8",
9457]
9458
9459[[package]]
9460name = "sptr"
9461version = "0.3.2"
9462source = "registry+https://github.com/rust-lang/crates.io-index"
9463checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
9464
9465[[package]]
9466name = "sqlez"
9467version = "0.1.0"
9468dependencies = [
9469 "anyhow",
9470 "collections",
9471 "futures 0.3.28",
9472 "indoc",
9473 "lazy_static",
9474 "libsqlite3-sys",
9475 "parking_lot",
9476 "smol",
9477 "thread_local",
9478 "util",
9479 "uuid",
9480]
9481
9482[[package]]
9483name = "sqlez_macros"
9484version = "0.1.0"
9485dependencies = [
9486 "lazy_static",
9487 "sqlez",
9488 "sqlformat",
9489 "syn 1.0.109",
9490]
9491
9492[[package]]
9493name = "sqlformat"
9494version = "0.2.2"
9495source = "registry+https://github.com/rust-lang/crates.io-index"
9496checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
9497dependencies = [
9498 "itertools 0.11.0",
9499 "nom",
9500 "unicode_categories",
9501]
9502
9503[[package]]
9504name = "sqlx"
9505version = "0.7.2"
9506source = "registry+https://github.com/rust-lang/crates.io-index"
9507checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
9508dependencies = [
9509 "sqlx-core",
9510 "sqlx-macros",
9511 "sqlx-mysql",
9512 "sqlx-postgres",
9513 "sqlx-sqlite",
9514]
9515
9516[[package]]
9517name = "sqlx-core"
9518version = "0.7.2"
9519source = "registry+https://github.com/rust-lang/crates.io-index"
9520checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
9521dependencies = [
9522 "ahash 0.8.8",
9523 "atoi",
9524 "bigdecimal",
9525 "byteorder",
9526 "bytes 1.5.0",
9527 "chrono",
9528 "crc",
9529 "crossbeam-queue",
9530 "dotenvy",
9531 "either",
9532 "event-listener 2.5.3",
9533 "futures-channel",
9534 "futures-core",
9535 "futures-intrusive",
9536 "futures-io",
9537 "futures-util",
9538 "hashlink",
9539 "hex",
9540 "indexmap 2.0.0",
9541 "log",
9542 "memchr",
9543 "once_cell",
9544 "paste",
9545 "percent-encoding",
9546 "rust_decimal",
9547 "rustls",
9548 "rustls-pemfile",
9549 "serde",
9550 "serde_json",
9551 "sha2 0.10.7",
9552 "smallvec",
9553 "sqlformat",
9554 "thiserror",
9555 "time",
9556 "tokio",
9557 "tokio-stream",
9558 "tracing",
9559 "url",
9560 "uuid",
9561 "webpki-roots",
9562]
9563
9564[[package]]
9565name = "sqlx-macros"
9566version = "0.7.2"
9567source = "registry+https://github.com/rust-lang/crates.io-index"
9568checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
9569dependencies = [
9570 "proc-macro2",
9571 "quote",
9572 "sqlx-core",
9573 "sqlx-macros-core",
9574 "syn 1.0.109",
9575]
9576
9577[[package]]
9578name = "sqlx-macros-core"
9579version = "0.7.2"
9580source = "registry+https://github.com/rust-lang/crates.io-index"
9581checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
9582dependencies = [
9583 "dotenvy",
9584 "either",
9585 "heck 0.4.1",
9586 "hex",
9587 "once_cell",
9588 "proc-macro2",
9589 "quote",
9590 "serde",
9591 "serde_json",
9592 "sha2 0.10.7",
9593 "sqlx-core",
9594 "sqlx-mysql",
9595 "sqlx-postgres",
9596 "sqlx-sqlite",
9597 "syn 1.0.109",
9598 "tempfile",
9599 "tokio",
9600 "url",
9601]
9602
9603[[package]]
9604name = "sqlx-mysql"
9605version = "0.7.2"
9606source = "registry+https://github.com/rust-lang/crates.io-index"
9607checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
9608dependencies = [
9609 "atoi",
9610 "base64 0.21.7",
9611 "bigdecimal",
9612 "bitflags 2.4.2",
9613 "byteorder",
9614 "bytes 1.5.0",
9615 "chrono",
9616 "crc",
9617 "digest 0.10.7",
9618 "dotenvy",
9619 "either",
9620 "futures-channel",
9621 "futures-core",
9622 "futures-io",
9623 "futures-util",
9624 "generic-array",
9625 "hex",
9626 "hkdf",
9627 "hmac 0.12.1",
9628 "itoa",
9629 "log",
9630 "md-5",
9631 "memchr",
9632 "once_cell",
9633 "percent-encoding",
9634 "rand 0.8.5",
9635 "rsa 0.9.2",
9636 "rust_decimal",
9637 "serde",
9638 "sha1",
9639 "sha2 0.10.7",
9640 "smallvec",
9641 "sqlx-core",
9642 "stringprep",
9643 "thiserror",
9644 "time",
9645 "tracing",
9646 "uuid",
9647 "whoami",
9648]
9649
9650[[package]]
9651name = "sqlx-postgres"
9652version = "0.7.2"
9653source = "registry+https://github.com/rust-lang/crates.io-index"
9654checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
9655dependencies = [
9656 "atoi",
9657 "base64 0.21.7",
9658 "bigdecimal",
9659 "bitflags 2.4.2",
9660 "byteorder",
9661 "chrono",
9662 "crc",
9663 "dotenvy",
9664 "etcetera",
9665 "futures-channel",
9666 "futures-core",
9667 "futures-io",
9668 "futures-util",
9669 "hex",
9670 "hkdf",
9671 "hmac 0.12.1",
9672 "home",
9673 "itoa",
9674 "log",
9675 "md-5",
9676 "memchr",
9677 "num-bigint",
9678 "once_cell",
9679 "rand 0.8.5",
9680 "rust_decimal",
9681 "serde",
9682 "serde_json",
9683 "sha1",
9684 "sha2 0.10.7",
9685 "smallvec",
9686 "sqlx-core",
9687 "stringprep",
9688 "thiserror",
9689 "time",
9690 "tracing",
9691 "uuid",
9692 "whoami",
9693]
9694
9695[[package]]
9696name = "sqlx-sqlite"
9697version = "0.7.2"
9698source = "registry+https://github.com/rust-lang/crates.io-index"
9699checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
9700dependencies = [
9701 "atoi",
9702 "chrono",
9703 "flume",
9704 "futures-channel",
9705 "futures-core",
9706 "futures-executor",
9707 "futures-intrusive",
9708 "futures-util",
9709 "libsqlite3-sys",
9710 "log",
9711 "percent-encoding",
9712 "serde",
9713 "sqlx-core",
9714 "time",
9715 "tracing",
9716 "url",
9717 "uuid",
9718]
9719
9720[[package]]
9721name = "stable_deref_trait"
9722version = "1.2.0"
9723source = "registry+https://github.com/rust-lang/crates.io-index"
9724checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
9725
9726[[package]]
9727name = "static_assertions"
9728version = "1.1.0"
9729source = "registry+https://github.com/rust-lang/crates.io-index"
9730checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
9731
9732[[package]]
9733name = "story"
9734version = "0.1.0"
9735dependencies = [
9736 "gpui",
9737 "itertools 0.10.5",
9738 "smallvec",
9739]
9740
9741[[package]]
9742name = "storybook"
9743version = "0.1.0"
9744dependencies = [
9745 "anyhow",
9746 "clap 4.4.4",
9747 "collab_ui",
9748 "ctrlc",
9749 "dialoguer",
9750 "editor",
9751 "fuzzy",
9752 "gpui",
9753 "indoc",
9754 "language",
9755 "log",
9756 "menu",
9757 "picker",
9758 "project",
9759 "rust-embed",
9760 "settings",
9761 "simplelog",
9762 "story",
9763 "strum",
9764 "theme",
9765 "ui",
9766]
9767
9768[[package]]
9769name = "strict-num"
9770version = "0.1.1"
9771source = "registry+https://github.com/rust-lang/crates.io-index"
9772checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
9773dependencies = [
9774 "float-cmp",
9775]
9776
9777[[package]]
9778name = "stringprep"
9779version = "0.1.4"
9780source = "registry+https://github.com/rust-lang/crates.io-index"
9781checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
9782dependencies = [
9783 "finl_unicode",
9784 "unicode-bidi",
9785 "unicode-normalization",
9786]
9787
9788[[package]]
9789name = "strsim"
9790version = "0.10.0"
9791source = "registry+https://github.com/rust-lang/crates.io-index"
9792checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
9793
9794[[package]]
9795name = "strsim"
9796version = "0.11.1"
9797source = "registry+https://github.com/rust-lang/crates.io-index"
9798checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
9799
9800[[package]]
9801name = "strum"
9802version = "0.25.0"
9803source = "registry+https://github.com/rust-lang/crates.io-index"
9804checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
9805dependencies = [
9806 "strum_macros",
9807]
9808
9809[[package]]
9810name = "strum_macros"
9811version = "0.25.2"
9812source = "registry+https://github.com/rust-lang/crates.io-index"
9813checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
9814dependencies = [
9815 "heck 0.4.1",
9816 "proc-macro2",
9817 "quote",
9818 "rustversion",
9819 "syn 2.0.59",
9820]
9821
9822[[package]]
9823name = "subtle"
9824version = "2.5.0"
9825source = "registry+https://github.com/rust-lang/crates.io-index"
9826checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
9827
9828[[package]]
9829name = "sum_tree"
9830version = "0.1.0"
9831dependencies = [
9832 "arrayvec",
9833 "ctor",
9834 "env_logger",
9835 "log",
9836 "rand 0.8.5",
9837 "rayon",
9838]
9839
9840[[package]]
9841name = "supermaven"
9842version = "0.1.0"
9843dependencies = [
9844 "anyhow",
9845 "client",
9846 "collections",
9847 "editor",
9848 "env_logger",
9849 "futures 0.3.28",
9850 "gpui",
9851 "http 0.1.0",
9852 "language",
9853 "log",
9854 "postage",
9855 "project",
9856 "serde",
9857 "serde_json",
9858 "settings",
9859 "smol",
9860 "supermaven_api",
9861 "theme",
9862 "ui",
9863 "util",
9864]
9865
9866[[package]]
9867name = "supermaven_api"
9868version = "0.1.0"
9869dependencies = [
9870 "anyhow",
9871 "futures 0.3.28",
9872 "http 0.1.0",
9873 "serde",
9874 "serde_json",
9875 "smol",
9876 "util",
9877]
9878
9879[[package]]
9880name = "sval"
9881version = "2.8.0"
9882source = "registry+https://github.com/rust-lang/crates.io-index"
9883checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
9884
9885[[package]]
9886name = "sval_buffer"
9887version = "2.8.0"
9888source = "registry+https://github.com/rust-lang/crates.io-index"
9889checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
9890dependencies = [
9891 "sval",
9892 "sval_ref",
9893]
9894
9895[[package]]
9896name = "sval_dynamic"
9897version = "2.8.0"
9898source = "registry+https://github.com/rust-lang/crates.io-index"
9899checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
9900dependencies = [
9901 "sval",
9902]
9903
9904[[package]]
9905name = "sval_fmt"
9906version = "2.8.0"
9907source = "registry+https://github.com/rust-lang/crates.io-index"
9908checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
9909dependencies = [
9910 "itoa",
9911 "ryu",
9912 "sval",
9913]
9914
9915[[package]]
9916name = "sval_json"
9917version = "2.8.0"
9918source = "registry+https://github.com/rust-lang/crates.io-index"
9919checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
9920dependencies = [
9921 "itoa",
9922 "ryu",
9923 "sval",
9924]
9925
9926[[package]]
9927name = "sval_ref"
9928version = "2.8.0"
9929source = "registry+https://github.com/rust-lang/crates.io-index"
9930checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
9931dependencies = [
9932 "sval",
9933]
9934
9935[[package]]
9936name = "sval_serde"
9937version = "2.8.0"
9938source = "registry+https://github.com/rust-lang/crates.io-index"
9939checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
9940dependencies = [
9941 "serde",
9942 "sval",
9943 "sval_buffer",
9944 "sval_fmt",
9945]
9946
9947[[package]]
9948name = "svg_fmt"
9949version = "0.4.1"
9950source = "registry+https://github.com/rust-lang/crates.io-index"
9951checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
9952
9953[[package]]
9954name = "svgtypes"
9955version = "0.15.0"
9956source = "registry+https://github.com/rust-lang/crates.io-index"
9957checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
9958dependencies = [
9959 "kurbo",
9960 "siphasher 1.0.1",
9961]
9962
9963[[package]]
9964name = "swash"
9965version = "0.1.12"
9966source = "registry+https://github.com/rust-lang/crates.io-index"
9967checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7"
9968dependencies = [
9969 "read-fonts",
9970 "yazi",
9971 "zeno",
9972]
9973
9974[[package]]
9975name = "syn"
9976version = "1.0.109"
9977source = "registry+https://github.com/rust-lang/crates.io-index"
9978checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
9979dependencies = [
9980 "proc-macro2",
9981 "quote",
9982 "unicode-ident",
9983]
9984
9985[[package]]
9986name = "syn"
9987version = "2.0.59"
9988source = "registry+https://github.com/rust-lang/crates.io-index"
9989checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
9990dependencies = [
9991 "proc-macro2",
9992 "quote",
9993 "unicode-ident",
9994]
9995
9996[[package]]
9997name = "sync_wrapper"
9998version = "0.1.2"
9999source = "registry+https://github.com/rust-lang/crates.io-index"
10000checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
10001
10002[[package]]
10003name = "synchronoise"
10004version = "1.0.1"
10005source = "registry+https://github.com/rust-lang/crates.io-index"
10006checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
10007dependencies = [
10008 "crossbeam-queue",
10009]
10010
10011[[package]]
10012name = "sys-locale"
10013version = "0.3.1"
10014source = "registry+https://github.com/rust-lang/crates.io-index"
10015checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
10016dependencies = [
10017 "libc",
10018]
10019
10020[[package]]
10021name = "sysinfo"
10022version = "0.30.7"
10023source = "registry+https://github.com/rust-lang/crates.io-index"
10024checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
10025dependencies = [
10026 "cfg-if",
10027 "core-foundation-sys 0.8.6",
10028 "libc",
10029 "ntapi",
10030 "once_cell",
10031 "rayon",
10032 "windows 0.52.0",
10033]
10034
10035[[package]]
10036name = "system-interface"
10037version = "0.27.1"
10038source = "registry+https://github.com/rust-lang/crates.io-index"
10039checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10040dependencies = [
10041 "bitflags 2.4.2",
10042 "cap-fs-ext",
10043 "cap-std",
10044 "fd-lock",
10045 "io-lifetimes 2.0.3",
10046 "rustix 0.38.32",
10047 "windows-sys 0.52.0",
10048 "winx",
10049]
10050
10051[[package]]
10052name = "tab_switcher"
10053version = "0.1.0"
10054dependencies = [
10055 "anyhow",
10056 "collections",
10057 "ctor",
10058 "editor",
10059 "env_logger",
10060 "gpui",
10061 "language",
10062 "menu",
10063 "picker",
10064 "project",
10065 "serde",
10066 "serde_json",
10067 "terminal_view",
10068 "theme",
10069 "ui",
10070 "util",
10071 "workspace",
10072]
10073
10074[[package]]
10075name = "taffy"
10076version = "0.4.3"
10077source = "registry+https://github.com/rust-lang/crates.io-index"
10078checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10079dependencies = [
10080 "arrayvec",
10081 "grid",
10082 "num-traits",
10083 "serde",
10084 "slotmap",
10085]
10086
10087[[package]]
10088name = "take-until"
10089version = "0.2.0"
10090source = "registry+https://github.com/rust-lang/crates.io-index"
10091checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10092
10093[[package]]
10094name = "tap"
10095version = "1.0.1"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10098
10099[[package]]
10100name = "target-lexicon"
10101version = "0.12.13"
10102source = "registry+https://github.com/rust-lang/crates.io-index"
10103checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10104
10105[[package]]
10106name = "task"
10107version = "0.1.0"
10108dependencies = [
10109 "anyhow",
10110 "collections",
10111 "futures 0.3.28",
10112 "gpui",
10113 "hex",
10114 "parking_lot",
10115 "schemars",
10116 "serde",
10117 "serde_json_lenient",
10118 "sha2 0.10.7",
10119 "shellexpand",
10120 "util",
10121]
10122
10123[[package]]
10124name = "tasks_ui"
10125version = "0.1.0"
10126dependencies = [
10127 "editor",
10128 "file_icons",
10129 "fuzzy",
10130 "gpui",
10131 "language",
10132 "menu",
10133 "picker",
10134 "project",
10135 "schemars",
10136 "serde",
10137 "serde_json",
10138 "settings",
10139 "task",
10140 "tree-sitter-rust",
10141 "tree-sitter-typescript",
10142 "ui",
10143 "util",
10144 "workspace",
10145]
10146
10147[[package]]
10148name = "telemetry_events"
10149version = "0.1.0"
10150dependencies = [
10151 "semantic_version",
10152 "serde",
10153]
10154
10155[[package]]
10156name = "tempfile"
10157version = "3.9.0"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10160dependencies = [
10161 "cfg-if",
10162 "fastrand 2.0.0",
10163 "redox_syscall 0.4.1",
10164 "rustix 0.38.32",
10165 "windows-sys 0.52.0",
10166]
10167
10168[[package]]
10169name = "tendril"
10170version = "0.4.3"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10173dependencies = [
10174 "futf",
10175 "mac",
10176 "utf-8",
10177]
10178
10179[[package]]
10180name = "termcolor"
10181version = "1.1.3"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
10184dependencies = [
10185 "winapi-util",
10186]
10187
10188[[package]]
10189name = "terminal"
10190version = "0.1.0"
10191dependencies = [
10192 "alacritty_terminal",
10193 "anyhow",
10194 "collections",
10195 "dirs 4.0.0",
10196 "futures 0.3.28",
10197 "gpui",
10198 "libc",
10199 "rand 0.8.5",
10200 "schemars",
10201 "serde",
10202 "serde_derive",
10203 "serde_json",
10204 "settings",
10205 "smol",
10206 "sysinfo",
10207 "task",
10208 "theme",
10209 "thiserror",
10210 "util",
10211 "windows 0.56.0",
10212]
10213
10214[[package]]
10215name = "terminal_view"
10216version = "0.1.0"
10217dependencies = [
10218 "anyhow",
10219 "client",
10220 "collections",
10221 "db",
10222 "dirs 4.0.0",
10223 "editor",
10224 "futures 0.3.28",
10225 "gpui",
10226 "itertools 0.11.0",
10227 "language",
10228 "project",
10229 "rand 0.8.5",
10230 "search",
10231 "serde",
10232 "serde_json",
10233 "settings",
10234 "shellexpand",
10235 "smol",
10236 "task",
10237 "tasks_ui",
10238 "terminal",
10239 "theme",
10240 "ui",
10241 "util",
10242 "workspace",
10243]
10244
10245[[package]]
10246name = "text"
10247version = "0.1.0"
10248dependencies = [
10249 "anyhow",
10250 "clock",
10251 "collections",
10252 "ctor",
10253 "env_logger",
10254 "gpui",
10255 "http 0.1.0",
10256 "lazy_static",
10257 "log",
10258 "parking_lot",
10259 "postage",
10260 "rand 0.8.5",
10261 "regex",
10262 "rope",
10263 "smallvec",
10264 "sum_tree",
10265 "util",
10266]
10267
10268[[package]]
10269name = "textwrap"
10270version = "0.16.0"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10273
10274[[package]]
10275name = "theme"
10276version = "0.1.0"
10277dependencies = [
10278 "anyhow",
10279 "collections",
10280 "color",
10281 "derive_more",
10282 "fs",
10283 "futures 0.3.28",
10284 "gpui",
10285 "indexmap 1.9.3",
10286 "palette",
10287 "parking_lot",
10288 "refineable",
10289 "schemars",
10290 "serde",
10291 "serde_derive",
10292 "serde_json",
10293 "serde_json_lenient",
10294 "serde_repr",
10295 "settings",
10296 "story",
10297 "util",
10298 "uuid",
10299]
10300
10301[[package]]
10302name = "theme_importer"
10303version = "0.1.0"
10304dependencies = [
10305 "anyhow",
10306 "clap 4.4.4",
10307 "gpui",
10308 "indexmap 1.9.3",
10309 "log",
10310 "palette",
10311 "rust-embed",
10312 "schemars",
10313 "serde",
10314 "serde_json",
10315 "serde_json_lenient",
10316 "simplelog",
10317 "strum",
10318 "theme",
10319 "vscode_theme",
10320]
10321
10322[[package]]
10323name = "theme_selector"
10324version = "0.1.0"
10325dependencies = [
10326 "client",
10327 "feature_flags",
10328 "fs",
10329 "fuzzy",
10330 "gpui",
10331 "log",
10332 "picker",
10333 "serde",
10334 "settings",
10335 "theme",
10336 "ui",
10337 "util",
10338 "workspace",
10339]
10340
10341[[package]]
10342name = "thiserror"
10343version = "1.0.60"
10344source = "registry+https://github.com/rust-lang/crates.io-index"
10345checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
10346dependencies = [
10347 "thiserror-impl",
10348]
10349
10350[[package]]
10351name = "thiserror-impl"
10352version = "1.0.60"
10353source = "registry+https://github.com/rust-lang/crates.io-index"
10354checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
10355dependencies = [
10356 "proc-macro2",
10357 "quote",
10358 "syn 2.0.59",
10359]
10360
10361[[package]]
10362name = "thread_local"
10363version = "1.1.7"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10366dependencies = [
10367 "cfg-if",
10368 "once_cell",
10369]
10370
10371[[package]]
10372name = "tiff"
10373version = "0.6.1"
10374source = "registry+https://github.com/rust-lang/crates.io-index"
10375checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
10376dependencies = [
10377 "jpeg-decoder",
10378 "miniz_oxide 0.4.4",
10379 "weezl",
10380]
10381
10382[[package]]
10383name = "tiktoken-rs"
10384version = "0.5.9"
10385source = "registry+https://github.com/rust-lang/crates.io-index"
10386checksum = "c314e7ce51440f9e8f5a497394682a57b7c323d0f4d0a6b1b13c429056e0e234"
10387dependencies = [
10388 "anyhow",
10389 "base64 0.21.7",
10390 "bstr",
10391 "fancy-regex",
10392 "lazy_static",
10393 "parking_lot",
10394 "rustc-hash",
10395]
10396
10397[[package]]
10398name = "time"
10399version = "0.3.28"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
10402dependencies = [
10403 "deranged",
10404 "itoa",
10405 "serde",
10406 "time-core",
10407 "time-macros",
10408]
10409
10410[[package]]
10411name = "time-core"
10412version = "0.1.1"
10413source = "registry+https://github.com/rust-lang/crates.io-index"
10414checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
10415
10416[[package]]
10417name = "time-macros"
10418version = "0.2.14"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
10421dependencies = [
10422 "time-core",
10423]
10424
10425[[package]]
10426name = "time_format"
10427version = "0.1.0"
10428dependencies = [
10429 "core-foundation",
10430 "core-foundation-sys 0.8.6",
10431 "sys-locale",
10432 "time",
10433]
10434
10435[[package]]
10436name = "tiny-keccak"
10437version = "2.0.2"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
10440dependencies = [
10441 "crunchy",
10442]
10443
10444[[package]]
10445name = "tiny-skia"
10446version = "0.11.4"
10447source = "registry+https://github.com/rust-lang/crates.io-index"
10448checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10449dependencies = [
10450 "arrayref",
10451 "arrayvec",
10452 "bytemuck",
10453 "cfg-if",
10454 "log",
10455 "png 0.17.13",
10456 "tiny-skia-path",
10457]
10458
10459[[package]]
10460name = "tiny-skia-path"
10461version = "0.11.4"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10464dependencies = [
10465 "arrayref",
10466 "bytemuck",
10467 "strict-num",
10468]
10469
10470[[package]]
10471name = "tiny_http"
10472version = "0.8.2"
10473source = "registry+https://github.com/rust-lang/crates.io-index"
10474checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
10475dependencies = [
10476 "ascii",
10477 "chrono",
10478 "chunked_transfer",
10479 "log",
10480 "url",
10481]
10482
10483[[package]]
10484name = "tinytemplate"
10485version = "1.2.1"
10486source = "registry+https://github.com/rust-lang/crates.io-index"
10487checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
10488dependencies = [
10489 "serde",
10490 "serde_json",
10491]
10492
10493[[package]]
10494name = "tinyvec"
10495version = "1.6.0"
10496source = "registry+https://github.com/rust-lang/crates.io-index"
10497checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
10498dependencies = [
10499 "tinyvec_macros",
10500]
10501
10502[[package]]
10503name = "tinyvec_macros"
10504version = "0.1.1"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
10507
10508[[package]]
10509name = "tokio"
10510version = "1.32.0"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
10513dependencies = [
10514 "backtrace",
10515 "bytes 1.5.0",
10516 "libc",
10517 "mio",
10518 "num_cpus",
10519 "parking_lot",
10520 "pin-project-lite",
10521 "signal-hook-registry",
10522 "socket2 0.5.4",
10523 "tokio-macros",
10524 "windows-sys 0.48.0",
10525]
10526
10527[[package]]
10528name = "tokio-io"
10529version = "0.1.13"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
10532dependencies = [
10533 "bytes 0.4.12",
10534 "futures 0.1.31",
10535 "log",
10536]
10537
10538[[package]]
10539name = "tokio-macros"
10540version = "2.1.0"
10541source = "registry+https://github.com/rust-lang/crates.io-index"
10542checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
10543dependencies = [
10544 "proc-macro2",
10545 "quote",
10546 "syn 2.0.59",
10547]
10548
10549[[package]]
10550name = "tokio-native-tls"
10551version = "0.3.1"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
10554dependencies = [
10555 "native-tls",
10556 "tokio",
10557]
10558
10559[[package]]
10560name = "tokio-rustls"
10561version = "0.24.1"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
10564dependencies = [
10565 "rustls",
10566 "tokio",
10567]
10568
10569[[package]]
10570name = "tokio-stream"
10571version = "0.1.14"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
10574dependencies = [
10575 "futures-core",
10576 "pin-project-lite",
10577 "tokio",
10578]
10579
10580[[package]]
10581name = "tokio-tungstenite"
10582version = "0.20.1"
10583source = "registry+https://github.com/rust-lang/crates.io-index"
10584checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
10585dependencies = [
10586 "futures-util",
10587 "log",
10588 "tokio",
10589 "tungstenite 0.20.1",
10590]
10591
10592[[package]]
10593name = "tokio-util"
10594version = "0.7.9"
10595source = "registry+https://github.com/rust-lang/crates.io-index"
10596checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
10597dependencies = [
10598 "bytes 1.5.0",
10599 "futures-core",
10600 "futures-io",
10601 "futures-sink",
10602 "pin-project-lite",
10603 "tokio",
10604 "tracing",
10605]
10606
10607[[package]]
10608name = "toml"
10609version = "0.5.11"
10610source = "registry+https://github.com/rust-lang/crates.io-index"
10611checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
10612dependencies = [
10613 "serde",
10614]
10615
10616[[package]]
10617name = "toml"
10618version = "0.7.8"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
10621dependencies = [
10622 "serde",
10623 "serde_spanned",
10624 "toml_datetime",
10625 "toml_edit 0.19.15",
10626]
10627
10628[[package]]
10629name = "toml"
10630version = "0.8.10"
10631source = "registry+https://github.com/rust-lang/crates.io-index"
10632checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
10633dependencies = [
10634 "serde",
10635 "serde_spanned",
10636 "toml_datetime",
10637 "toml_edit 0.22.6",
10638]
10639
10640[[package]]
10641name = "toml_datetime"
10642version = "0.6.5"
10643source = "registry+https://github.com/rust-lang/crates.io-index"
10644checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
10645dependencies = [
10646 "serde",
10647]
10648
10649[[package]]
10650name = "toml_edit"
10651version = "0.19.15"
10652source = "registry+https://github.com/rust-lang/crates.io-index"
10653checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
10654dependencies = [
10655 "indexmap 2.0.0",
10656 "serde",
10657 "serde_spanned",
10658 "toml_datetime",
10659 "winnow 0.5.15",
10660]
10661
10662[[package]]
10663name = "toml_edit"
10664version = "0.21.1"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
10667dependencies = [
10668 "indexmap 2.0.0",
10669 "toml_datetime",
10670 "winnow 0.5.15",
10671]
10672
10673[[package]]
10674name = "toml_edit"
10675version = "0.22.6"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
10678dependencies = [
10679 "indexmap 2.0.0",
10680 "serde",
10681 "serde_spanned",
10682 "toml_datetime",
10683 "winnow 0.6.1",
10684]
10685
10686[[package]]
10687name = "tower"
10688version = "0.4.13"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
10691dependencies = [
10692 "futures-core",
10693 "futures-util",
10694 "pin-project",
10695 "pin-project-lite",
10696 "tokio",
10697 "tower-layer",
10698 "tower-service",
10699 "tracing",
10700]
10701
10702[[package]]
10703name = "tower-http"
10704version = "0.3.5"
10705source = "registry+https://github.com/rust-lang/crates.io-index"
10706checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
10707dependencies = [
10708 "bitflags 1.3.2",
10709 "bytes 1.5.0",
10710 "futures-core",
10711 "futures-util",
10712 "http 0.2.9",
10713 "http-body",
10714 "http-range-header",
10715 "pin-project-lite",
10716 "tower-layer",
10717 "tower-service",
10718]
10719
10720[[package]]
10721name = "tower-http"
10722version = "0.4.4"
10723source = "registry+https://github.com/rust-lang/crates.io-index"
10724checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
10725dependencies = [
10726 "bitflags 2.4.2",
10727 "bytes 1.5.0",
10728 "futures-core",
10729 "futures-util",
10730 "http 0.2.9",
10731 "http-body",
10732 "http-range-header",
10733 "pin-project-lite",
10734 "tower-layer",
10735 "tower-service",
10736 "tracing",
10737]
10738
10739[[package]]
10740name = "tower-layer"
10741version = "0.3.2"
10742source = "registry+https://github.com/rust-lang/crates.io-index"
10743checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
10744
10745[[package]]
10746name = "tower-service"
10747version = "0.3.2"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
10750
10751[[package]]
10752name = "tracing"
10753version = "0.1.40"
10754source = "registry+https://github.com/rust-lang/crates.io-index"
10755checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
10756dependencies = [
10757 "log",
10758 "pin-project-lite",
10759 "tracing-attributes",
10760 "tracing-core",
10761]
10762
10763[[package]]
10764name = "tracing-attributes"
10765version = "0.1.27"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
10768dependencies = [
10769 "proc-macro2",
10770 "quote",
10771 "syn 2.0.59",
10772]
10773
10774[[package]]
10775name = "tracing-core"
10776version = "0.1.32"
10777source = "registry+https://github.com/rust-lang/crates.io-index"
10778checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
10779dependencies = [
10780 "once_cell",
10781 "valuable",
10782]
10783
10784[[package]]
10785name = "tracing-futures"
10786version = "0.2.5"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
10789dependencies = [
10790 "pin-project",
10791 "tracing",
10792]
10793
10794[[package]]
10795name = "tracing-log"
10796version = "0.2.0"
10797source = "registry+https://github.com/rust-lang/crates.io-index"
10798checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
10799dependencies = [
10800 "log",
10801 "once_cell",
10802 "tracing-core",
10803]
10804
10805[[package]]
10806name = "tracing-serde"
10807version = "0.1.3"
10808source = "registry+https://github.com/rust-lang/crates.io-index"
10809checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
10810dependencies = [
10811 "serde",
10812 "tracing-core",
10813]
10814
10815[[package]]
10816name = "tracing-subscriber"
10817version = "0.3.18"
10818source = "registry+https://github.com/rust-lang/crates.io-index"
10819checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
10820dependencies = [
10821 "matchers",
10822 "nu-ansi-term",
10823 "once_cell",
10824 "regex",
10825 "serde",
10826 "serde_json",
10827 "sharded-slab",
10828 "smallvec",
10829 "thread_local",
10830 "tracing",
10831 "tracing-core",
10832 "tracing-log",
10833 "tracing-serde",
10834]
10835
10836[[package]]
10837name = "tree-sitter"
10838version = "0.20.100"
10839source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
10840dependencies = [
10841 "cc",
10842 "regex",
10843 "wasmtime-c-api-impl",
10844]
10845
10846[[package]]
10847name = "tree-sitter-bash"
10848version = "0.20.4"
10849source = "git+https://github.com/tree-sitter/tree-sitter-bash?rev=7331995b19b8f8aba2d5e26deb51d2195c18bc94#7331995b19b8f8aba2d5e26deb51d2195c18bc94"
10850dependencies = [
10851 "cc",
10852 "tree-sitter",
10853]
10854
10855[[package]]
10856name = "tree-sitter-c"
10857version = "0.20.6"
10858source = "registry+https://github.com/rust-lang/crates.io-index"
10859checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
10860dependencies = [
10861 "cc",
10862 "tree-sitter",
10863]
10864
10865[[package]]
10866name = "tree-sitter-cpp"
10867version = "0.20.0"
10868source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=f44509141e7e483323d2ec178f2d2e6c0fc041c1#f44509141e7e483323d2ec178f2d2e6c0fc041c1"
10869dependencies = [
10870 "cc",
10871 "tree-sitter",
10872]
10873
10874[[package]]
10875name = "tree-sitter-css"
10876version = "0.19.0"
10877source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
10878dependencies = [
10879 "cc",
10880 "tree-sitter",
10881]
10882
10883[[package]]
10884name = "tree-sitter-elixir"
10885version = "0.1.0"
10886source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=a2861e88a730287a60c11ea9299c033c7d076e30#a2861e88a730287a60c11ea9299c033c7d076e30"
10887dependencies = [
10888 "cc",
10889 "tree-sitter",
10890]
10891
10892[[package]]
10893name = "tree-sitter-embedded-template"
10894version = "0.20.0"
10895source = "registry+https://github.com/rust-lang/crates.io-index"
10896checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
10897dependencies = [
10898 "cc",
10899 "tree-sitter",
10900]
10901
10902[[package]]
10903name = "tree-sitter-go"
10904version = "0.20.0"
10905source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=b82ab803d887002a0af11f6ce63d72884580bf33#b82ab803d887002a0af11f6ce63d72884580bf33"
10906dependencies = [
10907 "cc",
10908 "tree-sitter",
10909]
10910
10911[[package]]
10912name = "tree-sitter-gomod"
10913version = "1.0.2"
10914source = "git+https://github.com/camdencheek/tree-sitter-go-mod#bbe2fe3be4b87e06a613e685250f473d2267f430"
10915dependencies = [
10916 "cc",
10917 "tree-sitter",
10918]
10919
10920[[package]]
10921name = "tree-sitter-gowork"
10922version = "0.0.1"
10923source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
10924dependencies = [
10925 "cc",
10926 "tree-sitter",
10927]
10928
10929[[package]]
10930name = "tree-sitter-heex"
10931version = "0.0.1"
10932source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
10933dependencies = [
10934 "cc",
10935 "tree-sitter",
10936]
10937
10938[[package]]
10939name = "tree-sitter-html"
10940version = "0.19.0"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
10943dependencies = [
10944 "cc",
10945 "tree-sitter",
10946]
10947
10948[[package]]
10949name = "tree-sitter-jsdoc"
10950version = "0.20.0"
10951source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
10952dependencies = [
10953 "cc",
10954 "tree-sitter",
10955]
10956
10957[[package]]
10958name = "tree-sitter-json"
10959version = "0.19.0"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
10962dependencies = [
10963 "cc",
10964 "tree-sitter",
10965]
10966
10967[[package]]
10968name = "tree-sitter-json"
10969version = "0.20.0"
10970source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
10971dependencies = [
10972 "cc",
10973 "tree-sitter",
10974]
10975
10976[[package]]
10977name = "tree-sitter-markdown"
10978version = "0.0.1"
10979source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
10980dependencies = [
10981 "cc",
10982 "tree-sitter",
10983]
10984
10985[[package]]
10986name = "tree-sitter-proto"
10987version = "0.0.2"
10988source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
10989dependencies = [
10990 "cc",
10991 "tree-sitter",
10992]
10993
10994[[package]]
10995name = "tree-sitter-python"
10996version = "0.20.4"
10997source = "registry+https://github.com/rust-lang/crates.io-index"
10998checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
10999dependencies = [
11000 "cc",
11001 "tree-sitter",
11002]
11003
11004[[package]]
11005name = "tree-sitter-regex"
11006version = "0.20.0"
11007source = "registry+https://github.com/rust-lang/crates.io-index"
11008checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
11009dependencies = [
11010 "cc",
11011 "tree-sitter",
11012]
11013
11014[[package]]
11015name = "tree-sitter-ruby"
11016version = "0.20.0"
11017source = "registry+https://github.com/rust-lang/crates.io-index"
11018checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
11019dependencies = [
11020 "cc",
11021 "tree-sitter",
11022]
11023
11024[[package]]
11025name = "tree-sitter-rust"
11026version = "0.20.4"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
11029dependencies = [
11030 "cc",
11031 "tree-sitter",
11032]
11033
11034[[package]]
11035name = "tree-sitter-typescript"
11036version = "0.20.2"
11037source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
11038dependencies = [
11039 "cc",
11040 "tree-sitter",
11041]
11042
11043[[package]]
11044name = "tree-sitter-yaml"
11045version = "0.0.1"
11046source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=f545a41f57502e1b5ddf2a6668896c1b0620f930#f545a41f57502e1b5ddf2a6668896c1b0620f930"
11047dependencies = [
11048 "cc",
11049 "tree-sitter",
11050]
11051
11052[[package]]
11053name = "try-lock"
11054version = "0.2.4"
11055source = "registry+https://github.com/rust-lang/crates.io-index"
11056checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11057
11058[[package]]
11059name = "ttf-parser"
11060version = "0.20.0"
11061source = "registry+https://github.com/rust-lang/crates.io-index"
11062checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
11063
11064[[package]]
11065name = "tungstenite"
11066version = "0.16.0"
11067source = "registry+https://github.com/rust-lang/crates.io-index"
11068checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
11069dependencies = [
11070 "base64 0.13.1",
11071 "byteorder",
11072 "bytes 1.5.0",
11073 "http 0.2.9",
11074 "httparse",
11075 "log",
11076 "native-tls",
11077 "rand 0.8.5",
11078 "sha-1",
11079 "thiserror",
11080 "url",
11081 "utf-8",
11082]
11083
11084[[package]]
11085name = "tungstenite"
11086version = "0.20.1"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11089dependencies = [
11090 "byteorder",
11091 "bytes 1.5.0",
11092 "data-encoding",
11093 "http 0.2.9",
11094 "httparse",
11095 "log",
11096 "rand 0.8.5",
11097 "sha1",
11098 "thiserror",
11099 "url",
11100 "utf-8",
11101]
11102
11103[[package]]
11104name = "typenum"
11105version = "1.17.0"
11106source = "registry+https://github.com/rust-lang/crates.io-index"
11107checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11108
11109[[package]]
11110name = "uds_windows"
11111version = "1.1.0"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11114dependencies = [
11115 "memoffset",
11116 "tempfile",
11117 "winapi",
11118]
11119
11120[[package]]
11121name = "ui"
11122version = "0.1.0"
11123dependencies = [
11124 "chrono",
11125 "gpui",
11126 "itertools 0.11.0",
11127 "menu",
11128 "settings",
11129 "smallvec",
11130 "story",
11131 "strum",
11132 "theme",
11133 "windows 0.56.0",
11134]
11135
11136[[package]]
11137name = "ui_text_field"
11138version = "0.1.0"
11139dependencies = [
11140 "editor",
11141 "gpui",
11142 "settings",
11143 "theme",
11144 "ui",
11145]
11146
11147[[package]]
11148name = "unicase"
11149version = "2.7.0"
11150source = "registry+https://github.com/rust-lang/crates.io-index"
11151checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11152dependencies = [
11153 "version_check",
11154]
11155
11156[[package]]
11157name = "unicode-bidi"
11158version = "0.3.13"
11159source = "registry+https://github.com/rust-lang/crates.io-index"
11160checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
11161
11162[[package]]
11163name = "unicode-bidi-mirroring"
11164version = "0.1.0"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
11167
11168[[package]]
11169name = "unicode-ccc"
11170version = "0.1.2"
11171source = "registry+https://github.com/rust-lang/crates.io-index"
11172checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
11173
11174[[package]]
11175name = "unicode-ident"
11176version = "1.0.12"
11177source = "registry+https://github.com/rust-lang/crates.io-index"
11178checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11179
11180[[package]]
11181name = "unicode-linebreak"
11182version = "0.1.5"
11183source = "registry+https://github.com/rust-lang/crates.io-index"
11184checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11185
11186[[package]]
11187name = "unicode-normalization"
11188version = "0.1.22"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
11191dependencies = [
11192 "tinyvec",
11193]
11194
11195[[package]]
11196name = "unicode-properties"
11197version = "0.1.1"
11198source = "registry+https://github.com/rust-lang/crates.io-index"
11199checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11200
11201[[package]]
11202name = "unicode-script"
11203version = "0.5.5"
11204source = "registry+https://github.com/rust-lang/crates.io-index"
11205checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11206
11207[[package]]
11208name = "unicode-segmentation"
11209version = "1.10.1"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11212
11213[[package]]
11214name = "unicode-width"
11215version = "0.1.11"
11216source = "registry+https://github.com/rust-lang/crates.io-index"
11217checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11218
11219[[package]]
11220name = "unicode-xid"
11221version = "0.2.4"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11224
11225[[package]]
11226name = "unicode_categories"
11227version = "0.1.1"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11230
11231[[package]]
11232name = "unindent"
11233version = "0.1.11"
11234source = "registry+https://github.com/rust-lang/crates.io-index"
11235checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11236
11237[[package]]
11238name = "untrusted"
11239version = "0.9.0"
11240source = "registry+https://github.com/rust-lang/crates.io-index"
11241checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11242
11243[[package]]
11244name = "url"
11245version = "2.5.0"
11246source = "registry+https://github.com/rust-lang/crates.io-index"
11247checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11248dependencies = [
11249 "form_urlencoded",
11250 "idna",
11251 "percent-encoding",
11252 "serde",
11253]
11254
11255[[package]]
11256name = "urlencoding"
11257version = "2.1.3"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11260
11261[[package]]
11262name = "usvg"
11263version = "0.41.0"
11264source = "registry+https://github.com/rust-lang/crates.io-index"
11265checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11266dependencies = [
11267 "base64 0.22.0",
11268 "data-url",
11269 "flate2",
11270 "imagesize",
11271 "kurbo",
11272 "log",
11273 "pico-args",
11274 "roxmltree",
11275 "simplecss",
11276 "siphasher 1.0.1",
11277 "strict-num",
11278 "svgtypes",
11279 "tiny-skia-path",
11280 "xmlwriter",
11281]
11282
11283[[package]]
11284name = "utf-8"
11285version = "0.7.6"
11286source = "registry+https://github.com/rust-lang/crates.io-index"
11287checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11288
11289[[package]]
11290name = "utf8parse"
11291version = "0.2.1"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11294
11295[[package]]
11296name = "util"
11297version = "0.1.0"
11298dependencies = [
11299 "anyhow",
11300 "async-fs 1.6.0",
11301 "collections",
11302 "dirs 3.0.2",
11303 "futures 0.3.28",
11304 "futures-lite 1.13.0",
11305 "git2",
11306 "globset",
11307 "lazy_static",
11308 "log",
11309 "rand 0.8.5",
11310 "regex",
11311 "rust-embed",
11312 "serde",
11313 "serde_json",
11314 "take-until",
11315 "tempfile",
11316 "tendril",
11317 "unicase",
11318]
11319
11320[[package]]
11321name = "uuid"
11322version = "1.4.1"
11323source = "registry+https://github.com/rust-lang/crates.io-index"
11324checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
11325dependencies = [
11326 "getrandom 0.2.10",
11327 "serde",
11328 "sha1_smol",
11329]
11330
11331[[package]]
11332name = "valuable"
11333version = "0.1.0"
11334source = "registry+https://github.com/rust-lang/crates.io-index"
11335checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11336
11337[[package]]
11338name = "value-bag"
11339version = "1.4.1"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
11342dependencies = [
11343 "value-bag-serde1",
11344 "value-bag-sval2",
11345]
11346
11347[[package]]
11348name = "value-bag-serde1"
11349version = "1.4.1"
11350source = "registry+https://github.com/rust-lang/crates.io-index"
11351checksum = "b0b9f3feef403a50d4d67e9741a6d8fc688bcbb4e4f31bd4aab72cc690284394"
11352dependencies = [
11353 "erased-serde",
11354 "serde",
11355 "serde_fmt",
11356]
11357
11358[[package]]
11359name = "value-bag-sval2"
11360version = "1.4.1"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "30b24f4146b6f3361e91cbf527d1fb35e9376c3c0cef72ca5ec5af6d640fad7d"
11363dependencies = [
11364 "sval",
11365 "sval_buffer",
11366 "sval_dynamic",
11367 "sval_fmt",
11368 "sval_json",
11369 "sval_ref",
11370 "sval_serde",
11371]
11372
11373[[package]]
11374name = "vcpkg"
11375version = "0.2.15"
11376source = "registry+https://github.com/rust-lang/crates.io-index"
11377checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11378
11379[[package]]
11380name = "vcs_menu"
11381version = "0.1.0"
11382dependencies = [
11383 "anyhow",
11384 "fuzzy",
11385 "git",
11386 "gpui",
11387 "picker",
11388 "ui",
11389 "util",
11390 "workspace",
11391]
11392
11393[[package]]
11394name = "version_check"
11395version = "0.9.4"
11396source = "registry+https://github.com/rust-lang/crates.io-index"
11397checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11398
11399[[package]]
11400name = "vim"
11401version = "0.1.0"
11402dependencies = [
11403 "anyhow",
11404 "async-compat",
11405 "async-trait",
11406 "collections",
11407 "command_palette",
11408 "command_palette_hooks",
11409 "editor",
11410 "futures 0.3.28",
11411 "gpui",
11412 "indoc",
11413 "itertools 0.11.0",
11414 "language",
11415 "log",
11416 "lsp",
11417 "multi_buffer",
11418 "nvim-rs",
11419 "parking_lot",
11420 "regex",
11421 "release_channel",
11422 "schemars",
11423 "search",
11424 "serde",
11425 "serde_derive",
11426 "serde_json",
11427 "settings",
11428 "tokio",
11429 "ui",
11430 "util",
11431 "workspace",
11432 "zed_actions",
11433]
11434
11435[[package]]
11436name = "vscode_theme"
11437version = "0.2.0"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
11440dependencies = [
11441 "serde",
11442]
11443
11444[[package]]
11445name = "vsimd"
11446version = "0.8.0"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
11449
11450[[package]]
11451name = "vswhom"
11452version = "0.1.0"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
11455dependencies = [
11456 "libc",
11457 "vswhom-sys",
11458]
11459
11460[[package]]
11461name = "vswhom-sys"
11462version = "0.1.2"
11463source = "registry+https://github.com/rust-lang/crates.io-index"
11464checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
11465dependencies = [
11466 "cc",
11467 "libc",
11468]
11469
11470[[package]]
11471name = "vte"
11472version = "0.13.0"
11473source = "registry+https://github.com/rust-lang/crates.io-index"
11474checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
11475dependencies = [
11476 "bitflags 2.4.2",
11477 "cursor-icon",
11478 "log",
11479 "serde",
11480 "utf8parse",
11481 "vte_generate_state_changes",
11482]
11483
11484[[package]]
11485name = "vte_generate_state_changes"
11486version = "0.1.1"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
11489dependencies = [
11490 "proc-macro2",
11491 "quote",
11492]
11493
11494[[package]]
11495name = "waker-fn"
11496version = "1.1.0"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
11499
11500[[package]]
11501name = "walkdir"
11502version = "2.5.0"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
11505dependencies = [
11506 "same-file",
11507 "winapi-util",
11508]
11509
11510[[package]]
11511name = "want"
11512version = "0.3.1"
11513source = "registry+https://github.com/rust-lang/crates.io-index"
11514checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
11515dependencies = [
11516 "try-lock",
11517]
11518
11519[[package]]
11520name = "wasi"
11521version = "0.9.0+wasi-snapshot-preview1"
11522source = "registry+https://github.com/rust-lang/crates.io-index"
11523checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
11524
11525[[package]]
11526name = "wasi"
11527version = "0.11.0+wasi-snapshot-preview1"
11528source = "registry+https://github.com/rust-lang/crates.io-index"
11529checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
11530
11531[[package]]
11532name = "wasm-bindgen"
11533version = "0.2.92"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
11536dependencies = [
11537 "cfg-if",
11538 "wasm-bindgen-macro",
11539]
11540
11541[[package]]
11542name = "wasm-bindgen-backend"
11543version = "0.2.92"
11544source = "registry+https://github.com/rust-lang/crates.io-index"
11545checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
11546dependencies = [
11547 "bumpalo",
11548 "log",
11549 "once_cell",
11550 "proc-macro2",
11551 "quote",
11552 "syn 2.0.59",
11553 "wasm-bindgen-shared",
11554]
11555
11556[[package]]
11557name = "wasm-bindgen-futures"
11558version = "0.4.37"
11559source = "registry+https://github.com/rust-lang/crates.io-index"
11560checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
11561dependencies = [
11562 "cfg-if",
11563 "js-sys",
11564 "wasm-bindgen",
11565 "web-sys",
11566]
11567
11568[[package]]
11569name = "wasm-bindgen-macro"
11570version = "0.2.92"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
11573dependencies = [
11574 "quote",
11575 "wasm-bindgen-macro-support",
11576]
11577
11578[[package]]
11579name = "wasm-bindgen-macro-support"
11580version = "0.2.92"
11581source = "registry+https://github.com/rust-lang/crates.io-index"
11582checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
11583dependencies = [
11584 "proc-macro2",
11585 "quote",
11586 "syn 2.0.59",
11587 "wasm-bindgen-backend",
11588 "wasm-bindgen-shared",
11589]
11590
11591[[package]]
11592name = "wasm-bindgen-shared"
11593version = "0.2.92"
11594source = "registry+https://github.com/rust-lang/crates.io-index"
11595checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
11596
11597[[package]]
11598name = "wasm-encoder"
11599version = "0.201.0"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
11602dependencies = [
11603 "leb128",
11604]
11605
11606[[package]]
11607name = "wasm-metadata"
11608version = "0.201.0"
11609source = "registry+https://github.com/rust-lang/crates.io-index"
11610checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
11611dependencies = [
11612 "anyhow",
11613 "indexmap 2.0.0",
11614 "serde",
11615 "serde_derive",
11616 "serde_json",
11617 "spdx",
11618 "wasm-encoder",
11619 "wasmparser",
11620]
11621
11622[[package]]
11623name = "wasmparser"
11624version = "0.201.0"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
11627dependencies = [
11628 "bitflags 2.4.2",
11629 "indexmap 2.0.0",
11630 "semver",
11631]
11632
11633[[package]]
11634name = "wasmprinter"
11635version = "0.201.0"
11636source = "registry+https://github.com/rust-lang/crates.io-index"
11637checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
11638dependencies = [
11639 "anyhow",
11640 "wasmparser",
11641]
11642
11643[[package]]
11644name = "wasmtime"
11645version = "19.0.0"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
11648dependencies = [
11649 "anyhow",
11650 "async-trait",
11651 "bincode",
11652 "bumpalo",
11653 "cfg-if",
11654 "encoding_rs",
11655 "gimli",
11656 "indexmap 2.0.0",
11657 "libc",
11658 "log",
11659 "object",
11660 "once_cell",
11661 "paste",
11662 "rustix 0.38.32",
11663 "semver",
11664 "serde",
11665 "serde_derive",
11666 "serde_json",
11667 "target-lexicon",
11668 "wasmparser",
11669 "wasmtime-component-macro",
11670 "wasmtime-component-util",
11671 "wasmtime-cranelift",
11672 "wasmtime-environ",
11673 "wasmtime-fiber",
11674 "wasmtime-jit-icache-coherence",
11675 "wasmtime-runtime",
11676 "wasmtime-slab",
11677 "wasmtime-winch",
11678 "windows-sys 0.52.0",
11679]
11680
11681[[package]]
11682name = "wasmtime-asm-macros"
11683version = "19.0.0"
11684source = "registry+https://github.com/rust-lang/crates.io-index"
11685checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
11686dependencies = [
11687 "cfg-if",
11688]
11689
11690[[package]]
11691name = "wasmtime-c-api-impl"
11692version = "19.0.0"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
11695dependencies = [
11696 "anyhow",
11697 "log",
11698 "once_cell",
11699 "tracing",
11700 "wasmtime",
11701 "wasmtime-c-api-macros",
11702]
11703
11704[[package]]
11705name = "wasmtime-c-api-macros"
11706version = "19.0.0"
11707source = "registry+https://github.com/rust-lang/crates.io-index"
11708checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
11709dependencies = [
11710 "proc-macro2",
11711 "quote",
11712]
11713
11714[[package]]
11715name = "wasmtime-component-macro"
11716version = "19.0.0"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
11719dependencies = [
11720 "anyhow",
11721 "proc-macro2",
11722 "quote",
11723 "syn 2.0.59",
11724 "wasmtime-component-util",
11725 "wasmtime-wit-bindgen",
11726 "wit-parser",
11727]
11728
11729[[package]]
11730name = "wasmtime-component-util"
11731version = "19.0.0"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
11734
11735[[package]]
11736name = "wasmtime-cranelift"
11737version = "19.0.0"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
11740dependencies = [
11741 "anyhow",
11742 "cfg-if",
11743 "cranelift-codegen",
11744 "cranelift-control",
11745 "cranelift-entity",
11746 "cranelift-frontend",
11747 "cranelift-native",
11748 "cranelift-wasm",
11749 "gimli",
11750 "log",
11751 "object",
11752 "target-lexicon",
11753 "thiserror",
11754 "wasmparser",
11755 "wasmtime-cranelift-shared",
11756 "wasmtime-environ",
11757 "wasmtime-versioned-export-macros",
11758]
11759
11760[[package]]
11761name = "wasmtime-cranelift-shared"
11762version = "19.0.0"
11763source = "registry+https://github.com/rust-lang/crates.io-index"
11764checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
11765dependencies = [
11766 "anyhow",
11767 "cranelift-codegen",
11768 "cranelift-control",
11769 "cranelift-native",
11770 "gimli",
11771 "object",
11772 "target-lexicon",
11773 "wasmtime-environ",
11774]
11775
11776[[package]]
11777name = "wasmtime-environ"
11778version = "19.0.0"
11779source = "registry+https://github.com/rust-lang/crates.io-index"
11780checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
11781dependencies = [
11782 "anyhow",
11783 "bincode",
11784 "cpp_demangle",
11785 "cranelift-entity",
11786 "gimli",
11787 "indexmap 2.0.0",
11788 "log",
11789 "object",
11790 "rustc-demangle",
11791 "serde",
11792 "serde_derive",
11793 "target-lexicon",
11794 "thiserror",
11795 "wasm-encoder",
11796 "wasmparser",
11797 "wasmprinter",
11798 "wasmtime-component-util",
11799 "wasmtime-types",
11800]
11801
11802[[package]]
11803name = "wasmtime-fiber"
11804version = "19.0.0"
11805source = "registry+https://github.com/rust-lang/crates.io-index"
11806checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
11807dependencies = [
11808 "anyhow",
11809 "cc",
11810 "cfg-if",
11811 "rustix 0.38.32",
11812 "wasmtime-asm-macros",
11813 "wasmtime-versioned-export-macros",
11814 "windows-sys 0.52.0",
11815]
11816
11817[[package]]
11818name = "wasmtime-jit-icache-coherence"
11819version = "19.0.0"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
11822dependencies = [
11823 "cfg-if",
11824 "libc",
11825 "windows-sys 0.52.0",
11826]
11827
11828[[package]]
11829name = "wasmtime-runtime"
11830version = "19.0.0"
11831source = "registry+https://github.com/rust-lang/crates.io-index"
11832checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
11833dependencies = [
11834 "anyhow",
11835 "cc",
11836 "cfg-if",
11837 "encoding_rs",
11838 "indexmap 2.0.0",
11839 "libc",
11840 "log",
11841 "mach",
11842 "memfd",
11843 "memoffset",
11844 "paste",
11845 "psm",
11846 "rustix 0.38.32",
11847 "sptr",
11848 "wasm-encoder",
11849 "wasmtime-asm-macros",
11850 "wasmtime-environ",
11851 "wasmtime-fiber",
11852 "wasmtime-versioned-export-macros",
11853 "wasmtime-wmemcheck",
11854 "windows-sys 0.52.0",
11855]
11856
11857[[package]]
11858name = "wasmtime-slab"
11859version = "19.0.0"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
11862
11863[[package]]
11864name = "wasmtime-types"
11865version = "19.0.0"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
11868dependencies = [
11869 "cranelift-entity",
11870 "serde",
11871 "serde_derive",
11872 "thiserror",
11873 "wasmparser",
11874]
11875
11876[[package]]
11877name = "wasmtime-versioned-export-macros"
11878version = "19.0.0"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
11881dependencies = [
11882 "proc-macro2",
11883 "quote",
11884 "syn 2.0.59",
11885]
11886
11887[[package]]
11888name = "wasmtime-wasi"
11889version = "19.0.0"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
11892dependencies = [
11893 "anyhow",
11894 "async-trait",
11895 "bitflags 2.4.2",
11896 "bytes 1.5.0",
11897 "cap-fs-ext",
11898 "cap-net-ext",
11899 "cap-rand",
11900 "cap-std",
11901 "cap-time-ext",
11902 "fs-set-times",
11903 "futures 0.3.28",
11904 "io-extras",
11905 "io-lifetimes 2.0.3",
11906 "once_cell",
11907 "rustix 0.38.32",
11908 "system-interface",
11909 "thiserror",
11910 "tokio",
11911 "tracing",
11912 "url",
11913 "wasmtime",
11914 "wiggle",
11915 "windows-sys 0.52.0",
11916]
11917
11918[[package]]
11919name = "wasmtime-winch"
11920version = "19.0.0"
11921source = "registry+https://github.com/rust-lang/crates.io-index"
11922checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
11923dependencies = [
11924 "anyhow",
11925 "cranelift-codegen",
11926 "gimli",
11927 "object",
11928 "target-lexicon",
11929 "wasmparser",
11930 "wasmtime-cranelift-shared",
11931 "wasmtime-environ",
11932 "winch-codegen",
11933]
11934
11935[[package]]
11936name = "wasmtime-wit-bindgen"
11937version = "19.0.0"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
11940dependencies = [
11941 "anyhow",
11942 "heck 0.4.1",
11943 "indexmap 2.0.0",
11944 "wit-parser",
11945]
11946
11947[[package]]
11948name = "wasmtime-wmemcheck"
11949version = "19.0.0"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
11952
11953[[package]]
11954name = "wast"
11955version = "35.0.2"
11956source = "registry+https://github.com/rust-lang/crates.io-index"
11957checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
11958dependencies = [
11959 "leb128",
11960]
11961
11962[[package]]
11963name = "wayland-backend"
11964version = "0.3.3"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
11967dependencies = [
11968 "cc",
11969 "downcast-rs",
11970 "rustix 0.38.32",
11971 "scoped-tls",
11972 "smallvec",
11973 "wayland-sys",
11974]
11975
11976[[package]]
11977name = "wayland-client"
11978version = "0.31.2"
11979source = "registry+https://github.com/rust-lang/crates.io-index"
11980checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
11981dependencies = [
11982 "bitflags 2.4.2",
11983 "rustix 0.38.32",
11984 "wayland-backend",
11985 "wayland-scanner",
11986]
11987
11988[[package]]
11989name = "wayland-csd-frame"
11990version = "0.3.0"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
11993dependencies = [
11994 "bitflags 2.4.2",
11995 "cursor-icon",
11996 "wayland-backend",
11997]
11998
11999[[package]]
12000name = "wayland-cursor"
12001version = "0.31.1"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
12004dependencies = [
12005 "rustix 0.38.32",
12006 "wayland-client",
12007 "xcursor",
12008]
12009
12010[[package]]
12011name = "wayland-protocols"
12012version = "0.31.2"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
12015dependencies = [
12016 "bitflags 2.4.2",
12017 "wayland-backend",
12018 "wayland-client",
12019 "wayland-scanner",
12020]
12021
12022[[package]]
12023name = "wayland-protocols-plasma"
12024version = "0.2.0"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
12027dependencies = [
12028 "bitflags 2.4.2",
12029 "wayland-backend",
12030 "wayland-client",
12031 "wayland-protocols",
12032 "wayland-scanner",
12033]
12034
12035[[package]]
12036name = "wayland-protocols-wlr"
12037version = "0.2.0"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
12040dependencies = [
12041 "bitflags 2.4.2",
12042 "wayland-backend",
12043 "wayland-client",
12044 "wayland-protocols",
12045 "wayland-scanner",
12046]
12047
12048[[package]]
12049name = "wayland-scanner"
12050version = "0.31.1"
12051source = "registry+https://github.com/rust-lang/crates.io-index"
12052checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12053dependencies = [
12054 "proc-macro2",
12055 "quick-xml 0.31.0",
12056 "quote",
12057]
12058
12059[[package]]
12060name = "wayland-sys"
12061version = "0.31.1"
12062source = "registry+https://github.com/rust-lang/crates.io-index"
12063checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12064dependencies = [
12065 "dlib",
12066 "log",
12067 "once_cell",
12068 "pkg-config",
12069]
12070
12071[[package]]
12072name = "web-sys"
12073version = "0.3.64"
12074source = "registry+https://github.com/rust-lang/crates.io-index"
12075checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12076dependencies = [
12077 "js-sys",
12078 "wasm-bindgen",
12079]
12080
12081[[package]]
12082name = "webpki-roots"
12083version = "0.24.0"
12084source = "registry+https://github.com/rust-lang/crates.io-index"
12085checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12086dependencies = [
12087 "rustls-webpki",
12088]
12089
12090[[package]]
12091name = "weezl"
12092version = "0.1.8"
12093source = "registry+https://github.com/rust-lang/crates.io-index"
12094checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12095
12096[[package]]
12097name = "welcome"
12098version = "0.1.0"
12099dependencies = [
12100 "anyhow",
12101 "client",
12102 "db",
12103 "editor",
12104 "extensions_ui",
12105 "fuzzy",
12106 "gpui",
12107 "inline_completion_button",
12108 "install_cli",
12109 "picker",
12110 "project",
12111 "schemars",
12112 "serde",
12113 "settings",
12114 "theme_selector",
12115 "ui",
12116 "util",
12117 "vim",
12118 "workspace",
12119]
12120
12121[[package]]
12122name = "which"
12123version = "4.4.2"
12124source = "registry+https://github.com/rust-lang/crates.io-index"
12125checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12126dependencies = [
12127 "either",
12128 "home",
12129 "once_cell",
12130 "rustix 0.38.32",
12131]
12132
12133[[package]]
12134name = "which"
12135version = "6.0.0"
12136source = "registry+https://github.com/rust-lang/crates.io-index"
12137checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12138dependencies = [
12139 "either",
12140 "home",
12141 "once_cell",
12142 "rustix 0.38.32",
12143 "windows-sys 0.52.0",
12144]
12145
12146[[package]]
12147name = "whoami"
12148version = "1.4.1"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
12151
12152[[package]]
12153name = "wiggle"
12154version = "19.0.0"
12155source = "registry+https://github.com/rust-lang/crates.io-index"
12156checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
12157dependencies = [
12158 "anyhow",
12159 "async-trait",
12160 "bitflags 2.4.2",
12161 "thiserror",
12162 "tracing",
12163 "wasmtime",
12164 "wiggle-macro",
12165]
12166
12167[[package]]
12168name = "wiggle-generate"
12169version = "19.0.0"
12170source = "registry+https://github.com/rust-lang/crates.io-index"
12171checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
12172dependencies = [
12173 "anyhow",
12174 "heck 0.4.1",
12175 "proc-macro2",
12176 "quote",
12177 "shellexpand",
12178 "syn 2.0.59",
12179 "witx",
12180]
12181
12182[[package]]
12183name = "wiggle-macro"
12184version = "19.0.0"
12185source = "registry+https://github.com/rust-lang/crates.io-index"
12186checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
12187dependencies = [
12188 "proc-macro2",
12189 "quote",
12190 "syn 2.0.59",
12191 "wiggle-generate",
12192]
12193
12194[[package]]
12195name = "winapi"
12196version = "0.3.9"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12199dependencies = [
12200 "winapi-i686-pc-windows-gnu",
12201 "winapi-x86_64-pc-windows-gnu",
12202]
12203
12204[[package]]
12205name = "winapi-i686-pc-windows-gnu"
12206version = "0.4.0"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12209
12210[[package]]
12211name = "winapi-util"
12212version = "0.1.6"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
12215dependencies = [
12216 "winapi",
12217]
12218
12219[[package]]
12220name = "winapi-x86_64-pc-windows-gnu"
12221version = "0.4.0"
12222source = "registry+https://github.com/rust-lang/crates.io-index"
12223checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12224
12225[[package]]
12226name = "winch-codegen"
12227version = "0.17.0"
12228source = "registry+https://github.com/rust-lang/crates.io-index"
12229checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12230dependencies = [
12231 "anyhow",
12232 "cranelift-codegen",
12233 "gimli",
12234 "regalloc2",
12235 "smallvec",
12236 "target-lexicon",
12237 "wasmparser",
12238 "wasmtime-environ",
12239]
12240
12241[[package]]
12242name = "windows"
12243version = "0.46.0"
12244source = "registry+https://github.com/rust-lang/crates.io-index"
12245checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12246dependencies = [
12247 "windows-targets 0.42.2",
12248]
12249
12250[[package]]
12251name = "windows"
12252version = "0.48.0"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12255dependencies = [
12256 "windows-targets 0.48.5",
12257]
12258
12259[[package]]
12260name = "windows"
12261version = "0.52.0"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12264dependencies = [
12265 "windows-core 0.52.0",
12266 "windows-targets 0.52.5",
12267]
12268
12269[[package]]
12270name = "windows"
12271version = "0.56.0"
12272source = "registry+https://github.com/rust-lang/crates.io-index"
12273checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
12274dependencies = [
12275 "windows-core 0.56.0",
12276 "windows-targets 0.52.5",
12277]
12278
12279[[package]]
12280name = "windows-core"
12281version = "0.52.0"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12284dependencies = [
12285 "windows-targets 0.52.5",
12286]
12287
12288[[package]]
12289name = "windows-core"
12290version = "0.56.0"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
12293dependencies = [
12294 "windows-implement",
12295 "windows-interface",
12296 "windows-result",
12297 "windows-targets 0.52.5",
12298]
12299
12300[[package]]
12301name = "windows-implement"
12302version = "0.56.0"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
12305dependencies = [
12306 "proc-macro2",
12307 "quote",
12308 "syn 2.0.59",
12309]
12310
12311[[package]]
12312name = "windows-interface"
12313version = "0.56.0"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
12316dependencies = [
12317 "proc-macro2",
12318 "quote",
12319 "syn 2.0.59",
12320]
12321
12322[[package]]
12323name = "windows-result"
12324version = "0.1.1"
12325source = "registry+https://github.com/rust-lang/crates.io-index"
12326checksum = "749f0da9cc72d82e600d8d2e44cadd0b9eedb9038f71a1c58556ac1c5791813b"
12327dependencies = [
12328 "windows-targets 0.52.5",
12329]
12330
12331[[package]]
12332name = "windows-sys"
12333version = "0.45.0"
12334source = "registry+https://github.com/rust-lang/crates.io-index"
12335checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12336dependencies = [
12337 "windows-targets 0.42.2",
12338]
12339
12340[[package]]
12341name = "windows-sys"
12342version = "0.48.0"
12343source = "registry+https://github.com/rust-lang/crates.io-index"
12344checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12345dependencies = [
12346 "windows-targets 0.48.5",
12347]
12348
12349[[package]]
12350name = "windows-sys"
12351version = "0.52.0"
12352source = "registry+https://github.com/rust-lang/crates.io-index"
12353checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12354dependencies = [
12355 "windows-targets 0.52.5",
12356]
12357
12358[[package]]
12359name = "windows-targets"
12360version = "0.42.2"
12361source = "registry+https://github.com/rust-lang/crates.io-index"
12362checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12363dependencies = [
12364 "windows_aarch64_gnullvm 0.42.2",
12365 "windows_aarch64_msvc 0.42.2",
12366 "windows_i686_gnu 0.42.2",
12367 "windows_i686_msvc 0.42.2",
12368 "windows_x86_64_gnu 0.42.2",
12369 "windows_x86_64_gnullvm 0.42.2",
12370 "windows_x86_64_msvc 0.42.2",
12371]
12372
12373[[package]]
12374name = "windows-targets"
12375version = "0.48.5"
12376source = "registry+https://github.com/rust-lang/crates.io-index"
12377checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12378dependencies = [
12379 "windows_aarch64_gnullvm 0.48.5",
12380 "windows_aarch64_msvc 0.48.5",
12381 "windows_i686_gnu 0.48.5",
12382 "windows_i686_msvc 0.48.5",
12383 "windows_x86_64_gnu 0.48.5",
12384 "windows_x86_64_gnullvm 0.48.5",
12385 "windows_x86_64_msvc 0.48.5",
12386]
12387
12388[[package]]
12389name = "windows-targets"
12390version = "0.52.5"
12391source = "registry+https://github.com/rust-lang/crates.io-index"
12392checksum = "6f0713a46559409d202e70e28227288446bf7841d3211583a4b53e3f6d96e7eb"
12393dependencies = [
12394 "windows_aarch64_gnullvm 0.52.5",
12395 "windows_aarch64_msvc 0.52.5",
12396 "windows_i686_gnu 0.52.5",
12397 "windows_i686_gnullvm",
12398 "windows_i686_msvc 0.52.5",
12399 "windows_x86_64_gnu 0.52.5",
12400 "windows_x86_64_gnullvm 0.52.5",
12401 "windows_x86_64_msvc 0.52.5",
12402]
12403
12404[[package]]
12405name = "windows_aarch64_gnullvm"
12406version = "0.42.2"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12409
12410[[package]]
12411name = "windows_aarch64_gnullvm"
12412version = "0.48.5"
12413source = "registry+https://github.com/rust-lang/crates.io-index"
12414checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12415
12416[[package]]
12417name = "windows_aarch64_gnullvm"
12418version = "0.52.5"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "7088eed71e8b8dda258ecc8bac5fb1153c5cffaf2578fc8ff5d61e23578d3263"
12421
12422[[package]]
12423name = "windows_aarch64_msvc"
12424version = "0.42.2"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12427
12428[[package]]
12429name = "windows_aarch64_msvc"
12430version = "0.48.5"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12433
12434[[package]]
12435name = "windows_aarch64_msvc"
12436version = "0.52.5"
12437source = "registry+https://github.com/rust-lang/crates.io-index"
12438checksum = "9985fd1504e250c615ca5f281c3f7a6da76213ebd5ccc9561496568a2752afb6"
12439
12440[[package]]
12441name = "windows_i686_gnu"
12442version = "0.42.2"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12445
12446[[package]]
12447name = "windows_i686_gnu"
12448version = "0.48.5"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12451
12452[[package]]
12453name = "windows_i686_gnu"
12454version = "0.52.5"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "88ba073cf16d5372720ec942a8ccbf61626074c6d4dd2e745299726ce8b89670"
12457
12458[[package]]
12459name = "windows_i686_gnullvm"
12460version = "0.52.5"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "87f4261229030a858f36b459e748ae97545d6f1ec60e5e0d6a3d32e0dc232ee9"
12463
12464[[package]]
12465name = "windows_i686_msvc"
12466version = "0.42.2"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
12469
12470[[package]]
12471name = "windows_i686_msvc"
12472version = "0.48.5"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
12475
12476[[package]]
12477name = "windows_i686_msvc"
12478version = "0.52.5"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "db3c2bf3d13d5b658be73463284eaf12830ac9a26a90c717b7f771dfe97487bf"
12481
12482[[package]]
12483name = "windows_x86_64_gnu"
12484version = "0.42.2"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
12487
12488[[package]]
12489name = "windows_x86_64_gnu"
12490version = "0.48.5"
12491source = "registry+https://github.com/rust-lang/crates.io-index"
12492checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
12493
12494[[package]]
12495name = "windows_x86_64_gnu"
12496version = "0.52.5"
12497source = "registry+https://github.com/rust-lang/crates.io-index"
12498checksum = "4e4246f76bdeff09eb48875a0fd3e2af6aada79d409d33011886d3e1581517d9"
12499
12500[[package]]
12501name = "windows_x86_64_gnullvm"
12502version = "0.42.2"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
12505
12506[[package]]
12507name = "windows_x86_64_gnullvm"
12508version = "0.48.5"
12509source = "registry+https://github.com/rust-lang/crates.io-index"
12510checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
12511
12512[[package]]
12513name = "windows_x86_64_gnullvm"
12514version = "0.52.5"
12515source = "registry+https://github.com/rust-lang/crates.io-index"
12516checksum = "852298e482cd67c356ddd9570386e2862b5673c85bd5f88df9ab6802b334c596"
12517
12518[[package]]
12519name = "windows_x86_64_msvc"
12520version = "0.42.2"
12521source = "registry+https://github.com/rust-lang/crates.io-index"
12522checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
12523
12524[[package]]
12525name = "windows_x86_64_msvc"
12526version = "0.48.5"
12527source = "registry+https://github.com/rust-lang/crates.io-index"
12528checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
12529
12530[[package]]
12531name = "windows_x86_64_msvc"
12532version = "0.52.5"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "bec47e5bfd1bff0eeaf6d8b485cc1074891a197ab4225d504cb7a1ab88b02bf0"
12535
12536[[package]]
12537name = "winnow"
12538version = "0.5.15"
12539source = "registry+https://github.com/rust-lang/crates.io-index"
12540checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
12541dependencies = [
12542 "memchr",
12543]
12544
12545[[package]]
12546name = "winnow"
12547version = "0.6.1"
12548source = "registry+https://github.com/rust-lang/crates.io-index"
12549checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
12550dependencies = [
12551 "memchr",
12552]
12553
12554[[package]]
12555name = "winreg"
12556version = "0.50.0"
12557source = "registry+https://github.com/rust-lang/crates.io-index"
12558checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
12559dependencies = [
12560 "cfg-if",
12561 "windows-sys 0.48.0",
12562]
12563
12564[[package]]
12565name = "winreg"
12566version = "0.52.0"
12567source = "registry+https://github.com/rust-lang/crates.io-index"
12568checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
12569dependencies = [
12570 "cfg-if",
12571 "windows-sys 0.48.0",
12572]
12573
12574[[package]]
12575name = "winresource"
12576version = "0.1.17"
12577source = "registry+https://github.com/rust-lang/crates.io-index"
12578checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
12579dependencies = [
12580 "toml 0.7.8",
12581 "version_check",
12582]
12583
12584[[package]]
12585name = "winx"
12586version = "0.36.3"
12587source = "registry+https://github.com/rust-lang/crates.io-index"
12588checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
12589dependencies = [
12590 "bitflags 2.4.2",
12591 "windows-sys 0.52.0",
12592]
12593
12594[[package]]
12595name = "wio"
12596version = "0.2.2"
12597source = "registry+https://github.com/rust-lang/crates.io-index"
12598checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
12599dependencies = [
12600 "winapi",
12601]
12602
12603[[package]]
12604name = "wit-bindgen"
12605version = "0.22.0"
12606source = "registry+https://github.com/rust-lang/crates.io-index"
12607checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
12608dependencies = [
12609 "bitflags 2.4.2",
12610 "wit-bindgen-rt",
12611 "wit-bindgen-rust-macro",
12612]
12613
12614[[package]]
12615name = "wit-bindgen-core"
12616version = "0.22.0"
12617source = "registry+https://github.com/rust-lang/crates.io-index"
12618checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
12619dependencies = [
12620 "anyhow",
12621 "wit-parser",
12622]
12623
12624[[package]]
12625name = "wit-bindgen-rt"
12626version = "0.22.0"
12627source = "registry+https://github.com/rust-lang/crates.io-index"
12628checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
12629
12630[[package]]
12631name = "wit-bindgen-rust"
12632version = "0.22.0"
12633source = "registry+https://github.com/rust-lang/crates.io-index"
12634checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
12635dependencies = [
12636 "anyhow",
12637 "heck 0.4.1",
12638 "indexmap 2.0.0",
12639 "wasm-metadata",
12640 "wit-bindgen-core",
12641 "wit-component",
12642]
12643
12644[[package]]
12645name = "wit-bindgen-rust-macro"
12646version = "0.22.0"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
12649dependencies = [
12650 "anyhow",
12651 "proc-macro2",
12652 "quote",
12653 "syn 2.0.59",
12654 "wit-bindgen-core",
12655 "wit-bindgen-rust",
12656]
12657
12658[[package]]
12659name = "wit-component"
12660version = "0.201.0"
12661source = "registry+https://github.com/rust-lang/crates.io-index"
12662checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
12663dependencies = [
12664 "anyhow",
12665 "bitflags 2.4.2",
12666 "indexmap 2.0.0",
12667 "log",
12668 "serde",
12669 "serde_derive",
12670 "serde_json",
12671 "wasm-encoder",
12672 "wasm-metadata",
12673 "wasmparser",
12674 "wit-parser",
12675]
12676
12677[[package]]
12678name = "wit-parser"
12679version = "0.201.0"
12680source = "registry+https://github.com/rust-lang/crates.io-index"
12681checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
12682dependencies = [
12683 "anyhow",
12684 "id-arena",
12685 "indexmap 2.0.0",
12686 "log",
12687 "semver",
12688 "serde",
12689 "serde_derive",
12690 "serde_json",
12691 "unicode-xid",
12692 "wasmparser",
12693]
12694
12695[[package]]
12696name = "witx"
12697version = "0.9.1"
12698source = "registry+https://github.com/rust-lang/crates.io-index"
12699checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
12700dependencies = [
12701 "anyhow",
12702 "log",
12703 "thiserror",
12704 "wast",
12705]
12706
12707[[package]]
12708name = "workspace"
12709version = "0.1.0"
12710dependencies = [
12711 "any_vec",
12712 "anyhow",
12713 "async-recursion 1.0.5",
12714 "bincode",
12715 "call",
12716 "client",
12717 "clock",
12718 "collections",
12719 "db",
12720 "derive_more",
12721 "dev_server_projects",
12722 "env_logger",
12723 "fs",
12724 "futures 0.3.28",
12725 "gpui",
12726 "http 0.1.0",
12727 "itertools 0.11.0",
12728 "language",
12729 "lazy_static",
12730 "log",
12731 "node_runtime",
12732 "parking_lot",
12733 "postage",
12734 "project",
12735 "schemars",
12736 "serde",
12737 "serde_json",
12738 "settings",
12739 "smallvec",
12740 "sqlez",
12741 "task",
12742 "theme",
12743 "ui",
12744 "util",
12745 "uuid",
12746]
12747
12748[[package]]
12749name = "worktree"
12750version = "0.1.0"
12751dependencies = [
12752 "anyhow",
12753 "client",
12754 "clock",
12755 "collections",
12756 "fs",
12757 "futures 0.3.28",
12758 "fuzzy",
12759 "git",
12760 "git2",
12761 "gpui",
12762 "http 0.1.0",
12763 "ignore",
12764 "itertools 0.11.0",
12765 "language",
12766 "log",
12767 "lsp",
12768 "parking_lot",
12769 "postage",
12770 "pretty_assertions",
12771 "rand 0.8.5",
12772 "rpc",
12773 "schemars",
12774 "serde",
12775 "serde_json",
12776 "settings",
12777 "smol",
12778 "sum_tree",
12779 "text",
12780 "util",
12781]
12782
12783[[package]]
12784name = "wyz"
12785version = "0.5.1"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
12788dependencies = [
12789 "tap",
12790]
12791
12792[[package]]
12793name = "x11-clipboard"
12794version = "0.9.2"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
12797dependencies = [
12798 "libc",
12799 "x11rb",
12800]
12801
12802[[package]]
12803name = "x11rb"
12804version = "0.13.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
12807dependencies = [
12808 "as-raw-xcb-connection",
12809 "gethostname",
12810 "libc",
12811 "rustix 0.38.32",
12812 "x11rb-protocol",
12813]
12814
12815[[package]]
12816name = "x11rb-protocol"
12817version = "0.13.0"
12818source = "registry+https://github.com/rust-lang/crates.io-index"
12819checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
12820
12821[[package]]
12822name = "xattr"
12823version = "0.2.3"
12824source = "registry+https://github.com/rust-lang/crates.io-index"
12825checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
12826dependencies = [
12827 "libc",
12828]
12829
12830[[package]]
12831name = "xcursor"
12832version = "0.3.5"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
12835
12836[[package]]
12837name = "xdg-home"
12838version = "1.1.0"
12839source = "registry+https://github.com/rust-lang/crates.io-index"
12840checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
12841dependencies = [
12842 "libc",
12843 "winapi",
12844]
12845
12846[[package]]
12847name = "xim"
12848version = "0.4.0"
12849source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12850dependencies = [
12851 "ahash 0.8.8",
12852 "hashbrown 0.14.0",
12853 "log",
12854 "x11rb",
12855 "xim-ctext",
12856 "xim-parser",
12857]
12858
12859[[package]]
12860name = "xim-ctext"
12861version = "0.3.0"
12862source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12863dependencies = [
12864 "encoding_rs",
12865]
12866
12867[[package]]
12868name = "xim-parser"
12869version = "0.2.1"
12870source = "git+https://github.com/npmania/xim-rs?rev=27132caffc5b9bc9c432ca4afad184ab6e7c16af#27132caffc5b9bc9c432ca4afad184ab6e7c16af"
12871dependencies = [
12872 "bitflags 2.4.2",
12873]
12874
12875[[package]]
12876name = "xkbcommon"
12877version = "0.7.0"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
12880dependencies = [
12881 "as-raw-xcb-connection",
12882 "libc",
12883 "memmap2 0.8.0",
12884 "xkeysym",
12885]
12886
12887[[package]]
12888name = "xkeysym"
12889version = "0.2.0"
12890source = "registry+https://github.com/rust-lang/crates.io-index"
12891checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
12892
12893[[package]]
12894name = "xmlparser"
12895version = "0.13.5"
12896source = "registry+https://github.com/rust-lang/crates.io-index"
12897checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
12898
12899[[package]]
12900name = "xmlwriter"
12901version = "0.1.0"
12902source = "registry+https://github.com/rust-lang/crates.io-index"
12903checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
12904
12905[[package]]
12906name = "xtask"
12907version = "0.1.0"
12908dependencies = [
12909 "anyhow",
12910 "cargo_toml",
12911 "clap 4.4.4",
12912 "toml 0.8.10",
12913]
12914
12915[[package]]
12916name = "yansi"
12917version = "0.5.1"
12918source = "registry+https://github.com/rust-lang/crates.io-index"
12919checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
12920
12921[[package]]
12922name = "yazi"
12923version = "0.1.6"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
12926
12927[[package]]
12928name = "yeslogic-fontconfig-sys"
12929version = "3.2.0"
12930source = "registry+https://github.com/rust-lang/crates.io-index"
12931checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
12932dependencies = [
12933 "const-cstr",
12934 "dlib",
12935 "once_cell",
12936 "pkg-config",
12937]
12938
12939[[package]]
12940name = "zbus"
12941version = "4.0.1"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
12944dependencies = [
12945 "async-broadcast",
12946 "async-executor",
12947 "async-fs 2.1.1",
12948 "async-io 2.3.1",
12949 "async-lock 3.3.0",
12950 "async-process 2.1.0",
12951 "async-recursion 1.0.5",
12952 "async-task",
12953 "async-trait",
12954 "blocking",
12955 "derivative",
12956 "enumflags2",
12957 "event-listener 5.1.0",
12958 "futures-core",
12959 "futures-sink",
12960 "futures-util",
12961 "hex",
12962 "nix 0.27.1",
12963 "ordered-stream",
12964 "rand 0.8.5",
12965 "serde",
12966 "serde_repr",
12967 "sha1",
12968 "static_assertions",
12969 "tracing",
12970 "uds_windows",
12971 "windows-sys 0.52.0",
12972 "xdg-home",
12973 "zbus_macros",
12974 "zbus_names",
12975 "zvariant",
12976]
12977
12978[[package]]
12979name = "zbus_macros"
12980version = "4.0.1"
12981source = "registry+https://github.com/rust-lang/crates.io-index"
12982checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
12983dependencies = [
12984 "proc-macro-crate 1.3.1",
12985 "proc-macro2",
12986 "quote",
12987 "regex",
12988 "syn 1.0.109",
12989 "zvariant_utils",
12990]
12991
12992[[package]]
12993name = "zbus_names"
12994version = "3.0.0"
12995source = "registry+https://github.com/rust-lang/crates.io-index"
12996checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
12997dependencies = [
12998 "serde",
12999 "static_assertions",
13000 "zvariant",
13001]
13002
13003[[package]]
13004name = "zed"
13005version = "0.137.6"
13006dependencies = [
13007 "activity_indicator",
13008 "anyhow",
13009 "assets",
13010 "assistant",
13011 "audio",
13012 "auto_update",
13013 "backtrace",
13014 "breadcrumbs",
13015 "call",
13016 "channel",
13017 "chrono",
13018 "clap 4.4.4",
13019 "cli",
13020 "client",
13021 "collab_ui",
13022 "collections",
13023 "command_palette",
13024 "copilot",
13025 "db",
13026 "dev_server_projects",
13027 "diagnostics",
13028 "editor",
13029 "env_logger",
13030 "extension",
13031 "extensions_ui",
13032 "feedback",
13033 "file_finder",
13034 "file_icons",
13035 "fs",
13036 "futures 0.3.28",
13037 "git",
13038 "git_hosting_providers",
13039 "go_to_line",
13040 "gpui",
13041 "headless",
13042 "http 0.1.0",
13043 "image_viewer",
13044 "inline_completion_button",
13045 "install_cli",
13046 "isahc",
13047 "journal",
13048 "language",
13049 "language_selector",
13050 "language_tools",
13051 "languages",
13052 "libc",
13053 "log",
13054 "markdown_preview",
13055 "menu",
13056 "mimalloc",
13057 "nix 0.28.0",
13058 "node_runtime",
13059 "notifications",
13060 "outline",
13061 "parking_lot",
13062 "profiling",
13063 "project",
13064 "project_panel",
13065 "project_symbols",
13066 "quick_action_bar",
13067 "recent_projects",
13068 "release_channel",
13069 "rope",
13070 "search",
13071 "serde",
13072 "serde_json",
13073 "settings",
13074 "simplelog",
13075 "smol",
13076 "supermaven",
13077 "tab_switcher",
13078 "task",
13079 "tasks_ui",
13080 "telemetry_events",
13081 "terminal_view",
13082 "theme",
13083 "theme_selector",
13084 "tree-sitter-rust",
13085 "urlencoding",
13086 "util",
13087 "uuid",
13088 "vim",
13089 "welcome",
13090 "winresource",
13091 "workspace",
13092 "zed_actions",
13093]
13094
13095[[package]]
13096name = "zed_actions"
13097version = "0.1.0"
13098dependencies = [
13099 "gpui",
13100 "serde",
13101]
13102
13103[[package]]
13104name = "zed_astro"
13105version = "0.0.2"
13106dependencies = [
13107 "zed_extension_api 0.0.4",
13108]
13109
13110[[package]]
13111name = "zed_clojure"
13112version = "0.0.2"
13113dependencies = [
13114 "zed_extension_api 0.0.4",
13115]
13116
13117[[package]]
13118name = "zed_csharp"
13119version = "0.0.2"
13120dependencies = [
13121 "zed_extension_api 0.0.4",
13122]
13123
13124[[package]]
13125name = "zed_dart"
13126version = "0.0.2"
13127dependencies = [
13128 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13129]
13130
13131[[package]]
13132name = "zed_deno"
13133version = "0.0.1"
13134dependencies = [
13135 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13136]
13137
13138[[package]]
13139name = "zed_elixir"
13140version = "0.0.4"
13141dependencies = [
13142 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13143]
13144
13145[[package]]
13146name = "zed_elm"
13147version = "0.0.1"
13148dependencies = [
13149 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13150]
13151
13152[[package]]
13153name = "zed_emmet"
13154version = "0.0.3"
13155dependencies = [
13156 "zed_extension_api 0.0.4",
13157]
13158
13159[[package]]
13160name = "zed_erlang"
13161version = "0.0.1"
13162dependencies = [
13163 "zed_extension_api 0.0.4",
13164]
13165
13166[[package]]
13167name = "zed_extension_api"
13168version = "0.0.4"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
13171dependencies = [
13172 "wit-bindgen",
13173]
13174
13175[[package]]
13176name = "zed_extension_api"
13177version = "0.0.6"
13178dependencies = [
13179 "serde",
13180 "serde_json",
13181 "wit-bindgen",
13182]
13183
13184[[package]]
13185name = "zed_extension_api"
13186version = "0.0.6"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13189dependencies = [
13190 "serde",
13191 "serde_json",
13192 "wit-bindgen",
13193]
13194
13195[[package]]
13196name = "zed_gleam"
13197version = "0.1.3"
13198dependencies = [
13199 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13200]
13201
13202[[package]]
13203name = "zed_glsl"
13204version = "0.1.0"
13205dependencies = [
13206 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13207]
13208
13209[[package]]
13210name = "zed_haskell"
13211version = "0.1.0"
13212dependencies = [
13213 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13214]
13215
13216[[package]]
13217name = "zed_html"
13218version = "0.1.1"
13219dependencies = [
13220 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13221]
13222
13223[[package]]
13224name = "zed_lua"
13225version = "0.0.2"
13226dependencies = [
13227 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13228]
13229
13230[[package]]
13231name = "zed_ocaml"
13232version = "0.0.1"
13233dependencies = [
13234 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13235]
13236
13237[[package]]
13238name = "zed_php"
13239version = "0.0.3"
13240dependencies = [
13241 "zed_extension_api 0.0.4",
13242]
13243
13244[[package]]
13245name = "zed_prisma"
13246version = "0.0.2"
13247dependencies = [
13248 "zed_extension_api 0.0.4",
13249]
13250
13251[[package]]
13252name = "zed_purescript"
13253version = "0.0.1"
13254dependencies = [
13255 "zed_extension_api 0.0.4",
13256]
13257
13258[[package]]
13259name = "zed_ruby"
13260version = "0.0.4"
13261dependencies = [
13262 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13263]
13264
13265[[package]]
13266name = "zed_svelte"
13267version = "0.0.1"
13268dependencies = [
13269 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13270]
13271
13272[[package]]
13273name = "zed_terraform"
13274version = "0.0.3"
13275dependencies = [
13276 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13277]
13278
13279[[package]]
13280name = "zed_toml"
13281version = "0.1.1"
13282dependencies = [
13283 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13284]
13285
13286[[package]]
13287name = "zed_uiua"
13288version = "0.0.1"
13289dependencies = [
13290 "zed_extension_api 0.0.4",
13291]
13292
13293[[package]]
13294name = "zed_vue"
13295version = "0.0.2"
13296dependencies = [
13297 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13298]
13299
13300[[package]]
13301name = "zed_zig"
13302version = "0.1.2"
13303dependencies = [
13304 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13305]
13306
13307[[package]]
13308name = "zeno"
13309version = "0.2.3"
13310source = "registry+https://github.com/rust-lang/crates.io-index"
13311checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13312
13313[[package]]
13314name = "zerocopy"
13315version = "0.7.32"
13316source = "registry+https://github.com/rust-lang/crates.io-index"
13317checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13318dependencies = [
13319 "zerocopy-derive",
13320]
13321
13322[[package]]
13323name = "zerocopy-derive"
13324version = "0.7.32"
13325source = "registry+https://github.com/rust-lang/crates.io-index"
13326checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13327dependencies = [
13328 "proc-macro2",
13329 "quote",
13330 "syn 2.0.59",
13331]
13332
13333[[package]]
13334name = "zeroize"
13335version = "1.6.0"
13336source = "registry+https://github.com/rust-lang/crates.io-index"
13337checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13338dependencies = [
13339 "zeroize_derive",
13340]
13341
13342[[package]]
13343name = "zeroize_derive"
13344version = "1.4.2"
13345source = "registry+https://github.com/rust-lang/crates.io-index"
13346checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13347dependencies = [
13348 "proc-macro2",
13349 "quote",
13350 "syn 2.0.59",
13351]
13352
13353[[package]]
13354name = "zstd"
13355version = "0.11.2+zstd.1.5.2"
13356source = "registry+https://github.com/rust-lang/crates.io-index"
13357checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13358dependencies = [
13359 "zstd-safe",
13360]
13361
13362[[package]]
13363name = "zstd-safe"
13364version = "5.0.2+zstd.1.5.2"
13365source = "registry+https://github.com/rust-lang/crates.io-index"
13366checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13367dependencies = [
13368 "libc",
13369 "zstd-sys",
13370]
13371
13372[[package]]
13373name = "zstd-sys"
13374version = "2.0.8+zstd.1.5.5"
13375source = "registry+https://github.com/rust-lang/crates.io-index"
13376checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13377dependencies = [
13378 "cc",
13379 "libc",
13380 "pkg-config",
13381]
13382
13383[[package]]
13384name = "zvariant"
13385version = "4.0.2"
13386source = "registry+https://github.com/rust-lang/crates.io-index"
13387checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
13388dependencies = [
13389 "endi",
13390 "enumflags2",
13391 "serde",
13392 "static_assertions",
13393 "url",
13394 "zvariant_derive",
13395]
13396
13397[[package]]
13398name = "zvariant_derive"
13399version = "4.0.2"
13400source = "registry+https://github.com/rust-lang/crates.io-index"
13401checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
13402dependencies = [
13403 "proc-macro-crate 3.1.0",
13404 "proc-macro2",
13405 "quote",
13406 "syn 1.0.109",
13407 "zvariant_utils",
13408]
13409
13410[[package]]
13411name = "zvariant_utils"
13412version = "1.1.0"
13413source = "registry+https://github.com/rust-lang/crates.io-index"
13414checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
13415dependencies = [
13416 "proc-macro2",
13417 "quote",
13418 "syn 1.0.109",
13419]