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