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