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