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