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.53.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.53.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.53.0",
4752 "x11rb",
4753 "xkbcommon",
4754]
4755
4756[[package]]
4757name = "gpui_macros"
4758version = "0.1.0"
4759dependencies = [
4760 "proc-macro2",
4761 "quote",
4762 "syn 1.0.109",
4763]
4764
4765[[package]]
4766name = "grid"
4767version = "0.13.0"
4768source = "registry+https://github.com/rust-lang/crates.io-index"
4769checksum = "d196ffc1627db18a531359249b2bf8416178d84b729f3cebeb278f285fb9b58c"
4770
4771[[package]]
4772name = "group"
4773version = "0.12.1"
4774source = "registry+https://github.com/rust-lang/crates.io-index"
4775checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
4776dependencies = [
4777 "ff",
4778 "rand_core 0.6.4",
4779 "subtle",
4780]
4781
4782[[package]]
4783name = "h2"
4784version = "0.3.21"
4785source = "registry+https://github.com/rust-lang/crates.io-index"
4786checksum = "91fc23aa11be92976ef4729127f1a74adf36d8436f7816b185d18df956790833"
4787dependencies = [
4788 "bytes 1.5.0",
4789 "fnv",
4790 "futures-core",
4791 "futures-sink",
4792 "futures-util",
4793 "http 0.2.9",
4794 "indexmap 1.9.3",
4795 "slab",
4796 "tokio",
4797 "tokio-util",
4798 "tracing",
4799]
4800
4801[[package]]
4802name = "half"
4803version = "2.4.1"
4804source = "registry+https://github.com/rust-lang/crates.io-index"
4805checksum = "6dd08c532ae367adf81c312a4580bc67f1d0fe8bc9c460520283f4c0ff277888"
4806dependencies = [
4807 "cfg-if",
4808 "crunchy",
4809]
4810
4811[[package]]
4812name = "hashbrown"
4813version = "0.12.3"
4814source = "registry+https://github.com/rust-lang/crates.io-index"
4815checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
4816dependencies = [
4817 "ahash 0.7.8",
4818]
4819
4820[[package]]
4821name = "hashbrown"
4822version = "0.13.2"
4823source = "registry+https://github.com/rust-lang/crates.io-index"
4824checksum = "43a3c133739dddd0d2990f9a4bdf8eb4b21ef50e4851ca85ab661199821d510e"
4825dependencies = [
4826 "ahash 0.8.8",
4827]
4828
4829[[package]]
4830name = "hashbrown"
4831version = "0.14.0"
4832source = "registry+https://github.com/rust-lang/crates.io-index"
4833checksum = "2c6201b9ff9fd90a5a3bac2e56a830d0caa509576f0e503818ee82c181b3437a"
4834dependencies = [
4835 "ahash 0.8.8",
4836 "allocator-api2",
4837]
4838
4839[[package]]
4840name = "hashlink"
4841version = "0.8.4"
4842source = "registry+https://github.com/rust-lang/crates.io-index"
4843checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
4844dependencies = [
4845 "hashbrown 0.14.0",
4846]
4847
4848[[package]]
4849name = "headers"
4850version = "0.3.9"
4851source = "registry+https://github.com/rust-lang/crates.io-index"
4852checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
4853dependencies = [
4854 "base64 0.21.4",
4855 "bytes 1.5.0",
4856 "headers-core",
4857 "http 0.2.9",
4858 "httpdate",
4859 "mime",
4860 "sha1",
4861]
4862
4863[[package]]
4864name = "headers-core"
4865version = "0.2.0"
4866source = "registry+https://github.com/rust-lang/crates.io-index"
4867checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
4868dependencies = [
4869 "http 0.2.9",
4870]
4871
4872[[package]]
4873name = "headless"
4874version = "0.1.0"
4875dependencies = [
4876 "anyhow",
4877 "client",
4878 "fs",
4879 "futures 0.3.28",
4880 "gpui",
4881 "language",
4882 "log",
4883 "node_runtime",
4884 "postage",
4885 "project",
4886 "rpc",
4887 "settings",
4888 "shellexpand",
4889 "signal-hook",
4890 "util",
4891]
4892
4893[[package]]
4894name = "heck"
4895version = "0.3.3"
4896source = "registry+https://github.com/rust-lang/crates.io-index"
4897checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
4898dependencies = [
4899 "unicode-segmentation",
4900]
4901
4902[[package]]
4903name = "heck"
4904version = "0.4.1"
4905source = "registry+https://github.com/rust-lang/crates.io-index"
4906checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
4907dependencies = [
4908 "unicode-segmentation",
4909]
4910
4911[[package]]
4912name = "heed"
4913version = "0.20.0-alpha.9"
4914source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
4915dependencies = [
4916 "bitflags 2.4.2",
4917 "byteorder",
4918 "heed-traits",
4919 "heed-types",
4920 "libc",
4921 "lmdb-master-sys",
4922 "once_cell",
4923 "page_size",
4924 "serde",
4925 "synchronoise",
4926 "url",
4927]
4928
4929[[package]]
4930name = "heed-traits"
4931version = "0.20.0-alpha.9"
4932source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
4933
4934[[package]]
4935name = "heed-types"
4936version = "0.20.0-alpha.9"
4937source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
4938dependencies = [
4939 "bincode",
4940 "byteorder",
4941 "heed-traits",
4942 "serde",
4943 "serde_json",
4944]
4945
4946[[package]]
4947name = "hermit-abi"
4948version = "0.1.19"
4949source = "registry+https://github.com/rust-lang/crates.io-index"
4950checksum = "62b467343b94ba476dcb2500d242dadbb39557df889310ac77c5d99100aaac33"
4951dependencies = [
4952 "libc",
4953]
4954
4955[[package]]
4956name = "hermit-abi"
4957version = "0.3.3"
4958source = "registry+https://github.com/rust-lang/crates.io-index"
4959checksum = "d77f7ec81a6d05a3abb01ab6eb7590f6083d08449fe5a1c8b1e620283546ccb7"
4960
4961[[package]]
4962name = "hex"
4963version = "0.4.3"
4964source = "registry+https://github.com/rust-lang/crates.io-index"
4965checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
4966
4967[[package]]
4968name = "hexf-parse"
4969version = "0.2.1"
4970source = "registry+https://github.com/rust-lang/crates.io-index"
4971checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
4972
4973[[package]]
4974name = "hidden-trait"
4975version = "0.1.2"
4976source = "registry+https://github.com/rust-lang/crates.io-index"
4977checksum = "68ed9e850438ac849bec07e7d09fbe9309cbd396a5988c30b010580ce08860df"
4978dependencies = [
4979 "proc-macro2",
4980 "quote",
4981 "syn 1.0.109",
4982]
4983
4984[[package]]
4985name = "hkdf"
4986version = "0.12.3"
4987source = "registry+https://github.com/rust-lang/crates.io-index"
4988checksum = "791a029f6b9fc27657f6f188ec6e5e43f6911f6f878e0dc5501396e09809d437"
4989dependencies = [
4990 "hmac 0.12.1",
4991]
4992
4993[[package]]
4994name = "hmac"
4995version = "0.11.0"
4996source = "registry+https://github.com/rust-lang/crates.io-index"
4997checksum = "2a2a2320eb7ec0ebe8da8f744d7812d9fc4cb4d09344ac01898dbcb6a20ae69b"
4998dependencies = [
4999 "crypto-mac",
5000 "digest 0.9.0",
5001]
5002
5003[[package]]
5004name = "hmac"
5005version = "0.12.1"
5006source = "registry+https://github.com/rust-lang/crates.io-index"
5007checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
5008dependencies = [
5009 "digest 0.10.7",
5010]
5011
5012[[package]]
5013name = "home"
5014version = "0.5.9"
5015source = "registry+https://github.com/rust-lang/crates.io-index"
5016checksum = "e3d1354bf6b7235cb4a0576c2619fd4ed18183f689b12b006a0ee7329eeff9a5"
5017dependencies = [
5018 "windows-sys 0.52.0",
5019]
5020
5021[[package]]
5022name = "hound"
5023version = "3.5.0"
5024source = "registry+https://github.com/rust-lang/crates.io-index"
5025checksum = "4d13cdbd5dbb29f9c88095bbdc2590c9cba0d0a1269b983fef6b2cdd7e9f4db1"
5026
5027[[package]]
5028name = "http"
5029version = "0.1.0"
5030dependencies = [
5031 "anyhow",
5032 "futures 0.3.28",
5033 "futures-lite 1.13.0",
5034 "isahc",
5035 "log",
5036 "serde",
5037 "serde_json",
5038 "url",
5039]
5040
5041[[package]]
5042name = "http"
5043version = "0.2.9"
5044source = "registry+https://github.com/rust-lang/crates.io-index"
5045checksum = "bd6effc99afb63425aff9b05836f029929e345a6148a14b7ecd5ab67af944482"
5046dependencies = [
5047 "bytes 1.5.0",
5048 "fnv",
5049 "itoa",
5050]
5051
5052[[package]]
5053name = "http"
5054version = "1.0.0"
5055source = "registry+https://github.com/rust-lang/crates.io-index"
5056checksum = "b32afd38673a8016f7c9ae69e5af41a58f81b1d31689040f2f1959594ce194ea"
5057dependencies = [
5058 "bytes 1.5.0",
5059 "fnv",
5060 "itoa",
5061]
5062
5063[[package]]
5064name = "http-body"
5065version = "0.4.5"
5066source = "registry+https://github.com/rust-lang/crates.io-index"
5067checksum = "d5f38f16d184e36f2408a55281cd658ecbd3ca05cce6d6510a176eca393e26d1"
5068dependencies = [
5069 "bytes 1.5.0",
5070 "http 0.2.9",
5071 "pin-project-lite",
5072]
5073
5074[[package]]
5075name = "http-range-header"
5076version = "0.3.1"
5077source = "registry+https://github.com/rust-lang/crates.io-index"
5078checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
5079
5080[[package]]
5081name = "httparse"
5082version = "1.8.0"
5083source = "registry+https://github.com/rust-lang/crates.io-index"
5084checksum = "d897f394bad6a705d5f4104762e116a75639e470d80901eed05a860a95cb1904"
5085
5086[[package]]
5087name = "httpdate"
5088version = "1.0.3"
5089source = "registry+https://github.com/rust-lang/crates.io-index"
5090checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
5091
5092[[package]]
5093name = "human_bytes"
5094version = "0.4.3"
5095source = "registry+https://github.com/rust-lang/crates.io-index"
5096checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
5097
5098[[package]]
5099name = "humantime"
5100version = "2.1.0"
5101source = "registry+https://github.com/rust-lang/crates.io-index"
5102checksum = "9a3a5bfb195931eeb336b2a7b4d761daec841b97f947d34394601737a7bba5e4"
5103
5104[[package]]
5105name = "hyper"
5106version = "0.14.27"
5107source = "registry+https://github.com/rust-lang/crates.io-index"
5108checksum = "ffb1cfd654a8219eaef89881fdb3bb3b1cdc5fa75ded05d6933b2b382e395468"
5109dependencies = [
5110 "bytes 1.5.0",
5111 "futures-channel",
5112 "futures-core",
5113 "futures-util",
5114 "h2",
5115 "http 0.2.9",
5116 "http-body",
5117 "httparse",
5118 "httpdate",
5119 "itoa",
5120 "pin-project-lite",
5121 "socket2 0.4.9",
5122 "tokio",
5123 "tower-service",
5124 "tracing",
5125 "want",
5126]
5127
5128[[package]]
5129name = "hyper-rustls"
5130version = "0.24.2"
5131source = "registry+https://github.com/rust-lang/crates.io-index"
5132checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
5133dependencies = [
5134 "futures-util",
5135 "http 0.2.9",
5136 "hyper",
5137 "log",
5138 "rustls",
5139 "rustls-native-certs",
5140 "tokio",
5141 "tokio-rustls",
5142]
5143
5144[[package]]
5145name = "hyper-tls"
5146version = "0.5.0"
5147source = "registry+https://github.com/rust-lang/crates.io-index"
5148checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
5149dependencies = [
5150 "bytes 1.5.0",
5151 "hyper",
5152 "native-tls",
5153 "tokio",
5154 "tokio-native-tls",
5155]
5156
5157[[package]]
5158name = "iana-time-zone"
5159version = "0.1.57"
5160source = "registry+https://github.com/rust-lang/crates.io-index"
5161checksum = "2fad5b825842d2b38bd206f3e81d6957625fd7f0a361e345c30e01a0ae2dd613"
5162dependencies = [
5163 "android_system_properties",
5164 "core-foundation-sys 0.8.6",
5165 "iana-time-zone-haiku",
5166 "js-sys",
5167 "wasm-bindgen",
5168 "windows 0.48.0",
5169]
5170
5171[[package]]
5172name = "iana-time-zone-haiku"
5173version = "0.1.2"
5174source = "registry+https://github.com/rust-lang/crates.io-index"
5175checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
5176dependencies = [
5177 "cc",
5178]
5179
5180[[package]]
5181name = "id-arena"
5182version = "2.2.1"
5183source = "registry+https://github.com/rust-lang/crates.io-index"
5184checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
5185
5186[[package]]
5187name = "idna"
5188version = "0.5.0"
5189source = "registry+https://github.com/rust-lang/crates.io-index"
5190checksum = "634d9b1461af396cad843f47fdba5597a4f9e6ddd4bfb6ff5d85028c25cb12f6"
5191dependencies = [
5192 "unicode-bidi",
5193 "unicode-normalization",
5194]
5195
5196[[package]]
5197name = "ignore"
5198version = "0.4.22"
5199source = "registry+https://github.com/rust-lang/crates.io-index"
5200checksum = "b46810df39e66e925525d6e38ce1e7f6e1d208f72dc39757880fcb66e2c58af1"
5201dependencies = [
5202 "crossbeam-deque",
5203 "globset",
5204 "log",
5205 "memchr",
5206 "regex-automata 0.4.5",
5207 "same-file",
5208 "walkdir",
5209 "winapi-util",
5210]
5211
5212[[package]]
5213name = "image"
5214version = "0.23.14"
5215source = "registry+https://github.com/rust-lang/crates.io-index"
5216checksum = "24ffcb7e7244a9bf19d35bf2883b9c080c4ced3c07a9895572178cdb8f13f6a1"
5217dependencies = [
5218 "bytemuck",
5219 "byteorder",
5220 "color_quant",
5221 "gif",
5222 "jpeg-decoder",
5223 "num-iter",
5224 "num-rational 0.3.2",
5225 "num-traits",
5226 "png 0.16.8",
5227 "scoped_threadpool",
5228 "tiff",
5229]
5230
5231[[package]]
5232name = "image_viewer"
5233version = "0.1.0"
5234dependencies = [
5235 "anyhow",
5236 "db",
5237 "gpui",
5238 "project",
5239 "ui",
5240 "util",
5241 "workspace",
5242]
5243
5244[[package]]
5245name = "imagesize"
5246version = "0.12.0"
5247source = "registry+https://github.com/rust-lang/crates.io-index"
5248checksum = "029d73f573d8e8d63e6d5020011d3255b28c3ba85d6cf870a07184ed23de9284"
5249
5250[[package]]
5251name = "indexmap"
5252version = "1.9.3"
5253source = "registry+https://github.com/rust-lang/crates.io-index"
5254checksum = "bd070e393353796e801d209ad339e89596eb4c8d430d18ede6a1cced8fafbd99"
5255dependencies = [
5256 "autocfg",
5257 "hashbrown 0.12.3",
5258 "serde",
5259]
5260
5261[[package]]
5262name = "indexmap"
5263version = "2.0.0"
5264source = "registry+https://github.com/rust-lang/crates.io-index"
5265checksum = "d5477fe2230a79769d8dc68e0eabf5437907c0457a5614a9e8dddb67f65eb65d"
5266dependencies = [
5267 "equivalent",
5268 "hashbrown 0.14.0",
5269 "serde",
5270]
5271
5272[[package]]
5273name = "indoc"
5274version = "1.0.9"
5275source = "registry+https://github.com/rust-lang/crates.io-index"
5276checksum = "bfa799dd5ed20a7e349f3b4639aa80d74549c81716d9ec4f994c9b5815598306"
5277
5278[[package]]
5279name = "inherent"
5280version = "1.0.10"
5281source = "registry+https://github.com/rust-lang/crates.io-index"
5282checksum = "ce243b1bfa62ffc028f1cc3b6034ec63d649f3031bc8a4fbbb004e1ac17d1f68"
5283dependencies = [
5284 "proc-macro2",
5285 "quote",
5286 "syn 2.0.59",
5287]
5288
5289[[package]]
5290name = "inline_completion_button"
5291version = "0.1.0"
5292dependencies = [
5293 "anyhow",
5294 "copilot",
5295 "editor",
5296 "fs",
5297 "futures 0.3.28",
5298 "gpui",
5299 "indoc",
5300 "language",
5301 "lsp",
5302 "project",
5303 "serde_json",
5304 "settings",
5305 "supermaven",
5306 "theme",
5307 "ui",
5308 "util",
5309 "workspace",
5310 "zed_actions",
5311]
5312
5313[[package]]
5314name = "inotify"
5315version = "0.9.6"
5316source = "registry+https://github.com/rust-lang/crates.io-index"
5317checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
5318dependencies = [
5319 "bitflags 1.3.2",
5320 "inotify-sys",
5321 "libc",
5322]
5323
5324[[package]]
5325name = "inotify-sys"
5326version = "0.1.5"
5327source = "registry+https://github.com/rust-lang/crates.io-index"
5328checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
5329dependencies = [
5330 "libc",
5331]
5332
5333[[package]]
5334name = "inout"
5335version = "0.1.3"
5336source = "registry+https://github.com/rust-lang/crates.io-index"
5337checksum = "a0c10553d664a4d0bcff9f4215d0aac67a639cc68ef660840afe309b807bc9f5"
5338dependencies = [
5339 "block-padding",
5340 "generic-array",
5341]
5342
5343[[package]]
5344name = "install_cli"
5345version = "0.1.0"
5346dependencies = [
5347 "anyhow",
5348 "gpui",
5349 "smol",
5350 "util",
5351]
5352
5353[[package]]
5354name = "instant"
5355version = "0.1.12"
5356source = "registry+https://github.com/rust-lang/crates.io-index"
5357checksum = "7a5bbe824c507c5da5956355e86a746d82e0e1464f65d862cc5e71da70e94b2c"
5358dependencies = [
5359 "cfg-if",
5360]
5361
5362[[package]]
5363name = "io-extras"
5364version = "0.18.1"
5365source = "registry+https://github.com/rust-lang/crates.io-index"
5366checksum = "c301e73fb90e8a29e600a9f402d095765f74310d582916a952f618836a1bd1ed"
5367dependencies = [
5368 "io-lifetimes 2.0.3",
5369 "windows-sys 0.52.0",
5370]
5371
5372[[package]]
5373name = "io-lifetimes"
5374version = "1.0.11"
5375source = "registry+https://github.com/rust-lang/crates.io-index"
5376checksum = "eae7b9aee968036d54dce06cebaefd919e4472e753296daccd6d344e3e2df0c2"
5377dependencies = [
5378 "hermit-abi 0.3.3",
5379 "libc",
5380 "windows-sys 0.48.0",
5381]
5382
5383[[package]]
5384name = "io-lifetimes"
5385version = "2.0.3"
5386source = "registry+https://github.com/rust-lang/crates.io-index"
5387checksum = "5a611371471e98973dbcab4e0ec66c31a10bc356eeb4d54a0e05eac8158fe38c"
5388
5389[[package]]
5390name = "iovec"
5391version = "0.1.4"
5392source = "registry+https://github.com/rust-lang/crates.io-index"
5393checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
5394dependencies = [
5395 "libc",
5396]
5397
5398[[package]]
5399name = "ipc-channel"
5400version = "0.18.0"
5401source = "registry+https://github.com/rust-lang/crates.io-index"
5402checksum = "7ab3a34c91b7e84a72643bd75d1bac3afd241f78f9859fe0b5e5b2a6a75732c2"
5403dependencies = [
5404 "bincode",
5405 "crossbeam-channel",
5406 "fnv",
5407 "lazy_static",
5408 "libc",
5409 "mio",
5410 "rand 0.8.5",
5411 "serde",
5412 "tempfile",
5413 "uuid",
5414 "windows 0.48.0",
5415]
5416
5417[[package]]
5418name = "ipnet"
5419version = "2.8.0"
5420source = "registry+https://github.com/rust-lang/crates.io-index"
5421checksum = "28b29a3cd74f0f4598934efe3aeba42bae0eb4680554128851ebbecb02af14e6"
5422
5423[[package]]
5424name = "is-docker"
5425version = "0.2.0"
5426source = "registry+https://github.com/rust-lang/crates.io-index"
5427checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
5428dependencies = [
5429 "once_cell",
5430]
5431
5432[[package]]
5433name = "is-wsl"
5434version = "0.4.0"
5435source = "registry+https://github.com/rust-lang/crates.io-index"
5436checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
5437dependencies = [
5438 "is-docker",
5439 "once_cell",
5440]
5441
5442[[package]]
5443name = "isahc"
5444version = "1.7.2"
5445source = "registry+https://github.com/rust-lang/crates.io-index"
5446checksum = "334e04b4d781f436dc315cb1e7515bd96826426345d498149e4bde36b67f8ee9"
5447dependencies = [
5448 "async-channel 1.9.0",
5449 "castaway",
5450 "crossbeam-utils",
5451 "curl",
5452 "curl-sys",
5453 "encoding_rs",
5454 "event-listener 2.5.3",
5455 "futures-lite 1.13.0",
5456 "http 0.2.9",
5457 "log",
5458 "mime",
5459 "once_cell",
5460 "polling 2.8.0",
5461 "slab",
5462 "sluice",
5463 "tracing",
5464 "tracing-futures",
5465 "url",
5466 "waker-fn",
5467]
5468
5469[[package]]
5470name = "itertools"
5471version = "0.10.5"
5472source = "registry+https://github.com/rust-lang/crates.io-index"
5473checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
5474dependencies = [
5475 "either",
5476]
5477
5478[[package]]
5479name = "itertools"
5480version = "0.11.0"
5481source = "registry+https://github.com/rust-lang/crates.io-index"
5482checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
5483dependencies = [
5484 "either",
5485]
5486
5487[[package]]
5488name = "itertools"
5489version = "0.12.1"
5490source = "registry+https://github.com/rust-lang/crates.io-index"
5491checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
5492dependencies = [
5493 "either",
5494]
5495
5496[[package]]
5497name = "itoa"
5498version = "1.0.9"
5499source = "registry+https://github.com/rust-lang/crates.io-index"
5500checksum = "af150ab688ff2122fcef229be89cb50dd66af9e01a4ff320cc137eecc9bacc38"
5501
5502[[package]]
5503name = "jni"
5504version = "0.19.0"
5505source = "registry+https://github.com/rust-lang/crates.io-index"
5506checksum = "c6df18c2e3db7e453d3c6ac5b3e9d5182664d28788126d39b91f2d1e22b017ec"
5507dependencies = [
5508 "cesu8",
5509 "combine",
5510 "jni-sys",
5511 "log",
5512 "thiserror",
5513 "walkdir",
5514]
5515
5516[[package]]
5517name = "jni"
5518version = "0.20.0"
5519source = "registry+https://github.com/rust-lang/crates.io-index"
5520checksum = "039022cdf4d7b1cf548d31f60ae783138e5fd42013f6271049d7df7afadef96c"
5521dependencies = [
5522 "cesu8",
5523 "combine",
5524 "jni-sys",
5525 "log",
5526 "thiserror",
5527 "walkdir",
5528]
5529
5530[[package]]
5531name = "jni-sys"
5532version = "0.3.0"
5533source = "registry+https://github.com/rust-lang/crates.io-index"
5534checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
5535
5536[[package]]
5537name = "jobserver"
5538version = "0.1.28"
5539source = "registry+https://github.com/rust-lang/crates.io-index"
5540checksum = "ab46a6e9526ddef3ae7f787c06f0f2600639ba80ea3eade3d8e670a2230f51d6"
5541dependencies = [
5542 "libc",
5543]
5544
5545[[package]]
5546name = "journal"
5547version = "0.1.0"
5548dependencies = [
5549 "anyhow",
5550 "chrono",
5551 "editor",
5552 "gpui",
5553 "log",
5554 "schemars",
5555 "serde",
5556 "settings",
5557 "shellexpand",
5558 "workspace",
5559]
5560
5561[[package]]
5562name = "jpeg-decoder"
5563version = "0.1.22"
5564source = "registry+https://github.com/rust-lang/crates.io-index"
5565checksum = "229d53d58899083193af11e15917b5640cd40b29ff475a1fe4ef725deb02d0f2"
5566dependencies = [
5567 "rayon",
5568]
5569
5570[[package]]
5571name = "js-sys"
5572version = "0.3.64"
5573source = "registry+https://github.com/rust-lang/crates.io-index"
5574checksum = "c5f195fe497f702db0f318b07fdd68edb16955aed830df8363d837542f8f935a"
5575dependencies = [
5576 "wasm-bindgen",
5577]
5578
5579[[package]]
5580name = "jwt"
5581version = "0.16.0"
5582source = "registry+https://github.com/rust-lang/crates.io-index"
5583checksum = "6204285f77fe7d9784db3fdc449ecce1a0114927a51d5a41c4c7a292011c015f"
5584dependencies = [
5585 "base64 0.13.1",
5586 "crypto-common",
5587 "digest 0.10.7",
5588 "hmac 0.12.1",
5589 "serde",
5590 "serde_json",
5591 "sha2 0.10.7",
5592]
5593
5594[[package]]
5595name = "khronos-egl"
5596version = "5.0.0"
5597source = "registry+https://github.com/rust-lang/crates.io-index"
5598checksum = "d1382b16c04aeb821453d6215a3c80ba78f24c6595c5aa85653378aabe0c83e3"
5599dependencies = [
5600 "libc",
5601 "libloading 0.8.0",
5602]
5603
5604[[package]]
5605name = "kqueue"
5606version = "1.0.8"
5607source = "registry+https://github.com/rust-lang/crates.io-index"
5608checksum = "7447f1ca1b7b563588a205fe93dea8df60fd981423a768bc1c0ded35ed147d0c"
5609dependencies = [
5610 "kqueue-sys",
5611 "libc",
5612]
5613
5614[[package]]
5615name = "kqueue-sys"
5616version = "1.0.4"
5617source = "registry+https://github.com/rust-lang/crates.io-index"
5618checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
5619dependencies = [
5620 "bitflags 1.3.2",
5621 "libc",
5622]
5623
5624[[package]]
5625name = "kurbo"
5626version = "0.11.0"
5627source = "registry+https://github.com/rust-lang/crates.io-index"
5628checksum = "6e5aa9f0f96a938266bdb12928a67169e8d22c6a786fda8ed984b85e6ba93c3c"
5629dependencies = [
5630 "arrayvec",
5631 "smallvec",
5632]
5633
5634[[package]]
5635name = "kv-log-macro"
5636version = "1.0.7"
5637source = "registry+https://github.com/rust-lang/crates.io-index"
5638checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
5639dependencies = [
5640 "log",
5641]
5642
5643[[package]]
5644name = "language"
5645version = "0.1.0"
5646dependencies = [
5647 "anyhow",
5648 "async-trait",
5649 "clock",
5650 "collections",
5651 "ctor",
5652 "env_logger",
5653 "futures 0.3.28",
5654 "fuzzy",
5655 "git",
5656 "globset",
5657 "gpui",
5658 "http 0.1.0",
5659 "indoc",
5660 "itertools 0.11.0",
5661 "lazy_static",
5662 "log",
5663 "lsp",
5664 "parking_lot",
5665 "postage",
5666 "pulldown-cmark",
5667 "rand 0.8.5",
5668 "regex",
5669 "rpc",
5670 "schemars",
5671 "serde",
5672 "serde_json",
5673 "settings",
5674 "similar",
5675 "smallvec",
5676 "smol",
5677 "sum_tree",
5678 "task",
5679 "text",
5680 "theme",
5681 "tree-sitter",
5682 "tree-sitter-elixir",
5683 "tree-sitter-embedded-template",
5684 "tree-sitter-heex",
5685 "tree-sitter-html",
5686 "tree-sitter-json 0.20.0",
5687 "tree-sitter-markdown",
5688 "tree-sitter-ruby",
5689 "tree-sitter-rust",
5690 "tree-sitter-typescript",
5691 "unicase",
5692 "unindent",
5693 "util",
5694]
5695
5696[[package]]
5697name = "language_selector"
5698version = "0.1.0"
5699dependencies = [
5700 "anyhow",
5701 "editor",
5702 "fuzzy",
5703 "gpui",
5704 "language",
5705 "picker",
5706 "project",
5707 "ui",
5708 "util",
5709 "workspace",
5710]
5711
5712[[package]]
5713name = "language_tools"
5714version = "0.1.0"
5715dependencies = [
5716 "anyhow",
5717 "client",
5718 "collections",
5719 "copilot",
5720 "editor",
5721 "env_logger",
5722 "futures 0.3.28",
5723 "gpui",
5724 "language",
5725 "lsp",
5726 "project",
5727 "release_channel",
5728 "serde_json",
5729 "settings",
5730 "theme",
5731 "tree-sitter",
5732 "ui",
5733 "util",
5734 "workspace",
5735]
5736
5737[[package]]
5738name = "languages"
5739version = "0.1.0"
5740dependencies = [
5741 "anyhow",
5742 "async-compression",
5743 "async-tar",
5744 "async-trait",
5745 "collections",
5746 "feature_flags",
5747 "futures 0.3.28",
5748 "gpui",
5749 "http 0.1.0",
5750 "language",
5751 "lazy_static",
5752 "log",
5753 "lsp",
5754 "node_runtime",
5755 "project",
5756 "regex",
5757 "rope",
5758 "rust-embed",
5759 "serde",
5760 "serde_json",
5761 "settings",
5762 "smol",
5763 "task",
5764 "text",
5765 "theme",
5766 "toml 0.8.10",
5767 "tree-sitter",
5768 "tree-sitter-bash",
5769 "tree-sitter-c",
5770 "tree-sitter-cpp",
5771 "tree-sitter-css",
5772 "tree-sitter-go",
5773 "tree-sitter-gomod",
5774 "tree-sitter-gowork",
5775 "tree-sitter-jsdoc",
5776 "tree-sitter-json 0.20.0",
5777 "tree-sitter-markdown",
5778 "tree-sitter-proto",
5779 "tree-sitter-python",
5780 "tree-sitter-regex",
5781 "tree-sitter-rust",
5782 "tree-sitter-typescript",
5783 "tree-sitter-yaml",
5784 "unindent",
5785 "util",
5786 "workspace",
5787]
5788
5789[[package]]
5790name = "lazy-bytes-cast"
5791version = "5.0.1"
5792source = "registry+https://github.com/rust-lang/crates.io-index"
5793checksum = "10257499f089cd156ad82d0a9cd57d9501fa2c989068992a97eb3c27836f206b"
5794
5795[[package]]
5796name = "lazy_static"
5797version = "1.4.0"
5798source = "registry+https://github.com/rust-lang/crates.io-index"
5799checksum = "e2abad23fbc42b3700f2f279844dc832adb2b2eb069b2df918f455c4e18cc646"
5800dependencies = [
5801 "spin 0.5.2",
5802]
5803
5804[[package]]
5805name = "lazycell"
5806version = "1.3.0"
5807source = "registry+https://github.com/rust-lang/crates.io-index"
5808checksum = "830d08ce1d1d941e6b30645f1a0eb5643013d835ce3779a5fc208261dbe10f55"
5809
5810[[package]]
5811name = "leb128"
5812version = "0.2.5"
5813source = "registry+https://github.com/rust-lang/crates.io-index"
5814checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
5815
5816[[package]]
5817name = "libc"
5818version = "0.2.153"
5819source = "registry+https://github.com/rust-lang/crates.io-index"
5820checksum = "9c198f91728a82281a64e1f4f9eeb25d82cb32a5de251c6bd1b5154d63a8e7bd"
5821
5822[[package]]
5823name = "libgit2-sys"
5824version = "0.16.2+1.7.2"
5825source = "registry+https://github.com/rust-lang/crates.io-index"
5826checksum = "ee4126d8b4ee5c9d9ea891dd875cfdc1e9d0950437179104b183d7d8a74d24e8"
5827dependencies = [
5828 "cc",
5829 "libc",
5830 "libz-sys",
5831 "pkg-config",
5832]
5833
5834[[package]]
5835name = "libloading"
5836version = "0.7.4"
5837source = "registry+https://github.com/rust-lang/crates.io-index"
5838checksum = "b67380fd3b2fbe7527a606e18729d21c6f3951633d0500574c4dc22d2d638b9f"
5839dependencies = [
5840 "cfg-if",
5841 "winapi",
5842]
5843
5844[[package]]
5845name = "libloading"
5846version = "0.8.0"
5847source = "registry+https://github.com/rust-lang/crates.io-index"
5848checksum = "d580318f95776505201b28cf98eb1fa5e4be3b689633ba6a3e6cd880ff22d8cb"
5849dependencies = [
5850 "cfg-if",
5851 "windows-sys 0.48.0",
5852]
5853
5854[[package]]
5855name = "libm"
5856version = "0.2.8"
5857source = "registry+https://github.com/rust-lang/crates.io-index"
5858checksum = "4ec2a862134d2a7d32d7983ddcdd1c4923530833c9f2ea1a44fc5fa473989058"
5859
5860[[package]]
5861name = "libmimalloc-sys"
5862version = "0.1.37"
5863source = "registry+https://github.com/rust-lang/crates.io-index"
5864checksum = "81eb4061c0582dedea1cbc7aff2240300dd6982e0239d1c99e65c1dbf4a30ba7"
5865dependencies = [
5866 "cc",
5867 "libc",
5868]
5869
5870[[package]]
5871name = "libsqlite3-sys"
5872version = "0.26.0"
5873source = "registry+https://github.com/rust-lang/crates.io-index"
5874checksum = "afc22eff61b133b115c6e8c74e818c628d6d5e7a502afea6f64dee076dd94326"
5875dependencies = [
5876 "cc",
5877 "pkg-config",
5878 "vcpkg",
5879]
5880
5881[[package]]
5882name = "libz-sys"
5883version = "1.1.12"
5884source = "registry+https://github.com/rust-lang/crates.io-index"
5885checksum = "d97137b25e321a73eef1418d1d5d2eda4d77e12813f8e6dead84bc52c5870a7b"
5886dependencies = [
5887 "cc",
5888 "libc",
5889 "pkg-config",
5890 "vcpkg",
5891]
5892
5893[[package]]
5894name = "line-wrap"
5895version = "0.1.1"
5896source = "registry+https://github.com/rust-lang/crates.io-index"
5897checksum = "f30344350a2a51da54c1d53be93fade8a237e545dbcc4bdbe635413f2117cab9"
5898dependencies = [
5899 "safemem",
5900]
5901
5902[[package]]
5903name = "linkify"
5904version = "0.10.0"
5905source = "registry+https://github.com/rust-lang/crates.io-index"
5906checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
5907dependencies = [
5908 "memchr",
5909]
5910
5911[[package]]
5912name = "linkme"
5913version = "0.3.17"
5914source = "registry+https://github.com/rust-lang/crates.io-index"
5915checksum = "91ed2ee9464ff9707af8e9ad834cffa4802f072caad90639c583dd3c62e6e608"
5916dependencies = [
5917 "linkme-impl",
5918]
5919
5920[[package]]
5921name = "linkme-impl"
5922version = "0.3.17"
5923source = "registry+https://github.com/rust-lang/crates.io-index"
5924checksum = "ba125974b109d512fccbc6c0244e7580143e460895dfd6ea7f8bbb692fd94396"
5925dependencies = [
5926 "proc-macro2",
5927 "quote",
5928 "syn 2.0.59",
5929]
5930
5931[[package]]
5932name = "linux-raw-sys"
5933version = "0.3.8"
5934source = "registry+https://github.com/rust-lang/crates.io-index"
5935checksum = "ef53942eb7bf7ff43a617b3e2c1c4a5ecf5944a7c1bc12d7ee39bbb15e5c1519"
5936
5937[[package]]
5938name = "linux-raw-sys"
5939version = "0.4.12"
5940source = "registry+https://github.com/rust-lang/crates.io-index"
5941checksum = "c4cd1a83af159aa67994778be9070f0ae1bd732942279cabb14f86f986a21456"
5942
5943[[package]]
5944name = "live_kit_client"
5945version = "0.1.0"
5946dependencies = [
5947 "anyhow",
5948 "async-broadcast",
5949 "async-trait",
5950 "collections",
5951 "core-foundation",
5952 "futures 0.3.28",
5953 "gpui",
5954 "live_kit_server",
5955 "log",
5956 "media",
5957 "nanoid",
5958 "parking_lot",
5959 "postage",
5960 "serde",
5961 "serde_json",
5962 "sha2 0.10.7",
5963 "simplelog",
5964]
5965
5966[[package]]
5967name = "live_kit_server"
5968version = "0.1.0"
5969dependencies = [
5970 "anyhow",
5971 "async-trait",
5972 "hmac 0.12.1",
5973 "jwt",
5974 "log",
5975 "prost",
5976 "prost-build",
5977 "prost-types",
5978 "reqwest",
5979 "serde",
5980 "sha2 0.10.7",
5981]
5982
5983[[package]]
5984name = "lmdb-master-sys"
5985version = "0.1.0"
5986source = "git+https://github.com/meilisearch/heed?rev=036ac23f73a021894974b9adc815bc95b3e0482a#036ac23f73a021894974b9adc815bc95b3e0482a"
5987dependencies = [
5988 "cc",
5989 "doxygen-rs",
5990 "libc",
5991]
5992
5993[[package]]
5994name = "lock_api"
5995version = "0.4.10"
5996source = "registry+https://github.com/rust-lang/crates.io-index"
5997checksum = "c1cc9717a20b1bb222f333e6a92fd32f7d8a18ddc5a3191a11af45dcbf4dcd16"
5998dependencies = [
5999 "autocfg",
6000 "scopeguard",
6001]
6002
6003[[package]]
6004name = "log"
6005version = "0.4.20"
6006source = "registry+https://github.com/rust-lang/crates.io-index"
6007checksum = "b5e6163cb8c49088c2c36f57875e58ccd8c87c7427f7fbd50ea6710b2f3f2e8f"
6008dependencies = [
6009 "serde",
6010 "value-bag",
6011]
6012
6013[[package]]
6014name = "lsp"
6015version = "0.1.0"
6016dependencies = [
6017 "anyhow",
6018 "async-pipe",
6019 "collections",
6020 "ctor",
6021 "env_logger",
6022 "futures 0.3.28",
6023 "gpui",
6024 "log",
6025 "lsp-types",
6026 "parking_lot",
6027 "postage",
6028 "release_channel",
6029 "serde",
6030 "serde_json",
6031 "smol",
6032 "util",
6033 "windows 0.53.0",
6034]
6035
6036[[package]]
6037name = "lsp-types"
6038version = "0.94.1"
6039source = "git+https://github.com/zed-industries/lsp-types?branch=updated-completion-list-item-defaults#90a040a1d195687bd19e1df47463320a44e93d7a"
6040dependencies = [
6041 "bitflags 1.3.2",
6042 "serde",
6043 "serde_json",
6044 "serde_repr",
6045 "url",
6046]
6047
6048[[package]]
6049name = "lz4"
6050version = "1.24.0"
6051source = "registry+https://github.com/rust-lang/crates.io-index"
6052checksum = "7e9e2dd86df36ce760a60f6ff6ad526f7ba1f14ba0356f8254fb6905e6494df1"
6053dependencies = [
6054 "libc",
6055 "lz4-sys",
6056]
6057
6058[[package]]
6059name = "lz4-sys"
6060version = "1.9.4"
6061source = "registry+https://github.com/rust-lang/crates.io-index"
6062checksum = "57d27b317e207b10f69f5e75494119e391a96f48861ae870d1da6edac98ca900"
6063dependencies = [
6064 "cc",
6065 "libc",
6066]
6067
6068[[package]]
6069name = "mac"
6070version = "0.1.1"
6071source = "registry+https://github.com/rust-lang/crates.io-index"
6072checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
6073
6074[[package]]
6075name = "mach"
6076version = "0.3.2"
6077source = "registry+https://github.com/rust-lang/crates.io-index"
6078checksum = "b823e83b2affd8f40a9ee8c29dbc56404c1e34cd2710921f2801e2cf29527afa"
6079dependencies = [
6080 "libc",
6081]
6082
6083[[package]]
6084name = "mach2"
6085version = "0.4.1"
6086source = "registry+https://github.com/rust-lang/crates.io-index"
6087checksum = "6d0d1830bcd151a6fc4aea1369af235b36c1528fe976b8ff678683c9995eade8"
6088dependencies = [
6089 "libc",
6090]
6091
6092[[package]]
6093name = "malloc_buf"
6094version = "0.0.6"
6095source = "registry+https://github.com/rust-lang/crates.io-index"
6096checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
6097dependencies = [
6098 "libc",
6099]
6100
6101[[package]]
6102name = "markdown"
6103version = "0.1.0"
6104dependencies = [
6105 "anyhow",
6106 "assets",
6107 "env_logger",
6108 "futures 0.3.28",
6109 "gpui",
6110 "language",
6111 "languages",
6112 "linkify",
6113 "log",
6114 "node_runtime",
6115 "pulldown-cmark",
6116 "settings",
6117 "theme",
6118 "ui",
6119 "util",
6120]
6121
6122[[package]]
6123name = "markdown_preview"
6124version = "0.1.0"
6125dependencies = [
6126 "anyhow",
6127 "async-recursion 1.0.5",
6128 "collections",
6129 "editor",
6130 "gpui",
6131 "language",
6132 "linkify",
6133 "log",
6134 "pretty_assertions",
6135 "pulldown-cmark",
6136 "theme",
6137 "ui",
6138 "workspace",
6139]
6140
6141[[package]]
6142name = "matchers"
6143version = "0.1.0"
6144source = "registry+https://github.com/rust-lang/crates.io-index"
6145checksum = "8263075bb86c5a1b1427b5ae862e8889656f126e9f77c484496e8b47cf5c5558"
6146dependencies = [
6147 "regex-automata 0.1.10",
6148]
6149
6150[[package]]
6151name = "matchit"
6152version = "0.7.3"
6153source = "registry+https://github.com/rust-lang/crates.io-index"
6154checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
6155
6156[[package]]
6157name = "maybe-owned"
6158version = "0.3.4"
6159source = "registry+https://github.com/rust-lang/crates.io-index"
6160checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
6161
6162[[package]]
6163name = "md-5"
6164version = "0.10.5"
6165source = "registry+https://github.com/rust-lang/crates.io-index"
6166checksum = "6365506850d44bff6e2fbcb5176cf63650e48bd45ef2fe2665ae1570e0f4b9ca"
6167dependencies = [
6168 "digest 0.10.7",
6169]
6170
6171[[package]]
6172name = "media"
6173version = "0.1.0"
6174dependencies = [
6175 "anyhow",
6176 "bindgen 0.65.1",
6177 "core-foundation",
6178 "foreign-types 0.5.0",
6179 "metal",
6180 "objc",
6181]
6182
6183[[package]]
6184name = "memchr"
6185version = "2.7.2"
6186source = "registry+https://github.com/rust-lang/crates.io-index"
6187checksum = "6c8640c5d730cb13ebd907d8d04b52f55ac9a2eec55b440c8892f40d56c76c1d"
6188
6189[[package]]
6190name = "memfd"
6191version = "0.6.4"
6192source = "registry+https://github.com/rust-lang/crates.io-index"
6193checksum = "b2cffa4ad52c6f791f4f8b15f0c05f9824b2ced1160e88cc393d64fff9a8ac64"
6194dependencies = [
6195 "rustix 0.38.32",
6196]
6197
6198[[package]]
6199name = "memmap2"
6200version = "0.8.0"
6201source = "registry+https://github.com/rust-lang/crates.io-index"
6202checksum = "43a5a03cefb0d953ec0be133036f14e109412fa594edc2f77227249db66cc3ed"
6203dependencies = [
6204 "libc",
6205]
6206
6207[[package]]
6208name = "memmap2"
6209version = "0.9.4"
6210source = "registry+https://github.com/rust-lang/crates.io-index"
6211checksum = "fe751422e4a8caa417e13c3ea66452215d7d63e19e604f4980461212f3ae1322"
6212dependencies = [
6213 "libc",
6214]
6215
6216[[package]]
6217name = "memoffset"
6218version = "0.9.0"
6219source = "registry+https://github.com/rust-lang/crates.io-index"
6220checksum = "5a634b1c61a95585bd15607c6ab0c4e5b226e695ff2800ba0cdccddf208c406c"
6221dependencies = [
6222 "autocfg",
6223]
6224
6225[[package]]
6226name = "menu"
6227version = "0.1.0"
6228dependencies = [
6229 "gpui",
6230 "serde",
6231]
6232
6233[[package]]
6234name = "metal"
6235version = "0.25.0"
6236source = "registry+https://github.com/rust-lang/crates.io-index"
6237checksum = "550b24b0cd4cf923f36bae78eca457b3a10d8a6a14a9c84cb2687b527e6a84af"
6238dependencies = [
6239 "bitflags 1.3.2",
6240 "block",
6241 "core-graphics-types",
6242 "foreign-types 0.5.0",
6243 "log",
6244 "objc",
6245 "paste",
6246]
6247
6248[[package]]
6249name = "mimalloc"
6250version = "0.1.41"
6251source = "registry+https://github.com/rust-lang/crates.io-index"
6252checksum = "9f41a2280ded0da56c8cf898babb86e8f10651a34adcfff190ae9a1159c6908d"
6253dependencies = [
6254 "libmimalloc-sys",
6255]
6256
6257[[package]]
6258name = "mime"
6259version = "0.3.17"
6260source = "registry+https://github.com/rust-lang/crates.io-index"
6261checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
6262
6263[[package]]
6264name = "minimal-lexical"
6265version = "0.2.1"
6266source = "registry+https://github.com/rust-lang/crates.io-index"
6267checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
6268
6269[[package]]
6270name = "miniz_oxide"
6271version = "0.3.7"
6272source = "registry+https://github.com/rust-lang/crates.io-index"
6273checksum = "791daaae1ed6889560f8c4359194f56648355540573244a5448a83ba1ecc7435"
6274dependencies = [
6275 "adler32",
6276]
6277
6278[[package]]
6279name = "miniz_oxide"
6280version = "0.4.4"
6281source = "registry+https://github.com/rust-lang/crates.io-index"
6282checksum = "a92518e98c078586bc6c934028adcca4c92a53d6a958196de835170a01d84e4b"
6283dependencies = [
6284 "adler",
6285 "autocfg",
6286]
6287
6288[[package]]
6289name = "miniz_oxide"
6290version = "0.7.1"
6291source = "registry+https://github.com/rust-lang/crates.io-index"
6292checksum = "e7810e0be55b428ada41041c41f32c9f1a42817901b4ccf45fa3d4b6561e74c7"
6293dependencies = [
6294 "adler",
6295 "simd-adler32",
6296]
6297
6298[[package]]
6299name = "mint"
6300version = "0.5.9"
6301source = "registry+https://github.com/rust-lang/crates.io-index"
6302checksum = "e53debba6bda7a793e5f99b8dacf19e626084f525f7829104ba9898f367d85ff"
6303
6304[[package]]
6305name = "mio"
6306version = "0.8.11"
6307source = "registry+https://github.com/rust-lang/crates.io-index"
6308checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
6309dependencies = [
6310 "libc",
6311 "log",
6312 "wasi 0.11.0+wasi-snapshot-preview1",
6313 "windows-sys 0.48.0",
6314]
6315
6316[[package]]
6317name = "miow"
6318version = "0.6.0"
6319source = "registry+https://github.com/rust-lang/crates.io-index"
6320checksum = "359f76430b20a79f9e20e115b3428614e654f04fab314482fc0fda0ebd3c6044"
6321dependencies = [
6322 "windows-sys 0.48.0",
6323]
6324
6325[[package]]
6326name = "multi_buffer"
6327version = "0.1.0"
6328dependencies = [
6329 "anyhow",
6330 "clock",
6331 "collections",
6332 "ctor",
6333 "env_logger",
6334 "futures 0.3.28",
6335 "git",
6336 "gpui",
6337 "itertools 0.11.0",
6338 "language",
6339 "log",
6340 "parking_lot",
6341 "rand 0.8.5",
6342 "serde",
6343 "settings",
6344 "smallvec",
6345 "sum_tree",
6346 "text",
6347 "theme",
6348 "util",
6349]
6350
6351[[package]]
6352name = "multimap"
6353version = "0.8.3"
6354source = "registry+https://github.com/rust-lang/crates.io-index"
6355checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
6356
6357[[package]]
6358name = "naga"
6359version = "0.14.2"
6360source = "registry+https://github.com/rust-lang/crates.io-index"
6361checksum = "ae585df4b6514cf8842ac0f1ab4992edc975892704835b549cf818dc0191249e"
6362dependencies = [
6363 "bit-set",
6364 "bitflags 2.4.2",
6365 "codespan-reporting",
6366 "hexf-parse",
6367 "indexmap 2.0.0",
6368 "log",
6369 "num-traits",
6370 "rustc-hash",
6371 "spirv",
6372 "termcolor",
6373 "thiserror",
6374 "unicode-xid",
6375]
6376
6377[[package]]
6378name = "nanoid"
6379version = "0.4.0"
6380source = "registry+https://github.com/rust-lang/crates.io-index"
6381checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
6382dependencies = [
6383 "rand 0.8.5",
6384]
6385
6386[[package]]
6387name = "nanorand"
6388version = "0.7.0"
6389source = "registry+https://github.com/rust-lang/crates.io-index"
6390checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
6391dependencies = [
6392 "getrandom 0.2.10",
6393]
6394
6395[[package]]
6396name = "native-tls"
6397version = "0.2.11"
6398source = "registry+https://github.com/rust-lang/crates.io-index"
6399checksum = "07226173c32f2926027b63cce4bcd8076c3552846cbe7925f3aaffeac0a3b92e"
6400dependencies = [
6401 "lazy_static",
6402 "libc",
6403 "log",
6404 "openssl",
6405 "openssl-probe",
6406 "openssl-sys",
6407 "schannel",
6408 "security-framework",
6409 "security-framework-sys",
6410 "tempfile",
6411]
6412
6413[[package]]
6414name = "ndk"
6415version = "0.7.0"
6416source = "registry+https://github.com/rust-lang/crates.io-index"
6417checksum = "451422b7e4718271c8b5b3aadf5adedba43dc76312454b387e98fae0fc951aa0"
6418dependencies = [
6419 "bitflags 1.3.2",
6420 "jni-sys",
6421 "ndk-sys",
6422 "num_enum",
6423 "raw-window-handle 0.5.2",
6424 "thiserror",
6425]
6426
6427[[package]]
6428name = "ndk-context"
6429version = "0.1.1"
6430source = "registry+https://github.com/rust-lang/crates.io-index"
6431checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
6432
6433[[package]]
6434name = "ndk-sys"
6435version = "0.4.1+23.1.7779620"
6436source = "registry+https://github.com/rust-lang/crates.io-index"
6437checksum = "3cf2aae958bd232cac5069850591667ad422d263686d75b52a065f9badeee5a3"
6438dependencies = [
6439 "jni-sys",
6440]
6441
6442[[package]]
6443name = "new_debug_unreachable"
6444version = "1.0.4"
6445source = "registry+https://github.com/rust-lang/crates.io-index"
6446checksum = "e4a24736216ec316047a1fc4252e27dabb04218aa4a3f37c6e7ddbf1f9782b54"
6447
6448[[package]]
6449name = "nix"
6450version = "0.24.3"
6451source = "registry+https://github.com/rust-lang/crates.io-index"
6452checksum = "fa52e972a9a719cecb6864fb88568781eb706bac2cd1d4f04a648542dbf78069"
6453dependencies = [
6454 "bitflags 1.3.2",
6455 "cfg-if",
6456 "libc",
6457]
6458
6459[[package]]
6460name = "nix"
6461version = "0.27.1"
6462source = "registry+https://github.com/rust-lang/crates.io-index"
6463checksum = "2eb04e9c688eff1c89d72b407f168cf79bb9e867a9d3323ed6c01519eb9cc053"
6464dependencies = [
6465 "bitflags 2.4.2",
6466 "cfg-if",
6467 "libc",
6468 "memoffset",
6469]
6470
6471[[package]]
6472name = "nix"
6473version = "0.28.0"
6474source = "registry+https://github.com/rust-lang/crates.io-index"
6475checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
6476dependencies = [
6477 "bitflags 2.4.2",
6478 "cfg-if",
6479 "cfg_aliases",
6480 "libc",
6481]
6482
6483[[package]]
6484name = "node_runtime"
6485version = "0.1.0"
6486dependencies = [
6487 "anyhow",
6488 "async-compression",
6489 "async-std",
6490 "async-tar",
6491 "async-trait",
6492 "async_zip",
6493 "futures 0.3.28",
6494 "http 0.1.0",
6495 "log",
6496 "semver",
6497 "serde",
6498 "serde_json",
6499 "smol",
6500 "tempfile",
6501 "util",
6502 "walkdir",
6503 "windows 0.53.0",
6504]
6505
6506[[package]]
6507name = "nom"
6508version = "7.1.3"
6509source = "registry+https://github.com/rust-lang/crates.io-index"
6510checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
6511dependencies = [
6512 "memchr",
6513 "minimal-lexical",
6514]
6515
6516[[package]]
6517name = "notifications"
6518version = "0.1.0"
6519dependencies = [
6520 "anyhow",
6521 "channel",
6522 "client",
6523 "collections",
6524 "db",
6525 "gpui",
6526 "rpc",
6527 "settings",
6528 "sum_tree",
6529 "time",
6530 "util",
6531]
6532
6533[[package]]
6534name = "notify"
6535version = "6.1.1"
6536source = "registry+https://github.com/rust-lang/crates.io-index"
6537checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
6538dependencies = [
6539 "bitflags 2.4.2",
6540 "crossbeam-channel",
6541 "filetime",
6542 "fsevent-sys 4.1.0",
6543 "inotify",
6544 "kqueue",
6545 "libc",
6546 "log",
6547 "mio",
6548 "walkdir",
6549 "windows-sys 0.48.0",
6550]
6551
6552[[package]]
6553name = "ntapi"
6554version = "0.4.1"
6555source = "registry+https://github.com/rust-lang/crates.io-index"
6556checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
6557dependencies = [
6558 "winapi",
6559]
6560
6561[[package]]
6562name = "nu-ansi-term"
6563version = "0.46.0"
6564source = "registry+https://github.com/rust-lang/crates.io-index"
6565checksum = "77a8165726e8236064dbb45459242600304b42a5ea24ee2948e18e023bf7ba84"
6566dependencies = [
6567 "overload",
6568 "winapi",
6569]
6570
6571[[package]]
6572name = "num"
6573version = "0.4.1"
6574source = "registry+https://github.com/rust-lang/crates.io-index"
6575checksum = "b05180d69e3da0e530ba2a1dae5110317e49e3b7f3d41be227dc5f92e49ee7af"
6576dependencies = [
6577 "num-bigint",
6578 "num-complex",
6579 "num-integer",
6580 "num-iter",
6581 "num-rational 0.4.1",
6582 "num-traits",
6583]
6584
6585[[package]]
6586name = "num-bigint"
6587version = "0.4.4"
6588source = "registry+https://github.com/rust-lang/crates.io-index"
6589checksum = "608e7659b5c3d7cba262d894801b9ec9d00de989e8a82bd4bef91d08da45cdc0"
6590dependencies = [
6591 "autocfg",
6592 "num-integer",
6593 "num-traits",
6594]
6595
6596[[package]]
6597name = "num-bigint-dig"
6598version = "0.7.1"
6599source = "registry+https://github.com/rust-lang/crates.io-index"
6600checksum = "f9bc3e36fd683e004fd59c64a425e0e991616f5a8b617c3b9a933a93c168facc"
6601dependencies = [
6602 "byteorder",
6603 "lazy_static",
6604 "libm",
6605 "num-integer",
6606 "num-iter",
6607 "num-traits",
6608 "rand 0.8.5",
6609 "smallvec",
6610 "zeroize",
6611]
6612
6613[[package]]
6614name = "num-bigint-dig"
6615version = "0.8.4"
6616source = "registry+https://github.com/rust-lang/crates.io-index"
6617checksum = "dc84195820f291c7697304f3cbdadd1cb7199c0efc917ff5eafd71225c136151"
6618dependencies = [
6619 "byteorder",
6620 "lazy_static",
6621 "libm",
6622 "num-integer",
6623 "num-iter",
6624 "num-traits",
6625 "rand 0.8.5",
6626 "serde",
6627 "smallvec",
6628 "zeroize",
6629]
6630
6631[[package]]
6632name = "num-complex"
6633version = "0.4.4"
6634source = "registry+https://github.com/rust-lang/crates.io-index"
6635checksum = "1ba157ca0885411de85d6ca030ba7e2a83a28636056c7c699b07c8b6f7383214"
6636dependencies = [
6637 "num-traits",
6638]
6639
6640[[package]]
6641name = "num-derive"
6642version = "0.3.3"
6643source = "registry+https://github.com/rust-lang/crates.io-index"
6644checksum = "876a53fff98e03a936a674b29568b0e605f06b29372c2489ff4de23f1949743d"
6645dependencies = [
6646 "proc-macro2",
6647 "quote",
6648 "syn 1.0.109",
6649]
6650
6651[[package]]
6652name = "num-integer"
6653version = "0.1.45"
6654source = "registry+https://github.com/rust-lang/crates.io-index"
6655checksum = "225d3389fb3509a24c93f5c29eb6bde2586b98d9f016636dff58d7c6f7569cd9"
6656dependencies = [
6657 "autocfg",
6658 "num-traits",
6659]
6660
6661[[package]]
6662name = "num-iter"
6663version = "0.1.43"
6664source = "registry+https://github.com/rust-lang/crates.io-index"
6665checksum = "7d03e6c028c5dc5cac6e2dec0efda81fc887605bb3d884578bb6d6bf7514e252"
6666dependencies = [
6667 "autocfg",
6668 "num-integer",
6669 "num-traits",
6670]
6671
6672[[package]]
6673name = "num-rational"
6674version = "0.3.2"
6675source = "registry+https://github.com/rust-lang/crates.io-index"
6676checksum = "12ac428b1cb17fce6f731001d307d351ec70a6d202fc2e60f7d4c5e42d8f4f07"
6677dependencies = [
6678 "autocfg",
6679 "num-integer",
6680 "num-traits",
6681]
6682
6683[[package]]
6684name = "num-rational"
6685version = "0.4.1"
6686source = "registry+https://github.com/rust-lang/crates.io-index"
6687checksum = "0638a1c9d0a3c0914158145bc76cff373a75a627e6ecbfb71cbe6f453a5a19b0"
6688dependencies = [
6689 "autocfg",
6690 "num-bigint",
6691 "num-integer",
6692 "num-traits",
6693]
6694
6695[[package]]
6696name = "num-traits"
6697version = "0.2.16"
6698source = "registry+https://github.com/rust-lang/crates.io-index"
6699checksum = "f30b0abd723be7e2ffca1272140fac1a2f084c77ec3e123c192b66af1ee9e6c2"
6700dependencies = [
6701 "autocfg",
6702 "libm",
6703]
6704
6705[[package]]
6706name = "num_cpus"
6707version = "1.16.0"
6708source = "registry+https://github.com/rust-lang/crates.io-index"
6709checksum = "4161fcb6d602d4d2081af7c3a45852d875a03dd337a6bfdd6e06407b61342a43"
6710dependencies = [
6711 "hermit-abi 0.3.3",
6712 "libc",
6713]
6714
6715[[package]]
6716name = "num_enum"
6717version = "0.5.11"
6718source = "registry+https://github.com/rust-lang/crates.io-index"
6719checksum = "1f646caf906c20226733ed5b1374287eb97e3c2a5c227ce668c1f2ce20ae57c9"
6720dependencies = [
6721 "num_enum_derive",
6722]
6723
6724[[package]]
6725name = "num_enum_derive"
6726version = "0.5.11"
6727source = "registry+https://github.com/rust-lang/crates.io-index"
6728checksum = "dcbff9bc912032c62bf65ef1d5aea88983b420f4f839db1e9b0c281a25c9c799"
6729dependencies = [
6730 "proc-macro-crate 1.3.1",
6731 "proc-macro2",
6732 "quote",
6733 "syn 1.0.109",
6734]
6735
6736[[package]]
6737name = "nvim-rs"
6738version = "0.6.0-pre"
6739source = "git+https://github.com/KillTheMule/nvim-rs?branch=master#0d2b1c884f3c39a76b5b7aac0b429f4624843954"
6740dependencies = [
6741 "async-trait",
6742 "futures 0.3.28",
6743 "log",
6744 "parity-tokio-ipc",
6745 "rmp",
6746 "rmpv",
6747 "tokio",
6748 "tokio-util",
6749]
6750
6751[[package]]
6752name = "objc"
6753version = "0.2.7"
6754source = "registry+https://github.com/rust-lang/crates.io-index"
6755checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
6756dependencies = [
6757 "malloc_buf",
6758 "objc_exception",
6759]
6760
6761[[package]]
6762name = "objc-foundation"
6763version = "0.1.1"
6764source = "registry+https://github.com/rust-lang/crates.io-index"
6765checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
6766dependencies = [
6767 "block",
6768 "objc",
6769 "objc_id",
6770]
6771
6772[[package]]
6773name = "objc_exception"
6774version = "0.1.2"
6775source = "registry+https://github.com/rust-lang/crates.io-index"
6776checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
6777dependencies = [
6778 "cc",
6779]
6780
6781[[package]]
6782name = "objc_id"
6783version = "0.1.1"
6784source = "registry+https://github.com/rust-lang/crates.io-index"
6785checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
6786dependencies = [
6787 "objc",
6788]
6789
6790[[package]]
6791name = "object"
6792version = "0.32.1"
6793source = "registry+https://github.com/rust-lang/crates.io-index"
6794checksum = "9cf5f9dd3933bd50a9e1f149ec995f39ae2c496d31fd772c1fd45ebc27e902b0"
6795dependencies = [
6796 "crc32fast",
6797 "hashbrown 0.14.0",
6798 "indexmap 2.0.0",
6799 "memchr",
6800]
6801
6802[[package]]
6803name = "oboe"
6804version = "0.5.0"
6805source = "registry+https://github.com/rust-lang/crates.io-index"
6806checksum = "8868cc237ee02e2d9618539a23a8d228b9bb3fc2e7a5b11eed3831de77c395d0"
6807dependencies = [
6808 "jni 0.20.0",
6809 "ndk",
6810 "ndk-context",
6811 "num-derive",
6812 "num-traits",
6813 "oboe-sys",
6814]
6815
6816[[package]]
6817name = "oboe-sys"
6818version = "0.5.0"
6819source = "registry+https://github.com/rust-lang/crates.io-index"
6820checksum = "7f44155e7fb718d3cfddcf70690b2b51ac4412f347cd9e4fbe511abe9cd7b5f2"
6821dependencies = [
6822 "cc",
6823]
6824
6825[[package]]
6826name = "once_cell"
6827version = "1.19.0"
6828source = "registry+https://github.com/rust-lang/crates.io-index"
6829checksum = "3fdb12b2476b595f9358c5161aa467c2438859caa136dec86c26fdd2efe17b92"
6830
6831[[package]]
6832name = "oo7"
6833version = "0.3.0"
6834source = "registry+https://github.com/rust-lang/crates.io-index"
6835checksum = "37558cac1af63a81fd2ff7f3469c02a4da06b163c5671791553b8dac10f07c82"
6836dependencies = [
6837 "aes",
6838 "async-fs 2.1.1",
6839 "async-io 2.3.1",
6840 "async-lock 3.3.0",
6841 "blocking",
6842 "cbc",
6843 "cipher 0.4.4",
6844 "digest 0.10.7",
6845 "futures-lite 2.2.0",
6846 "futures-util",
6847 "hkdf",
6848 "hmac 0.12.1",
6849 "num",
6850 "num-bigint-dig 0.8.4",
6851 "pbkdf2 0.12.2",
6852 "rand 0.8.5",
6853 "serde",
6854 "sha2 0.10.7",
6855 "zbus",
6856 "zeroize",
6857 "zvariant",
6858]
6859
6860[[package]]
6861name = "oorandom"
6862version = "11.1.3"
6863source = "registry+https://github.com/rust-lang/crates.io-index"
6864checksum = "0ab1bc2a289d34bd04a330323ac98a1b4bc82c9d9fcb1e66b63caa84da26b575"
6865
6866[[package]]
6867name = "opaque-debug"
6868version = "0.3.0"
6869source = "registry+https://github.com/rust-lang/crates.io-index"
6870checksum = "624a8340c38c1b80fd549087862da4ba43e08858af025b236e509b6649fc13d5"
6871
6872[[package]]
6873name = "open"
6874version = "5.1.2"
6875source = "registry+https://github.com/rust-lang/crates.io-index"
6876checksum = "449f0ff855d85ddbf1edd5b646d65249ead3f5e422aaa86b7d2d0b049b103e32"
6877dependencies = [
6878 "is-wsl",
6879 "libc",
6880 "pathdiff",
6881]
6882
6883[[package]]
6884name = "open_ai"
6885version = "0.1.0"
6886dependencies = [
6887 "anyhow",
6888 "futures 0.3.28",
6889 "http 0.1.0",
6890 "isahc",
6891 "schemars",
6892 "serde",
6893 "serde_json",
6894]
6895
6896[[package]]
6897name = "openssl"
6898version = "0.10.57"
6899source = "registry+https://github.com/rust-lang/crates.io-index"
6900checksum = "bac25ee399abb46215765b1cb35bc0212377e58a061560d8b29b024fd0430e7c"
6901dependencies = [
6902 "bitflags 2.4.2",
6903 "cfg-if",
6904 "foreign-types 0.3.2",
6905 "libc",
6906 "once_cell",
6907 "openssl-macros",
6908 "openssl-sys",
6909]
6910
6911[[package]]
6912name = "openssl-macros"
6913version = "0.1.1"
6914source = "registry+https://github.com/rust-lang/crates.io-index"
6915checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
6916dependencies = [
6917 "proc-macro2",
6918 "quote",
6919 "syn 2.0.59",
6920]
6921
6922[[package]]
6923name = "openssl-probe"
6924version = "0.1.5"
6925source = "registry+https://github.com/rust-lang/crates.io-index"
6926checksum = "ff011a302c396a5197692431fc1948019154afc178baf7d8e37367442a4601cf"
6927
6928[[package]]
6929name = "openssl-src"
6930version = "300.2.3+3.2.1"
6931source = "registry+https://github.com/rust-lang/crates.io-index"
6932checksum = "5cff92b6f71555b61bb9315f7c64da3ca43d87531622120fea0195fc761b4843"
6933dependencies = [
6934 "cc",
6935]
6936
6937[[package]]
6938name = "openssl-sys"
6939version = "0.9.93"
6940source = "registry+https://github.com/rust-lang/crates.io-index"
6941checksum = "db4d56a4c0478783083cfafcc42493dd4a981d41669da64b4572a2a089b51b1d"
6942dependencies = [
6943 "cc",
6944 "libc",
6945 "openssl-src",
6946 "pkg-config",
6947 "vcpkg",
6948]
6949
6950[[package]]
6951name = "ordered-float"
6952version = "2.10.0"
6953source = "registry+https://github.com/rust-lang/crates.io-index"
6954checksum = "7940cf2ca942593318d07fcf2596cdca60a85c9e7fab408a5e21a4f9dcd40d87"
6955dependencies = [
6956 "num-traits",
6957]
6958
6959[[package]]
6960name = "ordered-float"
6961version = "3.9.1"
6962source = "registry+https://github.com/rust-lang/crates.io-index"
6963checksum = "2a54938017eacd63036332b4ae5c8a49fc8c0c1d6d629893057e4f13609edd06"
6964dependencies = [
6965 "num-traits",
6966]
6967
6968[[package]]
6969name = "ordered-stream"
6970version = "0.2.0"
6971source = "registry+https://github.com/rust-lang/crates.io-index"
6972checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
6973dependencies = [
6974 "futures-core",
6975 "pin-project-lite",
6976]
6977
6978[[package]]
6979name = "os_str_bytes"
6980version = "6.5.1"
6981source = "registry+https://github.com/rust-lang/crates.io-index"
6982checksum = "4d5d9eb14b174ee9aa2ef96dc2b94637a2d4b6e7cb873c7e171f0c20c6cf3eac"
6983
6984[[package]]
6985name = "ouroboros"
6986version = "0.17.2"
6987source = "registry+https://github.com/rust-lang/crates.io-index"
6988checksum = "e2ba07320d39dfea882faa70554b4bd342a5f273ed59ba7c1c6b4c840492c954"
6989dependencies = [
6990 "aliasable",
6991 "ouroboros_macro",
6992 "static_assertions",
6993]
6994
6995[[package]]
6996name = "ouroboros_macro"
6997version = "0.17.2"
6998source = "registry+https://github.com/rust-lang/crates.io-index"
6999checksum = "ec4c6225c69b4ca778c0aea097321a64c421cf4577b331c61b229267edabb6f8"
7000dependencies = [
7001 "heck 0.4.1",
7002 "proc-macro-error",
7003 "proc-macro2",
7004 "quote",
7005 "syn 2.0.59",
7006]
7007
7008[[package]]
7009name = "outline"
7010version = "0.1.0"
7011dependencies = [
7012 "collections",
7013 "editor",
7014 "fuzzy",
7015 "gpui",
7016 "indoc",
7017 "language",
7018 "menu",
7019 "ordered-float 2.10.0",
7020 "picker",
7021 "project",
7022 "rope",
7023 "serde_json",
7024 "settings",
7025 "smol",
7026 "theme",
7027 "tree-sitter-rust",
7028 "tree-sitter-typescript",
7029 "ui",
7030 "util",
7031 "workspace",
7032]
7033
7034[[package]]
7035name = "outref"
7036version = "0.5.1"
7037source = "registry+https://github.com/rust-lang/crates.io-index"
7038checksum = "4030760ffd992bef45b0ae3f10ce1aba99e33464c90d14dd7c039884963ddc7a"
7039
7040[[package]]
7041name = "overload"
7042version = "0.1.1"
7043source = "registry+https://github.com/rust-lang/crates.io-index"
7044checksum = "b15813163c1d831bf4a13c3610c05c0d03b39feb07f7e09fa234dac9b15aaf39"
7045
7046[[package]]
7047name = "p256"
7048version = "0.11.1"
7049source = "registry+https://github.com/rust-lang/crates.io-index"
7050checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
7051dependencies = [
7052 "ecdsa",
7053 "elliptic-curve",
7054 "sha2 0.10.7",
7055]
7056
7057[[package]]
7058name = "page_size"
7059version = "0.6.0"
7060source = "registry+https://github.com/rust-lang/crates.io-index"
7061checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
7062dependencies = [
7063 "libc",
7064 "winapi",
7065]
7066
7067[[package]]
7068name = "palette"
7069version = "0.7.5"
7070source = "registry+https://github.com/rust-lang/crates.io-index"
7071checksum = "ebfc23a4b76642983d57e4ad00bb4504eb30a8ce3c70f4aee1f725610e36d97a"
7072dependencies = [
7073 "approx",
7074 "fast-srgb8",
7075 "palette_derive",
7076]
7077
7078[[package]]
7079name = "palette_derive"
7080version = "0.7.5"
7081source = "registry+https://github.com/rust-lang/crates.io-index"
7082checksum = "e8890702dbec0bad9116041ae586f84805b13eecd1d8b1df27c29998a9969d6d"
7083dependencies = [
7084 "proc-macro2",
7085 "quote",
7086 "syn 2.0.59",
7087]
7088
7089[[package]]
7090name = "parity-tokio-ipc"
7091version = "0.9.0"
7092source = "registry+https://github.com/rust-lang/crates.io-index"
7093checksum = "9981e32fb75e004cc148f5fb70342f393830e0a4aa62e3cc93b50976218d42b6"
7094dependencies = [
7095 "futures 0.3.28",
7096 "libc",
7097 "log",
7098 "rand 0.7.3",
7099 "tokio",
7100 "winapi",
7101]
7102
7103[[package]]
7104name = "parking"
7105version = "2.2.0"
7106source = "registry+https://github.com/rust-lang/crates.io-index"
7107checksum = "bb813b8af86854136c6922af0598d719255ecb2179515e6e7730d468f05c9cae"
7108
7109[[package]]
7110name = "parking_lot"
7111version = "0.12.1"
7112source = "registry+https://github.com/rust-lang/crates.io-index"
7113checksum = "3742b2c103b9f06bc9fff0a37ff4912935851bee6d36f3c02bcc755bcfec228f"
7114dependencies = [
7115 "lock_api",
7116 "parking_lot_core",
7117]
7118
7119[[package]]
7120name = "parking_lot_core"
7121version = "0.9.8"
7122source = "registry+https://github.com/rust-lang/crates.io-index"
7123checksum = "93f00c865fe7cabf650081affecd3871070f26767e7b2070a3ffae14c654b447"
7124dependencies = [
7125 "cfg-if",
7126 "libc",
7127 "redox_syscall 0.3.5",
7128 "smallvec",
7129 "windows-targets 0.48.5",
7130]
7131
7132[[package]]
7133name = "password-hash"
7134version = "0.2.1"
7135source = "registry+https://github.com/rust-lang/crates.io-index"
7136checksum = "c1a5d4e9c205d2c1ae73b84aab6240e98218c0e72e63b50422cfb2d1ca952282"
7137dependencies = [
7138 "base64ct",
7139 "rand_core 0.6.4",
7140 "subtle",
7141]
7142
7143[[package]]
7144name = "paste"
7145version = "1.0.14"
7146source = "registry+https://github.com/rust-lang/crates.io-index"
7147checksum = "de3145af08024dea9fa9914f381a17b8fc6034dfb00f3a84013f7ff43f29ed4c"
7148
7149[[package]]
7150name = "pathdiff"
7151version = "0.2.1"
7152source = "registry+https://github.com/rust-lang/crates.io-index"
7153checksum = "8835116a5c179084a830efb3adc117ab007512b535bc1a21c991d3b32a6b44dd"
7154
7155[[package]]
7156name = "pathfinder_geometry"
7157version = "0.5.1"
7158source = "registry+https://github.com/rust-lang/crates.io-index"
7159checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
7160dependencies = [
7161 "log",
7162 "pathfinder_simd",
7163]
7164
7165[[package]]
7166name = "pathfinder_simd"
7167version = "0.5.3"
7168source = "git+https://github.com/servo/pathfinder.git?rev=30419d07660dc11a21e42ef4a7fa329600cff152#30419d07660dc11a21e42ef4a7fa329600cff152"
7169dependencies = [
7170 "rustc_version",
7171]
7172
7173[[package]]
7174name = "pbkdf2"
7175version = "0.8.0"
7176source = "registry+https://github.com/rust-lang/crates.io-index"
7177checksum = "d95f5254224e617595d2cc3cc73ff0a5eaf2637519e25f03388154e9378b6ffa"
7178dependencies = [
7179 "crypto-mac",
7180]
7181
7182[[package]]
7183name = "pbkdf2"
7184version = "0.12.2"
7185source = "registry+https://github.com/rust-lang/crates.io-index"
7186checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
7187dependencies = [
7188 "digest 0.10.7",
7189 "hmac 0.12.1",
7190]
7191
7192[[package]]
7193name = "peeking_take_while"
7194version = "0.1.2"
7195source = "registry+https://github.com/rust-lang/crates.io-index"
7196checksum = "19b17cddbe7ec3f8bc800887bab5e717348c95ea2ca0b1bf0837fb964dc67099"
7197
7198[[package]]
7199name = "pem"
7200version = "0.8.3"
7201source = "registry+https://github.com/rust-lang/crates.io-index"
7202checksum = "fd56cbd21fea48d0c440b41cd69c589faacade08c992d9a54e471b79d0fd13eb"
7203dependencies = [
7204 "base64 0.13.1",
7205 "once_cell",
7206 "regex",
7207]
7208
7209[[package]]
7210name = "pem-rfc7468"
7211version = "0.7.0"
7212source = "registry+https://github.com/rust-lang/crates.io-index"
7213checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
7214dependencies = [
7215 "base64ct",
7216]
7217
7218[[package]]
7219name = "percent-encoding"
7220version = "2.3.1"
7221source = "registry+https://github.com/rust-lang/crates.io-index"
7222checksum = "e3148f5046208a5d56bcfc03053e3ca6334e51da8dfb19b6cdc8b306fae3283e"
7223
7224[[package]]
7225name = "petgraph"
7226version = "0.6.4"
7227source = "registry+https://github.com/rust-lang/crates.io-index"
7228checksum = "e1d3afd2628e69da2be385eb6f2fd57c8ac7977ceeff6dc166ff1657b0e386a9"
7229dependencies = [
7230 "fixedbitset",
7231 "indexmap 2.0.0",
7232]
7233
7234[[package]]
7235name = "phf"
7236version = "0.11.2"
7237source = "registry+https://github.com/rust-lang/crates.io-index"
7238checksum = "ade2d8b8f33c7333b51bcf0428d37e217e9f32192ae4772156f65063b8ce03dc"
7239dependencies = [
7240 "phf_macros",
7241 "phf_shared",
7242]
7243
7244[[package]]
7245name = "phf_generator"
7246version = "0.11.2"
7247source = "registry+https://github.com/rust-lang/crates.io-index"
7248checksum = "48e4cc64c2ad9ebe670cb8fd69dd50ae301650392e81c05f9bfcb2d5bdbc24b0"
7249dependencies = [
7250 "phf_shared",
7251 "rand 0.8.5",
7252]
7253
7254[[package]]
7255name = "phf_macros"
7256version = "0.11.2"
7257source = "registry+https://github.com/rust-lang/crates.io-index"
7258checksum = "3444646e286606587e49f3bcf1679b8cef1dc2c5ecc29ddacaffc305180d464b"
7259dependencies = [
7260 "phf_generator",
7261 "phf_shared",
7262 "proc-macro2",
7263 "quote",
7264 "syn 2.0.59",
7265]
7266
7267[[package]]
7268name = "phf_shared"
7269version = "0.11.2"
7270source = "registry+https://github.com/rust-lang/crates.io-index"
7271checksum = "90fcb95eef784c2ac79119d1dd819e162b5da872ce6f3c3abe1e8ca1c082f72b"
7272dependencies = [
7273 "siphasher 0.3.11",
7274]
7275
7276[[package]]
7277name = "picker"
7278version = "0.1.0"
7279dependencies = [
7280 "anyhow",
7281 "ctor",
7282 "editor",
7283 "env_logger",
7284 "gpui",
7285 "menu",
7286 "serde",
7287 "serde_json",
7288 "ui",
7289 "workspace",
7290]
7291
7292[[package]]
7293name = "pico-args"
7294version = "0.5.0"
7295source = "registry+https://github.com/rust-lang/crates.io-index"
7296checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
7297
7298[[package]]
7299name = "pin-project"
7300version = "1.1.3"
7301source = "registry+https://github.com/rust-lang/crates.io-index"
7302checksum = "fda4ed1c6c173e3fc7a83629421152e01d7b1f9b7f65fb301e490e8cfc656422"
7303dependencies = [
7304 "pin-project-internal",
7305]
7306
7307[[package]]
7308name = "pin-project-internal"
7309version = "1.1.3"
7310source = "registry+https://github.com/rust-lang/crates.io-index"
7311checksum = "4359fd9c9171ec6e8c62926d6faaf553a8dc3f64e1507e76da7911b4f6a04405"
7312dependencies = [
7313 "proc-macro2",
7314 "quote",
7315 "syn 2.0.59",
7316]
7317
7318[[package]]
7319name = "pin-project-lite"
7320version = "0.2.13"
7321source = "registry+https://github.com/rust-lang/crates.io-index"
7322checksum = "8afb450f006bf6385ca15ef45d71d2288452bc3683ce2e2cacc0d18e4be60b58"
7323
7324[[package]]
7325name = "pin-utils"
7326version = "0.1.0"
7327source = "registry+https://github.com/rust-lang/crates.io-index"
7328checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
7329
7330[[package]]
7331name = "piper"
7332version = "0.2.1"
7333source = "registry+https://github.com/rust-lang/crates.io-index"
7334checksum = "668d31b1c4eba19242f2088b2bf3316b82ca31082a8335764db4e083db7485d4"
7335dependencies = [
7336 "atomic-waker",
7337 "fastrand 2.0.0",
7338 "futures-io",
7339]
7340
7341[[package]]
7342name = "pkcs1"
7343version = "0.7.5"
7344source = "registry+https://github.com/rust-lang/crates.io-index"
7345checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
7346dependencies = [
7347 "der 0.7.8",
7348 "pkcs8 0.10.2",
7349 "spki 0.7.2",
7350]
7351
7352[[package]]
7353name = "pkcs8"
7354version = "0.9.0"
7355source = "registry+https://github.com/rust-lang/crates.io-index"
7356checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
7357dependencies = [
7358 "der 0.6.1",
7359 "spki 0.6.0",
7360]
7361
7362[[package]]
7363name = "pkcs8"
7364version = "0.10.2"
7365source = "registry+https://github.com/rust-lang/crates.io-index"
7366checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
7367dependencies = [
7368 "der 0.7.8",
7369 "spki 0.7.2",
7370]
7371
7372[[package]]
7373name = "pkg-config"
7374version = "0.3.27"
7375source = "registry+https://github.com/rust-lang/crates.io-index"
7376checksum = "26072860ba924cbfa98ea39c8c19b4dd6a4a25423dbdf219c1eca91aa0cf6964"
7377
7378[[package]]
7379name = "plist"
7380version = "1.5.1"
7381source = "registry+https://github.com/rust-lang/crates.io-index"
7382checksum = "9a4a0cfc5fb21a09dc6af4bf834cf10d4a32fccd9e2ea468c4b1751a097487aa"
7383dependencies = [
7384 "base64 0.21.4",
7385 "indexmap 1.9.3",
7386 "line-wrap",
7387 "quick-xml 0.30.0",
7388 "serde",
7389 "time",
7390]
7391
7392[[package]]
7393name = "plotters"
7394version = "0.3.5"
7395source = "registry+https://github.com/rust-lang/crates.io-index"
7396checksum = "d2c224ba00d7cadd4d5c660deaf2098e5e80e07846537c51f9cfa4be50c1fd45"
7397dependencies = [
7398 "num-traits",
7399 "plotters-backend",
7400 "plotters-svg",
7401 "wasm-bindgen",
7402 "web-sys",
7403]
7404
7405[[package]]
7406name = "plotters-backend"
7407version = "0.3.5"
7408source = "registry+https://github.com/rust-lang/crates.io-index"
7409checksum = "9e76628b4d3a7581389a35d5b6e2139607ad7c75b17aed325f210aa91f4a9609"
7410
7411[[package]]
7412name = "plotters-svg"
7413version = "0.3.5"
7414source = "registry+https://github.com/rust-lang/crates.io-index"
7415checksum = "38f6d39893cca0701371e3c27294f09797214b86f1fb951b89ade8ec04e2abab"
7416dependencies = [
7417 "plotters-backend",
7418]
7419
7420[[package]]
7421name = "png"
7422version = "0.16.8"
7423source = "registry+https://github.com/rust-lang/crates.io-index"
7424checksum = "3c3287920cb847dee3de33d301c463fba14dda99db24214ddf93f83d3021f4c6"
7425dependencies = [
7426 "bitflags 1.3.2",
7427 "crc32fast",
7428 "deflate",
7429 "miniz_oxide 0.3.7",
7430]
7431
7432[[package]]
7433name = "png"
7434version = "0.17.13"
7435source = "registry+https://github.com/rust-lang/crates.io-index"
7436checksum = "06e4b0d3d1312775e782c86c91a111aa1f910cbb65e1337f9975b5f9a554b5e1"
7437dependencies = [
7438 "bitflags 1.3.2",
7439 "crc32fast",
7440 "fdeflate",
7441 "flate2",
7442 "miniz_oxide 0.7.1",
7443]
7444
7445[[package]]
7446name = "polling"
7447version = "2.8.0"
7448source = "registry+https://github.com/rust-lang/crates.io-index"
7449checksum = "4b2d323e8ca7996b3e23126511a523f7e62924d93ecd5ae73b333815b0eb3dce"
7450dependencies = [
7451 "autocfg",
7452 "bitflags 1.3.2",
7453 "cfg-if",
7454 "concurrent-queue",
7455 "libc",
7456 "log",
7457 "pin-project-lite",
7458 "windows-sys 0.48.0",
7459]
7460
7461[[package]]
7462name = "polling"
7463version = "3.3.2"
7464source = "registry+https://github.com/rust-lang/crates.io-index"
7465checksum = "545c980a3880efd47b2e262f6a4bb6daad6555cf3367aa9c4e52895f69537a41"
7466dependencies = [
7467 "cfg-if",
7468 "concurrent-queue",
7469 "pin-project-lite",
7470 "rustix 0.38.32",
7471 "tracing",
7472 "windows-sys 0.52.0",
7473]
7474
7475[[package]]
7476name = "pollster"
7477version = "0.2.5"
7478source = "registry+https://github.com/rust-lang/crates.io-index"
7479checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
7480
7481[[package]]
7482name = "postage"
7483version = "0.5.0"
7484source = "registry+https://github.com/rust-lang/crates.io-index"
7485checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
7486dependencies = [
7487 "atomic",
7488 "crossbeam-queue",
7489 "futures 0.3.28",
7490 "log",
7491 "parking_lot",
7492 "pin-project",
7493 "pollster",
7494 "static_assertions",
7495 "thiserror",
7496]
7497
7498[[package]]
7499name = "ppv-lite86"
7500version = "0.2.17"
7501source = "registry+https://github.com/rust-lang/crates.io-index"
7502checksum = "5b40af805b3121feab8a3c29f04d8ad262fa8e0561883e7653e024ae4479e6de"
7503
7504[[package]]
7505name = "prettier"
7506version = "0.1.0"
7507dependencies = [
7508 "anyhow",
7509 "collections",
7510 "fs",
7511 "gpui",
7512 "language",
7513 "log",
7514 "lsp",
7515 "node_runtime",
7516 "parking_lot",
7517 "serde",
7518 "serde_json",
7519 "util",
7520]
7521
7522[[package]]
7523name = "pretty_assertions"
7524version = "1.4.0"
7525source = "registry+https://github.com/rust-lang/crates.io-index"
7526checksum = "af7cee1a6c8a5b9208b3cb1061f10c0cb689087b3d8ce85fb9d2dd7a29b6ba66"
7527dependencies = [
7528 "diff",
7529 "yansi",
7530]
7531
7532[[package]]
7533name = "prettyplease"
7534version = "0.2.15"
7535source = "registry+https://github.com/rust-lang/crates.io-index"
7536checksum = "ae005bd773ab59b4725093fd7df83fd7892f7d8eafb48dbd7de6e024e4215f9d"
7537dependencies = [
7538 "proc-macro2",
7539 "syn 2.0.59",
7540]
7541
7542[[package]]
7543name = "proc-macro-crate"
7544version = "0.1.5"
7545source = "registry+https://github.com/rust-lang/crates.io-index"
7546checksum = "1d6ea3c4595b96363c13943497db34af4460fb474a95c43f4446ad341b8c9785"
7547dependencies = [
7548 "toml 0.5.11",
7549]
7550
7551[[package]]
7552name = "proc-macro-crate"
7553version = "1.3.1"
7554source = "registry+https://github.com/rust-lang/crates.io-index"
7555checksum = "7f4c021e1093a56626774e81216a4ce732a735e5bad4868a03f3ed65ca0c3919"
7556dependencies = [
7557 "once_cell",
7558 "toml_edit 0.19.15",
7559]
7560
7561[[package]]
7562name = "proc-macro-crate"
7563version = "3.1.0"
7564source = "registry+https://github.com/rust-lang/crates.io-index"
7565checksum = "6d37c51ca738a55da99dc0c4a34860fd675453b8b36209178c2249bb13651284"
7566dependencies = [
7567 "toml_edit 0.21.1",
7568]
7569
7570[[package]]
7571name = "proc-macro-error"
7572version = "1.0.4"
7573source = "registry+https://github.com/rust-lang/crates.io-index"
7574checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
7575dependencies = [
7576 "proc-macro-error-attr",
7577 "proc-macro2",
7578 "quote",
7579 "syn 1.0.109",
7580 "version_check",
7581]
7582
7583[[package]]
7584name = "proc-macro-error-attr"
7585version = "1.0.4"
7586source = "registry+https://github.com/rust-lang/crates.io-index"
7587checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
7588dependencies = [
7589 "proc-macro2",
7590 "quote",
7591 "version_check",
7592]
7593
7594[[package]]
7595name = "proc-macro2"
7596version = "1.0.81"
7597source = "registry+https://github.com/rust-lang/crates.io-index"
7598checksum = "3d1597b0c024618f09a9c3b8655b7e430397a36d23fdafec26d6965e9eec3eba"
7599dependencies = [
7600 "unicode-ident",
7601]
7602
7603[[package]]
7604name = "profiling"
7605version = "1.0.15"
7606source = "registry+https://github.com/rust-lang/crates.io-index"
7607checksum = "43d84d1d7a6ac92673717f9f6d1518374ef257669c24ebc5ac25d5033828be58"
7608dependencies = [
7609 "profiling-procmacros",
7610]
7611
7612[[package]]
7613name = "profiling-procmacros"
7614version = "1.0.15"
7615source = "registry+https://github.com/rust-lang/crates.io-index"
7616checksum = "8021cf59c8ec9c432cfc2526ac6b8aa508ecaf29cd415f271b8406c1b851c3fd"
7617dependencies = [
7618 "quote",
7619 "syn 2.0.59",
7620]
7621
7622[[package]]
7623name = "project"
7624version = "0.1.0"
7625dependencies = [
7626 "aho-corasick",
7627 "anyhow",
7628 "async-trait",
7629 "client",
7630 "clock",
7631 "collections",
7632 "env_logger",
7633 "fs",
7634 "futures 0.3.28",
7635 "fuzzy",
7636 "git",
7637 "git2",
7638 "globset",
7639 "gpui",
7640 "http 0.1.0",
7641 "itertools 0.11.0",
7642 "language",
7643 "log",
7644 "lsp",
7645 "node_runtime",
7646 "parking_lot",
7647 "postage",
7648 "prettier",
7649 "pretty_assertions",
7650 "rand 0.8.5",
7651 "regex",
7652 "release_channel",
7653 "rpc",
7654 "schemars",
7655 "serde",
7656 "serde_json",
7657 "settings",
7658 "sha2 0.10.7",
7659 "similar",
7660 "smol",
7661 "task",
7662 "terminal",
7663 "text",
7664 "unindent",
7665 "util",
7666 "which 6.0.0",
7667 "worktree",
7668]
7669
7670[[package]]
7671name = "project_panel"
7672version = "0.1.0"
7673dependencies = [
7674 "anyhow",
7675 "client",
7676 "collections",
7677 "db",
7678 "editor",
7679 "file_icons",
7680 "git",
7681 "gpui",
7682 "language",
7683 "menu",
7684 "pretty_assertions",
7685 "project",
7686 "schemars",
7687 "search",
7688 "serde",
7689 "serde_derive",
7690 "serde_json",
7691 "settings",
7692 "theme",
7693 "ui",
7694 "unicase",
7695 "util",
7696 "workspace",
7697]
7698
7699[[package]]
7700name = "project_symbols"
7701version = "0.1.0"
7702dependencies = [
7703 "anyhow",
7704 "editor",
7705 "futures 0.3.28",
7706 "fuzzy",
7707 "gpui",
7708 "language",
7709 "lsp",
7710 "ordered-float 2.10.0",
7711 "picker",
7712 "project",
7713 "release_channel",
7714 "serde_json",
7715 "settings",
7716 "theme",
7717 "util",
7718 "workspace",
7719]
7720
7721[[package]]
7722name = "prometheus"
7723version = "0.13.3"
7724source = "registry+https://github.com/rust-lang/crates.io-index"
7725checksum = "449811d15fbdf5ceb5c1144416066429cf82316e2ec8ce0c1f6f8a02e7bbcf8c"
7726dependencies = [
7727 "cfg-if",
7728 "fnv",
7729 "lazy_static",
7730 "memchr",
7731 "parking_lot",
7732 "protobuf",
7733 "thiserror",
7734]
7735
7736[[package]]
7737name = "prost"
7738version = "0.9.0"
7739source = "registry+https://github.com/rust-lang/crates.io-index"
7740checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
7741dependencies = [
7742 "bytes 1.5.0",
7743 "prost-derive",
7744]
7745
7746[[package]]
7747name = "prost-build"
7748version = "0.9.0"
7749source = "registry+https://github.com/rust-lang/crates.io-index"
7750checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
7751dependencies = [
7752 "bytes 1.5.0",
7753 "heck 0.3.3",
7754 "itertools 0.10.5",
7755 "lazy_static",
7756 "log",
7757 "multimap",
7758 "petgraph",
7759 "prost",
7760 "prost-types",
7761 "regex",
7762 "tempfile",
7763 "which 4.4.2",
7764]
7765
7766[[package]]
7767name = "prost-derive"
7768version = "0.9.0"
7769source = "registry+https://github.com/rust-lang/crates.io-index"
7770checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
7771dependencies = [
7772 "anyhow",
7773 "itertools 0.10.5",
7774 "proc-macro2",
7775 "quote",
7776 "syn 1.0.109",
7777]
7778
7779[[package]]
7780name = "prost-types"
7781version = "0.9.0"
7782source = "registry+https://github.com/rust-lang/crates.io-index"
7783checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
7784dependencies = [
7785 "bytes 1.5.0",
7786 "prost",
7787]
7788
7789[[package]]
7790name = "protobuf"
7791version = "2.28.0"
7792source = "registry+https://github.com/rust-lang/crates.io-index"
7793checksum = "106dd99e98437432fed6519dedecfade6a06a73bb7b2a1e019fdd2bee5778d94"
7794
7795[[package]]
7796name = "psm"
7797version = "0.1.21"
7798source = "registry+https://github.com/rust-lang/crates.io-index"
7799checksum = "5787f7cda34e3033a72192c018bc5883100330f362ef279a8cbccfce8bb4e874"
7800dependencies = [
7801 "cc",
7802]
7803
7804[[package]]
7805name = "ptr_meta"
7806version = "0.1.4"
7807source = "registry+https://github.com/rust-lang/crates.io-index"
7808checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
7809dependencies = [
7810 "ptr_meta_derive",
7811]
7812
7813[[package]]
7814name = "ptr_meta_derive"
7815version = "0.1.4"
7816source = "registry+https://github.com/rust-lang/crates.io-index"
7817checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
7818dependencies = [
7819 "proc-macro2",
7820 "quote",
7821 "syn 1.0.109",
7822]
7823
7824[[package]]
7825name = "pulldown-cmark"
7826version = "0.10.0"
7827source = "registry+https://github.com/rust-lang/crates.io-index"
7828checksum = "dce76ce678ffc8e5675b22aa1405de0b7037e2fdf8913fea40d1926c6fe1e6e7"
7829dependencies = [
7830 "bitflags 2.4.2",
7831 "memchr",
7832 "unicase",
7833]
7834
7835[[package]]
7836name = "quick-xml"
7837version = "0.30.0"
7838source = "registry+https://github.com/rust-lang/crates.io-index"
7839checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
7840dependencies = [
7841 "memchr",
7842]
7843
7844[[package]]
7845name = "quick-xml"
7846version = "0.31.0"
7847source = "registry+https://github.com/rust-lang/crates.io-index"
7848checksum = "1004a344b30a54e2ee58d66a71b32d2db2feb0a31f9a2d302bf0536f15de2a33"
7849dependencies = [
7850 "memchr",
7851]
7852
7853[[package]]
7854name = "quick_action_bar"
7855version = "0.1.0"
7856dependencies = [
7857 "assistant",
7858 "editor",
7859 "gpui",
7860 "search",
7861 "settings",
7862 "ui",
7863 "workspace",
7864]
7865
7866[[package]]
7867name = "quote"
7868version = "1.0.35"
7869source = "registry+https://github.com/rust-lang/crates.io-index"
7870checksum = "291ec9ab5efd934aaf503a6466c5d5251535d108ee747472c3977cc5acc868ef"
7871dependencies = [
7872 "proc-macro2",
7873]
7874
7875[[package]]
7876name = "radium"
7877version = "0.7.0"
7878source = "registry+https://github.com/rust-lang/crates.io-index"
7879checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
7880
7881[[package]]
7882name = "rand"
7883version = "0.7.3"
7884source = "registry+https://github.com/rust-lang/crates.io-index"
7885checksum = "6a6b1679d49b24bbfe0c803429aa1874472f50d9b363131f0e89fc356b544d03"
7886dependencies = [
7887 "getrandom 0.1.16",
7888 "libc",
7889 "rand_chacha 0.2.2",
7890 "rand_core 0.5.1",
7891 "rand_hc",
7892]
7893
7894[[package]]
7895name = "rand"
7896version = "0.8.5"
7897source = "registry+https://github.com/rust-lang/crates.io-index"
7898checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
7899dependencies = [
7900 "libc",
7901 "rand_chacha 0.3.1",
7902 "rand_core 0.6.4",
7903]
7904
7905[[package]]
7906name = "rand_chacha"
7907version = "0.2.2"
7908source = "registry+https://github.com/rust-lang/crates.io-index"
7909checksum = "f4c8ed856279c9737206bf725bf36935d8666ead7aa69b52be55af369d193402"
7910dependencies = [
7911 "ppv-lite86",
7912 "rand_core 0.5.1",
7913]
7914
7915[[package]]
7916name = "rand_chacha"
7917version = "0.3.1"
7918source = "registry+https://github.com/rust-lang/crates.io-index"
7919checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
7920dependencies = [
7921 "ppv-lite86",
7922 "rand_core 0.6.4",
7923]
7924
7925[[package]]
7926name = "rand_core"
7927version = "0.5.1"
7928source = "registry+https://github.com/rust-lang/crates.io-index"
7929checksum = "90bde5296fc891b0cef12a6d03ddccc162ce7b2aff54160af9338f8d40df6d19"
7930dependencies = [
7931 "getrandom 0.1.16",
7932]
7933
7934[[package]]
7935name = "rand_core"
7936version = "0.6.4"
7937source = "registry+https://github.com/rust-lang/crates.io-index"
7938checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
7939dependencies = [
7940 "getrandom 0.2.10",
7941]
7942
7943[[package]]
7944name = "rand_hc"
7945version = "0.2.0"
7946source = "registry+https://github.com/rust-lang/crates.io-index"
7947checksum = "ca3129af7b92a17112d59ad498c6f81eaf463253766b90396d39ea7a39d6613c"
7948dependencies = [
7949 "rand_core 0.5.1",
7950]
7951
7952[[package]]
7953name = "rangemap"
7954version = "1.4.0"
7955source = "registry+https://github.com/rust-lang/crates.io-index"
7956checksum = "977b1e897f9d764566891689e642653e5ed90c6895106acd005eb4c1d0203991"
7957
7958[[package]]
7959name = "raw-window-handle"
7960version = "0.5.2"
7961source = "registry+https://github.com/rust-lang/crates.io-index"
7962checksum = "f2ff9a1f06a88b01621b7ae906ef0211290d1c8a168a15542486a8f61c0833b9"
7963
7964[[package]]
7965name = "raw-window-handle"
7966version = "0.6.0"
7967source = "registry+https://github.com/rust-lang/crates.io-index"
7968checksum = "42a9830a0e1b9fb145ebb365b8bc4ccd75f290f98c0247deafbbe2c75cefb544"
7969
7970[[package]]
7971name = "raw-window-metal"
7972version = "0.4.0"
7973source = "registry+https://github.com/rust-lang/crates.io-index"
7974checksum = "76e8caa82e31bb98fee12fa8f051c94a6aa36b07cddb03f0d4fc558988360ff1"
7975dependencies = [
7976 "cocoa",
7977 "core-graphics",
7978 "objc",
7979 "raw-window-handle 0.6.0",
7980]
7981
7982[[package]]
7983name = "rayon"
7984version = "1.8.0"
7985source = "registry+https://github.com/rust-lang/crates.io-index"
7986checksum = "9c27db03db7734835b3f53954b534c91069375ce6ccaa2e065441e07d9b6cdb1"
7987dependencies = [
7988 "either",
7989 "rayon-core",
7990]
7991
7992[[package]]
7993name = "rayon-core"
7994version = "1.12.0"
7995source = "registry+https://github.com/rust-lang/crates.io-index"
7996checksum = "5ce3fb6ad83f861aac485e76e1985cd109d9a3713802152be56c3b1f0e0658ed"
7997dependencies = [
7998 "crossbeam-deque",
7999 "crossbeam-utils",
8000]
8001
8002[[package]]
8003name = "read-fonts"
8004version = "0.15.3"
8005source = "registry+https://github.com/rust-lang/crates.io-index"
8006checksum = "a1362980db95801b70031dd592dc052a44b1810ca9da8fbcf7b25983f3174ed0"
8007dependencies = [
8008 "font-types",
8009]
8010
8011[[package]]
8012name = "recent_projects"
8013version = "0.1.0"
8014dependencies = [
8015 "anyhow",
8016 "dev_server_projects",
8017 "editor",
8018 "feature_flags",
8019 "fuzzy",
8020 "gpui",
8021 "language",
8022 "menu",
8023 "ordered-float 2.10.0",
8024 "picker",
8025 "project",
8026 "rpc",
8027 "serde",
8028 "serde_json",
8029 "settings",
8030 "smol",
8031 "theme",
8032 "ui",
8033 "ui_text_field",
8034 "util",
8035 "workspace",
8036]
8037
8038[[package]]
8039name = "redox_syscall"
8040version = "0.2.16"
8041source = "registry+https://github.com/rust-lang/crates.io-index"
8042checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
8043dependencies = [
8044 "bitflags 1.3.2",
8045]
8046
8047[[package]]
8048name = "redox_syscall"
8049version = "0.3.5"
8050source = "registry+https://github.com/rust-lang/crates.io-index"
8051checksum = "567664f262709473930a4bf9e51bf2ebf3348f2e748ccc50dea20646858f8f29"
8052dependencies = [
8053 "bitflags 1.3.2",
8054]
8055
8056[[package]]
8057name = "redox_syscall"
8058version = "0.4.1"
8059source = "registry+https://github.com/rust-lang/crates.io-index"
8060checksum = "4722d768eff46b75989dd134e5c353f0d6296e5aaa3132e776cbdb56be7731aa"
8061dependencies = [
8062 "bitflags 1.3.2",
8063]
8064
8065[[package]]
8066name = "redox_users"
8067version = "0.4.3"
8068source = "registry+https://github.com/rust-lang/crates.io-index"
8069checksum = "b033d837a7cf162d7993aded9304e30a83213c648b6e389db233191f891e5c2b"
8070dependencies = [
8071 "getrandom 0.2.10",
8072 "redox_syscall 0.2.16",
8073 "thiserror",
8074]
8075
8076[[package]]
8077name = "refineable"
8078version = "0.1.0"
8079dependencies = [
8080 "derive_refineable",
8081]
8082
8083[[package]]
8084name = "regalloc2"
8085version = "0.9.3"
8086source = "registry+https://github.com/rust-lang/crates.io-index"
8087checksum = "ad156d539c879b7a24a363a2016d77961786e71f48f2e2fc8302a92abd2429a6"
8088dependencies = [
8089 "hashbrown 0.13.2",
8090 "log",
8091 "rustc-hash",
8092 "slice-group-by",
8093 "smallvec",
8094]
8095
8096[[package]]
8097name = "regex"
8098version = "1.10.3"
8099source = "registry+https://github.com/rust-lang/crates.io-index"
8100checksum = "b62dbe01f0b06f9d8dc7d49e05a0785f153b00b2c227856282f671e0318c9b15"
8101dependencies = [
8102 "aho-corasick",
8103 "memchr",
8104 "regex-automata 0.4.5",
8105 "regex-syntax 0.8.2",
8106]
8107
8108[[package]]
8109name = "regex-automata"
8110version = "0.1.10"
8111source = "registry+https://github.com/rust-lang/crates.io-index"
8112checksum = "6c230d73fb8d8c1b9c0b3135c5142a8acee3a0558fb8db5cf1cb65f8d7862132"
8113dependencies = [
8114 "regex-syntax 0.6.29",
8115]
8116
8117[[package]]
8118name = "regex-automata"
8119version = "0.3.8"
8120source = "registry+https://github.com/rust-lang/crates.io-index"
8121checksum = "c2f401f4955220693b56f8ec66ee9c78abffd8d1c4f23dc41a23839eb88f0795"
8122
8123[[package]]
8124name = "regex-automata"
8125version = "0.4.5"
8126source = "registry+https://github.com/rust-lang/crates.io-index"
8127checksum = "5bb987efffd3c6d0d8f5f89510bb458559eab11e4f869acb20bf845e016259cd"
8128dependencies = [
8129 "aho-corasick",
8130 "memchr",
8131 "regex-syntax 0.8.2",
8132]
8133
8134[[package]]
8135name = "regex-lite"
8136version = "0.1.5"
8137source = "registry+https://github.com/rust-lang/crates.io-index"
8138checksum = "30b661b2f27137bdbc16f00eda72866a92bb28af1753ffbd56744fb6e2e9cd8e"
8139
8140[[package]]
8141name = "regex-syntax"
8142version = "0.6.29"
8143source = "registry+https://github.com/rust-lang/crates.io-index"
8144checksum = "f162c6dd7b008981e4d40210aca20b4bd0f9b60ca9271061b07f78537722f2e1"
8145
8146[[package]]
8147name = "regex-syntax"
8148version = "0.8.2"
8149source = "registry+https://github.com/rust-lang/crates.io-index"
8150checksum = "c08c74e62047bb2de4ff487b251e4a92e24f48745648451635cec7d591162d9f"
8151
8152[[package]]
8153name = "release_channel"
8154version = "0.1.0"
8155dependencies = [
8156 "gpui",
8157 "once_cell",
8158]
8159
8160[[package]]
8161name = "rend"
8162version = "0.4.0"
8163source = "registry+https://github.com/rust-lang/crates.io-index"
8164checksum = "581008d2099240d37fb08d77ad713bcaec2c4d89d50b5b21a8bb1996bbab68ab"
8165dependencies = [
8166 "bytecheck",
8167]
8168
8169[[package]]
8170name = "repair_json"
8171version = "0.1.0"
8172source = "registry+https://github.com/rust-lang/crates.io-index"
8173checksum = "5ee191e184125fe72cb59b74160e25584e3908f2aaa84cbda1e161347102aa15"
8174dependencies = [
8175 "thiserror",
8176]
8177
8178[[package]]
8179name = "reqwest"
8180version = "0.11.20"
8181source = "registry+https://github.com/rust-lang/crates.io-index"
8182checksum = "3e9ad3fe7488d7e34558a2033d45a0c90b72d97b4f80705666fea71472e2e6a1"
8183dependencies = [
8184 "base64 0.21.4",
8185 "bytes 1.5.0",
8186 "encoding_rs",
8187 "futures-core",
8188 "futures-util",
8189 "h2",
8190 "http 0.2.9",
8191 "http-body",
8192 "hyper",
8193 "hyper-tls",
8194 "ipnet",
8195 "js-sys",
8196 "log",
8197 "mime",
8198 "native-tls",
8199 "once_cell",
8200 "percent-encoding",
8201 "pin-project-lite",
8202 "serde",
8203 "serde_json",
8204 "serde_urlencoded",
8205 "tokio",
8206 "tokio-native-tls",
8207 "tower-service",
8208 "url",
8209 "wasm-bindgen",
8210 "wasm-bindgen-futures",
8211 "web-sys",
8212 "winreg 0.50.0",
8213]
8214
8215[[package]]
8216name = "resvg"
8217version = "0.41.0"
8218source = "registry+https://github.com/rust-lang/crates.io-index"
8219checksum = "c2327ced609dadeed3e9702fec3e6b2ddd208758a9268d13e06566c6101ba533"
8220dependencies = [
8221 "log",
8222 "pico-args",
8223 "rgb",
8224 "svgtypes",
8225 "tiny-skia",
8226 "usvg",
8227]
8228
8229[[package]]
8230name = "rfc6979"
8231version = "0.3.1"
8232source = "registry+https://github.com/rust-lang/crates.io-index"
8233checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
8234dependencies = [
8235 "crypto-bigint 0.4.9",
8236 "hmac 0.12.1",
8237 "zeroize",
8238]
8239
8240[[package]]
8241name = "rgb"
8242version = "0.8.36"
8243source = "registry+https://github.com/rust-lang/crates.io-index"
8244checksum = "20ec2d3e3fc7a92ced357df9cebd5a10b6fb2aa1ee797bf7e9ce2f17dffc8f59"
8245dependencies = [
8246 "bytemuck",
8247]
8248
8249[[package]]
8250name = "rich_text"
8251version = "0.1.0"
8252dependencies = [
8253 "futures 0.3.28",
8254 "gpui",
8255 "language",
8256 "linkify",
8257 "pulldown-cmark",
8258 "theme",
8259 "ui",
8260 "util",
8261]
8262
8263[[package]]
8264name = "ring"
8265version = "0.17.7"
8266source = "registry+https://github.com/rust-lang/crates.io-index"
8267checksum = "688c63d65483050968b2a8937f7995f443e27041a0f7700aa59b0822aedebb74"
8268dependencies = [
8269 "cc",
8270 "getrandom 0.2.10",
8271 "libc",
8272 "spin 0.9.8",
8273 "untrusted",
8274 "windows-sys 0.48.0",
8275]
8276
8277[[package]]
8278name = "rkyv"
8279version = "0.7.42"
8280source = "registry+https://github.com/rust-lang/crates.io-index"
8281checksum = "0200c8230b013893c0b2d6213d6ec64ed2b9be2e0e016682b7224ff82cff5c58"
8282dependencies = [
8283 "bitvec",
8284 "bytecheck",
8285 "hashbrown 0.12.3",
8286 "ptr_meta",
8287 "rend",
8288 "rkyv_derive",
8289 "seahash",
8290 "tinyvec",
8291 "uuid",
8292]
8293
8294[[package]]
8295name = "rkyv_derive"
8296version = "0.7.42"
8297source = "registry+https://github.com/rust-lang/crates.io-index"
8298checksum = "b2e06b915b5c230a17d7a736d1e2e63ee753c256a8614ef3f5147b13a4f5541d"
8299dependencies = [
8300 "proc-macro2",
8301 "quote",
8302 "syn 1.0.109",
8303]
8304
8305[[package]]
8306name = "rmp"
8307version = "0.8.12"
8308source = "registry+https://github.com/rust-lang/crates.io-index"
8309checksum = "7f9860a6cc38ed1da53456442089b4dfa35e7cedaa326df63017af88385e6b20"
8310dependencies = [
8311 "byteorder",
8312 "num-traits",
8313 "paste",
8314]
8315
8316[[package]]
8317name = "rmpv"
8318version = "1.0.1"
8319source = "registry+https://github.com/rust-lang/crates.io-index"
8320checksum = "2e0e0214a4a2b444ecce41a4025792fc31f77c7bb89c46d253953ea8c65701ec"
8321dependencies = [
8322 "num-traits",
8323 "rmp",
8324]
8325
8326[[package]]
8327name = "rodio"
8328version = "0.17.1"
8329source = "registry+https://github.com/rust-lang/crates.io-index"
8330checksum = "bdf1d4dea18dff2e9eb6dca123724f8b60ef44ad74a9ad283cdfe025df7e73fa"
8331dependencies = [
8332 "cpal",
8333 "hound",
8334]
8335
8336[[package]]
8337name = "rope"
8338version = "0.1.0"
8339dependencies = [
8340 "arrayvec",
8341 "criterion",
8342 "gpui",
8343 "log",
8344 "rand 0.8.5",
8345 "smallvec",
8346 "sum_tree",
8347 "unicode-segmentation",
8348 "util",
8349]
8350
8351[[package]]
8352name = "roxmltree"
8353version = "0.19.0"
8354source = "registry+https://github.com/rust-lang/crates.io-index"
8355checksum = "3cd14fd5e3b777a7422cca79358c57a8f6e3a703d9ac187448d0daf220c2407f"
8356
8357[[package]]
8358name = "rpc"
8359version = "0.1.0"
8360dependencies = [
8361 "anyhow",
8362 "async-tungstenite",
8363 "base64 0.13.1",
8364 "chrono",
8365 "collections",
8366 "env_logger",
8367 "futures 0.3.28",
8368 "gpui",
8369 "parking_lot",
8370 "prost",
8371 "prost-build",
8372 "rand 0.8.5",
8373 "rsa 0.4.0",
8374 "serde",
8375 "serde_json",
8376 "strum",
8377 "tracing",
8378 "util",
8379 "zstd",
8380]
8381
8382[[package]]
8383name = "rsa"
8384version = "0.4.0"
8385source = "registry+https://github.com/rust-lang/crates.io-index"
8386checksum = "68ef841a26fc5d040ced0417c6c6a64ee851f42489df11cdf0218e545b6f8d28"
8387dependencies = [
8388 "byteorder",
8389 "digest 0.9.0",
8390 "lazy_static",
8391 "num-bigint-dig 0.7.1",
8392 "num-integer",
8393 "num-iter",
8394 "num-traits",
8395 "pem",
8396 "rand 0.8.5",
8397 "simple_asn1",
8398 "subtle",
8399 "zeroize",
8400]
8401
8402[[package]]
8403name = "rsa"
8404version = "0.9.2"
8405source = "registry+https://github.com/rust-lang/crates.io-index"
8406checksum = "6ab43bb47d23c1a631b4b680199a45255dce26fa9ab2fa902581f624ff13e6a8"
8407dependencies = [
8408 "byteorder",
8409 "const-oid",
8410 "digest 0.10.7",
8411 "num-bigint-dig 0.8.4",
8412 "num-integer",
8413 "num-iter",
8414 "num-traits",
8415 "pkcs1",
8416 "pkcs8 0.10.2",
8417 "rand_core 0.6.4",
8418 "signature 2.1.0",
8419 "spki 0.7.2",
8420 "subtle",
8421 "zeroize",
8422]
8423
8424[[package]]
8425name = "rust-embed"
8426version = "8.4.0"
8427source = "registry+https://github.com/rust-lang/crates.io-index"
8428checksum = "19549741604902eb99a7ed0ee177a0663ee1eda51a29f71401f166e47e77806a"
8429dependencies = [
8430 "rust-embed-impl",
8431 "rust-embed-utils",
8432 "walkdir",
8433]
8434
8435[[package]]
8436name = "rust-embed-impl"
8437version = "8.4.0"
8438source = "registry+https://github.com/rust-lang/crates.io-index"
8439checksum = "cb9f96e283ec64401f30d3df8ee2aaeb2561f34c824381efa24a35f79bf40ee4"
8440dependencies = [
8441 "proc-macro2",
8442 "quote",
8443 "rust-embed-utils",
8444 "syn 2.0.59",
8445 "walkdir",
8446]
8447
8448[[package]]
8449name = "rust-embed-utils"
8450version = "8.4.0"
8451source = "registry+https://github.com/rust-lang/crates.io-index"
8452checksum = "38c74a686185620830701348de757fd36bef4aa9680fd23c49fc539ddcc1af32"
8453dependencies = [
8454 "globset",
8455 "sha2 0.10.7",
8456 "walkdir",
8457]
8458
8459[[package]]
8460name = "rust_decimal"
8461version = "1.32.0"
8462source = "registry+https://github.com/rust-lang/crates.io-index"
8463checksum = "a4c4216490d5a413bc6d10fa4742bd7d4955941d062c0ef873141d6b0e7b30fd"
8464dependencies = [
8465 "arrayvec",
8466 "borsh",
8467 "bytes 1.5.0",
8468 "num-traits",
8469 "rand 0.8.5",
8470 "rkyv",
8471 "serde",
8472 "serde_json",
8473]
8474
8475[[package]]
8476name = "rustc-demangle"
8477version = "0.1.23"
8478source = "registry+https://github.com/rust-lang/crates.io-index"
8479checksum = "d626bb9dae77e28219937af045c257c28bfd3f69333c512553507f5f9798cb76"
8480
8481[[package]]
8482name = "rustc-hash"
8483version = "1.1.0"
8484source = "registry+https://github.com/rust-lang/crates.io-index"
8485checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
8486
8487[[package]]
8488name = "rustc_version"
8489version = "0.4.0"
8490source = "registry+https://github.com/rust-lang/crates.io-index"
8491checksum = "bfa0f585226d2e68097d4f95d113b15b83a82e819ab25717ec0590d9584ef366"
8492dependencies = [
8493 "semver",
8494]
8495
8496[[package]]
8497name = "rustix"
8498version = "0.37.23"
8499source = "registry+https://github.com/rust-lang/crates.io-index"
8500checksum = "4d69718bf81c6127a49dc64e44a742e8bb9213c0ff8869a22c308f84c1d4ab06"
8501dependencies = [
8502 "bitflags 1.3.2",
8503 "errno 0.3.8",
8504 "io-lifetimes 1.0.11",
8505 "libc",
8506 "linux-raw-sys 0.3.8",
8507 "windows-sys 0.48.0",
8508]
8509
8510[[package]]
8511name = "rustix"
8512version = "0.38.32"
8513source = "registry+https://github.com/rust-lang/crates.io-index"
8514checksum = "65e04861e65f21776e67888bfbea442b3642beaa0138fdb1dd7a84a52dffdb89"
8515dependencies = [
8516 "bitflags 2.4.2",
8517 "errno 0.3.8",
8518 "itoa",
8519 "libc",
8520 "linux-raw-sys 0.4.12",
8521 "once_cell",
8522 "windows-sys 0.52.0",
8523]
8524
8525[[package]]
8526name = "rustix-openpty"
8527version = "0.1.1"
8528source = "registry+https://github.com/rust-lang/crates.io-index"
8529checksum = "a25c3aad9fc1424eb82c88087789a7d938e1829724f3e4043163baf0d13cfc12"
8530dependencies = [
8531 "errno 0.3.8",
8532 "libc",
8533 "rustix 0.38.32",
8534]
8535
8536[[package]]
8537name = "rustls"
8538version = "0.21.12"
8539source = "registry+https://github.com/rust-lang/crates.io-index"
8540checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
8541dependencies = [
8542 "log",
8543 "ring",
8544 "rustls-webpki",
8545 "sct",
8546]
8547
8548[[package]]
8549name = "rustls-native-certs"
8550version = "0.6.3"
8551source = "registry+https://github.com/rust-lang/crates.io-index"
8552checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
8553dependencies = [
8554 "openssl-probe",
8555 "rustls-pemfile",
8556 "schannel",
8557 "security-framework",
8558]
8559
8560[[package]]
8561name = "rustls-pemfile"
8562version = "1.0.3"
8563source = "registry+https://github.com/rust-lang/crates.io-index"
8564checksum = "2d3987094b1d07b653b7dfdc3f70ce9a1da9c51ac18c1b06b662e4f9a0e9f4b2"
8565dependencies = [
8566 "base64 0.21.4",
8567]
8568
8569[[package]]
8570name = "rustls-webpki"
8571version = "0.101.7"
8572source = "registry+https://github.com/rust-lang/crates.io-index"
8573checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
8574dependencies = [
8575 "ring",
8576 "untrusted",
8577]
8578
8579[[package]]
8580name = "rustversion"
8581version = "1.0.14"
8582source = "registry+https://github.com/rust-lang/crates.io-index"
8583checksum = "7ffc183a10b4478d04cbbbfc96d0873219d962dd5accaff2ffbd4ceb7df837f4"
8584
8585[[package]]
8586name = "rustybuzz"
8587version = "0.12.1"
8588source = "registry+https://github.com/rust-lang/crates.io-index"
8589checksum = "f0ae5692c5beaad6a9e22830deeed7874eae8a4e3ba4076fb48e12c56856222c"
8590dependencies = [
8591 "bitflags 2.4.2",
8592 "bytemuck",
8593 "libm",
8594 "smallvec",
8595 "ttf-parser",
8596 "unicode-bidi-mirroring",
8597 "unicode-ccc",
8598 "unicode-properties",
8599 "unicode-script",
8600]
8601
8602[[package]]
8603name = "ryu"
8604version = "1.0.15"
8605source = "registry+https://github.com/rust-lang/crates.io-index"
8606checksum = "1ad4cc8da4ef723ed60bced201181d83791ad433213d8c24efffda1eec85d741"
8607
8608[[package]]
8609name = "safemem"
8610version = "0.3.3"
8611source = "registry+https://github.com/rust-lang/crates.io-index"
8612checksum = "ef703b7cb59335eae2eb93ceb664c0eb7ea6bf567079d843e09420219668e072"
8613
8614[[package]]
8615name = "salsa20"
8616version = "0.8.1"
8617source = "registry+https://github.com/rust-lang/crates.io-index"
8618checksum = "ecbd2eb639fd7cab5804a0837fe373cc2172d15437e804c054a9fb885cb923b0"
8619dependencies = [
8620 "cipher 0.3.0",
8621]
8622
8623[[package]]
8624name = "same-file"
8625version = "1.0.6"
8626source = "registry+https://github.com/rust-lang/crates.io-index"
8627checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
8628dependencies = [
8629 "winapi-util",
8630]
8631
8632[[package]]
8633name = "schannel"
8634version = "0.1.22"
8635source = "registry+https://github.com/rust-lang/crates.io-index"
8636checksum = "0c3733bf4cf7ea0880754e19cb5a462007c4a8c1914bff372ccc95b464f1df88"
8637dependencies = [
8638 "windows-sys 0.48.0",
8639]
8640
8641[[package]]
8642name = "schemars"
8643version = "0.8.15"
8644source = "registry+https://github.com/rust-lang/crates.io-index"
8645checksum = "1f7b0ce13155372a76ee2e1c5ffba1fe61ede73fbea5630d61eee6fac4929c0c"
8646dependencies = [
8647 "dyn-clone",
8648 "indexmap 1.9.3",
8649 "schemars_derive",
8650 "serde",
8651 "serde_json",
8652]
8653
8654[[package]]
8655name = "schemars_derive"
8656version = "0.8.15"
8657source = "registry+https://github.com/rust-lang/crates.io-index"
8658checksum = "e85e2a16b12bdb763244c69ab79363d71db2b4b918a2def53f80b02e0574b13c"
8659dependencies = [
8660 "proc-macro2",
8661 "quote",
8662 "serde_derive_internals",
8663 "syn 1.0.109",
8664]
8665
8666[[package]]
8667name = "scoped-tls"
8668version = "1.0.1"
8669source = "registry+https://github.com/rust-lang/crates.io-index"
8670checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
8671
8672[[package]]
8673name = "scoped_threadpool"
8674version = "0.1.9"
8675source = "registry+https://github.com/rust-lang/crates.io-index"
8676checksum = "1d51f5df5af43ab3f1360b429fa5e0152ac5ce8c0bd6485cae490332e96846a8"
8677
8678[[package]]
8679name = "scopeguard"
8680version = "1.2.0"
8681source = "registry+https://github.com/rust-lang/crates.io-index"
8682checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
8683
8684[[package]]
8685name = "scrypt"
8686version = "0.7.0"
8687source = "registry+https://github.com/rust-lang/crates.io-index"
8688checksum = "879588d8f90906e73302547e20fffefdd240eb3e0e744e142321f5d49dea0518"
8689dependencies = [
8690 "base64ct",
8691 "hmac 0.11.0",
8692 "password-hash",
8693 "pbkdf2 0.8.0",
8694 "salsa20",
8695 "sha2 0.9.9",
8696]
8697
8698[[package]]
8699name = "sct"
8700version = "0.7.1"
8701source = "registry+https://github.com/rust-lang/crates.io-index"
8702checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
8703dependencies = [
8704 "ring",
8705 "untrusted",
8706]
8707
8708[[package]]
8709name = "sea-bae"
8710version = "0.2.0"
8711source = "registry+https://github.com/rust-lang/crates.io-index"
8712checksum = "3bd3534a9978d0aa7edd2808dc1f8f31c4d0ecd31ddf71d997b3c98e9f3c9114"
8713dependencies = [
8714 "heck 0.4.1",
8715 "proc-macro-error",
8716 "proc-macro2",
8717 "quote",
8718 "syn 2.0.59",
8719]
8720
8721[[package]]
8722name = "sea-orm"
8723version = "0.12.3"
8724source = "registry+https://github.com/rust-lang/crates.io-index"
8725checksum = "da5b2d70c255bc5cbe1d49f69c3c8eadae0fbbaeb18ee978edbf2f75775cb94d"
8726dependencies = [
8727 "async-stream",
8728 "async-trait",
8729 "bigdecimal",
8730 "chrono",
8731 "futures 0.3.28",
8732 "log",
8733 "ouroboros",
8734 "rust_decimal",
8735 "sea-orm-macros",
8736 "sea-query",
8737 "sea-query-binder",
8738 "serde",
8739 "serde_json",
8740 "sqlx",
8741 "strum",
8742 "thiserror",
8743 "time",
8744 "tracing",
8745 "url",
8746 "uuid",
8747]
8748
8749[[package]]
8750name = "sea-orm-macros"
8751version = "0.12.3"
8752source = "registry+https://github.com/rust-lang/crates.io-index"
8753checksum = "d7c8d455fad40194fb9774fdc4810c0f2700ff0dc0e93bd5ce9d641cc3f5dd75"
8754dependencies = [
8755 "heck 0.4.1",
8756 "proc-macro2",
8757 "quote",
8758 "sea-bae",
8759 "syn 2.0.59",
8760 "unicode-ident",
8761]
8762
8763[[package]]
8764name = "sea-query"
8765version = "0.30.2"
8766source = "registry+https://github.com/rust-lang/crates.io-index"
8767checksum = "fb3e6bba153bb198646c8762c48414942a38db27d142e44735a133cabddcc820"
8768dependencies = [
8769 "bigdecimal",
8770 "chrono",
8771 "derivative",
8772 "inherent",
8773 "ordered-float 3.9.1",
8774 "rust_decimal",
8775 "serde_json",
8776 "time",
8777 "uuid",
8778]
8779
8780[[package]]
8781name = "sea-query-binder"
8782version = "0.5.0"
8783source = "registry+https://github.com/rust-lang/crates.io-index"
8784checksum = "36bbb68df92e820e4d5aeb17b4acd5cc8b5d18b2c36a4dd6f4626aabfa7ab1b9"
8785dependencies = [
8786 "bigdecimal",
8787 "chrono",
8788 "rust_decimal",
8789 "sea-query",
8790 "serde_json",
8791 "sqlx",
8792 "time",
8793 "uuid",
8794]
8795
8796[[package]]
8797name = "seahash"
8798version = "4.1.0"
8799source = "registry+https://github.com/rust-lang/crates.io-index"
8800checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
8801
8802[[package]]
8803name = "sealed"
8804version = "0.4.0"
8805source = "registry+https://github.com/rust-lang/crates.io-index"
8806checksum = "6b5e421024b5e5edfbaa8e60ecf90bda9dbffc602dbb230e6028763f85f0c68c"
8807dependencies = [
8808 "heck 0.3.3",
8809 "proc-macro2",
8810 "quote",
8811 "syn 1.0.109",
8812]
8813
8814[[package]]
8815name = "search"
8816version = "0.1.0"
8817dependencies = [
8818 "any_vec",
8819 "anyhow",
8820 "bitflags 2.4.2",
8821 "client",
8822 "collections",
8823 "editor",
8824 "futures 0.3.28",
8825 "gpui",
8826 "language",
8827 "menu",
8828 "project",
8829 "serde",
8830 "serde_json",
8831 "settings",
8832 "smol",
8833 "theme",
8834 "ui",
8835 "unindent",
8836 "util",
8837 "workspace",
8838]
8839
8840[[package]]
8841name = "sec1"
8842version = "0.3.0"
8843source = "registry+https://github.com/rust-lang/crates.io-index"
8844checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
8845dependencies = [
8846 "base16ct",
8847 "der 0.6.1",
8848 "generic-array",
8849 "pkcs8 0.9.0",
8850 "subtle",
8851 "zeroize",
8852]
8853
8854[[package]]
8855name = "security-framework"
8856version = "2.9.2"
8857source = "registry+https://github.com/rust-lang/crates.io-index"
8858checksum = "05b64fb303737d99b81884b2c63433e9ae28abebe5eb5045dcdd175dc2ecf4de"
8859dependencies = [
8860 "bitflags 1.3.2",
8861 "core-foundation",
8862 "core-foundation-sys 0.8.6",
8863 "libc",
8864 "security-framework-sys",
8865]
8866
8867[[package]]
8868name = "security-framework-sys"
8869version = "2.9.1"
8870source = "registry+https://github.com/rust-lang/crates.io-index"
8871checksum = "e932934257d3b408ed8f30db49d85ea163bfe74961f017f405b025af298f0c7a"
8872dependencies = [
8873 "core-foundation-sys 0.8.6",
8874 "libc",
8875]
8876
8877[[package]]
8878name = "self_cell"
8879version = "1.0.3"
8880source = "registry+https://github.com/rust-lang/crates.io-index"
8881checksum = "58bf37232d3bb9a2c4e641ca2a11d83b5062066f88df7fed36c28772046d65ba"
8882
8883[[package]]
8884name = "semantic_index"
8885version = "0.1.0"
8886dependencies = [
8887 "anyhow",
8888 "client",
8889 "clock",
8890 "collections",
8891 "env_logger",
8892 "fs",
8893 "futures 0.3.28",
8894 "futures-batch",
8895 "gpui",
8896 "heed",
8897 "http 0.1.0",
8898 "language",
8899 "languages",
8900 "log",
8901 "open_ai",
8902 "parking_lot",
8903 "project",
8904 "serde",
8905 "serde_json",
8906 "settings",
8907 "sha2 0.10.7",
8908 "smol",
8909 "tempfile",
8910 "theme",
8911 "tree-sitter",
8912 "ui",
8913 "unindent",
8914 "util",
8915 "workspace",
8916 "worktree",
8917]
8918
8919[[package]]
8920name = "semantic_version"
8921version = "0.1.0"
8922dependencies = [
8923 "anyhow",
8924 "serde",
8925]
8926
8927[[package]]
8928name = "semver"
8929version = "1.0.18"
8930source = "registry+https://github.com/rust-lang/crates.io-index"
8931checksum = "b0293b4b29daaf487284529cc2f5675b8e57c61f70167ba415a463651fd6a918"
8932
8933[[package]]
8934name = "serde"
8935version = "1.0.196"
8936source = "registry+https://github.com/rust-lang/crates.io-index"
8937checksum = "870026e60fa08c69f064aa766c10f10b1d62db9ccd4d0abb206472bee0ce3b32"
8938dependencies = [
8939 "serde_derive",
8940]
8941
8942[[package]]
8943name = "serde_derive"
8944version = "1.0.196"
8945source = "registry+https://github.com/rust-lang/crates.io-index"
8946checksum = "33c85360c95e7d137454dc81d9a4ed2b8efd8fbe19cee57357b32b9771fccb67"
8947dependencies = [
8948 "proc-macro2",
8949 "quote",
8950 "syn 2.0.59",
8951]
8952
8953[[package]]
8954name = "serde_derive_internals"
8955version = "0.26.0"
8956source = "registry+https://github.com/rust-lang/crates.io-index"
8957checksum = "85bf8229e7920a9f636479437026331ce11aa132b4dde37d121944a44d6e5f3c"
8958dependencies = [
8959 "proc-macro2",
8960 "quote",
8961 "syn 1.0.109",
8962]
8963
8964[[package]]
8965name = "serde_fmt"
8966version = "1.0.3"
8967source = "registry+https://github.com/rust-lang/crates.io-index"
8968checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
8969dependencies = [
8970 "serde",
8971]
8972
8973[[package]]
8974name = "serde_json"
8975version = "1.0.107"
8976source = "registry+https://github.com/rust-lang/crates.io-index"
8977checksum = "6b420ce6e3d8bd882e9b243c6eed35dbc9a6110c9769e74b584e0d68d1f20c65"
8978dependencies = [
8979 "indexmap 2.0.0",
8980 "itoa",
8981 "ryu",
8982 "serde",
8983]
8984
8985[[package]]
8986name = "serde_json_lenient"
8987version = "0.1.7"
8988source = "registry+https://github.com/rust-lang/crates.io-index"
8989checksum = "26386958a1344003f2b2bcff51a23fbe70461a478ef29247c6c6ab2c1656f53e"
8990dependencies = [
8991 "indexmap 2.0.0",
8992 "itoa",
8993 "ryu",
8994 "serde",
8995]
8996
8997[[package]]
8998name = "serde_path_to_error"
8999version = "0.1.15"
9000source = "registry+https://github.com/rust-lang/crates.io-index"
9001checksum = "ebd154a240de39fdebcf5775d2675c204d7c13cf39a4c697be6493c8e734337c"
9002dependencies = [
9003 "itoa",
9004 "serde",
9005]
9006
9007[[package]]
9008name = "serde_repr"
9009version = "0.1.16"
9010source = "registry+https://github.com/rust-lang/crates.io-index"
9011checksum = "8725e1dfadb3a50f7e5ce0b1a540466f6ed3fe7a0fca2ac2b8b831d31316bd00"
9012dependencies = [
9013 "proc-macro2",
9014 "quote",
9015 "syn 2.0.59",
9016]
9017
9018[[package]]
9019name = "serde_spanned"
9020version = "0.6.5"
9021source = "registry+https://github.com/rust-lang/crates.io-index"
9022checksum = "eb3622f419d1296904700073ea6cc23ad690adbd66f13ea683df73298736f0c1"
9023dependencies = [
9024 "serde",
9025]
9026
9027[[package]]
9028name = "serde_urlencoded"
9029version = "0.7.1"
9030source = "registry+https://github.com/rust-lang/crates.io-index"
9031checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
9032dependencies = [
9033 "form_urlencoded",
9034 "itoa",
9035 "ryu",
9036 "serde",
9037]
9038
9039[[package]]
9040name = "settings"
9041version = "0.1.0"
9042dependencies = [
9043 "anyhow",
9044 "collections",
9045 "fs",
9046 "futures 0.3.28",
9047 "gpui",
9048 "indoc",
9049 "lazy_static",
9050 "pretty_assertions",
9051 "release_channel",
9052 "rust-embed",
9053 "schemars",
9054 "serde",
9055 "serde_derive",
9056 "serde_json",
9057 "serde_json_lenient",
9058 "smallvec",
9059 "tree-sitter",
9060 "tree-sitter-json 0.19.0",
9061 "unindent",
9062 "util",
9063]
9064
9065[[package]]
9066name = "sha-1"
9067version = "0.9.8"
9068source = "registry+https://github.com/rust-lang/crates.io-index"
9069checksum = "99cd6713db3cf16b6c84e06321e049a9b9f699826e16096d23bbcc44d15d51a6"
9070dependencies = [
9071 "block-buffer 0.9.0",
9072 "cfg-if",
9073 "cpufeatures",
9074 "digest 0.9.0",
9075 "opaque-debug",
9076]
9077
9078[[package]]
9079name = "sha1"
9080version = "0.10.6"
9081source = "registry+https://github.com/rust-lang/crates.io-index"
9082checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
9083dependencies = [
9084 "cfg-if",
9085 "cpufeatures",
9086 "digest 0.10.7",
9087]
9088
9089[[package]]
9090name = "sha1_smol"
9091version = "1.0.0"
9092source = "registry+https://github.com/rust-lang/crates.io-index"
9093checksum = "ae1a47186c03a32177042e55dbc5fd5aee900b8e0069a8d70fba96a9375cd012"
9094
9095[[package]]
9096name = "sha2"
9097version = "0.9.9"
9098source = "registry+https://github.com/rust-lang/crates.io-index"
9099checksum = "4d58a1e1bf39749807d89cf2d98ac2dfa0ff1cb3faa38fbb64dd88ac8013d800"
9100dependencies = [
9101 "block-buffer 0.9.0",
9102 "cfg-if",
9103 "cpufeatures",
9104 "digest 0.9.0",
9105 "opaque-debug",
9106]
9107
9108[[package]]
9109name = "sha2"
9110version = "0.10.7"
9111source = "registry+https://github.com/rust-lang/crates.io-index"
9112checksum = "479fb9d862239e610720565ca91403019f2f00410f1864c5aa7479b950a76ed8"
9113dependencies = [
9114 "cfg-if",
9115 "cpufeatures",
9116 "digest 0.10.7",
9117]
9118
9119[[package]]
9120name = "sharded-slab"
9121version = "0.1.4"
9122source = "registry+https://github.com/rust-lang/crates.io-index"
9123checksum = "900fba806f70c630b0a382d0d825e17a0f19fcd059a2ade1ff237bcddf446b31"
9124dependencies = [
9125 "lazy_static",
9126]
9127
9128[[package]]
9129name = "shell-words"
9130version = "1.1.0"
9131source = "registry+https://github.com/rust-lang/crates.io-index"
9132checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
9133
9134[[package]]
9135name = "shellexpand"
9136version = "2.1.2"
9137source = "registry+https://github.com/rust-lang/crates.io-index"
9138checksum = "7ccc8076840c4da029af4f87e4e8daeb0fca6b87bbb02e10cb60b791450e11e4"
9139dependencies = [
9140 "dirs 4.0.0",
9141]
9142
9143[[package]]
9144name = "shlex"
9145version = "1.3.0"
9146source = "registry+https://github.com/rust-lang/crates.io-index"
9147checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
9148
9149[[package]]
9150name = "signal-hook"
9151version = "0.3.17"
9152source = "registry+https://github.com/rust-lang/crates.io-index"
9153checksum = "8621587d4798caf8eb44879d42e56b9a93ea5dcd315a6487c357130095b62801"
9154dependencies = [
9155 "libc",
9156 "signal-hook-registry",
9157]
9158
9159[[package]]
9160name = "signal-hook-registry"
9161version = "1.4.1"
9162source = "registry+https://github.com/rust-lang/crates.io-index"
9163checksum = "d8229b473baa5980ac72ef434c4415e70c4b5e71b423043adb4ba059f89c99a1"
9164dependencies = [
9165 "libc",
9166]
9167
9168[[package]]
9169name = "signature"
9170version = "1.6.4"
9171source = "registry+https://github.com/rust-lang/crates.io-index"
9172checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
9173dependencies = [
9174 "digest 0.10.7",
9175 "rand_core 0.6.4",
9176]
9177
9178[[package]]
9179name = "signature"
9180version = "2.1.0"
9181source = "registry+https://github.com/rust-lang/crates.io-index"
9182checksum = "5e1788eed21689f9cf370582dfc467ef36ed9c707f073528ddafa8d83e3b8500"
9183dependencies = [
9184 "digest 0.10.7",
9185 "rand_core 0.6.4",
9186]
9187
9188[[package]]
9189name = "simd-adler32"
9190version = "0.3.7"
9191source = "registry+https://github.com/rust-lang/crates.io-index"
9192checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
9193
9194[[package]]
9195name = "simdutf8"
9196version = "0.1.4"
9197source = "registry+https://github.com/rust-lang/crates.io-index"
9198checksum = "f27f6278552951f1f2b8cf9da965d10969b2efdea95a6ec47987ab46edfe263a"
9199
9200[[package]]
9201name = "similar"
9202version = "1.3.0"
9203source = "registry+https://github.com/rust-lang/crates.io-index"
9204checksum = "1ad1d488a557b235fc46dae55512ffbfc429d2482b08b4d9435ab07384ca8aec"
9205
9206[[package]]
9207name = "simple_asn1"
9208version = "0.5.4"
9209source = "registry+https://github.com/rust-lang/crates.io-index"
9210checksum = "8eb4ea60fb301dc81dfc113df680571045d375ab7345d171c5dc7d7e13107a80"
9211dependencies = [
9212 "chrono",
9213 "num-bigint",
9214 "num-traits",
9215 "thiserror",
9216]
9217
9218[[package]]
9219name = "simplecss"
9220version = "0.2.1"
9221source = "registry+https://github.com/rust-lang/crates.io-index"
9222checksum = "a11be7c62927d9427e9f40f3444d5499d868648e2edbc4e2116de69e7ec0e89d"
9223dependencies = [
9224 "log",
9225]
9226
9227[[package]]
9228name = "simplelog"
9229version = "0.9.0"
9230source = "registry+https://github.com/rust-lang/crates.io-index"
9231checksum = "4bc0ffd69814a9b251d43afcabf96dad1b29f5028378056257be9e3fecc9f720"
9232dependencies = [
9233 "chrono",
9234 "log",
9235 "termcolor",
9236]
9237
9238[[package]]
9239name = "siphasher"
9240version = "0.3.11"
9241source = "registry+https://github.com/rust-lang/crates.io-index"
9242checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
9243
9244[[package]]
9245name = "siphasher"
9246version = "1.0.1"
9247source = "registry+https://github.com/rust-lang/crates.io-index"
9248checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
9249
9250[[package]]
9251name = "slab"
9252version = "0.4.9"
9253source = "registry+https://github.com/rust-lang/crates.io-index"
9254checksum = "8f92a496fb766b417c996b9c5e57daf2f7ad3b0bebe1ccfca4856390e3d3bb67"
9255dependencies = [
9256 "autocfg",
9257]
9258
9259[[package]]
9260name = "slice-group-by"
9261version = "0.3.1"
9262source = "registry+https://github.com/rust-lang/crates.io-index"
9263checksum = "826167069c09b99d56f31e9ae5c99049e932a98c9dc2dac47645b08dbbf76ba7"
9264
9265[[package]]
9266name = "slotmap"
9267version = "1.0.6"
9268source = "registry+https://github.com/rust-lang/crates.io-index"
9269checksum = "e1e08e261d0e8f5c43123b7adf3e4ca1690d655377ac93a03b2c9d3e98de1342"
9270dependencies = [
9271 "version_check",
9272]
9273
9274[[package]]
9275name = "sluice"
9276version = "0.5.5"
9277source = "registry+https://github.com/rust-lang/crates.io-index"
9278checksum = "6d7400c0eff44aa2fcb5e31a5f24ba9716ed90138769e4977a2ba6014ae63eb5"
9279dependencies = [
9280 "async-channel 1.9.0",
9281 "futures-core",
9282 "futures-io",
9283]
9284
9285[[package]]
9286name = "smallvec"
9287version = "1.11.1"
9288source = "registry+https://github.com/rust-lang/crates.io-index"
9289checksum = "942b4a808e05215192e39f4ab80813e599068285906cc91aa64f923db842bd5a"
9290
9291[[package]]
9292name = "smithay-client-toolkit"
9293version = "0.18.1"
9294source = "registry+https://github.com/rust-lang/crates.io-index"
9295checksum = "922fd3eeab3bd820d76537ce8f582b1cf951eceb5475c28500c7457d9d17f53a"
9296dependencies = [
9297 "bitflags 2.4.2",
9298 "calloop",
9299 "calloop-wayland-source",
9300 "cursor-icon",
9301 "libc",
9302 "log",
9303 "memmap2 0.9.4",
9304 "rustix 0.38.32",
9305 "thiserror",
9306 "wayland-backend",
9307 "wayland-client",
9308 "wayland-csd-frame",
9309 "wayland-cursor",
9310 "wayland-protocols",
9311 "wayland-protocols-wlr",
9312 "wayland-scanner",
9313 "xkeysym",
9314]
9315
9316[[package]]
9317name = "smithay-clipboard"
9318version = "0.7.1"
9319source = "registry+https://github.com/rust-lang/crates.io-index"
9320checksum = "c091e7354ea8059d6ad99eace06dd13ddeedbb0ac72d40a9a6e7ff790525882d"
9321dependencies = [
9322 "libc",
9323 "smithay-client-toolkit",
9324 "wayland-backend",
9325]
9326
9327[[package]]
9328name = "smol"
9329version = "1.3.0"
9330source = "registry+https://github.com/rust-lang/crates.io-index"
9331checksum = "13f2b548cd8447f8de0fdf1c592929f70f4fc7039a05e47404b0d096ec6987a1"
9332dependencies = [
9333 "async-channel 1.9.0",
9334 "async-executor",
9335 "async-fs 1.6.0",
9336 "async-io 1.13.0",
9337 "async-lock 2.8.0",
9338 "async-net 1.7.0",
9339 "async-process 1.7.0",
9340 "blocking",
9341 "futures-lite 1.13.0",
9342]
9343
9344[[package]]
9345name = "snippet"
9346version = "0.1.0"
9347dependencies = [
9348 "anyhow",
9349 "smallvec",
9350]
9351
9352[[package]]
9353name = "socket2"
9354version = "0.4.9"
9355source = "registry+https://github.com/rust-lang/crates.io-index"
9356checksum = "64a4a911eed85daf18834cfaa86a79b7d266ff93ff5ba14005426219480ed662"
9357dependencies = [
9358 "libc",
9359 "winapi",
9360]
9361
9362[[package]]
9363name = "socket2"
9364version = "0.5.4"
9365source = "registry+https://github.com/rust-lang/crates.io-index"
9366checksum = "4031e820eb552adee9295814c0ced9e5cf38ddf1e8b7d566d6de8e2538ea989e"
9367dependencies = [
9368 "libc",
9369 "windows-sys 0.48.0",
9370]
9371
9372[[package]]
9373name = "spdx"
9374version = "0.10.4"
9375source = "registry+https://github.com/rust-lang/crates.io-index"
9376checksum = "29ef1a0fa1e39ac22972c8db23ff89aea700ab96aa87114e1fb55937a631a0c9"
9377dependencies = [
9378 "smallvec",
9379]
9380
9381[[package]]
9382name = "spin"
9383version = "0.5.2"
9384source = "registry+https://github.com/rust-lang/crates.io-index"
9385checksum = "6e63cff320ae2c57904679ba7cb63280a3dc4613885beafb148ee7bf9aa9042d"
9386
9387[[package]]
9388name = "spin"
9389version = "0.9.8"
9390source = "registry+https://github.com/rust-lang/crates.io-index"
9391checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
9392dependencies = [
9393 "lock_api",
9394]
9395
9396[[package]]
9397name = "spirv"
9398version = "0.2.0+1.5.4"
9399source = "registry+https://github.com/rust-lang/crates.io-index"
9400checksum = "246bfa38fe3db3f1dfc8ca5a2cdeb7348c78be2112740cc0ec8ef18b6d94f830"
9401dependencies = [
9402 "bitflags 1.3.2",
9403 "num-traits",
9404]
9405
9406[[package]]
9407name = "spki"
9408version = "0.6.0"
9409source = "registry+https://github.com/rust-lang/crates.io-index"
9410checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
9411dependencies = [
9412 "base64ct",
9413 "der 0.6.1",
9414]
9415
9416[[package]]
9417name = "spki"
9418version = "0.7.2"
9419source = "registry+https://github.com/rust-lang/crates.io-index"
9420checksum = "9d1e996ef02c474957d681f1b05213dfb0abab947b446a62d37770b23500184a"
9421dependencies = [
9422 "base64ct",
9423 "der 0.7.8",
9424]
9425
9426[[package]]
9427name = "sptr"
9428version = "0.3.2"
9429source = "registry+https://github.com/rust-lang/crates.io-index"
9430checksum = "3b9b39299b249ad65f3b7e96443bad61c02ca5cd3589f46cb6d610a0fd6c0d6a"
9431
9432[[package]]
9433name = "sqlez"
9434version = "0.1.0"
9435dependencies = [
9436 "anyhow",
9437 "collections",
9438 "futures 0.3.28",
9439 "indoc",
9440 "lazy_static",
9441 "libsqlite3-sys",
9442 "parking_lot",
9443 "smol",
9444 "thread_local",
9445 "util",
9446 "uuid",
9447]
9448
9449[[package]]
9450name = "sqlez_macros"
9451version = "0.1.0"
9452dependencies = [
9453 "lazy_static",
9454 "sqlez",
9455 "sqlformat",
9456 "syn 1.0.109",
9457]
9458
9459[[package]]
9460name = "sqlformat"
9461version = "0.2.2"
9462source = "registry+https://github.com/rust-lang/crates.io-index"
9463checksum = "6b7b278788e7be4d0d29c0f39497a0eef3fba6bbc8e70d8bf7fde46edeaa9e85"
9464dependencies = [
9465 "itertools 0.11.0",
9466 "nom",
9467 "unicode_categories",
9468]
9469
9470[[package]]
9471name = "sqlx"
9472version = "0.7.2"
9473source = "registry+https://github.com/rust-lang/crates.io-index"
9474checksum = "0e50c216e3624ec8e7ecd14c6a6a6370aad6ee5d8cfc3ab30b5162eeeef2ed33"
9475dependencies = [
9476 "sqlx-core",
9477 "sqlx-macros",
9478 "sqlx-mysql",
9479 "sqlx-postgres",
9480 "sqlx-sqlite",
9481]
9482
9483[[package]]
9484name = "sqlx-core"
9485version = "0.7.2"
9486source = "registry+https://github.com/rust-lang/crates.io-index"
9487checksum = "8d6753e460c998bbd4cd8c6f0ed9a64346fcca0723d6e75e52fdc351c5d2169d"
9488dependencies = [
9489 "ahash 0.8.8",
9490 "atoi",
9491 "bigdecimal",
9492 "byteorder",
9493 "bytes 1.5.0",
9494 "chrono",
9495 "crc",
9496 "crossbeam-queue",
9497 "dotenvy",
9498 "either",
9499 "event-listener 2.5.3",
9500 "futures-channel",
9501 "futures-core",
9502 "futures-intrusive",
9503 "futures-io",
9504 "futures-util",
9505 "hashlink",
9506 "hex",
9507 "indexmap 2.0.0",
9508 "log",
9509 "memchr",
9510 "once_cell",
9511 "paste",
9512 "percent-encoding",
9513 "rust_decimal",
9514 "rustls",
9515 "rustls-pemfile",
9516 "serde",
9517 "serde_json",
9518 "sha2 0.10.7",
9519 "smallvec",
9520 "sqlformat",
9521 "thiserror",
9522 "time",
9523 "tokio",
9524 "tokio-stream",
9525 "tracing",
9526 "url",
9527 "uuid",
9528 "webpki-roots",
9529]
9530
9531[[package]]
9532name = "sqlx-macros"
9533version = "0.7.2"
9534source = "registry+https://github.com/rust-lang/crates.io-index"
9535checksum = "9a793bb3ba331ec8359c1853bd39eed32cdd7baaf22c35ccf5c92a7e8d1189ec"
9536dependencies = [
9537 "proc-macro2",
9538 "quote",
9539 "sqlx-core",
9540 "sqlx-macros-core",
9541 "syn 1.0.109",
9542]
9543
9544[[package]]
9545name = "sqlx-macros-core"
9546version = "0.7.2"
9547source = "registry+https://github.com/rust-lang/crates.io-index"
9548checksum = "0a4ee1e104e00dedb6aa5ffdd1343107b0a4702e862a84320ee7cc74782d96fc"
9549dependencies = [
9550 "dotenvy",
9551 "either",
9552 "heck 0.4.1",
9553 "hex",
9554 "once_cell",
9555 "proc-macro2",
9556 "quote",
9557 "serde",
9558 "serde_json",
9559 "sha2 0.10.7",
9560 "sqlx-core",
9561 "sqlx-mysql",
9562 "sqlx-postgres",
9563 "sqlx-sqlite",
9564 "syn 1.0.109",
9565 "tempfile",
9566 "tokio",
9567 "url",
9568]
9569
9570[[package]]
9571name = "sqlx-mysql"
9572version = "0.7.2"
9573source = "registry+https://github.com/rust-lang/crates.io-index"
9574checksum = "864b869fdf56263f4c95c45483191ea0af340f9f3e3e7b4d57a61c7c87a970db"
9575dependencies = [
9576 "atoi",
9577 "base64 0.21.4",
9578 "bigdecimal",
9579 "bitflags 2.4.2",
9580 "byteorder",
9581 "bytes 1.5.0",
9582 "chrono",
9583 "crc",
9584 "digest 0.10.7",
9585 "dotenvy",
9586 "either",
9587 "futures-channel",
9588 "futures-core",
9589 "futures-io",
9590 "futures-util",
9591 "generic-array",
9592 "hex",
9593 "hkdf",
9594 "hmac 0.12.1",
9595 "itoa",
9596 "log",
9597 "md-5",
9598 "memchr",
9599 "once_cell",
9600 "percent-encoding",
9601 "rand 0.8.5",
9602 "rsa 0.9.2",
9603 "rust_decimal",
9604 "serde",
9605 "sha1",
9606 "sha2 0.10.7",
9607 "smallvec",
9608 "sqlx-core",
9609 "stringprep",
9610 "thiserror",
9611 "time",
9612 "tracing",
9613 "uuid",
9614 "whoami",
9615]
9616
9617[[package]]
9618name = "sqlx-postgres"
9619version = "0.7.2"
9620source = "registry+https://github.com/rust-lang/crates.io-index"
9621checksum = "eb7ae0e6a97fb3ba33b23ac2671a5ce6e3cabe003f451abd5a56e7951d975624"
9622dependencies = [
9623 "atoi",
9624 "base64 0.21.4",
9625 "bigdecimal",
9626 "bitflags 2.4.2",
9627 "byteorder",
9628 "chrono",
9629 "crc",
9630 "dotenvy",
9631 "etcetera",
9632 "futures-channel",
9633 "futures-core",
9634 "futures-io",
9635 "futures-util",
9636 "hex",
9637 "hkdf",
9638 "hmac 0.12.1",
9639 "home",
9640 "itoa",
9641 "log",
9642 "md-5",
9643 "memchr",
9644 "num-bigint",
9645 "once_cell",
9646 "rand 0.8.5",
9647 "rust_decimal",
9648 "serde",
9649 "serde_json",
9650 "sha1",
9651 "sha2 0.10.7",
9652 "smallvec",
9653 "sqlx-core",
9654 "stringprep",
9655 "thiserror",
9656 "time",
9657 "tracing",
9658 "uuid",
9659 "whoami",
9660]
9661
9662[[package]]
9663name = "sqlx-sqlite"
9664version = "0.7.2"
9665source = "registry+https://github.com/rust-lang/crates.io-index"
9666checksum = "d59dc83cf45d89c555a577694534fcd1b55c545a816c816ce51f20bbe56a4f3f"
9667dependencies = [
9668 "atoi",
9669 "chrono",
9670 "flume",
9671 "futures-channel",
9672 "futures-core",
9673 "futures-executor",
9674 "futures-intrusive",
9675 "futures-util",
9676 "libsqlite3-sys",
9677 "log",
9678 "percent-encoding",
9679 "serde",
9680 "sqlx-core",
9681 "time",
9682 "tracing",
9683 "url",
9684 "uuid",
9685]
9686
9687[[package]]
9688name = "stable_deref_trait"
9689version = "1.2.0"
9690source = "registry+https://github.com/rust-lang/crates.io-index"
9691checksum = "a8f112729512f8e442d81f95a8a7ddf2b7c6b8a1a6f509a95864142b30cab2d3"
9692
9693[[package]]
9694name = "static_assertions"
9695version = "1.1.0"
9696source = "registry+https://github.com/rust-lang/crates.io-index"
9697checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
9698
9699[[package]]
9700name = "story"
9701version = "0.1.0"
9702dependencies = [
9703 "gpui",
9704 "itertools 0.10.5",
9705 "smallvec",
9706]
9707
9708[[package]]
9709name = "storybook"
9710version = "0.1.0"
9711dependencies = [
9712 "anyhow",
9713 "assistant2",
9714 "clap 4.4.4",
9715 "collab_ui",
9716 "ctrlc",
9717 "dialoguer",
9718 "editor",
9719 "fuzzy",
9720 "gpui",
9721 "indoc",
9722 "language",
9723 "log",
9724 "menu",
9725 "picker",
9726 "project",
9727 "rust-embed",
9728 "settings",
9729 "simplelog",
9730 "story",
9731 "strum",
9732 "theme",
9733 "ui",
9734]
9735
9736[[package]]
9737name = "strict-num"
9738version = "0.1.1"
9739source = "registry+https://github.com/rust-lang/crates.io-index"
9740checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
9741dependencies = [
9742 "float-cmp",
9743]
9744
9745[[package]]
9746name = "stringprep"
9747version = "0.1.4"
9748source = "registry+https://github.com/rust-lang/crates.io-index"
9749checksum = "bb41d74e231a107a1b4ee36bd1214b11285b77768d2e3824aedafa988fd36ee6"
9750dependencies = [
9751 "finl_unicode",
9752 "unicode-bidi",
9753 "unicode-normalization",
9754]
9755
9756[[package]]
9757name = "strsim"
9758version = "0.10.0"
9759source = "registry+https://github.com/rust-lang/crates.io-index"
9760checksum = "73473c0e59e6d5812c5dfe2a064a6444949f089e20eec9a2e5506596494e4623"
9761
9762[[package]]
9763name = "strum"
9764version = "0.25.0"
9765source = "registry+https://github.com/rust-lang/crates.io-index"
9766checksum = "290d54ea6f91c969195bdbcd7442c8c2a2ba87da8bf60a7ee86a235d4bc1e125"
9767dependencies = [
9768 "strum_macros",
9769]
9770
9771[[package]]
9772name = "strum_macros"
9773version = "0.25.2"
9774source = "registry+https://github.com/rust-lang/crates.io-index"
9775checksum = "ad8d03b598d3d0fff69bf533ee3ef19b8eeb342729596df84bcc7e1f96ec4059"
9776dependencies = [
9777 "heck 0.4.1",
9778 "proc-macro2",
9779 "quote",
9780 "rustversion",
9781 "syn 2.0.59",
9782]
9783
9784[[package]]
9785name = "subtle"
9786version = "2.5.0"
9787source = "registry+https://github.com/rust-lang/crates.io-index"
9788checksum = "81cdd64d312baedb58e21336b31bc043b77e01cc99033ce76ef539f78e965ebc"
9789
9790[[package]]
9791name = "sum_tree"
9792version = "0.1.0"
9793dependencies = [
9794 "arrayvec",
9795 "ctor",
9796 "env_logger",
9797 "log",
9798 "rand 0.8.5",
9799 "rayon",
9800]
9801
9802[[package]]
9803name = "supermaven"
9804version = "0.1.0"
9805dependencies = [
9806 "anyhow",
9807 "client",
9808 "collections",
9809 "editor",
9810 "env_logger",
9811 "futures 0.3.28",
9812 "gpui",
9813 "http 0.1.0",
9814 "language",
9815 "log",
9816 "postage",
9817 "project",
9818 "serde",
9819 "serde_json",
9820 "settings",
9821 "smol",
9822 "supermaven_api",
9823 "theme",
9824 "ui",
9825 "util",
9826]
9827
9828[[package]]
9829name = "supermaven_api"
9830version = "0.1.0"
9831dependencies = [
9832 "anyhow",
9833 "futures 0.3.28",
9834 "http 0.1.0",
9835 "serde",
9836 "serde_json",
9837 "smol",
9838 "util",
9839]
9840
9841[[package]]
9842name = "sval"
9843version = "2.8.0"
9844source = "registry+https://github.com/rust-lang/crates.io-index"
9845checksum = "05d11eec9fbe2bc8bc71e7349f0e7534db9a96d961fb9f302574275b7880ad06"
9846
9847[[package]]
9848name = "sval_buffer"
9849version = "2.8.0"
9850source = "registry+https://github.com/rust-lang/crates.io-index"
9851checksum = "6b7451f69a93c5baf2653d5aa8bb4178934337f16c22830a50b06b386f72d761"
9852dependencies = [
9853 "sval",
9854 "sval_ref",
9855]
9856
9857[[package]]
9858name = "sval_dynamic"
9859version = "2.8.0"
9860source = "registry+https://github.com/rust-lang/crates.io-index"
9861checksum = "c34f5a2cc12b4da2adfb59d5eedfd9b174a23cc3fae84cec71dcbcd9302068f5"
9862dependencies = [
9863 "sval",
9864]
9865
9866[[package]]
9867name = "sval_fmt"
9868version = "2.8.0"
9869source = "registry+https://github.com/rust-lang/crates.io-index"
9870checksum = "2f578b2301341e246d00b35957f2952c4ec554ad9c7cfaee10bc86bc92896578"
9871dependencies = [
9872 "itoa",
9873 "ryu",
9874 "sval",
9875]
9876
9877[[package]]
9878name = "sval_json"
9879version = "2.8.0"
9880source = "registry+https://github.com/rust-lang/crates.io-index"
9881checksum = "8346c00f5dc6efe18bea8d13c1f7ca4f112b20803434bf3657ac17c0f74cbc4b"
9882dependencies = [
9883 "itoa",
9884 "ryu",
9885 "sval",
9886]
9887
9888[[package]]
9889name = "sval_ref"
9890version = "2.8.0"
9891source = "registry+https://github.com/rust-lang/crates.io-index"
9892checksum = "6617cc89952f792aebc0f4a1a76bc51e80c70b18c491bd52215c7989c4c3dd06"
9893dependencies = [
9894 "sval",
9895]
9896
9897[[package]]
9898name = "sval_serde"
9899version = "2.8.0"
9900source = "registry+https://github.com/rust-lang/crates.io-index"
9901checksum = "fe3d1e59f023341d9af75d86f3bc148a6704f3f831eef0dd90bbe9cb445fa024"
9902dependencies = [
9903 "serde",
9904 "sval",
9905 "sval_buffer",
9906 "sval_fmt",
9907]
9908
9909[[package]]
9910name = "svg_fmt"
9911version = "0.4.1"
9912source = "registry+https://github.com/rust-lang/crates.io-index"
9913checksum = "8fb1df15f412ee2e9dfc1c504260fa695c1c3f10fe9f4a6ee2d2184d7d6450e2"
9914
9915[[package]]
9916name = "svgtypes"
9917version = "0.15.0"
9918source = "registry+https://github.com/rust-lang/crates.io-index"
9919checksum = "d97ca9a891c9c70da8139ac9d8e8ea36a210fa21bb50eccd75d4a9561c83e87f"
9920dependencies = [
9921 "kurbo",
9922 "siphasher 1.0.1",
9923]
9924
9925[[package]]
9926name = "swash"
9927version = "0.1.12"
9928source = "registry+https://github.com/rust-lang/crates.io-index"
9929checksum = "d06ff4664af8923625604261c645f5c4cc610cc83c84bec74b50d76237089de7"
9930dependencies = [
9931 "read-fonts",
9932 "yazi",
9933 "zeno",
9934]
9935
9936[[package]]
9937name = "syn"
9938version = "1.0.109"
9939source = "registry+https://github.com/rust-lang/crates.io-index"
9940checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
9941dependencies = [
9942 "proc-macro2",
9943 "quote",
9944 "unicode-ident",
9945]
9946
9947[[package]]
9948name = "syn"
9949version = "2.0.59"
9950source = "registry+https://github.com/rust-lang/crates.io-index"
9951checksum = "4a6531ffc7b071655e4ce2e04bd464c4830bb585a61cabb96cf808f05172615a"
9952dependencies = [
9953 "proc-macro2",
9954 "quote",
9955 "unicode-ident",
9956]
9957
9958[[package]]
9959name = "sync_wrapper"
9960version = "0.1.2"
9961source = "registry+https://github.com/rust-lang/crates.io-index"
9962checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
9963
9964[[package]]
9965name = "synchronoise"
9966version = "1.0.1"
9967source = "registry+https://github.com/rust-lang/crates.io-index"
9968checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
9969dependencies = [
9970 "crossbeam-queue",
9971]
9972
9973[[package]]
9974name = "sys-locale"
9975version = "0.3.1"
9976source = "registry+https://github.com/rust-lang/crates.io-index"
9977checksum = "e801cf239ecd6ccd71f03d270d67dd53d13e90aab208bf4b8fe4ad957ea949b0"
9978dependencies = [
9979 "libc",
9980]
9981
9982[[package]]
9983name = "sysinfo"
9984version = "0.30.7"
9985source = "registry+https://github.com/rust-lang/crates.io-index"
9986checksum = "0c385888ef380a852a16209afc8cfad22795dd8873d69c9a14d2e2088f118d18"
9987dependencies = [
9988 "cfg-if",
9989 "core-foundation-sys 0.8.6",
9990 "libc",
9991 "ntapi",
9992 "once_cell",
9993 "rayon",
9994 "windows 0.52.0",
9995]
9996
9997[[package]]
9998name = "system-interface"
9999version = "0.27.1"
10000source = "registry+https://github.com/rust-lang/crates.io-index"
10001checksum = "9aef1f9d4c1dbdd1cb3a63be9efd2f04d8ddbc919d46112982c76818ffc2f1a7"
10002dependencies = [
10003 "bitflags 2.4.2",
10004 "cap-fs-ext",
10005 "cap-std",
10006 "fd-lock",
10007 "io-lifetimes 2.0.3",
10008 "rustix 0.38.32",
10009 "windows-sys 0.52.0",
10010 "winx",
10011]
10012
10013[[package]]
10014name = "tab_switcher"
10015version = "0.1.0"
10016dependencies = [
10017 "anyhow",
10018 "collections",
10019 "ctor",
10020 "editor",
10021 "env_logger",
10022 "gpui",
10023 "language",
10024 "menu",
10025 "picker",
10026 "project",
10027 "serde",
10028 "serde_json",
10029 "terminal_view",
10030 "theme",
10031 "ui",
10032 "util",
10033 "workspace",
10034]
10035
10036[[package]]
10037name = "taffy"
10038version = "0.4.3"
10039source = "registry+https://github.com/rust-lang/crates.io-index"
10040checksum = "7b2e140b328c6cb5e744bb2c65910b47df86b239afc793ee2c52262569cf9225"
10041dependencies = [
10042 "arrayvec",
10043 "grid",
10044 "num-traits",
10045 "serde",
10046 "slotmap",
10047]
10048
10049[[package]]
10050name = "take-until"
10051version = "0.2.0"
10052source = "registry+https://github.com/rust-lang/crates.io-index"
10053checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
10054
10055[[package]]
10056name = "tap"
10057version = "1.0.1"
10058source = "registry+https://github.com/rust-lang/crates.io-index"
10059checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
10060
10061[[package]]
10062name = "target-lexicon"
10063version = "0.12.13"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "69758bda2e78f098e4ccb393021a0963bb3442eac05f135c30f61b7370bbafae"
10066
10067[[package]]
10068name = "task"
10069version = "0.1.0"
10070dependencies = [
10071 "anyhow",
10072 "collections",
10073 "futures 0.3.28",
10074 "gpui",
10075 "hex",
10076 "parking_lot",
10077 "schemars",
10078 "serde",
10079 "serde_json_lenient",
10080 "sha2 0.10.7",
10081 "shellexpand",
10082 "util",
10083]
10084
10085[[package]]
10086name = "tasks_ui"
10087version = "0.1.0"
10088dependencies = [
10089 "editor",
10090 "file_icons",
10091 "fuzzy",
10092 "gpui",
10093 "language",
10094 "menu",
10095 "picker",
10096 "project",
10097 "schemars",
10098 "serde",
10099 "serde_json",
10100 "settings",
10101 "task",
10102 "tree-sitter-rust",
10103 "tree-sitter-typescript",
10104 "ui",
10105 "util",
10106 "workspace",
10107]
10108
10109[[package]]
10110name = "telemetry_events"
10111version = "0.1.0"
10112dependencies = [
10113 "semantic_version",
10114 "serde",
10115]
10116
10117[[package]]
10118name = "tempfile"
10119version = "3.9.0"
10120source = "registry+https://github.com/rust-lang/crates.io-index"
10121checksum = "01ce4141aa927a6d1bd34a041795abd0db1cccba5d5f24b009f694bdf3a1f3fa"
10122dependencies = [
10123 "cfg-if",
10124 "fastrand 2.0.0",
10125 "redox_syscall 0.4.1",
10126 "rustix 0.38.32",
10127 "windows-sys 0.52.0",
10128]
10129
10130[[package]]
10131name = "tendril"
10132version = "0.4.3"
10133source = "registry+https://github.com/rust-lang/crates.io-index"
10134checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
10135dependencies = [
10136 "futf",
10137 "mac",
10138 "utf-8",
10139]
10140
10141[[package]]
10142name = "termcolor"
10143version = "1.1.3"
10144source = "registry+https://github.com/rust-lang/crates.io-index"
10145checksum = "bab24d30b911b2376f3a13cc2cd443142f0c81dda04c118693e35b3835757755"
10146dependencies = [
10147 "winapi-util",
10148]
10149
10150[[package]]
10151name = "terminal"
10152version = "0.1.0"
10153dependencies = [
10154 "alacritty_terminal",
10155 "anyhow",
10156 "collections",
10157 "dirs 4.0.0",
10158 "futures 0.3.28",
10159 "gpui",
10160 "libc",
10161 "rand 0.8.5",
10162 "schemars",
10163 "serde",
10164 "serde_derive",
10165 "serde_json",
10166 "settings",
10167 "smol",
10168 "sysinfo",
10169 "task",
10170 "theme",
10171 "thiserror",
10172 "util",
10173 "windows 0.53.0",
10174]
10175
10176[[package]]
10177name = "terminal_view"
10178version = "0.1.0"
10179dependencies = [
10180 "anyhow",
10181 "client",
10182 "collections",
10183 "db",
10184 "dirs 4.0.0",
10185 "editor",
10186 "futures 0.3.28",
10187 "gpui",
10188 "itertools 0.11.0",
10189 "language",
10190 "project",
10191 "rand 0.8.5",
10192 "search",
10193 "serde",
10194 "serde_json",
10195 "settings",
10196 "shellexpand",
10197 "smol",
10198 "task",
10199 "tasks_ui",
10200 "terminal",
10201 "theme",
10202 "ui",
10203 "util",
10204 "workspace",
10205]
10206
10207[[package]]
10208name = "text"
10209version = "0.1.0"
10210dependencies = [
10211 "anyhow",
10212 "clock",
10213 "collections",
10214 "ctor",
10215 "env_logger",
10216 "gpui",
10217 "http 0.1.0",
10218 "lazy_static",
10219 "log",
10220 "parking_lot",
10221 "postage",
10222 "rand 0.8.5",
10223 "regex",
10224 "rope",
10225 "smallvec",
10226 "sum_tree",
10227 "util",
10228]
10229
10230[[package]]
10231name = "textwrap"
10232version = "0.16.0"
10233source = "registry+https://github.com/rust-lang/crates.io-index"
10234checksum = "222a222a5bfe1bba4a77b45ec488a741b3cb8872e5e499451fd7d0129c9c7c3d"
10235
10236[[package]]
10237name = "theme"
10238version = "0.1.0"
10239dependencies = [
10240 "anyhow",
10241 "collections",
10242 "color",
10243 "derive_more",
10244 "fs",
10245 "futures 0.3.28",
10246 "gpui",
10247 "indexmap 1.9.3",
10248 "palette",
10249 "parking_lot",
10250 "refineable",
10251 "schemars",
10252 "serde",
10253 "serde_derive",
10254 "serde_json",
10255 "serde_json_lenient",
10256 "serde_repr",
10257 "settings",
10258 "story",
10259 "util",
10260 "uuid",
10261]
10262
10263[[package]]
10264name = "theme_importer"
10265version = "0.1.0"
10266dependencies = [
10267 "anyhow",
10268 "clap 4.4.4",
10269 "gpui",
10270 "indexmap 1.9.3",
10271 "log",
10272 "palette",
10273 "rust-embed",
10274 "schemars",
10275 "serde",
10276 "serde_json",
10277 "serde_json_lenient",
10278 "simplelog",
10279 "strum",
10280 "theme",
10281 "vscode_theme",
10282]
10283
10284[[package]]
10285name = "theme_selector"
10286version = "0.1.0"
10287dependencies = [
10288 "client",
10289 "feature_flags",
10290 "fs",
10291 "fuzzy",
10292 "gpui",
10293 "log",
10294 "picker",
10295 "serde",
10296 "settings",
10297 "theme",
10298 "ui",
10299 "util",
10300 "workspace",
10301]
10302
10303[[package]]
10304name = "thiserror"
10305version = "1.0.60"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "579e9083ca58dd9dcf91a9923bb9054071b9ebbd800b342194c9feb0ee89fc18"
10308dependencies = [
10309 "thiserror-impl",
10310]
10311
10312[[package]]
10313name = "thiserror-impl"
10314version = "1.0.60"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "e2470041c06ec3ac1ab38d0356a6119054dedaea53e12fbefc0de730a1c08524"
10317dependencies = [
10318 "proc-macro2",
10319 "quote",
10320 "syn 2.0.59",
10321]
10322
10323[[package]]
10324name = "thread_local"
10325version = "1.1.7"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "3fdd6f064ccff2d6567adcb3873ca630700f00b5ad3f060c25b5dcfd9a4ce152"
10328dependencies = [
10329 "cfg-if",
10330 "once_cell",
10331]
10332
10333[[package]]
10334name = "tiff"
10335version = "0.6.1"
10336source = "registry+https://github.com/rust-lang/crates.io-index"
10337checksum = "9a53f4706d65497df0c4349241deddf35f84cee19c87ed86ea8ca590f4464437"
10338dependencies = [
10339 "jpeg-decoder",
10340 "miniz_oxide 0.4.4",
10341 "weezl",
10342]
10343
10344[[package]]
10345name = "tiktoken-rs"
10346version = "0.5.7"
10347source = "registry+https://github.com/rust-lang/crates.io-index"
10348checksum = "a4427b6b1c6b38215b92dd47a83a0ecc6735573d0a5a4c14acc0ac5b33b28adb"
10349dependencies = [
10350 "anyhow",
10351 "base64 0.21.4",
10352 "bstr",
10353 "fancy-regex",
10354 "lazy_static",
10355 "parking_lot",
10356 "rustc-hash",
10357]
10358
10359[[package]]
10360name = "time"
10361version = "0.3.28"
10362source = "registry+https://github.com/rust-lang/crates.io-index"
10363checksum = "17f6bb557fd245c28e6411aa56b6403c689ad95061f50e4be16c274e70a17e48"
10364dependencies = [
10365 "deranged",
10366 "itoa",
10367 "serde",
10368 "time-core",
10369 "time-macros",
10370]
10371
10372[[package]]
10373name = "time-core"
10374version = "0.1.1"
10375source = "registry+https://github.com/rust-lang/crates.io-index"
10376checksum = "7300fbefb4dadc1af235a9cef3737cea692a9d97e1b9cbcd4ebdae6f8868e6fb"
10377
10378[[package]]
10379name = "time-macros"
10380version = "0.2.14"
10381source = "registry+https://github.com/rust-lang/crates.io-index"
10382checksum = "1a942f44339478ef67935ab2bbaec2fb0322496cf3cbe84b261e06ac3814c572"
10383dependencies = [
10384 "time-core",
10385]
10386
10387[[package]]
10388name = "time_format"
10389version = "0.1.0"
10390dependencies = [
10391 "core-foundation",
10392 "core-foundation-sys 0.8.6",
10393 "sys-locale",
10394 "time",
10395]
10396
10397[[package]]
10398name = "tiny-skia"
10399version = "0.11.4"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
10402dependencies = [
10403 "arrayref",
10404 "arrayvec",
10405 "bytemuck",
10406 "cfg-if",
10407 "log",
10408 "png 0.17.13",
10409 "tiny-skia-path",
10410]
10411
10412[[package]]
10413name = "tiny-skia-path"
10414version = "0.11.4"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
10417dependencies = [
10418 "arrayref",
10419 "bytemuck",
10420 "strict-num",
10421]
10422
10423[[package]]
10424name = "tiny_http"
10425version = "0.8.2"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "9ce51b50006056f590c9b7c3808c3bd70f0d1101666629713866c227d6e58d39"
10428dependencies = [
10429 "ascii",
10430 "chrono",
10431 "chunked_transfer",
10432 "log",
10433 "url",
10434]
10435
10436[[package]]
10437name = "tinytemplate"
10438version = "1.2.1"
10439source = "registry+https://github.com/rust-lang/crates.io-index"
10440checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
10441dependencies = [
10442 "serde",
10443 "serde_json",
10444]
10445
10446[[package]]
10447name = "tinyvec"
10448version = "1.6.0"
10449source = "registry+https://github.com/rust-lang/crates.io-index"
10450checksum = "87cc5ceb3875bb20c2890005a4e226a4651264a5c75edb2421b52861a0a0cb50"
10451dependencies = [
10452 "tinyvec_macros",
10453]
10454
10455[[package]]
10456name = "tinyvec_macros"
10457version = "0.1.1"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
10460
10461[[package]]
10462name = "tokio"
10463version = "1.32.0"
10464source = "registry+https://github.com/rust-lang/crates.io-index"
10465checksum = "17ed6077ed6cd6c74735e21f37eb16dc3935f96878b1fe961074089cc80893f9"
10466dependencies = [
10467 "backtrace",
10468 "bytes 1.5.0",
10469 "libc",
10470 "mio",
10471 "num_cpus",
10472 "parking_lot",
10473 "pin-project-lite",
10474 "signal-hook-registry",
10475 "socket2 0.5.4",
10476 "tokio-macros",
10477 "windows-sys 0.48.0",
10478]
10479
10480[[package]]
10481name = "tokio-io"
10482version = "0.1.13"
10483source = "registry+https://github.com/rust-lang/crates.io-index"
10484checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
10485dependencies = [
10486 "bytes 0.4.12",
10487 "futures 0.1.31",
10488 "log",
10489]
10490
10491[[package]]
10492name = "tokio-macros"
10493version = "2.1.0"
10494source = "registry+https://github.com/rust-lang/crates.io-index"
10495checksum = "630bdcf245f78637c13ec01ffae6187cca34625e8c63150d424b59e55af2675e"
10496dependencies = [
10497 "proc-macro2",
10498 "quote",
10499 "syn 2.0.59",
10500]
10501
10502[[package]]
10503name = "tokio-native-tls"
10504version = "0.3.1"
10505source = "registry+https://github.com/rust-lang/crates.io-index"
10506checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
10507dependencies = [
10508 "native-tls",
10509 "tokio",
10510]
10511
10512[[package]]
10513name = "tokio-rustls"
10514version = "0.24.1"
10515source = "registry+https://github.com/rust-lang/crates.io-index"
10516checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
10517dependencies = [
10518 "rustls",
10519 "tokio",
10520]
10521
10522[[package]]
10523name = "tokio-stream"
10524version = "0.1.14"
10525source = "registry+https://github.com/rust-lang/crates.io-index"
10526checksum = "397c988d37662c7dda6d2208364a706264bf3d6138b11d436cbac0ad38832842"
10527dependencies = [
10528 "futures-core",
10529 "pin-project-lite",
10530 "tokio",
10531]
10532
10533[[package]]
10534name = "tokio-tungstenite"
10535version = "0.20.1"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
10538dependencies = [
10539 "futures-util",
10540 "log",
10541 "tokio",
10542 "tungstenite 0.20.1",
10543]
10544
10545[[package]]
10546name = "tokio-util"
10547version = "0.7.9"
10548source = "registry+https://github.com/rust-lang/crates.io-index"
10549checksum = "1d68074620f57a0b21594d9735eb2e98ab38b17f80d3fcb189fca266771ca60d"
10550dependencies = [
10551 "bytes 1.5.0",
10552 "futures-core",
10553 "futures-io",
10554 "futures-sink",
10555 "pin-project-lite",
10556 "tokio",
10557 "tracing",
10558]
10559
10560[[package]]
10561name = "toml"
10562version = "0.5.11"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
10565dependencies = [
10566 "serde",
10567]
10568
10569[[package]]
10570name = "toml"
10571version = "0.7.8"
10572source = "registry+https://github.com/rust-lang/crates.io-index"
10573checksum = "dd79e69d3b627db300ff956027cc6c3798cef26d22526befdfcd12feeb6d2257"
10574dependencies = [
10575 "serde",
10576 "serde_spanned",
10577 "toml_datetime",
10578 "toml_edit 0.19.15",
10579]
10580
10581[[package]]
10582name = "toml"
10583version = "0.8.10"
10584source = "registry+https://github.com/rust-lang/crates.io-index"
10585checksum = "9a9aad4a3066010876e8dcf5a8a06e70a558751117a145c6ce2b82c2e2054290"
10586dependencies = [
10587 "serde",
10588 "serde_spanned",
10589 "toml_datetime",
10590 "toml_edit 0.22.6",
10591]
10592
10593[[package]]
10594name = "toml_datetime"
10595version = "0.6.5"
10596source = "registry+https://github.com/rust-lang/crates.io-index"
10597checksum = "3550f4e9685620ac18a50ed434eb3aec30db8ba93b0287467bca5826ea25baf1"
10598dependencies = [
10599 "serde",
10600]
10601
10602[[package]]
10603name = "toml_edit"
10604version = "0.19.15"
10605source = "registry+https://github.com/rust-lang/crates.io-index"
10606checksum = "1b5bb770da30e5cbfde35a2d7b9b8a2c4b8ef89548a7a6aeab5c9a576e3e7421"
10607dependencies = [
10608 "indexmap 2.0.0",
10609 "serde",
10610 "serde_spanned",
10611 "toml_datetime",
10612 "winnow 0.5.15",
10613]
10614
10615[[package]]
10616name = "toml_edit"
10617version = "0.21.1"
10618source = "registry+https://github.com/rust-lang/crates.io-index"
10619checksum = "6a8534fd7f78b5405e860340ad6575217ce99f38d4d5c8f2442cb5ecb50090e1"
10620dependencies = [
10621 "indexmap 2.0.0",
10622 "toml_datetime",
10623 "winnow 0.5.15",
10624]
10625
10626[[package]]
10627name = "toml_edit"
10628version = "0.22.6"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "2c1b5fd4128cc8d3e0cb74d4ed9a9cc7c7284becd4df68f5f940e1ad123606f6"
10631dependencies = [
10632 "indexmap 2.0.0",
10633 "serde",
10634 "serde_spanned",
10635 "toml_datetime",
10636 "winnow 0.6.1",
10637]
10638
10639[[package]]
10640name = "tower"
10641version = "0.4.13"
10642source = "registry+https://github.com/rust-lang/crates.io-index"
10643checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
10644dependencies = [
10645 "futures-core",
10646 "futures-util",
10647 "pin-project",
10648 "pin-project-lite",
10649 "tokio",
10650 "tower-layer",
10651 "tower-service",
10652 "tracing",
10653]
10654
10655[[package]]
10656name = "tower-http"
10657version = "0.3.5"
10658source = "registry+https://github.com/rust-lang/crates.io-index"
10659checksum = "f873044bf02dd1e8239e9c1293ea39dad76dc594ec16185d0a1bf31d8dc8d858"
10660dependencies = [
10661 "bitflags 1.3.2",
10662 "bytes 1.5.0",
10663 "futures-core",
10664 "futures-util",
10665 "http 0.2.9",
10666 "http-body",
10667 "http-range-header",
10668 "pin-project-lite",
10669 "tower-layer",
10670 "tower-service",
10671]
10672
10673[[package]]
10674name = "tower-http"
10675version = "0.4.4"
10676source = "registry+https://github.com/rust-lang/crates.io-index"
10677checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
10678dependencies = [
10679 "bitflags 2.4.2",
10680 "bytes 1.5.0",
10681 "futures-core",
10682 "futures-util",
10683 "http 0.2.9",
10684 "http-body",
10685 "http-range-header",
10686 "pin-project-lite",
10687 "tower-layer",
10688 "tower-service",
10689 "tracing",
10690]
10691
10692[[package]]
10693name = "tower-layer"
10694version = "0.3.2"
10695source = "registry+https://github.com/rust-lang/crates.io-index"
10696checksum = "c20c8dbed6283a09604c3e69b4b7eeb54e298b8a600d4d5ecb5ad39de609f1d0"
10697
10698[[package]]
10699name = "tower-service"
10700version = "0.3.2"
10701source = "registry+https://github.com/rust-lang/crates.io-index"
10702checksum = "b6bc1c9ce2b5135ac7f93c72918fc37feb872bdc6a5533a8b85eb4b86bfdae52"
10703
10704[[package]]
10705name = "tracing"
10706version = "0.1.40"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "c3523ab5a71916ccf420eebdf5521fcef02141234bbc0b8a49f2fdc4544364ef"
10709dependencies = [
10710 "log",
10711 "pin-project-lite",
10712 "tracing-attributes",
10713 "tracing-core",
10714]
10715
10716[[package]]
10717name = "tracing-attributes"
10718version = "0.1.27"
10719source = "registry+https://github.com/rust-lang/crates.io-index"
10720checksum = "34704c8d6ebcbc939824180af020566b01a7c01f80641264eba0999f6c2b6be7"
10721dependencies = [
10722 "proc-macro2",
10723 "quote",
10724 "syn 2.0.59",
10725]
10726
10727[[package]]
10728name = "tracing-core"
10729version = "0.1.32"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "c06d3da6113f116aaee68e4d601191614c9053067f9ab7f6edbcb161237daa54"
10732dependencies = [
10733 "once_cell",
10734 "valuable",
10735]
10736
10737[[package]]
10738name = "tracing-futures"
10739version = "0.2.5"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "97d095ae15e245a057c8e8451bab9b3ee1e1f68e9ba2b4fbc18d0ac5237835f2"
10742dependencies = [
10743 "pin-project",
10744 "tracing",
10745]
10746
10747[[package]]
10748name = "tracing-log"
10749version = "0.2.0"
10750source = "registry+https://github.com/rust-lang/crates.io-index"
10751checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
10752dependencies = [
10753 "log",
10754 "once_cell",
10755 "tracing-core",
10756]
10757
10758[[package]]
10759name = "tracing-serde"
10760version = "0.1.3"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "bc6b213177105856957181934e4920de57730fc69bf42c37ee5bb664d406d9e1"
10763dependencies = [
10764 "serde",
10765 "tracing-core",
10766]
10767
10768[[package]]
10769name = "tracing-subscriber"
10770version = "0.3.18"
10771source = "registry+https://github.com/rust-lang/crates.io-index"
10772checksum = "ad0f048c97dbd9faa9b7df56362b8ebcaa52adb06b498c050d2f4e32f90a7a8b"
10773dependencies = [
10774 "matchers",
10775 "nu-ansi-term",
10776 "once_cell",
10777 "regex",
10778 "serde",
10779 "serde_json",
10780 "sharded-slab",
10781 "smallvec",
10782 "thread_local",
10783 "tracing",
10784 "tracing-core",
10785 "tracing-log",
10786 "tracing-serde",
10787]
10788
10789[[package]]
10790name = "tree-sitter"
10791version = "0.20.100"
10792source = "git+https://github.com/tree-sitter/tree-sitter?rev=7b4894ba2ae81b988846676f54c0988d4027ef4f#7b4894ba2ae81b988846676f54c0988d4027ef4f"
10793dependencies = [
10794 "cc",
10795 "regex",
10796 "wasmtime-c-api-impl",
10797]
10798
10799[[package]]
10800name = "tree-sitter-bash"
10801version = "0.20.4"
10802source = "git+https://github.com/tree-sitter/tree-sitter-bash?rev=7331995b19b8f8aba2d5e26deb51d2195c18bc94#7331995b19b8f8aba2d5e26deb51d2195c18bc94"
10803dependencies = [
10804 "cc",
10805 "tree-sitter",
10806]
10807
10808[[package]]
10809name = "tree-sitter-c"
10810version = "0.20.6"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "30b03bdf218020057abee831581a74bff8c298323d6c6cd1a70556430ded9f4b"
10813dependencies = [
10814 "cc",
10815 "tree-sitter",
10816]
10817
10818[[package]]
10819name = "tree-sitter-cpp"
10820version = "0.20.0"
10821source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=f44509141e7e483323d2ec178f2d2e6c0fc041c1#f44509141e7e483323d2ec178f2d2e6c0fc041c1"
10822dependencies = [
10823 "cc",
10824 "tree-sitter",
10825]
10826
10827[[package]]
10828name = "tree-sitter-css"
10829version = "0.19.0"
10830source = "git+https://github.com/tree-sitter/tree-sitter-css?rev=769203d0f9abe1a9a691ac2b9fe4bb4397a73c51#769203d0f9abe1a9a691ac2b9fe4bb4397a73c51"
10831dependencies = [
10832 "cc",
10833 "tree-sitter",
10834]
10835
10836[[package]]
10837name = "tree-sitter-elixir"
10838version = "0.1.0"
10839source = "git+https://github.com/elixir-lang/tree-sitter-elixir?rev=a2861e88a730287a60c11ea9299c033c7d076e30#a2861e88a730287a60c11ea9299c033c7d076e30"
10840dependencies = [
10841 "cc",
10842 "tree-sitter",
10843]
10844
10845[[package]]
10846name = "tree-sitter-embedded-template"
10847version = "0.20.0"
10848source = "registry+https://github.com/rust-lang/crates.io-index"
10849checksum = "33817ade928c73a32d4f904a602321e09de9fc24b71d106f3b4b3f8ab30dcc38"
10850dependencies = [
10851 "cc",
10852 "tree-sitter",
10853]
10854
10855[[package]]
10856name = "tree-sitter-go"
10857version = "0.19.1"
10858source = "git+https://github.com/tree-sitter/tree-sitter-go?rev=aeb2f33b366fd78d5789ff104956ce23508b85db#aeb2f33b366fd78d5789ff104956ce23508b85db"
10859dependencies = [
10860 "cc",
10861 "tree-sitter",
10862]
10863
10864[[package]]
10865name = "tree-sitter-gomod"
10866version = "1.0.2"
10867source = "git+https://github.com/camdencheek/tree-sitter-go-mod#bbe2fe3be4b87e06a613e685250f473d2267f430"
10868dependencies = [
10869 "cc",
10870 "tree-sitter",
10871]
10872
10873[[package]]
10874name = "tree-sitter-gowork"
10875version = "0.0.1"
10876source = "git+https://github.com/d1y/tree-sitter-go-work#a2a4b99b53b3740855ff33f0b54cab0bb4ce6f45"
10877dependencies = [
10878 "cc",
10879 "tree-sitter",
10880]
10881
10882[[package]]
10883name = "tree-sitter-heex"
10884version = "0.0.1"
10885source = "git+https://github.com/phoenixframework/tree-sitter-heex?rev=2e1348c3cf2c9323e87c2744796cf3f3868aa82a#2e1348c3cf2c9323e87c2744796cf3f3868aa82a"
10886dependencies = [
10887 "cc",
10888 "tree-sitter",
10889]
10890
10891[[package]]
10892name = "tree-sitter-html"
10893version = "0.19.0"
10894source = "registry+https://github.com/rust-lang/crates.io-index"
10895checksum = "184e6b77953a354303dc87bf5fe36558c83569ce92606e7b382a0dc1b7443443"
10896dependencies = [
10897 "cc",
10898 "tree-sitter",
10899]
10900
10901[[package]]
10902name = "tree-sitter-jsdoc"
10903version = "0.20.0"
10904source = "git+https://github.com/tree-sitter/tree-sitter-jsdoc?rev=6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55#6a6cf9e7341af32d8e2b2e24a37fbfebefc3dc55"
10905dependencies = [
10906 "cc",
10907 "tree-sitter",
10908]
10909
10910[[package]]
10911name = "tree-sitter-json"
10912version = "0.19.0"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "90b04c4e1a92139535eb9fca4ec8fa9666cc96b618005d3ae35f3c957fa92f92"
10915dependencies = [
10916 "cc",
10917 "tree-sitter",
10918]
10919
10920[[package]]
10921name = "tree-sitter-json"
10922version = "0.20.0"
10923source = "git+https://github.com/tree-sitter/tree-sitter-json?rev=40a81c01a40ac48744e0c8ccabbaba1920441199#40a81c01a40ac48744e0c8ccabbaba1920441199"
10924dependencies = [
10925 "cc",
10926 "tree-sitter",
10927]
10928
10929[[package]]
10930name = "tree-sitter-markdown"
10931version = "0.0.1"
10932source = "git+https://github.com/MDeiml/tree-sitter-markdown?rev=330ecab87a3e3a7211ac69bbadc19eabecdb1cca#330ecab87a3e3a7211ac69bbadc19eabecdb1cca"
10933dependencies = [
10934 "cc",
10935 "tree-sitter",
10936]
10937
10938[[package]]
10939name = "tree-sitter-proto"
10940version = "0.0.2"
10941source = "git+https://github.com/rewinfrey/tree-sitter-proto?rev=36d54f288aee112f13a67b550ad32634d0c2cb52#36d54f288aee112f13a67b550ad32634d0c2cb52"
10942dependencies = [
10943 "cc",
10944 "tree-sitter",
10945]
10946
10947[[package]]
10948name = "tree-sitter-python"
10949version = "0.20.4"
10950source = "registry+https://github.com/rust-lang/crates.io-index"
10951checksum = "e6c93b1b1fbd0d399db3445f51fd3058e43d0b4dcff62ddbdb46e66550978aa5"
10952dependencies = [
10953 "cc",
10954 "tree-sitter",
10955]
10956
10957[[package]]
10958name = "tree-sitter-regex"
10959version = "0.20.0"
10960source = "registry+https://github.com/rust-lang/crates.io-index"
10961checksum = "efb5a53e9c990757895476216796b170fd81e4d173d08f8b082279c4e6ff8c5c"
10962dependencies = [
10963 "cc",
10964 "tree-sitter",
10965]
10966
10967[[package]]
10968name = "tree-sitter-ruby"
10969version = "0.20.0"
10970source = "registry+https://github.com/rust-lang/crates.io-index"
10971checksum = "0ac30cbb1560363ae76e1ccde543d6d99087421e228cc47afcec004b86bb711a"
10972dependencies = [
10973 "cc",
10974 "tree-sitter",
10975]
10976
10977[[package]]
10978name = "tree-sitter-rust"
10979version = "0.20.4"
10980source = "registry+https://github.com/rust-lang/crates.io-index"
10981checksum = "b0832309b0b2b6d33760ce5c0e818cb47e1d72b468516bfe4134408926fa7594"
10982dependencies = [
10983 "cc",
10984 "tree-sitter",
10985]
10986
10987[[package]]
10988name = "tree-sitter-typescript"
10989version = "0.20.2"
10990source = "git+https://github.com/tree-sitter/tree-sitter-typescript?rev=5d20856f34315b068c41edaee2ac8a100081d259#5d20856f34315b068c41edaee2ac8a100081d259"
10991dependencies = [
10992 "cc",
10993 "tree-sitter",
10994]
10995
10996[[package]]
10997name = "tree-sitter-yaml"
10998version = "0.0.1"
10999source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=f545a41f57502e1b5ddf2a6668896c1b0620f930#f545a41f57502e1b5ddf2a6668896c1b0620f930"
11000dependencies = [
11001 "cc",
11002 "tree-sitter",
11003]
11004
11005[[package]]
11006name = "try-lock"
11007version = "0.2.4"
11008source = "registry+https://github.com/rust-lang/crates.io-index"
11009checksum = "3528ecfd12c466c6f163363caf2d02a71161dd5e1cc6ae7b34207ea2d42d81ed"
11010
11011[[package]]
11012name = "ttf-parser"
11013version = "0.20.0"
11014source = "registry+https://github.com/rust-lang/crates.io-index"
11015checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
11016
11017[[package]]
11018name = "tungstenite"
11019version = "0.16.0"
11020source = "registry+https://github.com/rust-lang/crates.io-index"
11021checksum = "6ad3713a14ae247f22a728a0456a545df14acf3867f905adff84be99e23b3ad1"
11022dependencies = [
11023 "base64 0.13.1",
11024 "byteorder",
11025 "bytes 1.5.0",
11026 "http 0.2.9",
11027 "httparse",
11028 "log",
11029 "native-tls",
11030 "rand 0.8.5",
11031 "sha-1",
11032 "thiserror",
11033 "url",
11034 "utf-8",
11035]
11036
11037[[package]]
11038name = "tungstenite"
11039version = "0.20.1"
11040source = "registry+https://github.com/rust-lang/crates.io-index"
11041checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
11042dependencies = [
11043 "byteorder",
11044 "bytes 1.5.0",
11045 "data-encoding",
11046 "http 0.2.9",
11047 "httparse",
11048 "log",
11049 "rand 0.8.5",
11050 "sha1",
11051 "thiserror",
11052 "url",
11053 "utf-8",
11054]
11055
11056[[package]]
11057name = "typenum"
11058version = "1.17.0"
11059source = "registry+https://github.com/rust-lang/crates.io-index"
11060checksum = "42ff0bf0c66b8238c6f3b578df37d0b7848e55df8577b3f74f92a69acceeb825"
11061
11062[[package]]
11063name = "uds_windows"
11064version = "1.1.0"
11065source = "registry+https://github.com/rust-lang/crates.io-index"
11066checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
11067dependencies = [
11068 "memoffset",
11069 "tempfile",
11070 "winapi",
11071]
11072
11073[[package]]
11074name = "ui"
11075version = "0.1.0"
11076dependencies = [
11077 "chrono",
11078 "gpui",
11079 "itertools 0.11.0",
11080 "menu",
11081 "settings",
11082 "smallvec",
11083 "story",
11084 "strum",
11085 "theme",
11086 "windows 0.53.0",
11087]
11088
11089[[package]]
11090name = "ui_text_field"
11091version = "0.1.0"
11092dependencies = [
11093 "editor",
11094 "gpui",
11095 "settings",
11096 "theme",
11097 "ui",
11098]
11099
11100[[package]]
11101name = "unicase"
11102version = "2.7.0"
11103source = "registry+https://github.com/rust-lang/crates.io-index"
11104checksum = "f7d2d4dafb69621809a81864c9c1b864479e1235c0dd4e199924b9742439ed89"
11105dependencies = [
11106 "version_check",
11107]
11108
11109[[package]]
11110name = "unicode-bidi"
11111version = "0.3.13"
11112source = "registry+https://github.com/rust-lang/crates.io-index"
11113checksum = "92888ba5573ff080736b3648696b70cafad7d250551175acbaa4e0385b3e1460"
11114
11115[[package]]
11116name = "unicode-bidi-mirroring"
11117version = "0.1.0"
11118source = "registry+https://github.com/rust-lang/crates.io-index"
11119checksum = "56d12260fb92d52f9008be7e4bca09f584780eb2266dc8fecc6a192bec561694"
11120
11121[[package]]
11122name = "unicode-ccc"
11123version = "0.1.2"
11124source = "registry+https://github.com/rust-lang/crates.io-index"
11125checksum = "cc2520efa644f8268dce4dcd3050eaa7fc044fca03961e9998ac7e2e92b77cf1"
11126
11127[[package]]
11128name = "unicode-ident"
11129version = "1.0.12"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "3354b9ac3fae1ff6755cb6db53683adb661634f67557942dea4facebec0fee4b"
11132
11133[[package]]
11134name = "unicode-linebreak"
11135version = "0.1.5"
11136source = "registry+https://github.com/rust-lang/crates.io-index"
11137checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
11138
11139[[package]]
11140name = "unicode-normalization"
11141version = "0.1.22"
11142source = "registry+https://github.com/rust-lang/crates.io-index"
11143checksum = "5c5713f0fc4b5db668a2ac63cdb7bb4469d8c9fed047b1d0292cc7b0ce2ba921"
11144dependencies = [
11145 "tinyvec",
11146]
11147
11148[[package]]
11149name = "unicode-properties"
11150version = "0.1.1"
11151source = "registry+https://github.com/rust-lang/crates.io-index"
11152checksum = "e4259d9d4425d9f0661581b804cb85fe66a4c631cadd8f490d1c13a35d5d9291"
11153
11154[[package]]
11155name = "unicode-script"
11156version = "0.5.5"
11157source = "registry+https://github.com/rust-lang/crates.io-index"
11158checksum = "7d817255e1bed6dfd4ca47258685d14d2bdcfbc64fdc9e3819bd5848057b8ecc"
11159
11160[[package]]
11161name = "unicode-segmentation"
11162version = "1.10.1"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "1dd624098567895118886609431a7c3b8f516e41d30e0643f03d94592a147e36"
11165
11166[[package]]
11167name = "unicode-width"
11168version = "0.1.11"
11169source = "registry+https://github.com/rust-lang/crates.io-index"
11170checksum = "e51733f11c9c4f72aa0c160008246859e340b00807569a0da0e7a1079b27ba85"
11171
11172[[package]]
11173name = "unicode-xid"
11174version = "0.2.4"
11175source = "registry+https://github.com/rust-lang/crates.io-index"
11176checksum = "f962df74c8c05a667b5ee8bcf162993134c104e96440b663c8daa176dc772d8c"
11177
11178[[package]]
11179name = "unicode_categories"
11180version = "0.1.1"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
11183
11184[[package]]
11185name = "unindent"
11186version = "0.1.11"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "e1766d682d402817b5ac4490b3c3002d91dfa0d22812f341609f97b08757359c"
11189
11190[[package]]
11191name = "untrusted"
11192version = "0.9.0"
11193source = "registry+https://github.com/rust-lang/crates.io-index"
11194checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
11195
11196[[package]]
11197name = "url"
11198version = "2.5.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "31e6302e3bb753d46e83516cae55ae196fc0c309407cf11ab35cc51a4c2a4633"
11201dependencies = [
11202 "form_urlencoded",
11203 "idna",
11204 "percent-encoding",
11205 "serde",
11206]
11207
11208[[package]]
11209name = "urlencoding"
11210version = "2.1.3"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
11213
11214[[package]]
11215name = "usvg"
11216version = "0.41.0"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "5c704361d822337cfc00387672c7b59eaa72a1f0744f62b2a68aa228a0c6927d"
11219dependencies = [
11220 "base64 0.22.0",
11221 "data-url",
11222 "flate2",
11223 "imagesize",
11224 "kurbo",
11225 "log",
11226 "pico-args",
11227 "roxmltree",
11228 "simplecss",
11229 "siphasher 1.0.1",
11230 "strict-num",
11231 "svgtypes",
11232 "tiny-skia-path",
11233 "xmlwriter",
11234]
11235
11236[[package]]
11237name = "utf-8"
11238version = "0.7.6"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
11241
11242[[package]]
11243name = "utf8parse"
11244version = "0.2.1"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "711b9620af191e0cdc7468a8d14e709c3dcdb115b36f838e601583af800a370a"
11247
11248[[package]]
11249name = "util"
11250version = "0.1.0"
11251dependencies = [
11252 "anyhow",
11253 "async-fs 1.6.0",
11254 "collections",
11255 "dirs 3.0.2",
11256 "futures 0.3.28",
11257 "futures-lite 1.13.0",
11258 "git2",
11259 "globset",
11260 "lazy_static",
11261 "log",
11262 "rand 0.8.5",
11263 "regex",
11264 "rust-embed",
11265 "serde",
11266 "serde_json",
11267 "take-until",
11268 "tempfile",
11269 "tendril",
11270 "unicase",
11271]
11272
11273[[package]]
11274name = "uuid"
11275version = "1.4.1"
11276source = "registry+https://github.com/rust-lang/crates.io-index"
11277checksum = "79daa5ed5740825c40b389c5e50312b9c86df53fccd33f281df655642b43869d"
11278dependencies = [
11279 "getrandom 0.2.10",
11280 "serde",
11281 "sha1_smol",
11282]
11283
11284[[package]]
11285name = "valuable"
11286version = "0.1.0"
11287source = "registry+https://github.com/rust-lang/crates.io-index"
11288checksum = "830b7e5d4d90034032940e4ace0d9a9a057e7a45cd94e6c007832e39edb82f6d"
11289
11290[[package]]
11291name = "value-bag"
11292version = "1.4.1"
11293source = "registry+https://github.com/rust-lang/crates.io-index"
11294checksum = "d92ccd67fb88503048c01b59152a04effd0782d035a83a6d256ce6085f08f4a3"
11295dependencies = [
11296 "value-bag-serde1",
11297 "value-bag-sval2",
11298]
11299
11300[[package]]
11301name = "value-bag-serde1"
11302version = "1.4.1"
11303source = "registry+https://github.com/rust-lang/crates.io-index"
11304checksum = "b0b9f3feef403a50d4d67e9741a6d8fc688bcbb4e4f31bd4aab72cc690284394"
11305dependencies = [
11306 "erased-serde",
11307 "serde",
11308 "serde_fmt",
11309]
11310
11311[[package]]
11312name = "value-bag-sval2"
11313version = "1.4.1"
11314source = "registry+https://github.com/rust-lang/crates.io-index"
11315checksum = "30b24f4146b6f3361e91cbf527d1fb35e9376c3c0cef72ca5ec5af6d640fad7d"
11316dependencies = [
11317 "sval",
11318 "sval_buffer",
11319 "sval_dynamic",
11320 "sval_fmt",
11321 "sval_json",
11322 "sval_ref",
11323 "sval_serde",
11324]
11325
11326[[package]]
11327name = "vcpkg"
11328version = "0.2.15"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
11331
11332[[package]]
11333name = "vcs_menu"
11334version = "0.1.0"
11335dependencies = [
11336 "anyhow",
11337 "fuzzy",
11338 "git",
11339 "gpui",
11340 "picker",
11341 "ui",
11342 "util",
11343 "workspace",
11344]
11345
11346[[package]]
11347name = "version_check"
11348version = "0.9.4"
11349source = "registry+https://github.com/rust-lang/crates.io-index"
11350checksum = "49874b5167b65d7193b8aba1567f5c7d93d001cafc34600cee003eda787e483f"
11351
11352[[package]]
11353name = "vim"
11354version = "0.1.0"
11355dependencies = [
11356 "anyhow",
11357 "async-compat",
11358 "async-trait",
11359 "collections",
11360 "command_palette",
11361 "command_palette_hooks",
11362 "editor",
11363 "futures 0.3.28",
11364 "gpui",
11365 "indoc",
11366 "itertools 0.11.0",
11367 "language",
11368 "log",
11369 "lsp",
11370 "multi_buffer",
11371 "nvim-rs",
11372 "parking_lot",
11373 "regex",
11374 "release_channel",
11375 "schemars",
11376 "search",
11377 "serde",
11378 "serde_derive",
11379 "serde_json",
11380 "settings",
11381 "tokio",
11382 "ui",
11383 "util",
11384 "workspace",
11385 "zed_actions",
11386]
11387
11388[[package]]
11389name = "vscode_theme"
11390version = "0.2.0"
11391source = "registry+https://github.com/rust-lang/crates.io-index"
11392checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
11393dependencies = [
11394 "serde",
11395]
11396
11397[[package]]
11398name = "vsimd"
11399version = "0.8.0"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
11402
11403[[package]]
11404name = "vswhom"
11405version = "0.1.0"
11406source = "registry+https://github.com/rust-lang/crates.io-index"
11407checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
11408dependencies = [
11409 "libc",
11410 "vswhom-sys",
11411]
11412
11413[[package]]
11414name = "vswhom-sys"
11415version = "0.1.2"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "d3b17ae1f6c8a2b28506cd96d412eebf83b4a0ff2cbefeeb952f2f9dfa44ba18"
11418dependencies = [
11419 "cc",
11420 "libc",
11421]
11422
11423[[package]]
11424name = "vte"
11425version = "0.13.0"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "40eb22ae96f050e0c0d6f7ce43feeae26c348fc4dea56928ca81537cfaa6188b"
11428dependencies = [
11429 "bitflags 2.4.2",
11430 "cursor-icon",
11431 "log",
11432 "serde",
11433 "utf8parse",
11434 "vte_generate_state_changes",
11435]
11436
11437[[package]]
11438name = "vte_generate_state_changes"
11439version = "0.1.1"
11440source = "registry+https://github.com/rust-lang/crates.io-index"
11441checksum = "d257817081c7dffcdbab24b9e62d2def62e2ff7d00b1c20062551e6cccc145ff"
11442dependencies = [
11443 "proc-macro2",
11444 "quote",
11445]
11446
11447[[package]]
11448name = "waker-fn"
11449version = "1.1.0"
11450source = "registry+https://github.com/rust-lang/crates.io-index"
11451checksum = "9d5b2c62b4012a3e1eca5a7e077d13b3bf498c4073e33ccd58626607748ceeca"
11452
11453[[package]]
11454name = "walkdir"
11455version = "2.5.0"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
11458dependencies = [
11459 "same-file",
11460 "winapi-util",
11461]
11462
11463[[package]]
11464name = "want"
11465version = "0.3.1"
11466source = "registry+https://github.com/rust-lang/crates.io-index"
11467checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
11468dependencies = [
11469 "try-lock",
11470]
11471
11472[[package]]
11473name = "wasi"
11474version = "0.9.0+wasi-snapshot-preview1"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "cccddf32554fecc6acb585f82a32a72e28b48f8c4c1883ddfeeeaa96f7d8e519"
11477
11478[[package]]
11479name = "wasi"
11480version = "0.11.0+wasi-snapshot-preview1"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "9c8d87e72b64a3b4db28d11ce29237c246188f4f51057d65a7eab63b7987e423"
11483
11484[[package]]
11485name = "wasm-bindgen"
11486version = "0.2.92"
11487source = "registry+https://github.com/rust-lang/crates.io-index"
11488checksum = "4be2531df63900aeb2bca0daaaddec08491ee64ceecbee5076636a3b026795a8"
11489dependencies = [
11490 "cfg-if",
11491 "wasm-bindgen-macro",
11492]
11493
11494[[package]]
11495name = "wasm-bindgen-backend"
11496version = "0.2.92"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "614d787b966d3989fa7bb98a654e369c762374fd3213d212cfc0251257e747da"
11499dependencies = [
11500 "bumpalo",
11501 "log",
11502 "once_cell",
11503 "proc-macro2",
11504 "quote",
11505 "syn 2.0.59",
11506 "wasm-bindgen-shared",
11507]
11508
11509[[package]]
11510name = "wasm-bindgen-futures"
11511version = "0.4.37"
11512source = "registry+https://github.com/rust-lang/crates.io-index"
11513checksum = "c02dbc21516f9f1f04f187958890d7e6026df8d16540b7ad9492bc34a67cea03"
11514dependencies = [
11515 "cfg-if",
11516 "js-sys",
11517 "wasm-bindgen",
11518 "web-sys",
11519]
11520
11521[[package]]
11522name = "wasm-bindgen-macro"
11523version = "0.2.92"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "a1f8823de937b71b9460c0c34e25f3da88250760bec0ebac694b49997550d726"
11526dependencies = [
11527 "quote",
11528 "wasm-bindgen-macro-support",
11529]
11530
11531[[package]]
11532name = "wasm-bindgen-macro-support"
11533version = "0.2.92"
11534source = "registry+https://github.com/rust-lang/crates.io-index"
11535checksum = "e94f17b526d0a461a191c78ea52bbce64071ed5c04c9ffe424dcb38f74171bb7"
11536dependencies = [
11537 "proc-macro2",
11538 "quote",
11539 "syn 2.0.59",
11540 "wasm-bindgen-backend",
11541 "wasm-bindgen-shared",
11542]
11543
11544[[package]]
11545name = "wasm-bindgen-shared"
11546version = "0.2.92"
11547source = "registry+https://github.com/rust-lang/crates.io-index"
11548checksum = "af190c94f2773fdb3729c55b007a722abb5384da03bc0986df4c289bf5567e96"
11549
11550[[package]]
11551name = "wasm-encoder"
11552version = "0.201.0"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
11555dependencies = [
11556 "leb128",
11557]
11558
11559[[package]]
11560name = "wasm-metadata"
11561version = "0.201.0"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
11564dependencies = [
11565 "anyhow",
11566 "indexmap 2.0.0",
11567 "serde",
11568 "serde_derive",
11569 "serde_json",
11570 "spdx",
11571 "wasm-encoder",
11572 "wasmparser",
11573]
11574
11575[[package]]
11576name = "wasmparser"
11577version = "0.201.0"
11578source = "registry+https://github.com/rust-lang/crates.io-index"
11579checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
11580dependencies = [
11581 "bitflags 2.4.2",
11582 "indexmap 2.0.0",
11583 "semver",
11584]
11585
11586[[package]]
11587name = "wasmprinter"
11588version = "0.201.0"
11589source = "registry+https://github.com/rust-lang/crates.io-index"
11590checksum = "a67e66da702706ba08729a78e3c0079085f6bfcb1a62e4799e97bbf728c2c265"
11591dependencies = [
11592 "anyhow",
11593 "wasmparser",
11594]
11595
11596[[package]]
11597name = "wasmtime"
11598version = "19.0.0"
11599source = "registry+https://github.com/rust-lang/crates.io-index"
11600checksum = "6a08af88fa3d324cc5cf6d388d90ef396a787b3fb4bbd51ba185f8645dc0f02c"
11601dependencies = [
11602 "anyhow",
11603 "async-trait",
11604 "bincode",
11605 "bumpalo",
11606 "cfg-if",
11607 "encoding_rs",
11608 "gimli",
11609 "indexmap 2.0.0",
11610 "libc",
11611 "log",
11612 "object",
11613 "once_cell",
11614 "paste",
11615 "rustix 0.38.32",
11616 "semver",
11617 "serde",
11618 "serde_derive",
11619 "serde_json",
11620 "target-lexicon",
11621 "wasmparser",
11622 "wasmtime-component-macro",
11623 "wasmtime-component-util",
11624 "wasmtime-cranelift",
11625 "wasmtime-environ",
11626 "wasmtime-fiber",
11627 "wasmtime-jit-icache-coherence",
11628 "wasmtime-runtime",
11629 "wasmtime-slab",
11630 "wasmtime-winch",
11631 "windows-sys 0.52.0",
11632]
11633
11634[[package]]
11635name = "wasmtime-asm-macros"
11636version = "19.0.0"
11637source = "registry+https://github.com/rust-lang/crates.io-index"
11638checksum = "16cdbfcf28542bcda0b5fd68d44603e53e5ad126cbe7b9f25c130e1249fd8211"
11639dependencies = [
11640 "cfg-if",
11641]
11642
11643[[package]]
11644name = "wasmtime-c-api-impl"
11645version = "19.0.0"
11646source = "registry+https://github.com/rust-lang/crates.io-index"
11647checksum = "67dea28073e105735210b9e932b5e654198d5e28ed31f1314037cd7664ceda2b"
11648dependencies = [
11649 "anyhow",
11650 "log",
11651 "once_cell",
11652 "tracing",
11653 "wasmtime",
11654 "wasmtime-c-api-macros",
11655]
11656
11657[[package]]
11658name = "wasmtime-c-api-macros"
11659version = "19.0.0"
11660source = "registry+https://github.com/rust-lang/crates.io-index"
11661checksum = "0cfe12050fa28b17ab8434ab757fee281dd0d5c7715fa1bc5e4c0b29d1705415"
11662dependencies = [
11663 "proc-macro2",
11664 "quote",
11665]
11666
11667[[package]]
11668name = "wasmtime-component-macro"
11669version = "19.0.0"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "0cdcf690257c623506eeec3a502864b282aab0fdfd6981c1ebb63c7e98f4a23a"
11672dependencies = [
11673 "anyhow",
11674 "proc-macro2",
11675 "quote",
11676 "syn 2.0.59",
11677 "wasmtime-component-util",
11678 "wasmtime-wit-bindgen",
11679 "wit-parser",
11680]
11681
11682[[package]]
11683name = "wasmtime-component-util"
11684version = "19.0.0"
11685source = "registry+https://github.com/rust-lang/crates.io-index"
11686checksum = "ab3ae7bf66e2fae1e332ab3634f332d7422e878a6eecc47c8f8f78cc1f24e501"
11687
11688[[package]]
11689name = "wasmtime-cranelift"
11690version = "19.0.0"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "67ea025c969a09117818732fa6f96848e858a7953d4659dab8081a6eea3c0523"
11693dependencies = [
11694 "anyhow",
11695 "cfg-if",
11696 "cranelift-codegen",
11697 "cranelift-control",
11698 "cranelift-entity",
11699 "cranelift-frontend",
11700 "cranelift-native",
11701 "cranelift-wasm",
11702 "gimli",
11703 "log",
11704 "object",
11705 "target-lexicon",
11706 "thiserror",
11707 "wasmparser",
11708 "wasmtime-cranelift-shared",
11709 "wasmtime-environ",
11710 "wasmtime-versioned-export-macros",
11711]
11712
11713[[package]]
11714name = "wasmtime-cranelift-shared"
11715version = "19.0.0"
11716source = "registry+https://github.com/rust-lang/crates.io-index"
11717checksum = "dcd6dd2f8d8d4860b384f61f89b597633a5b5f0943c546210e5084c5d321fe20"
11718dependencies = [
11719 "anyhow",
11720 "cranelift-codegen",
11721 "cranelift-control",
11722 "cranelift-native",
11723 "gimli",
11724 "object",
11725 "target-lexicon",
11726 "wasmtime-environ",
11727]
11728
11729[[package]]
11730name = "wasmtime-environ"
11731version = "19.0.0"
11732source = "registry+https://github.com/rust-lang/crates.io-index"
11733checksum = "7f60f3f717658dd77745de03b750d5852126e9be6dad465848c77f90387c44c9"
11734dependencies = [
11735 "anyhow",
11736 "bincode",
11737 "cpp_demangle",
11738 "cranelift-entity",
11739 "gimli",
11740 "indexmap 2.0.0",
11741 "log",
11742 "object",
11743 "rustc-demangle",
11744 "serde",
11745 "serde_derive",
11746 "target-lexicon",
11747 "thiserror",
11748 "wasm-encoder",
11749 "wasmparser",
11750 "wasmprinter",
11751 "wasmtime-component-util",
11752 "wasmtime-types",
11753]
11754
11755[[package]]
11756name = "wasmtime-fiber"
11757version = "19.0.0"
11758source = "registry+https://github.com/rust-lang/crates.io-index"
11759checksum = "bf8cd22ab1041bf0e54b6283e57824557902e4fed8b1f3a7eef29cbaba89eebf"
11760dependencies = [
11761 "anyhow",
11762 "cc",
11763 "cfg-if",
11764 "rustix 0.38.32",
11765 "wasmtime-asm-macros",
11766 "wasmtime-versioned-export-macros",
11767 "windows-sys 0.52.0",
11768]
11769
11770[[package]]
11771name = "wasmtime-jit-icache-coherence"
11772version = "19.0.0"
11773source = "registry+https://github.com/rust-lang/crates.io-index"
11774checksum = "2796e4b4989db62899d2117e1e0258b839d088c044591b14e3a0396e7b3ae53a"
11775dependencies = [
11776 "cfg-if",
11777 "libc",
11778 "windows-sys 0.52.0",
11779]
11780
11781[[package]]
11782name = "wasmtime-runtime"
11783version = "19.0.0"
11784source = "registry+https://github.com/rust-lang/crates.io-index"
11785checksum = "4bf2b7745df452a4f41b9aab21d3f7ba1347b12da2fdc5241e59306127884a68"
11786dependencies = [
11787 "anyhow",
11788 "cc",
11789 "cfg-if",
11790 "encoding_rs",
11791 "indexmap 2.0.0",
11792 "libc",
11793 "log",
11794 "mach",
11795 "memfd",
11796 "memoffset",
11797 "paste",
11798 "psm",
11799 "rustix 0.38.32",
11800 "sptr",
11801 "wasm-encoder",
11802 "wasmtime-asm-macros",
11803 "wasmtime-environ",
11804 "wasmtime-fiber",
11805 "wasmtime-versioned-export-macros",
11806 "wasmtime-wmemcheck",
11807 "windows-sys 0.52.0",
11808]
11809
11810[[package]]
11811name = "wasmtime-slab"
11812version = "19.0.0"
11813source = "registry+https://github.com/rust-lang/crates.io-index"
11814checksum = "83448ef600ad95977019ebaea84a5516fdbc9561d0a8e26b1e099351f993b527"
11815
11816[[package]]
11817name = "wasmtime-types"
11818version = "19.0.0"
11819source = "registry+https://github.com/rust-lang/crates.io-index"
11820checksum = "cf6fe7ed3fd18ed4b1e4465fe5c8674acc9f03523fca5b1b9f975b2560cd741b"
11821dependencies = [
11822 "cranelift-entity",
11823 "serde",
11824 "serde_derive",
11825 "thiserror",
11826 "wasmparser",
11827]
11828
11829[[package]]
11830name = "wasmtime-versioned-export-macros"
11831version = "19.0.0"
11832source = "registry+https://github.com/rust-lang/crates.io-index"
11833checksum = "6d6d967f01032da7d4c6303da32f6a00d5efe1bac124b156e7342d8ace6ffdfc"
11834dependencies = [
11835 "proc-macro2",
11836 "quote",
11837 "syn 2.0.59",
11838]
11839
11840[[package]]
11841name = "wasmtime-wasi"
11842version = "19.0.0"
11843source = "registry+https://github.com/rust-lang/crates.io-index"
11844checksum = "371d828b6849ea06d598ae7dd1c316e8dd9e99b76f77d93d5886cb25c7f8e188"
11845dependencies = [
11846 "anyhow",
11847 "async-trait",
11848 "bitflags 2.4.2",
11849 "bytes 1.5.0",
11850 "cap-fs-ext",
11851 "cap-net-ext",
11852 "cap-rand",
11853 "cap-std",
11854 "cap-time-ext",
11855 "fs-set-times",
11856 "futures 0.3.28",
11857 "io-extras",
11858 "io-lifetimes 2.0.3",
11859 "once_cell",
11860 "rustix 0.38.32",
11861 "system-interface",
11862 "thiserror",
11863 "tokio",
11864 "tracing",
11865 "url",
11866 "wasmtime",
11867 "wiggle",
11868 "windows-sys 0.52.0",
11869]
11870
11871[[package]]
11872name = "wasmtime-winch"
11873version = "19.0.0"
11874source = "registry+https://github.com/rust-lang/crates.io-index"
11875checksum = "eb8b3fcbc455105760e4a2aa8ee3f39b8357183a62201383b3f72d4836ca2be8"
11876dependencies = [
11877 "anyhow",
11878 "cranelift-codegen",
11879 "gimli",
11880 "object",
11881 "target-lexicon",
11882 "wasmparser",
11883 "wasmtime-cranelift-shared",
11884 "wasmtime-environ",
11885 "winch-codegen",
11886]
11887
11888[[package]]
11889name = "wasmtime-wit-bindgen"
11890version = "19.0.0"
11891source = "registry+https://github.com/rust-lang/crates.io-index"
11892checksum = "96326c9800fb6c099f50d1bd2126d636fc2f96950e1675acf358c0f52516cd38"
11893dependencies = [
11894 "anyhow",
11895 "heck 0.4.1",
11896 "indexmap 2.0.0",
11897 "wit-parser",
11898]
11899
11900[[package]]
11901name = "wasmtime-wmemcheck"
11902version = "19.0.0"
11903source = "registry+https://github.com/rust-lang/crates.io-index"
11904checksum = "36bd91a4dc55af0bf55e9e2ab0ea13724cfb5c5a1acdf8873039769208f59490"
11905
11906[[package]]
11907name = "wast"
11908version = "35.0.2"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
11911dependencies = [
11912 "leb128",
11913]
11914
11915[[package]]
11916name = "wayland-backend"
11917version = "0.3.3"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "9d50fa61ce90d76474c87f5fc002828d81b32677340112b4ef08079a9d459a40"
11920dependencies = [
11921 "cc",
11922 "downcast-rs",
11923 "rustix 0.38.32",
11924 "scoped-tls",
11925 "smallvec",
11926 "wayland-sys",
11927]
11928
11929[[package]]
11930name = "wayland-client"
11931version = "0.31.2"
11932source = "registry+https://github.com/rust-lang/crates.io-index"
11933checksum = "82fb96ee935c2cea6668ccb470fb7771f6215d1691746c2d896b447a00ad3f1f"
11934dependencies = [
11935 "bitflags 2.4.2",
11936 "rustix 0.38.32",
11937 "wayland-backend",
11938 "wayland-scanner",
11939]
11940
11941[[package]]
11942name = "wayland-csd-frame"
11943version = "0.3.0"
11944source = "registry+https://github.com/rust-lang/crates.io-index"
11945checksum = "625c5029dbd43d25e6aa9615e88b829a5cad13b2819c4ae129fdbb7c31ab4c7e"
11946dependencies = [
11947 "bitflags 2.4.2",
11948 "cursor-icon",
11949 "wayland-backend",
11950]
11951
11952[[package]]
11953name = "wayland-cursor"
11954version = "0.31.1"
11955source = "registry+https://github.com/rust-lang/crates.io-index"
11956checksum = "71ce5fa868dd13d11a0d04c5e2e65726d0897be8de247c0c5a65886e283231ba"
11957dependencies = [
11958 "rustix 0.38.32",
11959 "wayland-client",
11960 "xcursor",
11961]
11962
11963[[package]]
11964name = "wayland-protocols"
11965version = "0.31.2"
11966source = "registry+https://github.com/rust-lang/crates.io-index"
11967checksum = "8f81f365b8b4a97f422ac0e8737c438024b5951734506b0e1d775c73030561f4"
11968dependencies = [
11969 "bitflags 2.4.2",
11970 "wayland-backend",
11971 "wayland-client",
11972 "wayland-scanner",
11973]
11974
11975[[package]]
11976name = "wayland-protocols-plasma"
11977version = "0.2.0"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "23803551115ff9ea9bce586860c5c5a971e360825a0309264102a9495a5ff479"
11980dependencies = [
11981 "bitflags 2.4.2",
11982 "wayland-backend",
11983 "wayland-client",
11984 "wayland-protocols",
11985 "wayland-scanner",
11986]
11987
11988[[package]]
11989name = "wayland-protocols-wlr"
11990version = "0.2.0"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "ad1f61b76b6c2d8742e10f9ba5c3737f6530b4c243132c2a2ccc8aa96fe25cd6"
11993dependencies = [
11994 "bitflags 2.4.2",
11995 "wayland-backend",
11996 "wayland-client",
11997 "wayland-protocols",
11998 "wayland-scanner",
11999]
12000
12001[[package]]
12002name = "wayland-scanner"
12003version = "0.31.1"
12004source = "registry+https://github.com/rust-lang/crates.io-index"
12005checksum = "63b3a62929287001986fb58c789dce9b67604a397c15c611ad9f747300b6c283"
12006dependencies = [
12007 "proc-macro2",
12008 "quick-xml 0.31.0",
12009 "quote",
12010]
12011
12012[[package]]
12013name = "wayland-sys"
12014version = "0.31.1"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "15a0c8eaff5216d07f226cb7a549159267f3467b289d9a2e52fd3ef5aae2b7af"
12017dependencies = [
12018 "dlib",
12019 "log",
12020 "once_cell",
12021 "pkg-config",
12022]
12023
12024[[package]]
12025name = "web-sys"
12026version = "0.3.64"
12027source = "registry+https://github.com/rust-lang/crates.io-index"
12028checksum = "9b85cbef8c220a6abc02aefd892dfc0fc23afb1c6a426316ec33253a3877249b"
12029dependencies = [
12030 "js-sys",
12031 "wasm-bindgen",
12032]
12033
12034[[package]]
12035name = "webpki-roots"
12036version = "0.24.0"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "b291546d5d9d1eab74f069c77749f2cb8504a12caa20f0f2de93ddbf6f411888"
12039dependencies = [
12040 "rustls-webpki",
12041]
12042
12043[[package]]
12044name = "weezl"
12045version = "0.1.8"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "53a85b86a771b1c87058196170769dd264f66c0782acf1ae6cc51bfd64b39082"
12048
12049[[package]]
12050name = "welcome"
12051version = "0.1.0"
12052dependencies = [
12053 "anyhow",
12054 "client",
12055 "db",
12056 "editor",
12057 "extensions_ui",
12058 "fuzzy",
12059 "gpui",
12060 "inline_completion_button",
12061 "install_cli",
12062 "picker",
12063 "project",
12064 "schemars",
12065 "serde",
12066 "settings",
12067 "theme_selector",
12068 "ui",
12069 "util",
12070 "vim",
12071 "workspace",
12072]
12073
12074[[package]]
12075name = "which"
12076version = "4.4.2"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
12079dependencies = [
12080 "either",
12081 "home",
12082 "once_cell",
12083 "rustix 0.38.32",
12084]
12085
12086[[package]]
12087name = "which"
12088version = "6.0.0"
12089source = "registry+https://github.com/rust-lang/crates.io-index"
12090checksum = "7fa5e0c10bf77f44aac573e498d1a82d5fbd5e91f6fc0a99e7be4b38e85e101c"
12091dependencies = [
12092 "either",
12093 "home",
12094 "once_cell",
12095 "rustix 0.38.32",
12096 "windows-sys 0.52.0",
12097]
12098
12099[[package]]
12100name = "whoami"
12101version = "1.4.1"
12102source = "registry+https://github.com/rust-lang/crates.io-index"
12103checksum = "22fc3756b8a9133049b26c7f61ab35416c130e8c09b660f5b3958b446f52cc50"
12104
12105[[package]]
12106name = "wiggle"
12107version = "19.0.0"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "ae1136a209614ace00b0c11f04dc7cf42540773be3b22eff6ad165110aba29c1"
12110dependencies = [
12111 "anyhow",
12112 "async-trait",
12113 "bitflags 2.4.2",
12114 "thiserror",
12115 "tracing",
12116 "wasmtime",
12117 "wiggle-macro",
12118]
12119
12120[[package]]
12121name = "wiggle-generate"
12122version = "19.0.0"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "4c2bd99ce26046f4246d720a4198f6a8fc95bc5da82ae4ef62263e24641c3076"
12125dependencies = [
12126 "anyhow",
12127 "heck 0.4.1",
12128 "proc-macro2",
12129 "quote",
12130 "shellexpand",
12131 "syn 2.0.59",
12132 "witx",
12133]
12134
12135[[package]]
12136name = "wiggle-macro"
12137version = "19.0.0"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "512d816dbcd0113103b2eb2402ec9018e7f0755202a5b3e67db726f229d8dcae"
12140dependencies = [
12141 "proc-macro2",
12142 "quote",
12143 "syn 2.0.59",
12144 "wiggle-generate",
12145]
12146
12147[[package]]
12148name = "winapi"
12149version = "0.3.9"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
12152dependencies = [
12153 "winapi-i686-pc-windows-gnu",
12154 "winapi-x86_64-pc-windows-gnu",
12155]
12156
12157[[package]]
12158name = "winapi-i686-pc-windows-gnu"
12159version = "0.4.0"
12160source = "registry+https://github.com/rust-lang/crates.io-index"
12161checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
12162
12163[[package]]
12164name = "winapi-util"
12165version = "0.1.6"
12166source = "registry+https://github.com/rust-lang/crates.io-index"
12167checksum = "f29e6f9198ba0d26b4c9f07dbe6f9ed633e1f3d5b8b414090084349e46a52596"
12168dependencies = [
12169 "winapi",
12170]
12171
12172[[package]]
12173name = "winapi-x86_64-pc-windows-gnu"
12174version = "0.4.0"
12175source = "registry+https://github.com/rust-lang/crates.io-index"
12176checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
12177
12178[[package]]
12179name = "winch-codegen"
12180version = "0.17.0"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "d285c833af9453c037cd220765f86c5c9961e8906a815829107c8801d535b8e4"
12183dependencies = [
12184 "anyhow",
12185 "cranelift-codegen",
12186 "gimli",
12187 "regalloc2",
12188 "smallvec",
12189 "target-lexicon",
12190 "wasmparser",
12191 "wasmtime-environ",
12192]
12193
12194[[package]]
12195name = "windows"
12196version = "0.46.0"
12197source = "registry+https://github.com/rust-lang/crates.io-index"
12198checksum = "cdacb41e6a96a052c6cb63a144f24900236121c6f63f4f8219fef5977ecb0c25"
12199dependencies = [
12200 "windows-targets 0.42.2",
12201]
12202
12203[[package]]
12204name = "windows"
12205version = "0.48.0"
12206source = "registry+https://github.com/rust-lang/crates.io-index"
12207checksum = "e686886bc078bc1b0b600cac0147aadb815089b6e4da64016cbd754b6342700f"
12208dependencies = [
12209 "windows-targets 0.48.5",
12210]
12211
12212[[package]]
12213name = "windows"
12214version = "0.52.0"
12215source = "registry+https://github.com/rust-lang/crates.io-index"
12216checksum = "e48a53791691ab099e5e2ad123536d0fff50652600abaf43bbf952894110d0be"
12217dependencies = [
12218 "windows-core 0.52.0",
12219 "windows-targets 0.52.4",
12220]
12221
12222[[package]]
12223name = "windows"
12224version = "0.53.0"
12225source = "registry+https://github.com/rust-lang/crates.io-index"
12226checksum = "efc5cf48f83140dcaab716eeaea345f9e93d0018fb81162753a3f76c3397b538"
12227dependencies = [
12228 "windows-core 0.53.0",
12229 "windows-implement",
12230 "windows-interface",
12231 "windows-targets 0.52.4",
12232]
12233
12234[[package]]
12235name = "windows-core"
12236version = "0.52.0"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "33ab640c8d7e35bf8ba19b884ba838ceb4fba93a4e8c65a9059d08afcfc683d9"
12239dependencies = [
12240 "windows-targets 0.52.4",
12241]
12242
12243[[package]]
12244name = "windows-core"
12245version = "0.53.0"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "9dcc5b895a6377f1ab9fa55acedab1fd5ac0db66ad1e6c7f47e28a22e446a5dd"
12248dependencies = [
12249 "windows-result",
12250 "windows-targets 0.52.4",
12251]
12252
12253[[package]]
12254name = "windows-implement"
12255version = "0.53.0"
12256source = "registry+https://github.com/rust-lang/crates.io-index"
12257checksum = "942ac266be9249c84ca862f0a164a39533dc2f6f33dc98ec89c8da99b82ea0bd"
12258dependencies = [
12259 "proc-macro2",
12260 "quote",
12261 "syn 2.0.59",
12262]
12263
12264[[package]]
12265name = "windows-interface"
12266version = "0.53.0"
12267source = "registry+https://github.com/rust-lang/crates.io-index"
12268checksum = "da33557140a288fae4e1d5f8873aaf9eb6613a9cf82c3e070223ff177f598b60"
12269dependencies = [
12270 "proc-macro2",
12271 "quote",
12272 "syn 2.0.59",
12273]
12274
12275[[package]]
12276name = "windows-result"
12277version = "0.1.0"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "cd19df78e5168dfb0aedc343d1d1b8d422ab2db6756d2dc3fef75035402a3f64"
12280dependencies = [
12281 "windows-targets 0.52.4",
12282]
12283
12284[[package]]
12285name = "windows-sys"
12286version = "0.45.0"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
12289dependencies = [
12290 "windows-targets 0.42.2",
12291]
12292
12293[[package]]
12294name = "windows-sys"
12295version = "0.48.0"
12296source = "registry+https://github.com/rust-lang/crates.io-index"
12297checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
12298dependencies = [
12299 "windows-targets 0.48.5",
12300]
12301
12302[[package]]
12303name = "windows-sys"
12304version = "0.52.0"
12305source = "registry+https://github.com/rust-lang/crates.io-index"
12306checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
12307dependencies = [
12308 "windows-targets 0.52.4",
12309]
12310
12311[[package]]
12312name = "windows-targets"
12313version = "0.42.2"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
12316dependencies = [
12317 "windows_aarch64_gnullvm 0.42.2",
12318 "windows_aarch64_msvc 0.42.2",
12319 "windows_i686_gnu 0.42.2",
12320 "windows_i686_msvc 0.42.2",
12321 "windows_x86_64_gnu 0.42.2",
12322 "windows_x86_64_gnullvm 0.42.2",
12323 "windows_x86_64_msvc 0.42.2",
12324]
12325
12326[[package]]
12327name = "windows-targets"
12328version = "0.48.5"
12329source = "registry+https://github.com/rust-lang/crates.io-index"
12330checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
12331dependencies = [
12332 "windows_aarch64_gnullvm 0.48.5",
12333 "windows_aarch64_msvc 0.48.5",
12334 "windows_i686_gnu 0.48.5",
12335 "windows_i686_msvc 0.48.5",
12336 "windows_x86_64_gnu 0.48.5",
12337 "windows_x86_64_gnullvm 0.48.5",
12338 "windows_x86_64_msvc 0.48.5",
12339]
12340
12341[[package]]
12342name = "windows-targets"
12343version = "0.52.4"
12344source = "registry+https://github.com/rust-lang/crates.io-index"
12345checksum = "7dd37b7e5ab9018759f893a1952c9420d060016fc19a472b4bb20d1bdd694d1b"
12346dependencies = [
12347 "windows_aarch64_gnullvm 0.52.4",
12348 "windows_aarch64_msvc 0.52.4",
12349 "windows_i686_gnu 0.52.4",
12350 "windows_i686_msvc 0.52.4",
12351 "windows_x86_64_gnu 0.52.4",
12352 "windows_x86_64_gnullvm 0.52.4",
12353 "windows_x86_64_msvc 0.52.4",
12354]
12355
12356[[package]]
12357name = "windows_aarch64_gnullvm"
12358version = "0.42.2"
12359source = "registry+https://github.com/rust-lang/crates.io-index"
12360checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
12361
12362[[package]]
12363name = "windows_aarch64_gnullvm"
12364version = "0.48.5"
12365source = "registry+https://github.com/rust-lang/crates.io-index"
12366checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
12367
12368[[package]]
12369name = "windows_aarch64_gnullvm"
12370version = "0.52.4"
12371source = "registry+https://github.com/rust-lang/crates.io-index"
12372checksum = "bcf46cf4c365c6f2d1cc93ce535f2c8b244591df96ceee75d8e83deb70a9cac9"
12373
12374[[package]]
12375name = "windows_aarch64_msvc"
12376version = "0.42.2"
12377source = "registry+https://github.com/rust-lang/crates.io-index"
12378checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
12379
12380[[package]]
12381name = "windows_aarch64_msvc"
12382version = "0.48.5"
12383source = "registry+https://github.com/rust-lang/crates.io-index"
12384checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
12385
12386[[package]]
12387name = "windows_aarch64_msvc"
12388version = "0.52.4"
12389source = "registry+https://github.com/rust-lang/crates.io-index"
12390checksum = "da9f259dd3bcf6990b55bffd094c4f7235817ba4ceebde8e6d11cd0c5633b675"
12391
12392[[package]]
12393name = "windows_i686_gnu"
12394version = "0.42.2"
12395source = "registry+https://github.com/rust-lang/crates.io-index"
12396checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
12397
12398[[package]]
12399name = "windows_i686_gnu"
12400version = "0.48.5"
12401source = "registry+https://github.com/rust-lang/crates.io-index"
12402checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
12403
12404[[package]]
12405name = "windows_i686_gnu"
12406version = "0.52.4"
12407source = "registry+https://github.com/rust-lang/crates.io-index"
12408checksum = "b474d8268f99e0995f25b9f095bc7434632601028cf86590aea5c8a5cb7801d3"
12409
12410[[package]]
12411name = "windows_i686_msvc"
12412version = "0.42.2"
12413source = "registry+https://github.com/rust-lang/crates.io-index"
12414checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
12415
12416[[package]]
12417name = "windows_i686_msvc"
12418version = "0.48.5"
12419source = "registry+https://github.com/rust-lang/crates.io-index"
12420checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
12421
12422[[package]]
12423name = "windows_i686_msvc"
12424version = "0.52.4"
12425source = "registry+https://github.com/rust-lang/crates.io-index"
12426checksum = "1515e9a29e5bed743cb4415a9ecf5dfca648ce85ee42e15873c3cd8610ff8e02"
12427
12428[[package]]
12429name = "windows_x86_64_gnu"
12430version = "0.42.2"
12431source = "registry+https://github.com/rust-lang/crates.io-index"
12432checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
12433
12434[[package]]
12435name = "windows_x86_64_gnu"
12436version = "0.48.5"
12437source = "registry+https://github.com/rust-lang/crates.io-index"
12438checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
12439
12440[[package]]
12441name = "windows_x86_64_gnu"
12442version = "0.52.4"
12443source = "registry+https://github.com/rust-lang/crates.io-index"
12444checksum = "5eee091590e89cc02ad514ffe3ead9eb6b660aedca2183455434b93546371a03"
12445
12446[[package]]
12447name = "windows_x86_64_gnullvm"
12448version = "0.42.2"
12449source = "registry+https://github.com/rust-lang/crates.io-index"
12450checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
12451
12452[[package]]
12453name = "windows_x86_64_gnullvm"
12454version = "0.48.5"
12455source = "registry+https://github.com/rust-lang/crates.io-index"
12456checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
12457
12458[[package]]
12459name = "windows_x86_64_gnullvm"
12460version = "0.52.4"
12461source = "registry+https://github.com/rust-lang/crates.io-index"
12462checksum = "77ca79f2451b49fa9e2af39f0747fe999fcda4f5e241b2898624dca97a1f2177"
12463
12464[[package]]
12465name = "windows_x86_64_msvc"
12466version = "0.42.2"
12467source = "registry+https://github.com/rust-lang/crates.io-index"
12468checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
12469
12470[[package]]
12471name = "windows_x86_64_msvc"
12472version = "0.48.5"
12473source = "registry+https://github.com/rust-lang/crates.io-index"
12474checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
12475
12476[[package]]
12477name = "windows_x86_64_msvc"
12478version = "0.52.4"
12479source = "registry+https://github.com/rust-lang/crates.io-index"
12480checksum = "32b752e52a2da0ddfbdbcc6fceadfeede4c939ed16d13e648833a61dfb611ed8"
12481
12482[[package]]
12483name = "winnow"
12484version = "0.5.15"
12485source = "registry+https://github.com/rust-lang/crates.io-index"
12486checksum = "7c2e3184b9c4e92ad5167ca73039d0c42476302ab603e2fec4487511f38ccefc"
12487dependencies = [
12488 "memchr",
12489]
12490
12491[[package]]
12492name = "winnow"
12493version = "0.6.1"
12494source = "registry+https://github.com/rust-lang/crates.io-index"
12495checksum = "d90f4e0f530c4c69f62b80d839e9ef3855edc9cba471a160c4d692deed62b401"
12496dependencies = [
12497 "memchr",
12498]
12499
12500[[package]]
12501name = "winreg"
12502version = "0.50.0"
12503source = "registry+https://github.com/rust-lang/crates.io-index"
12504checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
12505dependencies = [
12506 "cfg-if",
12507 "windows-sys 0.48.0",
12508]
12509
12510[[package]]
12511name = "winreg"
12512version = "0.52.0"
12513source = "registry+https://github.com/rust-lang/crates.io-index"
12514checksum = "a277a57398d4bfa075df44f501a17cfdf8542d224f0d36095a2adc7aee4ef0a5"
12515dependencies = [
12516 "cfg-if",
12517 "windows-sys 0.48.0",
12518]
12519
12520[[package]]
12521name = "winresource"
12522version = "0.1.17"
12523source = "registry+https://github.com/rust-lang/crates.io-index"
12524checksum = "77e2aaaf8cfa92078c0c0375423d631f82f2f57979c2884fdd5f604a11e45329"
12525dependencies = [
12526 "toml 0.7.8",
12527 "version_check",
12528]
12529
12530[[package]]
12531name = "winx"
12532version = "0.36.3"
12533source = "registry+https://github.com/rust-lang/crates.io-index"
12534checksum = "f9643b83820c0cd246ecabe5fa454dd04ba4fa67996369466d0747472d337346"
12535dependencies = [
12536 "bitflags 2.4.2",
12537 "windows-sys 0.52.0",
12538]
12539
12540[[package]]
12541name = "wio"
12542version = "0.2.2"
12543source = "registry+https://github.com/rust-lang/crates.io-index"
12544checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
12545dependencies = [
12546 "winapi",
12547]
12548
12549[[package]]
12550name = "wit-bindgen"
12551version = "0.22.0"
12552source = "registry+https://github.com/rust-lang/crates.io-index"
12553checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
12554dependencies = [
12555 "bitflags 2.4.2",
12556 "wit-bindgen-rt",
12557 "wit-bindgen-rust-macro",
12558]
12559
12560[[package]]
12561name = "wit-bindgen-core"
12562version = "0.22.0"
12563source = "registry+https://github.com/rust-lang/crates.io-index"
12564checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
12565dependencies = [
12566 "anyhow",
12567 "wit-parser",
12568]
12569
12570[[package]]
12571name = "wit-bindgen-rt"
12572version = "0.22.0"
12573source = "registry+https://github.com/rust-lang/crates.io-index"
12574checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
12575
12576[[package]]
12577name = "wit-bindgen-rust"
12578version = "0.22.0"
12579source = "registry+https://github.com/rust-lang/crates.io-index"
12580checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
12581dependencies = [
12582 "anyhow",
12583 "heck 0.4.1",
12584 "indexmap 2.0.0",
12585 "wasm-metadata",
12586 "wit-bindgen-core",
12587 "wit-component",
12588]
12589
12590[[package]]
12591name = "wit-bindgen-rust-macro"
12592version = "0.22.0"
12593source = "registry+https://github.com/rust-lang/crates.io-index"
12594checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
12595dependencies = [
12596 "anyhow",
12597 "proc-macro2",
12598 "quote",
12599 "syn 2.0.59",
12600 "wit-bindgen-core",
12601 "wit-bindgen-rust",
12602]
12603
12604[[package]]
12605name = "wit-component"
12606version = "0.201.0"
12607source = "registry+https://github.com/rust-lang/crates.io-index"
12608checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
12609dependencies = [
12610 "anyhow",
12611 "bitflags 2.4.2",
12612 "indexmap 2.0.0",
12613 "log",
12614 "serde",
12615 "serde_derive",
12616 "serde_json",
12617 "wasm-encoder",
12618 "wasm-metadata",
12619 "wasmparser",
12620 "wit-parser",
12621]
12622
12623[[package]]
12624name = "wit-parser"
12625version = "0.201.0"
12626source = "registry+https://github.com/rust-lang/crates.io-index"
12627checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
12628dependencies = [
12629 "anyhow",
12630 "id-arena",
12631 "indexmap 2.0.0",
12632 "log",
12633 "semver",
12634 "serde",
12635 "serde_derive",
12636 "serde_json",
12637 "unicode-xid",
12638 "wasmparser",
12639]
12640
12641[[package]]
12642name = "witx"
12643version = "0.9.1"
12644source = "registry+https://github.com/rust-lang/crates.io-index"
12645checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
12646dependencies = [
12647 "anyhow",
12648 "log",
12649 "thiserror",
12650 "wast",
12651]
12652
12653[[package]]
12654name = "workspace"
12655version = "0.1.0"
12656dependencies = [
12657 "any_vec",
12658 "anyhow",
12659 "async-recursion 1.0.5",
12660 "bincode",
12661 "call",
12662 "client",
12663 "clock",
12664 "collections",
12665 "db",
12666 "derive_more",
12667 "dev_server_projects",
12668 "env_logger",
12669 "fs",
12670 "futures 0.3.28",
12671 "gpui",
12672 "http 0.1.0",
12673 "itertools 0.11.0",
12674 "language",
12675 "lazy_static",
12676 "log",
12677 "node_runtime",
12678 "parking_lot",
12679 "postage",
12680 "project",
12681 "schemars",
12682 "serde",
12683 "serde_json",
12684 "settings",
12685 "smallvec",
12686 "sqlez",
12687 "task",
12688 "theme",
12689 "ui",
12690 "util",
12691 "uuid",
12692]
12693
12694[[package]]
12695name = "worktree"
12696version = "0.1.0"
12697dependencies = [
12698 "anyhow",
12699 "client",
12700 "clock",
12701 "collections",
12702 "fs",
12703 "futures 0.3.28",
12704 "fuzzy",
12705 "git",
12706 "git2",
12707 "gpui",
12708 "http 0.1.0",
12709 "ignore",
12710 "itertools 0.11.0",
12711 "language",
12712 "log",
12713 "lsp",
12714 "parking_lot",
12715 "postage",
12716 "pretty_assertions",
12717 "rand 0.8.5",
12718 "rpc",
12719 "schemars",
12720 "serde",
12721 "serde_json",
12722 "settings",
12723 "smol",
12724 "sum_tree",
12725 "text",
12726 "util",
12727]
12728
12729[[package]]
12730name = "wyz"
12731version = "0.5.1"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
12734dependencies = [
12735 "tap",
12736]
12737
12738[[package]]
12739name = "x11-clipboard"
12740version = "0.9.2"
12741source = "registry+https://github.com/rust-lang/crates.io-index"
12742checksum = "b98785a09322d7446e28a13203d2cae1059a0dd3dfb32cb06d0a225f023d8286"
12743dependencies = [
12744 "libc",
12745 "x11rb",
12746]
12747
12748[[package]]
12749name = "x11rb"
12750version = "0.13.0"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "f8f25ead8c7e4cba123243a6367da5d3990e0d3affa708ea19dce96356bd9f1a"
12753dependencies = [
12754 "as-raw-xcb-connection",
12755 "gethostname",
12756 "libc",
12757 "rustix 0.38.32",
12758 "x11rb-protocol",
12759]
12760
12761[[package]]
12762name = "x11rb-protocol"
12763version = "0.13.0"
12764source = "registry+https://github.com/rust-lang/crates.io-index"
12765checksum = "e63e71c4b8bd9ffec2c963173a4dc4cbde9ee96961d4fcb4429db9929b606c34"
12766
12767[[package]]
12768name = "xattr"
12769version = "0.2.3"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
12772dependencies = [
12773 "libc",
12774]
12775
12776[[package]]
12777name = "xcursor"
12778version = "0.3.5"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "6a0ccd7b4a5345edfcd0c3535718a4e9ff7798ffc536bb5b5a0e26ff84732911"
12781
12782[[package]]
12783name = "xdg-home"
12784version = "1.1.0"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "21e5a325c3cb8398ad6cf859c1135b25dd29e186679cf2da7581d9679f63b38e"
12787dependencies = [
12788 "libc",
12789 "winapi",
12790]
12791
12792[[package]]
12793name = "xkbcommon"
12794version = "0.7.0"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "13867d259930edc7091a6c41b4ce6eee464328c6ff9659b7e4c668ca20d4c91e"
12797dependencies = [
12798 "as-raw-xcb-connection",
12799 "libc",
12800 "memmap2 0.8.0",
12801 "xkeysym",
12802]
12803
12804[[package]]
12805name = "xkeysym"
12806version = "0.2.0"
12807source = "registry+https://github.com/rust-lang/crates.io-index"
12808checksum = "054a8e68b76250b253f671d1268cb7f1ae089ec35e195b2efb2a4e9a836d0621"
12809
12810[[package]]
12811name = "xmlparser"
12812version = "0.13.5"
12813source = "registry+https://github.com/rust-lang/crates.io-index"
12814checksum = "4d25c75bf9ea12c4040a97f829154768bbbce366287e2dc044af160cd79a13fd"
12815
12816[[package]]
12817name = "xmlwriter"
12818version = "0.1.0"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
12821
12822[[package]]
12823name = "xtask"
12824version = "0.1.0"
12825dependencies = [
12826 "anyhow",
12827 "cargo_toml",
12828 "clap 4.4.4",
12829 "toml 0.8.10",
12830]
12831
12832[[package]]
12833name = "yansi"
12834version = "0.5.1"
12835source = "registry+https://github.com/rust-lang/crates.io-index"
12836checksum = "09041cd90cf85f7f8b2df60c646f853b7f535ce68f85244eb6731cf89fa498ec"
12837
12838[[package]]
12839name = "yazi"
12840version = "0.1.6"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "c94451ac9513335b5e23d7a8a2b61a7102398b8cca5160829d313e84c9d98be1"
12843
12844[[package]]
12845name = "yeslogic-fontconfig-sys"
12846version = "3.2.0"
12847source = "registry+https://github.com/rust-lang/crates.io-index"
12848checksum = "f2bbd69036d397ebbff671b1b8e4d918610c181c5a16073b96f984a38d08c386"
12849dependencies = [
12850 "const-cstr",
12851 "dlib",
12852 "once_cell",
12853 "pkg-config",
12854]
12855
12856[[package]]
12857name = "zbus"
12858version = "4.0.1"
12859source = "registry+https://github.com/rust-lang/crates.io-index"
12860checksum = "7b8e3d6ae3342792a6cc2340e4394334c7402f3d793b390d2c5494a4032b3030"
12861dependencies = [
12862 "async-broadcast",
12863 "async-executor",
12864 "async-fs 2.1.1",
12865 "async-io 2.3.1",
12866 "async-lock 3.3.0",
12867 "async-process 2.1.0",
12868 "async-recursion 1.0.5",
12869 "async-task",
12870 "async-trait",
12871 "blocking",
12872 "derivative",
12873 "enumflags2",
12874 "event-listener 5.1.0",
12875 "futures-core",
12876 "futures-sink",
12877 "futures-util",
12878 "hex",
12879 "nix 0.27.1",
12880 "ordered-stream",
12881 "rand 0.8.5",
12882 "serde",
12883 "serde_repr",
12884 "sha1",
12885 "static_assertions",
12886 "tracing",
12887 "uds_windows",
12888 "windows-sys 0.52.0",
12889 "xdg-home",
12890 "zbus_macros",
12891 "zbus_names",
12892 "zvariant",
12893]
12894
12895[[package]]
12896name = "zbus_macros"
12897version = "4.0.1"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "b7a3e850ff1e7217a3b7a07eba90d37fe9bb9e89a310f718afcde5885ca9b6d7"
12900dependencies = [
12901 "proc-macro-crate 1.3.1",
12902 "proc-macro2",
12903 "quote",
12904 "regex",
12905 "syn 1.0.109",
12906 "zvariant_utils",
12907]
12908
12909[[package]]
12910name = "zbus_names"
12911version = "3.0.0"
12912source = "registry+https://github.com/rust-lang/crates.io-index"
12913checksum = "4b9b1fef7d021261cc16cba64c351d291b715febe0fa10dc3a443ac5a5022e6c"
12914dependencies = [
12915 "serde",
12916 "static_assertions",
12917 "zvariant",
12918]
12919
12920[[package]]
12921name = "zed"
12922version = "0.136.0"
12923dependencies = [
12924 "activity_indicator",
12925 "anyhow",
12926 "assets",
12927 "assistant",
12928 "assistant2",
12929 "audio",
12930 "auto_update",
12931 "backtrace",
12932 "breadcrumbs",
12933 "call",
12934 "channel",
12935 "chrono",
12936 "clap 4.4.4",
12937 "cli",
12938 "client",
12939 "collab_ui",
12940 "collections",
12941 "command_palette",
12942 "copilot",
12943 "db",
12944 "dev_server_projects",
12945 "diagnostics",
12946 "editor",
12947 "env_logger",
12948 "extension",
12949 "extensions_ui",
12950 "feedback",
12951 "file_finder",
12952 "file_icons",
12953 "fs",
12954 "futures 0.3.28",
12955 "git",
12956 "git_hosting_providers",
12957 "go_to_line",
12958 "gpui",
12959 "headless",
12960 "http 0.1.0",
12961 "image_viewer",
12962 "inline_completion_button",
12963 "install_cli",
12964 "isahc",
12965 "journal",
12966 "language",
12967 "language_selector",
12968 "language_tools",
12969 "languages",
12970 "libc",
12971 "log",
12972 "markdown_preview",
12973 "menu",
12974 "mimalloc",
12975 "nix 0.28.0",
12976 "node_runtime",
12977 "notifications",
12978 "outline",
12979 "parking_lot",
12980 "profiling",
12981 "project",
12982 "project_panel",
12983 "project_symbols",
12984 "quick_action_bar",
12985 "recent_projects",
12986 "release_channel",
12987 "rope",
12988 "search",
12989 "serde",
12990 "serde_json",
12991 "settings",
12992 "simplelog",
12993 "smol",
12994 "supermaven",
12995 "tab_switcher",
12996 "task",
12997 "tasks_ui",
12998 "telemetry_events",
12999 "terminal_view",
13000 "theme",
13001 "theme_selector",
13002 "tree-sitter-rust",
13003 "urlencoding",
13004 "util",
13005 "uuid",
13006 "vim",
13007 "welcome",
13008 "winresource",
13009 "workspace",
13010 "zed_actions",
13011]
13012
13013[[package]]
13014name = "zed_actions"
13015version = "0.1.0"
13016dependencies = [
13017 "gpui",
13018 "serde",
13019]
13020
13021[[package]]
13022name = "zed_astro"
13023version = "0.0.1"
13024dependencies = [
13025 "zed_extension_api 0.0.4",
13026]
13027
13028[[package]]
13029name = "zed_clojure"
13030version = "0.0.2"
13031dependencies = [
13032 "zed_extension_api 0.0.4",
13033]
13034
13035[[package]]
13036name = "zed_csharp"
13037version = "0.0.2"
13038dependencies = [
13039 "zed_extension_api 0.0.4",
13040]
13041
13042[[package]]
13043name = "zed_dart"
13044version = "0.0.2"
13045dependencies = [
13046 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13047]
13048
13049[[package]]
13050name = "zed_deno"
13051version = "0.0.1"
13052dependencies = [
13053 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13054]
13055
13056[[package]]
13057name = "zed_elixir"
13058version = "0.0.4"
13059dependencies = [
13060 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13061]
13062
13063[[package]]
13064name = "zed_elm"
13065version = "0.0.1"
13066dependencies = [
13067 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13068]
13069
13070[[package]]
13071name = "zed_emmet"
13072version = "0.0.2"
13073dependencies = [
13074 "zed_extension_api 0.0.4",
13075]
13076
13077[[package]]
13078name = "zed_erlang"
13079version = "0.0.1"
13080dependencies = [
13081 "zed_extension_api 0.0.4",
13082]
13083
13084[[package]]
13085name = "zed_extension_api"
13086version = "0.0.4"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "d5c51cad4152bb5eb35b20dccdcbfb36f48d8952a2ed2d3e25b70361007d953b"
13089dependencies = [
13090 "wit-bindgen",
13091]
13092
13093[[package]]
13094name = "zed_extension_api"
13095version = "0.0.6"
13096dependencies = [
13097 "serde",
13098 "serde_json",
13099 "wit-bindgen",
13100]
13101
13102[[package]]
13103name = "zed_extension_api"
13104version = "0.0.6"
13105source = "registry+https://github.com/rust-lang/crates.io-index"
13106checksum = "77ca8bcaea3feb2d2ce9dbeb061ee48365312a351faa7014c417b0365fe9e459"
13107dependencies = [
13108 "serde",
13109 "serde_json",
13110 "wit-bindgen",
13111]
13112
13113[[package]]
13114name = "zed_gleam"
13115version = "0.1.1"
13116dependencies = [
13117 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13118]
13119
13120[[package]]
13121name = "zed_glsl"
13122version = "0.1.0"
13123dependencies = [
13124 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13125]
13126
13127[[package]]
13128name = "zed_haskell"
13129version = "0.1.0"
13130dependencies = [
13131 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13132]
13133
13134[[package]]
13135name = "zed_html"
13136version = "0.0.1"
13137dependencies = [
13138 "zed_extension_api 0.0.4",
13139]
13140
13141[[package]]
13142name = "zed_lua"
13143version = "0.0.2"
13144dependencies = [
13145 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13146]
13147
13148[[package]]
13149name = "zed_ocaml"
13150version = "0.0.1"
13151dependencies = [
13152 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13153]
13154
13155[[package]]
13156name = "zed_php"
13157version = "0.0.2"
13158dependencies = [
13159 "zed_extension_api 0.0.4",
13160]
13161
13162[[package]]
13163name = "zed_prisma"
13164version = "0.0.2"
13165dependencies = [
13166 "zed_extension_api 0.0.4",
13167]
13168
13169[[package]]
13170name = "zed_purescript"
13171version = "0.0.1"
13172dependencies = [
13173 "zed_extension_api 0.0.4",
13174]
13175
13176[[package]]
13177name = "zed_ruby"
13178version = "0.0.2"
13179dependencies = [
13180 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13181]
13182
13183[[package]]
13184name = "zed_svelte"
13185version = "0.0.1"
13186dependencies = [
13187 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13188]
13189
13190[[package]]
13191name = "zed_terraform"
13192version = "0.0.3"
13193dependencies = [
13194 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13195]
13196
13197[[package]]
13198name = "zed_toml"
13199version = "0.1.1"
13200dependencies = [
13201 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13202]
13203
13204[[package]]
13205name = "zed_uiua"
13206version = "0.0.1"
13207dependencies = [
13208 "zed_extension_api 0.0.4",
13209]
13210
13211[[package]]
13212name = "zed_vue"
13213version = "0.0.2"
13214dependencies = [
13215 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13216]
13217
13218[[package]]
13219name = "zed_zig"
13220version = "0.1.2"
13221dependencies = [
13222 "zed_extension_api 0.0.6 (registry+https://github.com/rust-lang/crates.io-index)",
13223]
13224
13225[[package]]
13226name = "zeno"
13227version = "0.2.3"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "dd15f8e0dbb966fd9245e7498c7e9e5055d9e5c8b676b95bd67091cd11a1e697"
13230
13231[[package]]
13232name = "zerocopy"
13233version = "0.7.32"
13234source = "registry+https://github.com/rust-lang/crates.io-index"
13235checksum = "74d4d3961e53fa4c9a25a8637fc2bfaf2595b3d3ae34875568a5cf64787716be"
13236dependencies = [
13237 "zerocopy-derive",
13238]
13239
13240[[package]]
13241name = "zerocopy-derive"
13242version = "0.7.32"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "9ce1b18ccd8e73a9321186f97e46f9f04b778851177567b1975109d26a08d2a6"
13245dependencies = [
13246 "proc-macro2",
13247 "quote",
13248 "syn 2.0.59",
13249]
13250
13251[[package]]
13252name = "zeroize"
13253version = "1.6.0"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "2a0956f1ba7c7909bfb66c2e9e4124ab6f6482560f6628b5aaeba39207c9aad9"
13256dependencies = [
13257 "zeroize_derive",
13258]
13259
13260[[package]]
13261name = "zeroize_derive"
13262version = "1.4.2"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
13265dependencies = [
13266 "proc-macro2",
13267 "quote",
13268 "syn 2.0.59",
13269]
13270
13271[[package]]
13272name = "zstd"
13273version = "0.11.2+zstd.1.5.2"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
13276dependencies = [
13277 "zstd-safe",
13278]
13279
13280[[package]]
13281name = "zstd-safe"
13282version = "5.0.2+zstd.1.5.2"
13283source = "registry+https://github.com/rust-lang/crates.io-index"
13284checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
13285dependencies = [
13286 "libc",
13287 "zstd-sys",
13288]
13289
13290[[package]]
13291name = "zstd-sys"
13292version = "2.0.8+zstd.1.5.5"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "5556e6ee25d32df2586c098bbfa278803692a20d0ab9565e049480d52707ec8c"
13295dependencies = [
13296 "cc",
13297 "libc",
13298 "pkg-config",
13299]
13300
13301[[package]]
13302name = "zvariant"
13303version = "4.0.2"
13304source = "registry+https://github.com/rust-lang/crates.io-index"
13305checksum = "2c1b3ca6db667bfada0f1ebfc94b2b1759ba25472ee5373d4551bb892616389a"
13306dependencies = [
13307 "endi",
13308 "enumflags2",
13309 "serde",
13310 "static_assertions",
13311 "url",
13312 "zvariant_derive",
13313]
13314
13315[[package]]
13316name = "zvariant_derive"
13317version = "4.0.2"
13318source = "registry+https://github.com/rust-lang/crates.io-index"
13319checksum = "b7a4b236063316163b69039f77ce3117accb41a09567fd24c168e43491e521bc"
13320dependencies = [
13321 "proc-macro-crate 3.1.0",
13322 "proc-macro2",
13323 "quote",
13324 "syn 1.0.109",
13325 "zvariant_utils",
13326]
13327
13328[[package]]
13329name = "zvariant_utils"
13330version = "1.1.0"
13331source = "registry+https://github.com/rust-lang/crates.io-index"
13332checksum = "00bedb16a193cc12451873fee2a1bc6550225acece0e36f333e68326c73c8172"
13333dependencies = [
13334 "proc-macro2",
13335 "quote",
13336 "syn 1.0.109",
13337]