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