Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "feature_flags",
   18 "file_icons",
   19 "futures 0.3.32",
   20 "gpui",
   21 "image",
   22 "indoc",
   23 "itertools 0.14.0",
   24 "language",
   25 "language_model",
   26 "log",
   27 "markdown",
   28 "multi_buffer",
   29 "parking_lot",
   30 "portable-pty",
   31 "project",
   32 "prompt_store",
   33 "rand 0.9.3",
   34 "serde",
   35 "serde_json",
   36 "settings",
   37 "smol",
   38 "task",
   39 "telemetry",
   40 "terminal",
   41 "text",
   42 "ui",
   43 "url",
   44 "urlencoding",
   45 "util",
   46 "uuid",
   47 "watch",
   48]
   49
   50[[package]]
   51name = "acp_tools"
   52version = "0.1.0"
   53dependencies = [
   54 "agent-client-protocol",
   55 "collections",
   56 "gpui",
   57 "language",
   58 "markdown",
   59 "project",
   60 "serde",
   61 "serde_json",
   62 "settings",
   63 "theme_settings",
   64 "ui",
   65 "util",
   66 "workspace",
   67]
   68
   69[[package]]
   70name = "action_log"
   71version = "0.1.0"
   72dependencies = [
   73 "anyhow",
   74 "buffer_diff",
   75 "clock",
   76 "collections",
   77 "ctor",
   78 "fs",
   79 "futures 0.3.32",
   80 "git",
   81 "gpui",
   82 "language",
   83 "log",
   84 "pretty_assertions",
   85 "project",
   86 "rand 0.9.3",
   87 "serde_json",
   88 "settings",
   89 "telemetry",
   90 "text",
   91 "util",
   92 "watch",
   93 "zlog",
   94]
   95
   96[[package]]
   97name = "activity_indicator"
   98version = "0.1.0"
   99dependencies = [
  100 "anyhow",
  101 "auto_update",
  102 "editor",
  103 "extension_host",
  104 "fs",
  105 "futures 0.3.32",
  106 "gpui",
  107 "language",
  108 "project",
  109 "proto",
  110 "smallvec",
  111 "ui",
  112 "util",
  113 "workspace",
  114]
  115
  116[[package]]
  117name = "addr2line"
  118version = "0.25.1"
  119source = "registry+https://github.com/rust-lang/crates.io-index"
  120checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  121dependencies = [
  122 "gimli",
  123]
  124
  125[[package]]
  126name = "adler2"
  127version = "2.0.1"
  128source = "registry+https://github.com/rust-lang/crates.io-index"
  129checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  130
  131[[package]]
  132name = "aes"
  133version = "0.8.4"
  134source = "registry+https://github.com/rust-lang/crates.io-index"
  135checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  136dependencies = [
  137 "cfg-if",
  138 "cipher",
  139 "cpufeatures",
  140 "zeroize",
  141]
  142
  143[[package]]
  144name = "agent"
  145version = "0.1.0"
  146dependencies = [
  147 "acp_thread",
  148 "action_log",
  149 "agent-client-protocol",
  150 "agent_servers",
  151 "agent_settings",
  152 "anyhow",
  153 "chrono",
  154 "client",
  155 "clock",
  156 "cloud_api_types",
  157 "cloud_llm_client",
  158 "collections",
  159 "context_server",
  160 "ctor",
  161 "db",
  162 "derive_more",
  163 "editor",
  164 "env_logger 0.11.8",
  165 "eval_utils",
  166 "feature_flags",
  167 "fs",
  168 "futures 0.3.32",
  169 "git",
  170 "gpui",
  171 "gpui_tokio",
  172 "handlebars 4.5.0",
  173 "heck 0.5.0",
  174 "html_to_markdown",
  175 "http_client",
  176 "indoc",
  177 "itertools 0.14.0",
  178 "language",
  179 "language_model",
  180 "language_models",
  181 "log",
  182 "lsp",
  183 "open",
  184 "parking_lot",
  185 "paths",
  186 "pretty_assertions",
  187 "project",
  188 "prompt_store",
  189 "rand 0.9.3",
  190 "regex",
  191 "reqwest_client",
  192 "rust-embed",
  193 "schemars",
  194 "serde",
  195 "serde_json",
  196 "settings",
  197 "shell_command_parser",
  198 "smallvec",
  199 "smol",
  200 "sqlez",
  201 "streaming_diff",
  202 "strsim",
  203 "task",
  204 "telemetry",
  205 "tempfile",
  206 "text",
  207 "theme",
  208 "thiserror 2.0.17",
  209 "ui",
  210 "unindent",
  211 "url",
  212 "util",
  213 "uuid",
  214 "watch",
  215 "web_search",
  216 "zed_env_vars",
  217 "zlog",
  218 "zstd",
  219]
  220
  221[[package]]
  222name = "agent-client-protocol"
  223version = "0.10.2"
  224source = "registry+https://github.com/rust-lang/crates.io-index"
  225checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  226dependencies = [
  227 "agent-client-protocol-schema",
  228 "anyhow",
  229 "async-broadcast",
  230 "async-trait",
  231 "derive_more",
  232 "futures 0.3.32",
  233 "log",
  234 "serde",
  235 "serde_json",
  236]
  237
  238[[package]]
  239name = "agent-client-protocol-schema"
  240version = "0.11.2"
  241source = "registry+https://github.com/rust-lang/crates.io-index"
  242checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  243dependencies = [
  244 "anyhow",
  245 "derive_more",
  246 "schemars",
  247 "serde",
  248 "serde_json",
  249 "strum 0.28.0",
  250]
  251
  252[[package]]
  253name = "agent_servers"
  254version = "0.1.0"
  255dependencies = [
  256 "acp_thread",
  257 "acp_tools",
  258 "action_log",
  259 "agent-client-protocol",
  260 "anyhow",
  261 "async-pipe",
  262 "async-trait",
  263 "chrono",
  264 "client",
  265 "collections",
  266 "env_logger 0.11.8",
  267 "feature_flags",
  268 "fs",
  269 "futures 0.3.32",
  270 "google_ai",
  271 "gpui",
  272 "gpui_tokio",
  273 "http_client",
  274 "indoc",
  275 "language_model",
  276 "libc",
  277 "log",
  278 "nix 0.29.0",
  279 "project",
  280 "release_channel",
  281 "remote",
  282 "reqwest_client",
  283 "serde",
  284 "serde_json",
  285 "settings",
  286 "smol",
  287 "task",
  288 "tempfile",
  289 "terminal",
  290 "thiserror 2.0.17",
  291 "ui",
  292 "util",
  293 "uuid",
  294 "watch",
  295 "zed_credentials_provider",
  296]
  297
  298[[package]]
  299name = "agent_settings"
  300version = "0.1.0"
  301dependencies = [
  302 "agent-client-protocol",
  303 "anyhow",
  304 "collections",
  305 "convert_case 0.8.0",
  306 "fs",
  307 "futures 0.3.32",
  308 "gpui",
  309 "language_model",
  310 "log",
  311 "paths",
  312 "project",
  313 "regex",
  314 "schemars",
  315 "serde",
  316 "serde_json",
  317 "serde_json_lenient",
  318 "settings",
  319 "util",
  320]
  321
  322[[package]]
  323name = "agent_ui"
  324version = "0.1.0"
  325dependencies = [
  326 "acp_thread",
  327 "action_log",
  328 "agent",
  329 "agent-client-protocol",
  330 "agent_servers",
  331 "agent_settings",
  332 "ai_onboarding",
  333 "anyhow",
  334 "audio",
  335 "base64 0.22.1",
  336 "buffer_diff",
  337 "chrono",
  338 "client",
  339 "clock",
  340 "cloud_api_types",
  341 "collections",
  342 "command_palette_hooks",
  343 "component",
  344 "context_server",
  345 "db",
  346 "editor",
  347 "eval_utils",
  348 "extension",
  349 "extension_host",
  350 "feature_flags",
  351 "file_icons",
  352 "fs",
  353 "futures 0.3.32",
  354 "fuzzy",
  355 "git",
  356 "git_ui",
  357 "gpui",
  358 "gpui_tokio",
  359 "heapless",
  360 "html_to_markdown",
  361 "http_client",
  362 "image",
  363 "indoc",
  364 "itertools 0.14.0",
  365 "jsonschema",
  366 "language",
  367 "language_model",
  368 "language_models",
  369 "languages",
  370 "log",
  371 "lsp",
  372 "markdown",
  373 "menu",
  374 "multi_buffer",
  375 "node_runtime",
  376 "notifications",
  377 "ordered-float 2.10.1",
  378 "parking_lot",
  379 "paths",
  380 "picker",
  381 "postage",
  382 "pretty_assertions",
  383 "project",
  384 "prompt_store",
  385 "proto",
  386 "rand 0.9.3",
  387 "release_channel",
  388 "remote",
  389 "remote_connection",
  390 "remote_server",
  391 "reqwest_client",
  392 "rope",
  393 "rules_library",
  394 "schemars",
  395 "search",
  396 "semver",
  397 "serde",
  398 "serde_json",
  399 "serde_json_lenient",
  400 "settings",
  401 "smol",
  402 "streaming_diff",
  403 "task",
  404 "telemetry",
  405 "tempfile",
  406 "terminal",
  407 "terminal_view",
  408 "text",
  409 "theme",
  410 "theme_settings",
  411 "time",
  412 "tree-sitter-md",
  413 "ui",
  414 "ui_input",
  415 "unindent",
  416 "url",
  417 "util",
  418 "uuid",
  419 "vim",
  420 "watch",
  421 "workspace",
  422 "zed_actions",
  423]
  424
  425[[package]]
  426name = "ahash"
  427version = "0.7.8"
  428source = "registry+https://github.com/rust-lang/crates.io-index"
  429checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  430dependencies = [
  431 "getrandom 0.2.16",
  432 "once_cell",
  433 "version_check",
  434]
  435
  436[[package]]
  437name = "ahash"
  438version = "0.8.12"
  439source = "registry+https://github.com/rust-lang/crates.io-index"
  440checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  441dependencies = [
  442 "cfg-if",
  443 "const-random",
  444 "getrandom 0.3.4",
  445 "once_cell",
  446 "serde",
  447 "version_check",
  448 "zerocopy",
  449]
  450
  451[[package]]
  452name = "aho-corasick"
  453version = "1.1.3"
  454source = "registry+https://github.com/rust-lang/crates.io-index"
  455checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  456dependencies = [
  457 "memchr",
  458]
  459
  460[[package]]
  461name = "ai_onboarding"
  462version = "0.1.0"
  463dependencies = [
  464 "client",
  465 "cloud_api_types",
  466 "component",
  467 "gpui",
  468 "language_model",
  469 "serde",
  470 "smallvec",
  471 "telemetry",
  472 "ui",
  473 "zed_actions",
  474]
  475
  476[[package]]
  477name = "alacritty_terminal"
  478version = "0.25.1"
  479source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  480dependencies = [
  481 "base64 0.22.1",
  482 "bitflags 2.10.0",
  483 "home",
  484 "libc",
  485 "log",
  486 "mach2 0.5.0",
  487 "miow",
  488 "parking_lot",
  489 "piper",
  490 "polling",
  491 "regex-automata",
  492 "rustix 1.1.2",
  493 "rustix-openpty",
  494 "serde",
  495 "signal-hook",
  496 "unicode-width",
  497 "vte",
  498 "windows-sys 0.59.0",
  499]
  500
  501[[package]]
  502name = "aliasable"
  503version = "0.1.3"
  504source = "registry+https://github.com/rust-lang/crates.io-index"
  505checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  506
  507[[package]]
  508name = "aligned"
  509version = "0.4.3"
  510source = "registry+https://github.com/rust-lang/crates.io-index"
  511checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
  512dependencies = [
  513 "as-slice",
  514]
  515
  516[[package]]
  517name = "aligned-vec"
  518version = "0.6.4"
  519source = "registry+https://github.com/rust-lang/crates.io-index"
  520checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  521dependencies = [
  522 "equator",
  523]
  524
  525[[package]]
  526name = "allocator-api2"
  527version = "0.2.21"
  528source = "registry+https://github.com/rust-lang/crates.io-index"
  529checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  530
  531[[package]]
  532name = "alsa"
  533version = "0.10.0"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  536dependencies = [
  537 "alsa-sys",
  538 "bitflags 2.10.0",
  539 "cfg-if",
  540 "libc",
  541]
  542
  543[[package]]
  544name = "alsa-sys"
  545version = "0.3.1"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  548dependencies = [
  549 "libc",
  550 "pkg-config",
  551]
  552
  553[[package]]
  554name = "ambient-authority"
  555version = "0.0.2"
  556source = "registry+https://github.com/rust-lang/crates.io-index"
  557checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  558
  559[[package]]
  560name = "ammonia"
  561version = "4.1.2"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  564dependencies = [
  565 "cssparser",
  566 "html5ever 0.35.0",
  567 "maplit",
  568 "tendril",
  569 "url",
  570]
  571
  572[[package]]
  573name = "android_system_properties"
  574version = "0.1.5"
  575source = "registry+https://github.com/rust-lang/crates.io-index"
  576checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  577dependencies = [
  578 "libc",
  579]
  580
  581[[package]]
  582name = "anes"
  583version = "0.1.6"
  584source = "registry+https://github.com/rust-lang/crates.io-index"
  585checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  586
  587[[package]]
  588name = "annotate-snippets"
  589version = "0.12.12"
  590source = "registry+https://github.com/rust-lang/crates.io-index"
  591checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  592dependencies = [
  593 "anstyle",
  594 "memchr",
  595 "unicode-width",
  596]
  597
  598[[package]]
  599name = "anstream"
  600version = "0.6.21"
  601source = "registry+https://github.com/rust-lang/crates.io-index"
  602checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  603dependencies = [
  604 "anstyle",
  605 "anstyle-parse",
  606 "anstyle-query",
  607 "anstyle-wincon",
  608 "colorchoice",
  609 "is_terminal_polyfill",
  610 "utf8parse",
  611]
  612
  613[[package]]
  614name = "anstyle"
  615version = "1.0.13"
  616source = "registry+https://github.com/rust-lang/crates.io-index"
  617checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  618
  619[[package]]
  620name = "anstyle-parse"
  621version = "0.2.7"
  622source = "registry+https://github.com/rust-lang/crates.io-index"
  623checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  624dependencies = [
  625 "utf8parse",
  626]
  627
  628[[package]]
  629name = "anstyle-query"
  630version = "1.1.4"
  631source = "registry+https://github.com/rust-lang/crates.io-index"
  632checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  633dependencies = [
  634 "windows-sys 0.60.2",
  635]
  636
  637[[package]]
  638name = "anstyle-wincon"
  639version = "3.0.10"
  640source = "registry+https://github.com/rust-lang/crates.io-index"
  641checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  642dependencies = [
  643 "anstyle",
  644 "once_cell_polyfill",
  645 "windows-sys 0.60.2",
  646]
  647
  648[[package]]
  649name = "anthropic"
  650version = "0.1.0"
  651dependencies = [
  652 "anyhow",
  653 "chrono",
  654 "collections",
  655 "futures 0.3.32",
  656 "http_client",
  657 "language_model_core",
  658 "log",
  659 "schemars",
  660 "serde",
  661 "serde_json",
  662 "strum 0.27.2",
  663 "thiserror 2.0.17",
  664 "tiktoken-rs",
  665]
  666
  667[[package]]
  668name = "any_vec"
  669version = "0.14.0"
  670source = "registry+https://github.com/rust-lang/crates.io-index"
  671checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  672
  673[[package]]
  674name = "anyhow"
  675version = "1.0.100"
  676source = "registry+https://github.com/rust-lang/crates.io-index"
  677checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  678
  679[[package]]
  680name = "approx"
  681version = "0.5.1"
  682source = "registry+https://github.com/rust-lang/crates.io-index"
  683checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  684dependencies = [
  685 "num-traits",
  686]
  687
  688[[package]]
  689name = "ar_archive_writer"
  690version = "0.5.1"
  691source = "registry+https://github.com/rust-lang/crates.io-index"
  692checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  693dependencies = [
  694 "object",
  695]
  696
  697[[package]]
  698name = "arbitrary"
  699version = "1.4.2"
  700source = "registry+https://github.com/rust-lang/crates.io-index"
  701checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  702dependencies = [
  703 "derive_arbitrary",
  704]
  705
  706[[package]]
  707name = "arc-swap"
  708version = "1.9.0"
  709source = "registry+https://github.com/rust-lang/crates.io-index"
  710checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  711dependencies = [
  712 "rustversion",
  713]
  714
  715[[package]]
  716name = "arg_enum_proc_macro"
  717version = "0.3.4"
  718source = "registry+https://github.com/rust-lang/crates.io-index"
  719checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  720dependencies = [
  721 "proc-macro2",
  722 "quote",
  723 "syn 2.0.117",
  724]
  725
  726[[package]]
  727name = "arraydeque"
  728version = "0.5.1"
  729source = "registry+https://github.com/rust-lang/crates.io-index"
  730checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  731
  732[[package]]
  733name = "arrayref"
  734version = "0.3.9"
  735source = "registry+https://github.com/rust-lang/crates.io-index"
  736checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  737
  738[[package]]
  739name = "arrayvec"
  740version = "0.7.6"
  741source = "registry+https://github.com/rust-lang/crates.io-index"
  742checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  743
  744[[package]]
  745name = "as-raw-xcb-connection"
  746version = "1.0.1"
  747source = "registry+https://github.com/rust-lang/crates.io-index"
  748checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  749
  750[[package]]
  751name = "as-slice"
  752version = "0.2.1"
  753source = "registry+https://github.com/rust-lang/crates.io-index"
  754checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
  755dependencies = [
  756 "stable_deref_trait",
  757]
  758
  759[[package]]
  760name = "ascii"
  761version = "1.1.0"
  762source = "registry+https://github.com/rust-lang/crates.io-index"
  763checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  764
  765[[package]]
  766name = "ash"
  767version = "0.38.0+1.3.281"
  768source = "registry+https://github.com/rust-lang/crates.io-index"
  769checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  770dependencies = [
  771 "libloading",
  772]
  773
  774[[package]]
  775name = "ashpd"
  776version = "0.13.2"
  777source = "registry+https://github.com/rust-lang/crates.io-index"
  778checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  779dependencies = [
  780 "enumflags2",
  781 "futures-channel",
  782 "futures-util",
  783 "getrandom 0.4.1",
  784 "serde",
  785 "serde_repr",
  786 "wayland-backend",
  787 "wayland-client",
  788 "wayland-protocols",
  789 "zbus",
  790]
  791
  792[[package]]
  793name = "askpass"
  794version = "0.1.0"
  795dependencies = [
  796 "anyhow",
  797 "futures 0.3.32",
  798 "gpui",
  799 "log",
  800 "net",
  801 "smol",
  802 "tempfile",
  803 "util",
  804 "windows 0.61.3",
  805 "zeroize",
  806]
  807
  808[[package]]
  809name = "assets"
  810version = "0.1.0"
  811dependencies = [
  812 "anyhow",
  813 "gpui",
  814 "rust-embed",
  815]
  816
  817[[package]]
  818name = "async-attributes"
  819version = "1.1.2"
  820source = "registry+https://github.com/rust-lang/crates.io-index"
  821checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  822dependencies = [
  823 "quote",
  824 "syn 1.0.109",
  825]
  826
  827[[package]]
  828name = "async-broadcast"
  829version = "0.7.2"
  830source = "registry+https://github.com/rust-lang/crates.io-index"
  831checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  832dependencies = [
  833 "event-listener 5.4.1",
  834 "event-listener-strategy",
  835 "futures-core",
  836 "pin-project-lite",
  837]
  838
  839[[package]]
  840name = "async-channel"
  841version = "1.9.0"
  842source = "registry+https://github.com/rust-lang/crates.io-index"
  843checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  844dependencies = [
  845 "concurrent-queue",
  846 "event-listener 2.5.3",
  847 "futures-core",
  848]
  849
  850[[package]]
  851name = "async-channel"
  852version = "2.5.0"
  853source = "registry+https://github.com/rust-lang/crates.io-index"
  854checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  855dependencies = [
  856 "concurrent-queue",
  857 "event-listener-strategy",
  858 "futures-core",
  859 "pin-project-lite",
  860]
  861
  862[[package]]
  863name = "async-compat"
  864version = "0.2.5"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  867dependencies = [
  868 "futures-core",
  869 "futures-io",
  870 "once_cell",
  871 "pin-project-lite",
  872 "tokio",
  873]
  874
  875[[package]]
  876name = "async-compression"
  877version = "0.4.32"
  878source = "registry+https://github.com/rust-lang/crates.io-index"
  879checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  880dependencies = [
  881 "compression-codecs",
  882 "compression-core",
  883 "futures-core",
  884 "futures-io",
  885 "pin-project-lite",
  886]
  887
  888[[package]]
  889name = "async-dispatcher"
  890version = "0.1.2"
  891source = "registry+https://github.com/rust-lang/crates.io-index"
  892checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  893dependencies = [
  894 "async-task",
  895 "futures-lite 1.13.0",
  896]
  897
  898[[package]]
  899name = "async-executor"
  900version = "1.13.3"
  901source = "registry+https://github.com/rust-lang/crates.io-index"
  902checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  903dependencies = [
  904 "async-task",
  905 "concurrent-queue",
  906 "fastrand 2.3.0",
  907 "futures-lite 2.6.1",
  908 "pin-project-lite",
  909 "slab",
  910]
  911
  912[[package]]
  913name = "async-fs"
  914version = "2.2.0"
  915source = "registry+https://github.com/rust-lang/crates.io-index"
  916checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  917dependencies = [
  918 "async-lock 3.4.2",
  919 "blocking",
  920 "futures-lite 2.6.1",
  921]
  922
  923[[package]]
  924name = "async-global-executor"
  925version = "2.4.1"
  926source = "registry+https://github.com/rust-lang/crates.io-index"
  927checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  928dependencies = [
  929 "async-channel 2.5.0",
  930 "async-executor",
  931 "async-io",
  932 "async-lock 3.4.2",
  933 "blocking",
  934 "futures-lite 2.6.1",
  935 "once_cell",
  936]
  937
  938[[package]]
  939name = "async-io"
  940version = "2.6.0"
  941source = "registry+https://github.com/rust-lang/crates.io-index"
  942checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  943dependencies = [
  944 "autocfg",
  945 "cfg-if",
  946 "concurrent-queue",
  947 "futures-io",
  948 "futures-lite 2.6.1",
  949 "parking",
  950 "polling",
  951 "rustix 1.1.2",
  952 "slab",
  953 "windows-sys 0.61.2",
  954]
  955
  956[[package]]
  957name = "async-lock"
  958version = "2.8.0"
  959source = "registry+https://github.com/rust-lang/crates.io-index"
  960checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  961dependencies = [
  962 "event-listener 2.5.3",
  963]
  964
  965[[package]]
  966name = "async-lock"
  967version = "3.4.2"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  970dependencies = [
  971 "event-listener 5.4.1",
  972 "event-listener-strategy",
  973 "pin-project-lite",
  974]
  975
  976[[package]]
  977name = "async-net"
  978version = "2.0.0"
  979source = "registry+https://github.com/rust-lang/crates.io-index"
  980checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  981dependencies = [
  982 "async-io",
  983 "blocking",
  984 "futures-lite 2.6.1",
  985]
  986
  987[[package]]
  988name = "async-pipe"
  989version = "0.1.3"
  990source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  991dependencies = [
  992 "futures 0.3.32",
  993 "log",
  994]
  995
  996[[package]]
  997name = "async-process"
  998version = "2.5.0"
  999source = "registry+https://github.com/rust-lang/crates.io-index"
 1000checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1001dependencies = [
 1002 "async-channel 2.5.0",
 1003 "async-io",
 1004 "async-lock 3.4.2",
 1005 "async-signal",
 1006 "async-task",
 1007 "blocking",
 1008 "cfg-if",
 1009 "event-listener 5.4.1",
 1010 "futures-lite 2.6.1",
 1011 "rustix 1.1.2",
 1012]
 1013
 1014[[package]]
 1015name = "async-recursion"
 1016version = "1.1.1"
 1017source = "registry+https://github.com/rust-lang/crates.io-index"
 1018checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1019dependencies = [
 1020 "proc-macro2",
 1021 "quote",
 1022 "syn 2.0.117",
 1023]
 1024
 1025[[package]]
 1026name = "async-signal"
 1027version = "0.2.13"
 1028source = "registry+https://github.com/rust-lang/crates.io-index"
 1029checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1030dependencies = [
 1031 "async-io",
 1032 "async-lock 3.4.2",
 1033 "atomic-waker",
 1034 "cfg-if",
 1035 "futures-core",
 1036 "futures-io",
 1037 "rustix 1.1.2",
 1038 "signal-hook-registry",
 1039 "slab",
 1040 "windows-sys 0.61.2",
 1041]
 1042
 1043[[package]]
 1044name = "async-std"
 1045version = "1.13.2"
 1046source = "registry+https://github.com/rust-lang/crates.io-index"
 1047checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1048dependencies = [
 1049 "async-attributes",
 1050 "async-channel 1.9.0",
 1051 "async-global-executor",
 1052 "async-io",
 1053 "async-lock 3.4.2",
 1054 "async-process",
 1055 "crossbeam-utils",
 1056 "futures-channel",
 1057 "futures-core",
 1058 "futures-io",
 1059 "futures-lite 2.6.1",
 1060 "gloo-timers",
 1061 "kv-log-macro",
 1062 "log",
 1063 "memchr",
 1064 "once_cell",
 1065 "pin-project-lite",
 1066 "pin-utils",
 1067 "slab",
 1068 "wasm-bindgen-futures",
 1069]
 1070
 1071[[package]]
 1072name = "async-stream"
 1073version = "0.3.6"
 1074source = "registry+https://github.com/rust-lang/crates.io-index"
 1075checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1076dependencies = [
 1077 "async-stream-impl",
 1078 "futures-core",
 1079 "pin-project-lite",
 1080]
 1081
 1082[[package]]
 1083name = "async-stream-impl"
 1084version = "0.3.6"
 1085source = "registry+https://github.com/rust-lang/crates.io-index"
 1086checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1087dependencies = [
 1088 "proc-macro2",
 1089 "quote",
 1090 "syn 2.0.117",
 1091]
 1092
 1093[[package]]
 1094name = "async-tar"
 1095version = "0.5.1"
 1096source = "registry+https://github.com/rust-lang/crates.io-index"
 1097checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1098dependencies = [
 1099 "async-std",
 1100 "filetime",
 1101 "libc",
 1102 "pin-project",
 1103 "redox_syscall 0.2.16",
 1104 "xattr",
 1105]
 1106
 1107[[package]]
 1108name = "async-task"
 1109version = "4.7.1"
 1110source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1111
 1112[[package]]
 1113name = "async-trait"
 1114version = "0.1.89"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1117dependencies = [
 1118 "proc-macro2",
 1119 "quote",
 1120 "syn 2.0.117",
 1121]
 1122
 1123[[package]]
 1124name = "async-tungstenite"
 1125version = "0.31.0"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1128dependencies = [
 1129 "atomic-waker",
 1130 "futures-core",
 1131 "futures-io",
 1132 "futures-task",
 1133 "futures-util",
 1134 "log",
 1135 "pin-project-lite",
 1136 "rustls-pki-types",
 1137 "tokio",
 1138 "tokio-rustls 0.26.2",
 1139 "tungstenite 0.27.0",
 1140]
 1141
 1142[[package]]
 1143name = "async_zip"
 1144version = "0.0.18"
 1145source = "registry+https://github.com/rust-lang/crates.io-index"
 1146checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1147dependencies = [
 1148 "async-compression",
 1149 "crc32fast",
 1150 "futures-lite 2.6.1",
 1151 "pin-project",
 1152 "thiserror 2.0.17",
 1153]
 1154
 1155[[package]]
 1156name = "asynchronous-codec"
 1157version = "0.7.0"
 1158source = "registry+https://github.com/rust-lang/crates.io-index"
 1159checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1160dependencies = [
 1161 "bytes 1.11.1",
 1162 "futures-sink",
 1163 "futures-util",
 1164 "memchr",
 1165 "pin-project-lite",
 1166]
 1167
 1168[[package]]
 1169name = "atoi"
 1170version = "2.0.0"
 1171source = "registry+https://github.com/rust-lang/crates.io-index"
 1172checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1173dependencies = [
 1174 "num-traits",
 1175]
 1176
 1177[[package]]
 1178name = "atomic"
 1179version = "0.5.3"
 1180source = "registry+https://github.com/rust-lang/crates.io-index"
 1181checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1182
 1183[[package]]
 1184name = "atomic-waker"
 1185version = "1.1.2"
 1186source = "registry+https://github.com/rust-lang/crates.io-index"
 1187checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1188
 1189[[package]]
 1190name = "audio"
 1191version = "0.1.0"
 1192dependencies = [
 1193 "anyhow",
 1194 "collections",
 1195 "cpal",
 1196 "crossbeam",
 1197 "denoise",
 1198 "gpui",
 1199 "libwebrtc",
 1200 "log",
 1201 "parking_lot",
 1202 "rodio",
 1203 "serde",
 1204 "settings",
 1205 "thiserror 2.0.17",
 1206 "util",
 1207]
 1208
 1209[[package]]
 1210name = "auditable-serde"
 1211version = "0.8.0"
 1212source = "registry+https://github.com/rust-lang/crates.io-index"
 1213checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1214dependencies = [
 1215 "semver",
 1216 "serde",
 1217 "serde_json",
 1218 "topological-sort",
 1219]
 1220
 1221[[package]]
 1222name = "auto_update"
 1223version = "0.1.0"
 1224dependencies = [
 1225 "anyhow",
 1226 "client",
 1227 "clock",
 1228 "ctor",
 1229 "db",
 1230 "futures 0.3.32",
 1231 "futures-lite 1.13.0",
 1232 "gpui",
 1233 "http_client",
 1234 "log",
 1235 "parking_lot",
 1236 "paths",
 1237 "release_channel",
 1238 "semver",
 1239 "serde",
 1240 "serde_json",
 1241 "settings",
 1242 "smol",
 1243 "tempfile",
 1244 "util",
 1245 "which 6.0.3",
 1246 "workspace",
 1247 "zlog",
 1248]
 1249
 1250[[package]]
 1251name = "auto_update_helper"
 1252version = "0.1.0"
 1253dependencies = [
 1254 "anyhow",
 1255 "log",
 1256 "scopeguard",
 1257 "simplelog",
 1258 "tempfile",
 1259 "windows 0.61.3",
 1260 "winresource",
 1261]
 1262
 1263[[package]]
 1264name = "auto_update_ui"
 1265version = "0.1.0"
 1266dependencies = [
 1267 "agent_settings",
 1268 "anyhow",
 1269 "auto_update",
 1270 "client",
 1271 "db",
 1272 "editor",
 1273 "fs",
 1274 "gpui",
 1275 "markdown_preview",
 1276 "notifications",
 1277 "release_channel",
 1278 "semver",
 1279 "serde",
 1280 "serde_json",
 1281 "smol",
 1282 "telemetry",
 1283 "ui",
 1284 "util",
 1285 "workspace",
 1286 "zed_actions",
 1287]
 1288
 1289[[package]]
 1290name = "autocfg"
 1291version = "1.5.0"
 1292source = "registry+https://github.com/rust-lang/crates.io-index"
 1293checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1294
 1295[[package]]
 1296name = "av-scenechange"
 1297version = "0.14.1"
 1298source = "registry+https://github.com/rust-lang/crates.io-index"
 1299checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
 1300dependencies = [
 1301 "aligned",
 1302 "anyhow",
 1303 "arg_enum_proc_macro",
 1304 "arrayvec",
 1305 "log",
 1306 "num-rational",
 1307 "num-traits",
 1308 "pastey",
 1309 "rayon",
 1310 "thiserror 2.0.17",
 1311 "v_frame",
 1312 "y4m",
 1313]
 1314
 1315[[package]]
 1316name = "av1-grain"
 1317version = "0.2.4"
 1318source = "registry+https://github.com/rust-lang/crates.io-index"
 1319checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1320dependencies = [
 1321 "anyhow",
 1322 "arrayvec",
 1323 "log",
 1324 "nom 7.1.3",
 1325 "num-rational",
 1326 "v_frame",
 1327]
 1328
 1329[[package]]
 1330name = "avif-serialize"
 1331version = "0.8.6"
 1332source = "registry+https://github.com/rust-lang/crates.io-index"
 1333checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1334dependencies = [
 1335 "arrayvec",
 1336]
 1337
 1338[[package]]
 1339name = "aws-config"
 1340version = "1.8.10"
 1341source = "registry+https://github.com/rust-lang/crates.io-index"
 1342checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1343dependencies = [
 1344 "aws-credential-types",
 1345 "aws-runtime",
 1346 "aws-sdk-sso",
 1347 "aws-sdk-ssooidc",
 1348 "aws-sdk-sts",
 1349 "aws-smithy-async",
 1350 "aws-smithy-http",
 1351 "aws-smithy-json",
 1352 "aws-smithy-runtime",
 1353 "aws-smithy-runtime-api",
 1354 "aws-smithy-types",
 1355 "aws-types",
 1356 "bytes 1.11.1",
 1357 "fastrand 2.3.0",
 1358 "hex",
 1359 "http 1.3.1",
 1360 "ring",
 1361 "time",
 1362 "tokio",
 1363 "tracing",
 1364 "url",
 1365 "zeroize",
 1366]
 1367
 1368[[package]]
 1369name = "aws-credential-types"
 1370version = "1.2.10"
 1371source = "registry+https://github.com/rust-lang/crates.io-index"
 1372checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1373dependencies = [
 1374 "aws-smithy-async",
 1375 "aws-smithy-runtime-api",
 1376 "aws-smithy-types",
 1377 "zeroize",
 1378]
 1379
 1380[[package]]
 1381name = "aws-lc-rs"
 1382version = "1.15.4"
 1383source = "registry+https://github.com/rust-lang/crates.io-index"
 1384checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1385dependencies = [
 1386 "aws-lc-sys",
 1387 "untrusted 0.7.1",
 1388 "zeroize",
 1389]
 1390
 1391[[package]]
 1392name = "aws-lc-sys"
 1393version = "0.37.0"
 1394source = "registry+https://github.com/rust-lang/crates.io-index"
 1395checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1396dependencies = [
 1397 "cc",
 1398 "cmake",
 1399 "dunce",
 1400 "fs_extra",
 1401]
 1402
 1403[[package]]
 1404name = "aws-runtime"
 1405version = "1.5.16"
 1406source = "registry+https://github.com/rust-lang/crates.io-index"
 1407checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1408dependencies = [
 1409 "aws-credential-types",
 1410 "aws-sigv4",
 1411 "aws-smithy-async",
 1412 "aws-smithy-eventstream",
 1413 "aws-smithy-http",
 1414 "aws-smithy-runtime",
 1415 "aws-smithy-runtime-api",
 1416 "aws-smithy-types",
 1417 "aws-types",
 1418 "bytes 1.11.1",
 1419 "fastrand 2.3.0",
 1420 "http 0.2.12",
 1421 "http-body 0.4.6",
 1422 "percent-encoding",
 1423 "pin-project-lite",
 1424 "tracing",
 1425 "uuid",
 1426]
 1427
 1428[[package]]
 1429name = "aws-sdk-bedrockruntime"
 1430version = "1.113.0"
 1431source = "registry+https://github.com/rust-lang/crates.io-index"
 1432checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1433dependencies = [
 1434 "aws-credential-types",
 1435 "aws-runtime",
 1436 "aws-sigv4",
 1437 "aws-smithy-async",
 1438 "aws-smithy-eventstream",
 1439 "aws-smithy-http",
 1440 "aws-smithy-json",
 1441 "aws-smithy-runtime",
 1442 "aws-smithy-runtime-api",
 1443 "aws-smithy-types",
 1444 "aws-types",
 1445 "bytes 1.11.1",
 1446 "fastrand 2.3.0",
 1447 "http 0.2.12",
 1448 "hyper 0.14.32",
 1449 "regex-lite",
 1450 "tracing",
 1451]
 1452
 1453[[package]]
 1454name = "aws-sdk-kinesis"
 1455version = "1.95.0"
 1456source = "registry+https://github.com/rust-lang/crates.io-index"
 1457checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1458dependencies = [
 1459 "aws-credential-types",
 1460 "aws-runtime",
 1461 "aws-smithy-async",
 1462 "aws-smithy-eventstream",
 1463 "aws-smithy-http",
 1464 "aws-smithy-json",
 1465 "aws-smithy-runtime",
 1466 "aws-smithy-runtime-api",
 1467 "aws-smithy-types",
 1468 "aws-types",
 1469 "bytes 1.11.1",
 1470 "fastrand 2.3.0",
 1471 "http 0.2.12",
 1472 "regex-lite",
 1473 "tracing",
 1474]
 1475
 1476[[package]]
 1477name = "aws-sdk-s3"
 1478version = "1.112.0"
 1479source = "registry+https://github.com/rust-lang/crates.io-index"
 1480checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1481dependencies = [
 1482 "aws-credential-types",
 1483 "aws-runtime",
 1484 "aws-sigv4",
 1485 "aws-smithy-async",
 1486 "aws-smithy-checksums",
 1487 "aws-smithy-eventstream",
 1488 "aws-smithy-http",
 1489 "aws-smithy-json",
 1490 "aws-smithy-runtime",
 1491 "aws-smithy-runtime-api",
 1492 "aws-smithy-types",
 1493 "aws-smithy-xml",
 1494 "aws-types",
 1495 "bytes 1.11.1",
 1496 "fastrand 2.3.0",
 1497 "hex",
 1498 "hmac",
 1499 "http 0.2.12",
 1500 "http 1.3.1",
 1501 "http-body 0.4.6",
 1502 "lru",
 1503 "percent-encoding",
 1504 "regex-lite",
 1505 "sha2",
 1506 "tracing",
 1507 "url",
 1508]
 1509
 1510[[package]]
 1511name = "aws-sdk-sso"
 1512version = "1.88.0"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1515dependencies = [
 1516 "aws-credential-types",
 1517 "aws-runtime",
 1518 "aws-smithy-async",
 1519 "aws-smithy-http",
 1520 "aws-smithy-json",
 1521 "aws-smithy-runtime",
 1522 "aws-smithy-runtime-api",
 1523 "aws-smithy-types",
 1524 "aws-types",
 1525 "bytes 1.11.1",
 1526 "fastrand 2.3.0",
 1527 "http 0.2.12",
 1528 "regex-lite",
 1529 "tracing",
 1530]
 1531
 1532[[package]]
 1533name = "aws-sdk-ssooidc"
 1534version = "1.90.0"
 1535source = "registry+https://github.com/rust-lang/crates.io-index"
 1536checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1537dependencies = [
 1538 "aws-credential-types",
 1539 "aws-runtime",
 1540 "aws-smithy-async",
 1541 "aws-smithy-http",
 1542 "aws-smithy-json",
 1543 "aws-smithy-runtime",
 1544 "aws-smithy-runtime-api",
 1545 "aws-smithy-types",
 1546 "aws-types",
 1547 "bytes 1.11.1",
 1548 "fastrand 2.3.0",
 1549 "http 0.2.12",
 1550 "regex-lite",
 1551 "tracing",
 1552]
 1553
 1554[[package]]
 1555name = "aws-sdk-sts"
 1556version = "1.90.0"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1559dependencies = [
 1560 "aws-credential-types",
 1561 "aws-runtime",
 1562 "aws-smithy-async",
 1563 "aws-smithy-http",
 1564 "aws-smithy-json",
 1565 "aws-smithy-query",
 1566 "aws-smithy-runtime",
 1567 "aws-smithy-runtime-api",
 1568 "aws-smithy-types",
 1569 "aws-smithy-xml",
 1570 "aws-types",
 1571 "fastrand 2.3.0",
 1572 "http 0.2.12",
 1573 "regex-lite",
 1574 "tracing",
 1575]
 1576
 1577[[package]]
 1578name = "aws-sigv4"
 1579version = "1.3.6"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1582dependencies = [
 1583 "aws-credential-types",
 1584 "aws-smithy-eventstream",
 1585 "aws-smithy-http",
 1586 "aws-smithy-runtime-api",
 1587 "aws-smithy-types",
 1588 "bytes 1.11.1",
 1589 "crypto-bigint 0.5.5",
 1590 "form_urlencoded",
 1591 "hex",
 1592 "hmac",
 1593 "http 0.2.12",
 1594 "http 1.3.1",
 1595 "p256",
 1596 "percent-encoding",
 1597 "ring",
 1598 "sha2",
 1599 "subtle",
 1600 "time",
 1601 "tracing",
 1602 "zeroize",
 1603]
 1604
 1605[[package]]
 1606name = "aws-smithy-async"
 1607version = "1.2.6"
 1608source = "registry+https://github.com/rust-lang/crates.io-index"
 1609checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1610dependencies = [
 1611 "futures-util",
 1612 "pin-project-lite",
 1613 "tokio",
 1614]
 1615
 1616[[package]]
 1617name = "aws-smithy-checksums"
 1618version = "0.63.11"
 1619source = "registry+https://github.com/rust-lang/crates.io-index"
 1620checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1621dependencies = [
 1622 "aws-smithy-http",
 1623 "aws-smithy-types",
 1624 "bytes 1.11.1",
 1625 "crc-fast",
 1626 "hex",
 1627 "http 0.2.12",
 1628 "http-body 0.4.6",
 1629 "md-5",
 1630 "pin-project-lite",
 1631 "sha1",
 1632 "sha2",
 1633 "tracing",
 1634]
 1635
 1636[[package]]
 1637name = "aws-smithy-eventstream"
 1638version = "0.60.13"
 1639source = "registry+https://github.com/rust-lang/crates.io-index"
 1640checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1641dependencies = [
 1642 "aws-smithy-types",
 1643 "bytes 1.11.1",
 1644 "crc32fast",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-http"
 1649version = "0.62.5"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1652dependencies = [
 1653 "aws-smithy-eventstream",
 1654 "aws-smithy-runtime-api",
 1655 "aws-smithy-types",
 1656 "bytes 1.11.1",
 1657 "bytes-utils",
 1658 "futures-core",
 1659 "futures-util",
 1660 "http 0.2.12",
 1661 "http 1.3.1",
 1662 "http-body 0.4.6",
 1663 "percent-encoding",
 1664 "pin-project-lite",
 1665 "pin-utils",
 1666 "tracing",
 1667]
 1668
 1669[[package]]
 1670name = "aws-smithy-http-client"
 1671version = "1.1.4"
 1672source = "registry+https://github.com/rust-lang/crates.io-index"
 1673checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1674dependencies = [
 1675 "aws-smithy-async",
 1676 "aws-smithy-runtime-api",
 1677 "aws-smithy-types",
 1678 "h2 0.3.27",
 1679 "h2 0.4.12",
 1680 "http 0.2.12",
 1681 "http 1.3.1",
 1682 "http-body 0.4.6",
 1683 "hyper 0.14.32",
 1684 "hyper 1.7.0",
 1685 "hyper-rustls 0.24.2",
 1686 "hyper-rustls 0.27.7",
 1687 "hyper-util",
 1688 "pin-project-lite",
 1689 "rustls 0.21.12",
 1690 "rustls 0.23.33",
 1691 "rustls-native-certs 0.8.2",
 1692 "rustls-pki-types",
 1693 "tokio",
 1694 "tokio-rustls 0.26.2",
 1695 "tower 0.5.2",
 1696 "tracing",
 1697]
 1698
 1699[[package]]
 1700name = "aws-smithy-json"
 1701version = "0.61.7"
 1702source = "registry+https://github.com/rust-lang/crates.io-index"
 1703checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1704dependencies = [
 1705 "aws-smithy-types",
 1706]
 1707
 1708[[package]]
 1709name = "aws-smithy-observability"
 1710version = "0.1.4"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1713dependencies = [
 1714 "aws-smithy-runtime-api",
 1715]
 1716
 1717[[package]]
 1718name = "aws-smithy-query"
 1719version = "0.60.8"
 1720source = "registry+https://github.com/rust-lang/crates.io-index"
 1721checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1722dependencies = [
 1723 "aws-smithy-types",
 1724 "urlencoding",
 1725]
 1726
 1727[[package]]
 1728name = "aws-smithy-runtime"
 1729version = "1.9.4"
 1730source = "registry+https://github.com/rust-lang/crates.io-index"
 1731checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1732dependencies = [
 1733 "aws-smithy-async",
 1734 "aws-smithy-http",
 1735 "aws-smithy-http-client",
 1736 "aws-smithy-observability",
 1737 "aws-smithy-runtime-api",
 1738 "aws-smithy-types",
 1739 "bytes 1.11.1",
 1740 "fastrand 2.3.0",
 1741 "http 0.2.12",
 1742 "http 1.3.1",
 1743 "http-body 0.4.6",
 1744 "http-body 1.0.1",
 1745 "pin-project-lite",
 1746 "pin-utils",
 1747 "tokio",
 1748 "tracing",
 1749]
 1750
 1751[[package]]
 1752name = "aws-smithy-runtime-api"
 1753version = "1.9.2"
 1754source = "registry+https://github.com/rust-lang/crates.io-index"
 1755checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1756dependencies = [
 1757 "aws-smithy-async",
 1758 "aws-smithy-types",
 1759 "bytes 1.11.1",
 1760 "http 0.2.12",
 1761 "http 1.3.1",
 1762 "pin-project-lite",
 1763 "tokio",
 1764 "tracing",
 1765 "zeroize",
 1766]
 1767
 1768[[package]]
 1769name = "aws-smithy-types"
 1770version = "1.3.4"
 1771source = "registry+https://github.com/rust-lang/crates.io-index"
 1772checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1773dependencies = [
 1774 "base64-simd",
 1775 "bytes 1.11.1",
 1776 "bytes-utils",
 1777 "futures-core",
 1778 "http 0.2.12",
 1779 "http 1.3.1",
 1780 "http-body 0.4.6",
 1781 "http-body 1.0.1",
 1782 "http-body-util",
 1783 "itoa",
 1784 "num-integer",
 1785 "pin-project-lite",
 1786 "pin-utils",
 1787 "ryu",
 1788 "serde",
 1789 "time",
 1790 "tokio",
 1791 "tokio-util",
 1792]
 1793
 1794[[package]]
 1795name = "aws-smithy-xml"
 1796version = "0.60.12"
 1797source = "registry+https://github.com/rust-lang/crates.io-index"
 1798checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1799dependencies = [
 1800 "xmlparser",
 1801]
 1802
 1803[[package]]
 1804name = "aws-types"
 1805version = "1.3.10"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1808dependencies = [
 1809 "aws-credential-types",
 1810 "aws-smithy-async",
 1811 "aws-smithy-runtime-api",
 1812 "aws-smithy-types",
 1813 "rustc_version",
 1814 "tracing",
 1815]
 1816
 1817[[package]]
 1818name = "aws_http_client"
 1819version = "0.1.0"
 1820dependencies = [
 1821 "aws-smithy-runtime-api",
 1822 "aws-smithy-types",
 1823 "http_client",
 1824]
 1825
 1826[[package]]
 1827name = "axum"
 1828version = "0.6.20"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1831dependencies = [
 1832 "async-trait",
 1833 "axum-core",
 1834 "base64 0.21.7",
 1835 "bitflags 1.3.2",
 1836 "bytes 1.11.1",
 1837 "futures-util",
 1838 "headers",
 1839 "http 0.2.12",
 1840 "http-body 0.4.6",
 1841 "hyper 0.14.32",
 1842 "itoa",
 1843 "matchit",
 1844 "memchr",
 1845 "mime",
 1846 "percent-encoding",
 1847 "pin-project-lite",
 1848 "rustversion",
 1849 "serde",
 1850 "serde_json",
 1851 "serde_path_to_error",
 1852 "serde_urlencoded",
 1853 "sha1",
 1854 "sync_wrapper 0.1.2",
 1855 "tokio",
 1856 "tokio-tungstenite 0.20.1",
 1857 "tower 0.4.13",
 1858 "tower-layer",
 1859 "tower-service",
 1860]
 1861
 1862[[package]]
 1863name = "axum-core"
 1864version = "0.3.4"
 1865source = "registry+https://github.com/rust-lang/crates.io-index"
 1866checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1867dependencies = [
 1868 "async-trait",
 1869 "bytes 1.11.1",
 1870 "futures-util",
 1871 "http 0.2.12",
 1872 "http-body 0.4.6",
 1873 "mime",
 1874 "rustversion",
 1875 "tower-layer",
 1876 "tower-service",
 1877]
 1878
 1879[[package]]
 1880name = "backtrace"
 1881version = "0.3.76"
 1882source = "registry+https://github.com/rust-lang/crates.io-index"
 1883checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1884dependencies = [
 1885 "addr2line",
 1886 "cfg-if",
 1887 "libc",
 1888 "miniz_oxide",
 1889 "object",
 1890 "rustc-demangle",
 1891 "windows-link 0.2.1",
 1892]
 1893
 1894[[package]]
 1895name = "base16ct"
 1896version = "0.1.1"
 1897source = "registry+https://github.com/rust-lang/crates.io-index"
 1898checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1899
 1900[[package]]
 1901name = "base64"
 1902version = "0.21.7"
 1903source = "registry+https://github.com/rust-lang/crates.io-index"
 1904checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1905
 1906[[package]]
 1907name = "base64"
 1908version = "0.22.1"
 1909source = "registry+https://github.com/rust-lang/crates.io-index"
 1910checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1911
 1912[[package]]
 1913name = "base64-simd"
 1914version = "0.8.0"
 1915source = "registry+https://github.com/rust-lang/crates.io-index"
 1916checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1917dependencies = [
 1918 "outref",
 1919 "vsimd",
 1920]
 1921
 1922[[package]]
 1923name = "base64ct"
 1924version = "1.8.0"
 1925source = "registry+https://github.com/rust-lang/crates.io-index"
 1926checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1927
 1928[[package]]
 1929name = "bedrock"
 1930version = "0.1.0"
 1931dependencies = [
 1932 "anyhow",
 1933 "aws-sdk-bedrockruntime",
 1934 "aws-smithy-types",
 1935 "futures 0.3.32",
 1936 "schemars",
 1937 "serde",
 1938 "serde_json",
 1939 "strum 0.27.2",
 1940 "thiserror 2.0.17",
 1941]
 1942
 1943[[package]]
 1944name = "bigdecimal"
 1945version = "0.4.8"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1948dependencies = [
 1949 "autocfg",
 1950 "libm",
 1951 "num-bigint",
 1952 "num-integer",
 1953 "num-traits",
 1954 "serde",
 1955]
 1956
 1957[[package]]
 1958name = "bincode"
 1959version = "1.3.3"
 1960source = "registry+https://github.com/rust-lang/crates.io-index"
 1961checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1962dependencies = [
 1963 "serde",
 1964]
 1965
 1966[[package]]
 1967name = "bindgen"
 1968version = "0.71.1"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1971dependencies = [
 1972 "bitflags 2.10.0",
 1973 "cexpr",
 1974 "clang-sys",
 1975 "itertools 0.11.0",
 1976 "log",
 1977 "prettyplease",
 1978 "proc-macro2",
 1979 "quote",
 1980 "regex",
 1981 "rustc-hash 2.1.1",
 1982 "shlex",
 1983 "syn 2.0.117",
 1984]
 1985
 1986[[package]]
 1987name = "bindgen"
 1988version = "0.72.1"
 1989source = "registry+https://github.com/rust-lang/crates.io-index"
 1990checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1991dependencies = [
 1992 "bitflags 2.10.0",
 1993 "cexpr",
 1994 "clang-sys",
 1995 "itertools 0.11.0",
 1996 "proc-macro2",
 1997 "quote",
 1998 "regex",
 1999 "rustc-hash 2.1.1",
 2000 "shlex",
 2001 "syn 2.0.117",
 2002]
 2003
 2004[[package]]
 2005name = "bit-set"
 2006version = "0.8.0"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2009dependencies = [
 2010 "bit-vec 0.8.0",
 2011]
 2012
 2013[[package]]
 2014name = "bit-set"
 2015version = "0.9.1"
 2016source = "registry+https://github.com/rust-lang/crates.io-index"
 2017checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2018dependencies = [
 2019 "bit-vec 0.9.1",
 2020]
 2021
 2022[[package]]
 2023name = "bit-vec"
 2024version = "0.8.0"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2027
 2028[[package]]
 2029name = "bit-vec"
 2030version = "0.9.1"
 2031source = "registry+https://github.com/rust-lang/crates.io-index"
 2032checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2033
 2034[[package]]
 2035name = "bit_field"
 2036version = "0.10.3"
 2037source = "registry+https://github.com/rust-lang/crates.io-index"
 2038checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2039
 2040[[package]]
 2041name = "bitflags"
 2042version = "1.3.2"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2045
 2046[[package]]
 2047name = "bitflags"
 2048version = "2.10.0"
 2049source = "registry+https://github.com/rust-lang/crates.io-index"
 2050checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2051dependencies = [
 2052 "serde_core",
 2053]
 2054
 2055[[package]]
 2056name = "bitstream-io"
 2057version = "4.9.0"
 2058source = "registry+https://github.com/rust-lang/crates.io-index"
 2059checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
 2060dependencies = [
 2061 "core2",
 2062]
 2063
 2064[[package]]
 2065name = "bitvec"
 2066version = "1.0.1"
 2067source = "registry+https://github.com/rust-lang/crates.io-index"
 2068checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2069dependencies = [
 2070 "funty",
 2071 "radium",
 2072 "tap",
 2073 "wyz",
 2074]
 2075
 2076[[package]]
 2077name = "block"
 2078version = "0.1.6"
 2079source = "registry+https://github.com/rust-lang/crates.io-index"
 2080checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2081
 2082[[package]]
 2083name = "block-buffer"
 2084version = "0.10.4"
 2085source = "registry+https://github.com/rust-lang/crates.io-index"
 2086checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2087dependencies = [
 2088 "generic-array",
 2089]
 2090
 2091[[package]]
 2092name = "block-padding"
 2093version = "0.3.3"
 2094source = "registry+https://github.com/rust-lang/crates.io-index"
 2095checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2096dependencies = [
 2097 "generic-array",
 2098]
 2099
 2100[[package]]
 2101name = "block2"
 2102version = "0.6.2"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2105dependencies = [
 2106 "objc2",
 2107]
 2108
 2109[[package]]
 2110name = "blocking"
 2111version = "1.6.2"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2114dependencies = [
 2115 "async-channel 2.5.0",
 2116 "async-task",
 2117 "futures-io",
 2118 "futures-lite 2.6.1",
 2119 "piper",
 2120]
 2121
 2122[[package]]
 2123name = "bmrng"
 2124version = "0.5.2"
 2125source = "registry+https://github.com/rust-lang/crates.io-index"
 2126checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2127dependencies = [
 2128 "futures-core",
 2129 "tokio",
 2130]
 2131
 2132[[package]]
 2133name = "bon"
 2134version = "3.8.2"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2137dependencies = [
 2138 "bon-macros",
 2139 "rustversion",
 2140]
 2141
 2142[[package]]
 2143name = "bon-macros"
 2144version = "3.8.2"
 2145source = "registry+https://github.com/rust-lang/crates.io-index"
 2146checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2147dependencies = [
 2148 "darling 0.21.3",
 2149 "ident_case",
 2150 "prettyplease",
 2151 "proc-macro2",
 2152 "quote",
 2153 "rustversion",
 2154 "syn 2.0.117",
 2155]
 2156
 2157[[package]]
 2158name = "borrow-or-share"
 2159version = "0.2.4"
 2160source = "registry+https://github.com/rust-lang/crates.io-index"
 2161checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2162
 2163[[package]]
 2164name = "borsh"
 2165version = "1.5.7"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2168dependencies = [
 2169 "borsh-derive",
 2170 "cfg_aliases 0.2.1",
 2171]
 2172
 2173[[package]]
 2174name = "borsh-derive"
 2175version = "1.5.7"
 2176source = "registry+https://github.com/rust-lang/crates.io-index"
 2177checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2178dependencies = [
 2179 "once_cell",
 2180 "proc-macro-crate",
 2181 "proc-macro2",
 2182 "quote",
 2183 "syn 2.0.117",
 2184]
 2185
 2186[[package]]
 2187name = "breadcrumbs"
 2188version = "0.1.0"
 2189dependencies = [
 2190 "gpui",
 2191 "ui",
 2192 "workspace",
 2193]
 2194
 2195[[package]]
 2196name = "brush-parser"
 2197version = "0.3.0"
 2198source = "registry+https://github.com/rust-lang/crates.io-index"
 2199checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2200dependencies = [
 2201 "bon",
 2202 "cached",
 2203 "indenter",
 2204 "peg",
 2205 "thiserror 2.0.17",
 2206 "tracing",
 2207 "utf8-chars",
 2208]
 2209
 2210[[package]]
 2211name = "bstr"
 2212version = "1.12.0"
 2213source = "registry+https://github.com/rust-lang/crates.io-index"
 2214checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2215dependencies = [
 2216 "memchr",
 2217 "regex-automata",
 2218 "serde",
 2219]
 2220
 2221[[package]]
 2222name = "buffer_diff"
 2223version = "0.1.0"
 2224dependencies = [
 2225 "clock",
 2226 "ctor",
 2227 "futures 0.3.32",
 2228 "git2",
 2229 "gpui",
 2230 "language",
 2231 "log",
 2232 "pretty_assertions",
 2233 "rand 0.9.3",
 2234 "rope",
 2235 "settings",
 2236 "sum_tree",
 2237 "text",
 2238 "tracing",
 2239 "unindent",
 2240 "util",
 2241 "zlog",
 2242 "ztracing",
 2243]
 2244
 2245[[package]]
 2246name = "built"
 2247version = "0.8.0"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
 2250
 2251[[package]]
 2252name = "bumpalo"
 2253version = "3.19.0"
 2254source = "registry+https://github.com/rust-lang/crates.io-index"
 2255checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2256dependencies = [
 2257 "allocator-api2",
 2258]
 2259
 2260[[package]]
 2261name = "by_address"
 2262version = "1.2.1"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2265
 2266[[package]]
 2267name = "bytecheck"
 2268version = "0.6.12"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2271dependencies = [
 2272 "bytecheck_derive",
 2273 "ptr_meta",
 2274 "simdutf8",
 2275]
 2276
 2277[[package]]
 2278name = "bytecheck_derive"
 2279version = "0.6.12"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2282dependencies = [
 2283 "proc-macro2",
 2284 "quote",
 2285 "syn 1.0.109",
 2286]
 2287
 2288[[package]]
 2289name = "bytecount"
 2290version = "0.6.9"
 2291source = "registry+https://github.com/rust-lang/crates.io-index"
 2292checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2293
 2294[[package]]
 2295name = "bytemuck"
 2296version = "1.24.0"
 2297source = "registry+https://github.com/rust-lang/crates.io-index"
 2298checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2299dependencies = [
 2300 "bytemuck_derive",
 2301]
 2302
 2303[[package]]
 2304name = "bytemuck_derive"
 2305version = "1.10.2"
 2306source = "registry+https://github.com/rust-lang/crates.io-index"
 2307checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2308dependencies = [
 2309 "proc-macro2",
 2310 "quote",
 2311 "syn 2.0.117",
 2312]
 2313
 2314[[package]]
 2315name = "byteorder"
 2316version = "1.5.0"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2319
 2320[[package]]
 2321name = "byteorder-lite"
 2322version = "0.1.0"
 2323source = "registry+https://github.com/rust-lang/crates.io-index"
 2324checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2325
 2326[[package]]
 2327name = "bytes"
 2328version = "0.4.12"
 2329source = "registry+https://github.com/rust-lang/crates.io-index"
 2330checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2331dependencies = [
 2332 "byteorder",
 2333 "iovec",
 2334]
 2335
 2336[[package]]
 2337name = "bytes"
 2338version = "1.11.1"
 2339source = "registry+https://github.com/rust-lang/crates.io-index"
 2340checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2341
 2342[[package]]
 2343name = "bytes-utils"
 2344version = "0.1.4"
 2345source = "registry+https://github.com/rust-lang/crates.io-index"
 2346checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2347dependencies = [
 2348 "bytes 1.11.1",
 2349 "either",
 2350]
 2351
 2352[[package]]
 2353name = "bzip2"
 2354version = "0.4.4"
 2355source = "registry+https://github.com/rust-lang/crates.io-index"
 2356checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2357dependencies = [
 2358 "bzip2-sys",
 2359 "libc",
 2360]
 2361
 2362[[package]]
 2363name = "bzip2"
 2364version = "0.6.1"
 2365source = "registry+https://github.com/rust-lang/crates.io-index"
 2366checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2367dependencies = [
 2368 "libbz2-rs-sys",
 2369]
 2370
 2371[[package]]
 2372name = "bzip2-sys"
 2373version = "0.1.13+1.0.8"
 2374source = "registry+https://github.com/rust-lang/crates.io-index"
 2375checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2376dependencies = [
 2377 "cc",
 2378 "pkg-config",
 2379]
 2380
 2381[[package]]
 2382name = "cached"
 2383version = "0.56.0"
 2384source = "registry+https://github.com/rust-lang/crates.io-index"
 2385checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2386dependencies = [
 2387 "ahash 0.8.12",
 2388 "cached_proc_macro",
 2389 "cached_proc_macro_types",
 2390 "hashbrown 0.15.5",
 2391 "once_cell",
 2392 "thiserror 2.0.17",
 2393 "web-time",
 2394]
 2395
 2396[[package]]
 2397name = "cached_proc_macro"
 2398version = "0.25.0"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2401dependencies = [
 2402 "darling 0.20.11",
 2403 "proc-macro2",
 2404 "quote",
 2405 "syn 2.0.117",
 2406]
 2407
 2408[[package]]
 2409name = "cached_proc_macro_types"
 2410version = "0.1.1"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2413
 2414[[package]]
 2415name = "call"
 2416version = "0.1.0"
 2417dependencies = [
 2418 "anyhow",
 2419 "audio",
 2420 "client",
 2421 "collections",
 2422 "feature_flags",
 2423 "fs",
 2424 "futures 0.3.32",
 2425 "gpui",
 2426 "gpui_tokio",
 2427 "language",
 2428 "livekit_client",
 2429 "log",
 2430 "postage",
 2431 "project",
 2432 "serde",
 2433 "settings",
 2434 "telemetry",
 2435 "util",
 2436 "workspace",
 2437]
 2438
 2439[[package]]
 2440name = "calloop"
 2441version = "0.14.3"
 2442source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2443dependencies = [
 2444 "bitflags 2.10.0",
 2445 "polling",
 2446 "rustix 1.1.2",
 2447 "slab",
 2448 "tracing",
 2449]
 2450
 2451[[package]]
 2452name = "calloop-wayland-source"
 2453version = "0.4.1"
 2454source = "registry+https://github.com/rust-lang/crates.io-index"
 2455checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2456dependencies = [
 2457 "calloop",
 2458 "rustix 1.1.2",
 2459 "wayland-backend",
 2460 "wayland-client",
 2461]
 2462
 2463[[package]]
 2464name = "camino"
 2465version = "1.2.1"
 2466source = "registry+https://github.com/rust-lang/crates.io-index"
 2467checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2468dependencies = [
 2469 "serde_core",
 2470]
 2471
 2472[[package]]
 2473name = "candle-core"
 2474version = "0.9.1"
 2475source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2476dependencies = [
 2477 "byteorder",
 2478 "float8",
 2479 "gemm 0.17.1",
 2480 "half",
 2481 "memmap2",
 2482 "num-traits",
 2483 "num_cpus",
 2484 "rand 0.9.3",
 2485 "rand_distr",
 2486 "rayon",
 2487 "safetensors",
 2488 "thiserror 1.0.69",
 2489 "ug",
 2490 "yoke 0.7.5",
 2491 "zip 1.1.4",
 2492]
 2493
 2494[[package]]
 2495name = "candle-nn"
 2496version = "0.9.1"
 2497source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2498dependencies = [
 2499 "candle-core",
 2500 "half",
 2501 "libc",
 2502 "num-traits",
 2503 "rayon",
 2504 "safetensors",
 2505 "serde",
 2506 "thiserror 1.0.69",
 2507]
 2508
 2509[[package]]
 2510name = "candle-onnx"
 2511version = "0.9.1"
 2512source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2513dependencies = [
 2514 "candle-core",
 2515 "candle-nn",
 2516 "prost 0.12.6",
 2517]
 2518
 2519[[package]]
 2520name = "cap-fs-ext"
 2521version = "3.4.4"
 2522source = "registry+https://github.com/rust-lang/crates.io-index"
 2523checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2524dependencies = [
 2525 "cap-primitives",
 2526 "cap-std",
 2527 "io-lifetimes",
 2528 "windows-sys 0.59.0",
 2529]
 2530
 2531[[package]]
 2532name = "cap-net-ext"
 2533version = "3.4.4"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2536dependencies = [
 2537 "cap-primitives",
 2538 "cap-std",
 2539 "rustix 1.1.2",
 2540 "smallvec",
 2541]
 2542
 2543[[package]]
 2544name = "cap-primitives"
 2545version = "3.4.4"
 2546source = "registry+https://github.com/rust-lang/crates.io-index"
 2547checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2548dependencies = [
 2549 "ambient-authority",
 2550 "fs-set-times",
 2551 "io-extras",
 2552 "io-lifetimes",
 2553 "ipnet",
 2554 "maybe-owned",
 2555 "rustix 1.1.2",
 2556 "rustix-linux-procfs",
 2557 "windows-sys 0.59.0",
 2558 "winx",
 2559]
 2560
 2561[[package]]
 2562name = "cap-rand"
 2563version = "3.4.4"
 2564source = "registry+https://github.com/rust-lang/crates.io-index"
 2565checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2566dependencies = [
 2567 "ambient-authority",
 2568 "rand 0.8.5",
 2569]
 2570
 2571[[package]]
 2572name = "cap-std"
 2573version = "3.4.4"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2576dependencies = [
 2577 "cap-primitives",
 2578 "io-extras",
 2579 "io-lifetimes",
 2580 "rustix 1.1.2",
 2581]
 2582
 2583[[package]]
 2584name = "cap-time-ext"
 2585version = "3.4.4"
 2586source = "registry+https://github.com/rust-lang/crates.io-index"
 2587checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2588dependencies = [
 2589 "ambient-authority",
 2590 "cap-primitives",
 2591 "iana-time-zone",
 2592 "once_cell",
 2593 "rustix 1.1.2",
 2594 "winx",
 2595]
 2596
 2597[[package]]
 2598name = "cargo-platform"
 2599version = "0.1.9"
 2600source = "registry+https://github.com/rust-lang/crates.io-index"
 2601checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2602dependencies = [
 2603 "serde",
 2604]
 2605
 2606[[package]]
 2607name = "cargo-platform"
 2608version = "0.3.2"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2611dependencies = [
 2612 "serde",
 2613 "serde_core",
 2614]
 2615
 2616[[package]]
 2617name = "cargo_metadata"
 2618version = "0.19.2"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2621dependencies = [
 2622 "camino",
 2623 "cargo-platform 0.1.9",
 2624 "semver",
 2625 "serde",
 2626 "serde_json",
 2627 "thiserror 2.0.17",
 2628]
 2629
 2630[[package]]
 2631name = "cargo_metadata"
 2632version = "0.23.1"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2635dependencies = [
 2636 "camino",
 2637 "cargo-platform 0.3.2",
 2638 "semver",
 2639 "serde",
 2640 "serde_json",
 2641 "thiserror 2.0.17",
 2642]
 2643
 2644[[package]]
 2645name = "cargo_toml"
 2646version = "0.21.0"
 2647source = "registry+https://github.com/rust-lang/crates.io-index"
 2648checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2649dependencies = [
 2650 "serde",
 2651 "toml 0.8.23",
 2652]
 2653
 2654[[package]]
 2655name = "cast"
 2656version = "0.3.0"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2659
 2660[[package]]
 2661name = "cbc"
 2662version = "0.1.2"
 2663source = "registry+https://github.com/rust-lang/crates.io-index"
 2664checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2665dependencies = [
 2666 "cipher",
 2667]
 2668
 2669[[package]]
 2670name = "cbindgen"
 2671version = "0.28.0"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2674dependencies = [
 2675 "heck 0.4.1",
 2676 "indexmap",
 2677 "log",
 2678 "proc-macro2",
 2679 "quote",
 2680 "serde",
 2681 "serde_json",
 2682 "syn 2.0.117",
 2683 "tempfile",
 2684 "toml 0.8.23",
 2685]
 2686
 2687[[package]]
 2688name = "cc"
 2689version = "1.2.49"
 2690source = "registry+https://github.com/rust-lang/crates.io-index"
 2691checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2692dependencies = [
 2693 "find-msvc-tools",
 2694 "jobserver",
 2695 "libc",
 2696 "shlex",
 2697]
 2698
 2699[[package]]
 2700name = "cesu8"
 2701version = "1.1.0"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2704
 2705[[package]]
 2706name = "cexpr"
 2707version = "0.6.0"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2710dependencies = [
 2711 "nom 7.1.3",
 2712]
 2713
 2714[[package]]
 2715name = "cfg-expr"
 2716version = "0.20.6"
 2717source = "registry+https://github.com/rust-lang/crates.io-index"
 2718checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2719dependencies = [
 2720 "smallvec",
 2721 "target-lexicon",
 2722]
 2723
 2724[[package]]
 2725name = "cfg-if"
 2726version = "1.0.4"
 2727source = "registry+https://github.com/rust-lang/crates.io-index"
 2728checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2729
 2730[[package]]
 2731name = "cfg_aliases"
 2732version = "0.1.1"
 2733source = "registry+https://github.com/rust-lang/crates.io-index"
 2734checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2735
 2736[[package]]
 2737name = "cfg_aliases"
 2738version = "0.2.1"
 2739source = "registry+https://github.com/rust-lang/crates.io-index"
 2740checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2741
 2742[[package]]
 2743name = "cgl"
 2744version = "0.3.2"
 2745source = "registry+https://github.com/rust-lang/crates.io-index"
 2746checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2747dependencies = [
 2748 "libc",
 2749]
 2750
 2751[[package]]
 2752name = "channel"
 2753version = "0.1.0"
 2754dependencies = [
 2755 "anyhow",
 2756 "client",
 2757 "clock",
 2758 "collections",
 2759 "futures 0.3.32",
 2760 "gpui",
 2761 "http_client",
 2762 "language",
 2763 "log",
 2764 "postage",
 2765 "release_channel",
 2766 "rpc",
 2767 "semver",
 2768 "settings",
 2769 "text",
 2770 "time",
 2771 "util",
 2772]
 2773
 2774[[package]]
 2775name = "chardetng"
 2776version = "0.1.17"
 2777source = "registry+https://github.com/rust-lang/crates.io-index"
 2778checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2779dependencies = [
 2780 "cfg-if",
 2781 "encoding_rs",
 2782 "memchr",
 2783]
 2784
 2785[[package]]
 2786name = "chrono"
 2787version = "0.4.42"
 2788source = "registry+https://github.com/rust-lang/crates.io-index"
 2789checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2790dependencies = [
 2791 "iana-time-zone",
 2792 "js-sys",
 2793 "num-traits",
 2794 "serde",
 2795 "wasm-bindgen",
 2796 "windows-link 0.2.1",
 2797]
 2798
 2799[[package]]
 2800name = "chunked_transfer"
 2801version = "1.5.0"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2804
 2805[[package]]
 2806name = "ciborium"
 2807version = "0.2.2"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2810dependencies = [
 2811 "ciborium-io",
 2812 "ciborium-ll",
 2813 "serde",
 2814]
 2815
 2816[[package]]
 2817name = "ciborium-io"
 2818version = "0.2.2"
 2819source = "registry+https://github.com/rust-lang/crates.io-index"
 2820checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2821
 2822[[package]]
 2823name = "ciborium-ll"
 2824version = "0.2.2"
 2825source = "registry+https://github.com/rust-lang/crates.io-index"
 2826checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2827dependencies = [
 2828 "ciborium-io",
 2829 "half",
 2830]
 2831
 2832[[package]]
 2833name = "cipher"
 2834version = "0.4.4"
 2835source = "registry+https://github.com/rust-lang/crates.io-index"
 2836checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2837dependencies = [
 2838 "crypto-common",
 2839 "inout",
 2840 "zeroize",
 2841]
 2842
 2843[[package]]
 2844name = "circular-buffer"
 2845version = "1.2.0"
 2846source = "registry+https://github.com/rust-lang/crates.io-index"
 2847checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2848
 2849[[package]]
 2850name = "clang-sys"
 2851version = "1.8.1"
 2852source = "registry+https://github.com/rust-lang/crates.io-index"
 2853checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2854dependencies = [
 2855 "glob",
 2856 "libc",
 2857 "libloading",
 2858]
 2859
 2860[[package]]
 2861name = "clap"
 2862version = "4.5.49"
 2863source = "registry+https://github.com/rust-lang/crates.io-index"
 2864checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2865dependencies = [
 2866 "clap_builder",
 2867 "clap_derive",
 2868]
 2869
 2870[[package]]
 2871name = "clap_builder"
 2872version = "4.5.49"
 2873source = "registry+https://github.com/rust-lang/crates.io-index"
 2874checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2875dependencies = [
 2876 "anstream",
 2877 "anstyle",
 2878 "clap_lex",
 2879 "strsim",
 2880 "terminal_size",
 2881]
 2882
 2883[[package]]
 2884name = "clap_complete"
 2885version = "4.5.59"
 2886source = "registry+https://github.com/rust-lang/crates.io-index"
 2887checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2888dependencies = [
 2889 "clap",
 2890]
 2891
 2892[[package]]
 2893name = "clap_derive"
 2894version = "4.5.49"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2897dependencies = [
 2898 "heck 0.5.0",
 2899 "proc-macro2",
 2900 "quote",
 2901 "syn 2.0.117",
 2902]
 2903
 2904[[package]]
 2905name = "clap_lex"
 2906version = "0.7.6"
 2907source = "registry+https://github.com/rust-lang/crates.io-index"
 2908checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2909
 2910[[package]]
 2911name = "cli"
 2912version = "0.1.0"
 2913dependencies = [
 2914 "anyhow",
 2915 "askpass",
 2916 "clap",
 2917 "collections",
 2918 "console",
 2919 "core-foundation 0.10.0",
 2920 "core-services",
 2921 "dialoguer",
 2922 "exec",
 2923 "fork",
 2924 "ipc-channel",
 2925 "parking_lot",
 2926 "paths",
 2927 "plist",
 2928 "rayon",
 2929 "release_channel",
 2930 "serde",
 2931 "serde_json",
 2932 "tempfile",
 2933 "util",
 2934 "walkdir",
 2935 "windows 0.61.3",
 2936]
 2937
 2938[[package]]
 2939name = "client"
 2940version = "0.1.0"
 2941dependencies = [
 2942 "anyhow",
 2943 "async-tungstenite",
 2944 "base64 0.22.1",
 2945 "chrono",
 2946 "clock",
 2947 "cloud_api_client",
 2948 "cloud_api_types",
 2949 "cloud_llm_client",
 2950 "collections",
 2951 "credentials_provider",
 2952 "db",
 2953 "derive_more",
 2954 "feature_flags",
 2955 "fs",
 2956 "futures 0.3.32",
 2957 "gpui",
 2958 "gpui_tokio",
 2959 "http_client",
 2960 "http_client_tls",
 2961 "httparse",
 2962 "log",
 2963 "objc2-foundation",
 2964 "parking_lot",
 2965 "paths",
 2966 "postage",
 2967 "rand 0.9.3",
 2968 "regex",
 2969 "release_channel",
 2970 "rpc",
 2971 "rustls-pki-types",
 2972 "semver",
 2973 "serde",
 2974 "serde_json",
 2975 "serde_urlencoded",
 2976 "settings",
 2977 "sha2",
 2978 "smol",
 2979 "telemetry",
 2980 "telemetry_events",
 2981 "text",
 2982 "thiserror 2.0.17",
 2983 "time",
 2984 "tiny_http",
 2985 "tokio",
 2986 "tokio-native-tls",
 2987 "tokio-rustls 0.26.2",
 2988 "tokio-socks",
 2989 "url",
 2990 "util",
 2991 "windows 0.61.3",
 2992 "worktree",
 2993 "zed_credentials_provider",
 2994]
 2995
 2996[[package]]
 2997name = "clock"
 2998version = "0.1.0"
 2999dependencies = [
 3000 "parking_lot",
 3001 "serde",
 3002 "smallvec",
 3003]
 3004
 3005[[package]]
 3006name = "cloud_api_client"
 3007version = "0.1.0"
 3008dependencies = [
 3009 "anyhow",
 3010 "cloud_api_types",
 3011 "futures 0.3.32",
 3012 "gpui",
 3013 "gpui_tokio",
 3014 "http_client",
 3015 "parking_lot",
 3016 "serde_json",
 3017 "smol",
 3018 "thiserror 2.0.17",
 3019 "yawc",
 3020]
 3021
 3022[[package]]
 3023name = "cloud_api_types"
 3024version = "0.1.0"
 3025dependencies = [
 3026 "anyhow",
 3027 "chrono",
 3028 "ciborium",
 3029 "cloud_llm_client",
 3030 "pretty_assertions",
 3031 "serde",
 3032 "serde_json",
 3033 "strum 0.27.2",
 3034]
 3035
 3036[[package]]
 3037name = "cloud_llm_client"
 3038version = "0.1.0"
 3039dependencies = [
 3040 "anyhow",
 3041 "serde",
 3042 "serde_json",
 3043 "strum 0.27.2",
 3044 "uuid",
 3045 "zeta_prompt",
 3046]
 3047
 3048[[package]]
 3049name = "cmake"
 3050version = "0.1.56"
 3051source = "registry+https://github.com/rust-lang/crates.io-index"
 3052checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3053dependencies = [
 3054 "cc",
 3055]
 3056
 3057[[package]]
 3058name = "cobs"
 3059version = "0.3.0"
 3060source = "registry+https://github.com/rust-lang/crates.io-index"
 3061checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3062dependencies = [
 3063 "thiserror 2.0.17",
 3064]
 3065
 3066[[package]]
 3067name = "cocoa"
 3068version = "0.25.0"
 3069source = "registry+https://github.com/rust-lang/crates.io-index"
 3070checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3071dependencies = [
 3072 "bitflags 1.3.2",
 3073 "block",
 3074 "cocoa-foundation 0.1.2",
 3075 "core-foundation 0.9.4",
 3076 "core-graphics 0.23.2",
 3077 "foreign-types 0.5.0",
 3078 "libc",
 3079 "objc",
 3080]
 3081
 3082[[package]]
 3083name = "cocoa"
 3084version = "0.26.0"
 3085source = "registry+https://github.com/rust-lang/crates.io-index"
 3086checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3087dependencies = [
 3088 "bitflags 2.10.0",
 3089 "block",
 3090 "cocoa-foundation 0.2.0",
 3091 "core-foundation 0.10.0",
 3092 "core-graphics 0.24.0",
 3093 "foreign-types 0.5.0",
 3094 "libc",
 3095 "objc",
 3096]
 3097
 3098[[package]]
 3099name = "cocoa-foundation"
 3100version = "0.1.2"
 3101source = "registry+https://github.com/rust-lang/crates.io-index"
 3102checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3103dependencies = [
 3104 "bitflags 1.3.2",
 3105 "block",
 3106 "core-foundation 0.9.4",
 3107 "core-graphics-types 0.1.3",
 3108 "libc",
 3109 "objc",
 3110]
 3111
 3112[[package]]
 3113name = "cocoa-foundation"
 3114version = "0.2.0"
 3115source = "registry+https://github.com/rust-lang/crates.io-index"
 3116checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3117dependencies = [
 3118 "bitflags 2.10.0",
 3119 "block",
 3120 "core-foundation 0.10.0",
 3121 "core-graphics-types 0.2.0",
 3122 "libc",
 3123 "objc",
 3124]
 3125
 3126[[package]]
 3127name = "codespan-reporting"
 3128version = "0.13.0"
 3129source = "registry+https://github.com/rust-lang/crates.io-index"
 3130checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3131dependencies = [
 3132 "serde",
 3133 "termcolor",
 3134 "unicode-width",
 3135]
 3136
 3137[[package]]
 3138name = "codestral"
 3139version = "0.1.0"
 3140dependencies = [
 3141 "anyhow",
 3142 "edit_prediction",
 3143 "edit_prediction_types",
 3144 "futures 0.3.32",
 3145 "gpui",
 3146 "http_client",
 3147 "icons",
 3148 "language",
 3149 "language_model",
 3150 "log",
 3151 "serde",
 3152 "serde_json",
 3153 "text",
 3154 "zed_credentials_provider",
 3155 "zeta_prompt",
 3156]
 3157
 3158[[package]]
 3159name = "collab"
 3160version = "0.44.0"
 3161dependencies = [
 3162 "agent",
 3163 "anyhow",
 3164 "async-trait",
 3165 "async-tungstenite",
 3166 "aws-config",
 3167 "aws-sdk-kinesis",
 3168 "aws-sdk-s3",
 3169 "axum",
 3170 "buffer_diff",
 3171 "call",
 3172 "channel",
 3173 "chrono",
 3174 "client",
 3175 "clock",
 3176 "cloud_api_types",
 3177 "collab",
 3178 "collab_ui",
 3179 "collections",
 3180 "command_palette_hooks",
 3181 "ctor",
 3182 "dap",
 3183 "dap_adapters",
 3184 "dashmap",
 3185 "debugger_ui",
 3186 "editor",
 3187 "envy",
 3188 "extension",
 3189 "file_finder",
 3190 "fs",
 3191 "futures 0.3.32",
 3192 "git",
 3193 "git_hosting_providers",
 3194 "git_ui",
 3195 "gpui",
 3196 "gpui_tokio",
 3197 "hex",
 3198 "http_client",
 3199 "indoc",
 3200 "language",
 3201 "language_model",
 3202 "livekit_api",
 3203 "livekit_client",
 3204 "log",
 3205 "lsp",
 3206 "menu",
 3207 "multi_buffer",
 3208 "nanoid",
 3209 "node_runtime",
 3210 "notifications",
 3211 "parking_lot",
 3212 "pretty_assertions",
 3213 "project",
 3214 "prometheus",
 3215 "prompt_store",
 3216 "prost 0.9.0",
 3217 "rand 0.9.3",
 3218 "recent_projects",
 3219 "release_channel",
 3220 "remote",
 3221 "remote_server",
 3222 "reqwest 0.11.27",
 3223 "rpc",
 3224 "sea-orm",
 3225 "sea-orm-macros",
 3226 "semver",
 3227 "serde",
 3228 "serde_json",
 3229 "session",
 3230 "settings",
 3231 "sha2",
 3232 "smol",
 3233 "sqlx",
 3234 "strum 0.27.2",
 3235 "task",
 3236 "telemetry_events",
 3237 "text",
 3238 "theme",
 3239 "theme_settings",
 3240 "time",
 3241 "tokio",
 3242 "toml 0.8.23",
 3243 "tower 0.4.13",
 3244 "tower-http 0.4.4",
 3245 "tracing",
 3246 "tracing-subscriber",
 3247 "unindent",
 3248 "util",
 3249 "uuid",
 3250 "workspace",
 3251 "worktree",
 3252 "zed_actions",
 3253 "zlog",
 3254]
 3255
 3256[[package]]
 3257name = "collab_ui"
 3258version = "0.1.0"
 3259dependencies = [
 3260 "anyhow",
 3261 "call",
 3262 "channel",
 3263 "client",
 3264 "collections",
 3265 "db",
 3266 "editor",
 3267 "futures 0.3.32",
 3268 "fuzzy",
 3269 "gpui",
 3270 "livekit_client",
 3271 "menu",
 3272 "notifications",
 3273 "picker",
 3274 "project",
 3275 "release_channel",
 3276 "rpc",
 3277 "serde",
 3278 "serde_json",
 3279 "settings",
 3280 "smallvec",
 3281 "telemetry",
 3282 "theme",
 3283 "theme_settings",
 3284 "time",
 3285 "title_bar",
 3286 "ui",
 3287 "util",
 3288 "workspace",
 3289 "zed_actions",
 3290]
 3291
 3292[[package]]
 3293name = "collections"
 3294version = "0.1.0"
 3295dependencies = [
 3296 "indexmap",
 3297 "rustc-hash 2.1.1",
 3298]
 3299
 3300[[package]]
 3301name = "color_quant"
 3302version = "1.1.0"
 3303source = "registry+https://github.com/rust-lang/crates.io-index"
 3304checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3305
 3306[[package]]
 3307name = "colorchoice"
 3308version = "1.0.4"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3311
 3312[[package]]
 3313name = "combine"
 3314version = "4.6.7"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3317dependencies = [
 3318 "bytes 1.11.1",
 3319 "memchr",
 3320]
 3321
 3322[[package]]
 3323name = "command-fds"
 3324version = "0.3.2"
 3325source = "registry+https://github.com/rust-lang/crates.io-index"
 3326checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3327dependencies = [
 3328 "nix 0.30.1",
 3329 "thiserror 2.0.17",
 3330]
 3331
 3332[[package]]
 3333name = "command_palette"
 3334version = "0.1.0"
 3335dependencies = [
 3336 "anyhow",
 3337 "client",
 3338 "collections",
 3339 "command_palette_hooks",
 3340 "db",
 3341 "editor",
 3342 "fuzzy_nucleo",
 3343 "go_to_line",
 3344 "gpui",
 3345 "language",
 3346 "log",
 3347 "menu",
 3348 "picker",
 3349 "postage",
 3350 "project",
 3351 "serde",
 3352 "settings",
 3353 "telemetry",
 3354 "theme",
 3355 "theme_settings",
 3356 "time",
 3357 "ui",
 3358 "util",
 3359 "workspace",
 3360 "zed_actions",
 3361]
 3362
 3363[[package]]
 3364name = "command_palette_hooks"
 3365version = "0.1.0"
 3366dependencies = [
 3367 "collections",
 3368 "derive_more",
 3369 "gpui",
 3370 "workspace",
 3371]
 3372
 3373[[package]]
 3374name = "compliance"
 3375version = "0.1.0"
 3376dependencies = [
 3377 "anyhow",
 3378 "async-trait",
 3379 "derive_more",
 3380 "futures 0.3.32",
 3381 "indoc",
 3382 "itertools 0.14.0",
 3383 "jsonwebtoken",
 3384 "octocrab",
 3385 "regex",
 3386 "semver",
 3387 "serde",
 3388 "serde_json",
 3389 "tokio",
 3390]
 3391
 3392[[package]]
 3393name = "component"
 3394version = "0.1.0"
 3395dependencies = [
 3396 "collections",
 3397 "documented",
 3398 "gpui",
 3399 "inventory",
 3400 "parking_lot",
 3401 "strum 0.27.2",
 3402 "theme",
 3403]
 3404
 3405[[package]]
 3406name = "component_preview"
 3407version = "0.1.0"
 3408dependencies = [
 3409 "anyhow",
 3410 "client",
 3411 "collections",
 3412 "component",
 3413 "db",
 3414 "fs",
 3415 "gpui",
 3416 "gpui_platform",
 3417 "language",
 3418 "log",
 3419 "node_runtime",
 3420 "notifications",
 3421 "project",
 3422 "release_channel",
 3423 "reqwest_client",
 3424 "session",
 3425 "settings",
 3426 "theme",
 3427 "theme_settings",
 3428 "ui",
 3429 "ui_input",
 3430 "uuid",
 3431 "workspace",
 3432]
 3433
 3434[[package]]
 3435name = "compression-codecs"
 3436version = "0.4.31"
 3437source = "registry+https://github.com/rust-lang/crates.io-index"
 3438checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3439dependencies = [
 3440 "bzip2 0.6.1",
 3441 "compression-core",
 3442 "deflate64",
 3443 "flate2",
 3444 "memchr",
 3445]
 3446
 3447[[package]]
 3448name = "compression-core"
 3449version = "0.4.29"
 3450source = "registry+https://github.com/rust-lang/crates.io-index"
 3451checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3452
 3453[[package]]
 3454name = "concurrent-queue"
 3455version = "2.5.0"
 3456source = "registry+https://github.com/rust-lang/crates.io-index"
 3457checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3458dependencies = [
 3459 "crossbeam-utils",
 3460]
 3461
 3462[[package]]
 3463name = "console"
 3464version = "0.16.3"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3467dependencies = [
 3468 "encode_unicode",
 3469 "libc",
 3470 "unicode-width",
 3471 "windows-sys 0.61.2",
 3472]
 3473
 3474[[package]]
 3475name = "console_error_panic_hook"
 3476version = "0.1.7"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3479dependencies = [
 3480 "cfg-if",
 3481 "wasm-bindgen",
 3482]
 3483
 3484[[package]]
 3485name = "const-oid"
 3486version = "0.9.6"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3489
 3490[[package]]
 3491name = "const-random"
 3492version = "0.1.18"
 3493source = "registry+https://github.com/rust-lang/crates.io-index"
 3494checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3495dependencies = [
 3496 "const-random-macro",
 3497]
 3498
 3499[[package]]
 3500name = "const-random-macro"
 3501version = "0.1.16"
 3502source = "registry+https://github.com/rust-lang/crates.io-index"
 3503checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3504dependencies = [
 3505 "getrandom 0.2.16",
 3506 "once_cell",
 3507 "tiny-keccak",
 3508]
 3509
 3510[[package]]
 3511name = "const_format"
 3512version = "0.2.35"
 3513source = "registry+https://github.com/rust-lang/crates.io-index"
 3514checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3515dependencies = [
 3516 "const_format_proc_macros",
 3517]
 3518
 3519[[package]]
 3520name = "const_format_proc_macros"
 3521version = "0.2.34"
 3522source = "registry+https://github.com/rust-lang/crates.io-index"
 3523checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3524dependencies = [
 3525 "proc-macro2",
 3526 "quote",
 3527 "unicode-xid",
 3528]
 3529
 3530[[package]]
 3531name = "constant_time_eq"
 3532version = "0.1.5"
 3533source = "registry+https://github.com/rust-lang/crates.io-index"
 3534checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3535
 3536[[package]]
 3537name = "context_server"
 3538version = "0.1.0"
 3539dependencies = [
 3540 "anyhow",
 3541 "async-trait",
 3542 "base64 0.22.1",
 3543 "collections",
 3544 "futures 0.3.32",
 3545 "gpui",
 3546 "http_client",
 3547 "log",
 3548 "net",
 3549 "parking_lot",
 3550 "postage",
 3551 "rand 0.9.3",
 3552 "schemars",
 3553 "serde",
 3554 "serde_json",
 3555 "settings",
 3556 "sha2",
 3557 "slotmap",
 3558 "smol",
 3559 "tempfile",
 3560 "tiny_http",
 3561 "url",
 3562 "util",
 3563]
 3564
 3565[[package]]
 3566name = "convert_case"
 3567version = "0.8.0"
 3568source = "registry+https://github.com/rust-lang/crates.io-index"
 3569checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3570dependencies = [
 3571 "unicode-segmentation",
 3572]
 3573
 3574[[package]]
 3575name = "convert_case"
 3576version = "0.10.0"
 3577source = "registry+https://github.com/rust-lang/crates.io-index"
 3578checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3579dependencies = [
 3580 "unicode-segmentation",
 3581]
 3582
 3583[[package]]
 3584name = "convert_case"
 3585version = "0.11.0"
 3586source = "registry+https://github.com/rust-lang/crates.io-index"
 3587checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3588dependencies = [
 3589 "unicode-segmentation",
 3590]
 3591
 3592[[package]]
 3593name = "copilot"
 3594version = "0.1.0"
 3595dependencies = [
 3596 "anyhow",
 3597 "async-std",
 3598 "collections",
 3599 "command_palette_hooks",
 3600 "copilot_chat",
 3601 "edit_prediction_types",
 3602 "editor",
 3603 "fs",
 3604 "futures 0.3.32",
 3605 "gpui",
 3606 "icons",
 3607 "indoc",
 3608 "language",
 3609 "log",
 3610 "lsp",
 3611 "node_runtime",
 3612 "parking_lot",
 3613 "paths",
 3614 "pretty_assertions",
 3615 "project",
 3616 "rpc",
 3617 "semver",
 3618 "serde",
 3619 "serde_json",
 3620 "settings",
 3621 "sum_tree",
 3622 "theme",
 3623 "theme_settings",
 3624 "util",
 3625 "workspace",
 3626 "zlog",
 3627]
 3628
 3629[[package]]
 3630name = "copilot_chat"
 3631version = "0.1.0"
 3632dependencies = [
 3633 "anthropic",
 3634 "anyhow",
 3635 "collections",
 3636 "dirs",
 3637 "fs",
 3638 "futures 0.3.32",
 3639 "gpui",
 3640 "http_client",
 3641 "log",
 3642 "paths",
 3643 "serde",
 3644 "serde_json",
 3645 "settings",
 3646]
 3647
 3648[[package]]
 3649name = "copilot_ui"
 3650version = "0.1.0"
 3651dependencies = [
 3652 "anyhow",
 3653 "copilot",
 3654 "gpui",
 3655 "language",
 3656 "log",
 3657 "lsp",
 3658 "menu",
 3659 "project",
 3660 "serde_json",
 3661 "settings",
 3662 "ui",
 3663 "util",
 3664 "workspace",
 3665]
 3666
 3667[[package]]
 3668name = "core-foundation"
 3669version = "0.9.4"
 3670source = "registry+https://github.com/rust-lang/crates.io-index"
 3671checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3672dependencies = [
 3673 "core-foundation-sys",
 3674 "libc",
 3675]
 3676
 3677[[package]]
 3678name = "core-foundation"
 3679version = "0.10.0"
 3680source = "registry+https://github.com/rust-lang/crates.io-index"
 3681checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3682dependencies = [
 3683 "core-foundation-sys",
 3684 "libc",
 3685]
 3686
 3687[[package]]
 3688name = "core-foundation-sys"
 3689version = "0.8.7"
 3690source = "registry+https://github.com/rust-lang/crates.io-index"
 3691checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3692
 3693[[package]]
 3694name = "core-graphics"
 3695version = "0.23.2"
 3696source = "registry+https://github.com/rust-lang/crates.io-index"
 3697checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3698dependencies = [
 3699 "bitflags 1.3.2",
 3700 "core-foundation 0.9.4",
 3701 "core-graphics-types 0.1.3",
 3702 "foreign-types 0.5.0",
 3703 "libc",
 3704]
 3705
 3706[[package]]
 3707name = "core-graphics"
 3708version = "0.24.0"
 3709source = "registry+https://github.com/rust-lang/crates.io-index"
 3710checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3711dependencies = [
 3712 "bitflags 2.10.0",
 3713 "core-foundation 0.10.0",
 3714 "core-graphics-types 0.2.0",
 3715 "foreign-types 0.5.0",
 3716 "libc",
 3717]
 3718
 3719[[package]]
 3720name = "core-graphics-helmer-fork"
 3721version = "0.24.0"
 3722source = "registry+https://github.com/rust-lang/crates.io-index"
 3723checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3724dependencies = [
 3725 "bitflags 2.10.0",
 3726 "core-foundation 0.9.4",
 3727 "core-graphics-types 0.1.3",
 3728 "foreign-types 0.5.0",
 3729 "libc",
 3730]
 3731
 3732[[package]]
 3733name = "core-graphics-types"
 3734version = "0.1.3"
 3735source = "registry+https://github.com/rust-lang/crates.io-index"
 3736checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3737dependencies = [
 3738 "bitflags 1.3.2",
 3739 "core-foundation 0.9.4",
 3740 "libc",
 3741]
 3742
 3743[[package]]
 3744name = "core-graphics-types"
 3745version = "0.2.0"
 3746source = "registry+https://github.com/rust-lang/crates.io-index"
 3747checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3748dependencies = [
 3749 "bitflags 2.10.0",
 3750 "core-foundation 0.10.0",
 3751 "libc",
 3752]
 3753
 3754[[package]]
 3755name = "core-graphics2"
 3756version = "0.5.2"
 3757source = "registry+https://github.com/rust-lang/crates.io-index"
 3758checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3759dependencies = [
 3760 "bitflags 2.10.0",
 3761 "block",
 3762 "cfg-if",
 3763 "core-foundation 0.10.0",
 3764 "libc",
 3765]
 3766
 3767[[package]]
 3768name = "core-services"
 3769version = "0.2.1"
 3770source = "registry+https://github.com/rust-lang/crates.io-index"
 3771checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3772dependencies = [
 3773 "core-foundation 0.9.4",
 3774]
 3775
 3776[[package]]
 3777name = "core-text"
 3778version = "21.0.0"
 3779source = "registry+https://github.com/rust-lang/crates.io-index"
 3780checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3781dependencies = [
 3782 "core-foundation 0.10.0",
 3783 "core-graphics 0.24.0",
 3784 "foreign-types 0.5.0",
 3785 "libc",
 3786]
 3787
 3788[[package]]
 3789name = "core-video"
 3790version = "0.5.2"
 3791source = "registry+https://github.com/rust-lang/crates.io-index"
 3792checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3793dependencies = [
 3794 "block",
 3795 "core-foundation 0.10.0",
 3796 "core-graphics2",
 3797 "io-surface",
 3798 "libc",
 3799 "metal",
 3800]
 3801
 3802[[package]]
 3803name = "core2"
 3804version = "0.4.0"
 3805source = "registry+https://github.com/rust-lang/crates.io-index"
 3806checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
 3807dependencies = [
 3808 "memchr",
 3809]
 3810
 3811[[package]]
 3812name = "core_maths"
 3813version = "0.1.1"
 3814source = "registry+https://github.com/rust-lang/crates.io-index"
 3815checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3816dependencies = [
 3817 "libm",
 3818]
 3819
 3820[[package]]
 3821name = "coreaudio-rs"
 3822version = "0.12.1"
 3823source = "registry+https://github.com/rust-lang/crates.io-index"
 3824checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3825dependencies = [
 3826 "bitflags 1.3.2",
 3827 "core-foundation-sys",
 3828 "coreaudio-sys",
 3829]
 3830
 3831[[package]]
 3832name = "coreaudio-rs"
 3833version = "0.13.0"
 3834source = "registry+https://github.com/rust-lang/crates.io-index"
 3835checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3836dependencies = [
 3837 "bitflags 1.3.2",
 3838 "libc",
 3839 "objc2-audio-toolbox",
 3840 "objc2-core-audio",
 3841 "objc2-core-audio-types",
 3842 "objc2-core-foundation",
 3843]
 3844
 3845[[package]]
 3846name = "coreaudio-sys"
 3847version = "0.2.17"
 3848source = "registry+https://github.com/rust-lang/crates.io-index"
 3849checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3850dependencies = [
 3851 "bindgen 0.72.1",
 3852]
 3853
 3854[[package]]
 3855name = "cosmic-text"
 3856version = "0.17.1"
 3857source = "registry+https://github.com/rust-lang/crates.io-index"
 3858checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3859dependencies = [
 3860 "bitflags 2.10.0",
 3861 "fontdb 0.23.0",
 3862 "harfrust",
 3863 "linebender_resource_handle",
 3864 "log",
 3865 "rangemap",
 3866 "rustc-hash 2.1.1",
 3867 "self_cell",
 3868 "skrifa 0.40.0",
 3869 "smol_str",
 3870 "swash",
 3871 "sys-locale",
 3872 "unicode-bidi",
 3873 "unicode-linebreak",
 3874 "unicode-script",
 3875 "unicode-segmentation",
 3876]
 3877
 3878[[package]]
 3879name = "cpal"
 3880version = "0.17.1"
 3881source = "registry+https://github.com/rust-lang/crates.io-index"
 3882checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3883dependencies = [
 3884 "alsa",
 3885 "coreaudio-rs 0.13.0",
 3886 "dasp_sample",
 3887 "jni",
 3888 "js-sys",
 3889 "libc",
 3890 "mach2 0.5.0",
 3891 "ndk",
 3892 "ndk-context",
 3893 "num-derive",
 3894 "num-traits",
 3895 "objc2",
 3896 "objc2-audio-toolbox",
 3897 "objc2-avf-audio",
 3898 "objc2-core-audio",
 3899 "objc2-core-audio-types",
 3900 "objc2-core-foundation",
 3901 "objc2-foundation",
 3902 "wasm-bindgen",
 3903 "wasm-bindgen-futures",
 3904 "web-sys",
 3905 "windows 0.62.2",
 3906]
 3907
 3908[[package]]
 3909name = "cpp_demangle"
 3910version = "0.4.5"
 3911source = "registry+https://github.com/rust-lang/crates.io-index"
 3912checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3913dependencies = [
 3914 "cfg-if",
 3915]
 3916
 3917[[package]]
 3918name = "cpufeatures"
 3919version = "0.2.17"
 3920source = "registry+https://github.com/rust-lang/crates.io-index"
 3921checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3922dependencies = [
 3923 "libc",
 3924]
 3925
 3926[[package]]
 3927name = "cranelift-assembler-x64"
 3928version = "0.123.7"
 3929source = "registry+https://github.com/rust-lang/crates.io-index"
 3930checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3931dependencies = [
 3932 "cranelift-assembler-x64-meta",
 3933]
 3934
 3935[[package]]
 3936name = "cranelift-assembler-x64-meta"
 3937version = "0.123.7"
 3938source = "registry+https://github.com/rust-lang/crates.io-index"
 3939checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3940dependencies = [
 3941 "cranelift-srcgen",
 3942]
 3943
 3944[[package]]
 3945name = "cranelift-bforest"
 3946version = "0.123.7"
 3947source = "registry+https://github.com/rust-lang/crates.io-index"
 3948checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3949dependencies = [
 3950 "cranelift-entity",
 3951]
 3952
 3953[[package]]
 3954name = "cranelift-bitset"
 3955version = "0.123.7"
 3956source = "registry+https://github.com/rust-lang/crates.io-index"
 3957checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3958dependencies = [
 3959 "serde",
 3960 "serde_derive",
 3961]
 3962
 3963[[package]]
 3964name = "cranelift-codegen"
 3965version = "0.123.7"
 3966source = "registry+https://github.com/rust-lang/crates.io-index"
 3967checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3968dependencies = [
 3969 "bumpalo",
 3970 "cranelift-assembler-x64",
 3971 "cranelift-bforest",
 3972 "cranelift-bitset",
 3973 "cranelift-codegen-meta",
 3974 "cranelift-codegen-shared",
 3975 "cranelift-control",
 3976 "cranelift-entity",
 3977 "cranelift-isle",
 3978 "gimli",
 3979 "hashbrown 0.15.5",
 3980 "log",
 3981 "postcard",
 3982 "pulley-interpreter",
 3983 "regalloc2",
 3984 "rustc-hash 2.1.1",
 3985 "serde",
 3986 "serde_derive",
 3987 "sha2",
 3988 "smallvec",
 3989 "target-lexicon",
 3990 "wasmtime-internal-math",
 3991]
 3992
 3993[[package]]
 3994name = "cranelift-codegen-meta"
 3995version = "0.123.7"
 3996source = "registry+https://github.com/rust-lang/crates.io-index"
 3997checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3998dependencies = [
 3999 "cranelift-assembler-x64-meta",
 4000 "cranelift-codegen-shared",
 4001 "cranelift-srcgen",
 4002 "heck 0.5.0",
 4003 "pulley-interpreter",
 4004]
 4005
 4006[[package]]
 4007name = "cranelift-codegen-shared"
 4008version = "0.123.7"
 4009source = "registry+https://github.com/rust-lang/crates.io-index"
 4010checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 4011
 4012[[package]]
 4013name = "cranelift-control"
 4014version = "0.123.7"
 4015source = "registry+https://github.com/rust-lang/crates.io-index"
 4016checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 4017dependencies = [
 4018 "arbitrary",
 4019]
 4020
 4021[[package]]
 4022name = "cranelift-entity"
 4023version = "0.123.7"
 4024source = "registry+https://github.com/rust-lang/crates.io-index"
 4025checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 4026dependencies = [
 4027 "cranelift-bitset",
 4028 "serde",
 4029 "serde_derive",
 4030]
 4031
 4032[[package]]
 4033name = "cranelift-frontend"
 4034version = "0.123.7"
 4035source = "registry+https://github.com/rust-lang/crates.io-index"
 4036checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 4037dependencies = [
 4038 "cranelift-codegen",
 4039 "log",
 4040 "smallvec",
 4041 "target-lexicon",
 4042]
 4043
 4044[[package]]
 4045name = "cranelift-isle"
 4046version = "0.123.7"
 4047source = "registry+https://github.com/rust-lang/crates.io-index"
 4048checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4049
 4050[[package]]
 4051name = "cranelift-native"
 4052version = "0.123.7"
 4053source = "registry+https://github.com/rust-lang/crates.io-index"
 4054checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4055dependencies = [
 4056 "cranelift-codegen",
 4057 "libc",
 4058 "target-lexicon",
 4059]
 4060
 4061[[package]]
 4062name = "cranelift-srcgen"
 4063version = "0.123.7"
 4064source = "registry+https://github.com/rust-lang/crates.io-index"
 4065checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4066
 4067[[package]]
 4068name = "crash-context"
 4069version = "0.6.3"
 4070source = "registry+https://github.com/rust-lang/crates.io-index"
 4071checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4072dependencies = [
 4073 "cfg-if",
 4074 "libc",
 4075 "mach2 0.4.3",
 4076]
 4077
 4078[[package]]
 4079name = "crash-handler"
 4080version = "0.6.3"
 4081source = "registry+https://github.com/rust-lang/crates.io-index"
 4082checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4083dependencies = [
 4084 "cfg-if",
 4085 "crash-context",
 4086 "libc",
 4087 "mach2 0.4.3",
 4088 "parking_lot",
 4089]
 4090
 4091[[package]]
 4092name = "crashes"
 4093version = "0.1.0"
 4094dependencies = [
 4095 "cfg-if",
 4096 "crash-handler",
 4097 "futures 0.3.32",
 4098 "log",
 4099 "mach2 0.5.0",
 4100 "minidumper",
 4101 "parking_lot",
 4102 "paths",
 4103 "release_channel",
 4104 "serde",
 4105 "serde_json",
 4106 "smol",
 4107 "system_specs",
 4108 "windows 0.61.3",
 4109 "zstd",
 4110]
 4111
 4112[[package]]
 4113name = "crc"
 4114version = "3.3.0"
 4115source = "registry+https://github.com/rust-lang/crates.io-index"
 4116checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4117dependencies = [
 4118 "crc-catalog",
 4119]
 4120
 4121[[package]]
 4122name = "crc-catalog"
 4123version = "2.4.0"
 4124source = "registry+https://github.com/rust-lang/crates.io-index"
 4125checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4126
 4127[[package]]
 4128name = "crc-fast"
 4129version = "1.6.0"
 4130source = "registry+https://github.com/rust-lang/crates.io-index"
 4131checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4132dependencies = [
 4133 "crc",
 4134 "digest",
 4135 "rand 0.9.3",
 4136 "regex",
 4137 "rustversion",
 4138]
 4139
 4140[[package]]
 4141name = "crc32fast"
 4142version = "1.5.0"
 4143source = "registry+https://github.com/rust-lang/crates.io-index"
 4144checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4145dependencies = [
 4146 "cfg-if",
 4147]
 4148
 4149[[package]]
 4150name = "credentials_provider"
 4151version = "0.1.0"
 4152dependencies = [
 4153 "anyhow",
 4154 "gpui",
 4155 "serde",
 4156]
 4157
 4158[[package]]
 4159name = "criterion"
 4160version = "0.5.1"
 4161source = "registry+https://github.com/rust-lang/crates.io-index"
 4162checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4163dependencies = [
 4164 "anes",
 4165 "cast",
 4166 "ciborium",
 4167 "clap",
 4168 "criterion-plot",
 4169 "is-terminal",
 4170 "itertools 0.10.5",
 4171 "num-traits",
 4172 "once_cell",
 4173 "oorandom",
 4174 "plotters",
 4175 "rayon",
 4176 "regex",
 4177 "serde",
 4178 "serde_derive",
 4179 "serde_json",
 4180 "tinytemplate",
 4181 "walkdir",
 4182]
 4183
 4184[[package]]
 4185name = "criterion-plot"
 4186version = "0.5.0"
 4187source = "registry+https://github.com/rust-lang/crates.io-index"
 4188checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4189dependencies = [
 4190 "cast",
 4191 "itertools 0.10.5",
 4192]
 4193
 4194[[package]]
 4195name = "crossbeam"
 4196version = "0.8.4"
 4197source = "registry+https://github.com/rust-lang/crates.io-index"
 4198checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4199dependencies = [
 4200 "crossbeam-channel",
 4201 "crossbeam-deque",
 4202 "crossbeam-epoch",
 4203 "crossbeam-queue",
 4204 "crossbeam-utils",
 4205]
 4206
 4207[[package]]
 4208name = "crossbeam-channel"
 4209version = "0.5.15"
 4210source = "registry+https://github.com/rust-lang/crates.io-index"
 4211checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4212dependencies = [
 4213 "crossbeam-utils",
 4214]
 4215
 4216[[package]]
 4217name = "crossbeam-deque"
 4218version = "0.8.6"
 4219source = "registry+https://github.com/rust-lang/crates.io-index"
 4220checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4221dependencies = [
 4222 "crossbeam-epoch",
 4223 "crossbeam-utils",
 4224]
 4225
 4226[[package]]
 4227name = "crossbeam-epoch"
 4228version = "0.9.18"
 4229source = "registry+https://github.com/rust-lang/crates.io-index"
 4230checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4231dependencies = [
 4232 "crossbeam-utils",
 4233]
 4234
 4235[[package]]
 4236name = "crossbeam-queue"
 4237version = "0.3.12"
 4238source = "registry+https://github.com/rust-lang/crates.io-index"
 4239checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4240dependencies = [
 4241 "crossbeam-utils",
 4242]
 4243
 4244[[package]]
 4245name = "crossbeam-utils"
 4246version = "0.8.21"
 4247source = "registry+https://github.com/rust-lang/crates.io-index"
 4248checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4249
 4250[[package]]
 4251name = "crunchy"
 4252version = "0.2.4"
 4253source = "registry+https://github.com/rust-lang/crates.io-index"
 4254checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4255
 4256[[package]]
 4257name = "crypto-bigint"
 4258version = "0.4.9"
 4259source = "registry+https://github.com/rust-lang/crates.io-index"
 4260checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4261dependencies = [
 4262 "generic-array",
 4263 "rand_core 0.6.4",
 4264 "subtle",
 4265 "zeroize",
 4266]
 4267
 4268[[package]]
 4269name = "crypto-bigint"
 4270version = "0.5.5"
 4271source = "registry+https://github.com/rust-lang/crates.io-index"
 4272checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4273dependencies = [
 4274 "rand_core 0.6.4",
 4275 "subtle",
 4276]
 4277
 4278[[package]]
 4279name = "crypto-common"
 4280version = "0.1.6"
 4281source = "registry+https://github.com/rust-lang/crates.io-index"
 4282checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4283dependencies = [
 4284 "generic-array",
 4285 "typenum",
 4286]
 4287
 4288[[package]]
 4289name = "cssparser"
 4290version = "0.35.0"
 4291source = "registry+https://github.com/rust-lang/crates.io-index"
 4292checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4293dependencies = [
 4294 "cssparser-macros",
 4295 "dtoa-short",
 4296 "itoa",
 4297 "phf 0.11.3",
 4298 "smallvec",
 4299]
 4300
 4301[[package]]
 4302name = "cssparser-macros"
 4303version = "0.6.1"
 4304source = "registry+https://github.com/rust-lang/crates.io-index"
 4305checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4306dependencies = [
 4307 "quote",
 4308 "syn 2.0.117",
 4309]
 4310
 4311[[package]]
 4312name = "csv_preview"
 4313version = "0.1.0"
 4314dependencies = [
 4315 "anyhow",
 4316 "editor",
 4317 "feature_flags",
 4318 "gpui",
 4319 "log",
 4320 "text",
 4321 "ui",
 4322 "workspace",
 4323]
 4324
 4325[[package]]
 4326name = "ctor"
 4327version = "0.4.3"
 4328source = "registry+https://github.com/rust-lang/crates.io-index"
 4329checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4330dependencies = [
 4331 "ctor-proc-macro",
 4332 "dtor",
 4333]
 4334
 4335[[package]]
 4336name = "ctor-proc-macro"
 4337version = "0.0.6"
 4338source = "registry+https://github.com/rust-lang/crates.io-index"
 4339checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4340
 4341[[package]]
 4342name = "ctrlc"
 4343version = "3.5.0"
 4344source = "registry+https://github.com/rust-lang/crates.io-index"
 4345checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4346dependencies = [
 4347 "dispatch",
 4348 "nix 0.30.1",
 4349 "windows-sys 0.61.2",
 4350]
 4351
 4352[[package]]
 4353name = "cursor-icon"
 4354version = "1.2.0"
 4355source = "registry+https://github.com/rust-lang/crates.io-index"
 4356checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4357
 4358[[package]]
 4359name = "cxx"
 4360version = "1.0.187"
 4361source = "registry+https://github.com/rust-lang/crates.io-index"
 4362checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4363dependencies = [
 4364 "cc",
 4365 "cxx-build",
 4366 "cxxbridge-cmd",
 4367 "cxxbridge-flags",
 4368 "cxxbridge-macro",
 4369 "foldhash 0.2.0",
 4370 "link-cplusplus",
 4371]
 4372
 4373[[package]]
 4374name = "cxx-build"
 4375version = "1.0.187"
 4376source = "registry+https://github.com/rust-lang/crates.io-index"
 4377checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4378dependencies = [
 4379 "cc",
 4380 "codespan-reporting",
 4381 "indexmap",
 4382 "proc-macro2",
 4383 "quote",
 4384 "scratch",
 4385 "syn 2.0.117",
 4386]
 4387
 4388[[package]]
 4389name = "cxxbridge-cmd"
 4390version = "1.0.187"
 4391source = "registry+https://github.com/rust-lang/crates.io-index"
 4392checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4393dependencies = [
 4394 "clap",
 4395 "codespan-reporting",
 4396 "indexmap",
 4397 "proc-macro2",
 4398 "quote",
 4399 "syn 2.0.117",
 4400]
 4401
 4402[[package]]
 4403name = "cxxbridge-flags"
 4404version = "1.0.187"
 4405source = "registry+https://github.com/rust-lang/crates.io-index"
 4406checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4407
 4408[[package]]
 4409name = "cxxbridge-macro"
 4410version = "1.0.187"
 4411source = "registry+https://github.com/rust-lang/crates.io-index"
 4412checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4413dependencies = [
 4414 "indexmap",
 4415 "proc-macro2",
 4416 "quote",
 4417 "syn 2.0.117",
 4418]
 4419
 4420[[package]]
 4421name = "dap"
 4422version = "0.1.0"
 4423dependencies = [
 4424 "anyhow",
 4425 "async-compression",
 4426 "async-pipe",
 4427 "async-tar",
 4428 "async-trait",
 4429 "client",
 4430 "collections",
 4431 "dap-types",
 4432 "fs",
 4433 "futures 0.3.32",
 4434 "gpui",
 4435 "http_client",
 4436 "language",
 4437 "libc",
 4438 "log",
 4439 "node_runtime",
 4440 "parking_lot",
 4441 "paths",
 4442 "proto",
 4443 "schemars",
 4444 "serde",
 4445 "serde_json",
 4446 "settings",
 4447 "smallvec",
 4448 "smol",
 4449 "task",
 4450 "telemetry",
 4451 "util",
 4452 "zlog",
 4453]
 4454
 4455[[package]]
 4456name = "dap-types"
 4457version = "0.0.1"
 4458source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4459dependencies = [
 4460 "schemars",
 4461 "serde",
 4462 "serde_json",
 4463]
 4464
 4465[[package]]
 4466name = "dap_adapters"
 4467version = "0.1.0"
 4468dependencies = [
 4469 "anyhow",
 4470 "async-trait",
 4471 "collections",
 4472 "dap",
 4473 "dotenvy",
 4474 "fs",
 4475 "futures 0.3.32",
 4476 "gpui",
 4477 "http_client",
 4478 "json_dotpath",
 4479 "language",
 4480 "log",
 4481 "node_runtime",
 4482 "paths",
 4483 "serde",
 4484 "serde_json",
 4485 "settings",
 4486 "smol",
 4487 "task",
 4488 "util",
 4489]
 4490
 4491[[package]]
 4492name = "darling"
 4493version = "0.20.11"
 4494source = "registry+https://github.com/rust-lang/crates.io-index"
 4495checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4496dependencies = [
 4497 "darling_core 0.20.11",
 4498 "darling_macro 0.20.11",
 4499]
 4500
 4501[[package]]
 4502name = "darling"
 4503version = "0.21.3"
 4504source = "registry+https://github.com/rust-lang/crates.io-index"
 4505checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4506dependencies = [
 4507 "darling_core 0.21.3",
 4508 "darling_macro 0.21.3",
 4509]
 4510
 4511[[package]]
 4512name = "darling_core"
 4513version = "0.20.11"
 4514source = "registry+https://github.com/rust-lang/crates.io-index"
 4515checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4516dependencies = [
 4517 "fnv",
 4518 "ident_case",
 4519 "proc-macro2",
 4520 "quote",
 4521 "strsim",
 4522 "syn 2.0.117",
 4523]
 4524
 4525[[package]]
 4526name = "darling_core"
 4527version = "0.21.3"
 4528source = "registry+https://github.com/rust-lang/crates.io-index"
 4529checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4530dependencies = [
 4531 "fnv",
 4532 "ident_case",
 4533 "proc-macro2",
 4534 "quote",
 4535 "strsim",
 4536 "syn 2.0.117",
 4537]
 4538
 4539[[package]]
 4540name = "darling_macro"
 4541version = "0.20.11"
 4542source = "registry+https://github.com/rust-lang/crates.io-index"
 4543checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4544dependencies = [
 4545 "darling_core 0.20.11",
 4546 "quote",
 4547 "syn 2.0.117",
 4548]
 4549
 4550[[package]]
 4551name = "darling_macro"
 4552version = "0.21.3"
 4553source = "registry+https://github.com/rust-lang/crates.io-index"
 4554checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4555dependencies = [
 4556 "darling_core 0.21.3",
 4557 "quote",
 4558 "syn 2.0.117",
 4559]
 4560
 4561[[package]]
 4562name = "dashmap"
 4563version = "6.1.0"
 4564source = "registry+https://github.com/rust-lang/crates.io-index"
 4565checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4566dependencies = [
 4567 "cfg-if",
 4568 "crossbeam-utils",
 4569 "hashbrown 0.14.5",
 4570 "lock_api",
 4571 "once_cell",
 4572 "parking_lot_core",
 4573]
 4574
 4575[[package]]
 4576name = "dasp_sample"
 4577version = "0.11.0"
 4578source = "registry+https://github.com/rust-lang/crates.io-index"
 4579checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4580
 4581[[package]]
 4582name = "data-encoding"
 4583version = "2.9.0"
 4584source = "registry+https://github.com/rust-lang/crates.io-index"
 4585checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4586
 4587[[package]]
 4588name = "data-url"
 4589version = "0.3.2"
 4590source = "registry+https://github.com/rust-lang/crates.io-index"
 4591checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4592
 4593[[package]]
 4594name = "db"
 4595version = "0.1.0"
 4596dependencies = [
 4597 "anyhow",
 4598 "gpui",
 4599 "indoc",
 4600 "inventory",
 4601 "log",
 4602 "paths",
 4603 "release_channel",
 4604 "smol",
 4605 "sqlez",
 4606 "sqlez_macros",
 4607 "tempfile",
 4608 "util",
 4609 "uuid",
 4610 "zed_env_vars",
 4611]
 4612
 4613[[package]]
 4614name = "dbus"
 4615version = "0.9.9"
 4616source = "registry+https://github.com/rust-lang/crates.io-index"
 4617checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4618dependencies = [
 4619 "libc",
 4620 "libdbus-sys",
 4621 "windows-sys 0.59.0",
 4622]
 4623
 4624[[package]]
 4625name = "debug_adapter_extension"
 4626version = "0.1.0"
 4627dependencies = [
 4628 "anyhow",
 4629 "async-trait",
 4630 "collections",
 4631 "dap",
 4632 "extension",
 4633 "gpui",
 4634 "serde_json",
 4635 "task",
 4636 "util",
 4637]
 4638
 4639[[package]]
 4640name = "debugger_tools"
 4641version = "0.1.0"
 4642dependencies = [
 4643 "anyhow",
 4644 "dap",
 4645 "editor",
 4646 "futures 0.3.32",
 4647 "gpui",
 4648 "project",
 4649 "serde_json",
 4650 "settings",
 4651 "smol",
 4652 "util",
 4653 "workspace",
 4654]
 4655
 4656[[package]]
 4657name = "debugger_ui"
 4658version = "0.1.0"
 4659dependencies = [
 4660 "alacritty_terminal",
 4661 "anyhow",
 4662 "bitflags 2.10.0",
 4663 "client",
 4664 "collections",
 4665 "command_palette_hooks",
 4666 "dap",
 4667 "dap_adapters",
 4668 "db",
 4669 "debugger_tools",
 4670 "editor",
 4671 "feature_flags",
 4672 "file_icons",
 4673 "futures 0.3.32",
 4674 "fuzzy",
 4675 "gpui",
 4676 "hex",
 4677 "indoc",
 4678 "itertools 0.14.0",
 4679 "language",
 4680 "log",
 4681 "menu",
 4682 "notifications",
 4683 "parking_lot",
 4684 "parse_int",
 4685 "paths",
 4686 "picker",
 4687 "pretty_assertions",
 4688 "project",
 4689 "rpc",
 4690 "schemars",
 4691 "serde",
 4692 "serde_json",
 4693 "serde_json_lenient",
 4694 "settings",
 4695 "sysinfo 0.37.2",
 4696 "task",
 4697 "tasks_ui",
 4698 "terminal_view",
 4699 "text",
 4700 "theme",
 4701 "theme_settings",
 4702 "tree-sitter",
 4703 "tree-sitter-go",
 4704 "tree-sitter-json",
 4705 "ui",
 4706 "ui_input",
 4707 "unindent",
 4708 "util",
 4709 "workspace",
 4710 "zed_actions",
 4711 "zlog",
 4712]
 4713
 4714[[package]]
 4715name = "debugid"
 4716version = "0.8.0"
 4717source = "registry+https://github.com/rust-lang/crates.io-index"
 4718checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4719dependencies = [
 4720 "uuid",
 4721]
 4722
 4723[[package]]
 4724name = "deepseek"
 4725version = "0.1.0"
 4726dependencies = [
 4727 "anyhow",
 4728 "futures 0.3.32",
 4729 "http_client",
 4730 "schemars",
 4731 "serde",
 4732 "serde_json",
 4733]
 4734
 4735[[package]]
 4736name = "deflate64"
 4737version = "0.1.10"
 4738source = "registry+https://github.com/rust-lang/crates.io-index"
 4739checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4740
 4741[[package]]
 4742name = "denoise"
 4743version = "0.1.0"
 4744dependencies = [
 4745 "candle-core",
 4746 "candle-onnx",
 4747 "log",
 4748 "realfft",
 4749 "rodio",
 4750 "rustfft",
 4751 "thiserror 2.0.17",
 4752]
 4753
 4754[[package]]
 4755name = "der"
 4756version = "0.6.1"
 4757source = "registry+https://github.com/rust-lang/crates.io-index"
 4758checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4759dependencies = [
 4760 "const-oid",
 4761 "zeroize",
 4762]
 4763
 4764[[package]]
 4765name = "der"
 4766version = "0.7.10"
 4767source = "registry+https://github.com/rust-lang/crates.io-index"
 4768checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4769dependencies = [
 4770 "const-oid",
 4771 "pem-rfc7468",
 4772 "zeroize",
 4773]
 4774
 4775[[package]]
 4776name = "deranged"
 4777version = "0.5.4"
 4778source = "registry+https://github.com/rust-lang/crates.io-index"
 4779checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4780dependencies = [
 4781 "powerfmt",
 4782 "serde_core",
 4783]
 4784
 4785[[package]]
 4786name = "derive_arbitrary"
 4787version = "1.4.2"
 4788source = "registry+https://github.com/rust-lang/crates.io-index"
 4789checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4790dependencies = [
 4791 "proc-macro2",
 4792 "quote",
 4793 "syn 2.0.117",
 4794]
 4795
 4796[[package]]
 4797name = "derive_more"
 4798version = "2.1.1"
 4799source = "registry+https://github.com/rust-lang/crates.io-index"
 4800checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4801dependencies = [
 4802 "derive_more-impl",
 4803]
 4804
 4805[[package]]
 4806name = "derive_more-impl"
 4807version = "2.1.1"
 4808source = "registry+https://github.com/rust-lang/crates.io-index"
 4809checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4810dependencies = [
 4811 "convert_case 0.10.0",
 4812 "proc-macro2",
 4813 "quote",
 4814 "rustc_version",
 4815 "syn 2.0.117",
 4816 "unicode-xid",
 4817]
 4818
 4819[[package]]
 4820name = "derive_refineable"
 4821version = "0.1.0"
 4822dependencies = [
 4823 "proc-macro2",
 4824 "quote",
 4825 "syn 2.0.117",
 4826]
 4827
 4828[[package]]
 4829name = "derive_setters"
 4830version = "0.1.9"
 4831source = "registry+https://github.com/rust-lang/crates.io-index"
 4832checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4833dependencies = [
 4834 "darling 0.21.3",
 4835 "proc-macro2",
 4836 "quote",
 4837 "syn 2.0.117",
 4838]
 4839
 4840[[package]]
 4841name = "dev_container"
 4842version = "0.1.0"
 4843dependencies = [
 4844 "async-tar",
 4845 "async-trait",
 4846 "env_logger 0.11.8",
 4847 "fs",
 4848 "futures 0.3.32",
 4849 "gpui",
 4850 "http 1.3.1",
 4851 "http_client",
 4852 "log",
 4853 "menu",
 4854 "paths",
 4855 "picker",
 4856 "project",
 4857 "regex",
 4858 "serde",
 4859 "serde_json",
 4860 "serde_json_lenient",
 4861 "settings",
 4862 "shlex",
 4863 "ui",
 4864 "util",
 4865 "walkdir",
 4866 "workspace",
 4867 "worktree",
 4868]
 4869
 4870[[package]]
 4871name = "diagnostics"
 4872version = "0.1.0"
 4873dependencies = [
 4874 "agent_settings",
 4875 "anyhow",
 4876 "collections",
 4877 "component",
 4878 "ctor",
 4879 "editor",
 4880 "gpui",
 4881 "indoc",
 4882 "itertools 0.14.0",
 4883 "language",
 4884 "log",
 4885 "lsp",
 4886 "markdown",
 4887 "pretty_assertions",
 4888 "project",
 4889 "rand 0.9.3",
 4890 "serde",
 4891 "serde_json",
 4892 "settings",
 4893 "text",
 4894 "theme",
 4895 "theme_settings",
 4896 "ui",
 4897 "unindent",
 4898 "util",
 4899 "workspace",
 4900 "zed_actions",
 4901 "zlog",
 4902]
 4903
 4904[[package]]
 4905name = "dialoguer"
 4906version = "0.12.0"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4909dependencies = [
 4910 "console",
 4911 "shell-words",
 4912]
 4913
 4914[[package]]
 4915name = "diff"
 4916version = "0.1.13"
 4917source = "registry+https://github.com/rust-lang/crates.io-index"
 4918checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4919
 4920[[package]]
 4921name = "diffy"
 4922version = "0.4.2"
 4923source = "registry+https://github.com/rust-lang/crates.io-index"
 4924checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4925dependencies = [
 4926 "nu-ansi-term",
 4927]
 4928
 4929[[package]]
 4930name = "digest"
 4931version = "0.10.7"
 4932source = "registry+https://github.com/rust-lang/crates.io-index"
 4933checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4934dependencies = [
 4935 "block-buffer",
 4936 "const-oid",
 4937 "crypto-common",
 4938 "subtle",
 4939]
 4940
 4941[[package]]
 4942name = "dirs"
 4943version = "6.0.0"
 4944source = "registry+https://github.com/rust-lang/crates.io-index"
 4945checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4946dependencies = [
 4947 "dirs-sys",
 4948]
 4949
 4950[[package]]
 4951name = "dirs-sys"
 4952version = "0.5.0"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4955dependencies = [
 4956 "libc",
 4957 "option-ext",
 4958 "redox_users",
 4959 "windows-sys 0.61.2",
 4960]
 4961
 4962[[package]]
 4963name = "dispatch"
 4964version = "0.2.0"
 4965source = "registry+https://github.com/rust-lang/crates.io-index"
 4966checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4967
 4968[[package]]
 4969name = "dispatch2"
 4970version = "0.3.1"
 4971source = "registry+https://github.com/rust-lang/crates.io-index"
 4972checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4973dependencies = [
 4974 "bitflags 2.10.0",
 4975 "block2",
 4976 "libc",
 4977 "objc2",
 4978]
 4979
 4980[[package]]
 4981name = "displaydoc"
 4982version = "0.2.5"
 4983source = "registry+https://github.com/rust-lang/crates.io-index"
 4984checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4985dependencies = [
 4986 "proc-macro2",
 4987 "quote",
 4988 "syn 2.0.117",
 4989]
 4990
 4991[[package]]
 4992name = "dlib"
 4993version = "0.5.2"
 4994source = "registry+https://github.com/rust-lang/crates.io-index"
 4995checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4996dependencies = [
 4997 "libloading",
 4998]
 4999
 5000[[package]]
 5001name = "docs_preprocessor"
 5002version = "0.1.0"
 5003dependencies = [
 5004 "anyhow",
 5005 "collections",
 5006 "jsonschema",
 5007 "mdbook",
 5008 "regex",
 5009 "schemars",
 5010 "serde",
 5011 "serde_json",
 5012 "settings",
 5013 "task",
 5014 "theme",
 5015 "util",
 5016 "zlog",
 5017]
 5018
 5019[[package]]
 5020name = "document-features"
 5021version = "0.2.12"
 5022source = "registry+https://github.com/rust-lang/crates.io-index"
 5023checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5024dependencies = [
 5025 "litrs",
 5026]
 5027
 5028[[package]]
 5029name = "documented"
 5030version = "0.9.2"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5033dependencies = [
 5034 "documented-macros",
 5035 "phf 0.12.1",
 5036 "thiserror 2.0.17",
 5037]
 5038
 5039[[package]]
 5040name = "documented-macros"
 5041version = "0.9.2"
 5042source = "registry+https://github.com/rust-lang/crates.io-index"
 5043checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5044dependencies = [
 5045 "convert_case 0.8.0",
 5046 "itertools 0.14.0",
 5047 "optfield",
 5048 "proc-macro2",
 5049 "quote",
 5050 "strum 0.27.2",
 5051 "syn 2.0.117",
 5052]
 5053
 5054[[package]]
 5055name = "dotenvy"
 5056version = "0.15.7"
 5057source = "registry+https://github.com/rust-lang/crates.io-index"
 5058checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5059
 5060[[package]]
 5061name = "downcast-rs"
 5062version = "1.2.1"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5065
 5066[[package]]
 5067name = "doxygen-rs"
 5068version = "0.4.2"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5071dependencies = [
 5072 "phf 0.11.3",
 5073]
 5074
 5075[[package]]
 5076name = "dtoa"
 5077version = "1.0.10"
 5078source = "registry+https://github.com/rust-lang/crates.io-index"
 5079checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5080
 5081[[package]]
 5082name = "dtoa-short"
 5083version = "0.3.5"
 5084source = "registry+https://github.com/rust-lang/crates.io-index"
 5085checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5086dependencies = [
 5087 "dtoa",
 5088]
 5089
 5090[[package]]
 5091name = "dtor"
 5092version = "0.0.6"
 5093source = "registry+https://github.com/rust-lang/crates.io-index"
 5094checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5095dependencies = [
 5096 "dtor-proc-macro",
 5097]
 5098
 5099[[package]]
 5100name = "dtor-proc-macro"
 5101version = "0.0.5"
 5102source = "registry+https://github.com/rust-lang/crates.io-index"
 5103checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5104
 5105[[package]]
 5106name = "dunce"
 5107version = "1.0.5"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5110
 5111[[package]]
 5112name = "dwrote"
 5113version = "0.11.5"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5116dependencies = [
 5117 "lazy_static",
 5118 "libc",
 5119 "winapi",
 5120 "wio",
 5121]
 5122
 5123[[package]]
 5124name = "dyn-clone"
 5125version = "1.0.20"
 5126source = "registry+https://github.com/rust-lang/crates.io-index"
 5127checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5128
 5129[[package]]
 5130name = "dyn-stack"
 5131version = "0.10.0"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5134dependencies = [
 5135 "bytemuck",
 5136 "reborrow",
 5137]
 5138
 5139[[package]]
 5140name = "dyn-stack"
 5141version = "0.13.2"
 5142source = "registry+https://github.com/rust-lang/crates.io-index"
 5143checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5144dependencies = [
 5145 "bytemuck",
 5146 "dyn-stack-macros",
 5147]
 5148
 5149[[package]]
 5150name = "dyn-stack-macros"
 5151version = "0.1.3"
 5152source = "registry+https://github.com/rust-lang/crates.io-index"
 5153checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5154
 5155[[package]]
 5156name = "ec4rs"
 5157version = "1.2.0"
 5158source = "registry+https://github.com/rust-lang/crates.io-index"
 5159checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5160
 5161[[package]]
 5162name = "ecdsa"
 5163version = "0.14.8"
 5164source = "registry+https://github.com/rust-lang/crates.io-index"
 5165checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5166dependencies = [
 5167 "der 0.6.1",
 5168 "elliptic-curve",
 5169 "rfc6979",
 5170 "signature 1.6.4",
 5171]
 5172
 5173[[package]]
 5174name = "edit_prediction"
 5175version = "0.1.0"
 5176dependencies = [
 5177 "ai_onboarding",
 5178 "anyhow",
 5179 "buffer_diff",
 5180 "client",
 5181 "clock",
 5182 "cloud_api_client",
 5183 "cloud_api_types",
 5184 "cloud_llm_client",
 5185 "collections",
 5186 "copilot",
 5187 "copilot_ui",
 5188 "credentials_provider",
 5189 "criterion",
 5190 "ctor",
 5191 "db",
 5192 "edit_prediction_context",
 5193 "edit_prediction_metrics",
 5194 "edit_prediction_types",
 5195 "feature_flags",
 5196 "fs",
 5197 "futures 0.3.32",
 5198 "gpui",
 5199 "heapless",
 5200 "indoc",
 5201 "itertools 0.14.0",
 5202 "language",
 5203 "language_model",
 5204 "languages",
 5205 "log",
 5206 "lsp",
 5207 "menu",
 5208 "node_runtime",
 5209 "open_ai",
 5210 "parking_lot",
 5211 "postage",
 5212 "pretty_assertions",
 5213 "project",
 5214 "pulldown-cmark 0.13.0",
 5215 "rand 0.9.3",
 5216 "regex",
 5217 "release_channel",
 5218 "semver",
 5219 "serde",
 5220 "serde_json",
 5221 "settings",
 5222 "strum 0.27.2",
 5223 "telemetry",
 5224 "telemetry_events",
 5225 "text",
 5226 "thiserror 2.0.17",
 5227 "time",
 5228 "toml 0.8.23",
 5229 "ui",
 5230 "util",
 5231 "uuid",
 5232 "workspace",
 5233 "worktree",
 5234 "zed_actions",
 5235 "zed_credentials_provider",
 5236 "zeta_prompt",
 5237 "zlog",
 5238 "zstd",
 5239]
 5240
 5241[[package]]
 5242name = "edit_prediction_cli"
 5243version = "0.1.0"
 5244dependencies = [
 5245 "anthropic",
 5246 "anyhow",
 5247 "chrono",
 5248 "clap",
 5249 "client",
 5250 "cloud_llm_client",
 5251 "collections",
 5252 "db",
 5253 "debug_adapter_extension",
 5254 "dirs",
 5255 "edit_prediction",
 5256 "edit_prediction_metrics",
 5257 "extension",
 5258 "flate2",
 5259 "fs",
 5260 "futures 0.3.32",
 5261 "gaoya",
 5262 "gpui",
 5263 "gpui_platform",
 5264 "gpui_tokio",
 5265 "http_client",
 5266 "indoc",
 5267 "language",
 5268 "language_extension",
 5269 "language_model",
 5270 "language_models",
 5271 "languages",
 5272 "libc",
 5273 "log",
 5274 "node_runtime",
 5275 "open_ai",
 5276 "paths",
 5277 "pretty_assertions",
 5278 "project",
 5279 "prompt_store",
 5280 "rand 0.9.3",
 5281 "release_channel",
 5282 "reqwest_client",
 5283 "rust-embed",
 5284 "serde",
 5285 "serde_json",
 5286 "settings",
 5287 "shellexpand",
 5288 "similar",
 5289 "smol",
 5290 "sqlez",
 5291 "sqlez_macros",
 5292 "strum 0.27.2",
 5293 "telemetry_events",
 5294 "tempfile",
 5295 "terminal_view",
 5296 "toml 0.8.23",
 5297 "util",
 5298 "wasmtime",
 5299 "watch",
 5300 "workspace",
 5301 "zeta_prompt",
 5302]
 5303
 5304[[package]]
 5305name = "edit_prediction_context"
 5306version = "0.1.0"
 5307dependencies = [
 5308 "anyhow",
 5309 "clock",
 5310 "collections",
 5311 "env_logger 0.11.8",
 5312 "futures 0.3.32",
 5313 "gpui",
 5314 "indoc",
 5315 "language",
 5316 "log",
 5317 "lsp",
 5318 "parking_lot",
 5319 "pretty_assertions",
 5320 "project",
 5321 "serde",
 5322 "serde_json",
 5323 "settings",
 5324 "smallvec",
 5325 "text",
 5326 "tree-sitter",
 5327 "util",
 5328 "zeta_prompt",
 5329]
 5330
 5331[[package]]
 5332name = "edit_prediction_metrics"
 5333version = "0.1.0"
 5334dependencies = [
 5335 "indoc",
 5336 "language",
 5337 "pretty_assertions",
 5338 "serde",
 5339 "serde_json",
 5340 "similar",
 5341 "tree-sitter",
 5342 "zeta_prompt",
 5343]
 5344
 5345[[package]]
 5346name = "edit_prediction_types"
 5347version = "0.1.0"
 5348dependencies = [
 5349 "client",
 5350 "gpui",
 5351 "icons",
 5352 "language",
 5353 "text",
 5354]
 5355
 5356[[package]]
 5357name = "edit_prediction_ui"
 5358version = "0.1.0"
 5359dependencies = [
 5360 "anyhow",
 5361 "buffer_diff",
 5362 "client",
 5363 "cloud_llm_client",
 5364 "codestral",
 5365 "collections",
 5366 "command_palette_hooks",
 5367 "copilot",
 5368 "copilot_chat",
 5369 "copilot_ui",
 5370 "edit_prediction",
 5371 "edit_prediction_types",
 5372 "editor",
 5373 "feature_flags",
 5374 "fs",
 5375 "futures 0.3.32",
 5376 "gpui",
 5377 "indoc",
 5378 "language",
 5379 "markdown",
 5380 "menu",
 5381 "multi_buffer",
 5382 "paths",
 5383 "project",
 5384 "regex",
 5385 "settings",
 5386 "telemetry",
 5387 "text",
 5388 "theme",
 5389 "theme_settings",
 5390 "time",
 5391 "ui",
 5392 "util",
 5393 "workspace",
 5394 "zed_actions",
 5395 "zeta_prompt",
 5396]
 5397
 5398[[package]]
 5399name = "editor"
 5400version = "0.1.0"
 5401dependencies = [
 5402 "aho-corasick",
 5403 "anyhow",
 5404 "assets",
 5405 "breadcrumbs",
 5406 "buffer_diff",
 5407 "client",
 5408 "clock",
 5409 "collections",
 5410 "convert_case 0.8.0",
 5411 "criterion",
 5412 "ctor",
 5413 "dap",
 5414 "db",
 5415 "edit_prediction_types",
 5416 "emojis",
 5417 "feature_flags",
 5418 "file_icons",
 5419 "fs",
 5420 "futures 0.3.32",
 5421 "fuzzy",
 5422 "git",
 5423 "gpui",
 5424 "indoc",
 5425 "itertools 0.14.0",
 5426 "language",
 5427 "languages",
 5428 "linkify",
 5429 "log",
 5430 "lsp",
 5431 "markdown",
 5432 "menu",
 5433 "multi_buffer",
 5434 "ordered-float 2.10.1",
 5435 "parking_lot",
 5436 "pretty_assertions",
 5437 "project",
 5438 "proptest",
 5439 "proptest-derive",
 5440 "rand 0.9.3",
 5441 "regex",
 5442 "release_channel",
 5443 "rope",
 5444 "rpc",
 5445 "schemars",
 5446 "semver",
 5447 "serde",
 5448 "serde_json",
 5449 "settings",
 5450 "smallvec",
 5451 "smol",
 5452 "snippet",
 5453 "sum_tree",
 5454 "task",
 5455 "telemetry",
 5456 "text",
 5457 "theme",
 5458 "theme_settings",
 5459 "time",
 5460 "tracing",
 5461 "tree-sitter-bash",
 5462 "tree-sitter-c",
 5463 "tree-sitter-html",
 5464 "tree-sitter-md",
 5465 "tree-sitter-python",
 5466 "tree-sitter-rust",
 5467 "tree-sitter-typescript",
 5468 "tree-sitter-yaml",
 5469 "ui",
 5470 "ui_input",
 5471 "unicode-script",
 5472 "unicode-segmentation",
 5473 "unicode-width",
 5474 "unindent",
 5475 "url",
 5476 "util",
 5477 "uuid",
 5478 "vim_mode_setting",
 5479 "workspace",
 5480 "zed_actions",
 5481 "zlog",
 5482 "ztracing",
 5483]
 5484
 5485[[package]]
 5486name = "either"
 5487version = "1.15.0"
 5488source = "registry+https://github.com/rust-lang/crates.io-index"
 5489checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5490dependencies = [
 5491 "serde",
 5492]
 5493
 5494[[package]]
 5495name = "elasticlunr-rs"
 5496version = "3.0.2"
 5497source = "registry+https://github.com/rust-lang/crates.io-index"
 5498checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5499dependencies = [
 5500 "regex",
 5501 "serde",
 5502 "serde_derive",
 5503 "serde_json",
 5504]
 5505
 5506[[package]]
 5507name = "elliptic-curve"
 5508version = "0.12.3"
 5509source = "registry+https://github.com/rust-lang/crates.io-index"
 5510checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5511dependencies = [
 5512 "base16ct",
 5513 "crypto-bigint 0.4.9",
 5514 "der 0.6.1",
 5515 "digest",
 5516 "ff",
 5517 "generic-array",
 5518 "group",
 5519 "pkcs8 0.9.0",
 5520 "rand_core 0.6.4",
 5521 "sec1",
 5522 "subtle",
 5523 "zeroize",
 5524]
 5525
 5526[[package]]
 5527name = "email_address"
 5528version = "0.2.9"
 5529source = "registry+https://github.com/rust-lang/crates.io-index"
 5530checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5531dependencies = [
 5532 "serde",
 5533]
 5534
 5535[[package]]
 5536name = "embed-resource"
 5537version = "3.0.6"
 5538source = "registry+https://github.com/rust-lang/crates.io-index"
 5539checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5540dependencies = [
 5541 "cc",
 5542 "memchr",
 5543 "rustc_version",
 5544 "toml 0.9.8",
 5545 "vswhom",
 5546 "winreg 0.55.0",
 5547]
 5548
 5549[[package]]
 5550name = "embedded-io"
 5551version = "0.4.0"
 5552source = "registry+https://github.com/rust-lang/crates.io-index"
 5553checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5554
 5555[[package]]
 5556name = "embedded-io"
 5557version = "0.6.1"
 5558source = "registry+https://github.com/rust-lang/crates.io-index"
 5559checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5560
 5561[[package]]
 5562name = "emojis"
 5563version = "0.6.4"
 5564source = "registry+https://github.com/rust-lang/crates.io-index"
 5565checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5566dependencies = [
 5567 "phf 0.11.3",
 5568]
 5569
 5570[[package]]
 5571name = "encode_unicode"
 5572version = "1.0.0"
 5573source = "registry+https://github.com/rust-lang/crates.io-index"
 5574checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5575
 5576[[package]]
 5577name = "encoding_rs"
 5578version = "0.8.35"
 5579source = "registry+https://github.com/rust-lang/crates.io-index"
 5580checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5581dependencies = [
 5582 "cfg-if",
 5583]
 5584
 5585[[package]]
 5586name = "encoding_selector"
 5587version = "0.1.0"
 5588dependencies = [
 5589 "editor",
 5590 "encoding_rs",
 5591 "fuzzy",
 5592 "gpui",
 5593 "language",
 5594 "picker",
 5595 "project",
 5596 "ui",
 5597 "util",
 5598 "workspace",
 5599]
 5600
 5601[[package]]
 5602name = "endi"
 5603version = "1.1.0"
 5604source = "registry+https://github.com/rust-lang/crates.io-index"
 5605checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5606
 5607[[package]]
 5608name = "enum-as-inner"
 5609version = "0.6.1"
 5610source = "registry+https://github.com/rust-lang/crates.io-index"
 5611checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5612dependencies = [
 5613 "heck 0.5.0",
 5614 "proc-macro2",
 5615 "quote",
 5616 "syn 2.0.117",
 5617]
 5618
 5619[[package]]
 5620name = "enumflags2"
 5621version = "0.7.12"
 5622source = "registry+https://github.com/rust-lang/crates.io-index"
 5623checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5624dependencies = [
 5625 "enumflags2_derive",
 5626 "serde",
 5627]
 5628
 5629[[package]]
 5630name = "enumflags2_derive"
 5631version = "0.7.12"
 5632source = "registry+https://github.com/rust-lang/crates.io-index"
 5633checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5634dependencies = [
 5635 "proc-macro2",
 5636 "quote",
 5637 "syn 2.0.117",
 5638]
 5639
 5640[[package]]
 5641name = "env_filter"
 5642version = "0.1.4"
 5643source = "registry+https://github.com/rust-lang/crates.io-index"
 5644checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5645dependencies = [
 5646 "log",
 5647 "regex",
 5648]
 5649
 5650[[package]]
 5651name = "env_logger"
 5652version = "0.10.2"
 5653source = "registry+https://github.com/rust-lang/crates.io-index"
 5654checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5655dependencies = [
 5656 "humantime",
 5657 "is-terminal",
 5658 "log",
 5659 "regex",
 5660 "termcolor",
 5661]
 5662
 5663[[package]]
 5664name = "env_logger"
 5665version = "0.11.8"
 5666source = "registry+https://github.com/rust-lang/crates.io-index"
 5667checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5668dependencies = [
 5669 "anstream",
 5670 "anstyle",
 5671 "env_filter",
 5672 "jiff",
 5673 "log",
 5674]
 5675
 5676[[package]]
 5677name = "env_var"
 5678version = "0.1.0"
 5679dependencies = [
 5680 "gpui_shared_string",
 5681]
 5682
 5683[[package]]
 5684name = "envy"
 5685version = "0.4.2"
 5686source = "registry+https://github.com/rust-lang/crates.io-index"
 5687checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5688dependencies = [
 5689 "serde",
 5690]
 5691
 5692[[package]]
 5693name = "equator"
 5694version = "0.4.2"
 5695source = "registry+https://github.com/rust-lang/crates.io-index"
 5696checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5697dependencies = [
 5698 "equator-macro",
 5699]
 5700
 5701[[package]]
 5702name = "equator-macro"
 5703version = "0.4.2"
 5704source = "registry+https://github.com/rust-lang/crates.io-index"
 5705checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5706dependencies = [
 5707 "proc-macro2",
 5708 "quote",
 5709 "syn 2.0.117",
 5710]
 5711
 5712[[package]]
 5713name = "equivalent"
 5714version = "1.0.2"
 5715source = "registry+https://github.com/rust-lang/crates.io-index"
 5716checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5717
 5718[[package]]
 5719name = "erased-serde"
 5720version = "0.4.9"
 5721source = "registry+https://github.com/rust-lang/crates.io-index"
 5722checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5723dependencies = [
 5724 "serde",
 5725 "serde_core",
 5726 "typeid",
 5727]
 5728
 5729[[package]]
 5730name = "errno"
 5731version = "0.2.8"
 5732source = "registry+https://github.com/rust-lang/crates.io-index"
 5733checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5734dependencies = [
 5735 "errno-dragonfly",
 5736 "libc",
 5737 "winapi",
 5738]
 5739
 5740[[package]]
 5741name = "errno"
 5742version = "0.3.14"
 5743source = "registry+https://github.com/rust-lang/crates.io-index"
 5744checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5745dependencies = [
 5746 "libc",
 5747 "windows-sys 0.61.2",
 5748]
 5749
 5750[[package]]
 5751name = "errno-dragonfly"
 5752version = "0.1.2"
 5753source = "registry+https://github.com/rust-lang/crates.io-index"
 5754checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5755dependencies = [
 5756 "cc",
 5757 "libc",
 5758]
 5759
 5760[[package]]
 5761name = "error-graph"
 5762version = "0.1.1"
 5763source = "registry+https://github.com/rust-lang/crates.io-index"
 5764checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5765dependencies = [
 5766 "serde",
 5767]
 5768
 5769[[package]]
 5770name = "etagere"
 5771version = "0.2.15"
 5772source = "registry+https://github.com/rust-lang/crates.io-index"
 5773checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5774dependencies = [
 5775 "euclid",
 5776 "svg_fmt",
 5777]
 5778
 5779[[package]]
 5780name = "etcetera"
 5781version = "0.8.0"
 5782source = "registry+https://github.com/rust-lang/crates.io-index"
 5783checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5784dependencies = [
 5785 "cfg-if",
 5786 "home",
 5787 "windows-sys 0.48.0",
 5788]
 5789
 5790[[package]]
 5791name = "etw_tracing"
 5792version = "0.1.0"
 5793dependencies = [
 5794 "anyhow",
 5795 "gpui",
 5796 "log",
 5797 "net",
 5798 "serde",
 5799 "serde_json",
 5800 "util",
 5801 "windows 0.61.3",
 5802 "windows-core 0.61.2",
 5803 "workspace",
 5804 "wprcontrol",
 5805]
 5806
 5807[[package]]
 5808name = "euclid"
 5809version = "0.22.11"
 5810source = "registry+https://github.com/rust-lang/crates.io-index"
 5811checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5812dependencies = [
 5813 "num-traits",
 5814]
 5815
 5816[[package]]
 5817name = "eval_cli"
 5818version = "0.1.0"
 5819dependencies = [
 5820 "acp_thread",
 5821 "agent",
 5822 "agent-client-protocol",
 5823 "agent_ui",
 5824 "anyhow",
 5825 "clap",
 5826 "client",
 5827 "ctrlc",
 5828 "db",
 5829 "debug_adapter_extension",
 5830 "env_logger 0.11.8",
 5831 "extension",
 5832 "feature_flags",
 5833 "fs",
 5834 "futures 0.3.32",
 5835 "gpui",
 5836 "gpui_platform",
 5837 "gpui_tokio",
 5838 "language",
 5839 "language_extension",
 5840 "language_model",
 5841 "language_models",
 5842 "languages",
 5843 "node_runtime",
 5844 "paths",
 5845 "project",
 5846 "prompt_store",
 5847 "release_channel",
 5848 "reqwest_client",
 5849 "serde",
 5850 "serde_json",
 5851 "settings",
 5852 "shellexpand",
 5853 "terminal_view",
 5854 "util",
 5855 "watch",
 5856]
 5857
 5858[[package]]
 5859name = "eval_utils"
 5860version = "0.1.0"
 5861dependencies = [
 5862 "gpui_platform",
 5863 "serde",
 5864 "smol",
 5865]
 5866
 5867[[package]]
 5868name = "event-listener"
 5869version = "2.5.3"
 5870source = "registry+https://github.com/rust-lang/crates.io-index"
 5871checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5872
 5873[[package]]
 5874name = "event-listener"
 5875version = "5.4.1"
 5876source = "registry+https://github.com/rust-lang/crates.io-index"
 5877checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5878dependencies = [
 5879 "concurrent-queue",
 5880 "parking",
 5881 "pin-project-lite",
 5882]
 5883
 5884[[package]]
 5885name = "event-listener-strategy"
 5886version = "0.5.4"
 5887source = "registry+https://github.com/rust-lang/crates.io-index"
 5888checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5889dependencies = [
 5890 "event-listener 5.4.1",
 5891 "pin-project-lite",
 5892]
 5893
 5894[[package]]
 5895name = "exec"
 5896version = "0.3.1"
 5897source = "registry+https://github.com/rust-lang/crates.io-index"
 5898checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5899dependencies = [
 5900 "errno 0.2.8",
 5901 "libc",
 5902]
 5903
 5904[[package]]
 5905name = "explorer_command_injector"
 5906version = "0.1.0"
 5907dependencies = [
 5908 "windows 0.61.3",
 5909 "windows-core 0.61.2",
 5910 "windows-registry 0.5.3",
 5911]
 5912
 5913[[package]]
 5914name = "exr"
 5915version = "1.74.0"
 5916source = "registry+https://github.com/rust-lang/crates.io-index"
 5917checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
 5918dependencies = [
 5919 "bit_field",
 5920 "half",
 5921 "lebe",
 5922 "miniz_oxide",
 5923 "rayon-core",
 5924 "smallvec",
 5925 "zune-inflate",
 5926]
 5927
 5928[[package]]
 5929name = "extended"
 5930version = "0.1.0"
 5931source = "registry+https://github.com/rust-lang/crates.io-index"
 5932checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5933
 5934[[package]]
 5935name = "extension"
 5936version = "0.1.0"
 5937dependencies = [
 5938 "anyhow",
 5939 "async-trait",
 5940 "cloud_api_types",
 5941 "collections",
 5942 "dap",
 5943 "fs",
 5944 "futures 0.3.32",
 5945 "gpui",
 5946 "heck 0.5.0",
 5947 "http_client",
 5948 "indoc",
 5949 "language",
 5950 "log",
 5951 "lsp",
 5952 "parking_lot",
 5953 "pretty_assertions",
 5954 "proto",
 5955 "semver",
 5956 "serde",
 5957 "serde_json",
 5958 "task",
 5959 "tempfile",
 5960 "toml 0.8.23",
 5961 "tracing",
 5962 "url",
 5963 "util",
 5964 "wasm-encoder 0.221.3",
 5965 "wasmparser 0.221.3",
 5966 "ztracing",
 5967]
 5968
 5969[[package]]
 5970name = "extension_cli"
 5971version = "0.1.0"
 5972dependencies = [
 5973 "anyhow",
 5974 "clap",
 5975 "cloud_api_types",
 5976 "env_logger 0.11.8",
 5977 "extension",
 5978 "fs",
 5979 "gpui_platform",
 5980 "language",
 5981 "log",
 5982 "reqwest_client",
 5983 "serde",
 5984 "serde_json",
 5985 "serde_json_lenient",
 5986 "settings_content",
 5987 "snippet_provider",
 5988 "task",
 5989 "theme_settings",
 5990 "tokio",
 5991 "toml 0.8.23",
 5992 "tree-sitter",
 5993 "wasmtime",
 5994]
 5995
 5996[[package]]
 5997name = "extension_host"
 5998version = "0.1.0"
 5999dependencies = [
 6000 "anyhow",
 6001 "async-compression",
 6002 "async-tar",
 6003 "async-trait",
 6004 "client",
 6005 "cloud_api_types",
 6006 "collections",
 6007 "criterion",
 6008 "ctor",
 6009 "dap",
 6010 "extension",
 6011 "fs",
 6012 "futures 0.3.32",
 6013 "gpui",
 6014 "gpui_tokio",
 6015 "http_client",
 6016 "language",
 6017 "language_extension",
 6018 "log",
 6019 "lsp",
 6020 "moka",
 6021 "node_runtime",
 6022 "parking_lot",
 6023 "paths",
 6024 "project",
 6025 "release_channel",
 6026 "remote",
 6027 "reqwest_client",
 6028 "semver",
 6029 "serde",
 6030 "serde_json",
 6031 "serde_json_lenient",
 6032 "settings",
 6033 "task",
 6034 "telemetry",
 6035 "tempfile",
 6036 "theme",
 6037 "theme_extension",
 6038 "theme_settings",
 6039 "toml 0.8.23",
 6040 "tracing",
 6041 "url",
 6042 "util",
 6043 "wasmparser 0.221.3",
 6044 "wasmtime",
 6045 "wasmtime-wasi",
 6046 "zlog",
 6047 "ztracing",
 6048]
 6049
 6050[[package]]
 6051name = "extensions_ui"
 6052version = "0.1.0"
 6053dependencies = [
 6054 "anyhow",
 6055 "client",
 6056 "cloud_api_types",
 6057 "collections",
 6058 "db",
 6059 "editor",
 6060 "extension",
 6061 "extension_host",
 6062 "fs",
 6063 "fuzzy",
 6064 "gpui",
 6065 "language",
 6066 "log",
 6067 "num-format",
 6068 "picker",
 6069 "project",
 6070 "release_channel",
 6071 "semver",
 6072 "serde",
 6073 "settings",
 6074 "smallvec",
 6075 "strum 0.27.2",
 6076 "telemetry",
 6077 "theme_settings",
 6078 "ui",
 6079 "util",
 6080 "vim_mode_setting",
 6081 "workspace",
 6082 "zed_actions",
 6083]
 6084
 6085[[package]]
 6086name = "failspot"
 6087version = "0.2.0"
 6088source = "registry+https://github.com/rust-lang/crates.io-index"
 6089checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6090
 6091[[package]]
 6092name = "fallible-iterator"
 6093version = "0.3.0"
 6094source = "registry+https://github.com/rust-lang/crates.io-index"
 6095checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6096
 6097[[package]]
 6098name = "fancy-regex"
 6099version = "0.16.2"
 6100source = "registry+https://github.com/rust-lang/crates.io-index"
 6101checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6102dependencies = [
 6103 "bit-set 0.8.0",
 6104 "regex-automata",
 6105 "regex-syntax",
 6106]
 6107
 6108[[package]]
 6109name = "fancy-regex"
 6110version = "0.17.0"
 6111source = "registry+https://github.com/rust-lang/crates.io-index"
 6112checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6113dependencies = [
 6114 "bit-set 0.8.0",
 6115 "regex-automata",
 6116 "regex-syntax",
 6117]
 6118
 6119[[package]]
 6120name = "fast-srgb8"
 6121version = "1.0.0"
 6122source = "registry+https://github.com/rust-lang/crates.io-index"
 6123checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6124
 6125[[package]]
 6126name = "fastrand"
 6127version = "1.9.0"
 6128source = "registry+https://github.com/rust-lang/crates.io-index"
 6129checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6130dependencies = [
 6131 "instant",
 6132]
 6133
 6134[[package]]
 6135name = "fastrand"
 6136version = "2.3.0"
 6137source = "registry+https://github.com/rust-lang/crates.io-index"
 6138checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6139
 6140[[package]]
 6141name = "fax"
 6142version = "0.2.6"
 6143source = "registry+https://github.com/rust-lang/crates.io-index"
 6144checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6145dependencies = [
 6146 "fax_derive",
 6147]
 6148
 6149[[package]]
 6150name = "fax_derive"
 6151version = "0.2.0"
 6152source = "registry+https://github.com/rust-lang/crates.io-index"
 6153checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6154dependencies = [
 6155 "proc-macro2",
 6156 "quote",
 6157 "syn 2.0.117",
 6158]
 6159
 6160[[package]]
 6161name = "fd-lock"
 6162version = "4.0.4"
 6163source = "registry+https://github.com/rust-lang/crates.io-index"
 6164checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6165dependencies = [
 6166 "cfg-if",
 6167 "rustix 1.1.2",
 6168 "windows-sys 0.59.0",
 6169]
 6170
 6171[[package]]
 6172name = "fdeflate"
 6173version = "0.3.7"
 6174source = "registry+https://github.com/rust-lang/crates.io-index"
 6175checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6176dependencies = [
 6177 "simd-adler32",
 6178]
 6179
 6180[[package]]
 6181name = "feature_flags"
 6182version = "0.1.0"
 6183dependencies = [
 6184 "collections",
 6185 "feature_flags_macros",
 6186 "fs",
 6187 "gpui",
 6188 "inventory",
 6189 "schemars",
 6190 "serde_json",
 6191 "settings",
 6192]
 6193
 6194[[package]]
 6195name = "feature_flags_macros"
 6196version = "0.1.0"
 6197dependencies = [
 6198 "proc-macro2",
 6199 "quote",
 6200 "syn 2.0.117",
 6201]
 6202
 6203[[package]]
 6204name = "feedback"
 6205version = "0.1.0"
 6206dependencies = [
 6207 "extension_host",
 6208 "gpui",
 6209 "system_specs",
 6210 "urlencoding",
 6211 "util",
 6212 "workspace",
 6213 "zed_actions",
 6214]
 6215
 6216[[package]]
 6217name = "ff"
 6218version = "0.12.1"
 6219source = "registry+https://github.com/rust-lang/crates.io-index"
 6220checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6221dependencies = [
 6222 "rand_core 0.6.4",
 6223 "subtle",
 6224]
 6225
 6226[[package]]
 6227name = "file_finder"
 6228version = "0.1.0"
 6229dependencies = [
 6230 "anyhow",
 6231 "channel",
 6232 "client",
 6233 "collections",
 6234 "ctor",
 6235 "editor",
 6236 "file_icons",
 6237 "futures 0.3.32",
 6238 "fuzzy",
 6239 "fuzzy_nucleo",
 6240 "gpui",
 6241 "menu",
 6242 "open_path_prompt",
 6243 "picker",
 6244 "pretty_assertions",
 6245 "project",
 6246 "project_panel",
 6247 "remote_connection",
 6248 "serde",
 6249 "serde_json",
 6250 "settings",
 6251 "theme",
 6252 "theme_settings",
 6253 "ui",
 6254 "util",
 6255 "workspace",
 6256 "zed_actions",
 6257 "zlog",
 6258]
 6259
 6260[[package]]
 6261name = "file_icons"
 6262version = "0.1.0"
 6263dependencies = [
 6264 "gpui",
 6265 "serde",
 6266 "theme",
 6267 "util",
 6268]
 6269
 6270[[package]]
 6271name = "filedescriptor"
 6272version = "0.8.3"
 6273source = "registry+https://github.com/rust-lang/crates.io-index"
 6274checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6275dependencies = [
 6276 "libc",
 6277 "thiserror 1.0.69",
 6278 "winapi",
 6279]
 6280
 6281[[package]]
 6282name = "filetime"
 6283version = "0.2.26"
 6284source = "registry+https://github.com/rust-lang/crates.io-index"
 6285checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6286dependencies = [
 6287 "cfg-if",
 6288 "libc",
 6289 "libredox",
 6290 "windows-sys 0.60.2",
 6291]
 6292
 6293[[package]]
 6294name = "find-msvc-tools"
 6295version = "0.1.5"
 6296source = "registry+https://github.com/rust-lang/crates.io-index"
 6297checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6298
 6299[[package]]
 6300name = "fixedbitset"
 6301version = "0.4.2"
 6302source = "registry+https://github.com/rust-lang/crates.io-index"
 6303checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6304
 6305[[package]]
 6306name = "fixedbitset"
 6307version = "0.5.7"
 6308source = "registry+https://github.com/rust-lang/crates.io-index"
 6309checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6310
 6311[[package]]
 6312name = "flate2"
 6313version = "1.1.8"
 6314source = "registry+https://github.com/rust-lang/crates.io-index"
 6315checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6316dependencies = [
 6317 "crc32fast",
 6318 "miniz_oxide",
 6319]
 6320
 6321[[package]]
 6322name = "float-cmp"
 6323version = "0.9.0"
 6324source = "registry+https://github.com/rust-lang/crates.io-index"
 6325checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6326
 6327[[package]]
 6328name = "float-ord"
 6329version = "0.3.2"
 6330source = "registry+https://github.com/rust-lang/crates.io-index"
 6331checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6332
 6333[[package]]
 6334name = "float8"
 6335version = "0.4.2"
 6336source = "registry+https://github.com/rust-lang/crates.io-index"
 6337checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6338dependencies = [
 6339 "half",
 6340 "num-traits",
 6341 "rand 0.9.3",
 6342 "rand_distr",
 6343]
 6344
 6345[[package]]
 6346name = "float_next_after"
 6347version = "1.0.0"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6350
 6351[[package]]
 6352name = "fluent-uri"
 6353version = "0.4.1"
 6354source = "registry+https://github.com/rust-lang/crates.io-index"
 6355checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6356dependencies = [
 6357 "borrow-or-share",
 6358 "ref-cast",
 6359 "serde",
 6360]
 6361
 6362[[package]]
 6363name = "flume"
 6364version = "0.11.1"
 6365source = "registry+https://github.com/rust-lang/crates.io-index"
 6366checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6367dependencies = [
 6368 "futures-core",
 6369 "futures-sink",
 6370 "nanorand",
 6371 "spin 0.9.8",
 6372]
 6373
 6374[[package]]
 6375name = "fnv"
 6376version = "1.0.7"
 6377source = "registry+https://github.com/rust-lang/crates.io-index"
 6378checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6379
 6380[[package]]
 6381name = "foldhash"
 6382version = "0.1.5"
 6383source = "registry+https://github.com/rust-lang/crates.io-index"
 6384checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6385
 6386[[package]]
 6387name = "foldhash"
 6388version = "0.2.0"
 6389source = "registry+https://github.com/rust-lang/crates.io-index"
 6390checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6391
 6392[[package]]
 6393name = "font-types"
 6394version = "0.10.0"
 6395source = "registry+https://github.com/rust-lang/crates.io-index"
 6396checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6397dependencies = [
 6398 "bytemuck",
 6399]
 6400
 6401[[package]]
 6402name = "font-types"
 6403version = "0.11.0"
 6404source = "registry+https://github.com/rust-lang/crates.io-index"
 6405checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6406dependencies = [
 6407 "bytemuck",
 6408]
 6409
 6410[[package]]
 6411name = "fontconfig-parser"
 6412version = "0.5.8"
 6413source = "registry+https://github.com/rust-lang/crates.io-index"
 6414checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6415dependencies = [
 6416 "roxmltree",
 6417]
 6418
 6419[[package]]
 6420name = "fontdb"
 6421version = "0.16.2"
 6422source = "registry+https://github.com/rust-lang/crates.io-index"
 6423checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6424dependencies = [
 6425 "fontconfig-parser",
 6426 "log",
 6427 "memmap2",
 6428 "slotmap",
 6429 "tinyvec",
 6430 "ttf-parser 0.20.0",
 6431]
 6432
 6433[[package]]
 6434name = "fontdb"
 6435version = "0.23.0"
 6436source = "registry+https://github.com/rust-lang/crates.io-index"
 6437checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6438dependencies = [
 6439 "fontconfig-parser",
 6440 "log",
 6441 "memmap2",
 6442 "slotmap",
 6443 "tinyvec",
 6444 "ttf-parser 0.25.1",
 6445]
 6446
 6447[[package]]
 6448name = "foreign-types"
 6449version = "0.3.2"
 6450source = "registry+https://github.com/rust-lang/crates.io-index"
 6451checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6452dependencies = [
 6453 "foreign-types-shared 0.1.1",
 6454]
 6455
 6456[[package]]
 6457name = "foreign-types"
 6458version = "0.5.0"
 6459source = "registry+https://github.com/rust-lang/crates.io-index"
 6460checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6461dependencies = [
 6462 "foreign-types-macros",
 6463 "foreign-types-shared 0.3.1",
 6464]
 6465
 6466[[package]]
 6467name = "foreign-types-macros"
 6468version = "0.2.3"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6471dependencies = [
 6472 "proc-macro2",
 6473 "quote",
 6474 "syn 2.0.117",
 6475]
 6476
 6477[[package]]
 6478name = "foreign-types-shared"
 6479version = "0.1.1"
 6480source = "registry+https://github.com/rust-lang/crates.io-index"
 6481checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6482
 6483[[package]]
 6484name = "foreign-types-shared"
 6485version = "0.3.1"
 6486source = "registry+https://github.com/rust-lang/crates.io-index"
 6487checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6488
 6489[[package]]
 6490name = "fork"
 6491version = "0.4.0"
 6492source = "registry+https://github.com/rust-lang/crates.io-index"
 6493checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6494dependencies = [
 6495 "libc",
 6496]
 6497
 6498[[package]]
 6499name = "form_urlencoded"
 6500version = "1.2.2"
 6501source = "registry+https://github.com/rust-lang/crates.io-index"
 6502checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6503dependencies = [
 6504 "percent-encoding",
 6505]
 6506
 6507[[package]]
 6508name = "fraction"
 6509version = "0.15.3"
 6510source = "registry+https://github.com/rust-lang/crates.io-index"
 6511checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6512dependencies = [
 6513 "lazy_static",
 6514 "num",
 6515]
 6516
 6517[[package]]
 6518name = "freetype-sys"
 6519version = "0.20.1"
 6520source = "registry+https://github.com/rust-lang/crates.io-index"
 6521checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6522dependencies = [
 6523 "cc",
 6524 "libc",
 6525 "pkg-config",
 6526]
 6527
 6528[[package]]
 6529name = "fs"
 6530version = "0.1.0"
 6531dependencies = [
 6532 "anyhow",
 6533 "ashpd",
 6534 "async-tar",
 6535 "async-trait",
 6536 "collections",
 6537 "dunce",
 6538 "fs",
 6539 "futures 0.3.32",
 6540 "git",
 6541 "gpui",
 6542 "ignore",
 6543 "is_executable",
 6544 "libc",
 6545 "log",
 6546 "notify 8.2.0",
 6547 "parking_lot",
 6548 "paths",
 6549 "proto",
 6550 "rope",
 6551 "serde",
 6552 "serde_json",
 6553 "smol",
 6554 "tempfile",
 6555 "text",
 6556 "thiserror 2.0.17",
 6557 "time",
 6558 "trash",
 6559 "util",
 6560 "windows 0.61.3",
 6561]
 6562
 6563[[package]]
 6564name = "fs-set-times"
 6565version = "0.20.3"
 6566source = "registry+https://github.com/rust-lang/crates.io-index"
 6567checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6568dependencies = [
 6569 "io-lifetimes",
 6570 "rustix 1.1.2",
 6571 "windows-sys 0.59.0",
 6572]
 6573
 6574[[package]]
 6575name = "fs2"
 6576version = "0.4.3"
 6577source = "registry+https://github.com/rust-lang/crates.io-index"
 6578checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6579dependencies = [
 6580 "libc",
 6581 "winapi",
 6582]
 6583
 6584[[package]]
 6585name = "fs_benchmarks"
 6586version = "0.1.0"
 6587dependencies = [
 6588 "fs",
 6589 "gpui",
 6590 "gpui_platform",
 6591]
 6592
 6593[[package]]
 6594name = "fs_extra"
 6595version = "1.3.0"
 6596source = "registry+https://github.com/rust-lang/crates.io-index"
 6597checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6598
 6599[[package]]
 6600name = "fsevent-sys"
 6601version = "4.1.0"
 6602source = "registry+https://github.com/rust-lang/crates.io-index"
 6603checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6604dependencies = [
 6605 "libc",
 6606]
 6607
 6608[[package]]
 6609name = "fuchsia-cprng"
 6610version = "0.1.1"
 6611source = "registry+https://github.com/rust-lang/crates.io-index"
 6612checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6613
 6614[[package]]
 6615name = "funty"
 6616version = "2.0.0"
 6617source = "registry+https://github.com/rust-lang/crates.io-index"
 6618checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6619
 6620[[package]]
 6621name = "futf"
 6622version = "0.1.5"
 6623source = "registry+https://github.com/rust-lang/crates.io-index"
 6624checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6625dependencies = [
 6626 "mac",
 6627 "new_debug_unreachable",
 6628]
 6629
 6630[[package]]
 6631name = "futures"
 6632version = "0.1.31"
 6633source = "registry+https://github.com/rust-lang/crates.io-index"
 6634checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6635
 6636[[package]]
 6637name = "futures"
 6638version = "0.3.32"
 6639source = "registry+https://github.com/rust-lang/crates.io-index"
 6640checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6641dependencies = [
 6642 "futures-channel",
 6643 "futures-core",
 6644 "futures-executor",
 6645 "futures-io",
 6646 "futures-sink",
 6647 "futures-task",
 6648 "futures-util",
 6649]
 6650
 6651[[package]]
 6652name = "futures-channel"
 6653version = "0.3.32"
 6654source = "registry+https://github.com/rust-lang/crates.io-index"
 6655checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6656dependencies = [
 6657 "futures-core",
 6658 "futures-sink",
 6659]
 6660
 6661[[package]]
 6662name = "futures-concurrency"
 6663version = "7.7.1"
 6664source = "registry+https://github.com/rust-lang/crates.io-index"
 6665checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6666dependencies = [
 6667 "fixedbitset 0.5.7",
 6668 "futures-core",
 6669 "futures-lite 2.6.1",
 6670 "pin-project",
 6671 "smallvec",
 6672]
 6673
 6674[[package]]
 6675name = "futures-core"
 6676version = "0.3.32"
 6677source = "registry+https://github.com/rust-lang/crates.io-index"
 6678checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6679
 6680[[package]]
 6681name = "futures-executor"
 6682version = "0.3.32"
 6683source = "registry+https://github.com/rust-lang/crates.io-index"
 6684checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6685dependencies = [
 6686 "futures-core",
 6687 "futures-task",
 6688 "futures-util",
 6689]
 6690
 6691[[package]]
 6692name = "futures-intrusive"
 6693version = "0.5.0"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6696dependencies = [
 6697 "futures-core",
 6698 "lock_api",
 6699 "parking_lot",
 6700]
 6701
 6702[[package]]
 6703name = "futures-io"
 6704version = "0.3.32"
 6705source = "registry+https://github.com/rust-lang/crates.io-index"
 6706checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6707
 6708[[package]]
 6709name = "futures-lite"
 6710version = "1.13.0"
 6711source = "registry+https://github.com/rust-lang/crates.io-index"
 6712checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6713dependencies = [
 6714 "fastrand 1.9.0",
 6715 "futures-core",
 6716 "futures-io",
 6717 "memchr",
 6718 "parking",
 6719 "pin-project-lite",
 6720 "waker-fn",
 6721]
 6722
 6723[[package]]
 6724name = "futures-lite"
 6725version = "2.6.1"
 6726source = "registry+https://github.com/rust-lang/crates.io-index"
 6727checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6728dependencies = [
 6729 "fastrand 2.3.0",
 6730 "futures-core",
 6731 "futures-io",
 6732 "parking",
 6733 "pin-project-lite",
 6734]
 6735
 6736[[package]]
 6737name = "futures-macro"
 6738version = "0.3.32"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6741dependencies = [
 6742 "proc-macro2",
 6743 "quote",
 6744 "syn 2.0.117",
 6745]
 6746
 6747[[package]]
 6748name = "futures-sink"
 6749version = "0.3.32"
 6750source = "registry+https://github.com/rust-lang/crates.io-index"
 6751checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6752
 6753[[package]]
 6754name = "futures-task"
 6755version = "0.3.32"
 6756source = "registry+https://github.com/rust-lang/crates.io-index"
 6757checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6758
 6759[[package]]
 6760name = "futures-util"
 6761version = "0.3.32"
 6762source = "registry+https://github.com/rust-lang/crates.io-index"
 6763checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6764dependencies = [
 6765 "futures 0.1.31",
 6766 "futures-channel",
 6767 "futures-core",
 6768 "futures-io",
 6769 "futures-macro",
 6770 "futures-sink",
 6771 "futures-task",
 6772 "libc",
 6773 "memchr",
 6774 "pin-project-lite",
 6775 "slab",
 6776 "tokio-io",
 6777]
 6778
 6779[[package]]
 6780name = "fuzzy"
 6781version = "0.1.0"
 6782dependencies = [
 6783 "gpui",
 6784 "log",
 6785 "util",
 6786]
 6787
 6788[[package]]
 6789name = "fuzzy_nucleo"
 6790version = "0.1.0"
 6791dependencies = [
 6792 "criterion",
 6793 "fuzzy",
 6794 "gpui",
 6795 "nucleo",
 6796 "util",
 6797]
 6798
 6799[[package]]
 6800name = "gaoya"
 6801version = "0.2.0"
 6802source = "registry+https://github.com/rust-lang/crates.io-index"
 6803checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6804dependencies = [
 6805 "ahash 0.8.12",
 6806 "crossbeam-utils",
 6807 "fnv",
 6808 "itertools 0.10.5",
 6809 "num-traits",
 6810 "rand 0.8.5",
 6811 "rand_pcg",
 6812 "random_choice",
 6813 "rayon",
 6814 "seahash",
 6815 "sha-1",
 6816 "shingles",
 6817 "siphasher 0.3.11",
 6818 "smallvec",
 6819 "triomphe",
 6820]
 6821
 6822[[package]]
 6823name = "gemm"
 6824version = "0.17.1"
 6825source = "registry+https://github.com/rust-lang/crates.io-index"
 6826checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6827dependencies = [
 6828 "dyn-stack 0.10.0",
 6829 "gemm-c32 0.17.1",
 6830 "gemm-c64 0.17.1",
 6831 "gemm-common 0.17.1",
 6832 "gemm-f16 0.17.1",
 6833 "gemm-f32 0.17.1",
 6834 "gemm-f64 0.17.1",
 6835 "num-complex",
 6836 "num-traits",
 6837 "paste",
 6838 "raw-cpuid 10.7.0",
 6839 "seq-macro",
 6840]
 6841
 6842[[package]]
 6843name = "gemm"
 6844version = "0.18.2"
 6845source = "registry+https://github.com/rust-lang/crates.io-index"
 6846checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6847dependencies = [
 6848 "dyn-stack 0.13.2",
 6849 "gemm-c32 0.18.2",
 6850 "gemm-c64 0.18.2",
 6851 "gemm-common 0.18.2",
 6852 "gemm-f16 0.18.2",
 6853 "gemm-f32 0.18.2",
 6854 "gemm-f64 0.18.2",
 6855 "num-complex",
 6856 "num-traits",
 6857 "paste",
 6858 "raw-cpuid 11.6.0",
 6859 "seq-macro",
 6860]
 6861
 6862[[package]]
 6863name = "gemm-c32"
 6864version = "0.17.1"
 6865source = "registry+https://github.com/rust-lang/crates.io-index"
 6866checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6867dependencies = [
 6868 "dyn-stack 0.10.0",
 6869 "gemm-common 0.17.1",
 6870 "num-complex",
 6871 "num-traits",
 6872 "paste",
 6873 "raw-cpuid 10.7.0",
 6874 "seq-macro",
 6875]
 6876
 6877[[package]]
 6878name = "gemm-c32"
 6879version = "0.18.2"
 6880source = "registry+https://github.com/rust-lang/crates.io-index"
 6881checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6882dependencies = [
 6883 "dyn-stack 0.13.2",
 6884 "gemm-common 0.18.2",
 6885 "num-complex",
 6886 "num-traits",
 6887 "paste",
 6888 "raw-cpuid 11.6.0",
 6889 "seq-macro",
 6890]
 6891
 6892[[package]]
 6893name = "gemm-c64"
 6894version = "0.17.1"
 6895source = "registry+https://github.com/rust-lang/crates.io-index"
 6896checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6897dependencies = [
 6898 "dyn-stack 0.10.0",
 6899 "gemm-common 0.17.1",
 6900 "num-complex",
 6901 "num-traits",
 6902 "paste",
 6903 "raw-cpuid 10.7.0",
 6904 "seq-macro",
 6905]
 6906
 6907[[package]]
 6908name = "gemm-c64"
 6909version = "0.18.2"
 6910source = "registry+https://github.com/rust-lang/crates.io-index"
 6911checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6912dependencies = [
 6913 "dyn-stack 0.13.2",
 6914 "gemm-common 0.18.2",
 6915 "num-complex",
 6916 "num-traits",
 6917 "paste",
 6918 "raw-cpuid 11.6.0",
 6919 "seq-macro",
 6920]
 6921
 6922[[package]]
 6923name = "gemm-common"
 6924version = "0.17.1"
 6925source = "registry+https://github.com/rust-lang/crates.io-index"
 6926checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6927dependencies = [
 6928 "bytemuck",
 6929 "dyn-stack 0.10.0",
 6930 "half",
 6931 "num-complex",
 6932 "num-traits",
 6933 "once_cell",
 6934 "paste",
 6935 "pulp 0.18.22",
 6936 "raw-cpuid 10.7.0",
 6937 "rayon",
 6938 "seq-macro",
 6939 "sysctl 0.5.5",
 6940]
 6941
 6942[[package]]
 6943name = "gemm-common"
 6944version = "0.18.2"
 6945source = "registry+https://github.com/rust-lang/crates.io-index"
 6946checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6947dependencies = [
 6948 "bytemuck",
 6949 "dyn-stack 0.13.2",
 6950 "half",
 6951 "libm",
 6952 "num-complex",
 6953 "num-traits",
 6954 "once_cell",
 6955 "paste",
 6956 "pulp 0.21.5",
 6957 "raw-cpuid 11.6.0",
 6958 "rayon",
 6959 "seq-macro",
 6960 "sysctl 0.6.0",
 6961]
 6962
 6963[[package]]
 6964name = "gemm-f16"
 6965version = "0.17.1"
 6966source = "registry+https://github.com/rust-lang/crates.io-index"
 6967checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6968dependencies = [
 6969 "dyn-stack 0.10.0",
 6970 "gemm-common 0.17.1",
 6971 "gemm-f32 0.17.1",
 6972 "half",
 6973 "num-complex",
 6974 "num-traits",
 6975 "paste",
 6976 "raw-cpuid 10.7.0",
 6977 "rayon",
 6978 "seq-macro",
 6979]
 6980
 6981[[package]]
 6982name = "gemm-f16"
 6983version = "0.18.2"
 6984source = "registry+https://github.com/rust-lang/crates.io-index"
 6985checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6986dependencies = [
 6987 "dyn-stack 0.13.2",
 6988 "gemm-common 0.18.2",
 6989 "gemm-f32 0.18.2",
 6990 "half",
 6991 "num-complex",
 6992 "num-traits",
 6993 "paste",
 6994 "raw-cpuid 11.6.0",
 6995 "rayon",
 6996 "seq-macro",
 6997]
 6998
 6999[[package]]
 7000name = "gemm-f32"
 7001version = "0.17.1"
 7002source = "registry+https://github.com/rust-lang/crates.io-index"
 7003checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7004dependencies = [
 7005 "dyn-stack 0.10.0",
 7006 "gemm-common 0.17.1",
 7007 "num-complex",
 7008 "num-traits",
 7009 "paste",
 7010 "raw-cpuid 10.7.0",
 7011 "seq-macro",
 7012]
 7013
 7014[[package]]
 7015name = "gemm-f32"
 7016version = "0.18.2"
 7017source = "registry+https://github.com/rust-lang/crates.io-index"
 7018checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7019dependencies = [
 7020 "dyn-stack 0.13.2",
 7021 "gemm-common 0.18.2",
 7022 "num-complex",
 7023 "num-traits",
 7024 "paste",
 7025 "raw-cpuid 11.6.0",
 7026 "seq-macro",
 7027]
 7028
 7029[[package]]
 7030name = "gemm-f64"
 7031version = "0.17.1"
 7032source = "registry+https://github.com/rust-lang/crates.io-index"
 7033checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7034dependencies = [
 7035 "dyn-stack 0.10.0",
 7036 "gemm-common 0.17.1",
 7037 "num-complex",
 7038 "num-traits",
 7039 "paste",
 7040 "raw-cpuid 10.7.0",
 7041 "seq-macro",
 7042]
 7043
 7044[[package]]
 7045name = "gemm-f64"
 7046version = "0.18.2"
 7047source = "registry+https://github.com/rust-lang/crates.io-index"
 7048checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7049dependencies = [
 7050 "dyn-stack 0.13.2",
 7051 "gemm-common 0.18.2",
 7052 "num-complex",
 7053 "num-traits",
 7054 "paste",
 7055 "raw-cpuid 11.6.0",
 7056 "seq-macro",
 7057]
 7058
 7059[[package]]
 7060name = "generator"
 7061version = "0.8.7"
 7062source = "registry+https://github.com/rust-lang/crates.io-index"
 7063checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7064dependencies = [
 7065 "cc",
 7066 "cfg-if",
 7067 "libc",
 7068 "log",
 7069 "rustversion",
 7070 "windows 0.61.3",
 7071]
 7072
 7073[[package]]
 7074name = "generic-array"
 7075version = "0.14.7"
 7076source = "registry+https://github.com/rust-lang/crates.io-index"
 7077checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7078dependencies = [
 7079 "typenum",
 7080 "version_check",
 7081]
 7082
 7083[[package]]
 7084name = "gethostname"
 7085version = "1.1.0"
 7086source = "registry+https://github.com/rust-lang/crates.io-index"
 7087checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7088dependencies = [
 7089 "rustix 1.1.2",
 7090 "windows-link 0.2.1",
 7091]
 7092
 7093[[package]]
 7094name = "getrandom"
 7095version = "0.2.16"
 7096source = "registry+https://github.com/rust-lang/crates.io-index"
 7097checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7098dependencies = [
 7099 "cfg-if",
 7100 "js-sys",
 7101 "libc",
 7102 "wasi",
 7103 "wasm-bindgen",
 7104]
 7105
 7106[[package]]
 7107name = "getrandom"
 7108version = "0.3.4"
 7109source = "registry+https://github.com/rust-lang/crates.io-index"
 7110checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7111dependencies = [
 7112 "cfg-if",
 7113 "js-sys",
 7114 "libc",
 7115 "r-efi",
 7116 "wasip2",
 7117 "wasm-bindgen",
 7118]
 7119
 7120[[package]]
 7121name = "getrandom"
 7122version = "0.4.1"
 7123source = "registry+https://github.com/rust-lang/crates.io-index"
 7124checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7125dependencies = [
 7126 "cfg-if",
 7127 "libc",
 7128 "r-efi",
 7129 "wasip2",
 7130 "wasip3",
 7131]
 7132
 7133[[package]]
 7134name = "gh-workflow"
 7135version = "0.8.0"
 7136source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7137dependencies = [
 7138 "async-trait",
 7139 "derive_more",
 7140 "derive_setters",
 7141 "gh-workflow-macros",
 7142 "indexmap",
 7143 "merge",
 7144 "serde",
 7145 "serde_json",
 7146 "serde_yaml",
 7147 "strum_macros 0.27.2",
 7148]
 7149
 7150[[package]]
 7151name = "gh-workflow-macros"
 7152version = "0.8.0"
 7153source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7154dependencies = [
 7155 "heck 0.5.0",
 7156 "quote",
 7157 "syn 2.0.117",
 7158]
 7159
 7160[[package]]
 7161name = "gif"
 7162version = "0.13.3"
 7163source = "registry+https://github.com/rust-lang/crates.io-index"
 7164checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7165dependencies = [
 7166 "color_quant",
 7167 "weezl",
 7168]
 7169
 7170[[package]]
 7171name = "gif"
 7172version = "0.14.2"
 7173source = "registry+https://github.com/rust-lang/crates.io-index"
 7174checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 7175dependencies = [
 7176 "color_quant",
 7177 "weezl",
 7178]
 7179
 7180[[package]]
 7181name = "gimli"
 7182version = "0.32.3"
 7183source = "registry+https://github.com/rust-lang/crates.io-index"
 7184checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7185dependencies = [
 7186 "fallible-iterator",
 7187 "indexmap",
 7188 "stable_deref_trait",
 7189]
 7190
 7191[[package]]
 7192name = "gio-sys"
 7193version = "0.21.5"
 7194source = "registry+https://github.com/rust-lang/crates.io-index"
 7195checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7196dependencies = [
 7197 "glib-sys",
 7198 "gobject-sys",
 7199 "libc",
 7200 "system-deps",
 7201 "windows-sys 0.61.2",
 7202]
 7203
 7204[[package]]
 7205name = "git"
 7206version = "0.1.0"
 7207dependencies = [
 7208 "anyhow",
 7209 "askpass",
 7210 "async-trait",
 7211 "collections",
 7212 "derive_more",
 7213 "futures 0.3.32",
 7214 "git2",
 7215 "gpui",
 7216 "http_client",
 7217 "itertools 0.14.0",
 7218 "log",
 7219 "parking_lot",
 7220 "pretty_assertions",
 7221 "rand 0.9.3",
 7222 "regex",
 7223 "rope",
 7224 "schemars",
 7225 "serde",
 7226 "serde_json",
 7227 "smallvec",
 7228 "smol",
 7229 "sum_tree",
 7230 "tempfile",
 7231 "text",
 7232 "thiserror 2.0.17",
 7233 "time",
 7234 "url",
 7235 "urlencoding",
 7236 "util",
 7237 "uuid",
 7238 "ztracing",
 7239]
 7240
 7241[[package]]
 7242name = "git2"
 7243version = "0.20.4"
 7244source = "registry+https://github.com/rust-lang/crates.io-index"
 7245checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7246dependencies = [
 7247 "bitflags 2.10.0",
 7248 "libc",
 7249 "libgit2-sys",
 7250 "log",
 7251 "url",
 7252]
 7253
 7254[[package]]
 7255name = "git_graph"
 7256version = "0.1.0"
 7257dependencies = [
 7258 "anyhow",
 7259 "collections",
 7260 "db",
 7261 "editor",
 7262 "fs",
 7263 "git",
 7264 "git_ui",
 7265 "gpui",
 7266 "language",
 7267 "menu",
 7268 "project",
 7269 "rand 0.9.3",
 7270 "remote_connection",
 7271 "search",
 7272 "serde_json",
 7273 "settings",
 7274 "smallvec",
 7275 "smol",
 7276 "theme",
 7277 "theme_settings",
 7278 "time",
 7279 "ui",
 7280 "workspace",
 7281]
 7282
 7283[[package]]
 7284name = "git_hosting_providers"
 7285version = "0.1.0"
 7286dependencies = [
 7287 "anyhow",
 7288 "async-trait",
 7289 "futures 0.3.32",
 7290 "git",
 7291 "gpui",
 7292 "http_client",
 7293 "indoc",
 7294 "itertools 0.14.0",
 7295 "pretty_assertions",
 7296 "regex",
 7297 "serde",
 7298 "serde_json",
 7299 "settings",
 7300 "url",
 7301 "urlencoding",
 7302 "util",
 7303]
 7304
 7305[[package]]
 7306name = "git_ui"
 7307version = "0.1.0"
 7308dependencies = [
 7309 "agent_settings",
 7310 "alacritty_terminal",
 7311 "anyhow",
 7312 "askpass",
 7313 "buffer_diff",
 7314 "call",
 7315 "collections",
 7316 "component",
 7317 "ctor",
 7318 "db",
 7319 "editor",
 7320 "file_icons",
 7321 "fs",
 7322 "futures 0.3.32",
 7323 "fuzzy",
 7324 "fuzzy_nucleo",
 7325 "git",
 7326 "gpui",
 7327 "indoc",
 7328 "itertools 0.14.0",
 7329 "language",
 7330 "language_model",
 7331 "linkify",
 7332 "log",
 7333 "markdown",
 7334 "menu",
 7335 "multi_buffer",
 7336 "notifications",
 7337 "panel",
 7338 "picker",
 7339 "pretty_assertions",
 7340 "project",
 7341 "prompt_store",
 7342 "proto",
 7343 "rand 0.9.3",
 7344 "remote",
 7345 "remote_connection",
 7346 "schemars",
 7347 "serde",
 7348 "serde_json",
 7349 "settings",
 7350 "smallvec",
 7351 "smol",
 7352 "strum 0.27.2",
 7353 "telemetry",
 7354 "theme",
 7355 "theme_settings",
 7356 "time",
 7357 "time_format",
 7358 "tracing",
 7359 "ui",
 7360 "ui_input",
 7361 "unindent",
 7362 "util",
 7363 "watch",
 7364 "windows 0.61.3",
 7365 "workspace",
 7366 "zed_actions",
 7367 "zeroize",
 7368 "zlog",
 7369 "ztracing",
 7370]
 7371
 7372[[package]]
 7373name = "gl_generator"
 7374version = "0.14.0"
 7375source = "registry+https://github.com/rust-lang/crates.io-index"
 7376checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7377dependencies = [
 7378 "khronos_api",
 7379 "log",
 7380 "xml-rs",
 7381]
 7382
 7383[[package]]
 7384name = "glib"
 7385version = "0.21.5"
 7386source = "registry+https://github.com/rust-lang/crates.io-index"
 7387checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7388dependencies = [
 7389 "bitflags 2.10.0",
 7390 "futures-channel",
 7391 "futures-core",
 7392 "futures-executor",
 7393 "futures-task",
 7394 "futures-util",
 7395 "gio-sys",
 7396 "glib-macros",
 7397 "glib-sys",
 7398 "gobject-sys",
 7399 "libc",
 7400 "memchr",
 7401 "smallvec",
 7402]
 7403
 7404[[package]]
 7405name = "glib-macros"
 7406version = "0.21.5"
 7407source = "registry+https://github.com/rust-lang/crates.io-index"
 7408checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7409dependencies = [
 7410 "heck 0.5.0",
 7411 "proc-macro-crate",
 7412 "proc-macro2",
 7413 "quote",
 7414 "syn 2.0.117",
 7415]
 7416
 7417[[package]]
 7418name = "glib-sys"
 7419version = "0.21.5"
 7420source = "registry+https://github.com/rust-lang/crates.io-index"
 7421checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7422dependencies = [
 7423 "libc",
 7424 "system-deps",
 7425]
 7426
 7427[[package]]
 7428name = "glob"
 7429version = "0.3.3"
 7430source = "registry+https://github.com/rust-lang/crates.io-index"
 7431checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7432
 7433[[package]]
 7434name = "globset"
 7435version = "0.4.17"
 7436source = "registry+https://github.com/rust-lang/crates.io-index"
 7437checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7438dependencies = [
 7439 "aho-corasick",
 7440 "bstr",
 7441 "log",
 7442 "regex-automata",
 7443 "regex-syntax",
 7444]
 7445
 7446[[package]]
 7447name = "gloo-timers"
 7448version = "0.3.0"
 7449source = "registry+https://github.com/rust-lang/crates.io-index"
 7450checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7451dependencies = [
 7452 "futures-channel",
 7453 "futures-core",
 7454 "js-sys",
 7455 "wasm-bindgen",
 7456]
 7457
 7458[[package]]
 7459name = "glow"
 7460version = "0.17.0"
 7461source = "registry+https://github.com/rust-lang/crates.io-index"
 7462checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7463dependencies = [
 7464 "js-sys",
 7465 "slotmap",
 7466 "wasm-bindgen",
 7467 "web-sys",
 7468]
 7469
 7470[[package]]
 7471name = "glutin_wgl_sys"
 7472version = "0.6.1"
 7473source = "registry+https://github.com/rust-lang/crates.io-index"
 7474checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7475dependencies = [
 7476 "gl_generator",
 7477]
 7478
 7479[[package]]
 7480name = "go_to_line"
 7481version = "0.1.0"
 7482dependencies = [
 7483 "editor",
 7484 "gpui",
 7485 "indoc",
 7486 "language",
 7487 "menu",
 7488 "multi_buffer",
 7489 "project",
 7490 "rope",
 7491 "serde",
 7492 "serde_json",
 7493 "settings",
 7494 "text",
 7495 "theme",
 7496 "ui",
 7497 "util",
 7498 "workspace",
 7499]
 7500
 7501[[package]]
 7502name = "gobject-sys"
 7503version = "0.21.5"
 7504source = "registry+https://github.com/rust-lang/crates.io-index"
 7505checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7506dependencies = [
 7507 "glib-sys",
 7508 "libc",
 7509 "system-deps",
 7510]
 7511
 7512[[package]]
 7513name = "goblin"
 7514version = "0.9.3"
 7515source = "registry+https://github.com/rust-lang/crates.io-index"
 7516checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7517dependencies = [
 7518 "log",
 7519 "plain",
 7520 "scroll",
 7521]
 7522
 7523[[package]]
 7524name = "google_ai"
 7525version = "0.1.0"
 7526dependencies = [
 7527 "anyhow",
 7528 "futures 0.3.32",
 7529 "http_client",
 7530 "language_model_core",
 7531 "log",
 7532 "schemars",
 7533 "serde",
 7534 "serde_json",
 7535 "strum 0.27.2",
 7536 "tiktoken-rs",
 7537]
 7538
 7539[[package]]
 7540name = "gpu-allocator"
 7541version = "0.28.0"
 7542source = "registry+https://github.com/rust-lang/crates.io-index"
 7543checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7544dependencies = [
 7545 "ash",
 7546 "hashbrown 0.16.1",
 7547 "log",
 7548 "presser",
 7549 "thiserror 2.0.17",
 7550 "windows 0.62.2",
 7551]
 7552
 7553[[package]]
 7554name = "gpu-descriptor"
 7555version = "0.3.2"
 7556source = "registry+https://github.com/rust-lang/crates.io-index"
 7557checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7558dependencies = [
 7559 "bitflags 2.10.0",
 7560 "gpu-descriptor-types",
 7561 "hashbrown 0.15.5",
 7562]
 7563
 7564[[package]]
 7565name = "gpu-descriptor-types"
 7566version = "0.2.0"
 7567source = "registry+https://github.com/rust-lang/crates.io-index"
 7568checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7569dependencies = [
 7570 "bitflags 2.10.0",
 7571]
 7572
 7573[[package]]
 7574name = "gpui"
 7575version = "0.2.2"
 7576dependencies = [
 7577 "anyhow",
 7578 "async-channel 2.5.0",
 7579 "async-task",
 7580 "backtrace",
 7581 "bindgen 0.71.1",
 7582 "bitflags 2.10.0",
 7583 "block",
 7584 "cbindgen",
 7585 "chrono",
 7586 "cocoa 0.26.0",
 7587 "cocoa-foundation 0.2.0",
 7588 "collections",
 7589 "core-foundation 0.10.0",
 7590 "core-foundation-sys",
 7591 "core-graphics 0.24.0",
 7592 "core-text",
 7593 "core-video",
 7594 "ctor",
 7595 "derive_more",
 7596 "embed-resource",
 7597 "env_logger 0.11.8",
 7598 "etagere",
 7599 "foreign-types 0.5.0",
 7600 "futures 0.3.32",
 7601 "futures-concurrency",
 7602 "getrandom 0.3.4",
 7603 "gpui_macros",
 7604 "gpui_platform",
 7605 "gpui_shared_string",
 7606 "gpui_util",
 7607 "gpui_web",
 7608 "hdrhistogram",
 7609 "http_client",
 7610 "image",
 7611 "inventory",
 7612 "itertools 0.14.0",
 7613 "log",
 7614 "lyon",
 7615 "mach2 0.5.0",
 7616 "media",
 7617 "metal",
 7618 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7619 "num_cpus",
 7620 "objc",
 7621 "objc2",
 7622 "objc2-metal",
 7623 "parking",
 7624 "parking_lot",
 7625 "pathfinder_geometry",
 7626 "pin-project",
 7627 "pollster 0.4.0",
 7628 "postage",
 7629 "profiling",
 7630 "proptest",
 7631 "rand 0.9.3",
 7632 "raw-window-handle",
 7633 "refineable",
 7634 "regex",
 7635 "reqwest_client",
 7636 "resvg",
 7637 "scheduler",
 7638 "schemars",
 7639 "seahash",
 7640 "serde",
 7641 "serde_json",
 7642 "slotmap",
 7643 "smallvec",
 7644 "spin 0.10.0",
 7645 "stacksafe",
 7646 "strum 0.27.2",
 7647 "sum_tree",
 7648 "taffy",
 7649 "thiserror 2.0.17",
 7650 "ttf-parser 0.25.1",
 7651 "unicode-segmentation",
 7652 "url",
 7653 "usvg",
 7654 "util_macros",
 7655 "uuid",
 7656 "waker-fn",
 7657 "wasm-bindgen",
 7658 "web-time",
 7659 "windows 0.61.3",
 7660 "zed-font-kit",
 7661 "zed-scap",
 7662]
 7663
 7664[[package]]
 7665name = "gpui_linux"
 7666version = "0.1.0"
 7667dependencies = [
 7668 "anyhow",
 7669 "as-raw-xcb-connection",
 7670 "ashpd",
 7671 "bitflags 2.10.0",
 7672 "bytemuck",
 7673 "calloop",
 7674 "calloop-wayland-source",
 7675 "collections",
 7676 "filedescriptor",
 7677 "futures 0.3.32",
 7678 "gpui",
 7679 "gpui_wgpu",
 7680 "http_client",
 7681 "image",
 7682 "itertools 0.14.0",
 7683 "libc",
 7684 "log",
 7685 "oo7",
 7686 "open",
 7687 "parking_lot",
 7688 "pathfinder_geometry",
 7689 "pollster 0.4.0",
 7690 "profiling",
 7691 "raw-window-handle",
 7692 "smallvec",
 7693 "smol",
 7694 "strum 0.27.2",
 7695 "swash",
 7696 "url",
 7697 "util",
 7698 "uuid",
 7699 "wayland-backend",
 7700 "wayland-client",
 7701 "wayland-cursor",
 7702 "wayland-protocols",
 7703 "wayland-protocols-plasma",
 7704 "wayland-protocols-wlr",
 7705 "x11-clipboard",
 7706 "x11rb",
 7707 "xkbcommon",
 7708 "zed-scap",
 7709 "zed-xim",
 7710]
 7711
 7712[[package]]
 7713name = "gpui_macos"
 7714version = "0.1.0"
 7715dependencies = [
 7716 "anyhow",
 7717 "async-task",
 7718 "block",
 7719 "cbindgen",
 7720 "cocoa 0.26.0",
 7721 "collections",
 7722 "core-foundation 0.10.0",
 7723 "core-foundation-sys",
 7724 "core-graphics 0.24.0",
 7725 "core-text",
 7726 "core-video",
 7727 "ctor",
 7728 "derive_more",
 7729 "dispatch2",
 7730 "etagere",
 7731 "foreign-types 0.5.0",
 7732 "futures 0.3.32",
 7733 "gpui",
 7734 "image",
 7735 "itertools 0.14.0",
 7736 "libc",
 7737 "log",
 7738 "mach2 0.5.0",
 7739 "media",
 7740 "metal",
 7741 "objc",
 7742 "objc2-app-kit",
 7743 "parking_lot",
 7744 "pathfinder_geometry",
 7745 "raw-window-handle",
 7746 "semver",
 7747 "smallvec",
 7748 "strum 0.27.2",
 7749 "util",
 7750 "uuid",
 7751 "zed-font-kit",
 7752]
 7753
 7754[[package]]
 7755name = "gpui_macros"
 7756version = "0.1.0"
 7757dependencies = [
 7758 "gpui",
 7759 "heck 0.5.0",
 7760 "proc-macro2",
 7761 "quote",
 7762 "syn 2.0.117",
 7763]
 7764
 7765[[package]]
 7766name = "gpui_platform"
 7767version = "0.1.0"
 7768dependencies = [
 7769 "console_error_panic_hook",
 7770 "gpui",
 7771 "gpui_linux",
 7772 "gpui_macos",
 7773 "gpui_web",
 7774 "gpui_windows",
 7775]
 7776
 7777[[package]]
 7778name = "gpui_shared_string"
 7779version = "0.1.0"
 7780dependencies = [
 7781 "derive_more",
 7782 "gpui_util",
 7783 "schemars",
 7784 "serde",
 7785]
 7786
 7787[[package]]
 7788name = "gpui_tokio"
 7789version = "0.1.0"
 7790dependencies = [
 7791 "anyhow",
 7792 "gpui",
 7793 "tokio",
 7794 "util",
 7795]
 7796
 7797[[package]]
 7798name = "gpui_util"
 7799version = "0.1.0"
 7800dependencies = [
 7801 "anyhow",
 7802 "log",
 7803]
 7804
 7805[[package]]
 7806name = "gpui_web"
 7807version = "0.1.0"
 7808dependencies = [
 7809 "anyhow",
 7810 "console_error_panic_hook",
 7811 "futures 0.3.32",
 7812 "gpui",
 7813 "gpui_wgpu",
 7814 "http_client",
 7815 "js-sys",
 7816 "log",
 7817 "parking_lot",
 7818 "raw-window-handle",
 7819 "smallvec",
 7820 "uuid",
 7821 "wasm-bindgen",
 7822 "wasm-bindgen-futures",
 7823 "wasm_thread",
 7824 "web-sys",
 7825 "web-time",
 7826]
 7827
 7828[[package]]
 7829name = "gpui_wgpu"
 7830version = "0.1.0"
 7831dependencies = [
 7832 "anyhow",
 7833 "bytemuck",
 7834 "collections",
 7835 "cosmic-text",
 7836 "etagere",
 7837 "gpui",
 7838 "gpui_util",
 7839 "itertools 0.14.0",
 7840 "js-sys",
 7841 "log",
 7842 "parking_lot",
 7843 "pollster 0.4.0",
 7844 "profiling",
 7845 "raw-window-handle",
 7846 "smallvec",
 7847 "swash",
 7848 "wasm-bindgen",
 7849 "wasm-bindgen-futures",
 7850 "web-sys",
 7851 "wgpu",
 7852 "zed-font-kit",
 7853]
 7854
 7855[[package]]
 7856name = "gpui_windows"
 7857version = "0.1.0"
 7858dependencies = [
 7859 "anyhow",
 7860 "collections",
 7861 "etagere",
 7862 "futures 0.3.32",
 7863 "gpui",
 7864 "image",
 7865 "itertools 0.14.0",
 7866 "log",
 7867 "parking_lot",
 7868 "rand 0.9.3",
 7869 "raw-window-handle",
 7870 "smallvec",
 7871 "util",
 7872 "uuid",
 7873 "windows 0.61.3",
 7874 "windows-core 0.61.2",
 7875 "windows-numerics 0.2.0",
 7876 "windows-registry 0.5.3",
 7877 "zed-scap",
 7878]
 7879
 7880[[package]]
 7881name = "grammars"
 7882version = "0.1.0"
 7883dependencies = [
 7884 "anyhow",
 7885 "language_core",
 7886 "rust-embed",
 7887 "toml 0.8.23",
 7888 "tree-sitter",
 7889 "tree-sitter-bash",
 7890 "tree-sitter-c",
 7891 "tree-sitter-cpp",
 7892 "tree-sitter-css",
 7893 "tree-sitter-diff",
 7894 "tree-sitter-gitcommit",
 7895 "tree-sitter-go",
 7896 "tree-sitter-gomod",
 7897 "tree-sitter-gowork",
 7898 "tree-sitter-jsdoc",
 7899 "tree-sitter-json",
 7900 "tree-sitter-md",
 7901 "tree-sitter-python",
 7902 "tree-sitter-regex",
 7903 "tree-sitter-rust",
 7904 "tree-sitter-typescript",
 7905 "tree-sitter-yaml",
 7906 "util",
 7907]
 7908
 7909[[package]]
 7910name = "grid"
 7911version = "0.18.0"
 7912source = "registry+https://github.com/rust-lang/crates.io-index"
 7913checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7914
 7915[[package]]
 7916name = "group"
 7917version = "0.12.1"
 7918source = "registry+https://github.com/rust-lang/crates.io-index"
 7919checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7920dependencies = [
 7921 "ff",
 7922 "rand_core 0.6.4",
 7923 "subtle",
 7924]
 7925
 7926[[package]]
 7927name = "h2"
 7928version = "0.3.27"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7931dependencies = [
 7932 "bytes 1.11.1",
 7933 "fnv",
 7934 "futures-core",
 7935 "futures-sink",
 7936 "futures-util",
 7937 "http 0.2.12",
 7938 "indexmap",
 7939 "slab",
 7940 "tokio",
 7941 "tokio-util",
 7942 "tracing",
 7943]
 7944
 7945[[package]]
 7946name = "h2"
 7947version = "0.4.12"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7950dependencies = [
 7951 "atomic-waker",
 7952 "bytes 1.11.1",
 7953 "fnv",
 7954 "futures-core",
 7955 "futures-sink",
 7956 "http 1.3.1",
 7957 "indexmap",
 7958 "slab",
 7959 "tokio",
 7960 "tokio-util",
 7961 "tracing",
 7962]
 7963
 7964[[package]]
 7965name = "half"
 7966version = "2.7.1"
 7967source = "registry+https://github.com/rust-lang/crates.io-index"
 7968checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7969dependencies = [
 7970 "bytemuck",
 7971 "cfg-if",
 7972 "crunchy",
 7973 "num-traits",
 7974 "rand 0.9.3",
 7975 "rand_distr",
 7976 "zerocopy",
 7977]
 7978
 7979[[package]]
 7980name = "handlebars"
 7981version = "4.5.0"
 7982source = "registry+https://github.com/rust-lang/crates.io-index"
 7983checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7984dependencies = [
 7985 "log",
 7986 "pest",
 7987 "pest_derive",
 7988 "rust-embed",
 7989 "serde",
 7990 "serde_json",
 7991 "thiserror 1.0.69",
 7992]
 7993
 7994[[package]]
 7995name = "handlebars"
 7996version = "5.1.2"
 7997source = "registry+https://github.com/rust-lang/crates.io-index"
 7998checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7999dependencies = [
 8000 "log",
 8001 "pest",
 8002 "pest_derive",
 8003 "serde",
 8004 "serde_json",
 8005 "thiserror 1.0.69",
 8006]
 8007
 8008[[package]]
 8009name = "harfrust"
 8010version = "0.5.0"
 8011source = "registry+https://github.com/rust-lang/crates.io-index"
 8012checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8013dependencies = [
 8014 "bitflags 2.10.0",
 8015 "bytemuck",
 8016 "core_maths",
 8017 "read-fonts 0.37.0",
 8018 "smallvec",
 8019]
 8020
 8021[[package]]
 8022name = "hash32"
 8023version = "0.3.1"
 8024source = "registry+https://github.com/rust-lang/crates.io-index"
 8025checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8026dependencies = [
 8027 "byteorder",
 8028]
 8029
 8030[[package]]
 8031name = "hashbrown"
 8032version = "0.12.3"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8035dependencies = [
 8036 "ahash 0.7.8",
 8037]
 8038
 8039[[package]]
 8040name = "hashbrown"
 8041version = "0.14.5"
 8042source = "registry+https://github.com/rust-lang/crates.io-index"
 8043checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8044dependencies = [
 8045 "ahash 0.8.12",
 8046 "allocator-api2",
 8047]
 8048
 8049[[package]]
 8050name = "hashbrown"
 8051version = "0.15.5"
 8052source = "registry+https://github.com/rust-lang/crates.io-index"
 8053checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8054dependencies = [
 8055 "allocator-api2",
 8056 "equivalent",
 8057 "foldhash 0.1.5",
 8058 "serde",
 8059]
 8060
 8061[[package]]
 8062name = "hashbrown"
 8063version = "0.16.1"
 8064source = "registry+https://github.com/rust-lang/crates.io-index"
 8065checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8066dependencies = [
 8067 "allocator-api2",
 8068 "equivalent",
 8069 "foldhash 0.2.0",
 8070]
 8071
 8072[[package]]
 8073name = "hashlink"
 8074version = "0.8.4"
 8075source = "registry+https://github.com/rust-lang/crates.io-index"
 8076checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8077dependencies = [
 8078 "hashbrown 0.14.5",
 8079]
 8080
 8081[[package]]
 8082name = "hashlink"
 8083version = "0.10.0"
 8084source = "registry+https://github.com/rust-lang/crates.io-index"
 8085checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8086dependencies = [
 8087 "hashbrown 0.15.5",
 8088]
 8089
 8090[[package]]
 8091name = "hdrhistogram"
 8092version = "7.5.4"
 8093source = "registry+https://github.com/rust-lang/crates.io-index"
 8094checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
 8095dependencies = [
 8096 "base64 0.21.7",
 8097 "byteorder",
 8098 "crossbeam-channel",
 8099 "flate2",
 8100 "nom 7.1.3",
 8101 "num-traits",
 8102]
 8103
 8104[[package]]
 8105name = "headers"
 8106version = "0.3.9"
 8107source = "registry+https://github.com/rust-lang/crates.io-index"
 8108checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8109dependencies = [
 8110 "base64 0.21.7",
 8111 "bytes 1.11.1",
 8112 "headers-core",
 8113 "http 0.2.12",
 8114 "httpdate",
 8115 "mime",
 8116 "sha1",
 8117]
 8118
 8119[[package]]
 8120name = "headers-core"
 8121version = "0.2.0"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8124dependencies = [
 8125 "http 0.2.12",
 8126]
 8127
 8128[[package]]
 8129name = "heapless"
 8130version = "0.9.2"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8133dependencies = [
 8134 "hash32",
 8135 "stable_deref_trait",
 8136]
 8137
 8138[[package]]
 8139name = "heck"
 8140version = "0.3.3"
 8141source = "registry+https://github.com/rust-lang/crates.io-index"
 8142checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8143dependencies = [
 8144 "unicode-segmentation",
 8145]
 8146
 8147[[package]]
 8148name = "heck"
 8149version = "0.4.1"
 8150source = "registry+https://github.com/rust-lang/crates.io-index"
 8151checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8152dependencies = [
 8153 "unicode-segmentation",
 8154]
 8155
 8156[[package]]
 8157name = "heck"
 8158version = "0.5.0"
 8159source = "registry+https://github.com/rust-lang/crates.io-index"
 8160checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8161
 8162[[package]]
 8163name = "heed"
 8164version = "0.21.0"
 8165source = "registry+https://github.com/rust-lang/crates.io-index"
 8166checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8167dependencies = [
 8168 "bitflags 2.10.0",
 8169 "byteorder",
 8170 "heed-traits",
 8171 "heed-types",
 8172 "libc",
 8173 "lmdb-master-sys",
 8174 "once_cell",
 8175 "page_size",
 8176 "serde",
 8177 "synchronoise",
 8178 "url",
 8179]
 8180
 8181[[package]]
 8182name = "heed-traits"
 8183version = "0.20.0"
 8184source = "registry+https://github.com/rust-lang/crates.io-index"
 8185checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8186
 8187[[package]]
 8188name = "heed-types"
 8189version = "0.21.0"
 8190source = "registry+https://github.com/rust-lang/crates.io-index"
 8191checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8192dependencies = [
 8193 "bincode",
 8194 "byteorder",
 8195 "heed-traits",
 8196 "serde",
 8197 "serde_json",
 8198]
 8199
 8200[[package]]
 8201name = "hermit-abi"
 8202version = "0.5.2"
 8203source = "registry+https://github.com/rust-lang/crates.io-index"
 8204checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8205
 8206[[package]]
 8207name = "hex"
 8208version = "0.4.3"
 8209source = "registry+https://github.com/rust-lang/crates.io-index"
 8210checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8211
 8212[[package]]
 8213name = "hexf-parse"
 8214version = "0.2.1"
 8215source = "registry+https://github.com/rust-lang/crates.io-index"
 8216checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8217
 8218[[package]]
 8219name = "hkdf"
 8220version = "0.12.4"
 8221source = "registry+https://github.com/rust-lang/crates.io-index"
 8222checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8223dependencies = [
 8224 "hmac",
 8225]
 8226
 8227[[package]]
 8228name = "hmac"
 8229version = "0.12.1"
 8230source = "registry+https://github.com/rust-lang/crates.io-index"
 8231checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8232dependencies = [
 8233 "digest",
 8234]
 8235
 8236[[package]]
 8237name = "home"
 8238version = "0.5.11"
 8239source = "registry+https://github.com/rust-lang/crates.io-index"
 8240checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8241dependencies = [
 8242 "windows-sys 0.59.0",
 8243]
 8244
 8245[[package]]
 8246name = "hound"
 8247version = "3.5.1"
 8248source = "registry+https://github.com/rust-lang/crates.io-index"
 8249checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8250
 8251[[package]]
 8252name = "html5ever"
 8253version = "0.27.0"
 8254source = "registry+https://github.com/rust-lang/crates.io-index"
 8255checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8256dependencies = [
 8257 "log",
 8258 "mac",
 8259 "markup5ever 0.12.1",
 8260 "proc-macro2",
 8261 "quote",
 8262 "syn 2.0.117",
 8263]
 8264
 8265[[package]]
 8266name = "html5ever"
 8267version = "0.35.0"
 8268source = "registry+https://github.com/rust-lang/crates.io-index"
 8269checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8270dependencies = [
 8271 "log",
 8272 "markup5ever 0.35.0",
 8273 "match_token",
 8274]
 8275
 8276[[package]]
 8277name = "html_to_markdown"
 8278version = "0.1.0"
 8279dependencies = [
 8280 "anyhow",
 8281 "html5ever 0.27.0",
 8282 "indoc",
 8283 "markup5ever_rcdom",
 8284 "pretty_assertions",
 8285 "regex",
 8286]
 8287
 8288[[package]]
 8289name = "http"
 8290version = "0.2.12"
 8291source = "registry+https://github.com/rust-lang/crates.io-index"
 8292checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8293dependencies = [
 8294 "bytes 1.11.1",
 8295 "fnv",
 8296 "itoa",
 8297]
 8298
 8299[[package]]
 8300name = "http"
 8301version = "1.3.1"
 8302source = "registry+https://github.com/rust-lang/crates.io-index"
 8303checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8304dependencies = [
 8305 "bytes 1.11.1",
 8306 "fnv",
 8307 "itoa",
 8308]
 8309
 8310[[package]]
 8311name = "http-body"
 8312version = "0.4.6"
 8313source = "registry+https://github.com/rust-lang/crates.io-index"
 8314checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8315dependencies = [
 8316 "bytes 1.11.1",
 8317 "http 0.2.12",
 8318 "pin-project-lite",
 8319]
 8320
 8321[[package]]
 8322name = "http-body"
 8323version = "1.0.1"
 8324source = "registry+https://github.com/rust-lang/crates.io-index"
 8325checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8326dependencies = [
 8327 "bytes 1.11.1",
 8328 "http 1.3.1",
 8329]
 8330
 8331[[package]]
 8332name = "http-body-util"
 8333version = "0.1.3"
 8334source = "registry+https://github.com/rust-lang/crates.io-index"
 8335checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8336dependencies = [
 8337 "bytes 1.11.1",
 8338 "futures-core",
 8339 "http 1.3.1",
 8340 "http-body 1.0.1",
 8341 "pin-project-lite",
 8342]
 8343
 8344[[package]]
 8345name = "http-range-header"
 8346version = "0.3.1"
 8347source = "registry+https://github.com/rust-lang/crates.io-index"
 8348checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8349
 8350[[package]]
 8351name = "http_client"
 8352version = "0.1.0"
 8353dependencies = [
 8354 "anyhow",
 8355 "async-compression",
 8356 "async-fs",
 8357 "async-tar",
 8358 "bytes 1.11.1",
 8359 "derive_more",
 8360 "futures 0.3.32",
 8361 "http 1.3.1",
 8362 "http-body 1.0.1",
 8363 "log",
 8364 "parking_lot",
 8365 "serde",
 8366 "serde_json",
 8367 "serde_urlencoded",
 8368 "sha2",
 8369 "tempfile",
 8370 "url",
 8371 "util",
 8372]
 8373
 8374[[package]]
 8375name = "http_client_tls"
 8376version = "0.1.0"
 8377dependencies = [
 8378 "rustls 0.23.33",
 8379 "rustls-platform-verifier",
 8380]
 8381
 8382[[package]]
 8383name = "httparse"
 8384version = "1.10.1"
 8385source = "registry+https://github.com/rust-lang/crates.io-index"
 8386checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8387
 8388[[package]]
 8389name = "httpdate"
 8390version = "1.0.3"
 8391source = "registry+https://github.com/rust-lang/crates.io-index"
 8392checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8393
 8394[[package]]
 8395name = "human_bytes"
 8396version = "0.4.3"
 8397source = "registry+https://github.com/rust-lang/crates.io-index"
 8398checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8399
 8400[[package]]
 8401name = "humantime"
 8402version = "2.3.0"
 8403source = "registry+https://github.com/rust-lang/crates.io-index"
 8404checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8405
 8406[[package]]
 8407name = "hyper"
 8408version = "0.14.32"
 8409source = "registry+https://github.com/rust-lang/crates.io-index"
 8410checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8411dependencies = [
 8412 "bytes 1.11.1",
 8413 "futures-channel",
 8414 "futures-core",
 8415 "futures-util",
 8416 "h2 0.3.27",
 8417 "http 0.2.12",
 8418 "http-body 0.4.6",
 8419 "httparse",
 8420 "httpdate",
 8421 "itoa",
 8422 "pin-project-lite",
 8423 "socket2 0.5.10",
 8424 "tokio",
 8425 "tower-service",
 8426 "tracing",
 8427 "want",
 8428]
 8429
 8430[[package]]
 8431name = "hyper"
 8432version = "1.7.0"
 8433source = "registry+https://github.com/rust-lang/crates.io-index"
 8434checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8435dependencies = [
 8436 "atomic-waker",
 8437 "bytes 1.11.1",
 8438 "futures-channel",
 8439 "futures-core",
 8440 "h2 0.4.12",
 8441 "http 1.3.1",
 8442 "http-body 1.0.1",
 8443 "httparse",
 8444 "itoa",
 8445 "pin-project-lite",
 8446 "pin-utils",
 8447 "smallvec",
 8448 "tokio",
 8449 "want",
 8450]
 8451
 8452[[package]]
 8453name = "hyper-rustls"
 8454version = "0.24.2"
 8455source = "registry+https://github.com/rust-lang/crates.io-index"
 8456checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8457dependencies = [
 8458 "futures-util",
 8459 "http 0.2.12",
 8460 "hyper 0.14.32",
 8461 "log",
 8462 "rustls 0.21.12",
 8463 "rustls-native-certs 0.6.3",
 8464 "tokio",
 8465 "tokio-rustls 0.24.1",
 8466]
 8467
 8468[[package]]
 8469name = "hyper-rustls"
 8470version = "0.27.7"
 8471source = "registry+https://github.com/rust-lang/crates.io-index"
 8472checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8473dependencies = [
 8474 "http 1.3.1",
 8475 "hyper 1.7.0",
 8476 "hyper-util",
 8477 "log",
 8478 "rustls 0.23.33",
 8479 "rustls-native-certs 0.8.2",
 8480 "rustls-pki-types",
 8481 "tokio",
 8482 "tokio-rustls 0.26.2",
 8483 "tower-service",
 8484]
 8485
 8486[[package]]
 8487name = "hyper-timeout"
 8488version = "0.5.2"
 8489source = "registry+https://github.com/rust-lang/crates.io-index"
 8490checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8491dependencies = [
 8492 "hyper 1.7.0",
 8493 "hyper-util",
 8494 "pin-project-lite",
 8495 "tokio",
 8496 "tower-service",
 8497]
 8498
 8499[[package]]
 8500name = "hyper-tls"
 8501version = "0.5.0"
 8502source = "registry+https://github.com/rust-lang/crates.io-index"
 8503checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8504dependencies = [
 8505 "bytes 1.11.1",
 8506 "hyper 0.14.32",
 8507 "native-tls",
 8508 "tokio",
 8509 "tokio-native-tls",
 8510]
 8511
 8512[[package]]
 8513name = "hyper-util"
 8514version = "0.1.17"
 8515source = "registry+https://github.com/rust-lang/crates.io-index"
 8516checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8517dependencies = [
 8518 "base64 0.22.1",
 8519 "bytes 1.11.1",
 8520 "futures-channel",
 8521 "futures-core",
 8522 "futures-util",
 8523 "http 1.3.1",
 8524 "http-body 1.0.1",
 8525 "hyper 1.7.0",
 8526 "ipnet",
 8527 "libc",
 8528 "percent-encoding",
 8529 "pin-project-lite",
 8530 "socket2 0.6.1",
 8531 "tokio",
 8532 "tower-service",
 8533 "tracing",
 8534]
 8535
 8536[[package]]
 8537name = "iana-time-zone"
 8538version = "0.1.64"
 8539source = "registry+https://github.com/rust-lang/crates.io-index"
 8540checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8541dependencies = [
 8542 "android_system_properties",
 8543 "core-foundation-sys",
 8544 "iana-time-zone-haiku",
 8545 "js-sys",
 8546 "log",
 8547 "wasm-bindgen",
 8548 "windows-core 0.62.2",
 8549]
 8550
 8551[[package]]
 8552name = "iana-time-zone-haiku"
 8553version = "0.1.2"
 8554source = "registry+https://github.com/rust-lang/crates.io-index"
 8555checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8556dependencies = [
 8557 "cc",
 8558]
 8559
 8560[[package]]
 8561name = "icons"
 8562version = "0.1.0"
 8563dependencies = [
 8564 "serde",
 8565 "strum 0.27.2",
 8566]
 8567
 8568[[package]]
 8569name = "icu_collections"
 8570version = "2.0.0"
 8571source = "registry+https://github.com/rust-lang/crates.io-index"
 8572checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8573dependencies = [
 8574 "displaydoc",
 8575 "potential_utf",
 8576 "yoke 0.8.0",
 8577 "zerofrom",
 8578 "zerovec",
 8579]
 8580
 8581[[package]]
 8582name = "icu_locale_core"
 8583version = "2.0.0"
 8584source = "registry+https://github.com/rust-lang/crates.io-index"
 8585checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8586dependencies = [
 8587 "displaydoc",
 8588 "litemap",
 8589 "tinystr",
 8590 "writeable",
 8591 "zerovec",
 8592]
 8593
 8594[[package]]
 8595name = "icu_normalizer"
 8596version = "2.0.0"
 8597source = "registry+https://github.com/rust-lang/crates.io-index"
 8598checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8599dependencies = [
 8600 "displaydoc",
 8601 "icu_collections",
 8602 "icu_normalizer_data",
 8603 "icu_properties",
 8604 "icu_provider",
 8605 "smallvec",
 8606 "zerovec",
 8607]
 8608
 8609[[package]]
 8610name = "icu_normalizer_data"
 8611version = "2.0.0"
 8612source = "registry+https://github.com/rust-lang/crates.io-index"
 8613checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8614
 8615[[package]]
 8616name = "icu_properties"
 8617version = "2.0.1"
 8618source = "registry+https://github.com/rust-lang/crates.io-index"
 8619checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8620dependencies = [
 8621 "displaydoc",
 8622 "icu_collections",
 8623 "icu_locale_core",
 8624 "icu_properties_data",
 8625 "icu_provider",
 8626 "potential_utf",
 8627 "zerotrie",
 8628 "zerovec",
 8629]
 8630
 8631[[package]]
 8632name = "icu_properties_data"
 8633version = "2.0.1"
 8634source = "registry+https://github.com/rust-lang/crates.io-index"
 8635checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8636
 8637[[package]]
 8638name = "icu_provider"
 8639version = "2.0.0"
 8640source = "registry+https://github.com/rust-lang/crates.io-index"
 8641checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8642dependencies = [
 8643 "displaydoc",
 8644 "icu_locale_core",
 8645 "stable_deref_trait",
 8646 "tinystr",
 8647 "writeable",
 8648 "yoke 0.8.0",
 8649 "zerofrom",
 8650 "zerotrie",
 8651 "zerovec",
 8652]
 8653
 8654[[package]]
 8655name = "id-arena"
 8656version = "2.2.1"
 8657source = "registry+https://github.com/rust-lang/crates.io-index"
 8658checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8659
 8660[[package]]
 8661name = "ident_case"
 8662version = "1.0.1"
 8663source = "registry+https://github.com/rust-lang/crates.io-index"
 8664checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8665
 8666[[package]]
 8667name = "idna"
 8668version = "1.1.0"
 8669source = "registry+https://github.com/rust-lang/crates.io-index"
 8670checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8671dependencies = [
 8672 "idna_adapter",
 8673 "smallvec",
 8674 "utf8_iter",
 8675]
 8676
 8677[[package]]
 8678name = "idna_adapter"
 8679version = "1.2.1"
 8680source = "registry+https://github.com/rust-lang/crates.io-index"
 8681checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8682dependencies = [
 8683 "icu_normalizer",
 8684 "icu_properties",
 8685]
 8686
 8687[[package]]
 8688name = "ignore"
 8689version = "0.4.24"
 8690source = "registry+https://github.com/rust-lang/crates.io-index"
 8691checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8692dependencies = [
 8693 "crossbeam-deque",
 8694 "globset",
 8695 "log",
 8696 "memchr",
 8697 "regex-automata",
 8698 "same-file",
 8699 "walkdir",
 8700 "winapi-util",
 8701]
 8702
 8703[[package]]
 8704name = "image"
 8705version = "0.25.10"
 8706source = "registry+https://github.com/rust-lang/crates.io-index"
 8707checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8708dependencies = [
 8709 "bytemuck",
 8710 "byteorder-lite",
 8711 "color_quant",
 8712 "exr",
 8713 "gif 0.14.2",
 8714 "image-webp",
 8715 "moxcms",
 8716 "num-traits",
 8717 "png 0.18.0",
 8718 "qoi",
 8719 "ravif",
 8720 "rayon",
 8721 "rgb",
 8722 "tiff",
 8723 "zune-core 0.5.1",
 8724 "zune-jpeg 0.5.15",
 8725]
 8726
 8727[[package]]
 8728name = "image-webp"
 8729version = "0.2.4"
 8730source = "registry+https://github.com/rust-lang/crates.io-index"
 8731checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8732dependencies = [
 8733 "byteorder-lite",
 8734 "quick-error 2.0.1",
 8735]
 8736
 8737[[package]]
 8738name = "image_viewer"
 8739version = "0.1.0"
 8740dependencies = [
 8741 "anyhow",
 8742 "db",
 8743 "editor",
 8744 "file_icons",
 8745 "gpui",
 8746 "language",
 8747 "log",
 8748 "project",
 8749 "serde",
 8750 "settings",
 8751 "theme_settings",
 8752 "ui",
 8753 "util",
 8754 "workspace",
 8755]
 8756
 8757[[package]]
 8758name = "imagesize"
 8759version = "0.13.0"
 8760source = "registry+https://github.com/rust-lang/crates.io-index"
 8761checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8762
 8763[[package]]
 8764name = "imara-diff"
 8765version = "0.1.8"
 8766source = "registry+https://github.com/rust-lang/crates.io-index"
 8767checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8768dependencies = [
 8769 "hashbrown 0.15.5",
 8770]
 8771
 8772[[package]]
 8773name = "imgref"
 8774version = "1.12.0"
 8775source = "registry+https://github.com/rust-lang/crates.io-index"
 8776checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8777
 8778[[package]]
 8779name = "indenter"
 8780version = "0.3.4"
 8781source = "registry+https://github.com/rust-lang/crates.io-index"
 8782checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8783
 8784[[package]]
 8785name = "indexmap"
 8786version = "2.11.4"
 8787source = "registry+https://github.com/rust-lang/crates.io-index"
 8788checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8789dependencies = [
 8790 "equivalent",
 8791 "hashbrown 0.16.1",
 8792 "serde",
 8793 "serde_core",
 8794]
 8795
 8796[[package]]
 8797name = "indoc"
 8798version = "2.0.6"
 8799source = "registry+https://github.com/rust-lang/crates.io-index"
 8800checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8801
 8802[[package]]
 8803name = "inherent"
 8804version = "1.0.13"
 8805source = "registry+https://github.com/rust-lang/crates.io-index"
 8806checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8807dependencies = [
 8808 "proc-macro2",
 8809 "quote",
 8810 "syn 2.0.117",
 8811]
 8812
 8813[[package]]
 8814name = "inotify"
 8815version = "0.9.6"
 8816source = "registry+https://github.com/rust-lang/crates.io-index"
 8817checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8818dependencies = [
 8819 "bitflags 1.3.2",
 8820 "inotify-sys",
 8821 "libc",
 8822]
 8823
 8824[[package]]
 8825name = "inotify"
 8826version = "0.11.0"
 8827source = "registry+https://github.com/rust-lang/crates.io-index"
 8828checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8829dependencies = [
 8830 "bitflags 2.10.0",
 8831 "inotify-sys",
 8832 "libc",
 8833]
 8834
 8835[[package]]
 8836name = "inotify-sys"
 8837version = "0.1.5"
 8838source = "registry+https://github.com/rust-lang/crates.io-index"
 8839checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8840dependencies = [
 8841 "libc",
 8842]
 8843
 8844[[package]]
 8845name = "inout"
 8846version = "0.1.4"
 8847source = "registry+https://github.com/rust-lang/crates.io-index"
 8848checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8849dependencies = [
 8850 "block-padding",
 8851 "generic-array",
 8852]
 8853
 8854[[package]]
 8855name = "input_latency_ui"
 8856version = "0.1.0"
 8857dependencies = [
 8858 "chrono",
 8859 "gpui",
 8860 "hdrhistogram",
 8861]
 8862
 8863[[package]]
 8864name = "inspector_ui"
 8865version = "0.1.0"
 8866dependencies = [
 8867 "anyhow",
 8868 "command_palette_hooks",
 8869 "editor",
 8870 "fuzzy",
 8871 "gpui",
 8872 "language",
 8873 "project",
 8874 "serde_json",
 8875 "serde_json_lenient",
 8876 "theme_settings",
 8877 "ui",
 8878 "util",
 8879 "util_macros",
 8880 "workspace",
 8881 "zed_actions",
 8882]
 8883
 8884[[package]]
 8885name = "install_cli"
 8886version = "0.1.0"
 8887dependencies = [
 8888 "anyhow",
 8889 "client",
 8890 "gpui",
 8891 "release_channel",
 8892 "smol",
 8893 "util",
 8894 "workspace",
 8895]
 8896
 8897[[package]]
 8898name = "instant"
 8899version = "0.1.13"
 8900source = "registry+https://github.com/rust-lang/crates.io-index"
 8901checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8902dependencies = [
 8903 "cfg-if",
 8904]
 8905
 8906[[package]]
 8907name = "interpolate_name"
 8908version = "0.2.4"
 8909source = "registry+https://github.com/rust-lang/crates.io-index"
 8910checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8911dependencies = [
 8912 "proc-macro2",
 8913 "quote",
 8914 "syn 2.0.117",
 8915]
 8916
 8917[[package]]
 8918name = "inventory"
 8919version = "0.3.21"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8922dependencies = [
 8923 "rustversion",
 8924]
 8925
 8926[[package]]
 8927name = "io-extras"
 8928version = "0.18.4"
 8929source = "registry+https://github.com/rust-lang/crates.io-index"
 8930checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8931dependencies = [
 8932 "io-lifetimes",
 8933 "windows-sys 0.59.0",
 8934]
 8935
 8936[[package]]
 8937name = "io-lifetimes"
 8938version = "2.0.4"
 8939source = "registry+https://github.com/rust-lang/crates.io-index"
 8940checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8941
 8942[[package]]
 8943name = "io-surface"
 8944version = "0.16.1"
 8945source = "registry+https://github.com/rust-lang/crates.io-index"
 8946checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8947dependencies = [
 8948 "cgl",
 8949 "core-foundation 0.10.0",
 8950 "core-foundation-sys",
 8951 "leaky-cow",
 8952]
 8953
 8954[[package]]
 8955name = "iovec"
 8956version = "0.1.4"
 8957source = "registry+https://github.com/rust-lang/crates.io-index"
 8958checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8959dependencies = [
 8960 "libc",
 8961]
 8962
 8963[[package]]
 8964name = "ipc-channel"
 8965version = "0.19.0"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8968dependencies = [
 8969 "bincode",
 8970 "crossbeam-channel",
 8971 "fnv",
 8972 "lazy_static",
 8973 "libc",
 8974 "mio 1.1.0",
 8975 "rand 0.8.5",
 8976 "serde",
 8977 "tempfile",
 8978 "uuid",
 8979 "windows 0.58.0",
 8980]
 8981
 8982[[package]]
 8983name = "ipnet"
 8984version = "2.11.0"
 8985source = "registry+https://github.com/rust-lang/crates.io-index"
 8986checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8987
 8988[[package]]
 8989name = "iri-string"
 8990version = "0.7.8"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8993dependencies = [
 8994 "memchr",
 8995 "serde",
 8996]
 8997
 8998[[package]]
 8999name = "is-docker"
 9000version = "0.2.0"
 9001source = "registry+https://github.com/rust-lang/crates.io-index"
 9002checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 9003dependencies = [
 9004 "once_cell",
 9005]
 9006
 9007[[package]]
 9008name = "is-terminal"
 9009version = "0.4.16"
 9010source = "registry+https://github.com/rust-lang/crates.io-index"
 9011checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 9012dependencies = [
 9013 "hermit-abi",
 9014 "libc",
 9015 "windows-sys 0.59.0",
 9016]
 9017
 9018[[package]]
 9019name = "is-wsl"
 9020version = "0.4.0"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 9023dependencies = [
 9024 "is-docker",
 9025 "once_cell",
 9026]
 9027
 9028[[package]]
 9029name = "is_executable"
 9030version = "1.0.5"
 9031source = "registry+https://github.com/rust-lang/crates.io-index"
 9032checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 9033dependencies = [
 9034 "windows-sys 0.60.2",
 9035]
 9036
 9037[[package]]
 9038name = "is_terminal_polyfill"
 9039version = "1.70.1"
 9040source = "registry+https://github.com/rust-lang/crates.io-index"
 9041checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 9042
 9043[[package]]
 9044name = "itertools"
 9045version = "0.10.5"
 9046source = "registry+https://github.com/rust-lang/crates.io-index"
 9047checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9048dependencies = [
 9049 "either",
 9050]
 9051
 9052[[package]]
 9053name = "itertools"
 9054version = "0.11.0"
 9055source = "registry+https://github.com/rust-lang/crates.io-index"
 9056checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9057dependencies = [
 9058 "either",
 9059]
 9060
 9061[[package]]
 9062name = "itertools"
 9063version = "0.14.0"
 9064source = "registry+https://github.com/rust-lang/crates.io-index"
 9065checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9066dependencies = [
 9067 "either",
 9068]
 9069
 9070[[package]]
 9071name = "itoa"
 9072version = "1.0.15"
 9073source = "registry+https://github.com/rust-lang/crates.io-index"
 9074checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9075
 9076[[package]]
 9077name = "jiff"
 9078version = "0.2.15"
 9079source = "registry+https://github.com/rust-lang/crates.io-index"
 9080checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9081dependencies = [
 9082 "jiff-static",
 9083 "log",
 9084 "portable-atomic",
 9085 "portable-atomic-util",
 9086 "serde",
 9087]
 9088
 9089[[package]]
 9090name = "jiff-static"
 9091version = "0.2.15"
 9092source = "registry+https://github.com/rust-lang/crates.io-index"
 9093checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9094dependencies = [
 9095 "proc-macro2",
 9096 "quote",
 9097 "syn 2.0.117",
 9098]
 9099
 9100[[package]]
 9101name = "jni"
 9102version = "0.21.1"
 9103source = "registry+https://github.com/rust-lang/crates.io-index"
 9104checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9105dependencies = [
 9106 "cesu8",
 9107 "cfg-if",
 9108 "combine",
 9109 "jni-sys",
 9110 "log",
 9111 "thiserror 1.0.69",
 9112 "walkdir",
 9113 "windows-sys 0.45.0",
 9114]
 9115
 9116[[package]]
 9117name = "jni-sys"
 9118version = "0.3.0"
 9119source = "registry+https://github.com/rust-lang/crates.io-index"
 9120checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9121
 9122[[package]]
 9123name = "jobserver"
 9124version = "0.1.34"
 9125source = "registry+https://github.com/rust-lang/crates.io-index"
 9126checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9127dependencies = [
 9128 "getrandom 0.3.4",
 9129 "libc",
 9130]
 9131
 9132[[package]]
 9133name = "journal"
 9134version = "0.1.0"
 9135dependencies = [
 9136 "anyhow",
 9137 "chrono",
 9138 "editor",
 9139 "gpui",
 9140 "log",
 9141 "serde",
 9142 "settings",
 9143 "shellexpand",
 9144 "workspace",
 9145]
 9146
 9147[[package]]
 9148name = "js-sys"
 9149version = "0.3.90"
 9150source = "registry+https://github.com/rust-lang/crates.io-index"
 9151checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9152dependencies = [
 9153 "once_cell",
 9154 "wasm-bindgen",
 9155]
 9156
 9157[[package]]
 9158name = "json5"
 9159version = "0.4.1"
 9160source = "registry+https://github.com/rust-lang/crates.io-index"
 9161checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9162dependencies = [
 9163 "pest",
 9164 "pest_derive",
 9165 "serde",
 9166]
 9167
 9168[[package]]
 9169name = "json_dotpath"
 9170version = "1.1.0"
 9171source = "registry+https://github.com/rust-lang/crates.io-index"
 9172checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9173dependencies = [
 9174 "serde",
 9175 "serde_derive",
 9176 "serde_json",
 9177 "thiserror 1.0.69",
 9178]
 9179
 9180[[package]]
 9181name = "json_schema_store"
 9182version = "0.1.0"
 9183dependencies = [
 9184 "anyhow",
 9185 "collections",
 9186 "dap",
 9187 "extension",
 9188 "feature_flags",
 9189 "gpui",
 9190 "language",
 9191 "parking_lot",
 9192 "paths",
 9193 "project",
 9194 "schemars",
 9195 "serde",
 9196 "serde_json",
 9197 "settings",
 9198 "snippet_provider",
 9199 "task",
 9200 "theme",
 9201 "util",
 9202]
 9203
 9204[[package]]
 9205name = "jsonschema"
 9206version = "0.37.4"
 9207source = "registry+https://github.com/rust-lang/crates.io-index"
 9208checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9209dependencies = [
 9210 "ahash 0.8.12",
 9211 "bytecount",
 9212 "data-encoding",
 9213 "email_address",
 9214 "fancy-regex 0.16.2",
 9215 "fraction",
 9216 "getrandom 0.3.4",
 9217 "idna",
 9218 "itoa",
 9219 "num-cmp",
 9220 "num-traits",
 9221 "percent-encoding",
 9222 "referencing",
 9223 "regex",
 9224 "regex-syntax",
 9225 "reqwest 0.12.24",
 9226 "serde",
 9227 "serde_json",
 9228 "unicode-general-category",
 9229 "uuid-simd",
 9230]
 9231
 9232[[package]]
 9233name = "jsonwebtoken"
 9234version = "10.3.0"
 9235source = "registry+https://github.com/rust-lang/crates.io-index"
 9236checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9237dependencies = [
 9238 "aws-lc-rs",
 9239 "base64 0.22.1",
 9240 "getrandom 0.2.16",
 9241 "js-sys",
 9242 "pem",
 9243 "serde",
 9244 "serde_json",
 9245 "signature 2.2.0",
 9246 "simple_asn1",
 9247]
 9248
 9249[[package]]
 9250name = "jupyter-protocol"
 9251version = "1.4.0"
 9252source = "registry+https://github.com/rust-lang/crates.io-index"
 9253checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9254dependencies = [
 9255 "async-trait",
 9256 "bytes 1.11.1",
 9257 "chrono",
 9258 "futures 0.3.32",
 9259 "serde",
 9260 "serde_json",
 9261 "thiserror 2.0.17",
 9262 "uuid",
 9263]
 9264
 9265[[package]]
 9266name = "jupyter-websocket-client"
 9267version = "1.1.0"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "7c2ae4d8d5344f69bf9734b264e969c2139e30e932ce9b6455de9f65663ed614"
 9270dependencies = [
 9271 "anyhow",
 9272 "async-trait",
 9273 "async-tungstenite",
 9274 "bytes 1.11.1",
 9275 "futures 0.3.32",
 9276 "jupyter-protocol",
 9277 "serde",
 9278 "serde_json",
 9279 "tokio",
 9280 "url",
 9281 "uuid",
 9282]
 9283
 9284[[package]]
 9285name = "keymap_editor"
 9286version = "0.1.0"
 9287dependencies = [
 9288 "anyhow",
 9289 "collections",
 9290 "command_palette",
 9291 "component",
 9292 "db",
 9293 "editor",
 9294 "fs",
 9295 "fuzzy",
 9296 "gpui",
 9297 "itertools 0.14.0",
 9298 "json_schema_store",
 9299 "language",
 9300 "log",
 9301 "menu",
 9302 "notifications",
 9303 "paths",
 9304 "project",
 9305 "search",
 9306 "serde",
 9307 "serde_json",
 9308 "settings",
 9309 "telemetry",
 9310 "tempfile",
 9311 "theme",
 9312 "theme_settings",
 9313 "tree-sitter-json",
 9314 "tree-sitter-rust",
 9315 "ui",
 9316 "ui_input",
 9317 "util",
 9318 "workspace",
 9319 "zed_actions",
 9320]
 9321
 9322[[package]]
 9323name = "khronos-egl"
 9324version = "6.0.0"
 9325source = "registry+https://github.com/rust-lang/crates.io-index"
 9326checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9327dependencies = [
 9328 "libc",
 9329 "libloading",
 9330 "pkg-config",
 9331]
 9332
 9333[[package]]
 9334name = "khronos_api"
 9335version = "3.1.0"
 9336source = "registry+https://github.com/rust-lang/crates.io-index"
 9337checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9338
 9339[[package]]
 9340name = "kqueue"
 9341version = "1.1.1"
 9342source = "registry+https://github.com/rust-lang/crates.io-index"
 9343checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9344dependencies = [
 9345 "kqueue-sys",
 9346 "libc",
 9347]
 9348
 9349[[package]]
 9350name = "kqueue-sys"
 9351version = "1.0.4"
 9352source = "registry+https://github.com/rust-lang/crates.io-index"
 9353checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9354dependencies = [
 9355 "bitflags 1.3.2",
 9356 "libc",
 9357]
 9358
 9359[[package]]
 9360name = "kurbo"
 9361version = "0.11.3"
 9362source = "registry+https://github.com/rust-lang/crates.io-index"
 9363checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9364dependencies = [
 9365 "arrayvec",
 9366 "euclid",
 9367 "smallvec",
 9368]
 9369
 9370[[package]]
 9371name = "kv-log-macro"
 9372version = "1.0.7"
 9373source = "registry+https://github.com/rust-lang/crates.io-index"
 9374checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9375dependencies = [
 9376 "log",
 9377]
 9378
 9379[[package]]
 9380name = "language"
 9381version = "0.1.0"
 9382dependencies = [
 9383 "anyhow",
 9384 "async-trait",
 9385 "clock",
 9386 "collections",
 9387 "criterion",
 9388 "ctor",
 9389 "diffy",
 9390 "ec4rs",
 9391 "encoding_rs",
 9392 "fs",
 9393 "futures 0.3.32",
 9394 "fuzzy",
 9395 "globset",
 9396 "gpui",
 9397 "http_client",
 9398 "imara-diff",
 9399 "indoc",
 9400 "itertools 0.14.0",
 9401 "language_core",
 9402 "log",
 9403 "lsp",
 9404 "parking_lot",
 9405 "postage",
 9406 "pretty_assertions",
 9407 "rand 0.9.3",
 9408 "regex",
 9409 "rpc",
 9410 "semver",
 9411 "serde",
 9412 "serde_json",
 9413 "settings",
 9414 "shellexpand",
 9415 "smallvec",
 9416 "smol",
 9417 "streaming-iterator",
 9418 "strsim",
 9419 "sum_tree",
 9420 "task",
 9421 "text",
 9422 "theme",
 9423 "theme_settings",
 9424 "toml 0.8.23",
 9425 "tracing",
 9426 "tree-sitter",
 9427 "tree-sitter-elixir",
 9428 "tree-sitter-embedded-template",
 9429 "tree-sitter-heex",
 9430 "tree-sitter-html",
 9431 "tree-sitter-json",
 9432 "tree-sitter-md",
 9433 "tree-sitter-python",
 9434 "tree-sitter-ruby",
 9435 "tree-sitter-rust",
 9436 "tree-sitter-typescript",
 9437 "unicase",
 9438 "unindent",
 9439 "util",
 9440 "watch",
 9441 "zlog",
 9442 "ztracing",
 9443]
 9444
 9445[[package]]
 9446name = "language_core"
 9447version = "0.1.0"
 9448dependencies = [
 9449 "anyhow",
 9450 "collections",
 9451 "gpui_shared_string",
 9452 "log",
 9453 "lsp",
 9454 "parking_lot",
 9455 "regex",
 9456 "schemars",
 9457 "serde",
 9458 "serde_json",
 9459 "toml 0.8.23",
 9460 "tree-sitter",
 9461 "util",
 9462]
 9463
 9464[[package]]
 9465name = "language_extension"
 9466version = "0.1.0"
 9467dependencies = [
 9468 "anyhow",
 9469 "async-trait",
 9470 "collections",
 9471 "extension",
 9472 "fs",
 9473 "futures 0.3.32",
 9474 "gpui",
 9475 "language",
 9476 "log",
 9477 "lsp",
 9478 "project",
 9479 "serde",
 9480 "serde_json",
 9481 "tracing",
 9482 "util",
 9483 "ztracing",
 9484]
 9485
 9486[[package]]
 9487name = "language_model"
 9488version = "0.1.0"
 9489dependencies = [
 9490 "anyhow",
 9491 "base64 0.22.1",
 9492 "collections",
 9493 "credentials_provider",
 9494 "env_var",
 9495 "futures 0.3.32",
 9496 "gpui",
 9497 "http_client",
 9498 "icons",
 9499 "image",
 9500 "language_model_core",
 9501 "log",
 9502 "parking_lot",
 9503 "serde",
 9504 "serde_json",
 9505 "thiserror 2.0.17",
 9506 "util",
 9507]
 9508
 9509[[package]]
 9510name = "language_model_core"
 9511version = "0.1.0"
 9512dependencies = [
 9513 "anyhow",
 9514 "cloud_llm_client",
 9515 "futures 0.3.32",
 9516 "gpui_shared_string",
 9517 "http_client",
 9518 "partial-json-fixer",
 9519 "schemars",
 9520 "serde",
 9521 "serde_json",
 9522 "smol",
 9523 "strum 0.27.2",
 9524 "thiserror 2.0.17",
 9525]
 9526
 9527[[package]]
 9528name = "language_models"
 9529version = "0.1.0"
 9530dependencies = [
 9531 "ai_onboarding",
 9532 "anthropic",
 9533 "anyhow",
 9534 "aws-config",
 9535 "aws-credential-types",
 9536 "aws_http_client",
 9537 "base64 0.22.1",
 9538 "bedrock",
 9539 "client",
 9540 "cloud_api_client",
 9541 "cloud_api_types",
 9542 "collections",
 9543 "component",
 9544 "convert_case 0.8.0",
 9545 "copilot",
 9546 "copilot_chat",
 9547 "copilot_ui",
 9548 "credentials_provider",
 9549 "deepseek",
 9550 "extension",
 9551 "extension_host",
 9552 "fs",
 9553 "futures 0.3.32",
 9554 "google_ai",
 9555 "gpui",
 9556 "gpui_tokio",
 9557 "http_client",
 9558 "language",
 9559 "language_model",
 9560 "language_models_cloud",
 9561 "lmstudio",
 9562 "log",
 9563 "menu",
 9564 "mistral",
 9565 "ollama",
 9566 "open_ai",
 9567 "open_router",
 9568 "opencode",
 9569 "pretty_assertions",
 9570 "release_channel",
 9571 "schemars",
 9572 "serde",
 9573 "serde_json",
 9574 "settings",
 9575 "smol",
 9576 "strum 0.27.2",
 9577 "tiktoken-rs",
 9578 "tokio",
 9579 "ui",
 9580 "ui_input",
 9581 "util",
 9582 "vercel",
 9583 "x_ai",
 9584]
 9585
 9586[[package]]
 9587name = "language_models_cloud"
 9588version = "0.1.0"
 9589dependencies = [
 9590 "anthropic",
 9591 "anyhow",
 9592 "cloud_llm_client",
 9593 "futures 0.3.32",
 9594 "google_ai",
 9595 "gpui",
 9596 "http_client",
 9597 "language_model",
 9598 "open_ai",
 9599 "schemars",
 9600 "semver",
 9601 "serde",
 9602 "serde_json",
 9603 "smol",
 9604 "thiserror 2.0.17",
 9605 "x_ai",
 9606]
 9607
 9608[[package]]
 9609name = "language_onboarding"
 9610version = "0.1.0"
 9611dependencies = [
 9612 "db",
 9613 "editor",
 9614 "gpui",
 9615 "project",
 9616 "ui",
 9617 "workspace",
 9618]
 9619
 9620[[package]]
 9621name = "language_selector"
 9622version = "0.1.0"
 9623dependencies = [
 9624 "anyhow",
 9625 "editor",
 9626 "file_icons",
 9627 "fuzzy",
 9628 "gpui",
 9629 "language",
 9630 "open_path_prompt",
 9631 "picker",
 9632 "project",
 9633 "serde_json",
 9634 "settings",
 9635 "ui",
 9636 "util",
 9637 "workspace",
 9638]
 9639
 9640[[package]]
 9641name = "language_tools"
 9642version = "0.1.0"
 9643dependencies = [
 9644 "anyhow",
 9645 "client",
 9646 "collections",
 9647 "command_palette_hooks",
 9648 "edit_prediction",
 9649 "editor",
 9650 "futures 0.3.32",
 9651 "gpui",
 9652 "itertools 0.14.0",
 9653 "language",
 9654 "lsp",
 9655 "menu",
 9656 "project",
 9657 "proto",
 9658 "release_channel",
 9659 "semver",
 9660 "serde_json",
 9661 "settings",
 9662 "sysinfo 0.37.2",
 9663 "telemetry",
 9664 "theme",
 9665 "theme_settings",
 9666 "tree-sitter",
 9667 "ui",
 9668 "util",
 9669 "workspace",
 9670 "zed_actions",
 9671 "zlog",
 9672]
 9673
 9674[[package]]
 9675name = "languages"
 9676version = "0.1.0"
 9677dependencies = [
 9678 "anyhow",
 9679 "async-compression",
 9680 "async-fs",
 9681 "async-tar",
 9682 "async-trait",
 9683 "chrono",
 9684 "collections",
 9685 "fs",
 9686 "futures 0.3.32",
 9687 "globset",
 9688 "gpui",
 9689 "grammars",
 9690 "http_client",
 9691 "itertools 0.14.0",
 9692 "json_schema_store",
 9693 "language",
 9694 "log",
 9695 "lsp",
 9696 "node_runtime",
 9697 "parking_lot",
 9698 "pet",
 9699 "pet-conda",
 9700 "pet-core",
 9701 "pet-fs",
 9702 "pet-poetry",
 9703 "pet-reporter",
 9704 "pet-virtualenv",
 9705 "pretty_assertions",
 9706 "project",
 9707 "regex",
 9708 "rope",
 9709 "semver",
 9710 "serde",
 9711 "serde_json",
 9712 "serde_json_lenient",
 9713 "settings",
 9714 "smallvec",
 9715 "smol",
 9716 "snippet",
 9717 "task",
 9718 "terminal",
 9719 "theme",
 9720 "tree-sitter",
 9721 "tree-sitter-bash",
 9722 "tree-sitter-c",
 9723 "tree-sitter-cpp",
 9724 "tree-sitter-css",
 9725 "tree-sitter-gitcommit",
 9726 "tree-sitter-go",
 9727 "tree-sitter-python",
 9728 "tree-sitter-rust",
 9729 "tree-sitter-typescript",
 9730 "unindent",
 9731 "url",
 9732 "util",
 9733]
 9734
 9735[[package]]
 9736name = "lazy_static"
 9737version = "1.5.0"
 9738source = "registry+https://github.com/rust-lang/crates.io-index"
 9739checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9740dependencies = [
 9741 "spin 0.9.8",
 9742]
 9743
 9744[[package]]
 9745name = "leak"
 9746version = "0.1.2"
 9747source = "registry+https://github.com/rust-lang/crates.io-index"
 9748checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9749
 9750[[package]]
 9751name = "leaky-cow"
 9752version = "0.1.1"
 9753source = "registry+https://github.com/rust-lang/crates.io-index"
 9754checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9755dependencies = [
 9756 "leak",
 9757]
 9758
 9759[[package]]
 9760name = "leb128"
 9761version = "0.2.5"
 9762source = "registry+https://github.com/rust-lang/crates.io-index"
 9763checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9764
 9765[[package]]
 9766name = "leb128fmt"
 9767version = "0.1.0"
 9768source = "registry+https://github.com/rust-lang/crates.io-index"
 9769checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9770
 9771[[package]]
 9772name = "lebe"
 9773version = "0.5.3"
 9774source = "registry+https://github.com/rust-lang/crates.io-index"
 9775checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9776
 9777[[package]]
 9778name = "libbz2-rs-sys"
 9779version = "0.2.2"
 9780source = "registry+https://github.com/rust-lang/crates.io-index"
 9781checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9782
 9783[[package]]
 9784name = "libc"
 9785version = "0.2.182"
 9786source = "registry+https://github.com/rust-lang/crates.io-index"
 9787checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9788
 9789[[package]]
 9790name = "libdbus-sys"
 9791version = "0.2.6"
 9792source = "registry+https://github.com/rust-lang/crates.io-index"
 9793checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9794dependencies = [
 9795 "cc",
 9796 "pkg-config",
 9797]
 9798
 9799[[package]]
 9800name = "libfuzzer-sys"
 9801version = "0.4.10"
 9802source = "registry+https://github.com/rust-lang/crates.io-index"
 9803checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9804dependencies = [
 9805 "arbitrary",
 9806 "cc",
 9807]
 9808
 9809[[package]]
 9810name = "libgit2-sys"
 9811version = "0.18.3+1.9.2"
 9812source = "registry+https://github.com/rust-lang/crates.io-index"
 9813checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9814dependencies = [
 9815 "cc",
 9816 "libc",
 9817 "libz-sys",
 9818 "pkg-config",
 9819]
 9820
 9821[[package]]
 9822name = "libloading"
 9823version = "0.8.9"
 9824source = "registry+https://github.com/rust-lang/crates.io-index"
 9825checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9826dependencies = [
 9827 "cfg-if",
 9828 "windows-link 0.2.1",
 9829]
 9830
 9831[[package]]
 9832name = "libm"
 9833version = "0.2.15"
 9834source = "registry+https://github.com/rust-lang/crates.io-index"
 9835checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9836
 9837[[package]]
 9838name = "libmimalloc-sys"
 9839version = "0.1.44"
 9840source = "registry+https://github.com/rust-lang/crates.io-index"
 9841checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9842dependencies = [
 9843 "cc",
 9844 "libc",
 9845]
 9846
 9847[[package]]
 9848name = "libredox"
 9849version = "0.1.10"
 9850source = "registry+https://github.com/rust-lang/crates.io-index"
 9851checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9852dependencies = [
 9853 "bitflags 2.10.0",
 9854 "libc",
 9855 "redox_syscall 0.5.18",
 9856]
 9857
 9858[[package]]
 9859name = "libsqlite3-sys"
 9860version = "0.30.1"
 9861source = "registry+https://github.com/rust-lang/crates.io-index"
 9862checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9863dependencies = [
 9864 "cc",
 9865 "pkg-config",
 9866 "vcpkg",
 9867]
 9868
 9869[[package]]
 9870name = "libwebrtc"
 9871version = "0.3.26"
 9872source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9873dependencies = [
 9874 "cxx",
 9875 "glib",
 9876 "jni",
 9877 "js-sys",
 9878 "lazy_static",
 9879 "livekit-protocol",
 9880 "livekit-runtime",
 9881 "log",
 9882 "parking_lot",
 9883 "serde",
 9884 "serde_json",
 9885 "thiserror 1.0.69",
 9886 "tokio",
 9887 "wasm-bindgen",
 9888 "wasm-bindgen-futures",
 9889 "web-sys",
 9890 "webrtc-sys",
 9891]
 9892
 9893[[package]]
 9894name = "libz-sys"
 9895version = "1.1.22"
 9896source = "registry+https://github.com/rust-lang/crates.io-index"
 9897checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9898dependencies = [
 9899 "cc",
 9900 "libc",
 9901 "pkg-config",
 9902 "vcpkg",
 9903]
 9904
 9905[[package]]
 9906name = "line_ending_selector"
 9907version = "0.1.0"
 9908dependencies = [
 9909 "editor",
 9910 "gpui",
 9911 "language",
 9912 "picker",
 9913 "project",
 9914 "ui",
 9915 "util",
 9916 "workspace",
 9917]
 9918
 9919[[package]]
 9920name = "linebender_resource_handle"
 9921version = "0.1.1"
 9922source = "registry+https://github.com/rust-lang/crates.io-index"
 9923checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9924
 9925[[package]]
 9926name = "link-cplusplus"
 9927version = "1.0.12"
 9928source = "registry+https://github.com/rust-lang/crates.io-index"
 9929checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9930dependencies = [
 9931 "cc",
 9932]
 9933
 9934[[package]]
 9935name = "linkify"
 9936version = "0.10.0"
 9937source = "registry+https://github.com/rust-lang/crates.io-index"
 9938checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9939dependencies = [
 9940 "memchr",
 9941]
 9942
 9943[[package]]
 9944name = "linux-raw-sys"
 9945version = "0.4.15"
 9946source = "registry+https://github.com/rust-lang/crates.io-index"
 9947checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9948
 9949[[package]]
 9950name = "linux-raw-sys"
 9951version = "0.11.0"
 9952source = "registry+https://github.com/rust-lang/crates.io-index"
 9953checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9954
 9955[[package]]
 9956name = "litemap"
 9957version = "0.8.0"
 9958source = "registry+https://github.com/rust-lang/crates.io-index"
 9959checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9960
 9961[[package]]
 9962name = "litrs"
 9963version = "1.0.0"
 9964source = "registry+https://github.com/rust-lang/crates.io-index"
 9965checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9966
 9967[[package]]
 9968name = "livekit"
 9969version = "0.7.32"
 9970source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9971dependencies = [
 9972 "base64 0.22.1",
 9973 "bmrng",
 9974 "bytes 1.11.1",
 9975 "chrono",
 9976 "futures-util",
 9977 "lazy_static",
 9978 "libloading",
 9979 "libwebrtc",
 9980 "livekit-api",
 9981 "livekit-protocol",
 9982 "livekit-runtime",
 9983 "log",
 9984 "parking_lot",
 9985 "prost 0.12.6",
 9986 "semver",
 9987 "serde",
 9988 "serde_json",
 9989 "thiserror 1.0.69",
 9990 "tokio",
 9991]
 9992
 9993[[package]]
 9994name = "livekit-api"
 9995version = "0.4.14"
 9996source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9997dependencies = [
 9998 "base64 0.21.7",
 9999 "futures-util",
10000 "http 1.3.1",
10001 "livekit-protocol",
10002 "livekit-runtime",
10003 "log",
10004 "parking_lot",
10005 "pbjson-types",
10006 "prost 0.12.6",
10007 "rand 0.9.3",
10008 "reqwest 0.12.24",
10009 "rustls-native-certs 0.6.3",
10010 "scopeguard",
10011 "serde",
10012 "sha2",
10013 "thiserror 1.0.69",
10014 "tokio",
10015 "tokio-rustls 0.26.2",
10016 "tokio-tungstenite 0.28.0",
10017 "url",
10018]
10019
10020[[package]]
10021name = "livekit-protocol"
10022version = "0.7.1"
10023source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10024dependencies = [
10025 "futures-util",
10026 "livekit-runtime",
10027 "parking_lot",
10028 "pbjson",
10029 "pbjson-types",
10030 "prost 0.12.6",
10031 "serde",
10032 "thiserror 1.0.69",
10033 "tokio",
10034]
10035
10036[[package]]
10037name = "livekit-runtime"
10038version = "0.4.0"
10039source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10040dependencies = [
10041 "tokio",
10042 "tokio-stream",
10043]
10044
10045[[package]]
10046name = "livekit_api"
10047version = "0.1.0"
10048dependencies = [
10049 "anyhow",
10050 "async-trait",
10051 "jsonwebtoken",
10052 "log",
10053 "prost 0.9.0",
10054 "prost-build 0.9.0",
10055 "prost-types 0.9.0",
10056 "serde",
10057 "zed-reqwest",
10058]
10059
10060[[package]]
10061name = "livekit_client"
10062version = "0.1.0"
10063dependencies = [
10064 "anyhow",
10065 "async-trait",
10066 "audio",
10067 "cocoa 0.26.0",
10068 "collections",
10069 "core-foundation 0.10.0",
10070 "core-video",
10071 "coreaudio-rs 0.12.1",
10072 "cpal",
10073 "futures 0.3.32",
10074 "gpui",
10075 "gpui_platform",
10076 "gpui_tokio",
10077 "http_client_tls",
10078 "image",
10079 "libwebrtc",
10080 "livekit",
10081 "livekit_api",
10082 "log",
10083 "nanoid",
10084 "objc",
10085 "parking_lot",
10086 "postage",
10087 "rodio",
10088 "serde",
10089 "serde_json",
10090 "serde_urlencoded",
10091 "settings",
10092 "simplelog",
10093 "smallvec",
10094 "tokio",
10095 "ui",
10096 "util",
10097 "webrtc-sys",
10098 "zed-scap",
10099]
10100
10101[[package]]
10102name = "lmdb-master-sys"
10103version = "0.2.5"
10104source = "registry+https://github.com/rust-lang/crates.io-index"
10105checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10106dependencies = [
10107 "cc",
10108 "doxygen-rs",
10109 "libc",
10110]
10111
10112[[package]]
10113name = "lmstudio"
10114version = "0.1.0"
10115dependencies = [
10116 "anyhow",
10117 "futures 0.3.32",
10118 "http_client",
10119 "schemars",
10120 "serde",
10121 "serde_json",
10122]
10123
10124[[package]]
10125name = "lock_api"
10126version = "0.4.14"
10127source = "registry+https://github.com/rust-lang/crates.io-index"
10128checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10129dependencies = [
10130 "scopeguard",
10131]
10132
10133[[package]]
10134name = "log"
10135version = "0.4.29"
10136source = "registry+https://github.com/rust-lang/crates.io-index"
10137checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10138dependencies = [
10139 "serde_core",
10140 "value-bag",
10141]
10142
10143[[package]]
10144name = "loom"
10145version = "0.7.2"
10146source = "registry+https://github.com/rust-lang/crates.io-index"
10147checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10148dependencies = [
10149 "cfg-if",
10150 "generator",
10151 "scoped-tls",
10152 "tracing",
10153 "tracing-subscriber",
10154]
10155
10156[[package]]
10157name = "loop9"
10158version = "0.1.5"
10159source = "registry+https://github.com/rust-lang/crates.io-index"
10160checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10161dependencies = [
10162 "imgref",
10163]
10164
10165[[package]]
10166name = "lru"
10167version = "0.12.5"
10168source = "registry+https://github.com/rust-lang/crates.io-index"
10169checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10170dependencies = [
10171 "hashbrown 0.15.5",
10172]
10173
10174[[package]]
10175name = "lru-slab"
10176version = "0.1.2"
10177source = "registry+https://github.com/rust-lang/crates.io-index"
10178checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10179
10180[[package]]
10181name = "lsp"
10182version = "0.1.0"
10183dependencies = [
10184 "anyhow",
10185 "async-pipe",
10186 "collections",
10187 "ctor",
10188 "futures 0.3.32",
10189 "gpui",
10190 "gpui_util",
10191 "log",
10192 "lsp-types",
10193 "parking_lot",
10194 "postage",
10195 "release_channel",
10196 "schemars",
10197 "semver",
10198 "serde",
10199 "serde_json",
10200 "smol",
10201 "util",
10202 "zlog",
10203]
10204
10205[[package]]
10206name = "lsp-types"
10207version = "0.95.1"
10208source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10209dependencies = [
10210 "bitflags 1.3.2",
10211 "serde",
10212 "serde_json",
10213 "url",
10214]
10215
10216[[package]]
10217name = "lyon"
10218version = "1.0.16"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10221dependencies = [
10222 "lyon_algorithms",
10223 "lyon_extra",
10224 "lyon_tessellation",
10225]
10226
10227[[package]]
10228name = "lyon_algorithms"
10229version = "1.0.16"
10230source = "registry+https://github.com/rust-lang/crates.io-index"
10231checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10232dependencies = [
10233 "lyon_path",
10234 "num-traits",
10235]
10236
10237[[package]]
10238name = "lyon_extra"
10239version = "1.0.3"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10242dependencies = [
10243 "lyon_path",
10244 "thiserror 1.0.69",
10245]
10246
10247[[package]]
10248name = "lyon_geom"
10249version = "1.0.17"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10252dependencies = [
10253 "arrayvec",
10254 "euclid",
10255 "num-traits",
10256]
10257
10258[[package]]
10259name = "lyon_path"
10260version = "1.0.16"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10263dependencies = [
10264 "lyon_geom",
10265 "num-traits",
10266]
10267
10268[[package]]
10269name = "lyon_tessellation"
10270version = "1.0.16"
10271source = "registry+https://github.com/rust-lang/crates.io-index"
10272checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10273dependencies = [
10274 "float_next_after",
10275 "lyon_path",
10276 "num-traits",
10277]
10278
10279[[package]]
10280name = "mac"
10281version = "0.1.1"
10282source = "registry+https://github.com/rust-lang/crates.io-index"
10283checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10284
10285[[package]]
10286name = "mach2"
10287version = "0.4.3"
10288source = "registry+https://github.com/rust-lang/crates.io-index"
10289checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10290dependencies = [
10291 "libc",
10292]
10293
10294[[package]]
10295name = "mach2"
10296version = "0.5.0"
10297source = "registry+https://github.com/rust-lang/crates.io-index"
10298checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10299dependencies = [
10300 "libc",
10301]
10302
10303[[package]]
10304name = "malloc_buf"
10305version = "0.0.6"
10306source = "registry+https://github.com/rust-lang/crates.io-index"
10307checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10308dependencies = [
10309 "libc",
10310]
10311
10312[[package]]
10313name = "maplit"
10314version = "1.0.2"
10315source = "registry+https://github.com/rust-lang/crates.io-index"
10316checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10317
10318[[package]]
10319name = "markdown"
10320version = "0.1.0"
10321dependencies = [
10322 "anyhow",
10323 "assets",
10324 "base64 0.22.1",
10325 "collections",
10326 "env_logger 0.11.8",
10327 "fs",
10328 "futures 0.3.32",
10329 "gpui",
10330 "gpui_platform",
10331 "html5ever 0.27.0",
10332 "language",
10333 "languages",
10334 "linkify",
10335 "log",
10336 "markup5ever_rcdom",
10337 "mermaid-rs-renderer",
10338 "node_runtime",
10339 "pulldown-cmark 0.13.0",
10340 "settings",
10341 "stacksafe",
10342 "sum_tree",
10343 "theme",
10344 "theme_settings",
10345 "ui",
10346 "util",
10347]
10348
10349[[package]]
10350name = "markdown_preview"
10351version = "0.1.0"
10352dependencies = [
10353 "anyhow",
10354 "editor",
10355 "gpui",
10356 "language",
10357 "log",
10358 "markdown",
10359 "project",
10360 "settings",
10361 "tempfile",
10362 "theme_settings",
10363 "ui",
10364 "urlencoding",
10365 "util",
10366 "workspace",
10367 "zed_actions",
10368]
10369
10370[[package]]
10371name = "markup5ever"
10372version = "0.12.1"
10373source = "registry+https://github.com/rust-lang/crates.io-index"
10374checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10375dependencies = [
10376 "log",
10377 "phf 0.11.3",
10378 "phf_codegen",
10379 "string_cache",
10380 "string_cache_codegen",
10381 "tendril",
10382]
10383
10384[[package]]
10385name = "markup5ever"
10386version = "0.35.0"
10387source = "registry+https://github.com/rust-lang/crates.io-index"
10388checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10389dependencies = [
10390 "log",
10391 "tendril",
10392 "web_atoms",
10393]
10394
10395[[package]]
10396name = "markup5ever_rcdom"
10397version = "0.3.0"
10398source = "registry+https://github.com/rust-lang/crates.io-index"
10399checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10400dependencies = [
10401 "html5ever 0.27.0",
10402 "markup5ever 0.12.1",
10403 "tendril",
10404 "xml5ever",
10405]
10406
10407[[package]]
10408name = "match_token"
10409version = "0.35.0"
10410source = "registry+https://github.com/rust-lang/crates.io-index"
10411checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10412dependencies = [
10413 "proc-macro2",
10414 "quote",
10415 "syn 2.0.117",
10416]
10417
10418[[package]]
10419name = "matchers"
10420version = "0.2.0"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10423dependencies = [
10424 "regex-automata",
10425]
10426
10427[[package]]
10428name = "matchit"
10429version = "0.7.3"
10430source = "registry+https://github.com/rust-lang/crates.io-index"
10431checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10432
10433[[package]]
10434name = "maybe-owned"
10435version = "0.3.4"
10436source = "registry+https://github.com/rust-lang/crates.io-index"
10437checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10438
10439[[package]]
10440name = "maybe-rayon"
10441version = "0.1.1"
10442source = "registry+https://github.com/rust-lang/crates.io-index"
10443checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10444dependencies = [
10445 "cfg-if",
10446 "rayon",
10447]
10448
10449[[package]]
10450name = "md-5"
10451version = "0.10.6"
10452source = "registry+https://github.com/rust-lang/crates.io-index"
10453checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10454dependencies = [
10455 "cfg-if",
10456 "digest",
10457]
10458
10459[[package]]
10460name = "mdbook"
10461version = "0.4.40"
10462source = "registry+https://github.com/rust-lang/crates.io-index"
10463checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10464dependencies = [
10465 "ammonia",
10466 "anyhow",
10467 "chrono",
10468 "clap",
10469 "clap_complete",
10470 "elasticlunr-rs",
10471 "env_logger 0.11.8",
10472 "futures-util",
10473 "handlebars 5.1.2",
10474 "ignore",
10475 "log",
10476 "memchr",
10477 "notify 6.1.1",
10478 "notify-debouncer-mini",
10479 "once_cell",
10480 "opener",
10481 "pathdiff",
10482 "pulldown-cmark 0.10.3",
10483 "regex",
10484 "serde",
10485 "serde_json",
10486 "shlex",
10487 "tempfile",
10488 "tokio",
10489 "toml 0.5.11",
10490 "topological-sort",
10491 "walkdir",
10492 "warp",
10493]
10494
10495[[package]]
10496name = "media"
10497version = "0.1.0"
10498dependencies = [
10499 "anyhow",
10500 "bindgen 0.71.1",
10501 "core-foundation 0.10.0",
10502 "core-video",
10503 "ctor",
10504 "foreign-types 0.5.0",
10505 "metal",
10506 "objc",
10507]
10508
10509[[package]]
10510name = "memchr"
10511version = "2.7.6"
10512source = "registry+https://github.com/rust-lang/crates.io-index"
10513checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10514
10515[[package]]
10516name = "memfd"
10517version = "0.6.5"
10518source = "registry+https://github.com/rust-lang/crates.io-index"
10519checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10520dependencies = [
10521 "rustix 1.1.2",
10522]
10523
10524[[package]]
10525name = "memmap2"
10526version = "0.9.8"
10527source = "registry+https://github.com/rust-lang/crates.io-index"
10528checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10529dependencies = [
10530 "libc",
10531 "stable_deref_trait",
10532]
10533
10534[[package]]
10535name = "memoffset"
10536version = "0.9.1"
10537source = "registry+https://github.com/rust-lang/crates.io-index"
10538checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10539dependencies = [
10540 "autocfg",
10541]
10542
10543[[package]]
10544name = "menu"
10545version = "0.1.0"
10546dependencies = [
10547 "gpui",
10548]
10549
10550[[package]]
10551name = "merge"
10552version = "0.1.0"
10553source = "registry+https://github.com/rust-lang/crates.io-index"
10554checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10555dependencies = [
10556 "merge_derive",
10557 "num-traits",
10558]
10559
10560[[package]]
10561name = "merge_derive"
10562version = "0.1.0"
10563source = "registry+https://github.com/rust-lang/crates.io-index"
10564checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10565dependencies = [
10566 "proc-macro-error",
10567 "proc-macro2",
10568 "quote",
10569 "syn 1.0.109",
10570]
10571
10572[[package]]
10573name = "mermaid-rs-renderer"
10574version = "0.2.0"
10575source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10576dependencies = [
10577 "anyhow",
10578 "fontdb 0.16.2",
10579 "json5",
10580 "once_cell",
10581 "regex",
10582 "serde",
10583 "serde_json",
10584 "thiserror 2.0.17",
10585 "ttf-parser 0.20.0",
10586]
10587
10588[[package]]
10589name = "metal"
10590version = "0.33.0"
10591source = "registry+https://github.com/rust-lang/crates.io-index"
10592checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10593dependencies = [
10594 "bitflags 2.10.0",
10595 "block",
10596 "core-graphics-types 0.2.0",
10597 "foreign-types 0.5.0",
10598 "log",
10599 "objc",
10600 "paste",
10601]
10602
10603[[package]]
10604name = "migrator"
10605version = "0.1.0"
10606dependencies = [
10607 "anyhow",
10608 "collections",
10609 "convert_case 0.8.0",
10610 "log",
10611 "pretty_assertions",
10612 "serde_json",
10613 "serde_json_lenient",
10614 "settings_content",
10615 "settings_json",
10616 "streaming-iterator",
10617 "tree-sitter",
10618 "tree-sitter-json",
10619 "unindent",
10620]
10621
10622[[package]]
10623name = "mimalloc"
10624version = "0.1.48"
10625source = "registry+https://github.com/rust-lang/crates.io-index"
10626checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10627dependencies = [
10628 "libmimalloc-sys",
10629]
10630
10631[[package]]
10632name = "mime"
10633version = "0.3.17"
10634source = "registry+https://github.com/rust-lang/crates.io-index"
10635checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10636
10637[[package]]
10638name = "mime_guess"
10639version = "2.0.5"
10640source = "registry+https://github.com/rust-lang/crates.io-index"
10641checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10642dependencies = [
10643 "mime",
10644 "unicase",
10645]
10646
10647[[package]]
10648name = "minidump-common"
10649version = "0.26.1"
10650source = "registry+https://github.com/rust-lang/crates.io-index"
10651checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10652dependencies = [
10653 "bitflags 2.10.0",
10654 "debugid",
10655 "num-derive",
10656 "num-traits",
10657 "range-map",
10658 "scroll",
10659 "smart-default",
10660]
10661
10662[[package]]
10663name = "minidump-writer"
10664version = "0.11.0"
10665source = "registry+https://github.com/rust-lang/crates.io-index"
10666checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10667dependencies = [
10668 "bitflags 2.10.0",
10669 "byteorder",
10670 "cfg-if",
10671 "crash-context",
10672 "error-graph",
10673 "failspot",
10674 "goblin",
10675 "libc",
10676 "log",
10677 "mach2 0.4.3",
10678 "memmap2",
10679 "memoffset",
10680 "minidump-common",
10681 "nix 0.29.0",
10682 "procfs-core",
10683 "scroll",
10684 "serde",
10685 "serde_json",
10686 "tempfile",
10687 "thiserror 2.0.17",
10688]
10689
10690[[package]]
10691name = "minidumper"
10692version = "0.9.0"
10693source = "registry+https://github.com/rust-lang/crates.io-index"
10694checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10695dependencies = [
10696 "cfg-if",
10697 "crash-context",
10698 "libc",
10699 "log",
10700 "minidump-writer",
10701 "parking_lot",
10702 "polling",
10703 "scroll",
10704 "thiserror 2.0.17",
10705 "uds",
10706]
10707
10708[[package]]
10709name = "minimal-lexical"
10710version = "0.2.1"
10711source = "registry+https://github.com/rust-lang/crates.io-index"
10712checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10713
10714[[package]]
10715name = "miniprofiler_ui"
10716version = "0.1.0"
10717dependencies = [
10718 "gpui",
10719 "rpc",
10720 "serde_json",
10721 "smol",
10722 "theme_settings",
10723 "util",
10724 "workspace",
10725 "zed_actions",
10726]
10727
10728[[package]]
10729name = "miniz_oxide"
10730version = "0.8.9"
10731source = "registry+https://github.com/rust-lang/crates.io-index"
10732checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10733dependencies = [
10734 "adler2",
10735 "simd-adler32",
10736]
10737
10738[[package]]
10739name = "mio"
10740version = "0.8.11"
10741source = "registry+https://github.com/rust-lang/crates.io-index"
10742checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10743dependencies = [
10744 "libc",
10745 "log",
10746 "wasi",
10747 "windows-sys 0.48.0",
10748]
10749
10750[[package]]
10751name = "mio"
10752version = "1.1.0"
10753source = "registry+https://github.com/rust-lang/crates.io-index"
10754checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10755dependencies = [
10756 "libc",
10757 "log",
10758 "wasi",
10759 "windows-sys 0.61.2",
10760]
10761
10762[[package]]
10763name = "miow"
10764version = "0.6.1"
10765source = "registry+https://github.com/rust-lang/crates.io-index"
10766checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10767dependencies = [
10768 "windows-sys 0.61.2",
10769]
10770
10771[[package]]
10772name = "mistral"
10773version = "0.1.0"
10774dependencies = [
10775 "anyhow",
10776 "futures 0.3.32",
10777 "http_client",
10778 "schemars",
10779 "serde",
10780 "serde_json",
10781 "strum 0.27.2",
10782]
10783
10784[[package]]
10785name = "moka"
10786version = "0.12.11"
10787source = "registry+https://github.com/rust-lang/crates.io-index"
10788checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10789dependencies = [
10790 "crossbeam-channel",
10791 "crossbeam-epoch",
10792 "crossbeam-utils",
10793 "equivalent",
10794 "parking_lot",
10795 "portable-atomic",
10796 "rustc_version",
10797 "smallvec",
10798 "tagptr",
10799 "uuid",
10800]
10801
10802[[package]]
10803name = "moxcms"
10804version = "0.8.1"
10805source = "registry+https://github.com/rust-lang/crates.io-index"
10806checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10807dependencies = [
10808 "num-traits",
10809 "pxfm",
10810]
10811
10812[[package]]
10813name = "msvc_spectre_libs"
10814version = "0.1.3"
10815source = "registry+https://github.com/rust-lang/crates.io-index"
10816checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10817dependencies = [
10818 "cc",
10819]
10820
10821[[package]]
10822name = "multi_buffer"
10823version = "0.1.0"
10824dependencies = [
10825 "anyhow",
10826 "buffer_diff",
10827 "clock",
10828 "collections",
10829 "ctor",
10830 "gpui",
10831 "indoc",
10832 "itertools 0.14.0",
10833 "language",
10834 "log",
10835 "parking_lot",
10836 "pretty_assertions",
10837 "rand 0.9.3",
10838 "rope",
10839 "serde",
10840 "settings",
10841 "smallvec",
10842 "smol",
10843 "sum_tree",
10844 "text",
10845 "theme",
10846 "tracing",
10847 "tree-sitter",
10848 "unicode-segmentation",
10849 "util",
10850 "zlog",
10851 "ztracing",
10852]
10853
10854[[package]]
10855name = "multimap"
10856version = "0.8.3"
10857source = "registry+https://github.com/rust-lang/crates.io-index"
10858checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10859
10860[[package]]
10861name = "naga"
10862version = "29.0.0"
10863source = "registry+https://github.com/rust-lang/crates.io-index"
10864checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10865dependencies = [
10866 "arrayvec",
10867 "bit-set 0.9.1",
10868 "bitflags 2.10.0",
10869 "cfg-if",
10870 "cfg_aliases 0.2.1",
10871 "codespan-reporting",
10872 "half",
10873 "hashbrown 0.16.1",
10874 "hexf-parse",
10875 "indexmap",
10876 "libm",
10877 "log",
10878 "num-traits",
10879 "once_cell",
10880 "rustc-hash 1.1.0",
10881 "thiserror 2.0.17",
10882 "unicode-ident",
10883]
10884
10885[[package]]
10886name = "naga"
10887version = "29.0.0"
10888source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10889dependencies = [
10890 "arrayvec",
10891 "bit-set 0.9.1",
10892 "bitflags 2.10.0",
10893 "cfg-if",
10894 "cfg_aliases 0.2.1",
10895 "codespan-reporting",
10896 "half",
10897 "hashbrown 0.16.1",
10898 "hexf-parse",
10899 "indexmap",
10900 "libm",
10901 "log",
10902 "num-traits",
10903 "once_cell",
10904 "rustc-hash 1.1.0",
10905 "spirv",
10906 "thiserror 2.0.17",
10907 "unicode-ident",
10908]
10909
10910[[package]]
10911name = "nanoid"
10912version = "0.4.0"
10913source = "registry+https://github.com/rust-lang/crates.io-index"
10914checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10915dependencies = [
10916 "rand 0.8.5",
10917]
10918
10919[[package]]
10920name = "nanorand"
10921version = "0.7.0"
10922source = "registry+https://github.com/rust-lang/crates.io-index"
10923checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10924dependencies = [
10925 "getrandom 0.2.16",
10926]
10927
10928[[package]]
10929name = "native-tls"
10930version = "0.2.14"
10931source = "registry+https://github.com/rust-lang/crates.io-index"
10932checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10933dependencies = [
10934 "libc",
10935 "log",
10936 "openssl",
10937 "openssl-probe",
10938 "openssl-sys",
10939 "schannel",
10940 "security-framework 2.11.1",
10941 "security-framework-sys",
10942 "tempfile",
10943]
10944
10945[[package]]
10946name = "nbformat"
10947version = "1.2.0"
10948source = "registry+https://github.com/rust-lang/crates.io-index"
10949checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10950dependencies = [
10951 "anyhow",
10952 "chrono",
10953 "jupyter-protocol",
10954 "serde",
10955 "serde_json",
10956 "thiserror 1.0.69",
10957 "uuid",
10958]
10959
10960[[package]]
10961name = "nc"
10962version = "0.1.0"
10963dependencies = [
10964 "anyhow",
10965 "futures 0.3.32",
10966 "net",
10967 "smol",
10968]
10969
10970[[package]]
10971name = "ndk"
10972version = "0.9.0"
10973source = "registry+https://github.com/rust-lang/crates.io-index"
10974checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10975dependencies = [
10976 "bitflags 2.10.0",
10977 "jni-sys",
10978 "log",
10979 "ndk-sys",
10980 "num_enum",
10981 "thiserror 1.0.69",
10982]
10983
10984[[package]]
10985name = "ndk-context"
10986version = "0.1.1"
10987source = "registry+https://github.com/rust-lang/crates.io-index"
10988checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10989
10990[[package]]
10991name = "ndk-sys"
10992version = "0.6.0+11769913"
10993source = "registry+https://github.com/rust-lang/crates.io-index"
10994checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10995dependencies = [
10996 "jni-sys",
10997]
10998
10999[[package]]
11000name = "net"
11001version = "0.1.0"
11002dependencies = [
11003 "anyhow",
11004 "async-io",
11005 "smol",
11006 "tempfile",
11007 "windows 0.61.3",
11008]
11009
11010[[package]]
11011name = "new_debug_unreachable"
11012version = "1.0.6"
11013source = "registry+https://github.com/rust-lang/crates.io-index"
11014checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
11015
11016[[package]]
11017name = "nix"
11018version = "0.28.0"
11019source = "registry+https://github.com/rust-lang/crates.io-index"
11020checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
11021dependencies = [
11022 "bitflags 2.10.0",
11023 "cfg-if",
11024 "cfg_aliases 0.1.1",
11025 "libc",
11026]
11027
11028[[package]]
11029name = "nix"
11030version = "0.29.0"
11031source = "registry+https://github.com/rust-lang/crates.io-index"
11032checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
11033dependencies = [
11034 "bitflags 2.10.0",
11035 "cfg-if",
11036 "cfg_aliases 0.2.1",
11037 "libc",
11038]
11039
11040[[package]]
11041name = "nix"
11042version = "0.30.1"
11043source = "registry+https://github.com/rust-lang/crates.io-index"
11044checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11045dependencies = [
11046 "bitflags 2.10.0",
11047 "cfg-if",
11048 "cfg_aliases 0.2.1",
11049 "libc",
11050]
11051
11052[[package]]
11053name = "node_runtime"
11054version = "0.1.0"
11055dependencies = [
11056 "anyhow",
11057 "async-compression",
11058 "async-std",
11059 "async-tar",
11060 "async-trait",
11061 "futures 0.3.32",
11062 "http_client",
11063 "log",
11064 "paths",
11065 "semver",
11066 "serde",
11067 "serde_json",
11068 "smol",
11069 "util",
11070 "watch",
11071 "which 6.0.3",
11072]
11073
11074[[package]]
11075name = "nom"
11076version = "7.1.3"
11077source = "registry+https://github.com/rust-lang/crates.io-index"
11078checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11079dependencies = [
11080 "memchr",
11081 "minimal-lexical",
11082]
11083
11084[[package]]
11085name = "nom"
11086version = "8.0.0"
11087source = "registry+https://github.com/rust-lang/crates.io-index"
11088checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11089dependencies = [
11090 "memchr",
11091]
11092
11093[[package]]
11094name = "noop_proc_macro"
11095version = "0.3.0"
11096source = "registry+https://github.com/rust-lang/crates.io-index"
11097checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11098
11099[[package]]
11100name = "normpath"
11101version = "1.5.0"
11102source = "registry+https://github.com/rust-lang/crates.io-index"
11103checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11104dependencies = [
11105 "windows-sys 0.61.2",
11106]
11107
11108[[package]]
11109name = "notifications"
11110version = "0.1.0"
11111dependencies = [
11112 "anyhow",
11113 "channel",
11114 "client",
11115 "component",
11116 "db",
11117 "gpui",
11118 "rpc",
11119 "sum_tree",
11120 "time",
11121 "ui",
11122 "util",
11123 "workspace",
11124 "zed_actions",
11125]
11126
11127[[package]]
11128name = "notify"
11129version = "6.1.1"
11130source = "registry+https://github.com/rust-lang/crates.io-index"
11131checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11132dependencies = [
11133 "bitflags 2.10.0",
11134 "crossbeam-channel",
11135 "filetime",
11136 "fsevent-sys",
11137 "inotify 0.9.6",
11138 "kqueue",
11139 "libc",
11140 "log",
11141 "mio 0.8.11",
11142 "walkdir",
11143 "windows-sys 0.48.0",
11144]
11145
11146[[package]]
11147name = "notify"
11148version = "8.2.0"
11149source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11150dependencies = [
11151 "bitflags 2.10.0",
11152 "fsevent-sys",
11153 "inotify 0.11.0",
11154 "kqueue",
11155 "libc",
11156 "log",
11157 "mio 1.1.0",
11158 "notify-types",
11159 "walkdir",
11160 "windows-sys 0.60.2",
11161]
11162
11163[[package]]
11164name = "notify-debouncer-mini"
11165version = "0.4.1"
11166source = "registry+https://github.com/rust-lang/crates.io-index"
11167checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11168dependencies = [
11169 "crossbeam-channel",
11170 "log",
11171 "notify 6.1.1",
11172]
11173
11174[[package]]
11175name = "notify-types"
11176version = "2.0.0"
11177source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11178
11179[[package]]
11180name = "ntapi"
11181version = "0.4.1"
11182source = "registry+https://github.com/rust-lang/crates.io-index"
11183checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11184dependencies = [
11185 "winapi",
11186]
11187
11188[[package]]
11189name = "nu-ansi-term"
11190version = "0.50.3"
11191source = "registry+https://github.com/rust-lang/crates.io-index"
11192checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11193dependencies = [
11194 "windows-sys 0.61.2",
11195]
11196
11197[[package]]
11198name = "nucleo"
11199version = "0.5.0"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11202dependencies = [
11203 "nucleo-matcher",
11204 "parking_lot",
11205 "rayon",
11206]
11207
11208[[package]]
11209name = "nucleo-matcher"
11210version = "0.3.1"
11211source = "registry+https://github.com/rust-lang/crates.io-index"
11212checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11213dependencies = [
11214 "memchr",
11215 "unicode-segmentation",
11216]
11217
11218[[package]]
11219name = "num"
11220version = "0.4.3"
11221source = "registry+https://github.com/rust-lang/crates.io-index"
11222checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11223dependencies = [
11224 "num-bigint",
11225 "num-complex",
11226 "num-integer",
11227 "num-iter",
11228 "num-rational",
11229 "num-traits",
11230]
11231
11232[[package]]
11233name = "num-bigint"
11234version = "0.4.6"
11235source = "registry+https://github.com/rust-lang/crates.io-index"
11236checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11237dependencies = [
11238 "num-integer",
11239 "num-traits",
11240]
11241
11242[[package]]
11243name = "num-bigint-dig"
11244version = "0.8.6"
11245source = "registry+https://github.com/rust-lang/crates.io-index"
11246checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11247dependencies = [
11248 "lazy_static",
11249 "libm",
11250 "num-integer",
11251 "num-iter",
11252 "num-traits",
11253 "rand 0.8.5",
11254 "smallvec",
11255 "zeroize",
11256]
11257
11258[[package]]
11259name = "num-bigint-dig"
11260version = "0.9.1"
11261source = "registry+https://github.com/rust-lang/crates.io-index"
11262checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11263dependencies = [
11264 "libm",
11265 "num-integer",
11266 "num-iter",
11267 "num-traits",
11268 "once_cell",
11269 "rand 0.9.3",
11270 "serde",
11271 "smallvec",
11272 "zeroize",
11273]
11274
11275[[package]]
11276name = "num-cmp"
11277version = "0.1.0"
11278source = "registry+https://github.com/rust-lang/crates.io-index"
11279checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11280
11281[[package]]
11282name = "num-complex"
11283version = "0.4.6"
11284source = "registry+https://github.com/rust-lang/crates.io-index"
11285checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11286dependencies = [
11287 "bytemuck",
11288 "num-traits",
11289]
11290
11291[[package]]
11292name = "num-conv"
11293version = "0.2.0"
11294source = "registry+https://github.com/rust-lang/crates.io-index"
11295checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11296
11297[[package]]
11298name = "num-derive"
11299version = "0.4.2"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11302dependencies = [
11303 "proc-macro2",
11304 "quote",
11305 "syn 2.0.117",
11306]
11307
11308[[package]]
11309name = "num-format"
11310version = "0.4.4"
11311source = "registry+https://github.com/rust-lang/crates.io-index"
11312checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11313dependencies = [
11314 "arrayvec",
11315 "itoa",
11316]
11317
11318[[package]]
11319name = "num-integer"
11320version = "0.1.46"
11321source = "registry+https://github.com/rust-lang/crates.io-index"
11322checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11323dependencies = [
11324 "num-traits",
11325]
11326
11327[[package]]
11328name = "num-iter"
11329version = "0.1.45"
11330source = "registry+https://github.com/rust-lang/crates.io-index"
11331checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11332dependencies = [
11333 "autocfg",
11334 "num-integer",
11335 "num-traits",
11336]
11337
11338[[package]]
11339name = "num-rational"
11340version = "0.4.2"
11341source = "registry+https://github.com/rust-lang/crates.io-index"
11342checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11343dependencies = [
11344 "num-bigint",
11345 "num-integer",
11346 "num-traits",
11347]
11348
11349[[package]]
11350name = "num-traits"
11351version = "0.2.19"
11352source = "registry+https://github.com/rust-lang/crates.io-index"
11353checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11354dependencies = [
11355 "autocfg",
11356 "libm",
11357]
11358
11359[[package]]
11360name = "num_cpus"
11361version = "1.17.0"
11362source = "registry+https://github.com/rust-lang/crates.io-index"
11363checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11364dependencies = [
11365 "hermit-abi",
11366 "libc",
11367]
11368
11369[[package]]
11370name = "num_enum"
11371version = "0.7.4"
11372source = "registry+https://github.com/rust-lang/crates.io-index"
11373checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11374dependencies = [
11375 "num_enum_derive",
11376 "rustversion",
11377]
11378
11379[[package]]
11380name = "num_enum_derive"
11381version = "0.7.4"
11382source = "registry+https://github.com/rust-lang/crates.io-index"
11383checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11384dependencies = [
11385 "proc-macro-crate",
11386 "proc-macro2",
11387 "quote",
11388 "syn 2.0.117",
11389]
11390
11391[[package]]
11392name = "num_threads"
11393version = "0.1.7"
11394source = "registry+https://github.com/rust-lang/crates.io-index"
11395checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11396dependencies = [
11397 "libc",
11398]
11399
11400[[package]]
11401name = "nvim-rs"
11402version = "0.9.2"
11403source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11404dependencies = [
11405 "async-trait",
11406 "futures 0.3.32",
11407 "log",
11408 "rmp",
11409 "rmpv",
11410 "tokio",
11411 "tokio-util",
11412]
11413
11414[[package]]
11415name = "objc"
11416version = "0.2.7"
11417source = "registry+https://github.com/rust-lang/crates.io-index"
11418checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11419dependencies = [
11420 "malloc_buf",
11421 "objc_exception",
11422]
11423
11424[[package]]
11425name = "objc-foundation"
11426version = "0.1.1"
11427source = "registry+https://github.com/rust-lang/crates.io-index"
11428checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11429dependencies = [
11430 "block",
11431 "objc",
11432 "objc_id",
11433]
11434
11435[[package]]
11436name = "objc2"
11437version = "0.6.3"
11438source = "registry+https://github.com/rust-lang/crates.io-index"
11439checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11440dependencies = [
11441 "objc2-encode",
11442]
11443
11444[[package]]
11445name = "objc2-app-kit"
11446version = "0.3.1"
11447source = "registry+https://github.com/rust-lang/crates.io-index"
11448checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11449dependencies = [
11450 "objc2",
11451 "objc2-foundation",
11452]
11453
11454[[package]]
11455name = "objc2-audio-toolbox"
11456version = "0.3.2"
11457source = "registry+https://github.com/rust-lang/crates.io-index"
11458checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11459dependencies = [
11460 "bitflags 2.10.0",
11461 "libc",
11462 "objc2",
11463 "objc2-core-audio",
11464 "objc2-core-audio-types",
11465 "objc2-core-foundation",
11466 "objc2-foundation",
11467]
11468
11469[[package]]
11470name = "objc2-avf-audio"
11471version = "0.3.2"
11472source = "registry+https://github.com/rust-lang/crates.io-index"
11473checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11474dependencies = [
11475 "objc2",
11476 "objc2-foundation",
11477]
11478
11479[[package]]
11480name = "objc2-core-audio"
11481version = "0.3.2"
11482source = "registry+https://github.com/rust-lang/crates.io-index"
11483checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11484dependencies = [
11485 "dispatch2",
11486 "objc2",
11487 "objc2-core-audio-types",
11488 "objc2-core-foundation",
11489 "objc2-foundation",
11490]
11491
11492[[package]]
11493name = "objc2-core-audio-types"
11494version = "0.3.2"
11495source = "registry+https://github.com/rust-lang/crates.io-index"
11496checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11497dependencies = [
11498 "bitflags 2.10.0",
11499 "objc2",
11500]
11501
11502[[package]]
11503name = "objc2-core-foundation"
11504version = "0.3.2"
11505source = "registry+https://github.com/rust-lang/crates.io-index"
11506checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11507dependencies = [
11508 "bitflags 2.10.0",
11509 "block2",
11510 "dispatch2",
11511 "libc",
11512 "objc2",
11513]
11514
11515[[package]]
11516name = "objc2-encode"
11517version = "4.1.0"
11518source = "registry+https://github.com/rust-lang/crates.io-index"
11519checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11520
11521[[package]]
11522name = "objc2-foundation"
11523version = "0.3.2"
11524source = "registry+https://github.com/rust-lang/crates.io-index"
11525checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11526dependencies = [
11527 "bitflags 2.10.0",
11528 "block2",
11529 "libc",
11530 "objc2",
11531 "objc2-core-foundation",
11532]
11533
11534[[package]]
11535name = "objc2-io-kit"
11536version = "0.3.2"
11537source = "registry+https://github.com/rust-lang/crates.io-index"
11538checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11539dependencies = [
11540 "libc",
11541 "objc2-core-foundation",
11542]
11543
11544[[package]]
11545name = "objc2-metal"
11546version = "0.3.2"
11547source = "registry+https://github.com/rust-lang/crates.io-index"
11548checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11549dependencies = [
11550 "bitflags 2.10.0",
11551 "block2",
11552 "dispatch2",
11553 "objc2",
11554 "objc2-core-foundation",
11555 "objc2-foundation",
11556]
11557
11558[[package]]
11559name = "objc2-quartz-core"
11560version = "0.3.2"
11561source = "registry+https://github.com/rust-lang/crates.io-index"
11562checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11563dependencies = [
11564 "bitflags 2.10.0",
11565 "objc2",
11566 "objc2-core-foundation",
11567 "objc2-foundation",
11568 "objc2-metal",
11569]
11570
11571[[package]]
11572name = "objc_exception"
11573version = "0.1.2"
11574source = "registry+https://github.com/rust-lang/crates.io-index"
11575checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11576dependencies = [
11577 "cc",
11578]
11579
11580[[package]]
11581name = "objc_id"
11582version = "0.1.1"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11585dependencies = [
11586 "objc",
11587]
11588
11589[[package]]
11590name = "object"
11591version = "0.37.3"
11592source = "registry+https://github.com/rust-lang/crates.io-index"
11593checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11594dependencies = [
11595 "crc32fast",
11596 "hashbrown 0.15.5",
11597 "indexmap",
11598 "memchr",
11599]
11600
11601[[package]]
11602name = "octocrab"
11603version = "0.49.7"
11604source = "registry+https://github.com/rust-lang/crates.io-index"
11605checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11606dependencies = [
11607 "arc-swap",
11608 "async-trait",
11609 "base64 0.22.1",
11610 "bytes 1.11.1",
11611 "cargo_metadata 0.23.1",
11612 "cfg-if",
11613 "chrono",
11614 "either",
11615 "futures 0.3.32",
11616 "futures-core",
11617 "futures-util",
11618 "getrandom 0.2.16",
11619 "http 1.3.1",
11620 "http-body 1.0.1",
11621 "http-body-util",
11622 "hyper 1.7.0",
11623 "hyper-rustls 0.27.7",
11624 "hyper-timeout",
11625 "hyper-util",
11626 "jsonwebtoken",
11627 "once_cell",
11628 "percent-encoding",
11629 "pin-project",
11630 "secrecy",
11631 "serde",
11632 "serde_json",
11633 "serde_path_to_error",
11634 "serde_urlencoded",
11635 "snafu",
11636 "tokio",
11637 "tower 0.5.2",
11638 "tower-http 0.6.6",
11639 "url",
11640 "web-time",
11641]
11642
11643[[package]]
11644name = "ollama"
11645version = "0.1.0"
11646dependencies = [
11647 "anyhow",
11648 "futures 0.3.32",
11649 "http_client",
11650 "schemars",
11651 "serde",
11652 "serde_json",
11653 "settings",
11654]
11655
11656[[package]]
11657name = "onboarding"
11658version = "0.1.0"
11659dependencies = [
11660 "anyhow",
11661 "client",
11662 "cloud_api_types",
11663 "collections",
11664 "component",
11665 "db",
11666 "documented",
11667 "fs",
11668 "fuzzy",
11669 "gpui",
11670 "menu",
11671 "notifications",
11672 "picker",
11673 "project",
11674 "schemars",
11675 "serde",
11676 "settings",
11677 "telemetry",
11678 "theme",
11679 "theme_settings",
11680 "ui",
11681 "util",
11682 "vim_mode_setting",
11683 "workspace",
11684 "zed_actions",
11685 "zlog",
11686]
11687
11688[[package]]
11689name = "once_cell"
11690version = "1.21.3"
11691source = "registry+https://github.com/rust-lang/crates.io-index"
11692checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11693
11694[[package]]
11695name = "once_cell_polyfill"
11696version = "1.70.1"
11697source = "registry+https://github.com/rust-lang/crates.io-index"
11698checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11699
11700[[package]]
11701name = "oo7"
11702version = "0.6.0"
11703source = "registry+https://github.com/rust-lang/crates.io-index"
11704checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11705dependencies = [
11706 "aes",
11707 "ashpd",
11708 "async-fs",
11709 "async-io",
11710 "async-lock 3.4.2",
11711 "blocking",
11712 "cbc",
11713 "cipher",
11714 "digest",
11715 "endi",
11716 "futures-lite 2.6.1",
11717 "futures-util",
11718 "getrandom 0.4.1",
11719 "hkdf",
11720 "hmac",
11721 "md-5",
11722 "num",
11723 "num-bigint-dig 0.9.1",
11724 "pbkdf2 0.12.2",
11725 "serde",
11726 "serde_bytes",
11727 "sha2",
11728 "subtle",
11729 "zbus",
11730 "zbus_macros",
11731 "zeroize",
11732 "zvariant",
11733]
11734
11735[[package]]
11736name = "oorandom"
11737version = "11.1.5"
11738source = "registry+https://github.com/rust-lang/crates.io-index"
11739checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11740
11741[[package]]
11742name = "open"
11743version = "5.3.2"
11744source = "registry+https://github.com/rust-lang/crates.io-index"
11745checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11746dependencies = [
11747 "is-wsl",
11748 "libc",
11749 "pathdiff",
11750]
11751
11752[[package]]
11753name = "open_ai"
11754version = "0.1.0"
11755dependencies = [
11756 "anyhow",
11757 "collections",
11758 "futures 0.3.32",
11759 "http_client",
11760 "language_model_core",
11761 "log",
11762 "pretty_assertions",
11763 "rand 0.9.3",
11764 "schemars",
11765 "serde",
11766 "serde_json",
11767 "strum 0.27.2",
11768 "thiserror 2.0.17",
11769 "tiktoken-rs",
11770]
11771
11772[[package]]
11773name = "open_path_prompt"
11774version = "0.1.0"
11775dependencies = [
11776 "editor",
11777 "file_icons",
11778 "futures 0.3.32",
11779 "fuzzy",
11780 "gpui",
11781 "picker",
11782 "project",
11783 "schemars",
11784 "serde",
11785 "serde_json",
11786 "settings",
11787 "theme",
11788 "theme_settings",
11789 "ui",
11790 "util",
11791 "workspace",
11792]
11793
11794[[package]]
11795name = "open_router"
11796version = "0.1.0"
11797dependencies = [
11798 "anyhow",
11799 "futures 0.3.32",
11800 "http_client",
11801 "language_model_core",
11802 "schemars",
11803 "serde",
11804 "serde_json",
11805 "settings",
11806 "strum 0.27.2",
11807 "thiserror 2.0.17",
11808]
11809
11810[[package]]
11811name = "opencode"
11812version = "0.1.0"
11813dependencies = [
11814 "anyhow",
11815 "futures 0.3.32",
11816 "google_ai",
11817 "http_client",
11818 "schemars",
11819 "serde",
11820 "serde_json",
11821 "strum 0.27.2",
11822]
11823
11824[[package]]
11825name = "opener"
11826version = "0.7.2"
11827source = "registry+https://github.com/rust-lang/crates.io-index"
11828checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11829dependencies = [
11830 "bstr",
11831 "dbus",
11832 "normpath",
11833 "windows-sys 0.59.0",
11834]
11835
11836[[package]]
11837name = "openssl"
11838version = "0.10.74"
11839source = "registry+https://github.com/rust-lang/crates.io-index"
11840checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11841dependencies = [
11842 "bitflags 2.10.0",
11843 "cfg-if",
11844 "foreign-types 0.3.2",
11845 "libc",
11846 "once_cell",
11847 "openssl-macros",
11848 "openssl-sys",
11849]
11850
11851[[package]]
11852name = "openssl-macros"
11853version = "0.1.1"
11854source = "registry+https://github.com/rust-lang/crates.io-index"
11855checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11856dependencies = [
11857 "proc-macro2",
11858 "quote",
11859 "syn 2.0.117",
11860]
11861
11862[[package]]
11863name = "openssl-probe"
11864version = "0.1.6"
11865source = "registry+https://github.com/rust-lang/crates.io-index"
11866checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11867
11868[[package]]
11869name = "openssl-sys"
11870version = "0.9.110"
11871source = "registry+https://github.com/rust-lang/crates.io-index"
11872checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11873dependencies = [
11874 "cc",
11875 "libc",
11876 "pkg-config",
11877 "vcpkg",
11878]
11879
11880[[package]]
11881name = "optfield"
11882version = "0.4.0"
11883source = "registry+https://github.com/rust-lang/crates.io-index"
11884checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11885dependencies = [
11886 "proc-macro2",
11887 "quote",
11888 "syn 2.0.117",
11889]
11890
11891[[package]]
11892name = "option-ext"
11893version = "0.2.0"
11894source = "registry+https://github.com/rust-lang/crates.io-index"
11895checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11896
11897[[package]]
11898name = "ordered-float"
11899version = "2.10.1"
11900source = "registry+https://github.com/rust-lang/crates.io-index"
11901checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11902dependencies = [
11903 "num-traits",
11904]
11905
11906[[package]]
11907name = "ordered-float"
11908version = "4.6.0"
11909source = "registry+https://github.com/rust-lang/crates.io-index"
11910checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11911dependencies = [
11912 "num-traits",
11913]
11914
11915[[package]]
11916name = "ordered-stream"
11917version = "0.2.0"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11920dependencies = [
11921 "futures-core",
11922 "pin-project-lite",
11923]
11924
11925[[package]]
11926name = "ouroboros"
11927version = "0.18.5"
11928source = "registry+https://github.com/rust-lang/crates.io-index"
11929checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11930dependencies = [
11931 "aliasable",
11932 "ouroboros_macro",
11933 "static_assertions",
11934]
11935
11936[[package]]
11937name = "ouroboros_macro"
11938version = "0.18.5"
11939source = "registry+https://github.com/rust-lang/crates.io-index"
11940checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11941dependencies = [
11942 "heck 0.4.1",
11943 "proc-macro2",
11944 "proc-macro2-diagnostics",
11945 "quote",
11946 "syn 2.0.117",
11947]
11948
11949[[package]]
11950name = "outline"
11951version = "0.1.0"
11952dependencies = [
11953 "editor",
11954 "fuzzy",
11955 "gpui",
11956 "indoc",
11957 "language",
11958 "lsp",
11959 "menu",
11960 "ordered-float 2.10.1",
11961 "picker",
11962 "project",
11963 "rope",
11964 "serde_json",
11965 "settings",
11966 "smol",
11967 "theme",
11968 "theme_settings",
11969 "ui",
11970 "util",
11971 "workspace",
11972 "zed_actions",
11973]
11974
11975[[package]]
11976name = "outline_panel"
11977version = "0.1.0"
11978dependencies = [
11979 "anyhow",
11980 "collections",
11981 "db",
11982 "editor",
11983 "file_icons",
11984 "fuzzy",
11985 "gpui",
11986 "itertools 0.14.0",
11987 "language",
11988 "log",
11989 "lsp",
11990 "menu",
11991 "outline",
11992 "pretty_assertions",
11993 "project",
11994 "search",
11995 "serde",
11996 "serde_json",
11997 "settings",
11998 "smallvec",
11999 "smol",
12000 "theme",
12001 "theme_settings",
12002 "ui",
12003 "util",
12004 "workspace",
12005 "worktree",
12006 "zed_actions",
12007]
12008
12009[[package]]
12010name = "outref"
12011version = "0.5.2"
12012source = "registry+https://github.com/rust-lang/crates.io-index"
12013checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
12014
12015[[package]]
12016name = "p256"
12017version = "0.11.1"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
12020dependencies = [
12021 "ecdsa",
12022 "elliptic-curve",
12023 "sha2",
12024]
12025
12026[[package]]
12027name = "page_size"
12028version = "0.6.0"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12031dependencies = [
12032 "libc",
12033 "winapi",
12034]
12035
12036[[package]]
12037name = "palette"
12038version = "0.7.6"
12039source = "registry+https://github.com/rust-lang/crates.io-index"
12040checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12041dependencies = [
12042 "approx",
12043 "fast-srgb8",
12044 "palette_derive",
12045]
12046
12047[[package]]
12048name = "palette_derive"
12049version = "0.7.6"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12052dependencies = [
12053 "by_address",
12054 "proc-macro2",
12055 "quote",
12056 "syn 2.0.117",
12057]
12058
12059[[package]]
12060name = "panel"
12061version = "0.1.0"
12062dependencies = [
12063 "gpui",
12064 "ui",
12065 "workspace",
12066]
12067
12068[[package]]
12069name = "parking"
12070version = "2.2.1"
12071source = "registry+https://github.com/rust-lang/crates.io-index"
12072checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12073
12074[[package]]
12075name = "parking_lot"
12076version = "0.12.5"
12077source = "registry+https://github.com/rust-lang/crates.io-index"
12078checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12079dependencies = [
12080 "lock_api",
12081 "parking_lot_core",
12082]
12083
12084[[package]]
12085name = "parking_lot_core"
12086version = "0.9.12"
12087source = "registry+https://github.com/rust-lang/crates.io-index"
12088checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12089dependencies = [
12090 "cfg-if",
12091 "libc",
12092 "redox_syscall 0.5.18",
12093 "smallvec",
12094 "windows-link 0.2.1",
12095]
12096
12097[[package]]
12098name = "parse_int"
12099version = "0.9.0"
12100source = "registry+https://github.com/rust-lang/crates.io-index"
12101checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12102dependencies = [
12103 "num-traits",
12104]
12105
12106[[package]]
12107name = "partial-json-fixer"
12108version = "0.5.3"
12109source = "registry+https://github.com/rust-lang/crates.io-index"
12110checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12111
12112[[package]]
12113name = "password-hash"
12114version = "0.4.2"
12115source = "registry+https://github.com/rust-lang/crates.io-index"
12116checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12117dependencies = [
12118 "base64ct",
12119 "rand_core 0.6.4",
12120 "subtle",
12121]
12122
12123[[package]]
12124name = "paste"
12125version = "1.0.15"
12126source = "registry+https://github.com/rust-lang/crates.io-index"
12127checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12128
12129[[package]]
12130name = "pastey"
12131version = "0.1.1"
12132source = "registry+https://github.com/rust-lang/crates.io-index"
12133checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12134
12135[[package]]
12136name = "pathdiff"
12137version = "0.2.3"
12138source = "registry+https://github.com/rust-lang/crates.io-index"
12139checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12140
12141[[package]]
12142name = "pathfinder_geometry"
12143version = "0.5.1"
12144source = "registry+https://github.com/rust-lang/crates.io-index"
12145checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12146dependencies = [
12147 "log",
12148 "pathfinder_simd",
12149]
12150
12151[[package]]
12152name = "pathfinder_simd"
12153version = "0.5.5"
12154source = "registry+https://github.com/rust-lang/crates.io-index"
12155checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12156dependencies = [
12157 "rustc_version",
12158]
12159
12160[[package]]
12161name = "paths"
12162version = "0.1.0"
12163dependencies = [
12164 "dirs",
12165 "ignore",
12166 "util",
12167]
12168
12169[[package]]
12170name = "pbjson"
12171version = "0.6.0"
12172source = "registry+https://github.com/rust-lang/crates.io-index"
12173checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12174dependencies = [
12175 "base64 0.21.7",
12176 "serde",
12177]
12178
12179[[package]]
12180name = "pbjson-build"
12181version = "0.6.2"
12182source = "registry+https://github.com/rust-lang/crates.io-index"
12183checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12184dependencies = [
12185 "heck 0.4.1",
12186 "itertools 0.11.0",
12187 "prost 0.12.6",
12188 "prost-types 0.12.6",
12189]
12190
12191[[package]]
12192name = "pbjson-types"
12193version = "0.6.0"
12194source = "registry+https://github.com/rust-lang/crates.io-index"
12195checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12196dependencies = [
12197 "bytes 1.11.1",
12198 "chrono",
12199 "pbjson",
12200 "pbjson-build",
12201 "prost 0.12.6",
12202 "prost-build 0.12.6",
12203 "serde",
12204]
12205
12206[[package]]
12207name = "pbkdf2"
12208version = "0.11.0"
12209source = "registry+https://github.com/rust-lang/crates.io-index"
12210checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12211dependencies = [
12212 "digest",
12213 "hmac",
12214 "password-hash",
12215 "sha2",
12216]
12217
12218[[package]]
12219name = "pbkdf2"
12220version = "0.12.2"
12221source = "registry+https://github.com/rust-lang/crates.io-index"
12222checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12223dependencies = [
12224 "digest",
12225 "hmac",
12226]
12227
12228[[package]]
12229name = "pciid-parser"
12230version = "0.8.0"
12231source = "registry+https://github.com/rust-lang/crates.io-index"
12232checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12233
12234[[package]]
12235name = "peg"
12236version = "0.8.5"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12239dependencies = [
12240 "peg-macros",
12241 "peg-runtime",
12242]
12243
12244[[package]]
12245name = "peg-macros"
12246version = "0.8.5"
12247source = "registry+https://github.com/rust-lang/crates.io-index"
12248checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12249dependencies = [
12250 "peg-runtime",
12251 "proc-macro2",
12252 "quote",
12253]
12254
12255[[package]]
12256name = "peg-runtime"
12257version = "0.8.5"
12258source = "registry+https://github.com/rust-lang/crates.io-index"
12259checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12260
12261[[package]]
12262name = "pem"
12263version = "3.0.6"
12264source = "registry+https://github.com/rust-lang/crates.io-index"
12265checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12266dependencies = [
12267 "base64 0.22.1",
12268 "serde_core",
12269]
12270
12271[[package]]
12272name = "pem-rfc7468"
12273version = "0.7.0"
12274source = "registry+https://github.com/rust-lang/crates.io-index"
12275checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12276dependencies = [
12277 "base64ct",
12278]
12279
12280[[package]]
12281name = "percent-encoding"
12282version = "2.3.2"
12283source = "registry+https://github.com/rust-lang/crates.io-index"
12284checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12285
12286[[package]]
12287name = "perf"
12288version = "0.1.0"
12289dependencies = [
12290 "collections",
12291 "serde",
12292 "serde_json",
12293]
12294
12295[[package]]
12296name = "pest"
12297version = "2.8.3"
12298source = "registry+https://github.com/rust-lang/crates.io-index"
12299checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12300dependencies = [
12301 "memchr",
12302 "ucd-trie",
12303]
12304
12305[[package]]
12306name = "pest_derive"
12307version = "2.8.3"
12308source = "registry+https://github.com/rust-lang/crates.io-index"
12309checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12310dependencies = [
12311 "pest",
12312 "pest_generator",
12313]
12314
12315[[package]]
12316name = "pest_generator"
12317version = "2.8.3"
12318source = "registry+https://github.com/rust-lang/crates.io-index"
12319checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12320dependencies = [
12321 "pest",
12322 "pest_meta",
12323 "proc-macro2",
12324 "quote",
12325 "syn 2.0.117",
12326]
12327
12328[[package]]
12329name = "pest_meta"
12330version = "2.8.3"
12331source = "registry+https://github.com/rust-lang/crates.io-index"
12332checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12333dependencies = [
12334 "pest",
12335 "sha2",
12336]
12337
12338[[package]]
12339name = "pet"
12340version = "0.1.0"
12341source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12342dependencies = [
12343 "clap",
12344 "env_logger 0.10.2",
12345 "lazy_static",
12346 "log",
12347 "msvc_spectre_libs",
12348 "pet-conda",
12349 "pet-core",
12350 "pet-env-var-path",
12351 "pet-fs",
12352 "pet-global-virtualenvs",
12353 "pet-homebrew",
12354 "pet-jsonrpc",
12355 "pet-linux-global-python",
12356 "pet-mac-commandlinetools",
12357 "pet-mac-python-org",
12358 "pet-mac-xcode",
12359 "pet-pipenv",
12360 "pet-pixi",
12361 "pet-poetry",
12362 "pet-pyenv",
12363 "pet-python-utils",
12364 "pet-reporter",
12365 "pet-telemetry",
12366 "pet-uv",
12367 "pet-venv",
12368 "pet-virtualenv",
12369 "pet-virtualenvwrapper",
12370 "pet-windows-registry",
12371 "pet-windows-store",
12372 "pet-winpython",
12373 "serde",
12374 "serde_json",
12375 "tracing",
12376 "tracing-subscriber",
12377 "winresource",
12378]
12379
12380[[package]]
12381name = "pet-conda"
12382version = "0.1.0"
12383source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12384dependencies = [
12385 "env_logger 0.10.2",
12386 "lazy_static",
12387 "log",
12388 "msvc_spectre_libs",
12389 "pet-core",
12390 "pet-fs",
12391 "pet-python-utils",
12392 "pet-reporter",
12393 "rayon",
12394 "regex",
12395 "serde",
12396 "serde_json",
12397 "yaml-rust2",
12398]
12399
12400[[package]]
12401name = "pet-core"
12402version = "0.1.0"
12403source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12404dependencies = [
12405 "clap",
12406 "lazy_static",
12407 "log",
12408 "msvc_spectre_libs",
12409 "pet-fs",
12410 "regex",
12411 "serde",
12412 "serde_json",
12413]
12414
12415[[package]]
12416name = "pet-env-var-path"
12417version = "0.1.0"
12418source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12419dependencies = [
12420 "lazy_static",
12421 "log",
12422 "msvc_spectre_libs",
12423 "pet-conda",
12424 "pet-core",
12425 "pet-fs",
12426 "pet-python-utils",
12427 "pet-virtualenv",
12428 "regex",
12429]
12430
12431[[package]]
12432name = "pet-fs"
12433version = "0.1.0"
12434source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12435dependencies = [
12436 "glob",
12437 "log",
12438 "msvc_spectre_libs",
12439 "windows-sys 0.59.0",
12440]
12441
12442[[package]]
12443name = "pet-global-virtualenvs"
12444version = "0.1.0"
12445source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12446dependencies = [
12447 "log",
12448 "msvc_spectre_libs",
12449 "pet-conda",
12450 "pet-core",
12451 "pet-fs",
12452 "pet-virtualenv",
12453]
12454
12455[[package]]
12456name = "pet-homebrew"
12457version = "0.1.0"
12458source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12459dependencies = [
12460 "lazy_static",
12461 "log",
12462 "msvc_spectre_libs",
12463 "pet-conda",
12464 "pet-core",
12465 "pet-fs",
12466 "pet-python-utils",
12467 "pet-virtualenv",
12468 "rayon",
12469 "regex",
12470 "serde",
12471 "serde_json",
12472]
12473
12474[[package]]
12475name = "pet-jsonrpc"
12476version = "0.1.0"
12477source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12478dependencies = [
12479 "env_logger 0.10.2",
12480 "log",
12481 "msvc_spectre_libs",
12482 "pet-core",
12483 "serde",
12484 "serde_json",
12485]
12486
12487[[package]]
12488name = "pet-linux-global-python"
12489version = "0.1.0"
12490source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12491dependencies = [
12492 "log",
12493 "msvc_spectre_libs",
12494 "pet-core",
12495 "pet-fs",
12496 "pet-python-utils",
12497 "pet-virtualenv",
12498]
12499
12500[[package]]
12501name = "pet-mac-commandlinetools"
12502version = "0.1.0"
12503source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12504dependencies = [
12505 "log",
12506 "msvc_spectre_libs",
12507 "pet-core",
12508 "pet-fs",
12509 "pet-python-utils",
12510 "pet-virtualenv",
12511]
12512
12513[[package]]
12514name = "pet-mac-python-org"
12515version = "0.1.0"
12516source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12517dependencies = [
12518 "log",
12519 "msvc_spectre_libs",
12520 "pet-core",
12521 "pet-fs",
12522 "pet-python-utils",
12523 "pet-virtualenv",
12524]
12525
12526[[package]]
12527name = "pet-mac-xcode"
12528version = "0.1.0"
12529source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12530dependencies = [
12531 "log",
12532 "msvc_spectre_libs",
12533 "pet-core",
12534 "pet-fs",
12535 "pet-python-utils",
12536 "pet-virtualenv",
12537]
12538
12539[[package]]
12540name = "pet-pipenv"
12541version = "0.1.0"
12542source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12543dependencies = [
12544 "lazy_static",
12545 "log",
12546 "msvc_spectre_libs",
12547 "pet-core",
12548 "pet-fs",
12549 "pet-python-utils",
12550 "pet-virtualenv",
12551 "regex",
12552]
12553
12554[[package]]
12555name = "pet-pixi"
12556version = "0.1.0"
12557source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12558dependencies = [
12559 "log",
12560 "msvc_spectre_libs",
12561 "pet-conda",
12562 "pet-core",
12563 "pet-python-utils",
12564]
12565
12566[[package]]
12567name = "pet-poetry"
12568version = "0.1.0"
12569source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12570dependencies = [
12571 "base64 0.22.1",
12572 "lazy_static",
12573 "log",
12574 "msvc_spectre_libs",
12575 "pet-core",
12576 "pet-fs",
12577 "pet-python-utils",
12578 "pet-reporter",
12579 "pet-virtualenv",
12580 "regex",
12581 "serde",
12582 "serde_json",
12583 "sha2",
12584 "toml 0.8.23",
12585]
12586
12587[[package]]
12588name = "pet-pyenv"
12589version = "0.1.0"
12590source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12591dependencies = [
12592 "lazy_static",
12593 "log",
12594 "msvc_spectre_libs",
12595 "pet-conda",
12596 "pet-core",
12597 "pet-fs",
12598 "pet-python-utils",
12599 "pet-reporter",
12600 "regex",
12601 "serde",
12602 "serde_json",
12603]
12604
12605[[package]]
12606name = "pet-python-utils"
12607version = "0.1.0"
12608source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12609dependencies = [
12610 "env_logger 0.10.2",
12611 "lazy_static",
12612 "log",
12613 "msvc_spectre_libs",
12614 "pet-core",
12615 "pet-fs",
12616 "regex",
12617 "serde",
12618 "serde_json",
12619 "sha2",
12620]
12621
12622[[package]]
12623name = "pet-reporter"
12624version = "0.1.0"
12625source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12626dependencies = [
12627 "env_logger 0.10.2",
12628 "log",
12629 "msvc_spectre_libs",
12630 "pet-core",
12631 "pet-jsonrpc",
12632 "serde",
12633 "serde_json",
12634]
12635
12636[[package]]
12637name = "pet-telemetry"
12638version = "0.1.0"
12639source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12640dependencies = [
12641 "env_logger 0.10.2",
12642 "lazy_static",
12643 "log",
12644 "msvc_spectre_libs",
12645 "pet-core",
12646 "pet-fs",
12647 "pet-python-utils",
12648 "regex",
12649]
12650
12651[[package]]
12652name = "pet-uv"
12653version = "0.1.0"
12654source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12655dependencies = [
12656 "log",
12657 "pet-core",
12658 "pet-python-utils",
12659 "serde",
12660 "toml 0.9.8",
12661]
12662
12663[[package]]
12664name = "pet-venv"
12665version = "0.1.0"
12666source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12667dependencies = [
12668 "log",
12669 "msvc_spectre_libs",
12670 "pet-core",
12671 "pet-python-utils",
12672 "pet-virtualenv",
12673]
12674
12675[[package]]
12676name = "pet-virtualenv"
12677version = "0.1.0"
12678source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12679dependencies = [
12680 "log",
12681 "msvc_spectre_libs",
12682 "pet-core",
12683 "pet-fs",
12684 "pet-python-utils",
12685]
12686
12687[[package]]
12688name = "pet-virtualenvwrapper"
12689version = "0.1.0"
12690source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12691dependencies = [
12692 "log",
12693 "msvc_spectre_libs",
12694 "pet-core",
12695 "pet-fs",
12696 "pet-python-utils",
12697 "pet-virtualenv",
12698]
12699
12700[[package]]
12701name = "pet-windows-registry"
12702version = "0.1.0"
12703source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12704dependencies = [
12705 "lazy_static",
12706 "log",
12707 "msvc_spectre_libs",
12708 "pet-conda",
12709 "pet-core",
12710 "pet-fs",
12711 "pet-python-utils",
12712 "pet-virtualenv",
12713 "pet-windows-store",
12714 "regex",
12715 "winreg 0.55.0",
12716]
12717
12718[[package]]
12719name = "pet-windows-store"
12720version = "0.1.0"
12721source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12722dependencies = [
12723 "lazy_static",
12724 "log",
12725 "msvc_spectre_libs",
12726 "pet-core",
12727 "pet-fs",
12728 "pet-python-utils",
12729 "pet-virtualenv",
12730 "regex",
12731 "winreg 0.55.0",
12732]
12733
12734[[package]]
12735name = "pet-winpython"
12736version = "0.1.0"
12737source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12738dependencies = [
12739 "lazy_static",
12740 "log",
12741 "pet-core",
12742 "pet-fs",
12743 "pet-python-utils",
12744 "pet-virtualenv",
12745 "regex",
12746]
12747
12748[[package]]
12749name = "petgraph"
12750version = "0.6.5"
12751source = "registry+https://github.com/rust-lang/crates.io-index"
12752checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12753dependencies = [
12754 "fixedbitset 0.4.2",
12755 "indexmap",
12756]
12757
12758[[package]]
12759name = "pgvector"
12760version = "0.4.1"
12761source = "registry+https://github.com/rust-lang/crates.io-index"
12762checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12763dependencies = [
12764 "serde",
12765]
12766
12767[[package]]
12768name = "phf"
12769version = "0.11.3"
12770source = "registry+https://github.com/rust-lang/crates.io-index"
12771checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12772dependencies = [
12773 "phf_macros 0.11.3",
12774 "phf_shared 0.11.3",
12775]
12776
12777[[package]]
12778name = "phf"
12779version = "0.12.1"
12780source = "registry+https://github.com/rust-lang/crates.io-index"
12781checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12782dependencies = [
12783 "phf_macros 0.12.1",
12784 "phf_shared 0.12.1",
12785]
12786
12787[[package]]
12788name = "phf_codegen"
12789version = "0.11.3"
12790source = "registry+https://github.com/rust-lang/crates.io-index"
12791checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12792dependencies = [
12793 "phf_generator 0.11.3",
12794 "phf_shared 0.11.3",
12795]
12796
12797[[package]]
12798name = "phf_generator"
12799version = "0.11.3"
12800source = "registry+https://github.com/rust-lang/crates.io-index"
12801checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12802dependencies = [
12803 "phf_shared 0.11.3",
12804 "rand 0.8.5",
12805]
12806
12807[[package]]
12808name = "phf_generator"
12809version = "0.12.1"
12810source = "registry+https://github.com/rust-lang/crates.io-index"
12811checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12812dependencies = [
12813 "fastrand 2.3.0",
12814 "phf_shared 0.12.1",
12815]
12816
12817[[package]]
12818name = "phf_macros"
12819version = "0.11.3"
12820source = "registry+https://github.com/rust-lang/crates.io-index"
12821checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12822dependencies = [
12823 "phf_generator 0.11.3",
12824 "phf_shared 0.11.3",
12825 "proc-macro2",
12826 "quote",
12827 "syn 2.0.117",
12828]
12829
12830[[package]]
12831name = "phf_macros"
12832version = "0.12.1"
12833source = "registry+https://github.com/rust-lang/crates.io-index"
12834checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12835dependencies = [
12836 "phf_generator 0.12.1",
12837 "phf_shared 0.12.1",
12838 "proc-macro2",
12839 "quote",
12840 "syn 2.0.117",
12841]
12842
12843[[package]]
12844name = "phf_shared"
12845version = "0.11.3"
12846source = "registry+https://github.com/rust-lang/crates.io-index"
12847checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12848dependencies = [
12849 "siphasher 1.0.1",
12850]
12851
12852[[package]]
12853name = "phf_shared"
12854version = "0.12.1"
12855source = "registry+https://github.com/rust-lang/crates.io-index"
12856checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12857dependencies = [
12858 "siphasher 1.0.1",
12859]
12860
12861[[package]]
12862name = "picker"
12863version = "0.1.0"
12864dependencies = [
12865 "anyhow",
12866 "editor",
12867 "gpui",
12868 "menu",
12869 "schemars",
12870 "serde",
12871 "settings",
12872 "theme",
12873 "theme_settings",
12874 "ui",
12875 "ui_input",
12876 "workspace",
12877 "zed_actions",
12878]
12879
12880[[package]]
12881name = "pico-args"
12882version = "0.5.0"
12883source = "registry+https://github.com/rust-lang/crates.io-index"
12884checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12885
12886[[package]]
12887name = "pin-project"
12888version = "1.1.10"
12889source = "registry+https://github.com/rust-lang/crates.io-index"
12890checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12891dependencies = [
12892 "pin-project-internal",
12893]
12894
12895[[package]]
12896name = "pin-project-internal"
12897version = "1.1.10"
12898source = "registry+https://github.com/rust-lang/crates.io-index"
12899checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12900dependencies = [
12901 "proc-macro2",
12902 "quote",
12903 "syn 2.0.117",
12904]
12905
12906[[package]]
12907name = "pin-project-lite"
12908version = "0.2.16"
12909source = "registry+https://github.com/rust-lang/crates.io-index"
12910checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12911
12912[[package]]
12913name = "pin-utils"
12914version = "0.1.0"
12915source = "registry+https://github.com/rust-lang/crates.io-index"
12916checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12917
12918[[package]]
12919name = "piper"
12920version = "0.2.4"
12921source = "registry+https://github.com/rust-lang/crates.io-index"
12922checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12923dependencies = [
12924 "atomic-waker",
12925 "fastrand 2.3.0",
12926 "futures-io",
12927]
12928
12929[[package]]
12930name = "pkcs1"
12931version = "0.7.5"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12934dependencies = [
12935 "der 0.7.10",
12936 "pkcs8 0.10.2",
12937 "spki 0.7.3",
12938]
12939
12940[[package]]
12941name = "pkcs8"
12942version = "0.9.0"
12943source = "registry+https://github.com/rust-lang/crates.io-index"
12944checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12945dependencies = [
12946 "der 0.6.1",
12947 "spki 0.6.0",
12948]
12949
12950[[package]]
12951name = "pkcs8"
12952version = "0.10.2"
12953source = "registry+https://github.com/rust-lang/crates.io-index"
12954checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12955dependencies = [
12956 "der 0.7.10",
12957 "spki 0.7.3",
12958]
12959
12960[[package]]
12961name = "pkg-config"
12962version = "0.3.32"
12963source = "registry+https://github.com/rust-lang/crates.io-index"
12964checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12965
12966[[package]]
12967name = "plain"
12968version = "0.2.3"
12969source = "registry+https://github.com/rust-lang/crates.io-index"
12970checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12971
12972[[package]]
12973name = "platform_title_bar"
12974version = "0.1.0"
12975dependencies = [
12976 "gpui",
12977 "project",
12978 "settings",
12979 "smallvec",
12980 "theme",
12981 "theme_settings",
12982 "ui",
12983 "windows 0.61.3",
12984 "workspace",
12985 "zed_actions",
12986]
12987
12988[[package]]
12989name = "plist"
12990version = "1.8.0"
12991source = "registry+https://github.com/rust-lang/crates.io-index"
12992checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12993dependencies = [
12994 "base64 0.22.1",
12995 "indexmap",
12996 "quick-xml 0.38.3",
12997 "serde",
12998 "time",
12999]
13000
13001[[package]]
13002name = "plotters"
13003version = "0.3.7"
13004source = "registry+https://github.com/rust-lang/crates.io-index"
13005checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
13006dependencies = [
13007 "num-traits",
13008 "plotters-backend",
13009 "plotters-svg",
13010 "wasm-bindgen",
13011 "web-sys",
13012]
13013
13014[[package]]
13015name = "plotters-backend"
13016version = "0.3.7"
13017source = "registry+https://github.com/rust-lang/crates.io-index"
13018checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
13019
13020[[package]]
13021name = "plotters-svg"
13022version = "0.3.7"
13023source = "registry+https://github.com/rust-lang/crates.io-index"
13024checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13025dependencies = [
13026 "plotters-backend",
13027]
13028
13029[[package]]
13030name = "png"
13031version = "0.17.16"
13032source = "registry+https://github.com/rust-lang/crates.io-index"
13033checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13034dependencies = [
13035 "bitflags 1.3.2",
13036 "crc32fast",
13037 "fdeflate",
13038 "flate2",
13039 "miniz_oxide",
13040]
13041
13042[[package]]
13043name = "png"
13044version = "0.18.0"
13045source = "registry+https://github.com/rust-lang/crates.io-index"
13046checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13047dependencies = [
13048 "bitflags 2.10.0",
13049 "crc32fast",
13050 "fdeflate",
13051 "flate2",
13052 "miniz_oxide",
13053]
13054
13055[[package]]
13056name = "polling"
13057version = "3.11.0"
13058source = "registry+https://github.com/rust-lang/crates.io-index"
13059checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13060dependencies = [
13061 "cfg-if",
13062 "concurrent-queue",
13063 "hermit-abi",
13064 "pin-project-lite",
13065 "rustix 1.1.2",
13066 "windows-sys 0.61.2",
13067]
13068
13069[[package]]
13070name = "pollster"
13071version = "0.2.5"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13074
13075[[package]]
13076name = "pollster"
13077version = "0.4.0"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13080
13081[[package]]
13082name = "pori"
13083version = "0.0.0"
13084source = "registry+https://github.com/rust-lang/crates.io-index"
13085checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13086dependencies = [
13087 "nom 7.1.3",
13088]
13089
13090[[package]]
13091name = "portable-atomic"
13092version = "1.11.1"
13093source = "registry+https://github.com/rust-lang/crates.io-index"
13094checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13095
13096[[package]]
13097name = "portable-atomic-util"
13098version = "0.2.4"
13099source = "registry+https://github.com/rust-lang/crates.io-index"
13100checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13101dependencies = [
13102 "portable-atomic",
13103]
13104
13105[[package]]
13106name = "portable-pty"
13107version = "0.9.0"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13110dependencies = [
13111 "anyhow",
13112 "bitflags 1.3.2",
13113 "downcast-rs",
13114 "filedescriptor",
13115 "lazy_static",
13116 "libc",
13117 "log",
13118 "nix 0.28.0",
13119 "serial2",
13120 "shared_library",
13121 "shell-words",
13122 "winapi",
13123 "winreg 0.10.1",
13124]
13125
13126[[package]]
13127name = "postage"
13128version = "0.5.0"
13129source = "registry+https://github.com/rust-lang/crates.io-index"
13130checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13131dependencies = [
13132 "atomic",
13133 "crossbeam-queue",
13134 "futures 0.3.32",
13135 "log",
13136 "parking_lot",
13137 "pin-project",
13138 "pollster 0.2.5",
13139 "static_assertions",
13140 "thiserror 1.0.69",
13141]
13142
13143[[package]]
13144name = "postcard"
13145version = "1.1.3"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13148dependencies = [
13149 "cobs",
13150 "embedded-io 0.4.0",
13151 "embedded-io 0.6.1",
13152 "serde",
13153]
13154
13155[[package]]
13156name = "potential_utf"
13157version = "0.1.3"
13158source = "registry+https://github.com/rust-lang/crates.io-index"
13159checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13160dependencies = [
13161 "zerovec",
13162]
13163
13164[[package]]
13165name = "powerfmt"
13166version = "0.2.0"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13169
13170[[package]]
13171name = "ppv-lite86"
13172version = "0.2.21"
13173source = "registry+https://github.com/rust-lang/crates.io-index"
13174checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13175dependencies = [
13176 "zerocopy",
13177]
13178
13179[[package]]
13180name = "precomputed-hash"
13181version = "0.1.1"
13182source = "registry+https://github.com/rust-lang/crates.io-index"
13183checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13184
13185[[package]]
13186name = "presser"
13187version = "0.3.1"
13188source = "registry+https://github.com/rust-lang/crates.io-index"
13189checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13190
13191[[package]]
13192name = "prettier"
13193version = "0.1.0"
13194dependencies = [
13195 "anyhow",
13196 "collections",
13197 "fs",
13198 "gpui",
13199 "language",
13200 "log",
13201 "lsp",
13202 "node_runtime",
13203 "parking_lot",
13204 "paths",
13205 "serde",
13206 "serde_json",
13207 "util",
13208]
13209
13210[[package]]
13211name = "pretty_assertions"
13212version = "1.4.1"
13213source = "registry+https://github.com/rust-lang/crates.io-index"
13214checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13215dependencies = [
13216 "diff",
13217 "yansi",
13218]
13219
13220[[package]]
13221name = "prettyplease"
13222version = "0.2.37"
13223source = "registry+https://github.com/rust-lang/crates.io-index"
13224checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13225dependencies = [
13226 "proc-macro2",
13227 "syn 2.0.117",
13228]
13229
13230[[package]]
13231name = "primal-check"
13232version = "0.3.4"
13233source = "registry+https://github.com/rust-lang/crates.io-index"
13234checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13235dependencies = [
13236 "num-integer",
13237]
13238
13239[[package]]
13240name = "proc-macro-crate"
13241version = "3.4.0"
13242source = "registry+https://github.com/rust-lang/crates.io-index"
13243checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13244dependencies = [
13245 "toml_edit 0.23.7",
13246]
13247
13248[[package]]
13249name = "proc-macro-error"
13250version = "1.0.4"
13251source = "registry+https://github.com/rust-lang/crates.io-index"
13252checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13253dependencies = [
13254 "proc-macro-error-attr",
13255 "proc-macro2",
13256 "quote",
13257 "syn 1.0.109",
13258 "version_check",
13259]
13260
13261[[package]]
13262name = "proc-macro-error-attr"
13263version = "1.0.4"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13266dependencies = [
13267 "proc-macro2",
13268 "quote",
13269 "version_check",
13270]
13271
13272[[package]]
13273name = "proc-macro-error-attr2"
13274version = "2.0.0"
13275source = "registry+https://github.com/rust-lang/crates.io-index"
13276checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13277dependencies = [
13278 "proc-macro2",
13279 "quote",
13280]
13281
13282[[package]]
13283name = "proc-macro-error2"
13284version = "2.0.1"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13287dependencies = [
13288 "proc-macro-error-attr2",
13289 "proc-macro2",
13290 "quote",
13291 "syn 2.0.117",
13292]
13293
13294[[package]]
13295name = "proc-macro2"
13296version = "1.0.101"
13297source = "registry+https://github.com/rust-lang/crates.io-index"
13298checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13299dependencies = [
13300 "unicode-ident",
13301]
13302
13303[[package]]
13304name = "proc-macro2-diagnostics"
13305version = "0.10.1"
13306source = "registry+https://github.com/rust-lang/crates.io-index"
13307checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13308dependencies = [
13309 "proc-macro2",
13310 "quote",
13311 "syn 2.0.117",
13312 "version_check",
13313 "yansi",
13314]
13315
13316[[package]]
13317name = "procfs-core"
13318version = "0.17.0"
13319source = "registry+https://github.com/rust-lang/crates.io-index"
13320checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13321dependencies = [
13322 "bitflags 2.10.0",
13323 "hex",
13324 "serde",
13325]
13326
13327[[package]]
13328name = "profiling"
13329version = "1.0.17"
13330source = "registry+https://github.com/rust-lang/crates.io-index"
13331checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13332dependencies = [
13333 "profiling-procmacros",
13334]
13335
13336[[package]]
13337name = "profiling-procmacros"
13338version = "1.0.17"
13339source = "registry+https://github.com/rust-lang/crates.io-index"
13340checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13341dependencies = [
13342 "quote",
13343 "syn 2.0.117",
13344]
13345
13346[[package]]
13347name = "project"
13348version = "0.1.0"
13349dependencies = [
13350 "aho-corasick",
13351 "anyhow",
13352 "askpass",
13353 "async-trait",
13354 "base64 0.22.1",
13355 "buffer_diff",
13356 "circular-buffer",
13357 "client",
13358 "clock",
13359 "collections",
13360 "context_server",
13361 "credentials_provider",
13362 "dap",
13363 "encoding_rs",
13364 "extension",
13365 "fancy-regex 0.17.0",
13366 "fs",
13367 "futures 0.3.32",
13368 "fuzzy",
13369 "fuzzy_nucleo",
13370 "git",
13371 "git2",
13372 "git_hosting_providers",
13373 "globset",
13374 "gpui",
13375 "http_client",
13376 "image",
13377 "indexmap",
13378 "itertools 0.14.0",
13379 "language",
13380 "log",
13381 "lsp",
13382 "markdown",
13383 "node_runtime",
13384 "parking_lot",
13385 "paths",
13386 "percent-encoding",
13387 "postage",
13388 "prettier",
13389 "pretty_assertions",
13390 "project",
13391 "rand 0.9.3",
13392 "regex",
13393 "release_channel",
13394 "remote",
13395 "rpc",
13396 "schemars",
13397 "semver",
13398 "serde",
13399 "serde_json",
13400 "settings",
13401 "sha2",
13402 "shellexpand",
13403 "smallvec",
13404 "smol",
13405 "snippet",
13406 "snippet_provider",
13407 "sum_tree",
13408 "task",
13409 "tempfile",
13410 "terminal",
13411 "text",
13412 "toml 0.8.23",
13413 "tracing",
13414 "unindent",
13415 "url",
13416 "util",
13417 "watch",
13418 "wax",
13419 "which 6.0.3",
13420 "worktree",
13421 "zed_credentials_provider",
13422 "zeroize",
13423 "zlog",
13424 "ztracing",
13425]
13426
13427[[package]]
13428name = "project_benchmarks"
13429version = "0.1.0"
13430dependencies = [
13431 "anyhow",
13432 "askpass",
13433 "clap",
13434 "client",
13435 "futures 0.3.32",
13436 "gpui",
13437 "gpui_platform",
13438 "http_client",
13439 "language",
13440 "node_runtime",
13441 "project",
13442 "release_channel",
13443 "remote",
13444 "rpassword",
13445 "semver",
13446 "settings",
13447 "watch",
13448]
13449
13450[[package]]
13451name = "project_panel"
13452version = "0.1.0"
13453dependencies = [
13454 "anyhow",
13455 "client",
13456 "collections",
13457 "command_palette_hooks",
13458 "criterion",
13459 "editor",
13460 "feature_flags",
13461 "file_icons",
13462 "fs",
13463 "futures 0.3.32",
13464 "git",
13465 "git_ui",
13466 "gpui",
13467 "itertools 0.14.0",
13468 "language",
13469 "menu",
13470 "notifications",
13471 "pretty_assertions",
13472 "project",
13473 "rayon",
13474 "remote_connection",
13475 "schemars",
13476 "search",
13477 "serde",
13478 "serde_json",
13479 "settings",
13480 "smallvec",
13481 "telemetry",
13482 "tempfile",
13483 "theme",
13484 "theme_settings",
13485 "ui",
13486 "util",
13487 "workspace",
13488 "worktree",
13489 "zed_actions",
13490]
13491
13492[[package]]
13493name = "project_symbols"
13494version = "0.1.0"
13495dependencies = [
13496 "anyhow",
13497 "editor",
13498 "futures 0.3.32",
13499 "fuzzy",
13500 "gpui",
13501 "language",
13502 "lsp",
13503 "ordered-float 2.10.1",
13504 "picker",
13505 "project",
13506 "release_channel",
13507 "semver",
13508 "serde_json",
13509 "settings",
13510 "theme",
13511 "theme_settings",
13512 "util",
13513 "workspace",
13514]
13515
13516[[package]]
13517name = "prometheus"
13518version = "0.14.0"
13519source = "registry+https://github.com/rust-lang/crates.io-index"
13520checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13521dependencies = [
13522 "cfg-if",
13523 "fnv",
13524 "lazy_static",
13525 "memchr",
13526 "parking_lot",
13527 "protobuf",
13528 "thiserror 2.0.17",
13529]
13530
13531[[package]]
13532name = "prompt_store"
13533version = "0.1.0"
13534dependencies = [
13535 "anyhow",
13536 "assets",
13537 "chrono",
13538 "collections",
13539 "fs",
13540 "futures 0.3.32",
13541 "fuzzy",
13542 "gpui",
13543 "handlebars 4.5.0",
13544 "heed",
13545 "language",
13546 "log",
13547 "parking_lot",
13548 "paths",
13549 "rope",
13550 "serde",
13551 "strum 0.27.2",
13552 "tempfile",
13553 "text",
13554 "util",
13555 "uuid",
13556]
13557
13558[[package]]
13559name = "proptest"
13560version = "1.10.0"
13561source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13562dependencies = [
13563 "bit-set 0.8.0",
13564 "bit-vec 0.8.0",
13565 "bitflags 2.10.0",
13566 "num-traits",
13567 "proptest-macro",
13568 "rand 0.9.3",
13569 "rand_chacha 0.9.0",
13570 "rand_xorshift",
13571 "regex-syntax",
13572 "rusty-fork",
13573 "tempfile",
13574 "unarray",
13575]
13576
13577[[package]]
13578name = "proptest-derive"
13579version = "0.8.0"
13580source = "registry+https://github.com/rust-lang/crates.io-index"
13581checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13582dependencies = [
13583 "proc-macro2",
13584 "quote",
13585 "syn 2.0.117",
13586]
13587
13588[[package]]
13589name = "proptest-macro"
13590version = "0.5.0"
13591source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13592dependencies = [
13593 "convert_case 0.11.0",
13594 "proc-macro2",
13595 "quote",
13596 "syn 2.0.117",
13597]
13598
13599[[package]]
13600name = "prost"
13601version = "0.9.0"
13602source = "registry+https://github.com/rust-lang/crates.io-index"
13603checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13604dependencies = [
13605 "bytes 1.11.1",
13606 "prost-derive 0.9.0",
13607]
13608
13609[[package]]
13610name = "prost"
13611version = "0.12.6"
13612source = "registry+https://github.com/rust-lang/crates.io-index"
13613checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13614dependencies = [
13615 "bytes 1.11.1",
13616 "prost-derive 0.12.6",
13617]
13618
13619[[package]]
13620name = "prost-build"
13621version = "0.9.0"
13622source = "registry+https://github.com/rust-lang/crates.io-index"
13623checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13624dependencies = [
13625 "bytes 1.11.1",
13626 "heck 0.3.3",
13627 "itertools 0.10.5",
13628 "lazy_static",
13629 "log",
13630 "multimap",
13631 "petgraph",
13632 "prost 0.9.0",
13633 "prost-types 0.9.0",
13634 "regex",
13635 "tempfile",
13636 "which 4.4.2",
13637]
13638
13639[[package]]
13640name = "prost-build"
13641version = "0.12.6"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13644dependencies = [
13645 "bytes 1.11.1",
13646 "heck 0.5.0",
13647 "itertools 0.11.0",
13648 "log",
13649 "multimap",
13650 "once_cell",
13651 "petgraph",
13652 "prettyplease",
13653 "prost 0.12.6",
13654 "prost-types 0.12.6",
13655 "regex",
13656 "syn 2.0.117",
13657 "tempfile",
13658]
13659
13660[[package]]
13661name = "prost-derive"
13662version = "0.9.0"
13663source = "registry+https://github.com/rust-lang/crates.io-index"
13664checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13665dependencies = [
13666 "anyhow",
13667 "itertools 0.10.5",
13668 "proc-macro2",
13669 "quote",
13670 "syn 1.0.109",
13671]
13672
13673[[package]]
13674name = "prost-derive"
13675version = "0.12.6"
13676source = "registry+https://github.com/rust-lang/crates.io-index"
13677checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13678dependencies = [
13679 "anyhow",
13680 "itertools 0.11.0",
13681 "proc-macro2",
13682 "quote",
13683 "syn 2.0.117",
13684]
13685
13686[[package]]
13687name = "prost-types"
13688version = "0.9.0"
13689source = "registry+https://github.com/rust-lang/crates.io-index"
13690checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13691dependencies = [
13692 "bytes 1.11.1",
13693 "prost 0.9.0",
13694]
13695
13696[[package]]
13697name = "prost-types"
13698version = "0.12.6"
13699source = "registry+https://github.com/rust-lang/crates.io-index"
13700checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13701dependencies = [
13702 "prost 0.12.6",
13703]
13704
13705[[package]]
13706name = "proto"
13707version = "0.1.0"
13708dependencies = [
13709 "anyhow",
13710 "prost 0.9.0",
13711 "prost-build 0.9.0",
13712 "serde",
13713]
13714
13715[[package]]
13716name = "protobuf"
13717version = "3.7.2"
13718source = "registry+https://github.com/rust-lang/crates.io-index"
13719checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13720dependencies = [
13721 "once_cell",
13722 "protobuf-support",
13723 "thiserror 1.0.69",
13724]
13725
13726[[package]]
13727name = "protobuf-support"
13728version = "3.7.2"
13729source = "registry+https://github.com/rust-lang/crates.io-index"
13730checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13731dependencies = [
13732 "thiserror 1.0.69",
13733]
13734
13735[[package]]
13736name = "psm"
13737version = "0.1.30"
13738source = "registry+https://github.com/rust-lang/crates.io-index"
13739checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13740dependencies = [
13741 "ar_archive_writer",
13742 "cc",
13743]
13744
13745[[package]]
13746name = "ptr_meta"
13747version = "0.1.4"
13748source = "registry+https://github.com/rust-lang/crates.io-index"
13749checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13750dependencies = [
13751 "ptr_meta_derive",
13752]
13753
13754[[package]]
13755name = "ptr_meta_derive"
13756version = "0.1.4"
13757source = "registry+https://github.com/rust-lang/crates.io-index"
13758checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13759dependencies = [
13760 "proc-macro2",
13761 "quote",
13762 "syn 1.0.109",
13763]
13764
13765[[package]]
13766name = "pulldown-cmark"
13767version = "0.10.3"
13768source = "registry+https://github.com/rust-lang/crates.io-index"
13769checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13770dependencies = [
13771 "bitflags 2.10.0",
13772 "memchr",
13773 "pulldown-cmark-escape",
13774 "unicase",
13775]
13776
13777[[package]]
13778name = "pulldown-cmark"
13779version = "0.13.0"
13780source = "registry+https://github.com/rust-lang/crates.io-index"
13781checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13782dependencies = [
13783 "bitflags 2.10.0",
13784 "memchr",
13785 "unicase",
13786]
13787
13788[[package]]
13789name = "pulldown-cmark-escape"
13790version = "0.10.1"
13791source = "registry+https://github.com/rust-lang/crates.io-index"
13792checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13793
13794[[package]]
13795name = "pulley-interpreter"
13796version = "36.0.7"
13797source = "registry+https://github.com/rust-lang/crates.io-index"
13798checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13799dependencies = [
13800 "cranelift-bitset",
13801 "log",
13802 "pulley-macros",
13803 "wasmtime-internal-math",
13804]
13805
13806[[package]]
13807name = "pulley-macros"
13808version = "36.0.7"
13809source = "registry+https://github.com/rust-lang/crates.io-index"
13810checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13811dependencies = [
13812 "proc-macro2",
13813 "quote",
13814 "syn 2.0.117",
13815]
13816
13817[[package]]
13818name = "pulp"
13819version = "0.18.22"
13820source = "registry+https://github.com/rust-lang/crates.io-index"
13821checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13822dependencies = [
13823 "bytemuck",
13824 "libm",
13825 "num-complex",
13826 "reborrow",
13827]
13828
13829[[package]]
13830name = "pulp"
13831version = "0.21.5"
13832source = "registry+https://github.com/rust-lang/crates.io-index"
13833checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13834dependencies = [
13835 "bytemuck",
13836 "cfg-if",
13837 "libm",
13838 "num-complex",
13839 "reborrow",
13840 "version_check",
13841]
13842
13843[[package]]
13844name = "pxfm"
13845version = "0.1.25"
13846source = "registry+https://github.com/rust-lang/crates.io-index"
13847checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13848dependencies = [
13849 "num-traits",
13850]
13851
13852[[package]]
13853name = "qoi"
13854version = "0.4.1"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13857dependencies = [
13858 "bytemuck",
13859]
13860
13861[[package]]
13862name = "quick-error"
13863version = "1.2.3"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13866
13867[[package]]
13868name = "quick-error"
13869version = "2.0.1"
13870source = "registry+https://github.com/rust-lang/crates.io-index"
13871checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13872
13873[[package]]
13874name = "quick-xml"
13875version = "0.30.0"
13876source = "registry+https://github.com/rust-lang/crates.io-index"
13877checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13878dependencies = [
13879 "memchr",
13880]
13881
13882[[package]]
13883name = "quick-xml"
13884version = "0.37.5"
13885source = "registry+https://github.com/rust-lang/crates.io-index"
13886checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13887dependencies = [
13888 "memchr",
13889]
13890
13891[[package]]
13892name = "quick-xml"
13893version = "0.38.3"
13894source = "registry+https://github.com/rust-lang/crates.io-index"
13895checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13896dependencies = [
13897 "memchr",
13898]
13899
13900[[package]]
13901name = "quinn"
13902version = "0.11.9"
13903source = "registry+https://github.com/rust-lang/crates.io-index"
13904checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13905dependencies = [
13906 "bytes 1.11.1",
13907 "cfg_aliases 0.2.1",
13908 "pin-project-lite",
13909 "quinn-proto",
13910 "quinn-udp",
13911 "rustc-hash 2.1.1",
13912 "rustls 0.23.33",
13913 "socket2 0.6.1",
13914 "thiserror 2.0.17",
13915 "tokio",
13916 "tracing",
13917 "web-time",
13918]
13919
13920[[package]]
13921name = "quinn-proto"
13922version = "0.11.13"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13925dependencies = [
13926 "bytes 1.11.1",
13927 "getrandom 0.3.4",
13928 "lru-slab",
13929 "rand 0.9.3",
13930 "ring",
13931 "rustc-hash 2.1.1",
13932 "rustls 0.23.33",
13933 "rustls-pki-types",
13934 "slab",
13935 "thiserror 2.0.17",
13936 "tinyvec",
13937 "tracing",
13938 "web-time",
13939]
13940
13941[[package]]
13942name = "quinn-udp"
13943version = "0.5.14"
13944source = "registry+https://github.com/rust-lang/crates.io-index"
13945checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13946dependencies = [
13947 "cfg_aliases 0.2.1",
13948 "libc",
13949 "once_cell",
13950 "socket2 0.6.1",
13951 "tracing",
13952 "windows-sys 0.60.2",
13953]
13954
13955[[package]]
13956name = "quote"
13957version = "1.0.41"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13960dependencies = [
13961 "proc-macro2",
13962]
13963
13964[[package]]
13965name = "r-efi"
13966version = "5.3.0"
13967source = "registry+https://github.com/rust-lang/crates.io-index"
13968checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13969
13970[[package]]
13971name = "radium"
13972version = "0.7.0"
13973source = "registry+https://github.com/rust-lang/crates.io-index"
13974checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13975
13976[[package]]
13977name = "rand"
13978version = "0.3.23"
13979source = "registry+https://github.com/rust-lang/crates.io-index"
13980checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13981dependencies = [
13982 "libc",
13983 "rand 0.4.6",
13984]
13985
13986[[package]]
13987name = "rand"
13988version = "0.4.6"
13989source = "registry+https://github.com/rust-lang/crates.io-index"
13990checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13991dependencies = [
13992 "fuchsia-cprng",
13993 "libc",
13994 "rand_core 0.3.1",
13995 "rdrand",
13996 "winapi",
13997]
13998
13999[[package]]
14000name = "rand"
14001version = "0.8.5"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
14004dependencies = [
14005 "libc",
14006 "rand_chacha 0.3.1",
14007 "rand_core 0.6.4",
14008]
14009
14010[[package]]
14011name = "rand"
14012version = "0.9.3"
14013source = "registry+https://github.com/rust-lang/crates.io-index"
14014checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
14015dependencies = [
14016 "rand_chacha 0.9.0",
14017 "rand_core 0.9.3",
14018]
14019
14020[[package]]
14021name = "rand_chacha"
14022version = "0.3.1"
14023source = "registry+https://github.com/rust-lang/crates.io-index"
14024checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14025dependencies = [
14026 "ppv-lite86",
14027 "rand_core 0.6.4",
14028]
14029
14030[[package]]
14031name = "rand_chacha"
14032version = "0.9.0"
14033source = "registry+https://github.com/rust-lang/crates.io-index"
14034checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14035dependencies = [
14036 "ppv-lite86",
14037 "rand_core 0.9.3",
14038]
14039
14040[[package]]
14041name = "rand_core"
14042version = "0.3.1"
14043source = "registry+https://github.com/rust-lang/crates.io-index"
14044checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14045dependencies = [
14046 "rand_core 0.4.2",
14047]
14048
14049[[package]]
14050name = "rand_core"
14051version = "0.4.2"
14052source = "registry+https://github.com/rust-lang/crates.io-index"
14053checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14054
14055[[package]]
14056name = "rand_core"
14057version = "0.6.4"
14058source = "registry+https://github.com/rust-lang/crates.io-index"
14059checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14060dependencies = [
14061 "getrandom 0.2.16",
14062]
14063
14064[[package]]
14065name = "rand_core"
14066version = "0.9.3"
14067source = "registry+https://github.com/rust-lang/crates.io-index"
14068checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14069dependencies = [
14070 "getrandom 0.3.4",
14071]
14072
14073[[package]]
14074name = "rand_distr"
14075version = "0.5.1"
14076source = "registry+https://github.com/rust-lang/crates.io-index"
14077checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14078dependencies = [
14079 "num-traits",
14080 "rand 0.9.3",
14081]
14082
14083[[package]]
14084name = "rand_pcg"
14085version = "0.3.1"
14086source = "registry+https://github.com/rust-lang/crates.io-index"
14087checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14088dependencies = [
14089 "rand_core 0.6.4",
14090]
14091
14092[[package]]
14093name = "rand_xorshift"
14094version = "0.4.0"
14095source = "registry+https://github.com/rust-lang/crates.io-index"
14096checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14097dependencies = [
14098 "rand_core 0.9.3",
14099]
14100
14101[[package]]
14102name = "random_choice"
14103version = "0.3.2"
14104source = "registry+https://github.com/rust-lang/crates.io-index"
14105checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14106dependencies = [
14107 "rand 0.3.23",
14108]
14109
14110[[package]]
14111name = "range-alloc"
14112version = "0.1.4"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14115
14116[[package]]
14117name = "range-map"
14118version = "0.2.0"
14119source = "registry+https://github.com/rust-lang/crates.io-index"
14120checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14121dependencies = [
14122 "num-traits",
14123]
14124
14125[[package]]
14126name = "rangemap"
14127version = "1.7.1"
14128source = "registry+https://github.com/rust-lang/crates.io-index"
14129checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14130
14131[[package]]
14132name = "rav1e"
14133version = "0.8.1"
14134source = "registry+https://github.com/rust-lang/crates.io-index"
14135checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14136dependencies = [
14137 "aligned-vec",
14138 "arbitrary",
14139 "arg_enum_proc_macro",
14140 "arrayvec",
14141 "av-scenechange",
14142 "av1-grain",
14143 "bitstream-io",
14144 "built",
14145 "cfg-if",
14146 "interpolate_name",
14147 "itertools 0.14.0",
14148 "libc",
14149 "libfuzzer-sys",
14150 "log",
14151 "maybe-rayon",
14152 "new_debug_unreachable",
14153 "noop_proc_macro",
14154 "num-derive",
14155 "num-traits",
14156 "paste",
14157 "profiling",
14158 "rand 0.9.3",
14159 "rand_chacha 0.9.0",
14160 "simd_helpers",
14161 "thiserror 2.0.17",
14162 "v_frame",
14163 "wasm-bindgen",
14164]
14165
14166[[package]]
14167name = "ravif"
14168version = "0.13.0"
14169source = "registry+https://github.com/rust-lang/crates.io-index"
14170checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14171dependencies = [
14172 "avif-serialize",
14173 "imgref",
14174 "loop9",
14175 "quick-error 2.0.1",
14176 "rav1e",
14177 "rayon",
14178 "rgb",
14179]
14180
14181[[package]]
14182name = "raw-cpuid"
14183version = "10.7.0"
14184source = "registry+https://github.com/rust-lang/crates.io-index"
14185checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14186dependencies = [
14187 "bitflags 1.3.2",
14188]
14189
14190[[package]]
14191name = "raw-cpuid"
14192version = "11.6.0"
14193source = "registry+https://github.com/rust-lang/crates.io-index"
14194checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14195dependencies = [
14196 "bitflags 2.10.0",
14197]
14198
14199[[package]]
14200name = "raw-window-handle"
14201version = "0.6.2"
14202source = "registry+https://github.com/rust-lang/crates.io-index"
14203checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14204
14205[[package]]
14206name = "raw-window-metal"
14207version = "1.1.0"
14208source = "registry+https://github.com/rust-lang/crates.io-index"
14209checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14210dependencies = [
14211 "objc2",
14212 "objc2-core-foundation",
14213 "objc2-foundation",
14214 "objc2-quartz-core",
14215]
14216
14217[[package]]
14218name = "rayon"
14219version = "1.11.0"
14220source = "registry+https://github.com/rust-lang/crates.io-index"
14221checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14222dependencies = [
14223 "either",
14224 "rayon-core",
14225]
14226
14227[[package]]
14228name = "rayon-core"
14229version = "1.13.0"
14230source = "registry+https://github.com/rust-lang/crates.io-index"
14231checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14232dependencies = [
14233 "crossbeam-deque",
14234 "crossbeam-utils",
14235]
14236
14237[[package]]
14238name = "rdrand"
14239version = "0.4.0"
14240source = "registry+https://github.com/rust-lang/crates.io-index"
14241checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14242dependencies = [
14243 "rand_core 0.3.1",
14244]
14245
14246[[package]]
14247name = "read-fonts"
14248version = "0.35.0"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14251dependencies = [
14252 "bytemuck",
14253 "font-types 0.10.0",
14254]
14255
14256[[package]]
14257name = "read-fonts"
14258version = "0.37.0"
14259source = "registry+https://github.com/rust-lang/crates.io-index"
14260checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14261dependencies = [
14262 "bytemuck",
14263 "core_maths",
14264 "font-types 0.11.0",
14265]
14266
14267[[package]]
14268name = "realfft"
14269version = "3.5.0"
14270source = "registry+https://github.com/rust-lang/crates.io-index"
14271checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14272dependencies = [
14273 "rustfft",
14274]
14275
14276[[package]]
14277name = "reborrow"
14278version = "0.5.5"
14279source = "registry+https://github.com/rust-lang/crates.io-index"
14280checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14281
14282[[package]]
14283name = "recent_projects"
14284version = "0.1.0"
14285dependencies = [
14286 "anyhow",
14287 "askpass",
14288 "chrono",
14289 "db",
14290 "dev_container",
14291 "editor",
14292 "extension",
14293 "extension_host",
14294 "fs",
14295 "futures 0.3.32",
14296 "fuzzy_nucleo",
14297 "gpui",
14298 "http_client",
14299 "indoc",
14300 "language",
14301 "log",
14302 "menu",
14303 "node_runtime",
14304 "open_path_prompt",
14305 "ordered-float 2.10.1",
14306 "paths",
14307 "picker",
14308 "project",
14309 "release_channel",
14310 "remote",
14311 "remote_connection",
14312 "remote_server",
14313 "semver",
14314 "serde",
14315 "serde_json",
14316 "settings",
14317 "smol",
14318 "task",
14319 "telemetry",
14320 "ui",
14321 "ui_input",
14322 "util",
14323 "windows-registry 0.6.1",
14324 "workspace",
14325 "worktree",
14326 "zed_actions",
14327]
14328
14329[[package]]
14330name = "redox_syscall"
14331version = "0.2.16"
14332source = "registry+https://github.com/rust-lang/crates.io-index"
14333checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14334dependencies = [
14335 "bitflags 1.3.2",
14336]
14337
14338[[package]]
14339name = "redox_syscall"
14340version = "0.5.18"
14341source = "registry+https://github.com/rust-lang/crates.io-index"
14342checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14343dependencies = [
14344 "bitflags 2.10.0",
14345]
14346
14347[[package]]
14348name = "redox_users"
14349version = "0.5.2"
14350source = "registry+https://github.com/rust-lang/crates.io-index"
14351checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14352dependencies = [
14353 "getrandom 0.2.16",
14354 "libredox",
14355 "thiserror 2.0.17",
14356]
14357
14358[[package]]
14359name = "ref-cast"
14360version = "1.0.25"
14361source = "registry+https://github.com/rust-lang/crates.io-index"
14362checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14363dependencies = [
14364 "ref-cast-impl",
14365]
14366
14367[[package]]
14368name = "ref-cast-impl"
14369version = "1.0.25"
14370source = "registry+https://github.com/rust-lang/crates.io-index"
14371checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14372dependencies = [
14373 "proc-macro2",
14374 "quote",
14375 "syn 2.0.117",
14376]
14377
14378[[package]]
14379name = "referencing"
14380version = "0.37.4"
14381source = "registry+https://github.com/rust-lang/crates.io-index"
14382checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14383dependencies = [
14384 "ahash 0.8.12",
14385 "fluent-uri",
14386 "getrandom 0.3.4",
14387 "hashbrown 0.16.1",
14388 "parking_lot",
14389 "percent-encoding",
14390 "serde_json",
14391]
14392
14393[[package]]
14394name = "refineable"
14395version = "0.1.0"
14396dependencies = [
14397 "derive_refineable",
14398]
14399
14400[[package]]
14401name = "regalloc2"
14402version = "0.12.2"
14403source = "registry+https://github.com/rust-lang/crates.io-index"
14404checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14405dependencies = [
14406 "allocator-api2",
14407 "bumpalo",
14408 "hashbrown 0.15.5",
14409 "log",
14410 "rustc-hash 2.1.1",
14411 "serde",
14412 "smallvec",
14413]
14414
14415[[package]]
14416name = "regex"
14417version = "1.12.2"
14418source = "registry+https://github.com/rust-lang/crates.io-index"
14419checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14420dependencies = [
14421 "aho-corasick",
14422 "memchr",
14423 "regex-automata",
14424 "regex-syntax",
14425]
14426
14427[[package]]
14428name = "regex-automata"
14429version = "0.4.13"
14430source = "registry+https://github.com/rust-lang/crates.io-index"
14431checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14432dependencies = [
14433 "aho-corasick",
14434 "memchr",
14435 "regex-syntax",
14436]
14437
14438[[package]]
14439name = "regex-lite"
14440version = "0.1.8"
14441source = "registry+https://github.com/rust-lang/crates.io-index"
14442checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14443
14444[[package]]
14445name = "regex-syntax"
14446version = "0.8.8"
14447source = "registry+https://github.com/rust-lang/crates.io-index"
14448checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14449
14450[[package]]
14451name = "release_channel"
14452version = "0.1.0"
14453dependencies = [
14454 "gpui",
14455 "semver",
14456]
14457
14458[[package]]
14459name = "remote"
14460version = "0.1.0"
14461dependencies = [
14462 "anyhow",
14463 "askpass",
14464 "async-trait",
14465 "base64 0.22.1",
14466 "collections",
14467 "fs",
14468 "futures 0.3.32",
14469 "gpui",
14470 "log",
14471 "parking_lot",
14472 "paths",
14473 "prost 0.9.0",
14474 "release_channel",
14475 "rpc",
14476 "schemars",
14477 "semver",
14478 "serde",
14479 "serde_json",
14480 "settings",
14481 "smol",
14482 "tempfile",
14483 "thiserror 2.0.17",
14484 "urlencoding",
14485 "util",
14486 "which 6.0.3",
14487]
14488
14489[[package]]
14490name = "remote_connection"
14491version = "0.1.0"
14492dependencies = [
14493 "anyhow",
14494 "askpass",
14495 "auto_update",
14496 "futures 0.3.32",
14497 "gpui",
14498 "log",
14499 "markdown",
14500 "menu",
14501 "release_channel",
14502 "remote",
14503 "semver",
14504 "settings",
14505 "theme_settings",
14506 "ui",
14507 "ui_input",
14508 "workspace",
14509]
14510
14511[[package]]
14512name = "remote_server"
14513version = "0.1.0"
14514dependencies = [
14515 "action_log",
14516 "agent",
14517 "anyhow",
14518 "askpass",
14519 "cargo_toml",
14520 "clap",
14521 "client",
14522 "clock",
14523 "collections",
14524 "crash-handler",
14525 "crashes",
14526 "dap_adapters",
14527 "debug_adapter_extension",
14528 "editor",
14529 "env_logger 0.11.8",
14530 "extension",
14531 "extension_host",
14532 "fork",
14533 "fs",
14534 "futures 0.3.32",
14535 "git",
14536 "git2",
14537 "git_hosting_providers",
14538 "gpui",
14539 "gpui_platform",
14540 "gpui_tokio",
14541 "http_client",
14542 "image",
14543 "json_schema_store",
14544 "language",
14545 "language_extension",
14546 "language_model",
14547 "languages",
14548 "libc",
14549 "log",
14550 "lsp",
14551 "minidumper",
14552 "net",
14553 "node_runtime",
14554 "paths",
14555 "pretty_assertions",
14556 "project",
14557 "proto",
14558 "rayon",
14559 "release_channel",
14560 "remote",
14561 "reqwest_client",
14562 "rpc",
14563 "rust-embed",
14564 "semver",
14565 "serde",
14566 "serde_json",
14567 "settings",
14568 "shellexpand",
14569 "smol",
14570 "sysinfo 0.37.2",
14571 "task",
14572 "theme",
14573 "theme_settings",
14574 "thiserror 2.0.17",
14575 "toml 0.8.23",
14576 "unindent",
14577 "util",
14578 "uuid",
14579 "watch",
14580 "windows 0.61.3",
14581 "worktree",
14582 "zlog",
14583]
14584
14585[[package]]
14586name = "rend"
14587version = "0.4.2"
14588source = "registry+https://github.com/rust-lang/crates.io-index"
14589checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14590dependencies = [
14591 "bytecheck",
14592]
14593
14594[[package]]
14595name = "renderdoc-sys"
14596version = "1.1.0"
14597source = "registry+https://github.com/rust-lang/crates.io-index"
14598checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14599
14600[[package]]
14601name = "repl"
14602version = "0.1.0"
14603dependencies = [
14604 "alacritty_terminal",
14605 "anyhow",
14606 "async-dispatcher",
14607 "async-task",
14608 "async-tungstenite",
14609 "base64 0.22.1",
14610 "client",
14611 "collections",
14612 "command_palette_hooks",
14613 "editor",
14614 "feature_flags",
14615 "file_icons",
14616 "futures 0.3.32",
14617 "gpui",
14618 "html_to_markdown",
14619 "http_client",
14620 "image",
14621 "indoc",
14622 "jupyter-protocol",
14623 "jupyter-websocket-client",
14624 "language",
14625 "languages",
14626 "log",
14627 "markdown",
14628 "menu",
14629 "multi_buffer",
14630 "nbformat",
14631 "picker",
14632 "project",
14633 "remote",
14634 "runtimelib",
14635 "serde",
14636 "serde_json",
14637 "settings",
14638 "shlex",
14639 "smol",
14640 "telemetry",
14641 "terminal",
14642 "terminal_view",
14643 "theme",
14644 "theme_settings",
14645 "tree-sitter-md",
14646 "tree-sitter-python",
14647 "tree-sitter-typescript",
14648 "ui",
14649 "util",
14650 "uuid",
14651 "workspace",
14652 "zed_actions",
14653]
14654
14655[[package]]
14656name = "reqwest"
14657version = "0.11.27"
14658source = "registry+https://github.com/rust-lang/crates.io-index"
14659checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14660dependencies = [
14661 "base64 0.21.7",
14662 "bytes 1.11.1",
14663 "encoding_rs",
14664 "futures-core",
14665 "futures-util",
14666 "h2 0.3.27",
14667 "http 0.2.12",
14668 "http-body 0.4.6",
14669 "hyper 0.14.32",
14670 "hyper-tls",
14671 "ipnet",
14672 "js-sys",
14673 "log",
14674 "mime",
14675 "native-tls",
14676 "once_cell",
14677 "percent-encoding",
14678 "pin-project-lite",
14679 "rustls-pemfile 1.0.4",
14680 "serde",
14681 "serde_json",
14682 "serde_urlencoded",
14683 "sync_wrapper 0.1.2",
14684 "system-configuration 0.5.1",
14685 "tokio",
14686 "tokio-native-tls",
14687 "tower-service",
14688 "url",
14689 "wasm-bindgen",
14690 "wasm-bindgen-futures",
14691 "web-sys",
14692 "winreg 0.50.0",
14693]
14694
14695[[package]]
14696name = "reqwest"
14697version = "0.12.24"
14698source = "registry+https://github.com/rust-lang/crates.io-index"
14699checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14700dependencies = [
14701 "base64 0.22.1",
14702 "bytes 1.11.1",
14703 "futures-channel",
14704 "futures-core",
14705 "futures-util",
14706 "http 1.3.1",
14707 "http-body 1.0.1",
14708 "http-body-util",
14709 "hyper 1.7.0",
14710 "hyper-rustls 0.27.7",
14711 "hyper-util",
14712 "js-sys",
14713 "log",
14714 "percent-encoding",
14715 "pin-project-lite",
14716 "quinn",
14717 "rustls 0.23.33",
14718 "rustls-native-certs 0.8.2",
14719 "rustls-pki-types",
14720 "serde",
14721 "serde_json",
14722 "serde_urlencoded",
14723 "sync_wrapper 1.0.2",
14724 "tokio",
14725 "tokio-rustls 0.26.2",
14726 "tower 0.5.2",
14727 "tower-http 0.6.6",
14728 "tower-service",
14729 "url",
14730 "wasm-bindgen",
14731 "wasm-bindgen-futures",
14732 "web-sys",
14733]
14734
14735[[package]]
14736name = "reqwest_client"
14737version = "0.1.0"
14738dependencies = [
14739 "anyhow",
14740 "bytes 1.11.1",
14741 "futures 0.3.32",
14742 "gpui_util",
14743 "http_client",
14744 "http_client_tls",
14745 "log",
14746 "regex",
14747 "serde",
14748 "tokio",
14749 "zed-reqwest",
14750]
14751
14752[[package]]
14753name = "resvg"
14754version = "0.45.1"
14755source = "registry+https://github.com/rust-lang/crates.io-index"
14756checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14757dependencies = [
14758 "gif 0.13.3",
14759 "image-webp",
14760 "log",
14761 "pico-args",
14762 "rgb",
14763 "svgtypes",
14764 "tiny-skia",
14765 "usvg",
14766 "zune-jpeg 0.4.21",
14767]
14768
14769[[package]]
14770name = "rfc6979"
14771version = "0.3.1"
14772source = "registry+https://github.com/rust-lang/crates.io-index"
14773checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14774dependencies = [
14775 "crypto-bigint 0.4.9",
14776 "hmac",
14777 "zeroize",
14778]
14779
14780[[package]]
14781name = "rgb"
14782version = "0.8.52"
14783source = "registry+https://github.com/rust-lang/crates.io-index"
14784checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14785dependencies = [
14786 "bytemuck",
14787]
14788
14789[[package]]
14790name = "ring"
14791version = "0.17.14"
14792source = "registry+https://github.com/rust-lang/crates.io-index"
14793checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14794dependencies = [
14795 "cc",
14796 "cfg-if",
14797 "getrandom 0.2.16",
14798 "libc",
14799 "untrusted 0.9.0",
14800 "windows-sys 0.52.0",
14801]
14802
14803[[package]]
14804name = "rkyv"
14805version = "0.7.45"
14806source = "registry+https://github.com/rust-lang/crates.io-index"
14807checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14808dependencies = [
14809 "bitvec",
14810 "bytecheck",
14811 "bytes 1.11.1",
14812 "hashbrown 0.12.3",
14813 "ptr_meta",
14814 "rend",
14815 "rkyv_derive",
14816 "seahash",
14817 "tinyvec",
14818 "uuid",
14819]
14820
14821[[package]]
14822name = "rkyv_derive"
14823version = "0.7.45"
14824source = "registry+https://github.com/rust-lang/crates.io-index"
14825checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14826dependencies = [
14827 "proc-macro2",
14828 "quote",
14829 "syn 1.0.109",
14830]
14831
14832[[package]]
14833name = "rmp"
14834version = "0.8.14"
14835source = "registry+https://github.com/rust-lang/crates.io-index"
14836checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14837dependencies = [
14838 "byteorder",
14839 "num-traits",
14840 "paste",
14841]
14842
14843[[package]]
14844name = "rmpv"
14845version = "1.3.0"
14846source = "registry+https://github.com/rust-lang/crates.io-index"
14847checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14848dependencies = [
14849 "num-traits",
14850 "rmp",
14851]
14852
14853[[package]]
14854name = "rodio"
14855version = "0.21.1"
14856source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14857dependencies = [
14858 "cpal",
14859 "dasp_sample",
14860 "hound",
14861 "num-rational",
14862 "rand 0.9.3",
14863 "rand_distr",
14864 "rtrb",
14865 "symphonia",
14866 "thiserror 2.0.17",
14867]
14868
14869[[package]]
14870name = "rope"
14871version = "0.1.0"
14872dependencies = [
14873 "criterion",
14874 "ctor",
14875 "gpui",
14876 "heapless",
14877 "log",
14878 "rand 0.9.3",
14879 "rayon",
14880 "sum_tree",
14881 "tracing",
14882 "unicode-segmentation",
14883 "util",
14884 "zlog",
14885 "ztracing",
14886]
14887
14888[[package]]
14889name = "roxmltree"
14890version = "0.20.0"
14891source = "registry+https://github.com/rust-lang/crates.io-index"
14892checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14893
14894[[package]]
14895name = "rpassword"
14896version = "7.4.0"
14897source = "registry+https://github.com/rust-lang/crates.io-index"
14898checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14899dependencies = [
14900 "libc",
14901 "rtoolbox",
14902 "windows-sys 0.59.0",
14903]
14904
14905[[package]]
14906name = "rpc"
14907version = "0.1.0"
14908dependencies = [
14909 "anyhow",
14910 "async-tungstenite",
14911 "base64 0.22.1",
14912 "collections",
14913 "futures 0.3.32",
14914 "gpui",
14915 "parking_lot",
14916 "proto",
14917 "rand 0.9.3",
14918 "rsa",
14919 "serde",
14920 "serde_json",
14921 "sha2",
14922 "strum 0.27.2",
14923 "tracing",
14924 "util",
14925 "zlog",
14926 "zstd",
14927]
14928
14929[[package]]
14930name = "rsa"
14931version = "0.9.10"
14932source = "registry+https://github.com/rust-lang/crates.io-index"
14933checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14934dependencies = [
14935 "const-oid",
14936 "digest",
14937 "num-bigint-dig 0.8.6",
14938 "num-integer",
14939 "num-traits",
14940 "pkcs1",
14941 "pkcs8 0.10.2",
14942 "rand_core 0.6.4",
14943 "signature 2.2.0",
14944 "spki 0.7.3",
14945 "subtle",
14946 "zeroize",
14947]
14948
14949[[package]]
14950name = "rtoolbox"
14951version = "0.0.3"
14952source = "registry+https://github.com/rust-lang/crates.io-index"
14953checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14954dependencies = [
14955 "libc",
14956 "windows-sys 0.52.0",
14957]
14958
14959[[package]]
14960name = "rtrb"
14961version = "0.3.2"
14962source = "registry+https://github.com/rust-lang/crates.io-index"
14963checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14964
14965[[package]]
14966name = "rules_library"
14967version = "0.1.0"
14968dependencies = [
14969 "anyhow",
14970 "collections",
14971 "editor",
14972 "gpui",
14973 "language",
14974 "language_model",
14975 "log",
14976 "menu",
14977 "picker",
14978 "platform_title_bar",
14979 "prompt_store",
14980 "release_channel",
14981 "rope",
14982 "serde",
14983 "settings",
14984 "theme_settings",
14985 "ui",
14986 "ui_input",
14987 "util",
14988 "workspace",
14989 "zed_actions",
14990]
14991
14992[[package]]
14993name = "runtimelib"
14994version = "1.4.0"
14995source = "registry+https://github.com/rust-lang/crates.io-index"
14996checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14997dependencies = [
14998 "async-dispatcher",
14999 "async-std",
15000 "aws-lc-rs",
15001 "base64 0.22.1",
15002 "bytes 1.11.1",
15003 "chrono",
15004 "data-encoding",
15005 "dirs",
15006 "futures 0.3.32",
15007 "glob",
15008 "jupyter-protocol",
15009 "serde",
15010 "serde_json",
15011 "shellexpand",
15012 "smol",
15013 "thiserror 2.0.17",
15014 "uuid",
15015 "zeromq",
15016]
15017
15018[[package]]
15019name = "rust-embed"
15020version = "8.11.0"
15021source = "registry+https://github.com/rust-lang/crates.io-index"
15022checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15023dependencies = [
15024 "rust-embed-impl",
15025 "rust-embed-utils",
15026 "walkdir",
15027]
15028
15029[[package]]
15030name = "rust-embed-impl"
15031version = "8.11.0"
15032source = "registry+https://github.com/rust-lang/crates.io-index"
15033checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15034dependencies = [
15035 "proc-macro2",
15036 "quote",
15037 "rust-embed-utils",
15038 "syn 2.0.117",
15039 "walkdir",
15040]
15041
15042[[package]]
15043name = "rust-embed-utils"
15044version = "8.11.0"
15045source = "registry+https://github.com/rust-lang/crates.io-index"
15046checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15047dependencies = [
15048 "globset",
15049 "sha2",
15050 "walkdir",
15051]
15052
15053[[package]]
15054name = "rust_decimal"
15055version = "1.39.0"
15056source = "registry+https://github.com/rust-lang/crates.io-index"
15057checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15058dependencies = [
15059 "arrayvec",
15060 "borsh",
15061 "bytes 1.11.1",
15062 "num-traits",
15063 "rand 0.8.5",
15064 "rkyv",
15065 "serde",
15066 "serde_json",
15067]
15068
15069[[package]]
15070name = "rustc-demangle"
15071version = "0.1.26"
15072source = "registry+https://github.com/rust-lang/crates.io-index"
15073checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15074
15075[[package]]
15076name = "rustc-hash"
15077version = "1.1.0"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15080
15081[[package]]
15082name = "rustc-hash"
15083version = "2.1.1"
15084source = "registry+https://github.com/rust-lang/crates.io-index"
15085checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15086
15087[[package]]
15088name = "rustc_version"
15089version = "0.4.1"
15090source = "registry+https://github.com/rust-lang/crates.io-index"
15091checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15092dependencies = [
15093 "semver",
15094]
15095
15096[[package]]
15097name = "rustfft"
15098version = "6.4.1"
15099source = "registry+https://github.com/rust-lang/crates.io-index"
15100checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15101dependencies = [
15102 "num-complex",
15103 "num-integer",
15104 "num-traits",
15105 "primal-check",
15106 "strength_reduce",
15107 "transpose",
15108]
15109
15110[[package]]
15111name = "rustix"
15112version = "0.38.44"
15113source = "registry+https://github.com/rust-lang/crates.io-index"
15114checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15115dependencies = [
15116 "bitflags 2.10.0",
15117 "errno 0.3.14",
15118 "libc",
15119 "linux-raw-sys 0.4.15",
15120 "windows-sys 0.59.0",
15121]
15122
15123[[package]]
15124name = "rustix"
15125version = "1.1.2"
15126source = "registry+https://github.com/rust-lang/crates.io-index"
15127checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15128dependencies = [
15129 "bitflags 2.10.0",
15130 "errno 0.3.14",
15131 "libc",
15132 "linux-raw-sys 0.11.0",
15133 "windows-sys 0.61.2",
15134]
15135
15136[[package]]
15137name = "rustix-linux-procfs"
15138version = "0.1.1"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15141dependencies = [
15142 "once_cell",
15143 "rustix 1.1.2",
15144]
15145
15146[[package]]
15147name = "rustix-openpty"
15148version = "0.2.0"
15149source = "registry+https://github.com/rust-lang/crates.io-index"
15150checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15151dependencies = [
15152 "errno 0.3.14",
15153 "libc",
15154 "rustix 1.1.2",
15155]
15156
15157[[package]]
15158name = "rustls"
15159version = "0.21.12"
15160source = "registry+https://github.com/rust-lang/crates.io-index"
15161checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15162dependencies = [
15163 "log",
15164 "ring",
15165 "rustls-webpki 0.101.7",
15166 "sct",
15167]
15168
15169[[package]]
15170name = "rustls"
15171version = "0.23.33"
15172source = "registry+https://github.com/rust-lang/crates.io-index"
15173checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15174dependencies = [
15175 "aws-lc-rs",
15176 "log",
15177 "once_cell",
15178 "ring",
15179 "rustls-pki-types",
15180 "rustls-webpki 0.103.7",
15181 "subtle",
15182 "zeroize",
15183]
15184
15185[[package]]
15186name = "rustls-native-certs"
15187version = "0.6.3"
15188source = "registry+https://github.com/rust-lang/crates.io-index"
15189checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15190dependencies = [
15191 "openssl-probe",
15192 "rustls-pemfile 1.0.4",
15193 "schannel",
15194 "security-framework 2.11.1",
15195]
15196
15197[[package]]
15198name = "rustls-native-certs"
15199version = "0.8.2"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15202dependencies = [
15203 "openssl-probe",
15204 "rustls-pki-types",
15205 "schannel",
15206 "security-framework 3.5.1",
15207]
15208
15209[[package]]
15210name = "rustls-pemfile"
15211version = "1.0.4"
15212source = "registry+https://github.com/rust-lang/crates.io-index"
15213checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15214dependencies = [
15215 "base64 0.21.7",
15216]
15217
15218[[package]]
15219name = "rustls-pemfile"
15220version = "2.2.0"
15221source = "registry+https://github.com/rust-lang/crates.io-index"
15222checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15223dependencies = [
15224 "rustls-pki-types",
15225]
15226
15227[[package]]
15228name = "rustls-pki-types"
15229version = "1.12.0"
15230source = "registry+https://github.com/rust-lang/crates.io-index"
15231checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15232dependencies = [
15233 "web-time",
15234 "zeroize",
15235]
15236
15237[[package]]
15238name = "rustls-platform-verifier"
15239version = "0.5.3"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15242dependencies = [
15243 "core-foundation 0.10.0",
15244 "core-foundation-sys",
15245 "jni",
15246 "log",
15247 "once_cell",
15248 "rustls 0.23.33",
15249 "rustls-native-certs 0.8.2",
15250 "rustls-platform-verifier-android",
15251 "rustls-webpki 0.103.7",
15252 "security-framework 3.5.1",
15253 "security-framework-sys",
15254 "webpki-root-certs",
15255 "windows-sys 0.59.0",
15256]
15257
15258[[package]]
15259name = "rustls-platform-verifier-android"
15260version = "0.1.1"
15261source = "registry+https://github.com/rust-lang/crates.io-index"
15262checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15263
15264[[package]]
15265name = "rustls-webpki"
15266version = "0.101.7"
15267source = "registry+https://github.com/rust-lang/crates.io-index"
15268checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15269dependencies = [
15270 "ring",
15271 "untrusted 0.9.0",
15272]
15273
15274[[package]]
15275name = "rustls-webpki"
15276version = "0.103.7"
15277source = "registry+https://github.com/rust-lang/crates.io-index"
15278checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15279dependencies = [
15280 "aws-lc-rs",
15281 "ring",
15282 "rustls-pki-types",
15283 "untrusted 0.9.0",
15284]
15285
15286[[package]]
15287name = "rustversion"
15288version = "1.0.22"
15289source = "registry+https://github.com/rust-lang/crates.io-index"
15290checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15291
15292[[package]]
15293name = "rusty-fork"
15294version = "0.3.1"
15295source = "registry+https://github.com/rust-lang/crates.io-index"
15296checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15297dependencies = [
15298 "fnv",
15299 "quick-error 1.2.3",
15300 "tempfile",
15301 "wait-timeout",
15302]
15303
15304[[package]]
15305name = "rustybuzz"
15306version = "0.20.1"
15307source = "registry+https://github.com/rust-lang/crates.io-index"
15308checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15309dependencies = [
15310 "bitflags 2.10.0",
15311 "bytemuck",
15312 "core_maths",
15313 "log",
15314 "smallvec",
15315 "ttf-parser 0.25.1",
15316 "unicode-bidi-mirroring",
15317 "unicode-ccc",
15318 "unicode-properties",
15319 "unicode-script",
15320]
15321
15322[[package]]
15323name = "ryu"
15324version = "1.0.20"
15325source = "registry+https://github.com/rust-lang/crates.io-index"
15326checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15327
15328[[package]]
15329name = "saa"
15330version = "5.4.9"
15331source = "registry+https://github.com/rust-lang/crates.io-index"
15332checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15333
15334[[package]]
15335name = "safetensors"
15336version = "0.4.5"
15337source = "registry+https://github.com/rust-lang/crates.io-index"
15338checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15339dependencies = [
15340 "serde",
15341 "serde_json",
15342]
15343
15344[[package]]
15345name = "same-file"
15346version = "1.0.6"
15347source = "registry+https://github.com/rust-lang/crates.io-index"
15348checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15349dependencies = [
15350 "winapi-util",
15351]
15352
15353[[package]]
15354name = "scc"
15355version = "3.5.6"
15356source = "registry+https://github.com/rust-lang/crates.io-index"
15357checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15358dependencies = [
15359 "saa",
15360 "sdd",
15361]
15362
15363[[package]]
15364name = "schannel"
15365version = "0.1.28"
15366source = "registry+https://github.com/rust-lang/crates.io-index"
15367checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15368dependencies = [
15369 "windows-sys 0.61.2",
15370]
15371
15372[[package]]
15373name = "scheduler"
15374version = "0.1.0"
15375dependencies = [
15376 "async-task",
15377 "backtrace",
15378 "chrono",
15379 "flume",
15380 "futures 0.3.32",
15381 "parking_lot",
15382 "rand 0.9.3",
15383 "web-time",
15384]
15385
15386[[package]]
15387name = "schema_generator"
15388version = "0.1.0"
15389dependencies = [
15390 "anyhow",
15391 "clap",
15392 "env_logger 0.11.8",
15393 "schemars",
15394 "serde",
15395 "serde_json",
15396 "settings",
15397 "theme",
15398 "theme_settings",
15399]
15400
15401[[package]]
15402name = "schemars"
15403version = "1.0.4"
15404source = "registry+https://github.com/rust-lang/crates.io-index"
15405checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15406dependencies = [
15407 "dyn-clone",
15408 "indexmap",
15409 "ref-cast",
15410 "schemars_derive",
15411 "serde",
15412 "serde_json",
15413]
15414
15415[[package]]
15416name = "schemars_derive"
15417version = "1.0.4"
15418source = "registry+https://github.com/rust-lang/crates.io-index"
15419checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15420dependencies = [
15421 "proc-macro2",
15422 "quote",
15423 "serde_derive_internals",
15424 "syn 2.0.117",
15425]
15426
15427[[package]]
15428name = "scoped-tls"
15429version = "1.0.1"
15430source = "registry+https://github.com/rust-lang/crates.io-index"
15431checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15432
15433[[package]]
15434name = "scopeguard"
15435version = "1.2.0"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15438
15439[[package]]
15440name = "scratch"
15441version = "1.0.9"
15442source = "registry+https://github.com/rust-lang/crates.io-index"
15443checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15444
15445[[package]]
15446name = "screencapturekit"
15447version = "0.2.8"
15448source = "registry+https://github.com/rust-lang/crates.io-index"
15449checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15450dependencies = [
15451 "screencapturekit-sys",
15452]
15453
15454[[package]]
15455name = "screencapturekit-sys"
15456version = "0.2.8"
15457source = "registry+https://github.com/rust-lang/crates.io-index"
15458checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15459dependencies = [
15460 "block",
15461 "dispatch",
15462 "objc",
15463 "objc-foundation",
15464 "objc_id",
15465 "once_cell",
15466]
15467
15468[[package]]
15469name = "scroll"
15470version = "0.12.0"
15471source = "registry+https://github.com/rust-lang/crates.io-index"
15472checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15473dependencies = [
15474 "scroll_derive",
15475]
15476
15477[[package]]
15478name = "scroll_derive"
15479version = "0.12.1"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15482dependencies = [
15483 "proc-macro2",
15484 "quote",
15485 "syn 2.0.117",
15486]
15487
15488[[package]]
15489name = "sct"
15490version = "0.7.1"
15491source = "registry+https://github.com/rust-lang/crates.io-index"
15492checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15493dependencies = [
15494 "ring",
15495 "untrusted 0.9.0",
15496]
15497
15498[[package]]
15499name = "sdd"
15500version = "4.6.2"
15501source = "registry+https://github.com/rust-lang/crates.io-index"
15502checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15503
15504[[package]]
15505name = "sea-bae"
15506version = "0.2.1"
15507source = "registry+https://github.com/rust-lang/crates.io-index"
15508checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15509dependencies = [
15510 "heck 0.4.1",
15511 "proc-macro-error2",
15512 "proc-macro2",
15513 "quote",
15514 "syn 2.0.117",
15515]
15516
15517[[package]]
15518name = "sea-orm"
15519version = "1.1.10"
15520source = "registry+https://github.com/rust-lang/crates.io-index"
15521checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15522dependencies = [
15523 "async-stream",
15524 "async-trait",
15525 "bigdecimal",
15526 "chrono",
15527 "futures-util",
15528 "log",
15529 "ouroboros",
15530 "pgvector",
15531 "rust_decimal",
15532 "sea-orm-macros",
15533 "sea-query",
15534 "sea-query-binder",
15535 "serde",
15536 "serde_json",
15537 "sqlx",
15538 "strum 0.26.3",
15539 "thiserror 2.0.17",
15540 "time",
15541 "tracing",
15542 "url",
15543 "uuid",
15544]
15545
15546[[package]]
15547name = "sea-orm-macros"
15548version = "1.1.10"
15549source = "registry+https://github.com/rust-lang/crates.io-index"
15550checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15551dependencies = [
15552 "heck 0.4.1",
15553 "proc-macro2",
15554 "quote",
15555 "sea-bae",
15556 "syn 2.0.117",
15557 "unicode-ident",
15558]
15559
15560[[package]]
15561name = "sea-query"
15562version = "0.32.7"
15563source = "registry+https://github.com/rust-lang/crates.io-index"
15564checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15565dependencies = [
15566 "bigdecimal",
15567 "chrono",
15568 "inherent",
15569 "ordered-float 4.6.0",
15570 "rust_decimal",
15571 "serde_json",
15572 "time",
15573 "uuid",
15574]
15575
15576[[package]]
15577name = "sea-query-binder"
15578version = "0.7.0"
15579source = "registry+https://github.com/rust-lang/crates.io-index"
15580checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15581dependencies = [
15582 "bigdecimal",
15583 "chrono",
15584 "rust_decimal",
15585 "sea-query",
15586 "serde_json",
15587 "sqlx",
15588 "time",
15589 "uuid",
15590]
15591
15592[[package]]
15593name = "seahash"
15594version = "4.1.0"
15595source = "registry+https://github.com/rust-lang/crates.io-index"
15596checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15597
15598[[package]]
15599name = "search"
15600version = "0.1.0"
15601dependencies = [
15602 "any_vec",
15603 "anyhow",
15604 "bitflags 2.10.0",
15605 "collections",
15606 "editor",
15607 "fs",
15608 "futures 0.3.32",
15609 "gpui",
15610 "itertools 0.14.0",
15611 "language",
15612 "lsp",
15613 "menu",
15614 "multi_buffer",
15615 "pretty_assertions",
15616 "project",
15617 "serde",
15618 "serde_json",
15619 "settings",
15620 "smol",
15621 "theme",
15622 "theme_settings",
15623 "tracing",
15624 "ui",
15625 "unindent",
15626 "util",
15627 "util_macros",
15628 "workspace",
15629 "zed_actions",
15630 "ztracing",
15631]
15632
15633[[package]]
15634name = "sec1"
15635version = "0.3.0"
15636source = "registry+https://github.com/rust-lang/crates.io-index"
15637checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15638dependencies = [
15639 "base16ct",
15640 "der 0.6.1",
15641 "generic-array",
15642 "pkcs8 0.9.0",
15643 "subtle",
15644 "zeroize",
15645]
15646
15647[[package]]
15648name = "secrecy"
15649version = "0.10.3"
15650source = "registry+https://github.com/rust-lang/crates.io-index"
15651checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15652dependencies = [
15653 "zeroize",
15654]
15655
15656[[package]]
15657name = "security-framework"
15658version = "2.11.1"
15659source = "registry+https://github.com/rust-lang/crates.io-index"
15660checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15661dependencies = [
15662 "bitflags 2.10.0",
15663 "core-foundation 0.9.4",
15664 "core-foundation-sys",
15665 "libc",
15666 "security-framework-sys",
15667]
15668
15669[[package]]
15670name = "security-framework"
15671version = "3.5.1"
15672source = "registry+https://github.com/rust-lang/crates.io-index"
15673checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15674dependencies = [
15675 "bitflags 2.10.0",
15676 "core-foundation 0.10.0",
15677 "core-foundation-sys",
15678 "libc",
15679 "security-framework-sys",
15680]
15681
15682[[package]]
15683name = "security-framework-sys"
15684version = "2.15.0"
15685source = "registry+https://github.com/rust-lang/crates.io-index"
15686checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15687dependencies = [
15688 "core-foundation-sys",
15689 "libc",
15690]
15691
15692[[package]]
15693name = "self_cell"
15694version = "1.2.2"
15695source = "registry+https://github.com/rust-lang/crates.io-index"
15696checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15697
15698[[package]]
15699name = "semver"
15700version = "1.0.27"
15701source = "registry+https://github.com/rust-lang/crates.io-index"
15702checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15703dependencies = [
15704 "serde",
15705 "serde_core",
15706]
15707
15708[[package]]
15709name = "seq-macro"
15710version = "0.3.6"
15711source = "registry+https://github.com/rust-lang/crates.io-index"
15712checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15713
15714[[package]]
15715name = "serde"
15716version = "1.0.228"
15717source = "registry+https://github.com/rust-lang/crates.io-index"
15718checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15719dependencies = [
15720 "serde_core",
15721 "serde_derive",
15722]
15723
15724[[package]]
15725name = "serde_bytes"
15726version = "0.11.19"
15727source = "registry+https://github.com/rust-lang/crates.io-index"
15728checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15729dependencies = [
15730 "serde",
15731 "serde_core",
15732]
15733
15734[[package]]
15735name = "serde_core"
15736version = "1.0.228"
15737source = "registry+https://github.com/rust-lang/crates.io-index"
15738checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15739dependencies = [
15740 "serde_derive",
15741]
15742
15743[[package]]
15744name = "serde_derive"
15745version = "1.0.228"
15746source = "registry+https://github.com/rust-lang/crates.io-index"
15747checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15748dependencies = [
15749 "proc-macro2",
15750 "quote",
15751 "syn 2.0.117",
15752]
15753
15754[[package]]
15755name = "serde_derive_internals"
15756version = "0.29.1"
15757source = "registry+https://github.com/rust-lang/crates.io-index"
15758checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15759dependencies = [
15760 "proc-macro2",
15761 "quote",
15762 "syn 2.0.117",
15763]
15764
15765[[package]]
15766name = "serde_fmt"
15767version = "1.0.3"
15768source = "registry+https://github.com/rust-lang/crates.io-index"
15769checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15770dependencies = [
15771 "serde",
15772]
15773
15774[[package]]
15775name = "serde_json"
15776version = "1.0.145"
15777source = "registry+https://github.com/rust-lang/crates.io-index"
15778checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15779dependencies = [
15780 "indexmap",
15781 "itoa",
15782 "memchr",
15783 "ryu",
15784 "serde",
15785 "serde_core",
15786]
15787
15788[[package]]
15789name = "serde_json_lenient"
15790version = "0.2.4"
15791source = "registry+https://github.com/rust-lang/crates.io-index"
15792checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15793dependencies = [
15794 "indexmap",
15795 "itoa",
15796 "memchr",
15797 "ryu",
15798 "serde",
15799]
15800
15801[[package]]
15802name = "serde_path_to_error"
15803version = "0.1.20"
15804source = "registry+https://github.com/rust-lang/crates.io-index"
15805checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15806dependencies = [
15807 "itoa",
15808 "serde",
15809 "serde_core",
15810]
15811
15812[[package]]
15813name = "serde_repr"
15814version = "0.1.20"
15815source = "registry+https://github.com/rust-lang/crates.io-index"
15816checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15817dependencies = [
15818 "proc-macro2",
15819 "quote",
15820 "syn 2.0.117",
15821]
15822
15823[[package]]
15824name = "serde_spanned"
15825version = "0.6.9"
15826source = "registry+https://github.com/rust-lang/crates.io-index"
15827checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15828dependencies = [
15829 "serde",
15830]
15831
15832[[package]]
15833name = "serde_spanned"
15834version = "1.0.3"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15837dependencies = [
15838 "serde_core",
15839]
15840
15841[[package]]
15842name = "serde_urlencoded"
15843version = "0.7.1"
15844source = "registry+https://github.com/rust-lang/crates.io-index"
15845checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15846dependencies = [
15847 "form_urlencoded",
15848 "itoa",
15849 "ryu",
15850 "serde",
15851]
15852
15853[[package]]
15854name = "serde_yaml"
15855version = "0.9.34+deprecated"
15856source = "registry+https://github.com/rust-lang/crates.io-index"
15857checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15858dependencies = [
15859 "indexmap",
15860 "itoa",
15861 "ryu",
15862 "serde",
15863 "unsafe-libyaml",
15864]
15865
15866[[package]]
15867name = "serial2"
15868version = "0.2.33"
15869source = "registry+https://github.com/rust-lang/crates.io-index"
15870checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15871dependencies = [
15872 "cfg-if",
15873 "libc",
15874 "winapi",
15875]
15876
15877[[package]]
15878name = "session"
15879version = "0.1.0"
15880dependencies = [
15881 "db",
15882 "gpui",
15883 "serde_json",
15884 "util",
15885 "uuid",
15886]
15887
15888[[package]]
15889name = "settings"
15890version = "0.1.0"
15891dependencies = [
15892 "anyhow",
15893 "collections",
15894 "ec4rs",
15895 "fs",
15896 "futures 0.3.32",
15897 "gpui",
15898 "indoc",
15899 "inventory",
15900 "log",
15901 "migrator",
15902 "paths",
15903 "pretty_assertions",
15904 "release_channel",
15905 "rust-embed",
15906 "schemars",
15907 "serde",
15908 "serde_json",
15909 "serde_json_lenient",
15910 "settings_content",
15911 "settings_json",
15912 "settings_macros",
15913 "smallvec",
15914 "unindent",
15915 "util",
15916 "zlog",
15917]
15918
15919[[package]]
15920name = "settings_content"
15921version = "0.1.0"
15922dependencies = [
15923 "anyhow",
15924 "collections",
15925 "derive_more",
15926 "gpui",
15927 "language_model_core",
15928 "log",
15929 "schemars",
15930 "serde",
15931 "serde_json",
15932 "serde_json_lenient",
15933 "settings_json",
15934 "settings_macros",
15935 "strum 0.27.2",
15936 "util",
15937]
15938
15939[[package]]
15940name = "settings_json"
15941version = "0.1.0"
15942dependencies = [
15943 "anyhow",
15944 "pretty_assertions",
15945 "serde",
15946 "serde_json",
15947 "serde_json_lenient",
15948 "serde_path_to_error",
15949 "tree-sitter",
15950 "tree-sitter-json",
15951 "unindent",
15952 "util",
15953]
15954
15955[[package]]
15956name = "settings_macros"
15957version = "0.1.0"
15958dependencies = [
15959 "quote",
15960 "settings",
15961 "syn 2.0.117",
15962]
15963
15964[[package]]
15965name = "settings_profile_selector"
15966version = "0.1.0"
15967dependencies = [
15968 "editor",
15969 "fuzzy",
15970 "gpui",
15971 "menu",
15972 "picker",
15973 "project",
15974 "serde_json",
15975 "settings",
15976 "theme",
15977 "theme_settings",
15978 "ui",
15979 "workspace",
15980 "zed_actions",
15981]
15982
15983[[package]]
15984name = "settings_ui"
15985version = "0.1.0"
15986dependencies = [
15987 "agent",
15988 "agent_settings",
15989 "anyhow",
15990 "audio",
15991 "codestral",
15992 "component",
15993 "copilot",
15994 "copilot_ui",
15995 "cpal",
15996 "edit_prediction",
15997 "edit_prediction_ui",
15998 "editor",
15999 "feature_flags",
16000 "fs",
16001 "futures 0.3.32",
16002 "fuzzy",
16003 "gpui",
16004 "heck 0.5.0",
16005 "itertools 0.14.0",
16006 "language",
16007 "log",
16008 "menu",
16009 "paths",
16010 "picker",
16011 "platform_title_bar",
16012 "pretty_assertions",
16013 "project",
16014 "regex",
16015 "release_channel",
16016 "rodio",
16017 "schemars",
16018 "search",
16019 "serde",
16020 "serde_json",
16021 "settings",
16022 "shell_command_parser",
16023 "strum 0.27.2",
16024 "telemetry",
16025 "theme",
16026 "theme_settings",
16027 "title_bar",
16028 "ui",
16029 "util",
16030 "workspace",
16031 "zed_actions",
16032 "zed_credentials_provider",
16033]
16034
16035[[package]]
16036name = "sha-1"
16037version = "0.10.1"
16038source = "registry+https://github.com/rust-lang/crates.io-index"
16039checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16040dependencies = [
16041 "cfg-if",
16042 "cpufeatures",
16043 "digest",
16044]
16045
16046[[package]]
16047name = "sha1"
16048version = "0.10.6"
16049source = "registry+https://github.com/rust-lang/crates.io-index"
16050checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16051dependencies = [
16052 "cfg-if",
16053 "cpufeatures",
16054 "digest",
16055]
16056
16057[[package]]
16058name = "sha1_smol"
16059version = "1.0.1"
16060source = "registry+https://github.com/rust-lang/crates.io-index"
16061checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16062
16063[[package]]
16064name = "sha2"
16065version = "0.10.9"
16066source = "registry+https://github.com/rust-lang/crates.io-index"
16067checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16068dependencies = [
16069 "cfg-if",
16070 "cpufeatures",
16071 "digest",
16072]
16073
16074[[package]]
16075name = "sharded-slab"
16076version = "0.1.7"
16077source = "registry+https://github.com/rust-lang/crates.io-index"
16078checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16079dependencies = [
16080 "lazy_static",
16081]
16082
16083[[package]]
16084name = "shared_library"
16085version = "0.1.9"
16086source = "registry+https://github.com/rust-lang/crates.io-index"
16087checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16088dependencies = [
16089 "lazy_static",
16090 "libc",
16091]
16092
16093[[package]]
16094name = "shell-words"
16095version = "1.1.0"
16096source = "registry+https://github.com/rust-lang/crates.io-index"
16097checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16098
16099[[package]]
16100name = "shell_command_parser"
16101version = "0.1.0"
16102dependencies = [
16103 "brush-parser",
16104]
16105
16106[[package]]
16107name = "shellexpand"
16108version = "3.1.1"
16109source = "registry+https://github.com/rust-lang/crates.io-index"
16110checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16111dependencies = [
16112 "dirs",
16113]
16114
16115[[package]]
16116name = "shingles"
16117version = "0.1.1"
16118source = "registry+https://github.com/rust-lang/crates.io-index"
16119checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16120
16121[[package]]
16122name = "shlex"
16123version = "1.3.0"
16124source = "registry+https://github.com/rust-lang/crates.io-index"
16125checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16126
16127[[package]]
16128name = "sidebar"
16129version = "0.1.0"
16130dependencies = [
16131 "acp_thread",
16132 "action_log",
16133 "agent",
16134 "agent-client-protocol",
16135 "agent_settings",
16136 "agent_ui",
16137 "anyhow",
16138 "chrono",
16139 "client",
16140 "clock",
16141 "db",
16142 "editor",
16143 "extension",
16144 "feature_flags",
16145 "fs",
16146 "git",
16147 "gpui",
16148 "http_client",
16149 "language",
16150 "language_model",
16151 "log",
16152 "menu",
16153 "node_runtime",
16154 "platform_title_bar",
16155 "pretty_assertions",
16156 "project",
16157 "prompt_store",
16158 "recent_projects",
16159 "release_channel",
16160 "remote",
16161 "remote_connection",
16162 "remote_server",
16163 "semver",
16164 "serde",
16165 "serde_json",
16166 "settings",
16167 "smol",
16168 "telemetry",
16169 "theme",
16170 "theme_settings",
16171 "ui",
16172 "util",
16173 "workspace",
16174 "zed_actions",
16175]
16176
16177[[package]]
16178name = "signal-hook"
16179version = "0.3.18"
16180source = "registry+https://github.com/rust-lang/crates.io-index"
16181checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16182dependencies = [
16183 "libc",
16184 "signal-hook-registry",
16185]
16186
16187[[package]]
16188name = "signal-hook-registry"
16189version = "1.4.6"
16190source = "registry+https://github.com/rust-lang/crates.io-index"
16191checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16192dependencies = [
16193 "libc",
16194]
16195
16196[[package]]
16197name = "signature"
16198version = "1.6.4"
16199source = "registry+https://github.com/rust-lang/crates.io-index"
16200checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16201dependencies = [
16202 "digest",
16203 "rand_core 0.6.4",
16204]
16205
16206[[package]]
16207name = "signature"
16208version = "2.2.0"
16209source = "registry+https://github.com/rust-lang/crates.io-index"
16210checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16211dependencies = [
16212 "digest",
16213 "rand_core 0.6.4",
16214]
16215
16216[[package]]
16217name = "simd-adler32"
16218version = "0.3.7"
16219source = "registry+https://github.com/rust-lang/crates.io-index"
16220checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16221
16222[[package]]
16223name = "simd_helpers"
16224version = "0.1.0"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16227dependencies = [
16228 "quote",
16229]
16230
16231[[package]]
16232name = "simdutf8"
16233version = "0.1.5"
16234source = "registry+https://github.com/rust-lang/crates.io-index"
16235checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16236
16237[[package]]
16238name = "similar"
16239version = "2.7.0"
16240source = "registry+https://github.com/rust-lang/crates.io-index"
16241checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16242
16243[[package]]
16244name = "simple_asn1"
16245version = "0.6.3"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16248dependencies = [
16249 "num-bigint",
16250 "num-traits",
16251 "thiserror 2.0.17",
16252 "time",
16253]
16254
16255[[package]]
16256name = "simplecss"
16257version = "0.2.2"
16258source = "registry+https://github.com/rust-lang/crates.io-index"
16259checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16260dependencies = [
16261 "log",
16262]
16263
16264[[package]]
16265name = "simplelog"
16266version = "0.12.2"
16267source = "registry+https://github.com/rust-lang/crates.io-index"
16268checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16269dependencies = [
16270 "log",
16271 "termcolor",
16272 "time",
16273]
16274
16275[[package]]
16276name = "siphasher"
16277version = "0.3.11"
16278source = "registry+https://github.com/rust-lang/crates.io-index"
16279checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16280
16281[[package]]
16282name = "siphasher"
16283version = "1.0.1"
16284source = "registry+https://github.com/rust-lang/crates.io-index"
16285checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16286
16287[[package]]
16288name = "skrifa"
16289version = "0.37.0"
16290source = "registry+https://github.com/rust-lang/crates.io-index"
16291checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16292dependencies = [
16293 "bytemuck",
16294 "read-fonts 0.35.0",
16295]
16296
16297[[package]]
16298name = "skrifa"
16299version = "0.40.0"
16300source = "registry+https://github.com/rust-lang/crates.io-index"
16301checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16302dependencies = [
16303 "bytemuck",
16304 "read-fonts 0.37.0",
16305]
16306
16307[[package]]
16308name = "slab"
16309version = "0.4.11"
16310source = "registry+https://github.com/rust-lang/crates.io-index"
16311checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16312
16313[[package]]
16314name = "slotmap"
16315version = "1.0.7"
16316source = "registry+https://github.com/rust-lang/crates.io-index"
16317checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16318dependencies = [
16319 "version_check",
16320]
16321
16322[[package]]
16323name = "smallvec"
16324version = "1.15.1"
16325source = "registry+https://github.com/rust-lang/crates.io-index"
16326checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16327dependencies = [
16328 "serde",
16329]
16330
16331[[package]]
16332name = "smart-default"
16333version = "0.7.1"
16334source = "registry+https://github.com/rust-lang/crates.io-index"
16335checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16336dependencies = [
16337 "proc-macro2",
16338 "quote",
16339 "syn 2.0.117",
16340]
16341
16342[[package]]
16343name = "smol"
16344version = "2.0.2"
16345source = "registry+https://github.com/rust-lang/crates.io-index"
16346checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16347dependencies = [
16348 "async-channel 2.5.0",
16349 "async-executor",
16350 "async-fs",
16351 "async-io",
16352 "async-lock 3.4.2",
16353 "async-net",
16354 "async-process",
16355 "blocking",
16356 "futures-lite 2.6.1",
16357]
16358
16359[[package]]
16360name = "smol_str"
16361version = "0.3.5"
16362source = "registry+https://github.com/rust-lang/crates.io-index"
16363checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16364
16365[[package]]
16366name = "snafu"
16367version = "0.8.9"
16368source = "registry+https://github.com/rust-lang/crates.io-index"
16369checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16370dependencies = [
16371 "snafu-derive",
16372]
16373
16374[[package]]
16375name = "snafu-derive"
16376version = "0.8.9"
16377source = "registry+https://github.com/rust-lang/crates.io-index"
16378checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16379dependencies = [
16380 "heck 0.5.0",
16381 "proc-macro2",
16382 "quote",
16383 "syn 2.0.117",
16384]
16385
16386[[package]]
16387name = "snippet"
16388version = "0.1.0"
16389dependencies = [
16390 "anyhow",
16391 "smallvec",
16392]
16393
16394[[package]]
16395name = "snippet_provider"
16396version = "0.1.0"
16397dependencies = [
16398 "anyhow",
16399 "collections",
16400 "extension",
16401 "fs",
16402 "futures 0.3.32",
16403 "gpui",
16404 "indoc",
16405 "parking_lot",
16406 "paths",
16407 "schemars",
16408 "serde",
16409 "serde_json",
16410 "serde_json_lenient",
16411 "snippet",
16412 "util",
16413]
16414
16415[[package]]
16416name = "snippets_ui"
16417version = "0.1.0"
16418dependencies = [
16419 "file_icons",
16420 "fuzzy",
16421 "gpui",
16422 "language",
16423 "open_path_prompt",
16424 "paths",
16425 "picker",
16426 "settings",
16427 "ui",
16428 "util",
16429 "workspace",
16430]
16431
16432[[package]]
16433name = "socket2"
16434version = "0.5.10"
16435source = "registry+https://github.com/rust-lang/crates.io-index"
16436checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16437dependencies = [
16438 "libc",
16439 "windows-sys 0.52.0",
16440]
16441
16442[[package]]
16443name = "socket2"
16444version = "0.6.1"
16445source = "registry+https://github.com/rust-lang/crates.io-index"
16446checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16447dependencies = [
16448 "libc",
16449 "windows-sys 0.60.2",
16450]
16451
16452[[package]]
16453name = "spdx"
16454version = "0.10.9"
16455source = "registry+https://github.com/rust-lang/crates.io-index"
16456checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16457dependencies = [
16458 "smallvec",
16459]
16460
16461[[package]]
16462name = "spin"
16463version = "0.9.8"
16464source = "registry+https://github.com/rust-lang/crates.io-index"
16465checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16466dependencies = [
16467 "lock_api",
16468]
16469
16470[[package]]
16471name = "spin"
16472version = "0.10.0"
16473source = "registry+https://github.com/rust-lang/crates.io-index"
16474checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16475dependencies = [
16476 "lock_api",
16477]
16478
16479[[package]]
16480name = "spirv"
16481version = "0.4.0+sdk-1.4.341.0"
16482source = "registry+https://github.com/rust-lang/crates.io-index"
16483checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16484dependencies = [
16485 "bitflags 2.10.0",
16486]
16487
16488[[package]]
16489name = "spki"
16490version = "0.6.0"
16491source = "registry+https://github.com/rust-lang/crates.io-index"
16492checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16493dependencies = [
16494 "base64ct",
16495 "der 0.6.1",
16496]
16497
16498[[package]]
16499name = "spki"
16500version = "0.7.3"
16501source = "registry+https://github.com/rust-lang/crates.io-index"
16502checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16503dependencies = [
16504 "base64ct",
16505 "der 0.7.10",
16506]
16507
16508[[package]]
16509name = "sqlez"
16510version = "0.1.0"
16511dependencies = [
16512 "anyhow",
16513 "collections",
16514 "futures 0.3.32",
16515 "indoc",
16516 "libsqlite3-sys",
16517 "log",
16518 "parking_lot",
16519 "smol",
16520 "sqlformat",
16521 "thread_local",
16522 "util",
16523 "uuid",
16524]
16525
16526[[package]]
16527name = "sqlez_macros"
16528version = "0.1.0"
16529dependencies = [
16530 "sqlez",
16531 "sqlformat",
16532 "syn 2.0.117",
16533]
16534
16535[[package]]
16536name = "sqlformat"
16537version = "0.2.6"
16538source = "registry+https://github.com/rust-lang/crates.io-index"
16539checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16540dependencies = [
16541 "nom 7.1.3",
16542 "unicode_categories",
16543]
16544
16545[[package]]
16546name = "sqlx"
16547version = "0.8.6"
16548source = "registry+https://github.com/rust-lang/crates.io-index"
16549checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16550dependencies = [
16551 "sqlx-core",
16552 "sqlx-macros",
16553 "sqlx-mysql",
16554 "sqlx-postgres",
16555 "sqlx-sqlite",
16556]
16557
16558[[package]]
16559name = "sqlx-core"
16560version = "0.8.6"
16561source = "registry+https://github.com/rust-lang/crates.io-index"
16562checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16563dependencies = [
16564 "base64 0.22.1",
16565 "bigdecimal",
16566 "bytes 1.11.1",
16567 "chrono",
16568 "crc",
16569 "crossbeam-queue",
16570 "either",
16571 "event-listener 5.4.1",
16572 "futures-core",
16573 "futures-intrusive",
16574 "futures-io",
16575 "futures-util",
16576 "hashbrown 0.15.5",
16577 "hashlink 0.10.0",
16578 "indexmap",
16579 "log",
16580 "memchr",
16581 "once_cell",
16582 "percent-encoding",
16583 "rust_decimal",
16584 "rustls 0.23.33",
16585 "serde",
16586 "serde_json",
16587 "sha2",
16588 "smallvec",
16589 "thiserror 2.0.17",
16590 "time",
16591 "tokio",
16592 "tokio-stream",
16593 "tracing",
16594 "url",
16595 "uuid",
16596 "webpki-roots",
16597]
16598
16599[[package]]
16600name = "sqlx-macros"
16601version = "0.8.6"
16602source = "registry+https://github.com/rust-lang/crates.io-index"
16603checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16604dependencies = [
16605 "proc-macro2",
16606 "quote",
16607 "sqlx-core",
16608 "sqlx-macros-core",
16609 "syn 2.0.117",
16610]
16611
16612[[package]]
16613name = "sqlx-macros-core"
16614version = "0.8.6"
16615source = "registry+https://github.com/rust-lang/crates.io-index"
16616checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16617dependencies = [
16618 "dotenvy",
16619 "either",
16620 "heck 0.5.0",
16621 "hex",
16622 "once_cell",
16623 "proc-macro2",
16624 "quote",
16625 "serde",
16626 "serde_json",
16627 "sha2",
16628 "sqlx-core",
16629 "sqlx-mysql",
16630 "sqlx-postgres",
16631 "sqlx-sqlite",
16632 "syn 2.0.117",
16633 "tokio",
16634 "url",
16635]
16636
16637[[package]]
16638name = "sqlx-mysql"
16639version = "0.8.6"
16640source = "registry+https://github.com/rust-lang/crates.io-index"
16641checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16642dependencies = [
16643 "atoi",
16644 "base64 0.22.1",
16645 "bigdecimal",
16646 "bitflags 2.10.0",
16647 "byteorder",
16648 "bytes 1.11.1",
16649 "chrono",
16650 "crc",
16651 "digest",
16652 "dotenvy",
16653 "either",
16654 "futures-channel",
16655 "futures-core",
16656 "futures-io",
16657 "futures-util",
16658 "generic-array",
16659 "hex",
16660 "hkdf",
16661 "hmac",
16662 "itoa",
16663 "log",
16664 "md-5",
16665 "memchr",
16666 "once_cell",
16667 "percent-encoding",
16668 "rand 0.8.5",
16669 "rsa",
16670 "rust_decimal",
16671 "serde",
16672 "sha1",
16673 "sha2",
16674 "smallvec",
16675 "sqlx-core",
16676 "stringprep",
16677 "thiserror 2.0.17",
16678 "time",
16679 "tracing",
16680 "uuid",
16681 "whoami",
16682]
16683
16684[[package]]
16685name = "sqlx-postgres"
16686version = "0.8.6"
16687source = "registry+https://github.com/rust-lang/crates.io-index"
16688checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16689dependencies = [
16690 "atoi",
16691 "base64 0.22.1",
16692 "bigdecimal",
16693 "bitflags 2.10.0",
16694 "byteorder",
16695 "chrono",
16696 "crc",
16697 "dotenvy",
16698 "etcetera",
16699 "futures-channel",
16700 "futures-core",
16701 "futures-util",
16702 "hex",
16703 "hkdf",
16704 "hmac",
16705 "home",
16706 "itoa",
16707 "log",
16708 "md-5",
16709 "memchr",
16710 "num-bigint",
16711 "once_cell",
16712 "rand 0.8.5",
16713 "rust_decimal",
16714 "serde",
16715 "serde_json",
16716 "sha2",
16717 "smallvec",
16718 "sqlx-core",
16719 "stringprep",
16720 "thiserror 2.0.17",
16721 "time",
16722 "tracing",
16723 "uuid",
16724 "whoami",
16725]
16726
16727[[package]]
16728name = "sqlx-sqlite"
16729version = "0.8.6"
16730source = "registry+https://github.com/rust-lang/crates.io-index"
16731checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16732dependencies = [
16733 "atoi",
16734 "chrono",
16735 "flume",
16736 "futures-channel",
16737 "futures-core",
16738 "futures-executor",
16739 "futures-intrusive",
16740 "futures-util",
16741 "libsqlite3-sys",
16742 "log",
16743 "percent-encoding",
16744 "serde",
16745 "serde_urlencoded",
16746 "sqlx-core",
16747 "thiserror 2.0.17",
16748 "time",
16749 "tracing",
16750 "url",
16751 "uuid",
16752]
16753
16754[[package]]
16755name = "stable_deref_trait"
16756version = "1.2.1"
16757source = "registry+https://github.com/rust-lang/crates.io-index"
16758checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16759
16760[[package]]
16761name = "stacker"
16762version = "0.1.23"
16763source = "registry+https://github.com/rust-lang/crates.io-index"
16764checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16765dependencies = [
16766 "cc",
16767 "cfg-if",
16768 "libc",
16769 "psm",
16770 "windows-sys 0.59.0",
16771]
16772
16773[[package]]
16774name = "stacksafe"
16775version = "0.1.4"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16778dependencies = [
16779 "stacker",
16780 "stacksafe-macro",
16781]
16782
16783[[package]]
16784name = "stacksafe-macro"
16785version = "0.1.4"
16786source = "registry+https://github.com/rust-lang/crates.io-index"
16787checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16788dependencies = [
16789 "proc-macro-error2",
16790 "quote",
16791 "syn 2.0.117",
16792]
16793
16794[[package]]
16795name = "static_assertions"
16796version = "1.1.0"
16797source = "registry+https://github.com/rust-lang/crates.io-index"
16798checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16799
16800[[package]]
16801name = "streaming-iterator"
16802version = "0.1.9"
16803source = "registry+https://github.com/rust-lang/crates.io-index"
16804checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16805
16806[[package]]
16807name = "streaming_diff"
16808version = "0.1.0"
16809dependencies = [
16810 "ordered-float 2.10.1",
16811 "rand 0.9.3",
16812 "rope",
16813 "util",
16814]
16815
16816[[package]]
16817name = "strength_reduce"
16818version = "0.2.4"
16819source = "registry+https://github.com/rust-lang/crates.io-index"
16820checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16821
16822[[package]]
16823name = "strict-num"
16824version = "0.1.1"
16825source = "registry+https://github.com/rust-lang/crates.io-index"
16826checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16827dependencies = [
16828 "float-cmp",
16829]
16830
16831[[package]]
16832name = "string_cache"
16833version = "0.8.9"
16834source = "registry+https://github.com/rust-lang/crates.io-index"
16835checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16836dependencies = [
16837 "new_debug_unreachable",
16838 "parking_lot",
16839 "phf_shared 0.11.3",
16840 "precomputed-hash",
16841 "serde",
16842]
16843
16844[[package]]
16845name = "string_cache_codegen"
16846version = "0.5.4"
16847source = "registry+https://github.com/rust-lang/crates.io-index"
16848checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16849dependencies = [
16850 "phf_generator 0.11.3",
16851 "phf_shared 0.11.3",
16852 "proc-macro2",
16853 "quote",
16854]
16855
16856[[package]]
16857name = "stringprep"
16858version = "0.1.5"
16859source = "registry+https://github.com/rust-lang/crates.io-index"
16860checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16861dependencies = [
16862 "unicode-bidi",
16863 "unicode-normalization",
16864 "unicode-properties",
16865]
16866
16867[[package]]
16868name = "strsim"
16869version = "0.11.1"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16872
16873[[package]]
16874name = "strum"
16875version = "0.26.3"
16876source = "registry+https://github.com/rust-lang/crates.io-index"
16877checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16878
16879[[package]]
16880name = "strum"
16881version = "0.27.2"
16882source = "registry+https://github.com/rust-lang/crates.io-index"
16883checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16884dependencies = [
16885 "strum_macros 0.27.2",
16886]
16887
16888[[package]]
16889name = "strum"
16890version = "0.28.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16893dependencies = [
16894 "strum_macros 0.28.0",
16895]
16896
16897[[package]]
16898name = "strum_macros"
16899version = "0.27.2"
16900source = "registry+https://github.com/rust-lang/crates.io-index"
16901checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16902dependencies = [
16903 "heck 0.5.0",
16904 "proc-macro2",
16905 "quote",
16906 "syn 2.0.117",
16907]
16908
16909[[package]]
16910name = "strum_macros"
16911version = "0.28.0"
16912source = "registry+https://github.com/rust-lang/crates.io-index"
16913checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16914dependencies = [
16915 "heck 0.5.0",
16916 "proc-macro2",
16917 "quote",
16918 "syn 2.0.117",
16919]
16920
16921[[package]]
16922name = "subtle"
16923version = "2.6.1"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16926
16927[[package]]
16928name = "sum_tree"
16929version = "0.1.0"
16930dependencies = [
16931 "ctor",
16932 "heapless",
16933 "log",
16934 "proptest",
16935 "rand 0.9.3",
16936 "rayon",
16937 "tracing",
16938 "zlog",
16939 "ztracing",
16940]
16941
16942[[package]]
16943name = "sval"
16944version = "2.15.0"
16945source = "registry+https://github.com/rust-lang/crates.io-index"
16946checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16947
16948[[package]]
16949name = "sval_buffer"
16950version = "2.15.0"
16951source = "registry+https://github.com/rust-lang/crates.io-index"
16952checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16953dependencies = [
16954 "sval",
16955 "sval_ref",
16956]
16957
16958[[package]]
16959name = "sval_dynamic"
16960version = "2.15.0"
16961source = "registry+https://github.com/rust-lang/crates.io-index"
16962checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16963dependencies = [
16964 "sval",
16965]
16966
16967[[package]]
16968name = "sval_fmt"
16969version = "2.15.0"
16970source = "registry+https://github.com/rust-lang/crates.io-index"
16971checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16972dependencies = [
16973 "itoa",
16974 "ryu",
16975 "sval",
16976]
16977
16978[[package]]
16979name = "sval_json"
16980version = "2.15.0"
16981source = "registry+https://github.com/rust-lang/crates.io-index"
16982checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16983dependencies = [
16984 "itoa",
16985 "ryu",
16986 "sval",
16987]
16988
16989[[package]]
16990name = "sval_nested"
16991version = "2.15.0"
16992source = "registry+https://github.com/rust-lang/crates.io-index"
16993checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16994dependencies = [
16995 "sval",
16996 "sval_buffer",
16997 "sval_ref",
16998]
16999
17000[[package]]
17001name = "sval_ref"
17002version = "2.15.0"
17003source = "registry+https://github.com/rust-lang/crates.io-index"
17004checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
17005dependencies = [
17006 "sval",
17007]
17008
17009[[package]]
17010name = "sval_serde"
17011version = "2.15.0"
17012source = "registry+https://github.com/rust-lang/crates.io-index"
17013checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17014dependencies = [
17015 "serde_core",
17016 "sval",
17017 "sval_nested",
17018]
17019
17020[[package]]
17021name = "svg_fmt"
17022version = "0.4.5"
17023source = "registry+https://github.com/rust-lang/crates.io-index"
17024checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17025
17026[[package]]
17027name = "svg_preview"
17028version = "0.1.0"
17029dependencies = [
17030 "file_icons",
17031 "gpui",
17032 "language",
17033 "multi_buffer",
17034 "ui",
17035 "workspace",
17036 "zed_actions",
17037]
17038
17039[[package]]
17040name = "svgtypes"
17041version = "0.15.3"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17044dependencies = [
17045 "kurbo",
17046 "siphasher 1.0.1",
17047]
17048
17049[[package]]
17050name = "swash"
17051version = "0.2.6"
17052source = "registry+https://github.com/rust-lang/crates.io-index"
17053checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17054dependencies = [
17055 "skrifa 0.37.0",
17056 "yazi",
17057 "zeno",
17058]
17059
17060[[package]]
17061name = "symphonia"
17062version = "0.5.5"
17063source = "registry+https://github.com/rust-lang/crates.io-index"
17064checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17065dependencies = [
17066 "lazy_static",
17067 "symphonia-bundle-flac",
17068 "symphonia-bundle-mp3",
17069 "symphonia-codec-aac",
17070 "symphonia-codec-pcm",
17071 "symphonia-codec-vorbis",
17072 "symphonia-core",
17073 "symphonia-format-isomp4",
17074 "symphonia-format-ogg",
17075 "symphonia-format-riff",
17076 "symphonia-metadata",
17077]
17078
17079[[package]]
17080name = "symphonia-bundle-flac"
17081version = "0.5.5"
17082source = "registry+https://github.com/rust-lang/crates.io-index"
17083checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17084dependencies = [
17085 "log",
17086 "symphonia-core",
17087 "symphonia-metadata",
17088 "symphonia-utils-xiph",
17089]
17090
17091[[package]]
17092name = "symphonia-bundle-mp3"
17093version = "0.5.5"
17094source = "registry+https://github.com/rust-lang/crates.io-index"
17095checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17096dependencies = [
17097 "lazy_static",
17098 "log",
17099 "symphonia-core",
17100 "symphonia-metadata",
17101]
17102
17103[[package]]
17104name = "symphonia-codec-aac"
17105version = "0.5.5"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17108dependencies = [
17109 "lazy_static",
17110 "log",
17111 "symphonia-core",
17112]
17113
17114[[package]]
17115name = "symphonia-codec-pcm"
17116version = "0.5.5"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17119dependencies = [
17120 "log",
17121 "symphonia-core",
17122]
17123
17124[[package]]
17125name = "symphonia-codec-vorbis"
17126version = "0.5.5"
17127source = "registry+https://github.com/rust-lang/crates.io-index"
17128checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17129dependencies = [
17130 "log",
17131 "symphonia-core",
17132 "symphonia-utils-xiph",
17133]
17134
17135[[package]]
17136name = "symphonia-core"
17137version = "0.5.5"
17138source = "registry+https://github.com/rust-lang/crates.io-index"
17139checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17140dependencies = [
17141 "arrayvec",
17142 "bitflags 1.3.2",
17143 "bytemuck",
17144 "lazy_static",
17145 "log",
17146]
17147
17148[[package]]
17149name = "symphonia-format-isomp4"
17150version = "0.5.5"
17151source = "registry+https://github.com/rust-lang/crates.io-index"
17152checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17153dependencies = [
17154 "encoding_rs",
17155 "log",
17156 "symphonia-core",
17157 "symphonia-metadata",
17158 "symphonia-utils-xiph",
17159]
17160
17161[[package]]
17162name = "symphonia-format-ogg"
17163version = "0.5.5"
17164source = "registry+https://github.com/rust-lang/crates.io-index"
17165checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17166dependencies = [
17167 "log",
17168 "symphonia-core",
17169 "symphonia-metadata",
17170 "symphonia-utils-xiph",
17171]
17172
17173[[package]]
17174name = "symphonia-format-riff"
17175version = "0.5.5"
17176source = "registry+https://github.com/rust-lang/crates.io-index"
17177checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17178dependencies = [
17179 "extended",
17180 "log",
17181 "symphonia-core",
17182 "symphonia-metadata",
17183]
17184
17185[[package]]
17186name = "symphonia-metadata"
17187version = "0.5.5"
17188source = "registry+https://github.com/rust-lang/crates.io-index"
17189checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17190dependencies = [
17191 "encoding_rs",
17192 "lazy_static",
17193 "log",
17194 "symphonia-core",
17195]
17196
17197[[package]]
17198name = "symphonia-utils-xiph"
17199version = "0.5.5"
17200source = "registry+https://github.com/rust-lang/crates.io-index"
17201checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17202dependencies = [
17203 "symphonia-core",
17204 "symphonia-metadata",
17205]
17206
17207[[package]]
17208name = "syn"
17209version = "1.0.109"
17210source = "registry+https://github.com/rust-lang/crates.io-index"
17211checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17212dependencies = [
17213 "proc-macro2",
17214 "quote",
17215 "unicode-ident",
17216]
17217
17218[[package]]
17219name = "syn"
17220version = "2.0.117"
17221source = "registry+https://github.com/rust-lang/crates.io-index"
17222checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17223dependencies = [
17224 "proc-macro2",
17225 "quote",
17226 "unicode-ident",
17227]
17228
17229[[package]]
17230name = "sync_wrapper"
17231version = "0.1.2"
17232source = "registry+https://github.com/rust-lang/crates.io-index"
17233checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17234
17235[[package]]
17236name = "sync_wrapper"
17237version = "1.0.2"
17238source = "registry+https://github.com/rust-lang/crates.io-index"
17239checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17240dependencies = [
17241 "futures-core",
17242]
17243
17244[[package]]
17245name = "synchronoise"
17246version = "1.0.1"
17247source = "registry+https://github.com/rust-lang/crates.io-index"
17248checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17249dependencies = [
17250 "crossbeam-queue",
17251]
17252
17253[[package]]
17254name = "synstructure"
17255version = "0.13.2"
17256source = "registry+https://github.com/rust-lang/crates.io-index"
17257checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17258dependencies = [
17259 "proc-macro2",
17260 "quote",
17261 "syn 2.0.117",
17262]
17263
17264[[package]]
17265name = "syntax_theme"
17266version = "0.1.0"
17267dependencies = [
17268 "gpui",
17269 "serde",
17270 "serde_json",
17271]
17272
17273[[package]]
17274name = "sys-locale"
17275version = "0.3.2"
17276source = "registry+https://github.com/rust-lang/crates.io-index"
17277checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17278dependencies = [
17279 "libc",
17280]
17281
17282[[package]]
17283name = "sysctl"
17284version = "0.5.5"
17285source = "registry+https://github.com/rust-lang/crates.io-index"
17286checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17287dependencies = [
17288 "bitflags 2.10.0",
17289 "byteorder",
17290 "enum-as-inner",
17291 "libc",
17292 "thiserror 1.0.69",
17293 "walkdir",
17294]
17295
17296[[package]]
17297name = "sysctl"
17298version = "0.6.0"
17299source = "registry+https://github.com/rust-lang/crates.io-index"
17300checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17301dependencies = [
17302 "bitflags 2.10.0",
17303 "byteorder",
17304 "enum-as-inner",
17305 "libc",
17306 "thiserror 1.0.69",
17307 "walkdir",
17308]
17309
17310[[package]]
17311name = "sysinfo"
17312version = "0.31.4"
17313source = "registry+https://github.com/rust-lang/crates.io-index"
17314checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17315dependencies = [
17316 "core-foundation-sys",
17317 "libc",
17318 "memchr",
17319 "ntapi",
17320 "rayon",
17321 "windows 0.57.0",
17322]
17323
17324[[package]]
17325name = "sysinfo"
17326version = "0.37.2"
17327source = "registry+https://github.com/rust-lang/crates.io-index"
17328checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17329dependencies = [
17330 "libc",
17331 "memchr",
17332 "ntapi",
17333 "objc2-core-foundation",
17334 "objc2-io-kit",
17335 "windows 0.61.3",
17336]
17337
17338[[package]]
17339name = "system-configuration"
17340version = "0.5.1"
17341source = "registry+https://github.com/rust-lang/crates.io-index"
17342checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17343dependencies = [
17344 "bitflags 1.3.2",
17345 "core-foundation 0.9.4",
17346 "system-configuration-sys 0.5.0",
17347]
17348
17349[[package]]
17350name = "system-configuration"
17351version = "0.6.1"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17354dependencies = [
17355 "bitflags 2.10.0",
17356 "core-foundation 0.9.4",
17357 "system-configuration-sys 0.6.0",
17358]
17359
17360[[package]]
17361name = "system-configuration-sys"
17362version = "0.5.0"
17363source = "registry+https://github.com/rust-lang/crates.io-index"
17364checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17365dependencies = [
17366 "core-foundation-sys",
17367 "libc",
17368]
17369
17370[[package]]
17371name = "system-configuration-sys"
17372version = "0.6.0"
17373source = "registry+https://github.com/rust-lang/crates.io-index"
17374checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17375dependencies = [
17376 "core-foundation-sys",
17377 "libc",
17378]
17379
17380[[package]]
17381name = "system-deps"
17382version = "7.0.7"
17383source = "registry+https://github.com/rust-lang/crates.io-index"
17384checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17385dependencies = [
17386 "cfg-expr",
17387 "heck 0.5.0",
17388 "pkg-config",
17389 "toml 0.9.8",
17390 "version-compare",
17391]
17392
17393[[package]]
17394name = "system-interface"
17395version = "0.27.3"
17396source = "registry+https://github.com/rust-lang/crates.io-index"
17397checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17398dependencies = [
17399 "bitflags 2.10.0",
17400 "cap-fs-ext",
17401 "cap-std",
17402 "fd-lock",
17403 "io-lifetimes",
17404 "rustix 0.38.44",
17405 "windows-sys 0.59.0",
17406 "winx",
17407]
17408
17409[[package]]
17410name = "system_specs"
17411version = "0.1.0"
17412dependencies = [
17413 "anyhow",
17414 "client",
17415 "gpui",
17416 "human_bytes",
17417 "pciid-parser",
17418 "release_channel",
17419 "semver",
17420 "serde",
17421 "sysinfo 0.37.2",
17422]
17423
17424[[package]]
17425name = "tab_switcher"
17426version = "0.1.0"
17427dependencies = [
17428 "collections",
17429 "ctor",
17430 "editor",
17431 "fuzzy_nucleo",
17432 "gpui",
17433 "menu",
17434 "picker",
17435 "project",
17436 "schemars",
17437 "serde",
17438 "serde_json",
17439 "settings",
17440 "theme",
17441 "theme_settings",
17442 "ui",
17443 "util",
17444 "workspace",
17445 "zlog",
17446]
17447
17448[[package]]
17449name = "taffy"
17450version = "0.9.0"
17451source = "registry+https://github.com/rust-lang/crates.io-index"
17452checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17453dependencies = [
17454 "arrayvec",
17455 "grid",
17456 "serde",
17457 "slotmap",
17458]
17459
17460[[package]]
17461name = "tagptr"
17462version = "0.2.0"
17463source = "registry+https://github.com/rust-lang/crates.io-index"
17464checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17465
17466[[package]]
17467name = "take-until"
17468version = "0.2.0"
17469source = "registry+https://github.com/rust-lang/crates.io-index"
17470checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17471
17472[[package]]
17473name = "tao-core-video-sys"
17474version = "0.2.0"
17475source = "registry+https://github.com/rust-lang/crates.io-index"
17476checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17477dependencies = [
17478 "cfg-if",
17479 "core-foundation-sys",
17480 "libc",
17481 "objc",
17482]
17483
17484[[package]]
17485name = "tap"
17486version = "1.0.1"
17487source = "registry+https://github.com/rust-lang/crates.io-index"
17488checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17489
17490[[package]]
17491name = "target-lexicon"
17492version = "0.13.3"
17493source = "registry+https://github.com/rust-lang/crates.io-index"
17494checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17495
17496[[package]]
17497name = "task"
17498version = "0.1.0"
17499dependencies = [
17500 "anyhow",
17501 "collections",
17502 "futures 0.3.32",
17503 "gpui",
17504 "hex",
17505 "log",
17506 "parking_lot",
17507 "pretty_assertions",
17508 "proto",
17509 "schemars",
17510 "serde",
17511 "serde_json",
17512 "serde_json_lenient",
17513 "sha2",
17514 "shellexpand",
17515 "util",
17516 "zed_actions",
17517]
17518
17519[[package]]
17520name = "tasks_ui"
17521version = "0.1.0"
17522dependencies = [
17523 "anyhow",
17524 "collections",
17525 "editor",
17526 "file_icons",
17527 "fuzzy",
17528 "gpui",
17529 "itertools 0.14.0",
17530 "language",
17531 "menu",
17532 "picker",
17533 "project",
17534 "serde",
17535 "serde_json",
17536 "task",
17537 "tree-sitter-rust",
17538 "tree-sitter-typescript",
17539 "ui",
17540 "util",
17541 "workspace",
17542 "zed_actions",
17543]
17544
17545[[package]]
17546name = "telemetry"
17547version = "0.1.0"
17548dependencies = [
17549 "futures 0.3.32",
17550 "serde",
17551 "serde_json",
17552 "telemetry_events",
17553]
17554
17555[[package]]
17556name = "telemetry_events"
17557version = "0.1.0"
17558dependencies = [
17559 "semver",
17560 "serde",
17561 "serde_json",
17562]
17563
17564[[package]]
17565name = "tempfile"
17566version = "3.23.0"
17567source = "registry+https://github.com/rust-lang/crates.io-index"
17568checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17569dependencies = [
17570 "fastrand 2.3.0",
17571 "getrandom 0.3.4",
17572 "once_cell",
17573 "rustix 1.1.2",
17574 "windows-sys 0.61.2",
17575]
17576
17577[[package]]
17578name = "tendril"
17579version = "0.4.3"
17580source = "registry+https://github.com/rust-lang/crates.io-index"
17581checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17582dependencies = [
17583 "futf",
17584 "mac",
17585 "utf-8",
17586]
17587
17588[[package]]
17589name = "termcolor"
17590version = "1.4.1"
17591source = "registry+https://github.com/rust-lang/crates.io-index"
17592checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17593dependencies = [
17594 "winapi-util",
17595]
17596
17597[[package]]
17598name = "terminal"
17599version = "0.1.0"
17600dependencies = [
17601 "alacritty_terminal",
17602 "anyhow",
17603 "collections",
17604 "futures 0.3.32",
17605 "gpui",
17606 "itertools 0.14.0",
17607 "libc",
17608 "log",
17609 "parking_lot",
17610 "rand 0.9.3",
17611 "regex",
17612 "release_channel",
17613 "schemars",
17614 "serde",
17615 "settings",
17616 "smol",
17617 "sysinfo 0.37.2",
17618 "task",
17619 "theme",
17620 "theme_settings",
17621 "thiserror 2.0.17",
17622 "url",
17623 "urlencoding",
17624 "util",
17625 "util_macros",
17626 "windows 0.61.3",
17627]
17628
17629[[package]]
17630name = "terminal_size"
17631version = "0.4.3"
17632source = "registry+https://github.com/rust-lang/crates.io-index"
17633checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17634dependencies = [
17635 "rustix 1.1.2",
17636 "windows-sys 0.60.2",
17637]
17638
17639[[package]]
17640name = "terminal_view"
17641version = "0.1.0"
17642dependencies = [
17643 "anyhow",
17644 "async-recursion",
17645 "breadcrumbs",
17646 "collections",
17647 "db",
17648 "dirs",
17649 "editor",
17650 "futures 0.3.32",
17651 "gpui",
17652 "itertools 0.14.0",
17653 "language",
17654 "log",
17655 "menu",
17656 "pretty_assertions",
17657 "project",
17658 "regex",
17659 "release_channel",
17660 "remote",
17661 "rpc",
17662 "schemars",
17663 "semver",
17664 "serde",
17665 "serde_json",
17666 "settings",
17667 "shellexpand",
17668 "task",
17669 "terminal",
17670 "theme",
17671 "theme_settings",
17672 "ui",
17673 "util",
17674 "workspace",
17675 "zed_actions",
17676]
17677
17678[[package]]
17679name = "text"
17680version = "0.1.0"
17681dependencies = [
17682 "anyhow",
17683 "clock",
17684 "collections",
17685 "ctor",
17686 "gpui",
17687 "log",
17688 "parking_lot",
17689 "postage",
17690 "rand 0.9.3",
17691 "regex",
17692 "rope",
17693 "smallvec",
17694 "sum_tree",
17695 "util",
17696 "zlog",
17697]
17698
17699[[package]]
17700name = "theme"
17701version = "0.1.0"
17702dependencies = [
17703 "anyhow",
17704 "collections",
17705 "gpui",
17706 "palette",
17707 "parking_lot",
17708 "refineable",
17709 "schemars",
17710 "serde",
17711 "serde_json",
17712 "serde_json_lenient",
17713 "strum 0.27.2",
17714 "syntax_theme",
17715 "thiserror 2.0.17",
17716 "uuid",
17717]
17718
17719[[package]]
17720name = "theme_extension"
17721version = "0.1.0"
17722dependencies = [
17723 "anyhow",
17724 "extension",
17725 "fs",
17726 "gpui",
17727 "theme",
17728 "theme_settings",
17729]
17730
17731[[package]]
17732name = "theme_importer"
17733version = "0.1.0"
17734dependencies = [
17735 "anyhow",
17736 "clap",
17737 "collections",
17738 "gpui",
17739 "indexmap",
17740 "log",
17741 "palette",
17742 "serde",
17743 "serde_json",
17744 "serde_json_lenient",
17745 "simplelog",
17746 "strum 0.27.2",
17747 "theme",
17748 "theme_settings",
17749 "vscode_theme",
17750]
17751
17752[[package]]
17753name = "theme_selector"
17754version = "0.1.0"
17755dependencies = [
17756 "editor",
17757 "fs",
17758 "fuzzy",
17759 "gpui",
17760 "log",
17761 "picker",
17762 "project",
17763 "serde",
17764 "serde_json",
17765 "settings",
17766 "telemetry",
17767 "theme",
17768 "theme_settings",
17769 "ui",
17770 "util",
17771 "workspace",
17772 "zed_actions",
17773]
17774
17775[[package]]
17776name = "theme_settings"
17777version = "0.1.0"
17778dependencies = [
17779 "anyhow",
17780 "collections",
17781 "gpui",
17782 "gpui_util",
17783 "log",
17784 "palette",
17785 "refineable",
17786 "schemars",
17787 "serde",
17788 "serde_json",
17789 "serde_json_lenient",
17790 "settings",
17791 "theme",
17792 "uuid",
17793]
17794
17795[[package]]
17796name = "thiserror"
17797version = "1.0.69"
17798source = "registry+https://github.com/rust-lang/crates.io-index"
17799checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17800dependencies = [
17801 "thiserror-impl 1.0.69",
17802]
17803
17804[[package]]
17805name = "thiserror"
17806version = "2.0.17"
17807source = "registry+https://github.com/rust-lang/crates.io-index"
17808checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17809dependencies = [
17810 "thiserror-impl 2.0.17",
17811]
17812
17813[[package]]
17814name = "thiserror-impl"
17815version = "1.0.69"
17816source = "registry+https://github.com/rust-lang/crates.io-index"
17817checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17818dependencies = [
17819 "proc-macro2",
17820 "quote",
17821 "syn 2.0.117",
17822]
17823
17824[[package]]
17825name = "thiserror-impl"
17826version = "2.0.17"
17827source = "registry+https://github.com/rust-lang/crates.io-index"
17828checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17829dependencies = [
17830 "proc-macro2",
17831 "quote",
17832 "syn 2.0.117",
17833]
17834
17835[[package]]
17836name = "thread_local"
17837version = "1.1.9"
17838source = "registry+https://github.com/rust-lang/crates.io-index"
17839checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17840dependencies = [
17841 "cfg-if",
17842]
17843
17844[[package]]
17845name = "tiff"
17846version = "0.11.3"
17847source = "registry+https://github.com/rust-lang/crates.io-index"
17848checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17849dependencies = [
17850 "fax",
17851 "flate2",
17852 "half",
17853 "quick-error 2.0.1",
17854 "weezl",
17855 "zune-jpeg 0.5.15",
17856]
17857
17858[[package]]
17859name = "tiktoken-rs"
17860version = "0.9.1"
17861source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17862dependencies = [
17863 "anyhow",
17864 "base64 0.22.1",
17865 "bstr",
17866 "fancy-regex 0.16.2",
17867 "lazy_static",
17868 "regex",
17869 "rustc-hash 1.1.0",
17870]
17871
17872[[package]]
17873name = "time"
17874version = "0.3.47"
17875source = "registry+https://github.com/rust-lang/crates.io-index"
17876checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17877dependencies = [
17878 "deranged",
17879 "itoa",
17880 "libc",
17881 "num-conv",
17882 "num_threads",
17883 "powerfmt",
17884 "serde_core",
17885 "time-core",
17886 "time-macros",
17887]
17888
17889[[package]]
17890name = "time-core"
17891version = "0.1.8"
17892source = "registry+https://github.com/rust-lang/crates.io-index"
17893checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17894
17895[[package]]
17896name = "time-macros"
17897version = "0.2.27"
17898source = "registry+https://github.com/rust-lang/crates.io-index"
17899checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17900dependencies = [
17901 "num-conv",
17902 "time-core",
17903]
17904
17905[[package]]
17906name = "time_format"
17907version = "0.1.0"
17908dependencies = [
17909 "core-foundation 0.10.0",
17910 "core-foundation-sys",
17911 "sys-locale",
17912 "time",
17913 "windows 0.61.3",
17914]
17915
17916[[package]]
17917name = "tiny-keccak"
17918version = "2.0.2"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17921dependencies = [
17922 "crunchy",
17923]
17924
17925[[package]]
17926name = "tiny-skia"
17927version = "0.11.4"
17928source = "registry+https://github.com/rust-lang/crates.io-index"
17929checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17930dependencies = [
17931 "arrayref",
17932 "arrayvec",
17933 "bytemuck",
17934 "cfg-if",
17935 "log",
17936 "png 0.17.16",
17937 "tiny-skia-path",
17938]
17939
17940[[package]]
17941name = "tiny-skia-path"
17942version = "0.11.4"
17943source = "registry+https://github.com/rust-lang/crates.io-index"
17944checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17945dependencies = [
17946 "arrayref",
17947 "bytemuck",
17948 "strict-num",
17949]
17950
17951[[package]]
17952name = "tiny_http"
17953version = "0.12.0"
17954source = "registry+https://github.com/rust-lang/crates.io-index"
17955checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17956dependencies = [
17957 "ascii",
17958 "chunked_transfer",
17959 "httpdate",
17960 "log",
17961]
17962
17963[[package]]
17964name = "tinystr"
17965version = "0.8.1"
17966source = "registry+https://github.com/rust-lang/crates.io-index"
17967checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17968dependencies = [
17969 "displaydoc",
17970 "zerovec",
17971]
17972
17973[[package]]
17974name = "tinytemplate"
17975version = "1.2.1"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17978dependencies = [
17979 "serde",
17980 "serde_json",
17981]
17982
17983[[package]]
17984name = "tinyvec"
17985version = "1.10.0"
17986source = "registry+https://github.com/rust-lang/crates.io-index"
17987checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17988dependencies = [
17989 "tinyvec_macros",
17990]
17991
17992[[package]]
17993name = "tinyvec_macros"
17994version = "0.1.1"
17995source = "registry+https://github.com/rust-lang/crates.io-index"
17996checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17997
17998[[package]]
17999name = "title_bar"
18000version = "0.1.0"
18001dependencies = [
18002 "anyhow",
18003 "arrayvec",
18004 "auto_update",
18005 "call",
18006 "channel",
18007 "chrono",
18008 "client",
18009 "cloud_api_types",
18010 "db",
18011 "git_ui",
18012 "gpui",
18013 "icons",
18014 "livekit_client",
18015 "notifications",
18016 "platform_title_bar",
18017 "project",
18018 "recent_projects",
18019 "release_channel",
18020 "remote",
18021 "remote_connection",
18022 "rpc",
18023 "schemars",
18024 "semver",
18025 "serde",
18026 "settings",
18027 "smallvec",
18028 "telemetry",
18029 "theme",
18030 "ui",
18031 "util",
18032 "windows 0.61.3",
18033 "workspace",
18034 "zed_actions",
18035]
18036
18037[[package]]
18038name = "tokio"
18039version = "1.48.0"
18040source = "registry+https://github.com/rust-lang/crates.io-index"
18041checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18042dependencies = [
18043 "bytes 1.11.1",
18044 "libc",
18045 "mio 1.1.0",
18046 "parking_lot",
18047 "pin-project-lite",
18048 "signal-hook-registry",
18049 "socket2 0.6.1",
18050 "tokio-macros",
18051 "windows-sys 0.61.2",
18052]
18053
18054[[package]]
18055name = "tokio-io"
18056version = "0.1.13"
18057source = "registry+https://github.com/rust-lang/crates.io-index"
18058checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18059dependencies = [
18060 "bytes 0.4.12",
18061 "futures 0.1.31",
18062 "log",
18063]
18064
18065[[package]]
18066name = "tokio-macros"
18067version = "2.6.0"
18068source = "registry+https://github.com/rust-lang/crates.io-index"
18069checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18070dependencies = [
18071 "proc-macro2",
18072 "quote",
18073 "syn 2.0.117",
18074]
18075
18076[[package]]
18077name = "tokio-native-tls"
18078version = "0.3.1"
18079source = "registry+https://github.com/rust-lang/crates.io-index"
18080checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18081dependencies = [
18082 "native-tls",
18083 "tokio",
18084]
18085
18086[[package]]
18087name = "tokio-rustls"
18088version = "0.24.1"
18089source = "registry+https://github.com/rust-lang/crates.io-index"
18090checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18091dependencies = [
18092 "rustls 0.21.12",
18093 "tokio",
18094]
18095
18096[[package]]
18097name = "tokio-rustls"
18098version = "0.26.2"
18099source = "registry+https://github.com/rust-lang/crates.io-index"
18100checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18101dependencies = [
18102 "rustls 0.23.33",
18103 "tokio",
18104]
18105
18106[[package]]
18107name = "tokio-socks"
18108version = "0.5.2"
18109source = "registry+https://github.com/rust-lang/crates.io-index"
18110checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18111dependencies = [
18112 "either",
18113 "futures-io",
18114 "futures-util",
18115 "thiserror 1.0.69",
18116 "tokio",
18117]
18118
18119[[package]]
18120name = "tokio-stream"
18121version = "0.1.17"
18122source = "registry+https://github.com/rust-lang/crates.io-index"
18123checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18124dependencies = [
18125 "futures-core",
18126 "pin-project-lite",
18127 "tokio",
18128]
18129
18130[[package]]
18131name = "tokio-tungstenite"
18132version = "0.20.1"
18133source = "registry+https://github.com/rust-lang/crates.io-index"
18134checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18135dependencies = [
18136 "futures-util",
18137 "log",
18138 "tokio",
18139 "tungstenite 0.20.1",
18140]
18141
18142[[package]]
18143name = "tokio-tungstenite"
18144version = "0.21.0"
18145source = "registry+https://github.com/rust-lang/crates.io-index"
18146checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18147dependencies = [
18148 "futures-util",
18149 "log",
18150 "tokio",
18151 "tungstenite 0.21.0",
18152]
18153
18154[[package]]
18155name = "tokio-tungstenite"
18156version = "0.28.0"
18157source = "registry+https://github.com/rust-lang/crates.io-index"
18158checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18159dependencies = [
18160 "futures-util",
18161 "log",
18162 "rustls 0.23.33",
18163 "rustls-native-certs 0.8.2",
18164 "rustls-pki-types",
18165 "tokio",
18166 "tokio-rustls 0.26.2",
18167 "tungstenite 0.28.0",
18168]
18169
18170[[package]]
18171name = "tokio-util"
18172version = "0.7.16"
18173source = "registry+https://github.com/rust-lang/crates.io-index"
18174checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18175dependencies = [
18176 "bytes 1.11.1",
18177 "futures-core",
18178 "futures-io",
18179 "futures-sink",
18180 "pin-project-lite",
18181 "tokio",
18182]
18183
18184[[package]]
18185name = "toml"
18186version = "0.5.11"
18187source = "registry+https://github.com/rust-lang/crates.io-index"
18188checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18189dependencies = [
18190 "serde",
18191]
18192
18193[[package]]
18194name = "toml"
18195version = "0.8.23"
18196source = "registry+https://github.com/rust-lang/crates.io-index"
18197checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18198dependencies = [
18199 "serde",
18200 "serde_spanned 0.6.9",
18201 "toml_datetime 0.6.11",
18202 "toml_edit 0.22.27",
18203]
18204
18205[[package]]
18206name = "toml"
18207version = "0.9.8"
18208source = "registry+https://github.com/rust-lang/crates.io-index"
18209checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18210dependencies = [
18211 "indexmap",
18212 "serde_core",
18213 "serde_spanned 1.0.3",
18214 "toml_datetime 0.7.3",
18215 "toml_parser",
18216 "toml_writer",
18217 "winnow",
18218]
18219
18220[[package]]
18221name = "toml_datetime"
18222version = "0.6.11"
18223source = "registry+https://github.com/rust-lang/crates.io-index"
18224checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18225dependencies = [
18226 "serde",
18227]
18228
18229[[package]]
18230name = "toml_datetime"
18231version = "0.7.3"
18232source = "registry+https://github.com/rust-lang/crates.io-index"
18233checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18234dependencies = [
18235 "serde_core",
18236]
18237
18238[[package]]
18239name = "toml_edit"
18240version = "0.22.27"
18241source = "registry+https://github.com/rust-lang/crates.io-index"
18242checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18243dependencies = [
18244 "indexmap",
18245 "serde",
18246 "serde_spanned 0.6.9",
18247 "toml_datetime 0.6.11",
18248 "toml_write",
18249 "winnow",
18250]
18251
18252[[package]]
18253name = "toml_edit"
18254version = "0.23.7"
18255source = "registry+https://github.com/rust-lang/crates.io-index"
18256checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18257dependencies = [
18258 "indexmap",
18259 "toml_datetime 0.7.3",
18260 "toml_parser",
18261 "winnow",
18262]
18263
18264[[package]]
18265name = "toml_parser"
18266version = "1.0.4"
18267source = "registry+https://github.com/rust-lang/crates.io-index"
18268checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18269dependencies = [
18270 "winnow",
18271]
18272
18273[[package]]
18274name = "toml_write"
18275version = "0.1.2"
18276source = "registry+https://github.com/rust-lang/crates.io-index"
18277checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18278
18279[[package]]
18280name = "toml_writer"
18281version = "1.0.4"
18282source = "registry+https://github.com/rust-lang/crates.io-index"
18283checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18284
18285[[package]]
18286name = "toolchain_selector"
18287version = "0.1.0"
18288dependencies = [
18289 "anyhow",
18290 "convert_case 0.8.0",
18291 "editor",
18292 "futures 0.3.32",
18293 "fuzzy",
18294 "gpui",
18295 "language",
18296 "menu",
18297 "open_path_prompt",
18298 "picker",
18299 "project",
18300 "ui",
18301 "util",
18302 "workspace",
18303]
18304
18305[[package]]
18306name = "topological-sort"
18307version = "0.2.2"
18308source = "registry+https://github.com/rust-lang/crates.io-index"
18309checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18310
18311[[package]]
18312name = "tower"
18313version = "0.4.13"
18314source = "registry+https://github.com/rust-lang/crates.io-index"
18315checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18316dependencies = [
18317 "futures-core",
18318 "futures-util",
18319 "pin-project",
18320 "pin-project-lite",
18321 "tokio",
18322 "tower-layer",
18323 "tower-service",
18324 "tracing",
18325]
18326
18327[[package]]
18328name = "tower"
18329version = "0.5.2"
18330source = "registry+https://github.com/rust-lang/crates.io-index"
18331checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18332dependencies = [
18333 "futures-core",
18334 "futures-util",
18335 "pin-project-lite",
18336 "sync_wrapper 1.0.2",
18337 "tokio",
18338 "tokio-util",
18339 "tower-layer",
18340 "tower-service",
18341 "tracing",
18342]
18343
18344[[package]]
18345name = "tower-http"
18346version = "0.4.4"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18349dependencies = [
18350 "bitflags 2.10.0",
18351 "bytes 1.11.1",
18352 "futures-core",
18353 "futures-util",
18354 "http 0.2.12",
18355 "http-body 0.4.6",
18356 "http-range-header",
18357 "pin-project-lite",
18358 "tower-layer",
18359 "tower-service",
18360 "tracing",
18361]
18362
18363[[package]]
18364name = "tower-http"
18365version = "0.6.6"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18368dependencies = [
18369 "bitflags 2.10.0",
18370 "bytes 1.11.1",
18371 "futures-util",
18372 "http 1.3.1",
18373 "http-body 1.0.1",
18374 "iri-string",
18375 "pin-project-lite",
18376 "tower 0.5.2",
18377 "tower-layer",
18378 "tower-service",
18379 "tracing",
18380]
18381
18382[[package]]
18383name = "tower-layer"
18384version = "0.3.3"
18385source = "registry+https://github.com/rust-lang/crates.io-index"
18386checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18387
18388[[package]]
18389name = "tower-service"
18390version = "0.3.3"
18391source = "registry+https://github.com/rust-lang/crates.io-index"
18392checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18393
18394[[package]]
18395name = "tracing"
18396version = "0.1.43"
18397source = "registry+https://github.com/rust-lang/crates.io-index"
18398checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18399dependencies = [
18400 "log",
18401 "pin-project-lite",
18402 "tracing-attributes",
18403 "tracing-core",
18404]
18405
18406[[package]]
18407name = "tracing-attributes"
18408version = "0.1.31"
18409source = "registry+https://github.com/rust-lang/crates.io-index"
18410checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18411dependencies = [
18412 "proc-macro2",
18413 "quote",
18414 "syn 2.0.117",
18415]
18416
18417[[package]]
18418name = "tracing-core"
18419version = "0.1.35"
18420source = "registry+https://github.com/rust-lang/crates.io-index"
18421checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18422dependencies = [
18423 "once_cell",
18424 "valuable",
18425]
18426
18427[[package]]
18428name = "tracing-log"
18429version = "0.2.0"
18430source = "registry+https://github.com/rust-lang/crates.io-index"
18431checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18432dependencies = [
18433 "log",
18434 "once_cell",
18435 "tracing-core",
18436]
18437
18438[[package]]
18439name = "tracing-serde"
18440version = "0.2.0"
18441source = "registry+https://github.com/rust-lang/crates.io-index"
18442checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18443dependencies = [
18444 "serde",
18445 "tracing-core",
18446]
18447
18448[[package]]
18449name = "tracing-subscriber"
18450version = "0.3.22"
18451source = "registry+https://github.com/rust-lang/crates.io-index"
18452checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18453dependencies = [
18454 "matchers",
18455 "nu-ansi-term",
18456 "once_cell",
18457 "regex-automata",
18458 "serde",
18459 "serde_json",
18460 "sharded-slab",
18461 "smallvec",
18462 "thread_local",
18463 "tracing",
18464 "tracing-core",
18465 "tracing-log",
18466 "tracing-serde",
18467]
18468
18469[[package]]
18470name = "tracing-tracy"
18471version = "0.11.4"
18472source = "registry+https://github.com/rust-lang/crates.io-index"
18473checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18474dependencies = [
18475 "tracing-core",
18476 "tracing-subscriber",
18477 "tracy-client",
18478]
18479
18480[[package]]
18481name = "tracy-client"
18482version = "0.18.3"
18483source = "registry+https://github.com/rust-lang/crates.io-index"
18484checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18485dependencies = [
18486 "loom",
18487 "once_cell",
18488 "tracy-client-sys",
18489]
18490
18491[[package]]
18492name = "tracy-client-sys"
18493version = "0.27.0"
18494source = "registry+https://github.com/rust-lang/crates.io-index"
18495checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18496dependencies = [
18497 "cc",
18498 "windows-targets 0.52.6",
18499]
18500
18501[[package]]
18502name = "transpose"
18503version = "0.2.3"
18504source = "registry+https://github.com/rust-lang/crates.io-index"
18505checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18506dependencies = [
18507 "num-integer",
18508 "strength_reduce",
18509]
18510
18511[[package]]
18512name = "trash"
18513version = "5.2.5"
18514source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18515dependencies = [
18516 "chrono",
18517 "libc",
18518 "log",
18519 "objc2",
18520 "objc2-foundation",
18521 "once_cell",
18522 "percent-encoding",
18523 "scopeguard",
18524 "urlencoding",
18525 "windows 0.56.0",
18526 "windows-core 0.56.0",
18527]
18528
18529[[package]]
18530name = "tree-sitter"
18531version = "0.26.8"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18534dependencies = [
18535 "cc",
18536 "regex",
18537 "regex-syntax",
18538 "serde_json",
18539 "streaming-iterator",
18540 "tree-sitter-language",
18541 "wasmtime-c-api-impl",
18542]
18543
18544[[package]]
18545name = "tree-sitter-bash"
18546version = "0.25.1"
18547source = "registry+https://github.com/rust-lang/crates.io-index"
18548checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18549dependencies = [
18550 "cc",
18551 "tree-sitter-language",
18552]
18553
18554[[package]]
18555name = "tree-sitter-c"
18556version = "0.24.1"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18559dependencies = [
18560 "cc",
18561 "tree-sitter-language",
18562]
18563
18564[[package]]
18565name = "tree-sitter-cpp"
18566version = "0.23.4"
18567source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18568dependencies = [
18569 "cc",
18570 "tree-sitter-language",
18571]
18572
18573[[package]]
18574name = "tree-sitter-css"
18575version = "0.23.2"
18576source = "registry+https://github.com/rust-lang/crates.io-index"
18577checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18578dependencies = [
18579 "cc",
18580 "tree-sitter-language",
18581]
18582
18583[[package]]
18584name = "tree-sitter-diff"
18585version = "0.1.0"
18586source = "registry+https://github.com/rust-lang/crates.io-index"
18587checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18588dependencies = [
18589 "cc",
18590 "tree-sitter-language",
18591]
18592
18593[[package]]
18594name = "tree-sitter-elixir"
18595version = "0.3.4"
18596source = "registry+https://github.com/rust-lang/crates.io-index"
18597checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18598dependencies = [
18599 "cc",
18600 "tree-sitter-language",
18601]
18602
18603[[package]]
18604name = "tree-sitter-embedded-template"
18605version = "0.23.2"
18606source = "registry+https://github.com/rust-lang/crates.io-index"
18607checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18608dependencies = [
18609 "cc",
18610 "tree-sitter-language",
18611]
18612
18613[[package]]
18614name = "tree-sitter-gitcommit"
18615version = "0.0.1"
18616source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18617dependencies = [
18618 "cc",
18619 "tree-sitter-language",
18620]
18621
18622[[package]]
18623name = "tree-sitter-go"
18624version = "0.25.0"
18625source = "registry+https://github.com/rust-lang/crates.io-index"
18626checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18627dependencies = [
18628 "cc",
18629 "tree-sitter-language",
18630]
18631
18632[[package]]
18633name = "tree-sitter-gomod"
18634version = "1.1.1"
18635source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18636dependencies = [
18637 "cc",
18638 "tree-sitter-language",
18639]
18640
18641[[package]]
18642name = "tree-sitter-gowork"
18643version = "0.0.1"
18644source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18645dependencies = [
18646 "cc",
18647 "tree-sitter-language",
18648]
18649
18650[[package]]
18651name = "tree-sitter-heex"
18652version = "0.0.1"
18653source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18654dependencies = [
18655 "cc",
18656 "tree-sitter-language",
18657]
18658
18659[[package]]
18660name = "tree-sitter-html"
18661version = "0.23.2"
18662source = "registry+https://github.com/rust-lang/crates.io-index"
18663checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18664dependencies = [
18665 "cc",
18666 "tree-sitter-language",
18667]
18668
18669[[package]]
18670name = "tree-sitter-jsdoc"
18671version = "0.23.2"
18672source = "registry+https://github.com/rust-lang/crates.io-index"
18673checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18674dependencies = [
18675 "cc",
18676 "tree-sitter-language",
18677]
18678
18679[[package]]
18680name = "tree-sitter-json"
18681version = "0.24.8"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18684dependencies = [
18685 "cc",
18686 "tree-sitter-language",
18687]
18688
18689[[package]]
18690name = "tree-sitter-language"
18691version = "0.1.5"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18694
18695[[package]]
18696name = "tree-sitter-md"
18697version = "0.3.2"
18698source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18699dependencies = [
18700 "cc",
18701 "tree-sitter-language",
18702]
18703
18704[[package]]
18705name = "tree-sitter-python"
18706version = "0.25.0"
18707source = "registry+https://github.com/rust-lang/crates.io-index"
18708checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18709dependencies = [
18710 "cc",
18711 "tree-sitter-language",
18712]
18713
18714[[package]]
18715name = "tree-sitter-regex"
18716version = "0.24.3"
18717source = "registry+https://github.com/rust-lang/crates.io-index"
18718checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18719dependencies = [
18720 "cc",
18721 "tree-sitter-language",
18722]
18723
18724[[package]]
18725name = "tree-sitter-ruby"
18726version = "0.23.1"
18727source = "registry+https://github.com/rust-lang/crates.io-index"
18728checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18729dependencies = [
18730 "cc",
18731 "tree-sitter-language",
18732]
18733
18734[[package]]
18735name = "tree-sitter-rust"
18736version = "0.24.2"
18737source = "registry+https://github.com/rust-lang/crates.io-index"
18738checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18739dependencies = [
18740 "cc",
18741 "tree-sitter-language",
18742]
18743
18744[[package]]
18745name = "tree-sitter-typescript"
18746version = "0.23.2"
18747source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18748dependencies = [
18749 "cc",
18750 "tree-sitter-language",
18751]
18752
18753[[package]]
18754name = "tree-sitter-yaml"
18755version = "0.6.1"
18756source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18757dependencies = [
18758 "cc",
18759 "tree-sitter-language",
18760]
18761
18762[[package]]
18763name = "triomphe"
18764version = "0.1.15"
18765source = "registry+https://github.com/rust-lang/crates.io-index"
18766checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18767dependencies = [
18768 "serde",
18769 "stable_deref_trait",
18770]
18771
18772[[package]]
18773name = "try-lock"
18774version = "0.2.5"
18775source = "registry+https://github.com/rust-lang/crates.io-index"
18776checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18777
18778[[package]]
18779name = "ttf-parser"
18780version = "0.20.0"
18781source = "registry+https://github.com/rust-lang/crates.io-index"
18782checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18783
18784[[package]]
18785name = "ttf-parser"
18786version = "0.25.1"
18787source = "registry+https://github.com/rust-lang/crates.io-index"
18788checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18789dependencies = [
18790 "core_maths",
18791]
18792
18793[[package]]
18794name = "tungstenite"
18795version = "0.20.1"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18798dependencies = [
18799 "byteorder",
18800 "bytes 1.11.1",
18801 "data-encoding",
18802 "http 0.2.12",
18803 "httparse",
18804 "log",
18805 "rand 0.8.5",
18806 "sha1",
18807 "thiserror 1.0.69",
18808 "url",
18809 "utf-8",
18810]
18811
18812[[package]]
18813name = "tungstenite"
18814version = "0.21.0"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18817dependencies = [
18818 "byteorder",
18819 "bytes 1.11.1",
18820 "data-encoding",
18821 "http 1.3.1",
18822 "httparse",
18823 "log",
18824 "rand 0.8.5",
18825 "sha1",
18826 "thiserror 1.0.69",
18827 "url",
18828 "utf-8",
18829]
18830
18831[[package]]
18832name = "tungstenite"
18833version = "0.27.0"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18836dependencies = [
18837 "bytes 1.11.1",
18838 "data-encoding",
18839 "http 1.3.1",
18840 "httparse",
18841 "log",
18842 "rand 0.9.3",
18843 "rustls 0.23.33",
18844 "rustls-pki-types",
18845 "sha1",
18846 "thiserror 2.0.17",
18847 "utf-8",
18848]
18849
18850[[package]]
18851name = "tungstenite"
18852version = "0.28.0"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18855dependencies = [
18856 "bytes 1.11.1",
18857 "data-encoding",
18858 "http 1.3.1",
18859 "httparse",
18860 "log",
18861 "rand 0.9.3",
18862 "rustls 0.23.33",
18863 "rustls-pki-types",
18864 "sha1",
18865 "thiserror 2.0.17",
18866 "utf-8",
18867]
18868
18869[[package]]
18870name = "typeid"
18871version = "1.0.3"
18872source = "registry+https://github.com/rust-lang/crates.io-index"
18873checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18874
18875[[package]]
18876name = "typenum"
18877version = "1.19.0"
18878source = "registry+https://github.com/rust-lang/crates.io-index"
18879checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18880
18881[[package]]
18882name = "ucd-trie"
18883version = "0.1.7"
18884source = "registry+https://github.com/rust-lang/crates.io-index"
18885checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18886
18887[[package]]
18888name = "uds"
18889version = "0.4.2"
18890source = "registry+https://github.com/rust-lang/crates.io-index"
18891checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18892dependencies = [
18893 "libc",
18894]
18895
18896[[package]]
18897name = "uds_windows"
18898version = "1.1.0"
18899source = "registry+https://github.com/rust-lang/crates.io-index"
18900checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18901dependencies = [
18902 "memoffset",
18903 "tempfile",
18904 "winapi",
18905]
18906
18907[[package]]
18908name = "ug"
18909version = "0.4.0"
18910source = "registry+https://github.com/rust-lang/crates.io-index"
18911checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18912dependencies = [
18913 "gemm 0.18.2",
18914 "half",
18915 "libloading",
18916 "memmap2",
18917 "num",
18918 "num-traits",
18919 "num_cpus",
18920 "rayon",
18921 "safetensors",
18922 "serde",
18923 "thiserror 1.0.69",
18924 "tracing",
18925 "yoke 0.7.5",
18926]
18927
18928[[package]]
18929name = "ui"
18930version = "0.1.0"
18931dependencies = [
18932 "chrono",
18933 "component",
18934 "documented",
18935 "gpui",
18936 "gpui_macros",
18937 "gpui_util",
18938 "icons",
18939 "itertools 0.14.0",
18940 "menu",
18941 "schemars",
18942 "serde",
18943 "smallvec",
18944 "strum 0.27.2",
18945 "theme",
18946 "ui_macros",
18947 "windows 0.61.3",
18948]
18949
18950[[package]]
18951name = "ui_input"
18952version = "0.1.0"
18953dependencies = [
18954 "component",
18955 "gpui",
18956 "ui",
18957]
18958
18959[[package]]
18960name = "ui_macros"
18961version = "0.1.0"
18962dependencies = [
18963 "component",
18964 "quote",
18965 "syn 2.0.117",
18966 "ui",
18967]
18968
18969[[package]]
18970name = "ui_prompt"
18971version = "0.1.0"
18972dependencies = [
18973 "gpui",
18974 "markdown",
18975 "menu",
18976 "settings",
18977 "theme_settings",
18978 "ui",
18979 "workspace",
18980]
18981
18982[[package]]
18983name = "unarray"
18984version = "0.1.4"
18985source = "registry+https://github.com/rust-lang/crates.io-index"
18986checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18987
18988[[package]]
18989name = "unicase"
18990version = "2.8.1"
18991source = "registry+https://github.com/rust-lang/crates.io-index"
18992checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18993
18994[[package]]
18995name = "unicode-bidi"
18996version = "0.3.18"
18997source = "registry+https://github.com/rust-lang/crates.io-index"
18998checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18999
19000[[package]]
19001name = "unicode-bidi-mirroring"
19002version = "0.4.0"
19003source = "registry+https://github.com/rust-lang/crates.io-index"
19004checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
19005
19006[[package]]
19007name = "unicode-ccc"
19008version = "0.4.0"
19009source = "registry+https://github.com/rust-lang/crates.io-index"
19010checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
19011
19012[[package]]
19013name = "unicode-general-category"
19014version = "1.1.0"
19015source = "registry+https://github.com/rust-lang/crates.io-index"
19016checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19017
19018[[package]]
19019name = "unicode-ident"
19020version = "1.0.19"
19021source = "registry+https://github.com/rust-lang/crates.io-index"
19022checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19023
19024[[package]]
19025name = "unicode-linebreak"
19026version = "0.1.5"
19027source = "registry+https://github.com/rust-lang/crates.io-index"
19028checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19029
19030[[package]]
19031name = "unicode-normalization"
19032version = "0.1.24"
19033source = "registry+https://github.com/rust-lang/crates.io-index"
19034checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19035dependencies = [
19036 "tinyvec",
19037]
19038
19039[[package]]
19040name = "unicode-properties"
19041version = "0.1.3"
19042source = "registry+https://github.com/rust-lang/crates.io-index"
19043checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19044
19045[[package]]
19046name = "unicode-script"
19047version = "0.5.8"
19048source = "registry+https://github.com/rust-lang/crates.io-index"
19049checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19050
19051[[package]]
19052name = "unicode-segmentation"
19053version = "1.12.0"
19054source = "registry+https://github.com/rust-lang/crates.io-index"
19055checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19056
19057[[package]]
19058name = "unicode-vo"
19059version = "0.1.0"
19060source = "registry+https://github.com/rust-lang/crates.io-index"
19061checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19062
19063[[package]]
19064name = "unicode-width"
19065version = "0.2.2"
19066source = "registry+https://github.com/rust-lang/crates.io-index"
19067checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19068
19069[[package]]
19070name = "unicode-xid"
19071version = "0.2.6"
19072source = "registry+https://github.com/rust-lang/crates.io-index"
19073checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19074
19075[[package]]
19076name = "unicode_categories"
19077version = "0.1.1"
19078source = "registry+https://github.com/rust-lang/crates.io-index"
19079checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19080
19081[[package]]
19082name = "unindent"
19083version = "0.2.4"
19084source = "registry+https://github.com/rust-lang/crates.io-index"
19085checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19086
19087[[package]]
19088name = "unsafe-libyaml"
19089version = "0.2.11"
19090source = "registry+https://github.com/rust-lang/crates.io-index"
19091checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19092
19093[[package]]
19094name = "untrusted"
19095version = "0.7.1"
19096source = "registry+https://github.com/rust-lang/crates.io-index"
19097checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19098
19099[[package]]
19100name = "untrusted"
19101version = "0.9.0"
19102source = "registry+https://github.com/rust-lang/crates.io-index"
19103checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19104
19105[[package]]
19106name = "url"
19107version = "2.5.7"
19108source = "registry+https://github.com/rust-lang/crates.io-index"
19109checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19110dependencies = [
19111 "form_urlencoded",
19112 "idna",
19113 "percent-encoding",
19114 "serde",
19115]
19116
19117[[package]]
19118name = "urlencoding"
19119version = "2.1.3"
19120source = "registry+https://github.com/rust-lang/crates.io-index"
19121checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19122
19123[[package]]
19124name = "usvg"
19125version = "0.45.1"
19126source = "registry+https://github.com/rust-lang/crates.io-index"
19127checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19128dependencies = [
19129 "base64 0.22.1",
19130 "data-url",
19131 "flate2",
19132 "fontdb 0.23.0",
19133 "imagesize",
19134 "kurbo",
19135 "log",
19136 "pico-args",
19137 "roxmltree",
19138 "rustybuzz",
19139 "simplecss",
19140 "siphasher 1.0.1",
19141 "strict-num",
19142 "svgtypes",
19143 "tiny-skia-path",
19144 "unicode-bidi",
19145 "unicode-script",
19146 "unicode-vo",
19147 "xmlwriter",
19148]
19149
19150[[package]]
19151name = "utf-8"
19152version = "0.7.6"
19153source = "registry+https://github.com/rust-lang/crates.io-index"
19154checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19155
19156[[package]]
19157name = "utf8-chars"
19158version = "3.0.6"
19159source = "registry+https://github.com/rust-lang/crates.io-index"
19160checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19161dependencies = [
19162 "arrayvec",
19163]
19164
19165[[package]]
19166name = "utf8_iter"
19167version = "1.0.4"
19168source = "registry+https://github.com/rust-lang/crates.io-index"
19169checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19170
19171[[package]]
19172name = "utf8parse"
19173version = "0.2.2"
19174source = "registry+https://github.com/rust-lang/crates.io-index"
19175checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19176
19177[[package]]
19178name = "util"
19179version = "0.1.0"
19180dependencies = [
19181 "anyhow",
19182 "async-fs",
19183 "async_zip",
19184 "collections",
19185 "command-fds",
19186 "dirs",
19187 "dunce",
19188 "futures 0.3.32",
19189 "futures-lite 1.13.0",
19190 "git2",
19191 "globset",
19192 "gpui_util",
19193 "itertools 0.14.0",
19194 "libc",
19195 "log",
19196 "mach2 0.5.0",
19197 "nix 0.29.0",
19198 "percent-encoding",
19199 "pretty_assertions",
19200 "rand 0.9.3",
19201 "regex",
19202 "rust-embed",
19203 "schemars",
19204 "serde",
19205 "serde_json",
19206 "serde_json_lenient",
19207 "shlex",
19208 "smol",
19209 "take-until",
19210 "tempfile",
19211 "tendril",
19212 "unicase",
19213 "url",
19214 "util_macros",
19215 "walkdir",
19216 "which 6.0.3",
19217]
19218
19219[[package]]
19220name = "util_macros"
19221version = "0.1.0"
19222dependencies = [
19223 "perf",
19224 "quote",
19225 "syn 2.0.117",
19226]
19227
19228[[package]]
19229name = "uuid"
19230version = "1.18.1"
19231source = "registry+https://github.com/rust-lang/crates.io-index"
19232checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19233dependencies = [
19234 "getrandom 0.3.4",
19235 "js-sys",
19236 "serde",
19237 "sha1_smol",
19238 "wasm-bindgen",
19239]
19240
19241[[package]]
19242name = "uuid-simd"
19243version = "0.8.0"
19244source = "registry+https://github.com/rust-lang/crates.io-index"
19245checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19246dependencies = [
19247 "outref",
19248 "vsimd",
19249]
19250
19251[[package]]
19252name = "v_frame"
19253version = "0.3.9"
19254source = "registry+https://github.com/rust-lang/crates.io-index"
19255checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19256dependencies = [
19257 "aligned-vec",
19258 "num-traits",
19259 "wasm-bindgen",
19260]
19261
19262[[package]]
19263name = "valuable"
19264version = "0.1.1"
19265source = "registry+https://github.com/rust-lang/crates.io-index"
19266checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19267
19268[[package]]
19269name = "value-bag"
19270version = "1.12.0"
19271source = "registry+https://github.com/rust-lang/crates.io-index"
19272checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19273dependencies = [
19274 "value-bag-serde1",
19275 "value-bag-sval2",
19276]
19277
19278[[package]]
19279name = "value-bag-serde1"
19280version = "1.12.0"
19281source = "registry+https://github.com/rust-lang/crates.io-index"
19282checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19283dependencies = [
19284 "erased-serde",
19285 "serde_core",
19286 "serde_fmt",
19287]
19288
19289[[package]]
19290name = "value-bag-sval2"
19291version = "1.12.0"
19292source = "registry+https://github.com/rust-lang/crates.io-index"
19293checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19294dependencies = [
19295 "sval",
19296 "sval_buffer",
19297 "sval_dynamic",
19298 "sval_fmt",
19299 "sval_json",
19300 "sval_ref",
19301 "sval_serde",
19302]
19303
19304[[package]]
19305name = "vcpkg"
19306version = "0.2.15"
19307source = "registry+https://github.com/rust-lang/crates.io-index"
19308checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19309
19310[[package]]
19311name = "vercel"
19312version = "0.1.0"
19313dependencies = [
19314 "anyhow",
19315 "schemars",
19316 "serde",
19317 "strum 0.27.2",
19318]
19319
19320[[package]]
19321name = "version-compare"
19322version = "0.2.0"
19323source = "registry+https://github.com/rust-lang/crates.io-index"
19324checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19325
19326[[package]]
19327name = "version_check"
19328version = "0.9.5"
19329source = "registry+https://github.com/rust-lang/crates.io-index"
19330checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19331
19332[[package]]
19333name = "vim"
19334version = "0.1.0"
19335dependencies = [
19336 "anyhow",
19337 "async-compat",
19338 "async-trait",
19339 "collections",
19340 "command_palette",
19341 "command_palette_hooks",
19342 "db",
19343 "editor",
19344 "env_logger 0.11.8",
19345 "futures 0.3.32",
19346 "fuzzy",
19347 "git_ui",
19348 "gpui",
19349 "indoc",
19350 "itertools 0.14.0",
19351 "language",
19352 "log",
19353 "lsp",
19354 "markdown_preview",
19355 "menu",
19356 "multi_buffer",
19357 "nvim-rs",
19358 "outline_panel",
19359 "parking_lot",
19360 "perf",
19361 "picker",
19362 "project",
19363 "project_panel",
19364 "regex",
19365 "release_channel",
19366 "schemars",
19367 "search",
19368 "semver",
19369 "serde",
19370 "serde_json",
19371 "settings",
19372 "settings_ui",
19373 "task",
19374 "text",
19375 "theme",
19376 "theme_settings",
19377 "tokio",
19378 "ui",
19379 "util",
19380 "util_macros",
19381 "vim_mode_setting",
19382 "workspace",
19383 "zed_actions",
19384]
19385
19386[[package]]
19387name = "vim_mode_setting"
19388version = "0.1.0"
19389dependencies = [
19390 "gpui",
19391 "settings",
19392]
19393
19394[[package]]
19395name = "vscode_theme"
19396version = "0.2.0"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19399dependencies = [
19400 "serde",
19401]
19402
19403[[package]]
19404name = "vsimd"
19405version = "0.8.0"
19406source = "registry+https://github.com/rust-lang/crates.io-index"
19407checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19408
19409[[package]]
19410name = "vswhom"
19411version = "0.1.0"
19412source = "registry+https://github.com/rust-lang/crates.io-index"
19413checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19414dependencies = [
19415 "libc",
19416 "vswhom-sys",
19417]
19418
19419[[package]]
19420name = "vswhom-sys"
19421version = "0.1.3"
19422source = "registry+https://github.com/rust-lang/crates.io-index"
19423checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19424dependencies = [
19425 "cc",
19426 "libc",
19427]
19428
19429[[package]]
19430name = "vte"
19431version = "0.15.0"
19432source = "registry+https://github.com/rust-lang/crates.io-index"
19433checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19434dependencies = [
19435 "arrayvec",
19436 "bitflags 2.10.0",
19437 "cursor-icon",
19438 "log",
19439 "memchr",
19440 "serde",
19441]
19442
19443[[package]]
19444name = "wait-timeout"
19445version = "0.2.1"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19448dependencies = [
19449 "libc",
19450]
19451
19452[[package]]
19453name = "waker-fn"
19454version = "1.2.0"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19457
19458[[package]]
19459name = "walkdir"
19460version = "2.5.0"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19463dependencies = [
19464 "same-file",
19465 "winapi-util",
19466]
19467
19468[[package]]
19469name = "want"
19470version = "0.3.1"
19471source = "registry+https://github.com/rust-lang/crates.io-index"
19472checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19473dependencies = [
19474 "try-lock",
19475]
19476
19477[[package]]
19478name = "warp"
19479version = "0.3.7"
19480source = "registry+https://github.com/rust-lang/crates.io-index"
19481checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19482dependencies = [
19483 "bytes 1.11.1",
19484 "futures-channel",
19485 "futures-util",
19486 "headers",
19487 "http 0.2.12",
19488 "hyper 0.14.32",
19489 "log",
19490 "mime",
19491 "mime_guess",
19492 "percent-encoding",
19493 "pin-project",
19494 "scoped-tls",
19495 "serde",
19496 "serde_json",
19497 "serde_urlencoded",
19498 "tokio",
19499 "tokio-tungstenite 0.21.0",
19500 "tokio-util",
19501 "tower-service",
19502 "tracing",
19503]
19504
19505[[package]]
19506name = "wasi"
19507version = "0.11.1+wasi-snapshot-preview1"
19508source = "registry+https://github.com/rust-lang/crates.io-index"
19509checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19510
19511[[package]]
19512name = "wasip2"
19513version = "1.0.1+wasi-0.2.4"
19514source = "registry+https://github.com/rust-lang/crates.io-index"
19515checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19516dependencies = [
19517 "wit-bindgen 0.46.0",
19518]
19519
19520[[package]]
19521name = "wasip3"
19522version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19523source = "registry+https://github.com/rust-lang/crates.io-index"
19524checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19525dependencies = [
19526 "wit-bindgen 0.51.0",
19527]
19528
19529[[package]]
19530name = "wasite"
19531version = "0.1.0"
19532source = "registry+https://github.com/rust-lang/crates.io-index"
19533checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19534
19535[[package]]
19536name = "wasm-bindgen"
19537version = "0.2.113"
19538source = "registry+https://github.com/rust-lang/crates.io-index"
19539checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19540dependencies = [
19541 "cfg-if",
19542 "once_cell",
19543 "rustversion",
19544 "wasm-bindgen-macro",
19545 "wasm-bindgen-shared",
19546]
19547
19548[[package]]
19549name = "wasm-bindgen-futures"
19550version = "0.4.63"
19551source = "registry+https://github.com/rust-lang/crates.io-index"
19552checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19553dependencies = [
19554 "cfg-if",
19555 "futures-util",
19556 "js-sys",
19557 "once_cell",
19558 "wasm-bindgen",
19559 "web-sys",
19560]
19561
19562[[package]]
19563name = "wasm-bindgen-macro"
19564version = "0.2.113"
19565source = "registry+https://github.com/rust-lang/crates.io-index"
19566checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19567dependencies = [
19568 "quote",
19569 "wasm-bindgen-macro-support",
19570]
19571
19572[[package]]
19573name = "wasm-bindgen-macro-support"
19574version = "0.2.113"
19575source = "registry+https://github.com/rust-lang/crates.io-index"
19576checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19577dependencies = [
19578 "bumpalo",
19579 "proc-macro2",
19580 "quote",
19581 "syn 2.0.117",
19582 "wasm-bindgen-shared",
19583]
19584
19585[[package]]
19586name = "wasm-bindgen-shared"
19587version = "0.2.113"
19588source = "registry+https://github.com/rust-lang/crates.io-index"
19589checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19590dependencies = [
19591 "unicode-ident",
19592]
19593
19594[[package]]
19595name = "wasm-encoder"
19596version = "0.201.0"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19599dependencies = [
19600 "leb128",
19601]
19602
19603[[package]]
19604name = "wasm-encoder"
19605version = "0.221.3"
19606source = "registry+https://github.com/rust-lang/crates.io-index"
19607checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19608dependencies = [
19609 "leb128",
19610 "wasmparser 0.221.3",
19611]
19612
19613[[package]]
19614name = "wasm-encoder"
19615version = "0.227.1"
19616source = "registry+https://github.com/rust-lang/crates.io-index"
19617checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19618dependencies = [
19619 "leb128fmt",
19620 "wasmparser 0.227.1",
19621]
19622
19623[[package]]
19624name = "wasm-encoder"
19625version = "0.236.1"
19626source = "registry+https://github.com/rust-lang/crates.io-index"
19627checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19628dependencies = [
19629 "leb128fmt",
19630 "wasmparser 0.236.1",
19631]
19632
19633[[package]]
19634name = "wasm-encoder"
19635version = "0.244.0"
19636source = "registry+https://github.com/rust-lang/crates.io-index"
19637checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19638dependencies = [
19639 "leb128fmt",
19640 "wasmparser 0.244.0",
19641]
19642
19643[[package]]
19644name = "wasm-metadata"
19645version = "0.201.0"
19646source = "registry+https://github.com/rust-lang/crates.io-index"
19647checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19648dependencies = [
19649 "anyhow",
19650 "indexmap",
19651 "serde",
19652 "serde_derive",
19653 "serde_json",
19654 "spdx",
19655 "wasm-encoder 0.201.0",
19656 "wasmparser 0.201.0",
19657]
19658
19659[[package]]
19660name = "wasm-metadata"
19661version = "0.227.1"
19662source = "registry+https://github.com/rust-lang/crates.io-index"
19663checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19664dependencies = [
19665 "anyhow",
19666 "auditable-serde",
19667 "flate2",
19668 "indexmap",
19669 "serde",
19670 "serde_derive",
19671 "serde_json",
19672 "spdx",
19673 "url",
19674 "wasm-encoder 0.227.1",
19675 "wasmparser 0.227.1",
19676]
19677
19678[[package]]
19679name = "wasm-metadata"
19680version = "0.244.0"
19681source = "registry+https://github.com/rust-lang/crates.io-index"
19682checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19683dependencies = [
19684 "anyhow",
19685 "indexmap",
19686 "wasm-encoder 0.244.0",
19687 "wasmparser 0.244.0",
19688]
19689
19690[[package]]
19691name = "wasm-streams"
19692version = "0.4.2"
19693source = "registry+https://github.com/rust-lang/crates.io-index"
19694checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19695dependencies = [
19696 "futures-util",
19697 "js-sys",
19698 "wasm-bindgen",
19699 "wasm-bindgen-futures",
19700 "web-sys",
19701]
19702
19703[[package]]
19704name = "wasm_thread"
19705version = "0.3.3"
19706source = "registry+https://github.com/rust-lang/crates.io-index"
19707checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19708dependencies = [
19709 "futures 0.3.32",
19710 "js-sys",
19711 "wasm-bindgen",
19712 "web-sys",
19713]
19714
19715[[package]]
19716name = "wasmparser"
19717version = "0.201.0"
19718source = "registry+https://github.com/rust-lang/crates.io-index"
19719checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19720dependencies = [
19721 "bitflags 2.10.0",
19722 "indexmap",
19723 "semver",
19724]
19725
19726[[package]]
19727name = "wasmparser"
19728version = "0.221.3"
19729source = "registry+https://github.com/rust-lang/crates.io-index"
19730checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19731dependencies = [
19732 "bitflags 2.10.0",
19733 "hashbrown 0.15.5",
19734 "indexmap",
19735 "semver",
19736 "serde",
19737]
19738
19739[[package]]
19740name = "wasmparser"
19741version = "0.227.1"
19742source = "registry+https://github.com/rust-lang/crates.io-index"
19743checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19744dependencies = [
19745 "bitflags 2.10.0",
19746 "hashbrown 0.15.5",
19747 "indexmap",
19748 "semver",
19749]
19750
19751[[package]]
19752name = "wasmparser"
19753version = "0.236.1"
19754source = "registry+https://github.com/rust-lang/crates.io-index"
19755checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19756dependencies = [
19757 "bitflags 2.10.0",
19758 "hashbrown 0.15.5",
19759 "indexmap",
19760 "semver",
19761 "serde",
19762]
19763
19764[[package]]
19765name = "wasmparser"
19766version = "0.244.0"
19767source = "registry+https://github.com/rust-lang/crates.io-index"
19768checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19769dependencies = [
19770 "bitflags 2.10.0",
19771 "hashbrown 0.15.5",
19772 "indexmap",
19773 "semver",
19774]
19775
19776[[package]]
19777name = "wasmprinter"
19778version = "0.236.1"
19779source = "registry+https://github.com/rust-lang/crates.io-index"
19780checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19781dependencies = [
19782 "anyhow",
19783 "termcolor",
19784 "wasmparser 0.236.1",
19785]
19786
19787[[package]]
19788name = "wasmtime"
19789version = "36.0.7"
19790source = "registry+https://github.com/rust-lang/crates.io-index"
19791checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19792dependencies = [
19793 "addr2line",
19794 "anyhow",
19795 "async-trait",
19796 "bitflags 2.10.0",
19797 "bumpalo",
19798 "cc",
19799 "cfg-if",
19800 "encoding_rs",
19801 "hashbrown 0.15.5",
19802 "indexmap",
19803 "libc",
19804 "log",
19805 "mach2 0.4.3",
19806 "memfd",
19807 "object",
19808 "once_cell",
19809 "postcard",
19810 "pulley-interpreter",
19811 "rayon",
19812 "rustix 1.1.2",
19813 "semver",
19814 "serde",
19815 "serde_derive",
19816 "smallvec",
19817 "target-lexicon",
19818 "wasmparser 0.236.1",
19819 "wasmtime-environ",
19820 "wasmtime-internal-asm-macros",
19821 "wasmtime-internal-component-macro",
19822 "wasmtime-internal-component-util",
19823 "wasmtime-internal-cranelift",
19824 "wasmtime-internal-fiber",
19825 "wasmtime-internal-jit-debug",
19826 "wasmtime-internal-jit-icache-coherence",
19827 "wasmtime-internal-math",
19828 "wasmtime-internal-slab",
19829 "wasmtime-internal-unwinder",
19830 "wasmtime-internal-versioned-export-macros",
19831 "wasmtime-internal-winch",
19832 "windows-sys 0.60.2",
19833]
19834
19835[[package]]
19836name = "wasmtime-c-api-impl"
19837version = "36.0.6"
19838source = "registry+https://github.com/rust-lang/crates.io-index"
19839checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19840dependencies = [
19841 "anyhow",
19842 "log",
19843 "tracing",
19844 "wasmtime",
19845 "wasmtime-internal-c-api-macros",
19846]
19847
19848[[package]]
19849name = "wasmtime-environ"
19850version = "36.0.7"
19851source = "registry+https://github.com/rust-lang/crates.io-index"
19852checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19853dependencies = [
19854 "anyhow",
19855 "cpp_demangle",
19856 "cranelift-bitset",
19857 "cranelift-entity",
19858 "gimli",
19859 "indexmap",
19860 "log",
19861 "object",
19862 "postcard",
19863 "rustc-demangle",
19864 "semver",
19865 "serde",
19866 "serde_derive",
19867 "smallvec",
19868 "target-lexicon",
19869 "wasm-encoder 0.236.1",
19870 "wasmparser 0.236.1",
19871 "wasmprinter",
19872 "wasmtime-internal-component-util",
19873]
19874
19875[[package]]
19876name = "wasmtime-internal-asm-macros"
19877version = "36.0.7"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19880dependencies = [
19881 "cfg-if",
19882]
19883
19884[[package]]
19885name = "wasmtime-internal-c-api-macros"
19886version = "36.0.6"
19887source = "registry+https://github.com/rust-lang/crates.io-index"
19888checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19889dependencies = [
19890 "proc-macro2",
19891 "quote",
19892]
19893
19894[[package]]
19895name = "wasmtime-internal-component-macro"
19896version = "36.0.7"
19897source = "registry+https://github.com/rust-lang/crates.io-index"
19898checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19899dependencies = [
19900 "anyhow",
19901 "proc-macro2",
19902 "quote",
19903 "syn 2.0.117",
19904 "wasmtime-internal-component-util",
19905 "wasmtime-internal-wit-bindgen",
19906 "wit-parser 0.236.1",
19907]
19908
19909[[package]]
19910name = "wasmtime-internal-component-util"
19911version = "36.0.7"
19912source = "registry+https://github.com/rust-lang/crates.io-index"
19913checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19914
19915[[package]]
19916name = "wasmtime-internal-cranelift"
19917version = "36.0.7"
19918source = "registry+https://github.com/rust-lang/crates.io-index"
19919checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19920dependencies = [
19921 "anyhow",
19922 "cfg-if",
19923 "cranelift-codegen",
19924 "cranelift-control",
19925 "cranelift-entity",
19926 "cranelift-frontend",
19927 "cranelift-native",
19928 "gimli",
19929 "itertools 0.14.0",
19930 "log",
19931 "object",
19932 "pulley-interpreter",
19933 "smallvec",
19934 "target-lexicon",
19935 "thiserror 2.0.17",
19936 "wasmparser 0.236.1",
19937 "wasmtime-environ",
19938 "wasmtime-internal-math",
19939 "wasmtime-internal-versioned-export-macros",
19940]
19941
19942[[package]]
19943name = "wasmtime-internal-fiber"
19944version = "36.0.7"
19945source = "registry+https://github.com/rust-lang/crates.io-index"
19946checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19947dependencies = [
19948 "anyhow",
19949 "cc",
19950 "cfg-if",
19951 "libc",
19952 "rustix 1.1.2",
19953 "wasmtime-internal-asm-macros",
19954 "wasmtime-internal-versioned-export-macros",
19955 "windows-sys 0.60.2",
19956]
19957
19958[[package]]
19959name = "wasmtime-internal-jit-debug"
19960version = "36.0.7"
19961source = "registry+https://github.com/rust-lang/crates.io-index"
19962checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19963dependencies = [
19964 "cc",
19965 "wasmtime-internal-versioned-export-macros",
19966]
19967
19968[[package]]
19969name = "wasmtime-internal-jit-icache-coherence"
19970version = "36.0.7"
19971source = "registry+https://github.com/rust-lang/crates.io-index"
19972checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19973dependencies = [
19974 "anyhow",
19975 "cfg-if",
19976 "libc",
19977 "windows-sys 0.60.2",
19978]
19979
19980[[package]]
19981name = "wasmtime-internal-math"
19982version = "36.0.7"
19983source = "registry+https://github.com/rust-lang/crates.io-index"
19984checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19985dependencies = [
19986 "libm",
19987]
19988
19989[[package]]
19990name = "wasmtime-internal-slab"
19991version = "36.0.7"
19992source = "registry+https://github.com/rust-lang/crates.io-index"
19993checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19994
19995[[package]]
19996name = "wasmtime-internal-unwinder"
19997version = "36.0.7"
19998source = "registry+https://github.com/rust-lang/crates.io-index"
19999checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
20000dependencies = [
20001 "anyhow",
20002 "cfg-if",
20003 "cranelift-codegen",
20004 "log",
20005 "object",
20006]
20007
20008[[package]]
20009name = "wasmtime-internal-versioned-export-macros"
20010version = "36.0.7"
20011source = "registry+https://github.com/rust-lang/crates.io-index"
20012checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
20013dependencies = [
20014 "proc-macro2",
20015 "quote",
20016 "syn 2.0.117",
20017]
20018
20019[[package]]
20020name = "wasmtime-internal-winch"
20021version = "36.0.7"
20022source = "registry+https://github.com/rust-lang/crates.io-index"
20023checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
20024dependencies = [
20025 "anyhow",
20026 "cranelift-codegen",
20027 "gimli",
20028 "object",
20029 "target-lexicon",
20030 "wasmparser 0.236.1",
20031 "wasmtime-environ",
20032 "wasmtime-internal-cranelift",
20033 "winch-codegen",
20034]
20035
20036[[package]]
20037name = "wasmtime-internal-wit-bindgen"
20038version = "36.0.7"
20039source = "registry+https://github.com/rust-lang/crates.io-index"
20040checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
20041dependencies = [
20042 "anyhow",
20043 "bitflags 2.10.0",
20044 "heck 0.5.0",
20045 "indexmap",
20046 "wit-parser 0.236.1",
20047]
20048
20049[[package]]
20050name = "wasmtime-wasi"
20051version = "36.0.6"
20052source = "registry+https://github.com/rust-lang/crates.io-index"
20053checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20054dependencies = [
20055 "anyhow",
20056 "async-trait",
20057 "bitflags 2.10.0",
20058 "bytes 1.11.1",
20059 "cap-fs-ext",
20060 "cap-net-ext",
20061 "cap-rand",
20062 "cap-std",
20063 "cap-time-ext",
20064 "fs-set-times",
20065 "futures 0.3.32",
20066 "io-extras",
20067 "io-lifetimes",
20068 "rustix 1.1.2",
20069 "system-interface",
20070 "thiserror 2.0.17",
20071 "tokio",
20072 "tracing",
20073 "url",
20074 "wasmtime",
20075 "wasmtime-wasi-io",
20076 "wiggle",
20077 "windows-sys 0.60.2",
20078]
20079
20080[[package]]
20081name = "wasmtime-wasi-io"
20082version = "36.0.6"
20083source = "registry+https://github.com/rust-lang/crates.io-index"
20084checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20085dependencies = [
20086 "anyhow",
20087 "async-trait",
20088 "bytes 1.11.1",
20089 "futures 0.3.32",
20090 "wasmtime",
20091]
20092
20093[[package]]
20094name = "wast"
20095version = "35.0.2"
20096source = "registry+https://github.com/rust-lang/crates.io-index"
20097checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20098dependencies = [
20099 "leb128",
20100]
20101
20102[[package]]
20103name = "watch"
20104version = "0.1.0"
20105dependencies = [
20106 "ctor",
20107 "futures 0.3.32",
20108 "gpui",
20109 "parking_lot",
20110 "zlog",
20111]
20112
20113[[package]]
20114name = "wax"
20115version = "0.7.0"
20116source = "registry+https://github.com/rust-lang/crates.io-index"
20117checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20118dependencies = [
20119 "const_format",
20120 "itertools 0.14.0",
20121 "nom 7.1.3",
20122 "pori",
20123 "regex",
20124 "thiserror 2.0.17",
20125 "walkdir",
20126]
20127
20128[[package]]
20129name = "wayland-backend"
20130version = "0.3.11"
20131source = "registry+https://github.com/rust-lang/crates.io-index"
20132checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20133dependencies = [
20134 "cc",
20135 "downcast-rs",
20136 "rustix 1.1.2",
20137 "scoped-tls",
20138 "smallvec",
20139 "wayland-sys",
20140]
20141
20142[[package]]
20143name = "wayland-client"
20144version = "0.31.11"
20145source = "registry+https://github.com/rust-lang/crates.io-index"
20146checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20147dependencies = [
20148 "bitflags 2.10.0",
20149 "rustix 1.1.2",
20150 "wayland-backend",
20151 "wayland-scanner",
20152]
20153
20154[[package]]
20155name = "wayland-cursor"
20156version = "0.31.11"
20157source = "registry+https://github.com/rust-lang/crates.io-index"
20158checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20159dependencies = [
20160 "rustix 1.1.2",
20161 "wayland-client",
20162 "xcursor",
20163]
20164
20165[[package]]
20166name = "wayland-protocols"
20167version = "0.32.9"
20168source = "registry+https://github.com/rust-lang/crates.io-index"
20169checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20170dependencies = [
20171 "bitflags 2.10.0",
20172 "wayland-backend",
20173 "wayland-client",
20174 "wayland-scanner",
20175]
20176
20177[[package]]
20178name = "wayland-protocols-plasma"
20179version = "0.3.9"
20180source = "registry+https://github.com/rust-lang/crates.io-index"
20181checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20182dependencies = [
20183 "bitflags 2.10.0",
20184 "wayland-backend",
20185 "wayland-client",
20186 "wayland-protocols",
20187 "wayland-scanner",
20188]
20189
20190[[package]]
20191name = "wayland-protocols-wlr"
20192version = "0.3.9"
20193source = "registry+https://github.com/rust-lang/crates.io-index"
20194checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20195dependencies = [
20196 "bitflags 2.10.0",
20197 "wayland-backend",
20198 "wayland-client",
20199 "wayland-protocols",
20200 "wayland-scanner",
20201]
20202
20203[[package]]
20204name = "wayland-scanner"
20205version = "0.31.7"
20206source = "registry+https://github.com/rust-lang/crates.io-index"
20207checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20208dependencies = [
20209 "proc-macro2",
20210 "quick-xml 0.37.5",
20211 "quote",
20212]
20213
20214[[package]]
20215name = "wayland-sys"
20216version = "0.31.7"
20217source = "registry+https://github.com/rust-lang/crates.io-index"
20218checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20219dependencies = [
20220 "dlib",
20221 "log",
20222 "once_cell",
20223 "pkg-config",
20224]
20225
20226[[package]]
20227name = "web-sys"
20228version = "0.3.90"
20229source = "registry+https://github.com/rust-lang/crates.io-index"
20230checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20231dependencies = [
20232 "js-sys",
20233 "wasm-bindgen",
20234]
20235
20236[[package]]
20237name = "web-time"
20238version = "1.1.0"
20239source = "registry+https://github.com/rust-lang/crates.io-index"
20240checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20241dependencies = [
20242 "js-sys",
20243 "serde",
20244 "wasm-bindgen",
20245]
20246
20247[[package]]
20248name = "web_atoms"
20249version = "0.1.3"
20250source = "registry+https://github.com/rust-lang/crates.io-index"
20251checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20252dependencies = [
20253 "phf 0.11.3",
20254 "phf_codegen",
20255 "string_cache",
20256 "string_cache_codegen",
20257]
20258
20259[[package]]
20260name = "web_search"
20261version = "0.1.0"
20262dependencies = [
20263 "anyhow",
20264 "cloud_llm_client",
20265 "collections",
20266 "gpui",
20267 "serde",
20268]
20269
20270[[package]]
20271name = "web_search_providers"
20272version = "0.1.0"
20273dependencies = [
20274 "anyhow",
20275 "client",
20276 "cloud_api_client",
20277 "cloud_api_types",
20278 "cloud_llm_client",
20279 "futures 0.3.32",
20280 "gpui",
20281 "http_client",
20282 "language_model",
20283 "serde",
20284 "serde_json",
20285 "web_search",
20286]
20287
20288[[package]]
20289name = "webpki-root-certs"
20290version = "0.26.8"
20291source = "registry+https://github.com/rust-lang/crates.io-index"
20292checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20293dependencies = [
20294 "rustls-pki-types",
20295]
20296
20297[[package]]
20298name = "webpki-roots"
20299version = "0.26.8"
20300source = "registry+https://github.com/rust-lang/crates.io-index"
20301checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20302dependencies = [
20303 "rustls-pki-types",
20304]
20305
20306[[package]]
20307name = "webrtc-sys"
20308version = "0.3.23"
20309source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20310dependencies = [
20311 "cc",
20312 "cxx",
20313 "cxx-build",
20314 "glob",
20315 "log",
20316 "pkg-config",
20317 "webrtc-sys-build",
20318]
20319
20320[[package]]
20321name = "webrtc-sys-build"
20322version = "0.3.13"
20323source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20324dependencies = [
20325 "anyhow",
20326 "fs2",
20327 "regex",
20328 "reqwest 0.12.24",
20329 "scratch",
20330 "semver",
20331 "zip 0.6.6",
20332]
20333
20334[[package]]
20335name = "weezl"
20336version = "0.1.10"
20337source = "registry+https://github.com/rust-lang/crates.io-index"
20338checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20339
20340[[package]]
20341name = "wgpu"
20342version = "29.0.0"
20343source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20344dependencies = [
20345 "arrayvec",
20346 "bitflags 2.10.0",
20347 "bytemuck",
20348 "cfg-if",
20349 "cfg_aliases 0.2.1",
20350 "document-features",
20351 "hashbrown 0.16.1",
20352 "js-sys",
20353 "log",
20354 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20355 "parking_lot",
20356 "portable-atomic",
20357 "profiling",
20358 "raw-window-handle",
20359 "smallvec",
20360 "static_assertions",
20361 "wasm-bindgen",
20362 "wasm-bindgen-futures",
20363 "web-sys",
20364 "wgpu-core",
20365 "wgpu-hal",
20366 "wgpu-types",
20367]
20368
20369[[package]]
20370name = "wgpu-core"
20371version = "29.0.0"
20372source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20373dependencies = [
20374 "arrayvec",
20375 "bit-set 0.9.1",
20376 "bit-vec 0.9.1",
20377 "bitflags 2.10.0",
20378 "bytemuck",
20379 "cfg_aliases 0.2.1",
20380 "document-features",
20381 "hashbrown 0.16.1",
20382 "indexmap",
20383 "log",
20384 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20385 "once_cell",
20386 "parking_lot",
20387 "portable-atomic",
20388 "profiling",
20389 "raw-window-handle",
20390 "rustc-hash 1.1.0",
20391 "smallvec",
20392 "thiserror 2.0.17",
20393 "wgpu-core-deps-apple",
20394 "wgpu-core-deps-emscripten",
20395 "wgpu-core-deps-windows-linux-android",
20396 "wgpu-hal",
20397 "wgpu-naga-bridge",
20398 "wgpu-types",
20399]
20400
20401[[package]]
20402name = "wgpu-core-deps-apple"
20403version = "29.0.0"
20404source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20405dependencies = [
20406 "wgpu-hal",
20407]
20408
20409[[package]]
20410name = "wgpu-core-deps-emscripten"
20411version = "29.0.0"
20412source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20413dependencies = [
20414 "wgpu-hal",
20415]
20416
20417[[package]]
20418name = "wgpu-core-deps-windows-linux-android"
20419version = "29.0.0"
20420source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20421dependencies = [
20422 "wgpu-hal",
20423]
20424
20425[[package]]
20426name = "wgpu-hal"
20427version = "29.0.0"
20428source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20429dependencies = [
20430 "android_system_properties",
20431 "arrayvec",
20432 "ash",
20433 "bit-set 0.9.1",
20434 "bitflags 2.10.0",
20435 "block2",
20436 "bytemuck",
20437 "cfg-if",
20438 "cfg_aliases 0.2.1",
20439 "glow",
20440 "glutin_wgl_sys",
20441 "gpu-allocator",
20442 "gpu-descriptor",
20443 "hashbrown 0.16.1",
20444 "js-sys",
20445 "khronos-egl",
20446 "libc",
20447 "libloading",
20448 "log",
20449 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20450 "ndk-sys",
20451 "objc2",
20452 "objc2-core-foundation",
20453 "objc2-foundation",
20454 "objc2-metal",
20455 "objc2-quartz-core",
20456 "once_cell",
20457 "ordered-float 4.6.0",
20458 "parking_lot",
20459 "portable-atomic",
20460 "portable-atomic-util",
20461 "profiling",
20462 "range-alloc",
20463 "raw-window-handle",
20464 "raw-window-metal",
20465 "renderdoc-sys",
20466 "smallvec",
20467 "thiserror 2.0.17",
20468 "wasm-bindgen",
20469 "wayland-sys",
20470 "web-sys",
20471 "wgpu-naga-bridge",
20472 "wgpu-types",
20473 "windows 0.62.2",
20474 "windows-core 0.62.2",
20475]
20476
20477[[package]]
20478name = "wgpu-naga-bridge"
20479version = "29.0.0"
20480source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20481dependencies = [
20482 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20483 "wgpu-types",
20484]
20485
20486[[package]]
20487name = "wgpu-types"
20488version = "29.0.0"
20489source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20490dependencies = [
20491 "bitflags 2.10.0",
20492 "bytemuck",
20493 "js-sys",
20494 "log",
20495 "raw-window-handle",
20496 "web-sys",
20497]
20498
20499[[package]]
20500name = "which"
20501version = "4.4.2"
20502source = "registry+https://github.com/rust-lang/crates.io-index"
20503checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20504dependencies = [
20505 "either",
20506 "home",
20507 "once_cell",
20508 "rustix 0.38.44",
20509]
20510
20511[[package]]
20512name = "which"
20513version = "6.0.3"
20514source = "registry+https://github.com/rust-lang/crates.io-index"
20515checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20516dependencies = [
20517 "either",
20518 "home",
20519 "rustix 0.38.44",
20520 "winsafe",
20521]
20522
20523[[package]]
20524name = "which_key"
20525version = "0.1.0"
20526dependencies = [
20527 "command_palette",
20528 "gpui",
20529 "serde",
20530 "settings",
20531 "theme_settings",
20532 "ui",
20533 "util",
20534 "workspace",
20535]
20536
20537[[package]]
20538name = "whoami"
20539version = "1.6.1"
20540source = "registry+https://github.com/rust-lang/crates.io-index"
20541checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20542dependencies = [
20543 "libredox",
20544 "wasite",
20545]
20546
20547[[package]]
20548name = "wiggle"
20549version = "36.0.6"
20550source = "registry+https://github.com/rust-lang/crates.io-index"
20551checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20552dependencies = [
20553 "anyhow",
20554 "async-trait",
20555 "bitflags 2.10.0",
20556 "thiserror 2.0.17",
20557 "tracing",
20558 "wasmtime",
20559 "wiggle-macro",
20560]
20561
20562[[package]]
20563name = "wiggle-generate"
20564version = "36.0.6"
20565source = "registry+https://github.com/rust-lang/crates.io-index"
20566checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20567dependencies = [
20568 "anyhow",
20569 "heck 0.5.0",
20570 "proc-macro2",
20571 "quote",
20572 "syn 2.0.117",
20573 "witx",
20574]
20575
20576[[package]]
20577name = "wiggle-macro"
20578version = "36.0.6"
20579source = "registry+https://github.com/rust-lang/crates.io-index"
20580checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20581dependencies = [
20582 "proc-macro2",
20583 "quote",
20584 "syn 2.0.117",
20585 "wiggle-generate",
20586]
20587
20588[[package]]
20589name = "winapi"
20590version = "0.3.9"
20591source = "registry+https://github.com/rust-lang/crates.io-index"
20592checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20593dependencies = [
20594 "winapi-i686-pc-windows-gnu",
20595 "winapi-x86_64-pc-windows-gnu",
20596]
20597
20598[[package]]
20599name = "winapi-i686-pc-windows-gnu"
20600version = "0.4.0"
20601source = "registry+https://github.com/rust-lang/crates.io-index"
20602checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20603
20604[[package]]
20605name = "winapi-util"
20606version = "0.1.11"
20607source = "registry+https://github.com/rust-lang/crates.io-index"
20608checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20609dependencies = [
20610 "windows-sys 0.61.2",
20611]
20612
20613[[package]]
20614name = "winapi-x86_64-pc-windows-gnu"
20615version = "0.4.0"
20616source = "registry+https://github.com/rust-lang/crates.io-index"
20617checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20618
20619[[package]]
20620name = "winch-codegen"
20621version = "36.0.7"
20622source = "registry+https://github.com/rust-lang/crates.io-index"
20623checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20624dependencies = [
20625 "anyhow",
20626 "cranelift-assembler-x64",
20627 "cranelift-codegen",
20628 "gimli",
20629 "regalloc2",
20630 "smallvec",
20631 "target-lexicon",
20632 "thiserror 2.0.17",
20633 "wasmparser 0.236.1",
20634 "wasmtime-environ",
20635 "wasmtime-internal-cranelift",
20636 "wasmtime-internal-math",
20637]
20638
20639[[package]]
20640name = "windows"
20641version = "0.56.0"
20642source = "registry+https://github.com/rust-lang/crates.io-index"
20643checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20644dependencies = [
20645 "windows-core 0.56.0",
20646 "windows-targets 0.52.6",
20647]
20648
20649[[package]]
20650name = "windows"
20651version = "0.57.0"
20652source = "registry+https://github.com/rust-lang/crates.io-index"
20653checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20654dependencies = [
20655 "windows-core 0.57.0",
20656 "windows-targets 0.52.6",
20657]
20658
20659[[package]]
20660name = "windows"
20661version = "0.58.0"
20662source = "registry+https://github.com/rust-lang/crates.io-index"
20663checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20664dependencies = [
20665 "windows-core 0.58.0",
20666 "windows-targets 0.52.6",
20667]
20668
20669[[package]]
20670name = "windows"
20671version = "0.61.3"
20672source = "registry+https://github.com/rust-lang/crates.io-index"
20673checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20674dependencies = [
20675 "windows-collections 0.2.0",
20676 "windows-core 0.61.2",
20677 "windows-future 0.2.1",
20678 "windows-link 0.1.3",
20679 "windows-numerics 0.2.0",
20680]
20681
20682[[package]]
20683name = "windows"
20684version = "0.62.2"
20685source = "registry+https://github.com/rust-lang/crates.io-index"
20686checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20687dependencies = [
20688 "windows-collections 0.3.2",
20689 "windows-core 0.62.2",
20690 "windows-future 0.3.2",
20691 "windows-numerics 0.3.1",
20692]
20693
20694[[package]]
20695name = "windows-bindgen"
20696version = "0.61.1"
20697source = "registry+https://github.com/rust-lang/crates.io-index"
20698checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20699dependencies = [
20700 "serde",
20701 "serde_json",
20702 "windows-threading 0.1.0",
20703]
20704
20705[[package]]
20706name = "windows-capture"
20707version = "1.4.3"
20708source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20709dependencies = [
20710 "clap",
20711 "ctrlc",
20712 "parking_lot",
20713 "rayon",
20714 "thiserror 2.0.17",
20715 "windows 0.61.3",
20716 "windows-future 0.2.1",
20717]
20718
20719[[package]]
20720name = "windows-collections"
20721version = "0.2.0"
20722source = "registry+https://github.com/rust-lang/crates.io-index"
20723checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20724dependencies = [
20725 "windows-core 0.61.2",
20726]
20727
20728[[package]]
20729name = "windows-collections"
20730version = "0.3.2"
20731source = "registry+https://github.com/rust-lang/crates.io-index"
20732checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20733dependencies = [
20734 "windows-core 0.62.2",
20735]
20736
20737[[package]]
20738name = "windows-core"
20739version = "0.56.0"
20740source = "registry+https://github.com/rust-lang/crates.io-index"
20741checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20742dependencies = [
20743 "windows-implement 0.56.0",
20744 "windows-interface 0.56.0",
20745 "windows-result 0.1.2",
20746 "windows-targets 0.52.6",
20747]
20748
20749[[package]]
20750name = "windows-core"
20751version = "0.57.0"
20752source = "registry+https://github.com/rust-lang/crates.io-index"
20753checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20754dependencies = [
20755 "windows-implement 0.57.0",
20756 "windows-interface 0.57.0",
20757 "windows-result 0.1.2",
20758 "windows-targets 0.52.6",
20759]
20760
20761[[package]]
20762name = "windows-core"
20763version = "0.58.0"
20764source = "registry+https://github.com/rust-lang/crates.io-index"
20765checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20766dependencies = [
20767 "windows-implement 0.58.0",
20768 "windows-interface 0.58.0",
20769 "windows-result 0.2.0",
20770 "windows-strings 0.1.0",
20771 "windows-targets 0.52.6",
20772]
20773
20774[[package]]
20775name = "windows-core"
20776version = "0.61.2"
20777source = "registry+https://github.com/rust-lang/crates.io-index"
20778checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20779dependencies = [
20780 "windows-implement 0.60.2",
20781 "windows-interface 0.59.3",
20782 "windows-link 0.1.3",
20783 "windows-result 0.3.4",
20784 "windows-strings 0.4.2",
20785]
20786
20787[[package]]
20788name = "windows-core"
20789version = "0.62.2"
20790source = "registry+https://github.com/rust-lang/crates.io-index"
20791checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20792dependencies = [
20793 "windows-implement 0.60.2",
20794 "windows-interface 0.59.3",
20795 "windows-link 0.2.1",
20796 "windows-result 0.4.1",
20797 "windows-strings 0.5.1",
20798]
20799
20800[[package]]
20801name = "windows-future"
20802version = "0.2.1"
20803source = "registry+https://github.com/rust-lang/crates.io-index"
20804checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20805dependencies = [
20806 "windows-core 0.61.2",
20807 "windows-link 0.1.3",
20808 "windows-threading 0.1.0",
20809]
20810
20811[[package]]
20812name = "windows-future"
20813version = "0.3.2"
20814source = "registry+https://github.com/rust-lang/crates.io-index"
20815checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20816dependencies = [
20817 "windows-core 0.62.2",
20818 "windows-link 0.2.1",
20819 "windows-threading 0.2.1",
20820]
20821
20822[[package]]
20823name = "windows-implement"
20824version = "0.56.0"
20825source = "registry+https://github.com/rust-lang/crates.io-index"
20826checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20827dependencies = [
20828 "proc-macro2",
20829 "quote",
20830 "syn 2.0.117",
20831]
20832
20833[[package]]
20834name = "windows-implement"
20835version = "0.57.0"
20836source = "registry+https://github.com/rust-lang/crates.io-index"
20837checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20838dependencies = [
20839 "proc-macro2",
20840 "quote",
20841 "syn 2.0.117",
20842]
20843
20844[[package]]
20845name = "windows-implement"
20846version = "0.58.0"
20847source = "registry+https://github.com/rust-lang/crates.io-index"
20848checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20849dependencies = [
20850 "proc-macro2",
20851 "quote",
20852 "syn 2.0.117",
20853]
20854
20855[[package]]
20856name = "windows-implement"
20857version = "0.60.2"
20858source = "registry+https://github.com/rust-lang/crates.io-index"
20859checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20860dependencies = [
20861 "proc-macro2",
20862 "quote",
20863 "syn 2.0.117",
20864]
20865
20866[[package]]
20867name = "windows-interface"
20868version = "0.56.0"
20869source = "registry+https://github.com/rust-lang/crates.io-index"
20870checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20871dependencies = [
20872 "proc-macro2",
20873 "quote",
20874 "syn 2.0.117",
20875]
20876
20877[[package]]
20878name = "windows-interface"
20879version = "0.57.0"
20880source = "registry+https://github.com/rust-lang/crates.io-index"
20881checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20882dependencies = [
20883 "proc-macro2",
20884 "quote",
20885 "syn 2.0.117",
20886]
20887
20888[[package]]
20889name = "windows-interface"
20890version = "0.58.0"
20891source = "registry+https://github.com/rust-lang/crates.io-index"
20892checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20893dependencies = [
20894 "proc-macro2",
20895 "quote",
20896 "syn 2.0.117",
20897]
20898
20899[[package]]
20900name = "windows-interface"
20901version = "0.59.3"
20902source = "registry+https://github.com/rust-lang/crates.io-index"
20903checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20904dependencies = [
20905 "proc-macro2",
20906 "quote",
20907 "syn 2.0.117",
20908]
20909
20910[[package]]
20911name = "windows-link"
20912version = "0.1.3"
20913source = "registry+https://github.com/rust-lang/crates.io-index"
20914checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20915
20916[[package]]
20917name = "windows-link"
20918version = "0.2.1"
20919source = "registry+https://github.com/rust-lang/crates.io-index"
20920checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20921
20922[[package]]
20923name = "windows-numerics"
20924version = "0.2.0"
20925source = "registry+https://github.com/rust-lang/crates.io-index"
20926checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20927dependencies = [
20928 "windows-core 0.61.2",
20929 "windows-link 0.1.3",
20930]
20931
20932[[package]]
20933name = "windows-numerics"
20934version = "0.3.1"
20935source = "registry+https://github.com/rust-lang/crates.io-index"
20936checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20937dependencies = [
20938 "windows-core 0.62.2",
20939 "windows-link 0.2.1",
20940]
20941
20942[[package]]
20943name = "windows-registry"
20944version = "0.4.0"
20945source = "registry+https://github.com/rust-lang/crates.io-index"
20946checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20947dependencies = [
20948 "windows-result 0.3.4",
20949 "windows-strings 0.3.1",
20950 "windows-targets 0.53.5",
20951]
20952
20953[[package]]
20954name = "windows-registry"
20955version = "0.5.3"
20956source = "registry+https://github.com/rust-lang/crates.io-index"
20957checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20958dependencies = [
20959 "windows-link 0.1.3",
20960 "windows-result 0.3.4",
20961 "windows-strings 0.4.2",
20962]
20963
20964[[package]]
20965name = "windows-registry"
20966version = "0.6.1"
20967source = "registry+https://github.com/rust-lang/crates.io-index"
20968checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20969dependencies = [
20970 "windows-link 0.2.1",
20971 "windows-result 0.4.1",
20972 "windows-strings 0.5.1",
20973]
20974
20975[[package]]
20976name = "windows-result"
20977version = "0.1.2"
20978source = "registry+https://github.com/rust-lang/crates.io-index"
20979checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20980dependencies = [
20981 "windows-targets 0.52.6",
20982]
20983
20984[[package]]
20985name = "windows-result"
20986version = "0.2.0"
20987source = "registry+https://github.com/rust-lang/crates.io-index"
20988checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20989dependencies = [
20990 "windows-targets 0.52.6",
20991]
20992
20993[[package]]
20994name = "windows-result"
20995version = "0.3.4"
20996source = "registry+https://github.com/rust-lang/crates.io-index"
20997checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20998dependencies = [
20999 "windows-link 0.1.3",
21000]
21001
21002[[package]]
21003name = "windows-result"
21004version = "0.4.1"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
21007dependencies = [
21008 "windows-link 0.2.1",
21009]
21010
21011[[package]]
21012name = "windows-strings"
21013version = "0.1.0"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
21016dependencies = [
21017 "windows-result 0.2.0",
21018 "windows-targets 0.52.6",
21019]
21020
21021[[package]]
21022name = "windows-strings"
21023version = "0.3.1"
21024source = "registry+https://github.com/rust-lang/crates.io-index"
21025checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
21026dependencies = [
21027 "windows-link 0.1.3",
21028]
21029
21030[[package]]
21031name = "windows-strings"
21032version = "0.4.2"
21033source = "registry+https://github.com/rust-lang/crates.io-index"
21034checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21035dependencies = [
21036 "windows-link 0.1.3",
21037]
21038
21039[[package]]
21040name = "windows-strings"
21041version = "0.5.1"
21042source = "registry+https://github.com/rust-lang/crates.io-index"
21043checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21044dependencies = [
21045 "windows-link 0.2.1",
21046]
21047
21048[[package]]
21049name = "windows-sys"
21050version = "0.45.0"
21051source = "registry+https://github.com/rust-lang/crates.io-index"
21052checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21053dependencies = [
21054 "windows-targets 0.42.2",
21055]
21056
21057[[package]]
21058name = "windows-sys"
21059version = "0.48.0"
21060source = "registry+https://github.com/rust-lang/crates.io-index"
21061checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21062dependencies = [
21063 "windows-targets 0.48.5",
21064]
21065
21066[[package]]
21067name = "windows-sys"
21068version = "0.52.0"
21069source = "registry+https://github.com/rust-lang/crates.io-index"
21070checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21071dependencies = [
21072 "windows-targets 0.52.6",
21073]
21074
21075[[package]]
21076name = "windows-sys"
21077version = "0.59.0"
21078source = "registry+https://github.com/rust-lang/crates.io-index"
21079checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21080dependencies = [
21081 "windows-targets 0.52.6",
21082]
21083
21084[[package]]
21085name = "windows-sys"
21086version = "0.60.2"
21087source = "registry+https://github.com/rust-lang/crates.io-index"
21088checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21089dependencies = [
21090 "windows-targets 0.53.5",
21091]
21092
21093[[package]]
21094name = "windows-sys"
21095version = "0.61.2"
21096source = "registry+https://github.com/rust-lang/crates.io-index"
21097checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21098dependencies = [
21099 "windows-link 0.2.1",
21100]
21101
21102[[package]]
21103name = "windows-targets"
21104version = "0.42.2"
21105source = "registry+https://github.com/rust-lang/crates.io-index"
21106checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21107dependencies = [
21108 "windows_aarch64_gnullvm 0.42.2",
21109 "windows_aarch64_msvc 0.42.2",
21110 "windows_i686_gnu 0.42.2",
21111 "windows_i686_msvc 0.42.2",
21112 "windows_x86_64_gnu 0.42.2",
21113 "windows_x86_64_gnullvm 0.42.2",
21114 "windows_x86_64_msvc 0.42.2",
21115]
21116
21117[[package]]
21118name = "windows-targets"
21119version = "0.48.5"
21120source = "registry+https://github.com/rust-lang/crates.io-index"
21121checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21122dependencies = [
21123 "windows_aarch64_gnullvm 0.48.5",
21124 "windows_aarch64_msvc 0.48.5",
21125 "windows_i686_gnu 0.48.5",
21126 "windows_i686_msvc 0.48.5",
21127 "windows_x86_64_gnu 0.48.5",
21128 "windows_x86_64_gnullvm 0.48.5",
21129 "windows_x86_64_msvc 0.48.5",
21130]
21131
21132[[package]]
21133name = "windows-targets"
21134version = "0.52.6"
21135source = "registry+https://github.com/rust-lang/crates.io-index"
21136checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21137dependencies = [
21138 "windows_aarch64_gnullvm 0.52.6",
21139 "windows_aarch64_msvc 0.52.6",
21140 "windows_i686_gnu 0.52.6",
21141 "windows_i686_gnullvm 0.52.6",
21142 "windows_i686_msvc 0.52.6",
21143 "windows_x86_64_gnu 0.52.6",
21144 "windows_x86_64_gnullvm 0.52.6",
21145 "windows_x86_64_msvc 0.52.6",
21146]
21147
21148[[package]]
21149name = "windows-targets"
21150version = "0.53.5"
21151source = "registry+https://github.com/rust-lang/crates.io-index"
21152checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21153dependencies = [
21154 "windows-link 0.2.1",
21155 "windows_aarch64_gnullvm 0.53.1",
21156 "windows_aarch64_msvc 0.53.1",
21157 "windows_i686_gnu 0.53.1",
21158 "windows_i686_gnullvm 0.53.1",
21159 "windows_i686_msvc 0.53.1",
21160 "windows_x86_64_gnu 0.53.1",
21161 "windows_x86_64_gnullvm 0.53.1",
21162 "windows_x86_64_msvc 0.53.1",
21163]
21164
21165[[package]]
21166name = "windows-threading"
21167version = "0.1.0"
21168source = "registry+https://github.com/rust-lang/crates.io-index"
21169checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21170dependencies = [
21171 "windows-link 0.1.3",
21172]
21173
21174[[package]]
21175name = "windows-threading"
21176version = "0.2.1"
21177source = "registry+https://github.com/rust-lang/crates.io-index"
21178checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21179dependencies = [
21180 "windows-link 0.2.1",
21181]
21182
21183[[package]]
21184name = "windows_aarch64_gnullvm"
21185version = "0.42.2"
21186source = "registry+https://github.com/rust-lang/crates.io-index"
21187checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21188
21189[[package]]
21190name = "windows_aarch64_gnullvm"
21191version = "0.48.5"
21192source = "registry+https://github.com/rust-lang/crates.io-index"
21193checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21194
21195[[package]]
21196name = "windows_aarch64_gnullvm"
21197version = "0.52.6"
21198source = "registry+https://github.com/rust-lang/crates.io-index"
21199checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21200
21201[[package]]
21202name = "windows_aarch64_gnullvm"
21203version = "0.53.1"
21204source = "registry+https://github.com/rust-lang/crates.io-index"
21205checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21206
21207[[package]]
21208name = "windows_aarch64_msvc"
21209version = "0.42.2"
21210source = "registry+https://github.com/rust-lang/crates.io-index"
21211checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21212
21213[[package]]
21214name = "windows_aarch64_msvc"
21215version = "0.48.5"
21216source = "registry+https://github.com/rust-lang/crates.io-index"
21217checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21218
21219[[package]]
21220name = "windows_aarch64_msvc"
21221version = "0.52.6"
21222source = "registry+https://github.com/rust-lang/crates.io-index"
21223checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21224
21225[[package]]
21226name = "windows_aarch64_msvc"
21227version = "0.53.1"
21228source = "registry+https://github.com/rust-lang/crates.io-index"
21229checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21230
21231[[package]]
21232name = "windows_i686_gnu"
21233version = "0.42.2"
21234source = "registry+https://github.com/rust-lang/crates.io-index"
21235checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21236
21237[[package]]
21238name = "windows_i686_gnu"
21239version = "0.48.5"
21240source = "registry+https://github.com/rust-lang/crates.io-index"
21241checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21242
21243[[package]]
21244name = "windows_i686_gnu"
21245version = "0.52.6"
21246source = "registry+https://github.com/rust-lang/crates.io-index"
21247checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21248
21249[[package]]
21250name = "windows_i686_gnu"
21251version = "0.53.1"
21252source = "registry+https://github.com/rust-lang/crates.io-index"
21253checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21254
21255[[package]]
21256name = "windows_i686_gnullvm"
21257version = "0.52.6"
21258source = "registry+https://github.com/rust-lang/crates.io-index"
21259checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21260
21261[[package]]
21262name = "windows_i686_gnullvm"
21263version = "0.53.1"
21264source = "registry+https://github.com/rust-lang/crates.io-index"
21265checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21266
21267[[package]]
21268name = "windows_i686_msvc"
21269version = "0.42.2"
21270source = "registry+https://github.com/rust-lang/crates.io-index"
21271checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21272
21273[[package]]
21274name = "windows_i686_msvc"
21275version = "0.48.5"
21276source = "registry+https://github.com/rust-lang/crates.io-index"
21277checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21278
21279[[package]]
21280name = "windows_i686_msvc"
21281version = "0.52.6"
21282source = "registry+https://github.com/rust-lang/crates.io-index"
21283checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21284
21285[[package]]
21286name = "windows_i686_msvc"
21287version = "0.53.1"
21288source = "registry+https://github.com/rust-lang/crates.io-index"
21289checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21290
21291[[package]]
21292name = "windows_x86_64_gnu"
21293version = "0.42.2"
21294source = "registry+https://github.com/rust-lang/crates.io-index"
21295checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21296
21297[[package]]
21298name = "windows_x86_64_gnu"
21299version = "0.48.5"
21300source = "registry+https://github.com/rust-lang/crates.io-index"
21301checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21302
21303[[package]]
21304name = "windows_x86_64_gnu"
21305version = "0.52.6"
21306source = "registry+https://github.com/rust-lang/crates.io-index"
21307checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21308
21309[[package]]
21310name = "windows_x86_64_gnu"
21311version = "0.53.1"
21312source = "registry+https://github.com/rust-lang/crates.io-index"
21313checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21314
21315[[package]]
21316name = "windows_x86_64_gnullvm"
21317version = "0.42.2"
21318source = "registry+https://github.com/rust-lang/crates.io-index"
21319checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21320
21321[[package]]
21322name = "windows_x86_64_gnullvm"
21323version = "0.48.5"
21324source = "registry+https://github.com/rust-lang/crates.io-index"
21325checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21326
21327[[package]]
21328name = "windows_x86_64_gnullvm"
21329version = "0.52.6"
21330source = "registry+https://github.com/rust-lang/crates.io-index"
21331checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21332
21333[[package]]
21334name = "windows_x86_64_gnullvm"
21335version = "0.53.1"
21336source = "registry+https://github.com/rust-lang/crates.io-index"
21337checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21338
21339[[package]]
21340name = "windows_x86_64_msvc"
21341version = "0.42.2"
21342source = "registry+https://github.com/rust-lang/crates.io-index"
21343checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21344
21345[[package]]
21346name = "windows_x86_64_msvc"
21347version = "0.48.5"
21348source = "registry+https://github.com/rust-lang/crates.io-index"
21349checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21350
21351[[package]]
21352name = "windows_x86_64_msvc"
21353version = "0.52.6"
21354source = "registry+https://github.com/rust-lang/crates.io-index"
21355checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21356
21357[[package]]
21358name = "windows_x86_64_msvc"
21359version = "0.53.1"
21360source = "registry+https://github.com/rust-lang/crates.io-index"
21361checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21362
21363[[package]]
21364name = "winnow"
21365version = "0.7.13"
21366source = "registry+https://github.com/rust-lang/crates.io-index"
21367checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21368dependencies = [
21369 "memchr",
21370]
21371
21372[[package]]
21373name = "winreg"
21374version = "0.10.1"
21375source = "registry+https://github.com/rust-lang/crates.io-index"
21376checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21377dependencies = [
21378 "winapi",
21379]
21380
21381[[package]]
21382name = "winreg"
21383version = "0.50.0"
21384source = "registry+https://github.com/rust-lang/crates.io-index"
21385checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21386dependencies = [
21387 "cfg-if",
21388 "windows-sys 0.48.0",
21389]
21390
21391[[package]]
21392name = "winreg"
21393version = "0.55.0"
21394source = "registry+https://github.com/rust-lang/crates.io-index"
21395checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21396dependencies = [
21397 "cfg-if",
21398 "windows-sys 0.59.0",
21399]
21400
21401[[package]]
21402name = "winresource"
21403version = "0.1.23"
21404source = "registry+https://github.com/rust-lang/crates.io-index"
21405checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21406dependencies = [
21407 "toml 0.8.23",
21408 "version_check",
21409]
21410
21411[[package]]
21412name = "winsafe"
21413version = "0.0.19"
21414source = "registry+https://github.com/rust-lang/crates.io-index"
21415checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21416
21417[[package]]
21418name = "winx"
21419version = "0.36.4"
21420source = "registry+https://github.com/rust-lang/crates.io-index"
21421checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21422dependencies = [
21423 "bitflags 2.10.0",
21424 "windows-sys 0.59.0",
21425]
21426
21427[[package]]
21428name = "wio"
21429version = "0.2.2"
21430source = "registry+https://github.com/rust-lang/crates.io-index"
21431checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21432dependencies = [
21433 "winapi",
21434]
21435
21436[[package]]
21437name = "wit-bindgen"
21438version = "0.22.0"
21439source = "registry+https://github.com/rust-lang/crates.io-index"
21440checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21441dependencies = [
21442 "bitflags 2.10.0",
21443 "wit-bindgen-rt 0.22.0",
21444 "wit-bindgen-rust-macro 0.22.0",
21445]
21446
21447[[package]]
21448name = "wit-bindgen"
21449version = "0.41.0"
21450source = "registry+https://github.com/rust-lang/crates.io-index"
21451checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21452dependencies = [
21453 "wit-bindgen-rt 0.41.0",
21454 "wit-bindgen-rust-macro 0.41.0",
21455]
21456
21457[[package]]
21458name = "wit-bindgen"
21459version = "0.46.0"
21460source = "registry+https://github.com/rust-lang/crates.io-index"
21461checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21462
21463[[package]]
21464name = "wit-bindgen"
21465version = "0.51.0"
21466source = "registry+https://github.com/rust-lang/crates.io-index"
21467checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21468dependencies = [
21469 "wit-bindgen-rust-macro 0.51.0",
21470]
21471
21472[[package]]
21473name = "wit-bindgen-core"
21474version = "0.22.0"
21475source = "registry+https://github.com/rust-lang/crates.io-index"
21476checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21477dependencies = [
21478 "anyhow",
21479 "wit-parser 0.201.0",
21480]
21481
21482[[package]]
21483name = "wit-bindgen-core"
21484version = "0.41.0"
21485source = "registry+https://github.com/rust-lang/crates.io-index"
21486checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21487dependencies = [
21488 "anyhow",
21489 "heck 0.5.0",
21490 "wit-parser 0.227.1",
21491]
21492
21493[[package]]
21494name = "wit-bindgen-core"
21495version = "0.51.0"
21496source = "registry+https://github.com/rust-lang/crates.io-index"
21497checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21498dependencies = [
21499 "anyhow",
21500 "heck 0.5.0",
21501 "wit-parser 0.244.0",
21502]
21503
21504[[package]]
21505name = "wit-bindgen-rt"
21506version = "0.22.0"
21507source = "registry+https://github.com/rust-lang/crates.io-index"
21508checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21509
21510[[package]]
21511name = "wit-bindgen-rt"
21512version = "0.41.0"
21513source = "registry+https://github.com/rust-lang/crates.io-index"
21514checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21515dependencies = [
21516 "bitflags 2.10.0",
21517 "futures 0.3.32",
21518 "once_cell",
21519]
21520
21521[[package]]
21522name = "wit-bindgen-rust"
21523version = "0.22.0"
21524source = "registry+https://github.com/rust-lang/crates.io-index"
21525checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21526dependencies = [
21527 "anyhow",
21528 "heck 0.4.1",
21529 "indexmap",
21530 "wasm-metadata 0.201.0",
21531 "wit-bindgen-core 0.22.0",
21532 "wit-component 0.201.0",
21533]
21534
21535[[package]]
21536name = "wit-bindgen-rust"
21537version = "0.41.0"
21538source = "registry+https://github.com/rust-lang/crates.io-index"
21539checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21540dependencies = [
21541 "anyhow",
21542 "heck 0.5.0",
21543 "indexmap",
21544 "prettyplease",
21545 "syn 2.0.117",
21546 "wasm-metadata 0.227.1",
21547 "wit-bindgen-core 0.41.0",
21548 "wit-component 0.227.1",
21549]
21550
21551[[package]]
21552name = "wit-bindgen-rust"
21553version = "0.51.0"
21554source = "registry+https://github.com/rust-lang/crates.io-index"
21555checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21556dependencies = [
21557 "anyhow",
21558 "heck 0.5.0",
21559 "indexmap",
21560 "prettyplease",
21561 "syn 2.0.117",
21562 "wasm-metadata 0.244.0",
21563 "wit-bindgen-core 0.51.0",
21564 "wit-component 0.244.0",
21565]
21566
21567[[package]]
21568name = "wit-bindgen-rust-macro"
21569version = "0.22.0"
21570source = "registry+https://github.com/rust-lang/crates.io-index"
21571checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21572dependencies = [
21573 "anyhow",
21574 "proc-macro2",
21575 "quote",
21576 "syn 2.0.117",
21577 "wit-bindgen-core 0.22.0",
21578 "wit-bindgen-rust 0.22.0",
21579]
21580
21581[[package]]
21582name = "wit-bindgen-rust-macro"
21583version = "0.41.0"
21584source = "registry+https://github.com/rust-lang/crates.io-index"
21585checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21586dependencies = [
21587 "anyhow",
21588 "prettyplease",
21589 "proc-macro2",
21590 "quote",
21591 "syn 2.0.117",
21592 "wit-bindgen-core 0.41.0",
21593 "wit-bindgen-rust 0.41.0",
21594]
21595
21596[[package]]
21597name = "wit-bindgen-rust-macro"
21598version = "0.51.0"
21599source = "registry+https://github.com/rust-lang/crates.io-index"
21600checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21601dependencies = [
21602 "anyhow",
21603 "prettyplease",
21604 "proc-macro2",
21605 "quote",
21606 "syn 2.0.117",
21607 "wit-bindgen-core 0.51.0",
21608 "wit-bindgen-rust 0.51.0",
21609]
21610
21611[[package]]
21612name = "wit-component"
21613version = "0.201.0"
21614source = "registry+https://github.com/rust-lang/crates.io-index"
21615checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21616dependencies = [
21617 "anyhow",
21618 "bitflags 2.10.0",
21619 "indexmap",
21620 "log",
21621 "serde",
21622 "serde_derive",
21623 "serde_json",
21624 "wasm-encoder 0.201.0",
21625 "wasm-metadata 0.201.0",
21626 "wasmparser 0.201.0",
21627 "wit-parser 0.201.0",
21628]
21629
21630[[package]]
21631name = "wit-component"
21632version = "0.227.1"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21635dependencies = [
21636 "anyhow",
21637 "bitflags 2.10.0",
21638 "indexmap",
21639 "log",
21640 "serde",
21641 "serde_derive",
21642 "serde_json",
21643 "wasm-encoder 0.227.1",
21644 "wasm-metadata 0.227.1",
21645 "wasmparser 0.227.1",
21646 "wit-parser 0.227.1",
21647]
21648
21649[[package]]
21650name = "wit-component"
21651version = "0.244.0"
21652source = "registry+https://github.com/rust-lang/crates.io-index"
21653checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21654dependencies = [
21655 "anyhow",
21656 "bitflags 2.10.0",
21657 "indexmap",
21658 "log",
21659 "serde",
21660 "serde_derive",
21661 "serde_json",
21662 "wasm-encoder 0.244.0",
21663 "wasm-metadata 0.244.0",
21664 "wasmparser 0.244.0",
21665 "wit-parser 0.244.0",
21666]
21667
21668[[package]]
21669name = "wit-parser"
21670version = "0.201.0"
21671source = "registry+https://github.com/rust-lang/crates.io-index"
21672checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21673dependencies = [
21674 "anyhow",
21675 "id-arena",
21676 "indexmap",
21677 "log",
21678 "semver",
21679 "serde",
21680 "serde_derive",
21681 "serde_json",
21682 "unicode-xid",
21683 "wasmparser 0.201.0",
21684]
21685
21686[[package]]
21687name = "wit-parser"
21688version = "0.227.1"
21689source = "registry+https://github.com/rust-lang/crates.io-index"
21690checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21691dependencies = [
21692 "anyhow",
21693 "id-arena",
21694 "indexmap",
21695 "log",
21696 "semver",
21697 "serde",
21698 "serde_derive",
21699 "serde_json",
21700 "unicode-xid",
21701 "wasmparser 0.227.1",
21702]
21703
21704[[package]]
21705name = "wit-parser"
21706version = "0.236.1"
21707source = "registry+https://github.com/rust-lang/crates.io-index"
21708checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21709dependencies = [
21710 "anyhow",
21711 "id-arena",
21712 "indexmap",
21713 "log",
21714 "semver",
21715 "serde",
21716 "serde_derive",
21717 "serde_json",
21718 "unicode-xid",
21719 "wasmparser 0.236.1",
21720]
21721
21722[[package]]
21723name = "wit-parser"
21724version = "0.244.0"
21725source = "registry+https://github.com/rust-lang/crates.io-index"
21726checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21727dependencies = [
21728 "anyhow",
21729 "id-arena",
21730 "indexmap",
21731 "log",
21732 "semver",
21733 "serde",
21734 "serde_derive",
21735 "serde_json",
21736 "unicode-xid",
21737 "wasmparser 0.244.0",
21738]
21739
21740[[package]]
21741name = "witx"
21742version = "0.9.1"
21743source = "registry+https://github.com/rust-lang/crates.io-index"
21744checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21745dependencies = [
21746 "anyhow",
21747 "log",
21748 "thiserror 1.0.69",
21749 "wast",
21750]
21751
21752[[package]]
21753name = "workspace"
21754version = "0.1.0"
21755dependencies = [
21756 "agent_settings",
21757 "any_vec",
21758 "anyhow",
21759 "async-recursion",
21760 "chrono",
21761 "client",
21762 "clock",
21763 "collections",
21764 "component",
21765 "db",
21766 "fs",
21767 "futures 0.3.32",
21768 "git",
21769 "gpui",
21770 "http_client",
21771 "itertools 0.14.0",
21772 "language",
21773 "log",
21774 "markdown",
21775 "menu",
21776 "node_runtime",
21777 "parking_lot",
21778 "postage",
21779 "pretty_assertions",
21780 "project",
21781 "remote",
21782 "schemars",
21783 "serde",
21784 "serde_json",
21785 "session",
21786 "settings",
21787 "smallvec",
21788 "sqlez",
21789 "strum 0.27.2",
21790 "task",
21791 "telemetry",
21792 "tempfile",
21793 "theme",
21794 "theme_settings",
21795 "ui",
21796 "util",
21797 "uuid",
21798 "vim_mode_setting",
21799 "windows 0.61.3",
21800 "zed_actions",
21801 "zlog",
21802]
21803
21804[[package]]
21805name = "worktree"
21806version = "0.1.0"
21807dependencies = [
21808 "anyhow",
21809 "async-lock 2.8.0",
21810 "chardetng",
21811 "clock",
21812 "collections",
21813 "encoding_rs",
21814 "fs",
21815 "futures 0.3.32",
21816 "fuzzy",
21817 "git",
21818 "gpui",
21819 "ignore",
21820 "language",
21821 "log",
21822 "parking_lot",
21823 "paths",
21824 "postage",
21825 "pretty_assertions",
21826 "rand 0.9.3",
21827 "rpc",
21828 "serde",
21829 "serde_json",
21830 "settings",
21831 "smallvec",
21832 "smol",
21833 "sum_tree",
21834 "text",
21835 "tracing",
21836 "util",
21837 "worktree",
21838 "zlog",
21839 "ztracing",
21840]
21841
21842[[package]]
21843name = "worktree_benchmarks"
21844version = "0.1.0"
21845dependencies = [
21846 "fs",
21847 "gpui_platform",
21848 "settings",
21849 "worktree",
21850]
21851
21852[[package]]
21853name = "wprcontrol"
21854version = "0.1.0"
21855source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21856dependencies = [
21857 "windows 0.61.3",
21858 "windows-bindgen",
21859 "windows-core 0.61.2",
21860 "windows-link 0.2.1",
21861]
21862
21863[[package]]
21864name = "writeable"
21865version = "0.6.1"
21866source = "registry+https://github.com/rust-lang/crates.io-index"
21867checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21868
21869[[package]]
21870name = "wyz"
21871version = "0.5.1"
21872source = "registry+https://github.com/rust-lang/crates.io-index"
21873checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21874dependencies = [
21875 "tap",
21876]
21877
21878[[package]]
21879name = "x11"
21880version = "2.21.0"
21881source = "registry+https://github.com/rust-lang/crates.io-index"
21882checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21883dependencies = [
21884 "libc",
21885 "pkg-config",
21886]
21887
21888[[package]]
21889name = "x11-clipboard"
21890version = "0.9.3"
21891source = "registry+https://github.com/rust-lang/crates.io-index"
21892checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21893dependencies = [
21894 "libc",
21895 "x11rb",
21896]
21897
21898[[package]]
21899name = "x11rb"
21900version = "0.13.2"
21901source = "registry+https://github.com/rust-lang/crates.io-index"
21902checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21903dependencies = [
21904 "as-raw-xcb-connection",
21905 "gethostname",
21906 "libc",
21907 "rustix 1.1.2",
21908 "x11rb-protocol",
21909 "xcursor",
21910]
21911
21912[[package]]
21913name = "x11rb-protocol"
21914version = "0.13.2"
21915source = "registry+https://github.com/rust-lang/crates.io-index"
21916checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21917
21918[[package]]
21919name = "x_ai"
21920version = "0.1.0"
21921dependencies = [
21922 "anyhow",
21923 "language_model_core",
21924 "schemars",
21925 "serde",
21926 "strum 0.27.2",
21927 "tiktoken-rs",
21928]
21929
21930[[package]]
21931name = "xattr"
21932version = "0.2.3"
21933source = "registry+https://github.com/rust-lang/crates.io-index"
21934checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21935dependencies = [
21936 "libc",
21937]
21938
21939[[package]]
21940name = "xcb"
21941version = "1.6.0"
21942source = "registry+https://github.com/rust-lang/crates.io-index"
21943checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21944dependencies = [
21945 "bitflags 1.3.2",
21946 "libc",
21947 "quick-xml 0.30.0",
21948 "x11",
21949]
21950
21951[[package]]
21952name = "xcursor"
21953version = "0.3.10"
21954source = "registry+https://github.com/rust-lang/crates.io-index"
21955checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21956
21957[[package]]
21958name = "xim-ctext"
21959version = "0.3.0"
21960source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21961dependencies = [
21962 "encoding_rs",
21963]
21964
21965[[package]]
21966name = "xim-parser"
21967version = "0.2.1"
21968source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21969dependencies = [
21970 "bitflags 2.10.0",
21971]
21972
21973[[package]]
21974name = "xkbcommon"
21975version = "0.8.0"
21976source = "registry+https://github.com/rust-lang/crates.io-index"
21977checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21978dependencies = [
21979 "as-raw-xcb-connection",
21980 "libc",
21981 "memmap2",
21982 "xkeysym",
21983]
21984
21985[[package]]
21986name = "xkeysym"
21987version = "0.2.1"
21988source = "registry+https://github.com/rust-lang/crates.io-index"
21989checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21990
21991[[package]]
21992name = "xml-rs"
21993version = "0.8.28"
21994source = "registry+https://github.com/rust-lang/crates.io-index"
21995checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21996
21997[[package]]
21998name = "xml5ever"
21999version = "0.18.1"
22000source = "registry+https://github.com/rust-lang/crates.io-index"
22001checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
22002dependencies = [
22003 "log",
22004 "mac",
22005 "markup5ever 0.12.1",
22006]
22007
22008[[package]]
22009name = "xmlparser"
22010version = "0.13.6"
22011source = "registry+https://github.com/rust-lang/crates.io-index"
22012checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
22013
22014[[package]]
22015name = "xmlwriter"
22016version = "0.1.0"
22017source = "registry+https://github.com/rust-lang/crates.io-index"
22018checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
22019
22020[[package]]
22021name = "xtask"
22022version = "0.1.0"
22023dependencies = [
22024 "annotate-snippets",
22025 "anyhow",
22026 "backtrace",
22027 "cargo_metadata 0.19.2",
22028 "cargo_toml",
22029 "clap",
22030 "compliance",
22031 "gh-workflow",
22032 "indexmap",
22033 "indoc",
22034 "itertools 0.14.0",
22035 "regex",
22036 "serde",
22037 "serde_json",
22038 "serde_yaml",
22039 "strum 0.27.2",
22040 "tokio",
22041 "toml 0.8.23",
22042 "toml_edit 0.22.27",
22043]
22044
22045[[package]]
22046name = "y4m"
22047version = "0.8.0"
22048source = "registry+https://github.com/rust-lang/crates.io-index"
22049checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22050
22051[[package]]
22052name = "yaml-rust2"
22053version = "0.8.1"
22054source = "registry+https://github.com/rust-lang/crates.io-index"
22055checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22056dependencies = [
22057 "arraydeque",
22058 "encoding_rs",
22059 "hashlink 0.8.4",
22060]
22061
22062[[package]]
22063name = "yansi"
22064version = "1.0.1"
22065source = "registry+https://github.com/rust-lang/crates.io-index"
22066checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22067
22068[[package]]
22069name = "yawc"
22070version = "0.2.5"
22071source = "registry+https://github.com/rust-lang/crates.io-index"
22072checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22073dependencies = [
22074 "base64 0.22.1",
22075 "bytes 1.11.1",
22076 "flate2",
22077 "futures 0.3.32",
22078 "http-body-util",
22079 "hyper 1.7.0",
22080 "hyper-util",
22081 "js-sys",
22082 "nom 8.0.0",
22083 "pin-project",
22084 "rand 0.8.5",
22085 "sha1",
22086 "thiserror 1.0.69",
22087 "tokio",
22088 "tokio-rustls 0.26.2",
22089 "tokio-util",
22090 "url",
22091 "wasm-bindgen",
22092 "wasm-bindgen-futures",
22093 "web-sys",
22094 "webpki-roots",
22095]
22096
22097[[package]]
22098name = "yazi"
22099version = "0.2.1"
22100source = "registry+https://github.com/rust-lang/crates.io-index"
22101checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22102
22103[[package]]
22104name = "yeslogic-fontconfig-sys"
22105version = "6.0.0"
22106source = "registry+https://github.com/rust-lang/crates.io-index"
22107checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22108dependencies = [
22109 "dlib",
22110 "once_cell",
22111 "pkg-config",
22112]
22113
22114[[package]]
22115name = "yoke"
22116version = "0.7.5"
22117source = "registry+https://github.com/rust-lang/crates.io-index"
22118checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22119dependencies = [
22120 "serde",
22121 "stable_deref_trait",
22122 "yoke-derive 0.7.5",
22123 "zerofrom",
22124]
22125
22126[[package]]
22127name = "yoke"
22128version = "0.8.0"
22129source = "registry+https://github.com/rust-lang/crates.io-index"
22130checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22131dependencies = [
22132 "serde",
22133 "stable_deref_trait",
22134 "yoke-derive 0.8.0",
22135 "zerofrom",
22136]
22137
22138[[package]]
22139name = "yoke-derive"
22140version = "0.7.5"
22141source = "registry+https://github.com/rust-lang/crates.io-index"
22142checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22143dependencies = [
22144 "proc-macro2",
22145 "quote",
22146 "syn 2.0.117",
22147 "synstructure",
22148]
22149
22150[[package]]
22151name = "yoke-derive"
22152version = "0.8.0"
22153source = "registry+https://github.com/rust-lang/crates.io-index"
22154checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22155dependencies = [
22156 "proc-macro2",
22157 "quote",
22158 "syn 2.0.117",
22159 "synstructure",
22160]
22161
22162[[package]]
22163name = "zbus"
22164version = "5.13.2"
22165source = "registry+https://github.com/rust-lang/crates.io-index"
22166checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22167dependencies = [
22168 "async-broadcast",
22169 "async-executor",
22170 "async-io",
22171 "async-lock 3.4.2",
22172 "async-process",
22173 "async-recursion",
22174 "async-task",
22175 "async-trait",
22176 "blocking",
22177 "enumflags2",
22178 "event-listener 5.4.1",
22179 "futures-core",
22180 "futures-lite 2.6.1",
22181 "hex",
22182 "libc",
22183 "ordered-stream",
22184 "rustix 1.1.2",
22185 "serde",
22186 "serde_repr",
22187 "tracing",
22188 "uds_windows",
22189 "uuid",
22190 "windows-sys 0.61.2",
22191 "winnow",
22192 "zbus_macros",
22193 "zbus_names",
22194 "zvariant",
22195]
22196
22197[[package]]
22198name = "zbus_macros"
22199version = "5.13.2"
22200source = "registry+https://github.com/rust-lang/crates.io-index"
22201checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22202dependencies = [
22203 "proc-macro-crate",
22204 "proc-macro2",
22205 "quote",
22206 "syn 2.0.117",
22207 "zbus_names",
22208 "zvariant",
22209 "zvariant_utils",
22210]
22211
22212[[package]]
22213name = "zbus_names"
22214version = "4.3.1"
22215source = "registry+https://github.com/rust-lang/crates.io-index"
22216checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22217dependencies = [
22218 "serde",
22219 "winnow",
22220 "zvariant",
22221]
22222
22223[[package]]
22224name = "zed"
22225version = "0.234.0"
22226dependencies = [
22227 "acp_thread",
22228 "acp_tools",
22229 "action_log",
22230 "activity_indicator",
22231 "agent",
22232 "agent-client-protocol",
22233 "agent_servers",
22234 "agent_settings",
22235 "agent_ui",
22236 "anyhow",
22237 "ashpd",
22238 "askpass",
22239 "assets",
22240 "audio",
22241 "auto_update",
22242 "auto_update_ui",
22243 "breadcrumbs",
22244 "call",
22245 "channel",
22246 "chrono",
22247 "clap",
22248 "cli",
22249 "client",
22250 "clock",
22251 "codestral",
22252 "collab_ui",
22253 "collections",
22254 "command_palette",
22255 "component",
22256 "component_preview",
22257 "copilot",
22258 "copilot_chat",
22259 "copilot_ui",
22260 "crashes",
22261 "csv_preview",
22262 "dap_adapters",
22263 "db",
22264 "debug_adapter_extension",
22265 "debugger_tools",
22266 "debugger_ui",
22267 "dev_container",
22268 "diagnostics",
22269 "edit_prediction",
22270 "edit_prediction_ui",
22271 "editor",
22272 "encoding_selector",
22273 "env_logger 0.11.8",
22274 "etw_tracing",
22275 "extension",
22276 "extension_host",
22277 "extensions_ui",
22278 "feature_flags",
22279 "feedback",
22280 "file_finder",
22281 "fs",
22282 "futures 0.3.32",
22283 "git",
22284 "git_graph",
22285 "git_hosting_providers",
22286 "git_ui",
22287 "go_to_line",
22288 "gpui",
22289 "gpui_platform",
22290 "gpui_tokio",
22291 "http_client",
22292 "image",
22293 "image_viewer",
22294 "input_latency_ui",
22295 "inspector_ui",
22296 "install_cli",
22297 "itertools 0.14.0",
22298 "journal",
22299 "json_schema_store",
22300 "keymap_editor",
22301 "language",
22302 "language_extension",
22303 "language_model",
22304 "language_models",
22305 "language_onboarding",
22306 "language_selector",
22307 "language_tools",
22308 "languages",
22309 "line_ending_selector",
22310 "log",
22311 "markdown",
22312 "markdown_preview",
22313 "menu",
22314 "migrator",
22315 "mimalloc",
22316 "miniprofiler_ui",
22317 "nc",
22318 "node_runtime",
22319 "notifications",
22320 "onboarding",
22321 "outline",
22322 "outline_panel",
22323 "parking_lot",
22324 "paths",
22325 "picker",
22326 "pkg-config",
22327 "pretty_assertions",
22328 "profiling",
22329 "project",
22330 "project_panel",
22331 "project_symbols",
22332 "prompt_store",
22333 "proto",
22334 "rayon",
22335 "recent_projects",
22336 "release_channel",
22337 "remote",
22338 "repl",
22339 "reqwest_client",
22340 "rope",
22341 "search",
22342 "semver",
22343 "serde",
22344 "serde_json",
22345 "session",
22346 "settings",
22347 "settings_profile_selector",
22348 "settings_ui",
22349 "shellexpand",
22350 "sidebar",
22351 "smol",
22352 "snippet_provider",
22353 "snippets_ui",
22354 "svg_preview",
22355 "sysinfo 0.37.2",
22356 "system_specs",
22357 "tab_switcher",
22358 "task",
22359 "tasks_ui",
22360 "telemetry",
22361 "telemetry_events",
22362 "tempfile",
22363 "terminal_view",
22364 "theme",
22365 "theme_extension",
22366 "theme_selector",
22367 "theme_settings",
22368 "time",
22369 "time_format",
22370 "title_bar",
22371 "toolchain_selector",
22372 "tracing",
22373 "ui",
22374 "ui_prompt",
22375 "url",
22376 "urlencoding",
22377 "util",
22378 "uuid",
22379 "vim",
22380 "vim_mode_setting",
22381 "watch",
22382 "web_search",
22383 "web_search_providers",
22384 "which_key",
22385 "windows 0.61.3",
22386 "winresource",
22387 "workspace",
22388 "zed-reqwest",
22389 "zed_actions",
22390 "zed_env_vars",
22391 "zlog",
22392 "zlog_settings",
22393 "ztracing",
22394]
22395
22396[[package]]
22397name = "zed-font-kit"
22398version = "0.14.1-zed"
22399source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22400dependencies = [
22401 "bitflags 2.10.0",
22402 "byteorder",
22403 "core-foundation 0.10.0",
22404 "core-graphics 0.24.0",
22405 "core-text",
22406 "dirs",
22407 "dwrote",
22408 "float-ord",
22409 "freetype-sys",
22410 "lazy_static",
22411 "libc",
22412 "log",
22413 "pathfinder_geometry",
22414 "pathfinder_simd",
22415 "walkdir",
22416 "winapi",
22417 "yeslogic-fontconfig-sys",
22418]
22419
22420[[package]]
22421name = "zed-reqwest"
22422version = "0.12.15-zed"
22423source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22424dependencies = [
22425 "base64 0.22.1",
22426 "bytes 1.11.1",
22427 "encoding_rs",
22428 "futures-core",
22429 "futures-util",
22430 "h2 0.4.12",
22431 "http 1.3.1",
22432 "http-body 1.0.1",
22433 "http-body-util",
22434 "hyper 1.7.0",
22435 "hyper-rustls 0.27.7",
22436 "hyper-util",
22437 "ipnet",
22438 "js-sys",
22439 "log",
22440 "mime",
22441 "mime_guess",
22442 "once_cell",
22443 "percent-encoding",
22444 "pin-project-lite",
22445 "quinn",
22446 "rustls 0.23.33",
22447 "rustls-native-certs 0.8.2",
22448 "rustls-pemfile 2.2.0",
22449 "rustls-pki-types",
22450 "serde",
22451 "serde_json",
22452 "serde_urlencoded",
22453 "sync_wrapper 1.0.2",
22454 "system-configuration 0.6.1",
22455 "tokio",
22456 "tokio-rustls 0.26.2",
22457 "tokio-socks",
22458 "tokio-util",
22459 "tower 0.5.2",
22460 "tower-service",
22461 "url",
22462 "wasm-bindgen",
22463 "wasm-bindgen-futures",
22464 "wasm-streams",
22465 "web-sys",
22466 "windows-registry 0.4.0",
22467]
22468
22469[[package]]
22470name = "zed-scap"
22471version = "0.0.8-zed"
22472source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22473dependencies = [
22474 "anyhow",
22475 "cocoa 0.25.0",
22476 "core-graphics-helmer-fork",
22477 "log",
22478 "objc",
22479 "rand 0.8.5",
22480 "screencapturekit",
22481 "screencapturekit-sys",
22482 "sysinfo 0.31.4",
22483 "tao-core-video-sys",
22484 "windows 0.61.3",
22485 "windows-capture",
22486 "x11",
22487 "xcb",
22488]
22489
22490[[package]]
22491name = "zed-xim"
22492version = "0.4.0-zed"
22493source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22494dependencies = [
22495 "ahash 0.8.12",
22496 "hashbrown 0.14.5",
22497 "log",
22498 "x11rb",
22499 "xim-ctext",
22500 "xim-parser",
22501]
22502
22503[[package]]
22504name = "zed_actions"
22505version = "0.1.0"
22506dependencies = [
22507 "gpui",
22508 "schemars",
22509 "serde",
22510 "util",
22511 "uuid",
22512]
22513
22514[[package]]
22515name = "zed_credentials_provider"
22516version = "0.1.0"
22517dependencies = [
22518 "anyhow",
22519 "credentials_provider",
22520 "futures 0.3.32",
22521 "gpui",
22522 "paths",
22523 "release_channel",
22524 "serde",
22525 "serde_json",
22526]
22527
22528[[package]]
22529name = "zed_env_vars"
22530version = "0.1.0"
22531dependencies = [
22532 "env_var",
22533]
22534
22535[[package]]
22536name = "zed_extension_api"
22537version = "0.1.0"
22538source = "registry+https://github.com/rust-lang/crates.io-index"
22539checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22540dependencies = [
22541 "serde",
22542 "serde_json",
22543 "wit-bindgen 0.22.0",
22544]
22545
22546[[package]]
22547name = "zed_extension_api"
22548version = "0.7.0"
22549source = "registry+https://github.com/rust-lang/crates.io-index"
22550checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22551dependencies = [
22552 "serde",
22553 "serde_json",
22554 "wit-bindgen 0.41.0",
22555]
22556
22557[[package]]
22558name = "zed_extension_api"
22559version = "0.8.0"
22560dependencies = [
22561 "serde",
22562 "serde_json",
22563 "wit-bindgen 0.41.0",
22564]
22565
22566[[package]]
22567name = "zed_glsl"
22568version = "0.2.3"
22569dependencies = [
22570 "zed_extension_api 0.1.0",
22571]
22572
22573[[package]]
22574name = "zed_html"
22575version = "0.3.1"
22576dependencies = [
22577 "zed_extension_api 0.7.0",
22578]
22579
22580[[package]]
22581name = "zed_proto"
22582version = "0.3.2"
22583dependencies = [
22584 "zed_extension_api 0.7.0",
22585]
22586
22587[[package]]
22588name = "zed_test_extension"
22589version = "0.1.0"
22590dependencies = [
22591 "zed_extension_api 0.8.0",
22592]
22593
22594[[package]]
22595name = "zeno"
22596version = "0.3.3"
22597source = "registry+https://github.com/rust-lang/crates.io-index"
22598checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22599
22600[[package]]
22601name = "zerocopy"
22602version = "0.8.27"
22603source = "registry+https://github.com/rust-lang/crates.io-index"
22604checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22605dependencies = [
22606 "zerocopy-derive",
22607]
22608
22609[[package]]
22610name = "zerocopy-derive"
22611version = "0.8.27"
22612source = "registry+https://github.com/rust-lang/crates.io-index"
22613checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22614dependencies = [
22615 "proc-macro2",
22616 "quote",
22617 "syn 2.0.117",
22618]
22619
22620[[package]]
22621name = "zerofrom"
22622version = "0.1.6"
22623source = "registry+https://github.com/rust-lang/crates.io-index"
22624checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22625dependencies = [
22626 "zerofrom-derive",
22627]
22628
22629[[package]]
22630name = "zerofrom-derive"
22631version = "0.1.6"
22632source = "registry+https://github.com/rust-lang/crates.io-index"
22633checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22634dependencies = [
22635 "proc-macro2",
22636 "quote",
22637 "syn 2.0.117",
22638 "synstructure",
22639]
22640
22641[[package]]
22642name = "zeroize"
22643version = "1.8.2"
22644source = "registry+https://github.com/rust-lang/crates.io-index"
22645checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22646dependencies = [
22647 "zeroize_derive",
22648]
22649
22650[[package]]
22651name = "zeroize_derive"
22652version = "1.4.2"
22653source = "registry+https://github.com/rust-lang/crates.io-index"
22654checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22655dependencies = [
22656 "proc-macro2",
22657 "quote",
22658 "syn 2.0.117",
22659]
22660
22661[[package]]
22662name = "zeromq"
22663version = "0.5.0"
22664source = "registry+https://github.com/rust-lang/crates.io-index"
22665checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22666dependencies = [
22667 "async-dispatcher",
22668 "async-std",
22669 "async-trait",
22670 "asynchronous-codec",
22671 "bytes 1.11.1",
22672 "crossbeam-queue",
22673 "futures 0.3.32",
22674 "log",
22675 "num-traits",
22676 "once_cell",
22677 "parking_lot",
22678 "rand 0.9.3",
22679 "regex",
22680 "scc",
22681 "thiserror 1.0.69",
22682 "uuid",
22683]
22684
22685[[package]]
22686name = "zerotrie"
22687version = "0.2.2"
22688source = "registry+https://github.com/rust-lang/crates.io-index"
22689checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22690dependencies = [
22691 "displaydoc",
22692 "yoke 0.8.0",
22693 "zerofrom",
22694]
22695
22696[[package]]
22697name = "zerovec"
22698version = "0.11.4"
22699source = "registry+https://github.com/rust-lang/crates.io-index"
22700checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22701dependencies = [
22702 "yoke 0.8.0",
22703 "zerofrom",
22704 "zerovec-derive",
22705]
22706
22707[[package]]
22708name = "zerovec-derive"
22709version = "0.11.1"
22710source = "registry+https://github.com/rust-lang/crates.io-index"
22711checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22712dependencies = [
22713 "proc-macro2",
22714 "quote",
22715 "syn 2.0.117",
22716]
22717
22718[[package]]
22719name = "zeta_prompt"
22720version = "0.1.0"
22721dependencies = [
22722 "anyhow",
22723 "imara-diff",
22724 "indoc",
22725 "serde",
22726 "strum 0.27.2",
22727]
22728
22729[[package]]
22730name = "zip"
22731version = "0.6.6"
22732source = "registry+https://github.com/rust-lang/crates.io-index"
22733checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22734dependencies = [
22735 "aes",
22736 "byteorder",
22737 "bzip2 0.4.4",
22738 "constant_time_eq",
22739 "crc32fast",
22740 "crossbeam-utils",
22741 "flate2",
22742 "hmac",
22743 "pbkdf2 0.11.0",
22744 "sha1",
22745 "time",
22746 "zstd",
22747]
22748
22749[[package]]
22750name = "zip"
22751version = "1.1.4"
22752source = "registry+https://github.com/rust-lang/crates.io-index"
22753checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22754dependencies = [
22755 "arbitrary",
22756 "crc32fast",
22757 "crossbeam-utils",
22758 "displaydoc",
22759 "indexmap",
22760 "num_enum",
22761 "thiserror 1.0.69",
22762]
22763
22764[[package]]
22765name = "zlog"
22766version = "0.1.0"
22767dependencies = [
22768 "anyhow",
22769 "chrono",
22770 "collections",
22771 "log",
22772 "tempfile",
22773]
22774
22775[[package]]
22776name = "zlog_settings"
22777version = "0.1.0"
22778dependencies = [
22779 "collections",
22780 "gpui",
22781 "settings",
22782 "zlog",
22783]
22784
22785[[package]]
22786name = "zstd"
22787version = "0.11.2+zstd.1.5.2"
22788source = "registry+https://github.com/rust-lang/crates.io-index"
22789checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22790dependencies = [
22791 "zstd-safe",
22792]
22793
22794[[package]]
22795name = "zstd-safe"
22796version = "5.0.2+zstd.1.5.2"
22797source = "registry+https://github.com/rust-lang/crates.io-index"
22798checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22799dependencies = [
22800 "libc",
22801 "zstd-sys",
22802]
22803
22804[[package]]
22805name = "zstd-sys"
22806version = "2.0.16+zstd.1.5.7"
22807source = "registry+https://github.com/rust-lang/crates.io-index"
22808checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22809dependencies = [
22810 "cc",
22811 "pkg-config",
22812]
22813
22814[[package]]
22815name = "ztracing"
22816version = "0.1.0"
22817dependencies = [
22818 "tracing",
22819 "tracing-subscriber",
22820 "tracing-tracy",
22821 "tracy-client",
22822 "zlog",
22823 "ztracing_macro",
22824]
22825
22826[[package]]
22827name = "ztracing_macro"
22828version = "0.1.0"
22829
22830[[package]]
22831name = "zune-core"
22832version = "0.4.12"
22833source = "registry+https://github.com/rust-lang/crates.io-index"
22834checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22835
22836[[package]]
22837name = "zune-core"
22838version = "0.5.1"
22839source = "registry+https://github.com/rust-lang/crates.io-index"
22840checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22841
22842[[package]]
22843name = "zune-inflate"
22844version = "0.2.54"
22845source = "registry+https://github.com/rust-lang/crates.io-index"
22846checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22847dependencies = [
22848 "simd-adler32",
22849]
22850
22851[[package]]
22852name = "zune-jpeg"
22853version = "0.4.21"
22854source = "registry+https://github.com/rust-lang/crates.io-index"
22855checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22856dependencies = [
22857 "zune-core 0.4.12",
22858]
22859
22860[[package]]
22861name = "zune-jpeg"
22862version = "0.5.15"
22863source = "registry+https://github.com/rust-lang/crates.io-index"
22864checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22865dependencies = [
22866 "zune-core 0.5.1",
22867]
22868
22869[[package]]
22870name = "zvariant"
22871version = "5.9.2"
22872source = "registry+https://github.com/rust-lang/crates.io-index"
22873checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22874dependencies = [
22875 "endi",
22876 "enumflags2",
22877 "serde",
22878 "serde_bytes",
22879 "winnow",
22880 "zvariant_derive",
22881 "zvariant_utils",
22882]
22883
22884[[package]]
22885name = "zvariant_derive"
22886version = "5.9.2"
22887source = "registry+https://github.com/rust-lang/crates.io-index"
22888checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22889dependencies = [
22890 "proc-macro-crate",
22891 "proc-macro2",
22892 "quote",
22893 "syn 2.0.117",
22894 "zvariant_utils",
22895]
22896
22897[[package]]
22898name = "zvariant_utils"
22899version = "3.3.0"
22900source = "registry+https://github.com/rust-lang/crates.io-index"
22901checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22902dependencies = [
22903 "proc-macro2",
22904 "quote",
22905 "serde",
22906 "syn 2.0.117",
22907 "winnow",
22908]