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