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.11.0"
4658source = "registry+https://github.com/rust-lang/crates.io-index"
4659checksum = "1df00eed8d1f0db937f6be10e46e8072b0671accb504cf0f959c5c52c679f5b9"
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_preview"
5979version = "0.1.0"
5980dependencies = [
5981 "anyhow",
5982 "async-recursion 1.0.5",
5983 "collections",
5984 "editor",
5985 "gpui",
5986 "language",
5987 "linkify",
5988 "log",
5989 "pretty_assertions",
5990 "pulldown-cmark",
5991 "theme",
5992 "ui",
5993 "workspace",
5994]
5995
5996[[package]]
5997name = "matchers"
5998version = "0.1.0"
5999source = "registry+https://github.com/rust-lang/crates.io-index"
6000checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6001dependencies = [
6002 "regex-automata 0.1.10",
6003]
6004
6005[[package]]
6006name = "matchit"
6007version = "0.7.3"
6008source = "registry+https://github.com/rust-lang/crates.io-index"
6009checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6010
6011[[package]]
6012name = "maybe-owned"
6013version = "0.3.4"
6014source = "registry+https://github.com/rust-lang/crates.io-index"
6015checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6016
6017[[package]]
6018name = "md-5"
6019version = "0.10.5"
6020source = "registry+https://github.com/rust-lang/crates.io-index"
6021checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
6022dependencies = [
6023 "digest 0.10.7",
6024]
6025
6026[[package]]
6027name = "media"
6028version = "0.1.0"
6029dependencies = [
6030 "anyhow",
6031 "bindgen 0.65.1",
6032 "core-foundation",
6033 "foreign-types 0.5.0",
6034 "metal",
6035 "objc",
6036]
6037
6038[[package]]
6039name = "memchr"
6040version = "2.7.2"
6041source = "registry+https://github.com/rust-lang/crates.io-index"
6042checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
6043
6044[[package]]
6045name = "memfd"
6046version = "0.6.4"
6047source = "registry+https://github.com/rust-lang/crates.io-index"
6048checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6049dependencies = [
6050 "rustix 0.38.32",
6051]
6052
6053[[package]]
6054name = "memmap2"
6055version = "0.8.0"
6056source = "registry+https://github.com/rust-lang/crates.io-index"
6057checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
6058dependencies = [
6059 "libc",
6060]
6061
6062[[package]]
6063name = "memmap2"
6064version = "0.9.4"
6065source = "registry+https://github.com/rust-lang/crates.io-index"
6066checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6067dependencies = [
6068 "libc",
6069]
6070
6071[[package]]
6072name = "memoffset"
6073version = "0.9.0"
6074source = "registry+https://github.com/rust-lang/crates.io-index"
6075checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
6076dependencies = [
6077 "autocfg",
6078]
6079
6080[[package]]
6081name = "menu"
6082version = "0.1.0"
6083dependencies = [
6084 "gpui",
6085 "serde",
6086]
6087
6088[[package]]
6089name = "metal"
6090version = "0.25.0"
6091source = "registry+https://github.com/rust-lang/crates.io-index"
6092checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
6093dependencies = [
6094 "bitflags 1.3.2",
6095 "block",
6096 "core-graphics-types",
6097 "foreign-types 0.5.0",
6098 "log",
6099 "objc",
6100 "paste",
6101]
6102
6103[[package]]
6104name = "mimalloc"
6105version = "0.1.41"
6106source = "registry+https://github.com/rust-lang/crates.io-index"
6107checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
6108dependencies = [
6109 "libmimalloc-sys",
6110]
6111
6112[[package]]
6113name = "mime"
6114version = "0.3.17"
6115source = "registry+https://github.com/rust-lang/crates.io-index"
6116checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6117
6118[[package]]
6119name = "minimal-lexical"
6120version = "0.2.1"
6121source = "registry+https://github.com/rust-lang/crates.io-index"
6122checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6123
6124[[package]]
6125name = "miniz_oxide"
6126version = "0.3.7"
6127source = "registry+https://github.com/rust-lang/crates.io-index"
6128checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
6129dependencies = [
6130 "adler32",
6131]
6132
6133[[package]]
6134name = "miniz_oxide"
6135version = "0.4.4"
6136source = "registry+https://github.com/rust-lang/crates.io-index"
6137checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
6138dependencies = [
6139 "adler",
6140 "autocfg",
6141]
6142
6143[[package]]
6144name = "miniz_oxide"
6145version = "0.7.1"
6146source = "registry+https://github.com/rust-lang/crates.io-index"
6147checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
6148dependencies = [
6149 "adler",
6150 "simd-adler32",
6151]
6152
6153[[package]]
6154name = "mint"
6155version = "0.5.9"
6156source = "registry+https://github.com/rust-lang/crates.io-index"
6157checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
6158
6159[[package]]
6160name = "mio"
6161version = "0.8.11"
6162source = "registry+https://github.com/rust-lang/crates.io-index"
6163checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
6164dependencies = [
6165 "libc",
6166 "log",
6167 "wasi 0.11.0+wasi-snapshot-preview1",
6168 "windows-sys 0.48.0",
6169]
6170
6171[[package]]
6172name = "miow"
6173version = "0.6.0"
6174source = "registry+https://github.com/rust-lang/crates.io-index"
6175checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
6176dependencies = [
6177 "windows-sys 0.48.0",
6178]
6179
6180[[package]]
6181name = "multi_buffer"
6182version = "0.1.0"
6183dependencies = [
6184 "anyhow",
6185 "clock",
6186 "collections",
6187 "ctor",
6188 "env_logger",
6189 "futures 0.3.28",
6190 "git",
6191 "gpui",
6192 "itertools 0.11.0",
6193 "language",
6194 "log",
6195 "parking_lot",
6196 "rand 0.8.5",
6197 "settings",
6198 "smallvec",
6199 "sum_tree",
6200 "text",
6201 "theme",
6202 "util",
6203]
6204
6205[[package]]
6206name = "multimap"
6207version = "0.8.3"
6208source = "registry+https://github.com/rust-lang/crates.io-index"
6209checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
6210
6211[[package]]
6212name = "naga"
6213version = "0.14.2"
6214source = "registry+https://github.com/rust-lang/crates.io-index"
6215checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
6216dependencies = [
6217 "bit-set",
6218 "bitflags 2.4.2",
6219 "codespan-reporting",
6220 "hexf-parse",
6221 "indexmap 2.0.0",
6222 "log",
6223 "num-traits",
6224 "rustc-hash",
6225 "spirv",
6226 "termcolor",
6227 "thiserror",
6228 "unicode-xid",
6229]
6230
6231[[package]]
6232name = "nanoid"
6233version = "0.4.0"
6234source = "registry+https://github.com/rust-lang/crates.io-index"
6235checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
6236dependencies = [
6237 "rand 0.8.5",
6238]
6239
6240[[package]]
6241name = "nanorand"
6242version = "0.7.0"
6243source = "registry+https://github.com/rust-lang/crates.io-index"
6244checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
6245dependencies = [
6246 "getrandom 0.2.10",
6247]
6248
6249[[package]]
6250name = "native-tls"
6251version = "0.2.11"
6252source = "registry+https://github.com/rust-lang/crates.io-index"
6253checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
6254dependencies = [
6255 "lazy_static",
6256 "libc",
6257 "log",
6258 "openssl",
6259 "openssl-probe",
6260 "openssl-sys",
6261 "schannel",
6262 "security-framework",
6263 "security-framework-sys",
6264 "tempfile",
6265]
6266
6267[[package]]
6268name = "ndk"
6269version = "0.7.0"
6270source = "registry+https://github.com/rust-lang/crates.io-index"
6271checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
6272dependencies = [
6273 "bitflags 1.3.2",
6274 "jni-sys",
6275 "ndk-sys",
6276 "num_enum",
6277 "raw-window-handle 0.5.2",
6278 "thiserror",
6279]
6280
6281[[package]]
6282name = "ndk-context"
6283version = "0.1.1"
6284source = "registry+https://github.com/rust-lang/crates.io-index"
6285checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
6286
6287[[package]]
6288name = "ndk-sys"
6289version = "0.4.1+23.1.7779620"
6290source = "registry+https://github.com/rust-lang/crates.io-index"
6291checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
6292dependencies = [
6293 "jni-sys",
6294]
6295
6296[[package]]
6297name = "new_debug_unreachable"
6298version = "1.0.4"
6299source = "registry+https://github.com/rust-lang/crates.io-index"
6300checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
6301
6302[[package]]
6303name = "nix"
6304version = "0.24.3"
6305source = "registry+https://github.com/rust-lang/crates.io-index"
6306checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
6307dependencies = [
6308 "bitflags 1.3.2",
6309 "cfg-if",
6310 "libc",
6311]
6312
6313[[package]]
6314name = "nix"
6315version = "0.27.1"
6316source = "registry+https://github.com/rust-lang/crates.io-index"
6317checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
6318dependencies = [
6319 "bitflags 2.4.2",
6320 "cfg-if",
6321 "libc",
6322 "memoffset",
6323]
6324
6325[[package]]
6326name = "nix"
6327version = "0.28.0"
6328source = "registry+https://github.com/rust-lang/crates.io-index"
6329checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
6330dependencies = [
6331 "bitflags 2.4.2",
6332 "cfg-if",
6333 "cfg_aliases",
6334 "libc",
6335]
6336
6337[[package]]
6338name = "node_runtime"
6339version = "0.1.0"
6340dependencies = [
6341 "anyhow",
6342 "async-compression",
6343 "async-tar",
6344 "async-trait",
6345 "futures 0.3.28",
6346 "log",
6347 "semver",
6348 "serde",
6349 "serde_json",
6350 "smol",
6351 "util",
6352]
6353
6354[[package]]
6355name = "nom"
6356version = "7.1.3"
6357source = "registry+https://github.com/rust-lang/crates.io-index"
6358checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
6359dependencies = [
6360 "memchr",
6361 "minimal-lexical",
6362]
6363
6364[[package]]
6365name = "notifications"
6366version = "0.1.0"
6367dependencies = [
6368 "anyhow",
6369 "channel",
6370 "client",
6371 "collections",
6372 "db",
6373 "gpui",
6374 "rpc",
6375 "settings",
6376 "sum_tree",
6377 "time",
6378 "util",
6379]
6380
6381[[package]]
6382name = "notify"
6383version = "6.1.1"
6384source = "registry+https://github.com/rust-lang/crates.io-index"
6385checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
6386dependencies = [
6387 "bitflags 2.4.2",
6388 "crossbeam-channel",
6389 "filetime",
6390 "fsevent-sys 4.1.0",
6391 "inotify",
6392 "kqueue",
6393 "libc",
6394 "log",
6395 "mio",
6396 "walkdir",
6397 "windows-sys 0.48.0",
6398]
6399
6400[[package]]
6401name = "ntapi"
6402version = "0.4.1"
6403source = "registry+https://github.com/rust-lang/crates.io-index"
6404checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
6405dependencies = [
6406 "winapi",
6407]
6408
6409[[package]]
6410name = "nu-ansi-term"
6411version = "0.46.0"
6412source = "registry+https://github.com/rust-lang/crates.io-index"
6413checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
6414dependencies = [
6415 "overload",
6416 "winapi",
6417]
6418
6419[[package]]
6420name = "num"
6421version = "0.4.1"
6422source = "registry+https://github.com/rust-lang/crates.io-index"
6423checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
6424dependencies = [
6425 "num-bigint",
6426 "num-complex",
6427 "num-integer",
6428 "num-iter",
6429 "num-rational 0.4.1",
6430 "num-traits",
6431]
6432
6433[[package]]
6434name = "num-bigint"
6435version = "0.4.4"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
6438dependencies = [
6439 "autocfg",
6440 "num-integer",
6441 "num-traits",
6442]
6443
6444[[package]]
6445name = "num-bigint-dig"
6446version = "0.7.1"
6447source = "registry+https://github.com/rust-lang/crates.io-index"
6448checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
6449dependencies = [
6450 "byteorder",
6451 "lazy_static",
6452 "libm",
6453 "num-integer",
6454 "num-iter",
6455 "num-traits",
6456 "rand 0.8.5",
6457 "smallvec",
6458 "zeroize",
6459]
6460
6461[[package]]
6462name = "num-bigint-dig"
6463version = "0.8.4"
6464source = "registry+https://github.com/rust-lang/crates.io-index"
6465checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
6466dependencies = [
6467 "byteorder",
6468 "lazy_static",
6469 "libm",
6470 "num-integer",
6471 "num-iter",
6472 "num-traits",
6473 "rand 0.8.5",
6474 "serde",
6475 "smallvec",
6476 "zeroize",
6477]
6478
6479[[package]]
6480name = "num-complex"
6481version = "0.4.4"
6482source = "registry+https://github.com/rust-lang/crates.io-index"
6483checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
6484dependencies = [
6485 "num-traits",
6486]
6487
6488[[package]]
6489name = "num-derive"
6490version = "0.3.3"
6491source = "registry+https://github.com/rust-lang/crates.io-index"
6492checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
6493dependencies = [
6494 "proc-macro2",
6495 "quote",
6496 "syn 1.0.109",
6497]
6498
6499[[package]]
6500name = "num-integer"
6501version = "0.1.45"
6502source = "registry+https://github.com/rust-lang/crates.io-index"
6503checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
6504dependencies = [
6505 "autocfg",
6506 "num-traits",
6507]
6508
6509[[package]]
6510name = "num-iter"
6511version = "0.1.43"
6512source = "registry+https://github.com/rust-lang/crates.io-index"
6513checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
6514dependencies = [
6515 "autocfg",
6516 "num-integer",
6517 "num-traits",
6518]
6519
6520[[package]]
6521name = "num-rational"
6522version = "0.3.2"
6523source = "registry+https://github.com/rust-lang/crates.io-index"
6524checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
6525dependencies = [
6526 "autocfg",
6527 "num-integer",
6528 "num-traits",
6529]
6530
6531[[package]]
6532name = "num-rational"
6533version = "0.4.1"
6534source = "registry+https://github.com/rust-lang/crates.io-index"
6535checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
6536dependencies = [
6537 "autocfg",
6538 "num-bigint",
6539 "num-integer",
6540 "num-traits",
6541]
6542
6543[[package]]
6544name = "num-traits"
6545version = "0.2.16"
6546source = "registry+https://github.com/rust-lang/crates.io-index"
6547checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
6548dependencies = [
6549 "autocfg",
6550 "libm",
6551]
6552
6553[[package]]
6554name = "num_cpus"
6555version = "1.16.0"
6556source = "registry+https://github.com/rust-lang/crates.io-index"
6557checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
6558dependencies = [
6559 "hermit-abi 0.3.3",
6560 "libc",
6561]
6562
6563[[package]]
6564name = "num_enum"
6565version = "0.5.11"
6566source = "registry+https://github.com/rust-lang/crates.io-index"
6567checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
6568dependencies = [
6569 "num_enum_derive",
6570]
6571
6572[[package]]
6573name = "num_enum_derive"
6574version = "0.5.11"
6575source = "registry+https://github.com/rust-lang/crates.io-index"
6576checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
6577dependencies = [
6578 "proc-macro-crate 1.3.1",
6579 "proc-macro2",
6580 "quote",
6581 "syn 1.0.109",
6582]
6583
6584[[package]]
6585name = "nvim-rs"
6586version = "0.6.0-pre"
6587source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
6588dependencies = [
6589 "async-trait",
6590 "futures 0.3.28",
6591 "log",
6592 "parity-tokio-ipc",
6593 "rmp",
6594 "rmpv",
6595 "tokio",
6596 "tokio-util",
6597]
6598
6599[[package]]
6600name = "objc"
6601version = "0.2.7"
6602source = "registry+https://github.com/rust-lang/crates.io-index"
6603checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
6604dependencies = [
6605 "malloc_buf",
6606 "objc_exception",
6607]
6608
6609[[package]]
6610name = "objc-foundation"
6611version = "0.1.1"
6612source = "registry+https://github.com/rust-lang/crates.io-index"
6613checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
6614dependencies = [
6615 "block",
6616 "objc",
6617 "objc_id",
6618]
6619
6620[[package]]
6621name = "objc_exception"
6622version = "0.1.2"
6623source = "registry+https://github.com/rust-lang/crates.io-index"
6624checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
6625dependencies = [
6626 "cc",
6627]
6628
6629[[package]]
6630name = "objc_id"
6631version = "0.1.1"
6632source = "registry+https://github.com/rust-lang/crates.io-index"
6633checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
6634dependencies = [
6635 "objc",
6636]
6637
6638[[package]]
6639name = "object"
6640version = "0.32.1"
6641source = "registry+https://github.com/rust-lang/crates.io-index"
6642checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
6643dependencies = [
6644 "crc32fast",
6645 "hashbrown 0.14.0",
6646 "indexmap 2.0.0",
6647 "memchr",
6648]
6649
6650[[package]]
6651name = "oboe"
6652version = "0.5.0"
6653source = "registry+https://github.com/rust-lang/crates.io-index"
6654checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
6655dependencies = [
6656 "jni 0.20.0",
6657 "ndk",
6658 "ndk-context",
6659 "num-derive",
6660 "num-traits",
6661 "oboe-sys",
6662]
6663
6664[[package]]
6665name = "oboe-sys"
6666version = "0.5.0"
6667source = "registry+https://github.com/rust-lang/crates.io-index"
6668checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
6669dependencies = [
6670 "cc",
6671]
6672
6673[[package]]
6674name = "once_cell"
6675version = "1.19.0"
6676source = "registry+https://github.com/rust-lang/crates.io-index"
6677checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
6678
6679[[package]]
6680name = "oo7"
6681version = "0.3.0"
6682source = "registry+https://github.com/rust-lang/crates.io-index"
6683checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82"
6684dependencies = [
6685 "aes",
6686 "async-fs 2.1.1",
6687 "async-io 2.3.1",
6688 "async-lock 3.3.0",
6689 "blocking",
6690 "cbc",
6691 "cipher 0.4.4",
6692 "digest 0.10.7",
6693 "futures-lite 2.2.0",
6694 "futures-util",
6695 "hkdf",
6696 "hmac 0.12.1",
6697 "num",
6698 "num-bigint-dig 0.8.4",
6699 "pbkdf2 0.12.2",
6700 "rand 0.8.5",
6701 "serde",
6702 "sha2 0.10.7",
6703 "zbus",
6704 "zeroize",
6705 "zvariant",
6706]
6707
6708[[package]]
6709name = "oorandom"
6710version = "11.1.3"
6711source = "registry+https://github.com/rust-lang/crates.io-index"
6712checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
6713
6714[[package]]
6715name = "opaque-debug"
6716version = "0.3.0"
6717source = "registry+https://github.com/rust-lang/crates.io-index"
6718checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
6719
6720[[package]]
6721name = "open"
6722version = "5.1.2"
6723source = "registry+https://github.com/rust-lang/crates.io-index"
6724checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32"
6725dependencies = [
6726 "is-wsl",
6727 "libc",
6728 "pathdiff",
6729]
6730
6731[[package]]
6732name = "open_ai"
6733version = "0.1.0"
6734dependencies = [
6735 "anyhow",
6736 "futures 0.3.28",
6737 "schemars",
6738 "serde",
6739 "serde_json",
6740 "util",
6741]
6742
6743[[package]]
6744name = "openssl"
6745version = "0.10.57"
6746source = "registry+https://github.com/rust-lang/crates.io-index"
6747checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
6748dependencies = [
6749 "bitflags 2.4.2",
6750 "cfg-if",
6751 "foreign-types 0.3.2",
6752 "libc",
6753 "once_cell",
6754 "openssl-macros",
6755 "openssl-sys",
6756]
6757
6758[[package]]
6759name = "openssl-macros"
6760version = "0.1.1"
6761source = "registry+https://github.com/rust-lang/crates.io-index"
6762checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
6763dependencies = [
6764 "proc-macro2",
6765 "quote",
6766 "syn 2.0.59",
6767]
6768
6769[[package]]
6770name = "openssl-probe"
6771version = "0.1.5"
6772source = "registry+https://github.com/rust-lang/crates.io-index"
6773checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
6774
6775[[package]]
6776name = "openssl-sys"
6777version = "0.9.93"
6778source = "registry+https://github.com/rust-lang/crates.io-index"
6779checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
6780dependencies = [
6781 "cc",
6782 "libc",
6783 "pkg-config",
6784 "vcpkg",
6785]
6786
6787[[package]]
6788name = "ordered-float"
6789version = "2.10.0"
6790source = "registry+https://github.com/rust-lang/crates.io-index"
6791checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
6792dependencies = [
6793 "num-traits",
6794]
6795
6796[[package]]
6797name = "ordered-float"
6798version = "3.9.1"
6799source = "registry+https://github.com/rust-lang/crates.io-index"
6800checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
6801dependencies = [
6802 "num-traits",
6803]
6804
6805[[package]]
6806name = "ordered-stream"
6807version = "0.2.0"
6808source = "registry+https://github.com/rust-lang/crates.io-index"
6809checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
6810dependencies = [
6811 "futures-core",
6812 "pin-project-lite",
6813]
6814
6815[[package]]
6816name = "os_str_bytes"
6817version = "6.5.1"
6818source = "registry+https://github.com/rust-lang/crates.io-index"
6819checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
6820
6821[[package]]
6822name = "ouroboros"
6823version = "0.17.2"
6824source = "registry+https://github.com/rust-lang/crates.io-index"
6825checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
6826dependencies = [
6827 "aliasable",
6828 "ouroboros_macro",
6829 "static_assertions",
6830]
6831
6832[[package]]
6833name = "ouroboros_macro"
6834version = "0.17.2"
6835source = "registry+https://github.com/rust-lang/crates.io-index"
6836checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
6837dependencies = [
6838 "heck 0.4.1",
6839 "proc-macro-error",
6840 "proc-macro2",
6841 "quote",
6842 "syn 2.0.59",
6843]
6844
6845[[package]]
6846name = "outline"
6847version = "0.1.0"
6848dependencies = [
6849 "collections",
6850 "editor",
6851 "fuzzy",
6852 "gpui",
6853 "indoc",
6854 "language",
6855 "menu",
6856 "ordered-float 2.10.0",
6857 "picker",
6858 "project",
6859 "rope",
6860 "serde_json",
6861 "settings",
6862 "smol",
6863 "theme",
6864 "tree-sitter-rust",
6865 "tree-sitter-typescript",
6866 "ui",
6867 "util",
6868 "workspace",
6869]
6870
6871[[package]]
6872name = "outref"
6873version = "0.5.1"
6874source = "registry+https://github.com/rust-lang/crates.io-index"
6875checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
6876
6877[[package]]
6878name = "overload"
6879version = "0.1.1"
6880source = "registry+https://github.com/rust-lang/crates.io-index"
6881checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
6882
6883[[package]]
6884name = "p256"
6885version = "0.11.1"
6886source = "registry+https://github.com/rust-lang/crates.io-index"
6887checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
6888dependencies = [
6889 "ecdsa",
6890 "elliptic-curve",
6891 "sha2 0.10.7",
6892]
6893
6894[[package]]
6895name = "page_size"
6896version = "0.6.0"
6897source = "registry+https://github.com/rust-lang/crates.io-index"
6898checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
6899dependencies = [
6900 "libc",
6901 "winapi",
6902]
6903
6904[[package]]
6905name = "palette"
6906version = "0.7.5"
6907source = "registry+https://github.com/rust-lang/crates.io-index"
6908checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
6909dependencies = [
6910 "approx",
6911 "fast-srgb8",
6912 "palette_derive",
6913]
6914
6915[[package]]
6916name = "palette_derive"
6917version = "0.7.5"
6918source = "registry+https://github.com/rust-lang/crates.io-index"
6919checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
6920dependencies = [
6921 "proc-macro2",
6922 "quote",
6923 "syn 2.0.59",
6924]
6925
6926[[package]]
6927name = "parity-tokio-ipc"
6928version = "0.9.0"
6929source = "registry+https://github.com/rust-lang/crates.io-index"
6930checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
6931dependencies = [
6932 "futures 0.3.28",
6933 "libc",
6934 "log",
6935 "rand 0.7.3",
6936 "tokio",
6937 "winapi",
6938]
6939
6940[[package]]
6941name = "parking"
6942version = "2.2.0"
6943source = "registry+https://github.com/rust-lang/crates.io-index"
6944checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
6945
6946[[package]]
6947name = "parking_lot"
6948version = "0.12.1"
6949source = "registry+https://github.com/rust-lang/crates.io-index"
6950checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
6951dependencies = [
6952 "lock_api",
6953 "parking_lot_core",
6954]
6955
6956[[package]]
6957name = "parking_lot_core"
6958version = "0.9.8"
6959source = "registry+https://github.com/rust-lang/crates.io-index"
6960checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
6961dependencies = [
6962 "cfg-if",
6963 "libc",
6964 "redox_syscall 0.3.5",
6965 "smallvec",
6966 "windows-targets 0.48.5",
6967]
6968
6969[[package]]
6970name = "password-hash"
6971version = "0.2.1"
6972source = "registry+https://github.com/rust-lang/crates.io-index"
6973checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
6974dependencies = [
6975 "base64ct",
6976 "rand_core 0.6.4",
6977 "subtle",
6978]
6979
6980[[package]]
6981name = "paste"
6982version = "1.0.14"
6983source = "registry+https://github.com/rust-lang/crates.io-index"
6984checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
6985
6986[[package]]
6987name = "pathdiff"
6988version = "0.2.1"
6989source = "registry+https://github.com/rust-lang/crates.io-index"
6990checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
6991
6992[[package]]
6993name = "pathfinder_geometry"
6994version = "0.5.1"
6995source = "registry+https://github.com/rust-lang/crates.io-index"
6996checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
6997dependencies = [
6998 "log",
6999 "pathfinder_simd",
7000]
7001
7002[[package]]
7003name = "pathfinder_simd"
7004version = "0.5.3"
7005source = "git+https://github.com/servo/pathfinder.git?rev=30419d07660dc11a21e42ef4a7fa329600cff152#30419d07660dc11a21e42ef4a7fa329600cff152"
7006dependencies = [
7007 "rustc_version",
7008]
7009
7010[[package]]
7011name = "pbkdf2"
7012version = "0.8.0"
7013source = "registry+https://github.com/rust-lang/crates.io-index"
7014checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
7015dependencies = [
7016 "crypto-mac",
7017]
7018
7019[[package]]
7020name = "pbkdf2"
7021version = "0.12.2"
7022source = "registry+https://github.com/rust-lang/crates.io-index"
7023checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7024dependencies = [
7025 "digest 0.10.7",
7026 "hmac 0.12.1",
7027]
7028
7029[[package]]
7030name = "peeking_take_while"
7031version = "0.1.2"
7032source = "registry+https://github.com/rust-lang/crates.io-index"
7033checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
7034
7035[[package]]
7036name = "pem"
7037version = "0.8.3"
7038source = "registry+https://github.com/rust-lang/crates.io-index"
7039checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
7040dependencies = [
7041 "base64 0.13.1",
7042 "once_cell",
7043 "regex",
7044]
7045
7046[[package]]
7047name = "pem-rfc7468"
7048version = "0.7.0"
7049source = "registry+https://github.com/rust-lang/crates.io-index"
7050checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7051dependencies = [
7052 "base64ct",
7053]
7054
7055[[package]]
7056name = "percent-encoding"
7057version = "2.3.1"
7058source = "registry+https://github.com/rust-lang/crates.io-index"
7059checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7060
7061[[package]]
7062name = "petgraph"
7063version = "0.6.4"
7064source = "registry+https://github.com/rust-lang/crates.io-index"
7065checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
7066dependencies = [
7067 "fixedbitset",
7068 "indexmap 2.0.0",
7069]
7070
7071[[package]]
7072name = "phf"
7073version = "0.11.2"
7074source = "registry+https://github.com/rust-lang/crates.io-index"
7075checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
7076dependencies = [
7077 "phf_macros",
7078 "phf_shared",
7079]
7080
7081[[package]]
7082name = "phf_generator"
7083version = "0.11.2"
7084source = "registry+https://github.com/rust-lang/crates.io-index"
7085checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
7086dependencies = [
7087 "phf_shared",
7088 "rand 0.8.5",
7089]
7090
7091[[package]]
7092name = "phf_macros"
7093version = "0.11.2"
7094source = "registry+https://github.com/rust-lang/crates.io-index"
7095checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
7096dependencies = [
7097 "phf_generator",
7098 "phf_shared",
7099 "proc-macro2",
7100 "quote",
7101 "syn 2.0.59",
7102]
7103
7104[[package]]
7105name = "phf_shared"
7106version = "0.11.2"
7107source = "registry+https://github.com/rust-lang/crates.io-index"
7108checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
7109dependencies = [
7110 "siphasher 0.3.11",
7111]
7112
7113[[package]]
7114name = "picker"
7115version = "0.1.0"
7116dependencies = [
7117 "anyhow",
7118 "ctor",
7119 "editor",
7120 "env_logger",
7121 "gpui",
7122 "menu",
7123 "serde",
7124 "serde_json",
7125 "ui",
7126 "workspace",
7127]
7128
7129[[package]]
7130name = "pico-args"
7131version = "0.5.0"
7132source = "registry+https://github.com/rust-lang/crates.io-index"
7133checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
7134
7135[[package]]
7136name = "pin-project"
7137version = "1.1.3"
7138source = "registry+https://github.com/rust-lang/crates.io-index"
7139checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
7140dependencies = [
7141 "pin-project-internal",
7142]
7143
7144[[package]]
7145name = "pin-project-internal"
7146version = "1.1.3"
7147source = "registry+https://github.com/rust-lang/crates.io-index"
7148checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
7149dependencies = [
7150 "proc-macro2",
7151 "quote",
7152 "syn 2.0.59",
7153]
7154
7155[[package]]
7156name = "pin-project-lite"
7157version = "0.2.13"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
7160
7161[[package]]
7162name = "pin-utils"
7163version = "0.1.0"
7164source = "registry+https://github.com/rust-lang/crates.io-index"
7165checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
7166
7167[[package]]
7168name = "piper"
7169version = "0.2.1"
7170source = "registry+https://github.com/rust-lang/crates.io-index"
7171checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
7172dependencies = [
7173 "atomic-waker",
7174 "fastrand 2.0.0",
7175 "futures-io",
7176]
7177
7178[[package]]
7179name = "pkcs1"
7180version = "0.7.5"
7181source = "registry+https://github.com/rust-lang/crates.io-index"
7182checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
7183dependencies = [
7184 "der 0.7.8",
7185 "pkcs8 0.10.2",
7186 "spki 0.7.2",
7187]
7188
7189[[package]]
7190name = "pkcs8"
7191version = "0.9.0"
7192source = "registry+https://github.com/rust-lang/crates.io-index"
7193checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
7194dependencies = [
7195 "der 0.6.1",
7196 "spki 0.6.0",
7197]
7198
7199[[package]]
7200name = "pkcs8"
7201version = "0.10.2"
7202source = "registry+https://github.com/rust-lang/crates.io-index"
7203checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
7204dependencies = [
7205 "der 0.7.8",
7206 "spki 0.7.2",
7207]
7208
7209[[package]]
7210name = "pkg-config"
7211version = "0.3.27"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
7214
7215[[package]]
7216name = "plist"
7217version = "1.5.1"
7218source = "registry+https://github.com/rust-lang/crates.io-index"
7219checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
7220dependencies = [
7221 "base64 0.21.4",
7222 "indexmap 1.9.3",
7223 "line-wrap",
7224 "quick-xml 0.30.0",
7225 "serde",
7226 "time",
7227]
7228
7229[[package]]
7230name = "plotters"
7231version = "0.3.5"
7232source = "registry+https://github.com/rust-lang/crates.io-index"
7233checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
7234dependencies = [
7235 "num-traits",
7236 "plotters-backend",
7237 "plotters-svg",
7238 "wasm-bindgen",
7239 "web-sys",
7240]
7241
7242[[package]]
7243name = "plotters-backend"
7244version = "0.3.5"
7245source = "registry+https://github.com/rust-lang/crates.io-index"
7246checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
7247
7248[[package]]
7249name = "plotters-svg"
7250version = "0.3.5"
7251source = "registry+https://github.com/rust-lang/crates.io-index"
7252checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
7253dependencies = [
7254 "plotters-backend",
7255]
7256
7257[[package]]
7258name = "png"
7259version = "0.16.8"
7260source = "registry+https://github.com/rust-lang/crates.io-index"
7261checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
7262dependencies = [
7263 "bitflags 1.3.2",
7264 "crc32fast",
7265 "deflate",
7266 "miniz_oxide 0.3.7",
7267]
7268
7269[[package]]
7270name = "png"
7271version = "0.17.13"
7272source = "registry+https://github.com/rust-lang/crates.io-index"
7273checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
7274dependencies = [
7275 "bitflags 1.3.2",
7276 "crc32fast",
7277 "fdeflate",
7278 "flate2",
7279 "miniz_oxide 0.7.1",
7280]
7281
7282[[package]]
7283name = "polling"
7284version = "2.8.0"
7285source = "registry+https://github.com/rust-lang/crates.io-index"
7286checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
7287dependencies = [
7288 "autocfg",
7289 "bitflags 1.3.2",
7290 "cfg-if",
7291 "concurrent-queue",
7292 "libc",
7293 "log",
7294 "pin-project-lite",
7295 "windows-sys 0.48.0",
7296]
7297
7298[[package]]
7299name = "polling"
7300version = "3.3.2"
7301source = "registry+https://github.com/rust-lang/crates.io-index"
7302checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
7303dependencies = [
7304 "cfg-if",
7305 "concurrent-queue",
7306 "pin-project-lite",
7307 "rustix 0.38.32",
7308 "tracing",
7309 "windows-sys 0.52.0",
7310]
7311
7312[[package]]
7313name = "pollster"
7314version = "0.2.5"
7315source = "registry+https://github.com/rust-lang/crates.io-index"
7316checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
7317
7318[[package]]
7319name = "postage"
7320version = "0.5.0"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
7323dependencies = [
7324 "atomic",
7325 "crossbeam-queue",
7326 "futures 0.3.28",
7327 "log",
7328 "parking_lot",
7329 "pin-project",
7330 "pollster",
7331 "static_assertions",
7332 "thiserror",
7333]
7334
7335[[package]]
7336name = "ppv-lite86"
7337version = "0.2.17"
7338source = "registry+https://github.com/rust-lang/crates.io-index"
7339checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
7340
7341[[package]]
7342name = "prettier"
7343version = "0.1.0"
7344dependencies = [
7345 "anyhow",
7346 "collections",
7347 "fs",
7348 "gpui",
7349 "language",
7350 "log",
7351 "lsp",
7352 "node_runtime",
7353 "parking_lot",
7354 "serde",
7355 "serde_json",
7356 "util",
7357]
7358
7359[[package]]
7360name = "pretty_assertions"
7361version = "1.4.0"
7362source = "registry+https://github.com/rust-lang/crates.io-index"
7363checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
7364dependencies = [
7365 "diff",
7366 "yansi",
7367]
7368
7369[[package]]
7370name = "prettyplease"
7371version = "0.2.15"
7372source = "registry+https://github.com/rust-lang/crates.io-index"
7373checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
7374dependencies = [
7375 "proc-macro2",
7376 "syn 2.0.59",
7377]
7378
7379[[package]]
7380name = "proc-macro-crate"
7381version = "0.1.5"
7382source = "registry+https://github.com/rust-lang/crates.io-index"
7383checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
7384dependencies = [
7385 "toml 0.5.11",
7386]
7387
7388[[package]]
7389name = "proc-macro-crate"
7390version = "1.3.1"
7391source = "registry+https://github.com/rust-lang/crates.io-index"
7392checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
7393dependencies = [
7394 "once_cell",
7395 "toml_edit 0.19.15",
7396]
7397
7398[[package]]
7399name = "proc-macro-crate"
7400version = "3.1.0"
7401source = "registry+https://github.com/rust-lang/crates.io-index"
7402checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
7403dependencies = [
7404 "toml_edit 0.21.1",
7405]
7406
7407[[package]]
7408name = "proc-macro-error"
7409version = "1.0.4"
7410source = "registry+https://github.com/rust-lang/crates.io-index"
7411checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
7412dependencies = [
7413 "proc-macro-error-attr",
7414 "proc-macro2",
7415 "quote",
7416 "syn 1.0.109",
7417 "version_check",
7418]
7419
7420[[package]]
7421name = "proc-macro-error-attr"
7422version = "1.0.4"
7423source = "registry+https://github.com/rust-lang/crates.io-index"
7424checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
7425dependencies = [
7426 "proc-macro2",
7427 "quote",
7428 "version_check",
7429]
7430
7431[[package]]
7432name = "proc-macro2"
7433version = "1.0.81"
7434source = "registry+https://github.com/rust-lang/crates.io-index"
7435checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
7436dependencies = [
7437 "unicode-ident",
7438]
7439
7440[[package]]
7441name = "profiling"
7442version = "1.0.15"
7443source = "registry+https://github.com/rust-lang/crates.io-index"
7444checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
7445dependencies = [
7446 "profiling-procmacros",
7447]
7448
7449[[package]]
7450name = "profiling-procmacros"
7451version = "1.0.15"
7452source = "registry+https://github.com/rust-lang/crates.io-index"
7453checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
7454dependencies = [
7455 "quote",
7456 "syn 2.0.59",
7457]
7458
7459[[package]]
7460name = "project"
7461version = "0.1.0"
7462dependencies = [
7463 "aho-corasick",
7464 "anyhow",
7465 "async-trait",
7466 "client",
7467 "clock",
7468 "collections",
7469 "env_logger",
7470 "fs",
7471 "futures 0.3.28",
7472 "fuzzy",
7473 "git",
7474 "git2",
7475 "globset",
7476 "gpui",
7477 "itertools 0.11.0",
7478 "language",
7479 "log",
7480 "lsp",
7481 "node_runtime",
7482 "parking_lot",
7483 "postage",
7484 "prettier",
7485 "pretty_assertions",
7486 "rand 0.8.5",
7487 "regex",
7488 "release_channel",
7489 "rpc",
7490 "schemars",
7491 "serde",
7492 "serde_json",
7493 "settings",
7494 "sha2 0.10.7",
7495 "similar",
7496 "smol",
7497 "task",
7498 "terminal",
7499 "text",
7500 "unindent",
7501 "util",
7502 "which 6.0.0",
7503 "worktree",
7504]
7505
7506[[package]]
7507name = "project_panel"
7508version = "0.1.0"
7509dependencies = [
7510 "anyhow",
7511 "client",
7512 "collections",
7513 "db",
7514 "editor",
7515 "file_icons",
7516 "git",
7517 "gpui",
7518 "language",
7519 "menu",
7520 "pretty_assertions",
7521 "project",
7522 "schemars",
7523 "search",
7524 "serde",
7525 "serde_derive",
7526 "serde_json",
7527 "settings",
7528 "theme",
7529 "ui",
7530 "unicase",
7531 "util",
7532 "workspace",
7533]
7534
7535[[package]]
7536name = "project_symbols"
7537version = "0.1.0"
7538dependencies = [
7539 "anyhow",
7540 "editor",
7541 "futures 0.3.28",
7542 "fuzzy",
7543 "gpui",
7544 "language",
7545 "lsp",
7546 "ordered-float 2.10.0",
7547 "picker",
7548 "project",
7549 "release_channel",
7550 "serde_json",
7551 "settings",
7552 "theme",
7553 "util",
7554 "workspace",
7555]
7556
7557[[package]]
7558name = "prometheus"
7559version = "0.13.3"
7560source = "registry+https://github.com/rust-lang/crates.io-index"
7561checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
7562dependencies = [
7563 "cfg-if",
7564 "fnv",
7565 "lazy_static",
7566 "memchr",
7567 "parking_lot",
7568 "protobuf",
7569 "thiserror",
7570]
7571
7572[[package]]
7573name = "prost"
7574version = "0.9.0"
7575source = "registry+https://github.com/rust-lang/crates.io-index"
7576checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
7577dependencies = [
7578 "bytes 1.5.0",
7579 "prost-derive",
7580]
7581
7582[[package]]
7583name = "prost-build"
7584version = "0.9.0"
7585source = "registry+https://github.com/rust-lang/crates.io-index"
7586checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
7587dependencies = [
7588 "bytes 1.5.0",
7589 "heck 0.3.3",
7590 "itertools 0.10.5",
7591 "lazy_static",
7592 "log",
7593 "multimap",
7594 "petgraph",
7595 "prost",
7596 "prost-types",
7597 "regex",
7598 "tempfile",
7599 "which 4.4.2",
7600]
7601
7602[[package]]
7603name = "prost-derive"
7604version = "0.9.0"
7605source = "registry+https://github.com/rust-lang/crates.io-index"
7606checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
7607dependencies = [
7608 "anyhow",
7609 "itertools 0.10.5",
7610 "proc-macro2",
7611 "quote",
7612 "syn 1.0.109",
7613]
7614
7615[[package]]
7616name = "prost-types"
7617version = "0.9.0"
7618source = "registry+https://github.com/rust-lang/crates.io-index"
7619checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
7620dependencies = [
7621 "bytes 1.5.0",
7622 "prost",
7623]
7624
7625[[package]]
7626name = "protobuf"
7627version = "2.28.0"
7628source = "registry+https://github.com/rust-lang/crates.io-index"
7629checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
7630
7631[[package]]
7632name = "psm"
7633version = "0.1.21"
7634source = "registry+https://github.com/rust-lang/crates.io-index"
7635checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
7636dependencies = [
7637 "cc",
7638]
7639
7640[[package]]
7641name = "ptr_meta"
7642version = "0.1.4"
7643source = "registry+https://github.com/rust-lang/crates.io-index"
7644checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
7645dependencies = [
7646 "ptr_meta_derive",
7647]
7648
7649[[package]]
7650name = "ptr_meta_derive"
7651version = "0.1.4"
7652source = "registry+https://github.com/rust-lang/crates.io-index"
7653checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
7654dependencies = [
7655 "proc-macro2",
7656 "quote",
7657 "syn 1.0.109",
7658]
7659
7660[[package]]
7661name = "pulldown-cmark"
7662version = "0.10.0"
7663source = "registry+https://github.com/rust-lang/crates.io-index"
7664checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
7665dependencies = [
7666 "bitflags 2.4.2",
7667 "memchr",
7668 "unicase",
7669]
7670
7671[[package]]
7672name = "quick-xml"
7673version = "0.30.0"
7674source = "registry+https://github.com/rust-lang/crates.io-index"
7675checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
7676dependencies = [
7677 "memchr",
7678]
7679
7680[[package]]
7681name = "quick-xml"
7682version = "0.31.0"
7683source = "registry+https://github.com/rust-lang/crates.io-index"
7684checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
7685dependencies = [
7686 "memchr",
7687]
7688
7689[[package]]
7690name = "quick_action_bar"
7691version = "0.1.0"
7692dependencies = [
7693 "assistant",
7694 "editor",
7695 "gpui",
7696 "search",
7697 "settings",
7698 "ui",
7699 "workspace",
7700]
7701
7702[[package]]
7703name = "quote"
7704version = "1.0.35"
7705source = "registry+https://github.com/rust-lang/crates.io-index"
7706checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
7707dependencies = [
7708 "proc-macro2",
7709]
7710
7711[[package]]
7712name = "radium"
7713version = "0.7.0"
7714source = "registry+https://github.com/rust-lang/crates.io-index"
7715checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
7716
7717[[package]]
7718name = "rand"
7719version = "0.7.3"
7720source = "registry+https://github.com/rust-lang/crates.io-index"
7721checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
7722dependencies = [
7723 "getrandom 0.1.16",
7724 "libc",
7725 "rand_chacha 0.2.2",
7726 "rand_core 0.5.1",
7727 "rand_hc",
7728]
7729
7730[[package]]
7731name = "rand"
7732version = "0.8.5"
7733source = "registry+https://github.com/rust-lang/crates.io-index"
7734checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
7735dependencies = [
7736 "libc",
7737 "rand_chacha 0.3.1",
7738 "rand_core 0.6.4",
7739]
7740
7741[[package]]
7742name = "rand_chacha"
7743version = "0.2.2"
7744source = "registry+https://github.com/rust-lang/crates.io-index"
7745checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
7746dependencies = [
7747 "ppv-lite86",
7748 "rand_core 0.5.1",
7749]
7750
7751[[package]]
7752name = "rand_chacha"
7753version = "0.3.1"
7754source = "registry+https://github.com/rust-lang/crates.io-index"
7755checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
7756dependencies = [
7757 "ppv-lite86",
7758 "rand_core 0.6.4",
7759]
7760
7761[[package]]
7762name = "rand_core"
7763version = "0.5.1"
7764source = "registry+https://github.com/rust-lang/crates.io-index"
7765checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
7766dependencies = [
7767 "getrandom 0.1.16",
7768]
7769
7770[[package]]
7771name = "rand_core"
7772version = "0.6.4"
7773source = "registry+https://github.com/rust-lang/crates.io-index"
7774checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
7775dependencies = [
7776 "getrandom 0.2.10",
7777]
7778
7779[[package]]
7780name = "rand_hc"
7781version = "0.2.0"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
7784dependencies = [
7785 "rand_core 0.5.1",
7786]
7787
7788[[package]]
7789name = "rangemap"
7790version = "1.4.0"
7791source = "registry+https://github.com/rust-lang/crates.io-index"
7792checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
7793
7794[[package]]
7795name = "raw-window-handle"
7796version = "0.5.2"
7797source = "registry+https://github.com/rust-lang/crates.io-index"
7798checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
7799
7800[[package]]
7801name = "raw-window-handle"
7802version = "0.6.0"
7803source = "registry+https://github.com/rust-lang/crates.io-index"
7804checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
7805
7806[[package]]
7807name = "raw-window-metal"
7808version = "0.4.0"
7809source = "registry+https://github.com/rust-lang/crates.io-index"
7810checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
7811dependencies = [
7812 "cocoa",
7813 "core-graphics",
7814 "objc",
7815 "raw-window-handle 0.6.0",
7816]
7817
7818[[package]]
7819name = "rayon"
7820version = "1.8.0"
7821source = "registry+https://github.com/rust-lang/crates.io-index"
7822checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
7823dependencies = [
7824 "either",
7825 "rayon-core",
7826]
7827
7828[[package]]
7829name = "rayon-core"
7830version = "1.12.0"
7831source = "registry+https://github.com/rust-lang/crates.io-index"
7832checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
7833dependencies = [
7834 "crossbeam-deque",
7835 "crossbeam-utils",
7836]
7837
7838[[package]]
7839name = "read-fonts"
7840version = "0.15.3"
7841source = "registry+https://github.com/rust-lang/crates.io-index"
7842checksum = "a1362980db95801b70031dd592dc052a44b1810ca9da8fbcf7b25983f3174ed0"
7843dependencies = [
7844 "font-types",
7845]
7846
7847[[package]]
7848name = "recent_projects"
7849version = "0.1.0"
7850dependencies = [
7851 "anyhow",
7852 "dev_server_projects",
7853 "editor",
7854 "feature_flags",
7855 "fuzzy",
7856 "gpui",
7857 "language",
7858 "menu",
7859 "ordered-float 2.10.0",
7860 "picker",
7861 "project",
7862 "rpc",
7863 "serde",
7864 "serde_json",
7865 "settings",
7866 "smol",
7867 "theme",
7868 "ui",
7869 "ui_text_field",
7870 "util",
7871 "workspace",
7872]
7873
7874[[package]]
7875name = "redox_syscall"
7876version = "0.2.16"
7877source = "registry+https://github.com/rust-lang/crates.io-index"
7878checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
7879dependencies = [
7880 "bitflags 1.3.2",
7881]
7882
7883[[package]]
7884name = "redox_syscall"
7885version = "0.3.5"
7886source = "registry+https://github.com/rust-lang/crates.io-index"
7887checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
7888dependencies = [
7889 "bitflags 1.3.2",
7890]
7891
7892[[package]]
7893name = "redox_syscall"
7894version = "0.4.1"
7895source = "registry+https://github.com/rust-lang/crates.io-index"
7896checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
7897dependencies = [
7898 "bitflags 1.3.2",
7899]
7900
7901[[package]]
7902name = "redox_users"
7903version = "0.4.3"
7904source = "registry+https://github.com/rust-lang/crates.io-index"
7905checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
7906dependencies = [
7907 "getrandom 0.2.10",
7908 "redox_syscall 0.2.16",
7909 "thiserror",
7910]
7911
7912[[package]]
7913name = "refineable"
7914version = "0.1.0"
7915dependencies = [
7916 "derive_refineable",
7917]
7918
7919[[package]]
7920name = "regalloc2"
7921version = "0.9.3"
7922source = "registry+https://github.com/rust-lang/crates.io-index"
7923checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
7924dependencies = [
7925 "hashbrown 0.13.2",
7926 "log",
7927 "rustc-hash",
7928 "slice-group-by",
7929 "smallvec",
7930]
7931
7932[[package]]
7933name = "regex"
7934version = "1.10.3"
7935source = "registry+https://github.com/rust-lang/crates.io-index"
7936checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
7937dependencies = [
7938 "aho-corasick",
7939 "memchr",
7940 "regex-automata 0.4.5",
7941 "regex-syntax 0.8.2",
7942]
7943
7944[[package]]
7945name = "regex-automata"
7946version = "0.1.10"
7947source = "registry+https://github.com/rust-lang/crates.io-index"
7948checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
7949dependencies = [
7950 "regex-syntax 0.6.29",
7951]
7952
7953[[package]]
7954name = "regex-automata"
7955version = "0.3.8"
7956source = "registry+https://github.com/rust-lang/crates.io-index"
7957checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
7958
7959[[package]]
7960name = "regex-automata"
7961version = "0.4.5"
7962source = "registry+https://github.com/rust-lang/crates.io-index"
7963checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
7964dependencies = [
7965 "aho-corasick",
7966 "memchr",
7967 "regex-syntax 0.8.2",
7968]
7969
7970[[package]]
7971name = "regex-lite"
7972version = "0.1.5"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
7975
7976[[package]]
7977name = "regex-syntax"
7978version = "0.6.29"
7979source = "registry+https://github.com/rust-lang/crates.io-index"
7980checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
7981
7982[[package]]
7983name = "regex-syntax"
7984version = "0.8.2"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
7987
7988[[package]]
7989name = "release_channel"
7990version = "0.1.0"
7991dependencies = [
7992 "gpui",
7993 "once_cell",
7994]
7995
7996[[package]]
7997name = "rend"
7998version = "0.4.0"
7999source = "registry+https://github.com/rust-lang/crates.io-index"
8000checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
8001dependencies = [
8002 "bytecheck",
8003]
8004
8005[[package]]
8006name = "reqwest"
8007version = "0.11.20"
8008source = "registry+https://github.com/rust-lang/crates.io-index"
8009checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
8010dependencies = [
8011 "base64 0.21.4",
8012 "bytes 1.5.0",
8013 "encoding_rs",
8014 "futures-core",
8015 "futures-util",
8016 "h2",
8017 "http 0.2.9",
8018 "http-body",
8019 "hyper",
8020 "hyper-tls",
8021 "ipnet",
8022 "js-sys",
8023 "log",
8024 "mime",
8025 "native-tls",
8026 "once_cell",
8027 "percent-encoding",
8028 "pin-project-lite",
8029 "serde",
8030 "serde_json",
8031 "serde_urlencoded",
8032 "tokio",
8033 "tokio-native-tls",
8034 "tower-service",
8035 "url",
8036 "wasm-bindgen",
8037 "wasm-bindgen-futures",
8038 "web-sys",
8039 "winreg 0.50.0",
8040]
8041
8042[[package]]
8043name = "resvg"
8044version = "0.41.0"
8045source = "registry+https://github.com/rust-lang/crates.io-index"
8046checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
8047dependencies = [
8048 "log",
8049 "pico-args",
8050 "rgb",
8051 "svgtypes",
8052 "tiny-skia",
8053 "usvg",
8054]
8055
8056[[package]]
8057name = "rfc6979"
8058version = "0.3.1"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
8061dependencies = [
8062 "crypto-bigint 0.4.9",
8063 "hmac 0.12.1",
8064 "zeroize",
8065]
8066
8067[[package]]
8068name = "rgb"
8069version = "0.8.36"
8070source = "registry+https://github.com/rust-lang/crates.io-index"
8071checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
8072dependencies = [
8073 "bytemuck",
8074]
8075
8076[[package]]
8077name = "rich_text"
8078version = "0.1.0"
8079dependencies = [
8080 "futures 0.3.28",
8081 "gpui",
8082 "language",
8083 "linkify",
8084 "pulldown-cmark",
8085 "theme",
8086 "ui",
8087 "util",
8088]
8089
8090[[package]]
8091name = "ring"
8092version = "0.16.20"
8093source = "registry+https://github.com/rust-lang/crates.io-index"
8094checksum = "3053cf52e236a3ed746dfc745aa9cacf1b791d846bdaf412f60a8d7d6e17c8fc"
8095dependencies = [
8096 "cc",
8097 "libc",
8098 "once_cell",
8099 "spin 0.5.2",
8100 "untrusted 0.7.1",
8101 "web-sys",
8102 "winapi",
8103]
8104
8105[[package]]
8106name = "ring"
8107version = "0.17.7"
8108source = "registry+https://github.com/rust-lang/crates.io-index"
8109checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
8110dependencies = [
8111 "cc",
8112 "getrandom 0.2.10",
8113 "libc",
8114 "spin 0.9.8",
8115 "untrusted 0.9.0",
8116 "windows-sys 0.48.0",
8117]
8118
8119[[package]]
8120name = "rkyv"
8121version = "0.7.42"
8122source = "registry+https://github.com/rust-lang/crates.io-index"
8123checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
8124dependencies = [
8125 "bitvec",
8126 "bytecheck",
8127 "hashbrown 0.12.3",
8128 "ptr_meta",
8129 "rend",
8130 "rkyv_derive",
8131 "seahash",
8132 "tinyvec",
8133 "uuid",
8134]
8135
8136[[package]]
8137name = "rkyv_derive"
8138version = "0.7.42"
8139source = "registry+https://github.com/rust-lang/crates.io-index"
8140checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
8141dependencies = [
8142 "proc-macro2",
8143 "quote",
8144 "syn 1.0.109",
8145]
8146
8147[[package]]
8148name = "rmp"
8149version = "0.8.12"
8150source = "registry+https://github.com/rust-lang/crates.io-index"
8151checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
8152dependencies = [
8153 "byteorder",
8154 "num-traits",
8155 "paste",
8156]
8157
8158[[package]]
8159name = "rmpv"
8160version = "1.0.1"
8161source = "registry+https://github.com/rust-lang/crates.io-index"
8162checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
8163dependencies = [
8164 "num-traits",
8165 "rmp",
8166]
8167
8168[[package]]
8169name = "rodio"
8170version = "0.17.1"
8171source = "registry+https://github.com/rust-lang/crates.io-index"
8172checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
8173dependencies = [
8174 "cpal",
8175 "hound",
8176]
8177
8178[[package]]
8179name = "rope"
8180version = "0.1.0"
8181dependencies = [
8182 "arrayvec",
8183 "criterion",
8184 "gpui",
8185 "log",
8186 "rand 0.8.5",
8187 "smallvec",
8188 "sum_tree",
8189 "unicode-segmentation",
8190 "util",
8191]
8192
8193[[package]]
8194name = "roxmltree"
8195version = "0.19.0"
8196source = "registry+https://github.com/rust-lang/crates.io-index"
8197checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
8198
8199[[package]]
8200name = "rpc"
8201version = "0.1.0"
8202dependencies = [
8203 "anyhow",
8204 "async-tungstenite",
8205 "base64 0.13.1",
8206 "chrono",
8207 "collections",
8208 "env_logger",
8209 "futures 0.3.28",
8210 "gpui",
8211 "parking_lot",
8212 "prost",
8213 "prost-build",
8214 "rand 0.8.5",
8215 "rsa 0.4.0",
8216 "serde",
8217 "serde_json",
8218 "strum",
8219 "tracing",
8220 "util",
8221 "zstd",
8222]
8223
8224[[package]]
8225name = "rsa"
8226version = "0.4.0"
8227source = "registry+https://github.com/rust-lang/crates.io-index"
8228checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
8229dependencies = [
8230 "byteorder",
8231 "digest 0.9.0",
8232 "lazy_static",
8233 "num-bigint-dig 0.7.1",
8234 "num-integer",
8235 "num-iter",
8236 "num-traits",
8237 "pem",
8238 "rand 0.8.5",
8239 "simple_asn1",
8240 "subtle",
8241 "zeroize",
8242]
8243
8244[[package]]
8245name = "rsa"
8246version = "0.9.2"
8247source = "registry+https://github.com/rust-lang/crates.io-index"
8248checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
8249dependencies = [
8250 "byteorder",
8251 "const-oid",
8252 "digest 0.10.7",
8253 "num-bigint-dig 0.8.4",
8254 "num-integer",
8255 "num-iter",
8256 "num-traits",
8257 "pkcs1",
8258 "pkcs8 0.10.2",
8259 "rand_core 0.6.4",
8260 "signature 2.1.0",
8261 "spki 0.7.2",
8262 "subtle",
8263 "zeroize",
8264]
8265
8266[[package]]
8267name = "rust-embed"
8268version = "8.2.0"
8269source = "registry+https://github.com/rust-lang/crates.io-index"
8270checksum = "a82c0bbc10308ed323529fd3c1dce8badda635aa319a5ff0e6466f33b8101e3f"
8271dependencies = [
8272 "rust-embed-impl",
8273 "rust-embed-utils",
8274 "walkdir",
8275]
8276
8277[[package]]
8278name = "rust-embed-impl"
8279version = "8.2.0"
8280source = "registry+https://github.com/rust-lang/crates.io-index"
8281checksum = "6227c01b1783cdfee1bcf844eb44594cd16ec71c35305bf1c9fb5aade2735e16"
8282dependencies = [
8283 "proc-macro2",
8284 "quote",
8285 "rust-embed-utils",
8286 "syn 2.0.59",
8287 "walkdir",
8288]
8289
8290[[package]]
8291name = "rust-embed-utils"
8292version = "8.2.0"
8293source = "registry+https://github.com/rust-lang/crates.io-index"
8294checksum = "8cb0a25bfbb2d4b4402179c2cf030387d9990857ce08a32592c6238db9fa8665"
8295dependencies = [
8296 "globset",
8297 "sha2 0.10.7",
8298 "walkdir",
8299]
8300
8301[[package]]
8302name = "rust_decimal"
8303version = "1.32.0"
8304source = "registry+https://github.com/rust-lang/crates.io-index"
8305checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
8306dependencies = [
8307 "arrayvec",
8308 "borsh",
8309 "bytes 1.5.0",
8310 "num-traits",
8311 "rand 0.8.5",
8312 "rkyv",
8313 "serde",
8314 "serde_json",
8315]
8316
8317[[package]]
8318name = "rustc-demangle"
8319version = "0.1.23"
8320source = "registry+https://github.com/rust-lang/crates.io-index"
8321checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
8322
8323[[package]]
8324name = "rustc-hash"
8325version = "1.1.0"
8326source = "registry+https://github.com/rust-lang/crates.io-index"
8327checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
8328
8329[[package]]
8330name = "rustc_version"
8331version = "0.4.0"
8332source = "registry+https://github.com/rust-lang/crates.io-index"
8333checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8334dependencies = [
8335 "semver",
8336]
8337
8338[[package]]
8339name = "rustix"
8340version = "0.37.23"
8341source = "registry+https://github.com/rust-lang/crates.io-index"
8342checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
8343dependencies = [
8344 "bitflags 1.3.2",
8345 "errno",
8346 "io-lifetimes 1.0.11",
8347 "libc",
8348 "linux-raw-sys 0.3.8",
8349 "windows-sys 0.48.0",
8350]
8351
8352[[package]]
8353name = "rustix"
8354version = "0.38.32"
8355source = "registry+https://github.com/rust-lang/crates.io-index"
8356checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
8357dependencies = [
8358 "bitflags 2.4.2",
8359 "errno",
8360 "itoa",
8361 "libc",
8362 "linux-raw-sys 0.4.12",
8363 "once_cell",
8364 "windows-sys 0.52.0",
8365]
8366
8367[[package]]
8368name = "rustix-openpty"
8369version = "0.1.1"
8370source = "registry+https://github.com/rust-lang/crates.io-index"
8371checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
8372dependencies = [
8373 "errno",
8374 "libc",
8375 "rustix 0.38.32",
8376]
8377
8378[[package]]
8379name = "rustls"
8380version = "0.21.10"
8381source = "registry+https://github.com/rust-lang/crates.io-index"
8382checksum = "f9d5a6813c0759e4609cd494e8e725babae6a2ca7b62a5536a13daaec6fcb7ba"
8383dependencies = [
8384 "log",
8385 "ring 0.17.7",
8386 "rustls-webpki",
8387 "sct",
8388]
8389
8390[[package]]
8391name = "rustls-native-certs"
8392version = "0.6.3"
8393source = "registry+https://github.com/rust-lang/crates.io-index"
8394checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
8395dependencies = [
8396 "openssl-probe",
8397 "rustls-pemfile",
8398 "schannel",
8399 "security-framework",
8400]
8401
8402[[package]]
8403name = "rustls-pemfile"
8404version = "1.0.3"
8405source = "registry+https://github.com/rust-lang/crates.io-index"
8406checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
8407dependencies = [
8408 "base64 0.21.4",
8409]
8410
8411[[package]]
8412name = "rustls-webpki"
8413version = "0.101.7"
8414source = "registry+https://github.com/rust-lang/crates.io-index"
8415checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
8416dependencies = [
8417 "ring 0.17.7",
8418 "untrusted 0.9.0",
8419]
8420
8421[[package]]
8422name = "rustversion"
8423version = "1.0.14"
8424source = "registry+https://github.com/rust-lang/crates.io-index"
8425checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
8426
8427[[package]]
8428name = "rustybuzz"
8429version = "0.12.1"
8430source = "registry+https://github.com/rust-lang/crates.io-index"
8431checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c"
8432dependencies = [
8433 "bitflags 2.4.2",
8434 "bytemuck",
8435 "libm",
8436 "smallvec",
8437 "ttf-parser",
8438 "unicode-bidi-mirroring",
8439 "unicode-ccc",
8440 "unicode-properties",
8441 "unicode-script",
8442]
8443
8444[[package]]
8445name = "ryu"
8446version = "1.0.15"
8447source = "registry+https://github.com/rust-lang/crates.io-index"
8448checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
8449
8450[[package]]
8451name = "safemem"
8452version = "0.3.3"
8453source = "registry+https://github.com/rust-lang/crates.io-index"
8454checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
8455
8456[[package]]
8457name = "salsa20"
8458version = "0.8.1"
8459source = "registry+https://github.com/rust-lang/crates.io-index"
8460checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
8461dependencies = [
8462 "cipher 0.3.0",
8463]
8464
8465[[package]]
8466name = "same-file"
8467version = "1.0.6"
8468source = "registry+https://github.com/rust-lang/crates.io-index"
8469checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
8470dependencies = [
8471 "winapi-util",
8472]
8473
8474[[package]]
8475name = "schannel"
8476version = "0.1.22"
8477source = "registry+https://github.com/rust-lang/crates.io-index"
8478checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
8479dependencies = [
8480 "windows-sys 0.48.0",
8481]
8482
8483[[package]]
8484name = "schemars"
8485version = "0.8.15"
8486source = "registry+https://github.com/rust-lang/crates.io-index"
8487checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
8488dependencies = [
8489 "dyn-clone",
8490 "indexmap 1.9.3",
8491 "schemars_derive",
8492 "serde",
8493 "serde_json",
8494]
8495
8496[[package]]
8497name = "schemars_derive"
8498version = "0.8.15"
8499source = "registry+https://github.com/rust-lang/crates.io-index"
8500checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
8501dependencies = [
8502 "proc-macro2",
8503 "quote",
8504 "serde_derive_internals",
8505 "syn 1.0.109",
8506]
8507
8508[[package]]
8509name = "scoped-tls"
8510version = "1.0.1"
8511source = "registry+https://github.com/rust-lang/crates.io-index"
8512checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
8513
8514[[package]]
8515name = "scoped_threadpool"
8516version = "0.1.9"
8517source = "registry+https://github.com/rust-lang/crates.io-index"
8518checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
8519
8520[[package]]
8521name = "scopeguard"
8522version = "1.2.0"
8523source = "registry+https://github.com/rust-lang/crates.io-index"
8524checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
8525
8526[[package]]
8527name = "scrypt"
8528version = "0.7.0"
8529source = "registry+https://github.com/rust-lang/crates.io-index"
8530checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
8531dependencies = [
8532 "base64ct",
8533 "hmac 0.11.0",
8534 "password-hash",
8535 "pbkdf2 0.8.0",
8536 "salsa20",
8537 "sha2 0.9.9",
8538]
8539
8540[[package]]
8541name = "sct"
8542version = "0.7.0"
8543source = "registry+https://github.com/rust-lang/crates.io-index"
8544checksum = "d53dcdb7c9f8158937a7981b48accfd39a43af418591a5d008c7b22b5e1b7ca4"
8545dependencies = [
8546 "ring 0.16.20",
8547 "untrusted 0.7.1",
8548]
8549
8550[[package]]
8551name = "sea-bae"
8552version = "0.2.0"
8553source = "registry+https://github.com/rust-lang/crates.io-index"
8554checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
8555dependencies = [
8556 "heck 0.4.1",
8557 "proc-macro-error",
8558 "proc-macro2",
8559 "quote",
8560 "syn 2.0.59",
8561]
8562
8563[[package]]
8564name = "sea-orm"
8565version = "0.12.3"
8566source = "registry+https://github.com/rust-lang/crates.io-index"
8567checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
8568dependencies = [
8569 "async-stream",
8570 "async-trait",
8571 "bigdecimal",
8572 "chrono",
8573 "futures 0.3.28",
8574 "log",
8575 "ouroboros",
8576 "rust_decimal",
8577 "sea-orm-macros",
8578 "sea-query",
8579 "sea-query-binder",
8580 "serde",
8581 "serde_json",
8582 "sqlx",
8583 "strum",
8584 "thiserror",
8585 "time",
8586 "tracing",
8587 "url",
8588 "uuid",
8589]
8590
8591[[package]]
8592name = "sea-orm-macros"
8593version = "0.12.3"
8594source = "registry+https://github.com/rust-lang/crates.io-index"
8595checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
8596dependencies = [
8597 "heck 0.4.1",
8598 "proc-macro2",
8599 "quote",
8600 "sea-bae",
8601 "syn 2.0.59",
8602 "unicode-ident",
8603]
8604
8605[[package]]
8606name = "sea-query"
8607version = "0.30.2"
8608source = "registry+https://github.com/rust-lang/crates.io-index"
8609checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
8610dependencies = [
8611 "bigdecimal",
8612 "chrono",
8613 "derivative",
8614 "inherent",
8615 "ordered-float 3.9.1",
8616 "rust_decimal",
8617 "serde_json",
8618 "time",
8619 "uuid",
8620]
8621
8622[[package]]
8623name = "sea-query-binder"
8624version = "0.5.0"
8625source = "registry+https://github.com/rust-lang/crates.io-index"
8626checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
8627dependencies = [
8628 "bigdecimal",
8629 "chrono",
8630 "rust_decimal",
8631 "sea-query",
8632 "serde_json",
8633 "sqlx",
8634 "time",
8635 "uuid",
8636]
8637
8638[[package]]
8639name = "seahash"
8640version = "4.1.0"
8641source = "registry+https://github.com/rust-lang/crates.io-index"
8642checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
8643
8644[[package]]
8645name = "sealed"
8646version = "0.4.0"
8647source = "registry+https://github.com/rust-lang/crates.io-index"
8648checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
8649dependencies = [
8650 "heck 0.3.3",
8651 "proc-macro2",
8652 "quote",
8653 "syn 1.0.109",
8654]
8655
8656[[package]]
8657name = "search"
8658version = "0.1.0"
8659dependencies = [
8660 "any_vec",
8661 "anyhow",
8662 "bitflags 2.4.2",
8663 "client",
8664 "collections",
8665 "editor",
8666 "futures 0.3.28",
8667 "gpui",
8668 "language",
8669 "menu",
8670 "project",
8671 "serde",
8672 "serde_json",
8673 "settings",
8674 "smol",
8675 "theme",
8676 "ui",
8677 "unindent",
8678 "util",
8679 "workspace",
8680]
8681
8682[[package]]
8683name = "sec1"
8684version = "0.3.0"
8685source = "registry+https://github.com/rust-lang/crates.io-index"
8686checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
8687dependencies = [
8688 "base16ct",
8689 "der 0.6.1",
8690 "generic-array",
8691 "pkcs8 0.9.0",
8692 "subtle",
8693 "zeroize",
8694]
8695
8696[[package]]
8697name = "security-framework"
8698version = "2.9.2"
8699source = "registry+https://github.com/rust-lang/crates.io-index"
8700checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
8701dependencies = [
8702 "bitflags 1.3.2",
8703 "core-foundation",
8704 "core-foundation-sys 0.8.6",
8705 "libc",
8706 "security-framework-sys",
8707]
8708
8709[[package]]
8710name = "security-framework-sys"
8711version = "2.9.1"
8712source = "registry+https://github.com/rust-lang/crates.io-index"
8713checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
8714dependencies = [
8715 "core-foundation-sys 0.8.6",
8716 "libc",
8717]
8718
8719[[package]]
8720name = "self_cell"
8721version = "1.0.3"
8722source = "registry+https://github.com/rust-lang/crates.io-index"
8723checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
8724
8725[[package]]
8726name = "semantic_index"
8727version = "0.1.0"
8728dependencies = [
8729 "anyhow",
8730 "client",
8731 "clock",
8732 "collections",
8733 "env_logger",
8734 "fs",
8735 "futures 0.3.28",
8736 "futures-batch",
8737 "gpui",
8738 "heed",
8739 "language",
8740 "languages",
8741 "log",
8742 "open_ai",
8743 "parking_lot",
8744 "project",
8745 "serde",
8746 "serde_json",
8747 "settings",
8748 "sha2 0.10.7",
8749 "smol",
8750 "tempfile",
8751 "theme",
8752 "tree-sitter",
8753 "ui",
8754 "unindent",
8755 "util",
8756 "workspace",
8757 "worktree",
8758]
8759
8760[[package]]
8761name = "semantic_version"
8762version = "0.1.0"
8763dependencies = [
8764 "anyhow",
8765 "serde",
8766]
8767
8768[[package]]
8769name = "semver"
8770version = "1.0.18"
8771source = "registry+https://github.com/rust-lang/crates.io-index"
8772checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
8773
8774[[package]]
8775name = "serde"
8776version = "1.0.196"
8777source = "registry+https://github.com/rust-lang/crates.io-index"
8778checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
8779dependencies = [
8780 "serde_derive",
8781]
8782
8783[[package]]
8784name = "serde_derive"
8785version = "1.0.196"
8786source = "registry+https://github.com/rust-lang/crates.io-index"
8787checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
8788dependencies = [
8789 "proc-macro2",
8790 "quote",
8791 "syn 2.0.59",
8792]
8793
8794[[package]]
8795name = "serde_derive_internals"
8796version = "0.26.0"
8797source = "registry+https://github.com/rust-lang/crates.io-index"
8798checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
8799dependencies = [
8800 "proc-macro2",
8801 "quote",
8802 "syn 1.0.109",
8803]
8804
8805[[package]]
8806name = "serde_fmt"
8807version = "1.0.3"
8808source = "registry+https://github.com/rust-lang/crates.io-index"
8809checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
8810dependencies = [
8811 "serde",
8812]
8813
8814[[package]]
8815name = "serde_json"
8816version = "1.0.107"
8817source = "registry+https://github.com/rust-lang/crates.io-index"
8818checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
8819dependencies = [
8820 "indexmap 2.0.0",
8821 "itoa",
8822 "ryu",
8823 "serde",
8824]
8825
8826[[package]]
8827name = "serde_json_lenient"
8828version = "0.1.7"
8829source = "registry+https://github.com/rust-lang/crates.io-index"
8830checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
8831dependencies = [
8832 "indexmap 2.0.0",
8833 "itoa",
8834 "ryu",
8835 "serde",
8836]
8837
8838[[package]]
8839name = "serde_path_to_error"
8840version = "0.1.15"
8841source = "registry+https://github.com/rust-lang/crates.io-index"
8842checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
8843dependencies = [
8844 "itoa",
8845 "serde",
8846]
8847
8848[[package]]
8849name = "serde_repr"
8850version = "0.1.16"
8851source = "registry+https://github.com/rust-lang/crates.io-index"
8852checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
8853dependencies = [
8854 "proc-macro2",
8855 "quote",
8856 "syn 2.0.59",
8857]
8858
8859[[package]]
8860name = "serde_spanned"
8861version = "0.6.5"
8862source = "registry+https://github.com/rust-lang/crates.io-index"
8863checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
8864dependencies = [
8865 "serde",
8866]
8867
8868[[package]]
8869name = "serde_urlencoded"
8870version = "0.7.1"
8871source = "registry+https://github.com/rust-lang/crates.io-index"
8872checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
8873dependencies = [
8874 "form_urlencoded",
8875 "itoa",
8876 "ryu",
8877 "serde",
8878]
8879
8880[[package]]
8881name = "settings"
8882version = "0.1.0"
8883dependencies = [
8884 "anyhow",
8885 "collections",
8886 "fs",
8887 "futures 0.3.28",
8888 "gpui",
8889 "indoc",
8890 "lazy_static",
8891 "pretty_assertions",
8892 "release_channel",
8893 "rust-embed",
8894 "schemars",
8895 "serde",
8896 "serde_derive",
8897 "serde_json",
8898 "serde_json_lenient",
8899 "smallvec",
8900 "tree-sitter",
8901 "tree-sitter-json 0.19.0",
8902 "unindent",
8903 "util",
8904]
8905
8906[[package]]
8907name = "sha-1"
8908version = "0.9.8"
8909source = "registry+https://github.com/rust-lang/crates.io-index"
8910checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
8911dependencies = [
8912 "block-buffer 0.9.0",
8913 "cfg-if",
8914 "cpufeatures",
8915 "digest 0.9.0",
8916 "opaque-debug",
8917]
8918
8919[[package]]
8920name = "sha1"
8921version = "0.10.6"
8922source = "registry+https://github.com/rust-lang/crates.io-index"
8923checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
8924dependencies = [
8925 "cfg-if",
8926 "cpufeatures",
8927 "digest 0.10.7",
8928]
8929
8930[[package]]
8931name = "sha1_smol"
8932version = "1.0.0"
8933source = "registry+https://github.com/rust-lang/crates.io-index"
8934checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
8935
8936[[package]]
8937name = "sha2"
8938version = "0.9.9"
8939source = "registry+https://github.com/rust-lang/crates.io-index"
8940checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
8941dependencies = [
8942 "block-buffer 0.9.0",
8943 "cfg-if",
8944 "cpufeatures",
8945 "digest 0.9.0",
8946 "opaque-debug",
8947]
8948
8949[[package]]
8950name = "sha2"
8951version = "0.10.7"
8952source = "registry+https://github.com/rust-lang/crates.io-index"
8953checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
8954dependencies = [
8955 "cfg-if",
8956 "cpufeatures",
8957 "digest 0.10.7",
8958]
8959
8960[[package]]
8961name = "sharded-slab"
8962version = "0.1.4"
8963source = "registry+https://github.com/rust-lang/crates.io-index"
8964checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
8965dependencies = [
8966 "lazy_static",
8967]
8968
8969[[package]]
8970name = "shell-words"
8971version = "1.1.0"
8972source = "registry+https://github.com/rust-lang/crates.io-index"
8973checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
8974
8975[[package]]
8976name = "shellexpand"
8977version = "2.1.2"
8978source = "registry+https://github.com/rust-lang/crates.io-index"
8979checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
8980dependencies = [
8981 "dirs 4.0.0",
8982]
8983
8984[[package]]
8985name = "shlex"
8986version = "1.3.0"
8987source = "registry+https://github.com/rust-lang/crates.io-index"
8988checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
8989
8990[[package]]
8991name = "signal-hook"
8992version = "0.3.17"
8993source = "registry+https://github.com/rust-lang/crates.io-index"
8994checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
8995dependencies = [
8996 "libc",
8997 "signal-hook-registry",
8998]
8999
9000[[package]]
9001name = "signal-hook-registry"
9002version = "1.4.1"
9003source = "registry+https://github.com/rust-lang/crates.io-index"
9004checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
9005dependencies = [
9006 "libc",
9007]
9008
9009[[package]]
9010name = "signature"
9011version = "1.6.4"
9012source = "registry+https://github.com/rust-lang/crates.io-index"
9013checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
9014dependencies = [
9015 "digest 0.10.7",
9016 "rand_core 0.6.4",
9017]
9018
9019[[package]]
9020name = "signature"
9021version = "2.1.0"
9022source = "registry+https://github.com/rust-lang/crates.io-index"
9023checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
9024dependencies = [
9025 "digest 0.10.7",
9026 "rand_core 0.6.4",
9027]
9028
9029[[package]]
9030name = "simd-adler32"
9031version = "0.3.7"
9032source = "registry+https://github.com/rust-lang/crates.io-index"
9033checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
9034
9035[[package]]
9036name = "simdutf8"
9037version = "0.1.4"
9038source = "registry+https://github.com/rust-lang/crates.io-index"
9039checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
9040
9041[[package]]
9042name = "similar"
9043version = "1.3.0"
9044source = "registry+https://github.com/rust-lang/crates.io-index"
9045checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
9046
9047[[package]]
9048name = "simple_asn1"
9049version = "0.5.4"
9050source = "registry+https://github.com/rust-lang/crates.io-index"
9051checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
9052dependencies = [
9053 "chrono",
9054 "num-bigint",
9055 "num-traits",
9056 "thiserror",
9057]
9058
9059[[package]]
9060name = "simplecss"
9061version = "0.2.1"
9062source = "registry+https://github.com/rust-lang/crates.io-index"
9063checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
9064dependencies = [
9065 "log",
9066]
9067
9068[[package]]
9069name = "simplelog"
9070version = "0.9.0"
9071source = "registry+https://github.com/rust-lang/crates.io-index"
9072checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
9073dependencies = [
9074 "chrono",
9075 "log",
9076 "termcolor",
9077]
9078
9079[[package]]
9080name = "siphasher"
9081version = "0.3.11"
9082source = "registry+https://github.com/rust-lang/crates.io-index"
9083checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
9084
9085[[package]]
9086name = "siphasher"
9087version = "1.0.1"
9088source = "registry+https://github.com/rust-lang/crates.io-index"
9089checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
9090
9091[[package]]
9092name = "slab"
9093version = "0.4.9"
9094source = "registry+https://github.com/rust-lang/crates.io-index"
9095checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
9096dependencies = [
9097 "autocfg",
9098]
9099
9100[[package]]
9101name = "slice-group-by"
9102version = "0.3.1"
9103source = "registry+https://github.com/rust-lang/crates.io-index"
9104checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
9105
9106[[package]]
9107name = "slotmap"
9108version = "1.0.6"
9109source = "registry+https://github.com/rust-lang/crates.io-index"
9110checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
9111dependencies = [
9112 "version_check",
9113]
9114
9115[[package]]
9116name = "sluice"
9117version = "0.5.5"
9118source = "registry+https://github.com/rust-lang/crates.io-index"
9119checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
9120dependencies = [
9121 "async-channel 1.9.0",
9122 "futures-core",
9123 "futures-io",
9124]
9125
9126[[package]]
9127name = "smallvec"
9128version = "1.11.1"
9129source = "registry+https://github.com/rust-lang/crates.io-index"
9130checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
9131
9132[[package]]
9133name = "smithay-client-toolkit"
9134version = "0.18.1"
9135source = "registry+https://github.com/rust-lang/crates.io-index"
9136checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
9137dependencies = [
9138 "bitflags 2.4.2",
9139 "calloop",
9140 "calloop-wayland-source",
9141 "cursor-icon",
9142 "libc",
9143 "log",
9144 "memmap2 0.9.4",
9145 "rustix 0.38.32",
9146 "thiserror",
9147 "wayland-backend",
9148 "wayland-client",
9149 "wayland-csd-frame",
9150 "wayland-cursor",
9151 "wayland-protocols",
9152 "wayland-protocols-wlr",
9153 "wayland-scanner",
9154 "xkeysym",
9155]
9156
9157[[package]]
9158name = "smithay-clipboard"
9159version = "0.7.1"
9160source = "registry+https://github.com/rust-lang/crates.io-index"
9161checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
9162dependencies = [
9163 "libc",
9164 "smithay-client-toolkit",
9165 "wayland-backend",
9166]
9167
9168[[package]]
9169name = "smol"
9170version = "1.3.0"
9171source = "registry+https://github.com/rust-lang/crates.io-index"
9172checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
9173dependencies = [
9174 "async-channel 1.9.0",
9175 "async-executor",
9176 "async-fs 1.6.0",
9177 "async-io 1.13.0",
9178 "async-lock 2.8.0",
9179 "async-net 1.7.0",
9180 "async-process 1.7.0",
9181 "blocking",
9182 "futures-lite 1.13.0",
9183]
9184
9185[[package]]
9186name = "snippet"
9187version = "0.1.0"
9188dependencies = [
9189 "anyhow",
9190 "smallvec",
9191]
9192
9193[[package]]
9194name = "socket2"
9195version = "0.4.9"
9196source = "registry+https://github.com/rust-lang/crates.io-index"
9197checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
9198dependencies = [
9199 "libc",
9200 "winapi",
9201]
9202
9203[[package]]
9204name = "socket2"
9205version = "0.5.4"
9206source = "registry+https://github.com/rust-lang/crates.io-index"
9207checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
9208dependencies = [
9209 "libc",
9210 "windows-sys 0.48.0",
9211]
9212
9213[[package]]
9214name = "spdx"
9215version = "0.10.4"
9216source = "registry+https://github.com/rust-lang/crates.io-index"
9217checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
9218dependencies = [
9219 "smallvec",
9220]
9221
9222[[package]]
9223name = "spin"
9224version = "0.5.2"
9225source = "registry+https://github.com/rust-lang/crates.io-index"
9226checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
9227
9228[[package]]
9229name = "spin"
9230version = "0.9.8"
9231source = "registry+https://github.com/rust-lang/crates.io-index"
9232checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
9233dependencies = [
9234 "lock_api",
9235]
9236
9237[[package]]
9238name = "spirv"
9239version = "0.2.0+1.5.4"
9240source = "registry+https://github.com/rust-lang/crates.io-index"
9241checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
9242dependencies = [
9243 "bitflags 1.3.2",
9244 "num-traits",
9245]
9246
9247[[package]]
9248name = "spki"
9249version = "0.6.0"
9250source = "registry+https://github.com/rust-lang/crates.io-index"
9251checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
9252dependencies = [
9253 "base64ct",
9254 "der 0.6.1",
9255]
9256
9257[[package]]
9258name = "spki"
9259version = "0.7.2"
9260source = "registry+https://github.com/rust-lang/crates.io-index"
9261checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
9262dependencies = [
9263 "base64ct",
9264 "der 0.7.8",
9265]
9266
9267[[package]]
9268name = "sptr"
9269version = "0.3.2"
9270source = "registry+https://github.com/rust-lang/crates.io-index"
9271checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
9272
9273[[package]]
9274name = "sqlez"
9275version = "0.1.0"
9276dependencies = [
9277 "anyhow",
9278 "collections",
9279 "futures 0.3.28",
9280 "indoc",
9281 "lazy_static",
9282 "libsqlite3-sys",
9283 "parking_lot",
9284 "smol",
9285 "thread_local",
9286 "util",
9287 "uuid",
9288]
9289
9290[[package]]
9291name = "sqlez_macros"
9292version = "0.1.0"
9293dependencies = [
9294 "lazy_static",
9295 "sqlez",
9296 "sqlformat",
9297 "syn 1.0.109",
9298]
9299
9300[[package]]
9301name = "sqlformat"
9302version = "0.2.2"
9303source = "registry+https://github.com/rust-lang/crates.io-index"
9304checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
9305dependencies = [
9306 "itertools 0.11.0",
9307 "nom",
9308 "unicode_categories",
9309]
9310
9311[[package]]
9312name = "sqlx"
9313version = "0.7.2"
9314source = "registry+https://github.com/rust-lang/crates.io-index"
9315checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
9316dependencies = [
9317 "sqlx-core",
9318 "sqlx-macros",
9319 "sqlx-mysql",
9320 "sqlx-postgres",
9321 "sqlx-sqlite",
9322]
9323
9324[[package]]
9325name = "sqlx-core"
9326version = "0.7.2"
9327source = "registry+https://github.com/rust-lang/crates.io-index"
9328checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
9329dependencies = [
9330 "ahash 0.8.8",
9331 "atoi",
9332 "bigdecimal",
9333 "byteorder",
9334 "bytes 1.5.0",
9335 "chrono",
9336 "crc",
9337 "crossbeam-queue",
9338 "dotenvy",
9339 "either",
9340 "event-listener 2.5.3",
9341 "futures-channel",
9342 "futures-core",
9343 "futures-intrusive",
9344 "futures-io",
9345 "futures-util",
9346 "hashlink",
9347 "hex",
9348 "indexmap 2.0.0",
9349 "log",
9350 "memchr",
9351 "once_cell",
9352 "paste",
9353 "percent-encoding",
9354 "rust_decimal",
9355 "rustls",
9356 "rustls-pemfile",
9357 "serde",
9358 "serde_json",
9359 "sha2 0.10.7",
9360 "smallvec",
9361 "sqlformat",
9362 "thiserror",
9363 "time",
9364 "tokio",
9365 "tokio-stream",
9366 "tracing",
9367 "url",
9368 "uuid",
9369 "webpki-roots",
9370]
9371
9372[[package]]
9373name = "sqlx-macros"
9374version = "0.7.2"
9375source = "registry+https://github.com/rust-lang/crates.io-index"
9376checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
9377dependencies = [
9378 "proc-macro2",
9379 "quote",
9380 "sqlx-core",
9381 "sqlx-macros-core",
9382 "syn 1.0.109",
9383]
9384
9385[[package]]
9386name = "sqlx-macros-core"
9387version = "0.7.2"
9388source = "registry+https://github.com/rust-lang/crates.io-index"
9389checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
9390dependencies = [
9391 "dotenvy",
9392 "either",
9393 "heck 0.4.1",
9394 "hex",
9395 "once_cell",
9396 "proc-macro2",
9397 "quote",
9398 "serde",
9399 "serde_json",
9400 "sha2 0.10.7",
9401 "sqlx-core",
9402 "sqlx-mysql",
9403 "sqlx-postgres",
9404 "sqlx-sqlite",
9405 "syn 1.0.109",
9406 "tempfile",
9407 "tokio",
9408 "url",
9409]
9410
9411[[package]]
9412name = "sqlx-mysql"
9413version = "0.7.2"
9414source = "registry+https://github.com/rust-lang/crates.io-index"
9415checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
9416dependencies = [
9417 "atoi",
9418 "base64 0.21.4",
9419 "bigdecimal",
9420 "bitflags 2.4.2",
9421 "byteorder",
9422 "bytes 1.5.0",
9423 "chrono",
9424 "crc",
9425 "digest 0.10.7",
9426 "dotenvy",
9427 "either",
9428 "futures-channel",
9429 "futures-core",
9430 "futures-io",
9431 "futures-util",
9432 "generic-array",
9433 "hex",
9434 "hkdf",
9435 "hmac 0.12.1",
9436 "itoa",
9437 "log",
9438 "md-5",
9439 "memchr",
9440 "once_cell",
9441 "percent-encoding",
9442 "rand 0.8.5",
9443 "rsa 0.9.2",
9444 "rust_decimal",
9445 "serde",
9446 "sha1",
9447 "sha2 0.10.7",
9448 "smallvec",
9449 "sqlx-core",
9450 "stringprep",
9451 "thiserror",
9452 "time",
9453 "tracing",
9454 "uuid",
9455 "whoami",
9456]
9457
9458[[package]]
9459name = "sqlx-postgres"
9460version = "0.7.2"
9461source = "registry+https://github.com/rust-lang/crates.io-index"
9462checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
9463dependencies = [
9464 "atoi",
9465 "base64 0.21.4",
9466 "bigdecimal",
9467 "bitflags 2.4.2",
9468 "byteorder",
9469 "chrono",
9470 "crc",
9471 "dotenvy",
9472 "etcetera",
9473 "futures-channel",
9474 "futures-core",
9475 "futures-io",
9476 "futures-util",
9477 "hex",
9478 "hkdf",
9479 "hmac 0.12.1",
9480 "home",
9481 "itoa",
9482 "log",
9483 "md-5",
9484 "memchr",
9485 "num-bigint",
9486 "once_cell",
9487 "rand 0.8.5",
9488 "rust_decimal",
9489 "serde",
9490 "serde_json",
9491 "sha1",
9492 "sha2 0.10.7",
9493 "smallvec",
9494 "sqlx-core",
9495 "stringprep",
9496 "thiserror",
9497 "time",
9498 "tracing",
9499 "uuid",
9500 "whoami",
9501]
9502
9503[[package]]
9504name = "sqlx-sqlite"
9505version = "0.7.2"
9506source = "registry+https://github.com/rust-lang/crates.io-index"
9507checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
9508dependencies = [
9509 "atoi",
9510 "chrono",
9511 "flume",
9512 "futures-channel",
9513 "futures-core",
9514 "futures-executor",
9515 "futures-intrusive",
9516 "futures-util",
9517 "libsqlite3-sys",
9518 "log",
9519 "percent-encoding",
9520 "serde",
9521 "sqlx-core",
9522 "time",
9523 "tracing",
9524 "url",
9525 "uuid",
9526]
9527
9528[[package]]
9529name = "stable_deref_trait"
9530version = "1.2.0"
9531source = "registry+https://github.com/rust-lang/crates.io-index"
9532checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
9533
9534[[package]]
9535name = "static_assertions"
9536version = "1.1.0"
9537source = "registry+https://github.com/rust-lang/crates.io-index"
9538checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
9539
9540[[package]]
9541name = "story"
9542version = "0.1.0"
9543dependencies = [
9544 "gpui",
9545 "itertools 0.10.5",
9546 "smallvec",
9547]
9548
9549[[package]]
9550name = "storybook"
9551version = "0.1.0"
9552dependencies = [
9553 "anyhow",
9554 "assistant2",
9555 "clap 4.4.4",
9556 "collab_ui",
9557 "ctrlc",
9558 "dialoguer",
9559 "editor",
9560 "fuzzy",
9561 "gpui",
9562 "indoc",
9563 "language",
9564 "log",
9565 "menu",
9566 "picker",
9567 "project",
9568 "rust-embed",
9569 "settings",
9570 "simplelog",
9571 "story",
9572 "strum",
9573 "theme",
9574 "ui",
9575]
9576
9577[[package]]
9578name = "strict-num"
9579version = "0.1.1"
9580source = "registry+https://github.com/rust-lang/crates.io-index"
9581checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
9582dependencies = [
9583 "float-cmp",
9584]
9585
9586[[package]]
9587name = "stringprep"
9588version = "0.1.4"
9589source = "registry+https://github.com/rust-lang/crates.io-index"
9590checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
9591dependencies = [
9592 "finl_unicode",
9593 "unicode-bidi",
9594 "unicode-normalization",
9595]
9596
9597[[package]]
9598name = "strsim"
9599version = "0.10.0"
9600source = "registry+https://github.com/rust-lang/crates.io-index"
9601checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
9602
9603[[package]]
9604name = "strum"
9605version = "0.25.0"
9606source = "registry+https://github.com/rust-lang/crates.io-index"
9607checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
9608dependencies = [
9609 "strum_macros",
9610]
9611
9612[[package]]
9613name = "strum_macros"
9614version = "0.25.2"
9615source = "registry+https://github.com/rust-lang/crates.io-index"
9616checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
9617dependencies = [
9618 "heck 0.4.1",
9619 "proc-macro2",
9620 "quote",
9621 "rustversion",
9622 "syn 2.0.59",
9623]
9624
9625[[package]]
9626name = "subtle"
9627version = "2.5.0"
9628source = "registry+https://github.com/rust-lang/crates.io-index"
9629checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
9630
9631[[package]]
9632name = "sum_tree"
9633version = "0.1.0"
9634dependencies = [
9635 "arrayvec",
9636 "ctor",
9637 "env_logger",
9638 "log",
9639 "rand 0.8.5",
9640 "rayon",
9641]
9642
9643[[package]]
9644name = "supermaven"
9645version = "0.1.0"
9646dependencies = [
9647 "anyhow",
9648 "client",
9649 "collections",
9650 "editor",
9651 "env_logger",
9652 "futures 0.3.28",
9653 "gpui",
9654 "language",
9655 "log",
9656 "postage",
9657 "project",
9658 "serde",
9659 "serde_json",
9660 "settings",
9661 "smol",
9662 "supermaven_api",
9663 "theme",
9664 "ui",
9665 "util",
9666]
9667
9668[[package]]
9669name = "supermaven_api"
9670version = "0.1.0"
9671dependencies = [
9672 "anyhow",
9673 "futures 0.3.28",
9674 "serde",
9675 "serde_json",
9676 "smol",
9677 "util",
9678]
9679
9680[[package]]
9681name = "sval"
9682version = "2.8.0"
9683source = "registry+https://github.com/rust-lang/crates.io-index"
9684checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
9685
9686[[package]]
9687name = "sval_buffer"
9688version = "2.8.0"
9689source = "registry+https://github.com/rust-lang/crates.io-index"
9690checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
9691dependencies = [
9692 "sval",
9693 "sval_ref",
9694]
9695
9696[[package]]
9697name = "sval_dynamic"
9698version = "2.8.0"
9699source = "registry+https://github.com/rust-lang/crates.io-index"
9700checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
9701dependencies = [
9702 "sval",
9703]
9704
9705[[package]]
9706name = "sval_fmt"
9707version = "2.8.0"
9708source = "registry+https://github.com/rust-lang/crates.io-index"
9709checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
9710dependencies = [
9711 "itoa",
9712 "ryu",
9713 "sval",
9714]
9715
9716[[package]]
9717name = "sval_json"
9718version = "2.8.0"
9719source = "registry+https://github.com/rust-lang/crates.io-index"
9720checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
9721dependencies = [
9722 "itoa",
9723 "ryu",
9724 "sval",
9725]
9726
9727[[package]]
9728name = "sval_ref"
9729version = "2.8.0"
9730source = "registry+https://github.com/rust-lang/crates.io-index"
9731checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
9732dependencies = [
9733 "sval",
9734]
9735
9736[[package]]
9737name = "sval_serde"
9738version = "2.8.0"
9739source = "registry+https://github.com/rust-lang/crates.io-index"
9740checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
9741dependencies = [
9742 "serde",
9743 "sval",
9744 "sval_buffer",
9745 "sval_fmt",
9746]
9747
9748[[package]]
9749name = "svg_fmt"
9750version = "0.4.1"
9751source = "registry+https://github.com/rust-lang/crates.io-index"
9752checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
9753
9754[[package]]
9755name = "svgtypes"
9756version = "0.15.0"
9757source = "registry+https://github.com/rust-lang/crates.io-index"
9758checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
9759dependencies = [
9760 "kurbo",
9761 "siphasher 1.0.1",
9762]
9763
9764[[package]]
9765name = "swash"
9766version = "0.1.12"
9767source = "registry+https://github.com/rust-lang/crates.io-index"
9768checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7"
9769dependencies = [
9770 "read-fonts",
9771 "yazi",
9772 "zeno",
9773]
9774
9775[[package]]
9776name = "syn"
9777version = "1.0.109"
9778source = "registry+https://github.com/rust-lang/crates.io-index"
9779checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
9780dependencies = [
9781 "proc-macro2",
9782 "quote",
9783 "unicode-ident",
9784]
9785
9786[[package]]
9787name = "syn"
9788version = "2.0.59"
9789source = "registry+https://github.com/rust-lang/crates.io-index"
9790checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
9791dependencies = [
9792 "proc-macro2",
9793 "quote",
9794 "unicode-ident",
9795]
9796
9797[[package]]
9798name = "sync_wrapper"
9799version = "0.1.2"
9800source = "registry+https://github.com/rust-lang/crates.io-index"
9801checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
9802
9803[[package]]
9804name = "synchronoise"
9805version = "1.0.1"
9806source = "registry+https://github.com/rust-lang/crates.io-index"
9807checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
9808dependencies = [
9809 "crossbeam-queue",
9810]
9811
9812[[package]]
9813name = "sys-locale"
9814version = "0.3.1"
9815source = "registry+https://github.com/rust-lang/crates.io-index"
9816checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
9817dependencies = [
9818 "libc",
9819]
9820
9821[[package]]
9822name = "sysinfo"
9823version = "0.30.7"
9824source = "registry+https://github.com/rust-lang/crates.io-index"
9825checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
9826dependencies = [
9827 "cfg-if",
9828 "core-foundation-sys 0.8.6",
9829 "libc",
9830 "ntapi",
9831 "once_cell",
9832 "rayon",
9833 "windows 0.52.0",
9834]
9835
9836[[package]]
9837name = "system-interface"
9838version = "0.27.1"
9839source = "registry+https://github.com/rust-lang/crates.io-index"
9840checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
9841dependencies = [
9842 "bitflags 2.4.2",
9843 "cap-fs-ext",
9844 "cap-std",
9845 "fd-lock",
9846 "io-lifetimes 2.0.3",
9847 "rustix 0.38.32",
9848 "windows-sys 0.52.0",
9849 "winx",
9850]
9851
9852[[package]]
9853name = "tab_switcher"
9854version = "0.1.0"
9855dependencies = [
9856 "anyhow",
9857 "collections",
9858 "ctor",
9859 "editor",
9860 "env_logger",
9861 "gpui",
9862 "language",
9863 "menu",
9864 "picker",
9865 "project",
9866 "serde",
9867 "serde_json",
9868 "terminal_view",
9869 "theme",
9870 "ui",
9871 "util",
9872 "workspace",
9873]
9874
9875[[package]]
9876name = "taffy"
9877version = "0.3.11"
9878source = "git+https://github.com/DioxusLabs/taffy?rev=1876f72bee5e376023eaa518aa7b8a34c769bd1b#1876f72bee5e376023eaa518aa7b8a34c769bd1b"
9879dependencies = [
9880 "arrayvec",
9881 "grid",
9882 "num-traits",
9883 "slotmap",
9884]
9885
9886[[package]]
9887name = "take-until"
9888version = "0.2.0"
9889source = "registry+https://github.com/rust-lang/crates.io-index"
9890checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
9891
9892[[package]]
9893name = "tap"
9894version = "1.0.1"
9895source = "registry+https://github.com/rust-lang/crates.io-index"
9896checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
9897
9898[[package]]
9899name = "target-lexicon"
9900version = "0.12.13"
9901source = "registry+https://github.com/rust-lang/crates.io-index"
9902checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
9903
9904[[package]]
9905name = "task"
9906version = "0.1.0"
9907dependencies = [
9908 "anyhow",
9909 "collections",
9910 "futures 0.3.28",
9911 "gpui",
9912 "hex",
9913 "parking_lot",
9914 "schemars",
9915 "serde",
9916 "serde_json_lenient",
9917 "sha2 0.10.7",
9918 "shellexpand",
9919 "util",
9920]
9921
9922[[package]]
9923name = "tasks_ui"
9924version = "0.1.0"
9925dependencies = [
9926 "editor",
9927 "file_icons",
9928 "fuzzy",
9929 "gpui",
9930 "language",
9931 "picker",
9932 "project",
9933 "schemars",
9934 "serde",
9935 "serde_json",
9936 "settings",
9937 "task",
9938 "tree-sitter-rust",
9939 "tree-sitter-typescript",
9940 "ui",
9941 "util",
9942 "workspace",
9943]
9944
9945[[package]]
9946name = "telemetry_events"
9947version = "0.1.0"
9948dependencies = [
9949 "semantic_version",
9950 "serde",
9951]
9952
9953[[package]]
9954name = "tempfile"
9955version = "3.9.0"
9956source = "registry+https://github.com/rust-lang/crates.io-index"
9957checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
9958dependencies = [
9959 "cfg-if",
9960 "fastrand 2.0.0",
9961 "redox_syscall 0.4.1",
9962 "rustix 0.38.32",
9963 "windows-sys 0.52.0",
9964]
9965
9966[[package]]
9967name = "tendril"
9968version = "0.4.3"
9969source = "registry+https://github.com/rust-lang/crates.io-index"
9970checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
9971dependencies = [
9972 "futf",
9973 "mac",
9974 "utf-8",
9975]
9976
9977[[package]]
9978name = "termcolor"
9979version = "1.1.3"
9980source = "registry+https://github.com/rust-lang/crates.io-index"
9981checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
9982dependencies = [
9983 "winapi-util",
9984]
9985
9986[[package]]
9987name = "terminal"
9988version = "0.1.0"
9989dependencies = [
9990 "alacritty_terminal",
9991 "anyhow",
9992 "collections",
9993 "dirs 4.0.0",
9994 "futures 0.3.28",
9995 "gpui",
9996 "libc",
9997 "rand 0.8.5",
9998 "schemars",
9999 "serde",
10000 "serde_derive",
10001 "serde_json",
10002 "settings",
10003 "smol",
10004 "sysinfo",
10005 "task",
10006 "theme",
10007 "thiserror",
10008 "util",
10009 "windows 0.53.0",
10010]
10011
10012[[package]]
10013name = "terminal_view"
10014version = "0.1.0"
10015dependencies = [
10016 "anyhow",
10017 "client",
10018 "collections",
10019 "db",
10020 "dirs 4.0.0",
10021 "editor",
10022 "futures 0.3.28",
10023 "gpui",
10024 "itertools 0.11.0",
10025 "language",
10026 "project",
10027 "rand 0.8.5",
10028 "search",
10029 "serde",
10030 "serde_json",
10031 "settings",
10032 "shellexpand",
10033 "smol",
10034 "task",
10035 "tasks_ui",
10036 "terminal",
10037 "theme",
10038 "ui",
10039 "util",
10040 "workspace",
10041]
10042
10043[[package]]
10044name = "text"
10045version = "0.1.0"
10046dependencies = [
10047 "anyhow",
10048 "clock",
10049 "collections",
10050 "ctor",
10051 "env_logger",
10052 "gpui",
10053 "lazy_static",
10054 "log",
10055 "parking_lot",
10056 "postage",
10057 "rand 0.8.5",
10058 "regex",
10059 "rope",
10060 "smallvec",
10061 "sum_tree",
10062 "util",
10063]
10064
10065[[package]]
10066name = "textwrap"
10067version = "0.16.0"
10068source = "registry+https://github.com/rust-lang/crates.io-index"
10069checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10070
10071[[package]]
10072name = "theme"
10073version = "0.1.0"
10074dependencies = [
10075 "anyhow",
10076 "collections",
10077 "color",
10078 "derive_more",
10079 "fs",
10080 "futures 0.3.28",
10081 "gpui",
10082 "indexmap 1.9.3",
10083 "palette",
10084 "parking_lot",
10085 "refineable",
10086 "schemars",
10087 "serde",
10088 "serde_derive",
10089 "serde_json",
10090 "serde_json_lenient",
10091 "serde_repr",
10092 "settings",
10093 "story",
10094 "util",
10095 "uuid",
10096]
10097
10098[[package]]
10099name = "theme_importer"
10100version = "0.1.0"
10101dependencies = [
10102 "anyhow",
10103 "clap 4.4.4",
10104 "gpui",
10105 "indexmap 1.9.3",
10106 "log",
10107 "palette",
10108 "rust-embed",
10109 "schemars",
10110 "serde",
10111 "serde_json",
10112 "serde_json_lenient",
10113 "simplelog",
10114 "strum",
10115 "theme",
10116 "vscode_theme",
10117]
10118
10119[[package]]
10120name = "theme_selector"
10121version = "0.1.0"
10122dependencies = [
10123 "client",
10124 "feature_flags",
10125 "fs",
10126 "fuzzy",
10127 "gpui",
10128 "log",
10129 "picker",
10130 "serde",
10131 "settings",
10132 "theme",
10133 "ui",
10134 "util",
10135 "workspace",
10136]
10137
10138[[package]]
10139name = "thiserror"
10140version = "1.0.48"
10141source = "registry+https://github.com/rust-lang/crates.io-index"
10142checksum = "9d6d7a740b8a666a7e828dd00da9c0dc290dff53154ea77ac109281de90589b7"
10143dependencies = [
10144 "thiserror-impl",
10145]
10146
10147[[package]]
10148name = "thiserror-impl"
10149version = "1.0.48"
10150source = "registry+https://github.com/rust-lang/crates.io-index"
10151checksum = "49922ecae66cc8a249b77e68d1d0623c1b2c514f0060c27cdc68bd62a1219d35"
10152dependencies = [
10153 "proc-macro2",
10154 "quote",
10155 "syn 2.0.59",
10156]
10157
10158[[package]]
10159name = "thread_local"
10160version = "1.1.7"
10161source = "registry+https://github.com/rust-lang/crates.io-index"
10162checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10163dependencies = [
10164 "cfg-if",
10165 "once_cell",
10166]
10167
10168[[package]]
10169name = "tiff"
10170version = "0.6.1"
10171source = "registry+https://github.com/rust-lang/crates.io-index"
10172checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
10173dependencies = [
10174 "jpeg-decoder",
10175 "miniz_oxide 0.4.4",
10176 "weezl",
10177]
10178
10179[[package]]
10180name = "tiktoken-rs"
10181version = "0.5.7"
10182source = "registry+https://github.com/rust-lang/crates.io-index"
10183checksum = "a4427b6b1c6b38215b92dd47a83a0ecc6735573d0a5a4c14acc0ac5b33b28adb"
10184dependencies = [
10185 "anyhow",
10186 "base64 0.21.4",
10187 "bstr",
10188 "fancy-regex",
10189 "lazy_static",
10190 "parking_lot",
10191 "rustc-hash",
10192]
10193
10194[[package]]
10195name = "time"
10196version = "0.3.28"
10197source = "registry+https://github.com/rust-lang/crates.io-index"
10198checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
10199dependencies = [
10200 "deranged",
10201 "itoa",
10202 "serde",
10203 "time-core",
10204 "time-macros",
10205]
10206
10207[[package]]
10208name = "time-core"
10209version = "0.1.1"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
10212
10213[[package]]
10214name = "time-macros"
10215version = "0.2.14"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
10218dependencies = [
10219 "time-core",
10220]
10221
10222[[package]]
10223name = "time_format"
10224version = "0.1.0"
10225dependencies = [
10226 "core-foundation",
10227 "core-foundation-sys 0.8.6",
10228 "sys-locale",
10229 "time",
10230]
10231
10232[[package]]
10233name = "tiny-skia"
10234version = "0.11.4"
10235source = "registry+https://github.com/rust-lang/crates.io-index"
10236checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10237dependencies = [
10238 "arrayref",
10239 "arrayvec",
10240 "bytemuck",
10241 "cfg-if",
10242 "log",
10243 "png 0.17.13",
10244 "tiny-skia-path",
10245]
10246
10247[[package]]
10248name = "tiny-skia-path"
10249version = "0.11.4"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10252dependencies = [
10253 "arrayref",
10254 "bytemuck",
10255 "strict-num",
10256]
10257
10258[[package]]
10259name = "tiny_http"
10260version = "0.8.2"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
10263dependencies = [
10264 "ascii",
10265 "chrono",
10266 "chunked_transfer",
10267 "log",
10268 "url",
10269]
10270
10271[[package]]
10272name = "tinytemplate"
10273version = "1.2.1"
10274source = "registry+https://github.com/rust-lang/crates.io-index"
10275checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
10276dependencies = [
10277 "serde",
10278 "serde_json",
10279]
10280
10281[[package]]
10282name = "tinyvec"
10283version = "1.6.0"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
10286dependencies = [
10287 "tinyvec_macros",
10288]
10289
10290[[package]]
10291name = "tinyvec_macros"
10292version = "0.1.1"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
10295
10296[[package]]
10297name = "tokio"
10298version = "1.32.0"
10299source = "registry+https://github.com/rust-lang/crates.io-index"
10300checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
10301dependencies = [
10302 "backtrace",
10303 "bytes 1.5.0",
10304 "libc",
10305 "mio",
10306 "num_cpus",
10307 "parking_lot",
10308 "pin-project-lite",
10309 "signal-hook-registry",
10310 "socket2 0.5.4",
10311 "tokio-macros",
10312 "windows-sys 0.48.0",
10313]
10314
10315[[package]]
10316name = "tokio-io"
10317version = "0.1.13"
10318source = "registry+https://github.com/rust-lang/crates.io-index"
10319checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
10320dependencies = [
10321 "bytes 0.4.12",
10322 "futures 0.1.31",
10323 "log",
10324]
10325
10326[[package]]
10327name = "tokio-macros"
10328version = "2.1.0"
10329source = "registry+https://github.com/rust-lang/crates.io-index"
10330checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
10331dependencies = [
10332 "proc-macro2",
10333 "quote",
10334 "syn 2.0.59",
10335]
10336
10337[[package]]
10338name = "tokio-native-tls"
10339version = "0.3.1"
10340source = "registry+https://github.com/rust-lang/crates.io-index"
10341checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
10342dependencies = [
10343 "native-tls",
10344 "tokio",
10345]
10346
10347[[package]]
10348name = "tokio-rustls"
10349version = "0.24.1"
10350source = "registry+https://github.com/rust-lang/crates.io-index"
10351checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
10352dependencies = [
10353 "rustls",
10354 "tokio",
10355]
10356
10357[[package]]
10358name = "tokio-stream"
10359version = "0.1.14"
10360source = "registry+https://github.com/rust-lang/crates.io-index"
10361checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
10362dependencies = [
10363 "futures-core",
10364 "pin-project-lite",
10365 "tokio",
10366]
10367
10368[[package]]
10369name = "tokio-tungstenite"
10370version = "0.20.1"
10371source = "registry+https://github.com/rust-lang/crates.io-index"
10372checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
10373dependencies = [
10374 "futures-util",
10375 "log",
10376 "tokio",
10377 "tungstenite 0.20.1",
10378]
10379
10380[[package]]
10381name = "tokio-util"
10382version = "0.7.9"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
10385dependencies = [
10386 "bytes 1.5.0",
10387 "futures-core",
10388 "futures-io",
10389 "futures-sink",
10390 "pin-project-lite",
10391 "tokio",
10392 "tracing",
10393]
10394
10395[[package]]
10396name = "toml"
10397version = "0.5.11"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
10400dependencies = [
10401 "serde",
10402]
10403
10404[[package]]
10405name = "toml"
10406version = "0.7.8"
10407source = "registry+https://github.com/rust-lang/crates.io-index"
10408checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
10409dependencies = [
10410 "serde",
10411 "serde_spanned",
10412 "toml_datetime",
10413 "toml_edit 0.19.15",
10414]
10415
10416[[package]]
10417name = "toml"
10418version = "0.8.10"
10419source = "registry+https://github.com/rust-lang/crates.io-index"
10420checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
10421dependencies = [
10422 "serde",
10423 "serde_spanned",
10424 "toml_datetime",
10425 "toml_edit 0.22.6",
10426]
10427
10428[[package]]
10429name = "toml_datetime"
10430version = "0.6.5"
10431source = "registry+https://github.com/rust-lang/crates.io-index"
10432checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
10433dependencies = [
10434 "serde",
10435]
10436
10437[[package]]
10438name = "toml_edit"
10439version = "0.19.15"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
10442dependencies = [
10443 "indexmap 2.0.0",
10444 "serde",
10445 "serde_spanned",
10446 "toml_datetime",
10447 "winnow 0.5.15",
10448]
10449
10450[[package]]
10451name = "toml_edit"
10452version = "0.21.1"
10453source = "registry+https://github.com/rust-lang/crates.io-index"
10454checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
10455dependencies = [
10456 "indexmap 2.0.0",
10457 "toml_datetime",
10458 "winnow 0.5.15",
10459]
10460
10461[[package]]
10462name = "toml_edit"
10463version = "0.22.6"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
10466dependencies = [
10467 "indexmap 2.0.0",
10468 "serde",
10469 "serde_spanned",
10470 "toml_datetime",
10471 "winnow 0.6.1",
10472]
10473
10474[[package]]
10475name = "tower"
10476version = "0.4.13"
10477source = "registry+https://github.com/rust-lang/crates.io-index"
10478checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
10479dependencies = [
10480 "futures-core",
10481 "futures-util",
10482 "pin-project",
10483 "pin-project-lite",
10484 "tokio",
10485 "tower-layer",
10486 "tower-service",
10487 "tracing",
10488]
10489
10490[[package]]
10491name = "tower-http"
10492version = "0.3.5"
10493source = "registry+https://github.com/rust-lang/crates.io-index"
10494checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
10495dependencies = [
10496 "bitflags 1.3.2",
10497 "bytes 1.5.0",
10498 "futures-core",
10499 "futures-util",
10500 "http 0.2.9",
10501 "http-body",
10502 "http-range-header",
10503 "pin-project-lite",
10504 "tower-layer",
10505 "tower-service",
10506]
10507
10508[[package]]
10509name = "tower-http"
10510version = "0.4.4"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
10513dependencies = [
10514 "bitflags 2.4.2",
10515 "bytes 1.5.0",
10516 "futures-core",
10517 "futures-util",
10518 "http 0.2.9",
10519 "http-body",
10520 "http-range-header",
10521 "pin-project-lite",
10522 "tower-layer",
10523 "tower-service",
10524 "tracing",
10525]
10526
10527[[package]]
10528name = "tower-layer"
10529version = "0.3.2"
10530source = "registry+https://github.com/rust-lang/crates.io-index"
10531checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
10532
10533[[package]]
10534name = "tower-service"
10535version = "0.3.2"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
10538
10539[[package]]
10540name = "tracing"
10541version = "0.1.40"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
10544dependencies = [
10545 "log",
10546 "pin-project-lite",
10547 "tracing-attributes",
10548 "tracing-core",
10549]
10550
10551[[package]]
10552name = "tracing-attributes"
10553version = "0.1.27"
10554source = "registry+https://github.com/rust-lang/crates.io-index"
10555checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
10556dependencies = [
10557 "proc-macro2",
10558 "quote",
10559 "syn 2.0.59",
10560]
10561
10562[[package]]
10563name = "tracing-core"
10564version = "0.1.32"
10565source = "registry+https://github.com/rust-lang/crates.io-index"
10566checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
10567dependencies = [
10568 "once_cell",
10569 "valuable",
10570]
10571
10572[[package]]
10573name = "tracing-futures"
10574version = "0.2.5"
10575source = "registry+https://github.com/rust-lang/crates.io-index"
10576checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
10577dependencies = [
10578 "pin-project",
10579 "tracing",
10580]
10581
10582[[package]]
10583name = "tracing-log"
10584version = "0.2.0"
10585source = "registry+https://github.com/rust-lang/crates.io-index"
10586checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
10587dependencies = [
10588 "log",
10589 "once_cell",
10590 "tracing-core",
10591]
10592
10593[[package]]
10594name = "tracing-serde"
10595version = "0.1.3"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
10598dependencies = [
10599 "serde",
10600 "tracing-core",
10601]
10602
10603[[package]]
10604name = "tracing-subscriber"
10605version = "0.3.18"
10606source = "registry+https://github.com/rust-lang/crates.io-index"
10607checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
10608dependencies = [
10609 "matchers",
10610 "nu-ansi-term",
10611 "once_cell",
10612 "regex",
10613 "serde",
10614 "serde_json",
10615 "sharded-slab",
10616 "smallvec",
10617 "thread_local",
10618 "tracing",
10619 "tracing-core",
10620 "tracing-log",
10621 "tracing-serde",
10622]
10623
10624[[package]]
10625name = "tree-sitter"
10626version = "0.20.100"
10627source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
10628dependencies = [
10629 "cc",
10630 "regex",
10631 "wasmtime-c-api-impl",
10632]
10633
10634[[package]]
10635name = "tree-sitter-bash"
10636version = "0.20.4"
10637source = "git+https://github.com/tree-sitter/tree-sitter-bash?rev=7331995b19b8f8aba2d5e26deb51d2195c18bc94#7331995b19b8f8aba2d5e26deb51d2195c18bc94"
10638dependencies = [
10639 "cc",
10640 "tree-sitter",
10641]
10642
10643[[package]]
10644name = "tree-sitter-c"
10645version = "0.20.6"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
10648dependencies = [
10649 "cc",
10650 "tree-sitter",
10651]
10652
10653[[package]]
10654name = "tree-sitter-cpp"
10655version = "0.20.0"
10656source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=f44509141e7e483323d2ec178f2d2e6c0fc041c1#f44509141e7e483323d2ec178f2d2e6c0fc041c1"
10657dependencies = [
10658 "cc",
10659 "tree-sitter",
10660]
10661
10662[[package]]
10663name = "tree-sitter-css"
10664version = "0.19.0"
10665source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
10666dependencies = [
10667 "cc",
10668 "tree-sitter",
10669]
10670
10671[[package]]
10672name = "tree-sitter-elixir"
10673version = "0.1.0"
10674source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=a2861e88a730287a60c11ea9299c033c7d076e30#a2861e88a730287a60c11ea9299c033c7d076e30"
10675dependencies = [
10676 "cc",
10677 "tree-sitter",
10678]
10679
10680[[package]]
10681name = "tree-sitter-embedded-template"
10682version = "0.20.0"
10683source = "registry+https://github.com/rust-lang/crates.io-index"
10684checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
10685dependencies = [
10686 "cc",
10687 "tree-sitter",
10688]
10689
10690[[package]]
10691name = "tree-sitter-go"
10692version = "0.19.1"
10693source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
10694dependencies = [
10695 "cc",
10696 "tree-sitter",
10697]
10698
10699[[package]]
10700name = "tree-sitter-gomod"
10701version = "1.0.2"
10702source = "git+https://github.com/camdencheek/tree-sitter-go-mod#bbe2fe3be4b87e06a613e685250f473d2267f430"
10703dependencies = [
10704 "cc",
10705 "tree-sitter",
10706]
10707
10708[[package]]
10709name = "tree-sitter-gowork"
10710version = "0.0.1"
10711source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
10712dependencies = [
10713 "cc",
10714 "tree-sitter",
10715]
10716
10717[[package]]
10718name = "tree-sitter-heex"
10719version = "0.0.1"
10720source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
10721dependencies = [
10722 "cc",
10723 "tree-sitter",
10724]
10725
10726[[package]]
10727name = "tree-sitter-html"
10728version = "0.19.0"
10729source = "registry+https://github.com/rust-lang/crates.io-index"
10730checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
10731dependencies = [
10732 "cc",
10733 "tree-sitter",
10734]
10735
10736[[package]]
10737name = "tree-sitter-jsdoc"
10738version = "0.20.0"
10739source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
10740dependencies = [
10741 "cc",
10742 "tree-sitter",
10743]
10744
10745[[package]]
10746name = "tree-sitter-json"
10747version = "0.19.0"
10748source = "registry+https://github.com/rust-lang/crates.io-index"
10749checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
10750dependencies = [
10751 "cc",
10752 "tree-sitter",
10753]
10754
10755[[package]]
10756name = "tree-sitter-json"
10757version = "0.20.0"
10758source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
10759dependencies = [
10760 "cc",
10761 "tree-sitter",
10762]
10763
10764[[package]]
10765name = "tree-sitter-markdown"
10766version = "0.0.1"
10767source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
10768dependencies = [
10769 "cc",
10770 "tree-sitter",
10771]
10772
10773[[package]]
10774name = "tree-sitter-proto"
10775version = "0.0.2"
10776source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
10777dependencies = [
10778 "cc",
10779 "tree-sitter",
10780]
10781
10782[[package]]
10783name = "tree-sitter-python"
10784version = "0.20.4"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
10787dependencies = [
10788 "cc",
10789 "tree-sitter",
10790]
10791
10792[[package]]
10793name = "tree-sitter-regex"
10794version = "0.20.0"
10795source = "registry+https://github.com/rust-lang/crates.io-index"
10796checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
10797dependencies = [
10798 "cc",
10799 "tree-sitter",
10800]
10801
10802[[package]]
10803name = "tree-sitter-ruby"
10804version = "0.20.0"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
10807dependencies = [
10808 "cc",
10809 "tree-sitter",
10810]
10811
10812[[package]]
10813name = "tree-sitter-rust"
10814version = "0.20.4"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
10817dependencies = [
10818 "cc",
10819 "tree-sitter",
10820]
10821
10822[[package]]
10823name = "tree-sitter-typescript"
10824version = "0.20.2"
10825source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
10826dependencies = [
10827 "cc",
10828 "tree-sitter",
10829]
10830
10831[[package]]
10832name = "tree-sitter-yaml"
10833version = "0.0.1"
10834source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=f545a41f57502e1b5ddf2a6668896c1b0620f930#f545a41f57502e1b5ddf2a6668896c1b0620f930"
10835dependencies = [
10836 "cc",
10837 "tree-sitter",
10838]
10839
10840[[package]]
10841name = "try-lock"
10842version = "0.2.4"
10843source = "registry+https://github.com/rust-lang/crates.io-index"
10844checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
10845
10846[[package]]
10847name = "ttf-parser"
10848version = "0.20.0"
10849source = "registry+https://github.com/rust-lang/crates.io-index"
10850checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
10851
10852[[package]]
10853name = "tungstenite"
10854version = "0.16.0"
10855source = "registry+https://github.com/rust-lang/crates.io-index"
10856checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
10857dependencies = [
10858 "base64 0.13.1",
10859 "byteorder",
10860 "bytes 1.5.0",
10861 "http 0.2.9",
10862 "httparse",
10863 "log",
10864 "native-tls",
10865 "rand 0.8.5",
10866 "sha-1",
10867 "thiserror",
10868 "url",
10869 "utf-8",
10870]
10871
10872[[package]]
10873name = "tungstenite"
10874version = "0.20.1"
10875source = "registry+https://github.com/rust-lang/crates.io-index"
10876checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
10877dependencies = [
10878 "byteorder",
10879 "bytes 1.5.0",
10880 "data-encoding",
10881 "http 0.2.9",
10882 "httparse",
10883 "log",
10884 "rand 0.8.5",
10885 "sha1",
10886 "thiserror",
10887 "url",
10888 "utf-8",
10889]
10890
10891[[package]]
10892name = "typenum"
10893version = "1.17.0"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
10896
10897[[package]]
10898name = "uds_windows"
10899version = "1.1.0"
10900source = "registry+https://github.com/rust-lang/crates.io-index"
10901checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
10902dependencies = [
10903 "memoffset",
10904 "tempfile",
10905 "winapi",
10906]
10907
10908[[package]]
10909name = "ui"
10910version = "0.1.0"
10911dependencies = [
10912 "chrono",
10913 "gpui",
10914 "itertools 0.11.0",
10915 "menu",
10916 "settings",
10917 "smallvec",
10918 "story",
10919 "strum",
10920 "theme",
10921 "windows 0.53.0",
10922]
10923
10924[[package]]
10925name = "ui_text_field"
10926version = "0.1.0"
10927dependencies = [
10928 "editor",
10929 "gpui",
10930 "settings",
10931 "theme",
10932 "ui",
10933]
10934
10935[[package]]
10936name = "unicase"
10937version = "2.7.0"
10938source = "registry+https://github.com/rust-lang/crates.io-index"
10939checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
10940dependencies = [
10941 "version_check",
10942]
10943
10944[[package]]
10945name = "unicode-bidi"
10946version = "0.3.13"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
10949
10950[[package]]
10951name = "unicode-bidi-mirroring"
10952version = "0.1.0"
10953source = "registry+https://github.com/rust-lang/crates.io-index"
10954checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
10955
10956[[package]]
10957name = "unicode-ccc"
10958version = "0.1.2"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
10961
10962[[package]]
10963name = "unicode-ident"
10964version = "1.0.12"
10965source = "registry+https://github.com/rust-lang/crates.io-index"
10966checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
10967
10968[[package]]
10969name = "unicode-linebreak"
10970version = "0.1.5"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
10973
10974[[package]]
10975name = "unicode-normalization"
10976version = "0.1.22"
10977source = "registry+https://github.com/rust-lang/crates.io-index"
10978checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
10979dependencies = [
10980 "tinyvec",
10981]
10982
10983[[package]]
10984name = "unicode-properties"
10985version = "0.1.1"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
10988
10989[[package]]
10990name = "unicode-script"
10991version = "0.5.5"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
10994
10995[[package]]
10996name = "unicode-segmentation"
10997version = "1.10.1"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11000
11001[[package]]
11002name = "unicode-width"
11003version = "0.1.11"
11004source = "registry+https://github.com/rust-lang/crates.io-index"
11005checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11006
11007[[package]]
11008name = "unicode-xid"
11009version = "0.2.4"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11012
11013[[package]]
11014name = "unicode_categories"
11015version = "0.1.1"
11016source = "registry+https://github.com/rust-lang/crates.io-index"
11017checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11018
11019[[package]]
11020name = "unindent"
11021version = "0.1.11"
11022source = "registry+https://github.com/rust-lang/crates.io-index"
11023checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11024
11025[[package]]
11026name = "untrusted"
11027version = "0.7.1"
11028source = "registry+https://github.com/rust-lang/crates.io-index"
11029checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
11030
11031[[package]]
11032name = "untrusted"
11033version = "0.9.0"
11034source = "registry+https://github.com/rust-lang/crates.io-index"
11035checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11036
11037[[package]]
11038name = "url"
11039version = "2.5.0"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11042dependencies = [
11043 "form_urlencoded",
11044 "idna",
11045 "percent-encoding",
11046 "serde",
11047]
11048
11049[[package]]
11050name = "urlencoding"
11051version = "2.1.3"
11052source = "registry+https://github.com/rust-lang/crates.io-index"
11053checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11054
11055[[package]]
11056name = "usvg"
11057version = "0.41.0"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11060dependencies = [
11061 "base64 0.22.0",
11062 "data-url",
11063 "flate2",
11064 "imagesize",
11065 "kurbo",
11066 "log",
11067 "pico-args",
11068 "roxmltree",
11069 "simplecss",
11070 "siphasher 1.0.1",
11071 "strict-num",
11072 "svgtypes",
11073 "tiny-skia-path",
11074 "xmlwriter",
11075]
11076
11077[[package]]
11078name = "utf-8"
11079version = "0.7.6"
11080source = "registry+https://github.com/rust-lang/crates.io-index"
11081checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11082
11083[[package]]
11084name = "utf8parse"
11085version = "0.2.1"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11088
11089[[package]]
11090name = "util"
11091version = "0.1.0"
11092dependencies = [
11093 "anyhow",
11094 "async-fs 1.6.0",
11095 "collections",
11096 "dirs 3.0.2",
11097 "futures 0.3.28",
11098 "futures-lite 1.13.0",
11099 "git2",
11100 "globset",
11101 "isahc",
11102 "lazy_static",
11103 "log",
11104 "rand 0.8.5",
11105 "regex",
11106 "rust-embed",
11107 "serde",
11108 "serde_json",
11109 "take-until",
11110 "tempfile",
11111 "tendril",
11112 "unicase",
11113 "url",
11114]
11115
11116[[package]]
11117name = "uuid"
11118version = "1.4.1"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
11121dependencies = [
11122 "getrandom 0.2.10",
11123 "serde",
11124 "sha1_smol",
11125]
11126
11127[[package]]
11128name = "valuable"
11129version = "0.1.0"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11132
11133[[package]]
11134name = "value-bag"
11135version = "1.4.1"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
11138dependencies = [
11139 "value-bag-serde1",
11140 "value-bag-sval2",
11141]
11142
11143[[package]]
11144name = "value-bag-serde1"
11145version = "1.4.1"
11146source = "registry+https://github.com/rust-lang/crates.io-index"
11147checksum = "b0b9f3feef403a50d4d67e9741a6d8fc688bcbb4e4f31bd4aab72cc690284394"
11148dependencies = [
11149 "erased-serde",
11150 "serde",
11151 "serde_fmt",
11152]
11153
11154[[package]]
11155name = "value-bag-sval2"
11156version = "1.4.1"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "30b24f4146b6f3361e91cbf527d1fb35e9376c3c0cef72ca5ec5af6d640fad7d"
11159dependencies = [
11160 "sval",
11161 "sval_buffer",
11162 "sval_dynamic",
11163 "sval_fmt",
11164 "sval_json",
11165 "sval_ref",
11166 "sval_serde",
11167]
11168
11169[[package]]
11170name = "vcpkg"
11171version = "0.2.15"
11172source = "registry+https://github.com/rust-lang/crates.io-index"
11173checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11174
11175[[package]]
11176name = "vcs_menu"
11177version = "0.1.0"
11178dependencies = [
11179 "anyhow",
11180 "fuzzy",
11181 "git",
11182 "gpui",
11183 "picker",
11184 "ui",
11185 "util",
11186 "workspace",
11187]
11188
11189[[package]]
11190name = "version_check"
11191version = "0.9.4"
11192source = "registry+https://github.com/rust-lang/crates.io-index"
11193checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11194
11195[[package]]
11196name = "vim"
11197version = "0.1.0"
11198dependencies = [
11199 "anyhow",
11200 "async-compat",
11201 "async-trait",
11202 "collections",
11203 "command_palette",
11204 "command_palette_hooks",
11205 "editor",
11206 "futures 0.3.28",
11207 "gpui",
11208 "indoc",
11209 "itertools 0.11.0",
11210 "language",
11211 "log",
11212 "lsp",
11213 "nvim-rs",
11214 "parking_lot",
11215 "regex",
11216 "release_channel",
11217 "schemars",
11218 "search",
11219 "serde",
11220 "serde_derive",
11221 "serde_json",
11222 "settings",
11223 "tokio",
11224 "ui",
11225 "util",
11226 "workspace",
11227 "zed_actions",
11228]
11229
11230[[package]]
11231name = "vscode_theme"
11232version = "0.2.0"
11233source = "registry+https://github.com/rust-lang/crates.io-index"
11234checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
11235dependencies = [
11236 "serde",
11237]
11238
11239[[package]]
11240name = "vsimd"
11241version = "0.8.0"
11242source = "registry+https://github.com/rust-lang/crates.io-index"
11243checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
11244
11245[[package]]
11246name = "vswhom"
11247version = "0.1.0"
11248source = "registry+https://github.com/rust-lang/crates.io-index"
11249checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
11250dependencies = [
11251 "libc",
11252 "vswhom-sys",
11253]
11254
11255[[package]]
11256name = "vswhom-sys"
11257version = "0.1.2"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
11260dependencies = [
11261 "cc",
11262 "libc",
11263]
11264
11265[[package]]
11266name = "vte"
11267version = "0.13.0"
11268source = "registry+https://github.com/rust-lang/crates.io-index"
11269checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
11270dependencies = [
11271 "bitflags 2.4.2",
11272 "cursor-icon",
11273 "log",
11274 "serde",
11275 "utf8parse",
11276 "vte_generate_state_changes",
11277]
11278
11279[[package]]
11280name = "vte_generate_state_changes"
11281version = "0.1.1"
11282source = "registry+https://github.com/rust-lang/crates.io-index"
11283checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
11284dependencies = [
11285 "proc-macro2",
11286 "quote",
11287]
11288
11289[[package]]
11290name = "waker-fn"
11291version = "1.1.0"
11292source = "registry+https://github.com/rust-lang/crates.io-index"
11293checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
11294
11295[[package]]
11296name = "walkdir"
11297version = "2.4.0"
11298source = "registry+https://github.com/rust-lang/crates.io-index"
11299checksum = "d71d857dc86794ca4c280d616f7da00d2dbfd8cd788846559a6813e6aa4b54ee"
11300dependencies = [
11301 "same-file",
11302 "winapi-util",
11303]
11304
11305[[package]]
11306name = "want"
11307version = "0.3.1"
11308source = "registry+https://github.com/rust-lang/crates.io-index"
11309checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
11310dependencies = [
11311 "try-lock",
11312]
11313
11314[[package]]
11315name = "wasi"
11316version = "0.9.0+wasi-snapshot-preview1"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
11319
11320[[package]]
11321name = "wasi"
11322version = "0.11.0+wasi-snapshot-preview1"
11323source = "registry+https://github.com/rust-lang/crates.io-index"
11324checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
11325
11326[[package]]
11327name = "wasm-bindgen"
11328version = "0.2.92"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
11331dependencies = [
11332 "cfg-if",
11333 "wasm-bindgen-macro",
11334]
11335
11336[[package]]
11337name = "wasm-bindgen-backend"
11338version = "0.2.92"
11339source = "registry+https://github.com/rust-lang/crates.io-index"
11340checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
11341dependencies = [
11342 "bumpalo",
11343 "log",
11344 "once_cell",
11345 "proc-macro2",
11346 "quote",
11347 "syn 2.0.59",
11348 "wasm-bindgen-shared",
11349]
11350
11351[[package]]
11352name = "wasm-bindgen-futures"
11353version = "0.4.37"
11354source = "registry+https://github.com/rust-lang/crates.io-index"
11355checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
11356dependencies = [
11357 "cfg-if",
11358 "js-sys",
11359 "wasm-bindgen",
11360 "web-sys",
11361]
11362
11363[[package]]
11364name = "wasm-bindgen-macro"
11365version = "0.2.92"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
11368dependencies = [
11369 "quote",
11370 "wasm-bindgen-macro-support",
11371]
11372
11373[[package]]
11374name = "wasm-bindgen-macro-support"
11375version = "0.2.92"
11376source = "registry+https://github.com/rust-lang/crates.io-index"
11377checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
11378dependencies = [
11379 "proc-macro2",
11380 "quote",
11381 "syn 2.0.59",
11382 "wasm-bindgen-backend",
11383 "wasm-bindgen-shared",
11384]
11385
11386[[package]]
11387name = "wasm-bindgen-shared"
11388version = "0.2.92"
11389source = "registry+https://github.com/rust-lang/crates.io-index"
11390checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
11391
11392[[package]]
11393name = "wasm-encoder"
11394version = "0.201.0"
11395source = "registry+https://github.com/rust-lang/crates.io-index"
11396checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
11397dependencies = [
11398 "leb128",
11399]
11400
11401[[package]]
11402name = "wasm-metadata"
11403version = "0.201.0"
11404source = "registry+https://github.com/rust-lang/crates.io-index"
11405checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
11406dependencies = [
11407 "anyhow",
11408 "indexmap 2.0.0",
11409 "serde",
11410 "serde_derive",
11411 "serde_json",
11412 "spdx",
11413 "wasm-encoder",
11414 "wasmparser",
11415]
11416
11417[[package]]
11418name = "wasmparser"
11419version = "0.201.0"
11420source = "registry+https://github.com/rust-lang/crates.io-index"
11421checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
11422dependencies = [
11423 "bitflags 2.4.2",
11424 "indexmap 2.0.0",
11425 "semver",
11426]
11427
11428[[package]]
11429name = "wasmprinter"
11430version = "0.201.0"
11431source = "registry+https://github.com/rust-lang/crates.io-index"
11432checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
11433dependencies = [
11434 "anyhow",
11435 "wasmparser",
11436]
11437
11438[[package]]
11439name = "wasmtime"
11440version = "19.0.0"
11441source = "registry+https://github.com/rust-lang/crates.io-index"
11442checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
11443dependencies = [
11444 "anyhow",
11445 "async-trait",
11446 "bincode",
11447 "bumpalo",
11448 "cfg-if",
11449 "encoding_rs",
11450 "gimli",
11451 "indexmap 2.0.0",
11452 "libc",
11453 "log",
11454 "object",
11455 "once_cell",
11456 "paste",
11457 "rustix 0.38.32",
11458 "semver",
11459 "serde",
11460 "serde_derive",
11461 "serde_json",
11462 "target-lexicon",
11463 "wasmparser",
11464 "wasmtime-component-macro",
11465 "wasmtime-component-util",
11466 "wasmtime-cranelift",
11467 "wasmtime-environ",
11468 "wasmtime-fiber",
11469 "wasmtime-jit-icache-coherence",
11470 "wasmtime-runtime",
11471 "wasmtime-slab",
11472 "wasmtime-winch",
11473 "windows-sys 0.52.0",
11474]
11475
11476[[package]]
11477name = "wasmtime-asm-macros"
11478version = "19.0.0"
11479source = "registry+https://github.com/rust-lang/crates.io-index"
11480checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
11481dependencies = [
11482 "cfg-if",
11483]
11484
11485[[package]]
11486name = "wasmtime-c-api-impl"
11487version = "19.0.0"
11488source = "registry+https://github.com/rust-lang/crates.io-index"
11489checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
11490dependencies = [
11491 "anyhow",
11492 "log",
11493 "once_cell",
11494 "tracing",
11495 "wasmtime",
11496 "wasmtime-c-api-macros",
11497]
11498
11499[[package]]
11500name = "wasmtime-c-api-macros"
11501version = "19.0.0"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
11504dependencies = [
11505 "proc-macro2",
11506 "quote",
11507]
11508
11509[[package]]
11510name = "wasmtime-component-macro"
11511version = "19.0.0"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
11514dependencies = [
11515 "anyhow",
11516 "proc-macro2",
11517 "quote",
11518 "syn 2.0.59",
11519 "wasmtime-component-util",
11520 "wasmtime-wit-bindgen",
11521 "wit-parser",
11522]
11523
11524[[package]]
11525name = "wasmtime-component-util"
11526version = "19.0.0"
11527source = "registry+https://github.com/rust-lang/crates.io-index"
11528checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
11529
11530[[package]]
11531name = "wasmtime-cranelift"
11532version = "19.0.0"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
11535dependencies = [
11536 "anyhow",
11537 "cfg-if",
11538 "cranelift-codegen",
11539 "cranelift-control",
11540 "cranelift-entity",
11541 "cranelift-frontend",
11542 "cranelift-native",
11543 "cranelift-wasm",
11544 "gimli",
11545 "log",
11546 "object",
11547 "target-lexicon",
11548 "thiserror",
11549 "wasmparser",
11550 "wasmtime-cranelift-shared",
11551 "wasmtime-environ",
11552 "wasmtime-versioned-export-macros",
11553]
11554
11555[[package]]
11556name = "wasmtime-cranelift-shared"
11557version = "19.0.0"
11558source = "registry+https://github.com/rust-lang/crates.io-index"
11559checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
11560dependencies = [
11561 "anyhow",
11562 "cranelift-codegen",
11563 "cranelift-control",
11564 "cranelift-native",
11565 "gimli",
11566 "object",
11567 "target-lexicon",
11568 "wasmtime-environ",
11569]
11570
11571[[package]]
11572name = "wasmtime-environ"
11573version = "19.0.0"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
11576dependencies = [
11577 "anyhow",
11578 "bincode",
11579 "cpp_demangle",
11580 "cranelift-entity",
11581 "gimli",
11582 "indexmap 2.0.0",
11583 "log",
11584 "object",
11585 "rustc-demangle",
11586 "serde",
11587 "serde_derive",
11588 "target-lexicon",
11589 "thiserror",
11590 "wasm-encoder",
11591 "wasmparser",
11592 "wasmprinter",
11593 "wasmtime-component-util",
11594 "wasmtime-types",
11595]
11596
11597[[package]]
11598name = "wasmtime-fiber"
11599version = "19.0.0"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
11602dependencies = [
11603 "anyhow",
11604 "cc",
11605 "cfg-if",
11606 "rustix 0.38.32",
11607 "wasmtime-asm-macros",
11608 "wasmtime-versioned-export-macros",
11609 "windows-sys 0.52.0",
11610]
11611
11612[[package]]
11613name = "wasmtime-jit-icache-coherence"
11614version = "19.0.0"
11615source = "registry+https://github.com/rust-lang/crates.io-index"
11616checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
11617dependencies = [
11618 "cfg-if",
11619 "libc",
11620 "windows-sys 0.52.0",
11621]
11622
11623[[package]]
11624name = "wasmtime-runtime"
11625version = "19.0.0"
11626source = "registry+https://github.com/rust-lang/crates.io-index"
11627checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
11628dependencies = [
11629 "anyhow",
11630 "cc",
11631 "cfg-if",
11632 "encoding_rs",
11633 "indexmap 2.0.0",
11634 "libc",
11635 "log",
11636 "mach",
11637 "memfd",
11638 "memoffset",
11639 "paste",
11640 "psm",
11641 "rustix 0.38.32",
11642 "sptr",
11643 "wasm-encoder",
11644 "wasmtime-asm-macros",
11645 "wasmtime-environ",
11646 "wasmtime-fiber",
11647 "wasmtime-versioned-export-macros",
11648 "wasmtime-wmemcheck",
11649 "windows-sys 0.52.0",
11650]
11651
11652[[package]]
11653name = "wasmtime-slab"
11654version = "19.0.0"
11655source = "registry+https://github.com/rust-lang/crates.io-index"
11656checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
11657
11658[[package]]
11659name = "wasmtime-types"
11660version = "19.0.0"
11661source = "registry+https://github.com/rust-lang/crates.io-index"
11662checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
11663dependencies = [
11664 "cranelift-entity",
11665 "serde",
11666 "serde_derive",
11667 "thiserror",
11668 "wasmparser",
11669]
11670
11671[[package]]
11672name = "wasmtime-versioned-export-macros"
11673version = "19.0.0"
11674source = "registry+https://github.com/rust-lang/crates.io-index"
11675checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
11676dependencies = [
11677 "proc-macro2",
11678 "quote",
11679 "syn 2.0.59",
11680]
11681
11682[[package]]
11683name = "wasmtime-wasi"
11684version = "19.0.0"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
11687dependencies = [
11688 "anyhow",
11689 "async-trait",
11690 "bitflags 2.4.2",
11691 "bytes 1.5.0",
11692 "cap-fs-ext",
11693 "cap-net-ext",
11694 "cap-rand",
11695 "cap-std",
11696 "cap-time-ext",
11697 "fs-set-times",
11698 "futures 0.3.28",
11699 "io-extras",
11700 "io-lifetimes 2.0.3",
11701 "once_cell",
11702 "rustix 0.38.32",
11703 "system-interface",
11704 "thiserror",
11705 "tokio",
11706 "tracing",
11707 "url",
11708 "wasmtime",
11709 "wiggle",
11710 "windows-sys 0.52.0",
11711]
11712
11713[[package]]
11714name = "wasmtime-winch"
11715version = "19.0.0"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
11718dependencies = [
11719 "anyhow",
11720 "cranelift-codegen",
11721 "gimli",
11722 "object",
11723 "target-lexicon",
11724 "wasmparser",
11725 "wasmtime-cranelift-shared",
11726 "wasmtime-environ",
11727 "winch-codegen",
11728]
11729
11730[[package]]
11731name = "wasmtime-wit-bindgen"
11732version = "19.0.0"
11733source = "registry+https://github.com/rust-lang/crates.io-index"
11734checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
11735dependencies = [
11736 "anyhow",
11737 "heck 0.4.1",
11738 "indexmap 2.0.0",
11739 "wit-parser",
11740]
11741
11742[[package]]
11743name = "wasmtime-wmemcheck"
11744version = "19.0.0"
11745source = "registry+https://github.com/rust-lang/crates.io-index"
11746checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
11747
11748[[package]]
11749name = "wast"
11750version = "35.0.2"
11751source = "registry+https://github.com/rust-lang/crates.io-index"
11752checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
11753dependencies = [
11754 "leb128",
11755]
11756
11757[[package]]
11758name = "wayland-backend"
11759version = "0.3.3"
11760source = "registry+https://github.com/rust-lang/crates.io-index"
11761checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
11762dependencies = [
11763 "cc",
11764 "downcast-rs",
11765 "rustix 0.38.32",
11766 "scoped-tls",
11767 "smallvec",
11768 "wayland-sys",
11769]
11770
11771[[package]]
11772name = "wayland-client"
11773version = "0.31.2"
11774source = "registry+https://github.com/rust-lang/crates.io-index"
11775checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
11776dependencies = [
11777 "bitflags 2.4.2",
11778 "rustix 0.38.32",
11779 "wayland-backend",
11780 "wayland-scanner",
11781]
11782
11783[[package]]
11784name = "wayland-csd-frame"
11785version = "0.3.0"
11786source = "registry+https://github.com/rust-lang/crates.io-index"
11787checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
11788dependencies = [
11789 "bitflags 2.4.2",
11790 "cursor-icon",
11791 "wayland-backend",
11792]
11793
11794[[package]]
11795name = "wayland-cursor"
11796version = "0.31.1"
11797source = "registry+https://github.com/rust-lang/crates.io-index"
11798checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
11799dependencies = [
11800 "rustix 0.38.32",
11801 "wayland-client",
11802 "xcursor",
11803]
11804
11805[[package]]
11806name = "wayland-protocols"
11807version = "0.31.2"
11808source = "registry+https://github.com/rust-lang/crates.io-index"
11809checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
11810dependencies = [
11811 "bitflags 2.4.2",
11812 "wayland-backend",
11813 "wayland-client",
11814 "wayland-scanner",
11815]
11816
11817[[package]]
11818name = "wayland-protocols-plasma"
11819version = "0.2.0"
11820source = "registry+https://github.com/rust-lang/crates.io-index"
11821checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
11822dependencies = [
11823 "bitflags 2.4.2",
11824 "wayland-backend",
11825 "wayland-client",
11826 "wayland-protocols",
11827 "wayland-scanner",
11828]
11829
11830[[package]]
11831name = "wayland-protocols-wlr"
11832version = "0.2.0"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
11835dependencies = [
11836 "bitflags 2.4.2",
11837 "wayland-backend",
11838 "wayland-client",
11839 "wayland-protocols",
11840 "wayland-scanner",
11841]
11842
11843[[package]]
11844name = "wayland-scanner"
11845version = "0.31.1"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
11848dependencies = [
11849 "proc-macro2",
11850 "quick-xml 0.31.0",
11851 "quote",
11852]
11853
11854[[package]]
11855name = "wayland-sys"
11856version = "0.31.1"
11857source = "registry+https://github.com/rust-lang/crates.io-index"
11858checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
11859dependencies = [
11860 "dlib",
11861 "log",
11862 "once_cell",
11863 "pkg-config",
11864]
11865
11866[[package]]
11867name = "web-sys"
11868version = "0.3.64"
11869source = "registry+https://github.com/rust-lang/crates.io-index"
11870checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
11871dependencies = [
11872 "js-sys",
11873 "wasm-bindgen",
11874]
11875
11876[[package]]
11877name = "webpki-roots"
11878version = "0.24.0"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
11881dependencies = [
11882 "rustls-webpki",
11883]
11884
11885[[package]]
11886name = "weezl"
11887version = "0.1.8"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
11890
11891[[package]]
11892name = "welcome"
11893version = "0.1.0"
11894dependencies = [
11895 "anyhow",
11896 "client",
11897 "db",
11898 "editor",
11899 "extensions_ui",
11900 "fuzzy",
11901 "gpui",
11902 "inline_completion_button",
11903 "install_cli",
11904 "picker",
11905 "project",
11906 "schemars",
11907 "serde",
11908 "settings",
11909 "theme_selector",
11910 "ui",
11911 "util",
11912 "vim",
11913 "workspace",
11914]
11915
11916[[package]]
11917name = "which"
11918version = "4.4.2"
11919source = "registry+https://github.com/rust-lang/crates.io-index"
11920checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
11921dependencies = [
11922 "either",
11923 "home",
11924 "once_cell",
11925 "rustix 0.38.32",
11926]
11927
11928[[package]]
11929name = "which"
11930version = "6.0.0"
11931source = "registry+https://github.com/rust-lang/crates.io-index"
11932checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
11933dependencies = [
11934 "either",
11935 "home",
11936 "once_cell",
11937 "rustix 0.38.32",
11938 "windows-sys 0.52.0",
11939]
11940
11941[[package]]
11942name = "whoami"
11943version = "1.4.1"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
11946
11947[[package]]
11948name = "wiggle"
11949version = "19.0.0"
11950source = "registry+https://github.com/rust-lang/crates.io-index"
11951checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
11952dependencies = [
11953 "anyhow",
11954 "async-trait",
11955 "bitflags 2.4.2",
11956 "thiserror",
11957 "tracing",
11958 "wasmtime",
11959 "wiggle-macro",
11960]
11961
11962[[package]]
11963name = "wiggle-generate"
11964version = "19.0.0"
11965source = "registry+https://github.com/rust-lang/crates.io-index"
11966checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
11967dependencies = [
11968 "anyhow",
11969 "heck 0.4.1",
11970 "proc-macro2",
11971 "quote",
11972 "shellexpand",
11973 "syn 2.0.59",
11974 "witx",
11975]
11976
11977[[package]]
11978name = "wiggle-macro"
11979version = "19.0.0"
11980source = "registry+https://github.com/rust-lang/crates.io-index"
11981checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
11982dependencies = [
11983 "proc-macro2",
11984 "quote",
11985 "syn 2.0.59",
11986 "wiggle-generate",
11987]
11988
11989[[package]]
11990name = "winapi"
11991version = "0.3.9"
11992source = "registry+https://github.com/rust-lang/crates.io-index"
11993checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
11994dependencies = [
11995 "winapi-i686-pc-windows-gnu",
11996 "winapi-x86_64-pc-windows-gnu",
11997]
11998
11999[[package]]
12000name = "winapi-i686-pc-windows-gnu"
12001version = "0.4.0"
12002source = "registry+https://github.com/rust-lang/crates.io-index"
12003checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12004
12005[[package]]
12006name = "winapi-util"
12007version = "0.1.6"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
12010dependencies = [
12011 "winapi",
12012]
12013
12014[[package]]
12015name = "winapi-x86_64-pc-windows-gnu"
12016version = "0.4.0"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12019
12020[[package]]
12021name = "winch-codegen"
12022version = "0.17.0"
12023source = "registry+https://github.com/rust-lang/crates.io-index"
12024checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12025dependencies = [
12026 "anyhow",
12027 "cranelift-codegen",
12028 "gimli",
12029 "regalloc2",
12030 "smallvec",
12031 "target-lexicon",
12032 "wasmparser",
12033 "wasmtime-environ",
12034]
12035
12036[[package]]
12037name = "windows"
12038version = "0.46.0"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12041dependencies = [
12042 "windows-targets 0.42.2",
12043]
12044
12045[[package]]
12046name = "windows"
12047version = "0.48.0"
12048source = "registry+https://github.com/rust-lang/crates.io-index"
12049checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12050dependencies = [
12051 "windows-targets 0.48.5",
12052]
12053
12054[[package]]
12055name = "windows"
12056version = "0.52.0"
12057source = "registry+https://github.com/rust-lang/crates.io-index"
12058checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12059dependencies = [
12060 "windows-core 0.52.0",
12061 "windows-targets 0.52.4",
12062]
12063
12064[[package]]
12065name = "windows"
12066version = "0.53.0"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538"
12069dependencies = [
12070 "windows-core 0.53.0",
12071 "windows-implement",
12072 "windows-interface",
12073 "windows-targets 0.52.4",
12074]
12075
12076[[package]]
12077name = "windows-core"
12078version = "0.52.0"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12081dependencies = [
12082 "windows-targets 0.52.4",
12083]
12084
12085[[package]]
12086name = "windows-core"
12087version = "0.53.0"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd"
12090dependencies = [
12091 "windows-result",
12092 "windows-targets 0.52.4",
12093]
12094
12095[[package]]
12096name = "windows-implement"
12097version = "0.53.0"
12098source = "registry+https://github.com/rust-lang/crates.io-index"
12099checksum = "942ac266be9249c84ca862f0a164a39533dc2f6f33dc98ec89c8da99b82ea0bd"
12100dependencies = [
12101 "proc-macro2",
12102 "quote",
12103 "syn 2.0.59",
12104]
12105
12106[[package]]
12107name = "windows-interface"
12108version = "0.53.0"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "da33557140a288fae4e1d5f8873aaf9eb6613a9cf82c3e070223ff177f598b60"
12111dependencies = [
12112 "proc-macro2",
12113 "quote",
12114 "syn 2.0.59",
12115]
12116
12117[[package]]
12118name = "windows-result"
12119version = "0.1.0"
12120source = "registry+https://github.com/rust-lang/crates.io-index"
12121checksum = "cd19df78e5168dfb0aedc343d1d1b8d422ab2db6756d2dc3fef75035402a3f64"
12122dependencies = [
12123 "windows-targets 0.52.4",
12124]
12125
12126[[package]]
12127name = "windows-sys"
12128version = "0.45.0"
12129source = "registry+https://github.com/rust-lang/crates.io-index"
12130checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12131dependencies = [
12132 "windows-targets 0.42.2",
12133]
12134
12135[[package]]
12136name = "windows-sys"
12137version = "0.48.0"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12140dependencies = [
12141 "windows-targets 0.48.5",
12142]
12143
12144[[package]]
12145name = "windows-sys"
12146version = "0.52.0"
12147source = "registry+https://github.com/rust-lang/crates.io-index"
12148checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12149dependencies = [
12150 "windows-targets 0.52.4",
12151]
12152
12153[[package]]
12154name = "windows-targets"
12155version = "0.42.2"
12156source = "registry+https://github.com/rust-lang/crates.io-index"
12157checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12158dependencies = [
12159 "windows_aarch64_gnullvm 0.42.2",
12160 "windows_aarch64_msvc 0.42.2",
12161 "windows_i686_gnu 0.42.2",
12162 "windows_i686_msvc 0.42.2",
12163 "windows_x86_64_gnu 0.42.2",
12164 "windows_x86_64_gnullvm 0.42.2",
12165 "windows_x86_64_msvc 0.42.2",
12166]
12167
12168[[package]]
12169name = "windows-targets"
12170version = "0.48.5"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12173dependencies = [
12174 "windows_aarch64_gnullvm 0.48.5",
12175 "windows_aarch64_msvc 0.48.5",
12176 "windows_i686_gnu 0.48.5",
12177 "windows_i686_msvc 0.48.5",
12178 "windows_x86_64_gnu 0.48.5",
12179 "windows_x86_64_gnullvm 0.48.5",
12180 "windows_x86_64_msvc 0.48.5",
12181]
12182
12183[[package]]
12184name = "windows-targets"
12185version = "0.52.4"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
12188dependencies = [
12189 "windows_aarch64_gnullvm 0.52.4",
12190 "windows_aarch64_msvc 0.52.4",
12191 "windows_i686_gnu 0.52.4",
12192 "windows_i686_msvc 0.52.4",
12193 "windows_x86_64_gnu 0.52.4",
12194 "windows_x86_64_gnullvm 0.52.4",
12195 "windows_x86_64_msvc 0.52.4",
12196]
12197
12198[[package]]
12199name = "windows_aarch64_gnullvm"
12200version = "0.42.2"
12201source = "registry+https://github.com/rust-lang/crates.io-index"
12202checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12203
12204[[package]]
12205name = "windows_aarch64_gnullvm"
12206version = "0.48.5"
12207source = "registry+https://github.com/rust-lang/crates.io-index"
12208checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12209
12210[[package]]
12211name = "windows_aarch64_gnullvm"
12212version = "0.52.4"
12213source = "registry+https://github.com/rust-lang/crates.io-index"
12214checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
12215
12216[[package]]
12217name = "windows_aarch64_msvc"
12218version = "0.42.2"
12219source = "registry+https://github.com/rust-lang/crates.io-index"
12220checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12221
12222[[package]]
12223name = "windows_aarch64_msvc"
12224version = "0.48.5"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12227
12228[[package]]
12229name = "windows_aarch64_msvc"
12230version = "0.52.4"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
12233
12234[[package]]
12235name = "windows_i686_gnu"
12236version = "0.42.2"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12239
12240[[package]]
12241name = "windows_i686_gnu"
12242version = "0.48.5"
12243source = "registry+https://github.com/rust-lang/crates.io-index"
12244checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12245
12246[[package]]
12247name = "windows_i686_gnu"
12248version = "0.52.4"
12249source = "registry+https://github.com/rust-lang/crates.io-index"
12250checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
12251
12252[[package]]
12253name = "windows_i686_msvc"
12254version = "0.42.2"
12255source = "registry+https://github.com/rust-lang/crates.io-index"
12256checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
12257
12258[[package]]
12259name = "windows_i686_msvc"
12260version = "0.48.5"
12261source = "registry+https://github.com/rust-lang/crates.io-index"
12262checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
12263
12264[[package]]
12265name = "windows_i686_msvc"
12266version = "0.52.4"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
12269
12270[[package]]
12271name = "windows_x86_64_gnu"
12272version = "0.42.2"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
12275
12276[[package]]
12277name = "windows_x86_64_gnu"
12278version = "0.48.5"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
12281
12282[[package]]
12283name = "windows_x86_64_gnu"
12284version = "0.52.4"
12285source = "registry+https://github.com/rust-lang/crates.io-index"
12286checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
12287
12288[[package]]
12289name = "windows_x86_64_gnullvm"
12290version = "0.42.2"
12291source = "registry+https://github.com/rust-lang/crates.io-index"
12292checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
12293
12294[[package]]
12295name = "windows_x86_64_gnullvm"
12296version = "0.48.5"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
12299
12300[[package]]
12301name = "windows_x86_64_gnullvm"
12302version = "0.52.4"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
12305
12306[[package]]
12307name = "windows_x86_64_msvc"
12308version = "0.42.2"
12309source = "registry+https://github.com/rust-lang/crates.io-index"
12310checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
12311
12312[[package]]
12313name = "windows_x86_64_msvc"
12314version = "0.48.5"
12315source = "registry+https://github.com/rust-lang/crates.io-index"
12316checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
12317
12318[[package]]
12319name = "windows_x86_64_msvc"
12320version = "0.52.4"
12321source = "registry+https://github.com/rust-lang/crates.io-index"
12322checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
12323
12324[[package]]
12325name = "winnow"
12326version = "0.5.15"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
12329dependencies = [
12330 "memchr",
12331]
12332
12333[[package]]
12334name = "winnow"
12335version = "0.6.1"
12336source = "registry+https://github.com/rust-lang/crates.io-index"
12337checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
12338dependencies = [
12339 "memchr",
12340]
12341
12342[[package]]
12343name = "winreg"
12344version = "0.50.0"
12345source = "registry+https://github.com/rust-lang/crates.io-index"
12346checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
12347dependencies = [
12348 "cfg-if",
12349 "windows-sys 0.48.0",
12350]
12351
12352[[package]]
12353name = "winreg"
12354version = "0.52.0"
12355source = "registry+https://github.com/rust-lang/crates.io-index"
12356checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
12357dependencies = [
12358 "cfg-if",
12359 "windows-sys 0.48.0",
12360]
12361
12362[[package]]
12363name = "winresource"
12364version = "0.1.17"
12365source = "registry+https://github.com/rust-lang/crates.io-index"
12366checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
12367dependencies = [
12368 "toml 0.7.8",
12369 "version_check",
12370]
12371
12372[[package]]
12373name = "winx"
12374version = "0.36.3"
12375source = "registry+https://github.com/rust-lang/crates.io-index"
12376checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
12377dependencies = [
12378 "bitflags 2.4.2",
12379 "windows-sys 0.52.0",
12380]
12381
12382[[package]]
12383name = "wio"
12384version = "0.2.2"
12385source = "registry+https://github.com/rust-lang/crates.io-index"
12386checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
12387dependencies = [
12388 "winapi",
12389]
12390
12391[[package]]
12392name = "wit-bindgen"
12393version = "0.22.0"
12394source = "registry+https://github.com/rust-lang/crates.io-index"
12395checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
12396dependencies = [
12397 "bitflags 2.4.2",
12398 "wit-bindgen-rt",
12399 "wit-bindgen-rust-macro",
12400]
12401
12402[[package]]
12403name = "wit-bindgen-core"
12404version = "0.22.0"
12405source = "registry+https://github.com/rust-lang/crates.io-index"
12406checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
12407dependencies = [
12408 "anyhow",
12409 "wit-parser",
12410]
12411
12412[[package]]
12413name = "wit-bindgen-rt"
12414version = "0.22.0"
12415source = "registry+https://github.com/rust-lang/crates.io-index"
12416checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
12417
12418[[package]]
12419name = "wit-bindgen-rust"
12420version = "0.22.0"
12421source = "registry+https://github.com/rust-lang/crates.io-index"
12422checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
12423dependencies = [
12424 "anyhow",
12425 "heck 0.4.1",
12426 "indexmap 2.0.0",
12427 "wasm-metadata",
12428 "wit-bindgen-core",
12429 "wit-component",
12430]
12431
12432[[package]]
12433name = "wit-bindgen-rust-macro"
12434version = "0.22.0"
12435source = "registry+https://github.com/rust-lang/crates.io-index"
12436checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
12437dependencies = [
12438 "anyhow",
12439 "proc-macro2",
12440 "quote",
12441 "syn 2.0.59",
12442 "wit-bindgen-core",
12443 "wit-bindgen-rust",
12444]
12445
12446[[package]]
12447name = "wit-component"
12448version = "0.201.0"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
12451dependencies = [
12452 "anyhow",
12453 "bitflags 2.4.2",
12454 "indexmap 2.0.0",
12455 "log",
12456 "serde",
12457 "serde_derive",
12458 "serde_json",
12459 "wasm-encoder",
12460 "wasm-metadata",
12461 "wasmparser",
12462 "wit-parser",
12463]
12464
12465[[package]]
12466name = "wit-parser"
12467version = "0.201.0"
12468source = "registry+https://github.com/rust-lang/crates.io-index"
12469checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
12470dependencies = [
12471 "anyhow",
12472 "id-arena",
12473 "indexmap 2.0.0",
12474 "log",
12475 "semver",
12476 "serde",
12477 "serde_derive",
12478 "serde_json",
12479 "unicode-xid",
12480 "wasmparser",
12481]
12482
12483[[package]]
12484name = "witx"
12485version = "0.9.1"
12486source = "registry+https://github.com/rust-lang/crates.io-index"
12487checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
12488dependencies = [
12489 "anyhow",
12490 "log",
12491 "thiserror",
12492 "wast",
12493]
12494
12495[[package]]
12496name = "workspace"
12497version = "0.1.0"
12498dependencies = [
12499 "any_vec",
12500 "anyhow",
12501 "async-recursion 1.0.5",
12502 "bincode",
12503 "call",
12504 "client",
12505 "clock",
12506 "collections",
12507 "db",
12508 "derive_more",
12509 "dev_server_projects",
12510 "env_logger",
12511 "fs",
12512 "futures 0.3.28",
12513 "gpui",
12514 "itertools 0.11.0",
12515 "language",
12516 "lazy_static",
12517 "log",
12518 "node_runtime",
12519 "parking_lot",
12520 "postage",
12521 "project",
12522 "schemars",
12523 "serde",
12524 "serde_json",
12525 "settings",
12526 "smallvec",
12527 "sqlez",
12528 "task",
12529 "theme",
12530 "ui",
12531 "util",
12532 "uuid",
12533]
12534
12535[[package]]
12536name = "worktree"
12537version = "0.1.0"
12538dependencies = [
12539 "anyhow",
12540 "client",
12541 "clock",
12542 "collections",
12543 "fs",
12544 "futures 0.3.28",
12545 "fuzzy",
12546 "git",
12547 "git2",
12548 "gpui",
12549 "ignore",
12550 "itertools 0.11.0",
12551 "language",
12552 "log",
12553 "lsp",
12554 "parking_lot",
12555 "postage",
12556 "pretty_assertions",
12557 "rand 0.8.5",
12558 "rpc",
12559 "schemars",
12560 "serde",
12561 "serde_json",
12562 "settings",
12563 "smol",
12564 "sum_tree",
12565 "text",
12566 "util",
12567]
12568
12569[[package]]
12570name = "wyz"
12571version = "0.5.1"
12572source = "registry+https://github.com/rust-lang/crates.io-index"
12573checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
12574dependencies = [
12575 "tap",
12576]
12577
12578[[package]]
12579name = "x11-clipboard"
12580version = "0.9.2"
12581source = "registry+https://github.com/rust-lang/crates.io-index"
12582checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
12583dependencies = [
12584 "libc",
12585 "x11rb",
12586]
12587
12588[[package]]
12589name = "x11rb"
12590version = "0.13.0"
12591source = "registry+https://github.com/rust-lang/crates.io-index"
12592checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
12593dependencies = [
12594 "as-raw-xcb-connection",
12595 "gethostname",
12596 "libc",
12597 "rustix 0.38.32",
12598 "x11rb-protocol",
12599]
12600
12601[[package]]
12602name = "x11rb-protocol"
12603version = "0.13.0"
12604source = "registry+https://github.com/rust-lang/crates.io-index"
12605checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
12606
12607[[package]]
12608name = "xattr"
12609version = "0.2.3"
12610source = "registry+https://github.com/rust-lang/crates.io-index"
12611checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
12612dependencies = [
12613 "libc",
12614]
12615
12616[[package]]
12617name = "xcursor"
12618version = "0.3.5"
12619source = "registry+https://github.com/rust-lang/crates.io-index"
12620checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
12621
12622[[package]]
12623name = "xdg-home"
12624version = "1.1.0"
12625source = "registry+https://github.com/rust-lang/crates.io-index"
12626checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
12627dependencies = [
12628 "libc",
12629 "winapi",
12630]
12631
12632[[package]]
12633name = "xkbcommon"
12634version = "0.7.0"
12635source = "registry+https://github.com/rust-lang/crates.io-index"
12636checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
12637dependencies = [
12638 "as-raw-xcb-connection",
12639 "libc",
12640 "memmap2 0.8.0",
12641 "xkeysym",
12642]
12643
12644[[package]]
12645name = "xkeysym"
12646version = "0.2.0"
12647source = "registry+https://github.com/rust-lang/crates.io-index"
12648checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
12649
12650[[package]]
12651name = "xmlparser"
12652version = "0.13.5"
12653source = "registry+https://github.com/rust-lang/crates.io-index"
12654checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
12655
12656[[package]]
12657name = "xmlwriter"
12658version = "0.1.0"
12659source = "registry+https://github.com/rust-lang/crates.io-index"
12660checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
12661
12662[[package]]
12663name = "xtask"
12664version = "0.1.0"
12665dependencies = [
12666 "anyhow",
12667 "clap 4.4.4",
12668]
12669
12670[[package]]
12671name = "yansi"
12672version = "0.5.1"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
12675
12676[[package]]
12677name = "yazi"
12678version = "0.1.6"
12679source = "registry+https://github.com/rust-lang/crates.io-index"
12680checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
12681
12682[[package]]
12683name = "yeslogic-fontconfig-sys"
12684version = "3.2.0"
12685source = "registry+https://github.com/rust-lang/crates.io-index"
12686checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
12687dependencies = [
12688 "const-cstr",
12689 "dlib",
12690 "once_cell",
12691 "pkg-config",
12692]
12693
12694[[package]]
12695name = "zbus"
12696version = "4.0.1"
12697source = "registry+https://github.com/rust-lang/crates.io-index"
12698checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
12699dependencies = [
12700 "async-broadcast",
12701 "async-executor",
12702 "async-fs 2.1.1",
12703 "async-io 2.3.1",
12704 "async-lock 3.3.0",
12705 "async-process 2.1.0",
12706 "async-recursion 1.0.5",
12707 "async-task",
12708 "async-trait",
12709 "blocking",
12710 "derivative",
12711 "enumflags2",
12712 "event-listener 5.1.0",
12713 "futures-core",
12714 "futures-sink",
12715 "futures-util",
12716 "hex",
12717 "nix 0.27.1",
12718 "ordered-stream",
12719 "rand 0.8.5",
12720 "serde",
12721 "serde_repr",
12722 "sha1",
12723 "static_assertions",
12724 "tracing",
12725 "uds_windows",
12726 "windows-sys 0.52.0",
12727 "xdg-home",
12728 "zbus_macros",
12729 "zbus_names",
12730 "zvariant",
12731]
12732
12733[[package]]
12734name = "zbus_macros"
12735version = "4.0.1"
12736source = "registry+https://github.com/rust-lang/crates.io-index"
12737checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
12738dependencies = [
12739 "proc-macro-crate 1.3.1",
12740 "proc-macro2",
12741 "quote",
12742 "regex",
12743 "syn 1.0.109",
12744 "zvariant_utils",
12745]
12746
12747[[package]]
12748name = "zbus_names"
12749version = "3.0.0"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
12752dependencies = [
12753 "serde",
12754 "static_assertions",
12755 "zvariant",
12756]
12757
12758[[package]]
12759name = "zed"
12760version = "0.136.0"
12761dependencies = [
12762 "activity_indicator",
12763 "anyhow",
12764 "assets",
12765 "assistant",
12766 "assistant2",
12767 "audio",
12768 "auto_update",
12769 "backtrace",
12770 "breadcrumbs",
12771 "call",
12772 "channel",
12773 "chrono",
12774 "clap 4.4.4",
12775 "cli",
12776 "client",
12777 "clock",
12778 "collab_ui",
12779 "collections",
12780 "command_palette",
12781 "copilot",
12782 "db",
12783 "dev_server_projects",
12784 "diagnostics",
12785 "editor",
12786 "env_logger",
12787 "extension",
12788 "extensions_ui",
12789 "feedback",
12790 "file_finder",
12791 "file_icons",
12792 "fs",
12793 "futures 0.3.28",
12794 "git",
12795 "git_hosting_providers",
12796 "go_to_line",
12797 "gpui",
12798 "headless",
12799 "image_viewer",
12800 "inline_completion_button",
12801 "install_cli",
12802 "isahc",
12803 "journal",
12804 "language",
12805 "language_selector",
12806 "language_tools",
12807 "languages",
12808 "log",
12809 "markdown_preview",
12810 "menu",
12811 "mimalloc",
12812 "nix 0.28.0",
12813 "node_runtime",
12814 "notifications",
12815 "outline",
12816 "parking_lot",
12817 "profiling",
12818 "project",
12819 "project_panel",
12820 "project_symbols",
12821 "quick_action_bar",
12822 "recent_projects",
12823 "release_channel",
12824 "rope",
12825 "search",
12826 "serde",
12827 "serde_json",
12828 "settings",
12829 "simplelog",
12830 "smol",
12831 "supermaven",
12832 "tab_switcher",
12833 "task",
12834 "tasks_ui",
12835 "telemetry_events",
12836 "terminal_view",
12837 "theme",
12838 "theme_selector",
12839 "tree-sitter-rust",
12840 "urlencoding",
12841 "util",
12842 "uuid",
12843 "vim",
12844 "welcome",
12845 "winresource",
12846 "workspace",
12847 "zed_actions",
12848]
12849
12850[[package]]
12851name = "zed_actions"
12852version = "0.1.0"
12853dependencies = [
12854 "gpui",
12855 "serde",
12856]
12857
12858[[package]]
12859name = "zed_astro"
12860version = "0.0.1"
12861dependencies = [
12862 "zed_extension_api 0.0.4",
12863]
12864
12865[[package]]
12866name = "zed_clojure"
12867version = "0.0.2"
12868dependencies = [
12869 "zed_extension_api 0.0.4",
12870]
12871
12872[[package]]
12873name = "zed_csharp"
12874version = "0.0.2"
12875dependencies = [
12876 "zed_extension_api 0.0.4",
12877]
12878
12879[[package]]
12880name = "zed_dart"
12881version = "0.0.2"
12882dependencies = [
12883 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12884]
12885
12886[[package]]
12887name = "zed_deno"
12888version = "0.0.1"
12889dependencies = [
12890 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12891]
12892
12893[[package]]
12894name = "zed_elixir"
12895version = "0.0.4"
12896dependencies = [
12897 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12898]
12899
12900[[package]]
12901name = "zed_elm"
12902version = "0.0.1"
12903dependencies = [
12904 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12905]
12906
12907[[package]]
12908name = "zed_emmet"
12909version = "0.0.2"
12910dependencies = [
12911 "zed_extension_api 0.0.4",
12912]
12913
12914[[package]]
12915name = "zed_erlang"
12916version = "0.0.1"
12917dependencies = [
12918 "zed_extension_api 0.0.4",
12919]
12920
12921[[package]]
12922name = "zed_extension_api"
12923version = "0.0.4"
12924source = "registry+https://github.com/rust-lang/crates.io-index"
12925checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
12926dependencies = [
12927 "wit-bindgen",
12928]
12929
12930[[package]]
12931name = "zed_extension_api"
12932version = "0.0.6"
12933dependencies = [
12934 "serde",
12935 "serde_json",
12936 "wit-bindgen",
12937]
12938
12939[[package]]
12940name = "zed_extension_api"
12941version = "0.0.6"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
12944dependencies = [
12945 "serde",
12946 "serde_json",
12947 "wit-bindgen",
12948]
12949
12950[[package]]
12951name = "zed_gleam"
12952version = "0.1.1"
12953dependencies = [
12954 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12955]
12956
12957[[package]]
12958name = "zed_glsl"
12959version = "0.1.0"
12960dependencies = [
12961 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12962]
12963
12964[[package]]
12965name = "zed_haskell"
12966version = "0.1.0"
12967dependencies = [
12968 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12969]
12970
12971[[package]]
12972name = "zed_html"
12973version = "0.0.1"
12974dependencies = [
12975 "zed_extension_api 0.0.4",
12976]
12977
12978[[package]]
12979name = "zed_lua"
12980version = "0.0.2"
12981dependencies = [
12982 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12983]
12984
12985[[package]]
12986name = "zed_ocaml"
12987version = "0.0.1"
12988dependencies = [
12989 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
12990]
12991
12992[[package]]
12993name = "zed_php"
12994version = "0.0.2"
12995dependencies = [
12996 "zed_extension_api 0.0.4",
12997]
12998
12999[[package]]
13000name = "zed_prisma"
13001version = "0.0.2"
13002dependencies = [
13003 "zed_extension_api 0.0.4",
13004]
13005
13006[[package]]
13007name = "zed_purescript"
13008version = "0.0.1"
13009dependencies = [
13010 "zed_extension_api 0.0.4",
13011]
13012
13013[[package]]
13014name = "zed_svelte"
13015version = "0.0.1"
13016dependencies = [
13017 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13018]
13019
13020[[package]]
13021name = "zed_terraform"
13022version = "0.0.3"
13023dependencies = [
13024 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13025]
13026
13027[[package]]
13028name = "zed_toml"
13029version = "0.1.1"
13030dependencies = [
13031 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13032]
13033
13034[[package]]
13035name = "zed_uiua"
13036version = "0.0.1"
13037dependencies = [
13038 "zed_extension_api 0.0.4",
13039]
13040
13041[[package]]
13042name = "zed_vue"
13043version = "0.0.1"
13044dependencies = [
13045 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13046]
13047
13048[[package]]
13049name = "zed_zig"
13050version = "0.1.2"
13051dependencies = [
13052 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13053]
13054
13055[[package]]
13056name = "zeno"
13057version = "0.2.3"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13060
13061[[package]]
13062name = "zerocopy"
13063version = "0.7.32"
13064source = "registry+https://github.com/rust-lang/crates.io-index"
13065checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13066dependencies = [
13067 "zerocopy-derive",
13068]
13069
13070[[package]]
13071name = "zerocopy-derive"
13072version = "0.7.32"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13075dependencies = [
13076 "proc-macro2",
13077 "quote",
13078 "syn 2.0.59",
13079]
13080
13081[[package]]
13082name = "zeroize"
13083version = "1.6.0"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13086dependencies = [
13087 "zeroize_derive",
13088]
13089
13090[[package]]
13091name = "zeroize_derive"
13092version = "1.4.2"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13095dependencies = [
13096 "proc-macro2",
13097 "quote",
13098 "syn 2.0.59",
13099]
13100
13101[[package]]
13102name = "zstd"
13103version = "0.11.2+zstd.1.5.2"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13106dependencies = [
13107 "zstd-safe",
13108]
13109
13110[[package]]
13111name = "zstd-safe"
13112version = "5.0.2+zstd.1.5.2"
13113source = "registry+https://github.com/rust-lang/crates.io-index"
13114checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13115dependencies = [
13116 "libc",
13117 "zstd-sys",
13118]
13119
13120[[package]]
13121name = "zstd-sys"
13122version = "2.0.8+zstd.1.5.5"
13123source = "registry+https://github.com/rust-lang/crates.io-index"
13124checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13125dependencies = [
13126 "cc",
13127 "libc",
13128 "pkg-config",
13129]
13130
13131[[package]]
13132name = "zvariant"
13133version = "4.0.2"
13134source = "registry+https://github.com/rust-lang/crates.io-index"
13135checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
13136dependencies = [
13137 "endi",
13138 "enumflags2",
13139 "serde",
13140 "static_assertions",
13141 "url",
13142 "zvariant_derive",
13143]
13144
13145[[package]]
13146name = "zvariant_derive"
13147version = "4.0.2"
13148source = "registry+https://github.com/rust-lang/crates.io-index"
13149checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
13150dependencies = [
13151 "proc-macro-crate 3.1.0",
13152 "proc-macro2",
13153 "quote",
13154 "syn 1.0.109",
13155 "zvariant_utils",
13156]
13157
13158[[package]]
13159name = "zvariant_utils"
13160version = "1.1.0"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
13163dependencies = [
13164 "proc-macro2",
13165 "quote",
13166 "syn 1.0.109",
13167]