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