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