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