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