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