Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "feature_flags",
   18 "file_icons",
   19 "futures 0.3.32",
   20 "gpui",
   21 "image",
   22 "indoc",
   23 "itertools 0.14.0",
   24 "language",
   25 "language_model",
   26 "log",
   27 "markdown",
   28 "multi_buffer",
   29 "parking_lot",
   30 "portable-pty",
   31 "project",
   32 "prompt_store",
   33 "rand 0.9.3",
   34 "serde",
   35 "serde_json",
   36 "settings",
   37 "smol",
   38 "task",
   39 "telemetry",
   40 "terminal",
   41 "text",
   42 "ui",
   43 "url",
   44 "urlencoding",
   45 "util",
   46 "uuid",
   47 "watch",
   48]
   49
   50[[package]]
   51name = "acp_tools"
   52version = "0.1.0"
   53dependencies = [
   54 "agent-client-protocol",
   55 "collections",
   56 "gpui",
   57 "language",
   58 "markdown",
   59 "project",
   60 "serde",
   61 "serde_json",
   62 "settings",
   63 "theme_settings",
   64 "ui",
   65 "util",
   66 "workspace",
   67]
   68
   69[[package]]
   70name = "action_log"
   71version = "0.1.0"
   72dependencies = [
   73 "anyhow",
   74 "buffer_diff",
   75 "clock",
   76 "collections",
   77 "ctor",
   78 "fs",
   79 "futures 0.3.32",
   80 "git",
   81 "gpui",
   82 "language",
   83 "log",
   84 "pretty_assertions",
   85 "project",
   86 "rand 0.9.3",
   87 "serde_json",
   88 "settings",
   89 "telemetry",
   90 "text",
   91 "util",
   92 "watch",
   93 "zlog",
   94]
   95
   96[[package]]
   97name = "activity_indicator"
   98version = "0.1.0"
   99dependencies = [
  100 "anyhow",
  101 "auto_update",
  102 "editor",
  103 "extension_host",
  104 "fs",
  105 "futures 0.3.32",
  106 "gpui",
  107 "language",
  108 "project",
  109 "proto",
  110 "smallvec",
  111 "ui",
  112 "util",
  113 "workspace",
  114]
  115
  116[[package]]
  117name = "addr2line"
  118version = "0.25.1"
  119source = "registry+https://github.com/rust-lang/crates.io-index"
  120checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  121dependencies = [
  122 "gimli",
  123]
  124
  125[[package]]
  126name = "adler2"
  127version = "2.0.1"
  128source = "registry+https://github.com/rust-lang/crates.io-index"
  129checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  130
  131[[package]]
  132name = "aes"
  133version = "0.8.4"
  134source = "registry+https://github.com/rust-lang/crates.io-index"
  135checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  136dependencies = [
  137 "cfg-if",
  138 "cipher",
  139 "cpufeatures",
  140 "zeroize",
  141]
  142
  143[[package]]
  144name = "agent"
  145version = "0.1.0"
  146dependencies = [
  147 "acp_thread",
  148 "action_log",
  149 "agent-client-protocol",
  150 "agent_servers",
  151 "agent_settings",
  152 "anyhow",
  153 "chrono",
  154 "client",
  155 "clock",
  156 "cloud_api_types",
  157 "cloud_llm_client",
  158 "collections",
  159 "context_server",
  160 "ctor",
  161 "db",
  162 "derive_more",
  163 "editor",
  164 "env_logger 0.11.8",
  165 "eval_utils",
  166 "feature_flags",
  167 "fs",
  168 "futures 0.3.32",
  169 "git",
  170 "gpui",
  171 "gpui_tokio",
  172 "handlebars 4.5.0",
  173 "heck 0.5.0",
  174 "html_to_markdown",
  175 "http_client",
  176 "indoc",
  177 "itertools 0.14.0",
  178 "language",
  179 "language_model",
  180 "language_models",
  181 "log",
  182 "lsp",
  183 "open",
  184 "parking_lot",
  185 "paths",
  186 "pretty_assertions",
  187 "project",
  188 "prompt_store",
  189 "rand 0.9.3",
  190 "regex",
  191 "reqwest_client",
  192 "rust-embed",
  193 "schemars",
  194 "serde",
  195 "serde_json",
  196 "settings",
  197 "shell_command_parser",
  198 "smallvec",
  199 "smol",
  200 "sqlez",
  201 "streaming_diff",
  202 "strsim",
  203 "task",
  204 "telemetry",
  205 "tempfile",
  206 "text",
  207 "theme",
  208 "thiserror 2.0.17",
  209 "ui",
  210 "unindent",
  211 "url",
  212 "util",
  213 "uuid",
  214 "watch",
  215 "web_search",
  216 "zed_env_vars",
  217 "zlog",
  218 "zstd",
  219]
  220
  221[[package]]
  222name = "agent-client-protocol"
  223version = "0.10.2"
  224source = "registry+https://github.com/rust-lang/crates.io-index"
  225checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  226dependencies = [
  227 "agent-client-protocol-schema",
  228 "anyhow",
  229 "async-broadcast",
  230 "async-trait",
  231 "derive_more",
  232 "futures 0.3.32",
  233 "log",
  234 "serde",
  235 "serde_json",
  236]
  237
  238[[package]]
  239name = "agent-client-protocol-schema"
  240version = "0.11.2"
  241source = "registry+https://github.com/rust-lang/crates.io-index"
  242checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  243dependencies = [
  244 "anyhow",
  245 "derive_more",
  246 "schemars",
  247 "serde",
  248 "serde_json",
  249 "strum 0.28.0",
  250]
  251
  252[[package]]
  253name = "agent_servers"
  254version = "0.1.0"
  255dependencies = [
  256 "acp_thread",
  257 "acp_tools",
  258 "action_log",
  259 "agent-client-protocol",
  260 "anyhow",
  261 "async-pipe",
  262 "async-trait",
  263 "chrono",
  264 "client",
  265 "collections",
  266 "env_logger 0.11.8",
  267 "feature_flags",
  268 "fs",
  269 "futures 0.3.32",
  270 "google_ai",
  271 "gpui",
  272 "gpui_tokio",
  273 "http_client",
  274 "indoc",
  275 "language_model",
  276 "libc",
  277 "log",
  278 "nix 0.29.0",
  279 "project",
  280 "release_channel",
  281 "remote",
  282 "reqwest_client",
  283 "serde",
  284 "serde_json",
  285 "settings",
  286 "smol",
  287 "task",
  288 "tempfile",
  289 "terminal",
  290 "thiserror 2.0.17",
  291 "ui",
  292 "util",
  293 "uuid",
  294 "watch",
  295 "zed_credentials_provider",
  296]
  297
  298[[package]]
  299name = "agent_settings"
  300version = "0.1.0"
  301dependencies = [
  302 "agent-client-protocol",
  303 "anyhow",
  304 "collections",
  305 "convert_case 0.8.0",
  306 "fs",
  307 "futures 0.3.32",
  308 "gpui",
  309 "language_model",
  310 "log",
  311 "paths",
  312 "project",
  313 "regex",
  314 "schemars",
  315 "serde",
  316 "serde_json",
  317 "serde_json_lenient",
  318 "settings",
  319 "util",
  320]
  321
  322[[package]]
  323name = "agent_ui"
  324version = "0.1.0"
  325dependencies = [
  326 "acp_thread",
  327 "action_log",
  328 "agent",
  329 "agent-client-protocol",
  330 "agent_servers",
  331 "agent_settings",
  332 "ai_onboarding",
  333 "anyhow",
  334 "audio",
  335 "base64 0.22.1",
  336 "buffer_diff",
  337 "chrono",
  338 "client",
  339 "clock",
  340 "cloud_api_types",
  341 "collections",
  342 "command_palette_hooks",
  343 "component",
  344 "context_server",
  345 "db",
  346 "editor",
  347 "eval_utils",
  348 "extension",
  349 "extension_host",
  350 "feature_flags",
  351 "file_icons",
  352 "fs",
  353 "futures 0.3.32",
  354 "fuzzy",
  355 "git",
  356 "git_ui",
  357 "gpui",
  358 "gpui_tokio",
  359 "heapless",
  360 "html_to_markdown",
  361 "http_client",
  362 "image",
  363 "indoc",
  364 "itertools 0.14.0",
  365 "jsonschema",
  366 "language",
  367 "language_model",
  368 "language_models",
  369 "languages",
  370 "log",
  371 "lsp",
  372 "markdown",
  373 "menu",
  374 "multi_buffer",
  375 "node_runtime",
  376 "notifications",
  377 "ordered-float 2.10.1",
  378 "parking_lot",
  379 "paths",
  380 "picker",
  381 "postage",
  382 "pretty_assertions",
  383 "project",
  384 "prompt_store",
  385 "proto",
  386 "rand 0.9.3",
  387 "release_channel",
  388 "remote",
  389 "remote_connection",
  390 "remote_server",
  391 "reqwest_client",
  392 "rope",
  393 "rules_library",
  394 "schemars",
  395 "search",
  396 "semver",
  397 "serde",
  398 "serde_json",
  399 "serde_json_lenient",
  400 "settings",
  401 "smol",
  402 "streaming_diff",
  403 "task",
  404 "telemetry",
  405 "tempfile",
  406 "terminal",
  407 "terminal_view",
  408 "text",
  409 "theme",
  410 "theme_settings",
  411 "time",
  412 "time_format",
  413 "tree-sitter-md",
  414 "ui",
  415 "ui_input",
  416 "unindent",
  417 "url",
  418 "util",
  419 "uuid",
  420 "vim",
  421 "watch",
  422 "workspace",
  423 "zed_actions",
  424]
  425
  426[[package]]
  427name = "ahash"
  428version = "0.7.8"
  429source = "registry+https://github.com/rust-lang/crates.io-index"
  430checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  431dependencies = [
  432 "getrandom 0.2.16",
  433 "once_cell",
  434 "version_check",
  435]
  436
  437[[package]]
  438name = "ahash"
  439version = "0.8.12"
  440source = "registry+https://github.com/rust-lang/crates.io-index"
  441checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  442dependencies = [
  443 "cfg-if",
  444 "const-random",
  445 "getrandom 0.3.4",
  446 "once_cell",
  447 "serde",
  448 "version_check",
  449 "zerocopy",
  450]
  451
  452[[package]]
  453name = "aho-corasick"
  454version = "1.1.3"
  455source = "registry+https://github.com/rust-lang/crates.io-index"
  456checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  457dependencies = [
  458 "memchr",
  459]
  460
  461[[package]]
  462name = "ai_onboarding"
  463version = "0.1.0"
  464dependencies = [
  465 "client",
  466 "cloud_api_types",
  467 "component",
  468 "gpui",
  469 "language_model",
  470 "serde",
  471 "smallvec",
  472 "telemetry",
  473 "ui",
  474 "zed_actions",
  475]
  476
  477[[package]]
  478name = "alacritty_terminal"
  479version = "0.25.1"
  480source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  481dependencies = [
  482 "base64 0.22.1",
  483 "bitflags 2.10.0",
  484 "home",
  485 "libc",
  486 "log",
  487 "mach2 0.5.0",
  488 "miow",
  489 "parking_lot",
  490 "piper",
  491 "polling",
  492 "regex-automata",
  493 "rustix 1.1.2",
  494 "rustix-openpty",
  495 "serde",
  496 "signal-hook",
  497 "unicode-width",
  498 "vte",
  499 "windows-sys 0.59.0",
  500]
  501
  502[[package]]
  503name = "aliasable"
  504version = "0.1.3"
  505source = "registry+https://github.com/rust-lang/crates.io-index"
  506checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  507
  508[[package]]
  509name = "aligned"
  510version = "0.4.3"
  511source = "registry+https://github.com/rust-lang/crates.io-index"
  512checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
  513dependencies = [
  514 "as-slice",
  515]
  516
  517[[package]]
  518name = "aligned-vec"
  519version = "0.6.4"
  520source = "registry+https://github.com/rust-lang/crates.io-index"
  521checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  522dependencies = [
  523 "equator",
  524]
  525
  526[[package]]
  527name = "allocator-api2"
  528version = "0.2.21"
  529source = "registry+https://github.com/rust-lang/crates.io-index"
  530checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  531
  532[[package]]
  533name = "alsa"
  534version = "0.10.0"
  535source = "registry+https://github.com/rust-lang/crates.io-index"
  536checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  537dependencies = [
  538 "alsa-sys",
  539 "bitflags 2.10.0",
  540 "cfg-if",
  541 "libc",
  542]
  543
  544[[package]]
  545name = "alsa-sys"
  546version = "0.3.1"
  547source = "registry+https://github.com/rust-lang/crates.io-index"
  548checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  549dependencies = [
  550 "libc",
  551 "pkg-config",
  552]
  553
  554[[package]]
  555name = "ambient-authority"
  556version = "0.0.2"
  557source = "registry+https://github.com/rust-lang/crates.io-index"
  558checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  559
  560[[package]]
  561name = "ammonia"
  562version = "4.1.2"
  563source = "registry+https://github.com/rust-lang/crates.io-index"
  564checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  565dependencies = [
  566 "cssparser",
  567 "html5ever 0.35.0",
  568 "maplit",
  569 "tendril",
  570 "url",
  571]
  572
  573[[package]]
  574name = "android_system_properties"
  575version = "0.1.5"
  576source = "registry+https://github.com/rust-lang/crates.io-index"
  577checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  578dependencies = [
  579 "libc",
  580]
  581
  582[[package]]
  583name = "anes"
  584version = "0.1.6"
  585source = "registry+https://github.com/rust-lang/crates.io-index"
  586checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  587
  588[[package]]
  589name = "annotate-snippets"
  590version = "0.12.12"
  591source = "registry+https://github.com/rust-lang/crates.io-index"
  592checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  593dependencies = [
  594 "anstyle",
  595 "memchr",
  596 "unicode-width",
  597]
  598
  599[[package]]
  600name = "anstream"
  601version = "0.6.21"
  602source = "registry+https://github.com/rust-lang/crates.io-index"
  603checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  604dependencies = [
  605 "anstyle",
  606 "anstyle-parse",
  607 "anstyle-query",
  608 "anstyle-wincon",
  609 "colorchoice",
  610 "is_terminal_polyfill",
  611 "utf8parse",
  612]
  613
  614[[package]]
  615name = "anstyle"
  616version = "1.0.13"
  617source = "registry+https://github.com/rust-lang/crates.io-index"
  618checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  619
  620[[package]]
  621name = "anstyle-parse"
  622version = "0.2.7"
  623source = "registry+https://github.com/rust-lang/crates.io-index"
  624checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  625dependencies = [
  626 "utf8parse",
  627]
  628
  629[[package]]
  630name = "anstyle-query"
  631version = "1.1.4"
  632source = "registry+https://github.com/rust-lang/crates.io-index"
  633checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  634dependencies = [
  635 "windows-sys 0.60.2",
  636]
  637
  638[[package]]
  639name = "anstyle-wincon"
  640version = "3.0.10"
  641source = "registry+https://github.com/rust-lang/crates.io-index"
  642checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  643dependencies = [
  644 "anstyle",
  645 "once_cell_polyfill",
  646 "windows-sys 0.60.2",
  647]
  648
  649[[package]]
  650name = "anthropic"
  651version = "0.1.0"
  652dependencies = [
  653 "anyhow",
  654 "chrono",
  655 "collections",
  656 "futures 0.3.32",
  657 "http_client",
  658 "language_model_core",
  659 "log",
  660 "schemars",
  661 "serde",
  662 "serde_json",
  663 "strum 0.27.2",
  664 "thiserror 2.0.17",
  665 "tiktoken-rs",
  666]
  667
  668[[package]]
  669name = "any_vec"
  670version = "0.14.0"
  671source = "registry+https://github.com/rust-lang/crates.io-index"
  672checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  673
  674[[package]]
  675name = "anyhow"
  676version = "1.0.100"
  677source = "registry+https://github.com/rust-lang/crates.io-index"
  678checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  679
  680[[package]]
  681name = "approx"
  682version = "0.5.1"
  683source = "registry+https://github.com/rust-lang/crates.io-index"
  684checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  685dependencies = [
  686 "num-traits",
  687]
  688
  689[[package]]
  690name = "ar_archive_writer"
  691version = "0.5.1"
  692source = "registry+https://github.com/rust-lang/crates.io-index"
  693checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  694dependencies = [
  695 "object",
  696]
  697
  698[[package]]
  699name = "arbitrary"
  700version = "1.4.2"
  701source = "registry+https://github.com/rust-lang/crates.io-index"
  702checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  703dependencies = [
  704 "derive_arbitrary",
  705]
  706
  707[[package]]
  708name = "arc-swap"
  709version = "1.9.0"
  710source = "registry+https://github.com/rust-lang/crates.io-index"
  711checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  712dependencies = [
  713 "rustversion",
  714]
  715
  716[[package]]
  717name = "arg_enum_proc_macro"
  718version = "0.3.4"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  721dependencies = [
  722 "proc-macro2",
  723 "quote",
  724 "syn 2.0.117",
  725]
  726
  727[[package]]
  728name = "arraydeque"
  729version = "0.5.1"
  730source = "registry+https://github.com/rust-lang/crates.io-index"
  731checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  732
  733[[package]]
  734name = "arrayref"
  735version = "0.3.9"
  736source = "registry+https://github.com/rust-lang/crates.io-index"
  737checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  738
  739[[package]]
  740name = "arrayvec"
  741version = "0.7.6"
  742source = "registry+https://github.com/rust-lang/crates.io-index"
  743checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  744
  745[[package]]
  746name = "as-raw-xcb-connection"
  747version = "1.0.1"
  748source = "registry+https://github.com/rust-lang/crates.io-index"
  749checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  750
  751[[package]]
  752name = "as-slice"
  753version = "0.2.1"
  754source = "registry+https://github.com/rust-lang/crates.io-index"
  755checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
  756dependencies = [
  757 "stable_deref_trait",
  758]
  759
  760[[package]]
  761name = "ascii"
  762version = "1.1.0"
  763source = "registry+https://github.com/rust-lang/crates.io-index"
  764checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  765
  766[[package]]
  767name = "ash"
  768version = "0.38.0+1.3.281"
  769source = "registry+https://github.com/rust-lang/crates.io-index"
  770checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  771dependencies = [
  772 "libloading",
  773]
  774
  775[[package]]
  776name = "ashpd"
  777version = "0.13.2"
  778source = "registry+https://github.com/rust-lang/crates.io-index"
  779checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  780dependencies = [
  781 "enumflags2",
  782 "futures-channel",
  783 "futures-util",
  784 "getrandom 0.4.1",
  785 "serde",
  786 "serde_repr",
  787 "wayland-backend",
  788 "wayland-client",
  789 "wayland-protocols",
  790 "zbus",
  791]
  792
  793[[package]]
  794name = "askpass"
  795version = "0.1.0"
  796dependencies = [
  797 "anyhow",
  798 "futures 0.3.32",
  799 "gpui",
  800 "log",
  801 "net",
  802 "smol",
  803 "tempfile",
  804 "util",
  805 "windows 0.61.3",
  806 "zeroize",
  807]
  808
  809[[package]]
  810name = "assets"
  811version = "0.1.0"
  812dependencies = [
  813 "anyhow",
  814 "gpui",
  815 "rust-embed",
  816]
  817
  818[[package]]
  819name = "async-attributes"
  820version = "1.1.2"
  821source = "registry+https://github.com/rust-lang/crates.io-index"
  822checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  823dependencies = [
  824 "quote",
  825 "syn 1.0.109",
  826]
  827
  828[[package]]
  829name = "async-broadcast"
  830version = "0.7.2"
  831source = "registry+https://github.com/rust-lang/crates.io-index"
  832checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  833dependencies = [
  834 "event-listener 5.4.1",
  835 "event-listener-strategy",
  836 "futures-core",
  837 "pin-project-lite",
  838]
  839
  840[[package]]
  841name = "async-channel"
  842version = "1.9.0"
  843source = "registry+https://github.com/rust-lang/crates.io-index"
  844checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  845dependencies = [
  846 "concurrent-queue",
  847 "event-listener 2.5.3",
  848 "futures-core",
  849]
  850
  851[[package]]
  852name = "async-channel"
  853version = "2.5.0"
  854source = "registry+https://github.com/rust-lang/crates.io-index"
  855checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  856dependencies = [
  857 "concurrent-queue",
  858 "event-listener-strategy",
  859 "futures-core",
  860 "pin-project-lite",
  861]
  862
  863[[package]]
  864name = "async-compat"
  865version = "0.2.5"
  866source = "registry+https://github.com/rust-lang/crates.io-index"
  867checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  868dependencies = [
  869 "futures-core",
  870 "futures-io",
  871 "once_cell",
  872 "pin-project-lite",
  873 "tokio",
  874]
  875
  876[[package]]
  877name = "async-compression"
  878version = "0.4.32"
  879source = "registry+https://github.com/rust-lang/crates.io-index"
  880checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  881dependencies = [
  882 "compression-codecs",
  883 "compression-core",
  884 "futures-core",
  885 "futures-io",
  886 "pin-project-lite",
  887]
  888
  889[[package]]
  890name = "async-dispatcher"
  891version = "0.1.2"
  892source = "registry+https://github.com/rust-lang/crates.io-index"
  893checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  894dependencies = [
  895 "async-task",
  896 "futures-lite 1.13.0",
  897]
  898
  899[[package]]
  900name = "async-executor"
  901version = "1.13.3"
  902source = "registry+https://github.com/rust-lang/crates.io-index"
  903checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  904dependencies = [
  905 "async-task",
  906 "concurrent-queue",
  907 "fastrand 2.3.0",
  908 "futures-lite 2.6.1",
  909 "pin-project-lite",
  910 "slab",
  911]
  912
  913[[package]]
  914name = "async-fs"
  915version = "2.2.0"
  916source = "registry+https://github.com/rust-lang/crates.io-index"
  917checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  918dependencies = [
  919 "async-lock 3.4.2",
  920 "blocking",
  921 "futures-lite 2.6.1",
  922]
  923
  924[[package]]
  925name = "async-global-executor"
  926version = "2.4.1"
  927source = "registry+https://github.com/rust-lang/crates.io-index"
  928checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  929dependencies = [
  930 "async-channel 2.5.0",
  931 "async-executor",
  932 "async-io",
  933 "async-lock 3.4.2",
  934 "blocking",
  935 "futures-lite 2.6.1",
  936 "once_cell",
  937]
  938
  939[[package]]
  940name = "async-io"
  941version = "2.6.0"
  942source = "registry+https://github.com/rust-lang/crates.io-index"
  943checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  944dependencies = [
  945 "autocfg",
  946 "cfg-if",
  947 "concurrent-queue",
  948 "futures-io",
  949 "futures-lite 2.6.1",
  950 "parking",
  951 "polling",
  952 "rustix 1.1.2",
  953 "slab",
  954 "windows-sys 0.61.2",
  955]
  956
  957[[package]]
  958name = "async-lock"
  959version = "2.8.0"
  960source = "registry+https://github.com/rust-lang/crates.io-index"
  961checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  962dependencies = [
  963 "event-listener 2.5.3",
  964]
  965
  966[[package]]
  967name = "async-lock"
  968version = "3.4.2"
  969source = "registry+https://github.com/rust-lang/crates.io-index"
  970checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  971dependencies = [
  972 "event-listener 5.4.1",
  973 "event-listener-strategy",
  974 "pin-project-lite",
  975]
  976
  977[[package]]
  978name = "async-net"
  979version = "2.0.0"
  980source = "registry+https://github.com/rust-lang/crates.io-index"
  981checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  982dependencies = [
  983 "async-io",
  984 "blocking",
  985 "futures-lite 2.6.1",
  986]
  987
  988[[package]]
  989name = "async-pipe"
  990version = "0.1.3"
  991source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  992dependencies = [
  993 "futures 0.3.32",
  994 "log",
  995]
  996
  997[[package]]
  998name = "async-process"
  999version = "2.5.0"
 1000source = "registry+https://github.com/rust-lang/crates.io-index"
 1001checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1002dependencies = [
 1003 "async-channel 2.5.0",
 1004 "async-io",
 1005 "async-lock 3.4.2",
 1006 "async-signal",
 1007 "async-task",
 1008 "blocking",
 1009 "cfg-if",
 1010 "event-listener 5.4.1",
 1011 "futures-lite 2.6.1",
 1012 "rustix 1.1.2",
 1013]
 1014
 1015[[package]]
 1016name = "async-recursion"
 1017version = "1.1.1"
 1018source = "registry+https://github.com/rust-lang/crates.io-index"
 1019checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1020dependencies = [
 1021 "proc-macro2",
 1022 "quote",
 1023 "syn 2.0.117",
 1024]
 1025
 1026[[package]]
 1027name = "async-signal"
 1028version = "0.2.13"
 1029source = "registry+https://github.com/rust-lang/crates.io-index"
 1030checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1031dependencies = [
 1032 "async-io",
 1033 "async-lock 3.4.2",
 1034 "atomic-waker",
 1035 "cfg-if",
 1036 "futures-core",
 1037 "futures-io",
 1038 "rustix 1.1.2",
 1039 "signal-hook-registry",
 1040 "slab",
 1041 "windows-sys 0.61.2",
 1042]
 1043
 1044[[package]]
 1045name = "async-std"
 1046version = "1.13.2"
 1047source = "registry+https://github.com/rust-lang/crates.io-index"
 1048checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1049dependencies = [
 1050 "async-attributes",
 1051 "async-channel 1.9.0",
 1052 "async-global-executor",
 1053 "async-io",
 1054 "async-lock 3.4.2",
 1055 "async-process",
 1056 "crossbeam-utils",
 1057 "futures-channel",
 1058 "futures-core",
 1059 "futures-io",
 1060 "futures-lite 2.6.1",
 1061 "gloo-timers",
 1062 "kv-log-macro",
 1063 "log",
 1064 "memchr",
 1065 "once_cell",
 1066 "pin-project-lite",
 1067 "pin-utils",
 1068 "slab",
 1069 "wasm-bindgen-futures",
 1070]
 1071
 1072[[package]]
 1073name = "async-stream"
 1074version = "0.3.6"
 1075source = "registry+https://github.com/rust-lang/crates.io-index"
 1076checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1077dependencies = [
 1078 "async-stream-impl",
 1079 "futures-core",
 1080 "pin-project-lite",
 1081]
 1082
 1083[[package]]
 1084name = "async-stream-impl"
 1085version = "0.3.6"
 1086source = "registry+https://github.com/rust-lang/crates.io-index"
 1087checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1088dependencies = [
 1089 "proc-macro2",
 1090 "quote",
 1091 "syn 2.0.117",
 1092]
 1093
 1094[[package]]
 1095name = "async-tar"
 1096version = "0.5.1"
 1097source = "registry+https://github.com/rust-lang/crates.io-index"
 1098checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1099dependencies = [
 1100 "async-std",
 1101 "filetime",
 1102 "libc",
 1103 "pin-project",
 1104 "redox_syscall 0.2.16",
 1105 "xattr",
 1106]
 1107
 1108[[package]]
 1109name = "async-task"
 1110version = "4.7.1"
 1111source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1112
 1113[[package]]
 1114name = "async-trait"
 1115version = "0.1.89"
 1116source = "registry+https://github.com/rust-lang/crates.io-index"
 1117checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1118dependencies = [
 1119 "proc-macro2",
 1120 "quote",
 1121 "syn 2.0.117",
 1122]
 1123
 1124[[package]]
 1125name = "async-tungstenite"
 1126version = "0.31.0"
 1127source = "registry+https://github.com/rust-lang/crates.io-index"
 1128checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1129dependencies = [
 1130 "atomic-waker",
 1131 "futures-core",
 1132 "futures-io",
 1133 "futures-task",
 1134 "futures-util",
 1135 "log",
 1136 "pin-project-lite",
 1137 "rustls-pki-types",
 1138 "tokio",
 1139 "tokio-rustls 0.26.2",
 1140 "tungstenite 0.27.0",
 1141]
 1142
 1143[[package]]
 1144name = "async_zip"
 1145version = "0.0.18"
 1146source = "registry+https://github.com/rust-lang/crates.io-index"
 1147checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1148dependencies = [
 1149 "async-compression",
 1150 "crc32fast",
 1151 "futures-lite 2.6.1",
 1152 "pin-project",
 1153 "thiserror 2.0.17",
 1154]
 1155
 1156[[package]]
 1157name = "asynchronous-codec"
 1158version = "0.7.0"
 1159source = "registry+https://github.com/rust-lang/crates.io-index"
 1160checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1161dependencies = [
 1162 "bytes 1.11.1",
 1163 "futures-sink",
 1164 "futures-util",
 1165 "memchr",
 1166 "pin-project-lite",
 1167]
 1168
 1169[[package]]
 1170name = "atoi"
 1171version = "2.0.0"
 1172source = "registry+https://github.com/rust-lang/crates.io-index"
 1173checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1174dependencies = [
 1175 "num-traits",
 1176]
 1177
 1178[[package]]
 1179name = "atomic"
 1180version = "0.5.3"
 1181source = "registry+https://github.com/rust-lang/crates.io-index"
 1182checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1183
 1184[[package]]
 1185name = "atomic-waker"
 1186version = "1.1.2"
 1187source = "registry+https://github.com/rust-lang/crates.io-index"
 1188checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1189
 1190[[package]]
 1191name = "audio"
 1192version = "0.1.0"
 1193dependencies = [
 1194 "anyhow",
 1195 "collections",
 1196 "cpal",
 1197 "crossbeam",
 1198 "denoise",
 1199 "gpui",
 1200 "libwebrtc",
 1201 "log",
 1202 "parking_lot",
 1203 "rodio",
 1204 "serde",
 1205 "settings",
 1206 "thiserror 2.0.17",
 1207 "util",
 1208]
 1209
 1210[[package]]
 1211name = "auditable-serde"
 1212version = "0.8.0"
 1213source = "registry+https://github.com/rust-lang/crates.io-index"
 1214checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1215dependencies = [
 1216 "semver",
 1217 "serde",
 1218 "serde_json",
 1219 "topological-sort",
 1220]
 1221
 1222[[package]]
 1223name = "auto_update"
 1224version = "0.1.0"
 1225dependencies = [
 1226 "anyhow",
 1227 "client",
 1228 "clock",
 1229 "ctor",
 1230 "db",
 1231 "futures 0.3.32",
 1232 "futures-lite 1.13.0",
 1233 "gpui",
 1234 "http_client",
 1235 "log",
 1236 "parking_lot",
 1237 "paths",
 1238 "release_channel",
 1239 "semver",
 1240 "serde",
 1241 "serde_json",
 1242 "settings",
 1243 "smol",
 1244 "tempfile",
 1245 "util",
 1246 "which 6.0.3",
 1247 "workspace",
 1248 "zlog",
 1249]
 1250
 1251[[package]]
 1252name = "auto_update_helper"
 1253version = "0.1.0"
 1254dependencies = [
 1255 "anyhow",
 1256 "log",
 1257 "scopeguard",
 1258 "simplelog",
 1259 "tempfile",
 1260 "windows 0.61.3",
 1261 "winresource",
 1262]
 1263
 1264[[package]]
 1265name = "auto_update_ui"
 1266version = "0.1.0"
 1267dependencies = [
 1268 "agent_settings",
 1269 "anyhow",
 1270 "auto_update",
 1271 "client",
 1272 "db",
 1273 "editor",
 1274 "fs",
 1275 "gpui",
 1276 "markdown_preview",
 1277 "notifications",
 1278 "release_channel",
 1279 "semver",
 1280 "serde",
 1281 "serde_json",
 1282 "smol",
 1283 "telemetry",
 1284 "ui",
 1285 "util",
 1286 "workspace",
 1287 "zed_actions",
 1288]
 1289
 1290[[package]]
 1291name = "autocfg"
 1292version = "1.5.0"
 1293source = "registry+https://github.com/rust-lang/crates.io-index"
 1294checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1295
 1296[[package]]
 1297name = "av-scenechange"
 1298version = "0.14.1"
 1299source = "registry+https://github.com/rust-lang/crates.io-index"
 1300checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
 1301dependencies = [
 1302 "aligned",
 1303 "anyhow",
 1304 "arg_enum_proc_macro",
 1305 "arrayvec",
 1306 "log",
 1307 "num-rational",
 1308 "num-traits",
 1309 "pastey",
 1310 "rayon",
 1311 "thiserror 2.0.17",
 1312 "v_frame",
 1313 "y4m",
 1314]
 1315
 1316[[package]]
 1317name = "av1-grain"
 1318version = "0.2.4"
 1319source = "registry+https://github.com/rust-lang/crates.io-index"
 1320checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1321dependencies = [
 1322 "anyhow",
 1323 "arrayvec",
 1324 "log",
 1325 "nom 7.1.3",
 1326 "num-rational",
 1327 "v_frame",
 1328]
 1329
 1330[[package]]
 1331name = "avif-serialize"
 1332version = "0.8.6"
 1333source = "registry+https://github.com/rust-lang/crates.io-index"
 1334checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1335dependencies = [
 1336 "arrayvec",
 1337]
 1338
 1339[[package]]
 1340name = "aws-config"
 1341version = "1.8.10"
 1342source = "registry+https://github.com/rust-lang/crates.io-index"
 1343checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1344dependencies = [
 1345 "aws-credential-types",
 1346 "aws-runtime",
 1347 "aws-sdk-sso",
 1348 "aws-sdk-ssooidc",
 1349 "aws-sdk-sts",
 1350 "aws-smithy-async",
 1351 "aws-smithy-http",
 1352 "aws-smithy-json",
 1353 "aws-smithy-runtime",
 1354 "aws-smithy-runtime-api",
 1355 "aws-smithy-types",
 1356 "aws-types",
 1357 "bytes 1.11.1",
 1358 "fastrand 2.3.0",
 1359 "hex",
 1360 "http 1.3.1",
 1361 "ring",
 1362 "time",
 1363 "tokio",
 1364 "tracing",
 1365 "url",
 1366 "zeroize",
 1367]
 1368
 1369[[package]]
 1370name = "aws-credential-types"
 1371version = "1.2.10"
 1372source = "registry+https://github.com/rust-lang/crates.io-index"
 1373checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1374dependencies = [
 1375 "aws-smithy-async",
 1376 "aws-smithy-runtime-api",
 1377 "aws-smithy-types",
 1378 "zeroize",
 1379]
 1380
 1381[[package]]
 1382name = "aws-lc-rs"
 1383version = "1.15.4"
 1384source = "registry+https://github.com/rust-lang/crates.io-index"
 1385checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1386dependencies = [
 1387 "aws-lc-sys",
 1388 "untrusted 0.7.1",
 1389 "zeroize",
 1390]
 1391
 1392[[package]]
 1393name = "aws-lc-sys"
 1394version = "0.37.0"
 1395source = "registry+https://github.com/rust-lang/crates.io-index"
 1396checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1397dependencies = [
 1398 "cc",
 1399 "cmake",
 1400 "dunce",
 1401 "fs_extra",
 1402]
 1403
 1404[[package]]
 1405name = "aws-runtime"
 1406version = "1.5.16"
 1407source = "registry+https://github.com/rust-lang/crates.io-index"
 1408checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1409dependencies = [
 1410 "aws-credential-types",
 1411 "aws-sigv4",
 1412 "aws-smithy-async",
 1413 "aws-smithy-eventstream",
 1414 "aws-smithy-http",
 1415 "aws-smithy-runtime",
 1416 "aws-smithy-runtime-api",
 1417 "aws-smithy-types",
 1418 "aws-types",
 1419 "bytes 1.11.1",
 1420 "fastrand 2.3.0",
 1421 "http 0.2.12",
 1422 "http-body 0.4.6",
 1423 "percent-encoding",
 1424 "pin-project-lite",
 1425 "tracing",
 1426 "uuid",
 1427]
 1428
 1429[[package]]
 1430name = "aws-sdk-bedrockruntime"
 1431version = "1.113.0"
 1432source = "registry+https://github.com/rust-lang/crates.io-index"
 1433checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1434dependencies = [
 1435 "aws-credential-types",
 1436 "aws-runtime",
 1437 "aws-sigv4",
 1438 "aws-smithy-async",
 1439 "aws-smithy-eventstream",
 1440 "aws-smithy-http",
 1441 "aws-smithy-json",
 1442 "aws-smithy-runtime",
 1443 "aws-smithy-runtime-api",
 1444 "aws-smithy-types",
 1445 "aws-types",
 1446 "bytes 1.11.1",
 1447 "fastrand 2.3.0",
 1448 "http 0.2.12",
 1449 "hyper 0.14.32",
 1450 "regex-lite",
 1451 "tracing",
 1452]
 1453
 1454[[package]]
 1455name = "aws-sdk-kinesis"
 1456version = "1.95.0"
 1457source = "registry+https://github.com/rust-lang/crates.io-index"
 1458checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1459dependencies = [
 1460 "aws-credential-types",
 1461 "aws-runtime",
 1462 "aws-smithy-async",
 1463 "aws-smithy-eventstream",
 1464 "aws-smithy-http",
 1465 "aws-smithy-json",
 1466 "aws-smithy-runtime",
 1467 "aws-smithy-runtime-api",
 1468 "aws-smithy-types",
 1469 "aws-types",
 1470 "bytes 1.11.1",
 1471 "fastrand 2.3.0",
 1472 "http 0.2.12",
 1473 "regex-lite",
 1474 "tracing",
 1475]
 1476
 1477[[package]]
 1478name = "aws-sdk-s3"
 1479version = "1.112.0"
 1480source = "registry+https://github.com/rust-lang/crates.io-index"
 1481checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1482dependencies = [
 1483 "aws-credential-types",
 1484 "aws-runtime",
 1485 "aws-sigv4",
 1486 "aws-smithy-async",
 1487 "aws-smithy-checksums",
 1488 "aws-smithy-eventstream",
 1489 "aws-smithy-http",
 1490 "aws-smithy-json",
 1491 "aws-smithy-runtime",
 1492 "aws-smithy-runtime-api",
 1493 "aws-smithy-types",
 1494 "aws-smithy-xml",
 1495 "aws-types",
 1496 "bytes 1.11.1",
 1497 "fastrand 2.3.0",
 1498 "hex",
 1499 "hmac",
 1500 "http 0.2.12",
 1501 "http 1.3.1",
 1502 "http-body 0.4.6",
 1503 "lru",
 1504 "percent-encoding",
 1505 "regex-lite",
 1506 "sha2",
 1507 "tracing",
 1508 "url",
 1509]
 1510
 1511[[package]]
 1512name = "aws-sdk-sso"
 1513version = "1.88.0"
 1514source = "registry+https://github.com/rust-lang/crates.io-index"
 1515checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1516dependencies = [
 1517 "aws-credential-types",
 1518 "aws-runtime",
 1519 "aws-smithy-async",
 1520 "aws-smithy-http",
 1521 "aws-smithy-json",
 1522 "aws-smithy-runtime",
 1523 "aws-smithy-runtime-api",
 1524 "aws-smithy-types",
 1525 "aws-types",
 1526 "bytes 1.11.1",
 1527 "fastrand 2.3.0",
 1528 "http 0.2.12",
 1529 "regex-lite",
 1530 "tracing",
 1531]
 1532
 1533[[package]]
 1534name = "aws-sdk-ssooidc"
 1535version = "1.90.0"
 1536source = "registry+https://github.com/rust-lang/crates.io-index"
 1537checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1538dependencies = [
 1539 "aws-credential-types",
 1540 "aws-runtime",
 1541 "aws-smithy-async",
 1542 "aws-smithy-http",
 1543 "aws-smithy-json",
 1544 "aws-smithy-runtime",
 1545 "aws-smithy-runtime-api",
 1546 "aws-smithy-types",
 1547 "aws-types",
 1548 "bytes 1.11.1",
 1549 "fastrand 2.3.0",
 1550 "http 0.2.12",
 1551 "regex-lite",
 1552 "tracing",
 1553]
 1554
 1555[[package]]
 1556name = "aws-sdk-sts"
 1557version = "1.90.0"
 1558source = "registry+https://github.com/rust-lang/crates.io-index"
 1559checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1560dependencies = [
 1561 "aws-credential-types",
 1562 "aws-runtime",
 1563 "aws-smithy-async",
 1564 "aws-smithy-http",
 1565 "aws-smithy-json",
 1566 "aws-smithy-query",
 1567 "aws-smithy-runtime",
 1568 "aws-smithy-runtime-api",
 1569 "aws-smithy-types",
 1570 "aws-smithy-xml",
 1571 "aws-types",
 1572 "fastrand 2.3.0",
 1573 "http 0.2.12",
 1574 "regex-lite",
 1575 "tracing",
 1576]
 1577
 1578[[package]]
 1579name = "aws-sigv4"
 1580version = "1.3.6"
 1581source = "registry+https://github.com/rust-lang/crates.io-index"
 1582checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1583dependencies = [
 1584 "aws-credential-types",
 1585 "aws-smithy-eventstream",
 1586 "aws-smithy-http",
 1587 "aws-smithy-runtime-api",
 1588 "aws-smithy-types",
 1589 "bytes 1.11.1",
 1590 "crypto-bigint 0.5.5",
 1591 "form_urlencoded",
 1592 "hex",
 1593 "hmac",
 1594 "http 0.2.12",
 1595 "http 1.3.1",
 1596 "p256",
 1597 "percent-encoding",
 1598 "ring",
 1599 "sha2",
 1600 "subtle",
 1601 "time",
 1602 "tracing",
 1603 "zeroize",
 1604]
 1605
 1606[[package]]
 1607name = "aws-smithy-async"
 1608version = "1.2.6"
 1609source = "registry+https://github.com/rust-lang/crates.io-index"
 1610checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1611dependencies = [
 1612 "futures-util",
 1613 "pin-project-lite",
 1614 "tokio",
 1615]
 1616
 1617[[package]]
 1618name = "aws-smithy-checksums"
 1619version = "0.63.11"
 1620source = "registry+https://github.com/rust-lang/crates.io-index"
 1621checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1622dependencies = [
 1623 "aws-smithy-http",
 1624 "aws-smithy-types",
 1625 "bytes 1.11.1",
 1626 "crc-fast",
 1627 "hex",
 1628 "http 0.2.12",
 1629 "http-body 0.4.6",
 1630 "md-5",
 1631 "pin-project-lite",
 1632 "sha1",
 1633 "sha2",
 1634 "tracing",
 1635]
 1636
 1637[[package]]
 1638name = "aws-smithy-eventstream"
 1639version = "0.60.13"
 1640source = "registry+https://github.com/rust-lang/crates.io-index"
 1641checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1642dependencies = [
 1643 "aws-smithy-types",
 1644 "bytes 1.11.1",
 1645 "crc32fast",
 1646]
 1647
 1648[[package]]
 1649name = "aws-smithy-http"
 1650version = "0.62.5"
 1651source = "registry+https://github.com/rust-lang/crates.io-index"
 1652checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1653dependencies = [
 1654 "aws-smithy-eventstream",
 1655 "aws-smithy-runtime-api",
 1656 "aws-smithy-types",
 1657 "bytes 1.11.1",
 1658 "bytes-utils",
 1659 "futures-core",
 1660 "futures-util",
 1661 "http 0.2.12",
 1662 "http 1.3.1",
 1663 "http-body 0.4.6",
 1664 "percent-encoding",
 1665 "pin-project-lite",
 1666 "pin-utils",
 1667 "tracing",
 1668]
 1669
 1670[[package]]
 1671name = "aws-smithy-http-client"
 1672version = "1.1.4"
 1673source = "registry+https://github.com/rust-lang/crates.io-index"
 1674checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1675dependencies = [
 1676 "aws-smithy-async",
 1677 "aws-smithy-runtime-api",
 1678 "aws-smithy-types",
 1679 "h2 0.3.27",
 1680 "h2 0.4.12",
 1681 "http 0.2.12",
 1682 "http 1.3.1",
 1683 "http-body 0.4.6",
 1684 "hyper 0.14.32",
 1685 "hyper 1.7.0",
 1686 "hyper-rustls 0.24.2",
 1687 "hyper-rustls 0.27.7",
 1688 "hyper-util",
 1689 "pin-project-lite",
 1690 "rustls 0.21.12",
 1691 "rustls 0.23.33",
 1692 "rustls-native-certs 0.8.2",
 1693 "rustls-pki-types",
 1694 "tokio",
 1695 "tokio-rustls 0.26.2",
 1696 "tower 0.5.2",
 1697 "tracing",
 1698]
 1699
 1700[[package]]
 1701name = "aws-smithy-json"
 1702version = "0.61.7"
 1703source = "registry+https://github.com/rust-lang/crates.io-index"
 1704checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1705dependencies = [
 1706 "aws-smithy-types",
 1707]
 1708
 1709[[package]]
 1710name = "aws-smithy-observability"
 1711version = "0.1.4"
 1712source = "registry+https://github.com/rust-lang/crates.io-index"
 1713checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1714dependencies = [
 1715 "aws-smithy-runtime-api",
 1716]
 1717
 1718[[package]]
 1719name = "aws-smithy-query"
 1720version = "0.60.8"
 1721source = "registry+https://github.com/rust-lang/crates.io-index"
 1722checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1723dependencies = [
 1724 "aws-smithy-types",
 1725 "urlencoding",
 1726]
 1727
 1728[[package]]
 1729name = "aws-smithy-runtime"
 1730version = "1.9.4"
 1731source = "registry+https://github.com/rust-lang/crates.io-index"
 1732checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1733dependencies = [
 1734 "aws-smithy-async",
 1735 "aws-smithy-http",
 1736 "aws-smithy-http-client",
 1737 "aws-smithy-observability",
 1738 "aws-smithy-runtime-api",
 1739 "aws-smithy-types",
 1740 "bytes 1.11.1",
 1741 "fastrand 2.3.0",
 1742 "http 0.2.12",
 1743 "http 1.3.1",
 1744 "http-body 0.4.6",
 1745 "http-body 1.0.1",
 1746 "pin-project-lite",
 1747 "pin-utils",
 1748 "tokio",
 1749 "tracing",
 1750]
 1751
 1752[[package]]
 1753name = "aws-smithy-runtime-api"
 1754version = "1.9.2"
 1755source = "registry+https://github.com/rust-lang/crates.io-index"
 1756checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1757dependencies = [
 1758 "aws-smithy-async",
 1759 "aws-smithy-types",
 1760 "bytes 1.11.1",
 1761 "http 0.2.12",
 1762 "http 1.3.1",
 1763 "pin-project-lite",
 1764 "tokio",
 1765 "tracing",
 1766 "zeroize",
 1767]
 1768
 1769[[package]]
 1770name = "aws-smithy-types"
 1771version = "1.3.4"
 1772source = "registry+https://github.com/rust-lang/crates.io-index"
 1773checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1774dependencies = [
 1775 "base64-simd",
 1776 "bytes 1.11.1",
 1777 "bytes-utils",
 1778 "futures-core",
 1779 "http 0.2.12",
 1780 "http 1.3.1",
 1781 "http-body 0.4.6",
 1782 "http-body 1.0.1",
 1783 "http-body-util",
 1784 "itoa",
 1785 "num-integer",
 1786 "pin-project-lite",
 1787 "pin-utils",
 1788 "ryu",
 1789 "serde",
 1790 "time",
 1791 "tokio",
 1792 "tokio-util",
 1793]
 1794
 1795[[package]]
 1796name = "aws-smithy-xml"
 1797version = "0.60.12"
 1798source = "registry+https://github.com/rust-lang/crates.io-index"
 1799checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1800dependencies = [
 1801 "xmlparser",
 1802]
 1803
 1804[[package]]
 1805name = "aws-types"
 1806version = "1.3.10"
 1807source = "registry+https://github.com/rust-lang/crates.io-index"
 1808checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1809dependencies = [
 1810 "aws-credential-types",
 1811 "aws-smithy-async",
 1812 "aws-smithy-runtime-api",
 1813 "aws-smithy-types",
 1814 "rustc_version",
 1815 "tracing",
 1816]
 1817
 1818[[package]]
 1819name = "aws_http_client"
 1820version = "0.1.0"
 1821dependencies = [
 1822 "aws-smithy-runtime-api",
 1823 "aws-smithy-types",
 1824 "http_client",
 1825]
 1826
 1827[[package]]
 1828name = "axum"
 1829version = "0.6.20"
 1830source = "registry+https://github.com/rust-lang/crates.io-index"
 1831checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1832dependencies = [
 1833 "async-trait",
 1834 "axum-core",
 1835 "base64 0.21.7",
 1836 "bitflags 1.3.2",
 1837 "bytes 1.11.1",
 1838 "futures-util",
 1839 "headers",
 1840 "http 0.2.12",
 1841 "http-body 0.4.6",
 1842 "hyper 0.14.32",
 1843 "itoa",
 1844 "matchit",
 1845 "memchr",
 1846 "mime",
 1847 "percent-encoding",
 1848 "pin-project-lite",
 1849 "rustversion",
 1850 "serde",
 1851 "serde_json",
 1852 "serde_path_to_error",
 1853 "serde_urlencoded",
 1854 "sha1",
 1855 "sync_wrapper 0.1.2",
 1856 "tokio",
 1857 "tokio-tungstenite 0.20.1",
 1858 "tower 0.4.13",
 1859 "tower-layer",
 1860 "tower-service",
 1861]
 1862
 1863[[package]]
 1864name = "axum-core"
 1865version = "0.3.4"
 1866source = "registry+https://github.com/rust-lang/crates.io-index"
 1867checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1868dependencies = [
 1869 "async-trait",
 1870 "bytes 1.11.1",
 1871 "futures-util",
 1872 "http 0.2.12",
 1873 "http-body 0.4.6",
 1874 "mime",
 1875 "rustversion",
 1876 "tower-layer",
 1877 "tower-service",
 1878]
 1879
 1880[[package]]
 1881name = "backtrace"
 1882version = "0.3.76"
 1883source = "registry+https://github.com/rust-lang/crates.io-index"
 1884checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1885dependencies = [
 1886 "addr2line",
 1887 "cfg-if",
 1888 "libc",
 1889 "miniz_oxide",
 1890 "object",
 1891 "rustc-demangle",
 1892 "windows-link 0.2.1",
 1893]
 1894
 1895[[package]]
 1896name = "base16ct"
 1897version = "0.1.1"
 1898source = "registry+https://github.com/rust-lang/crates.io-index"
 1899checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1900
 1901[[package]]
 1902name = "base64"
 1903version = "0.21.7"
 1904source = "registry+https://github.com/rust-lang/crates.io-index"
 1905checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1906
 1907[[package]]
 1908name = "base64"
 1909version = "0.22.1"
 1910source = "registry+https://github.com/rust-lang/crates.io-index"
 1911checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1912
 1913[[package]]
 1914name = "base64-simd"
 1915version = "0.8.0"
 1916source = "registry+https://github.com/rust-lang/crates.io-index"
 1917checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1918dependencies = [
 1919 "outref",
 1920 "vsimd",
 1921]
 1922
 1923[[package]]
 1924name = "base64ct"
 1925version = "1.8.0"
 1926source = "registry+https://github.com/rust-lang/crates.io-index"
 1927checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1928
 1929[[package]]
 1930name = "bedrock"
 1931version = "0.1.0"
 1932dependencies = [
 1933 "anyhow",
 1934 "aws-sdk-bedrockruntime",
 1935 "aws-smithy-types",
 1936 "futures 0.3.32",
 1937 "schemars",
 1938 "serde",
 1939 "serde_json",
 1940 "strum 0.27.2",
 1941 "thiserror 2.0.17",
 1942]
 1943
 1944[[package]]
 1945name = "bigdecimal"
 1946version = "0.4.8"
 1947source = "registry+https://github.com/rust-lang/crates.io-index"
 1948checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1949dependencies = [
 1950 "autocfg",
 1951 "libm",
 1952 "num-bigint",
 1953 "num-integer",
 1954 "num-traits",
 1955 "serde",
 1956]
 1957
 1958[[package]]
 1959name = "bincode"
 1960version = "1.3.3"
 1961source = "registry+https://github.com/rust-lang/crates.io-index"
 1962checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1963dependencies = [
 1964 "serde",
 1965]
 1966
 1967[[package]]
 1968name = "bindgen"
 1969version = "0.71.1"
 1970source = "registry+https://github.com/rust-lang/crates.io-index"
 1971checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1972dependencies = [
 1973 "bitflags 2.10.0",
 1974 "cexpr",
 1975 "clang-sys",
 1976 "itertools 0.10.5",
 1977 "log",
 1978 "prettyplease",
 1979 "proc-macro2",
 1980 "quote",
 1981 "regex",
 1982 "rustc-hash 2.1.1",
 1983 "shlex",
 1984 "syn 2.0.117",
 1985]
 1986
 1987[[package]]
 1988name = "bindgen"
 1989version = "0.72.1"
 1990source = "registry+https://github.com/rust-lang/crates.io-index"
 1991checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1992dependencies = [
 1993 "bitflags 2.10.0",
 1994 "cexpr",
 1995 "clang-sys",
 1996 "itertools 0.10.5",
 1997 "proc-macro2",
 1998 "quote",
 1999 "regex",
 2000 "rustc-hash 2.1.1",
 2001 "shlex",
 2002 "syn 2.0.117",
 2003]
 2004
 2005[[package]]
 2006name = "bit-set"
 2007version = "0.8.0"
 2008source = "registry+https://github.com/rust-lang/crates.io-index"
 2009checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2010dependencies = [
 2011 "bit-vec 0.8.0",
 2012]
 2013
 2014[[package]]
 2015name = "bit-set"
 2016version = "0.9.1"
 2017source = "registry+https://github.com/rust-lang/crates.io-index"
 2018checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2019dependencies = [
 2020 "bit-vec 0.9.1",
 2021]
 2022
 2023[[package]]
 2024name = "bit-vec"
 2025version = "0.8.0"
 2026source = "registry+https://github.com/rust-lang/crates.io-index"
 2027checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2028
 2029[[package]]
 2030name = "bit-vec"
 2031version = "0.9.1"
 2032source = "registry+https://github.com/rust-lang/crates.io-index"
 2033checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2034
 2035[[package]]
 2036name = "bit_field"
 2037version = "0.10.3"
 2038source = "registry+https://github.com/rust-lang/crates.io-index"
 2039checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2040
 2041[[package]]
 2042name = "bitflags"
 2043version = "1.3.2"
 2044source = "registry+https://github.com/rust-lang/crates.io-index"
 2045checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2046
 2047[[package]]
 2048name = "bitflags"
 2049version = "2.10.0"
 2050source = "registry+https://github.com/rust-lang/crates.io-index"
 2051checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2052dependencies = [
 2053 "serde_core",
 2054]
 2055
 2056[[package]]
 2057name = "bitstream-io"
 2058version = "4.9.0"
 2059source = "registry+https://github.com/rust-lang/crates.io-index"
 2060checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
 2061dependencies = [
 2062 "core2",
 2063]
 2064
 2065[[package]]
 2066name = "bitvec"
 2067version = "1.0.1"
 2068source = "registry+https://github.com/rust-lang/crates.io-index"
 2069checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2070dependencies = [
 2071 "funty",
 2072 "radium",
 2073 "tap",
 2074 "wyz",
 2075]
 2076
 2077[[package]]
 2078name = "block"
 2079version = "0.1.6"
 2080source = "registry+https://github.com/rust-lang/crates.io-index"
 2081checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2082
 2083[[package]]
 2084name = "block-buffer"
 2085version = "0.10.4"
 2086source = "registry+https://github.com/rust-lang/crates.io-index"
 2087checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2088dependencies = [
 2089 "generic-array",
 2090]
 2091
 2092[[package]]
 2093name = "block-padding"
 2094version = "0.3.3"
 2095source = "registry+https://github.com/rust-lang/crates.io-index"
 2096checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2097dependencies = [
 2098 "generic-array",
 2099]
 2100
 2101[[package]]
 2102name = "block2"
 2103version = "0.6.2"
 2104source = "registry+https://github.com/rust-lang/crates.io-index"
 2105checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2106dependencies = [
 2107 "objc2",
 2108]
 2109
 2110[[package]]
 2111name = "blocking"
 2112version = "1.6.2"
 2113source = "registry+https://github.com/rust-lang/crates.io-index"
 2114checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2115dependencies = [
 2116 "async-channel 2.5.0",
 2117 "async-task",
 2118 "futures-io",
 2119 "futures-lite 2.6.1",
 2120 "piper",
 2121]
 2122
 2123[[package]]
 2124name = "bmrng"
 2125version = "0.5.2"
 2126source = "registry+https://github.com/rust-lang/crates.io-index"
 2127checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2128dependencies = [
 2129 "futures-core",
 2130 "tokio",
 2131]
 2132
 2133[[package]]
 2134name = "bon"
 2135version = "3.8.2"
 2136source = "registry+https://github.com/rust-lang/crates.io-index"
 2137checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2138dependencies = [
 2139 "bon-macros",
 2140 "rustversion",
 2141]
 2142
 2143[[package]]
 2144name = "bon-macros"
 2145version = "3.8.2"
 2146source = "registry+https://github.com/rust-lang/crates.io-index"
 2147checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2148dependencies = [
 2149 "darling 0.21.3",
 2150 "ident_case",
 2151 "prettyplease",
 2152 "proc-macro2",
 2153 "quote",
 2154 "rustversion",
 2155 "syn 2.0.117",
 2156]
 2157
 2158[[package]]
 2159name = "borrow-or-share"
 2160version = "0.2.4"
 2161source = "registry+https://github.com/rust-lang/crates.io-index"
 2162checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2163
 2164[[package]]
 2165name = "borsh"
 2166version = "1.5.7"
 2167source = "registry+https://github.com/rust-lang/crates.io-index"
 2168checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2169dependencies = [
 2170 "borsh-derive",
 2171 "cfg_aliases 0.2.1",
 2172]
 2173
 2174[[package]]
 2175name = "borsh-derive"
 2176version = "1.5.7"
 2177source = "registry+https://github.com/rust-lang/crates.io-index"
 2178checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2179dependencies = [
 2180 "once_cell",
 2181 "proc-macro-crate",
 2182 "proc-macro2",
 2183 "quote",
 2184 "syn 2.0.117",
 2185]
 2186
 2187[[package]]
 2188name = "breadcrumbs"
 2189version = "0.1.0"
 2190dependencies = [
 2191 "gpui",
 2192 "ui",
 2193 "workspace",
 2194]
 2195
 2196[[package]]
 2197name = "brush-parser"
 2198version = "0.3.0"
 2199source = "registry+https://github.com/rust-lang/crates.io-index"
 2200checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2201dependencies = [
 2202 "bon",
 2203 "cached",
 2204 "indenter",
 2205 "peg",
 2206 "thiserror 2.0.17",
 2207 "tracing",
 2208 "utf8-chars",
 2209]
 2210
 2211[[package]]
 2212name = "bstr"
 2213version = "1.12.0"
 2214source = "registry+https://github.com/rust-lang/crates.io-index"
 2215checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2216dependencies = [
 2217 "memchr",
 2218 "regex-automata",
 2219 "serde",
 2220]
 2221
 2222[[package]]
 2223name = "buffer_diff"
 2224version = "0.1.0"
 2225dependencies = [
 2226 "clock",
 2227 "ctor",
 2228 "futures 0.3.32",
 2229 "git2",
 2230 "gpui",
 2231 "language",
 2232 "log",
 2233 "pretty_assertions",
 2234 "rand 0.9.3",
 2235 "rope",
 2236 "settings",
 2237 "sum_tree",
 2238 "text",
 2239 "tracing",
 2240 "unindent",
 2241 "util",
 2242 "zlog",
 2243 "ztracing",
 2244]
 2245
 2246[[package]]
 2247name = "built"
 2248version = "0.8.0"
 2249source = "registry+https://github.com/rust-lang/crates.io-index"
 2250checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
 2251
 2252[[package]]
 2253name = "bumpalo"
 2254version = "3.19.0"
 2255source = "registry+https://github.com/rust-lang/crates.io-index"
 2256checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2257dependencies = [
 2258 "allocator-api2",
 2259]
 2260
 2261[[package]]
 2262name = "by_address"
 2263version = "1.2.1"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2266
 2267[[package]]
 2268name = "bytecheck"
 2269version = "0.6.12"
 2270source = "registry+https://github.com/rust-lang/crates.io-index"
 2271checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2272dependencies = [
 2273 "bytecheck_derive",
 2274 "ptr_meta",
 2275 "simdutf8",
 2276]
 2277
 2278[[package]]
 2279name = "bytecheck_derive"
 2280version = "0.6.12"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2283dependencies = [
 2284 "proc-macro2",
 2285 "quote",
 2286 "syn 1.0.109",
 2287]
 2288
 2289[[package]]
 2290name = "bytecount"
 2291version = "0.6.9"
 2292source = "registry+https://github.com/rust-lang/crates.io-index"
 2293checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2294
 2295[[package]]
 2296name = "bytemuck"
 2297version = "1.24.0"
 2298source = "registry+https://github.com/rust-lang/crates.io-index"
 2299checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2300dependencies = [
 2301 "bytemuck_derive",
 2302]
 2303
 2304[[package]]
 2305name = "bytemuck_derive"
 2306version = "1.10.2"
 2307source = "registry+https://github.com/rust-lang/crates.io-index"
 2308checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2309dependencies = [
 2310 "proc-macro2",
 2311 "quote",
 2312 "syn 2.0.117",
 2313]
 2314
 2315[[package]]
 2316name = "byteorder"
 2317version = "1.5.0"
 2318source = "registry+https://github.com/rust-lang/crates.io-index"
 2319checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2320
 2321[[package]]
 2322name = "byteorder-lite"
 2323version = "0.1.0"
 2324source = "registry+https://github.com/rust-lang/crates.io-index"
 2325checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2326
 2327[[package]]
 2328name = "bytes"
 2329version = "0.4.12"
 2330source = "registry+https://github.com/rust-lang/crates.io-index"
 2331checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2332dependencies = [
 2333 "byteorder",
 2334 "iovec",
 2335]
 2336
 2337[[package]]
 2338name = "bytes"
 2339version = "1.11.1"
 2340source = "registry+https://github.com/rust-lang/crates.io-index"
 2341checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2342
 2343[[package]]
 2344name = "bytes-utils"
 2345version = "0.1.4"
 2346source = "registry+https://github.com/rust-lang/crates.io-index"
 2347checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2348dependencies = [
 2349 "bytes 1.11.1",
 2350 "either",
 2351]
 2352
 2353[[package]]
 2354name = "bzip2"
 2355version = "0.4.4"
 2356source = "registry+https://github.com/rust-lang/crates.io-index"
 2357checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2358dependencies = [
 2359 "bzip2-sys",
 2360 "libc",
 2361]
 2362
 2363[[package]]
 2364name = "bzip2"
 2365version = "0.6.1"
 2366source = "registry+https://github.com/rust-lang/crates.io-index"
 2367checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2368dependencies = [
 2369 "libbz2-rs-sys",
 2370]
 2371
 2372[[package]]
 2373name = "bzip2-sys"
 2374version = "0.1.13+1.0.8"
 2375source = "registry+https://github.com/rust-lang/crates.io-index"
 2376checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2377dependencies = [
 2378 "cc",
 2379 "pkg-config",
 2380]
 2381
 2382[[package]]
 2383name = "cached"
 2384version = "0.56.0"
 2385source = "registry+https://github.com/rust-lang/crates.io-index"
 2386checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2387dependencies = [
 2388 "ahash 0.8.12",
 2389 "cached_proc_macro",
 2390 "cached_proc_macro_types",
 2391 "hashbrown 0.15.5",
 2392 "once_cell",
 2393 "thiserror 2.0.17",
 2394 "web-time",
 2395]
 2396
 2397[[package]]
 2398name = "cached_proc_macro"
 2399version = "0.25.0"
 2400source = "registry+https://github.com/rust-lang/crates.io-index"
 2401checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2402dependencies = [
 2403 "darling 0.20.11",
 2404 "proc-macro2",
 2405 "quote",
 2406 "syn 2.0.117",
 2407]
 2408
 2409[[package]]
 2410name = "cached_proc_macro_types"
 2411version = "0.1.1"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2414
 2415[[package]]
 2416name = "call"
 2417version = "0.1.0"
 2418dependencies = [
 2419 "anyhow",
 2420 "audio",
 2421 "client",
 2422 "collections",
 2423 "feature_flags",
 2424 "fs",
 2425 "futures 0.3.32",
 2426 "gpui",
 2427 "gpui_tokio",
 2428 "language",
 2429 "livekit_client",
 2430 "log",
 2431 "postage",
 2432 "project",
 2433 "serde",
 2434 "settings",
 2435 "telemetry",
 2436 "util",
 2437 "workspace",
 2438]
 2439
 2440[[package]]
 2441name = "calloop"
 2442version = "0.14.3"
 2443source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2444dependencies = [
 2445 "bitflags 2.10.0",
 2446 "polling",
 2447 "rustix 1.1.2",
 2448 "slab",
 2449 "tracing",
 2450]
 2451
 2452[[package]]
 2453name = "calloop-wayland-source"
 2454version = "0.4.1"
 2455source = "registry+https://github.com/rust-lang/crates.io-index"
 2456checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2457dependencies = [
 2458 "calloop",
 2459 "rustix 1.1.2",
 2460 "wayland-backend",
 2461 "wayland-client",
 2462]
 2463
 2464[[package]]
 2465name = "camino"
 2466version = "1.2.1"
 2467source = "registry+https://github.com/rust-lang/crates.io-index"
 2468checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2469dependencies = [
 2470 "serde_core",
 2471]
 2472
 2473[[package]]
 2474name = "candle-core"
 2475version = "0.9.1"
 2476source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2477dependencies = [
 2478 "byteorder",
 2479 "float8",
 2480 "gemm 0.17.1",
 2481 "half",
 2482 "memmap2",
 2483 "num-traits",
 2484 "num_cpus",
 2485 "rand 0.9.3",
 2486 "rand_distr",
 2487 "rayon",
 2488 "safetensors",
 2489 "thiserror 1.0.69",
 2490 "ug",
 2491 "yoke 0.7.5",
 2492 "zip 1.1.4",
 2493]
 2494
 2495[[package]]
 2496name = "candle-nn"
 2497version = "0.9.1"
 2498source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2499dependencies = [
 2500 "candle-core",
 2501 "half",
 2502 "libc",
 2503 "num-traits",
 2504 "rayon",
 2505 "safetensors",
 2506 "serde",
 2507 "thiserror 1.0.69",
 2508]
 2509
 2510[[package]]
 2511name = "candle-onnx"
 2512version = "0.9.1"
 2513source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2514dependencies = [
 2515 "candle-core",
 2516 "candle-nn",
 2517 "prost 0.12.6",
 2518]
 2519
 2520[[package]]
 2521name = "cap-fs-ext"
 2522version = "3.4.4"
 2523source = "registry+https://github.com/rust-lang/crates.io-index"
 2524checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2525dependencies = [
 2526 "cap-primitives",
 2527 "cap-std",
 2528 "io-lifetimes",
 2529 "windows-sys 0.59.0",
 2530]
 2531
 2532[[package]]
 2533name = "cap-net-ext"
 2534version = "3.4.4"
 2535source = "registry+https://github.com/rust-lang/crates.io-index"
 2536checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2537dependencies = [
 2538 "cap-primitives",
 2539 "cap-std",
 2540 "rustix 1.1.2",
 2541 "smallvec",
 2542]
 2543
 2544[[package]]
 2545name = "cap-primitives"
 2546version = "3.4.4"
 2547source = "registry+https://github.com/rust-lang/crates.io-index"
 2548checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2549dependencies = [
 2550 "ambient-authority",
 2551 "fs-set-times",
 2552 "io-extras",
 2553 "io-lifetimes",
 2554 "ipnet",
 2555 "maybe-owned",
 2556 "rustix 1.1.2",
 2557 "rustix-linux-procfs",
 2558 "windows-sys 0.59.0",
 2559 "winx",
 2560]
 2561
 2562[[package]]
 2563name = "cap-rand"
 2564version = "3.4.4"
 2565source = "registry+https://github.com/rust-lang/crates.io-index"
 2566checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2567dependencies = [
 2568 "ambient-authority",
 2569 "rand 0.8.5",
 2570]
 2571
 2572[[package]]
 2573name = "cap-std"
 2574version = "3.4.4"
 2575source = "registry+https://github.com/rust-lang/crates.io-index"
 2576checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2577dependencies = [
 2578 "cap-primitives",
 2579 "io-extras",
 2580 "io-lifetimes",
 2581 "rustix 1.1.2",
 2582]
 2583
 2584[[package]]
 2585name = "cap-time-ext"
 2586version = "3.4.4"
 2587source = "registry+https://github.com/rust-lang/crates.io-index"
 2588checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2589dependencies = [
 2590 "ambient-authority",
 2591 "cap-primitives",
 2592 "iana-time-zone",
 2593 "once_cell",
 2594 "rustix 1.1.2",
 2595 "winx",
 2596]
 2597
 2598[[package]]
 2599name = "cargo-platform"
 2600version = "0.1.9"
 2601source = "registry+https://github.com/rust-lang/crates.io-index"
 2602checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2603dependencies = [
 2604 "serde",
 2605]
 2606
 2607[[package]]
 2608name = "cargo-platform"
 2609version = "0.3.2"
 2610source = "registry+https://github.com/rust-lang/crates.io-index"
 2611checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2612dependencies = [
 2613 "serde",
 2614 "serde_core",
 2615]
 2616
 2617[[package]]
 2618name = "cargo_metadata"
 2619version = "0.19.2"
 2620source = "registry+https://github.com/rust-lang/crates.io-index"
 2621checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2622dependencies = [
 2623 "camino",
 2624 "cargo-platform 0.1.9",
 2625 "semver",
 2626 "serde",
 2627 "serde_json",
 2628 "thiserror 2.0.17",
 2629]
 2630
 2631[[package]]
 2632name = "cargo_metadata"
 2633version = "0.23.1"
 2634source = "registry+https://github.com/rust-lang/crates.io-index"
 2635checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2636dependencies = [
 2637 "camino",
 2638 "cargo-platform 0.3.2",
 2639 "semver",
 2640 "serde",
 2641 "serde_json",
 2642 "thiserror 2.0.17",
 2643]
 2644
 2645[[package]]
 2646name = "cargo_toml"
 2647version = "0.21.0"
 2648source = "registry+https://github.com/rust-lang/crates.io-index"
 2649checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2650dependencies = [
 2651 "serde",
 2652 "toml 0.8.23",
 2653]
 2654
 2655[[package]]
 2656name = "cast"
 2657version = "0.3.0"
 2658source = "registry+https://github.com/rust-lang/crates.io-index"
 2659checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2660
 2661[[package]]
 2662name = "cbc"
 2663version = "0.1.2"
 2664source = "registry+https://github.com/rust-lang/crates.io-index"
 2665checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2666dependencies = [
 2667 "cipher",
 2668]
 2669
 2670[[package]]
 2671name = "cbindgen"
 2672version = "0.28.0"
 2673source = "registry+https://github.com/rust-lang/crates.io-index"
 2674checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2675dependencies = [
 2676 "heck 0.4.1",
 2677 "indexmap",
 2678 "log",
 2679 "proc-macro2",
 2680 "quote",
 2681 "serde",
 2682 "serde_json",
 2683 "syn 2.0.117",
 2684 "tempfile",
 2685 "toml 0.8.23",
 2686]
 2687
 2688[[package]]
 2689name = "cc"
 2690version = "1.2.49"
 2691source = "registry+https://github.com/rust-lang/crates.io-index"
 2692checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2693dependencies = [
 2694 "find-msvc-tools",
 2695 "jobserver",
 2696 "libc",
 2697 "shlex",
 2698]
 2699
 2700[[package]]
 2701name = "cesu8"
 2702version = "1.1.0"
 2703source = "registry+https://github.com/rust-lang/crates.io-index"
 2704checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2705
 2706[[package]]
 2707name = "cexpr"
 2708version = "0.6.0"
 2709source = "registry+https://github.com/rust-lang/crates.io-index"
 2710checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2711dependencies = [
 2712 "nom 7.1.3",
 2713]
 2714
 2715[[package]]
 2716name = "cfg-expr"
 2717version = "0.20.6"
 2718source = "registry+https://github.com/rust-lang/crates.io-index"
 2719checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2720dependencies = [
 2721 "smallvec",
 2722 "target-lexicon",
 2723]
 2724
 2725[[package]]
 2726name = "cfg-if"
 2727version = "1.0.4"
 2728source = "registry+https://github.com/rust-lang/crates.io-index"
 2729checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2730
 2731[[package]]
 2732name = "cfg_aliases"
 2733version = "0.1.1"
 2734source = "registry+https://github.com/rust-lang/crates.io-index"
 2735checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2736
 2737[[package]]
 2738name = "cfg_aliases"
 2739version = "0.2.1"
 2740source = "registry+https://github.com/rust-lang/crates.io-index"
 2741checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2742
 2743[[package]]
 2744name = "cgl"
 2745version = "0.3.2"
 2746source = "registry+https://github.com/rust-lang/crates.io-index"
 2747checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2748dependencies = [
 2749 "libc",
 2750]
 2751
 2752[[package]]
 2753name = "channel"
 2754version = "0.1.0"
 2755dependencies = [
 2756 "anyhow",
 2757 "client",
 2758 "clock",
 2759 "collections",
 2760 "futures 0.3.32",
 2761 "gpui",
 2762 "http_client",
 2763 "language",
 2764 "log",
 2765 "postage",
 2766 "release_channel",
 2767 "rpc",
 2768 "semver",
 2769 "settings",
 2770 "text",
 2771 "time",
 2772 "util",
 2773]
 2774
 2775[[package]]
 2776name = "chardetng"
 2777version = "0.1.17"
 2778source = "registry+https://github.com/rust-lang/crates.io-index"
 2779checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2780dependencies = [
 2781 "cfg-if",
 2782 "encoding_rs",
 2783 "memchr",
 2784]
 2785
 2786[[package]]
 2787name = "chrono"
 2788version = "0.4.42"
 2789source = "registry+https://github.com/rust-lang/crates.io-index"
 2790checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2791dependencies = [
 2792 "iana-time-zone",
 2793 "js-sys",
 2794 "num-traits",
 2795 "serde",
 2796 "wasm-bindgen",
 2797 "windows-link 0.2.1",
 2798]
 2799
 2800[[package]]
 2801name = "chunked_transfer"
 2802version = "1.5.0"
 2803source = "registry+https://github.com/rust-lang/crates.io-index"
 2804checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2805
 2806[[package]]
 2807name = "ciborium"
 2808version = "0.2.2"
 2809source = "registry+https://github.com/rust-lang/crates.io-index"
 2810checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2811dependencies = [
 2812 "ciborium-io",
 2813 "ciborium-ll",
 2814 "serde",
 2815]
 2816
 2817[[package]]
 2818name = "ciborium-io"
 2819version = "0.2.2"
 2820source = "registry+https://github.com/rust-lang/crates.io-index"
 2821checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2822
 2823[[package]]
 2824name = "ciborium-ll"
 2825version = "0.2.2"
 2826source = "registry+https://github.com/rust-lang/crates.io-index"
 2827checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2828dependencies = [
 2829 "ciborium-io",
 2830 "half",
 2831]
 2832
 2833[[package]]
 2834name = "cipher"
 2835version = "0.4.4"
 2836source = "registry+https://github.com/rust-lang/crates.io-index"
 2837checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2838dependencies = [
 2839 "crypto-common",
 2840 "inout",
 2841 "zeroize",
 2842]
 2843
 2844[[package]]
 2845name = "circular-buffer"
 2846version = "1.2.0"
 2847source = "registry+https://github.com/rust-lang/crates.io-index"
 2848checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2849
 2850[[package]]
 2851name = "clang-sys"
 2852version = "1.8.1"
 2853source = "registry+https://github.com/rust-lang/crates.io-index"
 2854checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2855dependencies = [
 2856 "glob",
 2857 "libc",
 2858 "libloading",
 2859]
 2860
 2861[[package]]
 2862name = "clap"
 2863version = "4.5.49"
 2864source = "registry+https://github.com/rust-lang/crates.io-index"
 2865checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2866dependencies = [
 2867 "clap_builder",
 2868 "clap_derive",
 2869]
 2870
 2871[[package]]
 2872name = "clap_builder"
 2873version = "4.5.49"
 2874source = "registry+https://github.com/rust-lang/crates.io-index"
 2875checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2876dependencies = [
 2877 "anstream",
 2878 "anstyle",
 2879 "clap_lex",
 2880 "strsim",
 2881 "terminal_size",
 2882]
 2883
 2884[[package]]
 2885name = "clap_complete"
 2886version = "4.5.59"
 2887source = "registry+https://github.com/rust-lang/crates.io-index"
 2888checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2889dependencies = [
 2890 "clap",
 2891]
 2892
 2893[[package]]
 2894name = "clap_derive"
 2895version = "4.5.49"
 2896source = "registry+https://github.com/rust-lang/crates.io-index"
 2897checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2898dependencies = [
 2899 "heck 0.5.0",
 2900 "proc-macro2",
 2901 "quote",
 2902 "syn 2.0.117",
 2903]
 2904
 2905[[package]]
 2906name = "clap_lex"
 2907version = "0.7.6"
 2908source = "registry+https://github.com/rust-lang/crates.io-index"
 2909checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2910
 2911[[package]]
 2912name = "cli"
 2913version = "0.1.0"
 2914dependencies = [
 2915 "anyhow",
 2916 "askpass",
 2917 "clap",
 2918 "collections",
 2919 "console",
 2920 "core-foundation 0.10.0",
 2921 "core-services",
 2922 "dialoguer",
 2923 "exec",
 2924 "fork",
 2925 "ipc-channel",
 2926 "parking_lot",
 2927 "paths",
 2928 "plist",
 2929 "rayon",
 2930 "release_channel",
 2931 "serde",
 2932 "serde_json",
 2933 "tempfile",
 2934 "util",
 2935 "walkdir",
 2936 "windows 0.61.3",
 2937]
 2938
 2939[[package]]
 2940name = "client"
 2941version = "0.1.0"
 2942dependencies = [
 2943 "anyhow",
 2944 "async-tungstenite",
 2945 "base64 0.22.1",
 2946 "chrono",
 2947 "clock",
 2948 "cloud_api_client",
 2949 "cloud_api_types",
 2950 "cloud_llm_client",
 2951 "collections",
 2952 "credentials_provider",
 2953 "db",
 2954 "derive_more",
 2955 "feature_flags",
 2956 "fs",
 2957 "futures 0.3.32",
 2958 "gpui",
 2959 "gpui_tokio",
 2960 "http_client",
 2961 "http_client_tls",
 2962 "httparse",
 2963 "log",
 2964 "objc2-foundation",
 2965 "parking_lot",
 2966 "paths",
 2967 "postage",
 2968 "rand 0.9.3",
 2969 "regex",
 2970 "release_channel",
 2971 "rpc",
 2972 "rustls-pki-types",
 2973 "semver",
 2974 "serde",
 2975 "serde_json",
 2976 "serde_urlencoded",
 2977 "settings",
 2978 "sha2",
 2979 "smol",
 2980 "telemetry",
 2981 "telemetry_events",
 2982 "text",
 2983 "thiserror 2.0.17",
 2984 "time",
 2985 "tiny_http",
 2986 "tokio",
 2987 "tokio-native-tls",
 2988 "tokio-rustls 0.26.2",
 2989 "tokio-socks",
 2990 "url",
 2991 "util",
 2992 "windows 0.61.3",
 2993 "worktree",
 2994 "zed_credentials_provider",
 2995]
 2996
 2997[[package]]
 2998name = "clock"
 2999version = "0.1.0"
 3000dependencies = [
 3001 "parking_lot",
 3002 "serde",
 3003 "smallvec",
 3004]
 3005
 3006[[package]]
 3007name = "cloud_api_client"
 3008version = "0.1.0"
 3009dependencies = [
 3010 "anyhow",
 3011 "cloud_api_types",
 3012 "futures 0.3.32",
 3013 "gpui",
 3014 "gpui_tokio",
 3015 "http_client",
 3016 "parking_lot",
 3017 "serde_json",
 3018 "smol",
 3019 "thiserror 2.0.17",
 3020 "yawc",
 3021]
 3022
 3023[[package]]
 3024name = "cloud_api_types"
 3025version = "0.1.0"
 3026dependencies = [
 3027 "anyhow",
 3028 "chrono",
 3029 "ciborium",
 3030 "cloud_llm_client",
 3031 "pretty_assertions",
 3032 "serde",
 3033 "serde_json",
 3034 "strum 0.27.2",
 3035]
 3036
 3037[[package]]
 3038name = "cloud_llm_client"
 3039version = "0.1.0"
 3040dependencies = [
 3041 "anyhow",
 3042 "serde",
 3043 "serde_json",
 3044 "strum 0.27.2",
 3045 "uuid",
 3046 "zeta_prompt",
 3047]
 3048
 3049[[package]]
 3050name = "cmake"
 3051version = "0.1.56"
 3052source = "registry+https://github.com/rust-lang/crates.io-index"
 3053checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3054dependencies = [
 3055 "cc",
 3056]
 3057
 3058[[package]]
 3059name = "cobs"
 3060version = "0.3.0"
 3061source = "registry+https://github.com/rust-lang/crates.io-index"
 3062checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3063dependencies = [
 3064 "thiserror 2.0.17",
 3065]
 3066
 3067[[package]]
 3068name = "cocoa"
 3069version = "0.25.0"
 3070source = "registry+https://github.com/rust-lang/crates.io-index"
 3071checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3072dependencies = [
 3073 "bitflags 1.3.2",
 3074 "block",
 3075 "cocoa-foundation 0.1.2",
 3076 "core-foundation 0.9.4",
 3077 "core-graphics 0.23.2",
 3078 "foreign-types 0.5.0",
 3079 "libc",
 3080 "objc",
 3081]
 3082
 3083[[package]]
 3084name = "cocoa"
 3085version = "0.26.0"
 3086source = "registry+https://github.com/rust-lang/crates.io-index"
 3087checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3088dependencies = [
 3089 "bitflags 2.10.0",
 3090 "block",
 3091 "cocoa-foundation 0.2.0",
 3092 "core-foundation 0.10.0",
 3093 "core-graphics 0.24.0",
 3094 "foreign-types 0.5.0",
 3095 "libc",
 3096 "objc",
 3097]
 3098
 3099[[package]]
 3100name = "cocoa-foundation"
 3101version = "0.1.2"
 3102source = "registry+https://github.com/rust-lang/crates.io-index"
 3103checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3104dependencies = [
 3105 "bitflags 1.3.2",
 3106 "block",
 3107 "core-foundation 0.9.4",
 3108 "core-graphics-types 0.1.3",
 3109 "libc",
 3110 "objc",
 3111]
 3112
 3113[[package]]
 3114name = "cocoa-foundation"
 3115version = "0.2.0"
 3116source = "registry+https://github.com/rust-lang/crates.io-index"
 3117checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3118dependencies = [
 3119 "bitflags 2.10.0",
 3120 "block",
 3121 "core-foundation 0.10.0",
 3122 "core-graphics-types 0.2.0",
 3123 "libc",
 3124 "objc",
 3125]
 3126
 3127[[package]]
 3128name = "codespan-reporting"
 3129version = "0.13.0"
 3130source = "registry+https://github.com/rust-lang/crates.io-index"
 3131checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3132dependencies = [
 3133 "serde",
 3134 "termcolor",
 3135 "unicode-width",
 3136]
 3137
 3138[[package]]
 3139name = "codestral"
 3140version = "0.1.0"
 3141dependencies = [
 3142 "anyhow",
 3143 "edit_prediction",
 3144 "edit_prediction_types",
 3145 "futures 0.3.32",
 3146 "gpui",
 3147 "http_client",
 3148 "icons",
 3149 "language",
 3150 "language_model",
 3151 "log",
 3152 "serde",
 3153 "serde_json",
 3154 "text",
 3155 "zed_credentials_provider",
 3156 "zeta_prompt",
 3157]
 3158
 3159[[package]]
 3160name = "collab"
 3161version = "0.44.0"
 3162dependencies = [
 3163 "agent",
 3164 "anyhow",
 3165 "async-trait",
 3166 "async-tungstenite",
 3167 "aws-config",
 3168 "aws-sdk-kinesis",
 3169 "aws-sdk-s3",
 3170 "axum",
 3171 "buffer_diff",
 3172 "call",
 3173 "channel",
 3174 "chrono",
 3175 "client",
 3176 "clock",
 3177 "cloud_api_types",
 3178 "collab",
 3179 "collab_ui",
 3180 "collections",
 3181 "command_palette_hooks",
 3182 "ctor",
 3183 "dap",
 3184 "dap_adapters",
 3185 "dashmap",
 3186 "debugger_ui",
 3187 "editor",
 3188 "envy",
 3189 "extension",
 3190 "file_finder",
 3191 "fs",
 3192 "futures 0.3.32",
 3193 "git",
 3194 "git_hosting_providers",
 3195 "git_ui",
 3196 "gpui",
 3197 "gpui_tokio",
 3198 "hex",
 3199 "http_client",
 3200 "indoc",
 3201 "language",
 3202 "language_model",
 3203 "livekit_api",
 3204 "livekit_client",
 3205 "log",
 3206 "lsp",
 3207 "menu",
 3208 "multi_buffer",
 3209 "nanoid",
 3210 "node_runtime",
 3211 "notifications",
 3212 "parking_lot",
 3213 "pretty_assertions",
 3214 "project",
 3215 "prometheus",
 3216 "prompt_store",
 3217 "prost 0.9.0",
 3218 "rand 0.9.3",
 3219 "recent_projects",
 3220 "release_channel",
 3221 "remote",
 3222 "remote_server",
 3223 "reqwest 0.11.27",
 3224 "rpc",
 3225 "sea-orm",
 3226 "sea-orm-macros",
 3227 "semver",
 3228 "serde",
 3229 "serde_json",
 3230 "session",
 3231 "settings",
 3232 "sha2",
 3233 "smol",
 3234 "sqlx",
 3235 "strum 0.27.2",
 3236 "task",
 3237 "telemetry_events",
 3238 "text",
 3239 "theme",
 3240 "theme_settings",
 3241 "time",
 3242 "tokio",
 3243 "toml 0.8.23",
 3244 "tower 0.4.13",
 3245 "tower-http 0.4.4",
 3246 "tracing",
 3247 "tracing-subscriber",
 3248 "unindent",
 3249 "util",
 3250 "uuid",
 3251 "workspace",
 3252 "worktree",
 3253 "zed_actions",
 3254 "zlog",
 3255]
 3256
 3257[[package]]
 3258name = "collab_ui"
 3259version = "0.1.0"
 3260dependencies = [
 3261 "anyhow",
 3262 "call",
 3263 "channel",
 3264 "client",
 3265 "collections",
 3266 "db",
 3267 "editor",
 3268 "futures 0.3.32",
 3269 "fuzzy",
 3270 "gpui",
 3271 "livekit_client",
 3272 "menu",
 3273 "notifications",
 3274 "picker",
 3275 "project",
 3276 "release_channel",
 3277 "rpc",
 3278 "serde",
 3279 "serde_json",
 3280 "settings",
 3281 "smallvec",
 3282 "telemetry",
 3283 "theme",
 3284 "theme_settings",
 3285 "time",
 3286 "title_bar",
 3287 "ui",
 3288 "util",
 3289 "workspace",
 3290 "zed_actions",
 3291]
 3292
 3293[[package]]
 3294name = "collections"
 3295version = "0.1.0"
 3296dependencies = [
 3297 "indexmap",
 3298 "rustc-hash 2.1.1",
 3299]
 3300
 3301[[package]]
 3302name = "color_quant"
 3303version = "1.1.0"
 3304source = "registry+https://github.com/rust-lang/crates.io-index"
 3305checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3306
 3307[[package]]
 3308name = "colorchoice"
 3309version = "1.0.4"
 3310source = "registry+https://github.com/rust-lang/crates.io-index"
 3311checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3312
 3313[[package]]
 3314name = "combine"
 3315version = "4.6.7"
 3316source = "registry+https://github.com/rust-lang/crates.io-index"
 3317checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3318dependencies = [
 3319 "bytes 1.11.1",
 3320 "memchr",
 3321]
 3322
 3323[[package]]
 3324name = "command-fds"
 3325version = "0.3.2"
 3326source = "registry+https://github.com/rust-lang/crates.io-index"
 3327checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3328dependencies = [
 3329 "nix 0.30.1",
 3330 "thiserror 2.0.17",
 3331]
 3332
 3333[[package]]
 3334name = "command_palette"
 3335version = "0.1.0"
 3336dependencies = [
 3337 "anyhow",
 3338 "client",
 3339 "collections",
 3340 "command_palette_hooks",
 3341 "db",
 3342 "editor",
 3343 "fuzzy_nucleo",
 3344 "go_to_line",
 3345 "gpui",
 3346 "language",
 3347 "log",
 3348 "menu",
 3349 "picker",
 3350 "postage",
 3351 "project",
 3352 "serde",
 3353 "settings",
 3354 "telemetry",
 3355 "theme",
 3356 "theme_settings",
 3357 "time",
 3358 "ui",
 3359 "util",
 3360 "workspace",
 3361 "zed_actions",
 3362]
 3363
 3364[[package]]
 3365name = "command_palette_hooks"
 3366version = "0.1.0"
 3367dependencies = [
 3368 "collections",
 3369 "derive_more",
 3370 "gpui",
 3371 "workspace",
 3372]
 3373
 3374[[package]]
 3375name = "compliance"
 3376version = "0.1.0"
 3377dependencies = [
 3378 "anyhow",
 3379 "async-trait",
 3380 "derive_more",
 3381 "futures 0.3.32",
 3382 "indoc",
 3383 "itertools 0.14.0",
 3384 "jsonwebtoken",
 3385 "octocrab",
 3386 "regex",
 3387 "semver",
 3388 "serde",
 3389 "serde_json",
 3390 "tokio",
 3391]
 3392
 3393[[package]]
 3394name = "component"
 3395version = "0.1.0"
 3396dependencies = [
 3397 "collections",
 3398 "documented",
 3399 "gpui",
 3400 "inventory",
 3401 "parking_lot",
 3402 "strum 0.27.2",
 3403 "theme",
 3404]
 3405
 3406[[package]]
 3407name = "component_preview"
 3408version = "0.1.0"
 3409dependencies = [
 3410 "anyhow",
 3411 "client",
 3412 "collections",
 3413 "component",
 3414 "db",
 3415 "fs",
 3416 "gpui",
 3417 "gpui_platform",
 3418 "language",
 3419 "log",
 3420 "node_runtime",
 3421 "notifications",
 3422 "project",
 3423 "release_channel",
 3424 "reqwest_client",
 3425 "session",
 3426 "settings",
 3427 "theme",
 3428 "theme_settings",
 3429 "ui",
 3430 "ui_input",
 3431 "uuid",
 3432 "workspace",
 3433]
 3434
 3435[[package]]
 3436name = "compression-codecs"
 3437version = "0.4.31"
 3438source = "registry+https://github.com/rust-lang/crates.io-index"
 3439checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3440dependencies = [
 3441 "bzip2 0.6.1",
 3442 "compression-core",
 3443 "deflate64",
 3444 "flate2",
 3445 "memchr",
 3446]
 3447
 3448[[package]]
 3449name = "compression-core"
 3450version = "0.4.29"
 3451source = "registry+https://github.com/rust-lang/crates.io-index"
 3452checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3453
 3454[[package]]
 3455name = "concurrent-queue"
 3456version = "2.5.0"
 3457source = "registry+https://github.com/rust-lang/crates.io-index"
 3458checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3459dependencies = [
 3460 "crossbeam-utils",
 3461]
 3462
 3463[[package]]
 3464name = "console"
 3465version = "0.16.3"
 3466source = "registry+https://github.com/rust-lang/crates.io-index"
 3467checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3468dependencies = [
 3469 "encode_unicode",
 3470 "libc",
 3471 "unicode-width",
 3472 "windows-sys 0.61.2",
 3473]
 3474
 3475[[package]]
 3476name = "console_error_panic_hook"
 3477version = "0.1.7"
 3478source = "registry+https://github.com/rust-lang/crates.io-index"
 3479checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3480dependencies = [
 3481 "cfg-if",
 3482 "wasm-bindgen",
 3483]
 3484
 3485[[package]]
 3486name = "const-oid"
 3487version = "0.9.6"
 3488source = "registry+https://github.com/rust-lang/crates.io-index"
 3489checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3490
 3491[[package]]
 3492name = "const-random"
 3493version = "0.1.18"
 3494source = "registry+https://github.com/rust-lang/crates.io-index"
 3495checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3496dependencies = [
 3497 "const-random-macro",
 3498]
 3499
 3500[[package]]
 3501name = "const-random-macro"
 3502version = "0.1.16"
 3503source = "registry+https://github.com/rust-lang/crates.io-index"
 3504checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3505dependencies = [
 3506 "getrandom 0.2.16",
 3507 "once_cell",
 3508 "tiny-keccak",
 3509]
 3510
 3511[[package]]
 3512name = "const_format"
 3513version = "0.2.35"
 3514source = "registry+https://github.com/rust-lang/crates.io-index"
 3515checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3516dependencies = [
 3517 "const_format_proc_macros",
 3518]
 3519
 3520[[package]]
 3521name = "const_format_proc_macros"
 3522version = "0.2.34"
 3523source = "registry+https://github.com/rust-lang/crates.io-index"
 3524checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3525dependencies = [
 3526 "proc-macro2",
 3527 "quote",
 3528 "unicode-xid",
 3529]
 3530
 3531[[package]]
 3532name = "constant_time_eq"
 3533version = "0.1.5"
 3534source = "registry+https://github.com/rust-lang/crates.io-index"
 3535checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3536
 3537[[package]]
 3538name = "context_server"
 3539version = "0.1.0"
 3540dependencies = [
 3541 "anyhow",
 3542 "async-trait",
 3543 "base64 0.22.1",
 3544 "collections",
 3545 "futures 0.3.32",
 3546 "gpui",
 3547 "http_client",
 3548 "log",
 3549 "net",
 3550 "parking_lot",
 3551 "postage",
 3552 "rand 0.9.3",
 3553 "schemars",
 3554 "serde",
 3555 "serde_json",
 3556 "settings",
 3557 "sha2",
 3558 "slotmap",
 3559 "smol",
 3560 "tempfile",
 3561 "tiny_http",
 3562 "url",
 3563 "util",
 3564]
 3565
 3566[[package]]
 3567name = "convert_case"
 3568version = "0.8.0"
 3569source = "registry+https://github.com/rust-lang/crates.io-index"
 3570checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3571dependencies = [
 3572 "unicode-segmentation",
 3573]
 3574
 3575[[package]]
 3576name = "convert_case"
 3577version = "0.10.0"
 3578source = "registry+https://github.com/rust-lang/crates.io-index"
 3579checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3580dependencies = [
 3581 "unicode-segmentation",
 3582]
 3583
 3584[[package]]
 3585name = "convert_case"
 3586version = "0.11.0"
 3587source = "registry+https://github.com/rust-lang/crates.io-index"
 3588checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3589dependencies = [
 3590 "unicode-segmentation",
 3591]
 3592
 3593[[package]]
 3594name = "copilot"
 3595version = "0.1.0"
 3596dependencies = [
 3597 "anyhow",
 3598 "async-std",
 3599 "collections",
 3600 "command_palette_hooks",
 3601 "copilot_chat",
 3602 "edit_prediction_types",
 3603 "editor",
 3604 "fs",
 3605 "futures 0.3.32",
 3606 "gpui",
 3607 "icons",
 3608 "indoc",
 3609 "language",
 3610 "log",
 3611 "lsp",
 3612 "node_runtime",
 3613 "parking_lot",
 3614 "paths",
 3615 "pretty_assertions",
 3616 "project",
 3617 "rpc",
 3618 "semver",
 3619 "serde",
 3620 "serde_json",
 3621 "settings",
 3622 "sum_tree",
 3623 "theme",
 3624 "theme_settings",
 3625 "util",
 3626 "workspace",
 3627 "zlog",
 3628]
 3629
 3630[[package]]
 3631name = "copilot_chat"
 3632version = "0.1.0"
 3633dependencies = [
 3634 "anthropic",
 3635 "anyhow",
 3636 "collections",
 3637 "dirs",
 3638 "fs",
 3639 "futures 0.3.32",
 3640 "gpui",
 3641 "http_client",
 3642 "log",
 3643 "paths",
 3644 "serde",
 3645 "serde_json",
 3646 "settings",
 3647]
 3648
 3649[[package]]
 3650name = "copilot_ui"
 3651version = "0.1.0"
 3652dependencies = [
 3653 "anyhow",
 3654 "copilot",
 3655 "gpui",
 3656 "language",
 3657 "log",
 3658 "lsp",
 3659 "menu",
 3660 "project",
 3661 "serde_json",
 3662 "settings",
 3663 "ui",
 3664 "util",
 3665 "workspace",
 3666]
 3667
 3668[[package]]
 3669name = "core-foundation"
 3670version = "0.9.4"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3673dependencies = [
 3674 "core-foundation-sys",
 3675 "libc",
 3676]
 3677
 3678[[package]]
 3679name = "core-foundation"
 3680version = "0.10.0"
 3681source = "registry+https://github.com/rust-lang/crates.io-index"
 3682checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3683dependencies = [
 3684 "core-foundation-sys",
 3685 "libc",
 3686]
 3687
 3688[[package]]
 3689name = "core-foundation-sys"
 3690version = "0.8.7"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3693
 3694[[package]]
 3695name = "core-graphics"
 3696version = "0.23.2"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3699dependencies = [
 3700 "bitflags 1.3.2",
 3701 "core-foundation 0.9.4",
 3702 "core-graphics-types 0.1.3",
 3703 "foreign-types 0.5.0",
 3704 "libc",
 3705]
 3706
 3707[[package]]
 3708name = "core-graphics"
 3709version = "0.24.0"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3712dependencies = [
 3713 "bitflags 2.10.0",
 3714 "core-foundation 0.10.0",
 3715 "core-graphics-types 0.2.0",
 3716 "foreign-types 0.5.0",
 3717 "libc",
 3718]
 3719
 3720[[package]]
 3721name = "core-graphics-helmer-fork"
 3722version = "0.24.0"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3725dependencies = [
 3726 "bitflags 2.10.0",
 3727 "core-foundation 0.9.4",
 3728 "core-graphics-types 0.1.3",
 3729 "foreign-types 0.5.0",
 3730 "libc",
 3731]
 3732
 3733[[package]]
 3734name = "core-graphics-types"
 3735version = "0.1.3"
 3736source = "registry+https://github.com/rust-lang/crates.io-index"
 3737checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3738dependencies = [
 3739 "bitflags 1.3.2",
 3740 "core-foundation 0.9.4",
 3741 "libc",
 3742]
 3743
 3744[[package]]
 3745name = "core-graphics-types"
 3746version = "0.2.0"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3749dependencies = [
 3750 "bitflags 2.10.0",
 3751 "core-foundation 0.10.0",
 3752 "libc",
 3753]
 3754
 3755[[package]]
 3756name = "core-graphics2"
 3757version = "0.5.2"
 3758source = "registry+https://github.com/rust-lang/crates.io-index"
 3759checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3760dependencies = [
 3761 "bitflags 2.10.0",
 3762 "block",
 3763 "cfg-if",
 3764 "core-foundation 0.10.0",
 3765 "libc",
 3766]
 3767
 3768[[package]]
 3769name = "core-services"
 3770version = "0.2.1"
 3771source = "registry+https://github.com/rust-lang/crates.io-index"
 3772checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3773dependencies = [
 3774 "core-foundation 0.9.4",
 3775]
 3776
 3777[[package]]
 3778name = "core-text"
 3779version = "21.0.0"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3782dependencies = [
 3783 "core-foundation 0.10.0",
 3784 "core-graphics 0.24.0",
 3785 "foreign-types 0.5.0",
 3786 "libc",
 3787]
 3788
 3789[[package]]
 3790name = "core-video"
 3791version = "0.5.2"
 3792source = "registry+https://github.com/rust-lang/crates.io-index"
 3793checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3794dependencies = [
 3795 "block",
 3796 "core-foundation 0.10.0",
 3797 "core-graphics2",
 3798 "io-surface",
 3799 "libc",
 3800 "metal",
 3801]
 3802
 3803[[package]]
 3804name = "core2"
 3805version = "0.4.0"
 3806source = "registry+https://github.com/rust-lang/crates.io-index"
 3807checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
 3808dependencies = [
 3809 "memchr",
 3810]
 3811
 3812[[package]]
 3813name = "core_maths"
 3814version = "0.1.1"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3817dependencies = [
 3818 "libm",
 3819]
 3820
 3821[[package]]
 3822name = "coreaudio-rs"
 3823version = "0.12.1"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3826dependencies = [
 3827 "bitflags 1.3.2",
 3828 "core-foundation-sys",
 3829 "coreaudio-sys",
 3830]
 3831
 3832[[package]]
 3833name = "coreaudio-rs"
 3834version = "0.13.0"
 3835source = "registry+https://github.com/rust-lang/crates.io-index"
 3836checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3837dependencies = [
 3838 "bitflags 1.3.2",
 3839 "libc",
 3840 "objc2-audio-toolbox",
 3841 "objc2-core-audio",
 3842 "objc2-core-audio-types",
 3843 "objc2-core-foundation",
 3844]
 3845
 3846[[package]]
 3847name = "coreaudio-sys"
 3848version = "0.2.17"
 3849source = "registry+https://github.com/rust-lang/crates.io-index"
 3850checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3851dependencies = [
 3852 "bindgen 0.72.1",
 3853]
 3854
 3855[[package]]
 3856name = "cosmic-text"
 3857version = "0.17.1"
 3858source = "registry+https://github.com/rust-lang/crates.io-index"
 3859checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3860dependencies = [
 3861 "bitflags 2.10.0",
 3862 "fontdb 0.23.0",
 3863 "harfrust",
 3864 "linebender_resource_handle",
 3865 "log",
 3866 "rangemap",
 3867 "rustc-hash 2.1.1",
 3868 "self_cell",
 3869 "skrifa 0.40.0",
 3870 "smol_str",
 3871 "swash",
 3872 "sys-locale",
 3873 "unicode-bidi",
 3874 "unicode-linebreak",
 3875 "unicode-script",
 3876 "unicode-segmentation",
 3877]
 3878
 3879[[package]]
 3880name = "cpal"
 3881version = "0.17.1"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3884dependencies = [
 3885 "alsa",
 3886 "coreaudio-rs 0.13.0",
 3887 "dasp_sample",
 3888 "jni",
 3889 "js-sys",
 3890 "libc",
 3891 "mach2 0.5.0",
 3892 "ndk",
 3893 "ndk-context",
 3894 "num-derive",
 3895 "num-traits",
 3896 "objc2",
 3897 "objc2-audio-toolbox",
 3898 "objc2-avf-audio",
 3899 "objc2-core-audio",
 3900 "objc2-core-audio-types",
 3901 "objc2-core-foundation",
 3902 "objc2-foundation",
 3903 "wasm-bindgen",
 3904 "wasm-bindgen-futures",
 3905 "web-sys",
 3906 "windows 0.62.2",
 3907]
 3908
 3909[[package]]
 3910name = "cpp_demangle"
 3911version = "0.4.5"
 3912source = "registry+https://github.com/rust-lang/crates.io-index"
 3913checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3914dependencies = [
 3915 "cfg-if",
 3916]
 3917
 3918[[package]]
 3919name = "cpufeatures"
 3920version = "0.2.17"
 3921source = "registry+https://github.com/rust-lang/crates.io-index"
 3922checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3923dependencies = [
 3924 "libc",
 3925]
 3926
 3927[[package]]
 3928name = "cranelift-assembler-x64"
 3929version = "0.123.7"
 3930source = "registry+https://github.com/rust-lang/crates.io-index"
 3931checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3932dependencies = [
 3933 "cranelift-assembler-x64-meta",
 3934]
 3935
 3936[[package]]
 3937name = "cranelift-assembler-x64-meta"
 3938version = "0.123.7"
 3939source = "registry+https://github.com/rust-lang/crates.io-index"
 3940checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3941dependencies = [
 3942 "cranelift-srcgen",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-bforest"
 3947version = "0.123.7"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3950dependencies = [
 3951 "cranelift-entity",
 3952]
 3953
 3954[[package]]
 3955name = "cranelift-bitset"
 3956version = "0.123.7"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3959dependencies = [
 3960 "serde",
 3961 "serde_derive",
 3962]
 3963
 3964[[package]]
 3965name = "cranelift-codegen"
 3966version = "0.123.7"
 3967source = "registry+https://github.com/rust-lang/crates.io-index"
 3968checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3969dependencies = [
 3970 "bumpalo",
 3971 "cranelift-assembler-x64",
 3972 "cranelift-bforest",
 3973 "cranelift-bitset",
 3974 "cranelift-codegen-meta",
 3975 "cranelift-codegen-shared",
 3976 "cranelift-control",
 3977 "cranelift-entity",
 3978 "cranelift-isle",
 3979 "gimli",
 3980 "hashbrown 0.15.5",
 3981 "log",
 3982 "postcard",
 3983 "pulley-interpreter",
 3984 "regalloc2",
 3985 "rustc-hash 2.1.1",
 3986 "serde",
 3987 "serde_derive",
 3988 "sha2",
 3989 "smallvec",
 3990 "target-lexicon",
 3991 "wasmtime-internal-math",
 3992]
 3993
 3994[[package]]
 3995name = "cranelift-codegen-meta"
 3996version = "0.123.7"
 3997source = "registry+https://github.com/rust-lang/crates.io-index"
 3998checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3999dependencies = [
 4000 "cranelift-assembler-x64-meta",
 4001 "cranelift-codegen-shared",
 4002 "cranelift-srcgen",
 4003 "heck 0.5.0",
 4004 "pulley-interpreter",
 4005]
 4006
 4007[[package]]
 4008name = "cranelift-codegen-shared"
 4009version = "0.123.7"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 4012
 4013[[package]]
 4014name = "cranelift-control"
 4015version = "0.123.7"
 4016source = "registry+https://github.com/rust-lang/crates.io-index"
 4017checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 4018dependencies = [
 4019 "arbitrary",
 4020]
 4021
 4022[[package]]
 4023name = "cranelift-entity"
 4024version = "0.123.7"
 4025source = "registry+https://github.com/rust-lang/crates.io-index"
 4026checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 4027dependencies = [
 4028 "cranelift-bitset",
 4029 "serde",
 4030 "serde_derive",
 4031]
 4032
 4033[[package]]
 4034name = "cranelift-frontend"
 4035version = "0.123.7"
 4036source = "registry+https://github.com/rust-lang/crates.io-index"
 4037checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 4038dependencies = [
 4039 "cranelift-codegen",
 4040 "log",
 4041 "smallvec",
 4042 "target-lexicon",
 4043]
 4044
 4045[[package]]
 4046name = "cranelift-isle"
 4047version = "0.123.7"
 4048source = "registry+https://github.com/rust-lang/crates.io-index"
 4049checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4050
 4051[[package]]
 4052name = "cranelift-native"
 4053version = "0.123.7"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4056dependencies = [
 4057 "cranelift-codegen",
 4058 "libc",
 4059 "target-lexicon",
 4060]
 4061
 4062[[package]]
 4063name = "cranelift-srcgen"
 4064version = "0.123.7"
 4065source = "registry+https://github.com/rust-lang/crates.io-index"
 4066checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4067
 4068[[package]]
 4069name = "crash-context"
 4070version = "0.6.3"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4073dependencies = [
 4074 "cfg-if",
 4075 "libc",
 4076 "mach2 0.4.3",
 4077]
 4078
 4079[[package]]
 4080name = "crash-handler"
 4081version = "0.6.3"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4084dependencies = [
 4085 "cfg-if",
 4086 "crash-context",
 4087 "libc",
 4088 "mach2 0.4.3",
 4089 "parking_lot",
 4090]
 4091
 4092[[package]]
 4093name = "crashes"
 4094version = "0.1.0"
 4095dependencies = [
 4096 "cfg-if",
 4097 "crash-handler",
 4098 "futures 0.3.32",
 4099 "log",
 4100 "mach2 0.5.0",
 4101 "minidumper",
 4102 "parking_lot",
 4103 "paths",
 4104 "release_channel",
 4105 "serde",
 4106 "serde_json",
 4107 "smol",
 4108 "system_specs",
 4109 "windows 0.61.3",
 4110 "zstd",
 4111]
 4112
 4113[[package]]
 4114name = "crc"
 4115version = "3.3.0"
 4116source = "registry+https://github.com/rust-lang/crates.io-index"
 4117checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4118dependencies = [
 4119 "crc-catalog",
 4120]
 4121
 4122[[package]]
 4123name = "crc-catalog"
 4124version = "2.4.0"
 4125source = "registry+https://github.com/rust-lang/crates.io-index"
 4126checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4127
 4128[[package]]
 4129name = "crc-fast"
 4130version = "1.6.0"
 4131source = "registry+https://github.com/rust-lang/crates.io-index"
 4132checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4133dependencies = [
 4134 "crc",
 4135 "digest",
 4136 "rand 0.9.3",
 4137 "regex",
 4138 "rustversion",
 4139]
 4140
 4141[[package]]
 4142name = "crc32fast"
 4143version = "1.5.0"
 4144source = "registry+https://github.com/rust-lang/crates.io-index"
 4145checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4146dependencies = [
 4147 "cfg-if",
 4148]
 4149
 4150[[package]]
 4151name = "credentials_provider"
 4152version = "0.1.0"
 4153dependencies = [
 4154 "anyhow",
 4155 "gpui",
 4156 "serde",
 4157]
 4158
 4159[[package]]
 4160name = "criterion"
 4161version = "0.5.1"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4164dependencies = [
 4165 "anes",
 4166 "cast",
 4167 "ciborium",
 4168 "clap",
 4169 "criterion-plot",
 4170 "is-terminal",
 4171 "itertools 0.10.5",
 4172 "num-traits",
 4173 "once_cell",
 4174 "oorandom",
 4175 "plotters",
 4176 "rayon",
 4177 "regex",
 4178 "serde",
 4179 "serde_derive",
 4180 "serde_json",
 4181 "tinytemplate",
 4182 "walkdir",
 4183]
 4184
 4185[[package]]
 4186name = "criterion-plot"
 4187version = "0.5.0"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4190dependencies = [
 4191 "cast",
 4192 "itertools 0.10.5",
 4193]
 4194
 4195[[package]]
 4196name = "crossbeam"
 4197version = "0.8.4"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4200dependencies = [
 4201 "crossbeam-channel",
 4202 "crossbeam-deque",
 4203 "crossbeam-epoch",
 4204 "crossbeam-queue",
 4205 "crossbeam-utils",
 4206]
 4207
 4208[[package]]
 4209name = "crossbeam-channel"
 4210version = "0.5.15"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4213dependencies = [
 4214 "crossbeam-utils",
 4215]
 4216
 4217[[package]]
 4218name = "crossbeam-deque"
 4219version = "0.8.6"
 4220source = "registry+https://github.com/rust-lang/crates.io-index"
 4221checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4222dependencies = [
 4223 "crossbeam-epoch",
 4224 "crossbeam-utils",
 4225]
 4226
 4227[[package]]
 4228name = "crossbeam-epoch"
 4229version = "0.9.18"
 4230source = "registry+https://github.com/rust-lang/crates.io-index"
 4231checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4232dependencies = [
 4233 "crossbeam-utils",
 4234]
 4235
 4236[[package]]
 4237name = "crossbeam-queue"
 4238version = "0.3.12"
 4239source = "registry+https://github.com/rust-lang/crates.io-index"
 4240checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4241dependencies = [
 4242 "crossbeam-utils",
 4243]
 4244
 4245[[package]]
 4246name = "crossbeam-utils"
 4247version = "0.8.21"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4250
 4251[[package]]
 4252name = "crunchy"
 4253version = "0.2.4"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4256
 4257[[package]]
 4258name = "crypto-bigint"
 4259version = "0.4.9"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4262dependencies = [
 4263 "generic-array",
 4264 "rand_core 0.6.4",
 4265 "subtle",
 4266 "zeroize",
 4267]
 4268
 4269[[package]]
 4270name = "crypto-bigint"
 4271version = "0.5.5"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4274dependencies = [
 4275 "rand_core 0.6.4",
 4276 "subtle",
 4277]
 4278
 4279[[package]]
 4280name = "crypto-common"
 4281version = "0.1.6"
 4282source = "registry+https://github.com/rust-lang/crates.io-index"
 4283checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4284dependencies = [
 4285 "generic-array",
 4286 "typenum",
 4287]
 4288
 4289[[package]]
 4290name = "cssparser"
 4291version = "0.35.0"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4294dependencies = [
 4295 "cssparser-macros",
 4296 "dtoa-short",
 4297 "itoa",
 4298 "phf 0.11.3",
 4299 "smallvec",
 4300]
 4301
 4302[[package]]
 4303name = "cssparser-macros"
 4304version = "0.6.1"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4307dependencies = [
 4308 "quote",
 4309 "syn 2.0.117",
 4310]
 4311
 4312[[package]]
 4313name = "csv_preview"
 4314version = "0.1.0"
 4315dependencies = [
 4316 "anyhow",
 4317 "editor",
 4318 "feature_flags",
 4319 "gpui",
 4320 "log",
 4321 "text",
 4322 "ui",
 4323 "workspace",
 4324]
 4325
 4326[[package]]
 4327name = "ctor"
 4328version = "0.4.3"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4331dependencies = [
 4332 "ctor-proc-macro",
 4333 "dtor",
 4334]
 4335
 4336[[package]]
 4337name = "ctor-proc-macro"
 4338version = "0.0.6"
 4339source = "registry+https://github.com/rust-lang/crates.io-index"
 4340checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4341
 4342[[package]]
 4343name = "ctrlc"
 4344version = "3.5.0"
 4345source = "registry+https://github.com/rust-lang/crates.io-index"
 4346checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4347dependencies = [
 4348 "dispatch",
 4349 "nix 0.30.1",
 4350 "windows-sys 0.61.2",
 4351]
 4352
 4353[[package]]
 4354name = "cursor-icon"
 4355version = "1.2.0"
 4356source = "registry+https://github.com/rust-lang/crates.io-index"
 4357checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4358
 4359[[package]]
 4360name = "cxx"
 4361version = "1.0.187"
 4362source = "registry+https://github.com/rust-lang/crates.io-index"
 4363checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4364dependencies = [
 4365 "cc",
 4366 "cxx-build",
 4367 "cxxbridge-cmd",
 4368 "cxxbridge-flags",
 4369 "cxxbridge-macro",
 4370 "foldhash 0.2.0",
 4371 "link-cplusplus",
 4372]
 4373
 4374[[package]]
 4375name = "cxx-build"
 4376version = "1.0.187"
 4377source = "registry+https://github.com/rust-lang/crates.io-index"
 4378checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4379dependencies = [
 4380 "cc",
 4381 "codespan-reporting",
 4382 "indexmap",
 4383 "proc-macro2",
 4384 "quote",
 4385 "scratch",
 4386 "syn 2.0.117",
 4387]
 4388
 4389[[package]]
 4390name = "cxxbridge-cmd"
 4391version = "1.0.187"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4394dependencies = [
 4395 "clap",
 4396 "codespan-reporting",
 4397 "indexmap",
 4398 "proc-macro2",
 4399 "quote",
 4400 "syn 2.0.117",
 4401]
 4402
 4403[[package]]
 4404name = "cxxbridge-flags"
 4405version = "1.0.187"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4408
 4409[[package]]
 4410name = "cxxbridge-macro"
 4411version = "1.0.187"
 4412source = "registry+https://github.com/rust-lang/crates.io-index"
 4413checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4414dependencies = [
 4415 "indexmap",
 4416 "proc-macro2",
 4417 "quote",
 4418 "syn 2.0.117",
 4419]
 4420
 4421[[package]]
 4422name = "dap"
 4423version = "0.1.0"
 4424dependencies = [
 4425 "anyhow",
 4426 "async-compression",
 4427 "async-pipe",
 4428 "async-tar",
 4429 "async-trait",
 4430 "client",
 4431 "collections",
 4432 "dap-types",
 4433 "fs",
 4434 "futures 0.3.32",
 4435 "gpui",
 4436 "http_client",
 4437 "language",
 4438 "libc",
 4439 "log",
 4440 "node_runtime",
 4441 "parking_lot",
 4442 "paths",
 4443 "proto",
 4444 "schemars",
 4445 "serde",
 4446 "serde_json",
 4447 "settings",
 4448 "smallvec",
 4449 "smol",
 4450 "task",
 4451 "telemetry",
 4452 "util",
 4453 "zlog",
 4454]
 4455
 4456[[package]]
 4457name = "dap-types"
 4458version = "0.0.1"
 4459source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4460dependencies = [
 4461 "schemars",
 4462 "serde",
 4463 "serde_json",
 4464]
 4465
 4466[[package]]
 4467name = "dap_adapters"
 4468version = "0.1.0"
 4469dependencies = [
 4470 "anyhow",
 4471 "async-trait",
 4472 "collections",
 4473 "dap",
 4474 "dotenvy",
 4475 "fs",
 4476 "futures 0.3.32",
 4477 "gpui",
 4478 "http_client",
 4479 "json_dotpath",
 4480 "language",
 4481 "log",
 4482 "node_runtime",
 4483 "paths",
 4484 "serde",
 4485 "serde_json",
 4486 "settings",
 4487 "smol",
 4488 "task",
 4489 "util",
 4490]
 4491
 4492[[package]]
 4493name = "darling"
 4494version = "0.20.11"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4497dependencies = [
 4498 "darling_core 0.20.11",
 4499 "darling_macro 0.20.11",
 4500]
 4501
 4502[[package]]
 4503name = "darling"
 4504version = "0.21.3"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4507dependencies = [
 4508 "darling_core 0.21.3",
 4509 "darling_macro 0.21.3",
 4510]
 4511
 4512[[package]]
 4513name = "darling_core"
 4514version = "0.20.11"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4517dependencies = [
 4518 "fnv",
 4519 "ident_case",
 4520 "proc-macro2",
 4521 "quote",
 4522 "strsim",
 4523 "syn 2.0.117",
 4524]
 4525
 4526[[package]]
 4527name = "darling_core"
 4528version = "0.21.3"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4531dependencies = [
 4532 "fnv",
 4533 "ident_case",
 4534 "proc-macro2",
 4535 "quote",
 4536 "strsim",
 4537 "syn 2.0.117",
 4538]
 4539
 4540[[package]]
 4541name = "darling_macro"
 4542version = "0.20.11"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4545dependencies = [
 4546 "darling_core 0.20.11",
 4547 "quote",
 4548 "syn 2.0.117",
 4549]
 4550
 4551[[package]]
 4552name = "darling_macro"
 4553version = "0.21.3"
 4554source = "registry+https://github.com/rust-lang/crates.io-index"
 4555checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4556dependencies = [
 4557 "darling_core 0.21.3",
 4558 "quote",
 4559 "syn 2.0.117",
 4560]
 4561
 4562[[package]]
 4563name = "dashmap"
 4564version = "6.1.0"
 4565source = "registry+https://github.com/rust-lang/crates.io-index"
 4566checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4567dependencies = [
 4568 "cfg-if",
 4569 "crossbeam-utils",
 4570 "hashbrown 0.14.5",
 4571 "lock_api",
 4572 "once_cell",
 4573 "parking_lot_core",
 4574]
 4575
 4576[[package]]
 4577name = "dasp_sample"
 4578version = "0.11.0"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4581
 4582[[package]]
 4583name = "data-encoding"
 4584version = "2.9.0"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4587
 4588[[package]]
 4589name = "data-url"
 4590version = "0.3.2"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4593
 4594[[package]]
 4595name = "db"
 4596version = "0.1.0"
 4597dependencies = [
 4598 "anyhow",
 4599 "gpui",
 4600 "indoc",
 4601 "inventory",
 4602 "log",
 4603 "paths",
 4604 "release_channel",
 4605 "smol",
 4606 "sqlez",
 4607 "sqlez_macros",
 4608 "tempfile",
 4609 "util",
 4610 "uuid",
 4611 "zed_env_vars",
 4612]
 4613
 4614[[package]]
 4615name = "dbus"
 4616version = "0.9.9"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4619dependencies = [
 4620 "libc",
 4621 "libdbus-sys",
 4622 "windows-sys 0.59.0",
 4623]
 4624
 4625[[package]]
 4626name = "debug_adapter_extension"
 4627version = "0.1.0"
 4628dependencies = [
 4629 "anyhow",
 4630 "async-trait",
 4631 "collections",
 4632 "dap",
 4633 "extension",
 4634 "gpui",
 4635 "serde_json",
 4636 "task",
 4637 "util",
 4638]
 4639
 4640[[package]]
 4641name = "debugger_tools"
 4642version = "0.1.0"
 4643dependencies = [
 4644 "anyhow",
 4645 "dap",
 4646 "editor",
 4647 "futures 0.3.32",
 4648 "gpui",
 4649 "project",
 4650 "serde_json",
 4651 "settings",
 4652 "smol",
 4653 "util",
 4654 "workspace",
 4655]
 4656
 4657[[package]]
 4658name = "debugger_ui"
 4659version = "0.1.0"
 4660dependencies = [
 4661 "alacritty_terminal",
 4662 "anyhow",
 4663 "bitflags 2.10.0",
 4664 "client",
 4665 "collections",
 4666 "command_palette_hooks",
 4667 "dap",
 4668 "dap_adapters",
 4669 "db",
 4670 "debugger_tools",
 4671 "editor",
 4672 "feature_flags",
 4673 "file_icons",
 4674 "futures 0.3.32",
 4675 "fuzzy",
 4676 "gpui",
 4677 "hex",
 4678 "indoc",
 4679 "itertools 0.14.0",
 4680 "language",
 4681 "log",
 4682 "menu",
 4683 "notifications",
 4684 "parking_lot",
 4685 "parse_int",
 4686 "paths",
 4687 "picker",
 4688 "pretty_assertions",
 4689 "project",
 4690 "rpc",
 4691 "schemars",
 4692 "serde",
 4693 "serde_json",
 4694 "serde_json_lenient",
 4695 "settings",
 4696 "sysinfo 0.37.2",
 4697 "task",
 4698 "tasks_ui",
 4699 "terminal_view",
 4700 "text",
 4701 "theme",
 4702 "theme_settings",
 4703 "tree-sitter",
 4704 "tree-sitter-go",
 4705 "tree-sitter-json",
 4706 "ui",
 4707 "ui_input",
 4708 "unindent",
 4709 "util",
 4710 "workspace",
 4711 "zed_actions",
 4712 "zlog",
 4713]
 4714
 4715[[package]]
 4716name = "debugid"
 4717version = "0.8.0"
 4718source = "registry+https://github.com/rust-lang/crates.io-index"
 4719checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4720dependencies = [
 4721 "uuid",
 4722]
 4723
 4724[[package]]
 4725name = "deepseek"
 4726version = "0.1.0"
 4727dependencies = [
 4728 "anyhow",
 4729 "futures 0.3.32",
 4730 "http_client",
 4731 "schemars",
 4732 "serde",
 4733 "serde_json",
 4734]
 4735
 4736[[package]]
 4737name = "deflate64"
 4738version = "0.1.10"
 4739source = "registry+https://github.com/rust-lang/crates.io-index"
 4740checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4741
 4742[[package]]
 4743name = "denoise"
 4744version = "0.1.0"
 4745dependencies = [
 4746 "candle-core",
 4747 "candle-onnx",
 4748 "log",
 4749 "realfft",
 4750 "rodio",
 4751 "rustfft",
 4752 "thiserror 2.0.17",
 4753]
 4754
 4755[[package]]
 4756name = "der"
 4757version = "0.6.1"
 4758source = "registry+https://github.com/rust-lang/crates.io-index"
 4759checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4760dependencies = [
 4761 "const-oid",
 4762 "zeroize",
 4763]
 4764
 4765[[package]]
 4766name = "der"
 4767version = "0.7.10"
 4768source = "registry+https://github.com/rust-lang/crates.io-index"
 4769checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4770dependencies = [
 4771 "const-oid",
 4772 "pem-rfc7468",
 4773 "zeroize",
 4774]
 4775
 4776[[package]]
 4777name = "deranged"
 4778version = "0.5.4"
 4779source = "registry+https://github.com/rust-lang/crates.io-index"
 4780checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4781dependencies = [
 4782 "powerfmt",
 4783 "serde_core",
 4784]
 4785
 4786[[package]]
 4787name = "derive_arbitrary"
 4788version = "1.4.2"
 4789source = "registry+https://github.com/rust-lang/crates.io-index"
 4790checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4791dependencies = [
 4792 "proc-macro2",
 4793 "quote",
 4794 "syn 2.0.117",
 4795]
 4796
 4797[[package]]
 4798name = "derive_more"
 4799version = "2.1.1"
 4800source = "registry+https://github.com/rust-lang/crates.io-index"
 4801checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4802dependencies = [
 4803 "derive_more-impl",
 4804]
 4805
 4806[[package]]
 4807name = "derive_more-impl"
 4808version = "2.1.1"
 4809source = "registry+https://github.com/rust-lang/crates.io-index"
 4810checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4811dependencies = [
 4812 "convert_case 0.10.0",
 4813 "proc-macro2",
 4814 "quote",
 4815 "rustc_version",
 4816 "syn 2.0.117",
 4817 "unicode-xid",
 4818]
 4819
 4820[[package]]
 4821name = "derive_refineable"
 4822version = "0.1.0"
 4823dependencies = [
 4824 "proc-macro2",
 4825 "quote",
 4826 "syn 2.0.117",
 4827]
 4828
 4829[[package]]
 4830name = "derive_setters"
 4831version = "0.1.9"
 4832source = "registry+https://github.com/rust-lang/crates.io-index"
 4833checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4834dependencies = [
 4835 "darling 0.21.3",
 4836 "proc-macro2",
 4837 "quote",
 4838 "syn 2.0.117",
 4839]
 4840
 4841[[package]]
 4842name = "dev_container"
 4843version = "0.1.0"
 4844dependencies = [
 4845 "async-tar",
 4846 "async-trait",
 4847 "env_logger 0.11.8",
 4848 "fs",
 4849 "futures 0.3.32",
 4850 "gpui",
 4851 "http 1.3.1",
 4852 "http_client",
 4853 "log",
 4854 "menu",
 4855 "paths",
 4856 "picker",
 4857 "project",
 4858 "regex",
 4859 "serde",
 4860 "serde_json",
 4861 "serde_json_lenient",
 4862 "settings",
 4863 "shlex",
 4864 "ui",
 4865 "util",
 4866 "walkdir",
 4867 "workspace",
 4868 "worktree",
 4869]
 4870
 4871[[package]]
 4872name = "diagnostics"
 4873version = "0.1.0"
 4874dependencies = [
 4875 "agent_settings",
 4876 "anyhow",
 4877 "collections",
 4878 "component",
 4879 "ctor",
 4880 "editor",
 4881 "gpui",
 4882 "indoc",
 4883 "itertools 0.14.0",
 4884 "language",
 4885 "log",
 4886 "lsp",
 4887 "markdown",
 4888 "pretty_assertions",
 4889 "project",
 4890 "rand 0.9.3",
 4891 "serde",
 4892 "serde_json",
 4893 "settings",
 4894 "text",
 4895 "theme",
 4896 "theme_settings",
 4897 "ui",
 4898 "unindent",
 4899 "util",
 4900 "workspace",
 4901 "zed_actions",
 4902 "zlog",
 4903]
 4904
 4905[[package]]
 4906name = "dialoguer"
 4907version = "0.12.0"
 4908source = "registry+https://github.com/rust-lang/crates.io-index"
 4909checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4910dependencies = [
 4911 "console",
 4912 "shell-words",
 4913]
 4914
 4915[[package]]
 4916name = "diff"
 4917version = "0.1.13"
 4918source = "registry+https://github.com/rust-lang/crates.io-index"
 4919checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4920
 4921[[package]]
 4922name = "diffy"
 4923version = "0.4.2"
 4924source = "registry+https://github.com/rust-lang/crates.io-index"
 4925checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4926dependencies = [
 4927 "nu-ansi-term",
 4928]
 4929
 4930[[package]]
 4931name = "digest"
 4932version = "0.10.7"
 4933source = "registry+https://github.com/rust-lang/crates.io-index"
 4934checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4935dependencies = [
 4936 "block-buffer",
 4937 "const-oid",
 4938 "crypto-common",
 4939 "subtle",
 4940]
 4941
 4942[[package]]
 4943name = "dirs"
 4944version = "6.0.0"
 4945source = "registry+https://github.com/rust-lang/crates.io-index"
 4946checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4947dependencies = [
 4948 "dirs-sys",
 4949]
 4950
 4951[[package]]
 4952name = "dirs-sys"
 4953version = "0.5.0"
 4954source = "registry+https://github.com/rust-lang/crates.io-index"
 4955checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4956dependencies = [
 4957 "libc",
 4958 "option-ext",
 4959 "redox_users",
 4960 "windows-sys 0.61.2",
 4961]
 4962
 4963[[package]]
 4964name = "dispatch"
 4965version = "0.2.0"
 4966source = "registry+https://github.com/rust-lang/crates.io-index"
 4967checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4968
 4969[[package]]
 4970name = "dispatch2"
 4971version = "0.3.1"
 4972source = "registry+https://github.com/rust-lang/crates.io-index"
 4973checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4974dependencies = [
 4975 "bitflags 2.10.0",
 4976 "block2",
 4977 "libc",
 4978 "objc2",
 4979]
 4980
 4981[[package]]
 4982name = "displaydoc"
 4983version = "0.2.5"
 4984source = "registry+https://github.com/rust-lang/crates.io-index"
 4985checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4986dependencies = [
 4987 "proc-macro2",
 4988 "quote",
 4989 "syn 2.0.117",
 4990]
 4991
 4992[[package]]
 4993name = "dlib"
 4994version = "0.5.2"
 4995source = "registry+https://github.com/rust-lang/crates.io-index"
 4996checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4997dependencies = [
 4998 "libloading",
 4999]
 5000
 5001[[package]]
 5002name = "docs_preprocessor"
 5003version = "0.1.0"
 5004dependencies = [
 5005 "anyhow",
 5006 "collections",
 5007 "jsonschema",
 5008 "mdbook",
 5009 "regex",
 5010 "schemars",
 5011 "serde",
 5012 "serde_json",
 5013 "settings",
 5014 "task",
 5015 "theme",
 5016 "util",
 5017 "zlog",
 5018]
 5019
 5020[[package]]
 5021name = "document-features"
 5022version = "0.2.12"
 5023source = "registry+https://github.com/rust-lang/crates.io-index"
 5024checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5025dependencies = [
 5026 "litrs",
 5027]
 5028
 5029[[package]]
 5030name = "documented"
 5031version = "0.9.2"
 5032source = "registry+https://github.com/rust-lang/crates.io-index"
 5033checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5034dependencies = [
 5035 "documented-macros",
 5036 "phf 0.12.1",
 5037 "thiserror 2.0.17",
 5038]
 5039
 5040[[package]]
 5041name = "documented-macros"
 5042version = "0.9.2"
 5043source = "registry+https://github.com/rust-lang/crates.io-index"
 5044checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5045dependencies = [
 5046 "convert_case 0.8.0",
 5047 "itertools 0.14.0",
 5048 "optfield",
 5049 "proc-macro2",
 5050 "quote",
 5051 "strum 0.27.2",
 5052 "syn 2.0.117",
 5053]
 5054
 5055[[package]]
 5056name = "dotenvy"
 5057version = "0.15.7"
 5058source = "registry+https://github.com/rust-lang/crates.io-index"
 5059checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5060
 5061[[package]]
 5062name = "downcast-rs"
 5063version = "1.2.1"
 5064source = "registry+https://github.com/rust-lang/crates.io-index"
 5065checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5066
 5067[[package]]
 5068name = "doxygen-rs"
 5069version = "0.4.2"
 5070source = "registry+https://github.com/rust-lang/crates.io-index"
 5071checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5072dependencies = [
 5073 "phf 0.11.3",
 5074]
 5075
 5076[[package]]
 5077name = "dtoa"
 5078version = "1.0.10"
 5079source = "registry+https://github.com/rust-lang/crates.io-index"
 5080checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5081
 5082[[package]]
 5083name = "dtoa-short"
 5084version = "0.3.5"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5087dependencies = [
 5088 "dtoa",
 5089]
 5090
 5091[[package]]
 5092name = "dtor"
 5093version = "0.0.6"
 5094source = "registry+https://github.com/rust-lang/crates.io-index"
 5095checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5096dependencies = [
 5097 "dtor-proc-macro",
 5098]
 5099
 5100[[package]]
 5101name = "dtor-proc-macro"
 5102version = "0.0.5"
 5103source = "registry+https://github.com/rust-lang/crates.io-index"
 5104checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5105
 5106[[package]]
 5107name = "dunce"
 5108version = "1.0.5"
 5109source = "registry+https://github.com/rust-lang/crates.io-index"
 5110checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5111
 5112[[package]]
 5113name = "dwrote"
 5114version = "0.11.5"
 5115source = "registry+https://github.com/rust-lang/crates.io-index"
 5116checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5117dependencies = [
 5118 "lazy_static",
 5119 "libc",
 5120 "winapi",
 5121 "wio",
 5122]
 5123
 5124[[package]]
 5125name = "dyn-clone"
 5126version = "1.0.20"
 5127source = "registry+https://github.com/rust-lang/crates.io-index"
 5128checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5129
 5130[[package]]
 5131name = "dyn-stack"
 5132version = "0.10.0"
 5133source = "registry+https://github.com/rust-lang/crates.io-index"
 5134checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5135dependencies = [
 5136 "bytemuck",
 5137 "reborrow",
 5138]
 5139
 5140[[package]]
 5141name = "dyn-stack"
 5142version = "0.13.2"
 5143source = "registry+https://github.com/rust-lang/crates.io-index"
 5144checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5145dependencies = [
 5146 "bytemuck",
 5147 "dyn-stack-macros",
 5148]
 5149
 5150[[package]]
 5151name = "dyn-stack-macros"
 5152version = "0.1.3"
 5153source = "registry+https://github.com/rust-lang/crates.io-index"
 5154checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5155
 5156[[package]]
 5157name = "ec4rs"
 5158version = "1.2.0"
 5159source = "registry+https://github.com/rust-lang/crates.io-index"
 5160checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5161
 5162[[package]]
 5163name = "ecdsa"
 5164version = "0.14.8"
 5165source = "registry+https://github.com/rust-lang/crates.io-index"
 5166checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5167dependencies = [
 5168 "der 0.6.1",
 5169 "elliptic-curve",
 5170 "rfc6979",
 5171 "signature 1.6.4",
 5172]
 5173
 5174[[package]]
 5175name = "edit_prediction"
 5176version = "0.1.0"
 5177dependencies = [
 5178 "ai_onboarding",
 5179 "anyhow",
 5180 "buffer_diff",
 5181 "client",
 5182 "clock",
 5183 "cloud_api_client",
 5184 "cloud_api_types",
 5185 "cloud_llm_client",
 5186 "collections",
 5187 "copilot",
 5188 "copilot_ui",
 5189 "credentials_provider",
 5190 "criterion",
 5191 "ctor",
 5192 "db",
 5193 "edit_prediction_context",
 5194 "edit_prediction_metrics",
 5195 "edit_prediction_types",
 5196 "feature_flags",
 5197 "fs",
 5198 "futures 0.3.32",
 5199 "gpui",
 5200 "heapless",
 5201 "indoc",
 5202 "itertools 0.14.0",
 5203 "language",
 5204 "language_model",
 5205 "languages",
 5206 "log",
 5207 "lsp",
 5208 "menu",
 5209 "node_runtime",
 5210 "open_ai",
 5211 "parking_lot",
 5212 "postage",
 5213 "pretty_assertions",
 5214 "project",
 5215 "pulldown-cmark 0.13.0",
 5216 "rand 0.9.3",
 5217 "regex",
 5218 "release_channel",
 5219 "semver",
 5220 "serde",
 5221 "serde_json",
 5222 "settings",
 5223 "strum 0.27.2",
 5224 "telemetry",
 5225 "telemetry_events",
 5226 "text",
 5227 "thiserror 2.0.17",
 5228 "time",
 5229 "toml 0.8.23",
 5230 "ui",
 5231 "util",
 5232 "uuid",
 5233 "workspace",
 5234 "worktree",
 5235 "zed_actions",
 5236 "zed_credentials_provider",
 5237 "zeta_prompt",
 5238 "zlog",
 5239 "zstd",
 5240]
 5241
 5242[[package]]
 5243name = "edit_prediction_cli"
 5244version = "0.1.0"
 5245dependencies = [
 5246 "anthropic",
 5247 "anyhow",
 5248 "chrono",
 5249 "clap",
 5250 "client",
 5251 "cloud_llm_client",
 5252 "collections",
 5253 "db",
 5254 "debug_adapter_extension",
 5255 "dirs",
 5256 "edit_prediction",
 5257 "edit_prediction_metrics",
 5258 "extension",
 5259 "flate2",
 5260 "fs",
 5261 "futures 0.3.32",
 5262 "gaoya",
 5263 "gpui",
 5264 "gpui_platform",
 5265 "gpui_tokio",
 5266 "http_client",
 5267 "indoc",
 5268 "language",
 5269 "language_extension",
 5270 "language_model",
 5271 "language_models",
 5272 "languages",
 5273 "libc",
 5274 "log",
 5275 "node_runtime",
 5276 "open_ai",
 5277 "paths",
 5278 "pretty_assertions",
 5279 "project",
 5280 "prompt_store",
 5281 "rand 0.9.3",
 5282 "release_channel",
 5283 "reqwest_client",
 5284 "rust-embed",
 5285 "serde",
 5286 "serde_json",
 5287 "settings",
 5288 "shellexpand",
 5289 "similar",
 5290 "smol",
 5291 "sqlez",
 5292 "sqlez_macros",
 5293 "strum 0.27.2",
 5294 "telemetry_events",
 5295 "tempfile",
 5296 "terminal_view",
 5297 "toml 0.8.23",
 5298 "util",
 5299 "wasmtime",
 5300 "watch",
 5301 "workspace",
 5302 "zeta_prompt",
 5303]
 5304
 5305[[package]]
 5306name = "edit_prediction_context"
 5307version = "0.1.0"
 5308dependencies = [
 5309 "anyhow",
 5310 "clock",
 5311 "collections",
 5312 "env_logger 0.11.8",
 5313 "futures 0.3.32",
 5314 "gpui",
 5315 "indoc",
 5316 "language",
 5317 "log",
 5318 "lsp",
 5319 "parking_lot",
 5320 "pretty_assertions",
 5321 "project",
 5322 "serde",
 5323 "serde_json",
 5324 "settings",
 5325 "smallvec",
 5326 "text",
 5327 "tree-sitter",
 5328 "util",
 5329 "zeta_prompt",
 5330]
 5331
 5332[[package]]
 5333name = "edit_prediction_metrics"
 5334version = "0.1.0"
 5335dependencies = [
 5336 "indoc",
 5337 "language",
 5338 "pretty_assertions",
 5339 "serde",
 5340 "serde_json",
 5341 "similar",
 5342 "tree-sitter",
 5343 "zeta_prompt",
 5344]
 5345
 5346[[package]]
 5347name = "edit_prediction_types"
 5348version = "0.1.0"
 5349dependencies = [
 5350 "client",
 5351 "gpui",
 5352 "icons",
 5353 "language",
 5354 "text",
 5355]
 5356
 5357[[package]]
 5358name = "edit_prediction_ui"
 5359version = "0.1.0"
 5360dependencies = [
 5361 "anyhow",
 5362 "buffer_diff",
 5363 "client",
 5364 "cloud_llm_client",
 5365 "codestral",
 5366 "collections",
 5367 "command_palette_hooks",
 5368 "copilot",
 5369 "copilot_chat",
 5370 "copilot_ui",
 5371 "edit_prediction",
 5372 "edit_prediction_types",
 5373 "editor",
 5374 "feature_flags",
 5375 "fs",
 5376 "futures 0.3.32",
 5377 "gpui",
 5378 "indoc",
 5379 "language",
 5380 "markdown",
 5381 "menu",
 5382 "multi_buffer",
 5383 "paths",
 5384 "project",
 5385 "regex",
 5386 "settings",
 5387 "telemetry",
 5388 "text",
 5389 "theme",
 5390 "theme_settings",
 5391 "time",
 5392 "ui",
 5393 "util",
 5394 "workspace",
 5395 "zed_actions",
 5396 "zeta_prompt",
 5397]
 5398
 5399[[package]]
 5400name = "editor"
 5401version = "0.1.0"
 5402dependencies = [
 5403 "aho-corasick",
 5404 "anyhow",
 5405 "assets",
 5406 "breadcrumbs",
 5407 "buffer_diff",
 5408 "client",
 5409 "clock",
 5410 "collections",
 5411 "convert_case 0.8.0",
 5412 "criterion",
 5413 "ctor",
 5414 "dap",
 5415 "db",
 5416 "edit_prediction_types",
 5417 "emojis",
 5418 "feature_flags",
 5419 "file_icons",
 5420 "fs",
 5421 "futures 0.3.32",
 5422 "fuzzy",
 5423 "git",
 5424 "gpui",
 5425 "indoc",
 5426 "itertools 0.14.0",
 5427 "language",
 5428 "languages",
 5429 "linkify",
 5430 "log",
 5431 "lsp",
 5432 "markdown",
 5433 "menu",
 5434 "multi_buffer",
 5435 "ordered-float 2.10.1",
 5436 "parking_lot",
 5437 "pretty_assertions",
 5438 "project",
 5439 "proptest",
 5440 "proptest-derive",
 5441 "rand 0.9.3",
 5442 "regex",
 5443 "release_channel",
 5444 "rope",
 5445 "rpc",
 5446 "schemars",
 5447 "semver",
 5448 "serde",
 5449 "serde_json",
 5450 "settings",
 5451 "smallvec",
 5452 "smol",
 5453 "snippet",
 5454 "sum_tree",
 5455 "task",
 5456 "telemetry",
 5457 "text",
 5458 "theme",
 5459 "theme_settings",
 5460 "time",
 5461 "tracing",
 5462 "tree-sitter-bash",
 5463 "tree-sitter-c",
 5464 "tree-sitter-html",
 5465 "tree-sitter-md",
 5466 "tree-sitter-python",
 5467 "tree-sitter-rust",
 5468 "tree-sitter-typescript",
 5469 "tree-sitter-yaml",
 5470 "ui",
 5471 "ui_input",
 5472 "unicode-script",
 5473 "unicode-segmentation",
 5474 "unicode-width",
 5475 "unindent",
 5476 "url",
 5477 "util",
 5478 "uuid",
 5479 "vim_mode_setting",
 5480 "workspace",
 5481 "zed_actions",
 5482 "zlog",
 5483 "ztracing",
 5484]
 5485
 5486[[package]]
 5487name = "either"
 5488version = "1.15.0"
 5489source = "registry+https://github.com/rust-lang/crates.io-index"
 5490checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5491dependencies = [
 5492 "serde",
 5493]
 5494
 5495[[package]]
 5496name = "elasticlunr-rs"
 5497version = "3.0.2"
 5498source = "registry+https://github.com/rust-lang/crates.io-index"
 5499checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5500dependencies = [
 5501 "regex",
 5502 "serde",
 5503 "serde_derive",
 5504 "serde_json",
 5505]
 5506
 5507[[package]]
 5508name = "elliptic-curve"
 5509version = "0.12.3"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5512dependencies = [
 5513 "base16ct",
 5514 "crypto-bigint 0.4.9",
 5515 "der 0.6.1",
 5516 "digest",
 5517 "ff",
 5518 "generic-array",
 5519 "group",
 5520 "pkcs8 0.9.0",
 5521 "rand_core 0.6.4",
 5522 "sec1",
 5523 "subtle",
 5524 "zeroize",
 5525]
 5526
 5527[[package]]
 5528name = "email_address"
 5529version = "0.2.9"
 5530source = "registry+https://github.com/rust-lang/crates.io-index"
 5531checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5532dependencies = [
 5533 "serde",
 5534]
 5535
 5536[[package]]
 5537name = "embed-resource"
 5538version = "3.0.6"
 5539source = "registry+https://github.com/rust-lang/crates.io-index"
 5540checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5541dependencies = [
 5542 "cc",
 5543 "memchr",
 5544 "rustc_version",
 5545 "toml 0.9.8",
 5546 "vswhom",
 5547 "winreg 0.55.0",
 5548]
 5549
 5550[[package]]
 5551name = "embedded-io"
 5552version = "0.4.0"
 5553source = "registry+https://github.com/rust-lang/crates.io-index"
 5554checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5555
 5556[[package]]
 5557name = "embedded-io"
 5558version = "0.6.1"
 5559source = "registry+https://github.com/rust-lang/crates.io-index"
 5560checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5561
 5562[[package]]
 5563name = "emojis"
 5564version = "0.6.4"
 5565source = "registry+https://github.com/rust-lang/crates.io-index"
 5566checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5567dependencies = [
 5568 "phf 0.11.3",
 5569]
 5570
 5571[[package]]
 5572name = "encode_unicode"
 5573version = "1.0.0"
 5574source = "registry+https://github.com/rust-lang/crates.io-index"
 5575checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5576
 5577[[package]]
 5578name = "encoding_rs"
 5579version = "0.8.35"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5582dependencies = [
 5583 "cfg-if",
 5584]
 5585
 5586[[package]]
 5587name = "encoding_selector"
 5588version = "0.1.0"
 5589dependencies = [
 5590 "editor",
 5591 "encoding_rs",
 5592 "fuzzy",
 5593 "gpui",
 5594 "language",
 5595 "picker",
 5596 "project",
 5597 "ui",
 5598 "util",
 5599 "workspace",
 5600]
 5601
 5602[[package]]
 5603name = "endi"
 5604version = "1.1.0"
 5605source = "registry+https://github.com/rust-lang/crates.io-index"
 5606checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5607
 5608[[package]]
 5609name = "enum-as-inner"
 5610version = "0.6.1"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5613dependencies = [
 5614 "heck 0.5.0",
 5615 "proc-macro2",
 5616 "quote",
 5617 "syn 2.0.117",
 5618]
 5619
 5620[[package]]
 5621name = "enumflags2"
 5622version = "0.7.12"
 5623source = "registry+https://github.com/rust-lang/crates.io-index"
 5624checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5625dependencies = [
 5626 "enumflags2_derive",
 5627 "serde",
 5628]
 5629
 5630[[package]]
 5631name = "enumflags2_derive"
 5632version = "0.7.12"
 5633source = "registry+https://github.com/rust-lang/crates.io-index"
 5634checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5635dependencies = [
 5636 "proc-macro2",
 5637 "quote",
 5638 "syn 2.0.117",
 5639]
 5640
 5641[[package]]
 5642name = "env_filter"
 5643version = "0.1.4"
 5644source = "registry+https://github.com/rust-lang/crates.io-index"
 5645checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5646dependencies = [
 5647 "log",
 5648 "regex",
 5649]
 5650
 5651[[package]]
 5652name = "env_logger"
 5653version = "0.10.2"
 5654source = "registry+https://github.com/rust-lang/crates.io-index"
 5655checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5656dependencies = [
 5657 "humantime",
 5658 "is-terminal",
 5659 "log",
 5660 "regex",
 5661 "termcolor",
 5662]
 5663
 5664[[package]]
 5665name = "env_logger"
 5666version = "0.11.8"
 5667source = "registry+https://github.com/rust-lang/crates.io-index"
 5668checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5669dependencies = [
 5670 "anstream",
 5671 "anstyle",
 5672 "env_filter",
 5673 "jiff",
 5674 "log",
 5675]
 5676
 5677[[package]]
 5678name = "env_var"
 5679version = "0.1.0"
 5680dependencies = [
 5681 "gpui_shared_string",
 5682]
 5683
 5684[[package]]
 5685name = "envy"
 5686version = "0.4.2"
 5687source = "registry+https://github.com/rust-lang/crates.io-index"
 5688checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5689dependencies = [
 5690 "serde",
 5691]
 5692
 5693[[package]]
 5694name = "equator"
 5695version = "0.4.2"
 5696source = "registry+https://github.com/rust-lang/crates.io-index"
 5697checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5698dependencies = [
 5699 "equator-macro",
 5700]
 5701
 5702[[package]]
 5703name = "equator-macro"
 5704version = "0.4.2"
 5705source = "registry+https://github.com/rust-lang/crates.io-index"
 5706checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5707dependencies = [
 5708 "proc-macro2",
 5709 "quote",
 5710 "syn 2.0.117",
 5711]
 5712
 5713[[package]]
 5714name = "equivalent"
 5715version = "1.0.2"
 5716source = "registry+https://github.com/rust-lang/crates.io-index"
 5717checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5718
 5719[[package]]
 5720name = "erased-serde"
 5721version = "0.4.9"
 5722source = "registry+https://github.com/rust-lang/crates.io-index"
 5723checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5724dependencies = [
 5725 "serde",
 5726 "serde_core",
 5727 "typeid",
 5728]
 5729
 5730[[package]]
 5731name = "errno"
 5732version = "0.2.8"
 5733source = "registry+https://github.com/rust-lang/crates.io-index"
 5734checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5735dependencies = [
 5736 "errno-dragonfly",
 5737 "libc",
 5738 "winapi",
 5739]
 5740
 5741[[package]]
 5742name = "errno"
 5743version = "0.3.14"
 5744source = "registry+https://github.com/rust-lang/crates.io-index"
 5745checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5746dependencies = [
 5747 "libc",
 5748 "windows-sys 0.61.2",
 5749]
 5750
 5751[[package]]
 5752name = "errno-dragonfly"
 5753version = "0.1.2"
 5754source = "registry+https://github.com/rust-lang/crates.io-index"
 5755checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5756dependencies = [
 5757 "cc",
 5758 "libc",
 5759]
 5760
 5761[[package]]
 5762name = "error-graph"
 5763version = "0.1.1"
 5764source = "registry+https://github.com/rust-lang/crates.io-index"
 5765checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5766dependencies = [
 5767 "serde",
 5768]
 5769
 5770[[package]]
 5771name = "etagere"
 5772version = "0.2.15"
 5773source = "registry+https://github.com/rust-lang/crates.io-index"
 5774checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5775dependencies = [
 5776 "euclid",
 5777 "svg_fmt",
 5778]
 5779
 5780[[package]]
 5781name = "etcetera"
 5782version = "0.8.0"
 5783source = "registry+https://github.com/rust-lang/crates.io-index"
 5784checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5785dependencies = [
 5786 "cfg-if",
 5787 "home",
 5788 "windows-sys 0.48.0",
 5789]
 5790
 5791[[package]]
 5792name = "etw_tracing"
 5793version = "0.1.0"
 5794dependencies = [
 5795 "anyhow",
 5796 "gpui",
 5797 "log",
 5798 "net",
 5799 "serde",
 5800 "serde_json",
 5801 "util",
 5802 "windows 0.61.3",
 5803 "windows-core 0.61.2",
 5804 "workspace",
 5805 "wprcontrol",
 5806]
 5807
 5808[[package]]
 5809name = "euclid"
 5810version = "0.22.11"
 5811source = "registry+https://github.com/rust-lang/crates.io-index"
 5812checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5813dependencies = [
 5814 "num-traits",
 5815]
 5816
 5817[[package]]
 5818name = "eval_cli"
 5819version = "0.1.0"
 5820dependencies = [
 5821 "acp_thread",
 5822 "agent",
 5823 "agent-client-protocol",
 5824 "agent_ui",
 5825 "anyhow",
 5826 "clap",
 5827 "client",
 5828 "ctrlc",
 5829 "db",
 5830 "debug_adapter_extension",
 5831 "env_logger 0.11.8",
 5832 "extension",
 5833 "feature_flags",
 5834 "fs",
 5835 "futures 0.3.32",
 5836 "gpui",
 5837 "gpui_platform",
 5838 "gpui_tokio",
 5839 "language",
 5840 "language_extension",
 5841 "language_model",
 5842 "language_models",
 5843 "languages",
 5844 "node_runtime",
 5845 "paths",
 5846 "project",
 5847 "prompt_store",
 5848 "release_channel",
 5849 "reqwest_client",
 5850 "serde",
 5851 "serde_json",
 5852 "settings",
 5853 "shellexpand",
 5854 "terminal_view",
 5855 "util",
 5856 "watch",
 5857]
 5858
 5859[[package]]
 5860name = "eval_utils"
 5861version = "0.1.0"
 5862dependencies = [
 5863 "gpui_platform",
 5864 "serde",
 5865 "smol",
 5866]
 5867
 5868[[package]]
 5869name = "event-listener"
 5870version = "2.5.3"
 5871source = "registry+https://github.com/rust-lang/crates.io-index"
 5872checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5873
 5874[[package]]
 5875name = "event-listener"
 5876version = "5.4.1"
 5877source = "registry+https://github.com/rust-lang/crates.io-index"
 5878checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5879dependencies = [
 5880 "concurrent-queue",
 5881 "parking",
 5882 "pin-project-lite",
 5883]
 5884
 5885[[package]]
 5886name = "event-listener-strategy"
 5887version = "0.5.4"
 5888source = "registry+https://github.com/rust-lang/crates.io-index"
 5889checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5890dependencies = [
 5891 "event-listener 5.4.1",
 5892 "pin-project-lite",
 5893]
 5894
 5895[[package]]
 5896name = "exec"
 5897version = "0.3.1"
 5898source = "registry+https://github.com/rust-lang/crates.io-index"
 5899checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5900dependencies = [
 5901 "errno 0.2.8",
 5902 "libc",
 5903]
 5904
 5905[[package]]
 5906name = "explorer_command_injector"
 5907version = "0.1.0"
 5908dependencies = [
 5909 "windows 0.61.3",
 5910 "windows-core 0.61.2",
 5911 "windows-registry 0.5.3",
 5912]
 5913
 5914[[package]]
 5915name = "exr"
 5916version = "1.74.0"
 5917source = "registry+https://github.com/rust-lang/crates.io-index"
 5918checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
 5919dependencies = [
 5920 "bit_field",
 5921 "half",
 5922 "lebe",
 5923 "miniz_oxide",
 5924 "rayon-core",
 5925 "smallvec",
 5926 "zune-inflate",
 5927]
 5928
 5929[[package]]
 5930name = "extended"
 5931version = "0.1.0"
 5932source = "registry+https://github.com/rust-lang/crates.io-index"
 5933checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5934
 5935[[package]]
 5936name = "extension"
 5937version = "0.1.0"
 5938dependencies = [
 5939 "anyhow",
 5940 "async-trait",
 5941 "cloud_api_types",
 5942 "collections",
 5943 "dap",
 5944 "fs",
 5945 "futures 0.3.32",
 5946 "gpui",
 5947 "heck 0.5.0",
 5948 "http_client",
 5949 "indoc",
 5950 "language",
 5951 "log",
 5952 "lsp",
 5953 "parking_lot",
 5954 "pretty_assertions",
 5955 "proto",
 5956 "semver",
 5957 "serde",
 5958 "serde_json",
 5959 "task",
 5960 "tempfile",
 5961 "toml 0.8.23",
 5962 "tracing",
 5963 "url",
 5964 "util",
 5965 "wasm-encoder 0.221.3",
 5966 "wasmparser 0.221.3",
 5967 "ztracing",
 5968]
 5969
 5970[[package]]
 5971name = "extension_cli"
 5972version = "0.1.0"
 5973dependencies = [
 5974 "anyhow",
 5975 "clap",
 5976 "cloud_api_types",
 5977 "env_logger 0.11.8",
 5978 "extension",
 5979 "fs",
 5980 "gpui_platform",
 5981 "language",
 5982 "log",
 5983 "reqwest_client",
 5984 "serde",
 5985 "serde_json",
 5986 "serde_json_lenient",
 5987 "settings_content",
 5988 "snippet_provider",
 5989 "task",
 5990 "theme_settings",
 5991 "tokio",
 5992 "toml 0.8.23",
 5993 "tree-sitter",
 5994 "wasmtime",
 5995]
 5996
 5997[[package]]
 5998name = "extension_host"
 5999version = "0.1.0"
 6000dependencies = [
 6001 "anyhow",
 6002 "async-compression",
 6003 "async-tar",
 6004 "async-trait",
 6005 "client",
 6006 "cloud_api_types",
 6007 "collections",
 6008 "criterion",
 6009 "ctor",
 6010 "dap",
 6011 "extension",
 6012 "fs",
 6013 "futures 0.3.32",
 6014 "gpui",
 6015 "gpui_tokio",
 6016 "http_client",
 6017 "language",
 6018 "language_extension",
 6019 "log",
 6020 "lsp",
 6021 "moka",
 6022 "node_runtime",
 6023 "parking_lot",
 6024 "paths",
 6025 "project",
 6026 "release_channel",
 6027 "remote",
 6028 "reqwest_client",
 6029 "semver",
 6030 "serde",
 6031 "serde_json",
 6032 "serde_json_lenient",
 6033 "settings",
 6034 "task",
 6035 "telemetry",
 6036 "tempfile",
 6037 "theme",
 6038 "theme_extension",
 6039 "theme_settings",
 6040 "toml 0.8.23",
 6041 "tracing",
 6042 "url",
 6043 "util",
 6044 "wasmparser 0.221.3",
 6045 "wasmtime",
 6046 "wasmtime-wasi",
 6047 "zlog",
 6048 "ztracing",
 6049]
 6050
 6051[[package]]
 6052name = "extensions_ui"
 6053version = "0.1.0"
 6054dependencies = [
 6055 "anyhow",
 6056 "client",
 6057 "cloud_api_types",
 6058 "collections",
 6059 "db",
 6060 "editor",
 6061 "extension",
 6062 "extension_host",
 6063 "fs",
 6064 "fuzzy",
 6065 "gpui",
 6066 "language",
 6067 "log",
 6068 "num-format",
 6069 "picker",
 6070 "project",
 6071 "release_channel",
 6072 "semver",
 6073 "serde",
 6074 "settings",
 6075 "smallvec",
 6076 "strum 0.27.2",
 6077 "telemetry",
 6078 "theme_settings",
 6079 "ui",
 6080 "util",
 6081 "vim_mode_setting",
 6082 "workspace",
 6083 "zed_actions",
 6084]
 6085
 6086[[package]]
 6087name = "failspot"
 6088version = "0.2.0"
 6089source = "registry+https://github.com/rust-lang/crates.io-index"
 6090checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6091
 6092[[package]]
 6093name = "fallible-iterator"
 6094version = "0.3.0"
 6095source = "registry+https://github.com/rust-lang/crates.io-index"
 6096checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6097
 6098[[package]]
 6099name = "fancy-regex"
 6100version = "0.16.2"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6103dependencies = [
 6104 "bit-set 0.8.0",
 6105 "regex-automata",
 6106 "regex-syntax",
 6107]
 6108
 6109[[package]]
 6110name = "fancy-regex"
 6111version = "0.17.0"
 6112source = "registry+https://github.com/rust-lang/crates.io-index"
 6113checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6114dependencies = [
 6115 "bit-set 0.8.0",
 6116 "regex-automata",
 6117 "regex-syntax",
 6118]
 6119
 6120[[package]]
 6121name = "fast-srgb8"
 6122version = "1.0.0"
 6123source = "registry+https://github.com/rust-lang/crates.io-index"
 6124checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6125
 6126[[package]]
 6127name = "fastrand"
 6128version = "1.9.0"
 6129source = "registry+https://github.com/rust-lang/crates.io-index"
 6130checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6131dependencies = [
 6132 "instant",
 6133]
 6134
 6135[[package]]
 6136name = "fastrand"
 6137version = "2.3.0"
 6138source = "registry+https://github.com/rust-lang/crates.io-index"
 6139checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6140
 6141[[package]]
 6142name = "fax"
 6143version = "0.2.6"
 6144source = "registry+https://github.com/rust-lang/crates.io-index"
 6145checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6146dependencies = [
 6147 "fax_derive",
 6148]
 6149
 6150[[package]]
 6151name = "fax_derive"
 6152version = "0.2.0"
 6153source = "registry+https://github.com/rust-lang/crates.io-index"
 6154checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6155dependencies = [
 6156 "proc-macro2",
 6157 "quote",
 6158 "syn 2.0.117",
 6159]
 6160
 6161[[package]]
 6162name = "fd-lock"
 6163version = "4.0.4"
 6164source = "registry+https://github.com/rust-lang/crates.io-index"
 6165checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6166dependencies = [
 6167 "cfg-if",
 6168 "rustix 1.1.2",
 6169 "windows-sys 0.59.0",
 6170]
 6171
 6172[[package]]
 6173name = "fdeflate"
 6174version = "0.3.7"
 6175source = "registry+https://github.com/rust-lang/crates.io-index"
 6176checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6177dependencies = [
 6178 "simd-adler32",
 6179]
 6180
 6181[[package]]
 6182name = "feature_flags"
 6183version = "0.1.0"
 6184dependencies = [
 6185 "collections",
 6186 "feature_flags_macros",
 6187 "fs",
 6188 "gpui",
 6189 "inventory",
 6190 "schemars",
 6191 "serde_json",
 6192 "settings",
 6193]
 6194
 6195[[package]]
 6196name = "feature_flags_macros"
 6197version = "0.1.0"
 6198dependencies = [
 6199 "proc-macro2",
 6200 "quote",
 6201 "syn 2.0.117",
 6202]
 6203
 6204[[package]]
 6205name = "feedback"
 6206version = "0.1.0"
 6207dependencies = [
 6208 "extension_host",
 6209 "gpui",
 6210 "system_specs",
 6211 "urlencoding",
 6212 "util",
 6213 "workspace",
 6214 "zed_actions",
 6215]
 6216
 6217[[package]]
 6218name = "ff"
 6219version = "0.12.1"
 6220source = "registry+https://github.com/rust-lang/crates.io-index"
 6221checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6222dependencies = [
 6223 "rand_core 0.6.4",
 6224 "subtle",
 6225]
 6226
 6227[[package]]
 6228name = "file_finder"
 6229version = "0.1.0"
 6230dependencies = [
 6231 "anyhow",
 6232 "channel",
 6233 "client",
 6234 "collections",
 6235 "ctor",
 6236 "editor",
 6237 "file_icons",
 6238 "futures 0.3.32",
 6239 "fuzzy",
 6240 "fuzzy_nucleo",
 6241 "gpui",
 6242 "menu",
 6243 "open_path_prompt",
 6244 "picker",
 6245 "pretty_assertions",
 6246 "project",
 6247 "project_panel",
 6248 "remote_connection",
 6249 "serde",
 6250 "serde_json",
 6251 "settings",
 6252 "theme",
 6253 "theme_settings",
 6254 "ui",
 6255 "util",
 6256 "workspace",
 6257 "zed_actions",
 6258 "zlog",
 6259]
 6260
 6261[[package]]
 6262name = "file_icons"
 6263version = "0.1.0"
 6264dependencies = [
 6265 "gpui",
 6266 "serde",
 6267 "theme",
 6268 "util",
 6269]
 6270
 6271[[package]]
 6272name = "filedescriptor"
 6273version = "0.8.3"
 6274source = "registry+https://github.com/rust-lang/crates.io-index"
 6275checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6276dependencies = [
 6277 "libc",
 6278 "thiserror 1.0.69",
 6279 "winapi",
 6280]
 6281
 6282[[package]]
 6283name = "filetime"
 6284version = "0.2.26"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6287dependencies = [
 6288 "cfg-if",
 6289 "libc",
 6290 "libredox",
 6291 "windows-sys 0.60.2",
 6292]
 6293
 6294[[package]]
 6295name = "find-msvc-tools"
 6296version = "0.1.5"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6299
 6300[[package]]
 6301name = "fixedbitset"
 6302version = "0.4.2"
 6303source = "registry+https://github.com/rust-lang/crates.io-index"
 6304checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6305
 6306[[package]]
 6307name = "fixedbitset"
 6308version = "0.5.7"
 6309source = "registry+https://github.com/rust-lang/crates.io-index"
 6310checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6311
 6312[[package]]
 6313name = "flate2"
 6314version = "1.1.8"
 6315source = "registry+https://github.com/rust-lang/crates.io-index"
 6316checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6317dependencies = [
 6318 "crc32fast",
 6319 "miniz_oxide",
 6320]
 6321
 6322[[package]]
 6323name = "float-cmp"
 6324version = "0.9.0"
 6325source = "registry+https://github.com/rust-lang/crates.io-index"
 6326checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6327
 6328[[package]]
 6329name = "float-ord"
 6330version = "0.3.2"
 6331source = "registry+https://github.com/rust-lang/crates.io-index"
 6332checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6333
 6334[[package]]
 6335name = "float8"
 6336version = "0.4.2"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6339dependencies = [
 6340 "half",
 6341 "num-traits",
 6342 "rand 0.9.3",
 6343 "rand_distr",
 6344]
 6345
 6346[[package]]
 6347name = "float_next_after"
 6348version = "1.0.0"
 6349source = "registry+https://github.com/rust-lang/crates.io-index"
 6350checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6351
 6352[[package]]
 6353name = "fluent-uri"
 6354version = "0.4.1"
 6355source = "registry+https://github.com/rust-lang/crates.io-index"
 6356checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6357dependencies = [
 6358 "borrow-or-share",
 6359 "ref-cast",
 6360 "serde",
 6361]
 6362
 6363[[package]]
 6364name = "flume"
 6365version = "0.11.1"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6368dependencies = [
 6369 "futures-core",
 6370 "futures-sink",
 6371 "nanorand",
 6372 "spin 0.9.8",
 6373]
 6374
 6375[[package]]
 6376name = "fnv"
 6377version = "1.0.7"
 6378source = "registry+https://github.com/rust-lang/crates.io-index"
 6379checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6380
 6381[[package]]
 6382name = "foldhash"
 6383version = "0.1.5"
 6384source = "registry+https://github.com/rust-lang/crates.io-index"
 6385checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6386
 6387[[package]]
 6388name = "foldhash"
 6389version = "0.2.0"
 6390source = "registry+https://github.com/rust-lang/crates.io-index"
 6391checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6392
 6393[[package]]
 6394name = "font-types"
 6395version = "0.10.0"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6398dependencies = [
 6399 "bytemuck",
 6400]
 6401
 6402[[package]]
 6403name = "font-types"
 6404version = "0.11.0"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6407dependencies = [
 6408 "bytemuck",
 6409]
 6410
 6411[[package]]
 6412name = "fontconfig-parser"
 6413version = "0.5.8"
 6414source = "registry+https://github.com/rust-lang/crates.io-index"
 6415checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6416dependencies = [
 6417 "roxmltree",
 6418]
 6419
 6420[[package]]
 6421name = "fontdb"
 6422version = "0.16.2"
 6423source = "registry+https://github.com/rust-lang/crates.io-index"
 6424checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6425dependencies = [
 6426 "fontconfig-parser",
 6427 "log",
 6428 "memmap2",
 6429 "slotmap",
 6430 "tinyvec",
 6431 "ttf-parser 0.20.0",
 6432]
 6433
 6434[[package]]
 6435name = "fontdb"
 6436version = "0.23.0"
 6437source = "registry+https://github.com/rust-lang/crates.io-index"
 6438checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6439dependencies = [
 6440 "fontconfig-parser",
 6441 "log",
 6442 "memmap2",
 6443 "slotmap",
 6444 "tinyvec",
 6445 "ttf-parser 0.25.1",
 6446]
 6447
 6448[[package]]
 6449name = "foreign-types"
 6450version = "0.3.2"
 6451source = "registry+https://github.com/rust-lang/crates.io-index"
 6452checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6453dependencies = [
 6454 "foreign-types-shared 0.1.1",
 6455]
 6456
 6457[[package]]
 6458name = "foreign-types"
 6459version = "0.5.0"
 6460source = "registry+https://github.com/rust-lang/crates.io-index"
 6461checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6462dependencies = [
 6463 "foreign-types-macros",
 6464 "foreign-types-shared 0.3.1",
 6465]
 6466
 6467[[package]]
 6468name = "foreign-types-macros"
 6469version = "0.2.3"
 6470source = "registry+https://github.com/rust-lang/crates.io-index"
 6471checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6472dependencies = [
 6473 "proc-macro2",
 6474 "quote",
 6475 "syn 2.0.117",
 6476]
 6477
 6478[[package]]
 6479name = "foreign-types-shared"
 6480version = "0.1.1"
 6481source = "registry+https://github.com/rust-lang/crates.io-index"
 6482checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6483
 6484[[package]]
 6485name = "foreign-types-shared"
 6486version = "0.3.1"
 6487source = "registry+https://github.com/rust-lang/crates.io-index"
 6488checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6489
 6490[[package]]
 6491name = "fork"
 6492version = "0.4.0"
 6493source = "registry+https://github.com/rust-lang/crates.io-index"
 6494checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6495dependencies = [
 6496 "libc",
 6497]
 6498
 6499[[package]]
 6500name = "form_urlencoded"
 6501version = "1.2.2"
 6502source = "registry+https://github.com/rust-lang/crates.io-index"
 6503checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6504dependencies = [
 6505 "percent-encoding",
 6506]
 6507
 6508[[package]]
 6509name = "fraction"
 6510version = "0.15.3"
 6511source = "registry+https://github.com/rust-lang/crates.io-index"
 6512checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6513dependencies = [
 6514 "lazy_static",
 6515 "num",
 6516]
 6517
 6518[[package]]
 6519name = "freetype-sys"
 6520version = "0.20.1"
 6521source = "registry+https://github.com/rust-lang/crates.io-index"
 6522checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6523dependencies = [
 6524 "cc",
 6525 "libc",
 6526 "pkg-config",
 6527]
 6528
 6529[[package]]
 6530name = "fs"
 6531version = "0.1.0"
 6532dependencies = [
 6533 "anyhow",
 6534 "ashpd",
 6535 "async-tar",
 6536 "async-trait",
 6537 "collections",
 6538 "dunce",
 6539 "fs",
 6540 "futures 0.3.32",
 6541 "git",
 6542 "gpui",
 6543 "ignore",
 6544 "is_executable",
 6545 "libc",
 6546 "log",
 6547 "notify 8.2.0",
 6548 "parking_lot",
 6549 "paths",
 6550 "proto",
 6551 "rope",
 6552 "serde",
 6553 "serde_json",
 6554 "smol",
 6555 "tempfile",
 6556 "text",
 6557 "thiserror 2.0.17",
 6558 "time",
 6559 "trash",
 6560 "util",
 6561 "windows 0.61.3",
 6562]
 6563
 6564[[package]]
 6565name = "fs-set-times"
 6566version = "0.20.3"
 6567source = "registry+https://github.com/rust-lang/crates.io-index"
 6568checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6569dependencies = [
 6570 "io-lifetimes",
 6571 "rustix 1.1.2",
 6572 "windows-sys 0.59.0",
 6573]
 6574
 6575[[package]]
 6576name = "fs2"
 6577version = "0.4.3"
 6578source = "registry+https://github.com/rust-lang/crates.io-index"
 6579checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6580dependencies = [
 6581 "libc",
 6582 "winapi",
 6583]
 6584
 6585[[package]]
 6586name = "fs_benchmarks"
 6587version = "0.1.0"
 6588dependencies = [
 6589 "fs",
 6590 "gpui",
 6591 "gpui_platform",
 6592]
 6593
 6594[[package]]
 6595name = "fs_extra"
 6596version = "1.3.0"
 6597source = "registry+https://github.com/rust-lang/crates.io-index"
 6598checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6599
 6600[[package]]
 6601name = "fsevent-sys"
 6602version = "4.1.0"
 6603source = "registry+https://github.com/rust-lang/crates.io-index"
 6604checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6605dependencies = [
 6606 "libc",
 6607]
 6608
 6609[[package]]
 6610name = "fuchsia-cprng"
 6611version = "0.1.1"
 6612source = "registry+https://github.com/rust-lang/crates.io-index"
 6613checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6614
 6615[[package]]
 6616name = "funty"
 6617version = "2.0.0"
 6618source = "registry+https://github.com/rust-lang/crates.io-index"
 6619checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6620
 6621[[package]]
 6622name = "futf"
 6623version = "0.1.5"
 6624source = "registry+https://github.com/rust-lang/crates.io-index"
 6625checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6626dependencies = [
 6627 "mac",
 6628 "new_debug_unreachable",
 6629]
 6630
 6631[[package]]
 6632name = "futures"
 6633version = "0.1.31"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6636
 6637[[package]]
 6638name = "futures"
 6639version = "0.3.32"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6642dependencies = [
 6643 "futures-channel",
 6644 "futures-core",
 6645 "futures-executor",
 6646 "futures-io",
 6647 "futures-sink",
 6648 "futures-task",
 6649 "futures-util",
 6650]
 6651
 6652[[package]]
 6653name = "futures-channel"
 6654version = "0.3.32"
 6655source = "registry+https://github.com/rust-lang/crates.io-index"
 6656checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6657dependencies = [
 6658 "futures-core",
 6659 "futures-sink",
 6660]
 6661
 6662[[package]]
 6663name = "futures-concurrency"
 6664version = "7.7.1"
 6665source = "registry+https://github.com/rust-lang/crates.io-index"
 6666checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6667dependencies = [
 6668 "fixedbitset 0.5.7",
 6669 "futures-core",
 6670 "futures-lite 2.6.1",
 6671 "pin-project",
 6672 "smallvec",
 6673]
 6674
 6675[[package]]
 6676name = "futures-core"
 6677version = "0.3.32"
 6678source = "registry+https://github.com/rust-lang/crates.io-index"
 6679checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6680
 6681[[package]]
 6682name = "futures-executor"
 6683version = "0.3.32"
 6684source = "registry+https://github.com/rust-lang/crates.io-index"
 6685checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6686dependencies = [
 6687 "futures-core",
 6688 "futures-task",
 6689 "futures-util",
 6690]
 6691
 6692[[package]]
 6693name = "futures-intrusive"
 6694version = "0.5.0"
 6695source = "registry+https://github.com/rust-lang/crates.io-index"
 6696checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6697dependencies = [
 6698 "futures-core",
 6699 "lock_api",
 6700 "parking_lot",
 6701]
 6702
 6703[[package]]
 6704name = "futures-io"
 6705version = "0.3.32"
 6706source = "registry+https://github.com/rust-lang/crates.io-index"
 6707checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6708
 6709[[package]]
 6710name = "futures-lite"
 6711version = "1.13.0"
 6712source = "registry+https://github.com/rust-lang/crates.io-index"
 6713checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6714dependencies = [
 6715 "fastrand 1.9.0",
 6716 "futures-core",
 6717 "futures-io",
 6718 "memchr",
 6719 "parking",
 6720 "pin-project-lite",
 6721 "waker-fn",
 6722]
 6723
 6724[[package]]
 6725name = "futures-lite"
 6726version = "2.6.1"
 6727source = "registry+https://github.com/rust-lang/crates.io-index"
 6728checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6729dependencies = [
 6730 "fastrand 2.3.0",
 6731 "futures-core",
 6732 "futures-io",
 6733 "parking",
 6734 "pin-project-lite",
 6735]
 6736
 6737[[package]]
 6738name = "futures-macro"
 6739version = "0.3.32"
 6740source = "registry+https://github.com/rust-lang/crates.io-index"
 6741checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6742dependencies = [
 6743 "proc-macro2",
 6744 "quote",
 6745 "syn 2.0.117",
 6746]
 6747
 6748[[package]]
 6749name = "futures-sink"
 6750version = "0.3.32"
 6751source = "registry+https://github.com/rust-lang/crates.io-index"
 6752checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6753
 6754[[package]]
 6755name = "futures-task"
 6756version = "0.3.32"
 6757source = "registry+https://github.com/rust-lang/crates.io-index"
 6758checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6759
 6760[[package]]
 6761name = "futures-util"
 6762version = "0.3.32"
 6763source = "registry+https://github.com/rust-lang/crates.io-index"
 6764checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6765dependencies = [
 6766 "futures 0.1.31",
 6767 "futures-channel",
 6768 "futures-core",
 6769 "futures-io",
 6770 "futures-macro",
 6771 "futures-sink",
 6772 "futures-task",
 6773 "libc",
 6774 "memchr",
 6775 "pin-project-lite",
 6776 "slab",
 6777 "tokio-io",
 6778]
 6779
 6780[[package]]
 6781name = "fuzzy"
 6782version = "0.1.0"
 6783dependencies = [
 6784 "gpui",
 6785 "log",
 6786 "util",
 6787]
 6788
 6789[[package]]
 6790name = "fuzzy_nucleo"
 6791version = "0.1.0"
 6792dependencies = [
 6793 "criterion",
 6794 "fuzzy",
 6795 "gpui",
 6796 "nucleo",
 6797 "util",
 6798]
 6799
 6800[[package]]
 6801name = "gaoya"
 6802version = "0.2.0"
 6803source = "registry+https://github.com/rust-lang/crates.io-index"
 6804checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6805dependencies = [
 6806 "ahash 0.8.12",
 6807 "crossbeam-utils",
 6808 "fnv",
 6809 "itertools 0.10.5",
 6810 "num-traits",
 6811 "rand 0.8.5",
 6812 "rand_pcg",
 6813 "random_choice",
 6814 "rayon",
 6815 "seahash",
 6816 "sha-1",
 6817 "shingles",
 6818 "siphasher 0.3.11",
 6819 "smallvec",
 6820 "triomphe",
 6821]
 6822
 6823[[package]]
 6824name = "gemm"
 6825version = "0.17.1"
 6826source = "registry+https://github.com/rust-lang/crates.io-index"
 6827checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6828dependencies = [
 6829 "dyn-stack 0.10.0",
 6830 "gemm-c32 0.17.1",
 6831 "gemm-c64 0.17.1",
 6832 "gemm-common 0.17.1",
 6833 "gemm-f16 0.17.1",
 6834 "gemm-f32 0.17.1",
 6835 "gemm-f64 0.17.1",
 6836 "num-complex",
 6837 "num-traits",
 6838 "paste",
 6839 "raw-cpuid 10.7.0",
 6840 "seq-macro",
 6841]
 6842
 6843[[package]]
 6844name = "gemm"
 6845version = "0.18.2"
 6846source = "registry+https://github.com/rust-lang/crates.io-index"
 6847checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6848dependencies = [
 6849 "dyn-stack 0.13.2",
 6850 "gemm-c32 0.18.2",
 6851 "gemm-c64 0.18.2",
 6852 "gemm-common 0.18.2",
 6853 "gemm-f16 0.18.2",
 6854 "gemm-f32 0.18.2",
 6855 "gemm-f64 0.18.2",
 6856 "num-complex",
 6857 "num-traits",
 6858 "paste",
 6859 "raw-cpuid 11.6.0",
 6860 "seq-macro",
 6861]
 6862
 6863[[package]]
 6864name = "gemm-c32"
 6865version = "0.17.1"
 6866source = "registry+https://github.com/rust-lang/crates.io-index"
 6867checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6868dependencies = [
 6869 "dyn-stack 0.10.0",
 6870 "gemm-common 0.17.1",
 6871 "num-complex",
 6872 "num-traits",
 6873 "paste",
 6874 "raw-cpuid 10.7.0",
 6875 "seq-macro",
 6876]
 6877
 6878[[package]]
 6879name = "gemm-c32"
 6880version = "0.18.2"
 6881source = "registry+https://github.com/rust-lang/crates.io-index"
 6882checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6883dependencies = [
 6884 "dyn-stack 0.13.2",
 6885 "gemm-common 0.18.2",
 6886 "num-complex",
 6887 "num-traits",
 6888 "paste",
 6889 "raw-cpuid 11.6.0",
 6890 "seq-macro",
 6891]
 6892
 6893[[package]]
 6894name = "gemm-c64"
 6895version = "0.17.1"
 6896source = "registry+https://github.com/rust-lang/crates.io-index"
 6897checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6898dependencies = [
 6899 "dyn-stack 0.10.0",
 6900 "gemm-common 0.17.1",
 6901 "num-complex",
 6902 "num-traits",
 6903 "paste",
 6904 "raw-cpuid 10.7.0",
 6905 "seq-macro",
 6906]
 6907
 6908[[package]]
 6909name = "gemm-c64"
 6910version = "0.18.2"
 6911source = "registry+https://github.com/rust-lang/crates.io-index"
 6912checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6913dependencies = [
 6914 "dyn-stack 0.13.2",
 6915 "gemm-common 0.18.2",
 6916 "num-complex",
 6917 "num-traits",
 6918 "paste",
 6919 "raw-cpuid 11.6.0",
 6920 "seq-macro",
 6921]
 6922
 6923[[package]]
 6924name = "gemm-common"
 6925version = "0.17.1"
 6926source = "registry+https://github.com/rust-lang/crates.io-index"
 6927checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6928dependencies = [
 6929 "bytemuck",
 6930 "dyn-stack 0.10.0",
 6931 "half",
 6932 "num-complex",
 6933 "num-traits",
 6934 "once_cell",
 6935 "paste",
 6936 "pulp 0.18.22",
 6937 "raw-cpuid 10.7.0",
 6938 "rayon",
 6939 "seq-macro",
 6940 "sysctl 0.5.5",
 6941]
 6942
 6943[[package]]
 6944name = "gemm-common"
 6945version = "0.18.2"
 6946source = "registry+https://github.com/rust-lang/crates.io-index"
 6947checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6948dependencies = [
 6949 "bytemuck",
 6950 "dyn-stack 0.13.2",
 6951 "half",
 6952 "libm",
 6953 "num-complex",
 6954 "num-traits",
 6955 "once_cell",
 6956 "paste",
 6957 "pulp 0.21.5",
 6958 "raw-cpuid 11.6.0",
 6959 "rayon",
 6960 "seq-macro",
 6961 "sysctl 0.6.0",
 6962]
 6963
 6964[[package]]
 6965name = "gemm-f16"
 6966version = "0.17.1"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6969dependencies = [
 6970 "dyn-stack 0.10.0",
 6971 "gemm-common 0.17.1",
 6972 "gemm-f32 0.17.1",
 6973 "half",
 6974 "num-complex",
 6975 "num-traits",
 6976 "paste",
 6977 "raw-cpuid 10.7.0",
 6978 "rayon",
 6979 "seq-macro",
 6980]
 6981
 6982[[package]]
 6983name = "gemm-f16"
 6984version = "0.18.2"
 6985source = "registry+https://github.com/rust-lang/crates.io-index"
 6986checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6987dependencies = [
 6988 "dyn-stack 0.13.2",
 6989 "gemm-common 0.18.2",
 6990 "gemm-f32 0.18.2",
 6991 "half",
 6992 "num-complex",
 6993 "num-traits",
 6994 "paste",
 6995 "raw-cpuid 11.6.0",
 6996 "rayon",
 6997 "seq-macro",
 6998]
 6999
 7000[[package]]
 7001name = "gemm-f32"
 7002version = "0.17.1"
 7003source = "registry+https://github.com/rust-lang/crates.io-index"
 7004checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7005dependencies = [
 7006 "dyn-stack 0.10.0",
 7007 "gemm-common 0.17.1",
 7008 "num-complex",
 7009 "num-traits",
 7010 "paste",
 7011 "raw-cpuid 10.7.0",
 7012 "seq-macro",
 7013]
 7014
 7015[[package]]
 7016name = "gemm-f32"
 7017version = "0.18.2"
 7018source = "registry+https://github.com/rust-lang/crates.io-index"
 7019checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7020dependencies = [
 7021 "dyn-stack 0.13.2",
 7022 "gemm-common 0.18.2",
 7023 "num-complex",
 7024 "num-traits",
 7025 "paste",
 7026 "raw-cpuid 11.6.0",
 7027 "seq-macro",
 7028]
 7029
 7030[[package]]
 7031name = "gemm-f64"
 7032version = "0.17.1"
 7033source = "registry+https://github.com/rust-lang/crates.io-index"
 7034checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7035dependencies = [
 7036 "dyn-stack 0.10.0",
 7037 "gemm-common 0.17.1",
 7038 "num-complex",
 7039 "num-traits",
 7040 "paste",
 7041 "raw-cpuid 10.7.0",
 7042 "seq-macro",
 7043]
 7044
 7045[[package]]
 7046name = "gemm-f64"
 7047version = "0.18.2"
 7048source = "registry+https://github.com/rust-lang/crates.io-index"
 7049checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7050dependencies = [
 7051 "dyn-stack 0.13.2",
 7052 "gemm-common 0.18.2",
 7053 "num-complex",
 7054 "num-traits",
 7055 "paste",
 7056 "raw-cpuid 11.6.0",
 7057 "seq-macro",
 7058]
 7059
 7060[[package]]
 7061name = "generator"
 7062version = "0.8.7"
 7063source = "registry+https://github.com/rust-lang/crates.io-index"
 7064checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7065dependencies = [
 7066 "cc",
 7067 "cfg-if",
 7068 "libc",
 7069 "log",
 7070 "rustversion",
 7071 "windows 0.61.3",
 7072]
 7073
 7074[[package]]
 7075name = "generic-array"
 7076version = "0.14.7"
 7077source = "registry+https://github.com/rust-lang/crates.io-index"
 7078checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7079dependencies = [
 7080 "typenum",
 7081 "version_check",
 7082]
 7083
 7084[[package]]
 7085name = "gethostname"
 7086version = "1.1.0"
 7087source = "registry+https://github.com/rust-lang/crates.io-index"
 7088checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7089dependencies = [
 7090 "rustix 1.1.2",
 7091 "windows-link 0.2.1",
 7092]
 7093
 7094[[package]]
 7095name = "getrandom"
 7096version = "0.2.16"
 7097source = "registry+https://github.com/rust-lang/crates.io-index"
 7098checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7099dependencies = [
 7100 "cfg-if",
 7101 "js-sys",
 7102 "libc",
 7103 "wasi",
 7104 "wasm-bindgen",
 7105]
 7106
 7107[[package]]
 7108name = "getrandom"
 7109version = "0.3.4"
 7110source = "registry+https://github.com/rust-lang/crates.io-index"
 7111checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7112dependencies = [
 7113 "cfg-if",
 7114 "js-sys",
 7115 "libc",
 7116 "r-efi",
 7117 "wasip2",
 7118 "wasm-bindgen",
 7119]
 7120
 7121[[package]]
 7122name = "getrandom"
 7123version = "0.4.1"
 7124source = "registry+https://github.com/rust-lang/crates.io-index"
 7125checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7126dependencies = [
 7127 "cfg-if",
 7128 "libc",
 7129 "r-efi",
 7130 "wasip2",
 7131 "wasip3",
 7132]
 7133
 7134[[package]]
 7135name = "gh-workflow"
 7136version = "0.8.0"
 7137source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7138dependencies = [
 7139 "async-trait",
 7140 "derive_more",
 7141 "derive_setters",
 7142 "gh-workflow-macros",
 7143 "indexmap",
 7144 "merge",
 7145 "serde",
 7146 "serde_json",
 7147 "serde_yaml",
 7148 "strum_macros 0.27.2",
 7149]
 7150
 7151[[package]]
 7152name = "gh-workflow-macros"
 7153version = "0.8.0"
 7154source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7155dependencies = [
 7156 "heck 0.5.0",
 7157 "quote",
 7158 "syn 2.0.117",
 7159]
 7160
 7161[[package]]
 7162name = "gif"
 7163version = "0.13.3"
 7164source = "registry+https://github.com/rust-lang/crates.io-index"
 7165checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7166dependencies = [
 7167 "color_quant",
 7168 "weezl",
 7169]
 7170
 7171[[package]]
 7172name = "gif"
 7173version = "0.14.2"
 7174source = "registry+https://github.com/rust-lang/crates.io-index"
 7175checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 7176dependencies = [
 7177 "color_quant",
 7178 "weezl",
 7179]
 7180
 7181[[package]]
 7182name = "gimli"
 7183version = "0.32.3"
 7184source = "registry+https://github.com/rust-lang/crates.io-index"
 7185checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7186dependencies = [
 7187 "fallible-iterator",
 7188 "indexmap",
 7189 "stable_deref_trait",
 7190]
 7191
 7192[[package]]
 7193name = "gio-sys"
 7194version = "0.21.5"
 7195source = "registry+https://github.com/rust-lang/crates.io-index"
 7196checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7197dependencies = [
 7198 "glib-sys",
 7199 "gobject-sys",
 7200 "libc",
 7201 "system-deps",
 7202 "windows-sys 0.61.2",
 7203]
 7204
 7205[[package]]
 7206name = "git"
 7207version = "0.1.0"
 7208dependencies = [
 7209 "anyhow",
 7210 "askpass",
 7211 "async-trait",
 7212 "collections",
 7213 "derive_more",
 7214 "futures 0.3.32",
 7215 "git2",
 7216 "gpui",
 7217 "http_client",
 7218 "itertools 0.14.0",
 7219 "log",
 7220 "parking_lot",
 7221 "pretty_assertions",
 7222 "rand 0.9.3",
 7223 "regex",
 7224 "rope",
 7225 "schemars",
 7226 "serde",
 7227 "serde_json",
 7228 "smallvec",
 7229 "smol",
 7230 "sum_tree",
 7231 "tempfile",
 7232 "text",
 7233 "thiserror 2.0.17",
 7234 "time",
 7235 "url",
 7236 "urlencoding",
 7237 "util",
 7238 "uuid",
 7239 "ztracing",
 7240]
 7241
 7242[[package]]
 7243name = "git2"
 7244version = "0.20.4"
 7245source = "registry+https://github.com/rust-lang/crates.io-index"
 7246checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7247dependencies = [
 7248 "bitflags 2.10.0",
 7249 "libc",
 7250 "libgit2-sys",
 7251 "log",
 7252 "url",
 7253]
 7254
 7255[[package]]
 7256name = "git_graph"
 7257version = "0.1.0"
 7258dependencies = [
 7259 "anyhow",
 7260 "collections",
 7261 "db",
 7262 "editor",
 7263 "fs",
 7264 "git",
 7265 "git_ui",
 7266 "gpui",
 7267 "language",
 7268 "menu",
 7269 "project",
 7270 "rand 0.9.3",
 7271 "remote_connection",
 7272 "search",
 7273 "serde_json",
 7274 "settings",
 7275 "smallvec",
 7276 "smol",
 7277 "theme",
 7278 "theme_settings",
 7279 "time",
 7280 "ui",
 7281 "workspace",
 7282]
 7283
 7284[[package]]
 7285name = "git_hosting_providers"
 7286version = "0.1.0"
 7287dependencies = [
 7288 "anyhow",
 7289 "async-trait",
 7290 "futures 0.3.32",
 7291 "git",
 7292 "gpui",
 7293 "http_client",
 7294 "indoc",
 7295 "itertools 0.14.0",
 7296 "pretty_assertions",
 7297 "regex",
 7298 "serde",
 7299 "serde_json",
 7300 "settings",
 7301 "url",
 7302 "urlencoding",
 7303 "util",
 7304]
 7305
 7306[[package]]
 7307name = "git_ui"
 7308version = "0.1.0"
 7309dependencies = [
 7310 "agent_settings",
 7311 "alacritty_terminal",
 7312 "anyhow",
 7313 "askpass",
 7314 "buffer_diff",
 7315 "call",
 7316 "collections",
 7317 "component",
 7318 "ctor",
 7319 "db",
 7320 "editor",
 7321 "file_icons",
 7322 "fs",
 7323 "futures 0.3.32",
 7324 "fuzzy",
 7325 "fuzzy_nucleo",
 7326 "git",
 7327 "gpui",
 7328 "indoc",
 7329 "itertools 0.14.0",
 7330 "language",
 7331 "language_model",
 7332 "linkify",
 7333 "log",
 7334 "markdown",
 7335 "menu",
 7336 "multi_buffer",
 7337 "notifications",
 7338 "panel",
 7339 "picker",
 7340 "pretty_assertions",
 7341 "project",
 7342 "prompt_store",
 7343 "proto",
 7344 "rand 0.9.3",
 7345 "remote",
 7346 "remote_connection",
 7347 "schemars",
 7348 "serde",
 7349 "serde_json",
 7350 "settings",
 7351 "smallvec",
 7352 "smol",
 7353 "strum 0.27.2",
 7354 "telemetry",
 7355 "theme",
 7356 "theme_settings",
 7357 "time",
 7358 "time_format",
 7359 "tracing",
 7360 "ui",
 7361 "ui_input",
 7362 "unindent",
 7363 "util",
 7364 "watch",
 7365 "windows 0.61.3",
 7366 "workspace",
 7367 "zed_actions",
 7368 "zeroize",
 7369 "zlog",
 7370 "ztracing",
 7371]
 7372
 7373[[package]]
 7374name = "gl_generator"
 7375version = "0.14.0"
 7376source = "registry+https://github.com/rust-lang/crates.io-index"
 7377checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7378dependencies = [
 7379 "khronos_api",
 7380 "log",
 7381 "xml-rs",
 7382]
 7383
 7384[[package]]
 7385name = "glib"
 7386version = "0.21.5"
 7387source = "registry+https://github.com/rust-lang/crates.io-index"
 7388checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7389dependencies = [
 7390 "bitflags 2.10.0",
 7391 "futures-channel",
 7392 "futures-core",
 7393 "futures-executor",
 7394 "futures-task",
 7395 "futures-util",
 7396 "gio-sys",
 7397 "glib-macros",
 7398 "glib-sys",
 7399 "gobject-sys",
 7400 "libc",
 7401 "memchr",
 7402 "smallvec",
 7403]
 7404
 7405[[package]]
 7406name = "glib-macros"
 7407version = "0.21.5"
 7408source = "registry+https://github.com/rust-lang/crates.io-index"
 7409checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7410dependencies = [
 7411 "heck 0.5.0",
 7412 "proc-macro-crate",
 7413 "proc-macro2",
 7414 "quote",
 7415 "syn 2.0.117",
 7416]
 7417
 7418[[package]]
 7419name = "glib-sys"
 7420version = "0.21.5"
 7421source = "registry+https://github.com/rust-lang/crates.io-index"
 7422checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7423dependencies = [
 7424 "libc",
 7425 "system-deps",
 7426]
 7427
 7428[[package]]
 7429name = "glob"
 7430version = "0.3.3"
 7431source = "registry+https://github.com/rust-lang/crates.io-index"
 7432checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7433
 7434[[package]]
 7435name = "globset"
 7436version = "0.4.17"
 7437source = "registry+https://github.com/rust-lang/crates.io-index"
 7438checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7439dependencies = [
 7440 "aho-corasick",
 7441 "bstr",
 7442 "log",
 7443 "regex-automata",
 7444 "regex-syntax",
 7445]
 7446
 7447[[package]]
 7448name = "gloo-timers"
 7449version = "0.3.0"
 7450source = "registry+https://github.com/rust-lang/crates.io-index"
 7451checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7452dependencies = [
 7453 "futures-channel",
 7454 "futures-core",
 7455 "js-sys",
 7456 "wasm-bindgen",
 7457]
 7458
 7459[[package]]
 7460name = "glow"
 7461version = "0.17.0"
 7462source = "registry+https://github.com/rust-lang/crates.io-index"
 7463checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7464dependencies = [
 7465 "js-sys",
 7466 "slotmap",
 7467 "wasm-bindgen",
 7468 "web-sys",
 7469]
 7470
 7471[[package]]
 7472name = "glutin_wgl_sys"
 7473version = "0.6.1"
 7474source = "registry+https://github.com/rust-lang/crates.io-index"
 7475checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7476dependencies = [
 7477 "gl_generator",
 7478]
 7479
 7480[[package]]
 7481name = "go_to_line"
 7482version = "0.1.0"
 7483dependencies = [
 7484 "editor",
 7485 "gpui",
 7486 "indoc",
 7487 "language",
 7488 "menu",
 7489 "multi_buffer",
 7490 "project",
 7491 "rope",
 7492 "serde",
 7493 "serde_json",
 7494 "settings",
 7495 "text",
 7496 "theme",
 7497 "ui",
 7498 "util",
 7499 "workspace",
 7500]
 7501
 7502[[package]]
 7503name = "gobject-sys"
 7504version = "0.21.5"
 7505source = "registry+https://github.com/rust-lang/crates.io-index"
 7506checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7507dependencies = [
 7508 "glib-sys",
 7509 "libc",
 7510 "system-deps",
 7511]
 7512
 7513[[package]]
 7514name = "goblin"
 7515version = "0.9.3"
 7516source = "registry+https://github.com/rust-lang/crates.io-index"
 7517checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7518dependencies = [
 7519 "log",
 7520 "plain",
 7521 "scroll",
 7522]
 7523
 7524[[package]]
 7525name = "google_ai"
 7526version = "0.1.0"
 7527dependencies = [
 7528 "anyhow",
 7529 "futures 0.3.32",
 7530 "http_client",
 7531 "language_model_core",
 7532 "log",
 7533 "schemars",
 7534 "serde",
 7535 "serde_json",
 7536 "strum 0.27.2",
 7537 "tiktoken-rs",
 7538]
 7539
 7540[[package]]
 7541name = "gpu-allocator"
 7542version = "0.28.0"
 7543source = "registry+https://github.com/rust-lang/crates.io-index"
 7544checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7545dependencies = [
 7546 "ash",
 7547 "hashbrown 0.16.1",
 7548 "log",
 7549 "presser",
 7550 "thiserror 2.0.17",
 7551 "windows 0.62.2",
 7552]
 7553
 7554[[package]]
 7555name = "gpu-descriptor"
 7556version = "0.3.2"
 7557source = "registry+https://github.com/rust-lang/crates.io-index"
 7558checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7559dependencies = [
 7560 "bitflags 2.10.0",
 7561 "gpu-descriptor-types",
 7562 "hashbrown 0.15.5",
 7563]
 7564
 7565[[package]]
 7566name = "gpu-descriptor-types"
 7567version = "0.2.0"
 7568source = "registry+https://github.com/rust-lang/crates.io-index"
 7569checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7570dependencies = [
 7571 "bitflags 2.10.0",
 7572]
 7573
 7574[[package]]
 7575name = "gpui"
 7576version = "0.2.2"
 7577dependencies = [
 7578 "anyhow",
 7579 "async-channel 2.5.0",
 7580 "async-task",
 7581 "backtrace",
 7582 "bindgen 0.71.1",
 7583 "bitflags 2.10.0",
 7584 "block",
 7585 "cbindgen",
 7586 "chrono",
 7587 "cocoa 0.26.0",
 7588 "cocoa-foundation 0.2.0",
 7589 "collections",
 7590 "core-foundation 0.10.0",
 7591 "core-foundation-sys",
 7592 "core-graphics 0.24.0",
 7593 "core-text",
 7594 "core-video",
 7595 "ctor",
 7596 "derive_more",
 7597 "embed-resource",
 7598 "env_logger 0.11.8",
 7599 "etagere",
 7600 "foreign-types 0.5.0",
 7601 "futures 0.3.32",
 7602 "futures-concurrency",
 7603 "getrandom 0.3.4",
 7604 "gpui_macros",
 7605 "gpui_platform",
 7606 "gpui_shared_string",
 7607 "gpui_util",
 7608 "gpui_web",
 7609 "hdrhistogram",
 7610 "http_client",
 7611 "image",
 7612 "inventory",
 7613 "itertools 0.14.0",
 7614 "log",
 7615 "lyon",
 7616 "mach2 0.5.0",
 7617 "media",
 7618 "metal",
 7619 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7620 "num_cpus",
 7621 "objc",
 7622 "objc2",
 7623 "objc2-metal",
 7624 "parking",
 7625 "parking_lot",
 7626 "pathfinder_geometry",
 7627 "pin-project",
 7628 "pollster 0.4.0",
 7629 "postage",
 7630 "profiling",
 7631 "proptest",
 7632 "rand 0.9.3",
 7633 "raw-window-handle",
 7634 "refineable",
 7635 "regex",
 7636 "reqwest_client",
 7637 "resvg",
 7638 "scheduler",
 7639 "schemars",
 7640 "seahash",
 7641 "serde",
 7642 "serde_json",
 7643 "slotmap",
 7644 "smallvec",
 7645 "spin 0.10.0",
 7646 "stacksafe",
 7647 "strum 0.27.2",
 7648 "sum_tree",
 7649 "taffy",
 7650 "thiserror 2.0.17",
 7651 "ttf-parser 0.25.1",
 7652 "unicode-segmentation",
 7653 "url",
 7654 "usvg",
 7655 "util_macros",
 7656 "uuid",
 7657 "waker-fn",
 7658 "wasm-bindgen",
 7659 "web-time",
 7660 "windows 0.61.3",
 7661 "zed-font-kit",
 7662 "zed-scap",
 7663]
 7664
 7665[[package]]
 7666name = "gpui_linux"
 7667version = "0.1.0"
 7668dependencies = [
 7669 "anyhow",
 7670 "as-raw-xcb-connection",
 7671 "ashpd",
 7672 "bitflags 2.10.0",
 7673 "bytemuck",
 7674 "calloop",
 7675 "calloop-wayland-source",
 7676 "collections",
 7677 "filedescriptor",
 7678 "futures 0.3.32",
 7679 "gpui",
 7680 "gpui_wgpu",
 7681 "http_client",
 7682 "image",
 7683 "itertools 0.14.0",
 7684 "libc",
 7685 "log",
 7686 "oo7",
 7687 "open",
 7688 "parking_lot",
 7689 "pathfinder_geometry",
 7690 "pollster 0.4.0",
 7691 "profiling",
 7692 "raw-window-handle",
 7693 "smallvec",
 7694 "smol",
 7695 "strum 0.27.2",
 7696 "swash",
 7697 "url",
 7698 "util",
 7699 "uuid",
 7700 "wayland-backend",
 7701 "wayland-client",
 7702 "wayland-cursor",
 7703 "wayland-protocols",
 7704 "wayland-protocols-plasma",
 7705 "wayland-protocols-wlr",
 7706 "x11-clipboard",
 7707 "x11rb",
 7708 "xkbcommon",
 7709 "zed-scap",
 7710 "zed-xim",
 7711]
 7712
 7713[[package]]
 7714name = "gpui_macos"
 7715version = "0.1.0"
 7716dependencies = [
 7717 "anyhow",
 7718 "async-task",
 7719 "block",
 7720 "cbindgen",
 7721 "cocoa 0.26.0",
 7722 "collections",
 7723 "core-foundation 0.10.0",
 7724 "core-foundation-sys",
 7725 "core-graphics 0.24.0",
 7726 "core-text",
 7727 "core-video",
 7728 "ctor",
 7729 "derive_more",
 7730 "dispatch2",
 7731 "etagere",
 7732 "foreign-types 0.5.0",
 7733 "futures 0.3.32",
 7734 "gpui",
 7735 "image",
 7736 "itertools 0.14.0",
 7737 "libc",
 7738 "log",
 7739 "mach2 0.5.0",
 7740 "media",
 7741 "metal",
 7742 "objc",
 7743 "objc2-app-kit",
 7744 "parking_lot",
 7745 "pathfinder_geometry",
 7746 "raw-window-handle",
 7747 "semver",
 7748 "smallvec",
 7749 "strum 0.27.2",
 7750 "util",
 7751 "uuid",
 7752 "zed-font-kit",
 7753]
 7754
 7755[[package]]
 7756name = "gpui_macros"
 7757version = "0.1.0"
 7758dependencies = [
 7759 "gpui",
 7760 "heck 0.5.0",
 7761 "proc-macro2",
 7762 "quote",
 7763 "syn 2.0.117",
 7764]
 7765
 7766[[package]]
 7767name = "gpui_platform"
 7768version = "0.1.0"
 7769dependencies = [
 7770 "console_error_panic_hook",
 7771 "gpui",
 7772 "gpui_linux",
 7773 "gpui_macos",
 7774 "gpui_web",
 7775 "gpui_windows",
 7776]
 7777
 7778[[package]]
 7779name = "gpui_shared_string"
 7780version = "0.1.0"
 7781dependencies = [
 7782 "derive_more",
 7783 "gpui_util",
 7784 "schemars",
 7785 "serde",
 7786]
 7787
 7788[[package]]
 7789name = "gpui_tokio"
 7790version = "0.1.0"
 7791dependencies = [
 7792 "anyhow",
 7793 "gpui",
 7794 "tokio",
 7795 "util",
 7796]
 7797
 7798[[package]]
 7799name = "gpui_util"
 7800version = "0.1.0"
 7801dependencies = [
 7802 "anyhow",
 7803 "log",
 7804]
 7805
 7806[[package]]
 7807name = "gpui_web"
 7808version = "0.1.0"
 7809dependencies = [
 7810 "anyhow",
 7811 "console_error_panic_hook",
 7812 "futures 0.3.32",
 7813 "gpui",
 7814 "gpui_wgpu",
 7815 "http_client",
 7816 "js-sys",
 7817 "log",
 7818 "parking_lot",
 7819 "raw-window-handle",
 7820 "smallvec",
 7821 "uuid",
 7822 "wasm-bindgen",
 7823 "wasm-bindgen-futures",
 7824 "wasm_thread",
 7825 "web-sys",
 7826 "web-time",
 7827]
 7828
 7829[[package]]
 7830name = "gpui_wgpu"
 7831version = "0.1.0"
 7832dependencies = [
 7833 "anyhow",
 7834 "bytemuck",
 7835 "collections",
 7836 "cosmic-text",
 7837 "etagere",
 7838 "gpui",
 7839 "gpui_util",
 7840 "itertools 0.14.0",
 7841 "js-sys",
 7842 "log",
 7843 "parking_lot",
 7844 "pollster 0.4.0",
 7845 "profiling",
 7846 "raw-window-handle",
 7847 "smallvec",
 7848 "swash",
 7849 "wasm-bindgen",
 7850 "wasm-bindgen-futures",
 7851 "web-sys",
 7852 "wgpu",
 7853 "zed-font-kit",
 7854]
 7855
 7856[[package]]
 7857name = "gpui_windows"
 7858version = "0.1.0"
 7859dependencies = [
 7860 "anyhow",
 7861 "collections",
 7862 "etagere",
 7863 "futures 0.3.32",
 7864 "gpui",
 7865 "image",
 7866 "itertools 0.14.0",
 7867 "log",
 7868 "parking_lot",
 7869 "rand 0.9.3",
 7870 "raw-window-handle",
 7871 "smallvec",
 7872 "util",
 7873 "uuid",
 7874 "windows 0.61.3",
 7875 "windows-core 0.61.2",
 7876 "windows-numerics 0.2.0",
 7877 "windows-registry 0.5.3",
 7878 "zed-scap",
 7879]
 7880
 7881[[package]]
 7882name = "grammars"
 7883version = "0.1.0"
 7884dependencies = [
 7885 "anyhow",
 7886 "language_core",
 7887 "rust-embed",
 7888 "toml 0.8.23",
 7889 "tree-sitter",
 7890 "tree-sitter-bash",
 7891 "tree-sitter-c",
 7892 "tree-sitter-cpp",
 7893 "tree-sitter-css",
 7894 "tree-sitter-diff",
 7895 "tree-sitter-gitcommit",
 7896 "tree-sitter-go",
 7897 "tree-sitter-gomod",
 7898 "tree-sitter-gowork",
 7899 "tree-sitter-jsdoc",
 7900 "tree-sitter-json",
 7901 "tree-sitter-md",
 7902 "tree-sitter-python",
 7903 "tree-sitter-regex",
 7904 "tree-sitter-rust",
 7905 "tree-sitter-typescript",
 7906 "tree-sitter-yaml",
 7907 "util",
 7908]
 7909
 7910[[package]]
 7911name = "grid"
 7912version = "0.18.0"
 7913source = "registry+https://github.com/rust-lang/crates.io-index"
 7914checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7915
 7916[[package]]
 7917name = "group"
 7918version = "0.12.1"
 7919source = "registry+https://github.com/rust-lang/crates.io-index"
 7920checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7921dependencies = [
 7922 "ff",
 7923 "rand_core 0.6.4",
 7924 "subtle",
 7925]
 7926
 7927[[package]]
 7928name = "h2"
 7929version = "0.3.27"
 7930source = "registry+https://github.com/rust-lang/crates.io-index"
 7931checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7932dependencies = [
 7933 "bytes 1.11.1",
 7934 "fnv",
 7935 "futures-core",
 7936 "futures-sink",
 7937 "futures-util",
 7938 "http 0.2.12",
 7939 "indexmap",
 7940 "slab",
 7941 "tokio",
 7942 "tokio-util",
 7943 "tracing",
 7944]
 7945
 7946[[package]]
 7947name = "h2"
 7948version = "0.4.12"
 7949source = "registry+https://github.com/rust-lang/crates.io-index"
 7950checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7951dependencies = [
 7952 "atomic-waker",
 7953 "bytes 1.11.1",
 7954 "fnv",
 7955 "futures-core",
 7956 "futures-sink",
 7957 "http 1.3.1",
 7958 "indexmap",
 7959 "slab",
 7960 "tokio",
 7961 "tokio-util",
 7962 "tracing",
 7963]
 7964
 7965[[package]]
 7966name = "half"
 7967version = "2.7.1"
 7968source = "registry+https://github.com/rust-lang/crates.io-index"
 7969checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7970dependencies = [
 7971 "bytemuck",
 7972 "cfg-if",
 7973 "crunchy",
 7974 "num-traits",
 7975 "rand 0.9.3",
 7976 "rand_distr",
 7977 "zerocopy",
 7978]
 7979
 7980[[package]]
 7981name = "handlebars"
 7982version = "4.5.0"
 7983source = "registry+https://github.com/rust-lang/crates.io-index"
 7984checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7985dependencies = [
 7986 "log",
 7987 "pest",
 7988 "pest_derive",
 7989 "rust-embed",
 7990 "serde",
 7991 "serde_json",
 7992 "thiserror 1.0.69",
 7993]
 7994
 7995[[package]]
 7996name = "handlebars"
 7997version = "5.1.2"
 7998source = "registry+https://github.com/rust-lang/crates.io-index"
 7999checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 8000dependencies = [
 8001 "log",
 8002 "pest",
 8003 "pest_derive",
 8004 "serde",
 8005 "serde_json",
 8006 "thiserror 1.0.69",
 8007]
 8008
 8009[[package]]
 8010name = "harfrust"
 8011version = "0.5.0"
 8012source = "registry+https://github.com/rust-lang/crates.io-index"
 8013checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8014dependencies = [
 8015 "bitflags 2.10.0",
 8016 "bytemuck",
 8017 "core_maths",
 8018 "read-fonts 0.37.0",
 8019 "smallvec",
 8020]
 8021
 8022[[package]]
 8023name = "hash32"
 8024version = "0.3.1"
 8025source = "registry+https://github.com/rust-lang/crates.io-index"
 8026checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8027dependencies = [
 8028 "byteorder",
 8029]
 8030
 8031[[package]]
 8032name = "hashbrown"
 8033version = "0.12.3"
 8034source = "registry+https://github.com/rust-lang/crates.io-index"
 8035checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8036dependencies = [
 8037 "ahash 0.7.8",
 8038]
 8039
 8040[[package]]
 8041name = "hashbrown"
 8042version = "0.14.5"
 8043source = "registry+https://github.com/rust-lang/crates.io-index"
 8044checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8045dependencies = [
 8046 "ahash 0.8.12",
 8047 "allocator-api2",
 8048]
 8049
 8050[[package]]
 8051name = "hashbrown"
 8052version = "0.15.5"
 8053source = "registry+https://github.com/rust-lang/crates.io-index"
 8054checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8055dependencies = [
 8056 "allocator-api2",
 8057 "equivalent",
 8058 "foldhash 0.1.5",
 8059 "serde",
 8060]
 8061
 8062[[package]]
 8063name = "hashbrown"
 8064version = "0.16.1"
 8065source = "registry+https://github.com/rust-lang/crates.io-index"
 8066checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8067dependencies = [
 8068 "allocator-api2",
 8069 "equivalent",
 8070 "foldhash 0.2.0",
 8071]
 8072
 8073[[package]]
 8074name = "hashlink"
 8075version = "0.8.4"
 8076source = "registry+https://github.com/rust-lang/crates.io-index"
 8077checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8078dependencies = [
 8079 "hashbrown 0.14.5",
 8080]
 8081
 8082[[package]]
 8083name = "hashlink"
 8084version = "0.10.0"
 8085source = "registry+https://github.com/rust-lang/crates.io-index"
 8086checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8087dependencies = [
 8088 "hashbrown 0.15.5",
 8089]
 8090
 8091[[package]]
 8092name = "hdrhistogram"
 8093version = "7.5.4"
 8094source = "registry+https://github.com/rust-lang/crates.io-index"
 8095checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
 8096dependencies = [
 8097 "base64 0.21.7",
 8098 "byteorder",
 8099 "crossbeam-channel",
 8100 "flate2",
 8101 "nom 7.1.3",
 8102 "num-traits",
 8103]
 8104
 8105[[package]]
 8106name = "headers"
 8107version = "0.3.9"
 8108source = "registry+https://github.com/rust-lang/crates.io-index"
 8109checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8110dependencies = [
 8111 "base64 0.21.7",
 8112 "bytes 1.11.1",
 8113 "headers-core",
 8114 "http 0.2.12",
 8115 "httpdate",
 8116 "mime",
 8117 "sha1",
 8118]
 8119
 8120[[package]]
 8121name = "headers-core"
 8122version = "0.2.0"
 8123source = "registry+https://github.com/rust-lang/crates.io-index"
 8124checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8125dependencies = [
 8126 "http 0.2.12",
 8127]
 8128
 8129[[package]]
 8130name = "heapless"
 8131version = "0.9.2"
 8132source = "registry+https://github.com/rust-lang/crates.io-index"
 8133checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8134dependencies = [
 8135 "hash32",
 8136 "stable_deref_trait",
 8137]
 8138
 8139[[package]]
 8140name = "heck"
 8141version = "0.3.3"
 8142source = "registry+https://github.com/rust-lang/crates.io-index"
 8143checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8144dependencies = [
 8145 "unicode-segmentation",
 8146]
 8147
 8148[[package]]
 8149name = "heck"
 8150version = "0.4.1"
 8151source = "registry+https://github.com/rust-lang/crates.io-index"
 8152checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8153dependencies = [
 8154 "unicode-segmentation",
 8155]
 8156
 8157[[package]]
 8158name = "heck"
 8159version = "0.5.0"
 8160source = "registry+https://github.com/rust-lang/crates.io-index"
 8161checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8162
 8163[[package]]
 8164name = "heed"
 8165version = "0.21.0"
 8166source = "registry+https://github.com/rust-lang/crates.io-index"
 8167checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8168dependencies = [
 8169 "bitflags 2.10.0",
 8170 "byteorder",
 8171 "heed-traits",
 8172 "heed-types",
 8173 "libc",
 8174 "lmdb-master-sys",
 8175 "once_cell",
 8176 "page_size",
 8177 "serde",
 8178 "synchronoise",
 8179 "url",
 8180]
 8181
 8182[[package]]
 8183name = "heed-traits"
 8184version = "0.20.0"
 8185source = "registry+https://github.com/rust-lang/crates.io-index"
 8186checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8187
 8188[[package]]
 8189name = "heed-types"
 8190version = "0.21.0"
 8191source = "registry+https://github.com/rust-lang/crates.io-index"
 8192checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8193dependencies = [
 8194 "bincode",
 8195 "byteorder",
 8196 "heed-traits",
 8197 "serde",
 8198 "serde_json",
 8199]
 8200
 8201[[package]]
 8202name = "hermit-abi"
 8203version = "0.5.2"
 8204source = "registry+https://github.com/rust-lang/crates.io-index"
 8205checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8206
 8207[[package]]
 8208name = "hex"
 8209version = "0.4.3"
 8210source = "registry+https://github.com/rust-lang/crates.io-index"
 8211checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8212
 8213[[package]]
 8214name = "hexf-parse"
 8215version = "0.2.1"
 8216source = "registry+https://github.com/rust-lang/crates.io-index"
 8217checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8218
 8219[[package]]
 8220name = "hkdf"
 8221version = "0.12.4"
 8222source = "registry+https://github.com/rust-lang/crates.io-index"
 8223checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8224dependencies = [
 8225 "hmac",
 8226]
 8227
 8228[[package]]
 8229name = "hmac"
 8230version = "0.12.1"
 8231source = "registry+https://github.com/rust-lang/crates.io-index"
 8232checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8233dependencies = [
 8234 "digest",
 8235]
 8236
 8237[[package]]
 8238name = "home"
 8239version = "0.5.11"
 8240source = "registry+https://github.com/rust-lang/crates.io-index"
 8241checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8242dependencies = [
 8243 "windows-sys 0.59.0",
 8244]
 8245
 8246[[package]]
 8247name = "hound"
 8248version = "3.5.1"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8251
 8252[[package]]
 8253name = "html5ever"
 8254version = "0.27.0"
 8255source = "registry+https://github.com/rust-lang/crates.io-index"
 8256checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8257dependencies = [
 8258 "log",
 8259 "mac",
 8260 "markup5ever 0.12.1",
 8261 "proc-macro2",
 8262 "quote",
 8263 "syn 2.0.117",
 8264]
 8265
 8266[[package]]
 8267name = "html5ever"
 8268version = "0.35.0"
 8269source = "registry+https://github.com/rust-lang/crates.io-index"
 8270checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8271dependencies = [
 8272 "log",
 8273 "markup5ever 0.35.0",
 8274 "match_token",
 8275]
 8276
 8277[[package]]
 8278name = "html_to_markdown"
 8279version = "0.1.0"
 8280dependencies = [
 8281 "anyhow",
 8282 "html5ever 0.27.0",
 8283 "indoc",
 8284 "markup5ever_rcdom",
 8285 "pretty_assertions",
 8286 "regex",
 8287]
 8288
 8289[[package]]
 8290name = "http"
 8291version = "0.2.12"
 8292source = "registry+https://github.com/rust-lang/crates.io-index"
 8293checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8294dependencies = [
 8295 "bytes 1.11.1",
 8296 "fnv",
 8297 "itoa",
 8298]
 8299
 8300[[package]]
 8301name = "http"
 8302version = "1.3.1"
 8303source = "registry+https://github.com/rust-lang/crates.io-index"
 8304checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8305dependencies = [
 8306 "bytes 1.11.1",
 8307 "fnv",
 8308 "itoa",
 8309]
 8310
 8311[[package]]
 8312name = "http-body"
 8313version = "0.4.6"
 8314source = "registry+https://github.com/rust-lang/crates.io-index"
 8315checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8316dependencies = [
 8317 "bytes 1.11.1",
 8318 "http 0.2.12",
 8319 "pin-project-lite",
 8320]
 8321
 8322[[package]]
 8323name = "http-body"
 8324version = "1.0.1"
 8325source = "registry+https://github.com/rust-lang/crates.io-index"
 8326checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8327dependencies = [
 8328 "bytes 1.11.1",
 8329 "http 1.3.1",
 8330]
 8331
 8332[[package]]
 8333name = "http-body-util"
 8334version = "0.1.3"
 8335source = "registry+https://github.com/rust-lang/crates.io-index"
 8336checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8337dependencies = [
 8338 "bytes 1.11.1",
 8339 "futures-core",
 8340 "http 1.3.1",
 8341 "http-body 1.0.1",
 8342 "pin-project-lite",
 8343]
 8344
 8345[[package]]
 8346name = "http-range-header"
 8347version = "0.3.1"
 8348source = "registry+https://github.com/rust-lang/crates.io-index"
 8349checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8350
 8351[[package]]
 8352name = "http_client"
 8353version = "0.1.0"
 8354dependencies = [
 8355 "anyhow",
 8356 "async-compression",
 8357 "async-fs",
 8358 "async-tar",
 8359 "bytes 1.11.1",
 8360 "derive_more",
 8361 "futures 0.3.32",
 8362 "http 1.3.1",
 8363 "http-body 1.0.1",
 8364 "log",
 8365 "parking_lot",
 8366 "serde",
 8367 "serde_json",
 8368 "serde_urlencoded",
 8369 "sha2",
 8370 "tempfile",
 8371 "url",
 8372 "util",
 8373]
 8374
 8375[[package]]
 8376name = "http_client_tls"
 8377version = "0.1.0"
 8378dependencies = [
 8379 "rustls 0.23.33",
 8380 "rustls-platform-verifier",
 8381]
 8382
 8383[[package]]
 8384name = "httparse"
 8385version = "1.10.1"
 8386source = "registry+https://github.com/rust-lang/crates.io-index"
 8387checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8388
 8389[[package]]
 8390name = "httpdate"
 8391version = "1.0.3"
 8392source = "registry+https://github.com/rust-lang/crates.io-index"
 8393checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8394
 8395[[package]]
 8396name = "human_bytes"
 8397version = "0.4.3"
 8398source = "registry+https://github.com/rust-lang/crates.io-index"
 8399checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8400
 8401[[package]]
 8402name = "humantime"
 8403version = "2.3.0"
 8404source = "registry+https://github.com/rust-lang/crates.io-index"
 8405checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8406
 8407[[package]]
 8408name = "hyper"
 8409version = "0.14.32"
 8410source = "registry+https://github.com/rust-lang/crates.io-index"
 8411checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8412dependencies = [
 8413 "bytes 1.11.1",
 8414 "futures-channel",
 8415 "futures-core",
 8416 "futures-util",
 8417 "h2 0.3.27",
 8418 "http 0.2.12",
 8419 "http-body 0.4.6",
 8420 "httparse",
 8421 "httpdate",
 8422 "itoa",
 8423 "pin-project-lite",
 8424 "socket2 0.5.10",
 8425 "tokio",
 8426 "tower-service",
 8427 "tracing",
 8428 "want",
 8429]
 8430
 8431[[package]]
 8432name = "hyper"
 8433version = "1.7.0"
 8434source = "registry+https://github.com/rust-lang/crates.io-index"
 8435checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8436dependencies = [
 8437 "atomic-waker",
 8438 "bytes 1.11.1",
 8439 "futures-channel",
 8440 "futures-core",
 8441 "h2 0.4.12",
 8442 "http 1.3.1",
 8443 "http-body 1.0.1",
 8444 "httparse",
 8445 "itoa",
 8446 "pin-project-lite",
 8447 "pin-utils",
 8448 "smallvec",
 8449 "tokio",
 8450 "want",
 8451]
 8452
 8453[[package]]
 8454name = "hyper-rustls"
 8455version = "0.24.2"
 8456source = "registry+https://github.com/rust-lang/crates.io-index"
 8457checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8458dependencies = [
 8459 "futures-util",
 8460 "http 0.2.12",
 8461 "hyper 0.14.32",
 8462 "log",
 8463 "rustls 0.21.12",
 8464 "rustls-native-certs 0.6.3",
 8465 "tokio",
 8466 "tokio-rustls 0.24.1",
 8467]
 8468
 8469[[package]]
 8470name = "hyper-rustls"
 8471version = "0.27.7"
 8472source = "registry+https://github.com/rust-lang/crates.io-index"
 8473checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8474dependencies = [
 8475 "http 1.3.1",
 8476 "hyper 1.7.0",
 8477 "hyper-util",
 8478 "log",
 8479 "rustls 0.23.33",
 8480 "rustls-native-certs 0.8.2",
 8481 "rustls-pki-types",
 8482 "tokio",
 8483 "tokio-rustls 0.26.2",
 8484 "tower-service",
 8485]
 8486
 8487[[package]]
 8488name = "hyper-timeout"
 8489version = "0.5.2"
 8490source = "registry+https://github.com/rust-lang/crates.io-index"
 8491checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8492dependencies = [
 8493 "hyper 1.7.0",
 8494 "hyper-util",
 8495 "pin-project-lite",
 8496 "tokio",
 8497 "tower-service",
 8498]
 8499
 8500[[package]]
 8501name = "hyper-tls"
 8502version = "0.5.0"
 8503source = "registry+https://github.com/rust-lang/crates.io-index"
 8504checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8505dependencies = [
 8506 "bytes 1.11.1",
 8507 "hyper 0.14.32",
 8508 "native-tls",
 8509 "tokio",
 8510 "tokio-native-tls",
 8511]
 8512
 8513[[package]]
 8514name = "hyper-util"
 8515version = "0.1.17"
 8516source = "registry+https://github.com/rust-lang/crates.io-index"
 8517checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8518dependencies = [
 8519 "base64 0.22.1",
 8520 "bytes 1.11.1",
 8521 "futures-channel",
 8522 "futures-core",
 8523 "futures-util",
 8524 "http 1.3.1",
 8525 "http-body 1.0.1",
 8526 "hyper 1.7.0",
 8527 "ipnet",
 8528 "libc",
 8529 "percent-encoding",
 8530 "pin-project-lite",
 8531 "socket2 0.6.1",
 8532 "tokio",
 8533 "tower-service",
 8534 "tracing",
 8535]
 8536
 8537[[package]]
 8538name = "iana-time-zone"
 8539version = "0.1.64"
 8540source = "registry+https://github.com/rust-lang/crates.io-index"
 8541checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8542dependencies = [
 8543 "android_system_properties",
 8544 "core-foundation-sys",
 8545 "iana-time-zone-haiku",
 8546 "js-sys",
 8547 "log",
 8548 "wasm-bindgen",
 8549 "windows-core 0.62.2",
 8550]
 8551
 8552[[package]]
 8553name = "iana-time-zone-haiku"
 8554version = "0.1.2"
 8555source = "registry+https://github.com/rust-lang/crates.io-index"
 8556checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8557dependencies = [
 8558 "cc",
 8559]
 8560
 8561[[package]]
 8562name = "icons"
 8563version = "0.1.0"
 8564dependencies = [
 8565 "serde",
 8566 "strum 0.27.2",
 8567]
 8568
 8569[[package]]
 8570name = "icu_collections"
 8571version = "2.0.0"
 8572source = "registry+https://github.com/rust-lang/crates.io-index"
 8573checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8574dependencies = [
 8575 "displaydoc",
 8576 "potential_utf",
 8577 "yoke 0.8.0",
 8578 "zerofrom",
 8579 "zerovec",
 8580]
 8581
 8582[[package]]
 8583name = "icu_locale_core"
 8584version = "2.0.0"
 8585source = "registry+https://github.com/rust-lang/crates.io-index"
 8586checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8587dependencies = [
 8588 "displaydoc",
 8589 "litemap",
 8590 "tinystr",
 8591 "writeable",
 8592 "zerovec",
 8593]
 8594
 8595[[package]]
 8596name = "icu_normalizer"
 8597version = "2.0.0"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8600dependencies = [
 8601 "displaydoc",
 8602 "icu_collections",
 8603 "icu_normalizer_data",
 8604 "icu_properties",
 8605 "icu_provider",
 8606 "smallvec",
 8607 "zerovec",
 8608]
 8609
 8610[[package]]
 8611name = "icu_normalizer_data"
 8612version = "2.0.0"
 8613source = "registry+https://github.com/rust-lang/crates.io-index"
 8614checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8615
 8616[[package]]
 8617name = "icu_properties"
 8618version = "2.0.1"
 8619source = "registry+https://github.com/rust-lang/crates.io-index"
 8620checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8621dependencies = [
 8622 "displaydoc",
 8623 "icu_collections",
 8624 "icu_locale_core",
 8625 "icu_properties_data",
 8626 "icu_provider",
 8627 "potential_utf",
 8628 "zerotrie",
 8629 "zerovec",
 8630]
 8631
 8632[[package]]
 8633name = "icu_properties_data"
 8634version = "2.0.1"
 8635source = "registry+https://github.com/rust-lang/crates.io-index"
 8636checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8637
 8638[[package]]
 8639name = "icu_provider"
 8640version = "2.0.0"
 8641source = "registry+https://github.com/rust-lang/crates.io-index"
 8642checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8643dependencies = [
 8644 "displaydoc",
 8645 "icu_locale_core",
 8646 "stable_deref_trait",
 8647 "tinystr",
 8648 "writeable",
 8649 "yoke 0.8.0",
 8650 "zerofrom",
 8651 "zerotrie",
 8652 "zerovec",
 8653]
 8654
 8655[[package]]
 8656name = "id-arena"
 8657version = "2.2.1"
 8658source = "registry+https://github.com/rust-lang/crates.io-index"
 8659checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8660
 8661[[package]]
 8662name = "ident_case"
 8663version = "1.0.1"
 8664source = "registry+https://github.com/rust-lang/crates.io-index"
 8665checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8666
 8667[[package]]
 8668name = "idna"
 8669version = "1.1.0"
 8670source = "registry+https://github.com/rust-lang/crates.io-index"
 8671checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8672dependencies = [
 8673 "idna_adapter",
 8674 "smallvec",
 8675 "utf8_iter",
 8676]
 8677
 8678[[package]]
 8679name = "idna_adapter"
 8680version = "1.2.1"
 8681source = "registry+https://github.com/rust-lang/crates.io-index"
 8682checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8683dependencies = [
 8684 "icu_normalizer",
 8685 "icu_properties",
 8686]
 8687
 8688[[package]]
 8689name = "ignore"
 8690version = "0.4.24"
 8691source = "registry+https://github.com/rust-lang/crates.io-index"
 8692checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8693dependencies = [
 8694 "crossbeam-deque",
 8695 "globset",
 8696 "log",
 8697 "memchr",
 8698 "regex-automata",
 8699 "same-file",
 8700 "walkdir",
 8701 "winapi-util",
 8702]
 8703
 8704[[package]]
 8705name = "image"
 8706version = "0.25.10"
 8707source = "registry+https://github.com/rust-lang/crates.io-index"
 8708checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8709dependencies = [
 8710 "bytemuck",
 8711 "byteorder-lite",
 8712 "color_quant",
 8713 "exr",
 8714 "gif 0.14.2",
 8715 "image-webp",
 8716 "moxcms",
 8717 "num-traits",
 8718 "png 0.18.0",
 8719 "qoi",
 8720 "ravif",
 8721 "rayon",
 8722 "rgb",
 8723 "tiff",
 8724 "zune-core 0.5.1",
 8725 "zune-jpeg 0.5.15",
 8726]
 8727
 8728[[package]]
 8729name = "image-webp"
 8730version = "0.2.4"
 8731source = "registry+https://github.com/rust-lang/crates.io-index"
 8732checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8733dependencies = [
 8734 "byteorder-lite",
 8735 "quick-error 2.0.1",
 8736]
 8737
 8738[[package]]
 8739name = "image_viewer"
 8740version = "0.1.0"
 8741dependencies = [
 8742 "anyhow",
 8743 "db",
 8744 "editor",
 8745 "file_icons",
 8746 "gpui",
 8747 "language",
 8748 "log",
 8749 "project",
 8750 "serde",
 8751 "settings",
 8752 "theme_settings",
 8753 "ui",
 8754 "util",
 8755 "workspace",
 8756]
 8757
 8758[[package]]
 8759name = "imagesize"
 8760version = "0.13.0"
 8761source = "registry+https://github.com/rust-lang/crates.io-index"
 8762checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8763
 8764[[package]]
 8765name = "imara-diff"
 8766version = "0.1.8"
 8767source = "registry+https://github.com/rust-lang/crates.io-index"
 8768checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8769dependencies = [
 8770 "hashbrown 0.15.5",
 8771]
 8772
 8773[[package]]
 8774name = "imgref"
 8775version = "1.12.0"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8778
 8779[[package]]
 8780name = "indenter"
 8781version = "0.3.4"
 8782source = "registry+https://github.com/rust-lang/crates.io-index"
 8783checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8784
 8785[[package]]
 8786name = "indexmap"
 8787version = "2.11.4"
 8788source = "registry+https://github.com/rust-lang/crates.io-index"
 8789checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8790dependencies = [
 8791 "equivalent",
 8792 "hashbrown 0.15.5",
 8793 "serde",
 8794 "serde_core",
 8795]
 8796
 8797[[package]]
 8798name = "indoc"
 8799version = "2.0.6"
 8800source = "registry+https://github.com/rust-lang/crates.io-index"
 8801checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8802
 8803[[package]]
 8804name = "inherent"
 8805version = "1.0.13"
 8806source = "registry+https://github.com/rust-lang/crates.io-index"
 8807checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8808dependencies = [
 8809 "proc-macro2",
 8810 "quote",
 8811 "syn 2.0.117",
 8812]
 8813
 8814[[package]]
 8815name = "inotify"
 8816version = "0.9.6"
 8817source = "registry+https://github.com/rust-lang/crates.io-index"
 8818checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8819dependencies = [
 8820 "bitflags 1.3.2",
 8821 "inotify-sys",
 8822 "libc",
 8823]
 8824
 8825[[package]]
 8826name = "inotify"
 8827version = "0.11.0"
 8828source = "registry+https://github.com/rust-lang/crates.io-index"
 8829checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8830dependencies = [
 8831 "bitflags 2.10.0",
 8832 "inotify-sys",
 8833 "libc",
 8834]
 8835
 8836[[package]]
 8837name = "inotify-sys"
 8838version = "0.1.5"
 8839source = "registry+https://github.com/rust-lang/crates.io-index"
 8840checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8841dependencies = [
 8842 "libc",
 8843]
 8844
 8845[[package]]
 8846name = "inout"
 8847version = "0.1.4"
 8848source = "registry+https://github.com/rust-lang/crates.io-index"
 8849checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8850dependencies = [
 8851 "block-padding",
 8852 "generic-array",
 8853]
 8854
 8855[[package]]
 8856name = "input_latency_ui"
 8857version = "0.1.0"
 8858dependencies = [
 8859 "chrono",
 8860 "gpui",
 8861 "hdrhistogram",
 8862]
 8863
 8864[[package]]
 8865name = "inspector_ui"
 8866version = "0.1.0"
 8867dependencies = [
 8868 "anyhow",
 8869 "command_palette_hooks",
 8870 "editor",
 8871 "fuzzy",
 8872 "gpui",
 8873 "language",
 8874 "project",
 8875 "serde_json",
 8876 "serde_json_lenient",
 8877 "theme_settings",
 8878 "ui",
 8879 "util",
 8880 "util_macros",
 8881 "workspace",
 8882 "zed_actions",
 8883]
 8884
 8885[[package]]
 8886name = "install_cli"
 8887version = "0.1.0"
 8888dependencies = [
 8889 "anyhow",
 8890 "client",
 8891 "gpui",
 8892 "release_channel",
 8893 "smol",
 8894 "util",
 8895 "workspace",
 8896]
 8897
 8898[[package]]
 8899name = "instant"
 8900version = "0.1.13"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8903dependencies = [
 8904 "cfg-if",
 8905]
 8906
 8907[[package]]
 8908name = "interpolate_name"
 8909version = "0.2.4"
 8910source = "registry+https://github.com/rust-lang/crates.io-index"
 8911checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8912dependencies = [
 8913 "proc-macro2",
 8914 "quote",
 8915 "syn 2.0.117",
 8916]
 8917
 8918[[package]]
 8919name = "inventory"
 8920version = "0.3.21"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8923dependencies = [
 8924 "rustversion",
 8925]
 8926
 8927[[package]]
 8928name = "io-extras"
 8929version = "0.18.4"
 8930source = "registry+https://github.com/rust-lang/crates.io-index"
 8931checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8932dependencies = [
 8933 "io-lifetimes",
 8934 "windows-sys 0.59.0",
 8935]
 8936
 8937[[package]]
 8938name = "io-lifetimes"
 8939version = "2.0.4"
 8940source = "registry+https://github.com/rust-lang/crates.io-index"
 8941checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8942
 8943[[package]]
 8944name = "io-surface"
 8945version = "0.16.1"
 8946source = "registry+https://github.com/rust-lang/crates.io-index"
 8947checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8948dependencies = [
 8949 "cgl",
 8950 "core-foundation 0.10.0",
 8951 "core-foundation-sys",
 8952 "leaky-cow",
 8953]
 8954
 8955[[package]]
 8956name = "iovec"
 8957version = "0.1.4"
 8958source = "registry+https://github.com/rust-lang/crates.io-index"
 8959checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8960dependencies = [
 8961 "libc",
 8962]
 8963
 8964[[package]]
 8965name = "ipc-channel"
 8966version = "0.19.0"
 8967source = "registry+https://github.com/rust-lang/crates.io-index"
 8968checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8969dependencies = [
 8970 "bincode",
 8971 "crossbeam-channel",
 8972 "fnv",
 8973 "lazy_static",
 8974 "libc",
 8975 "mio 1.1.0",
 8976 "rand 0.8.5",
 8977 "serde",
 8978 "tempfile",
 8979 "uuid",
 8980 "windows 0.58.0",
 8981]
 8982
 8983[[package]]
 8984name = "ipnet"
 8985version = "2.11.0"
 8986source = "registry+https://github.com/rust-lang/crates.io-index"
 8987checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8988
 8989[[package]]
 8990name = "iri-string"
 8991version = "0.7.8"
 8992source = "registry+https://github.com/rust-lang/crates.io-index"
 8993checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8994dependencies = [
 8995 "memchr",
 8996 "serde",
 8997]
 8998
 8999[[package]]
 9000name = "is-docker"
 9001version = "0.2.0"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 9004dependencies = [
 9005 "once_cell",
 9006]
 9007
 9008[[package]]
 9009name = "is-terminal"
 9010version = "0.4.16"
 9011source = "registry+https://github.com/rust-lang/crates.io-index"
 9012checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 9013dependencies = [
 9014 "hermit-abi",
 9015 "libc",
 9016 "windows-sys 0.59.0",
 9017]
 9018
 9019[[package]]
 9020name = "is-wsl"
 9021version = "0.4.0"
 9022source = "registry+https://github.com/rust-lang/crates.io-index"
 9023checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 9024dependencies = [
 9025 "is-docker",
 9026 "once_cell",
 9027]
 9028
 9029[[package]]
 9030name = "is_executable"
 9031version = "1.0.5"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 9034dependencies = [
 9035 "windows-sys 0.60.2",
 9036]
 9037
 9038[[package]]
 9039name = "is_terminal_polyfill"
 9040version = "1.70.1"
 9041source = "registry+https://github.com/rust-lang/crates.io-index"
 9042checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 9043
 9044[[package]]
 9045name = "itertools"
 9046version = "0.10.5"
 9047source = "registry+https://github.com/rust-lang/crates.io-index"
 9048checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9049dependencies = [
 9050 "either",
 9051]
 9052
 9053[[package]]
 9054name = "itertools"
 9055version = "0.11.0"
 9056source = "registry+https://github.com/rust-lang/crates.io-index"
 9057checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9058dependencies = [
 9059 "either",
 9060]
 9061
 9062[[package]]
 9063name = "itertools"
 9064version = "0.14.0"
 9065source = "registry+https://github.com/rust-lang/crates.io-index"
 9066checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9067dependencies = [
 9068 "either",
 9069]
 9070
 9071[[package]]
 9072name = "itoa"
 9073version = "1.0.15"
 9074source = "registry+https://github.com/rust-lang/crates.io-index"
 9075checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9076
 9077[[package]]
 9078name = "jiff"
 9079version = "0.2.15"
 9080source = "registry+https://github.com/rust-lang/crates.io-index"
 9081checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9082dependencies = [
 9083 "jiff-static",
 9084 "log",
 9085 "portable-atomic",
 9086 "portable-atomic-util",
 9087 "serde",
 9088]
 9089
 9090[[package]]
 9091name = "jiff-static"
 9092version = "0.2.15"
 9093source = "registry+https://github.com/rust-lang/crates.io-index"
 9094checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9095dependencies = [
 9096 "proc-macro2",
 9097 "quote",
 9098 "syn 2.0.117",
 9099]
 9100
 9101[[package]]
 9102name = "jni"
 9103version = "0.21.1"
 9104source = "registry+https://github.com/rust-lang/crates.io-index"
 9105checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9106dependencies = [
 9107 "cesu8",
 9108 "cfg-if",
 9109 "combine",
 9110 "jni-sys",
 9111 "log",
 9112 "thiserror 1.0.69",
 9113 "walkdir",
 9114 "windows-sys 0.45.0",
 9115]
 9116
 9117[[package]]
 9118name = "jni-sys"
 9119version = "0.3.0"
 9120source = "registry+https://github.com/rust-lang/crates.io-index"
 9121checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9122
 9123[[package]]
 9124name = "jobserver"
 9125version = "0.1.34"
 9126source = "registry+https://github.com/rust-lang/crates.io-index"
 9127checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9128dependencies = [
 9129 "getrandom 0.3.4",
 9130 "libc",
 9131]
 9132
 9133[[package]]
 9134name = "journal"
 9135version = "0.1.0"
 9136dependencies = [
 9137 "anyhow",
 9138 "chrono",
 9139 "editor",
 9140 "gpui",
 9141 "log",
 9142 "serde",
 9143 "settings",
 9144 "shellexpand",
 9145 "workspace",
 9146]
 9147
 9148[[package]]
 9149name = "js-sys"
 9150version = "0.3.90"
 9151source = "registry+https://github.com/rust-lang/crates.io-index"
 9152checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9153dependencies = [
 9154 "once_cell",
 9155 "wasm-bindgen",
 9156]
 9157
 9158[[package]]
 9159name = "json5"
 9160version = "0.4.1"
 9161source = "registry+https://github.com/rust-lang/crates.io-index"
 9162checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9163dependencies = [
 9164 "pest",
 9165 "pest_derive",
 9166 "serde",
 9167]
 9168
 9169[[package]]
 9170name = "json_dotpath"
 9171version = "1.1.0"
 9172source = "registry+https://github.com/rust-lang/crates.io-index"
 9173checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9174dependencies = [
 9175 "serde",
 9176 "serde_derive",
 9177 "serde_json",
 9178 "thiserror 1.0.69",
 9179]
 9180
 9181[[package]]
 9182name = "json_schema_store"
 9183version = "0.1.0"
 9184dependencies = [
 9185 "anyhow",
 9186 "collections",
 9187 "dap",
 9188 "extension",
 9189 "feature_flags",
 9190 "gpui",
 9191 "language",
 9192 "parking_lot",
 9193 "paths",
 9194 "project",
 9195 "schemars",
 9196 "serde",
 9197 "serde_json",
 9198 "settings",
 9199 "snippet_provider",
 9200 "task",
 9201 "theme",
 9202 "util",
 9203]
 9204
 9205[[package]]
 9206name = "jsonschema"
 9207version = "0.37.4"
 9208source = "registry+https://github.com/rust-lang/crates.io-index"
 9209checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9210dependencies = [
 9211 "ahash 0.8.12",
 9212 "bytecount",
 9213 "data-encoding",
 9214 "email_address",
 9215 "fancy-regex 0.16.2",
 9216 "fraction",
 9217 "getrandom 0.3.4",
 9218 "idna",
 9219 "itoa",
 9220 "num-cmp",
 9221 "num-traits",
 9222 "percent-encoding",
 9223 "referencing",
 9224 "regex",
 9225 "regex-syntax",
 9226 "reqwest 0.12.24",
 9227 "serde",
 9228 "serde_json",
 9229 "unicode-general-category",
 9230 "uuid-simd",
 9231]
 9232
 9233[[package]]
 9234name = "jsonwebtoken"
 9235version = "10.3.0"
 9236source = "registry+https://github.com/rust-lang/crates.io-index"
 9237checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9238dependencies = [
 9239 "aws-lc-rs",
 9240 "base64 0.22.1",
 9241 "getrandom 0.2.16",
 9242 "js-sys",
 9243 "pem",
 9244 "serde",
 9245 "serde_json",
 9246 "signature 2.2.0",
 9247 "simple_asn1",
 9248]
 9249
 9250[[package]]
 9251name = "jupyter-protocol"
 9252version = "1.4.0"
 9253source = "registry+https://github.com/rust-lang/crates.io-index"
 9254checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9255dependencies = [
 9256 "async-trait",
 9257 "bytes 1.11.1",
 9258 "chrono",
 9259 "futures 0.3.32",
 9260 "serde",
 9261 "serde_json",
 9262 "thiserror 2.0.17",
 9263 "uuid",
 9264]
 9265
 9266[[package]]
 9267name = "jupyter-websocket-client"
 9268version = "1.0.0"
 9269source = "registry+https://github.com/rust-lang/crates.io-index"
 9270checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9271dependencies = [
 9272 "anyhow",
 9273 "async-trait",
 9274 "async-tungstenite",
 9275 "futures 0.3.32",
 9276 "jupyter-protocol",
 9277 "serde",
 9278 "serde_json",
 9279 "tokio",
 9280 "url",
 9281 "uuid",
 9282]
 9283
 9284[[package]]
 9285name = "keymap_editor"
 9286version = "0.1.0"
 9287dependencies = [
 9288 "anyhow",
 9289 "collections",
 9290 "command_palette",
 9291 "component",
 9292 "db",
 9293 "editor",
 9294 "fs",
 9295 "fuzzy",
 9296 "gpui",
 9297 "itertools 0.14.0",
 9298 "json_schema_store",
 9299 "language",
 9300 "log",
 9301 "menu",
 9302 "notifications",
 9303 "paths",
 9304 "project",
 9305 "search",
 9306 "serde",
 9307 "serde_json",
 9308 "settings",
 9309 "telemetry",
 9310 "tempfile",
 9311 "theme",
 9312 "theme_settings",
 9313 "tree-sitter-json",
 9314 "tree-sitter-rust",
 9315 "ui",
 9316 "ui_input",
 9317 "util",
 9318 "workspace",
 9319 "zed_actions",
 9320]
 9321
 9322[[package]]
 9323name = "khronos-egl"
 9324version = "6.0.0"
 9325source = "registry+https://github.com/rust-lang/crates.io-index"
 9326checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9327dependencies = [
 9328 "libc",
 9329 "libloading",
 9330 "pkg-config",
 9331]
 9332
 9333[[package]]
 9334name = "khronos_api"
 9335version = "3.1.0"
 9336source = "registry+https://github.com/rust-lang/crates.io-index"
 9337checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9338
 9339[[package]]
 9340name = "kqueue"
 9341version = "1.1.1"
 9342source = "registry+https://github.com/rust-lang/crates.io-index"
 9343checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9344dependencies = [
 9345 "kqueue-sys",
 9346 "libc",
 9347]
 9348
 9349[[package]]
 9350name = "kqueue-sys"
 9351version = "1.0.4"
 9352source = "registry+https://github.com/rust-lang/crates.io-index"
 9353checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9354dependencies = [
 9355 "bitflags 1.3.2",
 9356 "libc",
 9357]
 9358
 9359[[package]]
 9360name = "kurbo"
 9361version = "0.11.3"
 9362source = "registry+https://github.com/rust-lang/crates.io-index"
 9363checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9364dependencies = [
 9365 "arrayvec",
 9366 "euclid",
 9367 "smallvec",
 9368]
 9369
 9370[[package]]
 9371name = "kv-log-macro"
 9372version = "1.0.7"
 9373source = "registry+https://github.com/rust-lang/crates.io-index"
 9374checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9375dependencies = [
 9376 "log",
 9377]
 9378
 9379[[package]]
 9380name = "language"
 9381version = "0.1.0"
 9382dependencies = [
 9383 "anyhow",
 9384 "async-trait",
 9385 "clock",
 9386 "collections",
 9387 "criterion",
 9388 "ctor",
 9389 "diffy",
 9390 "ec4rs",
 9391 "encoding_rs",
 9392 "fs",
 9393 "futures 0.3.32",
 9394 "fuzzy",
 9395 "globset",
 9396 "gpui",
 9397 "http_client",
 9398 "imara-diff",
 9399 "indoc",
 9400 "itertools 0.14.0",
 9401 "language_core",
 9402 "log",
 9403 "lsp",
 9404 "parking_lot",
 9405 "postage",
 9406 "pretty_assertions",
 9407 "rand 0.9.3",
 9408 "regex",
 9409 "rpc",
 9410 "semver",
 9411 "serde",
 9412 "serde_json",
 9413 "settings",
 9414 "shellexpand",
 9415 "smallvec",
 9416 "smol",
 9417 "streaming-iterator",
 9418 "strsim",
 9419 "sum_tree",
 9420 "task",
 9421 "text",
 9422 "theme",
 9423 "theme_settings",
 9424 "toml 0.8.23",
 9425 "tracing",
 9426 "tree-sitter",
 9427 "tree-sitter-elixir",
 9428 "tree-sitter-embedded-template",
 9429 "tree-sitter-heex",
 9430 "tree-sitter-html",
 9431 "tree-sitter-json",
 9432 "tree-sitter-md",
 9433 "tree-sitter-python",
 9434 "tree-sitter-ruby",
 9435 "tree-sitter-rust",
 9436 "tree-sitter-typescript",
 9437 "unicase",
 9438 "unindent",
 9439 "util",
 9440 "watch",
 9441 "zlog",
 9442 "ztracing",
 9443]
 9444
 9445[[package]]
 9446name = "language_core"
 9447version = "0.1.0"
 9448dependencies = [
 9449 "anyhow",
 9450 "collections",
 9451 "gpui_shared_string",
 9452 "log",
 9453 "lsp",
 9454 "parking_lot",
 9455 "regex",
 9456 "schemars",
 9457 "serde",
 9458 "serde_json",
 9459 "toml 0.8.23",
 9460 "tree-sitter",
 9461 "util",
 9462]
 9463
 9464[[package]]
 9465name = "language_extension"
 9466version = "0.1.0"
 9467dependencies = [
 9468 "anyhow",
 9469 "async-trait",
 9470 "collections",
 9471 "extension",
 9472 "fs",
 9473 "futures 0.3.32",
 9474 "gpui",
 9475 "language",
 9476 "log",
 9477 "lsp",
 9478 "project",
 9479 "serde",
 9480 "serde_json",
 9481 "tracing",
 9482 "util",
 9483 "ztracing",
 9484]
 9485
 9486[[package]]
 9487name = "language_model"
 9488version = "0.1.0"
 9489dependencies = [
 9490 "anyhow",
 9491 "base64 0.22.1",
 9492 "collections",
 9493 "credentials_provider",
 9494 "env_var",
 9495 "futures 0.3.32",
 9496 "gpui",
 9497 "http_client",
 9498 "icons",
 9499 "image",
 9500 "language_model_core",
 9501 "log",
 9502 "parking_lot",
 9503 "serde",
 9504 "serde_json",
 9505 "thiserror 2.0.17",
 9506 "util",
 9507]
 9508
 9509[[package]]
 9510name = "language_model_core"
 9511version = "0.1.0"
 9512dependencies = [
 9513 "anyhow",
 9514 "cloud_llm_client",
 9515 "futures 0.3.32",
 9516 "gpui_shared_string",
 9517 "http_client",
 9518 "partial-json-fixer",
 9519 "schemars",
 9520 "serde",
 9521 "serde_json",
 9522 "smol",
 9523 "strum 0.27.2",
 9524 "thiserror 2.0.17",
 9525]
 9526
 9527[[package]]
 9528name = "language_models"
 9529version = "0.1.0"
 9530dependencies = [
 9531 "ai_onboarding",
 9532 "anthropic",
 9533 "anyhow",
 9534 "aws-config",
 9535 "aws-credential-types",
 9536 "aws_http_client",
 9537 "base64 0.22.1",
 9538 "bedrock",
 9539 "client",
 9540 "cloud_api_client",
 9541 "cloud_api_types",
 9542 "collections",
 9543 "component",
 9544 "convert_case 0.8.0",
 9545 "copilot",
 9546 "copilot_chat",
 9547 "copilot_ui",
 9548 "credentials_provider",
 9549 "deepseek",
 9550 "extension",
 9551 "extension_host",
 9552 "fs",
 9553 "futures 0.3.32",
 9554 "google_ai",
 9555 "gpui",
 9556 "gpui_tokio",
 9557 "http_client",
 9558 "language",
 9559 "language_model",
 9560 "language_models_cloud",
 9561 "lmstudio",
 9562 "log",
 9563 "menu",
 9564 "mistral",
 9565 "ollama",
 9566 "open_ai",
 9567 "open_router",
 9568 "opencode",
 9569 "pretty_assertions",
 9570 "release_channel",
 9571 "schemars",
 9572 "serde",
 9573 "serde_json",
 9574 "settings",
 9575 "smol",
 9576 "strum 0.27.2",
 9577 "tiktoken-rs",
 9578 "tokio",
 9579 "ui",
 9580 "ui_input",
 9581 "util",
 9582 "vercel",
 9583 "x_ai",
 9584]
 9585
 9586[[package]]
 9587name = "language_models_cloud"
 9588version = "0.1.0"
 9589dependencies = [
 9590 "anthropic",
 9591 "anyhow",
 9592 "cloud_llm_client",
 9593 "futures 0.3.32",
 9594 "google_ai",
 9595 "gpui",
 9596 "http_client",
 9597 "language_model",
 9598 "open_ai",
 9599 "schemars",
 9600 "semver",
 9601 "serde",
 9602 "serde_json",
 9603 "smol",
 9604 "thiserror 2.0.17",
 9605 "x_ai",
 9606]
 9607
 9608[[package]]
 9609name = "language_onboarding"
 9610version = "0.1.0"
 9611dependencies = [
 9612 "db",
 9613 "editor",
 9614 "gpui",
 9615 "project",
 9616 "ui",
 9617 "workspace",
 9618]
 9619
 9620[[package]]
 9621name = "language_selector"
 9622version = "0.1.0"
 9623dependencies = [
 9624 "anyhow",
 9625 "editor",
 9626 "file_icons",
 9627 "fuzzy",
 9628 "gpui",
 9629 "language",
 9630 "open_path_prompt",
 9631 "picker",
 9632 "project",
 9633 "serde_json",
 9634 "settings",
 9635 "ui",
 9636 "util",
 9637 "workspace",
 9638]
 9639
 9640[[package]]
 9641name = "language_tools"
 9642version = "0.1.0"
 9643dependencies = [
 9644 "anyhow",
 9645 "client",
 9646 "collections",
 9647 "command_palette_hooks",
 9648 "edit_prediction",
 9649 "editor",
 9650 "futures 0.3.32",
 9651 "gpui",
 9652 "itertools 0.14.0",
 9653 "language",
 9654 "lsp",
 9655 "menu",
 9656 "project",
 9657 "proto",
 9658 "release_channel",
 9659 "semver",
 9660 "serde_json",
 9661 "settings",
 9662 "sysinfo 0.37.2",
 9663 "telemetry",
 9664 "theme",
 9665 "theme_settings",
 9666 "tree-sitter",
 9667 "ui",
 9668 "util",
 9669 "workspace",
 9670 "zed_actions",
 9671 "zlog",
 9672]
 9673
 9674[[package]]
 9675name = "languages"
 9676version = "0.1.0"
 9677dependencies = [
 9678 "anyhow",
 9679 "async-compression",
 9680 "async-fs",
 9681 "async-tar",
 9682 "async-trait",
 9683 "chrono",
 9684 "collections",
 9685 "fs",
 9686 "futures 0.3.32",
 9687 "globset",
 9688 "gpui",
 9689 "grammars",
 9690 "http_client",
 9691 "itertools 0.14.0",
 9692 "json_schema_store",
 9693 "language",
 9694 "log",
 9695 "lsp",
 9696 "node_runtime",
 9697 "parking_lot",
 9698 "pet",
 9699 "pet-conda",
 9700 "pet-core",
 9701 "pet-fs",
 9702 "pet-poetry",
 9703 "pet-reporter",
 9704 "pet-virtualenv",
 9705 "pretty_assertions",
 9706 "project",
 9707 "regex",
 9708 "rope",
 9709 "semver",
 9710 "serde",
 9711 "serde_json",
 9712 "serde_json_lenient",
 9713 "settings",
 9714 "smallvec",
 9715 "smol",
 9716 "snippet",
 9717 "task",
 9718 "terminal",
 9719 "theme",
 9720 "tree-sitter",
 9721 "tree-sitter-bash",
 9722 "tree-sitter-c",
 9723 "tree-sitter-cpp",
 9724 "tree-sitter-css",
 9725 "tree-sitter-gitcommit",
 9726 "tree-sitter-go",
 9727 "tree-sitter-python",
 9728 "tree-sitter-rust",
 9729 "tree-sitter-typescript",
 9730 "unindent",
 9731 "url",
 9732 "util",
 9733]
 9734
 9735[[package]]
 9736name = "lazy_static"
 9737version = "1.5.0"
 9738source = "registry+https://github.com/rust-lang/crates.io-index"
 9739checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9740dependencies = [
 9741 "spin 0.9.8",
 9742]
 9743
 9744[[package]]
 9745name = "leak"
 9746version = "0.1.2"
 9747source = "registry+https://github.com/rust-lang/crates.io-index"
 9748checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9749
 9750[[package]]
 9751name = "leaky-cow"
 9752version = "0.1.1"
 9753source = "registry+https://github.com/rust-lang/crates.io-index"
 9754checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9755dependencies = [
 9756 "leak",
 9757]
 9758
 9759[[package]]
 9760name = "leb128"
 9761version = "0.2.5"
 9762source = "registry+https://github.com/rust-lang/crates.io-index"
 9763checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9764
 9765[[package]]
 9766name = "leb128fmt"
 9767version = "0.1.0"
 9768source = "registry+https://github.com/rust-lang/crates.io-index"
 9769checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9770
 9771[[package]]
 9772name = "lebe"
 9773version = "0.5.3"
 9774source = "registry+https://github.com/rust-lang/crates.io-index"
 9775checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9776
 9777[[package]]
 9778name = "libbz2-rs-sys"
 9779version = "0.2.2"
 9780source = "registry+https://github.com/rust-lang/crates.io-index"
 9781checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9782
 9783[[package]]
 9784name = "libc"
 9785version = "0.2.182"
 9786source = "registry+https://github.com/rust-lang/crates.io-index"
 9787checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9788
 9789[[package]]
 9790name = "libdbus-sys"
 9791version = "0.2.6"
 9792source = "registry+https://github.com/rust-lang/crates.io-index"
 9793checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9794dependencies = [
 9795 "cc",
 9796 "pkg-config",
 9797]
 9798
 9799[[package]]
 9800name = "libfuzzer-sys"
 9801version = "0.4.10"
 9802source = "registry+https://github.com/rust-lang/crates.io-index"
 9803checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9804dependencies = [
 9805 "arbitrary",
 9806 "cc",
 9807]
 9808
 9809[[package]]
 9810name = "libgit2-sys"
 9811version = "0.18.3+1.9.2"
 9812source = "registry+https://github.com/rust-lang/crates.io-index"
 9813checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9814dependencies = [
 9815 "cc",
 9816 "libc",
 9817 "libz-sys",
 9818 "pkg-config",
 9819]
 9820
 9821[[package]]
 9822name = "libloading"
 9823version = "0.8.9"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9826dependencies = [
 9827 "cfg-if",
 9828 "windows-link 0.2.1",
 9829]
 9830
 9831[[package]]
 9832name = "libm"
 9833version = "0.2.15"
 9834source = "registry+https://github.com/rust-lang/crates.io-index"
 9835checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9836
 9837[[package]]
 9838name = "libmimalloc-sys"
 9839version = "0.1.44"
 9840source = "registry+https://github.com/rust-lang/crates.io-index"
 9841checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9842dependencies = [
 9843 "cc",
 9844 "libc",
 9845]
 9846
 9847[[package]]
 9848name = "libredox"
 9849version = "0.1.10"
 9850source = "registry+https://github.com/rust-lang/crates.io-index"
 9851checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9852dependencies = [
 9853 "bitflags 2.10.0",
 9854 "libc",
 9855 "redox_syscall 0.5.18",
 9856]
 9857
 9858[[package]]
 9859name = "libsqlite3-sys"
 9860version = "0.30.1"
 9861source = "registry+https://github.com/rust-lang/crates.io-index"
 9862checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9863dependencies = [
 9864 "cc",
 9865 "pkg-config",
 9866 "vcpkg",
 9867]
 9868
 9869[[package]]
 9870name = "libwebrtc"
 9871version = "0.3.26"
 9872source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9873dependencies = [
 9874 "cxx",
 9875 "glib",
 9876 "jni",
 9877 "js-sys",
 9878 "lazy_static",
 9879 "livekit-protocol",
 9880 "livekit-runtime",
 9881 "log",
 9882 "parking_lot",
 9883 "serde",
 9884 "serde_json",
 9885 "thiserror 1.0.69",
 9886 "tokio",
 9887 "wasm-bindgen",
 9888 "wasm-bindgen-futures",
 9889 "web-sys",
 9890 "webrtc-sys",
 9891]
 9892
 9893[[package]]
 9894name = "libz-sys"
 9895version = "1.1.22"
 9896source = "registry+https://github.com/rust-lang/crates.io-index"
 9897checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9898dependencies = [
 9899 "cc",
 9900 "libc",
 9901 "pkg-config",
 9902 "vcpkg",
 9903]
 9904
 9905[[package]]
 9906name = "line_ending_selector"
 9907version = "0.1.0"
 9908dependencies = [
 9909 "editor",
 9910 "gpui",
 9911 "language",
 9912 "picker",
 9913 "project",
 9914 "ui",
 9915 "util",
 9916 "workspace",
 9917]
 9918
 9919[[package]]
 9920name = "linebender_resource_handle"
 9921version = "0.1.1"
 9922source = "registry+https://github.com/rust-lang/crates.io-index"
 9923checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9924
 9925[[package]]
 9926name = "link-cplusplus"
 9927version = "1.0.12"
 9928source = "registry+https://github.com/rust-lang/crates.io-index"
 9929checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9930dependencies = [
 9931 "cc",
 9932]
 9933
 9934[[package]]
 9935name = "linkify"
 9936version = "0.10.0"
 9937source = "registry+https://github.com/rust-lang/crates.io-index"
 9938checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9939dependencies = [
 9940 "memchr",
 9941]
 9942
 9943[[package]]
 9944name = "linux-raw-sys"
 9945version = "0.4.15"
 9946source = "registry+https://github.com/rust-lang/crates.io-index"
 9947checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9948
 9949[[package]]
 9950name = "linux-raw-sys"
 9951version = "0.11.0"
 9952source = "registry+https://github.com/rust-lang/crates.io-index"
 9953checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9954
 9955[[package]]
 9956name = "litemap"
 9957version = "0.8.0"
 9958source = "registry+https://github.com/rust-lang/crates.io-index"
 9959checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9960
 9961[[package]]
 9962name = "litrs"
 9963version = "1.0.0"
 9964source = "registry+https://github.com/rust-lang/crates.io-index"
 9965checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9966
 9967[[package]]
 9968name = "livekit"
 9969version = "0.7.32"
 9970source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9971dependencies = [
 9972 "base64 0.22.1",
 9973 "bmrng",
 9974 "bytes 1.11.1",
 9975 "chrono",
 9976 "futures-util",
 9977 "lazy_static",
 9978 "libloading",
 9979 "libwebrtc",
 9980 "livekit-api",
 9981 "livekit-protocol",
 9982 "livekit-runtime",
 9983 "log",
 9984 "parking_lot",
 9985 "prost 0.12.6",
 9986 "semver",
 9987 "serde",
 9988 "serde_json",
 9989 "thiserror 1.0.69",
 9990 "tokio",
 9991]
 9992
 9993[[package]]
 9994name = "livekit-api"
 9995version = "0.4.14"
 9996source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9997dependencies = [
 9998 "base64 0.21.7",
 9999 "futures-util",
10000 "http 1.3.1",
10001 "livekit-protocol",
10002 "livekit-runtime",
10003 "log",
10004 "parking_lot",
10005 "pbjson-types",
10006 "prost 0.12.6",
10007 "rand 0.9.3",
10008 "reqwest 0.12.24",
10009 "rustls-native-certs 0.6.3",
10010 "scopeguard",
10011 "serde",
10012 "sha2",
10013 "thiserror 1.0.69",
10014 "tokio",
10015 "tokio-rustls 0.26.2",
10016 "tokio-tungstenite 0.28.0",
10017 "url",
10018]
10019
10020[[package]]
10021name = "livekit-protocol"
10022version = "0.7.1"
10023source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10024dependencies = [
10025 "futures-util",
10026 "livekit-runtime",
10027 "parking_lot",
10028 "pbjson",
10029 "pbjson-types",
10030 "prost 0.12.6",
10031 "serde",
10032 "thiserror 1.0.69",
10033 "tokio",
10034]
10035
10036[[package]]
10037name = "livekit-runtime"
10038version = "0.4.0"
10039source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10040dependencies = [
10041 "tokio",
10042 "tokio-stream",
10043]
10044
10045[[package]]
10046name = "livekit_api"
10047version = "0.1.0"
10048dependencies = [
10049 "anyhow",
10050 "async-trait",
10051 "jsonwebtoken",
10052 "log",
10053 "prost 0.9.0",
10054 "prost-build 0.9.0",
10055 "prost-types 0.9.0",
10056 "serde",
10057 "zed-reqwest",
10058]
10059
10060[[package]]
10061name = "livekit_client"
10062version = "0.1.0"
10063dependencies = [
10064 "anyhow",
10065 "async-trait",
10066 "audio",
10067 "cocoa 0.26.0",
10068 "collections",
10069 "core-foundation 0.10.0",
10070 "core-video",
10071 "coreaudio-rs 0.12.1",
10072 "cpal",
10073 "futures 0.3.32",
10074 "gpui",
10075 "gpui_platform",
10076 "gpui_tokio",
10077 "http_client_tls",
10078 "image",
10079 "libwebrtc",
10080 "livekit",
10081 "livekit_api",
10082 "log",
10083 "nanoid",
10084 "objc",
10085 "parking_lot",
10086 "postage",
10087 "rodio",
10088 "serde",
10089 "serde_json",
10090 "serde_urlencoded",
10091 "settings",
10092 "simplelog",
10093 "smallvec",
10094 "tokio",
10095 "ui",
10096 "util",
10097 "webrtc-sys",
10098 "zed-scap",
10099]
10100
10101[[package]]
10102name = "lmdb-master-sys"
10103version = "0.2.5"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10106dependencies = [
10107 "cc",
10108 "doxygen-rs",
10109 "libc",
10110]
10111
10112[[package]]
10113name = "lmstudio"
10114version = "0.1.0"
10115dependencies = [
10116 "anyhow",
10117 "futures 0.3.32",
10118 "http_client",
10119 "schemars",
10120 "serde",
10121 "serde_json",
10122]
10123
10124[[package]]
10125name = "lock_api"
10126version = "0.4.14"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10129dependencies = [
10130 "scopeguard",
10131]
10132
10133[[package]]
10134name = "log"
10135version = "0.4.29"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10138dependencies = [
10139 "serde_core",
10140 "value-bag",
10141]
10142
10143[[package]]
10144name = "loom"
10145version = "0.7.2"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10148dependencies = [
10149 "cfg-if",
10150 "generator",
10151 "scoped-tls",
10152 "tracing",
10153 "tracing-subscriber",
10154]
10155
10156[[package]]
10157name = "loop9"
10158version = "0.1.5"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10161dependencies = [
10162 "imgref",
10163]
10164
10165[[package]]
10166name = "lru"
10167version = "0.12.5"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10170dependencies = [
10171 "hashbrown 0.15.5",
10172]
10173
10174[[package]]
10175name = "lru-slab"
10176version = "0.1.2"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10179
10180[[package]]
10181name = "lsp"
10182version = "0.1.0"
10183dependencies = [
10184 "anyhow",
10185 "async-pipe",
10186 "collections",
10187 "ctor",
10188 "futures 0.3.32",
10189 "gpui",
10190 "gpui_util",
10191 "log",
10192 "lsp-types",
10193 "parking_lot",
10194 "postage",
10195 "release_channel",
10196 "schemars",
10197 "semver",
10198 "serde",
10199 "serde_json",
10200 "smol",
10201 "util",
10202 "zlog",
10203]
10204
10205[[package]]
10206name = "lsp-types"
10207version = "0.95.1"
10208source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10209dependencies = [
10210 "bitflags 1.3.2",
10211 "serde",
10212 "serde_json",
10213 "url",
10214]
10215
10216[[package]]
10217name = "lyon"
10218version = "1.0.16"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10221dependencies = [
10222 "lyon_algorithms",
10223 "lyon_extra",
10224 "lyon_tessellation",
10225]
10226
10227[[package]]
10228name = "lyon_algorithms"
10229version = "1.0.16"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10232dependencies = [
10233 "lyon_path",
10234 "num-traits",
10235]
10236
10237[[package]]
10238name = "lyon_extra"
10239version = "1.0.3"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10242dependencies = [
10243 "lyon_path",
10244 "thiserror 1.0.69",
10245]
10246
10247[[package]]
10248name = "lyon_geom"
10249version = "1.0.17"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10252dependencies = [
10253 "arrayvec",
10254 "euclid",
10255 "num-traits",
10256]
10257
10258[[package]]
10259name = "lyon_path"
10260version = "1.0.16"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10263dependencies = [
10264 "lyon_geom",
10265 "num-traits",
10266]
10267
10268[[package]]
10269name = "lyon_tessellation"
10270version = "1.0.16"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10273dependencies = [
10274 "float_next_after",
10275 "lyon_path",
10276 "num-traits",
10277]
10278
10279[[package]]
10280name = "mac"
10281version = "0.1.1"
10282source = "registry+https://github.com/rust-lang/crates.io-index"
10283checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10284
10285[[package]]
10286name = "mach2"
10287version = "0.4.3"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10290dependencies = [
10291 "libc",
10292]
10293
10294[[package]]
10295name = "mach2"
10296version = "0.5.0"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10299dependencies = [
10300 "libc",
10301]
10302
10303[[package]]
10304name = "malloc_buf"
10305version = "0.0.6"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10308dependencies = [
10309 "libc",
10310]
10311
10312[[package]]
10313name = "maplit"
10314version = "1.0.2"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10317
10318[[package]]
10319name = "markdown"
10320version = "0.1.0"
10321dependencies = [
10322 "anyhow",
10323 "assets",
10324 "base64 0.22.1",
10325 "collections",
10326 "env_logger 0.11.8",
10327 "fs",
10328 "futures 0.3.32",
10329 "gpui",
10330 "gpui_platform",
10331 "html5ever 0.27.0",
10332 "language",
10333 "languages",
10334 "linkify",
10335 "log",
10336 "markup5ever_rcdom",
10337 "mermaid-rs-renderer",
10338 "node_runtime",
10339 "pulldown-cmark 0.13.0",
10340 "settings",
10341 "stacksafe",
10342 "sum_tree",
10343 "theme",
10344 "theme_settings",
10345 "ui",
10346 "util",
10347]
10348
10349[[package]]
10350name = "markdown_preview"
10351version = "0.1.0"
10352dependencies = [
10353 "anyhow",
10354 "editor",
10355 "gpui",
10356 "language",
10357 "log",
10358 "markdown",
10359 "project",
10360 "settings",
10361 "tempfile",
10362 "theme_settings",
10363 "ui",
10364 "urlencoding",
10365 "util",
10366 "workspace",
10367 "zed_actions",
10368]
10369
10370[[package]]
10371name = "markup5ever"
10372version = "0.12.1"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10375dependencies = [
10376 "log",
10377 "phf 0.11.3",
10378 "phf_codegen",
10379 "string_cache",
10380 "string_cache_codegen",
10381 "tendril",
10382]
10383
10384[[package]]
10385name = "markup5ever"
10386version = "0.35.0"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10389dependencies = [
10390 "log",
10391 "tendril",
10392 "web_atoms",
10393]
10394
10395[[package]]
10396name = "markup5ever_rcdom"
10397version = "0.3.0"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10400dependencies = [
10401 "html5ever 0.27.0",
10402 "markup5ever 0.12.1",
10403 "tendril",
10404 "xml5ever",
10405]
10406
10407[[package]]
10408name = "match_token"
10409version = "0.35.0"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10412dependencies = [
10413 "proc-macro2",
10414 "quote",
10415 "syn 2.0.117",
10416]
10417
10418[[package]]
10419name = "matchers"
10420version = "0.2.0"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10423dependencies = [
10424 "regex-automata",
10425]
10426
10427[[package]]
10428name = "matchit"
10429version = "0.7.3"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10432
10433[[package]]
10434name = "maybe-owned"
10435version = "0.3.4"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10438
10439[[package]]
10440name = "maybe-rayon"
10441version = "0.1.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10444dependencies = [
10445 "cfg-if",
10446 "rayon",
10447]
10448
10449[[package]]
10450name = "md-5"
10451version = "0.10.6"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10454dependencies = [
10455 "cfg-if",
10456 "digest",
10457]
10458
10459[[package]]
10460name = "mdbook"
10461version = "0.4.40"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10464dependencies = [
10465 "ammonia",
10466 "anyhow",
10467 "chrono",
10468 "clap",
10469 "clap_complete",
10470 "elasticlunr-rs",
10471 "env_logger 0.11.8",
10472 "futures-util",
10473 "handlebars 5.1.2",
10474 "ignore",
10475 "log",
10476 "memchr",
10477 "notify 6.1.1",
10478 "notify-debouncer-mini",
10479 "once_cell",
10480 "opener",
10481 "pathdiff",
10482 "pulldown-cmark 0.10.3",
10483 "regex",
10484 "serde",
10485 "serde_json",
10486 "shlex",
10487 "tempfile",
10488 "tokio",
10489 "toml 0.5.11",
10490 "topological-sort",
10491 "walkdir",
10492 "warp",
10493]
10494
10495[[package]]
10496name = "media"
10497version = "0.1.0"
10498dependencies = [
10499 "anyhow",
10500 "bindgen 0.71.1",
10501 "core-foundation 0.10.0",
10502 "core-video",
10503 "ctor",
10504 "foreign-types 0.5.0",
10505 "metal",
10506 "objc",
10507]
10508
10509[[package]]
10510name = "memchr"
10511version = "2.7.6"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10514
10515[[package]]
10516name = "memfd"
10517version = "0.6.5"
10518source = "registry+https://github.com/rust-lang/crates.io-index"
10519checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10520dependencies = [
10521 "rustix 1.1.2",
10522]
10523
10524[[package]]
10525name = "memmap2"
10526version = "0.9.8"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10529dependencies = [
10530 "libc",
10531 "stable_deref_trait",
10532]
10533
10534[[package]]
10535name = "memoffset"
10536version = "0.9.1"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10539dependencies = [
10540 "autocfg",
10541]
10542
10543[[package]]
10544name = "menu"
10545version = "0.1.0"
10546dependencies = [
10547 "gpui",
10548]
10549
10550[[package]]
10551name = "merge"
10552version = "0.1.0"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10555dependencies = [
10556 "merge_derive",
10557 "num-traits",
10558]
10559
10560[[package]]
10561name = "merge_derive"
10562version = "0.1.0"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10565dependencies = [
10566 "proc-macro-error",
10567 "proc-macro2",
10568 "quote",
10569 "syn 1.0.109",
10570]
10571
10572[[package]]
10573name = "mermaid-rs-renderer"
10574version = "0.2.0"
10575source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10576dependencies = [
10577 "anyhow",
10578 "fontdb 0.16.2",
10579 "json5",
10580 "once_cell",
10581 "regex",
10582 "serde",
10583 "serde_json",
10584 "thiserror 2.0.17",
10585 "ttf-parser 0.20.0",
10586]
10587
10588[[package]]
10589name = "metal"
10590version = "0.33.0"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10593dependencies = [
10594 "bitflags 2.10.0",
10595 "block",
10596 "core-graphics-types 0.2.0",
10597 "foreign-types 0.5.0",
10598 "log",
10599 "objc",
10600 "paste",
10601]
10602
10603[[package]]
10604name = "migrator"
10605version = "0.1.0"
10606dependencies = [
10607 "anyhow",
10608 "collections",
10609 "convert_case 0.8.0",
10610 "log",
10611 "pretty_assertions",
10612 "serde_json",
10613 "serde_json_lenient",
10614 "settings_content",
10615 "settings_json",
10616 "streaming-iterator",
10617 "tree-sitter",
10618 "tree-sitter-json",
10619 "unindent",
10620]
10621
10622[[package]]
10623name = "mimalloc"
10624version = "0.1.48"
10625source = "registry+https://github.com/rust-lang/crates.io-index"
10626checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10627dependencies = [
10628 "libmimalloc-sys",
10629]
10630
10631[[package]]
10632name = "mime"
10633version = "0.3.17"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10636
10637[[package]]
10638name = "mime_guess"
10639version = "2.0.5"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10642dependencies = [
10643 "mime",
10644 "unicase",
10645]
10646
10647[[package]]
10648name = "minidump-common"
10649version = "0.26.1"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10652dependencies = [
10653 "bitflags 2.10.0",
10654 "debugid",
10655 "num-derive",
10656 "num-traits",
10657 "range-map",
10658 "scroll",
10659 "smart-default",
10660]
10661
10662[[package]]
10663name = "minidump-writer"
10664version = "0.11.0"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10667dependencies = [
10668 "bitflags 2.10.0",
10669 "byteorder",
10670 "cfg-if",
10671 "crash-context",
10672 "error-graph",
10673 "failspot",
10674 "goblin",
10675 "libc",
10676 "log",
10677 "mach2 0.4.3",
10678 "memmap2",
10679 "memoffset",
10680 "minidump-common",
10681 "nix 0.29.0",
10682 "procfs-core",
10683 "scroll",
10684 "serde",
10685 "serde_json",
10686 "tempfile",
10687 "thiserror 2.0.17",
10688]
10689
10690[[package]]
10691name = "minidumper"
10692version = "0.9.0"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10695dependencies = [
10696 "cfg-if",
10697 "crash-context",
10698 "libc",
10699 "log",
10700 "minidump-writer",
10701 "parking_lot",
10702 "polling",
10703 "scroll",
10704 "thiserror 2.0.17",
10705 "uds",
10706]
10707
10708[[package]]
10709name = "minimal-lexical"
10710version = "0.2.1"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10713
10714[[package]]
10715name = "miniprofiler_ui"
10716version = "0.1.0"
10717dependencies = [
10718 "gpui",
10719 "rpc",
10720 "serde_json",
10721 "smol",
10722 "theme_settings",
10723 "util",
10724 "workspace",
10725 "zed_actions",
10726]
10727
10728[[package]]
10729name = "miniz_oxide"
10730version = "0.8.9"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10733dependencies = [
10734 "adler2",
10735 "simd-adler32",
10736]
10737
10738[[package]]
10739name = "mio"
10740version = "0.8.11"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10743dependencies = [
10744 "libc",
10745 "log",
10746 "wasi",
10747 "windows-sys 0.48.0",
10748]
10749
10750[[package]]
10751name = "mio"
10752version = "1.1.0"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10755dependencies = [
10756 "libc",
10757 "log",
10758 "wasi",
10759 "windows-sys 0.61.2",
10760]
10761
10762[[package]]
10763name = "miow"
10764version = "0.6.1"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10767dependencies = [
10768 "windows-sys 0.61.2",
10769]
10770
10771[[package]]
10772name = "mistral"
10773version = "0.1.0"
10774dependencies = [
10775 "anyhow",
10776 "futures 0.3.32",
10777 "http_client",
10778 "schemars",
10779 "serde",
10780 "serde_json",
10781 "strum 0.27.2",
10782]
10783
10784[[package]]
10785name = "moka"
10786version = "0.12.11"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10789dependencies = [
10790 "crossbeam-channel",
10791 "crossbeam-epoch",
10792 "crossbeam-utils",
10793 "equivalent",
10794 "parking_lot",
10795 "portable-atomic",
10796 "rustc_version",
10797 "smallvec",
10798 "tagptr",
10799 "uuid",
10800]
10801
10802[[package]]
10803name = "moxcms"
10804version = "0.8.1"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10807dependencies = [
10808 "num-traits",
10809 "pxfm",
10810]
10811
10812[[package]]
10813name = "msvc_spectre_libs"
10814version = "0.1.3"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10817dependencies = [
10818 "cc",
10819]
10820
10821[[package]]
10822name = "multi_buffer"
10823version = "0.1.0"
10824dependencies = [
10825 "anyhow",
10826 "buffer_diff",
10827 "clock",
10828 "collections",
10829 "ctor",
10830 "gpui",
10831 "indoc",
10832 "itertools 0.14.0",
10833 "language",
10834 "log",
10835 "parking_lot",
10836 "pretty_assertions",
10837 "rand 0.9.3",
10838 "rope",
10839 "serde",
10840 "settings",
10841 "smallvec",
10842 "smol",
10843 "sum_tree",
10844 "text",
10845 "theme",
10846 "tracing",
10847 "tree-sitter",
10848 "unicode-segmentation",
10849 "util",
10850 "zlog",
10851 "ztracing",
10852]
10853
10854[[package]]
10855name = "multimap"
10856version = "0.8.3"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10859
10860[[package]]
10861name = "naga"
10862version = "29.0.0"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10865dependencies = [
10866 "arrayvec",
10867 "bit-set 0.9.1",
10868 "bitflags 2.10.0",
10869 "cfg-if",
10870 "cfg_aliases 0.2.1",
10871 "codespan-reporting",
10872 "half",
10873 "hashbrown 0.16.1",
10874 "hexf-parse",
10875 "indexmap",
10876 "libm",
10877 "log",
10878 "num-traits",
10879 "once_cell",
10880 "rustc-hash 1.1.0",
10881 "thiserror 2.0.17",
10882 "unicode-ident",
10883]
10884
10885[[package]]
10886name = "naga"
10887version = "29.0.0"
10888source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10889dependencies = [
10890 "arrayvec",
10891 "bit-set 0.9.1",
10892 "bitflags 2.10.0",
10893 "cfg-if",
10894 "cfg_aliases 0.2.1",
10895 "codespan-reporting",
10896 "half",
10897 "hashbrown 0.16.1",
10898 "hexf-parse",
10899 "indexmap",
10900 "libm",
10901 "log",
10902 "num-traits",
10903 "once_cell",
10904 "rustc-hash 1.1.0",
10905 "spirv",
10906 "thiserror 2.0.17",
10907 "unicode-ident",
10908]
10909
10910[[package]]
10911name = "nanoid"
10912version = "0.4.0"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10915dependencies = [
10916 "rand 0.8.5",
10917]
10918
10919[[package]]
10920name = "nanorand"
10921version = "0.7.0"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10924dependencies = [
10925 "getrandom 0.2.16",
10926]
10927
10928[[package]]
10929name = "native-tls"
10930version = "0.2.14"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10933dependencies = [
10934 "libc",
10935 "log",
10936 "openssl",
10937 "openssl-probe",
10938 "openssl-sys",
10939 "schannel",
10940 "security-framework 2.11.1",
10941 "security-framework-sys",
10942 "tempfile",
10943]
10944
10945[[package]]
10946name = "nbformat"
10947version = "1.2.0"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10950dependencies = [
10951 "anyhow",
10952 "chrono",
10953 "jupyter-protocol",
10954 "serde",
10955 "serde_json",
10956 "thiserror 1.0.69",
10957 "uuid",
10958]
10959
10960[[package]]
10961name = "nc"
10962version = "0.1.0"
10963dependencies = [
10964 "anyhow",
10965 "futures 0.3.32",
10966 "net",
10967 "smol",
10968]
10969
10970[[package]]
10971name = "ndk"
10972version = "0.9.0"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10975dependencies = [
10976 "bitflags 2.10.0",
10977 "jni-sys",
10978 "log",
10979 "ndk-sys",
10980 "num_enum",
10981 "thiserror 1.0.69",
10982]
10983
10984[[package]]
10985name = "ndk-context"
10986version = "0.1.1"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10989
10990[[package]]
10991name = "ndk-sys"
10992version = "0.6.0+11769913"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10995dependencies = [
10996 "jni-sys",
10997]
10998
10999[[package]]
11000name = "net"
11001version = "0.1.0"
11002dependencies = [
11003 "anyhow",
11004 "async-io",
11005 "smol",
11006 "tempfile",
11007 "windows 0.61.3",
11008]
11009
11010[[package]]
11011name = "new_debug_unreachable"
11012version = "1.0.6"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
11015
11016[[package]]
11017name = "nix"
11018version = "0.28.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
11021dependencies = [
11022 "bitflags 2.10.0",
11023 "cfg-if",
11024 "cfg_aliases 0.1.1",
11025 "libc",
11026]
11027
11028[[package]]
11029name = "nix"
11030version = "0.29.0"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
11033dependencies = [
11034 "bitflags 2.10.0",
11035 "cfg-if",
11036 "cfg_aliases 0.2.1",
11037 "libc",
11038]
11039
11040[[package]]
11041name = "nix"
11042version = "0.30.1"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11045dependencies = [
11046 "bitflags 2.10.0",
11047 "cfg-if",
11048 "cfg_aliases 0.2.1",
11049 "libc",
11050]
11051
11052[[package]]
11053name = "node_runtime"
11054version = "0.1.0"
11055dependencies = [
11056 "anyhow",
11057 "async-compression",
11058 "async-std",
11059 "async-tar",
11060 "async-trait",
11061 "futures 0.3.32",
11062 "http_client",
11063 "log",
11064 "paths",
11065 "semver",
11066 "serde",
11067 "serde_json",
11068 "smol",
11069 "util",
11070 "watch",
11071 "which 6.0.3",
11072]
11073
11074[[package]]
11075name = "nom"
11076version = "7.1.3"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11079dependencies = [
11080 "memchr",
11081 "minimal-lexical",
11082]
11083
11084[[package]]
11085name = "nom"
11086version = "8.0.0"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11089dependencies = [
11090 "memchr",
11091]
11092
11093[[package]]
11094name = "noop_proc_macro"
11095version = "0.3.0"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11098
11099[[package]]
11100name = "normpath"
11101version = "1.5.0"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11104dependencies = [
11105 "windows-sys 0.61.2",
11106]
11107
11108[[package]]
11109name = "notifications"
11110version = "0.1.0"
11111dependencies = [
11112 "anyhow",
11113 "channel",
11114 "client",
11115 "component",
11116 "db",
11117 "gpui",
11118 "rpc",
11119 "sum_tree",
11120 "time",
11121 "ui",
11122 "util",
11123 "workspace",
11124 "zed_actions",
11125]
11126
11127[[package]]
11128name = "notify"
11129version = "6.1.1"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11132dependencies = [
11133 "bitflags 2.10.0",
11134 "crossbeam-channel",
11135 "filetime",
11136 "fsevent-sys",
11137 "inotify 0.9.6",
11138 "kqueue",
11139 "libc",
11140 "log",
11141 "mio 0.8.11",
11142 "walkdir",
11143 "windows-sys 0.48.0",
11144]
11145
11146[[package]]
11147name = "notify"
11148version = "8.2.0"
11149source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11150dependencies = [
11151 "bitflags 2.10.0",
11152 "fsevent-sys",
11153 "inotify 0.11.0",
11154 "kqueue",
11155 "libc",
11156 "log",
11157 "mio 1.1.0",
11158 "notify-types",
11159 "walkdir",
11160 "windows-sys 0.60.2",
11161]
11162
11163[[package]]
11164name = "notify-debouncer-mini"
11165version = "0.4.1"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11168dependencies = [
11169 "crossbeam-channel",
11170 "log",
11171 "notify 6.1.1",
11172]
11173
11174[[package]]
11175name = "notify-types"
11176version = "2.0.0"
11177source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11178
11179[[package]]
11180name = "ntapi"
11181version = "0.4.1"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11184dependencies = [
11185 "winapi",
11186]
11187
11188[[package]]
11189name = "nu-ansi-term"
11190version = "0.50.3"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11193dependencies = [
11194 "windows-sys 0.61.2",
11195]
11196
11197[[package]]
11198name = "nucleo"
11199version = "0.5.0"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11202dependencies = [
11203 "nucleo-matcher",
11204 "parking_lot",
11205 "rayon",
11206]
11207
11208[[package]]
11209name = "nucleo-matcher"
11210version = "0.3.1"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11213dependencies = [
11214 "memchr",
11215 "unicode-segmentation",
11216]
11217
11218[[package]]
11219name = "num"
11220version = "0.4.3"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11223dependencies = [
11224 "num-bigint",
11225 "num-complex",
11226 "num-integer",
11227 "num-iter",
11228 "num-rational",
11229 "num-traits",
11230]
11231
11232[[package]]
11233name = "num-bigint"
11234version = "0.4.6"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11237dependencies = [
11238 "num-integer",
11239 "num-traits",
11240]
11241
11242[[package]]
11243name = "num-bigint-dig"
11244version = "0.8.6"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11247dependencies = [
11248 "lazy_static",
11249 "libm",
11250 "num-integer",
11251 "num-iter",
11252 "num-traits",
11253 "rand 0.8.5",
11254 "smallvec",
11255 "zeroize",
11256]
11257
11258[[package]]
11259name = "num-bigint-dig"
11260version = "0.9.1"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11263dependencies = [
11264 "libm",
11265 "num-integer",
11266 "num-iter",
11267 "num-traits",
11268 "once_cell",
11269 "rand 0.9.3",
11270 "serde",
11271 "smallvec",
11272 "zeroize",
11273]
11274
11275[[package]]
11276name = "num-cmp"
11277version = "0.1.0"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11280
11281[[package]]
11282name = "num-complex"
11283version = "0.4.6"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11286dependencies = [
11287 "bytemuck",
11288 "num-traits",
11289]
11290
11291[[package]]
11292name = "num-conv"
11293version = "0.2.0"
11294source = "registry+https://github.com/rust-lang/crates.io-index"
11295checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11296
11297[[package]]
11298name = "num-derive"
11299version = "0.4.2"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11302dependencies = [
11303 "proc-macro2",
11304 "quote",
11305 "syn 2.0.117",
11306]
11307
11308[[package]]
11309name = "num-format"
11310version = "0.4.4"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11313dependencies = [
11314 "arrayvec",
11315 "itoa",
11316]
11317
11318[[package]]
11319name = "num-integer"
11320version = "0.1.46"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11323dependencies = [
11324 "num-traits",
11325]
11326
11327[[package]]
11328name = "num-iter"
11329version = "0.1.45"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11332dependencies = [
11333 "autocfg",
11334 "num-integer",
11335 "num-traits",
11336]
11337
11338[[package]]
11339name = "num-rational"
11340version = "0.4.2"
11341source = "registry+https://github.com/rust-lang/crates.io-index"
11342checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11343dependencies = [
11344 "num-bigint",
11345 "num-integer",
11346 "num-traits",
11347]
11348
11349[[package]]
11350name = "num-traits"
11351version = "0.2.19"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11354dependencies = [
11355 "autocfg",
11356 "libm",
11357]
11358
11359[[package]]
11360name = "num_cpus"
11361version = "1.17.0"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11364dependencies = [
11365 "hermit-abi",
11366 "libc",
11367]
11368
11369[[package]]
11370name = "num_enum"
11371version = "0.7.4"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11374dependencies = [
11375 "num_enum_derive",
11376 "rustversion",
11377]
11378
11379[[package]]
11380name = "num_enum_derive"
11381version = "0.7.4"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11384dependencies = [
11385 "proc-macro-crate",
11386 "proc-macro2",
11387 "quote",
11388 "syn 2.0.117",
11389]
11390
11391[[package]]
11392name = "num_threads"
11393version = "0.1.7"
11394source = "registry+https://github.com/rust-lang/crates.io-index"
11395checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11396dependencies = [
11397 "libc",
11398]
11399
11400[[package]]
11401name = "nvim-rs"
11402version = "0.9.2"
11403source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11404dependencies = [
11405 "async-trait",
11406 "futures 0.3.32",
11407 "log",
11408 "rmp",
11409 "rmpv",
11410 "tokio",
11411 "tokio-util",
11412]
11413
11414[[package]]
11415name = "objc"
11416version = "0.2.7"
11417source = "registry+https://github.com/rust-lang/crates.io-index"
11418checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11419dependencies = [
11420 "malloc_buf",
11421 "objc_exception",
11422]
11423
11424[[package]]
11425name = "objc-foundation"
11426version = "0.1.1"
11427source = "registry+https://github.com/rust-lang/crates.io-index"
11428checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11429dependencies = [
11430 "block",
11431 "objc",
11432 "objc_id",
11433]
11434
11435[[package]]
11436name = "objc2"
11437version = "0.6.3"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11440dependencies = [
11441 "objc2-encode",
11442]
11443
11444[[package]]
11445name = "objc2-app-kit"
11446version = "0.3.1"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11449dependencies = [
11450 "objc2",
11451 "objc2-foundation",
11452]
11453
11454[[package]]
11455name = "objc2-audio-toolbox"
11456version = "0.3.2"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11459dependencies = [
11460 "bitflags 2.10.0",
11461 "libc",
11462 "objc2",
11463 "objc2-core-audio",
11464 "objc2-core-audio-types",
11465 "objc2-core-foundation",
11466 "objc2-foundation",
11467]
11468
11469[[package]]
11470name = "objc2-avf-audio"
11471version = "0.3.2"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11474dependencies = [
11475 "objc2",
11476 "objc2-foundation",
11477]
11478
11479[[package]]
11480name = "objc2-core-audio"
11481version = "0.3.2"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11484dependencies = [
11485 "dispatch2",
11486 "objc2",
11487 "objc2-core-audio-types",
11488 "objc2-core-foundation",
11489 "objc2-foundation",
11490]
11491
11492[[package]]
11493name = "objc2-core-audio-types"
11494version = "0.3.2"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11497dependencies = [
11498 "bitflags 2.10.0",
11499 "objc2",
11500]
11501
11502[[package]]
11503name = "objc2-core-foundation"
11504version = "0.3.2"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11507dependencies = [
11508 "bitflags 2.10.0",
11509 "block2",
11510 "dispatch2",
11511 "libc",
11512 "objc2",
11513]
11514
11515[[package]]
11516name = "objc2-encode"
11517version = "4.1.0"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11520
11521[[package]]
11522name = "objc2-foundation"
11523version = "0.3.2"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11526dependencies = [
11527 "bitflags 2.10.0",
11528 "block2",
11529 "libc",
11530 "objc2",
11531 "objc2-core-foundation",
11532]
11533
11534[[package]]
11535name = "objc2-io-kit"
11536version = "0.3.2"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11539dependencies = [
11540 "libc",
11541 "objc2-core-foundation",
11542]
11543
11544[[package]]
11545name = "objc2-metal"
11546version = "0.3.2"
11547source = "registry+https://github.com/rust-lang/crates.io-index"
11548checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11549dependencies = [
11550 "bitflags 2.10.0",
11551 "block2",
11552 "dispatch2",
11553 "objc2",
11554 "objc2-core-foundation",
11555 "objc2-foundation",
11556]
11557
11558[[package]]
11559name = "objc2-quartz-core"
11560version = "0.3.2"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11563dependencies = [
11564 "bitflags 2.10.0",
11565 "objc2",
11566 "objc2-core-foundation",
11567 "objc2-foundation",
11568 "objc2-metal",
11569]
11570
11571[[package]]
11572name = "objc_exception"
11573version = "0.1.2"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11576dependencies = [
11577 "cc",
11578]
11579
11580[[package]]
11581name = "objc_id"
11582version = "0.1.1"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11585dependencies = [
11586 "objc",
11587]
11588
11589[[package]]
11590name = "object"
11591version = "0.37.3"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11594dependencies = [
11595 "crc32fast",
11596 "hashbrown 0.15.5",
11597 "indexmap",
11598 "memchr",
11599]
11600
11601[[package]]
11602name = "octocrab"
11603version = "0.49.7"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11606dependencies = [
11607 "arc-swap",
11608 "async-trait",
11609 "base64 0.22.1",
11610 "bytes 1.11.1",
11611 "cargo_metadata 0.23.1",
11612 "cfg-if",
11613 "chrono",
11614 "either",
11615 "futures 0.3.32",
11616 "futures-core",
11617 "futures-util",
11618 "getrandom 0.2.16",
11619 "http 1.3.1",
11620 "http-body 1.0.1",
11621 "http-body-util",
11622 "hyper 1.7.0",
11623 "hyper-rustls 0.27.7",
11624 "hyper-timeout",
11625 "hyper-util",
11626 "jsonwebtoken",
11627 "once_cell",
11628 "percent-encoding",
11629 "pin-project",
11630 "secrecy",
11631 "serde",
11632 "serde_json",
11633 "serde_path_to_error",
11634 "serde_urlencoded",
11635 "snafu",
11636 "tokio",
11637 "tower 0.5.2",
11638 "tower-http 0.6.6",
11639 "url",
11640 "web-time",
11641]
11642
11643[[package]]
11644name = "ollama"
11645version = "0.1.0"
11646dependencies = [
11647 "anyhow",
11648 "futures 0.3.32",
11649 "http_client",
11650 "schemars",
11651 "serde",
11652 "serde_json",
11653 "settings",
11654]
11655
11656[[package]]
11657name = "onboarding"
11658version = "0.1.0"
11659dependencies = [
11660 "anyhow",
11661 "client",
11662 "cloud_api_types",
11663 "collections",
11664 "component",
11665 "db",
11666 "documented",
11667 "fs",
11668 "fuzzy",
11669 "gpui",
11670 "menu",
11671 "notifications",
11672 "picker",
11673 "project",
11674 "schemars",
11675 "serde",
11676 "settings",
11677 "telemetry",
11678 "theme",
11679 "theme_settings",
11680 "ui",
11681 "util",
11682 "vim_mode_setting",
11683 "workspace",
11684 "zed_actions",
11685 "zlog",
11686]
11687
11688[[package]]
11689name = "once_cell"
11690version = "1.21.3"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11693
11694[[package]]
11695name = "once_cell_polyfill"
11696version = "1.70.1"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11699
11700[[package]]
11701name = "oo7"
11702version = "0.6.0"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11705dependencies = [
11706 "aes",
11707 "ashpd",
11708 "async-fs",
11709 "async-io",
11710 "async-lock 3.4.2",
11711 "blocking",
11712 "cbc",
11713 "cipher",
11714 "digest",
11715 "endi",
11716 "futures-lite 2.6.1",
11717 "futures-util",
11718 "getrandom 0.4.1",
11719 "hkdf",
11720 "hmac",
11721 "md-5",
11722 "num",
11723 "num-bigint-dig 0.9.1",
11724 "pbkdf2 0.12.2",
11725 "serde",
11726 "serde_bytes",
11727 "sha2",
11728 "subtle",
11729 "zbus",
11730 "zbus_macros",
11731 "zeroize",
11732 "zvariant",
11733]
11734
11735[[package]]
11736name = "oorandom"
11737version = "11.1.5"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11740
11741[[package]]
11742name = "open"
11743version = "5.3.2"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11746dependencies = [
11747 "is-wsl",
11748 "libc",
11749 "pathdiff",
11750]
11751
11752[[package]]
11753name = "open_ai"
11754version = "0.1.0"
11755dependencies = [
11756 "anyhow",
11757 "collections",
11758 "futures 0.3.32",
11759 "http_client",
11760 "language_model_core",
11761 "log",
11762 "pretty_assertions",
11763 "rand 0.9.3",
11764 "schemars",
11765 "serde",
11766 "serde_json",
11767 "strum 0.27.2",
11768 "thiserror 2.0.17",
11769 "tiktoken-rs",
11770]
11771
11772[[package]]
11773name = "open_path_prompt"
11774version = "0.1.0"
11775dependencies = [
11776 "editor",
11777 "file_icons",
11778 "futures 0.3.32",
11779 "fuzzy",
11780 "gpui",
11781 "picker",
11782 "project",
11783 "schemars",
11784 "serde",
11785 "serde_json",
11786 "settings",
11787 "theme",
11788 "theme_settings",
11789 "ui",
11790 "util",
11791 "workspace",
11792]
11793
11794[[package]]
11795name = "open_router"
11796version = "0.1.0"
11797dependencies = [
11798 "anyhow",
11799 "futures 0.3.32",
11800 "http_client",
11801 "language_model_core",
11802 "schemars",
11803 "serde",
11804 "serde_json",
11805 "settings",
11806 "strum 0.27.2",
11807 "thiserror 2.0.17",
11808]
11809
11810[[package]]
11811name = "opencode"
11812version = "0.1.0"
11813dependencies = [
11814 "anyhow",
11815 "futures 0.3.32",
11816 "google_ai",
11817 "http_client",
11818 "schemars",
11819 "serde",
11820 "serde_json",
11821 "strum 0.27.2",
11822]
11823
11824[[package]]
11825name = "opener"
11826version = "0.7.2"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11829dependencies = [
11830 "bstr",
11831 "dbus",
11832 "normpath",
11833 "windows-sys 0.59.0",
11834]
11835
11836[[package]]
11837name = "openssl"
11838version = "0.10.74"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11841dependencies = [
11842 "bitflags 2.10.0",
11843 "cfg-if",
11844 "foreign-types 0.3.2",
11845 "libc",
11846 "once_cell",
11847 "openssl-macros",
11848 "openssl-sys",
11849]
11850
11851[[package]]
11852name = "openssl-macros"
11853version = "0.1.1"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11856dependencies = [
11857 "proc-macro2",
11858 "quote",
11859 "syn 2.0.117",
11860]
11861
11862[[package]]
11863name = "openssl-probe"
11864version = "0.1.6"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11867
11868[[package]]
11869name = "openssl-sys"
11870version = "0.9.110"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11873dependencies = [
11874 "cc",
11875 "libc",
11876 "pkg-config",
11877 "vcpkg",
11878]
11879
11880[[package]]
11881name = "optfield"
11882version = "0.4.0"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11885dependencies = [
11886 "proc-macro2",
11887 "quote",
11888 "syn 2.0.117",
11889]
11890
11891[[package]]
11892name = "option-ext"
11893version = "0.2.0"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11896
11897[[package]]
11898name = "ordered-float"
11899version = "2.10.1"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11902dependencies = [
11903 "num-traits",
11904]
11905
11906[[package]]
11907name = "ordered-float"
11908version = "4.6.0"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11911dependencies = [
11912 "num-traits",
11913]
11914
11915[[package]]
11916name = "ordered-stream"
11917version = "0.2.0"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11920dependencies = [
11921 "futures-core",
11922 "pin-project-lite",
11923]
11924
11925[[package]]
11926name = "ouroboros"
11927version = "0.18.5"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11930dependencies = [
11931 "aliasable",
11932 "ouroboros_macro",
11933 "static_assertions",
11934]
11935
11936[[package]]
11937name = "ouroboros_macro"
11938version = "0.18.5"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11941dependencies = [
11942 "heck 0.4.1",
11943 "proc-macro2",
11944 "proc-macro2-diagnostics",
11945 "quote",
11946 "syn 2.0.117",
11947]
11948
11949[[package]]
11950name = "outline"
11951version = "0.1.0"
11952dependencies = [
11953 "editor",
11954 "fuzzy",
11955 "gpui",
11956 "indoc",
11957 "language",
11958 "lsp",
11959 "menu",
11960 "ordered-float 2.10.1",
11961 "picker",
11962 "project",
11963 "rope",
11964 "serde_json",
11965 "settings",
11966 "smol",
11967 "theme",
11968 "theme_settings",
11969 "ui",
11970 "util",
11971 "workspace",
11972 "zed_actions",
11973]
11974
11975[[package]]
11976name = "outline_panel"
11977version = "0.1.0"
11978dependencies = [
11979 "anyhow",
11980 "collections",
11981 "db",
11982 "editor",
11983 "file_icons",
11984 "fuzzy",
11985 "gpui",
11986 "itertools 0.14.0",
11987 "language",
11988 "log",
11989 "lsp",
11990 "menu",
11991 "outline",
11992 "pretty_assertions",
11993 "project",
11994 "search",
11995 "serde",
11996 "serde_json",
11997 "settings",
11998 "smallvec",
11999 "smol",
12000 "theme",
12001 "theme_settings",
12002 "ui",
12003 "util",
12004 "workspace",
12005 "worktree",
12006 "zed_actions",
12007]
12008
12009[[package]]
12010name = "outref"
12011version = "0.5.2"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
12014
12015[[package]]
12016name = "p256"
12017version = "0.11.1"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
12020dependencies = [
12021 "ecdsa",
12022 "elliptic-curve",
12023 "sha2",
12024]
12025
12026[[package]]
12027name = "page_size"
12028version = "0.6.0"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12031dependencies = [
12032 "libc",
12033 "winapi",
12034]
12035
12036[[package]]
12037name = "palette"
12038version = "0.7.6"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12041dependencies = [
12042 "approx",
12043 "fast-srgb8",
12044 "palette_derive",
12045]
12046
12047[[package]]
12048name = "palette_derive"
12049version = "0.7.6"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12052dependencies = [
12053 "by_address",
12054 "proc-macro2",
12055 "quote",
12056 "syn 2.0.117",
12057]
12058
12059[[package]]
12060name = "panel"
12061version = "0.1.0"
12062dependencies = [
12063 "gpui",
12064 "ui",
12065 "workspace",
12066]
12067
12068[[package]]
12069name = "parking"
12070version = "2.2.1"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12073
12074[[package]]
12075name = "parking_lot"
12076version = "0.12.5"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12079dependencies = [
12080 "lock_api",
12081 "parking_lot_core",
12082]
12083
12084[[package]]
12085name = "parking_lot_core"
12086version = "0.9.12"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12089dependencies = [
12090 "cfg-if",
12091 "libc",
12092 "redox_syscall 0.5.18",
12093 "smallvec",
12094 "windows-link 0.2.1",
12095]
12096
12097[[package]]
12098name = "parse_int"
12099version = "0.9.0"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12102dependencies = [
12103 "num-traits",
12104]
12105
12106[[package]]
12107name = "partial-json-fixer"
12108version = "0.5.3"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12111
12112[[package]]
12113name = "password-hash"
12114version = "0.4.2"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12117dependencies = [
12118 "base64ct",
12119 "rand_core 0.6.4",
12120 "subtle",
12121]
12122
12123[[package]]
12124name = "paste"
12125version = "1.0.15"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12128
12129[[package]]
12130name = "pastey"
12131version = "0.1.1"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12134
12135[[package]]
12136name = "pathdiff"
12137version = "0.2.3"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12140
12141[[package]]
12142name = "pathfinder_geometry"
12143version = "0.5.1"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12146dependencies = [
12147 "log",
12148 "pathfinder_simd",
12149]
12150
12151[[package]]
12152name = "pathfinder_simd"
12153version = "0.5.5"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12156dependencies = [
12157 "rustc_version",
12158]
12159
12160[[package]]
12161name = "paths"
12162version = "0.1.0"
12163dependencies = [
12164 "dirs",
12165 "ignore",
12166 "util",
12167]
12168
12169[[package]]
12170name = "pbjson"
12171version = "0.6.0"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12174dependencies = [
12175 "base64 0.21.7",
12176 "serde",
12177]
12178
12179[[package]]
12180name = "pbjson-build"
12181version = "0.6.2"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12184dependencies = [
12185 "heck 0.4.1",
12186 "itertools 0.11.0",
12187 "prost 0.12.6",
12188 "prost-types 0.12.6",
12189]
12190
12191[[package]]
12192name = "pbjson-types"
12193version = "0.6.0"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12196dependencies = [
12197 "bytes 1.11.1",
12198 "chrono",
12199 "pbjson",
12200 "pbjson-build",
12201 "prost 0.12.6",
12202 "prost-build 0.12.6",
12203 "serde",
12204]
12205
12206[[package]]
12207name = "pbkdf2"
12208version = "0.11.0"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12211dependencies = [
12212 "digest",
12213 "hmac",
12214 "password-hash",
12215 "sha2",
12216]
12217
12218[[package]]
12219name = "pbkdf2"
12220version = "0.12.2"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12223dependencies = [
12224 "digest",
12225 "hmac",
12226]
12227
12228[[package]]
12229name = "pciid-parser"
12230version = "0.8.0"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12233
12234[[package]]
12235name = "peg"
12236version = "0.8.5"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12239dependencies = [
12240 "peg-macros",
12241 "peg-runtime",
12242]
12243
12244[[package]]
12245name = "peg-macros"
12246version = "0.8.5"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12249dependencies = [
12250 "peg-runtime",
12251 "proc-macro2",
12252 "quote",
12253]
12254
12255[[package]]
12256name = "peg-runtime"
12257version = "0.8.5"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12260
12261[[package]]
12262name = "pem"
12263version = "3.0.6"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12266dependencies = [
12267 "base64 0.22.1",
12268 "serde_core",
12269]
12270
12271[[package]]
12272name = "pem-rfc7468"
12273version = "0.7.0"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12276dependencies = [
12277 "base64ct",
12278]
12279
12280[[package]]
12281name = "percent-encoding"
12282version = "2.3.2"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12285
12286[[package]]
12287name = "perf"
12288version = "0.1.0"
12289dependencies = [
12290 "collections",
12291 "serde",
12292 "serde_json",
12293]
12294
12295[[package]]
12296name = "pest"
12297version = "2.8.3"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12300dependencies = [
12301 "memchr",
12302 "ucd-trie",
12303]
12304
12305[[package]]
12306name = "pest_derive"
12307version = "2.8.3"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12310dependencies = [
12311 "pest",
12312 "pest_generator",
12313]
12314
12315[[package]]
12316name = "pest_generator"
12317version = "2.8.3"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12320dependencies = [
12321 "pest",
12322 "pest_meta",
12323 "proc-macro2",
12324 "quote",
12325 "syn 2.0.117",
12326]
12327
12328[[package]]
12329name = "pest_meta"
12330version = "2.8.3"
12331source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12333dependencies = [
12334 "pest",
12335 "sha2",
12336]
12337
12338[[package]]
12339name = "pet"
12340version = "0.1.0"
12341source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12342dependencies = [
12343 "clap",
12344 "env_logger 0.10.2",
12345 "lazy_static",
12346 "log",
12347 "msvc_spectre_libs",
12348 "pet-conda",
12349 "pet-core",
12350 "pet-env-var-path",
12351 "pet-fs",
12352 "pet-global-virtualenvs",
12353 "pet-homebrew",
12354 "pet-jsonrpc",
12355 "pet-linux-global-python",
12356 "pet-mac-commandlinetools",
12357 "pet-mac-python-org",
12358 "pet-mac-xcode",
12359 "pet-pipenv",
12360 "pet-pixi",
12361 "pet-poetry",
12362 "pet-pyenv",
12363 "pet-python-utils",
12364 "pet-reporter",
12365 "pet-telemetry",
12366 "pet-uv",
12367 "pet-venv",
12368 "pet-virtualenv",
12369 "pet-virtualenvwrapper",
12370 "pet-windows-registry",
12371 "pet-windows-store",
12372 "pet-winpython",
12373 "serde",
12374 "serde_json",
12375 "tracing",
12376 "tracing-subscriber",
12377 "winresource",
12378]
12379
12380[[package]]
12381name = "pet-conda"
12382version = "0.1.0"
12383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12384dependencies = [
12385 "env_logger 0.10.2",
12386 "lazy_static",
12387 "log",
12388 "msvc_spectre_libs",
12389 "pet-core",
12390 "pet-fs",
12391 "pet-python-utils",
12392 "pet-reporter",
12393 "rayon",
12394 "regex",
12395 "serde",
12396 "serde_json",
12397 "yaml-rust2",
12398]
12399
12400[[package]]
12401name = "pet-core"
12402version = "0.1.0"
12403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12404dependencies = [
12405 "clap",
12406 "lazy_static",
12407 "log",
12408 "msvc_spectre_libs",
12409 "pet-fs",
12410 "regex",
12411 "serde",
12412 "serde_json",
12413]
12414
12415[[package]]
12416name = "pet-env-var-path"
12417version = "0.1.0"
12418source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12419dependencies = [
12420 "lazy_static",
12421 "log",
12422 "msvc_spectre_libs",
12423 "pet-conda",
12424 "pet-core",
12425 "pet-fs",
12426 "pet-python-utils",
12427 "pet-virtualenv",
12428 "regex",
12429]
12430
12431[[package]]
12432name = "pet-fs"
12433version = "0.1.0"
12434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12435dependencies = [
12436 "glob",
12437 "log",
12438 "msvc_spectre_libs",
12439 "windows-sys 0.59.0",
12440]
12441
12442[[package]]
12443name = "pet-global-virtualenvs"
12444version = "0.1.0"
12445source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12446dependencies = [
12447 "log",
12448 "msvc_spectre_libs",
12449 "pet-conda",
12450 "pet-core",
12451 "pet-fs",
12452 "pet-virtualenv",
12453]
12454
12455[[package]]
12456name = "pet-homebrew"
12457version = "0.1.0"
12458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12459dependencies = [
12460 "lazy_static",
12461 "log",
12462 "msvc_spectre_libs",
12463 "pet-conda",
12464 "pet-core",
12465 "pet-fs",
12466 "pet-python-utils",
12467 "pet-virtualenv",
12468 "rayon",
12469 "regex",
12470 "serde",
12471 "serde_json",
12472]
12473
12474[[package]]
12475name = "pet-jsonrpc"
12476version = "0.1.0"
12477source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12478dependencies = [
12479 "env_logger 0.10.2",
12480 "log",
12481 "msvc_spectre_libs",
12482 "pet-core",
12483 "serde",
12484 "serde_json",
12485]
12486
12487[[package]]
12488name = "pet-linux-global-python"
12489version = "0.1.0"
12490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12491dependencies = [
12492 "log",
12493 "msvc_spectre_libs",
12494 "pet-core",
12495 "pet-fs",
12496 "pet-python-utils",
12497 "pet-virtualenv",
12498]
12499
12500[[package]]
12501name = "pet-mac-commandlinetools"
12502version = "0.1.0"
12503source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12504dependencies = [
12505 "log",
12506 "msvc_spectre_libs",
12507 "pet-core",
12508 "pet-fs",
12509 "pet-python-utils",
12510 "pet-virtualenv",
12511]
12512
12513[[package]]
12514name = "pet-mac-python-org"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "log",
12519 "msvc_spectre_libs",
12520 "pet-core",
12521 "pet-fs",
12522 "pet-python-utils",
12523 "pet-virtualenv",
12524]
12525
12526[[package]]
12527name = "pet-mac-xcode"
12528version = "0.1.0"
12529source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12530dependencies = [
12531 "log",
12532 "msvc_spectre_libs",
12533 "pet-core",
12534 "pet-fs",
12535 "pet-python-utils",
12536 "pet-virtualenv",
12537]
12538
12539[[package]]
12540name = "pet-pipenv"
12541version = "0.1.0"
12542source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12543dependencies = [
12544 "lazy_static",
12545 "log",
12546 "msvc_spectre_libs",
12547 "pet-core",
12548 "pet-fs",
12549 "pet-python-utils",
12550 "pet-virtualenv",
12551 "regex",
12552]
12553
12554[[package]]
12555name = "pet-pixi"
12556version = "0.1.0"
12557source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12558dependencies = [
12559 "log",
12560 "msvc_spectre_libs",
12561 "pet-conda",
12562 "pet-core",
12563 "pet-python-utils",
12564]
12565
12566[[package]]
12567name = "pet-poetry"
12568version = "0.1.0"
12569source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12570dependencies = [
12571 "base64 0.22.1",
12572 "lazy_static",
12573 "log",
12574 "msvc_spectre_libs",
12575 "pet-core",
12576 "pet-fs",
12577 "pet-python-utils",
12578 "pet-reporter",
12579 "pet-virtualenv",
12580 "regex",
12581 "serde",
12582 "serde_json",
12583 "sha2",
12584 "toml 0.8.23",
12585]
12586
12587[[package]]
12588name = "pet-pyenv"
12589version = "0.1.0"
12590source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12591dependencies = [
12592 "lazy_static",
12593 "log",
12594 "msvc_spectre_libs",
12595 "pet-conda",
12596 "pet-core",
12597 "pet-fs",
12598 "pet-python-utils",
12599 "pet-reporter",
12600 "regex",
12601 "serde",
12602 "serde_json",
12603]
12604
12605[[package]]
12606name = "pet-python-utils"
12607version = "0.1.0"
12608source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12609dependencies = [
12610 "env_logger 0.10.2",
12611 "lazy_static",
12612 "log",
12613 "msvc_spectre_libs",
12614 "pet-core",
12615 "pet-fs",
12616 "regex",
12617 "serde",
12618 "serde_json",
12619 "sha2",
12620]
12621
12622[[package]]
12623name = "pet-reporter"
12624version = "0.1.0"
12625source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12626dependencies = [
12627 "env_logger 0.10.2",
12628 "log",
12629 "msvc_spectre_libs",
12630 "pet-core",
12631 "pet-jsonrpc",
12632 "serde",
12633 "serde_json",
12634]
12635
12636[[package]]
12637name = "pet-telemetry"
12638version = "0.1.0"
12639source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12640dependencies = [
12641 "env_logger 0.10.2",
12642 "lazy_static",
12643 "log",
12644 "msvc_spectre_libs",
12645 "pet-core",
12646 "pet-fs",
12647 "pet-python-utils",
12648 "regex",
12649]
12650
12651[[package]]
12652name = "pet-uv"
12653version = "0.1.0"
12654source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12655dependencies = [
12656 "log",
12657 "pet-core",
12658 "pet-python-utils",
12659 "serde",
12660 "toml 0.9.8",
12661]
12662
12663[[package]]
12664name = "pet-venv"
12665version = "0.1.0"
12666source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12667dependencies = [
12668 "log",
12669 "msvc_spectre_libs",
12670 "pet-core",
12671 "pet-python-utils",
12672 "pet-virtualenv",
12673]
12674
12675[[package]]
12676name = "pet-virtualenv"
12677version = "0.1.0"
12678source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12679dependencies = [
12680 "log",
12681 "msvc_spectre_libs",
12682 "pet-core",
12683 "pet-fs",
12684 "pet-python-utils",
12685]
12686
12687[[package]]
12688name = "pet-virtualenvwrapper"
12689version = "0.1.0"
12690source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12691dependencies = [
12692 "log",
12693 "msvc_spectre_libs",
12694 "pet-core",
12695 "pet-fs",
12696 "pet-python-utils",
12697 "pet-virtualenv",
12698]
12699
12700[[package]]
12701name = "pet-windows-registry"
12702version = "0.1.0"
12703source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12704dependencies = [
12705 "lazy_static",
12706 "log",
12707 "msvc_spectre_libs",
12708 "pet-conda",
12709 "pet-core",
12710 "pet-fs",
12711 "pet-python-utils",
12712 "pet-virtualenv",
12713 "pet-windows-store",
12714 "regex",
12715 "winreg 0.55.0",
12716]
12717
12718[[package]]
12719name = "pet-windows-store"
12720version = "0.1.0"
12721source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12722dependencies = [
12723 "lazy_static",
12724 "log",
12725 "msvc_spectre_libs",
12726 "pet-core",
12727 "pet-fs",
12728 "pet-python-utils",
12729 "pet-virtualenv",
12730 "regex",
12731 "winreg 0.55.0",
12732]
12733
12734[[package]]
12735name = "pet-winpython"
12736version = "0.1.0"
12737source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12738dependencies = [
12739 "lazy_static",
12740 "log",
12741 "pet-core",
12742 "pet-fs",
12743 "pet-python-utils",
12744 "pet-virtualenv",
12745 "regex",
12746]
12747
12748[[package]]
12749name = "petgraph"
12750version = "0.6.5"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12753dependencies = [
12754 "fixedbitset 0.4.2",
12755 "indexmap",
12756]
12757
12758[[package]]
12759name = "pgvector"
12760version = "0.4.1"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12763dependencies = [
12764 "serde",
12765]
12766
12767[[package]]
12768name = "phf"
12769version = "0.11.3"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12772dependencies = [
12773 "phf_macros 0.11.3",
12774 "phf_shared 0.11.3",
12775]
12776
12777[[package]]
12778name = "phf"
12779version = "0.12.1"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12782dependencies = [
12783 "phf_macros 0.12.1",
12784 "phf_shared 0.12.1",
12785]
12786
12787[[package]]
12788name = "phf_codegen"
12789version = "0.11.3"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12792dependencies = [
12793 "phf_generator 0.11.3",
12794 "phf_shared 0.11.3",
12795]
12796
12797[[package]]
12798name = "phf_generator"
12799version = "0.11.3"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12802dependencies = [
12803 "phf_shared 0.11.3",
12804 "rand 0.8.5",
12805]
12806
12807[[package]]
12808name = "phf_generator"
12809version = "0.12.1"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12812dependencies = [
12813 "fastrand 2.3.0",
12814 "phf_shared 0.12.1",
12815]
12816
12817[[package]]
12818name = "phf_macros"
12819version = "0.11.3"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12822dependencies = [
12823 "phf_generator 0.11.3",
12824 "phf_shared 0.11.3",
12825 "proc-macro2",
12826 "quote",
12827 "syn 2.0.117",
12828]
12829
12830[[package]]
12831name = "phf_macros"
12832version = "0.12.1"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12835dependencies = [
12836 "phf_generator 0.12.1",
12837 "phf_shared 0.12.1",
12838 "proc-macro2",
12839 "quote",
12840 "syn 2.0.117",
12841]
12842
12843[[package]]
12844name = "phf_shared"
12845version = "0.11.3"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12848dependencies = [
12849 "siphasher 1.0.1",
12850]
12851
12852[[package]]
12853name = "phf_shared"
12854version = "0.12.1"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12857dependencies = [
12858 "siphasher 1.0.1",
12859]
12860
12861[[package]]
12862name = "picker"
12863version = "0.1.0"
12864dependencies = [
12865 "anyhow",
12866 "editor",
12867 "gpui",
12868 "menu",
12869 "schemars",
12870 "serde",
12871 "settings",
12872 "theme",
12873 "theme_settings",
12874 "ui",
12875 "ui_input",
12876 "workspace",
12877 "zed_actions",
12878]
12879
12880[[package]]
12881name = "pico-args"
12882version = "0.5.0"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12885
12886[[package]]
12887name = "pin-project"
12888version = "1.1.10"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12891dependencies = [
12892 "pin-project-internal",
12893]
12894
12895[[package]]
12896name = "pin-project-internal"
12897version = "1.1.10"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12900dependencies = [
12901 "proc-macro2",
12902 "quote",
12903 "syn 2.0.117",
12904]
12905
12906[[package]]
12907name = "pin-project-lite"
12908version = "0.2.16"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12911
12912[[package]]
12913name = "pin-utils"
12914version = "0.1.0"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12917
12918[[package]]
12919name = "piper"
12920version = "0.2.4"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12923dependencies = [
12924 "atomic-waker",
12925 "fastrand 2.3.0",
12926 "futures-io",
12927]
12928
12929[[package]]
12930name = "pkcs1"
12931version = "0.7.5"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12934dependencies = [
12935 "der 0.7.10",
12936 "pkcs8 0.10.2",
12937 "spki 0.7.3",
12938]
12939
12940[[package]]
12941name = "pkcs8"
12942version = "0.9.0"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12945dependencies = [
12946 "der 0.6.1",
12947 "spki 0.6.0",
12948]
12949
12950[[package]]
12951name = "pkcs8"
12952version = "0.10.2"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12955dependencies = [
12956 "der 0.7.10",
12957 "spki 0.7.3",
12958]
12959
12960[[package]]
12961name = "pkg-config"
12962version = "0.3.32"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12965
12966[[package]]
12967name = "plain"
12968version = "0.2.3"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12971
12972[[package]]
12973name = "platform_title_bar"
12974version = "0.1.0"
12975dependencies = [
12976 "gpui",
12977 "project",
12978 "settings",
12979 "smallvec",
12980 "theme",
12981 "theme_settings",
12982 "ui",
12983 "windows 0.61.3",
12984 "workspace",
12985 "zed_actions",
12986]
12987
12988[[package]]
12989name = "plist"
12990version = "1.8.0"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12993dependencies = [
12994 "base64 0.22.1",
12995 "indexmap",
12996 "quick-xml 0.38.3",
12997 "serde",
12998 "time",
12999]
13000
13001[[package]]
13002name = "plotters"
13003version = "0.3.7"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
13006dependencies = [
13007 "num-traits",
13008 "plotters-backend",
13009 "plotters-svg",
13010 "wasm-bindgen",
13011 "web-sys",
13012]
13013
13014[[package]]
13015name = "plotters-backend"
13016version = "0.3.7"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
13019
13020[[package]]
13021name = "plotters-svg"
13022version = "0.3.7"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13025dependencies = [
13026 "plotters-backend",
13027]
13028
13029[[package]]
13030name = "png"
13031version = "0.17.16"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13034dependencies = [
13035 "bitflags 1.3.2",
13036 "crc32fast",
13037 "fdeflate",
13038 "flate2",
13039 "miniz_oxide",
13040]
13041
13042[[package]]
13043name = "png"
13044version = "0.18.0"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13047dependencies = [
13048 "bitflags 2.10.0",
13049 "crc32fast",
13050 "fdeflate",
13051 "flate2",
13052 "miniz_oxide",
13053]
13054
13055[[package]]
13056name = "polling"
13057version = "3.11.0"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13060dependencies = [
13061 "cfg-if",
13062 "concurrent-queue",
13063 "hermit-abi",
13064 "pin-project-lite",
13065 "rustix 1.1.2",
13066 "windows-sys 0.61.2",
13067]
13068
13069[[package]]
13070name = "pollster"
13071version = "0.2.5"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13074
13075[[package]]
13076name = "pollster"
13077version = "0.4.0"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13080
13081[[package]]
13082name = "pori"
13083version = "0.0.0"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13086dependencies = [
13087 "nom 7.1.3",
13088]
13089
13090[[package]]
13091name = "portable-atomic"
13092version = "1.11.1"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13095
13096[[package]]
13097name = "portable-atomic-util"
13098version = "0.2.4"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13101dependencies = [
13102 "portable-atomic",
13103]
13104
13105[[package]]
13106name = "portable-pty"
13107version = "0.9.0"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13110dependencies = [
13111 "anyhow",
13112 "bitflags 1.3.2",
13113 "downcast-rs",
13114 "filedescriptor",
13115 "lazy_static",
13116 "libc",
13117 "log",
13118 "nix 0.28.0",
13119 "serial2",
13120 "shared_library",
13121 "shell-words",
13122 "winapi",
13123 "winreg 0.10.1",
13124]
13125
13126[[package]]
13127name = "postage"
13128version = "0.5.0"
13129source = "registry+https://github.com/rust-lang/crates.io-index"
13130checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13131dependencies = [
13132 "atomic",
13133 "crossbeam-queue",
13134 "futures 0.3.32",
13135 "log",
13136 "parking_lot",
13137 "pin-project",
13138 "pollster 0.2.5",
13139 "static_assertions",
13140 "thiserror 1.0.69",
13141]
13142
13143[[package]]
13144name = "postcard"
13145version = "1.1.3"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13148dependencies = [
13149 "cobs",
13150 "embedded-io 0.4.0",
13151 "embedded-io 0.6.1",
13152 "serde",
13153]
13154
13155[[package]]
13156name = "potential_utf"
13157version = "0.1.3"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13160dependencies = [
13161 "zerovec",
13162]
13163
13164[[package]]
13165name = "powerfmt"
13166version = "0.2.0"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13169
13170[[package]]
13171name = "ppv-lite86"
13172version = "0.2.21"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13175dependencies = [
13176 "zerocopy",
13177]
13178
13179[[package]]
13180name = "precomputed-hash"
13181version = "0.1.1"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13184
13185[[package]]
13186name = "presser"
13187version = "0.3.1"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13190
13191[[package]]
13192name = "prettier"
13193version = "0.1.0"
13194dependencies = [
13195 "anyhow",
13196 "collections",
13197 "fs",
13198 "gpui",
13199 "language",
13200 "log",
13201 "lsp",
13202 "node_runtime",
13203 "parking_lot",
13204 "paths",
13205 "serde",
13206 "serde_json",
13207 "util",
13208]
13209
13210[[package]]
13211name = "pretty_assertions"
13212version = "1.4.1"
13213source = "registry+https://github.com/rust-lang/crates.io-index"
13214checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13215dependencies = [
13216 "diff",
13217 "yansi",
13218]
13219
13220[[package]]
13221name = "prettyplease"
13222version = "0.2.37"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13225dependencies = [
13226 "proc-macro2",
13227 "syn 2.0.117",
13228]
13229
13230[[package]]
13231name = "primal-check"
13232version = "0.3.4"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13235dependencies = [
13236 "num-integer",
13237]
13238
13239[[package]]
13240name = "proc-macro-crate"
13241version = "3.4.0"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13244dependencies = [
13245 "toml_edit 0.23.7",
13246]
13247
13248[[package]]
13249name = "proc-macro-error"
13250version = "1.0.4"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13253dependencies = [
13254 "proc-macro-error-attr",
13255 "proc-macro2",
13256 "quote",
13257 "syn 1.0.109",
13258 "version_check",
13259]
13260
13261[[package]]
13262name = "proc-macro-error-attr"
13263version = "1.0.4"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13266dependencies = [
13267 "proc-macro2",
13268 "quote",
13269 "version_check",
13270]
13271
13272[[package]]
13273name = "proc-macro-error-attr2"
13274version = "2.0.0"
13275source = "registry+https://github.com/rust-lang/crates.io-index"
13276checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13277dependencies = [
13278 "proc-macro2",
13279 "quote",
13280]
13281
13282[[package]]
13283name = "proc-macro-error2"
13284version = "2.0.1"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13287dependencies = [
13288 "proc-macro-error-attr2",
13289 "proc-macro2",
13290 "quote",
13291 "syn 2.0.117",
13292]
13293
13294[[package]]
13295name = "proc-macro2"
13296version = "1.0.101"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13299dependencies = [
13300 "unicode-ident",
13301]
13302
13303[[package]]
13304name = "proc-macro2-diagnostics"
13305version = "0.10.1"
13306source = "registry+https://github.com/rust-lang/crates.io-index"
13307checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13308dependencies = [
13309 "proc-macro2",
13310 "quote",
13311 "syn 2.0.117",
13312 "version_check",
13313 "yansi",
13314]
13315
13316[[package]]
13317name = "procfs-core"
13318version = "0.17.0"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13321dependencies = [
13322 "bitflags 2.10.0",
13323 "hex",
13324 "serde",
13325]
13326
13327[[package]]
13328name = "profiling"
13329version = "1.0.17"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13332dependencies = [
13333 "profiling-procmacros",
13334]
13335
13336[[package]]
13337name = "profiling-procmacros"
13338version = "1.0.17"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13341dependencies = [
13342 "quote",
13343 "syn 2.0.117",
13344]
13345
13346[[package]]
13347name = "project"
13348version = "0.1.0"
13349dependencies = [
13350 "aho-corasick",
13351 "anyhow",
13352 "askpass",
13353 "async-trait",
13354 "base64 0.22.1",
13355 "buffer_diff",
13356 "circular-buffer",
13357 "client",
13358 "clock",
13359 "collections",
13360 "context_server",
13361 "credentials_provider",
13362 "dap",
13363 "encoding_rs",
13364 "extension",
13365 "fancy-regex 0.17.0",
13366 "fs",
13367 "futures 0.3.32",
13368 "fuzzy",
13369 "fuzzy_nucleo",
13370 "git",
13371 "git2",
13372 "git_hosting_providers",
13373 "globset",
13374 "gpui",
13375 "http_client",
13376 "image",
13377 "indexmap",
13378 "itertools 0.14.0",
13379 "language",
13380 "log",
13381 "lsp",
13382 "markdown",
13383 "node_runtime",
13384 "parking_lot",
13385 "paths",
13386 "percent-encoding",
13387 "postage",
13388 "prettier",
13389 "pretty_assertions",
13390 "project",
13391 "rand 0.9.3",
13392 "regex",
13393 "release_channel",
13394 "remote",
13395 "rpc",
13396 "schemars",
13397 "semver",
13398 "serde",
13399 "serde_json",
13400 "settings",
13401 "sha2",
13402 "shellexpand",
13403 "smallvec",
13404 "smol",
13405 "snippet",
13406 "snippet_provider",
13407 "sum_tree",
13408 "task",
13409 "tempfile",
13410 "terminal",
13411 "text",
13412 "toml 0.8.23",
13413 "tracing",
13414 "unindent",
13415 "url",
13416 "util",
13417 "watch",
13418 "wax",
13419 "which 6.0.3",
13420 "worktree",
13421 "zed_credentials_provider",
13422 "zeroize",
13423 "zlog",
13424 "ztracing",
13425]
13426
13427[[package]]
13428name = "project_benchmarks"
13429version = "0.1.0"
13430dependencies = [
13431 "anyhow",
13432 "askpass",
13433 "clap",
13434 "client",
13435 "futures 0.3.32",
13436 "gpui",
13437 "gpui_platform",
13438 "http_client",
13439 "language",
13440 "node_runtime",
13441 "project",
13442 "release_channel",
13443 "remote",
13444 "rpassword",
13445 "semver",
13446 "settings",
13447 "watch",
13448]
13449
13450[[package]]
13451name = "project_panel"
13452version = "0.1.0"
13453dependencies = [
13454 "anyhow",
13455 "client",
13456 "collections",
13457 "command_palette_hooks",
13458 "criterion",
13459 "editor",
13460 "feature_flags",
13461 "file_icons",
13462 "fs",
13463 "futures 0.3.32",
13464 "git",
13465 "git_ui",
13466 "gpui",
13467 "itertools 0.14.0",
13468 "language",
13469 "menu",
13470 "notifications",
13471 "pretty_assertions",
13472 "project",
13473 "rayon",
13474 "remote_connection",
13475 "schemars",
13476 "search",
13477 "serde",
13478 "serde_json",
13479 "settings",
13480 "smallvec",
13481 "telemetry",
13482 "tempfile",
13483 "theme",
13484 "theme_settings",
13485 "ui",
13486 "util",
13487 "workspace",
13488 "worktree",
13489 "zed_actions",
13490]
13491
13492[[package]]
13493name = "project_symbols"
13494version = "0.1.0"
13495dependencies = [
13496 "anyhow",
13497 "editor",
13498 "futures 0.3.32",
13499 "fuzzy",
13500 "gpui",
13501 "language",
13502 "lsp",
13503 "ordered-float 2.10.1",
13504 "picker",
13505 "project",
13506 "release_channel",
13507 "semver",
13508 "serde_json",
13509 "settings",
13510 "theme",
13511 "theme_settings",
13512 "util",
13513 "workspace",
13514]
13515
13516[[package]]
13517name = "prometheus"
13518version = "0.14.0"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13521dependencies = [
13522 "cfg-if",
13523 "fnv",
13524 "lazy_static",
13525 "memchr",
13526 "parking_lot",
13527 "protobuf",
13528 "thiserror 2.0.17",
13529]
13530
13531[[package]]
13532name = "prompt_store"
13533version = "0.1.0"
13534dependencies = [
13535 "anyhow",
13536 "assets",
13537 "chrono",
13538 "collections",
13539 "fs",
13540 "futures 0.3.32",
13541 "fuzzy",
13542 "gpui",
13543 "handlebars 4.5.0",
13544 "heed",
13545 "language",
13546 "log",
13547 "parking_lot",
13548 "paths",
13549 "rope",
13550 "serde",
13551 "strum 0.27.2",
13552 "tempfile",
13553 "text",
13554 "util",
13555 "uuid",
13556]
13557
13558[[package]]
13559name = "proptest"
13560version = "1.10.0"
13561source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13562dependencies = [
13563 "bit-set 0.8.0",
13564 "bit-vec 0.8.0",
13565 "bitflags 2.10.0",
13566 "num-traits",
13567 "proptest-macro",
13568 "rand 0.9.3",
13569 "rand_chacha 0.9.0",
13570 "rand_xorshift",
13571 "regex-syntax",
13572 "rusty-fork",
13573 "tempfile",
13574 "unarray",
13575]
13576
13577[[package]]
13578name = "proptest-derive"
13579version = "0.8.0"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13582dependencies = [
13583 "proc-macro2",
13584 "quote",
13585 "syn 2.0.117",
13586]
13587
13588[[package]]
13589name = "proptest-macro"
13590version = "0.5.0"
13591source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13592dependencies = [
13593 "convert_case 0.11.0",
13594 "proc-macro2",
13595 "quote",
13596 "syn 2.0.117",
13597]
13598
13599[[package]]
13600name = "prost"
13601version = "0.9.0"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13604dependencies = [
13605 "bytes 1.11.1",
13606 "prost-derive 0.9.0",
13607]
13608
13609[[package]]
13610name = "prost"
13611version = "0.12.6"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13614dependencies = [
13615 "bytes 1.11.1",
13616 "prost-derive 0.12.6",
13617]
13618
13619[[package]]
13620name = "prost-build"
13621version = "0.9.0"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13624dependencies = [
13625 "bytes 1.11.1",
13626 "heck 0.3.3",
13627 "itertools 0.10.5",
13628 "lazy_static",
13629 "log",
13630 "multimap",
13631 "petgraph",
13632 "prost 0.9.0",
13633 "prost-types 0.9.0",
13634 "regex",
13635 "tempfile",
13636 "which 4.4.2",
13637]
13638
13639[[package]]
13640name = "prost-build"
13641version = "0.12.6"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13644dependencies = [
13645 "bytes 1.11.1",
13646 "heck 0.4.1",
13647 "itertools 0.10.5",
13648 "log",
13649 "multimap",
13650 "once_cell",
13651 "petgraph",
13652 "prettyplease",
13653 "prost 0.12.6",
13654 "prost-types 0.12.6",
13655 "regex",
13656 "syn 2.0.117",
13657 "tempfile",
13658]
13659
13660[[package]]
13661name = "prost-derive"
13662version = "0.9.0"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13665dependencies = [
13666 "anyhow",
13667 "itertools 0.10.5",
13668 "proc-macro2",
13669 "quote",
13670 "syn 1.0.109",
13671]
13672
13673[[package]]
13674name = "prost-derive"
13675version = "0.12.6"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13678dependencies = [
13679 "anyhow",
13680 "itertools 0.10.5",
13681 "proc-macro2",
13682 "quote",
13683 "syn 2.0.117",
13684]
13685
13686[[package]]
13687name = "prost-types"
13688version = "0.9.0"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13691dependencies = [
13692 "bytes 1.11.1",
13693 "prost 0.9.0",
13694]
13695
13696[[package]]
13697name = "prost-types"
13698version = "0.12.6"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13701dependencies = [
13702 "prost 0.12.6",
13703]
13704
13705[[package]]
13706name = "proto"
13707version = "0.1.0"
13708dependencies = [
13709 "anyhow",
13710 "prost 0.9.0",
13711 "prost-build 0.9.0",
13712 "serde",
13713]
13714
13715[[package]]
13716name = "protobuf"
13717version = "3.7.2"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13720dependencies = [
13721 "once_cell",
13722 "protobuf-support",
13723 "thiserror 1.0.69",
13724]
13725
13726[[package]]
13727name = "protobuf-support"
13728version = "3.7.2"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13731dependencies = [
13732 "thiserror 1.0.69",
13733]
13734
13735[[package]]
13736name = "psm"
13737version = "0.1.30"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13740dependencies = [
13741 "ar_archive_writer",
13742 "cc",
13743]
13744
13745[[package]]
13746name = "ptr_meta"
13747version = "0.1.4"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13750dependencies = [
13751 "ptr_meta_derive",
13752]
13753
13754[[package]]
13755name = "ptr_meta_derive"
13756version = "0.1.4"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13759dependencies = [
13760 "proc-macro2",
13761 "quote",
13762 "syn 1.0.109",
13763]
13764
13765[[package]]
13766name = "pulldown-cmark"
13767version = "0.10.3"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13770dependencies = [
13771 "bitflags 2.10.0",
13772 "memchr",
13773 "pulldown-cmark-escape",
13774 "unicase",
13775]
13776
13777[[package]]
13778name = "pulldown-cmark"
13779version = "0.13.0"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13782dependencies = [
13783 "bitflags 2.10.0",
13784 "memchr",
13785 "unicase",
13786]
13787
13788[[package]]
13789name = "pulldown-cmark-escape"
13790version = "0.10.1"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13793
13794[[package]]
13795name = "pulley-interpreter"
13796version = "36.0.7"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13799dependencies = [
13800 "cranelift-bitset",
13801 "log",
13802 "pulley-macros",
13803 "wasmtime-internal-math",
13804]
13805
13806[[package]]
13807name = "pulley-macros"
13808version = "36.0.7"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13811dependencies = [
13812 "proc-macro2",
13813 "quote",
13814 "syn 2.0.117",
13815]
13816
13817[[package]]
13818name = "pulp"
13819version = "0.18.22"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13822dependencies = [
13823 "bytemuck",
13824 "libm",
13825 "num-complex",
13826 "reborrow",
13827]
13828
13829[[package]]
13830name = "pulp"
13831version = "0.21.5"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13834dependencies = [
13835 "bytemuck",
13836 "cfg-if",
13837 "libm",
13838 "num-complex",
13839 "reborrow",
13840 "version_check",
13841]
13842
13843[[package]]
13844name = "pxfm"
13845version = "0.1.25"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13848dependencies = [
13849 "num-traits",
13850]
13851
13852[[package]]
13853name = "qoi"
13854version = "0.4.1"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13857dependencies = [
13858 "bytemuck",
13859]
13860
13861[[package]]
13862name = "quick-error"
13863version = "1.2.3"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13866
13867[[package]]
13868name = "quick-error"
13869version = "2.0.1"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13872
13873[[package]]
13874name = "quick-xml"
13875version = "0.30.0"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13878dependencies = [
13879 "memchr",
13880]
13881
13882[[package]]
13883name = "quick-xml"
13884version = "0.37.5"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13887dependencies = [
13888 "memchr",
13889]
13890
13891[[package]]
13892name = "quick-xml"
13893version = "0.38.3"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13896dependencies = [
13897 "memchr",
13898]
13899
13900[[package]]
13901name = "quinn"
13902version = "0.11.9"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13905dependencies = [
13906 "bytes 1.11.1",
13907 "cfg_aliases 0.2.1",
13908 "pin-project-lite",
13909 "quinn-proto",
13910 "quinn-udp",
13911 "rustc-hash 2.1.1",
13912 "rustls 0.23.33",
13913 "socket2 0.6.1",
13914 "thiserror 2.0.17",
13915 "tokio",
13916 "tracing",
13917 "web-time",
13918]
13919
13920[[package]]
13921name = "quinn-proto"
13922version = "0.11.13"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13925dependencies = [
13926 "bytes 1.11.1",
13927 "getrandom 0.3.4",
13928 "lru-slab",
13929 "rand 0.9.3",
13930 "ring",
13931 "rustc-hash 2.1.1",
13932 "rustls 0.23.33",
13933 "rustls-pki-types",
13934 "slab",
13935 "thiserror 2.0.17",
13936 "tinyvec",
13937 "tracing",
13938 "web-time",
13939]
13940
13941[[package]]
13942name = "quinn-udp"
13943version = "0.5.14"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13946dependencies = [
13947 "cfg_aliases 0.2.1",
13948 "libc",
13949 "once_cell",
13950 "socket2 0.6.1",
13951 "tracing",
13952 "windows-sys 0.60.2",
13953]
13954
13955[[package]]
13956name = "quote"
13957version = "1.0.41"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13960dependencies = [
13961 "proc-macro2",
13962]
13963
13964[[package]]
13965name = "r-efi"
13966version = "5.3.0"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13969
13970[[package]]
13971name = "radium"
13972version = "0.7.0"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13975
13976[[package]]
13977name = "rand"
13978version = "0.3.23"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13981dependencies = [
13982 "libc",
13983 "rand 0.4.6",
13984]
13985
13986[[package]]
13987name = "rand"
13988version = "0.4.6"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13991dependencies = [
13992 "fuchsia-cprng",
13993 "libc",
13994 "rand_core 0.3.1",
13995 "rdrand",
13996 "winapi",
13997]
13998
13999[[package]]
14000name = "rand"
14001version = "0.8.5"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
14004dependencies = [
14005 "libc",
14006 "rand_chacha 0.3.1",
14007 "rand_core 0.6.4",
14008]
14009
14010[[package]]
14011name = "rand"
14012version = "0.9.3"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
14015dependencies = [
14016 "rand_chacha 0.9.0",
14017 "rand_core 0.9.3",
14018]
14019
14020[[package]]
14021name = "rand_chacha"
14022version = "0.3.1"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14025dependencies = [
14026 "ppv-lite86",
14027 "rand_core 0.6.4",
14028]
14029
14030[[package]]
14031name = "rand_chacha"
14032version = "0.9.0"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14035dependencies = [
14036 "ppv-lite86",
14037 "rand_core 0.9.3",
14038]
14039
14040[[package]]
14041name = "rand_core"
14042version = "0.3.1"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14045dependencies = [
14046 "rand_core 0.4.2",
14047]
14048
14049[[package]]
14050name = "rand_core"
14051version = "0.4.2"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14054
14055[[package]]
14056name = "rand_core"
14057version = "0.6.4"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14060dependencies = [
14061 "getrandom 0.2.16",
14062]
14063
14064[[package]]
14065name = "rand_core"
14066version = "0.9.3"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14069dependencies = [
14070 "getrandom 0.3.4",
14071]
14072
14073[[package]]
14074name = "rand_distr"
14075version = "0.5.1"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14078dependencies = [
14079 "num-traits",
14080 "rand 0.9.3",
14081]
14082
14083[[package]]
14084name = "rand_pcg"
14085version = "0.3.1"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14088dependencies = [
14089 "rand_core 0.6.4",
14090]
14091
14092[[package]]
14093name = "rand_xorshift"
14094version = "0.4.0"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14097dependencies = [
14098 "rand_core 0.9.3",
14099]
14100
14101[[package]]
14102name = "random_choice"
14103version = "0.3.2"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14106dependencies = [
14107 "rand 0.3.23",
14108]
14109
14110[[package]]
14111name = "range-alloc"
14112version = "0.1.4"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14115
14116[[package]]
14117name = "range-map"
14118version = "0.2.0"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14121dependencies = [
14122 "num-traits",
14123]
14124
14125[[package]]
14126name = "rangemap"
14127version = "1.7.1"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14130
14131[[package]]
14132name = "rav1e"
14133version = "0.8.1"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14136dependencies = [
14137 "aligned-vec",
14138 "arbitrary",
14139 "arg_enum_proc_macro",
14140 "arrayvec",
14141 "av-scenechange",
14142 "av1-grain",
14143 "bitstream-io",
14144 "built",
14145 "cfg-if",
14146 "interpolate_name",
14147 "itertools 0.14.0",
14148 "libc",
14149 "libfuzzer-sys",
14150 "log",
14151 "maybe-rayon",
14152 "new_debug_unreachable",
14153 "noop_proc_macro",
14154 "num-derive",
14155 "num-traits",
14156 "paste",
14157 "profiling",
14158 "rand 0.9.3",
14159 "rand_chacha 0.9.0",
14160 "simd_helpers",
14161 "thiserror 2.0.17",
14162 "v_frame",
14163 "wasm-bindgen",
14164]
14165
14166[[package]]
14167name = "ravif"
14168version = "0.13.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14171dependencies = [
14172 "avif-serialize",
14173 "imgref",
14174 "loop9",
14175 "quick-error 2.0.1",
14176 "rav1e",
14177 "rayon",
14178 "rgb",
14179]
14180
14181[[package]]
14182name = "raw-cpuid"
14183version = "10.7.0"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14186dependencies = [
14187 "bitflags 1.3.2",
14188]
14189
14190[[package]]
14191name = "raw-cpuid"
14192version = "11.6.0"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14195dependencies = [
14196 "bitflags 2.10.0",
14197]
14198
14199[[package]]
14200name = "raw-window-handle"
14201version = "0.6.2"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14204
14205[[package]]
14206name = "raw-window-metal"
14207version = "1.1.0"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14210dependencies = [
14211 "objc2",
14212 "objc2-core-foundation",
14213 "objc2-foundation",
14214 "objc2-quartz-core",
14215]
14216
14217[[package]]
14218name = "rayon"
14219version = "1.11.0"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14222dependencies = [
14223 "either",
14224 "rayon-core",
14225]
14226
14227[[package]]
14228name = "rayon-core"
14229version = "1.13.0"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14232dependencies = [
14233 "crossbeam-deque",
14234 "crossbeam-utils",
14235]
14236
14237[[package]]
14238name = "rdrand"
14239version = "0.4.0"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14242dependencies = [
14243 "rand_core 0.3.1",
14244]
14245
14246[[package]]
14247name = "read-fonts"
14248version = "0.35.0"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14251dependencies = [
14252 "bytemuck",
14253 "font-types 0.10.0",
14254]
14255
14256[[package]]
14257name = "read-fonts"
14258version = "0.37.0"
14259source = "registry+https://github.com/rust-lang/crates.io-index"
14260checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14261dependencies = [
14262 "bytemuck",
14263 "core_maths",
14264 "font-types 0.11.0",
14265]
14266
14267[[package]]
14268name = "realfft"
14269version = "3.5.0"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14272dependencies = [
14273 "rustfft",
14274]
14275
14276[[package]]
14277name = "reborrow"
14278version = "0.5.5"
14279source = "registry+https://github.com/rust-lang/crates.io-index"
14280checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14281
14282[[package]]
14283name = "recent_projects"
14284version = "0.1.0"
14285dependencies = [
14286 "anyhow",
14287 "askpass",
14288 "chrono",
14289 "db",
14290 "dev_container",
14291 "editor",
14292 "extension",
14293 "extension_host",
14294 "fs",
14295 "futures 0.3.32",
14296 "fuzzy_nucleo",
14297 "gpui",
14298 "http_client",
14299 "indoc",
14300 "language",
14301 "log",
14302 "menu",
14303 "node_runtime",
14304 "open_path_prompt",
14305 "ordered-float 2.10.1",
14306 "paths",
14307 "picker",
14308 "project",
14309 "release_channel",
14310 "remote",
14311 "remote_connection",
14312 "remote_server",
14313 "semver",
14314 "serde",
14315 "serde_json",
14316 "settings",
14317 "smol",
14318 "task",
14319 "telemetry",
14320 "ui",
14321 "ui_input",
14322 "util",
14323 "windows-registry 0.6.1",
14324 "workspace",
14325 "worktree",
14326 "zed_actions",
14327]
14328
14329[[package]]
14330name = "redox_syscall"
14331version = "0.2.16"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14334dependencies = [
14335 "bitflags 1.3.2",
14336]
14337
14338[[package]]
14339name = "redox_syscall"
14340version = "0.5.18"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14343dependencies = [
14344 "bitflags 2.10.0",
14345]
14346
14347[[package]]
14348name = "redox_users"
14349version = "0.5.2"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14352dependencies = [
14353 "getrandom 0.2.16",
14354 "libredox",
14355 "thiserror 2.0.17",
14356]
14357
14358[[package]]
14359name = "ref-cast"
14360version = "1.0.25"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14363dependencies = [
14364 "ref-cast-impl",
14365]
14366
14367[[package]]
14368name = "ref-cast-impl"
14369version = "1.0.25"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14372dependencies = [
14373 "proc-macro2",
14374 "quote",
14375 "syn 2.0.117",
14376]
14377
14378[[package]]
14379name = "referencing"
14380version = "0.37.4"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14383dependencies = [
14384 "ahash 0.8.12",
14385 "fluent-uri",
14386 "getrandom 0.3.4",
14387 "hashbrown 0.16.1",
14388 "parking_lot",
14389 "percent-encoding",
14390 "serde_json",
14391]
14392
14393[[package]]
14394name = "refineable"
14395version = "0.1.0"
14396dependencies = [
14397 "derive_refineable",
14398]
14399
14400[[package]]
14401name = "regalloc2"
14402version = "0.12.2"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14405dependencies = [
14406 "allocator-api2",
14407 "bumpalo",
14408 "hashbrown 0.15.5",
14409 "log",
14410 "rustc-hash 2.1.1",
14411 "serde",
14412 "smallvec",
14413]
14414
14415[[package]]
14416name = "regex"
14417version = "1.12.2"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14420dependencies = [
14421 "aho-corasick",
14422 "memchr",
14423 "regex-automata",
14424 "regex-syntax",
14425]
14426
14427[[package]]
14428name = "regex-automata"
14429version = "0.4.13"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14432dependencies = [
14433 "aho-corasick",
14434 "memchr",
14435 "regex-syntax",
14436]
14437
14438[[package]]
14439name = "regex-lite"
14440version = "0.1.8"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14443
14444[[package]]
14445name = "regex-syntax"
14446version = "0.8.8"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14449
14450[[package]]
14451name = "release_channel"
14452version = "0.1.0"
14453dependencies = [
14454 "gpui",
14455 "semver",
14456]
14457
14458[[package]]
14459name = "remote"
14460version = "0.1.0"
14461dependencies = [
14462 "anyhow",
14463 "askpass",
14464 "async-trait",
14465 "base64 0.22.1",
14466 "collections",
14467 "fs",
14468 "futures 0.3.32",
14469 "gpui",
14470 "log",
14471 "parking_lot",
14472 "paths",
14473 "prost 0.9.0",
14474 "release_channel",
14475 "rpc",
14476 "schemars",
14477 "semver",
14478 "serde",
14479 "serde_json",
14480 "settings",
14481 "smol",
14482 "tempfile",
14483 "thiserror 2.0.17",
14484 "urlencoding",
14485 "util",
14486 "which 6.0.3",
14487]
14488
14489[[package]]
14490name = "remote_connection"
14491version = "0.1.0"
14492dependencies = [
14493 "anyhow",
14494 "askpass",
14495 "auto_update",
14496 "futures 0.3.32",
14497 "gpui",
14498 "log",
14499 "markdown",
14500 "menu",
14501 "release_channel",
14502 "remote",
14503 "semver",
14504 "settings",
14505 "theme_settings",
14506 "ui",
14507 "ui_input",
14508 "workspace",
14509]
14510
14511[[package]]
14512name = "remote_server"
14513version = "0.1.0"
14514dependencies = [
14515 "action_log",
14516 "agent",
14517 "anyhow",
14518 "askpass",
14519 "cargo_toml",
14520 "clap",
14521 "client",
14522 "clock",
14523 "collections",
14524 "crash-handler",
14525 "crashes",
14526 "dap_adapters",
14527 "debug_adapter_extension",
14528 "editor",
14529 "env_logger 0.11.8",
14530 "extension",
14531 "extension_host",
14532 "fork",
14533 "fs",
14534 "futures 0.3.32",
14535 "git",
14536 "git2",
14537 "git_hosting_providers",
14538 "gpui",
14539 "gpui_platform",
14540 "gpui_tokio",
14541 "http_client",
14542 "image",
14543 "json_schema_store",
14544 "language",
14545 "language_extension",
14546 "language_model",
14547 "languages",
14548 "libc",
14549 "log",
14550 "lsp",
14551 "minidumper",
14552 "net",
14553 "node_runtime",
14554 "paths",
14555 "pretty_assertions",
14556 "project",
14557 "proto",
14558 "rayon",
14559 "release_channel",
14560 "remote",
14561 "reqwest_client",
14562 "rpc",
14563 "rust-embed",
14564 "semver",
14565 "serde",
14566 "serde_json",
14567 "settings",
14568 "shellexpand",
14569 "smol",
14570 "sysinfo 0.37.2",
14571 "task",
14572 "theme",
14573 "theme_settings",
14574 "thiserror 2.0.17",
14575 "toml 0.8.23",
14576 "unindent",
14577 "util",
14578 "uuid",
14579 "watch",
14580 "windows 0.61.3",
14581 "worktree",
14582 "zlog",
14583]
14584
14585[[package]]
14586name = "rend"
14587version = "0.4.2"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14590dependencies = [
14591 "bytecheck",
14592]
14593
14594[[package]]
14595name = "renderdoc-sys"
14596version = "1.1.0"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14599
14600[[package]]
14601name = "repl"
14602version = "0.1.0"
14603dependencies = [
14604 "alacritty_terminal",
14605 "anyhow",
14606 "async-dispatcher",
14607 "async-task",
14608 "async-tungstenite",
14609 "base64 0.22.1",
14610 "client",
14611 "collections",
14612 "command_palette_hooks",
14613 "editor",
14614 "feature_flags",
14615 "file_icons",
14616 "futures 0.3.32",
14617 "gpui",
14618 "html_to_markdown",
14619 "http_client",
14620 "image",
14621 "indoc",
14622 "jupyter-protocol",
14623 "jupyter-websocket-client",
14624 "language",
14625 "languages",
14626 "log",
14627 "markdown",
14628 "menu",
14629 "multi_buffer",
14630 "nbformat",
14631 "picker",
14632 "project",
14633 "remote",
14634 "runtimelib",
14635 "serde",
14636 "serde_json",
14637 "settings",
14638 "shlex",
14639 "smol",
14640 "telemetry",
14641 "terminal",
14642 "terminal_view",
14643 "theme",
14644 "theme_settings",
14645 "tree-sitter-md",
14646 "tree-sitter-python",
14647 "tree-sitter-typescript",
14648 "ui",
14649 "util",
14650 "uuid",
14651 "workspace",
14652 "zed_actions",
14653]
14654
14655[[package]]
14656name = "reqwest"
14657version = "0.11.27"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14660dependencies = [
14661 "base64 0.21.7",
14662 "bytes 1.11.1",
14663 "encoding_rs",
14664 "futures-core",
14665 "futures-util",
14666 "h2 0.3.27",
14667 "http 0.2.12",
14668 "http-body 0.4.6",
14669 "hyper 0.14.32",
14670 "hyper-tls",
14671 "ipnet",
14672 "js-sys",
14673 "log",
14674 "mime",
14675 "native-tls",
14676 "once_cell",
14677 "percent-encoding",
14678 "pin-project-lite",
14679 "rustls-pemfile 1.0.4",
14680 "serde",
14681 "serde_json",
14682 "serde_urlencoded",
14683 "sync_wrapper 0.1.2",
14684 "system-configuration 0.5.1",
14685 "tokio",
14686 "tokio-native-tls",
14687 "tower-service",
14688 "url",
14689 "wasm-bindgen",
14690 "wasm-bindgen-futures",
14691 "web-sys",
14692 "winreg 0.50.0",
14693]
14694
14695[[package]]
14696name = "reqwest"
14697version = "0.12.24"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14700dependencies = [
14701 "base64 0.22.1",
14702 "bytes 1.11.1",
14703 "futures-channel",
14704 "futures-core",
14705 "futures-util",
14706 "http 1.3.1",
14707 "http-body 1.0.1",
14708 "http-body-util",
14709 "hyper 1.7.0",
14710 "hyper-rustls 0.27.7",
14711 "hyper-util",
14712 "js-sys",
14713 "log",
14714 "percent-encoding",
14715 "pin-project-lite",
14716 "quinn",
14717 "rustls 0.23.33",
14718 "rustls-native-certs 0.8.2",
14719 "rustls-pki-types",
14720 "serde",
14721 "serde_json",
14722 "serde_urlencoded",
14723 "sync_wrapper 1.0.2",
14724 "tokio",
14725 "tokio-rustls 0.26.2",
14726 "tower 0.5.2",
14727 "tower-http 0.6.6",
14728 "tower-service",
14729 "url",
14730 "wasm-bindgen",
14731 "wasm-bindgen-futures",
14732 "web-sys",
14733]
14734
14735[[package]]
14736name = "reqwest_client"
14737version = "0.1.0"
14738dependencies = [
14739 "anyhow",
14740 "bytes 1.11.1",
14741 "futures 0.3.32",
14742 "gpui_util",
14743 "http_client",
14744 "http_client_tls",
14745 "log",
14746 "regex",
14747 "serde",
14748 "tokio",
14749 "zed-reqwest",
14750]
14751
14752[[package]]
14753name = "resvg"
14754version = "0.45.1"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14757dependencies = [
14758 "gif 0.13.3",
14759 "image-webp",
14760 "log",
14761 "pico-args",
14762 "rgb",
14763 "svgtypes",
14764 "tiny-skia",
14765 "usvg",
14766 "zune-jpeg 0.4.21",
14767]
14768
14769[[package]]
14770name = "rfc6979"
14771version = "0.3.1"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14774dependencies = [
14775 "crypto-bigint 0.4.9",
14776 "hmac",
14777 "zeroize",
14778]
14779
14780[[package]]
14781name = "rgb"
14782version = "0.8.52"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14785dependencies = [
14786 "bytemuck",
14787]
14788
14789[[package]]
14790name = "ring"
14791version = "0.17.14"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14794dependencies = [
14795 "cc",
14796 "cfg-if",
14797 "getrandom 0.2.16",
14798 "libc",
14799 "untrusted 0.9.0",
14800 "windows-sys 0.52.0",
14801]
14802
14803[[package]]
14804name = "rkyv"
14805version = "0.7.45"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14808dependencies = [
14809 "bitvec",
14810 "bytecheck",
14811 "bytes 1.11.1",
14812 "hashbrown 0.12.3",
14813 "ptr_meta",
14814 "rend",
14815 "rkyv_derive",
14816 "seahash",
14817 "tinyvec",
14818 "uuid",
14819]
14820
14821[[package]]
14822name = "rkyv_derive"
14823version = "0.7.45"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14826dependencies = [
14827 "proc-macro2",
14828 "quote",
14829 "syn 1.0.109",
14830]
14831
14832[[package]]
14833name = "rmp"
14834version = "0.8.14"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14837dependencies = [
14838 "byteorder",
14839 "num-traits",
14840 "paste",
14841]
14842
14843[[package]]
14844name = "rmpv"
14845version = "1.3.0"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14848dependencies = [
14849 "num-traits",
14850 "rmp",
14851]
14852
14853[[package]]
14854name = "rodio"
14855version = "0.21.1"
14856source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14857dependencies = [
14858 "cpal",
14859 "dasp_sample",
14860 "hound",
14861 "num-rational",
14862 "rand 0.9.3",
14863 "rand_distr",
14864 "rtrb",
14865 "symphonia",
14866 "thiserror 2.0.17",
14867]
14868
14869[[package]]
14870name = "rope"
14871version = "0.1.0"
14872dependencies = [
14873 "criterion",
14874 "ctor",
14875 "gpui",
14876 "heapless",
14877 "log",
14878 "rand 0.9.3",
14879 "rayon",
14880 "sum_tree",
14881 "tracing",
14882 "unicode-segmentation",
14883 "util",
14884 "zlog",
14885 "ztracing",
14886]
14887
14888[[package]]
14889name = "roxmltree"
14890version = "0.20.0"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14893
14894[[package]]
14895name = "rpassword"
14896version = "7.4.0"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14899dependencies = [
14900 "libc",
14901 "rtoolbox",
14902 "windows-sys 0.59.0",
14903]
14904
14905[[package]]
14906name = "rpc"
14907version = "0.1.0"
14908dependencies = [
14909 "anyhow",
14910 "async-tungstenite",
14911 "base64 0.22.1",
14912 "collections",
14913 "futures 0.3.32",
14914 "gpui",
14915 "parking_lot",
14916 "proto",
14917 "rand 0.9.3",
14918 "rsa",
14919 "serde",
14920 "serde_json",
14921 "sha2",
14922 "strum 0.27.2",
14923 "tracing",
14924 "util",
14925 "zlog",
14926 "zstd",
14927]
14928
14929[[package]]
14930name = "rsa"
14931version = "0.9.10"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14934dependencies = [
14935 "const-oid",
14936 "digest",
14937 "num-bigint-dig 0.8.6",
14938 "num-integer",
14939 "num-traits",
14940 "pkcs1",
14941 "pkcs8 0.10.2",
14942 "rand_core 0.6.4",
14943 "signature 2.2.0",
14944 "spki 0.7.3",
14945 "subtle",
14946 "zeroize",
14947]
14948
14949[[package]]
14950name = "rtoolbox"
14951version = "0.0.3"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14954dependencies = [
14955 "libc",
14956 "windows-sys 0.52.0",
14957]
14958
14959[[package]]
14960name = "rtrb"
14961version = "0.3.2"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14964
14965[[package]]
14966name = "rules_library"
14967version = "0.1.0"
14968dependencies = [
14969 "anyhow",
14970 "collections",
14971 "editor",
14972 "gpui",
14973 "language",
14974 "language_model",
14975 "log",
14976 "menu",
14977 "picker",
14978 "platform_title_bar",
14979 "prompt_store",
14980 "release_channel",
14981 "rope",
14982 "serde",
14983 "settings",
14984 "theme_settings",
14985 "ui",
14986 "ui_input",
14987 "util",
14988 "workspace",
14989 "zed_actions",
14990]
14991
14992[[package]]
14993name = "runtimelib"
14994version = "1.4.0"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14997dependencies = [
14998 "async-dispatcher",
14999 "async-std",
15000 "aws-lc-rs",
15001 "base64 0.22.1",
15002 "bytes 1.11.1",
15003 "chrono",
15004 "data-encoding",
15005 "dirs",
15006 "futures 0.3.32",
15007 "glob",
15008 "jupyter-protocol",
15009 "serde",
15010 "serde_json",
15011 "shellexpand",
15012 "smol",
15013 "thiserror 2.0.17",
15014 "uuid",
15015 "zeromq",
15016]
15017
15018[[package]]
15019name = "rust-embed"
15020version = "8.11.0"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15023dependencies = [
15024 "rust-embed-impl",
15025 "rust-embed-utils",
15026 "walkdir",
15027]
15028
15029[[package]]
15030name = "rust-embed-impl"
15031version = "8.11.0"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15034dependencies = [
15035 "proc-macro2",
15036 "quote",
15037 "rust-embed-utils",
15038 "syn 2.0.117",
15039 "walkdir",
15040]
15041
15042[[package]]
15043name = "rust-embed-utils"
15044version = "8.11.0"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15047dependencies = [
15048 "globset",
15049 "sha2",
15050 "walkdir",
15051]
15052
15053[[package]]
15054name = "rust_decimal"
15055version = "1.39.0"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15058dependencies = [
15059 "arrayvec",
15060 "borsh",
15061 "bytes 1.11.1",
15062 "num-traits",
15063 "rand 0.8.5",
15064 "rkyv",
15065 "serde",
15066 "serde_json",
15067]
15068
15069[[package]]
15070name = "rustc-demangle"
15071version = "0.1.26"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15074
15075[[package]]
15076name = "rustc-hash"
15077version = "1.1.0"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15080
15081[[package]]
15082name = "rustc-hash"
15083version = "2.1.1"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15086
15087[[package]]
15088name = "rustc_version"
15089version = "0.4.1"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15092dependencies = [
15093 "semver",
15094]
15095
15096[[package]]
15097name = "rustfft"
15098version = "6.4.1"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15101dependencies = [
15102 "num-complex",
15103 "num-integer",
15104 "num-traits",
15105 "primal-check",
15106 "strength_reduce",
15107 "transpose",
15108]
15109
15110[[package]]
15111name = "rustix"
15112version = "0.38.44"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15115dependencies = [
15116 "bitflags 2.10.0",
15117 "errno 0.3.14",
15118 "libc",
15119 "linux-raw-sys 0.4.15",
15120 "windows-sys 0.59.0",
15121]
15122
15123[[package]]
15124name = "rustix"
15125version = "1.1.2"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15128dependencies = [
15129 "bitflags 2.10.0",
15130 "errno 0.3.14",
15131 "libc",
15132 "linux-raw-sys 0.11.0",
15133 "windows-sys 0.61.2",
15134]
15135
15136[[package]]
15137name = "rustix-linux-procfs"
15138version = "0.1.1"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15141dependencies = [
15142 "once_cell",
15143 "rustix 1.1.2",
15144]
15145
15146[[package]]
15147name = "rustix-openpty"
15148version = "0.2.0"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15151dependencies = [
15152 "errno 0.3.14",
15153 "libc",
15154 "rustix 1.1.2",
15155]
15156
15157[[package]]
15158name = "rustls"
15159version = "0.21.12"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15162dependencies = [
15163 "log",
15164 "ring",
15165 "rustls-webpki 0.101.7",
15166 "sct",
15167]
15168
15169[[package]]
15170name = "rustls"
15171version = "0.23.33"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15174dependencies = [
15175 "aws-lc-rs",
15176 "log",
15177 "once_cell",
15178 "ring",
15179 "rustls-pki-types",
15180 "rustls-webpki 0.103.7",
15181 "subtle",
15182 "zeroize",
15183]
15184
15185[[package]]
15186name = "rustls-native-certs"
15187version = "0.6.3"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15190dependencies = [
15191 "openssl-probe",
15192 "rustls-pemfile 1.0.4",
15193 "schannel",
15194 "security-framework 2.11.1",
15195]
15196
15197[[package]]
15198name = "rustls-native-certs"
15199version = "0.8.2"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15202dependencies = [
15203 "openssl-probe",
15204 "rustls-pki-types",
15205 "schannel",
15206 "security-framework 3.5.1",
15207]
15208
15209[[package]]
15210name = "rustls-pemfile"
15211version = "1.0.4"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15214dependencies = [
15215 "base64 0.21.7",
15216]
15217
15218[[package]]
15219name = "rustls-pemfile"
15220version = "2.2.0"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15223dependencies = [
15224 "rustls-pki-types",
15225]
15226
15227[[package]]
15228name = "rustls-pki-types"
15229version = "1.12.0"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15232dependencies = [
15233 "web-time",
15234 "zeroize",
15235]
15236
15237[[package]]
15238name = "rustls-platform-verifier"
15239version = "0.5.3"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15242dependencies = [
15243 "core-foundation 0.10.0",
15244 "core-foundation-sys",
15245 "jni",
15246 "log",
15247 "once_cell",
15248 "rustls 0.23.33",
15249 "rustls-native-certs 0.8.2",
15250 "rustls-platform-verifier-android",
15251 "rustls-webpki 0.103.7",
15252 "security-framework 3.5.1",
15253 "security-framework-sys",
15254 "webpki-root-certs",
15255 "windows-sys 0.59.0",
15256]
15257
15258[[package]]
15259name = "rustls-platform-verifier-android"
15260version = "0.1.1"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15263
15264[[package]]
15265name = "rustls-webpki"
15266version = "0.101.7"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15269dependencies = [
15270 "ring",
15271 "untrusted 0.9.0",
15272]
15273
15274[[package]]
15275name = "rustls-webpki"
15276version = "0.103.7"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15279dependencies = [
15280 "aws-lc-rs",
15281 "ring",
15282 "rustls-pki-types",
15283 "untrusted 0.9.0",
15284]
15285
15286[[package]]
15287name = "rustversion"
15288version = "1.0.22"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15291
15292[[package]]
15293name = "rusty-fork"
15294version = "0.3.1"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15297dependencies = [
15298 "fnv",
15299 "quick-error 1.2.3",
15300 "tempfile",
15301 "wait-timeout",
15302]
15303
15304[[package]]
15305name = "rustybuzz"
15306version = "0.20.1"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15309dependencies = [
15310 "bitflags 2.10.0",
15311 "bytemuck",
15312 "core_maths",
15313 "log",
15314 "smallvec",
15315 "ttf-parser 0.25.1",
15316 "unicode-bidi-mirroring",
15317 "unicode-ccc",
15318 "unicode-properties",
15319 "unicode-script",
15320]
15321
15322[[package]]
15323name = "ryu"
15324version = "1.0.20"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15327
15328[[package]]
15329name = "saa"
15330version = "5.4.9"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15333
15334[[package]]
15335name = "safetensors"
15336version = "0.4.5"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15339dependencies = [
15340 "serde",
15341 "serde_json",
15342]
15343
15344[[package]]
15345name = "same-file"
15346version = "1.0.6"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15349dependencies = [
15350 "winapi-util",
15351]
15352
15353[[package]]
15354name = "scc"
15355version = "3.5.6"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15358dependencies = [
15359 "saa",
15360 "sdd",
15361]
15362
15363[[package]]
15364name = "schannel"
15365version = "0.1.28"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15368dependencies = [
15369 "windows-sys 0.61.2",
15370]
15371
15372[[package]]
15373name = "scheduler"
15374version = "0.1.0"
15375dependencies = [
15376 "async-task",
15377 "backtrace",
15378 "chrono",
15379 "flume",
15380 "futures 0.3.32",
15381 "parking_lot",
15382 "rand 0.9.3",
15383 "web-time",
15384]
15385
15386[[package]]
15387name = "schema_generator"
15388version = "0.1.0"
15389dependencies = [
15390 "anyhow",
15391 "clap",
15392 "env_logger 0.11.8",
15393 "schemars",
15394 "serde",
15395 "serde_json",
15396 "settings",
15397 "theme",
15398 "theme_settings",
15399]
15400
15401[[package]]
15402name = "schemars"
15403version = "1.0.4"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15406dependencies = [
15407 "dyn-clone",
15408 "indexmap",
15409 "ref-cast",
15410 "schemars_derive",
15411 "serde",
15412 "serde_json",
15413]
15414
15415[[package]]
15416name = "schemars_derive"
15417version = "1.0.4"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15420dependencies = [
15421 "proc-macro2",
15422 "quote",
15423 "serde_derive_internals",
15424 "syn 2.0.117",
15425]
15426
15427[[package]]
15428name = "scoped-tls"
15429version = "1.0.1"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15432
15433[[package]]
15434name = "scopeguard"
15435version = "1.2.0"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15438
15439[[package]]
15440name = "scratch"
15441version = "1.0.9"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15444
15445[[package]]
15446name = "screencapturekit"
15447version = "0.2.8"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15450dependencies = [
15451 "screencapturekit-sys",
15452]
15453
15454[[package]]
15455name = "screencapturekit-sys"
15456version = "0.2.8"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15459dependencies = [
15460 "block",
15461 "dispatch",
15462 "objc",
15463 "objc-foundation",
15464 "objc_id",
15465 "once_cell",
15466]
15467
15468[[package]]
15469name = "scroll"
15470version = "0.12.0"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15473dependencies = [
15474 "scroll_derive",
15475]
15476
15477[[package]]
15478name = "scroll_derive"
15479version = "0.12.1"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15482dependencies = [
15483 "proc-macro2",
15484 "quote",
15485 "syn 2.0.117",
15486]
15487
15488[[package]]
15489name = "sct"
15490version = "0.7.1"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15493dependencies = [
15494 "ring",
15495 "untrusted 0.9.0",
15496]
15497
15498[[package]]
15499name = "sdd"
15500version = "4.6.2"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15503
15504[[package]]
15505name = "sea-bae"
15506version = "0.2.1"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15509dependencies = [
15510 "heck 0.4.1",
15511 "proc-macro-error2",
15512 "proc-macro2",
15513 "quote",
15514 "syn 2.0.117",
15515]
15516
15517[[package]]
15518name = "sea-orm"
15519version = "1.1.10"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15522dependencies = [
15523 "async-stream",
15524 "async-trait",
15525 "bigdecimal",
15526 "chrono",
15527 "futures-util",
15528 "log",
15529 "ouroboros",
15530 "pgvector",
15531 "rust_decimal",
15532 "sea-orm-macros",
15533 "sea-query",
15534 "sea-query-binder",
15535 "serde",
15536 "serde_json",
15537 "sqlx",
15538 "strum 0.26.3",
15539 "thiserror 2.0.17",
15540 "time",
15541 "tracing",
15542 "url",
15543 "uuid",
15544]
15545
15546[[package]]
15547name = "sea-orm-macros"
15548version = "1.1.10"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15551dependencies = [
15552 "heck 0.4.1",
15553 "proc-macro2",
15554 "quote",
15555 "sea-bae",
15556 "syn 2.0.117",
15557 "unicode-ident",
15558]
15559
15560[[package]]
15561name = "sea-query"
15562version = "0.32.7"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15565dependencies = [
15566 "bigdecimal",
15567 "chrono",
15568 "inherent",
15569 "ordered-float 4.6.0",
15570 "rust_decimal",
15571 "serde_json",
15572 "time",
15573 "uuid",
15574]
15575
15576[[package]]
15577name = "sea-query-binder"
15578version = "0.7.0"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15581dependencies = [
15582 "bigdecimal",
15583 "chrono",
15584 "rust_decimal",
15585 "sea-query",
15586 "serde_json",
15587 "sqlx",
15588 "time",
15589 "uuid",
15590]
15591
15592[[package]]
15593name = "seahash"
15594version = "4.1.0"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15597
15598[[package]]
15599name = "search"
15600version = "0.1.0"
15601dependencies = [
15602 "any_vec",
15603 "anyhow",
15604 "bitflags 2.10.0",
15605 "collections",
15606 "editor",
15607 "fs",
15608 "futures 0.3.32",
15609 "gpui",
15610 "itertools 0.14.0",
15611 "language",
15612 "lsp",
15613 "menu",
15614 "multi_buffer",
15615 "pretty_assertions",
15616 "project",
15617 "serde",
15618 "serde_json",
15619 "settings",
15620 "smol",
15621 "theme",
15622 "theme_settings",
15623 "tracing",
15624 "ui",
15625 "unindent",
15626 "util",
15627 "util_macros",
15628 "workspace",
15629 "zed_actions",
15630 "ztracing",
15631]
15632
15633[[package]]
15634name = "sec1"
15635version = "0.3.0"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15638dependencies = [
15639 "base16ct",
15640 "der 0.6.1",
15641 "generic-array",
15642 "pkcs8 0.9.0",
15643 "subtle",
15644 "zeroize",
15645]
15646
15647[[package]]
15648name = "secrecy"
15649version = "0.10.3"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15652dependencies = [
15653 "zeroize",
15654]
15655
15656[[package]]
15657name = "security-framework"
15658version = "2.11.1"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15661dependencies = [
15662 "bitflags 2.10.0",
15663 "core-foundation 0.9.4",
15664 "core-foundation-sys",
15665 "libc",
15666 "security-framework-sys",
15667]
15668
15669[[package]]
15670name = "security-framework"
15671version = "3.5.1"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15674dependencies = [
15675 "bitflags 2.10.0",
15676 "core-foundation 0.10.0",
15677 "core-foundation-sys",
15678 "libc",
15679 "security-framework-sys",
15680]
15681
15682[[package]]
15683name = "security-framework-sys"
15684version = "2.15.0"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15687dependencies = [
15688 "core-foundation-sys",
15689 "libc",
15690]
15691
15692[[package]]
15693name = "self_cell"
15694version = "1.2.2"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15697
15698[[package]]
15699name = "semver"
15700version = "1.0.27"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15703dependencies = [
15704 "serde",
15705 "serde_core",
15706]
15707
15708[[package]]
15709name = "seq-macro"
15710version = "0.3.6"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15713
15714[[package]]
15715name = "serde"
15716version = "1.0.228"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15719dependencies = [
15720 "serde_core",
15721 "serde_derive",
15722]
15723
15724[[package]]
15725name = "serde_bytes"
15726version = "0.11.19"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15729dependencies = [
15730 "serde",
15731 "serde_core",
15732]
15733
15734[[package]]
15735name = "serde_core"
15736version = "1.0.228"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15739dependencies = [
15740 "serde_derive",
15741]
15742
15743[[package]]
15744name = "serde_derive"
15745version = "1.0.228"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15748dependencies = [
15749 "proc-macro2",
15750 "quote",
15751 "syn 2.0.117",
15752]
15753
15754[[package]]
15755name = "serde_derive_internals"
15756version = "0.29.1"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15759dependencies = [
15760 "proc-macro2",
15761 "quote",
15762 "syn 2.0.117",
15763]
15764
15765[[package]]
15766name = "serde_fmt"
15767version = "1.0.3"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15770dependencies = [
15771 "serde",
15772]
15773
15774[[package]]
15775name = "serde_json"
15776version = "1.0.145"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15779dependencies = [
15780 "indexmap",
15781 "itoa",
15782 "memchr",
15783 "ryu",
15784 "serde",
15785 "serde_core",
15786]
15787
15788[[package]]
15789name = "serde_json_lenient"
15790version = "0.2.4"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15793dependencies = [
15794 "indexmap",
15795 "itoa",
15796 "memchr",
15797 "ryu",
15798 "serde",
15799]
15800
15801[[package]]
15802name = "serde_path_to_error"
15803version = "0.1.20"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15806dependencies = [
15807 "itoa",
15808 "serde",
15809 "serde_core",
15810]
15811
15812[[package]]
15813name = "serde_repr"
15814version = "0.1.20"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15817dependencies = [
15818 "proc-macro2",
15819 "quote",
15820 "syn 2.0.117",
15821]
15822
15823[[package]]
15824name = "serde_spanned"
15825version = "0.6.9"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15828dependencies = [
15829 "serde",
15830]
15831
15832[[package]]
15833name = "serde_spanned"
15834version = "1.0.3"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15837dependencies = [
15838 "serde_core",
15839]
15840
15841[[package]]
15842name = "serde_urlencoded"
15843version = "0.7.1"
15844source = "registry+https://github.com/rust-lang/crates.io-index"
15845checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15846dependencies = [
15847 "form_urlencoded",
15848 "itoa",
15849 "ryu",
15850 "serde",
15851]
15852
15853[[package]]
15854name = "serde_yaml"
15855version = "0.9.34+deprecated"
15856source = "registry+https://github.com/rust-lang/crates.io-index"
15857checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15858dependencies = [
15859 "indexmap",
15860 "itoa",
15861 "ryu",
15862 "serde",
15863 "unsafe-libyaml",
15864]
15865
15866[[package]]
15867name = "serial2"
15868version = "0.2.33"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15871dependencies = [
15872 "cfg-if",
15873 "libc",
15874 "winapi",
15875]
15876
15877[[package]]
15878name = "session"
15879version = "0.1.0"
15880dependencies = [
15881 "db",
15882 "gpui",
15883 "serde_json",
15884 "util",
15885 "uuid",
15886]
15887
15888[[package]]
15889name = "settings"
15890version = "0.1.0"
15891dependencies = [
15892 "anyhow",
15893 "collections",
15894 "ec4rs",
15895 "fs",
15896 "futures 0.3.32",
15897 "gpui",
15898 "indoc",
15899 "inventory",
15900 "log",
15901 "migrator",
15902 "paths",
15903 "pretty_assertions",
15904 "release_channel",
15905 "rust-embed",
15906 "schemars",
15907 "serde",
15908 "serde_json",
15909 "serde_json_lenient",
15910 "settings_content",
15911 "settings_json",
15912 "settings_macros",
15913 "smallvec",
15914 "unindent",
15915 "util",
15916 "zlog",
15917]
15918
15919[[package]]
15920name = "settings_content"
15921version = "0.1.0"
15922dependencies = [
15923 "anyhow",
15924 "collections",
15925 "derive_more",
15926 "gpui",
15927 "language_model_core",
15928 "log",
15929 "schemars",
15930 "serde",
15931 "serde_json",
15932 "serde_json_lenient",
15933 "settings_json",
15934 "settings_macros",
15935 "strum 0.27.2",
15936 "util",
15937]
15938
15939[[package]]
15940name = "settings_json"
15941version = "0.1.0"
15942dependencies = [
15943 "anyhow",
15944 "pretty_assertions",
15945 "serde",
15946 "serde_json",
15947 "serde_json_lenient",
15948 "serde_path_to_error",
15949 "tree-sitter",
15950 "tree-sitter-json",
15951 "unindent",
15952 "util",
15953]
15954
15955[[package]]
15956name = "settings_macros"
15957version = "0.1.0"
15958dependencies = [
15959 "quote",
15960 "settings",
15961 "syn 2.0.117",
15962]
15963
15964[[package]]
15965name = "settings_profile_selector"
15966version = "0.1.0"
15967dependencies = [
15968 "editor",
15969 "fuzzy",
15970 "gpui",
15971 "menu",
15972 "picker",
15973 "project",
15974 "serde_json",
15975 "settings",
15976 "theme",
15977 "theme_settings",
15978 "ui",
15979 "workspace",
15980 "zed_actions",
15981]
15982
15983[[package]]
15984name = "settings_ui"
15985version = "0.1.0"
15986dependencies = [
15987 "agent",
15988 "agent_settings",
15989 "anyhow",
15990 "audio",
15991 "codestral",
15992 "component",
15993 "copilot",
15994 "copilot_ui",
15995 "cpal",
15996 "edit_prediction",
15997 "edit_prediction_ui",
15998 "editor",
15999 "feature_flags",
16000 "fs",
16001 "futures 0.3.32",
16002 "fuzzy",
16003 "gpui",
16004 "heck 0.5.0",
16005 "itertools 0.14.0",
16006 "language",
16007 "log",
16008 "menu",
16009 "paths",
16010 "picker",
16011 "platform_title_bar",
16012 "pretty_assertions",
16013 "project",
16014 "regex",
16015 "release_channel",
16016 "rodio",
16017 "schemars",
16018 "search",
16019 "serde",
16020 "serde_json",
16021 "settings",
16022 "shell_command_parser",
16023 "strum 0.27.2",
16024 "telemetry",
16025 "theme",
16026 "theme_settings",
16027 "title_bar",
16028 "ui",
16029 "util",
16030 "workspace",
16031 "zed_actions",
16032 "zed_credentials_provider",
16033]
16034
16035[[package]]
16036name = "sha-1"
16037version = "0.10.1"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16040dependencies = [
16041 "cfg-if",
16042 "cpufeatures",
16043 "digest",
16044]
16045
16046[[package]]
16047name = "sha1"
16048version = "0.10.6"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16051dependencies = [
16052 "cfg-if",
16053 "cpufeatures",
16054 "digest",
16055]
16056
16057[[package]]
16058name = "sha1_smol"
16059version = "1.0.1"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16062
16063[[package]]
16064name = "sha2"
16065version = "0.10.9"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16068dependencies = [
16069 "cfg-if",
16070 "cpufeatures",
16071 "digest",
16072]
16073
16074[[package]]
16075name = "sharded-slab"
16076version = "0.1.7"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16079dependencies = [
16080 "lazy_static",
16081]
16082
16083[[package]]
16084name = "shared_library"
16085version = "0.1.9"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16088dependencies = [
16089 "lazy_static",
16090 "libc",
16091]
16092
16093[[package]]
16094name = "shell-words"
16095version = "1.1.0"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16098
16099[[package]]
16100name = "shell_command_parser"
16101version = "0.1.0"
16102dependencies = [
16103 "brush-parser",
16104]
16105
16106[[package]]
16107name = "shellexpand"
16108version = "3.1.1"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16111dependencies = [
16112 "dirs",
16113]
16114
16115[[package]]
16116name = "shingles"
16117version = "0.1.1"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16120
16121[[package]]
16122name = "shlex"
16123version = "1.3.0"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16126
16127[[package]]
16128name = "sidebar"
16129version = "0.1.0"
16130dependencies = [
16131 "acp_thread",
16132 "action_log",
16133 "agent",
16134 "agent-client-protocol",
16135 "agent_settings",
16136 "agent_ui",
16137 "anyhow",
16138 "chrono",
16139 "client",
16140 "clock",
16141 "db",
16142 "editor",
16143 "extension",
16144 "feature_flags",
16145 "fs",
16146 "git",
16147 "gpui",
16148 "http_client",
16149 "language",
16150 "language_model",
16151 "log",
16152 "menu",
16153 "node_runtime",
16154 "platform_title_bar",
16155 "pretty_assertions",
16156 "project",
16157 "prompt_store",
16158 "recent_projects",
16159 "release_channel",
16160 "remote",
16161 "remote_connection",
16162 "remote_server",
16163 "semver",
16164 "serde",
16165 "serde_json",
16166 "settings",
16167 "smol",
16168 "telemetry",
16169 "theme",
16170 "theme_settings",
16171 "ui",
16172 "util",
16173 "vim_mode_setting",
16174 "workspace",
16175 "zed_actions",
16176]
16177
16178[[package]]
16179name = "signal-hook"
16180version = "0.3.18"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16183dependencies = [
16184 "libc",
16185 "signal-hook-registry",
16186]
16187
16188[[package]]
16189name = "signal-hook-registry"
16190version = "1.4.6"
16191source = "registry+https://github.com/rust-lang/crates.io-index"
16192checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16193dependencies = [
16194 "libc",
16195]
16196
16197[[package]]
16198name = "signature"
16199version = "1.6.4"
16200source = "registry+https://github.com/rust-lang/crates.io-index"
16201checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16202dependencies = [
16203 "digest",
16204 "rand_core 0.6.4",
16205]
16206
16207[[package]]
16208name = "signature"
16209version = "2.2.0"
16210source = "registry+https://github.com/rust-lang/crates.io-index"
16211checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16212dependencies = [
16213 "digest",
16214 "rand_core 0.6.4",
16215]
16216
16217[[package]]
16218name = "simd-adler32"
16219version = "0.3.7"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16222
16223[[package]]
16224name = "simd_helpers"
16225version = "0.1.0"
16226source = "registry+https://github.com/rust-lang/crates.io-index"
16227checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16228dependencies = [
16229 "quote",
16230]
16231
16232[[package]]
16233name = "simdutf8"
16234version = "0.1.5"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16237
16238[[package]]
16239name = "similar"
16240version = "2.7.0"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16243
16244[[package]]
16245name = "simple_asn1"
16246version = "0.6.3"
16247source = "registry+https://github.com/rust-lang/crates.io-index"
16248checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16249dependencies = [
16250 "num-bigint",
16251 "num-traits",
16252 "thiserror 2.0.17",
16253 "time",
16254]
16255
16256[[package]]
16257name = "simplecss"
16258version = "0.2.2"
16259source = "registry+https://github.com/rust-lang/crates.io-index"
16260checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16261dependencies = [
16262 "log",
16263]
16264
16265[[package]]
16266name = "simplelog"
16267version = "0.12.2"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16270dependencies = [
16271 "log",
16272 "termcolor",
16273 "time",
16274]
16275
16276[[package]]
16277name = "siphasher"
16278version = "0.3.11"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16281
16282[[package]]
16283name = "siphasher"
16284version = "1.0.1"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16287
16288[[package]]
16289name = "skrifa"
16290version = "0.37.0"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16293dependencies = [
16294 "bytemuck",
16295 "read-fonts 0.35.0",
16296]
16297
16298[[package]]
16299name = "skrifa"
16300version = "0.40.0"
16301source = "registry+https://github.com/rust-lang/crates.io-index"
16302checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16303dependencies = [
16304 "bytemuck",
16305 "read-fonts 0.37.0",
16306]
16307
16308[[package]]
16309name = "slab"
16310version = "0.4.11"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16313
16314[[package]]
16315name = "slotmap"
16316version = "1.0.7"
16317source = "registry+https://github.com/rust-lang/crates.io-index"
16318checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16319dependencies = [
16320 "version_check",
16321]
16322
16323[[package]]
16324name = "smallvec"
16325version = "1.15.1"
16326source = "registry+https://github.com/rust-lang/crates.io-index"
16327checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16328dependencies = [
16329 "serde",
16330]
16331
16332[[package]]
16333name = "smart-default"
16334version = "0.7.1"
16335source = "registry+https://github.com/rust-lang/crates.io-index"
16336checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16337dependencies = [
16338 "proc-macro2",
16339 "quote",
16340 "syn 2.0.117",
16341]
16342
16343[[package]]
16344name = "smol"
16345version = "2.0.2"
16346source = "registry+https://github.com/rust-lang/crates.io-index"
16347checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16348dependencies = [
16349 "async-channel 2.5.0",
16350 "async-executor",
16351 "async-fs",
16352 "async-io",
16353 "async-lock 3.4.2",
16354 "async-net",
16355 "async-process",
16356 "blocking",
16357 "futures-lite 2.6.1",
16358]
16359
16360[[package]]
16361name = "smol_str"
16362version = "0.3.5"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16365
16366[[package]]
16367name = "snafu"
16368version = "0.8.9"
16369source = "registry+https://github.com/rust-lang/crates.io-index"
16370checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16371dependencies = [
16372 "snafu-derive",
16373]
16374
16375[[package]]
16376name = "snafu-derive"
16377version = "0.8.9"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16380dependencies = [
16381 "heck 0.4.1",
16382 "proc-macro2",
16383 "quote",
16384 "syn 2.0.117",
16385]
16386
16387[[package]]
16388name = "snippet"
16389version = "0.1.0"
16390dependencies = [
16391 "anyhow",
16392 "smallvec",
16393]
16394
16395[[package]]
16396name = "snippet_provider"
16397version = "0.1.0"
16398dependencies = [
16399 "anyhow",
16400 "collections",
16401 "extension",
16402 "fs",
16403 "futures 0.3.32",
16404 "gpui",
16405 "indoc",
16406 "parking_lot",
16407 "paths",
16408 "schemars",
16409 "serde",
16410 "serde_json",
16411 "serde_json_lenient",
16412 "snippet",
16413 "util",
16414]
16415
16416[[package]]
16417name = "snippets_ui"
16418version = "0.1.0"
16419dependencies = [
16420 "file_icons",
16421 "fuzzy",
16422 "gpui",
16423 "language",
16424 "open_path_prompt",
16425 "paths",
16426 "picker",
16427 "settings",
16428 "ui",
16429 "util",
16430 "workspace",
16431]
16432
16433[[package]]
16434name = "socket2"
16435version = "0.5.10"
16436source = "registry+https://github.com/rust-lang/crates.io-index"
16437checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16438dependencies = [
16439 "libc",
16440 "windows-sys 0.52.0",
16441]
16442
16443[[package]]
16444name = "socket2"
16445version = "0.6.1"
16446source = "registry+https://github.com/rust-lang/crates.io-index"
16447checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16448dependencies = [
16449 "libc",
16450 "windows-sys 0.60.2",
16451]
16452
16453[[package]]
16454name = "spdx"
16455version = "0.10.9"
16456source = "registry+https://github.com/rust-lang/crates.io-index"
16457checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16458dependencies = [
16459 "smallvec",
16460]
16461
16462[[package]]
16463name = "spin"
16464version = "0.9.8"
16465source = "registry+https://github.com/rust-lang/crates.io-index"
16466checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16467dependencies = [
16468 "lock_api",
16469]
16470
16471[[package]]
16472name = "spin"
16473version = "0.10.0"
16474source = "registry+https://github.com/rust-lang/crates.io-index"
16475checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16476dependencies = [
16477 "lock_api",
16478]
16479
16480[[package]]
16481name = "spirv"
16482version = "0.4.0+sdk-1.4.341.0"
16483source = "registry+https://github.com/rust-lang/crates.io-index"
16484checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16485dependencies = [
16486 "bitflags 2.10.0",
16487]
16488
16489[[package]]
16490name = "spki"
16491version = "0.6.0"
16492source = "registry+https://github.com/rust-lang/crates.io-index"
16493checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16494dependencies = [
16495 "base64ct",
16496 "der 0.6.1",
16497]
16498
16499[[package]]
16500name = "spki"
16501version = "0.7.3"
16502source = "registry+https://github.com/rust-lang/crates.io-index"
16503checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16504dependencies = [
16505 "base64ct",
16506 "der 0.7.10",
16507]
16508
16509[[package]]
16510name = "sqlez"
16511version = "0.1.0"
16512dependencies = [
16513 "anyhow",
16514 "collections",
16515 "futures 0.3.32",
16516 "indoc",
16517 "libsqlite3-sys",
16518 "log",
16519 "parking_lot",
16520 "smol",
16521 "sqlformat",
16522 "thread_local",
16523 "util",
16524 "uuid",
16525]
16526
16527[[package]]
16528name = "sqlez_macros"
16529version = "0.1.0"
16530dependencies = [
16531 "sqlez",
16532 "sqlformat",
16533 "syn 2.0.117",
16534]
16535
16536[[package]]
16537name = "sqlformat"
16538version = "0.2.6"
16539source = "registry+https://github.com/rust-lang/crates.io-index"
16540checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16541dependencies = [
16542 "nom 7.1.3",
16543 "unicode_categories",
16544]
16545
16546[[package]]
16547name = "sqlx"
16548version = "0.8.6"
16549source = "registry+https://github.com/rust-lang/crates.io-index"
16550checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16551dependencies = [
16552 "sqlx-core",
16553 "sqlx-macros",
16554 "sqlx-mysql",
16555 "sqlx-postgres",
16556 "sqlx-sqlite",
16557]
16558
16559[[package]]
16560name = "sqlx-core"
16561version = "0.8.6"
16562source = "registry+https://github.com/rust-lang/crates.io-index"
16563checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16564dependencies = [
16565 "base64 0.22.1",
16566 "bigdecimal",
16567 "bytes 1.11.1",
16568 "chrono",
16569 "crc",
16570 "crossbeam-queue",
16571 "either",
16572 "event-listener 5.4.1",
16573 "futures-core",
16574 "futures-intrusive",
16575 "futures-io",
16576 "futures-util",
16577 "hashbrown 0.15.5",
16578 "hashlink 0.10.0",
16579 "indexmap",
16580 "log",
16581 "memchr",
16582 "once_cell",
16583 "percent-encoding",
16584 "rust_decimal",
16585 "rustls 0.23.33",
16586 "serde",
16587 "serde_json",
16588 "sha2",
16589 "smallvec",
16590 "thiserror 2.0.17",
16591 "time",
16592 "tokio",
16593 "tokio-stream",
16594 "tracing",
16595 "url",
16596 "uuid",
16597 "webpki-roots",
16598]
16599
16600[[package]]
16601name = "sqlx-macros"
16602version = "0.8.6"
16603source = "registry+https://github.com/rust-lang/crates.io-index"
16604checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16605dependencies = [
16606 "proc-macro2",
16607 "quote",
16608 "sqlx-core",
16609 "sqlx-macros-core",
16610 "syn 2.0.117",
16611]
16612
16613[[package]]
16614name = "sqlx-macros-core"
16615version = "0.8.6"
16616source = "registry+https://github.com/rust-lang/crates.io-index"
16617checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16618dependencies = [
16619 "dotenvy",
16620 "either",
16621 "heck 0.5.0",
16622 "hex",
16623 "once_cell",
16624 "proc-macro2",
16625 "quote",
16626 "serde",
16627 "serde_json",
16628 "sha2",
16629 "sqlx-core",
16630 "sqlx-mysql",
16631 "sqlx-postgres",
16632 "sqlx-sqlite",
16633 "syn 2.0.117",
16634 "tokio",
16635 "url",
16636]
16637
16638[[package]]
16639name = "sqlx-mysql"
16640version = "0.8.6"
16641source = "registry+https://github.com/rust-lang/crates.io-index"
16642checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16643dependencies = [
16644 "atoi",
16645 "base64 0.22.1",
16646 "bigdecimal",
16647 "bitflags 2.10.0",
16648 "byteorder",
16649 "bytes 1.11.1",
16650 "chrono",
16651 "crc",
16652 "digest",
16653 "dotenvy",
16654 "either",
16655 "futures-channel",
16656 "futures-core",
16657 "futures-io",
16658 "futures-util",
16659 "generic-array",
16660 "hex",
16661 "hkdf",
16662 "hmac",
16663 "itoa",
16664 "log",
16665 "md-5",
16666 "memchr",
16667 "once_cell",
16668 "percent-encoding",
16669 "rand 0.8.5",
16670 "rsa",
16671 "rust_decimal",
16672 "serde",
16673 "sha1",
16674 "sha2",
16675 "smallvec",
16676 "sqlx-core",
16677 "stringprep",
16678 "thiserror 2.0.17",
16679 "time",
16680 "tracing",
16681 "uuid",
16682 "whoami",
16683]
16684
16685[[package]]
16686name = "sqlx-postgres"
16687version = "0.8.6"
16688source = "registry+https://github.com/rust-lang/crates.io-index"
16689checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16690dependencies = [
16691 "atoi",
16692 "base64 0.22.1",
16693 "bigdecimal",
16694 "bitflags 2.10.0",
16695 "byteorder",
16696 "chrono",
16697 "crc",
16698 "dotenvy",
16699 "etcetera",
16700 "futures-channel",
16701 "futures-core",
16702 "futures-util",
16703 "hex",
16704 "hkdf",
16705 "hmac",
16706 "home",
16707 "itoa",
16708 "log",
16709 "md-5",
16710 "memchr",
16711 "num-bigint",
16712 "once_cell",
16713 "rand 0.8.5",
16714 "rust_decimal",
16715 "serde",
16716 "serde_json",
16717 "sha2",
16718 "smallvec",
16719 "sqlx-core",
16720 "stringprep",
16721 "thiserror 2.0.17",
16722 "time",
16723 "tracing",
16724 "uuid",
16725 "whoami",
16726]
16727
16728[[package]]
16729name = "sqlx-sqlite"
16730version = "0.8.6"
16731source = "registry+https://github.com/rust-lang/crates.io-index"
16732checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16733dependencies = [
16734 "atoi",
16735 "chrono",
16736 "flume",
16737 "futures-channel",
16738 "futures-core",
16739 "futures-executor",
16740 "futures-intrusive",
16741 "futures-util",
16742 "libsqlite3-sys",
16743 "log",
16744 "percent-encoding",
16745 "serde",
16746 "serde_urlencoded",
16747 "sqlx-core",
16748 "thiserror 2.0.17",
16749 "time",
16750 "tracing",
16751 "url",
16752 "uuid",
16753]
16754
16755[[package]]
16756name = "stable_deref_trait"
16757version = "1.2.1"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16760
16761[[package]]
16762name = "stacker"
16763version = "0.1.23"
16764source = "registry+https://github.com/rust-lang/crates.io-index"
16765checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16766dependencies = [
16767 "cc",
16768 "cfg-if",
16769 "libc",
16770 "psm",
16771 "windows-sys 0.59.0",
16772]
16773
16774[[package]]
16775name = "stacksafe"
16776version = "0.1.4"
16777source = "registry+https://github.com/rust-lang/crates.io-index"
16778checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16779dependencies = [
16780 "stacker",
16781 "stacksafe-macro",
16782]
16783
16784[[package]]
16785name = "stacksafe-macro"
16786version = "0.1.4"
16787source = "registry+https://github.com/rust-lang/crates.io-index"
16788checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16789dependencies = [
16790 "proc-macro-error2",
16791 "quote",
16792 "syn 2.0.117",
16793]
16794
16795[[package]]
16796name = "static_assertions"
16797version = "1.1.0"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16800
16801[[package]]
16802name = "streaming-iterator"
16803version = "0.1.9"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16806
16807[[package]]
16808name = "streaming_diff"
16809version = "0.1.0"
16810dependencies = [
16811 "ordered-float 2.10.1",
16812 "rand 0.9.3",
16813 "rope",
16814 "util",
16815]
16816
16817[[package]]
16818name = "strength_reduce"
16819version = "0.2.4"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16822
16823[[package]]
16824name = "strict-num"
16825version = "0.1.1"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16828dependencies = [
16829 "float-cmp",
16830]
16831
16832[[package]]
16833name = "string_cache"
16834version = "0.8.9"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16837dependencies = [
16838 "new_debug_unreachable",
16839 "parking_lot",
16840 "phf_shared 0.11.3",
16841 "precomputed-hash",
16842 "serde",
16843]
16844
16845[[package]]
16846name = "string_cache_codegen"
16847version = "0.5.4"
16848source = "registry+https://github.com/rust-lang/crates.io-index"
16849checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16850dependencies = [
16851 "phf_generator 0.11.3",
16852 "phf_shared 0.11.3",
16853 "proc-macro2",
16854 "quote",
16855]
16856
16857[[package]]
16858name = "stringprep"
16859version = "0.1.5"
16860source = "registry+https://github.com/rust-lang/crates.io-index"
16861checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16862dependencies = [
16863 "unicode-bidi",
16864 "unicode-normalization",
16865 "unicode-properties",
16866]
16867
16868[[package]]
16869name = "strsim"
16870version = "0.11.1"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16873
16874[[package]]
16875name = "strum"
16876version = "0.26.3"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16879
16880[[package]]
16881name = "strum"
16882version = "0.27.2"
16883source = "registry+https://github.com/rust-lang/crates.io-index"
16884checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16885dependencies = [
16886 "strum_macros 0.27.2",
16887]
16888
16889[[package]]
16890name = "strum"
16891version = "0.28.0"
16892source = "registry+https://github.com/rust-lang/crates.io-index"
16893checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16894dependencies = [
16895 "strum_macros 0.28.0",
16896]
16897
16898[[package]]
16899name = "strum_macros"
16900version = "0.27.2"
16901source = "registry+https://github.com/rust-lang/crates.io-index"
16902checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16903dependencies = [
16904 "heck 0.5.0",
16905 "proc-macro2",
16906 "quote",
16907 "syn 2.0.117",
16908]
16909
16910[[package]]
16911name = "strum_macros"
16912version = "0.28.0"
16913source = "registry+https://github.com/rust-lang/crates.io-index"
16914checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16915dependencies = [
16916 "heck 0.5.0",
16917 "proc-macro2",
16918 "quote",
16919 "syn 2.0.117",
16920]
16921
16922[[package]]
16923name = "subtle"
16924version = "2.6.1"
16925source = "registry+https://github.com/rust-lang/crates.io-index"
16926checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16927
16928[[package]]
16929name = "sum_tree"
16930version = "0.1.0"
16931dependencies = [
16932 "ctor",
16933 "heapless",
16934 "log",
16935 "proptest",
16936 "rand 0.9.3",
16937 "rayon",
16938 "tracing",
16939 "zlog",
16940 "ztracing",
16941]
16942
16943[[package]]
16944name = "sval"
16945version = "2.15.0"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16948
16949[[package]]
16950name = "sval_buffer"
16951version = "2.15.0"
16952source = "registry+https://github.com/rust-lang/crates.io-index"
16953checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16954dependencies = [
16955 "sval",
16956 "sval_ref",
16957]
16958
16959[[package]]
16960name = "sval_dynamic"
16961version = "2.15.0"
16962source = "registry+https://github.com/rust-lang/crates.io-index"
16963checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16964dependencies = [
16965 "sval",
16966]
16967
16968[[package]]
16969name = "sval_fmt"
16970version = "2.15.0"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16973dependencies = [
16974 "itoa",
16975 "ryu",
16976 "sval",
16977]
16978
16979[[package]]
16980name = "sval_json"
16981version = "2.15.0"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16984dependencies = [
16985 "itoa",
16986 "ryu",
16987 "sval",
16988]
16989
16990[[package]]
16991name = "sval_nested"
16992version = "2.15.0"
16993source = "registry+https://github.com/rust-lang/crates.io-index"
16994checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16995dependencies = [
16996 "sval",
16997 "sval_buffer",
16998 "sval_ref",
16999]
17000
17001[[package]]
17002name = "sval_ref"
17003version = "2.15.0"
17004source = "registry+https://github.com/rust-lang/crates.io-index"
17005checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
17006dependencies = [
17007 "sval",
17008]
17009
17010[[package]]
17011name = "sval_serde"
17012version = "2.15.0"
17013source = "registry+https://github.com/rust-lang/crates.io-index"
17014checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17015dependencies = [
17016 "serde_core",
17017 "sval",
17018 "sval_nested",
17019]
17020
17021[[package]]
17022name = "svg_fmt"
17023version = "0.4.5"
17024source = "registry+https://github.com/rust-lang/crates.io-index"
17025checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17026
17027[[package]]
17028name = "svg_preview"
17029version = "0.1.0"
17030dependencies = [
17031 "file_icons",
17032 "gpui",
17033 "language",
17034 "multi_buffer",
17035 "ui",
17036 "workspace",
17037 "zed_actions",
17038]
17039
17040[[package]]
17041name = "svgtypes"
17042version = "0.15.3"
17043source = "registry+https://github.com/rust-lang/crates.io-index"
17044checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17045dependencies = [
17046 "kurbo",
17047 "siphasher 1.0.1",
17048]
17049
17050[[package]]
17051name = "swash"
17052version = "0.2.6"
17053source = "registry+https://github.com/rust-lang/crates.io-index"
17054checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17055dependencies = [
17056 "skrifa 0.37.0",
17057 "yazi",
17058 "zeno",
17059]
17060
17061[[package]]
17062name = "symphonia"
17063version = "0.5.5"
17064source = "registry+https://github.com/rust-lang/crates.io-index"
17065checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17066dependencies = [
17067 "lazy_static",
17068 "symphonia-bundle-flac",
17069 "symphonia-bundle-mp3",
17070 "symphonia-codec-aac",
17071 "symphonia-codec-pcm",
17072 "symphonia-codec-vorbis",
17073 "symphonia-core",
17074 "symphonia-format-isomp4",
17075 "symphonia-format-ogg",
17076 "symphonia-format-riff",
17077 "symphonia-metadata",
17078]
17079
17080[[package]]
17081name = "symphonia-bundle-flac"
17082version = "0.5.5"
17083source = "registry+https://github.com/rust-lang/crates.io-index"
17084checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17085dependencies = [
17086 "log",
17087 "symphonia-core",
17088 "symphonia-metadata",
17089 "symphonia-utils-xiph",
17090]
17091
17092[[package]]
17093name = "symphonia-bundle-mp3"
17094version = "0.5.5"
17095source = "registry+https://github.com/rust-lang/crates.io-index"
17096checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17097dependencies = [
17098 "lazy_static",
17099 "log",
17100 "symphonia-core",
17101 "symphonia-metadata",
17102]
17103
17104[[package]]
17105name = "symphonia-codec-aac"
17106version = "0.5.5"
17107source = "registry+https://github.com/rust-lang/crates.io-index"
17108checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17109dependencies = [
17110 "lazy_static",
17111 "log",
17112 "symphonia-core",
17113]
17114
17115[[package]]
17116name = "symphonia-codec-pcm"
17117version = "0.5.5"
17118source = "registry+https://github.com/rust-lang/crates.io-index"
17119checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17120dependencies = [
17121 "log",
17122 "symphonia-core",
17123]
17124
17125[[package]]
17126name = "symphonia-codec-vorbis"
17127version = "0.5.5"
17128source = "registry+https://github.com/rust-lang/crates.io-index"
17129checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17130dependencies = [
17131 "log",
17132 "symphonia-core",
17133 "symphonia-utils-xiph",
17134]
17135
17136[[package]]
17137name = "symphonia-core"
17138version = "0.5.5"
17139source = "registry+https://github.com/rust-lang/crates.io-index"
17140checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17141dependencies = [
17142 "arrayvec",
17143 "bitflags 1.3.2",
17144 "bytemuck",
17145 "lazy_static",
17146 "log",
17147]
17148
17149[[package]]
17150name = "symphonia-format-isomp4"
17151version = "0.5.5"
17152source = "registry+https://github.com/rust-lang/crates.io-index"
17153checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17154dependencies = [
17155 "encoding_rs",
17156 "log",
17157 "symphonia-core",
17158 "symphonia-metadata",
17159 "symphonia-utils-xiph",
17160]
17161
17162[[package]]
17163name = "symphonia-format-ogg"
17164version = "0.5.5"
17165source = "registry+https://github.com/rust-lang/crates.io-index"
17166checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17167dependencies = [
17168 "log",
17169 "symphonia-core",
17170 "symphonia-metadata",
17171 "symphonia-utils-xiph",
17172]
17173
17174[[package]]
17175name = "symphonia-format-riff"
17176version = "0.5.5"
17177source = "registry+https://github.com/rust-lang/crates.io-index"
17178checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17179dependencies = [
17180 "extended",
17181 "log",
17182 "symphonia-core",
17183 "symphonia-metadata",
17184]
17185
17186[[package]]
17187name = "symphonia-metadata"
17188version = "0.5.5"
17189source = "registry+https://github.com/rust-lang/crates.io-index"
17190checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17191dependencies = [
17192 "encoding_rs",
17193 "lazy_static",
17194 "log",
17195 "symphonia-core",
17196]
17197
17198[[package]]
17199name = "symphonia-utils-xiph"
17200version = "0.5.5"
17201source = "registry+https://github.com/rust-lang/crates.io-index"
17202checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17203dependencies = [
17204 "symphonia-core",
17205 "symphonia-metadata",
17206]
17207
17208[[package]]
17209name = "syn"
17210version = "1.0.109"
17211source = "registry+https://github.com/rust-lang/crates.io-index"
17212checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17213dependencies = [
17214 "proc-macro2",
17215 "quote",
17216 "unicode-ident",
17217]
17218
17219[[package]]
17220name = "syn"
17221version = "2.0.117"
17222source = "registry+https://github.com/rust-lang/crates.io-index"
17223checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17224dependencies = [
17225 "proc-macro2",
17226 "quote",
17227 "unicode-ident",
17228]
17229
17230[[package]]
17231name = "sync_wrapper"
17232version = "0.1.2"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17235
17236[[package]]
17237name = "sync_wrapper"
17238version = "1.0.2"
17239source = "registry+https://github.com/rust-lang/crates.io-index"
17240checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17241dependencies = [
17242 "futures-core",
17243]
17244
17245[[package]]
17246name = "synchronoise"
17247version = "1.0.1"
17248source = "registry+https://github.com/rust-lang/crates.io-index"
17249checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17250dependencies = [
17251 "crossbeam-queue",
17252]
17253
17254[[package]]
17255name = "synstructure"
17256version = "0.13.2"
17257source = "registry+https://github.com/rust-lang/crates.io-index"
17258checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17259dependencies = [
17260 "proc-macro2",
17261 "quote",
17262 "syn 2.0.117",
17263]
17264
17265[[package]]
17266name = "syntax_theme"
17267version = "0.1.0"
17268dependencies = [
17269 "gpui",
17270 "serde",
17271 "serde_json",
17272]
17273
17274[[package]]
17275name = "sys-locale"
17276version = "0.3.2"
17277source = "registry+https://github.com/rust-lang/crates.io-index"
17278checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17279dependencies = [
17280 "libc",
17281]
17282
17283[[package]]
17284name = "sysctl"
17285version = "0.5.5"
17286source = "registry+https://github.com/rust-lang/crates.io-index"
17287checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17288dependencies = [
17289 "bitflags 2.10.0",
17290 "byteorder",
17291 "enum-as-inner",
17292 "libc",
17293 "thiserror 1.0.69",
17294 "walkdir",
17295]
17296
17297[[package]]
17298name = "sysctl"
17299version = "0.6.0"
17300source = "registry+https://github.com/rust-lang/crates.io-index"
17301checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17302dependencies = [
17303 "bitflags 2.10.0",
17304 "byteorder",
17305 "enum-as-inner",
17306 "libc",
17307 "thiserror 1.0.69",
17308 "walkdir",
17309]
17310
17311[[package]]
17312name = "sysinfo"
17313version = "0.31.4"
17314source = "registry+https://github.com/rust-lang/crates.io-index"
17315checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17316dependencies = [
17317 "core-foundation-sys",
17318 "libc",
17319 "memchr",
17320 "ntapi",
17321 "rayon",
17322 "windows 0.57.0",
17323]
17324
17325[[package]]
17326name = "sysinfo"
17327version = "0.37.2"
17328source = "registry+https://github.com/rust-lang/crates.io-index"
17329checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17330dependencies = [
17331 "libc",
17332 "memchr",
17333 "ntapi",
17334 "objc2-core-foundation",
17335 "objc2-io-kit",
17336 "windows 0.61.3",
17337]
17338
17339[[package]]
17340name = "system-configuration"
17341version = "0.5.1"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17344dependencies = [
17345 "bitflags 1.3.2",
17346 "core-foundation 0.9.4",
17347 "system-configuration-sys 0.5.0",
17348]
17349
17350[[package]]
17351name = "system-configuration"
17352version = "0.6.1"
17353source = "registry+https://github.com/rust-lang/crates.io-index"
17354checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17355dependencies = [
17356 "bitflags 2.10.0",
17357 "core-foundation 0.9.4",
17358 "system-configuration-sys 0.6.0",
17359]
17360
17361[[package]]
17362name = "system-configuration-sys"
17363version = "0.5.0"
17364source = "registry+https://github.com/rust-lang/crates.io-index"
17365checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17366dependencies = [
17367 "core-foundation-sys",
17368 "libc",
17369]
17370
17371[[package]]
17372name = "system-configuration-sys"
17373version = "0.6.0"
17374source = "registry+https://github.com/rust-lang/crates.io-index"
17375checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17376dependencies = [
17377 "core-foundation-sys",
17378 "libc",
17379]
17380
17381[[package]]
17382name = "system-deps"
17383version = "7.0.7"
17384source = "registry+https://github.com/rust-lang/crates.io-index"
17385checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17386dependencies = [
17387 "cfg-expr",
17388 "heck 0.5.0",
17389 "pkg-config",
17390 "toml 0.9.8",
17391 "version-compare",
17392]
17393
17394[[package]]
17395name = "system-interface"
17396version = "0.27.3"
17397source = "registry+https://github.com/rust-lang/crates.io-index"
17398checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17399dependencies = [
17400 "bitflags 2.10.0",
17401 "cap-fs-ext",
17402 "cap-std",
17403 "fd-lock",
17404 "io-lifetimes",
17405 "rustix 0.38.44",
17406 "windows-sys 0.59.0",
17407 "winx",
17408]
17409
17410[[package]]
17411name = "system_specs"
17412version = "0.1.0"
17413dependencies = [
17414 "anyhow",
17415 "client",
17416 "gpui",
17417 "human_bytes",
17418 "pciid-parser",
17419 "release_channel",
17420 "semver",
17421 "serde",
17422 "sysinfo 0.37.2",
17423]
17424
17425[[package]]
17426name = "tab_switcher"
17427version = "0.1.0"
17428dependencies = [
17429 "collections",
17430 "ctor",
17431 "editor",
17432 "fuzzy_nucleo",
17433 "gpui",
17434 "menu",
17435 "picker",
17436 "project",
17437 "schemars",
17438 "serde",
17439 "serde_json",
17440 "settings",
17441 "theme",
17442 "theme_settings",
17443 "ui",
17444 "util",
17445 "workspace",
17446 "zlog",
17447]
17448
17449[[package]]
17450name = "taffy"
17451version = "0.9.0"
17452source = "registry+https://github.com/rust-lang/crates.io-index"
17453checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17454dependencies = [
17455 "arrayvec",
17456 "grid",
17457 "serde",
17458 "slotmap",
17459]
17460
17461[[package]]
17462name = "tagptr"
17463version = "0.2.0"
17464source = "registry+https://github.com/rust-lang/crates.io-index"
17465checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17466
17467[[package]]
17468name = "take-until"
17469version = "0.2.0"
17470source = "registry+https://github.com/rust-lang/crates.io-index"
17471checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17472
17473[[package]]
17474name = "tao-core-video-sys"
17475version = "0.2.0"
17476source = "registry+https://github.com/rust-lang/crates.io-index"
17477checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17478dependencies = [
17479 "cfg-if",
17480 "core-foundation-sys",
17481 "libc",
17482 "objc",
17483]
17484
17485[[package]]
17486name = "tap"
17487version = "1.0.1"
17488source = "registry+https://github.com/rust-lang/crates.io-index"
17489checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17490
17491[[package]]
17492name = "target-lexicon"
17493version = "0.13.3"
17494source = "registry+https://github.com/rust-lang/crates.io-index"
17495checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17496
17497[[package]]
17498name = "task"
17499version = "0.1.0"
17500dependencies = [
17501 "anyhow",
17502 "collections",
17503 "futures 0.3.32",
17504 "gpui",
17505 "hex",
17506 "log",
17507 "parking_lot",
17508 "pretty_assertions",
17509 "proto",
17510 "schemars",
17511 "serde",
17512 "serde_json",
17513 "serde_json_lenient",
17514 "sha2",
17515 "shellexpand",
17516 "util",
17517 "zed_actions",
17518]
17519
17520[[package]]
17521name = "tasks_ui"
17522version = "0.1.0"
17523dependencies = [
17524 "anyhow",
17525 "collections",
17526 "editor",
17527 "file_icons",
17528 "fuzzy",
17529 "gpui",
17530 "itertools 0.14.0",
17531 "language",
17532 "menu",
17533 "picker",
17534 "project",
17535 "serde",
17536 "serde_json",
17537 "task",
17538 "tree-sitter-rust",
17539 "tree-sitter-typescript",
17540 "ui",
17541 "util",
17542 "workspace",
17543 "zed_actions",
17544]
17545
17546[[package]]
17547name = "telemetry"
17548version = "0.1.0"
17549dependencies = [
17550 "futures 0.3.32",
17551 "serde",
17552 "serde_json",
17553 "telemetry_events",
17554]
17555
17556[[package]]
17557name = "telemetry_events"
17558version = "0.1.0"
17559dependencies = [
17560 "semver",
17561 "serde",
17562 "serde_json",
17563]
17564
17565[[package]]
17566name = "tempfile"
17567version = "3.23.0"
17568source = "registry+https://github.com/rust-lang/crates.io-index"
17569checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17570dependencies = [
17571 "fastrand 2.3.0",
17572 "getrandom 0.3.4",
17573 "once_cell",
17574 "rustix 1.1.2",
17575 "windows-sys 0.61.2",
17576]
17577
17578[[package]]
17579name = "tendril"
17580version = "0.4.3"
17581source = "registry+https://github.com/rust-lang/crates.io-index"
17582checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17583dependencies = [
17584 "futf",
17585 "mac",
17586 "utf-8",
17587]
17588
17589[[package]]
17590name = "termcolor"
17591version = "1.4.1"
17592source = "registry+https://github.com/rust-lang/crates.io-index"
17593checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17594dependencies = [
17595 "winapi-util",
17596]
17597
17598[[package]]
17599name = "terminal"
17600version = "0.1.0"
17601dependencies = [
17602 "alacritty_terminal",
17603 "anyhow",
17604 "collections",
17605 "futures 0.3.32",
17606 "gpui",
17607 "itertools 0.14.0",
17608 "libc",
17609 "log",
17610 "parking_lot",
17611 "rand 0.9.3",
17612 "regex",
17613 "release_channel",
17614 "schemars",
17615 "serde",
17616 "settings",
17617 "smol",
17618 "sysinfo 0.37.2",
17619 "task",
17620 "theme",
17621 "theme_settings",
17622 "thiserror 2.0.17",
17623 "url",
17624 "urlencoding",
17625 "util",
17626 "util_macros",
17627 "windows 0.61.3",
17628]
17629
17630[[package]]
17631name = "terminal_size"
17632version = "0.4.3"
17633source = "registry+https://github.com/rust-lang/crates.io-index"
17634checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17635dependencies = [
17636 "rustix 1.1.2",
17637 "windows-sys 0.60.2",
17638]
17639
17640[[package]]
17641name = "terminal_view"
17642version = "0.1.0"
17643dependencies = [
17644 "anyhow",
17645 "async-recursion",
17646 "breadcrumbs",
17647 "collections",
17648 "db",
17649 "dirs",
17650 "editor",
17651 "futures 0.3.32",
17652 "gpui",
17653 "itertools 0.14.0",
17654 "language",
17655 "log",
17656 "menu",
17657 "pretty_assertions",
17658 "project",
17659 "regex",
17660 "release_channel",
17661 "remote",
17662 "rpc",
17663 "schemars",
17664 "semver",
17665 "serde",
17666 "serde_json",
17667 "settings",
17668 "shellexpand",
17669 "task",
17670 "terminal",
17671 "theme",
17672 "theme_settings",
17673 "ui",
17674 "util",
17675 "workspace",
17676 "zed_actions",
17677]
17678
17679[[package]]
17680name = "text"
17681version = "0.1.0"
17682dependencies = [
17683 "anyhow",
17684 "clock",
17685 "collections",
17686 "ctor",
17687 "gpui",
17688 "log",
17689 "parking_lot",
17690 "postage",
17691 "rand 0.9.3",
17692 "regex",
17693 "rope",
17694 "smallvec",
17695 "sum_tree",
17696 "util",
17697 "zlog",
17698]
17699
17700[[package]]
17701name = "theme"
17702version = "0.1.0"
17703dependencies = [
17704 "anyhow",
17705 "collections",
17706 "gpui",
17707 "palette",
17708 "parking_lot",
17709 "refineable",
17710 "schemars",
17711 "serde",
17712 "serde_json",
17713 "serde_json_lenient",
17714 "strum 0.27.2",
17715 "syntax_theme",
17716 "thiserror 2.0.17",
17717 "uuid",
17718]
17719
17720[[package]]
17721name = "theme_extension"
17722version = "0.1.0"
17723dependencies = [
17724 "anyhow",
17725 "extension",
17726 "fs",
17727 "gpui",
17728 "theme",
17729 "theme_settings",
17730]
17731
17732[[package]]
17733name = "theme_importer"
17734version = "0.1.0"
17735dependencies = [
17736 "anyhow",
17737 "clap",
17738 "collections",
17739 "gpui",
17740 "indexmap",
17741 "log",
17742 "palette",
17743 "serde",
17744 "serde_json",
17745 "serde_json_lenient",
17746 "simplelog",
17747 "strum 0.27.2",
17748 "theme",
17749 "theme_settings",
17750 "vscode_theme",
17751]
17752
17753[[package]]
17754name = "theme_selector"
17755version = "0.1.0"
17756dependencies = [
17757 "editor",
17758 "fs",
17759 "fuzzy",
17760 "gpui",
17761 "log",
17762 "picker",
17763 "project",
17764 "serde",
17765 "serde_json",
17766 "settings",
17767 "telemetry",
17768 "theme",
17769 "theme_settings",
17770 "ui",
17771 "util",
17772 "workspace",
17773 "zed_actions",
17774]
17775
17776[[package]]
17777name = "theme_settings"
17778version = "0.1.0"
17779dependencies = [
17780 "anyhow",
17781 "collections",
17782 "gpui",
17783 "gpui_util",
17784 "log",
17785 "palette",
17786 "refineable",
17787 "schemars",
17788 "serde",
17789 "serde_json",
17790 "serde_json_lenient",
17791 "settings",
17792 "theme",
17793 "uuid",
17794]
17795
17796[[package]]
17797name = "thiserror"
17798version = "1.0.69"
17799source = "registry+https://github.com/rust-lang/crates.io-index"
17800checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17801dependencies = [
17802 "thiserror-impl 1.0.69",
17803]
17804
17805[[package]]
17806name = "thiserror"
17807version = "2.0.17"
17808source = "registry+https://github.com/rust-lang/crates.io-index"
17809checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17810dependencies = [
17811 "thiserror-impl 2.0.17",
17812]
17813
17814[[package]]
17815name = "thiserror-impl"
17816version = "1.0.69"
17817source = "registry+https://github.com/rust-lang/crates.io-index"
17818checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17819dependencies = [
17820 "proc-macro2",
17821 "quote",
17822 "syn 2.0.117",
17823]
17824
17825[[package]]
17826name = "thiserror-impl"
17827version = "2.0.17"
17828source = "registry+https://github.com/rust-lang/crates.io-index"
17829checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17830dependencies = [
17831 "proc-macro2",
17832 "quote",
17833 "syn 2.0.117",
17834]
17835
17836[[package]]
17837name = "thread_local"
17838version = "1.1.9"
17839source = "registry+https://github.com/rust-lang/crates.io-index"
17840checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17841dependencies = [
17842 "cfg-if",
17843]
17844
17845[[package]]
17846name = "tiff"
17847version = "0.11.3"
17848source = "registry+https://github.com/rust-lang/crates.io-index"
17849checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17850dependencies = [
17851 "fax",
17852 "flate2",
17853 "half",
17854 "quick-error 2.0.1",
17855 "weezl",
17856 "zune-jpeg 0.5.15",
17857]
17858
17859[[package]]
17860name = "tiktoken-rs"
17861version = "0.9.1"
17862source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17863dependencies = [
17864 "anyhow",
17865 "base64 0.22.1",
17866 "bstr",
17867 "fancy-regex 0.16.2",
17868 "lazy_static",
17869 "regex",
17870 "rustc-hash 1.1.0",
17871]
17872
17873[[package]]
17874name = "time"
17875version = "0.3.47"
17876source = "registry+https://github.com/rust-lang/crates.io-index"
17877checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17878dependencies = [
17879 "deranged",
17880 "itoa",
17881 "libc",
17882 "num-conv",
17883 "num_threads",
17884 "powerfmt",
17885 "serde_core",
17886 "time-core",
17887 "time-macros",
17888]
17889
17890[[package]]
17891name = "time-core"
17892version = "0.1.8"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17895
17896[[package]]
17897name = "time-macros"
17898version = "0.2.27"
17899source = "registry+https://github.com/rust-lang/crates.io-index"
17900checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17901dependencies = [
17902 "num-conv",
17903 "time-core",
17904]
17905
17906[[package]]
17907name = "time_format"
17908version = "0.1.0"
17909dependencies = [
17910 "core-foundation 0.10.0",
17911 "core-foundation-sys",
17912 "sys-locale",
17913 "time",
17914 "windows 0.61.3",
17915]
17916
17917[[package]]
17918name = "tiny-keccak"
17919version = "2.0.2"
17920source = "registry+https://github.com/rust-lang/crates.io-index"
17921checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17922dependencies = [
17923 "crunchy",
17924]
17925
17926[[package]]
17927name = "tiny-skia"
17928version = "0.11.4"
17929source = "registry+https://github.com/rust-lang/crates.io-index"
17930checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17931dependencies = [
17932 "arrayref",
17933 "arrayvec",
17934 "bytemuck",
17935 "cfg-if",
17936 "log",
17937 "png 0.17.16",
17938 "tiny-skia-path",
17939]
17940
17941[[package]]
17942name = "tiny-skia-path"
17943version = "0.11.4"
17944source = "registry+https://github.com/rust-lang/crates.io-index"
17945checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17946dependencies = [
17947 "arrayref",
17948 "bytemuck",
17949 "strict-num",
17950]
17951
17952[[package]]
17953name = "tiny_http"
17954version = "0.12.0"
17955source = "registry+https://github.com/rust-lang/crates.io-index"
17956checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17957dependencies = [
17958 "ascii",
17959 "chunked_transfer",
17960 "httpdate",
17961 "log",
17962]
17963
17964[[package]]
17965name = "tinystr"
17966version = "0.8.1"
17967source = "registry+https://github.com/rust-lang/crates.io-index"
17968checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17969dependencies = [
17970 "displaydoc",
17971 "zerovec",
17972]
17973
17974[[package]]
17975name = "tinytemplate"
17976version = "1.2.1"
17977source = "registry+https://github.com/rust-lang/crates.io-index"
17978checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17979dependencies = [
17980 "serde",
17981 "serde_json",
17982]
17983
17984[[package]]
17985name = "tinyvec"
17986version = "1.10.0"
17987source = "registry+https://github.com/rust-lang/crates.io-index"
17988checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17989dependencies = [
17990 "tinyvec_macros",
17991]
17992
17993[[package]]
17994name = "tinyvec_macros"
17995version = "0.1.1"
17996source = "registry+https://github.com/rust-lang/crates.io-index"
17997checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17998
17999[[package]]
18000name = "title_bar"
18001version = "0.1.0"
18002dependencies = [
18003 "anyhow",
18004 "arrayvec",
18005 "auto_update",
18006 "call",
18007 "channel",
18008 "chrono",
18009 "client",
18010 "cloud_api_types",
18011 "db",
18012 "git_ui",
18013 "gpui",
18014 "icons",
18015 "livekit_client",
18016 "notifications",
18017 "platform_title_bar",
18018 "project",
18019 "recent_projects",
18020 "release_channel",
18021 "remote",
18022 "remote_connection",
18023 "rpc",
18024 "schemars",
18025 "semver",
18026 "serde",
18027 "settings",
18028 "smallvec",
18029 "telemetry",
18030 "theme",
18031 "ui",
18032 "util",
18033 "windows 0.61.3",
18034 "workspace",
18035 "zed_actions",
18036]
18037
18038[[package]]
18039name = "tokio"
18040version = "1.48.0"
18041source = "registry+https://github.com/rust-lang/crates.io-index"
18042checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18043dependencies = [
18044 "bytes 1.11.1",
18045 "libc",
18046 "mio 1.1.0",
18047 "parking_lot",
18048 "pin-project-lite",
18049 "signal-hook-registry",
18050 "socket2 0.6.1",
18051 "tokio-macros",
18052 "windows-sys 0.61.2",
18053]
18054
18055[[package]]
18056name = "tokio-io"
18057version = "0.1.13"
18058source = "registry+https://github.com/rust-lang/crates.io-index"
18059checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18060dependencies = [
18061 "bytes 0.4.12",
18062 "futures 0.1.31",
18063 "log",
18064]
18065
18066[[package]]
18067name = "tokio-macros"
18068version = "2.6.0"
18069source = "registry+https://github.com/rust-lang/crates.io-index"
18070checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18071dependencies = [
18072 "proc-macro2",
18073 "quote",
18074 "syn 2.0.117",
18075]
18076
18077[[package]]
18078name = "tokio-native-tls"
18079version = "0.3.1"
18080source = "registry+https://github.com/rust-lang/crates.io-index"
18081checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18082dependencies = [
18083 "native-tls",
18084 "tokio",
18085]
18086
18087[[package]]
18088name = "tokio-rustls"
18089version = "0.24.1"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18092dependencies = [
18093 "rustls 0.21.12",
18094 "tokio",
18095]
18096
18097[[package]]
18098name = "tokio-rustls"
18099version = "0.26.2"
18100source = "registry+https://github.com/rust-lang/crates.io-index"
18101checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18102dependencies = [
18103 "rustls 0.23.33",
18104 "tokio",
18105]
18106
18107[[package]]
18108name = "tokio-socks"
18109version = "0.5.2"
18110source = "registry+https://github.com/rust-lang/crates.io-index"
18111checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18112dependencies = [
18113 "either",
18114 "futures-io",
18115 "futures-util",
18116 "thiserror 1.0.69",
18117 "tokio",
18118]
18119
18120[[package]]
18121name = "tokio-stream"
18122version = "0.1.17"
18123source = "registry+https://github.com/rust-lang/crates.io-index"
18124checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18125dependencies = [
18126 "futures-core",
18127 "pin-project-lite",
18128 "tokio",
18129]
18130
18131[[package]]
18132name = "tokio-tungstenite"
18133version = "0.20.1"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18136dependencies = [
18137 "futures-util",
18138 "log",
18139 "tokio",
18140 "tungstenite 0.20.1",
18141]
18142
18143[[package]]
18144name = "tokio-tungstenite"
18145version = "0.21.0"
18146source = "registry+https://github.com/rust-lang/crates.io-index"
18147checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18148dependencies = [
18149 "futures-util",
18150 "log",
18151 "tokio",
18152 "tungstenite 0.21.0",
18153]
18154
18155[[package]]
18156name = "tokio-tungstenite"
18157version = "0.28.0"
18158source = "registry+https://github.com/rust-lang/crates.io-index"
18159checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18160dependencies = [
18161 "futures-util",
18162 "log",
18163 "rustls 0.23.33",
18164 "rustls-native-certs 0.8.2",
18165 "rustls-pki-types",
18166 "tokio",
18167 "tokio-rustls 0.26.2",
18168 "tungstenite 0.28.0",
18169]
18170
18171[[package]]
18172name = "tokio-util"
18173version = "0.7.16"
18174source = "registry+https://github.com/rust-lang/crates.io-index"
18175checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18176dependencies = [
18177 "bytes 1.11.1",
18178 "futures-core",
18179 "futures-io",
18180 "futures-sink",
18181 "pin-project-lite",
18182 "tokio",
18183]
18184
18185[[package]]
18186name = "toml"
18187version = "0.5.11"
18188source = "registry+https://github.com/rust-lang/crates.io-index"
18189checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18190dependencies = [
18191 "serde",
18192]
18193
18194[[package]]
18195name = "toml"
18196version = "0.8.23"
18197source = "registry+https://github.com/rust-lang/crates.io-index"
18198checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18199dependencies = [
18200 "serde",
18201 "serde_spanned 0.6.9",
18202 "toml_datetime 0.6.11",
18203 "toml_edit 0.22.27",
18204]
18205
18206[[package]]
18207name = "toml"
18208version = "0.9.8"
18209source = "registry+https://github.com/rust-lang/crates.io-index"
18210checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18211dependencies = [
18212 "indexmap",
18213 "serde_core",
18214 "serde_spanned 1.0.3",
18215 "toml_datetime 0.7.3",
18216 "toml_parser",
18217 "toml_writer",
18218 "winnow",
18219]
18220
18221[[package]]
18222name = "toml_datetime"
18223version = "0.6.11"
18224source = "registry+https://github.com/rust-lang/crates.io-index"
18225checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18226dependencies = [
18227 "serde",
18228]
18229
18230[[package]]
18231name = "toml_datetime"
18232version = "0.7.3"
18233source = "registry+https://github.com/rust-lang/crates.io-index"
18234checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18235dependencies = [
18236 "serde_core",
18237]
18238
18239[[package]]
18240name = "toml_edit"
18241version = "0.22.27"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18244dependencies = [
18245 "indexmap",
18246 "serde",
18247 "serde_spanned 0.6.9",
18248 "toml_datetime 0.6.11",
18249 "toml_write",
18250 "winnow",
18251]
18252
18253[[package]]
18254name = "toml_edit"
18255version = "0.23.7"
18256source = "registry+https://github.com/rust-lang/crates.io-index"
18257checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18258dependencies = [
18259 "indexmap",
18260 "toml_datetime 0.7.3",
18261 "toml_parser",
18262 "winnow",
18263]
18264
18265[[package]]
18266name = "toml_parser"
18267version = "1.0.4"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18270dependencies = [
18271 "winnow",
18272]
18273
18274[[package]]
18275name = "toml_write"
18276version = "0.1.2"
18277source = "registry+https://github.com/rust-lang/crates.io-index"
18278checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18279
18280[[package]]
18281name = "toml_writer"
18282version = "1.0.4"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18285
18286[[package]]
18287name = "toolchain_selector"
18288version = "0.1.0"
18289dependencies = [
18290 "anyhow",
18291 "convert_case 0.8.0",
18292 "editor",
18293 "futures 0.3.32",
18294 "fuzzy",
18295 "gpui",
18296 "language",
18297 "menu",
18298 "open_path_prompt",
18299 "picker",
18300 "project",
18301 "ui",
18302 "util",
18303 "workspace",
18304]
18305
18306[[package]]
18307name = "topological-sort"
18308version = "0.2.2"
18309source = "registry+https://github.com/rust-lang/crates.io-index"
18310checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18311
18312[[package]]
18313name = "tower"
18314version = "0.4.13"
18315source = "registry+https://github.com/rust-lang/crates.io-index"
18316checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18317dependencies = [
18318 "futures-core",
18319 "futures-util",
18320 "pin-project",
18321 "pin-project-lite",
18322 "tokio",
18323 "tower-layer",
18324 "tower-service",
18325 "tracing",
18326]
18327
18328[[package]]
18329name = "tower"
18330version = "0.5.2"
18331source = "registry+https://github.com/rust-lang/crates.io-index"
18332checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18333dependencies = [
18334 "futures-core",
18335 "futures-util",
18336 "pin-project-lite",
18337 "sync_wrapper 1.0.2",
18338 "tokio",
18339 "tokio-util",
18340 "tower-layer",
18341 "tower-service",
18342 "tracing",
18343]
18344
18345[[package]]
18346name = "tower-http"
18347version = "0.4.4"
18348source = "registry+https://github.com/rust-lang/crates.io-index"
18349checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18350dependencies = [
18351 "bitflags 2.10.0",
18352 "bytes 1.11.1",
18353 "futures-core",
18354 "futures-util",
18355 "http 0.2.12",
18356 "http-body 0.4.6",
18357 "http-range-header",
18358 "pin-project-lite",
18359 "tower-layer",
18360 "tower-service",
18361 "tracing",
18362]
18363
18364[[package]]
18365name = "tower-http"
18366version = "0.6.6"
18367source = "registry+https://github.com/rust-lang/crates.io-index"
18368checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18369dependencies = [
18370 "bitflags 2.10.0",
18371 "bytes 1.11.1",
18372 "futures-util",
18373 "http 1.3.1",
18374 "http-body 1.0.1",
18375 "iri-string",
18376 "pin-project-lite",
18377 "tower 0.5.2",
18378 "tower-layer",
18379 "tower-service",
18380 "tracing",
18381]
18382
18383[[package]]
18384name = "tower-layer"
18385version = "0.3.3"
18386source = "registry+https://github.com/rust-lang/crates.io-index"
18387checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18388
18389[[package]]
18390name = "tower-service"
18391version = "0.3.3"
18392source = "registry+https://github.com/rust-lang/crates.io-index"
18393checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18394
18395[[package]]
18396name = "tracing"
18397version = "0.1.43"
18398source = "registry+https://github.com/rust-lang/crates.io-index"
18399checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18400dependencies = [
18401 "log",
18402 "pin-project-lite",
18403 "tracing-attributes",
18404 "tracing-core",
18405]
18406
18407[[package]]
18408name = "tracing-attributes"
18409version = "0.1.31"
18410source = "registry+https://github.com/rust-lang/crates.io-index"
18411checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18412dependencies = [
18413 "proc-macro2",
18414 "quote",
18415 "syn 2.0.117",
18416]
18417
18418[[package]]
18419name = "tracing-core"
18420version = "0.1.35"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18423dependencies = [
18424 "once_cell",
18425 "valuable",
18426]
18427
18428[[package]]
18429name = "tracing-log"
18430version = "0.2.0"
18431source = "registry+https://github.com/rust-lang/crates.io-index"
18432checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18433dependencies = [
18434 "log",
18435 "once_cell",
18436 "tracing-core",
18437]
18438
18439[[package]]
18440name = "tracing-serde"
18441version = "0.2.0"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18444dependencies = [
18445 "serde",
18446 "tracing-core",
18447]
18448
18449[[package]]
18450name = "tracing-subscriber"
18451version = "0.3.22"
18452source = "registry+https://github.com/rust-lang/crates.io-index"
18453checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18454dependencies = [
18455 "matchers",
18456 "nu-ansi-term",
18457 "once_cell",
18458 "regex-automata",
18459 "serde",
18460 "serde_json",
18461 "sharded-slab",
18462 "smallvec",
18463 "thread_local",
18464 "tracing",
18465 "tracing-core",
18466 "tracing-log",
18467 "tracing-serde",
18468]
18469
18470[[package]]
18471name = "tracing-tracy"
18472version = "0.11.4"
18473source = "registry+https://github.com/rust-lang/crates.io-index"
18474checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18475dependencies = [
18476 "tracing-core",
18477 "tracing-subscriber",
18478 "tracy-client",
18479]
18480
18481[[package]]
18482name = "tracy-client"
18483version = "0.18.3"
18484source = "registry+https://github.com/rust-lang/crates.io-index"
18485checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18486dependencies = [
18487 "loom",
18488 "once_cell",
18489 "tracy-client-sys",
18490]
18491
18492[[package]]
18493name = "tracy-client-sys"
18494version = "0.27.0"
18495source = "registry+https://github.com/rust-lang/crates.io-index"
18496checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18497dependencies = [
18498 "cc",
18499 "windows-targets 0.52.6",
18500]
18501
18502[[package]]
18503name = "transpose"
18504version = "0.2.3"
18505source = "registry+https://github.com/rust-lang/crates.io-index"
18506checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18507dependencies = [
18508 "num-integer",
18509 "strength_reduce",
18510]
18511
18512[[package]]
18513name = "trash"
18514version = "5.2.5"
18515source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18516dependencies = [
18517 "chrono",
18518 "libc",
18519 "log",
18520 "objc2",
18521 "objc2-foundation",
18522 "once_cell",
18523 "percent-encoding",
18524 "scopeguard",
18525 "urlencoding",
18526 "windows 0.56.0",
18527 "windows-core 0.56.0",
18528]
18529
18530[[package]]
18531name = "tree-sitter"
18532version = "0.26.8"
18533source = "registry+https://github.com/rust-lang/crates.io-index"
18534checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18535dependencies = [
18536 "cc",
18537 "regex",
18538 "regex-syntax",
18539 "serde_json",
18540 "streaming-iterator",
18541 "tree-sitter-language",
18542 "wasmtime-c-api-impl",
18543]
18544
18545[[package]]
18546name = "tree-sitter-bash"
18547version = "0.25.1"
18548source = "registry+https://github.com/rust-lang/crates.io-index"
18549checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18550dependencies = [
18551 "cc",
18552 "tree-sitter-language",
18553]
18554
18555[[package]]
18556name = "tree-sitter-c"
18557version = "0.24.1"
18558source = "registry+https://github.com/rust-lang/crates.io-index"
18559checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18560dependencies = [
18561 "cc",
18562 "tree-sitter-language",
18563]
18564
18565[[package]]
18566name = "tree-sitter-cpp"
18567version = "0.23.4"
18568source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18569dependencies = [
18570 "cc",
18571 "tree-sitter-language",
18572]
18573
18574[[package]]
18575name = "tree-sitter-css"
18576version = "0.23.2"
18577source = "registry+https://github.com/rust-lang/crates.io-index"
18578checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18579dependencies = [
18580 "cc",
18581 "tree-sitter-language",
18582]
18583
18584[[package]]
18585name = "tree-sitter-diff"
18586version = "0.1.0"
18587source = "registry+https://github.com/rust-lang/crates.io-index"
18588checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18589dependencies = [
18590 "cc",
18591 "tree-sitter-language",
18592]
18593
18594[[package]]
18595name = "tree-sitter-elixir"
18596version = "0.3.4"
18597source = "registry+https://github.com/rust-lang/crates.io-index"
18598checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18599dependencies = [
18600 "cc",
18601 "tree-sitter-language",
18602]
18603
18604[[package]]
18605name = "tree-sitter-embedded-template"
18606version = "0.23.2"
18607source = "registry+https://github.com/rust-lang/crates.io-index"
18608checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18609dependencies = [
18610 "cc",
18611 "tree-sitter-language",
18612]
18613
18614[[package]]
18615name = "tree-sitter-gitcommit"
18616version = "0.0.1"
18617source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18618dependencies = [
18619 "cc",
18620 "tree-sitter-language",
18621]
18622
18623[[package]]
18624name = "tree-sitter-go"
18625version = "0.25.0"
18626source = "registry+https://github.com/rust-lang/crates.io-index"
18627checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18628dependencies = [
18629 "cc",
18630 "tree-sitter-language",
18631]
18632
18633[[package]]
18634name = "tree-sitter-gomod"
18635version = "1.1.1"
18636source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18637dependencies = [
18638 "cc",
18639 "tree-sitter-language",
18640]
18641
18642[[package]]
18643name = "tree-sitter-gowork"
18644version = "0.0.1"
18645source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18646dependencies = [
18647 "cc",
18648 "tree-sitter-language",
18649]
18650
18651[[package]]
18652name = "tree-sitter-heex"
18653version = "0.0.1"
18654source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18655dependencies = [
18656 "cc",
18657 "tree-sitter-language",
18658]
18659
18660[[package]]
18661name = "tree-sitter-html"
18662version = "0.23.2"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18665dependencies = [
18666 "cc",
18667 "tree-sitter-language",
18668]
18669
18670[[package]]
18671name = "tree-sitter-jsdoc"
18672version = "0.23.2"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18675dependencies = [
18676 "cc",
18677 "tree-sitter-language",
18678]
18679
18680[[package]]
18681name = "tree-sitter-json"
18682version = "0.24.8"
18683source = "registry+https://github.com/rust-lang/crates.io-index"
18684checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18685dependencies = [
18686 "cc",
18687 "tree-sitter-language",
18688]
18689
18690[[package]]
18691name = "tree-sitter-language"
18692version = "0.1.5"
18693source = "registry+https://github.com/rust-lang/crates.io-index"
18694checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18695
18696[[package]]
18697name = "tree-sitter-md"
18698version = "0.3.2"
18699source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18700dependencies = [
18701 "cc",
18702 "tree-sitter-language",
18703]
18704
18705[[package]]
18706name = "tree-sitter-python"
18707version = "0.25.0"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18710dependencies = [
18711 "cc",
18712 "tree-sitter-language",
18713]
18714
18715[[package]]
18716name = "tree-sitter-regex"
18717version = "0.24.3"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18720dependencies = [
18721 "cc",
18722 "tree-sitter-language",
18723]
18724
18725[[package]]
18726name = "tree-sitter-ruby"
18727version = "0.23.1"
18728source = "registry+https://github.com/rust-lang/crates.io-index"
18729checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18730dependencies = [
18731 "cc",
18732 "tree-sitter-language",
18733]
18734
18735[[package]]
18736name = "tree-sitter-rust"
18737version = "0.24.2"
18738source = "registry+https://github.com/rust-lang/crates.io-index"
18739checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18740dependencies = [
18741 "cc",
18742 "tree-sitter-language",
18743]
18744
18745[[package]]
18746name = "tree-sitter-typescript"
18747version = "0.23.2"
18748source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18749dependencies = [
18750 "cc",
18751 "tree-sitter-language",
18752]
18753
18754[[package]]
18755name = "tree-sitter-yaml"
18756version = "0.6.1"
18757source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18758dependencies = [
18759 "cc",
18760 "tree-sitter-language",
18761]
18762
18763[[package]]
18764name = "triomphe"
18765version = "0.1.15"
18766source = "registry+https://github.com/rust-lang/crates.io-index"
18767checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18768dependencies = [
18769 "serde",
18770 "stable_deref_trait",
18771]
18772
18773[[package]]
18774name = "try-lock"
18775version = "0.2.5"
18776source = "registry+https://github.com/rust-lang/crates.io-index"
18777checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18778
18779[[package]]
18780name = "ttf-parser"
18781version = "0.20.0"
18782source = "registry+https://github.com/rust-lang/crates.io-index"
18783checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18784
18785[[package]]
18786name = "ttf-parser"
18787version = "0.25.1"
18788source = "registry+https://github.com/rust-lang/crates.io-index"
18789checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18790dependencies = [
18791 "core_maths",
18792]
18793
18794[[package]]
18795name = "tungstenite"
18796version = "0.20.1"
18797source = "registry+https://github.com/rust-lang/crates.io-index"
18798checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18799dependencies = [
18800 "byteorder",
18801 "bytes 1.11.1",
18802 "data-encoding",
18803 "http 0.2.12",
18804 "httparse",
18805 "log",
18806 "rand 0.8.5",
18807 "sha1",
18808 "thiserror 1.0.69",
18809 "url",
18810 "utf-8",
18811]
18812
18813[[package]]
18814name = "tungstenite"
18815version = "0.21.0"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18818dependencies = [
18819 "byteorder",
18820 "bytes 1.11.1",
18821 "data-encoding",
18822 "http 1.3.1",
18823 "httparse",
18824 "log",
18825 "rand 0.8.5",
18826 "sha1",
18827 "thiserror 1.0.69",
18828 "url",
18829 "utf-8",
18830]
18831
18832[[package]]
18833name = "tungstenite"
18834version = "0.27.0"
18835source = "registry+https://github.com/rust-lang/crates.io-index"
18836checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18837dependencies = [
18838 "bytes 1.11.1",
18839 "data-encoding",
18840 "http 1.3.1",
18841 "httparse",
18842 "log",
18843 "rand 0.9.3",
18844 "rustls 0.23.33",
18845 "rustls-pki-types",
18846 "sha1",
18847 "thiserror 2.0.17",
18848 "utf-8",
18849]
18850
18851[[package]]
18852name = "tungstenite"
18853version = "0.28.0"
18854source = "registry+https://github.com/rust-lang/crates.io-index"
18855checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18856dependencies = [
18857 "bytes 1.11.1",
18858 "data-encoding",
18859 "http 1.3.1",
18860 "httparse",
18861 "log",
18862 "rand 0.9.3",
18863 "rustls 0.23.33",
18864 "rustls-pki-types",
18865 "sha1",
18866 "thiserror 2.0.17",
18867 "utf-8",
18868]
18869
18870[[package]]
18871name = "typeid"
18872version = "1.0.3"
18873source = "registry+https://github.com/rust-lang/crates.io-index"
18874checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18875
18876[[package]]
18877name = "typenum"
18878version = "1.19.0"
18879source = "registry+https://github.com/rust-lang/crates.io-index"
18880checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18881
18882[[package]]
18883name = "ucd-trie"
18884version = "0.1.7"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18887
18888[[package]]
18889name = "uds"
18890version = "0.4.2"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18893dependencies = [
18894 "libc",
18895]
18896
18897[[package]]
18898name = "uds_windows"
18899version = "1.1.0"
18900source = "registry+https://github.com/rust-lang/crates.io-index"
18901checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18902dependencies = [
18903 "memoffset",
18904 "tempfile",
18905 "winapi",
18906]
18907
18908[[package]]
18909name = "ug"
18910version = "0.4.0"
18911source = "registry+https://github.com/rust-lang/crates.io-index"
18912checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18913dependencies = [
18914 "gemm 0.18.2",
18915 "half",
18916 "libloading",
18917 "memmap2",
18918 "num",
18919 "num-traits",
18920 "num_cpus",
18921 "rayon",
18922 "safetensors",
18923 "serde",
18924 "thiserror 1.0.69",
18925 "tracing",
18926 "yoke 0.7.5",
18927]
18928
18929[[package]]
18930name = "ui"
18931version = "0.1.0"
18932dependencies = [
18933 "chrono",
18934 "component",
18935 "documented",
18936 "gpui",
18937 "gpui_macros",
18938 "gpui_util",
18939 "icons",
18940 "itertools 0.14.0",
18941 "menu",
18942 "schemars",
18943 "serde",
18944 "smallvec",
18945 "strum 0.27.2",
18946 "theme",
18947 "ui_macros",
18948 "windows 0.61.3",
18949]
18950
18951[[package]]
18952name = "ui_input"
18953version = "0.1.0"
18954dependencies = [
18955 "component",
18956 "gpui",
18957 "ui",
18958]
18959
18960[[package]]
18961name = "ui_macros"
18962version = "0.1.0"
18963dependencies = [
18964 "component",
18965 "quote",
18966 "syn 2.0.117",
18967 "ui",
18968]
18969
18970[[package]]
18971name = "ui_prompt"
18972version = "0.1.0"
18973dependencies = [
18974 "gpui",
18975 "markdown",
18976 "menu",
18977 "settings",
18978 "theme_settings",
18979 "ui",
18980 "workspace",
18981]
18982
18983[[package]]
18984name = "unarray"
18985version = "0.1.4"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18988
18989[[package]]
18990name = "unicase"
18991version = "2.8.1"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18994
18995[[package]]
18996name = "unicode-bidi"
18997version = "0.3.18"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
19000
19001[[package]]
19002name = "unicode-bidi-mirroring"
19003version = "0.4.0"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
19006
19007[[package]]
19008name = "unicode-ccc"
19009version = "0.4.0"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
19012
19013[[package]]
19014name = "unicode-general-category"
19015version = "1.1.0"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19018
19019[[package]]
19020name = "unicode-ident"
19021version = "1.0.19"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19024
19025[[package]]
19026name = "unicode-linebreak"
19027version = "0.1.5"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19030
19031[[package]]
19032name = "unicode-normalization"
19033version = "0.1.24"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19036dependencies = [
19037 "tinyvec",
19038]
19039
19040[[package]]
19041name = "unicode-properties"
19042version = "0.1.3"
19043source = "registry+https://github.com/rust-lang/crates.io-index"
19044checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19045
19046[[package]]
19047name = "unicode-script"
19048version = "0.5.8"
19049source = "registry+https://github.com/rust-lang/crates.io-index"
19050checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19051
19052[[package]]
19053name = "unicode-segmentation"
19054version = "1.12.0"
19055source = "registry+https://github.com/rust-lang/crates.io-index"
19056checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19057
19058[[package]]
19059name = "unicode-vo"
19060version = "0.1.0"
19061source = "registry+https://github.com/rust-lang/crates.io-index"
19062checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19063
19064[[package]]
19065name = "unicode-width"
19066version = "0.2.2"
19067source = "registry+https://github.com/rust-lang/crates.io-index"
19068checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19069
19070[[package]]
19071name = "unicode-xid"
19072version = "0.2.6"
19073source = "registry+https://github.com/rust-lang/crates.io-index"
19074checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19075
19076[[package]]
19077name = "unicode_categories"
19078version = "0.1.1"
19079source = "registry+https://github.com/rust-lang/crates.io-index"
19080checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19081
19082[[package]]
19083name = "unindent"
19084version = "0.2.4"
19085source = "registry+https://github.com/rust-lang/crates.io-index"
19086checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19087
19088[[package]]
19089name = "unsafe-libyaml"
19090version = "0.2.11"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19093
19094[[package]]
19095name = "untrusted"
19096version = "0.7.1"
19097source = "registry+https://github.com/rust-lang/crates.io-index"
19098checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19099
19100[[package]]
19101name = "untrusted"
19102version = "0.9.0"
19103source = "registry+https://github.com/rust-lang/crates.io-index"
19104checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19105
19106[[package]]
19107name = "url"
19108version = "2.5.7"
19109source = "registry+https://github.com/rust-lang/crates.io-index"
19110checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19111dependencies = [
19112 "form_urlencoded",
19113 "idna",
19114 "percent-encoding",
19115 "serde",
19116]
19117
19118[[package]]
19119name = "urlencoding"
19120version = "2.1.3"
19121source = "registry+https://github.com/rust-lang/crates.io-index"
19122checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19123
19124[[package]]
19125name = "usvg"
19126version = "0.45.1"
19127source = "registry+https://github.com/rust-lang/crates.io-index"
19128checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19129dependencies = [
19130 "base64 0.22.1",
19131 "data-url",
19132 "flate2",
19133 "fontdb 0.23.0",
19134 "imagesize",
19135 "kurbo",
19136 "log",
19137 "pico-args",
19138 "roxmltree",
19139 "rustybuzz",
19140 "simplecss",
19141 "siphasher 1.0.1",
19142 "strict-num",
19143 "svgtypes",
19144 "tiny-skia-path",
19145 "unicode-bidi",
19146 "unicode-script",
19147 "unicode-vo",
19148 "xmlwriter",
19149]
19150
19151[[package]]
19152name = "utf-8"
19153version = "0.7.6"
19154source = "registry+https://github.com/rust-lang/crates.io-index"
19155checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19156
19157[[package]]
19158name = "utf8-chars"
19159version = "3.0.6"
19160source = "registry+https://github.com/rust-lang/crates.io-index"
19161checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19162dependencies = [
19163 "arrayvec",
19164]
19165
19166[[package]]
19167name = "utf8_iter"
19168version = "1.0.4"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19171
19172[[package]]
19173name = "utf8parse"
19174version = "0.2.2"
19175source = "registry+https://github.com/rust-lang/crates.io-index"
19176checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19177
19178[[package]]
19179name = "util"
19180version = "0.1.0"
19181dependencies = [
19182 "anyhow",
19183 "async-fs",
19184 "async_zip",
19185 "collections",
19186 "command-fds",
19187 "dirs",
19188 "dunce",
19189 "futures 0.3.32",
19190 "futures-lite 1.13.0",
19191 "git2",
19192 "globset",
19193 "gpui_util",
19194 "itertools 0.14.0",
19195 "libc",
19196 "log",
19197 "mach2 0.5.0",
19198 "nix 0.29.0",
19199 "percent-encoding",
19200 "pretty_assertions",
19201 "rand 0.9.3",
19202 "regex",
19203 "rust-embed",
19204 "schemars",
19205 "serde",
19206 "serde_json",
19207 "serde_json_lenient",
19208 "shlex",
19209 "smol",
19210 "take-until",
19211 "tempfile",
19212 "tendril",
19213 "unicase",
19214 "url",
19215 "util_macros",
19216 "walkdir",
19217 "which 6.0.3",
19218]
19219
19220[[package]]
19221name = "util_macros"
19222version = "0.1.0"
19223dependencies = [
19224 "perf",
19225 "quote",
19226 "syn 2.0.117",
19227]
19228
19229[[package]]
19230name = "uuid"
19231version = "1.18.1"
19232source = "registry+https://github.com/rust-lang/crates.io-index"
19233checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19234dependencies = [
19235 "getrandom 0.3.4",
19236 "js-sys",
19237 "serde",
19238 "sha1_smol",
19239 "wasm-bindgen",
19240]
19241
19242[[package]]
19243name = "uuid-simd"
19244version = "0.8.0"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19247dependencies = [
19248 "outref",
19249 "vsimd",
19250]
19251
19252[[package]]
19253name = "v_frame"
19254version = "0.3.9"
19255source = "registry+https://github.com/rust-lang/crates.io-index"
19256checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19257dependencies = [
19258 "aligned-vec",
19259 "num-traits",
19260 "wasm-bindgen",
19261]
19262
19263[[package]]
19264name = "valuable"
19265version = "0.1.1"
19266source = "registry+https://github.com/rust-lang/crates.io-index"
19267checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19268
19269[[package]]
19270name = "value-bag"
19271version = "1.12.0"
19272source = "registry+https://github.com/rust-lang/crates.io-index"
19273checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19274dependencies = [
19275 "value-bag-serde1",
19276 "value-bag-sval2",
19277]
19278
19279[[package]]
19280name = "value-bag-serde1"
19281version = "1.12.0"
19282source = "registry+https://github.com/rust-lang/crates.io-index"
19283checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19284dependencies = [
19285 "erased-serde",
19286 "serde_core",
19287 "serde_fmt",
19288]
19289
19290[[package]]
19291name = "value-bag-sval2"
19292version = "1.12.0"
19293source = "registry+https://github.com/rust-lang/crates.io-index"
19294checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19295dependencies = [
19296 "sval",
19297 "sval_buffer",
19298 "sval_dynamic",
19299 "sval_fmt",
19300 "sval_json",
19301 "sval_ref",
19302 "sval_serde",
19303]
19304
19305[[package]]
19306name = "vcpkg"
19307version = "0.2.15"
19308source = "registry+https://github.com/rust-lang/crates.io-index"
19309checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19310
19311[[package]]
19312name = "vercel"
19313version = "0.1.0"
19314dependencies = [
19315 "anyhow",
19316 "schemars",
19317 "serde",
19318 "strum 0.27.2",
19319]
19320
19321[[package]]
19322name = "version-compare"
19323version = "0.2.0"
19324source = "registry+https://github.com/rust-lang/crates.io-index"
19325checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19326
19327[[package]]
19328name = "version_check"
19329version = "0.9.5"
19330source = "registry+https://github.com/rust-lang/crates.io-index"
19331checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19332
19333[[package]]
19334name = "vim"
19335version = "0.1.0"
19336dependencies = [
19337 "anyhow",
19338 "async-compat",
19339 "async-trait",
19340 "collections",
19341 "command_palette",
19342 "command_palette_hooks",
19343 "db",
19344 "editor",
19345 "env_logger 0.11.8",
19346 "futures 0.3.32",
19347 "fuzzy",
19348 "git_ui",
19349 "gpui",
19350 "indoc",
19351 "itertools 0.14.0",
19352 "language",
19353 "log",
19354 "lsp",
19355 "markdown_preview",
19356 "menu",
19357 "multi_buffer",
19358 "nvim-rs",
19359 "outline_panel",
19360 "parking_lot",
19361 "perf",
19362 "picker",
19363 "project",
19364 "project_panel",
19365 "regex",
19366 "release_channel",
19367 "schemars",
19368 "search",
19369 "semver",
19370 "serde",
19371 "serde_json",
19372 "settings",
19373 "settings_ui",
19374 "task",
19375 "text",
19376 "theme",
19377 "theme_settings",
19378 "tokio",
19379 "ui",
19380 "util",
19381 "util_macros",
19382 "vim_mode_setting",
19383 "workspace",
19384 "zed_actions",
19385]
19386
19387[[package]]
19388name = "vim_mode_setting"
19389version = "0.1.0"
19390dependencies = [
19391 "gpui",
19392 "settings",
19393]
19394
19395[[package]]
19396name = "vscode_theme"
19397version = "0.2.0"
19398source = "registry+https://github.com/rust-lang/crates.io-index"
19399checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19400dependencies = [
19401 "serde",
19402]
19403
19404[[package]]
19405name = "vsimd"
19406version = "0.8.0"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19409
19410[[package]]
19411name = "vswhom"
19412version = "0.1.0"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19415dependencies = [
19416 "libc",
19417 "vswhom-sys",
19418]
19419
19420[[package]]
19421name = "vswhom-sys"
19422version = "0.1.3"
19423source = "registry+https://github.com/rust-lang/crates.io-index"
19424checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19425dependencies = [
19426 "cc",
19427 "libc",
19428]
19429
19430[[package]]
19431name = "vte"
19432version = "0.15.0"
19433source = "registry+https://github.com/rust-lang/crates.io-index"
19434checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19435dependencies = [
19436 "arrayvec",
19437 "bitflags 2.10.0",
19438 "cursor-icon",
19439 "log",
19440 "memchr",
19441 "serde",
19442]
19443
19444[[package]]
19445name = "wait-timeout"
19446version = "0.2.1"
19447source = "registry+https://github.com/rust-lang/crates.io-index"
19448checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19449dependencies = [
19450 "libc",
19451]
19452
19453[[package]]
19454name = "waker-fn"
19455version = "1.2.0"
19456source = "registry+https://github.com/rust-lang/crates.io-index"
19457checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19458
19459[[package]]
19460name = "walkdir"
19461version = "2.5.0"
19462source = "registry+https://github.com/rust-lang/crates.io-index"
19463checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19464dependencies = [
19465 "same-file",
19466 "winapi-util",
19467]
19468
19469[[package]]
19470name = "want"
19471version = "0.3.1"
19472source = "registry+https://github.com/rust-lang/crates.io-index"
19473checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19474dependencies = [
19475 "try-lock",
19476]
19477
19478[[package]]
19479name = "warp"
19480version = "0.3.7"
19481source = "registry+https://github.com/rust-lang/crates.io-index"
19482checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19483dependencies = [
19484 "bytes 1.11.1",
19485 "futures-channel",
19486 "futures-util",
19487 "headers",
19488 "http 0.2.12",
19489 "hyper 0.14.32",
19490 "log",
19491 "mime",
19492 "mime_guess",
19493 "percent-encoding",
19494 "pin-project",
19495 "scoped-tls",
19496 "serde",
19497 "serde_json",
19498 "serde_urlencoded",
19499 "tokio",
19500 "tokio-tungstenite 0.21.0",
19501 "tokio-util",
19502 "tower-service",
19503 "tracing",
19504]
19505
19506[[package]]
19507name = "wasi"
19508version = "0.11.1+wasi-snapshot-preview1"
19509source = "registry+https://github.com/rust-lang/crates.io-index"
19510checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19511
19512[[package]]
19513name = "wasip2"
19514version = "1.0.1+wasi-0.2.4"
19515source = "registry+https://github.com/rust-lang/crates.io-index"
19516checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19517dependencies = [
19518 "wit-bindgen 0.46.0",
19519]
19520
19521[[package]]
19522name = "wasip3"
19523version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19524source = "registry+https://github.com/rust-lang/crates.io-index"
19525checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19526dependencies = [
19527 "wit-bindgen 0.51.0",
19528]
19529
19530[[package]]
19531name = "wasite"
19532version = "0.1.0"
19533source = "registry+https://github.com/rust-lang/crates.io-index"
19534checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19535
19536[[package]]
19537name = "wasm-bindgen"
19538version = "0.2.113"
19539source = "registry+https://github.com/rust-lang/crates.io-index"
19540checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19541dependencies = [
19542 "cfg-if",
19543 "once_cell",
19544 "rustversion",
19545 "wasm-bindgen-macro",
19546 "wasm-bindgen-shared",
19547]
19548
19549[[package]]
19550name = "wasm-bindgen-futures"
19551version = "0.4.63"
19552source = "registry+https://github.com/rust-lang/crates.io-index"
19553checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19554dependencies = [
19555 "cfg-if",
19556 "futures-util",
19557 "js-sys",
19558 "once_cell",
19559 "wasm-bindgen",
19560 "web-sys",
19561]
19562
19563[[package]]
19564name = "wasm-bindgen-macro"
19565version = "0.2.113"
19566source = "registry+https://github.com/rust-lang/crates.io-index"
19567checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19568dependencies = [
19569 "quote",
19570 "wasm-bindgen-macro-support",
19571]
19572
19573[[package]]
19574name = "wasm-bindgen-macro-support"
19575version = "0.2.113"
19576source = "registry+https://github.com/rust-lang/crates.io-index"
19577checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19578dependencies = [
19579 "bumpalo",
19580 "proc-macro2",
19581 "quote",
19582 "syn 2.0.117",
19583 "wasm-bindgen-shared",
19584]
19585
19586[[package]]
19587name = "wasm-bindgen-shared"
19588version = "0.2.113"
19589source = "registry+https://github.com/rust-lang/crates.io-index"
19590checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19591dependencies = [
19592 "unicode-ident",
19593]
19594
19595[[package]]
19596name = "wasm-encoder"
19597version = "0.201.0"
19598source = "registry+https://github.com/rust-lang/crates.io-index"
19599checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19600dependencies = [
19601 "leb128",
19602]
19603
19604[[package]]
19605name = "wasm-encoder"
19606version = "0.221.3"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19609dependencies = [
19610 "leb128",
19611 "wasmparser 0.221.3",
19612]
19613
19614[[package]]
19615name = "wasm-encoder"
19616version = "0.227.1"
19617source = "registry+https://github.com/rust-lang/crates.io-index"
19618checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19619dependencies = [
19620 "leb128fmt",
19621 "wasmparser 0.227.1",
19622]
19623
19624[[package]]
19625name = "wasm-encoder"
19626version = "0.236.1"
19627source = "registry+https://github.com/rust-lang/crates.io-index"
19628checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19629dependencies = [
19630 "leb128fmt",
19631 "wasmparser 0.236.1",
19632]
19633
19634[[package]]
19635name = "wasm-encoder"
19636version = "0.244.0"
19637source = "registry+https://github.com/rust-lang/crates.io-index"
19638checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19639dependencies = [
19640 "leb128fmt",
19641 "wasmparser 0.244.0",
19642]
19643
19644[[package]]
19645name = "wasm-metadata"
19646version = "0.201.0"
19647source = "registry+https://github.com/rust-lang/crates.io-index"
19648checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19649dependencies = [
19650 "anyhow",
19651 "indexmap",
19652 "serde",
19653 "serde_derive",
19654 "serde_json",
19655 "spdx",
19656 "wasm-encoder 0.201.0",
19657 "wasmparser 0.201.0",
19658]
19659
19660[[package]]
19661name = "wasm-metadata"
19662version = "0.227.1"
19663source = "registry+https://github.com/rust-lang/crates.io-index"
19664checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19665dependencies = [
19666 "anyhow",
19667 "auditable-serde",
19668 "flate2",
19669 "indexmap",
19670 "serde",
19671 "serde_derive",
19672 "serde_json",
19673 "spdx",
19674 "url",
19675 "wasm-encoder 0.227.1",
19676 "wasmparser 0.227.1",
19677]
19678
19679[[package]]
19680name = "wasm-metadata"
19681version = "0.244.0"
19682source = "registry+https://github.com/rust-lang/crates.io-index"
19683checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19684dependencies = [
19685 "anyhow",
19686 "indexmap",
19687 "wasm-encoder 0.244.0",
19688 "wasmparser 0.244.0",
19689]
19690
19691[[package]]
19692name = "wasm-streams"
19693version = "0.4.2"
19694source = "registry+https://github.com/rust-lang/crates.io-index"
19695checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19696dependencies = [
19697 "futures-util",
19698 "js-sys",
19699 "wasm-bindgen",
19700 "wasm-bindgen-futures",
19701 "web-sys",
19702]
19703
19704[[package]]
19705name = "wasm_thread"
19706version = "0.3.3"
19707source = "registry+https://github.com/rust-lang/crates.io-index"
19708checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19709dependencies = [
19710 "futures 0.3.32",
19711 "js-sys",
19712 "wasm-bindgen",
19713 "web-sys",
19714]
19715
19716[[package]]
19717name = "wasmparser"
19718version = "0.201.0"
19719source = "registry+https://github.com/rust-lang/crates.io-index"
19720checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19721dependencies = [
19722 "bitflags 2.10.0",
19723 "indexmap",
19724 "semver",
19725]
19726
19727[[package]]
19728name = "wasmparser"
19729version = "0.221.3"
19730source = "registry+https://github.com/rust-lang/crates.io-index"
19731checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19732dependencies = [
19733 "bitflags 2.10.0",
19734 "hashbrown 0.15.5",
19735 "indexmap",
19736 "semver",
19737 "serde",
19738]
19739
19740[[package]]
19741name = "wasmparser"
19742version = "0.227.1"
19743source = "registry+https://github.com/rust-lang/crates.io-index"
19744checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19745dependencies = [
19746 "bitflags 2.10.0",
19747 "hashbrown 0.15.5",
19748 "indexmap",
19749 "semver",
19750]
19751
19752[[package]]
19753name = "wasmparser"
19754version = "0.236.1"
19755source = "registry+https://github.com/rust-lang/crates.io-index"
19756checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19757dependencies = [
19758 "bitflags 2.10.0",
19759 "hashbrown 0.15.5",
19760 "indexmap",
19761 "semver",
19762 "serde",
19763]
19764
19765[[package]]
19766name = "wasmparser"
19767version = "0.244.0"
19768source = "registry+https://github.com/rust-lang/crates.io-index"
19769checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19770dependencies = [
19771 "bitflags 2.10.0",
19772 "hashbrown 0.15.5",
19773 "indexmap",
19774 "semver",
19775]
19776
19777[[package]]
19778name = "wasmprinter"
19779version = "0.236.1"
19780source = "registry+https://github.com/rust-lang/crates.io-index"
19781checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19782dependencies = [
19783 "anyhow",
19784 "termcolor",
19785 "wasmparser 0.236.1",
19786]
19787
19788[[package]]
19789name = "wasmtime"
19790version = "36.0.7"
19791source = "registry+https://github.com/rust-lang/crates.io-index"
19792checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19793dependencies = [
19794 "addr2line",
19795 "anyhow",
19796 "async-trait",
19797 "bitflags 2.10.0",
19798 "bumpalo",
19799 "cc",
19800 "cfg-if",
19801 "encoding_rs",
19802 "hashbrown 0.15.5",
19803 "indexmap",
19804 "libc",
19805 "log",
19806 "mach2 0.4.3",
19807 "memfd",
19808 "object",
19809 "once_cell",
19810 "postcard",
19811 "pulley-interpreter",
19812 "rayon",
19813 "rustix 1.1.2",
19814 "semver",
19815 "serde",
19816 "serde_derive",
19817 "smallvec",
19818 "target-lexicon",
19819 "wasmparser 0.236.1",
19820 "wasmtime-environ",
19821 "wasmtime-internal-asm-macros",
19822 "wasmtime-internal-component-macro",
19823 "wasmtime-internal-component-util",
19824 "wasmtime-internal-cranelift",
19825 "wasmtime-internal-fiber",
19826 "wasmtime-internal-jit-debug",
19827 "wasmtime-internal-jit-icache-coherence",
19828 "wasmtime-internal-math",
19829 "wasmtime-internal-slab",
19830 "wasmtime-internal-unwinder",
19831 "wasmtime-internal-versioned-export-macros",
19832 "wasmtime-internal-winch",
19833 "windows-sys 0.60.2",
19834]
19835
19836[[package]]
19837name = "wasmtime-c-api-impl"
19838version = "36.0.6"
19839source = "registry+https://github.com/rust-lang/crates.io-index"
19840checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19841dependencies = [
19842 "anyhow",
19843 "log",
19844 "tracing",
19845 "wasmtime",
19846 "wasmtime-internal-c-api-macros",
19847]
19848
19849[[package]]
19850name = "wasmtime-environ"
19851version = "36.0.7"
19852source = "registry+https://github.com/rust-lang/crates.io-index"
19853checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19854dependencies = [
19855 "anyhow",
19856 "cpp_demangle",
19857 "cranelift-bitset",
19858 "cranelift-entity",
19859 "gimli",
19860 "indexmap",
19861 "log",
19862 "object",
19863 "postcard",
19864 "rustc-demangle",
19865 "semver",
19866 "serde",
19867 "serde_derive",
19868 "smallvec",
19869 "target-lexicon",
19870 "wasm-encoder 0.236.1",
19871 "wasmparser 0.236.1",
19872 "wasmprinter",
19873 "wasmtime-internal-component-util",
19874]
19875
19876[[package]]
19877name = "wasmtime-internal-asm-macros"
19878version = "36.0.7"
19879source = "registry+https://github.com/rust-lang/crates.io-index"
19880checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19881dependencies = [
19882 "cfg-if",
19883]
19884
19885[[package]]
19886name = "wasmtime-internal-c-api-macros"
19887version = "36.0.6"
19888source = "registry+https://github.com/rust-lang/crates.io-index"
19889checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19890dependencies = [
19891 "proc-macro2",
19892 "quote",
19893]
19894
19895[[package]]
19896name = "wasmtime-internal-component-macro"
19897version = "36.0.7"
19898source = "registry+https://github.com/rust-lang/crates.io-index"
19899checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19900dependencies = [
19901 "anyhow",
19902 "proc-macro2",
19903 "quote",
19904 "syn 2.0.117",
19905 "wasmtime-internal-component-util",
19906 "wasmtime-internal-wit-bindgen",
19907 "wit-parser 0.236.1",
19908]
19909
19910[[package]]
19911name = "wasmtime-internal-component-util"
19912version = "36.0.7"
19913source = "registry+https://github.com/rust-lang/crates.io-index"
19914checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19915
19916[[package]]
19917name = "wasmtime-internal-cranelift"
19918version = "36.0.7"
19919source = "registry+https://github.com/rust-lang/crates.io-index"
19920checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19921dependencies = [
19922 "anyhow",
19923 "cfg-if",
19924 "cranelift-codegen",
19925 "cranelift-control",
19926 "cranelift-entity",
19927 "cranelift-frontend",
19928 "cranelift-native",
19929 "gimli",
19930 "itertools 0.14.0",
19931 "log",
19932 "object",
19933 "pulley-interpreter",
19934 "smallvec",
19935 "target-lexicon",
19936 "thiserror 2.0.17",
19937 "wasmparser 0.236.1",
19938 "wasmtime-environ",
19939 "wasmtime-internal-math",
19940 "wasmtime-internal-versioned-export-macros",
19941]
19942
19943[[package]]
19944name = "wasmtime-internal-fiber"
19945version = "36.0.7"
19946source = "registry+https://github.com/rust-lang/crates.io-index"
19947checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19948dependencies = [
19949 "anyhow",
19950 "cc",
19951 "cfg-if",
19952 "libc",
19953 "rustix 1.1.2",
19954 "wasmtime-internal-asm-macros",
19955 "wasmtime-internal-versioned-export-macros",
19956 "windows-sys 0.60.2",
19957]
19958
19959[[package]]
19960name = "wasmtime-internal-jit-debug"
19961version = "36.0.7"
19962source = "registry+https://github.com/rust-lang/crates.io-index"
19963checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19964dependencies = [
19965 "cc",
19966 "wasmtime-internal-versioned-export-macros",
19967]
19968
19969[[package]]
19970name = "wasmtime-internal-jit-icache-coherence"
19971version = "36.0.7"
19972source = "registry+https://github.com/rust-lang/crates.io-index"
19973checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19974dependencies = [
19975 "anyhow",
19976 "cfg-if",
19977 "libc",
19978 "windows-sys 0.60.2",
19979]
19980
19981[[package]]
19982name = "wasmtime-internal-math"
19983version = "36.0.7"
19984source = "registry+https://github.com/rust-lang/crates.io-index"
19985checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19986dependencies = [
19987 "libm",
19988]
19989
19990[[package]]
19991name = "wasmtime-internal-slab"
19992version = "36.0.7"
19993source = "registry+https://github.com/rust-lang/crates.io-index"
19994checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19995
19996[[package]]
19997name = "wasmtime-internal-unwinder"
19998version = "36.0.7"
19999source = "registry+https://github.com/rust-lang/crates.io-index"
20000checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
20001dependencies = [
20002 "anyhow",
20003 "cfg-if",
20004 "cranelift-codegen",
20005 "log",
20006 "object",
20007]
20008
20009[[package]]
20010name = "wasmtime-internal-versioned-export-macros"
20011version = "36.0.7"
20012source = "registry+https://github.com/rust-lang/crates.io-index"
20013checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
20014dependencies = [
20015 "proc-macro2",
20016 "quote",
20017 "syn 2.0.117",
20018]
20019
20020[[package]]
20021name = "wasmtime-internal-winch"
20022version = "36.0.7"
20023source = "registry+https://github.com/rust-lang/crates.io-index"
20024checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
20025dependencies = [
20026 "anyhow",
20027 "cranelift-codegen",
20028 "gimli",
20029 "object",
20030 "target-lexicon",
20031 "wasmparser 0.236.1",
20032 "wasmtime-environ",
20033 "wasmtime-internal-cranelift",
20034 "winch-codegen",
20035]
20036
20037[[package]]
20038name = "wasmtime-internal-wit-bindgen"
20039version = "36.0.7"
20040source = "registry+https://github.com/rust-lang/crates.io-index"
20041checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
20042dependencies = [
20043 "anyhow",
20044 "bitflags 2.10.0",
20045 "heck 0.5.0",
20046 "indexmap",
20047 "wit-parser 0.236.1",
20048]
20049
20050[[package]]
20051name = "wasmtime-wasi"
20052version = "36.0.6"
20053source = "registry+https://github.com/rust-lang/crates.io-index"
20054checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20055dependencies = [
20056 "anyhow",
20057 "async-trait",
20058 "bitflags 2.10.0",
20059 "bytes 1.11.1",
20060 "cap-fs-ext",
20061 "cap-net-ext",
20062 "cap-rand",
20063 "cap-std",
20064 "cap-time-ext",
20065 "fs-set-times",
20066 "futures 0.3.32",
20067 "io-extras",
20068 "io-lifetimes",
20069 "rustix 1.1.2",
20070 "system-interface",
20071 "thiserror 2.0.17",
20072 "tokio",
20073 "tracing",
20074 "url",
20075 "wasmtime",
20076 "wasmtime-wasi-io",
20077 "wiggle",
20078 "windows-sys 0.60.2",
20079]
20080
20081[[package]]
20082name = "wasmtime-wasi-io"
20083version = "36.0.6"
20084source = "registry+https://github.com/rust-lang/crates.io-index"
20085checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20086dependencies = [
20087 "anyhow",
20088 "async-trait",
20089 "bytes 1.11.1",
20090 "futures 0.3.32",
20091 "wasmtime",
20092]
20093
20094[[package]]
20095name = "wast"
20096version = "35.0.2"
20097source = "registry+https://github.com/rust-lang/crates.io-index"
20098checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20099dependencies = [
20100 "leb128",
20101]
20102
20103[[package]]
20104name = "watch"
20105version = "0.1.0"
20106dependencies = [
20107 "ctor",
20108 "futures 0.3.32",
20109 "gpui",
20110 "parking_lot",
20111 "zlog",
20112]
20113
20114[[package]]
20115name = "wax"
20116version = "0.7.0"
20117source = "registry+https://github.com/rust-lang/crates.io-index"
20118checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20119dependencies = [
20120 "const_format",
20121 "itertools 0.14.0",
20122 "nom 7.1.3",
20123 "pori",
20124 "regex",
20125 "thiserror 2.0.17",
20126 "walkdir",
20127]
20128
20129[[package]]
20130name = "wayland-backend"
20131version = "0.3.11"
20132source = "registry+https://github.com/rust-lang/crates.io-index"
20133checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20134dependencies = [
20135 "cc",
20136 "downcast-rs",
20137 "rustix 1.1.2",
20138 "scoped-tls",
20139 "smallvec",
20140 "wayland-sys",
20141]
20142
20143[[package]]
20144name = "wayland-client"
20145version = "0.31.11"
20146source = "registry+https://github.com/rust-lang/crates.io-index"
20147checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20148dependencies = [
20149 "bitflags 2.10.0",
20150 "rustix 1.1.2",
20151 "wayland-backend",
20152 "wayland-scanner",
20153]
20154
20155[[package]]
20156name = "wayland-cursor"
20157version = "0.31.11"
20158source = "registry+https://github.com/rust-lang/crates.io-index"
20159checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20160dependencies = [
20161 "rustix 1.1.2",
20162 "wayland-client",
20163 "xcursor",
20164]
20165
20166[[package]]
20167name = "wayland-protocols"
20168version = "0.32.9"
20169source = "registry+https://github.com/rust-lang/crates.io-index"
20170checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20171dependencies = [
20172 "bitflags 2.10.0",
20173 "wayland-backend",
20174 "wayland-client",
20175 "wayland-scanner",
20176]
20177
20178[[package]]
20179name = "wayland-protocols-plasma"
20180version = "0.3.9"
20181source = "registry+https://github.com/rust-lang/crates.io-index"
20182checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20183dependencies = [
20184 "bitflags 2.10.0",
20185 "wayland-backend",
20186 "wayland-client",
20187 "wayland-protocols",
20188 "wayland-scanner",
20189]
20190
20191[[package]]
20192name = "wayland-protocols-wlr"
20193version = "0.3.9"
20194source = "registry+https://github.com/rust-lang/crates.io-index"
20195checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20196dependencies = [
20197 "bitflags 2.10.0",
20198 "wayland-backend",
20199 "wayland-client",
20200 "wayland-protocols",
20201 "wayland-scanner",
20202]
20203
20204[[package]]
20205name = "wayland-scanner"
20206version = "0.31.7"
20207source = "registry+https://github.com/rust-lang/crates.io-index"
20208checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20209dependencies = [
20210 "proc-macro2",
20211 "quick-xml 0.37.5",
20212 "quote",
20213]
20214
20215[[package]]
20216name = "wayland-sys"
20217version = "0.31.7"
20218source = "registry+https://github.com/rust-lang/crates.io-index"
20219checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20220dependencies = [
20221 "dlib",
20222 "log",
20223 "once_cell",
20224 "pkg-config",
20225]
20226
20227[[package]]
20228name = "web-sys"
20229version = "0.3.90"
20230source = "registry+https://github.com/rust-lang/crates.io-index"
20231checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20232dependencies = [
20233 "js-sys",
20234 "wasm-bindgen",
20235]
20236
20237[[package]]
20238name = "web-time"
20239version = "1.1.0"
20240source = "registry+https://github.com/rust-lang/crates.io-index"
20241checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20242dependencies = [
20243 "js-sys",
20244 "serde",
20245 "wasm-bindgen",
20246]
20247
20248[[package]]
20249name = "web_atoms"
20250version = "0.1.3"
20251source = "registry+https://github.com/rust-lang/crates.io-index"
20252checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20253dependencies = [
20254 "phf 0.11.3",
20255 "phf_codegen",
20256 "string_cache",
20257 "string_cache_codegen",
20258]
20259
20260[[package]]
20261name = "web_search"
20262version = "0.1.0"
20263dependencies = [
20264 "anyhow",
20265 "cloud_llm_client",
20266 "collections",
20267 "gpui",
20268 "serde",
20269]
20270
20271[[package]]
20272name = "web_search_providers"
20273version = "0.1.0"
20274dependencies = [
20275 "anyhow",
20276 "client",
20277 "cloud_api_client",
20278 "cloud_api_types",
20279 "cloud_llm_client",
20280 "futures 0.3.32",
20281 "gpui",
20282 "http_client",
20283 "language_model",
20284 "serde",
20285 "serde_json",
20286 "web_search",
20287]
20288
20289[[package]]
20290name = "webpki-root-certs"
20291version = "0.26.8"
20292source = "registry+https://github.com/rust-lang/crates.io-index"
20293checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20294dependencies = [
20295 "rustls-pki-types",
20296]
20297
20298[[package]]
20299name = "webpki-roots"
20300version = "0.26.8"
20301source = "registry+https://github.com/rust-lang/crates.io-index"
20302checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20303dependencies = [
20304 "rustls-pki-types",
20305]
20306
20307[[package]]
20308name = "webrtc-sys"
20309version = "0.3.23"
20310source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20311dependencies = [
20312 "cc",
20313 "cxx",
20314 "cxx-build",
20315 "glob",
20316 "log",
20317 "pkg-config",
20318 "webrtc-sys-build",
20319]
20320
20321[[package]]
20322name = "webrtc-sys-build"
20323version = "0.3.13"
20324source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20325dependencies = [
20326 "anyhow",
20327 "fs2",
20328 "regex",
20329 "reqwest 0.12.24",
20330 "scratch",
20331 "semver",
20332 "zip 0.6.6",
20333]
20334
20335[[package]]
20336name = "weezl"
20337version = "0.1.10"
20338source = "registry+https://github.com/rust-lang/crates.io-index"
20339checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20340
20341[[package]]
20342name = "wgpu"
20343version = "29.0.0"
20344source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20345dependencies = [
20346 "arrayvec",
20347 "bitflags 2.10.0",
20348 "bytemuck",
20349 "cfg-if",
20350 "cfg_aliases 0.2.1",
20351 "document-features",
20352 "hashbrown 0.16.1",
20353 "js-sys",
20354 "log",
20355 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20356 "parking_lot",
20357 "portable-atomic",
20358 "profiling",
20359 "raw-window-handle",
20360 "smallvec",
20361 "static_assertions",
20362 "wasm-bindgen",
20363 "wasm-bindgen-futures",
20364 "web-sys",
20365 "wgpu-core",
20366 "wgpu-hal",
20367 "wgpu-types",
20368]
20369
20370[[package]]
20371name = "wgpu-core"
20372version = "29.0.0"
20373source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20374dependencies = [
20375 "arrayvec",
20376 "bit-set 0.9.1",
20377 "bit-vec 0.9.1",
20378 "bitflags 2.10.0",
20379 "bytemuck",
20380 "cfg_aliases 0.2.1",
20381 "document-features",
20382 "hashbrown 0.16.1",
20383 "indexmap",
20384 "log",
20385 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20386 "once_cell",
20387 "parking_lot",
20388 "portable-atomic",
20389 "profiling",
20390 "raw-window-handle",
20391 "rustc-hash 1.1.0",
20392 "smallvec",
20393 "thiserror 2.0.17",
20394 "wgpu-core-deps-apple",
20395 "wgpu-core-deps-emscripten",
20396 "wgpu-core-deps-windows-linux-android",
20397 "wgpu-hal",
20398 "wgpu-naga-bridge",
20399 "wgpu-types",
20400]
20401
20402[[package]]
20403name = "wgpu-core-deps-apple"
20404version = "29.0.0"
20405source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20406dependencies = [
20407 "wgpu-hal",
20408]
20409
20410[[package]]
20411name = "wgpu-core-deps-emscripten"
20412version = "29.0.0"
20413source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20414dependencies = [
20415 "wgpu-hal",
20416]
20417
20418[[package]]
20419name = "wgpu-core-deps-windows-linux-android"
20420version = "29.0.0"
20421source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20422dependencies = [
20423 "wgpu-hal",
20424]
20425
20426[[package]]
20427name = "wgpu-hal"
20428version = "29.0.0"
20429source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20430dependencies = [
20431 "android_system_properties",
20432 "arrayvec",
20433 "ash",
20434 "bit-set 0.9.1",
20435 "bitflags 2.10.0",
20436 "block2",
20437 "bytemuck",
20438 "cfg-if",
20439 "cfg_aliases 0.2.1",
20440 "glow",
20441 "glutin_wgl_sys",
20442 "gpu-allocator",
20443 "gpu-descriptor",
20444 "hashbrown 0.16.1",
20445 "js-sys",
20446 "khronos-egl",
20447 "libc",
20448 "libloading",
20449 "log",
20450 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20451 "ndk-sys",
20452 "objc2",
20453 "objc2-core-foundation",
20454 "objc2-foundation",
20455 "objc2-metal",
20456 "objc2-quartz-core",
20457 "once_cell",
20458 "ordered-float 4.6.0",
20459 "parking_lot",
20460 "portable-atomic",
20461 "portable-atomic-util",
20462 "profiling",
20463 "range-alloc",
20464 "raw-window-handle",
20465 "raw-window-metal",
20466 "renderdoc-sys",
20467 "smallvec",
20468 "thiserror 2.0.17",
20469 "wasm-bindgen",
20470 "wayland-sys",
20471 "web-sys",
20472 "wgpu-naga-bridge",
20473 "wgpu-types",
20474 "windows 0.62.2",
20475 "windows-core 0.62.2",
20476]
20477
20478[[package]]
20479name = "wgpu-naga-bridge"
20480version = "29.0.0"
20481source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20482dependencies = [
20483 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20484 "wgpu-types",
20485]
20486
20487[[package]]
20488name = "wgpu-types"
20489version = "29.0.0"
20490source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20491dependencies = [
20492 "bitflags 2.10.0",
20493 "bytemuck",
20494 "js-sys",
20495 "log",
20496 "raw-window-handle",
20497 "web-sys",
20498]
20499
20500[[package]]
20501name = "which"
20502version = "4.4.2"
20503source = "registry+https://github.com/rust-lang/crates.io-index"
20504checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20505dependencies = [
20506 "either",
20507 "home",
20508 "once_cell",
20509 "rustix 0.38.44",
20510]
20511
20512[[package]]
20513name = "which"
20514version = "6.0.3"
20515source = "registry+https://github.com/rust-lang/crates.io-index"
20516checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20517dependencies = [
20518 "either",
20519 "home",
20520 "rustix 0.38.44",
20521 "winsafe",
20522]
20523
20524[[package]]
20525name = "which_key"
20526version = "0.1.0"
20527dependencies = [
20528 "command_palette",
20529 "gpui",
20530 "serde",
20531 "settings",
20532 "theme_settings",
20533 "ui",
20534 "util",
20535 "workspace",
20536]
20537
20538[[package]]
20539name = "whoami"
20540version = "1.6.1"
20541source = "registry+https://github.com/rust-lang/crates.io-index"
20542checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20543dependencies = [
20544 "libredox",
20545 "wasite",
20546]
20547
20548[[package]]
20549name = "wiggle"
20550version = "36.0.6"
20551source = "registry+https://github.com/rust-lang/crates.io-index"
20552checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20553dependencies = [
20554 "anyhow",
20555 "async-trait",
20556 "bitflags 2.10.0",
20557 "thiserror 2.0.17",
20558 "tracing",
20559 "wasmtime",
20560 "wiggle-macro",
20561]
20562
20563[[package]]
20564name = "wiggle-generate"
20565version = "36.0.6"
20566source = "registry+https://github.com/rust-lang/crates.io-index"
20567checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20568dependencies = [
20569 "anyhow",
20570 "heck 0.5.0",
20571 "proc-macro2",
20572 "quote",
20573 "syn 2.0.117",
20574 "witx",
20575]
20576
20577[[package]]
20578name = "wiggle-macro"
20579version = "36.0.6"
20580source = "registry+https://github.com/rust-lang/crates.io-index"
20581checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20582dependencies = [
20583 "proc-macro2",
20584 "quote",
20585 "syn 2.0.117",
20586 "wiggle-generate",
20587]
20588
20589[[package]]
20590name = "winapi"
20591version = "0.3.9"
20592source = "registry+https://github.com/rust-lang/crates.io-index"
20593checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20594dependencies = [
20595 "winapi-i686-pc-windows-gnu",
20596 "winapi-x86_64-pc-windows-gnu",
20597]
20598
20599[[package]]
20600name = "winapi-i686-pc-windows-gnu"
20601version = "0.4.0"
20602source = "registry+https://github.com/rust-lang/crates.io-index"
20603checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20604
20605[[package]]
20606name = "winapi-util"
20607version = "0.1.11"
20608source = "registry+https://github.com/rust-lang/crates.io-index"
20609checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20610dependencies = [
20611 "windows-sys 0.61.2",
20612]
20613
20614[[package]]
20615name = "winapi-x86_64-pc-windows-gnu"
20616version = "0.4.0"
20617source = "registry+https://github.com/rust-lang/crates.io-index"
20618checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20619
20620[[package]]
20621name = "winch-codegen"
20622version = "36.0.7"
20623source = "registry+https://github.com/rust-lang/crates.io-index"
20624checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20625dependencies = [
20626 "anyhow",
20627 "cranelift-assembler-x64",
20628 "cranelift-codegen",
20629 "gimli",
20630 "regalloc2",
20631 "smallvec",
20632 "target-lexicon",
20633 "thiserror 2.0.17",
20634 "wasmparser 0.236.1",
20635 "wasmtime-environ",
20636 "wasmtime-internal-cranelift",
20637 "wasmtime-internal-math",
20638]
20639
20640[[package]]
20641name = "windows"
20642version = "0.56.0"
20643source = "registry+https://github.com/rust-lang/crates.io-index"
20644checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20645dependencies = [
20646 "windows-core 0.56.0",
20647 "windows-targets 0.52.6",
20648]
20649
20650[[package]]
20651name = "windows"
20652version = "0.57.0"
20653source = "registry+https://github.com/rust-lang/crates.io-index"
20654checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20655dependencies = [
20656 "windows-core 0.57.0",
20657 "windows-targets 0.52.6",
20658]
20659
20660[[package]]
20661name = "windows"
20662version = "0.58.0"
20663source = "registry+https://github.com/rust-lang/crates.io-index"
20664checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20665dependencies = [
20666 "windows-core 0.58.0",
20667 "windows-targets 0.52.6",
20668]
20669
20670[[package]]
20671name = "windows"
20672version = "0.61.3"
20673source = "registry+https://github.com/rust-lang/crates.io-index"
20674checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20675dependencies = [
20676 "windows-collections 0.2.0",
20677 "windows-core 0.61.2",
20678 "windows-future 0.2.1",
20679 "windows-link 0.1.3",
20680 "windows-numerics 0.2.0",
20681]
20682
20683[[package]]
20684name = "windows"
20685version = "0.62.2"
20686source = "registry+https://github.com/rust-lang/crates.io-index"
20687checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20688dependencies = [
20689 "windows-collections 0.3.2",
20690 "windows-core 0.62.2",
20691 "windows-future 0.3.2",
20692 "windows-numerics 0.3.1",
20693]
20694
20695[[package]]
20696name = "windows-bindgen"
20697version = "0.61.1"
20698source = "registry+https://github.com/rust-lang/crates.io-index"
20699checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20700dependencies = [
20701 "serde",
20702 "serde_json",
20703 "windows-threading 0.1.0",
20704]
20705
20706[[package]]
20707name = "windows-capture"
20708version = "1.4.3"
20709source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20710dependencies = [
20711 "clap",
20712 "ctrlc",
20713 "parking_lot",
20714 "rayon",
20715 "thiserror 2.0.17",
20716 "windows 0.61.3",
20717 "windows-future 0.2.1",
20718]
20719
20720[[package]]
20721name = "windows-collections"
20722version = "0.2.0"
20723source = "registry+https://github.com/rust-lang/crates.io-index"
20724checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20725dependencies = [
20726 "windows-core 0.61.2",
20727]
20728
20729[[package]]
20730name = "windows-collections"
20731version = "0.3.2"
20732source = "registry+https://github.com/rust-lang/crates.io-index"
20733checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20734dependencies = [
20735 "windows-core 0.62.2",
20736]
20737
20738[[package]]
20739name = "windows-core"
20740version = "0.56.0"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20743dependencies = [
20744 "windows-implement 0.56.0",
20745 "windows-interface 0.56.0",
20746 "windows-result 0.1.2",
20747 "windows-targets 0.52.6",
20748]
20749
20750[[package]]
20751name = "windows-core"
20752version = "0.57.0"
20753source = "registry+https://github.com/rust-lang/crates.io-index"
20754checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20755dependencies = [
20756 "windows-implement 0.57.0",
20757 "windows-interface 0.57.0",
20758 "windows-result 0.1.2",
20759 "windows-targets 0.52.6",
20760]
20761
20762[[package]]
20763name = "windows-core"
20764version = "0.58.0"
20765source = "registry+https://github.com/rust-lang/crates.io-index"
20766checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20767dependencies = [
20768 "windows-implement 0.58.0",
20769 "windows-interface 0.58.0",
20770 "windows-result 0.2.0",
20771 "windows-strings 0.1.0",
20772 "windows-targets 0.52.6",
20773]
20774
20775[[package]]
20776name = "windows-core"
20777version = "0.61.2"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20780dependencies = [
20781 "windows-implement 0.60.2",
20782 "windows-interface 0.59.3",
20783 "windows-link 0.1.3",
20784 "windows-result 0.3.4",
20785 "windows-strings 0.4.2",
20786]
20787
20788[[package]]
20789name = "windows-core"
20790version = "0.62.2"
20791source = "registry+https://github.com/rust-lang/crates.io-index"
20792checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20793dependencies = [
20794 "windows-implement 0.60.2",
20795 "windows-interface 0.59.3",
20796 "windows-link 0.2.1",
20797 "windows-result 0.4.1",
20798 "windows-strings 0.5.1",
20799]
20800
20801[[package]]
20802name = "windows-future"
20803version = "0.2.1"
20804source = "registry+https://github.com/rust-lang/crates.io-index"
20805checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20806dependencies = [
20807 "windows-core 0.61.2",
20808 "windows-link 0.1.3",
20809 "windows-threading 0.1.0",
20810]
20811
20812[[package]]
20813name = "windows-future"
20814version = "0.3.2"
20815source = "registry+https://github.com/rust-lang/crates.io-index"
20816checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20817dependencies = [
20818 "windows-core 0.62.2",
20819 "windows-link 0.2.1",
20820 "windows-threading 0.2.1",
20821]
20822
20823[[package]]
20824name = "windows-implement"
20825version = "0.56.0"
20826source = "registry+https://github.com/rust-lang/crates.io-index"
20827checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20828dependencies = [
20829 "proc-macro2",
20830 "quote",
20831 "syn 2.0.117",
20832]
20833
20834[[package]]
20835name = "windows-implement"
20836version = "0.57.0"
20837source = "registry+https://github.com/rust-lang/crates.io-index"
20838checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20839dependencies = [
20840 "proc-macro2",
20841 "quote",
20842 "syn 2.0.117",
20843]
20844
20845[[package]]
20846name = "windows-implement"
20847version = "0.58.0"
20848source = "registry+https://github.com/rust-lang/crates.io-index"
20849checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20850dependencies = [
20851 "proc-macro2",
20852 "quote",
20853 "syn 2.0.117",
20854]
20855
20856[[package]]
20857name = "windows-implement"
20858version = "0.60.2"
20859source = "registry+https://github.com/rust-lang/crates.io-index"
20860checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20861dependencies = [
20862 "proc-macro2",
20863 "quote",
20864 "syn 2.0.117",
20865]
20866
20867[[package]]
20868name = "windows-interface"
20869version = "0.56.0"
20870source = "registry+https://github.com/rust-lang/crates.io-index"
20871checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20872dependencies = [
20873 "proc-macro2",
20874 "quote",
20875 "syn 2.0.117",
20876]
20877
20878[[package]]
20879name = "windows-interface"
20880version = "0.57.0"
20881source = "registry+https://github.com/rust-lang/crates.io-index"
20882checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20883dependencies = [
20884 "proc-macro2",
20885 "quote",
20886 "syn 2.0.117",
20887]
20888
20889[[package]]
20890name = "windows-interface"
20891version = "0.58.0"
20892source = "registry+https://github.com/rust-lang/crates.io-index"
20893checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20894dependencies = [
20895 "proc-macro2",
20896 "quote",
20897 "syn 2.0.117",
20898]
20899
20900[[package]]
20901name = "windows-interface"
20902version = "0.59.3"
20903source = "registry+https://github.com/rust-lang/crates.io-index"
20904checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20905dependencies = [
20906 "proc-macro2",
20907 "quote",
20908 "syn 2.0.117",
20909]
20910
20911[[package]]
20912name = "windows-link"
20913version = "0.1.3"
20914source = "registry+https://github.com/rust-lang/crates.io-index"
20915checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20916
20917[[package]]
20918name = "windows-link"
20919version = "0.2.1"
20920source = "registry+https://github.com/rust-lang/crates.io-index"
20921checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20922
20923[[package]]
20924name = "windows-numerics"
20925version = "0.2.0"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20928dependencies = [
20929 "windows-core 0.61.2",
20930 "windows-link 0.1.3",
20931]
20932
20933[[package]]
20934name = "windows-numerics"
20935version = "0.3.1"
20936source = "registry+https://github.com/rust-lang/crates.io-index"
20937checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20938dependencies = [
20939 "windows-core 0.62.2",
20940 "windows-link 0.2.1",
20941]
20942
20943[[package]]
20944name = "windows-registry"
20945version = "0.4.0"
20946source = "registry+https://github.com/rust-lang/crates.io-index"
20947checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20948dependencies = [
20949 "windows-result 0.3.4",
20950 "windows-strings 0.3.1",
20951 "windows-targets 0.53.5",
20952]
20953
20954[[package]]
20955name = "windows-registry"
20956version = "0.5.3"
20957source = "registry+https://github.com/rust-lang/crates.io-index"
20958checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20959dependencies = [
20960 "windows-link 0.1.3",
20961 "windows-result 0.3.4",
20962 "windows-strings 0.4.2",
20963]
20964
20965[[package]]
20966name = "windows-registry"
20967version = "0.6.1"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20970dependencies = [
20971 "windows-link 0.2.1",
20972 "windows-result 0.4.1",
20973 "windows-strings 0.5.1",
20974]
20975
20976[[package]]
20977name = "windows-result"
20978version = "0.1.2"
20979source = "registry+https://github.com/rust-lang/crates.io-index"
20980checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20981dependencies = [
20982 "windows-targets 0.52.6",
20983]
20984
20985[[package]]
20986name = "windows-result"
20987version = "0.2.0"
20988source = "registry+https://github.com/rust-lang/crates.io-index"
20989checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20990dependencies = [
20991 "windows-targets 0.52.6",
20992]
20993
20994[[package]]
20995name = "windows-result"
20996version = "0.3.4"
20997source = "registry+https://github.com/rust-lang/crates.io-index"
20998checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20999dependencies = [
21000 "windows-link 0.1.3",
21001]
21002
21003[[package]]
21004name = "windows-result"
21005version = "0.4.1"
21006source = "registry+https://github.com/rust-lang/crates.io-index"
21007checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
21008dependencies = [
21009 "windows-link 0.2.1",
21010]
21011
21012[[package]]
21013name = "windows-strings"
21014version = "0.1.0"
21015source = "registry+https://github.com/rust-lang/crates.io-index"
21016checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
21017dependencies = [
21018 "windows-result 0.2.0",
21019 "windows-targets 0.52.6",
21020]
21021
21022[[package]]
21023name = "windows-strings"
21024version = "0.3.1"
21025source = "registry+https://github.com/rust-lang/crates.io-index"
21026checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
21027dependencies = [
21028 "windows-link 0.1.3",
21029]
21030
21031[[package]]
21032name = "windows-strings"
21033version = "0.4.2"
21034source = "registry+https://github.com/rust-lang/crates.io-index"
21035checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21036dependencies = [
21037 "windows-link 0.1.3",
21038]
21039
21040[[package]]
21041name = "windows-strings"
21042version = "0.5.1"
21043source = "registry+https://github.com/rust-lang/crates.io-index"
21044checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21045dependencies = [
21046 "windows-link 0.2.1",
21047]
21048
21049[[package]]
21050name = "windows-sys"
21051version = "0.45.0"
21052source = "registry+https://github.com/rust-lang/crates.io-index"
21053checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21054dependencies = [
21055 "windows-targets 0.42.2",
21056]
21057
21058[[package]]
21059name = "windows-sys"
21060version = "0.48.0"
21061source = "registry+https://github.com/rust-lang/crates.io-index"
21062checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21063dependencies = [
21064 "windows-targets 0.48.5",
21065]
21066
21067[[package]]
21068name = "windows-sys"
21069version = "0.52.0"
21070source = "registry+https://github.com/rust-lang/crates.io-index"
21071checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21072dependencies = [
21073 "windows-targets 0.52.6",
21074]
21075
21076[[package]]
21077name = "windows-sys"
21078version = "0.59.0"
21079source = "registry+https://github.com/rust-lang/crates.io-index"
21080checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21081dependencies = [
21082 "windows-targets 0.52.6",
21083]
21084
21085[[package]]
21086name = "windows-sys"
21087version = "0.60.2"
21088source = "registry+https://github.com/rust-lang/crates.io-index"
21089checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21090dependencies = [
21091 "windows-targets 0.53.5",
21092]
21093
21094[[package]]
21095name = "windows-sys"
21096version = "0.61.2"
21097source = "registry+https://github.com/rust-lang/crates.io-index"
21098checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21099dependencies = [
21100 "windows-link 0.2.1",
21101]
21102
21103[[package]]
21104name = "windows-targets"
21105version = "0.42.2"
21106source = "registry+https://github.com/rust-lang/crates.io-index"
21107checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21108dependencies = [
21109 "windows_aarch64_gnullvm 0.42.2",
21110 "windows_aarch64_msvc 0.42.2",
21111 "windows_i686_gnu 0.42.2",
21112 "windows_i686_msvc 0.42.2",
21113 "windows_x86_64_gnu 0.42.2",
21114 "windows_x86_64_gnullvm 0.42.2",
21115 "windows_x86_64_msvc 0.42.2",
21116]
21117
21118[[package]]
21119name = "windows-targets"
21120version = "0.48.5"
21121source = "registry+https://github.com/rust-lang/crates.io-index"
21122checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21123dependencies = [
21124 "windows_aarch64_gnullvm 0.48.5",
21125 "windows_aarch64_msvc 0.48.5",
21126 "windows_i686_gnu 0.48.5",
21127 "windows_i686_msvc 0.48.5",
21128 "windows_x86_64_gnu 0.48.5",
21129 "windows_x86_64_gnullvm 0.48.5",
21130 "windows_x86_64_msvc 0.48.5",
21131]
21132
21133[[package]]
21134name = "windows-targets"
21135version = "0.52.6"
21136source = "registry+https://github.com/rust-lang/crates.io-index"
21137checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21138dependencies = [
21139 "windows_aarch64_gnullvm 0.52.6",
21140 "windows_aarch64_msvc 0.52.6",
21141 "windows_i686_gnu 0.52.6",
21142 "windows_i686_gnullvm 0.52.6",
21143 "windows_i686_msvc 0.52.6",
21144 "windows_x86_64_gnu 0.52.6",
21145 "windows_x86_64_gnullvm 0.52.6",
21146 "windows_x86_64_msvc 0.52.6",
21147]
21148
21149[[package]]
21150name = "windows-targets"
21151version = "0.53.5"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21154dependencies = [
21155 "windows-link 0.2.1",
21156 "windows_aarch64_gnullvm 0.53.1",
21157 "windows_aarch64_msvc 0.53.1",
21158 "windows_i686_gnu 0.53.1",
21159 "windows_i686_gnullvm 0.53.1",
21160 "windows_i686_msvc 0.53.1",
21161 "windows_x86_64_gnu 0.53.1",
21162 "windows_x86_64_gnullvm 0.53.1",
21163 "windows_x86_64_msvc 0.53.1",
21164]
21165
21166[[package]]
21167name = "windows-threading"
21168version = "0.1.0"
21169source = "registry+https://github.com/rust-lang/crates.io-index"
21170checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21171dependencies = [
21172 "windows-link 0.1.3",
21173]
21174
21175[[package]]
21176name = "windows-threading"
21177version = "0.2.1"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21180dependencies = [
21181 "windows-link 0.2.1",
21182]
21183
21184[[package]]
21185name = "windows_aarch64_gnullvm"
21186version = "0.42.2"
21187source = "registry+https://github.com/rust-lang/crates.io-index"
21188checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21189
21190[[package]]
21191name = "windows_aarch64_gnullvm"
21192version = "0.48.5"
21193source = "registry+https://github.com/rust-lang/crates.io-index"
21194checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21195
21196[[package]]
21197name = "windows_aarch64_gnullvm"
21198version = "0.52.6"
21199source = "registry+https://github.com/rust-lang/crates.io-index"
21200checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21201
21202[[package]]
21203name = "windows_aarch64_gnullvm"
21204version = "0.53.1"
21205source = "registry+https://github.com/rust-lang/crates.io-index"
21206checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21207
21208[[package]]
21209name = "windows_aarch64_msvc"
21210version = "0.42.2"
21211source = "registry+https://github.com/rust-lang/crates.io-index"
21212checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21213
21214[[package]]
21215name = "windows_aarch64_msvc"
21216version = "0.48.5"
21217source = "registry+https://github.com/rust-lang/crates.io-index"
21218checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21219
21220[[package]]
21221name = "windows_aarch64_msvc"
21222version = "0.52.6"
21223source = "registry+https://github.com/rust-lang/crates.io-index"
21224checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21225
21226[[package]]
21227name = "windows_aarch64_msvc"
21228version = "0.53.1"
21229source = "registry+https://github.com/rust-lang/crates.io-index"
21230checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21231
21232[[package]]
21233name = "windows_i686_gnu"
21234version = "0.42.2"
21235source = "registry+https://github.com/rust-lang/crates.io-index"
21236checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21237
21238[[package]]
21239name = "windows_i686_gnu"
21240version = "0.48.5"
21241source = "registry+https://github.com/rust-lang/crates.io-index"
21242checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21243
21244[[package]]
21245name = "windows_i686_gnu"
21246version = "0.52.6"
21247source = "registry+https://github.com/rust-lang/crates.io-index"
21248checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21249
21250[[package]]
21251name = "windows_i686_gnu"
21252version = "0.53.1"
21253source = "registry+https://github.com/rust-lang/crates.io-index"
21254checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21255
21256[[package]]
21257name = "windows_i686_gnullvm"
21258version = "0.52.6"
21259source = "registry+https://github.com/rust-lang/crates.io-index"
21260checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21261
21262[[package]]
21263name = "windows_i686_gnullvm"
21264version = "0.53.1"
21265source = "registry+https://github.com/rust-lang/crates.io-index"
21266checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21267
21268[[package]]
21269name = "windows_i686_msvc"
21270version = "0.42.2"
21271source = "registry+https://github.com/rust-lang/crates.io-index"
21272checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21273
21274[[package]]
21275name = "windows_i686_msvc"
21276version = "0.48.5"
21277source = "registry+https://github.com/rust-lang/crates.io-index"
21278checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21279
21280[[package]]
21281name = "windows_i686_msvc"
21282version = "0.52.6"
21283source = "registry+https://github.com/rust-lang/crates.io-index"
21284checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21285
21286[[package]]
21287name = "windows_i686_msvc"
21288version = "0.53.1"
21289source = "registry+https://github.com/rust-lang/crates.io-index"
21290checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21291
21292[[package]]
21293name = "windows_x86_64_gnu"
21294version = "0.42.2"
21295source = "registry+https://github.com/rust-lang/crates.io-index"
21296checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21297
21298[[package]]
21299name = "windows_x86_64_gnu"
21300version = "0.48.5"
21301source = "registry+https://github.com/rust-lang/crates.io-index"
21302checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21303
21304[[package]]
21305name = "windows_x86_64_gnu"
21306version = "0.52.6"
21307source = "registry+https://github.com/rust-lang/crates.io-index"
21308checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21309
21310[[package]]
21311name = "windows_x86_64_gnu"
21312version = "0.53.1"
21313source = "registry+https://github.com/rust-lang/crates.io-index"
21314checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21315
21316[[package]]
21317name = "windows_x86_64_gnullvm"
21318version = "0.42.2"
21319source = "registry+https://github.com/rust-lang/crates.io-index"
21320checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21321
21322[[package]]
21323name = "windows_x86_64_gnullvm"
21324version = "0.48.5"
21325source = "registry+https://github.com/rust-lang/crates.io-index"
21326checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21327
21328[[package]]
21329name = "windows_x86_64_gnullvm"
21330version = "0.52.6"
21331source = "registry+https://github.com/rust-lang/crates.io-index"
21332checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21333
21334[[package]]
21335name = "windows_x86_64_gnullvm"
21336version = "0.53.1"
21337source = "registry+https://github.com/rust-lang/crates.io-index"
21338checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21339
21340[[package]]
21341name = "windows_x86_64_msvc"
21342version = "0.42.2"
21343source = "registry+https://github.com/rust-lang/crates.io-index"
21344checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21345
21346[[package]]
21347name = "windows_x86_64_msvc"
21348version = "0.48.5"
21349source = "registry+https://github.com/rust-lang/crates.io-index"
21350checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21351
21352[[package]]
21353name = "windows_x86_64_msvc"
21354version = "0.52.6"
21355source = "registry+https://github.com/rust-lang/crates.io-index"
21356checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21357
21358[[package]]
21359name = "windows_x86_64_msvc"
21360version = "0.53.1"
21361source = "registry+https://github.com/rust-lang/crates.io-index"
21362checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21363
21364[[package]]
21365name = "winnow"
21366version = "0.7.13"
21367source = "registry+https://github.com/rust-lang/crates.io-index"
21368checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21369dependencies = [
21370 "memchr",
21371]
21372
21373[[package]]
21374name = "winreg"
21375version = "0.10.1"
21376source = "registry+https://github.com/rust-lang/crates.io-index"
21377checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21378dependencies = [
21379 "winapi",
21380]
21381
21382[[package]]
21383name = "winreg"
21384version = "0.50.0"
21385source = "registry+https://github.com/rust-lang/crates.io-index"
21386checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21387dependencies = [
21388 "cfg-if",
21389 "windows-sys 0.48.0",
21390]
21391
21392[[package]]
21393name = "winreg"
21394version = "0.55.0"
21395source = "registry+https://github.com/rust-lang/crates.io-index"
21396checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21397dependencies = [
21398 "cfg-if",
21399 "windows-sys 0.59.0",
21400]
21401
21402[[package]]
21403name = "winresource"
21404version = "0.1.23"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21407dependencies = [
21408 "toml 0.8.23",
21409 "version_check",
21410]
21411
21412[[package]]
21413name = "winsafe"
21414version = "0.0.19"
21415source = "registry+https://github.com/rust-lang/crates.io-index"
21416checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21417
21418[[package]]
21419name = "winx"
21420version = "0.36.4"
21421source = "registry+https://github.com/rust-lang/crates.io-index"
21422checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21423dependencies = [
21424 "bitflags 2.10.0",
21425 "windows-sys 0.59.0",
21426]
21427
21428[[package]]
21429name = "wio"
21430version = "0.2.2"
21431source = "registry+https://github.com/rust-lang/crates.io-index"
21432checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21433dependencies = [
21434 "winapi",
21435]
21436
21437[[package]]
21438name = "wit-bindgen"
21439version = "0.22.0"
21440source = "registry+https://github.com/rust-lang/crates.io-index"
21441checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21442dependencies = [
21443 "bitflags 2.10.0",
21444 "wit-bindgen-rt 0.22.0",
21445 "wit-bindgen-rust-macro 0.22.0",
21446]
21447
21448[[package]]
21449name = "wit-bindgen"
21450version = "0.41.0"
21451source = "registry+https://github.com/rust-lang/crates.io-index"
21452checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21453dependencies = [
21454 "wit-bindgen-rt 0.41.0",
21455 "wit-bindgen-rust-macro 0.41.0",
21456]
21457
21458[[package]]
21459name = "wit-bindgen"
21460version = "0.46.0"
21461source = "registry+https://github.com/rust-lang/crates.io-index"
21462checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21463
21464[[package]]
21465name = "wit-bindgen"
21466version = "0.51.0"
21467source = "registry+https://github.com/rust-lang/crates.io-index"
21468checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21469dependencies = [
21470 "wit-bindgen-rust-macro 0.51.0",
21471]
21472
21473[[package]]
21474name = "wit-bindgen-core"
21475version = "0.22.0"
21476source = "registry+https://github.com/rust-lang/crates.io-index"
21477checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21478dependencies = [
21479 "anyhow",
21480 "wit-parser 0.201.0",
21481]
21482
21483[[package]]
21484name = "wit-bindgen-core"
21485version = "0.41.0"
21486source = "registry+https://github.com/rust-lang/crates.io-index"
21487checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21488dependencies = [
21489 "anyhow",
21490 "heck 0.5.0",
21491 "wit-parser 0.227.1",
21492]
21493
21494[[package]]
21495name = "wit-bindgen-core"
21496version = "0.51.0"
21497source = "registry+https://github.com/rust-lang/crates.io-index"
21498checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21499dependencies = [
21500 "anyhow",
21501 "heck 0.5.0",
21502 "wit-parser 0.244.0",
21503]
21504
21505[[package]]
21506name = "wit-bindgen-rt"
21507version = "0.22.0"
21508source = "registry+https://github.com/rust-lang/crates.io-index"
21509checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21510
21511[[package]]
21512name = "wit-bindgen-rt"
21513version = "0.41.0"
21514source = "registry+https://github.com/rust-lang/crates.io-index"
21515checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21516dependencies = [
21517 "bitflags 2.10.0",
21518 "futures 0.3.32",
21519 "once_cell",
21520]
21521
21522[[package]]
21523name = "wit-bindgen-rust"
21524version = "0.22.0"
21525source = "registry+https://github.com/rust-lang/crates.io-index"
21526checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21527dependencies = [
21528 "anyhow",
21529 "heck 0.4.1",
21530 "indexmap",
21531 "wasm-metadata 0.201.0",
21532 "wit-bindgen-core 0.22.0",
21533 "wit-component 0.201.0",
21534]
21535
21536[[package]]
21537name = "wit-bindgen-rust"
21538version = "0.41.0"
21539source = "registry+https://github.com/rust-lang/crates.io-index"
21540checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21541dependencies = [
21542 "anyhow",
21543 "heck 0.5.0",
21544 "indexmap",
21545 "prettyplease",
21546 "syn 2.0.117",
21547 "wasm-metadata 0.227.1",
21548 "wit-bindgen-core 0.41.0",
21549 "wit-component 0.227.1",
21550]
21551
21552[[package]]
21553name = "wit-bindgen-rust"
21554version = "0.51.0"
21555source = "registry+https://github.com/rust-lang/crates.io-index"
21556checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21557dependencies = [
21558 "anyhow",
21559 "heck 0.5.0",
21560 "indexmap",
21561 "prettyplease",
21562 "syn 2.0.117",
21563 "wasm-metadata 0.244.0",
21564 "wit-bindgen-core 0.51.0",
21565 "wit-component 0.244.0",
21566]
21567
21568[[package]]
21569name = "wit-bindgen-rust-macro"
21570version = "0.22.0"
21571source = "registry+https://github.com/rust-lang/crates.io-index"
21572checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21573dependencies = [
21574 "anyhow",
21575 "proc-macro2",
21576 "quote",
21577 "syn 2.0.117",
21578 "wit-bindgen-core 0.22.0",
21579 "wit-bindgen-rust 0.22.0",
21580]
21581
21582[[package]]
21583name = "wit-bindgen-rust-macro"
21584version = "0.41.0"
21585source = "registry+https://github.com/rust-lang/crates.io-index"
21586checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21587dependencies = [
21588 "anyhow",
21589 "prettyplease",
21590 "proc-macro2",
21591 "quote",
21592 "syn 2.0.117",
21593 "wit-bindgen-core 0.41.0",
21594 "wit-bindgen-rust 0.41.0",
21595]
21596
21597[[package]]
21598name = "wit-bindgen-rust-macro"
21599version = "0.51.0"
21600source = "registry+https://github.com/rust-lang/crates.io-index"
21601checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21602dependencies = [
21603 "anyhow",
21604 "prettyplease",
21605 "proc-macro2",
21606 "quote",
21607 "syn 2.0.117",
21608 "wit-bindgen-core 0.51.0",
21609 "wit-bindgen-rust 0.51.0",
21610]
21611
21612[[package]]
21613name = "wit-component"
21614version = "0.201.0"
21615source = "registry+https://github.com/rust-lang/crates.io-index"
21616checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21617dependencies = [
21618 "anyhow",
21619 "bitflags 2.10.0",
21620 "indexmap",
21621 "log",
21622 "serde",
21623 "serde_derive",
21624 "serde_json",
21625 "wasm-encoder 0.201.0",
21626 "wasm-metadata 0.201.0",
21627 "wasmparser 0.201.0",
21628 "wit-parser 0.201.0",
21629]
21630
21631[[package]]
21632name = "wit-component"
21633version = "0.227.1"
21634source = "registry+https://github.com/rust-lang/crates.io-index"
21635checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21636dependencies = [
21637 "anyhow",
21638 "bitflags 2.10.0",
21639 "indexmap",
21640 "log",
21641 "serde",
21642 "serde_derive",
21643 "serde_json",
21644 "wasm-encoder 0.227.1",
21645 "wasm-metadata 0.227.1",
21646 "wasmparser 0.227.1",
21647 "wit-parser 0.227.1",
21648]
21649
21650[[package]]
21651name = "wit-component"
21652version = "0.244.0"
21653source = "registry+https://github.com/rust-lang/crates.io-index"
21654checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21655dependencies = [
21656 "anyhow",
21657 "bitflags 2.10.0",
21658 "indexmap",
21659 "log",
21660 "serde",
21661 "serde_derive",
21662 "serde_json",
21663 "wasm-encoder 0.244.0",
21664 "wasm-metadata 0.244.0",
21665 "wasmparser 0.244.0",
21666 "wit-parser 0.244.0",
21667]
21668
21669[[package]]
21670name = "wit-parser"
21671version = "0.201.0"
21672source = "registry+https://github.com/rust-lang/crates.io-index"
21673checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21674dependencies = [
21675 "anyhow",
21676 "id-arena",
21677 "indexmap",
21678 "log",
21679 "semver",
21680 "serde",
21681 "serde_derive",
21682 "serde_json",
21683 "unicode-xid",
21684 "wasmparser 0.201.0",
21685]
21686
21687[[package]]
21688name = "wit-parser"
21689version = "0.227.1"
21690source = "registry+https://github.com/rust-lang/crates.io-index"
21691checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21692dependencies = [
21693 "anyhow",
21694 "id-arena",
21695 "indexmap",
21696 "log",
21697 "semver",
21698 "serde",
21699 "serde_derive",
21700 "serde_json",
21701 "unicode-xid",
21702 "wasmparser 0.227.1",
21703]
21704
21705[[package]]
21706name = "wit-parser"
21707version = "0.236.1"
21708source = "registry+https://github.com/rust-lang/crates.io-index"
21709checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21710dependencies = [
21711 "anyhow",
21712 "id-arena",
21713 "indexmap",
21714 "log",
21715 "semver",
21716 "serde",
21717 "serde_derive",
21718 "serde_json",
21719 "unicode-xid",
21720 "wasmparser 0.236.1",
21721]
21722
21723[[package]]
21724name = "wit-parser"
21725version = "0.244.0"
21726source = "registry+https://github.com/rust-lang/crates.io-index"
21727checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21728dependencies = [
21729 "anyhow",
21730 "id-arena",
21731 "indexmap",
21732 "log",
21733 "semver",
21734 "serde",
21735 "serde_derive",
21736 "serde_json",
21737 "unicode-xid",
21738 "wasmparser 0.244.0",
21739]
21740
21741[[package]]
21742name = "witx"
21743version = "0.9.1"
21744source = "registry+https://github.com/rust-lang/crates.io-index"
21745checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21746dependencies = [
21747 "anyhow",
21748 "log",
21749 "thiserror 1.0.69",
21750 "wast",
21751]
21752
21753[[package]]
21754name = "workspace"
21755version = "0.1.0"
21756dependencies = [
21757 "agent_settings",
21758 "any_vec",
21759 "anyhow",
21760 "async-recursion",
21761 "chrono",
21762 "client",
21763 "clock",
21764 "collections",
21765 "component",
21766 "db",
21767 "fs",
21768 "futures 0.3.32",
21769 "git",
21770 "gpui",
21771 "http_client",
21772 "itertools 0.14.0",
21773 "language",
21774 "log",
21775 "markdown",
21776 "menu",
21777 "node_runtime",
21778 "parking_lot",
21779 "postage",
21780 "pretty_assertions",
21781 "project",
21782 "release_channel",
21783 "remote",
21784 "schemars",
21785 "serde",
21786 "serde_json",
21787 "session",
21788 "settings",
21789 "smallvec",
21790 "sqlez",
21791 "strum 0.27.2",
21792 "task",
21793 "telemetry",
21794 "tempfile",
21795 "theme",
21796 "theme_settings",
21797 "ui",
21798 "util",
21799 "uuid",
21800 "vim_mode_setting",
21801 "windows 0.61.3",
21802 "zed_actions",
21803 "zlog",
21804]
21805
21806[[package]]
21807name = "worktree"
21808version = "0.1.0"
21809dependencies = [
21810 "anyhow",
21811 "async-lock 2.8.0",
21812 "chardetng",
21813 "clock",
21814 "collections",
21815 "encoding_rs",
21816 "fs",
21817 "futures 0.3.32",
21818 "fuzzy",
21819 "git",
21820 "gpui",
21821 "ignore",
21822 "language",
21823 "log",
21824 "parking_lot",
21825 "paths",
21826 "postage",
21827 "pretty_assertions",
21828 "rand 0.9.3",
21829 "rpc",
21830 "serde",
21831 "serde_json",
21832 "settings",
21833 "smallvec",
21834 "smol",
21835 "sum_tree",
21836 "text",
21837 "tracing",
21838 "util",
21839 "worktree",
21840 "zlog",
21841 "ztracing",
21842]
21843
21844[[package]]
21845name = "worktree_benchmarks"
21846version = "0.1.0"
21847dependencies = [
21848 "fs",
21849 "gpui_platform",
21850 "settings",
21851 "worktree",
21852]
21853
21854[[package]]
21855name = "wprcontrol"
21856version = "0.1.0"
21857source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21858dependencies = [
21859 "windows 0.61.3",
21860 "windows-bindgen",
21861 "windows-core 0.61.2",
21862 "windows-link 0.2.1",
21863]
21864
21865[[package]]
21866name = "writeable"
21867version = "0.6.1"
21868source = "registry+https://github.com/rust-lang/crates.io-index"
21869checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21870
21871[[package]]
21872name = "wyz"
21873version = "0.5.1"
21874source = "registry+https://github.com/rust-lang/crates.io-index"
21875checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21876dependencies = [
21877 "tap",
21878]
21879
21880[[package]]
21881name = "x11"
21882version = "2.21.0"
21883source = "registry+https://github.com/rust-lang/crates.io-index"
21884checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21885dependencies = [
21886 "libc",
21887 "pkg-config",
21888]
21889
21890[[package]]
21891name = "x11-clipboard"
21892version = "0.9.3"
21893source = "registry+https://github.com/rust-lang/crates.io-index"
21894checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21895dependencies = [
21896 "libc",
21897 "x11rb",
21898]
21899
21900[[package]]
21901name = "x11rb"
21902version = "0.13.2"
21903source = "registry+https://github.com/rust-lang/crates.io-index"
21904checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21905dependencies = [
21906 "as-raw-xcb-connection",
21907 "gethostname",
21908 "libc",
21909 "rustix 1.1.2",
21910 "x11rb-protocol",
21911 "xcursor",
21912]
21913
21914[[package]]
21915name = "x11rb-protocol"
21916version = "0.13.2"
21917source = "registry+https://github.com/rust-lang/crates.io-index"
21918checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21919
21920[[package]]
21921name = "x_ai"
21922version = "0.1.0"
21923dependencies = [
21924 "anyhow",
21925 "language_model_core",
21926 "schemars",
21927 "serde",
21928 "strum 0.27.2",
21929 "tiktoken-rs",
21930]
21931
21932[[package]]
21933name = "xattr"
21934version = "0.2.3"
21935source = "registry+https://github.com/rust-lang/crates.io-index"
21936checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21937dependencies = [
21938 "libc",
21939]
21940
21941[[package]]
21942name = "xcb"
21943version = "1.6.0"
21944source = "registry+https://github.com/rust-lang/crates.io-index"
21945checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21946dependencies = [
21947 "bitflags 1.3.2",
21948 "libc",
21949 "quick-xml 0.30.0",
21950 "x11",
21951]
21952
21953[[package]]
21954name = "xcursor"
21955version = "0.3.10"
21956source = "registry+https://github.com/rust-lang/crates.io-index"
21957checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21958
21959[[package]]
21960name = "xim-ctext"
21961version = "0.3.0"
21962source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21963dependencies = [
21964 "encoding_rs",
21965]
21966
21967[[package]]
21968name = "xim-parser"
21969version = "0.2.1"
21970source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21971dependencies = [
21972 "bitflags 2.10.0",
21973]
21974
21975[[package]]
21976name = "xkbcommon"
21977version = "0.8.0"
21978source = "registry+https://github.com/rust-lang/crates.io-index"
21979checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21980dependencies = [
21981 "as-raw-xcb-connection",
21982 "libc",
21983 "memmap2",
21984 "xkeysym",
21985]
21986
21987[[package]]
21988name = "xkeysym"
21989version = "0.2.1"
21990source = "registry+https://github.com/rust-lang/crates.io-index"
21991checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21992
21993[[package]]
21994name = "xml-rs"
21995version = "0.8.28"
21996source = "registry+https://github.com/rust-lang/crates.io-index"
21997checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21998
21999[[package]]
22000name = "xml5ever"
22001version = "0.18.1"
22002source = "registry+https://github.com/rust-lang/crates.io-index"
22003checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
22004dependencies = [
22005 "log",
22006 "mac",
22007 "markup5ever 0.12.1",
22008]
22009
22010[[package]]
22011name = "xmlparser"
22012version = "0.13.6"
22013source = "registry+https://github.com/rust-lang/crates.io-index"
22014checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
22015
22016[[package]]
22017name = "xmlwriter"
22018version = "0.1.0"
22019source = "registry+https://github.com/rust-lang/crates.io-index"
22020checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
22021
22022[[package]]
22023name = "xtask"
22024version = "0.1.0"
22025dependencies = [
22026 "annotate-snippets",
22027 "anyhow",
22028 "backtrace",
22029 "cargo_metadata 0.19.2",
22030 "cargo_toml",
22031 "clap",
22032 "compliance",
22033 "gh-workflow",
22034 "indexmap",
22035 "indoc",
22036 "itertools 0.14.0",
22037 "regex",
22038 "serde",
22039 "serde_json",
22040 "serde_yaml",
22041 "strum 0.27.2",
22042 "tokio",
22043 "toml 0.8.23",
22044 "toml_edit 0.22.27",
22045]
22046
22047[[package]]
22048name = "y4m"
22049version = "0.8.0"
22050source = "registry+https://github.com/rust-lang/crates.io-index"
22051checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22052
22053[[package]]
22054name = "yaml-rust2"
22055version = "0.8.1"
22056source = "registry+https://github.com/rust-lang/crates.io-index"
22057checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22058dependencies = [
22059 "arraydeque",
22060 "encoding_rs",
22061 "hashlink 0.8.4",
22062]
22063
22064[[package]]
22065name = "yansi"
22066version = "1.0.1"
22067source = "registry+https://github.com/rust-lang/crates.io-index"
22068checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22069
22070[[package]]
22071name = "yawc"
22072version = "0.2.5"
22073source = "registry+https://github.com/rust-lang/crates.io-index"
22074checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22075dependencies = [
22076 "base64 0.22.1",
22077 "bytes 1.11.1",
22078 "flate2",
22079 "futures 0.3.32",
22080 "http-body-util",
22081 "hyper 1.7.0",
22082 "hyper-util",
22083 "js-sys",
22084 "nom 8.0.0",
22085 "pin-project",
22086 "rand 0.8.5",
22087 "sha1",
22088 "thiserror 1.0.69",
22089 "tokio",
22090 "tokio-rustls 0.26.2",
22091 "tokio-util",
22092 "url",
22093 "wasm-bindgen",
22094 "wasm-bindgen-futures",
22095 "web-sys",
22096 "webpki-roots",
22097]
22098
22099[[package]]
22100name = "yazi"
22101version = "0.2.1"
22102source = "registry+https://github.com/rust-lang/crates.io-index"
22103checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22104
22105[[package]]
22106name = "yeslogic-fontconfig-sys"
22107version = "6.0.0"
22108source = "registry+https://github.com/rust-lang/crates.io-index"
22109checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22110dependencies = [
22111 "dlib",
22112 "once_cell",
22113 "pkg-config",
22114]
22115
22116[[package]]
22117name = "yoke"
22118version = "0.7.5"
22119source = "registry+https://github.com/rust-lang/crates.io-index"
22120checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22121dependencies = [
22122 "serde",
22123 "stable_deref_trait",
22124 "yoke-derive 0.7.5",
22125 "zerofrom",
22126]
22127
22128[[package]]
22129name = "yoke"
22130version = "0.8.0"
22131source = "registry+https://github.com/rust-lang/crates.io-index"
22132checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22133dependencies = [
22134 "serde",
22135 "stable_deref_trait",
22136 "yoke-derive 0.8.0",
22137 "zerofrom",
22138]
22139
22140[[package]]
22141name = "yoke-derive"
22142version = "0.7.5"
22143source = "registry+https://github.com/rust-lang/crates.io-index"
22144checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22145dependencies = [
22146 "proc-macro2",
22147 "quote",
22148 "syn 2.0.117",
22149 "synstructure",
22150]
22151
22152[[package]]
22153name = "yoke-derive"
22154version = "0.8.0"
22155source = "registry+https://github.com/rust-lang/crates.io-index"
22156checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22157dependencies = [
22158 "proc-macro2",
22159 "quote",
22160 "syn 2.0.117",
22161 "synstructure",
22162]
22163
22164[[package]]
22165name = "zbus"
22166version = "5.13.2"
22167source = "registry+https://github.com/rust-lang/crates.io-index"
22168checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22169dependencies = [
22170 "async-broadcast",
22171 "async-executor",
22172 "async-io",
22173 "async-lock 3.4.2",
22174 "async-process",
22175 "async-recursion",
22176 "async-task",
22177 "async-trait",
22178 "blocking",
22179 "enumflags2",
22180 "event-listener 5.4.1",
22181 "futures-core",
22182 "futures-lite 2.6.1",
22183 "hex",
22184 "libc",
22185 "ordered-stream",
22186 "rustix 1.1.2",
22187 "serde",
22188 "serde_repr",
22189 "tracing",
22190 "uds_windows",
22191 "uuid",
22192 "windows-sys 0.61.2",
22193 "winnow",
22194 "zbus_macros",
22195 "zbus_names",
22196 "zvariant",
22197]
22198
22199[[package]]
22200name = "zbus_macros"
22201version = "5.13.2"
22202source = "registry+https://github.com/rust-lang/crates.io-index"
22203checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22204dependencies = [
22205 "proc-macro-crate",
22206 "proc-macro2",
22207 "quote",
22208 "syn 2.0.117",
22209 "zbus_names",
22210 "zvariant",
22211 "zvariant_utils",
22212]
22213
22214[[package]]
22215name = "zbus_names"
22216version = "4.3.1"
22217source = "registry+https://github.com/rust-lang/crates.io-index"
22218checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22219dependencies = [
22220 "serde",
22221 "winnow",
22222 "zvariant",
22223]
22224
22225[[package]]
22226name = "zed"
22227version = "0.234.0"
22228dependencies = [
22229 "acp_thread",
22230 "acp_tools",
22231 "action_log",
22232 "activity_indicator",
22233 "agent",
22234 "agent-client-protocol",
22235 "agent_servers",
22236 "agent_settings",
22237 "agent_ui",
22238 "anyhow",
22239 "ashpd",
22240 "askpass",
22241 "assets",
22242 "audio",
22243 "auto_update",
22244 "auto_update_ui",
22245 "breadcrumbs",
22246 "call",
22247 "channel",
22248 "chrono",
22249 "clap",
22250 "cli",
22251 "client",
22252 "clock",
22253 "codestral",
22254 "collab_ui",
22255 "collections",
22256 "command_palette",
22257 "component",
22258 "component_preview",
22259 "copilot",
22260 "copilot_chat",
22261 "copilot_ui",
22262 "crashes",
22263 "csv_preview",
22264 "dap_adapters",
22265 "db",
22266 "debug_adapter_extension",
22267 "debugger_tools",
22268 "debugger_ui",
22269 "dev_container",
22270 "diagnostics",
22271 "edit_prediction",
22272 "edit_prediction_ui",
22273 "editor",
22274 "encoding_selector",
22275 "env_logger 0.11.8",
22276 "etw_tracing",
22277 "extension",
22278 "extension_host",
22279 "extensions_ui",
22280 "feature_flags",
22281 "feedback",
22282 "file_finder",
22283 "fs",
22284 "futures 0.3.32",
22285 "git",
22286 "git_graph",
22287 "git_hosting_providers",
22288 "git_ui",
22289 "go_to_line",
22290 "gpui",
22291 "gpui_platform",
22292 "gpui_tokio",
22293 "http_client",
22294 "image",
22295 "image_viewer",
22296 "input_latency_ui",
22297 "inspector_ui",
22298 "install_cli",
22299 "itertools 0.14.0",
22300 "journal",
22301 "json_schema_store",
22302 "keymap_editor",
22303 "language",
22304 "language_extension",
22305 "language_model",
22306 "language_models",
22307 "language_onboarding",
22308 "language_selector",
22309 "language_tools",
22310 "languages",
22311 "line_ending_selector",
22312 "log",
22313 "markdown",
22314 "markdown_preview",
22315 "menu",
22316 "migrator",
22317 "mimalloc",
22318 "miniprofiler_ui",
22319 "nc",
22320 "node_runtime",
22321 "notifications",
22322 "onboarding",
22323 "outline",
22324 "outline_panel",
22325 "parking_lot",
22326 "paths",
22327 "picker",
22328 "pkg-config",
22329 "pretty_assertions",
22330 "profiling",
22331 "project",
22332 "project_panel",
22333 "project_symbols",
22334 "prompt_store",
22335 "proto",
22336 "rayon",
22337 "recent_projects",
22338 "release_channel",
22339 "remote",
22340 "repl",
22341 "reqwest_client",
22342 "rope",
22343 "search",
22344 "semver",
22345 "serde",
22346 "serde_json",
22347 "session",
22348 "settings",
22349 "settings_profile_selector",
22350 "settings_ui",
22351 "shellexpand",
22352 "sidebar",
22353 "smol",
22354 "snippet_provider",
22355 "snippets_ui",
22356 "svg_preview",
22357 "sysinfo 0.37.2",
22358 "system_specs",
22359 "tab_switcher",
22360 "task",
22361 "tasks_ui",
22362 "telemetry",
22363 "telemetry_events",
22364 "tempfile",
22365 "terminal_view",
22366 "theme",
22367 "theme_extension",
22368 "theme_selector",
22369 "theme_settings",
22370 "time",
22371 "time_format",
22372 "title_bar",
22373 "toolchain_selector",
22374 "tracing",
22375 "ui",
22376 "ui_prompt",
22377 "url",
22378 "urlencoding",
22379 "util",
22380 "uuid",
22381 "vim",
22382 "vim_mode_setting",
22383 "watch",
22384 "web_search",
22385 "web_search_providers",
22386 "which_key",
22387 "windows 0.61.3",
22388 "winresource",
22389 "workspace",
22390 "zed-reqwest",
22391 "zed_actions",
22392 "zed_env_vars",
22393 "zlog",
22394 "zlog_settings",
22395 "ztracing",
22396]
22397
22398[[package]]
22399name = "zed-font-kit"
22400version = "0.14.1-zed"
22401source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22402dependencies = [
22403 "bitflags 2.10.0",
22404 "byteorder",
22405 "core-foundation 0.10.0",
22406 "core-graphics 0.24.0",
22407 "core-text",
22408 "dirs",
22409 "dwrote",
22410 "float-ord",
22411 "freetype-sys",
22412 "lazy_static",
22413 "libc",
22414 "log",
22415 "pathfinder_geometry",
22416 "pathfinder_simd",
22417 "walkdir",
22418 "winapi",
22419 "yeslogic-fontconfig-sys",
22420]
22421
22422[[package]]
22423name = "zed-reqwest"
22424version = "0.12.15-zed"
22425source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22426dependencies = [
22427 "base64 0.22.1",
22428 "bytes 1.11.1",
22429 "encoding_rs",
22430 "futures-core",
22431 "futures-util",
22432 "h2 0.4.12",
22433 "http 1.3.1",
22434 "http-body 1.0.1",
22435 "http-body-util",
22436 "hyper 1.7.0",
22437 "hyper-rustls 0.27.7",
22438 "hyper-util",
22439 "ipnet",
22440 "js-sys",
22441 "log",
22442 "mime",
22443 "mime_guess",
22444 "once_cell",
22445 "percent-encoding",
22446 "pin-project-lite",
22447 "quinn",
22448 "rustls 0.23.33",
22449 "rustls-native-certs 0.8.2",
22450 "rustls-pemfile 2.2.0",
22451 "rustls-pki-types",
22452 "serde",
22453 "serde_json",
22454 "serde_urlencoded",
22455 "sync_wrapper 1.0.2",
22456 "system-configuration 0.6.1",
22457 "tokio",
22458 "tokio-rustls 0.26.2",
22459 "tokio-socks",
22460 "tokio-util",
22461 "tower 0.5.2",
22462 "tower-service",
22463 "url",
22464 "wasm-bindgen",
22465 "wasm-bindgen-futures",
22466 "wasm-streams",
22467 "web-sys",
22468 "windows-registry 0.4.0",
22469]
22470
22471[[package]]
22472name = "zed-scap"
22473version = "0.0.8-zed"
22474source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22475dependencies = [
22476 "anyhow",
22477 "cocoa 0.25.0",
22478 "core-graphics-helmer-fork",
22479 "log",
22480 "objc",
22481 "rand 0.8.5",
22482 "screencapturekit",
22483 "screencapturekit-sys",
22484 "sysinfo 0.31.4",
22485 "tao-core-video-sys",
22486 "windows 0.61.3",
22487 "windows-capture",
22488 "x11",
22489 "xcb",
22490]
22491
22492[[package]]
22493name = "zed-xim"
22494version = "0.4.0-zed"
22495source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22496dependencies = [
22497 "ahash 0.8.12",
22498 "hashbrown 0.14.5",
22499 "log",
22500 "x11rb",
22501 "xim-ctext",
22502 "xim-parser",
22503]
22504
22505[[package]]
22506name = "zed_actions"
22507version = "0.1.0"
22508dependencies = [
22509 "gpui",
22510 "schemars",
22511 "serde",
22512 "util",
22513 "uuid",
22514]
22515
22516[[package]]
22517name = "zed_credentials_provider"
22518version = "0.1.0"
22519dependencies = [
22520 "anyhow",
22521 "credentials_provider",
22522 "futures 0.3.32",
22523 "gpui",
22524 "paths",
22525 "release_channel",
22526 "serde",
22527 "serde_json",
22528]
22529
22530[[package]]
22531name = "zed_env_vars"
22532version = "0.1.0"
22533dependencies = [
22534 "env_var",
22535]
22536
22537[[package]]
22538name = "zed_extension_api"
22539version = "0.1.0"
22540source = "registry+https://github.com/rust-lang/crates.io-index"
22541checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22542dependencies = [
22543 "serde",
22544 "serde_json",
22545 "wit-bindgen 0.22.0",
22546]
22547
22548[[package]]
22549name = "zed_extension_api"
22550version = "0.7.0"
22551source = "registry+https://github.com/rust-lang/crates.io-index"
22552checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22553dependencies = [
22554 "serde",
22555 "serde_json",
22556 "wit-bindgen 0.41.0",
22557]
22558
22559[[package]]
22560name = "zed_extension_api"
22561version = "0.8.0"
22562dependencies = [
22563 "serde",
22564 "serde_json",
22565 "wit-bindgen 0.41.0",
22566]
22567
22568[[package]]
22569name = "zed_glsl"
22570version = "0.2.3"
22571dependencies = [
22572 "zed_extension_api 0.1.0",
22573]
22574
22575[[package]]
22576name = "zed_html"
22577version = "0.3.1"
22578dependencies = [
22579 "zed_extension_api 0.7.0",
22580]
22581
22582[[package]]
22583name = "zed_proto"
22584version = "0.3.2"
22585dependencies = [
22586 "zed_extension_api 0.7.0",
22587]
22588
22589[[package]]
22590name = "zed_test_extension"
22591version = "0.1.0"
22592dependencies = [
22593 "zed_extension_api 0.8.0",
22594]
22595
22596[[package]]
22597name = "zeno"
22598version = "0.3.3"
22599source = "registry+https://github.com/rust-lang/crates.io-index"
22600checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22601
22602[[package]]
22603name = "zerocopy"
22604version = "0.8.27"
22605source = "registry+https://github.com/rust-lang/crates.io-index"
22606checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22607dependencies = [
22608 "zerocopy-derive",
22609]
22610
22611[[package]]
22612name = "zerocopy-derive"
22613version = "0.8.27"
22614source = "registry+https://github.com/rust-lang/crates.io-index"
22615checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22616dependencies = [
22617 "proc-macro2",
22618 "quote",
22619 "syn 2.0.117",
22620]
22621
22622[[package]]
22623name = "zerofrom"
22624version = "0.1.6"
22625source = "registry+https://github.com/rust-lang/crates.io-index"
22626checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22627dependencies = [
22628 "zerofrom-derive",
22629]
22630
22631[[package]]
22632name = "zerofrom-derive"
22633version = "0.1.6"
22634source = "registry+https://github.com/rust-lang/crates.io-index"
22635checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22636dependencies = [
22637 "proc-macro2",
22638 "quote",
22639 "syn 2.0.117",
22640 "synstructure",
22641]
22642
22643[[package]]
22644name = "zeroize"
22645version = "1.8.2"
22646source = "registry+https://github.com/rust-lang/crates.io-index"
22647checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22648dependencies = [
22649 "zeroize_derive",
22650]
22651
22652[[package]]
22653name = "zeroize_derive"
22654version = "1.4.2"
22655source = "registry+https://github.com/rust-lang/crates.io-index"
22656checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22657dependencies = [
22658 "proc-macro2",
22659 "quote",
22660 "syn 2.0.117",
22661]
22662
22663[[package]]
22664name = "zeromq"
22665version = "0.5.0"
22666source = "registry+https://github.com/rust-lang/crates.io-index"
22667checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22668dependencies = [
22669 "async-dispatcher",
22670 "async-std",
22671 "async-trait",
22672 "asynchronous-codec",
22673 "bytes 1.11.1",
22674 "crossbeam-queue",
22675 "futures 0.3.32",
22676 "log",
22677 "num-traits",
22678 "once_cell",
22679 "parking_lot",
22680 "rand 0.9.3",
22681 "regex",
22682 "scc",
22683 "thiserror 1.0.69",
22684 "uuid",
22685]
22686
22687[[package]]
22688name = "zerotrie"
22689version = "0.2.2"
22690source = "registry+https://github.com/rust-lang/crates.io-index"
22691checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22692dependencies = [
22693 "displaydoc",
22694 "yoke 0.8.0",
22695 "zerofrom",
22696]
22697
22698[[package]]
22699name = "zerovec"
22700version = "0.11.4"
22701source = "registry+https://github.com/rust-lang/crates.io-index"
22702checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22703dependencies = [
22704 "yoke 0.8.0",
22705 "zerofrom",
22706 "zerovec-derive",
22707]
22708
22709[[package]]
22710name = "zerovec-derive"
22711version = "0.11.1"
22712source = "registry+https://github.com/rust-lang/crates.io-index"
22713checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22714dependencies = [
22715 "proc-macro2",
22716 "quote",
22717 "syn 2.0.117",
22718]
22719
22720[[package]]
22721name = "zeta_prompt"
22722version = "0.1.0"
22723dependencies = [
22724 "anyhow",
22725 "imara-diff",
22726 "indoc",
22727 "serde",
22728 "strum 0.27.2",
22729]
22730
22731[[package]]
22732name = "zip"
22733version = "0.6.6"
22734source = "registry+https://github.com/rust-lang/crates.io-index"
22735checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22736dependencies = [
22737 "aes",
22738 "byteorder",
22739 "bzip2 0.4.4",
22740 "constant_time_eq",
22741 "crc32fast",
22742 "crossbeam-utils",
22743 "flate2",
22744 "hmac",
22745 "pbkdf2 0.11.0",
22746 "sha1",
22747 "time",
22748 "zstd",
22749]
22750
22751[[package]]
22752name = "zip"
22753version = "1.1.4"
22754source = "registry+https://github.com/rust-lang/crates.io-index"
22755checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22756dependencies = [
22757 "arbitrary",
22758 "crc32fast",
22759 "crossbeam-utils",
22760 "displaydoc",
22761 "indexmap",
22762 "num_enum",
22763 "thiserror 1.0.69",
22764]
22765
22766[[package]]
22767name = "zlog"
22768version = "0.1.0"
22769dependencies = [
22770 "anyhow",
22771 "chrono",
22772 "collections",
22773 "log",
22774 "tempfile",
22775]
22776
22777[[package]]
22778name = "zlog_settings"
22779version = "0.1.0"
22780dependencies = [
22781 "collections",
22782 "gpui",
22783 "settings",
22784 "zlog",
22785]
22786
22787[[package]]
22788name = "zstd"
22789version = "0.11.2+zstd.1.5.2"
22790source = "registry+https://github.com/rust-lang/crates.io-index"
22791checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22792dependencies = [
22793 "zstd-safe",
22794]
22795
22796[[package]]
22797name = "zstd-safe"
22798version = "5.0.2+zstd.1.5.2"
22799source = "registry+https://github.com/rust-lang/crates.io-index"
22800checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22801dependencies = [
22802 "libc",
22803 "zstd-sys",
22804]
22805
22806[[package]]
22807name = "zstd-sys"
22808version = "2.0.16+zstd.1.5.7"
22809source = "registry+https://github.com/rust-lang/crates.io-index"
22810checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22811dependencies = [
22812 "cc",
22813 "pkg-config",
22814]
22815
22816[[package]]
22817name = "ztracing"
22818version = "0.1.0"
22819dependencies = [
22820 "tracing",
22821 "tracing-subscriber",
22822 "tracing-tracy",
22823 "tracy-client",
22824 "zlog",
22825 "ztracing_macro",
22826]
22827
22828[[package]]
22829name = "ztracing_macro"
22830version = "0.1.0"
22831
22832[[package]]
22833name = "zune-core"
22834version = "0.4.12"
22835source = "registry+https://github.com/rust-lang/crates.io-index"
22836checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22837
22838[[package]]
22839name = "zune-core"
22840version = "0.5.1"
22841source = "registry+https://github.com/rust-lang/crates.io-index"
22842checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22843
22844[[package]]
22845name = "zune-inflate"
22846version = "0.2.54"
22847source = "registry+https://github.com/rust-lang/crates.io-index"
22848checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22849dependencies = [
22850 "simd-adler32",
22851]
22852
22853[[package]]
22854name = "zune-jpeg"
22855version = "0.4.21"
22856source = "registry+https://github.com/rust-lang/crates.io-index"
22857checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22858dependencies = [
22859 "zune-core 0.4.12",
22860]
22861
22862[[package]]
22863name = "zune-jpeg"
22864version = "0.5.15"
22865source = "registry+https://github.com/rust-lang/crates.io-index"
22866checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22867dependencies = [
22868 "zune-core 0.5.1",
22869]
22870
22871[[package]]
22872name = "zvariant"
22873version = "5.9.2"
22874source = "registry+https://github.com/rust-lang/crates.io-index"
22875checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22876dependencies = [
22877 "endi",
22878 "enumflags2",
22879 "serde",
22880 "serde_bytes",
22881 "winnow",
22882 "zvariant_derive",
22883 "zvariant_utils",
22884]
22885
22886[[package]]
22887name = "zvariant_derive"
22888version = "5.9.2"
22889source = "registry+https://github.com/rust-lang/crates.io-index"
22890checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22891dependencies = [
22892 "proc-macro-crate",
22893 "proc-macro2",
22894 "quote",
22895 "syn 2.0.117",
22896 "zvariant_utils",
22897]
22898
22899[[package]]
22900name = "zvariant_utils"
22901version = "3.3.0"
22902source = "registry+https://github.com/rust-lang/crates.io-index"
22903checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22904dependencies = [
22905 "proc-macro2",
22906 "quote",
22907 "serde",
22908 "syn 2.0.117",
22909 "winnow",
22910]