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