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