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