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