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.10.5",
 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.10.5",
 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.15.5",
 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.0.0"
 9268source = "registry+https://github.com/rust-lang/crates.io-index"
 9269checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9270dependencies = [
 9271 "anyhow",
 9272 "async-trait",
 9273 "async-tungstenite",
 9274 "futures 0.3.32",
 9275 "jupyter-protocol",
 9276 "serde",
 9277 "serde_json",
 9278 "tokio",
 9279 "url",
 9280 "uuid",
 9281]
 9282
 9283[[package]]
 9284name = "keymap_editor"
 9285version = "0.1.0"
 9286dependencies = [
 9287 "anyhow",
 9288 "collections",
 9289 "command_palette",
 9290 "component",
 9291 "db",
 9292 "editor",
 9293 "fs",
 9294 "fuzzy",
 9295 "gpui",
 9296 "itertools 0.14.0",
 9297 "json_schema_store",
 9298 "language",
 9299 "log",
 9300 "menu",
 9301 "notifications",
 9302 "paths",
 9303 "project",
 9304 "search",
 9305 "serde",
 9306 "serde_json",
 9307 "settings",
 9308 "telemetry",
 9309 "tempfile",
 9310 "theme",
 9311 "theme_settings",
 9312 "tree-sitter-json",
 9313 "tree-sitter-rust",
 9314 "ui",
 9315 "ui_input",
 9316 "util",
 9317 "workspace",
 9318 "zed_actions",
 9319]
 9320
 9321[[package]]
 9322name = "khronos-egl"
 9323version = "6.0.0"
 9324source = "registry+https://github.com/rust-lang/crates.io-index"
 9325checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9326dependencies = [
 9327 "libc",
 9328 "libloading",
 9329 "pkg-config",
 9330]
 9331
 9332[[package]]
 9333name = "khronos_api"
 9334version = "3.1.0"
 9335source = "registry+https://github.com/rust-lang/crates.io-index"
 9336checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9337
 9338[[package]]
 9339name = "kqueue"
 9340version = "1.1.1"
 9341source = "registry+https://github.com/rust-lang/crates.io-index"
 9342checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9343dependencies = [
 9344 "kqueue-sys",
 9345 "libc",
 9346]
 9347
 9348[[package]]
 9349name = "kqueue-sys"
 9350version = "1.0.4"
 9351source = "registry+https://github.com/rust-lang/crates.io-index"
 9352checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9353dependencies = [
 9354 "bitflags 1.3.2",
 9355 "libc",
 9356]
 9357
 9358[[package]]
 9359name = "kurbo"
 9360version = "0.11.3"
 9361source = "registry+https://github.com/rust-lang/crates.io-index"
 9362checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9363dependencies = [
 9364 "arrayvec",
 9365 "euclid",
 9366 "smallvec",
 9367]
 9368
 9369[[package]]
 9370name = "kv-log-macro"
 9371version = "1.0.7"
 9372source = "registry+https://github.com/rust-lang/crates.io-index"
 9373checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9374dependencies = [
 9375 "log",
 9376]
 9377
 9378[[package]]
 9379name = "language"
 9380version = "0.1.0"
 9381dependencies = [
 9382 "anyhow",
 9383 "async-trait",
 9384 "clock",
 9385 "collections",
 9386 "criterion",
 9387 "ctor",
 9388 "diffy",
 9389 "ec4rs",
 9390 "encoding_rs",
 9391 "fs",
 9392 "futures 0.3.32",
 9393 "fuzzy",
 9394 "globset",
 9395 "gpui",
 9396 "http_client",
 9397 "imara-diff",
 9398 "indoc",
 9399 "itertools 0.14.0",
 9400 "language_core",
 9401 "log",
 9402 "lsp",
 9403 "parking_lot",
 9404 "postage",
 9405 "pretty_assertions",
 9406 "rand 0.9.3",
 9407 "regex",
 9408 "rpc",
 9409 "semver",
 9410 "serde",
 9411 "serde_json",
 9412 "settings",
 9413 "shellexpand",
 9414 "smallvec",
 9415 "smol",
 9416 "streaming-iterator",
 9417 "strsim",
 9418 "sum_tree",
 9419 "task",
 9420 "text",
 9421 "theme",
 9422 "theme_settings",
 9423 "toml 0.8.23",
 9424 "tracing",
 9425 "tree-sitter",
 9426 "tree-sitter-elixir",
 9427 "tree-sitter-embedded-template",
 9428 "tree-sitter-heex",
 9429 "tree-sitter-html",
 9430 "tree-sitter-json",
 9431 "tree-sitter-md",
 9432 "tree-sitter-python",
 9433 "tree-sitter-ruby",
 9434 "tree-sitter-rust",
 9435 "tree-sitter-typescript",
 9436 "unicase",
 9437 "unindent",
 9438 "util",
 9439 "watch",
 9440 "zlog",
 9441 "ztracing",
 9442]
 9443
 9444[[package]]
 9445name = "language_core"
 9446version = "0.1.0"
 9447dependencies = [
 9448 "anyhow",
 9449 "collections",
 9450 "gpui_shared_string",
 9451 "log",
 9452 "lsp",
 9453 "parking_lot",
 9454 "regex",
 9455 "schemars",
 9456 "serde",
 9457 "serde_json",
 9458 "toml 0.8.23",
 9459 "tree-sitter",
 9460 "util",
 9461]
 9462
 9463[[package]]
 9464name = "language_extension"
 9465version = "0.1.0"
 9466dependencies = [
 9467 "anyhow",
 9468 "async-trait",
 9469 "collections",
 9470 "extension",
 9471 "fs",
 9472 "futures 0.3.32",
 9473 "gpui",
 9474 "language",
 9475 "log",
 9476 "lsp",
 9477 "project",
 9478 "serde",
 9479 "serde_json",
 9480 "tracing",
 9481 "util",
 9482 "ztracing",
 9483]
 9484
 9485[[package]]
 9486name = "language_model"
 9487version = "0.1.0"
 9488dependencies = [
 9489 "anyhow",
 9490 "base64 0.22.1",
 9491 "collections",
 9492 "credentials_provider",
 9493 "env_var",
 9494 "futures 0.3.32",
 9495 "gpui",
 9496 "http_client",
 9497 "icons",
 9498 "image",
 9499 "language_model_core",
 9500 "log",
 9501 "parking_lot",
 9502 "serde",
 9503 "serde_json",
 9504 "thiserror 2.0.17",
 9505 "util",
 9506]
 9507
 9508[[package]]
 9509name = "language_model_core"
 9510version = "0.1.0"
 9511dependencies = [
 9512 "anyhow",
 9513 "cloud_llm_client",
 9514 "futures 0.3.32",
 9515 "gpui_shared_string",
 9516 "http_client",
 9517 "partial-json-fixer",
 9518 "schemars",
 9519 "serde",
 9520 "serde_json",
 9521 "smol",
 9522 "strum 0.27.2",
 9523 "thiserror 2.0.17",
 9524]
 9525
 9526[[package]]
 9527name = "language_models"
 9528version = "0.1.0"
 9529dependencies = [
 9530 "ai_onboarding",
 9531 "anthropic",
 9532 "anyhow",
 9533 "aws-config",
 9534 "aws-credential-types",
 9535 "aws_http_client",
 9536 "base64 0.22.1",
 9537 "bedrock",
 9538 "client",
 9539 "cloud_api_client",
 9540 "cloud_api_types",
 9541 "collections",
 9542 "component",
 9543 "convert_case 0.8.0",
 9544 "copilot",
 9545 "copilot_chat",
 9546 "copilot_ui",
 9547 "credentials_provider",
 9548 "deepseek",
 9549 "extension",
 9550 "extension_host",
 9551 "fs",
 9552 "futures 0.3.32",
 9553 "google_ai",
 9554 "gpui",
 9555 "gpui_tokio",
 9556 "http_client",
 9557 "language",
 9558 "language_model",
 9559 "language_models_cloud",
 9560 "lmstudio",
 9561 "log",
 9562 "menu",
 9563 "mistral",
 9564 "ollama",
 9565 "open_ai",
 9566 "open_router",
 9567 "opencode",
 9568 "pretty_assertions",
 9569 "release_channel",
 9570 "schemars",
 9571 "serde",
 9572 "serde_json",
 9573 "settings",
 9574 "smol",
 9575 "strum 0.27.2",
 9576 "tiktoken-rs",
 9577 "tokio",
 9578 "ui",
 9579 "ui_input",
 9580 "util",
 9581 "vercel",
 9582 "x_ai",
 9583]
 9584
 9585[[package]]
 9586name = "language_models_cloud"
 9587version = "0.1.0"
 9588dependencies = [
 9589 "anthropic",
 9590 "anyhow",
 9591 "cloud_llm_client",
 9592 "futures 0.3.32",
 9593 "google_ai",
 9594 "gpui",
 9595 "http_client",
 9596 "language_model",
 9597 "open_ai",
 9598 "schemars",
 9599 "semver",
 9600 "serde",
 9601 "serde_json",
 9602 "smol",
 9603 "thiserror 2.0.17",
 9604 "x_ai",
 9605]
 9606
 9607[[package]]
 9608name = "language_onboarding"
 9609version = "0.1.0"
 9610dependencies = [
 9611 "db",
 9612 "editor",
 9613 "gpui",
 9614 "project",
 9615 "ui",
 9616 "workspace",
 9617]
 9618
 9619[[package]]
 9620name = "language_selector"
 9621version = "0.1.0"
 9622dependencies = [
 9623 "anyhow",
 9624 "editor",
 9625 "file_icons",
 9626 "fuzzy",
 9627 "gpui",
 9628 "language",
 9629 "open_path_prompt",
 9630 "picker",
 9631 "project",
 9632 "serde_json",
 9633 "settings",
 9634 "ui",
 9635 "util",
 9636 "workspace",
 9637]
 9638
 9639[[package]]
 9640name = "language_tools"
 9641version = "0.1.0"
 9642dependencies = [
 9643 "anyhow",
 9644 "client",
 9645 "collections",
 9646 "command_palette_hooks",
 9647 "edit_prediction",
 9648 "editor",
 9649 "futures 0.3.32",
 9650 "gpui",
 9651 "itertools 0.14.0",
 9652 "language",
 9653 "lsp",
 9654 "menu",
 9655 "project",
 9656 "proto",
 9657 "release_channel",
 9658 "semver",
 9659 "serde_json",
 9660 "settings",
 9661 "sysinfo 0.37.2",
 9662 "telemetry",
 9663 "theme",
 9664 "theme_settings",
 9665 "tree-sitter",
 9666 "ui",
 9667 "util",
 9668 "workspace",
 9669 "zed_actions",
 9670 "zlog",
 9671]
 9672
 9673[[package]]
 9674name = "languages"
 9675version = "0.1.0"
 9676dependencies = [
 9677 "anyhow",
 9678 "async-compression",
 9679 "async-fs",
 9680 "async-tar",
 9681 "async-trait",
 9682 "chrono",
 9683 "collections",
 9684 "fs",
 9685 "futures 0.3.32",
 9686 "globset",
 9687 "gpui",
 9688 "grammars",
 9689 "http_client",
 9690 "itertools 0.14.0",
 9691 "json_schema_store",
 9692 "language",
 9693 "log",
 9694 "lsp",
 9695 "node_runtime",
 9696 "parking_lot",
 9697 "pet",
 9698 "pet-conda",
 9699 "pet-core",
 9700 "pet-fs",
 9701 "pet-poetry",
 9702 "pet-reporter",
 9703 "pet-virtualenv",
 9704 "pretty_assertions",
 9705 "project",
 9706 "regex",
 9707 "rope",
 9708 "semver",
 9709 "serde",
 9710 "serde_json",
 9711 "serde_json_lenient",
 9712 "settings",
 9713 "smallvec",
 9714 "smol",
 9715 "snippet",
 9716 "task",
 9717 "terminal",
 9718 "theme",
 9719 "tree-sitter",
 9720 "tree-sitter-bash",
 9721 "tree-sitter-c",
 9722 "tree-sitter-cpp",
 9723 "tree-sitter-css",
 9724 "tree-sitter-gitcommit",
 9725 "tree-sitter-go",
 9726 "tree-sitter-python",
 9727 "tree-sitter-rust",
 9728 "tree-sitter-typescript",
 9729 "unindent",
 9730 "url",
 9731 "util",
 9732]
 9733
 9734[[package]]
 9735name = "lazy_static"
 9736version = "1.5.0"
 9737source = "registry+https://github.com/rust-lang/crates.io-index"
 9738checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9739dependencies = [
 9740 "spin 0.9.8",
 9741]
 9742
 9743[[package]]
 9744name = "leak"
 9745version = "0.1.2"
 9746source = "registry+https://github.com/rust-lang/crates.io-index"
 9747checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9748
 9749[[package]]
 9750name = "leaky-cow"
 9751version = "0.1.1"
 9752source = "registry+https://github.com/rust-lang/crates.io-index"
 9753checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9754dependencies = [
 9755 "leak",
 9756]
 9757
 9758[[package]]
 9759name = "leb128"
 9760version = "0.2.5"
 9761source = "registry+https://github.com/rust-lang/crates.io-index"
 9762checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9763
 9764[[package]]
 9765name = "leb128fmt"
 9766version = "0.1.0"
 9767source = "registry+https://github.com/rust-lang/crates.io-index"
 9768checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9769
 9770[[package]]
 9771name = "lebe"
 9772version = "0.5.3"
 9773source = "registry+https://github.com/rust-lang/crates.io-index"
 9774checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9775
 9776[[package]]
 9777name = "libbz2-rs-sys"
 9778version = "0.2.2"
 9779source = "registry+https://github.com/rust-lang/crates.io-index"
 9780checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9781
 9782[[package]]
 9783name = "libc"
 9784version = "0.2.182"
 9785source = "registry+https://github.com/rust-lang/crates.io-index"
 9786checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9787
 9788[[package]]
 9789name = "libdbus-sys"
 9790version = "0.2.6"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9793dependencies = [
 9794 "cc",
 9795 "pkg-config",
 9796]
 9797
 9798[[package]]
 9799name = "libfuzzer-sys"
 9800version = "0.4.10"
 9801source = "registry+https://github.com/rust-lang/crates.io-index"
 9802checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9803dependencies = [
 9804 "arbitrary",
 9805 "cc",
 9806]
 9807
 9808[[package]]
 9809name = "libgit2-sys"
 9810version = "0.18.3+1.9.2"
 9811source = "registry+https://github.com/rust-lang/crates.io-index"
 9812checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9813dependencies = [
 9814 "cc",
 9815 "libc",
 9816 "libz-sys",
 9817 "pkg-config",
 9818]
 9819
 9820[[package]]
 9821name = "libloading"
 9822version = "0.8.9"
 9823source = "registry+https://github.com/rust-lang/crates.io-index"
 9824checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9825dependencies = [
 9826 "cfg-if",
 9827 "windows-link 0.2.1",
 9828]
 9829
 9830[[package]]
 9831name = "libm"
 9832version = "0.2.15"
 9833source = "registry+https://github.com/rust-lang/crates.io-index"
 9834checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9835
 9836[[package]]
 9837name = "libmimalloc-sys"
 9838version = "0.1.44"
 9839source = "registry+https://github.com/rust-lang/crates.io-index"
 9840checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9841dependencies = [
 9842 "cc",
 9843 "libc",
 9844]
 9845
 9846[[package]]
 9847name = "libredox"
 9848version = "0.1.10"
 9849source = "registry+https://github.com/rust-lang/crates.io-index"
 9850checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9851dependencies = [
 9852 "bitflags 2.10.0",
 9853 "libc",
 9854 "redox_syscall 0.5.18",
 9855]
 9856
 9857[[package]]
 9858name = "libsqlite3-sys"
 9859version = "0.30.1"
 9860source = "registry+https://github.com/rust-lang/crates.io-index"
 9861checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9862dependencies = [
 9863 "cc",
 9864 "pkg-config",
 9865 "vcpkg",
 9866]
 9867
 9868[[package]]
 9869name = "libwebrtc"
 9870version = "0.3.26"
 9871source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9872dependencies = [
 9873 "cxx",
 9874 "glib",
 9875 "jni",
 9876 "js-sys",
 9877 "lazy_static",
 9878 "livekit-protocol",
 9879 "livekit-runtime",
 9880 "log",
 9881 "parking_lot",
 9882 "serde",
 9883 "serde_json",
 9884 "thiserror 1.0.69",
 9885 "tokio",
 9886 "wasm-bindgen",
 9887 "wasm-bindgen-futures",
 9888 "web-sys",
 9889 "webrtc-sys",
 9890]
 9891
 9892[[package]]
 9893name = "libz-sys"
 9894version = "1.1.22"
 9895source = "registry+https://github.com/rust-lang/crates.io-index"
 9896checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9897dependencies = [
 9898 "cc",
 9899 "libc",
 9900 "pkg-config",
 9901 "vcpkg",
 9902]
 9903
 9904[[package]]
 9905name = "line_ending_selector"
 9906version = "0.1.0"
 9907dependencies = [
 9908 "editor",
 9909 "gpui",
 9910 "language",
 9911 "picker",
 9912 "project",
 9913 "ui",
 9914 "util",
 9915 "workspace",
 9916]
 9917
 9918[[package]]
 9919name = "linebender_resource_handle"
 9920version = "0.1.1"
 9921source = "registry+https://github.com/rust-lang/crates.io-index"
 9922checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9923
 9924[[package]]
 9925name = "link-cplusplus"
 9926version = "1.0.12"
 9927source = "registry+https://github.com/rust-lang/crates.io-index"
 9928checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9929dependencies = [
 9930 "cc",
 9931]
 9932
 9933[[package]]
 9934name = "linkify"
 9935version = "0.10.0"
 9936source = "registry+https://github.com/rust-lang/crates.io-index"
 9937checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9938dependencies = [
 9939 "memchr",
 9940]
 9941
 9942[[package]]
 9943name = "linux-raw-sys"
 9944version = "0.4.15"
 9945source = "registry+https://github.com/rust-lang/crates.io-index"
 9946checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9947
 9948[[package]]
 9949name = "linux-raw-sys"
 9950version = "0.11.0"
 9951source = "registry+https://github.com/rust-lang/crates.io-index"
 9952checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9953
 9954[[package]]
 9955name = "litemap"
 9956version = "0.8.0"
 9957source = "registry+https://github.com/rust-lang/crates.io-index"
 9958checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9959
 9960[[package]]
 9961name = "litrs"
 9962version = "1.0.0"
 9963source = "registry+https://github.com/rust-lang/crates.io-index"
 9964checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9965
 9966[[package]]
 9967name = "livekit"
 9968version = "0.7.32"
 9969source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9970dependencies = [
 9971 "base64 0.22.1",
 9972 "bmrng",
 9973 "bytes 1.11.1",
 9974 "chrono",
 9975 "futures-util",
 9976 "lazy_static",
 9977 "libloading",
 9978 "libwebrtc",
 9979 "livekit-api",
 9980 "livekit-protocol",
 9981 "livekit-runtime",
 9982 "log",
 9983 "parking_lot",
 9984 "prost 0.12.6",
 9985 "semver",
 9986 "serde",
 9987 "serde_json",
 9988 "thiserror 1.0.69",
 9989 "tokio",
 9990]
 9991
 9992[[package]]
 9993name = "livekit-api"
 9994version = "0.4.14"
 9995source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9996dependencies = [
 9997 "base64 0.21.7",
 9998 "futures-util",
 9999 "http 1.3.1",
10000 "livekit-protocol",
10001 "livekit-runtime",
10002 "log",
10003 "parking_lot",
10004 "pbjson-types",
10005 "prost 0.12.6",
10006 "rand 0.9.3",
10007 "reqwest 0.12.24",
10008 "rustls-native-certs 0.6.3",
10009 "scopeguard",
10010 "serde",
10011 "sha2",
10012 "thiserror 1.0.69",
10013 "tokio",
10014 "tokio-rustls 0.26.2",
10015 "tokio-tungstenite 0.28.0",
10016 "url",
10017]
10018
10019[[package]]
10020name = "livekit-protocol"
10021version = "0.7.1"
10022source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10023dependencies = [
10024 "futures-util",
10025 "livekit-runtime",
10026 "parking_lot",
10027 "pbjson",
10028 "pbjson-types",
10029 "prost 0.12.6",
10030 "serde",
10031 "thiserror 1.0.69",
10032 "tokio",
10033]
10034
10035[[package]]
10036name = "livekit-runtime"
10037version = "0.4.0"
10038source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10039dependencies = [
10040 "tokio",
10041 "tokio-stream",
10042]
10043
10044[[package]]
10045name = "livekit_api"
10046version = "0.1.0"
10047dependencies = [
10048 "anyhow",
10049 "async-trait",
10050 "jsonwebtoken",
10051 "log",
10052 "prost 0.9.0",
10053 "prost-build 0.9.0",
10054 "prost-types 0.9.0",
10055 "serde",
10056 "zed-reqwest",
10057]
10058
10059[[package]]
10060name = "livekit_client"
10061version = "0.1.0"
10062dependencies = [
10063 "anyhow",
10064 "async-trait",
10065 "audio",
10066 "cocoa 0.26.0",
10067 "collections",
10068 "core-foundation 0.10.0",
10069 "core-video",
10070 "coreaudio-rs 0.12.1",
10071 "cpal",
10072 "futures 0.3.32",
10073 "gpui",
10074 "gpui_platform",
10075 "gpui_tokio",
10076 "http_client_tls",
10077 "image",
10078 "libwebrtc",
10079 "livekit",
10080 "livekit_api",
10081 "log",
10082 "nanoid",
10083 "objc",
10084 "parking_lot",
10085 "postage",
10086 "rodio",
10087 "serde",
10088 "serde_json",
10089 "serde_urlencoded",
10090 "settings",
10091 "simplelog",
10092 "smallvec",
10093 "tokio",
10094 "ui",
10095 "util",
10096 "webrtc-sys",
10097 "zed-scap",
10098]
10099
10100[[package]]
10101name = "lmdb-master-sys"
10102version = "0.2.5"
10103source = "registry+https://github.com/rust-lang/crates.io-index"
10104checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10105dependencies = [
10106 "cc",
10107 "doxygen-rs",
10108 "libc",
10109]
10110
10111[[package]]
10112name = "lmstudio"
10113version = "0.1.0"
10114dependencies = [
10115 "anyhow",
10116 "futures 0.3.32",
10117 "http_client",
10118 "schemars",
10119 "serde",
10120 "serde_json",
10121]
10122
10123[[package]]
10124name = "lock_api"
10125version = "0.4.14"
10126source = "registry+https://github.com/rust-lang/crates.io-index"
10127checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10128dependencies = [
10129 "scopeguard",
10130]
10131
10132[[package]]
10133name = "log"
10134version = "0.4.29"
10135source = "registry+https://github.com/rust-lang/crates.io-index"
10136checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10137dependencies = [
10138 "serde_core",
10139 "value-bag",
10140]
10141
10142[[package]]
10143name = "loom"
10144version = "0.7.2"
10145source = "registry+https://github.com/rust-lang/crates.io-index"
10146checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10147dependencies = [
10148 "cfg-if",
10149 "generator",
10150 "scoped-tls",
10151 "tracing",
10152 "tracing-subscriber",
10153]
10154
10155[[package]]
10156name = "loop9"
10157version = "0.1.5"
10158source = "registry+https://github.com/rust-lang/crates.io-index"
10159checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10160dependencies = [
10161 "imgref",
10162]
10163
10164[[package]]
10165name = "lru"
10166version = "0.12.5"
10167source = "registry+https://github.com/rust-lang/crates.io-index"
10168checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10169dependencies = [
10170 "hashbrown 0.15.5",
10171]
10172
10173[[package]]
10174name = "lru-slab"
10175version = "0.1.2"
10176source = "registry+https://github.com/rust-lang/crates.io-index"
10177checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10178
10179[[package]]
10180name = "lsp"
10181version = "0.1.0"
10182dependencies = [
10183 "anyhow",
10184 "async-pipe",
10185 "collections",
10186 "ctor",
10187 "futures 0.3.32",
10188 "gpui",
10189 "gpui_util",
10190 "log",
10191 "lsp-types",
10192 "parking_lot",
10193 "postage",
10194 "release_channel",
10195 "schemars",
10196 "semver",
10197 "serde",
10198 "serde_json",
10199 "smol",
10200 "util",
10201 "zlog",
10202]
10203
10204[[package]]
10205name = "lsp-types"
10206version = "0.95.1"
10207source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10208dependencies = [
10209 "bitflags 1.3.2",
10210 "serde",
10211 "serde_json",
10212 "url",
10213]
10214
10215[[package]]
10216name = "lyon"
10217version = "1.0.16"
10218source = "registry+https://github.com/rust-lang/crates.io-index"
10219checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10220dependencies = [
10221 "lyon_algorithms",
10222 "lyon_extra",
10223 "lyon_tessellation",
10224]
10225
10226[[package]]
10227name = "lyon_algorithms"
10228version = "1.0.16"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10231dependencies = [
10232 "lyon_path",
10233 "num-traits",
10234]
10235
10236[[package]]
10237name = "lyon_extra"
10238version = "1.0.3"
10239source = "registry+https://github.com/rust-lang/crates.io-index"
10240checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10241dependencies = [
10242 "lyon_path",
10243 "thiserror 1.0.69",
10244]
10245
10246[[package]]
10247name = "lyon_geom"
10248version = "1.0.17"
10249source = "registry+https://github.com/rust-lang/crates.io-index"
10250checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10251dependencies = [
10252 "arrayvec",
10253 "euclid",
10254 "num-traits",
10255]
10256
10257[[package]]
10258name = "lyon_path"
10259version = "1.0.16"
10260source = "registry+https://github.com/rust-lang/crates.io-index"
10261checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10262dependencies = [
10263 "lyon_geom",
10264 "num-traits",
10265]
10266
10267[[package]]
10268name = "lyon_tessellation"
10269version = "1.0.16"
10270source = "registry+https://github.com/rust-lang/crates.io-index"
10271checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10272dependencies = [
10273 "float_next_after",
10274 "lyon_path",
10275 "num-traits",
10276]
10277
10278[[package]]
10279name = "mac"
10280version = "0.1.1"
10281source = "registry+https://github.com/rust-lang/crates.io-index"
10282checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10283
10284[[package]]
10285name = "mach2"
10286version = "0.4.3"
10287source = "registry+https://github.com/rust-lang/crates.io-index"
10288checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10289dependencies = [
10290 "libc",
10291]
10292
10293[[package]]
10294name = "mach2"
10295version = "0.5.0"
10296source = "registry+https://github.com/rust-lang/crates.io-index"
10297checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10298dependencies = [
10299 "libc",
10300]
10301
10302[[package]]
10303name = "malloc_buf"
10304version = "0.0.6"
10305source = "registry+https://github.com/rust-lang/crates.io-index"
10306checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10307dependencies = [
10308 "libc",
10309]
10310
10311[[package]]
10312name = "maplit"
10313version = "1.0.2"
10314source = "registry+https://github.com/rust-lang/crates.io-index"
10315checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10316
10317[[package]]
10318name = "markdown"
10319version = "0.1.0"
10320dependencies = [
10321 "anyhow",
10322 "assets",
10323 "base64 0.22.1",
10324 "collections",
10325 "env_logger 0.11.8",
10326 "fs",
10327 "futures 0.3.32",
10328 "gpui",
10329 "gpui_platform",
10330 "html5ever 0.27.0",
10331 "language",
10332 "languages",
10333 "linkify",
10334 "log",
10335 "markup5ever_rcdom",
10336 "mermaid-rs-renderer",
10337 "node_runtime",
10338 "pulldown-cmark 0.13.0",
10339 "settings",
10340 "stacksafe",
10341 "sum_tree",
10342 "theme",
10343 "theme_settings",
10344 "ui",
10345 "util",
10346]
10347
10348[[package]]
10349name = "markdown_preview"
10350version = "0.1.0"
10351dependencies = [
10352 "anyhow",
10353 "editor",
10354 "gpui",
10355 "language",
10356 "log",
10357 "markdown",
10358 "project",
10359 "settings",
10360 "tempfile",
10361 "theme_settings",
10362 "ui",
10363 "urlencoding",
10364 "util",
10365 "workspace",
10366 "zed_actions",
10367]
10368
10369[[package]]
10370name = "markup5ever"
10371version = "0.12.1"
10372source = "registry+https://github.com/rust-lang/crates.io-index"
10373checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10374dependencies = [
10375 "log",
10376 "phf 0.11.3",
10377 "phf_codegen",
10378 "string_cache",
10379 "string_cache_codegen",
10380 "tendril",
10381]
10382
10383[[package]]
10384name = "markup5ever"
10385version = "0.35.0"
10386source = "registry+https://github.com/rust-lang/crates.io-index"
10387checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10388dependencies = [
10389 "log",
10390 "tendril",
10391 "web_atoms",
10392]
10393
10394[[package]]
10395name = "markup5ever_rcdom"
10396version = "0.3.0"
10397source = "registry+https://github.com/rust-lang/crates.io-index"
10398checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10399dependencies = [
10400 "html5ever 0.27.0",
10401 "markup5ever 0.12.1",
10402 "tendril",
10403 "xml5ever",
10404]
10405
10406[[package]]
10407name = "match_token"
10408version = "0.35.0"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10411dependencies = [
10412 "proc-macro2",
10413 "quote",
10414 "syn 2.0.117",
10415]
10416
10417[[package]]
10418name = "matchers"
10419version = "0.2.0"
10420source = "registry+https://github.com/rust-lang/crates.io-index"
10421checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10422dependencies = [
10423 "regex-automata",
10424]
10425
10426[[package]]
10427name = "matchit"
10428version = "0.7.3"
10429source = "registry+https://github.com/rust-lang/crates.io-index"
10430checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10431
10432[[package]]
10433name = "maybe-owned"
10434version = "0.3.4"
10435source = "registry+https://github.com/rust-lang/crates.io-index"
10436checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10437
10438[[package]]
10439name = "maybe-rayon"
10440version = "0.1.1"
10441source = "registry+https://github.com/rust-lang/crates.io-index"
10442checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10443dependencies = [
10444 "cfg-if",
10445 "rayon",
10446]
10447
10448[[package]]
10449name = "md-5"
10450version = "0.10.6"
10451source = "registry+https://github.com/rust-lang/crates.io-index"
10452checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10453dependencies = [
10454 "cfg-if",
10455 "digest",
10456]
10457
10458[[package]]
10459name = "mdbook"
10460version = "0.4.40"
10461source = "registry+https://github.com/rust-lang/crates.io-index"
10462checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10463dependencies = [
10464 "ammonia",
10465 "anyhow",
10466 "chrono",
10467 "clap",
10468 "clap_complete",
10469 "elasticlunr-rs",
10470 "env_logger 0.11.8",
10471 "futures-util",
10472 "handlebars 5.1.2",
10473 "ignore",
10474 "log",
10475 "memchr",
10476 "notify 6.1.1",
10477 "notify-debouncer-mini",
10478 "once_cell",
10479 "opener",
10480 "pathdiff",
10481 "pulldown-cmark 0.10.3",
10482 "regex",
10483 "serde",
10484 "serde_json",
10485 "shlex",
10486 "tempfile",
10487 "tokio",
10488 "toml 0.5.11",
10489 "topological-sort",
10490 "walkdir",
10491 "warp",
10492]
10493
10494[[package]]
10495name = "media"
10496version = "0.1.0"
10497dependencies = [
10498 "anyhow",
10499 "bindgen 0.71.1",
10500 "core-foundation 0.10.0",
10501 "core-video",
10502 "ctor",
10503 "foreign-types 0.5.0",
10504 "metal",
10505 "objc",
10506]
10507
10508[[package]]
10509name = "memchr"
10510version = "2.7.6"
10511source = "registry+https://github.com/rust-lang/crates.io-index"
10512checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10513
10514[[package]]
10515name = "memfd"
10516version = "0.6.5"
10517source = "registry+https://github.com/rust-lang/crates.io-index"
10518checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10519dependencies = [
10520 "rustix 1.1.2",
10521]
10522
10523[[package]]
10524name = "memmap2"
10525version = "0.9.8"
10526source = "registry+https://github.com/rust-lang/crates.io-index"
10527checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10528dependencies = [
10529 "libc",
10530 "stable_deref_trait",
10531]
10532
10533[[package]]
10534name = "memoffset"
10535version = "0.9.1"
10536source = "registry+https://github.com/rust-lang/crates.io-index"
10537checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10538dependencies = [
10539 "autocfg",
10540]
10541
10542[[package]]
10543name = "menu"
10544version = "0.1.0"
10545dependencies = [
10546 "gpui",
10547]
10548
10549[[package]]
10550name = "merge"
10551version = "0.1.0"
10552source = "registry+https://github.com/rust-lang/crates.io-index"
10553checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10554dependencies = [
10555 "merge_derive",
10556 "num-traits",
10557]
10558
10559[[package]]
10560name = "merge_derive"
10561version = "0.1.0"
10562source = "registry+https://github.com/rust-lang/crates.io-index"
10563checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10564dependencies = [
10565 "proc-macro-error",
10566 "proc-macro2",
10567 "quote",
10568 "syn 1.0.109",
10569]
10570
10571[[package]]
10572name = "mermaid-rs-renderer"
10573version = "0.2.0"
10574source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10575dependencies = [
10576 "anyhow",
10577 "fontdb 0.16.2",
10578 "json5",
10579 "once_cell",
10580 "regex",
10581 "serde",
10582 "serde_json",
10583 "thiserror 2.0.17",
10584 "ttf-parser 0.20.0",
10585]
10586
10587[[package]]
10588name = "metal"
10589version = "0.33.0"
10590source = "registry+https://github.com/rust-lang/crates.io-index"
10591checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10592dependencies = [
10593 "bitflags 2.10.0",
10594 "block",
10595 "core-graphics-types 0.2.0",
10596 "foreign-types 0.5.0",
10597 "log",
10598 "objc",
10599 "paste",
10600]
10601
10602[[package]]
10603name = "migrator"
10604version = "0.1.0"
10605dependencies = [
10606 "anyhow",
10607 "collections",
10608 "convert_case 0.8.0",
10609 "log",
10610 "pretty_assertions",
10611 "serde_json",
10612 "serde_json_lenient",
10613 "settings_content",
10614 "settings_json",
10615 "streaming-iterator",
10616 "tree-sitter",
10617 "tree-sitter-json",
10618 "unindent",
10619]
10620
10621[[package]]
10622name = "mimalloc"
10623version = "0.1.48"
10624source = "registry+https://github.com/rust-lang/crates.io-index"
10625checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10626dependencies = [
10627 "libmimalloc-sys",
10628]
10629
10630[[package]]
10631name = "mime"
10632version = "0.3.17"
10633source = "registry+https://github.com/rust-lang/crates.io-index"
10634checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10635
10636[[package]]
10637name = "mime_guess"
10638version = "2.0.5"
10639source = "registry+https://github.com/rust-lang/crates.io-index"
10640checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10641dependencies = [
10642 "mime",
10643 "unicase",
10644]
10645
10646[[package]]
10647name = "minidump-common"
10648version = "0.26.1"
10649source = "registry+https://github.com/rust-lang/crates.io-index"
10650checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10651dependencies = [
10652 "bitflags 2.10.0",
10653 "debugid",
10654 "num-derive",
10655 "num-traits",
10656 "range-map",
10657 "scroll",
10658 "smart-default",
10659]
10660
10661[[package]]
10662name = "minidump-writer"
10663version = "0.11.0"
10664source = "registry+https://github.com/rust-lang/crates.io-index"
10665checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10666dependencies = [
10667 "bitflags 2.10.0",
10668 "byteorder",
10669 "cfg-if",
10670 "crash-context",
10671 "error-graph",
10672 "failspot",
10673 "goblin",
10674 "libc",
10675 "log",
10676 "mach2 0.4.3",
10677 "memmap2",
10678 "memoffset",
10679 "minidump-common",
10680 "nix 0.29.0",
10681 "procfs-core",
10682 "scroll",
10683 "serde",
10684 "serde_json",
10685 "tempfile",
10686 "thiserror 2.0.17",
10687]
10688
10689[[package]]
10690name = "minidumper"
10691version = "0.9.0"
10692source = "registry+https://github.com/rust-lang/crates.io-index"
10693checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10694dependencies = [
10695 "cfg-if",
10696 "crash-context",
10697 "libc",
10698 "log",
10699 "minidump-writer",
10700 "parking_lot",
10701 "polling",
10702 "scroll",
10703 "thiserror 2.0.17",
10704 "uds",
10705]
10706
10707[[package]]
10708name = "minimal-lexical"
10709version = "0.2.1"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10712
10713[[package]]
10714name = "miniprofiler_ui"
10715version = "0.1.0"
10716dependencies = [
10717 "gpui",
10718 "rpc",
10719 "serde_json",
10720 "smol",
10721 "theme_settings",
10722 "util",
10723 "workspace",
10724 "zed_actions",
10725]
10726
10727[[package]]
10728name = "miniz_oxide"
10729version = "0.8.9"
10730source = "registry+https://github.com/rust-lang/crates.io-index"
10731checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10732dependencies = [
10733 "adler2",
10734 "simd-adler32",
10735]
10736
10737[[package]]
10738name = "mio"
10739version = "0.8.11"
10740source = "registry+https://github.com/rust-lang/crates.io-index"
10741checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10742dependencies = [
10743 "libc",
10744 "log",
10745 "wasi",
10746 "windows-sys 0.48.0",
10747]
10748
10749[[package]]
10750name = "mio"
10751version = "1.1.0"
10752source = "registry+https://github.com/rust-lang/crates.io-index"
10753checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10754dependencies = [
10755 "libc",
10756 "log",
10757 "wasi",
10758 "windows-sys 0.61.2",
10759]
10760
10761[[package]]
10762name = "miow"
10763version = "0.6.1"
10764source = "registry+https://github.com/rust-lang/crates.io-index"
10765checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10766dependencies = [
10767 "windows-sys 0.61.2",
10768]
10769
10770[[package]]
10771name = "mistral"
10772version = "0.1.0"
10773dependencies = [
10774 "anyhow",
10775 "futures 0.3.32",
10776 "http_client",
10777 "schemars",
10778 "serde",
10779 "serde_json",
10780 "strum 0.27.2",
10781]
10782
10783[[package]]
10784name = "moka"
10785version = "0.12.11"
10786source = "registry+https://github.com/rust-lang/crates.io-index"
10787checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10788dependencies = [
10789 "crossbeam-channel",
10790 "crossbeam-epoch",
10791 "crossbeam-utils",
10792 "equivalent",
10793 "parking_lot",
10794 "portable-atomic",
10795 "rustc_version",
10796 "smallvec",
10797 "tagptr",
10798 "uuid",
10799]
10800
10801[[package]]
10802name = "moxcms"
10803version = "0.8.1"
10804source = "registry+https://github.com/rust-lang/crates.io-index"
10805checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10806dependencies = [
10807 "num-traits",
10808 "pxfm",
10809]
10810
10811[[package]]
10812name = "msvc_spectre_libs"
10813version = "0.1.3"
10814source = "registry+https://github.com/rust-lang/crates.io-index"
10815checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10816dependencies = [
10817 "cc",
10818]
10819
10820[[package]]
10821name = "multi_buffer"
10822version = "0.1.0"
10823dependencies = [
10824 "anyhow",
10825 "buffer_diff",
10826 "clock",
10827 "collections",
10828 "ctor",
10829 "gpui",
10830 "indoc",
10831 "itertools 0.14.0",
10832 "language",
10833 "log",
10834 "parking_lot",
10835 "pretty_assertions",
10836 "rand 0.9.3",
10837 "rope",
10838 "serde",
10839 "settings",
10840 "smallvec",
10841 "smol",
10842 "sum_tree",
10843 "text",
10844 "theme",
10845 "tracing",
10846 "tree-sitter",
10847 "unicode-segmentation",
10848 "util",
10849 "zlog",
10850 "ztracing",
10851]
10852
10853[[package]]
10854name = "multimap"
10855version = "0.8.3"
10856source = "registry+https://github.com/rust-lang/crates.io-index"
10857checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10858
10859[[package]]
10860name = "naga"
10861version = "29.0.0"
10862source = "registry+https://github.com/rust-lang/crates.io-index"
10863checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10864dependencies = [
10865 "arrayvec",
10866 "bit-set 0.9.1",
10867 "bitflags 2.10.0",
10868 "cfg-if",
10869 "cfg_aliases 0.2.1",
10870 "codespan-reporting",
10871 "half",
10872 "hashbrown 0.16.1",
10873 "hexf-parse",
10874 "indexmap",
10875 "libm",
10876 "log",
10877 "num-traits",
10878 "once_cell",
10879 "rustc-hash 1.1.0",
10880 "thiserror 2.0.17",
10881 "unicode-ident",
10882]
10883
10884[[package]]
10885name = "naga"
10886version = "29.0.0"
10887source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10888dependencies = [
10889 "arrayvec",
10890 "bit-set 0.9.1",
10891 "bitflags 2.10.0",
10892 "cfg-if",
10893 "cfg_aliases 0.2.1",
10894 "codespan-reporting",
10895 "half",
10896 "hashbrown 0.16.1",
10897 "hexf-parse",
10898 "indexmap",
10899 "libm",
10900 "log",
10901 "num-traits",
10902 "once_cell",
10903 "rustc-hash 1.1.0",
10904 "spirv",
10905 "thiserror 2.0.17",
10906 "unicode-ident",
10907]
10908
10909[[package]]
10910name = "nanoid"
10911version = "0.4.0"
10912source = "registry+https://github.com/rust-lang/crates.io-index"
10913checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10914dependencies = [
10915 "rand 0.8.5",
10916]
10917
10918[[package]]
10919name = "nanorand"
10920version = "0.7.0"
10921source = "registry+https://github.com/rust-lang/crates.io-index"
10922checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10923dependencies = [
10924 "getrandom 0.2.16",
10925]
10926
10927[[package]]
10928name = "native-tls"
10929version = "0.2.14"
10930source = "registry+https://github.com/rust-lang/crates.io-index"
10931checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10932dependencies = [
10933 "libc",
10934 "log",
10935 "openssl",
10936 "openssl-probe",
10937 "openssl-sys",
10938 "schannel",
10939 "security-framework 2.11.1",
10940 "security-framework-sys",
10941 "tempfile",
10942]
10943
10944[[package]]
10945name = "nbformat"
10946version = "1.2.0"
10947source = "registry+https://github.com/rust-lang/crates.io-index"
10948checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10949dependencies = [
10950 "anyhow",
10951 "chrono",
10952 "jupyter-protocol",
10953 "serde",
10954 "serde_json",
10955 "thiserror 1.0.69",
10956 "uuid",
10957]
10958
10959[[package]]
10960name = "nc"
10961version = "0.1.0"
10962dependencies = [
10963 "anyhow",
10964 "futures 0.3.32",
10965 "net",
10966 "smol",
10967]
10968
10969[[package]]
10970name = "ndk"
10971version = "0.9.0"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10974dependencies = [
10975 "bitflags 2.10.0",
10976 "jni-sys",
10977 "log",
10978 "ndk-sys",
10979 "num_enum",
10980 "thiserror 1.0.69",
10981]
10982
10983[[package]]
10984name = "ndk-context"
10985version = "0.1.1"
10986source = "registry+https://github.com/rust-lang/crates.io-index"
10987checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10988
10989[[package]]
10990name = "ndk-sys"
10991version = "0.6.0+11769913"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10994dependencies = [
10995 "jni-sys",
10996]
10997
10998[[package]]
10999name = "net"
11000version = "0.1.0"
11001dependencies = [
11002 "anyhow",
11003 "async-io",
11004 "smol",
11005 "tempfile",
11006 "windows 0.61.3",
11007]
11008
11009[[package]]
11010name = "new_debug_unreachable"
11011version = "1.0.6"
11012source = "registry+https://github.com/rust-lang/crates.io-index"
11013checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
11014
11015[[package]]
11016name = "nix"
11017version = "0.28.0"
11018source = "registry+https://github.com/rust-lang/crates.io-index"
11019checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
11020dependencies = [
11021 "bitflags 2.10.0",
11022 "cfg-if",
11023 "cfg_aliases 0.1.1",
11024 "libc",
11025]
11026
11027[[package]]
11028name = "nix"
11029version = "0.29.0"
11030source = "registry+https://github.com/rust-lang/crates.io-index"
11031checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
11032dependencies = [
11033 "bitflags 2.10.0",
11034 "cfg-if",
11035 "cfg_aliases 0.2.1",
11036 "libc",
11037]
11038
11039[[package]]
11040name = "nix"
11041version = "0.30.1"
11042source = "registry+https://github.com/rust-lang/crates.io-index"
11043checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11044dependencies = [
11045 "bitflags 2.10.0",
11046 "cfg-if",
11047 "cfg_aliases 0.2.1",
11048 "libc",
11049]
11050
11051[[package]]
11052name = "node_runtime"
11053version = "0.1.0"
11054dependencies = [
11055 "anyhow",
11056 "async-compression",
11057 "async-std",
11058 "async-tar",
11059 "async-trait",
11060 "futures 0.3.32",
11061 "http_client",
11062 "log",
11063 "paths",
11064 "semver",
11065 "serde",
11066 "serde_json",
11067 "smol",
11068 "util",
11069 "watch",
11070 "which 6.0.3",
11071]
11072
11073[[package]]
11074name = "nom"
11075version = "7.1.3"
11076source = "registry+https://github.com/rust-lang/crates.io-index"
11077checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11078dependencies = [
11079 "memchr",
11080 "minimal-lexical",
11081]
11082
11083[[package]]
11084name = "nom"
11085version = "8.0.0"
11086source = "registry+https://github.com/rust-lang/crates.io-index"
11087checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11088dependencies = [
11089 "memchr",
11090]
11091
11092[[package]]
11093name = "noop_proc_macro"
11094version = "0.3.0"
11095source = "registry+https://github.com/rust-lang/crates.io-index"
11096checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11097
11098[[package]]
11099name = "normpath"
11100version = "1.5.0"
11101source = "registry+https://github.com/rust-lang/crates.io-index"
11102checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11103dependencies = [
11104 "windows-sys 0.61.2",
11105]
11106
11107[[package]]
11108name = "notifications"
11109version = "0.1.0"
11110dependencies = [
11111 "anyhow",
11112 "channel",
11113 "client",
11114 "component",
11115 "db",
11116 "gpui",
11117 "rpc",
11118 "sum_tree",
11119 "time",
11120 "ui",
11121 "util",
11122 "workspace",
11123 "zed_actions",
11124]
11125
11126[[package]]
11127name = "notify"
11128version = "6.1.1"
11129source = "registry+https://github.com/rust-lang/crates.io-index"
11130checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11131dependencies = [
11132 "bitflags 2.10.0",
11133 "crossbeam-channel",
11134 "filetime",
11135 "fsevent-sys",
11136 "inotify 0.9.6",
11137 "kqueue",
11138 "libc",
11139 "log",
11140 "mio 0.8.11",
11141 "walkdir",
11142 "windows-sys 0.48.0",
11143]
11144
11145[[package]]
11146name = "notify"
11147version = "8.2.0"
11148source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11149dependencies = [
11150 "bitflags 2.10.0",
11151 "fsevent-sys",
11152 "inotify 0.11.0",
11153 "kqueue",
11154 "libc",
11155 "log",
11156 "mio 1.1.0",
11157 "notify-types",
11158 "walkdir",
11159 "windows-sys 0.60.2",
11160]
11161
11162[[package]]
11163name = "notify-debouncer-mini"
11164version = "0.4.1"
11165source = "registry+https://github.com/rust-lang/crates.io-index"
11166checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11167dependencies = [
11168 "crossbeam-channel",
11169 "log",
11170 "notify 6.1.1",
11171]
11172
11173[[package]]
11174name = "notify-types"
11175version = "2.0.0"
11176source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11177
11178[[package]]
11179name = "ntapi"
11180version = "0.4.1"
11181source = "registry+https://github.com/rust-lang/crates.io-index"
11182checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11183dependencies = [
11184 "winapi",
11185]
11186
11187[[package]]
11188name = "nu-ansi-term"
11189version = "0.50.3"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11192dependencies = [
11193 "windows-sys 0.61.2",
11194]
11195
11196[[package]]
11197name = "nucleo"
11198version = "0.5.0"
11199source = "registry+https://github.com/rust-lang/crates.io-index"
11200checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11201dependencies = [
11202 "nucleo-matcher",
11203 "parking_lot",
11204 "rayon",
11205]
11206
11207[[package]]
11208name = "nucleo-matcher"
11209version = "0.3.1"
11210source = "registry+https://github.com/rust-lang/crates.io-index"
11211checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11212dependencies = [
11213 "memchr",
11214 "unicode-segmentation",
11215]
11216
11217[[package]]
11218name = "num"
11219version = "0.4.3"
11220source = "registry+https://github.com/rust-lang/crates.io-index"
11221checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11222dependencies = [
11223 "num-bigint",
11224 "num-complex",
11225 "num-integer",
11226 "num-iter",
11227 "num-rational",
11228 "num-traits",
11229]
11230
11231[[package]]
11232name = "num-bigint"
11233version = "0.4.6"
11234source = "registry+https://github.com/rust-lang/crates.io-index"
11235checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11236dependencies = [
11237 "num-integer",
11238 "num-traits",
11239]
11240
11241[[package]]
11242name = "num-bigint-dig"
11243version = "0.8.6"
11244source = "registry+https://github.com/rust-lang/crates.io-index"
11245checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11246dependencies = [
11247 "lazy_static",
11248 "libm",
11249 "num-integer",
11250 "num-iter",
11251 "num-traits",
11252 "rand 0.8.5",
11253 "smallvec",
11254 "zeroize",
11255]
11256
11257[[package]]
11258name = "num-bigint-dig"
11259version = "0.9.1"
11260source = "registry+https://github.com/rust-lang/crates.io-index"
11261checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11262dependencies = [
11263 "libm",
11264 "num-integer",
11265 "num-iter",
11266 "num-traits",
11267 "once_cell",
11268 "rand 0.9.3",
11269 "serde",
11270 "smallvec",
11271 "zeroize",
11272]
11273
11274[[package]]
11275name = "num-cmp"
11276version = "0.1.0"
11277source = "registry+https://github.com/rust-lang/crates.io-index"
11278checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11279
11280[[package]]
11281name = "num-complex"
11282version = "0.4.6"
11283source = "registry+https://github.com/rust-lang/crates.io-index"
11284checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11285dependencies = [
11286 "bytemuck",
11287 "num-traits",
11288]
11289
11290[[package]]
11291name = "num-conv"
11292version = "0.2.0"
11293source = "registry+https://github.com/rust-lang/crates.io-index"
11294checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11295
11296[[package]]
11297name = "num-derive"
11298version = "0.4.2"
11299source = "registry+https://github.com/rust-lang/crates.io-index"
11300checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11301dependencies = [
11302 "proc-macro2",
11303 "quote",
11304 "syn 2.0.117",
11305]
11306
11307[[package]]
11308name = "num-format"
11309version = "0.4.4"
11310source = "registry+https://github.com/rust-lang/crates.io-index"
11311checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11312dependencies = [
11313 "arrayvec",
11314 "itoa",
11315]
11316
11317[[package]]
11318name = "num-integer"
11319version = "0.1.46"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11322dependencies = [
11323 "num-traits",
11324]
11325
11326[[package]]
11327name = "num-iter"
11328version = "0.1.45"
11329source = "registry+https://github.com/rust-lang/crates.io-index"
11330checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11331dependencies = [
11332 "autocfg",
11333 "num-integer",
11334 "num-traits",
11335]
11336
11337[[package]]
11338name = "num-rational"
11339version = "0.4.2"
11340source = "registry+https://github.com/rust-lang/crates.io-index"
11341checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11342dependencies = [
11343 "num-bigint",
11344 "num-integer",
11345 "num-traits",
11346]
11347
11348[[package]]
11349name = "num-traits"
11350version = "0.2.19"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11353dependencies = [
11354 "autocfg",
11355 "libm",
11356]
11357
11358[[package]]
11359name = "num_cpus"
11360version = "1.17.0"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11363dependencies = [
11364 "hermit-abi",
11365 "libc",
11366]
11367
11368[[package]]
11369name = "num_enum"
11370version = "0.7.4"
11371source = "registry+https://github.com/rust-lang/crates.io-index"
11372checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11373dependencies = [
11374 "num_enum_derive",
11375 "rustversion",
11376]
11377
11378[[package]]
11379name = "num_enum_derive"
11380version = "0.7.4"
11381source = "registry+https://github.com/rust-lang/crates.io-index"
11382checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11383dependencies = [
11384 "proc-macro-crate",
11385 "proc-macro2",
11386 "quote",
11387 "syn 2.0.117",
11388]
11389
11390[[package]]
11391name = "num_threads"
11392version = "0.1.7"
11393source = "registry+https://github.com/rust-lang/crates.io-index"
11394checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11395dependencies = [
11396 "libc",
11397]
11398
11399[[package]]
11400name = "nvim-rs"
11401version = "0.9.2"
11402source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11403dependencies = [
11404 "async-trait",
11405 "futures 0.3.32",
11406 "log",
11407 "rmp",
11408 "rmpv",
11409 "tokio",
11410 "tokio-util",
11411]
11412
11413[[package]]
11414name = "objc"
11415version = "0.2.7"
11416source = "registry+https://github.com/rust-lang/crates.io-index"
11417checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11418dependencies = [
11419 "malloc_buf",
11420 "objc_exception",
11421]
11422
11423[[package]]
11424name = "objc-foundation"
11425version = "0.1.1"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11428dependencies = [
11429 "block",
11430 "objc",
11431 "objc_id",
11432]
11433
11434[[package]]
11435name = "objc2"
11436version = "0.6.3"
11437source = "registry+https://github.com/rust-lang/crates.io-index"
11438checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11439dependencies = [
11440 "objc2-encode",
11441]
11442
11443[[package]]
11444name = "objc2-app-kit"
11445version = "0.3.1"
11446source = "registry+https://github.com/rust-lang/crates.io-index"
11447checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11448dependencies = [
11449 "objc2",
11450 "objc2-foundation",
11451]
11452
11453[[package]]
11454name = "objc2-audio-toolbox"
11455version = "0.3.2"
11456source = "registry+https://github.com/rust-lang/crates.io-index"
11457checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11458dependencies = [
11459 "bitflags 2.10.0",
11460 "libc",
11461 "objc2",
11462 "objc2-core-audio",
11463 "objc2-core-audio-types",
11464 "objc2-core-foundation",
11465 "objc2-foundation",
11466]
11467
11468[[package]]
11469name = "objc2-avf-audio"
11470version = "0.3.2"
11471source = "registry+https://github.com/rust-lang/crates.io-index"
11472checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11473dependencies = [
11474 "objc2",
11475 "objc2-foundation",
11476]
11477
11478[[package]]
11479name = "objc2-core-audio"
11480version = "0.3.2"
11481source = "registry+https://github.com/rust-lang/crates.io-index"
11482checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11483dependencies = [
11484 "dispatch2",
11485 "objc2",
11486 "objc2-core-audio-types",
11487 "objc2-core-foundation",
11488 "objc2-foundation",
11489]
11490
11491[[package]]
11492name = "objc2-core-audio-types"
11493version = "0.3.2"
11494source = "registry+https://github.com/rust-lang/crates.io-index"
11495checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11496dependencies = [
11497 "bitflags 2.10.0",
11498 "objc2",
11499]
11500
11501[[package]]
11502name = "objc2-core-foundation"
11503version = "0.3.2"
11504source = "registry+https://github.com/rust-lang/crates.io-index"
11505checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11506dependencies = [
11507 "bitflags 2.10.0",
11508 "block2",
11509 "dispatch2",
11510 "libc",
11511 "objc2",
11512]
11513
11514[[package]]
11515name = "objc2-encode"
11516version = "4.1.0"
11517source = "registry+https://github.com/rust-lang/crates.io-index"
11518checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11519
11520[[package]]
11521name = "objc2-foundation"
11522version = "0.3.2"
11523source = "registry+https://github.com/rust-lang/crates.io-index"
11524checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11525dependencies = [
11526 "bitflags 2.10.0",
11527 "block2",
11528 "libc",
11529 "objc2",
11530 "objc2-core-foundation",
11531]
11532
11533[[package]]
11534name = "objc2-io-kit"
11535version = "0.3.2"
11536source = "registry+https://github.com/rust-lang/crates.io-index"
11537checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11538dependencies = [
11539 "libc",
11540 "objc2-core-foundation",
11541]
11542
11543[[package]]
11544name = "objc2-metal"
11545version = "0.3.2"
11546source = "registry+https://github.com/rust-lang/crates.io-index"
11547checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11548dependencies = [
11549 "bitflags 2.10.0",
11550 "block2",
11551 "dispatch2",
11552 "objc2",
11553 "objc2-core-foundation",
11554 "objc2-foundation",
11555]
11556
11557[[package]]
11558name = "objc2-quartz-core"
11559version = "0.3.2"
11560source = "registry+https://github.com/rust-lang/crates.io-index"
11561checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11562dependencies = [
11563 "bitflags 2.10.0",
11564 "objc2",
11565 "objc2-core-foundation",
11566 "objc2-foundation",
11567 "objc2-metal",
11568]
11569
11570[[package]]
11571name = "objc_exception"
11572version = "0.1.2"
11573source = "registry+https://github.com/rust-lang/crates.io-index"
11574checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11575dependencies = [
11576 "cc",
11577]
11578
11579[[package]]
11580name = "objc_id"
11581version = "0.1.1"
11582source = "registry+https://github.com/rust-lang/crates.io-index"
11583checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11584dependencies = [
11585 "objc",
11586]
11587
11588[[package]]
11589name = "object"
11590version = "0.37.3"
11591source = "registry+https://github.com/rust-lang/crates.io-index"
11592checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11593dependencies = [
11594 "crc32fast",
11595 "hashbrown 0.15.5",
11596 "indexmap",
11597 "memchr",
11598]
11599
11600[[package]]
11601name = "octocrab"
11602version = "0.49.7"
11603source = "registry+https://github.com/rust-lang/crates.io-index"
11604checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11605dependencies = [
11606 "arc-swap",
11607 "async-trait",
11608 "base64 0.22.1",
11609 "bytes 1.11.1",
11610 "cargo_metadata 0.23.1",
11611 "cfg-if",
11612 "chrono",
11613 "either",
11614 "futures 0.3.32",
11615 "futures-core",
11616 "futures-util",
11617 "getrandom 0.2.16",
11618 "http 1.3.1",
11619 "http-body 1.0.1",
11620 "http-body-util",
11621 "hyper 1.7.0",
11622 "hyper-rustls 0.27.7",
11623 "hyper-timeout",
11624 "hyper-util",
11625 "jsonwebtoken",
11626 "once_cell",
11627 "percent-encoding",
11628 "pin-project",
11629 "secrecy",
11630 "serde",
11631 "serde_json",
11632 "serde_path_to_error",
11633 "serde_urlencoded",
11634 "snafu",
11635 "tokio",
11636 "tower 0.5.2",
11637 "tower-http 0.6.6",
11638 "url",
11639 "web-time",
11640]
11641
11642[[package]]
11643name = "ollama"
11644version = "0.1.0"
11645dependencies = [
11646 "anyhow",
11647 "futures 0.3.32",
11648 "http_client",
11649 "schemars",
11650 "serde",
11651 "serde_json",
11652 "settings",
11653]
11654
11655[[package]]
11656name = "onboarding"
11657version = "0.1.0"
11658dependencies = [
11659 "anyhow",
11660 "client",
11661 "cloud_api_types",
11662 "collections",
11663 "component",
11664 "db",
11665 "documented",
11666 "fs",
11667 "fuzzy",
11668 "gpui",
11669 "menu",
11670 "notifications",
11671 "picker",
11672 "project",
11673 "schemars",
11674 "serde",
11675 "settings",
11676 "telemetry",
11677 "theme",
11678 "theme_settings",
11679 "ui",
11680 "util",
11681 "vim_mode_setting",
11682 "workspace",
11683 "zed_actions",
11684 "zlog",
11685]
11686
11687[[package]]
11688name = "once_cell"
11689version = "1.21.3"
11690source = "registry+https://github.com/rust-lang/crates.io-index"
11691checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11692
11693[[package]]
11694name = "once_cell_polyfill"
11695version = "1.70.1"
11696source = "registry+https://github.com/rust-lang/crates.io-index"
11697checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11698
11699[[package]]
11700name = "oo7"
11701version = "0.6.0"
11702source = "registry+https://github.com/rust-lang/crates.io-index"
11703checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11704dependencies = [
11705 "aes",
11706 "ashpd",
11707 "async-fs",
11708 "async-io",
11709 "async-lock 3.4.2",
11710 "blocking",
11711 "cbc",
11712 "cipher",
11713 "digest",
11714 "endi",
11715 "futures-lite 2.6.1",
11716 "futures-util",
11717 "getrandom 0.4.1",
11718 "hkdf",
11719 "hmac",
11720 "md-5",
11721 "num",
11722 "num-bigint-dig 0.9.1",
11723 "pbkdf2 0.12.2",
11724 "serde",
11725 "serde_bytes",
11726 "sha2",
11727 "subtle",
11728 "zbus",
11729 "zbus_macros",
11730 "zeroize",
11731 "zvariant",
11732]
11733
11734[[package]]
11735name = "oorandom"
11736version = "11.1.5"
11737source = "registry+https://github.com/rust-lang/crates.io-index"
11738checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11739
11740[[package]]
11741name = "open"
11742version = "5.3.2"
11743source = "registry+https://github.com/rust-lang/crates.io-index"
11744checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11745dependencies = [
11746 "is-wsl",
11747 "libc",
11748 "pathdiff",
11749]
11750
11751[[package]]
11752name = "open_ai"
11753version = "0.1.0"
11754dependencies = [
11755 "anyhow",
11756 "collections",
11757 "futures 0.3.32",
11758 "http_client",
11759 "language_model_core",
11760 "log",
11761 "pretty_assertions",
11762 "rand 0.9.3",
11763 "schemars",
11764 "serde",
11765 "serde_json",
11766 "strum 0.27.2",
11767 "thiserror 2.0.17",
11768 "tiktoken-rs",
11769]
11770
11771[[package]]
11772name = "open_path_prompt"
11773version = "0.1.0"
11774dependencies = [
11775 "editor",
11776 "file_icons",
11777 "futures 0.3.32",
11778 "fuzzy",
11779 "gpui",
11780 "picker",
11781 "project",
11782 "schemars",
11783 "serde",
11784 "serde_json",
11785 "settings",
11786 "theme",
11787 "theme_settings",
11788 "ui",
11789 "util",
11790 "workspace",
11791]
11792
11793[[package]]
11794name = "open_router"
11795version = "0.1.0"
11796dependencies = [
11797 "anyhow",
11798 "futures 0.3.32",
11799 "http_client",
11800 "language_model_core",
11801 "schemars",
11802 "serde",
11803 "serde_json",
11804 "settings",
11805 "strum 0.27.2",
11806 "thiserror 2.0.17",
11807]
11808
11809[[package]]
11810name = "opencode"
11811version = "0.1.0"
11812dependencies = [
11813 "anyhow",
11814 "futures 0.3.32",
11815 "google_ai",
11816 "http_client",
11817 "schemars",
11818 "serde",
11819 "serde_json",
11820 "strum 0.27.2",
11821]
11822
11823[[package]]
11824name = "opener"
11825version = "0.7.2"
11826source = "registry+https://github.com/rust-lang/crates.io-index"
11827checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11828dependencies = [
11829 "bstr",
11830 "dbus",
11831 "normpath",
11832 "windows-sys 0.59.0",
11833]
11834
11835[[package]]
11836name = "openssl"
11837version = "0.10.74"
11838source = "registry+https://github.com/rust-lang/crates.io-index"
11839checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11840dependencies = [
11841 "bitflags 2.10.0",
11842 "cfg-if",
11843 "foreign-types 0.3.2",
11844 "libc",
11845 "once_cell",
11846 "openssl-macros",
11847 "openssl-sys",
11848]
11849
11850[[package]]
11851name = "openssl-macros"
11852version = "0.1.1"
11853source = "registry+https://github.com/rust-lang/crates.io-index"
11854checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11855dependencies = [
11856 "proc-macro2",
11857 "quote",
11858 "syn 2.0.117",
11859]
11860
11861[[package]]
11862name = "openssl-probe"
11863version = "0.1.6"
11864source = "registry+https://github.com/rust-lang/crates.io-index"
11865checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11866
11867[[package]]
11868name = "openssl-sys"
11869version = "0.9.110"
11870source = "registry+https://github.com/rust-lang/crates.io-index"
11871checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11872dependencies = [
11873 "cc",
11874 "libc",
11875 "pkg-config",
11876 "vcpkg",
11877]
11878
11879[[package]]
11880name = "optfield"
11881version = "0.4.0"
11882source = "registry+https://github.com/rust-lang/crates.io-index"
11883checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11884dependencies = [
11885 "proc-macro2",
11886 "quote",
11887 "syn 2.0.117",
11888]
11889
11890[[package]]
11891name = "option-ext"
11892version = "0.2.0"
11893source = "registry+https://github.com/rust-lang/crates.io-index"
11894checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11895
11896[[package]]
11897name = "ordered-float"
11898version = "2.10.1"
11899source = "registry+https://github.com/rust-lang/crates.io-index"
11900checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11901dependencies = [
11902 "num-traits",
11903]
11904
11905[[package]]
11906name = "ordered-float"
11907version = "4.6.0"
11908source = "registry+https://github.com/rust-lang/crates.io-index"
11909checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11910dependencies = [
11911 "num-traits",
11912]
11913
11914[[package]]
11915name = "ordered-stream"
11916version = "0.2.0"
11917source = "registry+https://github.com/rust-lang/crates.io-index"
11918checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11919dependencies = [
11920 "futures-core",
11921 "pin-project-lite",
11922]
11923
11924[[package]]
11925name = "ouroboros"
11926version = "0.18.5"
11927source = "registry+https://github.com/rust-lang/crates.io-index"
11928checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11929dependencies = [
11930 "aliasable",
11931 "ouroboros_macro",
11932 "static_assertions",
11933]
11934
11935[[package]]
11936name = "ouroboros_macro"
11937version = "0.18.5"
11938source = "registry+https://github.com/rust-lang/crates.io-index"
11939checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11940dependencies = [
11941 "heck 0.4.1",
11942 "proc-macro2",
11943 "proc-macro2-diagnostics",
11944 "quote",
11945 "syn 2.0.117",
11946]
11947
11948[[package]]
11949name = "outline"
11950version = "0.1.0"
11951dependencies = [
11952 "editor",
11953 "fuzzy",
11954 "gpui",
11955 "indoc",
11956 "language",
11957 "lsp",
11958 "menu",
11959 "ordered-float 2.10.1",
11960 "picker",
11961 "project",
11962 "rope",
11963 "serde_json",
11964 "settings",
11965 "smol",
11966 "theme",
11967 "theme_settings",
11968 "ui",
11969 "util",
11970 "workspace",
11971 "zed_actions",
11972]
11973
11974[[package]]
11975name = "outline_panel"
11976version = "0.1.0"
11977dependencies = [
11978 "anyhow",
11979 "collections",
11980 "db",
11981 "editor",
11982 "file_icons",
11983 "fuzzy",
11984 "gpui",
11985 "itertools 0.14.0",
11986 "language",
11987 "log",
11988 "lsp",
11989 "menu",
11990 "outline",
11991 "pretty_assertions",
11992 "project",
11993 "search",
11994 "serde",
11995 "serde_json",
11996 "settings",
11997 "smallvec",
11998 "smol",
11999 "theme",
12000 "theme_settings",
12001 "ui",
12002 "util",
12003 "workspace",
12004 "worktree",
12005 "zed_actions",
12006]
12007
12008[[package]]
12009name = "outref"
12010version = "0.5.2"
12011source = "registry+https://github.com/rust-lang/crates.io-index"
12012checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
12013
12014[[package]]
12015name = "p256"
12016version = "0.11.1"
12017source = "registry+https://github.com/rust-lang/crates.io-index"
12018checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
12019dependencies = [
12020 "ecdsa",
12021 "elliptic-curve",
12022 "sha2",
12023]
12024
12025[[package]]
12026name = "page_size"
12027version = "0.6.0"
12028source = "registry+https://github.com/rust-lang/crates.io-index"
12029checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12030dependencies = [
12031 "libc",
12032 "winapi",
12033]
12034
12035[[package]]
12036name = "palette"
12037version = "0.7.6"
12038source = "registry+https://github.com/rust-lang/crates.io-index"
12039checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12040dependencies = [
12041 "approx",
12042 "fast-srgb8",
12043 "palette_derive",
12044]
12045
12046[[package]]
12047name = "palette_derive"
12048version = "0.7.6"
12049source = "registry+https://github.com/rust-lang/crates.io-index"
12050checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12051dependencies = [
12052 "by_address",
12053 "proc-macro2",
12054 "quote",
12055 "syn 2.0.117",
12056]
12057
12058[[package]]
12059name = "panel"
12060version = "0.1.0"
12061dependencies = [
12062 "gpui",
12063 "ui",
12064 "workspace",
12065]
12066
12067[[package]]
12068name = "parking"
12069version = "2.2.1"
12070source = "registry+https://github.com/rust-lang/crates.io-index"
12071checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12072
12073[[package]]
12074name = "parking_lot"
12075version = "0.12.5"
12076source = "registry+https://github.com/rust-lang/crates.io-index"
12077checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12078dependencies = [
12079 "lock_api",
12080 "parking_lot_core",
12081]
12082
12083[[package]]
12084name = "parking_lot_core"
12085version = "0.9.12"
12086source = "registry+https://github.com/rust-lang/crates.io-index"
12087checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12088dependencies = [
12089 "cfg-if",
12090 "libc",
12091 "redox_syscall 0.5.18",
12092 "smallvec",
12093 "windows-link 0.2.1",
12094]
12095
12096[[package]]
12097name = "parse_int"
12098version = "0.9.0"
12099source = "registry+https://github.com/rust-lang/crates.io-index"
12100checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12101dependencies = [
12102 "num-traits",
12103]
12104
12105[[package]]
12106name = "partial-json-fixer"
12107version = "0.5.3"
12108source = "registry+https://github.com/rust-lang/crates.io-index"
12109checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12110
12111[[package]]
12112name = "password-hash"
12113version = "0.4.2"
12114source = "registry+https://github.com/rust-lang/crates.io-index"
12115checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12116dependencies = [
12117 "base64ct",
12118 "rand_core 0.6.4",
12119 "subtle",
12120]
12121
12122[[package]]
12123name = "paste"
12124version = "1.0.15"
12125source = "registry+https://github.com/rust-lang/crates.io-index"
12126checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12127
12128[[package]]
12129name = "pastey"
12130version = "0.1.1"
12131source = "registry+https://github.com/rust-lang/crates.io-index"
12132checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12133
12134[[package]]
12135name = "pathdiff"
12136version = "0.2.3"
12137source = "registry+https://github.com/rust-lang/crates.io-index"
12138checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12139
12140[[package]]
12141name = "pathfinder_geometry"
12142version = "0.5.1"
12143source = "registry+https://github.com/rust-lang/crates.io-index"
12144checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12145dependencies = [
12146 "log",
12147 "pathfinder_simd",
12148]
12149
12150[[package]]
12151name = "pathfinder_simd"
12152version = "0.5.5"
12153source = "registry+https://github.com/rust-lang/crates.io-index"
12154checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12155dependencies = [
12156 "rustc_version",
12157]
12158
12159[[package]]
12160name = "paths"
12161version = "0.1.0"
12162dependencies = [
12163 "dirs",
12164 "ignore",
12165 "util",
12166]
12167
12168[[package]]
12169name = "pbjson"
12170version = "0.6.0"
12171source = "registry+https://github.com/rust-lang/crates.io-index"
12172checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12173dependencies = [
12174 "base64 0.21.7",
12175 "serde",
12176]
12177
12178[[package]]
12179name = "pbjson-build"
12180version = "0.6.2"
12181source = "registry+https://github.com/rust-lang/crates.io-index"
12182checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12183dependencies = [
12184 "heck 0.4.1",
12185 "itertools 0.11.0",
12186 "prost 0.12.6",
12187 "prost-types 0.12.6",
12188]
12189
12190[[package]]
12191name = "pbjson-types"
12192version = "0.6.0"
12193source = "registry+https://github.com/rust-lang/crates.io-index"
12194checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12195dependencies = [
12196 "bytes 1.11.1",
12197 "chrono",
12198 "pbjson",
12199 "pbjson-build",
12200 "prost 0.12.6",
12201 "prost-build 0.12.6",
12202 "serde",
12203]
12204
12205[[package]]
12206name = "pbkdf2"
12207version = "0.11.0"
12208source = "registry+https://github.com/rust-lang/crates.io-index"
12209checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12210dependencies = [
12211 "digest",
12212 "hmac",
12213 "password-hash",
12214 "sha2",
12215]
12216
12217[[package]]
12218name = "pbkdf2"
12219version = "0.12.2"
12220source = "registry+https://github.com/rust-lang/crates.io-index"
12221checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12222dependencies = [
12223 "digest",
12224 "hmac",
12225]
12226
12227[[package]]
12228name = "pciid-parser"
12229version = "0.8.0"
12230source = "registry+https://github.com/rust-lang/crates.io-index"
12231checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12232
12233[[package]]
12234name = "peg"
12235version = "0.8.5"
12236source = "registry+https://github.com/rust-lang/crates.io-index"
12237checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12238dependencies = [
12239 "peg-macros",
12240 "peg-runtime",
12241]
12242
12243[[package]]
12244name = "peg-macros"
12245version = "0.8.5"
12246source = "registry+https://github.com/rust-lang/crates.io-index"
12247checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12248dependencies = [
12249 "peg-runtime",
12250 "proc-macro2",
12251 "quote",
12252]
12253
12254[[package]]
12255name = "peg-runtime"
12256version = "0.8.5"
12257source = "registry+https://github.com/rust-lang/crates.io-index"
12258checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12259
12260[[package]]
12261name = "pem"
12262version = "3.0.6"
12263source = "registry+https://github.com/rust-lang/crates.io-index"
12264checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12265dependencies = [
12266 "base64 0.22.1",
12267 "serde_core",
12268]
12269
12270[[package]]
12271name = "pem-rfc7468"
12272version = "0.7.0"
12273source = "registry+https://github.com/rust-lang/crates.io-index"
12274checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12275dependencies = [
12276 "base64ct",
12277]
12278
12279[[package]]
12280name = "percent-encoding"
12281version = "2.3.2"
12282source = "registry+https://github.com/rust-lang/crates.io-index"
12283checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12284
12285[[package]]
12286name = "perf"
12287version = "0.1.0"
12288dependencies = [
12289 "collections",
12290 "serde",
12291 "serde_json",
12292]
12293
12294[[package]]
12295name = "pest"
12296version = "2.8.3"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12299dependencies = [
12300 "memchr",
12301 "ucd-trie",
12302]
12303
12304[[package]]
12305name = "pest_derive"
12306version = "2.8.3"
12307source = "registry+https://github.com/rust-lang/crates.io-index"
12308checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12309dependencies = [
12310 "pest",
12311 "pest_generator",
12312]
12313
12314[[package]]
12315name = "pest_generator"
12316version = "2.8.3"
12317source = "registry+https://github.com/rust-lang/crates.io-index"
12318checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12319dependencies = [
12320 "pest",
12321 "pest_meta",
12322 "proc-macro2",
12323 "quote",
12324 "syn 2.0.117",
12325]
12326
12327[[package]]
12328name = "pest_meta"
12329version = "2.8.3"
12330source = "registry+https://github.com/rust-lang/crates.io-index"
12331checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12332dependencies = [
12333 "pest",
12334 "sha2",
12335]
12336
12337[[package]]
12338name = "pet"
12339version = "0.1.0"
12340source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12341dependencies = [
12342 "clap",
12343 "env_logger 0.10.2",
12344 "lazy_static",
12345 "log",
12346 "msvc_spectre_libs",
12347 "pet-conda",
12348 "pet-core",
12349 "pet-env-var-path",
12350 "pet-fs",
12351 "pet-global-virtualenvs",
12352 "pet-homebrew",
12353 "pet-jsonrpc",
12354 "pet-linux-global-python",
12355 "pet-mac-commandlinetools",
12356 "pet-mac-python-org",
12357 "pet-mac-xcode",
12358 "pet-pipenv",
12359 "pet-pixi",
12360 "pet-poetry",
12361 "pet-pyenv",
12362 "pet-python-utils",
12363 "pet-reporter",
12364 "pet-telemetry",
12365 "pet-uv",
12366 "pet-venv",
12367 "pet-virtualenv",
12368 "pet-virtualenvwrapper",
12369 "pet-windows-registry",
12370 "pet-windows-store",
12371 "pet-winpython",
12372 "serde",
12373 "serde_json",
12374 "tracing",
12375 "tracing-subscriber",
12376 "winresource",
12377]
12378
12379[[package]]
12380name = "pet-conda"
12381version = "0.1.0"
12382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12383dependencies = [
12384 "env_logger 0.10.2",
12385 "lazy_static",
12386 "log",
12387 "msvc_spectre_libs",
12388 "pet-core",
12389 "pet-fs",
12390 "pet-python-utils",
12391 "pet-reporter",
12392 "rayon",
12393 "regex",
12394 "serde",
12395 "serde_json",
12396 "yaml-rust2",
12397]
12398
12399[[package]]
12400name = "pet-core"
12401version = "0.1.0"
12402source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12403dependencies = [
12404 "clap",
12405 "lazy_static",
12406 "log",
12407 "msvc_spectre_libs",
12408 "pet-fs",
12409 "regex",
12410 "serde",
12411 "serde_json",
12412]
12413
12414[[package]]
12415name = "pet-env-var-path"
12416version = "0.1.0"
12417source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12418dependencies = [
12419 "lazy_static",
12420 "log",
12421 "msvc_spectre_libs",
12422 "pet-conda",
12423 "pet-core",
12424 "pet-fs",
12425 "pet-python-utils",
12426 "pet-virtualenv",
12427 "regex",
12428]
12429
12430[[package]]
12431name = "pet-fs"
12432version = "0.1.0"
12433source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12434dependencies = [
12435 "glob",
12436 "log",
12437 "msvc_spectre_libs",
12438 "windows-sys 0.59.0",
12439]
12440
12441[[package]]
12442name = "pet-global-virtualenvs"
12443version = "0.1.0"
12444source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12445dependencies = [
12446 "log",
12447 "msvc_spectre_libs",
12448 "pet-conda",
12449 "pet-core",
12450 "pet-fs",
12451 "pet-virtualenv",
12452]
12453
12454[[package]]
12455name = "pet-homebrew"
12456version = "0.1.0"
12457source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12458dependencies = [
12459 "lazy_static",
12460 "log",
12461 "msvc_spectre_libs",
12462 "pet-conda",
12463 "pet-core",
12464 "pet-fs",
12465 "pet-python-utils",
12466 "pet-virtualenv",
12467 "rayon",
12468 "regex",
12469 "serde",
12470 "serde_json",
12471]
12472
12473[[package]]
12474name = "pet-jsonrpc"
12475version = "0.1.0"
12476source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12477dependencies = [
12478 "env_logger 0.10.2",
12479 "log",
12480 "msvc_spectre_libs",
12481 "pet-core",
12482 "serde",
12483 "serde_json",
12484]
12485
12486[[package]]
12487name = "pet-linux-global-python"
12488version = "0.1.0"
12489source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12490dependencies = [
12491 "log",
12492 "msvc_spectre_libs",
12493 "pet-core",
12494 "pet-fs",
12495 "pet-python-utils",
12496 "pet-virtualenv",
12497]
12498
12499[[package]]
12500name = "pet-mac-commandlinetools"
12501version = "0.1.0"
12502source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12503dependencies = [
12504 "log",
12505 "msvc_spectre_libs",
12506 "pet-core",
12507 "pet-fs",
12508 "pet-python-utils",
12509 "pet-virtualenv",
12510]
12511
12512[[package]]
12513name = "pet-mac-python-org"
12514version = "0.1.0"
12515source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12516dependencies = [
12517 "log",
12518 "msvc_spectre_libs",
12519 "pet-core",
12520 "pet-fs",
12521 "pet-python-utils",
12522 "pet-virtualenv",
12523]
12524
12525[[package]]
12526name = "pet-mac-xcode"
12527version = "0.1.0"
12528source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12529dependencies = [
12530 "log",
12531 "msvc_spectre_libs",
12532 "pet-core",
12533 "pet-fs",
12534 "pet-python-utils",
12535 "pet-virtualenv",
12536]
12537
12538[[package]]
12539name = "pet-pipenv"
12540version = "0.1.0"
12541source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12542dependencies = [
12543 "lazy_static",
12544 "log",
12545 "msvc_spectre_libs",
12546 "pet-core",
12547 "pet-fs",
12548 "pet-python-utils",
12549 "pet-virtualenv",
12550 "regex",
12551]
12552
12553[[package]]
12554name = "pet-pixi"
12555version = "0.1.0"
12556source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12557dependencies = [
12558 "log",
12559 "msvc_spectre_libs",
12560 "pet-conda",
12561 "pet-core",
12562 "pet-python-utils",
12563]
12564
12565[[package]]
12566name = "pet-poetry"
12567version = "0.1.0"
12568source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12569dependencies = [
12570 "base64 0.22.1",
12571 "lazy_static",
12572 "log",
12573 "msvc_spectre_libs",
12574 "pet-core",
12575 "pet-fs",
12576 "pet-python-utils",
12577 "pet-reporter",
12578 "pet-virtualenv",
12579 "regex",
12580 "serde",
12581 "serde_json",
12582 "sha2",
12583 "toml 0.8.23",
12584]
12585
12586[[package]]
12587name = "pet-pyenv"
12588version = "0.1.0"
12589source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12590dependencies = [
12591 "lazy_static",
12592 "log",
12593 "msvc_spectre_libs",
12594 "pet-conda",
12595 "pet-core",
12596 "pet-fs",
12597 "pet-python-utils",
12598 "pet-reporter",
12599 "regex",
12600 "serde",
12601 "serde_json",
12602]
12603
12604[[package]]
12605name = "pet-python-utils"
12606version = "0.1.0"
12607source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12608dependencies = [
12609 "env_logger 0.10.2",
12610 "lazy_static",
12611 "log",
12612 "msvc_spectre_libs",
12613 "pet-core",
12614 "pet-fs",
12615 "regex",
12616 "serde",
12617 "serde_json",
12618 "sha2",
12619]
12620
12621[[package]]
12622name = "pet-reporter"
12623version = "0.1.0"
12624source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12625dependencies = [
12626 "env_logger 0.10.2",
12627 "log",
12628 "msvc_spectre_libs",
12629 "pet-core",
12630 "pet-jsonrpc",
12631 "serde",
12632 "serde_json",
12633]
12634
12635[[package]]
12636name = "pet-telemetry"
12637version = "0.1.0"
12638source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12639dependencies = [
12640 "env_logger 0.10.2",
12641 "lazy_static",
12642 "log",
12643 "msvc_spectre_libs",
12644 "pet-core",
12645 "pet-fs",
12646 "pet-python-utils",
12647 "regex",
12648]
12649
12650[[package]]
12651name = "pet-uv"
12652version = "0.1.0"
12653source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12654dependencies = [
12655 "log",
12656 "pet-core",
12657 "pet-python-utils",
12658 "serde",
12659 "toml 0.9.8",
12660]
12661
12662[[package]]
12663name = "pet-venv"
12664version = "0.1.0"
12665source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12666dependencies = [
12667 "log",
12668 "msvc_spectre_libs",
12669 "pet-core",
12670 "pet-python-utils",
12671 "pet-virtualenv",
12672]
12673
12674[[package]]
12675name = "pet-virtualenv"
12676version = "0.1.0"
12677source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12678dependencies = [
12679 "log",
12680 "msvc_spectre_libs",
12681 "pet-core",
12682 "pet-fs",
12683 "pet-python-utils",
12684]
12685
12686[[package]]
12687name = "pet-virtualenvwrapper"
12688version = "0.1.0"
12689source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12690dependencies = [
12691 "log",
12692 "msvc_spectre_libs",
12693 "pet-core",
12694 "pet-fs",
12695 "pet-python-utils",
12696 "pet-virtualenv",
12697]
12698
12699[[package]]
12700name = "pet-windows-registry"
12701version = "0.1.0"
12702source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12703dependencies = [
12704 "lazy_static",
12705 "log",
12706 "msvc_spectre_libs",
12707 "pet-conda",
12708 "pet-core",
12709 "pet-fs",
12710 "pet-python-utils",
12711 "pet-virtualenv",
12712 "pet-windows-store",
12713 "regex",
12714 "winreg 0.55.0",
12715]
12716
12717[[package]]
12718name = "pet-windows-store"
12719version = "0.1.0"
12720source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12721dependencies = [
12722 "lazy_static",
12723 "log",
12724 "msvc_spectre_libs",
12725 "pet-core",
12726 "pet-fs",
12727 "pet-python-utils",
12728 "pet-virtualenv",
12729 "regex",
12730 "winreg 0.55.0",
12731]
12732
12733[[package]]
12734name = "pet-winpython"
12735version = "0.1.0"
12736source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12737dependencies = [
12738 "lazy_static",
12739 "log",
12740 "pet-core",
12741 "pet-fs",
12742 "pet-python-utils",
12743 "pet-virtualenv",
12744 "regex",
12745]
12746
12747[[package]]
12748name = "petgraph"
12749version = "0.6.5"
12750source = "registry+https://github.com/rust-lang/crates.io-index"
12751checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12752dependencies = [
12753 "fixedbitset 0.4.2",
12754 "indexmap",
12755]
12756
12757[[package]]
12758name = "pgvector"
12759version = "0.4.1"
12760source = "registry+https://github.com/rust-lang/crates.io-index"
12761checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12762dependencies = [
12763 "serde",
12764]
12765
12766[[package]]
12767name = "phf"
12768version = "0.11.3"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12771dependencies = [
12772 "phf_macros 0.11.3",
12773 "phf_shared 0.11.3",
12774]
12775
12776[[package]]
12777name = "phf"
12778version = "0.12.1"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12781dependencies = [
12782 "phf_macros 0.12.1",
12783 "phf_shared 0.12.1",
12784]
12785
12786[[package]]
12787name = "phf_codegen"
12788version = "0.11.3"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12791dependencies = [
12792 "phf_generator 0.11.3",
12793 "phf_shared 0.11.3",
12794]
12795
12796[[package]]
12797name = "phf_generator"
12798version = "0.11.3"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12801dependencies = [
12802 "phf_shared 0.11.3",
12803 "rand 0.8.5",
12804]
12805
12806[[package]]
12807name = "phf_generator"
12808version = "0.12.1"
12809source = "registry+https://github.com/rust-lang/crates.io-index"
12810checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12811dependencies = [
12812 "fastrand 2.3.0",
12813 "phf_shared 0.12.1",
12814]
12815
12816[[package]]
12817name = "phf_macros"
12818version = "0.11.3"
12819source = "registry+https://github.com/rust-lang/crates.io-index"
12820checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12821dependencies = [
12822 "phf_generator 0.11.3",
12823 "phf_shared 0.11.3",
12824 "proc-macro2",
12825 "quote",
12826 "syn 2.0.117",
12827]
12828
12829[[package]]
12830name = "phf_macros"
12831version = "0.12.1"
12832source = "registry+https://github.com/rust-lang/crates.io-index"
12833checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12834dependencies = [
12835 "phf_generator 0.12.1",
12836 "phf_shared 0.12.1",
12837 "proc-macro2",
12838 "quote",
12839 "syn 2.0.117",
12840]
12841
12842[[package]]
12843name = "phf_shared"
12844version = "0.11.3"
12845source = "registry+https://github.com/rust-lang/crates.io-index"
12846checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12847dependencies = [
12848 "siphasher 1.0.1",
12849]
12850
12851[[package]]
12852name = "phf_shared"
12853version = "0.12.1"
12854source = "registry+https://github.com/rust-lang/crates.io-index"
12855checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12856dependencies = [
12857 "siphasher 1.0.1",
12858]
12859
12860[[package]]
12861name = "picker"
12862version = "0.1.0"
12863dependencies = [
12864 "anyhow",
12865 "editor",
12866 "gpui",
12867 "menu",
12868 "schemars",
12869 "serde",
12870 "settings",
12871 "theme",
12872 "theme_settings",
12873 "ui",
12874 "ui_input",
12875 "workspace",
12876 "zed_actions",
12877]
12878
12879[[package]]
12880name = "pico-args"
12881version = "0.5.0"
12882source = "registry+https://github.com/rust-lang/crates.io-index"
12883checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12884
12885[[package]]
12886name = "pin-project"
12887version = "1.1.10"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12890dependencies = [
12891 "pin-project-internal",
12892]
12893
12894[[package]]
12895name = "pin-project-internal"
12896version = "1.1.10"
12897source = "registry+https://github.com/rust-lang/crates.io-index"
12898checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12899dependencies = [
12900 "proc-macro2",
12901 "quote",
12902 "syn 2.0.117",
12903]
12904
12905[[package]]
12906name = "pin-project-lite"
12907version = "0.2.16"
12908source = "registry+https://github.com/rust-lang/crates.io-index"
12909checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12910
12911[[package]]
12912name = "pin-utils"
12913version = "0.1.0"
12914source = "registry+https://github.com/rust-lang/crates.io-index"
12915checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12916
12917[[package]]
12918name = "piper"
12919version = "0.2.4"
12920source = "registry+https://github.com/rust-lang/crates.io-index"
12921checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12922dependencies = [
12923 "atomic-waker",
12924 "fastrand 2.3.0",
12925 "futures-io",
12926]
12927
12928[[package]]
12929name = "pkcs1"
12930version = "0.7.5"
12931source = "registry+https://github.com/rust-lang/crates.io-index"
12932checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12933dependencies = [
12934 "der 0.7.10",
12935 "pkcs8 0.10.2",
12936 "spki 0.7.3",
12937]
12938
12939[[package]]
12940name = "pkcs8"
12941version = "0.9.0"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12944dependencies = [
12945 "der 0.6.1",
12946 "spki 0.6.0",
12947]
12948
12949[[package]]
12950name = "pkcs8"
12951version = "0.10.2"
12952source = "registry+https://github.com/rust-lang/crates.io-index"
12953checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12954dependencies = [
12955 "der 0.7.10",
12956 "spki 0.7.3",
12957]
12958
12959[[package]]
12960name = "pkg-config"
12961version = "0.3.32"
12962source = "registry+https://github.com/rust-lang/crates.io-index"
12963checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12964
12965[[package]]
12966name = "plain"
12967version = "0.2.3"
12968source = "registry+https://github.com/rust-lang/crates.io-index"
12969checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12970
12971[[package]]
12972name = "platform_title_bar"
12973version = "0.1.0"
12974dependencies = [
12975 "gpui",
12976 "project",
12977 "settings",
12978 "smallvec",
12979 "theme",
12980 "theme_settings",
12981 "ui",
12982 "windows 0.61.3",
12983 "workspace",
12984 "zed_actions",
12985]
12986
12987[[package]]
12988name = "plist"
12989version = "1.8.0"
12990source = "registry+https://github.com/rust-lang/crates.io-index"
12991checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12992dependencies = [
12993 "base64 0.22.1",
12994 "indexmap",
12995 "quick-xml 0.38.3",
12996 "serde",
12997 "time",
12998]
12999
13000[[package]]
13001name = "plotters"
13002version = "0.3.7"
13003source = "registry+https://github.com/rust-lang/crates.io-index"
13004checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
13005dependencies = [
13006 "num-traits",
13007 "plotters-backend",
13008 "plotters-svg",
13009 "wasm-bindgen",
13010 "web-sys",
13011]
13012
13013[[package]]
13014name = "plotters-backend"
13015version = "0.3.7"
13016source = "registry+https://github.com/rust-lang/crates.io-index"
13017checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
13018
13019[[package]]
13020name = "plotters-svg"
13021version = "0.3.7"
13022source = "registry+https://github.com/rust-lang/crates.io-index"
13023checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13024dependencies = [
13025 "plotters-backend",
13026]
13027
13028[[package]]
13029name = "png"
13030version = "0.17.16"
13031source = "registry+https://github.com/rust-lang/crates.io-index"
13032checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13033dependencies = [
13034 "bitflags 1.3.2",
13035 "crc32fast",
13036 "fdeflate",
13037 "flate2",
13038 "miniz_oxide",
13039]
13040
13041[[package]]
13042name = "png"
13043version = "0.18.0"
13044source = "registry+https://github.com/rust-lang/crates.io-index"
13045checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13046dependencies = [
13047 "bitflags 2.10.0",
13048 "crc32fast",
13049 "fdeflate",
13050 "flate2",
13051 "miniz_oxide",
13052]
13053
13054[[package]]
13055name = "polling"
13056version = "3.11.0"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13059dependencies = [
13060 "cfg-if",
13061 "concurrent-queue",
13062 "hermit-abi",
13063 "pin-project-lite",
13064 "rustix 1.1.2",
13065 "windows-sys 0.61.2",
13066]
13067
13068[[package]]
13069name = "pollster"
13070version = "0.2.5"
13071source = "registry+https://github.com/rust-lang/crates.io-index"
13072checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13073
13074[[package]]
13075name = "pollster"
13076version = "0.4.0"
13077source = "registry+https://github.com/rust-lang/crates.io-index"
13078checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13079
13080[[package]]
13081name = "pori"
13082version = "0.0.0"
13083source = "registry+https://github.com/rust-lang/crates.io-index"
13084checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13085dependencies = [
13086 "nom 7.1.3",
13087]
13088
13089[[package]]
13090name = "portable-atomic"
13091version = "1.11.1"
13092source = "registry+https://github.com/rust-lang/crates.io-index"
13093checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13094
13095[[package]]
13096name = "portable-atomic-util"
13097version = "0.2.4"
13098source = "registry+https://github.com/rust-lang/crates.io-index"
13099checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13100dependencies = [
13101 "portable-atomic",
13102]
13103
13104[[package]]
13105name = "portable-pty"
13106version = "0.9.0"
13107source = "registry+https://github.com/rust-lang/crates.io-index"
13108checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13109dependencies = [
13110 "anyhow",
13111 "bitflags 1.3.2",
13112 "downcast-rs",
13113 "filedescriptor",
13114 "lazy_static",
13115 "libc",
13116 "log",
13117 "nix 0.28.0",
13118 "serial2",
13119 "shared_library",
13120 "shell-words",
13121 "winapi",
13122 "winreg 0.10.1",
13123]
13124
13125[[package]]
13126name = "postage"
13127version = "0.5.0"
13128source = "registry+https://github.com/rust-lang/crates.io-index"
13129checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13130dependencies = [
13131 "atomic",
13132 "crossbeam-queue",
13133 "futures 0.3.32",
13134 "log",
13135 "parking_lot",
13136 "pin-project",
13137 "pollster 0.2.5",
13138 "static_assertions",
13139 "thiserror 1.0.69",
13140]
13141
13142[[package]]
13143name = "postcard"
13144version = "1.1.3"
13145source = "registry+https://github.com/rust-lang/crates.io-index"
13146checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13147dependencies = [
13148 "cobs",
13149 "embedded-io 0.4.0",
13150 "embedded-io 0.6.1",
13151 "serde",
13152]
13153
13154[[package]]
13155name = "potential_utf"
13156version = "0.1.3"
13157source = "registry+https://github.com/rust-lang/crates.io-index"
13158checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13159dependencies = [
13160 "zerovec",
13161]
13162
13163[[package]]
13164name = "powerfmt"
13165version = "0.2.0"
13166source = "registry+https://github.com/rust-lang/crates.io-index"
13167checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13168
13169[[package]]
13170name = "ppv-lite86"
13171version = "0.2.21"
13172source = "registry+https://github.com/rust-lang/crates.io-index"
13173checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13174dependencies = [
13175 "zerocopy",
13176]
13177
13178[[package]]
13179name = "precomputed-hash"
13180version = "0.1.1"
13181source = "registry+https://github.com/rust-lang/crates.io-index"
13182checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13183
13184[[package]]
13185name = "presser"
13186version = "0.3.1"
13187source = "registry+https://github.com/rust-lang/crates.io-index"
13188checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13189
13190[[package]]
13191name = "prettier"
13192version = "0.1.0"
13193dependencies = [
13194 "anyhow",
13195 "collections",
13196 "fs",
13197 "gpui",
13198 "language",
13199 "log",
13200 "lsp",
13201 "node_runtime",
13202 "parking_lot",
13203 "paths",
13204 "serde",
13205 "serde_json",
13206 "util",
13207]
13208
13209[[package]]
13210name = "pretty_assertions"
13211version = "1.4.1"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13214dependencies = [
13215 "diff",
13216 "yansi",
13217]
13218
13219[[package]]
13220name = "prettyplease"
13221version = "0.2.37"
13222source = "registry+https://github.com/rust-lang/crates.io-index"
13223checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13224dependencies = [
13225 "proc-macro2",
13226 "syn 2.0.117",
13227]
13228
13229[[package]]
13230name = "primal-check"
13231version = "0.3.4"
13232source = "registry+https://github.com/rust-lang/crates.io-index"
13233checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13234dependencies = [
13235 "num-integer",
13236]
13237
13238[[package]]
13239name = "proc-macro-crate"
13240version = "3.4.0"
13241source = "registry+https://github.com/rust-lang/crates.io-index"
13242checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13243dependencies = [
13244 "toml_edit 0.23.7",
13245]
13246
13247[[package]]
13248name = "proc-macro-error"
13249version = "1.0.4"
13250source = "registry+https://github.com/rust-lang/crates.io-index"
13251checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13252dependencies = [
13253 "proc-macro-error-attr",
13254 "proc-macro2",
13255 "quote",
13256 "syn 1.0.109",
13257 "version_check",
13258]
13259
13260[[package]]
13261name = "proc-macro-error-attr"
13262version = "1.0.4"
13263source = "registry+https://github.com/rust-lang/crates.io-index"
13264checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13265dependencies = [
13266 "proc-macro2",
13267 "quote",
13268 "version_check",
13269]
13270
13271[[package]]
13272name = "proc-macro-error-attr2"
13273version = "2.0.0"
13274source = "registry+https://github.com/rust-lang/crates.io-index"
13275checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13276dependencies = [
13277 "proc-macro2",
13278 "quote",
13279]
13280
13281[[package]]
13282name = "proc-macro-error2"
13283version = "2.0.1"
13284source = "registry+https://github.com/rust-lang/crates.io-index"
13285checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13286dependencies = [
13287 "proc-macro-error-attr2",
13288 "proc-macro2",
13289 "quote",
13290 "syn 2.0.117",
13291]
13292
13293[[package]]
13294name = "proc-macro2"
13295version = "1.0.101"
13296source = "registry+https://github.com/rust-lang/crates.io-index"
13297checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13298dependencies = [
13299 "unicode-ident",
13300]
13301
13302[[package]]
13303name = "proc-macro2-diagnostics"
13304version = "0.10.1"
13305source = "registry+https://github.com/rust-lang/crates.io-index"
13306checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13307dependencies = [
13308 "proc-macro2",
13309 "quote",
13310 "syn 2.0.117",
13311 "version_check",
13312 "yansi",
13313]
13314
13315[[package]]
13316name = "procfs-core"
13317version = "0.17.0"
13318source = "registry+https://github.com/rust-lang/crates.io-index"
13319checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13320dependencies = [
13321 "bitflags 2.10.0",
13322 "hex",
13323 "serde",
13324]
13325
13326[[package]]
13327name = "profiling"
13328version = "1.0.17"
13329source = "registry+https://github.com/rust-lang/crates.io-index"
13330checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13331dependencies = [
13332 "profiling-procmacros",
13333]
13334
13335[[package]]
13336name = "profiling-procmacros"
13337version = "1.0.17"
13338source = "registry+https://github.com/rust-lang/crates.io-index"
13339checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13340dependencies = [
13341 "quote",
13342 "syn 2.0.117",
13343]
13344
13345[[package]]
13346name = "project"
13347version = "0.1.0"
13348dependencies = [
13349 "aho-corasick",
13350 "anyhow",
13351 "askpass",
13352 "async-trait",
13353 "base64 0.22.1",
13354 "buffer_diff",
13355 "circular-buffer",
13356 "client",
13357 "clock",
13358 "collections",
13359 "context_server",
13360 "credentials_provider",
13361 "dap",
13362 "encoding_rs",
13363 "extension",
13364 "fancy-regex 0.17.0",
13365 "fs",
13366 "futures 0.3.32",
13367 "fuzzy",
13368 "fuzzy_nucleo",
13369 "git",
13370 "git2",
13371 "git_hosting_providers",
13372 "globset",
13373 "gpui",
13374 "http_client",
13375 "image",
13376 "indexmap",
13377 "itertools 0.14.0",
13378 "language",
13379 "log",
13380 "lsp",
13381 "markdown",
13382 "node_runtime",
13383 "parking_lot",
13384 "paths",
13385 "percent-encoding",
13386 "postage",
13387 "prettier",
13388 "pretty_assertions",
13389 "project",
13390 "rand 0.9.3",
13391 "regex",
13392 "release_channel",
13393 "remote",
13394 "rpc",
13395 "schemars",
13396 "semver",
13397 "serde",
13398 "serde_json",
13399 "settings",
13400 "sha2",
13401 "shellexpand",
13402 "smallvec",
13403 "smol",
13404 "snippet",
13405 "snippet_provider",
13406 "sum_tree",
13407 "task",
13408 "tempfile",
13409 "terminal",
13410 "text",
13411 "toml 0.8.23",
13412 "tracing",
13413 "unindent",
13414 "url",
13415 "util",
13416 "watch",
13417 "wax",
13418 "which 6.0.3",
13419 "worktree",
13420 "zed_credentials_provider",
13421 "zeroize",
13422 "zlog",
13423 "ztracing",
13424]
13425
13426[[package]]
13427name = "project_benchmarks"
13428version = "0.1.0"
13429dependencies = [
13430 "anyhow",
13431 "askpass",
13432 "clap",
13433 "client",
13434 "futures 0.3.32",
13435 "gpui",
13436 "gpui_platform",
13437 "http_client",
13438 "language",
13439 "node_runtime",
13440 "project",
13441 "release_channel",
13442 "remote",
13443 "rpassword",
13444 "semver",
13445 "settings",
13446 "watch",
13447]
13448
13449[[package]]
13450name = "project_panel"
13451version = "0.1.0"
13452dependencies = [
13453 "anyhow",
13454 "client",
13455 "collections",
13456 "command_palette_hooks",
13457 "criterion",
13458 "editor",
13459 "feature_flags",
13460 "file_icons",
13461 "fs",
13462 "futures 0.3.32",
13463 "git",
13464 "git_ui",
13465 "gpui",
13466 "itertools 0.14.0",
13467 "language",
13468 "menu",
13469 "notifications",
13470 "pretty_assertions",
13471 "project",
13472 "rayon",
13473 "remote_connection",
13474 "schemars",
13475 "search",
13476 "serde",
13477 "serde_json",
13478 "settings",
13479 "smallvec",
13480 "telemetry",
13481 "tempfile",
13482 "theme",
13483 "theme_settings",
13484 "ui",
13485 "util",
13486 "workspace",
13487 "worktree",
13488 "zed_actions",
13489]
13490
13491[[package]]
13492name = "project_symbols"
13493version = "0.1.0"
13494dependencies = [
13495 "anyhow",
13496 "editor",
13497 "futures 0.3.32",
13498 "fuzzy",
13499 "gpui",
13500 "language",
13501 "lsp",
13502 "ordered-float 2.10.1",
13503 "picker",
13504 "project",
13505 "release_channel",
13506 "semver",
13507 "serde_json",
13508 "settings",
13509 "theme",
13510 "theme_settings",
13511 "util",
13512 "workspace",
13513]
13514
13515[[package]]
13516name = "prometheus"
13517version = "0.14.0"
13518source = "registry+https://github.com/rust-lang/crates.io-index"
13519checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13520dependencies = [
13521 "cfg-if",
13522 "fnv",
13523 "lazy_static",
13524 "memchr",
13525 "parking_lot",
13526 "protobuf",
13527 "thiserror 2.0.17",
13528]
13529
13530[[package]]
13531name = "prompt_store"
13532version = "0.1.0"
13533dependencies = [
13534 "anyhow",
13535 "assets",
13536 "chrono",
13537 "collections",
13538 "fs",
13539 "futures 0.3.32",
13540 "fuzzy",
13541 "gpui",
13542 "handlebars 4.5.0",
13543 "heed",
13544 "language",
13545 "log",
13546 "parking_lot",
13547 "paths",
13548 "rope",
13549 "serde",
13550 "strum 0.27.2",
13551 "tempfile",
13552 "text",
13553 "util",
13554 "uuid",
13555]
13556
13557[[package]]
13558name = "proptest"
13559version = "1.10.0"
13560source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13561dependencies = [
13562 "bit-set 0.8.0",
13563 "bit-vec 0.8.0",
13564 "bitflags 2.10.0",
13565 "num-traits",
13566 "proptest-macro",
13567 "rand 0.9.3",
13568 "rand_chacha 0.9.0",
13569 "rand_xorshift",
13570 "regex-syntax",
13571 "rusty-fork",
13572 "tempfile",
13573 "unarray",
13574]
13575
13576[[package]]
13577name = "proptest-derive"
13578version = "0.8.0"
13579source = "registry+https://github.com/rust-lang/crates.io-index"
13580checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13581dependencies = [
13582 "proc-macro2",
13583 "quote",
13584 "syn 2.0.117",
13585]
13586
13587[[package]]
13588name = "proptest-macro"
13589version = "0.5.0"
13590source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13591dependencies = [
13592 "convert_case 0.11.0",
13593 "proc-macro2",
13594 "quote",
13595 "syn 2.0.117",
13596]
13597
13598[[package]]
13599name = "prost"
13600version = "0.9.0"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13603dependencies = [
13604 "bytes 1.11.1",
13605 "prost-derive 0.9.0",
13606]
13607
13608[[package]]
13609name = "prost"
13610version = "0.12.6"
13611source = "registry+https://github.com/rust-lang/crates.io-index"
13612checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13613dependencies = [
13614 "bytes 1.11.1",
13615 "prost-derive 0.12.6",
13616]
13617
13618[[package]]
13619name = "prost-build"
13620version = "0.9.0"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13623dependencies = [
13624 "bytes 1.11.1",
13625 "heck 0.3.3",
13626 "itertools 0.10.5",
13627 "lazy_static",
13628 "log",
13629 "multimap",
13630 "petgraph",
13631 "prost 0.9.0",
13632 "prost-types 0.9.0",
13633 "regex",
13634 "tempfile",
13635 "which 4.4.2",
13636]
13637
13638[[package]]
13639name = "prost-build"
13640version = "0.12.6"
13641source = "registry+https://github.com/rust-lang/crates.io-index"
13642checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13643dependencies = [
13644 "bytes 1.11.1",
13645 "heck 0.4.1",
13646 "itertools 0.10.5",
13647 "log",
13648 "multimap",
13649 "once_cell",
13650 "petgraph",
13651 "prettyplease",
13652 "prost 0.12.6",
13653 "prost-types 0.12.6",
13654 "regex",
13655 "syn 2.0.117",
13656 "tempfile",
13657]
13658
13659[[package]]
13660name = "prost-derive"
13661version = "0.9.0"
13662source = "registry+https://github.com/rust-lang/crates.io-index"
13663checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13664dependencies = [
13665 "anyhow",
13666 "itertools 0.10.5",
13667 "proc-macro2",
13668 "quote",
13669 "syn 1.0.109",
13670]
13671
13672[[package]]
13673name = "prost-derive"
13674version = "0.12.6"
13675source = "registry+https://github.com/rust-lang/crates.io-index"
13676checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13677dependencies = [
13678 "anyhow",
13679 "itertools 0.10.5",
13680 "proc-macro2",
13681 "quote",
13682 "syn 2.0.117",
13683]
13684
13685[[package]]
13686name = "prost-types"
13687version = "0.9.0"
13688source = "registry+https://github.com/rust-lang/crates.io-index"
13689checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13690dependencies = [
13691 "bytes 1.11.1",
13692 "prost 0.9.0",
13693]
13694
13695[[package]]
13696name = "prost-types"
13697version = "0.12.6"
13698source = "registry+https://github.com/rust-lang/crates.io-index"
13699checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13700dependencies = [
13701 "prost 0.12.6",
13702]
13703
13704[[package]]
13705name = "proto"
13706version = "0.1.0"
13707dependencies = [
13708 "anyhow",
13709 "prost 0.9.0",
13710 "prost-build 0.9.0",
13711 "serde",
13712]
13713
13714[[package]]
13715name = "protobuf"
13716version = "3.7.2"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13719dependencies = [
13720 "once_cell",
13721 "protobuf-support",
13722 "thiserror 1.0.69",
13723]
13724
13725[[package]]
13726name = "protobuf-support"
13727version = "3.7.2"
13728source = "registry+https://github.com/rust-lang/crates.io-index"
13729checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13730dependencies = [
13731 "thiserror 1.0.69",
13732]
13733
13734[[package]]
13735name = "psm"
13736version = "0.1.30"
13737source = "registry+https://github.com/rust-lang/crates.io-index"
13738checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13739dependencies = [
13740 "ar_archive_writer",
13741 "cc",
13742]
13743
13744[[package]]
13745name = "ptr_meta"
13746version = "0.1.4"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13749dependencies = [
13750 "ptr_meta_derive",
13751]
13752
13753[[package]]
13754name = "ptr_meta_derive"
13755version = "0.1.4"
13756source = "registry+https://github.com/rust-lang/crates.io-index"
13757checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13758dependencies = [
13759 "proc-macro2",
13760 "quote",
13761 "syn 1.0.109",
13762]
13763
13764[[package]]
13765name = "pulldown-cmark"
13766version = "0.10.3"
13767source = "registry+https://github.com/rust-lang/crates.io-index"
13768checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13769dependencies = [
13770 "bitflags 2.10.0",
13771 "memchr",
13772 "pulldown-cmark-escape",
13773 "unicase",
13774]
13775
13776[[package]]
13777name = "pulldown-cmark"
13778version = "0.13.0"
13779source = "registry+https://github.com/rust-lang/crates.io-index"
13780checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13781dependencies = [
13782 "bitflags 2.10.0",
13783 "memchr",
13784 "unicase",
13785]
13786
13787[[package]]
13788name = "pulldown-cmark-escape"
13789version = "0.10.1"
13790source = "registry+https://github.com/rust-lang/crates.io-index"
13791checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13792
13793[[package]]
13794name = "pulley-interpreter"
13795version = "36.0.7"
13796source = "registry+https://github.com/rust-lang/crates.io-index"
13797checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13798dependencies = [
13799 "cranelift-bitset",
13800 "log",
13801 "pulley-macros",
13802 "wasmtime-internal-math",
13803]
13804
13805[[package]]
13806name = "pulley-macros"
13807version = "36.0.7"
13808source = "registry+https://github.com/rust-lang/crates.io-index"
13809checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13810dependencies = [
13811 "proc-macro2",
13812 "quote",
13813 "syn 2.0.117",
13814]
13815
13816[[package]]
13817name = "pulp"
13818version = "0.18.22"
13819source = "registry+https://github.com/rust-lang/crates.io-index"
13820checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13821dependencies = [
13822 "bytemuck",
13823 "libm",
13824 "num-complex",
13825 "reborrow",
13826]
13827
13828[[package]]
13829name = "pulp"
13830version = "0.21.5"
13831source = "registry+https://github.com/rust-lang/crates.io-index"
13832checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13833dependencies = [
13834 "bytemuck",
13835 "cfg-if",
13836 "libm",
13837 "num-complex",
13838 "reborrow",
13839 "version_check",
13840]
13841
13842[[package]]
13843name = "pxfm"
13844version = "0.1.25"
13845source = "registry+https://github.com/rust-lang/crates.io-index"
13846checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13847dependencies = [
13848 "num-traits",
13849]
13850
13851[[package]]
13852name = "qoi"
13853version = "0.4.1"
13854source = "registry+https://github.com/rust-lang/crates.io-index"
13855checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13856dependencies = [
13857 "bytemuck",
13858]
13859
13860[[package]]
13861name = "quick-error"
13862version = "1.2.3"
13863source = "registry+https://github.com/rust-lang/crates.io-index"
13864checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13865
13866[[package]]
13867name = "quick-error"
13868version = "2.0.1"
13869source = "registry+https://github.com/rust-lang/crates.io-index"
13870checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13871
13872[[package]]
13873name = "quick-xml"
13874version = "0.30.0"
13875source = "registry+https://github.com/rust-lang/crates.io-index"
13876checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13877dependencies = [
13878 "memchr",
13879]
13880
13881[[package]]
13882name = "quick-xml"
13883version = "0.37.5"
13884source = "registry+https://github.com/rust-lang/crates.io-index"
13885checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13886dependencies = [
13887 "memchr",
13888]
13889
13890[[package]]
13891name = "quick-xml"
13892version = "0.38.3"
13893source = "registry+https://github.com/rust-lang/crates.io-index"
13894checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13895dependencies = [
13896 "memchr",
13897]
13898
13899[[package]]
13900name = "quinn"
13901version = "0.11.9"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13904dependencies = [
13905 "bytes 1.11.1",
13906 "cfg_aliases 0.2.1",
13907 "pin-project-lite",
13908 "quinn-proto",
13909 "quinn-udp",
13910 "rustc-hash 2.1.1",
13911 "rustls 0.23.33",
13912 "socket2 0.6.1",
13913 "thiserror 2.0.17",
13914 "tokio",
13915 "tracing",
13916 "web-time",
13917]
13918
13919[[package]]
13920name = "quinn-proto"
13921version = "0.11.13"
13922source = "registry+https://github.com/rust-lang/crates.io-index"
13923checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13924dependencies = [
13925 "bytes 1.11.1",
13926 "getrandom 0.3.4",
13927 "lru-slab",
13928 "rand 0.9.3",
13929 "ring",
13930 "rustc-hash 2.1.1",
13931 "rustls 0.23.33",
13932 "rustls-pki-types",
13933 "slab",
13934 "thiserror 2.0.17",
13935 "tinyvec",
13936 "tracing",
13937 "web-time",
13938]
13939
13940[[package]]
13941name = "quinn-udp"
13942version = "0.5.14"
13943source = "registry+https://github.com/rust-lang/crates.io-index"
13944checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13945dependencies = [
13946 "cfg_aliases 0.2.1",
13947 "libc",
13948 "once_cell",
13949 "socket2 0.6.1",
13950 "tracing",
13951 "windows-sys 0.60.2",
13952]
13953
13954[[package]]
13955name = "quote"
13956version = "1.0.41"
13957source = "registry+https://github.com/rust-lang/crates.io-index"
13958checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13959dependencies = [
13960 "proc-macro2",
13961]
13962
13963[[package]]
13964name = "r-efi"
13965version = "5.3.0"
13966source = "registry+https://github.com/rust-lang/crates.io-index"
13967checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13968
13969[[package]]
13970name = "radium"
13971version = "0.7.0"
13972source = "registry+https://github.com/rust-lang/crates.io-index"
13973checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13974
13975[[package]]
13976name = "rand"
13977version = "0.3.23"
13978source = "registry+https://github.com/rust-lang/crates.io-index"
13979checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13980dependencies = [
13981 "libc",
13982 "rand 0.4.6",
13983]
13984
13985[[package]]
13986name = "rand"
13987version = "0.4.6"
13988source = "registry+https://github.com/rust-lang/crates.io-index"
13989checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13990dependencies = [
13991 "fuchsia-cprng",
13992 "libc",
13993 "rand_core 0.3.1",
13994 "rdrand",
13995 "winapi",
13996]
13997
13998[[package]]
13999name = "rand"
14000version = "0.8.5"
14001source = "registry+https://github.com/rust-lang/crates.io-index"
14002checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
14003dependencies = [
14004 "libc",
14005 "rand_chacha 0.3.1",
14006 "rand_core 0.6.4",
14007]
14008
14009[[package]]
14010name = "rand"
14011version = "0.9.3"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
14014dependencies = [
14015 "rand_chacha 0.9.0",
14016 "rand_core 0.9.3",
14017]
14018
14019[[package]]
14020name = "rand_chacha"
14021version = "0.3.1"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14024dependencies = [
14025 "ppv-lite86",
14026 "rand_core 0.6.4",
14027]
14028
14029[[package]]
14030name = "rand_chacha"
14031version = "0.9.0"
14032source = "registry+https://github.com/rust-lang/crates.io-index"
14033checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14034dependencies = [
14035 "ppv-lite86",
14036 "rand_core 0.9.3",
14037]
14038
14039[[package]]
14040name = "rand_core"
14041version = "0.3.1"
14042source = "registry+https://github.com/rust-lang/crates.io-index"
14043checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14044dependencies = [
14045 "rand_core 0.4.2",
14046]
14047
14048[[package]]
14049name = "rand_core"
14050version = "0.4.2"
14051source = "registry+https://github.com/rust-lang/crates.io-index"
14052checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14053
14054[[package]]
14055name = "rand_core"
14056version = "0.6.4"
14057source = "registry+https://github.com/rust-lang/crates.io-index"
14058checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14059dependencies = [
14060 "getrandom 0.2.16",
14061]
14062
14063[[package]]
14064name = "rand_core"
14065version = "0.9.3"
14066source = "registry+https://github.com/rust-lang/crates.io-index"
14067checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14068dependencies = [
14069 "getrandom 0.3.4",
14070]
14071
14072[[package]]
14073name = "rand_distr"
14074version = "0.5.1"
14075source = "registry+https://github.com/rust-lang/crates.io-index"
14076checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14077dependencies = [
14078 "num-traits",
14079 "rand 0.9.3",
14080]
14081
14082[[package]]
14083name = "rand_pcg"
14084version = "0.3.1"
14085source = "registry+https://github.com/rust-lang/crates.io-index"
14086checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14087dependencies = [
14088 "rand_core 0.6.4",
14089]
14090
14091[[package]]
14092name = "rand_xorshift"
14093version = "0.4.0"
14094source = "registry+https://github.com/rust-lang/crates.io-index"
14095checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14096dependencies = [
14097 "rand_core 0.9.3",
14098]
14099
14100[[package]]
14101name = "random_choice"
14102version = "0.3.2"
14103source = "registry+https://github.com/rust-lang/crates.io-index"
14104checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14105dependencies = [
14106 "rand 0.3.23",
14107]
14108
14109[[package]]
14110name = "range-alloc"
14111version = "0.1.4"
14112source = "registry+https://github.com/rust-lang/crates.io-index"
14113checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14114
14115[[package]]
14116name = "range-map"
14117version = "0.2.0"
14118source = "registry+https://github.com/rust-lang/crates.io-index"
14119checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14120dependencies = [
14121 "num-traits",
14122]
14123
14124[[package]]
14125name = "rangemap"
14126version = "1.7.1"
14127source = "registry+https://github.com/rust-lang/crates.io-index"
14128checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14129
14130[[package]]
14131name = "rav1e"
14132version = "0.8.1"
14133source = "registry+https://github.com/rust-lang/crates.io-index"
14134checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14135dependencies = [
14136 "aligned-vec",
14137 "arbitrary",
14138 "arg_enum_proc_macro",
14139 "arrayvec",
14140 "av-scenechange",
14141 "av1-grain",
14142 "bitstream-io",
14143 "built",
14144 "cfg-if",
14145 "interpolate_name",
14146 "itertools 0.14.0",
14147 "libc",
14148 "libfuzzer-sys",
14149 "log",
14150 "maybe-rayon",
14151 "new_debug_unreachable",
14152 "noop_proc_macro",
14153 "num-derive",
14154 "num-traits",
14155 "paste",
14156 "profiling",
14157 "rand 0.9.3",
14158 "rand_chacha 0.9.0",
14159 "simd_helpers",
14160 "thiserror 2.0.17",
14161 "v_frame",
14162 "wasm-bindgen",
14163]
14164
14165[[package]]
14166name = "ravif"
14167version = "0.13.0"
14168source = "registry+https://github.com/rust-lang/crates.io-index"
14169checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14170dependencies = [
14171 "avif-serialize",
14172 "imgref",
14173 "loop9",
14174 "quick-error 2.0.1",
14175 "rav1e",
14176 "rayon",
14177 "rgb",
14178]
14179
14180[[package]]
14181name = "raw-cpuid"
14182version = "10.7.0"
14183source = "registry+https://github.com/rust-lang/crates.io-index"
14184checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14185dependencies = [
14186 "bitflags 1.3.2",
14187]
14188
14189[[package]]
14190name = "raw-cpuid"
14191version = "11.6.0"
14192source = "registry+https://github.com/rust-lang/crates.io-index"
14193checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14194dependencies = [
14195 "bitflags 2.10.0",
14196]
14197
14198[[package]]
14199name = "raw-window-handle"
14200version = "0.6.2"
14201source = "registry+https://github.com/rust-lang/crates.io-index"
14202checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14203
14204[[package]]
14205name = "raw-window-metal"
14206version = "1.1.0"
14207source = "registry+https://github.com/rust-lang/crates.io-index"
14208checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14209dependencies = [
14210 "objc2",
14211 "objc2-core-foundation",
14212 "objc2-foundation",
14213 "objc2-quartz-core",
14214]
14215
14216[[package]]
14217name = "rayon"
14218version = "1.11.0"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14221dependencies = [
14222 "either",
14223 "rayon-core",
14224]
14225
14226[[package]]
14227name = "rayon-core"
14228version = "1.13.0"
14229source = "registry+https://github.com/rust-lang/crates.io-index"
14230checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14231dependencies = [
14232 "crossbeam-deque",
14233 "crossbeam-utils",
14234]
14235
14236[[package]]
14237name = "rdrand"
14238version = "0.4.0"
14239source = "registry+https://github.com/rust-lang/crates.io-index"
14240checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14241dependencies = [
14242 "rand_core 0.3.1",
14243]
14244
14245[[package]]
14246name = "read-fonts"
14247version = "0.35.0"
14248source = "registry+https://github.com/rust-lang/crates.io-index"
14249checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14250dependencies = [
14251 "bytemuck",
14252 "font-types 0.10.0",
14253]
14254
14255[[package]]
14256name = "read-fonts"
14257version = "0.37.0"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14260dependencies = [
14261 "bytemuck",
14262 "core_maths",
14263 "font-types 0.11.0",
14264]
14265
14266[[package]]
14267name = "realfft"
14268version = "3.5.0"
14269source = "registry+https://github.com/rust-lang/crates.io-index"
14270checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14271dependencies = [
14272 "rustfft",
14273]
14274
14275[[package]]
14276name = "reborrow"
14277version = "0.5.5"
14278source = "registry+https://github.com/rust-lang/crates.io-index"
14279checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14280
14281[[package]]
14282name = "recent_projects"
14283version = "0.1.0"
14284dependencies = [
14285 "anyhow",
14286 "askpass",
14287 "chrono",
14288 "db",
14289 "dev_container",
14290 "editor",
14291 "extension",
14292 "extension_host",
14293 "fs",
14294 "futures 0.3.32",
14295 "fuzzy_nucleo",
14296 "gpui",
14297 "http_client",
14298 "indoc",
14299 "language",
14300 "log",
14301 "menu",
14302 "node_runtime",
14303 "open_path_prompt",
14304 "ordered-float 2.10.1",
14305 "paths",
14306 "picker",
14307 "project",
14308 "release_channel",
14309 "remote",
14310 "remote_connection",
14311 "remote_server",
14312 "semver",
14313 "serde",
14314 "serde_json",
14315 "settings",
14316 "smol",
14317 "task",
14318 "telemetry",
14319 "ui",
14320 "ui_input",
14321 "util",
14322 "windows-registry 0.6.1",
14323 "workspace",
14324 "worktree",
14325 "zed_actions",
14326]
14327
14328[[package]]
14329name = "redox_syscall"
14330version = "0.2.16"
14331source = "registry+https://github.com/rust-lang/crates.io-index"
14332checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14333dependencies = [
14334 "bitflags 1.3.2",
14335]
14336
14337[[package]]
14338name = "redox_syscall"
14339version = "0.5.18"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14342dependencies = [
14343 "bitflags 2.10.0",
14344]
14345
14346[[package]]
14347name = "redox_users"
14348version = "0.5.2"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14351dependencies = [
14352 "getrandom 0.2.16",
14353 "libredox",
14354 "thiserror 2.0.17",
14355]
14356
14357[[package]]
14358name = "ref-cast"
14359version = "1.0.25"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14362dependencies = [
14363 "ref-cast-impl",
14364]
14365
14366[[package]]
14367name = "ref-cast-impl"
14368version = "1.0.25"
14369source = "registry+https://github.com/rust-lang/crates.io-index"
14370checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14371dependencies = [
14372 "proc-macro2",
14373 "quote",
14374 "syn 2.0.117",
14375]
14376
14377[[package]]
14378name = "referencing"
14379version = "0.37.4"
14380source = "registry+https://github.com/rust-lang/crates.io-index"
14381checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14382dependencies = [
14383 "ahash 0.8.12",
14384 "fluent-uri",
14385 "getrandom 0.3.4",
14386 "hashbrown 0.16.1",
14387 "parking_lot",
14388 "percent-encoding",
14389 "serde_json",
14390]
14391
14392[[package]]
14393name = "refineable"
14394version = "0.1.0"
14395dependencies = [
14396 "derive_refineable",
14397]
14398
14399[[package]]
14400name = "regalloc2"
14401version = "0.12.2"
14402source = "registry+https://github.com/rust-lang/crates.io-index"
14403checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14404dependencies = [
14405 "allocator-api2",
14406 "bumpalo",
14407 "hashbrown 0.15.5",
14408 "log",
14409 "rustc-hash 2.1.1",
14410 "serde",
14411 "smallvec",
14412]
14413
14414[[package]]
14415name = "regex"
14416version = "1.12.2"
14417source = "registry+https://github.com/rust-lang/crates.io-index"
14418checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14419dependencies = [
14420 "aho-corasick",
14421 "memchr",
14422 "regex-automata",
14423 "regex-syntax",
14424]
14425
14426[[package]]
14427name = "regex-automata"
14428version = "0.4.13"
14429source = "registry+https://github.com/rust-lang/crates.io-index"
14430checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14431dependencies = [
14432 "aho-corasick",
14433 "memchr",
14434 "regex-syntax",
14435]
14436
14437[[package]]
14438name = "regex-lite"
14439version = "0.1.8"
14440source = "registry+https://github.com/rust-lang/crates.io-index"
14441checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14442
14443[[package]]
14444name = "regex-syntax"
14445version = "0.8.8"
14446source = "registry+https://github.com/rust-lang/crates.io-index"
14447checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14448
14449[[package]]
14450name = "release_channel"
14451version = "0.1.0"
14452dependencies = [
14453 "gpui",
14454 "semver",
14455]
14456
14457[[package]]
14458name = "remote"
14459version = "0.1.0"
14460dependencies = [
14461 "anyhow",
14462 "askpass",
14463 "async-trait",
14464 "base64 0.22.1",
14465 "collections",
14466 "fs",
14467 "futures 0.3.32",
14468 "gpui",
14469 "log",
14470 "parking_lot",
14471 "paths",
14472 "prost 0.9.0",
14473 "release_channel",
14474 "rpc",
14475 "schemars",
14476 "semver",
14477 "serde",
14478 "serde_json",
14479 "settings",
14480 "smol",
14481 "tempfile",
14482 "thiserror 2.0.17",
14483 "urlencoding",
14484 "util",
14485 "which 6.0.3",
14486]
14487
14488[[package]]
14489name = "remote_connection"
14490version = "0.1.0"
14491dependencies = [
14492 "anyhow",
14493 "askpass",
14494 "auto_update",
14495 "futures 0.3.32",
14496 "gpui",
14497 "log",
14498 "markdown",
14499 "menu",
14500 "release_channel",
14501 "remote",
14502 "semver",
14503 "settings",
14504 "theme_settings",
14505 "ui",
14506 "ui_input",
14507 "workspace",
14508]
14509
14510[[package]]
14511name = "remote_server"
14512version = "0.1.0"
14513dependencies = [
14514 "action_log",
14515 "agent",
14516 "anyhow",
14517 "askpass",
14518 "cargo_toml",
14519 "clap",
14520 "client",
14521 "clock",
14522 "collections",
14523 "crash-handler",
14524 "crashes",
14525 "dap_adapters",
14526 "debug_adapter_extension",
14527 "editor",
14528 "env_logger 0.11.8",
14529 "extension",
14530 "extension_host",
14531 "fork",
14532 "fs",
14533 "futures 0.3.32",
14534 "git",
14535 "git2",
14536 "git_hosting_providers",
14537 "gpui",
14538 "gpui_platform",
14539 "gpui_tokio",
14540 "http_client",
14541 "image",
14542 "json_schema_store",
14543 "language",
14544 "language_extension",
14545 "language_model",
14546 "languages",
14547 "libc",
14548 "log",
14549 "lsp",
14550 "minidumper",
14551 "net",
14552 "node_runtime",
14553 "paths",
14554 "pretty_assertions",
14555 "project",
14556 "proto",
14557 "rayon",
14558 "release_channel",
14559 "remote",
14560 "reqwest_client",
14561 "rpc",
14562 "rust-embed",
14563 "semver",
14564 "serde",
14565 "serde_json",
14566 "settings",
14567 "shellexpand",
14568 "smol",
14569 "sysinfo 0.37.2",
14570 "task",
14571 "theme",
14572 "theme_settings",
14573 "thiserror 2.0.17",
14574 "toml 0.8.23",
14575 "unindent",
14576 "util",
14577 "uuid",
14578 "watch",
14579 "windows 0.61.3",
14580 "worktree",
14581 "zlog",
14582]
14583
14584[[package]]
14585name = "rend"
14586version = "0.4.2"
14587source = "registry+https://github.com/rust-lang/crates.io-index"
14588checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14589dependencies = [
14590 "bytecheck",
14591]
14592
14593[[package]]
14594name = "renderdoc-sys"
14595version = "1.1.0"
14596source = "registry+https://github.com/rust-lang/crates.io-index"
14597checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14598
14599[[package]]
14600name = "repl"
14601version = "0.1.0"
14602dependencies = [
14603 "alacritty_terminal",
14604 "anyhow",
14605 "async-dispatcher",
14606 "async-task",
14607 "async-tungstenite",
14608 "base64 0.22.1",
14609 "client",
14610 "collections",
14611 "command_palette_hooks",
14612 "editor",
14613 "feature_flags",
14614 "file_icons",
14615 "futures 0.3.32",
14616 "gpui",
14617 "html_to_markdown",
14618 "http_client",
14619 "image",
14620 "indoc",
14621 "jupyter-protocol",
14622 "jupyter-websocket-client",
14623 "language",
14624 "languages",
14625 "log",
14626 "markdown",
14627 "menu",
14628 "multi_buffer",
14629 "nbformat",
14630 "picker",
14631 "project",
14632 "remote",
14633 "runtimelib",
14634 "serde",
14635 "serde_json",
14636 "settings",
14637 "shlex",
14638 "smol",
14639 "telemetry",
14640 "terminal",
14641 "terminal_view",
14642 "theme",
14643 "theme_settings",
14644 "tree-sitter-md",
14645 "tree-sitter-python",
14646 "tree-sitter-typescript",
14647 "ui",
14648 "util",
14649 "uuid",
14650 "workspace",
14651 "zed_actions",
14652]
14653
14654[[package]]
14655name = "reqwest"
14656version = "0.11.27"
14657source = "registry+https://github.com/rust-lang/crates.io-index"
14658checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14659dependencies = [
14660 "base64 0.21.7",
14661 "bytes 1.11.1",
14662 "encoding_rs",
14663 "futures-core",
14664 "futures-util",
14665 "h2 0.3.27",
14666 "http 0.2.12",
14667 "http-body 0.4.6",
14668 "hyper 0.14.32",
14669 "hyper-tls",
14670 "ipnet",
14671 "js-sys",
14672 "log",
14673 "mime",
14674 "native-tls",
14675 "once_cell",
14676 "percent-encoding",
14677 "pin-project-lite",
14678 "rustls-pemfile 1.0.4",
14679 "serde",
14680 "serde_json",
14681 "serde_urlencoded",
14682 "sync_wrapper 0.1.2",
14683 "system-configuration 0.5.1",
14684 "tokio",
14685 "tokio-native-tls",
14686 "tower-service",
14687 "url",
14688 "wasm-bindgen",
14689 "wasm-bindgen-futures",
14690 "web-sys",
14691 "winreg 0.50.0",
14692]
14693
14694[[package]]
14695name = "reqwest"
14696version = "0.12.24"
14697source = "registry+https://github.com/rust-lang/crates.io-index"
14698checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14699dependencies = [
14700 "base64 0.22.1",
14701 "bytes 1.11.1",
14702 "futures-channel",
14703 "futures-core",
14704 "futures-util",
14705 "http 1.3.1",
14706 "http-body 1.0.1",
14707 "http-body-util",
14708 "hyper 1.7.0",
14709 "hyper-rustls 0.27.7",
14710 "hyper-util",
14711 "js-sys",
14712 "log",
14713 "percent-encoding",
14714 "pin-project-lite",
14715 "quinn",
14716 "rustls 0.23.33",
14717 "rustls-native-certs 0.8.2",
14718 "rustls-pki-types",
14719 "serde",
14720 "serde_json",
14721 "serde_urlencoded",
14722 "sync_wrapper 1.0.2",
14723 "tokio",
14724 "tokio-rustls 0.26.2",
14725 "tower 0.5.2",
14726 "tower-http 0.6.6",
14727 "tower-service",
14728 "url",
14729 "wasm-bindgen",
14730 "wasm-bindgen-futures",
14731 "web-sys",
14732]
14733
14734[[package]]
14735name = "reqwest_client"
14736version = "0.1.0"
14737dependencies = [
14738 "anyhow",
14739 "bytes 1.11.1",
14740 "futures 0.3.32",
14741 "gpui_util",
14742 "http_client",
14743 "http_client_tls",
14744 "log",
14745 "regex",
14746 "serde",
14747 "tokio",
14748 "zed-reqwest",
14749]
14750
14751[[package]]
14752name = "resvg"
14753version = "0.45.1"
14754source = "registry+https://github.com/rust-lang/crates.io-index"
14755checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14756dependencies = [
14757 "gif 0.13.3",
14758 "image-webp",
14759 "log",
14760 "pico-args",
14761 "rgb",
14762 "svgtypes",
14763 "tiny-skia",
14764 "usvg",
14765 "zune-jpeg 0.4.21",
14766]
14767
14768[[package]]
14769name = "rfc6979"
14770version = "0.3.1"
14771source = "registry+https://github.com/rust-lang/crates.io-index"
14772checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14773dependencies = [
14774 "crypto-bigint 0.4.9",
14775 "hmac",
14776 "zeroize",
14777]
14778
14779[[package]]
14780name = "rgb"
14781version = "0.8.52"
14782source = "registry+https://github.com/rust-lang/crates.io-index"
14783checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14784dependencies = [
14785 "bytemuck",
14786]
14787
14788[[package]]
14789name = "ring"
14790version = "0.17.14"
14791source = "registry+https://github.com/rust-lang/crates.io-index"
14792checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14793dependencies = [
14794 "cc",
14795 "cfg-if",
14796 "getrandom 0.2.16",
14797 "libc",
14798 "untrusted 0.9.0",
14799 "windows-sys 0.52.0",
14800]
14801
14802[[package]]
14803name = "rkyv"
14804version = "0.7.45"
14805source = "registry+https://github.com/rust-lang/crates.io-index"
14806checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14807dependencies = [
14808 "bitvec",
14809 "bytecheck",
14810 "bytes 1.11.1",
14811 "hashbrown 0.12.3",
14812 "ptr_meta",
14813 "rend",
14814 "rkyv_derive",
14815 "seahash",
14816 "tinyvec",
14817 "uuid",
14818]
14819
14820[[package]]
14821name = "rkyv_derive"
14822version = "0.7.45"
14823source = "registry+https://github.com/rust-lang/crates.io-index"
14824checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14825dependencies = [
14826 "proc-macro2",
14827 "quote",
14828 "syn 1.0.109",
14829]
14830
14831[[package]]
14832name = "rmp"
14833version = "0.8.14"
14834source = "registry+https://github.com/rust-lang/crates.io-index"
14835checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14836dependencies = [
14837 "byteorder",
14838 "num-traits",
14839 "paste",
14840]
14841
14842[[package]]
14843name = "rmpv"
14844version = "1.3.0"
14845source = "registry+https://github.com/rust-lang/crates.io-index"
14846checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14847dependencies = [
14848 "num-traits",
14849 "rmp",
14850]
14851
14852[[package]]
14853name = "rodio"
14854version = "0.21.1"
14855source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14856dependencies = [
14857 "cpal",
14858 "dasp_sample",
14859 "hound",
14860 "num-rational",
14861 "rand 0.9.3",
14862 "rand_distr",
14863 "rtrb",
14864 "symphonia",
14865 "thiserror 2.0.17",
14866]
14867
14868[[package]]
14869name = "rope"
14870version = "0.1.0"
14871dependencies = [
14872 "criterion",
14873 "ctor",
14874 "gpui",
14875 "heapless",
14876 "log",
14877 "rand 0.9.3",
14878 "rayon",
14879 "sum_tree",
14880 "tracing",
14881 "unicode-segmentation",
14882 "util",
14883 "zlog",
14884 "ztracing",
14885]
14886
14887[[package]]
14888name = "roxmltree"
14889version = "0.20.0"
14890source = "registry+https://github.com/rust-lang/crates.io-index"
14891checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14892
14893[[package]]
14894name = "rpassword"
14895version = "7.4.0"
14896source = "registry+https://github.com/rust-lang/crates.io-index"
14897checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14898dependencies = [
14899 "libc",
14900 "rtoolbox",
14901 "windows-sys 0.59.0",
14902]
14903
14904[[package]]
14905name = "rpc"
14906version = "0.1.0"
14907dependencies = [
14908 "anyhow",
14909 "async-tungstenite",
14910 "base64 0.22.1",
14911 "collections",
14912 "futures 0.3.32",
14913 "gpui",
14914 "parking_lot",
14915 "proto",
14916 "rand 0.9.3",
14917 "rsa",
14918 "serde",
14919 "serde_json",
14920 "sha2",
14921 "strum 0.27.2",
14922 "tracing",
14923 "util",
14924 "zlog",
14925 "zstd",
14926]
14927
14928[[package]]
14929name = "rsa"
14930version = "0.9.10"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14933dependencies = [
14934 "const-oid",
14935 "digest",
14936 "num-bigint-dig 0.8.6",
14937 "num-integer",
14938 "num-traits",
14939 "pkcs1",
14940 "pkcs8 0.10.2",
14941 "rand_core 0.6.4",
14942 "signature 2.2.0",
14943 "spki 0.7.3",
14944 "subtle",
14945 "zeroize",
14946]
14947
14948[[package]]
14949name = "rtoolbox"
14950version = "0.0.3"
14951source = "registry+https://github.com/rust-lang/crates.io-index"
14952checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14953dependencies = [
14954 "libc",
14955 "windows-sys 0.52.0",
14956]
14957
14958[[package]]
14959name = "rtrb"
14960version = "0.3.2"
14961source = "registry+https://github.com/rust-lang/crates.io-index"
14962checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14963
14964[[package]]
14965name = "rules_library"
14966version = "0.1.0"
14967dependencies = [
14968 "anyhow",
14969 "collections",
14970 "editor",
14971 "gpui",
14972 "language",
14973 "language_model",
14974 "log",
14975 "menu",
14976 "picker",
14977 "platform_title_bar",
14978 "prompt_store",
14979 "release_channel",
14980 "rope",
14981 "serde",
14982 "settings",
14983 "theme_settings",
14984 "ui",
14985 "ui_input",
14986 "util",
14987 "workspace",
14988 "zed_actions",
14989]
14990
14991[[package]]
14992name = "runtimelib"
14993version = "1.4.0"
14994source = "registry+https://github.com/rust-lang/crates.io-index"
14995checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14996dependencies = [
14997 "async-dispatcher",
14998 "async-std",
14999 "aws-lc-rs",
15000 "base64 0.22.1",
15001 "bytes 1.11.1",
15002 "chrono",
15003 "data-encoding",
15004 "dirs",
15005 "futures 0.3.32",
15006 "glob",
15007 "jupyter-protocol",
15008 "serde",
15009 "serde_json",
15010 "shellexpand",
15011 "smol",
15012 "thiserror 2.0.17",
15013 "uuid",
15014 "zeromq",
15015]
15016
15017[[package]]
15018name = "rust-embed"
15019version = "8.11.0"
15020source = "registry+https://github.com/rust-lang/crates.io-index"
15021checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15022dependencies = [
15023 "rust-embed-impl",
15024 "rust-embed-utils",
15025 "walkdir",
15026]
15027
15028[[package]]
15029name = "rust-embed-impl"
15030version = "8.11.0"
15031source = "registry+https://github.com/rust-lang/crates.io-index"
15032checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15033dependencies = [
15034 "proc-macro2",
15035 "quote",
15036 "rust-embed-utils",
15037 "syn 2.0.117",
15038 "walkdir",
15039]
15040
15041[[package]]
15042name = "rust-embed-utils"
15043version = "8.11.0"
15044source = "registry+https://github.com/rust-lang/crates.io-index"
15045checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15046dependencies = [
15047 "globset",
15048 "sha2",
15049 "walkdir",
15050]
15051
15052[[package]]
15053name = "rust_decimal"
15054version = "1.39.0"
15055source = "registry+https://github.com/rust-lang/crates.io-index"
15056checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15057dependencies = [
15058 "arrayvec",
15059 "borsh",
15060 "bytes 1.11.1",
15061 "num-traits",
15062 "rand 0.8.5",
15063 "rkyv",
15064 "serde",
15065 "serde_json",
15066]
15067
15068[[package]]
15069name = "rustc-demangle"
15070version = "0.1.26"
15071source = "registry+https://github.com/rust-lang/crates.io-index"
15072checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15073
15074[[package]]
15075name = "rustc-hash"
15076version = "1.1.0"
15077source = "registry+https://github.com/rust-lang/crates.io-index"
15078checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15079
15080[[package]]
15081name = "rustc-hash"
15082version = "2.1.1"
15083source = "registry+https://github.com/rust-lang/crates.io-index"
15084checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15085
15086[[package]]
15087name = "rustc_version"
15088version = "0.4.1"
15089source = "registry+https://github.com/rust-lang/crates.io-index"
15090checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15091dependencies = [
15092 "semver",
15093]
15094
15095[[package]]
15096name = "rustfft"
15097version = "6.4.1"
15098source = "registry+https://github.com/rust-lang/crates.io-index"
15099checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15100dependencies = [
15101 "num-complex",
15102 "num-integer",
15103 "num-traits",
15104 "primal-check",
15105 "strength_reduce",
15106 "transpose",
15107]
15108
15109[[package]]
15110name = "rustix"
15111version = "0.38.44"
15112source = "registry+https://github.com/rust-lang/crates.io-index"
15113checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15114dependencies = [
15115 "bitflags 2.10.0",
15116 "errno 0.3.14",
15117 "libc",
15118 "linux-raw-sys 0.4.15",
15119 "windows-sys 0.59.0",
15120]
15121
15122[[package]]
15123name = "rustix"
15124version = "1.1.2"
15125source = "registry+https://github.com/rust-lang/crates.io-index"
15126checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15127dependencies = [
15128 "bitflags 2.10.0",
15129 "errno 0.3.14",
15130 "libc",
15131 "linux-raw-sys 0.11.0",
15132 "windows-sys 0.61.2",
15133]
15134
15135[[package]]
15136name = "rustix-linux-procfs"
15137version = "0.1.1"
15138source = "registry+https://github.com/rust-lang/crates.io-index"
15139checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15140dependencies = [
15141 "once_cell",
15142 "rustix 1.1.2",
15143]
15144
15145[[package]]
15146name = "rustix-openpty"
15147version = "0.2.0"
15148source = "registry+https://github.com/rust-lang/crates.io-index"
15149checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15150dependencies = [
15151 "errno 0.3.14",
15152 "libc",
15153 "rustix 1.1.2",
15154]
15155
15156[[package]]
15157name = "rustls"
15158version = "0.21.12"
15159source = "registry+https://github.com/rust-lang/crates.io-index"
15160checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15161dependencies = [
15162 "log",
15163 "ring",
15164 "rustls-webpki 0.101.7",
15165 "sct",
15166]
15167
15168[[package]]
15169name = "rustls"
15170version = "0.23.33"
15171source = "registry+https://github.com/rust-lang/crates.io-index"
15172checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15173dependencies = [
15174 "aws-lc-rs",
15175 "log",
15176 "once_cell",
15177 "ring",
15178 "rustls-pki-types",
15179 "rustls-webpki 0.103.7",
15180 "subtle",
15181 "zeroize",
15182]
15183
15184[[package]]
15185name = "rustls-native-certs"
15186version = "0.6.3"
15187source = "registry+https://github.com/rust-lang/crates.io-index"
15188checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15189dependencies = [
15190 "openssl-probe",
15191 "rustls-pemfile 1.0.4",
15192 "schannel",
15193 "security-framework 2.11.1",
15194]
15195
15196[[package]]
15197name = "rustls-native-certs"
15198version = "0.8.2"
15199source = "registry+https://github.com/rust-lang/crates.io-index"
15200checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15201dependencies = [
15202 "openssl-probe",
15203 "rustls-pki-types",
15204 "schannel",
15205 "security-framework 3.5.1",
15206]
15207
15208[[package]]
15209name = "rustls-pemfile"
15210version = "1.0.4"
15211source = "registry+https://github.com/rust-lang/crates.io-index"
15212checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15213dependencies = [
15214 "base64 0.21.7",
15215]
15216
15217[[package]]
15218name = "rustls-pemfile"
15219version = "2.2.0"
15220source = "registry+https://github.com/rust-lang/crates.io-index"
15221checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15222dependencies = [
15223 "rustls-pki-types",
15224]
15225
15226[[package]]
15227name = "rustls-pki-types"
15228version = "1.12.0"
15229source = "registry+https://github.com/rust-lang/crates.io-index"
15230checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15231dependencies = [
15232 "web-time",
15233 "zeroize",
15234]
15235
15236[[package]]
15237name = "rustls-platform-verifier"
15238version = "0.5.3"
15239source = "registry+https://github.com/rust-lang/crates.io-index"
15240checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15241dependencies = [
15242 "core-foundation 0.10.0",
15243 "core-foundation-sys",
15244 "jni",
15245 "log",
15246 "once_cell",
15247 "rustls 0.23.33",
15248 "rustls-native-certs 0.8.2",
15249 "rustls-platform-verifier-android",
15250 "rustls-webpki 0.103.7",
15251 "security-framework 3.5.1",
15252 "security-framework-sys",
15253 "webpki-root-certs",
15254 "windows-sys 0.59.0",
15255]
15256
15257[[package]]
15258name = "rustls-platform-verifier-android"
15259version = "0.1.1"
15260source = "registry+https://github.com/rust-lang/crates.io-index"
15261checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15262
15263[[package]]
15264name = "rustls-webpki"
15265version = "0.101.7"
15266source = "registry+https://github.com/rust-lang/crates.io-index"
15267checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15268dependencies = [
15269 "ring",
15270 "untrusted 0.9.0",
15271]
15272
15273[[package]]
15274name = "rustls-webpki"
15275version = "0.103.7"
15276source = "registry+https://github.com/rust-lang/crates.io-index"
15277checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15278dependencies = [
15279 "aws-lc-rs",
15280 "ring",
15281 "rustls-pki-types",
15282 "untrusted 0.9.0",
15283]
15284
15285[[package]]
15286name = "rustversion"
15287version = "1.0.22"
15288source = "registry+https://github.com/rust-lang/crates.io-index"
15289checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15290
15291[[package]]
15292name = "rusty-fork"
15293version = "0.3.1"
15294source = "registry+https://github.com/rust-lang/crates.io-index"
15295checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15296dependencies = [
15297 "fnv",
15298 "quick-error 1.2.3",
15299 "tempfile",
15300 "wait-timeout",
15301]
15302
15303[[package]]
15304name = "rustybuzz"
15305version = "0.20.1"
15306source = "registry+https://github.com/rust-lang/crates.io-index"
15307checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15308dependencies = [
15309 "bitflags 2.10.0",
15310 "bytemuck",
15311 "core_maths",
15312 "log",
15313 "smallvec",
15314 "ttf-parser 0.25.1",
15315 "unicode-bidi-mirroring",
15316 "unicode-ccc",
15317 "unicode-properties",
15318 "unicode-script",
15319]
15320
15321[[package]]
15322name = "ryu"
15323version = "1.0.20"
15324source = "registry+https://github.com/rust-lang/crates.io-index"
15325checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15326
15327[[package]]
15328name = "saa"
15329version = "5.4.9"
15330source = "registry+https://github.com/rust-lang/crates.io-index"
15331checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15332
15333[[package]]
15334name = "safetensors"
15335version = "0.4.5"
15336source = "registry+https://github.com/rust-lang/crates.io-index"
15337checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15338dependencies = [
15339 "serde",
15340 "serde_json",
15341]
15342
15343[[package]]
15344name = "same-file"
15345version = "1.0.6"
15346source = "registry+https://github.com/rust-lang/crates.io-index"
15347checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15348dependencies = [
15349 "winapi-util",
15350]
15351
15352[[package]]
15353name = "scc"
15354version = "3.5.6"
15355source = "registry+https://github.com/rust-lang/crates.io-index"
15356checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15357dependencies = [
15358 "saa",
15359 "sdd",
15360]
15361
15362[[package]]
15363name = "schannel"
15364version = "0.1.28"
15365source = "registry+https://github.com/rust-lang/crates.io-index"
15366checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15367dependencies = [
15368 "windows-sys 0.61.2",
15369]
15370
15371[[package]]
15372name = "scheduler"
15373version = "0.1.0"
15374dependencies = [
15375 "async-task",
15376 "backtrace",
15377 "chrono",
15378 "flume",
15379 "futures 0.3.32",
15380 "parking_lot",
15381 "rand 0.9.3",
15382 "web-time",
15383]
15384
15385[[package]]
15386name = "schema_generator"
15387version = "0.1.0"
15388dependencies = [
15389 "anyhow",
15390 "clap",
15391 "env_logger 0.11.8",
15392 "schemars",
15393 "serde",
15394 "serde_json",
15395 "settings",
15396 "theme",
15397 "theme_settings",
15398]
15399
15400[[package]]
15401name = "schemars"
15402version = "1.0.4"
15403source = "registry+https://github.com/rust-lang/crates.io-index"
15404checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15405dependencies = [
15406 "dyn-clone",
15407 "indexmap",
15408 "ref-cast",
15409 "schemars_derive",
15410 "serde",
15411 "serde_json",
15412]
15413
15414[[package]]
15415name = "schemars_derive"
15416version = "1.0.4"
15417source = "registry+https://github.com/rust-lang/crates.io-index"
15418checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15419dependencies = [
15420 "proc-macro2",
15421 "quote",
15422 "serde_derive_internals",
15423 "syn 2.0.117",
15424]
15425
15426[[package]]
15427name = "scoped-tls"
15428version = "1.0.1"
15429source = "registry+https://github.com/rust-lang/crates.io-index"
15430checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15431
15432[[package]]
15433name = "scopeguard"
15434version = "1.2.0"
15435source = "registry+https://github.com/rust-lang/crates.io-index"
15436checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15437
15438[[package]]
15439name = "scratch"
15440version = "1.0.9"
15441source = "registry+https://github.com/rust-lang/crates.io-index"
15442checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15443
15444[[package]]
15445name = "screencapturekit"
15446version = "0.2.8"
15447source = "registry+https://github.com/rust-lang/crates.io-index"
15448checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15449dependencies = [
15450 "screencapturekit-sys",
15451]
15452
15453[[package]]
15454name = "screencapturekit-sys"
15455version = "0.2.8"
15456source = "registry+https://github.com/rust-lang/crates.io-index"
15457checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15458dependencies = [
15459 "block",
15460 "dispatch",
15461 "objc",
15462 "objc-foundation",
15463 "objc_id",
15464 "once_cell",
15465]
15466
15467[[package]]
15468name = "scroll"
15469version = "0.12.0"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15472dependencies = [
15473 "scroll_derive",
15474]
15475
15476[[package]]
15477name = "scroll_derive"
15478version = "0.12.1"
15479source = "registry+https://github.com/rust-lang/crates.io-index"
15480checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15481dependencies = [
15482 "proc-macro2",
15483 "quote",
15484 "syn 2.0.117",
15485]
15486
15487[[package]]
15488name = "sct"
15489version = "0.7.1"
15490source = "registry+https://github.com/rust-lang/crates.io-index"
15491checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15492dependencies = [
15493 "ring",
15494 "untrusted 0.9.0",
15495]
15496
15497[[package]]
15498name = "sdd"
15499version = "4.6.2"
15500source = "registry+https://github.com/rust-lang/crates.io-index"
15501checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15502
15503[[package]]
15504name = "sea-bae"
15505version = "0.2.1"
15506source = "registry+https://github.com/rust-lang/crates.io-index"
15507checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15508dependencies = [
15509 "heck 0.4.1",
15510 "proc-macro-error2",
15511 "proc-macro2",
15512 "quote",
15513 "syn 2.0.117",
15514]
15515
15516[[package]]
15517name = "sea-orm"
15518version = "1.1.10"
15519source = "registry+https://github.com/rust-lang/crates.io-index"
15520checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15521dependencies = [
15522 "async-stream",
15523 "async-trait",
15524 "bigdecimal",
15525 "chrono",
15526 "futures-util",
15527 "log",
15528 "ouroboros",
15529 "pgvector",
15530 "rust_decimal",
15531 "sea-orm-macros",
15532 "sea-query",
15533 "sea-query-binder",
15534 "serde",
15535 "serde_json",
15536 "sqlx",
15537 "strum 0.26.3",
15538 "thiserror 2.0.17",
15539 "time",
15540 "tracing",
15541 "url",
15542 "uuid",
15543]
15544
15545[[package]]
15546name = "sea-orm-macros"
15547version = "1.1.10"
15548source = "registry+https://github.com/rust-lang/crates.io-index"
15549checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15550dependencies = [
15551 "heck 0.4.1",
15552 "proc-macro2",
15553 "quote",
15554 "sea-bae",
15555 "syn 2.0.117",
15556 "unicode-ident",
15557]
15558
15559[[package]]
15560name = "sea-query"
15561version = "0.32.7"
15562source = "registry+https://github.com/rust-lang/crates.io-index"
15563checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15564dependencies = [
15565 "bigdecimal",
15566 "chrono",
15567 "inherent",
15568 "ordered-float 4.6.0",
15569 "rust_decimal",
15570 "serde_json",
15571 "time",
15572 "uuid",
15573]
15574
15575[[package]]
15576name = "sea-query-binder"
15577version = "0.7.0"
15578source = "registry+https://github.com/rust-lang/crates.io-index"
15579checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15580dependencies = [
15581 "bigdecimal",
15582 "chrono",
15583 "rust_decimal",
15584 "sea-query",
15585 "serde_json",
15586 "sqlx",
15587 "time",
15588 "uuid",
15589]
15590
15591[[package]]
15592name = "seahash"
15593version = "4.1.0"
15594source = "registry+https://github.com/rust-lang/crates.io-index"
15595checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15596
15597[[package]]
15598name = "search"
15599version = "0.1.0"
15600dependencies = [
15601 "any_vec",
15602 "anyhow",
15603 "bitflags 2.10.0",
15604 "collections",
15605 "editor",
15606 "fs",
15607 "futures 0.3.32",
15608 "gpui",
15609 "itertools 0.14.0",
15610 "language",
15611 "lsp",
15612 "menu",
15613 "multi_buffer",
15614 "pretty_assertions",
15615 "project",
15616 "serde",
15617 "serde_json",
15618 "settings",
15619 "smol",
15620 "theme",
15621 "theme_settings",
15622 "tracing",
15623 "ui",
15624 "unindent",
15625 "util",
15626 "util_macros",
15627 "workspace",
15628 "zed_actions",
15629 "ztracing",
15630]
15631
15632[[package]]
15633name = "sec1"
15634version = "0.3.0"
15635source = "registry+https://github.com/rust-lang/crates.io-index"
15636checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15637dependencies = [
15638 "base16ct",
15639 "der 0.6.1",
15640 "generic-array",
15641 "pkcs8 0.9.0",
15642 "subtle",
15643 "zeroize",
15644]
15645
15646[[package]]
15647name = "secrecy"
15648version = "0.10.3"
15649source = "registry+https://github.com/rust-lang/crates.io-index"
15650checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15651dependencies = [
15652 "zeroize",
15653]
15654
15655[[package]]
15656name = "security-framework"
15657version = "2.11.1"
15658source = "registry+https://github.com/rust-lang/crates.io-index"
15659checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15660dependencies = [
15661 "bitflags 2.10.0",
15662 "core-foundation 0.9.4",
15663 "core-foundation-sys",
15664 "libc",
15665 "security-framework-sys",
15666]
15667
15668[[package]]
15669name = "security-framework"
15670version = "3.5.1"
15671source = "registry+https://github.com/rust-lang/crates.io-index"
15672checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15673dependencies = [
15674 "bitflags 2.10.0",
15675 "core-foundation 0.10.0",
15676 "core-foundation-sys",
15677 "libc",
15678 "security-framework-sys",
15679]
15680
15681[[package]]
15682name = "security-framework-sys"
15683version = "2.15.0"
15684source = "registry+https://github.com/rust-lang/crates.io-index"
15685checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15686dependencies = [
15687 "core-foundation-sys",
15688 "libc",
15689]
15690
15691[[package]]
15692name = "self_cell"
15693version = "1.2.2"
15694source = "registry+https://github.com/rust-lang/crates.io-index"
15695checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15696
15697[[package]]
15698name = "semver"
15699version = "1.0.27"
15700source = "registry+https://github.com/rust-lang/crates.io-index"
15701checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15702dependencies = [
15703 "serde",
15704 "serde_core",
15705]
15706
15707[[package]]
15708name = "seq-macro"
15709version = "0.3.6"
15710source = "registry+https://github.com/rust-lang/crates.io-index"
15711checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15712
15713[[package]]
15714name = "serde"
15715version = "1.0.228"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15718dependencies = [
15719 "serde_core",
15720 "serde_derive",
15721]
15722
15723[[package]]
15724name = "serde_bytes"
15725version = "0.11.19"
15726source = "registry+https://github.com/rust-lang/crates.io-index"
15727checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15728dependencies = [
15729 "serde",
15730 "serde_core",
15731]
15732
15733[[package]]
15734name = "serde_core"
15735version = "1.0.228"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15738dependencies = [
15739 "serde_derive",
15740]
15741
15742[[package]]
15743name = "serde_derive"
15744version = "1.0.228"
15745source = "registry+https://github.com/rust-lang/crates.io-index"
15746checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15747dependencies = [
15748 "proc-macro2",
15749 "quote",
15750 "syn 2.0.117",
15751]
15752
15753[[package]]
15754name = "serde_derive_internals"
15755version = "0.29.1"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15758dependencies = [
15759 "proc-macro2",
15760 "quote",
15761 "syn 2.0.117",
15762]
15763
15764[[package]]
15765name = "serde_fmt"
15766version = "1.0.3"
15767source = "registry+https://github.com/rust-lang/crates.io-index"
15768checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15769dependencies = [
15770 "serde",
15771]
15772
15773[[package]]
15774name = "serde_json"
15775version = "1.0.145"
15776source = "registry+https://github.com/rust-lang/crates.io-index"
15777checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15778dependencies = [
15779 "indexmap",
15780 "itoa",
15781 "memchr",
15782 "ryu",
15783 "serde",
15784 "serde_core",
15785]
15786
15787[[package]]
15788name = "serde_json_lenient"
15789version = "0.2.4"
15790source = "registry+https://github.com/rust-lang/crates.io-index"
15791checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15792dependencies = [
15793 "indexmap",
15794 "itoa",
15795 "memchr",
15796 "ryu",
15797 "serde",
15798]
15799
15800[[package]]
15801name = "serde_path_to_error"
15802version = "0.1.20"
15803source = "registry+https://github.com/rust-lang/crates.io-index"
15804checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15805dependencies = [
15806 "itoa",
15807 "serde",
15808 "serde_core",
15809]
15810
15811[[package]]
15812name = "serde_repr"
15813version = "0.1.20"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15816dependencies = [
15817 "proc-macro2",
15818 "quote",
15819 "syn 2.0.117",
15820]
15821
15822[[package]]
15823name = "serde_spanned"
15824version = "0.6.9"
15825source = "registry+https://github.com/rust-lang/crates.io-index"
15826checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15827dependencies = [
15828 "serde",
15829]
15830
15831[[package]]
15832name = "serde_spanned"
15833version = "1.0.3"
15834source = "registry+https://github.com/rust-lang/crates.io-index"
15835checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15836dependencies = [
15837 "serde_core",
15838]
15839
15840[[package]]
15841name = "serde_urlencoded"
15842version = "0.7.1"
15843source = "registry+https://github.com/rust-lang/crates.io-index"
15844checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15845dependencies = [
15846 "form_urlencoded",
15847 "itoa",
15848 "ryu",
15849 "serde",
15850]
15851
15852[[package]]
15853name = "serde_yaml"
15854version = "0.9.34+deprecated"
15855source = "registry+https://github.com/rust-lang/crates.io-index"
15856checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15857dependencies = [
15858 "indexmap",
15859 "itoa",
15860 "ryu",
15861 "serde",
15862 "unsafe-libyaml",
15863]
15864
15865[[package]]
15866name = "serial2"
15867version = "0.2.33"
15868source = "registry+https://github.com/rust-lang/crates.io-index"
15869checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15870dependencies = [
15871 "cfg-if",
15872 "libc",
15873 "winapi",
15874]
15875
15876[[package]]
15877name = "session"
15878version = "0.1.0"
15879dependencies = [
15880 "db",
15881 "gpui",
15882 "serde_json",
15883 "util",
15884 "uuid",
15885]
15886
15887[[package]]
15888name = "settings"
15889version = "0.1.0"
15890dependencies = [
15891 "anyhow",
15892 "collections",
15893 "ec4rs",
15894 "fs",
15895 "futures 0.3.32",
15896 "gpui",
15897 "indoc",
15898 "inventory",
15899 "log",
15900 "migrator",
15901 "paths",
15902 "pretty_assertions",
15903 "release_channel",
15904 "rust-embed",
15905 "schemars",
15906 "serde",
15907 "serde_json",
15908 "serde_json_lenient",
15909 "settings_content",
15910 "settings_json",
15911 "settings_macros",
15912 "smallvec",
15913 "unindent",
15914 "util",
15915 "zlog",
15916]
15917
15918[[package]]
15919name = "settings_content"
15920version = "0.1.0"
15921dependencies = [
15922 "anyhow",
15923 "collections",
15924 "derive_more",
15925 "gpui",
15926 "language_model_core",
15927 "log",
15928 "schemars",
15929 "serde",
15930 "serde_json",
15931 "serde_json_lenient",
15932 "settings_json",
15933 "settings_macros",
15934 "strum 0.27.2",
15935 "util",
15936]
15937
15938[[package]]
15939name = "settings_json"
15940version = "0.1.0"
15941dependencies = [
15942 "anyhow",
15943 "pretty_assertions",
15944 "serde",
15945 "serde_json",
15946 "serde_json_lenient",
15947 "serde_path_to_error",
15948 "tree-sitter",
15949 "tree-sitter-json",
15950 "unindent",
15951 "util",
15952]
15953
15954[[package]]
15955name = "settings_macros"
15956version = "0.1.0"
15957dependencies = [
15958 "quote",
15959 "settings",
15960 "syn 2.0.117",
15961]
15962
15963[[package]]
15964name = "settings_profile_selector"
15965version = "0.1.0"
15966dependencies = [
15967 "editor",
15968 "fuzzy",
15969 "gpui",
15970 "menu",
15971 "picker",
15972 "project",
15973 "serde_json",
15974 "settings",
15975 "theme",
15976 "theme_settings",
15977 "ui",
15978 "workspace",
15979 "zed_actions",
15980]
15981
15982[[package]]
15983name = "settings_ui"
15984version = "0.1.0"
15985dependencies = [
15986 "agent",
15987 "agent_settings",
15988 "anyhow",
15989 "audio",
15990 "codestral",
15991 "component",
15992 "copilot",
15993 "copilot_ui",
15994 "cpal",
15995 "edit_prediction",
15996 "edit_prediction_ui",
15997 "editor",
15998 "feature_flags",
15999 "fs",
16000 "futures 0.3.32",
16001 "fuzzy",
16002 "gpui",
16003 "heck 0.5.0",
16004 "itertools 0.14.0",
16005 "language",
16006 "log",
16007 "menu",
16008 "paths",
16009 "picker",
16010 "platform_title_bar",
16011 "pretty_assertions",
16012 "project",
16013 "regex",
16014 "release_channel",
16015 "rodio",
16016 "schemars",
16017 "search",
16018 "serde",
16019 "serde_json",
16020 "settings",
16021 "shell_command_parser",
16022 "strum 0.27.2",
16023 "telemetry",
16024 "theme",
16025 "theme_settings",
16026 "title_bar",
16027 "ui",
16028 "util",
16029 "workspace",
16030 "zed_actions",
16031 "zed_credentials_provider",
16032]
16033
16034[[package]]
16035name = "sha-1"
16036version = "0.10.1"
16037source = "registry+https://github.com/rust-lang/crates.io-index"
16038checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16039dependencies = [
16040 "cfg-if",
16041 "cpufeatures",
16042 "digest",
16043]
16044
16045[[package]]
16046name = "sha1"
16047version = "0.10.6"
16048source = "registry+https://github.com/rust-lang/crates.io-index"
16049checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16050dependencies = [
16051 "cfg-if",
16052 "cpufeatures",
16053 "digest",
16054]
16055
16056[[package]]
16057name = "sha1_smol"
16058version = "1.0.1"
16059source = "registry+https://github.com/rust-lang/crates.io-index"
16060checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16061
16062[[package]]
16063name = "sha2"
16064version = "0.10.9"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16067dependencies = [
16068 "cfg-if",
16069 "cpufeatures",
16070 "digest",
16071]
16072
16073[[package]]
16074name = "sharded-slab"
16075version = "0.1.7"
16076source = "registry+https://github.com/rust-lang/crates.io-index"
16077checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16078dependencies = [
16079 "lazy_static",
16080]
16081
16082[[package]]
16083name = "shared_library"
16084version = "0.1.9"
16085source = "registry+https://github.com/rust-lang/crates.io-index"
16086checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16087dependencies = [
16088 "lazy_static",
16089 "libc",
16090]
16091
16092[[package]]
16093name = "shell-words"
16094version = "1.1.0"
16095source = "registry+https://github.com/rust-lang/crates.io-index"
16096checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16097
16098[[package]]
16099name = "shell_command_parser"
16100version = "0.1.0"
16101dependencies = [
16102 "brush-parser",
16103]
16104
16105[[package]]
16106name = "shellexpand"
16107version = "3.1.1"
16108source = "registry+https://github.com/rust-lang/crates.io-index"
16109checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16110dependencies = [
16111 "dirs",
16112]
16113
16114[[package]]
16115name = "shingles"
16116version = "0.1.1"
16117source = "registry+https://github.com/rust-lang/crates.io-index"
16118checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16119
16120[[package]]
16121name = "shlex"
16122version = "1.3.0"
16123source = "registry+https://github.com/rust-lang/crates.io-index"
16124checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16125
16126[[package]]
16127name = "sidebar"
16128version = "0.1.0"
16129dependencies = [
16130 "acp_thread",
16131 "action_log",
16132 "agent",
16133 "agent-client-protocol",
16134 "agent_settings",
16135 "agent_ui",
16136 "anyhow",
16137 "chrono",
16138 "client",
16139 "clock",
16140 "db",
16141 "editor",
16142 "extension",
16143 "feature_flags",
16144 "fs",
16145 "git",
16146 "gpui",
16147 "http_client",
16148 "language",
16149 "language_model",
16150 "log",
16151 "menu",
16152 "node_runtime",
16153 "platform_title_bar",
16154 "pretty_assertions",
16155 "project",
16156 "prompt_store",
16157 "recent_projects",
16158 "release_channel",
16159 "remote",
16160 "remote_connection",
16161 "remote_server",
16162 "semver",
16163 "serde",
16164 "serde_json",
16165 "settings",
16166 "smol",
16167 "telemetry",
16168 "theme",
16169 "theme_settings",
16170 "ui",
16171 "util",
16172 "workspace",
16173 "zed_actions",
16174]
16175
16176[[package]]
16177name = "signal-hook"
16178version = "0.3.18"
16179source = "registry+https://github.com/rust-lang/crates.io-index"
16180checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16181dependencies = [
16182 "libc",
16183 "signal-hook-registry",
16184]
16185
16186[[package]]
16187name = "signal-hook-registry"
16188version = "1.4.6"
16189source = "registry+https://github.com/rust-lang/crates.io-index"
16190checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16191dependencies = [
16192 "libc",
16193]
16194
16195[[package]]
16196name = "signature"
16197version = "1.6.4"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16200dependencies = [
16201 "digest",
16202 "rand_core 0.6.4",
16203]
16204
16205[[package]]
16206name = "signature"
16207version = "2.2.0"
16208source = "registry+https://github.com/rust-lang/crates.io-index"
16209checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16210dependencies = [
16211 "digest",
16212 "rand_core 0.6.4",
16213]
16214
16215[[package]]
16216name = "simd-adler32"
16217version = "0.3.7"
16218source = "registry+https://github.com/rust-lang/crates.io-index"
16219checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16220
16221[[package]]
16222name = "simd_helpers"
16223version = "0.1.0"
16224source = "registry+https://github.com/rust-lang/crates.io-index"
16225checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16226dependencies = [
16227 "quote",
16228]
16229
16230[[package]]
16231name = "simdutf8"
16232version = "0.1.5"
16233source = "registry+https://github.com/rust-lang/crates.io-index"
16234checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16235
16236[[package]]
16237name = "similar"
16238version = "2.7.0"
16239source = "registry+https://github.com/rust-lang/crates.io-index"
16240checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16241
16242[[package]]
16243name = "simple_asn1"
16244version = "0.6.3"
16245source = "registry+https://github.com/rust-lang/crates.io-index"
16246checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16247dependencies = [
16248 "num-bigint",
16249 "num-traits",
16250 "thiserror 2.0.17",
16251 "time",
16252]
16253
16254[[package]]
16255name = "simplecss"
16256version = "0.2.2"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16259dependencies = [
16260 "log",
16261]
16262
16263[[package]]
16264name = "simplelog"
16265version = "0.12.2"
16266source = "registry+https://github.com/rust-lang/crates.io-index"
16267checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16268dependencies = [
16269 "log",
16270 "termcolor",
16271 "time",
16272]
16273
16274[[package]]
16275name = "siphasher"
16276version = "0.3.11"
16277source = "registry+https://github.com/rust-lang/crates.io-index"
16278checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16279
16280[[package]]
16281name = "siphasher"
16282version = "1.0.1"
16283source = "registry+https://github.com/rust-lang/crates.io-index"
16284checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16285
16286[[package]]
16287name = "skrifa"
16288version = "0.37.0"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16291dependencies = [
16292 "bytemuck",
16293 "read-fonts 0.35.0",
16294]
16295
16296[[package]]
16297name = "skrifa"
16298version = "0.40.0"
16299source = "registry+https://github.com/rust-lang/crates.io-index"
16300checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16301dependencies = [
16302 "bytemuck",
16303 "read-fonts 0.37.0",
16304]
16305
16306[[package]]
16307name = "slab"
16308version = "0.4.11"
16309source = "registry+https://github.com/rust-lang/crates.io-index"
16310checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16311
16312[[package]]
16313name = "slotmap"
16314version = "1.0.7"
16315source = "registry+https://github.com/rust-lang/crates.io-index"
16316checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16317dependencies = [
16318 "version_check",
16319]
16320
16321[[package]]
16322name = "smallvec"
16323version = "1.15.1"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16326dependencies = [
16327 "serde",
16328]
16329
16330[[package]]
16331name = "smart-default"
16332version = "0.7.1"
16333source = "registry+https://github.com/rust-lang/crates.io-index"
16334checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16335dependencies = [
16336 "proc-macro2",
16337 "quote",
16338 "syn 2.0.117",
16339]
16340
16341[[package]]
16342name = "smol"
16343version = "2.0.2"
16344source = "registry+https://github.com/rust-lang/crates.io-index"
16345checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16346dependencies = [
16347 "async-channel 2.5.0",
16348 "async-executor",
16349 "async-fs",
16350 "async-io",
16351 "async-lock 3.4.2",
16352 "async-net",
16353 "async-process",
16354 "blocking",
16355 "futures-lite 2.6.1",
16356]
16357
16358[[package]]
16359name = "smol_str"
16360version = "0.3.5"
16361source = "registry+https://github.com/rust-lang/crates.io-index"
16362checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16363
16364[[package]]
16365name = "snafu"
16366version = "0.8.9"
16367source = "registry+https://github.com/rust-lang/crates.io-index"
16368checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16369dependencies = [
16370 "snafu-derive",
16371]
16372
16373[[package]]
16374name = "snafu-derive"
16375version = "0.8.9"
16376source = "registry+https://github.com/rust-lang/crates.io-index"
16377checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16378dependencies = [
16379 "heck 0.4.1",
16380 "proc-macro2",
16381 "quote",
16382 "syn 2.0.117",
16383]
16384
16385[[package]]
16386name = "snippet"
16387version = "0.1.0"
16388dependencies = [
16389 "anyhow",
16390 "smallvec",
16391]
16392
16393[[package]]
16394name = "snippet_provider"
16395version = "0.1.0"
16396dependencies = [
16397 "anyhow",
16398 "collections",
16399 "extension",
16400 "fs",
16401 "futures 0.3.32",
16402 "gpui",
16403 "indoc",
16404 "parking_lot",
16405 "paths",
16406 "schemars",
16407 "serde",
16408 "serde_json",
16409 "serde_json_lenient",
16410 "snippet",
16411 "util",
16412]
16413
16414[[package]]
16415name = "snippets_ui"
16416version = "0.1.0"
16417dependencies = [
16418 "file_icons",
16419 "fuzzy",
16420 "gpui",
16421 "language",
16422 "open_path_prompt",
16423 "paths",
16424 "picker",
16425 "settings",
16426 "ui",
16427 "util",
16428 "workspace",
16429]
16430
16431[[package]]
16432name = "socket2"
16433version = "0.5.10"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16436dependencies = [
16437 "libc",
16438 "windows-sys 0.52.0",
16439]
16440
16441[[package]]
16442name = "socket2"
16443version = "0.6.1"
16444source = "registry+https://github.com/rust-lang/crates.io-index"
16445checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16446dependencies = [
16447 "libc",
16448 "windows-sys 0.60.2",
16449]
16450
16451[[package]]
16452name = "spdx"
16453version = "0.10.9"
16454source = "registry+https://github.com/rust-lang/crates.io-index"
16455checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16456dependencies = [
16457 "smallvec",
16458]
16459
16460[[package]]
16461name = "spin"
16462version = "0.9.8"
16463source = "registry+https://github.com/rust-lang/crates.io-index"
16464checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16465dependencies = [
16466 "lock_api",
16467]
16468
16469[[package]]
16470name = "spin"
16471version = "0.10.0"
16472source = "registry+https://github.com/rust-lang/crates.io-index"
16473checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16474dependencies = [
16475 "lock_api",
16476]
16477
16478[[package]]
16479name = "spirv"
16480version = "0.4.0+sdk-1.4.341.0"
16481source = "registry+https://github.com/rust-lang/crates.io-index"
16482checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16483dependencies = [
16484 "bitflags 2.10.0",
16485]
16486
16487[[package]]
16488name = "spki"
16489version = "0.6.0"
16490source = "registry+https://github.com/rust-lang/crates.io-index"
16491checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16492dependencies = [
16493 "base64ct",
16494 "der 0.6.1",
16495]
16496
16497[[package]]
16498name = "spki"
16499version = "0.7.3"
16500source = "registry+https://github.com/rust-lang/crates.io-index"
16501checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16502dependencies = [
16503 "base64ct",
16504 "der 0.7.10",
16505]
16506
16507[[package]]
16508name = "sqlez"
16509version = "0.1.0"
16510dependencies = [
16511 "anyhow",
16512 "collections",
16513 "futures 0.3.32",
16514 "indoc",
16515 "libsqlite3-sys",
16516 "log",
16517 "parking_lot",
16518 "smol",
16519 "sqlformat",
16520 "thread_local",
16521 "util",
16522 "uuid",
16523]
16524
16525[[package]]
16526name = "sqlez_macros"
16527version = "0.1.0"
16528dependencies = [
16529 "sqlez",
16530 "sqlformat",
16531 "syn 2.0.117",
16532]
16533
16534[[package]]
16535name = "sqlformat"
16536version = "0.2.6"
16537source = "registry+https://github.com/rust-lang/crates.io-index"
16538checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16539dependencies = [
16540 "nom 7.1.3",
16541 "unicode_categories",
16542]
16543
16544[[package]]
16545name = "sqlx"
16546version = "0.8.6"
16547source = "registry+https://github.com/rust-lang/crates.io-index"
16548checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16549dependencies = [
16550 "sqlx-core",
16551 "sqlx-macros",
16552 "sqlx-mysql",
16553 "sqlx-postgres",
16554 "sqlx-sqlite",
16555]
16556
16557[[package]]
16558name = "sqlx-core"
16559version = "0.8.6"
16560source = "registry+https://github.com/rust-lang/crates.io-index"
16561checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16562dependencies = [
16563 "base64 0.22.1",
16564 "bigdecimal",
16565 "bytes 1.11.1",
16566 "chrono",
16567 "crc",
16568 "crossbeam-queue",
16569 "either",
16570 "event-listener 5.4.1",
16571 "futures-core",
16572 "futures-intrusive",
16573 "futures-io",
16574 "futures-util",
16575 "hashbrown 0.15.5",
16576 "hashlink 0.10.0",
16577 "indexmap",
16578 "log",
16579 "memchr",
16580 "once_cell",
16581 "percent-encoding",
16582 "rust_decimal",
16583 "rustls 0.23.33",
16584 "serde",
16585 "serde_json",
16586 "sha2",
16587 "smallvec",
16588 "thiserror 2.0.17",
16589 "time",
16590 "tokio",
16591 "tokio-stream",
16592 "tracing",
16593 "url",
16594 "uuid",
16595 "webpki-roots",
16596]
16597
16598[[package]]
16599name = "sqlx-macros"
16600version = "0.8.6"
16601source = "registry+https://github.com/rust-lang/crates.io-index"
16602checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16603dependencies = [
16604 "proc-macro2",
16605 "quote",
16606 "sqlx-core",
16607 "sqlx-macros-core",
16608 "syn 2.0.117",
16609]
16610
16611[[package]]
16612name = "sqlx-macros-core"
16613version = "0.8.6"
16614source = "registry+https://github.com/rust-lang/crates.io-index"
16615checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16616dependencies = [
16617 "dotenvy",
16618 "either",
16619 "heck 0.5.0",
16620 "hex",
16621 "once_cell",
16622 "proc-macro2",
16623 "quote",
16624 "serde",
16625 "serde_json",
16626 "sha2",
16627 "sqlx-core",
16628 "sqlx-mysql",
16629 "sqlx-postgres",
16630 "sqlx-sqlite",
16631 "syn 2.0.117",
16632 "tokio",
16633 "url",
16634]
16635
16636[[package]]
16637name = "sqlx-mysql"
16638version = "0.8.6"
16639source = "registry+https://github.com/rust-lang/crates.io-index"
16640checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16641dependencies = [
16642 "atoi",
16643 "base64 0.22.1",
16644 "bigdecimal",
16645 "bitflags 2.10.0",
16646 "byteorder",
16647 "bytes 1.11.1",
16648 "chrono",
16649 "crc",
16650 "digest",
16651 "dotenvy",
16652 "either",
16653 "futures-channel",
16654 "futures-core",
16655 "futures-io",
16656 "futures-util",
16657 "generic-array",
16658 "hex",
16659 "hkdf",
16660 "hmac",
16661 "itoa",
16662 "log",
16663 "md-5",
16664 "memchr",
16665 "once_cell",
16666 "percent-encoding",
16667 "rand 0.8.5",
16668 "rsa",
16669 "rust_decimal",
16670 "serde",
16671 "sha1",
16672 "sha2",
16673 "smallvec",
16674 "sqlx-core",
16675 "stringprep",
16676 "thiserror 2.0.17",
16677 "time",
16678 "tracing",
16679 "uuid",
16680 "whoami",
16681]
16682
16683[[package]]
16684name = "sqlx-postgres"
16685version = "0.8.6"
16686source = "registry+https://github.com/rust-lang/crates.io-index"
16687checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16688dependencies = [
16689 "atoi",
16690 "base64 0.22.1",
16691 "bigdecimal",
16692 "bitflags 2.10.0",
16693 "byteorder",
16694 "chrono",
16695 "crc",
16696 "dotenvy",
16697 "etcetera",
16698 "futures-channel",
16699 "futures-core",
16700 "futures-util",
16701 "hex",
16702 "hkdf",
16703 "hmac",
16704 "home",
16705 "itoa",
16706 "log",
16707 "md-5",
16708 "memchr",
16709 "num-bigint",
16710 "once_cell",
16711 "rand 0.8.5",
16712 "rust_decimal",
16713 "serde",
16714 "serde_json",
16715 "sha2",
16716 "smallvec",
16717 "sqlx-core",
16718 "stringprep",
16719 "thiserror 2.0.17",
16720 "time",
16721 "tracing",
16722 "uuid",
16723 "whoami",
16724]
16725
16726[[package]]
16727name = "sqlx-sqlite"
16728version = "0.8.6"
16729source = "registry+https://github.com/rust-lang/crates.io-index"
16730checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16731dependencies = [
16732 "atoi",
16733 "chrono",
16734 "flume",
16735 "futures-channel",
16736 "futures-core",
16737 "futures-executor",
16738 "futures-intrusive",
16739 "futures-util",
16740 "libsqlite3-sys",
16741 "log",
16742 "percent-encoding",
16743 "serde",
16744 "serde_urlencoded",
16745 "sqlx-core",
16746 "thiserror 2.0.17",
16747 "time",
16748 "tracing",
16749 "url",
16750 "uuid",
16751]
16752
16753[[package]]
16754name = "stable_deref_trait"
16755version = "1.2.1"
16756source = "registry+https://github.com/rust-lang/crates.io-index"
16757checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16758
16759[[package]]
16760name = "stacker"
16761version = "0.1.23"
16762source = "registry+https://github.com/rust-lang/crates.io-index"
16763checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16764dependencies = [
16765 "cc",
16766 "cfg-if",
16767 "libc",
16768 "psm",
16769 "windows-sys 0.59.0",
16770]
16771
16772[[package]]
16773name = "stacksafe"
16774version = "0.1.4"
16775source = "registry+https://github.com/rust-lang/crates.io-index"
16776checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16777dependencies = [
16778 "stacker",
16779 "stacksafe-macro",
16780]
16781
16782[[package]]
16783name = "stacksafe-macro"
16784version = "0.1.4"
16785source = "registry+https://github.com/rust-lang/crates.io-index"
16786checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16787dependencies = [
16788 "proc-macro-error2",
16789 "quote",
16790 "syn 2.0.117",
16791]
16792
16793[[package]]
16794name = "static_assertions"
16795version = "1.1.0"
16796source = "registry+https://github.com/rust-lang/crates.io-index"
16797checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16798
16799[[package]]
16800name = "streaming-iterator"
16801version = "0.1.9"
16802source = "registry+https://github.com/rust-lang/crates.io-index"
16803checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16804
16805[[package]]
16806name = "streaming_diff"
16807version = "0.1.0"
16808dependencies = [
16809 "ordered-float 2.10.1",
16810 "rand 0.9.3",
16811 "rope",
16812 "util",
16813]
16814
16815[[package]]
16816name = "strength_reduce"
16817version = "0.2.4"
16818source = "registry+https://github.com/rust-lang/crates.io-index"
16819checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16820
16821[[package]]
16822name = "strict-num"
16823version = "0.1.1"
16824source = "registry+https://github.com/rust-lang/crates.io-index"
16825checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16826dependencies = [
16827 "float-cmp",
16828]
16829
16830[[package]]
16831name = "string_cache"
16832version = "0.8.9"
16833source = "registry+https://github.com/rust-lang/crates.io-index"
16834checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16835dependencies = [
16836 "new_debug_unreachable",
16837 "parking_lot",
16838 "phf_shared 0.11.3",
16839 "precomputed-hash",
16840 "serde",
16841]
16842
16843[[package]]
16844name = "string_cache_codegen"
16845version = "0.5.4"
16846source = "registry+https://github.com/rust-lang/crates.io-index"
16847checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16848dependencies = [
16849 "phf_generator 0.11.3",
16850 "phf_shared 0.11.3",
16851 "proc-macro2",
16852 "quote",
16853]
16854
16855[[package]]
16856name = "stringprep"
16857version = "0.1.5"
16858source = "registry+https://github.com/rust-lang/crates.io-index"
16859checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16860dependencies = [
16861 "unicode-bidi",
16862 "unicode-normalization",
16863 "unicode-properties",
16864]
16865
16866[[package]]
16867name = "strsim"
16868version = "0.11.1"
16869source = "registry+https://github.com/rust-lang/crates.io-index"
16870checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16871
16872[[package]]
16873name = "strum"
16874version = "0.26.3"
16875source = "registry+https://github.com/rust-lang/crates.io-index"
16876checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16877
16878[[package]]
16879name = "strum"
16880version = "0.27.2"
16881source = "registry+https://github.com/rust-lang/crates.io-index"
16882checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16883dependencies = [
16884 "strum_macros 0.27.2",
16885]
16886
16887[[package]]
16888name = "strum"
16889version = "0.28.0"
16890source = "registry+https://github.com/rust-lang/crates.io-index"
16891checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16892dependencies = [
16893 "strum_macros 0.28.0",
16894]
16895
16896[[package]]
16897name = "strum_macros"
16898version = "0.27.2"
16899source = "registry+https://github.com/rust-lang/crates.io-index"
16900checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16901dependencies = [
16902 "heck 0.5.0",
16903 "proc-macro2",
16904 "quote",
16905 "syn 2.0.117",
16906]
16907
16908[[package]]
16909name = "strum_macros"
16910version = "0.28.0"
16911source = "registry+https://github.com/rust-lang/crates.io-index"
16912checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16913dependencies = [
16914 "heck 0.5.0",
16915 "proc-macro2",
16916 "quote",
16917 "syn 2.0.117",
16918]
16919
16920[[package]]
16921name = "subtle"
16922version = "2.6.1"
16923source = "registry+https://github.com/rust-lang/crates.io-index"
16924checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16925
16926[[package]]
16927name = "sum_tree"
16928version = "0.1.0"
16929dependencies = [
16930 "ctor",
16931 "heapless",
16932 "log",
16933 "proptest",
16934 "rand 0.9.3",
16935 "rayon",
16936 "tracing",
16937 "zlog",
16938 "ztracing",
16939]
16940
16941[[package]]
16942name = "sval"
16943version = "2.15.0"
16944source = "registry+https://github.com/rust-lang/crates.io-index"
16945checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16946
16947[[package]]
16948name = "sval_buffer"
16949version = "2.15.0"
16950source = "registry+https://github.com/rust-lang/crates.io-index"
16951checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16952dependencies = [
16953 "sval",
16954 "sval_ref",
16955]
16956
16957[[package]]
16958name = "sval_dynamic"
16959version = "2.15.0"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16962dependencies = [
16963 "sval",
16964]
16965
16966[[package]]
16967name = "sval_fmt"
16968version = "2.15.0"
16969source = "registry+https://github.com/rust-lang/crates.io-index"
16970checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16971dependencies = [
16972 "itoa",
16973 "ryu",
16974 "sval",
16975]
16976
16977[[package]]
16978name = "sval_json"
16979version = "2.15.0"
16980source = "registry+https://github.com/rust-lang/crates.io-index"
16981checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16982dependencies = [
16983 "itoa",
16984 "ryu",
16985 "sval",
16986]
16987
16988[[package]]
16989name = "sval_nested"
16990version = "2.15.0"
16991source = "registry+https://github.com/rust-lang/crates.io-index"
16992checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16993dependencies = [
16994 "sval",
16995 "sval_buffer",
16996 "sval_ref",
16997]
16998
16999[[package]]
17000name = "sval_ref"
17001version = "2.15.0"
17002source = "registry+https://github.com/rust-lang/crates.io-index"
17003checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
17004dependencies = [
17005 "sval",
17006]
17007
17008[[package]]
17009name = "sval_serde"
17010version = "2.15.0"
17011source = "registry+https://github.com/rust-lang/crates.io-index"
17012checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17013dependencies = [
17014 "serde_core",
17015 "sval",
17016 "sval_nested",
17017]
17018
17019[[package]]
17020name = "svg_fmt"
17021version = "0.4.5"
17022source = "registry+https://github.com/rust-lang/crates.io-index"
17023checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17024
17025[[package]]
17026name = "svg_preview"
17027version = "0.1.0"
17028dependencies = [
17029 "file_icons",
17030 "gpui",
17031 "language",
17032 "multi_buffer",
17033 "ui",
17034 "workspace",
17035 "zed_actions",
17036]
17037
17038[[package]]
17039name = "svgtypes"
17040version = "0.15.3"
17041source = "registry+https://github.com/rust-lang/crates.io-index"
17042checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17043dependencies = [
17044 "kurbo",
17045 "siphasher 1.0.1",
17046]
17047
17048[[package]]
17049name = "swash"
17050version = "0.2.6"
17051source = "registry+https://github.com/rust-lang/crates.io-index"
17052checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17053dependencies = [
17054 "skrifa 0.37.0",
17055 "yazi",
17056 "zeno",
17057]
17058
17059[[package]]
17060name = "symphonia"
17061version = "0.5.5"
17062source = "registry+https://github.com/rust-lang/crates.io-index"
17063checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17064dependencies = [
17065 "lazy_static",
17066 "symphonia-bundle-flac",
17067 "symphonia-bundle-mp3",
17068 "symphonia-codec-aac",
17069 "symphonia-codec-pcm",
17070 "symphonia-codec-vorbis",
17071 "symphonia-core",
17072 "symphonia-format-isomp4",
17073 "symphonia-format-ogg",
17074 "symphonia-format-riff",
17075 "symphonia-metadata",
17076]
17077
17078[[package]]
17079name = "symphonia-bundle-flac"
17080version = "0.5.5"
17081source = "registry+https://github.com/rust-lang/crates.io-index"
17082checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17083dependencies = [
17084 "log",
17085 "symphonia-core",
17086 "symphonia-metadata",
17087 "symphonia-utils-xiph",
17088]
17089
17090[[package]]
17091name = "symphonia-bundle-mp3"
17092version = "0.5.5"
17093source = "registry+https://github.com/rust-lang/crates.io-index"
17094checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17095dependencies = [
17096 "lazy_static",
17097 "log",
17098 "symphonia-core",
17099 "symphonia-metadata",
17100]
17101
17102[[package]]
17103name = "symphonia-codec-aac"
17104version = "0.5.5"
17105source = "registry+https://github.com/rust-lang/crates.io-index"
17106checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17107dependencies = [
17108 "lazy_static",
17109 "log",
17110 "symphonia-core",
17111]
17112
17113[[package]]
17114name = "symphonia-codec-pcm"
17115version = "0.5.5"
17116source = "registry+https://github.com/rust-lang/crates.io-index"
17117checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17118dependencies = [
17119 "log",
17120 "symphonia-core",
17121]
17122
17123[[package]]
17124name = "symphonia-codec-vorbis"
17125version = "0.5.5"
17126source = "registry+https://github.com/rust-lang/crates.io-index"
17127checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17128dependencies = [
17129 "log",
17130 "symphonia-core",
17131 "symphonia-utils-xiph",
17132]
17133
17134[[package]]
17135name = "symphonia-core"
17136version = "0.5.5"
17137source = "registry+https://github.com/rust-lang/crates.io-index"
17138checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17139dependencies = [
17140 "arrayvec",
17141 "bitflags 1.3.2",
17142 "bytemuck",
17143 "lazy_static",
17144 "log",
17145]
17146
17147[[package]]
17148name = "symphonia-format-isomp4"
17149version = "0.5.5"
17150source = "registry+https://github.com/rust-lang/crates.io-index"
17151checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17152dependencies = [
17153 "encoding_rs",
17154 "log",
17155 "symphonia-core",
17156 "symphonia-metadata",
17157 "symphonia-utils-xiph",
17158]
17159
17160[[package]]
17161name = "symphonia-format-ogg"
17162version = "0.5.5"
17163source = "registry+https://github.com/rust-lang/crates.io-index"
17164checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17165dependencies = [
17166 "log",
17167 "symphonia-core",
17168 "symphonia-metadata",
17169 "symphonia-utils-xiph",
17170]
17171
17172[[package]]
17173name = "symphonia-format-riff"
17174version = "0.5.5"
17175source = "registry+https://github.com/rust-lang/crates.io-index"
17176checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17177dependencies = [
17178 "extended",
17179 "log",
17180 "symphonia-core",
17181 "symphonia-metadata",
17182]
17183
17184[[package]]
17185name = "symphonia-metadata"
17186version = "0.5.5"
17187source = "registry+https://github.com/rust-lang/crates.io-index"
17188checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17189dependencies = [
17190 "encoding_rs",
17191 "lazy_static",
17192 "log",
17193 "symphonia-core",
17194]
17195
17196[[package]]
17197name = "symphonia-utils-xiph"
17198version = "0.5.5"
17199source = "registry+https://github.com/rust-lang/crates.io-index"
17200checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17201dependencies = [
17202 "symphonia-core",
17203 "symphonia-metadata",
17204]
17205
17206[[package]]
17207name = "syn"
17208version = "1.0.109"
17209source = "registry+https://github.com/rust-lang/crates.io-index"
17210checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17211dependencies = [
17212 "proc-macro2",
17213 "quote",
17214 "unicode-ident",
17215]
17216
17217[[package]]
17218name = "syn"
17219version = "2.0.117"
17220source = "registry+https://github.com/rust-lang/crates.io-index"
17221checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17222dependencies = [
17223 "proc-macro2",
17224 "quote",
17225 "unicode-ident",
17226]
17227
17228[[package]]
17229name = "sync_wrapper"
17230version = "0.1.2"
17231source = "registry+https://github.com/rust-lang/crates.io-index"
17232checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17233
17234[[package]]
17235name = "sync_wrapper"
17236version = "1.0.2"
17237source = "registry+https://github.com/rust-lang/crates.io-index"
17238checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17239dependencies = [
17240 "futures-core",
17241]
17242
17243[[package]]
17244name = "synchronoise"
17245version = "1.0.1"
17246source = "registry+https://github.com/rust-lang/crates.io-index"
17247checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17248dependencies = [
17249 "crossbeam-queue",
17250]
17251
17252[[package]]
17253name = "synstructure"
17254version = "0.13.2"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17257dependencies = [
17258 "proc-macro2",
17259 "quote",
17260 "syn 2.0.117",
17261]
17262
17263[[package]]
17264name = "syntax_theme"
17265version = "0.1.0"
17266dependencies = [
17267 "gpui",
17268 "serde",
17269 "serde_json",
17270]
17271
17272[[package]]
17273name = "sys-locale"
17274version = "0.3.2"
17275source = "registry+https://github.com/rust-lang/crates.io-index"
17276checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17277dependencies = [
17278 "libc",
17279]
17280
17281[[package]]
17282name = "sysctl"
17283version = "0.5.5"
17284source = "registry+https://github.com/rust-lang/crates.io-index"
17285checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17286dependencies = [
17287 "bitflags 2.10.0",
17288 "byteorder",
17289 "enum-as-inner",
17290 "libc",
17291 "thiserror 1.0.69",
17292 "walkdir",
17293]
17294
17295[[package]]
17296name = "sysctl"
17297version = "0.6.0"
17298source = "registry+https://github.com/rust-lang/crates.io-index"
17299checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17300dependencies = [
17301 "bitflags 2.10.0",
17302 "byteorder",
17303 "enum-as-inner",
17304 "libc",
17305 "thiserror 1.0.69",
17306 "walkdir",
17307]
17308
17309[[package]]
17310name = "sysinfo"
17311version = "0.31.4"
17312source = "registry+https://github.com/rust-lang/crates.io-index"
17313checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17314dependencies = [
17315 "core-foundation-sys",
17316 "libc",
17317 "memchr",
17318 "ntapi",
17319 "rayon",
17320 "windows 0.57.0",
17321]
17322
17323[[package]]
17324name = "sysinfo"
17325version = "0.37.2"
17326source = "registry+https://github.com/rust-lang/crates.io-index"
17327checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17328dependencies = [
17329 "libc",
17330 "memchr",
17331 "ntapi",
17332 "objc2-core-foundation",
17333 "objc2-io-kit",
17334 "windows 0.61.3",
17335]
17336
17337[[package]]
17338name = "system-configuration"
17339version = "0.5.1"
17340source = "registry+https://github.com/rust-lang/crates.io-index"
17341checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17342dependencies = [
17343 "bitflags 1.3.2",
17344 "core-foundation 0.9.4",
17345 "system-configuration-sys 0.5.0",
17346]
17347
17348[[package]]
17349name = "system-configuration"
17350version = "0.6.1"
17351source = "registry+https://github.com/rust-lang/crates.io-index"
17352checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17353dependencies = [
17354 "bitflags 2.10.0",
17355 "core-foundation 0.9.4",
17356 "system-configuration-sys 0.6.0",
17357]
17358
17359[[package]]
17360name = "system-configuration-sys"
17361version = "0.5.0"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17364dependencies = [
17365 "core-foundation-sys",
17366 "libc",
17367]
17368
17369[[package]]
17370name = "system-configuration-sys"
17371version = "0.6.0"
17372source = "registry+https://github.com/rust-lang/crates.io-index"
17373checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17374dependencies = [
17375 "core-foundation-sys",
17376 "libc",
17377]
17378
17379[[package]]
17380name = "system-deps"
17381version = "7.0.7"
17382source = "registry+https://github.com/rust-lang/crates.io-index"
17383checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17384dependencies = [
17385 "cfg-expr",
17386 "heck 0.5.0",
17387 "pkg-config",
17388 "toml 0.9.8",
17389 "version-compare",
17390]
17391
17392[[package]]
17393name = "system-interface"
17394version = "0.27.3"
17395source = "registry+https://github.com/rust-lang/crates.io-index"
17396checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17397dependencies = [
17398 "bitflags 2.10.0",
17399 "cap-fs-ext",
17400 "cap-std",
17401 "fd-lock",
17402 "io-lifetimes",
17403 "rustix 0.38.44",
17404 "windows-sys 0.59.0",
17405 "winx",
17406]
17407
17408[[package]]
17409name = "system_specs"
17410version = "0.1.0"
17411dependencies = [
17412 "anyhow",
17413 "client",
17414 "gpui",
17415 "human_bytes",
17416 "pciid-parser",
17417 "release_channel",
17418 "semver",
17419 "serde",
17420 "sysinfo 0.37.2",
17421]
17422
17423[[package]]
17424name = "tab_switcher"
17425version = "0.1.0"
17426dependencies = [
17427 "collections",
17428 "ctor",
17429 "editor",
17430 "fuzzy_nucleo",
17431 "gpui",
17432 "menu",
17433 "picker",
17434 "project",
17435 "schemars",
17436 "serde",
17437 "serde_json",
17438 "settings",
17439 "theme",
17440 "theme_settings",
17441 "ui",
17442 "util",
17443 "workspace",
17444 "zlog",
17445]
17446
17447[[package]]
17448name = "taffy"
17449version = "0.9.0"
17450source = "registry+https://github.com/rust-lang/crates.io-index"
17451checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17452dependencies = [
17453 "arrayvec",
17454 "grid",
17455 "serde",
17456 "slotmap",
17457]
17458
17459[[package]]
17460name = "tagptr"
17461version = "0.2.0"
17462source = "registry+https://github.com/rust-lang/crates.io-index"
17463checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17464
17465[[package]]
17466name = "take-until"
17467version = "0.2.0"
17468source = "registry+https://github.com/rust-lang/crates.io-index"
17469checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17470
17471[[package]]
17472name = "tao-core-video-sys"
17473version = "0.2.0"
17474source = "registry+https://github.com/rust-lang/crates.io-index"
17475checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17476dependencies = [
17477 "cfg-if",
17478 "core-foundation-sys",
17479 "libc",
17480 "objc",
17481]
17482
17483[[package]]
17484name = "tap"
17485version = "1.0.1"
17486source = "registry+https://github.com/rust-lang/crates.io-index"
17487checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17488
17489[[package]]
17490name = "target-lexicon"
17491version = "0.13.3"
17492source = "registry+https://github.com/rust-lang/crates.io-index"
17493checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17494
17495[[package]]
17496name = "task"
17497version = "0.1.0"
17498dependencies = [
17499 "anyhow",
17500 "collections",
17501 "futures 0.3.32",
17502 "gpui",
17503 "hex",
17504 "log",
17505 "parking_lot",
17506 "pretty_assertions",
17507 "proto",
17508 "schemars",
17509 "serde",
17510 "serde_json",
17511 "serde_json_lenient",
17512 "sha2",
17513 "shellexpand",
17514 "util",
17515 "zed_actions",
17516]
17517
17518[[package]]
17519name = "tasks_ui"
17520version = "0.1.0"
17521dependencies = [
17522 "anyhow",
17523 "collections",
17524 "editor",
17525 "file_icons",
17526 "fuzzy",
17527 "gpui",
17528 "itertools 0.14.0",
17529 "language",
17530 "menu",
17531 "picker",
17532 "project",
17533 "serde",
17534 "serde_json",
17535 "task",
17536 "tree-sitter-rust",
17537 "tree-sitter-typescript",
17538 "ui",
17539 "util",
17540 "workspace",
17541 "zed_actions",
17542]
17543
17544[[package]]
17545name = "telemetry"
17546version = "0.1.0"
17547dependencies = [
17548 "futures 0.3.32",
17549 "serde",
17550 "serde_json",
17551 "telemetry_events",
17552]
17553
17554[[package]]
17555name = "telemetry_events"
17556version = "0.1.0"
17557dependencies = [
17558 "semver",
17559 "serde",
17560 "serde_json",
17561]
17562
17563[[package]]
17564name = "tempfile"
17565version = "3.23.0"
17566source = "registry+https://github.com/rust-lang/crates.io-index"
17567checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17568dependencies = [
17569 "fastrand 2.3.0",
17570 "getrandom 0.3.4",
17571 "once_cell",
17572 "rustix 1.1.2",
17573 "windows-sys 0.61.2",
17574]
17575
17576[[package]]
17577name = "tendril"
17578version = "0.4.3"
17579source = "registry+https://github.com/rust-lang/crates.io-index"
17580checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17581dependencies = [
17582 "futf",
17583 "mac",
17584 "utf-8",
17585]
17586
17587[[package]]
17588name = "termcolor"
17589version = "1.4.1"
17590source = "registry+https://github.com/rust-lang/crates.io-index"
17591checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17592dependencies = [
17593 "winapi-util",
17594]
17595
17596[[package]]
17597name = "terminal"
17598version = "0.1.0"
17599dependencies = [
17600 "alacritty_terminal",
17601 "anyhow",
17602 "collections",
17603 "futures 0.3.32",
17604 "gpui",
17605 "itertools 0.14.0",
17606 "libc",
17607 "log",
17608 "parking_lot",
17609 "rand 0.9.3",
17610 "regex",
17611 "release_channel",
17612 "schemars",
17613 "serde",
17614 "settings",
17615 "smol",
17616 "sysinfo 0.37.2",
17617 "task",
17618 "theme",
17619 "theme_settings",
17620 "thiserror 2.0.17",
17621 "url",
17622 "urlencoding",
17623 "util",
17624 "util_macros",
17625 "windows 0.61.3",
17626]
17627
17628[[package]]
17629name = "terminal_size"
17630version = "0.4.3"
17631source = "registry+https://github.com/rust-lang/crates.io-index"
17632checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17633dependencies = [
17634 "rustix 1.1.2",
17635 "windows-sys 0.60.2",
17636]
17637
17638[[package]]
17639name = "terminal_view"
17640version = "0.1.0"
17641dependencies = [
17642 "anyhow",
17643 "async-recursion",
17644 "breadcrumbs",
17645 "collections",
17646 "db",
17647 "dirs",
17648 "editor",
17649 "futures 0.3.32",
17650 "gpui",
17651 "itertools 0.14.0",
17652 "language",
17653 "log",
17654 "menu",
17655 "pretty_assertions",
17656 "project",
17657 "regex",
17658 "release_channel",
17659 "remote",
17660 "rpc",
17661 "schemars",
17662 "semver",
17663 "serde",
17664 "serde_json",
17665 "settings",
17666 "shellexpand",
17667 "task",
17668 "terminal",
17669 "theme",
17670 "theme_settings",
17671 "ui",
17672 "util",
17673 "workspace",
17674 "zed_actions",
17675]
17676
17677[[package]]
17678name = "text"
17679version = "0.1.0"
17680dependencies = [
17681 "anyhow",
17682 "clock",
17683 "collections",
17684 "ctor",
17685 "gpui",
17686 "log",
17687 "parking_lot",
17688 "postage",
17689 "rand 0.9.3",
17690 "regex",
17691 "rope",
17692 "smallvec",
17693 "sum_tree",
17694 "util",
17695 "zlog",
17696]
17697
17698[[package]]
17699name = "theme"
17700version = "0.1.0"
17701dependencies = [
17702 "anyhow",
17703 "collections",
17704 "gpui",
17705 "palette",
17706 "parking_lot",
17707 "refineable",
17708 "schemars",
17709 "serde",
17710 "serde_json",
17711 "serde_json_lenient",
17712 "strum 0.27.2",
17713 "syntax_theme",
17714 "thiserror 2.0.17",
17715 "uuid",
17716]
17717
17718[[package]]
17719name = "theme_extension"
17720version = "0.1.0"
17721dependencies = [
17722 "anyhow",
17723 "extension",
17724 "fs",
17725 "gpui",
17726 "theme",
17727 "theme_settings",
17728]
17729
17730[[package]]
17731name = "theme_importer"
17732version = "0.1.0"
17733dependencies = [
17734 "anyhow",
17735 "clap",
17736 "collections",
17737 "gpui",
17738 "indexmap",
17739 "log",
17740 "palette",
17741 "serde",
17742 "serde_json",
17743 "serde_json_lenient",
17744 "simplelog",
17745 "strum 0.27.2",
17746 "theme",
17747 "theme_settings",
17748 "vscode_theme",
17749]
17750
17751[[package]]
17752name = "theme_selector"
17753version = "0.1.0"
17754dependencies = [
17755 "editor",
17756 "fs",
17757 "fuzzy",
17758 "gpui",
17759 "log",
17760 "picker",
17761 "project",
17762 "serde",
17763 "serde_json",
17764 "settings",
17765 "telemetry",
17766 "theme",
17767 "theme_settings",
17768 "ui",
17769 "util",
17770 "workspace",
17771 "zed_actions",
17772]
17773
17774[[package]]
17775name = "theme_settings"
17776version = "0.1.0"
17777dependencies = [
17778 "anyhow",
17779 "collections",
17780 "gpui",
17781 "gpui_util",
17782 "log",
17783 "palette",
17784 "refineable",
17785 "schemars",
17786 "serde",
17787 "serde_json",
17788 "serde_json_lenient",
17789 "settings",
17790 "theme",
17791 "uuid",
17792]
17793
17794[[package]]
17795name = "thiserror"
17796version = "1.0.69"
17797source = "registry+https://github.com/rust-lang/crates.io-index"
17798checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17799dependencies = [
17800 "thiserror-impl 1.0.69",
17801]
17802
17803[[package]]
17804name = "thiserror"
17805version = "2.0.17"
17806source = "registry+https://github.com/rust-lang/crates.io-index"
17807checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17808dependencies = [
17809 "thiserror-impl 2.0.17",
17810]
17811
17812[[package]]
17813name = "thiserror-impl"
17814version = "1.0.69"
17815source = "registry+https://github.com/rust-lang/crates.io-index"
17816checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17817dependencies = [
17818 "proc-macro2",
17819 "quote",
17820 "syn 2.0.117",
17821]
17822
17823[[package]]
17824name = "thiserror-impl"
17825version = "2.0.17"
17826source = "registry+https://github.com/rust-lang/crates.io-index"
17827checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17828dependencies = [
17829 "proc-macro2",
17830 "quote",
17831 "syn 2.0.117",
17832]
17833
17834[[package]]
17835name = "thread_local"
17836version = "1.1.9"
17837source = "registry+https://github.com/rust-lang/crates.io-index"
17838checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17839dependencies = [
17840 "cfg-if",
17841]
17842
17843[[package]]
17844name = "tiff"
17845version = "0.11.3"
17846source = "registry+https://github.com/rust-lang/crates.io-index"
17847checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17848dependencies = [
17849 "fax",
17850 "flate2",
17851 "half",
17852 "quick-error 2.0.1",
17853 "weezl",
17854 "zune-jpeg 0.5.15",
17855]
17856
17857[[package]]
17858name = "tiktoken-rs"
17859version = "0.9.1"
17860source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17861dependencies = [
17862 "anyhow",
17863 "base64 0.22.1",
17864 "bstr",
17865 "fancy-regex 0.16.2",
17866 "lazy_static",
17867 "regex",
17868 "rustc-hash 1.1.0",
17869]
17870
17871[[package]]
17872name = "time"
17873version = "0.3.47"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17876dependencies = [
17877 "deranged",
17878 "itoa",
17879 "libc",
17880 "num-conv",
17881 "num_threads",
17882 "powerfmt",
17883 "serde_core",
17884 "time-core",
17885 "time-macros",
17886]
17887
17888[[package]]
17889name = "time-core"
17890version = "0.1.8"
17891source = "registry+https://github.com/rust-lang/crates.io-index"
17892checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17893
17894[[package]]
17895name = "time-macros"
17896version = "0.2.27"
17897source = "registry+https://github.com/rust-lang/crates.io-index"
17898checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17899dependencies = [
17900 "num-conv",
17901 "time-core",
17902]
17903
17904[[package]]
17905name = "time_format"
17906version = "0.1.0"
17907dependencies = [
17908 "core-foundation 0.10.0",
17909 "core-foundation-sys",
17910 "sys-locale",
17911 "time",
17912 "windows 0.61.3",
17913]
17914
17915[[package]]
17916name = "tiny-keccak"
17917version = "2.0.2"
17918source = "registry+https://github.com/rust-lang/crates.io-index"
17919checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17920dependencies = [
17921 "crunchy",
17922]
17923
17924[[package]]
17925name = "tiny-skia"
17926version = "0.11.4"
17927source = "registry+https://github.com/rust-lang/crates.io-index"
17928checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17929dependencies = [
17930 "arrayref",
17931 "arrayvec",
17932 "bytemuck",
17933 "cfg-if",
17934 "log",
17935 "png 0.17.16",
17936 "tiny-skia-path",
17937]
17938
17939[[package]]
17940name = "tiny-skia-path"
17941version = "0.11.4"
17942source = "registry+https://github.com/rust-lang/crates.io-index"
17943checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17944dependencies = [
17945 "arrayref",
17946 "bytemuck",
17947 "strict-num",
17948]
17949
17950[[package]]
17951name = "tiny_http"
17952version = "0.12.0"
17953source = "registry+https://github.com/rust-lang/crates.io-index"
17954checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17955dependencies = [
17956 "ascii",
17957 "chunked_transfer",
17958 "httpdate",
17959 "log",
17960]
17961
17962[[package]]
17963name = "tinystr"
17964version = "0.8.1"
17965source = "registry+https://github.com/rust-lang/crates.io-index"
17966checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17967dependencies = [
17968 "displaydoc",
17969 "zerovec",
17970]
17971
17972[[package]]
17973name = "tinytemplate"
17974version = "1.2.1"
17975source = "registry+https://github.com/rust-lang/crates.io-index"
17976checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17977dependencies = [
17978 "serde",
17979 "serde_json",
17980]
17981
17982[[package]]
17983name = "tinyvec"
17984version = "1.10.0"
17985source = "registry+https://github.com/rust-lang/crates.io-index"
17986checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17987dependencies = [
17988 "tinyvec_macros",
17989]
17990
17991[[package]]
17992name = "tinyvec_macros"
17993version = "0.1.1"
17994source = "registry+https://github.com/rust-lang/crates.io-index"
17995checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17996
17997[[package]]
17998name = "title_bar"
17999version = "0.1.0"
18000dependencies = [
18001 "anyhow",
18002 "arrayvec",
18003 "auto_update",
18004 "call",
18005 "channel",
18006 "chrono",
18007 "client",
18008 "cloud_api_types",
18009 "db",
18010 "git_ui",
18011 "gpui",
18012 "icons",
18013 "livekit_client",
18014 "notifications",
18015 "platform_title_bar",
18016 "project",
18017 "recent_projects",
18018 "release_channel",
18019 "remote",
18020 "remote_connection",
18021 "rpc",
18022 "schemars",
18023 "semver",
18024 "serde",
18025 "settings",
18026 "smallvec",
18027 "telemetry",
18028 "theme",
18029 "ui",
18030 "util",
18031 "windows 0.61.3",
18032 "workspace",
18033 "zed_actions",
18034]
18035
18036[[package]]
18037name = "tokio"
18038version = "1.48.0"
18039source = "registry+https://github.com/rust-lang/crates.io-index"
18040checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18041dependencies = [
18042 "bytes 1.11.1",
18043 "libc",
18044 "mio 1.1.0",
18045 "parking_lot",
18046 "pin-project-lite",
18047 "signal-hook-registry",
18048 "socket2 0.6.1",
18049 "tokio-macros",
18050 "windows-sys 0.61.2",
18051]
18052
18053[[package]]
18054name = "tokio-io"
18055version = "0.1.13"
18056source = "registry+https://github.com/rust-lang/crates.io-index"
18057checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18058dependencies = [
18059 "bytes 0.4.12",
18060 "futures 0.1.31",
18061 "log",
18062]
18063
18064[[package]]
18065name = "tokio-macros"
18066version = "2.6.0"
18067source = "registry+https://github.com/rust-lang/crates.io-index"
18068checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18069dependencies = [
18070 "proc-macro2",
18071 "quote",
18072 "syn 2.0.117",
18073]
18074
18075[[package]]
18076name = "tokio-native-tls"
18077version = "0.3.1"
18078source = "registry+https://github.com/rust-lang/crates.io-index"
18079checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18080dependencies = [
18081 "native-tls",
18082 "tokio",
18083]
18084
18085[[package]]
18086name = "tokio-rustls"
18087version = "0.24.1"
18088source = "registry+https://github.com/rust-lang/crates.io-index"
18089checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18090dependencies = [
18091 "rustls 0.21.12",
18092 "tokio",
18093]
18094
18095[[package]]
18096name = "tokio-rustls"
18097version = "0.26.2"
18098source = "registry+https://github.com/rust-lang/crates.io-index"
18099checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18100dependencies = [
18101 "rustls 0.23.33",
18102 "tokio",
18103]
18104
18105[[package]]
18106name = "tokio-socks"
18107version = "0.5.2"
18108source = "registry+https://github.com/rust-lang/crates.io-index"
18109checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18110dependencies = [
18111 "either",
18112 "futures-io",
18113 "futures-util",
18114 "thiserror 1.0.69",
18115 "tokio",
18116]
18117
18118[[package]]
18119name = "tokio-stream"
18120version = "0.1.17"
18121source = "registry+https://github.com/rust-lang/crates.io-index"
18122checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18123dependencies = [
18124 "futures-core",
18125 "pin-project-lite",
18126 "tokio",
18127]
18128
18129[[package]]
18130name = "tokio-tungstenite"
18131version = "0.20.1"
18132source = "registry+https://github.com/rust-lang/crates.io-index"
18133checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18134dependencies = [
18135 "futures-util",
18136 "log",
18137 "tokio",
18138 "tungstenite 0.20.1",
18139]
18140
18141[[package]]
18142name = "tokio-tungstenite"
18143version = "0.21.0"
18144source = "registry+https://github.com/rust-lang/crates.io-index"
18145checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18146dependencies = [
18147 "futures-util",
18148 "log",
18149 "tokio",
18150 "tungstenite 0.21.0",
18151]
18152
18153[[package]]
18154name = "tokio-tungstenite"
18155version = "0.28.0"
18156source = "registry+https://github.com/rust-lang/crates.io-index"
18157checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18158dependencies = [
18159 "futures-util",
18160 "log",
18161 "rustls 0.23.33",
18162 "rustls-native-certs 0.8.2",
18163 "rustls-pki-types",
18164 "tokio",
18165 "tokio-rustls 0.26.2",
18166 "tungstenite 0.28.0",
18167]
18168
18169[[package]]
18170name = "tokio-util"
18171version = "0.7.16"
18172source = "registry+https://github.com/rust-lang/crates.io-index"
18173checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18174dependencies = [
18175 "bytes 1.11.1",
18176 "futures-core",
18177 "futures-io",
18178 "futures-sink",
18179 "pin-project-lite",
18180 "tokio",
18181]
18182
18183[[package]]
18184name = "toml"
18185version = "0.5.11"
18186source = "registry+https://github.com/rust-lang/crates.io-index"
18187checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18188dependencies = [
18189 "serde",
18190]
18191
18192[[package]]
18193name = "toml"
18194version = "0.8.23"
18195source = "registry+https://github.com/rust-lang/crates.io-index"
18196checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18197dependencies = [
18198 "serde",
18199 "serde_spanned 0.6.9",
18200 "toml_datetime 0.6.11",
18201 "toml_edit 0.22.27",
18202]
18203
18204[[package]]
18205name = "toml"
18206version = "0.9.8"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18209dependencies = [
18210 "indexmap",
18211 "serde_core",
18212 "serde_spanned 1.0.3",
18213 "toml_datetime 0.7.3",
18214 "toml_parser",
18215 "toml_writer",
18216 "winnow",
18217]
18218
18219[[package]]
18220name = "toml_datetime"
18221version = "0.6.11"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18224dependencies = [
18225 "serde",
18226]
18227
18228[[package]]
18229name = "toml_datetime"
18230version = "0.7.3"
18231source = "registry+https://github.com/rust-lang/crates.io-index"
18232checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18233dependencies = [
18234 "serde_core",
18235]
18236
18237[[package]]
18238name = "toml_edit"
18239version = "0.22.27"
18240source = "registry+https://github.com/rust-lang/crates.io-index"
18241checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18242dependencies = [
18243 "indexmap",
18244 "serde",
18245 "serde_spanned 0.6.9",
18246 "toml_datetime 0.6.11",
18247 "toml_write",
18248 "winnow",
18249]
18250
18251[[package]]
18252name = "toml_edit"
18253version = "0.23.7"
18254source = "registry+https://github.com/rust-lang/crates.io-index"
18255checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18256dependencies = [
18257 "indexmap",
18258 "toml_datetime 0.7.3",
18259 "toml_parser",
18260 "winnow",
18261]
18262
18263[[package]]
18264name = "toml_parser"
18265version = "1.0.4"
18266source = "registry+https://github.com/rust-lang/crates.io-index"
18267checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18268dependencies = [
18269 "winnow",
18270]
18271
18272[[package]]
18273name = "toml_write"
18274version = "0.1.2"
18275source = "registry+https://github.com/rust-lang/crates.io-index"
18276checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18277
18278[[package]]
18279name = "toml_writer"
18280version = "1.0.4"
18281source = "registry+https://github.com/rust-lang/crates.io-index"
18282checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18283
18284[[package]]
18285name = "toolchain_selector"
18286version = "0.1.0"
18287dependencies = [
18288 "anyhow",
18289 "convert_case 0.8.0",
18290 "editor",
18291 "futures 0.3.32",
18292 "fuzzy",
18293 "gpui",
18294 "language",
18295 "menu",
18296 "open_path_prompt",
18297 "picker",
18298 "project",
18299 "ui",
18300 "util",
18301 "workspace",
18302]
18303
18304[[package]]
18305name = "topological-sort"
18306version = "0.2.2"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18309
18310[[package]]
18311name = "tower"
18312version = "0.4.13"
18313source = "registry+https://github.com/rust-lang/crates.io-index"
18314checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18315dependencies = [
18316 "futures-core",
18317 "futures-util",
18318 "pin-project",
18319 "pin-project-lite",
18320 "tokio",
18321 "tower-layer",
18322 "tower-service",
18323 "tracing",
18324]
18325
18326[[package]]
18327name = "tower"
18328version = "0.5.2"
18329source = "registry+https://github.com/rust-lang/crates.io-index"
18330checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18331dependencies = [
18332 "futures-core",
18333 "futures-util",
18334 "pin-project-lite",
18335 "sync_wrapper 1.0.2",
18336 "tokio",
18337 "tokio-util",
18338 "tower-layer",
18339 "tower-service",
18340 "tracing",
18341]
18342
18343[[package]]
18344name = "tower-http"
18345version = "0.4.4"
18346source = "registry+https://github.com/rust-lang/crates.io-index"
18347checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18348dependencies = [
18349 "bitflags 2.10.0",
18350 "bytes 1.11.1",
18351 "futures-core",
18352 "futures-util",
18353 "http 0.2.12",
18354 "http-body 0.4.6",
18355 "http-range-header",
18356 "pin-project-lite",
18357 "tower-layer",
18358 "tower-service",
18359 "tracing",
18360]
18361
18362[[package]]
18363name = "tower-http"
18364version = "0.6.6"
18365source = "registry+https://github.com/rust-lang/crates.io-index"
18366checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18367dependencies = [
18368 "bitflags 2.10.0",
18369 "bytes 1.11.1",
18370 "futures-util",
18371 "http 1.3.1",
18372 "http-body 1.0.1",
18373 "iri-string",
18374 "pin-project-lite",
18375 "tower 0.5.2",
18376 "tower-layer",
18377 "tower-service",
18378 "tracing",
18379]
18380
18381[[package]]
18382name = "tower-layer"
18383version = "0.3.3"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18386
18387[[package]]
18388name = "tower-service"
18389version = "0.3.3"
18390source = "registry+https://github.com/rust-lang/crates.io-index"
18391checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18392
18393[[package]]
18394name = "tracing"
18395version = "0.1.43"
18396source = "registry+https://github.com/rust-lang/crates.io-index"
18397checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18398dependencies = [
18399 "log",
18400 "pin-project-lite",
18401 "tracing-attributes",
18402 "tracing-core",
18403]
18404
18405[[package]]
18406name = "tracing-attributes"
18407version = "0.1.31"
18408source = "registry+https://github.com/rust-lang/crates.io-index"
18409checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18410dependencies = [
18411 "proc-macro2",
18412 "quote",
18413 "syn 2.0.117",
18414]
18415
18416[[package]]
18417name = "tracing-core"
18418version = "0.1.35"
18419source = "registry+https://github.com/rust-lang/crates.io-index"
18420checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18421dependencies = [
18422 "once_cell",
18423 "valuable",
18424]
18425
18426[[package]]
18427name = "tracing-log"
18428version = "0.2.0"
18429source = "registry+https://github.com/rust-lang/crates.io-index"
18430checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18431dependencies = [
18432 "log",
18433 "once_cell",
18434 "tracing-core",
18435]
18436
18437[[package]]
18438name = "tracing-serde"
18439version = "0.2.0"
18440source = "registry+https://github.com/rust-lang/crates.io-index"
18441checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18442dependencies = [
18443 "serde",
18444 "tracing-core",
18445]
18446
18447[[package]]
18448name = "tracing-subscriber"
18449version = "0.3.22"
18450source = "registry+https://github.com/rust-lang/crates.io-index"
18451checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18452dependencies = [
18453 "matchers",
18454 "nu-ansi-term",
18455 "once_cell",
18456 "regex-automata",
18457 "serde",
18458 "serde_json",
18459 "sharded-slab",
18460 "smallvec",
18461 "thread_local",
18462 "tracing",
18463 "tracing-core",
18464 "tracing-log",
18465 "tracing-serde",
18466]
18467
18468[[package]]
18469name = "tracing-tracy"
18470version = "0.11.4"
18471source = "registry+https://github.com/rust-lang/crates.io-index"
18472checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18473dependencies = [
18474 "tracing-core",
18475 "tracing-subscriber",
18476 "tracy-client",
18477]
18478
18479[[package]]
18480name = "tracy-client"
18481version = "0.18.3"
18482source = "registry+https://github.com/rust-lang/crates.io-index"
18483checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18484dependencies = [
18485 "loom",
18486 "once_cell",
18487 "tracy-client-sys",
18488]
18489
18490[[package]]
18491name = "tracy-client-sys"
18492version = "0.27.0"
18493source = "registry+https://github.com/rust-lang/crates.io-index"
18494checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18495dependencies = [
18496 "cc",
18497 "windows-targets 0.52.6",
18498]
18499
18500[[package]]
18501name = "transpose"
18502version = "0.2.3"
18503source = "registry+https://github.com/rust-lang/crates.io-index"
18504checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18505dependencies = [
18506 "num-integer",
18507 "strength_reduce",
18508]
18509
18510[[package]]
18511name = "trash"
18512version = "5.2.5"
18513source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18514dependencies = [
18515 "chrono",
18516 "libc",
18517 "log",
18518 "objc2",
18519 "objc2-foundation",
18520 "once_cell",
18521 "percent-encoding",
18522 "scopeguard",
18523 "urlencoding",
18524 "windows 0.56.0",
18525 "windows-core 0.56.0",
18526]
18527
18528[[package]]
18529name = "tree-sitter"
18530version = "0.26.8"
18531source = "registry+https://github.com/rust-lang/crates.io-index"
18532checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18533dependencies = [
18534 "cc",
18535 "regex",
18536 "regex-syntax",
18537 "serde_json",
18538 "streaming-iterator",
18539 "tree-sitter-language",
18540 "wasmtime-c-api-impl",
18541]
18542
18543[[package]]
18544name = "tree-sitter-bash"
18545version = "0.25.1"
18546source = "registry+https://github.com/rust-lang/crates.io-index"
18547checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18548dependencies = [
18549 "cc",
18550 "tree-sitter-language",
18551]
18552
18553[[package]]
18554name = "tree-sitter-c"
18555version = "0.24.1"
18556source = "registry+https://github.com/rust-lang/crates.io-index"
18557checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18558dependencies = [
18559 "cc",
18560 "tree-sitter-language",
18561]
18562
18563[[package]]
18564name = "tree-sitter-cpp"
18565version = "0.23.4"
18566source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18567dependencies = [
18568 "cc",
18569 "tree-sitter-language",
18570]
18571
18572[[package]]
18573name = "tree-sitter-css"
18574version = "0.23.2"
18575source = "registry+https://github.com/rust-lang/crates.io-index"
18576checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18577dependencies = [
18578 "cc",
18579 "tree-sitter-language",
18580]
18581
18582[[package]]
18583name = "tree-sitter-diff"
18584version = "0.1.0"
18585source = "registry+https://github.com/rust-lang/crates.io-index"
18586checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18587dependencies = [
18588 "cc",
18589 "tree-sitter-language",
18590]
18591
18592[[package]]
18593name = "tree-sitter-elixir"
18594version = "0.3.4"
18595source = "registry+https://github.com/rust-lang/crates.io-index"
18596checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18597dependencies = [
18598 "cc",
18599 "tree-sitter-language",
18600]
18601
18602[[package]]
18603name = "tree-sitter-embedded-template"
18604version = "0.23.2"
18605source = "registry+https://github.com/rust-lang/crates.io-index"
18606checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18607dependencies = [
18608 "cc",
18609 "tree-sitter-language",
18610]
18611
18612[[package]]
18613name = "tree-sitter-gitcommit"
18614version = "0.0.1"
18615source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18616dependencies = [
18617 "cc",
18618 "tree-sitter-language",
18619]
18620
18621[[package]]
18622name = "tree-sitter-go"
18623version = "0.25.0"
18624source = "registry+https://github.com/rust-lang/crates.io-index"
18625checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18626dependencies = [
18627 "cc",
18628 "tree-sitter-language",
18629]
18630
18631[[package]]
18632name = "tree-sitter-gomod"
18633version = "1.1.1"
18634source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18635dependencies = [
18636 "cc",
18637 "tree-sitter-language",
18638]
18639
18640[[package]]
18641name = "tree-sitter-gowork"
18642version = "0.0.1"
18643source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18644dependencies = [
18645 "cc",
18646 "tree-sitter-language",
18647]
18648
18649[[package]]
18650name = "tree-sitter-heex"
18651version = "0.0.1"
18652source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18653dependencies = [
18654 "cc",
18655 "tree-sitter-language",
18656]
18657
18658[[package]]
18659name = "tree-sitter-html"
18660version = "0.23.2"
18661source = "registry+https://github.com/rust-lang/crates.io-index"
18662checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18663dependencies = [
18664 "cc",
18665 "tree-sitter-language",
18666]
18667
18668[[package]]
18669name = "tree-sitter-jsdoc"
18670version = "0.23.2"
18671source = "registry+https://github.com/rust-lang/crates.io-index"
18672checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18673dependencies = [
18674 "cc",
18675 "tree-sitter-language",
18676]
18677
18678[[package]]
18679name = "tree-sitter-json"
18680version = "0.24.8"
18681source = "registry+https://github.com/rust-lang/crates.io-index"
18682checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18683dependencies = [
18684 "cc",
18685 "tree-sitter-language",
18686]
18687
18688[[package]]
18689name = "tree-sitter-language"
18690version = "0.1.5"
18691source = "registry+https://github.com/rust-lang/crates.io-index"
18692checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18693
18694[[package]]
18695name = "tree-sitter-md"
18696version = "0.3.2"
18697source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18698dependencies = [
18699 "cc",
18700 "tree-sitter-language",
18701]
18702
18703[[package]]
18704name = "tree-sitter-python"
18705version = "0.25.0"
18706source = "registry+https://github.com/rust-lang/crates.io-index"
18707checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18708dependencies = [
18709 "cc",
18710 "tree-sitter-language",
18711]
18712
18713[[package]]
18714name = "tree-sitter-regex"
18715version = "0.24.3"
18716source = "registry+https://github.com/rust-lang/crates.io-index"
18717checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18718dependencies = [
18719 "cc",
18720 "tree-sitter-language",
18721]
18722
18723[[package]]
18724name = "tree-sitter-ruby"
18725version = "0.23.1"
18726source = "registry+https://github.com/rust-lang/crates.io-index"
18727checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18728dependencies = [
18729 "cc",
18730 "tree-sitter-language",
18731]
18732
18733[[package]]
18734name = "tree-sitter-rust"
18735version = "0.24.2"
18736source = "registry+https://github.com/rust-lang/crates.io-index"
18737checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18738dependencies = [
18739 "cc",
18740 "tree-sitter-language",
18741]
18742
18743[[package]]
18744name = "tree-sitter-typescript"
18745version = "0.23.2"
18746source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18747dependencies = [
18748 "cc",
18749 "tree-sitter-language",
18750]
18751
18752[[package]]
18753name = "tree-sitter-yaml"
18754version = "0.6.1"
18755source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18756dependencies = [
18757 "cc",
18758 "tree-sitter-language",
18759]
18760
18761[[package]]
18762name = "triomphe"
18763version = "0.1.15"
18764source = "registry+https://github.com/rust-lang/crates.io-index"
18765checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18766dependencies = [
18767 "serde",
18768 "stable_deref_trait",
18769]
18770
18771[[package]]
18772name = "try-lock"
18773version = "0.2.5"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18776
18777[[package]]
18778name = "ttf-parser"
18779version = "0.20.0"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18782
18783[[package]]
18784name = "ttf-parser"
18785version = "0.25.1"
18786source = "registry+https://github.com/rust-lang/crates.io-index"
18787checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18788dependencies = [
18789 "core_maths",
18790]
18791
18792[[package]]
18793name = "tungstenite"
18794version = "0.20.1"
18795source = "registry+https://github.com/rust-lang/crates.io-index"
18796checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18797dependencies = [
18798 "byteorder",
18799 "bytes 1.11.1",
18800 "data-encoding",
18801 "http 0.2.12",
18802 "httparse",
18803 "log",
18804 "rand 0.8.5",
18805 "sha1",
18806 "thiserror 1.0.69",
18807 "url",
18808 "utf-8",
18809]
18810
18811[[package]]
18812name = "tungstenite"
18813version = "0.21.0"
18814source = "registry+https://github.com/rust-lang/crates.io-index"
18815checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18816dependencies = [
18817 "byteorder",
18818 "bytes 1.11.1",
18819 "data-encoding",
18820 "http 1.3.1",
18821 "httparse",
18822 "log",
18823 "rand 0.8.5",
18824 "sha1",
18825 "thiserror 1.0.69",
18826 "url",
18827 "utf-8",
18828]
18829
18830[[package]]
18831name = "tungstenite"
18832version = "0.27.0"
18833source = "registry+https://github.com/rust-lang/crates.io-index"
18834checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18835dependencies = [
18836 "bytes 1.11.1",
18837 "data-encoding",
18838 "http 1.3.1",
18839 "httparse",
18840 "log",
18841 "rand 0.9.3",
18842 "rustls 0.23.33",
18843 "rustls-pki-types",
18844 "sha1",
18845 "thiserror 2.0.17",
18846 "utf-8",
18847]
18848
18849[[package]]
18850name = "tungstenite"
18851version = "0.28.0"
18852source = "registry+https://github.com/rust-lang/crates.io-index"
18853checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18854dependencies = [
18855 "bytes 1.11.1",
18856 "data-encoding",
18857 "http 1.3.1",
18858 "httparse",
18859 "log",
18860 "rand 0.9.3",
18861 "rustls 0.23.33",
18862 "rustls-pki-types",
18863 "sha1",
18864 "thiserror 2.0.17",
18865 "utf-8",
18866]
18867
18868[[package]]
18869name = "typeid"
18870version = "1.0.3"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18873
18874[[package]]
18875name = "typenum"
18876version = "1.19.0"
18877source = "registry+https://github.com/rust-lang/crates.io-index"
18878checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18879
18880[[package]]
18881name = "ucd-trie"
18882version = "0.1.7"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18885
18886[[package]]
18887name = "uds"
18888version = "0.4.2"
18889source = "registry+https://github.com/rust-lang/crates.io-index"
18890checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18891dependencies = [
18892 "libc",
18893]
18894
18895[[package]]
18896name = "uds_windows"
18897version = "1.1.0"
18898source = "registry+https://github.com/rust-lang/crates.io-index"
18899checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18900dependencies = [
18901 "memoffset",
18902 "tempfile",
18903 "winapi",
18904]
18905
18906[[package]]
18907name = "ug"
18908version = "0.4.0"
18909source = "registry+https://github.com/rust-lang/crates.io-index"
18910checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18911dependencies = [
18912 "gemm 0.18.2",
18913 "half",
18914 "libloading",
18915 "memmap2",
18916 "num",
18917 "num-traits",
18918 "num_cpus",
18919 "rayon",
18920 "safetensors",
18921 "serde",
18922 "thiserror 1.0.69",
18923 "tracing",
18924 "yoke 0.7.5",
18925]
18926
18927[[package]]
18928name = "ui"
18929version = "0.1.0"
18930dependencies = [
18931 "chrono",
18932 "component",
18933 "documented",
18934 "gpui",
18935 "gpui_macros",
18936 "gpui_util",
18937 "icons",
18938 "itertools 0.14.0",
18939 "menu",
18940 "schemars",
18941 "serde",
18942 "smallvec",
18943 "strum 0.27.2",
18944 "theme",
18945 "ui_macros",
18946 "windows 0.61.3",
18947]
18948
18949[[package]]
18950name = "ui_input"
18951version = "0.1.0"
18952dependencies = [
18953 "component",
18954 "gpui",
18955 "ui",
18956]
18957
18958[[package]]
18959name = "ui_macros"
18960version = "0.1.0"
18961dependencies = [
18962 "component",
18963 "quote",
18964 "syn 2.0.117",
18965 "ui",
18966]
18967
18968[[package]]
18969name = "ui_prompt"
18970version = "0.1.0"
18971dependencies = [
18972 "gpui",
18973 "markdown",
18974 "menu",
18975 "settings",
18976 "theme_settings",
18977 "ui",
18978 "workspace",
18979]
18980
18981[[package]]
18982name = "unarray"
18983version = "0.1.4"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18986
18987[[package]]
18988name = "unicase"
18989version = "2.8.1"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18992
18993[[package]]
18994name = "unicode-bidi"
18995version = "0.3.18"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18998
18999[[package]]
19000name = "unicode-bidi-mirroring"
19001version = "0.4.0"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
19004
19005[[package]]
19006name = "unicode-ccc"
19007version = "0.4.0"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
19010
19011[[package]]
19012name = "unicode-general-category"
19013version = "1.1.0"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19016
19017[[package]]
19018name = "unicode-ident"
19019version = "1.0.19"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19022
19023[[package]]
19024name = "unicode-linebreak"
19025version = "0.1.5"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19028
19029[[package]]
19030name = "unicode-normalization"
19031version = "0.1.24"
19032source = "registry+https://github.com/rust-lang/crates.io-index"
19033checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19034dependencies = [
19035 "tinyvec",
19036]
19037
19038[[package]]
19039name = "unicode-properties"
19040version = "0.1.3"
19041source = "registry+https://github.com/rust-lang/crates.io-index"
19042checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19043
19044[[package]]
19045name = "unicode-script"
19046version = "0.5.8"
19047source = "registry+https://github.com/rust-lang/crates.io-index"
19048checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19049
19050[[package]]
19051name = "unicode-segmentation"
19052version = "1.12.0"
19053source = "registry+https://github.com/rust-lang/crates.io-index"
19054checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19055
19056[[package]]
19057name = "unicode-vo"
19058version = "0.1.0"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19061
19062[[package]]
19063name = "unicode-width"
19064version = "0.2.2"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19067
19068[[package]]
19069name = "unicode-xid"
19070version = "0.2.6"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19073
19074[[package]]
19075name = "unicode_categories"
19076version = "0.1.1"
19077source = "registry+https://github.com/rust-lang/crates.io-index"
19078checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19079
19080[[package]]
19081name = "unindent"
19082version = "0.2.4"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19085
19086[[package]]
19087name = "unsafe-libyaml"
19088version = "0.2.11"
19089source = "registry+https://github.com/rust-lang/crates.io-index"
19090checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19091
19092[[package]]
19093name = "untrusted"
19094version = "0.7.1"
19095source = "registry+https://github.com/rust-lang/crates.io-index"
19096checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19097
19098[[package]]
19099name = "untrusted"
19100version = "0.9.0"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19103
19104[[package]]
19105name = "url"
19106version = "2.5.7"
19107source = "registry+https://github.com/rust-lang/crates.io-index"
19108checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19109dependencies = [
19110 "form_urlencoded",
19111 "idna",
19112 "percent-encoding",
19113 "serde",
19114]
19115
19116[[package]]
19117name = "urlencoding"
19118version = "2.1.3"
19119source = "registry+https://github.com/rust-lang/crates.io-index"
19120checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19121
19122[[package]]
19123name = "usvg"
19124version = "0.45.1"
19125source = "registry+https://github.com/rust-lang/crates.io-index"
19126checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19127dependencies = [
19128 "base64 0.22.1",
19129 "data-url",
19130 "flate2",
19131 "fontdb 0.23.0",
19132 "imagesize",
19133 "kurbo",
19134 "log",
19135 "pico-args",
19136 "roxmltree",
19137 "rustybuzz",
19138 "simplecss",
19139 "siphasher 1.0.1",
19140 "strict-num",
19141 "svgtypes",
19142 "tiny-skia-path",
19143 "unicode-bidi",
19144 "unicode-script",
19145 "unicode-vo",
19146 "xmlwriter",
19147]
19148
19149[[package]]
19150name = "utf-8"
19151version = "0.7.6"
19152source = "registry+https://github.com/rust-lang/crates.io-index"
19153checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19154
19155[[package]]
19156name = "utf8-chars"
19157version = "3.0.6"
19158source = "registry+https://github.com/rust-lang/crates.io-index"
19159checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19160dependencies = [
19161 "arrayvec",
19162]
19163
19164[[package]]
19165name = "utf8_iter"
19166version = "1.0.4"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19169
19170[[package]]
19171name = "utf8parse"
19172version = "0.2.2"
19173source = "registry+https://github.com/rust-lang/crates.io-index"
19174checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19175
19176[[package]]
19177name = "util"
19178version = "0.1.0"
19179dependencies = [
19180 "anyhow",
19181 "async-fs",
19182 "async_zip",
19183 "collections",
19184 "command-fds",
19185 "dirs",
19186 "dunce",
19187 "futures 0.3.32",
19188 "futures-lite 1.13.0",
19189 "git2",
19190 "globset",
19191 "gpui_util",
19192 "itertools 0.14.0",
19193 "libc",
19194 "log",
19195 "mach2 0.5.0",
19196 "nix 0.29.0",
19197 "percent-encoding",
19198 "pretty_assertions",
19199 "rand 0.9.3",
19200 "regex",
19201 "rust-embed",
19202 "schemars",
19203 "serde",
19204 "serde_json",
19205 "serde_json_lenient",
19206 "shlex",
19207 "smol",
19208 "take-until",
19209 "tempfile",
19210 "tendril",
19211 "unicase",
19212 "url",
19213 "util_macros",
19214 "walkdir",
19215 "which 6.0.3",
19216]
19217
19218[[package]]
19219name = "util_macros"
19220version = "0.1.0"
19221dependencies = [
19222 "perf",
19223 "quote",
19224 "syn 2.0.117",
19225]
19226
19227[[package]]
19228name = "uuid"
19229version = "1.18.1"
19230source = "registry+https://github.com/rust-lang/crates.io-index"
19231checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19232dependencies = [
19233 "getrandom 0.3.4",
19234 "js-sys",
19235 "serde",
19236 "sha1_smol",
19237 "wasm-bindgen",
19238]
19239
19240[[package]]
19241name = "uuid-simd"
19242version = "0.8.0"
19243source = "registry+https://github.com/rust-lang/crates.io-index"
19244checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19245dependencies = [
19246 "outref",
19247 "vsimd",
19248]
19249
19250[[package]]
19251name = "v_frame"
19252version = "0.3.9"
19253source = "registry+https://github.com/rust-lang/crates.io-index"
19254checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19255dependencies = [
19256 "aligned-vec",
19257 "num-traits",
19258 "wasm-bindgen",
19259]
19260
19261[[package]]
19262name = "valuable"
19263version = "0.1.1"
19264source = "registry+https://github.com/rust-lang/crates.io-index"
19265checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19266
19267[[package]]
19268name = "value-bag"
19269version = "1.12.0"
19270source = "registry+https://github.com/rust-lang/crates.io-index"
19271checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19272dependencies = [
19273 "value-bag-serde1",
19274 "value-bag-sval2",
19275]
19276
19277[[package]]
19278name = "value-bag-serde1"
19279version = "1.12.0"
19280source = "registry+https://github.com/rust-lang/crates.io-index"
19281checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19282dependencies = [
19283 "erased-serde",
19284 "serde_core",
19285 "serde_fmt",
19286]
19287
19288[[package]]
19289name = "value-bag-sval2"
19290version = "1.12.0"
19291source = "registry+https://github.com/rust-lang/crates.io-index"
19292checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19293dependencies = [
19294 "sval",
19295 "sval_buffer",
19296 "sval_dynamic",
19297 "sval_fmt",
19298 "sval_json",
19299 "sval_ref",
19300 "sval_serde",
19301]
19302
19303[[package]]
19304name = "vcpkg"
19305version = "0.2.15"
19306source = "registry+https://github.com/rust-lang/crates.io-index"
19307checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19308
19309[[package]]
19310name = "vercel"
19311version = "0.1.0"
19312dependencies = [
19313 "anyhow",
19314 "schemars",
19315 "serde",
19316 "strum 0.27.2",
19317]
19318
19319[[package]]
19320name = "version-compare"
19321version = "0.2.0"
19322source = "registry+https://github.com/rust-lang/crates.io-index"
19323checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19324
19325[[package]]
19326name = "version_check"
19327version = "0.9.5"
19328source = "registry+https://github.com/rust-lang/crates.io-index"
19329checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19330
19331[[package]]
19332name = "vim"
19333version = "0.1.0"
19334dependencies = [
19335 "anyhow",
19336 "async-compat",
19337 "async-trait",
19338 "collections",
19339 "command_palette",
19340 "command_palette_hooks",
19341 "db",
19342 "editor",
19343 "env_logger 0.11.8",
19344 "futures 0.3.32",
19345 "fuzzy",
19346 "git_ui",
19347 "gpui",
19348 "indoc",
19349 "itertools 0.14.0",
19350 "language",
19351 "log",
19352 "lsp",
19353 "markdown_preview",
19354 "menu",
19355 "multi_buffer",
19356 "nvim-rs",
19357 "outline_panel",
19358 "parking_lot",
19359 "perf",
19360 "picker",
19361 "project",
19362 "project_panel",
19363 "regex",
19364 "release_channel",
19365 "schemars",
19366 "search",
19367 "semver",
19368 "serde",
19369 "serde_json",
19370 "settings",
19371 "settings_ui",
19372 "task",
19373 "text",
19374 "theme",
19375 "theme_settings",
19376 "tokio",
19377 "ui",
19378 "util",
19379 "util_macros",
19380 "vim_mode_setting",
19381 "workspace",
19382 "zed_actions",
19383]
19384
19385[[package]]
19386name = "vim_mode_setting"
19387version = "0.1.0"
19388dependencies = [
19389 "gpui",
19390 "settings",
19391]
19392
19393[[package]]
19394name = "vscode_theme"
19395version = "0.2.0"
19396source = "registry+https://github.com/rust-lang/crates.io-index"
19397checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19398dependencies = [
19399 "serde",
19400]
19401
19402[[package]]
19403name = "vsimd"
19404version = "0.8.0"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19407
19408[[package]]
19409name = "vswhom"
19410version = "0.1.0"
19411source = "registry+https://github.com/rust-lang/crates.io-index"
19412checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19413dependencies = [
19414 "libc",
19415 "vswhom-sys",
19416]
19417
19418[[package]]
19419name = "vswhom-sys"
19420version = "0.1.3"
19421source = "registry+https://github.com/rust-lang/crates.io-index"
19422checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19423dependencies = [
19424 "cc",
19425 "libc",
19426]
19427
19428[[package]]
19429name = "vte"
19430version = "0.15.0"
19431source = "registry+https://github.com/rust-lang/crates.io-index"
19432checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19433dependencies = [
19434 "arrayvec",
19435 "bitflags 2.10.0",
19436 "cursor-icon",
19437 "log",
19438 "memchr",
19439 "serde",
19440]
19441
19442[[package]]
19443name = "wait-timeout"
19444version = "0.2.1"
19445source = "registry+https://github.com/rust-lang/crates.io-index"
19446checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19447dependencies = [
19448 "libc",
19449]
19450
19451[[package]]
19452name = "waker-fn"
19453version = "1.2.0"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19456
19457[[package]]
19458name = "walkdir"
19459version = "2.5.0"
19460source = "registry+https://github.com/rust-lang/crates.io-index"
19461checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19462dependencies = [
19463 "same-file",
19464 "winapi-util",
19465]
19466
19467[[package]]
19468name = "want"
19469version = "0.3.1"
19470source = "registry+https://github.com/rust-lang/crates.io-index"
19471checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19472dependencies = [
19473 "try-lock",
19474]
19475
19476[[package]]
19477name = "warp"
19478version = "0.3.7"
19479source = "registry+https://github.com/rust-lang/crates.io-index"
19480checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19481dependencies = [
19482 "bytes 1.11.1",
19483 "futures-channel",
19484 "futures-util",
19485 "headers",
19486 "http 0.2.12",
19487 "hyper 0.14.32",
19488 "log",
19489 "mime",
19490 "mime_guess",
19491 "percent-encoding",
19492 "pin-project",
19493 "scoped-tls",
19494 "serde",
19495 "serde_json",
19496 "serde_urlencoded",
19497 "tokio",
19498 "tokio-tungstenite 0.21.0",
19499 "tokio-util",
19500 "tower-service",
19501 "tracing",
19502]
19503
19504[[package]]
19505name = "wasi"
19506version = "0.11.1+wasi-snapshot-preview1"
19507source = "registry+https://github.com/rust-lang/crates.io-index"
19508checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19509
19510[[package]]
19511name = "wasip2"
19512version = "1.0.1+wasi-0.2.4"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19515dependencies = [
19516 "wit-bindgen 0.46.0",
19517]
19518
19519[[package]]
19520name = "wasip3"
19521version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19522source = "registry+https://github.com/rust-lang/crates.io-index"
19523checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19524dependencies = [
19525 "wit-bindgen 0.51.0",
19526]
19527
19528[[package]]
19529name = "wasite"
19530version = "0.1.0"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19533
19534[[package]]
19535name = "wasm-bindgen"
19536version = "0.2.113"
19537source = "registry+https://github.com/rust-lang/crates.io-index"
19538checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19539dependencies = [
19540 "cfg-if",
19541 "once_cell",
19542 "rustversion",
19543 "wasm-bindgen-macro",
19544 "wasm-bindgen-shared",
19545]
19546
19547[[package]]
19548name = "wasm-bindgen-futures"
19549version = "0.4.63"
19550source = "registry+https://github.com/rust-lang/crates.io-index"
19551checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19552dependencies = [
19553 "cfg-if",
19554 "futures-util",
19555 "js-sys",
19556 "once_cell",
19557 "wasm-bindgen",
19558 "web-sys",
19559]
19560
19561[[package]]
19562name = "wasm-bindgen-macro"
19563version = "0.2.113"
19564source = "registry+https://github.com/rust-lang/crates.io-index"
19565checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19566dependencies = [
19567 "quote",
19568 "wasm-bindgen-macro-support",
19569]
19570
19571[[package]]
19572name = "wasm-bindgen-macro-support"
19573version = "0.2.113"
19574source = "registry+https://github.com/rust-lang/crates.io-index"
19575checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19576dependencies = [
19577 "bumpalo",
19578 "proc-macro2",
19579 "quote",
19580 "syn 2.0.117",
19581 "wasm-bindgen-shared",
19582]
19583
19584[[package]]
19585name = "wasm-bindgen-shared"
19586version = "0.2.113"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19589dependencies = [
19590 "unicode-ident",
19591]
19592
19593[[package]]
19594name = "wasm-encoder"
19595version = "0.201.0"
19596source = "registry+https://github.com/rust-lang/crates.io-index"
19597checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19598dependencies = [
19599 "leb128",
19600]
19601
19602[[package]]
19603name = "wasm-encoder"
19604version = "0.221.3"
19605source = "registry+https://github.com/rust-lang/crates.io-index"
19606checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19607dependencies = [
19608 "leb128",
19609 "wasmparser 0.221.3",
19610]
19611
19612[[package]]
19613name = "wasm-encoder"
19614version = "0.227.1"
19615source = "registry+https://github.com/rust-lang/crates.io-index"
19616checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19617dependencies = [
19618 "leb128fmt",
19619 "wasmparser 0.227.1",
19620]
19621
19622[[package]]
19623name = "wasm-encoder"
19624version = "0.236.1"
19625source = "registry+https://github.com/rust-lang/crates.io-index"
19626checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19627dependencies = [
19628 "leb128fmt",
19629 "wasmparser 0.236.1",
19630]
19631
19632[[package]]
19633name = "wasm-encoder"
19634version = "0.244.0"
19635source = "registry+https://github.com/rust-lang/crates.io-index"
19636checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19637dependencies = [
19638 "leb128fmt",
19639 "wasmparser 0.244.0",
19640]
19641
19642[[package]]
19643name = "wasm-metadata"
19644version = "0.201.0"
19645source = "registry+https://github.com/rust-lang/crates.io-index"
19646checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19647dependencies = [
19648 "anyhow",
19649 "indexmap",
19650 "serde",
19651 "serde_derive",
19652 "serde_json",
19653 "spdx",
19654 "wasm-encoder 0.201.0",
19655 "wasmparser 0.201.0",
19656]
19657
19658[[package]]
19659name = "wasm-metadata"
19660version = "0.227.1"
19661source = "registry+https://github.com/rust-lang/crates.io-index"
19662checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19663dependencies = [
19664 "anyhow",
19665 "auditable-serde",
19666 "flate2",
19667 "indexmap",
19668 "serde",
19669 "serde_derive",
19670 "serde_json",
19671 "spdx",
19672 "url",
19673 "wasm-encoder 0.227.1",
19674 "wasmparser 0.227.1",
19675]
19676
19677[[package]]
19678name = "wasm-metadata"
19679version = "0.244.0"
19680source = "registry+https://github.com/rust-lang/crates.io-index"
19681checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19682dependencies = [
19683 "anyhow",
19684 "indexmap",
19685 "wasm-encoder 0.244.0",
19686 "wasmparser 0.244.0",
19687]
19688
19689[[package]]
19690name = "wasm-streams"
19691version = "0.4.2"
19692source = "registry+https://github.com/rust-lang/crates.io-index"
19693checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19694dependencies = [
19695 "futures-util",
19696 "js-sys",
19697 "wasm-bindgen",
19698 "wasm-bindgen-futures",
19699 "web-sys",
19700]
19701
19702[[package]]
19703name = "wasm_thread"
19704version = "0.3.3"
19705source = "registry+https://github.com/rust-lang/crates.io-index"
19706checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19707dependencies = [
19708 "futures 0.3.32",
19709 "js-sys",
19710 "wasm-bindgen",
19711 "web-sys",
19712]
19713
19714[[package]]
19715name = "wasmparser"
19716version = "0.201.0"
19717source = "registry+https://github.com/rust-lang/crates.io-index"
19718checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19719dependencies = [
19720 "bitflags 2.10.0",
19721 "indexmap",
19722 "semver",
19723]
19724
19725[[package]]
19726name = "wasmparser"
19727version = "0.221.3"
19728source = "registry+https://github.com/rust-lang/crates.io-index"
19729checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19730dependencies = [
19731 "bitflags 2.10.0",
19732 "hashbrown 0.15.5",
19733 "indexmap",
19734 "semver",
19735 "serde",
19736]
19737
19738[[package]]
19739name = "wasmparser"
19740version = "0.227.1"
19741source = "registry+https://github.com/rust-lang/crates.io-index"
19742checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19743dependencies = [
19744 "bitflags 2.10.0",
19745 "hashbrown 0.15.5",
19746 "indexmap",
19747 "semver",
19748]
19749
19750[[package]]
19751name = "wasmparser"
19752version = "0.236.1"
19753source = "registry+https://github.com/rust-lang/crates.io-index"
19754checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19755dependencies = [
19756 "bitflags 2.10.0",
19757 "hashbrown 0.15.5",
19758 "indexmap",
19759 "semver",
19760 "serde",
19761]
19762
19763[[package]]
19764name = "wasmparser"
19765version = "0.244.0"
19766source = "registry+https://github.com/rust-lang/crates.io-index"
19767checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19768dependencies = [
19769 "bitflags 2.10.0",
19770 "hashbrown 0.15.5",
19771 "indexmap",
19772 "semver",
19773]
19774
19775[[package]]
19776name = "wasmprinter"
19777version = "0.236.1"
19778source = "registry+https://github.com/rust-lang/crates.io-index"
19779checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19780dependencies = [
19781 "anyhow",
19782 "termcolor",
19783 "wasmparser 0.236.1",
19784]
19785
19786[[package]]
19787name = "wasmtime"
19788version = "36.0.7"
19789source = "registry+https://github.com/rust-lang/crates.io-index"
19790checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19791dependencies = [
19792 "addr2line",
19793 "anyhow",
19794 "async-trait",
19795 "bitflags 2.10.0",
19796 "bumpalo",
19797 "cc",
19798 "cfg-if",
19799 "encoding_rs",
19800 "hashbrown 0.15.5",
19801 "indexmap",
19802 "libc",
19803 "log",
19804 "mach2 0.4.3",
19805 "memfd",
19806 "object",
19807 "once_cell",
19808 "postcard",
19809 "pulley-interpreter",
19810 "rayon",
19811 "rustix 1.1.2",
19812 "semver",
19813 "serde",
19814 "serde_derive",
19815 "smallvec",
19816 "target-lexicon",
19817 "wasmparser 0.236.1",
19818 "wasmtime-environ",
19819 "wasmtime-internal-asm-macros",
19820 "wasmtime-internal-component-macro",
19821 "wasmtime-internal-component-util",
19822 "wasmtime-internal-cranelift",
19823 "wasmtime-internal-fiber",
19824 "wasmtime-internal-jit-debug",
19825 "wasmtime-internal-jit-icache-coherence",
19826 "wasmtime-internal-math",
19827 "wasmtime-internal-slab",
19828 "wasmtime-internal-unwinder",
19829 "wasmtime-internal-versioned-export-macros",
19830 "wasmtime-internal-winch",
19831 "windows-sys 0.60.2",
19832]
19833
19834[[package]]
19835name = "wasmtime-c-api-impl"
19836version = "36.0.6"
19837source = "registry+https://github.com/rust-lang/crates.io-index"
19838checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19839dependencies = [
19840 "anyhow",
19841 "log",
19842 "tracing",
19843 "wasmtime",
19844 "wasmtime-internal-c-api-macros",
19845]
19846
19847[[package]]
19848name = "wasmtime-environ"
19849version = "36.0.7"
19850source = "registry+https://github.com/rust-lang/crates.io-index"
19851checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19852dependencies = [
19853 "anyhow",
19854 "cpp_demangle",
19855 "cranelift-bitset",
19856 "cranelift-entity",
19857 "gimli",
19858 "indexmap",
19859 "log",
19860 "object",
19861 "postcard",
19862 "rustc-demangle",
19863 "semver",
19864 "serde",
19865 "serde_derive",
19866 "smallvec",
19867 "target-lexicon",
19868 "wasm-encoder 0.236.1",
19869 "wasmparser 0.236.1",
19870 "wasmprinter",
19871 "wasmtime-internal-component-util",
19872]
19873
19874[[package]]
19875name = "wasmtime-internal-asm-macros"
19876version = "36.0.7"
19877source = "registry+https://github.com/rust-lang/crates.io-index"
19878checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19879dependencies = [
19880 "cfg-if",
19881]
19882
19883[[package]]
19884name = "wasmtime-internal-c-api-macros"
19885version = "36.0.6"
19886source = "registry+https://github.com/rust-lang/crates.io-index"
19887checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19888dependencies = [
19889 "proc-macro2",
19890 "quote",
19891]
19892
19893[[package]]
19894name = "wasmtime-internal-component-macro"
19895version = "36.0.7"
19896source = "registry+https://github.com/rust-lang/crates.io-index"
19897checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19898dependencies = [
19899 "anyhow",
19900 "proc-macro2",
19901 "quote",
19902 "syn 2.0.117",
19903 "wasmtime-internal-component-util",
19904 "wasmtime-internal-wit-bindgen",
19905 "wit-parser 0.236.1",
19906]
19907
19908[[package]]
19909name = "wasmtime-internal-component-util"
19910version = "36.0.7"
19911source = "registry+https://github.com/rust-lang/crates.io-index"
19912checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19913
19914[[package]]
19915name = "wasmtime-internal-cranelift"
19916version = "36.0.7"
19917source = "registry+https://github.com/rust-lang/crates.io-index"
19918checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19919dependencies = [
19920 "anyhow",
19921 "cfg-if",
19922 "cranelift-codegen",
19923 "cranelift-control",
19924 "cranelift-entity",
19925 "cranelift-frontend",
19926 "cranelift-native",
19927 "gimli",
19928 "itertools 0.14.0",
19929 "log",
19930 "object",
19931 "pulley-interpreter",
19932 "smallvec",
19933 "target-lexicon",
19934 "thiserror 2.0.17",
19935 "wasmparser 0.236.1",
19936 "wasmtime-environ",
19937 "wasmtime-internal-math",
19938 "wasmtime-internal-versioned-export-macros",
19939]
19940
19941[[package]]
19942name = "wasmtime-internal-fiber"
19943version = "36.0.7"
19944source = "registry+https://github.com/rust-lang/crates.io-index"
19945checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19946dependencies = [
19947 "anyhow",
19948 "cc",
19949 "cfg-if",
19950 "libc",
19951 "rustix 1.1.2",
19952 "wasmtime-internal-asm-macros",
19953 "wasmtime-internal-versioned-export-macros",
19954 "windows-sys 0.60.2",
19955]
19956
19957[[package]]
19958name = "wasmtime-internal-jit-debug"
19959version = "36.0.7"
19960source = "registry+https://github.com/rust-lang/crates.io-index"
19961checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19962dependencies = [
19963 "cc",
19964 "wasmtime-internal-versioned-export-macros",
19965]
19966
19967[[package]]
19968name = "wasmtime-internal-jit-icache-coherence"
19969version = "36.0.7"
19970source = "registry+https://github.com/rust-lang/crates.io-index"
19971checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19972dependencies = [
19973 "anyhow",
19974 "cfg-if",
19975 "libc",
19976 "windows-sys 0.60.2",
19977]
19978
19979[[package]]
19980name = "wasmtime-internal-math"
19981version = "36.0.7"
19982source = "registry+https://github.com/rust-lang/crates.io-index"
19983checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19984dependencies = [
19985 "libm",
19986]
19987
19988[[package]]
19989name = "wasmtime-internal-slab"
19990version = "36.0.7"
19991source = "registry+https://github.com/rust-lang/crates.io-index"
19992checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19993
19994[[package]]
19995name = "wasmtime-internal-unwinder"
19996version = "36.0.7"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19999dependencies = [
20000 "anyhow",
20001 "cfg-if",
20002 "cranelift-codegen",
20003 "log",
20004 "object",
20005]
20006
20007[[package]]
20008name = "wasmtime-internal-versioned-export-macros"
20009version = "36.0.7"
20010source = "registry+https://github.com/rust-lang/crates.io-index"
20011checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
20012dependencies = [
20013 "proc-macro2",
20014 "quote",
20015 "syn 2.0.117",
20016]
20017
20018[[package]]
20019name = "wasmtime-internal-winch"
20020version = "36.0.7"
20021source = "registry+https://github.com/rust-lang/crates.io-index"
20022checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
20023dependencies = [
20024 "anyhow",
20025 "cranelift-codegen",
20026 "gimli",
20027 "object",
20028 "target-lexicon",
20029 "wasmparser 0.236.1",
20030 "wasmtime-environ",
20031 "wasmtime-internal-cranelift",
20032 "winch-codegen",
20033]
20034
20035[[package]]
20036name = "wasmtime-internal-wit-bindgen"
20037version = "36.0.7"
20038source = "registry+https://github.com/rust-lang/crates.io-index"
20039checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
20040dependencies = [
20041 "anyhow",
20042 "bitflags 2.10.0",
20043 "heck 0.5.0",
20044 "indexmap",
20045 "wit-parser 0.236.1",
20046]
20047
20048[[package]]
20049name = "wasmtime-wasi"
20050version = "36.0.6"
20051source = "registry+https://github.com/rust-lang/crates.io-index"
20052checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20053dependencies = [
20054 "anyhow",
20055 "async-trait",
20056 "bitflags 2.10.0",
20057 "bytes 1.11.1",
20058 "cap-fs-ext",
20059 "cap-net-ext",
20060 "cap-rand",
20061 "cap-std",
20062 "cap-time-ext",
20063 "fs-set-times",
20064 "futures 0.3.32",
20065 "io-extras",
20066 "io-lifetimes",
20067 "rustix 1.1.2",
20068 "system-interface",
20069 "thiserror 2.0.17",
20070 "tokio",
20071 "tracing",
20072 "url",
20073 "wasmtime",
20074 "wasmtime-wasi-io",
20075 "wiggle",
20076 "windows-sys 0.60.2",
20077]
20078
20079[[package]]
20080name = "wasmtime-wasi-io"
20081version = "36.0.6"
20082source = "registry+https://github.com/rust-lang/crates.io-index"
20083checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20084dependencies = [
20085 "anyhow",
20086 "async-trait",
20087 "bytes 1.11.1",
20088 "futures 0.3.32",
20089 "wasmtime",
20090]
20091
20092[[package]]
20093name = "wast"
20094version = "35.0.2"
20095source = "registry+https://github.com/rust-lang/crates.io-index"
20096checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20097dependencies = [
20098 "leb128",
20099]
20100
20101[[package]]
20102name = "watch"
20103version = "0.1.0"
20104dependencies = [
20105 "ctor",
20106 "futures 0.3.32",
20107 "gpui",
20108 "parking_lot",
20109 "zlog",
20110]
20111
20112[[package]]
20113name = "wax"
20114version = "0.7.0"
20115source = "registry+https://github.com/rust-lang/crates.io-index"
20116checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20117dependencies = [
20118 "const_format",
20119 "itertools 0.14.0",
20120 "nom 7.1.3",
20121 "pori",
20122 "regex",
20123 "thiserror 2.0.17",
20124 "walkdir",
20125]
20126
20127[[package]]
20128name = "wayland-backend"
20129version = "0.3.11"
20130source = "registry+https://github.com/rust-lang/crates.io-index"
20131checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20132dependencies = [
20133 "cc",
20134 "downcast-rs",
20135 "rustix 1.1.2",
20136 "scoped-tls",
20137 "smallvec",
20138 "wayland-sys",
20139]
20140
20141[[package]]
20142name = "wayland-client"
20143version = "0.31.11"
20144source = "registry+https://github.com/rust-lang/crates.io-index"
20145checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20146dependencies = [
20147 "bitflags 2.10.0",
20148 "rustix 1.1.2",
20149 "wayland-backend",
20150 "wayland-scanner",
20151]
20152
20153[[package]]
20154name = "wayland-cursor"
20155version = "0.31.11"
20156source = "registry+https://github.com/rust-lang/crates.io-index"
20157checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20158dependencies = [
20159 "rustix 1.1.2",
20160 "wayland-client",
20161 "xcursor",
20162]
20163
20164[[package]]
20165name = "wayland-protocols"
20166version = "0.32.9"
20167source = "registry+https://github.com/rust-lang/crates.io-index"
20168checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20169dependencies = [
20170 "bitflags 2.10.0",
20171 "wayland-backend",
20172 "wayland-client",
20173 "wayland-scanner",
20174]
20175
20176[[package]]
20177name = "wayland-protocols-plasma"
20178version = "0.3.9"
20179source = "registry+https://github.com/rust-lang/crates.io-index"
20180checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20181dependencies = [
20182 "bitflags 2.10.0",
20183 "wayland-backend",
20184 "wayland-client",
20185 "wayland-protocols",
20186 "wayland-scanner",
20187]
20188
20189[[package]]
20190name = "wayland-protocols-wlr"
20191version = "0.3.9"
20192source = "registry+https://github.com/rust-lang/crates.io-index"
20193checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20194dependencies = [
20195 "bitflags 2.10.0",
20196 "wayland-backend",
20197 "wayland-client",
20198 "wayland-protocols",
20199 "wayland-scanner",
20200]
20201
20202[[package]]
20203name = "wayland-scanner"
20204version = "0.31.7"
20205source = "registry+https://github.com/rust-lang/crates.io-index"
20206checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20207dependencies = [
20208 "proc-macro2",
20209 "quick-xml 0.37.5",
20210 "quote",
20211]
20212
20213[[package]]
20214name = "wayland-sys"
20215version = "0.31.7"
20216source = "registry+https://github.com/rust-lang/crates.io-index"
20217checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20218dependencies = [
20219 "dlib",
20220 "log",
20221 "once_cell",
20222 "pkg-config",
20223]
20224
20225[[package]]
20226name = "web-sys"
20227version = "0.3.90"
20228source = "registry+https://github.com/rust-lang/crates.io-index"
20229checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20230dependencies = [
20231 "js-sys",
20232 "wasm-bindgen",
20233]
20234
20235[[package]]
20236name = "web-time"
20237version = "1.1.0"
20238source = "registry+https://github.com/rust-lang/crates.io-index"
20239checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20240dependencies = [
20241 "js-sys",
20242 "serde",
20243 "wasm-bindgen",
20244]
20245
20246[[package]]
20247name = "web_atoms"
20248version = "0.1.3"
20249source = "registry+https://github.com/rust-lang/crates.io-index"
20250checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20251dependencies = [
20252 "phf 0.11.3",
20253 "phf_codegen",
20254 "string_cache",
20255 "string_cache_codegen",
20256]
20257
20258[[package]]
20259name = "web_search"
20260version = "0.1.0"
20261dependencies = [
20262 "anyhow",
20263 "cloud_llm_client",
20264 "collections",
20265 "gpui",
20266 "serde",
20267]
20268
20269[[package]]
20270name = "web_search_providers"
20271version = "0.1.0"
20272dependencies = [
20273 "anyhow",
20274 "client",
20275 "cloud_api_client",
20276 "cloud_api_types",
20277 "cloud_llm_client",
20278 "futures 0.3.32",
20279 "gpui",
20280 "http_client",
20281 "language_model",
20282 "serde",
20283 "serde_json",
20284 "web_search",
20285]
20286
20287[[package]]
20288name = "webpki-root-certs"
20289version = "0.26.8"
20290source = "registry+https://github.com/rust-lang/crates.io-index"
20291checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20292dependencies = [
20293 "rustls-pki-types",
20294]
20295
20296[[package]]
20297name = "webpki-roots"
20298version = "0.26.8"
20299source = "registry+https://github.com/rust-lang/crates.io-index"
20300checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20301dependencies = [
20302 "rustls-pki-types",
20303]
20304
20305[[package]]
20306name = "webrtc-sys"
20307version = "0.3.23"
20308source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20309dependencies = [
20310 "cc",
20311 "cxx",
20312 "cxx-build",
20313 "glob",
20314 "log",
20315 "pkg-config",
20316 "webrtc-sys-build",
20317]
20318
20319[[package]]
20320name = "webrtc-sys-build"
20321version = "0.3.13"
20322source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20323dependencies = [
20324 "anyhow",
20325 "fs2",
20326 "regex",
20327 "reqwest 0.12.24",
20328 "scratch",
20329 "semver",
20330 "zip 0.6.6",
20331]
20332
20333[[package]]
20334name = "weezl"
20335version = "0.1.10"
20336source = "registry+https://github.com/rust-lang/crates.io-index"
20337checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20338
20339[[package]]
20340name = "wgpu"
20341version = "29.0.0"
20342source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20343dependencies = [
20344 "arrayvec",
20345 "bitflags 2.10.0",
20346 "bytemuck",
20347 "cfg-if",
20348 "cfg_aliases 0.2.1",
20349 "document-features",
20350 "hashbrown 0.16.1",
20351 "js-sys",
20352 "log",
20353 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20354 "parking_lot",
20355 "portable-atomic",
20356 "profiling",
20357 "raw-window-handle",
20358 "smallvec",
20359 "static_assertions",
20360 "wasm-bindgen",
20361 "wasm-bindgen-futures",
20362 "web-sys",
20363 "wgpu-core",
20364 "wgpu-hal",
20365 "wgpu-types",
20366]
20367
20368[[package]]
20369name = "wgpu-core"
20370version = "29.0.0"
20371source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20372dependencies = [
20373 "arrayvec",
20374 "bit-set 0.9.1",
20375 "bit-vec 0.9.1",
20376 "bitflags 2.10.0",
20377 "bytemuck",
20378 "cfg_aliases 0.2.1",
20379 "document-features",
20380 "hashbrown 0.16.1",
20381 "indexmap",
20382 "log",
20383 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20384 "once_cell",
20385 "parking_lot",
20386 "portable-atomic",
20387 "profiling",
20388 "raw-window-handle",
20389 "rustc-hash 1.1.0",
20390 "smallvec",
20391 "thiserror 2.0.17",
20392 "wgpu-core-deps-apple",
20393 "wgpu-core-deps-emscripten",
20394 "wgpu-core-deps-windows-linux-android",
20395 "wgpu-hal",
20396 "wgpu-naga-bridge",
20397 "wgpu-types",
20398]
20399
20400[[package]]
20401name = "wgpu-core-deps-apple"
20402version = "29.0.0"
20403source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20404dependencies = [
20405 "wgpu-hal",
20406]
20407
20408[[package]]
20409name = "wgpu-core-deps-emscripten"
20410version = "29.0.0"
20411source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20412dependencies = [
20413 "wgpu-hal",
20414]
20415
20416[[package]]
20417name = "wgpu-core-deps-windows-linux-android"
20418version = "29.0.0"
20419source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20420dependencies = [
20421 "wgpu-hal",
20422]
20423
20424[[package]]
20425name = "wgpu-hal"
20426version = "29.0.0"
20427source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20428dependencies = [
20429 "android_system_properties",
20430 "arrayvec",
20431 "ash",
20432 "bit-set 0.9.1",
20433 "bitflags 2.10.0",
20434 "block2",
20435 "bytemuck",
20436 "cfg-if",
20437 "cfg_aliases 0.2.1",
20438 "glow",
20439 "glutin_wgl_sys",
20440 "gpu-allocator",
20441 "gpu-descriptor",
20442 "hashbrown 0.16.1",
20443 "js-sys",
20444 "khronos-egl",
20445 "libc",
20446 "libloading",
20447 "log",
20448 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20449 "ndk-sys",
20450 "objc2",
20451 "objc2-core-foundation",
20452 "objc2-foundation",
20453 "objc2-metal",
20454 "objc2-quartz-core",
20455 "once_cell",
20456 "ordered-float 4.6.0",
20457 "parking_lot",
20458 "portable-atomic",
20459 "portable-atomic-util",
20460 "profiling",
20461 "range-alloc",
20462 "raw-window-handle",
20463 "raw-window-metal",
20464 "renderdoc-sys",
20465 "smallvec",
20466 "thiserror 2.0.17",
20467 "wasm-bindgen",
20468 "wayland-sys",
20469 "web-sys",
20470 "wgpu-naga-bridge",
20471 "wgpu-types",
20472 "windows 0.62.2",
20473 "windows-core 0.62.2",
20474]
20475
20476[[package]]
20477name = "wgpu-naga-bridge"
20478version = "29.0.0"
20479source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20480dependencies = [
20481 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20482 "wgpu-types",
20483]
20484
20485[[package]]
20486name = "wgpu-types"
20487version = "29.0.0"
20488source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20489dependencies = [
20490 "bitflags 2.10.0",
20491 "bytemuck",
20492 "js-sys",
20493 "log",
20494 "raw-window-handle",
20495 "web-sys",
20496]
20497
20498[[package]]
20499name = "which"
20500version = "4.4.2"
20501source = "registry+https://github.com/rust-lang/crates.io-index"
20502checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20503dependencies = [
20504 "either",
20505 "home",
20506 "once_cell",
20507 "rustix 0.38.44",
20508]
20509
20510[[package]]
20511name = "which"
20512version = "6.0.3"
20513source = "registry+https://github.com/rust-lang/crates.io-index"
20514checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20515dependencies = [
20516 "either",
20517 "home",
20518 "rustix 0.38.44",
20519 "winsafe",
20520]
20521
20522[[package]]
20523name = "which_key"
20524version = "0.1.0"
20525dependencies = [
20526 "command_palette",
20527 "gpui",
20528 "serde",
20529 "settings",
20530 "theme_settings",
20531 "ui",
20532 "util",
20533 "workspace",
20534]
20535
20536[[package]]
20537name = "whoami"
20538version = "1.6.1"
20539source = "registry+https://github.com/rust-lang/crates.io-index"
20540checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20541dependencies = [
20542 "libredox",
20543 "wasite",
20544]
20545
20546[[package]]
20547name = "wiggle"
20548version = "36.0.6"
20549source = "registry+https://github.com/rust-lang/crates.io-index"
20550checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20551dependencies = [
20552 "anyhow",
20553 "async-trait",
20554 "bitflags 2.10.0",
20555 "thiserror 2.0.17",
20556 "tracing",
20557 "wasmtime",
20558 "wiggle-macro",
20559]
20560
20561[[package]]
20562name = "wiggle-generate"
20563version = "36.0.6"
20564source = "registry+https://github.com/rust-lang/crates.io-index"
20565checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20566dependencies = [
20567 "anyhow",
20568 "heck 0.5.0",
20569 "proc-macro2",
20570 "quote",
20571 "syn 2.0.117",
20572 "witx",
20573]
20574
20575[[package]]
20576name = "wiggle-macro"
20577version = "36.0.6"
20578source = "registry+https://github.com/rust-lang/crates.io-index"
20579checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20580dependencies = [
20581 "proc-macro2",
20582 "quote",
20583 "syn 2.0.117",
20584 "wiggle-generate",
20585]
20586
20587[[package]]
20588name = "winapi"
20589version = "0.3.9"
20590source = "registry+https://github.com/rust-lang/crates.io-index"
20591checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20592dependencies = [
20593 "winapi-i686-pc-windows-gnu",
20594 "winapi-x86_64-pc-windows-gnu",
20595]
20596
20597[[package]]
20598name = "winapi-i686-pc-windows-gnu"
20599version = "0.4.0"
20600source = "registry+https://github.com/rust-lang/crates.io-index"
20601checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20602
20603[[package]]
20604name = "winapi-util"
20605version = "0.1.11"
20606source = "registry+https://github.com/rust-lang/crates.io-index"
20607checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20608dependencies = [
20609 "windows-sys 0.61.2",
20610]
20611
20612[[package]]
20613name = "winapi-x86_64-pc-windows-gnu"
20614version = "0.4.0"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20617
20618[[package]]
20619name = "winch-codegen"
20620version = "36.0.7"
20621source = "registry+https://github.com/rust-lang/crates.io-index"
20622checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20623dependencies = [
20624 "anyhow",
20625 "cranelift-assembler-x64",
20626 "cranelift-codegen",
20627 "gimli",
20628 "regalloc2",
20629 "smallvec",
20630 "target-lexicon",
20631 "thiserror 2.0.17",
20632 "wasmparser 0.236.1",
20633 "wasmtime-environ",
20634 "wasmtime-internal-cranelift",
20635 "wasmtime-internal-math",
20636]
20637
20638[[package]]
20639name = "windows"
20640version = "0.56.0"
20641source = "registry+https://github.com/rust-lang/crates.io-index"
20642checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20643dependencies = [
20644 "windows-core 0.56.0",
20645 "windows-targets 0.52.6",
20646]
20647
20648[[package]]
20649name = "windows"
20650version = "0.57.0"
20651source = "registry+https://github.com/rust-lang/crates.io-index"
20652checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20653dependencies = [
20654 "windows-core 0.57.0",
20655 "windows-targets 0.52.6",
20656]
20657
20658[[package]]
20659name = "windows"
20660version = "0.58.0"
20661source = "registry+https://github.com/rust-lang/crates.io-index"
20662checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20663dependencies = [
20664 "windows-core 0.58.0",
20665 "windows-targets 0.52.6",
20666]
20667
20668[[package]]
20669name = "windows"
20670version = "0.61.3"
20671source = "registry+https://github.com/rust-lang/crates.io-index"
20672checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20673dependencies = [
20674 "windows-collections 0.2.0",
20675 "windows-core 0.61.2",
20676 "windows-future 0.2.1",
20677 "windows-link 0.1.3",
20678 "windows-numerics 0.2.0",
20679]
20680
20681[[package]]
20682name = "windows"
20683version = "0.62.2"
20684source = "registry+https://github.com/rust-lang/crates.io-index"
20685checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20686dependencies = [
20687 "windows-collections 0.3.2",
20688 "windows-core 0.62.2",
20689 "windows-future 0.3.2",
20690 "windows-numerics 0.3.1",
20691]
20692
20693[[package]]
20694name = "windows-bindgen"
20695version = "0.61.1"
20696source = "registry+https://github.com/rust-lang/crates.io-index"
20697checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20698dependencies = [
20699 "serde",
20700 "serde_json",
20701 "windows-threading 0.1.0",
20702]
20703
20704[[package]]
20705name = "windows-capture"
20706version = "1.4.3"
20707source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20708dependencies = [
20709 "clap",
20710 "ctrlc",
20711 "parking_lot",
20712 "rayon",
20713 "thiserror 2.0.17",
20714 "windows 0.61.3",
20715 "windows-future 0.2.1",
20716]
20717
20718[[package]]
20719name = "windows-collections"
20720version = "0.2.0"
20721source = "registry+https://github.com/rust-lang/crates.io-index"
20722checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20723dependencies = [
20724 "windows-core 0.61.2",
20725]
20726
20727[[package]]
20728name = "windows-collections"
20729version = "0.3.2"
20730source = "registry+https://github.com/rust-lang/crates.io-index"
20731checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20732dependencies = [
20733 "windows-core 0.62.2",
20734]
20735
20736[[package]]
20737name = "windows-core"
20738version = "0.56.0"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20741dependencies = [
20742 "windows-implement 0.56.0",
20743 "windows-interface 0.56.0",
20744 "windows-result 0.1.2",
20745 "windows-targets 0.52.6",
20746]
20747
20748[[package]]
20749name = "windows-core"
20750version = "0.57.0"
20751source = "registry+https://github.com/rust-lang/crates.io-index"
20752checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20753dependencies = [
20754 "windows-implement 0.57.0",
20755 "windows-interface 0.57.0",
20756 "windows-result 0.1.2",
20757 "windows-targets 0.52.6",
20758]
20759
20760[[package]]
20761name = "windows-core"
20762version = "0.58.0"
20763source = "registry+https://github.com/rust-lang/crates.io-index"
20764checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20765dependencies = [
20766 "windows-implement 0.58.0",
20767 "windows-interface 0.58.0",
20768 "windows-result 0.2.0",
20769 "windows-strings 0.1.0",
20770 "windows-targets 0.52.6",
20771]
20772
20773[[package]]
20774name = "windows-core"
20775version = "0.61.2"
20776source = "registry+https://github.com/rust-lang/crates.io-index"
20777checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20778dependencies = [
20779 "windows-implement 0.60.2",
20780 "windows-interface 0.59.3",
20781 "windows-link 0.1.3",
20782 "windows-result 0.3.4",
20783 "windows-strings 0.4.2",
20784]
20785
20786[[package]]
20787name = "windows-core"
20788version = "0.62.2"
20789source = "registry+https://github.com/rust-lang/crates.io-index"
20790checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20791dependencies = [
20792 "windows-implement 0.60.2",
20793 "windows-interface 0.59.3",
20794 "windows-link 0.2.1",
20795 "windows-result 0.4.1",
20796 "windows-strings 0.5.1",
20797]
20798
20799[[package]]
20800name = "windows-future"
20801version = "0.2.1"
20802source = "registry+https://github.com/rust-lang/crates.io-index"
20803checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20804dependencies = [
20805 "windows-core 0.61.2",
20806 "windows-link 0.1.3",
20807 "windows-threading 0.1.0",
20808]
20809
20810[[package]]
20811name = "windows-future"
20812version = "0.3.2"
20813source = "registry+https://github.com/rust-lang/crates.io-index"
20814checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20815dependencies = [
20816 "windows-core 0.62.2",
20817 "windows-link 0.2.1",
20818 "windows-threading 0.2.1",
20819]
20820
20821[[package]]
20822name = "windows-implement"
20823version = "0.56.0"
20824source = "registry+https://github.com/rust-lang/crates.io-index"
20825checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20826dependencies = [
20827 "proc-macro2",
20828 "quote",
20829 "syn 2.0.117",
20830]
20831
20832[[package]]
20833name = "windows-implement"
20834version = "0.57.0"
20835source = "registry+https://github.com/rust-lang/crates.io-index"
20836checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20837dependencies = [
20838 "proc-macro2",
20839 "quote",
20840 "syn 2.0.117",
20841]
20842
20843[[package]]
20844name = "windows-implement"
20845version = "0.58.0"
20846source = "registry+https://github.com/rust-lang/crates.io-index"
20847checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20848dependencies = [
20849 "proc-macro2",
20850 "quote",
20851 "syn 2.0.117",
20852]
20853
20854[[package]]
20855name = "windows-implement"
20856version = "0.60.2"
20857source = "registry+https://github.com/rust-lang/crates.io-index"
20858checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20859dependencies = [
20860 "proc-macro2",
20861 "quote",
20862 "syn 2.0.117",
20863]
20864
20865[[package]]
20866name = "windows-interface"
20867version = "0.56.0"
20868source = "registry+https://github.com/rust-lang/crates.io-index"
20869checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20870dependencies = [
20871 "proc-macro2",
20872 "quote",
20873 "syn 2.0.117",
20874]
20875
20876[[package]]
20877name = "windows-interface"
20878version = "0.57.0"
20879source = "registry+https://github.com/rust-lang/crates.io-index"
20880checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20881dependencies = [
20882 "proc-macro2",
20883 "quote",
20884 "syn 2.0.117",
20885]
20886
20887[[package]]
20888name = "windows-interface"
20889version = "0.58.0"
20890source = "registry+https://github.com/rust-lang/crates.io-index"
20891checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20892dependencies = [
20893 "proc-macro2",
20894 "quote",
20895 "syn 2.0.117",
20896]
20897
20898[[package]]
20899name = "windows-interface"
20900version = "0.59.3"
20901source = "registry+https://github.com/rust-lang/crates.io-index"
20902checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20903dependencies = [
20904 "proc-macro2",
20905 "quote",
20906 "syn 2.0.117",
20907]
20908
20909[[package]]
20910name = "windows-link"
20911version = "0.1.3"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20914
20915[[package]]
20916name = "windows-link"
20917version = "0.2.1"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20920
20921[[package]]
20922name = "windows-numerics"
20923version = "0.2.0"
20924source = "registry+https://github.com/rust-lang/crates.io-index"
20925checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20926dependencies = [
20927 "windows-core 0.61.2",
20928 "windows-link 0.1.3",
20929]
20930
20931[[package]]
20932name = "windows-numerics"
20933version = "0.3.1"
20934source = "registry+https://github.com/rust-lang/crates.io-index"
20935checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20936dependencies = [
20937 "windows-core 0.62.2",
20938 "windows-link 0.2.1",
20939]
20940
20941[[package]]
20942name = "windows-registry"
20943version = "0.4.0"
20944source = "registry+https://github.com/rust-lang/crates.io-index"
20945checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20946dependencies = [
20947 "windows-result 0.3.4",
20948 "windows-strings 0.3.1",
20949 "windows-targets 0.53.5",
20950]
20951
20952[[package]]
20953name = "windows-registry"
20954version = "0.5.3"
20955source = "registry+https://github.com/rust-lang/crates.io-index"
20956checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20957dependencies = [
20958 "windows-link 0.1.3",
20959 "windows-result 0.3.4",
20960 "windows-strings 0.4.2",
20961]
20962
20963[[package]]
20964name = "windows-registry"
20965version = "0.6.1"
20966source = "registry+https://github.com/rust-lang/crates.io-index"
20967checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20968dependencies = [
20969 "windows-link 0.2.1",
20970 "windows-result 0.4.1",
20971 "windows-strings 0.5.1",
20972]
20973
20974[[package]]
20975name = "windows-result"
20976version = "0.1.2"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20979dependencies = [
20980 "windows-targets 0.52.6",
20981]
20982
20983[[package]]
20984name = "windows-result"
20985version = "0.2.0"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20988dependencies = [
20989 "windows-targets 0.52.6",
20990]
20991
20992[[package]]
20993name = "windows-result"
20994version = "0.3.4"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20997dependencies = [
20998 "windows-link 0.1.3",
20999]
21000
21001[[package]]
21002name = "windows-result"
21003version = "0.4.1"
21004source = "registry+https://github.com/rust-lang/crates.io-index"
21005checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
21006dependencies = [
21007 "windows-link 0.2.1",
21008]
21009
21010[[package]]
21011name = "windows-strings"
21012version = "0.1.0"
21013source = "registry+https://github.com/rust-lang/crates.io-index"
21014checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
21015dependencies = [
21016 "windows-result 0.2.0",
21017 "windows-targets 0.52.6",
21018]
21019
21020[[package]]
21021name = "windows-strings"
21022version = "0.3.1"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
21025dependencies = [
21026 "windows-link 0.1.3",
21027]
21028
21029[[package]]
21030name = "windows-strings"
21031version = "0.4.2"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21034dependencies = [
21035 "windows-link 0.1.3",
21036]
21037
21038[[package]]
21039name = "windows-strings"
21040version = "0.5.1"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21043dependencies = [
21044 "windows-link 0.2.1",
21045]
21046
21047[[package]]
21048name = "windows-sys"
21049version = "0.45.0"
21050source = "registry+https://github.com/rust-lang/crates.io-index"
21051checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21052dependencies = [
21053 "windows-targets 0.42.2",
21054]
21055
21056[[package]]
21057name = "windows-sys"
21058version = "0.48.0"
21059source = "registry+https://github.com/rust-lang/crates.io-index"
21060checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21061dependencies = [
21062 "windows-targets 0.48.5",
21063]
21064
21065[[package]]
21066name = "windows-sys"
21067version = "0.52.0"
21068source = "registry+https://github.com/rust-lang/crates.io-index"
21069checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21070dependencies = [
21071 "windows-targets 0.52.6",
21072]
21073
21074[[package]]
21075name = "windows-sys"
21076version = "0.59.0"
21077source = "registry+https://github.com/rust-lang/crates.io-index"
21078checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21079dependencies = [
21080 "windows-targets 0.52.6",
21081]
21082
21083[[package]]
21084name = "windows-sys"
21085version = "0.60.2"
21086source = "registry+https://github.com/rust-lang/crates.io-index"
21087checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21088dependencies = [
21089 "windows-targets 0.53.5",
21090]
21091
21092[[package]]
21093name = "windows-sys"
21094version = "0.61.2"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21097dependencies = [
21098 "windows-link 0.2.1",
21099]
21100
21101[[package]]
21102name = "windows-targets"
21103version = "0.42.2"
21104source = "registry+https://github.com/rust-lang/crates.io-index"
21105checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21106dependencies = [
21107 "windows_aarch64_gnullvm 0.42.2",
21108 "windows_aarch64_msvc 0.42.2",
21109 "windows_i686_gnu 0.42.2",
21110 "windows_i686_msvc 0.42.2",
21111 "windows_x86_64_gnu 0.42.2",
21112 "windows_x86_64_gnullvm 0.42.2",
21113 "windows_x86_64_msvc 0.42.2",
21114]
21115
21116[[package]]
21117name = "windows-targets"
21118version = "0.48.5"
21119source = "registry+https://github.com/rust-lang/crates.io-index"
21120checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21121dependencies = [
21122 "windows_aarch64_gnullvm 0.48.5",
21123 "windows_aarch64_msvc 0.48.5",
21124 "windows_i686_gnu 0.48.5",
21125 "windows_i686_msvc 0.48.5",
21126 "windows_x86_64_gnu 0.48.5",
21127 "windows_x86_64_gnullvm 0.48.5",
21128 "windows_x86_64_msvc 0.48.5",
21129]
21130
21131[[package]]
21132name = "windows-targets"
21133version = "0.52.6"
21134source = "registry+https://github.com/rust-lang/crates.io-index"
21135checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21136dependencies = [
21137 "windows_aarch64_gnullvm 0.52.6",
21138 "windows_aarch64_msvc 0.52.6",
21139 "windows_i686_gnu 0.52.6",
21140 "windows_i686_gnullvm 0.52.6",
21141 "windows_i686_msvc 0.52.6",
21142 "windows_x86_64_gnu 0.52.6",
21143 "windows_x86_64_gnullvm 0.52.6",
21144 "windows_x86_64_msvc 0.52.6",
21145]
21146
21147[[package]]
21148name = "windows-targets"
21149version = "0.53.5"
21150source = "registry+https://github.com/rust-lang/crates.io-index"
21151checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21152dependencies = [
21153 "windows-link 0.2.1",
21154 "windows_aarch64_gnullvm 0.53.1",
21155 "windows_aarch64_msvc 0.53.1",
21156 "windows_i686_gnu 0.53.1",
21157 "windows_i686_gnullvm 0.53.1",
21158 "windows_i686_msvc 0.53.1",
21159 "windows_x86_64_gnu 0.53.1",
21160 "windows_x86_64_gnullvm 0.53.1",
21161 "windows_x86_64_msvc 0.53.1",
21162]
21163
21164[[package]]
21165name = "windows-threading"
21166version = "0.1.0"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21169dependencies = [
21170 "windows-link 0.1.3",
21171]
21172
21173[[package]]
21174name = "windows-threading"
21175version = "0.2.1"
21176source = "registry+https://github.com/rust-lang/crates.io-index"
21177checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21178dependencies = [
21179 "windows-link 0.2.1",
21180]
21181
21182[[package]]
21183name = "windows_aarch64_gnullvm"
21184version = "0.42.2"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21187
21188[[package]]
21189name = "windows_aarch64_gnullvm"
21190version = "0.48.5"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21193
21194[[package]]
21195name = "windows_aarch64_gnullvm"
21196version = "0.52.6"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21199
21200[[package]]
21201name = "windows_aarch64_gnullvm"
21202version = "0.53.1"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21205
21206[[package]]
21207name = "windows_aarch64_msvc"
21208version = "0.42.2"
21209source = "registry+https://github.com/rust-lang/crates.io-index"
21210checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21211
21212[[package]]
21213name = "windows_aarch64_msvc"
21214version = "0.48.5"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21217
21218[[package]]
21219name = "windows_aarch64_msvc"
21220version = "0.52.6"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21223
21224[[package]]
21225name = "windows_aarch64_msvc"
21226version = "0.53.1"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21229
21230[[package]]
21231name = "windows_i686_gnu"
21232version = "0.42.2"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21235
21236[[package]]
21237name = "windows_i686_gnu"
21238version = "0.48.5"
21239source = "registry+https://github.com/rust-lang/crates.io-index"
21240checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21241
21242[[package]]
21243name = "windows_i686_gnu"
21244version = "0.52.6"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21247
21248[[package]]
21249name = "windows_i686_gnu"
21250version = "0.53.1"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21253
21254[[package]]
21255name = "windows_i686_gnullvm"
21256version = "0.52.6"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21259
21260[[package]]
21261name = "windows_i686_gnullvm"
21262version = "0.53.1"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21265
21266[[package]]
21267name = "windows_i686_msvc"
21268version = "0.42.2"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21271
21272[[package]]
21273name = "windows_i686_msvc"
21274version = "0.48.5"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21277
21278[[package]]
21279name = "windows_i686_msvc"
21280version = "0.52.6"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21283
21284[[package]]
21285name = "windows_i686_msvc"
21286version = "0.53.1"
21287source = "registry+https://github.com/rust-lang/crates.io-index"
21288checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21289
21290[[package]]
21291name = "windows_x86_64_gnu"
21292version = "0.42.2"
21293source = "registry+https://github.com/rust-lang/crates.io-index"
21294checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21295
21296[[package]]
21297name = "windows_x86_64_gnu"
21298version = "0.48.5"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21301
21302[[package]]
21303name = "windows_x86_64_gnu"
21304version = "0.52.6"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21307
21308[[package]]
21309name = "windows_x86_64_gnu"
21310version = "0.53.1"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21313
21314[[package]]
21315name = "windows_x86_64_gnullvm"
21316version = "0.42.2"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21319
21320[[package]]
21321name = "windows_x86_64_gnullvm"
21322version = "0.48.5"
21323source = "registry+https://github.com/rust-lang/crates.io-index"
21324checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21325
21326[[package]]
21327name = "windows_x86_64_gnullvm"
21328version = "0.52.6"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21331
21332[[package]]
21333name = "windows_x86_64_gnullvm"
21334version = "0.53.1"
21335source = "registry+https://github.com/rust-lang/crates.io-index"
21336checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21337
21338[[package]]
21339name = "windows_x86_64_msvc"
21340version = "0.42.2"
21341source = "registry+https://github.com/rust-lang/crates.io-index"
21342checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21343
21344[[package]]
21345name = "windows_x86_64_msvc"
21346version = "0.48.5"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21349
21350[[package]]
21351name = "windows_x86_64_msvc"
21352version = "0.52.6"
21353source = "registry+https://github.com/rust-lang/crates.io-index"
21354checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21355
21356[[package]]
21357name = "windows_x86_64_msvc"
21358version = "0.53.1"
21359source = "registry+https://github.com/rust-lang/crates.io-index"
21360checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21361
21362[[package]]
21363name = "winnow"
21364version = "0.7.13"
21365source = "registry+https://github.com/rust-lang/crates.io-index"
21366checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21367dependencies = [
21368 "memchr",
21369]
21370
21371[[package]]
21372name = "winreg"
21373version = "0.10.1"
21374source = "registry+https://github.com/rust-lang/crates.io-index"
21375checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21376dependencies = [
21377 "winapi",
21378]
21379
21380[[package]]
21381name = "winreg"
21382version = "0.50.0"
21383source = "registry+https://github.com/rust-lang/crates.io-index"
21384checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21385dependencies = [
21386 "cfg-if",
21387 "windows-sys 0.48.0",
21388]
21389
21390[[package]]
21391name = "winreg"
21392version = "0.55.0"
21393source = "registry+https://github.com/rust-lang/crates.io-index"
21394checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21395dependencies = [
21396 "cfg-if",
21397 "windows-sys 0.59.0",
21398]
21399
21400[[package]]
21401name = "winresource"
21402version = "0.1.23"
21403source = "registry+https://github.com/rust-lang/crates.io-index"
21404checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21405dependencies = [
21406 "toml 0.8.23",
21407 "version_check",
21408]
21409
21410[[package]]
21411name = "winsafe"
21412version = "0.0.19"
21413source = "registry+https://github.com/rust-lang/crates.io-index"
21414checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21415
21416[[package]]
21417name = "winx"
21418version = "0.36.4"
21419source = "registry+https://github.com/rust-lang/crates.io-index"
21420checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21421dependencies = [
21422 "bitflags 2.10.0",
21423 "windows-sys 0.59.0",
21424]
21425
21426[[package]]
21427name = "wio"
21428version = "0.2.2"
21429source = "registry+https://github.com/rust-lang/crates.io-index"
21430checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21431dependencies = [
21432 "winapi",
21433]
21434
21435[[package]]
21436name = "wit-bindgen"
21437version = "0.22.0"
21438source = "registry+https://github.com/rust-lang/crates.io-index"
21439checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21440dependencies = [
21441 "bitflags 2.10.0",
21442 "wit-bindgen-rt 0.22.0",
21443 "wit-bindgen-rust-macro 0.22.0",
21444]
21445
21446[[package]]
21447name = "wit-bindgen"
21448version = "0.41.0"
21449source = "registry+https://github.com/rust-lang/crates.io-index"
21450checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21451dependencies = [
21452 "wit-bindgen-rt 0.41.0",
21453 "wit-bindgen-rust-macro 0.41.0",
21454]
21455
21456[[package]]
21457name = "wit-bindgen"
21458version = "0.46.0"
21459source = "registry+https://github.com/rust-lang/crates.io-index"
21460checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21461
21462[[package]]
21463name = "wit-bindgen"
21464version = "0.51.0"
21465source = "registry+https://github.com/rust-lang/crates.io-index"
21466checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21467dependencies = [
21468 "wit-bindgen-rust-macro 0.51.0",
21469]
21470
21471[[package]]
21472name = "wit-bindgen-core"
21473version = "0.22.0"
21474source = "registry+https://github.com/rust-lang/crates.io-index"
21475checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21476dependencies = [
21477 "anyhow",
21478 "wit-parser 0.201.0",
21479]
21480
21481[[package]]
21482name = "wit-bindgen-core"
21483version = "0.41.0"
21484source = "registry+https://github.com/rust-lang/crates.io-index"
21485checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21486dependencies = [
21487 "anyhow",
21488 "heck 0.5.0",
21489 "wit-parser 0.227.1",
21490]
21491
21492[[package]]
21493name = "wit-bindgen-core"
21494version = "0.51.0"
21495source = "registry+https://github.com/rust-lang/crates.io-index"
21496checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21497dependencies = [
21498 "anyhow",
21499 "heck 0.5.0",
21500 "wit-parser 0.244.0",
21501]
21502
21503[[package]]
21504name = "wit-bindgen-rt"
21505version = "0.22.0"
21506source = "registry+https://github.com/rust-lang/crates.io-index"
21507checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21508
21509[[package]]
21510name = "wit-bindgen-rt"
21511version = "0.41.0"
21512source = "registry+https://github.com/rust-lang/crates.io-index"
21513checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21514dependencies = [
21515 "bitflags 2.10.0",
21516 "futures 0.3.32",
21517 "once_cell",
21518]
21519
21520[[package]]
21521name = "wit-bindgen-rust"
21522version = "0.22.0"
21523source = "registry+https://github.com/rust-lang/crates.io-index"
21524checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21525dependencies = [
21526 "anyhow",
21527 "heck 0.4.1",
21528 "indexmap",
21529 "wasm-metadata 0.201.0",
21530 "wit-bindgen-core 0.22.0",
21531 "wit-component 0.201.0",
21532]
21533
21534[[package]]
21535name = "wit-bindgen-rust"
21536version = "0.41.0"
21537source = "registry+https://github.com/rust-lang/crates.io-index"
21538checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21539dependencies = [
21540 "anyhow",
21541 "heck 0.5.0",
21542 "indexmap",
21543 "prettyplease",
21544 "syn 2.0.117",
21545 "wasm-metadata 0.227.1",
21546 "wit-bindgen-core 0.41.0",
21547 "wit-component 0.227.1",
21548]
21549
21550[[package]]
21551name = "wit-bindgen-rust"
21552version = "0.51.0"
21553source = "registry+https://github.com/rust-lang/crates.io-index"
21554checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21555dependencies = [
21556 "anyhow",
21557 "heck 0.5.0",
21558 "indexmap",
21559 "prettyplease",
21560 "syn 2.0.117",
21561 "wasm-metadata 0.244.0",
21562 "wit-bindgen-core 0.51.0",
21563 "wit-component 0.244.0",
21564]
21565
21566[[package]]
21567name = "wit-bindgen-rust-macro"
21568version = "0.22.0"
21569source = "registry+https://github.com/rust-lang/crates.io-index"
21570checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21571dependencies = [
21572 "anyhow",
21573 "proc-macro2",
21574 "quote",
21575 "syn 2.0.117",
21576 "wit-bindgen-core 0.22.0",
21577 "wit-bindgen-rust 0.22.0",
21578]
21579
21580[[package]]
21581name = "wit-bindgen-rust-macro"
21582version = "0.41.0"
21583source = "registry+https://github.com/rust-lang/crates.io-index"
21584checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21585dependencies = [
21586 "anyhow",
21587 "prettyplease",
21588 "proc-macro2",
21589 "quote",
21590 "syn 2.0.117",
21591 "wit-bindgen-core 0.41.0",
21592 "wit-bindgen-rust 0.41.0",
21593]
21594
21595[[package]]
21596name = "wit-bindgen-rust-macro"
21597version = "0.51.0"
21598source = "registry+https://github.com/rust-lang/crates.io-index"
21599checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21600dependencies = [
21601 "anyhow",
21602 "prettyplease",
21603 "proc-macro2",
21604 "quote",
21605 "syn 2.0.117",
21606 "wit-bindgen-core 0.51.0",
21607 "wit-bindgen-rust 0.51.0",
21608]
21609
21610[[package]]
21611name = "wit-component"
21612version = "0.201.0"
21613source = "registry+https://github.com/rust-lang/crates.io-index"
21614checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21615dependencies = [
21616 "anyhow",
21617 "bitflags 2.10.0",
21618 "indexmap",
21619 "log",
21620 "serde",
21621 "serde_derive",
21622 "serde_json",
21623 "wasm-encoder 0.201.0",
21624 "wasm-metadata 0.201.0",
21625 "wasmparser 0.201.0",
21626 "wit-parser 0.201.0",
21627]
21628
21629[[package]]
21630name = "wit-component"
21631version = "0.227.1"
21632source = "registry+https://github.com/rust-lang/crates.io-index"
21633checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21634dependencies = [
21635 "anyhow",
21636 "bitflags 2.10.0",
21637 "indexmap",
21638 "log",
21639 "serde",
21640 "serde_derive",
21641 "serde_json",
21642 "wasm-encoder 0.227.1",
21643 "wasm-metadata 0.227.1",
21644 "wasmparser 0.227.1",
21645 "wit-parser 0.227.1",
21646]
21647
21648[[package]]
21649name = "wit-component"
21650version = "0.244.0"
21651source = "registry+https://github.com/rust-lang/crates.io-index"
21652checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21653dependencies = [
21654 "anyhow",
21655 "bitflags 2.10.0",
21656 "indexmap",
21657 "log",
21658 "serde",
21659 "serde_derive",
21660 "serde_json",
21661 "wasm-encoder 0.244.0",
21662 "wasm-metadata 0.244.0",
21663 "wasmparser 0.244.0",
21664 "wit-parser 0.244.0",
21665]
21666
21667[[package]]
21668name = "wit-parser"
21669version = "0.201.0"
21670source = "registry+https://github.com/rust-lang/crates.io-index"
21671checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21672dependencies = [
21673 "anyhow",
21674 "id-arena",
21675 "indexmap",
21676 "log",
21677 "semver",
21678 "serde",
21679 "serde_derive",
21680 "serde_json",
21681 "unicode-xid",
21682 "wasmparser 0.201.0",
21683]
21684
21685[[package]]
21686name = "wit-parser"
21687version = "0.227.1"
21688source = "registry+https://github.com/rust-lang/crates.io-index"
21689checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21690dependencies = [
21691 "anyhow",
21692 "id-arena",
21693 "indexmap",
21694 "log",
21695 "semver",
21696 "serde",
21697 "serde_derive",
21698 "serde_json",
21699 "unicode-xid",
21700 "wasmparser 0.227.1",
21701]
21702
21703[[package]]
21704name = "wit-parser"
21705version = "0.236.1"
21706source = "registry+https://github.com/rust-lang/crates.io-index"
21707checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21708dependencies = [
21709 "anyhow",
21710 "id-arena",
21711 "indexmap",
21712 "log",
21713 "semver",
21714 "serde",
21715 "serde_derive",
21716 "serde_json",
21717 "unicode-xid",
21718 "wasmparser 0.236.1",
21719]
21720
21721[[package]]
21722name = "wit-parser"
21723version = "0.244.0"
21724source = "registry+https://github.com/rust-lang/crates.io-index"
21725checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21726dependencies = [
21727 "anyhow",
21728 "id-arena",
21729 "indexmap",
21730 "log",
21731 "semver",
21732 "serde",
21733 "serde_derive",
21734 "serde_json",
21735 "unicode-xid",
21736 "wasmparser 0.244.0",
21737]
21738
21739[[package]]
21740name = "witx"
21741version = "0.9.1"
21742source = "registry+https://github.com/rust-lang/crates.io-index"
21743checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21744dependencies = [
21745 "anyhow",
21746 "log",
21747 "thiserror 1.0.69",
21748 "wast",
21749]
21750
21751[[package]]
21752name = "workspace"
21753version = "0.1.0"
21754dependencies = [
21755 "agent_settings",
21756 "any_vec",
21757 "anyhow",
21758 "async-recursion",
21759 "chrono",
21760 "client",
21761 "clock",
21762 "collections",
21763 "component",
21764 "db",
21765 "fs",
21766 "futures 0.3.32",
21767 "git",
21768 "gpui",
21769 "http_client",
21770 "itertools 0.14.0",
21771 "language",
21772 "log",
21773 "markdown",
21774 "menu",
21775 "node_runtime",
21776 "parking_lot",
21777 "postage",
21778 "pretty_assertions",
21779 "project",
21780 "remote",
21781 "schemars",
21782 "serde",
21783 "serde_json",
21784 "session",
21785 "settings",
21786 "smallvec",
21787 "sqlez",
21788 "strum 0.27.2",
21789 "task",
21790 "telemetry",
21791 "tempfile",
21792 "theme",
21793 "theme_settings",
21794 "ui",
21795 "util",
21796 "uuid",
21797 "vim_mode_setting",
21798 "windows 0.61.3",
21799 "zed_actions",
21800 "zlog",
21801]
21802
21803[[package]]
21804name = "worktree"
21805version = "0.1.0"
21806dependencies = [
21807 "anyhow",
21808 "async-lock 2.8.0",
21809 "chardetng",
21810 "clock",
21811 "collections",
21812 "encoding_rs",
21813 "fs",
21814 "futures 0.3.32",
21815 "fuzzy",
21816 "git",
21817 "gpui",
21818 "ignore",
21819 "language",
21820 "log",
21821 "parking_lot",
21822 "paths",
21823 "postage",
21824 "pretty_assertions",
21825 "rand 0.9.3",
21826 "rpc",
21827 "serde",
21828 "serde_json",
21829 "settings",
21830 "smallvec",
21831 "smol",
21832 "sum_tree",
21833 "text",
21834 "tracing",
21835 "util",
21836 "worktree",
21837 "zlog",
21838 "ztracing",
21839]
21840
21841[[package]]
21842name = "worktree_benchmarks"
21843version = "0.1.0"
21844dependencies = [
21845 "fs",
21846 "gpui_platform",
21847 "settings",
21848 "worktree",
21849]
21850
21851[[package]]
21852name = "wprcontrol"
21853version = "0.1.0"
21854source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21855dependencies = [
21856 "windows 0.61.3",
21857 "windows-bindgen",
21858 "windows-core 0.61.2",
21859 "windows-link 0.2.1",
21860]
21861
21862[[package]]
21863name = "writeable"
21864version = "0.6.1"
21865source = "registry+https://github.com/rust-lang/crates.io-index"
21866checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21867
21868[[package]]
21869name = "wyz"
21870version = "0.5.1"
21871source = "registry+https://github.com/rust-lang/crates.io-index"
21872checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21873dependencies = [
21874 "tap",
21875]
21876
21877[[package]]
21878name = "x11"
21879version = "2.21.0"
21880source = "registry+https://github.com/rust-lang/crates.io-index"
21881checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21882dependencies = [
21883 "libc",
21884 "pkg-config",
21885]
21886
21887[[package]]
21888name = "x11-clipboard"
21889version = "0.9.3"
21890source = "registry+https://github.com/rust-lang/crates.io-index"
21891checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21892dependencies = [
21893 "libc",
21894 "x11rb",
21895]
21896
21897[[package]]
21898name = "x11rb"
21899version = "0.13.2"
21900source = "registry+https://github.com/rust-lang/crates.io-index"
21901checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21902dependencies = [
21903 "as-raw-xcb-connection",
21904 "gethostname",
21905 "libc",
21906 "rustix 1.1.2",
21907 "x11rb-protocol",
21908 "xcursor",
21909]
21910
21911[[package]]
21912name = "x11rb-protocol"
21913version = "0.13.2"
21914source = "registry+https://github.com/rust-lang/crates.io-index"
21915checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21916
21917[[package]]
21918name = "x_ai"
21919version = "0.1.0"
21920dependencies = [
21921 "anyhow",
21922 "language_model_core",
21923 "schemars",
21924 "serde",
21925 "strum 0.27.2",
21926 "tiktoken-rs",
21927]
21928
21929[[package]]
21930name = "xattr"
21931version = "0.2.3"
21932source = "registry+https://github.com/rust-lang/crates.io-index"
21933checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21934dependencies = [
21935 "libc",
21936]
21937
21938[[package]]
21939name = "xcb"
21940version = "1.6.0"
21941source = "registry+https://github.com/rust-lang/crates.io-index"
21942checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21943dependencies = [
21944 "bitflags 1.3.2",
21945 "libc",
21946 "quick-xml 0.30.0",
21947 "x11",
21948]
21949
21950[[package]]
21951name = "xcursor"
21952version = "0.3.10"
21953source = "registry+https://github.com/rust-lang/crates.io-index"
21954checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21955
21956[[package]]
21957name = "xim-ctext"
21958version = "0.3.0"
21959source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21960dependencies = [
21961 "encoding_rs",
21962]
21963
21964[[package]]
21965name = "xim-parser"
21966version = "0.2.1"
21967source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21968dependencies = [
21969 "bitflags 2.10.0",
21970]
21971
21972[[package]]
21973name = "xkbcommon"
21974version = "0.8.0"
21975source = "registry+https://github.com/rust-lang/crates.io-index"
21976checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21977dependencies = [
21978 "as-raw-xcb-connection",
21979 "libc",
21980 "memmap2",
21981 "xkeysym",
21982]
21983
21984[[package]]
21985name = "xkeysym"
21986version = "0.2.1"
21987source = "registry+https://github.com/rust-lang/crates.io-index"
21988checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21989
21990[[package]]
21991name = "xml-rs"
21992version = "0.8.28"
21993source = "registry+https://github.com/rust-lang/crates.io-index"
21994checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21995
21996[[package]]
21997name = "xml5ever"
21998version = "0.18.1"
21999source = "registry+https://github.com/rust-lang/crates.io-index"
22000checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
22001dependencies = [
22002 "log",
22003 "mac",
22004 "markup5ever 0.12.1",
22005]
22006
22007[[package]]
22008name = "xmlparser"
22009version = "0.13.6"
22010source = "registry+https://github.com/rust-lang/crates.io-index"
22011checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
22012
22013[[package]]
22014name = "xmlwriter"
22015version = "0.1.0"
22016source = "registry+https://github.com/rust-lang/crates.io-index"
22017checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
22018
22019[[package]]
22020name = "xtask"
22021version = "0.1.0"
22022dependencies = [
22023 "annotate-snippets",
22024 "anyhow",
22025 "backtrace",
22026 "cargo_metadata 0.19.2",
22027 "cargo_toml",
22028 "clap",
22029 "compliance",
22030 "gh-workflow",
22031 "indexmap",
22032 "indoc",
22033 "itertools 0.14.0",
22034 "regex",
22035 "serde",
22036 "serde_json",
22037 "serde_yaml",
22038 "strum 0.27.2",
22039 "tokio",
22040 "toml 0.8.23",
22041 "toml_edit 0.22.27",
22042]
22043
22044[[package]]
22045name = "y4m"
22046version = "0.8.0"
22047source = "registry+https://github.com/rust-lang/crates.io-index"
22048checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22049
22050[[package]]
22051name = "yaml-rust2"
22052version = "0.8.1"
22053source = "registry+https://github.com/rust-lang/crates.io-index"
22054checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22055dependencies = [
22056 "arraydeque",
22057 "encoding_rs",
22058 "hashlink 0.8.4",
22059]
22060
22061[[package]]
22062name = "yansi"
22063version = "1.0.1"
22064source = "registry+https://github.com/rust-lang/crates.io-index"
22065checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22066
22067[[package]]
22068name = "yawc"
22069version = "0.2.5"
22070source = "registry+https://github.com/rust-lang/crates.io-index"
22071checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22072dependencies = [
22073 "base64 0.22.1",
22074 "bytes 1.11.1",
22075 "flate2",
22076 "futures 0.3.32",
22077 "http-body-util",
22078 "hyper 1.7.0",
22079 "hyper-util",
22080 "js-sys",
22081 "nom 8.0.0",
22082 "pin-project",
22083 "rand 0.8.5",
22084 "sha1",
22085 "thiserror 1.0.69",
22086 "tokio",
22087 "tokio-rustls 0.26.2",
22088 "tokio-util",
22089 "url",
22090 "wasm-bindgen",
22091 "wasm-bindgen-futures",
22092 "web-sys",
22093 "webpki-roots",
22094]
22095
22096[[package]]
22097name = "yazi"
22098version = "0.2.1"
22099source = "registry+https://github.com/rust-lang/crates.io-index"
22100checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22101
22102[[package]]
22103name = "yeslogic-fontconfig-sys"
22104version = "6.0.0"
22105source = "registry+https://github.com/rust-lang/crates.io-index"
22106checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22107dependencies = [
22108 "dlib",
22109 "once_cell",
22110 "pkg-config",
22111]
22112
22113[[package]]
22114name = "yoke"
22115version = "0.7.5"
22116source = "registry+https://github.com/rust-lang/crates.io-index"
22117checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22118dependencies = [
22119 "serde",
22120 "stable_deref_trait",
22121 "yoke-derive 0.7.5",
22122 "zerofrom",
22123]
22124
22125[[package]]
22126name = "yoke"
22127version = "0.8.0"
22128source = "registry+https://github.com/rust-lang/crates.io-index"
22129checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22130dependencies = [
22131 "serde",
22132 "stable_deref_trait",
22133 "yoke-derive 0.8.0",
22134 "zerofrom",
22135]
22136
22137[[package]]
22138name = "yoke-derive"
22139version = "0.7.5"
22140source = "registry+https://github.com/rust-lang/crates.io-index"
22141checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22142dependencies = [
22143 "proc-macro2",
22144 "quote",
22145 "syn 2.0.117",
22146 "synstructure",
22147]
22148
22149[[package]]
22150name = "yoke-derive"
22151version = "0.8.0"
22152source = "registry+https://github.com/rust-lang/crates.io-index"
22153checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22154dependencies = [
22155 "proc-macro2",
22156 "quote",
22157 "syn 2.0.117",
22158 "synstructure",
22159]
22160
22161[[package]]
22162name = "zbus"
22163version = "5.13.2"
22164source = "registry+https://github.com/rust-lang/crates.io-index"
22165checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22166dependencies = [
22167 "async-broadcast",
22168 "async-executor",
22169 "async-io",
22170 "async-lock 3.4.2",
22171 "async-process",
22172 "async-recursion",
22173 "async-task",
22174 "async-trait",
22175 "blocking",
22176 "enumflags2",
22177 "event-listener 5.4.1",
22178 "futures-core",
22179 "futures-lite 2.6.1",
22180 "hex",
22181 "libc",
22182 "ordered-stream",
22183 "rustix 1.1.2",
22184 "serde",
22185 "serde_repr",
22186 "tracing",
22187 "uds_windows",
22188 "uuid",
22189 "windows-sys 0.61.2",
22190 "winnow",
22191 "zbus_macros",
22192 "zbus_names",
22193 "zvariant",
22194]
22195
22196[[package]]
22197name = "zbus_macros"
22198version = "5.13.2"
22199source = "registry+https://github.com/rust-lang/crates.io-index"
22200checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22201dependencies = [
22202 "proc-macro-crate",
22203 "proc-macro2",
22204 "quote",
22205 "syn 2.0.117",
22206 "zbus_names",
22207 "zvariant",
22208 "zvariant_utils",
22209]
22210
22211[[package]]
22212name = "zbus_names"
22213version = "4.3.1"
22214source = "registry+https://github.com/rust-lang/crates.io-index"
22215checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22216dependencies = [
22217 "serde",
22218 "winnow",
22219 "zvariant",
22220]
22221
22222[[package]]
22223name = "zed"
22224version = "0.234.0"
22225dependencies = [
22226 "acp_thread",
22227 "acp_tools",
22228 "action_log",
22229 "activity_indicator",
22230 "agent",
22231 "agent-client-protocol",
22232 "agent_servers",
22233 "agent_settings",
22234 "agent_ui",
22235 "anyhow",
22236 "ashpd",
22237 "askpass",
22238 "assets",
22239 "audio",
22240 "auto_update",
22241 "auto_update_ui",
22242 "breadcrumbs",
22243 "call",
22244 "channel",
22245 "chrono",
22246 "clap",
22247 "cli",
22248 "client",
22249 "clock",
22250 "codestral",
22251 "collab_ui",
22252 "collections",
22253 "command_palette",
22254 "component",
22255 "component_preview",
22256 "copilot",
22257 "copilot_chat",
22258 "copilot_ui",
22259 "crashes",
22260 "csv_preview",
22261 "dap_adapters",
22262 "db",
22263 "debug_adapter_extension",
22264 "debugger_tools",
22265 "debugger_ui",
22266 "dev_container",
22267 "diagnostics",
22268 "edit_prediction",
22269 "edit_prediction_ui",
22270 "editor",
22271 "encoding_selector",
22272 "env_logger 0.11.8",
22273 "etw_tracing",
22274 "extension",
22275 "extension_host",
22276 "extensions_ui",
22277 "feature_flags",
22278 "feedback",
22279 "file_finder",
22280 "fs",
22281 "futures 0.3.32",
22282 "git",
22283 "git_graph",
22284 "git_hosting_providers",
22285 "git_ui",
22286 "go_to_line",
22287 "gpui",
22288 "gpui_platform",
22289 "gpui_tokio",
22290 "http_client",
22291 "image",
22292 "image_viewer",
22293 "input_latency_ui",
22294 "inspector_ui",
22295 "install_cli",
22296 "itertools 0.14.0",
22297 "journal",
22298 "json_schema_store",
22299 "keymap_editor",
22300 "language",
22301 "language_extension",
22302 "language_model",
22303 "language_models",
22304 "language_onboarding",
22305 "language_selector",
22306 "language_tools",
22307 "languages",
22308 "line_ending_selector",
22309 "log",
22310 "markdown",
22311 "markdown_preview",
22312 "menu",
22313 "migrator",
22314 "mimalloc",
22315 "miniprofiler_ui",
22316 "nc",
22317 "node_runtime",
22318 "notifications",
22319 "onboarding",
22320 "outline",
22321 "outline_panel",
22322 "parking_lot",
22323 "paths",
22324 "picker",
22325 "pkg-config",
22326 "pretty_assertions",
22327 "profiling",
22328 "project",
22329 "project_panel",
22330 "project_symbols",
22331 "prompt_store",
22332 "proto",
22333 "rayon",
22334 "recent_projects",
22335 "release_channel",
22336 "remote",
22337 "repl",
22338 "reqwest_client",
22339 "rope",
22340 "search",
22341 "semver",
22342 "serde",
22343 "serde_json",
22344 "session",
22345 "settings",
22346 "settings_profile_selector",
22347 "settings_ui",
22348 "shellexpand",
22349 "sidebar",
22350 "smol",
22351 "snippet_provider",
22352 "snippets_ui",
22353 "svg_preview",
22354 "sysinfo 0.37.2",
22355 "system_specs",
22356 "tab_switcher",
22357 "task",
22358 "tasks_ui",
22359 "telemetry",
22360 "telemetry_events",
22361 "tempfile",
22362 "terminal_view",
22363 "theme",
22364 "theme_extension",
22365 "theme_selector",
22366 "theme_settings",
22367 "time",
22368 "time_format",
22369 "title_bar",
22370 "toolchain_selector",
22371 "tracing",
22372 "ui",
22373 "ui_prompt",
22374 "url",
22375 "urlencoding",
22376 "util",
22377 "uuid",
22378 "vim",
22379 "vim_mode_setting",
22380 "watch",
22381 "web_search",
22382 "web_search_providers",
22383 "which_key",
22384 "windows 0.61.3",
22385 "winresource",
22386 "workspace",
22387 "zed-reqwest",
22388 "zed_actions",
22389 "zed_env_vars",
22390 "zlog",
22391 "zlog_settings",
22392 "ztracing",
22393]
22394
22395[[package]]
22396name = "zed-font-kit"
22397version = "0.14.1-zed"
22398source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22399dependencies = [
22400 "bitflags 2.10.0",
22401 "byteorder",
22402 "core-foundation 0.10.0",
22403 "core-graphics 0.24.0",
22404 "core-text",
22405 "dirs",
22406 "dwrote",
22407 "float-ord",
22408 "freetype-sys",
22409 "lazy_static",
22410 "libc",
22411 "log",
22412 "pathfinder_geometry",
22413 "pathfinder_simd",
22414 "walkdir",
22415 "winapi",
22416 "yeslogic-fontconfig-sys",
22417]
22418
22419[[package]]
22420name = "zed-reqwest"
22421version = "0.12.15-zed"
22422source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22423dependencies = [
22424 "base64 0.22.1",
22425 "bytes 1.11.1",
22426 "encoding_rs",
22427 "futures-core",
22428 "futures-util",
22429 "h2 0.4.12",
22430 "http 1.3.1",
22431 "http-body 1.0.1",
22432 "http-body-util",
22433 "hyper 1.7.0",
22434 "hyper-rustls 0.27.7",
22435 "hyper-util",
22436 "ipnet",
22437 "js-sys",
22438 "log",
22439 "mime",
22440 "mime_guess",
22441 "once_cell",
22442 "percent-encoding",
22443 "pin-project-lite",
22444 "quinn",
22445 "rustls 0.23.33",
22446 "rustls-native-certs 0.8.2",
22447 "rustls-pemfile 2.2.0",
22448 "rustls-pki-types",
22449 "serde",
22450 "serde_json",
22451 "serde_urlencoded",
22452 "sync_wrapper 1.0.2",
22453 "system-configuration 0.6.1",
22454 "tokio",
22455 "tokio-rustls 0.26.2",
22456 "tokio-socks",
22457 "tokio-util",
22458 "tower 0.5.2",
22459 "tower-service",
22460 "url",
22461 "wasm-bindgen",
22462 "wasm-bindgen-futures",
22463 "wasm-streams",
22464 "web-sys",
22465 "windows-registry 0.4.0",
22466]
22467
22468[[package]]
22469name = "zed-scap"
22470version = "0.0.8-zed"
22471source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22472dependencies = [
22473 "anyhow",
22474 "cocoa 0.25.0",
22475 "core-graphics-helmer-fork",
22476 "log",
22477 "objc",
22478 "rand 0.8.5",
22479 "screencapturekit",
22480 "screencapturekit-sys",
22481 "sysinfo 0.31.4",
22482 "tao-core-video-sys",
22483 "windows 0.61.3",
22484 "windows-capture",
22485 "x11",
22486 "xcb",
22487]
22488
22489[[package]]
22490name = "zed-xim"
22491version = "0.4.0-zed"
22492source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22493dependencies = [
22494 "ahash 0.8.12",
22495 "hashbrown 0.14.5",
22496 "log",
22497 "x11rb",
22498 "xim-ctext",
22499 "xim-parser",
22500]
22501
22502[[package]]
22503name = "zed_actions"
22504version = "0.1.0"
22505dependencies = [
22506 "gpui",
22507 "schemars",
22508 "serde",
22509 "util",
22510 "uuid",
22511]
22512
22513[[package]]
22514name = "zed_credentials_provider"
22515version = "0.1.0"
22516dependencies = [
22517 "anyhow",
22518 "credentials_provider",
22519 "futures 0.3.32",
22520 "gpui",
22521 "paths",
22522 "release_channel",
22523 "serde",
22524 "serde_json",
22525]
22526
22527[[package]]
22528name = "zed_env_vars"
22529version = "0.1.0"
22530dependencies = [
22531 "env_var",
22532]
22533
22534[[package]]
22535name = "zed_extension_api"
22536version = "0.1.0"
22537source = "registry+https://github.com/rust-lang/crates.io-index"
22538checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22539dependencies = [
22540 "serde",
22541 "serde_json",
22542 "wit-bindgen 0.22.0",
22543]
22544
22545[[package]]
22546name = "zed_extension_api"
22547version = "0.7.0"
22548source = "registry+https://github.com/rust-lang/crates.io-index"
22549checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22550dependencies = [
22551 "serde",
22552 "serde_json",
22553 "wit-bindgen 0.41.0",
22554]
22555
22556[[package]]
22557name = "zed_extension_api"
22558version = "0.8.0"
22559dependencies = [
22560 "serde",
22561 "serde_json",
22562 "wit-bindgen 0.41.0",
22563]
22564
22565[[package]]
22566name = "zed_glsl"
22567version = "0.2.3"
22568dependencies = [
22569 "zed_extension_api 0.1.0",
22570]
22571
22572[[package]]
22573name = "zed_html"
22574version = "0.3.1"
22575dependencies = [
22576 "zed_extension_api 0.7.0",
22577]
22578
22579[[package]]
22580name = "zed_proto"
22581version = "0.3.2"
22582dependencies = [
22583 "zed_extension_api 0.7.0",
22584]
22585
22586[[package]]
22587name = "zed_test_extension"
22588version = "0.1.0"
22589dependencies = [
22590 "zed_extension_api 0.8.0",
22591]
22592
22593[[package]]
22594name = "zeno"
22595version = "0.3.3"
22596source = "registry+https://github.com/rust-lang/crates.io-index"
22597checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22598
22599[[package]]
22600name = "zerocopy"
22601version = "0.8.27"
22602source = "registry+https://github.com/rust-lang/crates.io-index"
22603checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22604dependencies = [
22605 "zerocopy-derive",
22606]
22607
22608[[package]]
22609name = "zerocopy-derive"
22610version = "0.8.27"
22611source = "registry+https://github.com/rust-lang/crates.io-index"
22612checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22613dependencies = [
22614 "proc-macro2",
22615 "quote",
22616 "syn 2.0.117",
22617]
22618
22619[[package]]
22620name = "zerofrom"
22621version = "0.1.6"
22622source = "registry+https://github.com/rust-lang/crates.io-index"
22623checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22624dependencies = [
22625 "zerofrom-derive",
22626]
22627
22628[[package]]
22629name = "zerofrom-derive"
22630version = "0.1.6"
22631source = "registry+https://github.com/rust-lang/crates.io-index"
22632checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22633dependencies = [
22634 "proc-macro2",
22635 "quote",
22636 "syn 2.0.117",
22637 "synstructure",
22638]
22639
22640[[package]]
22641name = "zeroize"
22642version = "1.8.2"
22643source = "registry+https://github.com/rust-lang/crates.io-index"
22644checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22645dependencies = [
22646 "zeroize_derive",
22647]
22648
22649[[package]]
22650name = "zeroize_derive"
22651version = "1.4.2"
22652source = "registry+https://github.com/rust-lang/crates.io-index"
22653checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22654dependencies = [
22655 "proc-macro2",
22656 "quote",
22657 "syn 2.0.117",
22658]
22659
22660[[package]]
22661name = "zeromq"
22662version = "0.5.0"
22663source = "registry+https://github.com/rust-lang/crates.io-index"
22664checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22665dependencies = [
22666 "async-dispatcher",
22667 "async-std",
22668 "async-trait",
22669 "asynchronous-codec",
22670 "bytes 1.11.1",
22671 "crossbeam-queue",
22672 "futures 0.3.32",
22673 "log",
22674 "num-traits",
22675 "once_cell",
22676 "parking_lot",
22677 "rand 0.9.3",
22678 "regex",
22679 "scc",
22680 "thiserror 1.0.69",
22681 "uuid",
22682]
22683
22684[[package]]
22685name = "zerotrie"
22686version = "0.2.2"
22687source = "registry+https://github.com/rust-lang/crates.io-index"
22688checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22689dependencies = [
22690 "displaydoc",
22691 "yoke 0.8.0",
22692 "zerofrom",
22693]
22694
22695[[package]]
22696name = "zerovec"
22697version = "0.11.4"
22698source = "registry+https://github.com/rust-lang/crates.io-index"
22699checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22700dependencies = [
22701 "yoke 0.8.0",
22702 "zerofrom",
22703 "zerovec-derive",
22704]
22705
22706[[package]]
22707name = "zerovec-derive"
22708version = "0.11.1"
22709source = "registry+https://github.com/rust-lang/crates.io-index"
22710checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22711dependencies = [
22712 "proc-macro2",
22713 "quote",
22714 "syn 2.0.117",
22715]
22716
22717[[package]]
22718name = "zeta_prompt"
22719version = "0.1.0"
22720dependencies = [
22721 "anyhow",
22722 "imara-diff",
22723 "indoc",
22724 "serde",
22725 "strum 0.27.2",
22726]
22727
22728[[package]]
22729name = "zip"
22730version = "0.6.6"
22731source = "registry+https://github.com/rust-lang/crates.io-index"
22732checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22733dependencies = [
22734 "aes",
22735 "byteorder",
22736 "bzip2 0.4.4",
22737 "constant_time_eq",
22738 "crc32fast",
22739 "crossbeam-utils",
22740 "flate2",
22741 "hmac",
22742 "pbkdf2 0.11.0",
22743 "sha1",
22744 "time",
22745 "zstd",
22746]
22747
22748[[package]]
22749name = "zip"
22750version = "1.1.4"
22751source = "registry+https://github.com/rust-lang/crates.io-index"
22752checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22753dependencies = [
22754 "arbitrary",
22755 "crc32fast",
22756 "crossbeam-utils",
22757 "displaydoc",
22758 "indexmap",
22759 "num_enum",
22760 "thiserror 1.0.69",
22761]
22762
22763[[package]]
22764name = "zlog"
22765version = "0.1.0"
22766dependencies = [
22767 "anyhow",
22768 "chrono",
22769 "collections",
22770 "log",
22771 "tempfile",
22772]
22773
22774[[package]]
22775name = "zlog_settings"
22776version = "0.1.0"
22777dependencies = [
22778 "collections",
22779 "gpui",
22780 "settings",
22781 "zlog",
22782]
22783
22784[[package]]
22785name = "zstd"
22786version = "0.11.2+zstd.1.5.2"
22787source = "registry+https://github.com/rust-lang/crates.io-index"
22788checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22789dependencies = [
22790 "zstd-safe",
22791]
22792
22793[[package]]
22794name = "zstd-safe"
22795version = "5.0.2+zstd.1.5.2"
22796source = "registry+https://github.com/rust-lang/crates.io-index"
22797checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22798dependencies = [
22799 "libc",
22800 "zstd-sys",
22801]
22802
22803[[package]]
22804name = "zstd-sys"
22805version = "2.0.16+zstd.1.5.7"
22806source = "registry+https://github.com/rust-lang/crates.io-index"
22807checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22808dependencies = [
22809 "cc",
22810 "pkg-config",
22811]
22812
22813[[package]]
22814name = "ztracing"
22815version = "0.1.0"
22816dependencies = [
22817 "tracing",
22818 "tracing-subscriber",
22819 "tracing-tracy",
22820 "tracy-client",
22821 "zlog",
22822 "ztracing_macro",
22823]
22824
22825[[package]]
22826name = "ztracing_macro"
22827version = "0.1.0"
22828
22829[[package]]
22830name = "zune-core"
22831version = "0.4.12"
22832source = "registry+https://github.com/rust-lang/crates.io-index"
22833checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22834
22835[[package]]
22836name = "zune-core"
22837version = "0.5.1"
22838source = "registry+https://github.com/rust-lang/crates.io-index"
22839checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22840
22841[[package]]
22842name = "zune-inflate"
22843version = "0.2.54"
22844source = "registry+https://github.com/rust-lang/crates.io-index"
22845checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22846dependencies = [
22847 "simd-adler32",
22848]
22849
22850[[package]]
22851name = "zune-jpeg"
22852version = "0.4.21"
22853source = "registry+https://github.com/rust-lang/crates.io-index"
22854checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22855dependencies = [
22856 "zune-core 0.4.12",
22857]
22858
22859[[package]]
22860name = "zune-jpeg"
22861version = "0.5.15"
22862source = "registry+https://github.com/rust-lang/crates.io-index"
22863checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22864dependencies = [
22865 "zune-core 0.5.1",
22866]
22867
22868[[package]]
22869name = "zvariant"
22870version = "5.9.2"
22871source = "registry+https://github.com/rust-lang/crates.io-index"
22872checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22873dependencies = [
22874 "endi",
22875 "enumflags2",
22876 "serde",
22877 "serde_bytes",
22878 "winnow",
22879 "zvariant_derive",
22880 "zvariant_utils",
22881]
22882
22883[[package]]
22884name = "zvariant_derive"
22885version = "5.9.2"
22886source = "registry+https://github.com/rust-lang/crates.io-index"
22887checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22888dependencies = [
22889 "proc-macro-crate",
22890 "proc-macro2",
22891 "quote",
22892 "syn 2.0.117",
22893 "zvariant_utils",
22894]
22895
22896[[package]]
22897name = "zvariant_utils"
22898version = "3.3.0"
22899source = "registry+https://github.com/rust-lang/crates.io-index"
22900checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22901dependencies = [
22902 "proc-macro2",
22903 "quote",
22904 "serde",
22905 "syn 2.0.117",
22906 "winnow",
22907]