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