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