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 "semver",
  396 "serde",
  397 "serde_json",
  398 "serde_json_lenient",
  399 "settings",
  400 "smol",
  401 "streaming_diff",
  402 "task",
  403 "telemetry",
  404 "tempfile",
  405 "terminal",
  406 "terminal_view",
  407 "text",
  408 "theme",
  409 "theme_settings",
  410 "time",
  411 "time_format",
  412 "tree-sitter-md",
  413 "ui",
  414 "ui_input",
  415 "unindent",
  416 "url",
  417 "util",
  418 "uuid",
  419 "watch",
  420 "workspace",
  421 "zed_actions",
  422]
  423
  424[[package]]
  425name = "ahash"
  426version = "0.7.8"
  427source = "registry+https://github.com/rust-lang/crates.io-index"
  428checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  429dependencies = [
  430 "getrandom 0.2.16",
  431 "once_cell",
  432 "version_check",
  433]
  434
  435[[package]]
  436name = "ahash"
  437version = "0.8.12"
  438source = "registry+https://github.com/rust-lang/crates.io-index"
  439checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  440dependencies = [
  441 "cfg-if",
  442 "const-random",
  443 "getrandom 0.3.4",
  444 "once_cell",
  445 "serde",
  446 "version_check",
  447 "zerocopy",
  448]
  449
  450[[package]]
  451name = "aho-corasick"
  452version = "1.1.3"
  453source = "registry+https://github.com/rust-lang/crates.io-index"
  454checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  455dependencies = [
  456 "memchr",
  457]
  458
  459[[package]]
  460name = "ai_onboarding"
  461version = "0.1.0"
  462dependencies = [
  463 "client",
  464 "cloud_api_types",
  465 "component",
  466 "gpui",
  467 "language_model",
  468 "serde",
  469 "smallvec",
  470 "telemetry",
  471 "ui",
  472 "zed_actions",
  473]
  474
  475[[package]]
  476name = "alacritty_terminal"
  477version = "0.25.1"
  478source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  479dependencies = [
  480 "base64 0.22.1",
  481 "bitflags 2.10.0",
  482 "home",
  483 "libc",
  484 "log",
  485 "mach2 0.5.0",
  486 "miow",
  487 "parking_lot",
  488 "piper",
  489 "polling",
  490 "regex-automata",
  491 "rustix 1.1.2",
  492 "rustix-openpty",
  493 "serde",
  494 "signal-hook",
  495 "unicode-width",
  496 "vte",
  497 "windows-sys 0.59.0",
  498]
  499
  500[[package]]
  501name = "aliasable"
  502version = "0.1.3"
  503source = "registry+https://github.com/rust-lang/crates.io-index"
  504checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  505
  506[[package]]
  507name = "aligned-vec"
  508version = "0.6.4"
  509source = "registry+https://github.com/rust-lang/crates.io-index"
  510checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  511dependencies = [
  512 "equator",
  513]
  514
  515[[package]]
  516name = "allocator-api2"
  517version = "0.2.21"
  518source = "registry+https://github.com/rust-lang/crates.io-index"
  519checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  520
  521[[package]]
  522name = "alsa"
  523version = "0.10.0"
  524source = "registry+https://github.com/rust-lang/crates.io-index"
  525checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  526dependencies = [
  527 "alsa-sys",
  528 "bitflags 2.10.0",
  529 "cfg-if",
  530 "libc",
  531]
  532
  533[[package]]
  534name = "alsa-sys"
  535version = "0.3.1"
  536source = "registry+https://github.com/rust-lang/crates.io-index"
  537checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  538dependencies = [
  539 "libc",
  540 "pkg-config",
  541]
  542
  543[[package]]
  544name = "ambient-authority"
  545version = "0.0.2"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  548
  549[[package]]
  550name = "ammonia"
  551version = "4.1.2"
  552source = "registry+https://github.com/rust-lang/crates.io-index"
  553checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  554dependencies = [
  555 "cssparser",
  556 "html5ever 0.35.0",
  557 "maplit",
  558 "tendril",
  559 "url",
  560]
  561
  562[[package]]
  563name = "android_system_properties"
  564version = "0.1.5"
  565source = "registry+https://github.com/rust-lang/crates.io-index"
  566checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  567dependencies = [
  568 "libc",
  569]
  570
  571[[package]]
  572name = "anes"
  573version = "0.1.6"
  574source = "registry+https://github.com/rust-lang/crates.io-index"
  575checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  576
  577[[package]]
  578name = "annotate-snippets"
  579version = "0.12.12"
  580source = "registry+https://github.com/rust-lang/crates.io-index"
  581checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  582dependencies = [
  583 "anstyle",
  584 "memchr",
  585 "unicode-width",
  586]
  587
  588[[package]]
  589name = "anstream"
  590version = "0.6.21"
  591source = "registry+https://github.com/rust-lang/crates.io-index"
  592checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  593dependencies = [
  594 "anstyle",
  595 "anstyle-parse",
  596 "anstyle-query",
  597 "anstyle-wincon",
  598 "colorchoice",
  599 "is_terminal_polyfill",
  600 "utf8parse",
  601]
  602
  603[[package]]
  604name = "anstyle"
  605version = "1.0.13"
  606source = "registry+https://github.com/rust-lang/crates.io-index"
  607checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  608
  609[[package]]
  610name = "anstyle-parse"
  611version = "0.2.7"
  612source = "registry+https://github.com/rust-lang/crates.io-index"
  613checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  614dependencies = [
  615 "utf8parse",
  616]
  617
  618[[package]]
  619name = "anstyle-query"
  620version = "1.1.4"
  621source = "registry+https://github.com/rust-lang/crates.io-index"
  622checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  623dependencies = [
  624 "windows-sys 0.60.2",
  625]
  626
  627[[package]]
  628name = "anstyle-wincon"
  629version = "3.0.10"
  630source = "registry+https://github.com/rust-lang/crates.io-index"
  631checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  632dependencies = [
  633 "anstyle",
  634 "once_cell_polyfill",
  635 "windows-sys 0.60.2",
  636]
  637
  638[[package]]
  639name = "anthropic"
  640version = "0.1.0"
  641dependencies = [
  642 "anyhow",
  643 "chrono",
  644 "collections",
  645 "futures 0.3.32",
  646 "http_client",
  647 "language_model_core",
  648 "log",
  649 "schemars",
  650 "serde",
  651 "serde_json",
  652 "strum 0.27.2",
  653 "thiserror 2.0.17",
  654 "tiktoken-rs",
  655]
  656
  657[[package]]
  658name = "any_vec"
  659version = "0.14.0"
  660source = "registry+https://github.com/rust-lang/crates.io-index"
  661checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  662
  663[[package]]
  664name = "anyhow"
  665version = "1.0.100"
  666source = "registry+https://github.com/rust-lang/crates.io-index"
  667checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  668
  669[[package]]
  670name = "approx"
  671version = "0.5.1"
  672source = "registry+https://github.com/rust-lang/crates.io-index"
  673checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  674dependencies = [
  675 "num-traits",
  676]
  677
  678[[package]]
  679name = "ar_archive_writer"
  680version = "0.5.1"
  681source = "registry+https://github.com/rust-lang/crates.io-index"
  682checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  683dependencies = [
  684 "object",
  685]
  686
  687[[package]]
  688name = "arbitrary"
  689version = "1.4.2"
  690source = "registry+https://github.com/rust-lang/crates.io-index"
  691checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  692dependencies = [
  693 "derive_arbitrary",
  694]
  695
  696[[package]]
  697name = "arc-swap"
  698version = "1.9.0"
  699source = "registry+https://github.com/rust-lang/crates.io-index"
  700checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  701dependencies = [
  702 "rustversion",
  703]
  704
  705[[package]]
  706name = "arg_enum_proc_macro"
  707version = "0.3.4"
  708source = "registry+https://github.com/rust-lang/crates.io-index"
  709checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  710dependencies = [
  711 "proc-macro2",
  712 "quote",
  713 "syn 2.0.117",
  714]
  715
  716[[package]]
  717name = "arraydeque"
  718version = "0.5.1"
  719source = "registry+https://github.com/rust-lang/crates.io-index"
  720checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  721
  722[[package]]
  723name = "arrayref"
  724version = "0.3.9"
  725source = "registry+https://github.com/rust-lang/crates.io-index"
  726checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  727
  728[[package]]
  729name = "arrayvec"
  730version = "0.7.6"
  731source = "registry+https://github.com/rust-lang/crates.io-index"
  732checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  733
  734[[package]]
  735name = "as-raw-xcb-connection"
  736version = "1.0.1"
  737source = "registry+https://github.com/rust-lang/crates.io-index"
  738checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  739
  740[[package]]
  741name = "ascii"
  742version = "1.1.0"
  743source = "registry+https://github.com/rust-lang/crates.io-index"
  744checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  745
  746[[package]]
  747name = "ash"
  748version = "0.38.0+1.3.281"
  749source = "registry+https://github.com/rust-lang/crates.io-index"
  750checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  751dependencies = [
  752 "libloading",
  753]
  754
  755[[package]]
  756name = "ashpd"
  757version = "0.13.2"
  758source = "registry+https://github.com/rust-lang/crates.io-index"
  759checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  760dependencies = [
  761 "enumflags2",
  762 "futures-channel",
  763 "futures-util",
  764 "getrandom 0.4.1",
  765 "serde",
  766 "serde_repr",
  767 "wayland-backend",
  768 "wayland-client",
  769 "wayland-protocols",
  770 "zbus",
  771]
  772
  773[[package]]
  774name = "askpass"
  775version = "0.1.0"
  776dependencies = [
  777 "anyhow",
  778 "futures 0.3.32",
  779 "gpui",
  780 "log",
  781 "net",
  782 "smol",
  783 "tempfile",
  784 "util",
  785 "windows 0.61.3",
  786 "zeroize",
  787]
  788
  789[[package]]
  790name = "assets"
  791version = "0.1.0"
  792dependencies = [
  793 "anyhow",
  794 "gpui",
  795 "rust-embed",
  796]
  797
  798[[package]]
  799name = "async-attributes"
  800version = "1.1.2"
  801source = "registry+https://github.com/rust-lang/crates.io-index"
  802checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  803dependencies = [
  804 "quote",
  805 "syn 1.0.109",
  806]
  807
  808[[package]]
  809name = "async-broadcast"
  810version = "0.7.2"
  811source = "registry+https://github.com/rust-lang/crates.io-index"
  812checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  813dependencies = [
  814 "event-listener 5.4.1",
  815 "event-listener-strategy",
  816 "futures-core",
  817 "pin-project-lite",
  818]
  819
  820[[package]]
  821name = "async-channel"
  822version = "1.9.0"
  823source = "registry+https://github.com/rust-lang/crates.io-index"
  824checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  825dependencies = [
  826 "concurrent-queue",
  827 "event-listener 2.5.3",
  828 "futures-core",
  829]
  830
  831[[package]]
  832name = "async-channel"
  833version = "2.5.0"
  834source = "registry+https://github.com/rust-lang/crates.io-index"
  835checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  836dependencies = [
  837 "concurrent-queue",
  838 "event-listener-strategy",
  839 "futures-core",
  840 "pin-project-lite",
  841]
  842
  843[[package]]
  844name = "async-compat"
  845version = "0.2.5"
  846source = "registry+https://github.com/rust-lang/crates.io-index"
  847checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  848dependencies = [
  849 "futures-core",
  850 "futures-io",
  851 "once_cell",
  852 "pin-project-lite",
  853 "tokio",
  854]
  855
  856[[package]]
  857name = "async-compression"
  858version = "0.4.32"
  859source = "registry+https://github.com/rust-lang/crates.io-index"
  860checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  861dependencies = [
  862 "compression-codecs",
  863 "compression-core",
  864 "futures-core",
  865 "futures-io",
  866 "pin-project-lite",
  867]
  868
  869[[package]]
  870name = "async-dispatcher"
  871version = "0.1.2"
  872source = "registry+https://github.com/rust-lang/crates.io-index"
  873checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  874dependencies = [
  875 "async-task",
  876 "futures-lite 1.13.0",
  877]
  878
  879[[package]]
  880name = "async-executor"
  881version = "1.13.3"
  882source = "registry+https://github.com/rust-lang/crates.io-index"
  883checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  884dependencies = [
  885 "async-task",
  886 "concurrent-queue",
  887 "fastrand 2.3.0",
  888 "futures-lite 2.6.1",
  889 "pin-project-lite",
  890 "slab",
  891]
  892
  893[[package]]
  894name = "async-fs"
  895version = "2.2.0"
  896source = "registry+https://github.com/rust-lang/crates.io-index"
  897checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  898dependencies = [
  899 "async-lock 3.4.2",
  900 "blocking",
  901 "futures-lite 2.6.1",
  902]
  903
  904[[package]]
  905name = "async-global-executor"
  906version = "2.4.1"
  907source = "registry+https://github.com/rust-lang/crates.io-index"
  908checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  909dependencies = [
  910 "async-channel 2.5.0",
  911 "async-executor",
  912 "async-io",
  913 "async-lock 3.4.2",
  914 "blocking",
  915 "futures-lite 2.6.1",
  916 "once_cell",
  917]
  918
  919[[package]]
  920name = "async-io"
  921version = "2.6.0"
  922source = "registry+https://github.com/rust-lang/crates.io-index"
  923checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  924dependencies = [
  925 "autocfg",
  926 "cfg-if",
  927 "concurrent-queue",
  928 "futures-io",
  929 "futures-lite 2.6.1",
  930 "parking",
  931 "polling",
  932 "rustix 1.1.2",
  933 "slab",
  934 "windows-sys 0.61.2",
  935]
  936
  937[[package]]
  938name = "async-lock"
  939version = "2.8.0"
  940source = "registry+https://github.com/rust-lang/crates.io-index"
  941checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  942dependencies = [
  943 "event-listener 2.5.3",
  944]
  945
  946[[package]]
  947name = "async-lock"
  948version = "3.4.2"
  949source = "registry+https://github.com/rust-lang/crates.io-index"
  950checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  951dependencies = [
  952 "event-listener 5.4.1",
  953 "event-listener-strategy",
  954 "pin-project-lite",
  955]
  956
  957[[package]]
  958name = "async-net"
  959version = "2.0.0"
  960source = "registry+https://github.com/rust-lang/crates.io-index"
  961checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  962dependencies = [
  963 "async-io",
  964 "blocking",
  965 "futures-lite 2.6.1",
  966]
  967
  968[[package]]
  969name = "async-pipe"
  970version = "0.1.3"
  971source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  972dependencies = [
  973 "futures 0.3.32",
  974 "log",
  975]
  976
  977[[package]]
  978name = "async-process"
  979version = "2.5.0"
  980source = "registry+https://github.com/rust-lang/crates.io-index"
  981checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
  982dependencies = [
  983 "async-channel 2.5.0",
  984 "async-io",
  985 "async-lock 3.4.2",
  986 "async-signal",
  987 "async-task",
  988 "blocking",
  989 "cfg-if",
  990 "event-listener 5.4.1",
  991 "futures-lite 2.6.1",
  992 "rustix 1.1.2",
  993]
  994
  995[[package]]
  996name = "async-recursion"
  997version = "1.1.1"
  998source = "registry+https://github.com/rust-lang/crates.io-index"
  999checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1000dependencies = [
 1001 "proc-macro2",
 1002 "quote",
 1003 "syn 2.0.117",
 1004]
 1005
 1006[[package]]
 1007name = "async-signal"
 1008version = "0.2.13"
 1009source = "registry+https://github.com/rust-lang/crates.io-index"
 1010checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1011dependencies = [
 1012 "async-io",
 1013 "async-lock 3.4.2",
 1014 "atomic-waker",
 1015 "cfg-if",
 1016 "futures-core",
 1017 "futures-io",
 1018 "rustix 1.1.2",
 1019 "signal-hook-registry",
 1020 "slab",
 1021 "windows-sys 0.61.2",
 1022]
 1023
 1024[[package]]
 1025name = "async-std"
 1026version = "1.13.2"
 1027source = "registry+https://github.com/rust-lang/crates.io-index"
 1028checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1029dependencies = [
 1030 "async-attributes",
 1031 "async-channel 1.9.0",
 1032 "async-global-executor",
 1033 "async-io",
 1034 "async-lock 3.4.2",
 1035 "async-process",
 1036 "crossbeam-utils",
 1037 "futures-channel",
 1038 "futures-core",
 1039 "futures-io",
 1040 "futures-lite 2.6.1",
 1041 "gloo-timers",
 1042 "kv-log-macro",
 1043 "log",
 1044 "memchr",
 1045 "once_cell",
 1046 "pin-project-lite",
 1047 "pin-utils",
 1048 "slab",
 1049 "wasm-bindgen-futures",
 1050]
 1051
 1052[[package]]
 1053name = "async-stream"
 1054version = "0.3.6"
 1055source = "registry+https://github.com/rust-lang/crates.io-index"
 1056checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1057dependencies = [
 1058 "async-stream-impl",
 1059 "futures-core",
 1060 "pin-project-lite",
 1061]
 1062
 1063[[package]]
 1064name = "async-stream-impl"
 1065version = "0.3.6"
 1066source = "registry+https://github.com/rust-lang/crates.io-index"
 1067checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1068dependencies = [
 1069 "proc-macro2",
 1070 "quote",
 1071 "syn 2.0.117",
 1072]
 1073
 1074[[package]]
 1075name = "async-tar"
 1076version = "0.5.1"
 1077source = "registry+https://github.com/rust-lang/crates.io-index"
 1078checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1079dependencies = [
 1080 "async-std",
 1081 "filetime",
 1082 "libc",
 1083 "pin-project",
 1084 "redox_syscall 0.2.16",
 1085 "xattr",
 1086]
 1087
 1088[[package]]
 1089name = "async-task"
 1090version = "4.7.1"
 1091source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1092
 1093[[package]]
 1094name = "async-trait"
 1095version = "0.1.89"
 1096source = "registry+https://github.com/rust-lang/crates.io-index"
 1097checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1098dependencies = [
 1099 "proc-macro2",
 1100 "quote",
 1101 "syn 2.0.117",
 1102]
 1103
 1104[[package]]
 1105name = "async-tungstenite"
 1106version = "0.31.0"
 1107source = "registry+https://github.com/rust-lang/crates.io-index"
 1108checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1109dependencies = [
 1110 "atomic-waker",
 1111 "futures-core",
 1112 "futures-io",
 1113 "futures-task",
 1114 "futures-util",
 1115 "log",
 1116 "pin-project-lite",
 1117 "rustls-pki-types",
 1118 "tokio",
 1119 "tokio-rustls 0.26.2",
 1120 "tungstenite 0.27.0",
 1121]
 1122
 1123[[package]]
 1124name = "async_zip"
 1125version = "0.0.18"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1128dependencies = [
 1129 "async-compression",
 1130 "crc32fast",
 1131 "futures-lite 2.6.1",
 1132 "pin-project",
 1133 "thiserror 2.0.17",
 1134]
 1135
 1136[[package]]
 1137name = "asynchronous-codec"
 1138version = "0.7.0"
 1139source = "registry+https://github.com/rust-lang/crates.io-index"
 1140checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1141dependencies = [
 1142 "bytes 1.11.1",
 1143 "futures-sink",
 1144 "futures-util",
 1145 "memchr",
 1146 "pin-project-lite",
 1147]
 1148
 1149[[package]]
 1150name = "atoi"
 1151version = "2.0.0"
 1152source = "registry+https://github.com/rust-lang/crates.io-index"
 1153checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1154dependencies = [
 1155 "num-traits",
 1156]
 1157
 1158[[package]]
 1159name = "atomic"
 1160version = "0.5.3"
 1161source = "registry+https://github.com/rust-lang/crates.io-index"
 1162checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1163
 1164[[package]]
 1165name = "atomic-waker"
 1166version = "1.1.2"
 1167source = "registry+https://github.com/rust-lang/crates.io-index"
 1168checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1169
 1170[[package]]
 1171name = "audio"
 1172version = "0.1.0"
 1173dependencies = [
 1174 "anyhow",
 1175 "collections",
 1176 "cpal",
 1177 "crossbeam",
 1178 "denoise",
 1179 "gpui",
 1180 "libwebrtc",
 1181 "log",
 1182 "parking_lot",
 1183 "rodio",
 1184 "serde",
 1185 "settings",
 1186 "thiserror 2.0.17",
 1187 "util",
 1188]
 1189
 1190[[package]]
 1191name = "auditable-serde"
 1192version = "0.8.0"
 1193source = "registry+https://github.com/rust-lang/crates.io-index"
 1194checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1195dependencies = [
 1196 "semver",
 1197 "serde",
 1198 "serde_json",
 1199 "topological-sort",
 1200]
 1201
 1202[[package]]
 1203name = "auto_update"
 1204version = "0.1.0"
 1205dependencies = [
 1206 "anyhow",
 1207 "client",
 1208 "clock",
 1209 "ctor",
 1210 "db",
 1211 "futures 0.3.32",
 1212 "futures-lite 1.13.0",
 1213 "gpui",
 1214 "http_client",
 1215 "log",
 1216 "parking_lot",
 1217 "paths",
 1218 "release_channel",
 1219 "semver",
 1220 "serde",
 1221 "serde_json",
 1222 "settings",
 1223 "smol",
 1224 "tempfile",
 1225 "util",
 1226 "which 6.0.3",
 1227 "workspace",
 1228 "zlog",
 1229]
 1230
 1231[[package]]
 1232name = "auto_update_helper"
 1233version = "0.1.0"
 1234dependencies = [
 1235 "anyhow",
 1236 "log",
 1237 "scopeguard",
 1238 "simplelog",
 1239 "tempfile",
 1240 "windows 0.61.3",
 1241 "winresource",
 1242]
 1243
 1244[[package]]
 1245name = "auto_update_ui"
 1246version = "0.1.0"
 1247dependencies = [
 1248 "agent_settings",
 1249 "anyhow",
 1250 "auto_update",
 1251 "client",
 1252 "db",
 1253 "editor",
 1254 "fs",
 1255 "gpui",
 1256 "markdown_preview",
 1257 "notifications",
 1258 "release_channel",
 1259 "semver",
 1260 "serde",
 1261 "serde_json",
 1262 "smol",
 1263 "telemetry",
 1264 "ui",
 1265 "util",
 1266 "workspace",
 1267 "zed_actions",
 1268]
 1269
 1270[[package]]
 1271name = "autocfg"
 1272version = "1.5.0"
 1273source = "registry+https://github.com/rust-lang/crates.io-index"
 1274checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1275
 1276[[package]]
 1277name = "av1-grain"
 1278version = "0.2.4"
 1279source = "registry+https://github.com/rust-lang/crates.io-index"
 1280checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1281dependencies = [
 1282 "anyhow",
 1283 "arrayvec",
 1284 "log",
 1285 "nom 7.1.3",
 1286 "num-rational",
 1287 "v_frame",
 1288]
 1289
 1290[[package]]
 1291name = "avif-serialize"
 1292version = "0.8.6"
 1293source = "registry+https://github.com/rust-lang/crates.io-index"
 1294checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1295dependencies = [
 1296 "arrayvec",
 1297]
 1298
 1299[[package]]
 1300name = "aws-config"
 1301version = "1.8.10"
 1302source = "registry+https://github.com/rust-lang/crates.io-index"
 1303checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1304dependencies = [
 1305 "aws-credential-types",
 1306 "aws-runtime",
 1307 "aws-sdk-sso",
 1308 "aws-sdk-ssooidc",
 1309 "aws-sdk-sts",
 1310 "aws-smithy-async",
 1311 "aws-smithy-http",
 1312 "aws-smithy-json",
 1313 "aws-smithy-runtime",
 1314 "aws-smithy-runtime-api",
 1315 "aws-smithy-types",
 1316 "aws-types",
 1317 "bytes 1.11.1",
 1318 "fastrand 2.3.0",
 1319 "hex",
 1320 "http 1.3.1",
 1321 "ring",
 1322 "time",
 1323 "tokio",
 1324 "tracing",
 1325 "url",
 1326 "zeroize",
 1327]
 1328
 1329[[package]]
 1330name = "aws-credential-types"
 1331version = "1.2.10"
 1332source = "registry+https://github.com/rust-lang/crates.io-index"
 1333checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1334dependencies = [
 1335 "aws-smithy-async",
 1336 "aws-smithy-runtime-api",
 1337 "aws-smithy-types",
 1338 "zeroize",
 1339]
 1340
 1341[[package]]
 1342name = "aws-lc-rs"
 1343version = "1.15.4"
 1344source = "registry+https://github.com/rust-lang/crates.io-index"
 1345checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1346dependencies = [
 1347 "aws-lc-sys",
 1348 "untrusted 0.7.1",
 1349 "zeroize",
 1350]
 1351
 1352[[package]]
 1353name = "aws-lc-sys"
 1354version = "0.37.0"
 1355source = "registry+https://github.com/rust-lang/crates.io-index"
 1356checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1357dependencies = [
 1358 "cc",
 1359 "cmake",
 1360 "dunce",
 1361 "fs_extra",
 1362]
 1363
 1364[[package]]
 1365name = "aws-runtime"
 1366version = "1.5.16"
 1367source = "registry+https://github.com/rust-lang/crates.io-index"
 1368checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1369dependencies = [
 1370 "aws-credential-types",
 1371 "aws-sigv4",
 1372 "aws-smithy-async",
 1373 "aws-smithy-eventstream",
 1374 "aws-smithy-http",
 1375 "aws-smithy-runtime",
 1376 "aws-smithy-runtime-api",
 1377 "aws-smithy-types",
 1378 "aws-types",
 1379 "bytes 1.11.1",
 1380 "fastrand 2.3.0",
 1381 "http 0.2.12",
 1382 "http-body 0.4.6",
 1383 "percent-encoding",
 1384 "pin-project-lite",
 1385 "tracing",
 1386 "uuid",
 1387]
 1388
 1389[[package]]
 1390name = "aws-sdk-bedrockruntime"
 1391version = "1.113.0"
 1392source = "registry+https://github.com/rust-lang/crates.io-index"
 1393checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1394dependencies = [
 1395 "aws-credential-types",
 1396 "aws-runtime",
 1397 "aws-sigv4",
 1398 "aws-smithy-async",
 1399 "aws-smithy-eventstream",
 1400 "aws-smithy-http",
 1401 "aws-smithy-json",
 1402 "aws-smithy-runtime",
 1403 "aws-smithy-runtime-api",
 1404 "aws-smithy-types",
 1405 "aws-types",
 1406 "bytes 1.11.1",
 1407 "fastrand 2.3.0",
 1408 "http 0.2.12",
 1409 "hyper 0.14.32",
 1410 "regex-lite",
 1411 "tracing",
 1412]
 1413
 1414[[package]]
 1415name = "aws-sdk-kinesis"
 1416version = "1.95.0"
 1417source = "registry+https://github.com/rust-lang/crates.io-index"
 1418checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1419dependencies = [
 1420 "aws-credential-types",
 1421 "aws-runtime",
 1422 "aws-smithy-async",
 1423 "aws-smithy-eventstream",
 1424 "aws-smithy-http",
 1425 "aws-smithy-json",
 1426 "aws-smithy-runtime",
 1427 "aws-smithy-runtime-api",
 1428 "aws-smithy-types",
 1429 "aws-types",
 1430 "bytes 1.11.1",
 1431 "fastrand 2.3.0",
 1432 "http 0.2.12",
 1433 "regex-lite",
 1434 "tracing",
 1435]
 1436
 1437[[package]]
 1438name = "aws-sdk-s3"
 1439version = "1.112.0"
 1440source = "registry+https://github.com/rust-lang/crates.io-index"
 1441checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1442dependencies = [
 1443 "aws-credential-types",
 1444 "aws-runtime",
 1445 "aws-sigv4",
 1446 "aws-smithy-async",
 1447 "aws-smithy-checksums",
 1448 "aws-smithy-eventstream",
 1449 "aws-smithy-http",
 1450 "aws-smithy-json",
 1451 "aws-smithy-runtime",
 1452 "aws-smithy-runtime-api",
 1453 "aws-smithy-types",
 1454 "aws-smithy-xml",
 1455 "aws-types",
 1456 "bytes 1.11.1",
 1457 "fastrand 2.3.0",
 1458 "hex",
 1459 "hmac",
 1460 "http 0.2.12",
 1461 "http 1.3.1",
 1462 "http-body 0.4.6",
 1463 "lru",
 1464 "percent-encoding",
 1465 "regex-lite",
 1466 "sha2",
 1467 "tracing",
 1468 "url",
 1469]
 1470
 1471[[package]]
 1472name = "aws-sdk-sso"
 1473version = "1.88.0"
 1474source = "registry+https://github.com/rust-lang/crates.io-index"
 1475checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1476dependencies = [
 1477 "aws-credential-types",
 1478 "aws-runtime",
 1479 "aws-smithy-async",
 1480 "aws-smithy-http",
 1481 "aws-smithy-json",
 1482 "aws-smithy-runtime",
 1483 "aws-smithy-runtime-api",
 1484 "aws-smithy-types",
 1485 "aws-types",
 1486 "bytes 1.11.1",
 1487 "fastrand 2.3.0",
 1488 "http 0.2.12",
 1489 "regex-lite",
 1490 "tracing",
 1491]
 1492
 1493[[package]]
 1494name = "aws-sdk-ssooidc"
 1495version = "1.90.0"
 1496source = "registry+https://github.com/rust-lang/crates.io-index"
 1497checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1498dependencies = [
 1499 "aws-credential-types",
 1500 "aws-runtime",
 1501 "aws-smithy-async",
 1502 "aws-smithy-http",
 1503 "aws-smithy-json",
 1504 "aws-smithy-runtime",
 1505 "aws-smithy-runtime-api",
 1506 "aws-smithy-types",
 1507 "aws-types",
 1508 "bytes 1.11.1",
 1509 "fastrand 2.3.0",
 1510 "http 0.2.12",
 1511 "regex-lite",
 1512 "tracing",
 1513]
 1514
 1515[[package]]
 1516name = "aws-sdk-sts"
 1517version = "1.90.0"
 1518source = "registry+https://github.com/rust-lang/crates.io-index"
 1519checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1520dependencies = [
 1521 "aws-credential-types",
 1522 "aws-runtime",
 1523 "aws-smithy-async",
 1524 "aws-smithy-http",
 1525 "aws-smithy-json",
 1526 "aws-smithy-query",
 1527 "aws-smithy-runtime",
 1528 "aws-smithy-runtime-api",
 1529 "aws-smithy-types",
 1530 "aws-smithy-xml",
 1531 "aws-types",
 1532 "fastrand 2.3.0",
 1533 "http 0.2.12",
 1534 "regex-lite",
 1535 "tracing",
 1536]
 1537
 1538[[package]]
 1539name = "aws-sigv4"
 1540version = "1.3.6"
 1541source = "registry+https://github.com/rust-lang/crates.io-index"
 1542checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1543dependencies = [
 1544 "aws-credential-types",
 1545 "aws-smithy-eventstream",
 1546 "aws-smithy-http",
 1547 "aws-smithy-runtime-api",
 1548 "aws-smithy-types",
 1549 "bytes 1.11.1",
 1550 "crypto-bigint 0.5.5",
 1551 "form_urlencoded",
 1552 "hex",
 1553 "hmac",
 1554 "http 0.2.12",
 1555 "http 1.3.1",
 1556 "p256",
 1557 "percent-encoding",
 1558 "ring",
 1559 "sha2",
 1560 "subtle",
 1561 "time",
 1562 "tracing",
 1563 "zeroize",
 1564]
 1565
 1566[[package]]
 1567name = "aws-smithy-async"
 1568version = "1.2.6"
 1569source = "registry+https://github.com/rust-lang/crates.io-index"
 1570checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1571dependencies = [
 1572 "futures-util",
 1573 "pin-project-lite",
 1574 "tokio",
 1575]
 1576
 1577[[package]]
 1578name = "aws-smithy-checksums"
 1579version = "0.63.11"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1582dependencies = [
 1583 "aws-smithy-http",
 1584 "aws-smithy-types",
 1585 "bytes 1.11.1",
 1586 "crc-fast",
 1587 "hex",
 1588 "http 0.2.12",
 1589 "http-body 0.4.6",
 1590 "md-5",
 1591 "pin-project-lite",
 1592 "sha1",
 1593 "sha2",
 1594 "tracing",
 1595]
 1596
 1597[[package]]
 1598name = "aws-smithy-eventstream"
 1599version = "0.60.13"
 1600source = "registry+https://github.com/rust-lang/crates.io-index"
 1601checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1602dependencies = [
 1603 "aws-smithy-types",
 1604 "bytes 1.11.1",
 1605 "crc32fast",
 1606]
 1607
 1608[[package]]
 1609name = "aws-smithy-http"
 1610version = "0.62.5"
 1611source = "registry+https://github.com/rust-lang/crates.io-index"
 1612checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1613dependencies = [
 1614 "aws-smithy-eventstream",
 1615 "aws-smithy-runtime-api",
 1616 "aws-smithy-types",
 1617 "bytes 1.11.1",
 1618 "bytes-utils",
 1619 "futures-core",
 1620 "futures-util",
 1621 "http 0.2.12",
 1622 "http 1.3.1",
 1623 "http-body 0.4.6",
 1624 "percent-encoding",
 1625 "pin-project-lite",
 1626 "pin-utils",
 1627 "tracing",
 1628]
 1629
 1630[[package]]
 1631name = "aws-smithy-http-client"
 1632version = "1.1.4"
 1633source = "registry+https://github.com/rust-lang/crates.io-index"
 1634checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1635dependencies = [
 1636 "aws-smithy-async",
 1637 "aws-smithy-runtime-api",
 1638 "aws-smithy-types",
 1639 "h2 0.3.27",
 1640 "h2 0.4.12",
 1641 "http 0.2.12",
 1642 "http 1.3.1",
 1643 "http-body 0.4.6",
 1644 "hyper 0.14.32",
 1645 "hyper 1.7.0",
 1646 "hyper-rustls 0.24.2",
 1647 "hyper-rustls 0.27.7",
 1648 "hyper-util",
 1649 "pin-project-lite",
 1650 "rustls 0.21.12",
 1651 "rustls 0.23.33",
 1652 "rustls-native-certs 0.8.2",
 1653 "rustls-pki-types",
 1654 "tokio",
 1655 "tokio-rustls 0.26.2",
 1656 "tower 0.5.2",
 1657 "tracing",
 1658]
 1659
 1660[[package]]
 1661name = "aws-smithy-json"
 1662version = "0.61.7"
 1663source = "registry+https://github.com/rust-lang/crates.io-index"
 1664checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1665dependencies = [
 1666 "aws-smithy-types",
 1667]
 1668
 1669[[package]]
 1670name = "aws-smithy-observability"
 1671version = "0.1.4"
 1672source = "registry+https://github.com/rust-lang/crates.io-index"
 1673checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1674dependencies = [
 1675 "aws-smithy-runtime-api",
 1676]
 1677
 1678[[package]]
 1679name = "aws-smithy-query"
 1680version = "0.60.8"
 1681source = "registry+https://github.com/rust-lang/crates.io-index"
 1682checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1683dependencies = [
 1684 "aws-smithy-types",
 1685 "urlencoding",
 1686]
 1687
 1688[[package]]
 1689name = "aws-smithy-runtime"
 1690version = "1.9.4"
 1691source = "registry+https://github.com/rust-lang/crates.io-index"
 1692checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1693dependencies = [
 1694 "aws-smithy-async",
 1695 "aws-smithy-http",
 1696 "aws-smithy-http-client",
 1697 "aws-smithy-observability",
 1698 "aws-smithy-runtime-api",
 1699 "aws-smithy-types",
 1700 "bytes 1.11.1",
 1701 "fastrand 2.3.0",
 1702 "http 0.2.12",
 1703 "http 1.3.1",
 1704 "http-body 0.4.6",
 1705 "http-body 1.0.1",
 1706 "pin-project-lite",
 1707 "pin-utils",
 1708 "tokio",
 1709 "tracing",
 1710]
 1711
 1712[[package]]
 1713name = "aws-smithy-runtime-api"
 1714version = "1.9.2"
 1715source = "registry+https://github.com/rust-lang/crates.io-index"
 1716checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1717dependencies = [
 1718 "aws-smithy-async",
 1719 "aws-smithy-types",
 1720 "bytes 1.11.1",
 1721 "http 0.2.12",
 1722 "http 1.3.1",
 1723 "pin-project-lite",
 1724 "tokio",
 1725 "tracing",
 1726 "zeroize",
 1727]
 1728
 1729[[package]]
 1730name = "aws-smithy-types"
 1731version = "1.3.4"
 1732source = "registry+https://github.com/rust-lang/crates.io-index"
 1733checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1734dependencies = [
 1735 "base64-simd",
 1736 "bytes 1.11.1",
 1737 "bytes-utils",
 1738 "futures-core",
 1739 "http 0.2.12",
 1740 "http 1.3.1",
 1741 "http-body 0.4.6",
 1742 "http-body 1.0.1",
 1743 "http-body-util",
 1744 "itoa",
 1745 "num-integer",
 1746 "pin-project-lite",
 1747 "pin-utils",
 1748 "ryu",
 1749 "serde",
 1750 "time",
 1751 "tokio",
 1752 "tokio-util",
 1753]
 1754
 1755[[package]]
 1756name = "aws-smithy-xml"
 1757version = "0.60.12"
 1758source = "registry+https://github.com/rust-lang/crates.io-index"
 1759checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1760dependencies = [
 1761 "xmlparser",
 1762]
 1763
 1764[[package]]
 1765name = "aws-types"
 1766version = "1.3.10"
 1767source = "registry+https://github.com/rust-lang/crates.io-index"
 1768checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1769dependencies = [
 1770 "aws-credential-types",
 1771 "aws-smithy-async",
 1772 "aws-smithy-runtime-api",
 1773 "aws-smithy-types",
 1774 "rustc_version",
 1775 "tracing",
 1776]
 1777
 1778[[package]]
 1779name = "aws_http_client"
 1780version = "0.1.0"
 1781dependencies = [
 1782 "aws-smithy-runtime-api",
 1783 "aws-smithy-types",
 1784 "http_client",
 1785]
 1786
 1787[[package]]
 1788name = "axum"
 1789version = "0.6.20"
 1790source = "registry+https://github.com/rust-lang/crates.io-index"
 1791checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1792dependencies = [
 1793 "async-trait",
 1794 "axum-core",
 1795 "base64 0.21.7",
 1796 "bitflags 1.3.2",
 1797 "bytes 1.11.1",
 1798 "futures-util",
 1799 "headers",
 1800 "http 0.2.12",
 1801 "http-body 0.4.6",
 1802 "hyper 0.14.32",
 1803 "itoa",
 1804 "matchit",
 1805 "memchr",
 1806 "mime",
 1807 "percent-encoding",
 1808 "pin-project-lite",
 1809 "rustversion",
 1810 "serde",
 1811 "serde_json",
 1812 "serde_path_to_error",
 1813 "serde_urlencoded",
 1814 "sha1",
 1815 "sync_wrapper 0.1.2",
 1816 "tokio",
 1817 "tokio-tungstenite 0.20.1",
 1818 "tower 0.4.13",
 1819 "tower-layer",
 1820 "tower-service",
 1821]
 1822
 1823[[package]]
 1824name = "axum-core"
 1825version = "0.3.4"
 1826source = "registry+https://github.com/rust-lang/crates.io-index"
 1827checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1828dependencies = [
 1829 "async-trait",
 1830 "bytes 1.11.1",
 1831 "futures-util",
 1832 "http 0.2.12",
 1833 "http-body 0.4.6",
 1834 "mime",
 1835 "rustversion",
 1836 "tower-layer",
 1837 "tower-service",
 1838]
 1839
 1840[[package]]
 1841name = "backtrace"
 1842version = "0.3.76"
 1843source = "registry+https://github.com/rust-lang/crates.io-index"
 1844checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1845dependencies = [
 1846 "addr2line",
 1847 "cfg-if",
 1848 "libc",
 1849 "miniz_oxide",
 1850 "object",
 1851 "rustc-demangle",
 1852 "windows-link 0.2.1",
 1853]
 1854
 1855[[package]]
 1856name = "base16ct"
 1857version = "0.1.1"
 1858source = "registry+https://github.com/rust-lang/crates.io-index"
 1859checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1860
 1861[[package]]
 1862name = "base64"
 1863version = "0.21.7"
 1864source = "registry+https://github.com/rust-lang/crates.io-index"
 1865checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1866
 1867[[package]]
 1868name = "base64"
 1869version = "0.22.1"
 1870source = "registry+https://github.com/rust-lang/crates.io-index"
 1871checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1872
 1873[[package]]
 1874name = "base64-simd"
 1875version = "0.8.0"
 1876source = "registry+https://github.com/rust-lang/crates.io-index"
 1877checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1878dependencies = [
 1879 "outref",
 1880 "vsimd",
 1881]
 1882
 1883[[package]]
 1884name = "base64ct"
 1885version = "1.8.0"
 1886source = "registry+https://github.com/rust-lang/crates.io-index"
 1887checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1888
 1889[[package]]
 1890name = "bedrock"
 1891version = "0.1.0"
 1892dependencies = [
 1893 "anyhow",
 1894 "aws-sdk-bedrockruntime",
 1895 "aws-smithy-types",
 1896 "futures 0.3.32",
 1897 "schemars",
 1898 "serde",
 1899 "serde_json",
 1900 "strum 0.27.2",
 1901 "thiserror 2.0.17",
 1902]
 1903
 1904[[package]]
 1905name = "bigdecimal"
 1906version = "0.4.8"
 1907source = "registry+https://github.com/rust-lang/crates.io-index"
 1908checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1909dependencies = [
 1910 "autocfg",
 1911 "libm",
 1912 "num-bigint",
 1913 "num-integer",
 1914 "num-traits",
 1915 "serde",
 1916]
 1917
 1918[[package]]
 1919name = "bincode"
 1920version = "1.3.3"
 1921source = "registry+https://github.com/rust-lang/crates.io-index"
 1922checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1923dependencies = [
 1924 "serde",
 1925]
 1926
 1927[[package]]
 1928name = "bindgen"
 1929version = "0.71.1"
 1930source = "registry+https://github.com/rust-lang/crates.io-index"
 1931checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1932dependencies = [
 1933 "bitflags 2.10.0",
 1934 "cexpr",
 1935 "clang-sys",
 1936 "itertools 0.12.1",
 1937 "log",
 1938 "prettyplease",
 1939 "proc-macro2",
 1940 "quote",
 1941 "regex",
 1942 "rustc-hash 2.1.1",
 1943 "shlex",
 1944 "syn 2.0.117",
 1945]
 1946
 1947[[package]]
 1948name = "bindgen"
 1949version = "0.72.1"
 1950source = "registry+https://github.com/rust-lang/crates.io-index"
 1951checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1952dependencies = [
 1953 "bitflags 2.10.0",
 1954 "cexpr",
 1955 "clang-sys",
 1956 "itertools 0.12.1",
 1957 "proc-macro2",
 1958 "quote",
 1959 "regex",
 1960 "rustc-hash 2.1.1",
 1961 "shlex",
 1962 "syn 2.0.117",
 1963]
 1964
 1965[[package]]
 1966name = "bit-set"
 1967version = "0.8.0"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 1970dependencies = [
 1971 "bit-vec 0.8.0",
 1972]
 1973
 1974[[package]]
 1975name = "bit-set"
 1976version = "0.9.1"
 1977source = "registry+https://github.com/rust-lang/crates.io-index"
 1978checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 1979dependencies = [
 1980 "bit-vec 0.9.1",
 1981]
 1982
 1983[[package]]
 1984name = "bit-vec"
 1985version = "0.8.0"
 1986source = "registry+https://github.com/rust-lang/crates.io-index"
 1987checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 1988
 1989[[package]]
 1990name = "bit-vec"
 1991version = "0.9.1"
 1992source = "registry+https://github.com/rust-lang/crates.io-index"
 1993checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 1994
 1995[[package]]
 1996name = "bit_field"
 1997version = "0.10.3"
 1998source = "registry+https://github.com/rust-lang/crates.io-index"
 1999checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2000
 2001[[package]]
 2002name = "bitflags"
 2003version = "1.3.2"
 2004source = "registry+https://github.com/rust-lang/crates.io-index"
 2005checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2006
 2007[[package]]
 2008name = "bitflags"
 2009version = "2.10.0"
 2010source = "registry+https://github.com/rust-lang/crates.io-index"
 2011checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2012dependencies = [
 2013 "serde_core",
 2014]
 2015
 2016[[package]]
 2017name = "bitstream-io"
 2018version = "2.6.0"
 2019source = "registry+https://github.com/rust-lang/crates.io-index"
 2020checksum = "6099cdc01846bc367c4e7dd630dc5966dccf36b652fae7a74e17b640411a91b2"
 2021
 2022[[package]]
 2023name = "bitvec"
 2024version = "1.0.1"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2027dependencies = [
 2028 "funty",
 2029 "radium",
 2030 "tap",
 2031 "wyz",
 2032]
 2033
 2034[[package]]
 2035name = "block"
 2036version = "0.1.6"
 2037source = "registry+https://github.com/rust-lang/crates.io-index"
 2038checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2039
 2040[[package]]
 2041name = "block-buffer"
 2042version = "0.10.4"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2045dependencies = [
 2046 "generic-array",
 2047]
 2048
 2049[[package]]
 2050name = "block-padding"
 2051version = "0.3.3"
 2052source = "registry+https://github.com/rust-lang/crates.io-index"
 2053checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2054dependencies = [
 2055 "generic-array",
 2056]
 2057
 2058[[package]]
 2059name = "block2"
 2060version = "0.6.2"
 2061source = "registry+https://github.com/rust-lang/crates.io-index"
 2062checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2063dependencies = [
 2064 "objc2",
 2065]
 2066
 2067[[package]]
 2068name = "blocking"
 2069version = "1.6.2"
 2070source = "registry+https://github.com/rust-lang/crates.io-index"
 2071checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2072dependencies = [
 2073 "async-channel 2.5.0",
 2074 "async-task",
 2075 "futures-io",
 2076 "futures-lite 2.6.1",
 2077 "piper",
 2078]
 2079
 2080[[package]]
 2081name = "bmrng"
 2082version = "0.5.2"
 2083source = "registry+https://github.com/rust-lang/crates.io-index"
 2084checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2085dependencies = [
 2086 "futures-core",
 2087 "tokio",
 2088]
 2089
 2090[[package]]
 2091name = "bon"
 2092version = "3.8.2"
 2093source = "registry+https://github.com/rust-lang/crates.io-index"
 2094checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2095dependencies = [
 2096 "bon-macros",
 2097 "rustversion",
 2098]
 2099
 2100[[package]]
 2101name = "bon-macros"
 2102version = "3.8.2"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2105dependencies = [
 2106 "darling 0.21.3",
 2107 "ident_case",
 2108 "prettyplease",
 2109 "proc-macro2",
 2110 "quote",
 2111 "rustversion",
 2112 "syn 2.0.117",
 2113]
 2114
 2115[[package]]
 2116name = "borrow-or-share"
 2117version = "0.2.4"
 2118source = "registry+https://github.com/rust-lang/crates.io-index"
 2119checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2120
 2121[[package]]
 2122name = "borsh"
 2123version = "1.5.7"
 2124source = "registry+https://github.com/rust-lang/crates.io-index"
 2125checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2126dependencies = [
 2127 "borsh-derive",
 2128 "cfg_aliases 0.2.1",
 2129]
 2130
 2131[[package]]
 2132name = "borsh-derive"
 2133version = "1.5.7"
 2134source = "registry+https://github.com/rust-lang/crates.io-index"
 2135checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2136dependencies = [
 2137 "once_cell",
 2138 "proc-macro-crate",
 2139 "proc-macro2",
 2140 "quote",
 2141 "syn 2.0.117",
 2142]
 2143
 2144[[package]]
 2145name = "breadcrumbs"
 2146version = "0.1.0"
 2147dependencies = [
 2148 "gpui",
 2149 "ui",
 2150 "workspace",
 2151]
 2152
 2153[[package]]
 2154name = "brush-parser"
 2155version = "0.3.0"
 2156source = "registry+https://github.com/rust-lang/crates.io-index"
 2157checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2158dependencies = [
 2159 "bon",
 2160 "cached",
 2161 "indenter",
 2162 "peg",
 2163 "thiserror 2.0.17",
 2164 "tracing",
 2165 "utf8-chars",
 2166]
 2167
 2168[[package]]
 2169name = "bstr"
 2170version = "1.12.0"
 2171source = "registry+https://github.com/rust-lang/crates.io-index"
 2172checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2173dependencies = [
 2174 "memchr",
 2175 "regex-automata",
 2176 "serde",
 2177]
 2178
 2179[[package]]
 2180name = "buffer_diff"
 2181version = "0.1.0"
 2182dependencies = [
 2183 "clock",
 2184 "ctor",
 2185 "futures 0.3.32",
 2186 "git2",
 2187 "gpui",
 2188 "language",
 2189 "log",
 2190 "pretty_assertions",
 2191 "rand 0.9.3",
 2192 "rope",
 2193 "settings",
 2194 "sum_tree",
 2195 "text",
 2196 "tracing",
 2197 "unindent",
 2198 "util",
 2199 "zlog",
 2200 "ztracing",
 2201]
 2202
 2203[[package]]
 2204name = "built"
 2205version = "0.7.7"
 2206source = "registry+https://github.com/rust-lang/crates.io-index"
 2207checksum = "56ed6191a7e78c36abdb16ab65341eefd73d64d303fffccdbb00d51e4205967b"
 2208
 2209[[package]]
 2210name = "bumpalo"
 2211version = "3.19.0"
 2212source = "registry+https://github.com/rust-lang/crates.io-index"
 2213checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2214dependencies = [
 2215 "allocator-api2",
 2216]
 2217
 2218[[package]]
 2219name = "by_address"
 2220version = "1.2.1"
 2221source = "registry+https://github.com/rust-lang/crates.io-index"
 2222checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2223
 2224[[package]]
 2225name = "bytecheck"
 2226version = "0.6.12"
 2227source = "registry+https://github.com/rust-lang/crates.io-index"
 2228checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2229dependencies = [
 2230 "bytecheck_derive",
 2231 "ptr_meta",
 2232 "simdutf8",
 2233]
 2234
 2235[[package]]
 2236name = "bytecheck_derive"
 2237version = "0.6.12"
 2238source = "registry+https://github.com/rust-lang/crates.io-index"
 2239checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2240dependencies = [
 2241 "proc-macro2",
 2242 "quote",
 2243 "syn 1.0.109",
 2244]
 2245
 2246[[package]]
 2247name = "bytecount"
 2248version = "0.6.9"
 2249source = "registry+https://github.com/rust-lang/crates.io-index"
 2250checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2251
 2252[[package]]
 2253name = "bytemuck"
 2254version = "1.24.0"
 2255source = "registry+https://github.com/rust-lang/crates.io-index"
 2256checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2257dependencies = [
 2258 "bytemuck_derive",
 2259]
 2260
 2261[[package]]
 2262name = "bytemuck_derive"
 2263version = "1.10.2"
 2264source = "registry+https://github.com/rust-lang/crates.io-index"
 2265checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2266dependencies = [
 2267 "proc-macro2",
 2268 "quote",
 2269 "syn 2.0.117",
 2270]
 2271
 2272[[package]]
 2273name = "byteorder"
 2274version = "1.5.0"
 2275source = "registry+https://github.com/rust-lang/crates.io-index"
 2276checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2277
 2278[[package]]
 2279name = "byteorder-lite"
 2280version = "0.1.0"
 2281source = "registry+https://github.com/rust-lang/crates.io-index"
 2282checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2283
 2284[[package]]
 2285name = "bytes"
 2286version = "0.4.12"
 2287source = "registry+https://github.com/rust-lang/crates.io-index"
 2288checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2289dependencies = [
 2290 "byteorder",
 2291 "iovec",
 2292]
 2293
 2294[[package]]
 2295name = "bytes"
 2296version = "1.11.1"
 2297source = "registry+https://github.com/rust-lang/crates.io-index"
 2298checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2299
 2300[[package]]
 2301name = "bytes-utils"
 2302version = "0.1.4"
 2303source = "registry+https://github.com/rust-lang/crates.io-index"
 2304checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2305dependencies = [
 2306 "bytes 1.11.1",
 2307 "either",
 2308]
 2309
 2310[[package]]
 2311name = "bzip2"
 2312version = "0.4.4"
 2313source = "registry+https://github.com/rust-lang/crates.io-index"
 2314checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2315dependencies = [
 2316 "bzip2-sys",
 2317 "libc",
 2318]
 2319
 2320[[package]]
 2321name = "bzip2"
 2322version = "0.6.1"
 2323source = "registry+https://github.com/rust-lang/crates.io-index"
 2324checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2325dependencies = [
 2326 "libbz2-rs-sys",
 2327]
 2328
 2329[[package]]
 2330name = "bzip2-sys"
 2331version = "0.1.13+1.0.8"
 2332source = "registry+https://github.com/rust-lang/crates.io-index"
 2333checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2334dependencies = [
 2335 "cc",
 2336 "pkg-config",
 2337]
 2338
 2339[[package]]
 2340name = "cached"
 2341version = "0.56.0"
 2342source = "registry+https://github.com/rust-lang/crates.io-index"
 2343checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2344dependencies = [
 2345 "ahash 0.8.12",
 2346 "cached_proc_macro",
 2347 "cached_proc_macro_types",
 2348 "hashbrown 0.15.5",
 2349 "once_cell",
 2350 "thiserror 2.0.17",
 2351 "web-time",
 2352]
 2353
 2354[[package]]
 2355name = "cached_proc_macro"
 2356version = "0.25.0"
 2357source = "registry+https://github.com/rust-lang/crates.io-index"
 2358checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2359dependencies = [
 2360 "darling 0.20.11",
 2361 "proc-macro2",
 2362 "quote",
 2363 "syn 2.0.117",
 2364]
 2365
 2366[[package]]
 2367name = "cached_proc_macro_types"
 2368version = "0.1.1"
 2369source = "registry+https://github.com/rust-lang/crates.io-index"
 2370checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2371
 2372[[package]]
 2373name = "call"
 2374version = "0.1.0"
 2375dependencies = [
 2376 "anyhow",
 2377 "audio",
 2378 "client",
 2379 "collections",
 2380 "feature_flags",
 2381 "fs",
 2382 "futures 0.3.32",
 2383 "gpui",
 2384 "gpui_tokio",
 2385 "language",
 2386 "livekit_client",
 2387 "log",
 2388 "postage",
 2389 "project",
 2390 "serde",
 2391 "settings",
 2392 "telemetry",
 2393 "util",
 2394 "workspace",
 2395]
 2396
 2397[[package]]
 2398name = "calloop"
 2399version = "0.14.3"
 2400source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2401dependencies = [
 2402 "bitflags 2.10.0",
 2403 "polling",
 2404 "rustix 1.1.2",
 2405 "slab",
 2406 "tracing",
 2407]
 2408
 2409[[package]]
 2410name = "calloop-wayland-source"
 2411version = "0.4.1"
 2412source = "registry+https://github.com/rust-lang/crates.io-index"
 2413checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2414dependencies = [
 2415 "calloop",
 2416 "rustix 1.1.2",
 2417 "wayland-backend",
 2418 "wayland-client",
 2419]
 2420
 2421[[package]]
 2422name = "camino"
 2423version = "1.2.1"
 2424source = "registry+https://github.com/rust-lang/crates.io-index"
 2425checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2426dependencies = [
 2427 "serde_core",
 2428]
 2429
 2430[[package]]
 2431name = "candle-core"
 2432version = "0.9.1"
 2433source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2434dependencies = [
 2435 "byteorder",
 2436 "float8",
 2437 "gemm 0.17.1",
 2438 "half",
 2439 "memmap2",
 2440 "num-traits",
 2441 "num_cpus",
 2442 "rand 0.9.3",
 2443 "rand_distr",
 2444 "rayon",
 2445 "safetensors",
 2446 "thiserror 1.0.69",
 2447 "ug",
 2448 "yoke 0.7.5",
 2449 "zip 1.1.4",
 2450]
 2451
 2452[[package]]
 2453name = "candle-nn"
 2454version = "0.9.1"
 2455source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2456dependencies = [
 2457 "candle-core",
 2458 "half",
 2459 "libc",
 2460 "num-traits",
 2461 "rayon",
 2462 "safetensors",
 2463 "serde",
 2464 "thiserror 1.0.69",
 2465]
 2466
 2467[[package]]
 2468name = "candle-onnx"
 2469version = "0.9.1"
 2470source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2471dependencies = [
 2472 "candle-core",
 2473 "candle-nn",
 2474 "prost 0.12.6",
 2475]
 2476
 2477[[package]]
 2478name = "cap-fs-ext"
 2479version = "3.4.4"
 2480source = "registry+https://github.com/rust-lang/crates.io-index"
 2481checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2482dependencies = [
 2483 "cap-primitives",
 2484 "cap-std",
 2485 "io-lifetimes",
 2486 "windows-sys 0.59.0",
 2487]
 2488
 2489[[package]]
 2490name = "cap-net-ext"
 2491version = "3.4.4"
 2492source = "registry+https://github.com/rust-lang/crates.io-index"
 2493checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2494dependencies = [
 2495 "cap-primitives",
 2496 "cap-std",
 2497 "rustix 1.1.2",
 2498 "smallvec",
 2499]
 2500
 2501[[package]]
 2502name = "cap-primitives"
 2503version = "3.4.4"
 2504source = "registry+https://github.com/rust-lang/crates.io-index"
 2505checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2506dependencies = [
 2507 "ambient-authority",
 2508 "fs-set-times",
 2509 "io-extras",
 2510 "io-lifetimes",
 2511 "ipnet",
 2512 "maybe-owned",
 2513 "rustix 1.1.2",
 2514 "rustix-linux-procfs",
 2515 "windows-sys 0.59.0",
 2516 "winx",
 2517]
 2518
 2519[[package]]
 2520name = "cap-rand"
 2521version = "3.4.4"
 2522source = "registry+https://github.com/rust-lang/crates.io-index"
 2523checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2524dependencies = [
 2525 "ambient-authority",
 2526 "rand 0.8.5",
 2527]
 2528
 2529[[package]]
 2530name = "cap-std"
 2531version = "3.4.4"
 2532source = "registry+https://github.com/rust-lang/crates.io-index"
 2533checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2534dependencies = [
 2535 "cap-primitives",
 2536 "io-extras",
 2537 "io-lifetimes",
 2538 "rustix 1.1.2",
 2539]
 2540
 2541[[package]]
 2542name = "cap-time-ext"
 2543version = "3.4.4"
 2544source = "registry+https://github.com/rust-lang/crates.io-index"
 2545checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2546dependencies = [
 2547 "ambient-authority",
 2548 "cap-primitives",
 2549 "iana-time-zone",
 2550 "once_cell",
 2551 "rustix 1.1.2",
 2552 "winx",
 2553]
 2554
 2555[[package]]
 2556name = "cargo-platform"
 2557version = "0.1.9"
 2558source = "registry+https://github.com/rust-lang/crates.io-index"
 2559checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2560dependencies = [
 2561 "serde",
 2562]
 2563
 2564[[package]]
 2565name = "cargo-platform"
 2566version = "0.3.2"
 2567source = "registry+https://github.com/rust-lang/crates.io-index"
 2568checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2569dependencies = [
 2570 "serde",
 2571 "serde_core",
 2572]
 2573
 2574[[package]]
 2575name = "cargo_metadata"
 2576version = "0.19.2"
 2577source = "registry+https://github.com/rust-lang/crates.io-index"
 2578checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2579dependencies = [
 2580 "camino",
 2581 "cargo-platform 0.1.9",
 2582 "semver",
 2583 "serde",
 2584 "serde_json",
 2585 "thiserror 2.0.17",
 2586]
 2587
 2588[[package]]
 2589name = "cargo_metadata"
 2590version = "0.23.1"
 2591source = "registry+https://github.com/rust-lang/crates.io-index"
 2592checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2593dependencies = [
 2594 "camino",
 2595 "cargo-platform 0.3.2",
 2596 "semver",
 2597 "serde",
 2598 "serde_json",
 2599 "thiserror 2.0.17",
 2600]
 2601
 2602[[package]]
 2603name = "cargo_toml"
 2604version = "0.21.0"
 2605source = "registry+https://github.com/rust-lang/crates.io-index"
 2606checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2607dependencies = [
 2608 "serde",
 2609 "toml 0.8.23",
 2610]
 2611
 2612[[package]]
 2613name = "cast"
 2614version = "0.3.0"
 2615source = "registry+https://github.com/rust-lang/crates.io-index"
 2616checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2617
 2618[[package]]
 2619name = "cbc"
 2620version = "0.1.2"
 2621source = "registry+https://github.com/rust-lang/crates.io-index"
 2622checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2623dependencies = [
 2624 "cipher",
 2625]
 2626
 2627[[package]]
 2628name = "cbindgen"
 2629version = "0.28.0"
 2630source = "registry+https://github.com/rust-lang/crates.io-index"
 2631checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2632dependencies = [
 2633 "heck 0.4.1",
 2634 "indexmap",
 2635 "log",
 2636 "proc-macro2",
 2637 "quote",
 2638 "serde",
 2639 "serde_json",
 2640 "syn 2.0.117",
 2641 "tempfile",
 2642 "toml 0.8.23",
 2643]
 2644
 2645[[package]]
 2646name = "cc"
 2647version = "1.2.49"
 2648source = "registry+https://github.com/rust-lang/crates.io-index"
 2649checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2650dependencies = [
 2651 "find-msvc-tools",
 2652 "jobserver",
 2653 "libc",
 2654 "shlex",
 2655]
 2656
 2657[[package]]
 2658name = "cesu8"
 2659version = "1.1.0"
 2660source = "registry+https://github.com/rust-lang/crates.io-index"
 2661checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2662
 2663[[package]]
 2664name = "cexpr"
 2665version = "0.6.0"
 2666source = "registry+https://github.com/rust-lang/crates.io-index"
 2667checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2668dependencies = [
 2669 "nom 7.1.3",
 2670]
 2671
 2672[[package]]
 2673name = "cfg-expr"
 2674version = "0.15.8"
 2675source = "registry+https://github.com/rust-lang/crates.io-index"
 2676checksum = "d067ad48b8650848b989a59a86c6c36a995d02d2bf778d45c3c5d57bc2718f02"
 2677dependencies = [
 2678 "smallvec",
 2679 "target-lexicon 0.12.16",
 2680]
 2681
 2682[[package]]
 2683name = "cfg-expr"
 2684version = "0.20.6"
 2685source = "registry+https://github.com/rust-lang/crates.io-index"
 2686checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2687dependencies = [
 2688 "smallvec",
 2689 "target-lexicon 0.13.3",
 2690]
 2691
 2692[[package]]
 2693name = "cfg-if"
 2694version = "1.0.4"
 2695source = "registry+https://github.com/rust-lang/crates.io-index"
 2696checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2697
 2698[[package]]
 2699name = "cfg_aliases"
 2700version = "0.1.1"
 2701source = "registry+https://github.com/rust-lang/crates.io-index"
 2702checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2703
 2704[[package]]
 2705name = "cfg_aliases"
 2706version = "0.2.1"
 2707source = "registry+https://github.com/rust-lang/crates.io-index"
 2708checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2709
 2710[[package]]
 2711name = "cgl"
 2712version = "0.3.2"
 2713source = "registry+https://github.com/rust-lang/crates.io-index"
 2714checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2715dependencies = [
 2716 "libc",
 2717]
 2718
 2719[[package]]
 2720name = "channel"
 2721version = "0.1.0"
 2722dependencies = [
 2723 "anyhow",
 2724 "client",
 2725 "clock",
 2726 "collections",
 2727 "futures 0.3.32",
 2728 "gpui",
 2729 "http_client",
 2730 "language",
 2731 "log",
 2732 "postage",
 2733 "release_channel",
 2734 "rpc",
 2735 "semver",
 2736 "settings",
 2737 "text",
 2738 "time",
 2739 "util",
 2740]
 2741
 2742[[package]]
 2743name = "chardetng"
 2744version = "0.1.17"
 2745source = "registry+https://github.com/rust-lang/crates.io-index"
 2746checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2747dependencies = [
 2748 "cfg-if",
 2749 "encoding_rs",
 2750 "memchr",
 2751]
 2752
 2753[[package]]
 2754name = "chrono"
 2755version = "0.4.42"
 2756source = "registry+https://github.com/rust-lang/crates.io-index"
 2757checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2758dependencies = [
 2759 "iana-time-zone",
 2760 "js-sys",
 2761 "num-traits",
 2762 "serde",
 2763 "wasm-bindgen",
 2764 "windows-link 0.2.1",
 2765]
 2766
 2767[[package]]
 2768name = "chunked_transfer"
 2769version = "1.5.0"
 2770source = "registry+https://github.com/rust-lang/crates.io-index"
 2771checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2772
 2773[[package]]
 2774name = "ciborium"
 2775version = "0.2.2"
 2776source = "registry+https://github.com/rust-lang/crates.io-index"
 2777checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2778dependencies = [
 2779 "ciborium-io",
 2780 "ciborium-ll",
 2781 "serde",
 2782]
 2783
 2784[[package]]
 2785name = "ciborium-io"
 2786version = "0.2.2"
 2787source = "registry+https://github.com/rust-lang/crates.io-index"
 2788checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2789
 2790[[package]]
 2791name = "ciborium-ll"
 2792version = "0.2.2"
 2793source = "registry+https://github.com/rust-lang/crates.io-index"
 2794checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2795dependencies = [
 2796 "ciborium-io",
 2797 "half",
 2798]
 2799
 2800[[package]]
 2801name = "cipher"
 2802version = "0.4.4"
 2803source = "registry+https://github.com/rust-lang/crates.io-index"
 2804checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2805dependencies = [
 2806 "crypto-common",
 2807 "inout",
 2808 "zeroize",
 2809]
 2810
 2811[[package]]
 2812name = "circular-buffer"
 2813version = "1.2.0"
 2814source = "registry+https://github.com/rust-lang/crates.io-index"
 2815checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2816
 2817[[package]]
 2818name = "clang-sys"
 2819version = "1.8.1"
 2820source = "registry+https://github.com/rust-lang/crates.io-index"
 2821checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2822dependencies = [
 2823 "glob",
 2824 "libc",
 2825 "libloading",
 2826]
 2827
 2828[[package]]
 2829name = "clap"
 2830version = "4.5.49"
 2831source = "registry+https://github.com/rust-lang/crates.io-index"
 2832checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2833dependencies = [
 2834 "clap_builder",
 2835 "clap_derive",
 2836]
 2837
 2838[[package]]
 2839name = "clap_builder"
 2840version = "4.5.49"
 2841source = "registry+https://github.com/rust-lang/crates.io-index"
 2842checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2843dependencies = [
 2844 "anstream",
 2845 "anstyle",
 2846 "clap_lex",
 2847 "strsim",
 2848 "terminal_size",
 2849]
 2850
 2851[[package]]
 2852name = "clap_complete"
 2853version = "4.5.59"
 2854source = "registry+https://github.com/rust-lang/crates.io-index"
 2855checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2856dependencies = [
 2857 "clap",
 2858]
 2859
 2860[[package]]
 2861name = "clap_derive"
 2862version = "4.5.49"
 2863source = "registry+https://github.com/rust-lang/crates.io-index"
 2864checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2865dependencies = [
 2866 "heck 0.5.0",
 2867 "proc-macro2",
 2868 "quote",
 2869 "syn 2.0.117",
 2870]
 2871
 2872[[package]]
 2873name = "clap_lex"
 2874version = "0.7.6"
 2875source = "registry+https://github.com/rust-lang/crates.io-index"
 2876checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2877
 2878[[package]]
 2879name = "cli"
 2880version = "0.1.0"
 2881dependencies = [
 2882 "anyhow",
 2883 "askpass",
 2884 "clap",
 2885 "collections",
 2886 "console",
 2887 "core-foundation 0.10.0",
 2888 "core-services",
 2889 "dialoguer",
 2890 "exec",
 2891 "fork",
 2892 "ipc-channel",
 2893 "parking_lot",
 2894 "paths",
 2895 "plist",
 2896 "rayon",
 2897 "release_channel",
 2898 "serde",
 2899 "serde_json",
 2900 "tempfile",
 2901 "util",
 2902 "walkdir",
 2903 "windows 0.61.3",
 2904]
 2905
 2906[[package]]
 2907name = "client"
 2908version = "0.1.0"
 2909dependencies = [
 2910 "anyhow",
 2911 "async-tungstenite",
 2912 "base64 0.22.1",
 2913 "chrono",
 2914 "clock",
 2915 "cloud_api_client",
 2916 "cloud_api_types",
 2917 "cloud_llm_client",
 2918 "collections",
 2919 "credentials_provider",
 2920 "db",
 2921 "derive_more",
 2922 "feature_flags",
 2923 "fs",
 2924 "futures 0.3.32",
 2925 "gpui",
 2926 "gpui_tokio",
 2927 "http_client",
 2928 "http_client_tls",
 2929 "httparse",
 2930 "log",
 2931 "objc2-foundation",
 2932 "parking_lot",
 2933 "paths",
 2934 "postage",
 2935 "rand 0.9.3",
 2936 "regex",
 2937 "release_channel",
 2938 "rpc",
 2939 "rustls-pki-types",
 2940 "semver",
 2941 "serde",
 2942 "serde_json",
 2943 "serde_urlencoded",
 2944 "settings",
 2945 "sha2",
 2946 "smol",
 2947 "telemetry",
 2948 "telemetry_events",
 2949 "text",
 2950 "thiserror 2.0.17",
 2951 "time",
 2952 "tiny_http",
 2953 "tokio",
 2954 "tokio-native-tls",
 2955 "tokio-rustls 0.26.2",
 2956 "tokio-socks",
 2957 "url",
 2958 "util",
 2959 "windows 0.61.3",
 2960 "worktree",
 2961 "zed_credentials_provider",
 2962]
 2963
 2964[[package]]
 2965name = "clock"
 2966version = "0.1.0"
 2967dependencies = [
 2968 "parking_lot",
 2969 "serde",
 2970 "smallvec",
 2971]
 2972
 2973[[package]]
 2974name = "cloud_api_client"
 2975version = "0.1.0"
 2976dependencies = [
 2977 "anyhow",
 2978 "cloud_api_types",
 2979 "futures 0.3.32",
 2980 "gpui",
 2981 "gpui_tokio",
 2982 "http_client",
 2983 "parking_lot",
 2984 "serde_json",
 2985 "smol",
 2986 "thiserror 2.0.17",
 2987 "yawc",
 2988]
 2989
 2990[[package]]
 2991name = "cloud_api_types"
 2992version = "0.1.0"
 2993dependencies = [
 2994 "anyhow",
 2995 "chrono",
 2996 "ciborium",
 2997 "cloud_llm_client",
 2998 "pretty_assertions",
 2999 "serde",
 3000 "serde_json",
 3001 "strum 0.27.2",
 3002]
 3003
 3004[[package]]
 3005name = "cloud_llm_client"
 3006version = "0.1.0"
 3007dependencies = [
 3008 "anyhow",
 3009 "serde",
 3010 "serde_json",
 3011 "strum 0.27.2",
 3012 "uuid",
 3013 "zeta_prompt",
 3014]
 3015
 3016[[package]]
 3017name = "cmake"
 3018version = "0.1.56"
 3019source = "registry+https://github.com/rust-lang/crates.io-index"
 3020checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3021dependencies = [
 3022 "cc",
 3023]
 3024
 3025[[package]]
 3026name = "cobs"
 3027version = "0.3.0"
 3028source = "registry+https://github.com/rust-lang/crates.io-index"
 3029checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3030dependencies = [
 3031 "thiserror 2.0.17",
 3032]
 3033
 3034[[package]]
 3035name = "cocoa"
 3036version = "0.25.0"
 3037source = "registry+https://github.com/rust-lang/crates.io-index"
 3038checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3039dependencies = [
 3040 "bitflags 1.3.2",
 3041 "block",
 3042 "cocoa-foundation 0.1.2",
 3043 "core-foundation 0.9.4",
 3044 "core-graphics 0.23.2",
 3045 "foreign-types 0.5.0",
 3046 "libc",
 3047 "objc",
 3048]
 3049
 3050[[package]]
 3051name = "cocoa"
 3052version = "0.26.0"
 3053source = "registry+https://github.com/rust-lang/crates.io-index"
 3054checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3055dependencies = [
 3056 "bitflags 2.10.0",
 3057 "block",
 3058 "cocoa-foundation 0.2.0",
 3059 "core-foundation 0.10.0",
 3060 "core-graphics 0.24.0",
 3061 "foreign-types 0.5.0",
 3062 "libc",
 3063 "objc",
 3064]
 3065
 3066[[package]]
 3067name = "cocoa-foundation"
 3068version = "0.1.2"
 3069source = "registry+https://github.com/rust-lang/crates.io-index"
 3070checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3071dependencies = [
 3072 "bitflags 1.3.2",
 3073 "block",
 3074 "core-foundation 0.9.4",
 3075 "core-graphics-types 0.1.3",
 3076 "libc",
 3077 "objc",
 3078]
 3079
 3080[[package]]
 3081name = "cocoa-foundation"
 3082version = "0.2.0"
 3083source = "registry+https://github.com/rust-lang/crates.io-index"
 3084checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3085dependencies = [
 3086 "bitflags 2.10.0",
 3087 "block",
 3088 "core-foundation 0.10.0",
 3089 "core-graphics-types 0.2.0",
 3090 "libc",
 3091 "objc",
 3092]
 3093
 3094[[package]]
 3095name = "codespan-reporting"
 3096version = "0.13.0"
 3097source = "registry+https://github.com/rust-lang/crates.io-index"
 3098checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3099dependencies = [
 3100 "serde",
 3101 "termcolor",
 3102 "unicode-width",
 3103]
 3104
 3105[[package]]
 3106name = "codestral"
 3107version = "0.1.0"
 3108dependencies = [
 3109 "anyhow",
 3110 "edit_prediction",
 3111 "edit_prediction_types",
 3112 "futures 0.3.32",
 3113 "gpui",
 3114 "http_client",
 3115 "icons",
 3116 "language",
 3117 "language_model",
 3118 "log",
 3119 "serde",
 3120 "serde_json",
 3121 "text",
 3122 "zed_credentials_provider",
 3123 "zeta_prompt",
 3124]
 3125
 3126[[package]]
 3127name = "collab"
 3128version = "0.44.0"
 3129dependencies = [
 3130 "agent",
 3131 "anyhow",
 3132 "async-trait",
 3133 "async-tungstenite",
 3134 "aws-config",
 3135 "aws-sdk-kinesis",
 3136 "aws-sdk-s3",
 3137 "axum",
 3138 "buffer_diff",
 3139 "call",
 3140 "channel",
 3141 "chrono",
 3142 "client",
 3143 "clock",
 3144 "cloud_api_types",
 3145 "collab",
 3146 "collab_ui",
 3147 "collections",
 3148 "command_palette_hooks",
 3149 "ctor",
 3150 "dap",
 3151 "dap_adapters",
 3152 "dashmap",
 3153 "debugger_ui",
 3154 "editor",
 3155 "envy",
 3156 "extension",
 3157 "file_finder",
 3158 "fs",
 3159 "futures 0.3.32",
 3160 "git",
 3161 "git_hosting_providers",
 3162 "git_ui",
 3163 "gpui",
 3164 "gpui_tokio",
 3165 "hex",
 3166 "http_client",
 3167 "indoc",
 3168 "language",
 3169 "language_model",
 3170 "livekit_api",
 3171 "livekit_client",
 3172 "log",
 3173 "lsp",
 3174 "menu",
 3175 "multi_buffer",
 3176 "nanoid",
 3177 "node_runtime",
 3178 "notifications",
 3179 "parking_lot",
 3180 "pretty_assertions",
 3181 "project",
 3182 "prometheus",
 3183 "prompt_store",
 3184 "prost 0.9.0",
 3185 "rand 0.9.3",
 3186 "recent_projects",
 3187 "release_channel",
 3188 "remote",
 3189 "remote_server",
 3190 "reqwest 0.11.27",
 3191 "rpc",
 3192 "sea-orm",
 3193 "sea-orm-macros",
 3194 "semver",
 3195 "serde",
 3196 "serde_json",
 3197 "session",
 3198 "settings",
 3199 "sha2",
 3200 "smol",
 3201 "sqlx",
 3202 "strum 0.27.2",
 3203 "task",
 3204 "telemetry_events",
 3205 "text",
 3206 "theme",
 3207 "theme_settings",
 3208 "time",
 3209 "tokio",
 3210 "toml 0.8.23",
 3211 "tower 0.4.13",
 3212 "tower-http 0.4.4",
 3213 "tracing",
 3214 "tracing-subscriber",
 3215 "unindent",
 3216 "util",
 3217 "uuid",
 3218 "workspace",
 3219 "worktree",
 3220 "zed_actions",
 3221 "zlog",
 3222]
 3223
 3224[[package]]
 3225name = "collab_ui"
 3226version = "0.1.0"
 3227dependencies = [
 3228 "anyhow",
 3229 "call",
 3230 "channel",
 3231 "client",
 3232 "collections",
 3233 "db",
 3234 "editor",
 3235 "futures 0.3.32",
 3236 "fuzzy",
 3237 "gpui",
 3238 "livekit_client",
 3239 "menu",
 3240 "notifications",
 3241 "picker",
 3242 "project",
 3243 "release_channel",
 3244 "rpc",
 3245 "serde",
 3246 "serde_json",
 3247 "settings",
 3248 "smallvec",
 3249 "telemetry",
 3250 "theme",
 3251 "theme_settings",
 3252 "time",
 3253 "title_bar",
 3254 "ui",
 3255 "util",
 3256 "workspace",
 3257 "zed_actions",
 3258]
 3259
 3260[[package]]
 3261name = "collections"
 3262version = "0.1.0"
 3263dependencies = [
 3264 "indexmap",
 3265 "rustc-hash 2.1.1",
 3266]
 3267
 3268[[package]]
 3269name = "color_quant"
 3270version = "1.1.0"
 3271source = "registry+https://github.com/rust-lang/crates.io-index"
 3272checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3273
 3274[[package]]
 3275name = "colorchoice"
 3276version = "1.0.4"
 3277source = "registry+https://github.com/rust-lang/crates.io-index"
 3278checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3279
 3280[[package]]
 3281name = "combine"
 3282version = "4.6.7"
 3283source = "registry+https://github.com/rust-lang/crates.io-index"
 3284checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3285dependencies = [
 3286 "bytes 1.11.1",
 3287 "memchr",
 3288]
 3289
 3290[[package]]
 3291name = "command-fds"
 3292version = "0.3.2"
 3293source = "registry+https://github.com/rust-lang/crates.io-index"
 3294checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3295dependencies = [
 3296 "nix 0.30.1",
 3297 "thiserror 2.0.17",
 3298]
 3299
 3300[[package]]
 3301name = "command_palette"
 3302version = "0.1.0"
 3303dependencies = [
 3304 "anyhow",
 3305 "client",
 3306 "collections",
 3307 "command_palette_hooks",
 3308 "db",
 3309 "editor",
 3310 "fuzzy",
 3311 "go_to_line",
 3312 "gpui",
 3313 "language",
 3314 "log",
 3315 "menu",
 3316 "picker",
 3317 "postage",
 3318 "project",
 3319 "serde",
 3320 "settings",
 3321 "telemetry",
 3322 "theme",
 3323 "theme_settings",
 3324 "time",
 3325 "ui",
 3326 "util",
 3327 "workspace",
 3328 "zed_actions",
 3329]
 3330
 3331[[package]]
 3332name = "command_palette_hooks"
 3333version = "0.1.0"
 3334dependencies = [
 3335 "collections",
 3336 "derive_more",
 3337 "gpui",
 3338 "workspace",
 3339]
 3340
 3341[[package]]
 3342name = "compliance"
 3343version = "0.1.0"
 3344dependencies = [
 3345 "anyhow",
 3346 "async-trait",
 3347 "derive_more",
 3348 "futures 0.3.32",
 3349 "indoc",
 3350 "itertools 0.14.0",
 3351 "jsonwebtoken",
 3352 "octocrab",
 3353 "regex",
 3354 "semver",
 3355 "serde",
 3356 "serde_json",
 3357 "tokio",
 3358]
 3359
 3360[[package]]
 3361name = "component"
 3362version = "0.1.0"
 3363dependencies = [
 3364 "collections",
 3365 "documented",
 3366 "gpui",
 3367 "inventory",
 3368 "parking_lot",
 3369 "strum 0.27.2",
 3370 "theme",
 3371]
 3372
 3373[[package]]
 3374name = "component_preview"
 3375version = "0.1.0"
 3376dependencies = [
 3377 "anyhow",
 3378 "client",
 3379 "collections",
 3380 "component",
 3381 "db",
 3382 "fs",
 3383 "gpui",
 3384 "gpui_platform",
 3385 "language",
 3386 "log",
 3387 "node_runtime",
 3388 "notifications",
 3389 "project",
 3390 "release_channel",
 3391 "reqwest_client",
 3392 "session",
 3393 "settings",
 3394 "theme",
 3395 "theme_settings",
 3396 "ui",
 3397 "ui_input",
 3398 "uuid",
 3399 "workspace",
 3400]
 3401
 3402[[package]]
 3403name = "compression-codecs"
 3404version = "0.4.31"
 3405source = "registry+https://github.com/rust-lang/crates.io-index"
 3406checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3407dependencies = [
 3408 "bzip2 0.6.1",
 3409 "compression-core",
 3410 "deflate64",
 3411 "flate2",
 3412 "memchr",
 3413]
 3414
 3415[[package]]
 3416name = "compression-core"
 3417version = "0.4.29"
 3418source = "registry+https://github.com/rust-lang/crates.io-index"
 3419checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3420
 3421[[package]]
 3422name = "concurrent-queue"
 3423version = "2.5.0"
 3424source = "registry+https://github.com/rust-lang/crates.io-index"
 3425checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3426dependencies = [
 3427 "crossbeam-utils",
 3428]
 3429
 3430[[package]]
 3431name = "console"
 3432version = "0.16.3"
 3433source = "registry+https://github.com/rust-lang/crates.io-index"
 3434checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3435dependencies = [
 3436 "encode_unicode",
 3437 "libc",
 3438 "unicode-width",
 3439 "windows-sys 0.61.2",
 3440]
 3441
 3442[[package]]
 3443name = "console_error_panic_hook"
 3444version = "0.1.7"
 3445source = "registry+https://github.com/rust-lang/crates.io-index"
 3446checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3447dependencies = [
 3448 "cfg-if",
 3449 "wasm-bindgen",
 3450]
 3451
 3452[[package]]
 3453name = "const-oid"
 3454version = "0.9.6"
 3455source = "registry+https://github.com/rust-lang/crates.io-index"
 3456checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3457
 3458[[package]]
 3459name = "const-random"
 3460version = "0.1.18"
 3461source = "registry+https://github.com/rust-lang/crates.io-index"
 3462checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3463dependencies = [
 3464 "const-random-macro",
 3465]
 3466
 3467[[package]]
 3468name = "const-random-macro"
 3469version = "0.1.16"
 3470source = "registry+https://github.com/rust-lang/crates.io-index"
 3471checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3472dependencies = [
 3473 "getrandom 0.2.16",
 3474 "once_cell",
 3475 "tiny-keccak",
 3476]
 3477
 3478[[package]]
 3479name = "const_format"
 3480version = "0.2.35"
 3481source = "registry+https://github.com/rust-lang/crates.io-index"
 3482checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3483dependencies = [
 3484 "const_format_proc_macros",
 3485]
 3486
 3487[[package]]
 3488name = "const_format_proc_macros"
 3489version = "0.2.34"
 3490source = "registry+https://github.com/rust-lang/crates.io-index"
 3491checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3492dependencies = [
 3493 "proc-macro2",
 3494 "quote",
 3495 "unicode-xid",
 3496]
 3497
 3498[[package]]
 3499name = "constant_time_eq"
 3500version = "0.1.5"
 3501source = "registry+https://github.com/rust-lang/crates.io-index"
 3502checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3503
 3504[[package]]
 3505name = "context_server"
 3506version = "0.1.0"
 3507dependencies = [
 3508 "anyhow",
 3509 "async-trait",
 3510 "base64 0.22.1",
 3511 "collections",
 3512 "futures 0.3.32",
 3513 "gpui",
 3514 "http_client",
 3515 "log",
 3516 "net",
 3517 "parking_lot",
 3518 "postage",
 3519 "rand 0.9.3",
 3520 "schemars",
 3521 "serde",
 3522 "serde_json",
 3523 "settings",
 3524 "sha2",
 3525 "slotmap",
 3526 "smol",
 3527 "tempfile",
 3528 "terminal",
 3529 "tiny_http",
 3530 "url",
 3531 "util",
 3532]
 3533
 3534[[package]]
 3535name = "convert_case"
 3536version = "0.8.0"
 3537source = "registry+https://github.com/rust-lang/crates.io-index"
 3538checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3539dependencies = [
 3540 "unicode-segmentation",
 3541]
 3542
 3543[[package]]
 3544name = "convert_case"
 3545version = "0.10.0"
 3546source = "registry+https://github.com/rust-lang/crates.io-index"
 3547checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3548dependencies = [
 3549 "unicode-segmentation",
 3550]
 3551
 3552[[package]]
 3553name = "convert_case"
 3554version = "0.11.0"
 3555source = "registry+https://github.com/rust-lang/crates.io-index"
 3556checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3557dependencies = [
 3558 "unicode-segmentation",
 3559]
 3560
 3561[[package]]
 3562name = "copilot"
 3563version = "0.1.0"
 3564dependencies = [
 3565 "anyhow",
 3566 "async-std",
 3567 "collections",
 3568 "command_palette_hooks",
 3569 "copilot_chat",
 3570 "edit_prediction_types",
 3571 "editor",
 3572 "fs",
 3573 "futures 0.3.32",
 3574 "gpui",
 3575 "icons",
 3576 "indoc",
 3577 "language",
 3578 "log",
 3579 "lsp",
 3580 "node_runtime",
 3581 "parking_lot",
 3582 "paths",
 3583 "pretty_assertions",
 3584 "project",
 3585 "rpc",
 3586 "semver",
 3587 "serde",
 3588 "serde_json",
 3589 "settings",
 3590 "sum_tree",
 3591 "theme",
 3592 "theme_settings",
 3593 "util",
 3594 "workspace",
 3595 "zlog",
 3596]
 3597
 3598[[package]]
 3599name = "copilot_chat"
 3600version = "0.1.0"
 3601dependencies = [
 3602 "anthropic",
 3603 "anyhow",
 3604 "collections",
 3605 "dirs",
 3606 "fs",
 3607 "futures 0.3.32",
 3608 "gpui",
 3609 "http_client",
 3610 "log",
 3611 "paths",
 3612 "serde",
 3613 "serde_json",
 3614 "settings",
 3615]
 3616
 3617[[package]]
 3618name = "copilot_ui"
 3619version = "0.1.0"
 3620dependencies = [
 3621 "anyhow",
 3622 "copilot",
 3623 "gpui",
 3624 "language",
 3625 "log",
 3626 "lsp",
 3627 "menu",
 3628 "project",
 3629 "serde_json",
 3630 "settings",
 3631 "ui",
 3632 "util",
 3633 "workspace",
 3634]
 3635
 3636[[package]]
 3637name = "core-foundation"
 3638version = "0.9.4"
 3639source = "registry+https://github.com/rust-lang/crates.io-index"
 3640checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3641dependencies = [
 3642 "core-foundation-sys",
 3643 "libc",
 3644]
 3645
 3646[[package]]
 3647name = "core-foundation"
 3648version = "0.10.0"
 3649source = "registry+https://github.com/rust-lang/crates.io-index"
 3650checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3651dependencies = [
 3652 "core-foundation-sys",
 3653 "libc",
 3654]
 3655
 3656[[package]]
 3657name = "core-foundation-sys"
 3658version = "0.8.7"
 3659source = "registry+https://github.com/rust-lang/crates.io-index"
 3660checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3661
 3662[[package]]
 3663name = "core-graphics"
 3664version = "0.23.2"
 3665source = "registry+https://github.com/rust-lang/crates.io-index"
 3666checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3667dependencies = [
 3668 "bitflags 1.3.2",
 3669 "core-foundation 0.9.4",
 3670 "core-graphics-types 0.1.3",
 3671 "foreign-types 0.5.0",
 3672 "libc",
 3673]
 3674
 3675[[package]]
 3676name = "core-graphics"
 3677version = "0.24.0"
 3678source = "registry+https://github.com/rust-lang/crates.io-index"
 3679checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3680dependencies = [
 3681 "bitflags 2.10.0",
 3682 "core-foundation 0.10.0",
 3683 "core-graphics-types 0.2.0",
 3684 "foreign-types 0.5.0",
 3685 "libc",
 3686]
 3687
 3688[[package]]
 3689name = "core-graphics-helmer-fork"
 3690version = "0.24.0"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3693dependencies = [
 3694 "bitflags 2.10.0",
 3695 "core-foundation 0.9.4",
 3696 "core-graphics-types 0.1.3",
 3697 "foreign-types 0.5.0",
 3698 "libc",
 3699]
 3700
 3701[[package]]
 3702name = "core-graphics-types"
 3703version = "0.1.3"
 3704source = "registry+https://github.com/rust-lang/crates.io-index"
 3705checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3706dependencies = [
 3707 "bitflags 1.3.2",
 3708 "core-foundation 0.9.4",
 3709 "libc",
 3710]
 3711
 3712[[package]]
 3713name = "core-graphics-types"
 3714version = "0.2.0"
 3715source = "registry+https://github.com/rust-lang/crates.io-index"
 3716checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3717dependencies = [
 3718 "bitflags 2.10.0",
 3719 "core-foundation 0.10.0",
 3720 "libc",
 3721]
 3722
 3723[[package]]
 3724name = "core-graphics2"
 3725version = "0.5.2"
 3726source = "registry+https://github.com/rust-lang/crates.io-index"
 3727checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3728dependencies = [
 3729 "bitflags 2.10.0",
 3730 "block",
 3731 "cfg-if",
 3732 "core-foundation 0.10.0",
 3733 "libc",
 3734]
 3735
 3736[[package]]
 3737name = "core-services"
 3738version = "0.2.1"
 3739source = "registry+https://github.com/rust-lang/crates.io-index"
 3740checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3741dependencies = [
 3742 "core-foundation 0.9.4",
 3743]
 3744
 3745[[package]]
 3746name = "core-text"
 3747version = "21.0.0"
 3748source = "registry+https://github.com/rust-lang/crates.io-index"
 3749checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3750dependencies = [
 3751 "core-foundation 0.10.0",
 3752 "core-graphics 0.24.0",
 3753 "foreign-types 0.5.0",
 3754 "libc",
 3755]
 3756
 3757[[package]]
 3758name = "core-video"
 3759version = "0.5.2"
 3760source = "registry+https://github.com/rust-lang/crates.io-index"
 3761checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3762dependencies = [
 3763 "block",
 3764 "core-foundation 0.10.0",
 3765 "core-graphics2",
 3766 "io-surface",
 3767 "libc",
 3768 "metal",
 3769]
 3770
 3771[[package]]
 3772name = "core_maths"
 3773version = "0.1.1"
 3774source = "registry+https://github.com/rust-lang/crates.io-index"
 3775checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3776dependencies = [
 3777 "libm",
 3778]
 3779
 3780[[package]]
 3781name = "coreaudio-rs"
 3782version = "0.12.1"
 3783source = "registry+https://github.com/rust-lang/crates.io-index"
 3784checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3785dependencies = [
 3786 "bitflags 1.3.2",
 3787 "core-foundation-sys",
 3788 "coreaudio-sys",
 3789]
 3790
 3791[[package]]
 3792name = "coreaudio-rs"
 3793version = "0.13.0"
 3794source = "registry+https://github.com/rust-lang/crates.io-index"
 3795checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3796dependencies = [
 3797 "bitflags 1.3.2",
 3798 "libc",
 3799 "objc2-audio-toolbox",
 3800 "objc2-core-audio",
 3801 "objc2-core-audio-types",
 3802 "objc2-core-foundation",
 3803]
 3804
 3805[[package]]
 3806name = "coreaudio-sys"
 3807version = "0.2.17"
 3808source = "registry+https://github.com/rust-lang/crates.io-index"
 3809checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3810dependencies = [
 3811 "bindgen 0.72.1",
 3812]
 3813
 3814[[package]]
 3815name = "cosmic-text"
 3816version = "0.17.1"
 3817source = "registry+https://github.com/rust-lang/crates.io-index"
 3818checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3819dependencies = [
 3820 "bitflags 2.10.0",
 3821 "fontdb 0.23.0",
 3822 "harfrust",
 3823 "linebender_resource_handle",
 3824 "log",
 3825 "rangemap",
 3826 "rustc-hash 2.1.1",
 3827 "self_cell",
 3828 "skrifa 0.40.0",
 3829 "smol_str",
 3830 "swash",
 3831 "sys-locale",
 3832 "unicode-bidi",
 3833 "unicode-linebreak",
 3834 "unicode-script",
 3835 "unicode-segmentation",
 3836]
 3837
 3838[[package]]
 3839name = "cpal"
 3840version = "0.17.1"
 3841source = "registry+https://github.com/rust-lang/crates.io-index"
 3842checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3843dependencies = [
 3844 "alsa",
 3845 "coreaudio-rs 0.13.0",
 3846 "dasp_sample",
 3847 "jni",
 3848 "js-sys",
 3849 "libc",
 3850 "mach2 0.5.0",
 3851 "ndk",
 3852 "ndk-context",
 3853 "num-derive",
 3854 "num-traits",
 3855 "objc2",
 3856 "objc2-audio-toolbox",
 3857 "objc2-avf-audio",
 3858 "objc2-core-audio",
 3859 "objc2-core-audio-types",
 3860 "objc2-core-foundation",
 3861 "objc2-foundation",
 3862 "wasm-bindgen",
 3863 "wasm-bindgen-futures",
 3864 "web-sys",
 3865 "windows 0.62.2",
 3866]
 3867
 3868[[package]]
 3869name = "cpp_demangle"
 3870version = "0.4.5"
 3871source = "registry+https://github.com/rust-lang/crates.io-index"
 3872checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3873dependencies = [
 3874 "cfg-if",
 3875]
 3876
 3877[[package]]
 3878name = "cpufeatures"
 3879version = "0.2.17"
 3880source = "registry+https://github.com/rust-lang/crates.io-index"
 3881checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3882dependencies = [
 3883 "libc",
 3884]
 3885
 3886[[package]]
 3887name = "cranelift-assembler-x64"
 3888version = "0.123.7"
 3889source = "registry+https://github.com/rust-lang/crates.io-index"
 3890checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3891dependencies = [
 3892 "cranelift-assembler-x64-meta",
 3893]
 3894
 3895[[package]]
 3896name = "cranelift-assembler-x64-meta"
 3897version = "0.123.7"
 3898source = "registry+https://github.com/rust-lang/crates.io-index"
 3899checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3900dependencies = [
 3901 "cranelift-srcgen",
 3902]
 3903
 3904[[package]]
 3905name = "cranelift-bforest"
 3906version = "0.123.7"
 3907source = "registry+https://github.com/rust-lang/crates.io-index"
 3908checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3909dependencies = [
 3910 "cranelift-entity",
 3911]
 3912
 3913[[package]]
 3914name = "cranelift-bitset"
 3915version = "0.123.7"
 3916source = "registry+https://github.com/rust-lang/crates.io-index"
 3917checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3918dependencies = [
 3919 "serde",
 3920 "serde_derive",
 3921]
 3922
 3923[[package]]
 3924name = "cranelift-codegen"
 3925version = "0.123.7"
 3926source = "registry+https://github.com/rust-lang/crates.io-index"
 3927checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3928dependencies = [
 3929 "bumpalo",
 3930 "cranelift-assembler-x64",
 3931 "cranelift-bforest",
 3932 "cranelift-bitset",
 3933 "cranelift-codegen-meta",
 3934 "cranelift-codegen-shared",
 3935 "cranelift-control",
 3936 "cranelift-entity",
 3937 "cranelift-isle",
 3938 "gimli",
 3939 "hashbrown 0.15.5",
 3940 "log",
 3941 "postcard",
 3942 "pulley-interpreter",
 3943 "regalloc2",
 3944 "rustc-hash 2.1.1",
 3945 "serde",
 3946 "serde_derive",
 3947 "sha2",
 3948 "smallvec",
 3949 "target-lexicon 0.13.3",
 3950 "wasmtime-internal-math",
 3951]
 3952
 3953[[package]]
 3954name = "cranelift-codegen-meta"
 3955version = "0.123.7"
 3956source = "registry+https://github.com/rust-lang/crates.io-index"
 3957checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3958dependencies = [
 3959 "cranelift-assembler-x64-meta",
 3960 "cranelift-codegen-shared",
 3961 "cranelift-srcgen",
 3962 "heck 0.5.0",
 3963 "pulley-interpreter",
 3964]
 3965
 3966[[package]]
 3967name = "cranelift-codegen-shared"
 3968version = "0.123.7"
 3969source = "registry+https://github.com/rust-lang/crates.io-index"
 3970checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 3971
 3972[[package]]
 3973name = "cranelift-control"
 3974version = "0.123.7"
 3975source = "registry+https://github.com/rust-lang/crates.io-index"
 3976checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 3977dependencies = [
 3978 "arbitrary",
 3979]
 3980
 3981[[package]]
 3982name = "cranelift-entity"
 3983version = "0.123.7"
 3984source = "registry+https://github.com/rust-lang/crates.io-index"
 3985checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 3986dependencies = [
 3987 "cranelift-bitset",
 3988 "serde",
 3989 "serde_derive",
 3990]
 3991
 3992[[package]]
 3993name = "cranelift-frontend"
 3994version = "0.123.7"
 3995source = "registry+https://github.com/rust-lang/crates.io-index"
 3996checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 3997dependencies = [
 3998 "cranelift-codegen",
 3999 "log",
 4000 "smallvec",
 4001 "target-lexicon 0.13.3",
 4002]
 4003
 4004[[package]]
 4005name = "cranelift-isle"
 4006version = "0.123.7"
 4007source = "registry+https://github.com/rust-lang/crates.io-index"
 4008checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4009
 4010[[package]]
 4011name = "cranelift-native"
 4012version = "0.123.7"
 4013source = "registry+https://github.com/rust-lang/crates.io-index"
 4014checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4015dependencies = [
 4016 "cranelift-codegen",
 4017 "libc",
 4018 "target-lexicon 0.13.3",
 4019]
 4020
 4021[[package]]
 4022name = "cranelift-srcgen"
 4023version = "0.123.7"
 4024source = "registry+https://github.com/rust-lang/crates.io-index"
 4025checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4026
 4027[[package]]
 4028name = "crash-context"
 4029version = "0.6.3"
 4030source = "registry+https://github.com/rust-lang/crates.io-index"
 4031checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4032dependencies = [
 4033 "cfg-if",
 4034 "libc",
 4035 "mach2 0.4.3",
 4036]
 4037
 4038[[package]]
 4039name = "crash-handler"
 4040version = "0.6.3"
 4041source = "registry+https://github.com/rust-lang/crates.io-index"
 4042checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4043dependencies = [
 4044 "cfg-if",
 4045 "crash-context",
 4046 "libc",
 4047 "mach2 0.4.3",
 4048 "parking_lot",
 4049]
 4050
 4051[[package]]
 4052name = "crashes"
 4053version = "0.1.0"
 4054dependencies = [
 4055 "cfg-if",
 4056 "crash-handler",
 4057 "futures 0.3.32",
 4058 "log",
 4059 "mach2 0.5.0",
 4060 "minidumper",
 4061 "parking_lot",
 4062 "paths",
 4063 "release_channel",
 4064 "serde",
 4065 "serde_json",
 4066 "smol",
 4067 "system_specs",
 4068 "windows 0.61.3",
 4069 "zstd",
 4070]
 4071
 4072[[package]]
 4073name = "crc"
 4074version = "3.3.0"
 4075source = "registry+https://github.com/rust-lang/crates.io-index"
 4076checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4077dependencies = [
 4078 "crc-catalog",
 4079]
 4080
 4081[[package]]
 4082name = "crc-catalog"
 4083version = "2.4.0"
 4084source = "registry+https://github.com/rust-lang/crates.io-index"
 4085checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4086
 4087[[package]]
 4088name = "crc-fast"
 4089version = "1.6.0"
 4090source = "registry+https://github.com/rust-lang/crates.io-index"
 4091checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4092dependencies = [
 4093 "crc",
 4094 "digest",
 4095 "rand 0.9.3",
 4096 "regex",
 4097 "rustversion",
 4098]
 4099
 4100[[package]]
 4101name = "crc32fast"
 4102version = "1.5.0"
 4103source = "registry+https://github.com/rust-lang/crates.io-index"
 4104checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4105dependencies = [
 4106 "cfg-if",
 4107]
 4108
 4109[[package]]
 4110name = "credentials_provider"
 4111version = "0.1.0"
 4112dependencies = [
 4113 "anyhow",
 4114 "gpui",
 4115 "serde",
 4116]
 4117
 4118[[package]]
 4119name = "criterion"
 4120version = "0.5.1"
 4121source = "registry+https://github.com/rust-lang/crates.io-index"
 4122checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4123dependencies = [
 4124 "anes",
 4125 "cast",
 4126 "ciborium",
 4127 "clap",
 4128 "criterion-plot",
 4129 "is-terminal",
 4130 "itertools 0.10.5",
 4131 "num-traits",
 4132 "once_cell",
 4133 "oorandom",
 4134 "plotters",
 4135 "rayon",
 4136 "regex",
 4137 "serde",
 4138 "serde_derive",
 4139 "serde_json",
 4140 "tinytemplate",
 4141 "walkdir",
 4142]
 4143
 4144[[package]]
 4145name = "criterion-plot"
 4146version = "0.5.0"
 4147source = "registry+https://github.com/rust-lang/crates.io-index"
 4148checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4149dependencies = [
 4150 "cast",
 4151 "itertools 0.10.5",
 4152]
 4153
 4154[[package]]
 4155name = "crossbeam"
 4156version = "0.8.4"
 4157source = "registry+https://github.com/rust-lang/crates.io-index"
 4158checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4159dependencies = [
 4160 "crossbeam-channel",
 4161 "crossbeam-deque",
 4162 "crossbeam-epoch",
 4163 "crossbeam-queue",
 4164 "crossbeam-utils",
 4165]
 4166
 4167[[package]]
 4168name = "crossbeam-channel"
 4169version = "0.5.15"
 4170source = "registry+https://github.com/rust-lang/crates.io-index"
 4171checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4172dependencies = [
 4173 "crossbeam-utils",
 4174]
 4175
 4176[[package]]
 4177name = "crossbeam-deque"
 4178version = "0.8.6"
 4179source = "registry+https://github.com/rust-lang/crates.io-index"
 4180checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4181dependencies = [
 4182 "crossbeam-epoch",
 4183 "crossbeam-utils",
 4184]
 4185
 4186[[package]]
 4187name = "crossbeam-epoch"
 4188version = "0.9.18"
 4189source = "registry+https://github.com/rust-lang/crates.io-index"
 4190checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4191dependencies = [
 4192 "crossbeam-utils",
 4193]
 4194
 4195[[package]]
 4196name = "crossbeam-queue"
 4197version = "0.3.12"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4200dependencies = [
 4201 "crossbeam-utils",
 4202]
 4203
 4204[[package]]
 4205name = "crossbeam-utils"
 4206version = "0.8.21"
 4207source = "registry+https://github.com/rust-lang/crates.io-index"
 4208checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4209
 4210[[package]]
 4211name = "crunchy"
 4212version = "0.2.4"
 4213source = "registry+https://github.com/rust-lang/crates.io-index"
 4214checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4215
 4216[[package]]
 4217name = "crypto-bigint"
 4218version = "0.4.9"
 4219source = "registry+https://github.com/rust-lang/crates.io-index"
 4220checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4221dependencies = [
 4222 "generic-array",
 4223 "rand_core 0.6.4",
 4224 "subtle",
 4225 "zeroize",
 4226]
 4227
 4228[[package]]
 4229name = "crypto-bigint"
 4230version = "0.5.5"
 4231source = "registry+https://github.com/rust-lang/crates.io-index"
 4232checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4233dependencies = [
 4234 "rand_core 0.6.4",
 4235 "subtle",
 4236]
 4237
 4238[[package]]
 4239name = "crypto-common"
 4240version = "0.1.6"
 4241source = "registry+https://github.com/rust-lang/crates.io-index"
 4242checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4243dependencies = [
 4244 "generic-array",
 4245 "typenum",
 4246]
 4247
 4248[[package]]
 4249name = "cssparser"
 4250version = "0.35.0"
 4251source = "registry+https://github.com/rust-lang/crates.io-index"
 4252checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4253dependencies = [
 4254 "cssparser-macros",
 4255 "dtoa-short",
 4256 "itoa",
 4257 "phf 0.11.3",
 4258 "smallvec",
 4259]
 4260
 4261[[package]]
 4262name = "cssparser-macros"
 4263version = "0.6.1"
 4264source = "registry+https://github.com/rust-lang/crates.io-index"
 4265checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4266dependencies = [
 4267 "quote",
 4268 "syn 2.0.117",
 4269]
 4270
 4271[[package]]
 4272name = "csv_preview"
 4273version = "0.1.0"
 4274dependencies = [
 4275 "anyhow",
 4276 "editor",
 4277 "feature_flags",
 4278 "gpui",
 4279 "log",
 4280 "text",
 4281 "ui",
 4282 "workspace",
 4283]
 4284
 4285[[package]]
 4286name = "ctor"
 4287version = "0.4.3"
 4288source = "registry+https://github.com/rust-lang/crates.io-index"
 4289checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4290dependencies = [
 4291 "ctor-proc-macro",
 4292 "dtor",
 4293]
 4294
 4295[[package]]
 4296name = "ctor-proc-macro"
 4297version = "0.0.6"
 4298source = "registry+https://github.com/rust-lang/crates.io-index"
 4299checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4300
 4301[[package]]
 4302name = "ctrlc"
 4303version = "3.5.0"
 4304source = "registry+https://github.com/rust-lang/crates.io-index"
 4305checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4306dependencies = [
 4307 "dispatch",
 4308 "nix 0.30.1",
 4309 "windows-sys 0.61.2",
 4310]
 4311
 4312[[package]]
 4313name = "cursor-icon"
 4314version = "1.2.0"
 4315source = "registry+https://github.com/rust-lang/crates.io-index"
 4316checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4317
 4318[[package]]
 4319name = "cxx"
 4320version = "1.0.187"
 4321source = "registry+https://github.com/rust-lang/crates.io-index"
 4322checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4323dependencies = [
 4324 "cc",
 4325 "cxx-build",
 4326 "cxxbridge-cmd",
 4327 "cxxbridge-flags",
 4328 "cxxbridge-macro",
 4329 "foldhash 0.2.0",
 4330 "link-cplusplus",
 4331]
 4332
 4333[[package]]
 4334name = "cxx-build"
 4335version = "1.0.187"
 4336source = "registry+https://github.com/rust-lang/crates.io-index"
 4337checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4338dependencies = [
 4339 "cc",
 4340 "codespan-reporting",
 4341 "indexmap",
 4342 "proc-macro2",
 4343 "quote",
 4344 "scratch",
 4345 "syn 2.0.117",
 4346]
 4347
 4348[[package]]
 4349name = "cxxbridge-cmd"
 4350version = "1.0.187"
 4351source = "registry+https://github.com/rust-lang/crates.io-index"
 4352checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4353dependencies = [
 4354 "clap",
 4355 "codespan-reporting",
 4356 "indexmap",
 4357 "proc-macro2",
 4358 "quote",
 4359 "syn 2.0.117",
 4360]
 4361
 4362[[package]]
 4363name = "cxxbridge-flags"
 4364version = "1.0.187"
 4365source = "registry+https://github.com/rust-lang/crates.io-index"
 4366checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4367
 4368[[package]]
 4369name = "cxxbridge-macro"
 4370version = "1.0.187"
 4371source = "registry+https://github.com/rust-lang/crates.io-index"
 4372checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4373dependencies = [
 4374 "indexmap",
 4375 "proc-macro2",
 4376 "quote",
 4377 "syn 2.0.117",
 4378]
 4379
 4380[[package]]
 4381name = "dap"
 4382version = "0.1.0"
 4383dependencies = [
 4384 "anyhow",
 4385 "async-compression",
 4386 "async-pipe",
 4387 "async-tar",
 4388 "async-trait",
 4389 "client",
 4390 "collections",
 4391 "dap-types",
 4392 "fs",
 4393 "futures 0.3.32",
 4394 "gpui",
 4395 "http_client",
 4396 "language",
 4397 "libc",
 4398 "log",
 4399 "node_runtime",
 4400 "parking_lot",
 4401 "paths",
 4402 "proto",
 4403 "schemars",
 4404 "serde",
 4405 "serde_json",
 4406 "settings",
 4407 "smallvec",
 4408 "smol",
 4409 "task",
 4410 "telemetry",
 4411 "util",
 4412 "zlog",
 4413]
 4414
 4415[[package]]
 4416name = "dap-types"
 4417version = "0.0.1"
 4418source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4419dependencies = [
 4420 "schemars",
 4421 "serde",
 4422 "serde_json",
 4423]
 4424
 4425[[package]]
 4426name = "dap_adapters"
 4427version = "0.1.0"
 4428dependencies = [
 4429 "anyhow",
 4430 "async-trait",
 4431 "collections",
 4432 "dap",
 4433 "dotenvy",
 4434 "fs",
 4435 "futures 0.3.32",
 4436 "gpui",
 4437 "http_client",
 4438 "json_dotpath",
 4439 "language",
 4440 "log",
 4441 "node_runtime",
 4442 "paths",
 4443 "serde",
 4444 "serde_json",
 4445 "settings",
 4446 "smol",
 4447 "task",
 4448 "util",
 4449]
 4450
 4451[[package]]
 4452name = "darling"
 4453version = "0.20.11"
 4454source = "registry+https://github.com/rust-lang/crates.io-index"
 4455checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4456dependencies = [
 4457 "darling_core 0.20.11",
 4458 "darling_macro 0.20.11",
 4459]
 4460
 4461[[package]]
 4462name = "darling"
 4463version = "0.21.3"
 4464source = "registry+https://github.com/rust-lang/crates.io-index"
 4465checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4466dependencies = [
 4467 "darling_core 0.21.3",
 4468 "darling_macro 0.21.3",
 4469]
 4470
 4471[[package]]
 4472name = "darling_core"
 4473version = "0.20.11"
 4474source = "registry+https://github.com/rust-lang/crates.io-index"
 4475checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4476dependencies = [
 4477 "fnv",
 4478 "ident_case",
 4479 "proc-macro2",
 4480 "quote",
 4481 "strsim",
 4482 "syn 2.0.117",
 4483]
 4484
 4485[[package]]
 4486name = "darling_core"
 4487version = "0.21.3"
 4488source = "registry+https://github.com/rust-lang/crates.io-index"
 4489checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4490dependencies = [
 4491 "fnv",
 4492 "ident_case",
 4493 "proc-macro2",
 4494 "quote",
 4495 "strsim",
 4496 "syn 2.0.117",
 4497]
 4498
 4499[[package]]
 4500name = "darling_macro"
 4501version = "0.20.11"
 4502source = "registry+https://github.com/rust-lang/crates.io-index"
 4503checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4504dependencies = [
 4505 "darling_core 0.20.11",
 4506 "quote",
 4507 "syn 2.0.117",
 4508]
 4509
 4510[[package]]
 4511name = "darling_macro"
 4512version = "0.21.3"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4515dependencies = [
 4516 "darling_core 0.21.3",
 4517 "quote",
 4518 "syn 2.0.117",
 4519]
 4520
 4521[[package]]
 4522name = "dashmap"
 4523version = "6.1.0"
 4524source = "registry+https://github.com/rust-lang/crates.io-index"
 4525checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4526dependencies = [
 4527 "cfg-if",
 4528 "crossbeam-utils",
 4529 "hashbrown 0.14.5",
 4530 "lock_api",
 4531 "once_cell",
 4532 "parking_lot_core",
 4533]
 4534
 4535[[package]]
 4536name = "dasp_sample"
 4537version = "0.11.0"
 4538source = "registry+https://github.com/rust-lang/crates.io-index"
 4539checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4540
 4541[[package]]
 4542name = "data-encoding"
 4543version = "2.9.0"
 4544source = "registry+https://github.com/rust-lang/crates.io-index"
 4545checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4546
 4547[[package]]
 4548name = "data-url"
 4549version = "0.3.2"
 4550source = "registry+https://github.com/rust-lang/crates.io-index"
 4551checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4552
 4553[[package]]
 4554name = "db"
 4555version = "0.1.0"
 4556dependencies = [
 4557 "anyhow",
 4558 "gpui",
 4559 "indoc",
 4560 "inventory",
 4561 "log",
 4562 "paths",
 4563 "release_channel",
 4564 "smol",
 4565 "sqlez",
 4566 "sqlez_macros",
 4567 "tempfile",
 4568 "util",
 4569 "uuid",
 4570 "zed_env_vars",
 4571]
 4572
 4573[[package]]
 4574name = "dbus"
 4575version = "0.9.9"
 4576source = "registry+https://github.com/rust-lang/crates.io-index"
 4577checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4578dependencies = [
 4579 "libc",
 4580 "libdbus-sys",
 4581 "windows-sys 0.59.0",
 4582]
 4583
 4584[[package]]
 4585name = "debug_adapter_extension"
 4586version = "0.1.0"
 4587dependencies = [
 4588 "anyhow",
 4589 "async-trait",
 4590 "collections",
 4591 "dap",
 4592 "extension",
 4593 "gpui",
 4594 "serde_json",
 4595 "task",
 4596 "util",
 4597]
 4598
 4599[[package]]
 4600name = "debugger_tools"
 4601version = "0.1.0"
 4602dependencies = [
 4603 "anyhow",
 4604 "dap",
 4605 "editor",
 4606 "futures 0.3.32",
 4607 "gpui",
 4608 "project",
 4609 "serde_json",
 4610 "settings",
 4611 "smol",
 4612 "util",
 4613 "workspace",
 4614]
 4615
 4616[[package]]
 4617name = "debugger_ui"
 4618version = "0.1.0"
 4619dependencies = [
 4620 "alacritty_terminal",
 4621 "anyhow",
 4622 "bitflags 2.10.0",
 4623 "client",
 4624 "collections",
 4625 "command_palette_hooks",
 4626 "dap",
 4627 "dap_adapters",
 4628 "db",
 4629 "debugger_tools",
 4630 "editor",
 4631 "feature_flags",
 4632 "file_icons",
 4633 "futures 0.3.32",
 4634 "fuzzy",
 4635 "gpui",
 4636 "hex",
 4637 "indoc",
 4638 "itertools 0.14.0",
 4639 "language",
 4640 "log",
 4641 "menu",
 4642 "notifications",
 4643 "parking_lot",
 4644 "parse_int",
 4645 "paths",
 4646 "picker",
 4647 "pretty_assertions",
 4648 "project",
 4649 "rpc",
 4650 "schemars",
 4651 "serde",
 4652 "serde_json",
 4653 "serde_json_lenient",
 4654 "settings",
 4655 "sysinfo 0.37.2",
 4656 "task",
 4657 "tasks_ui",
 4658 "terminal_view",
 4659 "text",
 4660 "theme",
 4661 "theme_settings",
 4662 "tree-sitter",
 4663 "tree-sitter-go",
 4664 "tree-sitter-json",
 4665 "ui",
 4666 "ui_input",
 4667 "unindent",
 4668 "util",
 4669 "workspace",
 4670 "zed_actions",
 4671 "zlog",
 4672]
 4673
 4674[[package]]
 4675name = "debugid"
 4676version = "0.8.0"
 4677source = "registry+https://github.com/rust-lang/crates.io-index"
 4678checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4679dependencies = [
 4680 "uuid",
 4681]
 4682
 4683[[package]]
 4684name = "deepseek"
 4685version = "0.1.0"
 4686dependencies = [
 4687 "anyhow",
 4688 "futures 0.3.32",
 4689 "http_client",
 4690 "schemars",
 4691 "serde",
 4692 "serde_json",
 4693]
 4694
 4695[[package]]
 4696name = "deflate64"
 4697version = "0.1.10"
 4698source = "registry+https://github.com/rust-lang/crates.io-index"
 4699checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4700
 4701[[package]]
 4702name = "denoise"
 4703version = "0.1.0"
 4704dependencies = [
 4705 "candle-core",
 4706 "candle-onnx",
 4707 "log",
 4708 "realfft",
 4709 "rodio",
 4710 "rustfft",
 4711 "thiserror 2.0.17",
 4712]
 4713
 4714[[package]]
 4715name = "der"
 4716version = "0.6.1"
 4717source = "registry+https://github.com/rust-lang/crates.io-index"
 4718checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4719dependencies = [
 4720 "const-oid",
 4721 "zeroize",
 4722]
 4723
 4724[[package]]
 4725name = "der"
 4726version = "0.7.10"
 4727source = "registry+https://github.com/rust-lang/crates.io-index"
 4728checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4729dependencies = [
 4730 "const-oid",
 4731 "pem-rfc7468",
 4732 "zeroize",
 4733]
 4734
 4735[[package]]
 4736name = "deranged"
 4737version = "0.5.4"
 4738source = "registry+https://github.com/rust-lang/crates.io-index"
 4739checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4740dependencies = [
 4741 "powerfmt",
 4742 "serde_core",
 4743]
 4744
 4745[[package]]
 4746name = "derive_arbitrary"
 4747version = "1.4.2"
 4748source = "registry+https://github.com/rust-lang/crates.io-index"
 4749checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4750dependencies = [
 4751 "proc-macro2",
 4752 "quote",
 4753 "syn 2.0.117",
 4754]
 4755
 4756[[package]]
 4757name = "derive_more"
 4758version = "2.1.1"
 4759source = "registry+https://github.com/rust-lang/crates.io-index"
 4760checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4761dependencies = [
 4762 "derive_more-impl",
 4763]
 4764
 4765[[package]]
 4766name = "derive_more-impl"
 4767version = "2.1.1"
 4768source = "registry+https://github.com/rust-lang/crates.io-index"
 4769checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4770dependencies = [
 4771 "convert_case 0.10.0",
 4772 "proc-macro2",
 4773 "quote",
 4774 "rustc_version",
 4775 "syn 2.0.117",
 4776 "unicode-xid",
 4777]
 4778
 4779[[package]]
 4780name = "derive_refineable"
 4781version = "0.1.0"
 4782dependencies = [
 4783 "proc-macro2",
 4784 "quote",
 4785 "syn 2.0.117",
 4786]
 4787
 4788[[package]]
 4789name = "derive_setters"
 4790version = "0.1.9"
 4791source = "registry+https://github.com/rust-lang/crates.io-index"
 4792checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4793dependencies = [
 4794 "darling 0.21.3",
 4795 "proc-macro2",
 4796 "quote",
 4797 "syn 2.0.117",
 4798]
 4799
 4800[[package]]
 4801name = "dev_container"
 4802version = "0.1.0"
 4803dependencies = [
 4804 "async-tar",
 4805 "async-trait",
 4806 "env_logger 0.11.8",
 4807 "fs",
 4808 "futures 0.3.32",
 4809 "gpui",
 4810 "http 1.3.1",
 4811 "http_client",
 4812 "log",
 4813 "menu",
 4814 "paths",
 4815 "picker",
 4816 "project",
 4817 "regex",
 4818 "serde",
 4819 "serde_json",
 4820 "serde_json_lenient",
 4821 "settings",
 4822 "shlex",
 4823 "ui",
 4824 "util",
 4825 "walkdir",
 4826 "workspace",
 4827 "worktree",
 4828]
 4829
 4830[[package]]
 4831name = "diagnostics"
 4832version = "0.1.0"
 4833dependencies = [
 4834 "anyhow",
 4835 "collections",
 4836 "component",
 4837 "ctor",
 4838 "editor",
 4839 "gpui",
 4840 "indoc",
 4841 "itertools 0.14.0",
 4842 "language",
 4843 "log",
 4844 "lsp",
 4845 "markdown",
 4846 "pretty_assertions",
 4847 "project",
 4848 "rand 0.9.3",
 4849 "serde",
 4850 "serde_json",
 4851 "settings",
 4852 "text",
 4853 "theme",
 4854 "theme_settings",
 4855 "ui",
 4856 "unindent",
 4857 "util",
 4858 "workspace",
 4859 "zed_actions",
 4860 "zlog",
 4861]
 4862
 4863[[package]]
 4864name = "dialoguer"
 4865version = "0.12.0"
 4866source = "registry+https://github.com/rust-lang/crates.io-index"
 4867checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4868dependencies = [
 4869 "console",
 4870 "shell-words",
 4871]
 4872
 4873[[package]]
 4874name = "diff"
 4875version = "0.1.13"
 4876source = "registry+https://github.com/rust-lang/crates.io-index"
 4877checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4878
 4879[[package]]
 4880name = "diffy"
 4881version = "0.4.2"
 4882source = "registry+https://github.com/rust-lang/crates.io-index"
 4883checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4884dependencies = [
 4885 "nu-ansi-term",
 4886]
 4887
 4888[[package]]
 4889name = "digest"
 4890version = "0.10.7"
 4891source = "registry+https://github.com/rust-lang/crates.io-index"
 4892checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4893dependencies = [
 4894 "block-buffer",
 4895 "const-oid",
 4896 "crypto-common",
 4897 "subtle",
 4898]
 4899
 4900[[package]]
 4901name = "dirs"
 4902version = "6.0.0"
 4903source = "registry+https://github.com/rust-lang/crates.io-index"
 4904checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4905dependencies = [
 4906 "dirs-sys",
 4907]
 4908
 4909[[package]]
 4910name = "dirs-sys"
 4911version = "0.5.0"
 4912source = "registry+https://github.com/rust-lang/crates.io-index"
 4913checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4914dependencies = [
 4915 "libc",
 4916 "option-ext",
 4917 "redox_users",
 4918 "windows-sys 0.61.2",
 4919]
 4920
 4921[[package]]
 4922name = "dispatch"
 4923version = "0.2.0"
 4924source = "registry+https://github.com/rust-lang/crates.io-index"
 4925checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4926
 4927[[package]]
 4928name = "dispatch2"
 4929version = "0.3.1"
 4930source = "registry+https://github.com/rust-lang/crates.io-index"
 4931checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4932dependencies = [
 4933 "bitflags 2.10.0",
 4934 "block2",
 4935 "libc",
 4936 "objc2",
 4937]
 4938
 4939[[package]]
 4940name = "displaydoc"
 4941version = "0.2.5"
 4942source = "registry+https://github.com/rust-lang/crates.io-index"
 4943checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4944dependencies = [
 4945 "proc-macro2",
 4946 "quote",
 4947 "syn 2.0.117",
 4948]
 4949
 4950[[package]]
 4951name = "dlib"
 4952version = "0.5.2"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4955dependencies = [
 4956 "libloading",
 4957]
 4958
 4959[[package]]
 4960name = "docs_preprocessor"
 4961version = "0.1.0"
 4962dependencies = [
 4963 "anyhow",
 4964 "collections",
 4965 "jsonschema",
 4966 "mdbook",
 4967 "regex",
 4968 "schemars",
 4969 "serde",
 4970 "serde_json",
 4971 "settings",
 4972 "task",
 4973 "theme",
 4974 "util",
 4975 "zlog",
 4976]
 4977
 4978[[package]]
 4979name = "document-features"
 4980version = "0.2.12"
 4981source = "registry+https://github.com/rust-lang/crates.io-index"
 4982checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 4983dependencies = [
 4984 "litrs",
 4985]
 4986
 4987[[package]]
 4988name = "documented"
 4989version = "0.9.2"
 4990source = "registry+https://github.com/rust-lang/crates.io-index"
 4991checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 4992dependencies = [
 4993 "documented-macros",
 4994 "phf 0.12.1",
 4995 "thiserror 2.0.17",
 4996]
 4997
 4998[[package]]
 4999name = "documented-macros"
 5000version = "0.9.2"
 5001source = "registry+https://github.com/rust-lang/crates.io-index"
 5002checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5003dependencies = [
 5004 "convert_case 0.8.0",
 5005 "itertools 0.14.0",
 5006 "optfield",
 5007 "proc-macro2",
 5008 "quote",
 5009 "strum 0.27.2",
 5010 "syn 2.0.117",
 5011]
 5012
 5013[[package]]
 5014name = "dotenvy"
 5015version = "0.15.7"
 5016source = "registry+https://github.com/rust-lang/crates.io-index"
 5017checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5018
 5019[[package]]
 5020name = "downcast-rs"
 5021version = "1.2.1"
 5022source = "registry+https://github.com/rust-lang/crates.io-index"
 5023checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5024
 5025[[package]]
 5026name = "doxygen-rs"
 5027version = "0.4.2"
 5028source = "registry+https://github.com/rust-lang/crates.io-index"
 5029checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5030dependencies = [
 5031 "phf 0.11.3",
 5032]
 5033
 5034[[package]]
 5035name = "dtoa"
 5036version = "1.0.10"
 5037source = "registry+https://github.com/rust-lang/crates.io-index"
 5038checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5039
 5040[[package]]
 5041name = "dtoa-short"
 5042version = "0.3.5"
 5043source = "registry+https://github.com/rust-lang/crates.io-index"
 5044checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5045dependencies = [
 5046 "dtoa",
 5047]
 5048
 5049[[package]]
 5050name = "dtor"
 5051version = "0.0.6"
 5052source = "registry+https://github.com/rust-lang/crates.io-index"
 5053checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5054dependencies = [
 5055 "dtor-proc-macro",
 5056]
 5057
 5058[[package]]
 5059name = "dtor-proc-macro"
 5060version = "0.0.5"
 5061source = "registry+https://github.com/rust-lang/crates.io-index"
 5062checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5063
 5064[[package]]
 5065name = "dunce"
 5066version = "1.0.5"
 5067source = "registry+https://github.com/rust-lang/crates.io-index"
 5068checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5069
 5070[[package]]
 5071name = "dwrote"
 5072version = "0.11.5"
 5073source = "registry+https://github.com/rust-lang/crates.io-index"
 5074checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5075dependencies = [
 5076 "lazy_static",
 5077 "libc",
 5078 "winapi",
 5079 "wio",
 5080]
 5081
 5082[[package]]
 5083name = "dyn-clone"
 5084version = "1.0.20"
 5085source = "registry+https://github.com/rust-lang/crates.io-index"
 5086checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5087
 5088[[package]]
 5089name = "dyn-stack"
 5090version = "0.10.0"
 5091source = "registry+https://github.com/rust-lang/crates.io-index"
 5092checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5093dependencies = [
 5094 "bytemuck",
 5095 "reborrow",
 5096]
 5097
 5098[[package]]
 5099name = "dyn-stack"
 5100version = "0.13.2"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5103dependencies = [
 5104 "bytemuck",
 5105 "dyn-stack-macros",
 5106]
 5107
 5108[[package]]
 5109name = "dyn-stack-macros"
 5110version = "0.1.3"
 5111source = "registry+https://github.com/rust-lang/crates.io-index"
 5112checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5113
 5114[[package]]
 5115name = "ec4rs"
 5116version = "1.2.0"
 5117source = "registry+https://github.com/rust-lang/crates.io-index"
 5118checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5119
 5120[[package]]
 5121name = "ecdsa"
 5122version = "0.14.8"
 5123source = "registry+https://github.com/rust-lang/crates.io-index"
 5124checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5125dependencies = [
 5126 "der 0.6.1",
 5127 "elliptic-curve",
 5128 "rfc6979",
 5129 "signature 1.6.4",
 5130]
 5131
 5132[[package]]
 5133name = "edit_prediction"
 5134version = "0.1.0"
 5135dependencies = [
 5136 "ai_onboarding",
 5137 "anyhow",
 5138 "buffer_diff",
 5139 "client",
 5140 "clock",
 5141 "cloud_api_client",
 5142 "cloud_api_types",
 5143 "cloud_llm_client",
 5144 "collections",
 5145 "copilot",
 5146 "copilot_ui",
 5147 "credentials_provider",
 5148 "criterion",
 5149 "ctor",
 5150 "db",
 5151 "edit_prediction_context",
 5152 "edit_prediction_metrics",
 5153 "edit_prediction_types",
 5154 "feature_flags",
 5155 "fs",
 5156 "futures 0.3.32",
 5157 "gpui",
 5158 "heapless",
 5159 "indoc",
 5160 "itertools 0.14.0",
 5161 "language",
 5162 "language_model",
 5163 "languages",
 5164 "log",
 5165 "lsp",
 5166 "menu",
 5167 "node_runtime",
 5168 "open_ai",
 5169 "parking_lot",
 5170 "postage",
 5171 "pretty_assertions",
 5172 "project",
 5173 "pulldown-cmark 0.13.0",
 5174 "rand 0.9.3",
 5175 "regex",
 5176 "release_channel",
 5177 "semver",
 5178 "serde",
 5179 "serde_json",
 5180 "settings",
 5181 "strum 0.27.2",
 5182 "telemetry",
 5183 "telemetry_events",
 5184 "text",
 5185 "thiserror 2.0.17",
 5186 "time",
 5187 "toml 0.8.23",
 5188 "ui",
 5189 "util",
 5190 "uuid",
 5191 "workspace",
 5192 "worktree",
 5193 "zed_actions",
 5194 "zed_credentials_provider",
 5195 "zeta_prompt",
 5196 "zlog",
 5197 "zstd",
 5198]
 5199
 5200[[package]]
 5201name = "edit_prediction_cli"
 5202version = "0.1.0"
 5203dependencies = [
 5204 "anthropic",
 5205 "anyhow",
 5206 "chrono",
 5207 "clap",
 5208 "client",
 5209 "cloud_llm_client",
 5210 "collections",
 5211 "db",
 5212 "debug_adapter_extension",
 5213 "dirs",
 5214 "edit_prediction",
 5215 "edit_prediction_metrics",
 5216 "extension",
 5217 "flate2",
 5218 "fs",
 5219 "futures 0.3.32",
 5220 "gaoya",
 5221 "gpui",
 5222 "gpui_platform",
 5223 "gpui_tokio",
 5224 "http_client",
 5225 "indoc",
 5226 "language",
 5227 "language_extension",
 5228 "language_model",
 5229 "language_models",
 5230 "languages",
 5231 "libc",
 5232 "log",
 5233 "node_runtime",
 5234 "open_ai",
 5235 "paths",
 5236 "pretty_assertions",
 5237 "project",
 5238 "prompt_store",
 5239 "rand 0.9.3",
 5240 "release_channel",
 5241 "reqwest_client",
 5242 "rust-embed",
 5243 "serde",
 5244 "serde_json",
 5245 "settings",
 5246 "shellexpand",
 5247 "similar",
 5248 "smol",
 5249 "sqlez",
 5250 "sqlez_macros",
 5251 "strum 0.27.2",
 5252 "telemetry_events",
 5253 "tempfile",
 5254 "terminal_view",
 5255 "toml 0.8.23",
 5256 "util",
 5257 "wasmtime",
 5258 "watch",
 5259 "workspace",
 5260 "zeta_prompt",
 5261]
 5262
 5263[[package]]
 5264name = "edit_prediction_context"
 5265version = "0.1.0"
 5266dependencies = [
 5267 "anyhow",
 5268 "clock",
 5269 "collections",
 5270 "env_logger 0.11.8",
 5271 "futures 0.3.32",
 5272 "gpui",
 5273 "indoc",
 5274 "language",
 5275 "log",
 5276 "lsp",
 5277 "parking_lot",
 5278 "pretty_assertions",
 5279 "project",
 5280 "serde",
 5281 "serde_json",
 5282 "settings",
 5283 "smallvec",
 5284 "text",
 5285 "tree-sitter",
 5286 "util",
 5287 "zeta_prompt",
 5288]
 5289
 5290[[package]]
 5291name = "edit_prediction_metrics"
 5292version = "0.1.0"
 5293dependencies = [
 5294 "indoc",
 5295 "language",
 5296 "pretty_assertions",
 5297 "serde",
 5298 "similar",
 5299 "tree-sitter",
 5300 "zeta_prompt",
 5301]
 5302
 5303[[package]]
 5304name = "edit_prediction_types"
 5305version = "0.1.0"
 5306dependencies = [
 5307 "client",
 5308 "gpui",
 5309 "icons",
 5310 "language",
 5311 "text",
 5312]
 5313
 5314[[package]]
 5315name = "edit_prediction_ui"
 5316version = "0.1.0"
 5317dependencies = [
 5318 "anyhow",
 5319 "buffer_diff",
 5320 "client",
 5321 "cloud_llm_client",
 5322 "codestral",
 5323 "collections",
 5324 "command_palette_hooks",
 5325 "copilot",
 5326 "copilot_chat",
 5327 "copilot_ui",
 5328 "edit_prediction",
 5329 "edit_prediction_types",
 5330 "editor",
 5331 "feature_flags",
 5332 "fs",
 5333 "futures 0.3.32",
 5334 "gpui",
 5335 "indoc",
 5336 "language",
 5337 "markdown",
 5338 "menu",
 5339 "multi_buffer",
 5340 "paths",
 5341 "project",
 5342 "regex",
 5343 "settings",
 5344 "telemetry",
 5345 "text",
 5346 "theme",
 5347 "theme_settings",
 5348 "time",
 5349 "ui",
 5350 "util",
 5351 "workspace",
 5352 "zed_actions",
 5353 "zeta_prompt",
 5354]
 5355
 5356[[package]]
 5357name = "editor"
 5358version = "0.1.0"
 5359dependencies = [
 5360 "aho-corasick",
 5361 "anyhow",
 5362 "assets",
 5363 "breadcrumbs",
 5364 "buffer_diff",
 5365 "client",
 5366 "clock",
 5367 "collections",
 5368 "convert_case 0.8.0",
 5369 "criterion",
 5370 "ctor",
 5371 "dap",
 5372 "db",
 5373 "edit_prediction_types",
 5374 "emojis",
 5375 "feature_flags",
 5376 "file_icons",
 5377 "fs",
 5378 "futures 0.3.32",
 5379 "fuzzy",
 5380 "git",
 5381 "gpui",
 5382 "indoc",
 5383 "itertools 0.14.0",
 5384 "language",
 5385 "languages",
 5386 "linkify",
 5387 "log",
 5388 "lsp",
 5389 "markdown",
 5390 "menu",
 5391 "multi_buffer",
 5392 "ordered-float 2.10.1",
 5393 "parking_lot",
 5394 "pretty_assertions",
 5395 "project",
 5396 "proptest",
 5397 "proptest-derive",
 5398 "rand 0.9.3",
 5399 "regex",
 5400 "release_channel",
 5401 "rope",
 5402 "rpc",
 5403 "schemars",
 5404 "semver",
 5405 "serde",
 5406 "serde_json",
 5407 "settings",
 5408 "smallvec",
 5409 "smol",
 5410 "snippet",
 5411 "sum_tree",
 5412 "task",
 5413 "telemetry",
 5414 "text",
 5415 "theme",
 5416 "theme_settings",
 5417 "time",
 5418 "tracing",
 5419 "tree-sitter-bash",
 5420 "tree-sitter-c",
 5421 "tree-sitter-html",
 5422 "tree-sitter-md",
 5423 "tree-sitter-python",
 5424 "tree-sitter-rust",
 5425 "tree-sitter-typescript",
 5426 "tree-sitter-yaml",
 5427 "ui",
 5428 "ui_input",
 5429 "unicode-script",
 5430 "unicode-segmentation",
 5431 "unicode-width",
 5432 "unindent",
 5433 "url",
 5434 "util",
 5435 "uuid",
 5436 "vim_mode_setting",
 5437 "workspace",
 5438 "zed_actions",
 5439 "zlog",
 5440 "ztracing",
 5441]
 5442
 5443[[package]]
 5444name = "either"
 5445version = "1.15.0"
 5446source = "registry+https://github.com/rust-lang/crates.io-index"
 5447checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5448dependencies = [
 5449 "serde",
 5450]
 5451
 5452[[package]]
 5453name = "elasticlunr-rs"
 5454version = "3.0.2"
 5455source = "registry+https://github.com/rust-lang/crates.io-index"
 5456checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5457dependencies = [
 5458 "regex",
 5459 "serde",
 5460 "serde_derive",
 5461 "serde_json",
 5462]
 5463
 5464[[package]]
 5465name = "elliptic-curve"
 5466version = "0.12.3"
 5467source = "registry+https://github.com/rust-lang/crates.io-index"
 5468checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5469dependencies = [
 5470 "base16ct",
 5471 "crypto-bigint 0.4.9",
 5472 "der 0.6.1",
 5473 "digest",
 5474 "ff",
 5475 "generic-array",
 5476 "group",
 5477 "pkcs8 0.9.0",
 5478 "rand_core 0.6.4",
 5479 "sec1",
 5480 "subtle",
 5481 "zeroize",
 5482]
 5483
 5484[[package]]
 5485name = "email_address"
 5486version = "0.2.9"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5489dependencies = [
 5490 "serde",
 5491]
 5492
 5493[[package]]
 5494name = "embed-resource"
 5495version = "3.0.6"
 5496source = "registry+https://github.com/rust-lang/crates.io-index"
 5497checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5498dependencies = [
 5499 "cc",
 5500 "memchr",
 5501 "rustc_version",
 5502 "toml 0.9.8",
 5503 "vswhom",
 5504 "winreg 0.55.0",
 5505]
 5506
 5507[[package]]
 5508name = "embedded-io"
 5509version = "0.4.0"
 5510source = "registry+https://github.com/rust-lang/crates.io-index"
 5511checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5512
 5513[[package]]
 5514name = "embedded-io"
 5515version = "0.6.1"
 5516source = "registry+https://github.com/rust-lang/crates.io-index"
 5517checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5518
 5519[[package]]
 5520name = "emojis"
 5521version = "0.6.4"
 5522source = "registry+https://github.com/rust-lang/crates.io-index"
 5523checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5524dependencies = [
 5525 "phf 0.11.3",
 5526]
 5527
 5528[[package]]
 5529name = "encode_unicode"
 5530version = "1.0.0"
 5531source = "registry+https://github.com/rust-lang/crates.io-index"
 5532checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5533
 5534[[package]]
 5535name = "encoding_rs"
 5536version = "0.8.35"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5539dependencies = [
 5540 "cfg-if",
 5541]
 5542
 5543[[package]]
 5544name = "encoding_selector"
 5545version = "0.1.0"
 5546dependencies = [
 5547 "editor",
 5548 "encoding_rs",
 5549 "fuzzy",
 5550 "gpui",
 5551 "language",
 5552 "picker",
 5553 "project",
 5554 "ui",
 5555 "util",
 5556 "workspace",
 5557]
 5558
 5559[[package]]
 5560name = "endi"
 5561version = "1.1.0"
 5562source = "registry+https://github.com/rust-lang/crates.io-index"
 5563checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5564
 5565[[package]]
 5566name = "enum-as-inner"
 5567version = "0.6.1"
 5568source = "registry+https://github.com/rust-lang/crates.io-index"
 5569checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5570dependencies = [
 5571 "heck 0.5.0",
 5572 "proc-macro2",
 5573 "quote",
 5574 "syn 2.0.117",
 5575]
 5576
 5577[[package]]
 5578name = "enumflags2"
 5579version = "0.7.12"
 5580source = "registry+https://github.com/rust-lang/crates.io-index"
 5581checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5582dependencies = [
 5583 "enumflags2_derive",
 5584 "serde",
 5585]
 5586
 5587[[package]]
 5588name = "enumflags2_derive"
 5589version = "0.7.12"
 5590source = "registry+https://github.com/rust-lang/crates.io-index"
 5591checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5592dependencies = [
 5593 "proc-macro2",
 5594 "quote",
 5595 "syn 2.0.117",
 5596]
 5597
 5598[[package]]
 5599name = "env_filter"
 5600version = "0.1.4"
 5601source = "registry+https://github.com/rust-lang/crates.io-index"
 5602checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5603dependencies = [
 5604 "log",
 5605 "regex",
 5606]
 5607
 5608[[package]]
 5609name = "env_logger"
 5610version = "0.10.2"
 5611source = "registry+https://github.com/rust-lang/crates.io-index"
 5612checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5613dependencies = [
 5614 "humantime",
 5615 "is-terminal",
 5616 "log",
 5617 "regex",
 5618 "termcolor",
 5619]
 5620
 5621[[package]]
 5622name = "env_logger"
 5623version = "0.11.8"
 5624source = "registry+https://github.com/rust-lang/crates.io-index"
 5625checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5626dependencies = [
 5627 "anstream",
 5628 "anstyle",
 5629 "env_filter",
 5630 "jiff",
 5631 "log",
 5632]
 5633
 5634[[package]]
 5635name = "env_var"
 5636version = "0.1.0"
 5637dependencies = [
 5638 "gpui_shared_string",
 5639]
 5640
 5641[[package]]
 5642name = "envy"
 5643version = "0.4.2"
 5644source = "registry+https://github.com/rust-lang/crates.io-index"
 5645checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5646dependencies = [
 5647 "serde",
 5648]
 5649
 5650[[package]]
 5651name = "equator"
 5652version = "0.4.2"
 5653source = "registry+https://github.com/rust-lang/crates.io-index"
 5654checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5655dependencies = [
 5656 "equator-macro",
 5657]
 5658
 5659[[package]]
 5660name = "equator-macro"
 5661version = "0.4.2"
 5662source = "registry+https://github.com/rust-lang/crates.io-index"
 5663checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5664dependencies = [
 5665 "proc-macro2",
 5666 "quote",
 5667 "syn 2.0.117",
 5668]
 5669
 5670[[package]]
 5671name = "equivalent"
 5672version = "1.0.2"
 5673source = "registry+https://github.com/rust-lang/crates.io-index"
 5674checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5675
 5676[[package]]
 5677name = "erased-serde"
 5678version = "0.4.9"
 5679source = "registry+https://github.com/rust-lang/crates.io-index"
 5680checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5681dependencies = [
 5682 "serde",
 5683 "serde_core",
 5684 "typeid",
 5685]
 5686
 5687[[package]]
 5688name = "errno"
 5689version = "0.2.8"
 5690source = "registry+https://github.com/rust-lang/crates.io-index"
 5691checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5692dependencies = [
 5693 "errno-dragonfly",
 5694 "libc",
 5695 "winapi",
 5696]
 5697
 5698[[package]]
 5699name = "errno"
 5700version = "0.3.14"
 5701source = "registry+https://github.com/rust-lang/crates.io-index"
 5702checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5703dependencies = [
 5704 "libc",
 5705 "windows-sys 0.61.2",
 5706]
 5707
 5708[[package]]
 5709name = "errno-dragonfly"
 5710version = "0.1.2"
 5711source = "registry+https://github.com/rust-lang/crates.io-index"
 5712checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5713dependencies = [
 5714 "cc",
 5715 "libc",
 5716]
 5717
 5718[[package]]
 5719name = "error-graph"
 5720version = "0.1.1"
 5721source = "registry+https://github.com/rust-lang/crates.io-index"
 5722checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5723dependencies = [
 5724 "serde",
 5725]
 5726
 5727[[package]]
 5728name = "etagere"
 5729version = "0.2.15"
 5730source = "registry+https://github.com/rust-lang/crates.io-index"
 5731checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5732dependencies = [
 5733 "euclid",
 5734 "svg_fmt",
 5735]
 5736
 5737[[package]]
 5738name = "etcetera"
 5739version = "0.8.0"
 5740source = "registry+https://github.com/rust-lang/crates.io-index"
 5741checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5742dependencies = [
 5743 "cfg-if",
 5744 "home",
 5745 "windows-sys 0.48.0",
 5746]
 5747
 5748[[package]]
 5749name = "etw_tracing"
 5750version = "0.1.0"
 5751dependencies = [
 5752 "anyhow",
 5753 "gpui",
 5754 "log",
 5755 "net",
 5756 "serde",
 5757 "serde_json",
 5758 "util",
 5759 "windows 0.61.3",
 5760 "windows-core 0.61.2",
 5761 "workspace",
 5762 "wprcontrol",
 5763]
 5764
 5765[[package]]
 5766name = "euclid"
 5767version = "0.22.11"
 5768source = "registry+https://github.com/rust-lang/crates.io-index"
 5769checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5770dependencies = [
 5771 "num-traits",
 5772]
 5773
 5774[[package]]
 5775name = "eval_cli"
 5776version = "0.1.0"
 5777dependencies = [
 5778 "acp_thread",
 5779 "agent",
 5780 "agent-client-protocol",
 5781 "agent_ui",
 5782 "anyhow",
 5783 "clap",
 5784 "client",
 5785 "ctrlc",
 5786 "db",
 5787 "debug_adapter_extension",
 5788 "env_logger 0.11.8",
 5789 "extension",
 5790 "feature_flags",
 5791 "fs",
 5792 "futures 0.3.32",
 5793 "gpui",
 5794 "gpui_platform",
 5795 "gpui_tokio",
 5796 "language",
 5797 "language_extension",
 5798 "language_model",
 5799 "language_models",
 5800 "languages",
 5801 "node_runtime",
 5802 "paths",
 5803 "project",
 5804 "prompt_store",
 5805 "release_channel",
 5806 "reqwest_client",
 5807 "serde",
 5808 "serde_json",
 5809 "settings",
 5810 "shellexpand",
 5811 "terminal_view",
 5812 "util",
 5813 "watch",
 5814]
 5815
 5816[[package]]
 5817name = "eval_utils"
 5818version = "0.1.0"
 5819dependencies = [
 5820 "gpui_platform",
 5821 "serde",
 5822 "smol",
 5823]
 5824
 5825[[package]]
 5826name = "event-listener"
 5827version = "2.5.3"
 5828source = "registry+https://github.com/rust-lang/crates.io-index"
 5829checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5830
 5831[[package]]
 5832name = "event-listener"
 5833version = "5.4.1"
 5834source = "registry+https://github.com/rust-lang/crates.io-index"
 5835checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5836dependencies = [
 5837 "concurrent-queue",
 5838 "parking",
 5839 "pin-project-lite",
 5840]
 5841
 5842[[package]]
 5843name = "event-listener-strategy"
 5844version = "0.5.4"
 5845source = "registry+https://github.com/rust-lang/crates.io-index"
 5846checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5847dependencies = [
 5848 "event-listener 5.4.1",
 5849 "pin-project-lite",
 5850]
 5851
 5852[[package]]
 5853name = "exec"
 5854version = "0.3.1"
 5855source = "registry+https://github.com/rust-lang/crates.io-index"
 5856checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5857dependencies = [
 5858 "errno 0.2.8",
 5859 "libc",
 5860]
 5861
 5862[[package]]
 5863name = "explorer_command_injector"
 5864version = "0.1.0"
 5865dependencies = [
 5866 "windows 0.61.3",
 5867 "windows-core 0.61.2",
 5868 "windows-registry 0.5.3",
 5869]
 5870
 5871[[package]]
 5872name = "exr"
 5873version = "1.73.0"
 5874source = "registry+https://github.com/rust-lang/crates.io-index"
 5875checksum = "f83197f59927b46c04a183a619b7c29df34e63e63c7869320862268c0ef687e0"
 5876dependencies = [
 5877 "bit_field",
 5878 "half",
 5879 "lebe",
 5880 "miniz_oxide",
 5881 "rayon-core",
 5882 "smallvec",
 5883 "zune-inflate",
 5884]
 5885
 5886[[package]]
 5887name = "extended"
 5888version = "0.1.0"
 5889source = "registry+https://github.com/rust-lang/crates.io-index"
 5890checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5891
 5892[[package]]
 5893name = "extension"
 5894version = "0.1.0"
 5895dependencies = [
 5896 "anyhow",
 5897 "async-trait",
 5898 "cloud_api_types",
 5899 "collections",
 5900 "dap",
 5901 "fs",
 5902 "futures 0.3.32",
 5903 "gpui",
 5904 "heck 0.5.0",
 5905 "http_client",
 5906 "indoc",
 5907 "language",
 5908 "log",
 5909 "lsp",
 5910 "parking_lot",
 5911 "pretty_assertions",
 5912 "proto",
 5913 "semver",
 5914 "serde",
 5915 "serde_json",
 5916 "task",
 5917 "tempfile",
 5918 "toml 0.8.23",
 5919 "tracing",
 5920 "url",
 5921 "util",
 5922 "wasm-encoder 0.221.3",
 5923 "wasmparser 0.221.3",
 5924 "ztracing",
 5925]
 5926
 5927[[package]]
 5928name = "extension_cli"
 5929version = "0.1.0"
 5930dependencies = [
 5931 "anyhow",
 5932 "clap",
 5933 "cloud_api_types",
 5934 "env_logger 0.11.8",
 5935 "extension",
 5936 "fs",
 5937 "gpui_platform",
 5938 "language",
 5939 "log",
 5940 "reqwest_client",
 5941 "serde",
 5942 "serde_json",
 5943 "serde_json_lenient",
 5944 "settings_content",
 5945 "snippet_provider",
 5946 "task",
 5947 "theme_settings",
 5948 "tokio",
 5949 "toml 0.8.23",
 5950 "tree-sitter",
 5951 "wasmtime",
 5952]
 5953
 5954[[package]]
 5955name = "extension_host"
 5956version = "0.1.0"
 5957dependencies = [
 5958 "anyhow",
 5959 "async-compression",
 5960 "async-tar",
 5961 "async-trait",
 5962 "client",
 5963 "cloud_api_types",
 5964 "collections",
 5965 "criterion",
 5966 "ctor",
 5967 "dap",
 5968 "extension",
 5969 "fs",
 5970 "futures 0.3.32",
 5971 "gpui",
 5972 "gpui_tokio",
 5973 "http_client",
 5974 "language",
 5975 "language_extension",
 5976 "log",
 5977 "lsp",
 5978 "moka",
 5979 "node_runtime",
 5980 "parking_lot",
 5981 "paths",
 5982 "project",
 5983 "release_channel",
 5984 "remote",
 5985 "reqwest_client",
 5986 "semver",
 5987 "serde",
 5988 "serde_json",
 5989 "serde_json_lenient",
 5990 "settings",
 5991 "task",
 5992 "telemetry",
 5993 "tempfile",
 5994 "theme",
 5995 "theme_extension",
 5996 "theme_settings",
 5997 "toml 0.8.23",
 5998 "tracing",
 5999 "url",
 6000 "util",
 6001 "wasmparser 0.221.3",
 6002 "wasmtime",
 6003 "wasmtime-wasi",
 6004 "zlog",
 6005 "ztracing",
 6006]
 6007
 6008[[package]]
 6009name = "extensions_ui"
 6010version = "0.1.0"
 6011dependencies = [
 6012 "anyhow",
 6013 "client",
 6014 "cloud_api_types",
 6015 "collections",
 6016 "db",
 6017 "editor",
 6018 "extension",
 6019 "extension_host",
 6020 "fs",
 6021 "fuzzy",
 6022 "gpui",
 6023 "language",
 6024 "log",
 6025 "num-format",
 6026 "picker",
 6027 "project",
 6028 "release_channel",
 6029 "semver",
 6030 "serde",
 6031 "settings",
 6032 "smallvec",
 6033 "strum 0.27.2",
 6034 "telemetry",
 6035 "theme_settings",
 6036 "ui",
 6037 "util",
 6038 "vim_mode_setting",
 6039 "workspace",
 6040 "zed_actions",
 6041]
 6042
 6043[[package]]
 6044name = "failspot"
 6045version = "0.2.0"
 6046source = "registry+https://github.com/rust-lang/crates.io-index"
 6047checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6048
 6049[[package]]
 6050name = "fallible-iterator"
 6051version = "0.3.0"
 6052source = "registry+https://github.com/rust-lang/crates.io-index"
 6053checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6054
 6055[[package]]
 6056name = "fancy-regex"
 6057version = "0.16.2"
 6058source = "registry+https://github.com/rust-lang/crates.io-index"
 6059checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6060dependencies = [
 6061 "bit-set 0.8.0",
 6062 "regex-automata",
 6063 "regex-syntax",
 6064]
 6065
 6066[[package]]
 6067name = "fancy-regex"
 6068version = "0.17.0"
 6069source = "registry+https://github.com/rust-lang/crates.io-index"
 6070checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6071dependencies = [
 6072 "bit-set 0.8.0",
 6073 "regex-automata",
 6074 "regex-syntax",
 6075]
 6076
 6077[[package]]
 6078name = "fast-srgb8"
 6079version = "1.0.0"
 6080source = "registry+https://github.com/rust-lang/crates.io-index"
 6081checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6082
 6083[[package]]
 6084name = "fastrand"
 6085version = "1.9.0"
 6086source = "registry+https://github.com/rust-lang/crates.io-index"
 6087checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6088dependencies = [
 6089 "instant",
 6090]
 6091
 6092[[package]]
 6093name = "fastrand"
 6094version = "2.3.0"
 6095source = "registry+https://github.com/rust-lang/crates.io-index"
 6096checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6097
 6098[[package]]
 6099name = "fax"
 6100version = "0.2.6"
 6101source = "registry+https://github.com/rust-lang/crates.io-index"
 6102checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6103dependencies = [
 6104 "fax_derive",
 6105]
 6106
 6107[[package]]
 6108name = "fax_derive"
 6109version = "0.2.0"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6112dependencies = [
 6113 "proc-macro2",
 6114 "quote",
 6115 "syn 2.0.117",
 6116]
 6117
 6118[[package]]
 6119name = "fd-lock"
 6120version = "4.0.4"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6123dependencies = [
 6124 "cfg-if",
 6125 "rustix 1.1.2",
 6126 "windows-sys 0.59.0",
 6127]
 6128
 6129[[package]]
 6130name = "fdeflate"
 6131version = "0.3.7"
 6132source = "registry+https://github.com/rust-lang/crates.io-index"
 6133checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6134dependencies = [
 6135 "simd-adler32",
 6136]
 6137
 6138[[package]]
 6139name = "feature_flags"
 6140version = "0.1.0"
 6141dependencies = [
 6142 "collections",
 6143 "feature_flags_macros",
 6144 "fs",
 6145 "gpui",
 6146 "inventory",
 6147 "schemars",
 6148 "serde_json",
 6149 "settings",
 6150]
 6151
 6152[[package]]
 6153name = "feature_flags_macros"
 6154version = "0.1.0"
 6155dependencies = [
 6156 "proc-macro2",
 6157 "quote",
 6158 "syn 2.0.117",
 6159]
 6160
 6161[[package]]
 6162name = "feedback"
 6163version = "0.1.0"
 6164dependencies = [
 6165 "gpui",
 6166 "system_specs",
 6167 "urlencoding",
 6168 "util",
 6169 "workspace",
 6170 "zed_actions",
 6171]
 6172
 6173[[package]]
 6174name = "ff"
 6175version = "0.12.1"
 6176source = "registry+https://github.com/rust-lang/crates.io-index"
 6177checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6178dependencies = [
 6179 "rand_core 0.6.4",
 6180 "subtle",
 6181]
 6182
 6183[[package]]
 6184name = "file_finder"
 6185version = "0.1.0"
 6186dependencies = [
 6187 "anyhow",
 6188 "channel",
 6189 "client",
 6190 "collections",
 6191 "ctor",
 6192 "editor",
 6193 "file_icons",
 6194 "futures 0.3.32",
 6195 "fuzzy",
 6196 "fuzzy_nucleo",
 6197 "gpui",
 6198 "menu",
 6199 "open_path_prompt",
 6200 "picker",
 6201 "pretty_assertions",
 6202 "project",
 6203 "project_panel",
 6204 "remote_connection",
 6205 "serde",
 6206 "serde_json",
 6207 "settings",
 6208 "theme",
 6209 "theme_settings",
 6210 "ui",
 6211 "util",
 6212 "workspace",
 6213 "zed_actions",
 6214 "zlog",
 6215]
 6216
 6217[[package]]
 6218name = "file_icons"
 6219version = "0.1.0"
 6220dependencies = [
 6221 "gpui",
 6222 "serde",
 6223 "theme",
 6224 "util",
 6225]
 6226
 6227[[package]]
 6228name = "filedescriptor"
 6229version = "0.8.3"
 6230source = "registry+https://github.com/rust-lang/crates.io-index"
 6231checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6232dependencies = [
 6233 "libc",
 6234 "thiserror 1.0.69",
 6235 "winapi",
 6236]
 6237
 6238[[package]]
 6239name = "filetime"
 6240version = "0.2.26"
 6241source = "registry+https://github.com/rust-lang/crates.io-index"
 6242checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6243dependencies = [
 6244 "cfg-if",
 6245 "libc",
 6246 "libredox",
 6247 "windows-sys 0.60.2",
 6248]
 6249
 6250[[package]]
 6251name = "find-msvc-tools"
 6252version = "0.1.5"
 6253source = "registry+https://github.com/rust-lang/crates.io-index"
 6254checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6255
 6256[[package]]
 6257name = "fixedbitset"
 6258version = "0.4.2"
 6259source = "registry+https://github.com/rust-lang/crates.io-index"
 6260checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6261
 6262[[package]]
 6263name = "fixedbitset"
 6264version = "0.5.7"
 6265source = "registry+https://github.com/rust-lang/crates.io-index"
 6266checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6267
 6268[[package]]
 6269name = "flate2"
 6270version = "1.1.8"
 6271source = "registry+https://github.com/rust-lang/crates.io-index"
 6272checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6273dependencies = [
 6274 "crc32fast",
 6275 "miniz_oxide",
 6276]
 6277
 6278[[package]]
 6279name = "float-cmp"
 6280version = "0.9.0"
 6281source = "registry+https://github.com/rust-lang/crates.io-index"
 6282checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6283
 6284[[package]]
 6285name = "float-ord"
 6286version = "0.3.2"
 6287source = "registry+https://github.com/rust-lang/crates.io-index"
 6288checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6289
 6290[[package]]
 6291name = "float8"
 6292version = "0.4.2"
 6293source = "registry+https://github.com/rust-lang/crates.io-index"
 6294checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6295dependencies = [
 6296 "half",
 6297 "num-traits",
 6298 "rand 0.9.3",
 6299 "rand_distr",
 6300]
 6301
 6302[[package]]
 6303name = "float_next_after"
 6304version = "1.0.0"
 6305source = "registry+https://github.com/rust-lang/crates.io-index"
 6306checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6307
 6308[[package]]
 6309name = "fluent-uri"
 6310version = "0.4.1"
 6311source = "registry+https://github.com/rust-lang/crates.io-index"
 6312checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6313dependencies = [
 6314 "borrow-or-share",
 6315 "ref-cast",
 6316 "serde",
 6317]
 6318
 6319[[package]]
 6320name = "flume"
 6321version = "0.11.1"
 6322source = "registry+https://github.com/rust-lang/crates.io-index"
 6323checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6324dependencies = [
 6325 "futures-core",
 6326 "futures-sink",
 6327 "nanorand",
 6328 "spin 0.9.8",
 6329]
 6330
 6331[[package]]
 6332name = "fnv"
 6333version = "1.0.7"
 6334source = "registry+https://github.com/rust-lang/crates.io-index"
 6335checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6336
 6337[[package]]
 6338name = "foldhash"
 6339version = "0.1.5"
 6340source = "registry+https://github.com/rust-lang/crates.io-index"
 6341checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6342
 6343[[package]]
 6344name = "foldhash"
 6345version = "0.2.0"
 6346source = "registry+https://github.com/rust-lang/crates.io-index"
 6347checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6348
 6349[[package]]
 6350name = "font-types"
 6351version = "0.10.0"
 6352source = "registry+https://github.com/rust-lang/crates.io-index"
 6353checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6354dependencies = [
 6355 "bytemuck",
 6356]
 6357
 6358[[package]]
 6359name = "font-types"
 6360version = "0.11.0"
 6361source = "registry+https://github.com/rust-lang/crates.io-index"
 6362checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6363dependencies = [
 6364 "bytemuck",
 6365]
 6366
 6367[[package]]
 6368name = "fontconfig-parser"
 6369version = "0.5.8"
 6370source = "registry+https://github.com/rust-lang/crates.io-index"
 6371checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6372dependencies = [
 6373 "roxmltree",
 6374]
 6375
 6376[[package]]
 6377name = "fontdb"
 6378version = "0.16.2"
 6379source = "registry+https://github.com/rust-lang/crates.io-index"
 6380checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6381dependencies = [
 6382 "fontconfig-parser",
 6383 "log",
 6384 "memmap2",
 6385 "slotmap",
 6386 "tinyvec",
 6387 "ttf-parser 0.20.0",
 6388]
 6389
 6390[[package]]
 6391name = "fontdb"
 6392version = "0.23.0"
 6393source = "registry+https://github.com/rust-lang/crates.io-index"
 6394checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6395dependencies = [
 6396 "fontconfig-parser",
 6397 "log",
 6398 "memmap2",
 6399 "slotmap",
 6400 "tinyvec",
 6401 "ttf-parser 0.25.1",
 6402]
 6403
 6404[[package]]
 6405name = "foreign-types"
 6406version = "0.3.2"
 6407source = "registry+https://github.com/rust-lang/crates.io-index"
 6408checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6409dependencies = [
 6410 "foreign-types-shared 0.1.1",
 6411]
 6412
 6413[[package]]
 6414name = "foreign-types"
 6415version = "0.5.0"
 6416source = "registry+https://github.com/rust-lang/crates.io-index"
 6417checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6418dependencies = [
 6419 "foreign-types-macros",
 6420 "foreign-types-shared 0.3.1",
 6421]
 6422
 6423[[package]]
 6424name = "foreign-types-macros"
 6425version = "0.2.3"
 6426source = "registry+https://github.com/rust-lang/crates.io-index"
 6427checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6428dependencies = [
 6429 "proc-macro2",
 6430 "quote",
 6431 "syn 2.0.117",
 6432]
 6433
 6434[[package]]
 6435name = "foreign-types-shared"
 6436version = "0.1.1"
 6437source = "registry+https://github.com/rust-lang/crates.io-index"
 6438checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6439
 6440[[package]]
 6441name = "foreign-types-shared"
 6442version = "0.3.1"
 6443source = "registry+https://github.com/rust-lang/crates.io-index"
 6444checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6445
 6446[[package]]
 6447name = "fork"
 6448version = "0.4.0"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6451dependencies = [
 6452 "libc",
 6453]
 6454
 6455[[package]]
 6456name = "form_urlencoded"
 6457version = "1.2.2"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6460dependencies = [
 6461 "percent-encoding",
 6462]
 6463
 6464[[package]]
 6465name = "fraction"
 6466version = "0.15.3"
 6467source = "registry+https://github.com/rust-lang/crates.io-index"
 6468checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6469dependencies = [
 6470 "lazy_static",
 6471 "num",
 6472]
 6473
 6474[[package]]
 6475name = "freetype-sys"
 6476version = "0.20.1"
 6477source = "registry+https://github.com/rust-lang/crates.io-index"
 6478checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6479dependencies = [
 6480 "cc",
 6481 "libc",
 6482 "pkg-config",
 6483]
 6484
 6485[[package]]
 6486name = "fs"
 6487version = "0.1.0"
 6488dependencies = [
 6489 "anyhow",
 6490 "ashpd",
 6491 "async-tar",
 6492 "async-trait",
 6493 "collections",
 6494 "dunce",
 6495 "fs",
 6496 "futures 0.3.32",
 6497 "git",
 6498 "gpui",
 6499 "ignore",
 6500 "is_executable",
 6501 "libc",
 6502 "log",
 6503 "notify 8.2.0",
 6504 "parking_lot",
 6505 "paths",
 6506 "proto",
 6507 "rope",
 6508 "serde",
 6509 "serde_json",
 6510 "smol",
 6511 "tempfile",
 6512 "text",
 6513 "thiserror 2.0.17",
 6514 "time",
 6515 "trash",
 6516 "util",
 6517 "windows 0.61.3",
 6518]
 6519
 6520[[package]]
 6521name = "fs-set-times"
 6522version = "0.20.3"
 6523source = "registry+https://github.com/rust-lang/crates.io-index"
 6524checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6525dependencies = [
 6526 "io-lifetimes",
 6527 "rustix 1.1.2",
 6528 "windows-sys 0.59.0",
 6529]
 6530
 6531[[package]]
 6532name = "fs2"
 6533version = "0.4.3"
 6534source = "registry+https://github.com/rust-lang/crates.io-index"
 6535checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6536dependencies = [
 6537 "libc",
 6538 "winapi",
 6539]
 6540
 6541[[package]]
 6542name = "fs_benchmarks"
 6543version = "0.1.0"
 6544dependencies = [
 6545 "fs",
 6546 "gpui",
 6547 "gpui_platform",
 6548]
 6549
 6550[[package]]
 6551name = "fs_extra"
 6552version = "1.3.0"
 6553source = "registry+https://github.com/rust-lang/crates.io-index"
 6554checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6555
 6556[[package]]
 6557name = "fsevent-sys"
 6558version = "4.1.0"
 6559source = "registry+https://github.com/rust-lang/crates.io-index"
 6560checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6561dependencies = [
 6562 "libc",
 6563]
 6564
 6565[[package]]
 6566name = "fuchsia-cprng"
 6567version = "0.1.1"
 6568source = "registry+https://github.com/rust-lang/crates.io-index"
 6569checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6570
 6571[[package]]
 6572name = "funty"
 6573version = "2.0.0"
 6574source = "registry+https://github.com/rust-lang/crates.io-index"
 6575checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6576
 6577[[package]]
 6578name = "futf"
 6579version = "0.1.5"
 6580source = "registry+https://github.com/rust-lang/crates.io-index"
 6581checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6582dependencies = [
 6583 "mac",
 6584 "new_debug_unreachable",
 6585]
 6586
 6587[[package]]
 6588name = "futures"
 6589version = "0.1.31"
 6590source = "registry+https://github.com/rust-lang/crates.io-index"
 6591checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6592
 6593[[package]]
 6594name = "futures"
 6595version = "0.3.32"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6598dependencies = [
 6599 "futures-channel",
 6600 "futures-core",
 6601 "futures-executor",
 6602 "futures-io",
 6603 "futures-sink",
 6604 "futures-task",
 6605 "futures-util",
 6606]
 6607
 6608[[package]]
 6609name = "futures-channel"
 6610version = "0.3.32"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6613dependencies = [
 6614 "futures-core",
 6615 "futures-sink",
 6616]
 6617
 6618[[package]]
 6619name = "futures-concurrency"
 6620version = "7.7.1"
 6621source = "registry+https://github.com/rust-lang/crates.io-index"
 6622checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6623dependencies = [
 6624 "fixedbitset 0.5.7",
 6625 "futures-core",
 6626 "futures-lite 2.6.1",
 6627 "pin-project",
 6628 "smallvec",
 6629]
 6630
 6631[[package]]
 6632name = "futures-core"
 6633version = "0.3.32"
 6634source = "registry+https://github.com/rust-lang/crates.io-index"
 6635checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6636
 6637[[package]]
 6638name = "futures-executor"
 6639version = "0.3.32"
 6640source = "registry+https://github.com/rust-lang/crates.io-index"
 6641checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6642dependencies = [
 6643 "futures-core",
 6644 "futures-task",
 6645 "futures-util",
 6646]
 6647
 6648[[package]]
 6649name = "futures-intrusive"
 6650version = "0.5.0"
 6651source = "registry+https://github.com/rust-lang/crates.io-index"
 6652checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6653dependencies = [
 6654 "futures-core",
 6655 "lock_api",
 6656 "parking_lot",
 6657]
 6658
 6659[[package]]
 6660name = "futures-io"
 6661version = "0.3.32"
 6662source = "registry+https://github.com/rust-lang/crates.io-index"
 6663checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6664
 6665[[package]]
 6666name = "futures-lite"
 6667version = "1.13.0"
 6668source = "registry+https://github.com/rust-lang/crates.io-index"
 6669checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6670dependencies = [
 6671 "fastrand 1.9.0",
 6672 "futures-core",
 6673 "futures-io",
 6674 "memchr",
 6675 "parking",
 6676 "pin-project-lite",
 6677 "waker-fn",
 6678]
 6679
 6680[[package]]
 6681name = "futures-lite"
 6682version = "2.6.1"
 6683source = "registry+https://github.com/rust-lang/crates.io-index"
 6684checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6685dependencies = [
 6686 "fastrand 2.3.0",
 6687 "futures-core",
 6688 "futures-io",
 6689 "parking",
 6690 "pin-project-lite",
 6691]
 6692
 6693[[package]]
 6694name = "futures-macro"
 6695version = "0.3.32"
 6696source = "registry+https://github.com/rust-lang/crates.io-index"
 6697checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6698dependencies = [
 6699 "proc-macro2",
 6700 "quote",
 6701 "syn 2.0.117",
 6702]
 6703
 6704[[package]]
 6705name = "futures-sink"
 6706version = "0.3.32"
 6707source = "registry+https://github.com/rust-lang/crates.io-index"
 6708checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6709
 6710[[package]]
 6711name = "futures-task"
 6712version = "0.3.32"
 6713source = "registry+https://github.com/rust-lang/crates.io-index"
 6714checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6715
 6716[[package]]
 6717name = "futures-util"
 6718version = "0.3.32"
 6719source = "registry+https://github.com/rust-lang/crates.io-index"
 6720checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6721dependencies = [
 6722 "futures 0.1.31",
 6723 "futures-channel",
 6724 "futures-core",
 6725 "futures-io",
 6726 "futures-macro",
 6727 "futures-sink",
 6728 "futures-task",
 6729 "libc",
 6730 "memchr",
 6731 "pin-project-lite",
 6732 "slab",
 6733 "tokio-io",
 6734]
 6735
 6736[[package]]
 6737name = "fuzzy"
 6738version = "0.1.0"
 6739dependencies = [
 6740 "gpui",
 6741 "log",
 6742 "util",
 6743]
 6744
 6745[[package]]
 6746name = "fuzzy_nucleo"
 6747version = "0.1.0"
 6748dependencies = [
 6749 "gpui",
 6750 "nucleo",
 6751 "util",
 6752]
 6753
 6754[[package]]
 6755name = "gaoya"
 6756version = "0.2.0"
 6757source = "registry+https://github.com/rust-lang/crates.io-index"
 6758checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6759dependencies = [
 6760 "ahash 0.8.12",
 6761 "crossbeam-utils",
 6762 "fnv",
 6763 "itertools 0.10.5",
 6764 "num-traits",
 6765 "rand 0.8.5",
 6766 "rand_pcg",
 6767 "random_choice",
 6768 "rayon",
 6769 "seahash",
 6770 "sha-1",
 6771 "shingles",
 6772 "siphasher 0.3.11",
 6773 "smallvec",
 6774 "triomphe",
 6775]
 6776
 6777[[package]]
 6778name = "gemm"
 6779version = "0.17.1"
 6780source = "registry+https://github.com/rust-lang/crates.io-index"
 6781checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6782dependencies = [
 6783 "dyn-stack 0.10.0",
 6784 "gemm-c32 0.17.1",
 6785 "gemm-c64 0.17.1",
 6786 "gemm-common 0.17.1",
 6787 "gemm-f16 0.17.1",
 6788 "gemm-f32 0.17.1",
 6789 "gemm-f64 0.17.1",
 6790 "num-complex",
 6791 "num-traits",
 6792 "paste",
 6793 "raw-cpuid 10.7.0",
 6794 "seq-macro",
 6795]
 6796
 6797[[package]]
 6798name = "gemm"
 6799version = "0.18.2"
 6800source = "registry+https://github.com/rust-lang/crates.io-index"
 6801checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6802dependencies = [
 6803 "dyn-stack 0.13.2",
 6804 "gemm-c32 0.18.2",
 6805 "gemm-c64 0.18.2",
 6806 "gemm-common 0.18.2",
 6807 "gemm-f16 0.18.2",
 6808 "gemm-f32 0.18.2",
 6809 "gemm-f64 0.18.2",
 6810 "num-complex",
 6811 "num-traits",
 6812 "paste",
 6813 "raw-cpuid 11.6.0",
 6814 "seq-macro",
 6815]
 6816
 6817[[package]]
 6818name = "gemm-c32"
 6819version = "0.17.1"
 6820source = "registry+https://github.com/rust-lang/crates.io-index"
 6821checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6822dependencies = [
 6823 "dyn-stack 0.10.0",
 6824 "gemm-common 0.17.1",
 6825 "num-complex",
 6826 "num-traits",
 6827 "paste",
 6828 "raw-cpuid 10.7.0",
 6829 "seq-macro",
 6830]
 6831
 6832[[package]]
 6833name = "gemm-c32"
 6834version = "0.18.2"
 6835source = "registry+https://github.com/rust-lang/crates.io-index"
 6836checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6837dependencies = [
 6838 "dyn-stack 0.13.2",
 6839 "gemm-common 0.18.2",
 6840 "num-complex",
 6841 "num-traits",
 6842 "paste",
 6843 "raw-cpuid 11.6.0",
 6844 "seq-macro",
 6845]
 6846
 6847[[package]]
 6848name = "gemm-c64"
 6849version = "0.17.1"
 6850source = "registry+https://github.com/rust-lang/crates.io-index"
 6851checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6852dependencies = [
 6853 "dyn-stack 0.10.0",
 6854 "gemm-common 0.17.1",
 6855 "num-complex",
 6856 "num-traits",
 6857 "paste",
 6858 "raw-cpuid 10.7.0",
 6859 "seq-macro",
 6860]
 6861
 6862[[package]]
 6863name = "gemm-c64"
 6864version = "0.18.2"
 6865source = "registry+https://github.com/rust-lang/crates.io-index"
 6866checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6867dependencies = [
 6868 "dyn-stack 0.13.2",
 6869 "gemm-common 0.18.2",
 6870 "num-complex",
 6871 "num-traits",
 6872 "paste",
 6873 "raw-cpuid 11.6.0",
 6874 "seq-macro",
 6875]
 6876
 6877[[package]]
 6878name = "gemm-common"
 6879version = "0.17.1"
 6880source = "registry+https://github.com/rust-lang/crates.io-index"
 6881checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6882dependencies = [
 6883 "bytemuck",
 6884 "dyn-stack 0.10.0",
 6885 "half",
 6886 "num-complex",
 6887 "num-traits",
 6888 "once_cell",
 6889 "paste",
 6890 "pulp 0.18.22",
 6891 "raw-cpuid 10.7.0",
 6892 "rayon",
 6893 "seq-macro",
 6894 "sysctl 0.5.5",
 6895]
 6896
 6897[[package]]
 6898name = "gemm-common"
 6899version = "0.18.2"
 6900source = "registry+https://github.com/rust-lang/crates.io-index"
 6901checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6902dependencies = [
 6903 "bytemuck",
 6904 "dyn-stack 0.13.2",
 6905 "half",
 6906 "libm",
 6907 "num-complex",
 6908 "num-traits",
 6909 "once_cell",
 6910 "paste",
 6911 "pulp 0.21.5",
 6912 "raw-cpuid 11.6.0",
 6913 "rayon",
 6914 "seq-macro",
 6915 "sysctl 0.6.0",
 6916]
 6917
 6918[[package]]
 6919name = "gemm-f16"
 6920version = "0.17.1"
 6921source = "registry+https://github.com/rust-lang/crates.io-index"
 6922checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6923dependencies = [
 6924 "dyn-stack 0.10.0",
 6925 "gemm-common 0.17.1",
 6926 "gemm-f32 0.17.1",
 6927 "half",
 6928 "num-complex",
 6929 "num-traits",
 6930 "paste",
 6931 "raw-cpuid 10.7.0",
 6932 "rayon",
 6933 "seq-macro",
 6934]
 6935
 6936[[package]]
 6937name = "gemm-f16"
 6938version = "0.18.2"
 6939source = "registry+https://github.com/rust-lang/crates.io-index"
 6940checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6941dependencies = [
 6942 "dyn-stack 0.13.2",
 6943 "gemm-common 0.18.2",
 6944 "gemm-f32 0.18.2",
 6945 "half",
 6946 "num-complex",
 6947 "num-traits",
 6948 "paste",
 6949 "raw-cpuid 11.6.0",
 6950 "rayon",
 6951 "seq-macro",
 6952]
 6953
 6954[[package]]
 6955name = "gemm-f32"
 6956version = "0.17.1"
 6957source = "registry+https://github.com/rust-lang/crates.io-index"
 6958checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6959dependencies = [
 6960 "dyn-stack 0.10.0",
 6961 "gemm-common 0.17.1",
 6962 "num-complex",
 6963 "num-traits",
 6964 "paste",
 6965 "raw-cpuid 10.7.0",
 6966 "seq-macro",
 6967]
 6968
 6969[[package]]
 6970name = "gemm-f32"
 6971version = "0.18.2"
 6972source = "registry+https://github.com/rust-lang/crates.io-index"
 6973checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 6974dependencies = [
 6975 "dyn-stack 0.13.2",
 6976 "gemm-common 0.18.2",
 6977 "num-complex",
 6978 "num-traits",
 6979 "paste",
 6980 "raw-cpuid 11.6.0",
 6981 "seq-macro",
 6982]
 6983
 6984[[package]]
 6985name = "gemm-f64"
 6986version = "0.17.1"
 6987source = "registry+https://github.com/rust-lang/crates.io-index"
 6988checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 6989dependencies = [
 6990 "dyn-stack 0.10.0",
 6991 "gemm-common 0.17.1",
 6992 "num-complex",
 6993 "num-traits",
 6994 "paste",
 6995 "raw-cpuid 10.7.0",
 6996 "seq-macro",
 6997]
 6998
 6999[[package]]
 7000name = "gemm-f64"
 7001version = "0.18.2"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7004dependencies = [
 7005 "dyn-stack 0.13.2",
 7006 "gemm-common 0.18.2",
 7007 "num-complex",
 7008 "num-traits",
 7009 "paste",
 7010 "raw-cpuid 11.6.0",
 7011 "seq-macro",
 7012]
 7013
 7014[[package]]
 7015name = "generator"
 7016version = "0.8.7"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7019dependencies = [
 7020 "cc",
 7021 "cfg-if",
 7022 "libc",
 7023 "log",
 7024 "rustversion",
 7025 "windows 0.61.3",
 7026]
 7027
 7028[[package]]
 7029name = "generic-array"
 7030version = "0.14.7"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7033dependencies = [
 7034 "typenum",
 7035 "version_check",
 7036]
 7037
 7038[[package]]
 7039name = "gethostname"
 7040version = "1.1.0"
 7041source = "registry+https://github.com/rust-lang/crates.io-index"
 7042checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7043dependencies = [
 7044 "rustix 1.1.2",
 7045 "windows-link 0.2.1",
 7046]
 7047
 7048[[package]]
 7049name = "getrandom"
 7050version = "0.2.16"
 7051source = "registry+https://github.com/rust-lang/crates.io-index"
 7052checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7053dependencies = [
 7054 "cfg-if",
 7055 "js-sys",
 7056 "libc",
 7057 "wasi",
 7058 "wasm-bindgen",
 7059]
 7060
 7061[[package]]
 7062name = "getrandom"
 7063version = "0.3.4"
 7064source = "registry+https://github.com/rust-lang/crates.io-index"
 7065checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7066dependencies = [
 7067 "cfg-if",
 7068 "js-sys",
 7069 "libc",
 7070 "r-efi",
 7071 "wasip2",
 7072 "wasm-bindgen",
 7073]
 7074
 7075[[package]]
 7076name = "getrandom"
 7077version = "0.4.1"
 7078source = "registry+https://github.com/rust-lang/crates.io-index"
 7079checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7080dependencies = [
 7081 "cfg-if",
 7082 "libc",
 7083 "r-efi",
 7084 "wasip2",
 7085 "wasip3",
 7086]
 7087
 7088[[package]]
 7089name = "gh-workflow"
 7090version = "0.8.0"
 7091source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7092dependencies = [
 7093 "async-trait",
 7094 "derive_more",
 7095 "derive_setters",
 7096 "gh-workflow-macros",
 7097 "indexmap",
 7098 "merge",
 7099 "serde",
 7100 "serde_json",
 7101 "serde_yaml",
 7102 "strum_macros 0.27.2",
 7103]
 7104
 7105[[package]]
 7106name = "gh-workflow-macros"
 7107version = "0.8.0"
 7108source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7109dependencies = [
 7110 "heck 0.5.0",
 7111 "quote",
 7112 "syn 2.0.117",
 7113]
 7114
 7115[[package]]
 7116name = "gif"
 7117version = "0.13.3"
 7118source = "registry+https://github.com/rust-lang/crates.io-index"
 7119checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7120dependencies = [
 7121 "color_quant",
 7122 "weezl",
 7123]
 7124
 7125[[package]]
 7126name = "gimli"
 7127version = "0.32.3"
 7128source = "registry+https://github.com/rust-lang/crates.io-index"
 7129checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7130dependencies = [
 7131 "fallible-iterator",
 7132 "indexmap",
 7133 "stable_deref_trait",
 7134]
 7135
 7136[[package]]
 7137name = "gio-sys"
 7138version = "0.21.5"
 7139source = "registry+https://github.com/rust-lang/crates.io-index"
 7140checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7141dependencies = [
 7142 "glib-sys",
 7143 "gobject-sys",
 7144 "libc",
 7145 "system-deps 7.0.7",
 7146 "windows-sys 0.61.2",
 7147]
 7148
 7149[[package]]
 7150name = "git"
 7151version = "0.1.0"
 7152dependencies = [
 7153 "anyhow",
 7154 "askpass",
 7155 "async-trait",
 7156 "collections",
 7157 "derive_more",
 7158 "futures 0.3.32",
 7159 "git2",
 7160 "gpui",
 7161 "http_client",
 7162 "itertools 0.14.0",
 7163 "log",
 7164 "parking_lot",
 7165 "pretty_assertions",
 7166 "rand 0.9.3",
 7167 "regex",
 7168 "rope",
 7169 "schemars",
 7170 "serde",
 7171 "serde_json",
 7172 "smallvec",
 7173 "smol",
 7174 "sum_tree",
 7175 "tempfile",
 7176 "text",
 7177 "thiserror 2.0.17",
 7178 "time",
 7179 "url",
 7180 "urlencoding",
 7181 "util",
 7182 "uuid",
 7183 "ztracing",
 7184]
 7185
 7186[[package]]
 7187name = "git2"
 7188version = "0.20.4"
 7189source = "registry+https://github.com/rust-lang/crates.io-index"
 7190checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7191dependencies = [
 7192 "bitflags 2.10.0",
 7193 "libc",
 7194 "libgit2-sys",
 7195 "log",
 7196 "url",
 7197]
 7198
 7199[[package]]
 7200name = "git_graph"
 7201version = "0.1.0"
 7202dependencies = [
 7203 "anyhow",
 7204 "collections",
 7205 "db",
 7206 "editor",
 7207 "fs",
 7208 "git",
 7209 "git_ui",
 7210 "gpui",
 7211 "language",
 7212 "menu",
 7213 "project",
 7214 "rand 0.9.3",
 7215 "remote_connection",
 7216 "search",
 7217 "serde_json",
 7218 "settings",
 7219 "smallvec",
 7220 "smol",
 7221 "theme",
 7222 "theme_settings",
 7223 "time",
 7224 "ui",
 7225 "workspace",
 7226]
 7227
 7228[[package]]
 7229name = "git_hosting_providers"
 7230version = "0.1.0"
 7231dependencies = [
 7232 "anyhow",
 7233 "async-trait",
 7234 "futures 0.3.32",
 7235 "git",
 7236 "gpui",
 7237 "http_client",
 7238 "indoc",
 7239 "itertools 0.14.0",
 7240 "pretty_assertions",
 7241 "regex",
 7242 "serde",
 7243 "serde_json",
 7244 "settings",
 7245 "url",
 7246 "urlencoding",
 7247 "util",
 7248]
 7249
 7250[[package]]
 7251name = "git_ui"
 7252version = "0.1.0"
 7253dependencies = [
 7254 "agent_settings",
 7255 "alacritty_terminal",
 7256 "anyhow",
 7257 "askpass",
 7258 "buffer_diff",
 7259 "call",
 7260 "collections",
 7261 "component",
 7262 "ctor",
 7263 "db",
 7264 "editor",
 7265 "file_icons",
 7266 "fs",
 7267 "futures 0.3.32",
 7268 "fuzzy",
 7269 "git",
 7270 "gpui",
 7271 "indoc",
 7272 "itertools 0.14.0",
 7273 "language",
 7274 "language_model",
 7275 "linkify",
 7276 "log",
 7277 "markdown",
 7278 "menu",
 7279 "multi_buffer",
 7280 "notifications",
 7281 "panel",
 7282 "picker",
 7283 "pretty_assertions",
 7284 "project",
 7285 "prompt_store",
 7286 "proto",
 7287 "rand 0.9.3",
 7288 "remote",
 7289 "remote_connection",
 7290 "schemars",
 7291 "serde",
 7292 "serde_json",
 7293 "settings",
 7294 "smallvec",
 7295 "smol",
 7296 "strum 0.27.2",
 7297 "telemetry",
 7298 "theme",
 7299 "theme_settings",
 7300 "time",
 7301 "time_format",
 7302 "tracing",
 7303 "ui",
 7304 "ui_input",
 7305 "unindent",
 7306 "util",
 7307 "watch",
 7308 "windows 0.61.3",
 7309 "workspace",
 7310 "zed_actions",
 7311 "zeroize",
 7312 "zlog",
 7313 "ztracing",
 7314]
 7315
 7316[[package]]
 7317name = "gl_generator"
 7318version = "0.14.0"
 7319source = "registry+https://github.com/rust-lang/crates.io-index"
 7320checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7321dependencies = [
 7322 "khronos_api",
 7323 "log",
 7324 "xml-rs",
 7325]
 7326
 7327[[package]]
 7328name = "glib"
 7329version = "0.21.5"
 7330source = "registry+https://github.com/rust-lang/crates.io-index"
 7331checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7332dependencies = [
 7333 "bitflags 2.10.0",
 7334 "futures-channel",
 7335 "futures-core",
 7336 "futures-executor",
 7337 "futures-task",
 7338 "futures-util",
 7339 "gio-sys",
 7340 "glib-macros",
 7341 "glib-sys",
 7342 "gobject-sys",
 7343 "libc",
 7344 "memchr",
 7345 "smallvec",
 7346]
 7347
 7348[[package]]
 7349name = "glib-macros"
 7350version = "0.21.5"
 7351source = "registry+https://github.com/rust-lang/crates.io-index"
 7352checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7353dependencies = [
 7354 "heck 0.5.0",
 7355 "proc-macro-crate",
 7356 "proc-macro2",
 7357 "quote",
 7358 "syn 2.0.117",
 7359]
 7360
 7361[[package]]
 7362name = "glib-sys"
 7363version = "0.21.5"
 7364source = "registry+https://github.com/rust-lang/crates.io-index"
 7365checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7366dependencies = [
 7367 "libc",
 7368 "system-deps 7.0.7",
 7369]
 7370
 7371[[package]]
 7372name = "glob"
 7373version = "0.3.3"
 7374source = "registry+https://github.com/rust-lang/crates.io-index"
 7375checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7376
 7377[[package]]
 7378name = "globset"
 7379version = "0.4.17"
 7380source = "registry+https://github.com/rust-lang/crates.io-index"
 7381checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7382dependencies = [
 7383 "aho-corasick",
 7384 "bstr",
 7385 "log",
 7386 "regex-automata",
 7387 "regex-syntax",
 7388]
 7389
 7390[[package]]
 7391name = "gloo-timers"
 7392version = "0.3.0"
 7393source = "registry+https://github.com/rust-lang/crates.io-index"
 7394checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7395dependencies = [
 7396 "futures-channel",
 7397 "futures-core",
 7398 "js-sys",
 7399 "wasm-bindgen",
 7400]
 7401
 7402[[package]]
 7403name = "glow"
 7404version = "0.17.0"
 7405source = "registry+https://github.com/rust-lang/crates.io-index"
 7406checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7407dependencies = [
 7408 "js-sys",
 7409 "slotmap",
 7410 "wasm-bindgen",
 7411 "web-sys",
 7412]
 7413
 7414[[package]]
 7415name = "glutin_wgl_sys"
 7416version = "0.6.1"
 7417source = "registry+https://github.com/rust-lang/crates.io-index"
 7418checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7419dependencies = [
 7420 "gl_generator",
 7421]
 7422
 7423[[package]]
 7424name = "go_to_line"
 7425version = "0.1.0"
 7426dependencies = [
 7427 "editor",
 7428 "gpui",
 7429 "indoc",
 7430 "language",
 7431 "menu",
 7432 "multi_buffer",
 7433 "project",
 7434 "rope",
 7435 "serde",
 7436 "serde_json",
 7437 "settings",
 7438 "text",
 7439 "theme",
 7440 "ui",
 7441 "util",
 7442 "workspace",
 7443]
 7444
 7445[[package]]
 7446name = "gobject-sys"
 7447version = "0.21.5"
 7448source = "registry+https://github.com/rust-lang/crates.io-index"
 7449checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7450dependencies = [
 7451 "glib-sys",
 7452 "libc",
 7453 "system-deps 7.0.7",
 7454]
 7455
 7456[[package]]
 7457name = "goblin"
 7458version = "0.9.3"
 7459source = "registry+https://github.com/rust-lang/crates.io-index"
 7460checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7461dependencies = [
 7462 "log",
 7463 "plain",
 7464 "scroll",
 7465]
 7466
 7467[[package]]
 7468name = "google_ai"
 7469version = "0.1.0"
 7470dependencies = [
 7471 "anyhow",
 7472 "futures 0.3.32",
 7473 "http_client",
 7474 "language_model_core",
 7475 "log",
 7476 "schemars",
 7477 "serde",
 7478 "serde_json",
 7479 "strum 0.27.2",
 7480 "tiktoken-rs",
 7481]
 7482
 7483[[package]]
 7484name = "gpu-allocator"
 7485version = "0.28.0"
 7486source = "registry+https://github.com/rust-lang/crates.io-index"
 7487checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7488dependencies = [
 7489 "ash",
 7490 "hashbrown 0.16.1",
 7491 "log",
 7492 "presser",
 7493 "thiserror 2.0.17",
 7494 "windows 0.62.2",
 7495]
 7496
 7497[[package]]
 7498name = "gpu-descriptor"
 7499version = "0.3.2"
 7500source = "registry+https://github.com/rust-lang/crates.io-index"
 7501checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7502dependencies = [
 7503 "bitflags 2.10.0",
 7504 "gpu-descriptor-types",
 7505 "hashbrown 0.15.5",
 7506]
 7507
 7508[[package]]
 7509name = "gpu-descriptor-types"
 7510version = "0.2.0"
 7511source = "registry+https://github.com/rust-lang/crates.io-index"
 7512checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7513dependencies = [
 7514 "bitflags 2.10.0",
 7515]
 7516
 7517[[package]]
 7518name = "gpui"
 7519version = "0.2.2"
 7520dependencies = [
 7521 "anyhow",
 7522 "async-channel 2.5.0",
 7523 "async-task",
 7524 "backtrace",
 7525 "bindgen 0.71.1",
 7526 "bitflags 2.10.0",
 7527 "block",
 7528 "cbindgen",
 7529 "chrono",
 7530 "cocoa 0.26.0",
 7531 "cocoa-foundation 0.2.0",
 7532 "collections",
 7533 "core-foundation 0.10.0",
 7534 "core-foundation-sys",
 7535 "core-graphics 0.24.0",
 7536 "core-text",
 7537 "core-video",
 7538 "ctor",
 7539 "derive_more",
 7540 "embed-resource",
 7541 "env_logger 0.11.8",
 7542 "etagere",
 7543 "foreign-types 0.5.0",
 7544 "futures 0.3.32",
 7545 "futures-concurrency",
 7546 "getrandom 0.3.4",
 7547 "gpui_macros",
 7548 "gpui_platform",
 7549 "gpui_shared_string",
 7550 "gpui_util",
 7551 "gpui_web",
 7552 "http_client",
 7553 "image",
 7554 "inventory",
 7555 "itertools 0.14.0",
 7556 "log",
 7557 "lyon",
 7558 "mach2 0.5.0",
 7559 "media",
 7560 "metal",
 7561 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7562 "num_cpus",
 7563 "objc",
 7564 "objc2",
 7565 "objc2-metal",
 7566 "parking",
 7567 "parking_lot",
 7568 "pathfinder_geometry",
 7569 "pin-project",
 7570 "pollster 0.4.0",
 7571 "postage",
 7572 "profiling",
 7573 "proptest",
 7574 "rand 0.9.3",
 7575 "raw-window-handle",
 7576 "refineable",
 7577 "regex",
 7578 "reqwest_client",
 7579 "resvg",
 7580 "scheduler",
 7581 "schemars",
 7582 "seahash",
 7583 "serde",
 7584 "serde_json",
 7585 "slotmap",
 7586 "smallvec",
 7587 "spin 0.10.0",
 7588 "stacksafe",
 7589 "strum 0.27.2",
 7590 "sum_tree",
 7591 "taffy",
 7592 "thiserror 2.0.17",
 7593 "ttf-parser 0.25.1",
 7594 "unicode-segmentation",
 7595 "url",
 7596 "usvg",
 7597 "util_macros",
 7598 "uuid",
 7599 "waker-fn",
 7600 "wasm-bindgen",
 7601 "web-time",
 7602 "windows 0.61.3",
 7603 "zed-font-kit",
 7604 "zed-scap",
 7605]
 7606
 7607[[package]]
 7608name = "gpui_linux"
 7609version = "0.1.0"
 7610dependencies = [
 7611 "anyhow",
 7612 "as-raw-xcb-connection",
 7613 "ashpd",
 7614 "bitflags 2.10.0",
 7615 "bytemuck",
 7616 "calloop",
 7617 "calloop-wayland-source",
 7618 "collections",
 7619 "filedescriptor",
 7620 "futures 0.3.32",
 7621 "gpui",
 7622 "gpui_wgpu",
 7623 "http_client",
 7624 "image",
 7625 "itertools 0.14.0",
 7626 "libc",
 7627 "log",
 7628 "oo7",
 7629 "open",
 7630 "parking_lot",
 7631 "pathfinder_geometry",
 7632 "pollster 0.4.0",
 7633 "profiling",
 7634 "raw-window-handle",
 7635 "smallvec",
 7636 "smol",
 7637 "strum 0.27.2",
 7638 "swash",
 7639 "url",
 7640 "util",
 7641 "uuid",
 7642 "wayland-backend",
 7643 "wayland-client",
 7644 "wayland-cursor",
 7645 "wayland-protocols",
 7646 "wayland-protocols-plasma",
 7647 "wayland-protocols-wlr",
 7648 "x11-clipboard",
 7649 "x11rb",
 7650 "xkbcommon",
 7651 "zed-scap",
 7652 "zed-xim",
 7653]
 7654
 7655[[package]]
 7656name = "gpui_macos"
 7657version = "0.1.0"
 7658dependencies = [
 7659 "anyhow",
 7660 "async-task",
 7661 "block",
 7662 "cbindgen",
 7663 "cocoa 0.26.0",
 7664 "collections",
 7665 "core-foundation 0.10.0",
 7666 "core-foundation-sys",
 7667 "core-graphics 0.24.0",
 7668 "core-text",
 7669 "core-video",
 7670 "ctor",
 7671 "derive_more",
 7672 "dispatch2",
 7673 "etagere",
 7674 "foreign-types 0.5.0",
 7675 "futures 0.3.32",
 7676 "gpui",
 7677 "image",
 7678 "itertools 0.14.0",
 7679 "libc",
 7680 "log",
 7681 "mach2 0.5.0",
 7682 "media",
 7683 "metal",
 7684 "objc",
 7685 "objc2-app-kit",
 7686 "parking_lot",
 7687 "pathfinder_geometry",
 7688 "raw-window-handle",
 7689 "semver",
 7690 "smallvec",
 7691 "strum 0.27.2",
 7692 "util",
 7693 "uuid",
 7694 "zed-font-kit",
 7695]
 7696
 7697[[package]]
 7698name = "gpui_macros"
 7699version = "0.1.0"
 7700dependencies = [
 7701 "gpui",
 7702 "heck 0.5.0",
 7703 "proc-macro2",
 7704 "quote",
 7705 "syn 2.0.117",
 7706]
 7707
 7708[[package]]
 7709name = "gpui_platform"
 7710version = "0.1.0"
 7711dependencies = [
 7712 "console_error_panic_hook",
 7713 "gpui",
 7714 "gpui_linux",
 7715 "gpui_macos",
 7716 "gpui_web",
 7717 "gpui_windows",
 7718]
 7719
 7720[[package]]
 7721name = "gpui_shared_string"
 7722version = "0.1.0"
 7723dependencies = [
 7724 "derive_more",
 7725 "gpui_util",
 7726 "schemars",
 7727 "serde",
 7728]
 7729
 7730[[package]]
 7731name = "gpui_tokio"
 7732version = "0.1.0"
 7733dependencies = [
 7734 "anyhow",
 7735 "gpui",
 7736 "tokio",
 7737 "util",
 7738]
 7739
 7740[[package]]
 7741name = "gpui_util"
 7742version = "0.1.0"
 7743dependencies = [
 7744 "anyhow",
 7745 "log",
 7746]
 7747
 7748[[package]]
 7749name = "gpui_web"
 7750version = "0.1.0"
 7751dependencies = [
 7752 "anyhow",
 7753 "console_error_panic_hook",
 7754 "futures 0.3.32",
 7755 "gpui",
 7756 "gpui_wgpu",
 7757 "http_client",
 7758 "js-sys",
 7759 "log",
 7760 "parking_lot",
 7761 "raw-window-handle",
 7762 "smallvec",
 7763 "uuid",
 7764 "wasm-bindgen",
 7765 "wasm-bindgen-futures",
 7766 "wasm_thread",
 7767 "web-sys",
 7768 "web-time",
 7769]
 7770
 7771[[package]]
 7772name = "gpui_wgpu"
 7773version = "0.1.0"
 7774dependencies = [
 7775 "anyhow",
 7776 "bytemuck",
 7777 "collections",
 7778 "cosmic-text",
 7779 "etagere",
 7780 "gpui",
 7781 "gpui_util",
 7782 "itertools 0.14.0",
 7783 "js-sys",
 7784 "log",
 7785 "parking_lot",
 7786 "pollster 0.4.0",
 7787 "profiling",
 7788 "raw-window-handle",
 7789 "smallvec",
 7790 "swash",
 7791 "wasm-bindgen",
 7792 "wasm-bindgen-futures",
 7793 "web-sys",
 7794 "wgpu",
 7795 "zed-font-kit",
 7796]
 7797
 7798[[package]]
 7799name = "gpui_windows"
 7800version = "0.1.0"
 7801dependencies = [
 7802 "anyhow",
 7803 "collections",
 7804 "etagere",
 7805 "futures 0.3.32",
 7806 "gpui",
 7807 "image",
 7808 "itertools 0.14.0",
 7809 "log",
 7810 "parking_lot",
 7811 "rand 0.9.3",
 7812 "raw-window-handle",
 7813 "smallvec",
 7814 "util",
 7815 "uuid",
 7816 "windows 0.61.3",
 7817 "windows-core 0.61.2",
 7818 "windows-numerics 0.2.0",
 7819 "windows-registry 0.5.3",
 7820 "zed-scap",
 7821]
 7822
 7823[[package]]
 7824name = "grammars"
 7825version = "0.1.0"
 7826dependencies = [
 7827 "anyhow",
 7828 "language_core",
 7829 "rust-embed",
 7830 "toml 0.8.23",
 7831 "tree-sitter",
 7832 "tree-sitter-bash",
 7833 "tree-sitter-c",
 7834 "tree-sitter-cpp",
 7835 "tree-sitter-css",
 7836 "tree-sitter-diff",
 7837 "tree-sitter-gitcommit",
 7838 "tree-sitter-go",
 7839 "tree-sitter-gomod",
 7840 "tree-sitter-gowork",
 7841 "tree-sitter-jsdoc",
 7842 "tree-sitter-json",
 7843 "tree-sitter-md",
 7844 "tree-sitter-python",
 7845 "tree-sitter-regex",
 7846 "tree-sitter-rust",
 7847 "tree-sitter-typescript",
 7848 "tree-sitter-yaml",
 7849 "util",
 7850]
 7851
 7852[[package]]
 7853name = "grid"
 7854version = "0.18.0"
 7855source = "registry+https://github.com/rust-lang/crates.io-index"
 7856checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7857
 7858[[package]]
 7859name = "group"
 7860version = "0.12.1"
 7861source = "registry+https://github.com/rust-lang/crates.io-index"
 7862checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7863dependencies = [
 7864 "ff",
 7865 "rand_core 0.6.4",
 7866 "subtle",
 7867]
 7868
 7869[[package]]
 7870name = "h2"
 7871version = "0.3.27"
 7872source = "registry+https://github.com/rust-lang/crates.io-index"
 7873checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7874dependencies = [
 7875 "bytes 1.11.1",
 7876 "fnv",
 7877 "futures-core",
 7878 "futures-sink",
 7879 "futures-util",
 7880 "http 0.2.12",
 7881 "indexmap",
 7882 "slab",
 7883 "tokio",
 7884 "tokio-util",
 7885 "tracing",
 7886]
 7887
 7888[[package]]
 7889name = "h2"
 7890version = "0.4.12"
 7891source = "registry+https://github.com/rust-lang/crates.io-index"
 7892checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7893dependencies = [
 7894 "atomic-waker",
 7895 "bytes 1.11.1",
 7896 "fnv",
 7897 "futures-core",
 7898 "futures-sink",
 7899 "http 1.3.1",
 7900 "indexmap",
 7901 "slab",
 7902 "tokio",
 7903 "tokio-util",
 7904 "tracing",
 7905]
 7906
 7907[[package]]
 7908name = "half"
 7909version = "2.7.1"
 7910source = "registry+https://github.com/rust-lang/crates.io-index"
 7911checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7912dependencies = [
 7913 "bytemuck",
 7914 "cfg-if",
 7915 "crunchy",
 7916 "num-traits",
 7917 "rand 0.9.3",
 7918 "rand_distr",
 7919 "zerocopy",
 7920]
 7921
 7922[[package]]
 7923name = "handlebars"
 7924version = "4.5.0"
 7925source = "registry+https://github.com/rust-lang/crates.io-index"
 7926checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7927dependencies = [
 7928 "log",
 7929 "pest",
 7930 "pest_derive",
 7931 "rust-embed",
 7932 "serde",
 7933 "serde_json",
 7934 "thiserror 1.0.69",
 7935]
 7936
 7937[[package]]
 7938name = "handlebars"
 7939version = "5.1.2"
 7940source = "registry+https://github.com/rust-lang/crates.io-index"
 7941checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7942dependencies = [
 7943 "log",
 7944 "pest",
 7945 "pest_derive",
 7946 "serde",
 7947 "serde_json",
 7948 "thiserror 1.0.69",
 7949]
 7950
 7951[[package]]
 7952name = "harfrust"
 7953version = "0.5.0"
 7954source = "registry+https://github.com/rust-lang/crates.io-index"
 7955checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7956dependencies = [
 7957 "bitflags 2.10.0",
 7958 "bytemuck",
 7959 "core_maths",
 7960 "read-fonts 0.37.0",
 7961 "smallvec",
 7962]
 7963
 7964[[package]]
 7965name = "hash32"
 7966version = "0.3.1"
 7967source = "registry+https://github.com/rust-lang/crates.io-index"
 7968checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 7969dependencies = [
 7970 "byteorder",
 7971]
 7972
 7973[[package]]
 7974name = "hashbrown"
 7975version = "0.12.3"
 7976source = "registry+https://github.com/rust-lang/crates.io-index"
 7977checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 7978dependencies = [
 7979 "ahash 0.7.8",
 7980]
 7981
 7982[[package]]
 7983name = "hashbrown"
 7984version = "0.14.5"
 7985source = "registry+https://github.com/rust-lang/crates.io-index"
 7986checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 7987dependencies = [
 7988 "ahash 0.8.12",
 7989 "allocator-api2",
 7990]
 7991
 7992[[package]]
 7993name = "hashbrown"
 7994version = "0.15.5"
 7995source = "registry+https://github.com/rust-lang/crates.io-index"
 7996checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 7997dependencies = [
 7998 "allocator-api2",
 7999 "equivalent",
 8000 "foldhash 0.1.5",
 8001 "serde",
 8002]
 8003
 8004[[package]]
 8005name = "hashbrown"
 8006version = "0.16.1"
 8007source = "registry+https://github.com/rust-lang/crates.io-index"
 8008checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8009dependencies = [
 8010 "allocator-api2",
 8011 "equivalent",
 8012 "foldhash 0.2.0",
 8013]
 8014
 8015[[package]]
 8016name = "hashlink"
 8017version = "0.8.4"
 8018source = "registry+https://github.com/rust-lang/crates.io-index"
 8019checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8020dependencies = [
 8021 "hashbrown 0.14.5",
 8022]
 8023
 8024[[package]]
 8025name = "hashlink"
 8026version = "0.10.0"
 8027source = "registry+https://github.com/rust-lang/crates.io-index"
 8028checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8029dependencies = [
 8030 "hashbrown 0.15.5",
 8031]
 8032
 8033[[package]]
 8034name = "headers"
 8035version = "0.3.9"
 8036source = "registry+https://github.com/rust-lang/crates.io-index"
 8037checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8038dependencies = [
 8039 "base64 0.21.7",
 8040 "bytes 1.11.1",
 8041 "headers-core",
 8042 "http 0.2.12",
 8043 "httpdate",
 8044 "mime",
 8045 "sha1",
 8046]
 8047
 8048[[package]]
 8049name = "headers-core"
 8050version = "0.2.0"
 8051source = "registry+https://github.com/rust-lang/crates.io-index"
 8052checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8053dependencies = [
 8054 "http 0.2.12",
 8055]
 8056
 8057[[package]]
 8058name = "heapless"
 8059version = "0.9.2"
 8060source = "registry+https://github.com/rust-lang/crates.io-index"
 8061checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8062dependencies = [
 8063 "hash32",
 8064 "stable_deref_trait",
 8065]
 8066
 8067[[package]]
 8068name = "heck"
 8069version = "0.3.3"
 8070source = "registry+https://github.com/rust-lang/crates.io-index"
 8071checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8072dependencies = [
 8073 "unicode-segmentation",
 8074]
 8075
 8076[[package]]
 8077name = "heck"
 8078version = "0.4.1"
 8079source = "registry+https://github.com/rust-lang/crates.io-index"
 8080checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8081dependencies = [
 8082 "unicode-segmentation",
 8083]
 8084
 8085[[package]]
 8086name = "heck"
 8087version = "0.5.0"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8090
 8091[[package]]
 8092name = "heed"
 8093version = "0.21.0"
 8094source = "registry+https://github.com/rust-lang/crates.io-index"
 8095checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8096dependencies = [
 8097 "bitflags 2.10.0",
 8098 "byteorder",
 8099 "heed-traits",
 8100 "heed-types",
 8101 "libc",
 8102 "lmdb-master-sys",
 8103 "once_cell",
 8104 "page_size",
 8105 "serde",
 8106 "synchronoise",
 8107 "url",
 8108]
 8109
 8110[[package]]
 8111name = "heed-traits"
 8112version = "0.20.0"
 8113source = "registry+https://github.com/rust-lang/crates.io-index"
 8114checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8115
 8116[[package]]
 8117name = "heed-types"
 8118version = "0.21.0"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8121dependencies = [
 8122 "bincode",
 8123 "byteorder",
 8124 "heed-traits",
 8125 "serde",
 8126 "serde_json",
 8127]
 8128
 8129[[package]]
 8130name = "hermit-abi"
 8131version = "0.5.2"
 8132source = "registry+https://github.com/rust-lang/crates.io-index"
 8133checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8134
 8135[[package]]
 8136name = "hex"
 8137version = "0.4.3"
 8138source = "registry+https://github.com/rust-lang/crates.io-index"
 8139checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8140
 8141[[package]]
 8142name = "hexf-parse"
 8143version = "0.2.1"
 8144source = "registry+https://github.com/rust-lang/crates.io-index"
 8145checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8146
 8147[[package]]
 8148name = "hkdf"
 8149version = "0.12.4"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8152dependencies = [
 8153 "hmac",
 8154]
 8155
 8156[[package]]
 8157name = "hmac"
 8158version = "0.12.1"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8161dependencies = [
 8162 "digest",
 8163]
 8164
 8165[[package]]
 8166name = "home"
 8167version = "0.5.11"
 8168source = "registry+https://github.com/rust-lang/crates.io-index"
 8169checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8170dependencies = [
 8171 "windows-sys 0.59.0",
 8172]
 8173
 8174[[package]]
 8175name = "hound"
 8176version = "3.5.1"
 8177source = "registry+https://github.com/rust-lang/crates.io-index"
 8178checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8179
 8180[[package]]
 8181name = "html5ever"
 8182version = "0.27.0"
 8183source = "registry+https://github.com/rust-lang/crates.io-index"
 8184checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8185dependencies = [
 8186 "log",
 8187 "mac",
 8188 "markup5ever 0.12.1",
 8189 "proc-macro2",
 8190 "quote",
 8191 "syn 2.0.117",
 8192]
 8193
 8194[[package]]
 8195name = "html5ever"
 8196version = "0.35.0"
 8197source = "registry+https://github.com/rust-lang/crates.io-index"
 8198checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8199dependencies = [
 8200 "log",
 8201 "markup5ever 0.35.0",
 8202 "match_token",
 8203]
 8204
 8205[[package]]
 8206name = "html_to_markdown"
 8207version = "0.1.0"
 8208dependencies = [
 8209 "anyhow",
 8210 "html5ever 0.27.0",
 8211 "indoc",
 8212 "markup5ever_rcdom",
 8213 "pretty_assertions",
 8214 "regex",
 8215]
 8216
 8217[[package]]
 8218name = "http"
 8219version = "0.2.12"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8222dependencies = [
 8223 "bytes 1.11.1",
 8224 "fnv",
 8225 "itoa",
 8226]
 8227
 8228[[package]]
 8229name = "http"
 8230version = "1.3.1"
 8231source = "registry+https://github.com/rust-lang/crates.io-index"
 8232checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8233dependencies = [
 8234 "bytes 1.11.1",
 8235 "fnv",
 8236 "itoa",
 8237]
 8238
 8239[[package]]
 8240name = "http-body"
 8241version = "0.4.6"
 8242source = "registry+https://github.com/rust-lang/crates.io-index"
 8243checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8244dependencies = [
 8245 "bytes 1.11.1",
 8246 "http 0.2.12",
 8247 "pin-project-lite",
 8248]
 8249
 8250[[package]]
 8251name = "http-body"
 8252version = "1.0.1"
 8253source = "registry+https://github.com/rust-lang/crates.io-index"
 8254checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8255dependencies = [
 8256 "bytes 1.11.1",
 8257 "http 1.3.1",
 8258]
 8259
 8260[[package]]
 8261name = "http-body-util"
 8262version = "0.1.3"
 8263source = "registry+https://github.com/rust-lang/crates.io-index"
 8264checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8265dependencies = [
 8266 "bytes 1.11.1",
 8267 "futures-core",
 8268 "http 1.3.1",
 8269 "http-body 1.0.1",
 8270 "pin-project-lite",
 8271]
 8272
 8273[[package]]
 8274name = "http-range-header"
 8275version = "0.3.1"
 8276source = "registry+https://github.com/rust-lang/crates.io-index"
 8277checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8278
 8279[[package]]
 8280name = "http_client"
 8281version = "0.1.0"
 8282dependencies = [
 8283 "anyhow",
 8284 "async-compression",
 8285 "async-fs",
 8286 "async-tar",
 8287 "bytes 1.11.1",
 8288 "derive_more",
 8289 "futures 0.3.32",
 8290 "http 1.3.1",
 8291 "http-body 1.0.1",
 8292 "log",
 8293 "parking_lot",
 8294 "serde",
 8295 "serde_json",
 8296 "serde_urlencoded",
 8297 "sha2",
 8298 "tempfile",
 8299 "url",
 8300 "util",
 8301]
 8302
 8303[[package]]
 8304name = "http_client_tls"
 8305version = "0.1.0"
 8306dependencies = [
 8307 "rustls 0.23.33",
 8308 "rustls-platform-verifier",
 8309]
 8310
 8311[[package]]
 8312name = "httparse"
 8313version = "1.10.1"
 8314source = "registry+https://github.com/rust-lang/crates.io-index"
 8315checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8316
 8317[[package]]
 8318name = "httpdate"
 8319version = "1.0.3"
 8320source = "registry+https://github.com/rust-lang/crates.io-index"
 8321checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8322
 8323[[package]]
 8324name = "human_bytes"
 8325version = "0.4.3"
 8326source = "registry+https://github.com/rust-lang/crates.io-index"
 8327checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8328
 8329[[package]]
 8330name = "humantime"
 8331version = "2.3.0"
 8332source = "registry+https://github.com/rust-lang/crates.io-index"
 8333checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8334
 8335[[package]]
 8336name = "hyper"
 8337version = "0.14.32"
 8338source = "registry+https://github.com/rust-lang/crates.io-index"
 8339checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8340dependencies = [
 8341 "bytes 1.11.1",
 8342 "futures-channel",
 8343 "futures-core",
 8344 "futures-util",
 8345 "h2 0.3.27",
 8346 "http 0.2.12",
 8347 "http-body 0.4.6",
 8348 "httparse",
 8349 "httpdate",
 8350 "itoa",
 8351 "pin-project-lite",
 8352 "socket2 0.5.10",
 8353 "tokio",
 8354 "tower-service",
 8355 "tracing",
 8356 "want",
 8357]
 8358
 8359[[package]]
 8360name = "hyper"
 8361version = "1.7.0"
 8362source = "registry+https://github.com/rust-lang/crates.io-index"
 8363checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8364dependencies = [
 8365 "atomic-waker",
 8366 "bytes 1.11.1",
 8367 "futures-channel",
 8368 "futures-core",
 8369 "h2 0.4.12",
 8370 "http 1.3.1",
 8371 "http-body 1.0.1",
 8372 "httparse",
 8373 "itoa",
 8374 "pin-project-lite",
 8375 "pin-utils",
 8376 "smallvec",
 8377 "tokio",
 8378 "want",
 8379]
 8380
 8381[[package]]
 8382name = "hyper-rustls"
 8383version = "0.24.2"
 8384source = "registry+https://github.com/rust-lang/crates.io-index"
 8385checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8386dependencies = [
 8387 "futures-util",
 8388 "http 0.2.12",
 8389 "hyper 0.14.32",
 8390 "log",
 8391 "rustls 0.21.12",
 8392 "rustls-native-certs 0.6.3",
 8393 "tokio",
 8394 "tokio-rustls 0.24.1",
 8395]
 8396
 8397[[package]]
 8398name = "hyper-rustls"
 8399version = "0.27.7"
 8400source = "registry+https://github.com/rust-lang/crates.io-index"
 8401checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8402dependencies = [
 8403 "http 1.3.1",
 8404 "hyper 1.7.0",
 8405 "hyper-util",
 8406 "log",
 8407 "rustls 0.23.33",
 8408 "rustls-native-certs 0.8.2",
 8409 "rustls-pki-types",
 8410 "tokio",
 8411 "tokio-rustls 0.26.2",
 8412 "tower-service",
 8413]
 8414
 8415[[package]]
 8416name = "hyper-timeout"
 8417version = "0.5.2"
 8418source = "registry+https://github.com/rust-lang/crates.io-index"
 8419checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8420dependencies = [
 8421 "hyper 1.7.0",
 8422 "hyper-util",
 8423 "pin-project-lite",
 8424 "tokio",
 8425 "tower-service",
 8426]
 8427
 8428[[package]]
 8429name = "hyper-tls"
 8430version = "0.5.0"
 8431source = "registry+https://github.com/rust-lang/crates.io-index"
 8432checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8433dependencies = [
 8434 "bytes 1.11.1",
 8435 "hyper 0.14.32",
 8436 "native-tls",
 8437 "tokio",
 8438 "tokio-native-tls",
 8439]
 8440
 8441[[package]]
 8442name = "hyper-util"
 8443version = "0.1.17"
 8444source = "registry+https://github.com/rust-lang/crates.io-index"
 8445checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8446dependencies = [
 8447 "base64 0.22.1",
 8448 "bytes 1.11.1",
 8449 "futures-channel",
 8450 "futures-core",
 8451 "futures-util",
 8452 "http 1.3.1",
 8453 "http-body 1.0.1",
 8454 "hyper 1.7.0",
 8455 "ipnet",
 8456 "libc",
 8457 "percent-encoding",
 8458 "pin-project-lite",
 8459 "socket2 0.6.1",
 8460 "tokio",
 8461 "tower-service",
 8462 "tracing",
 8463]
 8464
 8465[[package]]
 8466name = "iana-time-zone"
 8467version = "0.1.64"
 8468source = "registry+https://github.com/rust-lang/crates.io-index"
 8469checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8470dependencies = [
 8471 "android_system_properties",
 8472 "core-foundation-sys",
 8473 "iana-time-zone-haiku",
 8474 "js-sys",
 8475 "log",
 8476 "wasm-bindgen",
 8477 "windows-core 0.62.2",
 8478]
 8479
 8480[[package]]
 8481name = "iana-time-zone-haiku"
 8482version = "0.1.2"
 8483source = "registry+https://github.com/rust-lang/crates.io-index"
 8484checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8485dependencies = [
 8486 "cc",
 8487]
 8488
 8489[[package]]
 8490name = "icons"
 8491version = "0.1.0"
 8492dependencies = [
 8493 "serde",
 8494 "strum 0.27.2",
 8495]
 8496
 8497[[package]]
 8498name = "icu_collections"
 8499version = "2.0.0"
 8500source = "registry+https://github.com/rust-lang/crates.io-index"
 8501checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8502dependencies = [
 8503 "displaydoc",
 8504 "potential_utf",
 8505 "yoke 0.8.0",
 8506 "zerofrom",
 8507 "zerovec",
 8508]
 8509
 8510[[package]]
 8511name = "icu_locale_core"
 8512version = "2.0.0"
 8513source = "registry+https://github.com/rust-lang/crates.io-index"
 8514checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8515dependencies = [
 8516 "displaydoc",
 8517 "litemap",
 8518 "tinystr",
 8519 "writeable",
 8520 "zerovec",
 8521]
 8522
 8523[[package]]
 8524name = "icu_normalizer"
 8525version = "2.0.0"
 8526source = "registry+https://github.com/rust-lang/crates.io-index"
 8527checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8528dependencies = [
 8529 "displaydoc",
 8530 "icu_collections",
 8531 "icu_normalizer_data",
 8532 "icu_properties",
 8533 "icu_provider",
 8534 "smallvec",
 8535 "zerovec",
 8536]
 8537
 8538[[package]]
 8539name = "icu_normalizer_data"
 8540version = "2.0.0"
 8541source = "registry+https://github.com/rust-lang/crates.io-index"
 8542checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8543
 8544[[package]]
 8545name = "icu_properties"
 8546version = "2.0.1"
 8547source = "registry+https://github.com/rust-lang/crates.io-index"
 8548checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8549dependencies = [
 8550 "displaydoc",
 8551 "icu_collections",
 8552 "icu_locale_core",
 8553 "icu_properties_data",
 8554 "icu_provider",
 8555 "potential_utf",
 8556 "zerotrie",
 8557 "zerovec",
 8558]
 8559
 8560[[package]]
 8561name = "icu_properties_data"
 8562version = "2.0.1"
 8563source = "registry+https://github.com/rust-lang/crates.io-index"
 8564checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8565
 8566[[package]]
 8567name = "icu_provider"
 8568version = "2.0.0"
 8569source = "registry+https://github.com/rust-lang/crates.io-index"
 8570checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8571dependencies = [
 8572 "displaydoc",
 8573 "icu_locale_core",
 8574 "stable_deref_trait",
 8575 "tinystr",
 8576 "writeable",
 8577 "yoke 0.8.0",
 8578 "zerofrom",
 8579 "zerotrie",
 8580 "zerovec",
 8581]
 8582
 8583[[package]]
 8584name = "id-arena"
 8585version = "2.2.1"
 8586source = "registry+https://github.com/rust-lang/crates.io-index"
 8587checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8588
 8589[[package]]
 8590name = "ident_case"
 8591version = "1.0.1"
 8592source = "registry+https://github.com/rust-lang/crates.io-index"
 8593checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8594
 8595[[package]]
 8596name = "idna"
 8597version = "1.1.0"
 8598source = "registry+https://github.com/rust-lang/crates.io-index"
 8599checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8600dependencies = [
 8601 "idna_adapter",
 8602 "smallvec",
 8603 "utf8_iter",
 8604]
 8605
 8606[[package]]
 8607name = "idna_adapter"
 8608version = "1.2.1"
 8609source = "registry+https://github.com/rust-lang/crates.io-index"
 8610checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8611dependencies = [
 8612 "icu_normalizer",
 8613 "icu_properties",
 8614]
 8615
 8616[[package]]
 8617name = "ignore"
 8618version = "0.4.24"
 8619source = "registry+https://github.com/rust-lang/crates.io-index"
 8620checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8621dependencies = [
 8622 "crossbeam-deque",
 8623 "globset",
 8624 "log",
 8625 "memchr",
 8626 "regex-automata",
 8627 "same-file",
 8628 "walkdir",
 8629 "winapi-util",
 8630]
 8631
 8632[[package]]
 8633name = "image"
 8634version = "0.25.8"
 8635source = "registry+https://github.com/rust-lang/crates.io-index"
 8636checksum = "529feb3e6769d234375c4cf1ee2ce713682b8e76538cb13f9fc23e1400a591e7"
 8637dependencies = [
 8638 "bytemuck",
 8639 "byteorder-lite",
 8640 "color_quant",
 8641 "exr",
 8642 "gif",
 8643 "image-webp",
 8644 "moxcms",
 8645 "num-traits",
 8646 "png 0.18.0",
 8647 "qoi",
 8648 "ravif",
 8649 "rayon",
 8650 "rgb",
 8651 "tiff",
 8652 "zune-core",
 8653 "zune-jpeg",
 8654]
 8655
 8656[[package]]
 8657name = "image-webp"
 8658version = "0.2.4"
 8659source = "registry+https://github.com/rust-lang/crates.io-index"
 8660checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8661dependencies = [
 8662 "byteorder-lite",
 8663 "quick-error 2.0.1",
 8664]
 8665
 8666[[package]]
 8667name = "image_viewer"
 8668version = "0.1.0"
 8669dependencies = [
 8670 "anyhow",
 8671 "db",
 8672 "editor",
 8673 "file_icons",
 8674 "gpui",
 8675 "language",
 8676 "log",
 8677 "project",
 8678 "serde",
 8679 "settings",
 8680 "theme_settings",
 8681 "ui",
 8682 "util",
 8683 "workspace",
 8684]
 8685
 8686[[package]]
 8687name = "imagesize"
 8688version = "0.13.0"
 8689source = "registry+https://github.com/rust-lang/crates.io-index"
 8690checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8691
 8692[[package]]
 8693name = "imara-diff"
 8694version = "0.1.8"
 8695source = "registry+https://github.com/rust-lang/crates.io-index"
 8696checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8697dependencies = [
 8698 "hashbrown 0.15.5",
 8699]
 8700
 8701[[package]]
 8702name = "imgref"
 8703version = "1.12.0"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8706
 8707[[package]]
 8708name = "indenter"
 8709version = "0.3.4"
 8710source = "registry+https://github.com/rust-lang/crates.io-index"
 8711checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8712
 8713[[package]]
 8714name = "indexmap"
 8715version = "2.11.4"
 8716source = "registry+https://github.com/rust-lang/crates.io-index"
 8717checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8718dependencies = [
 8719 "equivalent",
 8720 "hashbrown 0.16.1",
 8721 "serde",
 8722 "serde_core",
 8723]
 8724
 8725[[package]]
 8726name = "indoc"
 8727version = "2.0.6"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8730
 8731[[package]]
 8732name = "inherent"
 8733version = "1.0.13"
 8734source = "registry+https://github.com/rust-lang/crates.io-index"
 8735checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8736dependencies = [
 8737 "proc-macro2",
 8738 "quote",
 8739 "syn 2.0.117",
 8740]
 8741
 8742[[package]]
 8743name = "inotify"
 8744version = "0.9.6"
 8745source = "registry+https://github.com/rust-lang/crates.io-index"
 8746checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8747dependencies = [
 8748 "bitflags 1.3.2",
 8749 "inotify-sys",
 8750 "libc",
 8751]
 8752
 8753[[package]]
 8754name = "inotify"
 8755version = "0.11.0"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8758dependencies = [
 8759 "bitflags 2.10.0",
 8760 "inotify-sys",
 8761 "libc",
 8762]
 8763
 8764[[package]]
 8765name = "inotify-sys"
 8766version = "0.1.5"
 8767source = "registry+https://github.com/rust-lang/crates.io-index"
 8768checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8769dependencies = [
 8770 "libc",
 8771]
 8772
 8773[[package]]
 8774name = "inout"
 8775version = "0.1.4"
 8776source = "registry+https://github.com/rust-lang/crates.io-index"
 8777checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8778dependencies = [
 8779 "block-padding",
 8780 "generic-array",
 8781]
 8782
 8783[[package]]
 8784name = "inspector_ui"
 8785version = "0.1.0"
 8786dependencies = [
 8787 "anyhow",
 8788 "command_palette_hooks",
 8789 "editor",
 8790 "fuzzy",
 8791 "gpui",
 8792 "language",
 8793 "project",
 8794 "serde_json",
 8795 "serde_json_lenient",
 8796 "theme_settings",
 8797 "ui",
 8798 "util",
 8799 "util_macros",
 8800 "workspace",
 8801 "zed_actions",
 8802]
 8803
 8804[[package]]
 8805name = "install_cli"
 8806version = "0.1.0"
 8807dependencies = [
 8808 "anyhow",
 8809 "client",
 8810 "gpui",
 8811 "release_channel",
 8812 "smol",
 8813 "util",
 8814 "workspace",
 8815]
 8816
 8817[[package]]
 8818name = "instant"
 8819version = "0.1.13"
 8820source = "registry+https://github.com/rust-lang/crates.io-index"
 8821checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8822dependencies = [
 8823 "cfg-if",
 8824]
 8825
 8826[[package]]
 8827name = "interpolate_name"
 8828version = "0.2.4"
 8829source = "registry+https://github.com/rust-lang/crates.io-index"
 8830checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8831dependencies = [
 8832 "proc-macro2",
 8833 "quote",
 8834 "syn 2.0.117",
 8835]
 8836
 8837[[package]]
 8838name = "inventory"
 8839version = "0.3.21"
 8840source = "registry+https://github.com/rust-lang/crates.io-index"
 8841checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8842dependencies = [
 8843 "rustversion",
 8844]
 8845
 8846[[package]]
 8847name = "io-extras"
 8848version = "0.18.4"
 8849source = "registry+https://github.com/rust-lang/crates.io-index"
 8850checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8851dependencies = [
 8852 "io-lifetimes",
 8853 "windows-sys 0.59.0",
 8854]
 8855
 8856[[package]]
 8857name = "io-lifetimes"
 8858version = "2.0.4"
 8859source = "registry+https://github.com/rust-lang/crates.io-index"
 8860checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8861
 8862[[package]]
 8863name = "io-surface"
 8864version = "0.16.1"
 8865source = "registry+https://github.com/rust-lang/crates.io-index"
 8866checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8867dependencies = [
 8868 "cgl",
 8869 "core-foundation 0.10.0",
 8870 "core-foundation-sys",
 8871 "leaky-cow",
 8872]
 8873
 8874[[package]]
 8875name = "iovec"
 8876version = "0.1.4"
 8877source = "registry+https://github.com/rust-lang/crates.io-index"
 8878checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8879dependencies = [
 8880 "libc",
 8881]
 8882
 8883[[package]]
 8884name = "ipc-channel"
 8885version = "0.19.0"
 8886source = "registry+https://github.com/rust-lang/crates.io-index"
 8887checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8888dependencies = [
 8889 "bincode",
 8890 "crossbeam-channel",
 8891 "fnv",
 8892 "lazy_static",
 8893 "libc",
 8894 "mio 1.1.0",
 8895 "rand 0.8.5",
 8896 "serde",
 8897 "tempfile",
 8898 "uuid",
 8899 "windows 0.58.0",
 8900]
 8901
 8902[[package]]
 8903name = "ipnet"
 8904version = "2.11.0"
 8905source = "registry+https://github.com/rust-lang/crates.io-index"
 8906checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8907
 8908[[package]]
 8909name = "iri-string"
 8910version = "0.7.8"
 8911source = "registry+https://github.com/rust-lang/crates.io-index"
 8912checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8913dependencies = [
 8914 "memchr",
 8915 "serde",
 8916]
 8917
 8918[[package]]
 8919name = "is-docker"
 8920version = "0.2.0"
 8921source = "registry+https://github.com/rust-lang/crates.io-index"
 8922checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8923dependencies = [
 8924 "once_cell",
 8925]
 8926
 8927[[package]]
 8928name = "is-terminal"
 8929version = "0.4.16"
 8930source = "registry+https://github.com/rust-lang/crates.io-index"
 8931checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8932dependencies = [
 8933 "hermit-abi",
 8934 "libc",
 8935 "windows-sys 0.59.0",
 8936]
 8937
 8938[[package]]
 8939name = "is-wsl"
 8940version = "0.4.0"
 8941source = "registry+https://github.com/rust-lang/crates.io-index"
 8942checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 8943dependencies = [
 8944 "is-docker",
 8945 "once_cell",
 8946]
 8947
 8948[[package]]
 8949name = "is_executable"
 8950version = "1.0.5"
 8951source = "registry+https://github.com/rust-lang/crates.io-index"
 8952checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 8953dependencies = [
 8954 "windows-sys 0.60.2",
 8955]
 8956
 8957[[package]]
 8958name = "is_terminal_polyfill"
 8959version = "1.70.1"
 8960source = "registry+https://github.com/rust-lang/crates.io-index"
 8961checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 8962
 8963[[package]]
 8964name = "itertools"
 8965version = "0.10.5"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 8968dependencies = [
 8969 "either",
 8970]
 8971
 8972[[package]]
 8973name = "itertools"
 8974version = "0.11.0"
 8975source = "registry+https://github.com/rust-lang/crates.io-index"
 8976checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 8977dependencies = [
 8978 "either",
 8979]
 8980
 8981[[package]]
 8982name = "itertools"
 8983version = "0.12.1"
 8984source = "registry+https://github.com/rust-lang/crates.io-index"
 8985checksum = "ba291022dbbd398a455acf126c1e341954079855bc60dfdda641363bd6922569"
 8986dependencies = [
 8987 "either",
 8988]
 8989
 8990[[package]]
 8991name = "itertools"
 8992version = "0.14.0"
 8993source = "registry+https://github.com/rust-lang/crates.io-index"
 8994checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 8995dependencies = [
 8996 "either",
 8997]
 8998
 8999[[package]]
 9000name = "itoa"
 9001version = "1.0.15"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9004
 9005[[package]]
 9006name = "jiff"
 9007version = "0.2.15"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9010dependencies = [
 9011 "jiff-static",
 9012 "log",
 9013 "portable-atomic",
 9014 "portable-atomic-util",
 9015 "serde",
 9016]
 9017
 9018[[package]]
 9019name = "jiff-static"
 9020version = "0.2.15"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9023dependencies = [
 9024 "proc-macro2",
 9025 "quote",
 9026 "syn 2.0.117",
 9027]
 9028
 9029[[package]]
 9030name = "jni"
 9031version = "0.21.1"
 9032source = "registry+https://github.com/rust-lang/crates.io-index"
 9033checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9034dependencies = [
 9035 "cesu8",
 9036 "cfg-if",
 9037 "combine",
 9038 "jni-sys",
 9039 "log",
 9040 "thiserror 1.0.69",
 9041 "walkdir",
 9042 "windows-sys 0.45.0",
 9043]
 9044
 9045[[package]]
 9046name = "jni-sys"
 9047version = "0.3.0"
 9048source = "registry+https://github.com/rust-lang/crates.io-index"
 9049checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9050
 9051[[package]]
 9052name = "jobserver"
 9053version = "0.1.34"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9056dependencies = [
 9057 "getrandom 0.3.4",
 9058 "libc",
 9059]
 9060
 9061[[package]]
 9062name = "journal"
 9063version = "0.1.0"
 9064dependencies = [
 9065 "anyhow",
 9066 "chrono",
 9067 "editor",
 9068 "gpui",
 9069 "log",
 9070 "serde",
 9071 "settings",
 9072 "shellexpand",
 9073 "workspace",
 9074]
 9075
 9076[[package]]
 9077name = "js-sys"
 9078version = "0.3.90"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9081dependencies = [
 9082 "once_cell",
 9083 "wasm-bindgen",
 9084]
 9085
 9086[[package]]
 9087name = "json5"
 9088version = "0.4.1"
 9089source = "registry+https://github.com/rust-lang/crates.io-index"
 9090checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9091dependencies = [
 9092 "pest",
 9093 "pest_derive",
 9094 "serde",
 9095]
 9096
 9097[[package]]
 9098name = "json_dotpath"
 9099version = "1.1.0"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9102dependencies = [
 9103 "serde",
 9104 "serde_derive",
 9105 "serde_json",
 9106 "thiserror 1.0.69",
 9107]
 9108
 9109[[package]]
 9110name = "json_schema_store"
 9111version = "0.1.0"
 9112dependencies = [
 9113 "anyhow",
 9114 "collections",
 9115 "dap",
 9116 "extension",
 9117 "feature_flags",
 9118 "gpui",
 9119 "language",
 9120 "parking_lot",
 9121 "paths",
 9122 "project",
 9123 "schemars",
 9124 "serde",
 9125 "serde_json",
 9126 "settings",
 9127 "snippet_provider",
 9128 "task",
 9129 "theme",
 9130 "util",
 9131]
 9132
 9133[[package]]
 9134name = "jsonschema"
 9135version = "0.37.4"
 9136source = "registry+https://github.com/rust-lang/crates.io-index"
 9137checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9138dependencies = [
 9139 "ahash 0.8.12",
 9140 "bytecount",
 9141 "data-encoding",
 9142 "email_address",
 9143 "fancy-regex 0.16.2",
 9144 "fraction",
 9145 "getrandom 0.3.4",
 9146 "idna",
 9147 "itoa",
 9148 "num-cmp",
 9149 "num-traits",
 9150 "percent-encoding",
 9151 "referencing",
 9152 "regex",
 9153 "regex-syntax",
 9154 "reqwest 0.12.24",
 9155 "serde",
 9156 "serde_json",
 9157 "unicode-general-category",
 9158 "uuid-simd",
 9159]
 9160
 9161[[package]]
 9162name = "jsonwebtoken"
 9163version = "10.3.0"
 9164source = "registry+https://github.com/rust-lang/crates.io-index"
 9165checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9166dependencies = [
 9167 "aws-lc-rs",
 9168 "base64 0.22.1",
 9169 "getrandom 0.2.16",
 9170 "js-sys",
 9171 "pem",
 9172 "serde",
 9173 "serde_json",
 9174 "signature 2.2.0",
 9175 "simple_asn1",
 9176]
 9177
 9178[[package]]
 9179name = "jupyter-protocol"
 9180version = "1.4.0"
 9181source = "registry+https://github.com/rust-lang/crates.io-index"
 9182checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9183dependencies = [
 9184 "async-trait",
 9185 "bytes 1.11.1",
 9186 "chrono",
 9187 "futures 0.3.32",
 9188 "serde",
 9189 "serde_json",
 9190 "thiserror 2.0.17",
 9191 "uuid",
 9192]
 9193
 9194[[package]]
 9195name = "jupyter-websocket-client"
 9196version = "1.0.0"
 9197source = "registry+https://github.com/rust-lang/crates.io-index"
 9198checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9199dependencies = [
 9200 "anyhow",
 9201 "async-trait",
 9202 "async-tungstenite",
 9203 "futures 0.3.32",
 9204 "jupyter-protocol",
 9205 "serde",
 9206 "serde_json",
 9207 "tokio",
 9208 "url",
 9209 "uuid",
 9210]
 9211
 9212[[package]]
 9213name = "keymap_editor"
 9214version = "0.1.0"
 9215dependencies = [
 9216 "anyhow",
 9217 "collections",
 9218 "command_palette",
 9219 "component",
 9220 "db",
 9221 "editor",
 9222 "fs",
 9223 "fuzzy",
 9224 "gpui",
 9225 "itertools 0.14.0",
 9226 "json_schema_store",
 9227 "language",
 9228 "log",
 9229 "menu",
 9230 "notifications",
 9231 "paths",
 9232 "project",
 9233 "search",
 9234 "serde",
 9235 "serde_json",
 9236 "settings",
 9237 "telemetry",
 9238 "tempfile",
 9239 "theme",
 9240 "theme_settings",
 9241 "tree-sitter-json",
 9242 "tree-sitter-rust",
 9243 "ui",
 9244 "ui_input",
 9245 "util",
 9246 "workspace",
 9247 "zed_actions",
 9248]
 9249
 9250[[package]]
 9251name = "khronos-egl"
 9252version = "6.0.0"
 9253source = "registry+https://github.com/rust-lang/crates.io-index"
 9254checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9255dependencies = [
 9256 "libc",
 9257 "libloading",
 9258 "pkg-config",
 9259]
 9260
 9261[[package]]
 9262name = "khronos_api"
 9263version = "3.1.0"
 9264source = "registry+https://github.com/rust-lang/crates.io-index"
 9265checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9266
 9267[[package]]
 9268name = "kqueue"
 9269version = "1.1.1"
 9270source = "registry+https://github.com/rust-lang/crates.io-index"
 9271checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9272dependencies = [
 9273 "kqueue-sys",
 9274 "libc",
 9275]
 9276
 9277[[package]]
 9278name = "kqueue-sys"
 9279version = "1.0.4"
 9280source = "registry+https://github.com/rust-lang/crates.io-index"
 9281checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9282dependencies = [
 9283 "bitflags 1.3.2",
 9284 "libc",
 9285]
 9286
 9287[[package]]
 9288name = "kurbo"
 9289version = "0.11.3"
 9290source = "registry+https://github.com/rust-lang/crates.io-index"
 9291checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9292dependencies = [
 9293 "arrayvec",
 9294 "euclid",
 9295 "smallvec",
 9296]
 9297
 9298[[package]]
 9299name = "kv-log-macro"
 9300version = "1.0.7"
 9301source = "registry+https://github.com/rust-lang/crates.io-index"
 9302checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9303dependencies = [
 9304 "log",
 9305]
 9306
 9307[[package]]
 9308name = "language"
 9309version = "0.1.0"
 9310dependencies = [
 9311 "anyhow",
 9312 "async-trait",
 9313 "clock",
 9314 "collections",
 9315 "criterion",
 9316 "ctor",
 9317 "diffy",
 9318 "ec4rs",
 9319 "encoding_rs",
 9320 "fs",
 9321 "futures 0.3.32",
 9322 "fuzzy",
 9323 "globset",
 9324 "gpui",
 9325 "http_client",
 9326 "imara-diff",
 9327 "indoc",
 9328 "itertools 0.14.0",
 9329 "language_core",
 9330 "log",
 9331 "lsp",
 9332 "parking_lot",
 9333 "postage",
 9334 "pretty_assertions",
 9335 "rand 0.9.3",
 9336 "regex",
 9337 "rpc",
 9338 "semver",
 9339 "serde",
 9340 "serde_json",
 9341 "settings",
 9342 "shellexpand",
 9343 "smallvec",
 9344 "smol",
 9345 "streaming-iterator",
 9346 "strsim",
 9347 "sum_tree",
 9348 "task",
 9349 "text",
 9350 "theme",
 9351 "theme_settings",
 9352 "toml 0.8.23",
 9353 "tracing",
 9354 "tree-sitter",
 9355 "tree-sitter-elixir",
 9356 "tree-sitter-embedded-template",
 9357 "tree-sitter-heex",
 9358 "tree-sitter-html",
 9359 "tree-sitter-json",
 9360 "tree-sitter-md",
 9361 "tree-sitter-python",
 9362 "tree-sitter-ruby",
 9363 "tree-sitter-rust",
 9364 "tree-sitter-typescript",
 9365 "unicase",
 9366 "unindent",
 9367 "util",
 9368 "watch",
 9369 "zlog",
 9370 "ztracing",
 9371]
 9372
 9373[[package]]
 9374name = "language_core"
 9375version = "0.1.0"
 9376dependencies = [
 9377 "anyhow",
 9378 "collections",
 9379 "gpui_shared_string",
 9380 "log",
 9381 "lsp",
 9382 "parking_lot",
 9383 "regex",
 9384 "schemars",
 9385 "serde",
 9386 "serde_json",
 9387 "toml 0.8.23",
 9388 "tree-sitter",
 9389 "util",
 9390]
 9391
 9392[[package]]
 9393name = "language_extension"
 9394version = "0.1.0"
 9395dependencies = [
 9396 "anyhow",
 9397 "async-trait",
 9398 "collections",
 9399 "extension",
 9400 "fs",
 9401 "futures 0.3.32",
 9402 "gpui",
 9403 "language",
 9404 "log",
 9405 "lsp",
 9406 "project",
 9407 "serde",
 9408 "serde_json",
 9409 "tracing",
 9410 "util",
 9411 "ztracing",
 9412]
 9413
 9414[[package]]
 9415name = "language_model"
 9416version = "0.1.0"
 9417dependencies = [
 9418 "anyhow",
 9419 "base64 0.22.1",
 9420 "collections",
 9421 "credentials_provider",
 9422 "env_var",
 9423 "futures 0.3.32",
 9424 "gpui",
 9425 "http_client",
 9426 "icons",
 9427 "image",
 9428 "language_model_core",
 9429 "log",
 9430 "parking_lot",
 9431 "serde",
 9432 "serde_json",
 9433 "thiserror 2.0.17",
 9434 "util",
 9435]
 9436
 9437[[package]]
 9438name = "language_model_core"
 9439version = "0.1.0"
 9440dependencies = [
 9441 "anyhow",
 9442 "cloud_llm_client",
 9443 "futures 0.3.32",
 9444 "gpui_shared_string",
 9445 "http_client",
 9446 "partial-json-fixer",
 9447 "schemars",
 9448 "serde",
 9449 "serde_json",
 9450 "smol",
 9451 "strum 0.27.2",
 9452 "thiserror 2.0.17",
 9453]
 9454
 9455[[package]]
 9456name = "language_models"
 9457version = "0.1.0"
 9458dependencies = [
 9459 "ai_onboarding",
 9460 "anthropic",
 9461 "anyhow",
 9462 "aws-config",
 9463 "aws-credential-types",
 9464 "aws_http_client",
 9465 "base64 0.22.1",
 9466 "bedrock",
 9467 "client",
 9468 "cloud_api_client",
 9469 "cloud_api_types",
 9470 "collections",
 9471 "component",
 9472 "convert_case 0.8.0",
 9473 "copilot",
 9474 "copilot_chat",
 9475 "copilot_ui",
 9476 "credentials_provider",
 9477 "deepseek",
 9478 "extension",
 9479 "extension_host",
 9480 "fs",
 9481 "futures 0.3.32",
 9482 "google_ai",
 9483 "gpui",
 9484 "gpui_tokio",
 9485 "http_client",
 9486 "language",
 9487 "language_model",
 9488 "language_models_cloud",
 9489 "lmstudio",
 9490 "log",
 9491 "menu",
 9492 "mistral",
 9493 "ollama",
 9494 "open_ai",
 9495 "open_router",
 9496 "opencode",
 9497 "pretty_assertions",
 9498 "release_channel",
 9499 "schemars",
 9500 "serde",
 9501 "serde_json",
 9502 "settings",
 9503 "smol",
 9504 "strum 0.27.2",
 9505 "tiktoken-rs",
 9506 "tokio",
 9507 "ui",
 9508 "ui_input",
 9509 "util",
 9510 "vercel",
 9511 "x_ai",
 9512]
 9513
 9514[[package]]
 9515name = "language_models_cloud"
 9516version = "0.1.0"
 9517dependencies = [
 9518 "anthropic",
 9519 "anyhow",
 9520 "cloud_llm_client",
 9521 "futures 0.3.32",
 9522 "google_ai",
 9523 "gpui",
 9524 "http_client",
 9525 "language_model",
 9526 "open_ai",
 9527 "schemars",
 9528 "semver",
 9529 "serde",
 9530 "serde_json",
 9531 "smol",
 9532 "thiserror 2.0.17",
 9533 "x_ai",
 9534]
 9535
 9536[[package]]
 9537name = "language_onboarding"
 9538version = "0.1.0"
 9539dependencies = [
 9540 "db",
 9541 "editor",
 9542 "gpui",
 9543 "project",
 9544 "ui",
 9545 "workspace",
 9546]
 9547
 9548[[package]]
 9549name = "language_selector"
 9550version = "0.1.0"
 9551dependencies = [
 9552 "anyhow",
 9553 "editor",
 9554 "file_icons",
 9555 "fuzzy",
 9556 "gpui",
 9557 "language",
 9558 "open_path_prompt",
 9559 "picker",
 9560 "project",
 9561 "serde_json",
 9562 "settings",
 9563 "ui",
 9564 "util",
 9565 "workspace",
 9566]
 9567
 9568[[package]]
 9569name = "language_tools"
 9570version = "0.1.0"
 9571dependencies = [
 9572 "anyhow",
 9573 "client",
 9574 "collections",
 9575 "command_palette_hooks",
 9576 "edit_prediction",
 9577 "editor",
 9578 "futures 0.3.32",
 9579 "gpui",
 9580 "itertools 0.14.0",
 9581 "language",
 9582 "lsp",
 9583 "menu",
 9584 "project",
 9585 "proto",
 9586 "release_channel",
 9587 "semver",
 9588 "serde_json",
 9589 "settings",
 9590 "sysinfo 0.37.2",
 9591 "telemetry",
 9592 "theme",
 9593 "theme_settings",
 9594 "tree-sitter",
 9595 "ui",
 9596 "util",
 9597 "workspace",
 9598 "zed_actions",
 9599 "zlog",
 9600]
 9601
 9602[[package]]
 9603name = "languages"
 9604version = "0.1.0"
 9605dependencies = [
 9606 "anyhow",
 9607 "async-compression",
 9608 "async-fs",
 9609 "async-tar",
 9610 "async-trait",
 9611 "chrono",
 9612 "collections",
 9613 "fs",
 9614 "futures 0.3.32",
 9615 "globset",
 9616 "gpui",
 9617 "grammars",
 9618 "http_client",
 9619 "itertools 0.14.0",
 9620 "json_schema_store",
 9621 "language",
 9622 "log",
 9623 "lsp",
 9624 "node_runtime",
 9625 "parking_lot",
 9626 "pet",
 9627 "pet-conda",
 9628 "pet-core",
 9629 "pet-fs",
 9630 "pet-poetry",
 9631 "pet-reporter",
 9632 "pet-virtualenv",
 9633 "pretty_assertions",
 9634 "project",
 9635 "regex",
 9636 "rope",
 9637 "semver",
 9638 "serde",
 9639 "serde_json",
 9640 "serde_json_lenient",
 9641 "settings",
 9642 "smallvec",
 9643 "smol",
 9644 "snippet",
 9645 "task",
 9646 "terminal",
 9647 "theme",
 9648 "tree-sitter",
 9649 "tree-sitter-bash",
 9650 "tree-sitter-c",
 9651 "tree-sitter-cpp",
 9652 "tree-sitter-css",
 9653 "tree-sitter-gitcommit",
 9654 "tree-sitter-go",
 9655 "tree-sitter-python",
 9656 "tree-sitter-rust",
 9657 "tree-sitter-typescript",
 9658 "unindent",
 9659 "url",
 9660 "util",
 9661]
 9662
 9663[[package]]
 9664name = "lazy_static"
 9665version = "1.5.0"
 9666source = "registry+https://github.com/rust-lang/crates.io-index"
 9667checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9668dependencies = [
 9669 "spin 0.9.8",
 9670]
 9671
 9672[[package]]
 9673name = "leak"
 9674version = "0.1.2"
 9675source = "registry+https://github.com/rust-lang/crates.io-index"
 9676checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9677
 9678[[package]]
 9679name = "leaky-cow"
 9680version = "0.1.1"
 9681source = "registry+https://github.com/rust-lang/crates.io-index"
 9682checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9683dependencies = [
 9684 "leak",
 9685]
 9686
 9687[[package]]
 9688name = "leb128"
 9689version = "0.2.5"
 9690source = "registry+https://github.com/rust-lang/crates.io-index"
 9691checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9692
 9693[[package]]
 9694name = "leb128fmt"
 9695version = "0.1.0"
 9696source = "registry+https://github.com/rust-lang/crates.io-index"
 9697checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9698
 9699[[package]]
 9700name = "lebe"
 9701version = "0.5.3"
 9702source = "registry+https://github.com/rust-lang/crates.io-index"
 9703checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9704
 9705[[package]]
 9706name = "libbz2-rs-sys"
 9707version = "0.2.2"
 9708source = "registry+https://github.com/rust-lang/crates.io-index"
 9709checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9710
 9711[[package]]
 9712name = "libc"
 9713version = "0.2.182"
 9714source = "registry+https://github.com/rust-lang/crates.io-index"
 9715checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9716
 9717[[package]]
 9718name = "libdbus-sys"
 9719version = "0.2.6"
 9720source = "registry+https://github.com/rust-lang/crates.io-index"
 9721checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9722dependencies = [
 9723 "cc",
 9724 "pkg-config",
 9725]
 9726
 9727[[package]]
 9728name = "libfuzzer-sys"
 9729version = "0.4.10"
 9730source = "registry+https://github.com/rust-lang/crates.io-index"
 9731checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9732dependencies = [
 9733 "arbitrary",
 9734 "cc",
 9735]
 9736
 9737[[package]]
 9738name = "libgit2-sys"
 9739version = "0.18.3+1.9.2"
 9740source = "registry+https://github.com/rust-lang/crates.io-index"
 9741checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9742dependencies = [
 9743 "cc",
 9744 "libc",
 9745 "libz-sys",
 9746 "pkg-config",
 9747]
 9748
 9749[[package]]
 9750name = "libloading"
 9751version = "0.8.9"
 9752source = "registry+https://github.com/rust-lang/crates.io-index"
 9753checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9754dependencies = [
 9755 "cfg-if",
 9756 "windows-link 0.2.1",
 9757]
 9758
 9759[[package]]
 9760name = "libm"
 9761version = "0.2.15"
 9762source = "registry+https://github.com/rust-lang/crates.io-index"
 9763checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9764
 9765[[package]]
 9766name = "libmimalloc-sys"
 9767version = "0.1.44"
 9768source = "registry+https://github.com/rust-lang/crates.io-index"
 9769checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9770dependencies = [
 9771 "cc",
 9772 "libc",
 9773]
 9774
 9775[[package]]
 9776name = "libredox"
 9777version = "0.1.10"
 9778source = "registry+https://github.com/rust-lang/crates.io-index"
 9779checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9780dependencies = [
 9781 "bitflags 2.10.0",
 9782 "libc",
 9783 "redox_syscall 0.5.18",
 9784]
 9785
 9786[[package]]
 9787name = "libsqlite3-sys"
 9788version = "0.30.1"
 9789source = "registry+https://github.com/rust-lang/crates.io-index"
 9790checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9791dependencies = [
 9792 "cc",
 9793 "pkg-config",
 9794 "vcpkg",
 9795]
 9796
 9797[[package]]
 9798name = "libwebrtc"
 9799version = "0.3.26"
 9800source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9801dependencies = [
 9802 "cxx",
 9803 "glib",
 9804 "jni",
 9805 "js-sys",
 9806 "lazy_static",
 9807 "livekit-protocol",
 9808 "livekit-runtime",
 9809 "log",
 9810 "parking_lot",
 9811 "serde",
 9812 "serde_json",
 9813 "thiserror 1.0.69",
 9814 "tokio",
 9815 "wasm-bindgen",
 9816 "wasm-bindgen-futures",
 9817 "web-sys",
 9818 "webrtc-sys",
 9819]
 9820
 9821[[package]]
 9822name = "libz-sys"
 9823version = "1.1.22"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9826dependencies = [
 9827 "cc",
 9828 "libc",
 9829 "pkg-config",
 9830 "vcpkg",
 9831]
 9832
 9833[[package]]
 9834name = "line_ending_selector"
 9835version = "0.1.0"
 9836dependencies = [
 9837 "editor",
 9838 "gpui",
 9839 "language",
 9840 "picker",
 9841 "project",
 9842 "ui",
 9843 "util",
 9844 "workspace",
 9845]
 9846
 9847[[package]]
 9848name = "linebender_resource_handle"
 9849version = "0.1.1"
 9850source = "registry+https://github.com/rust-lang/crates.io-index"
 9851checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9852
 9853[[package]]
 9854name = "link-cplusplus"
 9855version = "1.0.12"
 9856source = "registry+https://github.com/rust-lang/crates.io-index"
 9857checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9858dependencies = [
 9859 "cc",
 9860]
 9861
 9862[[package]]
 9863name = "linkify"
 9864version = "0.10.0"
 9865source = "registry+https://github.com/rust-lang/crates.io-index"
 9866checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9867dependencies = [
 9868 "memchr",
 9869]
 9870
 9871[[package]]
 9872name = "linux-raw-sys"
 9873version = "0.4.15"
 9874source = "registry+https://github.com/rust-lang/crates.io-index"
 9875checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9876
 9877[[package]]
 9878name = "linux-raw-sys"
 9879version = "0.11.0"
 9880source = "registry+https://github.com/rust-lang/crates.io-index"
 9881checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9882
 9883[[package]]
 9884name = "litemap"
 9885version = "0.8.0"
 9886source = "registry+https://github.com/rust-lang/crates.io-index"
 9887checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9888
 9889[[package]]
 9890name = "litrs"
 9891version = "1.0.0"
 9892source = "registry+https://github.com/rust-lang/crates.io-index"
 9893checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9894
 9895[[package]]
 9896name = "livekit"
 9897version = "0.7.32"
 9898source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9899dependencies = [
 9900 "base64 0.22.1",
 9901 "bmrng",
 9902 "bytes 1.11.1",
 9903 "chrono",
 9904 "futures-util",
 9905 "lazy_static",
 9906 "libloading",
 9907 "libwebrtc",
 9908 "livekit-api",
 9909 "livekit-protocol",
 9910 "livekit-runtime",
 9911 "log",
 9912 "parking_lot",
 9913 "prost 0.12.6",
 9914 "semver",
 9915 "serde",
 9916 "serde_json",
 9917 "thiserror 1.0.69",
 9918 "tokio",
 9919]
 9920
 9921[[package]]
 9922name = "livekit-api"
 9923version = "0.4.14"
 9924source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9925dependencies = [
 9926 "base64 0.21.7",
 9927 "futures-util",
 9928 "http 1.3.1",
 9929 "livekit-protocol",
 9930 "livekit-runtime",
 9931 "log",
 9932 "parking_lot",
 9933 "pbjson-types",
 9934 "prost 0.12.6",
 9935 "rand 0.9.3",
 9936 "reqwest 0.12.24",
 9937 "rustls-native-certs 0.6.3",
 9938 "scopeguard",
 9939 "serde",
 9940 "sha2",
 9941 "thiserror 1.0.69",
 9942 "tokio",
 9943 "tokio-rustls 0.26.2",
 9944 "tokio-tungstenite 0.28.0",
 9945 "url",
 9946]
 9947
 9948[[package]]
 9949name = "livekit-protocol"
 9950version = "0.7.1"
 9951source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9952dependencies = [
 9953 "futures-util",
 9954 "livekit-runtime",
 9955 "parking_lot",
 9956 "pbjson",
 9957 "pbjson-types",
 9958 "prost 0.12.6",
 9959 "serde",
 9960 "thiserror 1.0.69",
 9961 "tokio",
 9962]
 9963
 9964[[package]]
 9965name = "livekit-runtime"
 9966version = "0.4.0"
 9967source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9968dependencies = [
 9969 "tokio",
 9970 "tokio-stream",
 9971]
 9972
 9973[[package]]
 9974name = "livekit_api"
 9975version = "0.1.0"
 9976dependencies = [
 9977 "anyhow",
 9978 "async-trait",
 9979 "jsonwebtoken",
 9980 "log",
 9981 "prost 0.9.0",
 9982 "prost-build 0.9.0",
 9983 "prost-types 0.9.0",
 9984 "serde",
 9985 "zed-reqwest",
 9986]
 9987
 9988[[package]]
 9989name = "livekit_client"
 9990version = "0.1.0"
 9991dependencies = [
 9992 "anyhow",
 9993 "async-trait",
 9994 "audio",
 9995 "cocoa 0.26.0",
 9996 "collections",
 9997 "core-foundation 0.10.0",
 9998 "core-video",
 9999 "coreaudio-rs 0.12.1",
10000 "cpal",
10001 "futures 0.3.32",
10002 "gpui",
10003 "gpui_platform",
10004 "gpui_tokio",
10005 "http_client_tls",
10006 "image",
10007 "libwebrtc",
10008 "livekit",
10009 "livekit_api",
10010 "log",
10011 "nanoid",
10012 "objc",
10013 "parking_lot",
10014 "postage",
10015 "rodio",
10016 "serde",
10017 "serde_json",
10018 "serde_urlencoded",
10019 "settings",
10020 "simplelog",
10021 "smallvec",
10022 "tokio",
10023 "ui",
10024 "util",
10025 "webrtc-sys",
10026 "zed-scap",
10027]
10028
10029[[package]]
10030name = "lmdb-master-sys"
10031version = "0.2.5"
10032source = "registry+https://github.com/rust-lang/crates.io-index"
10033checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10034dependencies = [
10035 "cc",
10036 "doxygen-rs",
10037 "libc",
10038]
10039
10040[[package]]
10041name = "lmstudio"
10042version = "0.1.0"
10043dependencies = [
10044 "anyhow",
10045 "futures 0.3.32",
10046 "http_client",
10047 "schemars",
10048 "serde",
10049 "serde_json",
10050]
10051
10052[[package]]
10053name = "lock_api"
10054version = "0.4.14"
10055source = "registry+https://github.com/rust-lang/crates.io-index"
10056checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10057dependencies = [
10058 "scopeguard",
10059]
10060
10061[[package]]
10062name = "log"
10063version = "0.4.29"
10064source = "registry+https://github.com/rust-lang/crates.io-index"
10065checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10066dependencies = [
10067 "serde_core",
10068 "value-bag",
10069]
10070
10071[[package]]
10072name = "loom"
10073version = "0.7.2"
10074source = "registry+https://github.com/rust-lang/crates.io-index"
10075checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10076dependencies = [
10077 "cfg-if",
10078 "generator",
10079 "scoped-tls",
10080 "tracing",
10081 "tracing-subscriber",
10082]
10083
10084[[package]]
10085name = "loop9"
10086version = "0.1.5"
10087source = "registry+https://github.com/rust-lang/crates.io-index"
10088checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10089dependencies = [
10090 "imgref",
10091]
10092
10093[[package]]
10094name = "lru"
10095version = "0.12.5"
10096source = "registry+https://github.com/rust-lang/crates.io-index"
10097checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10098dependencies = [
10099 "hashbrown 0.15.5",
10100]
10101
10102[[package]]
10103name = "lru-slab"
10104version = "0.1.2"
10105source = "registry+https://github.com/rust-lang/crates.io-index"
10106checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10107
10108[[package]]
10109name = "lsp"
10110version = "0.1.0"
10111dependencies = [
10112 "anyhow",
10113 "async-pipe",
10114 "collections",
10115 "ctor",
10116 "futures 0.3.32",
10117 "gpui",
10118 "gpui_util",
10119 "log",
10120 "lsp-types",
10121 "parking_lot",
10122 "postage",
10123 "release_channel",
10124 "schemars",
10125 "semver",
10126 "serde",
10127 "serde_json",
10128 "smol",
10129 "util",
10130 "zlog",
10131]
10132
10133[[package]]
10134name = "lsp-types"
10135version = "0.95.1"
10136source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10137dependencies = [
10138 "bitflags 1.3.2",
10139 "serde",
10140 "serde_json",
10141 "url",
10142]
10143
10144[[package]]
10145name = "lyon"
10146version = "1.0.16"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10149dependencies = [
10150 "lyon_algorithms",
10151 "lyon_extra",
10152 "lyon_tessellation",
10153]
10154
10155[[package]]
10156name = "lyon_algorithms"
10157version = "1.0.16"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10160dependencies = [
10161 "lyon_path",
10162 "num-traits",
10163]
10164
10165[[package]]
10166name = "lyon_extra"
10167version = "1.0.3"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10170dependencies = [
10171 "lyon_path",
10172 "thiserror 1.0.69",
10173]
10174
10175[[package]]
10176name = "lyon_geom"
10177version = "1.0.17"
10178source = "registry+https://github.com/rust-lang/crates.io-index"
10179checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10180dependencies = [
10181 "arrayvec",
10182 "euclid",
10183 "num-traits",
10184]
10185
10186[[package]]
10187name = "lyon_path"
10188version = "1.0.16"
10189source = "registry+https://github.com/rust-lang/crates.io-index"
10190checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10191dependencies = [
10192 "lyon_geom",
10193 "num-traits",
10194]
10195
10196[[package]]
10197name = "lyon_tessellation"
10198version = "1.0.16"
10199source = "registry+https://github.com/rust-lang/crates.io-index"
10200checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10201dependencies = [
10202 "float_next_after",
10203 "lyon_path",
10204 "num-traits",
10205]
10206
10207[[package]]
10208name = "mac"
10209version = "0.1.1"
10210source = "registry+https://github.com/rust-lang/crates.io-index"
10211checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10212
10213[[package]]
10214name = "mach2"
10215version = "0.4.3"
10216source = "registry+https://github.com/rust-lang/crates.io-index"
10217checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10218dependencies = [
10219 "libc",
10220]
10221
10222[[package]]
10223name = "mach2"
10224version = "0.5.0"
10225source = "registry+https://github.com/rust-lang/crates.io-index"
10226checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10227dependencies = [
10228 "libc",
10229]
10230
10231[[package]]
10232name = "malloc_buf"
10233version = "0.0.6"
10234source = "registry+https://github.com/rust-lang/crates.io-index"
10235checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10236dependencies = [
10237 "libc",
10238]
10239
10240[[package]]
10241name = "maplit"
10242version = "1.0.2"
10243source = "registry+https://github.com/rust-lang/crates.io-index"
10244checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10245
10246[[package]]
10247name = "markdown"
10248version = "0.1.0"
10249dependencies = [
10250 "anyhow",
10251 "assets",
10252 "base64 0.22.1",
10253 "collections",
10254 "env_logger 0.11.8",
10255 "fs",
10256 "futures 0.3.32",
10257 "gpui",
10258 "gpui_platform",
10259 "html5ever 0.27.0",
10260 "language",
10261 "languages",
10262 "linkify",
10263 "log",
10264 "markup5ever_rcdom",
10265 "mermaid-rs-renderer",
10266 "node_runtime",
10267 "pulldown-cmark 0.13.0",
10268 "settings",
10269 "stacksafe",
10270 "sum_tree",
10271 "theme",
10272 "theme_settings",
10273 "ui",
10274 "util",
10275]
10276
10277[[package]]
10278name = "markdown_preview"
10279version = "0.1.0"
10280dependencies = [
10281 "anyhow",
10282 "editor",
10283 "gpui",
10284 "language",
10285 "log",
10286 "markdown",
10287 "project",
10288 "settings",
10289 "tempfile",
10290 "theme_settings",
10291 "ui",
10292 "urlencoding",
10293 "util",
10294 "workspace",
10295 "zed_actions",
10296]
10297
10298[[package]]
10299name = "markup5ever"
10300version = "0.12.1"
10301source = "registry+https://github.com/rust-lang/crates.io-index"
10302checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10303dependencies = [
10304 "log",
10305 "phf 0.11.3",
10306 "phf_codegen",
10307 "string_cache",
10308 "string_cache_codegen",
10309 "tendril",
10310]
10311
10312[[package]]
10313name = "markup5ever"
10314version = "0.35.0"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10317dependencies = [
10318 "log",
10319 "tendril",
10320 "web_atoms",
10321]
10322
10323[[package]]
10324name = "markup5ever_rcdom"
10325version = "0.3.0"
10326source = "registry+https://github.com/rust-lang/crates.io-index"
10327checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10328dependencies = [
10329 "html5ever 0.27.0",
10330 "markup5ever 0.12.1",
10331 "tendril",
10332 "xml5ever",
10333]
10334
10335[[package]]
10336name = "match_token"
10337version = "0.35.0"
10338source = "registry+https://github.com/rust-lang/crates.io-index"
10339checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10340dependencies = [
10341 "proc-macro2",
10342 "quote",
10343 "syn 2.0.117",
10344]
10345
10346[[package]]
10347name = "matchers"
10348version = "0.2.0"
10349source = "registry+https://github.com/rust-lang/crates.io-index"
10350checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10351dependencies = [
10352 "regex-automata",
10353]
10354
10355[[package]]
10356name = "matchit"
10357version = "0.7.3"
10358source = "registry+https://github.com/rust-lang/crates.io-index"
10359checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10360
10361[[package]]
10362name = "maybe-owned"
10363version = "0.3.4"
10364source = "registry+https://github.com/rust-lang/crates.io-index"
10365checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10366
10367[[package]]
10368name = "maybe-rayon"
10369version = "0.1.1"
10370source = "registry+https://github.com/rust-lang/crates.io-index"
10371checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10372dependencies = [
10373 "cfg-if",
10374 "rayon",
10375]
10376
10377[[package]]
10378name = "md-5"
10379version = "0.10.6"
10380source = "registry+https://github.com/rust-lang/crates.io-index"
10381checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10382dependencies = [
10383 "cfg-if",
10384 "digest",
10385]
10386
10387[[package]]
10388name = "mdbook"
10389version = "0.4.40"
10390source = "registry+https://github.com/rust-lang/crates.io-index"
10391checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10392dependencies = [
10393 "ammonia",
10394 "anyhow",
10395 "chrono",
10396 "clap",
10397 "clap_complete",
10398 "elasticlunr-rs",
10399 "env_logger 0.11.8",
10400 "futures-util",
10401 "handlebars 5.1.2",
10402 "ignore",
10403 "log",
10404 "memchr",
10405 "notify 6.1.1",
10406 "notify-debouncer-mini",
10407 "once_cell",
10408 "opener",
10409 "pathdiff",
10410 "pulldown-cmark 0.10.3",
10411 "regex",
10412 "serde",
10413 "serde_json",
10414 "shlex",
10415 "tempfile",
10416 "tokio",
10417 "toml 0.5.11",
10418 "topological-sort",
10419 "walkdir",
10420 "warp",
10421]
10422
10423[[package]]
10424name = "media"
10425version = "0.1.0"
10426dependencies = [
10427 "anyhow",
10428 "bindgen 0.71.1",
10429 "core-foundation 0.10.0",
10430 "core-video",
10431 "ctor",
10432 "foreign-types 0.5.0",
10433 "metal",
10434 "objc",
10435]
10436
10437[[package]]
10438name = "memchr"
10439version = "2.7.6"
10440source = "registry+https://github.com/rust-lang/crates.io-index"
10441checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10442
10443[[package]]
10444name = "memfd"
10445version = "0.6.5"
10446source = "registry+https://github.com/rust-lang/crates.io-index"
10447checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10448dependencies = [
10449 "rustix 1.1.2",
10450]
10451
10452[[package]]
10453name = "memmap2"
10454version = "0.9.8"
10455source = "registry+https://github.com/rust-lang/crates.io-index"
10456checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10457dependencies = [
10458 "libc",
10459 "stable_deref_trait",
10460]
10461
10462[[package]]
10463name = "memoffset"
10464version = "0.9.1"
10465source = "registry+https://github.com/rust-lang/crates.io-index"
10466checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10467dependencies = [
10468 "autocfg",
10469]
10470
10471[[package]]
10472name = "menu"
10473version = "0.1.0"
10474dependencies = [
10475 "gpui",
10476]
10477
10478[[package]]
10479name = "merge"
10480version = "0.1.0"
10481source = "registry+https://github.com/rust-lang/crates.io-index"
10482checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10483dependencies = [
10484 "merge_derive",
10485 "num-traits",
10486]
10487
10488[[package]]
10489name = "merge_derive"
10490version = "0.1.0"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10493dependencies = [
10494 "proc-macro-error",
10495 "proc-macro2",
10496 "quote",
10497 "syn 1.0.109",
10498]
10499
10500[[package]]
10501name = "mermaid-rs-renderer"
10502version = "0.2.0"
10503source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10504dependencies = [
10505 "anyhow",
10506 "fontdb 0.16.2",
10507 "json5",
10508 "once_cell",
10509 "regex",
10510 "serde",
10511 "serde_json",
10512 "thiserror 2.0.17",
10513 "ttf-parser 0.20.0",
10514]
10515
10516[[package]]
10517name = "metal"
10518version = "0.33.0"
10519source = "registry+https://github.com/rust-lang/crates.io-index"
10520checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10521dependencies = [
10522 "bitflags 2.10.0",
10523 "block",
10524 "core-graphics-types 0.2.0",
10525 "foreign-types 0.5.0",
10526 "log",
10527 "objc",
10528 "paste",
10529]
10530
10531[[package]]
10532name = "migrator"
10533version = "0.1.0"
10534dependencies = [
10535 "anyhow",
10536 "collections",
10537 "convert_case 0.8.0",
10538 "log",
10539 "pretty_assertions",
10540 "serde_json",
10541 "serde_json_lenient",
10542 "settings_content",
10543 "settings_json",
10544 "streaming-iterator",
10545 "tree-sitter",
10546 "tree-sitter-json",
10547 "unindent",
10548]
10549
10550[[package]]
10551name = "mimalloc"
10552version = "0.1.48"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10555dependencies = [
10556 "libmimalloc-sys",
10557]
10558
10559[[package]]
10560name = "mime"
10561version = "0.3.17"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10564
10565[[package]]
10566name = "mime_guess"
10567version = "2.0.5"
10568source = "registry+https://github.com/rust-lang/crates.io-index"
10569checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10570dependencies = [
10571 "mime",
10572 "unicase",
10573]
10574
10575[[package]]
10576name = "minidump-common"
10577version = "0.26.1"
10578source = "registry+https://github.com/rust-lang/crates.io-index"
10579checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10580dependencies = [
10581 "bitflags 2.10.0",
10582 "debugid",
10583 "num-derive",
10584 "num-traits",
10585 "range-map",
10586 "scroll",
10587 "smart-default",
10588]
10589
10590[[package]]
10591name = "minidump-writer"
10592version = "0.11.0"
10593source = "registry+https://github.com/rust-lang/crates.io-index"
10594checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10595dependencies = [
10596 "bitflags 2.10.0",
10597 "byteorder",
10598 "cfg-if",
10599 "crash-context",
10600 "error-graph",
10601 "failspot",
10602 "goblin",
10603 "libc",
10604 "log",
10605 "mach2 0.4.3",
10606 "memmap2",
10607 "memoffset",
10608 "minidump-common",
10609 "nix 0.29.0",
10610 "procfs-core",
10611 "scroll",
10612 "serde",
10613 "serde_json",
10614 "tempfile",
10615 "thiserror 2.0.17",
10616]
10617
10618[[package]]
10619name = "minidumper"
10620version = "0.9.0"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10623dependencies = [
10624 "cfg-if",
10625 "crash-context",
10626 "libc",
10627 "log",
10628 "minidump-writer",
10629 "parking_lot",
10630 "polling",
10631 "scroll",
10632 "thiserror 2.0.17",
10633 "uds",
10634]
10635
10636[[package]]
10637name = "minimal-lexical"
10638version = "0.2.1"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10641
10642[[package]]
10643name = "miniprofiler_ui"
10644version = "0.1.0"
10645dependencies = [
10646 "gpui",
10647 "rpc",
10648 "serde_json",
10649 "smol",
10650 "theme_settings",
10651 "util",
10652 "workspace",
10653 "zed_actions",
10654]
10655
10656[[package]]
10657name = "miniz_oxide"
10658version = "0.8.9"
10659source = "registry+https://github.com/rust-lang/crates.io-index"
10660checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10661dependencies = [
10662 "adler2",
10663 "simd-adler32",
10664]
10665
10666[[package]]
10667name = "mio"
10668version = "0.8.11"
10669source = "registry+https://github.com/rust-lang/crates.io-index"
10670checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10671dependencies = [
10672 "libc",
10673 "log",
10674 "wasi",
10675 "windows-sys 0.48.0",
10676]
10677
10678[[package]]
10679name = "mio"
10680version = "1.1.0"
10681source = "registry+https://github.com/rust-lang/crates.io-index"
10682checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10683dependencies = [
10684 "libc",
10685 "log",
10686 "wasi",
10687 "windows-sys 0.61.2",
10688]
10689
10690[[package]]
10691name = "miow"
10692version = "0.6.1"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10695dependencies = [
10696 "windows-sys 0.61.2",
10697]
10698
10699[[package]]
10700name = "mistral"
10701version = "0.1.0"
10702dependencies = [
10703 "anyhow",
10704 "futures 0.3.32",
10705 "http_client",
10706 "schemars",
10707 "serde",
10708 "serde_json",
10709 "strum 0.27.2",
10710]
10711
10712[[package]]
10713name = "moka"
10714version = "0.12.11"
10715source = "registry+https://github.com/rust-lang/crates.io-index"
10716checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10717dependencies = [
10718 "crossbeam-channel",
10719 "crossbeam-epoch",
10720 "crossbeam-utils",
10721 "equivalent",
10722 "parking_lot",
10723 "portable-atomic",
10724 "rustc_version",
10725 "smallvec",
10726 "tagptr",
10727 "uuid",
10728]
10729
10730[[package]]
10731name = "moxcms"
10732version = "0.7.7"
10733source = "registry+https://github.com/rust-lang/crates.io-index"
10734checksum = "c588e11a3082784af229e23e8e4ecf5bcc6fbe4f69101e0421ce8d79da7f0b40"
10735dependencies = [
10736 "num-traits",
10737 "pxfm",
10738]
10739
10740[[package]]
10741name = "msvc_spectre_libs"
10742version = "0.1.3"
10743source = "registry+https://github.com/rust-lang/crates.io-index"
10744checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10745dependencies = [
10746 "cc",
10747]
10748
10749[[package]]
10750name = "multi_buffer"
10751version = "0.1.0"
10752dependencies = [
10753 "anyhow",
10754 "buffer_diff",
10755 "clock",
10756 "collections",
10757 "ctor",
10758 "gpui",
10759 "indoc",
10760 "itertools 0.14.0",
10761 "language",
10762 "log",
10763 "parking_lot",
10764 "pretty_assertions",
10765 "rand 0.9.3",
10766 "rope",
10767 "serde",
10768 "settings",
10769 "smallvec",
10770 "smol",
10771 "sum_tree",
10772 "text",
10773 "theme",
10774 "tracing",
10775 "tree-sitter",
10776 "unicode-segmentation",
10777 "util",
10778 "zlog",
10779 "ztracing",
10780]
10781
10782[[package]]
10783name = "multimap"
10784version = "0.8.3"
10785source = "registry+https://github.com/rust-lang/crates.io-index"
10786checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10787
10788[[package]]
10789name = "naga"
10790version = "29.0.0"
10791source = "registry+https://github.com/rust-lang/crates.io-index"
10792checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10793dependencies = [
10794 "arrayvec",
10795 "bit-set 0.9.1",
10796 "bitflags 2.10.0",
10797 "cfg-if",
10798 "cfg_aliases 0.2.1",
10799 "codespan-reporting",
10800 "half",
10801 "hashbrown 0.16.1",
10802 "hexf-parse",
10803 "indexmap",
10804 "libm",
10805 "log",
10806 "num-traits",
10807 "once_cell",
10808 "rustc-hash 1.1.0",
10809 "thiserror 2.0.17",
10810 "unicode-ident",
10811]
10812
10813[[package]]
10814name = "naga"
10815version = "29.0.0"
10816source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10817dependencies = [
10818 "arrayvec",
10819 "bit-set 0.9.1",
10820 "bitflags 2.10.0",
10821 "cfg-if",
10822 "cfg_aliases 0.2.1",
10823 "codespan-reporting",
10824 "half",
10825 "hashbrown 0.16.1",
10826 "hexf-parse",
10827 "indexmap",
10828 "libm",
10829 "log",
10830 "num-traits",
10831 "once_cell",
10832 "rustc-hash 1.1.0",
10833 "spirv",
10834 "thiserror 2.0.17",
10835 "unicode-ident",
10836]
10837
10838[[package]]
10839name = "nanoid"
10840version = "0.4.0"
10841source = "registry+https://github.com/rust-lang/crates.io-index"
10842checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10843dependencies = [
10844 "rand 0.8.5",
10845]
10846
10847[[package]]
10848name = "nanorand"
10849version = "0.7.0"
10850source = "registry+https://github.com/rust-lang/crates.io-index"
10851checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10852dependencies = [
10853 "getrandom 0.2.16",
10854]
10855
10856[[package]]
10857name = "native-tls"
10858version = "0.2.14"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10861dependencies = [
10862 "libc",
10863 "log",
10864 "openssl",
10865 "openssl-probe",
10866 "openssl-sys",
10867 "schannel",
10868 "security-framework 2.11.1",
10869 "security-framework-sys",
10870 "tempfile",
10871]
10872
10873[[package]]
10874name = "nbformat"
10875version = "1.2.0"
10876source = "registry+https://github.com/rust-lang/crates.io-index"
10877checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10878dependencies = [
10879 "anyhow",
10880 "chrono",
10881 "jupyter-protocol",
10882 "serde",
10883 "serde_json",
10884 "thiserror 1.0.69",
10885 "uuid",
10886]
10887
10888[[package]]
10889name = "nc"
10890version = "0.1.0"
10891dependencies = [
10892 "anyhow",
10893 "futures 0.3.32",
10894 "net",
10895 "smol",
10896]
10897
10898[[package]]
10899name = "ndk"
10900version = "0.9.0"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10903dependencies = [
10904 "bitflags 2.10.0",
10905 "jni-sys",
10906 "log",
10907 "ndk-sys",
10908 "num_enum",
10909 "thiserror 1.0.69",
10910]
10911
10912[[package]]
10913name = "ndk-context"
10914version = "0.1.1"
10915source = "registry+https://github.com/rust-lang/crates.io-index"
10916checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10917
10918[[package]]
10919name = "ndk-sys"
10920version = "0.6.0+11769913"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10923dependencies = [
10924 "jni-sys",
10925]
10926
10927[[package]]
10928name = "net"
10929version = "0.1.0"
10930dependencies = [
10931 "anyhow",
10932 "async-io",
10933 "smol",
10934 "tempfile",
10935 "windows 0.61.3",
10936]
10937
10938[[package]]
10939name = "new_debug_unreachable"
10940version = "1.0.6"
10941source = "registry+https://github.com/rust-lang/crates.io-index"
10942checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10943
10944[[package]]
10945name = "nix"
10946version = "0.28.0"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
10949dependencies = [
10950 "bitflags 2.10.0",
10951 "cfg-if",
10952 "cfg_aliases 0.1.1",
10953 "libc",
10954]
10955
10956[[package]]
10957name = "nix"
10958version = "0.29.0"
10959source = "registry+https://github.com/rust-lang/crates.io-index"
10960checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
10961dependencies = [
10962 "bitflags 2.10.0",
10963 "cfg-if",
10964 "cfg_aliases 0.2.1",
10965 "libc",
10966]
10967
10968[[package]]
10969name = "nix"
10970version = "0.30.1"
10971source = "registry+https://github.com/rust-lang/crates.io-index"
10972checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
10973dependencies = [
10974 "bitflags 2.10.0",
10975 "cfg-if",
10976 "cfg_aliases 0.2.1",
10977 "libc",
10978]
10979
10980[[package]]
10981name = "node_runtime"
10982version = "0.1.0"
10983dependencies = [
10984 "anyhow",
10985 "async-compression",
10986 "async-std",
10987 "async-tar",
10988 "async-trait",
10989 "futures 0.3.32",
10990 "http_client",
10991 "log",
10992 "paths",
10993 "semver",
10994 "serde",
10995 "serde_json",
10996 "smol",
10997 "util",
10998 "watch",
10999 "which 6.0.3",
11000]
11001
11002[[package]]
11003name = "nom"
11004version = "7.1.3"
11005source = "registry+https://github.com/rust-lang/crates.io-index"
11006checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11007dependencies = [
11008 "memchr",
11009 "minimal-lexical",
11010]
11011
11012[[package]]
11013name = "nom"
11014version = "8.0.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11017dependencies = [
11018 "memchr",
11019]
11020
11021[[package]]
11022name = "noop_proc_macro"
11023version = "0.3.0"
11024source = "registry+https://github.com/rust-lang/crates.io-index"
11025checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11026
11027[[package]]
11028name = "normpath"
11029version = "1.5.0"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11032dependencies = [
11033 "windows-sys 0.61.2",
11034]
11035
11036[[package]]
11037name = "notifications"
11038version = "0.1.0"
11039dependencies = [
11040 "anyhow",
11041 "channel",
11042 "client",
11043 "component",
11044 "db",
11045 "gpui",
11046 "rpc",
11047 "sum_tree",
11048 "time",
11049 "ui",
11050 "util",
11051 "workspace",
11052 "zed_actions",
11053]
11054
11055[[package]]
11056name = "notify"
11057version = "6.1.1"
11058source = "registry+https://github.com/rust-lang/crates.io-index"
11059checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11060dependencies = [
11061 "bitflags 2.10.0",
11062 "crossbeam-channel",
11063 "filetime",
11064 "fsevent-sys",
11065 "inotify 0.9.6",
11066 "kqueue",
11067 "libc",
11068 "log",
11069 "mio 0.8.11",
11070 "walkdir",
11071 "windows-sys 0.48.0",
11072]
11073
11074[[package]]
11075name = "notify"
11076version = "8.2.0"
11077source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11078dependencies = [
11079 "bitflags 2.10.0",
11080 "fsevent-sys",
11081 "inotify 0.11.0",
11082 "kqueue",
11083 "libc",
11084 "log",
11085 "mio 1.1.0",
11086 "notify-types",
11087 "walkdir",
11088 "windows-sys 0.60.2",
11089]
11090
11091[[package]]
11092name = "notify-debouncer-mini"
11093version = "0.4.1"
11094source = "registry+https://github.com/rust-lang/crates.io-index"
11095checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11096dependencies = [
11097 "crossbeam-channel",
11098 "log",
11099 "notify 6.1.1",
11100]
11101
11102[[package]]
11103name = "notify-types"
11104version = "2.0.0"
11105source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11106
11107[[package]]
11108name = "ntapi"
11109version = "0.4.1"
11110source = "registry+https://github.com/rust-lang/crates.io-index"
11111checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11112dependencies = [
11113 "winapi",
11114]
11115
11116[[package]]
11117name = "nu-ansi-term"
11118version = "0.50.3"
11119source = "registry+https://github.com/rust-lang/crates.io-index"
11120checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11121dependencies = [
11122 "windows-sys 0.61.2",
11123]
11124
11125[[package]]
11126name = "nucleo"
11127version = "0.5.0"
11128source = "registry+https://github.com/rust-lang/crates.io-index"
11129checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11130dependencies = [
11131 "nucleo-matcher",
11132 "parking_lot",
11133 "rayon",
11134]
11135
11136[[package]]
11137name = "nucleo-matcher"
11138version = "0.3.1"
11139source = "registry+https://github.com/rust-lang/crates.io-index"
11140checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11141dependencies = [
11142 "memchr",
11143 "unicode-segmentation",
11144]
11145
11146[[package]]
11147name = "num"
11148version = "0.4.3"
11149source = "registry+https://github.com/rust-lang/crates.io-index"
11150checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11151dependencies = [
11152 "num-bigint",
11153 "num-complex",
11154 "num-integer",
11155 "num-iter",
11156 "num-rational",
11157 "num-traits",
11158]
11159
11160[[package]]
11161name = "num-bigint"
11162version = "0.4.6"
11163source = "registry+https://github.com/rust-lang/crates.io-index"
11164checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11165dependencies = [
11166 "num-integer",
11167 "num-traits",
11168]
11169
11170[[package]]
11171name = "num-bigint-dig"
11172version = "0.8.6"
11173source = "registry+https://github.com/rust-lang/crates.io-index"
11174checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11175dependencies = [
11176 "lazy_static",
11177 "libm",
11178 "num-integer",
11179 "num-iter",
11180 "num-traits",
11181 "rand 0.8.5",
11182 "smallvec",
11183 "zeroize",
11184]
11185
11186[[package]]
11187name = "num-bigint-dig"
11188version = "0.9.1"
11189source = "registry+https://github.com/rust-lang/crates.io-index"
11190checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11191dependencies = [
11192 "libm",
11193 "num-integer",
11194 "num-iter",
11195 "num-traits",
11196 "once_cell",
11197 "rand 0.9.3",
11198 "serde",
11199 "smallvec",
11200 "zeroize",
11201]
11202
11203[[package]]
11204name = "num-cmp"
11205version = "0.1.0"
11206source = "registry+https://github.com/rust-lang/crates.io-index"
11207checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11208
11209[[package]]
11210name = "num-complex"
11211version = "0.4.6"
11212source = "registry+https://github.com/rust-lang/crates.io-index"
11213checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11214dependencies = [
11215 "bytemuck",
11216 "num-traits",
11217]
11218
11219[[package]]
11220name = "num-conv"
11221version = "0.2.0"
11222source = "registry+https://github.com/rust-lang/crates.io-index"
11223checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11224
11225[[package]]
11226name = "num-derive"
11227version = "0.4.2"
11228source = "registry+https://github.com/rust-lang/crates.io-index"
11229checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11230dependencies = [
11231 "proc-macro2",
11232 "quote",
11233 "syn 2.0.117",
11234]
11235
11236[[package]]
11237name = "num-format"
11238version = "0.4.4"
11239source = "registry+https://github.com/rust-lang/crates.io-index"
11240checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11241dependencies = [
11242 "arrayvec",
11243 "itoa",
11244]
11245
11246[[package]]
11247name = "num-integer"
11248version = "0.1.46"
11249source = "registry+https://github.com/rust-lang/crates.io-index"
11250checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11251dependencies = [
11252 "num-traits",
11253]
11254
11255[[package]]
11256name = "num-iter"
11257version = "0.1.45"
11258source = "registry+https://github.com/rust-lang/crates.io-index"
11259checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11260dependencies = [
11261 "autocfg",
11262 "num-integer",
11263 "num-traits",
11264]
11265
11266[[package]]
11267name = "num-rational"
11268version = "0.4.2"
11269source = "registry+https://github.com/rust-lang/crates.io-index"
11270checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11271dependencies = [
11272 "num-bigint",
11273 "num-integer",
11274 "num-traits",
11275]
11276
11277[[package]]
11278name = "num-traits"
11279version = "0.2.19"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11282dependencies = [
11283 "autocfg",
11284 "libm",
11285]
11286
11287[[package]]
11288name = "num_cpus"
11289version = "1.17.0"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11292dependencies = [
11293 "hermit-abi",
11294 "libc",
11295]
11296
11297[[package]]
11298name = "num_enum"
11299version = "0.7.4"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11302dependencies = [
11303 "num_enum_derive",
11304 "rustversion",
11305]
11306
11307[[package]]
11308name = "num_enum_derive"
11309version = "0.7.4"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11312dependencies = [
11313 "proc-macro-crate",
11314 "proc-macro2",
11315 "quote",
11316 "syn 2.0.117",
11317]
11318
11319[[package]]
11320name = "num_threads"
11321version = "0.1.7"
11322source = "registry+https://github.com/rust-lang/crates.io-index"
11323checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11324dependencies = [
11325 "libc",
11326]
11327
11328[[package]]
11329name = "nvim-rs"
11330version = "0.9.2"
11331source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11332dependencies = [
11333 "async-trait",
11334 "futures 0.3.32",
11335 "log",
11336 "rmp",
11337 "rmpv",
11338 "tokio",
11339 "tokio-util",
11340]
11341
11342[[package]]
11343name = "objc"
11344version = "0.2.7"
11345source = "registry+https://github.com/rust-lang/crates.io-index"
11346checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11347dependencies = [
11348 "malloc_buf",
11349 "objc_exception",
11350]
11351
11352[[package]]
11353name = "objc-foundation"
11354version = "0.1.1"
11355source = "registry+https://github.com/rust-lang/crates.io-index"
11356checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11357dependencies = [
11358 "block",
11359 "objc",
11360 "objc_id",
11361]
11362
11363[[package]]
11364name = "objc2"
11365version = "0.6.3"
11366source = "registry+https://github.com/rust-lang/crates.io-index"
11367checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11368dependencies = [
11369 "objc2-encode",
11370]
11371
11372[[package]]
11373name = "objc2-app-kit"
11374version = "0.3.1"
11375source = "registry+https://github.com/rust-lang/crates.io-index"
11376checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11377dependencies = [
11378 "objc2",
11379 "objc2-foundation",
11380]
11381
11382[[package]]
11383name = "objc2-audio-toolbox"
11384version = "0.3.2"
11385source = "registry+https://github.com/rust-lang/crates.io-index"
11386checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11387dependencies = [
11388 "bitflags 2.10.0",
11389 "libc",
11390 "objc2",
11391 "objc2-core-audio",
11392 "objc2-core-audio-types",
11393 "objc2-core-foundation",
11394 "objc2-foundation",
11395]
11396
11397[[package]]
11398name = "objc2-avf-audio"
11399version = "0.3.2"
11400source = "registry+https://github.com/rust-lang/crates.io-index"
11401checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11402dependencies = [
11403 "objc2",
11404 "objc2-foundation",
11405]
11406
11407[[package]]
11408name = "objc2-core-audio"
11409version = "0.3.2"
11410source = "registry+https://github.com/rust-lang/crates.io-index"
11411checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11412dependencies = [
11413 "dispatch2",
11414 "objc2",
11415 "objc2-core-audio-types",
11416 "objc2-core-foundation",
11417 "objc2-foundation",
11418]
11419
11420[[package]]
11421name = "objc2-core-audio-types"
11422version = "0.3.2"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11425dependencies = [
11426 "bitflags 2.10.0",
11427 "objc2",
11428]
11429
11430[[package]]
11431name = "objc2-core-foundation"
11432version = "0.3.2"
11433source = "registry+https://github.com/rust-lang/crates.io-index"
11434checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11435dependencies = [
11436 "bitflags 2.10.0",
11437 "block2",
11438 "dispatch2",
11439 "libc",
11440 "objc2",
11441]
11442
11443[[package]]
11444name = "objc2-encode"
11445version = "4.1.0"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11448
11449[[package]]
11450name = "objc2-foundation"
11451version = "0.3.2"
11452source = "registry+https://github.com/rust-lang/crates.io-index"
11453checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11454dependencies = [
11455 "bitflags 2.10.0",
11456 "block2",
11457 "libc",
11458 "objc2",
11459 "objc2-core-foundation",
11460]
11461
11462[[package]]
11463name = "objc2-io-kit"
11464version = "0.3.2"
11465source = "registry+https://github.com/rust-lang/crates.io-index"
11466checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11467dependencies = [
11468 "libc",
11469 "objc2-core-foundation",
11470]
11471
11472[[package]]
11473name = "objc2-metal"
11474version = "0.3.2"
11475source = "registry+https://github.com/rust-lang/crates.io-index"
11476checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11477dependencies = [
11478 "bitflags 2.10.0",
11479 "block2",
11480 "dispatch2",
11481 "objc2",
11482 "objc2-core-foundation",
11483 "objc2-foundation",
11484]
11485
11486[[package]]
11487name = "objc2-quartz-core"
11488version = "0.3.2"
11489source = "registry+https://github.com/rust-lang/crates.io-index"
11490checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11491dependencies = [
11492 "bitflags 2.10.0",
11493 "objc2",
11494 "objc2-core-foundation",
11495 "objc2-foundation",
11496 "objc2-metal",
11497]
11498
11499[[package]]
11500name = "objc_exception"
11501version = "0.1.2"
11502source = "registry+https://github.com/rust-lang/crates.io-index"
11503checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11504dependencies = [
11505 "cc",
11506]
11507
11508[[package]]
11509name = "objc_id"
11510version = "0.1.1"
11511source = "registry+https://github.com/rust-lang/crates.io-index"
11512checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11513dependencies = [
11514 "objc",
11515]
11516
11517[[package]]
11518name = "object"
11519version = "0.37.3"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11522dependencies = [
11523 "crc32fast",
11524 "hashbrown 0.15.5",
11525 "indexmap",
11526 "memchr",
11527]
11528
11529[[package]]
11530name = "octocrab"
11531version = "0.49.7"
11532source = "registry+https://github.com/rust-lang/crates.io-index"
11533checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11534dependencies = [
11535 "arc-swap",
11536 "async-trait",
11537 "base64 0.22.1",
11538 "bytes 1.11.1",
11539 "cargo_metadata 0.23.1",
11540 "cfg-if",
11541 "chrono",
11542 "either",
11543 "futures 0.3.32",
11544 "futures-core",
11545 "futures-util",
11546 "getrandom 0.2.16",
11547 "http 1.3.1",
11548 "http-body 1.0.1",
11549 "http-body-util",
11550 "hyper 1.7.0",
11551 "hyper-rustls 0.27.7",
11552 "hyper-timeout",
11553 "hyper-util",
11554 "jsonwebtoken",
11555 "once_cell",
11556 "percent-encoding",
11557 "pin-project",
11558 "secrecy",
11559 "serde",
11560 "serde_json",
11561 "serde_path_to_error",
11562 "serde_urlencoded",
11563 "snafu",
11564 "tokio",
11565 "tower 0.5.2",
11566 "tower-http 0.6.6",
11567 "url",
11568 "web-time",
11569]
11570
11571[[package]]
11572name = "ollama"
11573version = "0.1.0"
11574dependencies = [
11575 "anyhow",
11576 "futures 0.3.32",
11577 "http_client",
11578 "schemars",
11579 "serde",
11580 "serde_json",
11581 "settings",
11582]
11583
11584[[package]]
11585name = "onboarding"
11586version = "0.1.0"
11587dependencies = [
11588 "anyhow",
11589 "client",
11590 "cloud_api_types",
11591 "collections",
11592 "component",
11593 "db",
11594 "documented",
11595 "fs",
11596 "fuzzy",
11597 "gpui",
11598 "menu",
11599 "notifications",
11600 "picker",
11601 "project",
11602 "schemars",
11603 "serde",
11604 "settings",
11605 "telemetry",
11606 "theme",
11607 "theme_settings",
11608 "ui",
11609 "util",
11610 "vim_mode_setting",
11611 "workspace",
11612 "zed_actions",
11613 "zlog",
11614]
11615
11616[[package]]
11617name = "once_cell"
11618version = "1.21.3"
11619source = "registry+https://github.com/rust-lang/crates.io-index"
11620checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11621
11622[[package]]
11623name = "once_cell_polyfill"
11624version = "1.70.1"
11625source = "registry+https://github.com/rust-lang/crates.io-index"
11626checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11627
11628[[package]]
11629name = "oo7"
11630version = "0.6.0"
11631source = "registry+https://github.com/rust-lang/crates.io-index"
11632checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11633dependencies = [
11634 "aes",
11635 "ashpd",
11636 "async-fs",
11637 "async-io",
11638 "async-lock 3.4.2",
11639 "blocking",
11640 "cbc",
11641 "cipher",
11642 "digest",
11643 "endi",
11644 "futures-lite 2.6.1",
11645 "futures-util",
11646 "getrandom 0.4.1",
11647 "hkdf",
11648 "hmac",
11649 "md-5",
11650 "num",
11651 "num-bigint-dig 0.9.1",
11652 "pbkdf2 0.12.2",
11653 "serde",
11654 "serde_bytes",
11655 "sha2",
11656 "subtle",
11657 "zbus",
11658 "zbus_macros",
11659 "zeroize",
11660 "zvariant",
11661]
11662
11663[[package]]
11664name = "oorandom"
11665version = "11.1.5"
11666source = "registry+https://github.com/rust-lang/crates.io-index"
11667checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11668
11669[[package]]
11670name = "open"
11671version = "5.3.2"
11672source = "registry+https://github.com/rust-lang/crates.io-index"
11673checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11674dependencies = [
11675 "is-wsl",
11676 "libc",
11677 "pathdiff",
11678]
11679
11680[[package]]
11681name = "open_ai"
11682version = "0.1.0"
11683dependencies = [
11684 "anyhow",
11685 "collections",
11686 "futures 0.3.32",
11687 "http_client",
11688 "language_model_core",
11689 "log",
11690 "pretty_assertions",
11691 "rand 0.9.3",
11692 "schemars",
11693 "serde",
11694 "serde_json",
11695 "strum 0.27.2",
11696 "thiserror 2.0.17",
11697 "tiktoken-rs",
11698]
11699
11700[[package]]
11701name = "open_path_prompt"
11702version = "0.1.0"
11703dependencies = [
11704 "editor",
11705 "file_icons",
11706 "futures 0.3.32",
11707 "fuzzy",
11708 "gpui",
11709 "picker",
11710 "project",
11711 "schemars",
11712 "serde",
11713 "serde_json",
11714 "settings",
11715 "theme",
11716 "theme_settings",
11717 "ui",
11718 "util",
11719 "workspace",
11720]
11721
11722[[package]]
11723name = "open_router"
11724version = "0.1.0"
11725dependencies = [
11726 "anyhow",
11727 "futures 0.3.32",
11728 "http_client",
11729 "language_model_core",
11730 "schemars",
11731 "serde",
11732 "serde_json",
11733 "settings",
11734 "strum 0.27.2",
11735 "thiserror 2.0.17",
11736]
11737
11738[[package]]
11739name = "opencode"
11740version = "0.1.0"
11741dependencies = [
11742 "anyhow",
11743 "futures 0.3.32",
11744 "google_ai",
11745 "http_client",
11746 "schemars",
11747 "serde",
11748 "serde_json",
11749 "strum 0.27.2",
11750]
11751
11752[[package]]
11753name = "opener"
11754version = "0.7.2"
11755source = "registry+https://github.com/rust-lang/crates.io-index"
11756checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11757dependencies = [
11758 "bstr",
11759 "dbus",
11760 "normpath",
11761 "windows-sys 0.59.0",
11762]
11763
11764[[package]]
11765name = "openssl"
11766version = "0.10.74"
11767source = "registry+https://github.com/rust-lang/crates.io-index"
11768checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11769dependencies = [
11770 "bitflags 2.10.0",
11771 "cfg-if",
11772 "foreign-types 0.3.2",
11773 "libc",
11774 "once_cell",
11775 "openssl-macros",
11776 "openssl-sys",
11777]
11778
11779[[package]]
11780name = "openssl-macros"
11781version = "0.1.1"
11782source = "registry+https://github.com/rust-lang/crates.io-index"
11783checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11784dependencies = [
11785 "proc-macro2",
11786 "quote",
11787 "syn 2.0.117",
11788]
11789
11790[[package]]
11791name = "openssl-probe"
11792version = "0.1.6"
11793source = "registry+https://github.com/rust-lang/crates.io-index"
11794checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11795
11796[[package]]
11797name = "openssl-sys"
11798version = "0.9.110"
11799source = "registry+https://github.com/rust-lang/crates.io-index"
11800checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11801dependencies = [
11802 "cc",
11803 "libc",
11804 "pkg-config",
11805 "vcpkg",
11806]
11807
11808[[package]]
11809name = "optfield"
11810version = "0.4.0"
11811source = "registry+https://github.com/rust-lang/crates.io-index"
11812checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11813dependencies = [
11814 "proc-macro2",
11815 "quote",
11816 "syn 2.0.117",
11817]
11818
11819[[package]]
11820name = "option-ext"
11821version = "0.2.0"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11824
11825[[package]]
11826name = "ordered-float"
11827version = "2.10.1"
11828source = "registry+https://github.com/rust-lang/crates.io-index"
11829checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11830dependencies = [
11831 "num-traits",
11832]
11833
11834[[package]]
11835name = "ordered-float"
11836version = "4.6.0"
11837source = "registry+https://github.com/rust-lang/crates.io-index"
11838checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11839dependencies = [
11840 "num-traits",
11841]
11842
11843[[package]]
11844name = "ordered-stream"
11845version = "0.2.0"
11846source = "registry+https://github.com/rust-lang/crates.io-index"
11847checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11848dependencies = [
11849 "futures-core",
11850 "pin-project-lite",
11851]
11852
11853[[package]]
11854name = "ouroboros"
11855version = "0.18.5"
11856source = "registry+https://github.com/rust-lang/crates.io-index"
11857checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11858dependencies = [
11859 "aliasable",
11860 "ouroboros_macro",
11861 "static_assertions",
11862]
11863
11864[[package]]
11865name = "ouroboros_macro"
11866version = "0.18.5"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11869dependencies = [
11870 "heck 0.4.1",
11871 "proc-macro2",
11872 "proc-macro2-diagnostics",
11873 "quote",
11874 "syn 2.0.117",
11875]
11876
11877[[package]]
11878name = "outline"
11879version = "0.1.0"
11880dependencies = [
11881 "editor",
11882 "fuzzy",
11883 "gpui",
11884 "indoc",
11885 "language",
11886 "lsp",
11887 "menu",
11888 "ordered-float 2.10.1",
11889 "picker",
11890 "project",
11891 "rope",
11892 "serde_json",
11893 "settings",
11894 "smol",
11895 "theme",
11896 "theme_settings",
11897 "ui",
11898 "util",
11899 "workspace",
11900 "zed_actions",
11901]
11902
11903[[package]]
11904name = "outline_panel"
11905version = "0.1.0"
11906dependencies = [
11907 "anyhow",
11908 "collections",
11909 "db",
11910 "editor",
11911 "file_icons",
11912 "fuzzy",
11913 "gpui",
11914 "itertools 0.14.0",
11915 "language",
11916 "log",
11917 "lsp",
11918 "menu",
11919 "outline",
11920 "pretty_assertions",
11921 "project",
11922 "search",
11923 "serde",
11924 "serde_json",
11925 "settings",
11926 "smallvec",
11927 "smol",
11928 "theme",
11929 "theme_settings",
11930 "ui",
11931 "util",
11932 "workspace",
11933 "worktree",
11934 "zed_actions",
11935]
11936
11937[[package]]
11938name = "outref"
11939version = "0.5.2"
11940source = "registry+https://github.com/rust-lang/crates.io-index"
11941checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11942
11943[[package]]
11944name = "p256"
11945version = "0.11.1"
11946source = "registry+https://github.com/rust-lang/crates.io-index"
11947checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11948dependencies = [
11949 "ecdsa",
11950 "elliptic-curve",
11951 "sha2",
11952]
11953
11954[[package]]
11955name = "page_size"
11956version = "0.6.0"
11957source = "registry+https://github.com/rust-lang/crates.io-index"
11958checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
11959dependencies = [
11960 "libc",
11961 "winapi",
11962]
11963
11964[[package]]
11965name = "palette"
11966version = "0.7.6"
11967source = "registry+https://github.com/rust-lang/crates.io-index"
11968checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
11969dependencies = [
11970 "approx",
11971 "fast-srgb8",
11972 "palette_derive",
11973]
11974
11975[[package]]
11976name = "palette_derive"
11977version = "0.7.6"
11978source = "registry+https://github.com/rust-lang/crates.io-index"
11979checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
11980dependencies = [
11981 "by_address",
11982 "proc-macro2",
11983 "quote",
11984 "syn 2.0.117",
11985]
11986
11987[[package]]
11988name = "panel"
11989version = "0.1.0"
11990dependencies = [
11991 "gpui",
11992 "ui",
11993 "workspace",
11994]
11995
11996[[package]]
11997name = "parking"
11998version = "2.2.1"
11999source = "registry+https://github.com/rust-lang/crates.io-index"
12000checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12001
12002[[package]]
12003name = "parking_lot"
12004version = "0.12.5"
12005source = "registry+https://github.com/rust-lang/crates.io-index"
12006checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12007dependencies = [
12008 "lock_api",
12009 "parking_lot_core",
12010]
12011
12012[[package]]
12013name = "parking_lot_core"
12014version = "0.9.12"
12015source = "registry+https://github.com/rust-lang/crates.io-index"
12016checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12017dependencies = [
12018 "cfg-if",
12019 "libc",
12020 "redox_syscall 0.5.18",
12021 "smallvec",
12022 "windows-link 0.2.1",
12023]
12024
12025[[package]]
12026name = "parse_int"
12027version = "0.9.0"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12030dependencies = [
12031 "num-traits",
12032]
12033
12034[[package]]
12035name = "partial-json-fixer"
12036version = "0.5.3"
12037source = "registry+https://github.com/rust-lang/crates.io-index"
12038checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12039
12040[[package]]
12041name = "password-hash"
12042version = "0.4.2"
12043source = "registry+https://github.com/rust-lang/crates.io-index"
12044checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12045dependencies = [
12046 "base64ct",
12047 "rand_core 0.6.4",
12048 "subtle",
12049]
12050
12051[[package]]
12052name = "paste"
12053version = "1.0.15"
12054source = "registry+https://github.com/rust-lang/crates.io-index"
12055checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12056
12057[[package]]
12058name = "pathdiff"
12059version = "0.2.3"
12060source = "registry+https://github.com/rust-lang/crates.io-index"
12061checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12062
12063[[package]]
12064name = "pathfinder_geometry"
12065version = "0.5.1"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12068dependencies = [
12069 "log",
12070 "pathfinder_simd",
12071]
12072
12073[[package]]
12074name = "pathfinder_simd"
12075version = "0.5.5"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12078dependencies = [
12079 "rustc_version",
12080]
12081
12082[[package]]
12083name = "paths"
12084version = "0.1.0"
12085dependencies = [
12086 "dirs",
12087 "ignore",
12088 "util",
12089]
12090
12091[[package]]
12092name = "pbjson"
12093version = "0.6.0"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12096dependencies = [
12097 "base64 0.21.7",
12098 "serde",
12099]
12100
12101[[package]]
12102name = "pbjson-build"
12103version = "0.6.2"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12106dependencies = [
12107 "heck 0.4.1",
12108 "itertools 0.11.0",
12109 "prost 0.12.6",
12110 "prost-types 0.12.6",
12111]
12112
12113[[package]]
12114name = "pbjson-types"
12115version = "0.6.0"
12116source = "registry+https://github.com/rust-lang/crates.io-index"
12117checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12118dependencies = [
12119 "bytes 1.11.1",
12120 "chrono",
12121 "pbjson",
12122 "pbjson-build",
12123 "prost 0.12.6",
12124 "prost-build 0.12.6",
12125 "serde",
12126]
12127
12128[[package]]
12129name = "pbkdf2"
12130version = "0.11.0"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12133dependencies = [
12134 "digest",
12135 "hmac",
12136 "password-hash",
12137 "sha2",
12138]
12139
12140[[package]]
12141name = "pbkdf2"
12142version = "0.12.2"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12145dependencies = [
12146 "digest",
12147 "hmac",
12148]
12149
12150[[package]]
12151name = "pciid-parser"
12152version = "0.8.0"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12155
12156[[package]]
12157name = "peg"
12158version = "0.8.5"
12159source = "registry+https://github.com/rust-lang/crates.io-index"
12160checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12161dependencies = [
12162 "peg-macros",
12163 "peg-runtime",
12164]
12165
12166[[package]]
12167name = "peg-macros"
12168version = "0.8.5"
12169source = "registry+https://github.com/rust-lang/crates.io-index"
12170checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12171dependencies = [
12172 "peg-runtime",
12173 "proc-macro2",
12174 "quote",
12175]
12176
12177[[package]]
12178name = "peg-runtime"
12179version = "0.8.5"
12180source = "registry+https://github.com/rust-lang/crates.io-index"
12181checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12182
12183[[package]]
12184name = "pem"
12185version = "3.0.6"
12186source = "registry+https://github.com/rust-lang/crates.io-index"
12187checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12188dependencies = [
12189 "base64 0.22.1",
12190 "serde_core",
12191]
12192
12193[[package]]
12194name = "pem-rfc7468"
12195version = "0.7.0"
12196source = "registry+https://github.com/rust-lang/crates.io-index"
12197checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12198dependencies = [
12199 "base64ct",
12200]
12201
12202[[package]]
12203name = "percent-encoding"
12204version = "2.3.2"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12207
12208[[package]]
12209name = "perf"
12210version = "0.1.0"
12211dependencies = [
12212 "collections",
12213 "serde",
12214 "serde_json",
12215]
12216
12217[[package]]
12218name = "pest"
12219version = "2.8.3"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12222dependencies = [
12223 "memchr",
12224 "ucd-trie",
12225]
12226
12227[[package]]
12228name = "pest_derive"
12229version = "2.8.3"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12232dependencies = [
12233 "pest",
12234 "pest_generator",
12235]
12236
12237[[package]]
12238name = "pest_generator"
12239version = "2.8.3"
12240source = "registry+https://github.com/rust-lang/crates.io-index"
12241checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12242dependencies = [
12243 "pest",
12244 "pest_meta",
12245 "proc-macro2",
12246 "quote",
12247 "syn 2.0.117",
12248]
12249
12250[[package]]
12251name = "pest_meta"
12252version = "2.8.3"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12255dependencies = [
12256 "pest",
12257 "sha2",
12258]
12259
12260[[package]]
12261name = "pet"
12262version = "0.1.0"
12263source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12264dependencies = [
12265 "clap",
12266 "env_logger 0.10.2",
12267 "lazy_static",
12268 "log",
12269 "msvc_spectre_libs",
12270 "pet-conda",
12271 "pet-core",
12272 "pet-env-var-path",
12273 "pet-fs",
12274 "pet-global-virtualenvs",
12275 "pet-homebrew",
12276 "pet-jsonrpc",
12277 "pet-linux-global-python",
12278 "pet-mac-commandlinetools",
12279 "pet-mac-python-org",
12280 "pet-mac-xcode",
12281 "pet-pipenv",
12282 "pet-pixi",
12283 "pet-poetry",
12284 "pet-pyenv",
12285 "pet-python-utils",
12286 "pet-reporter",
12287 "pet-telemetry",
12288 "pet-uv",
12289 "pet-venv",
12290 "pet-virtualenv",
12291 "pet-virtualenvwrapper",
12292 "pet-windows-registry",
12293 "pet-windows-store",
12294 "pet-winpython",
12295 "serde",
12296 "serde_json",
12297 "tracing",
12298 "tracing-subscriber",
12299 "winresource",
12300]
12301
12302[[package]]
12303name = "pet-conda"
12304version = "0.1.0"
12305source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12306dependencies = [
12307 "env_logger 0.10.2",
12308 "lazy_static",
12309 "log",
12310 "msvc_spectre_libs",
12311 "pet-core",
12312 "pet-fs",
12313 "pet-python-utils",
12314 "pet-reporter",
12315 "rayon",
12316 "regex",
12317 "serde",
12318 "serde_json",
12319 "yaml-rust2",
12320]
12321
12322[[package]]
12323name = "pet-core"
12324version = "0.1.0"
12325source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12326dependencies = [
12327 "clap",
12328 "lazy_static",
12329 "log",
12330 "msvc_spectre_libs",
12331 "pet-fs",
12332 "regex",
12333 "serde",
12334 "serde_json",
12335]
12336
12337[[package]]
12338name = "pet-env-var-path"
12339version = "0.1.0"
12340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12341dependencies = [
12342 "lazy_static",
12343 "log",
12344 "msvc_spectre_libs",
12345 "pet-conda",
12346 "pet-core",
12347 "pet-fs",
12348 "pet-python-utils",
12349 "pet-virtualenv",
12350 "regex",
12351]
12352
12353[[package]]
12354name = "pet-fs"
12355version = "0.1.0"
12356source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12357dependencies = [
12358 "glob",
12359 "log",
12360 "msvc_spectre_libs",
12361 "windows-sys 0.59.0",
12362]
12363
12364[[package]]
12365name = "pet-global-virtualenvs"
12366version = "0.1.0"
12367source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12368dependencies = [
12369 "log",
12370 "msvc_spectre_libs",
12371 "pet-conda",
12372 "pet-core",
12373 "pet-fs",
12374 "pet-virtualenv",
12375]
12376
12377[[package]]
12378name = "pet-homebrew"
12379version = "0.1.0"
12380source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12381dependencies = [
12382 "lazy_static",
12383 "log",
12384 "msvc_spectre_libs",
12385 "pet-conda",
12386 "pet-core",
12387 "pet-fs",
12388 "pet-python-utils",
12389 "pet-virtualenv",
12390 "rayon",
12391 "regex",
12392 "serde",
12393 "serde_json",
12394]
12395
12396[[package]]
12397name = "pet-jsonrpc"
12398version = "0.1.0"
12399source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12400dependencies = [
12401 "env_logger 0.10.2",
12402 "log",
12403 "msvc_spectre_libs",
12404 "pet-core",
12405 "serde",
12406 "serde_json",
12407]
12408
12409[[package]]
12410name = "pet-linux-global-python"
12411version = "0.1.0"
12412source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12413dependencies = [
12414 "log",
12415 "msvc_spectre_libs",
12416 "pet-core",
12417 "pet-fs",
12418 "pet-python-utils",
12419 "pet-virtualenv",
12420]
12421
12422[[package]]
12423name = "pet-mac-commandlinetools"
12424version = "0.1.0"
12425source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12426dependencies = [
12427 "log",
12428 "msvc_spectre_libs",
12429 "pet-core",
12430 "pet-fs",
12431 "pet-python-utils",
12432 "pet-virtualenv",
12433]
12434
12435[[package]]
12436name = "pet-mac-python-org"
12437version = "0.1.0"
12438source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12439dependencies = [
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-core",
12443 "pet-fs",
12444 "pet-python-utils",
12445 "pet-virtualenv",
12446]
12447
12448[[package]]
12449name = "pet-mac-xcode"
12450version = "0.1.0"
12451source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12452dependencies = [
12453 "log",
12454 "msvc_spectre_libs",
12455 "pet-core",
12456 "pet-fs",
12457 "pet-python-utils",
12458 "pet-virtualenv",
12459]
12460
12461[[package]]
12462name = "pet-pipenv"
12463version = "0.1.0"
12464source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12465dependencies = [
12466 "lazy_static",
12467 "log",
12468 "msvc_spectre_libs",
12469 "pet-core",
12470 "pet-fs",
12471 "pet-python-utils",
12472 "pet-virtualenv",
12473 "regex",
12474]
12475
12476[[package]]
12477name = "pet-pixi"
12478version = "0.1.0"
12479source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12480dependencies = [
12481 "log",
12482 "msvc_spectre_libs",
12483 "pet-conda",
12484 "pet-core",
12485 "pet-python-utils",
12486]
12487
12488[[package]]
12489name = "pet-poetry"
12490version = "0.1.0"
12491source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12492dependencies = [
12493 "base64 0.22.1",
12494 "lazy_static",
12495 "log",
12496 "msvc_spectre_libs",
12497 "pet-core",
12498 "pet-fs",
12499 "pet-python-utils",
12500 "pet-reporter",
12501 "pet-virtualenv",
12502 "regex",
12503 "serde",
12504 "serde_json",
12505 "sha2",
12506 "toml 0.8.23",
12507]
12508
12509[[package]]
12510name = "pet-pyenv"
12511version = "0.1.0"
12512source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12513dependencies = [
12514 "lazy_static",
12515 "log",
12516 "msvc_spectre_libs",
12517 "pet-conda",
12518 "pet-core",
12519 "pet-fs",
12520 "pet-python-utils",
12521 "pet-reporter",
12522 "regex",
12523 "serde",
12524 "serde_json",
12525]
12526
12527[[package]]
12528name = "pet-python-utils"
12529version = "0.1.0"
12530source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12531dependencies = [
12532 "env_logger 0.10.2",
12533 "lazy_static",
12534 "log",
12535 "msvc_spectre_libs",
12536 "pet-core",
12537 "pet-fs",
12538 "regex",
12539 "serde",
12540 "serde_json",
12541 "sha2",
12542]
12543
12544[[package]]
12545name = "pet-reporter"
12546version = "0.1.0"
12547source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12548dependencies = [
12549 "env_logger 0.10.2",
12550 "log",
12551 "msvc_spectre_libs",
12552 "pet-core",
12553 "pet-jsonrpc",
12554 "serde",
12555 "serde_json",
12556]
12557
12558[[package]]
12559name = "pet-telemetry"
12560version = "0.1.0"
12561source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12562dependencies = [
12563 "env_logger 0.10.2",
12564 "lazy_static",
12565 "log",
12566 "msvc_spectre_libs",
12567 "pet-core",
12568 "pet-fs",
12569 "pet-python-utils",
12570 "regex",
12571]
12572
12573[[package]]
12574name = "pet-uv"
12575version = "0.1.0"
12576source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12577dependencies = [
12578 "log",
12579 "pet-core",
12580 "pet-python-utils",
12581 "serde",
12582 "toml 0.9.8",
12583]
12584
12585[[package]]
12586name = "pet-venv"
12587version = "0.1.0"
12588source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12589dependencies = [
12590 "log",
12591 "msvc_spectre_libs",
12592 "pet-core",
12593 "pet-python-utils",
12594 "pet-virtualenv",
12595]
12596
12597[[package]]
12598name = "pet-virtualenv"
12599version = "0.1.0"
12600source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12601dependencies = [
12602 "log",
12603 "msvc_spectre_libs",
12604 "pet-core",
12605 "pet-fs",
12606 "pet-python-utils",
12607]
12608
12609[[package]]
12610name = "pet-virtualenvwrapper"
12611version = "0.1.0"
12612source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12613dependencies = [
12614 "log",
12615 "msvc_spectre_libs",
12616 "pet-core",
12617 "pet-fs",
12618 "pet-python-utils",
12619 "pet-virtualenv",
12620]
12621
12622[[package]]
12623name = "pet-windows-registry"
12624version = "0.1.0"
12625source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12626dependencies = [
12627 "lazy_static",
12628 "log",
12629 "msvc_spectre_libs",
12630 "pet-conda",
12631 "pet-core",
12632 "pet-fs",
12633 "pet-python-utils",
12634 "pet-virtualenv",
12635 "pet-windows-store",
12636 "regex",
12637 "winreg 0.55.0",
12638]
12639
12640[[package]]
12641name = "pet-windows-store"
12642version = "0.1.0"
12643source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12644dependencies = [
12645 "lazy_static",
12646 "log",
12647 "msvc_spectre_libs",
12648 "pet-core",
12649 "pet-fs",
12650 "pet-python-utils",
12651 "pet-virtualenv",
12652 "regex",
12653 "winreg 0.55.0",
12654]
12655
12656[[package]]
12657name = "pet-winpython"
12658version = "0.1.0"
12659source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12660dependencies = [
12661 "lazy_static",
12662 "log",
12663 "pet-core",
12664 "pet-fs",
12665 "pet-python-utils",
12666 "pet-virtualenv",
12667 "regex",
12668]
12669
12670[[package]]
12671name = "petgraph"
12672version = "0.6.5"
12673source = "registry+https://github.com/rust-lang/crates.io-index"
12674checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12675dependencies = [
12676 "fixedbitset 0.4.2",
12677 "indexmap",
12678]
12679
12680[[package]]
12681name = "pgvector"
12682version = "0.4.1"
12683source = "registry+https://github.com/rust-lang/crates.io-index"
12684checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12685dependencies = [
12686 "serde",
12687]
12688
12689[[package]]
12690name = "phf"
12691version = "0.11.3"
12692source = "registry+https://github.com/rust-lang/crates.io-index"
12693checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12694dependencies = [
12695 "phf_macros 0.11.3",
12696 "phf_shared 0.11.3",
12697]
12698
12699[[package]]
12700name = "phf"
12701version = "0.12.1"
12702source = "registry+https://github.com/rust-lang/crates.io-index"
12703checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12704dependencies = [
12705 "phf_macros 0.12.1",
12706 "phf_shared 0.12.1",
12707]
12708
12709[[package]]
12710name = "phf_codegen"
12711version = "0.11.3"
12712source = "registry+https://github.com/rust-lang/crates.io-index"
12713checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12714dependencies = [
12715 "phf_generator 0.11.3",
12716 "phf_shared 0.11.3",
12717]
12718
12719[[package]]
12720name = "phf_generator"
12721version = "0.11.3"
12722source = "registry+https://github.com/rust-lang/crates.io-index"
12723checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12724dependencies = [
12725 "phf_shared 0.11.3",
12726 "rand 0.8.5",
12727]
12728
12729[[package]]
12730name = "phf_generator"
12731version = "0.12.1"
12732source = "registry+https://github.com/rust-lang/crates.io-index"
12733checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12734dependencies = [
12735 "fastrand 2.3.0",
12736 "phf_shared 0.12.1",
12737]
12738
12739[[package]]
12740name = "phf_macros"
12741version = "0.11.3"
12742source = "registry+https://github.com/rust-lang/crates.io-index"
12743checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12744dependencies = [
12745 "phf_generator 0.11.3",
12746 "phf_shared 0.11.3",
12747 "proc-macro2",
12748 "quote",
12749 "syn 2.0.117",
12750]
12751
12752[[package]]
12753name = "phf_macros"
12754version = "0.12.1"
12755source = "registry+https://github.com/rust-lang/crates.io-index"
12756checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12757dependencies = [
12758 "phf_generator 0.12.1",
12759 "phf_shared 0.12.1",
12760 "proc-macro2",
12761 "quote",
12762 "syn 2.0.117",
12763]
12764
12765[[package]]
12766name = "phf_shared"
12767version = "0.11.3"
12768source = "registry+https://github.com/rust-lang/crates.io-index"
12769checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12770dependencies = [
12771 "siphasher 1.0.1",
12772]
12773
12774[[package]]
12775name = "phf_shared"
12776version = "0.12.1"
12777source = "registry+https://github.com/rust-lang/crates.io-index"
12778checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12779dependencies = [
12780 "siphasher 1.0.1",
12781]
12782
12783[[package]]
12784name = "picker"
12785version = "0.1.0"
12786dependencies = [
12787 "anyhow",
12788 "editor",
12789 "gpui",
12790 "menu",
12791 "schemars",
12792 "serde",
12793 "settings",
12794 "theme",
12795 "theme_settings",
12796 "ui",
12797 "ui_input",
12798 "workspace",
12799 "zed_actions",
12800]
12801
12802[[package]]
12803name = "pico-args"
12804version = "0.5.0"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12807
12808[[package]]
12809name = "pin-project"
12810version = "1.1.10"
12811source = "registry+https://github.com/rust-lang/crates.io-index"
12812checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12813dependencies = [
12814 "pin-project-internal",
12815]
12816
12817[[package]]
12818name = "pin-project-internal"
12819version = "1.1.10"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12822dependencies = [
12823 "proc-macro2",
12824 "quote",
12825 "syn 2.0.117",
12826]
12827
12828[[package]]
12829name = "pin-project-lite"
12830version = "0.2.16"
12831source = "registry+https://github.com/rust-lang/crates.io-index"
12832checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12833
12834[[package]]
12835name = "pin-utils"
12836version = "0.1.0"
12837source = "registry+https://github.com/rust-lang/crates.io-index"
12838checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12839
12840[[package]]
12841name = "piper"
12842version = "0.2.4"
12843source = "registry+https://github.com/rust-lang/crates.io-index"
12844checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12845dependencies = [
12846 "atomic-waker",
12847 "fastrand 2.3.0",
12848 "futures-io",
12849]
12850
12851[[package]]
12852name = "pkcs1"
12853version = "0.7.5"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12856dependencies = [
12857 "der 0.7.10",
12858 "pkcs8 0.10.2",
12859 "spki 0.7.3",
12860]
12861
12862[[package]]
12863name = "pkcs8"
12864version = "0.9.0"
12865source = "registry+https://github.com/rust-lang/crates.io-index"
12866checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12867dependencies = [
12868 "der 0.6.1",
12869 "spki 0.6.0",
12870]
12871
12872[[package]]
12873name = "pkcs8"
12874version = "0.10.2"
12875source = "registry+https://github.com/rust-lang/crates.io-index"
12876checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12877dependencies = [
12878 "der 0.7.10",
12879 "spki 0.7.3",
12880]
12881
12882[[package]]
12883name = "pkg-config"
12884version = "0.3.32"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12887
12888[[package]]
12889name = "plain"
12890version = "0.2.3"
12891source = "registry+https://github.com/rust-lang/crates.io-index"
12892checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12893
12894[[package]]
12895name = "platform_title_bar"
12896version = "0.1.0"
12897dependencies = [
12898 "gpui",
12899 "project",
12900 "settings",
12901 "smallvec",
12902 "theme",
12903 "theme_settings",
12904 "ui",
12905 "windows 0.61.3",
12906 "workspace",
12907 "zed_actions",
12908]
12909
12910[[package]]
12911name = "plist"
12912version = "1.8.0"
12913source = "registry+https://github.com/rust-lang/crates.io-index"
12914checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12915dependencies = [
12916 "base64 0.22.1",
12917 "indexmap",
12918 "quick-xml 0.38.3",
12919 "serde",
12920 "time",
12921]
12922
12923[[package]]
12924name = "plotters"
12925version = "0.3.7"
12926source = "registry+https://github.com/rust-lang/crates.io-index"
12927checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12928dependencies = [
12929 "num-traits",
12930 "plotters-backend",
12931 "plotters-svg",
12932 "wasm-bindgen",
12933 "web-sys",
12934]
12935
12936[[package]]
12937name = "plotters-backend"
12938version = "0.3.7"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12941
12942[[package]]
12943name = "plotters-svg"
12944version = "0.3.7"
12945source = "registry+https://github.com/rust-lang/crates.io-index"
12946checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
12947dependencies = [
12948 "plotters-backend",
12949]
12950
12951[[package]]
12952name = "png"
12953version = "0.17.16"
12954source = "registry+https://github.com/rust-lang/crates.io-index"
12955checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
12956dependencies = [
12957 "bitflags 1.3.2",
12958 "crc32fast",
12959 "fdeflate",
12960 "flate2",
12961 "miniz_oxide",
12962]
12963
12964[[package]]
12965name = "png"
12966version = "0.18.0"
12967source = "registry+https://github.com/rust-lang/crates.io-index"
12968checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
12969dependencies = [
12970 "bitflags 2.10.0",
12971 "crc32fast",
12972 "fdeflate",
12973 "flate2",
12974 "miniz_oxide",
12975]
12976
12977[[package]]
12978name = "polling"
12979version = "3.11.0"
12980source = "registry+https://github.com/rust-lang/crates.io-index"
12981checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
12982dependencies = [
12983 "cfg-if",
12984 "concurrent-queue",
12985 "hermit-abi",
12986 "pin-project-lite",
12987 "rustix 1.1.2",
12988 "windows-sys 0.61.2",
12989]
12990
12991[[package]]
12992name = "pollster"
12993version = "0.2.5"
12994source = "registry+https://github.com/rust-lang/crates.io-index"
12995checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
12996
12997[[package]]
12998name = "pollster"
12999version = "0.4.0"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13002
13003[[package]]
13004name = "pori"
13005version = "0.0.0"
13006source = "registry+https://github.com/rust-lang/crates.io-index"
13007checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13008dependencies = [
13009 "nom 7.1.3",
13010]
13011
13012[[package]]
13013name = "portable-atomic"
13014version = "1.11.1"
13015source = "registry+https://github.com/rust-lang/crates.io-index"
13016checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13017
13018[[package]]
13019name = "portable-atomic-util"
13020version = "0.2.4"
13021source = "registry+https://github.com/rust-lang/crates.io-index"
13022checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13023dependencies = [
13024 "portable-atomic",
13025]
13026
13027[[package]]
13028name = "portable-pty"
13029version = "0.9.0"
13030source = "registry+https://github.com/rust-lang/crates.io-index"
13031checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13032dependencies = [
13033 "anyhow",
13034 "bitflags 1.3.2",
13035 "downcast-rs",
13036 "filedescriptor",
13037 "lazy_static",
13038 "libc",
13039 "log",
13040 "nix 0.28.0",
13041 "serial2",
13042 "shared_library",
13043 "shell-words",
13044 "winapi",
13045 "winreg 0.10.1",
13046]
13047
13048[[package]]
13049name = "postage"
13050version = "0.5.0"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13053dependencies = [
13054 "atomic",
13055 "crossbeam-queue",
13056 "futures 0.3.32",
13057 "log",
13058 "parking_lot",
13059 "pin-project",
13060 "pollster 0.2.5",
13061 "static_assertions",
13062 "thiserror 1.0.69",
13063]
13064
13065[[package]]
13066name = "postcard"
13067version = "1.1.3"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13070dependencies = [
13071 "cobs",
13072 "embedded-io 0.4.0",
13073 "embedded-io 0.6.1",
13074 "serde",
13075]
13076
13077[[package]]
13078name = "potential_utf"
13079version = "0.1.3"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13082dependencies = [
13083 "zerovec",
13084]
13085
13086[[package]]
13087name = "powerfmt"
13088version = "0.2.0"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13091
13092[[package]]
13093name = "ppv-lite86"
13094version = "0.2.21"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13097dependencies = [
13098 "zerocopy",
13099]
13100
13101[[package]]
13102name = "precomputed-hash"
13103version = "0.1.1"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13106
13107[[package]]
13108name = "presser"
13109version = "0.3.1"
13110source = "registry+https://github.com/rust-lang/crates.io-index"
13111checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13112
13113[[package]]
13114name = "prettier"
13115version = "0.1.0"
13116dependencies = [
13117 "anyhow",
13118 "collections",
13119 "fs",
13120 "gpui",
13121 "language",
13122 "log",
13123 "lsp",
13124 "node_runtime",
13125 "parking_lot",
13126 "paths",
13127 "serde",
13128 "serde_json",
13129 "util",
13130]
13131
13132[[package]]
13133name = "pretty_assertions"
13134version = "1.4.1"
13135source = "registry+https://github.com/rust-lang/crates.io-index"
13136checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13137dependencies = [
13138 "diff",
13139 "yansi",
13140]
13141
13142[[package]]
13143name = "prettyplease"
13144version = "0.2.37"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13147dependencies = [
13148 "proc-macro2",
13149 "syn 2.0.117",
13150]
13151
13152[[package]]
13153name = "primal-check"
13154version = "0.3.4"
13155source = "registry+https://github.com/rust-lang/crates.io-index"
13156checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13157dependencies = [
13158 "num-integer",
13159]
13160
13161[[package]]
13162name = "proc-macro-crate"
13163version = "3.4.0"
13164source = "registry+https://github.com/rust-lang/crates.io-index"
13165checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13166dependencies = [
13167 "toml_edit 0.23.7",
13168]
13169
13170[[package]]
13171name = "proc-macro-error"
13172version = "1.0.4"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13175dependencies = [
13176 "proc-macro-error-attr",
13177 "proc-macro2",
13178 "quote",
13179 "syn 1.0.109",
13180 "version_check",
13181]
13182
13183[[package]]
13184name = "proc-macro-error-attr"
13185version = "1.0.4"
13186source = "registry+https://github.com/rust-lang/crates.io-index"
13187checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13188dependencies = [
13189 "proc-macro2",
13190 "quote",
13191 "version_check",
13192]
13193
13194[[package]]
13195name = "proc-macro-error-attr2"
13196version = "2.0.0"
13197source = "registry+https://github.com/rust-lang/crates.io-index"
13198checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13199dependencies = [
13200 "proc-macro2",
13201 "quote",
13202]
13203
13204[[package]]
13205name = "proc-macro-error2"
13206version = "2.0.1"
13207source = "registry+https://github.com/rust-lang/crates.io-index"
13208checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13209dependencies = [
13210 "proc-macro-error-attr2",
13211 "proc-macro2",
13212 "quote",
13213 "syn 2.0.117",
13214]
13215
13216[[package]]
13217name = "proc-macro2"
13218version = "1.0.101"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13221dependencies = [
13222 "unicode-ident",
13223]
13224
13225[[package]]
13226name = "proc-macro2-diagnostics"
13227version = "0.10.1"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13230dependencies = [
13231 "proc-macro2",
13232 "quote",
13233 "syn 2.0.117",
13234 "version_check",
13235 "yansi",
13236]
13237
13238[[package]]
13239name = "procfs-core"
13240version = "0.17.0"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13243dependencies = [
13244 "bitflags 2.10.0",
13245 "hex",
13246 "serde",
13247]
13248
13249[[package]]
13250name = "profiling"
13251version = "1.0.17"
13252source = "registry+https://github.com/rust-lang/crates.io-index"
13253checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13254dependencies = [
13255 "profiling-procmacros",
13256]
13257
13258[[package]]
13259name = "profiling-procmacros"
13260version = "1.0.17"
13261source = "registry+https://github.com/rust-lang/crates.io-index"
13262checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13263dependencies = [
13264 "quote",
13265 "syn 2.0.117",
13266]
13267
13268[[package]]
13269name = "project"
13270version = "0.1.0"
13271dependencies = [
13272 "aho-corasick",
13273 "anyhow",
13274 "askpass",
13275 "async-trait",
13276 "base64 0.22.1",
13277 "buffer_diff",
13278 "circular-buffer",
13279 "client",
13280 "clock",
13281 "collections",
13282 "context_server",
13283 "credentials_provider",
13284 "dap",
13285 "encoding_rs",
13286 "extension",
13287 "fancy-regex 0.17.0",
13288 "fs",
13289 "futures 0.3.32",
13290 "fuzzy",
13291 "fuzzy_nucleo",
13292 "git",
13293 "git2",
13294 "git_hosting_providers",
13295 "globset",
13296 "gpui",
13297 "http_client",
13298 "image",
13299 "indexmap",
13300 "itertools 0.14.0",
13301 "language",
13302 "log",
13303 "lsp",
13304 "markdown",
13305 "node_runtime",
13306 "parking_lot",
13307 "paths",
13308 "percent-encoding",
13309 "postage",
13310 "prettier",
13311 "pretty_assertions",
13312 "project",
13313 "rand 0.9.3",
13314 "regex",
13315 "release_channel",
13316 "remote",
13317 "rpc",
13318 "schemars",
13319 "semver",
13320 "serde",
13321 "serde_json",
13322 "settings",
13323 "sha2",
13324 "shellexpand",
13325 "smallvec",
13326 "smol",
13327 "snippet",
13328 "snippet_provider",
13329 "sum_tree",
13330 "task",
13331 "tempfile",
13332 "terminal",
13333 "text",
13334 "toml 0.8.23",
13335 "tracing",
13336 "unindent",
13337 "url",
13338 "util",
13339 "watch",
13340 "wax",
13341 "which 6.0.3",
13342 "worktree",
13343 "zed_credentials_provider",
13344 "zeroize",
13345 "zlog",
13346 "ztracing",
13347]
13348
13349[[package]]
13350name = "project_benchmarks"
13351version = "0.1.0"
13352dependencies = [
13353 "anyhow",
13354 "askpass",
13355 "clap",
13356 "client",
13357 "futures 0.3.32",
13358 "gpui",
13359 "gpui_platform",
13360 "http_client",
13361 "language",
13362 "node_runtime",
13363 "project",
13364 "release_channel",
13365 "remote",
13366 "rpassword",
13367 "semver",
13368 "settings",
13369 "watch",
13370]
13371
13372[[package]]
13373name = "project_panel"
13374version = "0.1.0"
13375dependencies = [
13376 "anyhow",
13377 "client",
13378 "collections",
13379 "command_palette_hooks",
13380 "criterion",
13381 "editor",
13382 "feature_flags",
13383 "file_icons",
13384 "fs",
13385 "futures 0.3.32",
13386 "git",
13387 "git_ui",
13388 "gpui",
13389 "itertools 0.14.0",
13390 "language",
13391 "menu",
13392 "notifications",
13393 "pretty_assertions",
13394 "project",
13395 "rayon",
13396 "remote_connection",
13397 "schemars",
13398 "search",
13399 "serde",
13400 "serde_json",
13401 "settings",
13402 "smallvec",
13403 "telemetry",
13404 "tempfile",
13405 "theme",
13406 "theme_settings",
13407 "ui",
13408 "util",
13409 "workspace",
13410 "worktree",
13411 "zed_actions",
13412]
13413
13414[[package]]
13415name = "project_symbols"
13416version = "0.1.0"
13417dependencies = [
13418 "anyhow",
13419 "editor",
13420 "futures 0.3.32",
13421 "fuzzy",
13422 "gpui",
13423 "language",
13424 "lsp",
13425 "ordered-float 2.10.1",
13426 "picker",
13427 "project",
13428 "release_channel",
13429 "semver",
13430 "serde_json",
13431 "settings",
13432 "theme",
13433 "theme_settings",
13434 "util",
13435 "workspace",
13436]
13437
13438[[package]]
13439name = "prometheus"
13440version = "0.14.0"
13441source = "registry+https://github.com/rust-lang/crates.io-index"
13442checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13443dependencies = [
13444 "cfg-if",
13445 "fnv",
13446 "lazy_static",
13447 "memchr",
13448 "parking_lot",
13449 "protobuf",
13450 "thiserror 2.0.17",
13451]
13452
13453[[package]]
13454name = "prompt_store"
13455version = "0.1.0"
13456dependencies = [
13457 "anyhow",
13458 "assets",
13459 "chrono",
13460 "collections",
13461 "fs",
13462 "futures 0.3.32",
13463 "fuzzy",
13464 "gpui",
13465 "handlebars 4.5.0",
13466 "heed",
13467 "language",
13468 "log",
13469 "parking_lot",
13470 "paths",
13471 "rope",
13472 "serde",
13473 "strum 0.27.2",
13474 "tempfile",
13475 "text",
13476 "util",
13477 "uuid",
13478]
13479
13480[[package]]
13481name = "proptest"
13482version = "1.10.0"
13483source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13484dependencies = [
13485 "bit-set 0.8.0",
13486 "bit-vec 0.8.0",
13487 "bitflags 2.10.0",
13488 "num-traits",
13489 "proptest-macro",
13490 "rand 0.9.3",
13491 "rand_chacha 0.9.0",
13492 "rand_xorshift",
13493 "regex-syntax",
13494 "rusty-fork",
13495 "tempfile",
13496 "unarray",
13497]
13498
13499[[package]]
13500name = "proptest-derive"
13501version = "0.8.0"
13502source = "registry+https://github.com/rust-lang/crates.io-index"
13503checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13504dependencies = [
13505 "proc-macro2",
13506 "quote",
13507 "syn 2.0.117",
13508]
13509
13510[[package]]
13511name = "proptest-macro"
13512version = "0.5.0"
13513source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13514dependencies = [
13515 "convert_case 0.11.0",
13516 "proc-macro2",
13517 "quote",
13518 "syn 2.0.117",
13519]
13520
13521[[package]]
13522name = "prost"
13523version = "0.9.0"
13524source = "registry+https://github.com/rust-lang/crates.io-index"
13525checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13526dependencies = [
13527 "bytes 1.11.1",
13528 "prost-derive 0.9.0",
13529]
13530
13531[[package]]
13532name = "prost"
13533version = "0.12.6"
13534source = "registry+https://github.com/rust-lang/crates.io-index"
13535checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13536dependencies = [
13537 "bytes 1.11.1",
13538 "prost-derive 0.12.6",
13539]
13540
13541[[package]]
13542name = "prost-build"
13543version = "0.9.0"
13544source = "registry+https://github.com/rust-lang/crates.io-index"
13545checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13546dependencies = [
13547 "bytes 1.11.1",
13548 "heck 0.3.3",
13549 "itertools 0.10.5",
13550 "lazy_static",
13551 "log",
13552 "multimap",
13553 "petgraph",
13554 "prost 0.9.0",
13555 "prost-types 0.9.0",
13556 "regex",
13557 "tempfile",
13558 "which 4.4.2",
13559]
13560
13561[[package]]
13562name = "prost-build"
13563version = "0.12.6"
13564source = "registry+https://github.com/rust-lang/crates.io-index"
13565checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13566dependencies = [
13567 "bytes 1.11.1",
13568 "heck 0.5.0",
13569 "itertools 0.12.1",
13570 "log",
13571 "multimap",
13572 "once_cell",
13573 "petgraph",
13574 "prettyplease",
13575 "prost 0.12.6",
13576 "prost-types 0.12.6",
13577 "regex",
13578 "syn 2.0.117",
13579 "tempfile",
13580]
13581
13582[[package]]
13583name = "prost-derive"
13584version = "0.9.0"
13585source = "registry+https://github.com/rust-lang/crates.io-index"
13586checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13587dependencies = [
13588 "anyhow",
13589 "itertools 0.10.5",
13590 "proc-macro2",
13591 "quote",
13592 "syn 1.0.109",
13593]
13594
13595[[package]]
13596name = "prost-derive"
13597version = "0.12.6"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13600dependencies = [
13601 "anyhow",
13602 "itertools 0.12.1",
13603 "proc-macro2",
13604 "quote",
13605 "syn 2.0.117",
13606]
13607
13608[[package]]
13609name = "prost-types"
13610version = "0.9.0"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13613dependencies = [
13614 "bytes 1.11.1",
13615 "prost 0.9.0",
13616]
13617
13618[[package]]
13619name = "prost-types"
13620version = "0.12.6"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13623dependencies = [
13624 "prost 0.12.6",
13625]
13626
13627[[package]]
13628name = "proto"
13629version = "0.1.0"
13630dependencies = [
13631 "anyhow",
13632 "prost 0.9.0",
13633 "prost-build 0.9.0",
13634 "serde",
13635]
13636
13637[[package]]
13638name = "protobuf"
13639version = "3.7.2"
13640source = "registry+https://github.com/rust-lang/crates.io-index"
13641checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13642dependencies = [
13643 "once_cell",
13644 "protobuf-support",
13645 "thiserror 1.0.69",
13646]
13647
13648[[package]]
13649name = "protobuf-support"
13650version = "3.7.2"
13651source = "registry+https://github.com/rust-lang/crates.io-index"
13652checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13653dependencies = [
13654 "thiserror 1.0.69",
13655]
13656
13657[[package]]
13658name = "psm"
13659version = "0.1.30"
13660source = "registry+https://github.com/rust-lang/crates.io-index"
13661checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13662dependencies = [
13663 "ar_archive_writer",
13664 "cc",
13665]
13666
13667[[package]]
13668name = "ptr_meta"
13669version = "0.1.4"
13670source = "registry+https://github.com/rust-lang/crates.io-index"
13671checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13672dependencies = [
13673 "ptr_meta_derive",
13674]
13675
13676[[package]]
13677name = "ptr_meta_derive"
13678version = "0.1.4"
13679source = "registry+https://github.com/rust-lang/crates.io-index"
13680checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13681dependencies = [
13682 "proc-macro2",
13683 "quote",
13684 "syn 1.0.109",
13685]
13686
13687[[package]]
13688name = "pulldown-cmark"
13689version = "0.10.3"
13690source = "registry+https://github.com/rust-lang/crates.io-index"
13691checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13692dependencies = [
13693 "bitflags 2.10.0",
13694 "memchr",
13695 "pulldown-cmark-escape",
13696 "unicase",
13697]
13698
13699[[package]]
13700name = "pulldown-cmark"
13701version = "0.13.0"
13702source = "registry+https://github.com/rust-lang/crates.io-index"
13703checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13704dependencies = [
13705 "bitflags 2.10.0",
13706 "memchr",
13707 "unicase",
13708]
13709
13710[[package]]
13711name = "pulldown-cmark-escape"
13712version = "0.10.1"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13715
13716[[package]]
13717name = "pulley-interpreter"
13718version = "36.0.7"
13719source = "registry+https://github.com/rust-lang/crates.io-index"
13720checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13721dependencies = [
13722 "cranelift-bitset",
13723 "log",
13724 "pulley-macros",
13725 "wasmtime-internal-math",
13726]
13727
13728[[package]]
13729name = "pulley-macros"
13730version = "36.0.7"
13731source = "registry+https://github.com/rust-lang/crates.io-index"
13732checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13733dependencies = [
13734 "proc-macro2",
13735 "quote",
13736 "syn 2.0.117",
13737]
13738
13739[[package]]
13740name = "pulp"
13741version = "0.18.22"
13742source = "registry+https://github.com/rust-lang/crates.io-index"
13743checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13744dependencies = [
13745 "bytemuck",
13746 "libm",
13747 "num-complex",
13748 "reborrow",
13749]
13750
13751[[package]]
13752name = "pulp"
13753version = "0.21.5"
13754source = "registry+https://github.com/rust-lang/crates.io-index"
13755checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13756dependencies = [
13757 "bytemuck",
13758 "cfg-if",
13759 "libm",
13760 "num-complex",
13761 "reborrow",
13762 "version_check",
13763]
13764
13765[[package]]
13766name = "pxfm"
13767version = "0.1.25"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13770dependencies = [
13771 "num-traits",
13772]
13773
13774[[package]]
13775name = "qoi"
13776version = "0.4.1"
13777source = "registry+https://github.com/rust-lang/crates.io-index"
13778checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13779dependencies = [
13780 "bytemuck",
13781]
13782
13783[[package]]
13784name = "quick-error"
13785version = "1.2.3"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13788
13789[[package]]
13790name = "quick-error"
13791version = "2.0.1"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13794
13795[[package]]
13796name = "quick-xml"
13797version = "0.30.0"
13798source = "registry+https://github.com/rust-lang/crates.io-index"
13799checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13800dependencies = [
13801 "memchr",
13802]
13803
13804[[package]]
13805name = "quick-xml"
13806version = "0.37.5"
13807source = "registry+https://github.com/rust-lang/crates.io-index"
13808checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13809dependencies = [
13810 "memchr",
13811]
13812
13813[[package]]
13814name = "quick-xml"
13815version = "0.38.3"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13818dependencies = [
13819 "memchr",
13820]
13821
13822[[package]]
13823name = "quinn"
13824version = "0.11.9"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13827dependencies = [
13828 "bytes 1.11.1",
13829 "cfg_aliases 0.2.1",
13830 "pin-project-lite",
13831 "quinn-proto",
13832 "quinn-udp",
13833 "rustc-hash 2.1.1",
13834 "rustls 0.23.33",
13835 "socket2 0.6.1",
13836 "thiserror 2.0.17",
13837 "tokio",
13838 "tracing",
13839 "web-time",
13840]
13841
13842[[package]]
13843name = "quinn-proto"
13844version = "0.11.13"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13847dependencies = [
13848 "bytes 1.11.1",
13849 "getrandom 0.3.4",
13850 "lru-slab",
13851 "rand 0.9.3",
13852 "ring",
13853 "rustc-hash 2.1.1",
13854 "rustls 0.23.33",
13855 "rustls-pki-types",
13856 "slab",
13857 "thiserror 2.0.17",
13858 "tinyvec",
13859 "tracing",
13860 "web-time",
13861]
13862
13863[[package]]
13864name = "quinn-udp"
13865version = "0.5.14"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13868dependencies = [
13869 "cfg_aliases 0.2.1",
13870 "libc",
13871 "once_cell",
13872 "socket2 0.6.1",
13873 "tracing",
13874 "windows-sys 0.60.2",
13875]
13876
13877[[package]]
13878name = "quote"
13879version = "1.0.41"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13882dependencies = [
13883 "proc-macro2",
13884]
13885
13886[[package]]
13887name = "r-efi"
13888version = "5.3.0"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13891
13892[[package]]
13893name = "radium"
13894version = "0.7.0"
13895source = "registry+https://github.com/rust-lang/crates.io-index"
13896checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13897
13898[[package]]
13899name = "rand"
13900version = "0.3.23"
13901source = "registry+https://github.com/rust-lang/crates.io-index"
13902checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13903dependencies = [
13904 "libc",
13905 "rand 0.4.6",
13906]
13907
13908[[package]]
13909name = "rand"
13910version = "0.4.6"
13911source = "registry+https://github.com/rust-lang/crates.io-index"
13912checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13913dependencies = [
13914 "fuchsia-cprng",
13915 "libc",
13916 "rand_core 0.3.1",
13917 "rdrand",
13918 "winapi",
13919]
13920
13921[[package]]
13922name = "rand"
13923version = "0.8.5"
13924source = "registry+https://github.com/rust-lang/crates.io-index"
13925checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13926dependencies = [
13927 "libc",
13928 "rand_chacha 0.3.1",
13929 "rand_core 0.6.4",
13930]
13931
13932[[package]]
13933name = "rand"
13934version = "0.9.3"
13935source = "registry+https://github.com/rust-lang/crates.io-index"
13936checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13937dependencies = [
13938 "rand_chacha 0.9.0",
13939 "rand_core 0.9.3",
13940]
13941
13942[[package]]
13943name = "rand_chacha"
13944version = "0.3.1"
13945source = "registry+https://github.com/rust-lang/crates.io-index"
13946checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
13947dependencies = [
13948 "ppv-lite86",
13949 "rand_core 0.6.4",
13950]
13951
13952[[package]]
13953name = "rand_chacha"
13954version = "0.9.0"
13955source = "registry+https://github.com/rust-lang/crates.io-index"
13956checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
13957dependencies = [
13958 "ppv-lite86",
13959 "rand_core 0.9.3",
13960]
13961
13962[[package]]
13963name = "rand_core"
13964version = "0.3.1"
13965source = "registry+https://github.com/rust-lang/crates.io-index"
13966checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
13967dependencies = [
13968 "rand_core 0.4.2",
13969]
13970
13971[[package]]
13972name = "rand_core"
13973version = "0.4.2"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
13976
13977[[package]]
13978name = "rand_core"
13979version = "0.6.4"
13980source = "registry+https://github.com/rust-lang/crates.io-index"
13981checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
13982dependencies = [
13983 "getrandom 0.2.16",
13984]
13985
13986[[package]]
13987name = "rand_core"
13988version = "0.9.3"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
13991dependencies = [
13992 "getrandom 0.3.4",
13993]
13994
13995[[package]]
13996name = "rand_distr"
13997version = "0.5.1"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14000dependencies = [
14001 "num-traits",
14002 "rand 0.9.3",
14003]
14004
14005[[package]]
14006name = "rand_pcg"
14007version = "0.3.1"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14010dependencies = [
14011 "rand_core 0.6.4",
14012]
14013
14014[[package]]
14015name = "rand_xorshift"
14016version = "0.4.0"
14017source = "registry+https://github.com/rust-lang/crates.io-index"
14018checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14019dependencies = [
14020 "rand_core 0.9.3",
14021]
14022
14023[[package]]
14024name = "random_choice"
14025version = "0.3.2"
14026source = "registry+https://github.com/rust-lang/crates.io-index"
14027checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14028dependencies = [
14029 "rand 0.3.23",
14030]
14031
14032[[package]]
14033name = "range-alloc"
14034version = "0.1.4"
14035source = "registry+https://github.com/rust-lang/crates.io-index"
14036checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14037
14038[[package]]
14039name = "range-map"
14040version = "0.2.0"
14041source = "registry+https://github.com/rust-lang/crates.io-index"
14042checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14043dependencies = [
14044 "num-traits",
14045]
14046
14047[[package]]
14048name = "rangemap"
14049version = "1.7.1"
14050source = "registry+https://github.com/rust-lang/crates.io-index"
14051checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14052
14053[[package]]
14054name = "rav1e"
14055version = "0.7.1"
14056source = "registry+https://github.com/rust-lang/crates.io-index"
14057checksum = "cd87ce80a7665b1cce111f8a16c1f3929f6547ce91ade6addf4ec86a8dda5ce9"
14058dependencies = [
14059 "arbitrary",
14060 "arg_enum_proc_macro",
14061 "arrayvec",
14062 "av1-grain",
14063 "bitstream-io",
14064 "built",
14065 "cfg-if",
14066 "interpolate_name",
14067 "itertools 0.12.1",
14068 "libc",
14069 "libfuzzer-sys",
14070 "log",
14071 "maybe-rayon",
14072 "new_debug_unreachable",
14073 "noop_proc_macro",
14074 "num-derive",
14075 "num-traits",
14076 "once_cell",
14077 "paste",
14078 "profiling",
14079 "rand 0.8.5",
14080 "rand_chacha 0.3.1",
14081 "simd_helpers",
14082 "system-deps 6.2.2",
14083 "thiserror 1.0.69",
14084 "v_frame",
14085 "wasm-bindgen",
14086]
14087
14088[[package]]
14089name = "ravif"
14090version = "0.11.20"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "5825c26fddd16ab9f515930d49028a630efec172e903483c94796cfe31893e6b"
14093dependencies = [
14094 "avif-serialize",
14095 "imgref",
14096 "loop9",
14097 "quick-error 2.0.1",
14098 "rav1e",
14099 "rayon",
14100 "rgb",
14101]
14102
14103[[package]]
14104name = "raw-cpuid"
14105version = "10.7.0"
14106source = "registry+https://github.com/rust-lang/crates.io-index"
14107checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14108dependencies = [
14109 "bitflags 1.3.2",
14110]
14111
14112[[package]]
14113name = "raw-cpuid"
14114version = "11.6.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14117dependencies = [
14118 "bitflags 2.10.0",
14119]
14120
14121[[package]]
14122name = "raw-window-handle"
14123version = "0.6.2"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14126
14127[[package]]
14128name = "raw-window-metal"
14129version = "1.1.0"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14132dependencies = [
14133 "objc2",
14134 "objc2-core-foundation",
14135 "objc2-foundation",
14136 "objc2-quartz-core",
14137]
14138
14139[[package]]
14140name = "rayon"
14141version = "1.11.0"
14142source = "registry+https://github.com/rust-lang/crates.io-index"
14143checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14144dependencies = [
14145 "either",
14146 "rayon-core",
14147]
14148
14149[[package]]
14150name = "rayon-core"
14151version = "1.13.0"
14152source = "registry+https://github.com/rust-lang/crates.io-index"
14153checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14154dependencies = [
14155 "crossbeam-deque",
14156 "crossbeam-utils",
14157]
14158
14159[[package]]
14160name = "rdrand"
14161version = "0.4.0"
14162source = "registry+https://github.com/rust-lang/crates.io-index"
14163checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14164dependencies = [
14165 "rand_core 0.3.1",
14166]
14167
14168[[package]]
14169name = "read-fonts"
14170version = "0.35.0"
14171source = "registry+https://github.com/rust-lang/crates.io-index"
14172checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14173dependencies = [
14174 "bytemuck",
14175 "font-types 0.10.0",
14176]
14177
14178[[package]]
14179name = "read-fonts"
14180version = "0.37.0"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14183dependencies = [
14184 "bytemuck",
14185 "core_maths",
14186 "font-types 0.11.0",
14187]
14188
14189[[package]]
14190name = "realfft"
14191version = "3.5.0"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14194dependencies = [
14195 "rustfft",
14196]
14197
14198[[package]]
14199name = "reborrow"
14200version = "0.5.5"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14203
14204[[package]]
14205name = "recent_projects"
14206version = "0.1.0"
14207dependencies = [
14208 "anyhow",
14209 "askpass",
14210 "chrono",
14211 "db",
14212 "dev_container",
14213 "editor",
14214 "extension",
14215 "extension_host",
14216 "fs",
14217 "futures 0.3.32",
14218 "fuzzy",
14219 "gpui",
14220 "http_client",
14221 "indoc",
14222 "language",
14223 "log",
14224 "menu",
14225 "node_runtime",
14226 "open_path_prompt",
14227 "ordered-float 2.10.1",
14228 "paths",
14229 "picker",
14230 "project",
14231 "release_channel",
14232 "remote",
14233 "remote_connection",
14234 "remote_server",
14235 "semver",
14236 "serde",
14237 "serde_json",
14238 "settings",
14239 "smol",
14240 "task",
14241 "telemetry",
14242 "ui",
14243 "ui_input",
14244 "util",
14245 "windows-registry 0.6.1",
14246 "workspace",
14247 "worktree",
14248 "zed_actions",
14249]
14250
14251[[package]]
14252name = "redox_syscall"
14253version = "0.2.16"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14256dependencies = [
14257 "bitflags 1.3.2",
14258]
14259
14260[[package]]
14261name = "redox_syscall"
14262version = "0.5.18"
14263source = "registry+https://github.com/rust-lang/crates.io-index"
14264checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14265dependencies = [
14266 "bitflags 2.10.0",
14267]
14268
14269[[package]]
14270name = "redox_users"
14271version = "0.5.2"
14272source = "registry+https://github.com/rust-lang/crates.io-index"
14273checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14274dependencies = [
14275 "getrandom 0.2.16",
14276 "libredox",
14277 "thiserror 2.0.17",
14278]
14279
14280[[package]]
14281name = "ref-cast"
14282version = "1.0.25"
14283source = "registry+https://github.com/rust-lang/crates.io-index"
14284checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14285dependencies = [
14286 "ref-cast-impl",
14287]
14288
14289[[package]]
14290name = "ref-cast-impl"
14291version = "1.0.25"
14292source = "registry+https://github.com/rust-lang/crates.io-index"
14293checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14294dependencies = [
14295 "proc-macro2",
14296 "quote",
14297 "syn 2.0.117",
14298]
14299
14300[[package]]
14301name = "referencing"
14302version = "0.37.4"
14303source = "registry+https://github.com/rust-lang/crates.io-index"
14304checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14305dependencies = [
14306 "ahash 0.8.12",
14307 "fluent-uri",
14308 "getrandom 0.3.4",
14309 "hashbrown 0.16.1",
14310 "parking_lot",
14311 "percent-encoding",
14312 "serde_json",
14313]
14314
14315[[package]]
14316name = "refineable"
14317version = "0.1.0"
14318dependencies = [
14319 "derive_refineable",
14320]
14321
14322[[package]]
14323name = "regalloc2"
14324version = "0.12.2"
14325source = "registry+https://github.com/rust-lang/crates.io-index"
14326checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14327dependencies = [
14328 "allocator-api2",
14329 "bumpalo",
14330 "hashbrown 0.15.5",
14331 "log",
14332 "rustc-hash 2.1.1",
14333 "serde",
14334 "smallvec",
14335]
14336
14337[[package]]
14338name = "regex"
14339version = "1.12.2"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14342dependencies = [
14343 "aho-corasick",
14344 "memchr",
14345 "regex-automata",
14346 "regex-syntax",
14347]
14348
14349[[package]]
14350name = "regex-automata"
14351version = "0.4.13"
14352source = "registry+https://github.com/rust-lang/crates.io-index"
14353checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14354dependencies = [
14355 "aho-corasick",
14356 "memchr",
14357 "regex-syntax",
14358]
14359
14360[[package]]
14361name = "regex-lite"
14362version = "0.1.8"
14363source = "registry+https://github.com/rust-lang/crates.io-index"
14364checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14365
14366[[package]]
14367name = "regex-syntax"
14368version = "0.8.8"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14371
14372[[package]]
14373name = "release_channel"
14374version = "0.1.0"
14375dependencies = [
14376 "gpui",
14377 "semver",
14378]
14379
14380[[package]]
14381name = "remote"
14382version = "0.1.0"
14383dependencies = [
14384 "anyhow",
14385 "askpass",
14386 "async-trait",
14387 "base64 0.22.1",
14388 "collections",
14389 "fs",
14390 "futures 0.3.32",
14391 "gpui",
14392 "log",
14393 "parking_lot",
14394 "paths",
14395 "prost 0.9.0",
14396 "release_channel",
14397 "rpc",
14398 "schemars",
14399 "semver",
14400 "serde",
14401 "serde_json",
14402 "settings",
14403 "smol",
14404 "tempfile",
14405 "thiserror 2.0.17",
14406 "urlencoding",
14407 "util",
14408 "which 6.0.3",
14409]
14410
14411[[package]]
14412name = "remote_connection"
14413version = "0.1.0"
14414dependencies = [
14415 "anyhow",
14416 "askpass",
14417 "auto_update",
14418 "futures 0.3.32",
14419 "gpui",
14420 "log",
14421 "markdown",
14422 "menu",
14423 "release_channel",
14424 "remote",
14425 "semver",
14426 "settings",
14427 "theme_settings",
14428 "ui",
14429 "ui_input",
14430 "workspace",
14431]
14432
14433[[package]]
14434name = "remote_server"
14435version = "0.1.0"
14436dependencies = [
14437 "action_log",
14438 "agent",
14439 "anyhow",
14440 "askpass",
14441 "cargo_toml",
14442 "clap",
14443 "client",
14444 "clock",
14445 "collections",
14446 "crash-handler",
14447 "crashes",
14448 "dap_adapters",
14449 "debug_adapter_extension",
14450 "editor",
14451 "env_logger 0.11.8",
14452 "extension",
14453 "extension_host",
14454 "fork",
14455 "fs",
14456 "futures 0.3.32",
14457 "git",
14458 "git2",
14459 "git_hosting_providers",
14460 "gpui",
14461 "gpui_platform",
14462 "gpui_tokio",
14463 "http_client",
14464 "image",
14465 "json_schema_store",
14466 "language",
14467 "language_extension",
14468 "language_model",
14469 "languages",
14470 "libc",
14471 "log",
14472 "lsp",
14473 "minidumper",
14474 "net",
14475 "node_runtime",
14476 "paths",
14477 "pretty_assertions",
14478 "project",
14479 "proto",
14480 "rayon",
14481 "release_channel",
14482 "remote",
14483 "reqwest_client",
14484 "rpc",
14485 "rust-embed",
14486 "semver",
14487 "serde",
14488 "serde_json",
14489 "settings",
14490 "shellexpand",
14491 "smol",
14492 "sysinfo 0.37.2",
14493 "task",
14494 "theme",
14495 "theme_settings",
14496 "thiserror 2.0.17",
14497 "toml 0.8.23",
14498 "unindent",
14499 "util",
14500 "uuid",
14501 "watch",
14502 "windows 0.61.3",
14503 "worktree",
14504 "zlog",
14505]
14506
14507[[package]]
14508name = "rend"
14509version = "0.4.2"
14510source = "registry+https://github.com/rust-lang/crates.io-index"
14511checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14512dependencies = [
14513 "bytecheck",
14514]
14515
14516[[package]]
14517name = "renderdoc-sys"
14518version = "1.1.0"
14519source = "registry+https://github.com/rust-lang/crates.io-index"
14520checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14521
14522[[package]]
14523name = "repl"
14524version = "0.1.0"
14525dependencies = [
14526 "alacritty_terminal",
14527 "anyhow",
14528 "async-dispatcher",
14529 "async-task",
14530 "async-tungstenite",
14531 "base64 0.22.1",
14532 "client",
14533 "collections",
14534 "command_palette_hooks",
14535 "editor",
14536 "feature_flags",
14537 "file_icons",
14538 "futures 0.3.32",
14539 "gpui",
14540 "html_to_markdown",
14541 "http_client",
14542 "image",
14543 "indoc",
14544 "jupyter-protocol",
14545 "jupyter-websocket-client",
14546 "language",
14547 "languages",
14548 "log",
14549 "markdown",
14550 "menu",
14551 "multi_buffer",
14552 "nbformat",
14553 "picker",
14554 "project",
14555 "remote",
14556 "runtimelib",
14557 "serde",
14558 "serde_json",
14559 "settings",
14560 "shlex",
14561 "smol",
14562 "telemetry",
14563 "terminal",
14564 "terminal_view",
14565 "theme",
14566 "theme_settings",
14567 "tree-sitter-md",
14568 "tree-sitter-python",
14569 "tree-sitter-typescript",
14570 "ui",
14571 "util",
14572 "uuid",
14573 "workspace",
14574 "zed_actions",
14575]
14576
14577[[package]]
14578name = "reqwest"
14579version = "0.11.27"
14580source = "registry+https://github.com/rust-lang/crates.io-index"
14581checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14582dependencies = [
14583 "base64 0.21.7",
14584 "bytes 1.11.1",
14585 "encoding_rs",
14586 "futures-core",
14587 "futures-util",
14588 "h2 0.3.27",
14589 "http 0.2.12",
14590 "http-body 0.4.6",
14591 "hyper 0.14.32",
14592 "hyper-tls",
14593 "ipnet",
14594 "js-sys",
14595 "log",
14596 "mime",
14597 "native-tls",
14598 "once_cell",
14599 "percent-encoding",
14600 "pin-project-lite",
14601 "rustls-pemfile 1.0.4",
14602 "serde",
14603 "serde_json",
14604 "serde_urlencoded",
14605 "sync_wrapper 0.1.2",
14606 "system-configuration 0.5.1",
14607 "tokio",
14608 "tokio-native-tls",
14609 "tower-service",
14610 "url",
14611 "wasm-bindgen",
14612 "wasm-bindgen-futures",
14613 "web-sys",
14614 "winreg 0.50.0",
14615]
14616
14617[[package]]
14618name = "reqwest"
14619version = "0.12.24"
14620source = "registry+https://github.com/rust-lang/crates.io-index"
14621checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14622dependencies = [
14623 "base64 0.22.1",
14624 "bytes 1.11.1",
14625 "futures-channel",
14626 "futures-core",
14627 "futures-util",
14628 "http 1.3.1",
14629 "http-body 1.0.1",
14630 "http-body-util",
14631 "hyper 1.7.0",
14632 "hyper-rustls 0.27.7",
14633 "hyper-util",
14634 "js-sys",
14635 "log",
14636 "percent-encoding",
14637 "pin-project-lite",
14638 "quinn",
14639 "rustls 0.23.33",
14640 "rustls-native-certs 0.8.2",
14641 "rustls-pki-types",
14642 "serde",
14643 "serde_json",
14644 "serde_urlencoded",
14645 "sync_wrapper 1.0.2",
14646 "tokio",
14647 "tokio-rustls 0.26.2",
14648 "tower 0.5.2",
14649 "tower-http 0.6.6",
14650 "tower-service",
14651 "url",
14652 "wasm-bindgen",
14653 "wasm-bindgen-futures",
14654 "web-sys",
14655]
14656
14657[[package]]
14658name = "reqwest_client"
14659version = "0.1.0"
14660dependencies = [
14661 "anyhow",
14662 "bytes 1.11.1",
14663 "futures 0.3.32",
14664 "gpui_util",
14665 "http_client",
14666 "http_client_tls",
14667 "log",
14668 "regex",
14669 "serde",
14670 "tokio",
14671 "zed-reqwest",
14672]
14673
14674[[package]]
14675name = "resvg"
14676version = "0.45.1"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14679dependencies = [
14680 "gif",
14681 "image-webp",
14682 "log",
14683 "pico-args",
14684 "rgb",
14685 "svgtypes",
14686 "tiny-skia",
14687 "usvg",
14688 "zune-jpeg",
14689]
14690
14691[[package]]
14692name = "rfc6979"
14693version = "0.3.1"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14696dependencies = [
14697 "crypto-bigint 0.4.9",
14698 "hmac",
14699 "zeroize",
14700]
14701
14702[[package]]
14703name = "rgb"
14704version = "0.8.52"
14705source = "registry+https://github.com/rust-lang/crates.io-index"
14706checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14707dependencies = [
14708 "bytemuck",
14709]
14710
14711[[package]]
14712name = "ring"
14713version = "0.17.14"
14714source = "registry+https://github.com/rust-lang/crates.io-index"
14715checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14716dependencies = [
14717 "cc",
14718 "cfg-if",
14719 "getrandom 0.2.16",
14720 "libc",
14721 "untrusted 0.9.0",
14722 "windows-sys 0.52.0",
14723]
14724
14725[[package]]
14726name = "rkyv"
14727version = "0.7.45"
14728source = "registry+https://github.com/rust-lang/crates.io-index"
14729checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14730dependencies = [
14731 "bitvec",
14732 "bytecheck",
14733 "bytes 1.11.1",
14734 "hashbrown 0.12.3",
14735 "ptr_meta",
14736 "rend",
14737 "rkyv_derive",
14738 "seahash",
14739 "tinyvec",
14740 "uuid",
14741]
14742
14743[[package]]
14744name = "rkyv_derive"
14745version = "0.7.45"
14746source = "registry+https://github.com/rust-lang/crates.io-index"
14747checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14748dependencies = [
14749 "proc-macro2",
14750 "quote",
14751 "syn 1.0.109",
14752]
14753
14754[[package]]
14755name = "rmp"
14756version = "0.8.14"
14757source = "registry+https://github.com/rust-lang/crates.io-index"
14758checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14759dependencies = [
14760 "byteorder",
14761 "num-traits",
14762 "paste",
14763]
14764
14765[[package]]
14766name = "rmpv"
14767version = "1.3.0"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14770dependencies = [
14771 "num-traits",
14772 "rmp",
14773]
14774
14775[[package]]
14776name = "rodio"
14777version = "0.21.1"
14778source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14779dependencies = [
14780 "cpal",
14781 "dasp_sample",
14782 "hound",
14783 "num-rational",
14784 "rand 0.9.3",
14785 "rand_distr",
14786 "rtrb",
14787 "symphonia",
14788 "thiserror 2.0.17",
14789]
14790
14791[[package]]
14792name = "rope"
14793version = "0.1.0"
14794dependencies = [
14795 "criterion",
14796 "ctor",
14797 "gpui",
14798 "heapless",
14799 "log",
14800 "rand 0.9.3",
14801 "rayon",
14802 "sum_tree",
14803 "tracing",
14804 "unicode-segmentation",
14805 "util",
14806 "zlog",
14807 "ztracing",
14808]
14809
14810[[package]]
14811name = "roxmltree"
14812version = "0.20.0"
14813source = "registry+https://github.com/rust-lang/crates.io-index"
14814checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14815
14816[[package]]
14817name = "rpassword"
14818version = "7.4.0"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14821dependencies = [
14822 "libc",
14823 "rtoolbox",
14824 "windows-sys 0.59.0",
14825]
14826
14827[[package]]
14828name = "rpc"
14829version = "0.1.0"
14830dependencies = [
14831 "anyhow",
14832 "async-tungstenite",
14833 "base64 0.22.1",
14834 "collections",
14835 "futures 0.3.32",
14836 "gpui",
14837 "parking_lot",
14838 "proto",
14839 "rand 0.9.3",
14840 "rsa",
14841 "serde",
14842 "serde_json",
14843 "sha2",
14844 "strum 0.27.2",
14845 "tracing",
14846 "util",
14847 "zlog",
14848 "zstd",
14849]
14850
14851[[package]]
14852name = "rsa"
14853version = "0.9.10"
14854source = "registry+https://github.com/rust-lang/crates.io-index"
14855checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14856dependencies = [
14857 "const-oid",
14858 "digest",
14859 "num-bigint-dig 0.8.6",
14860 "num-integer",
14861 "num-traits",
14862 "pkcs1",
14863 "pkcs8 0.10.2",
14864 "rand_core 0.6.4",
14865 "signature 2.2.0",
14866 "spki 0.7.3",
14867 "subtle",
14868 "zeroize",
14869]
14870
14871[[package]]
14872name = "rtoolbox"
14873version = "0.0.3"
14874source = "registry+https://github.com/rust-lang/crates.io-index"
14875checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14876dependencies = [
14877 "libc",
14878 "windows-sys 0.52.0",
14879]
14880
14881[[package]]
14882name = "rtrb"
14883version = "0.3.2"
14884source = "registry+https://github.com/rust-lang/crates.io-index"
14885checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14886
14887[[package]]
14888name = "rules_library"
14889version = "0.1.0"
14890dependencies = [
14891 "anyhow",
14892 "collections",
14893 "editor",
14894 "gpui",
14895 "language",
14896 "language_model",
14897 "log",
14898 "menu",
14899 "picker",
14900 "platform_title_bar",
14901 "prompt_store",
14902 "release_channel",
14903 "rope",
14904 "serde",
14905 "settings",
14906 "theme_settings",
14907 "ui",
14908 "ui_input",
14909 "util",
14910 "workspace",
14911 "zed_actions",
14912]
14913
14914[[package]]
14915name = "runtimelib"
14916version = "1.4.0"
14917source = "registry+https://github.com/rust-lang/crates.io-index"
14918checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14919dependencies = [
14920 "async-dispatcher",
14921 "async-std",
14922 "aws-lc-rs",
14923 "base64 0.22.1",
14924 "bytes 1.11.1",
14925 "chrono",
14926 "data-encoding",
14927 "dirs",
14928 "futures 0.3.32",
14929 "glob",
14930 "jupyter-protocol",
14931 "serde",
14932 "serde_json",
14933 "shellexpand",
14934 "smol",
14935 "thiserror 2.0.17",
14936 "uuid",
14937 "zeromq",
14938]
14939
14940[[package]]
14941name = "rust-embed"
14942version = "8.11.0"
14943source = "registry+https://github.com/rust-lang/crates.io-index"
14944checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
14945dependencies = [
14946 "rust-embed-impl",
14947 "rust-embed-utils",
14948 "walkdir",
14949]
14950
14951[[package]]
14952name = "rust-embed-impl"
14953version = "8.11.0"
14954source = "registry+https://github.com/rust-lang/crates.io-index"
14955checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
14956dependencies = [
14957 "proc-macro2",
14958 "quote",
14959 "rust-embed-utils",
14960 "syn 2.0.117",
14961 "walkdir",
14962]
14963
14964[[package]]
14965name = "rust-embed-utils"
14966version = "8.11.0"
14967source = "registry+https://github.com/rust-lang/crates.io-index"
14968checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
14969dependencies = [
14970 "globset",
14971 "sha2",
14972 "walkdir",
14973]
14974
14975[[package]]
14976name = "rust_decimal"
14977version = "1.39.0"
14978source = "registry+https://github.com/rust-lang/crates.io-index"
14979checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
14980dependencies = [
14981 "arrayvec",
14982 "borsh",
14983 "bytes 1.11.1",
14984 "num-traits",
14985 "rand 0.8.5",
14986 "rkyv",
14987 "serde",
14988 "serde_json",
14989]
14990
14991[[package]]
14992name = "rustc-demangle"
14993version = "0.1.26"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
14996
14997[[package]]
14998name = "rustc-hash"
14999version = "1.1.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15002
15003[[package]]
15004name = "rustc-hash"
15005version = "2.1.1"
15006source = "registry+https://github.com/rust-lang/crates.io-index"
15007checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15008
15009[[package]]
15010name = "rustc_version"
15011version = "0.4.1"
15012source = "registry+https://github.com/rust-lang/crates.io-index"
15013checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15014dependencies = [
15015 "semver",
15016]
15017
15018[[package]]
15019name = "rustfft"
15020version = "6.4.1"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15023dependencies = [
15024 "num-complex",
15025 "num-integer",
15026 "num-traits",
15027 "primal-check",
15028 "strength_reduce",
15029 "transpose",
15030]
15031
15032[[package]]
15033name = "rustix"
15034version = "0.38.44"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15037dependencies = [
15038 "bitflags 2.10.0",
15039 "errno 0.3.14",
15040 "libc",
15041 "linux-raw-sys 0.4.15",
15042 "windows-sys 0.59.0",
15043]
15044
15045[[package]]
15046name = "rustix"
15047version = "1.1.2"
15048source = "registry+https://github.com/rust-lang/crates.io-index"
15049checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15050dependencies = [
15051 "bitflags 2.10.0",
15052 "errno 0.3.14",
15053 "libc",
15054 "linux-raw-sys 0.11.0",
15055 "windows-sys 0.61.2",
15056]
15057
15058[[package]]
15059name = "rustix-linux-procfs"
15060version = "0.1.1"
15061source = "registry+https://github.com/rust-lang/crates.io-index"
15062checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15063dependencies = [
15064 "once_cell",
15065 "rustix 1.1.2",
15066]
15067
15068[[package]]
15069name = "rustix-openpty"
15070version = "0.2.0"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15073dependencies = [
15074 "errno 0.3.14",
15075 "libc",
15076 "rustix 1.1.2",
15077]
15078
15079[[package]]
15080name = "rustls"
15081version = "0.21.12"
15082source = "registry+https://github.com/rust-lang/crates.io-index"
15083checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15084dependencies = [
15085 "log",
15086 "ring",
15087 "rustls-webpki 0.101.7",
15088 "sct",
15089]
15090
15091[[package]]
15092name = "rustls"
15093version = "0.23.33"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15096dependencies = [
15097 "aws-lc-rs",
15098 "log",
15099 "once_cell",
15100 "ring",
15101 "rustls-pki-types",
15102 "rustls-webpki 0.103.7",
15103 "subtle",
15104 "zeroize",
15105]
15106
15107[[package]]
15108name = "rustls-native-certs"
15109version = "0.6.3"
15110source = "registry+https://github.com/rust-lang/crates.io-index"
15111checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15112dependencies = [
15113 "openssl-probe",
15114 "rustls-pemfile 1.0.4",
15115 "schannel",
15116 "security-framework 2.11.1",
15117]
15118
15119[[package]]
15120name = "rustls-native-certs"
15121version = "0.8.2"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15124dependencies = [
15125 "openssl-probe",
15126 "rustls-pki-types",
15127 "schannel",
15128 "security-framework 3.5.1",
15129]
15130
15131[[package]]
15132name = "rustls-pemfile"
15133version = "1.0.4"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15136dependencies = [
15137 "base64 0.21.7",
15138]
15139
15140[[package]]
15141name = "rustls-pemfile"
15142version = "2.2.0"
15143source = "registry+https://github.com/rust-lang/crates.io-index"
15144checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15145dependencies = [
15146 "rustls-pki-types",
15147]
15148
15149[[package]]
15150name = "rustls-pki-types"
15151version = "1.12.0"
15152source = "registry+https://github.com/rust-lang/crates.io-index"
15153checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15154dependencies = [
15155 "web-time",
15156 "zeroize",
15157]
15158
15159[[package]]
15160name = "rustls-platform-verifier"
15161version = "0.5.3"
15162source = "registry+https://github.com/rust-lang/crates.io-index"
15163checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15164dependencies = [
15165 "core-foundation 0.10.0",
15166 "core-foundation-sys",
15167 "jni",
15168 "log",
15169 "once_cell",
15170 "rustls 0.23.33",
15171 "rustls-native-certs 0.8.2",
15172 "rustls-platform-verifier-android",
15173 "rustls-webpki 0.103.7",
15174 "security-framework 3.5.1",
15175 "security-framework-sys",
15176 "webpki-root-certs",
15177 "windows-sys 0.59.0",
15178]
15179
15180[[package]]
15181name = "rustls-platform-verifier-android"
15182version = "0.1.1"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15185
15186[[package]]
15187name = "rustls-webpki"
15188version = "0.101.7"
15189source = "registry+https://github.com/rust-lang/crates.io-index"
15190checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15191dependencies = [
15192 "ring",
15193 "untrusted 0.9.0",
15194]
15195
15196[[package]]
15197name = "rustls-webpki"
15198version = "0.103.7"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15201dependencies = [
15202 "aws-lc-rs",
15203 "ring",
15204 "rustls-pki-types",
15205 "untrusted 0.9.0",
15206]
15207
15208[[package]]
15209name = "rustversion"
15210version = "1.0.22"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15213
15214[[package]]
15215name = "rusty-fork"
15216version = "0.3.1"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15219dependencies = [
15220 "fnv",
15221 "quick-error 1.2.3",
15222 "tempfile",
15223 "wait-timeout",
15224]
15225
15226[[package]]
15227name = "rustybuzz"
15228version = "0.20.1"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15231dependencies = [
15232 "bitflags 2.10.0",
15233 "bytemuck",
15234 "core_maths",
15235 "log",
15236 "smallvec",
15237 "ttf-parser 0.25.1",
15238 "unicode-bidi-mirroring",
15239 "unicode-ccc",
15240 "unicode-properties",
15241 "unicode-script",
15242]
15243
15244[[package]]
15245name = "ryu"
15246version = "1.0.20"
15247source = "registry+https://github.com/rust-lang/crates.io-index"
15248checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15249
15250[[package]]
15251name = "saa"
15252version = "5.4.9"
15253source = "registry+https://github.com/rust-lang/crates.io-index"
15254checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15255
15256[[package]]
15257name = "safetensors"
15258version = "0.4.5"
15259source = "registry+https://github.com/rust-lang/crates.io-index"
15260checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15261dependencies = [
15262 "serde",
15263 "serde_json",
15264]
15265
15266[[package]]
15267name = "same-file"
15268version = "1.0.6"
15269source = "registry+https://github.com/rust-lang/crates.io-index"
15270checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15271dependencies = [
15272 "winapi-util",
15273]
15274
15275[[package]]
15276name = "scc"
15277version = "3.5.6"
15278source = "registry+https://github.com/rust-lang/crates.io-index"
15279checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15280dependencies = [
15281 "saa",
15282 "sdd",
15283]
15284
15285[[package]]
15286name = "schannel"
15287version = "0.1.28"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15290dependencies = [
15291 "windows-sys 0.61.2",
15292]
15293
15294[[package]]
15295name = "scheduler"
15296version = "0.1.0"
15297dependencies = [
15298 "async-task",
15299 "backtrace",
15300 "chrono",
15301 "flume",
15302 "futures 0.3.32",
15303 "parking_lot",
15304 "rand 0.9.3",
15305 "web-time",
15306]
15307
15308[[package]]
15309name = "schema_generator"
15310version = "0.1.0"
15311dependencies = [
15312 "anyhow",
15313 "clap",
15314 "env_logger 0.11.8",
15315 "schemars",
15316 "serde",
15317 "serde_json",
15318 "settings",
15319 "theme",
15320 "theme_settings",
15321]
15322
15323[[package]]
15324name = "schemars"
15325version = "1.0.4"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15328dependencies = [
15329 "dyn-clone",
15330 "indexmap",
15331 "ref-cast",
15332 "schemars_derive",
15333 "serde",
15334 "serde_json",
15335]
15336
15337[[package]]
15338name = "schemars_derive"
15339version = "1.0.4"
15340source = "registry+https://github.com/rust-lang/crates.io-index"
15341checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15342dependencies = [
15343 "proc-macro2",
15344 "quote",
15345 "serde_derive_internals",
15346 "syn 2.0.117",
15347]
15348
15349[[package]]
15350name = "scoped-tls"
15351version = "1.0.1"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15354
15355[[package]]
15356name = "scopeguard"
15357version = "1.2.0"
15358source = "registry+https://github.com/rust-lang/crates.io-index"
15359checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15360
15361[[package]]
15362name = "scratch"
15363version = "1.0.9"
15364source = "registry+https://github.com/rust-lang/crates.io-index"
15365checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15366
15367[[package]]
15368name = "screencapturekit"
15369version = "0.2.8"
15370source = "registry+https://github.com/rust-lang/crates.io-index"
15371checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15372dependencies = [
15373 "screencapturekit-sys",
15374]
15375
15376[[package]]
15377name = "screencapturekit-sys"
15378version = "0.2.8"
15379source = "registry+https://github.com/rust-lang/crates.io-index"
15380checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15381dependencies = [
15382 "block",
15383 "dispatch",
15384 "objc",
15385 "objc-foundation",
15386 "objc_id",
15387 "once_cell",
15388]
15389
15390[[package]]
15391name = "scroll"
15392version = "0.12.0"
15393source = "registry+https://github.com/rust-lang/crates.io-index"
15394checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15395dependencies = [
15396 "scroll_derive",
15397]
15398
15399[[package]]
15400name = "scroll_derive"
15401version = "0.12.1"
15402source = "registry+https://github.com/rust-lang/crates.io-index"
15403checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15404dependencies = [
15405 "proc-macro2",
15406 "quote",
15407 "syn 2.0.117",
15408]
15409
15410[[package]]
15411name = "sct"
15412version = "0.7.1"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15415dependencies = [
15416 "ring",
15417 "untrusted 0.9.0",
15418]
15419
15420[[package]]
15421name = "sdd"
15422version = "4.6.2"
15423source = "registry+https://github.com/rust-lang/crates.io-index"
15424checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15425
15426[[package]]
15427name = "sea-bae"
15428version = "0.2.1"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15431dependencies = [
15432 "heck 0.4.1",
15433 "proc-macro-error2",
15434 "proc-macro2",
15435 "quote",
15436 "syn 2.0.117",
15437]
15438
15439[[package]]
15440name = "sea-orm"
15441version = "1.1.10"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15444dependencies = [
15445 "async-stream",
15446 "async-trait",
15447 "bigdecimal",
15448 "chrono",
15449 "futures-util",
15450 "log",
15451 "ouroboros",
15452 "pgvector",
15453 "rust_decimal",
15454 "sea-orm-macros",
15455 "sea-query",
15456 "sea-query-binder",
15457 "serde",
15458 "serde_json",
15459 "sqlx",
15460 "strum 0.26.3",
15461 "thiserror 2.0.17",
15462 "time",
15463 "tracing",
15464 "url",
15465 "uuid",
15466]
15467
15468[[package]]
15469name = "sea-orm-macros"
15470version = "1.1.10"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15473dependencies = [
15474 "heck 0.4.1",
15475 "proc-macro2",
15476 "quote",
15477 "sea-bae",
15478 "syn 2.0.117",
15479 "unicode-ident",
15480]
15481
15482[[package]]
15483name = "sea-query"
15484version = "0.32.7"
15485source = "registry+https://github.com/rust-lang/crates.io-index"
15486checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15487dependencies = [
15488 "bigdecimal",
15489 "chrono",
15490 "inherent",
15491 "ordered-float 4.6.0",
15492 "rust_decimal",
15493 "serde_json",
15494 "time",
15495 "uuid",
15496]
15497
15498[[package]]
15499name = "sea-query-binder"
15500version = "0.7.0"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15503dependencies = [
15504 "bigdecimal",
15505 "chrono",
15506 "rust_decimal",
15507 "sea-query",
15508 "serde_json",
15509 "sqlx",
15510 "time",
15511 "uuid",
15512]
15513
15514[[package]]
15515name = "seahash"
15516version = "4.1.0"
15517source = "registry+https://github.com/rust-lang/crates.io-index"
15518checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15519
15520[[package]]
15521name = "search"
15522version = "0.1.0"
15523dependencies = [
15524 "any_vec",
15525 "anyhow",
15526 "bitflags 2.10.0",
15527 "collections",
15528 "editor",
15529 "fs",
15530 "futures 0.3.32",
15531 "gpui",
15532 "itertools 0.14.0",
15533 "language",
15534 "lsp",
15535 "menu",
15536 "multi_buffer",
15537 "pretty_assertions",
15538 "project",
15539 "serde",
15540 "serde_json",
15541 "settings",
15542 "smol",
15543 "theme",
15544 "theme_settings",
15545 "tracing",
15546 "ui",
15547 "unindent",
15548 "util",
15549 "util_macros",
15550 "workspace",
15551 "zed_actions",
15552 "ztracing",
15553]
15554
15555[[package]]
15556name = "sec1"
15557version = "0.3.0"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15560dependencies = [
15561 "base16ct",
15562 "der 0.6.1",
15563 "generic-array",
15564 "pkcs8 0.9.0",
15565 "subtle",
15566 "zeroize",
15567]
15568
15569[[package]]
15570name = "secrecy"
15571version = "0.10.3"
15572source = "registry+https://github.com/rust-lang/crates.io-index"
15573checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15574dependencies = [
15575 "zeroize",
15576]
15577
15578[[package]]
15579name = "security-framework"
15580version = "2.11.1"
15581source = "registry+https://github.com/rust-lang/crates.io-index"
15582checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15583dependencies = [
15584 "bitflags 2.10.0",
15585 "core-foundation 0.9.4",
15586 "core-foundation-sys",
15587 "libc",
15588 "security-framework-sys",
15589]
15590
15591[[package]]
15592name = "security-framework"
15593version = "3.5.1"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15596dependencies = [
15597 "bitflags 2.10.0",
15598 "core-foundation 0.10.0",
15599 "core-foundation-sys",
15600 "libc",
15601 "security-framework-sys",
15602]
15603
15604[[package]]
15605name = "security-framework-sys"
15606version = "2.15.0"
15607source = "registry+https://github.com/rust-lang/crates.io-index"
15608checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15609dependencies = [
15610 "core-foundation-sys",
15611 "libc",
15612]
15613
15614[[package]]
15615name = "self_cell"
15616version = "1.2.2"
15617source = "registry+https://github.com/rust-lang/crates.io-index"
15618checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15619
15620[[package]]
15621name = "semver"
15622version = "1.0.27"
15623source = "registry+https://github.com/rust-lang/crates.io-index"
15624checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15625dependencies = [
15626 "serde",
15627 "serde_core",
15628]
15629
15630[[package]]
15631name = "seq-macro"
15632version = "0.3.6"
15633source = "registry+https://github.com/rust-lang/crates.io-index"
15634checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15635
15636[[package]]
15637name = "serde"
15638version = "1.0.228"
15639source = "registry+https://github.com/rust-lang/crates.io-index"
15640checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15641dependencies = [
15642 "serde_core",
15643 "serde_derive",
15644]
15645
15646[[package]]
15647name = "serde_bytes"
15648version = "0.11.19"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15651dependencies = [
15652 "serde",
15653 "serde_core",
15654]
15655
15656[[package]]
15657name = "serde_core"
15658version = "1.0.228"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15661dependencies = [
15662 "serde_derive",
15663]
15664
15665[[package]]
15666name = "serde_derive"
15667version = "1.0.228"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15670dependencies = [
15671 "proc-macro2",
15672 "quote",
15673 "syn 2.0.117",
15674]
15675
15676[[package]]
15677name = "serde_derive_internals"
15678version = "0.29.1"
15679source = "registry+https://github.com/rust-lang/crates.io-index"
15680checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15681dependencies = [
15682 "proc-macro2",
15683 "quote",
15684 "syn 2.0.117",
15685]
15686
15687[[package]]
15688name = "serde_fmt"
15689version = "1.0.3"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15692dependencies = [
15693 "serde",
15694]
15695
15696[[package]]
15697name = "serde_json"
15698version = "1.0.145"
15699source = "registry+https://github.com/rust-lang/crates.io-index"
15700checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15701dependencies = [
15702 "indexmap",
15703 "itoa",
15704 "memchr",
15705 "ryu",
15706 "serde",
15707 "serde_core",
15708]
15709
15710[[package]]
15711name = "serde_json_lenient"
15712version = "0.2.4"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15715dependencies = [
15716 "indexmap",
15717 "itoa",
15718 "memchr",
15719 "ryu",
15720 "serde",
15721]
15722
15723[[package]]
15724name = "serde_path_to_error"
15725version = "0.1.20"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15728dependencies = [
15729 "itoa",
15730 "serde",
15731 "serde_core",
15732]
15733
15734[[package]]
15735name = "serde_repr"
15736version = "0.1.20"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15739dependencies = [
15740 "proc-macro2",
15741 "quote",
15742 "syn 2.0.117",
15743]
15744
15745[[package]]
15746name = "serde_spanned"
15747version = "0.6.9"
15748source = "registry+https://github.com/rust-lang/crates.io-index"
15749checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15750dependencies = [
15751 "serde",
15752]
15753
15754[[package]]
15755name = "serde_spanned"
15756version = "1.0.3"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15759dependencies = [
15760 "serde_core",
15761]
15762
15763[[package]]
15764name = "serde_urlencoded"
15765version = "0.7.1"
15766source = "registry+https://github.com/rust-lang/crates.io-index"
15767checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15768dependencies = [
15769 "form_urlencoded",
15770 "itoa",
15771 "ryu",
15772 "serde",
15773]
15774
15775[[package]]
15776name = "serde_yaml"
15777version = "0.9.34+deprecated"
15778source = "registry+https://github.com/rust-lang/crates.io-index"
15779checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15780dependencies = [
15781 "indexmap",
15782 "itoa",
15783 "ryu",
15784 "serde",
15785 "unsafe-libyaml",
15786]
15787
15788[[package]]
15789name = "serial2"
15790version = "0.2.33"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15793dependencies = [
15794 "cfg-if",
15795 "libc",
15796 "winapi",
15797]
15798
15799[[package]]
15800name = "session"
15801version = "0.1.0"
15802dependencies = [
15803 "db",
15804 "gpui",
15805 "serde_json",
15806 "util",
15807 "uuid",
15808]
15809
15810[[package]]
15811name = "settings"
15812version = "0.1.0"
15813dependencies = [
15814 "anyhow",
15815 "collections",
15816 "ec4rs",
15817 "fs",
15818 "futures 0.3.32",
15819 "gpui",
15820 "indoc",
15821 "inventory",
15822 "log",
15823 "migrator",
15824 "paths",
15825 "pretty_assertions",
15826 "release_channel",
15827 "rust-embed",
15828 "schemars",
15829 "serde",
15830 "serde_json",
15831 "serde_json_lenient",
15832 "settings_content",
15833 "settings_json",
15834 "settings_macros",
15835 "smallvec",
15836 "unindent",
15837 "util",
15838 "zlog",
15839]
15840
15841[[package]]
15842name = "settings_content"
15843version = "0.1.0"
15844dependencies = [
15845 "anyhow",
15846 "collections",
15847 "derive_more",
15848 "gpui",
15849 "language_model_core",
15850 "log",
15851 "schemars",
15852 "serde",
15853 "serde_json",
15854 "serde_json_lenient",
15855 "settings_json",
15856 "settings_macros",
15857 "strum 0.27.2",
15858 "util",
15859]
15860
15861[[package]]
15862name = "settings_json"
15863version = "0.1.0"
15864dependencies = [
15865 "anyhow",
15866 "pretty_assertions",
15867 "serde",
15868 "serde_json",
15869 "serde_json_lenient",
15870 "serde_path_to_error",
15871 "tree-sitter",
15872 "tree-sitter-json",
15873 "unindent",
15874 "util",
15875]
15876
15877[[package]]
15878name = "settings_macros"
15879version = "0.1.0"
15880dependencies = [
15881 "quote",
15882 "settings",
15883 "syn 2.0.117",
15884]
15885
15886[[package]]
15887name = "settings_profile_selector"
15888version = "0.1.0"
15889dependencies = [
15890 "editor",
15891 "fuzzy",
15892 "gpui",
15893 "menu",
15894 "picker",
15895 "project",
15896 "serde_json",
15897 "settings",
15898 "theme",
15899 "theme_settings",
15900 "ui",
15901 "workspace",
15902 "zed_actions",
15903]
15904
15905[[package]]
15906name = "settings_ui"
15907version = "0.1.0"
15908dependencies = [
15909 "agent",
15910 "agent_settings",
15911 "anyhow",
15912 "audio",
15913 "codestral",
15914 "component",
15915 "copilot",
15916 "copilot_ui",
15917 "cpal",
15918 "edit_prediction",
15919 "edit_prediction_ui",
15920 "editor",
15921 "feature_flags",
15922 "fs",
15923 "futures 0.3.32",
15924 "fuzzy",
15925 "gpui",
15926 "heck 0.5.0",
15927 "itertools 0.14.0",
15928 "language",
15929 "log",
15930 "menu",
15931 "paths",
15932 "picker",
15933 "platform_title_bar",
15934 "pretty_assertions",
15935 "project",
15936 "regex",
15937 "release_channel",
15938 "rodio",
15939 "schemars",
15940 "search",
15941 "serde",
15942 "serde_json",
15943 "settings",
15944 "shell_command_parser",
15945 "strum 0.27.2",
15946 "telemetry",
15947 "theme",
15948 "theme_settings",
15949 "title_bar",
15950 "ui",
15951 "util",
15952 "workspace",
15953 "zed_actions",
15954 "zed_credentials_provider",
15955]
15956
15957[[package]]
15958name = "sha-1"
15959version = "0.10.1"
15960source = "registry+https://github.com/rust-lang/crates.io-index"
15961checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
15962dependencies = [
15963 "cfg-if",
15964 "cpufeatures",
15965 "digest",
15966]
15967
15968[[package]]
15969name = "sha1"
15970version = "0.10.6"
15971source = "registry+https://github.com/rust-lang/crates.io-index"
15972checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
15973dependencies = [
15974 "cfg-if",
15975 "cpufeatures",
15976 "digest",
15977]
15978
15979[[package]]
15980name = "sha1_smol"
15981version = "1.0.1"
15982source = "registry+https://github.com/rust-lang/crates.io-index"
15983checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
15984
15985[[package]]
15986name = "sha2"
15987version = "0.10.9"
15988source = "registry+https://github.com/rust-lang/crates.io-index"
15989checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
15990dependencies = [
15991 "cfg-if",
15992 "cpufeatures",
15993 "digest",
15994]
15995
15996[[package]]
15997name = "sharded-slab"
15998version = "0.1.7"
15999source = "registry+https://github.com/rust-lang/crates.io-index"
16000checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16001dependencies = [
16002 "lazy_static",
16003]
16004
16005[[package]]
16006name = "shared_library"
16007version = "0.1.9"
16008source = "registry+https://github.com/rust-lang/crates.io-index"
16009checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16010dependencies = [
16011 "lazy_static",
16012 "libc",
16013]
16014
16015[[package]]
16016name = "shell-words"
16017version = "1.1.0"
16018source = "registry+https://github.com/rust-lang/crates.io-index"
16019checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16020
16021[[package]]
16022name = "shell_command_parser"
16023version = "0.1.0"
16024dependencies = [
16025 "brush-parser",
16026]
16027
16028[[package]]
16029name = "shellexpand"
16030version = "3.1.1"
16031source = "registry+https://github.com/rust-lang/crates.io-index"
16032checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16033dependencies = [
16034 "dirs",
16035]
16036
16037[[package]]
16038name = "shingles"
16039version = "0.1.1"
16040source = "registry+https://github.com/rust-lang/crates.io-index"
16041checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16042
16043[[package]]
16044name = "shlex"
16045version = "1.3.0"
16046source = "registry+https://github.com/rust-lang/crates.io-index"
16047checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16048
16049[[package]]
16050name = "sidebar"
16051version = "0.1.0"
16052dependencies = [
16053 "acp_thread",
16054 "action_log",
16055 "agent",
16056 "agent-client-protocol",
16057 "agent_settings",
16058 "agent_ui",
16059 "anyhow",
16060 "chrono",
16061 "client",
16062 "clock",
16063 "db",
16064 "editor",
16065 "extension",
16066 "feature_flags",
16067 "fs",
16068 "git",
16069 "gpui",
16070 "http_client",
16071 "language",
16072 "language_model",
16073 "log",
16074 "menu",
16075 "node_runtime",
16076 "platform_title_bar",
16077 "pretty_assertions",
16078 "project",
16079 "prompt_store",
16080 "recent_projects",
16081 "release_channel",
16082 "remote",
16083 "remote_connection",
16084 "remote_server",
16085 "semver",
16086 "serde",
16087 "serde_json",
16088 "settings",
16089 "smol",
16090 "telemetry",
16091 "theme",
16092 "theme_settings",
16093 "ui",
16094 "util",
16095 "vim_mode_setting",
16096 "workspace",
16097 "zed_actions",
16098]
16099
16100[[package]]
16101name = "signal-hook"
16102version = "0.3.18"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16105dependencies = [
16106 "libc",
16107 "signal-hook-registry",
16108]
16109
16110[[package]]
16111name = "signal-hook-registry"
16112version = "1.4.6"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16115dependencies = [
16116 "libc",
16117]
16118
16119[[package]]
16120name = "signature"
16121version = "1.6.4"
16122source = "registry+https://github.com/rust-lang/crates.io-index"
16123checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16124dependencies = [
16125 "digest",
16126 "rand_core 0.6.4",
16127]
16128
16129[[package]]
16130name = "signature"
16131version = "2.2.0"
16132source = "registry+https://github.com/rust-lang/crates.io-index"
16133checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16134dependencies = [
16135 "digest",
16136 "rand_core 0.6.4",
16137]
16138
16139[[package]]
16140name = "simd-adler32"
16141version = "0.3.7"
16142source = "registry+https://github.com/rust-lang/crates.io-index"
16143checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16144
16145[[package]]
16146name = "simd_helpers"
16147version = "0.1.0"
16148source = "registry+https://github.com/rust-lang/crates.io-index"
16149checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16150dependencies = [
16151 "quote",
16152]
16153
16154[[package]]
16155name = "simdutf8"
16156version = "0.1.5"
16157source = "registry+https://github.com/rust-lang/crates.io-index"
16158checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16159
16160[[package]]
16161name = "similar"
16162version = "2.7.0"
16163source = "registry+https://github.com/rust-lang/crates.io-index"
16164checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16165
16166[[package]]
16167name = "simple_asn1"
16168version = "0.6.3"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16171dependencies = [
16172 "num-bigint",
16173 "num-traits",
16174 "thiserror 2.0.17",
16175 "time",
16176]
16177
16178[[package]]
16179name = "simplecss"
16180version = "0.2.2"
16181source = "registry+https://github.com/rust-lang/crates.io-index"
16182checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16183dependencies = [
16184 "log",
16185]
16186
16187[[package]]
16188name = "simplelog"
16189version = "0.12.2"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16192dependencies = [
16193 "log",
16194 "termcolor",
16195 "time",
16196]
16197
16198[[package]]
16199name = "siphasher"
16200version = "0.3.11"
16201source = "registry+https://github.com/rust-lang/crates.io-index"
16202checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16203
16204[[package]]
16205name = "siphasher"
16206version = "1.0.1"
16207source = "registry+https://github.com/rust-lang/crates.io-index"
16208checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16209
16210[[package]]
16211name = "skrifa"
16212version = "0.37.0"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16215dependencies = [
16216 "bytemuck",
16217 "read-fonts 0.35.0",
16218]
16219
16220[[package]]
16221name = "skrifa"
16222version = "0.40.0"
16223source = "registry+https://github.com/rust-lang/crates.io-index"
16224checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16225dependencies = [
16226 "bytemuck",
16227 "read-fonts 0.37.0",
16228]
16229
16230[[package]]
16231name = "slab"
16232version = "0.4.11"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16235
16236[[package]]
16237name = "slotmap"
16238version = "1.0.7"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16241dependencies = [
16242 "version_check",
16243]
16244
16245[[package]]
16246name = "smallvec"
16247version = "1.15.1"
16248source = "registry+https://github.com/rust-lang/crates.io-index"
16249checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16250dependencies = [
16251 "serde",
16252]
16253
16254[[package]]
16255name = "smart-default"
16256version = "0.7.1"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16259dependencies = [
16260 "proc-macro2",
16261 "quote",
16262 "syn 2.0.117",
16263]
16264
16265[[package]]
16266name = "smol"
16267version = "2.0.2"
16268source = "registry+https://github.com/rust-lang/crates.io-index"
16269checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16270dependencies = [
16271 "async-channel 2.5.0",
16272 "async-executor",
16273 "async-fs",
16274 "async-io",
16275 "async-lock 3.4.2",
16276 "async-net",
16277 "async-process",
16278 "blocking",
16279 "futures-lite 2.6.1",
16280]
16281
16282[[package]]
16283name = "smol_str"
16284version = "0.3.5"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16287
16288[[package]]
16289name = "snafu"
16290version = "0.8.9"
16291source = "registry+https://github.com/rust-lang/crates.io-index"
16292checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16293dependencies = [
16294 "snafu-derive",
16295]
16296
16297[[package]]
16298name = "snafu-derive"
16299version = "0.8.9"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16302dependencies = [
16303 "heck 0.5.0",
16304 "proc-macro2",
16305 "quote",
16306 "syn 2.0.117",
16307]
16308
16309[[package]]
16310name = "snippet"
16311version = "0.1.0"
16312dependencies = [
16313 "anyhow",
16314 "smallvec",
16315]
16316
16317[[package]]
16318name = "snippet_provider"
16319version = "0.1.0"
16320dependencies = [
16321 "anyhow",
16322 "collections",
16323 "extension",
16324 "fs",
16325 "futures 0.3.32",
16326 "gpui",
16327 "indoc",
16328 "parking_lot",
16329 "paths",
16330 "schemars",
16331 "serde",
16332 "serde_json",
16333 "serde_json_lenient",
16334 "snippet",
16335 "util",
16336]
16337
16338[[package]]
16339name = "snippets_ui"
16340version = "0.1.0"
16341dependencies = [
16342 "file_icons",
16343 "fuzzy",
16344 "gpui",
16345 "language",
16346 "open_path_prompt",
16347 "paths",
16348 "picker",
16349 "settings",
16350 "ui",
16351 "util",
16352 "workspace",
16353]
16354
16355[[package]]
16356name = "socket2"
16357version = "0.5.10"
16358source = "registry+https://github.com/rust-lang/crates.io-index"
16359checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16360dependencies = [
16361 "libc",
16362 "windows-sys 0.52.0",
16363]
16364
16365[[package]]
16366name = "socket2"
16367version = "0.6.1"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16370dependencies = [
16371 "libc",
16372 "windows-sys 0.60.2",
16373]
16374
16375[[package]]
16376name = "spdx"
16377version = "0.10.9"
16378source = "registry+https://github.com/rust-lang/crates.io-index"
16379checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16380dependencies = [
16381 "smallvec",
16382]
16383
16384[[package]]
16385name = "spin"
16386version = "0.9.8"
16387source = "registry+https://github.com/rust-lang/crates.io-index"
16388checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16389dependencies = [
16390 "lock_api",
16391]
16392
16393[[package]]
16394name = "spin"
16395version = "0.10.0"
16396source = "registry+https://github.com/rust-lang/crates.io-index"
16397checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16398dependencies = [
16399 "lock_api",
16400]
16401
16402[[package]]
16403name = "spirv"
16404version = "0.4.0+sdk-1.4.341.0"
16405source = "registry+https://github.com/rust-lang/crates.io-index"
16406checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16407dependencies = [
16408 "bitflags 2.10.0",
16409]
16410
16411[[package]]
16412name = "spki"
16413version = "0.6.0"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16416dependencies = [
16417 "base64ct",
16418 "der 0.6.1",
16419]
16420
16421[[package]]
16422name = "spki"
16423version = "0.7.3"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16426dependencies = [
16427 "base64ct",
16428 "der 0.7.10",
16429]
16430
16431[[package]]
16432name = "sqlez"
16433version = "0.1.0"
16434dependencies = [
16435 "anyhow",
16436 "collections",
16437 "futures 0.3.32",
16438 "indoc",
16439 "libsqlite3-sys",
16440 "log",
16441 "parking_lot",
16442 "smol",
16443 "sqlformat",
16444 "thread_local",
16445 "util",
16446 "uuid",
16447]
16448
16449[[package]]
16450name = "sqlez_macros"
16451version = "0.1.0"
16452dependencies = [
16453 "sqlez",
16454 "sqlformat",
16455 "syn 2.0.117",
16456]
16457
16458[[package]]
16459name = "sqlformat"
16460version = "0.2.6"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16463dependencies = [
16464 "nom 7.1.3",
16465 "unicode_categories",
16466]
16467
16468[[package]]
16469name = "sqlx"
16470version = "0.8.6"
16471source = "registry+https://github.com/rust-lang/crates.io-index"
16472checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16473dependencies = [
16474 "sqlx-core",
16475 "sqlx-macros",
16476 "sqlx-mysql",
16477 "sqlx-postgres",
16478 "sqlx-sqlite",
16479]
16480
16481[[package]]
16482name = "sqlx-core"
16483version = "0.8.6"
16484source = "registry+https://github.com/rust-lang/crates.io-index"
16485checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16486dependencies = [
16487 "base64 0.22.1",
16488 "bigdecimal",
16489 "bytes 1.11.1",
16490 "chrono",
16491 "crc",
16492 "crossbeam-queue",
16493 "either",
16494 "event-listener 5.4.1",
16495 "futures-core",
16496 "futures-intrusive",
16497 "futures-io",
16498 "futures-util",
16499 "hashbrown 0.15.5",
16500 "hashlink 0.10.0",
16501 "indexmap",
16502 "log",
16503 "memchr",
16504 "once_cell",
16505 "percent-encoding",
16506 "rust_decimal",
16507 "rustls 0.23.33",
16508 "serde",
16509 "serde_json",
16510 "sha2",
16511 "smallvec",
16512 "thiserror 2.0.17",
16513 "time",
16514 "tokio",
16515 "tokio-stream",
16516 "tracing",
16517 "url",
16518 "uuid",
16519 "webpki-roots",
16520]
16521
16522[[package]]
16523name = "sqlx-macros"
16524version = "0.8.6"
16525source = "registry+https://github.com/rust-lang/crates.io-index"
16526checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16527dependencies = [
16528 "proc-macro2",
16529 "quote",
16530 "sqlx-core",
16531 "sqlx-macros-core",
16532 "syn 2.0.117",
16533]
16534
16535[[package]]
16536name = "sqlx-macros-core"
16537version = "0.8.6"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16540dependencies = [
16541 "dotenvy",
16542 "either",
16543 "heck 0.5.0",
16544 "hex",
16545 "once_cell",
16546 "proc-macro2",
16547 "quote",
16548 "serde",
16549 "serde_json",
16550 "sha2",
16551 "sqlx-core",
16552 "sqlx-mysql",
16553 "sqlx-postgres",
16554 "sqlx-sqlite",
16555 "syn 2.0.117",
16556 "tokio",
16557 "url",
16558]
16559
16560[[package]]
16561name = "sqlx-mysql"
16562version = "0.8.6"
16563source = "registry+https://github.com/rust-lang/crates.io-index"
16564checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16565dependencies = [
16566 "atoi",
16567 "base64 0.22.1",
16568 "bigdecimal",
16569 "bitflags 2.10.0",
16570 "byteorder",
16571 "bytes 1.11.1",
16572 "chrono",
16573 "crc",
16574 "digest",
16575 "dotenvy",
16576 "either",
16577 "futures-channel",
16578 "futures-core",
16579 "futures-io",
16580 "futures-util",
16581 "generic-array",
16582 "hex",
16583 "hkdf",
16584 "hmac",
16585 "itoa",
16586 "log",
16587 "md-5",
16588 "memchr",
16589 "once_cell",
16590 "percent-encoding",
16591 "rand 0.8.5",
16592 "rsa",
16593 "rust_decimal",
16594 "serde",
16595 "sha1",
16596 "sha2",
16597 "smallvec",
16598 "sqlx-core",
16599 "stringprep",
16600 "thiserror 2.0.17",
16601 "time",
16602 "tracing",
16603 "uuid",
16604 "whoami",
16605]
16606
16607[[package]]
16608name = "sqlx-postgres"
16609version = "0.8.6"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16612dependencies = [
16613 "atoi",
16614 "base64 0.22.1",
16615 "bigdecimal",
16616 "bitflags 2.10.0",
16617 "byteorder",
16618 "chrono",
16619 "crc",
16620 "dotenvy",
16621 "etcetera",
16622 "futures-channel",
16623 "futures-core",
16624 "futures-util",
16625 "hex",
16626 "hkdf",
16627 "hmac",
16628 "home",
16629 "itoa",
16630 "log",
16631 "md-5",
16632 "memchr",
16633 "num-bigint",
16634 "once_cell",
16635 "rand 0.8.5",
16636 "rust_decimal",
16637 "serde",
16638 "serde_json",
16639 "sha2",
16640 "smallvec",
16641 "sqlx-core",
16642 "stringprep",
16643 "thiserror 2.0.17",
16644 "time",
16645 "tracing",
16646 "uuid",
16647 "whoami",
16648]
16649
16650[[package]]
16651name = "sqlx-sqlite"
16652version = "0.8.6"
16653source = "registry+https://github.com/rust-lang/crates.io-index"
16654checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16655dependencies = [
16656 "atoi",
16657 "chrono",
16658 "flume",
16659 "futures-channel",
16660 "futures-core",
16661 "futures-executor",
16662 "futures-intrusive",
16663 "futures-util",
16664 "libsqlite3-sys",
16665 "log",
16666 "percent-encoding",
16667 "serde",
16668 "serde_urlencoded",
16669 "sqlx-core",
16670 "thiserror 2.0.17",
16671 "time",
16672 "tracing",
16673 "url",
16674 "uuid",
16675]
16676
16677[[package]]
16678name = "stable_deref_trait"
16679version = "1.2.1"
16680source = "registry+https://github.com/rust-lang/crates.io-index"
16681checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16682
16683[[package]]
16684name = "stacker"
16685version = "0.1.23"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16688dependencies = [
16689 "cc",
16690 "cfg-if",
16691 "libc",
16692 "psm",
16693 "windows-sys 0.59.0",
16694]
16695
16696[[package]]
16697name = "stacksafe"
16698version = "0.1.4"
16699source = "registry+https://github.com/rust-lang/crates.io-index"
16700checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16701dependencies = [
16702 "stacker",
16703 "stacksafe-macro",
16704]
16705
16706[[package]]
16707name = "stacksafe-macro"
16708version = "0.1.4"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16711dependencies = [
16712 "proc-macro-error2",
16713 "quote",
16714 "syn 2.0.117",
16715]
16716
16717[[package]]
16718name = "static_assertions"
16719version = "1.1.0"
16720source = "registry+https://github.com/rust-lang/crates.io-index"
16721checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16722
16723[[package]]
16724name = "streaming-iterator"
16725version = "0.1.9"
16726source = "registry+https://github.com/rust-lang/crates.io-index"
16727checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16728
16729[[package]]
16730name = "streaming_diff"
16731version = "0.1.0"
16732dependencies = [
16733 "ordered-float 2.10.1",
16734 "rand 0.9.3",
16735 "rope",
16736 "util",
16737]
16738
16739[[package]]
16740name = "strength_reduce"
16741version = "0.2.4"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16744
16745[[package]]
16746name = "strict-num"
16747version = "0.1.1"
16748source = "registry+https://github.com/rust-lang/crates.io-index"
16749checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16750dependencies = [
16751 "float-cmp",
16752]
16753
16754[[package]]
16755name = "string_cache"
16756version = "0.8.9"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16759dependencies = [
16760 "new_debug_unreachable",
16761 "parking_lot",
16762 "phf_shared 0.11.3",
16763 "precomputed-hash",
16764 "serde",
16765]
16766
16767[[package]]
16768name = "string_cache_codegen"
16769version = "0.5.4"
16770source = "registry+https://github.com/rust-lang/crates.io-index"
16771checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16772dependencies = [
16773 "phf_generator 0.11.3",
16774 "phf_shared 0.11.3",
16775 "proc-macro2",
16776 "quote",
16777]
16778
16779[[package]]
16780name = "stringprep"
16781version = "0.1.5"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16784dependencies = [
16785 "unicode-bidi",
16786 "unicode-normalization",
16787 "unicode-properties",
16788]
16789
16790[[package]]
16791name = "strsim"
16792version = "0.11.1"
16793source = "registry+https://github.com/rust-lang/crates.io-index"
16794checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16795
16796[[package]]
16797name = "strum"
16798version = "0.26.3"
16799source = "registry+https://github.com/rust-lang/crates.io-index"
16800checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16801
16802[[package]]
16803name = "strum"
16804version = "0.27.2"
16805source = "registry+https://github.com/rust-lang/crates.io-index"
16806checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16807dependencies = [
16808 "strum_macros 0.27.2",
16809]
16810
16811[[package]]
16812name = "strum"
16813version = "0.28.0"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16816dependencies = [
16817 "strum_macros 0.28.0",
16818]
16819
16820[[package]]
16821name = "strum_macros"
16822version = "0.27.2"
16823source = "registry+https://github.com/rust-lang/crates.io-index"
16824checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16825dependencies = [
16826 "heck 0.5.0",
16827 "proc-macro2",
16828 "quote",
16829 "syn 2.0.117",
16830]
16831
16832[[package]]
16833name = "strum_macros"
16834version = "0.28.0"
16835source = "registry+https://github.com/rust-lang/crates.io-index"
16836checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16837dependencies = [
16838 "heck 0.5.0",
16839 "proc-macro2",
16840 "quote",
16841 "syn 2.0.117",
16842]
16843
16844[[package]]
16845name = "subtle"
16846version = "2.6.1"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16849
16850[[package]]
16851name = "sum_tree"
16852version = "0.1.0"
16853dependencies = [
16854 "ctor",
16855 "heapless",
16856 "log",
16857 "proptest",
16858 "rand 0.9.3",
16859 "rayon",
16860 "tracing",
16861 "zlog",
16862 "ztracing",
16863]
16864
16865[[package]]
16866name = "sval"
16867version = "2.15.0"
16868source = "registry+https://github.com/rust-lang/crates.io-index"
16869checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16870
16871[[package]]
16872name = "sval_buffer"
16873version = "2.15.0"
16874source = "registry+https://github.com/rust-lang/crates.io-index"
16875checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16876dependencies = [
16877 "sval",
16878 "sval_ref",
16879]
16880
16881[[package]]
16882name = "sval_dynamic"
16883version = "2.15.0"
16884source = "registry+https://github.com/rust-lang/crates.io-index"
16885checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16886dependencies = [
16887 "sval",
16888]
16889
16890[[package]]
16891name = "sval_fmt"
16892version = "2.15.0"
16893source = "registry+https://github.com/rust-lang/crates.io-index"
16894checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16895dependencies = [
16896 "itoa",
16897 "ryu",
16898 "sval",
16899]
16900
16901[[package]]
16902name = "sval_json"
16903version = "2.15.0"
16904source = "registry+https://github.com/rust-lang/crates.io-index"
16905checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16906dependencies = [
16907 "itoa",
16908 "ryu",
16909 "sval",
16910]
16911
16912[[package]]
16913name = "sval_nested"
16914version = "2.15.0"
16915source = "registry+https://github.com/rust-lang/crates.io-index"
16916checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16917dependencies = [
16918 "sval",
16919 "sval_buffer",
16920 "sval_ref",
16921]
16922
16923[[package]]
16924name = "sval_ref"
16925version = "2.15.0"
16926source = "registry+https://github.com/rust-lang/crates.io-index"
16927checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16928dependencies = [
16929 "sval",
16930]
16931
16932[[package]]
16933name = "sval_serde"
16934version = "2.15.0"
16935source = "registry+https://github.com/rust-lang/crates.io-index"
16936checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16937dependencies = [
16938 "serde_core",
16939 "sval",
16940 "sval_nested",
16941]
16942
16943[[package]]
16944name = "svg_fmt"
16945version = "0.4.5"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
16948
16949[[package]]
16950name = "svg_preview"
16951version = "0.1.0"
16952dependencies = [
16953 "file_icons",
16954 "gpui",
16955 "language",
16956 "multi_buffer",
16957 "ui",
16958 "workspace",
16959 "zed_actions",
16960]
16961
16962[[package]]
16963name = "svgtypes"
16964version = "0.15.3"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
16967dependencies = [
16968 "kurbo",
16969 "siphasher 1.0.1",
16970]
16971
16972[[package]]
16973name = "swash"
16974version = "0.2.6"
16975source = "registry+https://github.com/rust-lang/crates.io-index"
16976checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
16977dependencies = [
16978 "skrifa 0.37.0",
16979 "yazi",
16980 "zeno",
16981]
16982
16983[[package]]
16984name = "symphonia"
16985version = "0.5.5"
16986source = "registry+https://github.com/rust-lang/crates.io-index"
16987checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
16988dependencies = [
16989 "lazy_static",
16990 "symphonia-bundle-flac",
16991 "symphonia-bundle-mp3",
16992 "symphonia-codec-aac",
16993 "symphonia-codec-pcm",
16994 "symphonia-codec-vorbis",
16995 "symphonia-core",
16996 "symphonia-format-isomp4",
16997 "symphonia-format-ogg",
16998 "symphonia-format-riff",
16999 "symphonia-metadata",
17000]
17001
17002[[package]]
17003name = "symphonia-bundle-flac"
17004version = "0.5.5"
17005source = "registry+https://github.com/rust-lang/crates.io-index"
17006checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17007dependencies = [
17008 "log",
17009 "symphonia-core",
17010 "symphonia-metadata",
17011 "symphonia-utils-xiph",
17012]
17013
17014[[package]]
17015name = "symphonia-bundle-mp3"
17016version = "0.5.5"
17017source = "registry+https://github.com/rust-lang/crates.io-index"
17018checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17019dependencies = [
17020 "lazy_static",
17021 "log",
17022 "symphonia-core",
17023 "symphonia-metadata",
17024]
17025
17026[[package]]
17027name = "symphonia-codec-aac"
17028version = "0.5.5"
17029source = "registry+https://github.com/rust-lang/crates.io-index"
17030checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17031dependencies = [
17032 "lazy_static",
17033 "log",
17034 "symphonia-core",
17035]
17036
17037[[package]]
17038name = "symphonia-codec-pcm"
17039version = "0.5.5"
17040source = "registry+https://github.com/rust-lang/crates.io-index"
17041checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17042dependencies = [
17043 "log",
17044 "symphonia-core",
17045]
17046
17047[[package]]
17048name = "symphonia-codec-vorbis"
17049version = "0.5.5"
17050source = "registry+https://github.com/rust-lang/crates.io-index"
17051checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17052dependencies = [
17053 "log",
17054 "symphonia-core",
17055 "symphonia-utils-xiph",
17056]
17057
17058[[package]]
17059name = "symphonia-core"
17060version = "0.5.5"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17063dependencies = [
17064 "arrayvec",
17065 "bitflags 1.3.2",
17066 "bytemuck",
17067 "lazy_static",
17068 "log",
17069]
17070
17071[[package]]
17072name = "symphonia-format-isomp4"
17073version = "0.5.5"
17074source = "registry+https://github.com/rust-lang/crates.io-index"
17075checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17076dependencies = [
17077 "encoding_rs",
17078 "log",
17079 "symphonia-core",
17080 "symphonia-metadata",
17081 "symphonia-utils-xiph",
17082]
17083
17084[[package]]
17085name = "symphonia-format-ogg"
17086version = "0.5.5"
17087source = "registry+https://github.com/rust-lang/crates.io-index"
17088checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17089dependencies = [
17090 "log",
17091 "symphonia-core",
17092 "symphonia-metadata",
17093 "symphonia-utils-xiph",
17094]
17095
17096[[package]]
17097name = "symphonia-format-riff"
17098version = "0.5.5"
17099source = "registry+https://github.com/rust-lang/crates.io-index"
17100checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17101dependencies = [
17102 "extended",
17103 "log",
17104 "symphonia-core",
17105 "symphonia-metadata",
17106]
17107
17108[[package]]
17109name = "symphonia-metadata"
17110version = "0.5.5"
17111source = "registry+https://github.com/rust-lang/crates.io-index"
17112checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17113dependencies = [
17114 "encoding_rs",
17115 "lazy_static",
17116 "log",
17117 "symphonia-core",
17118]
17119
17120[[package]]
17121name = "symphonia-utils-xiph"
17122version = "0.5.5"
17123source = "registry+https://github.com/rust-lang/crates.io-index"
17124checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17125dependencies = [
17126 "symphonia-core",
17127 "symphonia-metadata",
17128]
17129
17130[[package]]
17131name = "syn"
17132version = "1.0.109"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17135dependencies = [
17136 "proc-macro2",
17137 "quote",
17138 "unicode-ident",
17139]
17140
17141[[package]]
17142name = "syn"
17143version = "2.0.117"
17144source = "registry+https://github.com/rust-lang/crates.io-index"
17145checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17146dependencies = [
17147 "proc-macro2",
17148 "quote",
17149 "unicode-ident",
17150]
17151
17152[[package]]
17153name = "sync_wrapper"
17154version = "0.1.2"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17157
17158[[package]]
17159name = "sync_wrapper"
17160version = "1.0.2"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17163dependencies = [
17164 "futures-core",
17165]
17166
17167[[package]]
17168name = "synchronoise"
17169version = "1.0.1"
17170source = "registry+https://github.com/rust-lang/crates.io-index"
17171checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17172dependencies = [
17173 "crossbeam-queue",
17174]
17175
17176[[package]]
17177name = "synstructure"
17178version = "0.13.2"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17181dependencies = [
17182 "proc-macro2",
17183 "quote",
17184 "syn 2.0.117",
17185]
17186
17187[[package]]
17188name = "syntax_theme"
17189version = "0.1.0"
17190dependencies = [
17191 "gpui",
17192 "serde",
17193 "serde_json",
17194]
17195
17196[[package]]
17197name = "sys-locale"
17198version = "0.3.2"
17199source = "registry+https://github.com/rust-lang/crates.io-index"
17200checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17201dependencies = [
17202 "libc",
17203]
17204
17205[[package]]
17206name = "sysctl"
17207version = "0.5.5"
17208source = "registry+https://github.com/rust-lang/crates.io-index"
17209checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17210dependencies = [
17211 "bitflags 2.10.0",
17212 "byteorder",
17213 "enum-as-inner",
17214 "libc",
17215 "thiserror 1.0.69",
17216 "walkdir",
17217]
17218
17219[[package]]
17220name = "sysctl"
17221version = "0.6.0"
17222source = "registry+https://github.com/rust-lang/crates.io-index"
17223checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17224dependencies = [
17225 "bitflags 2.10.0",
17226 "byteorder",
17227 "enum-as-inner",
17228 "libc",
17229 "thiserror 1.0.69",
17230 "walkdir",
17231]
17232
17233[[package]]
17234name = "sysinfo"
17235version = "0.31.4"
17236source = "registry+https://github.com/rust-lang/crates.io-index"
17237checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17238dependencies = [
17239 "core-foundation-sys",
17240 "libc",
17241 "memchr",
17242 "ntapi",
17243 "rayon",
17244 "windows 0.57.0",
17245]
17246
17247[[package]]
17248name = "sysinfo"
17249version = "0.37.2"
17250source = "registry+https://github.com/rust-lang/crates.io-index"
17251checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17252dependencies = [
17253 "libc",
17254 "memchr",
17255 "ntapi",
17256 "objc2-core-foundation",
17257 "objc2-io-kit",
17258 "windows 0.61.3",
17259]
17260
17261[[package]]
17262name = "system-configuration"
17263version = "0.5.1"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17266dependencies = [
17267 "bitflags 1.3.2",
17268 "core-foundation 0.9.4",
17269 "system-configuration-sys 0.5.0",
17270]
17271
17272[[package]]
17273name = "system-configuration"
17274version = "0.6.1"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17277dependencies = [
17278 "bitflags 2.10.0",
17279 "core-foundation 0.9.4",
17280 "system-configuration-sys 0.6.0",
17281]
17282
17283[[package]]
17284name = "system-configuration-sys"
17285version = "0.5.0"
17286source = "registry+https://github.com/rust-lang/crates.io-index"
17287checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17288dependencies = [
17289 "core-foundation-sys",
17290 "libc",
17291]
17292
17293[[package]]
17294name = "system-configuration-sys"
17295version = "0.6.0"
17296source = "registry+https://github.com/rust-lang/crates.io-index"
17297checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17298dependencies = [
17299 "core-foundation-sys",
17300 "libc",
17301]
17302
17303[[package]]
17304name = "system-deps"
17305version = "6.2.2"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "a3e535eb8dded36d55ec13eddacd30dec501792ff23a0b1682c38601b8cf2349"
17308dependencies = [
17309 "cfg-expr 0.15.8",
17310 "heck 0.5.0",
17311 "pkg-config",
17312 "toml 0.8.23",
17313 "version-compare",
17314]
17315
17316[[package]]
17317name = "system-deps"
17318version = "7.0.7"
17319source = "registry+https://github.com/rust-lang/crates.io-index"
17320checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17321dependencies = [
17322 "cfg-expr 0.20.6",
17323 "heck 0.5.0",
17324 "pkg-config",
17325 "toml 0.9.8",
17326 "version-compare",
17327]
17328
17329[[package]]
17330name = "system-interface"
17331version = "0.27.3"
17332source = "registry+https://github.com/rust-lang/crates.io-index"
17333checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17334dependencies = [
17335 "bitflags 2.10.0",
17336 "cap-fs-ext",
17337 "cap-std",
17338 "fd-lock",
17339 "io-lifetimes",
17340 "rustix 0.38.44",
17341 "windows-sys 0.59.0",
17342 "winx",
17343]
17344
17345[[package]]
17346name = "system_specs"
17347version = "0.1.0"
17348dependencies = [
17349 "anyhow",
17350 "client",
17351 "gpui",
17352 "human_bytes",
17353 "pciid-parser",
17354 "release_channel",
17355 "semver",
17356 "serde",
17357 "sysinfo 0.37.2",
17358]
17359
17360[[package]]
17361name = "tab_switcher"
17362version = "0.1.0"
17363dependencies = [
17364 "collections",
17365 "ctor",
17366 "editor",
17367 "fuzzy",
17368 "gpui",
17369 "menu",
17370 "picker",
17371 "project",
17372 "schemars",
17373 "serde",
17374 "serde_json",
17375 "settings",
17376 "smol",
17377 "theme",
17378 "theme_settings",
17379 "ui",
17380 "util",
17381 "workspace",
17382 "zlog",
17383]
17384
17385[[package]]
17386name = "taffy"
17387version = "0.9.0"
17388source = "registry+https://github.com/rust-lang/crates.io-index"
17389checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17390dependencies = [
17391 "arrayvec",
17392 "grid",
17393 "serde",
17394 "slotmap",
17395]
17396
17397[[package]]
17398name = "tagptr"
17399version = "0.2.0"
17400source = "registry+https://github.com/rust-lang/crates.io-index"
17401checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17402
17403[[package]]
17404name = "take-until"
17405version = "0.2.0"
17406source = "registry+https://github.com/rust-lang/crates.io-index"
17407checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17408
17409[[package]]
17410name = "tao-core-video-sys"
17411version = "0.2.0"
17412source = "registry+https://github.com/rust-lang/crates.io-index"
17413checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17414dependencies = [
17415 "cfg-if",
17416 "core-foundation-sys",
17417 "libc",
17418 "objc",
17419]
17420
17421[[package]]
17422name = "tap"
17423version = "1.0.1"
17424source = "registry+https://github.com/rust-lang/crates.io-index"
17425checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17426
17427[[package]]
17428name = "target-lexicon"
17429version = "0.12.16"
17430source = "registry+https://github.com/rust-lang/crates.io-index"
17431checksum = "61c41af27dd6d1e27b1b16b489db798443478cef1f06a660c96db617ba5de3b1"
17432
17433[[package]]
17434name = "target-lexicon"
17435version = "0.13.3"
17436source = "registry+https://github.com/rust-lang/crates.io-index"
17437checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17438
17439[[package]]
17440name = "task"
17441version = "0.1.0"
17442dependencies = [
17443 "anyhow",
17444 "collections",
17445 "futures 0.3.32",
17446 "gpui",
17447 "hex",
17448 "log",
17449 "parking_lot",
17450 "pretty_assertions",
17451 "proto",
17452 "schemars",
17453 "serde",
17454 "serde_json",
17455 "serde_json_lenient",
17456 "sha2",
17457 "shellexpand",
17458 "util",
17459 "zed_actions",
17460]
17461
17462[[package]]
17463name = "tasks_ui"
17464version = "0.1.0"
17465dependencies = [
17466 "anyhow",
17467 "collections",
17468 "editor",
17469 "file_icons",
17470 "fuzzy",
17471 "gpui",
17472 "itertools 0.14.0",
17473 "language",
17474 "menu",
17475 "picker",
17476 "project",
17477 "serde",
17478 "serde_json",
17479 "task",
17480 "tree-sitter-rust",
17481 "tree-sitter-typescript",
17482 "ui",
17483 "util",
17484 "workspace",
17485 "zed_actions",
17486]
17487
17488[[package]]
17489name = "telemetry"
17490version = "0.1.0"
17491dependencies = [
17492 "futures 0.3.32",
17493 "serde",
17494 "serde_json",
17495 "telemetry_events",
17496]
17497
17498[[package]]
17499name = "telemetry_events"
17500version = "0.1.0"
17501dependencies = [
17502 "semver",
17503 "serde",
17504 "serde_json",
17505]
17506
17507[[package]]
17508name = "tempfile"
17509version = "3.23.0"
17510source = "registry+https://github.com/rust-lang/crates.io-index"
17511checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17512dependencies = [
17513 "fastrand 2.3.0",
17514 "getrandom 0.3.4",
17515 "once_cell",
17516 "rustix 1.1.2",
17517 "windows-sys 0.61.2",
17518]
17519
17520[[package]]
17521name = "tendril"
17522version = "0.4.3"
17523source = "registry+https://github.com/rust-lang/crates.io-index"
17524checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17525dependencies = [
17526 "futf",
17527 "mac",
17528 "utf-8",
17529]
17530
17531[[package]]
17532name = "termcolor"
17533version = "1.4.1"
17534source = "registry+https://github.com/rust-lang/crates.io-index"
17535checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17536dependencies = [
17537 "winapi-util",
17538]
17539
17540[[package]]
17541name = "terminal"
17542version = "0.1.0"
17543dependencies = [
17544 "alacritty_terminal",
17545 "anyhow",
17546 "collections",
17547 "futures 0.3.32",
17548 "gpui",
17549 "itertools 0.14.0",
17550 "libc",
17551 "log",
17552 "parking_lot",
17553 "rand 0.9.3",
17554 "regex",
17555 "release_channel",
17556 "schemars",
17557 "serde",
17558 "settings",
17559 "smol",
17560 "sysinfo 0.37.2",
17561 "task",
17562 "theme",
17563 "theme_settings",
17564 "thiserror 2.0.17",
17565 "url",
17566 "urlencoding",
17567 "util",
17568 "util_macros",
17569 "windows 0.61.3",
17570]
17571
17572[[package]]
17573name = "terminal_size"
17574version = "0.4.3"
17575source = "registry+https://github.com/rust-lang/crates.io-index"
17576checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17577dependencies = [
17578 "rustix 1.1.2",
17579 "windows-sys 0.60.2",
17580]
17581
17582[[package]]
17583name = "terminal_view"
17584version = "0.1.0"
17585dependencies = [
17586 "anyhow",
17587 "async-recursion",
17588 "breadcrumbs",
17589 "collections",
17590 "db",
17591 "dirs",
17592 "editor",
17593 "futures 0.3.32",
17594 "gpui",
17595 "itertools 0.14.0",
17596 "language",
17597 "log",
17598 "menu",
17599 "pretty_assertions",
17600 "project",
17601 "regex",
17602 "schemars",
17603 "serde",
17604 "serde_json",
17605 "settings",
17606 "shellexpand",
17607 "task",
17608 "terminal",
17609 "theme",
17610 "theme_settings",
17611 "ui",
17612 "util",
17613 "workspace",
17614 "zed_actions",
17615]
17616
17617[[package]]
17618name = "text"
17619version = "0.1.0"
17620dependencies = [
17621 "anyhow",
17622 "clock",
17623 "collections",
17624 "ctor",
17625 "gpui",
17626 "log",
17627 "parking_lot",
17628 "postage",
17629 "rand 0.9.3",
17630 "regex",
17631 "rope",
17632 "smallvec",
17633 "sum_tree",
17634 "util",
17635 "zlog",
17636]
17637
17638[[package]]
17639name = "theme"
17640version = "0.1.0"
17641dependencies = [
17642 "anyhow",
17643 "collections",
17644 "gpui",
17645 "palette",
17646 "parking_lot",
17647 "refineable",
17648 "schemars",
17649 "serde",
17650 "serde_json",
17651 "serde_json_lenient",
17652 "strum 0.27.2",
17653 "syntax_theme",
17654 "thiserror 2.0.17",
17655 "uuid",
17656]
17657
17658[[package]]
17659name = "theme_extension"
17660version = "0.1.0"
17661dependencies = [
17662 "anyhow",
17663 "extension",
17664 "fs",
17665 "gpui",
17666 "theme",
17667 "theme_settings",
17668]
17669
17670[[package]]
17671name = "theme_importer"
17672version = "0.1.0"
17673dependencies = [
17674 "anyhow",
17675 "clap",
17676 "collections",
17677 "gpui",
17678 "indexmap",
17679 "log",
17680 "palette",
17681 "serde",
17682 "serde_json",
17683 "serde_json_lenient",
17684 "simplelog",
17685 "strum 0.27.2",
17686 "theme",
17687 "theme_settings",
17688 "vscode_theme",
17689]
17690
17691[[package]]
17692name = "theme_selector"
17693version = "0.1.0"
17694dependencies = [
17695 "editor",
17696 "fs",
17697 "fuzzy",
17698 "gpui",
17699 "log",
17700 "picker",
17701 "project",
17702 "serde",
17703 "serde_json",
17704 "settings",
17705 "telemetry",
17706 "theme",
17707 "theme_settings",
17708 "ui",
17709 "util",
17710 "workspace",
17711 "zed_actions",
17712]
17713
17714[[package]]
17715name = "theme_settings"
17716version = "0.1.0"
17717dependencies = [
17718 "anyhow",
17719 "collections",
17720 "gpui",
17721 "gpui_util",
17722 "log",
17723 "palette",
17724 "refineable",
17725 "schemars",
17726 "serde",
17727 "serde_json",
17728 "serde_json_lenient",
17729 "settings",
17730 "theme",
17731 "uuid",
17732]
17733
17734[[package]]
17735name = "thiserror"
17736version = "1.0.69"
17737source = "registry+https://github.com/rust-lang/crates.io-index"
17738checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17739dependencies = [
17740 "thiserror-impl 1.0.69",
17741]
17742
17743[[package]]
17744name = "thiserror"
17745version = "2.0.17"
17746source = "registry+https://github.com/rust-lang/crates.io-index"
17747checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17748dependencies = [
17749 "thiserror-impl 2.0.17",
17750]
17751
17752[[package]]
17753name = "thiserror-impl"
17754version = "1.0.69"
17755source = "registry+https://github.com/rust-lang/crates.io-index"
17756checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17757dependencies = [
17758 "proc-macro2",
17759 "quote",
17760 "syn 2.0.117",
17761]
17762
17763[[package]]
17764name = "thiserror-impl"
17765version = "2.0.17"
17766source = "registry+https://github.com/rust-lang/crates.io-index"
17767checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17768dependencies = [
17769 "proc-macro2",
17770 "quote",
17771 "syn 2.0.117",
17772]
17773
17774[[package]]
17775name = "thread_local"
17776version = "1.1.9"
17777source = "registry+https://github.com/rust-lang/crates.io-index"
17778checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17779dependencies = [
17780 "cfg-if",
17781]
17782
17783[[package]]
17784name = "tiff"
17785version = "0.10.3"
17786source = "registry+https://github.com/rust-lang/crates.io-index"
17787checksum = "af9605de7fee8d9551863fd692cce7637f548dbd9db9180fcc07ccc6d26c336f"
17788dependencies = [
17789 "fax",
17790 "flate2",
17791 "half",
17792 "quick-error 2.0.1",
17793 "weezl",
17794 "zune-jpeg",
17795]
17796
17797[[package]]
17798name = "tiktoken-rs"
17799version = "0.9.1"
17800source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17801dependencies = [
17802 "anyhow",
17803 "base64 0.22.1",
17804 "bstr",
17805 "fancy-regex 0.16.2",
17806 "lazy_static",
17807 "regex",
17808 "rustc-hash 1.1.0",
17809]
17810
17811[[package]]
17812name = "time"
17813version = "0.3.47"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17816dependencies = [
17817 "deranged",
17818 "itoa",
17819 "libc",
17820 "num-conv",
17821 "num_threads",
17822 "powerfmt",
17823 "serde_core",
17824 "time-core",
17825 "time-macros",
17826]
17827
17828[[package]]
17829name = "time-core"
17830version = "0.1.8"
17831source = "registry+https://github.com/rust-lang/crates.io-index"
17832checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17833
17834[[package]]
17835name = "time-macros"
17836version = "0.2.27"
17837source = "registry+https://github.com/rust-lang/crates.io-index"
17838checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17839dependencies = [
17840 "num-conv",
17841 "time-core",
17842]
17843
17844[[package]]
17845name = "time_format"
17846version = "0.1.0"
17847dependencies = [
17848 "core-foundation 0.10.0",
17849 "core-foundation-sys",
17850 "sys-locale",
17851 "time",
17852 "windows 0.61.3",
17853]
17854
17855[[package]]
17856name = "tiny-keccak"
17857version = "2.0.2"
17858source = "registry+https://github.com/rust-lang/crates.io-index"
17859checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17860dependencies = [
17861 "crunchy",
17862]
17863
17864[[package]]
17865name = "tiny-skia"
17866version = "0.11.4"
17867source = "registry+https://github.com/rust-lang/crates.io-index"
17868checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17869dependencies = [
17870 "arrayref",
17871 "arrayvec",
17872 "bytemuck",
17873 "cfg-if",
17874 "log",
17875 "png 0.17.16",
17876 "tiny-skia-path",
17877]
17878
17879[[package]]
17880name = "tiny-skia-path"
17881version = "0.11.4"
17882source = "registry+https://github.com/rust-lang/crates.io-index"
17883checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17884dependencies = [
17885 "arrayref",
17886 "bytemuck",
17887 "strict-num",
17888]
17889
17890[[package]]
17891name = "tiny_http"
17892version = "0.12.0"
17893source = "registry+https://github.com/rust-lang/crates.io-index"
17894checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17895dependencies = [
17896 "ascii",
17897 "chunked_transfer",
17898 "httpdate",
17899 "log",
17900]
17901
17902[[package]]
17903name = "tinystr"
17904version = "0.8.1"
17905source = "registry+https://github.com/rust-lang/crates.io-index"
17906checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17907dependencies = [
17908 "displaydoc",
17909 "zerovec",
17910]
17911
17912[[package]]
17913name = "tinytemplate"
17914version = "1.2.1"
17915source = "registry+https://github.com/rust-lang/crates.io-index"
17916checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17917dependencies = [
17918 "serde",
17919 "serde_json",
17920]
17921
17922[[package]]
17923name = "tinyvec"
17924version = "1.10.0"
17925source = "registry+https://github.com/rust-lang/crates.io-index"
17926checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17927dependencies = [
17928 "tinyvec_macros",
17929]
17930
17931[[package]]
17932name = "tinyvec_macros"
17933version = "0.1.1"
17934source = "registry+https://github.com/rust-lang/crates.io-index"
17935checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17936
17937[[package]]
17938name = "title_bar"
17939version = "0.1.0"
17940dependencies = [
17941 "anyhow",
17942 "auto_update",
17943 "call",
17944 "channel",
17945 "chrono",
17946 "client",
17947 "cloud_api_types",
17948 "db",
17949 "git_ui",
17950 "gpui",
17951 "icons",
17952 "livekit_client",
17953 "notifications",
17954 "platform_title_bar",
17955 "project",
17956 "recent_projects",
17957 "release_channel",
17958 "remote",
17959 "remote_connection",
17960 "rpc",
17961 "schemars",
17962 "semver",
17963 "serde",
17964 "settings",
17965 "smallvec",
17966 "telemetry",
17967 "theme",
17968 "ui",
17969 "util",
17970 "windows 0.61.3",
17971 "workspace",
17972 "zed_actions",
17973]
17974
17975[[package]]
17976name = "tokio"
17977version = "1.48.0"
17978source = "registry+https://github.com/rust-lang/crates.io-index"
17979checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
17980dependencies = [
17981 "bytes 1.11.1",
17982 "libc",
17983 "mio 1.1.0",
17984 "parking_lot",
17985 "pin-project-lite",
17986 "signal-hook-registry",
17987 "socket2 0.6.1",
17988 "tokio-macros",
17989 "windows-sys 0.61.2",
17990]
17991
17992[[package]]
17993name = "tokio-io"
17994version = "0.1.13"
17995source = "registry+https://github.com/rust-lang/crates.io-index"
17996checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
17997dependencies = [
17998 "bytes 0.4.12",
17999 "futures 0.1.31",
18000 "log",
18001]
18002
18003[[package]]
18004name = "tokio-macros"
18005version = "2.6.0"
18006source = "registry+https://github.com/rust-lang/crates.io-index"
18007checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18008dependencies = [
18009 "proc-macro2",
18010 "quote",
18011 "syn 2.0.117",
18012]
18013
18014[[package]]
18015name = "tokio-native-tls"
18016version = "0.3.1"
18017source = "registry+https://github.com/rust-lang/crates.io-index"
18018checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18019dependencies = [
18020 "native-tls",
18021 "tokio",
18022]
18023
18024[[package]]
18025name = "tokio-rustls"
18026version = "0.24.1"
18027source = "registry+https://github.com/rust-lang/crates.io-index"
18028checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18029dependencies = [
18030 "rustls 0.21.12",
18031 "tokio",
18032]
18033
18034[[package]]
18035name = "tokio-rustls"
18036version = "0.26.2"
18037source = "registry+https://github.com/rust-lang/crates.io-index"
18038checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18039dependencies = [
18040 "rustls 0.23.33",
18041 "tokio",
18042]
18043
18044[[package]]
18045name = "tokio-socks"
18046version = "0.5.2"
18047source = "registry+https://github.com/rust-lang/crates.io-index"
18048checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18049dependencies = [
18050 "either",
18051 "futures-io",
18052 "futures-util",
18053 "thiserror 1.0.69",
18054 "tokio",
18055]
18056
18057[[package]]
18058name = "tokio-stream"
18059version = "0.1.17"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18062dependencies = [
18063 "futures-core",
18064 "pin-project-lite",
18065 "tokio",
18066]
18067
18068[[package]]
18069name = "tokio-tungstenite"
18070version = "0.20.1"
18071source = "registry+https://github.com/rust-lang/crates.io-index"
18072checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18073dependencies = [
18074 "futures-util",
18075 "log",
18076 "tokio",
18077 "tungstenite 0.20.1",
18078]
18079
18080[[package]]
18081name = "tokio-tungstenite"
18082version = "0.21.0"
18083source = "registry+https://github.com/rust-lang/crates.io-index"
18084checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18085dependencies = [
18086 "futures-util",
18087 "log",
18088 "tokio",
18089 "tungstenite 0.21.0",
18090]
18091
18092[[package]]
18093name = "tokio-tungstenite"
18094version = "0.28.0"
18095source = "registry+https://github.com/rust-lang/crates.io-index"
18096checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18097dependencies = [
18098 "futures-util",
18099 "log",
18100 "rustls 0.23.33",
18101 "rustls-native-certs 0.8.2",
18102 "rustls-pki-types",
18103 "tokio",
18104 "tokio-rustls 0.26.2",
18105 "tungstenite 0.28.0",
18106]
18107
18108[[package]]
18109name = "tokio-util"
18110version = "0.7.16"
18111source = "registry+https://github.com/rust-lang/crates.io-index"
18112checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18113dependencies = [
18114 "bytes 1.11.1",
18115 "futures-core",
18116 "futures-io",
18117 "futures-sink",
18118 "pin-project-lite",
18119 "tokio",
18120]
18121
18122[[package]]
18123name = "toml"
18124version = "0.5.11"
18125source = "registry+https://github.com/rust-lang/crates.io-index"
18126checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18127dependencies = [
18128 "serde",
18129]
18130
18131[[package]]
18132name = "toml"
18133version = "0.8.23"
18134source = "registry+https://github.com/rust-lang/crates.io-index"
18135checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18136dependencies = [
18137 "serde",
18138 "serde_spanned 0.6.9",
18139 "toml_datetime 0.6.11",
18140 "toml_edit 0.22.27",
18141]
18142
18143[[package]]
18144name = "toml"
18145version = "0.9.8"
18146source = "registry+https://github.com/rust-lang/crates.io-index"
18147checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18148dependencies = [
18149 "indexmap",
18150 "serde_core",
18151 "serde_spanned 1.0.3",
18152 "toml_datetime 0.7.3",
18153 "toml_parser",
18154 "toml_writer",
18155 "winnow",
18156]
18157
18158[[package]]
18159name = "toml_datetime"
18160version = "0.6.11"
18161source = "registry+https://github.com/rust-lang/crates.io-index"
18162checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18163dependencies = [
18164 "serde",
18165]
18166
18167[[package]]
18168name = "toml_datetime"
18169version = "0.7.3"
18170source = "registry+https://github.com/rust-lang/crates.io-index"
18171checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18172dependencies = [
18173 "serde_core",
18174]
18175
18176[[package]]
18177name = "toml_edit"
18178version = "0.22.27"
18179source = "registry+https://github.com/rust-lang/crates.io-index"
18180checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18181dependencies = [
18182 "indexmap",
18183 "serde",
18184 "serde_spanned 0.6.9",
18185 "toml_datetime 0.6.11",
18186 "toml_write",
18187 "winnow",
18188]
18189
18190[[package]]
18191name = "toml_edit"
18192version = "0.23.7"
18193source = "registry+https://github.com/rust-lang/crates.io-index"
18194checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18195dependencies = [
18196 "indexmap",
18197 "toml_datetime 0.7.3",
18198 "toml_parser",
18199 "winnow",
18200]
18201
18202[[package]]
18203name = "toml_parser"
18204version = "1.0.4"
18205source = "registry+https://github.com/rust-lang/crates.io-index"
18206checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18207dependencies = [
18208 "winnow",
18209]
18210
18211[[package]]
18212name = "toml_write"
18213version = "0.1.2"
18214source = "registry+https://github.com/rust-lang/crates.io-index"
18215checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18216
18217[[package]]
18218name = "toml_writer"
18219version = "1.0.4"
18220source = "registry+https://github.com/rust-lang/crates.io-index"
18221checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18222
18223[[package]]
18224name = "toolchain_selector"
18225version = "0.1.0"
18226dependencies = [
18227 "anyhow",
18228 "convert_case 0.8.0",
18229 "editor",
18230 "futures 0.3.32",
18231 "fuzzy",
18232 "gpui",
18233 "language",
18234 "menu",
18235 "open_path_prompt",
18236 "picker",
18237 "project",
18238 "ui",
18239 "util",
18240 "workspace",
18241]
18242
18243[[package]]
18244name = "topological-sort"
18245version = "0.2.2"
18246source = "registry+https://github.com/rust-lang/crates.io-index"
18247checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18248
18249[[package]]
18250name = "tower"
18251version = "0.4.13"
18252source = "registry+https://github.com/rust-lang/crates.io-index"
18253checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18254dependencies = [
18255 "futures-core",
18256 "futures-util",
18257 "pin-project",
18258 "pin-project-lite",
18259 "tokio",
18260 "tower-layer",
18261 "tower-service",
18262 "tracing",
18263]
18264
18265[[package]]
18266name = "tower"
18267version = "0.5.2"
18268source = "registry+https://github.com/rust-lang/crates.io-index"
18269checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18270dependencies = [
18271 "futures-core",
18272 "futures-util",
18273 "pin-project-lite",
18274 "sync_wrapper 1.0.2",
18275 "tokio",
18276 "tokio-util",
18277 "tower-layer",
18278 "tower-service",
18279 "tracing",
18280]
18281
18282[[package]]
18283name = "tower-http"
18284version = "0.4.4"
18285source = "registry+https://github.com/rust-lang/crates.io-index"
18286checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18287dependencies = [
18288 "bitflags 2.10.0",
18289 "bytes 1.11.1",
18290 "futures-core",
18291 "futures-util",
18292 "http 0.2.12",
18293 "http-body 0.4.6",
18294 "http-range-header",
18295 "pin-project-lite",
18296 "tower-layer",
18297 "tower-service",
18298 "tracing",
18299]
18300
18301[[package]]
18302name = "tower-http"
18303version = "0.6.6"
18304source = "registry+https://github.com/rust-lang/crates.io-index"
18305checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18306dependencies = [
18307 "bitflags 2.10.0",
18308 "bytes 1.11.1",
18309 "futures-util",
18310 "http 1.3.1",
18311 "http-body 1.0.1",
18312 "iri-string",
18313 "pin-project-lite",
18314 "tower 0.5.2",
18315 "tower-layer",
18316 "tower-service",
18317 "tracing",
18318]
18319
18320[[package]]
18321name = "tower-layer"
18322version = "0.3.3"
18323source = "registry+https://github.com/rust-lang/crates.io-index"
18324checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18325
18326[[package]]
18327name = "tower-service"
18328version = "0.3.3"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18331
18332[[package]]
18333name = "tracing"
18334version = "0.1.43"
18335source = "registry+https://github.com/rust-lang/crates.io-index"
18336checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18337dependencies = [
18338 "log",
18339 "pin-project-lite",
18340 "tracing-attributes",
18341 "tracing-core",
18342]
18343
18344[[package]]
18345name = "tracing-attributes"
18346version = "0.1.31"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18349dependencies = [
18350 "proc-macro2",
18351 "quote",
18352 "syn 2.0.117",
18353]
18354
18355[[package]]
18356name = "tracing-core"
18357version = "0.1.35"
18358source = "registry+https://github.com/rust-lang/crates.io-index"
18359checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18360dependencies = [
18361 "once_cell",
18362 "valuable",
18363]
18364
18365[[package]]
18366name = "tracing-log"
18367version = "0.2.0"
18368source = "registry+https://github.com/rust-lang/crates.io-index"
18369checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18370dependencies = [
18371 "log",
18372 "once_cell",
18373 "tracing-core",
18374]
18375
18376[[package]]
18377name = "tracing-serde"
18378version = "0.2.0"
18379source = "registry+https://github.com/rust-lang/crates.io-index"
18380checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18381dependencies = [
18382 "serde",
18383 "tracing-core",
18384]
18385
18386[[package]]
18387name = "tracing-subscriber"
18388version = "0.3.22"
18389source = "registry+https://github.com/rust-lang/crates.io-index"
18390checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18391dependencies = [
18392 "matchers",
18393 "nu-ansi-term",
18394 "once_cell",
18395 "regex-automata",
18396 "serde",
18397 "serde_json",
18398 "sharded-slab",
18399 "smallvec",
18400 "thread_local",
18401 "tracing",
18402 "tracing-core",
18403 "tracing-log",
18404 "tracing-serde",
18405]
18406
18407[[package]]
18408name = "tracing-tracy"
18409version = "0.11.4"
18410source = "registry+https://github.com/rust-lang/crates.io-index"
18411checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18412dependencies = [
18413 "tracing-core",
18414 "tracing-subscriber",
18415 "tracy-client",
18416]
18417
18418[[package]]
18419name = "tracy-client"
18420version = "0.18.3"
18421source = "registry+https://github.com/rust-lang/crates.io-index"
18422checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18423dependencies = [
18424 "loom",
18425 "once_cell",
18426 "tracy-client-sys",
18427]
18428
18429[[package]]
18430name = "tracy-client-sys"
18431version = "0.27.0"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18434dependencies = [
18435 "cc",
18436 "windows-targets 0.52.6",
18437]
18438
18439[[package]]
18440name = "transpose"
18441version = "0.2.3"
18442source = "registry+https://github.com/rust-lang/crates.io-index"
18443checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18444dependencies = [
18445 "num-integer",
18446 "strength_reduce",
18447]
18448
18449[[package]]
18450name = "trash"
18451version = "5.2.5"
18452source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18453dependencies = [
18454 "chrono",
18455 "libc",
18456 "log",
18457 "objc2",
18458 "objc2-foundation",
18459 "once_cell",
18460 "percent-encoding",
18461 "scopeguard",
18462 "urlencoding",
18463 "windows 0.56.0",
18464 "windows-core 0.56.0",
18465]
18466
18467[[package]]
18468name = "tree-sitter"
18469version = "0.26.8"
18470source = "registry+https://github.com/rust-lang/crates.io-index"
18471checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18472dependencies = [
18473 "cc",
18474 "regex",
18475 "regex-syntax",
18476 "serde_json",
18477 "streaming-iterator",
18478 "tree-sitter-language",
18479 "wasmtime-c-api-impl",
18480]
18481
18482[[package]]
18483name = "tree-sitter-bash"
18484version = "0.25.1"
18485source = "registry+https://github.com/rust-lang/crates.io-index"
18486checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18487dependencies = [
18488 "cc",
18489 "tree-sitter-language",
18490]
18491
18492[[package]]
18493name = "tree-sitter-c"
18494version = "0.24.1"
18495source = "registry+https://github.com/rust-lang/crates.io-index"
18496checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18497dependencies = [
18498 "cc",
18499 "tree-sitter-language",
18500]
18501
18502[[package]]
18503name = "tree-sitter-cpp"
18504version = "0.23.4"
18505source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18506dependencies = [
18507 "cc",
18508 "tree-sitter-language",
18509]
18510
18511[[package]]
18512name = "tree-sitter-css"
18513version = "0.23.2"
18514source = "registry+https://github.com/rust-lang/crates.io-index"
18515checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18516dependencies = [
18517 "cc",
18518 "tree-sitter-language",
18519]
18520
18521[[package]]
18522name = "tree-sitter-diff"
18523version = "0.1.0"
18524source = "registry+https://github.com/rust-lang/crates.io-index"
18525checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18526dependencies = [
18527 "cc",
18528 "tree-sitter-language",
18529]
18530
18531[[package]]
18532name = "tree-sitter-elixir"
18533version = "0.3.4"
18534source = "registry+https://github.com/rust-lang/crates.io-index"
18535checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18536dependencies = [
18537 "cc",
18538 "tree-sitter-language",
18539]
18540
18541[[package]]
18542name = "tree-sitter-embedded-template"
18543version = "0.23.2"
18544source = "registry+https://github.com/rust-lang/crates.io-index"
18545checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18546dependencies = [
18547 "cc",
18548 "tree-sitter-language",
18549]
18550
18551[[package]]
18552name = "tree-sitter-gitcommit"
18553version = "0.0.1"
18554source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18555dependencies = [
18556 "cc",
18557 "tree-sitter-language",
18558]
18559
18560[[package]]
18561name = "tree-sitter-go"
18562version = "0.25.0"
18563source = "registry+https://github.com/rust-lang/crates.io-index"
18564checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18565dependencies = [
18566 "cc",
18567 "tree-sitter-language",
18568]
18569
18570[[package]]
18571name = "tree-sitter-gomod"
18572version = "1.1.1"
18573source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18574dependencies = [
18575 "cc",
18576 "tree-sitter-language",
18577]
18578
18579[[package]]
18580name = "tree-sitter-gowork"
18581version = "0.0.1"
18582source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18583dependencies = [
18584 "cc",
18585 "tree-sitter-language",
18586]
18587
18588[[package]]
18589name = "tree-sitter-heex"
18590version = "0.0.1"
18591source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18592dependencies = [
18593 "cc",
18594 "tree-sitter-language",
18595]
18596
18597[[package]]
18598name = "tree-sitter-html"
18599version = "0.23.2"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18602dependencies = [
18603 "cc",
18604 "tree-sitter-language",
18605]
18606
18607[[package]]
18608name = "tree-sitter-jsdoc"
18609version = "0.23.2"
18610source = "registry+https://github.com/rust-lang/crates.io-index"
18611checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18612dependencies = [
18613 "cc",
18614 "tree-sitter-language",
18615]
18616
18617[[package]]
18618name = "tree-sitter-json"
18619version = "0.24.8"
18620source = "registry+https://github.com/rust-lang/crates.io-index"
18621checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18622dependencies = [
18623 "cc",
18624 "tree-sitter-language",
18625]
18626
18627[[package]]
18628name = "tree-sitter-language"
18629version = "0.1.5"
18630source = "registry+https://github.com/rust-lang/crates.io-index"
18631checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18632
18633[[package]]
18634name = "tree-sitter-md"
18635version = "0.3.2"
18636source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18637dependencies = [
18638 "cc",
18639 "tree-sitter-language",
18640]
18641
18642[[package]]
18643name = "tree-sitter-python"
18644version = "0.25.0"
18645source = "registry+https://github.com/rust-lang/crates.io-index"
18646checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18647dependencies = [
18648 "cc",
18649 "tree-sitter-language",
18650]
18651
18652[[package]]
18653name = "tree-sitter-regex"
18654version = "0.24.3"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18657dependencies = [
18658 "cc",
18659 "tree-sitter-language",
18660]
18661
18662[[package]]
18663name = "tree-sitter-ruby"
18664version = "0.23.1"
18665source = "registry+https://github.com/rust-lang/crates.io-index"
18666checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18667dependencies = [
18668 "cc",
18669 "tree-sitter-language",
18670]
18671
18672[[package]]
18673name = "tree-sitter-rust"
18674version = "0.24.2"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18677dependencies = [
18678 "cc",
18679 "tree-sitter-language",
18680]
18681
18682[[package]]
18683name = "tree-sitter-typescript"
18684version = "0.23.2"
18685source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18686dependencies = [
18687 "cc",
18688 "tree-sitter-language",
18689]
18690
18691[[package]]
18692name = "tree-sitter-yaml"
18693version = "0.6.1"
18694source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18695dependencies = [
18696 "cc",
18697 "tree-sitter-language",
18698]
18699
18700[[package]]
18701name = "triomphe"
18702version = "0.1.15"
18703source = "registry+https://github.com/rust-lang/crates.io-index"
18704checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18705dependencies = [
18706 "serde",
18707 "stable_deref_trait",
18708]
18709
18710[[package]]
18711name = "try-lock"
18712version = "0.2.5"
18713source = "registry+https://github.com/rust-lang/crates.io-index"
18714checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18715
18716[[package]]
18717name = "ttf-parser"
18718version = "0.20.0"
18719source = "registry+https://github.com/rust-lang/crates.io-index"
18720checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18721
18722[[package]]
18723name = "ttf-parser"
18724version = "0.25.1"
18725source = "registry+https://github.com/rust-lang/crates.io-index"
18726checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18727dependencies = [
18728 "core_maths",
18729]
18730
18731[[package]]
18732name = "tungstenite"
18733version = "0.20.1"
18734source = "registry+https://github.com/rust-lang/crates.io-index"
18735checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18736dependencies = [
18737 "byteorder",
18738 "bytes 1.11.1",
18739 "data-encoding",
18740 "http 0.2.12",
18741 "httparse",
18742 "log",
18743 "rand 0.8.5",
18744 "sha1",
18745 "thiserror 1.0.69",
18746 "url",
18747 "utf-8",
18748]
18749
18750[[package]]
18751name = "tungstenite"
18752version = "0.21.0"
18753source = "registry+https://github.com/rust-lang/crates.io-index"
18754checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18755dependencies = [
18756 "byteorder",
18757 "bytes 1.11.1",
18758 "data-encoding",
18759 "http 1.3.1",
18760 "httparse",
18761 "log",
18762 "rand 0.8.5",
18763 "sha1",
18764 "thiserror 1.0.69",
18765 "url",
18766 "utf-8",
18767]
18768
18769[[package]]
18770name = "tungstenite"
18771version = "0.27.0"
18772source = "registry+https://github.com/rust-lang/crates.io-index"
18773checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18774dependencies = [
18775 "bytes 1.11.1",
18776 "data-encoding",
18777 "http 1.3.1",
18778 "httparse",
18779 "log",
18780 "rand 0.9.3",
18781 "rustls 0.23.33",
18782 "rustls-pki-types",
18783 "sha1",
18784 "thiserror 2.0.17",
18785 "utf-8",
18786]
18787
18788[[package]]
18789name = "tungstenite"
18790version = "0.28.0"
18791source = "registry+https://github.com/rust-lang/crates.io-index"
18792checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18793dependencies = [
18794 "bytes 1.11.1",
18795 "data-encoding",
18796 "http 1.3.1",
18797 "httparse",
18798 "log",
18799 "rand 0.9.3",
18800 "rustls 0.23.33",
18801 "rustls-pki-types",
18802 "sha1",
18803 "thiserror 2.0.17",
18804 "utf-8",
18805]
18806
18807[[package]]
18808name = "typeid"
18809version = "1.0.3"
18810source = "registry+https://github.com/rust-lang/crates.io-index"
18811checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18812
18813[[package]]
18814name = "typenum"
18815version = "1.19.0"
18816source = "registry+https://github.com/rust-lang/crates.io-index"
18817checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18818
18819[[package]]
18820name = "ucd-trie"
18821version = "0.1.7"
18822source = "registry+https://github.com/rust-lang/crates.io-index"
18823checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18824
18825[[package]]
18826name = "uds"
18827version = "0.4.2"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18830dependencies = [
18831 "libc",
18832]
18833
18834[[package]]
18835name = "uds_windows"
18836version = "1.1.0"
18837source = "registry+https://github.com/rust-lang/crates.io-index"
18838checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18839dependencies = [
18840 "memoffset",
18841 "tempfile",
18842 "winapi",
18843]
18844
18845[[package]]
18846name = "ug"
18847version = "0.4.0"
18848source = "registry+https://github.com/rust-lang/crates.io-index"
18849checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18850dependencies = [
18851 "gemm 0.18.2",
18852 "half",
18853 "libloading",
18854 "memmap2",
18855 "num",
18856 "num-traits",
18857 "num_cpus",
18858 "rayon",
18859 "safetensors",
18860 "serde",
18861 "thiserror 1.0.69",
18862 "tracing",
18863 "yoke 0.7.5",
18864]
18865
18866[[package]]
18867name = "ui"
18868version = "0.1.0"
18869dependencies = [
18870 "chrono",
18871 "component",
18872 "documented",
18873 "gpui",
18874 "gpui_macros",
18875 "gpui_util",
18876 "icons",
18877 "itertools 0.14.0",
18878 "menu",
18879 "schemars",
18880 "serde",
18881 "smallvec",
18882 "strum 0.27.2",
18883 "theme",
18884 "ui_macros",
18885 "windows 0.61.3",
18886]
18887
18888[[package]]
18889name = "ui_input"
18890version = "0.1.0"
18891dependencies = [
18892 "component",
18893 "gpui",
18894 "ui",
18895]
18896
18897[[package]]
18898name = "ui_macros"
18899version = "0.1.0"
18900dependencies = [
18901 "component",
18902 "quote",
18903 "syn 2.0.117",
18904 "ui",
18905]
18906
18907[[package]]
18908name = "ui_prompt"
18909version = "0.1.0"
18910dependencies = [
18911 "gpui",
18912 "markdown",
18913 "menu",
18914 "settings",
18915 "theme_settings",
18916 "ui",
18917 "workspace",
18918]
18919
18920[[package]]
18921name = "unarray"
18922version = "0.1.4"
18923source = "registry+https://github.com/rust-lang/crates.io-index"
18924checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18925
18926[[package]]
18927name = "unicase"
18928version = "2.8.1"
18929source = "registry+https://github.com/rust-lang/crates.io-index"
18930checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18931
18932[[package]]
18933name = "unicode-bidi"
18934version = "0.3.18"
18935source = "registry+https://github.com/rust-lang/crates.io-index"
18936checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18937
18938[[package]]
18939name = "unicode-bidi-mirroring"
18940version = "0.4.0"
18941source = "registry+https://github.com/rust-lang/crates.io-index"
18942checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18943
18944[[package]]
18945name = "unicode-ccc"
18946version = "0.4.0"
18947source = "registry+https://github.com/rust-lang/crates.io-index"
18948checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18949
18950[[package]]
18951name = "unicode-general-category"
18952version = "1.1.0"
18953source = "registry+https://github.com/rust-lang/crates.io-index"
18954checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18955
18956[[package]]
18957name = "unicode-ident"
18958version = "1.0.19"
18959source = "registry+https://github.com/rust-lang/crates.io-index"
18960checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18961
18962[[package]]
18963name = "unicode-linebreak"
18964version = "0.1.5"
18965source = "registry+https://github.com/rust-lang/crates.io-index"
18966checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
18967
18968[[package]]
18969name = "unicode-normalization"
18970version = "0.1.24"
18971source = "registry+https://github.com/rust-lang/crates.io-index"
18972checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
18973dependencies = [
18974 "tinyvec",
18975]
18976
18977[[package]]
18978name = "unicode-properties"
18979version = "0.1.3"
18980source = "registry+https://github.com/rust-lang/crates.io-index"
18981checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
18982
18983[[package]]
18984name = "unicode-script"
18985version = "0.5.8"
18986source = "registry+https://github.com/rust-lang/crates.io-index"
18987checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
18988
18989[[package]]
18990name = "unicode-segmentation"
18991version = "1.12.0"
18992source = "registry+https://github.com/rust-lang/crates.io-index"
18993checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
18994
18995[[package]]
18996name = "unicode-vo"
18997version = "0.1.0"
18998source = "registry+https://github.com/rust-lang/crates.io-index"
18999checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19000
19001[[package]]
19002name = "unicode-width"
19003version = "0.2.2"
19004source = "registry+https://github.com/rust-lang/crates.io-index"
19005checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19006
19007[[package]]
19008name = "unicode-xid"
19009version = "0.2.6"
19010source = "registry+https://github.com/rust-lang/crates.io-index"
19011checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19012
19013[[package]]
19014name = "unicode_categories"
19015version = "0.1.1"
19016source = "registry+https://github.com/rust-lang/crates.io-index"
19017checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19018
19019[[package]]
19020name = "unindent"
19021version = "0.2.4"
19022source = "registry+https://github.com/rust-lang/crates.io-index"
19023checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19024
19025[[package]]
19026name = "unsafe-libyaml"
19027version = "0.2.11"
19028source = "registry+https://github.com/rust-lang/crates.io-index"
19029checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19030
19031[[package]]
19032name = "untrusted"
19033version = "0.7.1"
19034source = "registry+https://github.com/rust-lang/crates.io-index"
19035checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19036
19037[[package]]
19038name = "untrusted"
19039version = "0.9.0"
19040source = "registry+https://github.com/rust-lang/crates.io-index"
19041checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19042
19043[[package]]
19044name = "url"
19045version = "2.5.7"
19046source = "registry+https://github.com/rust-lang/crates.io-index"
19047checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19048dependencies = [
19049 "form_urlencoded",
19050 "idna",
19051 "percent-encoding",
19052 "serde",
19053]
19054
19055[[package]]
19056name = "urlencoding"
19057version = "2.1.3"
19058source = "registry+https://github.com/rust-lang/crates.io-index"
19059checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19060
19061[[package]]
19062name = "usvg"
19063version = "0.45.1"
19064source = "registry+https://github.com/rust-lang/crates.io-index"
19065checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19066dependencies = [
19067 "base64 0.22.1",
19068 "data-url",
19069 "flate2",
19070 "fontdb 0.23.0",
19071 "imagesize",
19072 "kurbo",
19073 "log",
19074 "pico-args",
19075 "roxmltree",
19076 "rustybuzz",
19077 "simplecss",
19078 "siphasher 1.0.1",
19079 "strict-num",
19080 "svgtypes",
19081 "tiny-skia-path",
19082 "unicode-bidi",
19083 "unicode-script",
19084 "unicode-vo",
19085 "xmlwriter",
19086]
19087
19088[[package]]
19089name = "utf-8"
19090version = "0.7.6"
19091source = "registry+https://github.com/rust-lang/crates.io-index"
19092checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19093
19094[[package]]
19095name = "utf8-chars"
19096version = "3.0.6"
19097source = "registry+https://github.com/rust-lang/crates.io-index"
19098checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19099dependencies = [
19100 "arrayvec",
19101]
19102
19103[[package]]
19104name = "utf8_iter"
19105version = "1.0.4"
19106source = "registry+https://github.com/rust-lang/crates.io-index"
19107checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19108
19109[[package]]
19110name = "utf8parse"
19111version = "0.2.2"
19112source = "registry+https://github.com/rust-lang/crates.io-index"
19113checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19114
19115[[package]]
19116name = "util"
19117version = "0.1.0"
19118dependencies = [
19119 "anyhow",
19120 "async-fs",
19121 "async_zip",
19122 "collections",
19123 "command-fds",
19124 "dirs",
19125 "dunce",
19126 "futures 0.3.32",
19127 "futures-lite 1.13.0",
19128 "git2",
19129 "globset",
19130 "gpui_util",
19131 "itertools 0.14.0",
19132 "libc",
19133 "log",
19134 "mach2 0.5.0",
19135 "nix 0.29.0",
19136 "percent-encoding",
19137 "pretty_assertions",
19138 "rand 0.9.3",
19139 "regex",
19140 "rust-embed",
19141 "schemars",
19142 "serde",
19143 "serde_json",
19144 "serde_json_lenient",
19145 "shlex",
19146 "smol",
19147 "take-until",
19148 "tempfile",
19149 "tendril",
19150 "unicase",
19151 "url",
19152 "util_macros",
19153 "walkdir",
19154 "which 6.0.3",
19155]
19156
19157[[package]]
19158name = "util_macros"
19159version = "0.1.0"
19160dependencies = [
19161 "perf",
19162 "quote",
19163 "syn 2.0.117",
19164]
19165
19166[[package]]
19167name = "uuid"
19168version = "1.18.1"
19169source = "registry+https://github.com/rust-lang/crates.io-index"
19170checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19171dependencies = [
19172 "getrandom 0.3.4",
19173 "js-sys",
19174 "serde",
19175 "sha1_smol",
19176 "wasm-bindgen",
19177]
19178
19179[[package]]
19180name = "uuid-simd"
19181version = "0.8.0"
19182source = "registry+https://github.com/rust-lang/crates.io-index"
19183checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19184dependencies = [
19185 "outref",
19186 "vsimd",
19187]
19188
19189[[package]]
19190name = "v_frame"
19191version = "0.3.9"
19192source = "registry+https://github.com/rust-lang/crates.io-index"
19193checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19194dependencies = [
19195 "aligned-vec",
19196 "num-traits",
19197 "wasm-bindgen",
19198]
19199
19200[[package]]
19201name = "valuable"
19202version = "0.1.1"
19203source = "registry+https://github.com/rust-lang/crates.io-index"
19204checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19205
19206[[package]]
19207name = "value-bag"
19208version = "1.12.0"
19209source = "registry+https://github.com/rust-lang/crates.io-index"
19210checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19211dependencies = [
19212 "value-bag-serde1",
19213 "value-bag-sval2",
19214]
19215
19216[[package]]
19217name = "value-bag-serde1"
19218version = "1.12.0"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19221dependencies = [
19222 "erased-serde",
19223 "serde_core",
19224 "serde_fmt",
19225]
19226
19227[[package]]
19228name = "value-bag-sval2"
19229version = "1.12.0"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19232dependencies = [
19233 "sval",
19234 "sval_buffer",
19235 "sval_dynamic",
19236 "sval_fmt",
19237 "sval_json",
19238 "sval_ref",
19239 "sval_serde",
19240]
19241
19242[[package]]
19243name = "vcpkg"
19244version = "0.2.15"
19245source = "registry+https://github.com/rust-lang/crates.io-index"
19246checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19247
19248[[package]]
19249name = "vercel"
19250version = "0.1.0"
19251dependencies = [
19252 "anyhow",
19253 "schemars",
19254 "serde",
19255 "strum 0.27.2",
19256]
19257
19258[[package]]
19259name = "version-compare"
19260version = "0.2.0"
19261source = "registry+https://github.com/rust-lang/crates.io-index"
19262checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19263
19264[[package]]
19265name = "version_check"
19266version = "0.9.5"
19267source = "registry+https://github.com/rust-lang/crates.io-index"
19268checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19269
19270[[package]]
19271name = "vim"
19272version = "0.1.0"
19273dependencies = [
19274 "anyhow",
19275 "async-compat",
19276 "async-trait",
19277 "collections",
19278 "command_palette",
19279 "command_palette_hooks",
19280 "db",
19281 "editor",
19282 "env_logger 0.11.8",
19283 "futures 0.3.32",
19284 "fuzzy",
19285 "git_ui",
19286 "gpui",
19287 "indoc",
19288 "itertools 0.14.0",
19289 "language",
19290 "log",
19291 "lsp",
19292 "markdown_preview",
19293 "menu",
19294 "multi_buffer",
19295 "nvim-rs",
19296 "outline_panel",
19297 "parking_lot",
19298 "perf",
19299 "picker",
19300 "project",
19301 "project_panel",
19302 "regex",
19303 "release_channel",
19304 "schemars",
19305 "search",
19306 "semver",
19307 "serde",
19308 "serde_json",
19309 "settings",
19310 "settings_ui",
19311 "task",
19312 "text",
19313 "theme",
19314 "theme_settings",
19315 "tokio",
19316 "ui",
19317 "util",
19318 "util_macros",
19319 "vim_mode_setting",
19320 "workspace",
19321 "zed_actions",
19322]
19323
19324[[package]]
19325name = "vim_mode_setting"
19326version = "0.1.0"
19327dependencies = [
19328 "gpui",
19329 "settings",
19330]
19331
19332[[package]]
19333name = "vscode_theme"
19334version = "0.2.0"
19335source = "registry+https://github.com/rust-lang/crates.io-index"
19336checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19337dependencies = [
19338 "serde",
19339]
19340
19341[[package]]
19342name = "vsimd"
19343version = "0.8.0"
19344source = "registry+https://github.com/rust-lang/crates.io-index"
19345checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19346
19347[[package]]
19348name = "vswhom"
19349version = "0.1.0"
19350source = "registry+https://github.com/rust-lang/crates.io-index"
19351checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19352dependencies = [
19353 "libc",
19354 "vswhom-sys",
19355]
19356
19357[[package]]
19358name = "vswhom-sys"
19359version = "0.1.3"
19360source = "registry+https://github.com/rust-lang/crates.io-index"
19361checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19362dependencies = [
19363 "cc",
19364 "libc",
19365]
19366
19367[[package]]
19368name = "vte"
19369version = "0.15.0"
19370source = "registry+https://github.com/rust-lang/crates.io-index"
19371checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19372dependencies = [
19373 "arrayvec",
19374 "bitflags 2.10.0",
19375 "cursor-icon",
19376 "log",
19377 "memchr",
19378 "serde",
19379]
19380
19381[[package]]
19382name = "wait-timeout"
19383version = "0.2.1"
19384source = "registry+https://github.com/rust-lang/crates.io-index"
19385checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19386dependencies = [
19387 "libc",
19388]
19389
19390[[package]]
19391name = "waker-fn"
19392version = "1.2.0"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19395
19396[[package]]
19397name = "walkdir"
19398version = "2.5.0"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19401dependencies = [
19402 "same-file",
19403 "winapi-util",
19404]
19405
19406[[package]]
19407name = "want"
19408version = "0.3.1"
19409source = "registry+https://github.com/rust-lang/crates.io-index"
19410checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19411dependencies = [
19412 "try-lock",
19413]
19414
19415[[package]]
19416name = "warp"
19417version = "0.3.7"
19418source = "registry+https://github.com/rust-lang/crates.io-index"
19419checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19420dependencies = [
19421 "bytes 1.11.1",
19422 "futures-channel",
19423 "futures-util",
19424 "headers",
19425 "http 0.2.12",
19426 "hyper 0.14.32",
19427 "log",
19428 "mime",
19429 "mime_guess",
19430 "percent-encoding",
19431 "pin-project",
19432 "scoped-tls",
19433 "serde",
19434 "serde_json",
19435 "serde_urlencoded",
19436 "tokio",
19437 "tokio-tungstenite 0.21.0",
19438 "tokio-util",
19439 "tower-service",
19440 "tracing",
19441]
19442
19443[[package]]
19444name = "wasi"
19445version = "0.11.1+wasi-snapshot-preview1"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19448
19449[[package]]
19450name = "wasip2"
19451version = "1.0.1+wasi-0.2.4"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19454dependencies = [
19455 "wit-bindgen 0.46.0",
19456]
19457
19458[[package]]
19459name = "wasip3"
19460version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19463dependencies = [
19464 "wit-bindgen 0.51.0",
19465]
19466
19467[[package]]
19468name = "wasite"
19469version = "0.1.0"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19472
19473[[package]]
19474name = "wasm-bindgen"
19475version = "0.2.113"
19476source = "registry+https://github.com/rust-lang/crates.io-index"
19477checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19478dependencies = [
19479 "cfg-if",
19480 "once_cell",
19481 "rustversion",
19482 "wasm-bindgen-macro",
19483 "wasm-bindgen-shared",
19484]
19485
19486[[package]]
19487name = "wasm-bindgen-futures"
19488version = "0.4.63"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19491dependencies = [
19492 "cfg-if",
19493 "futures-util",
19494 "js-sys",
19495 "once_cell",
19496 "wasm-bindgen",
19497 "web-sys",
19498]
19499
19500[[package]]
19501name = "wasm-bindgen-macro"
19502version = "0.2.113"
19503source = "registry+https://github.com/rust-lang/crates.io-index"
19504checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19505dependencies = [
19506 "quote",
19507 "wasm-bindgen-macro-support",
19508]
19509
19510[[package]]
19511name = "wasm-bindgen-macro-support"
19512version = "0.2.113"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19515dependencies = [
19516 "bumpalo",
19517 "proc-macro2",
19518 "quote",
19519 "syn 2.0.117",
19520 "wasm-bindgen-shared",
19521]
19522
19523[[package]]
19524name = "wasm-bindgen-shared"
19525version = "0.2.113"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19528dependencies = [
19529 "unicode-ident",
19530]
19531
19532[[package]]
19533name = "wasm-encoder"
19534version = "0.201.0"
19535source = "registry+https://github.com/rust-lang/crates.io-index"
19536checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19537dependencies = [
19538 "leb128",
19539]
19540
19541[[package]]
19542name = "wasm-encoder"
19543version = "0.221.3"
19544source = "registry+https://github.com/rust-lang/crates.io-index"
19545checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19546dependencies = [
19547 "leb128",
19548 "wasmparser 0.221.3",
19549]
19550
19551[[package]]
19552name = "wasm-encoder"
19553version = "0.227.1"
19554source = "registry+https://github.com/rust-lang/crates.io-index"
19555checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19556dependencies = [
19557 "leb128fmt",
19558 "wasmparser 0.227.1",
19559]
19560
19561[[package]]
19562name = "wasm-encoder"
19563version = "0.236.1"
19564source = "registry+https://github.com/rust-lang/crates.io-index"
19565checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19566dependencies = [
19567 "leb128fmt",
19568 "wasmparser 0.236.1",
19569]
19570
19571[[package]]
19572name = "wasm-encoder"
19573version = "0.244.0"
19574source = "registry+https://github.com/rust-lang/crates.io-index"
19575checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19576dependencies = [
19577 "leb128fmt",
19578 "wasmparser 0.244.0",
19579]
19580
19581[[package]]
19582name = "wasm-metadata"
19583version = "0.201.0"
19584source = "registry+https://github.com/rust-lang/crates.io-index"
19585checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19586dependencies = [
19587 "anyhow",
19588 "indexmap",
19589 "serde",
19590 "serde_derive",
19591 "serde_json",
19592 "spdx",
19593 "wasm-encoder 0.201.0",
19594 "wasmparser 0.201.0",
19595]
19596
19597[[package]]
19598name = "wasm-metadata"
19599version = "0.227.1"
19600source = "registry+https://github.com/rust-lang/crates.io-index"
19601checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19602dependencies = [
19603 "anyhow",
19604 "auditable-serde",
19605 "flate2",
19606 "indexmap",
19607 "serde",
19608 "serde_derive",
19609 "serde_json",
19610 "spdx",
19611 "url",
19612 "wasm-encoder 0.227.1",
19613 "wasmparser 0.227.1",
19614]
19615
19616[[package]]
19617name = "wasm-metadata"
19618version = "0.244.0"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19621dependencies = [
19622 "anyhow",
19623 "indexmap",
19624 "wasm-encoder 0.244.0",
19625 "wasmparser 0.244.0",
19626]
19627
19628[[package]]
19629name = "wasm-streams"
19630version = "0.4.2"
19631source = "registry+https://github.com/rust-lang/crates.io-index"
19632checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19633dependencies = [
19634 "futures-util",
19635 "js-sys",
19636 "wasm-bindgen",
19637 "wasm-bindgen-futures",
19638 "web-sys",
19639]
19640
19641[[package]]
19642name = "wasm_thread"
19643version = "0.3.3"
19644source = "registry+https://github.com/rust-lang/crates.io-index"
19645checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19646dependencies = [
19647 "futures 0.3.32",
19648 "js-sys",
19649 "wasm-bindgen",
19650 "web-sys",
19651]
19652
19653[[package]]
19654name = "wasmparser"
19655version = "0.201.0"
19656source = "registry+https://github.com/rust-lang/crates.io-index"
19657checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19658dependencies = [
19659 "bitflags 2.10.0",
19660 "indexmap",
19661 "semver",
19662]
19663
19664[[package]]
19665name = "wasmparser"
19666version = "0.221.3"
19667source = "registry+https://github.com/rust-lang/crates.io-index"
19668checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19669dependencies = [
19670 "bitflags 2.10.0",
19671 "hashbrown 0.15.5",
19672 "indexmap",
19673 "semver",
19674 "serde",
19675]
19676
19677[[package]]
19678name = "wasmparser"
19679version = "0.227.1"
19680source = "registry+https://github.com/rust-lang/crates.io-index"
19681checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19682dependencies = [
19683 "bitflags 2.10.0",
19684 "hashbrown 0.15.5",
19685 "indexmap",
19686 "semver",
19687]
19688
19689[[package]]
19690name = "wasmparser"
19691version = "0.236.1"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19694dependencies = [
19695 "bitflags 2.10.0",
19696 "hashbrown 0.15.5",
19697 "indexmap",
19698 "semver",
19699 "serde",
19700]
19701
19702[[package]]
19703name = "wasmparser"
19704version = "0.244.0"
19705source = "registry+https://github.com/rust-lang/crates.io-index"
19706checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19707dependencies = [
19708 "bitflags 2.10.0",
19709 "hashbrown 0.15.5",
19710 "indexmap",
19711 "semver",
19712]
19713
19714[[package]]
19715name = "wasmprinter"
19716version = "0.236.1"
19717source = "registry+https://github.com/rust-lang/crates.io-index"
19718checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19719dependencies = [
19720 "anyhow",
19721 "termcolor",
19722 "wasmparser 0.236.1",
19723]
19724
19725[[package]]
19726name = "wasmtime"
19727version = "36.0.7"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19730dependencies = [
19731 "addr2line",
19732 "anyhow",
19733 "async-trait",
19734 "bitflags 2.10.0",
19735 "bumpalo",
19736 "cc",
19737 "cfg-if",
19738 "encoding_rs",
19739 "hashbrown 0.15.5",
19740 "indexmap",
19741 "libc",
19742 "log",
19743 "mach2 0.4.3",
19744 "memfd",
19745 "object",
19746 "once_cell",
19747 "postcard",
19748 "pulley-interpreter",
19749 "rayon",
19750 "rustix 1.1.2",
19751 "semver",
19752 "serde",
19753 "serde_derive",
19754 "smallvec",
19755 "target-lexicon 0.13.3",
19756 "wasmparser 0.236.1",
19757 "wasmtime-environ",
19758 "wasmtime-internal-asm-macros",
19759 "wasmtime-internal-component-macro",
19760 "wasmtime-internal-component-util",
19761 "wasmtime-internal-cranelift",
19762 "wasmtime-internal-fiber",
19763 "wasmtime-internal-jit-debug",
19764 "wasmtime-internal-jit-icache-coherence",
19765 "wasmtime-internal-math",
19766 "wasmtime-internal-slab",
19767 "wasmtime-internal-unwinder",
19768 "wasmtime-internal-versioned-export-macros",
19769 "wasmtime-internal-winch",
19770 "windows-sys 0.60.2",
19771]
19772
19773[[package]]
19774name = "wasmtime-c-api-impl"
19775version = "36.0.6"
19776source = "registry+https://github.com/rust-lang/crates.io-index"
19777checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19778dependencies = [
19779 "anyhow",
19780 "log",
19781 "tracing",
19782 "wasmtime",
19783 "wasmtime-internal-c-api-macros",
19784]
19785
19786[[package]]
19787name = "wasmtime-environ"
19788version = "36.0.7"
19789source = "registry+https://github.com/rust-lang/crates.io-index"
19790checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19791dependencies = [
19792 "anyhow",
19793 "cpp_demangle",
19794 "cranelift-bitset",
19795 "cranelift-entity",
19796 "gimli",
19797 "indexmap",
19798 "log",
19799 "object",
19800 "postcard",
19801 "rustc-demangle",
19802 "semver",
19803 "serde",
19804 "serde_derive",
19805 "smallvec",
19806 "target-lexicon 0.13.3",
19807 "wasm-encoder 0.236.1",
19808 "wasmparser 0.236.1",
19809 "wasmprinter",
19810 "wasmtime-internal-component-util",
19811]
19812
19813[[package]]
19814name = "wasmtime-internal-asm-macros"
19815version = "36.0.7"
19816source = "registry+https://github.com/rust-lang/crates.io-index"
19817checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19818dependencies = [
19819 "cfg-if",
19820]
19821
19822[[package]]
19823name = "wasmtime-internal-c-api-macros"
19824version = "36.0.6"
19825source = "registry+https://github.com/rust-lang/crates.io-index"
19826checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19827dependencies = [
19828 "proc-macro2",
19829 "quote",
19830]
19831
19832[[package]]
19833name = "wasmtime-internal-component-macro"
19834version = "36.0.7"
19835source = "registry+https://github.com/rust-lang/crates.io-index"
19836checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19837dependencies = [
19838 "anyhow",
19839 "proc-macro2",
19840 "quote",
19841 "syn 2.0.117",
19842 "wasmtime-internal-component-util",
19843 "wasmtime-internal-wit-bindgen",
19844 "wit-parser 0.236.1",
19845]
19846
19847[[package]]
19848name = "wasmtime-internal-component-util"
19849version = "36.0.7"
19850source = "registry+https://github.com/rust-lang/crates.io-index"
19851checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19852
19853[[package]]
19854name = "wasmtime-internal-cranelift"
19855version = "36.0.7"
19856source = "registry+https://github.com/rust-lang/crates.io-index"
19857checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19858dependencies = [
19859 "anyhow",
19860 "cfg-if",
19861 "cranelift-codegen",
19862 "cranelift-control",
19863 "cranelift-entity",
19864 "cranelift-frontend",
19865 "cranelift-native",
19866 "gimli",
19867 "itertools 0.14.0",
19868 "log",
19869 "object",
19870 "pulley-interpreter",
19871 "smallvec",
19872 "target-lexicon 0.13.3",
19873 "thiserror 2.0.17",
19874 "wasmparser 0.236.1",
19875 "wasmtime-environ",
19876 "wasmtime-internal-math",
19877 "wasmtime-internal-versioned-export-macros",
19878]
19879
19880[[package]]
19881name = "wasmtime-internal-fiber"
19882version = "36.0.7"
19883source = "registry+https://github.com/rust-lang/crates.io-index"
19884checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19885dependencies = [
19886 "anyhow",
19887 "cc",
19888 "cfg-if",
19889 "libc",
19890 "rustix 1.1.2",
19891 "wasmtime-internal-asm-macros",
19892 "wasmtime-internal-versioned-export-macros",
19893 "windows-sys 0.60.2",
19894]
19895
19896[[package]]
19897name = "wasmtime-internal-jit-debug"
19898version = "36.0.7"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19901dependencies = [
19902 "cc",
19903 "wasmtime-internal-versioned-export-macros",
19904]
19905
19906[[package]]
19907name = "wasmtime-internal-jit-icache-coherence"
19908version = "36.0.7"
19909source = "registry+https://github.com/rust-lang/crates.io-index"
19910checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19911dependencies = [
19912 "anyhow",
19913 "cfg-if",
19914 "libc",
19915 "windows-sys 0.60.2",
19916]
19917
19918[[package]]
19919name = "wasmtime-internal-math"
19920version = "36.0.7"
19921source = "registry+https://github.com/rust-lang/crates.io-index"
19922checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19923dependencies = [
19924 "libm",
19925]
19926
19927[[package]]
19928name = "wasmtime-internal-slab"
19929version = "36.0.7"
19930source = "registry+https://github.com/rust-lang/crates.io-index"
19931checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19932
19933[[package]]
19934name = "wasmtime-internal-unwinder"
19935version = "36.0.7"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19938dependencies = [
19939 "anyhow",
19940 "cfg-if",
19941 "cranelift-codegen",
19942 "log",
19943 "object",
19944]
19945
19946[[package]]
19947name = "wasmtime-internal-versioned-export-macros"
19948version = "36.0.7"
19949source = "registry+https://github.com/rust-lang/crates.io-index"
19950checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19951dependencies = [
19952 "proc-macro2",
19953 "quote",
19954 "syn 2.0.117",
19955]
19956
19957[[package]]
19958name = "wasmtime-internal-winch"
19959version = "36.0.7"
19960source = "registry+https://github.com/rust-lang/crates.io-index"
19961checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19962dependencies = [
19963 "anyhow",
19964 "cranelift-codegen",
19965 "gimli",
19966 "object",
19967 "target-lexicon 0.13.3",
19968 "wasmparser 0.236.1",
19969 "wasmtime-environ",
19970 "wasmtime-internal-cranelift",
19971 "winch-codegen",
19972]
19973
19974[[package]]
19975name = "wasmtime-internal-wit-bindgen"
19976version = "36.0.7"
19977source = "registry+https://github.com/rust-lang/crates.io-index"
19978checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
19979dependencies = [
19980 "anyhow",
19981 "bitflags 2.10.0",
19982 "heck 0.5.0",
19983 "indexmap",
19984 "wit-parser 0.236.1",
19985]
19986
19987[[package]]
19988name = "wasmtime-wasi"
19989version = "36.0.6"
19990source = "registry+https://github.com/rust-lang/crates.io-index"
19991checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
19992dependencies = [
19993 "anyhow",
19994 "async-trait",
19995 "bitflags 2.10.0",
19996 "bytes 1.11.1",
19997 "cap-fs-ext",
19998 "cap-net-ext",
19999 "cap-rand",
20000 "cap-std",
20001 "cap-time-ext",
20002 "fs-set-times",
20003 "futures 0.3.32",
20004 "io-extras",
20005 "io-lifetimes",
20006 "rustix 1.1.2",
20007 "system-interface",
20008 "thiserror 2.0.17",
20009 "tokio",
20010 "tracing",
20011 "url",
20012 "wasmtime",
20013 "wasmtime-wasi-io",
20014 "wiggle",
20015 "windows-sys 0.60.2",
20016]
20017
20018[[package]]
20019name = "wasmtime-wasi-io"
20020version = "36.0.6"
20021source = "registry+https://github.com/rust-lang/crates.io-index"
20022checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20023dependencies = [
20024 "anyhow",
20025 "async-trait",
20026 "bytes 1.11.1",
20027 "futures 0.3.32",
20028 "wasmtime",
20029]
20030
20031[[package]]
20032name = "wast"
20033version = "35.0.2"
20034source = "registry+https://github.com/rust-lang/crates.io-index"
20035checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20036dependencies = [
20037 "leb128",
20038]
20039
20040[[package]]
20041name = "watch"
20042version = "0.1.0"
20043dependencies = [
20044 "ctor",
20045 "futures 0.3.32",
20046 "gpui",
20047 "parking_lot",
20048 "zlog",
20049]
20050
20051[[package]]
20052name = "wax"
20053version = "0.7.0"
20054source = "registry+https://github.com/rust-lang/crates.io-index"
20055checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20056dependencies = [
20057 "const_format",
20058 "itertools 0.14.0",
20059 "nom 7.1.3",
20060 "pori",
20061 "regex",
20062 "thiserror 2.0.17",
20063 "walkdir",
20064]
20065
20066[[package]]
20067name = "wayland-backend"
20068version = "0.3.11"
20069source = "registry+https://github.com/rust-lang/crates.io-index"
20070checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20071dependencies = [
20072 "cc",
20073 "downcast-rs",
20074 "rustix 1.1.2",
20075 "scoped-tls",
20076 "smallvec",
20077 "wayland-sys",
20078]
20079
20080[[package]]
20081name = "wayland-client"
20082version = "0.31.11"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20085dependencies = [
20086 "bitflags 2.10.0",
20087 "rustix 1.1.2",
20088 "wayland-backend",
20089 "wayland-scanner",
20090]
20091
20092[[package]]
20093name = "wayland-cursor"
20094version = "0.31.11"
20095source = "registry+https://github.com/rust-lang/crates.io-index"
20096checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20097dependencies = [
20098 "rustix 1.1.2",
20099 "wayland-client",
20100 "xcursor",
20101]
20102
20103[[package]]
20104name = "wayland-protocols"
20105version = "0.32.9"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20108dependencies = [
20109 "bitflags 2.10.0",
20110 "wayland-backend",
20111 "wayland-client",
20112 "wayland-scanner",
20113]
20114
20115[[package]]
20116name = "wayland-protocols-plasma"
20117version = "0.3.9"
20118source = "registry+https://github.com/rust-lang/crates.io-index"
20119checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20120dependencies = [
20121 "bitflags 2.10.0",
20122 "wayland-backend",
20123 "wayland-client",
20124 "wayland-protocols",
20125 "wayland-scanner",
20126]
20127
20128[[package]]
20129name = "wayland-protocols-wlr"
20130version = "0.3.9"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20133dependencies = [
20134 "bitflags 2.10.0",
20135 "wayland-backend",
20136 "wayland-client",
20137 "wayland-protocols",
20138 "wayland-scanner",
20139]
20140
20141[[package]]
20142name = "wayland-scanner"
20143version = "0.31.7"
20144source = "registry+https://github.com/rust-lang/crates.io-index"
20145checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20146dependencies = [
20147 "proc-macro2",
20148 "quick-xml 0.37.5",
20149 "quote",
20150]
20151
20152[[package]]
20153name = "wayland-sys"
20154version = "0.31.7"
20155source = "registry+https://github.com/rust-lang/crates.io-index"
20156checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20157dependencies = [
20158 "dlib",
20159 "log",
20160 "once_cell",
20161 "pkg-config",
20162]
20163
20164[[package]]
20165name = "web-sys"
20166version = "0.3.90"
20167source = "registry+https://github.com/rust-lang/crates.io-index"
20168checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20169dependencies = [
20170 "js-sys",
20171 "wasm-bindgen",
20172]
20173
20174[[package]]
20175name = "web-time"
20176version = "1.1.0"
20177source = "registry+https://github.com/rust-lang/crates.io-index"
20178checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20179dependencies = [
20180 "js-sys",
20181 "serde",
20182 "wasm-bindgen",
20183]
20184
20185[[package]]
20186name = "web_atoms"
20187version = "0.1.3"
20188source = "registry+https://github.com/rust-lang/crates.io-index"
20189checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20190dependencies = [
20191 "phf 0.11.3",
20192 "phf_codegen",
20193 "string_cache",
20194 "string_cache_codegen",
20195]
20196
20197[[package]]
20198name = "web_search"
20199version = "0.1.0"
20200dependencies = [
20201 "anyhow",
20202 "cloud_llm_client",
20203 "collections",
20204 "gpui",
20205 "serde",
20206]
20207
20208[[package]]
20209name = "web_search_providers"
20210version = "0.1.0"
20211dependencies = [
20212 "anyhow",
20213 "client",
20214 "cloud_api_client",
20215 "cloud_api_types",
20216 "cloud_llm_client",
20217 "futures 0.3.32",
20218 "gpui",
20219 "http_client",
20220 "language_model",
20221 "serde",
20222 "serde_json",
20223 "web_search",
20224]
20225
20226[[package]]
20227name = "webpki-root-certs"
20228version = "0.26.8"
20229source = "registry+https://github.com/rust-lang/crates.io-index"
20230checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20231dependencies = [
20232 "rustls-pki-types",
20233]
20234
20235[[package]]
20236name = "webpki-roots"
20237version = "0.26.8"
20238source = "registry+https://github.com/rust-lang/crates.io-index"
20239checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20240dependencies = [
20241 "rustls-pki-types",
20242]
20243
20244[[package]]
20245name = "webrtc-sys"
20246version = "0.3.23"
20247source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20248dependencies = [
20249 "cc",
20250 "cxx",
20251 "cxx-build",
20252 "glob",
20253 "log",
20254 "pkg-config",
20255 "webrtc-sys-build",
20256]
20257
20258[[package]]
20259name = "webrtc-sys-build"
20260version = "0.3.13"
20261source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20262dependencies = [
20263 "anyhow",
20264 "fs2",
20265 "regex",
20266 "reqwest 0.12.24",
20267 "scratch",
20268 "semver",
20269 "zip 0.6.6",
20270]
20271
20272[[package]]
20273name = "weezl"
20274version = "0.1.10"
20275source = "registry+https://github.com/rust-lang/crates.io-index"
20276checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20277
20278[[package]]
20279name = "wgpu"
20280version = "29.0.0"
20281source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20282dependencies = [
20283 "arrayvec",
20284 "bitflags 2.10.0",
20285 "bytemuck",
20286 "cfg-if",
20287 "cfg_aliases 0.2.1",
20288 "document-features",
20289 "hashbrown 0.16.1",
20290 "js-sys",
20291 "log",
20292 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20293 "parking_lot",
20294 "portable-atomic",
20295 "profiling",
20296 "raw-window-handle",
20297 "smallvec",
20298 "static_assertions",
20299 "wasm-bindgen",
20300 "wasm-bindgen-futures",
20301 "web-sys",
20302 "wgpu-core",
20303 "wgpu-hal",
20304 "wgpu-types",
20305]
20306
20307[[package]]
20308name = "wgpu-core"
20309version = "29.0.0"
20310source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20311dependencies = [
20312 "arrayvec",
20313 "bit-set 0.9.1",
20314 "bit-vec 0.9.1",
20315 "bitflags 2.10.0",
20316 "bytemuck",
20317 "cfg_aliases 0.2.1",
20318 "document-features",
20319 "hashbrown 0.16.1",
20320 "indexmap",
20321 "log",
20322 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20323 "once_cell",
20324 "parking_lot",
20325 "portable-atomic",
20326 "profiling",
20327 "raw-window-handle",
20328 "rustc-hash 1.1.0",
20329 "smallvec",
20330 "thiserror 2.0.17",
20331 "wgpu-core-deps-apple",
20332 "wgpu-core-deps-emscripten",
20333 "wgpu-core-deps-windows-linux-android",
20334 "wgpu-hal",
20335 "wgpu-naga-bridge",
20336 "wgpu-types",
20337]
20338
20339[[package]]
20340name = "wgpu-core-deps-apple"
20341version = "29.0.0"
20342source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20343dependencies = [
20344 "wgpu-hal",
20345]
20346
20347[[package]]
20348name = "wgpu-core-deps-emscripten"
20349version = "29.0.0"
20350source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20351dependencies = [
20352 "wgpu-hal",
20353]
20354
20355[[package]]
20356name = "wgpu-core-deps-windows-linux-android"
20357version = "29.0.0"
20358source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20359dependencies = [
20360 "wgpu-hal",
20361]
20362
20363[[package]]
20364name = "wgpu-hal"
20365version = "29.0.0"
20366source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20367dependencies = [
20368 "android_system_properties",
20369 "arrayvec",
20370 "ash",
20371 "bit-set 0.9.1",
20372 "bitflags 2.10.0",
20373 "block2",
20374 "bytemuck",
20375 "cfg-if",
20376 "cfg_aliases 0.2.1",
20377 "glow",
20378 "glutin_wgl_sys",
20379 "gpu-allocator",
20380 "gpu-descriptor",
20381 "hashbrown 0.16.1",
20382 "js-sys",
20383 "khronos-egl",
20384 "libc",
20385 "libloading",
20386 "log",
20387 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20388 "ndk-sys",
20389 "objc2",
20390 "objc2-core-foundation",
20391 "objc2-foundation",
20392 "objc2-metal",
20393 "objc2-quartz-core",
20394 "once_cell",
20395 "ordered-float 4.6.0",
20396 "parking_lot",
20397 "portable-atomic",
20398 "portable-atomic-util",
20399 "profiling",
20400 "range-alloc",
20401 "raw-window-handle",
20402 "raw-window-metal",
20403 "renderdoc-sys",
20404 "smallvec",
20405 "thiserror 2.0.17",
20406 "wasm-bindgen",
20407 "wayland-sys",
20408 "web-sys",
20409 "wgpu-naga-bridge",
20410 "wgpu-types",
20411 "windows 0.62.2",
20412 "windows-core 0.62.2",
20413]
20414
20415[[package]]
20416name = "wgpu-naga-bridge"
20417version = "29.0.0"
20418source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20419dependencies = [
20420 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20421 "wgpu-types",
20422]
20423
20424[[package]]
20425name = "wgpu-types"
20426version = "29.0.0"
20427source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20428dependencies = [
20429 "bitflags 2.10.0",
20430 "bytemuck",
20431 "js-sys",
20432 "log",
20433 "raw-window-handle",
20434 "web-sys",
20435]
20436
20437[[package]]
20438name = "which"
20439version = "4.4.2"
20440source = "registry+https://github.com/rust-lang/crates.io-index"
20441checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20442dependencies = [
20443 "either",
20444 "home",
20445 "once_cell",
20446 "rustix 0.38.44",
20447]
20448
20449[[package]]
20450name = "which"
20451version = "6.0.3"
20452source = "registry+https://github.com/rust-lang/crates.io-index"
20453checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20454dependencies = [
20455 "either",
20456 "home",
20457 "rustix 0.38.44",
20458 "winsafe",
20459]
20460
20461[[package]]
20462name = "which_key"
20463version = "0.1.0"
20464dependencies = [
20465 "command_palette",
20466 "gpui",
20467 "serde",
20468 "settings",
20469 "theme_settings",
20470 "ui",
20471 "util",
20472 "workspace",
20473]
20474
20475[[package]]
20476name = "whoami"
20477version = "1.6.1"
20478source = "registry+https://github.com/rust-lang/crates.io-index"
20479checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20480dependencies = [
20481 "libredox",
20482 "wasite",
20483]
20484
20485[[package]]
20486name = "wiggle"
20487version = "36.0.6"
20488source = "registry+https://github.com/rust-lang/crates.io-index"
20489checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20490dependencies = [
20491 "anyhow",
20492 "async-trait",
20493 "bitflags 2.10.0",
20494 "thiserror 2.0.17",
20495 "tracing",
20496 "wasmtime",
20497 "wiggle-macro",
20498]
20499
20500[[package]]
20501name = "wiggle-generate"
20502version = "36.0.6"
20503source = "registry+https://github.com/rust-lang/crates.io-index"
20504checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20505dependencies = [
20506 "anyhow",
20507 "heck 0.5.0",
20508 "proc-macro2",
20509 "quote",
20510 "syn 2.0.117",
20511 "witx",
20512]
20513
20514[[package]]
20515name = "wiggle-macro"
20516version = "36.0.6"
20517source = "registry+https://github.com/rust-lang/crates.io-index"
20518checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20519dependencies = [
20520 "proc-macro2",
20521 "quote",
20522 "syn 2.0.117",
20523 "wiggle-generate",
20524]
20525
20526[[package]]
20527name = "winapi"
20528version = "0.3.9"
20529source = "registry+https://github.com/rust-lang/crates.io-index"
20530checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20531dependencies = [
20532 "winapi-i686-pc-windows-gnu",
20533 "winapi-x86_64-pc-windows-gnu",
20534]
20535
20536[[package]]
20537name = "winapi-i686-pc-windows-gnu"
20538version = "0.4.0"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20541
20542[[package]]
20543name = "winapi-util"
20544version = "0.1.11"
20545source = "registry+https://github.com/rust-lang/crates.io-index"
20546checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20547dependencies = [
20548 "windows-sys 0.61.2",
20549]
20550
20551[[package]]
20552name = "winapi-x86_64-pc-windows-gnu"
20553version = "0.4.0"
20554source = "registry+https://github.com/rust-lang/crates.io-index"
20555checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20556
20557[[package]]
20558name = "winch-codegen"
20559version = "36.0.7"
20560source = "registry+https://github.com/rust-lang/crates.io-index"
20561checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20562dependencies = [
20563 "anyhow",
20564 "cranelift-assembler-x64",
20565 "cranelift-codegen",
20566 "gimli",
20567 "regalloc2",
20568 "smallvec",
20569 "target-lexicon 0.13.3",
20570 "thiserror 2.0.17",
20571 "wasmparser 0.236.1",
20572 "wasmtime-environ",
20573 "wasmtime-internal-cranelift",
20574 "wasmtime-internal-math",
20575]
20576
20577[[package]]
20578name = "windows"
20579version = "0.56.0"
20580source = "registry+https://github.com/rust-lang/crates.io-index"
20581checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20582dependencies = [
20583 "windows-core 0.56.0",
20584 "windows-targets 0.52.6",
20585]
20586
20587[[package]]
20588name = "windows"
20589version = "0.57.0"
20590source = "registry+https://github.com/rust-lang/crates.io-index"
20591checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20592dependencies = [
20593 "windows-core 0.57.0",
20594 "windows-targets 0.52.6",
20595]
20596
20597[[package]]
20598name = "windows"
20599version = "0.58.0"
20600source = "registry+https://github.com/rust-lang/crates.io-index"
20601checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20602dependencies = [
20603 "windows-core 0.58.0",
20604 "windows-targets 0.52.6",
20605]
20606
20607[[package]]
20608name = "windows"
20609version = "0.61.3"
20610source = "registry+https://github.com/rust-lang/crates.io-index"
20611checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20612dependencies = [
20613 "windows-collections 0.2.0",
20614 "windows-core 0.61.2",
20615 "windows-future 0.2.1",
20616 "windows-link 0.1.3",
20617 "windows-numerics 0.2.0",
20618]
20619
20620[[package]]
20621name = "windows"
20622version = "0.62.2"
20623source = "registry+https://github.com/rust-lang/crates.io-index"
20624checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20625dependencies = [
20626 "windows-collections 0.3.2",
20627 "windows-core 0.62.2",
20628 "windows-future 0.3.2",
20629 "windows-numerics 0.3.1",
20630]
20631
20632[[package]]
20633name = "windows-bindgen"
20634version = "0.61.1"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20637dependencies = [
20638 "serde",
20639 "serde_json",
20640 "windows-threading 0.1.0",
20641]
20642
20643[[package]]
20644name = "windows-capture"
20645version = "1.4.3"
20646source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20647dependencies = [
20648 "clap",
20649 "ctrlc",
20650 "parking_lot",
20651 "rayon",
20652 "thiserror 2.0.17",
20653 "windows 0.61.3",
20654 "windows-future 0.2.1",
20655]
20656
20657[[package]]
20658name = "windows-collections"
20659version = "0.2.0"
20660source = "registry+https://github.com/rust-lang/crates.io-index"
20661checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20662dependencies = [
20663 "windows-core 0.61.2",
20664]
20665
20666[[package]]
20667name = "windows-collections"
20668version = "0.3.2"
20669source = "registry+https://github.com/rust-lang/crates.io-index"
20670checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20671dependencies = [
20672 "windows-core 0.62.2",
20673]
20674
20675[[package]]
20676name = "windows-core"
20677version = "0.56.0"
20678source = "registry+https://github.com/rust-lang/crates.io-index"
20679checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20680dependencies = [
20681 "windows-implement 0.56.0",
20682 "windows-interface 0.56.0",
20683 "windows-result 0.1.2",
20684 "windows-targets 0.52.6",
20685]
20686
20687[[package]]
20688name = "windows-core"
20689version = "0.57.0"
20690source = "registry+https://github.com/rust-lang/crates.io-index"
20691checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20692dependencies = [
20693 "windows-implement 0.57.0",
20694 "windows-interface 0.57.0",
20695 "windows-result 0.1.2",
20696 "windows-targets 0.52.6",
20697]
20698
20699[[package]]
20700name = "windows-core"
20701version = "0.58.0"
20702source = "registry+https://github.com/rust-lang/crates.io-index"
20703checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20704dependencies = [
20705 "windows-implement 0.58.0",
20706 "windows-interface 0.58.0",
20707 "windows-result 0.2.0",
20708 "windows-strings 0.1.0",
20709 "windows-targets 0.52.6",
20710]
20711
20712[[package]]
20713name = "windows-core"
20714version = "0.61.2"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20717dependencies = [
20718 "windows-implement 0.60.2",
20719 "windows-interface 0.59.3",
20720 "windows-link 0.1.3",
20721 "windows-result 0.3.4",
20722 "windows-strings 0.4.2",
20723]
20724
20725[[package]]
20726name = "windows-core"
20727version = "0.62.2"
20728source = "registry+https://github.com/rust-lang/crates.io-index"
20729checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20730dependencies = [
20731 "windows-implement 0.60.2",
20732 "windows-interface 0.59.3",
20733 "windows-link 0.2.1",
20734 "windows-result 0.4.1",
20735 "windows-strings 0.5.1",
20736]
20737
20738[[package]]
20739name = "windows-future"
20740version = "0.2.1"
20741source = "registry+https://github.com/rust-lang/crates.io-index"
20742checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20743dependencies = [
20744 "windows-core 0.61.2",
20745 "windows-link 0.1.3",
20746 "windows-threading 0.1.0",
20747]
20748
20749[[package]]
20750name = "windows-future"
20751version = "0.3.2"
20752source = "registry+https://github.com/rust-lang/crates.io-index"
20753checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20754dependencies = [
20755 "windows-core 0.62.2",
20756 "windows-link 0.2.1",
20757 "windows-threading 0.2.1",
20758]
20759
20760[[package]]
20761name = "windows-implement"
20762version = "0.56.0"
20763source = "registry+https://github.com/rust-lang/crates.io-index"
20764checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20765dependencies = [
20766 "proc-macro2",
20767 "quote",
20768 "syn 2.0.117",
20769]
20770
20771[[package]]
20772name = "windows-implement"
20773version = "0.57.0"
20774source = "registry+https://github.com/rust-lang/crates.io-index"
20775checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20776dependencies = [
20777 "proc-macro2",
20778 "quote",
20779 "syn 2.0.117",
20780]
20781
20782[[package]]
20783name = "windows-implement"
20784version = "0.58.0"
20785source = "registry+https://github.com/rust-lang/crates.io-index"
20786checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20787dependencies = [
20788 "proc-macro2",
20789 "quote",
20790 "syn 2.0.117",
20791]
20792
20793[[package]]
20794name = "windows-implement"
20795version = "0.60.2"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20798dependencies = [
20799 "proc-macro2",
20800 "quote",
20801 "syn 2.0.117",
20802]
20803
20804[[package]]
20805name = "windows-interface"
20806version = "0.56.0"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20809dependencies = [
20810 "proc-macro2",
20811 "quote",
20812 "syn 2.0.117",
20813]
20814
20815[[package]]
20816name = "windows-interface"
20817version = "0.57.0"
20818source = "registry+https://github.com/rust-lang/crates.io-index"
20819checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20820dependencies = [
20821 "proc-macro2",
20822 "quote",
20823 "syn 2.0.117",
20824]
20825
20826[[package]]
20827name = "windows-interface"
20828version = "0.58.0"
20829source = "registry+https://github.com/rust-lang/crates.io-index"
20830checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20831dependencies = [
20832 "proc-macro2",
20833 "quote",
20834 "syn 2.0.117",
20835]
20836
20837[[package]]
20838name = "windows-interface"
20839version = "0.59.3"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20842dependencies = [
20843 "proc-macro2",
20844 "quote",
20845 "syn 2.0.117",
20846]
20847
20848[[package]]
20849name = "windows-link"
20850version = "0.1.3"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20853
20854[[package]]
20855name = "windows-link"
20856version = "0.2.1"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20859
20860[[package]]
20861name = "windows-numerics"
20862version = "0.2.0"
20863source = "registry+https://github.com/rust-lang/crates.io-index"
20864checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20865dependencies = [
20866 "windows-core 0.61.2",
20867 "windows-link 0.1.3",
20868]
20869
20870[[package]]
20871name = "windows-numerics"
20872version = "0.3.1"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20875dependencies = [
20876 "windows-core 0.62.2",
20877 "windows-link 0.2.1",
20878]
20879
20880[[package]]
20881name = "windows-registry"
20882version = "0.4.0"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20885dependencies = [
20886 "windows-result 0.3.4",
20887 "windows-strings 0.3.1",
20888 "windows-targets 0.53.5",
20889]
20890
20891[[package]]
20892name = "windows-registry"
20893version = "0.5.3"
20894source = "registry+https://github.com/rust-lang/crates.io-index"
20895checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20896dependencies = [
20897 "windows-link 0.1.3",
20898 "windows-result 0.3.4",
20899 "windows-strings 0.4.2",
20900]
20901
20902[[package]]
20903name = "windows-registry"
20904version = "0.6.1"
20905source = "registry+https://github.com/rust-lang/crates.io-index"
20906checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20907dependencies = [
20908 "windows-link 0.2.1",
20909 "windows-result 0.4.1",
20910 "windows-strings 0.5.1",
20911]
20912
20913[[package]]
20914name = "windows-result"
20915version = "0.1.2"
20916source = "registry+https://github.com/rust-lang/crates.io-index"
20917checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20918dependencies = [
20919 "windows-targets 0.52.6",
20920]
20921
20922[[package]]
20923name = "windows-result"
20924version = "0.2.0"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20927dependencies = [
20928 "windows-targets 0.52.6",
20929]
20930
20931[[package]]
20932name = "windows-result"
20933version = "0.3.4"
20934source = "registry+https://github.com/rust-lang/crates.io-index"
20935checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20936dependencies = [
20937 "windows-link 0.1.3",
20938]
20939
20940[[package]]
20941name = "windows-result"
20942version = "0.4.1"
20943source = "registry+https://github.com/rust-lang/crates.io-index"
20944checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20945dependencies = [
20946 "windows-link 0.2.1",
20947]
20948
20949[[package]]
20950name = "windows-strings"
20951version = "0.1.0"
20952source = "registry+https://github.com/rust-lang/crates.io-index"
20953checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20954dependencies = [
20955 "windows-result 0.2.0",
20956 "windows-targets 0.52.6",
20957]
20958
20959[[package]]
20960name = "windows-strings"
20961version = "0.3.1"
20962source = "registry+https://github.com/rust-lang/crates.io-index"
20963checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
20964dependencies = [
20965 "windows-link 0.1.3",
20966]
20967
20968[[package]]
20969name = "windows-strings"
20970version = "0.4.2"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
20973dependencies = [
20974 "windows-link 0.1.3",
20975]
20976
20977[[package]]
20978name = "windows-strings"
20979version = "0.5.1"
20980source = "registry+https://github.com/rust-lang/crates.io-index"
20981checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
20982dependencies = [
20983 "windows-link 0.2.1",
20984]
20985
20986[[package]]
20987name = "windows-sys"
20988version = "0.45.0"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
20991dependencies = [
20992 "windows-targets 0.42.2",
20993]
20994
20995[[package]]
20996name = "windows-sys"
20997version = "0.48.0"
20998source = "registry+https://github.com/rust-lang/crates.io-index"
20999checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21000dependencies = [
21001 "windows-targets 0.48.5",
21002]
21003
21004[[package]]
21005name = "windows-sys"
21006version = "0.52.0"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21009dependencies = [
21010 "windows-targets 0.52.6",
21011]
21012
21013[[package]]
21014name = "windows-sys"
21015version = "0.59.0"
21016source = "registry+https://github.com/rust-lang/crates.io-index"
21017checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21018dependencies = [
21019 "windows-targets 0.52.6",
21020]
21021
21022[[package]]
21023name = "windows-sys"
21024version = "0.60.2"
21025source = "registry+https://github.com/rust-lang/crates.io-index"
21026checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21027dependencies = [
21028 "windows-targets 0.53.5",
21029]
21030
21031[[package]]
21032name = "windows-sys"
21033version = "0.61.2"
21034source = "registry+https://github.com/rust-lang/crates.io-index"
21035checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21036dependencies = [
21037 "windows-link 0.2.1",
21038]
21039
21040[[package]]
21041name = "windows-targets"
21042version = "0.42.2"
21043source = "registry+https://github.com/rust-lang/crates.io-index"
21044checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21045dependencies = [
21046 "windows_aarch64_gnullvm 0.42.2",
21047 "windows_aarch64_msvc 0.42.2",
21048 "windows_i686_gnu 0.42.2",
21049 "windows_i686_msvc 0.42.2",
21050 "windows_x86_64_gnu 0.42.2",
21051 "windows_x86_64_gnullvm 0.42.2",
21052 "windows_x86_64_msvc 0.42.2",
21053]
21054
21055[[package]]
21056name = "windows-targets"
21057version = "0.48.5"
21058source = "registry+https://github.com/rust-lang/crates.io-index"
21059checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21060dependencies = [
21061 "windows_aarch64_gnullvm 0.48.5",
21062 "windows_aarch64_msvc 0.48.5",
21063 "windows_i686_gnu 0.48.5",
21064 "windows_i686_msvc 0.48.5",
21065 "windows_x86_64_gnu 0.48.5",
21066 "windows_x86_64_gnullvm 0.48.5",
21067 "windows_x86_64_msvc 0.48.5",
21068]
21069
21070[[package]]
21071name = "windows-targets"
21072version = "0.52.6"
21073source = "registry+https://github.com/rust-lang/crates.io-index"
21074checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21075dependencies = [
21076 "windows_aarch64_gnullvm 0.52.6",
21077 "windows_aarch64_msvc 0.52.6",
21078 "windows_i686_gnu 0.52.6",
21079 "windows_i686_gnullvm 0.52.6",
21080 "windows_i686_msvc 0.52.6",
21081 "windows_x86_64_gnu 0.52.6",
21082 "windows_x86_64_gnullvm 0.52.6",
21083 "windows_x86_64_msvc 0.52.6",
21084]
21085
21086[[package]]
21087name = "windows-targets"
21088version = "0.53.5"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21091dependencies = [
21092 "windows-link 0.2.1",
21093 "windows_aarch64_gnullvm 0.53.1",
21094 "windows_aarch64_msvc 0.53.1",
21095 "windows_i686_gnu 0.53.1",
21096 "windows_i686_gnullvm 0.53.1",
21097 "windows_i686_msvc 0.53.1",
21098 "windows_x86_64_gnu 0.53.1",
21099 "windows_x86_64_gnullvm 0.53.1",
21100 "windows_x86_64_msvc 0.53.1",
21101]
21102
21103[[package]]
21104name = "windows-threading"
21105version = "0.1.0"
21106source = "registry+https://github.com/rust-lang/crates.io-index"
21107checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21108dependencies = [
21109 "windows-link 0.1.3",
21110]
21111
21112[[package]]
21113name = "windows-threading"
21114version = "0.2.1"
21115source = "registry+https://github.com/rust-lang/crates.io-index"
21116checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21117dependencies = [
21118 "windows-link 0.2.1",
21119]
21120
21121[[package]]
21122name = "windows_aarch64_gnullvm"
21123version = "0.42.2"
21124source = "registry+https://github.com/rust-lang/crates.io-index"
21125checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21126
21127[[package]]
21128name = "windows_aarch64_gnullvm"
21129version = "0.48.5"
21130source = "registry+https://github.com/rust-lang/crates.io-index"
21131checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21132
21133[[package]]
21134name = "windows_aarch64_gnullvm"
21135version = "0.52.6"
21136source = "registry+https://github.com/rust-lang/crates.io-index"
21137checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21138
21139[[package]]
21140name = "windows_aarch64_gnullvm"
21141version = "0.53.1"
21142source = "registry+https://github.com/rust-lang/crates.io-index"
21143checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21144
21145[[package]]
21146name = "windows_aarch64_msvc"
21147version = "0.42.2"
21148source = "registry+https://github.com/rust-lang/crates.io-index"
21149checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21150
21151[[package]]
21152name = "windows_aarch64_msvc"
21153version = "0.48.5"
21154source = "registry+https://github.com/rust-lang/crates.io-index"
21155checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21156
21157[[package]]
21158name = "windows_aarch64_msvc"
21159version = "0.52.6"
21160source = "registry+https://github.com/rust-lang/crates.io-index"
21161checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21162
21163[[package]]
21164name = "windows_aarch64_msvc"
21165version = "0.53.1"
21166source = "registry+https://github.com/rust-lang/crates.io-index"
21167checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21168
21169[[package]]
21170name = "windows_i686_gnu"
21171version = "0.42.2"
21172source = "registry+https://github.com/rust-lang/crates.io-index"
21173checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21174
21175[[package]]
21176name = "windows_i686_gnu"
21177version = "0.48.5"
21178source = "registry+https://github.com/rust-lang/crates.io-index"
21179checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21180
21181[[package]]
21182name = "windows_i686_gnu"
21183version = "0.52.6"
21184source = "registry+https://github.com/rust-lang/crates.io-index"
21185checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21186
21187[[package]]
21188name = "windows_i686_gnu"
21189version = "0.53.1"
21190source = "registry+https://github.com/rust-lang/crates.io-index"
21191checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21192
21193[[package]]
21194name = "windows_i686_gnullvm"
21195version = "0.52.6"
21196source = "registry+https://github.com/rust-lang/crates.io-index"
21197checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21198
21199[[package]]
21200name = "windows_i686_gnullvm"
21201version = "0.53.1"
21202source = "registry+https://github.com/rust-lang/crates.io-index"
21203checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21204
21205[[package]]
21206name = "windows_i686_msvc"
21207version = "0.42.2"
21208source = "registry+https://github.com/rust-lang/crates.io-index"
21209checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21210
21211[[package]]
21212name = "windows_i686_msvc"
21213version = "0.48.5"
21214source = "registry+https://github.com/rust-lang/crates.io-index"
21215checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21216
21217[[package]]
21218name = "windows_i686_msvc"
21219version = "0.52.6"
21220source = "registry+https://github.com/rust-lang/crates.io-index"
21221checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21222
21223[[package]]
21224name = "windows_i686_msvc"
21225version = "0.53.1"
21226source = "registry+https://github.com/rust-lang/crates.io-index"
21227checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21228
21229[[package]]
21230name = "windows_x86_64_gnu"
21231version = "0.42.2"
21232source = "registry+https://github.com/rust-lang/crates.io-index"
21233checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21234
21235[[package]]
21236name = "windows_x86_64_gnu"
21237version = "0.48.5"
21238source = "registry+https://github.com/rust-lang/crates.io-index"
21239checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21240
21241[[package]]
21242name = "windows_x86_64_gnu"
21243version = "0.52.6"
21244source = "registry+https://github.com/rust-lang/crates.io-index"
21245checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21246
21247[[package]]
21248name = "windows_x86_64_gnu"
21249version = "0.53.1"
21250source = "registry+https://github.com/rust-lang/crates.io-index"
21251checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21252
21253[[package]]
21254name = "windows_x86_64_gnullvm"
21255version = "0.42.2"
21256source = "registry+https://github.com/rust-lang/crates.io-index"
21257checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21258
21259[[package]]
21260name = "windows_x86_64_gnullvm"
21261version = "0.48.5"
21262source = "registry+https://github.com/rust-lang/crates.io-index"
21263checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21264
21265[[package]]
21266name = "windows_x86_64_gnullvm"
21267version = "0.52.6"
21268source = "registry+https://github.com/rust-lang/crates.io-index"
21269checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21270
21271[[package]]
21272name = "windows_x86_64_gnullvm"
21273version = "0.53.1"
21274source = "registry+https://github.com/rust-lang/crates.io-index"
21275checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21276
21277[[package]]
21278name = "windows_x86_64_msvc"
21279version = "0.42.2"
21280source = "registry+https://github.com/rust-lang/crates.io-index"
21281checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21282
21283[[package]]
21284name = "windows_x86_64_msvc"
21285version = "0.48.5"
21286source = "registry+https://github.com/rust-lang/crates.io-index"
21287checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21288
21289[[package]]
21290name = "windows_x86_64_msvc"
21291version = "0.52.6"
21292source = "registry+https://github.com/rust-lang/crates.io-index"
21293checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21294
21295[[package]]
21296name = "windows_x86_64_msvc"
21297version = "0.53.1"
21298source = "registry+https://github.com/rust-lang/crates.io-index"
21299checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21300
21301[[package]]
21302name = "winnow"
21303version = "0.7.13"
21304source = "registry+https://github.com/rust-lang/crates.io-index"
21305checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21306dependencies = [
21307 "memchr",
21308]
21309
21310[[package]]
21311name = "winreg"
21312version = "0.10.1"
21313source = "registry+https://github.com/rust-lang/crates.io-index"
21314checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21315dependencies = [
21316 "winapi",
21317]
21318
21319[[package]]
21320name = "winreg"
21321version = "0.50.0"
21322source = "registry+https://github.com/rust-lang/crates.io-index"
21323checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21324dependencies = [
21325 "cfg-if",
21326 "windows-sys 0.48.0",
21327]
21328
21329[[package]]
21330name = "winreg"
21331version = "0.55.0"
21332source = "registry+https://github.com/rust-lang/crates.io-index"
21333checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21334dependencies = [
21335 "cfg-if",
21336 "windows-sys 0.59.0",
21337]
21338
21339[[package]]
21340name = "winresource"
21341version = "0.1.23"
21342source = "registry+https://github.com/rust-lang/crates.io-index"
21343checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21344dependencies = [
21345 "toml 0.8.23",
21346 "version_check",
21347]
21348
21349[[package]]
21350name = "winsafe"
21351version = "0.0.19"
21352source = "registry+https://github.com/rust-lang/crates.io-index"
21353checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21354
21355[[package]]
21356name = "winx"
21357version = "0.36.4"
21358source = "registry+https://github.com/rust-lang/crates.io-index"
21359checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21360dependencies = [
21361 "bitflags 2.10.0",
21362 "windows-sys 0.59.0",
21363]
21364
21365[[package]]
21366name = "wio"
21367version = "0.2.2"
21368source = "registry+https://github.com/rust-lang/crates.io-index"
21369checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21370dependencies = [
21371 "winapi",
21372]
21373
21374[[package]]
21375name = "wit-bindgen"
21376version = "0.22.0"
21377source = "registry+https://github.com/rust-lang/crates.io-index"
21378checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21379dependencies = [
21380 "bitflags 2.10.0",
21381 "wit-bindgen-rt 0.22.0",
21382 "wit-bindgen-rust-macro 0.22.0",
21383]
21384
21385[[package]]
21386name = "wit-bindgen"
21387version = "0.41.0"
21388source = "registry+https://github.com/rust-lang/crates.io-index"
21389checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21390dependencies = [
21391 "wit-bindgen-rt 0.41.0",
21392 "wit-bindgen-rust-macro 0.41.0",
21393]
21394
21395[[package]]
21396name = "wit-bindgen"
21397version = "0.46.0"
21398source = "registry+https://github.com/rust-lang/crates.io-index"
21399checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21400
21401[[package]]
21402name = "wit-bindgen"
21403version = "0.51.0"
21404source = "registry+https://github.com/rust-lang/crates.io-index"
21405checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21406dependencies = [
21407 "wit-bindgen-rust-macro 0.51.0",
21408]
21409
21410[[package]]
21411name = "wit-bindgen-core"
21412version = "0.22.0"
21413source = "registry+https://github.com/rust-lang/crates.io-index"
21414checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21415dependencies = [
21416 "anyhow",
21417 "wit-parser 0.201.0",
21418]
21419
21420[[package]]
21421name = "wit-bindgen-core"
21422version = "0.41.0"
21423source = "registry+https://github.com/rust-lang/crates.io-index"
21424checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21425dependencies = [
21426 "anyhow",
21427 "heck 0.5.0",
21428 "wit-parser 0.227.1",
21429]
21430
21431[[package]]
21432name = "wit-bindgen-core"
21433version = "0.51.0"
21434source = "registry+https://github.com/rust-lang/crates.io-index"
21435checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21436dependencies = [
21437 "anyhow",
21438 "heck 0.5.0",
21439 "wit-parser 0.244.0",
21440]
21441
21442[[package]]
21443name = "wit-bindgen-rt"
21444version = "0.22.0"
21445source = "registry+https://github.com/rust-lang/crates.io-index"
21446checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21447
21448[[package]]
21449name = "wit-bindgen-rt"
21450version = "0.41.0"
21451source = "registry+https://github.com/rust-lang/crates.io-index"
21452checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21453dependencies = [
21454 "bitflags 2.10.0",
21455 "futures 0.3.32",
21456 "once_cell",
21457]
21458
21459[[package]]
21460name = "wit-bindgen-rust"
21461version = "0.22.0"
21462source = "registry+https://github.com/rust-lang/crates.io-index"
21463checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21464dependencies = [
21465 "anyhow",
21466 "heck 0.4.1",
21467 "indexmap",
21468 "wasm-metadata 0.201.0",
21469 "wit-bindgen-core 0.22.0",
21470 "wit-component 0.201.0",
21471]
21472
21473[[package]]
21474name = "wit-bindgen-rust"
21475version = "0.41.0"
21476source = "registry+https://github.com/rust-lang/crates.io-index"
21477checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21478dependencies = [
21479 "anyhow",
21480 "heck 0.5.0",
21481 "indexmap",
21482 "prettyplease",
21483 "syn 2.0.117",
21484 "wasm-metadata 0.227.1",
21485 "wit-bindgen-core 0.41.0",
21486 "wit-component 0.227.1",
21487]
21488
21489[[package]]
21490name = "wit-bindgen-rust"
21491version = "0.51.0"
21492source = "registry+https://github.com/rust-lang/crates.io-index"
21493checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21494dependencies = [
21495 "anyhow",
21496 "heck 0.5.0",
21497 "indexmap",
21498 "prettyplease",
21499 "syn 2.0.117",
21500 "wasm-metadata 0.244.0",
21501 "wit-bindgen-core 0.51.0",
21502 "wit-component 0.244.0",
21503]
21504
21505[[package]]
21506name = "wit-bindgen-rust-macro"
21507version = "0.22.0"
21508source = "registry+https://github.com/rust-lang/crates.io-index"
21509checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21510dependencies = [
21511 "anyhow",
21512 "proc-macro2",
21513 "quote",
21514 "syn 2.0.117",
21515 "wit-bindgen-core 0.22.0",
21516 "wit-bindgen-rust 0.22.0",
21517]
21518
21519[[package]]
21520name = "wit-bindgen-rust-macro"
21521version = "0.41.0"
21522source = "registry+https://github.com/rust-lang/crates.io-index"
21523checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21524dependencies = [
21525 "anyhow",
21526 "prettyplease",
21527 "proc-macro2",
21528 "quote",
21529 "syn 2.0.117",
21530 "wit-bindgen-core 0.41.0",
21531 "wit-bindgen-rust 0.41.0",
21532]
21533
21534[[package]]
21535name = "wit-bindgen-rust-macro"
21536version = "0.51.0"
21537source = "registry+https://github.com/rust-lang/crates.io-index"
21538checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21539dependencies = [
21540 "anyhow",
21541 "prettyplease",
21542 "proc-macro2",
21543 "quote",
21544 "syn 2.0.117",
21545 "wit-bindgen-core 0.51.0",
21546 "wit-bindgen-rust 0.51.0",
21547]
21548
21549[[package]]
21550name = "wit-component"
21551version = "0.201.0"
21552source = "registry+https://github.com/rust-lang/crates.io-index"
21553checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21554dependencies = [
21555 "anyhow",
21556 "bitflags 2.10.0",
21557 "indexmap",
21558 "log",
21559 "serde",
21560 "serde_derive",
21561 "serde_json",
21562 "wasm-encoder 0.201.0",
21563 "wasm-metadata 0.201.0",
21564 "wasmparser 0.201.0",
21565 "wit-parser 0.201.0",
21566]
21567
21568[[package]]
21569name = "wit-component"
21570version = "0.227.1"
21571source = "registry+https://github.com/rust-lang/crates.io-index"
21572checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21573dependencies = [
21574 "anyhow",
21575 "bitflags 2.10.0",
21576 "indexmap",
21577 "log",
21578 "serde",
21579 "serde_derive",
21580 "serde_json",
21581 "wasm-encoder 0.227.1",
21582 "wasm-metadata 0.227.1",
21583 "wasmparser 0.227.1",
21584 "wit-parser 0.227.1",
21585]
21586
21587[[package]]
21588name = "wit-component"
21589version = "0.244.0"
21590source = "registry+https://github.com/rust-lang/crates.io-index"
21591checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21592dependencies = [
21593 "anyhow",
21594 "bitflags 2.10.0",
21595 "indexmap",
21596 "log",
21597 "serde",
21598 "serde_derive",
21599 "serde_json",
21600 "wasm-encoder 0.244.0",
21601 "wasm-metadata 0.244.0",
21602 "wasmparser 0.244.0",
21603 "wit-parser 0.244.0",
21604]
21605
21606[[package]]
21607name = "wit-parser"
21608version = "0.201.0"
21609source = "registry+https://github.com/rust-lang/crates.io-index"
21610checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21611dependencies = [
21612 "anyhow",
21613 "id-arena",
21614 "indexmap",
21615 "log",
21616 "semver",
21617 "serde",
21618 "serde_derive",
21619 "serde_json",
21620 "unicode-xid",
21621 "wasmparser 0.201.0",
21622]
21623
21624[[package]]
21625name = "wit-parser"
21626version = "0.227.1"
21627source = "registry+https://github.com/rust-lang/crates.io-index"
21628checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21629dependencies = [
21630 "anyhow",
21631 "id-arena",
21632 "indexmap",
21633 "log",
21634 "semver",
21635 "serde",
21636 "serde_derive",
21637 "serde_json",
21638 "unicode-xid",
21639 "wasmparser 0.227.1",
21640]
21641
21642[[package]]
21643name = "wit-parser"
21644version = "0.236.1"
21645source = "registry+https://github.com/rust-lang/crates.io-index"
21646checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21647dependencies = [
21648 "anyhow",
21649 "id-arena",
21650 "indexmap",
21651 "log",
21652 "semver",
21653 "serde",
21654 "serde_derive",
21655 "serde_json",
21656 "unicode-xid",
21657 "wasmparser 0.236.1",
21658]
21659
21660[[package]]
21661name = "wit-parser"
21662version = "0.244.0"
21663source = "registry+https://github.com/rust-lang/crates.io-index"
21664checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21665dependencies = [
21666 "anyhow",
21667 "id-arena",
21668 "indexmap",
21669 "log",
21670 "semver",
21671 "serde",
21672 "serde_derive",
21673 "serde_json",
21674 "unicode-xid",
21675 "wasmparser 0.244.0",
21676]
21677
21678[[package]]
21679name = "witx"
21680version = "0.9.1"
21681source = "registry+https://github.com/rust-lang/crates.io-index"
21682checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21683dependencies = [
21684 "anyhow",
21685 "log",
21686 "thiserror 1.0.69",
21687 "wast",
21688]
21689
21690[[package]]
21691name = "workspace"
21692version = "0.1.0"
21693dependencies = [
21694 "agent_settings",
21695 "any_vec",
21696 "anyhow",
21697 "async-recursion",
21698 "chrono",
21699 "client",
21700 "clock",
21701 "collections",
21702 "component",
21703 "db",
21704 "fs",
21705 "futures 0.3.32",
21706 "git",
21707 "gpui",
21708 "http_client",
21709 "itertools 0.14.0",
21710 "language",
21711 "log",
21712 "markdown",
21713 "menu",
21714 "node_runtime",
21715 "parking_lot",
21716 "postage",
21717 "pretty_assertions",
21718 "project",
21719 "release_channel",
21720 "remote",
21721 "schemars",
21722 "serde",
21723 "serde_json",
21724 "session",
21725 "settings",
21726 "smallvec",
21727 "sqlez",
21728 "strum 0.27.2",
21729 "task",
21730 "telemetry",
21731 "tempfile",
21732 "theme",
21733 "theme_settings",
21734 "ui",
21735 "util",
21736 "uuid",
21737 "vim_mode_setting",
21738 "windows 0.61.3",
21739 "zed_actions",
21740 "zlog",
21741]
21742
21743[[package]]
21744name = "worktree"
21745version = "0.1.0"
21746dependencies = [
21747 "anyhow",
21748 "async-lock 2.8.0",
21749 "chardetng",
21750 "clock",
21751 "collections",
21752 "encoding_rs",
21753 "fs",
21754 "futures 0.3.32",
21755 "fuzzy",
21756 "git",
21757 "gpui",
21758 "ignore",
21759 "language",
21760 "log",
21761 "parking_lot",
21762 "paths",
21763 "postage",
21764 "pretty_assertions",
21765 "rand 0.9.3",
21766 "rpc",
21767 "serde",
21768 "serde_json",
21769 "settings",
21770 "smallvec",
21771 "smol",
21772 "sum_tree",
21773 "text",
21774 "tracing",
21775 "util",
21776 "worktree",
21777 "zlog",
21778 "ztracing",
21779]
21780
21781[[package]]
21782name = "worktree_benchmarks"
21783version = "0.1.0"
21784dependencies = [
21785 "fs",
21786 "gpui_platform",
21787 "settings",
21788 "worktree",
21789]
21790
21791[[package]]
21792name = "wprcontrol"
21793version = "0.1.0"
21794source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21795dependencies = [
21796 "windows 0.61.3",
21797 "windows-bindgen",
21798 "windows-core 0.61.2",
21799 "windows-link 0.2.1",
21800]
21801
21802[[package]]
21803name = "writeable"
21804version = "0.6.1"
21805source = "registry+https://github.com/rust-lang/crates.io-index"
21806checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21807
21808[[package]]
21809name = "wyz"
21810version = "0.5.1"
21811source = "registry+https://github.com/rust-lang/crates.io-index"
21812checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21813dependencies = [
21814 "tap",
21815]
21816
21817[[package]]
21818name = "x11"
21819version = "2.21.0"
21820source = "registry+https://github.com/rust-lang/crates.io-index"
21821checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21822dependencies = [
21823 "libc",
21824 "pkg-config",
21825]
21826
21827[[package]]
21828name = "x11-clipboard"
21829version = "0.9.3"
21830source = "registry+https://github.com/rust-lang/crates.io-index"
21831checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21832dependencies = [
21833 "libc",
21834 "x11rb",
21835]
21836
21837[[package]]
21838name = "x11rb"
21839version = "0.13.2"
21840source = "registry+https://github.com/rust-lang/crates.io-index"
21841checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21842dependencies = [
21843 "as-raw-xcb-connection",
21844 "gethostname",
21845 "libc",
21846 "rustix 1.1.2",
21847 "x11rb-protocol",
21848 "xcursor",
21849]
21850
21851[[package]]
21852name = "x11rb-protocol"
21853version = "0.13.2"
21854source = "registry+https://github.com/rust-lang/crates.io-index"
21855checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21856
21857[[package]]
21858name = "x_ai"
21859version = "0.1.0"
21860dependencies = [
21861 "anyhow",
21862 "language_model_core",
21863 "schemars",
21864 "serde",
21865 "strum 0.27.2",
21866 "tiktoken-rs",
21867]
21868
21869[[package]]
21870name = "xattr"
21871version = "0.2.3"
21872source = "registry+https://github.com/rust-lang/crates.io-index"
21873checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21874dependencies = [
21875 "libc",
21876]
21877
21878[[package]]
21879name = "xcb"
21880version = "1.6.0"
21881source = "registry+https://github.com/rust-lang/crates.io-index"
21882checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21883dependencies = [
21884 "bitflags 1.3.2",
21885 "libc",
21886 "quick-xml 0.30.0",
21887 "x11",
21888]
21889
21890[[package]]
21891name = "xcursor"
21892version = "0.3.10"
21893source = "registry+https://github.com/rust-lang/crates.io-index"
21894checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21895
21896[[package]]
21897name = "xim-ctext"
21898version = "0.3.0"
21899source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21900dependencies = [
21901 "encoding_rs",
21902]
21903
21904[[package]]
21905name = "xim-parser"
21906version = "0.2.1"
21907source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21908dependencies = [
21909 "bitflags 2.10.0",
21910]
21911
21912[[package]]
21913name = "xkbcommon"
21914version = "0.8.0"
21915source = "registry+https://github.com/rust-lang/crates.io-index"
21916checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21917dependencies = [
21918 "as-raw-xcb-connection",
21919 "libc",
21920 "memmap2",
21921 "xkeysym",
21922]
21923
21924[[package]]
21925name = "xkeysym"
21926version = "0.2.1"
21927source = "registry+https://github.com/rust-lang/crates.io-index"
21928checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21929
21930[[package]]
21931name = "xml-rs"
21932version = "0.8.28"
21933source = "registry+https://github.com/rust-lang/crates.io-index"
21934checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21935
21936[[package]]
21937name = "xml5ever"
21938version = "0.18.1"
21939source = "registry+https://github.com/rust-lang/crates.io-index"
21940checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21941dependencies = [
21942 "log",
21943 "mac",
21944 "markup5ever 0.12.1",
21945]
21946
21947[[package]]
21948name = "xmlparser"
21949version = "0.13.6"
21950source = "registry+https://github.com/rust-lang/crates.io-index"
21951checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21952
21953[[package]]
21954name = "xmlwriter"
21955version = "0.1.0"
21956source = "registry+https://github.com/rust-lang/crates.io-index"
21957checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21958
21959[[package]]
21960name = "xtask"
21961version = "0.1.0"
21962dependencies = [
21963 "annotate-snippets",
21964 "anyhow",
21965 "backtrace",
21966 "cargo_metadata 0.19.2",
21967 "cargo_toml",
21968 "clap",
21969 "compliance",
21970 "gh-workflow",
21971 "indexmap",
21972 "indoc",
21973 "itertools 0.14.0",
21974 "regex",
21975 "serde",
21976 "serde_json",
21977 "serde_yaml",
21978 "strum 0.27.2",
21979 "tokio",
21980 "toml 0.8.23",
21981 "toml_edit 0.22.27",
21982]
21983
21984[[package]]
21985name = "yaml-rust2"
21986version = "0.8.1"
21987source = "registry+https://github.com/rust-lang/crates.io-index"
21988checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
21989dependencies = [
21990 "arraydeque",
21991 "encoding_rs",
21992 "hashlink 0.8.4",
21993]
21994
21995[[package]]
21996name = "yansi"
21997version = "1.0.1"
21998source = "registry+https://github.com/rust-lang/crates.io-index"
21999checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22000
22001[[package]]
22002name = "yawc"
22003version = "0.2.5"
22004source = "registry+https://github.com/rust-lang/crates.io-index"
22005checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22006dependencies = [
22007 "base64 0.22.1",
22008 "bytes 1.11.1",
22009 "flate2",
22010 "futures 0.3.32",
22011 "http-body-util",
22012 "hyper 1.7.0",
22013 "hyper-util",
22014 "js-sys",
22015 "nom 8.0.0",
22016 "pin-project",
22017 "rand 0.8.5",
22018 "sha1",
22019 "thiserror 1.0.69",
22020 "tokio",
22021 "tokio-rustls 0.26.2",
22022 "tokio-util",
22023 "url",
22024 "wasm-bindgen",
22025 "wasm-bindgen-futures",
22026 "web-sys",
22027 "webpki-roots",
22028]
22029
22030[[package]]
22031name = "yazi"
22032version = "0.2.1"
22033source = "registry+https://github.com/rust-lang/crates.io-index"
22034checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22035
22036[[package]]
22037name = "yeslogic-fontconfig-sys"
22038version = "6.0.0"
22039source = "registry+https://github.com/rust-lang/crates.io-index"
22040checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22041dependencies = [
22042 "dlib",
22043 "once_cell",
22044 "pkg-config",
22045]
22046
22047[[package]]
22048name = "yoke"
22049version = "0.7.5"
22050source = "registry+https://github.com/rust-lang/crates.io-index"
22051checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22052dependencies = [
22053 "serde",
22054 "stable_deref_trait",
22055 "yoke-derive 0.7.5",
22056 "zerofrom",
22057]
22058
22059[[package]]
22060name = "yoke"
22061version = "0.8.0"
22062source = "registry+https://github.com/rust-lang/crates.io-index"
22063checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22064dependencies = [
22065 "serde",
22066 "stable_deref_trait",
22067 "yoke-derive 0.8.0",
22068 "zerofrom",
22069]
22070
22071[[package]]
22072name = "yoke-derive"
22073version = "0.7.5"
22074source = "registry+https://github.com/rust-lang/crates.io-index"
22075checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22076dependencies = [
22077 "proc-macro2",
22078 "quote",
22079 "syn 2.0.117",
22080 "synstructure",
22081]
22082
22083[[package]]
22084name = "yoke-derive"
22085version = "0.8.0"
22086source = "registry+https://github.com/rust-lang/crates.io-index"
22087checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22088dependencies = [
22089 "proc-macro2",
22090 "quote",
22091 "syn 2.0.117",
22092 "synstructure",
22093]
22094
22095[[package]]
22096name = "zbus"
22097version = "5.13.2"
22098source = "registry+https://github.com/rust-lang/crates.io-index"
22099checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22100dependencies = [
22101 "async-broadcast",
22102 "async-executor",
22103 "async-io",
22104 "async-lock 3.4.2",
22105 "async-process",
22106 "async-recursion",
22107 "async-task",
22108 "async-trait",
22109 "blocking",
22110 "enumflags2",
22111 "event-listener 5.4.1",
22112 "futures-core",
22113 "futures-lite 2.6.1",
22114 "hex",
22115 "libc",
22116 "ordered-stream",
22117 "rustix 1.1.2",
22118 "serde",
22119 "serde_repr",
22120 "tracing",
22121 "uds_windows",
22122 "uuid",
22123 "windows-sys 0.61.2",
22124 "winnow",
22125 "zbus_macros",
22126 "zbus_names",
22127 "zvariant",
22128]
22129
22130[[package]]
22131name = "zbus_macros"
22132version = "5.13.2"
22133source = "registry+https://github.com/rust-lang/crates.io-index"
22134checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22135dependencies = [
22136 "proc-macro-crate",
22137 "proc-macro2",
22138 "quote",
22139 "syn 2.0.117",
22140 "zbus_names",
22141 "zvariant",
22142 "zvariant_utils",
22143]
22144
22145[[package]]
22146name = "zbus_names"
22147version = "4.3.1"
22148source = "registry+https://github.com/rust-lang/crates.io-index"
22149checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22150dependencies = [
22151 "serde",
22152 "winnow",
22153 "zvariant",
22154]
22155
22156[[package]]
22157name = "zed"
22158version = "0.233.4"
22159dependencies = [
22160 "acp_thread",
22161 "acp_tools",
22162 "action_log",
22163 "activity_indicator",
22164 "agent",
22165 "agent-client-protocol",
22166 "agent_servers",
22167 "agent_settings",
22168 "agent_ui",
22169 "anyhow",
22170 "ashpd",
22171 "askpass",
22172 "assets",
22173 "audio",
22174 "auto_update",
22175 "auto_update_ui",
22176 "breadcrumbs",
22177 "call",
22178 "channel",
22179 "chrono",
22180 "clap",
22181 "cli",
22182 "client",
22183 "clock",
22184 "codestral",
22185 "collab_ui",
22186 "collections",
22187 "command_palette",
22188 "component",
22189 "component_preview",
22190 "copilot",
22191 "copilot_chat",
22192 "copilot_ui",
22193 "crashes",
22194 "csv_preview",
22195 "dap_adapters",
22196 "db",
22197 "debug_adapter_extension",
22198 "debugger_tools",
22199 "debugger_ui",
22200 "dev_container",
22201 "diagnostics",
22202 "edit_prediction",
22203 "edit_prediction_ui",
22204 "editor",
22205 "encoding_selector",
22206 "env_logger 0.11.8",
22207 "etw_tracing",
22208 "extension",
22209 "extension_host",
22210 "extensions_ui",
22211 "feature_flags",
22212 "feedback",
22213 "file_finder",
22214 "fs",
22215 "futures 0.3.32",
22216 "git",
22217 "git_graph",
22218 "git_hosting_providers",
22219 "git_ui",
22220 "go_to_line",
22221 "gpui",
22222 "gpui_platform",
22223 "gpui_tokio",
22224 "http_client",
22225 "image",
22226 "image_viewer",
22227 "inspector_ui",
22228 "install_cli",
22229 "itertools 0.14.0",
22230 "journal",
22231 "json_schema_store",
22232 "keymap_editor",
22233 "language",
22234 "language_extension",
22235 "language_model",
22236 "language_models",
22237 "language_onboarding",
22238 "language_selector",
22239 "language_tools",
22240 "languages",
22241 "line_ending_selector",
22242 "log",
22243 "markdown",
22244 "markdown_preview",
22245 "menu",
22246 "migrator",
22247 "mimalloc",
22248 "miniprofiler_ui",
22249 "nc",
22250 "node_runtime",
22251 "notifications",
22252 "onboarding",
22253 "outline",
22254 "outline_panel",
22255 "parking_lot",
22256 "paths",
22257 "picker",
22258 "pkg-config",
22259 "pretty_assertions",
22260 "profiling",
22261 "project",
22262 "project_panel",
22263 "project_symbols",
22264 "prompt_store",
22265 "proto",
22266 "rayon",
22267 "recent_projects",
22268 "release_channel",
22269 "remote",
22270 "repl",
22271 "reqwest_client",
22272 "rope",
22273 "search",
22274 "semver",
22275 "serde",
22276 "serde_json",
22277 "session",
22278 "settings",
22279 "settings_profile_selector",
22280 "settings_ui",
22281 "shellexpand",
22282 "sidebar",
22283 "smol",
22284 "snippet_provider",
22285 "snippets_ui",
22286 "svg_preview",
22287 "sysinfo 0.37.2",
22288 "system_specs",
22289 "tab_switcher",
22290 "task",
22291 "tasks_ui",
22292 "telemetry",
22293 "telemetry_events",
22294 "tempfile",
22295 "terminal_view",
22296 "theme",
22297 "theme_extension",
22298 "theme_selector",
22299 "theme_settings",
22300 "time",
22301 "time_format",
22302 "title_bar",
22303 "toolchain_selector",
22304 "tracing",
22305 "ui",
22306 "ui_prompt",
22307 "url",
22308 "urlencoding",
22309 "util",
22310 "uuid",
22311 "vim",
22312 "vim_mode_setting",
22313 "watch",
22314 "web_search",
22315 "web_search_providers",
22316 "which_key",
22317 "windows 0.61.3",
22318 "winresource",
22319 "workspace",
22320 "zed-reqwest",
22321 "zed_actions",
22322 "zed_env_vars",
22323 "zlog",
22324 "zlog_settings",
22325 "ztracing",
22326]
22327
22328[[package]]
22329name = "zed-font-kit"
22330version = "0.14.1-zed"
22331source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22332dependencies = [
22333 "bitflags 2.10.0",
22334 "byteorder",
22335 "core-foundation 0.10.0",
22336 "core-graphics 0.24.0",
22337 "core-text",
22338 "dirs",
22339 "dwrote",
22340 "float-ord",
22341 "freetype-sys",
22342 "lazy_static",
22343 "libc",
22344 "log",
22345 "pathfinder_geometry",
22346 "pathfinder_simd",
22347 "walkdir",
22348 "winapi",
22349 "yeslogic-fontconfig-sys",
22350]
22351
22352[[package]]
22353name = "zed-reqwest"
22354version = "0.12.15-zed"
22355source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22356dependencies = [
22357 "base64 0.22.1",
22358 "bytes 1.11.1",
22359 "encoding_rs",
22360 "futures-core",
22361 "futures-util",
22362 "h2 0.4.12",
22363 "http 1.3.1",
22364 "http-body 1.0.1",
22365 "http-body-util",
22366 "hyper 1.7.0",
22367 "hyper-rustls 0.27.7",
22368 "hyper-util",
22369 "ipnet",
22370 "js-sys",
22371 "log",
22372 "mime",
22373 "mime_guess",
22374 "once_cell",
22375 "percent-encoding",
22376 "pin-project-lite",
22377 "quinn",
22378 "rustls 0.23.33",
22379 "rustls-native-certs 0.8.2",
22380 "rustls-pemfile 2.2.0",
22381 "rustls-pki-types",
22382 "serde",
22383 "serde_json",
22384 "serde_urlencoded",
22385 "sync_wrapper 1.0.2",
22386 "system-configuration 0.6.1",
22387 "tokio",
22388 "tokio-rustls 0.26.2",
22389 "tokio-socks",
22390 "tokio-util",
22391 "tower 0.5.2",
22392 "tower-service",
22393 "url",
22394 "wasm-bindgen",
22395 "wasm-bindgen-futures",
22396 "wasm-streams",
22397 "web-sys",
22398 "windows-registry 0.4.0",
22399]
22400
22401[[package]]
22402name = "zed-scap"
22403version = "0.0.8-zed"
22404source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22405dependencies = [
22406 "anyhow",
22407 "cocoa 0.25.0",
22408 "core-graphics-helmer-fork",
22409 "log",
22410 "objc",
22411 "rand 0.8.5",
22412 "screencapturekit",
22413 "screencapturekit-sys",
22414 "sysinfo 0.31.4",
22415 "tao-core-video-sys",
22416 "windows 0.61.3",
22417 "windows-capture",
22418 "x11",
22419 "xcb",
22420]
22421
22422[[package]]
22423name = "zed-xim"
22424version = "0.4.0-zed"
22425source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22426dependencies = [
22427 "ahash 0.8.12",
22428 "hashbrown 0.14.5",
22429 "log",
22430 "x11rb",
22431 "xim-ctext",
22432 "xim-parser",
22433]
22434
22435[[package]]
22436name = "zed_actions"
22437version = "0.1.0"
22438dependencies = [
22439 "gpui",
22440 "schemars",
22441 "serde",
22442 "util",
22443 "uuid",
22444]
22445
22446[[package]]
22447name = "zed_credentials_provider"
22448version = "0.1.0"
22449dependencies = [
22450 "anyhow",
22451 "credentials_provider",
22452 "futures 0.3.32",
22453 "gpui",
22454 "paths",
22455 "release_channel",
22456 "serde",
22457 "serde_json",
22458]
22459
22460[[package]]
22461name = "zed_env_vars"
22462version = "0.1.0"
22463dependencies = [
22464 "env_var",
22465]
22466
22467[[package]]
22468name = "zed_extension_api"
22469version = "0.1.0"
22470source = "registry+https://github.com/rust-lang/crates.io-index"
22471checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22472dependencies = [
22473 "serde",
22474 "serde_json",
22475 "wit-bindgen 0.22.0",
22476]
22477
22478[[package]]
22479name = "zed_extension_api"
22480version = "0.7.0"
22481source = "registry+https://github.com/rust-lang/crates.io-index"
22482checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22483dependencies = [
22484 "serde",
22485 "serde_json",
22486 "wit-bindgen 0.41.0",
22487]
22488
22489[[package]]
22490name = "zed_extension_api"
22491version = "0.8.0"
22492dependencies = [
22493 "serde",
22494 "serde_json",
22495 "wit-bindgen 0.41.0",
22496]
22497
22498[[package]]
22499name = "zed_glsl"
22500version = "0.2.3"
22501dependencies = [
22502 "zed_extension_api 0.1.0",
22503]
22504
22505[[package]]
22506name = "zed_html"
22507version = "0.3.1"
22508dependencies = [
22509 "zed_extension_api 0.7.0",
22510]
22511
22512[[package]]
22513name = "zed_proto"
22514version = "0.3.2"
22515dependencies = [
22516 "zed_extension_api 0.7.0",
22517]
22518
22519[[package]]
22520name = "zed_test_extension"
22521version = "0.1.0"
22522dependencies = [
22523 "zed_extension_api 0.8.0",
22524]
22525
22526[[package]]
22527name = "zeno"
22528version = "0.3.3"
22529source = "registry+https://github.com/rust-lang/crates.io-index"
22530checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22531
22532[[package]]
22533name = "zerocopy"
22534version = "0.8.27"
22535source = "registry+https://github.com/rust-lang/crates.io-index"
22536checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22537dependencies = [
22538 "zerocopy-derive",
22539]
22540
22541[[package]]
22542name = "zerocopy-derive"
22543version = "0.8.27"
22544source = "registry+https://github.com/rust-lang/crates.io-index"
22545checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22546dependencies = [
22547 "proc-macro2",
22548 "quote",
22549 "syn 2.0.117",
22550]
22551
22552[[package]]
22553name = "zerofrom"
22554version = "0.1.6"
22555source = "registry+https://github.com/rust-lang/crates.io-index"
22556checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22557dependencies = [
22558 "zerofrom-derive",
22559]
22560
22561[[package]]
22562name = "zerofrom-derive"
22563version = "0.1.6"
22564source = "registry+https://github.com/rust-lang/crates.io-index"
22565checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22566dependencies = [
22567 "proc-macro2",
22568 "quote",
22569 "syn 2.0.117",
22570 "synstructure",
22571]
22572
22573[[package]]
22574name = "zeroize"
22575version = "1.8.2"
22576source = "registry+https://github.com/rust-lang/crates.io-index"
22577checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22578dependencies = [
22579 "zeroize_derive",
22580]
22581
22582[[package]]
22583name = "zeroize_derive"
22584version = "1.4.2"
22585source = "registry+https://github.com/rust-lang/crates.io-index"
22586checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22587dependencies = [
22588 "proc-macro2",
22589 "quote",
22590 "syn 2.0.117",
22591]
22592
22593[[package]]
22594name = "zeromq"
22595version = "0.5.0"
22596source = "registry+https://github.com/rust-lang/crates.io-index"
22597checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22598dependencies = [
22599 "async-dispatcher",
22600 "async-std",
22601 "async-trait",
22602 "asynchronous-codec",
22603 "bytes 1.11.1",
22604 "crossbeam-queue",
22605 "futures 0.3.32",
22606 "log",
22607 "num-traits",
22608 "once_cell",
22609 "parking_lot",
22610 "rand 0.9.3",
22611 "regex",
22612 "scc",
22613 "thiserror 1.0.69",
22614 "uuid",
22615]
22616
22617[[package]]
22618name = "zerotrie"
22619version = "0.2.2"
22620source = "registry+https://github.com/rust-lang/crates.io-index"
22621checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22622dependencies = [
22623 "displaydoc",
22624 "yoke 0.8.0",
22625 "zerofrom",
22626]
22627
22628[[package]]
22629name = "zerovec"
22630version = "0.11.4"
22631source = "registry+https://github.com/rust-lang/crates.io-index"
22632checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22633dependencies = [
22634 "yoke 0.8.0",
22635 "zerofrom",
22636 "zerovec-derive",
22637]
22638
22639[[package]]
22640name = "zerovec-derive"
22641version = "0.11.1"
22642source = "registry+https://github.com/rust-lang/crates.io-index"
22643checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22644dependencies = [
22645 "proc-macro2",
22646 "quote",
22647 "syn 2.0.117",
22648]
22649
22650[[package]]
22651name = "zeta_prompt"
22652version = "0.1.0"
22653dependencies = [
22654 "anyhow",
22655 "imara-diff",
22656 "indoc",
22657 "serde",
22658 "strum 0.27.2",
22659]
22660
22661[[package]]
22662name = "zip"
22663version = "0.6.6"
22664source = "registry+https://github.com/rust-lang/crates.io-index"
22665checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22666dependencies = [
22667 "aes",
22668 "byteorder",
22669 "bzip2 0.4.4",
22670 "constant_time_eq",
22671 "crc32fast",
22672 "crossbeam-utils",
22673 "flate2",
22674 "hmac",
22675 "pbkdf2 0.11.0",
22676 "sha1",
22677 "time",
22678 "zstd",
22679]
22680
22681[[package]]
22682name = "zip"
22683version = "1.1.4"
22684source = "registry+https://github.com/rust-lang/crates.io-index"
22685checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22686dependencies = [
22687 "arbitrary",
22688 "crc32fast",
22689 "crossbeam-utils",
22690 "displaydoc",
22691 "indexmap",
22692 "num_enum",
22693 "thiserror 1.0.69",
22694]
22695
22696[[package]]
22697name = "zlog"
22698version = "0.1.0"
22699dependencies = [
22700 "anyhow",
22701 "chrono",
22702 "collections",
22703 "log",
22704 "tempfile",
22705]
22706
22707[[package]]
22708name = "zlog_settings"
22709version = "0.1.0"
22710dependencies = [
22711 "collections",
22712 "gpui",
22713 "settings",
22714 "zlog",
22715]
22716
22717[[package]]
22718name = "zstd"
22719version = "0.11.2+zstd.1.5.2"
22720source = "registry+https://github.com/rust-lang/crates.io-index"
22721checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22722dependencies = [
22723 "zstd-safe",
22724]
22725
22726[[package]]
22727name = "zstd-safe"
22728version = "5.0.2+zstd.1.5.2"
22729source = "registry+https://github.com/rust-lang/crates.io-index"
22730checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22731dependencies = [
22732 "libc",
22733 "zstd-sys",
22734]
22735
22736[[package]]
22737name = "zstd-sys"
22738version = "2.0.16+zstd.1.5.7"
22739source = "registry+https://github.com/rust-lang/crates.io-index"
22740checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22741dependencies = [
22742 "cc",
22743 "pkg-config",
22744]
22745
22746[[package]]
22747name = "ztracing"
22748version = "0.1.0"
22749dependencies = [
22750 "tracing",
22751 "tracing-subscriber",
22752 "tracing-tracy",
22753 "tracy-client",
22754 "zlog",
22755 "ztracing_macro",
22756]
22757
22758[[package]]
22759name = "ztracing_macro"
22760version = "0.1.0"
22761
22762[[package]]
22763name = "zune-core"
22764version = "0.4.12"
22765source = "registry+https://github.com/rust-lang/crates.io-index"
22766checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22767
22768[[package]]
22769name = "zune-inflate"
22770version = "0.2.54"
22771source = "registry+https://github.com/rust-lang/crates.io-index"
22772checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22773dependencies = [
22774 "simd-adler32",
22775]
22776
22777[[package]]
22778name = "zune-jpeg"
22779version = "0.4.21"
22780source = "registry+https://github.com/rust-lang/crates.io-index"
22781checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22782dependencies = [
22783 "zune-core",
22784]
22785
22786[[package]]
22787name = "zvariant"
22788version = "5.9.2"
22789source = "registry+https://github.com/rust-lang/crates.io-index"
22790checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22791dependencies = [
22792 "endi",
22793 "enumflags2",
22794 "serde",
22795 "serde_bytes",
22796 "winnow",
22797 "zvariant_derive",
22798 "zvariant_utils",
22799]
22800
22801[[package]]
22802name = "zvariant_derive"
22803version = "5.9.2"
22804source = "registry+https://github.com/rust-lang/crates.io-index"
22805checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22806dependencies = [
22807 "proc-macro-crate",
22808 "proc-macro2",
22809 "quote",
22810 "syn 2.0.117",
22811 "zvariant_utils",
22812]
22813
22814[[package]]
22815name = "zvariant_utils"
22816version = "3.3.0"
22817source = "registry+https://github.com/rust-lang/crates.io-index"
22818checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22819dependencies = [
22820 "proc-macro2",
22821 "quote",
22822 "serde",
22823 "syn 2.0.117",
22824 "winnow",
22825]