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