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