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