Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "feature_flags",
   18 "file_icons",
   19 "futures 0.3.32",
   20 "gpui",
   21 "image",
   22 "indoc",
   23 "itertools 0.14.0",
   24 "language",
   25 "language_model",
   26 "log",
   27 "markdown",
   28 "multi_buffer",
   29 "parking_lot",
   30 "portable-pty",
   31 "project",
   32 "prompt_store",
   33 "rand 0.9.3",
   34 "serde",
   35 "serde_json",
   36 "settings",
   37 "smol",
   38 "task",
   39 "telemetry",
   40 "terminal",
   41 "text",
   42 "ui",
   43 "url",
   44 "urlencoding",
   45 "util",
   46 "uuid",
   47 "watch",
   48]
   49
   50[[package]]
   51name = "acp_tools"
   52version = "0.1.0"
   53dependencies = [
   54 "agent-client-protocol",
   55 "collections",
   56 "gpui",
   57 "language",
   58 "markdown",
   59 "project",
   60 "serde",
   61 "serde_json",
   62 "settings",
   63 "theme_settings",
   64 "ui",
   65 "util",
   66 "workspace",
   67]
   68
   69[[package]]
   70name = "action_log"
   71version = "0.1.0"
   72dependencies = [
   73 "anyhow",
   74 "buffer_diff",
   75 "clock",
   76 "collections",
   77 "ctor",
   78 "fs",
   79 "futures 0.3.32",
   80 "git",
   81 "gpui",
   82 "language",
   83 "log",
   84 "pretty_assertions",
   85 "project",
   86 "rand 0.9.3",
   87 "serde_json",
   88 "settings",
   89 "telemetry",
   90 "text",
   91 "util",
   92 "watch",
   93 "zlog",
   94]
   95
   96[[package]]
   97name = "activity_indicator"
   98version = "0.1.0"
   99dependencies = [
  100 "anyhow",
  101 "auto_update",
  102 "editor",
  103 "extension_host",
  104 "fs",
  105 "futures 0.3.32",
  106 "gpui",
  107 "language",
  108 "project",
  109 "proto",
  110 "smallvec",
  111 "ui",
  112 "util",
  113 "workspace",
  114]
  115
  116[[package]]
  117name = "addr2line"
  118version = "0.25.1"
  119source = "registry+https://github.com/rust-lang/crates.io-index"
  120checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  121dependencies = [
  122 "gimli",
  123]
  124
  125[[package]]
  126name = "adler2"
  127version = "2.0.1"
  128source = "registry+https://github.com/rust-lang/crates.io-index"
  129checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  130
  131[[package]]
  132name = "aes"
  133version = "0.8.4"
  134source = "registry+https://github.com/rust-lang/crates.io-index"
  135checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  136dependencies = [
  137 "cfg-if",
  138 "cipher",
  139 "cpufeatures",
  140 "zeroize",
  141]
  142
  143[[package]]
  144name = "agent"
  145version = "0.1.0"
  146dependencies = [
  147 "acp_thread",
  148 "action_log",
  149 "agent-client-protocol",
  150 "agent_servers",
  151 "agent_settings",
  152 "anyhow",
  153 "chrono",
  154 "client",
  155 "clock",
  156 "cloud_api_types",
  157 "cloud_llm_client",
  158 "collections",
  159 "context_server",
  160 "ctor",
  161 "db",
  162 "derive_more",
  163 "editor",
  164 "env_logger 0.11.8",
  165 "eval_utils",
  166 "feature_flags",
  167 "fs",
  168 "futures 0.3.32",
  169 "git",
  170 "gpui",
  171 "gpui_tokio",
  172 "handlebars 4.5.0",
  173 "heck 0.5.0",
  174 "html_to_markdown",
  175 "http_client",
  176 "indoc",
  177 "itertools 0.14.0",
  178 "language",
  179 "language_model",
  180 "language_models",
  181 "log",
  182 "lsp",
  183 "open",
  184 "parking_lot",
  185 "paths",
  186 "pretty_assertions",
  187 "project",
  188 "prompt_store",
  189 "rand 0.9.3",
  190 "regex",
  191 "reqwest_client",
  192 "rust-embed",
  193 "schemars",
  194 "serde",
  195 "serde_json",
  196 "settings",
  197 "shell_command_parser",
  198 "smallvec",
  199 "smol",
  200 "sqlez",
  201 "streaming_diff",
  202 "strsim",
  203 "task",
  204 "telemetry",
  205 "tempfile",
  206 "text",
  207 "theme",
  208 "thiserror 2.0.17",
  209 "ui",
  210 "unindent",
  211 "url",
  212 "util",
  213 "uuid",
  214 "watch",
  215 "web_search",
  216 "zed_env_vars",
  217 "zlog",
  218 "zstd",
  219]
  220
  221[[package]]
  222name = "agent-client-protocol"
  223version = "0.10.2"
  224source = "registry+https://github.com/rust-lang/crates.io-index"
  225checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  226dependencies = [
  227 "agent-client-protocol-schema",
  228 "anyhow",
  229 "async-broadcast",
  230 "async-trait",
  231 "derive_more",
  232 "futures 0.3.32",
  233 "log",
  234 "serde",
  235 "serde_json",
  236]
  237
  238[[package]]
  239name = "agent-client-protocol-schema"
  240version = "0.11.2"
  241source = "registry+https://github.com/rust-lang/crates.io-index"
  242checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  243dependencies = [
  244 "anyhow",
  245 "derive_more",
  246 "schemars",
  247 "serde",
  248 "serde_json",
  249 "strum 0.28.0",
  250]
  251
  252[[package]]
  253name = "agent_servers"
  254version = "0.1.0"
  255dependencies = [
  256 "acp_thread",
  257 "acp_tools",
  258 "action_log",
  259 "agent-client-protocol",
  260 "anyhow",
  261 "async-pipe",
  262 "async-trait",
  263 "chrono",
  264 "client",
  265 "collections",
  266 "env_logger 0.11.8",
  267 "feature_flags",
  268 "fs",
  269 "futures 0.3.32",
  270 "google_ai",
  271 "gpui",
  272 "gpui_tokio",
  273 "http_client",
  274 "indoc",
  275 "language_model",
  276 "libc",
  277 "log",
  278 "nix 0.29.0",
  279 "project",
  280 "release_channel",
  281 "remote",
  282 "reqwest_client",
  283 "serde",
  284 "serde_json",
  285 "settings",
  286 "smol",
  287 "task",
  288 "tempfile",
  289 "terminal",
  290 "thiserror 2.0.17",
  291 "ui",
  292 "util",
  293 "uuid",
  294 "watch",
  295 "zed_credentials_provider",
  296]
  297
  298[[package]]
  299name = "agent_settings"
  300version = "0.1.0"
  301dependencies = [
  302 "agent-client-protocol",
  303 "anyhow",
  304 "collections",
  305 "convert_case 0.8.0",
  306 "fs",
  307 "futures 0.3.32",
  308 "gpui",
  309 "language_model",
  310 "log",
  311 "paths",
  312 "project",
  313 "regex",
  314 "schemars",
  315 "serde",
  316 "serde_json",
  317 "serde_json_lenient",
  318 "settings",
  319 "util",
  320]
  321
  322[[package]]
  323name = "agent_ui"
  324version = "0.1.0"
  325dependencies = [
  326 "acp_thread",
  327 "action_log",
  328 "agent",
  329 "agent-client-protocol",
  330 "agent_servers",
  331 "agent_settings",
  332 "ai_onboarding",
  333 "anyhow",
  334 "audio",
  335 "base64 0.22.1",
  336 "buffer_diff",
  337 "chrono",
  338 "client",
  339 "clock",
  340 "cloud_api_types",
  341 "collections",
  342 "command_palette_hooks",
  343 "component",
  344 "context_server",
  345 "db",
  346 "editor",
  347 "eval_utils",
  348 "extension",
  349 "extension_host",
  350 "feature_flags",
  351 "file_icons",
  352 "fs",
  353 "futures 0.3.32",
  354 "fuzzy",
  355 "git",
  356 "git_ui",
  357 "gpui",
  358 "gpui_tokio",
  359 "heapless",
  360 "html_to_markdown",
  361 "http_client",
  362 "image",
  363 "indoc",
  364 "itertools 0.14.0",
  365 "jsonschema",
  366 "language",
  367 "language_model",
  368 "language_models",
  369 "languages",
  370 "log",
  371 "lsp",
  372 "markdown",
  373 "menu",
  374 "multi_buffer",
  375 "node_runtime",
  376 "notifications",
  377 "ordered-float 2.10.1",
  378 "parking_lot",
  379 "paths",
  380 "picker",
  381 "postage",
  382 "pretty_assertions",
  383 "project",
  384 "prompt_store",
  385 "proto",
  386 "rand 0.9.3",
  387 "release_channel",
  388 "remote",
  389 "remote_connection",
  390 "remote_server",
  391 "reqwest_client",
  392 "rope",
  393 "rules_library",
  394 "schemars",
  395 "search",
  396 "semver",
  397 "serde",
  398 "serde_json",
  399 "serde_json_lenient",
  400 "settings",
  401 "smol",
  402 "streaming_diff",
  403 "task",
  404 "telemetry",
  405 "tempfile",
  406 "terminal",
  407 "terminal_view",
  408 "text",
  409 "theme",
  410 "theme_settings",
  411 "time",
  412 "tree-sitter-md",
  413 "ui",
  414 "ui_input",
  415 "unindent",
  416 "url",
  417 "util",
  418 "uuid",
  419 "vim",
  420 "watch",
  421 "workspace",
  422 "zed_actions",
  423]
  424
  425[[package]]
  426name = "ahash"
  427version = "0.7.8"
  428source = "registry+https://github.com/rust-lang/crates.io-index"
  429checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  430dependencies = [
  431 "getrandom 0.2.16",
  432 "once_cell",
  433 "version_check",
  434]
  435
  436[[package]]
  437name = "ahash"
  438version = "0.8.12"
  439source = "registry+https://github.com/rust-lang/crates.io-index"
  440checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  441dependencies = [
  442 "cfg-if",
  443 "const-random",
  444 "getrandom 0.3.4",
  445 "once_cell",
  446 "serde",
  447 "version_check",
  448 "zerocopy",
  449]
  450
  451[[package]]
  452name = "aho-corasick"
  453version = "1.1.3"
  454source = "registry+https://github.com/rust-lang/crates.io-index"
  455checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  456dependencies = [
  457 "memchr",
  458]
  459
  460[[package]]
  461name = "ai_onboarding"
  462version = "0.1.0"
  463dependencies = [
  464 "client",
  465 "cloud_api_types",
  466 "component",
  467 "gpui",
  468 "language_model",
  469 "serde",
  470 "smallvec",
  471 "telemetry",
  472 "ui",
  473 "zed_actions",
  474]
  475
  476[[package]]
  477name = "alacritty_terminal"
  478version = "0.25.1"
  479source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  480dependencies = [
  481 "base64 0.22.1",
  482 "bitflags 2.10.0",
  483 "home",
  484 "libc",
  485 "log",
  486 "mach2 0.5.0",
  487 "miow",
  488 "parking_lot",
  489 "piper",
  490 "polling",
  491 "regex-automata",
  492 "rustix 1.1.2",
  493 "rustix-openpty",
  494 "serde",
  495 "signal-hook",
  496 "unicode-width",
  497 "vte",
  498 "windows-sys 0.59.0",
  499]
  500
  501[[package]]
  502name = "aliasable"
  503version = "0.1.3"
  504source = "registry+https://github.com/rust-lang/crates.io-index"
  505checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  506
  507[[package]]
  508name = "aligned"
  509version = "0.4.3"
  510source = "registry+https://github.com/rust-lang/crates.io-index"
  511checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
  512dependencies = [
  513 "as-slice",
  514]
  515
  516[[package]]
  517name = "aligned-vec"
  518version = "0.6.4"
  519source = "registry+https://github.com/rust-lang/crates.io-index"
  520checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  521dependencies = [
  522 "equator",
  523]
  524
  525[[package]]
  526name = "allocator-api2"
  527version = "0.2.21"
  528source = "registry+https://github.com/rust-lang/crates.io-index"
  529checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  530
  531[[package]]
  532name = "alsa"
  533version = "0.10.0"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  536dependencies = [
  537 "alsa-sys",
  538 "bitflags 2.10.0",
  539 "cfg-if",
  540 "libc",
  541]
  542
  543[[package]]
  544name = "alsa-sys"
  545version = "0.3.1"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  548dependencies = [
  549 "libc",
  550 "pkg-config",
  551]
  552
  553[[package]]
  554name = "ambient-authority"
  555version = "0.0.2"
  556source = "registry+https://github.com/rust-lang/crates.io-index"
  557checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  558
  559[[package]]
  560name = "ammonia"
  561version = "4.1.2"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  564dependencies = [
  565 "cssparser",
  566 "html5ever 0.35.0",
  567 "maplit",
  568 "tendril",
  569 "url",
  570]
  571
  572[[package]]
  573name = "android_system_properties"
  574version = "0.1.5"
  575source = "registry+https://github.com/rust-lang/crates.io-index"
  576checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  577dependencies = [
  578 "libc",
  579]
  580
  581[[package]]
  582name = "anes"
  583version = "0.1.6"
  584source = "registry+https://github.com/rust-lang/crates.io-index"
  585checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  586
  587[[package]]
  588name = "annotate-snippets"
  589version = "0.12.12"
  590source = "registry+https://github.com/rust-lang/crates.io-index"
  591checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  592dependencies = [
  593 "anstyle",
  594 "memchr",
  595 "unicode-width",
  596]
  597
  598[[package]]
  599name = "anstream"
  600version = "0.6.21"
  601source = "registry+https://github.com/rust-lang/crates.io-index"
  602checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  603dependencies = [
  604 "anstyle",
  605 "anstyle-parse",
  606 "anstyle-query",
  607 "anstyle-wincon",
  608 "colorchoice",
  609 "is_terminal_polyfill",
  610 "utf8parse",
  611]
  612
  613[[package]]
  614name = "anstyle"
  615version = "1.0.13"
  616source = "registry+https://github.com/rust-lang/crates.io-index"
  617checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  618
  619[[package]]
  620name = "anstyle-parse"
  621version = "0.2.7"
  622source = "registry+https://github.com/rust-lang/crates.io-index"
  623checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  624dependencies = [
  625 "utf8parse",
  626]
  627
  628[[package]]
  629name = "anstyle-query"
  630version = "1.1.4"
  631source = "registry+https://github.com/rust-lang/crates.io-index"
  632checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  633dependencies = [
  634 "windows-sys 0.60.2",
  635]
  636
  637[[package]]
  638name = "anstyle-wincon"
  639version = "3.0.10"
  640source = "registry+https://github.com/rust-lang/crates.io-index"
  641checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  642dependencies = [
  643 "anstyle",
  644 "once_cell_polyfill",
  645 "windows-sys 0.60.2",
  646]
  647
  648[[package]]
  649name = "anthropic"
  650version = "0.1.0"
  651dependencies = [
  652 "anyhow",
  653 "chrono",
  654 "collections",
  655 "futures 0.3.32",
  656 "http_client",
  657 "language_model_core",
  658 "log",
  659 "schemars",
  660 "serde",
  661 "serde_json",
  662 "strum 0.27.2",
  663 "thiserror 2.0.17",
  664]
  665
  666[[package]]
  667name = "any_vec"
  668version = "0.14.0"
  669source = "registry+https://github.com/rust-lang/crates.io-index"
  670checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  671
  672[[package]]
  673name = "anyhow"
  674version = "1.0.102"
  675source = "registry+https://github.com/rust-lang/crates.io-index"
  676checksum = "7f202df86484c868dbad7eaa557ef785d5c66295e41b460ef922eca0723b842c"
  677
  678[[package]]
  679name = "approx"
  680version = "0.5.1"
  681source = "registry+https://github.com/rust-lang/crates.io-index"
  682checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  683dependencies = [
  684 "num-traits",
  685]
  686
  687[[package]]
  688name = "ar_archive_writer"
  689version = "0.5.1"
  690source = "registry+https://github.com/rust-lang/crates.io-index"
  691checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  692dependencies = [
  693 "object",
  694]
  695
  696[[package]]
  697name = "arbitrary"
  698version = "1.4.2"
  699source = "registry+https://github.com/rust-lang/crates.io-index"
  700checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  701dependencies = [
  702 "derive_arbitrary",
  703]
  704
  705[[package]]
  706name = "arc-swap"
  707version = "1.9.0"
  708source = "registry+https://github.com/rust-lang/crates.io-index"
  709checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  710dependencies = [
  711 "rustversion",
  712]
  713
  714[[package]]
  715name = "arg_enum_proc_macro"
  716version = "0.3.4"
  717source = "registry+https://github.com/rust-lang/crates.io-index"
  718checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  719dependencies = [
  720 "proc-macro2",
  721 "quote",
  722 "syn 2.0.117",
  723]
  724
  725[[package]]
  726name = "arraydeque"
  727version = "0.5.1"
  728source = "registry+https://github.com/rust-lang/crates.io-index"
  729checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  730
  731[[package]]
  732name = "arrayref"
  733version = "0.3.9"
  734source = "registry+https://github.com/rust-lang/crates.io-index"
  735checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  736
  737[[package]]
  738name = "arrayvec"
  739version = "0.7.6"
  740source = "registry+https://github.com/rust-lang/crates.io-index"
  741checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  742
  743[[package]]
  744name = "as-raw-xcb-connection"
  745version = "1.0.1"
  746source = "registry+https://github.com/rust-lang/crates.io-index"
  747checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  748
  749[[package]]
  750name = "as-slice"
  751version = "0.2.1"
  752source = "registry+https://github.com/rust-lang/crates.io-index"
  753checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
  754dependencies = [
  755 "stable_deref_trait",
  756]
  757
  758[[package]]
  759name = "ascii"
  760version = "1.1.0"
  761source = "registry+https://github.com/rust-lang/crates.io-index"
  762checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  763
  764[[package]]
  765name = "ash"
  766version = "0.38.0+1.3.281"
  767source = "registry+https://github.com/rust-lang/crates.io-index"
  768checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  769dependencies = [
  770 "libloading",
  771]
  772
  773[[package]]
  774name = "ashpd"
  775version = "0.13.2"
  776source = "registry+https://github.com/rust-lang/crates.io-index"
  777checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  778dependencies = [
  779 "enumflags2",
  780 "futures-channel",
  781 "futures-util",
  782 "getrandom 0.4.1",
  783 "serde",
  784 "serde_repr",
  785 "wayland-backend",
  786 "wayland-client",
  787 "wayland-protocols",
  788 "zbus",
  789]
  790
  791[[package]]
  792name = "askpass"
  793version = "0.1.0"
  794dependencies = [
  795 "anyhow",
  796 "futures 0.3.32",
  797 "gpui",
  798 "log",
  799 "net",
  800 "smol",
  801 "tempfile",
  802 "util",
  803 "windows 0.61.3",
  804 "zeroize",
  805]
  806
  807[[package]]
  808name = "assets"
  809version = "0.1.0"
  810dependencies = [
  811 "anyhow",
  812 "gpui",
  813 "rust-embed",
  814]
  815
  816[[package]]
  817name = "async-attributes"
  818version = "1.1.2"
  819source = "registry+https://github.com/rust-lang/crates.io-index"
  820checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  821dependencies = [
  822 "quote",
  823 "syn 1.0.109",
  824]
  825
  826[[package]]
  827name = "async-broadcast"
  828version = "0.7.2"
  829source = "registry+https://github.com/rust-lang/crates.io-index"
  830checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  831dependencies = [
  832 "event-listener 5.4.1",
  833 "event-listener-strategy",
  834 "futures-core",
  835 "pin-project-lite",
  836]
  837
  838[[package]]
  839name = "async-channel"
  840version = "1.9.0"
  841source = "registry+https://github.com/rust-lang/crates.io-index"
  842checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  843dependencies = [
  844 "concurrent-queue",
  845 "event-listener 2.5.3",
  846 "futures-core",
  847]
  848
  849[[package]]
  850name = "async-channel"
  851version = "2.5.0"
  852source = "registry+https://github.com/rust-lang/crates.io-index"
  853checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  854dependencies = [
  855 "concurrent-queue",
  856 "event-listener-strategy",
  857 "futures-core",
  858 "pin-project-lite",
  859]
  860
  861[[package]]
  862name = "async-compat"
  863version = "0.2.5"
  864source = "registry+https://github.com/rust-lang/crates.io-index"
  865checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  866dependencies = [
  867 "futures-core",
  868 "futures-io",
  869 "once_cell",
  870 "pin-project-lite",
  871 "tokio",
  872]
  873
  874[[package]]
  875name = "async-compression"
  876version = "0.4.32"
  877source = "registry+https://github.com/rust-lang/crates.io-index"
  878checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  879dependencies = [
  880 "compression-codecs",
  881 "compression-core",
  882 "futures-core",
  883 "futures-io",
  884 "pin-project-lite",
  885]
  886
  887[[package]]
  888name = "async-dispatcher"
  889version = "0.1.2"
  890source = "registry+https://github.com/rust-lang/crates.io-index"
  891checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  892dependencies = [
  893 "async-task",
  894 "futures-lite 1.13.0",
  895]
  896
  897[[package]]
  898name = "async-executor"
  899version = "1.13.3"
  900source = "registry+https://github.com/rust-lang/crates.io-index"
  901checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  902dependencies = [
  903 "async-task",
  904 "concurrent-queue",
  905 "fastrand 2.3.0",
  906 "futures-lite 2.6.1",
  907 "pin-project-lite",
  908 "slab",
  909]
  910
  911[[package]]
  912name = "async-fs"
  913version = "2.2.0"
  914source = "registry+https://github.com/rust-lang/crates.io-index"
  915checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  916dependencies = [
  917 "async-lock 3.4.2",
  918 "blocking",
  919 "futures-lite 2.6.1",
  920]
  921
  922[[package]]
  923name = "async-global-executor"
  924version = "2.4.1"
  925source = "registry+https://github.com/rust-lang/crates.io-index"
  926checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  927dependencies = [
  928 "async-channel 2.5.0",
  929 "async-executor",
  930 "async-io",
  931 "async-lock 3.4.2",
  932 "blocking",
  933 "futures-lite 2.6.1",
  934 "once_cell",
  935]
  936
  937[[package]]
  938name = "async-io"
  939version = "2.6.0"
  940source = "registry+https://github.com/rust-lang/crates.io-index"
  941checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  942dependencies = [
  943 "autocfg",
  944 "cfg-if",
  945 "concurrent-queue",
  946 "futures-io",
  947 "futures-lite 2.6.1",
  948 "parking",
  949 "polling",
  950 "rustix 1.1.2",
  951 "slab",
  952 "windows-sys 0.61.2",
  953]
  954
  955[[package]]
  956name = "async-lock"
  957version = "2.8.0"
  958source = "registry+https://github.com/rust-lang/crates.io-index"
  959checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  960dependencies = [
  961 "event-listener 2.5.3",
  962]
  963
  964[[package]]
  965name = "async-lock"
  966version = "3.4.2"
  967source = "registry+https://github.com/rust-lang/crates.io-index"
  968checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  969dependencies = [
  970 "event-listener 5.4.1",
  971 "event-listener-strategy",
  972 "pin-project-lite",
  973]
  974
  975[[package]]
  976name = "async-net"
  977version = "2.0.0"
  978source = "registry+https://github.com/rust-lang/crates.io-index"
  979checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  980dependencies = [
  981 "async-io",
  982 "blocking",
  983 "futures-lite 2.6.1",
  984]
  985
  986[[package]]
  987name = "async-pipe"
  988version = "0.1.3"
  989source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  990dependencies = [
  991 "futures 0.3.32",
  992 "log",
  993]
  994
  995[[package]]
  996name = "async-process"
  997version = "2.5.0"
  998source = "registry+https://github.com/rust-lang/crates.io-index"
  999checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1000dependencies = [
 1001 "async-channel 2.5.0",
 1002 "async-io",
 1003 "async-lock 3.4.2",
 1004 "async-signal",
 1005 "async-task",
 1006 "blocking",
 1007 "cfg-if",
 1008 "event-listener 5.4.1",
 1009 "futures-lite 2.6.1",
 1010 "rustix 1.1.2",
 1011]
 1012
 1013[[package]]
 1014name = "async-recursion"
 1015version = "1.1.1"
 1016source = "registry+https://github.com/rust-lang/crates.io-index"
 1017checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1018dependencies = [
 1019 "proc-macro2",
 1020 "quote",
 1021 "syn 2.0.117",
 1022]
 1023
 1024[[package]]
 1025name = "async-signal"
 1026version = "0.2.13"
 1027source = "registry+https://github.com/rust-lang/crates.io-index"
 1028checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1029dependencies = [
 1030 "async-io",
 1031 "async-lock 3.4.2",
 1032 "atomic-waker",
 1033 "cfg-if",
 1034 "futures-core",
 1035 "futures-io",
 1036 "rustix 1.1.2",
 1037 "signal-hook-registry",
 1038 "slab",
 1039 "windows-sys 0.61.2",
 1040]
 1041
 1042[[package]]
 1043name = "async-std"
 1044version = "1.13.2"
 1045source = "registry+https://github.com/rust-lang/crates.io-index"
 1046checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1047dependencies = [
 1048 "async-attributes",
 1049 "async-channel 1.9.0",
 1050 "async-global-executor",
 1051 "async-io",
 1052 "async-lock 3.4.2",
 1053 "async-process",
 1054 "crossbeam-utils",
 1055 "futures-channel",
 1056 "futures-core",
 1057 "futures-io",
 1058 "futures-lite 2.6.1",
 1059 "gloo-timers",
 1060 "kv-log-macro",
 1061 "log",
 1062 "memchr",
 1063 "once_cell",
 1064 "pin-project-lite",
 1065 "pin-utils",
 1066 "slab",
 1067 "wasm-bindgen-futures",
 1068]
 1069
 1070[[package]]
 1071name = "async-stream"
 1072version = "0.3.6"
 1073source = "registry+https://github.com/rust-lang/crates.io-index"
 1074checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1075dependencies = [
 1076 "async-stream-impl",
 1077 "futures-core",
 1078 "pin-project-lite",
 1079]
 1080
 1081[[package]]
 1082name = "async-stream-impl"
 1083version = "0.3.6"
 1084source = "registry+https://github.com/rust-lang/crates.io-index"
 1085checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1086dependencies = [
 1087 "proc-macro2",
 1088 "quote",
 1089 "syn 2.0.117",
 1090]
 1091
 1092[[package]]
 1093name = "async-tar"
 1094version = "0.5.1"
 1095source = "registry+https://github.com/rust-lang/crates.io-index"
 1096checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1097dependencies = [
 1098 "async-std",
 1099 "filetime",
 1100 "libc",
 1101 "pin-project",
 1102 "redox_syscall 0.2.16",
 1103 "xattr",
 1104]
 1105
 1106[[package]]
 1107name = "async-task"
 1108version = "4.7.1"
 1109source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1110
 1111[[package]]
 1112name = "async-trait"
 1113version = "0.1.89"
 1114source = "registry+https://github.com/rust-lang/crates.io-index"
 1115checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1116dependencies = [
 1117 "proc-macro2",
 1118 "quote",
 1119 "syn 2.0.117",
 1120]
 1121
 1122[[package]]
 1123name = "async-tungstenite"
 1124version = "0.31.0"
 1125source = "registry+https://github.com/rust-lang/crates.io-index"
 1126checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1127dependencies = [
 1128 "atomic-waker",
 1129 "futures-core",
 1130 "futures-io",
 1131 "futures-task",
 1132 "futures-util",
 1133 "log",
 1134 "pin-project-lite",
 1135 "rustls-pki-types",
 1136 "tokio",
 1137 "tokio-rustls 0.26.2",
 1138 "tungstenite 0.27.0",
 1139]
 1140
 1141[[package]]
 1142name = "async_zip"
 1143version = "0.0.18"
 1144source = "registry+https://github.com/rust-lang/crates.io-index"
 1145checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1146dependencies = [
 1147 "async-compression",
 1148 "crc32fast",
 1149 "futures-lite 2.6.1",
 1150 "pin-project",
 1151 "thiserror 2.0.17",
 1152]
 1153
 1154[[package]]
 1155name = "asynchronous-codec"
 1156version = "0.7.0"
 1157source = "registry+https://github.com/rust-lang/crates.io-index"
 1158checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1159dependencies = [
 1160 "bytes 1.11.1",
 1161 "futures-sink",
 1162 "futures-util",
 1163 "memchr",
 1164 "pin-project-lite",
 1165]
 1166
 1167[[package]]
 1168name = "atoi"
 1169version = "2.0.0"
 1170source = "registry+https://github.com/rust-lang/crates.io-index"
 1171checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1172dependencies = [
 1173 "num-traits",
 1174]
 1175
 1176[[package]]
 1177name = "atomic"
 1178version = "0.5.3"
 1179source = "registry+https://github.com/rust-lang/crates.io-index"
 1180checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1181
 1182[[package]]
 1183name = "atomic-waker"
 1184version = "1.1.2"
 1185source = "registry+https://github.com/rust-lang/crates.io-index"
 1186checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1187
 1188[[package]]
 1189name = "audio"
 1190version = "0.1.0"
 1191dependencies = [
 1192 "anyhow",
 1193 "collections",
 1194 "cpal",
 1195 "crossbeam",
 1196 "denoise",
 1197 "gpui",
 1198 "libwebrtc",
 1199 "log",
 1200 "parking_lot",
 1201 "rodio",
 1202 "serde",
 1203 "settings",
 1204 "thiserror 2.0.17",
 1205 "util",
 1206]
 1207
 1208[[package]]
 1209name = "auditable-serde"
 1210version = "0.8.0"
 1211source = "registry+https://github.com/rust-lang/crates.io-index"
 1212checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1213dependencies = [
 1214 "semver",
 1215 "serde",
 1216 "serde_json",
 1217 "topological-sort",
 1218]
 1219
 1220[[package]]
 1221name = "auto_update"
 1222version = "0.1.0"
 1223dependencies = [
 1224 "anyhow",
 1225 "client",
 1226 "clock",
 1227 "ctor",
 1228 "db",
 1229 "futures 0.3.32",
 1230 "futures-lite 1.13.0",
 1231 "gpui",
 1232 "http_client",
 1233 "log",
 1234 "parking_lot",
 1235 "paths",
 1236 "release_channel",
 1237 "semver",
 1238 "serde",
 1239 "serde_json",
 1240 "settings",
 1241 "smol",
 1242 "tempfile",
 1243 "util",
 1244 "which 6.0.3",
 1245 "workspace",
 1246 "zlog",
 1247]
 1248
 1249[[package]]
 1250name = "auto_update_helper"
 1251version = "0.1.0"
 1252dependencies = [
 1253 "anyhow",
 1254 "log",
 1255 "scopeguard",
 1256 "simplelog",
 1257 "tempfile",
 1258 "windows 0.61.3",
 1259 "winresource",
 1260]
 1261
 1262[[package]]
 1263name = "auto_update_ui"
 1264version = "0.1.0"
 1265dependencies = [
 1266 "agent_settings",
 1267 "anyhow",
 1268 "auto_update",
 1269 "client",
 1270 "db",
 1271 "editor",
 1272 "fs",
 1273 "gpui",
 1274 "markdown_preview",
 1275 "notifications",
 1276 "release_channel",
 1277 "semver",
 1278 "serde",
 1279 "serde_json",
 1280 "smol",
 1281 "telemetry",
 1282 "ui",
 1283 "util",
 1284 "workspace",
 1285 "zed_actions",
 1286]
 1287
 1288[[package]]
 1289name = "autocfg"
 1290version = "1.5.0"
 1291source = "registry+https://github.com/rust-lang/crates.io-index"
 1292checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1293
 1294[[package]]
 1295name = "av-scenechange"
 1296version = "0.14.1"
 1297source = "registry+https://github.com/rust-lang/crates.io-index"
 1298checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
 1299dependencies = [
 1300 "aligned",
 1301 "anyhow",
 1302 "arg_enum_proc_macro",
 1303 "arrayvec",
 1304 "log",
 1305 "num-rational",
 1306 "num-traits",
 1307 "pastey",
 1308 "rayon",
 1309 "thiserror 2.0.17",
 1310 "v_frame",
 1311 "y4m",
 1312]
 1313
 1314[[package]]
 1315name = "av1-grain"
 1316version = "0.2.4"
 1317source = "registry+https://github.com/rust-lang/crates.io-index"
 1318checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1319dependencies = [
 1320 "anyhow",
 1321 "arrayvec",
 1322 "log",
 1323 "nom 7.1.3",
 1324 "num-rational",
 1325 "v_frame",
 1326]
 1327
 1328[[package]]
 1329name = "avif-serialize"
 1330version = "0.8.6"
 1331source = "registry+https://github.com/rust-lang/crates.io-index"
 1332checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1333dependencies = [
 1334 "arrayvec",
 1335]
 1336
 1337[[package]]
 1338name = "aws-config"
 1339version = "1.8.10"
 1340source = "registry+https://github.com/rust-lang/crates.io-index"
 1341checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1342dependencies = [
 1343 "aws-credential-types",
 1344 "aws-runtime",
 1345 "aws-sdk-sso",
 1346 "aws-sdk-ssooidc",
 1347 "aws-sdk-sts",
 1348 "aws-smithy-async",
 1349 "aws-smithy-http",
 1350 "aws-smithy-json",
 1351 "aws-smithy-runtime",
 1352 "aws-smithy-runtime-api",
 1353 "aws-smithy-types",
 1354 "aws-types",
 1355 "bytes 1.11.1",
 1356 "fastrand 2.3.0",
 1357 "hex",
 1358 "http 1.3.1",
 1359 "ring",
 1360 "time",
 1361 "tokio",
 1362 "tracing",
 1363 "url",
 1364 "zeroize",
 1365]
 1366
 1367[[package]]
 1368name = "aws-credential-types"
 1369version = "1.2.10"
 1370source = "registry+https://github.com/rust-lang/crates.io-index"
 1371checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1372dependencies = [
 1373 "aws-smithy-async",
 1374 "aws-smithy-runtime-api",
 1375 "aws-smithy-types",
 1376 "zeroize",
 1377]
 1378
 1379[[package]]
 1380name = "aws-lc-rs"
 1381version = "1.15.4"
 1382source = "registry+https://github.com/rust-lang/crates.io-index"
 1383checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1384dependencies = [
 1385 "aws-lc-sys",
 1386 "untrusted 0.7.1",
 1387 "zeroize",
 1388]
 1389
 1390[[package]]
 1391name = "aws-lc-sys"
 1392version = "0.37.0"
 1393source = "registry+https://github.com/rust-lang/crates.io-index"
 1394checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1395dependencies = [
 1396 "cc",
 1397 "cmake",
 1398 "dunce",
 1399 "fs_extra",
 1400]
 1401
 1402[[package]]
 1403name = "aws-runtime"
 1404version = "1.5.16"
 1405source = "registry+https://github.com/rust-lang/crates.io-index"
 1406checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1407dependencies = [
 1408 "aws-credential-types",
 1409 "aws-sigv4",
 1410 "aws-smithy-async",
 1411 "aws-smithy-eventstream",
 1412 "aws-smithy-http",
 1413 "aws-smithy-runtime",
 1414 "aws-smithy-runtime-api",
 1415 "aws-smithy-types",
 1416 "aws-types",
 1417 "bytes 1.11.1",
 1418 "fastrand 2.3.0",
 1419 "http 0.2.12",
 1420 "http-body 0.4.6",
 1421 "percent-encoding",
 1422 "pin-project-lite",
 1423 "tracing",
 1424 "uuid",
 1425]
 1426
 1427[[package]]
 1428name = "aws-sdk-bedrockruntime"
 1429version = "1.113.0"
 1430source = "registry+https://github.com/rust-lang/crates.io-index"
 1431checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1432dependencies = [
 1433 "aws-credential-types",
 1434 "aws-runtime",
 1435 "aws-sigv4",
 1436 "aws-smithy-async",
 1437 "aws-smithy-eventstream",
 1438 "aws-smithy-http",
 1439 "aws-smithy-json",
 1440 "aws-smithy-runtime",
 1441 "aws-smithy-runtime-api",
 1442 "aws-smithy-types",
 1443 "aws-types",
 1444 "bytes 1.11.1",
 1445 "fastrand 2.3.0",
 1446 "http 0.2.12",
 1447 "hyper 0.14.32",
 1448 "regex-lite",
 1449 "tracing",
 1450]
 1451
 1452[[package]]
 1453name = "aws-sdk-kinesis"
 1454version = "1.95.0"
 1455source = "registry+https://github.com/rust-lang/crates.io-index"
 1456checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1457dependencies = [
 1458 "aws-credential-types",
 1459 "aws-runtime",
 1460 "aws-smithy-async",
 1461 "aws-smithy-eventstream",
 1462 "aws-smithy-http",
 1463 "aws-smithy-json",
 1464 "aws-smithy-runtime",
 1465 "aws-smithy-runtime-api",
 1466 "aws-smithy-types",
 1467 "aws-types",
 1468 "bytes 1.11.1",
 1469 "fastrand 2.3.0",
 1470 "http 0.2.12",
 1471 "regex-lite",
 1472 "tracing",
 1473]
 1474
 1475[[package]]
 1476name = "aws-sdk-s3"
 1477version = "1.112.0"
 1478source = "registry+https://github.com/rust-lang/crates.io-index"
 1479checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1480dependencies = [
 1481 "aws-credential-types",
 1482 "aws-runtime",
 1483 "aws-sigv4",
 1484 "aws-smithy-async",
 1485 "aws-smithy-checksums",
 1486 "aws-smithy-eventstream",
 1487 "aws-smithy-http",
 1488 "aws-smithy-json",
 1489 "aws-smithy-runtime",
 1490 "aws-smithy-runtime-api",
 1491 "aws-smithy-types",
 1492 "aws-smithy-xml",
 1493 "aws-types",
 1494 "bytes 1.11.1",
 1495 "fastrand 2.3.0",
 1496 "hex",
 1497 "hmac",
 1498 "http 0.2.12",
 1499 "http 1.3.1",
 1500 "http-body 0.4.6",
 1501 "lru",
 1502 "percent-encoding",
 1503 "regex-lite",
 1504 "sha2",
 1505 "tracing",
 1506 "url",
 1507]
 1508
 1509[[package]]
 1510name = "aws-sdk-sso"
 1511version = "1.88.0"
 1512source = "registry+https://github.com/rust-lang/crates.io-index"
 1513checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1514dependencies = [
 1515 "aws-credential-types",
 1516 "aws-runtime",
 1517 "aws-smithy-async",
 1518 "aws-smithy-http",
 1519 "aws-smithy-json",
 1520 "aws-smithy-runtime",
 1521 "aws-smithy-runtime-api",
 1522 "aws-smithy-types",
 1523 "aws-types",
 1524 "bytes 1.11.1",
 1525 "fastrand 2.3.0",
 1526 "http 0.2.12",
 1527 "regex-lite",
 1528 "tracing",
 1529]
 1530
 1531[[package]]
 1532name = "aws-sdk-ssooidc"
 1533version = "1.90.0"
 1534source = "registry+https://github.com/rust-lang/crates.io-index"
 1535checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1536dependencies = [
 1537 "aws-credential-types",
 1538 "aws-runtime",
 1539 "aws-smithy-async",
 1540 "aws-smithy-http",
 1541 "aws-smithy-json",
 1542 "aws-smithy-runtime",
 1543 "aws-smithy-runtime-api",
 1544 "aws-smithy-types",
 1545 "aws-types",
 1546 "bytes 1.11.1",
 1547 "fastrand 2.3.0",
 1548 "http 0.2.12",
 1549 "regex-lite",
 1550 "tracing",
 1551]
 1552
 1553[[package]]
 1554name = "aws-sdk-sts"
 1555version = "1.90.0"
 1556source = "registry+https://github.com/rust-lang/crates.io-index"
 1557checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1558dependencies = [
 1559 "aws-credential-types",
 1560 "aws-runtime",
 1561 "aws-smithy-async",
 1562 "aws-smithy-http",
 1563 "aws-smithy-json",
 1564 "aws-smithy-query",
 1565 "aws-smithy-runtime",
 1566 "aws-smithy-runtime-api",
 1567 "aws-smithy-types",
 1568 "aws-smithy-xml",
 1569 "aws-types",
 1570 "fastrand 2.3.0",
 1571 "http 0.2.12",
 1572 "regex-lite",
 1573 "tracing",
 1574]
 1575
 1576[[package]]
 1577name = "aws-sigv4"
 1578version = "1.3.6"
 1579source = "registry+https://github.com/rust-lang/crates.io-index"
 1580checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1581dependencies = [
 1582 "aws-credential-types",
 1583 "aws-smithy-eventstream",
 1584 "aws-smithy-http",
 1585 "aws-smithy-runtime-api",
 1586 "aws-smithy-types",
 1587 "bytes 1.11.1",
 1588 "crypto-bigint 0.5.5",
 1589 "form_urlencoded",
 1590 "hex",
 1591 "hmac",
 1592 "http 0.2.12",
 1593 "http 1.3.1",
 1594 "p256",
 1595 "percent-encoding",
 1596 "ring",
 1597 "sha2",
 1598 "subtle",
 1599 "time",
 1600 "tracing",
 1601 "zeroize",
 1602]
 1603
 1604[[package]]
 1605name = "aws-smithy-async"
 1606version = "1.2.6"
 1607source = "registry+https://github.com/rust-lang/crates.io-index"
 1608checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1609dependencies = [
 1610 "futures-util",
 1611 "pin-project-lite",
 1612 "tokio",
 1613]
 1614
 1615[[package]]
 1616name = "aws-smithy-checksums"
 1617version = "0.63.11"
 1618source = "registry+https://github.com/rust-lang/crates.io-index"
 1619checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1620dependencies = [
 1621 "aws-smithy-http",
 1622 "aws-smithy-types",
 1623 "bytes 1.11.1",
 1624 "crc-fast",
 1625 "hex",
 1626 "http 0.2.12",
 1627 "http-body 0.4.6",
 1628 "md-5",
 1629 "pin-project-lite",
 1630 "sha1",
 1631 "sha2",
 1632 "tracing",
 1633]
 1634
 1635[[package]]
 1636name = "aws-smithy-eventstream"
 1637version = "0.60.13"
 1638source = "registry+https://github.com/rust-lang/crates.io-index"
 1639checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1640dependencies = [
 1641 "aws-smithy-types",
 1642 "bytes 1.11.1",
 1643 "crc32fast",
 1644]
 1645
 1646[[package]]
 1647name = "aws-smithy-http"
 1648version = "0.62.5"
 1649source = "registry+https://github.com/rust-lang/crates.io-index"
 1650checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1651dependencies = [
 1652 "aws-smithy-eventstream",
 1653 "aws-smithy-runtime-api",
 1654 "aws-smithy-types",
 1655 "bytes 1.11.1",
 1656 "bytes-utils",
 1657 "futures-core",
 1658 "futures-util",
 1659 "http 0.2.12",
 1660 "http 1.3.1",
 1661 "http-body 0.4.6",
 1662 "percent-encoding",
 1663 "pin-project-lite",
 1664 "pin-utils",
 1665 "tracing",
 1666]
 1667
 1668[[package]]
 1669name = "aws-smithy-http-client"
 1670version = "1.1.4"
 1671source = "registry+https://github.com/rust-lang/crates.io-index"
 1672checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1673dependencies = [
 1674 "aws-smithy-async",
 1675 "aws-smithy-runtime-api",
 1676 "aws-smithy-types",
 1677 "h2 0.3.27",
 1678 "h2 0.4.12",
 1679 "http 0.2.12",
 1680 "http 1.3.1",
 1681 "http-body 0.4.6",
 1682 "hyper 0.14.32",
 1683 "hyper 1.7.0",
 1684 "hyper-rustls 0.24.2",
 1685 "hyper-rustls 0.27.7",
 1686 "hyper-util",
 1687 "pin-project-lite",
 1688 "rustls 0.21.12",
 1689 "rustls 0.23.33",
 1690 "rustls-native-certs 0.8.2",
 1691 "rustls-pki-types",
 1692 "tokio",
 1693 "tokio-rustls 0.26.2",
 1694 "tower 0.5.2",
 1695 "tracing",
 1696]
 1697
 1698[[package]]
 1699name = "aws-smithy-json"
 1700version = "0.61.7"
 1701source = "registry+https://github.com/rust-lang/crates.io-index"
 1702checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1703dependencies = [
 1704 "aws-smithy-types",
 1705]
 1706
 1707[[package]]
 1708name = "aws-smithy-observability"
 1709version = "0.1.4"
 1710source = "registry+https://github.com/rust-lang/crates.io-index"
 1711checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1712dependencies = [
 1713 "aws-smithy-runtime-api",
 1714]
 1715
 1716[[package]]
 1717name = "aws-smithy-query"
 1718version = "0.60.8"
 1719source = "registry+https://github.com/rust-lang/crates.io-index"
 1720checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1721dependencies = [
 1722 "aws-smithy-types",
 1723 "urlencoding",
 1724]
 1725
 1726[[package]]
 1727name = "aws-smithy-runtime"
 1728version = "1.9.4"
 1729source = "registry+https://github.com/rust-lang/crates.io-index"
 1730checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1731dependencies = [
 1732 "aws-smithy-async",
 1733 "aws-smithy-http",
 1734 "aws-smithy-http-client",
 1735 "aws-smithy-observability",
 1736 "aws-smithy-runtime-api",
 1737 "aws-smithy-types",
 1738 "bytes 1.11.1",
 1739 "fastrand 2.3.0",
 1740 "http 0.2.12",
 1741 "http 1.3.1",
 1742 "http-body 0.4.6",
 1743 "http-body 1.0.1",
 1744 "pin-project-lite",
 1745 "pin-utils",
 1746 "tokio",
 1747 "tracing",
 1748]
 1749
 1750[[package]]
 1751name = "aws-smithy-runtime-api"
 1752version = "1.9.2"
 1753source = "registry+https://github.com/rust-lang/crates.io-index"
 1754checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1755dependencies = [
 1756 "aws-smithy-async",
 1757 "aws-smithy-types",
 1758 "bytes 1.11.1",
 1759 "http 0.2.12",
 1760 "http 1.3.1",
 1761 "pin-project-lite",
 1762 "tokio",
 1763 "tracing",
 1764 "zeroize",
 1765]
 1766
 1767[[package]]
 1768name = "aws-smithy-types"
 1769version = "1.3.4"
 1770source = "registry+https://github.com/rust-lang/crates.io-index"
 1771checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1772dependencies = [
 1773 "base64-simd",
 1774 "bytes 1.11.1",
 1775 "bytes-utils",
 1776 "futures-core",
 1777 "http 0.2.12",
 1778 "http 1.3.1",
 1779 "http-body 0.4.6",
 1780 "http-body 1.0.1",
 1781 "http-body-util",
 1782 "itoa",
 1783 "num-integer",
 1784 "pin-project-lite",
 1785 "pin-utils",
 1786 "ryu",
 1787 "serde",
 1788 "time",
 1789 "tokio",
 1790 "tokio-util",
 1791]
 1792
 1793[[package]]
 1794name = "aws-smithy-xml"
 1795version = "0.60.12"
 1796source = "registry+https://github.com/rust-lang/crates.io-index"
 1797checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1798dependencies = [
 1799 "xmlparser",
 1800]
 1801
 1802[[package]]
 1803name = "aws-types"
 1804version = "1.3.10"
 1805source = "registry+https://github.com/rust-lang/crates.io-index"
 1806checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1807dependencies = [
 1808 "aws-credential-types",
 1809 "aws-smithy-async",
 1810 "aws-smithy-runtime-api",
 1811 "aws-smithy-types",
 1812 "rustc_version",
 1813 "tracing",
 1814]
 1815
 1816[[package]]
 1817name = "aws_http_client"
 1818version = "0.1.0"
 1819dependencies = [
 1820 "aws-smithy-runtime-api",
 1821 "aws-smithy-types",
 1822 "http_client",
 1823]
 1824
 1825[[package]]
 1826name = "axum"
 1827version = "0.6.20"
 1828source = "registry+https://github.com/rust-lang/crates.io-index"
 1829checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1830dependencies = [
 1831 "async-trait",
 1832 "axum-core",
 1833 "base64 0.21.7",
 1834 "bitflags 1.3.2",
 1835 "bytes 1.11.1",
 1836 "futures-util",
 1837 "headers",
 1838 "http 0.2.12",
 1839 "http-body 0.4.6",
 1840 "hyper 0.14.32",
 1841 "itoa",
 1842 "matchit",
 1843 "memchr",
 1844 "mime",
 1845 "percent-encoding",
 1846 "pin-project-lite",
 1847 "rustversion",
 1848 "serde",
 1849 "serde_json",
 1850 "serde_path_to_error",
 1851 "serde_urlencoded",
 1852 "sha1",
 1853 "sync_wrapper 0.1.2",
 1854 "tokio",
 1855 "tokio-tungstenite 0.20.1",
 1856 "tower 0.4.13",
 1857 "tower-layer",
 1858 "tower-service",
 1859]
 1860
 1861[[package]]
 1862name = "axum-core"
 1863version = "0.3.4"
 1864source = "registry+https://github.com/rust-lang/crates.io-index"
 1865checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1866dependencies = [
 1867 "async-trait",
 1868 "bytes 1.11.1",
 1869 "futures-util",
 1870 "http 0.2.12",
 1871 "http-body 0.4.6",
 1872 "mime",
 1873 "rustversion",
 1874 "tower-layer",
 1875 "tower-service",
 1876]
 1877
 1878[[package]]
 1879name = "backtrace"
 1880version = "0.3.76"
 1881source = "registry+https://github.com/rust-lang/crates.io-index"
 1882checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1883dependencies = [
 1884 "addr2line",
 1885 "cfg-if",
 1886 "libc",
 1887 "miniz_oxide",
 1888 "object",
 1889 "rustc-demangle",
 1890 "windows-link 0.2.1",
 1891]
 1892
 1893[[package]]
 1894name = "base16ct"
 1895version = "0.1.1"
 1896source = "registry+https://github.com/rust-lang/crates.io-index"
 1897checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1898
 1899[[package]]
 1900name = "base64"
 1901version = "0.21.7"
 1902source = "registry+https://github.com/rust-lang/crates.io-index"
 1903checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1904
 1905[[package]]
 1906name = "base64"
 1907version = "0.22.1"
 1908source = "registry+https://github.com/rust-lang/crates.io-index"
 1909checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1910
 1911[[package]]
 1912name = "base64-simd"
 1913version = "0.8.0"
 1914source = "registry+https://github.com/rust-lang/crates.io-index"
 1915checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1916dependencies = [
 1917 "outref",
 1918 "vsimd",
 1919]
 1920
 1921[[package]]
 1922name = "base64ct"
 1923version = "1.8.0"
 1924source = "registry+https://github.com/rust-lang/crates.io-index"
 1925checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1926
 1927[[package]]
 1928name = "bedrock"
 1929version = "0.1.0"
 1930dependencies = [
 1931 "anyhow",
 1932 "aws-sdk-bedrockruntime",
 1933 "aws-smithy-types",
 1934 "futures 0.3.32",
 1935 "schemars",
 1936 "serde",
 1937 "serde_json",
 1938 "strum 0.27.2",
 1939 "thiserror 2.0.17",
 1940]
 1941
 1942[[package]]
 1943name = "bigdecimal"
 1944version = "0.4.8"
 1945source = "registry+https://github.com/rust-lang/crates.io-index"
 1946checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1947dependencies = [
 1948 "autocfg",
 1949 "libm",
 1950 "num-bigint",
 1951 "num-integer",
 1952 "num-traits",
 1953 "serde",
 1954]
 1955
 1956[[package]]
 1957name = "bincode"
 1958version = "1.3.3"
 1959source = "registry+https://github.com/rust-lang/crates.io-index"
 1960checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1961dependencies = [
 1962 "serde",
 1963]
 1964
 1965[[package]]
 1966name = "bindgen"
 1967version = "0.71.1"
 1968source = "registry+https://github.com/rust-lang/crates.io-index"
 1969checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1970dependencies = [
 1971 "bitflags 2.10.0",
 1972 "cexpr",
 1973 "clang-sys",
 1974 "itertools 0.11.0",
 1975 "log",
 1976 "prettyplease",
 1977 "proc-macro2",
 1978 "quote",
 1979 "regex",
 1980 "rustc-hash 2.1.1",
 1981 "shlex",
 1982 "syn 2.0.117",
 1983]
 1984
 1985[[package]]
 1986name = "bindgen"
 1987version = "0.72.1"
 1988source = "registry+https://github.com/rust-lang/crates.io-index"
 1989checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1990dependencies = [
 1991 "bitflags 2.10.0",
 1992 "cexpr",
 1993 "clang-sys",
 1994 "itertools 0.11.0",
 1995 "proc-macro2",
 1996 "quote",
 1997 "regex",
 1998 "rustc-hash 2.1.1",
 1999 "shlex",
 2000 "syn 2.0.117",
 2001]
 2002
 2003[[package]]
 2004name = "bit-set"
 2005version = "0.8.0"
 2006source = "registry+https://github.com/rust-lang/crates.io-index"
 2007checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2008dependencies = [
 2009 "bit-vec 0.8.0",
 2010]
 2011
 2012[[package]]
 2013name = "bit-set"
 2014version = "0.9.1"
 2015source = "registry+https://github.com/rust-lang/crates.io-index"
 2016checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2017dependencies = [
 2018 "bit-vec 0.9.1",
 2019]
 2020
 2021[[package]]
 2022name = "bit-vec"
 2023version = "0.8.0"
 2024source = "registry+https://github.com/rust-lang/crates.io-index"
 2025checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2026
 2027[[package]]
 2028name = "bit-vec"
 2029version = "0.9.1"
 2030source = "registry+https://github.com/rust-lang/crates.io-index"
 2031checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2032
 2033[[package]]
 2034name = "bit_field"
 2035version = "0.10.3"
 2036source = "registry+https://github.com/rust-lang/crates.io-index"
 2037checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2038
 2039[[package]]
 2040name = "bitflags"
 2041version = "1.3.2"
 2042source = "registry+https://github.com/rust-lang/crates.io-index"
 2043checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2044
 2045[[package]]
 2046name = "bitflags"
 2047version = "2.10.0"
 2048source = "registry+https://github.com/rust-lang/crates.io-index"
 2049checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2050dependencies = [
 2051 "serde_core",
 2052]
 2053
 2054[[package]]
 2055name = "bitstream-io"
 2056version = "4.9.0"
 2057source = "registry+https://github.com/rust-lang/crates.io-index"
 2058checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
 2059dependencies = [
 2060 "core2",
 2061]
 2062
 2063[[package]]
 2064name = "bitvec"
 2065version = "1.0.1"
 2066source = "registry+https://github.com/rust-lang/crates.io-index"
 2067checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2068dependencies = [
 2069 "funty",
 2070 "radium",
 2071 "tap",
 2072 "wyz",
 2073]
 2074
 2075[[package]]
 2076name = "block"
 2077version = "0.1.6"
 2078source = "registry+https://github.com/rust-lang/crates.io-index"
 2079checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2080
 2081[[package]]
 2082name = "block-buffer"
 2083version = "0.10.4"
 2084source = "registry+https://github.com/rust-lang/crates.io-index"
 2085checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2086dependencies = [
 2087 "generic-array",
 2088]
 2089
 2090[[package]]
 2091name = "block-padding"
 2092version = "0.3.3"
 2093source = "registry+https://github.com/rust-lang/crates.io-index"
 2094checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2095dependencies = [
 2096 "generic-array",
 2097]
 2098
 2099[[package]]
 2100name = "block2"
 2101version = "0.6.2"
 2102source = "registry+https://github.com/rust-lang/crates.io-index"
 2103checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2104dependencies = [
 2105 "objc2",
 2106]
 2107
 2108[[package]]
 2109name = "blocking"
 2110version = "1.6.2"
 2111source = "registry+https://github.com/rust-lang/crates.io-index"
 2112checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2113dependencies = [
 2114 "async-channel 2.5.0",
 2115 "async-task",
 2116 "futures-io",
 2117 "futures-lite 2.6.1",
 2118 "piper",
 2119]
 2120
 2121[[package]]
 2122name = "bmrng"
 2123version = "0.5.2"
 2124source = "registry+https://github.com/rust-lang/crates.io-index"
 2125checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2126dependencies = [
 2127 "futures-core",
 2128 "tokio",
 2129]
 2130
 2131[[package]]
 2132name = "bon"
 2133version = "3.8.2"
 2134source = "registry+https://github.com/rust-lang/crates.io-index"
 2135checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2136dependencies = [
 2137 "bon-macros",
 2138 "rustversion",
 2139]
 2140
 2141[[package]]
 2142name = "bon-macros"
 2143version = "3.8.2"
 2144source = "registry+https://github.com/rust-lang/crates.io-index"
 2145checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2146dependencies = [
 2147 "darling 0.21.3",
 2148 "ident_case",
 2149 "prettyplease",
 2150 "proc-macro2",
 2151 "quote",
 2152 "rustversion",
 2153 "syn 2.0.117",
 2154]
 2155
 2156[[package]]
 2157name = "borrow-or-share"
 2158version = "0.2.4"
 2159source = "registry+https://github.com/rust-lang/crates.io-index"
 2160checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2161
 2162[[package]]
 2163name = "borsh"
 2164version = "1.5.7"
 2165source = "registry+https://github.com/rust-lang/crates.io-index"
 2166checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2167dependencies = [
 2168 "borsh-derive",
 2169 "cfg_aliases 0.2.1",
 2170]
 2171
 2172[[package]]
 2173name = "borsh-derive"
 2174version = "1.5.7"
 2175source = "registry+https://github.com/rust-lang/crates.io-index"
 2176checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2177dependencies = [
 2178 "once_cell",
 2179 "proc-macro-crate",
 2180 "proc-macro2",
 2181 "quote",
 2182 "syn 2.0.117",
 2183]
 2184
 2185[[package]]
 2186name = "breadcrumbs"
 2187version = "0.1.0"
 2188dependencies = [
 2189 "gpui",
 2190 "ui",
 2191 "workspace",
 2192]
 2193
 2194[[package]]
 2195name = "brush-parser"
 2196version = "0.3.0"
 2197source = "registry+https://github.com/rust-lang/crates.io-index"
 2198checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2199dependencies = [
 2200 "bon",
 2201 "cached",
 2202 "indenter",
 2203 "peg",
 2204 "thiserror 2.0.17",
 2205 "tracing",
 2206 "utf8-chars",
 2207]
 2208
 2209[[package]]
 2210name = "bstr"
 2211version = "1.12.1"
 2212source = "registry+https://github.com/rust-lang/crates.io-index"
 2213checksum = "63044e1ae8e69f3b5a92c736ca6269b8d12fa7efe39bf34ddb06d102cf0e2cab"
 2214dependencies = [
 2215 "memchr",
 2216 "regex-automata",
 2217 "serde",
 2218]
 2219
 2220[[package]]
 2221name = "buffer_diff"
 2222version = "0.1.0"
 2223dependencies = [
 2224 "clock",
 2225 "ctor",
 2226 "futures 0.3.32",
 2227 "git2",
 2228 "gpui",
 2229 "language",
 2230 "log",
 2231 "pretty_assertions",
 2232 "rand 0.9.3",
 2233 "rope",
 2234 "settings",
 2235 "sum_tree",
 2236 "text",
 2237 "tracing",
 2238 "unindent",
 2239 "util",
 2240 "zlog",
 2241 "ztracing",
 2242]
 2243
 2244[[package]]
 2245name = "built"
 2246version = "0.8.0"
 2247source = "registry+https://github.com/rust-lang/crates.io-index"
 2248checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
 2249
 2250[[package]]
 2251name = "bumpalo"
 2252version = "3.19.0"
 2253source = "registry+https://github.com/rust-lang/crates.io-index"
 2254checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2255dependencies = [
 2256 "allocator-api2",
 2257]
 2258
 2259[[package]]
 2260name = "by_address"
 2261version = "1.2.1"
 2262source = "registry+https://github.com/rust-lang/crates.io-index"
 2263checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2264
 2265[[package]]
 2266name = "bytecheck"
 2267version = "0.6.12"
 2268source = "registry+https://github.com/rust-lang/crates.io-index"
 2269checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2270dependencies = [
 2271 "bytecheck_derive",
 2272 "ptr_meta",
 2273 "simdutf8",
 2274]
 2275
 2276[[package]]
 2277name = "bytecheck_derive"
 2278version = "0.6.12"
 2279source = "registry+https://github.com/rust-lang/crates.io-index"
 2280checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2281dependencies = [
 2282 "proc-macro2",
 2283 "quote",
 2284 "syn 1.0.109",
 2285]
 2286
 2287[[package]]
 2288name = "bytecount"
 2289version = "0.6.9"
 2290source = "registry+https://github.com/rust-lang/crates.io-index"
 2291checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2292
 2293[[package]]
 2294name = "bytemuck"
 2295version = "1.24.0"
 2296source = "registry+https://github.com/rust-lang/crates.io-index"
 2297checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2298dependencies = [
 2299 "bytemuck_derive",
 2300]
 2301
 2302[[package]]
 2303name = "bytemuck_derive"
 2304version = "1.10.2"
 2305source = "registry+https://github.com/rust-lang/crates.io-index"
 2306checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2307dependencies = [
 2308 "proc-macro2",
 2309 "quote",
 2310 "syn 2.0.117",
 2311]
 2312
 2313[[package]]
 2314name = "byteorder"
 2315version = "1.5.0"
 2316source = "registry+https://github.com/rust-lang/crates.io-index"
 2317checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2318
 2319[[package]]
 2320name = "byteorder-lite"
 2321version = "0.1.0"
 2322source = "registry+https://github.com/rust-lang/crates.io-index"
 2323checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2324
 2325[[package]]
 2326name = "bytes"
 2327version = "0.4.12"
 2328source = "registry+https://github.com/rust-lang/crates.io-index"
 2329checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2330dependencies = [
 2331 "byteorder",
 2332 "iovec",
 2333]
 2334
 2335[[package]]
 2336name = "bytes"
 2337version = "1.11.1"
 2338source = "registry+https://github.com/rust-lang/crates.io-index"
 2339checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2340
 2341[[package]]
 2342name = "bytes-utils"
 2343version = "0.1.4"
 2344source = "registry+https://github.com/rust-lang/crates.io-index"
 2345checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2346dependencies = [
 2347 "bytes 1.11.1",
 2348 "either",
 2349]
 2350
 2351[[package]]
 2352name = "bzip2"
 2353version = "0.4.4"
 2354source = "registry+https://github.com/rust-lang/crates.io-index"
 2355checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2356dependencies = [
 2357 "bzip2-sys",
 2358 "libc",
 2359]
 2360
 2361[[package]]
 2362name = "bzip2"
 2363version = "0.6.1"
 2364source = "registry+https://github.com/rust-lang/crates.io-index"
 2365checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2366dependencies = [
 2367 "libbz2-rs-sys",
 2368]
 2369
 2370[[package]]
 2371name = "bzip2-sys"
 2372version = "0.1.13+1.0.8"
 2373source = "registry+https://github.com/rust-lang/crates.io-index"
 2374checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2375dependencies = [
 2376 "cc",
 2377 "pkg-config",
 2378]
 2379
 2380[[package]]
 2381name = "cached"
 2382version = "0.56.0"
 2383source = "registry+https://github.com/rust-lang/crates.io-index"
 2384checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2385dependencies = [
 2386 "ahash 0.8.12",
 2387 "cached_proc_macro",
 2388 "cached_proc_macro_types",
 2389 "hashbrown 0.15.5",
 2390 "once_cell",
 2391 "thiserror 2.0.17",
 2392 "web-time",
 2393]
 2394
 2395[[package]]
 2396name = "cached_proc_macro"
 2397version = "0.25.0"
 2398source = "registry+https://github.com/rust-lang/crates.io-index"
 2399checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2400dependencies = [
 2401 "darling 0.20.11",
 2402 "proc-macro2",
 2403 "quote",
 2404 "syn 2.0.117",
 2405]
 2406
 2407[[package]]
 2408name = "cached_proc_macro_types"
 2409version = "0.1.1"
 2410source = "registry+https://github.com/rust-lang/crates.io-index"
 2411checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2412
 2413[[package]]
 2414name = "call"
 2415version = "0.1.0"
 2416dependencies = [
 2417 "anyhow",
 2418 "audio",
 2419 "client",
 2420 "collections",
 2421 "feature_flags",
 2422 "fs",
 2423 "futures 0.3.32",
 2424 "gpui",
 2425 "gpui_tokio",
 2426 "language",
 2427 "livekit_client",
 2428 "log",
 2429 "postage",
 2430 "project",
 2431 "serde",
 2432 "settings",
 2433 "telemetry",
 2434 "util",
 2435 "workspace",
 2436]
 2437
 2438[[package]]
 2439name = "calloop"
 2440version = "0.14.3"
 2441source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2442dependencies = [
 2443 "bitflags 2.10.0",
 2444 "polling",
 2445 "rustix 1.1.2",
 2446 "slab",
 2447 "tracing",
 2448]
 2449
 2450[[package]]
 2451name = "calloop-wayland-source"
 2452version = "0.4.1"
 2453source = "registry+https://github.com/rust-lang/crates.io-index"
 2454checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2455dependencies = [
 2456 "calloop",
 2457 "rustix 1.1.2",
 2458 "wayland-backend",
 2459 "wayland-client",
 2460]
 2461
 2462[[package]]
 2463name = "camino"
 2464version = "1.2.1"
 2465source = "registry+https://github.com/rust-lang/crates.io-index"
 2466checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2467dependencies = [
 2468 "serde_core",
 2469]
 2470
 2471[[package]]
 2472name = "candle-core"
 2473version = "0.9.1"
 2474source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2475dependencies = [
 2476 "byteorder",
 2477 "float8",
 2478 "gemm 0.17.1",
 2479 "half",
 2480 "memmap2",
 2481 "num-traits",
 2482 "num_cpus",
 2483 "rand 0.9.3",
 2484 "rand_distr",
 2485 "rayon",
 2486 "safetensors",
 2487 "thiserror 1.0.69",
 2488 "ug",
 2489 "yoke 0.7.5",
 2490 "zip 1.1.4",
 2491]
 2492
 2493[[package]]
 2494name = "candle-nn"
 2495version = "0.9.1"
 2496source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2497dependencies = [
 2498 "candle-core",
 2499 "half",
 2500 "libc",
 2501 "num-traits",
 2502 "rayon",
 2503 "safetensors",
 2504 "serde",
 2505 "thiserror 1.0.69",
 2506]
 2507
 2508[[package]]
 2509name = "candle-onnx"
 2510version = "0.9.1"
 2511source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2512dependencies = [
 2513 "candle-core",
 2514 "candle-nn",
 2515 "prost 0.12.6",
 2516]
 2517
 2518[[package]]
 2519name = "cap-fs-ext"
 2520version = "3.4.4"
 2521source = "registry+https://github.com/rust-lang/crates.io-index"
 2522checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2523dependencies = [
 2524 "cap-primitives",
 2525 "cap-std",
 2526 "io-lifetimes",
 2527 "windows-sys 0.59.0",
 2528]
 2529
 2530[[package]]
 2531name = "cap-net-ext"
 2532version = "3.4.4"
 2533source = "registry+https://github.com/rust-lang/crates.io-index"
 2534checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2535dependencies = [
 2536 "cap-primitives",
 2537 "cap-std",
 2538 "rustix 1.1.2",
 2539 "smallvec",
 2540]
 2541
 2542[[package]]
 2543name = "cap-primitives"
 2544version = "3.4.4"
 2545source = "registry+https://github.com/rust-lang/crates.io-index"
 2546checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2547dependencies = [
 2548 "ambient-authority",
 2549 "fs-set-times",
 2550 "io-extras",
 2551 "io-lifetimes",
 2552 "ipnet",
 2553 "maybe-owned",
 2554 "rustix 1.1.2",
 2555 "rustix-linux-procfs",
 2556 "windows-sys 0.59.0",
 2557 "winx",
 2558]
 2559
 2560[[package]]
 2561name = "cap-rand"
 2562version = "3.4.4"
 2563source = "registry+https://github.com/rust-lang/crates.io-index"
 2564checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2565dependencies = [
 2566 "ambient-authority",
 2567 "rand 0.8.5",
 2568]
 2569
 2570[[package]]
 2571name = "cap-std"
 2572version = "3.4.4"
 2573source = "registry+https://github.com/rust-lang/crates.io-index"
 2574checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2575dependencies = [
 2576 "cap-primitives",
 2577 "io-extras",
 2578 "io-lifetimes",
 2579 "rustix 1.1.2",
 2580]
 2581
 2582[[package]]
 2583name = "cap-time-ext"
 2584version = "3.4.4"
 2585source = "registry+https://github.com/rust-lang/crates.io-index"
 2586checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2587dependencies = [
 2588 "ambient-authority",
 2589 "cap-primitives",
 2590 "iana-time-zone",
 2591 "once_cell",
 2592 "rustix 1.1.2",
 2593 "winx",
 2594]
 2595
 2596[[package]]
 2597name = "cargo-platform"
 2598version = "0.1.9"
 2599source = "registry+https://github.com/rust-lang/crates.io-index"
 2600checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2601dependencies = [
 2602 "serde",
 2603]
 2604
 2605[[package]]
 2606name = "cargo-platform"
 2607version = "0.3.2"
 2608source = "registry+https://github.com/rust-lang/crates.io-index"
 2609checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2610dependencies = [
 2611 "serde",
 2612 "serde_core",
 2613]
 2614
 2615[[package]]
 2616name = "cargo_metadata"
 2617version = "0.19.2"
 2618source = "registry+https://github.com/rust-lang/crates.io-index"
 2619checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2620dependencies = [
 2621 "camino",
 2622 "cargo-platform 0.1.9",
 2623 "semver",
 2624 "serde",
 2625 "serde_json",
 2626 "thiserror 2.0.17",
 2627]
 2628
 2629[[package]]
 2630name = "cargo_metadata"
 2631version = "0.23.1"
 2632source = "registry+https://github.com/rust-lang/crates.io-index"
 2633checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2634dependencies = [
 2635 "camino",
 2636 "cargo-platform 0.3.2",
 2637 "semver",
 2638 "serde",
 2639 "serde_json",
 2640 "thiserror 2.0.17",
 2641]
 2642
 2643[[package]]
 2644name = "cargo_toml"
 2645version = "0.21.0"
 2646source = "registry+https://github.com/rust-lang/crates.io-index"
 2647checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2648dependencies = [
 2649 "serde",
 2650 "toml 0.8.23",
 2651]
 2652
 2653[[package]]
 2654name = "cast"
 2655version = "0.3.0"
 2656source = "registry+https://github.com/rust-lang/crates.io-index"
 2657checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2658
 2659[[package]]
 2660name = "cbc"
 2661version = "0.1.2"
 2662source = "registry+https://github.com/rust-lang/crates.io-index"
 2663checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2664dependencies = [
 2665 "cipher",
 2666]
 2667
 2668[[package]]
 2669name = "cbindgen"
 2670version = "0.28.0"
 2671source = "registry+https://github.com/rust-lang/crates.io-index"
 2672checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2673dependencies = [
 2674 "heck 0.4.1",
 2675 "indexmap",
 2676 "log",
 2677 "proc-macro2",
 2678 "quote",
 2679 "serde",
 2680 "serde_json",
 2681 "syn 2.0.117",
 2682 "tempfile",
 2683 "toml 0.8.23",
 2684]
 2685
 2686[[package]]
 2687name = "cc"
 2688version = "1.2.49"
 2689source = "registry+https://github.com/rust-lang/crates.io-index"
 2690checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2691dependencies = [
 2692 "find-msvc-tools",
 2693 "jobserver",
 2694 "libc",
 2695 "shlex",
 2696]
 2697
 2698[[package]]
 2699name = "cesu8"
 2700version = "1.1.0"
 2701source = "registry+https://github.com/rust-lang/crates.io-index"
 2702checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2703
 2704[[package]]
 2705name = "cexpr"
 2706version = "0.6.0"
 2707source = "registry+https://github.com/rust-lang/crates.io-index"
 2708checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2709dependencies = [
 2710 "nom 7.1.3",
 2711]
 2712
 2713[[package]]
 2714name = "cfg-expr"
 2715version = "0.20.6"
 2716source = "registry+https://github.com/rust-lang/crates.io-index"
 2717checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2718dependencies = [
 2719 "smallvec",
 2720 "target-lexicon",
 2721]
 2722
 2723[[package]]
 2724name = "cfg-if"
 2725version = "1.0.4"
 2726source = "registry+https://github.com/rust-lang/crates.io-index"
 2727checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2728
 2729[[package]]
 2730name = "cfg_aliases"
 2731version = "0.1.1"
 2732source = "registry+https://github.com/rust-lang/crates.io-index"
 2733checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2734
 2735[[package]]
 2736name = "cfg_aliases"
 2737version = "0.2.1"
 2738source = "registry+https://github.com/rust-lang/crates.io-index"
 2739checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2740
 2741[[package]]
 2742name = "cgl"
 2743version = "0.3.2"
 2744source = "registry+https://github.com/rust-lang/crates.io-index"
 2745checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2746dependencies = [
 2747 "libc",
 2748]
 2749
 2750[[package]]
 2751name = "channel"
 2752version = "0.1.0"
 2753dependencies = [
 2754 "anyhow",
 2755 "client",
 2756 "clock",
 2757 "collections",
 2758 "futures 0.3.32",
 2759 "gpui",
 2760 "http_client",
 2761 "language",
 2762 "log",
 2763 "postage",
 2764 "release_channel",
 2765 "rpc",
 2766 "semver",
 2767 "settings",
 2768 "text",
 2769 "time",
 2770 "util",
 2771]
 2772
 2773[[package]]
 2774name = "chardetng"
 2775version = "0.1.17"
 2776source = "registry+https://github.com/rust-lang/crates.io-index"
 2777checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2778dependencies = [
 2779 "cfg-if",
 2780 "encoding_rs",
 2781 "memchr",
 2782]
 2783
 2784[[package]]
 2785name = "chrono"
 2786version = "0.4.42"
 2787source = "registry+https://github.com/rust-lang/crates.io-index"
 2788checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2789dependencies = [
 2790 "iana-time-zone",
 2791 "js-sys",
 2792 "num-traits",
 2793 "serde",
 2794 "wasm-bindgen",
 2795 "windows-link 0.2.1",
 2796]
 2797
 2798[[package]]
 2799name = "chunked_transfer"
 2800version = "1.5.0"
 2801source = "registry+https://github.com/rust-lang/crates.io-index"
 2802checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2803
 2804[[package]]
 2805name = "ciborium"
 2806version = "0.2.2"
 2807source = "registry+https://github.com/rust-lang/crates.io-index"
 2808checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2809dependencies = [
 2810 "ciborium-io",
 2811 "ciborium-ll",
 2812 "serde",
 2813]
 2814
 2815[[package]]
 2816name = "ciborium-io"
 2817version = "0.2.2"
 2818source = "registry+https://github.com/rust-lang/crates.io-index"
 2819checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2820
 2821[[package]]
 2822name = "ciborium-ll"
 2823version = "0.2.2"
 2824source = "registry+https://github.com/rust-lang/crates.io-index"
 2825checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2826dependencies = [
 2827 "ciborium-io",
 2828 "half",
 2829]
 2830
 2831[[package]]
 2832name = "cipher"
 2833version = "0.4.4"
 2834source = "registry+https://github.com/rust-lang/crates.io-index"
 2835checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2836dependencies = [
 2837 "crypto-common",
 2838 "inout",
 2839 "zeroize",
 2840]
 2841
 2842[[package]]
 2843name = "circular-buffer"
 2844version = "1.2.0"
 2845source = "registry+https://github.com/rust-lang/crates.io-index"
 2846checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2847
 2848[[package]]
 2849name = "clang-sys"
 2850version = "1.8.1"
 2851source = "registry+https://github.com/rust-lang/crates.io-index"
 2852checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2853dependencies = [
 2854 "glob",
 2855 "libc",
 2856 "libloading",
 2857]
 2858
 2859[[package]]
 2860name = "clap"
 2861version = "4.5.49"
 2862source = "registry+https://github.com/rust-lang/crates.io-index"
 2863checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2864dependencies = [
 2865 "clap_builder",
 2866 "clap_derive",
 2867]
 2868
 2869[[package]]
 2870name = "clap_builder"
 2871version = "4.5.49"
 2872source = "registry+https://github.com/rust-lang/crates.io-index"
 2873checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2874dependencies = [
 2875 "anstream",
 2876 "anstyle",
 2877 "clap_lex",
 2878 "strsim",
 2879 "terminal_size",
 2880]
 2881
 2882[[package]]
 2883name = "clap_complete"
 2884version = "4.5.59"
 2885source = "registry+https://github.com/rust-lang/crates.io-index"
 2886checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2887dependencies = [
 2888 "clap",
 2889]
 2890
 2891[[package]]
 2892name = "clap_derive"
 2893version = "4.5.49"
 2894source = "registry+https://github.com/rust-lang/crates.io-index"
 2895checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2896dependencies = [
 2897 "heck 0.5.0",
 2898 "proc-macro2",
 2899 "quote",
 2900 "syn 2.0.117",
 2901]
 2902
 2903[[package]]
 2904name = "clap_lex"
 2905version = "0.7.6"
 2906source = "registry+https://github.com/rust-lang/crates.io-index"
 2907checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2908
 2909[[package]]
 2910name = "cli"
 2911version = "0.1.0"
 2912dependencies = [
 2913 "anyhow",
 2914 "askpass",
 2915 "clap",
 2916 "collections",
 2917 "console",
 2918 "core-foundation 0.10.0",
 2919 "core-services",
 2920 "dialoguer",
 2921 "exec",
 2922 "fork",
 2923 "ipc-channel",
 2924 "parking_lot",
 2925 "paths",
 2926 "plist",
 2927 "rayon",
 2928 "release_channel",
 2929 "serde",
 2930 "serde_json",
 2931 "tempfile",
 2932 "util",
 2933 "walkdir",
 2934 "windows 0.61.3",
 2935]
 2936
 2937[[package]]
 2938name = "client"
 2939version = "0.1.0"
 2940dependencies = [
 2941 "anyhow",
 2942 "async-tungstenite",
 2943 "base64 0.22.1",
 2944 "chrono",
 2945 "clock",
 2946 "cloud_api_client",
 2947 "cloud_api_types",
 2948 "cloud_llm_client",
 2949 "collections",
 2950 "credentials_provider",
 2951 "db",
 2952 "derive_more",
 2953 "feature_flags",
 2954 "fs",
 2955 "futures 0.3.32",
 2956 "gpui",
 2957 "gpui_tokio",
 2958 "http_client",
 2959 "http_client_tls",
 2960 "httparse",
 2961 "log",
 2962 "objc2-foundation",
 2963 "parking_lot",
 2964 "paths",
 2965 "postage",
 2966 "rand 0.9.3",
 2967 "regex",
 2968 "release_channel",
 2969 "rpc",
 2970 "rustls-pki-types",
 2971 "semver",
 2972 "serde",
 2973 "serde_json",
 2974 "serde_urlencoded",
 2975 "settings",
 2976 "sha2",
 2977 "smol",
 2978 "telemetry",
 2979 "telemetry_events",
 2980 "text",
 2981 "thiserror 2.0.17",
 2982 "time",
 2983 "tiny_http",
 2984 "tokio",
 2985 "tokio-native-tls",
 2986 "tokio-rustls 0.26.2",
 2987 "tokio-socks",
 2988 "url",
 2989 "util",
 2990 "windows 0.61.3",
 2991 "worktree",
 2992 "zed_credentials_provider",
 2993]
 2994
 2995[[package]]
 2996name = "clock"
 2997version = "0.1.0"
 2998dependencies = [
 2999 "parking_lot",
 3000 "serde",
 3001 "smallvec",
 3002]
 3003
 3004[[package]]
 3005name = "cloud_api_client"
 3006version = "0.1.0"
 3007dependencies = [
 3008 "anyhow",
 3009 "cloud_api_types",
 3010 "futures 0.3.32",
 3011 "gpui",
 3012 "gpui_tokio",
 3013 "http_client",
 3014 "parking_lot",
 3015 "serde_json",
 3016 "smol",
 3017 "thiserror 2.0.17",
 3018 "yawc",
 3019]
 3020
 3021[[package]]
 3022name = "cloud_api_types"
 3023version = "0.1.0"
 3024dependencies = [
 3025 "anyhow",
 3026 "chrono",
 3027 "ciborium",
 3028 "cloud_llm_client",
 3029 "pretty_assertions",
 3030 "serde",
 3031 "serde_json",
 3032 "strum 0.27.2",
 3033]
 3034
 3035[[package]]
 3036name = "cloud_llm_client"
 3037version = "0.1.0"
 3038dependencies = [
 3039 "anyhow",
 3040 "serde",
 3041 "serde_json",
 3042 "strum 0.27.2",
 3043 "uuid",
 3044 "zeta_prompt",
 3045]
 3046
 3047[[package]]
 3048name = "cmake"
 3049version = "0.1.56"
 3050source = "registry+https://github.com/rust-lang/crates.io-index"
 3051checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3052dependencies = [
 3053 "cc",
 3054]
 3055
 3056[[package]]
 3057name = "cobs"
 3058version = "0.3.0"
 3059source = "registry+https://github.com/rust-lang/crates.io-index"
 3060checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3061dependencies = [
 3062 "thiserror 2.0.17",
 3063]
 3064
 3065[[package]]
 3066name = "cocoa"
 3067version = "0.25.0"
 3068source = "registry+https://github.com/rust-lang/crates.io-index"
 3069checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3070dependencies = [
 3071 "bitflags 1.3.2",
 3072 "block",
 3073 "cocoa-foundation 0.1.2",
 3074 "core-foundation 0.9.4",
 3075 "core-graphics 0.23.2",
 3076 "foreign-types 0.5.0",
 3077 "libc",
 3078 "objc",
 3079]
 3080
 3081[[package]]
 3082name = "cocoa"
 3083version = "0.26.0"
 3084source = "registry+https://github.com/rust-lang/crates.io-index"
 3085checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3086dependencies = [
 3087 "bitflags 2.10.0",
 3088 "block",
 3089 "cocoa-foundation 0.2.0",
 3090 "core-foundation 0.10.0",
 3091 "core-graphics 0.24.0",
 3092 "foreign-types 0.5.0",
 3093 "libc",
 3094 "objc",
 3095]
 3096
 3097[[package]]
 3098name = "cocoa-foundation"
 3099version = "0.1.2"
 3100source = "registry+https://github.com/rust-lang/crates.io-index"
 3101checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3102dependencies = [
 3103 "bitflags 1.3.2",
 3104 "block",
 3105 "core-foundation 0.9.4",
 3106 "core-graphics-types 0.1.3",
 3107 "libc",
 3108 "objc",
 3109]
 3110
 3111[[package]]
 3112name = "cocoa-foundation"
 3113version = "0.2.0"
 3114source = "registry+https://github.com/rust-lang/crates.io-index"
 3115checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3116dependencies = [
 3117 "bitflags 2.10.0",
 3118 "block",
 3119 "core-foundation 0.10.0",
 3120 "core-graphics-types 0.2.0",
 3121 "libc",
 3122 "objc",
 3123]
 3124
 3125[[package]]
 3126name = "codespan-reporting"
 3127version = "0.13.0"
 3128source = "registry+https://github.com/rust-lang/crates.io-index"
 3129checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3130dependencies = [
 3131 "serde",
 3132 "termcolor",
 3133 "unicode-width",
 3134]
 3135
 3136[[package]]
 3137name = "codestral"
 3138version = "0.1.0"
 3139dependencies = [
 3140 "anyhow",
 3141 "edit_prediction",
 3142 "edit_prediction_types",
 3143 "futures 0.3.32",
 3144 "gpui",
 3145 "http_client",
 3146 "icons",
 3147 "language",
 3148 "language_model",
 3149 "log",
 3150 "serde",
 3151 "serde_json",
 3152 "text",
 3153 "zed_credentials_provider",
 3154 "zeta_prompt",
 3155]
 3156
 3157[[package]]
 3158name = "collab"
 3159version = "0.44.0"
 3160dependencies = [
 3161 "agent",
 3162 "anyhow",
 3163 "async-trait",
 3164 "async-tungstenite",
 3165 "aws-config",
 3166 "aws-sdk-kinesis",
 3167 "aws-sdk-s3",
 3168 "axum",
 3169 "buffer_diff",
 3170 "call",
 3171 "channel",
 3172 "chrono",
 3173 "client",
 3174 "clock",
 3175 "cloud_api_types",
 3176 "collab",
 3177 "collab_ui",
 3178 "collections",
 3179 "command_palette_hooks",
 3180 "ctor",
 3181 "dap",
 3182 "dap_adapters",
 3183 "dashmap",
 3184 "debugger_ui",
 3185 "editor",
 3186 "envy",
 3187 "extension",
 3188 "file_finder",
 3189 "fs",
 3190 "futures 0.3.32",
 3191 "git",
 3192 "git_hosting_providers",
 3193 "git_ui",
 3194 "gpui",
 3195 "gpui_tokio",
 3196 "hex",
 3197 "http_client",
 3198 "indoc",
 3199 "language",
 3200 "language_model",
 3201 "livekit_api",
 3202 "livekit_client",
 3203 "log",
 3204 "lsp",
 3205 "menu",
 3206 "multi_buffer",
 3207 "nanoid",
 3208 "node_runtime",
 3209 "notifications",
 3210 "parking_lot",
 3211 "pretty_assertions",
 3212 "project",
 3213 "prometheus",
 3214 "prompt_store",
 3215 "prost 0.9.0",
 3216 "rand 0.9.3",
 3217 "recent_projects",
 3218 "release_channel",
 3219 "remote",
 3220 "remote_server",
 3221 "reqwest 0.11.27",
 3222 "rpc",
 3223 "sea-orm",
 3224 "sea-orm-macros",
 3225 "semver",
 3226 "serde",
 3227 "serde_json",
 3228 "session",
 3229 "settings",
 3230 "sha2",
 3231 "smol",
 3232 "sqlx",
 3233 "strum 0.27.2",
 3234 "task",
 3235 "telemetry_events",
 3236 "text",
 3237 "theme",
 3238 "theme_settings",
 3239 "time",
 3240 "tokio",
 3241 "toml 0.8.23",
 3242 "tower 0.4.13",
 3243 "tower-http 0.4.4",
 3244 "tracing",
 3245 "tracing-subscriber",
 3246 "unindent",
 3247 "util",
 3248 "uuid",
 3249 "workspace",
 3250 "worktree",
 3251 "zed_actions",
 3252 "zlog",
 3253]
 3254
 3255[[package]]
 3256name = "collab_ui"
 3257version = "0.1.0"
 3258dependencies = [
 3259 "anyhow",
 3260 "call",
 3261 "channel",
 3262 "client",
 3263 "collections",
 3264 "db",
 3265 "editor",
 3266 "futures 0.3.32",
 3267 "fuzzy",
 3268 "gpui",
 3269 "livekit_client",
 3270 "menu",
 3271 "notifications",
 3272 "picker",
 3273 "project",
 3274 "release_channel",
 3275 "rpc",
 3276 "serde",
 3277 "serde_json",
 3278 "settings",
 3279 "smallvec",
 3280 "telemetry",
 3281 "theme",
 3282 "theme_settings",
 3283 "time",
 3284 "title_bar",
 3285 "ui",
 3286 "util",
 3287 "workspace",
 3288 "zed_actions",
 3289]
 3290
 3291[[package]]
 3292name = "collections"
 3293version = "0.1.0"
 3294dependencies = [
 3295 "indexmap",
 3296 "rustc-hash 2.1.1",
 3297]
 3298
 3299[[package]]
 3300name = "color_quant"
 3301version = "1.1.0"
 3302source = "registry+https://github.com/rust-lang/crates.io-index"
 3303checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3304
 3305[[package]]
 3306name = "colorchoice"
 3307version = "1.0.4"
 3308source = "registry+https://github.com/rust-lang/crates.io-index"
 3309checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3310
 3311[[package]]
 3312name = "combine"
 3313version = "4.6.7"
 3314source = "registry+https://github.com/rust-lang/crates.io-index"
 3315checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3316dependencies = [
 3317 "bytes 1.11.1",
 3318 "memchr",
 3319]
 3320
 3321[[package]]
 3322name = "command-fds"
 3323version = "0.3.2"
 3324source = "registry+https://github.com/rust-lang/crates.io-index"
 3325checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3326dependencies = [
 3327 "nix 0.30.1",
 3328 "thiserror 2.0.17",
 3329]
 3330
 3331[[package]]
 3332name = "command_palette"
 3333version = "0.1.0"
 3334dependencies = [
 3335 "anyhow",
 3336 "client",
 3337 "collections",
 3338 "command_palette_hooks",
 3339 "db",
 3340 "editor",
 3341 "fuzzy_nucleo",
 3342 "go_to_line",
 3343 "gpui",
 3344 "language",
 3345 "log",
 3346 "menu",
 3347 "picker",
 3348 "postage",
 3349 "project",
 3350 "serde",
 3351 "settings",
 3352 "telemetry",
 3353 "theme",
 3354 "theme_settings",
 3355 "time",
 3356 "ui",
 3357 "util",
 3358 "workspace",
 3359 "zed_actions",
 3360]
 3361
 3362[[package]]
 3363name = "command_palette_hooks"
 3364version = "0.1.0"
 3365dependencies = [
 3366 "collections",
 3367 "derive_more",
 3368 "gpui",
 3369 "workspace",
 3370]
 3371
 3372[[package]]
 3373name = "compliance"
 3374version = "0.1.0"
 3375dependencies = [
 3376 "anyhow",
 3377 "async-trait",
 3378 "derive_more",
 3379 "futures 0.3.32",
 3380 "indoc",
 3381 "itertools 0.14.0",
 3382 "jsonwebtoken",
 3383 "octocrab",
 3384 "regex",
 3385 "semver",
 3386 "serde",
 3387 "serde_json",
 3388 "tokio",
 3389]
 3390
 3391[[package]]
 3392name = "component"
 3393version = "0.1.0"
 3394dependencies = [
 3395 "collections",
 3396 "documented",
 3397 "gpui",
 3398 "inventory",
 3399 "parking_lot",
 3400 "strum 0.27.2",
 3401 "theme",
 3402]
 3403
 3404[[package]]
 3405name = "component_preview"
 3406version = "0.1.0"
 3407dependencies = [
 3408 "anyhow",
 3409 "client",
 3410 "collections",
 3411 "component",
 3412 "db",
 3413 "fs",
 3414 "gpui",
 3415 "gpui_platform",
 3416 "language",
 3417 "log",
 3418 "node_runtime",
 3419 "notifications",
 3420 "project",
 3421 "release_channel",
 3422 "reqwest_client",
 3423 "session",
 3424 "settings",
 3425 "theme",
 3426 "theme_settings",
 3427 "ui",
 3428 "ui_input",
 3429 "uuid",
 3430 "workspace",
 3431]
 3432
 3433[[package]]
 3434name = "compression-codecs"
 3435version = "0.4.31"
 3436source = "registry+https://github.com/rust-lang/crates.io-index"
 3437checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3438dependencies = [
 3439 "bzip2 0.6.1",
 3440 "compression-core",
 3441 "deflate64",
 3442 "flate2",
 3443 "memchr",
 3444]
 3445
 3446[[package]]
 3447name = "compression-core"
 3448version = "0.4.29"
 3449source = "registry+https://github.com/rust-lang/crates.io-index"
 3450checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3451
 3452[[package]]
 3453name = "concurrent-queue"
 3454version = "2.5.0"
 3455source = "registry+https://github.com/rust-lang/crates.io-index"
 3456checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3457dependencies = [
 3458 "crossbeam-utils",
 3459]
 3460
 3461[[package]]
 3462name = "console"
 3463version = "0.16.3"
 3464source = "registry+https://github.com/rust-lang/crates.io-index"
 3465checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3466dependencies = [
 3467 "encode_unicode",
 3468 "libc",
 3469 "unicode-width",
 3470 "windows-sys 0.61.2",
 3471]
 3472
 3473[[package]]
 3474name = "console_error_panic_hook"
 3475version = "0.1.7"
 3476source = "registry+https://github.com/rust-lang/crates.io-index"
 3477checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3478dependencies = [
 3479 "cfg-if",
 3480 "wasm-bindgen",
 3481]
 3482
 3483[[package]]
 3484name = "const-oid"
 3485version = "0.9.6"
 3486source = "registry+https://github.com/rust-lang/crates.io-index"
 3487checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3488
 3489[[package]]
 3490name = "const-random"
 3491version = "0.1.18"
 3492source = "registry+https://github.com/rust-lang/crates.io-index"
 3493checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3494dependencies = [
 3495 "const-random-macro",
 3496]
 3497
 3498[[package]]
 3499name = "const-random-macro"
 3500version = "0.1.16"
 3501source = "registry+https://github.com/rust-lang/crates.io-index"
 3502checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3503dependencies = [
 3504 "getrandom 0.2.16",
 3505 "once_cell",
 3506 "tiny-keccak",
 3507]
 3508
 3509[[package]]
 3510name = "const_format"
 3511version = "0.2.35"
 3512source = "registry+https://github.com/rust-lang/crates.io-index"
 3513checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3514dependencies = [
 3515 "const_format_proc_macros",
 3516]
 3517
 3518[[package]]
 3519name = "const_format_proc_macros"
 3520version = "0.2.34"
 3521source = "registry+https://github.com/rust-lang/crates.io-index"
 3522checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3523dependencies = [
 3524 "proc-macro2",
 3525 "quote",
 3526 "unicode-xid",
 3527]
 3528
 3529[[package]]
 3530name = "constant_time_eq"
 3531version = "0.1.5"
 3532source = "registry+https://github.com/rust-lang/crates.io-index"
 3533checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3534
 3535[[package]]
 3536name = "context_server"
 3537version = "0.1.0"
 3538dependencies = [
 3539 "anyhow",
 3540 "async-trait",
 3541 "base64 0.22.1",
 3542 "collections",
 3543 "futures 0.3.32",
 3544 "gpui",
 3545 "http_client",
 3546 "log",
 3547 "net",
 3548 "parking_lot",
 3549 "postage",
 3550 "rand 0.9.3",
 3551 "schemars",
 3552 "serde",
 3553 "serde_json",
 3554 "settings",
 3555 "sha2",
 3556 "slotmap",
 3557 "smol",
 3558 "tempfile",
 3559 "tiny_http",
 3560 "url",
 3561 "util",
 3562]
 3563
 3564[[package]]
 3565name = "convert_case"
 3566version = "0.8.0"
 3567source = "registry+https://github.com/rust-lang/crates.io-index"
 3568checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3569dependencies = [
 3570 "unicode-segmentation",
 3571]
 3572
 3573[[package]]
 3574name = "convert_case"
 3575version = "0.10.0"
 3576source = "registry+https://github.com/rust-lang/crates.io-index"
 3577checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3578dependencies = [
 3579 "unicode-segmentation",
 3580]
 3581
 3582[[package]]
 3583name = "convert_case"
 3584version = "0.11.0"
 3585source = "registry+https://github.com/rust-lang/crates.io-index"
 3586checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3587dependencies = [
 3588 "unicode-segmentation",
 3589]
 3590
 3591[[package]]
 3592name = "copilot"
 3593version = "0.1.0"
 3594dependencies = [
 3595 "anyhow",
 3596 "async-std",
 3597 "collections",
 3598 "command_palette_hooks",
 3599 "copilot_chat",
 3600 "edit_prediction_types",
 3601 "editor",
 3602 "fs",
 3603 "futures 0.3.32",
 3604 "gpui",
 3605 "icons",
 3606 "indoc",
 3607 "language",
 3608 "log",
 3609 "lsp",
 3610 "node_runtime",
 3611 "parking_lot",
 3612 "paths",
 3613 "pretty_assertions",
 3614 "project",
 3615 "rpc",
 3616 "semver",
 3617 "serde",
 3618 "serde_json",
 3619 "settings",
 3620 "sum_tree",
 3621 "theme",
 3622 "theme_settings",
 3623 "util",
 3624 "workspace",
 3625 "zlog",
 3626]
 3627
 3628[[package]]
 3629name = "copilot_chat"
 3630version = "0.1.0"
 3631dependencies = [
 3632 "anthropic",
 3633 "anyhow",
 3634 "collections",
 3635 "dirs",
 3636 "fs",
 3637 "futures 0.3.32",
 3638 "gpui",
 3639 "http_client",
 3640 "log",
 3641 "paths",
 3642 "serde",
 3643 "serde_json",
 3644 "settings",
 3645]
 3646
 3647[[package]]
 3648name = "copilot_ui"
 3649version = "0.1.0"
 3650dependencies = [
 3651 "anyhow",
 3652 "copilot",
 3653 "gpui",
 3654 "language",
 3655 "log",
 3656 "lsp",
 3657 "menu",
 3658 "project",
 3659 "serde_json",
 3660 "settings",
 3661 "ui",
 3662 "util",
 3663 "workspace",
 3664]
 3665
 3666[[package]]
 3667name = "core-foundation"
 3668version = "0.9.4"
 3669source = "registry+https://github.com/rust-lang/crates.io-index"
 3670checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3671dependencies = [
 3672 "core-foundation-sys",
 3673 "libc",
 3674]
 3675
 3676[[package]]
 3677name = "core-foundation"
 3678version = "0.10.0"
 3679source = "registry+https://github.com/rust-lang/crates.io-index"
 3680checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3681dependencies = [
 3682 "core-foundation-sys",
 3683 "libc",
 3684]
 3685
 3686[[package]]
 3687name = "core-foundation-sys"
 3688version = "0.8.7"
 3689source = "registry+https://github.com/rust-lang/crates.io-index"
 3690checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3691
 3692[[package]]
 3693name = "core-graphics"
 3694version = "0.23.2"
 3695source = "registry+https://github.com/rust-lang/crates.io-index"
 3696checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3697dependencies = [
 3698 "bitflags 1.3.2",
 3699 "core-foundation 0.9.4",
 3700 "core-graphics-types 0.1.3",
 3701 "foreign-types 0.5.0",
 3702 "libc",
 3703]
 3704
 3705[[package]]
 3706name = "core-graphics"
 3707version = "0.24.0"
 3708source = "registry+https://github.com/rust-lang/crates.io-index"
 3709checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3710dependencies = [
 3711 "bitflags 2.10.0",
 3712 "core-foundation 0.10.0",
 3713 "core-graphics-types 0.2.0",
 3714 "foreign-types 0.5.0",
 3715 "libc",
 3716]
 3717
 3718[[package]]
 3719name = "core-graphics-helmer-fork"
 3720version = "0.24.0"
 3721source = "registry+https://github.com/rust-lang/crates.io-index"
 3722checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3723dependencies = [
 3724 "bitflags 2.10.0",
 3725 "core-foundation 0.9.4",
 3726 "core-graphics-types 0.1.3",
 3727 "foreign-types 0.5.0",
 3728 "libc",
 3729]
 3730
 3731[[package]]
 3732name = "core-graphics-types"
 3733version = "0.1.3"
 3734source = "registry+https://github.com/rust-lang/crates.io-index"
 3735checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3736dependencies = [
 3737 "bitflags 1.3.2",
 3738 "core-foundation 0.9.4",
 3739 "libc",
 3740]
 3741
 3742[[package]]
 3743name = "core-graphics-types"
 3744version = "0.2.0"
 3745source = "registry+https://github.com/rust-lang/crates.io-index"
 3746checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3747dependencies = [
 3748 "bitflags 2.10.0",
 3749 "core-foundation 0.10.0",
 3750 "libc",
 3751]
 3752
 3753[[package]]
 3754name = "core-graphics2"
 3755version = "0.5.2"
 3756source = "registry+https://github.com/rust-lang/crates.io-index"
 3757checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3758dependencies = [
 3759 "bitflags 2.10.0",
 3760 "block",
 3761 "cfg-if",
 3762 "core-foundation 0.10.0",
 3763 "libc",
 3764]
 3765
 3766[[package]]
 3767name = "core-services"
 3768version = "0.2.1"
 3769source = "registry+https://github.com/rust-lang/crates.io-index"
 3770checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3771dependencies = [
 3772 "core-foundation 0.9.4",
 3773]
 3774
 3775[[package]]
 3776name = "core-text"
 3777version = "21.0.0"
 3778source = "registry+https://github.com/rust-lang/crates.io-index"
 3779checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3780dependencies = [
 3781 "core-foundation 0.10.0",
 3782 "core-graphics 0.24.0",
 3783 "foreign-types 0.5.0",
 3784 "libc",
 3785]
 3786
 3787[[package]]
 3788name = "core-video"
 3789version = "0.5.2"
 3790source = "registry+https://github.com/rust-lang/crates.io-index"
 3791checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3792dependencies = [
 3793 "block",
 3794 "core-foundation 0.10.0",
 3795 "core-graphics2",
 3796 "io-surface",
 3797 "libc",
 3798 "metal",
 3799]
 3800
 3801[[package]]
 3802name = "core2"
 3803version = "0.4.0"
 3804source = "registry+https://github.com/rust-lang/crates.io-index"
 3805checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
 3806dependencies = [
 3807 "memchr",
 3808]
 3809
 3810[[package]]
 3811name = "core_maths"
 3812version = "0.1.1"
 3813source = "registry+https://github.com/rust-lang/crates.io-index"
 3814checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3815dependencies = [
 3816 "libm",
 3817]
 3818
 3819[[package]]
 3820name = "coreaudio-rs"
 3821version = "0.12.1"
 3822source = "registry+https://github.com/rust-lang/crates.io-index"
 3823checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3824dependencies = [
 3825 "bitflags 1.3.2",
 3826 "core-foundation-sys",
 3827 "coreaudio-sys",
 3828]
 3829
 3830[[package]]
 3831name = "coreaudio-rs"
 3832version = "0.13.0"
 3833source = "registry+https://github.com/rust-lang/crates.io-index"
 3834checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3835dependencies = [
 3836 "bitflags 1.3.2",
 3837 "libc",
 3838 "objc2-audio-toolbox",
 3839 "objc2-core-audio",
 3840 "objc2-core-audio-types",
 3841 "objc2-core-foundation",
 3842]
 3843
 3844[[package]]
 3845name = "coreaudio-sys"
 3846version = "0.2.17"
 3847source = "registry+https://github.com/rust-lang/crates.io-index"
 3848checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3849dependencies = [
 3850 "bindgen 0.72.1",
 3851]
 3852
 3853[[package]]
 3854name = "cosmic-text"
 3855version = "0.17.1"
 3856source = "registry+https://github.com/rust-lang/crates.io-index"
 3857checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3858dependencies = [
 3859 "bitflags 2.10.0",
 3860 "fontdb 0.23.0",
 3861 "harfrust",
 3862 "linebender_resource_handle",
 3863 "log",
 3864 "rangemap",
 3865 "rustc-hash 2.1.1",
 3866 "self_cell",
 3867 "skrifa 0.40.0",
 3868 "smol_str",
 3869 "swash",
 3870 "sys-locale",
 3871 "unicode-bidi",
 3872 "unicode-linebreak",
 3873 "unicode-script",
 3874 "unicode-segmentation",
 3875]
 3876
 3877[[package]]
 3878name = "cpal"
 3879version = "0.17.1"
 3880source = "registry+https://github.com/rust-lang/crates.io-index"
 3881checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3882dependencies = [
 3883 "alsa",
 3884 "coreaudio-rs 0.13.0",
 3885 "dasp_sample",
 3886 "jni",
 3887 "js-sys",
 3888 "libc",
 3889 "mach2 0.5.0",
 3890 "ndk",
 3891 "ndk-context",
 3892 "num-derive",
 3893 "num-traits",
 3894 "objc2",
 3895 "objc2-audio-toolbox",
 3896 "objc2-avf-audio",
 3897 "objc2-core-audio",
 3898 "objc2-core-audio-types",
 3899 "objc2-core-foundation",
 3900 "objc2-foundation",
 3901 "wasm-bindgen",
 3902 "wasm-bindgen-futures",
 3903 "web-sys",
 3904 "windows 0.62.2",
 3905]
 3906
 3907[[package]]
 3908name = "cpp_demangle"
 3909version = "0.4.5"
 3910source = "registry+https://github.com/rust-lang/crates.io-index"
 3911checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3912dependencies = [
 3913 "cfg-if",
 3914]
 3915
 3916[[package]]
 3917name = "cpufeatures"
 3918version = "0.2.17"
 3919source = "registry+https://github.com/rust-lang/crates.io-index"
 3920checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3921dependencies = [
 3922 "libc",
 3923]
 3924
 3925[[package]]
 3926name = "cranelift-assembler-x64"
 3927version = "0.123.7"
 3928source = "registry+https://github.com/rust-lang/crates.io-index"
 3929checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3930dependencies = [
 3931 "cranelift-assembler-x64-meta",
 3932]
 3933
 3934[[package]]
 3935name = "cranelift-assembler-x64-meta"
 3936version = "0.123.7"
 3937source = "registry+https://github.com/rust-lang/crates.io-index"
 3938checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3939dependencies = [
 3940 "cranelift-srcgen",
 3941]
 3942
 3943[[package]]
 3944name = "cranelift-bforest"
 3945version = "0.123.7"
 3946source = "registry+https://github.com/rust-lang/crates.io-index"
 3947checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3948dependencies = [
 3949 "cranelift-entity",
 3950]
 3951
 3952[[package]]
 3953name = "cranelift-bitset"
 3954version = "0.123.7"
 3955source = "registry+https://github.com/rust-lang/crates.io-index"
 3956checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3957dependencies = [
 3958 "serde",
 3959 "serde_derive",
 3960]
 3961
 3962[[package]]
 3963name = "cranelift-codegen"
 3964version = "0.123.7"
 3965source = "registry+https://github.com/rust-lang/crates.io-index"
 3966checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3967dependencies = [
 3968 "bumpalo",
 3969 "cranelift-assembler-x64",
 3970 "cranelift-bforest",
 3971 "cranelift-bitset",
 3972 "cranelift-codegen-meta",
 3973 "cranelift-codegen-shared",
 3974 "cranelift-control",
 3975 "cranelift-entity",
 3976 "cranelift-isle",
 3977 "gimli",
 3978 "hashbrown 0.15.5",
 3979 "log",
 3980 "postcard",
 3981 "pulley-interpreter",
 3982 "regalloc2",
 3983 "rustc-hash 2.1.1",
 3984 "serde",
 3985 "serde_derive",
 3986 "sha2",
 3987 "smallvec",
 3988 "target-lexicon",
 3989 "wasmtime-internal-math",
 3990]
 3991
 3992[[package]]
 3993name = "cranelift-codegen-meta"
 3994version = "0.123.7"
 3995source = "registry+https://github.com/rust-lang/crates.io-index"
 3996checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3997dependencies = [
 3998 "cranelift-assembler-x64-meta",
 3999 "cranelift-codegen-shared",
 4000 "cranelift-srcgen",
 4001 "heck 0.5.0",
 4002 "pulley-interpreter",
 4003]
 4004
 4005[[package]]
 4006name = "cranelift-codegen-shared"
 4007version = "0.123.7"
 4008source = "registry+https://github.com/rust-lang/crates.io-index"
 4009checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 4010
 4011[[package]]
 4012name = "cranelift-control"
 4013version = "0.123.7"
 4014source = "registry+https://github.com/rust-lang/crates.io-index"
 4015checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 4016dependencies = [
 4017 "arbitrary",
 4018]
 4019
 4020[[package]]
 4021name = "cranelift-entity"
 4022version = "0.123.7"
 4023source = "registry+https://github.com/rust-lang/crates.io-index"
 4024checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 4025dependencies = [
 4026 "cranelift-bitset",
 4027 "serde",
 4028 "serde_derive",
 4029]
 4030
 4031[[package]]
 4032name = "cranelift-frontend"
 4033version = "0.123.7"
 4034source = "registry+https://github.com/rust-lang/crates.io-index"
 4035checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 4036dependencies = [
 4037 "cranelift-codegen",
 4038 "log",
 4039 "smallvec",
 4040 "target-lexicon",
 4041]
 4042
 4043[[package]]
 4044name = "cranelift-isle"
 4045version = "0.123.7"
 4046source = "registry+https://github.com/rust-lang/crates.io-index"
 4047checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4048
 4049[[package]]
 4050name = "cranelift-native"
 4051version = "0.123.7"
 4052source = "registry+https://github.com/rust-lang/crates.io-index"
 4053checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4054dependencies = [
 4055 "cranelift-codegen",
 4056 "libc",
 4057 "target-lexicon",
 4058]
 4059
 4060[[package]]
 4061name = "cranelift-srcgen"
 4062version = "0.123.7"
 4063source = "registry+https://github.com/rust-lang/crates.io-index"
 4064checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4065
 4066[[package]]
 4067name = "crash-context"
 4068version = "0.6.3"
 4069source = "registry+https://github.com/rust-lang/crates.io-index"
 4070checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4071dependencies = [
 4072 "cfg-if",
 4073 "libc",
 4074 "mach2 0.4.3",
 4075]
 4076
 4077[[package]]
 4078name = "crash-handler"
 4079version = "0.6.3"
 4080source = "registry+https://github.com/rust-lang/crates.io-index"
 4081checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4082dependencies = [
 4083 "cfg-if",
 4084 "crash-context",
 4085 "libc",
 4086 "mach2 0.4.3",
 4087 "parking_lot",
 4088]
 4089
 4090[[package]]
 4091name = "crashes"
 4092version = "0.1.0"
 4093dependencies = [
 4094 "cfg-if",
 4095 "crash-handler",
 4096 "futures 0.3.32",
 4097 "log",
 4098 "mach2 0.5.0",
 4099 "minidumper",
 4100 "parking_lot",
 4101 "paths",
 4102 "release_channel",
 4103 "serde",
 4104 "serde_json",
 4105 "smol",
 4106 "system_specs",
 4107 "windows 0.61.3",
 4108 "zstd",
 4109]
 4110
 4111[[package]]
 4112name = "crc"
 4113version = "3.3.0"
 4114source = "registry+https://github.com/rust-lang/crates.io-index"
 4115checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4116dependencies = [
 4117 "crc-catalog",
 4118]
 4119
 4120[[package]]
 4121name = "crc-catalog"
 4122version = "2.4.0"
 4123source = "registry+https://github.com/rust-lang/crates.io-index"
 4124checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4125
 4126[[package]]
 4127name = "crc-fast"
 4128version = "1.6.0"
 4129source = "registry+https://github.com/rust-lang/crates.io-index"
 4130checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4131dependencies = [
 4132 "crc",
 4133 "digest",
 4134 "rand 0.9.3",
 4135 "regex",
 4136 "rustversion",
 4137]
 4138
 4139[[package]]
 4140name = "crc32fast"
 4141version = "1.5.0"
 4142source = "registry+https://github.com/rust-lang/crates.io-index"
 4143checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4144dependencies = [
 4145 "cfg-if",
 4146]
 4147
 4148[[package]]
 4149name = "credentials_provider"
 4150version = "0.1.0"
 4151dependencies = [
 4152 "anyhow",
 4153 "gpui",
 4154 "serde",
 4155]
 4156
 4157[[package]]
 4158name = "criterion"
 4159version = "0.5.1"
 4160source = "registry+https://github.com/rust-lang/crates.io-index"
 4161checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4162dependencies = [
 4163 "anes",
 4164 "cast",
 4165 "ciborium",
 4166 "clap",
 4167 "criterion-plot",
 4168 "is-terminal",
 4169 "itertools 0.10.5",
 4170 "num-traits",
 4171 "once_cell",
 4172 "oorandom",
 4173 "plotters",
 4174 "rayon",
 4175 "regex",
 4176 "serde",
 4177 "serde_derive",
 4178 "serde_json",
 4179 "tinytemplate",
 4180 "walkdir",
 4181]
 4182
 4183[[package]]
 4184name = "criterion-plot"
 4185version = "0.5.0"
 4186source = "registry+https://github.com/rust-lang/crates.io-index"
 4187checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4188dependencies = [
 4189 "cast",
 4190 "itertools 0.10.5",
 4191]
 4192
 4193[[package]]
 4194name = "crossbeam"
 4195version = "0.8.4"
 4196source = "registry+https://github.com/rust-lang/crates.io-index"
 4197checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4198dependencies = [
 4199 "crossbeam-channel",
 4200 "crossbeam-deque",
 4201 "crossbeam-epoch",
 4202 "crossbeam-queue",
 4203 "crossbeam-utils",
 4204]
 4205
 4206[[package]]
 4207name = "crossbeam-channel"
 4208version = "0.5.15"
 4209source = "registry+https://github.com/rust-lang/crates.io-index"
 4210checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4211dependencies = [
 4212 "crossbeam-utils",
 4213]
 4214
 4215[[package]]
 4216name = "crossbeam-deque"
 4217version = "0.8.6"
 4218source = "registry+https://github.com/rust-lang/crates.io-index"
 4219checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4220dependencies = [
 4221 "crossbeam-epoch",
 4222 "crossbeam-utils",
 4223]
 4224
 4225[[package]]
 4226name = "crossbeam-epoch"
 4227version = "0.9.18"
 4228source = "registry+https://github.com/rust-lang/crates.io-index"
 4229checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4230dependencies = [
 4231 "crossbeam-utils",
 4232]
 4233
 4234[[package]]
 4235name = "crossbeam-queue"
 4236version = "0.3.12"
 4237source = "registry+https://github.com/rust-lang/crates.io-index"
 4238checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4239dependencies = [
 4240 "crossbeam-utils",
 4241]
 4242
 4243[[package]]
 4244name = "crossbeam-utils"
 4245version = "0.8.21"
 4246source = "registry+https://github.com/rust-lang/crates.io-index"
 4247checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4248
 4249[[package]]
 4250name = "crunchy"
 4251version = "0.2.4"
 4252source = "registry+https://github.com/rust-lang/crates.io-index"
 4253checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4254
 4255[[package]]
 4256name = "crypto-bigint"
 4257version = "0.4.9"
 4258source = "registry+https://github.com/rust-lang/crates.io-index"
 4259checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4260dependencies = [
 4261 "generic-array",
 4262 "rand_core 0.6.4",
 4263 "subtle",
 4264 "zeroize",
 4265]
 4266
 4267[[package]]
 4268name = "crypto-bigint"
 4269version = "0.5.5"
 4270source = "registry+https://github.com/rust-lang/crates.io-index"
 4271checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4272dependencies = [
 4273 "rand_core 0.6.4",
 4274 "subtle",
 4275]
 4276
 4277[[package]]
 4278name = "crypto-common"
 4279version = "0.1.6"
 4280source = "registry+https://github.com/rust-lang/crates.io-index"
 4281checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4282dependencies = [
 4283 "generic-array",
 4284 "typenum",
 4285]
 4286
 4287[[package]]
 4288name = "cssparser"
 4289version = "0.35.0"
 4290source = "registry+https://github.com/rust-lang/crates.io-index"
 4291checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4292dependencies = [
 4293 "cssparser-macros",
 4294 "dtoa-short",
 4295 "itoa",
 4296 "phf 0.11.3",
 4297 "smallvec",
 4298]
 4299
 4300[[package]]
 4301name = "cssparser-macros"
 4302version = "0.6.1"
 4303source = "registry+https://github.com/rust-lang/crates.io-index"
 4304checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4305dependencies = [
 4306 "quote",
 4307 "syn 2.0.117",
 4308]
 4309
 4310[[package]]
 4311name = "csv_preview"
 4312version = "0.1.0"
 4313dependencies = [
 4314 "anyhow",
 4315 "editor",
 4316 "feature_flags",
 4317 "gpui",
 4318 "log",
 4319 "text",
 4320 "ui",
 4321 "workspace",
 4322]
 4323
 4324[[package]]
 4325name = "ctor"
 4326version = "0.4.3"
 4327source = "registry+https://github.com/rust-lang/crates.io-index"
 4328checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4329dependencies = [
 4330 "ctor-proc-macro",
 4331 "dtor",
 4332]
 4333
 4334[[package]]
 4335name = "ctor-proc-macro"
 4336version = "0.0.6"
 4337source = "registry+https://github.com/rust-lang/crates.io-index"
 4338checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4339
 4340[[package]]
 4341name = "ctrlc"
 4342version = "3.5.0"
 4343source = "registry+https://github.com/rust-lang/crates.io-index"
 4344checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4345dependencies = [
 4346 "dispatch",
 4347 "nix 0.30.1",
 4348 "windows-sys 0.61.2",
 4349]
 4350
 4351[[package]]
 4352name = "cursor-icon"
 4353version = "1.2.0"
 4354source = "registry+https://github.com/rust-lang/crates.io-index"
 4355checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4356
 4357[[package]]
 4358name = "cxx"
 4359version = "1.0.187"
 4360source = "registry+https://github.com/rust-lang/crates.io-index"
 4361checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4362dependencies = [
 4363 "cc",
 4364 "cxx-build",
 4365 "cxxbridge-cmd",
 4366 "cxxbridge-flags",
 4367 "cxxbridge-macro",
 4368 "foldhash 0.2.0",
 4369 "link-cplusplus",
 4370]
 4371
 4372[[package]]
 4373name = "cxx-build"
 4374version = "1.0.187"
 4375source = "registry+https://github.com/rust-lang/crates.io-index"
 4376checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4377dependencies = [
 4378 "cc",
 4379 "codespan-reporting",
 4380 "indexmap",
 4381 "proc-macro2",
 4382 "quote",
 4383 "scratch",
 4384 "syn 2.0.117",
 4385]
 4386
 4387[[package]]
 4388name = "cxxbridge-cmd"
 4389version = "1.0.187"
 4390source = "registry+https://github.com/rust-lang/crates.io-index"
 4391checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4392dependencies = [
 4393 "clap",
 4394 "codespan-reporting",
 4395 "indexmap",
 4396 "proc-macro2",
 4397 "quote",
 4398 "syn 2.0.117",
 4399]
 4400
 4401[[package]]
 4402name = "cxxbridge-flags"
 4403version = "1.0.187"
 4404source = "registry+https://github.com/rust-lang/crates.io-index"
 4405checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4406
 4407[[package]]
 4408name = "cxxbridge-macro"
 4409version = "1.0.187"
 4410source = "registry+https://github.com/rust-lang/crates.io-index"
 4411checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4412dependencies = [
 4413 "indexmap",
 4414 "proc-macro2",
 4415 "quote",
 4416 "syn 2.0.117",
 4417]
 4418
 4419[[package]]
 4420name = "dap"
 4421version = "0.1.0"
 4422dependencies = [
 4423 "anyhow",
 4424 "async-compression",
 4425 "async-pipe",
 4426 "async-tar",
 4427 "async-trait",
 4428 "client",
 4429 "collections",
 4430 "dap-types",
 4431 "fs",
 4432 "futures 0.3.32",
 4433 "gpui",
 4434 "http_client",
 4435 "language",
 4436 "libc",
 4437 "log",
 4438 "node_runtime",
 4439 "parking_lot",
 4440 "paths",
 4441 "proto",
 4442 "schemars",
 4443 "serde",
 4444 "serde_json",
 4445 "settings",
 4446 "smallvec",
 4447 "smol",
 4448 "task",
 4449 "telemetry",
 4450 "util",
 4451 "zlog",
 4452]
 4453
 4454[[package]]
 4455name = "dap-types"
 4456version = "0.0.1"
 4457source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4458dependencies = [
 4459 "schemars",
 4460 "serde",
 4461 "serde_json",
 4462]
 4463
 4464[[package]]
 4465name = "dap_adapters"
 4466version = "0.1.0"
 4467dependencies = [
 4468 "anyhow",
 4469 "async-trait",
 4470 "collections",
 4471 "dap",
 4472 "dotenvy",
 4473 "fs",
 4474 "futures 0.3.32",
 4475 "gpui",
 4476 "http_client",
 4477 "json_dotpath",
 4478 "language",
 4479 "log",
 4480 "node_runtime",
 4481 "paths",
 4482 "serde",
 4483 "serde_json",
 4484 "settings",
 4485 "smol",
 4486 "task",
 4487 "util",
 4488]
 4489
 4490[[package]]
 4491name = "darling"
 4492version = "0.20.11"
 4493source = "registry+https://github.com/rust-lang/crates.io-index"
 4494checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4495dependencies = [
 4496 "darling_core 0.20.11",
 4497 "darling_macro 0.20.11",
 4498]
 4499
 4500[[package]]
 4501name = "darling"
 4502version = "0.21.3"
 4503source = "registry+https://github.com/rust-lang/crates.io-index"
 4504checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4505dependencies = [
 4506 "darling_core 0.21.3",
 4507 "darling_macro 0.21.3",
 4508]
 4509
 4510[[package]]
 4511name = "darling_core"
 4512version = "0.20.11"
 4513source = "registry+https://github.com/rust-lang/crates.io-index"
 4514checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4515dependencies = [
 4516 "fnv",
 4517 "ident_case",
 4518 "proc-macro2",
 4519 "quote",
 4520 "strsim",
 4521 "syn 2.0.117",
 4522]
 4523
 4524[[package]]
 4525name = "darling_core"
 4526version = "0.21.3"
 4527source = "registry+https://github.com/rust-lang/crates.io-index"
 4528checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4529dependencies = [
 4530 "fnv",
 4531 "ident_case",
 4532 "proc-macro2",
 4533 "quote",
 4534 "strsim",
 4535 "syn 2.0.117",
 4536]
 4537
 4538[[package]]
 4539name = "darling_macro"
 4540version = "0.20.11"
 4541source = "registry+https://github.com/rust-lang/crates.io-index"
 4542checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4543dependencies = [
 4544 "darling_core 0.20.11",
 4545 "quote",
 4546 "syn 2.0.117",
 4547]
 4548
 4549[[package]]
 4550name = "darling_macro"
 4551version = "0.21.3"
 4552source = "registry+https://github.com/rust-lang/crates.io-index"
 4553checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4554dependencies = [
 4555 "darling_core 0.21.3",
 4556 "quote",
 4557 "syn 2.0.117",
 4558]
 4559
 4560[[package]]
 4561name = "dashmap"
 4562version = "6.1.0"
 4563source = "registry+https://github.com/rust-lang/crates.io-index"
 4564checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4565dependencies = [
 4566 "cfg-if",
 4567 "crossbeam-utils",
 4568 "hashbrown 0.14.5",
 4569 "lock_api",
 4570 "once_cell",
 4571 "parking_lot_core",
 4572]
 4573
 4574[[package]]
 4575name = "dasp_sample"
 4576version = "0.11.0"
 4577source = "registry+https://github.com/rust-lang/crates.io-index"
 4578checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4579
 4580[[package]]
 4581name = "data-encoding"
 4582version = "2.9.0"
 4583source = "registry+https://github.com/rust-lang/crates.io-index"
 4584checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4585
 4586[[package]]
 4587name = "data-url"
 4588version = "0.3.2"
 4589source = "registry+https://github.com/rust-lang/crates.io-index"
 4590checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4591
 4592[[package]]
 4593name = "db"
 4594version = "0.1.0"
 4595dependencies = [
 4596 "anyhow",
 4597 "gpui",
 4598 "indoc",
 4599 "inventory",
 4600 "log",
 4601 "paths",
 4602 "release_channel",
 4603 "smol",
 4604 "sqlez",
 4605 "sqlez_macros",
 4606 "tempfile",
 4607 "util",
 4608 "uuid",
 4609 "zed_env_vars",
 4610]
 4611
 4612[[package]]
 4613name = "dbus"
 4614version = "0.9.9"
 4615source = "registry+https://github.com/rust-lang/crates.io-index"
 4616checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4617dependencies = [
 4618 "libc",
 4619 "libdbus-sys",
 4620 "windows-sys 0.59.0",
 4621]
 4622
 4623[[package]]
 4624name = "debug_adapter_extension"
 4625version = "0.1.0"
 4626dependencies = [
 4627 "anyhow",
 4628 "async-trait",
 4629 "collections",
 4630 "dap",
 4631 "extension",
 4632 "gpui",
 4633 "serde_json",
 4634 "task",
 4635 "util",
 4636]
 4637
 4638[[package]]
 4639name = "debugger_tools"
 4640version = "0.1.0"
 4641dependencies = [
 4642 "anyhow",
 4643 "dap",
 4644 "editor",
 4645 "futures 0.3.32",
 4646 "gpui",
 4647 "project",
 4648 "serde_json",
 4649 "settings",
 4650 "smol",
 4651 "util",
 4652 "workspace",
 4653]
 4654
 4655[[package]]
 4656name = "debugger_ui"
 4657version = "0.1.0"
 4658dependencies = [
 4659 "alacritty_terminal",
 4660 "anyhow",
 4661 "bitflags 2.10.0",
 4662 "client",
 4663 "collections",
 4664 "command_palette_hooks",
 4665 "dap",
 4666 "dap_adapters",
 4667 "db",
 4668 "debugger_tools",
 4669 "editor",
 4670 "feature_flags",
 4671 "file_icons",
 4672 "futures 0.3.32",
 4673 "fuzzy",
 4674 "gpui",
 4675 "hex",
 4676 "indoc",
 4677 "itertools 0.14.0",
 4678 "language",
 4679 "log",
 4680 "menu",
 4681 "notifications",
 4682 "parking_lot",
 4683 "parse_int",
 4684 "paths",
 4685 "picker",
 4686 "pretty_assertions",
 4687 "project",
 4688 "rpc",
 4689 "schemars",
 4690 "serde",
 4691 "serde_json",
 4692 "serde_json_lenient",
 4693 "settings",
 4694 "sysinfo 0.37.2",
 4695 "task",
 4696 "tasks_ui",
 4697 "terminal_view",
 4698 "text",
 4699 "theme",
 4700 "theme_settings",
 4701 "tree-sitter",
 4702 "tree-sitter-go",
 4703 "tree-sitter-json",
 4704 "ui",
 4705 "ui_input",
 4706 "unindent",
 4707 "util",
 4708 "workspace",
 4709 "zed_actions",
 4710 "zlog",
 4711]
 4712
 4713[[package]]
 4714name = "debugid"
 4715version = "0.8.0"
 4716source = "registry+https://github.com/rust-lang/crates.io-index"
 4717checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4718dependencies = [
 4719 "uuid",
 4720]
 4721
 4722[[package]]
 4723name = "deepseek"
 4724version = "0.1.0"
 4725dependencies = [
 4726 "anyhow",
 4727 "futures 0.3.32",
 4728 "http_client",
 4729 "schemars",
 4730 "serde",
 4731 "serde_json",
 4732]
 4733
 4734[[package]]
 4735name = "deflate64"
 4736version = "0.1.10"
 4737source = "registry+https://github.com/rust-lang/crates.io-index"
 4738checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4739
 4740[[package]]
 4741name = "denoise"
 4742version = "0.1.0"
 4743dependencies = [
 4744 "candle-core",
 4745 "candle-onnx",
 4746 "log",
 4747 "realfft",
 4748 "rodio",
 4749 "rustfft",
 4750 "thiserror 2.0.17",
 4751]
 4752
 4753[[package]]
 4754name = "der"
 4755version = "0.6.1"
 4756source = "registry+https://github.com/rust-lang/crates.io-index"
 4757checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4758dependencies = [
 4759 "const-oid",
 4760 "zeroize",
 4761]
 4762
 4763[[package]]
 4764name = "der"
 4765version = "0.7.10"
 4766source = "registry+https://github.com/rust-lang/crates.io-index"
 4767checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4768dependencies = [
 4769 "const-oid",
 4770 "pem-rfc7468",
 4771 "zeroize",
 4772]
 4773
 4774[[package]]
 4775name = "deranged"
 4776version = "0.5.4"
 4777source = "registry+https://github.com/rust-lang/crates.io-index"
 4778checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4779dependencies = [
 4780 "powerfmt",
 4781 "serde_core",
 4782]
 4783
 4784[[package]]
 4785name = "derive_arbitrary"
 4786version = "1.4.2"
 4787source = "registry+https://github.com/rust-lang/crates.io-index"
 4788checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4789dependencies = [
 4790 "proc-macro2",
 4791 "quote",
 4792 "syn 2.0.117",
 4793]
 4794
 4795[[package]]
 4796name = "derive_more"
 4797version = "2.1.1"
 4798source = "registry+https://github.com/rust-lang/crates.io-index"
 4799checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4800dependencies = [
 4801 "derive_more-impl",
 4802]
 4803
 4804[[package]]
 4805name = "derive_more-impl"
 4806version = "2.1.1"
 4807source = "registry+https://github.com/rust-lang/crates.io-index"
 4808checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4809dependencies = [
 4810 "convert_case 0.10.0",
 4811 "proc-macro2",
 4812 "quote",
 4813 "rustc_version",
 4814 "syn 2.0.117",
 4815 "unicode-xid",
 4816]
 4817
 4818[[package]]
 4819name = "derive_refineable"
 4820version = "0.1.0"
 4821dependencies = [
 4822 "proc-macro2",
 4823 "quote",
 4824 "syn 2.0.117",
 4825]
 4826
 4827[[package]]
 4828name = "derive_setters"
 4829version = "0.1.9"
 4830source = "registry+https://github.com/rust-lang/crates.io-index"
 4831checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4832dependencies = [
 4833 "darling 0.21.3",
 4834 "proc-macro2",
 4835 "quote",
 4836 "syn 2.0.117",
 4837]
 4838
 4839[[package]]
 4840name = "dev_container"
 4841version = "0.1.0"
 4842dependencies = [
 4843 "async-tar",
 4844 "async-trait",
 4845 "env_logger 0.11.8",
 4846 "fs",
 4847 "futures 0.3.32",
 4848 "gpui",
 4849 "http 1.3.1",
 4850 "http_client",
 4851 "log",
 4852 "menu",
 4853 "paths",
 4854 "picker",
 4855 "project",
 4856 "regex",
 4857 "serde",
 4858 "serde_json",
 4859 "serde_json_lenient",
 4860 "settings",
 4861 "shlex",
 4862 "ui",
 4863 "util",
 4864 "walkdir",
 4865 "workspace",
 4866 "worktree",
 4867]
 4868
 4869[[package]]
 4870name = "diagnostics"
 4871version = "0.1.0"
 4872dependencies = [
 4873 "agent_settings",
 4874 "anyhow",
 4875 "collections",
 4876 "component",
 4877 "ctor",
 4878 "editor",
 4879 "gpui",
 4880 "indoc",
 4881 "itertools 0.14.0",
 4882 "language",
 4883 "log",
 4884 "lsp",
 4885 "markdown",
 4886 "pretty_assertions",
 4887 "project",
 4888 "rand 0.9.3",
 4889 "serde",
 4890 "serde_json",
 4891 "settings",
 4892 "text",
 4893 "theme",
 4894 "theme_settings",
 4895 "ui",
 4896 "unindent",
 4897 "util",
 4898 "workspace",
 4899 "zed_actions",
 4900 "zlog",
 4901]
 4902
 4903[[package]]
 4904name = "dialoguer"
 4905version = "0.12.0"
 4906source = "registry+https://github.com/rust-lang/crates.io-index"
 4907checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4908dependencies = [
 4909 "console",
 4910 "shell-words",
 4911]
 4912
 4913[[package]]
 4914name = "diff"
 4915version = "0.1.13"
 4916source = "registry+https://github.com/rust-lang/crates.io-index"
 4917checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4918
 4919[[package]]
 4920name = "diffy"
 4921version = "0.4.2"
 4922source = "registry+https://github.com/rust-lang/crates.io-index"
 4923checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4924dependencies = [
 4925 "nu-ansi-term",
 4926]
 4927
 4928[[package]]
 4929name = "digest"
 4930version = "0.10.7"
 4931source = "registry+https://github.com/rust-lang/crates.io-index"
 4932checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4933dependencies = [
 4934 "block-buffer",
 4935 "const-oid",
 4936 "crypto-common",
 4937 "subtle",
 4938]
 4939
 4940[[package]]
 4941name = "dirs"
 4942version = "6.0.0"
 4943source = "registry+https://github.com/rust-lang/crates.io-index"
 4944checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4945dependencies = [
 4946 "dirs-sys",
 4947]
 4948
 4949[[package]]
 4950name = "dirs-sys"
 4951version = "0.5.0"
 4952source = "registry+https://github.com/rust-lang/crates.io-index"
 4953checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4954dependencies = [
 4955 "libc",
 4956 "option-ext",
 4957 "redox_users",
 4958 "windows-sys 0.61.2",
 4959]
 4960
 4961[[package]]
 4962name = "dispatch"
 4963version = "0.2.0"
 4964source = "registry+https://github.com/rust-lang/crates.io-index"
 4965checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4966
 4967[[package]]
 4968name = "dispatch2"
 4969version = "0.3.1"
 4970source = "registry+https://github.com/rust-lang/crates.io-index"
 4971checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4972dependencies = [
 4973 "bitflags 2.10.0",
 4974 "block2",
 4975 "libc",
 4976 "objc2",
 4977]
 4978
 4979[[package]]
 4980name = "displaydoc"
 4981version = "0.2.5"
 4982source = "registry+https://github.com/rust-lang/crates.io-index"
 4983checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4984dependencies = [
 4985 "proc-macro2",
 4986 "quote",
 4987 "syn 2.0.117",
 4988]
 4989
 4990[[package]]
 4991name = "dlib"
 4992version = "0.5.2"
 4993source = "registry+https://github.com/rust-lang/crates.io-index"
 4994checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4995dependencies = [
 4996 "libloading",
 4997]
 4998
 4999[[package]]
 5000name = "docs_preprocessor"
 5001version = "0.1.0"
 5002dependencies = [
 5003 "anyhow",
 5004 "collections",
 5005 "jsonschema",
 5006 "mdbook",
 5007 "regex",
 5008 "schemars",
 5009 "serde",
 5010 "serde_json",
 5011 "settings",
 5012 "task",
 5013 "theme",
 5014 "util",
 5015 "zlog",
 5016]
 5017
 5018[[package]]
 5019name = "document-features"
 5020version = "0.2.12"
 5021source = "registry+https://github.com/rust-lang/crates.io-index"
 5022checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5023dependencies = [
 5024 "litrs",
 5025]
 5026
 5027[[package]]
 5028name = "documented"
 5029version = "0.9.2"
 5030source = "registry+https://github.com/rust-lang/crates.io-index"
 5031checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5032dependencies = [
 5033 "documented-macros",
 5034 "phf 0.12.1",
 5035 "thiserror 2.0.17",
 5036]
 5037
 5038[[package]]
 5039name = "documented-macros"
 5040version = "0.9.2"
 5041source = "registry+https://github.com/rust-lang/crates.io-index"
 5042checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5043dependencies = [
 5044 "convert_case 0.8.0",
 5045 "itertools 0.14.0",
 5046 "optfield",
 5047 "proc-macro2",
 5048 "quote",
 5049 "strum 0.27.2",
 5050 "syn 2.0.117",
 5051]
 5052
 5053[[package]]
 5054name = "dotenvy"
 5055version = "0.15.7"
 5056source = "registry+https://github.com/rust-lang/crates.io-index"
 5057checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5058
 5059[[package]]
 5060name = "downcast-rs"
 5061version = "1.2.1"
 5062source = "registry+https://github.com/rust-lang/crates.io-index"
 5063checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5064
 5065[[package]]
 5066name = "doxygen-rs"
 5067version = "0.4.2"
 5068source = "registry+https://github.com/rust-lang/crates.io-index"
 5069checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5070dependencies = [
 5071 "phf 0.11.3",
 5072]
 5073
 5074[[package]]
 5075name = "dtoa"
 5076version = "1.0.10"
 5077source = "registry+https://github.com/rust-lang/crates.io-index"
 5078checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5079
 5080[[package]]
 5081name = "dtoa-short"
 5082version = "0.3.5"
 5083source = "registry+https://github.com/rust-lang/crates.io-index"
 5084checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5085dependencies = [
 5086 "dtoa",
 5087]
 5088
 5089[[package]]
 5090name = "dtor"
 5091version = "0.0.6"
 5092source = "registry+https://github.com/rust-lang/crates.io-index"
 5093checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5094dependencies = [
 5095 "dtor-proc-macro",
 5096]
 5097
 5098[[package]]
 5099name = "dtor-proc-macro"
 5100version = "0.0.5"
 5101source = "registry+https://github.com/rust-lang/crates.io-index"
 5102checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5103
 5104[[package]]
 5105name = "dunce"
 5106version = "1.0.5"
 5107source = "registry+https://github.com/rust-lang/crates.io-index"
 5108checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5109
 5110[[package]]
 5111name = "dwrote"
 5112version = "0.11.5"
 5113source = "registry+https://github.com/rust-lang/crates.io-index"
 5114checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5115dependencies = [
 5116 "lazy_static",
 5117 "libc",
 5118 "winapi",
 5119 "wio",
 5120]
 5121
 5122[[package]]
 5123name = "dyn-clone"
 5124version = "1.0.20"
 5125source = "registry+https://github.com/rust-lang/crates.io-index"
 5126checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5127
 5128[[package]]
 5129name = "dyn-stack"
 5130version = "0.10.0"
 5131source = "registry+https://github.com/rust-lang/crates.io-index"
 5132checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5133dependencies = [
 5134 "bytemuck",
 5135 "reborrow",
 5136]
 5137
 5138[[package]]
 5139name = "dyn-stack"
 5140version = "0.13.2"
 5141source = "registry+https://github.com/rust-lang/crates.io-index"
 5142checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5143dependencies = [
 5144 "bytemuck",
 5145 "dyn-stack-macros",
 5146]
 5147
 5148[[package]]
 5149name = "dyn-stack-macros"
 5150version = "0.1.3"
 5151source = "registry+https://github.com/rust-lang/crates.io-index"
 5152checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5153
 5154[[package]]
 5155name = "ec4rs"
 5156version = "1.2.0"
 5157source = "registry+https://github.com/rust-lang/crates.io-index"
 5158checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5159
 5160[[package]]
 5161name = "ecdsa"
 5162version = "0.14.8"
 5163source = "registry+https://github.com/rust-lang/crates.io-index"
 5164checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5165dependencies = [
 5166 "der 0.6.1",
 5167 "elliptic-curve",
 5168 "rfc6979",
 5169 "signature 1.6.4",
 5170]
 5171
 5172[[package]]
 5173name = "edit_prediction"
 5174version = "0.1.0"
 5175dependencies = [
 5176 "ai_onboarding",
 5177 "anyhow",
 5178 "buffer_diff",
 5179 "client",
 5180 "clock",
 5181 "cloud_api_client",
 5182 "cloud_api_types",
 5183 "cloud_llm_client",
 5184 "collections",
 5185 "copilot",
 5186 "copilot_ui",
 5187 "credentials_provider",
 5188 "criterion",
 5189 "ctor",
 5190 "db",
 5191 "edit_prediction_context",
 5192 "edit_prediction_metrics",
 5193 "edit_prediction_types",
 5194 "feature_flags",
 5195 "fs",
 5196 "futures 0.3.32",
 5197 "gpui",
 5198 "heapless",
 5199 "indoc",
 5200 "itertools 0.14.0",
 5201 "language",
 5202 "language_model",
 5203 "languages",
 5204 "log",
 5205 "lsp",
 5206 "menu",
 5207 "node_runtime",
 5208 "open_ai",
 5209 "parking_lot",
 5210 "postage",
 5211 "pretty_assertions",
 5212 "project",
 5213 "pulldown-cmark 0.13.0",
 5214 "rand 0.9.3",
 5215 "regex",
 5216 "release_channel",
 5217 "semver",
 5218 "serde",
 5219 "serde_json",
 5220 "settings",
 5221 "strum 0.27.2",
 5222 "telemetry",
 5223 "telemetry_events",
 5224 "text",
 5225 "thiserror 2.0.17",
 5226 "time",
 5227 "toml 0.8.23",
 5228 "ui",
 5229 "util",
 5230 "uuid",
 5231 "workspace",
 5232 "worktree",
 5233 "zed_actions",
 5234 "zed_credentials_provider",
 5235 "zeta_prompt",
 5236 "zlog",
 5237 "zstd",
 5238]
 5239
 5240[[package]]
 5241name = "edit_prediction_cli"
 5242version = "0.1.0"
 5243dependencies = [
 5244 "anthropic",
 5245 "anyhow",
 5246 "chrono",
 5247 "clap",
 5248 "client",
 5249 "cloud_llm_client",
 5250 "collections",
 5251 "db",
 5252 "debug_adapter_extension",
 5253 "dirs",
 5254 "edit_prediction",
 5255 "edit_prediction_metrics",
 5256 "extension",
 5257 "flate2",
 5258 "fs",
 5259 "futures 0.3.32",
 5260 "gaoya",
 5261 "gpui",
 5262 "gpui_platform",
 5263 "gpui_tokio",
 5264 "http_client",
 5265 "indoc",
 5266 "language",
 5267 "language_extension",
 5268 "language_model",
 5269 "language_models",
 5270 "languages",
 5271 "libc",
 5272 "log",
 5273 "node_runtime",
 5274 "open_ai",
 5275 "paths",
 5276 "pretty_assertions",
 5277 "project",
 5278 "prompt_store",
 5279 "rand 0.9.3",
 5280 "release_channel",
 5281 "reqwest_client",
 5282 "rust-embed",
 5283 "serde",
 5284 "serde_json",
 5285 "settings",
 5286 "shellexpand",
 5287 "similar",
 5288 "smol",
 5289 "sqlez",
 5290 "sqlez_macros",
 5291 "strum 0.27.2",
 5292 "telemetry_events",
 5293 "tempfile",
 5294 "terminal_view",
 5295 "toml 0.8.23",
 5296 "util",
 5297 "wasmtime",
 5298 "watch",
 5299 "workspace",
 5300 "zeta_prompt",
 5301]
 5302
 5303[[package]]
 5304name = "edit_prediction_context"
 5305version = "0.1.0"
 5306dependencies = [
 5307 "anyhow",
 5308 "clock",
 5309 "collections",
 5310 "env_logger 0.11.8",
 5311 "futures 0.3.32",
 5312 "gpui",
 5313 "indoc",
 5314 "language",
 5315 "log",
 5316 "lsp",
 5317 "parking_lot",
 5318 "pretty_assertions",
 5319 "project",
 5320 "serde",
 5321 "serde_json",
 5322 "settings",
 5323 "smallvec",
 5324 "text",
 5325 "tree-sitter",
 5326 "util",
 5327 "zeta_prompt",
 5328]
 5329
 5330[[package]]
 5331name = "edit_prediction_metrics"
 5332version = "0.1.0"
 5333dependencies = [
 5334 "indoc",
 5335 "language",
 5336 "pretty_assertions",
 5337 "serde",
 5338 "serde_json",
 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 "fs",
 7321 "futures 0.3.32",
 7322 "fuzzy",
 7323 "fuzzy_nucleo",
 7324 "git",
 7325 "gpui",
 7326 "indoc",
 7327 "itertools 0.14.0",
 7328 "language",
 7329 "language_model",
 7330 "linkify",
 7331 "log",
 7332 "markdown",
 7333 "menu",
 7334 "multi_buffer",
 7335 "notifications",
 7336 "panel",
 7337 "picker",
 7338 "pretty_assertions",
 7339 "project",
 7340 "prompt_store",
 7341 "proto",
 7342 "rand 0.9.3",
 7343 "remote",
 7344 "remote_connection",
 7345 "schemars",
 7346 "serde",
 7347 "serde_json",
 7348 "settings",
 7349 "smallvec",
 7350 "smol",
 7351 "strum 0.27.2",
 7352 "telemetry",
 7353 "theme",
 7354 "theme_settings",
 7355 "time",
 7356 "time_format",
 7357 "tracing",
 7358 "ui",
 7359 "ui_input",
 7360 "unindent",
 7361 "util",
 7362 "watch",
 7363 "windows 0.61.3",
 7364 "workspace",
 7365 "zed_actions",
 7366 "zeroize",
 7367 "zlog",
 7368 "ztracing",
 7369]
 7370
 7371[[package]]
 7372name = "gl_generator"
 7373version = "0.14.0"
 7374source = "registry+https://github.com/rust-lang/crates.io-index"
 7375checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7376dependencies = [
 7377 "khronos_api",
 7378 "log",
 7379 "xml-rs",
 7380]
 7381
 7382[[package]]
 7383name = "glib"
 7384version = "0.21.5"
 7385source = "registry+https://github.com/rust-lang/crates.io-index"
 7386checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7387dependencies = [
 7388 "bitflags 2.10.0",
 7389 "futures-channel",
 7390 "futures-core",
 7391 "futures-executor",
 7392 "futures-task",
 7393 "futures-util",
 7394 "gio-sys",
 7395 "glib-macros",
 7396 "glib-sys",
 7397 "gobject-sys",
 7398 "libc",
 7399 "memchr",
 7400 "smallvec",
 7401]
 7402
 7403[[package]]
 7404name = "glib-macros"
 7405version = "0.21.5"
 7406source = "registry+https://github.com/rust-lang/crates.io-index"
 7407checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7408dependencies = [
 7409 "heck 0.5.0",
 7410 "proc-macro-crate",
 7411 "proc-macro2",
 7412 "quote",
 7413 "syn 2.0.117",
 7414]
 7415
 7416[[package]]
 7417name = "glib-sys"
 7418version = "0.21.5"
 7419source = "registry+https://github.com/rust-lang/crates.io-index"
 7420checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7421dependencies = [
 7422 "libc",
 7423 "system-deps",
 7424]
 7425
 7426[[package]]
 7427name = "glob"
 7428version = "0.3.3"
 7429source = "registry+https://github.com/rust-lang/crates.io-index"
 7430checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7431
 7432[[package]]
 7433name = "globset"
 7434version = "0.4.17"
 7435source = "registry+https://github.com/rust-lang/crates.io-index"
 7436checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7437dependencies = [
 7438 "aho-corasick",
 7439 "bstr",
 7440 "log",
 7441 "regex-automata",
 7442 "regex-syntax",
 7443]
 7444
 7445[[package]]
 7446name = "gloo-timers"
 7447version = "0.3.0"
 7448source = "registry+https://github.com/rust-lang/crates.io-index"
 7449checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7450dependencies = [
 7451 "futures-channel",
 7452 "futures-core",
 7453 "js-sys",
 7454 "wasm-bindgen",
 7455]
 7456
 7457[[package]]
 7458name = "glow"
 7459version = "0.17.0"
 7460source = "registry+https://github.com/rust-lang/crates.io-index"
 7461checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7462dependencies = [
 7463 "js-sys",
 7464 "slotmap",
 7465 "wasm-bindgen",
 7466 "web-sys",
 7467]
 7468
 7469[[package]]
 7470name = "glutin_wgl_sys"
 7471version = "0.6.1"
 7472source = "registry+https://github.com/rust-lang/crates.io-index"
 7473checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7474dependencies = [
 7475 "gl_generator",
 7476]
 7477
 7478[[package]]
 7479name = "go_to_line"
 7480version = "0.1.0"
 7481dependencies = [
 7482 "editor",
 7483 "gpui",
 7484 "indoc",
 7485 "language",
 7486 "menu",
 7487 "multi_buffer",
 7488 "project",
 7489 "rope",
 7490 "serde",
 7491 "serde_json",
 7492 "settings",
 7493 "text",
 7494 "theme",
 7495 "ui",
 7496 "util",
 7497 "workspace",
 7498]
 7499
 7500[[package]]
 7501name = "gobject-sys"
 7502version = "0.21.5"
 7503source = "registry+https://github.com/rust-lang/crates.io-index"
 7504checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7505dependencies = [
 7506 "glib-sys",
 7507 "libc",
 7508 "system-deps",
 7509]
 7510
 7511[[package]]
 7512name = "goblin"
 7513version = "0.9.3"
 7514source = "registry+https://github.com/rust-lang/crates.io-index"
 7515checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7516dependencies = [
 7517 "log",
 7518 "plain",
 7519 "scroll",
 7520]
 7521
 7522[[package]]
 7523name = "google_ai"
 7524version = "0.1.0"
 7525dependencies = [
 7526 "anyhow",
 7527 "futures 0.3.32",
 7528 "http_client",
 7529 "language_model_core",
 7530 "log",
 7531 "schemars",
 7532 "serde",
 7533 "serde_json",
 7534 "strum 0.27.2",
 7535]
 7536
 7537[[package]]
 7538name = "gpu-allocator"
 7539version = "0.28.0"
 7540source = "registry+https://github.com/rust-lang/crates.io-index"
 7541checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7542dependencies = [
 7543 "ash",
 7544 "hashbrown 0.16.1",
 7545 "log",
 7546 "presser",
 7547 "thiserror 2.0.17",
 7548 "windows 0.62.2",
 7549]
 7550
 7551[[package]]
 7552name = "gpu-descriptor"
 7553version = "0.3.2"
 7554source = "registry+https://github.com/rust-lang/crates.io-index"
 7555checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7556dependencies = [
 7557 "bitflags 2.10.0",
 7558 "gpu-descriptor-types",
 7559 "hashbrown 0.15.5",
 7560]
 7561
 7562[[package]]
 7563name = "gpu-descriptor-types"
 7564version = "0.2.0"
 7565source = "registry+https://github.com/rust-lang/crates.io-index"
 7566checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7567dependencies = [
 7568 "bitflags 2.10.0",
 7569]
 7570
 7571[[package]]
 7572name = "gpui"
 7573version = "0.2.2"
 7574dependencies = [
 7575 "anyhow",
 7576 "async-channel 2.5.0",
 7577 "async-task",
 7578 "backtrace",
 7579 "bindgen 0.71.1",
 7580 "bitflags 2.10.0",
 7581 "block",
 7582 "cbindgen",
 7583 "chrono",
 7584 "cocoa 0.26.0",
 7585 "cocoa-foundation 0.2.0",
 7586 "collections",
 7587 "core-foundation 0.10.0",
 7588 "core-foundation-sys",
 7589 "core-graphics 0.24.0",
 7590 "core-text",
 7591 "core-video",
 7592 "ctor",
 7593 "derive_more",
 7594 "embed-resource",
 7595 "env_logger 0.11.8",
 7596 "etagere",
 7597 "foreign-types 0.5.0",
 7598 "futures 0.3.32",
 7599 "futures-concurrency",
 7600 "getrandom 0.3.4",
 7601 "gpui_macros",
 7602 "gpui_platform",
 7603 "gpui_shared_string",
 7604 "gpui_util",
 7605 "gpui_web",
 7606 "hdrhistogram",
 7607 "http_client",
 7608 "image",
 7609 "inventory",
 7610 "itertools 0.14.0",
 7611 "log",
 7612 "lyon",
 7613 "mach2 0.5.0",
 7614 "media",
 7615 "metal",
 7616 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7617 "num_cpus",
 7618 "objc",
 7619 "objc2",
 7620 "objc2-metal",
 7621 "parking",
 7622 "parking_lot",
 7623 "pathfinder_geometry",
 7624 "pin-project",
 7625 "pollster 0.4.0",
 7626 "postage",
 7627 "profiling",
 7628 "proptest",
 7629 "rand 0.9.3",
 7630 "raw-window-handle",
 7631 "refineable",
 7632 "regex",
 7633 "reqwest_client",
 7634 "resvg",
 7635 "scheduler",
 7636 "schemars",
 7637 "seahash",
 7638 "serde",
 7639 "serde_json",
 7640 "slotmap",
 7641 "smallvec",
 7642 "spin 0.10.0",
 7643 "stacksafe",
 7644 "strum 0.27.2",
 7645 "sum_tree",
 7646 "taffy",
 7647 "thiserror 2.0.17",
 7648 "ttf-parser 0.25.1",
 7649 "unicode-segmentation",
 7650 "url",
 7651 "usvg",
 7652 "util_macros",
 7653 "uuid",
 7654 "waker-fn",
 7655 "wasm-bindgen",
 7656 "web-time",
 7657 "windows 0.61.3",
 7658 "zed-font-kit",
 7659 "zed-scap",
 7660]
 7661
 7662[[package]]
 7663name = "gpui_linux"
 7664version = "0.1.0"
 7665dependencies = [
 7666 "anyhow",
 7667 "as-raw-xcb-connection",
 7668 "ashpd",
 7669 "bitflags 2.10.0",
 7670 "bytemuck",
 7671 "calloop",
 7672 "calloop-wayland-source",
 7673 "collections",
 7674 "filedescriptor",
 7675 "futures 0.3.32",
 7676 "gpui",
 7677 "gpui_wgpu",
 7678 "http_client",
 7679 "image",
 7680 "itertools 0.14.0",
 7681 "libc",
 7682 "log",
 7683 "oo7",
 7684 "open",
 7685 "parking_lot",
 7686 "pathfinder_geometry",
 7687 "pollster 0.4.0",
 7688 "profiling",
 7689 "raw-window-handle",
 7690 "smallvec",
 7691 "smol",
 7692 "strum 0.27.2",
 7693 "swash",
 7694 "url",
 7695 "util",
 7696 "uuid",
 7697 "wayland-backend",
 7698 "wayland-client",
 7699 "wayland-cursor",
 7700 "wayland-protocols",
 7701 "wayland-protocols-plasma",
 7702 "wayland-protocols-wlr",
 7703 "x11-clipboard",
 7704 "x11rb",
 7705 "xkbcommon",
 7706 "zed-scap",
 7707 "zed-xim",
 7708]
 7709
 7710[[package]]
 7711name = "gpui_macos"
 7712version = "0.1.0"
 7713dependencies = [
 7714 "anyhow",
 7715 "async-task",
 7716 "block",
 7717 "cbindgen",
 7718 "cocoa 0.26.0",
 7719 "collections",
 7720 "core-foundation 0.10.0",
 7721 "core-foundation-sys",
 7722 "core-graphics 0.24.0",
 7723 "core-text",
 7724 "core-video",
 7725 "ctor",
 7726 "derive_more",
 7727 "dispatch2",
 7728 "etagere",
 7729 "foreign-types 0.5.0",
 7730 "futures 0.3.32",
 7731 "gpui",
 7732 "image",
 7733 "itertools 0.14.0",
 7734 "libc",
 7735 "log",
 7736 "mach2 0.5.0",
 7737 "media",
 7738 "metal",
 7739 "objc",
 7740 "objc2-app-kit",
 7741 "parking_lot",
 7742 "pathfinder_geometry",
 7743 "raw-window-handle",
 7744 "semver",
 7745 "smallvec",
 7746 "strum 0.27.2",
 7747 "util",
 7748 "uuid",
 7749 "zed-font-kit",
 7750]
 7751
 7752[[package]]
 7753name = "gpui_macros"
 7754version = "0.1.0"
 7755dependencies = [
 7756 "gpui",
 7757 "heck 0.5.0",
 7758 "proc-macro2",
 7759 "quote",
 7760 "syn 2.0.117",
 7761]
 7762
 7763[[package]]
 7764name = "gpui_platform"
 7765version = "0.1.0"
 7766dependencies = [
 7767 "console_error_panic_hook",
 7768 "gpui",
 7769 "gpui_linux",
 7770 "gpui_macos",
 7771 "gpui_web",
 7772 "gpui_windows",
 7773]
 7774
 7775[[package]]
 7776name = "gpui_shared_string"
 7777version = "0.1.0"
 7778dependencies = [
 7779 "derive_more",
 7780 "gpui_util",
 7781 "schemars",
 7782 "serde",
 7783]
 7784
 7785[[package]]
 7786name = "gpui_tokio"
 7787version = "0.1.0"
 7788dependencies = [
 7789 "anyhow",
 7790 "gpui",
 7791 "tokio",
 7792 "util",
 7793]
 7794
 7795[[package]]
 7796name = "gpui_util"
 7797version = "0.1.0"
 7798dependencies = [
 7799 "anyhow",
 7800 "log",
 7801]
 7802
 7803[[package]]
 7804name = "gpui_web"
 7805version = "0.1.0"
 7806dependencies = [
 7807 "anyhow",
 7808 "console_error_panic_hook",
 7809 "futures 0.3.32",
 7810 "gpui",
 7811 "gpui_wgpu",
 7812 "http_client",
 7813 "js-sys",
 7814 "log",
 7815 "parking_lot",
 7816 "raw-window-handle",
 7817 "smallvec",
 7818 "uuid",
 7819 "wasm-bindgen",
 7820 "wasm-bindgen-futures",
 7821 "wasm_thread",
 7822 "web-sys",
 7823 "web-time",
 7824]
 7825
 7826[[package]]
 7827name = "gpui_wgpu"
 7828version = "0.1.0"
 7829dependencies = [
 7830 "anyhow",
 7831 "bytemuck",
 7832 "collections",
 7833 "cosmic-text",
 7834 "etagere",
 7835 "gpui",
 7836 "gpui_util",
 7837 "itertools 0.14.0",
 7838 "js-sys",
 7839 "log",
 7840 "parking_lot",
 7841 "pollster 0.4.0",
 7842 "profiling",
 7843 "raw-window-handle",
 7844 "smallvec",
 7845 "swash",
 7846 "wasm-bindgen",
 7847 "wasm-bindgen-futures",
 7848 "web-sys",
 7849 "wgpu",
 7850 "zed-font-kit",
 7851]
 7852
 7853[[package]]
 7854name = "gpui_windows"
 7855version = "0.1.0"
 7856dependencies = [
 7857 "anyhow",
 7858 "collections",
 7859 "etagere",
 7860 "futures 0.3.32",
 7861 "gpui",
 7862 "image",
 7863 "itertools 0.14.0",
 7864 "log",
 7865 "parking_lot",
 7866 "rand 0.9.3",
 7867 "raw-window-handle",
 7868 "smallvec",
 7869 "util",
 7870 "uuid",
 7871 "windows 0.61.3",
 7872 "windows-core 0.61.2",
 7873 "windows-numerics 0.2.0",
 7874 "windows-registry 0.5.3",
 7875 "zed-scap",
 7876]
 7877
 7878[[package]]
 7879name = "grammars"
 7880version = "0.1.0"
 7881dependencies = [
 7882 "anyhow",
 7883 "language_core",
 7884 "rust-embed",
 7885 "toml 0.8.23",
 7886 "tree-sitter",
 7887 "tree-sitter-bash",
 7888 "tree-sitter-c",
 7889 "tree-sitter-cpp",
 7890 "tree-sitter-css",
 7891 "tree-sitter-diff",
 7892 "tree-sitter-gitcommit",
 7893 "tree-sitter-go",
 7894 "tree-sitter-gomod",
 7895 "tree-sitter-gowork",
 7896 "tree-sitter-jsdoc",
 7897 "tree-sitter-json",
 7898 "tree-sitter-md",
 7899 "tree-sitter-python",
 7900 "tree-sitter-regex",
 7901 "tree-sitter-rust",
 7902 "tree-sitter-typescript",
 7903 "tree-sitter-yaml",
 7904 "util",
 7905]
 7906
 7907[[package]]
 7908name = "grid"
 7909version = "0.18.0"
 7910source = "registry+https://github.com/rust-lang/crates.io-index"
 7911checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7912
 7913[[package]]
 7914name = "group"
 7915version = "0.12.1"
 7916source = "registry+https://github.com/rust-lang/crates.io-index"
 7917checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7918dependencies = [
 7919 "ff",
 7920 "rand_core 0.6.4",
 7921 "subtle",
 7922]
 7923
 7924[[package]]
 7925name = "h2"
 7926version = "0.3.27"
 7927source = "registry+https://github.com/rust-lang/crates.io-index"
 7928checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7929dependencies = [
 7930 "bytes 1.11.1",
 7931 "fnv",
 7932 "futures-core",
 7933 "futures-sink",
 7934 "futures-util",
 7935 "http 0.2.12",
 7936 "indexmap",
 7937 "slab",
 7938 "tokio",
 7939 "tokio-util",
 7940 "tracing",
 7941]
 7942
 7943[[package]]
 7944name = "h2"
 7945version = "0.4.12"
 7946source = "registry+https://github.com/rust-lang/crates.io-index"
 7947checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7948dependencies = [
 7949 "atomic-waker",
 7950 "bytes 1.11.1",
 7951 "fnv",
 7952 "futures-core",
 7953 "futures-sink",
 7954 "http 1.3.1",
 7955 "indexmap",
 7956 "slab",
 7957 "tokio",
 7958 "tokio-util",
 7959 "tracing",
 7960]
 7961
 7962[[package]]
 7963name = "half"
 7964version = "2.7.1"
 7965source = "registry+https://github.com/rust-lang/crates.io-index"
 7966checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7967dependencies = [
 7968 "bytemuck",
 7969 "cfg-if",
 7970 "crunchy",
 7971 "num-traits",
 7972 "rand 0.9.3",
 7973 "rand_distr",
 7974 "zerocopy",
 7975]
 7976
 7977[[package]]
 7978name = "handlebars"
 7979version = "4.5.0"
 7980source = "registry+https://github.com/rust-lang/crates.io-index"
 7981checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7982dependencies = [
 7983 "log",
 7984 "pest",
 7985 "pest_derive",
 7986 "rust-embed",
 7987 "serde",
 7988 "serde_json",
 7989 "thiserror 1.0.69",
 7990]
 7991
 7992[[package]]
 7993name = "handlebars"
 7994version = "5.1.2"
 7995source = "registry+https://github.com/rust-lang/crates.io-index"
 7996checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7997dependencies = [
 7998 "log",
 7999 "pest",
 8000 "pest_derive",
 8001 "serde",
 8002 "serde_json",
 8003 "thiserror 1.0.69",
 8004]
 8005
 8006[[package]]
 8007name = "harfrust"
 8008version = "0.5.0"
 8009source = "registry+https://github.com/rust-lang/crates.io-index"
 8010checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 8011dependencies = [
 8012 "bitflags 2.10.0",
 8013 "bytemuck",
 8014 "core_maths",
 8015 "read-fonts 0.37.0",
 8016 "smallvec",
 8017]
 8018
 8019[[package]]
 8020name = "hash32"
 8021version = "0.3.1"
 8022source = "registry+https://github.com/rust-lang/crates.io-index"
 8023checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8024dependencies = [
 8025 "byteorder",
 8026]
 8027
 8028[[package]]
 8029name = "hashbrown"
 8030version = "0.12.3"
 8031source = "registry+https://github.com/rust-lang/crates.io-index"
 8032checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8033dependencies = [
 8034 "ahash 0.7.8",
 8035]
 8036
 8037[[package]]
 8038name = "hashbrown"
 8039version = "0.14.5"
 8040source = "registry+https://github.com/rust-lang/crates.io-index"
 8041checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8042dependencies = [
 8043 "ahash 0.8.12",
 8044 "allocator-api2",
 8045]
 8046
 8047[[package]]
 8048name = "hashbrown"
 8049version = "0.15.5"
 8050source = "registry+https://github.com/rust-lang/crates.io-index"
 8051checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8052dependencies = [
 8053 "allocator-api2",
 8054 "equivalent",
 8055 "foldhash 0.1.5",
 8056 "serde",
 8057]
 8058
 8059[[package]]
 8060name = "hashbrown"
 8061version = "0.16.1"
 8062source = "registry+https://github.com/rust-lang/crates.io-index"
 8063checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8064dependencies = [
 8065 "allocator-api2",
 8066 "equivalent",
 8067 "foldhash 0.2.0",
 8068]
 8069
 8070[[package]]
 8071name = "hashlink"
 8072version = "0.8.4"
 8073source = "registry+https://github.com/rust-lang/crates.io-index"
 8074checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8075dependencies = [
 8076 "hashbrown 0.14.5",
 8077]
 8078
 8079[[package]]
 8080name = "hashlink"
 8081version = "0.10.0"
 8082source = "registry+https://github.com/rust-lang/crates.io-index"
 8083checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8084dependencies = [
 8085 "hashbrown 0.15.5",
 8086]
 8087
 8088[[package]]
 8089name = "hdrhistogram"
 8090version = "7.5.4"
 8091source = "registry+https://github.com/rust-lang/crates.io-index"
 8092checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
 8093dependencies = [
 8094 "base64 0.21.7",
 8095 "byteorder",
 8096 "crossbeam-channel",
 8097 "flate2",
 8098 "nom 7.1.3",
 8099 "num-traits",
 8100]
 8101
 8102[[package]]
 8103name = "headers"
 8104version = "0.3.9"
 8105source = "registry+https://github.com/rust-lang/crates.io-index"
 8106checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8107dependencies = [
 8108 "base64 0.21.7",
 8109 "bytes 1.11.1",
 8110 "headers-core",
 8111 "http 0.2.12",
 8112 "httpdate",
 8113 "mime",
 8114 "sha1",
 8115]
 8116
 8117[[package]]
 8118name = "headers-core"
 8119version = "0.2.0"
 8120source = "registry+https://github.com/rust-lang/crates.io-index"
 8121checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8122dependencies = [
 8123 "http 0.2.12",
 8124]
 8125
 8126[[package]]
 8127name = "heapless"
 8128version = "0.9.2"
 8129source = "registry+https://github.com/rust-lang/crates.io-index"
 8130checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8131dependencies = [
 8132 "hash32",
 8133 "stable_deref_trait",
 8134]
 8135
 8136[[package]]
 8137name = "heck"
 8138version = "0.3.3"
 8139source = "registry+https://github.com/rust-lang/crates.io-index"
 8140checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8141dependencies = [
 8142 "unicode-segmentation",
 8143]
 8144
 8145[[package]]
 8146name = "heck"
 8147version = "0.4.1"
 8148source = "registry+https://github.com/rust-lang/crates.io-index"
 8149checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8150dependencies = [
 8151 "unicode-segmentation",
 8152]
 8153
 8154[[package]]
 8155name = "heck"
 8156version = "0.5.0"
 8157source = "registry+https://github.com/rust-lang/crates.io-index"
 8158checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8159
 8160[[package]]
 8161name = "heed"
 8162version = "0.21.0"
 8163source = "registry+https://github.com/rust-lang/crates.io-index"
 8164checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8165dependencies = [
 8166 "bitflags 2.10.0",
 8167 "byteorder",
 8168 "heed-traits",
 8169 "heed-types",
 8170 "libc",
 8171 "lmdb-master-sys",
 8172 "once_cell",
 8173 "page_size",
 8174 "serde",
 8175 "synchronoise",
 8176 "url",
 8177]
 8178
 8179[[package]]
 8180name = "heed-traits"
 8181version = "0.20.0"
 8182source = "registry+https://github.com/rust-lang/crates.io-index"
 8183checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8184
 8185[[package]]
 8186name = "heed-types"
 8187version = "0.21.0"
 8188source = "registry+https://github.com/rust-lang/crates.io-index"
 8189checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8190dependencies = [
 8191 "bincode",
 8192 "byteorder",
 8193 "heed-traits",
 8194 "serde",
 8195 "serde_json",
 8196]
 8197
 8198[[package]]
 8199name = "hermit-abi"
 8200version = "0.5.2"
 8201source = "registry+https://github.com/rust-lang/crates.io-index"
 8202checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8203
 8204[[package]]
 8205name = "hex"
 8206version = "0.4.3"
 8207source = "registry+https://github.com/rust-lang/crates.io-index"
 8208checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8209
 8210[[package]]
 8211name = "hexf-parse"
 8212version = "0.2.1"
 8213source = "registry+https://github.com/rust-lang/crates.io-index"
 8214checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8215
 8216[[package]]
 8217name = "hkdf"
 8218version = "0.12.4"
 8219source = "registry+https://github.com/rust-lang/crates.io-index"
 8220checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8221dependencies = [
 8222 "hmac",
 8223]
 8224
 8225[[package]]
 8226name = "hmac"
 8227version = "0.12.1"
 8228source = "registry+https://github.com/rust-lang/crates.io-index"
 8229checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8230dependencies = [
 8231 "digest",
 8232]
 8233
 8234[[package]]
 8235name = "home"
 8236version = "0.5.11"
 8237source = "registry+https://github.com/rust-lang/crates.io-index"
 8238checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8239dependencies = [
 8240 "windows-sys 0.59.0",
 8241]
 8242
 8243[[package]]
 8244name = "hound"
 8245version = "3.5.1"
 8246source = "registry+https://github.com/rust-lang/crates.io-index"
 8247checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8248
 8249[[package]]
 8250name = "html5ever"
 8251version = "0.27.0"
 8252source = "registry+https://github.com/rust-lang/crates.io-index"
 8253checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8254dependencies = [
 8255 "log",
 8256 "mac",
 8257 "markup5ever 0.12.1",
 8258 "proc-macro2",
 8259 "quote",
 8260 "syn 2.0.117",
 8261]
 8262
 8263[[package]]
 8264name = "html5ever"
 8265version = "0.35.0"
 8266source = "registry+https://github.com/rust-lang/crates.io-index"
 8267checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8268dependencies = [
 8269 "log",
 8270 "markup5ever 0.35.0",
 8271 "match_token",
 8272]
 8273
 8274[[package]]
 8275name = "html_to_markdown"
 8276version = "0.1.0"
 8277dependencies = [
 8278 "anyhow",
 8279 "html5ever 0.27.0",
 8280 "indoc",
 8281 "markup5ever_rcdom",
 8282 "pretty_assertions",
 8283 "regex",
 8284]
 8285
 8286[[package]]
 8287name = "http"
 8288version = "0.2.12"
 8289source = "registry+https://github.com/rust-lang/crates.io-index"
 8290checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8291dependencies = [
 8292 "bytes 1.11.1",
 8293 "fnv",
 8294 "itoa",
 8295]
 8296
 8297[[package]]
 8298name = "http"
 8299version = "1.3.1"
 8300source = "registry+https://github.com/rust-lang/crates.io-index"
 8301checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8302dependencies = [
 8303 "bytes 1.11.1",
 8304 "fnv",
 8305 "itoa",
 8306]
 8307
 8308[[package]]
 8309name = "http-body"
 8310version = "0.4.6"
 8311source = "registry+https://github.com/rust-lang/crates.io-index"
 8312checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8313dependencies = [
 8314 "bytes 1.11.1",
 8315 "http 0.2.12",
 8316 "pin-project-lite",
 8317]
 8318
 8319[[package]]
 8320name = "http-body"
 8321version = "1.0.1"
 8322source = "registry+https://github.com/rust-lang/crates.io-index"
 8323checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8324dependencies = [
 8325 "bytes 1.11.1",
 8326 "http 1.3.1",
 8327]
 8328
 8329[[package]]
 8330name = "http-body-util"
 8331version = "0.1.3"
 8332source = "registry+https://github.com/rust-lang/crates.io-index"
 8333checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8334dependencies = [
 8335 "bytes 1.11.1",
 8336 "futures-core",
 8337 "http 1.3.1",
 8338 "http-body 1.0.1",
 8339 "pin-project-lite",
 8340]
 8341
 8342[[package]]
 8343name = "http-range-header"
 8344version = "0.3.1"
 8345source = "registry+https://github.com/rust-lang/crates.io-index"
 8346checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8347
 8348[[package]]
 8349name = "http_client"
 8350version = "0.1.0"
 8351dependencies = [
 8352 "anyhow",
 8353 "async-compression",
 8354 "async-fs",
 8355 "async-tar",
 8356 "bytes 1.11.1",
 8357 "derive_more",
 8358 "futures 0.3.32",
 8359 "http 1.3.1",
 8360 "http-body 1.0.1",
 8361 "log",
 8362 "parking_lot",
 8363 "serde",
 8364 "serde_json",
 8365 "serde_urlencoded",
 8366 "sha2",
 8367 "tempfile",
 8368 "url",
 8369 "util",
 8370]
 8371
 8372[[package]]
 8373name = "http_client_tls"
 8374version = "0.1.0"
 8375dependencies = [
 8376 "rustls 0.23.33",
 8377 "rustls-platform-verifier",
 8378]
 8379
 8380[[package]]
 8381name = "httparse"
 8382version = "1.10.1"
 8383source = "registry+https://github.com/rust-lang/crates.io-index"
 8384checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8385
 8386[[package]]
 8387name = "httpdate"
 8388version = "1.0.3"
 8389source = "registry+https://github.com/rust-lang/crates.io-index"
 8390checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8391
 8392[[package]]
 8393name = "human_bytes"
 8394version = "0.4.3"
 8395source = "registry+https://github.com/rust-lang/crates.io-index"
 8396checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8397
 8398[[package]]
 8399name = "humantime"
 8400version = "2.3.0"
 8401source = "registry+https://github.com/rust-lang/crates.io-index"
 8402checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8403
 8404[[package]]
 8405name = "hyper"
 8406version = "0.14.32"
 8407source = "registry+https://github.com/rust-lang/crates.io-index"
 8408checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8409dependencies = [
 8410 "bytes 1.11.1",
 8411 "futures-channel",
 8412 "futures-core",
 8413 "futures-util",
 8414 "h2 0.3.27",
 8415 "http 0.2.12",
 8416 "http-body 0.4.6",
 8417 "httparse",
 8418 "httpdate",
 8419 "itoa",
 8420 "pin-project-lite",
 8421 "socket2 0.5.10",
 8422 "tokio",
 8423 "tower-service",
 8424 "tracing",
 8425 "want",
 8426]
 8427
 8428[[package]]
 8429name = "hyper"
 8430version = "1.7.0"
 8431source = "registry+https://github.com/rust-lang/crates.io-index"
 8432checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8433dependencies = [
 8434 "atomic-waker",
 8435 "bytes 1.11.1",
 8436 "futures-channel",
 8437 "futures-core",
 8438 "h2 0.4.12",
 8439 "http 1.3.1",
 8440 "http-body 1.0.1",
 8441 "httparse",
 8442 "itoa",
 8443 "pin-project-lite",
 8444 "pin-utils",
 8445 "smallvec",
 8446 "tokio",
 8447 "want",
 8448]
 8449
 8450[[package]]
 8451name = "hyper-rustls"
 8452version = "0.24.2"
 8453source = "registry+https://github.com/rust-lang/crates.io-index"
 8454checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8455dependencies = [
 8456 "futures-util",
 8457 "http 0.2.12",
 8458 "hyper 0.14.32",
 8459 "log",
 8460 "rustls 0.21.12",
 8461 "rustls-native-certs 0.6.3",
 8462 "tokio",
 8463 "tokio-rustls 0.24.1",
 8464]
 8465
 8466[[package]]
 8467name = "hyper-rustls"
 8468version = "0.27.7"
 8469source = "registry+https://github.com/rust-lang/crates.io-index"
 8470checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8471dependencies = [
 8472 "http 1.3.1",
 8473 "hyper 1.7.0",
 8474 "hyper-util",
 8475 "log",
 8476 "rustls 0.23.33",
 8477 "rustls-native-certs 0.8.2",
 8478 "rustls-pki-types",
 8479 "tokio",
 8480 "tokio-rustls 0.26.2",
 8481 "tower-service",
 8482]
 8483
 8484[[package]]
 8485name = "hyper-timeout"
 8486version = "0.5.2"
 8487source = "registry+https://github.com/rust-lang/crates.io-index"
 8488checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8489dependencies = [
 8490 "hyper 1.7.0",
 8491 "hyper-util",
 8492 "pin-project-lite",
 8493 "tokio",
 8494 "tower-service",
 8495]
 8496
 8497[[package]]
 8498name = "hyper-tls"
 8499version = "0.5.0"
 8500source = "registry+https://github.com/rust-lang/crates.io-index"
 8501checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8502dependencies = [
 8503 "bytes 1.11.1",
 8504 "hyper 0.14.32",
 8505 "native-tls",
 8506 "tokio",
 8507 "tokio-native-tls",
 8508]
 8509
 8510[[package]]
 8511name = "hyper-util"
 8512version = "0.1.17"
 8513source = "registry+https://github.com/rust-lang/crates.io-index"
 8514checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8515dependencies = [
 8516 "base64 0.22.1",
 8517 "bytes 1.11.1",
 8518 "futures-channel",
 8519 "futures-core",
 8520 "futures-util",
 8521 "http 1.3.1",
 8522 "http-body 1.0.1",
 8523 "hyper 1.7.0",
 8524 "ipnet",
 8525 "libc",
 8526 "percent-encoding",
 8527 "pin-project-lite",
 8528 "socket2 0.6.1",
 8529 "tokio",
 8530 "tower-service",
 8531 "tracing",
 8532]
 8533
 8534[[package]]
 8535name = "iana-time-zone"
 8536version = "0.1.64"
 8537source = "registry+https://github.com/rust-lang/crates.io-index"
 8538checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8539dependencies = [
 8540 "android_system_properties",
 8541 "core-foundation-sys",
 8542 "iana-time-zone-haiku",
 8543 "js-sys",
 8544 "log",
 8545 "wasm-bindgen",
 8546 "windows-core 0.62.2",
 8547]
 8548
 8549[[package]]
 8550name = "iana-time-zone-haiku"
 8551version = "0.1.2"
 8552source = "registry+https://github.com/rust-lang/crates.io-index"
 8553checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8554dependencies = [
 8555 "cc",
 8556]
 8557
 8558[[package]]
 8559name = "icons"
 8560version = "0.1.0"
 8561dependencies = [
 8562 "serde",
 8563 "strum 0.27.2",
 8564]
 8565
 8566[[package]]
 8567name = "icu_collections"
 8568version = "2.0.0"
 8569source = "registry+https://github.com/rust-lang/crates.io-index"
 8570checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8571dependencies = [
 8572 "displaydoc",
 8573 "potential_utf",
 8574 "yoke 0.8.0",
 8575 "zerofrom",
 8576 "zerovec",
 8577]
 8578
 8579[[package]]
 8580name = "icu_locale_core"
 8581version = "2.0.0"
 8582source = "registry+https://github.com/rust-lang/crates.io-index"
 8583checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8584dependencies = [
 8585 "displaydoc",
 8586 "litemap",
 8587 "tinystr",
 8588 "writeable",
 8589 "zerovec",
 8590]
 8591
 8592[[package]]
 8593name = "icu_normalizer"
 8594version = "2.0.0"
 8595source = "registry+https://github.com/rust-lang/crates.io-index"
 8596checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8597dependencies = [
 8598 "displaydoc",
 8599 "icu_collections",
 8600 "icu_normalizer_data",
 8601 "icu_properties",
 8602 "icu_provider",
 8603 "smallvec",
 8604 "zerovec",
 8605]
 8606
 8607[[package]]
 8608name = "icu_normalizer_data"
 8609version = "2.0.0"
 8610source = "registry+https://github.com/rust-lang/crates.io-index"
 8611checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8612
 8613[[package]]
 8614name = "icu_properties"
 8615version = "2.0.1"
 8616source = "registry+https://github.com/rust-lang/crates.io-index"
 8617checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8618dependencies = [
 8619 "displaydoc",
 8620 "icu_collections",
 8621 "icu_locale_core",
 8622 "icu_properties_data",
 8623 "icu_provider",
 8624 "potential_utf",
 8625 "zerotrie",
 8626 "zerovec",
 8627]
 8628
 8629[[package]]
 8630name = "icu_properties_data"
 8631version = "2.0.1"
 8632source = "registry+https://github.com/rust-lang/crates.io-index"
 8633checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8634
 8635[[package]]
 8636name = "icu_provider"
 8637version = "2.0.0"
 8638source = "registry+https://github.com/rust-lang/crates.io-index"
 8639checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8640dependencies = [
 8641 "displaydoc",
 8642 "icu_locale_core",
 8643 "stable_deref_trait",
 8644 "tinystr",
 8645 "writeable",
 8646 "yoke 0.8.0",
 8647 "zerofrom",
 8648 "zerotrie",
 8649 "zerovec",
 8650]
 8651
 8652[[package]]
 8653name = "id-arena"
 8654version = "2.2.1"
 8655source = "registry+https://github.com/rust-lang/crates.io-index"
 8656checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8657
 8658[[package]]
 8659name = "ident_case"
 8660version = "1.0.1"
 8661source = "registry+https://github.com/rust-lang/crates.io-index"
 8662checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8663
 8664[[package]]
 8665name = "idna"
 8666version = "1.1.0"
 8667source = "registry+https://github.com/rust-lang/crates.io-index"
 8668checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8669dependencies = [
 8670 "idna_adapter",
 8671 "smallvec",
 8672 "utf8_iter",
 8673]
 8674
 8675[[package]]
 8676name = "idna_adapter"
 8677version = "1.2.1"
 8678source = "registry+https://github.com/rust-lang/crates.io-index"
 8679checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8680dependencies = [
 8681 "icu_normalizer",
 8682 "icu_properties",
 8683]
 8684
 8685[[package]]
 8686name = "ignore"
 8687version = "0.4.24"
 8688source = "registry+https://github.com/rust-lang/crates.io-index"
 8689checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8690dependencies = [
 8691 "crossbeam-deque",
 8692 "globset",
 8693 "log",
 8694 "memchr",
 8695 "regex-automata",
 8696 "same-file",
 8697 "walkdir",
 8698 "winapi-util",
 8699]
 8700
 8701[[package]]
 8702name = "image"
 8703version = "0.25.10"
 8704source = "registry+https://github.com/rust-lang/crates.io-index"
 8705checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8706dependencies = [
 8707 "bytemuck",
 8708 "byteorder-lite",
 8709 "color_quant",
 8710 "exr",
 8711 "gif 0.14.2",
 8712 "image-webp",
 8713 "moxcms",
 8714 "num-traits",
 8715 "png 0.18.0",
 8716 "qoi",
 8717 "ravif",
 8718 "rayon",
 8719 "rgb",
 8720 "tiff",
 8721 "zune-core 0.5.1",
 8722 "zune-jpeg 0.5.15",
 8723]
 8724
 8725[[package]]
 8726name = "image-webp"
 8727version = "0.2.4"
 8728source = "registry+https://github.com/rust-lang/crates.io-index"
 8729checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8730dependencies = [
 8731 "byteorder-lite",
 8732 "quick-error 2.0.1",
 8733]
 8734
 8735[[package]]
 8736name = "image_viewer"
 8737version = "0.1.0"
 8738dependencies = [
 8739 "anyhow",
 8740 "db",
 8741 "editor",
 8742 "file_icons",
 8743 "gpui",
 8744 "language",
 8745 "log",
 8746 "project",
 8747 "serde",
 8748 "settings",
 8749 "theme_settings",
 8750 "ui",
 8751 "util",
 8752 "workspace",
 8753]
 8754
 8755[[package]]
 8756name = "imagesize"
 8757version = "0.13.0"
 8758source = "registry+https://github.com/rust-lang/crates.io-index"
 8759checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8760
 8761[[package]]
 8762name = "imara-diff"
 8763version = "0.1.8"
 8764source = "registry+https://github.com/rust-lang/crates.io-index"
 8765checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8766dependencies = [
 8767 "hashbrown 0.15.5",
 8768]
 8769
 8770[[package]]
 8771name = "imgref"
 8772version = "1.12.0"
 8773source = "registry+https://github.com/rust-lang/crates.io-index"
 8774checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8775
 8776[[package]]
 8777name = "indenter"
 8778version = "0.3.4"
 8779source = "registry+https://github.com/rust-lang/crates.io-index"
 8780checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8781
 8782[[package]]
 8783name = "indexmap"
 8784version = "2.11.4"
 8785source = "registry+https://github.com/rust-lang/crates.io-index"
 8786checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8787dependencies = [
 8788 "equivalent",
 8789 "hashbrown 0.16.1",
 8790 "serde",
 8791 "serde_core",
 8792]
 8793
 8794[[package]]
 8795name = "indoc"
 8796version = "2.0.6"
 8797source = "registry+https://github.com/rust-lang/crates.io-index"
 8798checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8799
 8800[[package]]
 8801name = "inherent"
 8802version = "1.0.13"
 8803source = "registry+https://github.com/rust-lang/crates.io-index"
 8804checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8805dependencies = [
 8806 "proc-macro2",
 8807 "quote",
 8808 "syn 2.0.117",
 8809]
 8810
 8811[[package]]
 8812name = "inotify"
 8813version = "0.9.6"
 8814source = "registry+https://github.com/rust-lang/crates.io-index"
 8815checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8816dependencies = [
 8817 "bitflags 1.3.2",
 8818 "inotify-sys",
 8819 "libc",
 8820]
 8821
 8822[[package]]
 8823name = "inotify"
 8824version = "0.11.0"
 8825source = "registry+https://github.com/rust-lang/crates.io-index"
 8826checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8827dependencies = [
 8828 "bitflags 2.10.0",
 8829 "inotify-sys",
 8830 "libc",
 8831]
 8832
 8833[[package]]
 8834name = "inotify-sys"
 8835version = "0.1.5"
 8836source = "registry+https://github.com/rust-lang/crates.io-index"
 8837checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8838dependencies = [
 8839 "libc",
 8840]
 8841
 8842[[package]]
 8843name = "inout"
 8844version = "0.1.4"
 8845source = "registry+https://github.com/rust-lang/crates.io-index"
 8846checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8847dependencies = [
 8848 "block-padding",
 8849 "generic-array",
 8850]
 8851
 8852[[package]]
 8853name = "input_latency_ui"
 8854version = "0.1.0"
 8855dependencies = [
 8856 "chrono",
 8857 "gpui",
 8858 "hdrhistogram",
 8859]
 8860
 8861[[package]]
 8862name = "inspector_ui"
 8863version = "0.1.0"
 8864dependencies = [
 8865 "anyhow",
 8866 "command_palette_hooks",
 8867 "editor",
 8868 "fuzzy",
 8869 "gpui",
 8870 "language",
 8871 "project",
 8872 "serde_json",
 8873 "serde_json_lenient",
 8874 "theme_settings",
 8875 "ui",
 8876 "util",
 8877 "util_macros",
 8878 "workspace",
 8879 "zed_actions",
 8880]
 8881
 8882[[package]]
 8883name = "install_cli"
 8884version = "0.1.0"
 8885dependencies = [
 8886 "anyhow",
 8887 "client",
 8888 "gpui",
 8889 "release_channel",
 8890 "smol",
 8891 "util",
 8892 "workspace",
 8893]
 8894
 8895[[package]]
 8896name = "instant"
 8897version = "0.1.13"
 8898source = "registry+https://github.com/rust-lang/crates.io-index"
 8899checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8900dependencies = [
 8901 "cfg-if",
 8902]
 8903
 8904[[package]]
 8905name = "interpolate_name"
 8906version = "0.2.4"
 8907source = "registry+https://github.com/rust-lang/crates.io-index"
 8908checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8909dependencies = [
 8910 "proc-macro2",
 8911 "quote",
 8912 "syn 2.0.117",
 8913]
 8914
 8915[[package]]
 8916name = "inventory"
 8917version = "0.3.21"
 8918source = "registry+https://github.com/rust-lang/crates.io-index"
 8919checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8920dependencies = [
 8921 "rustversion",
 8922]
 8923
 8924[[package]]
 8925name = "io-extras"
 8926version = "0.18.4"
 8927source = "registry+https://github.com/rust-lang/crates.io-index"
 8928checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8929dependencies = [
 8930 "io-lifetimes",
 8931 "windows-sys 0.59.0",
 8932]
 8933
 8934[[package]]
 8935name = "io-lifetimes"
 8936version = "2.0.4"
 8937source = "registry+https://github.com/rust-lang/crates.io-index"
 8938checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8939
 8940[[package]]
 8941name = "io-surface"
 8942version = "0.16.1"
 8943source = "registry+https://github.com/rust-lang/crates.io-index"
 8944checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8945dependencies = [
 8946 "cgl",
 8947 "core-foundation 0.10.0",
 8948 "core-foundation-sys",
 8949 "leaky-cow",
 8950]
 8951
 8952[[package]]
 8953name = "iovec"
 8954version = "0.1.4"
 8955source = "registry+https://github.com/rust-lang/crates.io-index"
 8956checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8957dependencies = [
 8958 "libc",
 8959]
 8960
 8961[[package]]
 8962name = "ipc-channel"
 8963version = "0.19.0"
 8964source = "registry+https://github.com/rust-lang/crates.io-index"
 8965checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8966dependencies = [
 8967 "bincode",
 8968 "crossbeam-channel",
 8969 "fnv",
 8970 "lazy_static",
 8971 "libc",
 8972 "mio 1.1.0",
 8973 "rand 0.8.5",
 8974 "serde",
 8975 "tempfile",
 8976 "uuid",
 8977 "windows 0.58.0",
 8978]
 8979
 8980[[package]]
 8981name = "ipnet"
 8982version = "2.11.0"
 8983source = "registry+https://github.com/rust-lang/crates.io-index"
 8984checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8985
 8986[[package]]
 8987name = "iri-string"
 8988version = "0.7.8"
 8989source = "registry+https://github.com/rust-lang/crates.io-index"
 8990checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8991dependencies = [
 8992 "memchr",
 8993 "serde",
 8994]
 8995
 8996[[package]]
 8997name = "is-docker"
 8998version = "0.2.0"
 8999source = "registry+https://github.com/rust-lang/crates.io-index"
 9000checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 9001dependencies = [
 9002 "once_cell",
 9003]
 9004
 9005[[package]]
 9006name = "is-terminal"
 9007version = "0.4.16"
 9008source = "registry+https://github.com/rust-lang/crates.io-index"
 9009checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 9010dependencies = [
 9011 "hermit-abi",
 9012 "libc",
 9013 "windows-sys 0.59.0",
 9014]
 9015
 9016[[package]]
 9017name = "is-wsl"
 9018version = "0.4.0"
 9019source = "registry+https://github.com/rust-lang/crates.io-index"
 9020checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 9021dependencies = [
 9022 "is-docker",
 9023 "once_cell",
 9024]
 9025
 9026[[package]]
 9027name = "is_executable"
 9028version = "1.0.5"
 9029source = "registry+https://github.com/rust-lang/crates.io-index"
 9030checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 9031dependencies = [
 9032 "windows-sys 0.60.2",
 9033]
 9034
 9035[[package]]
 9036name = "is_terminal_polyfill"
 9037version = "1.70.1"
 9038source = "registry+https://github.com/rust-lang/crates.io-index"
 9039checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 9040
 9041[[package]]
 9042name = "itertools"
 9043version = "0.10.5"
 9044source = "registry+https://github.com/rust-lang/crates.io-index"
 9045checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9046dependencies = [
 9047 "either",
 9048]
 9049
 9050[[package]]
 9051name = "itertools"
 9052version = "0.11.0"
 9053source = "registry+https://github.com/rust-lang/crates.io-index"
 9054checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9055dependencies = [
 9056 "either",
 9057]
 9058
 9059[[package]]
 9060name = "itertools"
 9061version = "0.14.0"
 9062source = "registry+https://github.com/rust-lang/crates.io-index"
 9063checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9064dependencies = [
 9065 "either",
 9066]
 9067
 9068[[package]]
 9069name = "itoa"
 9070version = "1.0.15"
 9071source = "registry+https://github.com/rust-lang/crates.io-index"
 9072checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9073
 9074[[package]]
 9075name = "jiff"
 9076version = "0.2.15"
 9077source = "registry+https://github.com/rust-lang/crates.io-index"
 9078checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9079dependencies = [
 9080 "jiff-static",
 9081 "log",
 9082 "portable-atomic",
 9083 "portable-atomic-util",
 9084 "serde",
 9085]
 9086
 9087[[package]]
 9088name = "jiff-static"
 9089version = "0.2.15"
 9090source = "registry+https://github.com/rust-lang/crates.io-index"
 9091checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9092dependencies = [
 9093 "proc-macro2",
 9094 "quote",
 9095 "syn 2.0.117",
 9096]
 9097
 9098[[package]]
 9099name = "jni"
 9100version = "0.21.1"
 9101source = "registry+https://github.com/rust-lang/crates.io-index"
 9102checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9103dependencies = [
 9104 "cesu8",
 9105 "cfg-if",
 9106 "combine",
 9107 "jni-sys",
 9108 "log",
 9109 "thiserror 1.0.69",
 9110 "walkdir",
 9111 "windows-sys 0.45.0",
 9112]
 9113
 9114[[package]]
 9115name = "jni-sys"
 9116version = "0.3.0"
 9117source = "registry+https://github.com/rust-lang/crates.io-index"
 9118checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9119
 9120[[package]]
 9121name = "jobserver"
 9122version = "0.1.34"
 9123source = "registry+https://github.com/rust-lang/crates.io-index"
 9124checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9125dependencies = [
 9126 "getrandom 0.3.4",
 9127 "libc",
 9128]
 9129
 9130[[package]]
 9131name = "journal"
 9132version = "0.1.0"
 9133dependencies = [
 9134 "anyhow",
 9135 "chrono",
 9136 "editor",
 9137 "gpui",
 9138 "log",
 9139 "serde",
 9140 "settings",
 9141 "shellexpand",
 9142 "workspace",
 9143]
 9144
 9145[[package]]
 9146name = "js-sys"
 9147version = "0.3.90"
 9148source = "registry+https://github.com/rust-lang/crates.io-index"
 9149checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9150dependencies = [
 9151 "once_cell",
 9152 "wasm-bindgen",
 9153]
 9154
 9155[[package]]
 9156name = "json5"
 9157version = "0.4.1"
 9158source = "registry+https://github.com/rust-lang/crates.io-index"
 9159checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9160dependencies = [
 9161 "pest",
 9162 "pest_derive",
 9163 "serde",
 9164]
 9165
 9166[[package]]
 9167name = "json_dotpath"
 9168version = "1.1.0"
 9169source = "registry+https://github.com/rust-lang/crates.io-index"
 9170checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9171dependencies = [
 9172 "serde",
 9173 "serde_derive",
 9174 "serde_json",
 9175 "thiserror 1.0.69",
 9176]
 9177
 9178[[package]]
 9179name = "json_schema_store"
 9180version = "0.1.0"
 9181dependencies = [
 9182 "anyhow",
 9183 "collections",
 9184 "dap",
 9185 "extension",
 9186 "feature_flags",
 9187 "gpui",
 9188 "language",
 9189 "parking_lot",
 9190 "paths",
 9191 "project",
 9192 "schemars",
 9193 "serde",
 9194 "serde_json",
 9195 "settings",
 9196 "snippet_provider",
 9197 "task",
 9198 "theme",
 9199 "util",
 9200]
 9201
 9202[[package]]
 9203name = "jsonschema"
 9204version = "0.37.4"
 9205source = "registry+https://github.com/rust-lang/crates.io-index"
 9206checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9207dependencies = [
 9208 "ahash 0.8.12",
 9209 "bytecount",
 9210 "data-encoding",
 9211 "email_address",
 9212 "fancy-regex 0.16.2",
 9213 "fraction",
 9214 "getrandom 0.3.4",
 9215 "idna",
 9216 "itoa",
 9217 "num-cmp",
 9218 "num-traits",
 9219 "percent-encoding",
 9220 "referencing",
 9221 "regex",
 9222 "regex-syntax",
 9223 "reqwest 0.12.24",
 9224 "serde",
 9225 "serde_json",
 9226 "unicode-general-category",
 9227 "uuid-simd",
 9228]
 9229
 9230[[package]]
 9231name = "jsonwebtoken"
 9232version = "10.3.0"
 9233source = "registry+https://github.com/rust-lang/crates.io-index"
 9234checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9235dependencies = [
 9236 "aws-lc-rs",
 9237 "base64 0.22.1",
 9238 "getrandom 0.2.16",
 9239 "js-sys",
 9240 "pem",
 9241 "serde",
 9242 "serde_json",
 9243 "signature 2.2.0",
 9244 "simple_asn1",
 9245]
 9246
 9247[[package]]
 9248name = "jupyter-protocol"
 9249version = "1.4.0"
 9250source = "registry+https://github.com/rust-lang/crates.io-index"
 9251checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9252dependencies = [
 9253 "async-trait",
 9254 "bytes 1.11.1",
 9255 "chrono",
 9256 "futures 0.3.32",
 9257 "serde",
 9258 "serde_json",
 9259 "thiserror 2.0.17",
 9260 "uuid",
 9261]
 9262
 9263[[package]]
 9264name = "jupyter-websocket-client"
 9265version = "1.1.0"
 9266source = "registry+https://github.com/rust-lang/crates.io-index"
 9267checksum = "7c2ae4d8d5344f69bf9734b264e969c2139e30e932ce9b6455de9f65663ed614"
 9268dependencies = [
 9269 "anyhow",
 9270 "async-trait",
 9271 "async-tungstenite",
 9272 "bytes 1.11.1",
 9273 "futures 0.3.32",
 9274 "jupyter-protocol",
 9275 "serde",
 9276 "serde_json",
 9277 "tokio",
 9278 "url",
 9279 "uuid",
 9280]
 9281
 9282[[package]]
 9283name = "keymap_editor"
 9284version = "0.1.0"
 9285dependencies = [
 9286 "anyhow",
 9287 "collections",
 9288 "command_palette",
 9289 "component",
 9290 "db",
 9291 "editor",
 9292 "fs",
 9293 "fuzzy",
 9294 "gpui",
 9295 "itertools 0.14.0",
 9296 "json_schema_store",
 9297 "language",
 9298 "log",
 9299 "menu",
 9300 "notifications",
 9301 "paths",
 9302 "project",
 9303 "search",
 9304 "serde",
 9305 "serde_json",
 9306 "settings",
 9307 "telemetry",
 9308 "tempfile",
 9309 "theme",
 9310 "theme_settings",
 9311 "tree-sitter-json",
 9312 "tree-sitter-rust",
 9313 "ui",
 9314 "ui_input",
 9315 "util",
 9316 "workspace",
 9317 "zed_actions",
 9318]
 9319
 9320[[package]]
 9321name = "khronos-egl"
 9322version = "6.0.0"
 9323source = "registry+https://github.com/rust-lang/crates.io-index"
 9324checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9325dependencies = [
 9326 "libc",
 9327 "libloading",
 9328 "pkg-config",
 9329]
 9330
 9331[[package]]
 9332name = "khronos_api"
 9333version = "3.1.0"
 9334source = "registry+https://github.com/rust-lang/crates.io-index"
 9335checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9336
 9337[[package]]
 9338name = "kqueue"
 9339version = "1.1.1"
 9340source = "registry+https://github.com/rust-lang/crates.io-index"
 9341checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9342dependencies = [
 9343 "kqueue-sys",
 9344 "libc",
 9345]
 9346
 9347[[package]]
 9348name = "kqueue-sys"
 9349version = "1.0.4"
 9350source = "registry+https://github.com/rust-lang/crates.io-index"
 9351checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9352dependencies = [
 9353 "bitflags 1.3.2",
 9354 "libc",
 9355]
 9356
 9357[[package]]
 9358name = "kurbo"
 9359version = "0.11.3"
 9360source = "registry+https://github.com/rust-lang/crates.io-index"
 9361checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9362dependencies = [
 9363 "arrayvec",
 9364 "euclid",
 9365 "smallvec",
 9366]
 9367
 9368[[package]]
 9369name = "kv-log-macro"
 9370version = "1.0.7"
 9371source = "registry+https://github.com/rust-lang/crates.io-index"
 9372checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9373dependencies = [
 9374 "log",
 9375]
 9376
 9377[[package]]
 9378name = "language"
 9379version = "0.1.0"
 9380dependencies = [
 9381 "anyhow",
 9382 "async-trait",
 9383 "clock",
 9384 "collections",
 9385 "criterion",
 9386 "ctor",
 9387 "diffy",
 9388 "ec4rs",
 9389 "encoding_rs",
 9390 "fs",
 9391 "futures 0.3.32",
 9392 "fuzzy",
 9393 "globset",
 9394 "gpui",
 9395 "http_client",
 9396 "imara-diff",
 9397 "indoc",
 9398 "itertools 0.14.0",
 9399 "language_core",
 9400 "log",
 9401 "lsp",
 9402 "parking_lot",
 9403 "postage",
 9404 "pretty_assertions",
 9405 "rand 0.9.3",
 9406 "regex",
 9407 "rpc",
 9408 "semver",
 9409 "serde",
 9410 "serde_json",
 9411 "settings",
 9412 "shellexpand",
 9413 "smallvec",
 9414 "smol",
 9415 "streaming-iterator",
 9416 "strsim",
 9417 "sum_tree",
 9418 "task",
 9419 "text",
 9420 "theme",
 9421 "theme_settings",
 9422 "toml 0.8.23",
 9423 "tracing",
 9424 "tree-sitter",
 9425 "tree-sitter-elixir",
 9426 "tree-sitter-embedded-template",
 9427 "tree-sitter-heex",
 9428 "tree-sitter-html",
 9429 "tree-sitter-json",
 9430 "tree-sitter-md",
 9431 "tree-sitter-python",
 9432 "tree-sitter-ruby",
 9433 "tree-sitter-rust",
 9434 "tree-sitter-typescript",
 9435 "unicase",
 9436 "unindent",
 9437 "util",
 9438 "watch",
 9439 "zlog",
 9440 "ztracing",
 9441]
 9442
 9443[[package]]
 9444name = "language_core"
 9445version = "0.1.0"
 9446dependencies = [
 9447 "anyhow",
 9448 "collections",
 9449 "gpui_shared_string",
 9450 "log",
 9451 "lsp",
 9452 "parking_lot",
 9453 "regex",
 9454 "schemars",
 9455 "serde",
 9456 "serde_json",
 9457 "toml 0.8.23",
 9458 "tree-sitter",
 9459 "util",
 9460]
 9461
 9462[[package]]
 9463name = "language_extension"
 9464version = "0.1.0"
 9465dependencies = [
 9466 "anyhow",
 9467 "async-trait",
 9468 "collections",
 9469 "extension",
 9470 "fs",
 9471 "futures 0.3.32",
 9472 "gpui",
 9473 "language",
 9474 "log",
 9475 "lsp",
 9476 "project",
 9477 "serde",
 9478 "serde_json",
 9479 "tracing",
 9480 "util",
 9481 "ztracing",
 9482]
 9483
 9484[[package]]
 9485name = "language_model"
 9486version = "0.1.0"
 9487dependencies = [
 9488 "anyhow",
 9489 "base64 0.22.1",
 9490 "collections",
 9491 "credentials_provider",
 9492 "env_var",
 9493 "futures 0.3.32",
 9494 "gpui",
 9495 "http_client",
 9496 "icons",
 9497 "image",
 9498 "language_model_core",
 9499 "log",
 9500 "parking_lot",
 9501 "serde",
 9502 "serde_json",
 9503 "thiserror 2.0.17",
 9504 "util",
 9505]
 9506
 9507[[package]]
 9508name = "language_model_core"
 9509version = "0.1.0"
 9510dependencies = [
 9511 "anyhow",
 9512 "cloud_llm_client",
 9513 "futures 0.3.32",
 9514 "gpui_shared_string",
 9515 "http_client",
 9516 "partial-json-fixer",
 9517 "schemars",
 9518 "serde",
 9519 "serde_json",
 9520 "smol",
 9521 "strum 0.27.2",
 9522 "thiserror 2.0.17",
 9523]
 9524
 9525[[package]]
 9526name = "language_models"
 9527version = "0.1.0"
 9528dependencies = [
 9529 "ai_onboarding",
 9530 "anthropic",
 9531 "anyhow",
 9532 "aws-config",
 9533 "aws-credential-types",
 9534 "aws_http_client",
 9535 "base64 0.22.1",
 9536 "bedrock",
 9537 "client",
 9538 "cloud_api_client",
 9539 "cloud_api_types",
 9540 "collections",
 9541 "component",
 9542 "convert_case 0.8.0",
 9543 "copilot",
 9544 "copilot_chat",
 9545 "copilot_ui",
 9546 "credentials_provider",
 9547 "deepseek",
 9548 "extension",
 9549 "extension_host",
 9550 "fs",
 9551 "futures 0.3.32",
 9552 "google_ai",
 9553 "gpui",
 9554 "gpui_tokio",
 9555 "http_client",
 9556 "language",
 9557 "language_model",
 9558 "language_models_cloud",
 9559 "lmstudio",
 9560 "log",
 9561 "menu",
 9562 "mistral",
 9563 "ollama",
 9564 "open_ai",
 9565 "open_router",
 9566 "opencode",
 9567 "pretty_assertions",
 9568 "release_channel",
 9569 "schemars",
 9570 "serde",
 9571 "serde_json",
 9572 "settings",
 9573 "smol",
 9574 "strum 0.27.2",
 9575 "tokio",
 9576 "ui",
 9577 "ui_input",
 9578 "util",
 9579 "vercel",
 9580 "x_ai",
 9581]
 9582
 9583[[package]]
 9584name = "language_models_cloud"
 9585version = "0.1.0"
 9586dependencies = [
 9587 "anthropic",
 9588 "anyhow",
 9589 "cloud_llm_client",
 9590 "futures 0.3.32",
 9591 "google_ai",
 9592 "gpui",
 9593 "http_client",
 9594 "language_model",
 9595 "open_ai",
 9596 "schemars",
 9597 "semver",
 9598 "serde",
 9599 "serde_json",
 9600 "smol",
 9601 "thiserror 2.0.17",
 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]
11766
11767[[package]]
11768name = "open_path_prompt"
11769version = "0.1.0"
11770dependencies = [
11771 "editor",
11772 "file_icons",
11773 "futures 0.3.32",
11774 "fuzzy",
11775 "gpui",
11776 "picker",
11777 "project",
11778 "schemars",
11779 "serde",
11780 "serde_json",
11781 "settings",
11782 "theme",
11783 "theme_settings",
11784 "ui",
11785 "util",
11786 "workspace",
11787]
11788
11789[[package]]
11790name = "open_router"
11791version = "0.1.0"
11792dependencies = [
11793 "anyhow",
11794 "futures 0.3.32",
11795 "http_client",
11796 "language_model_core",
11797 "schemars",
11798 "serde",
11799 "serde_json",
11800 "settings",
11801 "strum 0.27.2",
11802 "thiserror 2.0.17",
11803]
11804
11805[[package]]
11806name = "opencode"
11807version = "0.1.0"
11808dependencies = [
11809 "anyhow",
11810 "futures 0.3.32",
11811 "google_ai",
11812 "http_client",
11813 "schemars",
11814 "serde",
11815 "serde_json",
11816 "strum 0.27.2",
11817]
11818
11819[[package]]
11820name = "opener"
11821version = "0.7.2"
11822source = "registry+https://github.com/rust-lang/crates.io-index"
11823checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11824dependencies = [
11825 "bstr",
11826 "dbus",
11827 "normpath",
11828 "windows-sys 0.59.0",
11829]
11830
11831[[package]]
11832name = "openssl"
11833version = "0.10.74"
11834source = "registry+https://github.com/rust-lang/crates.io-index"
11835checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11836dependencies = [
11837 "bitflags 2.10.0",
11838 "cfg-if",
11839 "foreign-types 0.3.2",
11840 "libc",
11841 "once_cell",
11842 "openssl-macros",
11843 "openssl-sys",
11844]
11845
11846[[package]]
11847name = "openssl-macros"
11848version = "0.1.1"
11849source = "registry+https://github.com/rust-lang/crates.io-index"
11850checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11851dependencies = [
11852 "proc-macro2",
11853 "quote",
11854 "syn 2.0.117",
11855]
11856
11857[[package]]
11858name = "openssl-probe"
11859version = "0.1.6"
11860source = "registry+https://github.com/rust-lang/crates.io-index"
11861checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11862
11863[[package]]
11864name = "openssl-sys"
11865version = "0.9.110"
11866source = "registry+https://github.com/rust-lang/crates.io-index"
11867checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11868dependencies = [
11869 "cc",
11870 "libc",
11871 "pkg-config",
11872 "vcpkg",
11873]
11874
11875[[package]]
11876name = "optfield"
11877version = "0.4.0"
11878source = "registry+https://github.com/rust-lang/crates.io-index"
11879checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11880dependencies = [
11881 "proc-macro2",
11882 "quote",
11883 "syn 2.0.117",
11884]
11885
11886[[package]]
11887name = "option-ext"
11888version = "0.2.0"
11889source = "registry+https://github.com/rust-lang/crates.io-index"
11890checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11891
11892[[package]]
11893name = "ordered-float"
11894version = "2.10.1"
11895source = "registry+https://github.com/rust-lang/crates.io-index"
11896checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11897dependencies = [
11898 "num-traits",
11899]
11900
11901[[package]]
11902name = "ordered-float"
11903version = "4.6.0"
11904source = "registry+https://github.com/rust-lang/crates.io-index"
11905checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11906dependencies = [
11907 "num-traits",
11908]
11909
11910[[package]]
11911name = "ordered-stream"
11912version = "0.2.0"
11913source = "registry+https://github.com/rust-lang/crates.io-index"
11914checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11915dependencies = [
11916 "futures-core",
11917 "pin-project-lite",
11918]
11919
11920[[package]]
11921name = "ouroboros"
11922version = "0.18.5"
11923source = "registry+https://github.com/rust-lang/crates.io-index"
11924checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11925dependencies = [
11926 "aliasable",
11927 "ouroboros_macro",
11928 "static_assertions",
11929]
11930
11931[[package]]
11932name = "ouroboros_macro"
11933version = "0.18.5"
11934source = "registry+https://github.com/rust-lang/crates.io-index"
11935checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11936dependencies = [
11937 "heck 0.4.1",
11938 "proc-macro2",
11939 "proc-macro2-diagnostics",
11940 "quote",
11941 "syn 2.0.117",
11942]
11943
11944[[package]]
11945name = "outline"
11946version = "0.1.0"
11947dependencies = [
11948 "editor",
11949 "fuzzy",
11950 "gpui",
11951 "indoc",
11952 "language",
11953 "lsp",
11954 "menu",
11955 "ordered-float 2.10.1",
11956 "picker",
11957 "project",
11958 "rope",
11959 "serde_json",
11960 "settings",
11961 "smol",
11962 "theme",
11963 "theme_settings",
11964 "ui",
11965 "util",
11966 "workspace",
11967 "zed_actions",
11968]
11969
11970[[package]]
11971name = "outline_panel"
11972version = "0.1.0"
11973dependencies = [
11974 "anyhow",
11975 "collections",
11976 "db",
11977 "editor",
11978 "file_icons",
11979 "fuzzy",
11980 "gpui",
11981 "itertools 0.14.0",
11982 "language",
11983 "log",
11984 "lsp",
11985 "menu",
11986 "outline",
11987 "pretty_assertions",
11988 "project",
11989 "search",
11990 "serde",
11991 "serde_json",
11992 "settings",
11993 "smallvec",
11994 "smol",
11995 "theme",
11996 "theme_settings",
11997 "ui",
11998 "util",
11999 "workspace",
12000 "worktree",
12001 "zed_actions",
12002]
12003
12004[[package]]
12005name = "outref"
12006version = "0.5.2"
12007source = "registry+https://github.com/rust-lang/crates.io-index"
12008checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
12009
12010[[package]]
12011name = "p256"
12012version = "0.11.1"
12013source = "registry+https://github.com/rust-lang/crates.io-index"
12014checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
12015dependencies = [
12016 "ecdsa",
12017 "elliptic-curve",
12018 "sha2",
12019]
12020
12021[[package]]
12022name = "page_size"
12023version = "0.6.0"
12024source = "registry+https://github.com/rust-lang/crates.io-index"
12025checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12026dependencies = [
12027 "libc",
12028 "winapi",
12029]
12030
12031[[package]]
12032name = "palette"
12033version = "0.7.6"
12034source = "registry+https://github.com/rust-lang/crates.io-index"
12035checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12036dependencies = [
12037 "approx",
12038 "fast-srgb8",
12039 "palette_derive",
12040]
12041
12042[[package]]
12043name = "palette_derive"
12044version = "0.7.6"
12045source = "registry+https://github.com/rust-lang/crates.io-index"
12046checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12047dependencies = [
12048 "by_address",
12049 "proc-macro2",
12050 "quote",
12051 "syn 2.0.117",
12052]
12053
12054[[package]]
12055name = "panel"
12056version = "0.1.0"
12057dependencies = [
12058 "gpui",
12059 "ui",
12060 "workspace",
12061]
12062
12063[[package]]
12064name = "parking"
12065version = "2.2.1"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12068
12069[[package]]
12070name = "parking_lot"
12071version = "0.12.5"
12072source = "registry+https://github.com/rust-lang/crates.io-index"
12073checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12074dependencies = [
12075 "lock_api",
12076 "parking_lot_core",
12077]
12078
12079[[package]]
12080name = "parking_lot_core"
12081version = "0.9.12"
12082source = "registry+https://github.com/rust-lang/crates.io-index"
12083checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12084dependencies = [
12085 "cfg-if",
12086 "libc",
12087 "redox_syscall 0.5.18",
12088 "smallvec",
12089 "windows-link 0.2.1",
12090]
12091
12092[[package]]
12093name = "parse_int"
12094version = "0.9.0"
12095source = "registry+https://github.com/rust-lang/crates.io-index"
12096checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12097dependencies = [
12098 "num-traits",
12099]
12100
12101[[package]]
12102name = "partial-json-fixer"
12103version = "0.5.3"
12104source = "registry+https://github.com/rust-lang/crates.io-index"
12105checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12106
12107[[package]]
12108name = "password-hash"
12109version = "0.4.2"
12110source = "registry+https://github.com/rust-lang/crates.io-index"
12111checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12112dependencies = [
12113 "base64ct",
12114 "rand_core 0.6.4",
12115 "subtle",
12116]
12117
12118[[package]]
12119name = "paste"
12120version = "1.0.15"
12121source = "registry+https://github.com/rust-lang/crates.io-index"
12122checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12123
12124[[package]]
12125name = "pastey"
12126version = "0.1.1"
12127source = "registry+https://github.com/rust-lang/crates.io-index"
12128checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12129
12130[[package]]
12131name = "pathdiff"
12132version = "0.2.3"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12135
12136[[package]]
12137name = "pathfinder_geometry"
12138version = "0.5.1"
12139source = "registry+https://github.com/rust-lang/crates.io-index"
12140checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12141dependencies = [
12142 "log",
12143 "pathfinder_simd",
12144]
12145
12146[[package]]
12147name = "pathfinder_simd"
12148version = "0.5.5"
12149source = "registry+https://github.com/rust-lang/crates.io-index"
12150checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12151dependencies = [
12152 "rustc_version",
12153]
12154
12155[[package]]
12156name = "paths"
12157version = "0.1.0"
12158dependencies = [
12159 "dirs",
12160 "ignore",
12161 "util",
12162]
12163
12164[[package]]
12165name = "pbjson"
12166version = "0.6.0"
12167source = "registry+https://github.com/rust-lang/crates.io-index"
12168checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12169dependencies = [
12170 "base64 0.21.7",
12171 "serde",
12172]
12173
12174[[package]]
12175name = "pbjson-build"
12176version = "0.6.2"
12177source = "registry+https://github.com/rust-lang/crates.io-index"
12178checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12179dependencies = [
12180 "heck 0.4.1",
12181 "itertools 0.11.0",
12182 "prost 0.12.6",
12183 "prost-types 0.12.6",
12184]
12185
12186[[package]]
12187name = "pbjson-types"
12188version = "0.6.0"
12189source = "registry+https://github.com/rust-lang/crates.io-index"
12190checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12191dependencies = [
12192 "bytes 1.11.1",
12193 "chrono",
12194 "pbjson",
12195 "pbjson-build",
12196 "prost 0.12.6",
12197 "prost-build 0.12.6",
12198 "serde",
12199]
12200
12201[[package]]
12202name = "pbkdf2"
12203version = "0.11.0"
12204source = "registry+https://github.com/rust-lang/crates.io-index"
12205checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12206dependencies = [
12207 "digest",
12208 "hmac",
12209 "password-hash",
12210 "sha2",
12211]
12212
12213[[package]]
12214name = "pbkdf2"
12215version = "0.12.2"
12216source = "registry+https://github.com/rust-lang/crates.io-index"
12217checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12218dependencies = [
12219 "digest",
12220 "hmac",
12221]
12222
12223[[package]]
12224name = "pciid-parser"
12225version = "0.8.0"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12228
12229[[package]]
12230name = "peg"
12231version = "0.8.5"
12232source = "registry+https://github.com/rust-lang/crates.io-index"
12233checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12234dependencies = [
12235 "peg-macros",
12236 "peg-runtime",
12237]
12238
12239[[package]]
12240name = "peg-macros"
12241version = "0.8.5"
12242source = "registry+https://github.com/rust-lang/crates.io-index"
12243checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12244dependencies = [
12245 "peg-runtime",
12246 "proc-macro2",
12247 "quote",
12248]
12249
12250[[package]]
12251name = "peg-runtime"
12252version = "0.8.5"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12255
12256[[package]]
12257name = "pem"
12258version = "3.0.6"
12259source = "registry+https://github.com/rust-lang/crates.io-index"
12260checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12261dependencies = [
12262 "base64 0.22.1",
12263 "serde_core",
12264]
12265
12266[[package]]
12267name = "pem-rfc7468"
12268version = "0.7.0"
12269source = "registry+https://github.com/rust-lang/crates.io-index"
12270checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12271dependencies = [
12272 "base64ct",
12273]
12274
12275[[package]]
12276name = "percent-encoding"
12277version = "2.3.2"
12278source = "registry+https://github.com/rust-lang/crates.io-index"
12279checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12280
12281[[package]]
12282name = "perf"
12283version = "0.1.0"
12284dependencies = [
12285 "collections",
12286 "serde",
12287 "serde_json",
12288]
12289
12290[[package]]
12291name = "pest"
12292version = "2.8.3"
12293source = "registry+https://github.com/rust-lang/crates.io-index"
12294checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12295dependencies = [
12296 "memchr",
12297 "ucd-trie",
12298]
12299
12300[[package]]
12301name = "pest_derive"
12302version = "2.8.3"
12303source = "registry+https://github.com/rust-lang/crates.io-index"
12304checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12305dependencies = [
12306 "pest",
12307 "pest_generator",
12308]
12309
12310[[package]]
12311name = "pest_generator"
12312version = "2.8.3"
12313source = "registry+https://github.com/rust-lang/crates.io-index"
12314checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12315dependencies = [
12316 "pest",
12317 "pest_meta",
12318 "proc-macro2",
12319 "quote",
12320 "syn 2.0.117",
12321]
12322
12323[[package]]
12324name = "pest_meta"
12325version = "2.8.3"
12326source = "registry+https://github.com/rust-lang/crates.io-index"
12327checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12328dependencies = [
12329 "pest",
12330 "sha2",
12331]
12332
12333[[package]]
12334name = "pet"
12335version = "0.1.0"
12336source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12337dependencies = [
12338 "clap",
12339 "env_logger 0.10.2",
12340 "lazy_static",
12341 "log",
12342 "msvc_spectre_libs",
12343 "pet-conda",
12344 "pet-core",
12345 "pet-env-var-path",
12346 "pet-fs",
12347 "pet-global-virtualenvs",
12348 "pet-homebrew",
12349 "pet-jsonrpc",
12350 "pet-linux-global-python",
12351 "pet-mac-commandlinetools",
12352 "pet-mac-python-org",
12353 "pet-mac-xcode",
12354 "pet-pipenv",
12355 "pet-pixi",
12356 "pet-poetry",
12357 "pet-pyenv",
12358 "pet-python-utils",
12359 "pet-reporter",
12360 "pet-telemetry",
12361 "pet-uv",
12362 "pet-venv",
12363 "pet-virtualenv",
12364 "pet-virtualenvwrapper",
12365 "pet-windows-registry",
12366 "pet-windows-store",
12367 "pet-winpython",
12368 "serde",
12369 "serde_json",
12370 "tracing",
12371 "tracing-subscriber",
12372 "winresource",
12373]
12374
12375[[package]]
12376name = "pet-conda"
12377version = "0.1.0"
12378source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12379dependencies = [
12380 "env_logger 0.10.2",
12381 "lazy_static",
12382 "log",
12383 "msvc_spectre_libs",
12384 "pet-core",
12385 "pet-fs",
12386 "pet-python-utils",
12387 "pet-reporter",
12388 "rayon",
12389 "regex",
12390 "serde",
12391 "serde_json",
12392 "yaml-rust2",
12393]
12394
12395[[package]]
12396name = "pet-core"
12397version = "0.1.0"
12398source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12399dependencies = [
12400 "clap",
12401 "lazy_static",
12402 "log",
12403 "msvc_spectre_libs",
12404 "pet-fs",
12405 "regex",
12406 "serde",
12407 "serde_json",
12408]
12409
12410[[package]]
12411name = "pet-env-var-path"
12412version = "0.1.0"
12413source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12414dependencies = [
12415 "lazy_static",
12416 "log",
12417 "msvc_spectre_libs",
12418 "pet-conda",
12419 "pet-core",
12420 "pet-fs",
12421 "pet-python-utils",
12422 "pet-virtualenv",
12423 "regex",
12424]
12425
12426[[package]]
12427name = "pet-fs"
12428version = "0.1.0"
12429source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12430dependencies = [
12431 "glob",
12432 "log",
12433 "msvc_spectre_libs",
12434 "windows-sys 0.59.0",
12435]
12436
12437[[package]]
12438name = "pet-global-virtualenvs"
12439version = "0.1.0"
12440source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12441dependencies = [
12442 "log",
12443 "msvc_spectre_libs",
12444 "pet-conda",
12445 "pet-core",
12446 "pet-fs",
12447 "pet-virtualenv",
12448]
12449
12450[[package]]
12451name = "pet-homebrew"
12452version = "0.1.0"
12453source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12454dependencies = [
12455 "lazy_static",
12456 "log",
12457 "msvc_spectre_libs",
12458 "pet-conda",
12459 "pet-core",
12460 "pet-fs",
12461 "pet-python-utils",
12462 "pet-virtualenv",
12463 "rayon",
12464 "regex",
12465 "serde",
12466 "serde_json",
12467]
12468
12469[[package]]
12470name = "pet-jsonrpc"
12471version = "0.1.0"
12472source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12473dependencies = [
12474 "env_logger 0.10.2",
12475 "log",
12476 "msvc_spectre_libs",
12477 "pet-core",
12478 "serde",
12479 "serde_json",
12480]
12481
12482[[package]]
12483name = "pet-linux-global-python"
12484version = "0.1.0"
12485source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12486dependencies = [
12487 "log",
12488 "msvc_spectre_libs",
12489 "pet-core",
12490 "pet-fs",
12491 "pet-python-utils",
12492 "pet-virtualenv",
12493]
12494
12495[[package]]
12496name = "pet-mac-commandlinetools"
12497version = "0.1.0"
12498source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12499dependencies = [
12500 "log",
12501 "msvc_spectre_libs",
12502 "pet-core",
12503 "pet-fs",
12504 "pet-python-utils",
12505 "pet-virtualenv",
12506]
12507
12508[[package]]
12509name = "pet-mac-python-org"
12510version = "0.1.0"
12511source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12512dependencies = [
12513 "log",
12514 "msvc_spectre_libs",
12515 "pet-core",
12516 "pet-fs",
12517 "pet-python-utils",
12518 "pet-virtualenv",
12519]
12520
12521[[package]]
12522name = "pet-mac-xcode"
12523version = "0.1.0"
12524source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12525dependencies = [
12526 "log",
12527 "msvc_spectre_libs",
12528 "pet-core",
12529 "pet-fs",
12530 "pet-python-utils",
12531 "pet-virtualenv",
12532]
12533
12534[[package]]
12535name = "pet-pipenv"
12536version = "0.1.0"
12537source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12538dependencies = [
12539 "lazy_static",
12540 "log",
12541 "msvc_spectre_libs",
12542 "pet-core",
12543 "pet-fs",
12544 "pet-python-utils",
12545 "pet-virtualenv",
12546 "regex",
12547]
12548
12549[[package]]
12550name = "pet-pixi"
12551version = "0.1.0"
12552source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12553dependencies = [
12554 "log",
12555 "msvc_spectre_libs",
12556 "pet-conda",
12557 "pet-core",
12558 "pet-python-utils",
12559]
12560
12561[[package]]
12562name = "pet-poetry"
12563version = "0.1.0"
12564source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12565dependencies = [
12566 "base64 0.22.1",
12567 "lazy_static",
12568 "log",
12569 "msvc_spectre_libs",
12570 "pet-core",
12571 "pet-fs",
12572 "pet-python-utils",
12573 "pet-reporter",
12574 "pet-virtualenv",
12575 "regex",
12576 "serde",
12577 "serde_json",
12578 "sha2",
12579 "toml 0.8.23",
12580]
12581
12582[[package]]
12583name = "pet-pyenv"
12584version = "0.1.0"
12585source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12586dependencies = [
12587 "lazy_static",
12588 "log",
12589 "msvc_spectre_libs",
12590 "pet-conda",
12591 "pet-core",
12592 "pet-fs",
12593 "pet-python-utils",
12594 "pet-reporter",
12595 "regex",
12596 "serde",
12597 "serde_json",
12598]
12599
12600[[package]]
12601name = "pet-python-utils"
12602version = "0.1.0"
12603source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12604dependencies = [
12605 "env_logger 0.10.2",
12606 "lazy_static",
12607 "log",
12608 "msvc_spectre_libs",
12609 "pet-core",
12610 "pet-fs",
12611 "regex",
12612 "serde",
12613 "serde_json",
12614 "sha2",
12615]
12616
12617[[package]]
12618name = "pet-reporter"
12619version = "0.1.0"
12620source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12621dependencies = [
12622 "env_logger 0.10.2",
12623 "log",
12624 "msvc_spectre_libs",
12625 "pet-core",
12626 "pet-jsonrpc",
12627 "serde",
12628 "serde_json",
12629]
12630
12631[[package]]
12632name = "pet-telemetry"
12633version = "0.1.0"
12634source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12635dependencies = [
12636 "env_logger 0.10.2",
12637 "lazy_static",
12638 "log",
12639 "msvc_spectre_libs",
12640 "pet-core",
12641 "pet-fs",
12642 "pet-python-utils",
12643 "regex",
12644]
12645
12646[[package]]
12647name = "pet-uv"
12648version = "0.1.0"
12649source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12650dependencies = [
12651 "log",
12652 "pet-core",
12653 "pet-python-utils",
12654 "serde",
12655 "toml 0.9.8",
12656]
12657
12658[[package]]
12659name = "pet-venv"
12660version = "0.1.0"
12661source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12662dependencies = [
12663 "log",
12664 "msvc_spectre_libs",
12665 "pet-core",
12666 "pet-python-utils",
12667 "pet-virtualenv",
12668]
12669
12670[[package]]
12671name = "pet-virtualenv"
12672version = "0.1.0"
12673source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12674dependencies = [
12675 "log",
12676 "msvc_spectre_libs",
12677 "pet-core",
12678 "pet-fs",
12679 "pet-python-utils",
12680]
12681
12682[[package]]
12683name = "pet-virtualenvwrapper"
12684version = "0.1.0"
12685source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12686dependencies = [
12687 "log",
12688 "msvc_spectre_libs",
12689 "pet-core",
12690 "pet-fs",
12691 "pet-python-utils",
12692 "pet-virtualenv",
12693]
12694
12695[[package]]
12696name = "pet-windows-registry"
12697version = "0.1.0"
12698source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12699dependencies = [
12700 "lazy_static",
12701 "log",
12702 "msvc_spectre_libs",
12703 "pet-conda",
12704 "pet-core",
12705 "pet-fs",
12706 "pet-python-utils",
12707 "pet-virtualenv",
12708 "pet-windows-store",
12709 "regex",
12710 "winreg 0.55.0",
12711]
12712
12713[[package]]
12714name = "pet-windows-store"
12715version = "0.1.0"
12716source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12717dependencies = [
12718 "lazy_static",
12719 "log",
12720 "msvc_spectre_libs",
12721 "pet-core",
12722 "pet-fs",
12723 "pet-python-utils",
12724 "pet-virtualenv",
12725 "regex",
12726 "winreg 0.55.0",
12727]
12728
12729[[package]]
12730name = "pet-winpython"
12731version = "0.1.0"
12732source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12733dependencies = [
12734 "lazy_static",
12735 "log",
12736 "pet-core",
12737 "pet-fs",
12738 "pet-python-utils",
12739 "pet-virtualenv",
12740 "regex",
12741]
12742
12743[[package]]
12744name = "petgraph"
12745version = "0.6.5"
12746source = "registry+https://github.com/rust-lang/crates.io-index"
12747checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12748dependencies = [
12749 "fixedbitset 0.4.2",
12750 "indexmap",
12751]
12752
12753[[package]]
12754name = "pgvector"
12755version = "0.4.1"
12756source = "registry+https://github.com/rust-lang/crates.io-index"
12757checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12758dependencies = [
12759 "serde",
12760]
12761
12762[[package]]
12763name = "phf"
12764version = "0.11.3"
12765source = "registry+https://github.com/rust-lang/crates.io-index"
12766checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12767dependencies = [
12768 "phf_macros 0.11.3",
12769 "phf_shared 0.11.3",
12770]
12771
12772[[package]]
12773name = "phf"
12774version = "0.12.1"
12775source = "registry+https://github.com/rust-lang/crates.io-index"
12776checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12777dependencies = [
12778 "phf_macros 0.12.1",
12779 "phf_shared 0.12.1",
12780]
12781
12782[[package]]
12783name = "phf_codegen"
12784version = "0.11.3"
12785source = "registry+https://github.com/rust-lang/crates.io-index"
12786checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12787dependencies = [
12788 "phf_generator 0.11.3",
12789 "phf_shared 0.11.3",
12790]
12791
12792[[package]]
12793name = "phf_generator"
12794version = "0.11.3"
12795source = "registry+https://github.com/rust-lang/crates.io-index"
12796checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12797dependencies = [
12798 "phf_shared 0.11.3",
12799 "rand 0.8.5",
12800]
12801
12802[[package]]
12803name = "phf_generator"
12804version = "0.12.1"
12805source = "registry+https://github.com/rust-lang/crates.io-index"
12806checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12807dependencies = [
12808 "fastrand 2.3.0",
12809 "phf_shared 0.12.1",
12810]
12811
12812[[package]]
12813name = "phf_macros"
12814version = "0.11.3"
12815source = "registry+https://github.com/rust-lang/crates.io-index"
12816checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12817dependencies = [
12818 "phf_generator 0.11.3",
12819 "phf_shared 0.11.3",
12820 "proc-macro2",
12821 "quote",
12822 "syn 2.0.117",
12823]
12824
12825[[package]]
12826name = "phf_macros"
12827version = "0.12.1"
12828source = "registry+https://github.com/rust-lang/crates.io-index"
12829checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12830dependencies = [
12831 "phf_generator 0.12.1",
12832 "phf_shared 0.12.1",
12833 "proc-macro2",
12834 "quote",
12835 "syn 2.0.117",
12836]
12837
12838[[package]]
12839name = "phf_shared"
12840version = "0.11.3"
12841source = "registry+https://github.com/rust-lang/crates.io-index"
12842checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12843dependencies = [
12844 "siphasher 1.0.1",
12845]
12846
12847[[package]]
12848name = "phf_shared"
12849version = "0.12.1"
12850source = "registry+https://github.com/rust-lang/crates.io-index"
12851checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12852dependencies = [
12853 "siphasher 1.0.1",
12854]
12855
12856[[package]]
12857name = "picker"
12858version = "0.1.0"
12859dependencies = [
12860 "anyhow",
12861 "editor",
12862 "gpui",
12863 "menu",
12864 "schemars",
12865 "serde",
12866 "settings",
12867 "theme",
12868 "theme_settings",
12869 "ui",
12870 "ui_input",
12871 "workspace",
12872 "zed_actions",
12873]
12874
12875[[package]]
12876name = "pico-args"
12877version = "0.5.0"
12878source = "registry+https://github.com/rust-lang/crates.io-index"
12879checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12880
12881[[package]]
12882name = "pin-project"
12883version = "1.1.10"
12884source = "registry+https://github.com/rust-lang/crates.io-index"
12885checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12886dependencies = [
12887 "pin-project-internal",
12888]
12889
12890[[package]]
12891name = "pin-project-internal"
12892version = "1.1.10"
12893source = "registry+https://github.com/rust-lang/crates.io-index"
12894checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12895dependencies = [
12896 "proc-macro2",
12897 "quote",
12898 "syn 2.0.117",
12899]
12900
12901[[package]]
12902name = "pin-project-lite"
12903version = "0.2.16"
12904source = "registry+https://github.com/rust-lang/crates.io-index"
12905checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12906
12907[[package]]
12908name = "pin-utils"
12909version = "0.1.0"
12910source = "registry+https://github.com/rust-lang/crates.io-index"
12911checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12912
12913[[package]]
12914name = "piper"
12915version = "0.2.4"
12916source = "registry+https://github.com/rust-lang/crates.io-index"
12917checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12918dependencies = [
12919 "atomic-waker",
12920 "fastrand 2.3.0",
12921 "futures-io",
12922]
12923
12924[[package]]
12925name = "pkcs1"
12926version = "0.7.5"
12927source = "registry+https://github.com/rust-lang/crates.io-index"
12928checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12929dependencies = [
12930 "der 0.7.10",
12931 "pkcs8 0.10.2",
12932 "spki 0.7.3",
12933]
12934
12935[[package]]
12936name = "pkcs8"
12937version = "0.9.0"
12938source = "registry+https://github.com/rust-lang/crates.io-index"
12939checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12940dependencies = [
12941 "der 0.6.1",
12942 "spki 0.6.0",
12943]
12944
12945[[package]]
12946name = "pkcs8"
12947version = "0.10.2"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12950dependencies = [
12951 "der 0.7.10",
12952 "spki 0.7.3",
12953]
12954
12955[[package]]
12956name = "pkg-config"
12957version = "0.3.32"
12958source = "registry+https://github.com/rust-lang/crates.io-index"
12959checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12960
12961[[package]]
12962name = "plain"
12963version = "0.2.3"
12964source = "registry+https://github.com/rust-lang/crates.io-index"
12965checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12966
12967[[package]]
12968name = "platform_title_bar"
12969version = "0.1.0"
12970dependencies = [
12971 "gpui",
12972 "project",
12973 "settings",
12974 "smallvec",
12975 "theme",
12976 "theme_settings",
12977 "ui",
12978 "windows 0.61.3",
12979 "workspace",
12980 "zed_actions",
12981]
12982
12983[[package]]
12984name = "plist"
12985version = "1.8.0"
12986source = "registry+https://github.com/rust-lang/crates.io-index"
12987checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12988dependencies = [
12989 "base64 0.22.1",
12990 "indexmap",
12991 "quick-xml 0.38.3",
12992 "serde",
12993 "time",
12994]
12995
12996[[package]]
12997name = "plotters"
12998version = "0.3.7"
12999source = "registry+https://github.com/rust-lang/crates.io-index"
13000checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
13001dependencies = [
13002 "num-traits",
13003 "plotters-backend",
13004 "plotters-svg",
13005 "wasm-bindgen",
13006 "web-sys",
13007]
13008
13009[[package]]
13010name = "plotters-backend"
13011version = "0.3.7"
13012source = "registry+https://github.com/rust-lang/crates.io-index"
13013checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
13014
13015[[package]]
13016name = "plotters-svg"
13017version = "0.3.7"
13018source = "registry+https://github.com/rust-lang/crates.io-index"
13019checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13020dependencies = [
13021 "plotters-backend",
13022]
13023
13024[[package]]
13025name = "png"
13026version = "0.17.16"
13027source = "registry+https://github.com/rust-lang/crates.io-index"
13028checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13029dependencies = [
13030 "bitflags 1.3.2",
13031 "crc32fast",
13032 "fdeflate",
13033 "flate2",
13034 "miniz_oxide",
13035]
13036
13037[[package]]
13038name = "png"
13039version = "0.18.0"
13040source = "registry+https://github.com/rust-lang/crates.io-index"
13041checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13042dependencies = [
13043 "bitflags 2.10.0",
13044 "crc32fast",
13045 "fdeflate",
13046 "flate2",
13047 "miniz_oxide",
13048]
13049
13050[[package]]
13051name = "polling"
13052version = "3.11.0"
13053source = "registry+https://github.com/rust-lang/crates.io-index"
13054checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13055dependencies = [
13056 "cfg-if",
13057 "concurrent-queue",
13058 "hermit-abi",
13059 "pin-project-lite",
13060 "rustix 1.1.2",
13061 "windows-sys 0.61.2",
13062]
13063
13064[[package]]
13065name = "pollster"
13066version = "0.2.5"
13067source = "registry+https://github.com/rust-lang/crates.io-index"
13068checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13069
13070[[package]]
13071name = "pollster"
13072version = "0.4.0"
13073source = "registry+https://github.com/rust-lang/crates.io-index"
13074checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13075
13076[[package]]
13077name = "pori"
13078version = "0.0.0"
13079source = "registry+https://github.com/rust-lang/crates.io-index"
13080checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13081dependencies = [
13082 "nom 7.1.3",
13083]
13084
13085[[package]]
13086name = "portable-atomic"
13087version = "1.11.1"
13088source = "registry+https://github.com/rust-lang/crates.io-index"
13089checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13090
13091[[package]]
13092name = "portable-atomic-util"
13093version = "0.2.4"
13094source = "registry+https://github.com/rust-lang/crates.io-index"
13095checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13096dependencies = [
13097 "portable-atomic",
13098]
13099
13100[[package]]
13101name = "portable-pty"
13102version = "0.9.0"
13103source = "registry+https://github.com/rust-lang/crates.io-index"
13104checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13105dependencies = [
13106 "anyhow",
13107 "bitflags 1.3.2",
13108 "downcast-rs",
13109 "filedescriptor",
13110 "lazy_static",
13111 "libc",
13112 "log",
13113 "nix 0.28.0",
13114 "serial2",
13115 "shared_library",
13116 "shell-words",
13117 "winapi",
13118 "winreg 0.10.1",
13119]
13120
13121[[package]]
13122name = "postage"
13123version = "0.5.0"
13124source = "registry+https://github.com/rust-lang/crates.io-index"
13125checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13126dependencies = [
13127 "atomic",
13128 "crossbeam-queue",
13129 "futures 0.3.32",
13130 "log",
13131 "parking_lot",
13132 "pin-project",
13133 "pollster 0.2.5",
13134 "static_assertions",
13135 "thiserror 1.0.69",
13136]
13137
13138[[package]]
13139name = "postcard"
13140version = "1.1.3"
13141source = "registry+https://github.com/rust-lang/crates.io-index"
13142checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13143dependencies = [
13144 "cobs",
13145 "embedded-io 0.4.0",
13146 "embedded-io 0.6.1",
13147 "serde",
13148]
13149
13150[[package]]
13151name = "potential_utf"
13152version = "0.1.3"
13153source = "registry+https://github.com/rust-lang/crates.io-index"
13154checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13155dependencies = [
13156 "zerovec",
13157]
13158
13159[[package]]
13160name = "powerfmt"
13161version = "0.2.0"
13162source = "registry+https://github.com/rust-lang/crates.io-index"
13163checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13164
13165[[package]]
13166name = "ppv-lite86"
13167version = "0.2.21"
13168source = "registry+https://github.com/rust-lang/crates.io-index"
13169checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13170dependencies = [
13171 "zerocopy",
13172]
13173
13174[[package]]
13175name = "precomputed-hash"
13176version = "0.1.1"
13177source = "registry+https://github.com/rust-lang/crates.io-index"
13178checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13179
13180[[package]]
13181name = "presser"
13182version = "0.3.1"
13183source = "registry+https://github.com/rust-lang/crates.io-index"
13184checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13185
13186[[package]]
13187name = "prettier"
13188version = "0.1.0"
13189dependencies = [
13190 "anyhow",
13191 "collections",
13192 "fs",
13193 "gpui",
13194 "language",
13195 "log",
13196 "lsp",
13197 "node_runtime",
13198 "parking_lot",
13199 "paths",
13200 "serde",
13201 "serde_json",
13202 "util",
13203]
13204
13205[[package]]
13206name = "pretty_assertions"
13207version = "1.4.1"
13208source = "registry+https://github.com/rust-lang/crates.io-index"
13209checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13210dependencies = [
13211 "diff",
13212 "yansi",
13213]
13214
13215[[package]]
13216name = "prettyplease"
13217version = "0.2.37"
13218source = "registry+https://github.com/rust-lang/crates.io-index"
13219checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13220dependencies = [
13221 "proc-macro2",
13222 "syn 2.0.117",
13223]
13224
13225[[package]]
13226name = "primal-check"
13227version = "0.3.4"
13228source = "registry+https://github.com/rust-lang/crates.io-index"
13229checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13230dependencies = [
13231 "num-integer",
13232]
13233
13234[[package]]
13235name = "proc-macro-crate"
13236version = "3.4.0"
13237source = "registry+https://github.com/rust-lang/crates.io-index"
13238checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13239dependencies = [
13240 "toml_edit 0.23.7",
13241]
13242
13243[[package]]
13244name = "proc-macro-error"
13245version = "1.0.4"
13246source = "registry+https://github.com/rust-lang/crates.io-index"
13247checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13248dependencies = [
13249 "proc-macro-error-attr",
13250 "proc-macro2",
13251 "quote",
13252 "syn 1.0.109",
13253 "version_check",
13254]
13255
13256[[package]]
13257name = "proc-macro-error-attr"
13258version = "1.0.4"
13259source = "registry+https://github.com/rust-lang/crates.io-index"
13260checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13261dependencies = [
13262 "proc-macro2",
13263 "quote",
13264 "version_check",
13265]
13266
13267[[package]]
13268name = "proc-macro-error-attr2"
13269version = "2.0.0"
13270source = "registry+https://github.com/rust-lang/crates.io-index"
13271checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13272dependencies = [
13273 "proc-macro2",
13274 "quote",
13275]
13276
13277[[package]]
13278name = "proc-macro-error2"
13279version = "2.0.1"
13280source = "registry+https://github.com/rust-lang/crates.io-index"
13281checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13282dependencies = [
13283 "proc-macro-error-attr2",
13284 "proc-macro2",
13285 "quote",
13286 "syn 2.0.117",
13287]
13288
13289[[package]]
13290name = "proc-macro2"
13291version = "1.0.101"
13292source = "registry+https://github.com/rust-lang/crates.io-index"
13293checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13294dependencies = [
13295 "unicode-ident",
13296]
13297
13298[[package]]
13299name = "proc-macro2-diagnostics"
13300version = "0.10.1"
13301source = "registry+https://github.com/rust-lang/crates.io-index"
13302checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13303dependencies = [
13304 "proc-macro2",
13305 "quote",
13306 "syn 2.0.117",
13307 "version_check",
13308 "yansi",
13309]
13310
13311[[package]]
13312name = "procfs-core"
13313version = "0.17.0"
13314source = "registry+https://github.com/rust-lang/crates.io-index"
13315checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13316dependencies = [
13317 "bitflags 2.10.0",
13318 "hex",
13319 "serde",
13320]
13321
13322[[package]]
13323name = "profiling"
13324version = "1.0.17"
13325source = "registry+https://github.com/rust-lang/crates.io-index"
13326checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13327dependencies = [
13328 "profiling-procmacros",
13329]
13330
13331[[package]]
13332name = "profiling-procmacros"
13333version = "1.0.17"
13334source = "registry+https://github.com/rust-lang/crates.io-index"
13335checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13336dependencies = [
13337 "quote",
13338 "syn 2.0.117",
13339]
13340
13341[[package]]
13342name = "project"
13343version = "0.1.0"
13344dependencies = [
13345 "aho-corasick",
13346 "anyhow",
13347 "askpass",
13348 "async-trait",
13349 "base64 0.22.1",
13350 "buffer_diff",
13351 "circular-buffer",
13352 "client",
13353 "clock",
13354 "collections",
13355 "context_server",
13356 "credentials_provider",
13357 "dap",
13358 "encoding_rs",
13359 "extension",
13360 "fancy-regex 0.17.0",
13361 "fs",
13362 "futures 0.3.32",
13363 "fuzzy",
13364 "fuzzy_nucleo",
13365 "git",
13366 "git2",
13367 "git_hosting_providers",
13368 "globset",
13369 "gpui",
13370 "http_client",
13371 "image",
13372 "indexmap",
13373 "itertools 0.14.0",
13374 "language",
13375 "log",
13376 "lsp",
13377 "markdown",
13378 "node_runtime",
13379 "parking_lot",
13380 "paths",
13381 "percent-encoding",
13382 "postage",
13383 "prettier",
13384 "pretty_assertions",
13385 "project",
13386 "rand 0.9.3",
13387 "regex",
13388 "release_channel",
13389 "remote",
13390 "rpc",
13391 "schemars",
13392 "semver",
13393 "serde",
13394 "serde_json",
13395 "settings",
13396 "sha2",
13397 "shellexpand",
13398 "smallvec",
13399 "smol",
13400 "snippet",
13401 "snippet_provider",
13402 "sum_tree",
13403 "task",
13404 "tempfile",
13405 "terminal",
13406 "text",
13407 "toml 0.8.23",
13408 "tracing",
13409 "unindent",
13410 "url",
13411 "util",
13412 "watch",
13413 "wax",
13414 "which 6.0.3",
13415 "worktree",
13416 "zed_credentials_provider",
13417 "zeroize",
13418 "zlog",
13419 "ztracing",
13420]
13421
13422[[package]]
13423name = "project_benchmarks"
13424version = "0.1.0"
13425dependencies = [
13426 "anyhow",
13427 "askpass",
13428 "clap",
13429 "client",
13430 "futures 0.3.32",
13431 "gpui",
13432 "gpui_platform",
13433 "http_client",
13434 "language",
13435 "node_runtime",
13436 "project",
13437 "release_channel",
13438 "remote",
13439 "rpassword",
13440 "semver",
13441 "settings",
13442 "watch",
13443]
13444
13445[[package]]
13446name = "project_panel"
13447version = "0.1.0"
13448dependencies = [
13449 "anyhow",
13450 "client",
13451 "collections",
13452 "command_palette_hooks",
13453 "criterion",
13454 "editor",
13455 "feature_flags",
13456 "file_icons",
13457 "fs",
13458 "futures 0.3.32",
13459 "git",
13460 "git_ui",
13461 "gpui",
13462 "itertools 0.14.0",
13463 "language",
13464 "menu",
13465 "notifications",
13466 "pretty_assertions",
13467 "project",
13468 "rayon",
13469 "remote_connection",
13470 "schemars",
13471 "search",
13472 "serde",
13473 "serde_json",
13474 "settings",
13475 "smallvec",
13476 "telemetry",
13477 "tempfile",
13478 "theme",
13479 "theme_settings",
13480 "ui",
13481 "util",
13482 "workspace",
13483 "worktree",
13484 "zed_actions",
13485]
13486
13487[[package]]
13488name = "project_symbols"
13489version = "0.1.0"
13490dependencies = [
13491 "anyhow",
13492 "editor",
13493 "futures 0.3.32",
13494 "fuzzy",
13495 "gpui",
13496 "language",
13497 "lsp",
13498 "ordered-float 2.10.1",
13499 "picker",
13500 "project",
13501 "release_channel",
13502 "semver",
13503 "serde_json",
13504 "settings",
13505 "theme",
13506 "theme_settings",
13507 "util",
13508 "workspace",
13509]
13510
13511[[package]]
13512name = "prometheus"
13513version = "0.14.0"
13514source = "registry+https://github.com/rust-lang/crates.io-index"
13515checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13516dependencies = [
13517 "cfg-if",
13518 "fnv",
13519 "lazy_static",
13520 "memchr",
13521 "parking_lot",
13522 "protobuf",
13523 "thiserror 2.0.17",
13524]
13525
13526[[package]]
13527name = "prompt_store"
13528version = "0.1.0"
13529dependencies = [
13530 "anyhow",
13531 "assets",
13532 "chrono",
13533 "collections",
13534 "fs",
13535 "futures 0.3.32",
13536 "fuzzy",
13537 "gpui",
13538 "handlebars 4.5.0",
13539 "heed",
13540 "language",
13541 "log",
13542 "parking_lot",
13543 "paths",
13544 "rope",
13545 "serde",
13546 "strum 0.27.2",
13547 "tempfile",
13548 "text",
13549 "util",
13550 "uuid",
13551]
13552
13553[[package]]
13554name = "proptest"
13555version = "1.10.0"
13556source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13557dependencies = [
13558 "bit-set 0.8.0",
13559 "bit-vec 0.8.0",
13560 "bitflags 2.10.0",
13561 "num-traits",
13562 "proptest-macro",
13563 "rand 0.9.3",
13564 "rand_chacha 0.9.0",
13565 "rand_xorshift",
13566 "regex-syntax",
13567 "rusty-fork",
13568 "tempfile",
13569 "unarray",
13570]
13571
13572[[package]]
13573name = "proptest-derive"
13574version = "0.8.0"
13575source = "registry+https://github.com/rust-lang/crates.io-index"
13576checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13577dependencies = [
13578 "proc-macro2",
13579 "quote",
13580 "syn 2.0.117",
13581]
13582
13583[[package]]
13584name = "proptest-macro"
13585version = "0.5.0"
13586source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13587dependencies = [
13588 "convert_case 0.11.0",
13589 "proc-macro2",
13590 "quote",
13591 "syn 2.0.117",
13592]
13593
13594[[package]]
13595name = "prost"
13596version = "0.9.0"
13597source = "registry+https://github.com/rust-lang/crates.io-index"
13598checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13599dependencies = [
13600 "bytes 1.11.1",
13601 "prost-derive 0.9.0",
13602]
13603
13604[[package]]
13605name = "prost"
13606version = "0.12.6"
13607source = "registry+https://github.com/rust-lang/crates.io-index"
13608checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13609dependencies = [
13610 "bytes 1.11.1",
13611 "prost-derive 0.12.6",
13612]
13613
13614[[package]]
13615name = "prost-build"
13616version = "0.9.0"
13617source = "registry+https://github.com/rust-lang/crates.io-index"
13618checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13619dependencies = [
13620 "bytes 1.11.1",
13621 "heck 0.3.3",
13622 "itertools 0.10.5",
13623 "lazy_static",
13624 "log",
13625 "multimap",
13626 "petgraph",
13627 "prost 0.9.0",
13628 "prost-types 0.9.0",
13629 "regex",
13630 "tempfile",
13631 "which 4.4.2",
13632]
13633
13634[[package]]
13635name = "prost-build"
13636version = "0.12.6"
13637source = "registry+https://github.com/rust-lang/crates.io-index"
13638checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13639dependencies = [
13640 "bytes 1.11.1",
13641 "heck 0.5.0",
13642 "itertools 0.11.0",
13643 "log",
13644 "multimap",
13645 "once_cell",
13646 "petgraph",
13647 "prettyplease",
13648 "prost 0.12.6",
13649 "prost-types 0.12.6",
13650 "regex",
13651 "syn 2.0.117",
13652 "tempfile",
13653]
13654
13655[[package]]
13656name = "prost-derive"
13657version = "0.9.0"
13658source = "registry+https://github.com/rust-lang/crates.io-index"
13659checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13660dependencies = [
13661 "anyhow",
13662 "itertools 0.10.5",
13663 "proc-macro2",
13664 "quote",
13665 "syn 1.0.109",
13666]
13667
13668[[package]]
13669name = "prost-derive"
13670version = "0.12.6"
13671source = "registry+https://github.com/rust-lang/crates.io-index"
13672checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13673dependencies = [
13674 "anyhow",
13675 "itertools 0.11.0",
13676 "proc-macro2",
13677 "quote",
13678 "syn 2.0.117",
13679]
13680
13681[[package]]
13682name = "prost-types"
13683version = "0.9.0"
13684source = "registry+https://github.com/rust-lang/crates.io-index"
13685checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13686dependencies = [
13687 "bytes 1.11.1",
13688 "prost 0.9.0",
13689]
13690
13691[[package]]
13692name = "prost-types"
13693version = "0.12.6"
13694source = "registry+https://github.com/rust-lang/crates.io-index"
13695checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13696dependencies = [
13697 "prost 0.12.6",
13698]
13699
13700[[package]]
13701name = "proto"
13702version = "0.1.0"
13703dependencies = [
13704 "anyhow",
13705 "prost 0.9.0",
13706 "prost-build 0.9.0",
13707 "serde",
13708]
13709
13710[[package]]
13711name = "protobuf"
13712version = "3.7.2"
13713source = "registry+https://github.com/rust-lang/crates.io-index"
13714checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13715dependencies = [
13716 "once_cell",
13717 "protobuf-support",
13718 "thiserror 1.0.69",
13719]
13720
13721[[package]]
13722name = "protobuf-support"
13723version = "3.7.2"
13724source = "registry+https://github.com/rust-lang/crates.io-index"
13725checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13726dependencies = [
13727 "thiserror 1.0.69",
13728]
13729
13730[[package]]
13731name = "psm"
13732version = "0.1.30"
13733source = "registry+https://github.com/rust-lang/crates.io-index"
13734checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13735dependencies = [
13736 "ar_archive_writer",
13737 "cc",
13738]
13739
13740[[package]]
13741name = "ptr_meta"
13742version = "0.1.4"
13743source = "registry+https://github.com/rust-lang/crates.io-index"
13744checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13745dependencies = [
13746 "ptr_meta_derive",
13747]
13748
13749[[package]]
13750name = "ptr_meta_derive"
13751version = "0.1.4"
13752source = "registry+https://github.com/rust-lang/crates.io-index"
13753checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13754dependencies = [
13755 "proc-macro2",
13756 "quote",
13757 "syn 1.0.109",
13758]
13759
13760[[package]]
13761name = "pulldown-cmark"
13762version = "0.10.3"
13763source = "registry+https://github.com/rust-lang/crates.io-index"
13764checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13765dependencies = [
13766 "bitflags 2.10.0",
13767 "memchr",
13768 "pulldown-cmark-escape",
13769 "unicase",
13770]
13771
13772[[package]]
13773name = "pulldown-cmark"
13774version = "0.13.0"
13775source = "registry+https://github.com/rust-lang/crates.io-index"
13776checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13777dependencies = [
13778 "bitflags 2.10.0",
13779 "memchr",
13780 "unicase",
13781]
13782
13783[[package]]
13784name = "pulldown-cmark-escape"
13785version = "0.10.1"
13786source = "registry+https://github.com/rust-lang/crates.io-index"
13787checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13788
13789[[package]]
13790name = "pulley-interpreter"
13791version = "36.0.7"
13792source = "registry+https://github.com/rust-lang/crates.io-index"
13793checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13794dependencies = [
13795 "cranelift-bitset",
13796 "log",
13797 "pulley-macros",
13798 "wasmtime-internal-math",
13799]
13800
13801[[package]]
13802name = "pulley-macros"
13803version = "36.0.7"
13804source = "registry+https://github.com/rust-lang/crates.io-index"
13805checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13806dependencies = [
13807 "proc-macro2",
13808 "quote",
13809 "syn 2.0.117",
13810]
13811
13812[[package]]
13813name = "pulp"
13814version = "0.18.22"
13815source = "registry+https://github.com/rust-lang/crates.io-index"
13816checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13817dependencies = [
13818 "bytemuck",
13819 "libm",
13820 "num-complex",
13821 "reborrow",
13822]
13823
13824[[package]]
13825name = "pulp"
13826version = "0.21.5"
13827source = "registry+https://github.com/rust-lang/crates.io-index"
13828checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13829dependencies = [
13830 "bytemuck",
13831 "cfg-if",
13832 "libm",
13833 "num-complex",
13834 "reborrow",
13835 "version_check",
13836]
13837
13838[[package]]
13839name = "pxfm"
13840version = "0.1.25"
13841source = "registry+https://github.com/rust-lang/crates.io-index"
13842checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13843dependencies = [
13844 "num-traits",
13845]
13846
13847[[package]]
13848name = "qoi"
13849version = "0.4.1"
13850source = "registry+https://github.com/rust-lang/crates.io-index"
13851checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13852dependencies = [
13853 "bytemuck",
13854]
13855
13856[[package]]
13857name = "quick-error"
13858version = "1.2.3"
13859source = "registry+https://github.com/rust-lang/crates.io-index"
13860checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13861
13862[[package]]
13863name = "quick-error"
13864version = "2.0.1"
13865source = "registry+https://github.com/rust-lang/crates.io-index"
13866checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13867
13868[[package]]
13869name = "quick-xml"
13870version = "0.30.0"
13871source = "registry+https://github.com/rust-lang/crates.io-index"
13872checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13873dependencies = [
13874 "memchr",
13875]
13876
13877[[package]]
13878name = "quick-xml"
13879version = "0.37.5"
13880source = "registry+https://github.com/rust-lang/crates.io-index"
13881checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13882dependencies = [
13883 "memchr",
13884]
13885
13886[[package]]
13887name = "quick-xml"
13888version = "0.38.3"
13889source = "registry+https://github.com/rust-lang/crates.io-index"
13890checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13891dependencies = [
13892 "memchr",
13893]
13894
13895[[package]]
13896name = "quinn"
13897version = "0.11.9"
13898source = "registry+https://github.com/rust-lang/crates.io-index"
13899checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13900dependencies = [
13901 "bytes 1.11.1",
13902 "cfg_aliases 0.2.1",
13903 "pin-project-lite",
13904 "quinn-proto",
13905 "quinn-udp",
13906 "rustc-hash 2.1.1",
13907 "rustls 0.23.33",
13908 "socket2 0.6.1",
13909 "thiserror 2.0.17",
13910 "tokio",
13911 "tracing",
13912 "web-time",
13913]
13914
13915[[package]]
13916name = "quinn-proto"
13917version = "0.11.13"
13918source = "registry+https://github.com/rust-lang/crates.io-index"
13919checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13920dependencies = [
13921 "bytes 1.11.1",
13922 "getrandom 0.3.4",
13923 "lru-slab",
13924 "rand 0.9.3",
13925 "ring",
13926 "rustc-hash 2.1.1",
13927 "rustls 0.23.33",
13928 "rustls-pki-types",
13929 "slab",
13930 "thiserror 2.0.17",
13931 "tinyvec",
13932 "tracing",
13933 "web-time",
13934]
13935
13936[[package]]
13937name = "quinn-udp"
13938version = "0.5.14"
13939source = "registry+https://github.com/rust-lang/crates.io-index"
13940checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13941dependencies = [
13942 "cfg_aliases 0.2.1",
13943 "libc",
13944 "once_cell",
13945 "socket2 0.6.1",
13946 "tracing",
13947 "windows-sys 0.60.2",
13948]
13949
13950[[package]]
13951name = "quote"
13952version = "1.0.41"
13953source = "registry+https://github.com/rust-lang/crates.io-index"
13954checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13955dependencies = [
13956 "proc-macro2",
13957]
13958
13959[[package]]
13960name = "r-efi"
13961version = "5.3.0"
13962source = "registry+https://github.com/rust-lang/crates.io-index"
13963checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13964
13965[[package]]
13966name = "radium"
13967version = "0.7.0"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13970
13971[[package]]
13972name = "rand"
13973version = "0.3.23"
13974source = "registry+https://github.com/rust-lang/crates.io-index"
13975checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13976dependencies = [
13977 "libc",
13978 "rand 0.4.6",
13979]
13980
13981[[package]]
13982name = "rand"
13983version = "0.4.6"
13984source = "registry+https://github.com/rust-lang/crates.io-index"
13985checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13986dependencies = [
13987 "fuchsia-cprng",
13988 "libc",
13989 "rand_core 0.3.1",
13990 "rdrand",
13991 "winapi",
13992]
13993
13994[[package]]
13995name = "rand"
13996version = "0.8.5"
13997source = "registry+https://github.com/rust-lang/crates.io-index"
13998checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13999dependencies = [
14000 "libc",
14001 "rand_chacha 0.3.1",
14002 "rand_core 0.6.4",
14003]
14004
14005[[package]]
14006name = "rand"
14007version = "0.9.3"
14008source = "registry+https://github.com/rust-lang/crates.io-index"
14009checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
14010dependencies = [
14011 "rand_chacha 0.9.0",
14012 "rand_core 0.9.3",
14013]
14014
14015[[package]]
14016name = "rand_chacha"
14017version = "0.3.1"
14018source = "registry+https://github.com/rust-lang/crates.io-index"
14019checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14020dependencies = [
14021 "ppv-lite86",
14022 "rand_core 0.6.4",
14023]
14024
14025[[package]]
14026name = "rand_chacha"
14027version = "0.9.0"
14028source = "registry+https://github.com/rust-lang/crates.io-index"
14029checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14030dependencies = [
14031 "ppv-lite86",
14032 "rand_core 0.9.3",
14033]
14034
14035[[package]]
14036name = "rand_core"
14037version = "0.3.1"
14038source = "registry+https://github.com/rust-lang/crates.io-index"
14039checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14040dependencies = [
14041 "rand_core 0.4.2",
14042]
14043
14044[[package]]
14045name = "rand_core"
14046version = "0.4.2"
14047source = "registry+https://github.com/rust-lang/crates.io-index"
14048checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14049
14050[[package]]
14051name = "rand_core"
14052version = "0.6.4"
14053source = "registry+https://github.com/rust-lang/crates.io-index"
14054checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14055dependencies = [
14056 "getrandom 0.2.16",
14057]
14058
14059[[package]]
14060name = "rand_core"
14061version = "0.9.3"
14062source = "registry+https://github.com/rust-lang/crates.io-index"
14063checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14064dependencies = [
14065 "getrandom 0.3.4",
14066]
14067
14068[[package]]
14069name = "rand_distr"
14070version = "0.5.1"
14071source = "registry+https://github.com/rust-lang/crates.io-index"
14072checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14073dependencies = [
14074 "num-traits",
14075 "rand 0.9.3",
14076]
14077
14078[[package]]
14079name = "rand_pcg"
14080version = "0.3.1"
14081source = "registry+https://github.com/rust-lang/crates.io-index"
14082checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14083dependencies = [
14084 "rand_core 0.6.4",
14085]
14086
14087[[package]]
14088name = "rand_xorshift"
14089version = "0.4.0"
14090source = "registry+https://github.com/rust-lang/crates.io-index"
14091checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14092dependencies = [
14093 "rand_core 0.9.3",
14094]
14095
14096[[package]]
14097name = "random_choice"
14098version = "0.3.2"
14099source = "registry+https://github.com/rust-lang/crates.io-index"
14100checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14101dependencies = [
14102 "rand 0.3.23",
14103]
14104
14105[[package]]
14106name = "range-alloc"
14107version = "0.1.4"
14108source = "registry+https://github.com/rust-lang/crates.io-index"
14109checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14110
14111[[package]]
14112name = "range-map"
14113version = "0.2.0"
14114source = "registry+https://github.com/rust-lang/crates.io-index"
14115checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14116dependencies = [
14117 "num-traits",
14118]
14119
14120[[package]]
14121name = "rangemap"
14122version = "1.7.1"
14123source = "registry+https://github.com/rust-lang/crates.io-index"
14124checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14125
14126[[package]]
14127name = "rav1e"
14128version = "0.8.1"
14129source = "registry+https://github.com/rust-lang/crates.io-index"
14130checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14131dependencies = [
14132 "aligned-vec",
14133 "arbitrary",
14134 "arg_enum_proc_macro",
14135 "arrayvec",
14136 "av-scenechange",
14137 "av1-grain",
14138 "bitstream-io",
14139 "built",
14140 "cfg-if",
14141 "interpolate_name",
14142 "itertools 0.14.0",
14143 "libc",
14144 "libfuzzer-sys",
14145 "log",
14146 "maybe-rayon",
14147 "new_debug_unreachable",
14148 "noop_proc_macro",
14149 "num-derive",
14150 "num-traits",
14151 "paste",
14152 "profiling",
14153 "rand 0.9.3",
14154 "rand_chacha 0.9.0",
14155 "simd_helpers",
14156 "thiserror 2.0.17",
14157 "v_frame",
14158 "wasm-bindgen",
14159]
14160
14161[[package]]
14162name = "ravif"
14163version = "0.13.0"
14164source = "registry+https://github.com/rust-lang/crates.io-index"
14165checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14166dependencies = [
14167 "avif-serialize",
14168 "imgref",
14169 "loop9",
14170 "quick-error 2.0.1",
14171 "rav1e",
14172 "rayon",
14173 "rgb",
14174]
14175
14176[[package]]
14177name = "raw-cpuid"
14178version = "10.7.0"
14179source = "registry+https://github.com/rust-lang/crates.io-index"
14180checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14181dependencies = [
14182 "bitflags 1.3.2",
14183]
14184
14185[[package]]
14186name = "raw-cpuid"
14187version = "11.6.0"
14188source = "registry+https://github.com/rust-lang/crates.io-index"
14189checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14190dependencies = [
14191 "bitflags 2.10.0",
14192]
14193
14194[[package]]
14195name = "raw-window-handle"
14196version = "0.6.2"
14197source = "registry+https://github.com/rust-lang/crates.io-index"
14198checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14199
14200[[package]]
14201name = "raw-window-metal"
14202version = "1.1.0"
14203source = "registry+https://github.com/rust-lang/crates.io-index"
14204checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14205dependencies = [
14206 "objc2",
14207 "objc2-core-foundation",
14208 "objc2-foundation",
14209 "objc2-quartz-core",
14210]
14211
14212[[package]]
14213name = "rayon"
14214version = "1.11.0"
14215source = "registry+https://github.com/rust-lang/crates.io-index"
14216checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14217dependencies = [
14218 "either",
14219 "rayon-core",
14220]
14221
14222[[package]]
14223name = "rayon-core"
14224version = "1.13.0"
14225source = "registry+https://github.com/rust-lang/crates.io-index"
14226checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14227dependencies = [
14228 "crossbeam-deque",
14229 "crossbeam-utils",
14230]
14231
14232[[package]]
14233name = "rdrand"
14234version = "0.4.0"
14235source = "registry+https://github.com/rust-lang/crates.io-index"
14236checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14237dependencies = [
14238 "rand_core 0.3.1",
14239]
14240
14241[[package]]
14242name = "read-fonts"
14243version = "0.35.0"
14244source = "registry+https://github.com/rust-lang/crates.io-index"
14245checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14246dependencies = [
14247 "bytemuck",
14248 "font-types 0.10.0",
14249]
14250
14251[[package]]
14252name = "read-fonts"
14253version = "0.37.0"
14254source = "registry+https://github.com/rust-lang/crates.io-index"
14255checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14256dependencies = [
14257 "bytemuck",
14258 "core_maths",
14259 "font-types 0.11.0",
14260]
14261
14262[[package]]
14263name = "realfft"
14264version = "3.5.0"
14265source = "registry+https://github.com/rust-lang/crates.io-index"
14266checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14267dependencies = [
14268 "rustfft",
14269]
14270
14271[[package]]
14272name = "reborrow"
14273version = "0.5.5"
14274source = "registry+https://github.com/rust-lang/crates.io-index"
14275checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14276
14277[[package]]
14278name = "recent_projects"
14279version = "0.1.0"
14280dependencies = [
14281 "anyhow",
14282 "askpass",
14283 "chrono",
14284 "db",
14285 "dev_container",
14286 "editor",
14287 "extension",
14288 "extension_host",
14289 "fs",
14290 "futures 0.3.32",
14291 "fuzzy_nucleo",
14292 "gpui",
14293 "http_client",
14294 "indoc",
14295 "language",
14296 "log",
14297 "menu",
14298 "node_runtime",
14299 "open_path_prompt",
14300 "ordered-float 2.10.1",
14301 "paths",
14302 "picker",
14303 "project",
14304 "release_channel",
14305 "remote",
14306 "remote_connection",
14307 "remote_server",
14308 "semver",
14309 "serde",
14310 "serde_json",
14311 "settings",
14312 "smol",
14313 "task",
14314 "telemetry",
14315 "ui",
14316 "ui_input",
14317 "util",
14318 "windows-registry 0.6.1",
14319 "workspace",
14320 "worktree",
14321 "zed_actions",
14322]
14323
14324[[package]]
14325name = "redox_syscall"
14326version = "0.2.16"
14327source = "registry+https://github.com/rust-lang/crates.io-index"
14328checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14329dependencies = [
14330 "bitflags 1.3.2",
14331]
14332
14333[[package]]
14334name = "redox_syscall"
14335version = "0.5.18"
14336source = "registry+https://github.com/rust-lang/crates.io-index"
14337checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14338dependencies = [
14339 "bitflags 2.10.0",
14340]
14341
14342[[package]]
14343name = "redox_users"
14344version = "0.5.2"
14345source = "registry+https://github.com/rust-lang/crates.io-index"
14346checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14347dependencies = [
14348 "getrandom 0.2.16",
14349 "libredox",
14350 "thiserror 2.0.17",
14351]
14352
14353[[package]]
14354name = "ref-cast"
14355version = "1.0.25"
14356source = "registry+https://github.com/rust-lang/crates.io-index"
14357checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14358dependencies = [
14359 "ref-cast-impl",
14360]
14361
14362[[package]]
14363name = "ref-cast-impl"
14364version = "1.0.25"
14365source = "registry+https://github.com/rust-lang/crates.io-index"
14366checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14367dependencies = [
14368 "proc-macro2",
14369 "quote",
14370 "syn 2.0.117",
14371]
14372
14373[[package]]
14374name = "referencing"
14375version = "0.37.4"
14376source = "registry+https://github.com/rust-lang/crates.io-index"
14377checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14378dependencies = [
14379 "ahash 0.8.12",
14380 "fluent-uri",
14381 "getrandom 0.3.4",
14382 "hashbrown 0.16.1",
14383 "parking_lot",
14384 "percent-encoding",
14385 "serde_json",
14386]
14387
14388[[package]]
14389name = "refineable"
14390version = "0.1.0"
14391dependencies = [
14392 "derive_refineable",
14393]
14394
14395[[package]]
14396name = "regalloc2"
14397version = "0.12.2"
14398source = "registry+https://github.com/rust-lang/crates.io-index"
14399checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14400dependencies = [
14401 "allocator-api2",
14402 "bumpalo",
14403 "hashbrown 0.15.5",
14404 "log",
14405 "rustc-hash 2.1.1",
14406 "serde",
14407 "smallvec",
14408]
14409
14410[[package]]
14411name = "regex"
14412version = "1.12.3"
14413source = "registry+https://github.com/rust-lang/crates.io-index"
14414checksum = "e10754a14b9137dd7b1e3e5b0493cc9171fdd105e0ab477f51b72e7f3ac0e276"
14415dependencies = [
14416 "aho-corasick",
14417 "memchr",
14418 "regex-automata",
14419 "regex-syntax",
14420]
14421
14422[[package]]
14423name = "regex-automata"
14424version = "0.4.13"
14425source = "registry+https://github.com/rust-lang/crates.io-index"
14426checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14427dependencies = [
14428 "aho-corasick",
14429 "memchr",
14430 "regex-syntax",
14431]
14432
14433[[package]]
14434name = "regex-lite"
14435version = "0.1.8"
14436source = "registry+https://github.com/rust-lang/crates.io-index"
14437checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14438
14439[[package]]
14440name = "regex-syntax"
14441version = "0.8.8"
14442source = "registry+https://github.com/rust-lang/crates.io-index"
14443checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14444
14445[[package]]
14446name = "release_channel"
14447version = "0.1.0"
14448dependencies = [
14449 "gpui",
14450 "semver",
14451]
14452
14453[[package]]
14454name = "remote"
14455version = "0.1.0"
14456dependencies = [
14457 "anyhow",
14458 "askpass",
14459 "async-trait",
14460 "base64 0.22.1",
14461 "collections",
14462 "fs",
14463 "futures 0.3.32",
14464 "gpui",
14465 "log",
14466 "parking_lot",
14467 "paths",
14468 "prost 0.9.0",
14469 "release_channel",
14470 "rpc",
14471 "schemars",
14472 "semver",
14473 "serde",
14474 "serde_json",
14475 "settings",
14476 "smol",
14477 "tempfile",
14478 "thiserror 2.0.17",
14479 "urlencoding",
14480 "util",
14481 "which 6.0.3",
14482]
14483
14484[[package]]
14485name = "remote_connection"
14486version = "0.1.0"
14487dependencies = [
14488 "anyhow",
14489 "askpass",
14490 "auto_update",
14491 "futures 0.3.32",
14492 "gpui",
14493 "log",
14494 "markdown",
14495 "menu",
14496 "release_channel",
14497 "remote",
14498 "semver",
14499 "settings",
14500 "theme_settings",
14501 "ui",
14502 "ui_input",
14503 "workspace",
14504]
14505
14506[[package]]
14507name = "remote_server"
14508version = "0.1.0"
14509dependencies = [
14510 "action_log",
14511 "agent",
14512 "anyhow",
14513 "askpass",
14514 "cargo_toml",
14515 "clap",
14516 "client",
14517 "clock",
14518 "collections",
14519 "crash-handler",
14520 "crashes",
14521 "dap_adapters",
14522 "debug_adapter_extension",
14523 "editor",
14524 "env_logger 0.11.8",
14525 "extension",
14526 "extension_host",
14527 "fork",
14528 "fs",
14529 "futures 0.3.32",
14530 "git",
14531 "git2",
14532 "git_hosting_providers",
14533 "gpui",
14534 "gpui_platform",
14535 "gpui_tokio",
14536 "http_client",
14537 "image",
14538 "json_schema_store",
14539 "language",
14540 "language_extension",
14541 "language_model",
14542 "languages",
14543 "libc",
14544 "log",
14545 "lsp",
14546 "minidumper",
14547 "net",
14548 "node_runtime",
14549 "paths",
14550 "pretty_assertions",
14551 "project",
14552 "proto",
14553 "rayon",
14554 "release_channel",
14555 "remote",
14556 "reqwest_client",
14557 "rpc",
14558 "rust-embed",
14559 "semver",
14560 "serde",
14561 "serde_json",
14562 "settings",
14563 "shellexpand",
14564 "smol",
14565 "sysinfo 0.37.2",
14566 "task",
14567 "theme",
14568 "theme_settings",
14569 "thiserror 2.0.17",
14570 "toml 0.8.23",
14571 "unindent",
14572 "util",
14573 "uuid",
14574 "watch",
14575 "windows 0.61.3",
14576 "worktree",
14577 "zlog",
14578]
14579
14580[[package]]
14581name = "rend"
14582version = "0.4.2"
14583source = "registry+https://github.com/rust-lang/crates.io-index"
14584checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14585dependencies = [
14586 "bytecheck",
14587]
14588
14589[[package]]
14590name = "renderdoc-sys"
14591version = "1.1.0"
14592source = "registry+https://github.com/rust-lang/crates.io-index"
14593checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14594
14595[[package]]
14596name = "repl"
14597version = "0.1.0"
14598dependencies = [
14599 "alacritty_terminal",
14600 "anyhow",
14601 "async-dispatcher",
14602 "async-task",
14603 "async-tungstenite",
14604 "base64 0.22.1",
14605 "client",
14606 "collections",
14607 "command_palette_hooks",
14608 "editor",
14609 "feature_flags",
14610 "file_icons",
14611 "futures 0.3.32",
14612 "gpui",
14613 "html_to_markdown",
14614 "http_client",
14615 "image",
14616 "indoc",
14617 "jupyter-protocol",
14618 "jupyter-websocket-client",
14619 "language",
14620 "languages",
14621 "log",
14622 "markdown",
14623 "menu",
14624 "multi_buffer",
14625 "nbformat",
14626 "picker",
14627 "project",
14628 "remote",
14629 "runtimelib",
14630 "serde",
14631 "serde_json",
14632 "settings",
14633 "shlex",
14634 "smol",
14635 "telemetry",
14636 "terminal",
14637 "terminal_view",
14638 "theme",
14639 "theme_settings",
14640 "tree-sitter-md",
14641 "tree-sitter-python",
14642 "tree-sitter-typescript",
14643 "ui",
14644 "util",
14645 "uuid",
14646 "workspace",
14647 "zed_actions",
14648]
14649
14650[[package]]
14651name = "reqwest"
14652version = "0.11.27"
14653source = "registry+https://github.com/rust-lang/crates.io-index"
14654checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14655dependencies = [
14656 "base64 0.21.7",
14657 "bytes 1.11.1",
14658 "encoding_rs",
14659 "futures-core",
14660 "futures-util",
14661 "h2 0.3.27",
14662 "http 0.2.12",
14663 "http-body 0.4.6",
14664 "hyper 0.14.32",
14665 "hyper-tls",
14666 "ipnet",
14667 "js-sys",
14668 "log",
14669 "mime",
14670 "native-tls",
14671 "once_cell",
14672 "percent-encoding",
14673 "pin-project-lite",
14674 "rustls-pemfile 1.0.4",
14675 "serde",
14676 "serde_json",
14677 "serde_urlencoded",
14678 "sync_wrapper 0.1.2",
14679 "system-configuration 0.5.1",
14680 "tokio",
14681 "tokio-native-tls",
14682 "tower-service",
14683 "url",
14684 "wasm-bindgen",
14685 "wasm-bindgen-futures",
14686 "web-sys",
14687 "winreg 0.50.0",
14688]
14689
14690[[package]]
14691name = "reqwest"
14692version = "0.12.24"
14693source = "registry+https://github.com/rust-lang/crates.io-index"
14694checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14695dependencies = [
14696 "base64 0.22.1",
14697 "bytes 1.11.1",
14698 "futures-channel",
14699 "futures-core",
14700 "futures-util",
14701 "http 1.3.1",
14702 "http-body 1.0.1",
14703 "http-body-util",
14704 "hyper 1.7.0",
14705 "hyper-rustls 0.27.7",
14706 "hyper-util",
14707 "js-sys",
14708 "log",
14709 "percent-encoding",
14710 "pin-project-lite",
14711 "quinn",
14712 "rustls 0.23.33",
14713 "rustls-native-certs 0.8.2",
14714 "rustls-pki-types",
14715 "serde",
14716 "serde_json",
14717 "serde_urlencoded",
14718 "sync_wrapper 1.0.2",
14719 "tokio",
14720 "tokio-rustls 0.26.2",
14721 "tower 0.5.2",
14722 "tower-http 0.6.6",
14723 "tower-service",
14724 "url",
14725 "wasm-bindgen",
14726 "wasm-bindgen-futures",
14727 "web-sys",
14728]
14729
14730[[package]]
14731name = "reqwest_client"
14732version = "0.1.0"
14733dependencies = [
14734 "anyhow",
14735 "bytes 1.11.1",
14736 "futures 0.3.32",
14737 "gpui_util",
14738 "http_client",
14739 "http_client_tls",
14740 "log",
14741 "regex",
14742 "serde",
14743 "tokio",
14744 "zed-reqwest",
14745]
14746
14747[[package]]
14748name = "resvg"
14749version = "0.45.1"
14750source = "registry+https://github.com/rust-lang/crates.io-index"
14751checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14752dependencies = [
14753 "gif 0.13.3",
14754 "image-webp",
14755 "log",
14756 "pico-args",
14757 "rgb",
14758 "svgtypes",
14759 "tiny-skia",
14760 "usvg",
14761 "zune-jpeg 0.4.21",
14762]
14763
14764[[package]]
14765name = "rfc6979"
14766version = "0.3.1"
14767source = "registry+https://github.com/rust-lang/crates.io-index"
14768checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14769dependencies = [
14770 "crypto-bigint 0.4.9",
14771 "hmac",
14772 "zeroize",
14773]
14774
14775[[package]]
14776name = "rgb"
14777version = "0.8.52"
14778source = "registry+https://github.com/rust-lang/crates.io-index"
14779checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14780dependencies = [
14781 "bytemuck",
14782]
14783
14784[[package]]
14785name = "ring"
14786version = "0.17.14"
14787source = "registry+https://github.com/rust-lang/crates.io-index"
14788checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14789dependencies = [
14790 "cc",
14791 "cfg-if",
14792 "getrandom 0.2.16",
14793 "libc",
14794 "untrusted 0.9.0",
14795 "windows-sys 0.52.0",
14796]
14797
14798[[package]]
14799name = "rkyv"
14800version = "0.7.45"
14801source = "registry+https://github.com/rust-lang/crates.io-index"
14802checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14803dependencies = [
14804 "bitvec",
14805 "bytecheck",
14806 "bytes 1.11.1",
14807 "hashbrown 0.12.3",
14808 "ptr_meta",
14809 "rend",
14810 "rkyv_derive",
14811 "seahash",
14812 "tinyvec",
14813 "uuid",
14814]
14815
14816[[package]]
14817name = "rkyv_derive"
14818version = "0.7.45"
14819source = "registry+https://github.com/rust-lang/crates.io-index"
14820checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14821dependencies = [
14822 "proc-macro2",
14823 "quote",
14824 "syn 1.0.109",
14825]
14826
14827[[package]]
14828name = "rmp"
14829version = "0.8.14"
14830source = "registry+https://github.com/rust-lang/crates.io-index"
14831checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14832dependencies = [
14833 "byteorder",
14834 "num-traits",
14835 "paste",
14836]
14837
14838[[package]]
14839name = "rmpv"
14840version = "1.3.0"
14841source = "registry+https://github.com/rust-lang/crates.io-index"
14842checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14843dependencies = [
14844 "num-traits",
14845 "rmp",
14846]
14847
14848[[package]]
14849name = "rodio"
14850version = "0.21.1"
14851source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14852dependencies = [
14853 "cpal",
14854 "dasp_sample",
14855 "hound",
14856 "num-rational",
14857 "rand 0.9.3",
14858 "rand_distr",
14859 "rtrb",
14860 "symphonia",
14861 "thiserror 2.0.17",
14862]
14863
14864[[package]]
14865name = "rope"
14866version = "0.1.0"
14867dependencies = [
14868 "criterion",
14869 "ctor",
14870 "gpui",
14871 "heapless",
14872 "log",
14873 "rand 0.9.3",
14874 "rayon",
14875 "sum_tree",
14876 "tracing",
14877 "unicode-segmentation",
14878 "util",
14879 "zlog",
14880 "ztracing",
14881]
14882
14883[[package]]
14884name = "roxmltree"
14885version = "0.20.0"
14886source = "registry+https://github.com/rust-lang/crates.io-index"
14887checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14888
14889[[package]]
14890name = "rpassword"
14891version = "7.4.0"
14892source = "registry+https://github.com/rust-lang/crates.io-index"
14893checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14894dependencies = [
14895 "libc",
14896 "rtoolbox",
14897 "windows-sys 0.59.0",
14898]
14899
14900[[package]]
14901name = "rpc"
14902version = "0.1.0"
14903dependencies = [
14904 "anyhow",
14905 "async-tungstenite",
14906 "base64 0.22.1",
14907 "collections",
14908 "futures 0.3.32",
14909 "gpui",
14910 "parking_lot",
14911 "proto",
14912 "rand 0.9.3",
14913 "rsa",
14914 "serde",
14915 "serde_json",
14916 "sha2",
14917 "strum 0.27.2",
14918 "tracing",
14919 "util",
14920 "zlog",
14921 "zstd",
14922]
14923
14924[[package]]
14925name = "rsa"
14926version = "0.9.10"
14927source = "registry+https://github.com/rust-lang/crates.io-index"
14928checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14929dependencies = [
14930 "const-oid",
14931 "digest",
14932 "num-bigint-dig 0.8.6",
14933 "num-integer",
14934 "num-traits",
14935 "pkcs1",
14936 "pkcs8 0.10.2",
14937 "rand_core 0.6.4",
14938 "signature 2.2.0",
14939 "spki 0.7.3",
14940 "subtle",
14941 "zeroize",
14942]
14943
14944[[package]]
14945name = "rtoolbox"
14946version = "0.0.3"
14947source = "registry+https://github.com/rust-lang/crates.io-index"
14948checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14949dependencies = [
14950 "libc",
14951 "windows-sys 0.52.0",
14952]
14953
14954[[package]]
14955name = "rtrb"
14956version = "0.3.2"
14957source = "registry+https://github.com/rust-lang/crates.io-index"
14958checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14959
14960[[package]]
14961name = "rules_library"
14962version = "0.1.0"
14963dependencies = [
14964 "anyhow",
14965 "collections",
14966 "editor",
14967 "gpui",
14968 "language",
14969 "language_model",
14970 "log",
14971 "menu",
14972 "picker",
14973 "platform_title_bar",
14974 "prompt_store",
14975 "release_channel",
14976 "rope",
14977 "serde",
14978 "settings",
14979 "theme_settings",
14980 "ui",
14981 "ui_input",
14982 "util",
14983 "workspace",
14984 "zed_actions",
14985]
14986
14987[[package]]
14988name = "runtimelib"
14989version = "1.4.0"
14990source = "registry+https://github.com/rust-lang/crates.io-index"
14991checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14992dependencies = [
14993 "async-dispatcher",
14994 "async-std",
14995 "aws-lc-rs",
14996 "base64 0.22.1",
14997 "bytes 1.11.1",
14998 "chrono",
14999 "data-encoding",
15000 "dirs",
15001 "futures 0.3.32",
15002 "glob",
15003 "jupyter-protocol",
15004 "serde",
15005 "serde_json",
15006 "shellexpand",
15007 "smol",
15008 "thiserror 2.0.17",
15009 "uuid",
15010 "zeromq",
15011]
15012
15013[[package]]
15014name = "rust-embed"
15015version = "8.11.0"
15016source = "registry+https://github.com/rust-lang/crates.io-index"
15017checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15018dependencies = [
15019 "rust-embed-impl",
15020 "rust-embed-utils",
15021 "walkdir",
15022]
15023
15024[[package]]
15025name = "rust-embed-impl"
15026version = "8.11.0"
15027source = "registry+https://github.com/rust-lang/crates.io-index"
15028checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15029dependencies = [
15030 "proc-macro2",
15031 "quote",
15032 "rust-embed-utils",
15033 "syn 2.0.117",
15034 "walkdir",
15035]
15036
15037[[package]]
15038name = "rust-embed-utils"
15039version = "8.11.0"
15040source = "registry+https://github.com/rust-lang/crates.io-index"
15041checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15042dependencies = [
15043 "globset",
15044 "sha2",
15045 "walkdir",
15046]
15047
15048[[package]]
15049name = "rust_decimal"
15050version = "1.39.0"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15053dependencies = [
15054 "arrayvec",
15055 "borsh",
15056 "bytes 1.11.1",
15057 "num-traits",
15058 "rand 0.8.5",
15059 "rkyv",
15060 "serde",
15061 "serde_json",
15062]
15063
15064[[package]]
15065name = "rustc-demangle"
15066version = "0.1.26"
15067source = "registry+https://github.com/rust-lang/crates.io-index"
15068checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15069
15070[[package]]
15071name = "rustc-hash"
15072version = "1.1.0"
15073source = "registry+https://github.com/rust-lang/crates.io-index"
15074checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15075
15076[[package]]
15077name = "rustc-hash"
15078version = "2.1.1"
15079source = "registry+https://github.com/rust-lang/crates.io-index"
15080checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15081
15082[[package]]
15083name = "rustc_version"
15084version = "0.4.1"
15085source = "registry+https://github.com/rust-lang/crates.io-index"
15086checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15087dependencies = [
15088 "semver",
15089]
15090
15091[[package]]
15092name = "rustfft"
15093version = "6.4.1"
15094source = "registry+https://github.com/rust-lang/crates.io-index"
15095checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15096dependencies = [
15097 "num-complex",
15098 "num-integer",
15099 "num-traits",
15100 "primal-check",
15101 "strength_reduce",
15102 "transpose",
15103]
15104
15105[[package]]
15106name = "rustix"
15107version = "0.38.44"
15108source = "registry+https://github.com/rust-lang/crates.io-index"
15109checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15110dependencies = [
15111 "bitflags 2.10.0",
15112 "errno 0.3.14",
15113 "libc",
15114 "linux-raw-sys 0.4.15",
15115 "windows-sys 0.59.0",
15116]
15117
15118[[package]]
15119name = "rustix"
15120version = "1.1.2"
15121source = "registry+https://github.com/rust-lang/crates.io-index"
15122checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15123dependencies = [
15124 "bitflags 2.10.0",
15125 "errno 0.3.14",
15126 "libc",
15127 "linux-raw-sys 0.11.0",
15128 "windows-sys 0.61.2",
15129]
15130
15131[[package]]
15132name = "rustix-linux-procfs"
15133version = "0.1.1"
15134source = "registry+https://github.com/rust-lang/crates.io-index"
15135checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15136dependencies = [
15137 "once_cell",
15138 "rustix 1.1.2",
15139]
15140
15141[[package]]
15142name = "rustix-openpty"
15143version = "0.2.0"
15144source = "registry+https://github.com/rust-lang/crates.io-index"
15145checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15146dependencies = [
15147 "errno 0.3.14",
15148 "libc",
15149 "rustix 1.1.2",
15150]
15151
15152[[package]]
15153name = "rustls"
15154version = "0.21.12"
15155source = "registry+https://github.com/rust-lang/crates.io-index"
15156checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15157dependencies = [
15158 "log",
15159 "ring",
15160 "rustls-webpki 0.101.7",
15161 "sct",
15162]
15163
15164[[package]]
15165name = "rustls"
15166version = "0.23.33"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15169dependencies = [
15170 "aws-lc-rs",
15171 "log",
15172 "once_cell",
15173 "ring",
15174 "rustls-pki-types",
15175 "rustls-webpki 0.103.7",
15176 "subtle",
15177 "zeroize",
15178]
15179
15180[[package]]
15181name = "rustls-native-certs"
15182version = "0.6.3"
15183source = "registry+https://github.com/rust-lang/crates.io-index"
15184checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15185dependencies = [
15186 "openssl-probe",
15187 "rustls-pemfile 1.0.4",
15188 "schannel",
15189 "security-framework 2.11.1",
15190]
15191
15192[[package]]
15193name = "rustls-native-certs"
15194version = "0.8.2"
15195source = "registry+https://github.com/rust-lang/crates.io-index"
15196checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15197dependencies = [
15198 "openssl-probe",
15199 "rustls-pki-types",
15200 "schannel",
15201 "security-framework 3.5.1",
15202]
15203
15204[[package]]
15205name = "rustls-pemfile"
15206version = "1.0.4"
15207source = "registry+https://github.com/rust-lang/crates.io-index"
15208checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15209dependencies = [
15210 "base64 0.21.7",
15211]
15212
15213[[package]]
15214name = "rustls-pemfile"
15215version = "2.2.0"
15216source = "registry+https://github.com/rust-lang/crates.io-index"
15217checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15218dependencies = [
15219 "rustls-pki-types",
15220]
15221
15222[[package]]
15223name = "rustls-pki-types"
15224version = "1.12.0"
15225source = "registry+https://github.com/rust-lang/crates.io-index"
15226checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15227dependencies = [
15228 "web-time",
15229 "zeroize",
15230]
15231
15232[[package]]
15233name = "rustls-platform-verifier"
15234version = "0.5.3"
15235source = "registry+https://github.com/rust-lang/crates.io-index"
15236checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15237dependencies = [
15238 "core-foundation 0.10.0",
15239 "core-foundation-sys",
15240 "jni",
15241 "log",
15242 "once_cell",
15243 "rustls 0.23.33",
15244 "rustls-native-certs 0.8.2",
15245 "rustls-platform-verifier-android",
15246 "rustls-webpki 0.103.7",
15247 "security-framework 3.5.1",
15248 "security-framework-sys",
15249 "webpki-root-certs",
15250 "windows-sys 0.59.0",
15251]
15252
15253[[package]]
15254name = "rustls-platform-verifier-android"
15255version = "0.1.1"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15258
15259[[package]]
15260name = "rustls-webpki"
15261version = "0.101.7"
15262source = "registry+https://github.com/rust-lang/crates.io-index"
15263checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15264dependencies = [
15265 "ring",
15266 "untrusted 0.9.0",
15267]
15268
15269[[package]]
15270name = "rustls-webpki"
15271version = "0.103.7"
15272source = "registry+https://github.com/rust-lang/crates.io-index"
15273checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15274dependencies = [
15275 "aws-lc-rs",
15276 "ring",
15277 "rustls-pki-types",
15278 "untrusted 0.9.0",
15279]
15280
15281[[package]]
15282name = "rustversion"
15283version = "1.0.22"
15284source = "registry+https://github.com/rust-lang/crates.io-index"
15285checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15286
15287[[package]]
15288name = "rusty-fork"
15289version = "0.3.1"
15290source = "registry+https://github.com/rust-lang/crates.io-index"
15291checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15292dependencies = [
15293 "fnv",
15294 "quick-error 1.2.3",
15295 "tempfile",
15296 "wait-timeout",
15297]
15298
15299[[package]]
15300name = "rustybuzz"
15301version = "0.20.1"
15302source = "registry+https://github.com/rust-lang/crates.io-index"
15303checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15304dependencies = [
15305 "bitflags 2.10.0",
15306 "bytemuck",
15307 "core_maths",
15308 "log",
15309 "smallvec",
15310 "ttf-parser 0.25.1",
15311 "unicode-bidi-mirroring",
15312 "unicode-ccc",
15313 "unicode-properties",
15314 "unicode-script",
15315]
15316
15317[[package]]
15318name = "ryu"
15319version = "1.0.20"
15320source = "registry+https://github.com/rust-lang/crates.io-index"
15321checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15322
15323[[package]]
15324name = "saa"
15325version = "5.4.9"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15328
15329[[package]]
15330name = "safetensors"
15331version = "0.4.5"
15332source = "registry+https://github.com/rust-lang/crates.io-index"
15333checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15334dependencies = [
15335 "serde",
15336 "serde_json",
15337]
15338
15339[[package]]
15340name = "same-file"
15341version = "1.0.6"
15342source = "registry+https://github.com/rust-lang/crates.io-index"
15343checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15344dependencies = [
15345 "winapi-util",
15346]
15347
15348[[package]]
15349name = "scc"
15350version = "3.5.6"
15351source = "registry+https://github.com/rust-lang/crates.io-index"
15352checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15353dependencies = [
15354 "saa",
15355 "sdd",
15356]
15357
15358[[package]]
15359name = "schannel"
15360version = "0.1.28"
15361source = "registry+https://github.com/rust-lang/crates.io-index"
15362checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15363dependencies = [
15364 "windows-sys 0.61.2",
15365]
15366
15367[[package]]
15368name = "scheduler"
15369version = "0.1.0"
15370dependencies = [
15371 "async-task",
15372 "backtrace",
15373 "chrono",
15374 "flume",
15375 "futures 0.3.32",
15376 "parking_lot",
15377 "rand 0.9.3",
15378 "web-time",
15379]
15380
15381[[package]]
15382name = "schema_generator"
15383version = "0.1.0"
15384dependencies = [
15385 "anyhow",
15386 "clap",
15387 "env_logger 0.11.8",
15388 "schemars",
15389 "serde",
15390 "serde_json",
15391 "settings",
15392 "theme",
15393 "theme_settings",
15394]
15395
15396[[package]]
15397name = "schemars"
15398version = "1.0.4"
15399source = "registry+https://github.com/rust-lang/crates.io-index"
15400checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15401dependencies = [
15402 "dyn-clone",
15403 "indexmap",
15404 "ref-cast",
15405 "schemars_derive",
15406 "serde",
15407 "serde_json",
15408]
15409
15410[[package]]
15411name = "schemars_derive"
15412version = "1.0.4"
15413source = "registry+https://github.com/rust-lang/crates.io-index"
15414checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15415dependencies = [
15416 "proc-macro2",
15417 "quote",
15418 "serde_derive_internals",
15419 "syn 2.0.117",
15420]
15421
15422[[package]]
15423name = "scoped-tls"
15424version = "1.0.1"
15425source = "registry+https://github.com/rust-lang/crates.io-index"
15426checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15427
15428[[package]]
15429name = "scopeguard"
15430version = "1.2.0"
15431source = "registry+https://github.com/rust-lang/crates.io-index"
15432checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15433
15434[[package]]
15435name = "scratch"
15436version = "1.0.9"
15437source = "registry+https://github.com/rust-lang/crates.io-index"
15438checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15439
15440[[package]]
15441name = "screencapturekit"
15442version = "0.2.8"
15443source = "registry+https://github.com/rust-lang/crates.io-index"
15444checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15445dependencies = [
15446 "screencapturekit-sys",
15447]
15448
15449[[package]]
15450name = "screencapturekit-sys"
15451version = "0.2.8"
15452source = "registry+https://github.com/rust-lang/crates.io-index"
15453checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15454dependencies = [
15455 "block",
15456 "dispatch",
15457 "objc",
15458 "objc-foundation",
15459 "objc_id",
15460 "once_cell",
15461]
15462
15463[[package]]
15464name = "scroll"
15465version = "0.12.0"
15466source = "registry+https://github.com/rust-lang/crates.io-index"
15467checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15468dependencies = [
15469 "scroll_derive",
15470]
15471
15472[[package]]
15473name = "scroll_derive"
15474version = "0.12.1"
15475source = "registry+https://github.com/rust-lang/crates.io-index"
15476checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15477dependencies = [
15478 "proc-macro2",
15479 "quote",
15480 "syn 2.0.117",
15481]
15482
15483[[package]]
15484name = "sct"
15485version = "0.7.1"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15488dependencies = [
15489 "ring",
15490 "untrusted 0.9.0",
15491]
15492
15493[[package]]
15494name = "sdd"
15495version = "4.6.2"
15496source = "registry+https://github.com/rust-lang/crates.io-index"
15497checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15498
15499[[package]]
15500name = "sea-bae"
15501version = "0.2.1"
15502source = "registry+https://github.com/rust-lang/crates.io-index"
15503checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15504dependencies = [
15505 "heck 0.4.1",
15506 "proc-macro-error2",
15507 "proc-macro2",
15508 "quote",
15509 "syn 2.0.117",
15510]
15511
15512[[package]]
15513name = "sea-orm"
15514version = "1.1.10"
15515source = "registry+https://github.com/rust-lang/crates.io-index"
15516checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15517dependencies = [
15518 "async-stream",
15519 "async-trait",
15520 "bigdecimal",
15521 "chrono",
15522 "futures-util",
15523 "log",
15524 "ouroboros",
15525 "pgvector",
15526 "rust_decimal",
15527 "sea-orm-macros",
15528 "sea-query",
15529 "sea-query-binder",
15530 "serde",
15531 "serde_json",
15532 "sqlx",
15533 "strum 0.26.3",
15534 "thiserror 2.0.17",
15535 "time",
15536 "tracing",
15537 "url",
15538 "uuid",
15539]
15540
15541[[package]]
15542name = "sea-orm-macros"
15543version = "1.1.10"
15544source = "registry+https://github.com/rust-lang/crates.io-index"
15545checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15546dependencies = [
15547 "heck 0.4.1",
15548 "proc-macro2",
15549 "quote",
15550 "sea-bae",
15551 "syn 2.0.117",
15552 "unicode-ident",
15553]
15554
15555[[package]]
15556name = "sea-query"
15557version = "0.32.7"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15560dependencies = [
15561 "bigdecimal",
15562 "chrono",
15563 "inherent",
15564 "ordered-float 4.6.0",
15565 "rust_decimal",
15566 "serde_json",
15567 "time",
15568 "uuid",
15569]
15570
15571[[package]]
15572name = "sea-query-binder"
15573version = "0.7.0"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15576dependencies = [
15577 "bigdecimal",
15578 "chrono",
15579 "rust_decimal",
15580 "sea-query",
15581 "serde_json",
15582 "sqlx",
15583 "time",
15584 "uuid",
15585]
15586
15587[[package]]
15588name = "seahash"
15589version = "4.1.0"
15590source = "registry+https://github.com/rust-lang/crates.io-index"
15591checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15592
15593[[package]]
15594name = "search"
15595version = "0.1.0"
15596dependencies = [
15597 "any_vec",
15598 "anyhow",
15599 "bitflags 2.10.0",
15600 "collections",
15601 "editor",
15602 "fs",
15603 "futures 0.3.32",
15604 "gpui",
15605 "itertools 0.14.0",
15606 "language",
15607 "lsp",
15608 "menu",
15609 "multi_buffer",
15610 "pretty_assertions",
15611 "project",
15612 "serde",
15613 "serde_json",
15614 "settings",
15615 "smol",
15616 "theme",
15617 "theme_settings",
15618 "tracing",
15619 "ui",
15620 "unindent",
15621 "util",
15622 "util_macros",
15623 "workspace",
15624 "zed_actions",
15625 "ztracing",
15626]
15627
15628[[package]]
15629name = "sec1"
15630version = "0.3.0"
15631source = "registry+https://github.com/rust-lang/crates.io-index"
15632checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15633dependencies = [
15634 "base16ct",
15635 "der 0.6.1",
15636 "generic-array",
15637 "pkcs8 0.9.0",
15638 "subtle",
15639 "zeroize",
15640]
15641
15642[[package]]
15643name = "secrecy"
15644version = "0.10.3"
15645source = "registry+https://github.com/rust-lang/crates.io-index"
15646checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15647dependencies = [
15648 "zeroize",
15649]
15650
15651[[package]]
15652name = "security-framework"
15653version = "2.11.1"
15654source = "registry+https://github.com/rust-lang/crates.io-index"
15655checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15656dependencies = [
15657 "bitflags 2.10.0",
15658 "core-foundation 0.9.4",
15659 "core-foundation-sys",
15660 "libc",
15661 "security-framework-sys",
15662]
15663
15664[[package]]
15665name = "security-framework"
15666version = "3.5.1"
15667source = "registry+https://github.com/rust-lang/crates.io-index"
15668checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15669dependencies = [
15670 "bitflags 2.10.0",
15671 "core-foundation 0.10.0",
15672 "core-foundation-sys",
15673 "libc",
15674 "security-framework-sys",
15675]
15676
15677[[package]]
15678name = "security-framework-sys"
15679version = "2.15.0"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15682dependencies = [
15683 "core-foundation-sys",
15684 "libc",
15685]
15686
15687[[package]]
15688name = "self_cell"
15689version = "1.2.2"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15692
15693[[package]]
15694name = "semver"
15695version = "1.0.27"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15698dependencies = [
15699 "serde",
15700 "serde_core",
15701]
15702
15703[[package]]
15704name = "seq-macro"
15705version = "0.3.6"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15708
15709[[package]]
15710name = "serde"
15711version = "1.0.228"
15712source = "registry+https://github.com/rust-lang/crates.io-index"
15713checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15714dependencies = [
15715 "serde_core",
15716 "serde_derive",
15717]
15718
15719[[package]]
15720name = "serde_bytes"
15721version = "0.11.19"
15722source = "registry+https://github.com/rust-lang/crates.io-index"
15723checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15724dependencies = [
15725 "serde",
15726 "serde_core",
15727]
15728
15729[[package]]
15730name = "serde_core"
15731version = "1.0.228"
15732source = "registry+https://github.com/rust-lang/crates.io-index"
15733checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15734dependencies = [
15735 "serde_derive",
15736]
15737
15738[[package]]
15739name = "serde_derive"
15740version = "1.0.228"
15741source = "registry+https://github.com/rust-lang/crates.io-index"
15742checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15743dependencies = [
15744 "proc-macro2",
15745 "quote",
15746 "syn 2.0.117",
15747]
15748
15749[[package]]
15750name = "serde_derive_internals"
15751version = "0.29.1"
15752source = "registry+https://github.com/rust-lang/crates.io-index"
15753checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15754dependencies = [
15755 "proc-macro2",
15756 "quote",
15757 "syn 2.0.117",
15758]
15759
15760[[package]]
15761name = "serde_fmt"
15762version = "1.0.3"
15763source = "registry+https://github.com/rust-lang/crates.io-index"
15764checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15765dependencies = [
15766 "serde",
15767]
15768
15769[[package]]
15770name = "serde_json"
15771version = "1.0.145"
15772source = "registry+https://github.com/rust-lang/crates.io-index"
15773checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15774dependencies = [
15775 "indexmap",
15776 "itoa",
15777 "memchr",
15778 "ryu",
15779 "serde",
15780 "serde_core",
15781]
15782
15783[[package]]
15784name = "serde_json_lenient"
15785version = "0.2.4"
15786source = "registry+https://github.com/rust-lang/crates.io-index"
15787checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15788dependencies = [
15789 "indexmap",
15790 "itoa",
15791 "memchr",
15792 "ryu",
15793 "serde",
15794]
15795
15796[[package]]
15797name = "serde_path_to_error"
15798version = "0.1.20"
15799source = "registry+https://github.com/rust-lang/crates.io-index"
15800checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15801dependencies = [
15802 "itoa",
15803 "serde",
15804 "serde_core",
15805]
15806
15807[[package]]
15808name = "serde_repr"
15809version = "0.1.20"
15810source = "registry+https://github.com/rust-lang/crates.io-index"
15811checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15812dependencies = [
15813 "proc-macro2",
15814 "quote",
15815 "syn 2.0.117",
15816]
15817
15818[[package]]
15819name = "serde_spanned"
15820version = "0.6.9"
15821source = "registry+https://github.com/rust-lang/crates.io-index"
15822checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15823dependencies = [
15824 "serde",
15825]
15826
15827[[package]]
15828name = "serde_spanned"
15829version = "1.0.3"
15830source = "registry+https://github.com/rust-lang/crates.io-index"
15831checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15832dependencies = [
15833 "serde_core",
15834]
15835
15836[[package]]
15837name = "serde_urlencoded"
15838version = "0.7.1"
15839source = "registry+https://github.com/rust-lang/crates.io-index"
15840checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15841dependencies = [
15842 "form_urlencoded",
15843 "itoa",
15844 "ryu",
15845 "serde",
15846]
15847
15848[[package]]
15849name = "serde_yaml"
15850version = "0.9.34+deprecated"
15851source = "registry+https://github.com/rust-lang/crates.io-index"
15852checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15853dependencies = [
15854 "indexmap",
15855 "itoa",
15856 "ryu",
15857 "serde",
15858 "unsafe-libyaml",
15859]
15860
15861[[package]]
15862name = "serial2"
15863version = "0.2.33"
15864source = "registry+https://github.com/rust-lang/crates.io-index"
15865checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15866dependencies = [
15867 "cfg-if",
15868 "libc",
15869 "winapi",
15870]
15871
15872[[package]]
15873name = "session"
15874version = "0.1.0"
15875dependencies = [
15876 "db",
15877 "gpui",
15878 "serde_json",
15879 "util",
15880 "uuid",
15881]
15882
15883[[package]]
15884name = "settings"
15885version = "0.1.0"
15886dependencies = [
15887 "anyhow",
15888 "collections",
15889 "ec4rs",
15890 "fs",
15891 "futures 0.3.32",
15892 "gpui",
15893 "indoc",
15894 "inventory",
15895 "log",
15896 "migrator",
15897 "paths",
15898 "pretty_assertions",
15899 "release_channel",
15900 "rust-embed",
15901 "schemars",
15902 "serde",
15903 "serde_json",
15904 "serde_json_lenient",
15905 "settings_content",
15906 "settings_json",
15907 "settings_macros",
15908 "smallvec",
15909 "unindent",
15910 "util",
15911 "zlog",
15912]
15913
15914[[package]]
15915name = "settings_content"
15916version = "0.1.0"
15917dependencies = [
15918 "anyhow",
15919 "collections",
15920 "derive_more",
15921 "gpui",
15922 "language_model_core",
15923 "log",
15924 "schemars",
15925 "serde",
15926 "serde_json",
15927 "serde_json_lenient",
15928 "settings_json",
15929 "settings_macros",
15930 "strum 0.27.2",
15931 "util",
15932]
15933
15934[[package]]
15935name = "settings_json"
15936version = "0.1.0"
15937dependencies = [
15938 "anyhow",
15939 "pretty_assertions",
15940 "serde",
15941 "serde_json",
15942 "serde_json_lenient",
15943 "serde_path_to_error",
15944 "tree-sitter",
15945 "tree-sitter-json",
15946 "unindent",
15947 "util",
15948]
15949
15950[[package]]
15951name = "settings_macros"
15952version = "0.1.0"
15953dependencies = [
15954 "quote",
15955 "settings",
15956 "syn 2.0.117",
15957]
15958
15959[[package]]
15960name = "settings_profile_selector"
15961version = "0.1.0"
15962dependencies = [
15963 "editor",
15964 "fuzzy",
15965 "gpui",
15966 "menu",
15967 "picker",
15968 "project",
15969 "serde_json",
15970 "settings",
15971 "theme",
15972 "theme_settings",
15973 "ui",
15974 "workspace",
15975 "zed_actions",
15976]
15977
15978[[package]]
15979name = "settings_ui"
15980version = "0.1.0"
15981dependencies = [
15982 "agent",
15983 "agent_settings",
15984 "anyhow",
15985 "audio",
15986 "codestral",
15987 "component",
15988 "copilot",
15989 "copilot_ui",
15990 "cpal",
15991 "edit_prediction",
15992 "edit_prediction_ui",
15993 "editor",
15994 "feature_flags",
15995 "fs",
15996 "futures 0.3.32",
15997 "fuzzy",
15998 "gpui",
15999 "heck 0.5.0",
16000 "itertools 0.14.0",
16001 "language",
16002 "log",
16003 "menu",
16004 "paths",
16005 "picker",
16006 "platform_title_bar",
16007 "pretty_assertions",
16008 "project",
16009 "regex",
16010 "release_channel",
16011 "rodio",
16012 "schemars",
16013 "search",
16014 "serde",
16015 "serde_json",
16016 "settings",
16017 "shell_command_parser",
16018 "strum 0.27.2",
16019 "telemetry",
16020 "theme",
16021 "theme_settings",
16022 "title_bar",
16023 "ui",
16024 "util",
16025 "workspace",
16026 "zed_actions",
16027 "zed_credentials_provider",
16028]
16029
16030[[package]]
16031name = "sha-1"
16032version = "0.10.1"
16033source = "registry+https://github.com/rust-lang/crates.io-index"
16034checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16035dependencies = [
16036 "cfg-if",
16037 "cpufeatures",
16038 "digest",
16039]
16040
16041[[package]]
16042name = "sha1"
16043version = "0.10.6"
16044source = "registry+https://github.com/rust-lang/crates.io-index"
16045checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16046dependencies = [
16047 "cfg-if",
16048 "cpufeatures",
16049 "digest",
16050]
16051
16052[[package]]
16053name = "sha1_smol"
16054version = "1.0.1"
16055source = "registry+https://github.com/rust-lang/crates.io-index"
16056checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16057
16058[[package]]
16059name = "sha2"
16060version = "0.10.9"
16061source = "registry+https://github.com/rust-lang/crates.io-index"
16062checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16063dependencies = [
16064 "cfg-if",
16065 "cpufeatures",
16066 "digest",
16067]
16068
16069[[package]]
16070name = "sharded-slab"
16071version = "0.1.7"
16072source = "registry+https://github.com/rust-lang/crates.io-index"
16073checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16074dependencies = [
16075 "lazy_static",
16076]
16077
16078[[package]]
16079name = "shared_library"
16080version = "0.1.9"
16081source = "registry+https://github.com/rust-lang/crates.io-index"
16082checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16083dependencies = [
16084 "lazy_static",
16085 "libc",
16086]
16087
16088[[package]]
16089name = "shell-words"
16090version = "1.1.0"
16091source = "registry+https://github.com/rust-lang/crates.io-index"
16092checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16093
16094[[package]]
16095name = "shell_command_parser"
16096version = "0.1.0"
16097dependencies = [
16098 "brush-parser",
16099]
16100
16101[[package]]
16102name = "shellexpand"
16103version = "3.1.1"
16104source = "registry+https://github.com/rust-lang/crates.io-index"
16105checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16106dependencies = [
16107 "dirs",
16108]
16109
16110[[package]]
16111name = "shingles"
16112version = "0.1.1"
16113source = "registry+https://github.com/rust-lang/crates.io-index"
16114checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16115
16116[[package]]
16117name = "shlex"
16118version = "1.3.0"
16119source = "registry+https://github.com/rust-lang/crates.io-index"
16120checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16121
16122[[package]]
16123name = "sidebar"
16124version = "0.1.0"
16125dependencies = [
16126 "acp_thread",
16127 "action_log",
16128 "agent",
16129 "agent-client-protocol",
16130 "agent_settings",
16131 "agent_ui",
16132 "anyhow",
16133 "chrono",
16134 "client",
16135 "clock",
16136 "db",
16137 "editor",
16138 "extension",
16139 "feature_flags",
16140 "fs",
16141 "git",
16142 "gpui",
16143 "http_client",
16144 "language",
16145 "language_model",
16146 "log",
16147 "menu",
16148 "node_runtime",
16149 "platform_title_bar",
16150 "pretty_assertions",
16151 "project",
16152 "prompt_store",
16153 "recent_projects",
16154 "release_channel",
16155 "remote",
16156 "remote_connection",
16157 "remote_server",
16158 "semver",
16159 "serde",
16160 "serde_json",
16161 "settings",
16162 "smol",
16163 "telemetry",
16164 "theme",
16165 "theme_settings",
16166 "ui",
16167 "util",
16168 "workspace",
16169 "zed_actions",
16170]
16171
16172[[package]]
16173name = "signal-hook"
16174version = "0.3.18"
16175source = "registry+https://github.com/rust-lang/crates.io-index"
16176checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16177dependencies = [
16178 "libc",
16179 "signal-hook-registry",
16180]
16181
16182[[package]]
16183name = "signal-hook-registry"
16184version = "1.4.6"
16185source = "registry+https://github.com/rust-lang/crates.io-index"
16186checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16187dependencies = [
16188 "libc",
16189]
16190
16191[[package]]
16192name = "signature"
16193version = "1.6.4"
16194source = "registry+https://github.com/rust-lang/crates.io-index"
16195checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16196dependencies = [
16197 "digest",
16198 "rand_core 0.6.4",
16199]
16200
16201[[package]]
16202name = "signature"
16203version = "2.2.0"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16206dependencies = [
16207 "digest",
16208 "rand_core 0.6.4",
16209]
16210
16211[[package]]
16212name = "simd-adler32"
16213version = "0.3.7"
16214source = "registry+https://github.com/rust-lang/crates.io-index"
16215checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16216
16217[[package]]
16218name = "simd_helpers"
16219version = "0.1.0"
16220source = "registry+https://github.com/rust-lang/crates.io-index"
16221checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16222dependencies = [
16223 "quote",
16224]
16225
16226[[package]]
16227name = "simdutf8"
16228version = "0.1.5"
16229source = "registry+https://github.com/rust-lang/crates.io-index"
16230checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16231
16232[[package]]
16233name = "similar"
16234version = "2.7.0"
16235source = "registry+https://github.com/rust-lang/crates.io-index"
16236checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16237
16238[[package]]
16239name = "simple_asn1"
16240version = "0.6.3"
16241source = "registry+https://github.com/rust-lang/crates.io-index"
16242checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16243dependencies = [
16244 "num-bigint",
16245 "num-traits",
16246 "thiserror 2.0.17",
16247 "time",
16248]
16249
16250[[package]]
16251name = "simplecss"
16252version = "0.2.2"
16253source = "registry+https://github.com/rust-lang/crates.io-index"
16254checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16255dependencies = [
16256 "log",
16257]
16258
16259[[package]]
16260name = "simplelog"
16261version = "0.12.2"
16262source = "registry+https://github.com/rust-lang/crates.io-index"
16263checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16264dependencies = [
16265 "log",
16266 "termcolor",
16267 "time",
16268]
16269
16270[[package]]
16271name = "siphasher"
16272version = "0.3.11"
16273source = "registry+https://github.com/rust-lang/crates.io-index"
16274checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16275
16276[[package]]
16277name = "siphasher"
16278version = "1.0.1"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16281
16282[[package]]
16283name = "skrifa"
16284version = "0.37.0"
16285source = "registry+https://github.com/rust-lang/crates.io-index"
16286checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16287dependencies = [
16288 "bytemuck",
16289 "read-fonts 0.35.0",
16290]
16291
16292[[package]]
16293name = "skrifa"
16294version = "0.40.0"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16297dependencies = [
16298 "bytemuck",
16299 "read-fonts 0.37.0",
16300]
16301
16302[[package]]
16303name = "slab"
16304version = "0.4.11"
16305source = "registry+https://github.com/rust-lang/crates.io-index"
16306checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16307
16308[[package]]
16309name = "slotmap"
16310version = "1.0.7"
16311source = "registry+https://github.com/rust-lang/crates.io-index"
16312checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16313dependencies = [
16314 "version_check",
16315]
16316
16317[[package]]
16318name = "smallvec"
16319version = "1.15.1"
16320source = "registry+https://github.com/rust-lang/crates.io-index"
16321checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16322dependencies = [
16323 "serde",
16324]
16325
16326[[package]]
16327name = "smart-default"
16328version = "0.7.1"
16329source = "registry+https://github.com/rust-lang/crates.io-index"
16330checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16331dependencies = [
16332 "proc-macro2",
16333 "quote",
16334 "syn 2.0.117",
16335]
16336
16337[[package]]
16338name = "smol"
16339version = "2.0.2"
16340source = "registry+https://github.com/rust-lang/crates.io-index"
16341checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16342dependencies = [
16343 "async-channel 2.5.0",
16344 "async-executor",
16345 "async-fs",
16346 "async-io",
16347 "async-lock 3.4.2",
16348 "async-net",
16349 "async-process",
16350 "blocking",
16351 "futures-lite 2.6.1",
16352]
16353
16354[[package]]
16355name = "smol_str"
16356version = "0.3.5"
16357source = "registry+https://github.com/rust-lang/crates.io-index"
16358checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16359
16360[[package]]
16361name = "snafu"
16362version = "0.8.9"
16363source = "registry+https://github.com/rust-lang/crates.io-index"
16364checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16365dependencies = [
16366 "snafu-derive",
16367]
16368
16369[[package]]
16370name = "snafu-derive"
16371version = "0.8.9"
16372source = "registry+https://github.com/rust-lang/crates.io-index"
16373checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16374dependencies = [
16375 "heck 0.5.0",
16376 "proc-macro2",
16377 "quote",
16378 "syn 2.0.117",
16379]
16380
16381[[package]]
16382name = "snippet"
16383version = "0.1.0"
16384dependencies = [
16385 "anyhow",
16386 "smallvec",
16387]
16388
16389[[package]]
16390name = "snippet_provider"
16391version = "0.1.0"
16392dependencies = [
16393 "anyhow",
16394 "collections",
16395 "extension",
16396 "fs",
16397 "futures 0.3.32",
16398 "gpui",
16399 "indoc",
16400 "parking_lot",
16401 "paths",
16402 "schemars",
16403 "serde",
16404 "serde_json",
16405 "serde_json_lenient",
16406 "snippet",
16407 "util",
16408]
16409
16410[[package]]
16411name = "snippets_ui"
16412version = "0.1.0"
16413dependencies = [
16414 "file_icons",
16415 "fuzzy",
16416 "gpui",
16417 "language",
16418 "open_path_prompt",
16419 "paths",
16420 "picker",
16421 "settings",
16422 "ui",
16423 "util",
16424 "workspace",
16425]
16426
16427[[package]]
16428name = "socket2"
16429version = "0.5.10"
16430source = "registry+https://github.com/rust-lang/crates.io-index"
16431checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16432dependencies = [
16433 "libc",
16434 "windows-sys 0.52.0",
16435]
16436
16437[[package]]
16438name = "socket2"
16439version = "0.6.1"
16440source = "registry+https://github.com/rust-lang/crates.io-index"
16441checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16442dependencies = [
16443 "libc",
16444 "windows-sys 0.60.2",
16445]
16446
16447[[package]]
16448name = "spdx"
16449version = "0.10.9"
16450source = "registry+https://github.com/rust-lang/crates.io-index"
16451checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16452dependencies = [
16453 "smallvec",
16454]
16455
16456[[package]]
16457name = "spin"
16458version = "0.9.8"
16459source = "registry+https://github.com/rust-lang/crates.io-index"
16460checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16461dependencies = [
16462 "lock_api",
16463]
16464
16465[[package]]
16466name = "spin"
16467version = "0.10.0"
16468source = "registry+https://github.com/rust-lang/crates.io-index"
16469checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16470dependencies = [
16471 "lock_api",
16472]
16473
16474[[package]]
16475name = "spirv"
16476version = "0.4.0+sdk-1.4.341.0"
16477source = "registry+https://github.com/rust-lang/crates.io-index"
16478checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16479dependencies = [
16480 "bitflags 2.10.0",
16481]
16482
16483[[package]]
16484name = "spki"
16485version = "0.6.0"
16486source = "registry+https://github.com/rust-lang/crates.io-index"
16487checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16488dependencies = [
16489 "base64ct",
16490 "der 0.6.1",
16491]
16492
16493[[package]]
16494name = "spki"
16495version = "0.7.3"
16496source = "registry+https://github.com/rust-lang/crates.io-index"
16497checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16498dependencies = [
16499 "base64ct",
16500 "der 0.7.10",
16501]
16502
16503[[package]]
16504name = "sqlez"
16505version = "0.1.0"
16506dependencies = [
16507 "anyhow",
16508 "collections",
16509 "futures 0.3.32",
16510 "indoc",
16511 "libsqlite3-sys",
16512 "log",
16513 "parking_lot",
16514 "smol",
16515 "sqlformat",
16516 "thread_local",
16517 "util",
16518 "uuid",
16519]
16520
16521[[package]]
16522name = "sqlez_macros"
16523version = "0.1.0"
16524dependencies = [
16525 "sqlez",
16526 "sqlformat",
16527 "syn 2.0.117",
16528]
16529
16530[[package]]
16531name = "sqlformat"
16532version = "0.2.6"
16533source = "registry+https://github.com/rust-lang/crates.io-index"
16534checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16535dependencies = [
16536 "nom 7.1.3",
16537 "unicode_categories",
16538]
16539
16540[[package]]
16541name = "sqlx"
16542version = "0.8.6"
16543source = "registry+https://github.com/rust-lang/crates.io-index"
16544checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16545dependencies = [
16546 "sqlx-core",
16547 "sqlx-macros",
16548 "sqlx-mysql",
16549 "sqlx-postgres",
16550 "sqlx-sqlite",
16551]
16552
16553[[package]]
16554name = "sqlx-core"
16555version = "0.8.6"
16556source = "registry+https://github.com/rust-lang/crates.io-index"
16557checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16558dependencies = [
16559 "base64 0.22.1",
16560 "bigdecimal",
16561 "bytes 1.11.1",
16562 "chrono",
16563 "crc",
16564 "crossbeam-queue",
16565 "either",
16566 "event-listener 5.4.1",
16567 "futures-core",
16568 "futures-intrusive",
16569 "futures-io",
16570 "futures-util",
16571 "hashbrown 0.15.5",
16572 "hashlink 0.10.0",
16573 "indexmap",
16574 "log",
16575 "memchr",
16576 "once_cell",
16577 "percent-encoding",
16578 "rust_decimal",
16579 "rustls 0.23.33",
16580 "serde",
16581 "serde_json",
16582 "sha2",
16583 "smallvec",
16584 "thiserror 2.0.17",
16585 "time",
16586 "tokio",
16587 "tokio-stream",
16588 "tracing",
16589 "url",
16590 "uuid",
16591 "webpki-roots",
16592]
16593
16594[[package]]
16595name = "sqlx-macros"
16596version = "0.8.6"
16597source = "registry+https://github.com/rust-lang/crates.io-index"
16598checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16599dependencies = [
16600 "proc-macro2",
16601 "quote",
16602 "sqlx-core",
16603 "sqlx-macros-core",
16604 "syn 2.0.117",
16605]
16606
16607[[package]]
16608name = "sqlx-macros-core"
16609version = "0.8.6"
16610source = "registry+https://github.com/rust-lang/crates.io-index"
16611checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16612dependencies = [
16613 "dotenvy",
16614 "either",
16615 "heck 0.5.0",
16616 "hex",
16617 "once_cell",
16618 "proc-macro2",
16619 "quote",
16620 "serde",
16621 "serde_json",
16622 "sha2",
16623 "sqlx-core",
16624 "sqlx-mysql",
16625 "sqlx-postgres",
16626 "sqlx-sqlite",
16627 "syn 2.0.117",
16628 "tokio",
16629 "url",
16630]
16631
16632[[package]]
16633name = "sqlx-mysql"
16634version = "0.8.6"
16635source = "registry+https://github.com/rust-lang/crates.io-index"
16636checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16637dependencies = [
16638 "atoi",
16639 "base64 0.22.1",
16640 "bigdecimal",
16641 "bitflags 2.10.0",
16642 "byteorder",
16643 "bytes 1.11.1",
16644 "chrono",
16645 "crc",
16646 "digest",
16647 "dotenvy",
16648 "either",
16649 "futures-channel",
16650 "futures-core",
16651 "futures-io",
16652 "futures-util",
16653 "generic-array",
16654 "hex",
16655 "hkdf",
16656 "hmac",
16657 "itoa",
16658 "log",
16659 "md-5",
16660 "memchr",
16661 "once_cell",
16662 "percent-encoding",
16663 "rand 0.8.5",
16664 "rsa",
16665 "rust_decimal",
16666 "serde",
16667 "sha1",
16668 "sha2",
16669 "smallvec",
16670 "sqlx-core",
16671 "stringprep",
16672 "thiserror 2.0.17",
16673 "time",
16674 "tracing",
16675 "uuid",
16676 "whoami",
16677]
16678
16679[[package]]
16680name = "sqlx-postgres"
16681version = "0.8.6"
16682source = "registry+https://github.com/rust-lang/crates.io-index"
16683checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16684dependencies = [
16685 "atoi",
16686 "base64 0.22.1",
16687 "bigdecimal",
16688 "bitflags 2.10.0",
16689 "byteorder",
16690 "chrono",
16691 "crc",
16692 "dotenvy",
16693 "etcetera",
16694 "futures-channel",
16695 "futures-core",
16696 "futures-util",
16697 "hex",
16698 "hkdf",
16699 "hmac",
16700 "home",
16701 "itoa",
16702 "log",
16703 "md-5",
16704 "memchr",
16705 "num-bigint",
16706 "once_cell",
16707 "rand 0.8.5",
16708 "rust_decimal",
16709 "serde",
16710 "serde_json",
16711 "sha2",
16712 "smallvec",
16713 "sqlx-core",
16714 "stringprep",
16715 "thiserror 2.0.17",
16716 "time",
16717 "tracing",
16718 "uuid",
16719 "whoami",
16720]
16721
16722[[package]]
16723name = "sqlx-sqlite"
16724version = "0.8.6"
16725source = "registry+https://github.com/rust-lang/crates.io-index"
16726checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16727dependencies = [
16728 "atoi",
16729 "chrono",
16730 "flume",
16731 "futures-channel",
16732 "futures-core",
16733 "futures-executor",
16734 "futures-intrusive",
16735 "futures-util",
16736 "libsqlite3-sys",
16737 "log",
16738 "percent-encoding",
16739 "serde",
16740 "serde_urlencoded",
16741 "sqlx-core",
16742 "thiserror 2.0.17",
16743 "time",
16744 "tracing",
16745 "url",
16746 "uuid",
16747]
16748
16749[[package]]
16750name = "stable_deref_trait"
16751version = "1.2.1"
16752source = "registry+https://github.com/rust-lang/crates.io-index"
16753checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16754
16755[[package]]
16756name = "stacker"
16757version = "0.1.23"
16758source = "registry+https://github.com/rust-lang/crates.io-index"
16759checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16760dependencies = [
16761 "cc",
16762 "cfg-if",
16763 "libc",
16764 "psm",
16765 "windows-sys 0.59.0",
16766]
16767
16768[[package]]
16769name = "stacksafe"
16770version = "0.1.4"
16771source = "registry+https://github.com/rust-lang/crates.io-index"
16772checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16773dependencies = [
16774 "stacker",
16775 "stacksafe-macro",
16776]
16777
16778[[package]]
16779name = "stacksafe-macro"
16780version = "0.1.4"
16781source = "registry+https://github.com/rust-lang/crates.io-index"
16782checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16783dependencies = [
16784 "proc-macro-error2",
16785 "quote",
16786 "syn 2.0.117",
16787]
16788
16789[[package]]
16790name = "static_assertions"
16791version = "1.1.0"
16792source = "registry+https://github.com/rust-lang/crates.io-index"
16793checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16794
16795[[package]]
16796name = "streaming-iterator"
16797version = "0.1.9"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16800
16801[[package]]
16802name = "streaming_diff"
16803version = "0.1.0"
16804dependencies = [
16805 "ordered-float 2.10.1",
16806 "rand 0.9.3",
16807 "rope",
16808 "util",
16809]
16810
16811[[package]]
16812name = "strength_reduce"
16813version = "0.2.4"
16814source = "registry+https://github.com/rust-lang/crates.io-index"
16815checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16816
16817[[package]]
16818name = "strict-num"
16819version = "0.1.1"
16820source = "registry+https://github.com/rust-lang/crates.io-index"
16821checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16822dependencies = [
16823 "float-cmp",
16824]
16825
16826[[package]]
16827name = "string_cache"
16828version = "0.8.9"
16829source = "registry+https://github.com/rust-lang/crates.io-index"
16830checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16831dependencies = [
16832 "new_debug_unreachable",
16833 "parking_lot",
16834 "phf_shared 0.11.3",
16835 "precomputed-hash",
16836 "serde",
16837]
16838
16839[[package]]
16840name = "string_cache_codegen"
16841version = "0.5.4"
16842source = "registry+https://github.com/rust-lang/crates.io-index"
16843checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16844dependencies = [
16845 "phf_generator 0.11.3",
16846 "phf_shared 0.11.3",
16847 "proc-macro2",
16848 "quote",
16849]
16850
16851[[package]]
16852name = "stringprep"
16853version = "0.1.5"
16854source = "registry+https://github.com/rust-lang/crates.io-index"
16855checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16856dependencies = [
16857 "unicode-bidi",
16858 "unicode-normalization",
16859 "unicode-properties",
16860]
16861
16862[[package]]
16863name = "strsim"
16864version = "0.11.1"
16865source = "registry+https://github.com/rust-lang/crates.io-index"
16866checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16867
16868[[package]]
16869name = "strum"
16870version = "0.26.3"
16871source = "registry+https://github.com/rust-lang/crates.io-index"
16872checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16873
16874[[package]]
16875name = "strum"
16876version = "0.27.2"
16877source = "registry+https://github.com/rust-lang/crates.io-index"
16878checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16879dependencies = [
16880 "strum_macros 0.27.2",
16881]
16882
16883[[package]]
16884name = "strum"
16885version = "0.28.0"
16886source = "registry+https://github.com/rust-lang/crates.io-index"
16887checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16888dependencies = [
16889 "strum_macros 0.28.0",
16890]
16891
16892[[package]]
16893name = "strum_macros"
16894version = "0.27.2"
16895source = "registry+https://github.com/rust-lang/crates.io-index"
16896checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16897dependencies = [
16898 "heck 0.5.0",
16899 "proc-macro2",
16900 "quote",
16901 "syn 2.0.117",
16902]
16903
16904[[package]]
16905name = "strum_macros"
16906version = "0.28.0"
16907source = "registry+https://github.com/rust-lang/crates.io-index"
16908checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16909dependencies = [
16910 "heck 0.5.0",
16911 "proc-macro2",
16912 "quote",
16913 "syn 2.0.117",
16914]
16915
16916[[package]]
16917name = "subtle"
16918version = "2.6.1"
16919source = "registry+https://github.com/rust-lang/crates.io-index"
16920checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16921
16922[[package]]
16923name = "sum_tree"
16924version = "0.1.0"
16925dependencies = [
16926 "ctor",
16927 "heapless",
16928 "log",
16929 "proptest",
16930 "rand 0.9.3",
16931 "rayon",
16932 "tracing",
16933 "zlog",
16934 "ztracing",
16935]
16936
16937[[package]]
16938name = "sval"
16939version = "2.15.0"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16942
16943[[package]]
16944name = "sval_buffer"
16945version = "2.15.0"
16946source = "registry+https://github.com/rust-lang/crates.io-index"
16947checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16948dependencies = [
16949 "sval",
16950 "sval_ref",
16951]
16952
16953[[package]]
16954name = "sval_dynamic"
16955version = "2.15.0"
16956source = "registry+https://github.com/rust-lang/crates.io-index"
16957checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16958dependencies = [
16959 "sval",
16960]
16961
16962[[package]]
16963name = "sval_fmt"
16964version = "2.15.0"
16965source = "registry+https://github.com/rust-lang/crates.io-index"
16966checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16967dependencies = [
16968 "itoa",
16969 "ryu",
16970 "sval",
16971]
16972
16973[[package]]
16974name = "sval_json"
16975version = "2.15.0"
16976source = "registry+https://github.com/rust-lang/crates.io-index"
16977checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16978dependencies = [
16979 "itoa",
16980 "ryu",
16981 "sval",
16982]
16983
16984[[package]]
16985name = "sval_nested"
16986version = "2.15.0"
16987source = "registry+https://github.com/rust-lang/crates.io-index"
16988checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16989dependencies = [
16990 "sval",
16991 "sval_buffer",
16992 "sval_ref",
16993]
16994
16995[[package]]
16996name = "sval_ref"
16997version = "2.15.0"
16998source = "registry+https://github.com/rust-lang/crates.io-index"
16999checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
17000dependencies = [
17001 "sval",
17002]
17003
17004[[package]]
17005name = "sval_serde"
17006version = "2.15.0"
17007source = "registry+https://github.com/rust-lang/crates.io-index"
17008checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
17009dependencies = [
17010 "serde_core",
17011 "sval",
17012 "sval_nested",
17013]
17014
17015[[package]]
17016name = "svg_fmt"
17017version = "0.4.5"
17018source = "registry+https://github.com/rust-lang/crates.io-index"
17019checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17020
17021[[package]]
17022name = "svg_preview"
17023version = "0.1.0"
17024dependencies = [
17025 "file_icons",
17026 "gpui",
17027 "language",
17028 "multi_buffer",
17029 "ui",
17030 "workspace",
17031 "zed_actions",
17032]
17033
17034[[package]]
17035name = "svgtypes"
17036version = "0.15.3"
17037source = "registry+https://github.com/rust-lang/crates.io-index"
17038checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17039dependencies = [
17040 "kurbo",
17041 "siphasher 1.0.1",
17042]
17043
17044[[package]]
17045name = "swash"
17046version = "0.2.6"
17047source = "registry+https://github.com/rust-lang/crates.io-index"
17048checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17049dependencies = [
17050 "skrifa 0.37.0",
17051 "yazi",
17052 "zeno",
17053]
17054
17055[[package]]
17056name = "symphonia"
17057version = "0.5.5"
17058source = "registry+https://github.com/rust-lang/crates.io-index"
17059checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17060dependencies = [
17061 "lazy_static",
17062 "symphonia-bundle-flac",
17063 "symphonia-bundle-mp3",
17064 "symphonia-codec-aac",
17065 "symphonia-codec-pcm",
17066 "symphonia-codec-vorbis",
17067 "symphonia-core",
17068 "symphonia-format-isomp4",
17069 "symphonia-format-ogg",
17070 "symphonia-format-riff",
17071 "symphonia-metadata",
17072]
17073
17074[[package]]
17075name = "symphonia-bundle-flac"
17076version = "0.5.5"
17077source = "registry+https://github.com/rust-lang/crates.io-index"
17078checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17079dependencies = [
17080 "log",
17081 "symphonia-core",
17082 "symphonia-metadata",
17083 "symphonia-utils-xiph",
17084]
17085
17086[[package]]
17087name = "symphonia-bundle-mp3"
17088version = "0.5.5"
17089source = "registry+https://github.com/rust-lang/crates.io-index"
17090checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17091dependencies = [
17092 "lazy_static",
17093 "log",
17094 "symphonia-core",
17095 "symphonia-metadata",
17096]
17097
17098[[package]]
17099name = "symphonia-codec-aac"
17100version = "0.5.5"
17101source = "registry+https://github.com/rust-lang/crates.io-index"
17102checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17103dependencies = [
17104 "lazy_static",
17105 "log",
17106 "symphonia-core",
17107]
17108
17109[[package]]
17110name = "symphonia-codec-pcm"
17111version = "0.5.5"
17112source = "registry+https://github.com/rust-lang/crates.io-index"
17113checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17114dependencies = [
17115 "log",
17116 "symphonia-core",
17117]
17118
17119[[package]]
17120name = "symphonia-codec-vorbis"
17121version = "0.5.5"
17122source = "registry+https://github.com/rust-lang/crates.io-index"
17123checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17124dependencies = [
17125 "log",
17126 "symphonia-core",
17127 "symphonia-utils-xiph",
17128]
17129
17130[[package]]
17131name = "symphonia-core"
17132version = "0.5.5"
17133source = "registry+https://github.com/rust-lang/crates.io-index"
17134checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17135dependencies = [
17136 "arrayvec",
17137 "bitflags 1.3.2",
17138 "bytemuck",
17139 "lazy_static",
17140 "log",
17141]
17142
17143[[package]]
17144name = "symphonia-format-isomp4"
17145version = "0.5.5"
17146source = "registry+https://github.com/rust-lang/crates.io-index"
17147checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17148dependencies = [
17149 "encoding_rs",
17150 "log",
17151 "symphonia-core",
17152 "symphonia-metadata",
17153 "symphonia-utils-xiph",
17154]
17155
17156[[package]]
17157name = "symphonia-format-ogg"
17158version = "0.5.5"
17159source = "registry+https://github.com/rust-lang/crates.io-index"
17160checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17161dependencies = [
17162 "log",
17163 "symphonia-core",
17164 "symphonia-metadata",
17165 "symphonia-utils-xiph",
17166]
17167
17168[[package]]
17169name = "symphonia-format-riff"
17170version = "0.5.5"
17171source = "registry+https://github.com/rust-lang/crates.io-index"
17172checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17173dependencies = [
17174 "extended",
17175 "log",
17176 "symphonia-core",
17177 "symphonia-metadata",
17178]
17179
17180[[package]]
17181name = "symphonia-metadata"
17182version = "0.5.5"
17183source = "registry+https://github.com/rust-lang/crates.io-index"
17184checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17185dependencies = [
17186 "encoding_rs",
17187 "lazy_static",
17188 "log",
17189 "symphonia-core",
17190]
17191
17192[[package]]
17193name = "symphonia-utils-xiph"
17194version = "0.5.5"
17195source = "registry+https://github.com/rust-lang/crates.io-index"
17196checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17197dependencies = [
17198 "symphonia-core",
17199 "symphonia-metadata",
17200]
17201
17202[[package]]
17203name = "syn"
17204version = "1.0.109"
17205source = "registry+https://github.com/rust-lang/crates.io-index"
17206checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17207dependencies = [
17208 "proc-macro2",
17209 "quote",
17210 "unicode-ident",
17211]
17212
17213[[package]]
17214name = "syn"
17215version = "2.0.117"
17216source = "registry+https://github.com/rust-lang/crates.io-index"
17217checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17218dependencies = [
17219 "proc-macro2",
17220 "quote",
17221 "unicode-ident",
17222]
17223
17224[[package]]
17225name = "sync_wrapper"
17226version = "0.1.2"
17227source = "registry+https://github.com/rust-lang/crates.io-index"
17228checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17229
17230[[package]]
17231name = "sync_wrapper"
17232version = "1.0.2"
17233source = "registry+https://github.com/rust-lang/crates.io-index"
17234checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17235dependencies = [
17236 "futures-core",
17237]
17238
17239[[package]]
17240name = "synchronoise"
17241version = "1.0.1"
17242source = "registry+https://github.com/rust-lang/crates.io-index"
17243checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17244dependencies = [
17245 "crossbeam-queue",
17246]
17247
17248[[package]]
17249name = "synstructure"
17250version = "0.13.2"
17251source = "registry+https://github.com/rust-lang/crates.io-index"
17252checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17253dependencies = [
17254 "proc-macro2",
17255 "quote",
17256 "syn 2.0.117",
17257]
17258
17259[[package]]
17260name = "syntax_theme"
17261version = "0.1.0"
17262dependencies = [
17263 "gpui",
17264 "serde",
17265 "serde_json",
17266]
17267
17268[[package]]
17269name = "sys-locale"
17270version = "0.3.2"
17271source = "registry+https://github.com/rust-lang/crates.io-index"
17272checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17273dependencies = [
17274 "libc",
17275]
17276
17277[[package]]
17278name = "sysctl"
17279version = "0.5.5"
17280source = "registry+https://github.com/rust-lang/crates.io-index"
17281checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17282dependencies = [
17283 "bitflags 2.10.0",
17284 "byteorder",
17285 "enum-as-inner",
17286 "libc",
17287 "thiserror 1.0.69",
17288 "walkdir",
17289]
17290
17291[[package]]
17292name = "sysctl"
17293version = "0.6.0"
17294source = "registry+https://github.com/rust-lang/crates.io-index"
17295checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17296dependencies = [
17297 "bitflags 2.10.0",
17298 "byteorder",
17299 "enum-as-inner",
17300 "libc",
17301 "thiserror 1.0.69",
17302 "walkdir",
17303]
17304
17305[[package]]
17306name = "sysinfo"
17307version = "0.31.4"
17308source = "registry+https://github.com/rust-lang/crates.io-index"
17309checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17310dependencies = [
17311 "core-foundation-sys",
17312 "libc",
17313 "memchr",
17314 "ntapi",
17315 "rayon",
17316 "windows 0.57.0",
17317]
17318
17319[[package]]
17320name = "sysinfo"
17321version = "0.37.2"
17322source = "registry+https://github.com/rust-lang/crates.io-index"
17323checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17324dependencies = [
17325 "libc",
17326 "memchr",
17327 "ntapi",
17328 "objc2-core-foundation",
17329 "objc2-io-kit",
17330 "windows 0.61.3",
17331]
17332
17333[[package]]
17334name = "system-configuration"
17335version = "0.5.1"
17336source = "registry+https://github.com/rust-lang/crates.io-index"
17337checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17338dependencies = [
17339 "bitflags 1.3.2",
17340 "core-foundation 0.9.4",
17341 "system-configuration-sys 0.5.0",
17342]
17343
17344[[package]]
17345name = "system-configuration"
17346version = "0.6.1"
17347source = "registry+https://github.com/rust-lang/crates.io-index"
17348checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17349dependencies = [
17350 "bitflags 2.10.0",
17351 "core-foundation 0.9.4",
17352 "system-configuration-sys 0.6.0",
17353]
17354
17355[[package]]
17356name = "system-configuration-sys"
17357version = "0.5.0"
17358source = "registry+https://github.com/rust-lang/crates.io-index"
17359checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17360dependencies = [
17361 "core-foundation-sys",
17362 "libc",
17363]
17364
17365[[package]]
17366name = "system-configuration-sys"
17367version = "0.6.0"
17368source = "registry+https://github.com/rust-lang/crates.io-index"
17369checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17370dependencies = [
17371 "core-foundation-sys",
17372 "libc",
17373]
17374
17375[[package]]
17376name = "system-deps"
17377version = "7.0.7"
17378source = "registry+https://github.com/rust-lang/crates.io-index"
17379checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17380dependencies = [
17381 "cfg-expr",
17382 "heck 0.5.0",
17383 "pkg-config",
17384 "toml 0.9.8",
17385 "version-compare",
17386]
17387
17388[[package]]
17389name = "system-interface"
17390version = "0.27.3"
17391source = "registry+https://github.com/rust-lang/crates.io-index"
17392checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17393dependencies = [
17394 "bitflags 2.10.0",
17395 "cap-fs-ext",
17396 "cap-std",
17397 "fd-lock",
17398 "io-lifetimes",
17399 "rustix 0.38.44",
17400 "windows-sys 0.59.0",
17401 "winx",
17402]
17403
17404[[package]]
17405name = "system_specs"
17406version = "0.1.0"
17407dependencies = [
17408 "anyhow",
17409 "client",
17410 "gpui",
17411 "human_bytes",
17412 "pciid-parser",
17413 "release_channel",
17414 "semver",
17415 "serde",
17416 "sysinfo 0.37.2",
17417]
17418
17419[[package]]
17420name = "tab_switcher"
17421version = "0.1.0"
17422dependencies = [
17423 "collections",
17424 "ctor",
17425 "editor",
17426 "fuzzy_nucleo",
17427 "gpui",
17428 "menu",
17429 "picker",
17430 "project",
17431 "schemars",
17432 "serde",
17433 "serde_json",
17434 "settings",
17435 "theme",
17436 "theme_settings",
17437 "ui",
17438 "util",
17439 "workspace",
17440 "zlog",
17441]
17442
17443[[package]]
17444name = "taffy"
17445version = "0.9.0"
17446source = "registry+https://github.com/rust-lang/crates.io-index"
17447checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17448dependencies = [
17449 "arrayvec",
17450 "grid",
17451 "serde",
17452 "slotmap",
17453]
17454
17455[[package]]
17456name = "tagptr"
17457version = "0.2.0"
17458source = "registry+https://github.com/rust-lang/crates.io-index"
17459checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17460
17461[[package]]
17462name = "take-until"
17463version = "0.2.0"
17464source = "registry+https://github.com/rust-lang/crates.io-index"
17465checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17466
17467[[package]]
17468name = "tao-core-video-sys"
17469version = "0.2.0"
17470source = "registry+https://github.com/rust-lang/crates.io-index"
17471checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17472dependencies = [
17473 "cfg-if",
17474 "core-foundation-sys",
17475 "libc",
17476 "objc",
17477]
17478
17479[[package]]
17480name = "tap"
17481version = "1.0.1"
17482source = "registry+https://github.com/rust-lang/crates.io-index"
17483checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17484
17485[[package]]
17486name = "target-lexicon"
17487version = "0.13.3"
17488source = "registry+https://github.com/rust-lang/crates.io-index"
17489checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17490
17491[[package]]
17492name = "task"
17493version = "0.1.0"
17494dependencies = [
17495 "anyhow",
17496 "collections",
17497 "futures 0.3.32",
17498 "gpui",
17499 "hex",
17500 "log",
17501 "parking_lot",
17502 "pretty_assertions",
17503 "proto",
17504 "schemars",
17505 "serde",
17506 "serde_json",
17507 "serde_json_lenient",
17508 "sha2",
17509 "shellexpand",
17510 "util",
17511 "zed_actions",
17512]
17513
17514[[package]]
17515name = "tasks_ui"
17516version = "0.1.0"
17517dependencies = [
17518 "anyhow",
17519 "collections",
17520 "editor",
17521 "file_icons",
17522 "fuzzy",
17523 "gpui",
17524 "itertools 0.14.0",
17525 "language",
17526 "menu",
17527 "picker",
17528 "project",
17529 "serde",
17530 "serde_json",
17531 "task",
17532 "tree-sitter-rust",
17533 "tree-sitter-typescript",
17534 "ui",
17535 "util",
17536 "workspace",
17537 "zed_actions",
17538]
17539
17540[[package]]
17541name = "telemetry"
17542version = "0.1.0"
17543dependencies = [
17544 "futures 0.3.32",
17545 "serde",
17546 "serde_json",
17547 "telemetry_events",
17548]
17549
17550[[package]]
17551name = "telemetry_events"
17552version = "0.1.0"
17553dependencies = [
17554 "semver",
17555 "serde",
17556 "serde_json",
17557]
17558
17559[[package]]
17560name = "tempfile"
17561version = "3.23.0"
17562source = "registry+https://github.com/rust-lang/crates.io-index"
17563checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17564dependencies = [
17565 "fastrand 2.3.0",
17566 "getrandom 0.3.4",
17567 "once_cell",
17568 "rustix 1.1.2",
17569 "windows-sys 0.61.2",
17570]
17571
17572[[package]]
17573name = "tendril"
17574version = "0.4.3"
17575source = "registry+https://github.com/rust-lang/crates.io-index"
17576checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17577dependencies = [
17578 "futf",
17579 "mac",
17580 "utf-8",
17581]
17582
17583[[package]]
17584name = "termcolor"
17585version = "1.4.1"
17586source = "registry+https://github.com/rust-lang/crates.io-index"
17587checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17588dependencies = [
17589 "winapi-util",
17590]
17591
17592[[package]]
17593name = "terminal"
17594version = "0.1.0"
17595dependencies = [
17596 "alacritty_terminal",
17597 "anyhow",
17598 "collections",
17599 "futures 0.3.32",
17600 "gpui",
17601 "itertools 0.14.0",
17602 "libc",
17603 "log",
17604 "parking_lot",
17605 "rand 0.9.3",
17606 "regex",
17607 "release_channel",
17608 "schemars",
17609 "serde",
17610 "settings",
17611 "smol",
17612 "sysinfo 0.37.2",
17613 "task",
17614 "theme",
17615 "theme_settings",
17616 "thiserror 2.0.17",
17617 "url",
17618 "urlencoding",
17619 "util",
17620 "util_macros",
17621 "windows 0.61.3",
17622]
17623
17624[[package]]
17625name = "terminal_size"
17626version = "0.4.3"
17627source = "registry+https://github.com/rust-lang/crates.io-index"
17628checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17629dependencies = [
17630 "rustix 1.1.2",
17631 "windows-sys 0.60.2",
17632]
17633
17634[[package]]
17635name = "terminal_view"
17636version = "0.1.0"
17637dependencies = [
17638 "anyhow",
17639 "async-recursion",
17640 "breadcrumbs",
17641 "collections",
17642 "db",
17643 "dirs",
17644 "editor",
17645 "futures 0.3.32",
17646 "gpui",
17647 "itertools 0.14.0",
17648 "language",
17649 "log",
17650 "menu",
17651 "pretty_assertions",
17652 "project",
17653 "regex",
17654 "release_channel",
17655 "remote",
17656 "rpc",
17657 "schemars",
17658 "semver",
17659 "serde",
17660 "serde_json",
17661 "settings",
17662 "shellexpand",
17663 "task",
17664 "terminal",
17665 "theme",
17666 "theme_settings",
17667 "ui",
17668 "util",
17669 "workspace",
17670 "zed_actions",
17671]
17672
17673[[package]]
17674name = "text"
17675version = "0.1.0"
17676dependencies = [
17677 "anyhow",
17678 "clock",
17679 "collections",
17680 "ctor",
17681 "gpui",
17682 "log",
17683 "parking_lot",
17684 "postage",
17685 "rand 0.9.3",
17686 "regex",
17687 "rope",
17688 "smallvec",
17689 "sum_tree",
17690 "util",
17691 "zlog",
17692]
17693
17694[[package]]
17695name = "theme"
17696version = "0.1.0"
17697dependencies = [
17698 "anyhow",
17699 "collections",
17700 "gpui",
17701 "palette",
17702 "parking_lot",
17703 "refineable",
17704 "schemars",
17705 "serde",
17706 "serde_json",
17707 "serde_json_lenient",
17708 "strum 0.27.2",
17709 "syntax_theme",
17710 "thiserror 2.0.17",
17711 "uuid",
17712]
17713
17714[[package]]
17715name = "theme_extension"
17716version = "0.1.0"
17717dependencies = [
17718 "anyhow",
17719 "extension",
17720 "fs",
17721 "gpui",
17722 "theme",
17723 "theme_settings",
17724]
17725
17726[[package]]
17727name = "theme_importer"
17728version = "0.1.0"
17729dependencies = [
17730 "anyhow",
17731 "clap",
17732 "collections",
17733 "gpui",
17734 "indexmap",
17735 "log",
17736 "palette",
17737 "serde",
17738 "serde_json",
17739 "serde_json_lenient",
17740 "simplelog",
17741 "strum 0.27.2",
17742 "theme",
17743 "theme_settings",
17744 "vscode_theme",
17745]
17746
17747[[package]]
17748name = "theme_selector"
17749version = "0.1.0"
17750dependencies = [
17751 "editor",
17752 "fs",
17753 "fuzzy",
17754 "gpui",
17755 "log",
17756 "picker",
17757 "project",
17758 "serde",
17759 "serde_json",
17760 "settings",
17761 "telemetry",
17762 "theme",
17763 "theme_settings",
17764 "ui",
17765 "util",
17766 "workspace",
17767 "zed_actions",
17768]
17769
17770[[package]]
17771name = "theme_settings"
17772version = "0.1.0"
17773dependencies = [
17774 "anyhow",
17775 "collections",
17776 "gpui",
17777 "gpui_util",
17778 "log",
17779 "palette",
17780 "refineable",
17781 "schemars",
17782 "serde",
17783 "serde_json",
17784 "serde_json_lenient",
17785 "settings",
17786 "theme",
17787 "uuid",
17788]
17789
17790[[package]]
17791name = "thiserror"
17792version = "1.0.69"
17793source = "registry+https://github.com/rust-lang/crates.io-index"
17794checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17795dependencies = [
17796 "thiserror-impl 1.0.69",
17797]
17798
17799[[package]]
17800name = "thiserror"
17801version = "2.0.17"
17802source = "registry+https://github.com/rust-lang/crates.io-index"
17803checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17804dependencies = [
17805 "thiserror-impl 2.0.17",
17806]
17807
17808[[package]]
17809name = "thiserror-impl"
17810version = "1.0.69"
17811source = "registry+https://github.com/rust-lang/crates.io-index"
17812checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17813dependencies = [
17814 "proc-macro2",
17815 "quote",
17816 "syn 2.0.117",
17817]
17818
17819[[package]]
17820name = "thiserror-impl"
17821version = "2.0.17"
17822source = "registry+https://github.com/rust-lang/crates.io-index"
17823checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17824dependencies = [
17825 "proc-macro2",
17826 "quote",
17827 "syn 2.0.117",
17828]
17829
17830[[package]]
17831name = "thread_local"
17832version = "1.1.9"
17833source = "registry+https://github.com/rust-lang/crates.io-index"
17834checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17835dependencies = [
17836 "cfg-if",
17837]
17838
17839[[package]]
17840name = "tiff"
17841version = "0.11.3"
17842source = "registry+https://github.com/rust-lang/crates.io-index"
17843checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17844dependencies = [
17845 "fax",
17846 "flate2",
17847 "half",
17848 "quick-error 2.0.1",
17849 "weezl",
17850 "zune-jpeg 0.5.15",
17851]
17852
17853[[package]]
17854name = "time"
17855version = "0.3.47"
17856source = "registry+https://github.com/rust-lang/crates.io-index"
17857checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17858dependencies = [
17859 "deranged",
17860 "itoa",
17861 "libc",
17862 "num-conv",
17863 "num_threads",
17864 "powerfmt",
17865 "serde_core",
17866 "time-core",
17867 "time-macros",
17868]
17869
17870[[package]]
17871name = "time-core"
17872version = "0.1.8"
17873source = "registry+https://github.com/rust-lang/crates.io-index"
17874checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17875
17876[[package]]
17877name = "time-macros"
17878version = "0.2.27"
17879source = "registry+https://github.com/rust-lang/crates.io-index"
17880checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17881dependencies = [
17882 "num-conv",
17883 "time-core",
17884]
17885
17886[[package]]
17887name = "time_format"
17888version = "0.1.0"
17889dependencies = [
17890 "core-foundation 0.10.0",
17891 "core-foundation-sys",
17892 "sys-locale",
17893 "time",
17894 "windows 0.61.3",
17895]
17896
17897[[package]]
17898name = "tiny-keccak"
17899version = "2.0.2"
17900source = "registry+https://github.com/rust-lang/crates.io-index"
17901checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17902dependencies = [
17903 "crunchy",
17904]
17905
17906[[package]]
17907name = "tiny-skia"
17908version = "0.11.4"
17909source = "registry+https://github.com/rust-lang/crates.io-index"
17910checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17911dependencies = [
17912 "arrayref",
17913 "arrayvec",
17914 "bytemuck",
17915 "cfg-if",
17916 "log",
17917 "png 0.17.16",
17918 "tiny-skia-path",
17919]
17920
17921[[package]]
17922name = "tiny-skia-path"
17923version = "0.11.4"
17924source = "registry+https://github.com/rust-lang/crates.io-index"
17925checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17926dependencies = [
17927 "arrayref",
17928 "bytemuck",
17929 "strict-num",
17930]
17931
17932[[package]]
17933name = "tiny_http"
17934version = "0.12.0"
17935source = "registry+https://github.com/rust-lang/crates.io-index"
17936checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17937dependencies = [
17938 "ascii",
17939 "chunked_transfer",
17940 "httpdate",
17941 "log",
17942]
17943
17944[[package]]
17945name = "tinystr"
17946version = "0.8.1"
17947source = "registry+https://github.com/rust-lang/crates.io-index"
17948checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17949dependencies = [
17950 "displaydoc",
17951 "zerovec",
17952]
17953
17954[[package]]
17955name = "tinytemplate"
17956version = "1.2.1"
17957source = "registry+https://github.com/rust-lang/crates.io-index"
17958checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17959dependencies = [
17960 "serde",
17961 "serde_json",
17962]
17963
17964[[package]]
17965name = "tinyvec"
17966version = "1.10.0"
17967source = "registry+https://github.com/rust-lang/crates.io-index"
17968checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17969dependencies = [
17970 "tinyvec_macros",
17971]
17972
17973[[package]]
17974name = "tinyvec_macros"
17975version = "0.1.1"
17976source = "registry+https://github.com/rust-lang/crates.io-index"
17977checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17978
17979[[package]]
17980name = "title_bar"
17981version = "0.1.0"
17982dependencies = [
17983 "anyhow",
17984 "arrayvec",
17985 "auto_update",
17986 "call",
17987 "channel",
17988 "chrono",
17989 "client",
17990 "cloud_api_types",
17991 "db",
17992 "git_ui",
17993 "gpui",
17994 "icons",
17995 "livekit_client",
17996 "notifications",
17997 "platform_title_bar",
17998 "project",
17999 "recent_projects",
18000 "release_channel",
18001 "remote",
18002 "remote_connection",
18003 "rpc",
18004 "schemars",
18005 "semver",
18006 "serde",
18007 "settings",
18008 "smallvec",
18009 "telemetry",
18010 "theme",
18011 "ui",
18012 "util",
18013 "windows 0.61.3",
18014 "workspace",
18015 "zed_actions",
18016]
18017
18018[[package]]
18019name = "tokio"
18020version = "1.48.0"
18021source = "registry+https://github.com/rust-lang/crates.io-index"
18022checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18023dependencies = [
18024 "bytes 1.11.1",
18025 "libc",
18026 "mio 1.1.0",
18027 "parking_lot",
18028 "pin-project-lite",
18029 "signal-hook-registry",
18030 "socket2 0.6.1",
18031 "tokio-macros",
18032 "windows-sys 0.61.2",
18033]
18034
18035[[package]]
18036name = "tokio-io"
18037version = "0.1.13"
18038source = "registry+https://github.com/rust-lang/crates.io-index"
18039checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18040dependencies = [
18041 "bytes 0.4.12",
18042 "futures 0.1.31",
18043 "log",
18044]
18045
18046[[package]]
18047name = "tokio-macros"
18048version = "2.6.0"
18049source = "registry+https://github.com/rust-lang/crates.io-index"
18050checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18051dependencies = [
18052 "proc-macro2",
18053 "quote",
18054 "syn 2.0.117",
18055]
18056
18057[[package]]
18058name = "tokio-native-tls"
18059version = "0.3.1"
18060source = "registry+https://github.com/rust-lang/crates.io-index"
18061checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18062dependencies = [
18063 "native-tls",
18064 "tokio",
18065]
18066
18067[[package]]
18068name = "tokio-rustls"
18069version = "0.24.1"
18070source = "registry+https://github.com/rust-lang/crates.io-index"
18071checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18072dependencies = [
18073 "rustls 0.21.12",
18074 "tokio",
18075]
18076
18077[[package]]
18078name = "tokio-rustls"
18079version = "0.26.2"
18080source = "registry+https://github.com/rust-lang/crates.io-index"
18081checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18082dependencies = [
18083 "rustls 0.23.33",
18084 "tokio",
18085]
18086
18087[[package]]
18088name = "tokio-socks"
18089version = "0.5.2"
18090source = "registry+https://github.com/rust-lang/crates.io-index"
18091checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18092dependencies = [
18093 "either",
18094 "futures-io",
18095 "futures-util",
18096 "thiserror 1.0.69",
18097 "tokio",
18098]
18099
18100[[package]]
18101name = "tokio-stream"
18102version = "0.1.17"
18103source = "registry+https://github.com/rust-lang/crates.io-index"
18104checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18105dependencies = [
18106 "futures-core",
18107 "pin-project-lite",
18108 "tokio",
18109]
18110
18111[[package]]
18112name = "tokio-tungstenite"
18113version = "0.20.1"
18114source = "registry+https://github.com/rust-lang/crates.io-index"
18115checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18116dependencies = [
18117 "futures-util",
18118 "log",
18119 "tokio",
18120 "tungstenite 0.20.1",
18121]
18122
18123[[package]]
18124name = "tokio-tungstenite"
18125version = "0.21.0"
18126source = "registry+https://github.com/rust-lang/crates.io-index"
18127checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18128dependencies = [
18129 "futures-util",
18130 "log",
18131 "tokio",
18132 "tungstenite 0.21.0",
18133]
18134
18135[[package]]
18136name = "tokio-tungstenite"
18137version = "0.28.0"
18138source = "registry+https://github.com/rust-lang/crates.io-index"
18139checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18140dependencies = [
18141 "futures-util",
18142 "log",
18143 "rustls 0.23.33",
18144 "rustls-native-certs 0.8.2",
18145 "rustls-pki-types",
18146 "tokio",
18147 "tokio-rustls 0.26.2",
18148 "tungstenite 0.28.0",
18149]
18150
18151[[package]]
18152name = "tokio-util"
18153version = "0.7.16"
18154source = "registry+https://github.com/rust-lang/crates.io-index"
18155checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18156dependencies = [
18157 "bytes 1.11.1",
18158 "futures-core",
18159 "futures-io",
18160 "futures-sink",
18161 "pin-project-lite",
18162 "tokio",
18163]
18164
18165[[package]]
18166name = "toml"
18167version = "0.5.11"
18168source = "registry+https://github.com/rust-lang/crates.io-index"
18169checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18170dependencies = [
18171 "serde",
18172]
18173
18174[[package]]
18175name = "toml"
18176version = "0.8.23"
18177source = "registry+https://github.com/rust-lang/crates.io-index"
18178checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18179dependencies = [
18180 "serde",
18181 "serde_spanned 0.6.9",
18182 "toml_datetime 0.6.11",
18183 "toml_edit 0.22.27",
18184]
18185
18186[[package]]
18187name = "toml"
18188version = "0.9.8"
18189source = "registry+https://github.com/rust-lang/crates.io-index"
18190checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18191dependencies = [
18192 "indexmap",
18193 "serde_core",
18194 "serde_spanned 1.0.3",
18195 "toml_datetime 0.7.3",
18196 "toml_parser",
18197 "toml_writer",
18198 "winnow",
18199]
18200
18201[[package]]
18202name = "toml_datetime"
18203version = "0.6.11"
18204source = "registry+https://github.com/rust-lang/crates.io-index"
18205checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18206dependencies = [
18207 "serde",
18208]
18209
18210[[package]]
18211name = "toml_datetime"
18212version = "0.7.3"
18213source = "registry+https://github.com/rust-lang/crates.io-index"
18214checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18215dependencies = [
18216 "serde_core",
18217]
18218
18219[[package]]
18220name = "toml_edit"
18221version = "0.22.27"
18222source = "registry+https://github.com/rust-lang/crates.io-index"
18223checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18224dependencies = [
18225 "indexmap",
18226 "serde",
18227 "serde_spanned 0.6.9",
18228 "toml_datetime 0.6.11",
18229 "toml_write",
18230 "winnow",
18231]
18232
18233[[package]]
18234name = "toml_edit"
18235version = "0.23.7"
18236source = "registry+https://github.com/rust-lang/crates.io-index"
18237checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18238dependencies = [
18239 "indexmap",
18240 "toml_datetime 0.7.3",
18241 "toml_parser",
18242 "winnow",
18243]
18244
18245[[package]]
18246name = "toml_parser"
18247version = "1.0.4"
18248source = "registry+https://github.com/rust-lang/crates.io-index"
18249checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18250dependencies = [
18251 "winnow",
18252]
18253
18254[[package]]
18255name = "toml_write"
18256version = "0.1.2"
18257source = "registry+https://github.com/rust-lang/crates.io-index"
18258checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18259
18260[[package]]
18261name = "toml_writer"
18262version = "1.0.4"
18263source = "registry+https://github.com/rust-lang/crates.io-index"
18264checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18265
18266[[package]]
18267name = "toolchain_selector"
18268version = "0.1.0"
18269dependencies = [
18270 "anyhow",
18271 "convert_case 0.8.0",
18272 "editor",
18273 "futures 0.3.32",
18274 "fuzzy",
18275 "gpui",
18276 "language",
18277 "menu",
18278 "open_path_prompt",
18279 "picker",
18280 "project",
18281 "ui",
18282 "util",
18283 "workspace",
18284]
18285
18286[[package]]
18287name = "topological-sort"
18288version = "0.2.2"
18289source = "registry+https://github.com/rust-lang/crates.io-index"
18290checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18291
18292[[package]]
18293name = "tower"
18294version = "0.4.13"
18295source = "registry+https://github.com/rust-lang/crates.io-index"
18296checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18297dependencies = [
18298 "futures-core",
18299 "futures-util",
18300 "pin-project",
18301 "pin-project-lite",
18302 "tokio",
18303 "tower-layer",
18304 "tower-service",
18305 "tracing",
18306]
18307
18308[[package]]
18309name = "tower"
18310version = "0.5.2"
18311source = "registry+https://github.com/rust-lang/crates.io-index"
18312checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18313dependencies = [
18314 "futures-core",
18315 "futures-util",
18316 "pin-project-lite",
18317 "sync_wrapper 1.0.2",
18318 "tokio",
18319 "tokio-util",
18320 "tower-layer",
18321 "tower-service",
18322 "tracing",
18323]
18324
18325[[package]]
18326name = "tower-http"
18327version = "0.4.4"
18328source = "registry+https://github.com/rust-lang/crates.io-index"
18329checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18330dependencies = [
18331 "bitflags 2.10.0",
18332 "bytes 1.11.1",
18333 "futures-core",
18334 "futures-util",
18335 "http 0.2.12",
18336 "http-body 0.4.6",
18337 "http-range-header",
18338 "pin-project-lite",
18339 "tower-layer",
18340 "tower-service",
18341 "tracing",
18342]
18343
18344[[package]]
18345name = "tower-http"
18346version = "0.6.6"
18347source = "registry+https://github.com/rust-lang/crates.io-index"
18348checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18349dependencies = [
18350 "bitflags 2.10.0",
18351 "bytes 1.11.1",
18352 "futures-util",
18353 "http 1.3.1",
18354 "http-body 1.0.1",
18355 "iri-string",
18356 "pin-project-lite",
18357 "tower 0.5.2",
18358 "tower-layer",
18359 "tower-service",
18360 "tracing",
18361]
18362
18363[[package]]
18364name = "tower-layer"
18365version = "0.3.3"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18368
18369[[package]]
18370name = "tower-service"
18371version = "0.3.3"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18374
18375[[package]]
18376name = "tracing"
18377version = "0.1.43"
18378source = "registry+https://github.com/rust-lang/crates.io-index"
18379checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18380dependencies = [
18381 "log",
18382 "pin-project-lite",
18383 "tracing-attributes",
18384 "tracing-core",
18385]
18386
18387[[package]]
18388name = "tracing-attributes"
18389version = "0.1.31"
18390source = "registry+https://github.com/rust-lang/crates.io-index"
18391checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18392dependencies = [
18393 "proc-macro2",
18394 "quote",
18395 "syn 2.0.117",
18396]
18397
18398[[package]]
18399name = "tracing-core"
18400version = "0.1.35"
18401source = "registry+https://github.com/rust-lang/crates.io-index"
18402checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18403dependencies = [
18404 "once_cell",
18405 "valuable",
18406]
18407
18408[[package]]
18409name = "tracing-log"
18410version = "0.2.0"
18411source = "registry+https://github.com/rust-lang/crates.io-index"
18412checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18413dependencies = [
18414 "log",
18415 "once_cell",
18416 "tracing-core",
18417]
18418
18419[[package]]
18420name = "tracing-serde"
18421version = "0.2.0"
18422source = "registry+https://github.com/rust-lang/crates.io-index"
18423checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18424dependencies = [
18425 "serde",
18426 "tracing-core",
18427]
18428
18429[[package]]
18430name = "tracing-subscriber"
18431version = "0.3.22"
18432source = "registry+https://github.com/rust-lang/crates.io-index"
18433checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18434dependencies = [
18435 "matchers",
18436 "nu-ansi-term",
18437 "once_cell",
18438 "regex-automata",
18439 "serde",
18440 "serde_json",
18441 "sharded-slab",
18442 "smallvec",
18443 "thread_local",
18444 "tracing",
18445 "tracing-core",
18446 "tracing-log",
18447 "tracing-serde",
18448]
18449
18450[[package]]
18451name = "tracing-tracy"
18452version = "0.11.4"
18453source = "registry+https://github.com/rust-lang/crates.io-index"
18454checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18455dependencies = [
18456 "tracing-core",
18457 "tracing-subscriber",
18458 "tracy-client",
18459]
18460
18461[[package]]
18462name = "tracy-client"
18463version = "0.18.3"
18464source = "registry+https://github.com/rust-lang/crates.io-index"
18465checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18466dependencies = [
18467 "loom",
18468 "once_cell",
18469 "tracy-client-sys",
18470]
18471
18472[[package]]
18473name = "tracy-client-sys"
18474version = "0.27.0"
18475source = "registry+https://github.com/rust-lang/crates.io-index"
18476checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18477dependencies = [
18478 "cc",
18479 "windows-targets 0.52.6",
18480]
18481
18482[[package]]
18483name = "transpose"
18484version = "0.2.3"
18485source = "registry+https://github.com/rust-lang/crates.io-index"
18486checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18487dependencies = [
18488 "num-integer",
18489 "strength_reduce",
18490]
18491
18492[[package]]
18493name = "trash"
18494version = "5.2.5"
18495source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18496dependencies = [
18497 "chrono",
18498 "libc",
18499 "log",
18500 "objc2",
18501 "objc2-foundation",
18502 "once_cell",
18503 "percent-encoding",
18504 "scopeguard",
18505 "urlencoding",
18506 "windows 0.56.0",
18507 "windows-core 0.56.0",
18508]
18509
18510[[package]]
18511name = "tree-sitter"
18512version = "0.26.8"
18513source = "registry+https://github.com/rust-lang/crates.io-index"
18514checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18515dependencies = [
18516 "cc",
18517 "regex",
18518 "regex-syntax",
18519 "serde_json",
18520 "streaming-iterator",
18521 "tree-sitter-language",
18522 "wasmtime-c-api-impl",
18523]
18524
18525[[package]]
18526name = "tree-sitter-bash"
18527version = "0.25.1"
18528source = "registry+https://github.com/rust-lang/crates.io-index"
18529checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18530dependencies = [
18531 "cc",
18532 "tree-sitter-language",
18533]
18534
18535[[package]]
18536name = "tree-sitter-c"
18537version = "0.24.1"
18538source = "registry+https://github.com/rust-lang/crates.io-index"
18539checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18540dependencies = [
18541 "cc",
18542 "tree-sitter-language",
18543]
18544
18545[[package]]
18546name = "tree-sitter-cpp"
18547version = "0.23.4"
18548source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18549dependencies = [
18550 "cc",
18551 "tree-sitter-language",
18552]
18553
18554[[package]]
18555name = "tree-sitter-css"
18556version = "0.23.2"
18557source = "registry+https://github.com/rust-lang/crates.io-index"
18558checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18559dependencies = [
18560 "cc",
18561 "tree-sitter-language",
18562]
18563
18564[[package]]
18565name = "tree-sitter-diff"
18566version = "0.1.0"
18567source = "registry+https://github.com/rust-lang/crates.io-index"
18568checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18569dependencies = [
18570 "cc",
18571 "tree-sitter-language",
18572]
18573
18574[[package]]
18575name = "tree-sitter-elixir"
18576version = "0.3.4"
18577source = "registry+https://github.com/rust-lang/crates.io-index"
18578checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18579dependencies = [
18580 "cc",
18581 "tree-sitter-language",
18582]
18583
18584[[package]]
18585name = "tree-sitter-embedded-template"
18586version = "0.23.2"
18587source = "registry+https://github.com/rust-lang/crates.io-index"
18588checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18589dependencies = [
18590 "cc",
18591 "tree-sitter-language",
18592]
18593
18594[[package]]
18595name = "tree-sitter-gitcommit"
18596version = "0.0.1"
18597source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18598dependencies = [
18599 "cc",
18600 "tree-sitter-language",
18601]
18602
18603[[package]]
18604name = "tree-sitter-go"
18605version = "0.25.0"
18606source = "registry+https://github.com/rust-lang/crates.io-index"
18607checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18608dependencies = [
18609 "cc",
18610 "tree-sitter-language",
18611]
18612
18613[[package]]
18614name = "tree-sitter-gomod"
18615version = "1.1.1"
18616source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18617dependencies = [
18618 "cc",
18619 "tree-sitter-language",
18620]
18621
18622[[package]]
18623name = "tree-sitter-gowork"
18624version = "0.0.1"
18625source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18626dependencies = [
18627 "cc",
18628 "tree-sitter-language",
18629]
18630
18631[[package]]
18632name = "tree-sitter-heex"
18633version = "0.0.1"
18634source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18635dependencies = [
18636 "cc",
18637 "tree-sitter-language",
18638]
18639
18640[[package]]
18641name = "tree-sitter-html"
18642version = "0.23.2"
18643source = "registry+https://github.com/rust-lang/crates.io-index"
18644checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18645dependencies = [
18646 "cc",
18647 "tree-sitter-language",
18648]
18649
18650[[package]]
18651name = "tree-sitter-jsdoc"
18652version = "0.23.2"
18653source = "registry+https://github.com/rust-lang/crates.io-index"
18654checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18655dependencies = [
18656 "cc",
18657 "tree-sitter-language",
18658]
18659
18660[[package]]
18661name = "tree-sitter-json"
18662version = "0.24.8"
18663source = "registry+https://github.com/rust-lang/crates.io-index"
18664checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18665dependencies = [
18666 "cc",
18667 "tree-sitter-language",
18668]
18669
18670[[package]]
18671name = "tree-sitter-language"
18672version = "0.1.5"
18673source = "registry+https://github.com/rust-lang/crates.io-index"
18674checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18675
18676[[package]]
18677name = "tree-sitter-md"
18678version = "0.3.2"
18679source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18680dependencies = [
18681 "cc",
18682 "tree-sitter-language",
18683]
18684
18685[[package]]
18686name = "tree-sitter-python"
18687version = "0.25.0"
18688source = "registry+https://github.com/rust-lang/crates.io-index"
18689checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18690dependencies = [
18691 "cc",
18692 "tree-sitter-language",
18693]
18694
18695[[package]]
18696name = "tree-sitter-regex"
18697version = "0.24.3"
18698source = "registry+https://github.com/rust-lang/crates.io-index"
18699checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18700dependencies = [
18701 "cc",
18702 "tree-sitter-language",
18703]
18704
18705[[package]]
18706name = "tree-sitter-ruby"
18707version = "0.23.1"
18708source = "registry+https://github.com/rust-lang/crates.io-index"
18709checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18710dependencies = [
18711 "cc",
18712 "tree-sitter-language",
18713]
18714
18715[[package]]
18716name = "tree-sitter-rust"
18717version = "0.24.2"
18718source = "registry+https://github.com/rust-lang/crates.io-index"
18719checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18720dependencies = [
18721 "cc",
18722 "tree-sitter-language",
18723]
18724
18725[[package]]
18726name = "tree-sitter-typescript"
18727version = "0.23.2"
18728source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18729dependencies = [
18730 "cc",
18731 "tree-sitter-language",
18732]
18733
18734[[package]]
18735name = "tree-sitter-yaml"
18736version = "0.6.1"
18737source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18738dependencies = [
18739 "cc",
18740 "tree-sitter-language",
18741]
18742
18743[[package]]
18744name = "triomphe"
18745version = "0.1.15"
18746source = "registry+https://github.com/rust-lang/crates.io-index"
18747checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18748dependencies = [
18749 "serde",
18750 "stable_deref_trait",
18751]
18752
18753[[package]]
18754name = "try-lock"
18755version = "0.2.5"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18758
18759[[package]]
18760name = "ttf-parser"
18761version = "0.20.0"
18762source = "registry+https://github.com/rust-lang/crates.io-index"
18763checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18764
18765[[package]]
18766name = "ttf-parser"
18767version = "0.25.1"
18768source = "registry+https://github.com/rust-lang/crates.io-index"
18769checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18770dependencies = [
18771 "core_maths",
18772]
18773
18774[[package]]
18775name = "tungstenite"
18776version = "0.20.1"
18777source = "registry+https://github.com/rust-lang/crates.io-index"
18778checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18779dependencies = [
18780 "byteorder",
18781 "bytes 1.11.1",
18782 "data-encoding",
18783 "http 0.2.12",
18784 "httparse",
18785 "log",
18786 "rand 0.8.5",
18787 "sha1",
18788 "thiserror 1.0.69",
18789 "url",
18790 "utf-8",
18791]
18792
18793[[package]]
18794name = "tungstenite"
18795version = "0.21.0"
18796source = "registry+https://github.com/rust-lang/crates.io-index"
18797checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18798dependencies = [
18799 "byteorder",
18800 "bytes 1.11.1",
18801 "data-encoding",
18802 "http 1.3.1",
18803 "httparse",
18804 "log",
18805 "rand 0.8.5",
18806 "sha1",
18807 "thiserror 1.0.69",
18808 "url",
18809 "utf-8",
18810]
18811
18812[[package]]
18813name = "tungstenite"
18814version = "0.27.0"
18815source = "registry+https://github.com/rust-lang/crates.io-index"
18816checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18817dependencies = [
18818 "bytes 1.11.1",
18819 "data-encoding",
18820 "http 1.3.1",
18821 "httparse",
18822 "log",
18823 "rand 0.9.3",
18824 "rustls 0.23.33",
18825 "rustls-pki-types",
18826 "sha1",
18827 "thiserror 2.0.17",
18828 "utf-8",
18829]
18830
18831[[package]]
18832name = "tungstenite"
18833version = "0.28.0"
18834source = "registry+https://github.com/rust-lang/crates.io-index"
18835checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18836dependencies = [
18837 "bytes 1.11.1",
18838 "data-encoding",
18839 "http 1.3.1",
18840 "httparse",
18841 "log",
18842 "rand 0.9.3",
18843 "rustls 0.23.33",
18844 "rustls-pki-types",
18845 "sha1",
18846 "thiserror 2.0.17",
18847 "utf-8",
18848]
18849
18850[[package]]
18851name = "typeid"
18852version = "1.0.3"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18855
18856[[package]]
18857name = "typenum"
18858version = "1.19.0"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18861
18862[[package]]
18863name = "ucd-trie"
18864version = "0.1.7"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18867
18868[[package]]
18869name = "uds"
18870version = "0.4.2"
18871source = "registry+https://github.com/rust-lang/crates.io-index"
18872checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18873dependencies = [
18874 "libc",
18875]
18876
18877[[package]]
18878name = "uds_windows"
18879version = "1.1.0"
18880source = "registry+https://github.com/rust-lang/crates.io-index"
18881checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18882dependencies = [
18883 "memoffset",
18884 "tempfile",
18885 "winapi",
18886]
18887
18888[[package]]
18889name = "ug"
18890version = "0.4.0"
18891source = "registry+https://github.com/rust-lang/crates.io-index"
18892checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18893dependencies = [
18894 "gemm 0.18.2",
18895 "half",
18896 "libloading",
18897 "memmap2",
18898 "num",
18899 "num-traits",
18900 "num_cpus",
18901 "rayon",
18902 "safetensors",
18903 "serde",
18904 "thiserror 1.0.69",
18905 "tracing",
18906 "yoke 0.7.5",
18907]
18908
18909[[package]]
18910name = "ui"
18911version = "0.1.0"
18912dependencies = [
18913 "chrono",
18914 "component",
18915 "documented",
18916 "gpui",
18917 "gpui_macros",
18918 "gpui_util",
18919 "icons",
18920 "itertools 0.14.0",
18921 "menu",
18922 "schemars",
18923 "serde",
18924 "smallvec",
18925 "strum 0.27.2",
18926 "theme",
18927 "ui_macros",
18928 "windows 0.61.3",
18929]
18930
18931[[package]]
18932name = "ui_input"
18933version = "0.1.0"
18934dependencies = [
18935 "component",
18936 "gpui",
18937 "ui",
18938]
18939
18940[[package]]
18941name = "ui_macros"
18942version = "0.1.0"
18943dependencies = [
18944 "component",
18945 "quote",
18946 "syn 2.0.117",
18947 "ui",
18948]
18949
18950[[package]]
18951name = "ui_prompt"
18952version = "0.1.0"
18953dependencies = [
18954 "gpui",
18955 "markdown",
18956 "menu",
18957 "settings",
18958 "theme_settings",
18959 "ui",
18960 "workspace",
18961]
18962
18963[[package]]
18964name = "unarray"
18965version = "0.1.4"
18966source = "registry+https://github.com/rust-lang/crates.io-index"
18967checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18968
18969[[package]]
18970name = "unicase"
18971version = "2.8.1"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18974
18975[[package]]
18976name = "unicode-bidi"
18977version = "0.3.18"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18980
18981[[package]]
18982name = "unicode-bidi-mirroring"
18983version = "0.4.0"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18986
18987[[package]]
18988name = "unicode-ccc"
18989version = "0.4.0"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18992
18993[[package]]
18994name = "unicode-general-category"
18995version = "1.1.0"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18998
18999[[package]]
19000name = "unicode-ident"
19001version = "1.0.19"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
19004
19005[[package]]
19006name = "unicode-linebreak"
19007version = "0.1.5"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19010
19011[[package]]
19012name = "unicode-normalization"
19013version = "0.1.24"
19014source = "registry+https://github.com/rust-lang/crates.io-index"
19015checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19016dependencies = [
19017 "tinyvec",
19018]
19019
19020[[package]]
19021name = "unicode-properties"
19022version = "0.1.3"
19023source = "registry+https://github.com/rust-lang/crates.io-index"
19024checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19025
19026[[package]]
19027name = "unicode-script"
19028version = "0.5.8"
19029source = "registry+https://github.com/rust-lang/crates.io-index"
19030checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19031
19032[[package]]
19033name = "unicode-segmentation"
19034version = "1.12.0"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19037
19038[[package]]
19039name = "unicode-vo"
19040version = "0.1.0"
19041source = "registry+https://github.com/rust-lang/crates.io-index"
19042checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19043
19044[[package]]
19045name = "unicode-width"
19046version = "0.2.2"
19047source = "registry+https://github.com/rust-lang/crates.io-index"
19048checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19049
19050[[package]]
19051name = "unicode-xid"
19052version = "0.2.6"
19053source = "registry+https://github.com/rust-lang/crates.io-index"
19054checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19055
19056[[package]]
19057name = "unicode_categories"
19058version = "0.1.1"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19061
19062[[package]]
19063name = "unindent"
19064version = "0.2.4"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19067
19068[[package]]
19069name = "unsafe-libyaml"
19070version = "0.2.11"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19073
19074[[package]]
19075name = "untrusted"
19076version = "0.7.1"
19077source = "registry+https://github.com/rust-lang/crates.io-index"
19078checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19079
19080[[package]]
19081name = "untrusted"
19082version = "0.9.0"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19085
19086[[package]]
19087name = "url"
19088version = "2.5.7"
19089source = "registry+https://github.com/rust-lang/crates.io-index"
19090checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19091dependencies = [
19092 "form_urlencoded",
19093 "idna",
19094 "percent-encoding",
19095 "serde",
19096]
19097
19098[[package]]
19099name = "urlencoding"
19100version = "2.1.3"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19103
19104[[package]]
19105name = "usvg"
19106version = "0.45.1"
19107source = "registry+https://github.com/rust-lang/crates.io-index"
19108checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19109dependencies = [
19110 "base64 0.22.1",
19111 "data-url",
19112 "flate2",
19113 "fontdb 0.23.0",
19114 "imagesize",
19115 "kurbo",
19116 "log",
19117 "pico-args",
19118 "roxmltree",
19119 "rustybuzz",
19120 "simplecss",
19121 "siphasher 1.0.1",
19122 "strict-num",
19123 "svgtypes",
19124 "tiny-skia-path",
19125 "unicode-bidi",
19126 "unicode-script",
19127 "unicode-vo",
19128 "xmlwriter",
19129]
19130
19131[[package]]
19132name = "utf-8"
19133version = "0.7.6"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19136
19137[[package]]
19138name = "utf8-chars"
19139version = "3.0.6"
19140source = "registry+https://github.com/rust-lang/crates.io-index"
19141checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19142dependencies = [
19143 "arrayvec",
19144]
19145
19146[[package]]
19147name = "utf8_iter"
19148version = "1.0.4"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19151
19152[[package]]
19153name = "utf8parse"
19154version = "0.2.2"
19155source = "registry+https://github.com/rust-lang/crates.io-index"
19156checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19157
19158[[package]]
19159name = "util"
19160version = "0.1.0"
19161dependencies = [
19162 "anyhow",
19163 "async-fs",
19164 "async_zip",
19165 "collections",
19166 "command-fds",
19167 "dirs",
19168 "dunce",
19169 "futures 0.3.32",
19170 "futures-lite 1.13.0",
19171 "git2",
19172 "globset",
19173 "gpui_util",
19174 "itertools 0.14.0",
19175 "libc",
19176 "log",
19177 "mach2 0.5.0",
19178 "nix 0.29.0",
19179 "percent-encoding",
19180 "pretty_assertions",
19181 "rand 0.9.3",
19182 "regex",
19183 "rust-embed",
19184 "schemars",
19185 "serde",
19186 "serde_json",
19187 "serde_json_lenient",
19188 "shlex",
19189 "smol",
19190 "take-until",
19191 "tempfile",
19192 "tendril",
19193 "unicase",
19194 "url",
19195 "util_macros",
19196 "walkdir",
19197 "which 6.0.3",
19198]
19199
19200[[package]]
19201name = "util_macros"
19202version = "0.1.0"
19203dependencies = [
19204 "perf",
19205 "quote",
19206 "syn 2.0.117",
19207]
19208
19209[[package]]
19210name = "uuid"
19211version = "1.18.1"
19212source = "registry+https://github.com/rust-lang/crates.io-index"
19213checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19214dependencies = [
19215 "getrandom 0.3.4",
19216 "js-sys",
19217 "serde",
19218 "sha1_smol",
19219 "wasm-bindgen",
19220]
19221
19222[[package]]
19223name = "uuid-simd"
19224version = "0.8.0"
19225source = "registry+https://github.com/rust-lang/crates.io-index"
19226checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19227dependencies = [
19228 "outref",
19229 "vsimd",
19230]
19231
19232[[package]]
19233name = "v_frame"
19234version = "0.3.9"
19235source = "registry+https://github.com/rust-lang/crates.io-index"
19236checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19237dependencies = [
19238 "aligned-vec",
19239 "num-traits",
19240 "wasm-bindgen",
19241]
19242
19243[[package]]
19244name = "valuable"
19245version = "0.1.1"
19246source = "registry+https://github.com/rust-lang/crates.io-index"
19247checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19248
19249[[package]]
19250name = "value-bag"
19251version = "1.12.0"
19252source = "registry+https://github.com/rust-lang/crates.io-index"
19253checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19254dependencies = [
19255 "value-bag-serde1",
19256 "value-bag-sval2",
19257]
19258
19259[[package]]
19260name = "value-bag-serde1"
19261version = "1.12.0"
19262source = "registry+https://github.com/rust-lang/crates.io-index"
19263checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19264dependencies = [
19265 "erased-serde",
19266 "serde_core",
19267 "serde_fmt",
19268]
19269
19270[[package]]
19271name = "value-bag-sval2"
19272version = "1.12.0"
19273source = "registry+https://github.com/rust-lang/crates.io-index"
19274checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19275dependencies = [
19276 "sval",
19277 "sval_buffer",
19278 "sval_dynamic",
19279 "sval_fmt",
19280 "sval_json",
19281 "sval_ref",
19282 "sval_serde",
19283]
19284
19285[[package]]
19286name = "vcpkg"
19287version = "0.2.15"
19288source = "registry+https://github.com/rust-lang/crates.io-index"
19289checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19290
19291[[package]]
19292name = "vercel"
19293version = "0.1.0"
19294dependencies = [
19295 "anyhow",
19296 "schemars",
19297 "serde",
19298 "strum 0.27.2",
19299]
19300
19301[[package]]
19302name = "version-compare"
19303version = "0.2.0"
19304source = "registry+https://github.com/rust-lang/crates.io-index"
19305checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19306
19307[[package]]
19308name = "version_check"
19309version = "0.9.5"
19310source = "registry+https://github.com/rust-lang/crates.io-index"
19311checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19312
19313[[package]]
19314name = "vim"
19315version = "0.1.0"
19316dependencies = [
19317 "anyhow",
19318 "async-compat",
19319 "async-trait",
19320 "collections",
19321 "command_palette",
19322 "command_palette_hooks",
19323 "db",
19324 "editor",
19325 "env_logger 0.11.8",
19326 "futures 0.3.32",
19327 "fuzzy",
19328 "git_ui",
19329 "gpui",
19330 "indoc",
19331 "itertools 0.14.0",
19332 "language",
19333 "log",
19334 "lsp",
19335 "markdown_preview",
19336 "menu",
19337 "multi_buffer",
19338 "nvim-rs",
19339 "outline_panel",
19340 "parking_lot",
19341 "perf",
19342 "picker",
19343 "project",
19344 "project_panel",
19345 "regex",
19346 "release_channel",
19347 "schemars",
19348 "search",
19349 "semver",
19350 "serde",
19351 "serde_json",
19352 "settings",
19353 "settings_ui",
19354 "task",
19355 "text",
19356 "theme",
19357 "theme_settings",
19358 "tokio",
19359 "ui",
19360 "util",
19361 "util_macros",
19362 "vim_mode_setting",
19363 "workspace",
19364 "zed_actions",
19365]
19366
19367[[package]]
19368name = "vim_mode_setting"
19369version = "0.1.0"
19370dependencies = [
19371 "gpui",
19372 "settings",
19373]
19374
19375[[package]]
19376name = "vscode_theme"
19377version = "0.2.0"
19378source = "registry+https://github.com/rust-lang/crates.io-index"
19379checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19380dependencies = [
19381 "serde",
19382]
19383
19384[[package]]
19385name = "vsimd"
19386version = "0.8.0"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19389
19390[[package]]
19391name = "vswhom"
19392version = "0.1.0"
19393source = "registry+https://github.com/rust-lang/crates.io-index"
19394checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19395dependencies = [
19396 "libc",
19397 "vswhom-sys",
19398]
19399
19400[[package]]
19401name = "vswhom-sys"
19402version = "0.1.3"
19403source = "registry+https://github.com/rust-lang/crates.io-index"
19404checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19405dependencies = [
19406 "cc",
19407 "libc",
19408]
19409
19410[[package]]
19411name = "vte"
19412version = "0.15.0"
19413source = "registry+https://github.com/rust-lang/crates.io-index"
19414checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19415dependencies = [
19416 "arrayvec",
19417 "bitflags 2.10.0",
19418 "cursor-icon",
19419 "log",
19420 "memchr",
19421 "serde",
19422]
19423
19424[[package]]
19425name = "wait-timeout"
19426version = "0.2.1"
19427source = "registry+https://github.com/rust-lang/crates.io-index"
19428checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19429dependencies = [
19430 "libc",
19431]
19432
19433[[package]]
19434name = "waker-fn"
19435version = "1.2.0"
19436source = "registry+https://github.com/rust-lang/crates.io-index"
19437checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19438
19439[[package]]
19440name = "walkdir"
19441version = "2.5.0"
19442source = "registry+https://github.com/rust-lang/crates.io-index"
19443checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19444dependencies = [
19445 "same-file",
19446 "winapi-util",
19447]
19448
19449[[package]]
19450name = "want"
19451version = "0.3.1"
19452source = "registry+https://github.com/rust-lang/crates.io-index"
19453checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19454dependencies = [
19455 "try-lock",
19456]
19457
19458[[package]]
19459name = "warp"
19460version = "0.3.7"
19461source = "registry+https://github.com/rust-lang/crates.io-index"
19462checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19463dependencies = [
19464 "bytes 1.11.1",
19465 "futures-channel",
19466 "futures-util",
19467 "headers",
19468 "http 0.2.12",
19469 "hyper 0.14.32",
19470 "log",
19471 "mime",
19472 "mime_guess",
19473 "percent-encoding",
19474 "pin-project",
19475 "scoped-tls",
19476 "serde",
19477 "serde_json",
19478 "serde_urlencoded",
19479 "tokio",
19480 "tokio-tungstenite 0.21.0",
19481 "tokio-util",
19482 "tower-service",
19483 "tracing",
19484]
19485
19486[[package]]
19487name = "wasi"
19488version = "0.11.1+wasi-snapshot-preview1"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19491
19492[[package]]
19493name = "wasip2"
19494version = "1.0.1+wasi-0.2.4"
19495source = "registry+https://github.com/rust-lang/crates.io-index"
19496checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19497dependencies = [
19498 "wit-bindgen 0.46.0",
19499]
19500
19501[[package]]
19502name = "wasip3"
19503version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19504source = "registry+https://github.com/rust-lang/crates.io-index"
19505checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19506dependencies = [
19507 "wit-bindgen 0.51.0",
19508]
19509
19510[[package]]
19511name = "wasite"
19512version = "0.1.0"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19515
19516[[package]]
19517name = "wasm-bindgen"
19518version = "0.2.113"
19519source = "registry+https://github.com/rust-lang/crates.io-index"
19520checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19521dependencies = [
19522 "cfg-if",
19523 "once_cell",
19524 "rustversion",
19525 "wasm-bindgen-macro",
19526 "wasm-bindgen-shared",
19527]
19528
19529[[package]]
19530name = "wasm-bindgen-futures"
19531version = "0.4.63"
19532source = "registry+https://github.com/rust-lang/crates.io-index"
19533checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19534dependencies = [
19535 "cfg-if",
19536 "futures-util",
19537 "js-sys",
19538 "once_cell",
19539 "wasm-bindgen",
19540 "web-sys",
19541]
19542
19543[[package]]
19544name = "wasm-bindgen-macro"
19545version = "0.2.113"
19546source = "registry+https://github.com/rust-lang/crates.io-index"
19547checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19548dependencies = [
19549 "quote",
19550 "wasm-bindgen-macro-support",
19551]
19552
19553[[package]]
19554name = "wasm-bindgen-macro-support"
19555version = "0.2.113"
19556source = "registry+https://github.com/rust-lang/crates.io-index"
19557checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19558dependencies = [
19559 "bumpalo",
19560 "proc-macro2",
19561 "quote",
19562 "syn 2.0.117",
19563 "wasm-bindgen-shared",
19564]
19565
19566[[package]]
19567name = "wasm-bindgen-shared"
19568version = "0.2.113"
19569source = "registry+https://github.com/rust-lang/crates.io-index"
19570checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19571dependencies = [
19572 "unicode-ident",
19573]
19574
19575[[package]]
19576name = "wasm-encoder"
19577version = "0.201.0"
19578source = "registry+https://github.com/rust-lang/crates.io-index"
19579checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19580dependencies = [
19581 "leb128",
19582]
19583
19584[[package]]
19585name = "wasm-encoder"
19586version = "0.221.3"
19587source = "registry+https://github.com/rust-lang/crates.io-index"
19588checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19589dependencies = [
19590 "leb128",
19591 "wasmparser 0.221.3",
19592]
19593
19594[[package]]
19595name = "wasm-encoder"
19596version = "0.227.1"
19597source = "registry+https://github.com/rust-lang/crates.io-index"
19598checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19599dependencies = [
19600 "leb128fmt",
19601 "wasmparser 0.227.1",
19602]
19603
19604[[package]]
19605name = "wasm-encoder"
19606version = "0.236.1"
19607source = "registry+https://github.com/rust-lang/crates.io-index"
19608checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19609dependencies = [
19610 "leb128fmt",
19611 "wasmparser 0.236.1",
19612]
19613
19614[[package]]
19615name = "wasm-encoder"
19616version = "0.244.0"
19617source = "registry+https://github.com/rust-lang/crates.io-index"
19618checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19619dependencies = [
19620 "leb128fmt",
19621 "wasmparser 0.244.0",
19622]
19623
19624[[package]]
19625name = "wasm-metadata"
19626version = "0.201.0"
19627source = "registry+https://github.com/rust-lang/crates.io-index"
19628checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19629dependencies = [
19630 "anyhow",
19631 "indexmap",
19632 "serde",
19633 "serde_derive",
19634 "serde_json",
19635 "spdx",
19636 "wasm-encoder 0.201.0",
19637 "wasmparser 0.201.0",
19638]
19639
19640[[package]]
19641name = "wasm-metadata"
19642version = "0.227.1"
19643source = "registry+https://github.com/rust-lang/crates.io-index"
19644checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19645dependencies = [
19646 "anyhow",
19647 "auditable-serde",
19648 "flate2",
19649 "indexmap",
19650 "serde",
19651 "serde_derive",
19652 "serde_json",
19653 "spdx",
19654 "url",
19655 "wasm-encoder 0.227.1",
19656 "wasmparser 0.227.1",
19657]
19658
19659[[package]]
19660name = "wasm-metadata"
19661version = "0.244.0"
19662source = "registry+https://github.com/rust-lang/crates.io-index"
19663checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19664dependencies = [
19665 "anyhow",
19666 "indexmap",
19667 "wasm-encoder 0.244.0",
19668 "wasmparser 0.244.0",
19669]
19670
19671[[package]]
19672name = "wasm-streams"
19673version = "0.4.2"
19674source = "registry+https://github.com/rust-lang/crates.io-index"
19675checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19676dependencies = [
19677 "futures-util",
19678 "js-sys",
19679 "wasm-bindgen",
19680 "wasm-bindgen-futures",
19681 "web-sys",
19682]
19683
19684[[package]]
19685name = "wasm_thread"
19686version = "0.3.3"
19687source = "registry+https://github.com/rust-lang/crates.io-index"
19688checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19689dependencies = [
19690 "futures 0.3.32",
19691 "js-sys",
19692 "wasm-bindgen",
19693 "web-sys",
19694]
19695
19696[[package]]
19697name = "wasmparser"
19698version = "0.201.0"
19699source = "registry+https://github.com/rust-lang/crates.io-index"
19700checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19701dependencies = [
19702 "bitflags 2.10.0",
19703 "indexmap",
19704 "semver",
19705]
19706
19707[[package]]
19708name = "wasmparser"
19709version = "0.221.3"
19710source = "registry+https://github.com/rust-lang/crates.io-index"
19711checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19712dependencies = [
19713 "bitflags 2.10.0",
19714 "hashbrown 0.15.5",
19715 "indexmap",
19716 "semver",
19717 "serde",
19718]
19719
19720[[package]]
19721name = "wasmparser"
19722version = "0.227.1"
19723source = "registry+https://github.com/rust-lang/crates.io-index"
19724checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19725dependencies = [
19726 "bitflags 2.10.0",
19727 "hashbrown 0.15.5",
19728 "indexmap",
19729 "semver",
19730]
19731
19732[[package]]
19733name = "wasmparser"
19734version = "0.236.1"
19735source = "registry+https://github.com/rust-lang/crates.io-index"
19736checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19737dependencies = [
19738 "bitflags 2.10.0",
19739 "hashbrown 0.15.5",
19740 "indexmap",
19741 "semver",
19742 "serde",
19743]
19744
19745[[package]]
19746name = "wasmparser"
19747version = "0.244.0"
19748source = "registry+https://github.com/rust-lang/crates.io-index"
19749checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19750dependencies = [
19751 "bitflags 2.10.0",
19752 "hashbrown 0.15.5",
19753 "indexmap",
19754 "semver",
19755]
19756
19757[[package]]
19758name = "wasmprinter"
19759version = "0.236.1"
19760source = "registry+https://github.com/rust-lang/crates.io-index"
19761checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19762dependencies = [
19763 "anyhow",
19764 "termcolor",
19765 "wasmparser 0.236.1",
19766]
19767
19768[[package]]
19769name = "wasmtime"
19770version = "36.0.7"
19771source = "registry+https://github.com/rust-lang/crates.io-index"
19772checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19773dependencies = [
19774 "addr2line",
19775 "anyhow",
19776 "async-trait",
19777 "bitflags 2.10.0",
19778 "bumpalo",
19779 "cc",
19780 "cfg-if",
19781 "encoding_rs",
19782 "hashbrown 0.15.5",
19783 "indexmap",
19784 "libc",
19785 "log",
19786 "mach2 0.4.3",
19787 "memfd",
19788 "object",
19789 "once_cell",
19790 "postcard",
19791 "pulley-interpreter",
19792 "rayon",
19793 "rustix 1.1.2",
19794 "semver",
19795 "serde",
19796 "serde_derive",
19797 "smallvec",
19798 "target-lexicon",
19799 "wasmparser 0.236.1",
19800 "wasmtime-environ",
19801 "wasmtime-internal-asm-macros",
19802 "wasmtime-internal-component-macro",
19803 "wasmtime-internal-component-util",
19804 "wasmtime-internal-cranelift",
19805 "wasmtime-internal-fiber",
19806 "wasmtime-internal-jit-debug",
19807 "wasmtime-internal-jit-icache-coherence",
19808 "wasmtime-internal-math",
19809 "wasmtime-internal-slab",
19810 "wasmtime-internal-unwinder",
19811 "wasmtime-internal-versioned-export-macros",
19812 "wasmtime-internal-winch",
19813 "windows-sys 0.60.2",
19814]
19815
19816[[package]]
19817name = "wasmtime-c-api-impl"
19818version = "36.0.6"
19819source = "registry+https://github.com/rust-lang/crates.io-index"
19820checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19821dependencies = [
19822 "anyhow",
19823 "log",
19824 "tracing",
19825 "wasmtime",
19826 "wasmtime-internal-c-api-macros",
19827]
19828
19829[[package]]
19830name = "wasmtime-environ"
19831version = "36.0.7"
19832source = "registry+https://github.com/rust-lang/crates.io-index"
19833checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19834dependencies = [
19835 "anyhow",
19836 "cpp_demangle",
19837 "cranelift-bitset",
19838 "cranelift-entity",
19839 "gimli",
19840 "indexmap",
19841 "log",
19842 "object",
19843 "postcard",
19844 "rustc-demangle",
19845 "semver",
19846 "serde",
19847 "serde_derive",
19848 "smallvec",
19849 "target-lexicon",
19850 "wasm-encoder 0.236.1",
19851 "wasmparser 0.236.1",
19852 "wasmprinter",
19853 "wasmtime-internal-component-util",
19854]
19855
19856[[package]]
19857name = "wasmtime-internal-asm-macros"
19858version = "36.0.7"
19859source = "registry+https://github.com/rust-lang/crates.io-index"
19860checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19861dependencies = [
19862 "cfg-if",
19863]
19864
19865[[package]]
19866name = "wasmtime-internal-c-api-macros"
19867version = "36.0.6"
19868source = "registry+https://github.com/rust-lang/crates.io-index"
19869checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19870dependencies = [
19871 "proc-macro2",
19872 "quote",
19873]
19874
19875[[package]]
19876name = "wasmtime-internal-component-macro"
19877version = "36.0.7"
19878source = "registry+https://github.com/rust-lang/crates.io-index"
19879checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19880dependencies = [
19881 "anyhow",
19882 "proc-macro2",
19883 "quote",
19884 "syn 2.0.117",
19885 "wasmtime-internal-component-util",
19886 "wasmtime-internal-wit-bindgen",
19887 "wit-parser 0.236.1",
19888]
19889
19890[[package]]
19891name = "wasmtime-internal-component-util"
19892version = "36.0.7"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19895
19896[[package]]
19897name = "wasmtime-internal-cranelift"
19898version = "36.0.7"
19899source = "registry+https://github.com/rust-lang/crates.io-index"
19900checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19901dependencies = [
19902 "anyhow",
19903 "cfg-if",
19904 "cranelift-codegen",
19905 "cranelift-control",
19906 "cranelift-entity",
19907 "cranelift-frontend",
19908 "cranelift-native",
19909 "gimli",
19910 "itertools 0.14.0",
19911 "log",
19912 "object",
19913 "pulley-interpreter",
19914 "smallvec",
19915 "target-lexicon",
19916 "thiserror 2.0.17",
19917 "wasmparser 0.236.1",
19918 "wasmtime-environ",
19919 "wasmtime-internal-math",
19920 "wasmtime-internal-versioned-export-macros",
19921]
19922
19923[[package]]
19924name = "wasmtime-internal-fiber"
19925version = "36.0.7"
19926source = "registry+https://github.com/rust-lang/crates.io-index"
19927checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19928dependencies = [
19929 "anyhow",
19930 "cc",
19931 "cfg-if",
19932 "libc",
19933 "rustix 1.1.2",
19934 "wasmtime-internal-asm-macros",
19935 "wasmtime-internal-versioned-export-macros",
19936 "windows-sys 0.60.2",
19937]
19938
19939[[package]]
19940name = "wasmtime-internal-jit-debug"
19941version = "36.0.7"
19942source = "registry+https://github.com/rust-lang/crates.io-index"
19943checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19944dependencies = [
19945 "cc",
19946 "wasmtime-internal-versioned-export-macros",
19947]
19948
19949[[package]]
19950name = "wasmtime-internal-jit-icache-coherence"
19951version = "36.0.7"
19952source = "registry+https://github.com/rust-lang/crates.io-index"
19953checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19954dependencies = [
19955 "anyhow",
19956 "cfg-if",
19957 "libc",
19958 "windows-sys 0.60.2",
19959]
19960
19961[[package]]
19962name = "wasmtime-internal-math"
19963version = "36.0.7"
19964source = "registry+https://github.com/rust-lang/crates.io-index"
19965checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19966dependencies = [
19967 "libm",
19968]
19969
19970[[package]]
19971name = "wasmtime-internal-slab"
19972version = "36.0.7"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19975
19976[[package]]
19977name = "wasmtime-internal-unwinder"
19978version = "36.0.7"
19979source = "registry+https://github.com/rust-lang/crates.io-index"
19980checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19981dependencies = [
19982 "anyhow",
19983 "cfg-if",
19984 "cranelift-codegen",
19985 "log",
19986 "object",
19987]
19988
19989[[package]]
19990name = "wasmtime-internal-versioned-export-macros"
19991version = "36.0.7"
19992source = "registry+https://github.com/rust-lang/crates.io-index"
19993checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19994dependencies = [
19995 "proc-macro2",
19996 "quote",
19997 "syn 2.0.117",
19998]
19999
20000[[package]]
20001name = "wasmtime-internal-winch"
20002version = "36.0.7"
20003source = "registry+https://github.com/rust-lang/crates.io-index"
20004checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
20005dependencies = [
20006 "anyhow",
20007 "cranelift-codegen",
20008 "gimli",
20009 "object",
20010 "target-lexicon",
20011 "wasmparser 0.236.1",
20012 "wasmtime-environ",
20013 "wasmtime-internal-cranelift",
20014 "winch-codegen",
20015]
20016
20017[[package]]
20018name = "wasmtime-internal-wit-bindgen"
20019version = "36.0.7"
20020source = "registry+https://github.com/rust-lang/crates.io-index"
20021checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
20022dependencies = [
20023 "anyhow",
20024 "bitflags 2.10.0",
20025 "heck 0.5.0",
20026 "indexmap",
20027 "wit-parser 0.236.1",
20028]
20029
20030[[package]]
20031name = "wasmtime-wasi"
20032version = "36.0.6"
20033source = "registry+https://github.com/rust-lang/crates.io-index"
20034checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20035dependencies = [
20036 "anyhow",
20037 "async-trait",
20038 "bitflags 2.10.0",
20039 "bytes 1.11.1",
20040 "cap-fs-ext",
20041 "cap-net-ext",
20042 "cap-rand",
20043 "cap-std",
20044 "cap-time-ext",
20045 "fs-set-times",
20046 "futures 0.3.32",
20047 "io-extras",
20048 "io-lifetimes",
20049 "rustix 1.1.2",
20050 "system-interface",
20051 "thiserror 2.0.17",
20052 "tokio",
20053 "tracing",
20054 "url",
20055 "wasmtime",
20056 "wasmtime-wasi-io",
20057 "wiggle",
20058 "windows-sys 0.60.2",
20059]
20060
20061[[package]]
20062name = "wasmtime-wasi-io"
20063version = "36.0.6"
20064source = "registry+https://github.com/rust-lang/crates.io-index"
20065checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20066dependencies = [
20067 "anyhow",
20068 "async-trait",
20069 "bytes 1.11.1",
20070 "futures 0.3.32",
20071 "wasmtime",
20072]
20073
20074[[package]]
20075name = "wast"
20076version = "35.0.2"
20077source = "registry+https://github.com/rust-lang/crates.io-index"
20078checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20079dependencies = [
20080 "leb128",
20081]
20082
20083[[package]]
20084name = "watch"
20085version = "0.1.0"
20086dependencies = [
20087 "ctor",
20088 "futures 0.3.32",
20089 "gpui",
20090 "parking_lot",
20091 "zlog",
20092]
20093
20094[[package]]
20095name = "wax"
20096version = "0.7.0"
20097source = "registry+https://github.com/rust-lang/crates.io-index"
20098checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20099dependencies = [
20100 "const_format",
20101 "itertools 0.14.0",
20102 "nom 7.1.3",
20103 "pori",
20104 "regex",
20105 "thiserror 2.0.17",
20106 "walkdir",
20107]
20108
20109[[package]]
20110name = "wayland-backend"
20111version = "0.3.11"
20112source = "registry+https://github.com/rust-lang/crates.io-index"
20113checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20114dependencies = [
20115 "cc",
20116 "downcast-rs",
20117 "rustix 1.1.2",
20118 "scoped-tls",
20119 "smallvec",
20120 "wayland-sys",
20121]
20122
20123[[package]]
20124name = "wayland-client"
20125version = "0.31.11"
20126source = "registry+https://github.com/rust-lang/crates.io-index"
20127checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20128dependencies = [
20129 "bitflags 2.10.0",
20130 "rustix 1.1.2",
20131 "wayland-backend",
20132 "wayland-scanner",
20133]
20134
20135[[package]]
20136name = "wayland-cursor"
20137version = "0.31.11"
20138source = "registry+https://github.com/rust-lang/crates.io-index"
20139checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20140dependencies = [
20141 "rustix 1.1.2",
20142 "wayland-client",
20143 "xcursor",
20144]
20145
20146[[package]]
20147name = "wayland-protocols"
20148version = "0.32.9"
20149source = "registry+https://github.com/rust-lang/crates.io-index"
20150checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20151dependencies = [
20152 "bitflags 2.10.0",
20153 "wayland-backend",
20154 "wayland-client",
20155 "wayland-scanner",
20156]
20157
20158[[package]]
20159name = "wayland-protocols-plasma"
20160version = "0.3.9"
20161source = "registry+https://github.com/rust-lang/crates.io-index"
20162checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20163dependencies = [
20164 "bitflags 2.10.0",
20165 "wayland-backend",
20166 "wayland-client",
20167 "wayland-protocols",
20168 "wayland-scanner",
20169]
20170
20171[[package]]
20172name = "wayland-protocols-wlr"
20173version = "0.3.9"
20174source = "registry+https://github.com/rust-lang/crates.io-index"
20175checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20176dependencies = [
20177 "bitflags 2.10.0",
20178 "wayland-backend",
20179 "wayland-client",
20180 "wayland-protocols",
20181 "wayland-scanner",
20182]
20183
20184[[package]]
20185name = "wayland-scanner"
20186version = "0.31.7"
20187source = "registry+https://github.com/rust-lang/crates.io-index"
20188checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20189dependencies = [
20190 "proc-macro2",
20191 "quick-xml 0.37.5",
20192 "quote",
20193]
20194
20195[[package]]
20196name = "wayland-sys"
20197version = "0.31.7"
20198source = "registry+https://github.com/rust-lang/crates.io-index"
20199checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20200dependencies = [
20201 "dlib",
20202 "log",
20203 "once_cell",
20204 "pkg-config",
20205]
20206
20207[[package]]
20208name = "web-sys"
20209version = "0.3.90"
20210source = "registry+https://github.com/rust-lang/crates.io-index"
20211checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20212dependencies = [
20213 "js-sys",
20214 "wasm-bindgen",
20215]
20216
20217[[package]]
20218name = "web-time"
20219version = "1.1.0"
20220source = "registry+https://github.com/rust-lang/crates.io-index"
20221checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20222dependencies = [
20223 "js-sys",
20224 "serde",
20225 "wasm-bindgen",
20226]
20227
20228[[package]]
20229name = "web_atoms"
20230version = "0.1.3"
20231source = "registry+https://github.com/rust-lang/crates.io-index"
20232checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20233dependencies = [
20234 "phf 0.11.3",
20235 "phf_codegen",
20236 "string_cache",
20237 "string_cache_codegen",
20238]
20239
20240[[package]]
20241name = "web_search"
20242version = "0.1.0"
20243dependencies = [
20244 "anyhow",
20245 "cloud_llm_client",
20246 "collections",
20247 "gpui",
20248 "serde",
20249]
20250
20251[[package]]
20252name = "web_search_providers"
20253version = "0.1.0"
20254dependencies = [
20255 "anyhow",
20256 "client",
20257 "cloud_api_client",
20258 "cloud_api_types",
20259 "cloud_llm_client",
20260 "futures 0.3.32",
20261 "gpui",
20262 "http_client",
20263 "language_model",
20264 "serde",
20265 "serde_json",
20266 "web_search",
20267]
20268
20269[[package]]
20270name = "webpki-root-certs"
20271version = "0.26.8"
20272source = "registry+https://github.com/rust-lang/crates.io-index"
20273checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20274dependencies = [
20275 "rustls-pki-types",
20276]
20277
20278[[package]]
20279name = "webpki-roots"
20280version = "0.26.8"
20281source = "registry+https://github.com/rust-lang/crates.io-index"
20282checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20283dependencies = [
20284 "rustls-pki-types",
20285]
20286
20287[[package]]
20288name = "webrtc-sys"
20289version = "0.3.23"
20290source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20291dependencies = [
20292 "cc",
20293 "cxx",
20294 "cxx-build",
20295 "glob",
20296 "log",
20297 "pkg-config",
20298 "webrtc-sys-build",
20299]
20300
20301[[package]]
20302name = "webrtc-sys-build"
20303version = "0.3.13"
20304source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20305dependencies = [
20306 "anyhow",
20307 "fs2",
20308 "regex",
20309 "reqwest 0.12.24",
20310 "scratch",
20311 "semver",
20312 "zip 0.6.6",
20313]
20314
20315[[package]]
20316name = "weezl"
20317version = "0.1.10"
20318source = "registry+https://github.com/rust-lang/crates.io-index"
20319checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20320
20321[[package]]
20322name = "wgpu"
20323version = "29.0.0"
20324source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20325dependencies = [
20326 "arrayvec",
20327 "bitflags 2.10.0",
20328 "bytemuck",
20329 "cfg-if",
20330 "cfg_aliases 0.2.1",
20331 "document-features",
20332 "hashbrown 0.16.1",
20333 "js-sys",
20334 "log",
20335 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20336 "parking_lot",
20337 "portable-atomic",
20338 "profiling",
20339 "raw-window-handle",
20340 "smallvec",
20341 "static_assertions",
20342 "wasm-bindgen",
20343 "wasm-bindgen-futures",
20344 "web-sys",
20345 "wgpu-core",
20346 "wgpu-hal",
20347 "wgpu-types",
20348]
20349
20350[[package]]
20351name = "wgpu-core"
20352version = "29.0.0"
20353source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20354dependencies = [
20355 "arrayvec",
20356 "bit-set 0.9.1",
20357 "bit-vec 0.9.1",
20358 "bitflags 2.10.0",
20359 "bytemuck",
20360 "cfg_aliases 0.2.1",
20361 "document-features",
20362 "hashbrown 0.16.1",
20363 "indexmap",
20364 "log",
20365 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20366 "once_cell",
20367 "parking_lot",
20368 "portable-atomic",
20369 "profiling",
20370 "raw-window-handle",
20371 "rustc-hash 1.1.0",
20372 "smallvec",
20373 "thiserror 2.0.17",
20374 "wgpu-core-deps-apple",
20375 "wgpu-core-deps-emscripten",
20376 "wgpu-core-deps-windows-linux-android",
20377 "wgpu-hal",
20378 "wgpu-naga-bridge",
20379 "wgpu-types",
20380]
20381
20382[[package]]
20383name = "wgpu-core-deps-apple"
20384version = "29.0.0"
20385source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20386dependencies = [
20387 "wgpu-hal",
20388]
20389
20390[[package]]
20391name = "wgpu-core-deps-emscripten"
20392version = "29.0.0"
20393source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20394dependencies = [
20395 "wgpu-hal",
20396]
20397
20398[[package]]
20399name = "wgpu-core-deps-windows-linux-android"
20400version = "29.0.0"
20401source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20402dependencies = [
20403 "wgpu-hal",
20404]
20405
20406[[package]]
20407name = "wgpu-hal"
20408version = "29.0.0"
20409source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20410dependencies = [
20411 "android_system_properties",
20412 "arrayvec",
20413 "ash",
20414 "bit-set 0.9.1",
20415 "bitflags 2.10.0",
20416 "block2",
20417 "bytemuck",
20418 "cfg-if",
20419 "cfg_aliases 0.2.1",
20420 "glow",
20421 "glutin_wgl_sys",
20422 "gpu-allocator",
20423 "gpu-descriptor",
20424 "hashbrown 0.16.1",
20425 "js-sys",
20426 "khronos-egl",
20427 "libc",
20428 "libloading",
20429 "log",
20430 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20431 "ndk-sys",
20432 "objc2",
20433 "objc2-core-foundation",
20434 "objc2-foundation",
20435 "objc2-metal",
20436 "objc2-quartz-core",
20437 "once_cell",
20438 "ordered-float 4.6.0",
20439 "parking_lot",
20440 "portable-atomic",
20441 "portable-atomic-util",
20442 "profiling",
20443 "range-alloc",
20444 "raw-window-handle",
20445 "raw-window-metal",
20446 "renderdoc-sys",
20447 "smallvec",
20448 "thiserror 2.0.17",
20449 "wasm-bindgen",
20450 "wayland-sys",
20451 "web-sys",
20452 "wgpu-naga-bridge",
20453 "wgpu-types",
20454 "windows 0.62.2",
20455 "windows-core 0.62.2",
20456]
20457
20458[[package]]
20459name = "wgpu-naga-bridge"
20460version = "29.0.0"
20461source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20462dependencies = [
20463 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20464 "wgpu-types",
20465]
20466
20467[[package]]
20468name = "wgpu-types"
20469version = "29.0.0"
20470source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20471dependencies = [
20472 "bitflags 2.10.0",
20473 "bytemuck",
20474 "js-sys",
20475 "log",
20476 "raw-window-handle",
20477 "web-sys",
20478]
20479
20480[[package]]
20481name = "which"
20482version = "4.4.2"
20483source = "registry+https://github.com/rust-lang/crates.io-index"
20484checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20485dependencies = [
20486 "either",
20487 "home",
20488 "once_cell",
20489 "rustix 0.38.44",
20490]
20491
20492[[package]]
20493name = "which"
20494version = "6.0.3"
20495source = "registry+https://github.com/rust-lang/crates.io-index"
20496checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20497dependencies = [
20498 "either",
20499 "home",
20500 "rustix 0.38.44",
20501 "winsafe",
20502]
20503
20504[[package]]
20505name = "which_key"
20506version = "0.1.0"
20507dependencies = [
20508 "command_palette",
20509 "gpui",
20510 "serde",
20511 "settings",
20512 "theme_settings",
20513 "ui",
20514 "util",
20515 "workspace",
20516]
20517
20518[[package]]
20519name = "whoami"
20520version = "1.6.1"
20521source = "registry+https://github.com/rust-lang/crates.io-index"
20522checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20523dependencies = [
20524 "libredox",
20525 "wasite",
20526]
20527
20528[[package]]
20529name = "wiggle"
20530version = "36.0.6"
20531source = "registry+https://github.com/rust-lang/crates.io-index"
20532checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20533dependencies = [
20534 "anyhow",
20535 "async-trait",
20536 "bitflags 2.10.0",
20537 "thiserror 2.0.17",
20538 "tracing",
20539 "wasmtime",
20540 "wiggle-macro",
20541]
20542
20543[[package]]
20544name = "wiggle-generate"
20545version = "36.0.6"
20546source = "registry+https://github.com/rust-lang/crates.io-index"
20547checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20548dependencies = [
20549 "anyhow",
20550 "heck 0.5.0",
20551 "proc-macro2",
20552 "quote",
20553 "syn 2.0.117",
20554 "witx",
20555]
20556
20557[[package]]
20558name = "wiggle-macro"
20559version = "36.0.6"
20560source = "registry+https://github.com/rust-lang/crates.io-index"
20561checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20562dependencies = [
20563 "proc-macro2",
20564 "quote",
20565 "syn 2.0.117",
20566 "wiggle-generate",
20567]
20568
20569[[package]]
20570name = "winapi"
20571version = "0.3.9"
20572source = "registry+https://github.com/rust-lang/crates.io-index"
20573checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20574dependencies = [
20575 "winapi-i686-pc-windows-gnu",
20576 "winapi-x86_64-pc-windows-gnu",
20577]
20578
20579[[package]]
20580name = "winapi-i686-pc-windows-gnu"
20581version = "0.4.0"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20584
20585[[package]]
20586name = "winapi-util"
20587version = "0.1.11"
20588source = "registry+https://github.com/rust-lang/crates.io-index"
20589checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20590dependencies = [
20591 "windows-sys 0.61.2",
20592]
20593
20594[[package]]
20595name = "winapi-x86_64-pc-windows-gnu"
20596version = "0.4.0"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20599
20600[[package]]
20601name = "winch-codegen"
20602version = "36.0.7"
20603source = "registry+https://github.com/rust-lang/crates.io-index"
20604checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20605dependencies = [
20606 "anyhow",
20607 "cranelift-assembler-x64",
20608 "cranelift-codegen",
20609 "gimli",
20610 "regalloc2",
20611 "smallvec",
20612 "target-lexicon",
20613 "thiserror 2.0.17",
20614 "wasmparser 0.236.1",
20615 "wasmtime-environ",
20616 "wasmtime-internal-cranelift",
20617 "wasmtime-internal-math",
20618]
20619
20620[[package]]
20621name = "windows"
20622version = "0.56.0"
20623source = "registry+https://github.com/rust-lang/crates.io-index"
20624checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20625dependencies = [
20626 "windows-core 0.56.0",
20627 "windows-targets 0.52.6",
20628]
20629
20630[[package]]
20631name = "windows"
20632version = "0.57.0"
20633source = "registry+https://github.com/rust-lang/crates.io-index"
20634checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20635dependencies = [
20636 "windows-core 0.57.0",
20637 "windows-targets 0.52.6",
20638]
20639
20640[[package]]
20641name = "windows"
20642version = "0.58.0"
20643source = "registry+https://github.com/rust-lang/crates.io-index"
20644checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20645dependencies = [
20646 "windows-core 0.58.0",
20647 "windows-targets 0.52.6",
20648]
20649
20650[[package]]
20651name = "windows"
20652version = "0.61.3"
20653source = "registry+https://github.com/rust-lang/crates.io-index"
20654checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20655dependencies = [
20656 "windows-collections 0.2.0",
20657 "windows-core 0.61.2",
20658 "windows-future 0.2.1",
20659 "windows-link 0.1.3",
20660 "windows-numerics 0.2.0",
20661]
20662
20663[[package]]
20664name = "windows"
20665version = "0.62.2"
20666source = "registry+https://github.com/rust-lang/crates.io-index"
20667checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20668dependencies = [
20669 "windows-collections 0.3.2",
20670 "windows-core 0.62.2",
20671 "windows-future 0.3.2",
20672 "windows-numerics 0.3.1",
20673]
20674
20675[[package]]
20676name = "windows-bindgen"
20677version = "0.61.1"
20678source = "registry+https://github.com/rust-lang/crates.io-index"
20679checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20680dependencies = [
20681 "serde",
20682 "serde_json",
20683 "windows-threading 0.1.0",
20684]
20685
20686[[package]]
20687name = "windows-capture"
20688version = "1.4.3"
20689source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20690dependencies = [
20691 "clap",
20692 "ctrlc",
20693 "parking_lot",
20694 "rayon",
20695 "thiserror 2.0.17",
20696 "windows 0.61.3",
20697 "windows-future 0.2.1",
20698]
20699
20700[[package]]
20701name = "windows-collections"
20702version = "0.2.0"
20703source = "registry+https://github.com/rust-lang/crates.io-index"
20704checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20705dependencies = [
20706 "windows-core 0.61.2",
20707]
20708
20709[[package]]
20710name = "windows-collections"
20711version = "0.3.2"
20712source = "registry+https://github.com/rust-lang/crates.io-index"
20713checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20714dependencies = [
20715 "windows-core 0.62.2",
20716]
20717
20718[[package]]
20719name = "windows-core"
20720version = "0.56.0"
20721source = "registry+https://github.com/rust-lang/crates.io-index"
20722checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20723dependencies = [
20724 "windows-implement 0.56.0",
20725 "windows-interface 0.56.0",
20726 "windows-result 0.1.2",
20727 "windows-targets 0.52.6",
20728]
20729
20730[[package]]
20731name = "windows-core"
20732version = "0.57.0"
20733source = "registry+https://github.com/rust-lang/crates.io-index"
20734checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20735dependencies = [
20736 "windows-implement 0.57.0",
20737 "windows-interface 0.57.0",
20738 "windows-result 0.1.2",
20739 "windows-targets 0.52.6",
20740]
20741
20742[[package]]
20743name = "windows-core"
20744version = "0.58.0"
20745source = "registry+https://github.com/rust-lang/crates.io-index"
20746checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20747dependencies = [
20748 "windows-implement 0.58.0",
20749 "windows-interface 0.58.0",
20750 "windows-result 0.2.0",
20751 "windows-strings 0.1.0",
20752 "windows-targets 0.52.6",
20753]
20754
20755[[package]]
20756name = "windows-core"
20757version = "0.61.2"
20758source = "registry+https://github.com/rust-lang/crates.io-index"
20759checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20760dependencies = [
20761 "windows-implement 0.60.2",
20762 "windows-interface 0.59.3",
20763 "windows-link 0.1.3",
20764 "windows-result 0.3.4",
20765 "windows-strings 0.4.2",
20766]
20767
20768[[package]]
20769name = "windows-core"
20770version = "0.62.2"
20771source = "registry+https://github.com/rust-lang/crates.io-index"
20772checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20773dependencies = [
20774 "windows-implement 0.60.2",
20775 "windows-interface 0.59.3",
20776 "windows-link 0.2.1",
20777 "windows-result 0.4.1",
20778 "windows-strings 0.5.1",
20779]
20780
20781[[package]]
20782name = "windows-future"
20783version = "0.2.1"
20784source = "registry+https://github.com/rust-lang/crates.io-index"
20785checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20786dependencies = [
20787 "windows-core 0.61.2",
20788 "windows-link 0.1.3",
20789 "windows-threading 0.1.0",
20790]
20791
20792[[package]]
20793name = "windows-future"
20794version = "0.3.2"
20795source = "registry+https://github.com/rust-lang/crates.io-index"
20796checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20797dependencies = [
20798 "windows-core 0.62.2",
20799 "windows-link 0.2.1",
20800 "windows-threading 0.2.1",
20801]
20802
20803[[package]]
20804name = "windows-implement"
20805version = "0.56.0"
20806source = "registry+https://github.com/rust-lang/crates.io-index"
20807checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20808dependencies = [
20809 "proc-macro2",
20810 "quote",
20811 "syn 2.0.117",
20812]
20813
20814[[package]]
20815name = "windows-implement"
20816version = "0.57.0"
20817source = "registry+https://github.com/rust-lang/crates.io-index"
20818checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20819dependencies = [
20820 "proc-macro2",
20821 "quote",
20822 "syn 2.0.117",
20823]
20824
20825[[package]]
20826name = "windows-implement"
20827version = "0.58.0"
20828source = "registry+https://github.com/rust-lang/crates.io-index"
20829checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20830dependencies = [
20831 "proc-macro2",
20832 "quote",
20833 "syn 2.0.117",
20834]
20835
20836[[package]]
20837name = "windows-implement"
20838version = "0.60.2"
20839source = "registry+https://github.com/rust-lang/crates.io-index"
20840checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20841dependencies = [
20842 "proc-macro2",
20843 "quote",
20844 "syn 2.0.117",
20845]
20846
20847[[package]]
20848name = "windows-interface"
20849version = "0.56.0"
20850source = "registry+https://github.com/rust-lang/crates.io-index"
20851checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20852dependencies = [
20853 "proc-macro2",
20854 "quote",
20855 "syn 2.0.117",
20856]
20857
20858[[package]]
20859name = "windows-interface"
20860version = "0.57.0"
20861source = "registry+https://github.com/rust-lang/crates.io-index"
20862checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20863dependencies = [
20864 "proc-macro2",
20865 "quote",
20866 "syn 2.0.117",
20867]
20868
20869[[package]]
20870name = "windows-interface"
20871version = "0.58.0"
20872source = "registry+https://github.com/rust-lang/crates.io-index"
20873checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20874dependencies = [
20875 "proc-macro2",
20876 "quote",
20877 "syn 2.0.117",
20878]
20879
20880[[package]]
20881name = "windows-interface"
20882version = "0.59.3"
20883source = "registry+https://github.com/rust-lang/crates.io-index"
20884checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20885dependencies = [
20886 "proc-macro2",
20887 "quote",
20888 "syn 2.0.117",
20889]
20890
20891[[package]]
20892name = "windows-link"
20893version = "0.1.3"
20894source = "registry+https://github.com/rust-lang/crates.io-index"
20895checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20896
20897[[package]]
20898name = "windows-link"
20899version = "0.2.1"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20902
20903[[package]]
20904name = "windows-numerics"
20905version = "0.2.0"
20906source = "registry+https://github.com/rust-lang/crates.io-index"
20907checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20908dependencies = [
20909 "windows-core 0.61.2",
20910 "windows-link 0.1.3",
20911]
20912
20913[[package]]
20914name = "windows-numerics"
20915version = "0.3.1"
20916source = "registry+https://github.com/rust-lang/crates.io-index"
20917checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20918dependencies = [
20919 "windows-core 0.62.2",
20920 "windows-link 0.2.1",
20921]
20922
20923[[package]]
20924name = "windows-registry"
20925version = "0.4.0"
20926source = "registry+https://github.com/rust-lang/crates.io-index"
20927checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20928dependencies = [
20929 "windows-result 0.3.4",
20930 "windows-strings 0.3.1",
20931 "windows-targets 0.53.5",
20932]
20933
20934[[package]]
20935name = "windows-registry"
20936version = "0.5.3"
20937source = "registry+https://github.com/rust-lang/crates.io-index"
20938checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20939dependencies = [
20940 "windows-link 0.1.3",
20941 "windows-result 0.3.4",
20942 "windows-strings 0.4.2",
20943]
20944
20945[[package]]
20946name = "windows-registry"
20947version = "0.6.1"
20948source = "registry+https://github.com/rust-lang/crates.io-index"
20949checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20950dependencies = [
20951 "windows-link 0.2.1",
20952 "windows-result 0.4.1",
20953 "windows-strings 0.5.1",
20954]
20955
20956[[package]]
20957name = "windows-result"
20958version = "0.1.2"
20959source = "registry+https://github.com/rust-lang/crates.io-index"
20960checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20961dependencies = [
20962 "windows-targets 0.52.6",
20963]
20964
20965[[package]]
20966name = "windows-result"
20967version = "0.2.0"
20968source = "registry+https://github.com/rust-lang/crates.io-index"
20969checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20970dependencies = [
20971 "windows-targets 0.52.6",
20972]
20973
20974[[package]]
20975name = "windows-result"
20976version = "0.3.4"
20977source = "registry+https://github.com/rust-lang/crates.io-index"
20978checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20979dependencies = [
20980 "windows-link 0.1.3",
20981]
20982
20983[[package]]
20984name = "windows-result"
20985version = "0.4.1"
20986source = "registry+https://github.com/rust-lang/crates.io-index"
20987checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20988dependencies = [
20989 "windows-link 0.2.1",
20990]
20991
20992[[package]]
20993name = "windows-strings"
20994version = "0.1.0"
20995source = "registry+https://github.com/rust-lang/crates.io-index"
20996checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20997dependencies = [
20998 "windows-result 0.2.0",
20999 "windows-targets 0.52.6",
21000]
21001
21002[[package]]
21003name = "windows-strings"
21004version = "0.3.1"
21005source = "registry+https://github.com/rust-lang/crates.io-index"
21006checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
21007dependencies = [
21008 "windows-link 0.1.3",
21009]
21010
21011[[package]]
21012name = "windows-strings"
21013version = "0.4.2"
21014source = "registry+https://github.com/rust-lang/crates.io-index"
21015checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21016dependencies = [
21017 "windows-link 0.1.3",
21018]
21019
21020[[package]]
21021name = "windows-strings"
21022version = "0.5.1"
21023source = "registry+https://github.com/rust-lang/crates.io-index"
21024checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21025dependencies = [
21026 "windows-link 0.2.1",
21027]
21028
21029[[package]]
21030name = "windows-sys"
21031version = "0.45.0"
21032source = "registry+https://github.com/rust-lang/crates.io-index"
21033checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21034dependencies = [
21035 "windows-targets 0.42.2",
21036]
21037
21038[[package]]
21039name = "windows-sys"
21040version = "0.48.0"
21041source = "registry+https://github.com/rust-lang/crates.io-index"
21042checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21043dependencies = [
21044 "windows-targets 0.48.5",
21045]
21046
21047[[package]]
21048name = "windows-sys"
21049version = "0.52.0"
21050source = "registry+https://github.com/rust-lang/crates.io-index"
21051checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21052dependencies = [
21053 "windows-targets 0.52.6",
21054]
21055
21056[[package]]
21057name = "windows-sys"
21058version = "0.59.0"
21059source = "registry+https://github.com/rust-lang/crates.io-index"
21060checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21061dependencies = [
21062 "windows-targets 0.52.6",
21063]
21064
21065[[package]]
21066name = "windows-sys"
21067version = "0.60.2"
21068source = "registry+https://github.com/rust-lang/crates.io-index"
21069checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21070dependencies = [
21071 "windows-targets 0.53.5",
21072]
21073
21074[[package]]
21075name = "windows-sys"
21076version = "0.61.2"
21077source = "registry+https://github.com/rust-lang/crates.io-index"
21078checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21079dependencies = [
21080 "windows-link 0.2.1",
21081]
21082
21083[[package]]
21084name = "windows-targets"
21085version = "0.42.2"
21086source = "registry+https://github.com/rust-lang/crates.io-index"
21087checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21088dependencies = [
21089 "windows_aarch64_gnullvm 0.42.2",
21090 "windows_aarch64_msvc 0.42.2",
21091 "windows_i686_gnu 0.42.2",
21092 "windows_i686_msvc 0.42.2",
21093 "windows_x86_64_gnu 0.42.2",
21094 "windows_x86_64_gnullvm 0.42.2",
21095 "windows_x86_64_msvc 0.42.2",
21096]
21097
21098[[package]]
21099name = "windows-targets"
21100version = "0.48.5"
21101source = "registry+https://github.com/rust-lang/crates.io-index"
21102checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21103dependencies = [
21104 "windows_aarch64_gnullvm 0.48.5",
21105 "windows_aarch64_msvc 0.48.5",
21106 "windows_i686_gnu 0.48.5",
21107 "windows_i686_msvc 0.48.5",
21108 "windows_x86_64_gnu 0.48.5",
21109 "windows_x86_64_gnullvm 0.48.5",
21110 "windows_x86_64_msvc 0.48.5",
21111]
21112
21113[[package]]
21114name = "windows-targets"
21115version = "0.52.6"
21116source = "registry+https://github.com/rust-lang/crates.io-index"
21117checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21118dependencies = [
21119 "windows_aarch64_gnullvm 0.52.6",
21120 "windows_aarch64_msvc 0.52.6",
21121 "windows_i686_gnu 0.52.6",
21122 "windows_i686_gnullvm 0.52.6",
21123 "windows_i686_msvc 0.52.6",
21124 "windows_x86_64_gnu 0.52.6",
21125 "windows_x86_64_gnullvm 0.52.6",
21126 "windows_x86_64_msvc 0.52.6",
21127]
21128
21129[[package]]
21130name = "windows-targets"
21131version = "0.53.5"
21132source = "registry+https://github.com/rust-lang/crates.io-index"
21133checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21134dependencies = [
21135 "windows-link 0.2.1",
21136 "windows_aarch64_gnullvm 0.53.1",
21137 "windows_aarch64_msvc 0.53.1",
21138 "windows_i686_gnu 0.53.1",
21139 "windows_i686_gnullvm 0.53.1",
21140 "windows_i686_msvc 0.53.1",
21141 "windows_x86_64_gnu 0.53.1",
21142 "windows_x86_64_gnullvm 0.53.1",
21143 "windows_x86_64_msvc 0.53.1",
21144]
21145
21146[[package]]
21147name = "windows-threading"
21148version = "0.1.0"
21149source = "registry+https://github.com/rust-lang/crates.io-index"
21150checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21151dependencies = [
21152 "windows-link 0.1.3",
21153]
21154
21155[[package]]
21156name = "windows-threading"
21157version = "0.2.1"
21158source = "registry+https://github.com/rust-lang/crates.io-index"
21159checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21160dependencies = [
21161 "windows-link 0.2.1",
21162]
21163
21164[[package]]
21165name = "windows_aarch64_gnullvm"
21166version = "0.42.2"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21169
21170[[package]]
21171name = "windows_aarch64_gnullvm"
21172version = "0.48.5"
21173source = "registry+https://github.com/rust-lang/crates.io-index"
21174checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21175
21176[[package]]
21177name = "windows_aarch64_gnullvm"
21178version = "0.52.6"
21179source = "registry+https://github.com/rust-lang/crates.io-index"
21180checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21181
21182[[package]]
21183name = "windows_aarch64_gnullvm"
21184version = "0.53.1"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21187
21188[[package]]
21189name = "windows_aarch64_msvc"
21190version = "0.42.2"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21193
21194[[package]]
21195name = "windows_aarch64_msvc"
21196version = "0.48.5"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21199
21200[[package]]
21201name = "windows_aarch64_msvc"
21202version = "0.52.6"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21205
21206[[package]]
21207name = "windows_aarch64_msvc"
21208version = "0.53.1"
21209source = "registry+https://github.com/rust-lang/crates.io-index"
21210checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21211
21212[[package]]
21213name = "windows_i686_gnu"
21214version = "0.42.2"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21217
21218[[package]]
21219name = "windows_i686_gnu"
21220version = "0.48.5"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21223
21224[[package]]
21225name = "windows_i686_gnu"
21226version = "0.52.6"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21229
21230[[package]]
21231name = "windows_i686_gnu"
21232version = "0.53.1"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21235
21236[[package]]
21237name = "windows_i686_gnullvm"
21238version = "0.52.6"
21239source = "registry+https://github.com/rust-lang/crates.io-index"
21240checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21241
21242[[package]]
21243name = "windows_i686_gnullvm"
21244version = "0.53.1"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21247
21248[[package]]
21249name = "windows_i686_msvc"
21250version = "0.42.2"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21253
21254[[package]]
21255name = "windows_i686_msvc"
21256version = "0.48.5"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21259
21260[[package]]
21261name = "windows_i686_msvc"
21262version = "0.52.6"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21265
21266[[package]]
21267name = "windows_i686_msvc"
21268version = "0.53.1"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21271
21272[[package]]
21273name = "windows_x86_64_gnu"
21274version = "0.42.2"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21277
21278[[package]]
21279name = "windows_x86_64_gnu"
21280version = "0.48.5"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21283
21284[[package]]
21285name = "windows_x86_64_gnu"
21286version = "0.52.6"
21287source = "registry+https://github.com/rust-lang/crates.io-index"
21288checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21289
21290[[package]]
21291name = "windows_x86_64_gnu"
21292version = "0.53.1"
21293source = "registry+https://github.com/rust-lang/crates.io-index"
21294checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21295
21296[[package]]
21297name = "windows_x86_64_gnullvm"
21298version = "0.42.2"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21301
21302[[package]]
21303name = "windows_x86_64_gnullvm"
21304version = "0.48.5"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21307
21308[[package]]
21309name = "windows_x86_64_gnullvm"
21310version = "0.52.6"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21313
21314[[package]]
21315name = "windows_x86_64_gnullvm"
21316version = "0.53.1"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21319
21320[[package]]
21321name = "windows_x86_64_msvc"
21322version = "0.42.2"
21323source = "registry+https://github.com/rust-lang/crates.io-index"
21324checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21325
21326[[package]]
21327name = "windows_x86_64_msvc"
21328version = "0.48.5"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21331
21332[[package]]
21333name = "windows_x86_64_msvc"
21334version = "0.52.6"
21335source = "registry+https://github.com/rust-lang/crates.io-index"
21336checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21337
21338[[package]]
21339name = "windows_x86_64_msvc"
21340version = "0.53.1"
21341source = "registry+https://github.com/rust-lang/crates.io-index"
21342checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21343
21344[[package]]
21345name = "winnow"
21346version = "0.7.13"
21347source = "registry+https://github.com/rust-lang/crates.io-index"
21348checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21349dependencies = [
21350 "memchr",
21351]
21352
21353[[package]]
21354name = "winreg"
21355version = "0.10.1"
21356source = "registry+https://github.com/rust-lang/crates.io-index"
21357checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21358dependencies = [
21359 "winapi",
21360]
21361
21362[[package]]
21363name = "winreg"
21364version = "0.50.0"
21365source = "registry+https://github.com/rust-lang/crates.io-index"
21366checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21367dependencies = [
21368 "cfg-if",
21369 "windows-sys 0.48.0",
21370]
21371
21372[[package]]
21373name = "winreg"
21374version = "0.55.0"
21375source = "registry+https://github.com/rust-lang/crates.io-index"
21376checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21377dependencies = [
21378 "cfg-if",
21379 "windows-sys 0.59.0",
21380]
21381
21382[[package]]
21383name = "winresource"
21384version = "0.1.23"
21385source = "registry+https://github.com/rust-lang/crates.io-index"
21386checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21387dependencies = [
21388 "toml 0.8.23",
21389 "version_check",
21390]
21391
21392[[package]]
21393name = "winsafe"
21394version = "0.0.19"
21395source = "registry+https://github.com/rust-lang/crates.io-index"
21396checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21397
21398[[package]]
21399name = "winx"
21400version = "0.36.4"
21401source = "registry+https://github.com/rust-lang/crates.io-index"
21402checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21403dependencies = [
21404 "bitflags 2.10.0",
21405 "windows-sys 0.59.0",
21406]
21407
21408[[package]]
21409name = "wio"
21410version = "0.2.2"
21411source = "registry+https://github.com/rust-lang/crates.io-index"
21412checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21413dependencies = [
21414 "winapi",
21415]
21416
21417[[package]]
21418name = "wit-bindgen"
21419version = "0.22.0"
21420source = "registry+https://github.com/rust-lang/crates.io-index"
21421checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21422dependencies = [
21423 "bitflags 2.10.0",
21424 "wit-bindgen-rt 0.22.0",
21425 "wit-bindgen-rust-macro 0.22.0",
21426]
21427
21428[[package]]
21429name = "wit-bindgen"
21430version = "0.41.0"
21431source = "registry+https://github.com/rust-lang/crates.io-index"
21432checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21433dependencies = [
21434 "wit-bindgen-rt 0.41.0",
21435 "wit-bindgen-rust-macro 0.41.0",
21436]
21437
21438[[package]]
21439name = "wit-bindgen"
21440version = "0.46.0"
21441source = "registry+https://github.com/rust-lang/crates.io-index"
21442checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21443
21444[[package]]
21445name = "wit-bindgen"
21446version = "0.51.0"
21447source = "registry+https://github.com/rust-lang/crates.io-index"
21448checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21449dependencies = [
21450 "wit-bindgen-rust-macro 0.51.0",
21451]
21452
21453[[package]]
21454name = "wit-bindgen-core"
21455version = "0.22.0"
21456source = "registry+https://github.com/rust-lang/crates.io-index"
21457checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21458dependencies = [
21459 "anyhow",
21460 "wit-parser 0.201.0",
21461]
21462
21463[[package]]
21464name = "wit-bindgen-core"
21465version = "0.41.0"
21466source = "registry+https://github.com/rust-lang/crates.io-index"
21467checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21468dependencies = [
21469 "anyhow",
21470 "heck 0.5.0",
21471 "wit-parser 0.227.1",
21472]
21473
21474[[package]]
21475name = "wit-bindgen-core"
21476version = "0.51.0"
21477source = "registry+https://github.com/rust-lang/crates.io-index"
21478checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21479dependencies = [
21480 "anyhow",
21481 "heck 0.5.0",
21482 "wit-parser 0.244.0",
21483]
21484
21485[[package]]
21486name = "wit-bindgen-rt"
21487version = "0.22.0"
21488source = "registry+https://github.com/rust-lang/crates.io-index"
21489checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21490
21491[[package]]
21492name = "wit-bindgen-rt"
21493version = "0.41.0"
21494source = "registry+https://github.com/rust-lang/crates.io-index"
21495checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21496dependencies = [
21497 "bitflags 2.10.0",
21498 "futures 0.3.32",
21499 "once_cell",
21500]
21501
21502[[package]]
21503name = "wit-bindgen-rust"
21504version = "0.22.0"
21505source = "registry+https://github.com/rust-lang/crates.io-index"
21506checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21507dependencies = [
21508 "anyhow",
21509 "heck 0.4.1",
21510 "indexmap",
21511 "wasm-metadata 0.201.0",
21512 "wit-bindgen-core 0.22.0",
21513 "wit-component 0.201.0",
21514]
21515
21516[[package]]
21517name = "wit-bindgen-rust"
21518version = "0.41.0"
21519source = "registry+https://github.com/rust-lang/crates.io-index"
21520checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21521dependencies = [
21522 "anyhow",
21523 "heck 0.5.0",
21524 "indexmap",
21525 "prettyplease",
21526 "syn 2.0.117",
21527 "wasm-metadata 0.227.1",
21528 "wit-bindgen-core 0.41.0",
21529 "wit-component 0.227.1",
21530]
21531
21532[[package]]
21533name = "wit-bindgen-rust"
21534version = "0.51.0"
21535source = "registry+https://github.com/rust-lang/crates.io-index"
21536checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21537dependencies = [
21538 "anyhow",
21539 "heck 0.5.0",
21540 "indexmap",
21541 "prettyplease",
21542 "syn 2.0.117",
21543 "wasm-metadata 0.244.0",
21544 "wit-bindgen-core 0.51.0",
21545 "wit-component 0.244.0",
21546]
21547
21548[[package]]
21549name = "wit-bindgen-rust-macro"
21550version = "0.22.0"
21551source = "registry+https://github.com/rust-lang/crates.io-index"
21552checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21553dependencies = [
21554 "anyhow",
21555 "proc-macro2",
21556 "quote",
21557 "syn 2.0.117",
21558 "wit-bindgen-core 0.22.0",
21559 "wit-bindgen-rust 0.22.0",
21560]
21561
21562[[package]]
21563name = "wit-bindgen-rust-macro"
21564version = "0.41.0"
21565source = "registry+https://github.com/rust-lang/crates.io-index"
21566checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21567dependencies = [
21568 "anyhow",
21569 "prettyplease",
21570 "proc-macro2",
21571 "quote",
21572 "syn 2.0.117",
21573 "wit-bindgen-core 0.41.0",
21574 "wit-bindgen-rust 0.41.0",
21575]
21576
21577[[package]]
21578name = "wit-bindgen-rust-macro"
21579version = "0.51.0"
21580source = "registry+https://github.com/rust-lang/crates.io-index"
21581checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21582dependencies = [
21583 "anyhow",
21584 "prettyplease",
21585 "proc-macro2",
21586 "quote",
21587 "syn 2.0.117",
21588 "wit-bindgen-core 0.51.0",
21589 "wit-bindgen-rust 0.51.0",
21590]
21591
21592[[package]]
21593name = "wit-component"
21594version = "0.201.0"
21595source = "registry+https://github.com/rust-lang/crates.io-index"
21596checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21597dependencies = [
21598 "anyhow",
21599 "bitflags 2.10.0",
21600 "indexmap",
21601 "log",
21602 "serde",
21603 "serde_derive",
21604 "serde_json",
21605 "wasm-encoder 0.201.0",
21606 "wasm-metadata 0.201.0",
21607 "wasmparser 0.201.0",
21608 "wit-parser 0.201.0",
21609]
21610
21611[[package]]
21612name = "wit-component"
21613version = "0.227.1"
21614source = "registry+https://github.com/rust-lang/crates.io-index"
21615checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21616dependencies = [
21617 "anyhow",
21618 "bitflags 2.10.0",
21619 "indexmap",
21620 "log",
21621 "serde",
21622 "serde_derive",
21623 "serde_json",
21624 "wasm-encoder 0.227.1",
21625 "wasm-metadata 0.227.1",
21626 "wasmparser 0.227.1",
21627 "wit-parser 0.227.1",
21628]
21629
21630[[package]]
21631name = "wit-component"
21632version = "0.244.0"
21633source = "registry+https://github.com/rust-lang/crates.io-index"
21634checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21635dependencies = [
21636 "anyhow",
21637 "bitflags 2.10.0",
21638 "indexmap",
21639 "log",
21640 "serde",
21641 "serde_derive",
21642 "serde_json",
21643 "wasm-encoder 0.244.0",
21644 "wasm-metadata 0.244.0",
21645 "wasmparser 0.244.0",
21646 "wit-parser 0.244.0",
21647]
21648
21649[[package]]
21650name = "wit-parser"
21651version = "0.201.0"
21652source = "registry+https://github.com/rust-lang/crates.io-index"
21653checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21654dependencies = [
21655 "anyhow",
21656 "id-arena",
21657 "indexmap",
21658 "log",
21659 "semver",
21660 "serde",
21661 "serde_derive",
21662 "serde_json",
21663 "unicode-xid",
21664 "wasmparser 0.201.0",
21665]
21666
21667[[package]]
21668name = "wit-parser"
21669version = "0.227.1"
21670source = "registry+https://github.com/rust-lang/crates.io-index"
21671checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21672dependencies = [
21673 "anyhow",
21674 "id-arena",
21675 "indexmap",
21676 "log",
21677 "semver",
21678 "serde",
21679 "serde_derive",
21680 "serde_json",
21681 "unicode-xid",
21682 "wasmparser 0.227.1",
21683]
21684
21685[[package]]
21686name = "wit-parser"
21687version = "0.236.1"
21688source = "registry+https://github.com/rust-lang/crates.io-index"
21689checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21690dependencies = [
21691 "anyhow",
21692 "id-arena",
21693 "indexmap",
21694 "log",
21695 "semver",
21696 "serde",
21697 "serde_derive",
21698 "serde_json",
21699 "unicode-xid",
21700 "wasmparser 0.236.1",
21701]
21702
21703[[package]]
21704name = "wit-parser"
21705version = "0.244.0"
21706source = "registry+https://github.com/rust-lang/crates.io-index"
21707checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21708dependencies = [
21709 "anyhow",
21710 "id-arena",
21711 "indexmap",
21712 "log",
21713 "semver",
21714 "serde",
21715 "serde_derive",
21716 "serde_json",
21717 "unicode-xid",
21718 "wasmparser 0.244.0",
21719]
21720
21721[[package]]
21722name = "witx"
21723version = "0.9.1"
21724source = "registry+https://github.com/rust-lang/crates.io-index"
21725checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21726dependencies = [
21727 "anyhow",
21728 "log",
21729 "thiserror 1.0.69",
21730 "wast",
21731]
21732
21733[[package]]
21734name = "workspace"
21735version = "0.1.0"
21736dependencies = [
21737 "agent_settings",
21738 "any_vec",
21739 "anyhow",
21740 "async-recursion",
21741 "chrono",
21742 "client",
21743 "clock",
21744 "collections",
21745 "component",
21746 "db",
21747 "fs",
21748 "futures 0.3.32",
21749 "git",
21750 "gpui",
21751 "http_client",
21752 "itertools 0.14.0",
21753 "language",
21754 "log",
21755 "markdown",
21756 "menu",
21757 "node_runtime",
21758 "parking_lot",
21759 "postage",
21760 "pretty_assertions",
21761 "project",
21762 "remote",
21763 "schemars",
21764 "serde",
21765 "serde_json",
21766 "session",
21767 "settings",
21768 "smallvec",
21769 "sqlez",
21770 "strum 0.27.2",
21771 "task",
21772 "telemetry",
21773 "tempfile",
21774 "theme",
21775 "theme_settings",
21776 "ui",
21777 "util",
21778 "uuid",
21779 "vim_mode_setting",
21780 "windows 0.61.3",
21781 "zed_actions",
21782 "zlog",
21783]
21784
21785[[package]]
21786name = "worktree"
21787version = "0.1.0"
21788dependencies = [
21789 "anyhow",
21790 "async-lock 2.8.0",
21791 "chardetng",
21792 "clock",
21793 "collections",
21794 "encoding_rs",
21795 "fs",
21796 "futures 0.3.32",
21797 "fuzzy",
21798 "git",
21799 "gpui",
21800 "ignore",
21801 "language",
21802 "log",
21803 "parking_lot",
21804 "paths",
21805 "postage",
21806 "pretty_assertions",
21807 "rand 0.9.3",
21808 "rpc",
21809 "serde",
21810 "serde_json",
21811 "settings",
21812 "smallvec",
21813 "smol",
21814 "sum_tree",
21815 "text",
21816 "tracing",
21817 "util",
21818 "worktree",
21819 "zlog",
21820 "ztracing",
21821]
21822
21823[[package]]
21824name = "worktree_benchmarks"
21825version = "0.1.0"
21826dependencies = [
21827 "fs",
21828 "gpui_platform",
21829 "settings",
21830 "worktree",
21831]
21832
21833[[package]]
21834name = "wprcontrol"
21835version = "0.1.0"
21836source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21837dependencies = [
21838 "windows 0.61.3",
21839 "windows-bindgen",
21840 "windows-core 0.61.2",
21841 "windows-link 0.2.1",
21842]
21843
21844[[package]]
21845name = "writeable"
21846version = "0.6.1"
21847source = "registry+https://github.com/rust-lang/crates.io-index"
21848checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21849
21850[[package]]
21851name = "wyz"
21852version = "0.5.1"
21853source = "registry+https://github.com/rust-lang/crates.io-index"
21854checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21855dependencies = [
21856 "tap",
21857]
21858
21859[[package]]
21860name = "x11"
21861version = "2.21.0"
21862source = "registry+https://github.com/rust-lang/crates.io-index"
21863checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21864dependencies = [
21865 "libc",
21866 "pkg-config",
21867]
21868
21869[[package]]
21870name = "x11-clipboard"
21871version = "0.9.3"
21872source = "registry+https://github.com/rust-lang/crates.io-index"
21873checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21874dependencies = [
21875 "libc",
21876 "x11rb",
21877]
21878
21879[[package]]
21880name = "x11rb"
21881version = "0.13.2"
21882source = "registry+https://github.com/rust-lang/crates.io-index"
21883checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21884dependencies = [
21885 "as-raw-xcb-connection",
21886 "gethostname",
21887 "libc",
21888 "rustix 1.1.2",
21889 "x11rb-protocol",
21890 "xcursor",
21891]
21892
21893[[package]]
21894name = "x11rb-protocol"
21895version = "0.13.2"
21896source = "registry+https://github.com/rust-lang/crates.io-index"
21897checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21898
21899[[package]]
21900name = "x_ai"
21901version = "0.1.0"
21902dependencies = [
21903 "anyhow",
21904 "schemars",
21905 "serde",
21906 "strum 0.27.2",
21907]
21908
21909[[package]]
21910name = "xattr"
21911version = "0.2.3"
21912source = "registry+https://github.com/rust-lang/crates.io-index"
21913checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21914dependencies = [
21915 "libc",
21916]
21917
21918[[package]]
21919name = "xcb"
21920version = "1.6.0"
21921source = "registry+https://github.com/rust-lang/crates.io-index"
21922checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21923dependencies = [
21924 "bitflags 1.3.2",
21925 "libc",
21926 "quick-xml 0.30.0",
21927 "x11",
21928]
21929
21930[[package]]
21931name = "xcursor"
21932version = "0.3.10"
21933source = "registry+https://github.com/rust-lang/crates.io-index"
21934checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21935
21936[[package]]
21937name = "xim-ctext"
21938version = "0.3.0"
21939source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21940dependencies = [
21941 "encoding_rs",
21942]
21943
21944[[package]]
21945name = "xim-parser"
21946version = "0.2.1"
21947source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21948dependencies = [
21949 "bitflags 2.10.0",
21950]
21951
21952[[package]]
21953name = "xkbcommon"
21954version = "0.8.0"
21955source = "registry+https://github.com/rust-lang/crates.io-index"
21956checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21957dependencies = [
21958 "as-raw-xcb-connection",
21959 "libc",
21960 "memmap2",
21961 "xkeysym",
21962]
21963
21964[[package]]
21965name = "xkeysym"
21966version = "0.2.1"
21967source = "registry+https://github.com/rust-lang/crates.io-index"
21968checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21969
21970[[package]]
21971name = "xml-rs"
21972version = "0.8.28"
21973source = "registry+https://github.com/rust-lang/crates.io-index"
21974checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21975
21976[[package]]
21977name = "xml5ever"
21978version = "0.18.1"
21979source = "registry+https://github.com/rust-lang/crates.io-index"
21980checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21981dependencies = [
21982 "log",
21983 "mac",
21984 "markup5ever 0.12.1",
21985]
21986
21987[[package]]
21988name = "xmlparser"
21989version = "0.13.6"
21990source = "registry+https://github.com/rust-lang/crates.io-index"
21991checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21992
21993[[package]]
21994name = "xmlwriter"
21995version = "0.1.0"
21996source = "registry+https://github.com/rust-lang/crates.io-index"
21997checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21998
21999[[package]]
22000name = "xtask"
22001version = "0.1.0"
22002dependencies = [
22003 "annotate-snippets",
22004 "anyhow",
22005 "backtrace",
22006 "cargo_metadata 0.19.2",
22007 "cargo_toml",
22008 "clap",
22009 "compliance",
22010 "gh-workflow",
22011 "indexmap",
22012 "indoc",
22013 "itertools 0.14.0",
22014 "regex",
22015 "serde",
22016 "serde_json",
22017 "serde_yaml",
22018 "strum 0.27.2",
22019 "tokio",
22020 "toml 0.8.23",
22021 "toml_edit 0.22.27",
22022]
22023
22024[[package]]
22025name = "y4m"
22026version = "0.8.0"
22027source = "registry+https://github.com/rust-lang/crates.io-index"
22028checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22029
22030[[package]]
22031name = "yaml-rust2"
22032version = "0.8.1"
22033source = "registry+https://github.com/rust-lang/crates.io-index"
22034checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22035dependencies = [
22036 "arraydeque",
22037 "encoding_rs",
22038 "hashlink 0.8.4",
22039]
22040
22041[[package]]
22042name = "yansi"
22043version = "1.0.1"
22044source = "registry+https://github.com/rust-lang/crates.io-index"
22045checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22046
22047[[package]]
22048name = "yawc"
22049version = "0.2.5"
22050source = "registry+https://github.com/rust-lang/crates.io-index"
22051checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22052dependencies = [
22053 "base64 0.22.1",
22054 "bytes 1.11.1",
22055 "flate2",
22056 "futures 0.3.32",
22057 "http-body-util",
22058 "hyper 1.7.0",
22059 "hyper-util",
22060 "js-sys",
22061 "nom 8.0.0",
22062 "pin-project",
22063 "rand 0.8.5",
22064 "sha1",
22065 "thiserror 1.0.69",
22066 "tokio",
22067 "tokio-rustls 0.26.2",
22068 "tokio-util",
22069 "url",
22070 "wasm-bindgen",
22071 "wasm-bindgen-futures",
22072 "web-sys",
22073 "webpki-roots",
22074]
22075
22076[[package]]
22077name = "yazi"
22078version = "0.2.1"
22079source = "registry+https://github.com/rust-lang/crates.io-index"
22080checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22081
22082[[package]]
22083name = "yeslogic-fontconfig-sys"
22084version = "6.0.0"
22085source = "registry+https://github.com/rust-lang/crates.io-index"
22086checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22087dependencies = [
22088 "dlib",
22089 "once_cell",
22090 "pkg-config",
22091]
22092
22093[[package]]
22094name = "yoke"
22095version = "0.7.5"
22096source = "registry+https://github.com/rust-lang/crates.io-index"
22097checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22098dependencies = [
22099 "serde",
22100 "stable_deref_trait",
22101 "yoke-derive 0.7.5",
22102 "zerofrom",
22103]
22104
22105[[package]]
22106name = "yoke"
22107version = "0.8.0"
22108source = "registry+https://github.com/rust-lang/crates.io-index"
22109checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22110dependencies = [
22111 "serde",
22112 "stable_deref_trait",
22113 "yoke-derive 0.8.0",
22114 "zerofrom",
22115]
22116
22117[[package]]
22118name = "yoke-derive"
22119version = "0.7.5"
22120source = "registry+https://github.com/rust-lang/crates.io-index"
22121checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22122dependencies = [
22123 "proc-macro2",
22124 "quote",
22125 "syn 2.0.117",
22126 "synstructure",
22127]
22128
22129[[package]]
22130name = "yoke-derive"
22131version = "0.8.0"
22132source = "registry+https://github.com/rust-lang/crates.io-index"
22133checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22134dependencies = [
22135 "proc-macro2",
22136 "quote",
22137 "syn 2.0.117",
22138 "synstructure",
22139]
22140
22141[[package]]
22142name = "zbus"
22143version = "5.13.2"
22144source = "registry+https://github.com/rust-lang/crates.io-index"
22145checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22146dependencies = [
22147 "async-broadcast",
22148 "async-executor",
22149 "async-io",
22150 "async-lock 3.4.2",
22151 "async-process",
22152 "async-recursion",
22153 "async-task",
22154 "async-trait",
22155 "blocking",
22156 "enumflags2",
22157 "event-listener 5.4.1",
22158 "futures-core",
22159 "futures-lite 2.6.1",
22160 "hex",
22161 "libc",
22162 "ordered-stream",
22163 "rustix 1.1.2",
22164 "serde",
22165 "serde_repr",
22166 "tracing",
22167 "uds_windows",
22168 "uuid",
22169 "windows-sys 0.61.2",
22170 "winnow",
22171 "zbus_macros",
22172 "zbus_names",
22173 "zvariant",
22174]
22175
22176[[package]]
22177name = "zbus_macros"
22178version = "5.13.2"
22179source = "registry+https://github.com/rust-lang/crates.io-index"
22180checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22181dependencies = [
22182 "proc-macro-crate",
22183 "proc-macro2",
22184 "quote",
22185 "syn 2.0.117",
22186 "zbus_names",
22187 "zvariant",
22188 "zvariant_utils",
22189]
22190
22191[[package]]
22192name = "zbus_names"
22193version = "4.3.1"
22194source = "registry+https://github.com/rust-lang/crates.io-index"
22195checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22196dependencies = [
22197 "serde",
22198 "winnow",
22199 "zvariant",
22200]
22201
22202[[package]]
22203name = "zed"
22204version = "0.234.0"
22205dependencies = [
22206 "acp_thread",
22207 "acp_tools",
22208 "action_log",
22209 "activity_indicator",
22210 "agent",
22211 "agent-client-protocol",
22212 "agent_servers",
22213 "agent_settings",
22214 "agent_ui",
22215 "anyhow",
22216 "ashpd",
22217 "askpass",
22218 "assets",
22219 "audio",
22220 "auto_update",
22221 "auto_update_ui",
22222 "breadcrumbs",
22223 "call",
22224 "channel",
22225 "chrono",
22226 "clap",
22227 "cli",
22228 "client",
22229 "clock",
22230 "codestral",
22231 "collab_ui",
22232 "collections",
22233 "command_palette",
22234 "component",
22235 "component_preview",
22236 "copilot",
22237 "copilot_chat",
22238 "copilot_ui",
22239 "crashes",
22240 "csv_preview",
22241 "dap_adapters",
22242 "db",
22243 "debug_adapter_extension",
22244 "debugger_tools",
22245 "debugger_ui",
22246 "dev_container",
22247 "diagnostics",
22248 "edit_prediction",
22249 "edit_prediction_ui",
22250 "editor",
22251 "encoding_selector",
22252 "env_logger 0.11.8",
22253 "etw_tracing",
22254 "extension",
22255 "extension_host",
22256 "extensions_ui",
22257 "feature_flags",
22258 "feedback",
22259 "file_finder",
22260 "fs",
22261 "futures 0.3.32",
22262 "git",
22263 "git_graph",
22264 "git_hosting_providers",
22265 "git_ui",
22266 "go_to_line",
22267 "gpui",
22268 "gpui_platform",
22269 "gpui_tokio",
22270 "http_client",
22271 "image",
22272 "image_viewer",
22273 "input_latency_ui",
22274 "inspector_ui",
22275 "install_cli",
22276 "itertools 0.14.0",
22277 "journal",
22278 "json_schema_store",
22279 "keymap_editor",
22280 "language",
22281 "language_extension",
22282 "language_model",
22283 "language_models",
22284 "language_onboarding",
22285 "language_selector",
22286 "language_tools",
22287 "languages",
22288 "line_ending_selector",
22289 "log",
22290 "markdown",
22291 "markdown_preview",
22292 "menu",
22293 "migrator",
22294 "mimalloc",
22295 "miniprofiler_ui",
22296 "nc",
22297 "node_runtime",
22298 "notifications",
22299 "onboarding",
22300 "outline",
22301 "outline_panel",
22302 "parking_lot",
22303 "paths",
22304 "picker",
22305 "pkg-config",
22306 "pretty_assertions",
22307 "profiling",
22308 "project",
22309 "project_panel",
22310 "project_symbols",
22311 "prompt_store",
22312 "proto",
22313 "rayon",
22314 "recent_projects",
22315 "release_channel",
22316 "remote",
22317 "repl",
22318 "reqwest_client",
22319 "rope",
22320 "search",
22321 "semver",
22322 "serde",
22323 "serde_json",
22324 "session",
22325 "settings",
22326 "settings_profile_selector",
22327 "settings_ui",
22328 "shellexpand",
22329 "sidebar",
22330 "smol",
22331 "snippet_provider",
22332 "snippets_ui",
22333 "svg_preview",
22334 "sysinfo 0.37.2",
22335 "system_specs",
22336 "tab_switcher",
22337 "task",
22338 "tasks_ui",
22339 "telemetry",
22340 "telemetry_events",
22341 "tempfile",
22342 "terminal_view",
22343 "theme",
22344 "theme_extension",
22345 "theme_selector",
22346 "theme_settings",
22347 "time",
22348 "time_format",
22349 "title_bar",
22350 "toolchain_selector",
22351 "tracing",
22352 "ui",
22353 "ui_prompt",
22354 "url",
22355 "urlencoding",
22356 "util",
22357 "uuid",
22358 "vim",
22359 "vim_mode_setting",
22360 "watch",
22361 "web_search",
22362 "web_search_providers",
22363 "which_key",
22364 "windows 0.61.3",
22365 "winresource",
22366 "workspace",
22367 "zed-reqwest",
22368 "zed_actions",
22369 "zed_env_vars",
22370 "zlog",
22371 "zlog_settings",
22372 "ztracing",
22373]
22374
22375[[package]]
22376name = "zed-font-kit"
22377version = "0.14.1-zed"
22378source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22379dependencies = [
22380 "bitflags 2.10.0",
22381 "byteorder",
22382 "core-foundation 0.10.0",
22383 "core-graphics 0.24.0",
22384 "core-text",
22385 "dirs",
22386 "dwrote",
22387 "float-ord",
22388 "freetype-sys",
22389 "lazy_static",
22390 "libc",
22391 "log",
22392 "pathfinder_geometry",
22393 "pathfinder_simd",
22394 "walkdir",
22395 "winapi",
22396 "yeslogic-fontconfig-sys",
22397]
22398
22399[[package]]
22400name = "zed-reqwest"
22401version = "0.12.15-zed"
22402source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22403dependencies = [
22404 "base64 0.22.1",
22405 "bytes 1.11.1",
22406 "encoding_rs",
22407 "futures-core",
22408 "futures-util",
22409 "h2 0.4.12",
22410 "http 1.3.1",
22411 "http-body 1.0.1",
22412 "http-body-util",
22413 "hyper 1.7.0",
22414 "hyper-rustls 0.27.7",
22415 "hyper-util",
22416 "ipnet",
22417 "js-sys",
22418 "log",
22419 "mime",
22420 "mime_guess",
22421 "once_cell",
22422 "percent-encoding",
22423 "pin-project-lite",
22424 "quinn",
22425 "rustls 0.23.33",
22426 "rustls-native-certs 0.8.2",
22427 "rustls-pemfile 2.2.0",
22428 "rustls-pki-types",
22429 "serde",
22430 "serde_json",
22431 "serde_urlencoded",
22432 "sync_wrapper 1.0.2",
22433 "system-configuration 0.6.1",
22434 "tokio",
22435 "tokio-rustls 0.26.2",
22436 "tokio-socks",
22437 "tokio-util",
22438 "tower 0.5.2",
22439 "tower-service",
22440 "url",
22441 "wasm-bindgen",
22442 "wasm-bindgen-futures",
22443 "wasm-streams",
22444 "web-sys",
22445 "windows-registry 0.4.0",
22446]
22447
22448[[package]]
22449name = "zed-scap"
22450version = "0.0.8-zed"
22451source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22452dependencies = [
22453 "anyhow",
22454 "cocoa 0.25.0",
22455 "core-graphics-helmer-fork",
22456 "log",
22457 "objc",
22458 "rand 0.8.5",
22459 "screencapturekit",
22460 "screencapturekit-sys",
22461 "sysinfo 0.31.4",
22462 "tao-core-video-sys",
22463 "windows 0.61.3",
22464 "windows-capture",
22465 "x11",
22466 "xcb",
22467]
22468
22469[[package]]
22470name = "zed-xim"
22471version = "0.4.0-zed"
22472source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22473dependencies = [
22474 "ahash 0.8.12",
22475 "hashbrown 0.14.5",
22476 "log",
22477 "x11rb",
22478 "xim-ctext",
22479 "xim-parser",
22480]
22481
22482[[package]]
22483name = "zed_actions"
22484version = "0.1.0"
22485dependencies = [
22486 "gpui",
22487 "schemars",
22488 "serde",
22489 "util",
22490 "uuid",
22491]
22492
22493[[package]]
22494name = "zed_credentials_provider"
22495version = "0.1.0"
22496dependencies = [
22497 "anyhow",
22498 "credentials_provider",
22499 "futures 0.3.32",
22500 "gpui",
22501 "paths",
22502 "release_channel",
22503 "serde",
22504 "serde_json",
22505]
22506
22507[[package]]
22508name = "zed_env_vars"
22509version = "0.1.0"
22510dependencies = [
22511 "env_var",
22512]
22513
22514[[package]]
22515name = "zed_extension_api"
22516version = "0.1.0"
22517source = "registry+https://github.com/rust-lang/crates.io-index"
22518checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22519dependencies = [
22520 "serde",
22521 "serde_json",
22522 "wit-bindgen 0.22.0",
22523]
22524
22525[[package]]
22526name = "zed_extension_api"
22527version = "0.7.0"
22528source = "registry+https://github.com/rust-lang/crates.io-index"
22529checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22530dependencies = [
22531 "serde",
22532 "serde_json",
22533 "wit-bindgen 0.41.0",
22534]
22535
22536[[package]]
22537name = "zed_extension_api"
22538version = "0.8.0"
22539dependencies = [
22540 "serde",
22541 "serde_json",
22542 "wit-bindgen 0.41.0",
22543]
22544
22545[[package]]
22546name = "zed_glsl"
22547version = "0.2.3"
22548dependencies = [
22549 "zed_extension_api 0.1.0",
22550]
22551
22552[[package]]
22553name = "zed_html"
22554version = "0.3.1"
22555dependencies = [
22556 "zed_extension_api 0.7.0",
22557]
22558
22559[[package]]
22560name = "zed_proto"
22561version = "0.3.2"
22562dependencies = [
22563 "zed_extension_api 0.7.0",
22564]
22565
22566[[package]]
22567name = "zed_test_extension"
22568version = "0.1.0"
22569dependencies = [
22570 "zed_extension_api 0.8.0",
22571]
22572
22573[[package]]
22574name = "zeno"
22575version = "0.3.3"
22576source = "registry+https://github.com/rust-lang/crates.io-index"
22577checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22578
22579[[package]]
22580name = "zerocopy"
22581version = "0.8.27"
22582source = "registry+https://github.com/rust-lang/crates.io-index"
22583checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22584dependencies = [
22585 "zerocopy-derive",
22586]
22587
22588[[package]]
22589name = "zerocopy-derive"
22590version = "0.8.27"
22591source = "registry+https://github.com/rust-lang/crates.io-index"
22592checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22593dependencies = [
22594 "proc-macro2",
22595 "quote",
22596 "syn 2.0.117",
22597]
22598
22599[[package]]
22600name = "zerofrom"
22601version = "0.1.6"
22602source = "registry+https://github.com/rust-lang/crates.io-index"
22603checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22604dependencies = [
22605 "zerofrom-derive",
22606]
22607
22608[[package]]
22609name = "zerofrom-derive"
22610version = "0.1.6"
22611source = "registry+https://github.com/rust-lang/crates.io-index"
22612checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22613dependencies = [
22614 "proc-macro2",
22615 "quote",
22616 "syn 2.0.117",
22617 "synstructure",
22618]
22619
22620[[package]]
22621name = "zeroize"
22622version = "1.8.2"
22623source = "registry+https://github.com/rust-lang/crates.io-index"
22624checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22625dependencies = [
22626 "zeroize_derive",
22627]
22628
22629[[package]]
22630name = "zeroize_derive"
22631version = "1.4.2"
22632source = "registry+https://github.com/rust-lang/crates.io-index"
22633checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22634dependencies = [
22635 "proc-macro2",
22636 "quote",
22637 "syn 2.0.117",
22638]
22639
22640[[package]]
22641name = "zeromq"
22642version = "0.5.0"
22643source = "registry+https://github.com/rust-lang/crates.io-index"
22644checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22645dependencies = [
22646 "async-dispatcher",
22647 "async-std",
22648 "async-trait",
22649 "asynchronous-codec",
22650 "bytes 1.11.1",
22651 "crossbeam-queue",
22652 "futures 0.3.32",
22653 "log",
22654 "num-traits",
22655 "once_cell",
22656 "parking_lot",
22657 "rand 0.9.3",
22658 "regex",
22659 "scc",
22660 "thiserror 1.0.69",
22661 "uuid",
22662]
22663
22664[[package]]
22665name = "zerotrie"
22666version = "0.2.2"
22667source = "registry+https://github.com/rust-lang/crates.io-index"
22668checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22669dependencies = [
22670 "displaydoc",
22671 "yoke 0.8.0",
22672 "zerofrom",
22673]
22674
22675[[package]]
22676name = "zerovec"
22677version = "0.11.4"
22678source = "registry+https://github.com/rust-lang/crates.io-index"
22679checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22680dependencies = [
22681 "yoke 0.8.0",
22682 "zerofrom",
22683 "zerovec-derive",
22684]
22685
22686[[package]]
22687name = "zerovec-derive"
22688version = "0.11.1"
22689source = "registry+https://github.com/rust-lang/crates.io-index"
22690checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22691dependencies = [
22692 "proc-macro2",
22693 "quote",
22694 "syn 2.0.117",
22695]
22696
22697[[package]]
22698name = "zeta_prompt"
22699version = "0.1.0"
22700dependencies = [
22701 "anyhow",
22702 "imara-diff",
22703 "indoc",
22704 "serde",
22705 "strum 0.27.2",
22706]
22707
22708[[package]]
22709name = "zip"
22710version = "0.6.6"
22711source = "registry+https://github.com/rust-lang/crates.io-index"
22712checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22713dependencies = [
22714 "aes",
22715 "byteorder",
22716 "bzip2 0.4.4",
22717 "constant_time_eq",
22718 "crc32fast",
22719 "crossbeam-utils",
22720 "flate2",
22721 "hmac",
22722 "pbkdf2 0.11.0",
22723 "sha1",
22724 "time",
22725 "zstd",
22726]
22727
22728[[package]]
22729name = "zip"
22730version = "1.1.4"
22731source = "registry+https://github.com/rust-lang/crates.io-index"
22732checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22733dependencies = [
22734 "arbitrary",
22735 "crc32fast",
22736 "crossbeam-utils",
22737 "displaydoc",
22738 "indexmap",
22739 "num_enum",
22740 "thiserror 1.0.69",
22741]
22742
22743[[package]]
22744name = "zlog"
22745version = "0.1.0"
22746dependencies = [
22747 "anyhow",
22748 "chrono",
22749 "collections",
22750 "log",
22751 "tempfile",
22752]
22753
22754[[package]]
22755name = "zlog_settings"
22756version = "0.1.0"
22757dependencies = [
22758 "collections",
22759 "gpui",
22760 "settings",
22761 "zlog",
22762]
22763
22764[[package]]
22765name = "zstd"
22766version = "0.11.2+zstd.1.5.2"
22767source = "registry+https://github.com/rust-lang/crates.io-index"
22768checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22769dependencies = [
22770 "zstd-safe",
22771]
22772
22773[[package]]
22774name = "zstd-safe"
22775version = "5.0.2+zstd.1.5.2"
22776source = "registry+https://github.com/rust-lang/crates.io-index"
22777checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22778dependencies = [
22779 "libc",
22780 "zstd-sys",
22781]
22782
22783[[package]]
22784name = "zstd-sys"
22785version = "2.0.16+zstd.1.5.7"
22786source = "registry+https://github.com/rust-lang/crates.io-index"
22787checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22788dependencies = [
22789 "cc",
22790 "pkg-config",
22791]
22792
22793[[package]]
22794name = "ztracing"
22795version = "0.1.0"
22796dependencies = [
22797 "tracing",
22798 "tracing-subscriber",
22799 "tracing-tracy",
22800 "tracy-client",
22801 "zlog",
22802 "ztracing_macro",
22803]
22804
22805[[package]]
22806name = "ztracing_macro"
22807version = "0.1.0"
22808
22809[[package]]
22810name = "zune-core"
22811version = "0.4.12"
22812source = "registry+https://github.com/rust-lang/crates.io-index"
22813checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22814
22815[[package]]
22816name = "zune-core"
22817version = "0.5.1"
22818source = "registry+https://github.com/rust-lang/crates.io-index"
22819checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22820
22821[[package]]
22822name = "zune-inflate"
22823version = "0.2.54"
22824source = "registry+https://github.com/rust-lang/crates.io-index"
22825checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22826dependencies = [
22827 "simd-adler32",
22828]
22829
22830[[package]]
22831name = "zune-jpeg"
22832version = "0.4.21"
22833source = "registry+https://github.com/rust-lang/crates.io-index"
22834checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22835dependencies = [
22836 "zune-core 0.4.12",
22837]
22838
22839[[package]]
22840name = "zune-jpeg"
22841version = "0.5.15"
22842source = "registry+https://github.com/rust-lang/crates.io-index"
22843checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22844dependencies = [
22845 "zune-core 0.5.1",
22846]
22847
22848[[package]]
22849name = "zvariant"
22850version = "5.9.2"
22851source = "registry+https://github.com/rust-lang/crates.io-index"
22852checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22853dependencies = [
22854 "endi",
22855 "enumflags2",
22856 "serde",
22857 "serde_bytes",
22858 "winnow",
22859 "zvariant_derive",
22860 "zvariant_utils",
22861]
22862
22863[[package]]
22864name = "zvariant_derive"
22865version = "5.9.2"
22866source = "registry+https://github.com/rust-lang/crates.io-index"
22867checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22868dependencies = [
22869 "proc-macro-crate",
22870 "proc-macro2",
22871 "quote",
22872 "syn 2.0.117",
22873 "zvariant_utils",
22874]
22875
22876[[package]]
22877name = "zvariant_utils"
22878version = "3.3.0"
22879source = "registry+https://github.com/rust-lang/crates.io-index"
22880checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22881dependencies = [
22882 "proc-macro2",
22883 "quote",
22884 "serde",
22885 "syn 2.0.117",
22886 "winnow",
22887]