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