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