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