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