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