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