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