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