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 "gpui",
  357 "gpui_tokio",
  358 "heapless",
  359 "html_to_markdown",
  360 "http_client",
  361 "image",
  362 "indoc",
  363 "itertools 0.14.0",
  364 "jsonschema",
  365 "language",
  366 "language_model",
  367 "language_models",
  368 "languages",
  369 "log",
  370 "lsp",
  371 "markdown",
  372 "menu",
  373 "multi_buffer",
  374 "node_runtime",
  375 "notifications",
  376 "ordered-float 2.10.1",
  377 "parking_lot",
  378 "paths",
  379 "picker",
  380 "postage",
  381 "pretty_assertions",
  382 "project",
  383 "prompt_store",
  384 "proto",
  385 "rand 0.9.3",
  386 "release_channel",
  387 "remote",
  388 "remote_connection",
  389 "remote_server",
  390 "reqwest_client",
  391 "rope",
  392 "rules_library",
  393 "schemars",
  394 "search",
  395 "semver",
  396 "serde",
  397 "serde_json",
  398 "serde_json_lenient",
  399 "settings",
  400 "smol",
  401 "streaming_diff",
  402 "task",
  403 "telemetry",
  404 "tempfile",
  405 "terminal",
  406 "terminal_view",
  407 "text",
  408 "theme",
  409 "theme_settings",
  410 "time",
  411 "time_format",
  412 "tree-sitter-md",
  413 "ui",
  414 "ui_input",
  415 "unindent",
  416 "url",
  417 "util",
  418 "uuid",
  419 "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",
 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 "terminal",
 3561 "tiny_http",
 3562 "url",
 3563 "util",
 3564]
 3565
 3566[[package]]
 3567name = "convert_case"
 3568version = "0.8.0"
 3569source = "registry+https://github.com/rust-lang/crates.io-index"
 3570checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3571dependencies = [
 3572 "unicode-segmentation",
 3573]
 3574
 3575[[package]]
 3576name = "convert_case"
 3577version = "0.10.0"
 3578source = "registry+https://github.com/rust-lang/crates.io-index"
 3579checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3580dependencies = [
 3581 "unicode-segmentation",
 3582]
 3583
 3584[[package]]
 3585name = "convert_case"
 3586version = "0.11.0"
 3587source = "registry+https://github.com/rust-lang/crates.io-index"
 3588checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3589dependencies = [
 3590 "unicode-segmentation",
 3591]
 3592
 3593[[package]]
 3594name = "copilot"
 3595version = "0.1.0"
 3596dependencies = [
 3597 "anyhow",
 3598 "async-std",
 3599 "collections",
 3600 "command_palette_hooks",
 3601 "copilot_chat",
 3602 "edit_prediction_types",
 3603 "editor",
 3604 "fs",
 3605 "futures 0.3.32",
 3606 "gpui",
 3607 "icons",
 3608 "indoc",
 3609 "language",
 3610 "log",
 3611 "lsp",
 3612 "node_runtime",
 3613 "parking_lot",
 3614 "paths",
 3615 "pretty_assertions",
 3616 "project",
 3617 "rpc",
 3618 "semver",
 3619 "serde",
 3620 "serde_json",
 3621 "settings",
 3622 "sum_tree",
 3623 "theme",
 3624 "theme_settings",
 3625 "util",
 3626 "workspace",
 3627 "zlog",
 3628]
 3629
 3630[[package]]
 3631name = "copilot_chat"
 3632version = "0.1.0"
 3633dependencies = [
 3634 "anthropic",
 3635 "anyhow",
 3636 "collections",
 3637 "dirs",
 3638 "fs",
 3639 "futures 0.3.32",
 3640 "gpui",
 3641 "http_client",
 3642 "log",
 3643 "paths",
 3644 "serde",
 3645 "serde_json",
 3646 "settings",
 3647]
 3648
 3649[[package]]
 3650name = "copilot_ui"
 3651version = "0.1.0"
 3652dependencies = [
 3653 "anyhow",
 3654 "copilot",
 3655 "gpui",
 3656 "language",
 3657 "log",
 3658 "lsp",
 3659 "menu",
 3660 "project",
 3661 "serde_json",
 3662 "settings",
 3663 "ui",
 3664 "util",
 3665 "workspace",
 3666]
 3667
 3668[[package]]
 3669name = "core-foundation"
 3670version = "0.9.4"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3673dependencies = [
 3674 "core-foundation-sys",
 3675 "libc",
 3676]
 3677
 3678[[package]]
 3679name = "core-foundation"
 3680version = "0.10.0"
 3681source = "registry+https://github.com/rust-lang/crates.io-index"
 3682checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3683dependencies = [
 3684 "core-foundation-sys",
 3685 "libc",
 3686]
 3687
 3688[[package]]
 3689name = "core-foundation-sys"
 3690version = "0.8.7"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3693
 3694[[package]]
 3695name = "core-graphics"
 3696version = "0.23.2"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3699dependencies = [
 3700 "bitflags 1.3.2",
 3701 "core-foundation 0.9.4",
 3702 "core-graphics-types 0.1.3",
 3703 "foreign-types 0.5.0",
 3704 "libc",
 3705]
 3706
 3707[[package]]
 3708name = "core-graphics"
 3709version = "0.24.0"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3712dependencies = [
 3713 "bitflags 2.10.0",
 3714 "core-foundation 0.10.0",
 3715 "core-graphics-types 0.2.0",
 3716 "foreign-types 0.5.0",
 3717 "libc",
 3718]
 3719
 3720[[package]]
 3721name = "core-graphics-helmer-fork"
 3722version = "0.24.0"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3725dependencies = [
 3726 "bitflags 2.10.0",
 3727 "core-foundation 0.9.4",
 3728 "core-graphics-types 0.1.3",
 3729 "foreign-types 0.5.0",
 3730 "libc",
 3731]
 3732
 3733[[package]]
 3734name = "core-graphics-types"
 3735version = "0.1.3"
 3736source = "registry+https://github.com/rust-lang/crates.io-index"
 3737checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3738dependencies = [
 3739 "bitflags 1.3.2",
 3740 "core-foundation 0.9.4",
 3741 "libc",
 3742]
 3743
 3744[[package]]
 3745name = "core-graphics-types"
 3746version = "0.2.0"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3749dependencies = [
 3750 "bitflags 2.10.0",
 3751 "core-foundation 0.10.0",
 3752 "libc",
 3753]
 3754
 3755[[package]]
 3756name = "core-graphics2"
 3757version = "0.5.2"
 3758source = "registry+https://github.com/rust-lang/crates.io-index"
 3759checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3760dependencies = [
 3761 "bitflags 2.10.0",
 3762 "block",
 3763 "cfg-if",
 3764 "core-foundation 0.10.0",
 3765 "libc",
 3766]
 3767
 3768[[package]]
 3769name = "core-services"
 3770version = "0.2.1"
 3771source = "registry+https://github.com/rust-lang/crates.io-index"
 3772checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3773dependencies = [
 3774 "core-foundation 0.9.4",
 3775]
 3776
 3777[[package]]
 3778name = "core-text"
 3779version = "21.0.0"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3782dependencies = [
 3783 "core-foundation 0.10.0",
 3784 "core-graphics 0.24.0",
 3785 "foreign-types 0.5.0",
 3786 "libc",
 3787]
 3788
 3789[[package]]
 3790name = "core-video"
 3791version = "0.5.2"
 3792source = "registry+https://github.com/rust-lang/crates.io-index"
 3793checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3794dependencies = [
 3795 "block",
 3796 "core-foundation 0.10.0",
 3797 "core-graphics2",
 3798 "io-surface",
 3799 "libc",
 3800 "metal",
 3801]
 3802
 3803[[package]]
 3804name = "core2"
 3805version = "0.4.0"
 3806source = "registry+https://github.com/rust-lang/crates.io-index"
 3807checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
 3808dependencies = [
 3809 "memchr",
 3810]
 3811
 3812[[package]]
 3813name = "core_maths"
 3814version = "0.1.1"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3817dependencies = [
 3818 "libm",
 3819]
 3820
 3821[[package]]
 3822name = "coreaudio-rs"
 3823version = "0.12.1"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3826dependencies = [
 3827 "bitflags 1.3.2",
 3828 "core-foundation-sys",
 3829 "coreaudio-sys",
 3830]
 3831
 3832[[package]]
 3833name = "coreaudio-rs"
 3834version = "0.13.0"
 3835source = "registry+https://github.com/rust-lang/crates.io-index"
 3836checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3837dependencies = [
 3838 "bitflags 1.3.2",
 3839 "libc",
 3840 "objc2-audio-toolbox",
 3841 "objc2-core-audio",
 3842 "objc2-core-audio-types",
 3843 "objc2-core-foundation",
 3844]
 3845
 3846[[package]]
 3847name = "coreaudio-sys"
 3848version = "0.2.17"
 3849source = "registry+https://github.com/rust-lang/crates.io-index"
 3850checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3851dependencies = [
 3852 "bindgen 0.72.1",
 3853]
 3854
 3855[[package]]
 3856name = "cosmic-text"
 3857version = "0.17.1"
 3858source = "registry+https://github.com/rust-lang/crates.io-index"
 3859checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3860dependencies = [
 3861 "bitflags 2.10.0",
 3862 "fontdb 0.23.0",
 3863 "harfrust",
 3864 "linebender_resource_handle",
 3865 "log",
 3866 "rangemap",
 3867 "rustc-hash 2.1.1",
 3868 "self_cell",
 3869 "skrifa 0.40.0",
 3870 "smol_str",
 3871 "swash",
 3872 "sys-locale",
 3873 "unicode-bidi",
 3874 "unicode-linebreak",
 3875 "unicode-script",
 3876 "unicode-segmentation",
 3877]
 3878
 3879[[package]]
 3880name = "cpal"
 3881version = "0.17.1"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3884dependencies = [
 3885 "alsa",
 3886 "coreaudio-rs 0.13.0",
 3887 "dasp_sample",
 3888 "jni",
 3889 "js-sys",
 3890 "libc",
 3891 "mach2 0.5.0",
 3892 "ndk",
 3893 "ndk-context",
 3894 "num-derive",
 3895 "num-traits",
 3896 "objc2",
 3897 "objc2-audio-toolbox",
 3898 "objc2-avf-audio",
 3899 "objc2-core-audio",
 3900 "objc2-core-audio-types",
 3901 "objc2-core-foundation",
 3902 "objc2-foundation",
 3903 "wasm-bindgen",
 3904 "wasm-bindgen-futures",
 3905 "web-sys",
 3906 "windows 0.62.2",
 3907]
 3908
 3909[[package]]
 3910name = "cpp_demangle"
 3911version = "0.4.5"
 3912source = "registry+https://github.com/rust-lang/crates.io-index"
 3913checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3914dependencies = [
 3915 "cfg-if",
 3916]
 3917
 3918[[package]]
 3919name = "cpufeatures"
 3920version = "0.2.17"
 3921source = "registry+https://github.com/rust-lang/crates.io-index"
 3922checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3923dependencies = [
 3924 "libc",
 3925]
 3926
 3927[[package]]
 3928name = "cranelift-assembler-x64"
 3929version = "0.123.7"
 3930source = "registry+https://github.com/rust-lang/crates.io-index"
 3931checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3932dependencies = [
 3933 "cranelift-assembler-x64-meta",
 3934]
 3935
 3936[[package]]
 3937name = "cranelift-assembler-x64-meta"
 3938version = "0.123.7"
 3939source = "registry+https://github.com/rust-lang/crates.io-index"
 3940checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3941dependencies = [
 3942 "cranelift-srcgen",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-bforest"
 3947version = "0.123.7"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3950dependencies = [
 3951 "cranelift-entity",
 3952]
 3953
 3954[[package]]
 3955name = "cranelift-bitset"
 3956version = "0.123.7"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3959dependencies = [
 3960 "serde",
 3961 "serde_derive",
 3962]
 3963
 3964[[package]]
 3965name = "cranelift-codegen"
 3966version = "0.123.7"
 3967source = "registry+https://github.com/rust-lang/crates.io-index"
 3968checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3969dependencies = [
 3970 "bumpalo",
 3971 "cranelift-assembler-x64",
 3972 "cranelift-bforest",
 3973 "cranelift-bitset",
 3974 "cranelift-codegen-meta",
 3975 "cranelift-codegen-shared",
 3976 "cranelift-control",
 3977 "cranelift-entity",
 3978 "cranelift-isle",
 3979 "gimli",
 3980 "hashbrown 0.15.5",
 3981 "log",
 3982 "postcard",
 3983 "pulley-interpreter",
 3984 "regalloc2",
 3985 "rustc-hash 2.1.1",
 3986 "serde",
 3987 "serde_derive",
 3988 "sha2",
 3989 "smallvec",
 3990 "target-lexicon",
 3991 "wasmtime-internal-math",
 3992]
 3993
 3994[[package]]
 3995name = "cranelift-codegen-meta"
 3996version = "0.123.7"
 3997source = "registry+https://github.com/rust-lang/crates.io-index"
 3998checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3999dependencies = [
 4000 "cranelift-assembler-x64-meta",
 4001 "cranelift-codegen-shared",
 4002 "cranelift-srcgen",
 4003 "heck 0.5.0",
 4004 "pulley-interpreter",
 4005]
 4006
 4007[[package]]
 4008name = "cranelift-codegen-shared"
 4009version = "0.123.7"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 4012
 4013[[package]]
 4014name = "cranelift-control"
 4015version = "0.123.7"
 4016source = "registry+https://github.com/rust-lang/crates.io-index"
 4017checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 4018dependencies = [
 4019 "arbitrary",
 4020]
 4021
 4022[[package]]
 4023name = "cranelift-entity"
 4024version = "0.123.7"
 4025source = "registry+https://github.com/rust-lang/crates.io-index"
 4026checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 4027dependencies = [
 4028 "cranelift-bitset",
 4029 "serde",
 4030 "serde_derive",
 4031]
 4032
 4033[[package]]
 4034name = "cranelift-frontend"
 4035version = "0.123.7"
 4036source = "registry+https://github.com/rust-lang/crates.io-index"
 4037checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 4038dependencies = [
 4039 "cranelift-codegen",
 4040 "log",
 4041 "smallvec",
 4042 "target-lexicon",
 4043]
 4044
 4045[[package]]
 4046name = "cranelift-isle"
 4047version = "0.123.7"
 4048source = "registry+https://github.com/rust-lang/crates.io-index"
 4049checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4050
 4051[[package]]
 4052name = "cranelift-native"
 4053version = "0.123.7"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4056dependencies = [
 4057 "cranelift-codegen",
 4058 "libc",
 4059 "target-lexicon",
 4060]
 4061
 4062[[package]]
 4063name = "cranelift-srcgen"
 4064version = "0.123.7"
 4065source = "registry+https://github.com/rust-lang/crates.io-index"
 4066checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4067
 4068[[package]]
 4069name = "crash-context"
 4070version = "0.6.3"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4073dependencies = [
 4074 "cfg-if",
 4075 "libc",
 4076 "mach2 0.4.3",
 4077]
 4078
 4079[[package]]
 4080name = "crash-handler"
 4081version = "0.6.3"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4084dependencies = [
 4085 "cfg-if",
 4086 "crash-context",
 4087 "libc",
 4088 "mach2 0.4.3",
 4089 "parking_lot",
 4090]
 4091
 4092[[package]]
 4093name = "crashes"
 4094version = "0.1.0"
 4095dependencies = [
 4096 "cfg-if",
 4097 "crash-handler",
 4098 "futures 0.3.32",
 4099 "log",
 4100 "mach2 0.5.0",
 4101 "minidumper",
 4102 "parking_lot",
 4103 "paths",
 4104 "release_channel",
 4105 "serde",
 4106 "serde_json",
 4107 "smol",
 4108 "system_specs",
 4109 "windows 0.61.3",
 4110 "zstd",
 4111]
 4112
 4113[[package]]
 4114name = "crc"
 4115version = "3.3.0"
 4116source = "registry+https://github.com/rust-lang/crates.io-index"
 4117checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4118dependencies = [
 4119 "crc-catalog",
 4120]
 4121
 4122[[package]]
 4123name = "crc-catalog"
 4124version = "2.4.0"
 4125source = "registry+https://github.com/rust-lang/crates.io-index"
 4126checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4127
 4128[[package]]
 4129name = "crc-fast"
 4130version = "1.6.0"
 4131source = "registry+https://github.com/rust-lang/crates.io-index"
 4132checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4133dependencies = [
 4134 "crc",
 4135 "digest",
 4136 "rand 0.9.3",
 4137 "regex",
 4138 "rustversion",
 4139]
 4140
 4141[[package]]
 4142name = "crc32fast"
 4143version = "1.5.0"
 4144source = "registry+https://github.com/rust-lang/crates.io-index"
 4145checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4146dependencies = [
 4147 "cfg-if",
 4148]
 4149
 4150[[package]]
 4151name = "credentials_provider"
 4152version = "0.1.0"
 4153dependencies = [
 4154 "anyhow",
 4155 "gpui",
 4156 "serde",
 4157]
 4158
 4159[[package]]
 4160name = "criterion"
 4161version = "0.5.1"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4164dependencies = [
 4165 "anes",
 4166 "cast",
 4167 "ciborium",
 4168 "clap",
 4169 "criterion-plot",
 4170 "is-terminal",
 4171 "itertools 0.10.5",
 4172 "num-traits",
 4173 "once_cell",
 4174 "oorandom",
 4175 "plotters",
 4176 "rayon",
 4177 "regex",
 4178 "serde",
 4179 "serde_derive",
 4180 "serde_json",
 4181 "tinytemplate",
 4182 "walkdir",
 4183]
 4184
 4185[[package]]
 4186name = "criterion-plot"
 4187version = "0.5.0"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4190dependencies = [
 4191 "cast",
 4192 "itertools 0.10.5",
 4193]
 4194
 4195[[package]]
 4196name = "crossbeam"
 4197version = "0.8.4"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4200dependencies = [
 4201 "crossbeam-channel",
 4202 "crossbeam-deque",
 4203 "crossbeam-epoch",
 4204 "crossbeam-queue",
 4205 "crossbeam-utils",
 4206]
 4207
 4208[[package]]
 4209name = "crossbeam-channel"
 4210version = "0.5.15"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4213dependencies = [
 4214 "crossbeam-utils",
 4215]
 4216
 4217[[package]]
 4218name = "crossbeam-deque"
 4219version = "0.8.6"
 4220source = "registry+https://github.com/rust-lang/crates.io-index"
 4221checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4222dependencies = [
 4223 "crossbeam-epoch",
 4224 "crossbeam-utils",
 4225]
 4226
 4227[[package]]
 4228name = "crossbeam-epoch"
 4229version = "0.9.18"
 4230source = "registry+https://github.com/rust-lang/crates.io-index"
 4231checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4232dependencies = [
 4233 "crossbeam-utils",
 4234]
 4235
 4236[[package]]
 4237name = "crossbeam-queue"
 4238version = "0.3.12"
 4239source = "registry+https://github.com/rust-lang/crates.io-index"
 4240checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4241dependencies = [
 4242 "crossbeam-utils",
 4243]
 4244
 4245[[package]]
 4246name = "crossbeam-utils"
 4247version = "0.8.21"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4250
 4251[[package]]
 4252name = "crunchy"
 4253version = "0.2.4"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4256
 4257[[package]]
 4258name = "crypto-bigint"
 4259version = "0.4.9"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4262dependencies = [
 4263 "generic-array",
 4264 "rand_core 0.6.4",
 4265 "subtle",
 4266 "zeroize",
 4267]
 4268
 4269[[package]]
 4270name = "crypto-bigint"
 4271version = "0.5.5"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4274dependencies = [
 4275 "rand_core 0.6.4",
 4276 "subtle",
 4277]
 4278
 4279[[package]]
 4280name = "crypto-common"
 4281version = "0.1.6"
 4282source = "registry+https://github.com/rust-lang/crates.io-index"
 4283checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4284dependencies = [
 4285 "generic-array",
 4286 "typenum",
 4287]
 4288
 4289[[package]]
 4290name = "cssparser"
 4291version = "0.35.0"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4294dependencies = [
 4295 "cssparser-macros",
 4296 "dtoa-short",
 4297 "itoa",
 4298 "phf 0.11.3",
 4299 "smallvec",
 4300]
 4301
 4302[[package]]
 4303name = "cssparser-macros"
 4304version = "0.6.1"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4307dependencies = [
 4308 "quote",
 4309 "syn 2.0.117",
 4310]
 4311
 4312[[package]]
 4313name = "csv_preview"
 4314version = "0.1.0"
 4315dependencies = [
 4316 "anyhow",
 4317 "editor",
 4318 "feature_flags",
 4319 "gpui",
 4320 "log",
 4321 "text",
 4322 "ui",
 4323 "workspace",
 4324]
 4325
 4326[[package]]
 4327name = "ctor"
 4328version = "0.4.3"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4331dependencies = [
 4332 "ctor-proc-macro",
 4333 "dtor",
 4334]
 4335
 4336[[package]]
 4337name = "ctor-proc-macro"
 4338version = "0.0.6"
 4339source = "registry+https://github.com/rust-lang/crates.io-index"
 4340checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4341
 4342[[package]]
 4343name = "ctrlc"
 4344version = "3.5.0"
 4345source = "registry+https://github.com/rust-lang/crates.io-index"
 4346checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4347dependencies = [
 4348 "dispatch",
 4349 "nix 0.30.1",
 4350 "windows-sys 0.61.2",
 4351]
 4352
 4353[[package]]
 4354name = "cursor-icon"
 4355version = "1.2.0"
 4356source = "registry+https://github.com/rust-lang/crates.io-index"
 4357checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4358
 4359[[package]]
 4360name = "cxx"
 4361version = "1.0.187"
 4362source = "registry+https://github.com/rust-lang/crates.io-index"
 4363checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4364dependencies = [
 4365 "cc",
 4366 "cxx-build",
 4367 "cxxbridge-cmd",
 4368 "cxxbridge-flags",
 4369 "cxxbridge-macro",
 4370 "foldhash 0.2.0",
 4371 "link-cplusplus",
 4372]
 4373
 4374[[package]]
 4375name = "cxx-build"
 4376version = "1.0.187"
 4377source = "registry+https://github.com/rust-lang/crates.io-index"
 4378checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4379dependencies = [
 4380 "cc",
 4381 "codespan-reporting",
 4382 "indexmap",
 4383 "proc-macro2",
 4384 "quote",
 4385 "scratch",
 4386 "syn 2.0.117",
 4387]
 4388
 4389[[package]]
 4390name = "cxxbridge-cmd"
 4391version = "1.0.187"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4394dependencies = [
 4395 "clap",
 4396 "codespan-reporting",
 4397 "indexmap",
 4398 "proc-macro2",
 4399 "quote",
 4400 "syn 2.0.117",
 4401]
 4402
 4403[[package]]
 4404name = "cxxbridge-flags"
 4405version = "1.0.187"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4408
 4409[[package]]
 4410name = "cxxbridge-macro"
 4411version = "1.0.187"
 4412source = "registry+https://github.com/rust-lang/crates.io-index"
 4413checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4414dependencies = [
 4415 "indexmap",
 4416 "proc-macro2",
 4417 "quote",
 4418 "syn 2.0.117",
 4419]
 4420
 4421[[package]]
 4422name = "dap"
 4423version = "0.1.0"
 4424dependencies = [
 4425 "anyhow",
 4426 "async-compression",
 4427 "async-pipe",
 4428 "async-tar",
 4429 "async-trait",
 4430 "client",
 4431 "collections",
 4432 "dap-types",
 4433 "fs",
 4434 "futures 0.3.32",
 4435 "gpui",
 4436 "http_client",
 4437 "language",
 4438 "libc",
 4439 "log",
 4440 "node_runtime",
 4441 "parking_lot",
 4442 "paths",
 4443 "proto",
 4444 "schemars",
 4445 "serde",
 4446 "serde_json",
 4447 "settings",
 4448 "smallvec",
 4449 "smol",
 4450 "task",
 4451 "telemetry",
 4452 "util",
 4453 "zlog",
 4454]
 4455
 4456[[package]]
 4457name = "dap-types"
 4458version = "0.0.1"
 4459source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4460dependencies = [
 4461 "schemars",
 4462 "serde",
 4463 "serde_json",
 4464]
 4465
 4466[[package]]
 4467name = "dap_adapters"
 4468version = "0.1.0"
 4469dependencies = [
 4470 "anyhow",
 4471 "async-trait",
 4472 "collections",
 4473 "dap",
 4474 "dotenvy",
 4475 "fs",
 4476 "futures 0.3.32",
 4477 "gpui",
 4478 "http_client",
 4479 "json_dotpath",
 4480 "language",
 4481 "log",
 4482 "node_runtime",
 4483 "paths",
 4484 "serde",
 4485 "serde_json",
 4486 "settings",
 4487 "smol",
 4488 "task",
 4489 "util",
 4490]
 4491
 4492[[package]]
 4493name = "darling"
 4494version = "0.20.11"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4497dependencies = [
 4498 "darling_core 0.20.11",
 4499 "darling_macro 0.20.11",
 4500]
 4501
 4502[[package]]
 4503name = "darling"
 4504version = "0.21.3"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4507dependencies = [
 4508 "darling_core 0.21.3",
 4509 "darling_macro 0.21.3",
 4510]
 4511
 4512[[package]]
 4513name = "darling_core"
 4514version = "0.20.11"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4517dependencies = [
 4518 "fnv",
 4519 "ident_case",
 4520 "proc-macro2",
 4521 "quote",
 4522 "strsim",
 4523 "syn 2.0.117",
 4524]
 4525
 4526[[package]]
 4527name = "darling_core"
 4528version = "0.21.3"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4531dependencies = [
 4532 "fnv",
 4533 "ident_case",
 4534 "proc-macro2",
 4535 "quote",
 4536 "strsim",
 4537 "syn 2.0.117",
 4538]
 4539
 4540[[package]]
 4541name = "darling_macro"
 4542version = "0.20.11"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4545dependencies = [
 4546 "darling_core 0.20.11",
 4547 "quote",
 4548 "syn 2.0.117",
 4549]
 4550
 4551[[package]]
 4552name = "darling_macro"
 4553version = "0.21.3"
 4554source = "registry+https://github.com/rust-lang/crates.io-index"
 4555checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4556dependencies = [
 4557 "darling_core 0.21.3",
 4558 "quote",
 4559 "syn 2.0.117",
 4560]
 4561
 4562[[package]]
 4563name = "dashmap"
 4564version = "6.1.0"
 4565source = "registry+https://github.com/rust-lang/crates.io-index"
 4566checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4567dependencies = [
 4568 "cfg-if",
 4569 "crossbeam-utils",
 4570 "hashbrown 0.14.5",
 4571 "lock_api",
 4572 "once_cell",
 4573 "parking_lot_core",
 4574]
 4575
 4576[[package]]
 4577name = "dasp_sample"
 4578version = "0.11.0"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4581
 4582[[package]]
 4583name = "data-encoding"
 4584version = "2.9.0"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4587
 4588[[package]]
 4589name = "data-url"
 4590version = "0.3.2"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4593
 4594[[package]]
 4595name = "db"
 4596version = "0.1.0"
 4597dependencies = [
 4598 "anyhow",
 4599 "gpui",
 4600 "indoc",
 4601 "inventory",
 4602 "log",
 4603 "paths",
 4604 "release_channel",
 4605 "smol",
 4606 "sqlez",
 4607 "sqlez_macros",
 4608 "tempfile",
 4609 "util",
 4610 "uuid",
 4611 "zed_env_vars",
 4612]
 4613
 4614[[package]]
 4615name = "dbus"
 4616version = "0.9.9"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4619dependencies = [
 4620 "libc",
 4621 "libdbus-sys",
 4622 "windows-sys 0.59.0",
 4623]
 4624
 4625[[package]]
 4626name = "debug_adapter_extension"
 4627version = "0.1.0"
 4628dependencies = [
 4629 "anyhow",
 4630 "async-trait",
 4631 "collections",
 4632 "dap",
 4633 "extension",
 4634 "gpui",
 4635 "serde_json",
 4636 "task",
 4637 "util",
 4638]
 4639
 4640[[package]]
 4641name = "debugger_tools"
 4642version = "0.1.0"
 4643dependencies = [
 4644 "anyhow",
 4645 "dap",
 4646 "editor",
 4647 "futures 0.3.32",
 4648 "gpui",
 4649 "project",
 4650 "serde_json",
 4651 "settings",
 4652 "smol",
 4653 "util",
 4654 "workspace",
 4655]
 4656
 4657[[package]]
 4658name = "debugger_ui"
 4659version = "0.1.0"
 4660dependencies = [
 4661 "alacritty_terminal",
 4662 "anyhow",
 4663 "bitflags 2.10.0",
 4664 "client",
 4665 "collections",
 4666 "command_palette_hooks",
 4667 "dap",
 4668 "dap_adapters",
 4669 "db",
 4670 "debugger_tools",
 4671 "editor",
 4672 "feature_flags",
 4673 "file_icons",
 4674 "futures 0.3.32",
 4675 "fuzzy",
 4676 "gpui",
 4677 "hex",
 4678 "indoc",
 4679 "itertools 0.14.0",
 4680 "language",
 4681 "log",
 4682 "menu",
 4683 "notifications",
 4684 "parking_lot",
 4685 "parse_int",
 4686 "paths",
 4687 "picker",
 4688 "pretty_assertions",
 4689 "project",
 4690 "rpc",
 4691 "schemars",
 4692 "serde",
 4693 "serde_json",
 4694 "serde_json_lenient",
 4695 "settings",
 4696 "sysinfo 0.37.2",
 4697 "task",
 4698 "tasks_ui",
 4699 "terminal_view",
 4700 "text",
 4701 "theme",
 4702 "theme_settings",
 4703 "tree-sitter",
 4704 "tree-sitter-go",
 4705 "tree-sitter-json",
 4706 "ui",
 4707 "ui_input",
 4708 "unindent",
 4709 "util",
 4710 "workspace",
 4711 "zed_actions",
 4712 "zlog",
 4713]
 4714
 4715[[package]]
 4716name = "debugid"
 4717version = "0.8.0"
 4718source = "registry+https://github.com/rust-lang/crates.io-index"
 4719checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4720dependencies = [
 4721 "uuid",
 4722]
 4723
 4724[[package]]
 4725name = "deepseek"
 4726version = "0.1.0"
 4727dependencies = [
 4728 "anyhow",
 4729 "futures 0.3.32",
 4730 "http_client",
 4731 "schemars",
 4732 "serde",
 4733 "serde_json",
 4734]
 4735
 4736[[package]]
 4737name = "deflate64"
 4738version = "0.1.10"
 4739source = "registry+https://github.com/rust-lang/crates.io-index"
 4740checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4741
 4742[[package]]
 4743name = "denoise"
 4744version = "0.1.0"
 4745dependencies = [
 4746 "candle-core",
 4747 "candle-onnx",
 4748 "log",
 4749 "realfft",
 4750 "rodio",
 4751 "rustfft",
 4752 "thiserror 2.0.17",
 4753]
 4754
 4755[[package]]
 4756name = "der"
 4757version = "0.6.1"
 4758source = "registry+https://github.com/rust-lang/crates.io-index"
 4759checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4760dependencies = [
 4761 "const-oid",
 4762 "zeroize",
 4763]
 4764
 4765[[package]]
 4766name = "der"
 4767version = "0.7.10"
 4768source = "registry+https://github.com/rust-lang/crates.io-index"
 4769checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4770dependencies = [
 4771 "const-oid",
 4772 "pem-rfc7468",
 4773 "zeroize",
 4774]
 4775
 4776[[package]]
 4777name = "deranged"
 4778version = "0.5.4"
 4779source = "registry+https://github.com/rust-lang/crates.io-index"
 4780checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4781dependencies = [
 4782 "powerfmt",
 4783 "serde_core",
 4784]
 4785
 4786[[package]]
 4787name = "derive_arbitrary"
 4788version = "1.4.2"
 4789source = "registry+https://github.com/rust-lang/crates.io-index"
 4790checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4791dependencies = [
 4792 "proc-macro2",
 4793 "quote",
 4794 "syn 2.0.117",
 4795]
 4796
 4797[[package]]
 4798name = "derive_more"
 4799version = "2.1.1"
 4800source = "registry+https://github.com/rust-lang/crates.io-index"
 4801checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4802dependencies = [
 4803 "derive_more-impl",
 4804]
 4805
 4806[[package]]
 4807name = "derive_more-impl"
 4808version = "2.1.1"
 4809source = "registry+https://github.com/rust-lang/crates.io-index"
 4810checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4811dependencies = [
 4812 "convert_case 0.10.0",
 4813 "proc-macro2",
 4814 "quote",
 4815 "rustc_version",
 4816 "syn 2.0.117",
 4817 "unicode-xid",
 4818]
 4819
 4820[[package]]
 4821name = "derive_refineable"
 4822version = "0.1.0"
 4823dependencies = [
 4824 "proc-macro2",
 4825 "quote",
 4826 "syn 2.0.117",
 4827]
 4828
 4829[[package]]
 4830name = "derive_setters"
 4831version = "0.1.9"
 4832source = "registry+https://github.com/rust-lang/crates.io-index"
 4833checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4834dependencies = [
 4835 "darling 0.21.3",
 4836 "proc-macro2",
 4837 "quote",
 4838 "syn 2.0.117",
 4839]
 4840
 4841[[package]]
 4842name = "dev_container"
 4843version = "0.1.0"
 4844dependencies = [
 4845 "async-tar",
 4846 "async-trait",
 4847 "env_logger 0.11.8",
 4848 "fs",
 4849 "futures 0.3.32",
 4850 "gpui",
 4851 "http 1.3.1",
 4852 "http_client",
 4853 "log",
 4854 "menu",
 4855 "paths",
 4856 "picker",
 4857 "project",
 4858 "regex",
 4859 "serde",
 4860 "serde_json",
 4861 "serde_json_lenient",
 4862 "settings",
 4863 "shlex",
 4864 "ui",
 4865 "util",
 4866 "walkdir",
 4867 "workspace",
 4868 "worktree",
 4869]
 4870
 4871[[package]]
 4872name = "diagnostics"
 4873version = "0.1.0"
 4874dependencies = [
 4875 "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 "similar",
 5340 "tree-sitter",
 5341 "zeta_prompt",
 5342]
 5343
 5344[[package]]
 5345name = "edit_prediction_types"
 5346version = "0.1.0"
 5347dependencies = [
 5348 "client",
 5349 "gpui",
 5350 "icons",
 5351 "language",
 5352 "text",
 5353]
 5354
 5355[[package]]
 5356name = "edit_prediction_ui"
 5357version = "0.1.0"
 5358dependencies = [
 5359 "anyhow",
 5360 "buffer_diff",
 5361 "client",
 5362 "cloud_llm_client",
 5363 "codestral",
 5364 "collections",
 5365 "command_palette_hooks",
 5366 "copilot",
 5367 "copilot_chat",
 5368 "copilot_ui",
 5369 "edit_prediction",
 5370 "edit_prediction_types",
 5371 "editor",
 5372 "feature_flags",
 5373 "fs",
 5374 "futures 0.3.32",
 5375 "gpui",
 5376 "indoc",
 5377 "language",
 5378 "markdown",
 5379 "menu",
 5380 "multi_buffer",
 5381 "paths",
 5382 "project",
 5383 "regex",
 5384 "settings",
 5385 "telemetry",
 5386 "text",
 5387 "theme",
 5388 "theme_settings",
 5389 "time",
 5390 "ui",
 5391 "util",
 5392 "workspace",
 5393 "zed_actions",
 5394 "zeta_prompt",
 5395]
 5396
 5397[[package]]
 5398name = "editor"
 5399version = "0.1.0"
 5400dependencies = [
 5401 "aho-corasick",
 5402 "anyhow",
 5403 "assets",
 5404 "breadcrumbs",
 5405 "buffer_diff",
 5406 "client",
 5407 "clock",
 5408 "collections",
 5409 "convert_case 0.8.0",
 5410 "criterion",
 5411 "ctor",
 5412 "dap",
 5413 "db",
 5414 "edit_prediction_types",
 5415 "emojis",
 5416 "feature_flags",
 5417 "file_icons",
 5418 "fs",
 5419 "futures 0.3.32",
 5420 "fuzzy",
 5421 "git",
 5422 "gpui",
 5423 "indoc",
 5424 "itertools 0.14.0",
 5425 "language",
 5426 "languages",
 5427 "linkify",
 5428 "log",
 5429 "lsp",
 5430 "markdown",
 5431 "menu",
 5432 "multi_buffer",
 5433 "ordered-float 2.10.1",
 5434 "parking_lot",
 5435 "pretty_assertions",
 5436 "project",
 5437 "proptest",
 5438 "proptest-derive",
 5439 "rand 0.9.3",
 5440 "regex",
 5441 "release_channel",
 5442 "rope",
 5443 "rpc",
 5444 "schemars",
 5445 "semver",
 5446 "serde",
 5447 "serde_json",
 5448 "settings",
 5449 "smallvec",
 5450 "smol",
 5451 "snippet",
 5452 "sum_tree",
 5453 "task",
 5454 "telemetry",
 5455 "text",
 5456 "theme",
 5457 "theme_settings",
 5458 "time",
 5459 "tracing",
 5460 "tree-sitter-bash",
 5461 "tree-sitter-c",
 5462 "tree-sitter-html",
 5463 "tree-sitter-md",
 5464 "tree-sitter-python",
 5465 "tree-sitter-rust",
 5466 "tree-sitter-typescript",
 5467 "tree-sitter-yaml",
 5468 "ui",
 5469 "ui_input",
 5470 "unicode-script",
 5471 "unicode-segmentation",
 5472 "unicode-width",
 5473 "unindent",
 5474 "url",
 5475 "util",
 5476 "uuid",
 5477 "vim_mode_setting",
 5478 "workspace",
 5479 "zed_actions",
 5480 "zlog",
 5481 "ztracing",
 5482]
 5483
 5484[[package]]
 5485name = "either"
 5486version = "1.15.0"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5489dependencies = [
 5490 "serde",
 5491]
 5492
 5493[[package]]
 5494name = "elasticlunr-rs"
 5495version = "3.0.2"
 5496source = "registry+https://github.com/rust-lang/crates.io-index"
 5497checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5498dependencies = [
 5499 "regex",
 5500 "serde",
 5501 "serde_derive",
 5502 "serde_json",
 5503]
 5504
 5505[[package]]
 5506name = "elliptic-curve"
 5507version = "0.12.3"
 5508source = "registry+https://github.com/rust-lang/crates.io-index"
 5509checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5510dependencies = [
 5511 "base16ct",
 5512 "crypto-bigint 0.4.9",
 5513 "der 0.6.1",
 5514 "digest",
 5515 "ff",
 5516 "generic-array",
 5517 "group",
 5518 "pkcs8 0.9.0",
 5519 "rand_core 0.6.4",
 5520 "sec1",
 5521 "subtle",
 5522 "zeroize",
 5523]
 5524
 5525[[package]]
 5526name = "email_address"
 5527version = "0.2.9"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5530dependencies = [
 5531 "serde",
 5532]
 5533
 5534[[package]]
 5535name = "embed-resource"
 5536version = "3.0.6"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5539dependencies = [
 5540 "cc",
 5541 "memchr",
 5542 "rustc_version",
 5543 "toml 0.9.8",
 5544 "vswhom",
 5545 "winreg 0.55.0",
 5546]
 5547
 5548[[package]]
 5549name = "embedded-io"
 5550version = "0.4.0"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5553
 5554[[package]]
 5555name = "embedded-io"
 5556version = "0.6.1"
 5557source = "registry+https://github.com/rust-lang/crates.io-index"
 5558checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5559
 5560[[package]]
 5561name = "emojis"
 5562version = "0.6.4"
 5563source = "registry+https://github.com/rust-lang/crates.io-index"
 5564checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5565dependencies = [
 5566 "phf 0.11.3",
 5567]
 5568
 5569[[package]]
 5570name = "encode_unicode"
 5571version = "1.0.0"
 5572source = "registry+https://github.com/rust-lang/crates.io-index"
 5573checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5574
 5575[[package]]
 5576name = "encoding_rs"
 5577version = "0.8.35"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5580dependencies = [
 5581 "cfg-if",
 5582]
 5583
 5584[[package]]
 5585name = "encoding_selector"
 5586version = "0.1.0"
 5587dependencies = [
 5588 "editor",
 5589 "encoding_rs",
 5590 "fuzzy",
 5591 "gpui",
 5592 "language",
 5593 "picker",
 5594 "project",
 5595 "ui",
 5596 "util",
 5597 "workspace",
 5598]
 5599
 5600[[package]]
 5601name = "endi"
 5602version = "1.1.0"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5605
 5606[[package]]
 5607name = "enum-as-inner"
 5608version = "0.6.1"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5611dependencies = [
 5612 "heck 0.5.0",
 5613 "proc-macro2",
 5614 "quote",
 5615 "syn 2.0.117",
 5616]
 5617
 5618[[package]]
 5619name = "enumflags2"
 5620version = "0.7.12"
 5621source = "registry+https://github.com/rust-lang/crates.io-index"
 5622checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5623dependencies = [
 5624 "enumflags2_derive",
 5625 "serde",
 5626]
 5627
 5628[[package]]
 5629name = "enumflags2_derive"
 5630version = "0.7.12"
 5631source = "registry+https://github.com/rust-lang/crates.io-index"
 5632checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5633dependencies = [
 5634 "proc-macro2",
 5635 "quote",
 5636 "syn 2.0.117",
 5637]
 5638
 5639[[package]]
 5640name = "env_filter"
 5641version = "0.1.4"
 5642source = "registry+https://github.com/rust-lang/crates.io-index"
 5643checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5644dependencies = [
 5645 "log",
 5646 "regex",
 5647]
 5648
 5649[[package]]
 5650name = "env_logger"
 5651version = "0.10.2"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5654dependencies = [
 5655 "humantime",
 5656 "is-terminal",
 5657 "log",
 5658 "regex",
 5659 "termcolor",
 5660]
 5661
 5662[[package]]
 5663name = "env_logger"
 5664version = "0.11.8"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5667dependencies = [
 5668 "anstream",
 5669 "anstyle",
 5670 "env_filter",
 5671 "jiff",
 5672 "log",
 5673]
 5674
 5675[[package]]
 5676name = "env_var"
 5677version = "0.1.0"
 5678dependencies = [
 5679 "gpui_shared_string",
 5680]
 5681
 5682[[package]]
 5683name = "envy"
 5684version = "0.4.2"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5687dependencies = [
 5688 "serde",
 5689]
 5690
 5691[[package]]
 5692name = "equator"
 5693version = "0.4.2"
 5694source = "registry+https://github.com/rust-lang/crates.io-index"
 5695checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5696dependencies = [
 5697 "equator-macro",
 5698]
 5699
 5700[[package]]
 5701name = "equator-macro"
 5702version = "0.4.2"
 5703source = "registry+https://github.com/rust-lang/crates.io-index"
 5704checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5705dependencies = [
 5706 "proc-macro2",
 5707 "quote",
 5708 "syn 2.0.117",
 5709]
 5710
 5711[[package]]
 5712name = "equivalent"
 5713version = "1.0.2"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5716
 5717[[package]]
 5718name = "erased-serde"
 5719version = "0.4.9"
 5720source = "registry+https://github.com/rust-lang/crates.io-index"
 5721checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5722dependencies = [
 5723 "serde",
 5724 "serde_core",
 5725 "typeid",
 5726]
 5727
 5728[[package]]
 5729name = "errno"
 5730version = "0.2.8"
 5731source = "registry+https://github.com/rust-lang/crates.io-index"
 5732checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5733dependencies = [
 5734 "errno-dragonfly",
 5735 "libc",
 5736 "winapi",
 5737]
 5738
 5739[[package]]
 5740name = "errno"
 5741version = "0.3.14"
 5742source = "registry+https://github.com/rust-lang/crates.io-index"
 5743checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5744dependencies = [
 5745 "libc",
 5746 "windows-sys 0.61.2",
 5747]
 5748
 5749[[package]]
 5750name = "errno-dragonfly"
 5751version = "0.1.2"
 5752source = "registry+https://github.com/rust-lang/crates.io-index"
 5753checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5754dependencies = [
 5755 "cc",
 5756 "libc",
 5757]
 5758
 5759[[package]]
 5760name = "error-graph"
 5761version = "0.1.1"
 5762source = "registry+https://github.com/rust-lang/crates.io-index"
 5763checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5764dependencies = [
 5765 "serde",
 5766]
 5767
 5768[[package]]
 5769name = "etagere"
 5770version = "0.2.15"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5773dependencies = [
 5774 "euclid",
 5775 "svg_fmt",
 5776]
 5777
 5778[[package]]
 5779name = "etcetera"
 5780version = "0.8.0"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5783dependencies = [
 5784 "cfg-if",
 5785 "home",
 5786 "windows-sys 0.48.0",
 5787]
 5788
 5789[[package]]
 5790name = "etw_tracing"
 5791version = "0.1.0"
 5792dependencies = [
 5793 "anyhow",
 5794 "gpui",
 5795 "log",
 5796 "net",
 5797 "serde",
 5798 "serde_json",
 5799 "util",
 5800 "windows 0.61.3",
 5801 "windows-core 0.61.2",
 5802 "workspace",
 5803 "wprcontrol",
 5804]
 5805
 5806[[package]]
 5807name = "euclid"
 5808version = "0.22.11"
 5809source = "registry+https://github.com/rust-lang/crates.io-index"
 5810checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5811dependencies = [
 5812 "num-traits",
 5813]
 5814
 5815[[package]]
 5816name = "eval_cli"
 5817version = "0.1.0"
 5818dependencies = [
 5819 "acp_thread",
 5820 "agent",
 5821 "agent-client-protocol",
 5822 "agent_ui",
 5823 "anyhow",
 5824 "clap",
 5825 "client",
 5826 "ctrlc",
 5827 "db",
 5828 "debug_adapter_extension",
 5829 "env_logger 0.11.8",
 5830 "extension",
 5831 "feature_flags",
 5832 "fs",
 5833 "futures 0.3.32",
 5834 "gpui",
 5835 "gpui_platform",
 5836 "gpui_tokio",
 5837 "language",
 5838 "language_extension",
 5839 "language_model",
 5840 "language_models",
 5841 "languages",
 5842 "node_runtime",
 5843 "paths",
 5844 "project",
 5845 "prompt_store",
 5846 "release_channel",
 5847 "reqwest_client",
 5848 "serde",
 5849 "serde_json",
 5850 "settings",
 5851 "shellexpand",
 5852 "terminal_view",
 5853 "util",
 5854 "watch",
 5855]
 5856
 5857[[package]]
 5858name = "eval_utils"
 5859version = "0.1.0"
 5860dependencies = [
 5861 "gpui_platform",
 5862 "serde",
 5863 "smol",
 5864]
 5865
 5866[[package]]
 5867name = "event-listener"
 5868version = "2.5.3"
 5869source = "registry+https://github.com/rust-lang/crates.io-index"
 5870checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5871
 5872[[package]]
 5873name = "event-listener"
 5874version = "5.4.1"
 5875source = "registry+https://github.com/rust-lang/crates.io-index"
 5876checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5877dependencies = [
 5878 "concurrent-queue",
 5879 "parking",
 5880 "pin-project-lite",
 5881]
 5882
 5883[[package]]
 5884name = "event-listener-strategy"
 5885version = "0.5.4"
 5886source = "registry+https://github.com/rust-lang/crates.io-index"
 5887checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5888dependencies = [
 5889 "event-listener 5.4.1",
 5890 "pin-project-lite",
 5891]
 5892
 5893[[package]]
 5894name = "exec"
 5895version = "0.3.1"
 5896source = "registry+https://github.com/rust-lang/crates.io-index"
 5897checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5898dependencies = [
 5899 "errno 0.2.8",
 5900 "libc",
 5901]
 5902
 5903[[package]]
 5904name = "explorer_command_injector"
 5905version = "0.1.0"
 5906dependencies = [
 5907 "windows 0.61.3",
 5908 "windows-core 0.61.2",
 5909 "windows-registry 0.5.3",
 5910]
 5911
 5912[[package]]
 5913name = "exr"
 5914version = "1.74.0"
 5915source = "registry+https://github.com/rust-lang/crates.io-index"
 5916checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
 5917dependencies = [
 5918 "bit_field",
 5919 "half",
 5920 "lebe",
 5921 "miniz_oxide",
 5922 "rayon-core",
 5923 "smallvec",
 5924 "zune-inflate",
 5925]
 5926
 5927[[package]]
 5928name = "extended"
 5929version = "0.1.0"
 5930source = "registry+https://github.com/rust-lang/crates.io-index"
 5931checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5932
 5933[[package]]
 5934name = "extension"
 5935version = "0.1.0"
 5936dependencies = [
 5937 "anyhow",
 5938 "async-trait",
 5939 "cloud_api_types",
 5940 "collections",
 5941 "dap",
 5942 "fs",
 5943 "futures 0.3.32",
 5944 "gpui",
 5945 "heck 0.5.0",
 5946 "http_client",
 5947 "indoc",
 5948 "language",
 5949 "log",
 5950 "lsp",
 5951 "parking_lot",
 5952 "pretty_assertions",
 5953 "proto",
 5954 "semver",
 5955 "serde",
 5956 "serde_json",
 5957 "task",
 5958 "tempfile",
 5959 "toml 0.8.23",
 5960 "tracing",
 5961 "url",
 5962 "util",
 5963 "wasm-encoder 0.221.3",
 5964 "wasmparser 0.221.3",
 5965 "ztracing",
 5966]
 5967
 5968[[package]]
 5969name = "extension_cli"
 5970version = "0.1.0"
 5971dependencies = [
 5972 "anyhow",
 5973 "clap",
 5974 "cloud_api_types",
 5975 "env_logger 0.11.8",
 5976 "extension",
 5977 "fs",
 5978 "gpui_platform",
 5979 "language",
 5980 "log",
 5981 "reqwest_client",
 5982 "serde",
 5983 "serde_json",
 5984 "serde_json_lenient",
 5985 "settings_content",
 5986 "snippet_provider",
 5987 "task",
 5988 "theme_settings",
 5989 "tokio",
 5990 "toml 0.8.23",
 5991 "tree-sitter",
 5992 "wasmtime",
 5993]
 5994
 5995[[package]]
 5996name = "extension_host"
 5997version = "0.1.0"
 5998dependencies = [
 5999 "anyhow",
 6000 "async-compression",
 6001 "async-tar",
 6002 "async-trait",
 6003 "client",
 6004 "cloud_api_types",
 6005 "collections",
 6006 "criterion",
 6007 "ctor",
 6008 "dap",
 6009 "extension",
 6010 "fs",
 6011 "futures 0.3.32",
 6012 "gpui",
 6013 "gpui_tokio",
 6014 "http_client",
 6015 "language",
 6016 "language_extension",
 6017 "log",
 6018 "lsp",
 6019 "moka",
 6020 "node_runtime",
 6021 "parking_lot",
 6022 "paths",
 6023 "project",
 6024 "release_channel",
 6025 "remote",
 6026 "reqwest_client",
 6027 "semver",
 6028 "serde",
 6029 "serde_json",
 6030 "serde_json_lenient",
 6031 "settings",
 6032 "task",
 6033 "telemetry",
 6034 "tempfile",
 6035 "theme",
 6036 "theme_extension",
 6037 "theme_settings",
 6038 "toml 0.8.23",
 6039 "tracing",
 6040 "url",
 6041 "util",
 6042 "wasmparser 0.221.3",
 6043 "wasmtime",
 6044 "wasmtime-wasi",
 6045 "zlog",
 6046 "ztracing",
 6047]
 6048
 6049[[package]]
 6050name = "extensions_ui"
 6051version = "0.1.0"
 6052dependencies = [
 6053 "anyhow",
 6054 "client",
 6055 "cloud_api_types",
 6056 "collections",
 6057 "db",
 6058 "editor",
 6059 "extension",
 6060 "extension_host",
 6061 "fs",
 6062 "fuzzy",
 6063 "gpui",
 6064 "language",
 6065 "log",
 6066 "num-format",
 6067 "picker",
 6068 "project",
 6069 "release_channel",
 6070 "semver",
 6071 "serde",
 6072 "settings",
 6073 "smallvec",
 6074 "strum 0.27.2",
 6075 "telemetry",
 6076 "theme_settings",
 6077 "ui",
 6078 "util",
 6079 "vim_mode_setting",
 6080 "workspace",
 6081 "zed_actions",
 6082]
 6083
 6084[[package]]
 6085name = "failspot"
 6086version = "0.2.0"
 6087source = "registry+https://github.com/rust-lang/crates.io-index"
 6088checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6089
 6090[[package]]
 6091name = "fallible-iterator"
 6092version = "0.3.0"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6095
 6096[[package]]
 6097name = "fancy-regex"
 6098version = "0.16.2"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6101dependencies = [
 6102 "bit-set 0.8.0",
 6103 "regex-automata",
 6104 "regex-syntax",
 6105]
 6106
 6107[[package]]
 6108name = "fancy-regex"
 6109version = "0.17.0"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6112dependencies = [
 6113 "bit-set 0.8.0",
 6114 "regex-automata",
 6115 "regex-syntax",
 6116]
 6117
 6118[[package]]
 6119name = "fast-srgb8"
 6120version = "1.0.0"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6123
 6124[[package]]
 6125name = "fastrand"
 6126version = "1.9.0"
 6127source = "registry+https://github.com/rust-lang/crates.io-index"
 6128checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6129dependencies = [
 6130 "instant",
 6131]
 6132
 6133[[package]]
 6134name = "fastrand"
 6135version = "2.3.0"
 6136source = "registry+https://github.com/rust-lang/crates.io-index"
 6137checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6138
 6139[[package]]
 6140name = "fax"
 6141version = "0.2.6"
 6142source = "registry+https://github.com/rust-lang/crates.io-index"
 6143checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6144dependencies = [
 6145 "fax_derive",
 6146]
 6147
 6148[[package]]
 6149name = "fax_derive"
 6150version = "0.2.0"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6153dependencies = [
 6154 "proc-macro2",
 6155 "quote",
 6156 "syn 2.0.117",
 6157]
 6158
 6159[[package]]
 6160name = "fd-lock"
 6161version = "4.0.4"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6164dependencies = [
 6165 "cfg-if",
 6166 "rustix 1.1.2",
 6167 "windows-sys 0.59.0",
 6168]
 6169
 6170[[package]]
 6171name = "fdeflate"
 6172version = "0.3.7"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6175dependencies = [
 6176 "simd-adler32",
 6177]
 6178
 6179[[package]]
 6180name = "feature_flags"
 6181version = "0.1.0"
 6182dependencies = [
 6183 "collections",
 6184 "feature_flags_macros",
 6185 "fs",
 6186 "gpui",
 6187 "inventory",
 6188 "schemars",
 6189 "serde_json",
 6190 "settings",
 6191]
 6192
 6193[[package]]
 6194name = "feature_flags_macros"
 6195version = "0.1.0"
 6196dependencies = [
 6197 "proc-macro2",
 6198 "quote",
 6199 "syn 2.0.117",
 6200]
 6201
 6202[[package]]
 6203name = "feedback"
 6204version = "0.1.0"
 6205dependencies = [
 6206 "extension_host",
 6207 "gpui",
 6208 "system_specs",
 6209 "urlencoding",
 6210 "util",
 6211 "workspace",
 6212 "zed_actions",
 6213]
 6214
 6215[[package]]
 6216name = "ff"
 6217version = "0.12.1"
 6218source = "registry+https://github.com/rust-lang/crates.io-index"
 6219checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6220dependencies = [
 6221 "rand_core 0.6.4",
 6222 "subtle",
 6223]
 6224
 6225[[package]]
 6226name = "file_finder"
 6227version = "0.1.0"
 6228dependencies = [
 6229 "anyhow",
 6230 "channel",
 6231 "client",
 6232 "collections",
 6233 "ctor",
 6234 "editor",
 6235 "file_icons",
 6236 "futures 0.3.32",
 6237 "fuzzy",
 6238 "fuzzy_nucleo",
 6239 "gpui",
 6240 "menu",
 6241 "open_path_prompt",
 6242 "picker",
 6243 "pretty_assertions",
 6244 "project",
 6245 "project_panel",
 6246 "remote_connection",
 6247 "serde",
 6248 "serde_json",
 6249 "settings",
 6250 "theme",
 6251 "theme_settings",
 6252 "ui",
 6253 "util",
 6254 "workspace",
 6255 "zed_actions",
 6256 "zlog",
 6257]
 6258
 6259[[package]]
 6260name = "file_icons"
 6261version = "0.1.0"
 6262dependencies = [
 6263 "gpui",
 6264 "serde",
 6265 "theme",
 6266 "util",
 6267]
 6268
 6269[[package]]
 6270name = "filedescriptor"
 6271version = "0.8.3"
 6272source = "registry+https://github.com/rust-lang/crates.io-index"
 6273checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6274dependencies = [
 6275 "libc",
 6276 "thiserror 1.0.69",
 6277 "winapi",
 6278]
 6279
 6280[[package]]
 6281name = "filetime"
 6282version = "0.2.26"
 6283source = "registry+https://github.com/rust-lang/crates.io-index"
 6284checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6285dependencies = [
 6286 "cfg-if",
 6287 "libc",
 6288 "libredox",
 6289 "windows-sys 0.60.2",
 6290]
 6291
 6292[[package]]
 6293name = "find-msvc-tools"
 6294version = "0.1.5"
 6295source = "registry+https://github.com/rust-lang/crates.io-index"
 6296checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6297
 6298[[package]]
 6299name = "fixedbitset"
 6300version = "0.4.2"
 6301source = "registry+https://github.com/rust-lang/crates.io-index"
 6302checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6303
 6304[[package]]
 6305name = "fixedbitset"
 6306version = "0.5.7"
 6307source = "registry+https://github.com/rust-lang/crates.io-index"
 6308checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6309
 6310[[package]]
 6311name = "flate2"
 6312version = "1.1.8"
 6313source = "registry+https://github.com/rust-lang/crates.io-index"
 6314checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6315dependencies = [
 6316 "crc32fast",
 6317 "miniz_oxide",
 6318]
 6319
 6320[[package]]
 6321name = "float-cmp"
 6322version = "0.9.0"
 6323source = "registry+https://github.com/rust-lang/crates.io-index"
 6324checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6325
 6326[[package]]
 6327name = "float-ord"
 6328version = "0.3.2"
 6329source = "registry+https://github.com/rust-lang/crates.io-index"
 6330checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6331
 6332[[package]]
 6333name = "float8"
 6334version = "0.4.2"
 6335source = "registry+https://github.com/rust-lang/crates.io-index"
 6336checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6337dependencies = [
 6338 "half",
 6339 "num-traits",
 6340 "rand 0.9.3",
 6341 "rand_distr",
 6342]
 6343
 6344[[package]]
 6345name = "float_next_after"
 6346version = "1.0.0"
 6347source = "registry+https://github.com/rust-lang/crates.io-index"
 6348checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6349
 6350[[package]]
 6351name = "fluent-uri"
 6352version = "0.4.1"
 6353source = "registry+https://github.com/rust-lang/crates.io-index"
 6354checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6355dependencies = [
 6356 "borrow-or-share",
 6357 "ref-cast",
 6358 "serde",
 6359]
 6360
 6361[[package]]
 6362name = "flume"
 6363version = "0.11.1"
 6364source = "registry+https://github.com/rust-lang/crates.io-index"
 6365checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6366dependencies = [
 6367 "futures-core",
 6368 "futures-sink",
 6369 "nanorand",
 6370 "spin 0.9.8",
 6371]
 6372
 6373[[package]]
 6374name = "fnv"
 6375version = "1.0.7"
 6376source = "registry+https://github.com/rust-lang/crates.io-index"
 6377checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6378
 6379[[package]]
 6380name = "foldhash"
 6381version = "0.1.5"
 6382source = "registry+https://github.com/rust-lang/crates.io-index"
 6383checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6384
 6385[[package]]
 6386name = "foldhash"
 6387version = "0.2.0"
 6388source = "registry+https://github.com/rust-lang/crates.io-index"
 6389checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6390
 6391[[package]]
 6392name = "font-types"
 6393version = "0.10.0"
 6394source = "registry+https://github.com/rust-lang/crates.io-index"
 6395checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6396dependencies = [
 6397 "bytemuck",
 6398]
 6399
 6400[[package]]
 6401name = "font-types"
 6402version = "0.11.0"
 6403source = "registry+https://github.com/rust-lang/crates.io-index"
 6404checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6405dependencies = [
 6406 "bytemuck",
 6407]
 6408
 6409[[package]]
 6410name = "fontconfig-parser"
 6411version = "0.5.8"
 6412source = "registry+https://github.com/rust-lang/crates.io-index"
 6413checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6414dependencies = [
 6415 "roxmltree",
 6416]
 6417
 6418[[package]]
 6419name = "fontdb"
 6420version = "0.16.2"
 6421source = "registry+https://github.com/rust-lang/crates.io-index"
 6422checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6423dependencies = [
 6424 "fontconfig-parser",
 6425 "log",
 6426 "memmap2",
 6427 "slotmap",
 6428 "tinyvec",
 6429 "ttf-parser 0.20.0",
 6430]
 6431
 6432[[package]]
 6433name = "fontdb"
 6434version = "0.23.0"
 6435source = "registry+https://github.com/rust-lang/crates.io-index"
 6436checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6437dependencies = [
 6438 "fontconfig-parser",
 6439 "log",
 6440 "memmap2",
 6441 "slotmap",
 6442 "tinyvec",
 6443 "ttf-parser 0.25.1",
 6444]
 6445
 6446[[package]]
 6447name = "foreign-types"
 6448version = "0.3.2"
 6449source = "registry+https://github.com/rust-lang/crates.io-index"
 6450checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6451dependencies = [
 6452 "foreign-types-shared 0.1.1",
 6453]
 6454
 6455[[package]]
 6456name = "foreign-types"
 6457version = "0.5.0"
 6458source = "registry+https://github.com/rust-lang/crates.io-index"
 6459checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6460dependencies = [
 6461 "foreign-types-macros",
 6462 "foreign-types-shared 0.3.1",
 6463]
 6464
 6465[[package]]
 6466name = "foreign-types-macros"
 6467version = "0.2.3"
 6468source = "registry+https://github.com/rust-lang/crates.io-index"
 6469checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6470dependencies = [
 6471 "proc-macro2",
 6472 "quote",
 6473 "syn 2.0.117",
 6474]
 6475
 6476[[package]]
 6477name = "foreign-types-shared"
 6478version = "0.1.1"
 6479source = "registry+https://github.com/rust-lang/crates.io-index"
 6480checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6481
 6482[[package]]
 6483name = "foreign-types-shared"
 6484version = "0.3.1"
 6485source = "registry+https://github.com/rust-lang/crates.io-index"
 6486checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6487
 6488[[package]]
 6489name = "fork"
 6490version = "0.4.0"
 6491source = "registry+https://github.com/rust-lang/crates.io-index"
 6492checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6493dependencies = [
 6494 "libc",
 6495]
 6496
 6497[[package]]
 6498name = "form_urlencoded"
 6499version = "1.2.2"
 6500source = "registry+https://github.com/rust-lang/crates.io-index"
 6501checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6502dependencies = [
 6503 "percent-encoding",
 6504]
 6505
 6506[[package]]
 6507name = "fraction"
 6508version = "0.15.3"
 6509source = "registry+https://github.com/rust-lang/crates.io-index"
 6510checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6511dependencies = [
 6512 "lazy_static",
 6513 "num",
 6514]
 6515
 6516[[package]]
 6517name = "freetype-sys"
 6518version = "0.20.1"
 6519source = "registry+https://github.com/rust-lang/crates.io-index"
 6520checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6521dependencies = [
 6522 "cc",
 6523 "libc",
 6524 "pkg-config",
 6525]
 6526
 6527[[package]]
 6528name = "fs"
 6529version = "0.1.0"
 6530dependencies = [
 6531 "anyhow",
 6532 "ashpd",
 6533 "async-tar",
 6534 "async-trait",
 6535 "collections",
 6536 "dunce",
 6537 "fs",
 6538 "futures 0.3.32",
 6539 "git",
 6540 "gpui",
 6541 "ignore",
 6542 "is_executable",
 6543 "libc",
 6544 "log",
 6545 "notify 8.2.0",
 6546 "parking_lot",
 6547 "paths",
 6548 "proto",
 6549 "rope",
 6550 "serde",
 6551 "serde_json",
 6552 "smol",
 6553 "tempfile",
 6554 "text",
 6555 "thiserror 2.0.17",
 6556 "time",
 6557 "trash",
 6558 "util",
 6559 "windows 0.61.3",
 6560]
 6561
 6562[[package]]
 6563name = "fs-set-times"
 6564version = "0.20.3"
 6565source = "registry+https://github.com/rust-lang/crates.io-index"
 6566checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6567dependencies = [
 6568 "io-lifetimes",
 6569 "rustix 1.1.2",
 6570 "windows-sys 0.59.0",
 6571]
 6572
 6573[[package]]
 6574name = "fs2"
 6575version = "0.4.3"
 6576source = "registry+https://github.com/rust-lang/crates.io-index"
 6577checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6578dependencies = [
 6579 "libc",
 6580 "winapi",
 6581]
 6582
 6583[[package]]
 6584name = "fs_benchmarks"
 6585version = "0.1.0"
 6586dependencies = [
 6587 "fs",
 6588 "gpui",
 6589 "gpui_platform",
 6590]
 6591
 6592[[package]]
 6593name = "fs_extra"
 6594version = "1.3.0"
 6595source = "registry+https://github.com/rust-lang/crates.io-index"
 6596checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6597
 6598[[package]]
 6599name = "fsevent-sys"
 6600version = "4.1.0"
 6601source = "registry+https://github.com/rust-lang/crates.io-index"
 6602checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6603dependencies = [
 6604 "libc",
 6605]
 6606
 6607[[package]]
 6608name = "fuchsia-cprng"
 6609version = "0.1.1"
 6610source = "registry+https://github.com/rust-lang/crates.io-index"
 6611checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6612
 6613[[package]]
 6614name = "funty"
 6615version = "2.0.0"
 6616source = "registry+https://github.com/rust-lang/crates.io-index"
 6617checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6618
 6619[[package]]
 6620name = "futf"
 6621version = "0.1.5"
 6622source = "registry+https://github.com/rust-lang/crates.io-index"
 6623checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6624dependencies = [
 6625 "mac",
 6626 "new_debug_unreachable",
 6627]
 6628
 6629[[package]]
 6630name = "futures"
 6631version = "0.1.31"
 6632source = "registry+https://github.com/rust-lang/crates.io-index"
 6633checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6634
 6635[[package]]
 6636name = "futures"
 6637version = "0.3.32"
 6638source = "registry+https://github.com/rust-lang/crates.io-index"
 6639checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6640dependencies = [
 6641 "futures-channel",
 6642 "futures-core",
 6643 "futures-executor",
 6644 "futures-io",
 6645 "futures-sink",
 6646 "futures-task",
 6647 "futures-util",
 6648]
 6649
 6650[[package]]
 6651name = "futures-channel"
 6652version = "0.3.32"
 6653source = "registry+https://github.com/rust-lang/crates.io-index"
 6654checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6655dependencies = [
 6656 "futures-core",
 6657 "futures-sink",
 6658]
 6659
 6660[[package]]
 6661name = "futures-concurrency"
 6662version = "7.7.1"
 6663source = "registry+https://github.com/rust-lang/crates.io-index"
 6664checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6665dependencies = [
 6666 "fixedbitset 0.5.7",
 6667 "futures-core",
 6668 "futures-lite 2.6.1",
 6669 "pin-project",
 6670 "smallvec",
 6671]
 6672
 6673[[package]]
 6674name = "futures-core"
 6675version = "0.3.32"
 6676source = "registry+https://github.com/rust-lang/crates.io-index"
 6677checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6678
 6679[[package]]
 6680name = "futures-executor"
 6681version = "0.3.32"
 6682source = "registry+https://github.com/rust-lang/crates.io-index"
 6683checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6684dependencies = [
 6685 "futures-core",
 6686 "futures-task",
 6687 "futures-util",
 6688]
 6689
 6690[[package]]
 6691name = "futures-intrusive"
 6692version = "0.5.0"
 6693source = "registry+https://github.com/rust-lang/crates.io-index"
 6694checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6695dependencies = [
 6696 "futures-core",
 6697 "lock_api",
 6698 "parking_lot",
 6699]
 6700
 6701[[package]]
 6702name = "futures-io"
 6703version = "0.3.32"
 6704source = "registry+https://github.com/rust-lang/crates.io-index"
 6705checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6706
 6707[[package]]
 6708name = "futures-lite"
 6709version = "1.13.0"
 6710source = "registry+https://github.com/rust-lang/crates.io-index"
 6711checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6712dependencies = [
 6713 "fastrand 1.9.0",
 6714 "futures-core",
 6715 "futures-io",
 6716 "memchr",
 6717 "parking",
 6718 "pin-project-lite",
 6719 "waker-fn",
 6720]
 6721
 6722[[package]]
 6723name = "futures-lite"
 6724version = "2.6.1"
 6725source = "registry+https://github.com/rust-lang/crates.io-index"
 6726checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6727dependencies = [
 6728 "fastrand 2.3.0",
 6729 "futures-core",
 6730 "futures-io",
 6731 "parking",
 6732 "pin-project-lite",
 6733]
 6734
 6735[[package]]
 6736name = "futures-macro"
 6737version = "0.3.32"
 6738source = "registry+https://github.com/rust-lang/crates.io-index"
 6739checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6740dependencies = [
 6741 "proc-macro2",
 6742 "quote",
 6743 "syn 2.0.117",
 6744]
 6745
 6746[[package]]
 6747name = "futures-sink"
 6748version = "0.3.32"
 6749source = "registry+https://github.com/rust-lang/crates.io-index"
 6750checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6751
 6752[[package]]
 6753name = "futures-task"
 6754version = "0.3.32"
 6755source = "registry+https://github.com/rust-lang/crates.io-index"
 6756checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6757
 6758[[package]]
 6759name = "futures-util"
 6760version = "0.3.32"
 6761source = "registry+https://github.com/rust-lang/crates.io-index"
 6762checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6763dependencies = [
 6764 "futures 0.1.31",
 6765 "futures-channel",
 6766 "futures-core",
 6767 "futures-io",
 6768 "futures-macro",
 6769 "futures-sink",
 6770 "futures-task",
 6771 "libc",
 6772 "memchr",
 6773 "pin-project-lite",
 6774 "slab",
 6775 "tokio-io",
 6776]
 6777
 6778[[package]]
 6779name = "fuzzy"
 6780version = "0.1.0"
 6781dependencies = [
 6782 "gpui",
 6783 "log",
 6784 "util",
 6785]
 6786
 6787[[package]]
 6788name = "fuzzy_nucleo"
 6789version = "0.1.0"
 6790dependencies = [
 6791 "criterion",
 6792 "fuzzy",
 6793 "gpui",
 6794 "nucleo",
 6795 "util",
 6796]
 6797
 6798[[package]]
 6799name = "gaoya"
 6800version = "0.2.0"
 6801source = "registry+https://github.com/rust-lang/crates.io-index"
 6802checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6803dependencies = [
 6804 "ahash 0.8.12",
 6805 "crossbeam-utils",
 6806 "fnv",
 6807 "itertools 0.10.5",
 6808 "num-traits",
 6809 "rand 0.8.5",
 6810 "rand_pcg",
 6811 "random_choice",
 6812 "rayon",
 6813 "seahash",
 6814 "sha-1",
 6815 "shingles",
 6816 "siphasher 0.3.11",
 6817 "smallvec",
 6818 "triomphe",
 6819]
 6820
 6821[[package]]
 6822name = "gemm"
 6823version = "0.17.1"
 6824source = "registry+https://github.com/rust-lang/crates.io-index"
 6825checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6826dependencies = [
 6827 "dyn-stack 0.10.0",
 6828 "gemm-c32 0.17.1",
 6829 "gemm-c64 0.17.1",
 6830 "gemm-common 0.17.1",
 6831 "gemm-f16 0.17.1",
 6832 "gemm-f32 0.17.1",
 6833 "gemm-f64 0.17.1",
 6834 "num-complex",
 6835 "num-traits",
 6836 "paste",
 6837 "raw-cpuid 10.7.0",
 6838 "seq-macro",
 6839]
 6840
 6841[[package]]
 6842name = "gemm"
 6843version = "0.18.2"
 6844source = "registry+https://github.com/rust-lang/crates.io-index"
 6845checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6846dependencies = [
 6847 "dyn-stack 0.13.2",
 6848 "gemm-c32 0.18.2",
 6849 "gemm-c64 0.18.2",
 6850 "gemm-common 0.18.2",
 6851 "gemm-f16 0.18.2",
 6852 "gemm-f32 0.18.2",
 6853 "gemm-f64 0.18.2",
 6854 "num-complex",
 6855 "num-traits",
 6856 "paste",
 6857 "raw-cpuid 11.6.0",
 6858 "seq-macro",
 6859]
 6860
 6861[[package]]
 6862name = "gemm-c32"
 6863version = "0.17.1"
 6864source = "registry+https://github.com/rust-lang/crates.io-index"
 6865checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6866dependencies = [
 6867 "dyn-stack 0.10.0",
 6868 "gemm-common 0.17.1",
 6869 "num-complex",
 6870 "num-traits",
 6871 "paste",
 6872 "raw-cpuid 10.7.0",
 6873 "seq-macro",
 6874]
 6875
 6876[[package]]
 6877name = "gemm-c32"
 6878version = "0.18.2"
 6879source = "registry+https://github.com/rust-lang/crates.io-index"
 6880checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6881dependencies = [
 6882 "dyn-stack 0.13.2",
 6883 "gemm-common 0.18.2",
 6884 "num-complex",
 6885 "num-traits",
 6886 "paste",
 6887 "raw-cpuid 11.6.0",
 6888 "seq-macro",
 6889]
 6890
 6891[[package]]
 6892name = "gemm-c64"
 6893version = "0.17.1"
 6894source = "registry+https://github.com/rust-lang/crates.io-index"
 6895checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6896dependencies = [
 6897 "dyn-stack 0.10.0",
 6898 "gemm-common 0.17.1",
 6899 "num-complex",
 6900 "num-traits",
 6901 "paste",
 6902 "raw-cpuid 10.7.0",
 6903 "seq-macro",
 6904]
 6905
 6906[[package]]
 6907name = "gemm-c64"
 6908version = "0.18.2"
 6909source = "registry+https://github.com/rust-lang/crates.io-index"
 6910checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6911dependencies = [
 6912 "dyn-stack 0.13.2",
 6913 "gemm-common 0.18.2",
 6914 "num-complex",
 6915 "num-traits",
 6916 "paste",
 6917 "raw-cpuid 11.6.0",
 6918 "seq-macro",
 6919]
 6920
 6921[[package]]
 6922name = "gemm-common"
 6923version = "0.17.1"
 6924source = "registry+https://github.com/rust-lang/crates.io-index"
 6925checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6926dependencies = [
 6927 "bytemuck",
 6928 "dyn-stack 0.10.0",
 6929 "half",
 6930 "num-complex",
 6931 "num-traits",
 6932 "once_cell",
 6933 "paste",
 6934 "pulp 0.18.22",
 6935 "raw-cpuid 10.7.0",
 6936 "rayon",
 6937 "seq-macro",
 6938 "sysctl 0.5.5",
 6939]
 6940
 6941[[package]]
 6942name = "gemm-common"
 6943version = "0.18.2"
 6944source = "registry+https://github.com/rust-lang/crates.io-index"
 6945checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6946dependencies = [
 6947 "bytemuck",
 6948 "dyn-stack 0.13.2",
 6949 "half",
 6950 "libm",
 6951 "num-complex",
 6952 "num-traits",
 6953 "once_cell",
 6954 "paste",
 6955 "pulp 0.21.5",
 6956 "raw-cpuid 11.6.0",
 6957 "rayon",
 6958 "seq-macro",
 6959 "sysctl 0.6.0",
 6960]
 6961
 6962[[package]]
 6963name = "gemm-f16"
 6964version = "0.17.1"
 6965source = "registry+https://github.com/rust-lang/crates.io-index"
 6966checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6967dependencies = [
 6968 "dyn-stack 0.10.0",
 6969 "gemm-common 0.17.1",
 6970 "gemm-f32 0.17.1",
 6971 "half",
 6972 "num-complex",
 6973 "num-traits",
 6974 "paste",
 6975 "raw-cpuid 10.7.0",
 6976 "rayon",
 6977 "seq-macro",
 6978]
 6979
 6980[[package]]
 6981name = "gemm-f16"
 6982version = "0.18.2"
 6983source = "registry+https://github.com/rust-lang/crates.io-index"
 6984checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6985dependencies = [
 6986 "dyn-stack 0.13.2",
 6987 "gemm-common 0.18.2",
 6988 "gemm-f32 0.18.2",
 6989 "half",
 6990 "num-complex",
 6991 "num-traits",
 6992 "paste",
 6993 "raw-cpuid 11.6.0",
 6994 "rayon",
 6995 "seq-macro",
 6996]
 6997
 6998[[package]]
 6999name = "gemm-f32"
 7000version = "0.17.1"
 7001source = "registry+https://github.com/rust-lang/crates.io-index"
 7002checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 7003dependencies = [
 7004 "dyn-stack 0.10.0",
 7005 "gemm-common 0.17.1",
 7006 "num-complex",
 7007 "num-traits",
 7008 "paste",
 7009 "raw-cpuid 10.7.0",
 7010 "seq-macro",
 7011]
 7012
 7013[[package]]
 7014name = "gemm-f32"
 7015version = "0.18.2"
 7016source = "registry+https://github.com/rust-lang/crates.io-index"
 7017checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7018dependencies = [
 7019 "dyn-stack 0.13.2",
 7020 "gemm-common 0.18.2",
 7021 "num-complex",
 7022 "num-traits",
 7023 "paste",
 7024 "raw-cpuid 11.6.0",
 7025 "seq-macro",
 7026]
 7027
 7028[[package]]
 7029name = "gemm-f64"
 7030version = "0.17.1"
 7031source = "registry+https://github.com/rust-lang/crates.io-index"
 7032checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7033dependencies = [
 7034 "dyn-stack 0.10.0",
 7035 "gemm-common 0.17.1",
 7036 "num-complex",
 7037 "num-traits",
 7038 "paste",
 7039 "raw-cpuid 10.7.0",
 7040 "seq-macro",
 7041]
 7042
 7043[[package]]
 7044name = "gemm-f64"
 7045version = "0.18.2"
 7046source = "registry+https://github.com/rust-lang/crates.io-index"
 7047checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7048dependencies = [
 7049 "dyn-stack 0.13.2",
 7050 "gemm-common 0.18.2",
 7051 "num-complex",
 7052 "num-traits",
 7053 "paste",
 7054 "raw-cpuid 11.6.0",
 7055 "seq-macro",
 7056]
 7057
 7058[[package]]
 7059name = "generator"
 7060version = "0.8.7"
 7061source = "registry+https://github.com/rust-lang/crates.io-index"
 7062checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7063dependencies = [
 7064 "cc",
 7065 "cfg-if",
 7066 "libc",
 7067 "log",
 7068 "rustversion",
 7069 "windows 0.61.3",
 7070]
 7071
 7072[[package]]
 7073name = "generic-array"
 7074version = "0.14.7"
 7075source = "registry+https://github.com/rust-lang/crates.io-index"
 7076checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7077dependencies = [
 7078 "typenum",
 7079 "version_check",
 7080]
 7081
 7082[[package]]
 7083name = "gethostname"
 7084version = "1.1.0"
 7085source = "registry+https://github.com/rust-lang/crates.io-index"
 7086checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7087dependencies = [
 7088 "rustix 1.1.2",
 7089 "windows-link 0.2.1",
 7090]
 7091
 7092[[package]]
 7093name = "getrandom"
 7094version = "0.2.16"
 7095source = "registry+https://github.com/rust-lang/crates.io-index"
 7096checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7097dependencies = [
 7098 "cfg-if",
 7099 "js-sys",
 7100 "libc",
 7101 "wasi",
 7102 "wasm-bindgen",
 7103]
 7104
 7105[[package]]
 7106name = "getrandom"
 7107version = "0.3.4"
 7108source = "registry+https://github.com/rust-lang/crates.io-index"
 7109checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7110dependencies = [
 7111 "cfg-if",
 7112 "js-sys",
 7113 "libc",
 7114 "r-efi",
 7115 "wasip2",
 7116 "wasm-bindgen",
 7117]
 7118
 7119[[package]]
 7120name = "getrandom"
 7121version = "0.4.1"
 7122source = "registry+https://github.com/rust-lang/crates.io-index"
 7123checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7124dependencies = [
 7125 "cfg-if",
 7126 "libc",
 7127 "r-efi",
 7128 "wasip2",
 7129 "wasip3",
 7130]
 7131
 7132[[package]]
 7133name = "gh-workflow"
 7134version = "0.8.0"
 7135source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7136dependencies = [
 7137 "async-trait",
 7138 "derive_more",
 7139 "derive_setters",
 7140 "gh-workflow-macros",
 7141 "indexmap",
 7142 "merge",
 7143 "serde",
 7144 "serde_json",
 7145 "serde_yaml",
 7146 "strum_macros 0.27.2",
 7147]
 7148
 7149[[package]]
 7150name = "gh-workflow-macros"
 7151version = "0.8.0"
 7152source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7153dependencies = [
 7154 "heck 0.5.0",
 7155 "quote",
 7156 "syn 2.0.117",
 7157]
 7158
 7159[[package]]
 7160name = "gif"
 7161version = "0.13.3"
 7162source = "registry+https://github.com/rust-lang/crates.io-index"
 7163checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7164dependencies = [
 7165 "color_quant",
 7166 "weezl",
 7167]
 7168
 7169[[package]]
 7170name = "gif"
 7171version = "0.14.2"
 7172source = "registry+https://github.com/rust-lang/crates.io-index"
 7173checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 7174dependencies = [
 7175 "color_quant",
 7176 "weezl",
 7177]
 7178
 7179[[package]]
 7180name = "gimli"
 7181version = "0.32.3"
 7182source = "registry+https://github.com/rust-lang/crates.io-index"
 7183checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7184dependencies = [
 7185 "fallible-iterator",
 7186 "indexmap",
 7187 "stable_deref_trait",
 7188]
 7189
 7190[[package]]
 7191name = "gio-sys"
 7192version = "0.21.5"
 7193source = "registry+https://github.com/rust-lang/crates.io-index"
 7194checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7195dependencies = [
 7196 "glib-sys",
 7197 "gobject-sys",
 7198 "libc",
 7199 "system-deps",
 7200 "windows-sys 0.61.2",
 7201]
 7202
 7203[[package]]
 7204name = "git"
 7205version = "0.1.0"
 7206dependencies = [
 7207 "anyhow",
 7208 "askpass",
 7209 "async-trait",
 7210 "collections",
 7211 "derive_more",
 7212 "futures 0.3.32",
 7213 "git2",
 7214 "gpui",
 7215 "http_client",
 7216 "itertools 0.14.0",
 7217 "log",
 7218 "parking_lot",
 7219 "pretty_assertions",
 7220 "rand 0.9.3",
 7221 "regex",
 7222 "rope",
 7223 "schemars",
 7224 "serde",
 7225 "serde_json",
 7226 "smallvec",
 7227 "smol",
 7228 "sum_tree",
 7229 "tempfile",
 7230 "text",
 7231 "thiserror 2.0.17",
 7232 "time",
 7233 "url",
 7234 "urlencoding",
 7235 "util",
 7236 "uuid",
 7237 "ztracing",
 7238]
 7239
 7240[[package]]
 7241name = "git2"
 7242version = "0.20.4"
 7243source = "registry+https://github.com/rust-lang/crates.io-index"
 7244checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7245dependencies = [
 7246 "bitflags 2.10.0",
 7247 "libc",
 7248 "libgit2-sys",
 7249 "log",
 7250 "url",
 7251]
 7252
 7253[[package]]
 7254name = "git_graph"
 7255version = "0.1.0"
 7256dependencies = [
 7257 "anyhow",
 7258 "collections",
 7259 "db",
 7260 "editor",
 7261 "fs",
 7262 "git",
 7263 "git_ui",
 7264 "gpui",
 7265 "language",
 7266 "menu",
 7267 "project",
 7268 "rand 0.9.3",
 7269 "remote_connection",
 7270 "search",
 7271 "serde_json",
 7272 "settings",
 7273 "smallvec",
 7274 "smol",
 7275 "theme",
 7276 "theme_settings",
 7277 "time",
 7278 "ui",
 7279 "workspace",
 7280]
 7281
 7282[[package]]
 7283name = "git_hosting_providers"
 7284version = "0.1.0"
 7285dependencies = [
 7286 "anyhow",
 7287 "async-trait",
 7288 "futures 0.3.32",
 7289 "git",
 7290 "gpui",
 7291 "http_client",
 7292 "indoc",
 7293 "itertools 0.14.0",
 7294 "pretty_assertions",
 7295 "regex",
 7296 "serde",
 7297 "serde_json",
 7298 "settings",
 7299 "url",
 7300 "urlencoding",
 7301 "util",
 7302]
 7303
 7304[[package]]
 7305name = "git_ui"
 7306version = "0.1.0"
 7307dependencies = [
 7308 "agent_settings",
 7309 "alacritty_terminal",
 7310 "anyhow",
 7311 "askpass",
 7312 "buffer_diff",
 7313 "call",
 7314 "collections",
 7315 "component",
 7316 "ctor",
 7317 "db",
 7318 "editor",
 7319 "file_icons",
 7320 "futures 0.3.32",
 7321 "fuzzy",
 7322 "git",
 7323 "gpui",
 7324 "indoc",
 7325 "itertools 0.14.0",
 7326 "language",
 7327 "language_model",
 7328 "linkify",
 7329 "log",
 7330 "markdown",
 7331 "menu",
 7332 "multi_buffer",
 7333 "notifications",
 7334 "panel",
 7335 "picker",
 7336 "pretty_assertions",
 7337 "project",
 7338 "prompt_store",
 7339 "proto",
 7340 "rand 0.9.3",
 7341 "remote",
 7342 "remote_connection",
 7343 "schemars",
 7344 "serde",
 7345 "serde_json",
 7346 "settings",
 7347 "smallvec",
 7348 "smol",
 7349 "strum 0.27.2",
 7350 "telemetry",
 7351 "theme",
 7352 "theme_settings",
 7353 "time",
 7354 "time_format",
 7355 "tracing",
 7356 "ui",
 7357 "ui_input",
 7358 "unindent",
 7359 "util",
 7360 "watch",
 7361 "windows 0.61.3",
 7362 "workspace",
 7363 "zed_actions",
 7364 "zeroize",
 7365 "zlog",
 7366 "ztracing",
 7367]
 7368
 7369[[package]]
 7370name = "gl_generator"
 7371version = "0.14.0"
 7372source = "registry+https://github.com/rust-lang/crates.io-index"
 7373checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7374dependencies = [
 7375 "khronos_api",
 7376 "log",
 7377 "xml-rs",
 7378]
 7379
 7380[[package]]
 7381name = "glib"
 7382version = "0.21.5"
 7383source = "registry+https://github.com/rust-lang/crates.io-index"
 7384checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7385dependencies = [
 7386 "bitflags 2.10.0",
 7387 "futures-channel",
 7388 "futures-core",
 7389 "futures-executor",
 7390 "futures-task",
 7391 "futures-util",
 7392 "gio-sys",
 7393 "glib-macros",
 7394 "glib-sys",
 7395 "gobject-sys",
 7396 "libc",
 7397 "memchr",
 7398 "smallvec",
 7399]
 7400
 7401[[package]]
 7402name = "glib-macros"
 7403version = "0.21.5"
 7404source = "registry+https://github.com/rust-lang/crates.io-index"
 7405checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7406dependencies = [
 7407 "heck 0.5.0",
 7408 "proc-macro-crate",
 7409 "proc-macro2",
 7410 "quote",
 7411 "syn 2.0.117",
 7412]
 7413
 7414[[package]]
 7415name = "glib-sys"
 7416version = "0.21.5"
 7417source = "registry+https://github.com/rust-lang/crates.io-index"
 7418checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7419dependencies = [
 7420 "libc",
 7421 "system-deps",
 7422]
 7423
 7424[[package]]
 7425name = "glob"
 7426version = "0.3.3"
 7427source = "registry+https://github.com/rust-lang/crates.io-index"
 7428checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7429
 7430[[package]]
 7431name = "globset"
 7432version = "0.4.17"
 7433source = "registry+https://github.com/rust-lang/crates.io-index"
 7434checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7435dependencies = [
 7436 "aho-corasick",
 7437 "bstr",
 7438 "log",
 7439 "regex-automata",
 7440 "regex-syntax",
 7441]
 7442
 7443[[package]]
 7444name = "gloo-timers"
 7445version = "0.3.0"
 7446source = "registry+https://github.com/rust-lang/crates.io-index"
 7447checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7448dependencies = [
 7449 "futures-channel",
 7450 "futures-core",
 7451 "js-sys",
 7452 "wasm-bindgen",
 7453]
 7454
 7455[[package]]
 7456name = "glow"
 7457version = "0.17.0"
 7458source = "registry+https://github.com/rust-lang/crates.io-index"
 7459checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7460dependencies = [
 7461 "js-sys",
 7462 "slotmap",
 7463 "wasm-bindgen",
 7464 "web-sys",
 7465]
 7466
 7467[[package]]
 7468name = "glutin_wgl_sys"
 7469version = "0.6.1"
 7470source = "registry+https://github.com/rust-lang/crates.io-index"
 7471checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7472dependencies = [
 7473 "gl_generator",
 7474]
 7475
 7476[[package]]
 7477name = "go_to_line"
 7478version = "0.1.0"
 7479dependencies = [
 7480 "editor",
 7481 "gpui",
 7482 "indoc",
 7483 "language",
 7484 "menu",
 7485 "multi_buffer",
 7486 "project",
 7487 "rope",
 7488 "serde",
 7489 "serde_json",
 7490 "settings",
 7491 "text",
 7492 "theme",
 7493 "ui",
 7494 "util",
 7495 "workspace",
 7496]
 7497
 7498[[package]]
 7499name = "gobject-sys"
 7500version = "0.21.5"
 7501source = "registry+https://github.com/rust-lang/crates.io-index"
 7502checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7503dependencies = [
 7504 "glib-sys",
 7505 "libc",
 7506 "system-deps",
 7507]
 7508
 7509[[package]]
 7510name = "goblin"
 7511version = "0.9.3"
 7512source = "registry+https://github.com/rust-lang/crates.io-index"
 7513checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7514dependencies = [
 7515 "log",
 7516 "plain",
 7517 "scroll",
 7518]
 7519
 7520[[package]]
 7521name = "google_ai"
 7522version = "0.1.0"
 7523dependencies = [
 7524 "anyhow",
 7525 "futures 0.3.32",
 7526 "http_client",
 7527 "language_model_core",
 7528 "log",
 7529 "schemars",
 7530 "serde",
 7531 "serde_json",
 7532 "strum 0.27.2",
 7533 "tiktoken-rs",
 7534]
 7535
 7536[[package]]
 7537name = "gpu-allocator"
 7538version = "0.28.0"
 7539source = "registry+https://github.com/rust-lang/crates.io-index"
 7540checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7541dependencies = [
 7542 "ash",
 7543 "hashbrown 0.16.1",
 7544 "log",
 7545 "presser",
 7546 "thiserror 2.0.17",
 7547 "windows 0.62.2",
 7548]
 7549
 7550[[package]]
 7551name = "gpu-descriptor"
 7552version = "0.3.2"
 7553source = "registry+https://github.com/rust-lang/crates.io-index"
 7554checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7555dependencies = [
 7556 "bitflags 2.10.0",
 7557 "gpu-descriptor-types",
 7558 "hashbrown 0.15.5",
 7559]
 7560
 7561[[package]]
 7562name = "gpu-descriptor-types"
 7563version = "0.2.0"
 7564source = "registry+https://github.com/rust-lang/crates.io-index"
 7565checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7566dependencies = [
 7567 "bitflags 2.10.0",
 7568]
 7569
 7570[[package]]
 7571name = "gpui"
 7572version = "0.2.2"
 7573dependencies = [
 7574 "anyhow",
 7575 "async-channel 2.5.0",
 7576 "async-task",
 7577 "backtrace",
 7578 "bindgen 0.71.1",
 7579 "bitflags 2.10.0",
 7580 "block",
 7581 "cbindgen",
 7582 "chrono",
 7583 "cocoa 0.26.0",
 7584 "cocoa-foundation 0.2.0",
 7585 "collections",
 7586 "core-foundation 0.10.0",
 7587 "core-foundation-sys",
 7588 "core-graphics 0.24.0",
 7589 "core-text",
 7590 "core-video",
 7591 "ctor",
 7592 "derive_more",
 7593 "embed-resource",
 7594 "env_logger 0.11.8",
 7595 "etagere",
 7596 "foreign-types 0.5.0",
 7597 "futures 0.3.32",
 7598 "futures-concurrency",
 7599 "getrandom 0.3.4",
 7600 "gpui_macros",
 7601 "gpui_platform",
 7602 "gpui_shared_string",
 7603 "gpui_util",
 7604 "gpui_web",
 7605 "hdrhistogram",
 7606 "http_client",
 7607 "image",
 7608 "inventory",
 7609 "itertools 0.14.0",
 7610 "log",
 7611 "lyon",
 7612 "mach2 0.5.0",
 7613 "media",
 7614 "metal",
 7615 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7616 "num_cpus",
 7617 "objc",
 7618 "objc2",
 7619 "objc2-metal",
 7620 "parking",
 7621 "parking_lot",
 7622 "pathfinder_geometry",
 7623 "pin-project",
 7624 "pollster 0.4.0",
 7625 "postage",
 7626 "profiling",
 7627 "proptest",
 7628 "rand 0.9.3",
 7629 "raw-window-handle",
 7630 "refineable",
 7631 "regex",
 7632 "reqwest_client",
 7633 "resvg",
 7634 "scheduler",
 7635 "schemars",
 7636 "seahash",
 7637 "serde",
 7638 "serde_json",
 7639 "slotmap",
 7640 "smallvec",
 7641 "spin 0.10.0",
 7642 "stacksafe",
 7643 "strum 0.27.2",
 7644 "sum_tree",
 7645 "taffy",
 7646 "thiserror 2.0.17",
 7647 "ttf-parser 0.25.1",
 7648 "unicode-segmentation",
 7649 "url",
 7650 "usvg",
 7651 "util_macros",
 7652 "uuid",
 7653 "waker-fn",
 7654 "wasm-bindgen",
 7655 "web-time",
 7656 "windows 0.61.3",
 7657 "zed-font-kit",
 7658 "zed-scap",
 7659]
 7660
 7661[[package]]
 7662name = "gpui_linux"
 7663version = "0.1.0"
 7664dependencies = [
 7665 "anyhow",
 7666 "as-raw-xcb-connection",
 7667 "ashpd",
 7668 "bitflags 2.10.0",
 7669 "bytemuck",
 7670 "calloop",
 7671 "calloop-wayland-source",
 7672 "collections",
 7673 "filedescriptor",
 7674 "futures 0.3.32",
 7675 "gpui",
 7676 "gpui_wgpu",
 7677 "http_client",
 7678 "image",
 7679 "itertools 0.14.0",
 7680 "libc",
 7681 "log",
 7682 "oo7",
 7683 "open",
 7684 "parking_lot",
 7685 "pathfinder_geometry",
 7686 "pollster 0.4.0",
 7687 "profiling",
 7688 "raw-window-handle",
 7689 "smallvec",
 7690 "smol",
 7691 "strum 0.27.2",
 7692 "swash",
 7693 "url",
 7694 "util",
 7695 "uuid",
 7696 "wayland-backend",
 7697 "wayland-client",
 7698 "wayland-cursor",
 7699 "wayland-protocols",
 7700 "wayland-protocols-plasma",
 7701 "wayland-protocols-wlr",
 7702 "x11-clipboard",
 7703 "x11rb",
 7704 "xkbcommon",
 7705 "zed-scap",
 7706 "zed-xim",
 7707]
 7708
 7709[[package]]
 7710name = "gpui_macos"
 7711version = "0.1.0"
 7712dependencies = [
 7713 "anyhow",
 7714 "async-task",
 7715 "block",
 7716 "cbindgen",
 7717 "cocoa 0.26.0",
 7718 "collections",
 7719 "core-foundation 0.10.0",
 7720 "core-foundation-sys",
 7721 "core-graphics 0.24.0",
 7722 "core-text",
 7723 "core-video",
 7724 "ctor",
 7725 "derive_more",
 7726 "dispatch2",
 7727 "etagere",
 7728 "foreign-types 0.5.0",
 7729 "futures 0.3.32",
 7730 "gpui",
 7731 "image",
 7732 "itertools 0.14.0",
 7733 "libc",
 7734 "log",
 7735 "mach2 0.5.0",
 7736 "media",
 7737 "metal",
 7738 "objc",
 7739 "objc2-app-kit",
 7740 "parking_lot",
 7741 "pathfinder_geometry",
 7742 "raw-window-handle",
 7743 "semver",
 7744 "smallvec",
 7745 "strum 0.27.2",
 7746 "util",
 7747 "uuid",
 7748 "zed-font-kit",
 7749]
 7750
 7751[[package]]
 7752name = "gpui_macros"
 7753version = "0.1.0"
 7754dependencies = [
 7755 "gpui",
 7756 "heck 0.5.0",
 7757 "proc-macro2",
 7758 "quote",
 7759 "syn 2.0.117",
 7760]
 7761
 7762[[package]]
 7763name = "gpui_platform"
 7764version = "0.1.0"
 7765dependencies = [
 7766 "console_error_panic_hook",
 7767 "gpui",
 7768 "gpui_linux",
 7769 "gpui_macos",
 7770 "gpui_web",
 7771 "gpui_windows",
 7772]
 7773
 7774[[package]]
 7775name = "gpui_shared_string"
 7776version = "0.1.0"
 7777dependencies = [
 7778 "derive_more",
 7779 "gpui_util",
 7780 "schemars",
 7781 "serde",
 7782]
 7783
 7784[[package]]
 7785name = "gpui_tokio"
 7786version = "0.1.0"
 7787dependencies = [
 7788 "anyhow",
 7789 "gpui",
 7790 "tokio",
 7791 "util",
 7792]
 7793
 7794[[package]]
 7795name = "gpui_util"
 7796version = "0.1.0"
 7797dependencies = [
 7798 "anyhow",
 7799 "log",
 7800]
 7801
 7802[[package]]
 7803name = "gpui_web"
 7804version = "0.1.0"
 7805dependencies = [
 7806 "anyhow",
 7807 "console_error_panic_hook",
 7808 "futures 0.3.32",
 7809 "gpui",
 7810 "gpui_wgpu",
 7811 "http_client",
 7812 "js-sys",
 7813 "log",
 7814 "parking_lot",
 7815 "raw-window-handle",
 7816 "smallvec",
 7817 "uuid",
 7818 "wasm-bindgen",
 7819 "wasm-bindgen-futures",
 7820 "wasm_thread",
 7821 "web-sys",
 7822 "web-time",
 7823]
 7824
 7825[[package]]
 7826name = "gpui_wgpu"
 7827version = "0.1.0"
 7828dependencies = [
 7829 "anyhow",
 7830 "bytemuck",
 7831 "collections",
 7832 "cosmic-text",
 7833 "etagere",
 7834 "gpui",
 7835 "gpui_util",
 7836 "itertools 0.14.0",
 7837 "js-sys",
 7838 "log",
 7839 "parking_lot",
 7840 "pollster 0.4.0",
 7841 "profiling",
 7842 "raw-window-handle",
 7843 "smallvec",
 7844 "swash",
 7845 "wasm-bindgen",
 7846 "wasm-bindgen-futures",
 7847 "web-sys",
 7848 "wgpu",
 7849 "zed-font-kit",
 7850]
 7851
 7852[[package]]
 7853name = "gpui_windows"
 7854version = "0.1.0"
 7855dependencies = [
 7856 "anyhow",
 7857 "collections",
 7858 "etagere",
 7859 "futures 0.3.32",
 7860 "gpui",
 7861 "image",
 7862 "itertools 0.14.0",
 7863 "log",
 7864 "parking_lot",
 7865 "rand 0.9.3",
 7866 "raw-window-handle",
 7867 "smallvec",
 7868 "util",
 7869 "uuid",
 7870 "windows 0.61.3",
 7871 "windows-core 0.61.2",
 7872 "windows-numerics 0.2.0",
 7873 "windows-registry 0.5.3",
 7874 "zed-scap",
 7875]
 7876
 7877[[package]]
 7878name = "grammars"
 7879version = "0.1.0"
 7880dependencies = [
 7881 "anyhow",
 7882 "language_core",
 7883 "rust-embed",
 7884 "toml 0.8.23",
 7885 "tree-sitter",
 7886 "tree-sitter-bash",
 7887 "tree-sitter-c",
 7888 "tree-sitter-cpp",
 7889 "tree-sitter-css",
 7890 "tree-sitter-diff",
 7891 "tree-sitter-gitcommit",
 7892 "tree-sitter-go",
 7893 "tree-sitter-gomod",
 7894 "tree-sitter-gowork",
 7895 "tree-sitter-jsdoc",
 7896 "tree-sitter-json",
 7897 "tree-sitter-md",
 7898 "tree-sitter-python",
 7899 "tree-sitter-regex",
 7900 "tree-sitter-rust",
 7901 "tree-sitter-typescript",
 7902 "tree-sitter-yaml",
 7903 "util",
 7904]
 7905
 7906[[package]]
 7907name = "grid"
 7908version = "0.18.0"
 7909source = "registry+https://github.com/rust-lang/crates.io-index"
 7910checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7911
 7912[[package]]
 7913name = "group"
 7914version = "0.12.1"
 7915source = "registry+https://github.com/rust-lang/crates.io-index"
 7916checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7917dependencies = [
 7918 "ff",
 7919 "rand_core 0.6.4",
 7920 "subtle",
 7921]
 7922
 7923[[package]]
 7924name = "h2"
 7925version = "0.3.27"
 7926source = "registry+https://github.com/rust-lang/crates.io-index"
 7927checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7928dependencies = [
 7929 "bytes 1.11.1",
 7930 "fnv",
 7931 "futures-core",
 7932 "futures-sink",
 7933 "futures-util",
 7934 "http 0.2.12",
 7935 "indexmap",
 7936 "slab",
 7937 "tokio",
 7938 "tokio-util",
 7939 "tracing",
 7940]
 7941
 7942[[package]]
 7943name = "h2"
 7944version = "0.4.12"
 7945source = "registry+https://github.com/rust-lang/crates.io-index"
 7946checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7947dependencies = [
 7948 "atomic-waker",
 7949 "bytes 1.11.1",
 7950 "fnv",
 7951 "futures-core",
 7952 "futures-sink",
 7953 "http 1.3.1",
 7954 "indexmap",
 7955 "slab",
 7956 "tokio",
 7957 "tokio-util",
 7958 "tracing",
 7959]
 7960
 7961[[package]]
 7962name = "half"
 7963version = "2.7.1"
 7964source = "registry+https://github.com/rust-lang/crates.io-index"
 7965checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7966dependencies = [
 7967 "bytemuck",
 7968 "cfg-if",
 7969 "crunchy",
 7970 "num-traits",
 7971 "rand 0.9.3",
 7972 "rand_distr",
 7973 "zerocopy",
 7974]
 7975
 7976[[package]]
 7977name = "handlebars"
 7978version = "4.5.0"
 7979source = "registry+https://github.com/rust-lang/crates.io-index"
 7980checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7981dependencies = [
 7982 "log",
 7983 "pest",
 7984 "pest_derive",
 7985 "rust-embed",
 7986 "serde",
 7987 "serde_json",
 7988 "thiserror 1.0.69",
 7989]
 7990
 7991[[package]]
 7992name = "handlebars"
 7993version = "5.1.2"
 7994source = "registry+https://github.com/rust-lang/crates.io-index"
 7995checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7996dependencies = [
 7997 "log",
 7998 "pest",
 7999 "pest_derive",
 8000 "serde",
 8001 "serde_json",
 8002 "thiserror 1.0.69",
 8003]
 8004
 8005[[package]]
 8006name = "harfrust"
 8007version = "0.5.0"
 8008source = "registry+https://github.com/rust-lang/crates.io-index"
 8009checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8010dependencies = [
 8011 "bitflags 2.10.0",
 8012 "bytemuck",
 8013 "core_maths",
 8014 "read-fonts 0.37.0",
 8015 "smallvec",
 8016]
 8017
 8018[[package]]
 8019name = "hash32"
 8020version = "0.3.1"
 8021source = "registry+https://github.com/rust-lang/crates.io-index"
 8022checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8023dependencies = [
 8024 "byteorder",
 8025]
 8026
 8027[[package]]
 8028name = "hashbrown"
 8029version = "0.12.3"
 8030source = "registry+https://github.com/rust-lang/crates.io-index"
 8031checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8032dependencies = [
 8033 "ahash 0.7.8",
 8034]
 8035
 8036[[package]]
 8037name = "hashbrown"
 8038version = "0.14.5"
 8039source = "registry+https://github.com/rust-lang/crates.io-index"
 8040checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8041dependencies = [
 8042 "ahash 0.8.12",
 8043 "allocator-api2",
 8044]
 8045
 8046[[package]]
 8047name = "hashbrown"
 8048version = "0.15.5"
 8049source = "registry+https://github.com/rust-lang/crates.io-index"
 8050checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8051dependencies = [
 8052 "allocator-api2",
 8053 "equivalent",
 8054 "foldhash 0.1.5",
 8055 "serde",
 8056]
 8057
 8058[[package]]
 8059name = "hashbrown"
 8060version = "0.16.1"
 8061source = "registry+https://github.com/rust-lang/crates.io-index"
 8062checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8063dependencies = [
 8064 "allocator-api2",
 8065 "equivalent",
 8066 "foldhash 0.2.0",
 8067]
 8068
 8069[[package]]
 8070name = "hashlink"
 8071version = "0.8.4"
 8072source = "registry+https://github.com/rust-lang/crates.io-index"
 8073checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8074dependencies = [
 8075 "hashbrown 0.14.5",
 8076]
 8077
 8078[[package]]
 8079name = "hashlink"
 8080version = "0.10.0"
 8081source = "registry+https://github.com/rust-lang/crates.io-index"
 8082checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8083dependencies = [
 8084 "hashbrown 0.15.5",
 8085]
 8086
 8087[[package]]
 8088name = "hdrhistogram"
 8089version = "7.5.4"
 8090source = "registry+https://github.com/rust-lang/crates.io-index"
 8091checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
 8092dependencies = [
 8093 "base64 0.21.7",
 8094 "byteorder",
 8095 "crossbeam-channel",
 8096 "flate2",
 8097 "nom 7.1.3",
 8098 "num-traits",
 8099]
 8100
 8101[[package]]
 8102name = "headers"
 8103version = "0.3.9"
 8104source = "registry+https://github.com/rust-lang/crates.io-index"
 8105checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8106dependencies = [
 8107 "base64 0.21.7",
 8108 "bytes 1.11.1",
 8109 "headers-core",
 8110 "http 0.2.12",
 8111 "httpdate",
 8112 "mime",
 8113 "sha1",
 8114]
 8115
 8116[[package]]
 8117name = "headers-core"
 8118version = "0.2.0"
 8119source = "registry+https://github.com/rust-lang/crates.io-index"
 8120checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8121dependencies = [
 8122 "http 0.2.12",
 8123]
 8124
 8125[[package]]
 8126name = "heapless"
 8127version = "0.9.2"
 8128source = "registry+https://github.com/rust-lang/crates.io-index"
 8129checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8130dependencies = [
 8131 "hash32",
 8132 "stable_deref_trait",
 8133]
 8134
 8135[[package]]
 8136name = "heck"
 8137version = "0.3.3"
 8138source = "registry+https://github.com/rust-lang/crates.io-index"
 8139checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8140dependencies = [
 8141 "unicode-segmentation",
 8142]
 8143
 8144[[package]]
 8145name = "heck"
 8146version = "0.4.1"
 8147source = "registry+https://github.com/rust-lang/crates.io-index"
 8148checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8149dependencies = [
 8150 "unicode-segmentation",
 8151]
 8152
 8153[[package]]
 8154name = "heck"
 8155version = "0.5.0"
 8156source = "registry+https://github.com/rust-lang/crates.io-index"
 8157checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8158
 8159[[package]]
 8160name = "heed"
 8161version = "0.21.0"
 8162source = "registry+https://github.com/rust-lang/crates.io-index"
 8163checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8164dependencies = [
 8165 "bitflags 2.10.0",
 8166 "byteorder",
 8167 "heed-traits",
 8168 "heed-types",
 8169 "libc",
 8170 "lmdb-master-sys",
 8171 "once_cell",
 8172 "page_size",
 8173 "serde",
 8174 "synchronoise",
 8175 "url",
 8176]
 8177
 8178[[package]]
 8179name = "heed-traits"
 8180version = "0.20.0"
 8181source = "registry+https://github.com/rust-lang/crates.io-index"
 8182checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8183
 8184[[package]]
 8185name = "heed-types"
 8186version = "0.21.0"
 8187source = "registry+https://github.com/rust-lang/crates.io-index"
 8188checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8189dependencies = [
 8190 "bincode",
 8191 "byteorder",
 8192 "heed-traits",
 8193 "serde",
 8194 "serde_json",
 8195]
 8196
 8197[[package]]
 8198name = "hermit-abi"
 8199version = "0.5.2"
 8200source = "registry+https://github.com/rust-lang/crates.io-index"
 8201checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8202
 8203[[package]]
 8204name = "hex"
 8205version = "0.4.3"
 8206source = "registry+https://github.com/rust-lang/crates.io-index"
 8207checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8208
 8209[[package]]
 8210name = "hexf-parse"
 8211version = "0.2.1"
 8212source = "registry+https://github.com/rust-lang/crates.io-index"
 8213checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8214
 8215[[package]]
 8216name = "hkdf"
 8217version = "0.12.4"
 8218source = "registry+https://github.com/rust-lang/crates.io-index"
 8219checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8220dependencies = [
 8221 "hmac",
 8222]
 8223
 8224[[package]]
 8225name = "hmac"
 8226version = "0.12.1"
 8227source = "registry+https://github.com/rust-lang/crates.io-index"
 8228checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8229dependencies = [
 8230 "digest",
 8231]
 8232
 8233[[package]]
 8234name = "home"
 8235version = "0.5.11"
 8236source = "registry+https://github.com/rust-lang/crates.io-index"
 8237checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8238dependencies = [
 8239 "windows-sys 0.59.0",
 8240]
 8241
 8242[[package]]
 8243name = "hound"
 8244version = "3.5.1"
 8245source = "registry+https://github.com/rust-lang/crates.io-index"
 8246checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8247
 8248[[package]]
 8249name = "html5ever"
 8250version = "0.27.0"
 8251source = "registry+https://github.com/rust-lang/crates.io-index"
 8252checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8253dependencies = [
 8254 "log",
 8255 "mac",
 8256 "markup5ever 0.12.1",
 8257 "proc-macro2",
 8258 "quote",
 8259 "syn 2.0.117",
 8260]
 8261
 8262[[package]]
 8263name = "html5ever"
 8264version = "0.35.0"
 8265source = "registry+https://github.com/rust-lang/crates.io-index"
 8266checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8267dependencies = [
 8268 "log",
 8269 "markup5ever 0.35.0",
 8270 "match_token",
 8271]
 8272
 8273[[package]]
 8274name = "html_to_markdown"
 8275version = "0.1.0"
 8276dependencies = [
 8277 "anyhow",
 8278 "html5ever 0.27.0",
 8279 "indoc",
 8280 "markup5ever_rcdom",
 8281 "pretty_assertions",
 8282 "regex",
 8283]
 8284
 8285[[package]]
 8286name = "http"
 8287version = "0.2.12"
 8288source = "registry+https://github.com/rust-lang/crates.io-index"
 8289checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8290dependencies = [
 8291 "bytes 1.11.1",
 8292 "fnv",
 8293 "itoa",
 8294]
 8295
 8296[[package]]
 8297name = "http"
 8298version = "1.3.1"
 8299source = "registry+https://github.com/rust-lang/crates.io-index"
 8300checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8301dependencies = [
 8302 "bytes 1.11.1",
 8303 "fnv",
 8304 "itoa",
 8305]
 8306
 8307[[package]]
 8308name = "http-body"
 8309version = "0.4.6"
 8310source = "registry+https://github.com/rust-lang/crates.io-index"
 8311checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8312dependencies = [
 8313 "bytes 1.11.1",
 8314 "http 0.2.12",
 8315 "pin-project-lite",
 8316]
 8317
 8318[[package]]
 8319name = "http-body"
 8320version = "1.0.1"
 8321source = "registry+https://github.com/rust-lang/crates.io-index"
 8322checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8323dependencies = [
 8324 "bytes 1.11.1",
 8325 "http 1.3.1",
 8326]
 8327
 8328[[package]]
 8329name = "http-body-util"
 8330version = "0.1.3"
 8331source = "registry+https://github.com/rust-lang/crates.io-index"
 8332checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8333dependencies = [
 8334 "bytes 1.11.1",
 8335 "futures-core",
 8336 "http 1.3.1",
 8337 "http-body 1.0.1",
 8338 "pin-project-lite",
 8339]
 8340
 8341[[package]]
 8342name = "http-range-header"
 8343version = "0.3.1"
 8344source = "registry+https://github.com/rust-lang/crates.io-index"
 8345checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8346
 8347[[package]]
 8348name = "http_client"
 8349version = "0.1.0"
 8350dependencies = [
 8351 "anyhow",
 8352 "async-compression",
 8353 "async-fs",
 8354 "async-tar",
 8355 "bytes 1.11.1",
 8356 "derive_more",
 8357 "futures 0.3.32",
 8358 "http 1.3.1",
 8359 "http-body 1.0.1",
 8360 "log",
 8361 "parking_lot",
 8362 "serde",
 8363 "serde_json",
 8364 "serde_urlencoded",
 8365 "sha2",
 8366 "tempfile",
 8367 "url",
 8368 "util",
 8369]
 8370
 8371[[package]]
 8372name = "http_client_tls"
 8373version = "0.1.0"
 8374dependencies = [
 8375 "rustls 0.23.33",
 8376 "rustls-platform-verifier",
 8377]
 8378
 8379[[package]]
 8380name = "httparse"
 8381version = "1.10.1"
 8382source = "registry+https://github.com/rust-lang/crates.io-index"
 8383checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8384
 8385[[package]]
 8386name = "httpdate"
 8387version = "1.0.3"
 8388source = "registry+https://github.com/rust-lang/crates.io-index"
 8389checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8390
 8391[[package]]
 8392name = "human_bytes"
 8393version = "0.4.3"
 8394source = "registry+https://github.com/rust-lang/crates.io-index"
 8395checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8396
 8397[[package]]
 8398name = "humantime"
 8399version = "2.3.0"
 8400source = "registry+https://github.com/rust-lang/crates.io-index"
 8401checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8402
 8403[[package]]
 8404name = "hyper"
 8405version = "0.14.32"
 8406source = "registry+https://github.com/rust-lang/crates.io-index"
 8407checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8408dependencies = [
 8409 "bytes 1.11.1",
 8410 "futures-channel",
 8411 "futures-core",
 8412 "futures-util",
 8413 "h2 0.3.27",
 8414 "http 0.2.12",
 8415 "http-body 0.4.6",
 8416 "httparse",
 8417 "httpdate",
 8418 "itoa",
 8419 "pin-project-lite",
 8420 "socket2 0.5.10",
 8421 "tokio",
 8422 "tower-service",
 8423 "tracing",
 8424 "want",
 8425]
 8426
 8427[[package]]
 8428name = "hyper"
 8429version = "1.7.0"
 8430source = "registry+https://github.com/rust-lang/crates.io-index"
 8431checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8432dependencies = [
 8433 "atomic-waker",
 8434 "bytes 1.11.1",
 8435 "futures-channel",
 8436 "futures-core",
 8437 "h2 0.4.12",
 8438 "http 1.3.1",
 8439 "http-body 1.0.1",
 8440 "httparse",
 8441 "itoa",
 8442 "pin-project-lite",
 8443 "pin-utils",
 8444 "smallvec",
 8445 "tokio",
 8446 "want",
 8447]
 8448
 8449[[package]]
 8450name = "hyper-rustls"
 8451version = "0.24.2"
 8452source = "registry+https://github.com/rust-lang/crates.io-index"
 8453checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8454dependencies = [
 8455 "futures-util",
 8456 "http 0.2.12",
 8457 "hyper 0.14.32",
 8458 "log",
 8459 "rustls 0.21.12",
 8460 "rustls-native-certs 0.6.3",
 8461 "tokio",
 8462 "tokio-rustls 0.24.1",
 8463]
 8464
 8465[[package]]
 8466name = "hyper-rustls"
 8467version = "0.27.7"
 8468source = "registry+https://github.com/rust-lang/crates.io-index"
 8469checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8470dependencies = [
 8471 "http 1.3.1",
 8472 "hyper 1.7.0",
 8473 "hyper-util",
 8474 "log",
 8475 "rustls 0.23.33",
 8476 "rustls-native-certs 0.8.2",
 8477 "rustls-pki-types",
 8478 "tokio",
 8479 "tokio-rustls 0.26.2",
 8480 "tower-service",
 8481]
 8482
 8483[[package]]
 8484name = "hyper-timeout"
 8485version = "0.5.2"
 8486source = "registry+https://github.com/rust-lang/crates.io-index"
 8487checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8488dependencies = [
 8489 "hyper 1.7.0",
 8490 "hyper-util",
 8491 "pin-project-lite",
 8492 "tokio",
 8493 "tower-service",
 8494]
 8495
 8496[[package]]
 8497name = "hyper-tls"
 8498version = "0.5.0"
 8499source = "registry+https://github.com/rust-lang/crates.io-index"
 8500checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8501dependencies = [
 8502 "bytes 1.11.1",
 8503 "hyper 0.14.32",
 8504 "native-tls",
 8505 "tokio",
 8506 "tokio-native-tls",
 8507]
 8508
 8509[[package]]
 8510name = "hyper-util"
 8511version = "0.1.17"
 8512source = "registry+https://github.com/rust-lang/crates.io-index"
 8513checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8514dependencies = [
 8515 "base64 0.22.1",
 8516 "bytes 1.11.1",
 8517 "futures-channel",
 8518 "futures-core",
 8519 "futures-util",
 8520 "http 1.3.1",
 8521 "http-body 1.0.1",
 8522 "hyper 1.7.0",
 8523 "ipnet",
 8524 "libc",
 8525 "percent-encoding",
 8526 "pin-project-lite",
 8527 "socket2 0.6.1",
 8528 "tokio",
 8529 "tower-service",
 8530 "tracing",
 8531]
 8532
 8533[[package]]
 8534name = "iana-time-zone"
 8535version = "0.1.64"
 8536source = "registry+https://github.com/rust-lang/crates.io-index"
 8537checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8538dependencies = [
 8539 "android_system_properties",
 8540 "core-foundation-sys",
 8541 "iana-time-zone-haiku",
 8542 "js-sys",
 8543 "log",
 8544 "wasm-bindgen",
 8545 "windows-core 0.62.2",
 8546]
 8547
 8548[[package]]
 8549name = "iana-time-zone-haiku"
 8550version = "0.1.2"
 8551source = "registry+https://github.com/rust-lang/crates.io-index"
 8552checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8553dependencies = [
 8554 "cc",
 8555]
 8556
 8557[[package]]
 8558name = "icons"
 8559version = "0.1.0"
 8560dependencies = [
 8561 "serde",
 8562 "strum 0.27.2",
 8563]
 8564
 8565[[package]]
 8566name = "icu_collections"
 8567version = "2.0.0"
 8568source = "registry+https://github.com/rust-lang/crates.io-index"
 8569checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8570dependencies = [
 8571 "displaydoc",
 8572 "potential_utf",
 8573 "yoke 0.8.0",
 8574 "zerofrom",
 8575 "zerovec",
 8576]
 8577
 8578[[package]]
 8579name = "icu_locale_core"
 8580version = "2.0.0"
 8581source = "registry+https://github.com/rust-lang/crates.io-index"
 8582checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8583dependencies = [
 8584 "displaydoc",
 8585 "litemap",
 8586 "tinystr",
 8587 "writeable",
 8588 "zerovec",
 8589]
 8590
 8591[[package]]
 8592name = "icu_normalizer"
 8593version = "2.0.0"
 8594source = "registry+https://github.com/rust-lang/crates.io-index"
 8595checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8596dependencies = [
 8597 "displaydoc",
 8598 "icu_collections",
 8599 "icu_normalizer_data",
 8600 "icu_properties",
 8601 "icu_provider",
 8602 "smallvec",
 8603 "zerovec",
 8604]
 8605
 8606[[package]]
 8607name = "icu_normalizer_data"
 8608version = "2.0.0"
 8609source = "registry+https://github.com/rust-lang/crates.io-index"
 8610checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8611
 8612[[package]]
 8613name = "icu_properties"
 8614version = "2.0.1"
 8615source = "registry+https://github.com/rust-lang/crates.io-index"
 8616checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8617dependencies = [
 8618 "displaydoc",
 8619 "icu_collections",
 8620 "icu_locale_core",
 8621 "icu_properties_data",
 8622 "icu_provider",
 8623 "potential_utf",
 8624 "zerotrie",
 8625 "zerovec",
 8626]
 8627
 8628[[package]]
 8629name = "icu_properties_data"
 8630version = "2.0.1"
 8631source = "registry+https://github.com/rust-lang/crates.io-index"
 8632checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8633
 8634[[package]]
 8635name = "icu_provider"
 8636version = "2.0.0"
 8637source = "registry+https://github.com/rust-lang/crates.io-index"
 8638checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8639dependencies = [
 8640 "displaydoc",
 8641 "icu_locale_core",
 8642 "stable_deref_trait",
 8643 "tinystr",
 8644 "writeable",
 8645 "yoke 0.8.0",
 8646 "zerofrom",
 8647 "zerotrie",
 8648 "zerovec",
 8649]
 8650
 8651[[package]]
 8652name = "id-arena"
 8653version = "2.2.1"
 8654source = "registry+https://github.com/rust-lang/crates.io-index"
 8655checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8656
 8657[[package]]
 8658name = "ident_case"
 8659version = "1.0.1"
 8660source = "registry+https://github.com/rust-lang/crates.io-index"
 8661checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8662
 8663[[package]]
 8664name = "idna"
 8665version = "1.1.0"
 8666source = "registry+https://github.com/rust-lang/crates.io-index"
 8667checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8668dependencies = [
 8669 "idna_adapter",
 8670 "smallvec",
 8671 "utf8_iter",
 8672]
 8673
 8674[[package]]
 8675name = "idna_adapter"
 8676version = "1.2.1"
 8677source = "registry+https://github.com/rust-lang/crates.io-index"
 8678checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8679dependencies = [
 8680 "icu_normalizer",
 8681 "icu_properties",
 8682]
 8683
 8684[[package]]
 8685name = "ignore"
 8686version = "0.4.24"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8689dependencies = [
 8690 "crossbeam-deque",
 8691 "globset",
 8692 "log",
 8693 "memchr",
 8694 "regex-automata",
 8695 "same-file",
 8696 "walkdir",
 8697 "winapi-util",
 8698]
 8699
 8700[[package]]
 8701name = "image"
 8702version = "0.25.10"
 8703source = "registry+https://github.com/rust-lang/crates.io-index"
 8704checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8705dependencies = [
 8706 "bytemuck",
 8707 "byteorder-lite",
 8708 "color_quant",
 8709 "exr",
 8710 "gif 0.14.2",
 8711 "image-webp",
 8712 "moxcms",
 8713 "num-traits",
 8714 "png 0.18.0",
 8715 "qoi",
 8716 "ravif",
 8717 "rayon",
 8718 "rgb",
 8719 "tiff",
 8720 "zune-core 0.5.1",
 8721 "zune-jpeg 0.5.15",
 8722]
 8723
 8724[[package]]
 8725name = "image-webp"
 8726version = "0.2.4"
 8727source = "registry+https://github.com/rust-lang/crates.io-index"
 8728checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8729dependencies = [
 8730 "byteorder-lite",
 8731 "quick-error 2.0.1",
 8732]
 8733
 8734[[package]]
 8735name = "image_viewer"
 8736version = "0.1.0"
 8737dependencies = [
 8738 "anyhow",
 8739 "db",
 8740 "editor",
 8741 "file_icons",
 8742 "gpui",
 8743 "language",
 8744 "log",
 8745 "project",
 8746 "serde",
 8747 "settings",
 8748 "theme_settings",
 8749 "ui",
 8750 "util",
 8751 "workspace",
 8752]
 8753
 8754[[package]]
 8755name = "imagesize"
 8756version = "0.13.0"
 8757source = "registry+https://github.com/rust-lang/crates.io-index"
 8758checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8759
 8760[[package]]
 8761name = "imara-diff"
 8762version = "0.1.8"
 8763source = "registry+https://github.com/rust-lang/crates.io-index"
 8764checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8765dependencies = [
 8766 "hashbrown 0.15.5",
 8767]
 8768
 8769[[package]]
 8770name = "imgref"
 8771version = "1.12.0"
 8772source = "registry+https://github.com/rust-lang/crates.io-index"
 8773checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8774
 8775[[package]]
 8776name = "indenter"
 8777version = "0.3.4"
 8778source = "registry+https://github.com/rust-lang/crates.io-index"
 8779checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8780
 8781[[package]]
 8782name = "indexmap"
 8783version = "2.11.4"
 8784source = "registry+https://github.com/rust-lang/crates.io-index"
 8785checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8786dependencies = [
 8787 "equivalent",
 8788 "hashbrown 0.15.5",
 8789 "serde",
 8790 "serde_core",
 8791]
 8792
 8793[[package]]
 8794name = "indoc"
 8795version = "2.0.6"
 8796source = "registry+https://github.com/rust-lang/crates.io-index"
 8797checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8798
 8799[[package]]
 8800name = "inherent"
 8801version = "1.0.13"
 8802source = "registry+https://github.com/rust-lang/crates.io-index"
 8803checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8804dependencies = [
 8805 "proc-macro2",
 8806 "quote",
 8807 "syn 2.0.117",
 8808]
 8809
 8810[[package]]
 8811name = "inotify"
 8812version = "0.9.6"
 8813source = "registry+https://github.com/rust-lang/crates.io-index"
 8814checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8815dependencies = [
 8816 "bitflags 1.3.2",
 8817 "inotify-sys",
 8818 "libc",
 8819]
 8820
 8821[[package]]
 8822name = "inotify"
 8823version = "0.11.0"
 8824source = "registry+https://github.com/rust-lang/crates.io-index"
 8825checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8826dependencies = [
 8827 "bitflags 2.10.0",
 8828 "inotify-sys",
 8829 "libc",
 8830]
 8831
 8832[[package]]
 8833name = "inotify-sys"
 8834version = "0.1.5"
 8835source = "registry+https://github.com/rust-lang/crates.io-index"
 8836checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8837dependencies = [
 8838 "libc",
 8839]
 8840
 8841[[package]]
 8842name = "inout"
 8843version = "0.1.4"
 8844source = "registry+https://github.com/rust-lang/crates.io-index"
 8845checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8846dependencies = [
 8847 "block-padding",
 8848 "generic-array",
 8849]
 8850
 8851[[package]]
 8852name = "input_latency_ui"
 8853version = "0.1.0"
 8854dependencies = [
 8855 "chrono",
 8856 "gpui",
 8857 "hdrhistogram",
 8858]
 8859
 8860[[package]]
 8861name = "inspector_ui"
 8862version = "0.1.0"
 8863dependencies = [
 8864 "anyhow",
 8865 "command_palette_hooks",
 8866 "editor",
 8867 "fuzzy",
 8868 "gpui",
 8869 "language",
 8870 "project",
 8871 "serde_json",
 8872 "serde_json_lenient",
 8873 "theme_settings",
 8874 "ui",
 8875 "util",
 8876 "util_macros",
 8877 "workspace",
 8878 "zed_actions",
 8879]
 8880
 8881[[package]]
 8882name = "install_cli"
 8883version = "0.1.0"
 8884dependencies = [
 8885 "anyhow",
 8886 "client",
 8887 "gpui",
 8888 "release_channel",
 8889 "smol",
 8890 "util",
 8891 "workspace",
 8892]
 8893
 8894[[package]]
 8895name = "instant"
 8896version = "0.1.13"
 8897source = "registry+https://github.com/rust-lang/crates.io-index"
 8898checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8899dependencies = [
 8900 "cfg-if",
 8901]
 8902
 8903[[package]]
 8904name = "interpolate_name"
 8905version = "0.2.4"
 8906source = "registry+https://github.com/rust-lang/crates.io-index"
 8907checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8908dependencies = [
 8909 "proc-macro2",
 8910 "quote",
 8911 "syn 2.0.117",
 8912]
 8913
 8914[[package]]
 8915name = "inventory"
 8916version = "0.3.21"
 8917source = "registry+https://github.com/rust-lang/crates.io-index"
 8918checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8919dependencies = [
 8920 "rustversion",
 8921]
 8922
 8923[[package]]
 8924name = "io-extras"
 8925version = "0.18.4"
 8926source = "registry+https://github.com/rust-lang/crates.io-index"
 8927checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8928dependencies = [
 8929 "io-lifetimes",
 8930 "windows-sys 0.59.0",
 8931]
 8932
 8933[[package]]
 8934name = "io-lifetimes"
 8935version = "2.0.4"
 8936source = "registry+https://github.com/rust-lang/crates.io-index"
 8937checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8938
 8939[[package]]
 8940name = "io-surface"
 8941version = "0.16.1"
 8942source = "registry+https://github.com/rust-lang/crates.io-index"
 8943checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8944dependencies = [
 8945 "cgl",
 8946 "core-foundation 0.10.0",
 8947 "core-foundation-sys",
 8948 "leaky-cow",
 8949]
 8950
 8951[[package]]
 8952name = "iovec"
 8953version = "0.1.4"
 8954source = "registry+https://github.com/rust-lang/crates.io-index"
 8955checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8956dependencies = [
 8957 "libc",
 8958]
 8959
 8960[[package]]
 8961name = "ipc-channel"
 8962version = "0.19.0"
 8963source = "registry+https://github.com/rust-lang/crates.io-index"
 8964checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8965dependencies = [
 8966 "bincode",
 8967 "crossbeam-channel",
 8968 "fnv",
 8969 "lazy_static",
 8970 "libc",
 8971 "mio 1.1.0",
 8972 "rand 0.8.5",
 8973 "serde",
 8974 "tempfile",
 8975 "uuid",
 8976 "windows 0.58.0",
 8977]
 8978
 8979[[package]]
 8980name = "ipnet"
 8981version = "2.11.0"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8984
 8985[[package]]
 8986name = "iri-string"
 8987version = "0.7.8"
 8988source = "registry+https://github.com/rust-lang/crates.io-index"
 8989checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8990dependencies = [
 8991 "memchr",
 8992 "serde",
 8993]
 8994
 8995[[package]]
 8996name = "is-docker"
 8997version = "0.2.0"
 8998source = "registry+https://github.com/rust-lang/crates.io-index"
 8999checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 9000dependencies = [
 9001 "once_cell",
 9002]
 9003
 9004[[package]]
 9005name = "is-terminal"
 9006version = "0.4.16"
 9007source = "registry+https://github.com/rust-lang/crates.io-index"
 9008checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 9009dependencies = [
 9010 "hermit-abi",
 9011 "libc",
 9012 "windows-sys 0.59.0",
 9013]
 9014
 9015[[package]]
 9016name = "is-wsl"
 9017version = "0.4.0"
 9018source = "registry+https://github.com/rust-lang/crates.io-index"
 9019checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 9020dependencies = [
 9021 "is-docker",
 9022 "once_cell",
 9023]
 9024
 9025[[package]]
 9026name = "is_executable"
 9027version = "1.0.5"
 9028source = "registry+https://github.com/rust-lang/crates.io-index"
 9029checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 9030dependencies = [
 9031 "windows-sys 0.60.2",
 9032]
 9033
 9034[[package]]
 9035name = "is_terminal_polyfill"
 9036version = "1.70.1"
 9037source = "registry+https://github.com/rust-lang/crates.io-index"
 9038checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 9039
 9040[[package]]
 9041name = "itertools"
 9042version = "0.10.5"
 9043source = "registry+https://github.com/rust-lang/crates.io-index"
 9044checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9045dependencies = [
 9046 "either",
 9047]
 9048
 9049[[package]]
 9050name = "itertools"
 9051version = "0.11.0"
 9052source = "registry+https://github.com/rust-lang/crates.io-index"
 9053checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9054dependencies = [
 9055 "either",
 9056]
 9057
 9058[[package]]
 9059name = "itertools"
 9060version = "0.14.0"
 9061source = "registry+https://github.com/rust-lang/crates.io-index"
 9062checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9063dependencies = [
 9064 "either",
 9065]
 9066
 9067[[package]]
 9068name = "itoa"
 9069version = "1.0.15"
 9070source = "registry+https://github.com/rust-lang/crates.io-index"
 9071checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9072
 9073[[package]]
 9074name = "jiff"
 9075version = "0.2.15"
 9076source = "registry+https://github.com/rust-lang/crates.io-index"
 9077checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9078dependencies = [
 9079 "jiff-static",
 9080 "log",
 9081 "portable-atomic",
 9082 "portable-atomic-util",
 9083 "serde",
 9084]
 9085
 9086[[package]]
 9087name = "jiff-static"
 9088version = "0.2.15"
 9089source = "registry+https://github.com/rust-lang/crates.io-index"
 9090checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9091dependencies = [
 9092 "proc-macro2",
 9093 "quote",
 9094 "syn 2.0.117",
 9095]
 9096
 9097[[package]]
 9098name = "jni"
 9099version = "0.21.1"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9102dependencies = [
 9103 "cesu8",
 9104 "cfg-if",
 9105 "combine",
 9106 "jni-sys",
 9107 "log",
 9108 "thiserror 1.0.69",
 9109 "walkdir",
 9110 "windows-sys 0.45.0",
 9111]
 9112
 9113[[package]]
 9114name = "jni-sys"
 9115version = "0.3.0"
 9116source = "registry+https://github.com/rust-lang/crates.io-index"
 9117checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9118
 9119[[package]]
 9120name = "jobserver"
 9121version = "0.1.34"
 9122source = "registry+https://github.com/rust-lang/crates.io-index"
 9123checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9124dependencies = [
 9125 "getrandom 0.3.4",
 9126 "libc",
 9127]
 9128
 9129[[package]]
 9130name = "journal"
 9131version = "0.1.0"
 9132dependencies = [
 9133 "anyhow",
 9134 "chrono",
 9135 "editor",
 9136 "gpui",
 9137 "log",
 9138 "serde",
 9139 "settings",
 9140 "shellexpand",
 9141 "workspace",
 9142]
 9143
 9144[[package]]
 9145name = "js-sys"
 9146version = "0.3.90"
 9147source = "registry+https://github.com/rust-lang/crates.io-index"
 9148checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9149dependencies = [
 9150 "once_cell",
 9151 "wasm-bindgen",
 9152]
 9153
 9154[[package]]
 9155name = "json5"
 9156version = "0.4.1"
 9157source = "registry+https://github.com/rust-lang/crates.io-index"
 9158checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9159dependencies = [
 9160 "pest",
 9161 "pest_derive",
 9162 "serde",
 9163]
 9164
 9165[[package]]
 9166name = "json_dotpath"
 9167version = "1.1.0"
 9168source = "registry+https://github.com/rust-lang/crates.io-index"
 9169checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9170dependencies = [
 9171 "serde",
 9172 "serde_derive",
 9173 "serde_json",
 9174 "thiserror 1.0.69",
 9175]
 9176
 9177[[package]]
 9178name = "json_schema_store"
 9179version = "0.1.0"
 9180dependencies = [
 9181 "anyhow",
 9182 "collections",
 9183 "dap",
 9184 "extension",
 9185 "feature_flags",
 9186 "gpui",
 9187 "language",
 9188 "parking_lot",
 9189 "paths",
 9190 "project",
 9191 "schemars",
 9192 "serde",
 9193 "serde_json",
 9194 "settings",
 9195 "snippet_provider",
 9196 "task",
 9197 "theme",
 9198 "util",
 9199]
 9200
 9201[[package]]
 9202name = "jsonschema"
 9203version = "0.37.4"
 9204source = "registry+https://github.com/rust-lang/crates.io-index"
 9205checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9206dependencies = [
 9207 "ahash 0.8.12",
 9208 "bytecount",
 9209 "data-encoding",
 9210 "email_address",
 9211 "fancy-regex 0.16.2",
 9212 "fraction",
 9213 "getrandom 0.3.4",
 9214 "idna",
 9215 "itoa",
 9216 "num-cmp",
 9217 "num-traits",
 9218 "percent-encoding",
 9219 "referencing",
 9220 "regex",
 9221 "regex-syntax",
 9222 "reqwest 0.12.24",
 9223 "serde",
 9224 "serde_json",
 9225 "unicode-general-category",
 9226 "uuid-simd",
 9227]
 9228
 9229[[package]]
 9230name = "jsonwebtoken"
 9231version = "10.3.0"
 9232source = "registry+https://github.com/rust-lang/crates.io-index"
 9233checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9234dependencies = [
 9235 "aws-lc-rs",
 9236 "base64 0.22.1",
 9237 "getrandom 0.2.16",
 9238 "js-sys",
 9239 "pem",
 9240 "serde",
 9241 "serde_json",
 9242 "signature 2.2.0",
 9243 "simple_asn1",
 9244]
 9245
 9246[[package]]
 9247name = "jupyter-protocol"
 9248version = "1.4.0"
 9249source = "registry+https://github.com/rust-lang/crates.io-index"
 9250checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9251dependencies = [
 9252 "async-trait",
 9253 "bytes 1.11.1",
 9254 "chrono",
 9255 "futures 0.3.32",
 9256 "serde",
 9257 "serde_json",
 9258 "thiserror 2.0.17",
 9259 "uuid",
 9260]
 9261
 9262[[package]]
 9263name = "jupyter-websocket-client"
 9264version = "1.0.0"
 9265source = "registry+https://github.com/rust-lang/crates.io-index"
 9266checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9267dependencies = [
 9268 "anyhow",
 9269 "async-trait",
 9270 "async-tungstenite",
 9271 "futures 0.3.32",
 9272 "jupyter-protocol",
 9273 "serde",
 9274 "serde_json",
 9275 "tokio",
 9276 "url",
 9277 "uuid",
 9278]
 9279
 9280[[package]]
 9281name = "keymap_editor"
 9282version = "0.1.0"
 9283dependencies = [
 9284 "anyhow",
 9285 "collections",
 9286 "command_palette",
 9287 "component",
 9288 "db",
 9289 "editor",
 9290 "fs",
 9291 "fuzzy",
 9292 "gpui",
 9293 "itertools 0.14.0",
 9294 "json_schema_store",
 9295 "language",
 9296 "log",
 9297 "menu",
 9298 "notifications",
 9299 "paths",
 9300 "project",
 9301 "search",
 9302 "serde",
 9303 "serde_json",
 9304 "settings",
 9305 "telemetry",
 9306 "tempfile",
 9307 "theme",
 9308 "theme_settings",
 9309 "tree-sitter-json",
 9310 "tree-sitter-rust",
 9311 "ui",
 9312 "ui_input",
 9313 "util",
 9314 "workspace",
 9315 "zed_actions",
 9316]
 9317
 9318[[package]]
 9319name = "khronos-egl"
 9320version = "6.0.0"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9323dependencies = [
 9324 "libc",
 9325 "libloading",
 9326 "pkg-config",
 9327]
 9328
 9329[[package]]
 9330name = "khronos_api"
 9331version = "3.1.0"
 9332source = "registry+https://github.com/rust-lang/crates.io-index"
 9333checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9334
 9335[[package]]
 9336name = "kqueue"
 9337version = "1.1.1"
 9338source = "registry+https://github.com/rust-lang/crates.io-index"
 9339checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9340dependencies = [
 9341 "kqueue-sys",
 9342 "libc",
 9343]
 9344
 9345[[package]]
 9346name = "kqueue-sys"
 9347version = "1.0.4"
 9348source = "registry+https://github.com/rust-lang/crates.io-index"
 9349checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9350dependencies = [
 9351 "bitflags 1.3.2",
 9352 "libc",
 9353]
 9354
 9355[[package]]
 9356name = "kurbo"
 9357version = "0.11.3"
 9358source = "registry+https://github.com/rust-lang/crates.io-index"
 9359checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9360dependencies = [
 9361 "arrayvec",
 9362 "euclid",
 9363 "smallvec",
 9364]
 9365
 9366[[package]]
 9367name = "kv-log-macro"
 9368version = "1.0.7"
 9369source = "registry+https://github.com/rust-lang/crates.io-index"
 9370checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9371dependencies = [
 9372 "log",
 9373]
 9374
 9375[[package]]
 9376name = "language"
 9377version = "0.1.0"
 9378dependencies = [
 9379 "anyhow",
 9380 "async-trait",
 9381 "clock",
 9382 "collections",
 9383 "criterion",
 9384 "ctor",
 9385 "diffy",
 9386 "ec4rs",
 9387 "encoding_rs",
 9388 "fs",
 9389 "futures 0.3.32",
 9390 "fuzzy",
 9391 "globset",
 9392 "gpui",
 9393 "http_client",
 9394 "imara-diff",
 9395 "indoc",
 9396 "itertools 0.14.0",
 9397 "language_core",
 9398 "log",
 9399 "lsp",
 9400 "parking_lot",
 9401 "postage",
 9402 "pretty_assertions",
 9403 "rand 0.9.3",
 9404 "regex",
 9405 "rpc",
 9406 "semver",
 9407 "serde",
 9408 "serde_json",
 9409 "settings",
 9410 "shellexpand",
 9411 "smallvec",
 9412 "smol",
 9413 "streaming-iterator",
 9414 "strsim",
 9415 "sum_tree",
 9416 "task",
 9417 "text",
 9418 "theme",
 9419 "theme_settings",
 9420 "toml 0.8.23",
 9421 "tracing",
 9422 "tree-sitter",
 9423 "tree-sitter-elixir",
 9424 "tree-sitter-embedded-template",
 9425 "tree-sitter-heex",
 9426 "tree-sitter-html",
 9427 "tree-sitter-json",
 9428 "tree-sitter-md",
 9429 "tree-sitter-python",
 9430 "tree-sitter-ruby",
 9431 "tree-sitter-rust",
 9432 "tree-sitter-typescript",
 9433 "unicase",
 9434 "unindent",
 9435 "util",
 9436 "watch",
 9437 "zlog",
 9438 "ztracing",
 9439]
 9440
 9441[[package]]
 9442name = "language_core"
 9443version = "0.1.0"
 9444dependencies = [
 9445 "anyhow",
 9446 "collections",
 9447 "gpui_shared_string",
 9448 "log",
 9449 "lsp",
 9450 "parking_lot",
 9451 "regex",
 9452 "schemars",
 9453 "serde",
 9454 "serde_json",
 9455 "toml 0.8.23",
 9456 "tree-sitter",
 9457 "util",
 9458]
 9459
 9460[[package]]
 9461name = "language_extension"
 9462version = "0.1.0"
 9463dependencies = [
 9464 "anyhow",
 9465 "async-trait",
 9466 "collections",
 9467 "extension",
 9468 "fs",
 9469 "futures 0.3.32",
 9470 "gpui",
 9471 "language",
 9472 "log",
 9473 "lsp",
 9474 "project",
 9475 "serde",
 9476 "serde_json",
 9477 "tracing",
 9478 "util",
 9479 "ztracing",
 9480]
 9481
 9482[[package]]
 9483name = "language_model"
 9484version = "0.1.0"
 9485dependencies = [
 9486 "anyhow",
 9487 "base64 0.22.1",
 9488 "collections",
 9489 "credentials_provider",
 9490 "env_var",
 9491 "futures 0.3.32",
 9492 "gpui",
 9493 "http_client",
 9494 "icons",
 9495 "image",
 9496 "language_model_core",
 9497 "log",
 9498 "parking_lot",
 9499 "serde",
 9500 "serde_json",
 9501 "thiserror 2.0.17",
 9502 "util",
 9503]
 9504
 9505[[package]]
 9506name = "language_model_core"
 9507version = "0.1.0"
 9508dependencies = [
 9509 "anyhow",
 9510 "cloud_llm_client",
 9511 "futures 0.3.32",
 9512 "gpui_shared_string",
 9513 "http_client",
 9514 "partial-json-fixer",
 9515 "schemars",
 9516 "serde",
 9517 "serde_json",
 9518 "smol",
 9519 "strum 0.27.2",
 9520 "thiserror 2.0.17",
 9521]
 9522
 9523[[package]]
 9524name = "language_models"
 9525version = "0.1.0"
 9526dependencies = [
 9527 "ai_onboarding",
 9528 "anthropic",
 9529 "anyhow",
 9530 "aws-config",
 9531 "aws-credential-types",
 9532 "aws_http_client",
 9533 "base64 0.22.1",
 9534 "bedrock",
 9535 "client",
 9536 "cloud_api_client",
 9537 "cloud_api_types",
 9538 "collections",
 9539 "component",
 9540 "convert_case 0.8.0",
 9541 "copilot",
 9542 "copilot_chat",
 9543 "copilot_ui",
 9544 "credentials_provider",
 9545 "deepseek",
 9546 "extension",
 9547 "extension_host",
 9548 "fs",
 9549 "futures 0.3.32",
 9550 "google_ai",
 9551 "gpui",
 9552 "gpui_tokio",
 9553 "http_client",
 9554 "language",
 9555 "language_model",
 9556 "language_models_cloud",
 9557 "lmstudio",
 9558 "log",
 9559 "menu",
 9560 "mistral",
 9561 "ollama",
 9562 "open_ai",
 9563 "open_router",
 9564 "opencode",
 9565 "pretty_assertions",
 9566 "release_channel",
 9567 "schemars",
 9568 "serde",
 9569 "serde_json",
 9570 "settings",
 9571 "smol",
 9572 "strum 0.27.2",
 9573 "tiktoken-rs",
 9574 "tokio",
 9575 "ui",
 9576 "ui_input",
 9577 "util",
 9578 "vercel",
 9579 "x_ai",
 9580]
 9581
 9582[[package]]
 9583name = "language_models_cloud"
 9584version = "0.1.0"
 9585dependencies = [
 9586 "anthropic",
 9587 "anyhow",
 9588 "cloud_llm_client",
 9589 "futures 0.3.32",
 9590 "google_ai",
 9591 "gpui",
 9592 "http_client",
 9593 "language_model",
 9594 "open_ai",
 9595 "schemars",
 9596 "semver",
 9597 "serde",
 9598 "serde_json",
 9599 "smol",
 9600 "thiserror 2.0.17",
 9601 "x_ai",
 9602]
 9603
 9604[[package]]
 9605name = "language_onboarding"
 9606version = "0.1.0"
 9607dependencies = [
 9608 "db",
 9609 "editor",
 9610 "gpui",
 9611 "project",
 9612 "ui",
 9613 "workspace",
 9614]
 9615
 9616[[package]]
 9617name = "language_selector"
 9618version = "0.1.0"
 9619dependencies = [
 9620 "anyhow",
 9621 "editor",
 9622 "file_icons",
 9623 "fuzzy",
 9624 "gpui",
 9625 "language",
 9626 "open_path_prompt",
 9627 "picker",
 9628 "project",
 9629 "serde_json",
 9630 "settings",
 9631 "ui",
 9632 "util",
 9633 "workspace",
 9634]
 9635
 9636[[package]]
 9637name = "language_tools"
 9638version = "0.1.0"
 9639dependencies = [
 9640 "anyhow",
 9641 "client",
 9642 "collections",
 9643 "command_palette_hooks",
 9644 "edit_prediction",
 9645 "editor",
 9646 "futures 0.3.32",
 9647 "gpui",
 9648 "itertools 0.14.0",
 9649 "language",
 9650 "lsp",
 9651 "menu",
 9652 "project",
 9653 "proto",
 9654 "release_channel",
 9655 "semver",
 9656 "serde_json",
 9657 "settings",
 9658 "sysinfo 0.37.2",
 9659 "telemetry",
 9660 "theme",
 9661 "theme_settings",
 9662 "tree-sitter",
 9663 "ui",
 9664 "util",
 9665 "workspace",
 9666 "zed_actions",
 9667 "zlog",
 9668]
 9669
 9670[[package]]
 9671name = "languages"
 9672version = "0.1.0"
 9673dependencies = [
 9674 "anyhow",
 9675 "async-compression",
 9676 "async-fs",
 9677 "async-tar",
 9678 "async-trait",
 9679 "chrono",
 9680 "collections",
 9681 "fs",
 9682 "futures 0.3.32",
 9683 "globset",
 9684 "gpui",
 9685 "grammars",
 9686 "http_client",
 9687 "itertools 0.14.0",
 9688 "json_schema_store",
 9689 "language",
 9690 "log",
 9691 "lsp",
 9692 "node_runtime",
 9693 "parking_lot",
 9694 "pet",
 9695 "pet-conda",
 9696 "pet-core",
 9697 "pet-fs",
 9698 "pet-poetry",
 9699 "pet-reporter",
 9700 "pet-virtualenv",
 9701 "pretty_assertions",
 9702 "project",
 9703 "regex",
 9704 "rope",
 9705 "semver",
 9706 "serde",
 9707 "serde_json",
 9708 "serde_json_lenient",
 9709 "settings",
 9710 "smallvec",
 9711 "smol",
 9712 "snippet",
 9713 "task",
 9714 "terminal",
 9715 "theme",
 9716 "tree-sitter",
 9717 "tree-sitter-bash",
 9718 "tree-sitter-c",
 9719 "tree-sitter-cpp",
 9720 "tree-sitter-css",
 9721 "tree-sitter-gitcommit",
 9722 "tree-sitter-go",
 9723 "tree-sitter-python",
 9724 "tree-sitter-rust",
 9725 "tree-sitter-typescript",
 9726 "unindent",
 9727 "url",
 9728 "util",
 9729]
 9730
 9731[[package]]
 9732name = "lazy_static"
 9733version = "1.5.0"
 9734source = "registry+https://github.com/rust-lang/crates.io-index"
 9735checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9736dependencies = [
 9737 "spin 0.9.8",
 9738]
 9739
 9740[[package]]
 9741name = "leak"
 9742version = "0.1.2"
 9743source = "registry+https://github.com/rust-lang/crates.io-index"
 9744checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9745
 9746[[package]]
 9747name = "leaky-cow"
 9748version = "0.1.1"
 9749source = "registry+https://github.com/rust-lang/crates.io-index"
 9750checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9751dependencies = [
 9752 "leak",
 9753]
 9754
 9755[[package]]
 9756name = "leb128"
 9757version = "0.2.5"
 9758source = "registry+https://github.com/rust-lang/crates.io-index"
 9759checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9760
 9761[[package]]
 9762name = "leb128fmt"
 9763version = "0.1.0"
 9764source = "registry+https://github.com/rust-lang/crates.io-index"
 9765checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9766
 9767[[package]]
 9768name = "lebe"
 9769version = "0.5.3"
 9770source = "registry+https://github.com/rust-lang/crates.io-index"
 9771checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9772
 9773[[package]]
 9774name = "libbz2-rs-sys"
 9775version = "0.2.2"
 9776source = "registry+https://github.com/rust-lang/crates.io-index"
 9777checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9778
 9779[[package]]
 9780name = "libc"
 9781version = "0.2.182"
 9782source = "registry+https://github.com/rust-lang/crates.io-index"
 9783checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9784
 9785[[package]]
 9786name = "libdbus-sys"
 9787version = "0.2.6"
 9788source = "registry+https://github.com/rust-lang/crates.io-index"
 9789checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9790dependencies = [
 9791 "cc",
 9792 "pkg-config",
 9793]
 9794
 9795[[package]]
 9796name = "libfuzzer-sys"
 9797version = "0.4.10"
 9798source = "registry+https://github.com/rust-lang/crates.io-index"
 9799checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9800dependencies = [
 9801 "arbitrary",
 9802 "cc",
 9803]
 9804
 9805[[package]]
 9806name = "libgit2-sys"
 9807version = "0.18.3+1.9.2"
 9808source = "registry+https://github.com/rust-lang/crates.io-index"
 9809checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9810dependencies = [
 9811 "cc",
 9812 "libc",
 9813 "libz-sys",
 9814 "pkg-config",
 9815]
 9816
 9817[[package]]
 9818name = "libloading"
 9819version = "0.8.9"
 9820source = "registry+https://github.com/rust-lang/crates.io-index"
 9821checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9822dependencies = [
 9823 "cfg-if",
 9824 "windows-link 0.2.1",
 9825]
 9826
 9827[[package]]
 9828name = "libm"
 9829version = "0.2.15"
 9830source = "registry+https://github.com/rust-lang/crates.io-index"
 9831checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9832
 9833[[package]]
 9834name = "libmimalloc-sys"
 9835version = "0.1.44"
 9836source = "registry+https://github.com/rust-lang/crates.io-index"
 9837checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9838dependencies = [
 9839 "cc",
 9840 "libc",
 9841]
 9842
 9843[[package]]
 9844name = "libredox"
 9845version = "0.1.10"
 9846source = "registry+https://github.com/rust-lang/crates.io-index"
 9847checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9848dependencies = [
 9849 "bitflags 2.10.0",
 9850 "libc",
 9851 "redox_syscall 0.5.18",
 9852]
 9853
 9854[[package]]
 9855name = "libsqlite3-sys"
 9856version = "0.30.1"
 9857source = "registry+https://github.com/rust-lang/crates.io-index"
 9858checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9859dependencies = [
 9860 "cc",
 9861 "pkg-config",
 9862 "vcpkg",
 9863]
 9864
 9865[[package]]
 9866name = "libwebrtc"
 9867version = "0.3.26"
 9868source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9869dependencies = [
 9870 "cxx",
 9871 "glib",
 9872 "jni",
 9873 "js-sys",
 9874 "lazy_static",
 9875 "livekit-protocol",
 9876 "livekit-runtime",
 9877 "log",
 9878 "parking_lot",
 9879 "serde",
 9880 "serde_json",
 9881 "thiserror 1.0.69",
 9882 "tokio",
 9883 "wasm-bindgen",
 9884 "wasm-bindgen-futures",
 9885 "web-sys",
 9886 "webrtc-sys",
 9887]
 9888
 9889[[package]]
 9890name = "libz-sys"
 9891version = "1.1.22"
 9892source = "registry+https://github.com/rust-lang/crates.io-index"
 9893checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9894dependencies = [
 9895 "cc",
 9896 "libc",
 9897 "pkg-config",
 9898 "vcpkg",
 9899]
 9900
 9901[[package]]
 9902name = "line_ending_selector"
 9903version = "0.1.0"
 9904dependencies = [
 9905 "editor",
 9906 "gpui",
 9907 "language",
 9908 "picker",
 9909 "project",
 9910 "ui",
 9911 "util",
 9912 "workspace",
 9913]
 9914
 9915[[package]]
 9916name = "linebender_resource_handle"
 9917version = "0.1.1"
 9918source = "registry+https://github.com/rust-lang/crates.io-index"
 9919checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9920
 9921[[package]]
 9922name = "link-cplusplus"
 9923version = "1.0.12"
 9924source = "registry+https://github.com/rust-lang/crates.io-index"
 9925checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9926dependencies = [
 9927 "cc",
 9928]
 9929
 9930[[package]]
 9931name = "linkify"
 9932version = "0.10.0"
 9933source = "registry+https://github.com/rust-lang/crates.io-index"
 9934checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9935dependencies = [
 9936 "memchr",
 9937]
 9938
 9939[[package]]
 9940name = "linux-raw-sys"
 9941version = "0.4.15"
 9942source = "registry+https://github.com/rust-lang/crates.io-index"
 9943checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9944
 9945[[package]]
 9946name = "linux-raw-sys"
 9947version = "0.11.0"
 9948source = "registry+https://github.com/rust-lang/crates.io-index"
 9949checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9950
 9951[[package]]
 9952name = "litemap"
 9953version = "0.8.0"
 9954source = "registry+https://github.com/rust-lang/crates.io-index"
 9955checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9956
 9957[[package]]
 9958name = "litrs"
 9959version = "1.0.0"
 9960source = "registry+https://github.com/rust-lang/crates.io-index"
 9961checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9962
 9963[[package]]
 9964name = "livekit"
 9965version = "0.7.32"
 9966source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9967dependencies = [
 9968 "base64 0.22.1",
 9969 "bmrng",
 9970 "bytes 1.11.1",
 9971 "chrono",
 9972 "futures-util",
 9973 "lazy_static",
 9974 "libloading",
 9975 "libwebrtc",
 9976 "livekit-api",
 9977 "livekit-protocol",
 9978 "livekit-runtime",
 9979 "log",
 9980 "parking_lot",
 9981 "prost 0.12.6",
 9982 "semver",
 9983 "serde",
 9984 "serde_json",
 9985 "thiserror 1.0.69",
 9986 "tokio",
 9987]
 9988
 9989[[package]]
 9990name = "livekit-api"
 9991version = "0.4.14"
 9992source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9993dependencies = [
 9994 "base64 0.21.7",
 9995 "futures-util",
 9996 "http 1.3.1",
 9997 "livekit-protocol",
 9998 "livekit-runtime",
 9999 "log",
10000 "parking_lot",
10001 "pbjson-types",
10002 "prost 0.12.6",
10003 "rand 0.9.3",
10004 "reqwest 0.12.24",
10005 "rustls-native-certs 0.6.3",
10006 "scopeguard",
10007 "serde",
10008 "sha2",
10009 "thiserror 1.0.69",
10010 "tokio",
10011 "tokio-rustls 0.26.2",
10012 "tokio-tungstenite 0.28.0",
10013 "url",
10014]
10015
10016[[package]]
10017name = "livekit-protocol"
10018version = "0.7.1"
10019source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10020dependencies = [
10021 "futures-util",
10022 "livekit-runtime",
10023 "parking_lot",
10024 "pbjson",
10025 "pbjson-types",
10026 "prost 0.12.6",
10027 "serde",
10028 "thiserror 1.0.69",
10029 "tokio",
10030]
10031
10032[[package]]
10033name = "livekit-runtime"
10034version = "0.4.0"
10035source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10036dependencies = [
10037 "tokio",
10038 "tokio-stream",
10039]
10040
10041[[package]]
10042name = "livekit_api"
10043version = "0.1.0"
10044dependencies = [
10045 "anyhow",
10046 "async-trait",
10047 "jsonwebtoken",
10048 "log",
10049 "prost 0.9.0",
10050 "prost-build 0.9.0",
10051 "prost-types 0.9.0",
10052 "serde",
10053 "zed-reqwest",
10054]
10055
10056[[package]]
10057name = "livekit_client"
10058version = "0.1.0"
10059dependencies = [
10060 "anyhow",
10061 "async-trait",
10062 "audio",
10063 "cocoa 0.26.0",
10064 "collections",
10065 "core-foundation 0.10.0",
10066 "core-video",
10067 "coreaudio-rs 0.12.1",
10068 "cpal",
10069 "futures 0.3.32",
10070 "gpui",
10071 "gpui_platform",
10072 "gpui_tokio",
10073 "http_client_tls",
10074 "image",
10075 "libwebrtc",
10076 "livekit",
10077 "livekit_api",
10078 "log",
10079 "nanoid",
10080 "objc",
10081 "parking_lot",
10082 "postage",
10083 "rodio",
10084 "serde",
10085 "serde_json",
10086 "serde_urlencoded",
10087 "settings",
10088 "simplelog",
10089 "smallvec",
10090 "tokio",
10091 "ui",
10092 "util",
10093 "webrtc-sys",
10094 "zed-scap",
10095]
10096
10097[[package]]
10098name = "lmdb-master-sys"
10099version = "0.2.5"
10100source = "registry+https://github.com/rust-lang/crates.io-index"
10101checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10102dependencies = [
10103 "cc",
10104 "doxygen-rs",
10105 "libc",
10106]
10107
10108[[package]]
10109name = "lmstudio"
10110version = "0.1.0"
10111dependencies = [
10112 "anyhow",
10113 "futures 0.3.32",
10114 "http_client",
10115 "schemars",
10116 "serde",
10117 "serde_json",
10118]
10119
10120[[package]]
10121name = "lock_api"
10122version = "0.4.14"
10123source = "registry+https://github.com/rust-lang/crates.io-index"
10124checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10125dependencies = [
10126 "scopeguard",
10127]
10128
10129[[package]]
10130name = "log"
10131version = "0.4.29"
10132source = "registry+https://github.com/rust-lang/crates.io-index"
10133checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10134dependencies = [
10135 "serde_core",
10136 "value-bag",
10137]
10138
10139[[package]]
10140name = "loom"
10141version = "0.7.2"
10142source = "registry+https://github.com/rust-lang/crates.io-index"
10143checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10144dependencies = [
10145 "cfg-if",
10146 "generator",
10147 "scoped-tls",
10148 "tracing",
10149 "tracing-subscriber",
10150]
10151
10152[[package]]
10153name = "loop9"
10154version = "0.1.5"
10155source = "registry+https://github.com/rust-lang/crates.io-index"
10156checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10157dependencies = [
10158 "imgref",
10159]
10160
10161[[package]]
10162name = "lru"
10163version = "0.12.5"
10164source = "registry+https://github.com/rust-lang/crates.io-index"
10165checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10166dependencies = [
10167 "hashbrown 0.15.5",
10168]
10169
10170[[package]]
10171name = "lru-slab"
10172version = "0.1.2"
10173source = "registry+https://github.com/rust-lang/crates.io-index"
10174checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10175
10176[[package]]
10177name = "lsp"
10178version = "0.1.0"
10179dependencies = [
10180 "anyhow",
10181 "async-pipe",
10182 "collections",
10183 "ctor",
10184 "futures 0.3.32",
10185 "gpui",
10186 "gpui_util",
10187 "log",
10188 "lsp-types",
10189 "parking_lot",
10190 "postage",
10191 "release_channel",
10192 "schemars",
10193 "semver",
10194 "serde",
10195 "serde_json",
10196 "smol",
10197 "util",
10198 "zlog",
10199]
10200
10201[[package]]
10202name = "lsp-types"
10203version = "0.95.1"
10204source = "git+https://github.com/zed-industries/lsp-types?rev=f4dfa89a21ca35cd929b70354b1583fabae325f8#f4dfa89a21ca35cd929b70354b1583fabae325f8"
10205dependencies = [
10206 "bitflags 1.3.2",
10207 "serde",
10208 "serde_json",
10209 "url",
10210]
10211
10212[[package]]
10213name = "lyon"
10214version = "1.0.16"
10215source = "registry+https://github.com/rust-lang/crates.io-index"
10216checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10217dependencies = [
10218 "lyon_algorithms",
10219 "lyon_extra",
10220 "lyon_tessellation",
10221]
10222
10223[[package]]
10224name = "lyon_algorithms"
10225version = "1.0.16"
10226source = "registry+https://github.com/rust-lang/crates.io-index"
10227checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10228dependencies = [
10229 "lyon_path",
10230 "num-traits",
10231]
10232
10233[[package]]
10234name = "lyon_extra"
10235version = "1.0.3"
10236source = "registry+https://github.com/rust-lang/crates.io-index"
10237checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10238dependencies = [
10239 "lyon_path",
10240 "thiserror 1.0.69",
10241]
10242
10243[[package]]
10244name = "lyon_geom"
10245version = "1.0.17"
10246source = "registry+https://github.com/rust-lang/crates.io-index"
10247checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10248dependencies = [
10249 "arrayvec",
10250 "euclid",
10251 "num-traits",
10252]
10253
10254[[package]]
10255name = "lyon_path"
10256version = "1.0.16"
10257source = "registry+https://github.com/rust-lang/crates.io-index"
10258checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10259dependencies = [
10260 "lyon_geom",
10261 "num-traits",
10262]
10263
10264[[package]]
10265name = "lyon_tessellation"
10266version = "1.0.16"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10269dependencies = [
10270 "float_next_after",
10271 "lyon_path",
10272 "num-traits",
10273]
10274
10275[[package]]
10276name = "mac"
10277version = "0.1.1"
10278source = "registry+https://github.com/rust-lang/crates.io-index"
10279checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10280
10281[[package]]
10282name = "mach2"
10283version = "0.4.3"
10284source = "registry+https://github.com/rust-lang/crates.io-index"
10285checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10286dependencies = [
10287 "libc",
10288]
10289
10290[[package]]
10291name = "mach2"
10292version = "0.5.0"
10293source = "registry+https://github.com/rust-lang/crates.io-index"
10294checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10295dependencies = [
10296 "libc",
10297]
10298
10299[[package]]
10300name = "malloc_buf"
10301version = "0.0.6"
10302source = "registry+https://github.com/rust-lang/crates.io-index"
10303checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10304dependencies = [
10305 "libc",
10306]
10307
10308[[package]]
10309name = "maplit"
10310version = "1.0.2"
10311source = "registry+https://github.com/rust-lang/crates.io-index"
10312checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10313
10314[[package]]
10315name = "markdown"
10316version = "0.1.0"
10317dependencies = [
10318 "anyhow",
10319 "assets",
10320 "base64 0.22.1",
10321 "collections",
10322 "env_logger 0.11.8",
10323 "fs",
10324 "futures 0.3.32",
10325 "gpui",
10326 "gpui_platform",
10327 "html5ever 0.27.0",
10328 "language",
10329 "languages",
10330 "linkify",
10331 "log",
10332 "markup5ever_rcdom",
10333 "mermaid-rs-renderer",
10334 "node_runtime",
10335 "pulldown-cmark 0.13.0",
10336 "settings",
10337 "stacksafe",
10338 "sum_tree",
10339 "theme",
10340 "theme_settings",
10341 "ui",
10342 "util",
10343]
10344
10345[[package]]
10346name = "markdown_preview"
10347version = "0.1.0"
10348dependencies = [
10349 "anyhow",
10350 "editor",
10351 "gpui",
10352 "language",
10353 "log",
10354 "markdown",
10355 "project",
10356 "settings",
10357 "tempfile",
10358 "theme_settings",
10359 "ui",
10360 "urlencoding",
10361 "util",
10362 "workspace",
10363 "zed_actions",
10364]
10365
10366[[package]]
10367name = "markup5ever"
10368version = "0.12.1"
10369source = "registry+https://github.com/rust-lang/crates.io-index"
10370checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10371dependencies = [
10372 "log",
10373 "phf 0.11.3",
10374 "phf_codegen",
10375 "string_cache",
10376 "string_cache_codegen",
10377 "tendril",
10378]
10379
10380[[package]]
10381name = "markup5ever"
10382version = "0.35.0"
10383source = "registry+https://github.com/rust-lang/crates.io-index"
10384checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10385dependencies = [
10386 "log",
10387 "tendril",
10388 "web_atoms",
10389]
10390
10391[[package]]
10392name = "markup5ever_rcdom"
10393version = "0.3.0"
10394source = "registry+https://github.com/rust-lang/crates.io-index"
10395checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10396dependencies = [
10397 "html5ever 0.27.0",
10398 "markup5ever 0.12.1",
10399 "tendril",
10400 "xml5ever",
10401]
10402
10403[[package]]
10404name = "match_token"
10405version = "0.35.0"
10406source = "registry+https://github.com/rust-lang/crates.io-index"
10407checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10408dependencies = [
10409 "proc-macro2",
10410 "quote",
10411 "syn 2.0.117",
10412]
10413
10414[[package]]
10415name = "matchers"
10416version = "0.2.0"
10417source = "registry+https://github.com/rust-lang/crates.io-index"
10418checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10419dependencies = [
10420 "regex-automata",
10421]
10422
10423[[package]]
10424name = "matchit"
10425version = "0.7.3"
10426source = "registry+https://github.com/rust-lang/crates.io-index"
10427checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10428
10429[[package]]
10430name = "maybe-owned"
10431version = "0.3.4"
10432source = "registry+https://github.com/rust-lang/crates.io-index"
10433checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10434
10435[[package]]
10436name = "maybe-rayon"
10437version = "0.1.1"
10438source = "registry+https://github.com/rust-lang/crates.io-index"
10439checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10440dependencies = [
10441 "cfg-if",
10442 "rayon",
10443]
10444
10445[[package]]
10446name = "md-5"
10447version = "0.10.6"
10448source = "registry+https://github.com/rust-lang/crates.io-index"
10449checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10450dependencies = [
10451 "cfg-if",
10452 "digest",
10453]
10454
10455[[package]]
10456name = "mdbook"
10457version = "0.4.40"
10458source = "registry+https://github.com/rust-lang/crates.io-index"
10459checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10460dependencies = [
10461 "ammonia",
10462 "anyhow",
10463 "chrono",
10464 "clap",
10465 "clap_complete",
10466 "elasticlunr-rs",
10467 "env_logger 0.11.8",
10468 "futures-util",
10469 "handlebars 5.1.2",
10470 "ignore",
10471 "log",
10472 "memchr",
10473 "notify 6.1.1",
10474 "notify-debouncer-mini",
10475 "once_cell",
10476 "opener",
10477 "pathdiff",
10478 "pulldown-cmark 0.10.3",
10479 "regex",
10480 "serde",
10481 "serde_json",
10482 "shlex",
10483 "tempfile",
10484 "tokio",
10485 "toml 0.5.11",
10486 "topological-sort",
10487 "walkdir",
10488 "warp",
10489]
10490
10491[[package]]
10492name = "media"
10493version = "0.1.0"
10494dependencies = [
10495 "anyhow",
10496 "bindgen 0.71.1",
10497 "core-foundation 0.10.0",
10498 "core-video",
10499 "ctor",
10500 "foreign-types 0.5.0",
10501 "metal",
10502 "objc",
10503]
10504
10505[[package]]
10506name = "memchr"
10507version = "2.7.6"
10508source = "registry+https://github.com/rust-lang/crates.io-index"
10509checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10510
10511[[package]]
10512name = "memfd"
10513version = "0.6.5"
10514source = "registry+https://github.com/rust-lang/crates.io-index"
10515checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10516dependencies = [
10517 "rustix 1.1.2",
10518]
10519
10520[[package]]
10521name = "memmap2"
10522version = "0.9.8"
10523source = "registry+https://github.com/rust-lang/crates.io-index"
10524checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10525dependencies = [
10526 "libc",
10527 "stable_deref_trait",
10528]
10529
10530[[package]]
10531name = "memoffset"
10532version = "0.9.1"
10533source = "registry+https://github.com/rust-lang/crates.io-index"
10534checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10535dependencies = [
10536 "autocfg",
10537]
10538
10539[[package]]
10540name = "menu"
10541version = "0.1.0"
10542dependencies = [
10543 "gpui",
10544]
10545
10546[[package]]
10547name = "merge"
10548version = "0.1.0"
10549source = "registry+https://github.com/rust-lang/crates.io-index"
10550checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10551dependencies = [
10552 "merge_derive",
10553 "num-traits",
10554]
10555
10556[[package]]
10557name = "merge_derive"
10558version = "0.1.0"
10559source = "registry+https://github.com/rust-lang/crates.io-index"
10560checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10561dependencies = [
10562 "proc-macro-error",
10563 "proc-macro2",
10564 "quote",
10565 "syn 1.0.109",
10566]
10567
10568[[package]]
10569name = "mermaid-rs-renderer"
10570version = "0.2.0"
10571source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10572dependencies = [
10573 "anyhow",
10574 "fontdb 0.16.2",
10575 "json5",
10576 "once_cell",
10577 "regex",
10578 "serde",
10579 "serde_json",
10580 "thiserror 2.0.17",
10581 "ttf-parser 0.20.0",
10582]
10583
10584[[package]]
10585name = "metal"
10586version = "0.33.0"
10587source = "registry+https://github.com/rust-lang/crates.io-index"
10588checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10589dependencies = [
10590 "bitflags 2.10.0",
10591 "block",
10592 "core-graphics-types 0.2.0",
10593 "foreign-types 0.5.0",
10594 "log",
10595 "objc",
10596 "paste",
10597]
10598
10599[[package]]
10600name = "migrator"
10601version = "0.1.0"
10602dependencies = [
10603 "anyhow",
10604 "collections",
10605 "convert_case 0.8.0",
10606 "log",
10607 "pretty_assertions",
10608 "serde_json",
10609 "serde_json_lenient",
10610 "settings_content",
10611 "settings_json",
10612 "streaming-iterator",
10613 "tree-sitter",
10614 "tree-sitter-json",
10615 "unindent",
10616]
10617
10618[[package]]
10619name = "mimalloc"
10620version = "0.1.48"
10621source = "registry+https://github.com/rust-lang/crates.io-index"
10622checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10623dependencies = [
10624 "libmimalloc-sys",
10625]
10626
10627[[package]]
10628name = "mime"
10629version = "0.3.17"
10630source = "registry+https://github.com/rust-lang/crates.io-index"
10631checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10632
10633[[package]]
10634name = "mime_guess"
10635version = "2.0.5"
10636source = "registry+https://github.com/rust-lang/crates.io-index"
10637checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10638dependencies = [
10639 "mime",
10640 "unicase",
10641]
10642
10643[[package]]
10644name = "minidump-common"
10645version = "0.26.1"
10646source = "registry+https://github.com/rust-lang/crates.io-index"
10647checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10648dependencies = [
10649 "bitflags 2.10.0",
10650 "debugid",
10651 "num-derive",
10652 "num-traits",
10653 "range-map",
10654 "scroll",
10655 "smart-default",
10656]
10657
10658[[package]]
10659name = "minidump-writer"
10660version = "0.11.0"
10661source = "registry+https://github.com/rust-lang/crates.io-index"
10662checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10663dependencies = [
10664 "bitflags 2.10.0",
10665 "byteorder",
10666 "cfg-if",
10667 "crash-context",
10668 "error-graph",
10669 "failspot",
10670 "goblin",
10671 "libc",
10672 "log",
10673 "mach2 0.4.3",
10674 "memmap2",
10675 "memoffset",
10676 "minidump-common",
10677 "nix 0.29.0",
10678 "procfs-core",
10679 "scroll",
10680 "serde",
10681 "serde_json",
10682 "tempfile",
10683 "thiserror 2.0.17",
10684]
10685
10686[[package]]
10687name = "minidumper"
10688version = "0.9.0"
10689source = "registry+https://github.com/rust-lang/crates.io-index"
10690checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10691dependencies = [
10692 "cfg-if",
10693 "crash-context",
10694 "libc",
10695 "log",
10696 "minidump-writer",
10697 "parking_lot",
10698 "polling",
10699 "scroll",
10700 "thiserror 2.0.17",
10701 "uds",
10702]
10703
10704[[package]]
10705name = "minimal-lexical"
10706version = "0.2.1"
10707source = "registry+https://github.com/rust-lang/crates.io-index"
10708checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10709
10710[[package]]
10711name = "miniprofiler_ui"
10712version = "0.1.0"
10713dependencies = [
10714 "gpui",
10715 "rpc",
10716 "serde_json",
10717 "smol",
10718 "theme_settings",
10719 "util",
10720 "workspace",
10721 "zed_actions",
10722]
10723
10724[[package]]
10725name = "miniz_oxide"
10726version = "0.8.9"
10727source = "registry+https://github.com/rust-lang/crates.io-index"
10728checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10729dependencies = [
10730 "adler2",
10731 "simd-adler32",
10732]
10733
10734[[package]]
10735name = "mio"
10736version = "0.8.11"
10737source = "registry+https://github.com/rust-lang/crates.io-index"
10738checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10739dependencies = [
10740 "libc",
10741 "log",
10742 "wasi",
10743 "windows-sys 0.48.0",
10744]
10745
10746[[package]]
10747name = "mio"
10748version = "1.1.0"
10749source = "registry+https://github.com/rust-lang/crates.io-index"
10750checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10751dependencies = [
10752 "libc",
10753 "log",
10754 "wasi",
10755 "windows-sys 0.61.2",
10756]
10757
10758[[package]]
10759name = "miow"
10760version = "0.6.1"
10761source = "registry+https://github.com/rust-lang/crates.io-index"
10762checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10763dependencies = [
10764 "windows-sys 0.61.2",
10765]
10766
10767[[package]]
10768name = "mistral"
10769version = "0.1.0"
10770dependencies = [
10771 "anyhow",
10772 "futures 0.3.32",
10773 "http_client",
10774 "schemars",
10775 "serde",
10776 "serde_json",
10777 "strum 0.27.2",
10778]
10779
10780[[package]]
10781name = "moka"
10782version = "0.12.11"
10783source = "registry+https://github.com/rust-lang/crates.io-index"
10784checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10785dependencies = [
10786 "crossbeam-channel",
10787 "crossbeam-epoch",
10788 "crossbeam-utils",
10789 "equivalent",
10790 "parking_lot",
10791 "portable-atomic",
10792 "rustc_version",
10793 "smallvec",
10794 "tagptr",
10795 "uuid",
10796]
10797
10798[[package]]
10799name = "moxcms"
10800version = "0.8.1"
10801source = "registry+https://github.com/rust-lang/crates.io-index"
10802checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10803dependencies = [
10804 "num-traits",
10805 "pxfm",
10806]
10807
10808[[package]]
10809name = "msvc_spectre_libs"
10810version = "0.1.3"
10811source = "registry+https://github.com/rust-lang/crates.io-index"
10812checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10813dependencies = [
10814 "cc",
10815]
10816
10817[[package]]
10818name = "multi_buffer"
10819version = "0.1.0"
10820dependencies = [
10821 "anyhow",
10822 "buffer_diff",
10823 "clock",
10824 "collections",
10825 "ctor",
10826 "gpui",
10827 "indoc",
10828 "itertools 0.14.0",
10829 "language",
10830 "log",
10831 "parking_lot",
10832 "pretty_assertions",
10833 "rand 0.9.3",
10834 "rope",
10835 "serde",
10836 "settings",
10837 "smallvec",
10838 "smol",
10839 "sum_tree",
10840 "text",
10841 "theme",
10842 "tracing",
10843 "tree-sitter",
10844 "unicode-segmentation",
10845 "util",
10846 "zlog",
10847 "ztracing",
10848]
10849
10850[[package]]
10851name = "multimap"
10852version = "0.8.3"
10853source = "registry+https://github.com/rust-lang/crates.io-index"
10854checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10855
10856[[package]]
10857name = "naga"
10858version = "29.0.0"
10859source = "registry+https://github.com/rust-lang/crates.io-index"
10860checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10861dependencies = [
10862 "arrayvec",
10863 "bit-set 0.9.1",
10864 "bitflags 2.10.0",
10865 "cfg-if",
10866 "cfg_aliases 0.2.1",
10867 "codespan-reporting",
10868 "half",
10869 "hashbrown 0.16.1",
10870 "hexf-parse",
10871 "indexmap",
10872 "libm",
10873 "log",
10874 "num-traits",
10875 "once_cell",
10876 "rustc-hash 1.1.0",
10877 "thiserror 2.0.17",
10878 "unicode-ident",
10879]
10880
10881[[package]]
10882name = "naga"
10883version = "29.0.0"
10884source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10885dependencies = [
10886 "arrayvec",
10887 "bit-set 0.9.1",
10888 "bitflags 2.10.0",
10889 "cfg-if",
10890 "cfg_aliases 0.2.1",
10891 "codespan-reporting",
10892 "half",
10893 "hashbrown 0.16.1",
10894 "hexf-parse",
10895 "indexmap",
10896 "libm",
10897 "log",
10898 "num-traits",
10899 "once_cell",
10900 "rustc-hash 1.1.0",
10901 "spirv",
10902 "thiserror 2.0.17",
10903 "unicode-ident",
10904]
10905
10906[[package]]
10907name = "nanoid"
10908version = "0.4.0"
10909source = "registry+https://github.com/rust-lang/crates.io-index"
10910checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10911dependencies = [
10912 "rand 0.8.5",
10913]
10914
10915[[package]]
10916name = "nanorand"
10917version = "0.7.0"
10918source = "registry+https://github.com/rust-lang/crates.io-index"
10919checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10920dependencies = [
10921 "getrandom 0.2.16",
10922]
10923
10924[[package]]
10925name = "native-tls"
10926version = "0.2.14"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10929dependencies = [
10930 "libc",
10931 "log",
10932 "openssl",
10933 "openssl-probe",
10934 "openssl-sys",
10935 "schannel",
10936 "security-framework 2.11.1",
10937 "security-framework-sys",
10938 "tempfile",
10939]
10940
10941[[package]]
10942name = "nbformat"
10943version = "1.2.0"
10944source = "registry+https://github.com/rust-lang/crates.io-index"
10945checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10946dependencies = [
10947 "anyhow",
10948 "chrono",
10949 "jupyter-protocol",
10950 "serde",
10951 "serde_json",
10952 "thiserror 1.0.69",
10953 "uuid",
10954]
10955
10956[[package]]
10957name = "nc"
10958version = "0.1.0"
10959dependencies = [
10960 "anyhow",
10961 "futures 0.3.32",
10962 "net",
10963 "smol",
10964]
10965
10966[[package]]
10967name = "ndk"
10968version = "0.9.0"
10969source = "registry+https://github.com/rust-lang/crates.io-index"
10970checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10971dependencies = [
10972 "bitflags 2.10.0",
10973 "jni-sys",
10974 "log",
10975 "ndk-sys",
10976 "num_enum",
10977 "thiserror 1.0.69",
10978]
10979
10980[[package]]
10981name = "ndk-context"
10982version = "0.1.1"
10983source = "registry+https://github.com/rust-lang/crates.io-index"
10984checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10985
10986[[package]]
10987name = "ndk-sys"
10988version = "0.6.0+11769913"
10989source = "registry+https://github.com/rust-lang/crates.io-index"
10990checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10991dependencies = [
10992 "jni-sys",
10993]
10994
10995[[package]]
10996name = "net"
10997version = "0.1.0"
10998dependencies = [
10999 "anyhow",
11000 "async-io",
11001 "smol",
11002 "tempfile",
11003 "windows 0.61.3",
11004]
11005
11006[[package]]
11007name = "new_debug_unreachable"
11008version = "1.0.6"
11009source = "registry+https://github.com/rust-lang/crates.io-index"
11010checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
11011
11012[[package]]
11013name = "nix"
11014version = "0.28.0"
11015source = "registry+https://github.com/rust-lang/crates.io-index"
11016checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
11017dependencies = [
11018 "bitflags 2.10.0",
11019 "cfg-if",
11020 "cfg_aliases 0.1.1",
11021 "libc",
11022]
11023
11024[[package]]
11025name = "nix"
11026version = "0.29.0"
11027source = "registry+https://github.com/rust-lang/crates.io-index"
11028checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
11029dependencies = [
11030 "bitflags 2.10.0",
11031 "cfg-if",
11032 "cfg_aliases 0.2.1",
11033 "libc",
11034]
11035
11036[[package]]
11037name = "nix"
11038version = "0.30.1"
11039source = "registry+https://github.com/rust-lang/crates.io-index"
11040checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11041dependencies = [
11042 "bitflags 2.10.0",
11043 "cfg-if",
11044 "cfg_aliases 0.2.1",
11045 "libc",
11046]
11047
11048[[package]]
11049name = "node_runtime"
11050version = "0.1.0"
11051dependencies = [
11052 "anyhow",
11053 "async-compression",
11054 "async-std",
11055 "async-tar",
11056 "async-trait",
11057 "futures 0.3.32",
11058 "http_client",
11059 "log",
11060 "paths",
11061 "semver",
11062 "serde",
11063 "serde_json",
11064 "smol",
11065 "util",
11066 "watch",
11067 "which 6.0.3",
11068]
11069
11070[[package]]
11071name = "nom"
11072version = "7.1.3"
11073source = "registry+https://github.com/rust-lang/crates.io-index"
11074checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11075dependencies = [
11076 "memchr",
11077 "minimal-lexical",
11078]
11079
11080[[package]]
11081name = "nom"
11082version = "8.0.0"
11083source = "registry+https://github.com/rust-lang/crates.io-index"
11084checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11085dependencies = [
11086 "memchr",
11087]
11088
11089[[package]]
11090name = "noop_proc_macro"
11091version = "0.3.0"
11092source = "registry+https://github.com/rust-lang/crates.io-index"
11093checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11094
11095[[package]]
11096name = "normpath"
11097version = "1.5.0"
11098source = "registry+https://github.com/rust-lang/crates.io-index"
11099checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11100dependencies = [
11101 "windows-sys 0.61.2",
11102]
11103
11104[[package]]
11105name = "notifications"
11106version = "0.1.0"
11107dependencies = [
11108 "anyhow",
11109 "channel",
11110 "client",
11111 "component",
11112 "db",
11113 "gpui",
11114 "rpc",
11115 "sum_tree",
11116 "time",
11117 "ui",
11118 "util",
11119 "workspace",
11120 "zed_actions",
11121]
11122
11123[[package]]
11124name = "notify"
11125version = "6.1.1"
11126source = "registry+https://github.com/rust-lang/crates.io-index"
11127checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11128dependencies = [
11129 "bitflags 2.10.0",
11130 "crossbeam-channel",
11131 "filetime",
11132 "fsevent-sys",
11133 "inotify 0.9.6",
11134 "kqueue",
11135 "libc",
11136 "log",
11137 "mio 0.8.11",
11138 "walkdir",
11139 "windows-sys 0.48.0",
11140]
11141
11142[[package]]
11143name = "notify"
11144version = "8.2.0"
11145source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11146dependencies = [
11147 "bitflags 2.10.0",
11148 "fsevent-sys",
11149 "inotify 0.11.0",
11150 "kqueue",
11151 "libc",
11152 "log",
11153 "mio 1.1.0",
11154 "notify-types",
11155 "walkdir",
11156 "windows-sys 0.60.2",
11157]
11158
11159[[package]]
11160name = "notify-debouncer-mini"
11161version = "0.4.1"
11162source = "registry+https://github.com/rust-lang/crates.io-index"
11163checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11164dependencies = [
11165 "crossbeam-channel",
11166 "log",
11167 "notify 6.1.1",
11168]
11169
11170[[package]]
11171name = "notify-types"
11172version = "2.0.0"
11173source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11174
11175[[package]]
11176name = "ntapi"
11177version = "0.4.1"
11178source = "registry+https://github.com/rust-lang/crates.io-index"
11179checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11180dependencies = [
11181 "winapi",
11182]
11183
11184[[package]]
11185name = "nu-ansi-term"
11186version = "0.50.3"
11187source = "registry+https://github.com/rust-lang/crates.io-index"
11188checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11189dependencies = [
11190 "windows-sys 0.61.2",
11191]
11192
11193[[package]]
11194name = "nucleo"
11195version = "0.5.0"
11196source = "registry+https://github.com/rust-lang/crates.io-index"
11197checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11198dependencies = [
11199 "nucleo-matcher",
11200 "parking_lot",
11201 "rayon",
11202]
11203
11204[[package]]
11205name = "nucleo-matcher"
11206version = "0.3.1"
11207source = "registry+https://github.com/rust-lang/crates.io-index"
11208checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11209dependencies = [
11210 "memchr",
11211 "unicode-segmentation",
11212]
11213
11214[[package]]
11215name = "num"
11216version = "0.4.3"
11217source = "registry+https://github.com/rust-lang/crates.io-index"
11218checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11219dependencies = [
11220 "num-bigint",
11221 "num-complex",
11222 "num-integer",
11223 "num-iter",
11224 "num-rational",
11225 "num-traits",
11226]
11227
11228[[package]]
11229name = "num-bigint"
11230version = "0.4.6"
11231source = "registry+https://github.com/rust-lang/crates.io-index"
11232checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11233dependencies = [
11234 "num-integer",
11235 "num-traits",
11236]
11237
11238[[package]]
11239name = "num-bigint-dig"
11240version = "0.8.6"
11241source = "registry+https://github.com/rust-lang/crates.io-index"
11242checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11243dependencies = [
11244 "lazy_static",
11245 "libm",
11246 "num-integer",
11247 "num-iter",
11248 "num-traits",
11249 "rand 0.8.5",
11250 "smallvec",
11251 "zeroize",
11252]
11253
11254[[package]]
11255name = "num-bigint-dig"
11256version = "0.9.1"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11259dependencies = [
11260 "libm",
11261 "num-integer",
11262 "num-iter",
11263 "num-traits",
11264 "once_cell",
11265 "rand 0.9.3",
11266 "serde",
11267 "smallvec",
11268 "zeroize",
11269]
11270
11271[[package]]
11272name = "num-cmp"
11273version = "0.1.0"
11274source = "registry+https://github.com/rust-lang/crates.io-index"
11275checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11276
11277[[package]]
11278name = "num-complex"
11279version = "0.4.6"
11280source = "registry+https://github.com/rust-lang/crates.io-index"
11281checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11282dependencies = [
11283 "bytemuck",
11284 "num-traits",
11285]
11286
11287[[package]]
11288name = "num-conv"
11289version = "0.2.0"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11292
11293[[package]]
11294name = "num-derive"
11295version = "0.4.2"
11296source = "registry+https://github.com/rust-lang/crates.io-index"
11297checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11298dependencies = [
11299 "proc-macro2",
11300 "quote",
11301 "syn 2.0.117",
11302]
11303
11304[[package]]
11305name = "num-format"
11306version = "0.4.4"
11307source = "registry+https://github.com/rust-lang/crates.io-index"
11308checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11309dependencies = [
11310 "arrayvec",
11311 "itoa",
11312]
11313
11314[[package]]
11315name = "num-integer"
11316version = "0.1.46"
11317source = "registry+https://github.com/rust-lang/crates.io-index"
11318checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11319dependencies = [
11320 "num-traits",
11321]
11322
11323[[package]]
11324name = "num-iter"
11325version = "0.1.45"
11326source = "registry+https://github.com/rust-lang/crates.io-index"
11327checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11328dependencies = [
11329 "autocfg",
11330 "num-integer",
11331 "num-traits",
11332]
11333
11334[[package]]
11335name = "num-rational"
11336version = "0.4.2"
11337source = "registry+https://github.com/rust-lang/crates.io-index"
11338checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11339dependencies = [
11340 "num-bigint",
11341 "num-integer",
11342 "num-traits",
11343]
11344
11345[[package]]
11346name = "num-traits"
11347version = "0.2.19"
11348source = "registry+https://github.com/rust-lang/crates.io-index"
11349checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11350dependencies = [
11351 "autocfg",
11352 "libm",
11353]
11354
11355[[package]]
11356name = "num_cpus"
11357version = "1.17.0"
11358source = "registry+https://github.com/rust-lang/crates.io-index"
11359checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11360dependencies = [
11361 "hermit-abi",
11362 "libc",
11363]
11364
11365[[package]]
11366name = "num_enum"
11367version = "0.7.4"
11368source = "registry+https://github.com/rust-lang/crates.io-index"
11369checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11370dependencies = [
11371 "num_enum_derive",
11372 "rustversion",
11373]
11374
11375[[package]]
11376name = "num_enum_derive"
11377version = "0.7.4"
11378source = "registry+https://github.com/rust-lang/crates.io-index"
11379checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11380dependencies = [
11381 "proc-macro-crate",
11382 "proc-macro2",
11383 "quote",
11384 "syn 2.0.117",
11385]
11386
11387[[package]]
11388name = "num_threads"
11389version = "0.1.7"
11390source = "registry+https://github.com/rust-lang/crates.io-index"
11391checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11392dependencies = [
11393 "libc",
11394]
11395
11396[[package]]
11397name = "nvim-rs"
11398version = "0.9.2"
11399source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11400dependencies = [
11401 "async-trait",
11402 "futures 0.3.32",
11403 "log",
11404 "rmp",
11405 "rmpv",
11406 "tokio",
11407 "tokio-util",
11408]
11409
11410[[package]]
11411name = "objc"
11412version = "0.2.7"
11413source = "registry+https://github.com/rust-lang/crates.io-index"
11414checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11415dependencies = [
11416 "malloc_buf",
11417 "objc_exception",
11418]
11419
11420[[package]]
11421name = "objc-foundation"
11422version = "0.1.1"
11423source = "registry+https://github.com/rust-lang/crates.io-index"
11424checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11425dependencies = [
11426 "block",
11427 "objc",
11428 "objc_id",
11429]
11430
11431[[package]]
11432name = "objc2"
11433version = "0.6.3"
11434source = "registry+https://github.com/rust-lang/crates.io-index"
11435checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11436dependencies = [
11437 "objc2-encode",
11438]
11439
11440[[package]]
11441name = "objc2-app-kit"
11442version = "0.3.1"
11443source = "registry+https://github.com/rust-lang/crates.io-index"
11444checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11445dependencies = [
11446 "objc2",
11447 "objc2-foundation",
11448]
11449
11450[[package]]
11451name = "objc2-audio-toolbox"
11452version = "0.3.2"
11453source = "registry+https://github.com/rust-lang/crates.io-index"
11454checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11455dependencies = [
11456 "bitflags 2.10.0",
11457 "libc",
11458 "objc2",
11459 "objc2-core-audio",
11460 "objc2-core-audio-types",
11461 "objc2-core-foundation",
11462 "objc2-foundation",
11463]
11464
11465[[package]]
11466name = "objc2-avf-audio"
11467version = "0.3.2"
11468source = "registry+https://github.com/rust-lang/crates.io-index"
11469checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11470dependencies = [
11471 "objc2",
11472 "objc2-foundation",
11473]
11474
11475[[package]]
11476name = "objc2-core-audio"
11477version = "0.3.2"
11478source = "registry+https://github.com/rust-lang/crates.io-index"
11479checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11480dependencies = [
11481 "dispatch2",
11482 "objc2",
11483 "objc2-core-audio-types",
11484 "objc2-core-foundation",
11485 "objc2-foundation",
11486]
11487
11488[[package]]
11489name = "objc2-core-audio-types"
11490version = "0.3.2"
11491source = "registry+https://github.com/rust-lang/crates.io-index"
11492checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11493dependencies = [
11494 "bitflags 2.10.0",
11495 "objc2",
11496]
11497
11498[[package]]
11499name = "objc2-core-foundation"
11500version = "0.3.2"
11501source = "registry+https://github.com/rust-lang/crates.io-index"
11502checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11503dependencies = [
11504 "bitflags 2.10.0",
11505 "block2",
11506 "dispatch2",
11507 "libc",
11508 "objc2",
11509]
11510
11511[[package]]
11512name = "objc2-encode"
11513version = "4.1.0"
11514source = "registry+https://github.com/rust-lang/crates.io-index"
11515checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11516
11517[[package]]
11518name = "objc2-foundation"
11519version = "0.3.2"
11520source = "registry+https://github.com/rust-lang/crates.io-index"
11521checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11522dependencies = [
11523 "bitflags 2.10.0",
11524 "block2",
11525 "libc",
11526 "objc2",
11527 "objc2-core-foundation",
11528]
11529
11530[[package]]
11531name = "objc2-io-kit"
11532version = "0.3.2"
11533source = "registry+https://github.com/rust-lang/crates.io-index"
11534checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11535dependencies = [
11536 "libc",
11537 "objc2-core-foundation",
11538]
11539
11540[[package]]
11541name = "objc2-metal"
11542version = "0.3.2"
11543source = "registry+https://github.com/rust-lang/crates.io-index"
11544checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11545dependencies = [
11546 "bitflags 2.10.0",
11547 "block2",
11548 "dispatch2",
11549 "objc2",
11550 "objc2-core-foundation",
11551 "objc2-foundation",
11552]
11553
11554[[package]]
11555name = "objc2-quartz-core"
11556version = "0.3.2"
11557source = "registry+https://github.com/rust-lang/crates.io-index"
11558checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11559dependencies = [
11560 "bitflags 2.10.0",
11561 "objc2",
11562 "objc2-core-foundation",
11563 "objc2-foundation",
11564 "objc2-metal",
11565]
11566
11567[[package]]
11568name = "objc_exception"
11569version = "0.1.2"
11570source = "registry+https://github.com/rust-lang/crates.io-index"
11571checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11572dependencies = [
11573 "cc",
11574]
11575
11576[[package]]
11577name = "objc_id"
11578version = "0.1.1"
11579source = "registry+https://github.com/rust-lang/crates.io-index"
11580checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11581dependencies = [
11582 "objc",
11583]
11584
11585[[package]]
11586name = "object"
11587version = "0.37.3"
11588source = "registry+https://github.com/rust-lang/crates.io-index"
11589checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11590dependencies = [
11591 "crc32fast",
11592 "hashbrown 0.15.5",
11593 "indexmap",
11594 "memchr",
11595]
11596
11597[[package]]
11598name = "octocrab"
11599version = "0.49.7"
11600source = "registry+https://github.com/rust-lang/crates.io-index"
11601checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11602dependencies = [
11603 "arc-swap",
11604 "async-trait",
11605 "base64 0.22.1",
11606 "bytes 1.11.1",
11607 "cargo_metadata 0.23.1",
11608 "cfg-if",
11609 "chrono",
11610 "either",
11611 "futures 0.3.32",
11612 "futures-core",
11613 "futures-util",
11614 "getrandom 0.2.16",
11615 "http 1.3.1",
11616 "http-body 1.0.1",
11617 "http-body-util",
11618 "hyper 1.7.0",
11619 "hyper-rustls 0.27.7",
11620 "hyper-timeout",
11621 "hyper-util",
11622 "jsonwebtoken",
11623 "once_cell",
11624 "percent-encoding",
11625 "pin-project",
11626 "secrecy",
11627 "serde",
11628 "serde_json",
11629 "serde_path_to_error",
11630 "serde_urlencoded",
11631 "snafu",
11632 "tokio",
11633 "tower 0.5.2",
11634 "tower-http 0.6.6",
11635 "url",
11636 "web-time",
11637]
11638
11639[[package]]
11640name = "ollama"
11641version = "0.1.0"
11642dependencies = [
11643 "anyhow",
11644 "futures 0.3.32",
11645 "http_client",
11646 "schemars",
11647 "serde",
11648 "serde_json",
11649 "settings",
11650]
11651
11652[[package]]
11653name = "onboarding"
11654version = "0.1.0"
11655dependencies = [
11656 "anyhow",
11657 "client",
11658 "cloud_api_types",
11659 "collections",
11660 "component",
11661 "db",
11662 "documented",
11663 "fs",
11664 "fuzzy",
11665 "gpui",
11666 "menu",
11667 "notifications",
11668 "picker",
11669 "project",
11670 "schemars",
11671 "serde",
11672 "settings",
11673 "telemetry",
11674 "theme",
11675 "theme_settings",
11676 "ui",
11677 "util",
11678 "vim_mode_setting",
11679 "workspace",
11680 "zed_actions",
11681 "zlog",
11682]
11683
11684[[package]]
11685name = "once_cell"
11686version = "1.21.3"
11687source = "registry+https://github.com/rust-lang/crates.io-index"
11688checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11689
11690[[package]]
11691name = "once_cell_polyfill"
11692version = "1.70.1"
11693source = "registry+https://github.com/rust-lang/crates.io-index"
11694checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11695
11696[[package]]
11697name = "oo7"
11698version = "0.6.0"
11699source = "registry+https://github.com/rust-lang/crates.io-index"
11700checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11701dependencies = [
11702 "aes",
11703 "ashpd",
11704 "async-fs",
11705 "async-io",
11706 "async-lock 3.4.2",
11707 "blocking",
11708 "cbc",
11709 "cipher",
11710 "digest",
11711 "endi",
11712 "futures-lite 2.6.1",
11713 "futures-util",
11714 "getrandom 0.4.1",
11715 "hkdf",
11716 "hmac",
11717 "md-5",
11718 "num",
11719 "num-bigint-dig 0.9.1",
11720 "pbkdf2 0.12.2",
11721 "serde",
11722 "serde_bytes",
11723 "sha2",
11724 "subtle",
11725 "zbus",
11726 "zbus_macros",
11727 "zeroize",
11728 "zvariant",
11729]
11730
11731[[package]]
11732name = "oorandom"
11733version = "11.1.5"
11734source = "registry+https://github.com/rust-lang/crates.io-index"
11735checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11736
11737[[package]]
11738name = "open"
11739version = "5.3.2"
11740source = "registry+https://github.com/rust-lang/crates.io-index"
11741checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11742dependencies = [
11743 "is-wsl",
11744 "libc",
11745 "pathdiff",
11746]
11747
11748[[package]]
11749name = "open_ai"
11750version = "0.1.0"
11751dependencies = [
11752 "anyhow",
11753 "collections",
11754 "futures 0.3.32",
11755 "http_client",
11756 "language_model_core",
11757 "log",
11758 "pretty_assertions",
11759 "rand 0.9.3",
11760 "schemars",
11761 "serde",
11762 "serde_json",
11763 "strum 0.27.2",
11764 "thiserror 2.0.17",
11765 "tiktoken-rs",
11766]
11767
11768[[package]]
11769name = "open_path_prompt"
11770version = "0.1.0"
11771dependencies = [
11772 "editor",
11773 "file_icons",
11774 "futures 0.3.32",
11775 "fuzzy",
11776 "gpui",
11777 "picker",
11778 "project",
11779 "schemars",
11780 "serde",
11781 "serde_json",
11782 "settings",
11783 "theme",
11784 "theme_settings",
11785 "ui",
11786 "util",
11787 "workspace",
11788]
11789
11790[[package]]
11791name = "open_router"
11792version = "0.1.0"
11793dependencies = [
11794 "anyhow",
11795 "futures 0.3.32",
11796 "http_client",
11797 "language_model_core",
11798 "schemars",
11799 "serde",
11800 "serde_json",
11801 "settings",
11802 "strum 0.27.2",
11803 "thiserror 2.0.17",
11804]
11805
11806[[package]]
11807name = "opencode"
11808version = "0.1.0"
11809dependencies = [
11810 "anyhow",
11811 "futures 0.3.32",
11812 "google_ai",
11813 "http_client",
11814 "schemars",
11815 "serde",
11816 "serde_json",
11817 "strum 0.27.2",
11818]
11819
11820[[package]]
11821name = "opener"
11822version = "0.7.2"
11823source = "registry+https://github.com/rust-lang/crates.io-index"
11824checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11825dependencies = [
11826 "bstr",
11827 "dbus",
11828 "normpath",
11829 "windows-sys 0.59.0",
11830]
11831
11832[[package]]
11833name = "openssl"
11834version = "0.10.74"
11835source = "registry+https://github.com/rust-lang/crates.io-index"
11836checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11837dependencies = [
11838 "bitflags 2.10.0",
11839 "cfg-if",
11840 "foreign-types 0.3.2",
11841 "libc",
11842 "once_cell",
11843 "openssl-macros",
11844 "openssl-sys",
11845]
11846
11847[[package]]
11848name = "openssl-macros"
11849version = "0.1.1"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11852dependencies = [
11853 "proc-macro2",
11854 "quote",
11855 "syn 2.0.117",
11856]
11857
11858[[package]]
11859name = "openssl-probe"
11860version = "0.1.6"
11861source = "registry+https://github.com/rust-lang/crates.io-index"
11862checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11863
11864[[package]]
11865name = "openssl-sys"
11866version = "0.9.110"
11867source = "registry+https://github.com/rust-lang/crates.io-index"
11868checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11869dependencies = [
11870 "cc",
11871 "libc",
11872 "pkg-config",
11873 "vcpkg",
11874]
11875
11876[[package]]
11877name = "optfield"
11878version = "0.4.0"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11881dependencies = [
11882 "proc-macro2",
11883 "quote",
11884 "syn 2.0.117",
11885]
11886
11887[[package]]
11888name = "option-ext"
11889version = "0.2.0"
11890source = "registry+https://github.com/rust-lang/crates.io-index"
11891checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11892
11893[[package]]
11894name = "ordered-float"
11895version = "2.10.1"
11896source = "registry+https://github.com/rust-lang/crates.io-index"
11897checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11898dependencies = [
11899 "num-traits",
11900]
11901
11902[[package]]
11903name = "ordered-float"
11904version = "4.6.0"
11905source = "registry+https://github.com/rust-lang/crates.io-index"
11906checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11907dependencies = [
11908 "num-traits",
11909]
11910
11911[[package]]
11912name = "ordered-stream"
11913version = "0.2.0"
11914source = "registry+https://github.com/rust-lang/crates.io-index"
11915checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11916dependencies = [
11917 "futures-core",
11918 "pin-project-lite",
11919]
11920
11921[[package]]
11922name = "ouroboros"
11923version = "0.18.5"
11924source = "registry+https://github.com/rust-lang/crates.io-index"
11925checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11926dependencies = [
11927 "aliasable",
11928 "ouroboros_macro",
11929 "static_assertions",
11930]
11931
11932[[package]]
11933name = "ouroboros_macro"
11934version = "0.18.5"
11935source = "registry+https://github.com/rust-lang/crates.io-index"
11936checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11937dependencies = [
11938 "heck 0.4.1",
11939 "proc-macro2",
11940 "proc-macro2-diagnostics",
11941 "quote",
11942 "syn 2.0.117",
11943]
11944
11945[[package]]
11946name = "outline"
11947version = "0.1.0"
11948dependencies = [
11949 "editor",
11950 "fuzzy",
11951 "gpui",
11952 "indoc",
11953 "language",
11954 "lsp",
11955 "menu",
11956 "ordered-float 2.10.1",
11957 "picker",
11958 "project",
11959 "rope",
11960 "serde_json",
11961 "settings",
11962 "smol",
11963 "theme",
11964 "theme_settings",
11965 "ui",
11966 "util",
11967 "workspace",
11968 "zed_actions",
11969]
11970
11971[[package]]
11972name = "outline_panel"
11973version = "0.1.0"
11974dependencies = [
11975 "anyhow",
11976 "collections",
11977 "db",
11978 "editor",
11979 "file_icons",
11980 "fuzzy",
11981 "gpui",
11982 "itertools 0.14.0",
11983 "language",
11984 "log",
11985 "lsp",
11986 "menu",
11987 "outline",
11988 "pretty_assertions",
11989 "project",
11990 "search",
11991 "serde",
11992 "serde_json",
11993 "settings",
11994 "smallvec",
11995 "smol",
11996 "theme",
11997 "theme_settings",
11998 "ui",
11999 "util",
12000 "workspace",
12001 "worktree",
12002 "zed_actions",
12003]
12004
12005[[package]]
12006name = "outref"
12007version = "0.5.2"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
12010
12011[[package]]
12012name = "p256"
12013version = "0.11.1"
12014source = "registry+https://github.com/rust-lang/crates.io-index"
12015checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
12016dependencies = [
12017 "ecdsa",
12018 "elliptic-curve",
12019 "sha2",
12020]
12021
12022[[package]]
12023name = "page_size"
12024version = "0.6.0"
12025source = "registry+https://github.com/rust-lang/crates.io-index"
12026checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12027dependencies = [
12028 "libc",
12029 "winapi",
12030]
12031
12032[[package]]
12033name = "palette"
12034version = "0.7.6"
12035source = "registry+https://github.com/rust-lang/crates.io-index"
12036checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12037dependencies = [
12038 "approx",
12039 "fast-srgb8",
12040 "palette_derive",
12041]
12042
12043[[package]]
12044name = "palette_derive"
12045version = "0.7.6"
12046source = "registry+https://github.com/rust-lang/crates.io-index"
12047checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12048dependencies = [
12049 "by_address",
12050 "proc-macro2",
12051 "quote",
12052 "syn 2.0.117",
12053]
12054
12055[[package]]
12056name = "panel"
12057version = "0.1.0"
12058dependencies = [
12059 "gpui",
12060 "ui",
12061 "workspace",
12062]
12063
12064[[package]]
12065name = "parking"
12066version = "2.2.1"
12067source = "registry+https://github.com/rust-lang/crates.io-index"
12068checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12069
12070[[package]]
12071name = "parking_lot"
12072version = "0.12.5"
12073source = "registry+https://github.com/rust-lang/crates.io-index"
12074checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12075dependencies = [
12076 "lock_api",
12077 "parking_lot_core",
12078]
12079
12080[[package]]
12081name = "parking_lot_core"
12082version = "0.9.12"
12083source = "registry+https://github.com/rust-lang/crates.io-index"
12084checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12085dependencies = [
12086 "cfg-if",
12087 "libc",
12088 "redox_syscall 0.5.18",
12089 "smallvec",
12090 "windows-link 0.2.1",
12091]
12092
12093[[package]]
12094name = "parse_int"
12095version = "0.9.0"
12096source = "registry+https://github.com/rust-lang/crates.io-index"
12097checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12098dependencies = [
12099 "num-traits",
12100]
12101
12102[[package]]
12103name = "partial-json-fixer"
12104version = "0.5.3"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12107
12108[[package]]
12109name = "password-hash"
12110version = "0.4.2"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12113dependencies = [
12114 "base64ct",
12115 "rand_core 0.6.4",
12116 "subtle",
12117]
12118
12119[[package]]
12120name = "paste"
12121version = "1.0.15"
12122source = "registry+https://github.com/rust-lang/crates.io-index"
12123checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12124
12125[[package]]
12126name = "pastey"
12127version = "0.1.1"
12128source = "registry+https://github.com/rust-lang/crates.io-index"
12129checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12130
12131[[package]]
12132name = "pathdiff"
12133version = "0.2.3"
12134source = "registry+https://github.com/rust-lang/crates.io-index"
12135checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12136
12137[[package]]
12138name = "pathfinder_geometry"
12139version = "0.5.1"
12140source = "registry+https://github.com/rust-lang/crates.io-index"
12141checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12142dependencies = [
12143 "log",
12144 "pathfinder_simd",
12145]
12146
12147[[package]]
12148name = "pathfinder_simd"
12149version = "0.5.5"
12150source = "registry+https://github.com/rust-lang/crates.io-index"
12151checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12152dependencies = [
12153 "rustc_version",
12154]
12155
12156[[package]]
12157name = "paths"
12158version = "0.1.0"
12159dependencies = [
12160 "dirs",
12161 "ignore",
12162 "util",
12163]
12164
12165[[package]]
12166name = "pbjson"
12167version = "0.6.0"
12168source = "registry+https://github.com/rust-lang/crates.io-index"
12169checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12170dependencies = [
12171 "base64 0.21.7",
12172 "serde",
12173]
12174
12175[[package]]
12176name = "pbjson-build"
12177version = "0.6.2"
12178source = "registry+https://github.com/rust-lang/crates.io-index"
12179checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12180dependencies = [
12181 "heck 0.4.1",
12182 "itertools 0.11.0",
12183 "prost 0.12.6",
12184 "prost-types 0.12.6",
12185]
12186
12187[[package]]
12188name = "pbjson-types"
12189version = "0.6.0"
12190source = "registry+https://github.com/rust-lang/crates.io-index"
12191checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12192dependencies = [
12193 "bytes 1.11.1",
12194 "chrono",
12195 "pbjson",
12196 "pbjson-build",
12197 "prost 0.12.6",
12198 "prost-build 0.12.6",
12199 "serde",
12200]
12201
12202[[package]]
12203name = "pbkdf2"
12204version = "0.11.0"
12205source = "registry+https://github.com/rust-lang/crates.io-index"
12206checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12207dependencies = [
12208 "digest",
12209 "hmac",
12210 "password-hash",
12211 "sha2",
12212]
12213
12214[[package]]
12215name = "pbkdf2"
12216version = "0.12.2"
12217source = "registry+https://github.com/rust-lang/crates.io-index"
12218checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12219dependencies = [
12220 "digest",
12221 "hmac",
12222]
12223
12224[[package]]
12225name = "pciid-parser"
12226version = "0.8.0"
12227source = "registry+https://github.com/rust-lang/crates.io-index"
12228checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12229
12230[[package]]
12231name = "peg"
12232version = "0.8.5"
12233source = "registry+https://github.com/rust-lang/crates.io-index"
12234checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12235dependencies = [
12236 "peg-macros",
12237 "peg-runtime",
12238]
12239
12240[[package]]
12241name = "peg-macros"
12242version = "0.8.5"
12243source = "registry+https://github.com/rust-lang/crates.io-index"
12244checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12245dependencies = [
12246 "peg-runtime",
12247 "proc-macro2",
12248 "quote",
12249]
12250
12251[[package]]
12252name = "peg-runtime"
12253version = "0.8.5"
12254source = "registry+https://github.com/rust-lang/crates.io-index"
12255checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12256
12257[[package]]
12258name = "pem"
12259version = "3.0.6"
12260source = "registry+https://github.com/rust-lang/crates.io-index"
12261checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12262dependencies = [
12263 "base64 0.22.1",
12264 "serde_core",
12265]
12266
12267[[package]]
12268name = "pem-rfc7468"
12269version = "0.7.0"
12270source = "registry+https://github.com/rust-lang/crates.io-index"
12271checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12272dependencies = [
12273 "base64ct",
12274]
12275
12276[[package]]
12277name = "percent-encoding"
12278version = "2.3.2"
12279source = "registry+https://github.com/rust-lang/crates.io-index"
12280checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12281
12282[[package]]
12283name = "perf"
12284version = "0.1.0"
12285dependencies = [
12286 "collections",
12287 "serde",
12288 "serde_json",
12289]
12290
12291[[package]]
12292name = "pest"
12293version = "2.8.3"
12294source = "registry+https://github.com/rust-lang/crates.io-index"
12295checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12296dependencies = [
12297 "memchr",
12298 "ucd-trie",
12299]
12300
12301[[package]]
12302name = "pest_derive"
12303version = "2.8.3"
12304source = "registry+https://github.com/rust-lang/crates.io-index"
12305checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12306dependencies = [
12307 "pest",
12308 "pest_generator",
12309]
12310
12311[[package]]
12312name = "pest_generator"
12313version = "2.8.3"
12314source = "registry+https://github.com/rust-lang/crates.io-index"
12315checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12316dependencies = [
12317 "pest",
12318 "pest_meta",
12319 "proc-macro2",
12320 "quote",
12321 "syn 2.0.117",
12322]
12323
12324[[package]]
12325name = "pest_meta"
12326version = "2.8.3"
12327source = "registry+https://github.com/rust-lang/crates.io-index"
12328checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12329dependencies = [
12330 "pest",
12331 "sha2",
12332]
12333
12334[[package]]
12335name = "pet"
12336version = "0.1.0"
12337source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12338dependencies = [
12339 "clap",
12340 "env_logger 0.10.2",
12341 "lazy_static",
12342 "log",
12343 "msvc_spectre_libs",
12344 "pet-conda",
12345 "pet-core",
12346 "pet-env-var-path",
12347 "pet-fs",
12348 "pet-global-virtualenvs",
12349 "pet-homebrew",
12350 "pet-jsonrpc",
12351 "pet-linux-global-python",
12352 "pet-mac-commandlinetools",
12353 "pet-mac-python-org",
12354 "pet-mac-xcode",
12355 "pet-pipenv",
12356 "pet-pixi",
12357 "pet-poetry",
12358 "pet-pyenv",
12359 "pet-python-utils",
12360 "pet-reporter",
12361 "pet-telemetry",
12362 "pet-uv",
12363 "pet-venv",
12364 "pet-virtualenv",
12365 "pet-virtualenvwrapper",
12366 "pet-windows-registry",
12367 "pet-windows-store",
12368 "pet-winpython",
12369 "serde",
12370 "serde_json",
12371 "tracing",
12372 "tracing-subscriber",
12373 "winresource",
12374]
12375
12376[[package]]
12377name = "pet-conda"
12378version = "0.1.0"
12379source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12380dependencies = [
12381 "env_logger 0.10.2",
12382 "lazy_static",
12383 "log",
12384 "msvc_spectre_libs",
12385 "pet-core",
12386 "pet-fs",
12387 "pet-python-utils",
12388 "pet-reporter",
12389 "rayon",
12390 "regex",
12391 "serde",
12392 "serde_json",
12393 "yaml-rust2",
12394]
12395
12396[[package]]
12397name = "pet-core"
12398version = "0.1.0"
12399source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12400dependencies = [
12401 "clap",
12402 "lazy_static",
12403 "log",
12404 "msvc_spectre_libs",
12405 "pet-fs",
12406 "regex",
12407 "serde",
12408 "serde_json",
12409]
12410
12411[[package]]
12412name = "pet-env-var-path"
12413version = "0.1.0"
12414source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12415dependencies = [
12416 "lazy_static",
12417 "log",
12418 "msvc_spectre_libs",
12419 "pet-conda",
12420 "pet-core",
12421 "pet-fs",
12422 "pet-python-utils",
12423 "pet-virtualenv",
12424 "regex",
12425]
12426
12427[[package]]
12428name = "pet-fs"
12429version = "0.1.0"
12430source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12431dependencies = [
12432 "glob",
12433 "log",
12434 "msvc_spectre_libs",
12435 "windows-sys 0.59.0",
12436]
12437
12438[[package]]
12439name = "pet-global-virtualenvs"
12440version = "0.1.0"
12441source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12442dependencies = [
12443 "log",
12444 "msvc_spectre_libs",
12445 "pet-conda",
12446 "pet-core",
12447 "pet-fs",
12448 "pet-virtualenv",
12449]
12450
12451[[package]]
12452name = "pet-homebrew"
12453version = "0.1.0"
12454source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12455dependencies = [
12456 "lazy_static",
12457 "log",
12458 "msvc_spectre_libs",
12459 "pet-conda",
12460 "pet-core",
12461 "pet-fs",
12462 "pet-python-utils",
12463 "pet-virtualenv",
12464 "rayon",
12465 "regex",
12466 "serde",
12467 "serde_json",
12468]
12469
12470[[package]]
12471name = "pet-jsonrpc"
12472version = "0.1.0"
12473source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12474dependencies = [
12475 "env_logger 0.10.2",
12476 "log",
12477 "msvc_spectre_libs",
12478 "pet-core",
12479 "serde",
12480 "serde_json",
12481]
12482
12483[[package]]
12484name = "pet-linux-global-python"
12485version = "0.1.0"
12486source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12487dependencies = [
12488 "log",
12489 "msvc_spectre_libs",
12490 "pet-core",
12491 "pet-fs",
12492 "pet-python-utils",
12493 "pet-virtualenv",
12494]
12495
12496[[package]]
12497name = "pet-mac-commandlinetools"
12498version = "0.1.0"
12499source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12500dependencies = [
12501 "log",
12502 "msvc_spectre_libs",
12503 "pet-core",
12504 "pet-fs",
12505 "pet-python-utils",
12506 "pet-virtualenv",
12507]
12508
12509[[package]]
12510name = "pet-mac-python-org"
12511version = "0.1.0"
12512source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12513dependencies = [
12514 "log",
12515 "msvc_spectre_libs",
12516 "pet-core",
12517 "pet-fs",
12518 "pet-python-utils",
12519 "pet-virtualenv",
12520]
12521
12522[[package]]
12523name = "pet-mac-xcode"
12524version = "0.1.0"
12525source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12526dependencies = [
12527 "log",
12528 "msvc_spectre_libs",
12529 "pet-core",
12530 "pet-fs",
12531 "pet-python-utils",
12532 "pet-virtualenv",
12533]
12534
12535[[package]]
12536name = "pet-pipenv"
12537version = "0.1.0"
12538source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12539dependencies = [
12540 "lazy_static",
12541 "log",
12542 "msvc_spectre_libs",
12543 "pet-core",
12544 "pet-fs",
12545 "pet-python-utils",
12546 "pet-virtualenv",
12547 "regex",
12548]
12549
12550[[package]]
12551name = "pet-pixi"
12552version = "0.1.0"
12553source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12554dependencies = [
12555 "log",
12556 "msvc_spectre_libs",
12557 "pet-conda",
12558 "pet-core",
12559 "pet-python-utils",
12560]
12561
12562[[package]]
12563name = "pet-poetry"
12564version = "0.1.0"
12565source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12566dependencies = [
12567 "base64 0.22.1",
12568 "lazy_static",
12569 "log",
12570 "msvc_spectre_libs",
12571 "pet-core",
12572 "pet-fs",
12573 "pet-python-utils",
12574 "pet-reporter",
12575 "pet-virtualenv",
12576 "regex",
12577 "serde",
12578 "serde_json",
12579 "sha2",
12580 "toml 0.8.23",
12581]
12582
12583[[package]]
12584name = "pet-pyenv"
12585version = "0.1.0"
12586source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12587dependencies = [
12588 "lazy_static",
12589 "log",
12590 "msvc_spectre_libs",
12591 "pet-conda",
12592 "pet-core",
12593 "pet-fs",
12594 "pet-python-utils",
12595 "pet-reporter",
12596 "regex",
12597 "serde",
12598 "serde_json",
12599]
12600
12601[[package]]
12602name = "pet-python-utils"
12603version = "0.1.0"
12604source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12605dependencies = [
12606 "env_logger 0.10.2",
12607 "lazy_static",
12608 "log",
12609 "msvc_spectre_libs",
12610 "pet-core",
12611 "pet-fs",
12612 "regex",
12613 "serde",
12614 "serde_json",
12615 "sha2",
12616]
12617
12618[[package]]
12619name = "pet-reporter"
12620version = "0.1.0"
12621source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12622dependencies = [
12623 "env_logger 0.10.2",
12624 "log",
12625 "msvc_spectre_libs",
12626 "pet-core",
12627 "pet-jsonrpc",
12628 "serde",
12629 "serde_json",
12630]
12631
12632[[package]]
12633name = "pet-telemetry"
12634version = "0.1.0"
12635source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12636dependencies = [
12637 "env_logger 0.10.2",
12638 "lazy_static",
12639 "log",
12640 "msvc_spectre_libs",
12641 "pet-core",
12642 "pet-fs",
12643 "pet-python-utils",
12644 "regex",
12645]
12646
12647[[package]]
12648name = "pet-uv"
12649version = "0.1.0"
12650source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12651dependencies = [
12652 "log",
12653 "pet-core",
12654 "pet-python-utils",
12655 "serde",
12656 "toml 0.9.8",
12657]
12658
12659[[package]]
12660name = "pet-venv"
12661version = "0.1.0"
12662source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12663dependencies = [
12664 "log",
12665 "msvc_spectre_libs",
12666 "pet-core",
12667 "pet-python-utils",
12668 "pet-virtualenv",
12669]
12670
12671[[package]]
12672name = "pet-virtualenv"
12673version = "0.1.0"
12674source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12675dependencies = [
12676 "log",
12677 "msvc_spectre_libs",
12678 "pet-core",
12679 "pet-fs",
12680 "pet-python-utils",
12681]
12682
12683[[package]]
12684name = "pet-virtualenvwrapper"
12685version = "0.1.0"
12686source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12687dependencies = [
12688 "log",
12689 "msvc_spectre_libs",
12690 "pet-core",
12691 "pet-fs",
12692 "pet-python-utils",
12693 "pet-virtualenv",
12694]
12695
12696[[package]]
12697name = "pet-windows-registry"
12698version = "0.1.0"
12699source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12700dependencies = [
12701 "lazy_static",
12702 "log",
12703 "msvc_spectre_libs",
12704 "pet-conda",
12705 "pet-core",
12706 "pet-fs",
12707 "pet-python-utils",
12708 "pet-virtualenv",
12709 "pet-windows-store",
12710 "regex",
12711 "winreg 0.55.0",
12712]
12713
12714[[package]]
12715name = "pet-windows-store"
12716version = "0.1.0"
12717source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12718dependencies = [
12719 "lazy_static",
12720 "log",
12721 "msvc_spectre_libs",
12722 "pet-core",
12723 "pet-fs",
12724 "pet-python-utils",
12725 "pet-virtualenv",
12726 "regex",
12727 "winreg 0.55.0",
12728]
12729
12730[[package]]
12731name = "pet-winpython"
12732version = "0.1.0"
12733source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12734dependencies = [
12735 "lazy_static",
12736 "log",
12737 "pet-core",
12738 "pet-fs",
12739 "pet-python-utils",
12740 "pet-virtualenv",
12741 "regex",
12742]
12743
12744[[package]]
12745name = "petgraph"
12746version = "0.6.5"
12747source = "registry+https://github.com/rust-lang/crates.io-index"
12748checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12749dependencies = [
12750 "fixedbitset 0.4.2",
12751 "indexmap",
12752]
12753
12754[[package]]
12755name = "pgvector"
12756version = "0.4.1"
12757source = "registry+https://github.com/rust-lang/crates.io-index"
12758checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12759dependencies = [
12760 "serde",
12761]
12762
12763[[package]]
12764name = "phf"
12765version = "0.11.3"
12766source = "registry+https://github.com/rust-lang/crates.io-index"
12767checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12768dependencies = [
12769 "phf_macros 0.11.3",
12770 "phf_shared 0.11.3",
12771]
12772
12773[[package]]
12774name = "phf"
12775version = "0.12.1"
12776source = "registry+https://github.com/rust-lang/crates.io-index"
12777checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12778dependencies = [
12779 "phf_macros 0.12.1",
12780 "phf_shared 0.12.1",
12781]
12782
12783[[package]]
12784name = "phf_codegen"
12785version = "0.11.3"
12786source = "registry+https://github.com/rust-lang/crates.io-index"
12787checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12788dependencies = [
12789 "phf_generator 0.11.3",
12790 "phf_shared 0.11.3",
12791]
12792
12793[[package]]
12794name = "phf_generator"
12795version = "0.11.3"
12796source = "registry+https://github.com/rust-lang/crates.io-index"
12797checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12798dependencies = [
12799 "phf_shared 0.11.3",
12800 "rand 0.8.5",
12801]
12802
12803[[package]]
12804name = "phf_generator"
12805version = "0.12.1"
12806source = "registry+https://github.com/rust-lang/crates.io-index"
12807checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12808dependencies = [
12809 "fastrand 2.3.0",
12810 "phf_shared 0.12.1",
12811]
12812
12813[[package]]
12814name = "phf_macros"
12815version = "0.11.3"
12816source = "registry+https://github.com/rust-lang/crates.io-index"
12817checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12818dependencies = [
12819 "phf_generator 0.11.3",
12820 "phf_shared 0.11.3",
12821 "proc-macro2",
12822 "quote",
12823 "syn 2.0.117",
12824]
12825
12826[[package]]
12827name = "phf_macros"
12828version = "0.12.1"
12829source = "registry+https://github.com/rust-lang/crates.io-index"
12830checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12831dependencies = [
12832 "phf_generator 0.12.1",
12833 "phf_shared 0.12.1",
12834 "proc-macro2",
12835 "quote",
12836 "syn 2.0.117",
12837]
12838
12839[[package]]
12840name = "phf_shared"
12841version = "0.11.3"
12842source = "registry+https://github.com/rust-lang/crates.io-index"
12843checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12844dependencies = [
12845 "siphasher 1.0.1",
12846]
12847
12848[[package]]
12849name = "phf_shared"
12850version = "0.12.1"
12851source = "registry+https://github.com/rust-lang/crates.io-index"
12852checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12853dependencies = [
12854 "siphasher 1.0.1",
12855]
12856
12857[[package]]
12858name = "picker"
12859version = "0.1.0"
12860dependencies = [
12861 "anyhow",
12862 "editor",
12863 "gpui",
12864 "menu",
12865 "schemars",
12866 "serde",
12867 "settings",
12868 "theme",
12869 "theme_settings",
12870 "ui",
12871 "ui_input",
12872 "workspace",
12873 "zed_actions",
12874]
12875
12876[[package]]
12877name = "pico-args"
12878version = "0.5.0"
12879source = "registry+https://github.com/rust-lang/crates.io-index"
12880checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12881
12882[[package]]
12883name = "pin-project"
12884version = "1.1.10"
12885source = "registry+https://github.com/rust-lang/crates.io-index"
12886checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12887dependencies = [
12888 "pin-project-internal",
12889]
12890
12891[[package]]
12892name = "pin-project-internal"
12893version = "1.1.10"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12896dependencies = [
12897 "proc-macro2",
12898 "quote",
12899 "syn 2.0.117",
12900]
12901
12902[[package]]
12903name = "pin-project-lite"
12904version = "0.2.16"
12905source = "registry+https://github.com/rust-lang/crates.io-index"
12906checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12907
12908[[package]]
12909name = "pin-utils"
12910version = "0.1.0"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12913
12914[[package]]
12915name = "piper"
12916version = "0.2.4"
12917source = "registry+https://github.com/rust-lang/crates.io-index"
12918checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12919dependencies = [
12920 "atomic-waker",
12921 "fastrand 2.3.0",
12922 "futures-io",
12923]
12924
12925[[package]]
12926name = "pkcs1"
12927version = "0.7.5"
12928source = "registry+https://github.com/rust-lang/crates.io-index"
12929checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12930dependencies = [
12931 "der 0.7.10",
12932 "pkcs8 0.10.2",
12933 "spki 0.7.3",
12934]
12935
12936[[package]]
12937name = "pkcs8"
12938version = "0.9.0"
12939source = "registry+https://github.com/rust-lang/crates.io-index"
12940checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12941dependencies = [
12942 "der 0.6.1",
12943 "spki 0.6.0",
12944]
12945
12946[[package]]
12947name = "pkcs8"
12948version = "0.10.2"
12949source = "registry+https://github.com/rust-lang/crates.io-index"
12950checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12951dependencies = [
12952 "der 0.7.10",
12953 "spki 0.7.3",
12954]
12955
12956[[package]]
12957name = "pkg-config"
12958version = "0.3.32"
12959source = "registry+https://github.com/rust-lang/crates.io-index"
12960checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12961
12962[[package]]
12963name = "plain"
12964version = "0.2.3"
12965source = "registry+https://github.com/rust-lang/crates.io-index"
12966checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12967
12968[[package]]
12969name = "platform_title_bar"
12970version = "0.1.0"
12971dependencies = [
12972 "gpui",
12973 "project",
12974 "settings",
12975 "smallvec",
12976 "theme",
12977 "theme_settings",
12978 "ui",
12979 "windows 0.61.3",
12980 "workspace",
12981 "zed_actions",
12982]
12983
12984[[package]]
12985name = "plist"
12986version = "1.8.0"
12987source = "registry+https://github.com/rust-lang/crates.io-index"
12988checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12989dependencies = [
12990 "base64 0.22.1",
12991 "indexmap",
12992 "quick-xml 0.38.3",
12993 "serde",
12994 "time",
12995]
12996
12997[[package]]
12998name = "plotters"
12999version = "0.3.7"
13000source = "registry+https://github.com/rust-lang/crates.io-index"
13001checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
13002dependencies = [
13003 "num-traits",
13004 "plotters-backend",
13005 "plotters-svg",
13006 "wasm-bindgen",
13007 "web-sys",
13008]
13009
13010[[package]]
13011name = "plotters-backend"
13012version = "0.3.7"
13013source = "registry+https://github.com/rust-lang/crates.io-index"
13014checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
13015
13016[[package]]
13017name = "plotters-svg"
13018version = "0.3.7"
13019source = "registry+https://github.com/rust-lang/crates.io-index"
13020checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13021dependencies = [
13022 "plotters-backend",
13023]
13024
13025[[package]]
13026name = "png"
13027version = "0.17.16"
13028source = "registry+https://github.com/rust-lang/crates.io-index"
13029checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13030dependencies = [
13031 "bitflags 1.3.2",
13032 "crc32fast",
13033 "fdeflate",
13034 "flate2",
13035 "miniz_oxide",
13036]
13037
13038[[package]]
13039name = "png"
13040version = "0.18.0"
13041source = "registry+https://github.com/rust-lang/crates.io-index"
13042checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13043dependencies = [
13044 "bitflags 2.10.0",
13045 "crc32fast",
13046 "fdeflate",
13047 "flate2",
13048 "miniz_oxide",
13049]
13050
13051[[package]]
13052name = "polling"
13053version = "3.11.0"
13054source = "registry+https://github.com/rust-lang/crates.io-index"
13055checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13056dependencies = [
13057 "cfg-if",
13058 "concurrent-queue",
13059 "hermit-abi",
13060 "pin-project-lite",
13061 "rustix 1.1.2",
13062 "windows-sys 0.61.2",
13063]
13064
13065[[package]]
13066name = "pollster"
13067version = "0.2.5"
13068source = "registry+https://github.com/rust-lang/crates.io-index"
13069checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13070
13071[[package]]
13072name = "pollster"
13073version = "0.4.0"
13074source = "registry+https://github.com/rust-lang/crates.io-index"
13075checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13076
13077[[package]]
13078name = "pori"
13079version = "0.0.0"
13080source = "registry+https://github.com/rust-lang/crates.io-index"
13081checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13082dependencies = [
13083 "nom 7.1.3",
13084]
13085
13086[[package]]
13087name = "portable-atomic"
13088version = "1.11.1"
13089source = "registry+https://github.com/rust-lang/crates.io-index"
13090checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13091
13092[[package]]
13093name = "portable-atomic-util"
13094version = "0.2.4"
13095source = "registry+https://github.com/rust-lang/crates.io-index"
13096checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13097dependencies = [
13098 "portable-atomic",
13099]
13100
13101[[package]]
13102name = "portable-pty"
13103version = "0.9.0"
13104source = "registry+https://github.com/rust-lang/crates.io-index"
13105checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13106dependencies = [
13107 "anyhow",
13108 "bitflags 1.3.2",
13109 "downcast-rs",
13110 "filedescriptor",
13111 "lazy_static",
13112 "libc",
13113 "log",
13114 "nix 0.28.0",
13115 "serial2",
13116 "shared_library",
13117 "shell-words",
13118 "winapi",
13119 "winreg 0.10.1",
13120]
13121
13122[[package]]
13123name = "postage"
13124version = "0.5.0"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13127dependencies = [
13128 "atomic",
13129 "crossbeam-queue",
13130 "futures 0.3.32",
13131 "log",
13132 "parking_lot",
13133 "pin-project",
13134 "pollster 0.2.5",
13135 "static_assertions",
13136 "thiserror 1.0.69",
13137]
13138
13139[[package]]
13140name = "postcard"
13141version = "1.1.3"
13142source = "registry+https://github.com/rust-lang/crates.io-index"
13143checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13144dependencies = [
13145 "cobs",
13146 "embedded-io 0.4.0",
13147 "embedded-io 0.6.1",
13148 "serde",
13149]
13150
13151[[package]]
13152name = "potential_utf"
13153version = "0.1.3"
13154source = "registry+https://github.com/rust-lang/crates.io-index"
13155checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13156dependencies = [
13157 "zerovec",
13158]
13159
13160[[package]]
13161name = "powerfmt"
13162version = "0.2.0"
13163source = "registry+https://github.com/rust-lang/crates.io-index"
13164checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13165
13166[[package]]
13167name = "ppv-lite86"
13168version = "0.2.21"
13169source = "registry+https://github.com/rust-lang/crates.io-index"
13170checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13171dependencies = [
13172 "zerocopy",
13173]
13174
13175[[package]]
13176name = "precomputed-hash"
13177version = "0.1.1"
13178source = "registry+https://github.com/rust-lang/crates.io-index"
13179checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13180
13181[[package]]
13182name = "presser"
13183version = "0.3.1"
13184source = "registry+https://github.com/rust-lang/crates.io-index"
13185checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13186
13187[[package]]
13188name = "prettier"
13189version = "0.1.0"
13190dependencies = [
13191 "anyhow",
13192 "collections",
13193 "fs",
13194 "gpui",
13195 "language",
13196 "log",
13197 "lsp",
13198 "node_runtime",
13199 "parking_lot",
13200 "paths",
13201 "serde",
13202 "serde_json",
13203 "util",
13204]
13205
13206[[package]]
13207name = "pretty_assertions"
13208version = "1.4.1"
13209source = "registry+https://github.com/rust-lang/crates.io-index"
13210checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13211dependencies = [
13212 "diff",
13213 "yansi",
13214]
13215
13216[[package]]
13217name = "prettyplease"
13218version = "0.2.37"
13219source = "registry+https://github.com/rust-lang/crates.io-index"
13220checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13221dependencies = [
13222 "proc-macro2",
13223 "syn 2.0.117",
13224]
13225
13226[[package]]
13227name = "primal-check"
13228version = "0.3.4"
13229source = "registry+https://github.com/rust-lang/crates.io-index"
13230checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13231dependencies = [
13232 "num-integer",
13233]
13234
13235[[package]]
13236name = "proc-macro-crate"
13237version = "3.4.0"
13238source = "registry+https://github.com/rust-lang/crates.io-index"
13239checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13240dependencies = [
13241 "toml_edit 0.23.7",
13242]
13243
13244[[package]]
13245name = "proc-macro-error"
13246version = "1.0.4"
13247source = "registry+https://github.com/rust-lang/crates.io-index"
13248checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13249dependencies = [
13250 "proc-macro-error-attr",
13251 "proc-macro2",
13252 "quote",
13253 "syn 1.0.109",
13254 "version_check",
13255]
13256
13257[[package]]
13258name = "proc-macro-error-attr"
13259version = "1.0.4"
13260source = "registry+https://github.com/rust-lang/crates.io-index"
13261checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13262dependencies = [
13263 "proc-macro2",
13264 "quote",
13265 "version_check",
13266]
13267
13268[[package]]
13269name = "proc-macro-error-attr2"
13270version = "2.0.0"
13271source = "registry+https://github.com/rust-lang/crates.io-index"
13272checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13273dependencies = [
13274 "proc-macro2",
13275 "quote",
13276]
13277
13278[[package]]
13279name = "proc-macro-error2"
13280version = "2.0.1"
13281source = "registry+https://github.com/rust-lang/crates.io-index"
13282checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13283dependencies = [
13284 "proc-macro-error-attr2",
13285 "proc-macro2",
13286 "quote",
13287 "syn 2.0.117",
13288]
13289
13290[[package]]
13291name = "proc-macro2"
13292version = "1.0.101"
13293source = "registry+https://github.com/rust-lang/crates.io-index"
13294checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13295dependencies = [
13296 "unicode-ident",
13297]
13298
13299[[package]]
13300name = "proc-macro2-diagnostics"
13301version = "0.10.1"
13302source = "registry+https://github.com/rust-lang/crates.io-index"
13303checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13304dependencies = [
13305 "proc-macro2",
13306 "quote",
13307 "syn 2.0.117",
13308 "version_check",
13309 "yansi",
13310]
13311
13312[[package]]
13313name = "procfs-core"
13314version = "0.17.0"
13315source = "registry+https://github.com/rust-lang/crates.io-index"
13316checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13317dependencies = [
13318 "bitflags 2.10.0",
13319 "hex",
13320 "serde",
13321]
13322
13323[[package]]
13324name = "profiling"
13325version = "1.0.17"
13326source = "registry+https://github.com/rust-lang/crates.io-index"
13327checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13328dependencies = [
13329 "profiling-procmacros",
13330]
13331
13332[[package]]
13333name = "profiling-procmacros"
13334version = "1.0.17"
13335source = "registry+https://github.com/rust-lang/crates.io-index"
13336checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13337dependencies = [
13338 "quote",
13339 "syn 2.0.117",
13340]
13341
13342[[package]]
13343name = "project"
13344version = "0.1.0"
13345dependencies = [
13346 "aho-corasick",
13347 "anyhow",
13348 "askpass",
13349 "async-trait",
13350 "base64 0.22.1",
13351 "buffer_diff",
13352 "circular-buffer",
13353 "client",
13354 "clock",
13355 "collections",
13356 "context_server",
13357 "credentials_provider",
13358 "dap",
13359 "encoding_rs",
13360 "extension",
13361 "fancy-regex 0.17.0",
13362 "fs",
13363 "futures 0.3.32",
13364 "fuzzy",
13365 "fuzzy_nucleo",
13366 "git",
13367 "git2",
13368 "git_hosting_providers",
13369 "globset",
13370 "gpui",
13371 "http_client",
13372 "image",
13373 "indexmap",
13374 "itertools 0.14.0",
13375 "language",
13376 "log",
13377 "lsp",
13378 "markdown",
13379 "node_runtime",
13380 "parking_lot",
13381 "paths",
13382 "percent-encoding",
13383 "postage",
13384 "prettier",
13385 "pretty_assertions",
13386 "project",
13387 "rand 0.9.3",
13388 "regex",
13389 "release_channel",
13390 "remote",
13391 "rpc",
13392 "schemars",
13393 "semver",
13394 "serde",
13395 "serde_json",
13396 "settings",
13397 "sha2",
13398 "shellexpand",
13399 "smallvec",
13400 "smol",
13401 "snippet",
13402 "snippet_provider",
13403 "sum_tree",
13404 "task",
13405 "tempfile",
13406 "terminal",
13407 "text",
13408 "toml 0.8.23",
13409 "tracing",
13410 "unindent",
13411 "url",
13412 "util",
13413 "watch",
13414 "wax",
13415 "which 6.0.3",
13416 "worktree",
13417 "zed_credentials_provider",
13418 "zeroize",
13419 "zlog",
13420 "ztracing",
13421]
13422
13423[[package]]
13424name = "project_benchmarks"
13425version = "0.1.0"
13426dependencies = [
13427 "anyhow",
13428 "askpass",
13429 "clap",
13430 "client",
13431 "futures 0.3.32",
13432 "gpui",
13433 "gpui_platform",
13434 "http_client",
13435 "language",
13436 "node_runtime",
13437 "project",
13438 "release_channel",
13439 "remote",
13440 "rpassword",
13441 "semver",
13442 "settings",
13443 "watch",
13444]
13445
13446[[package]]
13447name = "project_panel"
13448version = "0.1.0"
13449dependencies = [
13450 "anyhow",
13451 "client",
13452 "collections",
13453 "command_palette_hooks",
13454 "criterion",
13455 "editor",
13456 "feature_flags",
13457 "file_icons",
13458 "fs",
13459 "futures 0.3.32",
13460 "git",
13461 "git_ui",
13462 "gpui",
13463 "itertools 0.14.0",
13464 "language",
13465 "menu",
13466 "notifications",
13467 "pretty_assertions",
13468 "project",
13469 "rayon",
13470 "remote_connection",
13471 "schemars",
13472 "search",
13473 "serde",
13474 "serde_json",
13475 "settings",
13476 "smallvec",
13477 "telemetry",
13478 "tempfile",
13479 "theme",
13480 "theme_settings",
13481 "ui",
13482 "util",
13483 "workspace",
13484 "worktree",
13485 "zed_actions",
13486]
13487
13488[[package]]
13489name = "project_symbols"
13490version = "0.1.0"
13491dependencies = [
13492 "anyhow",
13493 "editor",
13494 "futures 0.3.32",
13495 "fuzzy",
13496 "gpui",
13497 "language",
13498 "lsp",
13499 "ordered-float 2.10.1",
13500 "picker",
13501 "project",
13502 "release_channel",
13503 "semver",
13504 "serde_json",
13505 "settings",
13506 "theme",
13507 "theme_settings",
13508 "util",
13509 "workspace",
13510]
13511
13512[[package]]
13513name = "prometheus"
13514version = "0.14.0"
13515source = "registry+https://github.com/rust-lang/crates.io-index"
13516checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13517dependencies = [
13518 "cfg-if",
13519 "fnv",
13520 "lazy_static",
13521 "memchr",
13522 "parking_lot",
13523 "protobuf",
13524 "thiserror 2.0.17",
13525]
13526
13527[[package]]
13528name = "prompt_store"
13529version = "0.1.0"
13530dependencies = [
13531 "anyhow",
13532 "assets",
13533 "chrono",
13534 "collections",
13535 "fs",
13536 "futures 0.3.32",
13537 "fuzzy",
13538 "gpui",
13539 "handlebars 4.5.0",
13540 "heed",
13541 "language",
13542 "log",
13543 "parking_lot",
13544 "paths",
13545 "rope",
13546 "serde",
13547 "strum 0.27.2",
13548 "tempfile",
13549 "text",
13550 "util",
13551 "uuid",
13552]
13553
13554[[package]]
13555name = "proptest"
13556version = "1.10.0"
13557source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13558dependencies = [
13559 "bit-set 0.8.0",
13560 "bit-vec 0.8.0",
13561 "bitflags 2.10.0",
13562 "num-traits",
13563 "proptest-macro",
13564 "rand 0.9.3",
13565 "rand_chacha 0.9.0",
13566 "rand_xorshift",
13567 "regex-syntax",
13568 "rusty-fork",
13569 "tempfile",
13570 "unarray",
13571]
13572
13573[[package]]
13574name = "proptest-derive"
13575version = "0.8.0"
13576source = "registry+https://github.com/rust-lang/crates.io-index"
13577checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13578dependencies = [
13579 "proc-macro2",
13580 "quote",
13581 "syn 2.0.117",
13582]
13583
13584[[package]]
13585name = "proptest-macro"
13586version = "0.5.0"
13587source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13588dependencies = [
13589 "convert_case 0.11.0",
13590 "proc-macro2",
13591 "quote",
13592 "syn 2.0.117",
13593]
13594
13595[[package]]
13596name = "prost"
13597version = "0.9.0"
13598source = "registry+https://github.com/rust-lang/crates.io-index"
13599checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13600dependencies = [
13601 "bytes 1.11.1",
13602 "prost-derive 0.9.0",
13603]
13604
13605[[package]]
13606name = "prost"
13607version = "0.12.6"
13608source = "registry+https://github.com/rust-lang/crates.io-index"
13609checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13610dependencies = [
13611 "bytes 1.11.1",
13612 "prost-derive 0.12.6",
13613]
13614
13615[[package]]
13616name = "prost-build"
13617version = "0.9.0"
13618source = "registry+https://github.com/rust-lang/crates.io-index"
13619checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13620dependencies = [
13621 "bytes 1.11.1",
13622 "heck 0.3.3",
13623 "itertools 0.10.5",
13624 "lazy_static",
13625 "log",
13626 "multimap",
13627 "petgraph",
13628 "prost 0.9.0",
13629 "prost-types 0.9.0",
13630 "regex",
13631 "tempfile",
13632 "which 4.4.2",
13633]
13634
13635[[package]]
13636name = "prost-build"
13637version = "0.12.6"
13638source = "registry+https://github.com/rust-lang/crates.io-index"
13639checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13640dependencies = [
13641 "bytes 1.11.1",
13642 "heck 0.4.1",
13643 "itertools 0.10.5",
13644 "log",
13645 "multimap",
13646 "once_cell",
13647 "petgraph",
13648 "prettyplease",
13649 "prost 0.12.6",
13650 "prost-types 0.12.6",
13651 "regex",
13652 "syn 2.0.117",
13653 "tempfile",
13654]
13655
13656[[package]]
13657name = "prost-derive"
13658version = "0.9.0"
13659source = "registry+https://github.com/rust-lang/crates.io-index"
13660checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13661dependencies = [
13662 "anyhow",
13663 "itertools 0.10.5",
13664 "proc-macro2",
13665 "quote",
13666 "syn 1.0.109",
13667]
13668
13669[[package]]
13670name = "prost-derive"
13671version = "0.12.6"
13672source = "registry+https://github.com/rust-lang/crates.io-index"
13673checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13674dependencies = [
13675 "anyhow",
13676 "itertools 0.10.5",
13677 "proc-macro2",
13678 "quote",
13679 "syn 2.0.117",
13680]
13681
13682[[package]]
13683name = "prost-types"
13684version = "0.9.0"
13685source = "registry+https://github.com/rust-lang/crates.io-index"
13686checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13687dependencies = [
13688 "bytes 1.11.1",
13689 "prost 0.9.0",
13690]
13691
13692[[package]]
13693name = "prost-types"
13694version = "0.12.6"
13695source = "registry+https://github.com/rust-lang/crates.io-index"
13696checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13697dependencies = [
13698 "prost 0.12.6",
13699]
13700
13701[[package]]
13702name = "proto"
13703version = "0.1.0"
13704dependencies = [
13705 "anyhow",
13706 "prost 0.9.0",
13707 "prost-build 0.9.0",
13708 "serde",
13709]
13710
13711[[package]]
13712name = "protobuf"
13713version = "3.7.2"
13714source = "registry+https://github.com/rust-lang/crates.io-index"
13715checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13716dependencies = [
13717 "once_cell",
13718 "protobuf-support",
13719 "thiserror 1.0.69",
13720]
13721
13722[[package]]
13723name = "protobuf-support"
13724version = "3.7.2"
13725source = "registry+https://github.com/rust-lang/crates.io-index"
13726checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13727dependencies = [
13728 "thiserror 1.0.69",
13729]
13730
13731[[package]]
13732name = "psm"
13733version = "0.1.30"
13734source = "registry+https://github.com/rust-lang/crates.io-index"
13735checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13736dependencies = [
13737 "ar_archive_writer",
13738 "cc",
13739]
13740
13741[[package]]
13742name = "ptr_meta"
13743version = "0.1.4"
13744source = "registry+https://github.com/rust-lang/crates.io-index"
13745checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13746dependencies = [
13747 "ptr_meta_derive",
13748]
13749
13750[[package]]
13751name = "ptr_meta_derive"
13752version = "0.1.4"
13753source = "registry+https://github.com/rust-lang/crates.io-index"
13754checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13755dependencies = [
13756 "proc-macro2",
13757 "quote",
13758 "syn 1.0.109",
13759]
13760
13761[[package]]
13762name = "pulldown-cmark"
13763version = "0.10.3"
13764source = "registry+https://github.com/rust-lang/crates.io-index"
13765checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13766dependencies = [
13767 "bitflags 2.10.0",
13768 "memchr",
13769 "pulldown-cmark-escape",
13770 "unicase",
13771]
13772
13773[[package]]
13774name = "pulldown-cmark"
13775version = "0.13.0"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13778dependencies = [
13779 "bitflags 2.10.0",
13780 "memchr",
13781 "unicase",
13782]
13783
13784[[package]]
13785name = "pulldown-cmark-escape"
13786version = "0.10.1"
13787source = "registry+https://github.com/rust-lang/crates.io-index"
13788checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13789
13790[[package]]
13791name = "pulley-interpreter"
13792version = "36.0.7"
13793source = "registry+https://github.com/rust-lang/crates.io-index"
13794checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13795dependencies = [
13796 "cranelift-bitset",
13797 "log",
13798 "pulley-macros",
13799 "wasmtime-internal-math",
13800]
13801
13802[[package]]
13803name = "pulley-macros"
13804version = "36.0.7"
13805source = "registry+https://github.com/rust-lang/crates.io-index"
13806checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13807dependencies = [
13808 "proc-macro2",
13809 "quote",
13810 "syn 2.0.117",
13811]
13812
13813[[package]]
13814name = "pulp"
13815version = "0.18.22"
13816source = "registry+https://github.com/rust-lang/crates.io-index"
13817checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13818dependencies = [
13819 "bytemuck",
13820 "libm",
13821 "num-complex",
13822 "reborrow",
13823]
13824
13825[[package]]
13826name = "pulp"
13827version = "0.21.5"
13828source = "registry+https://github.com/rust-lang/crates.io-index"
13829checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13830dependencies = [
13831 "bytemuck",
13832 "cfg-if",
13833 "libm",
13834 "num-complex",
13835 "reborrow",
13836 "version_check",
13837]
13838
13839[[package]]
13840name = "pxfm"
13841version = "0.1.25"
13842source = "registry+https://github.com/rust-lang/crates.io-index"
13843checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13844dependencies = [
13845 "num-traits",
13846]
13847
13848[[package]]
13849name = "qoi"
13850version = "0.4.1"
13851source = "registry+https://github.com/rust-lang/crates.io-index"
13852checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13853dependencies = [
13854 "bytemuck",
13855]
13856
13857[[package]]
13858name = "quick-error"
13859version = "1.2.3"
13860source = "registry+https://github.com/rust-lang/crates.io-index"
13861checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13862
13863[[package]]
13864name = "quick-error"
13865version = "2.0.1"
13866source = "registry+https://github.com/rust-lang/crates.io-index"
13867checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13868
13869[[package]]
13870name = "quick-xml"
13871version = "0.30.0"
13872source = "registry+https://github.com/rust-lang/crates.io-index"
13873checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13874dependencies = [
13875 "memchr",
13876]
13877
13878[[package]]
13879name = "quick-xml"
13880version = "0.37.5"
13881source = "registry+https://github.com/rust-lang/crates.io-index"
13882checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13883dependencies = [
13884 "memchr",
13885]
13886
13887[[package]]
13888name = "quick-xml"
13889version = "0.38.3"
13890source = "registry+https://github.com/rust-lang/crates.io-index"
13891checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13892dependencies = [
13893 "memchr",
13894]
13895
13896[[package]]
13897name = "quinn"
13898version = "0.11.9"
13899source = "registry+https://github.com/rust-lang/crates.io-index"
13900checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13901dependencies = [
13902 "bytes 1.11.1",
13903 "cfg_aliases 0.2.1",
13904 "pin-project-lite",
13905 "quinn-proto",
13906 "quinn-udp",
13907 "rustc-hash 2.1.1",
13908 "rustls 0.23.33",
13909 "socket2 0.6.1",
13910 "thiserror 2.0.17",
13911 "tokio",
13912 "tracing",
13913 "web-time",
13914]
13915
13916[[package]]
13917name = "quinn-proto"
13918version = "0.11.13"
13919source = "registry+https://github.com/rust-lang/crates.io-index"
13920checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13921dependencies = [
13922 "bytes 1.11.1",
13923 "getrandom 0.3.4",
13924 "lru-slab",
13925 "rand 0.9.3",
13926 "ring",
13927 "rustc-hash 2.1.1",
13928 "rustls 0.23.33",
13929 "rustls-pki-types",
13930 "slab",
13931 "thiserror 2.0.17",
13932 "tinyvec",
13933 "tracing",
13934 "web-time",
13935]
13936
13937[[package]]
13938name = "quinn-udp"
13939version = "0.5.14"
13940source = "registry+https://github.com/rust-lang/crates.io-index"
13941checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13942dependencies = [
13943 "cfg_aliases 0.2.1",
13944 "libc",
13945 "once_cell",
13946 "socket2 0.6.1",
13947 "tracing",
13948 "windows-sys 0.60.2",
13949]
13950
13951[[package]]
13952name = "quote"
13953version = "1.0.41"
13954source = "registry+https://github.com/rust-lang/crates.io-index"
13955checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13956dependencies = [
13957 "proc-macro2",
13958]
13959
13960[[package]]
13961name = "r-efi"
13962version = "5.3.0"
13963source = "registry+https://github.com/rust-lang/crates.io-index"
13964checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13965
13966[[package]]
13967name = "radium"
13968version = "0.7.0"
13969source = "registry+https://github.com/rust-lang/crates.io-index"
13970checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13971
13972[[package]]
13973name = "rand"
13974version = "0.3.23"
13975source = "registry+https://github.com/rust-lang/crates.io-index"
13976checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13977dependencies = [
13978 "libc",
13979 "rand 0.4.6",
13980]
13981
13982[[package]]
13983name = "rand"
13984version = "0.4.6"
13985source = "registry+https://github.com/rust-lang/crates.io-index"
13986checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13987dependencies = [
13988 "fuchsia-cprng",
13989 "libc",
13990 "rand_core 0.3.1",
13991 "rdrand",
13992 "winapi",
13993]
13994
13995[[package]]
13996name = "rand"
13997version = "0.8.5"
13998source = "registry+https://github.com/rust-lang/crates.io-index"
13999checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
14000dependencies = [
14001 "libc",
14002 "rand_chacha 0.3.1",
14003 "rand_core 0.6.4",
14004]
14005
14006[[package]]
14007name = "rand"
14008version = "0.9.3"
14009source = "registry+https://github.com/rust-lang/crates.io-index"
14010checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
14011dependencies = [
14012 "rand_chacha 0.9.0",
14013 "rand_core 0.9.3",
14014]
14015
14016[[package]]
14017name = "rand_chacha"
14018version = "0.3.1"
14019source = "registry+https://github.com/rust-lang/crates.io-index"
14020checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14021dependencies = [
14022 "ppv-lite86",
14023 "rand_core 0.6.4",
14024]
14025
14026[[package]]
14027name = "rand_chacha"
14028version = "0.9.0"
14029source = "registry+https://github.com/rust-lang/crates.io-index"
14030checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14031dependencies = [
14032 "ppv-lite86",
14033 "rand_core 0.9.3",
14034]
14035
14036[[package]]
14037name = "rand_core"
14038version = "0.3.1"
14039source = "registry+https://github.com/rust-lang/crates.io-index"
14040checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14041dependencies = [
14042 "rand_core 0.4.2",
14043]
14044
14045[[package]]
14046name = "rand_core"
14047version = "0.4.2"
14048source = "registry+https://github.com/rust-lang/crates.io-index"
14049checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14050
14051[[package]]
14052name = "rand_core"
14053version = "0.6.4"
14054source = "registry+https://github.com/rust-lang/crates.io-index"
14055checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14056dependencies = [
14057 "getrandom 0.2.16",
14058]
14059
14060[[package]]
14061name = "rand_core"
14062version = "0.9.3"
14063source = "registry+https://github.com/rust-lang/crates.io-index"
14064checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14065dependencies = [
14066 "getrandom 0.3.4",
14067]
14068
14069[[package]]
14070name = "rand_distr"
14071version = "0.5.1"
14072source = "registry+https://github.com/rust-lang/crates.io-index"
14073checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14074dependencies = [
14075 "num-traits",
14076 "rand 0.9.3",
14077]
14078
14079[[package]]
14080name = "rand_pcg"
14081version = "0.3.1"
14082source = "registry+https://github.com/rust-lang/crates.io-index"
14083checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14084dependencies = [
14085 "rand_core 0.6.4",
14086]
14087
14088[[package]]
14089name = "rand_xorshift"
14090version = "0.4.0"
14091source = "registry+https://github.com/rust-lang/crates.io-index"
14092checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14093dependencies = [
14094 "rand_core 0.9.3",
14095]
14096
14097[[package]]
14098name = "random_choice"
14099version = "0.3.2"
14100source = "registry+https://github.com/rust-lang/crates.io-index"
14101checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14102dependencies = [
14103 "rand 0.3.23",
14104]
14105
14106[[package]]
14107name = "range-alloc"
14108version = "0.1.4"
14109source = "registry+https://github.com/rust-lang/crates.io-index"
14110checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14111
14112[[package]]
14113name = "range-map"
14114version = "0.2.0"
14115source = "registry+https://github.com/rust-lang/crates.io-index"
14116checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14117dependencies = [
14118 "num-traits",
14119]
14120
14121[[package]]
14122name = "rangemap"
14123version = "1.7.1"
14124source = "registry+https://github.com/rust-lang/crates.io-index"
14125checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14126
14127[[package]]
14128name = "rav1e"
14129version = "0.8.1"
14130source = "registry+https://github.com/rust-lang/crates.io-index"
14131checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14132dependencies = [
14133 "aligned-vec",
14134 "arbitrary",
14135 "arg_enum_proc_macro",
14136 "arrayvec",
14137 "av-scenechange",
14138 "av1-grain",
14139 "bitstream-io",
14140 "built",
14141 "cfg-if",
14142 "interpolate_name",
14143 "itertools 0.14.0",
14144 "libc",
14145 "libfuzzer-sys",
14146 "log",
14147 "maybe-rayon",
14148 "new_debug_unreachable",
14149 "noop_proc_macro",
14150 "num-derive",
14151 "num-traits",
14152 "paste",
14153 "profiling",
14154 "rand 0.9.3",
14155 "rand_chacha 0.9.0",
14156 "simd_helpers",
14157 "thiserror 2.0.17",
14158 "v_frame",
14159 "wasm-bindgen",
14160]
14161
14162[[package]]
14163name = "ravif"
14164version = "0.13.0"
14165source = "registry+https://github.com/rust-lang/crates.io-index"
14166checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14167dependencies = [
14168 "avif-serialize",
14169 "imgref",
14170 "loop9",
14171 "quick-error 2.0.1",
14172 "rav1e",
14173 "rayon",
14174 "rgb",
14175]
14176
14177[[package]]
14178name = "raw-cpuid"
14179version = "10.7.0"
14180source = "registry+https://github.com/rust-lang/crates.io-index"
14181checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14182dependencies = [
14183 "bitflags 1.3.2",
14184]
14185
14186[[package]]
14187name = "raw-cpuid"
14188version = "11.6.0"
14189source = "registry+https://github.com/rust-lang/crates.io-index"
14190checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14191dependencies = [
14192 "bitflags 2.10.0",
14193]
14194
14195[[package]]
14196name = "raw-window-handle"
14197version = "0.6.2"
14198source = "registry+https://github.com/rust-lang/crates.io-index"
14199checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14200
14201[[package]]
14202name = "raw-window-metal"
14203version = "1.1.0"
14204source = "registry+https://github.com/rust-lang/crates.io-index"
14205checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14206dependencies = [
14207 "objc2",
14208 "objc2-core-foundation",
14209 "objc2-foundation",
14210 "objc2-quartz-core",
14211]
14212
14213[[package]]
14214name = "rayon"
14215version = "1.11.0"
14216source = "registry+https://github.com/rust-lang/crates.io-index"
14217checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14218dependencies = [
14219 "either",
14220 "rayon-core",
14221]
14222
14223[[package]]
14224name = "rayon-core"
14225version = "1.13.0"
14226source = "registry+https://github.com/rust-lang/crates.io-index"
14227checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14228dependencies = [
14229 "crossbeam-deque",
14230 "crossbeam-utils",
14231]
14232
14233[[package]]
14234name = "rdrand"
14235version = "0.4.0"
14236source = "registry+https://github.com/rust-lang/crates.io-index"
14237checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14238dependencies = [
14239 "rand_core 0.3.1",
14240]
14241
14242[[package]]
14243name = "read-fonts"
14244version = "0.35.0"
14245source = "registry+https://github.com/rust-lang/crates.io-index"
14246checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14247dependencies = [
14248 "bytemuck",
14249 "font-types 0.10.0",
14250]
14251
14252[[package]]
14253name = "read-fonts"
14254version = "0.37.0"
14255source = "registry+https://github.com/rust-lang/crates.io-index"
14256checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14257dependencies = [
14258 "bytemuck",
14259 "core_maths",
14260 "font-types 0.11.0",
14261]
14262
14263[[package]]
14264name = "realfft"
14265version = "3.5.0"
14266source = "registry+https://github.com/rust-lang/crates.io-index"
14267checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14268dependencies = [
14269 "rustfft",
14270]
14271
14272[[package]]
14273name = "reborrow"
14274version = "0.5.5"
14275source = "registry+https://github.com/rust-lang/crates.io-index"
14276checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14277
14278[[package]]
14279name = "recent_projects"
14280version = "0.1.0"
14281dependencies = [
14282 "anyhow",
14283 "askpass",
14284 "chrono",
14285 "db",
14286 "dev_container",
14287 "editor",
14288 "extension",
14289 "extension_host",
14290 "fs",
14291 "futures 0.3.32",
14292 "fuzzy",
14293 "gpui",
14294 "http_client",
14295 "indoc",
14296 "language",
14297 "log",
14298 "menu",
14299 "node_runtime",
14300 "open_path_prompt",
14301 "ordered-float 2.10.1",
14302 "paths",
14303 "picker",
14304 "project",
14305 "release_channel",
14306 "remote",
14307 "remote_connection",
14308 "remote_server",
14309 "semver",
14310 "serde",
14311 "serde_json",
14312 "settings",
14313 "smol",
14314 "task",
14315 "telemetry",
14316 "ui",
14317 "ui_input",
14318 "util",
14319 "windows-registry 0.6.1",
14320 "workspace",
14321 "worktree",
14322 "zed_actions",
14323]
14324
14325[[package]]
14326name = "redox_syscall"
14327version = "0.2.16"
14328source = "registry+https://github.com/rust-lang/crates.io-index"
14329checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14330dependencies = [
14331 "bitflags 1.3.2",
14332]
14333
14334[[package]]
14335name = "redox_syscall"
14336version = "0.5.18"
14337source = "registry+https://github.com/rust-lang/crates.io-index"
14338checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14339dependencies = [
14340 "bitflags 2.10.0",
14341]
14342
14343[[package]]
14344name = "redox_users"
14345version = "0.5.2"
14346source = "registry+https://github.com/rust-lang/crates.io-index"
14347checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14348dependencies = [
14349 "getrandom 0.2.16",
14350 "libredox",
14351 "thiserror 2.0.17",
14352]
14353
14354[[package]]
14355name = "ref-cast"
14356version = "1.0.25"
14357source = "registry+https://github.com/rust-lang/crates.io-index"
14358checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14359dependencies = [
14360 "ref-cast-impl",
14361]
14362
14363[[package]]
14364name = "ref-cast-impl"
14365version = "1.0.25"
14366source = "registry+https://github.com/rust-lang/crates.io-index"
14367checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14368dependencies = [
14369 "proc-macro2",
14370 "quote",
14371 "syn 2.0.117",
14372]
14373
14374[[package]]
14375name = "referencing"
14376version = "0.37.4"
14377source = "registry+https://github.com/rust-lang/crates.io-index"
14378checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14379dependencies = [
14380 "ahash 0.8.12",
14381 "fluent-uri",
14382 "getrandom 0.3.4",
14383 "hashbrown 0.16.1",
14384 "parking_lot",
14385 "percent-encoding",
14386 "serde_json",
14387]
14388
14389[[package]]
14390name = "refineable"
14391version = "0.1.0"
14392dependencies = [
14393 "derive_refineable",
14394]
14395
14396[[package]]
14397name = "regalloc2"
14398version = "0.12.2"
14399source = "registry+https://github.com/rust-lang/crates.io-index"
14400checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14401dependencies = [
14402 "allocator-api2",
14403 "bumpalo",
14404 "hashbrown 0.15.5",
14405 "log",
14406 "rustc-hash 2.1.1",
14407 "serde",
14408 "smallvec",
14409]
14410
14411[[package]]
14412name = "regex"
14413version = "1.12.2"
14414source = "registry+https://github.com/rust-lang/crates.io-index"
14415checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14416dependencies = [
14417 "aho-corasick",
14418 "memchr",
14419 "regex-automata",
14420 "regex-syntax",
14421]
14422
14423[[package]]
14424name = "regex-automata"
14425version = "0.4.13"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14428dependencies = [
14429 "aho-corasick",
14430 "memchr",
14431 "regex-syntax",
14432]
14433
14434[[package]]
14435name = "regex-lite"
14436version = "0.1.8"
14437source = "registry+https://github.com/rust-lang/crates.io-index"
14438checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14439
14440[[package]]
14441name = "regex-syntax"
14442version = "0.8.8"
14443source = "registry+https://github.com/rust-lang/crates.io-index"
14444checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14445
14446[[package]]
14447name = "release_channel"
14448version = "0.1.0"
14449dependencies = [
14450 "gpui",
14451 "semver",
14452]
14453
14454[[package]]
14455name = "remote"
14456version = "0.1.0"
14457dependencies = [
14458 "anyhow",
14459 "askpass",
14460 "async-trait",
14461 "base64 0.22.1",
14462 "collections",
14463 "fs",
14464 "futures 0.3.32",
14465 "gpui",
14466 "log",
14467 "parking_lot",
14468 "paths",
14469 "prost 0.9.0",
14470 "release_channel",
14471 "rpc",
14472 "schemars",
14473 "semver",
14474 "serde",
14475 "serde_json",
14476 "settings",
14477 "smol",
14478 "tempfile",
14479 "thiserror 2.0.17",
14480 "urlencoding",
14481 "util",
14482 "which 6.0.3",
14483]
14484
14485[[package]]
14486name = "remote_connection"
14487version = "0.1.0"
14488dependencies = [
14489 "anyhow",
14490 "askpass",
14491 "auto_update",
14492 "futures 0.3.32",
14493 "gpui",
14494 "log",
14495 "markdown",
14496 "menu",
14497 "release_channel",
14498 "remote",
14499 "semver",
14500 "settings",
14501 "theme_settings",
14502 "ui",
14503 "ui_input",
14504 "workspace",
14505]
14506
14507[[package]]
14508name = "remote_server"
14509version = "0.1.0"
14510dependencies = [
14511 "action_log",
14512 "agent",
14513 "anyhow",
14514 "askpass",
14515 "cargo_toml",
14516 "clap",
14517 "client",
14518 "clock",
14519 "collections",
14520 "crash-handler",
14521 "crashes",
14522 "dap_adapters",
14523 "debug_adapter_extension",
14524 "editor",
14525 "env_logger 0.11.8",
14526 "extension",
14527 "extension_host",
14528 "fork",
14529 "fs",
14530 "futures 0.3.32",
14531 "git",
14532 "git2",
14533 "git_hosting_providers",
14534 "gpui",
14535 "gpui_platform",
14536 "gpui_tokio",
14537 "http_client",
14538 "image",
14539 "json_schema_store",
14540 "language",
14541 "language_extension",
14542 "language_model",
14543 "languages",
14544 "libc",
14545 "log",
14546 "lsp",
14547 "minidumper",
14548 "net",
14549 "node_runtime",
14550 "paths",
14551 "pretty_assertions",
14552 "project",
14553 "proto",
14554 "rayon",
14555 "release_channel",
14556 "remote",
14557 "reqwest_client",
14558 "rpc",
14559 "rust-embed",
14560 "semver",
14561 "serde",
14562 "serde_json",
14563 "settings",
14564 "shellexpand",
14565 "smol",
14566 "sysinfo 0.37.2",
14567 "task",
14568 "theme",
14569 "theme_settings",
14570 "thiserror 2.0.17",
14571 "toml 0.8.23",
14572 "unindent",
14573 "util",
14574 "uuid",
14575 "watch",
14576 "windows 0.61.3",
14577 "worktree",
14578 "zlog",
14579]
14580
14581[[package]]
14582name = "rend"
14583version = "0.4.2"
14584source = "registry+https://github.com/rust-lang/crates.io-index"
14585checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14586dependencies = [
14587 "bytecheck",
14588]
14589
14590[[package]]
14591name = "renderdoc-sys"
14592version = "1.1.0"
14593source = "registry+https://github.com/rust-lang/crates.io-index"
14594checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14595
14596[[package]]
14597name = "repl"
14598version = "0.1.0"
14599dependencies = [
14600 "alacritty_terminal",
14601 "anyhow",
14602 "async-dispatcher",
14603 "async-task",
14604 "async-tungstenite",
14605 "base64 0.22.1",
14606 "client",
14607 "collections",
14608 "command_palette_hooks",
14609 "editor",
14610 "feature_flags",
14611 "file_icons",
14612 "futures 0.3.32",
14613 "gpui",
14614 "html_to_markdown",
14615 "http_client",
14616 "image",
14617 "indoc",
14618 "jupyter-protocol",
14619 "jupyter-websocket-client",
14620 "language",
14621 "languages",
14622 "log",
14623 "markdown",
14624 "menu",
14625 "multi_buffer",
14626 "nbformat",
14627 "picker",
14628 "project",
14629 "remote",
14630 "runtimelib",
14631 "serde",
14632 "serde_json",
14633 "settings",
14634 "shlex",
14635 "smol",
14636 "telemetry",
14637 "terminal",
14638 "terminal_view",
14639 "theme",
14640 "theme_settings",
14641 "tree-sitter-md",
14642 "tree-sitter-python",
14643 "tree-sitter-typescript",
14644 "ui",
14645 "util",
14646 "uuid",
14647 "workspace",
14648 "zed_actions",
14649]
14650
14651[[package]]
14652name = "reqwest"
14653version = "0.11.27"
14654source = "registry+https://github.com/rust-lang/crates.io-index"
14655checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14656dependencies = [
14657 "base64 0.21.7",
14658 "bytes 1.11.1",
14659 "encoding_rs",
14660 "futures-core",
14661 "futures-util",
14662 "h2 0.3.27",
14663 "http 0.2.12",
14664 "http-body 0.4.6",
14665 "hyper 0.14.32",
14666 "hyper-tls",
14667 "ipnet",
14668 "js-sys",
14669 "log",
14670 "mime",
14671 "native-tls",
14672 "once_cell",
14673 "percent-encoding",
14674 "pin-project-lite",
14675 "rustls-pemfile 1.0.4",
14676 "serde",
14677 "serde_json",
14678 "serde_urlencoded",
14679 "sync_wrapper 0.1.2",
14680 "system-configuration 0.5.1",
14681 "tokio",
14682 "tokio-native-tls",
14683 "tower-service",
14684 "url",
14685 "wasm-bindgen",
14686 "wasm-bindgen-futures",
14687 "web-sys",
14688 "winreg 0.50.0",
14689]
14690
14691[[package]]
14692name = "reqwest"
14693version = "0.12.24"
14694source = "registry+https://github.com/rust-lang/crates.io-index"
14695checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14696dependencies = [
14697 "base64 0.22.1",
14698 "bytes 1.11.1",
14699 "futures-channel",
14700 "futures-core",
14701 "futures-util",
14702 "http 1.3.1",
14703 "http-body 1.0.1",
14704 "http-body-util",
14705 "hyper 1.7.0",
14706 "hyper-rustls 0.27.7",
14707 "hyper-util",
14708 "js-sys",
14709 "log",
14710 "percent-encoding",
14711 "pin-project-lite",
14712 "quinn",
14713 "rustls 0.23.33",
14714 "rustls-native-certs 0.8.2",
14715 "rustls-pki-types",
14716 "serde",
14717 "serde_json",
14718 "serde_urlencoded",
14719 "sync_wrapper 1.0.2",
14720 "tokio",
14721 "tokio-rustls 0.26.2",
14722 "tower 0.5.2",
14723 "tower-http 0.6.6",
14724 "tower-service",
14725 "url",
14726 "wasm-bindgen",
14727 "wasm-bindgen-futures",
14728 "web-sys",
14729]
14730
14731[[package]]
14732name = "reqwest_client"
14733version = "0.1.0"
14734dependencies = [
14735 "anyhow",
14736 "bytes 1.11.1",
14737 "futures 0.3.32",
14738 "gpui_util",
14739 "http_client",
14740 "http_client_tls",
14741 "log",
14742 "regex",
14743 "serde",
14744 "tokio",
14745 "zed-reqwest",
14746]
14747
14748[[package]]
14749name = "resvg"
14750version = "0.45.1"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14753dependencies = [
14754 "gif 0.13.3",
14755 "image-webp",
14756 "log",
14757 "pico-args",
14758 "rgb",
14759 "svgtypes",
14760 "tiny-skia",
14761 "usvg",
14762 "zune-jpeg 0.4.21",
14763]
14764
14765[[package]]
14766name = "rfc6979"
14767version = "0.3.1"
14768source = "registry+https://github.com/rust-lang/crates.io-index"
14769checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14770dependencies = [
14771 "crypto-bigint 0.4.9",
14772 "hmac",
14773 "zeroize",
14774]
14775
14776[[package]]
14777name = "rgb"
14778version = "0.8.52"
14779source = "registry+https://github.com/rust-lang/crates.io-index"
14780checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14781dependencies = [
14782 "bytemuck",
14783]
14784
14785[[package]]
14786name = "ring"
14787version = "0.17.14"
14788source = "registry+https://github.com/rust-lang/crates.io-index"
14789checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14790dependencies = [
14791 "cc",
14792 "cfg-if",
14793 "getrandom 0.2.16",
14794 "libc",
14795 "untrusted 0.9.0",
14796 "windows-sys 0.52.0",
14797]
14798
14799[[package]]
14800name = "rkyv"
14801version = "0.7.45"
14802source = "registry+https://github.com/rust-lang/crates.io-index"
14803checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14804dependencies = [
14805 "bitvec",
14806 "bytecheck",
14807 "bytes 1.11.1",
14808 "hashbrown 0.12.3",
14809 "ptr_meta",
14810 "rend",
14811 "rkyv_derive",
14812 "seahash",
14813 "tinyvec",
14814 "uuid",
14815]
14816
14817[[package]]
14818name = "rkyv_derive"
14819version = "0.7.45"
14820source = "registry+https://github.com/rust-lang/crates.io-index"
14821checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14822dependencies = [
14823 "proc-macro2",
14824 "quote",
14825 "syn 1.0.109",
14826]
14827
14828[[package]]
14829name = "rmp"
14830version = "0.8.14"
14831source = "registry+https://github.com/rust-lang/crates.io-index"
14832checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14833dependencies = [
14834 "byteorder",
14835 "num-traits",
14836 "paste",
14837]
14838
14839[[package]]
14840name = "rmpv"
14841version = "1.3.0"
14842source = "registry+https://github.com/rust-lang/crates.io-index"
14843checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14844dependencies = [
14845 "num-traits",
14846 "rmp",
14847]
14848
14849[[package]]
14850name = "rodio"
14851version = "0.21.1"
14852source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14853dependencies = [
14854 "cpal",
14855 "dasp_sample",
14856 "hound",
14857 "num-rational",
14858 "rand 0.9.3",
14859 "rand_distr",
14860 "rtrb",
14861 "symphonia",
14862 "thiserror 2.0.17",
14863]
14864
14865[[package]]
14866name = "rope"
14867version = "0.1.0"
14868dependencies = [
14869 "criterion",
14870 "ctor",
14871 "gpui",
14872 "heapless",
14873 "log",
14874 "rand 0.9.3",
14875 "rayon",
14876 "sum_tree",
14877 "tracing",
14878 "unicode-segmentation",
14879 "util",
14880 "zlog",
14881 "ztracing",
14882]
14883
14884[[package]]
14885name = "roxmltree"
14886version = "0.20.0"
14887source = "registry+https://github.com/rust-lang/crates.io-index"
14888checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14889
14890[[package]]
14891name = "rpassword"
14892version = "7.4.0"
14893source = "registry+https://github.com/rust-lang/crates.io-index"
14894checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14895dependencies = [
14896 "libc",
14897 "rtoolbox",
14898 "windows-sys 0.59.0",
14899]
14900
14901[[package]]
14902name = "rpc"
14903version = "0.1.0"
14904dependencies = [
14905 "anyhow",
14906 "async-tungstenite",
14907 "base64 0.22.1",
14908 "collections",
14909 "futures 0.3.32",
14910 "gpui",
14911 "parking_lot",
14912 "proto",
14913 "rand 0.9.3",
14914 "rsa",
14915 "serde",
14916 "serde_json",
14917 "sha2",
14918 "strum 0.27.2",
14919 "tracing",
14920 "util",
14921 "zlog",
14922 "zstd",
14923]
14924
14925[[package]]
14926name = "rsa"
14927version = "0.9.10"
14928source = "registry+https://github.com/rust-lang/crates.io-index"
14929checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14930dependencies = [
14931 "const-oid",
14932 "digest",
14933 "num-bigint-dig 0.8.6",
14934 "num-integer",
14935 "num-traits",
14936 "pkcs1",
14937 "pkcs8 0.10.2",
14938 "rand_core 0.6.4",
14939 "signature 2.2.0",
14940 "spki 0.7.3",
14941 "subtle",
14942 "zeroize",
14943]
14944
14945[[package]]
14946name = "rtoolbox"
14947version = "0.0.3"
14948source = "registry+https://github.com/rust-lang/crates.io-index"
14949checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14950dependencies = [
14951 "libc",
14952 "windows-sys 0.52.0",
14953]
14954
14955[[package]]
14956name = "rtrb"
14957version = "0.3.2"
14958source = "registry+https://github.com/rust-lang/crates.io-index"
14959checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14960
14961[[package]]
14962name = "rules_library"
14963version = "0.1.0"
14964dependencies = [
14965 "anyhow",
14966 "collections",
14967 "editor",
14968 "gpui",
14969 "language",
14970 "language_model",
14971 "log",
14972 "menu",
14973 "picker",
14974 "platform_title_bar",
14975 "prompt_store",
14976 "release_channel",
14977 "rope",
14978 "serde",
14979 "settings",
14980 "theme_settings",
14981 "ui",
14982 "ui_input",
14983 "util",
14984 "workspace",
14985 "zed_actions",
14986]
14987
14988[[package]]
14989name = "runtimelib"
14990version = "1.4.0"
14991source = "registry+https://github.com/rust-lang/crates.io-index"
14992checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14993dependencies = [
14994 "async-dispatcher",
14995 "async-std",
14996 "aws-lc-rs",
14997 "base64 0.22.1",
14998 "bytes 1.11.1",
14999 "chrono",
15000 "data-encoding",
15001 "dirs",
15002 "futures 0.3.32",
15003 "glob",
15004 "jupyter-protocol",
15005 "serde",
15006 "serde_json",
15007 "shellexpand",
15008 "smol",
15009 "thiserror 2.0.17",
15010 "uuid",
15011 "zeromq",
15012]
15013
15014[[package]]
15015name = "rust-embed"
15016version = "8.11.0"
15017source = "registry+https://github.com/rust-lang/crates.io-index"
15018checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15019dependencies = [
15020 "rust-embed-impl",
15021 "rust-embed-utils",
15022 "walkdir",
15023]
15024
15025[[package]]
15026name = "rust-embed-impl"
15027version = "8.11.0"
15028source = "registry+https://github.com/rust-lang/crates.io-index"
15029checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15030dependencies = [
15031 "proc-macro2",
15032 "quote",
15033 "rust-embed-utils",
15034 "syn 2.0.117",
15035 "walkdir",
15036]
15037
15038[[package]]
15039name = "rust-embed-utils"
15040version = "8.11.0"
15041source = "registry+https://github.com/rust-lang/crates.io-index"
15042checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15043dependencies = [
15044 "globset",
15045 "sha2",
15046 "walkdir",
15047]
15048
15049[[package]]
15050name = "rust_decimal"
15051version = "1.39.0"
15052source = "registry+https://github.com/rust-lang/crates.io-index"
15053checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15054dependencies = [
15055 "arrayvec",
15056 "borsh",
15057 "bytes 1.11.1",
15058 "num-traits",
15059 "rand 0.8.5",
15060 "rkyv",
15061 "serde",
15062 "serde_json",
15063]
15064
15065[[package]]
15066name = "rustc-demangle"
15067version = "0.1.26"
15068source = "registry+https://github.com/rust-lang/crates.io-index"
15069checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15070
15071[[package]]
15072name = "rustc-hash"
15073version = "1.1.0"
15074source = "registry+https://github.com/rust-lang/crates.io-index"
15075checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15076
15077[[package]]
15078name = "rustc-hash"
15079version = "2.1.1"
15080source = "registry+https://github.com/rust-lang/crates.io-index"
15081checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15082
15083[[package]]
15084name = "rustc_version"
15085version = "0.4.1"
15086source = "registry+https://github.com/rust-lang/crates.io-index"
15087checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15088dependencies = [
15089 "semver",
15090]
15091
15092[[package]]
15093name = "rustfft"
15094version = "6.4.1"
15095source = "registry+https://github.com/rust-lang/crates.io-index"
15096checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15097dependencies = [
15098 "num-complex",
15099 "num-integer",
15100 "num-traits",
15101 "primal-check",
15102 "strength_reduce",
15103 "transpose",
15104]
15105
15106[[package]]
15107name = "rustix"
15108version = "0.38.44"
15109source = "registry+https://github.com/rust-lang/crates.io-index"
15110checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15111dependencies = [
15112 "bitflags 2.10.0",
15113 "errno 0.3.14",
15114 "libc",
15115 "linux-raw-sys 0.4.15",
15116 "windows-sys 0.59.0",
15117]
15118
15119[[package]]
15120name = "rustix"
15121version = "1.1.2"
15122source = "registry+https://github.com/rust-lang/crates.io-index"
15123checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15124dependencies = [
15125 "bitflags 2.10.0",
15126 "errno 0.3.14",
15127 "libc",
15128 "linux-raw-sys 0.11.0",
15129 "windows-sys 0.61.2",
15130]
15131
15132[[package]]
15133name = "rustix-linux-procfs"
15134version = "0.1.1"
15135source = "registry+https://github.com/rust-lang/crates.io-index"
15136checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15137dependencies = [
15138 "once_cell",
15139 "rustix 1.1.2",
15140]
15141
15142[[package]]
15143name = "rustix-openpty"
15144version = "0.2.0"
15145source = "registry+https://github.com/rust-lang/crates.io-index"
15146checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15147dependencies = [
15148 "errno 0.3.14",
15149 "libc",
15150 "rustix 1.1.2",
15151]
15152
15153[[package]]
15154name = "rustls"
15155version = "0.21.12"
15156source = "registry+https://github.com/rust-lang/crates.io-index"
15157checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15158dependencies = [
15159 "log",
15160 "ring",
15161 "rustls-webpki 0.101.7",
15162 "sct",
15163]
15164
15165[[package]]
15166name = "rustls"
15167version = "0.23.33"
15168source = "registry+https://github.com/rust-lang/crates.io-index"
15169checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15170dependencies = [
15171 "aws-lc-rs",
15172 "log",
15173 "once_cell",
15174 "ring",
15175 "rustls-pki-types",
15176 "rustls-webpki 0.103.7",
15177 "subtle",
15178 "zeroize",
15179]
15180
15181[[package]]
15182name = "rustls-native-certs"
15183version = "0.6.3"
15184source = "registry+https://github.com/rust-lang/crates.io-index"
15185checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15186dependencies = [
15187 "openssl-probe",
15188 "rustls-pemfile 1.0.4",
15189 "schannel",
15190 "security-framework 2.11.1",
15191]
15192
15193[[package]]
15194name = "rustls-native-certs"
15195version = "0.8.2"
15196source = "registry+https://github.com/rust-lang/crates.io-index"
15197checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15198dependencies = [
15199 "openssl-probe",
15200 "rustls-pki-types",
15201 "schannel",
15202 "security-framework 3.5.1",
15203]
15204
15205[[package]]
15206name = "rustls-pemfile"
15207version = "1.0.4"
15208source = "registry+https://github.com/rust-lang/crates.io-index"
15209checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15210dependencies = [
15211 "base64 0.21.7",
15212]
15213
15214[[package]]
15215name = "rustls-pemfile"
15216version = "2.2.0"
15217source = "registry+https://github.com/rust-lang/crates.io-index"
15218checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15219dependencies = [
15220 "rustls-pki-types",
15221]
15222
15223[[package]]
15224name = "rustls-pki-types"
15225version = "1.12.0"
15226source = "registry+https://github.com/rust-lang/crates.io-index"
15227checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15228dependencies = [
15229 "web-time",
15230 "zeroize",
15231]
15232
15233[[package]]
15234name = "rustls-platform-verifier"
15235version = "0.5.3"
15236source = "registry+https://github.com/rust-lang/crates.io-index"
15237checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15238dependencies = [
15239 "core-foundation 0.10.0",
15240 "core-foundation-sys",
15241 "jni",
15242 "log",
15243 "once_cell",
15244 "rustls 0.23.33",
15245 "rustls-native-certs 0.8.2",
15246 "rustls-platform-verifier-android",
15247 "rustls-webpki 0.103.7",
15248 "security-framework 3.5.1",
15249 "security-framework-sys",
15250 "webpki-root-certs",
15251 "windows-sys 0.59.0",
15252]
15253
15254[[package]]
15255name = "rustls-platform-verifier-android"
15256version = "0.1.1"
15257source = "registry+https://github.com/rust-lang/crates.io-index"
15258checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15259
15260[[package]]
15261name = "rustls-webpki"
15262version = "0.101.7"
15263source = "registry+https://github.com/rust-lang/crates.io-index"
15264checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15265dependencies = [
15266 "ring",
15267 "untrusted 0.9.0",
15268]
15269
15270[[package]]
15271name = "rustls-webpki"
15272version = "0.103.7"
15273source = "registry+https://github.com/rust-lang/crates.io-index"
15274checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15275dependencies = [
15276 "aws-lc-rs",
15277 "ring",
15278 "rustls-pki-types",
15279 "untrusted 0.9.0",
15280]
15281
15282[[package]]
15283name = "rustversion"
15284version = "1.0.22"
15285source = "registry+https://github.com/rust-lang/crates.io-index"
15286checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15287
15288[[package]]
15289name = "rusty-fork"
15290version = "0.3.1"
15291source = "registry+https://github.com/rust-lang/crates.io-index"
15292checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15293dependencies = [
15294 "fnv",
15295 "quick-error 1.2.3",
15296 "tempfile",
15297 "wait-timeout",
15298]
15299
15300[[package]]
15301name = "rustybuzz"
15302version = "0.20.1"
15303source = "registry+https://github.com/rust-lang/crates.io-index"
15304checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15305dependencies = [
15306 "bitflags 2.10.0",
15307 "bytemuck",
15308 "core_maths",
15309 "log",
15310 "smallvec",
15311 "ttf-parser 0.25.1",
15312 "unicode-bidi-mirroring",
15313 "unicode-ccc",
15314 "unicode-properties",
15315 "unicode-script",
15316]
15317
15318[[package]]
15319name = "ryu"
15320version = "1.0.20"
15321source = "registry+https://github.com/rust-lang/crates.io-index"
15322checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15323
15324[[package]]
15325name = "saa"
15326version = "5.4.9"
15327source = "registry+https://github.com/rust-lang/crates.io-index"
15328checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15329
15330[[package]]
15331name = "safetensors"
15332version = "0.4.5"
15333source = "registry+https://github.com/rust-lang/crates.io-index"
15334checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15335dependencies = [
15336 "serde",
15337 "serde_json",
15338]
15339
15340[[package]]
15341name = "same-file"
15342version = "1.0.6"
15343source = "registry+https://github.com/rust-lang/crates.io-index"
15344checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15345dependencies = [
15346 "winapi-util",
15347]
15348
15349[[package]]
15350name = "scc"
15351version = "3.5.6"
15352source = "registry+https://github.com/rust-lang/crates.io-index"
15353checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15354dependencies = [
15355 "saa",
15356 "sdd",
15357]
15358
15359[[package]]
15360name = "schannel"
15361version = "0.1.28"
15362source = "registry+https://github.com/rust-lang/crates.io-index"
15363checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15364dependencies = [
15365 "windows-sys 0.61.2",
15366]
15367
15368[[package]]
15369name = "scheduler"
15370version = "0.1.0"
15371dependencies = [
15372 "async-task",
15373 "backtrace",
15374 "chrono",
15375 "flume",
15376 "futures 0.3.32",
15377 "parking_lot",
15378 "rand 0.9.3",
15379 "web-time",
15380]
15381
15382[[package]]
15383name = "schema_generator"
15384version = "0.1.0"
15385dependencies = [
15386 "anyhow",
15387 "clap",
15388 "env_logger 0.11.8",
15389 "schemars",
15390 "serde",
15391 "serde_json",
15392 "settings",
15393 "theme",
15394 "theme_settings",
15395]
15396
15397[[package]]
15398name = "schemars"
15399version = "1.0.4"
15400source = "registry+https://github.com/rust-lang/crates.io-index"
15401checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15402dependencies = [
15403 "dyn-clone",
15404 "indexmap",
15405 "ref-cast",
15406 "schemars_derive",
15407 "serde",
15408 "serde_json",
15409]
15410
15411[[package]]
15412name = "schemars_derive"
15413version = "1.0.4"
15414source = "registry+https://github.com/rust-lang/crates.io-index"
15415checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15416dependencies = [
15417 "proc-macro2",
15418 "quote",
15419 "serde_derive_internals",
15420 "syn 2.0.117",
15421]
15422
15423[[package]]
15424name = "scoped-tls"
15425version = "1.0.1"
15426source = "registry+https://github.com/rust-lang/crates.io-index"
15427checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15428
15429[[package]]
15430name = "scopeguard"
15431version = "1.2.0"
15432source = "registry+https://github.com/rust-lang/crates.io-index"
15433checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15434
15435[[package]]
15436name = "scratch"
15437version = "1.0.9"
15438source = "registry+https://github.com/rust-lang/crates.io-index"
15439checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15440
15441[[package]]
15442name = "screencapturekit"
15443version = "0.2.8"
15444source = "registry+https://github.com/rust-lang/crates.io-index"
15445checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15446dependencies = [
15447 "screencapturekit-sys",
15448]
15449
15450[[package]]
15451name = "screencapturekit-sys"
15452version = "0.2.8"
15453source = "registry+https://github.com/rust-lang/crates.io-index"
15454checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15455dependencies = [
15456 "block",
15457 "dispatch",
15458 "objc",
15459 "objc-foundation",
15460 "objc_id",
15461 "once_cell",
15462]
15463
15464[[package]]
15465name = "scroll"
15466version = "0.12.0"
15467source = "registry+https://github.com/rust-lang/crates.io-index"
15468checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15469dependencies = [
15470 "scroll_derive",
15471]
15472
15473[[package]]
15474name = "scroll_derive"
15475version = "0.12.1"
15476source = "registry+https://github.com/rust-lang/crates.io-index"
15477checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15478dependencies = [
15479 "proc-macro2",
15480 "quote",
15481 "syn 2.0.117",
15482]
15483
15484[[package]]
15485name = "sct"
15486version = "0.7.1"
15487source = "registry+https://github.com/rust-lang/crates.io-index"
15488checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15489dependencies = [
15490 "ring",
15491 "untrusted 0.9.0",
15492]
15493
15494[[package]]
15495name = "sdd"
15496version = "4.6.2"
15497source = "registry+https://github.com/rust-lang/crates.io-index"
15498checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15499
15500[[package]]
15501name = "sea-bae"
15502version = "0.2.1"
15503source = "registry+https://github.com/rust-lang/crates.io-index"
15504checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15505dependencies = [
15506 "heck 0.4.1",
15507 "proc-macro-error2",
15508 "proc-macro2",
15509 "quote",
15510 "syn 2.0.117",
15511]
15512
15513[[package]]
15514name = "sea-orm"
15515version = "1.1.10"
15516source = "registry+https://github.com/rust-lang/crates.io-index"
15517checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15518dependencies = [
15519 "async-stream",
15520 "async-trait",
15521 "bigdecimal",
15522 "chrono",
15523 "futures-util",
15524 "log",
15525 "ouroboros",
15526 "pgvector",
15527 "rust_decimal",
15528 "sea-orm-macros",
15529 "sea-query",
15530 "sea-query-binder",
15531 "serde",
15532 "serde_json",
15533 "sqlx",
15534 "strum 0.26.3",
15535 "thiserror 2.0.17",
15536 "time",
15537 "tracing",
15538 "url",
15539 "uuid",
15540]
15541
15542[[package]]
15543name = "sea-orm-macros"
15544version = "1.1.10"
15545source = "registry+https://github.com/rust-lang/crates.io-index"
15546checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15547dependencies = [
15548 "heck 0.4.1",
15549 "proc-macro2",
15550 "quote",
15551 "sea-bae",
15552 "syn 2.0.117",
15553 "unicode-ident",
15554]
15555
15556[[package]]
15557name = "sea-query"
15558version = "0.32.7"
15559source = "registry+https://github.com/rust-lang/crates.io-index"
15560checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15561dependencies = [
15562 "bigdecimal",
15563 "chrono",
15564 "inherent",
15565 "ordered-float 4.6.0",
15566 "rust_decimal",
15567 "serde_json",
15568 "time",
15569 "uuid",
15570]
15571
15572[[package]]
15573name = "sea-query-binder"
15574version = "0.7.0"
15575source = "registry+https://github.com/rust-lang/crates.io-index"
15576checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15577dependencies = [
15578 "bigdecimal",
15579 "chrono",
15580 "rust_decimal",
15581 "sea-query",
15582 "serde_json",
15583 "sqlx",
15584 "time",
15585 "uuid",
15586]
15587
15588[[package]]
15589name = "seahash"
15590version = "4.1.0"
15591source = "registry+https://github.com/rust-lang/crates.io-index"
15592checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15593
15594[[package]]
15595name = "search"
15596version = "0.1.0"
15597dependencies = [
15598 "any_vec",
15599 "anyhow",
15600 "bitflags 2.10.0",
15601 "collections",
15602 "editor",
15603 "fs",
15604 "futures 0.3.32",
15605 "gpui",
15606 "itertools 0.14.0",
15607 "language",
15608 "lsp",
15609 "menu",
15610 "multi_buffer",
15611 "pretty_assertions",
15612 "project",
15613 "serde",
15614 "serde_json",
15615 "settings",
15616 "smol",
15617 "theme",
15618 "theme_settings",
15619 "tracing",
15620 "ui",
15621 "unindent",
15622 "util",
15623 "util_macros",
15624 "workspace",
15625 "zed_actions",
15626 "ztracing",
15627]
15628
15629[[package]]
15630name = "sec1"
15631version = "0.3.0"
15632source = "registry+https://github.com/rust-lang/crates.io-index"
15633checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15634dependencies = [
15635 "base16ct",
15636 "der 0.6.1",
15637 "generic-array",
15638 "pkcs8 0.9.0",
15639 "subtle",
15640 "zeroize",
15641]
15642
15643[[package]]
15644name = "secrecy"
15645version = "0.10.3"
15646source = "registry+https://github.com/rust-lang/crates.io-index"
15647checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15648dependencies = [
15649 "zeroize",
15650]
15651
15652[[package]]
15653name = "security-framework"
15654version = "2.11.1"
15655source = "registry+https://github.com/rust-lang/crates.io-index"
15656checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15657dependencies = [
15658 "bitflags 2.10.0",
15659 "core-foundation 0.9.4",
15660 "core-foundation-sys",
15661 "libc",
15662 "security-framework-sys",
15663]
15664
15665[[package]]
15666name = "security-framework"
15667version = "3.5.1"
15668source = "registry+https://github.com/rust-lang/crates.io-index"
15669checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15670dependencies = [
15671 "bitflags 2.10.0",
15672 "core-foundation 0.10.0",
15673 "core-foundation-sys",
15674 "libc",
15675 "security-framework-sys",
15676]
15677
15678[[package]]
15679name = "security-framework-sys"
15680version = "2.15.0"
15681source = "registry+https://github.com/rust-lang/crates.io-index"
15682checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15683dependencies = [
15684 "core-foundation-sys",
15685 "libc",
15686]
15687
15688[[package]]
15689name = "self_cell"
15690version = "1.2.2"
15691source = "registry+https://github.com/rust-lang/crates.io-index"
15692checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15693
15694[[package]]
15695name = "semver"
15696version = "1.0.27"
15697source = "registry+https://github.com/rust-lang/crates.io-index"
15698checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15699dependencies = [
15700 "serde",
15701 "serde_core",
15702]
15703
15704[[package]]
15705name = "seq-macro"
15706version = "0.3.6"
15707source = "registry+https://github.com/rust-lang/crates.io-index"
15708checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15709
15710[[package]]
15711name = "serde"
15712version = "1.0.228"
15713source = "registry+https://github.com/rust-lang/crates.io-index"
15714checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15715dependencies = [
15716 "serde_core",
15717 "serde_derive",
15718]
15719
15720[[package]]
15721name = "serde_bytes"
15722version = "0.11.19"
15723source = "registry+https://github.com/rust-lang/crates.io-index"
15724checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15725dependencies = [
15726 "serde",
15727 "serde_core",
15728]
15729
15730[[package]]
15731name = "serde_core"
15732version = "1.0.228"
15733source = "registry+https://github.com/rust-lang/crates.io-index"
15734checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15735dependencies = [
15736 "serde_derive",
15737]
15738
15739[[package]]
15740name = "serde_derive"
15741version = "1.0.228"
15742source = "registry+https://github.com/rust-lang/crates.io-index"
15743checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15744dependencies = [
15745 "proc-macro2",
15746 "quote",
15747 "syn 2.0.117",
15748]
15749
15750[[package]]
15751name = "serde_derive_internals"
15752version = "0.29.1"
15753source = "registry+https://github.com/rust-lang/crates.io-index"
15754checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15755dependencies = [
15756 "proc-macro2",
15757 "quote",
15758 "syn 2.0.117",
15759]
15760
15761[[package]]
15762name = "serde_fmt"
15763version = "1.0.3"
15764source = "registry+https://github.com/rust-lang/crates.io-index"
15765checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15766dependencies = [
15767 "serde",
15768]
15769
15770[[package]]
15771name = "serde_json"
15772version = "1.0.145"
15773source = "registry+https://github.com/rust-lang/crates.io-index"
15774checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15775dependencies = [
15776 "indexmap",
15777 "itoa",
15778 "memchr",
15779 "ryu",
15780 "serde",
15781 "serde_core",
15782]
15783
15784[[package]]
15785name = "serde_json_lenient"
15786version = "0.2.4"
15787source = "registry+https://github.com/rust-lang/crates.io-index"
15788checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15789dependencies = [
15790 "indexmap",
15791 "itoa",
15792 "memchr",
15793 "ryu",
15794 "serde",
15795]
15796
15797[[package]]
15798name = "serde_path_to_error"
15799version = "0.1.20"
15800source = "registry+https://github.com/rust-lang/crates.io-index"
15801checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15802dependencies = [
15803 "itoa",
15804 "serde",
15805 "serde_core",
15806]
15807
15808[[package]]
15809name = "serde_repr"
15810version = "0.1.20"
15811source = "registry+https://github.com/rust-lang/crates.io-index"
15812checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15813dependencies = [
15814 "proc-macro2",
15815 "quote",
15816 "syn 2.0.117",
15817]
15818
15819[[package]]
15820name = "serde_spanned"
15821version = "0.6.9"
15822source = "registry+https://github.com/rust-lang/crates.io-index"
15823checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15824dependencies = [
15825 "serde",
15826]
15827
15828[[package]]
15829name = "serde_spanned"
15830version = "1.0.3"
15831source = "registry+https://github.com/rust-lang/crates.io-index"
15832checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15833dependencies = [
15834 "serde_core",
15835]
15836
15837[[package]]
15838name = "serde_urlencoded"
15839version = "0.7.1"
15840source = "registry+https://github.com/rust-lang/crates.io-index"
15841checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15842dependencies = [
15843 "form_urlencoded",
15844 "itoa",
15845 "ryu",
15846 "serde",
15847]
15848
15849[[package]]
15850name = "serde_yaml"
15851version = "0.9.34+deprecated"
15852source = "registry+https://github.com/rust-lang/crates.io-index"
15853checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15854dependencies = [
15855 "indexmap",
15856 "itoa",
15857 "ryu",
15858 "serde",
15859 "unsafe-libyaml",
15860]
15861
15862[[package]]
15863name = "serial2"
15864version = "0.2.33"
15865source = "registry+https://github.com/rust-lang/crates.io-index"
15866checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15867dependencies = [
15868 "cfg-if",
15869 "libc",
15870 "winapi",
15871]
15872
15873[[package]]
15874name = "session"
15875version = "0.1.0"
15876dependencies = [
15877 "db",
15878 "gpui",
15879 "serde_json",
15880 "util",
15881 "uuid",
15882]
15883
15884[[package]]
15885name = "settings"
15886version = "0.1.0"
15887dependencies = [
15888 "anyhow",
15889 "collections",
15890 "ec4rs",
15891 "fs",
15892 "futures 0.3.32",
15893 "gpui",
15894 "indoc",
15895 "inventory",
15896 "log",
15897 "migrator",
15898 "paths",
15899 "pretty_assertions",
15900 "release_channel",
15901 "rust-embed",
15902 "schemars",
15903 "serde",
15904 "serde_json",
15905 "serde_json_lenient",
15906 "settings_content",
15907 "settings_json",
15908 "settings_macros",
15909 "smallvec",
15910 "unindent",
15911 "util",
15912 "zlog",
15913]
15914
15915[[package]]
15916name = "settings_content"
15917version = "0.1.0"
15918dependencies = [
15919 "anyhow",
15920 "collections",
15921 "derive_more",
15922 "gpui",
15923 "language_model_core",
15924 "log",
15925 "schemars",
15926 "serde",
15927 "serde_json",
15928 "serde_json_lenient",
15929 "settings_json",
15930 "settings_macros",
15931 "strum 0.27.2",
15932 "util",
15933]
15934
15935[[package]]
15936name = "settings_json"
15937version = "0.1.0"
15938dependencies = [
15939 "anyhow",
15940 "pretty_assertions",
15941 "serde",
15942 "serde_json",
15943 "serde_json_lenient",
15944 "serde_path_to_error",
15945 "tree-sitter",
15946 "tree-sitter-json",
15947 "unindent",
15948 "util",
15949]
15950
15951[[package]]
15952name = "settings_macros"
15953version = "0.1.0"
15954dependencies = [
15955 "quote",
15956 "settings",
15957 "syn 2.0.117",
15958]
15959
15960[[package]]
15961name = "settings_profile_selector"
15962version = "0.1.0"
15963dependencies = [
15964 "editor",
15965 "fuzzy",
15966 "gpui",
15967 "menu",
15968 "picker",
15969 "project",
15970 "serde_json",
15971 "settings",
15972 "theme",
15973 "theme_settings",
15974 "ui",
15975 "workspace",
15976 "zed_actions",
15977]
15978
15979[[package]]
15980name = "settings_ui"
15981version = "0.1.0"
15982dependencies = [
15983 "agent",
15984 "agent_settings",
15985 "anyhow",
15986 "audio",
15987 "codestral",
15988 "component",
15989 "copilot",
15990 "copilot_ui",
15991 "cpal",
15992 "edit_prediction",
15993 "edit_prediction_ui",
15994 "editor",
15995 "feature_flags",
15996 "fs",
15997 "futures 0.3.32",
15998 "fuzzy",
15999 "gpui",
16000 "heck 0.5.0",
16001 "itertools 0.14.0",
16002 "language",
16003 "log",
16004 "menu",
16005 "paths",
16006 "picker",
16007 "platform_title_bar",
16008 "pretty_assertions",
16009 "project",
16010 "regex",
16011 "release_channel",
16012 "rodio",
16013 "schemars",
16014 "search",
16015 "serde",
16016 "serde_json",
16017 "settings",
16018 "shell_command_parser",
16019 "strum 0.27.2",
16020 "telemetry",
16021 "theme",
16022 "theme_settings",
16023 "title_bar",
16024 "ui",
16025 "util",
16026 "workspace",
16027 "zed_actions",
16028 "zed_credentials_provider",
16029]
16030
16031[[package]]
16032name = "sha-1"
16033version = "0.10.1"
16034source = "registry+https://github.com/rust-lang/crates.io-index"
16035checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16036dependencies = [
16037 "cfg-if",
16038 "cpufeatures",
16039 "digest",
16040]
16041
16042[[package]]
16043name = "sha1"
16044version = "0.10.6"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16047dependencies = [
16048 "cfg-if",
16049 "cpufeatures",
16050 "digest",
16051]
16052
16053[[package]]
16054name = "sha1_smol"
16055version = "1.0.1"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16058
16059[[package]]
16060name = "sha2"
16061version = "0.10.9"
16062source = "registry+https://github.com/rust-lang/crates.io-index"
16063checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16064dependencies = [
16065 "cfg-if",
16066 "cpufeatures",
16067 "digest",
16068]
16069
16070[[package]]
16071name = "sharded-slab"
16072version = "0.1.7"
16073source = "registry+https://github.com/rust-lang/crates.io-index"
16074checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16075dependencies = [
16076 "lazy_static",
16077]
16078
16079[[package]]
16080name = "shared_library"
16081version = "0.1.9"
16082source = "registry+https://github.com/rust-lang/crates.io-index"
16083checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16084dependencies = [
16085 "lazy_static",
16086 "libc",
16087]
16088
16089[[package]]
16090name = "shell-words"
16091version = "1.1.0"
16092source = "registry+https://github.com/rust-lang/crates.io-index"
16093checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16094
16095[[package]]
16096name = "shell_command_parser"
16097version = "0.1.0"
16098dependencies = [
16099 "brush-parser",
16100]
16101
16102[[package]]
16103name = "shellexpand"
16104version = "3.1.1"
16105source = "registry+https://github.com/rust-lang/crates.io-index"
16106checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16107dependencies = [
16108 "dirs",
16109]
16110
16111[[package]]
16112name = "shingles"
16113version = "0.1.1"
16114source = "registry+https://github.com/rust-lang/crates.io-index"
16115checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16116
16117[[package]]
16118name = "shlex"
16119version = "1.3.0"
16120source = "registry+https://github.com/rust-lang/crates.io-index"
16121checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16122
16123[[package]]
16124name = "sidebar"
16125version = "0.1.0"
16126dependencies = [
16127 "acp_thread",
16128 "action_log",
16129 "agent",
16130 "agent-client-protocol",
16131 "agent_settings",
16132 "agent_ui",
16133 "anyhow",
16134 "chrono",
16135 "client",
16136 "clock",
16137 "db",
16138 "editor",
16139 "extension",
16140 "feature_flags",
16141 "fs",
16142 "git",
16143 "gpui",
16144 "http_client",
16145 "language",
16146 "language_model",
16147 "log",
16148 "menu",
16149 "node_runtime",
16150 "platform_title_bar",
16151 "pretty_assertions",
16152 "project",
16153 "prompt_store",
16154 "recent_projects",
16155 "release_channel",
16156 "remote",
16157 "remote_connection",
16158 "remote_server",
16159 "semver",
16160 "serde",
16161 "serde_json",
16162 "settings",
16163 "smol",
16164 "telemetry",
16165 "theme",
16166 "theme_settings",
16167 "ui",
16168 "util",
16169 "vim_mode_setting",
16170 "workspace",
16171 "zed_actions",
16172]
16173
16174[[package]]
16175name = "signal-hook"
16176version = "0.3.18"
16177source = "registry+https://github.com/rust-lang/crates.io-index"
16178checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16179dependencies = [
16180 "libc",
16181 "signal-hook-registry",
16182]
16183
16184[[package]]
16185name = "signal-hook-registry"
16186version = "1.4.6"
16187source = "registry+https://github.com/rust-lang/crates.io-index"
16188checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16189dependencies = [
16190 "libc",
16191]
16192
16193[[package]]
16194name = "signature"
16195version = "1.6.4"
16196source = "registry+https://github.com/rust-lang/crates.io-index"
16197checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16198dependencies = [
16199 "digest",
16200 "rand_core 0.6.4",
16201]
16202
16203[[package]]
16204name = "signature"
16205version = "2.2.0"
16206source = "registry+https://github.com/rust-lang/crates.io-index"
16207checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16208dependencies = [
16209 "digest",
16210 "rand_core 0.6.4",
16211]
16212
16213[[package]]
16214name = "simd-adler32"
16215version = "0.3.7"
16216source = "registry+https://github.com/rust-lang/crates.io-index"
16217checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16218
16219[[package]]
16220name = "simd_helpers"
16221version = "0.1.0"
16222source = "registry+https://github.com/rust-lang/crates.io-index"
16223checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16224dependencies = [
16225 "quote",
16226]
16227
16228[[package]]
16229name = "simdutf8"
16230version = "0.1.5"
16231source = "registry+https://github.com/rust-lang/crates.io-index"
16232checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16233
16234[[package]]
16235name = "similar"
16236version = "2.7.0"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16239
16240[[package]]
16241name = "simple_asn1"
16242version = "0.6.3"
16243source = "registry+https://github.com/rust-lang/crates.io-index"
16244checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16245dependencies = [
16246 "num-bigint",
16247 "num-traits",
16248 "thiserror 2.0.17",
16249 "time",
16250]
16251
16252[[package]]
16253name = "simplecss"
16254version = "0.2.2"
16255source = "registry+https://github.com/rust-lang/crates.io-index"
16256checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16257dependencies = [
16258 "log",
16259]
16260
16261[[package]]
16262name = "simplelog"
16263version = "0.12.2"
16264source = "registry+https://github.com/rust-lang/crates.io-index"
16265checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16266dependencies = [
16267 "log",
16268 "termcolor",
16269 "time",
16270]
16271
16272[[package]]
16273name = "siphasher"
16274version = "0.3.11"
16275source = "registry+https://github.com/rust-lang/crates.io-index"
16276checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16277
16278[[package]]
16279name = "siphasher"
16280version = "1.0.1"
16281source = "registry+https://github.com/rust-lang/crates.io-index"
16282checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16283
16284[[package]]
16285name = "skrifa"
16286version = "0.37.0"
16287source = "registry+https://github.com/rust-lang/crates.io-index"
16288checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16289dependencies = [
16290 "bytemuck",
16291 "read-fonts 0.35.0",
16292]
16293
16294[[package]]
16295name = "skrifa"
16296version = "0.40.0"
16297source = "registry+https://github.com/rust-lang/crates.io-index"
16298checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16299dependencies = [
16300 "bytemuck",
16301 "read-fonts 0.37.0",
16302]
16303
16304[[package]]
16305name = "slab"
16306version = "0.4.11"
16307source = "registry+https://github.com/rust-lang/crates.io-index"
16308checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16309
16310[[package]]
16311name = "slotmap"
16312version = "1.0.7"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16315dependencies = [
16316 "version_check",
16317]
16318
16319[[package]]
16320name = "smallvec"
16321version = "1.15.1"
16322source = "registry+https://github.com/rust-lang/crates.io-index"
16323checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16324dependencies = [
16325 "serde",
16326]
16327
16328[[package]]
16329name = "smart-default"
16330version = "0.7.1"
16331source = "registry+https://github.com/rust-lang/crates.io-index"
16332checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16333dependencies = [
16334 "proc-macro2",
16335 "quote",
16336 "syn 2.0.117",
16337]
16338
16339[[package]]
16340name = "smol"
16341version = "2.0.2"
16342source = "registry+https://github.com/rust-lang/crates.io-index"
16343checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16344dependencies = [
16345 "async-channel 2.5.0",
16346 "async-executor",
16347 "async-fs",
16348 "async-io",
16349 "async-lock 3.4.2",
16350 "async-net",
16351 "async-process",
16352 "blocking",
16353 "futures-lite 2.6.1",
16354]
16355
16356[[package]]
16357name = "smol_str"
16358version = "0.3.5"
16359source = "registry+https://github.com/rust-lang/crates.io-index"
16360checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16361
16362[[package]]
16363name = "snafu"
16364version = "0.8.9"
16365source = "registry+https://github.com/rust-lang/crates.io-index"
16366checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16367dependencies = [
16368 "snafu-derive",
16369]
16370
16371[[package]]
16372name = "snafu-derive"
16373version = "0.8.9"
16374source = "registry+https://github.com/rust-lang/crates.io-index"
16375checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16376dependencies = [
16377 "heck 0.4.1",
16378 "proc-macro2",
16379 "quote",
16380 "syn 2.0.117",
16381]
16382
16383[[package]]
16384name = "snippet"
16385version = "0.1.0"
16386dependencies = [
16387 "anyhow",
16388 "smallvec",
16389]
16390
16391[[package]]
16392name = "snippet_provider"
16393version = "0.1.0"
16394dependencies = [
16395 "anyhow",
16396 "collections",
16397 "extension",
16398 "fs",
16399 "futures 0.3.32",
16400 "gpui",
16401 "indoc",
16402 "parking_lot",
16403 "paths",
16404 "schemars",
16405 "serde",
16406 "serde_json",
16407 "serde_json_lenient",
16408 "snippet",
16409 "util",
16410]
16411
16412[[package]]
16413name = "snippets_ui"
16414version = "0.1.0"
16415dependencies = [
16416 "file_icons",
16417 "fuzzy",
16418 "gpui",
16419 "language",
16420 "open_path_prompt",
16421 "paths",
16422 "picker",
16423 "settings",
16424 "ui",
16425 "util",
16426 "workspace",
16427]
16428
16429[[package]]
16430name = "socket2"
16431version = "0.5.10"
16432source = "registry+https://github.com/rust-lang/crates.io-index"
16433checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16434dependencies = [
16435 "libc",
16436 "windows-sys 0.52.0",
16437]
16438
16439[[package]]
16440name = "socket2"
16441version = "0.6.1"
16442source = "registry+https://github.com/rust-lang/crates.io-index"
16443checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16444dependencies = [
16445 "libc",
16446 "windows-sys 0.60.2",
16447]
16448
16449[[package]]
16450name = "spdx"
16451version = "0.10.9"
16452source = "registry+https://github.com/rust-lang/crates.io-index"
16453checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16454dependencies = [
16455 "smallvec",
16456]
16457
16458[[package]]
16459name = "spin"
16460version = "0.9.8"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16463dependencies = [
16464 "lock_api",
16465]
16466
16467[[package]]
16468name = "spin"
16469version = "0.10.0"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16472dependencies = [
16473 "lock_api",
16474]
16475
16476[[package]]
16477name = "spirv"
16478version = "0.4.0+sdk-1.4.341.0"
16479source = "registry+https://github.com/rust-lang/crates.io-index"
16480checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16481dependencies = [
16482 "bitflags 2.10.0",
16483]
16484
16485[[package]]
16486name = "spki"
16487version = "0.6.0"
16488source = "registry+https://github.com/rust-lang/crates.io-index"
16489checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16490dependencies = [
16491 "base64ct",
16492 "der 0.6.1",
16493]
16494
16495[[package]]
16496name = "spki"
16497version = "0.7.3"
16498source = "registry+https://github.com/rust-lang/crates.io-index"
16499checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16500dependencies = [
16501 "base64ct",
16502 "der 0.7.10",
16503]
16504
16505[[package]]
16506name = "sqlez"
16507version = "0.1.0"
16508dependencies = [
16509 "anyhow",
16510 "collections",
16511 "futures 0.3.32",
16512 "indoc",
16513 "libsqlite3-sys",
16514 "log",
16515 "parking_lot",
16516 "smol",
16517 "sqlformat",
16518 "thread_local",
16519 "util",
16520 "uuid",
16521]
16522
16523[[package]]
16524name = "sqlez_macros"
16525version = "0.1.0"
16526dependencies = [
16527 "sqlez",
16528 "sqlformat",
16529 "syn 2.0.117",
16530]
16531
16532[[package]]
16533name = "sqlformat"
16534version = "0.2.6"
16535source = "registry+https://github.com/rust-lang/crates.io-index"
16536checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16537dependencies = [
16538 "nom 7.1.3",
16539 "unicode_categories",
16540]
16541
16542[[package]]
16543name = "sqlx"
16544version = "0.8.6"
16545source = "registry+https://github.com/rust-lang/crates.io-index"
16546checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16547dependencies = [
16548 "sqlx-core",
16549 "sqlx-macros",
16550 "sqlx-mysql",
16551 "sqlx-postgres",
16552 "sqlx-sqlite",
16553]
16554
16555[[package]]
16556name = "sqlx-core"
16557version = "0.8.6"
16558source = "registry+https://github.com/rust-lang/crates.io-index"
16559checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16560dependencies = [
16561 "base64 0.22.1",
16562 "bigdecimal",
16563 "bytes 1.11.1",
16564 "chrono",
16565 "crc",
16566 "crossbeam-queue",
16567 "either",
16568 "event-listener 5.4.1",
16569 "futures-core",
16570 "futures-intrusive",
16571 "futures-io",
16572 "futures-util",
16573 "hashbrown 0.15.5",
16574 "hashlink 0.10.0",
16575 "indexmap",
16576 "log",
16577 "memchr",
16578 "once_cell",
16579 "percent-encoding",
16580 "rust_decimal",
16581 "rustls 0.23.33",
16582 "serde",
16583 "serde_json",
16584 "sha2",
16585 "smallvec",
16586 "thiserror 2.0.17",
16587 "time",
16588 "tokio",
16589 "tokio-stream",
16590 "tracing",
16591 "url",
16592 "uuid",
16593 "webpki-roots",
16594]
16595
16596[[package]]
16597name = "sqlx-macros"
16598version = "0.8.6"
16599source = "registry+https://github.com/rust-lang/crates.io-index"
16600checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16601dependencies = [
16602 "proc-macro2",
16603 "quote",
16604 "sqlx-core",
16605 "sqlx-macros-core",
16606 "syn 2.0.117",
16607]
16608
16609[[package]]
16610name = "sqlx-macros-core"
16611version = "0.8.6"
16612source = "registry+https://github.com/rust-lang/crates.io-index"
16613checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16614dependencies = [
16615 "dotenvy",
16616 "either",
16617 "heck 0.5.0",
16618 "hex",
16619 "once_cell",
16620 "proc-macro2",
16621 "quote",
16622 "serde",
16623 "serde_json",
16624 "sha2",
16625 "sqlx-core",
16626 "sqlx-mysql",
16627 "sqlx-postgres",
16628 "sqlx-sqlite",
16629 "syn 2.0.117",
16630 "tokio",
16631 "url",
16632]
16633
16634[[package]]
16635name = "sqlx-mysql"
16636version = "0.8.6"
16637source = "registry+https://github.com/rust-lang/crates.io-index"
16638checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16639dependencies = [
16640 "atoi",
16641 "base64 0.22.1",
16642 "bigdecimal",
16643 "bitflags 2.10.0",
16644 "byteorder",
16645 "bytes 1.11.1",
16646 "chrono",
16647 "crc",
16648 "digest",
16649 "dotenvy",
16650 "either",
16651 "futures-channel",
16652 "futures-core",
16653 "futures-io",
16654 "futures-util",
16655 "generic-array",
16656 "hex",
16657 "hkdf",
16658 "hmac",
16659 "itoa",
16660 "log",
16661 "md-5",
16662 "memchr",
16663 "once_cell",
16664 "percent-encoding",
16665 "rand 0.8.5",
16666 "rsa",
16667 "rust_decimal",
16668 "serde",
16669 "sha1",
16670 "sha2",
16671 "smallvec",
16672 "sqlx-core",
16673 "stringprep",
16674 "thiserror 2.0.17",
16675 "time",
16676 "tracing",
16677 "uuid",
16678 "whoami",
16679]
16680
16681[[package]]
16682name = "sqlx-postgres"
16683version = "0.8.6"
16684source = "registry+https://github.com/rust-lang/crates.io-index"
16685checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16686dependencies = [
16687 "atoi",
16688 "base64 0.22.1",
16689 "bigdecimal",
16690 "bitflags 2.10.0",
16691 "byteorder",
16692 "chrono",
16693 "crc",
16694 "dotenvy",
16695 "etcetera",
16696 "futures-channel",
16697 "futures-core",
16698 "futures-util",
16699 "hex",
16700 "hkdf",
16701 "hmac",
16702 "home",
16703 "itoa",
16704 "log",
16705 "md-5",
16706 "memchr",
16707 "num-bigint",
16708 "once_cell",
16709 "rand 0.8.5",
16710 "rust_decimal",
16711 "serde",
16712 "serde_json",
16713 "sha2",
16714 "smallvec",
16715 "sqlx-core",
16716 "stringprep",
16717 "thiserror 2.0.17",
16718 "time",
16719 "tracing",
16720 "uuid",
16721 "whoami",
16722]
16723
16724[[package]]
16725name = "sqlx-sqlite"
16726version = "0.8.6"
16727source = "registry+https://github.com/rust-lang/crates.io-index"
16728checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16729dependencies = [
16730 "atoi",
16731 "chrono",
16732 "flume",
16733 "futures-channel",
16734 "futures-core",
16735 "futures-executor",
16736 "futures-intrusive",
16737 "futures-util",
16738 "libsqlite3-sys",
16739 "log",
16740 "percent-encoding",
16741 "serde",
16742 "serde_urlencoded",
16743 "sqlx-core",
16744 "thiserror 2.0.17",
16745 "time",
16746 "tracing",
16747 "url",
16748 "uuid",
16749]
16750
16751[[package]]
16752name = "stable_deref_trait"
16753version = "1.2.1"
16754source = "registry+https://github.com/rust-lang/crates.io-index"
16755checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16756
16757[[package]]
16758name = "stacker"
16759version = "0.1.23"
16760source = "registry+https://github.com/rust-lang/crates.io-index"
16761checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16762dependencies = [
16763 "cc",
16764 "cfg-if",
16765 "libc",
16766 "psm",
16767 "windows-sys 0.59.0",
16768]
16769
16770[[package]]
16771name = "stacksafe"
16772version = "0.1.4"
16773source = "registry+https://github.com/rust-lang/crates.io-index"
16774checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16775dependencies = [
16776 "stacker",
16777 "stacksafe-macro",
16778]
16779
16780[[package]]
16781name = "stacksafe-macro"
16782version = "0.1.4"
16783source = "registry+https://github.com/rust-lang/crates.io-index"
16784checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16785dependencies = [
16786 "proc-macro-error2",
16787 "quote",
16788 "syn 2.0.117",
16789]
16790
16791[[package]]
16792name = "static_assertions"
16793version = "1.1.0"
16794source = "registry+https://github.com/rust-lang/crates.io-index"
16795checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16796
16797[[package]]
16798name = "streaming-iterator"
16799version = "0.1.9"
16800source = "registry+https://github.com/rust-lang/crates.io-index"
16801checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16802
16803[[package]]
16804name = "streaming_diff"
16805version = "0.1.0"
16806dependencies = [
16807 "ordered-float 2.10.1",
16808 "rand 0.9.3",
16809 "rope",
16810 "util",
16811]
16812
16813[[package]]
16814name = "strength_reduce"
16815version = "0.2.4"
16816source = "registry+https://github.com/rust-lang/crates.io-index"
16817checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16818
16819[[package]]
16820name = "strict-num"
16821version = "0.1.1"
16822source = "registry+https://github.com/rust-lang/crates.io-index"
16823checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16824dependencies = [
16825 "float-cmp",
16826]
16827
16828[[package]]
16829name = "string_cache"
16830version = "0.8.9"
16831source = "registry+https://github.com/rust-lang/crates.io-index"
16832checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16833dependencies = [
16834 "new_debug_unreachable",
16835 "parking_lot",
16836 "phf_shared 0.11.3",
16837 "precomputed-hash",
16838 "serde",
16839]
16840
16841[[package]]
16842name = "string_cache_codegen"
16843version = "0.5.4"
16844source = "registry+https://github.com/rust-lang/crates.io-index"
16845checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16846dependencies = [
16847 "phf_generator 0.11.3",
16848 "phf_shared 0.11.3",
16849 "proc-macro2",
16850 "quote",
16851]
16852
16853[[package]]
16854name = "stringprep"
16855version = "0.1.5"
16856source = "registry+https://github.com/rust-lang/crates.io-index"
16857checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16858dependencies = [
16859 "unicode-bidi",
16860 "unicode-normalization",
16861 "unicode-properties",
16862]
16863
16864[[package]]
16865name = "strsim"
16866version = "0.11.1"
16867source = "registry+https://github.com/rust-lang/crates.io-index"
16868checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16869
16870[[package]]
16871name = "strum"
16872version = "0.26.3"
16873source = "registry+https://github.com/rust-lang/crates.io-index"
16874checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16875
16876[[package]]
16877name = "strum"
16878version = "0.27.2"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16881dependencies = [
16882 "strum_macros 0.27.2",
16883]
16884
16885[[package]]
16886name = "strum"
16887version = "0.28.0"
16888source = "registry+https://github.com/rust-lang/crates.io-index"
16889checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16890dependencies = [
16891 "strum_macros 0.28.0",
16892]
16893
16894[[package]]
16895name = "strum_macros"
16896version = "0.27.2"
16897source = "registry+https://github.com/rust-lang/crates.io-index"
16898checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16899dependencies = [
16900 "heck 0.5.0",
16901 "proc-macro2",
16902 "quote",
16903 "syn 2.0.117",
16904]
16905
16906[[package]]
16907name = "strum_macros"
16908version = "0.28.0"
16909source = "registry+https://github.com/rust-lang/crates.io-index"
16910checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16911dependencies = [
16912 "heck 0.5.0",
16913 "proc-macro2",
16914 "quote",
16915 "syn 2.0.117",
16916]
16917
16918[[package]]
16919name = "subtle"
16920version = "2.6.1"
16921source = "registry+https://github.com/rust-lang/crates.io-index"
16922checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16923
16924[[package]]
16925name = "sum_tree"
16926version = "0.1.0"
16927dependencies = [
16928 "ctor",
16929 "heapless",
16930 "log",
16931 "proptest",
16932 "rand 0.9.3",
16933 "rayon",
16934 "tracing",
16935 "zlog",
16936 "ztracing",
16937]
16938
16939[[package]]
16940name = "sval"
16941version = "2.15.0"
16942source = "registry+https://github.com/rust-lang/crates.io-index"
16943checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16944
16945[[package]]
16946name = "sval_buffer"
16947version = "2.15.0"
16948source = "registry+https://github.com/rust-lang/crates.io-index"
16949checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16950dependencies = [
16951 "sval",
16952 "sval_ref",
16953]
16954
16955[[package]]
16956name = "sval_dynamic"
16957version = "2.15.0"
16958source = "registry+https://github.com/rust-lang/crates.io-index"
16959checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16960dependencies = [
16961 "sval",
16962]
16963
16964[[package]]
16965name = "sval_fmt"
16966version = "2.15.0"
16967source = "registry+https://github.com/rust-lang/crates.io-index"
16968checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16969dependencies = [
16970 "itoa",
16971 "ryu",
16972 "sval",
16973]
16974
16975[[package]]
16976name = "sval_json"
16977version = "2.15.0"
16978source = "registry+https://github.com/rust-lang/crates.io-index"
16979checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16980dependencies = [
16981 "itoa",
16982 "ryu",
16983 "sval",
16984]
16985
16986[[package]]
16987name = "sval_nested"
16988version = "2.15.0"
16989source = "registry+https://github.com/rust-lang/crates.io-index"
16990checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16991dependencies = [
16992 "sval",
16993 "sval_buffer",
16994 "sval_ref",
16995]
16996
16997[[package]]
16998name = "sval_ref"
16999version = "2.15.0"
17000source = "registry+https://github.com/rust-lang/crates.io-index"
17001checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
17002dependencies = [
17003 "sval",
17004]
17005
17006[[package]]
17007name = "sval_serde"
17008version = "2.15.0"
17009source = "registry+https://github.com/rust-lang/crates.io-index"
17010checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17011dependencies = [
17012 "serde_core",
17013 "sval",
17014 "sval_nested",
17015]
17016
17017[[package]]
17018name = "svg_fmt"
17019version = "0.4.5"
17020source = "registry+https://github.com/rust-lang/crates.io-index"
17021checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17022
17023[[package]]
17024name = "svg_preview"
17025version = "0.1.0"
17026dependencies = [
17027 "file_icons",
17028 "gpui",
17029 "language",
17030 "multi_buffer",
17031 "ui",
17032 "workspace",
17033 "zed_actions",
17034]
17035
17036[[package]]
17037name = "svgtypes"
17038version = "0.15.3"
17039source = "registry+https://github.com/rust-lang/crates.io-index"
17040checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17041dependencies = [
17042 "kurbo",
17043 "siphasher 1.0.1",
17044]
17045
17046[[package]]
17047name = "swash"
17048version = "0.2.6"
17049source = "registry+https://github.com/rust-lang/crates.io-index"
17050checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17051dependencies = [
17052 "skrifa 0.37.0",
17053 "yazi",
17054 "zeno",
17055]
17056
17057[[package]]
17058name = "symphonia"
17059version = "0.5.5"
17060source = "registry+https://github.com/rust-lang/crates.io-index"
17061checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17062dependencies = [
17063 "lazy_static",
17064 "symphonia-bundle-flac",
17065 "symphonia-bundle-mp3",
17066 "symphonia-codec-aac",
17067 "symphonia-codec-pcm",
17068 "symphonia-codec-vorbis",
17069 "symphonia-core",
17070 "symphonia-format-isomp4",
17071 "symphonia-format-ogg",
17072 "symphonia-format-riff",
17073 "symphonia-metadata",
17074]
17075
17076[[package]]
17077name = "symphonia-bundle-flac"
17078version = "0.5.5"
17079source = "registry+https://github.com/rust-lang/crates.io-index"
17080checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17081dependencies = [
17082 "log",
17083 "symphonia-core",
17084 "symphonia-metadata",
17085 "symphonia-utils-xiph",
17086]
17087
17088[[package]]
17089name = "symphonia-bundle-mp3"
17090version = "0.5.5"
17091source = "registry+https://github.com/rust-lang/crates.io-index"
17092checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17093dependencies = [
17094 "lazy_static",
17095 "log",
17096 "symphonia-core",
17097 "symphonia-metadata",
17098]
17099
17100[[package]]
17101name = "symphonia-codec-aac"
17102version = "0.5.5"
17103source = "registry+https://github.com/rust-lang/crates.io-index"
17104checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17105dependencies = [
17106 "lazy_static",
17107 "log",
17108 "symphonia-core",
17109]
17110
17111[[package]]
17112name = "symphonia-codec-pcm"
17113version = "0.5.5"
17114source = "registry+https://github.com/rust-lang/crates.io-index"
17115checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17116dependencies = [
17117 "log",
17118 "symphonia-core",
17119]
17120
17121[[package]]
17122name = "symphonia-codec-vorbis"
17123version = "0.5.5"
17124source = "registry+https://github.com/rust-lang/crates.io-index"
17125checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17126dependencies = [
17127 "log",
17128 "symphonia-core",
17129 "symphonia-utils-xiph",
17130]
17131
17132[[package]]
17133name = "symphonia-core"
17134version = "0.5.5"
17135source = "registry+https://github.com/rust-lang/crates.io-index"
17136checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17137dependencies = [
17138 "arrayvec",
17139 "bitflags 1.3.2",
17140 "bytemuck",
17141 "lazy_static",
17142 "log",
17143]
17144
17145[[package]]
17146name = "symphonia-format-isomp4"
17147version = "0.5.5"
17148source = "registry+https://github.com/rust-lang/crates.io-index"
17149checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17150dependencies = [
17151 "encoding_rs",
17152 "log",
17153 "symphonia-core",
17154 "symphonia-metadata",
17155 "symphonia-utils-xiph",
17156]
17157
17158[[package]]
17159name = "symphonia-format-ogg"
17160version = "0.5.5"
17161source = "registry+https://github.com/rust-lang/crates.io-index"
17162checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17163dependencies = [
17164 "log",
17165 "symphonia-core",
17166 "symphonia-metadata",
17167 "symphonia-utils-xiph",
17168]
17169
17170[[package]]
17171name = "symphonia-format-riff"
17172version = "0.5.5"
17173source = "registry+https://github.com/rust-lang/crates.io-index"
17174checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17175dependencies = [
17176 "extended",
17177 "log",
17178 "symphonia-core",
17179 "symphonia-metadata",
17180]
17181
17182[[package]]
17183name = "symphonia-metadata"
17184version = "0.5.5"
17185source = "registry+https://github.com/rust-lang/crates.io-index"
17186checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17187dependencies = [
17188 "encoding_rs",
17189 "lazy_static",
17190 "log",
17191 "symphonia-core",
17192]
17193
17194[[package]]
17195name = "symphonia-utils-xiph"
17196version = "0.5.5"
17197source = "registry+https://github.com/rust-lang/crates.io-index"
17198checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17199dependencies = [
17200 "symphonia-core",
17201 "symphonia-metadata",
17202]
17203
17204[[package]]
17205name = "syn"
17206version = "1.0.109"
17207source = "registry+https://github.com/rust-lang/crates.io-index"
17208checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17209dependencies = [
17210 "proc-macro2",
17211 "quote",
17212 "unicode-ident",
17213]
17214
17215[[package]]
17216name = "syn"
17217version = "2.0.117"
17218source = "registry+https://github.com/rust-lang/crates.io-index"
17219checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17220dependencies = [
17221 "proc-macro2",
17222 "quote",
17223 "unicode-ident",
17224]
17225
17226[[package]]
17227name = "sync_wrapper"
17228version = "0.1.2"
17229source = "registry+https://github.com/rust-lang/crates.io-index"
17230checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17231
17232[[package]]
17233name = "sync_wrapper"
17234version = "1.0.2"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17237dependencies = [
17238 "futures-core",
17239]
17240
17241[[package]]
17242name = "synchronoise"
17243version = "1.0.1"
17244source = "registry+https://github.com/rust-lang/crates.io-index"
17245checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17246dependencies = [
17247 "crossbeam-queue",
17248]
17249
17250[[package]]
17251name = "synstructure"
17252version = "0.13.2"
17253source = "registry+https://github.com/rust-lang/crates.io-index"
17254checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17255dependencies = [
17256 "proc-macro2",
17257 "quote",
17258 "syn 2.0.117",
17259]
17260
17261[[package]]
17262name = "syntax_theme"
17263version = "0.1.0"
17264dependencies = [
17265 "gpui",
17266 "serde",
17267 "serde_json",
17268]
17269
17270[[package]]
17271name = "sys-locale"
17272version = "0.3.2"
17273source = "registry+https://github.com/rust-lang/crates.io-index"
17274checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17275dependencies = [
17276 "libc",
17277]
17278
17279[[package]]
17280name = "sysctl"
17281version = "0.5.5"
17282source = "registry+https://github.com/rust-lang/crates.io-index"
17283checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17284dependencies = [
17285 "bitflags 2.10.0",
17286 "byteorder",
17287 "enum-as-inner",
17288 "libc",
17289 "thiserror 1.0.69",
17290 "walkdir",
17291]
17292
17293[[package]]
17294name = "sysctl"
17295version = "0.6.0"
17296source = "registry+https://github.com/rust-lang/crates.io-index"
17297checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17298dependencies = [
17299 "bitflags 2.10.0",
17300 "byteorder",
17301 "enum-as-inner",
17302 "libc",
17303 "thiserror 1.0.69",
17304 "walkdir",
17305]
17306
17307[[package]]
17308name = "sysinfo"
17309version = "0.31.4"
17310source = "registry+https://github.com/rust-lang/crates.io-index"
17311checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17312dependencies = [
17313 "core-foundation-sys",
17314 "libc",
17315 "memchr",
17316 "ntapi",
17317 "rayon",
17318 "windows 0.57.0",
17319]
17320
17321[[package]]
17322name = "sysinfo"
17323version = "0.37.2"
17324source = "registry+https://github.com/rust-lang/crates.io-index"
17325checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17326dependencies = [
17327 "libc",
17328 "memchr",
17329 "ntapi",
17330 "objc2-core-foundation",
17331 "objc2-io-kit",
17332 "windows 0.61.3",
17333]
17334
17335[[package]]
17336name = "system-configuration"
17337version = "0.5.1"
17338source = "registry+https://github.com/rust-lang/crates.io-index"
17339checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17340dependencies = [
17341 "bitflags 1.3.2",
17342 "core-foundation 0.9.4",
17343 "system-configuration-sys 0.5.0",
17344]
17345
17346[[package]]
17347name = "system-configuration"
17348version = "0.6.1"
17349source = "registry+https://github.com/rust-lang/crates.io-index"
17350checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17351dependencies = [
17352 "bitflags 2.10.0",
17353 "core-foundation 0.9.4",
17354 "system-configuration-sys 0.6.0",
17355]
17356
17357[[package]]
17358name = "system-configuration-sys"
17359version = "0.5.0"
17360source = "registry+https://github.com/rust-lang/crates.io-index"
17361checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17362dependencies = [
17363 "core-foundation-sys",
17364 "libc",
17365]
17366
17367[[package]]
17368name = "system-configuration-sys"
17369version = "0.6.0"
17370source = "registry+https://github.com/rust-lang/crates.io-index"
17371checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17372dependencies = [
17373 "core-foundation-sys",
17374 "libc",
17375]
17376
17377[[package]]
17378name = "system-deps"
17379version = "7.0.7"
17380source = "registry+https://github.com/rust-lang/crates.io-index"
17381checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17382dependencies = [
17383 "cfg-expr",
17384 "heck 0.5.0",
17385 "pkg-config",
17386 "toml 0.9.8",
17387 "version-compare",
17388]
17389
17390[[package]]
17391name = "system-interface"
17392version = "0.27.3"
17393source = "registry+https://github.com/rust-lang/crates.io-index"
17394checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17395dependencies = [
17396 "bitflags 2.10.0",
17397 "cap-fs-ext",
17398 "cap-std",
17399 "fd-lock",
17400 "io-lifetimes",
17401 "rustix 0.38.44",
17402 "windows-sys 0.59.0",
17403 "winx",
17404]
17405
17406[[package]]
17407name = "system_specs"
17408version = "0.1.0"
17409dependencies = [
17410 "anyhow",
17411 "client",
17412 "gpui",
17413 "human_bytes",
17414 "pciid-parser",
17415 "release_channel",
17416 "semver",
17417 "serde",
17418 "sysinfo 0.37.2",
17419]
17420
17421[[package]]
17422name = "tab_switcher"
17423version = "0.1.0"
17424dependencies = [
17425 "collections",
17426 "ctor",
17427 "editor",
17428 "fuzzy",
17429 "gpui",
17430 "menu",
17431 "picker",
17432 "project",
17433 "schemars",
17434 "serde",
17435 "serde_json",
17436 "settings",
17437 "smol",
17438 "theme",
17439 "theme_settings",
17440 "ui",
17441 "util",
17442 "workspace",
17443 "zlog",
17444]
17445
17446[[package]]
17447name = "taffy"
17448version = "0.9.0"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17451dependencies = [
17452 "arrayvec",
17453 "grid",
17454 "serde",
17455 "slotmap",
17456]
17457
17458[[package]]
17459name = "tagptr"
17460version = "0.2.0"
17461source = "registry+https://github.com/rust-lang/crates.io-index"
17462checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17463
17464[[package]]
17465name = "take-until"
17466version = "0.2.0"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17469
17470[[package]]
17471name = "tao-core-video-sys"
17472version = "0.2.0"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17475dependencies = [
17476 "cfg-if",
17477 "core-foundation-sys",
17478 "libc",
17479 "objc",
17480]
17481
17482[[package]]
17483name = "tap"
17484version = "1.0.1"
17485source = "registry+https://github.com/rust-lang/crates.io-index"
17486checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17487
17488[[package]]
17489name = "target-lexicon"
17490version = "0.13.3"
17491source = "registry+https://github.com/rust-lang/crates.io-index"
17492checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17493
17494[[package]]
17495name = "task"
17496version = "0.1.0"
17497dependencies = [
17498 "anyhow",
17499 "collections",
17500 "futures 0.3.32",
17501 "gpui",
17502 "hex",
17503 "log",
17504 "parking_lot",
17505 "pretty_assertions",
17506 "proto",
17507 "schemars",
17508 "serde",
17509 "serde_json",
17510 "serde_json_lenient",
17511 "sha2",
17512 "shellexpand",
17513 "util",
17514 "zed_actions",
17515]
17516
17517[[package]]
17518name = "tasks_ui"
17519version = "0.1.0"
17520dependencies = [
17521 "anyhow",
17522 "collections",
17523 "editor",
17524 "file_icons",
17525 "fuzzy",
17526 "gpui",
17527 "itertools 0.14.0",
17528 "language",
17529 "menu",
17530 "picker",
17531 "project",
17532 "serde",
17533 "serde_json",
17534 "task",
17535 "tree-sitter-rust",
17536 "tree-sitter-typescript",
17537 "ui",
17538 "util",
17539 "workspace",
17540 "zed_actions",
17541]
17542
17543[[package]]
17544name = "telemetry"
17545version = "0.1.0"
17546dependencies = [
17547 "futures 0.3.32",
17548 "serde",
17549 "serde_json",
17550 "telemetry_events",
17551]
17552
17553[[package]]
17554name = "telemetry_events"
17555version = "0.1.0"
17556dependencies = [
17557 "semver",
17558 "serde",
17559 "serde_json",
17560]
17561
17562[[package]]
17563name = "tempfile"
17564version = "3.23.0"
17565source = "registry+https://github.com/rust-lang/crates.io-index"
17566checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17567dependencies = [
17568 "fastrand 2.3.0",
17569 "getrandom 0.3.4",
17570 "once_cell",
17571 "rustix 1.1.2",
17572 "windows-sys 0.61.2",
17573]
17574
17575[[package]]
17576name = "tendril"
17577version = "0.4.3"
17578source = "registry+https://github.com/rust-lang/crates.io-index"
17579checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17580dependencies = [
17581 "futf",
17582 "mac",
17583 "utf-8",
17584]
17585
17586[[package]]
17587name = "termcolor"
17588version = "1.4.1"
17589source = "registry+https://github.com/rust-lang/crates.io-index"
17590checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17591dependencies = [
17592 "winapi-util",
17593]
17594
17595[[package]]
17596name = "terminal"
17597version = "0.1.0"
17598dependencies = [
17599 "alacritty_terminal",
17600 "anyhow",
17601 "collections",
17602 "futures 0.3.32",
17603 "gpui",
17604 "itertools 0.14.0",
17605 "libc",
17606 "log",
17607 "parking_lot",
17608 "rand 0.9.3",
17609 "regex",
17610 "release_channel",
17611 "schemars",
17612 "serde",
17613 "settings",
17614 "smol",
17615 "sysinfo 0.37.2",
17616 "task",
17617 "theme",
17618 "theme_settings",
17619 "thiserror 2.0.17",
17620 "url",
17621 "urlencoding",
17622 "util",
17623 "util_macros",
17624 "windows 0.61.3",
17625]
17626
17627[[package]]
17628name = "terminal_size"
17629version = "0.4.3"
17630source = "registry+https://github.com/rust-lang/crates.io-index"
17631checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17632dependencies = [
17633 "rustix 1.1.2",
17634 "windows-sys 0.60.2",
17635]
17636
17637[[package]]
17638name = "terminal_view"
17639version = "0.1.0"
17640dependencies = [
17641 "anyhow",
17642 "async-recursion",
17643 "breadcrumbs",
17644 "collections",
17645 "db",
17646 "dirs",
17647 "editor",
17648 "futures 0.3.32",
17649 "gpui",
17650 "itertools 0.14.0",
17651 "language",
17652 "log",
17653 "menu",
17654 "pretty_assertions",
17655 "project",
17656 "regex",
17657 "schemars",
17658 "serde",
17659 "serde_json",
17660 "settings",
17661 "shellexpand",
17662 "task",
17663 "terminal",
17664 "theme",
17665 "theme_settings",
17666 "ui",
17667 "util",
17668 "workspace",
17669 "zed_actions",
17670]
17671
17672[[package]]
17673name = "text"
17674version = "0.1.0"
17675dependencies = [
17676 "anyhow",
17677 "clock",
17678 "collections",
17679 "ctor",
17680 "gpui",
17681 "log",
17682 "parking_lot",
17683 "postage",
17684 "rand 0.9.3",
17685 "regex",
17686 "rope",
17687 "smallvec",
17688 "sum_tree",
17689 "util",
17690 "zlog",
17691]
17692
17693[[package]]
17694name = "theme"
17695version = "0.1.0"
17696dependencies = [
17697 "anyhow",
17698 "collections",
17699 "gpui",
17700 "palette",
17701 "parking_lot",
17702 "refineable",
17703 "schemars",
17704 "serde",
17705 "serde_json",
17706 "serde_json_lenient",
17707 "strum 0.27.2",
17708 "syntax_theme",
17709 "thiserror 2.0.17",
17710 "uuid",
17711]
17712
17713[[package]]
17714name = "theme_extension"
17715version = "0.1.0"
17716dependencies = [
17717 "anyhow",
17718 "extension",
17719 "fs",
17720 "gpui",
17721 "theme",
17722 "theme_settings",
17723]
17724
17725[[package]]
17726name = "theme_importer"
17727version = "0.1.0"
17728dependencies = [
17729 "anyhow",
17730 "clap",
17731 "collections",
17732 "gpui",
17733 "indexmap",
17734 "log",
17735 "palette",
17736 "serde",
17737 "serde_json",
17738 "serde_json_lenient",
17739 "simplelog",
17740 "strum 0.27.2",
17741 "theme",
17742 "theme_settings",
17743 "vscode_theme",
17744]
17745
17746[[package]]
17747name = "theme_selector"
17748version = "0.1.0"
17749dependencies = [
17750 "editor",
17751 "fs",
17752 "fuzzy",
17753 "gpui",
17754 "log",
17755 "picker",
17756 "project",
17757 "serde",
17758 "serde_json",
17759 "settings",
17760 "telemetry",
17761 "theme",
17762 "theme_settings",
17763 "ui",
17764 "util",
17765 "workspace",
17766 "zed_actions",
17767]
17768
17769[[package]]
17770name = "theme_settings"
17771version = "0.1.0"
17772dependencies = [
17773 "anyhow",
17774 "collections",
17775 "gpui",
17776 "gpui_util",
17777 "log",
17778 "palette",
17779 "refineable",
17780 "schemars",
17781 "serde",
17782 "serde_json",
17783 "serde_json_lenient",
17784 "settings",
17785 "theme",
17786 "uuid",
17787]
17788
17789[[package]]
17790name = "thiserror"
17791version = "1.0.69"
17792source = "registry+https://github.com/rust-lang/crates.io-index"
17793checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17794dependencies = [
17795 "thiserror-impl 1.0.69",
17796]
17797
17798[[package]]
17799name = "thiserror"
17800version = "2.0.17"
17801source = "registry+https://github.com/rust-lang/crates.io-index"
17802checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17803dependencies = [
17804 "thiserror-impl 2.0.17",
17805]
17806
17807[[package]]
17808name = "thiserror-impl"
17809version = "1.0.69"
17810source = "registry+https://github.com/rust-lang/crates.io-index"
17811checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17812dependencies = [
17813 "proc-macro2",
17814 "quote",
17815 "syn 2.0.117",
17816]
17817
17818[[package]]
17819name = "thiserror-impl"
17820version = "2.0.17"
17821source = "registry+https://github.com/rust-lang/crates.io-index"
17822checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17823dependencies = [
17824 "proc-macro2",
17825 "quote",
17826 "syn 2.0.117",
17827]
17828
17829[[package]]
17830name = "thread_local"
17831version = "1.1.9"
17832source = "registry+https://github.com/rust-lang/crates.io-index"
17833checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17834dependencies = [
17835 "cfg-if",
17836]
17837
17838[[package]]
17839name = "tiff"
17840version = "0.11.3"
17841source = "registry+https://github.com/rust-lang/crates.io-index"
17842checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17843dependencies = [
17844 "fax",
17845 "flate2",
17846 "half",
17847 "quick-error 2.0.1",
17848 "weezl",
17849 "zune-jpeg 0.5.15",
17850]
17851
17852[[package]]
17853name = "tiktoken-rs"
17854version = "0.9.1"
17855source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17856dependencies = [
17857 "anyhow",
17858 "base64 0.22.1",
17859 "bstr",
17860 "fancy-regex 0.16.2",
17861 "lazy_static",
17862 "regex",
17863 "rustc-hash 1.1.0",
17864]
17865
17866[[package]]
17867name = "time"
17868version = "0.3.47"
17869source = "registry+https://github.com/rust-lang/crates.io-index"
17870checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17871dependencies = [
17872 "deranged",
17873 "itoa",
17874 "libc",
17875 "num-conv",
17876 "num_threads",
17877 "powerfmt",
17878 "serde_core",
17879 "time-core",
17880 "time-macros",
17881]
17882
17883[[package]]
17884name = "time-core"
17885version = "0.1.8"
17886source = "registry+https://github.com/rust-lang/crates.io-index"
17887checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17888
17889[[package]]
17890name = "time-macros"
17891version = "0.2.27"
17892source = "registry+https://github.com/rust-lang/crates.io-index"
17893checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17894dependencies = [
17895 "num-conv",
17896 "time-core",
17897]
17898
17899[[package]]
17900name = "time_format"
17901version = "0.1.0"
17902dependencies = [
17903 "core-foundation 0.10.0",
17904 "core-foundation-sys",
17905 "sys-locale",
17906 "time",
17907 "windows 0.61.3",
17908]
17909
17910[[package]]
17911name = "tiny-keccak"
17912version = "2.0.2"
17913source = "registry+https://github.com/rust-lang/crates.io-index"
17914checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17915dependencies = [
17916 "crunchy",
17917]
17918
17919[[package]]
17920name = "tiny-skia"
17921version = "0.11.4"
17922source = "registry+https://github.com/rust-lang/crates.io-index"
17923checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17924dependencies = [
17925 "arrayref",
17926 "arrayvec",
17927 "bytemuck",
17928 "cfg-if",
17929 "log",
17930 "png 0.17.16",
17931 "tiny-skia-path",
17932]
17933
17934[[package]]
17935name = "tiny-skia-path"
17936version = "0.11.4"
17937source = "registry+https://github.com/rust-lang/crates.io-index"
17938checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17939dependencies = [
17940 "arrayref",
17941 "bytemuck",
17942 "strict-num",
17943]
17944
17945[[package]]
17946name = "tiny_http"
17947version = "0.12.0"
17948source = "registry+https://github.com/rust-lang/crates.io-index"
17949checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17950dependencies = [
17951 "ascii",
17952 "chunked_transfer",
17953 "httpdate",
17954 "log",
17955]
17956
17957[[package]]
17958name = "tinystr"
17959version = "0.8.1"
17960source = "registry+https://github.com/rust-lang/crates.io-index"
17961checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17962dependencies = [
17963 "displaydoc",
17964 "zerovec",
17965]
17966
17967[[package]]
17968name = "tinytemplate"
17969version = "1.2.1"
17970source = "registry+https://github.com/rust-lang/crates.io-index"
17971checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17972dependencies = [
17973 "serde",
17974 "serde_json",
17975]
17976
17977[[package]]
17978name = "tinyvec"
17979version = "1.10.0"
17980source = "registry+https://github.com/rust-lang/crates.io-index"
17981checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17982dependencies = [
17983 "tinyvec_macros",
17984]
17985
17986[[package]]
17987name = "tinyvec_macros"
17988version = "0.1.1"
17989source = "registry+https://github.com/rust-lang/crates.io-index"
17990checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17991
17992[[package]]
17993name = "title_bar"
17994version = "0.1.0"
17995dependencies = [
17996 "anyhow",
17997 "auto_update",
17998 "call",
17999 "channel",
18000 "chrono",
18001 "client",
18002 "cloud_api_types",
18003 "db",
18004 "git_ui",
18005 "gpui",
18006 "icons",
18007 "livekit_client",
18008 "notifications",
18009 "platform_title_bar",
18010 "project",
18011 "recent_projects",
18012 "release_channel",
18013 "remote",
18014 "remote_connection",
18015 "rpc",
18016 "schemars",
18017 "semver",
18018 "serde",
18019 "settings",
18020 "smallvec",
18021 "telemetry",
18022 "theme",
18023 "ui",
18024 "util",
18025 "windows 0.61.3",
18026 "workspace",
18027 "zed_actions",
18028]
18029
18030[[package]]
18031name = "tokio"
18032version = "1.48.0"
18033source = "registry+https://github.com/rust-lang/crates.io-index"
18034checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18035dependencies = [
18036 "bytes 1.11.1",
18037 "libc",
18038 "mio 1.1.0",
18039 "parking_lot",
18040 "pin-project-lite",
18041 "signal-hook-registry",
18042 "socket2 0.6.1",
18043 "tokio-macros",
18044 "windows-sys 0.61.2",
18045]
18046
18047[[package]]
18048name = "tokio-io"
18049version = "0.1.13"
18050source = "registry+https://github.com/rust-lang/crates.io-index"
18051checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18052dependencies = [
18053 "bytes 0.4.12",
18054 "futures 0.1.31",
18055 "log",
18056]
18057
18058[[package]]
18059name = "tokio-macros"
18060version = "2.6.0"
18061source = "registry+https://github.com/rust-lang/crates.io-index"
18062checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18063dependencies = [
18064 "proc-macro2",
18065 "quote",
18066 "syn 2.0.117",
18067]
18068
18069[[package]]
18070name = "tokio-native-tls"
18071version = "0.3.1"
18072source = "registry+https://github.com/rust-lang/crates.io-index"
18073checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18074dependencies = [
18075 "native-tls",
18076 "tokio",
18077]
18078
18079[[package]]
18080name = "tokio-rustls"
18081version = "0.24.1"
18082source = "registry+https://github.com/rust-lang/crates.io-index"
18083checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18084dependencies = [
18085 "rustls 0.21.12",
18086 "tokio",
18087]
18088
18089[[package]]
18090name = "tokio-rustls"
18091version = "0.26.2"
18092source = "registry+https://github.com/rust-lang/crates.io-index"
18093checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18094dependencies = [
18095 "rustls 0.23.33",
18096 "tokio",
18097]
18098
18099[[package]]
18100name = "tokio-socks"
18101version = "0.5.2"
18102source = "registry+https://github.com/rust-lang/crates.io-index"
18103checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18104dependencies = [
18105 "either",
18106 "futures-io",
18107 "futures-util",
18108 "thiserror 1.0.69",
18109 "tokio",
18110]
18111
18112[[package]]
18113name = "tokio-stream"
18114version = "0.1.17"
18115source = "registry+https://github.com/rust-lang/crates.io-index"
18116checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18117dependencies = [
18118 "futures-core",
18119 "pin-project-lite",
18120 "tokio",
18121]
18122
18123[[package]]
18124name = "tokio-tungstenite"
18125version = "0.20.1"
18126source = "registry+https://github.com/rust-lang/crates.io-index"
18127checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18128dependencies = [
18129 "futures-util",
18130 "log",
18131 "tokio",
18132 "tungstenite 0.20.1",
18133]
18134
18135[[package]]
18136name = "tokio-tungstenite"
18137version = "0.21.0"
18138source = "registry+https://github.com/rust-lang/crates.io-index"
18139checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18140dependencies = [
18141 "futures-util",
18142 "log",
18143 "tokio",
18144 "tungstenite 0.21.0",
18145]
18146
18147[[package]]
18148name = "tokio-tungstenite"
18149version = "0.28.0"
18150source = "registry+https://github.com/rust-lang/crates.io-index"
18151checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18152dependencies = [
18153 "futures-util",
18154 "log",
18155 "rustls 0.23.33",
18156 "rustls-native-certs 0.8.2",
18157 "rustls-pki-types",
18158 "tokio",
18159 "tokio-rustls 0.26.2",
18160 "tungstenite 0.28.0",
18161]
18162
18163[[package]]
18164name = "tokio-util"
18165version = "0.7.16"
18166source = "registry+https://github.com/rust-lang/crates.io-index"
18167checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18168dependencies = [
18169 "bytes 1.11.1",
18170 "futures-core",
18171 "futures-io",
18172 "futures-sink",
18173 "pin-project-lite",
18174 "tokio",
18175]
18176
18177[[package]]
18178name = "toml"
18179version = "0.5.11"
18180source = "registry+https://github.com/rust-lang/crates.io-index"
18181checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18182dependencies = [
18183 "serde",
18184]
18185
18186[[package]]
18187name = "toml"
18188version = "0.8.23"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18191dependencies = [
18192 "serde",
18193 "serde_spanned 0.6.9",
18194 "toml_datetime 0.6.11",
18195 "toml_edit 0.22.27",
18196]
18197
18198[[package]]
18199name = "toml"
18200version = "0.9.8"
18201source = "registry+https://github.com/rust-lang/crates.io-index"
18202checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18203dependencies = [
18204 "indexmap",
18205 "serde_core",
18206 "serde_spanned 1.0.3",
18207 "toml_datetime 0.7.3",
18208 "toml_parser",
18209 "toml_writer",
18210 "winnow",
18211]
18212
18213[[package]]
18214name = "toml_datetime"
18215version = "0.6.11"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18218dependencies = [
18219 "serde",
18220]
18221
18222[[package]]
18223name = "toml_datetime"
18224version = "0.7.3"
18225source = "registry+https://github.com/rust-lang/crates.io-index"
18226checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18227dependencies = [
18228 "serde_core",
18229]
18230
18231[[package]]
18232name = "toml_edit"
18233version = "0.22.27"
18234source = "registry+https://github.com/rust-lang/crates.io-index"
18235checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18236dependencies = [
18237 "indexmap",
18238 "serde",
18239 "serde_spanned 0.6.9",
18240 "toml_datetime 0.6.11",
18241 "toml_write",
18242 "winnow",
18243]
18244
18245[[package]]
18246name = "toml_edit"
18247version = "0.23.7"
18248source = "registry+https://github.com/rust-lang/crates.io-index"
18249checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18250dependencies = [
18251 "indexmap",
18252 "toml_datetime 0.7.3",
18253 "toml_parser",
18254 "winnow",
18255]
18256
18257[[package]]
18258name = "toml_parser"
18259version = "1.0.4"
18260source = "registry+https://github.com/rust-lang/crates.io-index"
18261checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18262dependencies = [
18263 "winnow",
18264]
18265
18266[[package]]
18267name = "toml_write"
18268version = "0.1.2"
18269source = "registry+https://github.com/rust-lang/crates.io-index"
18270checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18271
18272[[package]]
18273name = "toml_writer"
18274version = "1.0.4"
18275source = "registry+https://github.com/rust-lang/crates.io-index"
18276checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18277
18278[[package]]
18279name = "toolchain_selector"
18280version = "0.1.0"
18281dependencies = [
18282 "anyhow",
18283 "convert_case 0.8.0",
18284 "editor",
18285 "futures 0.3.32",
18286 "fuzzy",
18287 "gpui",
18288 "language",
18289 "menu",
18290 "open_path_prompt",
18291 "picker",
18292 "project",
18293 "ui",
18294 "util",
18295 "workspace",
18296]
18297
18298[[package]]
18299name = "topological-sort"
18300version = "0.2.2"
18301source = "registry+https://github.com/rust-lang/crates.io-index"
18302checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18303
18304[[package]]
18305name = "tower"
18306version = "0.4.13"
18307source = "registry+https://github.com/rust-lang/crates.io-index"
18308checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18309dependencies = [
18310 "futures-core",
18311 "futures-util",
18312 "pin-project",
18313 "pin-project-lite",
18314 "tokio",
18315 "tower-layer",
18316 "tower-service",
18317 "tracing",
18318]
18319
18320[[package]]
18321name = "tower"
18322version = "0.5.2"
18323source = "registry+https://github.com/rust-lang/crates.io-index"
18324checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18325dependencies = [
18326 "futures-core",
18327 "futures-util",
18328 "pin-project-lite",
18329 "sync_wrapper 1.0.2",
18330 "tokio",
18331 "tokio-util",
18332 "tower-layer",
18333 "tower-service",
18334 "tracing",
18335]
18336
18337[[package]]
18338name = "tower-http"
18339version = "0.4.4"
18340source = "registry+https://github.com/rust-lang/crates.io-index"
18341checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18342dependencies = [
18343 "bitflags 2.10.0",
18344 "bytes 1.11.1",
18345 "futures-core",
18346 "futures-util",
18347 "http 0.2.12",
18348 "http-body 0.4.6",
18349 "http-range-header",
18350 "pin-project-lite",
18351 "tower-layer",
18352 "tower-service",
18353 "tracing",
18354]
18355
18356[[package]]
18357name = "tower-http"
18358version = "0.6.6"
18359source = "registry+https://github.com/rust-lang/crates.io-index"
18360checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18361dependencies = [
18362 "bitflags 2.10.0",
18363 "bytes 1.11.1",
18364 "futures-util",
18365 "http 1.3.1",
18366 "http-body 1.0.1",
18367 "iri-string",
18368 "pin-project-lite",
18369 "tower 0.5.2",
18370 "tower-layer",
18371 "tower-service",
18372 "tracing",
18373]
18374
18375[[package]]
18376name = "tower-layer"
18377version = "0.3.3"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18380
18381[[package]]
18382name = "tower-service"
18383version = "0.3.3"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18386
18387[[package]]
18388name = "tracing"
18389version = "0.1.43"
18390source = "registry+https://github.com/rust-lang/crates.io-index"
18391checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18392dependencies = [
18393 "log",
18394 "pin-project-lite",
18395 "tracing-attributes",
18396 "tracing-core",
18397]
18398
18399[[package]]
18400name = "tracing-attributes"
18401version = "0.1.31"
18402source = "registry+https://github.com/rust-lang/crates.io-index"
18403checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18404dependencies = [
18405 "proc-macro2",
18406 "quote",
18407 "syn 2.0.117",
18408]
18409
18410[[package]]
18411name = "tracing-core"
18412version = "0.1.35"
18413source = "registry+https://github.com/rust-lang/crates.io-index"
18414checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18415dependencies = [
18416 "once_cell",
18417 "valuable",
18418]
18419
18420[[package]]
18421name = "tracing-log"
18422version = "0.2.0"
18423source = "registry+https://github.com/rust-lang/crates.io-index"
18424checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18425dependencies = [
18426 "log",
18427 "once_cell",
18428 "tracing-core",
18429]
18430
18431[[package]]
18432name = "tracing-serde"
18433version = "0.2.0"
18434source = "registry+https://github.com/rust-lang/crates.io-index"
18435checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18436dependencies = [
18437 "serde",
18438 "tracing-core",
18439]
18440
18441[[package]]
18442name = "tracing-subscriber"
18443version = "0.3.22"
18444source = "registry+https://github.com/rust-lang/crates.io-index"
18445checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18446dependencies = [
18447 "matchers",
18448 "nu-ansi-term",
18449 "once_cell",
18450 "regex-automata",
18451 "serde",
18452 "serde_json",
18453 "sharded-slab",
18454 "smallvec",
18455 "thread_local",
18456 "tracing",
18457 "tracing-core",
18458 "tracing-log",
18459 "tracing-serde",
18460]
18461
18462[[package]]
18463name = "tracing-tracy"
18464version = "0.11.4"
18465source = "registry+https://github.com/rust-lang/crates.io-index"
18466checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18467dependencies = [
18468 "tracing-core",
18469 "tracing-subscriber",
18470 "tracy-client",
18471]
18472
18473[[package]]
18474name = "tracy-client"
18475version = "0.18.3"
18476source = "registry+https://github.com/rust-lang/crates.io-index"
18477checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18478dependencies = [
18479 "loom",
18480 "once_cell",
18481 "tracy-client-sys",
18482]
18483
18484[[package]]
18485name = "tracy-client-sys"
18486version = "0.27.0"
18487source = "registry+https://github.com/rust-lang/crates.io-index"
18488checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18489dependencies = [
18490 "cc",
18491 "windows-targets 0.52.6",
18492]
18493
18494[[package]]
18495name = "transpose"
18496version = "0.2.3"
18497source = "registry+https://github.com/rust-lang/crates.io-index"
18498checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18499dependencies = [
18500 "num-integer",
18501 "strength_reduce",
18502]
18503
18504[[package]]
18505name = "trash"
18506version = "5.2.5"
18507source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18508dependencies = [
18509 "chrono",
18510 "libc",
18511 "log",
18512 "objc2",
18513 "objc2-foundation",
18514 "once_cell",
18515 "percent-encoding",
18516 "scopeguard",
18517 "urlencoding",
18518 "windows 0.56.0",
18519 "windows-core 0.56.0",
18520]
18521
18522[[package]]
18523name = "tree-sitter"
18524version = "0.26.8"
18525source = "registry+https://github.com/rust-lang/crates.io-index"
18526checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18527dependencies = [
18528 "cc",
18529 "regex",
18530 "regex-syntax",
18531 "serde_json",
18532 "streaming-iterator",
18533 "tree-sitter-language",
18534 "wasmtime-c-api-impl",
18535]
18536
18537[[package]]
18538name = "tree-sitter-bash"
18539version = "0.25.1"
18540source = "registry+https://github.com/rust-lang/crates.io-index"
18541checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18542dependencies = [
18543 "cc",
18544 "tree-sitter-language",
18545]
18546
18547[[package]]
18548name = "tree-sitter-c"
18549version = "0.24.1"
18550source = "registry+https://github.com/rust-lang/crates.io-index"
18551checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18552dependencies = [
18553 "cc",
18554 "tree-sitter-language",
18555]
18556
18557[[package]]
18558name = "tree-sitter-cpp"
18559version = "0.23.4"
18560source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18561dependencies = [
18562 "cc",
18563 "tree-sitter-language",
18564]
18565
18566[[package]]
18567name = "tree-sitter-css"
18568version = "0.23.2"
18569source = "registry+https://github.com/rust-lang/crates.io-index"
18570checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18571dependencies = [
18572 "cc",
18573 "tree-sitter-language",
18574]
18575
18576[[package]]
18577name = "tree-sitter-diff"
18578version = "0.1.0"
18579source = "registry+https://github.com/rust-lang/crates.io-index"
18580checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18581dependencies = [
18582 "cc",
18583 "tree-sitter-language",
18584]
18585
18586[[package]]
18587name = "tree-sitter-elixir"
18588version = "0.3.4"
18589source = "registry+https://github.com/rust-lang/crates.io-index"
18590checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18591dependencies = [
18592 "cc",
18593 "tree-sitter-language",
18594]
18595
18596[[package]]
18597name = "tree-sitter-embedded-template"
18598version = "0.23.2"
18599source = "registry+https://github.com/rust-lang/crates.io-index"
18600checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18601dependencies = [
18602 "cc",
18603 "tree-sitter-language",
18604]
18605
18606[[package]]
18607name = "tree-sitter-gitcommit"
18608version = "0.0.1"
18609source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18610dependencies = [
18611 "cc",
18612 "tree-sitter-language",
18613]
18614
18615[[package]]
18616name = "tree-sitter-go"
18617version = "0.25.0"
18618source = "registry+https://github.com/rust-lang/crates.io-index"
18619checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18620dependencies = [
18621 "cc",
18622 "tree-sitter-language",
18623]
18624
18625[[package]]
18626name = "tree-sitter-gomod"
18627version = "1.1.1"
18628source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18629dependencies = [
18630 "cc",
18631 "tree-sitter-language",
18632]
18633
18634[[package]]
18635name = "tree-sitter-gowork"
18636version = "0.0.1"
18637source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18638dependencies = [
18639 "cc",
18640 "tree-sitter-language",
18641]
18642
18643[[package]]
18644name = "tree-sitter-heex"
18645version = "0.0.1"
18646source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18647dependencies = [
18648 "cc",
18649 "tree-sitter-language",
18650]
18651
18652[[package]]
18653name = "tree-sitter-html"
18654version = "0.23.2"
18655source = "registry+https://github.com/rust-lang/crates.io-index"
18656checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18657dependencies = [
18658 "cc",
18659 "tree-sitter-language",
18660]
18661
18662[[package]]
18663name = "tree-sitter-jsdoc"
18664version = "0.23.2"
18665source = "registry+https://github.com/rust-lang/crates.io-index"
18666checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18667dependencies = [
18668 "cc",
18669 "tree-sitter-language",
18670]
18671
18672[[package]]
18673name = "tree-sitter-json"
18674version = "0.24.8"
18675source = "registry+https://github.com/rust-lang/crates.io-index"
18676checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18677dependencies = [
18678 "cc",
18679 "tree-sitter-language",
18680]
18681
18682[[package]]
18683name = "tree-sitter-language"
18684version = "0.1.5"
18685source = "registry+https://github.com/rust-lang/crates.io-index"
18686checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18687
18688[[package]]
18689name = "tree-sitter-md"
18690version = "0.3.2"
18691source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18692dependencies = [
18693 "cc",
18694 "tree-sitter-language",
18695]
18696
18697[[package]]
18698name = "tree-sitter-python"
18699version = "0.25.0"
18700source = "registry+https://github.com/rust-lang/crates.io-index"
18701checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18702dependencies = [
18703 "cc",
18704 "tree-sitter-language",
18705]
18706
18707[[package]]
18708name = "tree-sitter-regex"
18709version = "0.24.3"
18710source = "registry+https://github.com/rust-lang/crates.io-index"
18711checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18712dependencies = [
18713 "cc",
18714 "tree-sitter-language",
18715]
18716
18717[[package]]
18718name = "tree-sitter-ruby"
18719version = "0.23.1"
18720source = "registry+https://github.com/rust-lang/crates.io-index"
18721checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18722dependencies = [
18723 "cc",
18724 "tree-sitter-language",
18725]
18726
18727[[package]]
18728name = "tree-sitter-rust"
18729version = "0.24.2"
18730source = "registry+https://github.com/rust-lang/crates.io-index"
18731checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18732dependencies = [
18733 "cc",
18734 "tree-sitter-language",
18735]
18736
18737[[package]]
18738name = "tree-sitter-typescript"
18739version = "0.23.2"
18740source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18741dependencies = [
18742 "cc",
18743 "tree-sitter-language",
18744]
18745
18746[[package]]
18747name = "tree-sitter-yaml"
18748version = "0.6.1"
18749source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18750dependencies = [
18751 "cc",
18752 "tree-sitter-language",
18753]
18754
18755[[package]]
18756name = "triomphe"
18757version = "0.1.15"
18758source = "registry+https://github.com/rust-lang/crates.io-index"
18759checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18760dependencies = [
18761 "serde",
18762 "stable_deref_trait",
18763]
18764
18765[[package]]
18766name = "try-lock"
18767version = "0.2.5"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18770
18771[[package]]
18772name = "ttf-parser"
18773version = "0.20.0"
18774source = "registry+https://github.com/rust-lang/crates.io-index"
18775checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18776
18777[[package]]
18778name = "ttf-parser"
18779version = "0.25.1"
18780source = "registry+https://github.com/rust-lang/crates.io-index"
18781checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18782dependencies = [
18783 "core_maths",
18784]
18785
18786[[package]]
18787name = "tungstenite"
18788version = "0.20.1"
18789source = "registry+https://github.com/rust-lang/crates.io-index"
18790checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18791dependencies = [
18792 "byteorder",
18793 "bytes 1.11.1",
18794 "data-encoding",
18795 "http 0.2.12",
18796 "httparse",
18797 "log",
18798 "rand 0.8.5",
18799 "sha1",
18800 "thiserror 1.0.69",
18801 "url",
18802 "utf-8",
18803]
18804
18805[[package]]
18806name = "tungstenite"
18807version = "0.21.0"
18808source = "registry+https://github.com/rust-lang/crates.io-index"
18809checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18810dependencies = [
18811 "byteorder",
18812 "bytes 1.11.1",
18813 "data-encoding",
18814 "http 1.3.1",
18815 "httparse",
18816 "log",
18817 "rand 0.8.5",
18818 "sha1",
18819 "thiserror 1.0.69",
18820 "url",
18821 "utf-8",
18822]
18823
18824[[package]]
18825name = "tungstenite"
18826version = "0.27.0"
18827source = "registry+https://github.com/rust-lang/crates.io-index"
18828checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18829dependencies = [
18830 "bytes 1.11.1",
18831 "data-encoding",
18832 "http 1.3.1",
18833 "httparse",
18834 "log",
18835 "rand 0.9.3",
18836 "rustls 0.23.33",
18837 "rustls-pki-types",
18838 "sha1",
18839 "thiserror 2.0.17",
18840 "utf-8",
18841]
18842
18843[[package]]
18844name = "tungstenite"
18845version = "0.28.0"
18846source = "registry+https://github.com/rust-lang/crates.io-index"
18847checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18848dependencies = [
18849 "bytes 1.11.1",
18850 "data-encoding",
18851 "http 1.3.1",
18852 "httparse",
18853 "log",
18854 "rand 0.9.3",
18855 "rustls 0.23.33",
18856 "rustls-pki-types",
18857 "sha1",
18858 "thiserror 2.0.17",
18859 "utf-8",
18860]
18861
18862[[package]]
18863name = "typeid"
18864version = "1.0.3"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18867
18868[[package]]
18869name = "typenum"
18870version = "1.19.0"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18873
18874[[package]]
18875name = "ucd-trie"
18876version = "0.1.7"
18877source = "registry+https://github.com/rust-lang/crates.io-index"
18878checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18879
18880[[package]]
18881name = "uds"
18882version = "0.4.2"
18883source = "registry+https://github.com/rust-lang/crates.io-index"
18884checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18885dependencies = [
18886 "libc",
18887]
18888
18889[[package]]
18890name = "uds_windows"
18891version = "1.1.0"
18892source = "registry+https://github.com/rust-lang/crates.io-index"
18893checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18894dependencies = [
18895 "memoffset",
18896 "tempfile",
18897 "winapi",
18898]
18899
18900[[package]]
18901name = "ug"
18902version = "0.4.0"
18903source = "registry+https://github.com/rust-lang/crates.io-index"
18904checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18905dependencies = [
18906 "gemm 0.18.2",
18907 "half",
18908 "libloading",
18909 "memmap2",
18910 "num",
18911 "num-traits",
18912 "num_cpus",
18913 "rayon",
18914 "safetensors",
18915 "serde",
18916 "thiserror 1.0.69",
18917 "tracing",
18918 "yoke 0.7.5",
18919]
18920
18921[[package]]
18922name = "ui"
18923version = "0.1.0"
18924dependencies = [
18925 "chrono",
18926 "component",
18927 "documented",
18928 "gpui",
18929 "gpui_macros",
18930 "gpui_util",
18931 "icons",
18932 "itertools 0.14.0",
18933 "menu",
18934 "schemars",
18935 "serde",
18936 "smallvec",
18937 "strum 0.27.2",
18938 "theme",
18939 "ui_macros",
18940 "windows 0.61.3",
18941]
18942
18943[[package]]
18944name = "ui_input"
18945version = "0.1.0"
18946dependencies = [
18947 "component",
18948 "gpui",
18949 "ui",
18950]
18951
18952[[package]]
18953name = "ui_macros"
18954version = "0.1.0"
18955dependencies = [
18956 "component",
18957 "quote",
18958 "syn 2.0.117",
18959 "ui",
18960]
18961
18962[[package]]
18963name = "ui_prompt"
18964version = "0.1.0"
18965dependencies = [
18966 "gpui",
18967 "markdown",
18968 "menu",
18969 "settings",
18970 "theme_settings",
18971 "ui",
18972 "workspace",
18973]
18974
18975[[package]]
18976name = "unarray"
18977version = "0.1.4"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18980
18981[[package]]
18982name = "unicase"
18983version = "2.8.1"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18986
18987[[package]]
18988name = "unicode-bidi"
18989version = "0.3.18"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18992
18993[[package]]
18994name = "unicode-bidi-mirroring"
18995version = "0.4.0"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18998
18999[[package]]
19000name = "unicode-ccc"
19001version = "0.4.0"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
19004
19005[[package]]
19006name = "unicode-general-category"
19007version = "1.1.0"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
19010
19011[[package]]
19012name = "unicode-ident"
19013version = "1.0.19"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19016
19017[[package]]
19018name = "unicode-linebreak"
19019version = "0.1.5"
19020source = "registry+https://github.com/rust-lang/crates.io-index"
19021checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19022
19023[[package]]
19024name = "unicode-normalization"
19025version = "0.1.24"
19026source = "registry+https://github.com/rust-lang/crates.io-index"
19027checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19028dependencies = [
19029 "tinyvec",
19030]
19031
19032[[package]]
19033name = "unicode-properties"
19034version = "0.1.3"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19037
19038[[package]]
19039name = "unicode-script"
19040version = "0.5.8"
19041source = "registry+https://github.com/rust-lang/crates.io-index"
19042checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19043
19044[[package]]
19045name = "unicode-segmentation"
19046version = "1.12.0"
19047source = "registry+https://github.com/rust-lang/crates.io-index"
19048checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19049
19050[[package]]
19051name = "unicode-vo"
19052version = "0.1.0"
19053source = "registry+https://github.com/rust-lang/crates.io-index"
19054checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19055
19056[[package]]
19057name = "unicode-width"
19058version = "0.2.2"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19061
19062[[package]]
19063name = "unicode-xid"
19064version = "0.2.6"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19067
19068[[package]]
19069name = "unicode_categories"
19070version = "0.1.1"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19073
19074[[package]]
19075name = "unindent"
19076version = "0.2.4"
19077source = "registry+https://github.com/rust-lang/crates.io-index"
19078checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19079
19080[[package]]
19081name = "unsafe-libyaml"
19082version = "0.2.11"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19085
19086[[package]]
19087name = "untrusted"
19088version = "0.7.1"
19089source = "registry+https://github.com/rust-lang/crates.io-index"
19090checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19091
19092[[package]]
19093name = "untrusted"
19094version = "0.9.0"
19095source = "registry+https://github.com/rust-lang/crates.io-index"
19096checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19097
19098[[package]]
19099name = "url"
19100version = "2.5.7"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19103dependencies = [
19104 "form_urlencoded",
19105 "idna",
19106 "percent-encoding",
19107 "serde",
19108]
19109
19110[[package]]
19111name = "urlencoding"
19112version = "2.1.3"
19113source = "registry+https://github.com/rust-lang/crates.io-index"
19114checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19115
19116[[package]]
19117name = "usvg"
19118version = "0.45.1"
19119source = "registry+https://github.com/rust-lang/crates.io-index"
19120checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19121dependencies = [
19122 "base64 0.22.1",
19123 "data-url",
19124 "flate2",
19125 "fontdb 0.23.0",
19126 "imagesize",
19127 "kurbo",
19128 "log",
19129 "pico-args",
19130 "roxmltree",
19131 "rustybuzz",
19132 "simplecss",
19133 "siphasher 1.0.1",
19134 "strict-num",
19135 "svgtypes",
19136 "tiny-skia-path",
19137 "unicode-bidi",
19138 "unicode-script",
19139 "unicode-vo",
19140 "xmlwriter",
19141]
19142
19143[[package]]
19144name = "utf-8"
19145version = "0.7.6"
19146source = "registry+https://github.com/rust-lang/crates.io-index"
19147checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19148
19149[[package]]
19150name = "utf8-chars"
19151version = "3.0.6"
19152source = "registry+https://github.com/rust-lang/crates.io-index"
19153checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19154dependencies = [
19155 "arrayvec",
19156]
19157
19158[[package]]
19159name = "utf8_iter"
19160version = "1.0.4"
19161source = "registry+https://github.com/rust-lang/crates.io-index"
19162checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19163
19164[[package]]
19165name = "utf8parse"
19166version = "0.2.2"
19167source = "registry+https://github.com/rust-lang/crates.io-index"
19168checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19169
19170[[package]]
19171name = "util"
19172version = "0.1.0"
19173dependencies = [
19174 "anyhow",
19175 "async-fs",
19176 "async_zip",
19177 "collections",
19178 "command-fds",
19179 "dirs",
19180 "dunce",
19181 "futures 0.3.32",
19182 "futures-lite 1.13.0",
19183 "git2",
19184 "globset",
19185 "gpui_util",
19186 "itertools 0.14.0",
19187 "libc",
19188 "log",
19189 "mach2 0.5.0",
19190 "nix 0.29.0",
19191 "percent-encoding",
19192 "pretty_assertions",
19193 "rand 0.9.3",
19194 "regex",
19195 "rust-embed",
19196 "schemars",
19197 "serde",
19198 "serde_json",
19199 "serde_json_lenient",
19200 "shlex",
19201 "smol",
19202 "take-until",
19203 "tempfile",
19204 "tendril",
19205 "unicase",
19206 "url",
19207 "util_macros",
19208 "walkdir",
19209 "which 6.0.3",
19210]
19211
19212[[package]]
19213name = "util_macros"
19214version = "0.1.0"
19215dependencies = [
19216 "perf",
19217 "quote",
19218 "syn 2.0.117",
19219]
19220
19221[[package]]
19222name = "uuid"
19223version = "1.18.1"
19224source = "registry+https://github.com/rust-lang/crates.io-index"
19225checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19226dependencies = [
19227 "getrandom 0.3.4",
19228 "js-sys",
19229 "serde",
19230 "sha1_smol",
19231 "wasm-bindgen",
19232]
19233
19234[[package]]
19235name = "uuid-simd"
19236version = "0.8.0"
19237source = "registry+https://github.com/rust-lang/crates.io-index"
19238checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19239dependencies = [
19240 "outref",
19241 "vsimd",
19242]
19243
19244[[package]]
19245name = "v_frame"
19246version = "0.3.9"
19247source = "registry+https://github.com/rust-lang/crates.io-index"
19248checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19249dependencies = [
19250 "aligned-vec",
19251 "num-traits",
19252 "wasm-bindgen",
19253]
19254
19255[[package]]
19256name = "valuable"
19257version = "0.1.1"
19258source = "registry+https://github.com/rust-lang/crates.io-index"
19259checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19260
19261[[package]]
19262name = "value-bag"
19263version = "1.12.0"
19264source = "registry+https://github.com/rust-lang/crates.io-index"
19265checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19266dependencies = [
19267 "value-bag-serde1",
19268 "value-bag-sval2",
19269]
19270
19271[[package]]
19272name = "value-bag-serde1"
19273version = "1.12.0"
19274source = "registry+https://github.com/rust-lang/crates.io-index"
19275checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19276dependencies = [
19277 "erased-serde",
19278 "serde_core",
19279 "serde_fmt",
19280]
19281
19282[[package]]
19283name = "value-bag-sval2"
19284version = "1.12.0"
19285source = "registry+https://github.com/rust-lang/crates.io-index"
19286checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19287dependencies = [
19288 "sval",
19289 "sval_buffer",
19290 "sval_dynamic",
19291 "sval_fmt",
19292 "sval_json",
19293 "sval_ref",
19294 "sval_serde",
19295]
19296
19297[[package]]
19298name = "vcpkg"
19299version = "0.2.15"
19300source = "registry+https://github.com/rust-lang/crates.io-index"
19301checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19302
19303[[package]]
19304name = "vercel"
19305version = "0.1.0"
19306dependencies = [
19307 "anyhow",
19308 "schemars",
19309 "serde",
19310 "strum 0.27.2",
19311]
19312
19313[[package]]
19314name = "version-compare"
19315version = "0.2.0"
19316source = "registry+https://github.com/rust-lang/crates.io-index"
19317checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19318
19319[[package]]
19320name = "version_check"
19321version = "0.9.5"
19322source = "registry+https://github.com/rust-lang/crates.io-index"
19323checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19324
19325[[package]]
19326name = "vim"
19327version = "0.1.0"
19328dependencies = [
19329 "anyhow",
19330 "async-compat",
19331 "async-trait",
19332 "collections",
19333 "command_palette",
19334 "command_palette_hooks",
19335 "db",
19336 "editor",
19337 "env_logger 0.11.8",
19338 "futures 0.3.32",
19339 "fuzzy",
19340 "git_ui",
19341 "gpui",
19342 "indoc",
19343 "itertools 0.14.0",
19344 "language",
19345 "log",
19346 "lsp",
19347 "markdown_preview",
19348 "menu",
19349 "multi_buffer",
19350 "nvim-rs",
19351 "outline_panel",
19352 "parking_lot",
19353 "perf",
19354 "picker",
19355 "project",
19356 "project_panel",
19357 "regex",
19358 "release_channel",
19359 "schemars",
19360 "search",
19361 "semver",
19362 "serde",
19363 "serde_json",
19364 "settings",
19365 "settings_ui",
19366 "task",
19367 "text",
19368 "theme",
19369 "theme_settings",
19370 "tokio",
19371 "ui",
19372 "util",
19373 "util_macros",
19374 "vim_mode_setting",
19375 "workspace",
19376 "zed_actions",
19377]
19378
19379[[package]]
19380name = "vim_mode_setting"
19381version = "0.1.0"
19382dependencies = [
19383 "gpui",
19384 "settings",
19385]
19386
19387[[package]]
19388name = "vscode_theme"
19389version = "0.2.0"
19390source = "registry+https://github.com/rust-lang/crates.io-index"
19391checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19392dependencies = [
19393 "serde",
19394]
19395
19396[[package]]
19397name = "vsimd"
19398version = "0.8.0"
19399source = "registry+https://github.com/rust-lang/crates.io-index"
19400checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19401
19402[[package]]
19403name = "vswhom"
19404version = "0.1.0"
19405source = "registry+https://github.com/rust-lang/crates.io-index"
19406checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19407dependencies = [
19408 "libc",
19409 "vswhom-sys",
19410]
19411
19412[[package]]
19413name = "vswhom-sys"
19414version = "0.1.3"
19415source = "registry+https://github.com/rust-lang/crates.io-index"
19416checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19417dependencies = [
19418 "cc",
19419 "libc",
19420]
19421
19422[[package]]
19423name = "vte"
19424version = "0.15.0"
19425source = "registry+https://github.com/rust-lang/crates.io-index"
19426checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19427dependencies = [
19428 "arrayvec",
19429 "bitflags 2.10.0",
19430 "cursor-icon",
19431 "log",
19432 "memchr",
19433 "serde",
19434]
19435
19436[[package]]
19437name = "wait-timeout"
19438version = "0.2.1"
19439source = "registry+https://github.com/rust-lang/crates.io-index"
19440checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19441dependencies = [
19442 "libc",
19443]
19444
19445[[package]]
19446name = "waker-fn"
19447version = "1.2.0"
19448source = "registry+https://github.com/rust-lang/crates.io-index"
19449checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19450
19451[[package]]
19452name = "walkdir"
19453version = "2.5.0"
19454source = "registry+https://github.com/rust-lang/crates.io-index"
19455checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19456dependencies = [
19457 "same-file",
19458 "winapi-util",
19459]
19460
19461[[package]]
19462name = "want"
19463version = "0.3.1"
19464source = "registry+https://github.com/rust-lang/crates.io-index"
19465checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19466dependencies = [
19467 "try-lock",
19468]
19469
19470[[package]]
19471name = "warp"
19472version = "0.3.7"
19473source = "registry+https://github.com/rust-lang/crates.io-index"
19474checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19475dependencies = [
19476 "bytes 1.11.1",
19477 "futures-channel",
19478 "futures-util",
19479 "headers",
19480 "http 0.2.12",
19481 "hyper 0.14.32",
19482 "log",
19483 "mime",
19484 "mime_guess",
19485 "percent-encoding",
19486 "pin-project",
19487 "scoped-tls",
19488 "serde",
19489 "serde_json",
19490 "serde_urlencoded",
19491 "tokio",
19492 "tokio-tungstenite 0.21.0",
19493 "tokio-util",
19494 "tower-service",
19495 "tracing",
19496]
19497
19498[[package]]
19499name = "wasi"
19500version = "0.11.1+wasi-snapshot-preview1"
19501source = "registry+https://github.com/rust-lang/crates.io-index"
19502checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19503
19504[[package]]
19505name = "wasip2"
19506version = "1.0.1+wasi-0.2.4"
19507source = "registry+https://github.com/rust-lang/crates.io-index"
19508checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19509dependencies = [
19510 "wit-bindgen 0.46.0",
19511]
19512
19513[[package]]
19514name = "wasip3"
19515version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19516source = "registry+https://github.com/rust-lang/crates.io-index"
19517checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19518dependencies = [
19519 "wit-bindgen 0.51.0",
19520]
19521
19522[[package]]
19523name = "wasite"
19524version = "0.1.0"
19525source = "registry+https://github.com/rust-lang/crates.io-index"
19526checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19527
19528[[package]]
19529name = "wasm-bindgen"
19530version = "0.2.113"
19531source = "registry+https://github.com/rust-lang/crates.io-index"
19532checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19533dependencies = [
19534 "cfg-if",
19535 "once_cell",
19536 "rustversion",
19537 "wasm-bindgen-macro",
19538 "wasm-bindgen-shared",
19539]
19540
19541[[package]]
19542name = "wasm-bindgen-futures"
19543version = "0.4.63"
19544source = "registry+https://github.com/rust-lang/crates.io-index"
19545checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19546dependencies = [
19547 "cfg-if",
19548 "futures-util",
19549 "js-sys",
19550 "once_cell",
19551 "wasm-bindgen",
19552 "web-sys",
19553]
19554
19555[[package]]
19556name = "wasm-bindgen-macro"
19557version = "0.2.113"
19558source = "registry+https://github.com/rust-lang/crates.io-index"
19559checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19560dependencies = [
19561 "quote",
19562 "wasm-bindgen-macro-support",
19563]
19564
19565[[package]]
19566name = "wasm-bindgen-macro-support"
19567version = "0.2.113"
19568source = "registry+https://github.com/rust-lang/crates.io-index"
19569checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19570dependencies = [
19571 "bumpalo",
19572 "proc-macro2",
19573 "quote",
19574 "syn 2.0.117",
19575 "wasm-bindgen-shared",
19576]
19577
19578[[package]]
19579name = "wasm-bindgen-shared"
19580version = "0.2.113"
19581source = "registry+https://github.com/rust-lang/crates.io-index"
19582checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19583dependencies = [
19584 "unicode-ident",
19585]
19586
19587[[package]]
19588name = "wasm-encoder"
19589version = "0.201.0"
19590source = "registry+https://github.com/rust-lang/crates.io-index"
19591checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19592dependencies = [
19593 "leb128",
19594]
19595
19596[[package]]
19597name = "wasm-encoder"
19598version = "0.221.3"
19599source = "registry+https://github.com/rust-lang/crates.io-index"
19600checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19601dependencies = [
19602 "leb128",
19603 "wasmparser 0.221.3",
19604]
19605
19606[[package]]
19607name = "wasm-encoder"
19608version = "0.227.1"
19609source = "registry+https://github.com/rust-lang/crates.io-index"
19610checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19611dependencies = [
19612 "leb128fmt",
19613 "wasmparser 0.227.1",
19614]
19615
19616[[package]]
19617name = "wasm-encoder"
19618version = "0.236.1"
19619source = "registry+https://github.com/rust-lang/crates.io-index"
19620checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19621dependencies = [
19622 "leb128fmt",
19623 "wasmparser 0.236.1",
19624]
19625
19626[[package]]
19627name = "wasm-encoder"
19628version = "0.244.0"
19629source = "registry+https://github.com/rust-lang/crates.io-index"
19630checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19631dependencies = [
19632 "leb128fmt",
19633 "wasmparser 0.244.0",
19634]
19635
19636[[package]]
19637name = "wasm-metadata"
19638version = "0.201.0"
19639source = "registry+https://github.com/rust-lang/crates.io-index"
19640checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19641dependencies = [
19642 "anyhow",
19643 "indexmap",
19644 "serde",
19645 "serde_derive",
19646 "serde_json",
19647 "spdx",
19648 "wasm-encoder 0.201.0",
19649 "wasmparser 0.201.0",
19650]
19651
19652[[package]]
19653name = "wasm-metadata"
19654version = "0.227.1"
19655source = "registry+https://github.com/rust-lang/crates.io-index"
19656checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19657dependencies = [
19658 "anyhow",
19659 "auditable-serde",
19660 "flate2",
19661 "indexmap",
19662 "serde",
19663 "serde_derive",
19664 "serde_json",
19665 "spdx",
19666 "url",
19667 "wasm-encoder 0.227.1",
19668 "wasmparser 0.227.1",
19669]
19670
19671[[package]]
19672name = "wasm-metadata"
19673version = "0.244.0"
19674source = "registry+https://github.com/rust-lang/crates.io-index"
19675checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19676dependencies = [
19677 "anyhow",
19678 "indexmap",
19679 "wasm-encoder 0.244.0",
19680 "wasmparser 0.244.0",
19681]
19682
19683[[package]]
19684name = "wasm-streams"
19685version = "0.4.2"
19686source = "registry+https://github.com/rust-lang/crates.io-index"
19687checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19688dependencies = [
19689 "futures-util",
19690 "js-sys",
19691 "wasm-bindgen",
19692 "wasm-bindgen-futures",
19693 "web-sys",
19694]
19695
19696[[package]]
19697name = "wasm_thread"
19698version = "0.3.3"
19699source = "registry+https://github.com/rust-lang/crates.io-index"
19700checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19701dependencies = [
19702 "futures 0.3.32",
19703 "js-sys",
19704 "wasm-bindgen",
19705 "web-sys",
19706]
19707
19708[[package]]
19709name = "wasmparser"
19710version = "0.201.0"
19711source = "registry+https://github.com/rust-lang/crates.io-index"
19712checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19713dependencies = [
19714 "bitflags 2.10.0",
19715 "indexmap",
19716 "semver",
19717]
19718
19719[[package]]
19720name = "wasmparser"
19721version = "0.221.3"
19722source = "registry+https://github.com/rust-lang/crates.io-index"
19723checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19724dependencies = [
19725 "bitflags 2.10.0",
19726 "hashbrown 0.15.5",
19727 "indexmap",
19728 "semver",
19729 "serde",
19730]
19731
19732[[package]]
19733name = "wasmparser"
19734version = "0.227.1"
19735source = "registry+https://github.com/rust-lang/crates.io-index"
19736checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19737dependencies = [
19738 "bitflags 2.10.0",
19739 "hashbrown 0.15.5",
19740 "indexmap",
19741 "semver",
19742]
19743
19744[[package]]
19745name = "wasmparser"
19746version = "0.236.1"
19747source = "registry+https://github.com/rust-lang/crates.io-index"
19748checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19749dependencies = [
19750 "bitflags 2.10.0",
19751 "hashbrown 0.15.5",
19752 "indexmap",
19753 "semver",
19754 "serde",
19755]
19756
19757[[package]]
19758name = "wasmparser"
19759version = "0.244.0"
19760source = "registry+https://github.com/rust-lang/crates.io-index"
19761checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19762dependencies = [
19763 "bitflags 2.10.0",
19764 "hashbrown 0.15.5",
19765 "indexmap",
19766 "semver",
19767]
19768
19769[[package]]
19770name = "wasmprinter"
19771version = "0.236.1"
19772source = "registry+https://github.com/rust-lang/crates.io-index"
19773checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19774dependencies = [
19775 "anyhow",
19776 "termcolor",
19777 "wasmparser 0.236.1",
19778]
19779
19780[[package]]
19781name = "wasmtime"
19782version = "36.0.7"
19783source = "registry+https://github.com/rust-lang/crates.io-index"
19784checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19785dependencies = [
19786 "addr2line",
19787 "anyhow",
19788 "async-trait",
19789 "bitflags 2.10.0",
19790 "bumpalo",
19791 "cc",
19792 "cfg-if",
19793 "encoding_rs",
19794 "hashbrown 0.15.5",
19795 "indexmap",
19796 "libc",
19797 "log",
19798 "mach2 0.4.3",
19799 "memfd",
19800 "object",
19801 "once_cell",
19802 "postcard",
19803 "pulley-interpreter",
19804 "rayon",
19805 "rustix 1.1.2",
19806 "semver",
19807 "serde",
19808 "serde_derive",
19809 "smallvec",
19810 "target-lexicon",
19811 "wasmparser 0.236.1",
19812 "wasmtime-environ",
19813 "wasmtime-internal-asm-macros",
19814 "wasmtime-internal-component-macro",
19815 "wasmtime-internal-component-util",
19816 "wasmtime-internal-cranelift",
19817 "wasmtime-internal-fiber",
19818 "wasmtime-internal-jit-debug",
19819 "wasmtime-internal-jit-icache-coherence",
19820 "wasmtime-internal-math",
19821 "wasmtime-internal-slab",
19822 "wasmtime-internal-unwinder",
19823 "wasmtime-internal-versioned-export-macros",
19824 "wasmtime-internal-winch",
19825 "windows-sys 0.60.2",
19826]
19827
19828[[package]]
19829name = "wasmtime-c-api-impl"
19830version = "36.0.6"
19831source = "registry+https://github.com/rust-lang/crates.io-index"
19832checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19833dependencies = [
19834 "anyhow",
19835 "log",
19836 "tracing",
19837 "wasmtime",
19838 "wasmtime-internal-c-api-macros",
19839]
19840
19841[[package]]
19842name = "wasmtime-environ"
19843version = "36.0.7"
19844source = "registry+https://github.com/rust-lang/crates.io-index"
19845checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19846dependencies = [
19847 "anyhow",
19848 "cpp_demangle",
19849 "cranelift-bitset",
19850 "cranelift-entity",
19851 "gimli",
19852 "indexmap",
19853 "log",
19854 "object",
19855 "postcard",
19856 "rustc-demangle",
19857 "semver",
19858 "serde",
19859 "serde_derive",
19860 "smallvec",
19861 "target-lexicon",
19862 "wasm-encoder 0.236.1",
19863 "wasmparser 0.236.1",
19864 "wasmprinter",
19865 "wasmtime-internal-component-util",
19866]
19867
19868[[package]]
19869name = "wasmtime-internal-asm-macros"
19870version = "36.0.7"
19871source = "registry+https://github.com/rust-lang/crates.io-index"
19872checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19873dependencies = [
19874 "cfg-if",
19875]
19876
19877[[package]]
19878name = "wasmtime-internal-c-api-macros"
19879version = "36.0.6"
19880source = "registry+https://github.com/rust-lang/crates.io-index"
19881checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19882dependencies = [
19883 "proc-macro2",
19884 "quote",
19885]
19886
19887[[package]]
19888name = "wasmtime-internal-component-macro"
19889version = "36.0.7"
19890source = "registry+https://github.com/rust-lang/crates.io-index"
19891checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19892dependencies = [
19893 "anyhow",
19894 "proc-macro2",
19895 "quote",
19896 "syn 2.0.117",
19897 "wasmtime-internal-component-util",
19898 "wasmtime-internal-wit-bindgen",
19899 "wit-parser 0.236.1",
19900]
19901
19902[[package]]
19903name = "wasmtime-internal-component-util"
19904version = "36.0.7"
19905source = "registry+https://github.com/rust-lang/crates.io-index"
19906checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19907
19908[[package]]
19909name = "wasmtime-internal-cranelift"
19910version = "36.0.7"
19911source = "registry+https://github.com/rust-lang/crates.io-index"
19912checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19913dependencies = [
19914 "anyhow",
19915 "cfg-if",
19916 "cranelift-codegen",
19917 "cranelift-control",
19918 "cranelift-entity",
19919 "cranelift-frontend",
19920 "cranelift-native",
19921 "gimli",
19922 "itertools 0.14.0",
19923 "log",
19924 "object",
19925 "pulley-interpreter",
19926 "smallvec",
19927 "target-lexicon",
19928 "thiserror 2.0.17",
19929 "wasmparser 0.236.1",
19930 "wasmtime-environ",
19931 "wasmtime-internal-math",
19932 "wasmtime-internal-versioned-export-macros",
19933]
19934
19935[[package]]
19936name = "wasmtime-internal-fiber"
19937version = "36.0.7"
19938source = "registry+https://github.com/rust-lang/crates.io-index"
19939checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19940dependencies = [
19941 "anyhow",
19942 "cc",
19943 "cfg-if",
19944 "libc",
19945 "rustix 1.1.2",
19946 "wasmtime-internal-asm-macros",
19947 "wasmtime-internal-versioned-export-macros",
19948 "windows-sys 0.60.2",
19949]
19950
19951[[package]]
19952name = "wasmtime-internal-jit-debug"
19953version = "36.0.7"
19954source = "registry+https://github.com/rust-lang/crates.io-index"
19955checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19956dependencies = [
19957 "cc",
19958 "wasmtime-internal-versioned-export-macros",
19959]
19960
19961[[package]]
19962name = "wasmtime-internal-jit-icache-coherence"
19963version = "36.0.7"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19966dependencies = [
19967 "anyhow",
19968 "cfg-if",
19969 "libc",
19970 "windows-sys 0.60.2",
19971]
19972
19973[[package]]
19974name = "wasmtime-internal-math"
19975version = "36.0.7"
19976source = "registry+https://github.com/rust-lang/crates.io-index"
19977checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19978dependencies = [
19979 "libm",
19980]
19981
19982[[package]]
19983name = "wasmtime-internal-slab"
19984version = "36.0.7"
19985source = "registry+https://github.com/rust-lang/crates.io-index"
19986checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19987
19988[[package]]
19989name = "wasmtime-internal-unwinder"
19990version = "36.0.7"
19991source = "registry+https://github.com/rust-lang/crates.io-index"
19992checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19993dependencies = [
19994 "anyhow",
19995 "cfg-if",
19996 "cranelift-codegen",
19997 "log",
19998 "object",
19999]
20000
20001[[package]]
20002name = "wasmtime-internal-versioned-export-macros"
20003version = "36.0.7"
20004source = "registry+https://github.com/rust-lang/crates.io-index"
20005checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
20006dependencies = [
20007 "proc-macro2",
20008 "quote",
20009 "syn 2.0.117",
20010]
20011
20012[[package]]
20013name = "wasmtime-internal-winch"
20014version = "36.0.7"
20015source = "registry+https://github.com/rust-lang/crates.io-index"
20016checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
20017dependencies = [
20018 "anyhow",
20019 "cranelift-codegen",
20020 "gimli",
20021 "object",
20022 "target-lexicon",
20023 "wasmparser 0.236.1",
20024 "wasmtime-environ",
20025 "wasmtime-internal-cranelift",
20026 "winch-codegen",
20027]
20028
20029[[package]]
20030name = "wasmtime-internal-wit-bindgen"
20031version = "36.0.7"
20032source = "registry+https://github.com/rust-lang/crates.io-index"
20033checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
20034dependencies = [
20035 "anyhow",
20036 "bitflags 2.10.0",
20037 "heck 0.5.0",
20038 "indexmap",
20039 "wit-parser 0.236.1",
20040]
20041
20042[[package]]
20043name = "wasmtime-wasi"
20044version = "36.0.6"
20045source = "registry+https://github.com/rust-lang/crates.io-index"
20046checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20047dependencies = [
20048 "anyhow",
20049 "async-trait",
20050 "bitflags 2.10.0",
20051 "bytes 1.11.1",
20052 "cap-fs-ext",
20053 "cap-net-ext",
20054 "cap-rand",
20055 "cap-std",
20056 "cap-time-ext",
20057 "fs-set-times",
20058 "futures 0.3.32",
20059 "io-extras",
20060 "io-lifetimes",
20061 "rustix 1.1.2",
20062 "system-interface",
20063 "thiserror 2.0.17",
20064 "tokio",
20065 "tracing",
20066 "url",
20067 "wasmtime",
20068 "wasmtime-wasi-io",
20069 "wiggle",
20070 "windows-sys 0.60.2",
20071]
20072
20073[[package]]
20074name = "wasmtime-wasi-io"
20075version = "36.0.6"
20076source = "registry+https://github.com/rust-lang/crates.io-index"
20077checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20078dependencies = [
20079 "anyhow",
20080 "async-trait",
20081 "bytes 1.11.1",
20082 "futures 0.3.32",
20083 "wasmtime",
20084]
20085
20086[[package]]
20087name = "wast"
20088version = "35.0.2"
20089source = "registry+https://github.com/rust-lang/crates.io-index"
20090checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20091dependencies = [
20092 "leb128",
20093]
20094
20095[[package]]
20096name = "watch"
20097version = "0.1.0"
20098dependencies = [
20099 "ctor",
20100 "futures 0.3.32",
20101 "gpui",
20102 "parking_lot",
20103 "zlog",
20104]
20105
20106[[package]]
20107name = "wax"
20108version = "0.7.0"
20109source = "registry+https://github.com/rust-lang/crates.io-index"
20110checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20111dependencies = [
20112 "const_format",
20113 "itertools 0.14.0",
20114 "nom 7.1.3",
20115 "pori",
20116 "regex",
20117 "thiserror 2.0.17",
20118 "walkdir",
20119]
20120
20121[[package]]
20122name = "wayland-backend"
20123version = "0.3.11"
20124source = "registry+https://github.com/rust-lang/crates.io-index"
20125checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20126dependencies = [
20127 "cc",
20128 "downcast-rs",
20129 "rustix 1.1.2",
20130 "scoped-tls",
20131 "smallvec",
20132 "wayland-sys",
20133]
20134
20135[[package]]
20136name = "wayland-client"
20137version = "0.31.11"
20138source = "registry+https://github.com/rust-lang/crates.io-index"
20139checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20140dependencies = [
20141 "bitflags 2.10.0",
20142 "rustix 1.1.2",
20143 "wayland-backend",
20144 "wayland-scanner",
20145]
20146
20147[[package]]
20148name = "wayland-cursor"
20149version = "0.31.11"
20150source = "registry+https://github.com/rust-lang/crates.io-index"
20151checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20152dependencies = [
20153 "rustix 1.1.2",
20154 "wayland-client",
20155 "xcursor",
20156]
20157
20158[[package]]
20159name = "wayland-protocols"
20160version = "0.32.9"
20161source = "registry+https://github.com/rust-lang/crates.io-index"
20162checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20163dependencies = [
20164 "bitflags 2.10.0",
20165 "wayland-backend",
20166 "wayland-client",
20167 "wayland-scanner",
20168]
20169
20170[[package]]
20171name = "wayland-protocols-plasma"
20172version = "0.3.9"
20173source = "registry+https://github.com/rust-lang/crates.io-index"
20174checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20175dependencies = [
20176 "bitflags 2.10.0",
20177 "wayland-backend",
20178 "wayland-client",
20179 "wayland-protocols",
20180 "wayland-scanner",
20181]
20182
20183[[package]]
20184name = "wayland-protocols-wlr"
20185version = "0.3.9"
20186source = "registry+https://github.com/rust-lang/crates.io-index"
20187checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20188dependencies = [
20189 "bitflags 2.10.0",
20190 "wayland-backend",
20191 "wayland-client",
20192 "wayland-protocols",
20193 "wayland-scanner",
20194]
20195
20196[[package]]
20197name = "wayland-scanner"
20198version = "0.31.7"
20199source = "registry+https://github.com/rust-lang/crates.io-index"
20200checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20201dependencies = [
20202 "proc-macro2",
20203 "quick-xml 0.37.5",
20204 "quote",
20205]
20206
20207[[package]]
20208name = "wayland-sys"
20209version = "0.31.7"
20210source = "registry+https://github.com/rust-lang/crates.io-index"
20211checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20212dependencies = [
20213 "dlib",
20214 "log",
20215 "once_cell",
20216 "pkg-config",
20217]
20218
20219[[package]]
20220name = "web-sys"
20221version = "0.3.90"
20222source = "registry+https://github.com/rust-lang/crates.io-index"
20223checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20224dependencies = [
20225 "js-sys",
20226 "wasm-bindgen",
20227]
20228
20229[[package]]
20230name = "web-time"
20231version = "1.1.0"
20232source = "registry+https://github.com/rust-lang/crates.io-index"
20233checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20234dependencies = [
20235 "js-sys",
20236 "serde",
20237 "wasm-bindgen",
20238]
20239
20240[[package]]
20241name = "web_atoms"
20242version = "0.1.3"
20243source = "registry+https://github.com/rust-lang/crates.io-index"
20244checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20245dependencies = [
20246 "phf 0.11.3",
20247 "phf_codegen",
20248 "string_cache",
20249 "string_cache_codegen",
20250]
20251
20252[[package]]
20253name = "web_search"
20254version = "0.1.0"
20255dependencies = [
20256 "anyhow",
20257 "cloud_llm_client",
20258 "collections",
20259 "gpui",
20260 "serde",
20261]
20262
20263[[package]]
20264name = "web_search_providers"
20265version = "0.1.0"
20266dependencies = [
20267 "anyhow",
20268 "client",
20269 "cloud_api_client",
20270 "cloud_api_types",
20271 "cloud_llm_client",
20272 "futures 0.3.32",
20273 "gpui",
20274 "http_client",
20275 "language_model",
20276 "serde",
20277 "serde_json",
20278 "web_search",
20279]
20280
20281[[package]]
20282name = "webpki-root-certs"
20283version = "0.26.8"
20284source = "registry+https://github.com/rust-lang/crates.io-index"
20285checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20286dependencies = [
20287 "rustls-pki-types",
20288]
20289
20290[[package]]
20291name = "webpki-roots"
20292version = "0.26.8"
20293source = "registry+https://github.com/rust-lang/crates.io-index"
20294checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20295dependencies = [
20296 "rustls-pki-types",
20297]
20298
20299[[package]]
20300name = "webrtc-sys"
20301version = "0.3.23"
20302source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20303dependencies = [
20304 "cc",
20305 "cxx",
20306 "cxx-build",
20307 "glob",
20308 "log",
20309 "pkg-config",
20310 "webrtc-sys-build",
20311]
20312
20313[[package]]
20314name = "webrtc-sys-build"
20315version = "0.3.13"
20316source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20317dependencies = [
20318 "anyhow",
20319 "fs2",
20320 "regex",
20321 "reqwest 0.12.24",
20322 "scratch",
20323 "semver",
20324 "zip 0.6.6",
20325]
20326
20327[[package]]
20328name = "weezl"
20329version = "0.1.10"
20330source = "registry+https://github.com/rust-lang/crates.io-index"
20331checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20332
20333[[package]]
20334name = "wgpu"
20335version = "29.0.0"
20336source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20337dependencies = [
20338 "arrayvec",
20339 "bitflags 2.10.0",
20340 "bytemuck",
20341 "cfg-if",
20342 "cfg_aliases 0.2.1",
20343 "document-features",
20344 "hashbrown 0.16.1",
20345 "js-sys",
20346 "log",
20347 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20348 "parking_lot",
20349 "portable-atomic",
20350 "profiling",
20351 "raw-window-handle",
20352 "smallvec",
20353 "static_assertions",
20354 "wasm-bindgen",
20355 "wasm-bindgen-futures",
20356 "web-sys",
20357 "wgpu-core",
20358 "wgpu-hal",
20359 "wgpu-types",
20360]
20361
20362[[package]]
20363name = "wgpu-core"
20364version = "29.0.0"
20365source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20366dependencies = [
20367 "arrayvec",
20368 "bit-set 0.9.1",
20369 "bit-vec 0.9.1",
20370 "bitflags 2.10.0",
20371 "bytemuck",
20372 "cfg_aliases 0.2.1",
20373 "document-features",
20374 "hashbrown 0.16.1",
20375 "indexmap",
20376 "log",
20377 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20378 "once_cell",
20379 "parking_lot",
20380 "portable-atomic",
20381 "profiling",
20382 "raw-window-handle",
20383 "rustc-hash 1.1.0",
20384 "smallvec",
20385 "thiserror 2.0.17",
20386 "wgpu-core-deps-apple",
20387 "wgpu-core-deps-emscripten",
20388 "wgpu-core-deps-windows-linux-android",
20389 "wgpu-hal",
20390 "wgpu-naga-bridge",
20391 "wgpu-types",
20392]
20393
20394[[package]]
20395name = "wgpu-core-deps-apple"
20396version = "29.0.0"
20397source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20398dependencies = [
20399 "wgpu-hal",
20400]
20401
20402[[package]]
20403name = "wgpu-core-deps-emscripten"
20404version = "29.0.0"
20405source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20406dependencies = [
20407 "wgpu-hal",
20408]
20409
20410[[package]]
20411name = "wgpu-core-deps-windows-linux-android"
20412version = "29.0.0"
20413source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20414dependencies = [
20415 "wgpu-hal",
20416]
20417
20418[[package]]
20419name = "wgpu-hal"
20420version = "29.0.0"
20421source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20422dependencies = [
20423 "android_system_properties",
20424 "arrayvec",
20425 "ash",
20426 "bit-set 0.9.1",
20427 "bitflags 2.10.0",
20428 "block2",
20429 "bytemuck",
20430 "cfg-if",
20431 "cfg_aliases 0.2.1",
20432 "glow",
20433 "glutin_wgl_sys",
20434 "gpu-allocator",
20435 "gpu-descriptor",
20436 "hashbrown 0.16.1",
20437 "js-sys",
20438 "khronos-egl",
20439 "libc",
20440 "libloading",
20441 "log",
20442 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20443 "ndk-sys",
20444 "objc2",
20445 "objc2-core-foundation",
20446 "objc2-foundation",
20447 "objc2-metal",
20448 "objc2-quartz-core",
20449 "once_cell",
20450 "ordered-float 4.6.0",
20451 "parking_lot",
20452 "portable-atomic",
20453 "portable-atomic-util",
20454 "profiling",
20455 "range-alloc",
20456 "raw-window-handle",
20457 "raw-window-metal",
20458 "renderdoc-sys",
20459 "smallvec",
20460 "thiserror 2.0.17",
20461 "wasm-bindgen",
20462 "wayland-sys",
20463 "web-sys",
20464 "wgpu-naga-bridge",
20465 "wgpu-types",
20466 "windows 0.62.2",
20467 "windows-core 0.62.2",
20468]
20469
20470[[package]]
20471name = "wgpu-naga-bridge"
20472version = "29.0.0"
20473source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20474dependencies = [
20475 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20476 "wgpu-types",
20477]
20478
20479[[package]]
20480name = "wgpu-types"
20481version = "29.0.0"
20482source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20483dependencies = [
20484 "bitflags 2.10.0",
20485 "bytemuck",
20486 "js-sys",
20487 "log",
20488 "raw-window-handle",
20489 "web-sys",
20490]
20491
20492[[package]]
20493name = "which"
20494version = "4.4.2"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20497dependencies = [
20498 "either",
20499 "home",
20500 "once_cell",
20501 "rustix 0.38.44",
20502]
20503
20504[[package]]
20505name = "which"
20506version = "6.0.3"
20507source = "registry+https://github.com/rust-lang/crates.io-index"
20508checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20509dependencies = [
20510 "either",
20511 "home",
20512 "rustix 0.38.44",
20513 "winsafe",
20514]
20515
20516[[package]]
20517name = "which_key"
20518version = "0.1.0"
20519dependencies = [
20520 "command_palette",
20521 "gpui",
20522 "serde",
20523 "settings",
20524 "theme_settings",
20525 "ui",
20526 "util",
20527 "workspace",
20528]
20529
20530[[package]]
20531name = "whoami"
20532version = "1.6.1"
20533source = "registry+https://github.com/rust-lang/crates.io-index"
20534checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20535dependencies = [
20536 "libredox",
20537 "wasite",
20538]
20539
20540[[package]]
20541name = "wiggle"
20542version = "36.0.6"
20543source = "registry+https://github.com/rust-lang/crates.io-index"
20544checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20545dependencies = [
20546 "anyhow",
20547 "async-trait",
20548 "bitflags 2.10.0",
20549 "thiserror 2.0.17",
20550 "tracing",
20551 "wasmtime",
20552 "wiggle-macro",
20553]
20554
20555[[package]]
20556name = "wiggle-generate"
20557version = "36.0.6"
20558source = "registry+https://github.com/rust-lang/crates.io-index"
20559checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20560dependencies = [
20561 "anyhow",
20562 "heck 0.5.0",
20563 "proc-macro2",
20564 "quote",
20565 "syn 2.0.117",
20566 "witx",
20567]
20568
20569[[package]]
20570name = "wiggle-macro"
20571version = "36.0.6"
20572source = "registry+https://github.com/rust-lang/crates.io-index"
20573checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20574dependencies = [
20575 "proc-macro2",
20576 "quote",
20577 "syn 2.0.117",
20578 "wiggle-generate",
20579]
20580
20581[[package]]
20582name = "winapi"
20583version = "0.3.9"
20584source = "registry+https://github.com/rust-lang/crates.io-index"
20585checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20586dependencies = [
20587 "winapi-i686-pc-windows-gnu",
20588 "winapi-x86_64-pc-windows-gnu",
20589]
20590
20591[[package]]
20592name = "winapi-i686-pc-windows-gnu"
20593version = "0.4.0"
20594source = "registry+https://github.com/rust-lang/crates.io-index"
20595checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20596
20597[[package]]
20598name = "winapi-util"
20599version = "0.1.11"
20600source = "registry+https://github.com/rust-lang/crates.io-index"
20601checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20602dependencies = [
20603 "windows-sys 0.61.2",
20604]
20605
20606[[package]]
20607name = "winapi-x86_64-pc-windows-gnu"
20608version = "0.4.0"
20609source = "registry+https://github.com/rust-lang/crates.io-index"
20610checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20611
20612[[package]]
20613name = "winch-codegen"
20614version = "36.0.7"
20615source = "registry+https://github.com/rust-lang/crates.io-index"
20616checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20617dependencies = [
20618 "anyhow",
20619 "cranelift-assembler-x64",
20620 "cranelift-codegen",
20621 "gimli",
20622 "regalloc2",
20623 "smallvec",
20624 "target-lexicon",
20625 "thiserror 2.0.17",
20626 "wasmparser 0.236.1",
20627 "wasmtime-environ",
20628 "wasmtime-internal-cranelift",
20629 "wasmtime-internal-math",
20630]
20631
20632[[package]]
20633name = "windows"
20634version = "0.56.0"
20635source = "registry+https://github.com/rust-lang/crates.io-index"
20636checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20637dependencies = [
20638 "windows-core 0.56.0",
20639 "windows-targets 0.52.6",
20640]
20641
20642[[package]]
20643name = "windows"
20644version = "0.57.0"
20645source = "registry+https://github.com/rust-lang/crates.io-index"
20646checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20647dependencies = [
20648 "windows-core 0.57.0",
20649 "windows-targets 0.52.6",
20650]
20651
20652[[package]]
20653name = "windows"
20654version = "0.58.0"
20655source = "registry+https://github.com/rust-lang/crates.io-index"
20656checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20657dependencies = [
20658 "windows-core 0.58.0",
20659 "windows-targets 0.52.6",
20660]
20661
20662[[package]]
20663name = "windows"
20664version = "0.61.3"
20665source = "registry+https://github.com/rust-lang/crates.io-index"
20666checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20667dependencies = [
20668 "windows-collections 0.2.0",
20669 "windows-core 0.61.2",
20670 "windows-future 0.2.1",
20671 "windows-link 0.1.3",
20672 "windows-numerics 0.2.0",
20673]
20674
20675[[package]]
20676name = "windows"
20677version = "0.62.2"
20678source = "registry+https://github.com/rust-lang/crates.io-index"
20679checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20680dependencies = [
20681 "windows-collections 0.3.2",
20682 "windows-core 0.62.2",
20683 "windows-future 0.3.2",
20684 "windows-numerics 0.3.1",
20685]
20686
20687[[package]]
20688name = "windows-bindgen"
20689version = "0.61.1"
20690source = "registry+https://github.com/rust-lang/crates.io-index"
20691checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20692dependencies = [
20693 "serde",
20694 "serde_json",
20695 "windows-threading 0.1.0",
20696]
20697
20698[[package]]
20699name = "windows-capture"
20700version = "1.4.3"
20701source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20702dependencies = [
20703 "clap",
20704 "ctrlc",
20705 "parking_lot",
20706 "rayon",
20707 "thiserror 2.0.17",
20708 "windows 0.61.3",
20709 "windows-future 0.2.1",
20710]
20711
20712[[package]]
20713name = "windows-collections"
20714version = "0.2.0"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20717dependencies = [
20718 "windows-core 0.61.2",
20719]
20720
20721[[package]]
20722name = "windows-collections"
20723version = "0.3.2"
20724source = "registry+https://github.com/rust-lang/crates.io-index"
20725checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20726dependencies = [
20727 "windows-core 0.62.2",
20728]
20729
20730[[package]]
20731name = "windows-core"
20732version = "0.56.0"
20733source = "registry+https://github.com/rust-lang/crates.io-index"
20734checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20735dependencies = [
20736 "windows-implement 0.56.0",
20737 "windows-interface 0.56.0",
20738 "windows-result 0.1.2",
20739 "windows-targets 0.52.6",
20740]
20741
20742[[package]]
20743name = "windows-core"
20744version = "0.57.0"
20745source = "registry+https://github.com/rust-lang/crates.io-index"
20746checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20747dependencies = [
20748 "windows-implement 0.57.0",
20749 "windows-interface 0.57.0",
20750 "windows-result 0.1.2",
20751 "windows-targets 0.52.6",
20752]
20753
20754[[package]]
20755name = "windows-core"
20756version = "0.58.0"
20757source = "registry+https://github.com/rust-lang/crates.io-index"
20758checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20759dependencies = [
20760 "windows-implement 0.58.0",
20761 "windows-interface 0.58.0",
20762 "windows-result 0.2.0",
20763 "windows-strings 0.1.0",
20764 "windows-targets 0.52.6",
20765]
20766
20767[[package]]
20768name = "windows-core"
20769version = "0.61.2"
20770source = "registry+https://github.com/rust-lang/crates.io-index"
20771checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20772dependencies = [
20773 "windows-implement 0.60.2",
20774 "windows-interface 0.59.3",
20775 "windows-link 0.1.3",
20776 "windows-result 0.3.4",
20777 "windows-strings 0.4.2",
20778]
20779
20780[[package]]
20781name = "windows-core"
20782version = "0.62.2"
20783source = "registry+https://github.com/rust-lang/crates.io-index"
20784checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20785dependencies = [
20786 "windows-implement 0.60.2",
20787 "windows-interface 0.59.3",
20788 "windows-link 0.2.1",
20789 "windows-result 0.4.1",
20790 "windows-strings 0.5.1",
20791]
20792
20793[[package]]
20794name = "windows-future"
20795version = "0.2.1"
20796source = "registry+https://github.com/rust-lang/crates.io-index"
20797checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20798dependencies = [
20799 "windows-core 0.61.2",
20800 "windows-link 0.1.3",
20801 "windows-threading 0.1.0",
20802]
20803
20804[[package]]
20805name = "windows-future"
20806version = "0.3.2"
20807source = "registry+https://github.com/rust-lang/crates.io-index"
20808checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20809dependencies = [
20810 "windows-core 0.62.2",
20811 "windows-link 0.2.1",
20812 "windows-threading 0.2.1",
20813]
20814
20815[[package]]
20816name = "windows-implement"
20817version = "0.56.0"
20818source = "registry+https://github.com/rust-lang/crates.io-index"
20819checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20820dependencies = [
20821 "proc-macro2",
20822 "quote",
20823 "syn 2.0.117",
20824]
20825
20826[[package]]
20827name = "windows-implement"
20828version = "0.57.0"
20829source = "registry+https://github.com/rust-lang/crates.io-index"
20830checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20831dependencies = [
20832 "proc-macro2",
20833 "quote",
20834 "syn 2.0.117",
20835]
20836
20837[[package]]
20838name = "windows-implement"
20839version = "0.58.0"
20840source = "registry+https://github.com/rust-lang/crates.io-index"
20841checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20842dependencies = [
20843 "proc-macro2",
20844 "quote",
20845 "syn 2.0.117",
20846]
20847
20848[[package]]
20849name = "windows-implement"
20850version = "0.60.2"
20851source = "registry+https://github.com/rust-lang/crates.io-index"
20852checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20853dependencies = [
20854 "proc-macro2",
20855 "quote",
20856 "syn 2.0.117",
20857]
20858
20859[[package]]
20860name = "windows-interface"
20861version = "0.56.0"
20862source = "registry+https://github.com/rust-lang/crates.io-index"
20863checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20864dependencies = [
20865 "proc-macro2",
20866 "quote",
20867 "syn 2.0.117",
20868]
20869
20870[[package]]
20871name = "windows-interface"
20872version = "0.57.0"
20873source = "registry+https://github.com/rust-lang/crates.io-index"
20874checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20875dependencies = [
20876 "proc-macro2",
20877 "quote",
20878 "syn 2.0.117",
20879]
20880
20881[[package]]
20882name = "windows-interface"
20883version = "0.58.0"
20884source = "registry+https://github.com/rust-lang/crates.io-index"
20885checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20886dependencies = [
20887 "proc-macro2",
20888 "quote",
20889 "syn 2.0.117",
20890]
20891
20892[[package]]
20893name = "windows-interface"
20894version = "0.59.3"
20895source = "registry+https://github.com/rust-lang/crates.io-index"
20896checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20897dependencies = [
20898 "proc-macro2",
20899 "quote",
20900 "syn 2.0.117",
20901]
20902
20903[[package]]
20904name = "windows-link"
20905version = "0.1.3"
20906source = "registry+https://github.com/rust-lang/crates.io-index"
20907checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20908
20909[[package]]
20910name = "windows-link"
20911version = "0.2.1"
20912source = "registry+https://github.com/rust-lang/crates.io-index"
20913checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20914
20915[[package]]
20916name = "windows-numerics"
20917version = "0.2.0"
20918source = "registry+https://github.com/rust-lang/crates.io-index"
20919checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20920dependencies = [
20921 "windows-core 0.61.2",
20922 "windows-link 0.1.3",
20923]
20924
20925[[package]]
20926name = "windows-numerics"
20927version = "0.3.1"
20928source = "registry+https://github.com/rust-lang/crates.io-index"
20929checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20930dependencies = [
20931 "windows-core 0.62.2",
20932 "windows-link 0.2.1",
20933]
20934
20935[[package]]
20936name = "windows-registry"
20937version = "0.4.0"
20938source = "registry+https://github.com/rust-lang/crates.io-index"
20939checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20940dependencies = [
20941 "windows-result 0.3.4",
20942 "windows-strings 0.3.1",
20943 "windows-targets 0.53.5",
20944]
20945
20946[[package]]
20947name = "windows-registry"
20948version = "0.5.3"
20949source = "registry+https://github.com/rust-lang/crates.io-index"
20950checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20951dependencies = [
20952 "windows-link 0.1.3",
20953 "windows-result 0.3.4",
20954 "windows-strings 0.4.2",
20955]
20956
20957[[package]]
20958name = "windows-registry"
20959version = "0.6.1"
20960source = "registry+https://github.com/rust-lang/crates.io-index"
20961checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20962dependencies = [
20963 "windows-link 0.2.1",
20964 "windows-result 0.4.1",
20965 "windows-strings 0.5.1",
20966]
20967
20968[[package]]
20969name = "windows-result"
20970version = "0.1.2"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20973dependencies = [
20974 "windows-targets 0.52.6",
20975]
20976
20977[[package]]
20978name = "windows-result"
20979version = "0.2.0"
20980source = "registry+https://github.com/rust-lang/crates.io-index"
20981checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20982dependencies = [
20983 "windows-targets 0.52.6",
20984]
20985
20986[[package]]
20987name = "windows-result"
20988version = "0.3.4"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20991dependencies = [
20992 "windows-link 0.1.3",
20993]
20994
20995[[package]]
20996name = "windows-result"
20997version = "0.4.1"
20998source = "registry+https://github.com/rust-lang/crates.io-index"
20999checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
21000dependencies = [
21001 "windows-link 0.2.1",
21002]
21003
21004[[package]]
21005name = "windows-strings"
21006version = "0.1.0"
21007source = "registry+https://github.com/rust-lang/crates.io-index"
21008checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
21009dependencies = [
21010 "windows-result 0.2.0",
21011 "windows-targets 0.52.6",
21012]
21013
21014[[package]]
21015name = "windows-strings"
21016version = "0.3.1"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
21019dependencies = [
21020 "windows-link 0.1.3",
21021]
21022
21023[[package]]
21024name = "windows-strings"
21025version = "0.4.2"
21026source = "registry+https://github.com/rust-lang/crates.io-index"
21027checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21028dependencies = [
21029 "windows-link 0.1.3",
21030]
21031
21032[[package]]
21033name = "windows-strings"
21034version = "0.5.1"
21035source = "registry+https://github.com/rust-lang/crates.io-index"
21036checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21037dependencies = [
21038 "windows-link 0.2.1",
21039]
21040
21041[[package]]
21042name = "windows-sys"
21043version = "0.45.0"
21044source = "registry+https://github.com/rust-lang/crates.io-index"
21045checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21046dependencies = [
21047 "windows-targets 0.42.2",
21048]
21049
21050[[package]]
21051name = "windows-sys"
21052version = "0.48.0"
21053source = "registry+https://github.com/rust-lang/crates.io-index"
21054checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21055dependencies = [
21056 "windows-targets 0.48.5",
21057]
21058
21059[[package]]
21060name = "windows-sys"
21061version = "0.52.0"
21062source = "registry+https://github.com/rust-lang/crates.io-index"
21063checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21064dependencies = [
21065 "windows-targets 0.52.6",
21066]
21067
21068[[package]]
21069name = "windows-sys"
21070version = "0.59.0"
21071source = "registry+https://github.com/rust-lang/crates.io-index"
21072checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21073dependencies = [
21074 "windows-targets 0.52.6",
21075]
21076
21077[[package]]
21078name = "windows-sys"
21079version = "0.60.2"
21080source = "registry+https://github.com/rust-lang/crates.io-index"
21081checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21082dependencies = [
21083 "windows-targets 0.53.5",
21084]
21085
21086[[package]]
21087name = "windows-sys"
21088version = "0.61.2"
21089source = "registry+https://github.com/rust-lang/crates.io-index"
21090checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21091dependencies = [
21092 "windows-link 0.2.1",
21093]
21094
21095[[package]]
21096name = "windows-targets"
21097version = "0.42.2"
21098source = "registry+https://github.com/rust-lang/crates.io-index"
21099checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21100dependencies = [
21101 "windows_aarch64_gnullvm 0.42.2",
21102 "windows_aarch64_msvc 0.42.2",
21103 "windows_i686_gnu 0.42.2",
21104 "windows_i686_msvc 0.42.2",
21105 "windows_x86_64_gnu 0.42.2",
21106 "windows_x86_64_gnullvm 0.42.2",
21107 "windows_x86_64_msvc 0.42.2",
21108]
21109
21110[[package]]
21111name = "windows-targets"
21112version = "0.48.5"
21113source = "registry+https://github.com/rust-lang/crates.io-index"
21114checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21115dependencies = [
21116 "windows_aarch64_gnullvm 0.48.5",
21117 "windows_aarch64_msvc 0.48.5",
21118 "windows_i686_gnu 0.48.5",
21119 "windows_i686_msvc 0.48.5",
21120 "windows_x86_64_gnu 0.48.5",
21121 "windows_x86_64_gnullvm 0.48.5",
21122 "windows_x86_64_msvc 0.48.5",
21123]
21124
21125[[package]]
21126name = "windows-targets"
21127version = "0.52.6"
21128source = "registry+https://github.com/rust-lang/crates.io-index"
21129checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21130dependencies = [
21131 "windows_aarch64_gnullvm 0.52.6",
21132 "windows_aarch64_msvc 0.52.6",
21133 "windows_i686_gnu 0.52.6",
21134 "windows_i686_gnullvm 0.52.6",
21135 "windows_i686_msvc 0.52.6",
21136 "windows_x86_64_gnu 0.52.6",
21137 "windows_x86_64_gnullvm 0.52.6",
21138 "windows_x86_64_msvc 0.52.6",
21139]
21140
21141[[package]]
21142name = "windows-targets"
21143version = "0.53.5"
21144source = "registry+https://github.com/rust-lang/crates.io-index"
21145checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21146dependencies = [
21147 "windows-link 0.2.1",
21148 "windows_aarch64_gnullvm 0.53.1",
21149 "windows_aarch64_msvc 0.53.1",
21150 "windows_i686_gnu 0.53.1",
21151 "windows_i686_gnullvm 0.53.1",
21152 "windows_i686_msvc 0.53.1",
21153 "windows_x86_64_gnu 0.53.1",
21154 "windows_x86_64_gnullvm 0.53.1",
21155 "windows_x86_64_msvc 0.53.1",
21156]
21157
21158[[package]]
21159name = "windows-threading"
21160version = "0.1.0"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21163dependencies = [
21164 "windows-link 0.1.3",
21165]
21166
21167[[package]]
21168name = "windows-threading"
21169version = "0.2.1"
21170source = "registry+https://github.com/rust-lang/crates.io-index"
21171checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21172dependencies = [
21173 "windows-link 0.2.1",
21174]
21175
21176[[package]]
21177name = "windows_aarch64_gnullvm"
21178version = "0.42.2"
21179source = "registry+https://github.com/rust-lang/crates.io-index"
21180checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21181
21182[[package]]
21183name = "windows_aarch64_gnullvm"
21184version = "0.48.5"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21187
21188[[package]]
21189name = "windows_aarch64_gnullvm"
21190version = "0.52.6"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21193
21194[[package]]
21195name = "windows_aarch64_gnullvm"
21196version = "0.53.1"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21199
21200[[package]]
21201name = "windows_aarch64_msvc"
21202version = "0.42.2"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21205
21206[[package]]
21207name = "windows_aarch64_msvc"
21208version = "0.48.5"
21209source = "registry+https://github.com/rust-lang/crates.io-index"
21210checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21211
21212[[package]]
21213name = "windows_aarch64_msvc"
21214version = "0.52.6"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21217
21218[[package]]
21219name = "windows_aarch64_msvc"
21220version = "0.53.1"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21223
21224[[package]]
21225name = "windows_i686_gnu"
21226version = "0.42.2"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21229
21230[[package]]
21231name = "windows_i686_gnu"
21232version = "0.48.5"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21235
21236[[package]]
21237name = "windows_i686_gnu"
21238version = "0.52.6"
21239source = "registry+https://github.com/rust-lang/crates.io-index"
21240checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21241
21242[[package]]
21243name = "windows_i686_gnu"
21244version = "0.53.1"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21247
21248[[package]]
21249name = "windows_i686_gnullvm"
21250version = "0.52.6"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21253
21254[[package]]
21255name = "windows_i686_gnullvm"
21256version = "0.53.1"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21259
21260[[package]]
21261name = "windows_i686_msvc"
21262version = "0.42.2"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21265
21266[[package]]
21267name = "windows_i686_msvc"
21268version = "0.48.5"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21271
21272[[package]]
21273name = "windows_i686_msvc"
21274version = "0.52.6"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21277
21278[[package]]
21279name = "windows_i686_msvc"
21280version = "0.53.1"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21283
21284[[package]]
21285name = "windows_x86_64_gnu"
21286version = "0.42.2"
21287source = "registry+https://github.com/rust-lang/crates.io-index"
21288checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21289
21290[[package]]
21291name = "windows_x86_64_gnu"
21292version = "0.48.5"
21293source = "registry+https://github.com/rust-lang/crates.io-index"
21294checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21295
21296[[package]]
21297name = "windows_x86_64_gnu"
21298version = "0.52.6"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21301
21302[[package]]
21303name = "windows_x86_64_gnu"
21304version = "0.53.1"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21307
21308[[package]]
21309name = "windows_x86_64_gnullvm"
21310version = "0.42.2"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21313
21314[[package]]
21315name = "windows_x86_64_gnullvm"
21316version = "0.48.5"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21319
21320[[package]]
21321name = "windows_x86_64_gnullvm"
21322version = "0.52.6"
21323source = "registry+https://github.com/rust-lang/crates.io-index"
21324checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21325
21326[[package]]
21327name = "windows_x86_64_gnullvm"
21328version = "0.53.1"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21331
21332[[package]]
21333name = "windows_x86_64_msvc"
21334version = "0.42.2"
21335source = "registry+https://github.com/rust-lang/crates.io-index"
21336checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21337
21338[[package]]
21339name = "windows_x86_64_msvc"
21340version = "0.48.5"
21341source = "registry+https://github.com/rust-lang/crates.io-index"
21342checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21343
21344[[package]]
21345name = "windows_x86_64_msvc"
21346version = "0.52.6"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21349
21350[[package]]
21351name = "windows_x86_64_msvc"
21352version = "0.53.1"
21353source = "registry+https://github.com/rust-lang/crates.io-index"
21354checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21355
21356[[package]]
21357name = "winnow"
21358version = "0.7.13"
21359source = "registry+https://github.com/rust-lang/crates.io-index"
21360checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21361dependencies = [
21362 "memchr",
21363]
21364
21365[[package]]
21366name = "winreg"
21367version = "0.10.1"
21368source = "registry+https://github.com/rust-lang/crates.io-index"
21369checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21370dependencies = [
21371 "winapi",
21372]
21373
21374[[package]]
21375name = "winreg"
21376version = "0.50.0"
21377source = "registry+https://github.com/rust-lang/crates.io-index"
21378checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21379dependencies = [
21380 "cfg-if",
21381 "windows-sys 0.48.0",
21382]
21383
21384[[package]]
21385name = "winreg"
21386version = "0.55.0"
21387source = "registry+https://github.com/rust-lang/crates.io-index"
21388checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21389dependencies = [
21390 "cfg-if",
21391 "windows-sys 0.59.0",
21392]
21393
21394[[package]]
21395name = "winresource"
21396version = "0.1.23"
21397source = "registry+https://github.com/rust-lang/crates.io-index"
21398checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21399dependencies = [
21400 "toml 0.8.23",
21401 "version_check",
21402]
21403
21404[[package]]
21405name = "winsafe"
21406version = "0.0.19"
21407source = "registry+https://github.com/rust-lang/crates.io-index"
21408checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21409
21410[[package]]
21411name = "winx"
21412version = "0.36.4"
21413source = "registry+https://github.com/rust-lang/crates.io-index"
21414checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21415dependencies = [
21416 "bitflags 2.10.0",
21417 "windows-sys 0.59.0",
21418]
21419
21420[[package]]
21421name = "wio"
21422version = "0.2.2"
21423source = "registry+https://github.com/rust-lang/crates.io-index"
21424checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21425dependencies = [
21426 "winapi",
21427]
21428
21429[[package]]
21430name = "wit-bindgen"
21431version = "0.22.0"
21432source = "registry+https://github.com/rust-lang/crates.io-index"
21433checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21434dependencies = [
21435 "bitflags 2.10.0",
21436 "wit-bindgen-rt 0.22.0",
21437 "wit-bindgen-rust-macro 0.22.0",
21438]
21439
21440[[package]]
21441name = "wit-bindgen"
21442version = "0.41.0"
21443source = "registry+https://github.com/rust-lang/crates.io-index"
21444checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21445dependencies = [
21446 "wit-bindgen-rt 0.41.0",
21447 "wit-bindgen-rust-macro 0.41.0",
21448]
21449
21450[[package]]
21451name = "wit-bindgen"
21452version = "0.46.0"
21453source = "registry+https://github.com/rust-lang/crates.io-index"
21454checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21455
21456[[package]]
21457name = "wit-bindgen"
21458version = "0.51.0"
21459source = "registry+https://github.com/rust-lang/crates.io-index"
21460checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21461dependencies = [
21462 "wit-bindgen-rust-macro 0.51.0",
21463]
21464
21465[[package]]
21466name = "wit-bindgen-core"
21467version = "0.22.0"
21468source = "registry+https://github.com/rust-lang/crates.io-index"
21469checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21470dependencies = [
21471 "anyhow",
21472 "wit-parser 0.201.0",
21473]
21474
21475[[package]]
21476name = "wit-bindgen-core"
21477version = "0.41.0"
21478source = "registry+https://github.com/rust-lang/crates.io-index"
21479checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21480dependencies = [
21481 "anyhow",
21482 "heck 0.5.0",
21483 "wit-parser 0.227.1",
21484]
21485
21486[[package]]
21487name = "wit-bindgen-core"
21488version = "0.51.0"
21489source = "registry+https://github.com/rust-lang/crates.io-index"
21490checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21491dependencies = [
21492 "anyhow",
21493 "heck 0.5.0",
21494 "wit-parser 0.244.0",
21495]
21496
21497[[package]]
21498name = "wit-bindgen-rt"
21499version = "0.22.0"
21500source = "registry+https://github.com/rust-lang/crates.io-index"
21501checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21502
21503[[package]]
21504name = "wit-bindgen-rt"
21505version = "0.41.0"
21506source = "registry+https://github.com/rust-lang/crates.io-index"
21507checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21508dependencies = [
21509 "bitflags 2.10.0",
21510 "futures 0.3.32",
21511 "once_cell",
21512]
21513
21514[[package]]
21515name = "wit-bindgen-rust"
21516version = "0.22.0"
21517source = "registry+https://github.com/rust-lang/crates.io-index"
21518checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21519dependencies = [
21520 "anyhow",
21521 "heck 0.4.1",
21522 "indexmap",
21523 "wasm-metadata 0.201.0",
21524 "wit-bindgen-core 0.22.0",
21525 "wit-component 0.201.0",
21526]
21527
21528[[package]]
21529name = "wit-bindgen-rust"
21530version = "0.41.0"
21531source = "registry+https://github.com/rust-lang/crates.io-index"
21532checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21533dependencies = [
21534 "anyhow",
21535 "heck 0.5.0",
21536 "indexmap",
21537 "prettyplease",
21538 "syn 2.0.117",
21539 "wasm-metadata 0.227.1",
21540 "wit-bindgen-core 0.41.0",
21541 "wit-component 0.227.1",
21542]
21543
21544[[package]]
21545name = "wit-bindgen-rust"
21546version = "0.51.0"
21547source = "registry+https://github.com/rust-lang/crates.io-index"
21548checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21549dependencies = [
21550 "anyhow",
21551 "heck 0.5.0",
21552 "indexmap",
21553 "prettyplease",
21554 "syn 2.0.117",
21555 "wasm-metadata 0.244.0",
21556 "wit-bindgen-core 0.51.0",
21557 "wit-component 0.244.0",
21558]
21559
21560[[package]]
21561name = "wit-bindgen-rust-macro"
21562version = "0.22.0"
21563source = "registry+https://github.com/rust-lang/crates.io-index"
21564checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21565dependencies = [
21566 "anyhow",
21567 "proc-macro2",
21568 "quote",
21569 "syn 2.0.117",
21570 "wit-bindgen-core 0.22.0",
21571 "wit-bindgen-rust 0.22.0",
21572]
21573
21574[[package]]
21575name = "wit-bindgen-rust-macro"
21576version = "0.41.0"
21577source = "registry+https://github.com/rust-lang/crates.io-index"
21578checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21579dependencies = [
21580 "anyhow",
21581 "prettyplease",
21582 "proc-macro2",
21583 "quote",
21584 "syn 2.0.117",
21585 "wit-bindgen-core 0.41.0",
21586 "wit-bindgen-rust 0.41.0",
21587]
21588
21589[[package]]
21590name = "wit-bindgen-rust-macro"
21591version = "0.51.0"
21592source = "registry+https://github.com/rust-lang/crates.io-index"
21593checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21594dependencies = [
21595 "anyhow",
21596 "prettyplease",
21597 "proc-macro2",
21598 "quote",
21599 "syn 2.0.117",
21600 "wit-bindgen-core 0.51.0",
21601 "wit-bindgen-rust 0.51.0",
21602]
21603
21604[[package]]
21605name = "wit-component"
21606version = "0.201.0"
21607source = "registry+https://github.com/rust-lang/crates.io-index"
21608checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21609dependencies = [
21610 "anyhow",
21611 "bitflags 2.10.0",
21612 "indexmap",
21613 "log",
21614 "serde",
21615 "serde_derive",
21616 "serde_json",
21617 "wasm-encoder 0.201.0",
21618 "wasm-metadata 0.201.0",
21619 "wasmparser 0.201.0",
21620 "wit-parser 0.201.0",
21621]
21622
21623[[package]]
21624name = "wit-component"
21625version = "0.227.1"
21626source = "registry+https://github.com/rust-lang/crates.io-index"
21627checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21628dependencies = [
21629 "anyhow",
21630 "bitflags 2.10.0",
21631 "indexmap",
21632 "log",
21633 "serde",
21634 "serde_derive",
21635 "serde_json",
21636 "wasm-encoder 0.227.1",
21637 "wasm-metadata 0.227.1",
21638 "wasmparser 0.227.1",
21639 "wit-parser 0.227.1",
21640]
21641
21642[[package]]
21643name = "wit-component"
21644version = "0.244.0"
21645source = "registry+https://github.com/rust-lang/crates.io-index"
21646checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21647dependencies = [
21648 "anyhow",
21649 "bitflags 2.10.0",
21650 "indexmap",
21651 "log",
21652 "serde",
21653 "serde_derive",
21654 "serde_json",
21655 "wasm-encoder 0.244.0",
21656 "wasm-metadata 0.244.0",
21657 "wasmparser 0.244.0",
21658 "wit-parser 0.244.0",
21659]
21660
21661[[package]]
21662name = "wit-parser"
21663version = "0.201.0"
21664source = "registry+https://github.com/rust-lang/crates.io-index"
21665checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21666dependencies = [
21667 "anyhow",
21668 "id-arena",
21669 "indexmap",
21670 "log",
21671 "semver",
21672 "serde",
21673 "serde_derive",
21674 "serde_json",
21675 "unicode-xid",
21676 "wasmparser 0.201.0",
21677]
21678
21679[[package]]
21680name = "wit-parser"
21681version = "0.227.1"
21682source = "registry+https://github.com/rust-lang/crates.io-index"
21683checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21684dependencies = [
21685 "anyhow",
21686 "id-arena",
21687 "indexmap",
21688 "log",
21689 "semver",
21690 "serde",
21691 "serde_derive",
21692 "serde_json",
21693 "unicode-xid",
21694 "wasmparser 0.227.1",
21695]
21696
21697[[package]]
21698name = "wit-parser"
21699version = "0.236.1"
21700source = "registry+https://github.com/rust-lang/crates.io-index"
21701checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21702dependencies = [
21703 "anyhow",
21704 "id-arena",
21705 "indexmap",
21706 "log",
21707 "semver",
21708 "serde",
21709 "serde_derive",
21710 "serde_json",
21711 "unicode-xid",
21712 "wasmparser 0.236.1",
21713]
21714
21715[[package]]
21716name = "wit-parser"
21717version = "0.244.0"
21718source = "registry+https://github.com/rust-lang/crates.io-index"
21719checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21720dependencies = [
21721 "anyhow",
21722 "id-arena",
21723 "indexmap",
21724 "log",
21725 "semver",
21726 "serde",
21727 "serde_derive",
21728 "serde_json",
21729 "unicode-xid",
21730 "wasmparser 0.244.0",
21731]
21732
21733[[package]]
21734name = "witx"
21735version = "0.9.1"
21736source = "registry+https://github.com/rust-lang/crates.io-index"
21737checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21738dependencies = [
21739 "anyhow",
21740 "log",
21741 "thiserror 1.0.69",
21742 "wast",
21743]
21744
21745[[package]]
21746name = "workspace"
21747version = "0.1.0"
21748dependencies = [
21749 "agent_settings",
21750 "any_vec",
21751 "anyhow",
21752 "async-recursion",
21753 "chrono",
21754 "client",
21755 "clock",
21756 "collections",
21757 "component",
21758 "db",
21759 "fs",
21760 "futures 0.3.32",
21761 "git",
21762 "gpui",
21763 "http_client",
21764 "itertools 0.14.0",
21765 "language",
21766 "log",
21767 "markdown",
21768 "menu",
21769 "node_runtime",
21770 "parking_lot",
21771 "postage",
21772 "pretty_assertions",
21773 "project",
21774 "release_channel",
21775 "remote",
21776 "schemars",
21777 "serde",
21778 "serde_json",
21779 "session",
21780 "settings",
21781 "smallvec",
21782 "sqlez",
21783 "strum 0.27.2",
21784 "task",
21785 "telemetry",
21786 "tempfile",
21787 "theme",
21788 "theme_settings",
21789 "ui",
21790 "util",
21791 "uuid",
21792 "vim_mode_setting",
21793 "windows 0.61.3",
21794 "zed_actions",
21795 "zlog",
21796]
21797
21798[[package]]
21799name = "worktree"
21800version = "0.1.0"
21801dependencies = [
21802 "anyhow",
21803 "async-lock 2.8.0",
21804 "chardetng",
21805 "clock",
21806 "collections",
21807 "encoding_rs",
21808 "fs",
21809 "futures 0.3.32",
21810 "fuzzy",
21811 "git",
21812 "gpui",
21813 "ignore",
21814 "language",
21815 "log",
21816 "parking_lot",
21817 "paths",
21818 "postage",
21819 "pretty_assertions",
21820 "rand 0.9.3",
21821 "rpc",
21822 "serde",
21823 "serde_json",
21824 "settings",
21825 "smallvec",
21826 "smol",
21827 "sum_tree",
21828 "text",
21829 "tracing",
21830 "util",
21831 "worktree",
21832 "zlog",
21833 "ztracing",
21834]
21835
21836[[package]]
21837name = "worktree_benchmarks"
21838version = "0.1.0"
21839dependencies = [
21840 "fs",
21841 "gpui_platform",
21842 "settings",
21843 "worktree",
21844]
21845
21846[[package]]
21847name = "wprcontrol"
21848version = "0.1.0"
21849source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21850dependencies = [
21851 "windows 0.61.3",
21852 "windows-bindgen",
21853 "windows-core 0.61.2",
21854 "windows-link 0.2.1",
21855]
21856
21857[[package]]
21858name = "writeable"
21859version = "0.6.1"
21860source = "registry+https://github.com/rust-lang/crates.io-index"
21861checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21862
21863[[package]]
21864name = "wyz"
21865version = "0.5.1"
21866source = "registry+https://github.com/rust-lang/crates.io-index"
21867checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21868dependencies = [
21869 "tap",
21870]
21871
21872[[package]]
21873name = "x11"
21874version = "2.21.0"
21875source = "registry+https://github.com/rust-lang/crates.io-index"
21876checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21877dependencies = [
21878 "libc",
21879 "pkg-config",
21880]
21881
21882[[package]]
21883name = "x11-clipboard"
21884version = "0.9.3"
21885source = "registry+https://github.com/rust-lang/crates.io-index"
21886checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21887dependencies = [
21888 "libc",
21889 "x11rb",
21890]
21891
21892[[package]]
21893name = "x11rb"
21894version = "0.13.2"
21895source = "registry+https://github.com/rust-lang/crates.io-index"
21896checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21897dependencies = [
21898 "as-raw-xcb-connection",
21899 "gethostname",
21900 "libc",
21901 "rustix 1.1.2",
21902 "x11rb-protocol",
21903 "xcursor",
21904]
21905
21906[[package]]
21907name = "x11rb-protocol"
21908version = "0.13.2"
21909source = "registry+https://github.com/rust-lang/crates.io-index"
21910checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21911
21912[[package]]
21913name = "x_ai"
21914version = "0.1.0"
21915dependencies = [
21916 "anyhow",
21917 "language_model_core",
21918 "schemars",
21919 "serde",
21920 "strum 0.27.2",
21921 "tiktoken-rs",
21922]
21923
21924[[package]]
21925name = "xattr"
21926version = "0.2.3"
21927source = "registry+https://github.com/rust-lang/crates.io-index"
21928checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21929dependencies = [
21930 "libc",
21931]
21932
21933[[package]]
21934name = "xcb"
21935version = "1.6.0"
21936source = "registry+https://github.com/rust-lang/crates.io-index"
21937checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21938dependencies = [
21939 "bitflags 1.3.2",
21940 "libc",
21941 "quick-xml 0.30.0",
21942 "x11",
21943]
21944
21945[[package]]
21946name = "xcursor"
21947version = "0.3.10"
21948source = "registry+https://github.com/rust-lang/crates.io-index"
21949checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21950
21951[[package]]
21952name = "xim-ctext"
21953version = "0.3.0"
21954source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21955dependencies = [
21956 "encoding_rs",
21957]
21958
21959[[package]]
21960name = "xim-parser"
21961version = "0.2.1"
21962source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21963dependencies = [
21964 "bitflags 2.10.0",
21965]
21966
21967[[package]]
21968name = "xkbcommon"
21969version = "0.8.0"
21970source = "registry+https://github.com/rust-lang/crates.io-index"
21971checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21972dependencies = [
21973 "as-raw-xcb-connection",
21974 "libc",
21975 "memmap2",
21976 "xkeysym",
21977]
21978
21979[[package]]
21980name = "xkeysym"
21981version = "0.2.1"
21982source = "registry+https://github.com/rust-lang/crates.io-index"
21983checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21984
21985[[package]]
21986name = "xml-rs"
21987version = "0.8.28"
21988source = "registry+https://github.com/rust-lang/crates.io-index"
21989checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21990
21991[[package]]
21992name = "xml5ever"
21993version = "0.18.1"
21994source = "registry+https://github.com/rust-lang/crates.io-index"
21995checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21996dependencies = [
21997 "log",
21998 "mac",
21999 "markup5ever 0.12.1",
22000]
22001
22002[[package]]
22003name = "xmlparser"
22004version = "0.13.6"
22005source = "registry+https://github.com/rust-lang/crates.io-index"
22006checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
22007
22008[[package]]
22009name = "xmlwriter"
22010version = "0.1.0"
22011source = "registry+https://github.com/rust-lang/crates.io-index"
22012checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
22013
22014[[package]]
22015name = "xtask"
22016version = "0.1.0"
22017dependencies = [
22018 "annotate-snippets",
22019 "anyhow",
22020 "backtrace",
22021 "cargo_metadata 0.19.2",
22022 "cargo_toml",
22023 "clap",
22024 "compliance",
22025 "gh-workflow",
22026 "indexmap",
22027 "indoc",
22028 "itertools 0.14.0",
22029 "regex",
22030 "serde",
22031 "serde_json",
22032 "serde_yaml",
22033 "strum 0.27.2",
22034 "tokio",
22035 "toml 0.8.23",
22036 "toml_edit 0.22.27",
22037]
22038
22039[[package]]
22040name = "y4m"
22041version = "0.8.0"
22042source = "registry+https://github.com/rust-lang/crates.io-index"
22043checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22044
22045[[package]]
22046name = "yaml-rust2"
22047version = "0.8.1"
22048source = "registry+https://github.com/rust-lang/crates.io-index"
22049checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22050dependencies = [
22051 "arraydeque",
22052 "encoding_rs",
22053 "hashlink 0.8.4",
22054]
22055
22056[[package]]
22057name = "yansi"
22058version = "1.0.1"
22059source = "registry+https://github.com/rust-lang/crates.io-index"
22060checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22061
22062[[package]]
22063name = "yawc"
22064version = "0.2.5"
22065source = "registry+https://github.com/rust-lang/crates.io-index"
22066checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22067dependencies = [
22068 "base64 0.22.1",
22069 "bytes 1.11.1",
22070 "flate2",
22071 "futures 0.3.32",
22072 "http-body-util",
22073 "hyper 1.7.0",
22074 "hyper-util",
22075 "js-sys",
22076 "nom 8.0.0",
22077 "pin-project",
22078 "rand 0.8.5",
22079 "sha1",
22080 "thiserror 1.0.69",
22081 "tokio",
22082 "tokio-rustls 0.26.2",
22083 "tokio-util",
22084 "url",
22085 "wasm-bindgen",
22086 "wasm-bindgen-futures",
22087 "web-sys",
22088 "webpki-roots",
22089]
22090
22091[[package]]
22092name = "yazi"
22093version = "0.2.1"
22094source = "registry+https://github.com/rust-lang/crates.io-index"
22095checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22096
22097[[package]]
22098name = "yeslogic-fontconfig-sys"
22099version = "6.0.0"
22100source = "registry+https://github.com/rust-lang/crates.io-index"
22101checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22102dependencies = [
22103 "dlib",
22104 "once_cell",
22105 "pkg-config",
22106]
22107
22108[[package]]
22109name = "yoke"
22110version = "0.7.5"
22111source = "registry+https://github.com/rust-lang/crates.io-index"
22112checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22113dependencies = [
22114 "serde",
22115 "stable_deref_trait",
22116 "yoke-derive 0.7.5",
22117 "zerofrom",
22118]
22119
22120[[package]]
22121name = "yoke"
22122version = "0.8.0"
22123source = "registry+https://github.com/rust-lang/crates.io-index"
22124checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22125dependencies = [
22126 "serde",
22127 "stable_deref_trait",
22128 "yoke-derive 0.8.0",
22129 "zerofrom",
22130]
22131
22132[[package]]
22133name = "yoke-derive"
22134version = "0.7.5"
22135source = "registry+https://github.com/rust-lang/crates.io-index"
22136checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22137dependencies = [
22138 "proc-macro2",
22139 "quote",
22140 "syn 2.0.117",
22141 "synstructure",
22142]
22143
22144[[package]]
22145name = "yoke-derive"
22146version = "0.8.0"
22147source = "registry+https://github.com/rust-lang/crates.io-index"
22148checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22149dependencies = [
22150 "proc-macro2",
22151 "quote",
22152 "syn 2.0.117",
22153 "synstructure",
22154]
22155
22156[[package]]
22157name = "zbus"
22158version = "5.13.2"
22159source = "registry+https://github.com/rust-lang/crates.io-index"
22160checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22161dependencies = [
22162 "async-broadcast",
22163 "async-executor",
22164 "async-io",
22165 "async-lock 3.4.2",
22166 "async-process",
22167 "async-recursion",
22168 "async-task",
22169 "async-trait",
22170 "blocking",
22171 "enumflags2",
22172 "event-listener 5.4.1",
22173 "futures-core",
22174 "futures-lite 2.6.1",
22175 "hex",
22176 "libc",
22177 "ordered-stream",
22178 "rustix 1.1.2",
22179 "serde",
22180 "serde_repr",
22181 "tracing",
22182 "uds_windows",
22183 "uuid",
22184 "windows-sys 0.61.2",
22185 "winnow",
22186 "zbus_macros",
22187 "zbus_names",
22188 "zvariant",
22189]
22190
22191[[package]]
22192name = "zbus_macros"
22193version = "5.13.2"
22194source = "registry+https://github.com/rust-lang/crates.io-index"
22195checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22196dependencies = [
22197 "proc-macro-crate",
22198 "proc-macro2",
22199 "quote",
22200 "syn 2.0.117",
22201 "zbus_names",
22202 "zvariant",
22203 "zvariant_utils",
22204]
22205
22206[[package]]
22207name = "zbus_names"
22208version = "4.3.1"
22209source = "registry+https://github.com/rust-lang/crates.io-index"
22210checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22211dependencies = [
22212 "serde",
22213 "winnow",
22214 "zvariant",
22215]
22216
22217[[package]]
22218name = "zed"
22219version = "0.234.0"
22220dependencies = [
22221 "acp_thread",
22222 "acp_tools",
22223 "action_log",
22224 "activity_indicator",
22225 "agent",
22226 "agent-client-protocol",
22227 "agent_servers",
22228 "agent_settings",
22229 "agent_ui",
22230 "anyhow",
22231 "ashpd",
22232 "askpass",
22233 "assets",
22234 "audio",
22235 "auto_update",
22236 "auto_update_ui",
22237 "breadcrumbs",
22238 "call",
22239 "channel",
22240 "chrono",
22241 "clap",
22242 "cli",
22243 "client",
22244 "clock",
22245 "codestral",
22246 "collab_ui",
22247 "collections",
22248 "command_palette",
22249 "component",
22250 "component_preview",
22251 "copilot",
22252 "copilot_chat",
22253 "copilot_ui",
22254 "crashes",
22255 "csv_preview",
22256 "dap_adapters",
22257 "db",
22258 "debug_adapter_extension",
22259 "debugger_tools",
22260 "debugger_ui",
22261 "dev_container",
22262 "diagnostics",
22263 "edit_prediction",
22264 "edit_prediction_ui",
22265 "editor",
22266 "encoding_selector",
22267 "env_logger 0.11.8",
22268 "etw_tracing",
22269 "extension",
22270 "extension_host",
22271 "extensions_ui",
22272 "feature_flags",
22273 "feedback",
22274 "file_finder",
22275 "fs",
22276 "futures 0.3.32",
22277 "git",
22278 "git_graph",
22279 "git_hosting_providers",
22280 "git_ui",
22281 "go_to_line",
22282 "gpui",
22283 "gpui_platform",
22284 "gpui_tokio",
22285 "http_client",
22286 "image",
22287 "image_viewer",
22288 "input_latency_ui",
22289 "inspector_ui",
22290 "install_cli",
22291 "itertools 0.14.0",
22292 "journal",
22293 "json_schema_store",
22294 "keymap_editor",
22295 "language",
22296 "language_extension",
22297 "language_model",
22298 "language_models",
22299 "language_onboarding",
22300 "language_selector",
22301 "language_tools",
22302 "languages",
22303 "line_ending_selector",
22304 "log",
22305 "markdown",
22306 "markdown_preview",
22307 "menu",
22308 "migrator",
22309 "mimalloc",
22310 "miniprofiler_ui",
22311 "nc",
22312 "node_runtime",
22313 "notifications",
22314 "onboarding",
22315 "outline",
22316 "outline_panel",
22317 "parking_lot",
22318 "paths",
22319 "picker",
22320 "pkg-config",
22321 "pretty_assertions",
22322 "profiling",
22323 "project",
22324 "project_panel",
22325 "project_symbols",
22326 "prompt_store",
22327 "proto",
22328 "rayon",
22329 "recent_projects",
22330 "release_channel",
22331 "remote",
22332 "repl",
22333 "reqwest_client",
22334 "rope",
22335 "search",
22336 "semver",
22337 "serde",
22338 "serde_json",
22339 "session",
22340 "settings",
22341 "settings_profile_selector",
22342 "settings_ui",
22343 "shellexpand",
22344 "sidebar",
22345 "smol",
22346 "snippet_provider",
22347 "snippets_ui",
22348 "svg_preview",
22349 "sysinfo 0.37.2",
22350 "system_specs",
22351 "tab_switcher",
22352 "task",
22353 "tasks_ui",
22354 "telemetry",
22355 "telemetry_events",
22356 "tempfile",
22357 "terminal_view",
22358 "theme",
22359 "theme_extension",
22360 "theme_selector",
22361 "theme_settings",
22362 "time",
22363 "time_format",
22364 "title_bar",
22365 "toolchain_selector",
22366 "tracing",
22367 "ui",
22368 "ui_prompt",
22369 "url",
22370 "urlencoding",
22371 "util",
22372 "uuid",
22373 "vim",
22374 "vim_mode_setting",
22375 "watch",
22376 "web_search",
22377 "web_search_providers",
22378 "which_key",
22379 "windows 0.61.3",
22380 "winresource",
22381 "workspace",
22382 "zed-reqwest",
22383 "zed_actions",
22384 "zed_env_vars",
22385 "zlog",
22386 "zlog_settings",
22387 "ztracing",
22388]
22389
22390[[package]]
22391name = "zed-font-kit"
22392version = "0.14.1-zed"
22393source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22394dependencies = [
22395 "bitflags 2.10.0",
22396 "byteorder",
22397 "core-foundation 0.10.0",
22398 "core-graphics 0.24.0",
22399 "core-text",
22400 "dirs",
22401 "dwrote",
22402 "float-ord",
22403 "freetype-sys",
22404 "lazy_static",
22405 "libc",
22406 "log",
22407 "pathfinder_geometry",
22408 "pathfinder_simd",
22409 "walkdir",
22410 "winapi",
22411 "yeslogic-fontconfig-sys",
22412]
22413
22414[[package]]
22415name = "zed-reqwest"
22416version = "0.12.15-zed"
22417source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22418dependencies = [
22419 "base64 0.22.1",
22420 "bytes 1.11.1",
22421 "encoding_rs",
22422 "futures-core",
22423 "futures-util",
22424 "h2 0.4.12",
22425 "http 1.3.1",
22426 "http-body 1.0.1",
22427 "http-body-util",
22428 "hyper 1.7.0",
22429 "hyper-rustls 0.27.7",
22430 "hyper-util",
22431 "ipnet",
22432 "js-sys",
22433 "log",
22434 "mime",
22435 "mime_guess",
22436 "once_cell",
22437 "percent-encoding",
22438 "pin-project-lite",
22439 "quinn",
22440 "rustls 0.23.33",
22441 "rustls-native-certs 0.8.2",
22442 "rustls-pemfile 2.2.0",
22443 "rustls-pki-types",
22444 "serde",
22445 "serde_json",
22446 "serde_urlencoded",
22447 "sync_wrapper 1.0.2",
22448 "system-configuration 0.6.1",
22449 "tokio",
22450 "tokio-rustls 0.26.2",
22451 "tokio-socks",
22452 "tokio-util",
22453 "tower 0.5.2",
22454 "tower-service",
22455 "url",
22456 "wasm-bindgen",
22457 "wasm-bindgen-futures",
22458 "wasm-streams",
22459 "web-sys",
22460 "windows-registry 0.4.0",
22461]
22462
22463[[package]]
22464name = "zed-scap"
22465version = "0.0.8-zed"
22466source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22467dependencies = [
22468 "anyhow",
22469 "cocoa 0.25.0",
22470 "core-graphics-helmer-fork",
22471 "log",
22472 "objc",
22473 "rand 0.8.5",
22474 "screencapturekit",
22475 "screencapturekit-sys",
22476 "sysinfo 0.31.4",
22477 "tao-core-video-sys",
22478 "windows 0.61.3",
22479 "windows-capture",
22480 "x11",
22481 "xcb",
22482]
22483
22484[[package]]
22485name = "zed-xim"
22486version = "0.4.0-zed"
22487source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22488dependencies = [
22489 "ahash 0.8.12",
22490 "hashbrown 0.14.5",
22491 "log",
22492 "x11rb",
22493 "xim-ctext",
22494 "xim-parser",
22495]
22496
22497[[package]]
22498name = "zed_actions"
22499version = "0.1.0"
22500dependencies = [
22501 "gpui",
22502 "schemars",
22503 "serde",
22504 "util",
22505 "uuid",
22506]
22507
22508[[package]]
22509name = "zed_credentials_provider"
22510version = "0.1.0"
22511dependencies = [
22512 "anyhow",
22513 "credentials_provider",
22514 "futures 0.3.32",
22515 "gpui",
22516 "paths",
22517 "release_channel",
22518 "serde",
22519 "serde_json",
22520]
22521
22522[[package]]
22523name = "zed_env_vars"
22524version = "0.1.0"
22525dependencies = [
22526 "env_var",
22527]
22528
22529[[package]]
22530name = "zed_extension_api"
22531version = "0.1.0"
22532source = "registry+https://github.com/rust-lang/crates.io-index"
22533checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22534dependencies = [
22535 "serde",
22536 "serde_json",
22537 "wit-bindgen 0.22.0",
22538]
22539
22540[[package]]
22541name = "zed_extension_api"
22542version = "0.7.0"
22543source = "registry+https://github.com/rust-lang/crates.io-index"
22544checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22545dependencies = [
22546 "serde",
22547 "serde_json",
22548 "wit-bindgen 0.41.0",
22549]
22550
22551[[package]]
22552name = "zed_extension_api"
22553version = "0.8.0"
22554dependencies = [
22555 "serde",
22556 "serde_json",
22557 "wit-bindgen 0.41.0",
22558]
22559
22560[[package]]
22561name = "zed_glsl"
22562version = "0.2.3"
22563dependencies = [
22564 "zed_extension_api 0.1.0",
22565]
22566
22567[[package]]
22568name = "zed_html"
22569version = "0.3.1"
22570dependencies = [
22571 "zed_extension_api 0.7.0",
22572]
22573
22574[[package]]
22575name = "zed_proto"
22576version = "0.3.2"
22577dependencies = [
22578 "zed_extension_api 0.7.0",
22579]
22580
22581[[package]]
22582name = "zed_test_extension"
22583version = "0.1.0"
22584dependencies = [
22585 "zed_extension_api 0.8.0",
22586]
22587
22588[[package]]
22589name = "zeno"
22590version = "0.3.3"
22591source = "registry+https://github.com/rust-lang/crates.io-index"
22592checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22593
22594[[package]]
22595name = "zerocopy"
22596version = "0.8.27"
22597source = "registry+https://github.com/rust-lang/crates.io-index"
22598checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22599dependencies = [
22600 "zerocopy-derive",
22601]
22602
22603[[package]]
22604name = "zerocopy-derive"
22605version = "0.8.27"
22606source = "registry+https://github.com/rust-lang/crates.io-index"
22607checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22608dependencies = [
22609 "proc-macro2",
22610 "quote",
22611 "syn 2.0.117",
22612]
22613
22614[[package]]
22615name = "zerofrom"
22616version = "0.1.6"
22617source = "registry+https://github.com/rust-lang/crates.io-index"
22618checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22619dependencies = [
22620 "zerofrom-derive",
22621]
22622
22623[[package]]
22624name = "zerofrom-derive"
22625version = "0.1.6"
22626source = "registry+https://github.com/rust-lang/crates.io-index"
22627checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22628dependencies = [
22629 "proc-macro2",
22630 "quote",
22631 "syn 2.0.117",
22632 "synstructure",
22633]
22634
22635[[package]]
22636name = "zeroize"
22637version = "1.8.2"
22638source = "registry+https://github.com/rust-lang/crates.io-index"
22639checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22640dependencies = [
22641 "zeroize_derive",
22642]
22643
22644[[package]]
22645name = "zeroize_derive"
22646version = "1.4.2"
22647source = "registry+https://github.com/rust-lang/crates.io-index"
22648checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22649dependencies = [
22650 "proc-macro2",
22651 "quote",
22652 "syn 2.0.117",
22653]
22654
22655[[package]]
22656name = "zeromq"
22657version = "0.5.0"
22658source = "registry+https://github.com/rust-lang/crates.io-index"
22659checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22660dependencies = [
22661 "async-dispatcher",
22662 "async-std",
22663 "async-trait",
22664 "asynchronous-codec",
22665 "bytes 1.11.1",
22666 "crossbeam-queue",
22667 "futures 0.3.32",
22668 "log",
22669 "num-traits",
22670 "once_cell",
22671 "parking_lot",
22672 "rand 0.9.3",
22673 "regex",
22674 "scc",
22675 "thiserror 1.0.69",
22676 "uuid",
22677]
22678
22679[[package]]
22680name = "zerotrie"
22681version = "0.2.2"
22682source = "registry+https://github.com/rust-lang/crates.io-index"
22683checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22684dependencies = [
22685 "displaydoc",
22686 "yoke 0.8.0",
22687 "zerofrom",
22688]
22689
22690[[package]]
22691name = "zerovec"
22692version = "0.11.4"
22693source = "registry+https://github.com/rust-lang/crates.io-index"
22694checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22695dependencies = [
22696 "yoke 0.8.0",
22697 "zerofrom",
22698 "zerovec-derive",
22699]
22700
22701[[package]]
22702name = "zerovec-derive"
22703version = "0.11.1"
22704source = "registry+https://github.com/rust-lang/crates.io-index"
22705checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22706dependencies = [
22707 "proc-macro2",
22708 "quote",
22709 "syn 2.0.117",
22710]
22711
22712[[package]]
22713name = "zeta_prompt"
22714version = "0.1.0"
22715dependencies = [
22716 "anyhow",
22717 "imara-diff",
22718 "indoc",
22719 "serde",
22720 "strum 0.27.2",
22721]
22722
22723[[package]]
22724name = "zip"
22725version = "0.6.6"
22726source = "registry+https://github.com/rust-lang/crates.io-index"
22727checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22728dependencies = [
22729 "aes",
22730 "byteorder",
22731 "bzip2 0.4.4",
22732 "constant_time_eq",
22733 "crc32fast",
22734 "crossbeam-utils",
22735 "flate2",
22736 "hmac",
22737 "pbkdf2 0.11.0",
22738 "sha1",
22739 "time",
22740 "zstd",
22741]
22742
22743[[package]]
22744name = "zip"
22745version = "1.1.4"
22746source = "registry+https://github.com/rust-lang/crates.io-index"
22747checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22748dependencies = [
22749 "arbitrary",
22750 "crc32fast",
22751 "crossbeam-utils",
22752 "displaydoc",
22753 "indexmap",
22754 "num_enum",
22755 "thiserror 1.0.69",
22756]
22757
22758[[package]]
22759name = "zlog"
22760version = "0.1.0"
22761dependencies = [
22762 "anyhow",
22763 "chrono",
22764 "collections",
22765 "log",
22766 "tempfile",
22767]
22768
22769[[package]]
22770name = "zlog_settings"
22771version = "0.1.0"
22772dependencies = [
22773 "collections",
22774 "gpui",
22775 "settings",
22776 "zlog",
22777]
22778
22779[[package]]
22780name = "zstd"
22781version = "0.11.2+zstd.1.5.2"
22782source = "registry+https://github.com/rust-lang/crates.io-index"
22783checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22784dependencies = [
22785 "zstd-safe",
22786]
22787
22788[[package]]
22789name = "zstd-safe"
22790version = "5.0.2+zstd.1.5.2"
22791source = "registry+https://github.com/rust-lang/crates.io-index"
22792checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22793dependencies = [
22794 "libc",
22795 "zstd-sys",
22796]
22797
22798[[package]]
22799name = "zstd-sys"
22800version = "2.0.16+zstd.1.5.7"
22801source = "registry+https://github.com/rust-lang/crates.io-index"
22802checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22803dependencies = [
22804 "cc",
22805 "pkg-config",
22806]
22807
22808[[package]]
22809name = "ztracing"
22810version = "0.1.0"
22811dependencies = [
22812 "tracing",
22813 "tracing-subscriber",
22814 "tracing-tracy",
22815 "tracy-client",
22816 "zlog",
22817 "ztracing_macro",
22818]
22819
22820[[package]]
22821name = "ztracing_macro"
22822version = "0.1.0"
22823
22824[[package]]
22825name = "zune-core"
22826version = "0.4.12"
22827source = "registry+https://github.com/rust-lang/crates.io-index"
22828checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22829
22830[[package]]
22831name = "zune-core"
22832version = "0.5.1"
22833source = "registry+https://github.com/rust-lang/crates.io-index"
22834checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22835
22836[[package]]
22837name = "zune-inflate"
22838version = "0.2.54"
22839source = "registry+https://github.com/rust-lang/crates.io-index"
22840checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22841dependencies = [
22842 "simd-adler32",
22843]
22844
22845[[package]]
22846name = "zune-jpeg"
22847version = "0.4.21"
22848source = "registry+https://github.com/rust-lang/crates.io-index"
22849checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22850dependencies = [
22851 "zune-core 0.4.12",
22852]
22853
22854[[package]]
22855name = "zune-jpeg"
22856version = "0.5.15"
22857source = "registry+https://github.com/rust-lang/crates.io-index"
22858checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22859dependencies = [
22860 "zune-core 0.5.1",
22861]
22862
22863[[package]]
22864name = "zvariant"
22865version = "5.9.2"
22866source = "registry+https://github.com/rust-lang/crates.io-index"
22867checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22868dependencies = [
22869 "endi",
22870 "enumflags2",
22871 "serde",
22872 "serde_bytes",
22873 "winnow",
22874 "zvariant_derive",
22875 "zvariant_utils",
22876]
22877
22878[[package]]
22879name = "zvariant_derive"
22880version = "5.9.2"
22881source = "registry+https://github.com/rust-lang/crates.io-index"
22882checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22883dependencies = [
22884 "proc-macro-crate",
22885 "proc-macro2",
22886 "quote",
22887 "syn 2.0.117",
22888 "zvariant_utils",
22889]
22890
22891[[package]]
22892name = "zvariant_utils"
22893version = "3.3.0"
22894source = "registry+https://github.com/rust-lang/crates.io-index"
22895checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22896dependencies = [
22897 "proc-macro2",
22898 "quote",
22899 "serde",
22900 "syn 2.0.117",
22901 "winnow",
22902]