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