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