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