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