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