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