Cargo.lock

    1# This file is automatically @generated by Cargo.
    2# It is not intended for manual editing.
    3version = 4
    4
    5[[package]]
    6name = "acp_thread"
    7version = "0.1.0"
    8dependencies = [
    9 "action_log",
   10 "agent-client-protocol",
   11 "anyhow",
   12 "base64 0.22.1",
   13 "buffer_diff",
   14 "chrono",
   15 "collections",
   16 "env_logger 0.11.8",
   17 "feature_flags",
   18 "file_icons",
   19 "futures 0.3.32",
   20 "gpui",
   21 "image",
   22 "indoc",
   23 "itertools 0.14.0",
   24 "language",
   25 "language_model",
   26 "log",
   27 "markdown",
   28 "multi_buffer",
   29 "parking_lot",
   30 "portable-pty",
   31 "project",
   32 "prompt_store",
   33 "rand 0.9.3",
   34 "serde",
   35 "serde_json",
   36 "settings",
   37 "smol",
   38 "task",
   39 "telemetry",
   40 "terminal",
   41 "text",
   42 "ui",
   43 "url",
   44 "urlencoding",
   45 "util",
   46 "uuid",
   47 "watch",
   48]
   49
   50[[package]]
   51name = "acp_tools"
   52version = "0.1.0"
   53dependencies = [
   54 "agent-client-protocol",
   55 "collections",
   56 "gpui",
   57 "language",
   58 "markdown",
   59 "project",
   60 "serde",
   61 "serde_json",
   62 "settings",
   63 "theme_settings",
   64 "ui",
   65 "util",
   66 "workspace",
   67]
   68
   69[[package]]
   70name = "action_log"
   71version = "0.1.0"
   72dependencies = [
   73 "anyhow",
   74 "buffer_diff",
   75 "clock",
   76 "collections",
   77 "ctor",
   78 "fs",
   79 "futures 0.3.32",
   80 "git",
   81 "gpui",
   82 "language",
   83 "log",
   84 "pretty_assertions",
   85 "project",
   86 "rand 0.9.3",
   87 "serde_json",
   88 "settings",
   89 "telemetry",
   90 "text",
   91 "util",
   92 "watch",
   93 "zlog",
   94]
   95
   96[[package]]
   97name = "activity_indicator"
   98version = "0.1.0"
   99dependencies = [
  100 "anyhow",
  101 "auto_update",
  102 "editor",
  103 "extension_host",
  104 "fs",
  105 "futures 0.3.32",
  106 "gpui",
  107 "language",
  108 "project",
  109 "proto",
  110 "smallvec",
  111 "ui",
  112 "util",
  113 "workspace",
  114]
  115
  116[[package]]
  117name = "addr2line"
  118version = "0.25.1"
  119source = "registry+https://github.com/rust-lang/crates.io-index"
  120checksum = "1b5d307320b3181d6d7954e663bd7c774a838b8220fe0593c86d9fb09f498b4b"
  121dependencies = [
  122 "gimli",
  123]
  124
  125[[package]]
  126name = "adler2"
  127version = "2.0.1"
  128source = "registry+https://github.com/rust-lang/crates.io-index"
  129checksum = "320119579fcad9c21884f5c4861d16174d0e06250625266f50fe6898340abefa"
  130
  131[[package]]
  132name = "aes"
  133version = "0.8.4"
  134source = "registry+https://github.com/rust-lang/crates.io-index"
  135checksum = "b169f7a6d4742236a0a00c541b845991d0ac43e546831af1249753ab4c3aa3a0"
  136dependencies = [
  137 "cfg-if",
  138 "cipher",
  139 "cpufeatures",
  140 "zeroize",
  141]
  142
  143[[package]]
  144name = "agent"
  145version = "0.1.0"
  146dependencies = [
  147 "acp_thread",
  148 "action_log",
  149 "agent-client-protocol",
  150 "agent_servers",
  151 "agent_settings",
  152 "anyhow",
  153 "chrono",
  154 "client",
  155 "clock",
  156 "cloud_api_types",
  157 "cloud_llm_client",
  158 "collections",
  159 "context_server",
  160 "ctor",
  161 "db",
  162 "derive_more",
  163 "editor",
  164 "env_logger 0.11.8",
  165 "eval_utils",
  166 "feature_flags",
  167 "fs",
  168 "futures 0.3.32",
  169 "git",
  170 "gpui",
  171 "gpui_tokio",
  172 "handlebars 4.5.0",
  173 "heck 0.5.0",
  174 "html_to_markdown",
  175 "http_client",
  176 "indoc",
  177 "itertools 0.14.0",
  178 "language",
  179 "language_model",
  180 "language_models",
  181 "log",
  182 "lsp",
  183 "open",
  184 "parking_lot",
  185 "paths",
  186 "pretty_assertions",
  187 "project",
  188 "prompt_store",
  189 "rand 0.9.3",
  190 "regex",
  191 "reqwest_client",
  192 "rust-embed",
  193 "schemars",
  194 "serde",
  195 "serde_json",
  196 "settings",
  197 "shell_command_parser",
  198 "smallvec",
  199 "smol",
  200 "sqlez",
  201 "streaming_diff",
  202 "strsim",
  203 "task",
  204 "telemetry",
  205 "tempfile",
  206 "text",
  207 "theme",
  208 "thiserror 2.0.17",
  209 "ui",
  210 "unindent",
  211 "url",
  212 "util",
  213 "uuid",
  214 "watch",
  215 "web_search",
  216 "zed_env_vars",
  217 "zlog",
  218 "zstd",
  219]
  220
  221[[package]]
  222name = "agent-client-protocol"
  223version = "0.10.2"
  224source = "registry+https://github.com/rust-lang/crates.io-index"
  225checksum = "9c56a59cf6315e99f874d2c1f96c69d2da5ffe0087d211297fc4a41f849770a2"
  226dependencies = [
  227 "agent-client-protocol-schema",
  228 "anyhow",
  229 "async-broadcast",
  230 "async-trait",
  231 "derive_more",
  232 "futures 0.3.32",
  233 "log",
  234 "serde",
  235 "serde_json",
  236]
  237
  238[[package]]
  239name = "agent-client-protocol-schema"
  240version = "0.11.2"
  241source = "registry+https://github.com/rust-lang/crates.io-index"
  242checksum = "e0497b9a95a404e35799904835c57c6f8c69b9d08ccfd3cb5b7d746425cd6789"
  243dependencies = [
  244 "anyhow",
  245 "derive_more",
  246 "schemars",
  247 "serde",
  248 "serde_json",
  249 "strum 0.28.0",
  250]
  251
  252[[package]]
  253name = "agent_servers"
  254version = "0.1.0"
  255dependencies = [
  256 "acp_thread",
  257 "acp_tools",
  258 "action_log",
  259 "agent-client-protocol",
  260 "anyhow",
  261 "async-pipe",
  262 "async-trait",
  263 "chrono",
  264 "client",
  265 "collections",
  266 "env_logger 0.11.8",
  267 "feature_flags",
  268 "fs",
  269 "futures 0.3.32",
  270 "google_ai",
  271 "gpui",
  272 "gpui_tokio",
  273 "http_client",
  274 "indoc",
  275 "language_model",
  276 "libc",
  277 "log",
  278 "nix 0.29.0",
  279 "project",
  280 "release_channel",
  281 "remote",
  282 "reqwest_client",
  283 "serde",
  284 "serde_json",
  285 "settings",
  286 "smol",
  287 "task",
  288 "tempfile",
  289 "terminal",
  290 "thiserror 2.0.17",
  291 "ui",
  292 "util",
  293 "uuid",
  294 "watch",
  295 "zed_credentials_provider",
  296]
  297
  298[[package]]
  299name = "agent_settings"
  300version = "0.1.0"
  301dependencies = [
  302 "agent-client-protocol",
  303 "anyhow",
  304 "collections",
  305 "convert_case 0.8.0",
  306 "fs",
  307 "futures 0.3.32",
  308 "gpui",
  309 "language_model",
  310 "log",
  311 "paths",
  312 "project",
  313 "regex",
  314 "schemars",
  315 "serde",
  316 "serde_json",
  317 "serde_json_lenient",
  318 "settings",
  319 "util",
  320]
  321
  322[[package]]
  323name = "agent_ui"
  324version = "0.1.0"
  325dependencies = [
  326 "acp_thread",
  327 "action_log",
  328 "agent",
  329 "agent-client-protocol",
  330 "agent_servers",
  331 "agent_settings",
  332 "ai_onboarding",
  333 "anyhow",
  334 "audio",
  335 "base64 0.22.1",
  336 "buffer_diff",
  337 "chrono",
  338 "client",
  339 "clock",
  340 "cloud_api_types",
  341 "collections",
  342 "command_palette_hooks",
  343 "component",
  344 "context_server",
  345 "db",
  346 "editor",
  347 "eval_utils",
  348 "extension",
  349 "extension_host",
  350 "feature_flags",
  351 "file_icons",
  352 "fs",
  353 "futures 0.3.32",
  354 "fuzzy",
  355 "git",
  356 "gpui",
  357 "gpui_tokio",
  358 "heapless",
  359 "html_to_markdown",
  360 "http_client",
  361 "image",
  362 "indoc",
  363 "itertools 0.14.0",
  364 "jsonschema",
  365 "language",
  366 "language_model",
  367 "language_models",
  368 "languages",
  369 "log",
  370 "lsp",
  371 "markdown",
  372 "menu",
  373 "multi_buffer",
  374 "node_runtime",
  375 "notifications",
  376 "ordered-float 2.10.1",
  377 "parking_lot",
  378 "paths",
  379 "picker",
  380 "postage",
  381 "pretty_assertions",
  382 "project",
  383 "prompt_store",
  384 "proto",
  385 "rand 0.9.3",
  386 "release_channel",
  387 "remote",
  388 "remote_connection",
  389 "remote_server",
  390 "reqwest_client",
  391 "rope",
  392 "rules_library",
  393 "schemars",
  394 "search",
  395 "semver",
  396 "serde",
  397 "serde_json",
  398 "serde_json_lenient",
  399 "settings",
  400 "smol",
  401 "streaming_diff",
  402 "task",
  403 "telemetry",
  404 "tempfile",
  405 "terminal",
  406 "terminal_view",
  407 "text",
  408 "theme",
  409 "theme_settings",
  410 "time",
  411 "time_format",
  412 "tree-sitter-md",
  413 "ui",
  414 "ui_input",
  415 "unindent",
  416 "url",
  417 "util",
  418 "uuid",
  419 "vim",
  420 "watch",
  421 "workspace",
  422 "zed_actions",
  423]
  424
  425[[package]]
  426name = "ahash"
  427version = "0.7.8"
  428source = "registry+https://github.com/rust-lang/crates.io-index"
  429checksum = "891477e0c6a8957309ee5c45a6368af3ae14bb510732d2684ffa19af310920f9"
  430dependencies = [
  431 "getrandom 0.2.16",
  432 "once_cell",
  433 "version_check",
  434]
  435
  436[[package]]
  437name = "ahash"
  438version = "0.8.12"
  439source = "registry+https://github.com/rust-lang/crates.io-index"
  440checksum = "5a15f179cd60c4584b8a8c596927aadc462e27f2ca70c04e0071964a73ba7a75"
  441dependencies = [
  442 "cfg-if",
  443 "const-random",
  444 "getrandom 0.3.4",
  445 "once_cell",
  446 "serde",
  447 "version_check",
  448 "zerocopy",
  449]
  450
  451[[package]]
  452name = "aho-corasick"
  453version = "1.1.3"
  454source = "registry+https://github.com/rust-lang/crates.io-index"
  455checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
  456dependencies = [
  457 "memchr",
  458]
  459
  460[[package]]
  461name = "ai_onboarding"
  462version = "0.1.0"
  463dependencies = [
  464 "client",
  465 "cloud_api_types",
  466 "component",
  467 "gpui",
  468 "language_model",
  469 "serde",
  470 "smallvec",
  471 "telemetry",
  472 "ui",
  473 "zed_actions",
  474]
  475
  476[[package]]
  477name = "alacritty_terminal"
  478version = "0.25.1"
  479source = "git+https://github.com/zed-industries/alacritty?rev=9d9640d4#9d9640d4e56d67a09d049f9c0a300aae08d4f61e"
  480dependencies = [
  481 "base64 0.22.1",
  482 "bitflags 2.10.0",
  483 "home",
  484 "libc",
  485 "log",
  486 "mach2 0.5.0",
  487 "miow",
  488 "parking_lot",
  489 "piper",
  490 "polling",
  491 "regex-automata",
  492 "rustix 1.1.2",
  493 "rustix-openpty",
  494 "serde",
  495 "signal-hook",
  496 "unicode-width",
  497 "vte",
  498 "windows-sys 0.59.0",
  499]
  500
  501[[package]]
  502name = "aliasable"
  503version = "0.1.3"
  504source = "registry+https://github.com/rust-lang/crates.io-index"
  505checksum = "250f629c0161ad8107cf89319e990051fae62832fd343083bea452d93e2205fd"
  506
  507[[package]]
  508name = "aligned"
  509version = "0.4.3"
  510source = "registry+https://github.com/rust-lang/crates.io-index"
  511checksum = "ee4508988c62edf04abd8d92897fca0c2995d907ce1dfeaf369dac3716a40685"
  512dependencies = [
  513 "as-slice",
  514]
  515
  516[[package]]
  517name = "aligned-vec"
  518version = "0.6.4"
  519source = "registry+https://github.com/rust-lang/crates.io-index"
  520checksum = "dc890384c8602f339876ded803c97ad529f3842aba97f6392b3dba0dd171769b"
  521dependencies = [
  522 "equator",
  523]
  524
  525[[package]]
  526name = "allocator-api2"
  527version = "0.2.21"
  528source = "registry+https://github.com/rust-lang/crates.io-index"
  529checksum = "683d7910e743518b0e34f1186f92494becacb047c7b6bf616c96772180fef923"
  530
  531[[package]]
  532name = "alsa"
  533version = "0.10.0"
  534source = "registry+https://github.com/rust-lang/crates.io-index"
  535checksum = "7c88dbbce13b232b26250e1e2e6ac18b6a891a646b8148285036ebce260ac5c3"
  536dependencies = [
  537 "alsa-sys",
  538 "bitflags 2.10.0",
  539 "cfg-if",
  540 "libc",
  541]
  542
  543[[package]]
  544name = "alsa-sys"
  545version = "0.3.1"
  546source = "registry+https://github.com/rust-lang/crates.io-index"
  547checksum = "db8fee663d06c4e303404ef5f40488a53e062f89ba8bfed81f42325aafad1527"
  548dependencies = [
  549 "libc",
  550 "pkg-config",
  551]
  552
  553[[package]]
  554name = "ambient-authority"
  555version = "0.0.2"
  556source = "registry+https://github.com/rust-lang/crates.io-index"
  557checksum = "e9d4ee0d472d1cd2e28c97dfa124b3d8d992e10eb0a035f33f5d12e3a177ba3b"
  558
  559[[package]]
  560name = "ammonia"
  561version = "4.1.2"
  562source = "registry+https://github.com/rust-lang/crates.io-index"
  563checksum = "17e913097e1a2124b46746c980134e8c954bc17a6a59bb3fde96f088d126dde6"
  564dependencies = [
  565 "cssparser",
  566 "html5ever 0.35.0",
  567 "maplit",
  568 "tendril",
  569 "url",
  570]
  571
  572[[package]]
  573name = "android_system_properties"
  574version = "0.1.5"
  575source = "registry+https://github.com/rust-lang/crates.io-index"
  576checksum = "819e7219dbd41043ac279b19830f2efc897156490d7fd6ea916720117ee66311"
  577dependencies = [
  578 "libc",
  579]
  580
  581[[package]]
  582name = "anes"
  583version = "0.1.6"
  584source = "registry+https://github.com/rust-lang/crates.io-index"
  585checksum = "4b46cbb362ab8752921c97e041f5e366ee6297bd428a31275b9fcf1e380f7299"
  586
  587[[package]]
  588name = "annotate-snippets"
  589version = "0.12.12"
  590source = "registry+https://github.com/rust-lang/crates.io-index"
  591checksum = "c86cd1c51b95d71dde52bca69ed225008f6ff4c8cc825b08042aa1ef823e1980"
  592dependencies = [
  593 "anstyle",
  594 "memchr",
  595 "unicode-width",
  596]
  597
  598[[package]]
  599name = "anstream"
  600version = "0.6.21"
  601source = "registry+https://github.com/rust-lang/crates.io-index"
  602checksum = "43d5b281e737544384e969a5ccad3f1cdd24b48086a0fc1b2a5262a26b8f4f4a"
  603dependencies = [
  604 "anstyle",
  605 "anstyle-parse",
  606 "anstyle-query",
  607 "anstyle-wincon",
  608 "colorchoice",
  609 "is_terminal_polyfill",
  610 "utf8parse",
  611]
  612
  613[[package]]
  614name = "anstyle"
  615version = "1.0.13"
  616source = "registry+https://github.com/rust-lang/crates.io-index"
  617checksum = "5192cca8006f1fd4f7237516f40fa183bb07f8fbdfedaa0036de5ea9b0b45e78"
  618
  619[[package]]
  620name = "anstyle-parse"
  621version = "0.2.7"
  622source = "registry+https://github.com/rust-lang/crates.io-index"
  623checksum = "4e7644824f0aa2c7b9384579234ef10eb7efb6a0deb83f9630a49594dd9c15c2"
  624dependencies = [
  625 "utf8parse",
  626]
  627
  628[[package]]
  629name = "anstyle-query"
  630version = "1.1.4"
  631source = "registry+https://github.com/rust-lang/crates.io-index"
  632checksum = "9e231f6134f61b71076a3eab506c379d4f36122f2af15a9ff04415ea4c3339e2"
  633dependencies = [
  634 "windows-sys 0.60.2",
  635]
  636
  637[[package]]
  638name = "anstyle-wincon"
  639version = "3.0.10"
  640source = "registry+https://github.com/rust-lang/crates.io-index"
  641checksum = "3e0633414522a32ffaac8ac6cc8f748e090c5717661fddeea04219e2344f5f2a"
  642dependencies = [
  643 "anstyle",
  644 "once_cell_polyfill",
  645 "windows-sys 0.60.2",
  646]
  647
  648[[package]]
  649name = "anthropic"
  650version = "0.1.0"
  651dependencies = [
  652 "anyhow",
  653 "chrono",
  654 "collections",
  655 "futures 0.3.32",
  656 "http_client",
  657 "language_model_core",
  658 "log",
  659 "schemars",
  660 "serde",
  661 "serde_json",
  662 "strum 0.27.2",
  663 "thiserror 2.0.17",
  664 "tiktoken-rs",
  665]
  666
  667[[package]]
  668name = "any_vec"
  669version = "0.14.0"
  670source = "registry+https://github.com/rust-lang/crates.io-index"
  671checksum = "34cd60c5e3152cef0a592f1b296f1cc93715d89d2551d85315828c3a09575ff4"
  672
  673[[package]]
  674name = "anyhow"
  675version = "1.0.100"
  676source = "registry+https://github.com/rust-lang/crates.io-index"
  677checksum = "a23eb6b1614318a8071c9b2521f36b424b2c83db5eb3a0fead4a6c0809af6e61"
  678
  679[[package]]
  680name = "approx"
  681version = "0.5.1"
  682source = "registry+https://github.com/rust-lang/crates.io-index"
  683checksum = "cab112f0a86d568ea0e627cc1d6be74a1e9cd55214684db5561995f6dad897c6"
  684dependencies = [
  685 "num-traits",
  686]
  687
  688[[package]]
  689name = "ar_archive_writer"
  690version = "0.5.1"
  691source = "registry+https://github.com/rust-lang/crates.io-index"
  692checksum = "7eb93bbb63b9c227414f6eb3a0adfddca591a8ce1e9b60661bb08969b87e340b"
  693dependencies = [
  694 "object",
  695]
  696
  697[[package]]
  698name = "arbitrary"
  699version = "1.4.2"
  700source = "registry+https://github.com/rust-lang/crates.io-index"
  701checksum = "c3d036a3c4ab069c7b410a2ce876bd74808d2d0888a82667669f8e783a898bf1"
  702dependencies = [
  703 "derive_arbitrary",
  704]
  705
  706[[package]]
  707name = "arc-swap"
  708version = "1.9.0"
  709source = "registry+https://github.com/rust-lang/crates.io-index"
  710checksum = "a07d1f37ff60921c83bdfc7407723bdefe89b44b98a9b772f225c8f9d67141a6"
  711dependencies = [
  712 "rustversion",
  713]
  714
  715[[package]]
  716name = "arg_enum_proc_macro"
  717version = "0.3.4"
  718source = "registry+https://github.com/rust-lang/crates.io-index"
  719checksum = "0ae92a5119aa49cdbcf6b9f893fe4e1d98b04ccbf82ee0584ad948a44a734dea"
  720dependencies = [
  721 "proc-macro2",
  722 "quote",
  723 "syn 2.0.117",
  724]
  725
  726[[package]]
  727name = "arraydeque"
  728version = "0.5.1"
  729source = "registry+https://github.com/rust-lang/crates.io-index"
  730checksum = "7d902e3d592a523def97af8f317b08ce16b7ab854c1985a0c671e6f15cebc236"
  731
  732[[package]]
  733name = "arrayref"
  734version = "0.3.9"
  735source = "registry+https://github.com/rust-lang/crates.io-index"
  736checksum = "76a2e8124351fda1ef8aaaa3bbd7ebbcb486bbcd4225aca0aa0d84bb2db8fecb"
  737
  738[[package]]
  739name = "arrayvec"
  740version = "0.7.6"
  741source = "registry+https://github.com/rust-lang/crates.io-index"
  742checksum = "7c02d123df017efcdfbd739ef81735b36c5ba83ec3c59c80a9d7ecc718f92e50"
  743
  744[[package]]
  745name = "as-raw-xcb-connection"
  746version = "1.0.1"
  747source = "registry+https://github.com/rust-lang/crates.io-index"
  748checksum = "175571dd1d178ced59193a6fc02dde1b972eb0bc56c892cde9beeceac5bf0f6b"
  749
  750[[package]]
  751name = "as-slice"
  752version = "0.2.1"
  753source = "registry+https://github.com/rust-lang/crates.io-index"
  754checksum = "516b6b4f0e40d50dcda9365d53964ec74560ad4284da2e7fc97122cd83174516"
  755dependencies = [
  756 "stable_deref_trait",
  757]
  758
  759[[package]]
  760name = "ascii"
  761version = "1.1.0"
  762source = "registry+https://github.com/rust-lang/crates.io-index"
  763checksum = "d92bec98840b8f03a5ff5413de5293bfcd8bf96467cf5452609f939ec6f5de16"
  764
  765[[package]]
  766name = "ash"
  767version = "0.38.0+1.3.281"
  768source = "registry+https://github.com/rust-lang/crates.io-index"
  769checksum = "0bb44936d800fea8f016d7f2311c6a4f97aebd5dc86f09906139ec848cf3a46f"
  770dependencies = [
  771 "libloading",
  772]
  773
  774[[package]]
  775name = "ashpd"
  776version = "0.13.2"
  777source = "registry+https://github.com/rust-lang/crates.io-index"
  778checksum = "0848bedd08067dca1c02c31cbb371a94ad4f2f8a61a82f2c43d96ec36a395244"
  779dependencies = [
  780 "enumflags2",
  781 "futures-channel",
  782 "futures-util",
  783 "getrandom 0.4.1",
  784 "serde",
  785 "serde_repr",
  786 "wayland-backend",
  787 "wayland-client",
  788 "wayland-protocols",
  789 "zbus",
  790]
  791
  792[[package]]
  793name = "askpass"
  794version = "0.1.0"
  795dependencies = [
  796 "anyhow",
  797 "futures 0.3.32",
  798 "gpui",
  799 "log",
  800 "net",
  801 "smol",
  802 "tempfile",
  803 "util",
  804 "windows 0.61.3",
  805 "zeroize",
  806]
  807
  808[[package]]
  809name = "assets"
  810version = "0.1.0"
  811dependencies = [
  812 "anyhow",
  813 "gpui",
  814 "rust-embed",
  815]
  816
  817[[package]]
  818name = "async-attributes"
  819version = "1.1.2"
  820source = "registry+https://github.com/rust-lang/crates.io-index"
  821checksum = "a3203e79f4dd9bdda415ed03cf14dae5a2bf775c683a00f94e9cd1faf0f596e5"
  822dependencies = [
  823 "quote",
  824 "syn 1.0.109",
  825]
  826
  827[[package]]
  828name = "async-broadcast"
  829version = "0.7.2"
  830source = "registry+https://github.com/rust-lang/crates.io-index"
  831checksum = "435a87a52755b8f27fcf321ac4f04b2802e337c8c4872923137471ec39c37532"
  832dependencies = [
  833 "event-listener 5.4.1",
  834 "event-listener-strategy",
  835 "futures-core",
  836 "pin-project-lite",
  837]
  838
  839[[package]]
  840name = "async-channel"
  841version = "1.9.0"
  842source = "registry+https://github.com/rust-lang/crates.io-index"
  843checksum = "81953c529336010edd6d8e358f886d9581267795c61b19475b71314bffa46d35"
  844dependencies = [
  845 "concurrent-queue",
  846 "event-listener 2.5.3",
  847 "futures-core",
  848]
  849
  850[[package]]
  851name = "async-channel"
  852version = "2.5.0"
  853source = "registry+https://github.com/rust-lang/crates.io-index"
  854checksum = "924ed96dd52d1b75e9c1a3e6275715fd320f5f9439fb5a4a11fa51f4221158d2"
  855dependencies = [
  856 "concurrent-queue",
  857 "event-listener-strategy",
  858 "futures-core",
  859 "pin-project-lite",
  860]
  861
  862[[package]]
  863name = "async-compat"
  864version = "0.2.5"
  865source = "registry+https://github.com/rust-lang/crates.io-index"
  866checksum = "a1ba85bc55464dcbf728b56d97e119d673f4cf9062be330a9a26f3acf504a590"
  867dependencies = [
  868 "futures-core",
  869 "futures-io",
  870 "once_cell",
  871 "pin-project-lite",
  872 "tokio",
  873]
  874
  875[[package]]
  876name = "async-compression"
  877version = "0.4.32"
  878source = "registry+https://github.com/rust-lang/crates.io-index"
  879checksum = "5a89bce6054c720275ac2432fbba080a66a2106a44a1b804553930ca6909f4e0"
  880dependencies = [
  881 "compression-codecs",
  882 "compression-core",
  883 "futures-core",
  884 "futures-io",
  885 "pin-project-lite",
  886]
  887
  888[[package]]
  889name = "async-dispatcher"
  890version = "0.1.2"
  891source = "registry+https://github.com/rust-lang/crates.io-index"
  892checksum = "5c8bff43baa5b0ca8f8bcd7f9338f5d30fbd75236a2aa89130a7c5121a06d6ca"
  893dependencies = [
  894 "async-task",
  895 "futures-lite 1.13.0",
  896]
  897
  898[[package]]
  899name = "async-executor"
  900version = "1.13.3"
  901source = "registry+https://github.com/rust-lang/crates.io-index"
  902checksum = "497c00e0fd83a72a79a39fcbd8e3e2f055d6f6c7e025f3b3d91f4f8e76527fb8"
  903dependencies = [
  904 "async-task",
  905 "concurrent-queue",
  906 "fastrand 2.3.0",
  907 "futures-lite 2.6.1",
  908 "pin-project-lite",
  909 "slab",
  910]
  911
  912[[package]]
  913name = "async-fs"
  914version = "2.2.0"
  915source = "registry+https://github.com/rust-lang/crates.io-index"
  916checksum = "8034a681df4aed8b8edbd7fbe472401ecf009251c8b40556b304567052e294c5"
  917dependencies = [
  918 "async-lock 3.4.2",
  919 "blocking",
  920 "futures-lite 2.6.1",
  921]
  922
  923[[package]]
  924name = "async-global-executor"
  925version = "2.4.1"
  926source = "registry+https://github.com/rust-lang/crates.io-index"
  927checksum = "05b1b633a2115cd122d73b955eadd9916c18c8f510ec9cd1686404c60ad1c29c"
  928dependencies = [
  929 "async-channel 2.5.0",
  930 "async-executor",
  931 "async-io",
  932 "async-lock 3.4.2",
  933 "blocking",
  934 "futures-lite 2.6.1",
  935 "once_cell",
  936]
  937
  938[[package]]
  939name = "async-io"
  940version = "2.6.0"
  941source = "registry+https://github.com/rust-lang/crates.io-index"
  942checksum = "456b8a8feb6f42d237746d4b3e9a178494627745c3c56c6ea55d92ba50d026fc"
  943dependencies = [
  944 "autocfg",
  945 "cfg-if",
  946 "concurrent-queue",
  947 "futures-io",
  948 "futures-lite 2.6.1",
  949 "parking",
  950 "polling",
  951 "rustix 1.1.2",
  952 "slab",
  953 "windows-sys 0.61.2",
  954]
  955
  956[[package]]
  957name = "async-lock"
  958version = "2.8.0"
  959source = "registry+https://github.com/rust-lang/crates.io-index"
  960checksum = "287272293e9d8c41773cec55e365490fe034813a2f172f502d6ddcf75b2f582b"
  961dependencies = [
  962 "event-listener 2.5.3",
  963]
  964
  965[[package]]
  966name = "async-lock"
  967version = "3.4.2"
  968source = "registry+https://github.com/rust-lang/crates.io-index"
  969checksum = "290f7f2596bd5b78a9fec8088ccd89180d7f9f55b94b0576823bbbdc72ee8311"
  970dependencies = [
  971 "event-listener 5.4.1",
  972 "event-listener-strategy",
  973 "pin-project-lite",
  974]
  975
  976[[package]]
  977name = "async-net"
  978version = "2.0.0"
  979source = "registry+https://github.com/rust-lang/crates.io-index"
  980checksum = "b948000fad4873c1c9339d60f2623323a0cfd3816e5181033c6a5cb68b2accf7"
  981dependencies = [
  982 "async-io",
  983 "blocking",
  984 "futures-lite 2.6.1",
  985]
  986
  987[[package]]
  988name = "async-pipe"
  989version = "0.1.3"
  990source = "git+https://github.com/zed-industries/async-pipe-rs?rev=82d00a04211cf4e1236029aa03e6b6ce2a74c553#82d00a04211cf4e1236029aa03e6b6ce2a74c553"
  991dependencies = [
  992 "futures 0.3.32",
  993 "log",
  994]
  995
  996[[package]]
  997name = "async-process"
  998version = "2.5.0"
  999source = "registry+https://github.com/rust-lang/crates.io-index"
 1000checksum = "fc50921ec0055cdd8a16de48773bfeec5c972598674347252c0399676be7da75"
 1001dependencies = [
 1002 "async-channel 2.5.0",
 1003 "async-io",
 1004 "async-lock 3.4.2",
 1005 "async-signal",
 1006 "async-task",
 1007 "blocking",
 1008 "cfg-if",
 1009 "event-listener 5.4.1",
 1010 "futures-lite 2.6.1",
 1011 "rustix 1.1.2",
 1012]
 1013
 1014[[package]]
 1015name = "async-recursion"
 1016version = "1.1.1"
 1017source = "registry+https://github.com/rust-lang/crates.io-index"
 1018checksum = "3b43422f69d8ff38f95f1b2bb76517c91589a924d1559a0e935d7c8ce0274c11"
 1019dependencies = [
 1020 "proc-macro2",
 1021 "quote",
 1022 "syn 2.0.117",
 1023]
 1024
 1025[[package]]
 1026name = "async-signal"
 1027version = "0.2.13"
 1028source = "registry+https://github.com/rust-lang/crates.io-index"
 1029checksum = "43c070bbf59cd3570b6b2dd54cd772527c7c3620fce8be898406dd3ed6adc64c"
 1030dependencies = [
 1031 "async-io",
 1032 "async-lock 3.4.2",
 1033 "atomic-waker",
 1034 "cfg-if",
 1035 "futures-core",
 1036 "futures-io",
 1037 "rustix 1.1.2",
 1038 "signal-hook-registry",
 1039 "slab",
 1040 "windows-sys 0.61.2",
 1041]
 1042
 1043[[package]]
 1044name = "async-std"
 1045version = "1.13.2"
 1046source = "registry+https://github.com/rust-lang/crates.io-index"
 1047checksum = "2c8e079a4ab67ae52b7403632e4618815d6db36d2a010cfe41b02c1b1578f93b"
 1048dependencies = [
 1049 "async-attributes",
 1050 "async-channel 1.9.0",
 1051 "async-global-executor",
 1052 "async-io",
 1053 "async-lock 3.4.2",
 1054 "async-process",
 1055 "crossbeam-utils",
 1056 "futures-channel",
 1057 "futures-core",
 1058 "futures-io",
 1059 "futures-lite 2.6.1",
 1060 "gloo-timers",
 1061 "kv-log-macro",
 1062 "log",
 1063 "memchr",
 1064 "once_cell",
 1065 "pin-project-lite",
 1066 "pin-utils",
 1067 "slab",
 1068 "wasm-bindgen-futures",
 1069]
 1070
 1071[[package]]
 1072name = "async-stream"
 1073version = "0.3.6"
 1074source = "registry+https://github.com/rust-lang/crates.io-index"
 1075checksum = "0b5a71a6f37880a80d1d7f19efd781e4b5de42c88f0722cc13bcb6cc2cfe8476"
 1076dependencies = [
 1077 "async-stream-impl",
 1078 "futures-core",
 1079 "pin-project-lite",
 1080]
 1081
 1082[[package]]
 1083name = "async-stream-impl"
 1084version = "0.3.6"
 1085source = "registry+https://github.com/rust-lang/crates.io-index"
 1086checksum = "c7c24de15d275a1ecfd47a380fb4d5ec9bfe0933f309ed5e705b775596a3574d"
 1087dependencies = [
 1088 "proc-macro2",
 1089 "quote",
 1090 "syn 2.0.117",
 1091]
 1092
 1093[[package]]
 1094name = "async-tar"
 1095version = "0.5.1"
 1096source = "registry+https://github.com/rust-lang/crates.io-index"
 1097checksum = "d1937db2d56578aa3919b9bdb0e5100693fd7d1c0f145c53eb81fbb03e217550"
 1098dependencies = [
 1099 "async-std",
 1100 "filetime",
 1101 "libc",
 1102 "pin-project",
 1103 "redox_syscall 0.2.16",
 1104 "xattr",
 1105]
 1106
 1107[[package]]
 1108name = "async-task"
 1109version = "4.7.1"
 1110source = "git+https://github.com/smol-rs/async-task.git?rev=b4486cd71e4e94fbda54ce6302444de14f4d190e#b4486cd71e4e94fbda54ce6302444de14f4d190e"
 1111
 1112[[package]]
 1113name = "async-trait"
 1114version = "0.1.89"
 1115source = "registry+https://github.com/rust-lang/crates.io-index"
 1116checksum = "9035ad2d096bed7955a320ee7e2230574d28fd3c3a0f186cbea1ff3c7eed5dbb"
 1117dependencies = [
 1118 "proc-macro2",
 1119 "quote",
 1120 "syn 2.0.117",
 1121]
 1122
 1123[[package]]
 1124name = "async-tungstenite"
 1125version = "0.31.0"
 1126source = "registry+https://github.com/rust-lang/crates.io-index"
 1127checksum = "ee88b4c88ac8c9ea446ad43498955750a4bbe64c4392f21ccfe5d952865e318f"
 1128dependencies = [
 1129 "atomic-waker",
 1130 "futures-core",
 1131 "futures-io",
 1132 "futures-task",
 1133 "futures-util",
 1134 "log",
 1135 "pin-project-lite",
 1136 "rustls-pki-types",
 1137 "tokio",
 1138 "tokio-rustls 0.26.2",
 1139 "tungstenite 0.27.0",
 1140]
 1141
 1142[[package]]
 1143name = "async_zip"
 1144version = "0.0.18"
 1145source = "registry+https://github.com/rust-lang/crates.io-index"
 1146checksum = "0d8c50d65ce1b0e0cb65a785ff615f78860d7754290647d3b983208daa4f85e6"
 1147dependencies = [
 1148 "async-compression",
 1149 "crc32fast",
 1150 "futures-lite 2.6.1",
 1151 "pin-project",
 1152 "thiserror 2.0.17",
 1153]
 1154
 1155[[package]]
 1156name = "asynchronous-codec"
 1157version = "0.7.0"
 1158source = "registry+https://github.com/rust-lang/crates.io-index"
 1159checksum = "a860072022177f903e59730004fb5dc13db9275b79bb2aef7ba8ce831956c233"
 1160dependencies = [
 1161 "bytes 1.11.1",
 1162 "futures-sink",
 1163 "futures-util",
 1164 "memchr",
 1165 "pin-project-lite",
 1166]
 1167
 1168[[package]]
 1169name = "atoi"
 1170version = "2.0.0"
 1171source = "registry+https://github.com/rust-lang/crates.io-index"
 1172checksum = "f28d99ec8bfea296261ca1af174f24225171fea9664ba9003cbebee704810528"
 1173dependencies = [
 1174 "num-traits",
 1175]
 1176
 1177[[package]]
 1178name = "atomic"
 1179version = "0.5.3"
 1180source = "registry+https://github.com/rust-lang/crates.io-index"
 1181checksum = "c59bdb34bc650a32731b31bd8f0829cc15d24a708ee31559e0bb34f2bc320cba"
 1182
 1183[[package]]
 1184name = "atomic-waker"
 1185version = "1.1.2"
 1186source = "registry+https://github.com/rust-lang/crates.io-index"
 1187checksum = "1505bd5d3d116872e7271a6d4e16d81d0c8570876c8de68093a09ac269d8aac0"
 1188
 1189[[package]]
 1190name = "audio"
 1191version = "0.1.0"
 1192dependencies = [
 1193 "anyhow",
 1194 "collections",
 1195 "cpal",
 1196 "crossbeam",
 1197 "denoise",
 1198 "gpui",
 1199 "libwebrtc",
 1200 "log",
 1201 "parking_lot",
 1202 "rodio",
 1203 "serde",
 1204 "settings",
 1205 "thiserror 2.0.17",
 1206 "util",
 1207]
 1208
 1209[[package]]
 1210name = "auditable-serde"
 1211version = "0.8.0"
 1212source = "registry+https://github.com/rust-lang/crates.io-index"
 1213checksum = "5c7bf8143dfc3c0258df908843e169b5cc5fcf76c7718bd66135ef4a9cd558c5"
 1214dependencies = [
 1215 "semver",
 1216 "serde",
 1217 "serde_json",
 1218 "topological-sort",
 1219]
 1220
 1221[[package]]
 1222name = "auto_update"
 1223version = "0.1.0"
 1224dependencies = [
 1225 "anyhow",
 1226 "client",
 1227 "clock",
 1228 "ctor",
 1229 "db",
 1230 "futures 0.3.32",
 1231 "futures-lite 1.13.0",
 1232 "gpui",
 1233 "http_client",
 1234 "log",
 1235 "parking_lot",
 1236 "paths",
 1237 "release_channel",
 1238 "semver",
 1239 "serde",
 1240 "serde_json",
 1241 "settings",
 1242 "smol",
 1243 "tempfile",
 1244 "util",
 1245 "which 6.0.3",
 1246 "workspace",
 1247 "zlog",
 1248]
 1249
 1250[[package]]
 1251name = "auto_update_helper"
 1252version = "0.1.0"
 1253dependencies = [
 1254 "anyhow",
 1255 "log",
 1256 "scopeguard",
 1257 "simplelog",
 1258 "tempfile",
 1259 "windows 0.61.3",
 1260 "winresource",
 1261]
 1262
 1263[[package]]
 1264name = "auto_update_ui"
 1265version = "0.1.0"
 1266dependencies = [
 1267 "agent_settings",
 1268 "anyhow",
 1269 "auto_update",
 1270 "client",
 1271 "db",
 1272 "editor",
 1273 "fs",
 1274 "gpui",
 1275 "markdown_preview",
 1276 "notifications",
 1277 "release_channel",
 1278 "semver",
 1279 "serde",
 1280 "serde_json",
 1281 "smol",
 1282 "telemetry",
 1283 "ui",
 1284 "util",
 1285 "workspace",
 1286 "zed_actions",
 1287]
 1288
 1289[[package]]
 1290name = "autocfg"
 1291version = "1.5.0"
 1292source = "registry+https://github.com/rust-lang/crates.io-index"
 1293checksum = "c08606f8c3cbf4ce6ec8e28fb0014a2c086708fe954eaa885384a6165172e7e8"
 1294
 1295[[package]]
 1296name = "av-scenechange"
 1297version = "0.14.1"
 1298source = "registry+https://github.com/rust-lang/crates.io-index"
 1299checksum = "0f321d77c20e19b92c39e7471cf986812cbb46659d2af674adc4331ef3f18394"
 1300dependencies = [
 1301 "aligned",
 1302 "anyhow",
 1303 "arg_enum_proc_macro",
 1304 "arrayvec",
 1305 "log",
 1306 "num-rational",
 1307 "num-traits",
 1308 "pastey",
 1309 "rayon",
 1310 "thiserror 2.0.17",
 1311 "v_frame",
 1312 "y4m",
 1313]
 1314
 1315[[package]]
 1316name = "av1-grain"
 1317version = "0.2.4"
 1318source = "registry+https://github.com/rust-lang/crates.io-index"
 1319checksum = "4f3efb2ca85bc610acfa917b5aaa36f3fcbebed5b3182d7f877b02531c4b80c8"
 1320dependencies = [
 1321 "anyhow",
 1322 "arrayvec",
 1323 "log",
 1324 "nom 7.1.3",
 1325 "num-rational",
 1326 "v_frame",
 1327]
 1328
 1329[[package]]
 1330name = "avif-serialize"
 1331version = "0.8.6"
 1332source = "registry+https://github.com/rust-lang/crates.io-index"
 1333checksum = "47c8fbc0f831f4519fe8b810b6a7a91410ec83031b8233f730a0480029f6a23f"
 1334dependencies = [
 1335 "arrayvec",
 1336]
 1337
 1338[[package]]
 1339name = "aws-config"
 1340version = "1.8.10"
 1341source = "registry+https://github.com/rust-lang/crates.io-index"
 1342checksum = "1856b1b48b65f71a4dd940b1c0931f9a7b646d4a924b9828ffefc1454714668a"
 1343dependencies = [
 1344 "aws-credential-types",
 1345 "aws-runtime",
 1346 "aws-sdk-sso",
 1347 "aws-sdk-ssooidc",
 1348 "aws-sdk-sts",
 1349 "aws-smithy-async",
 1350 "aws-smithy-http",
 1351 "aws-smithy-json",
 1352 "aws-smithy-runtime",
 1353 "aws-smithy-runtime-api",
 1354 "aws-smithy-types",
 1355 "aws-types",
 1356 "bytes 1.11.1",
 1357 "fastrand 2.3.0",
 1358 "hex",
 1359 "http 1.3.1",
 1360 "ring",
 1361 "time",
 1362 "tokio",
 1363 "tracing",
 1364 "url",
 1365 "zeroize",
 1366]
 1367
 1368[[package]]
 1369name = "aws-credential-types"
 1370version = "1.2.10"
 1371source = "registry+https://github.com/rust-lang/crates.io-index"
 1372checksum = "b01c9521fa01558f750d183c8c68c81b0155b9d193a4ba7f84c36bd1b6d04a06"
 1373dependencies = [
 1374 "aws-smithy-async",
 1375 "aws-smithy-runtime-api",
 1376 "aws-smithy-types",
 1377 "zeroize",
 1378]
 1379
 1380[[package]]
 1381name = "aws-lc-rs"
 1382version = "1.15.4"
 1383source = "registry+https://github.com/rust-lang/crates.io-index"
 1384checksum = "7b7b6141e96a8c160799cc2d5adecd5cbbe5054cb8c7c4af53da0f83bb7ad256"
 1385dependencies = [
 1386 "aws-lc-sys",
 1387 "untrusted 0.7.1",
 1388 "zeroize",
 1389]
 1390
 1391[[package]]
 1392name = "aws-lc-sys"
 1393version = "0.37.0"
 1394source = "registry+https://github.com/rust-lang/crates.io-index"
 1395checksum = "5c34dda4df7017c8db52132f0f8a2e0f8161649d15723ed63fc00c82d0f2081a"
 1396dependencies = [
 1397 "cc",
 1398 "cmake",
 1399 "dunce",
 1400 "fs_extra",
 1401]
 1402
 1403[[package]]
 1404name = "aws-runtime"
 1405version = "1.5.16"
 1406source = "registry+https://github.com/rust-lang/crates.io-index"
 1407checksum = "7ce527fb7e53ba9626fc47824f25e256250556c40d8f81d27dd92aa38239d632"
 1408dependencies = [
 1409 "aws-credential-types",
 1410 "aws-sigv4",
 1411 "aws-smithy-async",
 1412 "aws-smithy-eventstream",
 1413 "aws-smithy-http",
 1414 "aws-smithy-runtime",
 1415 "aws-smithy-runtime-api",
 1416 "aws-smithy-types",
 1417 "aws-types",
 1418 "bytes 1.11.1",
 1419 "fastrand 2.3.0",
 1420 "http 0.2.12",
 1421 "http-body 0.4.6",
 1422 "percent-encoding",
 1423 "pin-project-lite",
 1424 "tracing",
 1425 "uuid",
 1426]
 1427
 1428[[package]]
 1429name = "aws-sdk-bedrockruntime"
 1430version = "1.113.0"
 1431source = "registry+https://github.com/rust-lang/crates.io-index"
 1432checksum = "d5d2b8f081b9e8ff455b8dd7387b6b02263c3dac73172d188d2b523ff1e775e9"
 1433dependencies = [
 1434 "aws-credential-types",
 1435 "aws-runtime",
 1436 "aws-sigv4",
 1437 "aws-smithy-async",
 1438 "aws-smithy-eventstream",
 1439 "aws-smithy-http",
 1440 "aws-smithy-json",
 1441 "aws-smithy-runtime",
 1442 "aws-smithy-runtime-api",
 1443 "aws-smithy-types",
 1444 "aws-types",
 1445 "bytes 1.11.1",
 1446 "fastrand 2.3.0",
 1447 "http 0.2.12",
 1448 "hyper 0.14.32",
 1449 "regex-lite",
 1450 "tracing",
 1451]
 1452
 1453[[package]]
 1454name = "aws-sdk-kinesis"
 1455version = "1.95.0"
 1456source = "registry+https://github.com/rust-lang/crates.io-index"
 1457checksum = "9c3b2ce941308de56f5c2f69490497610e1a815ce968c9ac0796ab165f25205d"
 1458dependencies = [
 1459 "aws-credential-types",
 1460 "aws-runtime",
 1461 "aws-smithy-async",
 1462 "aws-smithy-eventstream",
 1463 "aws-smithy-http",
 1464 "aws-smithy-json",
 1465 "aws-smithy-runtime",
 1466 "aws-smithy-runtime-api",
 1467 "aws-smithy-types",
 1468 "aws-types",
 1469 "bytes 1.11.1",
 1470 "fastrand 2.3.0",
 1471 "http 0.2.12",
 1472 "regex-lite",
 1473 "tracing",
 1474]
 1475
 1476[[package]]
 1477name = "aws-sdk-s3"
 1478version = "1.112.0"
 1479source = "registry+https://github.com/rust-lang/crates.io-index"
 1480checksum = "eee73a27721035c46da0572b390a69fbdb333d0177c24f3d8f7ff952eeb96690"
 1481dependencies = [
 1482 "aws-credential-types",
 1483 "aws-runtime",
 1484 "aws-sigv4",
 1485 "aws-smithy-async",
 1486 "aws-smithy-checksums",
 1487 "aws-smithy-eventstream",
 1488 "aws-smithy-http",
 1489 "aws-smithy-json",
 1490 "aws-smithy-runtime",
 1491 "aws-smithy-runtime-api",
 1492 "aws-smithy-types",
 1493 "aws-smithy-xml",
 1494 "aws-types",
 1495 "bytes 1.11.1",
 1496 "fastrand 2.3.0",
 1497 "hex",
 1498 "hmac",
 1499 "http 0.2.12",
 1500 "http 1.3.1",
 1501 "http-body 0.4.6",
 1502 "lru",
 1503 "percent-encoding",
 1504 "regex-lite",
 1505 "sha2",
 1506 "tracing",
 1507 "url",
 1508]
 1509
 1510[[package]]
 1511name = "aws-sdk-sso"
 1512version = "1.88.0"
 1513source = "registry+https://github.com/rust-lang/crates.io-index"
 1514checksum = "d05b276777560aa9a196dbba2e3aada4d8006d3d7eeb3ba7fe0c317227d933c4"
 1515dependencies = [
 1516 "aws-credential-types",
 1517 "aws-runtime",
 1518 "aws-smithy-async",
 1519 "aws-smithy-http",
 1520 "aws-smithy-json",
 1521 "aws-smithy-runtime",
 1522 "aws-smithy-runtime-api",
 1523 "aws-smithy-types",
 1524 "aws-types",
 1525 "bytes 1.11.1",
 1526 "fastrand 2.3.0",
 1527 "http 0.2.12",
 1528 "regex-lite",
 1529 "tracing",
 1530]
 1531
 1532[[package]]
 1533name = "aws-sdk-ssooidc"
 1534version = "1.90.0"
 1535source = "registry+https://github.com/rust-lang/crates.io-index"
 1536checksum = "f9be14d6d9cd761fac3fd234a0f47f7ed6c0df62d83c0eeb7012750e4732879b"
 1537dependencies = [
 1538 "aws-credential-types",
 1539 "aws-runtime",
 1540 "aws-smithy-async",
 1541 "aws-smithy-http",
 1542 "aws-smithy-json",
 1543 "aws-smithy-runtime",
 1544 "aws-smithy-runtime-api",
 1545 "aws-smithy-types",
 1546 "aws-types",
 1547 "bytes 1.11.1",
 1548 "fastrand 2.3.0",
 1549 "http 0.2.12",
 1550 "regex-lite",
 1551 "tracing",
 1552]
 1553
 1554[[package]]
 1555name = "aws-sdk-sts"
 1556version = "1.90.0"
 1557source = "registry+https://github.com/rust-lang/crates.io-index"
 1558checksum = "98a862d704c817d865c8740b62d8bbeb5adcb30965e93b471df8a5bcefa20a80"
 1559dependencies = [
 1560 "aws-credential-types",
 1561 "aws-runtime",
 1562 "aws-smithy-async",
 1563 "aws-smithy-http",
 1564 "aws-smithy-json",
 1565 "aws-smithy-query",
 1566 "aws-smithy-runtime",
 1567 "aws-smithy-runtime-api",
 1568 "aws-smithy-types",
 1569 "aws-smithy-xml",
 1570 "aws-types",
 1571 "fastrand 2.3.0",
 1572 "http 0.2.12",
 1573 "regex-lite",
 1574 "tracing",
 1575]
 1576
 1577[[package]]
 1578name = "aws-sigv4"
 1579version = "1.3.6"
 1580source = "registry+https://github.com/rust-lang/crates.io-index"
 1581checksum = "c35452ec3f001e1f2f6db107b6373f1f48f05ec63ba2c5c9fa91f07dad32af11"
 1582dependencies = [
 1583 "aws-credential-types",
 1584 "aws-smithy-eventstream",
 1585 "aws-smithy-http",
 1586 "aws-smithy-runtime-api",
 1587 "aws-smithy-types",
 1588 "bytes 1.11.1",
 1589 "crypto-bigint 0.5.5",
 1590 "form_urlencoded",
 1591 "hex",
 1592 "hmac",
 1593 "http 0.2.12",
 1594 "http 1.3.1",
 1595 "p256",
 1596 "percent-encoding",
 1597 "ring",
 1598 "sha2",
 1599 "subtle",
 1600 "time",
 1601 "tracing",
 1602 "zeroize",
 1603]
 1604
 1605[[package]]
 1606name = "aws-smithy-async"
 1607version = "1.2.6"
 1608source = "registry+https://github.com/rust-lang/crates.io-index"
 1609checksum = "127fcfad33b7dfc531141fda7e1c402ac65f88aca5511a4d31e2e3d2cd01ce9c"
 1610dependencies = [
 1611 "futures-util",
 1612 "pin-project-lite",
 1613 "tokio",
 1614]
 1615
 1616[[package]]
 1617name = "aws-smithy-checksums"
 1618version = "0.63.11"
 1619source = "registry+https://github.com/rust-lang/crates.io-index"
 1620checksum = "95bd108f7b3563598e4dc7b62e1388c9982324a2abd622442167012690184591"
 1621dependencies = [
 1622 "aws-smithy-http",
 1623 "aws-smithy-types",
 1624 "bytes 1.11.1",
 1625 "crc-fast",
 1626 "hex",
 1627 "http 0.2.12",
 1628 "http-body 0.4.6",
 1629 "md-5",
 1630 "pin-project-lite",
 1631 "sha1",
 1632 "sha2",
 1633 "tracing",
 1634]
 1635
 1636[[package]]
 1637name = "aws-smithy-eventstream"
 1638version = "0.60.13"
 1639source = "registry+https://github.com/rust-lang/crates.io-index"
 1640checksum = "e29a304f8319781a39808847efb39561351b1bb76e933da7aa90232673638658"
 1641dependencies = [
 1642 "aws-smithy-types",
 1643 "bytes 1.11.1",
 1644 "crc32fast",
 1645]
 1646
 1647[[package]]
 1648name = "aws-smithy-http"
 1649version = "0.62.5"
 1650source = "registry+https://github.com/rust-lang/crates.io-index"
 1651checksum = "445d5d720c99eed0b4aa674ed00d835d9b1427dd73e04adaf2f94c6b2d6f9fca"
 1652dependencies = [
 1653 "aws-smithy-eventstream",
 1654 "aws-smithy-runtime-api",
 1655 "aws-smithy-types",
 1656 "bytes 1.11.1",
 1657 "bytes-utils",
 1658 "futures-core",
 1659 "futures-util",
 1660 "http 0.2.12",
 1661 "http 1.3.1",
 1662 "http-body 0.4.6",
 1663 "percent-encoding",
 1664 "pin-project-lite",
 1665 "pin-utils",
 1666 "tracing",
 1667]
 1668
 1669[[package]]
 1670name = "aws-smithy-http-client"
 1671version = "1.1.4"
 1672source = "registry+https://github.com/rust-lang/crates.io-index"
 1673checksum = "623254723e8dfd535f566ee7b2381645f8981da086b5c4aa26c0c41582bb1d2c"
 1674dependencies = [
 1675 "aws-smithy-async",
 1676 "aws-smithy-runtime-api",
 1677 "aws-smithy-types",
 1678 "h2 0.3.27",
 1679 "h2 0.4.12",
 1680 "http 0.2.12",
 1681 "http 1.3.1",
 1682 "http-body 0.4.6",
 1683 "hyper 0.14.32",
 1684 "hyper 1.7.0",
 1685 "hyper-rustls 0.24.2",
 1686 "hyper-rustls 0.27.7",
 1687 "hyper-util",
 1688 "pin-project-lite",
 1689 "rustls 0.21.12",
 1690 "rustls 0.23.33",
 1691 "rustls-native-certs 0.8.2",
 1692 "rustls-pki-types",
 1693 "tokio",
 1694 "tokio-rustls 0.26.2",
 1695 "tower 0.5.2",
 1696 "tracing",
 1697]
 1698
 1699[[package]]
 1700name = "aws-smithy-json"
 1701version = "0.61.7"
 1702source = "registry+https://github.com/rust-lang/crates.io-index"
 1703checksum = "2db31f727935fc63c6eeae8b37b438847639ec330a9161ece694efba257e0c54"
 1704dependencies = [
 1705 "aws-smithy-types",
 1706]
 1707
 1708[[package]]
 1709name = "aws-smithy-observability"
 1710version = "0.1.4"
 1711source = "registry+https://github.com/rust-lang/crates.io-index"
 1712checksum = "2d1881b1ea6d313f9890710d65c158bdab6fb08c91ea825f74c1c8c357baf4cc"
 1713dependencies = [
 1714 "aws-smithy-runtime-api",
 1715]
 1716
 1717[[package]]
 1718name = "aws-smithy-query"
 1719version = "0.60.8"
 1720source = "registry+https://github.com/rust-lang/crates.io-index"
 1721checksum = "d28a63441360c477465f80c7abac3b9c4d075ca638f982e605b7dc2a2c7156c9"
 1722dependencies = [
 1723 "aws-smithy-types",
 1724 "urlencoding",
 1725]
 1726
 1727[[package]]
 1728name = "aws-smithy-runtime"
 1729version = "1.9.4"
 1730source = "registry+https://github.com/rust-lang/crates.io-index"
 1731checksum = "0bbe9d018d646b96c7be063dd07987849862b0e6d07c778aad7d93d1be6c1ef0"
 1732dependencies = [
 1733 "aws-smithy-async",
 1734 "aws-smithy-http",
 1735 "aws-smithy-http-client",
 1736 "aws-smithy-observability",
 1737 "aws-smithy-runtime-api",
 1738 "aws-smithy-types",
 1739 "bytes 1.11.1",
 1740 "fastrand 2.3.0",
 1741 "http 0.2.12",
 1742 "http 1.3.1",
 1743 "http-body 0.4.6",
 1744 "http-body 1.0.1",
 1745 "pin-project-lite",
 1746 "pin-utils",
 1747 "tokio",
 1748 "tracing",
 1749]
 1750
 1751[[package]]
 1752name = "aws-smithy-runtime-api"
 1753version = "1.9.2"
 1754source = "registry+https://github.com/rust-lang/crates.io-index"
 1755checksum = "ec7204f9fd94749a7c53b26da1b961b4ac36bf070ef1e0b94bb09f79d4f6c193"
 1756dependencies = [
 1757 "aws-smithy-async",
 1758 "aws-smithy-types",
 1759 "bytes 1.11.1",
 1760 "http 0.2.12",
 1761 "http 1.3.1",
 1762 "pin-project-lite",
 1763 "tokio",
 1764 "tracing",
 1765 "zeroize",
 1766]
 1767
 1768[[package]]
 1769name = "aws-smithy-types"
 1770version = "1.3.4"
 1771source = "registry+https://github.com/rust-lang/crates.io-index"
 1772checksum = "25f535879a207fce0db74b679cfc3e91a3159c8144d717d55f5832aea9eef46e"
 1773dependencies = [
 1774 "base64-simd",
 1775 "bytes 1.11.1",
 1776 "bytes-utils",
 1777 "futures-core",
 1778 "http 0.2.12",
 1779 "http 1.3.1",
 1780 "http-body 0.4.6",
 1781 "http-body 1.0.1",
 1782 "http-body-util",
 1783 "itoa",
 1784 "num-integer",
 1785 "pin-project-lite",
 1786 "pin-utils",
 1787 "ryu",
 1788 "serde",
 1789 "time",
 1790 "tokio",
 1791 "tokio-util",
 1792]
 1793
 1794[[package]]
 1795name = "aws-smithy-xml"
 1796version = "0.60.12"
 1797source = "registry+https://github.com/rust-lang/crates.io-index"
 1798checksum = "eab77cdd036b11056d2a30a7af7b775789fb024bf216acc13884c6c97752ae56"
 1799dependencies = [
 1800 "xmlparser",
 1801]
 1802
 1803[[package]]
 1804name = "aws-types"
 1805version = "1.3.10"
 1806source = "registry+https://github.com/rust-lang/crates.io-index"
 1807checksum = "d79fb68e3d7fe5d4833ea34dc87d2e97d26d3086cb3da660bb6b1f76d98680b6"
 1808dependencies = [
 1809 "aws-credential-types",
 1810 "aws-smithy-async",
 1811 "aws-smithy-runtime-api",
 1812 "aws-smithy-types",
 1813 "rustc_version",
 1814 "tracing",
 1815]
 1816
 1817[[package]]
 1818name = "aws_http_client"
 1819version = "0.1.0"
 1820dependencies = [
 1821 "aws-smithy-runtime-api",
 1822 "aws-smithy-types",
 1823 "http_client",
 1824]
 1825
 1826[[package]]
 1827name = "axum"
 1828version = "0.6.20"
 1829source = "registry+https://github.com/rust-lang/crates.io-index"
 1830checksum = "3b829e4e32b91e643de6eafe82b1d90675f5874230191a4ffbc1b336dec4d6bf"
 1831dependencies = [
 1832 "async-trait",
 1833 "axum-core",
 1834 "base64 0.21.7",
 1835 "bitflags 1.3.2",
 1836 "bytes 1.11.1",
 1837 "futures-util",
 1838 "headers",
 1839 "http 0.2.12",
 1840 "http-body 0.4.6",
 1841 "hyper 0.14.32",
 1842 "itoa",
 1843 "matchit",
 1844 "memchr",
 1845 "mime",
 1846 "percent-encoding",
 1847 "pin-project-lite",
 1848 "rustversion",
 1849 "serde",
 1850 "serde_json",
 1851 "serde_path_to_error",
 1852 "serde_urlencoded",
 1853 "sha1",
 1854 "sync_wrapper 0.1.2",
 1855 "tokio",
 1856 "tokio-tungstenite 0.20.1",
 1857 "tower 0.4.13",
 1858 "tower-layer",
 1859 "tower-service",
 1860]
 1861
 1862[[package]]
 1863name = "axum-core"
 1864version = "0.3.4"
 1865source = "registry+https://github.com/rust-lang/crates.io-index"
 1866checksum = "759fa577a247914fd3f7f76d62972792636412fbfd634cd452f6a385a74d2d2c"
 1867dependencies = [
 1868 "async-trait",
 1869 "bytes 1.11.1",
 1870 "futures-util",
 1871 "http 0.2.12",
 1872 "http-body 0.4.6",
 1873 "mime",
 1874 "rustversion",
 1875 "tower-layer",
 1876 "tower-service",
 1877]
 1878
 1879[[package]]
 1880name = "backtrace"
 1881version = "0.3.76"
 1882source = "registry+https://github.com/rust-lang/crates.io-index"
 1883checksum = "bb531853791a215d7c62a30daf0dde835f381ab5de4589cfe7c649d2cbe92bd6"
 1884dependencies = [
 1885 "addr2line",
 1886 "cfg-if",
 1887 "libc",
 1888 "miniz_oxide",
 1889 "object",
 1890 "rustc-demangle",
 1891 "windows-link 0.2.1",
 1892]
 1893
 1894[[package]]
 1895name = "base16ct"
 1896version = "0.1.1"
 1897source = "registry+https://github.com/rust-lang/crates.io-index"
 1898checksum = "349a06037c7bf932dd7e7d1f653678b2038b9ad46a74102f1fc7bd7872678cce"
 1899
 1900[[package]]
 1901name = "base64"
 1902version = "0.21.7"
 1903source = "registry+https://github.com/rust-lang/crates.io-index"
 1904checksum = "9d297deb1925b89f2ccc13d7635fa0714f12c87adce1c75356b39ca9b7178567"
 1905
 1906[[package]]
 1907name = "base64"
 1908version = "0.22.1"
 1909source = "registry+https://github.com/rust-lang/crates.io-index"
 1910checksum = "72b3254f16251a8381aa12e40e3c4d2f0199f8c6508fbecb9d91f575e0fbb8c6"
 1911
 1912[[package]]
 1913name = "base64-simd"
 1914version = "0.8.0"
 1915source = "registry+https://github.com/rust-lang/crates.io-index"
 1916checksum = "339abbe78e73178762e23bea9dfd08e697eb3f3301cd4be981c0f78ba5859195"
 1917dependencies = [
 1918 "outref",
 1919 "vsimd",
 1920]
 1921
 1922[[package]]
 1923name = "base64ct"
 1924version = "1.8.0"
 1925source = "registry+https://github.com/rust-lang/crates.io-index"
 1926checksum = "55248b47b0caf0546f7988906588779981c43bb1bc9d0c44087278f80cdb44ba"
 1927
 1928[[package]]
 1929name = "bedrock"
 1930version = "0.1.0"
 1931dependencies = [
 1932 "anyhow",
 1933 "aws-sdk-bedrockruntime",
 1934 "aws-smithy-types",
 1935 "futures 0.3.32",
 1936 "schemars",
 1937 "serde",
 1938 "serde_json",
 1939 "strum 0.27.2",
 1940 "thiserror 2.0.17",
 1941]
 1942
 1943[[package]]
 1944name = "bigdecimal"
 1945version = "0.4.8"
 1946source = "registry+https://github.com/rust-lang/crates.io-index"
 1947checksum = "1a22f228ab7a1b23027ccc6c350b72868017af7ea8356fbdf19f8d991c690013"
 1948dependencies = [
 1949 "autocfg",
 1950 "libm",
 1951 "num-bigint",
 1952 "num-integer",
 1953 "num-traits",
 1954 "serde",
 1955]
 1956
 1957[[package]]
 1958name = "bincode"
 1959version = "1.3.3"
 1960source = "registry+https://github.com/rust-lang/crates.io-index"
 1961checksum = "b1f45e9417d87227c7a56d22e471c6206462cba514c7590c09aff4cf6d1ddcad"
 1962dependencies = [
 1963 "serde",
 1964]
 1965
 1966[[package]]
 1967name = "bindgen"
 1968version = "0.71.1"
 1969source = "registry+https://github.com/rust-lang/crates.io-index"
 1970checksum = "5f58bf3d7db68cfbac37cfc485a8d711e87e064c3d0fe0435b92f7a407f9d6b3"
 1971dependencies = [
 1972 "bitflags 2.10.0",
 1973 "cexpr",
 1974 "clang-sys",
 1975 "itertools 0.10.5",
 1976 "log",
 1977 "prettyplease",
 1978 "proc-macro2",
 1979 "quote",
 1980 "regex",
 1981 "rustc-hash 2.1.1",
 1982 "shlex",
 1983 "syn 2.0.117",
 1984]
 1985
 1986[[package]]
 1987name = "bindgen"
 1988version = "0.72.1"
 1989source = "registry+https://github.com/rust-lang/crates.io-index"
 1990checksum = "993776b509cfb49c750f11b8f07a46fa23e0a1386ffc01fb1e7d343efc387895"
 1991dependencies = [
 1992 "bitflags 2.10.0",
 1993 "cexpr",
 1994 "clang-sys",
 1995 "itertools 0.10.5",
 1996 "proc-macro2",
 1997 "quote",
 1998 "regex",
 1999 "rustc-hash 2.1.1",
 2000 "shlex",
 2001 "syn 2.0.117",
 2002]
 2003
 2004[[package]]
 2005name = "bit-set"
 2006version = "0.8.0"
 2007source = "registry+https://github.com/rust-lang/crates.io-index"
 2008checksum = "08807e080ed7f9d5433fa9b275196cfc35414f66a0c79d864dc51a0d825231a3"
 2009dependencies = [
 2010 "bit-vec 0.8.0",
 2011]
 2012
 2013[[package]]
 2014name = "bit-set"
 2015version = "0.9.1"
 2016source = "registry+https://github.com/rust-lang/crates.io-index"
 2017checksum = "34ddef2995421ab6a5c779542c81ee77c115206f4ad9d5a8e05f4ff49716a3dd"
 2018dependencies = [
 2019 "bit-vec 0.9.1",
 2020]
 2021
 2022[[package]]
 2023name = "bit-vec"
 2024version = "0.8.0"
 2025source = "registry+https://github.com/rust-lang/crates.io-index"
 2026checksum = "5e764a1d40d510daf35e07be9eb06e75770908c27d411ee6c92109c9840eaaf7"
 2027
 2028[[package]]
 2029name = "bit-vec"
 2030version = "0.9.1"
 2031source = "registry+https://github.com/rust-lang/crates.io-index"
 2032checksum = "b71798fca2c1fe1086445a7258a4bc81e6e49dcd24c8d0dd9a1e57395b603f51"
 2033
 2034[[package]]
 2035name = "bit_field"
 2036version = "0.10.3"
 2037source = "registry+https://github.com/rust-lang/crates.io-index"
 2038checksum = "1e4b40c7323adcfc0a41c4b88143ed58346ff65a288fc144329c5c45e05d70c6"
 2039
 2040[[package]]
 2041name = "bitflags"
 2042version = "1.3.2"
 2043source = "registry+https://github.com/rust-lang/crates.io-index"
 2044checksum = "bef38d45163c2f1dde094a7dfd33ccf595c92905c8f8f4fdc18d06fb1037718a"
 2045
 2046[[package]]
 2047name = "bitflags"
 2048version = "2.10.0"
 2049source = "registry+https://github.com/rust-lang/crates.io-index"
 2050checksum = "812e12b5285cc515a9c72a5c1d3b6d46a19dac5acfef5265968c166106e31dd3"
 2051dependencies = [
 2052 "serde_core",
 2053]
 2054
 2055[[package]]
 2056name = "bitstream-io"
 2057version = "4.9.0"
 2058source = "registry+https://github.com/rust-lang/crates.io-index"
 2059checksum = "60d4bd9d1db2c6bdf285e223a7fa369d5ce98ec767dec949c6ca62863ce61757"
 2060dependencies = [
 2061 "core2",
 2062]
 2063
 2064[[package]]
 2065name = "bitvec"
 2066version = "1.0.1"
 2067source = "registry+https://github.com/rust-lang/crates.io-index"
 2068checksum = "1bc2832c24239b0141d5674bb9174f9d68a8b5b3f2753311927c172ca46f7e9c"
 2069dependencies = [
 2070 "funty",
 2071 "radium",
 2072 "tap",
 2073 "wyz",
 2074]
 2075
 2076[[package]]
 2077name = "block"
 2078version = "0.1.6"
 2079source = "registry+https://github.com/rust-lang/crates.io-index"
 2080checksum = "0d8c1fef690941d3e7788d328517591fecc684c084084702d6ff1641e993699a"
 2081
 2082[[package]]
 2083name = "block-buffer"
 2084version = "0.10.4"
 2085source = "registry+https://github.com/rust-lang/crates.io-index"
 2086checksum = "3078c7629b62d3f0439517fa394996acacc5cbc91c5a20d8c658e77abd503a71"
 2087dependencies = [
 2088 "generic-array",
 2089]
 2090
 2091[[package]]
 2092name = "block-padding"
 2093version = "0.3.3"
 2094source = "registry+https://github.com/rust-lang/crates.io-index"
 2095checksum = "a8894febbff9f758034a5b8e12d87918f56dfc64a8e1fe757d65e29041538d93"
 2096dependencies = [
 2097 "generic-array",
 2098]
 2099
 2100[[package]]
 2101name = "block2"
 2102version = "0.6.2"
 2103source = "registry+https://github.com/rust-lang/crates.io-index"
 2104checksum = "cdeb9d870516001442e364c5220d3574d2da8dc765554b4a617230d33fa58ef5"
 2105dependencies = [
 2106 "objc2",
 2107]
 2108
 2109[[package]]
 2110name = "blocking"
 2111version = "1.6.2"
 2112source = "registry+https://github.com/rust-lang/crates.io-index"
 2113checksum = "e83f8d02be6967315521be875afa792a316e28d57b5a2d401897e2a7921b7f21"
 2114dependencies = [
 2115 "async-channel 2.5.0",
 2116 "async-task",
 2117 "futures-io",
 2118 "futures-lite 2.6.1",
 2119 "piper",
 2120]
 2121
 2122[[package]]
 2123name = "bmrng"
 2124version = "0.5.2"
 2125source = "registry+https://github.com/rust-lang/crates.io-index"
 2126checksum = "d54df9073108f1558f90ae6c5bf5ab9c917c4185f5527b280c87a993cbead0ac"
 2127dependencies = [
 2128 "futures-core",
 2129 "tokio",
 2130]
 2131
 2132[[package]]
 2133name = "bon"
 2134version = "3.8.2"
 2135source = "registry+https://github.com/rust-lang/crates.io-index"
 2136checksum = "234655ec178edd82b891e262ea7cf71f6584bcd09eff94db786be23f1821825c"
 2137dependencies = [
 2138 "bon-macros",
 2139 "rustversion",
 2140]
 2141
 2142[[package]]
 2143name = "bon-macros"
 2144version = "3.8.2"
 2145source = "registry+https://github.com/rust-lang/crates.io-index"
 2146checksum = "89ec27229c38ed0eb3c0feee3d2c1d6a4379ae44f418a29a658890e062d8f365"
 2147dependencies = [
 2148 "darling 0.21.3",
 2149 "ident_case",
 2150 "prettyplease",
 2151 "proc-macro2",
 2152 "quote",
 2153 "rustversion",
 2154 "syn 2.0.117",
 2155]
 2156
 2157[[package]]
 2158name = "borrow-or-share"
 2159version = "0.2.4"
 2160source = "registry+https://github.com/rust-lang/crates.io-index"
 2161checksum = "dc0b364ead1874514c8c2855ab558056ebfeb775653e7ae45ff72f28f8f3166c"
 2162
 2163[[package]]
 2164name = "borsh"
 2165version = "1.5.7"
 2166source = "registry+https://github.com/rust-lang/crates.io-index"
 2167checksum = "ad8646f98db542e39fc66e68a20b2144f6a732636df7c2354e74645faaa433ce"
 2168dependencies = [
 2169 "borsh-derive",
 2170 "cfg_aliases 0.2.1",
 2171]
 2172
 2173[[package]]
 2174name = "borsh-derive"
 2175version = "1.5.7"
 2176source = "registry+https://github.com/rust-lang/crates.io-index"
 2177checksum = "fdd1d3c0c2f5833f22386f252fe8ed005c7f59fdcddeef025c01b4c3b9fd9ac3"
 2178dependencies = [
 2179 "once_cell",
 2180 "proc-macro-crate",
 2181 "proc-macro2",
 2182 "quote",
 2183 "syn 2.0.117",
 2184]
 2185
 2186[[package]]
 2187name = "breadcrumbs"
 2188version = "0.1.0"
 2189dependencies = [
 2190 "gpui",
 2191 "ui",
 2192 "workspace",
 2193]
 2194
 2195[[package]]
 2196name = "brush-parser"
 2197version = "0.3.0"
 2198source = "registry+https://github.com/rust-lang/crates.io-index"
 2199checksum = "f7367124d4f38fdcd65f4b815bda7caeb3de377b9cd95ffa1b23627989c93718"
 2200dependencies = [
 2201 "bon",
 2202 "cached",
 2203 "indenter",
 2204 "peg",
 2205 "thiserror 2.0.17",
 2206 "tracing",
 2207 "utf8-chars",
 2208]
 2209
 2210[[package]]
 2211name = "bstr"
 2212version = "1.12.0"
 2213source = "registry+https://github.com/rust-lang/crates.io-index"
 2214checksum = "234113d19d0d7d613b40e86fb654acf958910802bcceab913a4f9e7cda03b1a4"
 2215dependencies = [
 2216 "memchr",
 2217 "regex-automata",
 2218 "serde",
 2219]
 2220
 2221[[package]]
 2222name = "buffer_diff"
 2223version = "0.1.0"
 2224dependencies = [
 2225 "clock",
 2226 "ctor",
 2227 "futures 0.3.32",
 2228 "git2",
 2229 "gpui",
 2230 "language",
 2231 "log",
 2232 "pretty_assertions",
 2233 "rand 0.9.3",
 2234 "rope",
 2235 "settings",
 2236 "sum_tree",
 2237 "text",
 2238 "tracing",
 2239 "unindent",
 2240 "util",
 2241 "zlog",
 2242 "ztracing",
 2243]
 2244
 2245[[package]]
 2246name = "built"
 2247version = "0.8.0"
 2248source = "registry+https://github.com/rust-lang/crates.io-index"
 2249checksum = "f4ad8f11f288f48ca24471bbd51ac257aaeaaa07adae295591266b792902ae64"
 2250
 2251[[package]]
 2252name = "bumpalo"
 2253version = "3.19.0"
 2254source = "registry+https://github.com/rust-lang/crates.io-index"
 2255checksum = "46c5e41b57b8bba42a04676d81cb89e9ee8e859a1a66f80a5a72e1cb76b34d43"
 2256dependencies = [
 2257 "allocator-api2",
 2258]
 2259
 2260[[package]]
 2261name = "by_address"
 2262version = "1.2.1"
 2263source = "registry+https://github.com/rust-lang/crates.io-index"
 2264checksum = "64fa3c856b712db6612c019f14756e64e4bcea13337a6b33b696333a9eaa2d06"
 2265
 2266[[package]]
 2267name = "bytecheck"
 2268version = "0.6.12"
 2269source = "registry+https://github.com/rust-lang/crates.io-index"
 2270checksum = "23cdc57ce23ac53c931e88a43d06d070a6fd142f2617be5855eb75efc9beb1c2"
 2271dependencies = [
 2272 "bytecheck_derive",
 2273 "ptr_meta",
 2274 "simdutf8",
 2275]
 2276
 2277[[package]]
 2278name = "bytecheck_derive"
 2279version = "0.6.12"
 2280source = "registry+https://github.com/rust-lang/crates.io-index"
 2281checksum = "3db406d29fbcd95542e92559bed4d8ad92636d1ca8b3b72ede10b4bcc010e659"
 2282dependencies = [
 2283 "proc-macro2",
 2284 "quote",
 2285 "syn 1.0.109",
 2286]
 2287
 2288[[package]]
 2289name = "bytecount"
 2290version = "0.6.9"
 2291source = "registry+https://github.com/rust-lang/crates.io-index"
 2292checksum = "175812e0be2bccb6abe50bb8d566126198344f707e304f45c648fd8f2cc0365e"
 2293
 2294[[package]]
 2295name = "bytemuck"
 2296version = "1.24.0"
 2297source = "registry+https://github.com/rust-lang/crates.io-index"
 2298checksum = "1fbdf580320f38b612e485521afda1ee26d10cc9884efaaa750d383e13e3c5f4"
 2299dependencies = [
 2300 "bytemuck_derive",
 2301]
 2302
 2303[[package]]
 2304name = "bytemuck_derive"
 2305version = "1.10.2"
 2306source = "registry+https://github.com/rust-lang/crates.io-index"
 2307checksum = "f9abbd1bc6865053c427f7198e6af43bfdedc55ab791faed4fbd361d789575ff"
 2308dependencies = [
 2309 "proc-macro2",
 2310 "quote",
 2311 "syn 2.0.117",
 2312]
 2313
 2314[[package]]
 2315name = "byteorder"
 2316version = "1.5.0"
 2317source = "registry+https://github.com/rust-lang/crates.io-index"
 2318checksum = "1fd0f2584146f6f2ef48085050886acf353beff7305ebd1ae69500e27c67f64b"
 2319
 2320[[package]]
 2321name = "byteorder-lite"
 2322version = "0.1.0"
 2323source = "registry+https://github.com/rust-lang/crates.io-index"
 2324checksum = "8f1fe948ff07f4bd06c30984e69f5b4899c516a3ef74f34df92a2df2ab535495"
 2325
 2326[[package]]
 2327name = "bytes"
 2328version = "0.4.12"
 2329source = "registry+https://github.com/rust-lang/crates.io-index"
 2330checksum = "206fdffcfa2df7cbe15601ef46c813fce0965eb3286db6b56c583b814b51c81c"
 2331dependencies = [
 2332 "byteorder",
 2333 "iovec",
 2334]
 2335
 2336[[package]]
 2337name = "bytes"
 2338version = "1.11.1"
 2339source = "registry+https://github.com/rust-lang/crates.io-index"
 2340checksum = "1e748733b7cbc798e1434b6ac524f0c1ff2ab456fe201501e6497c8417a4fc33"
 2341
 2342[[package]]
 2343name = "bytes-utils"
 2344version = "0.1.4"
 2345source = "registry+https://github.com/rust-lang/crates.io-index"
 2346checksum = "7dafe3a8757b027e2be6e4e5601ed563c55989fcf1546e933c66c8eb3a058d35"
 2347dependencies = [
 2348 "bytes 1.11.1",
 2349 "either",
 2350]
 2351
 2352[[package]]
 2353name = "bzip2"
 2354version = "0.4.4"
 2355source = "registry+https://github.com/rust-lang/crates.io-index"
 2356checksum = "bdb116a6ef3f6c3698828873ad02c3014b3c85cadb88496095628e3ef1e347f8"
 2357dependencies = [
 2358 "bzip2-sys",
 2359 "libc",
 2360]
 2361
 2362[[package]]
 2363name = "bzip2"
 2364version = "0.6.1"
 2365source = "registry+https://github.com/rust-lang/crates.io-index"
 2366checksum = "f3a53fac24f34a81bc9954b5d6cfce0c21e18ec6959f44f56e8e90e4bb7c346c"
 2367dependencies = [
 2368 "libbz2-rs-sys",
 2369]
 2370
 2371[[package]]
 2372name = "bzip2-sys"
 2373version = "0.1.13+1.0.8"
 2374source = "registry+https://github.com/rust-lang/crates.io-index"
 2375checksum = "225bff33b2141874fe80d71e07d6eec4f85c5c216453dd96388240f96e1acc14"
 2376dependencies = [
 2377 "cc",
 2378 "pkg-config",
 2379]
 2380
 2381[[package]]
 2382name = "cached"
 2383version = "0.56.0"
 2384source = "registry+https://github.com/rust-lang/crates.io-index"
 2385checksum = "801927ee168e17809ab8901d9f01f700cd7d8d6a6527997fee44e4b0327a253c"
 2386dependencies = [
 2387 "ahash 0.8.12",
 2388 "cached_proc_macro",
 2389 "cached_proc_macro_types",
 2390 "hashbrown 0.15.5",
 2391 "once_cell",
 2392 "thiserror 2.0.17",
 2393 "web-time",
 2394]
 2395
 2396[[package]]
 2397name = "cached_proc_macro"
 2398version = "0.25.0"
 2399source = "registry+https://github.com/rust-lang/crates.io-index"
 2400checksum = "9225bdcf4e4a9a4c08bf16607908eb2fbf746828d5e0b5e019726dbf6571f201"
 2401dependencies = [
 2402 "darling 0.20.11",
 2403 "proc-macro2",
 2404 "quote",
 2405 "syn 2.0.117",
 2406]
 2407
 2408[[package]]
 2409name = "cached_proc_macro_types"
 2410version = "0.1.1"
 2411source = "registry+https://github.com/rust-lang/crates.io-index"
 2412checksum = "ade8366b8bd5ba243f0a58f036cc0ca8a2f069cff1a2351ef1cac6b083e16fc0"
 2413
 2414[[package]]
 2415name = "call"
 2416version = "0.1.0"
 2417dependencies = [
 2418 "anyhow",
 2419 "audio",
 2420 "client",
 2421 "collections",
 2422 "feature_flags",
 2423 "fs",
 2424 "futures 0.3.32",
 2425 "gpui",
 2426 "gpui_tokio",
 2427 "language",
 2428 "livekit_client",
 2429 "log",
 2430 "postage",
 2431 "project",
 2432 "serde",
 2433 "settings",
 2434 "telemetry",
 2435 "util",
 2436 "workspace",
 2437]
 2438
 2439[[package]]
 2440name = "calloop"
 2441version = "0.14.3"
 2442source = "git+https://github.com/zed-industries/calloop#eb6b4fd17b9af5ecc226546bdd04185391b3e265"
 2443dependencies = [
 2444 "bitflags 2.10.0",
 2445 "polling",
 2446 "rustix 1.1.2",
 2447 "slab",
 2448 "tracing",
 2449]
 2450
 2451[[package]]
 2452name = "calloop-wayland-source"
 2453version = "0.4.1"
 2454source = "registry+https://github.com/rust-lang/crates.io-index"
 2455checksum = "138efcf0940a02ebf0cc8d1eff41a1682a46b431630f4c52450d6265876021fa"
 2456dependencies = [
 2457 "calloop",
 2458 "rustix 1.1.2",
 2459 "wayland-backend",
 2460 "wayland-client",
 2461]
 2462
 2463[[package]]
 2464name = "camino"
 2465version = "1.2.1"
 2466source = "registry+https://github.com/rust-lang/crates.io-index"
 2467checksum = "276a59bf2b2c967788139340c9f0c5b12d7fd6630315c15c217e559de85d2609"
 2468dependencies = [
 2469 "serde_core",
 2470]
 2471
 2472[[package]]
 2473name = "candle-core"
 2474version = "0.9.1"
 2475source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2476dependencies = [
 2477 "byteorder",
 2478 "float8",
 2479 "gemm 0.17.1",
 2480 "half",
 2481 "memmap2",
 2482 "num-traits",
 2483 "num_cpus",
 2484 "rand 0.9.3",
 2485 "rand_distr",
 2486 "rayon",
 2487 "safetensors",
 2488 "thiserror 1.0.69",
 2489 "ug",
 2490 "yoke 0.7.5",
 2491 "zip 1.1.4",
 2492]
 2493
 2494[[package]]
 2495name = "candle-nn"
 2496version = "0.9.1"
 2497source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2498dependencies = [
 2499 "candle-core",
 2500 "half",
 2501 "libc",
 2502 "num-traits",
 2503 "rayon",
 2504 "safetensors",
 2505 "serde",
 2506 "thiserror 1.0.69",
 2507]
 2508
 2509[[package]]
 2510name = "candle-onnx"
 2511version = "0.9.1"
 2512source = "git+https://github.com/zed-industries/candle?branch=9.1-patched#724d75eb3deebefe83f2a7381a45d4fac6eda383"
 2513dependencies = [
 2514 "candle-core",
 2515 "candle-nn",
 2516 "prost 0.12.6",
 2517]
 2518
 2519[[package]]
 2520name = "cap-fs-ext"
 2521version = "3.4.4"
 2522source = "registry+https://github.com/rust-lang/crates.io-index"
 2523checksum = "e41cc18551193fe8fa6f15c1e3c799bc5ec9e2cfbfaa8ed46f37013e3e6c173c"
 2524dependencies = [
 2525 "cap-primitives",
 2526 "cap-std",
 2527 "io-lifetimes",
 2528 "windows-sys 0.59.0",
 2529]
 2530
 2531[[package]]
 2532name = "cap-net-ext"
 2533version = "3.4.4"
 2534source = "registry+https://github.com/rust-lang/crates.io-index"
 2535checksum = "9f83833816c66c986e913b22ac887cec216ea09301802054316fc5301809702c"
 2536dependencies = [
 2537 "cap-primitives",
 2538 "cap-std",
 2539 "rustix 1.1.2",
 2540 "smallvec",
 2541]
 2542
 2543[[package]]
 2544name = "cap-primitives"
 2545version = "3.4.4"
 2546source = "registry+https://github.com/rust-lang/crates.io-index"
 2547checksum = "0a1e394ed14f39f8bc26f59d4c0c010dbe7f0a1b9bafff451b1f98b67c8af62a"
 2548dependencies = [
 2549 "ambient-authority",
 2550 "fs-set-times",
 2551 "io-extras",
 2552 "io-lifetimes",
 2553 "ipnet",
 2554 "maybe-owned",
 2555 "rustix 1.1.2",
 2556 "rustix-linux-procfs",
 2557 "windows-sys 0.59.0",
 2558 "winx",
 2559]
 2560
 2561[[package]]
 2562name = "cap-rand"
 2563version = "3.4.4"
 2564source = "registry+https://github.com/rust-lang/crates.io-index"
 2565checksum = "0acb89ccf798a28683f00089d0630dfaceec087234eae0d308c05ddeaa941b40"
 2566dependencies = [
 2567 "ambient-authority",
 2568 "rand 0.8.5",
 2569]
 2570
 2571[[package]]
 2572name = "cap-std"
 2573version = "3.4.4"
 2574source = "registry+https://github.com/rust-lang/crates.io-index"
 2575checksum = "07c0355ca583dd58f176c3c12489d684163861ede3c9efa6fd8bba314c984189"
 2576dependencies = [
 2577 "cap-primitives",
 2578 "io-extras",
 2579 "io-lifetimes",
 2580 "rustix 1.1.2",
 2581]
 2582
 2583[[package]]
 2584name = "cap-time-ext"
 2585version = "3.4.4"
 2586source = "registry+https://github.com/rust-lang/crates.io-index"
 2587checksum = "491af520b8770085daa0466978c75db90368c71896523f2464214e38359b1a5b"
 2588dependencies = [
 2589 "ambient-authority",
 2590 "cap-primitives",
 2591 "iana-time-zone",
 2592 "once_cell",
 2593 "rustix 1.1.2",
 2594 "winx",
 2595]
 2596
 2597[[package]]
 2598name = "cargo-platform"
 2599version = "0.1.9"
 2600source = "registry+https://github.com/rust-lang/crates.io-index"
 2601checksum = "e35af189006b9c0f00a064685c727031e3ed2d8020f7ba284d78cc2671bd36ea"
 2602dependencies = [
 2603 "serde",
 2604]
 2605
 2606[[package]]
 2607name = "cargo-platform"
 2608version = "0.3.2"
 2609source = "registry+https://github.com/rust-lang/crates.io-index"
 2610checksum = "87a0c0e6148f11f01f32650a2ea02d532b2ad4e81d8bd41e6e565b5adc5e6082"
 2611dependencies = [
 2612 "serde",
 2613 "serde_core",
 2614]
 2615
 2616[[package]]
 2617name = "cargo_metadata"
 2618version = "0.19.2"
 2619source = "registry+https://github.com/rust-lang/crates.io-index"
 2620checksum = "dd5eb614ed4c27c5d706420e4320fbe3216ab31fa1c33cd8246ac36dae4479ba"
 2621dependencies = [
 2622 "camino",
 2623 "cargo-platform 0.1.9",
 2624 "semver",
 2625 "serde",
 2626 "serde_json",
 2627 "thiserror 2.0.17",
 2628]
 2629
 2630[[package]]
 2631name = "cargo_metadata"
 2632version = "0.23.1"
 2633source = "registry+https://github.com/rust-lang/crates.io-index"
 2634checksum = "ef987d17b0a113becdd19d3d0022d04d7ef41f9efe4f3fb63ac44ba61df3ade9"
 2635dependencies = [
 2636 "camino",
 2637 "cargo-platform 0.3.2",
 2638 "semver",
 2639 "serde",
 2640 "serde_json",
 2641 "thiserror 2.0.17",
 2642]
 2643
 2644[[package]]
 2645name = "cargo_toml"
 2646version = "0.21.0"
 2647source = "registry+https://github.com/rust-lang/crates.io-index"
 2648checksum = "5fbd1fe9db3ebf71b89060adaf7b0504c2d6a425cf061313099547e382c2e472"
 2649dependencies = [
 2650 "serde",
 2651 "toml 0.8.23",
 2652]
 2653
 2654[[package]]
 2655name = "cast"
 2656version = "0.3.0"
 2657source = "registry+https://github.com/rust-lang/crates.io-index"
 2658checksum = "37b2a672a2cb129a2e41c10b1224bb368f9f37a2b16b612598138befd7b37eb5"
 2659
 2660[[package]]
 2661name = "cbc"
 2662version = "0.1.2"
 2663source = "registry+https://github.com/rust-lang/crates.io-index"
 2664checksum = "26b52a9543ae338f279b96b0b9fed9c8093744685043739079ce85cd58f289a6"
 2665dependencies = [
 2666 "cipher",
 2667]
 2668
 2669[[package]]
 2670name = "cbindgen"
 2671version = "0.28.0"
 2672source = "registry+https://github.com/rust-lang/crates.io-index"
 2673checksum = "eadd868a2ce9ca38de7eeafdcec9c7065ef89b42b32f0839278d55f35c54d1ff"
 2674dependencies = [
 2675 "heck 0.4.1",
 2676 "indexmap",
 2677 "log",
 2678 "proc-macro2",
 2679 "quote",
 2680 "serde",
 2681 "serde_json",
 2682 "syn 2.0.117",
 2683 "tempfile",
 2684 "toml 0.8.23",
 2685]
 2686
 2687[[package]]
 2688name = "cc"
 2689version = "1.2.49"
 2690source = "registry+https://github.com/rust-lang/crates.io-index"
 2691checksum = "90583009037521a116abf44494efecd645ba48b6622457080f080b85544e2215"
 2692dependencies = [
 2693 "find-msvc-tools",
 2694 "jobserver",
 2695 "libc",
 2696 "shlex",
 2697]
 2698
 2699[[package]]
 2700name = "cesu8"
 2701version = "1.1.0"
 2702source = "registry+https://github.com/rust-lang/crates.io-index"
 2703checksum = "6d43a04d8753f35258c91f8ec639f792891f748a1edbd759cf1dcea3382ad83c"
 2704
 2705[[package]]
 2706name = "cexpr"
 2707version = "0.6.0"
 2708source = "registry+https://github.com/rust-lang/crates.io-index"
 2709checksum = "6fac387a98bb7c37292057cffc56d62ecb629900026402633ae9160df93a8766"
 2710dependencies = [
 2711 "nom 7.1.3",
 2712]
 2713
 2714[[package]]
 2715name = "cfg-expr"
 2716version = "0.20.6"
 2717source = "registry+https://github.com/rust-lang/crates.io-index"
 2718checksum = "78cef5b5a1a6827c7322ae2a636368a573006b27cfa76c7ebd53e834daeaab6a"
 2719dependencies = [
 2720 "smallvec",
 2721 "target-lexicon",
 2722]
 2723
 2724[[package]]
 2725name = "cfg-if"
 2726version = "1.0.4"
 2727source = "registry+https://github.com/rust-lang/crates.io-index"
 2728checksum = "9330f8b2ff13f34540b44e946ef35111825727b38d33286ef986142615121801"
 2729
 2730[[package]]
 2731name = "cfg_aliases"
 2732version = "0.1.1"
 2733source = "registry+https://github.com/rust-lang/crates.io-index"
 2734checksum = "fd16c4719339c4530435d38e511904438d07cce7950afa3718a84ac36c10e89e"
 2735
 2736[[package]]
 2737name = "cfg_aliases"
 2738version = "0.2.1"
 2739source = "registry+https://github.com/rust-lang/crates.io-index"
 2740checksum = "613afe47fcd5fac7ccf1db93babcb082c5994d996f20b8b159f2ad1658eb5724"
 2741
 2742[[package]]
 2743name = "cgl"
 2744version = "0.3.2"
 2745source = "registry+https://github.com/rust-lang/crates.io-index"
 2746checksum = "0ced0551234e87afee12411d535648dd89d2e7f34c78b753395567aff3d447ff"
 2747dependencies = [
 2748 "libc",
 2749]
 2750
 2751[[package]]
 2752name = "channel"
 2753version = "0.1.0"
 2754dependencies = [
 2755 "anyhow",
 2756 "client",
 2757 "clock",
 2758 "collections",
 2759 "futures 0.3.32",
 2760 "gpui",
 2761 "http_client",
 2762 "language",
 2763 "log",
 2764 "postage",
 2765 "release_channel",
 2766 "rpc",
 2767 "semver",
 2768 "settings",
 2769 "text",
 2770 "time",
 2771 "util",
 2772]
 2773
 2774[[package]]
 2775name = "chardetng"
 2776version = "0.1.17"
 2777source = "registry+https://github.com/rust-lang/crates.io-index"
 2778checksum = "14b8f0b65b7b08ae3c8187e8d77174de20cb6777864c6b832d8ad365999cf1ea"
 2779dependencies = [
 2780 "cfg-if",
 2781 "encoding_rs",
 2782 "memchr",
 2783]
 2784
 2785[[package]]
 2786name = "chrono"
 2787version = "0.4.42"
 2788source = "registry+https://github.com/rust-lang/crates.io-index"
 2789checksum = "145052bdd345b87320e369255277e3fb5152762ad123a901ef5c262dd38fe8d2"
 2790dependencies = [
 2791 "iana-time-zone",
 2792 "js-sys",
 2793 "num-traits",
 2794 "serde",
 2795 "wasm-bindgen",
 2796 "windows-link 0.2.1",
 2797]
 2798
 2799[[package]]
 2800name = "chunked_transfer"
 2801version = "1.5.0"
 2802source = "registry+https://github.com/rust-lang/crates.io-index"
 2803checksum = "6e4de3bc4ea267985becf712dc6d9eed8b04c953b3fcfb339ebc87acd9804901"
 2804
 2805[[package]]
 2806name = "ciborium"
 2807version = "0.2.2"
 2808source = "registry+https://github.com/rust-lang/crates.io-index"
 2809checksum = "42e69ffd6f0917f5c029256a24d0161db17cea3997d185db0d35926308770f0e"
 2810dependencies = [
 2811 "ciborium-io",
 2812 "ciborium-ll",
 2813 "serde",
 2814]
 2815
 2816[[package]]
 2817name = "ciborium-io"
 2818version = "0.2.2"
 2819source = "registry+https://github.com/rust-lang/crates.io-index"
 2820checksum = "05afea1e0a06c9be33d539b876f1ce3692f4afea2cb41f740e7743225ed1c757"
 2821
 2822[[package]]
 2823name = "ciborium-ll"
 2824version = "0.2.2"
 2825source = "registry+https://github.com/rust-lang/crates.io-index"
 2826checksum = "57663b653d948a338bfb3eeba9bb2fd5fcfaecb9e199e87e1eda4d9e8b240fd9"
 2827dependencies = [
 2828 "ciborium-io",
 2829 "half",
 2830]
 2831
 2832[[package]]
 2833name = "cipher"
 2834version = "0.4.4"
 2835source = "registry+https://github.com/rust-lang/crates.io-index"
 2836checksum = "773f3b9af64447d2ce9850330c473515014aa235e6a783b02db81ff39e4a3dad"
 2837dependencies = [
 2838 "crypto-common",
 2839 "inout",
 2840 "zeroize",
 2841]
 2842
 2843[[package]]
 2844name = "circular-buffer"
 2845version = "1.2.0"
 2846source = "registry+https://github.com/rust-lang/crates.io-index"
 2847checksum = "14c638459986b83c2b885179bd4ea6a2cbb05697b001501a56adb3a3d230803b"
 2848
 2849[[package]]
 2850name = "clang-sys"
 2851version = "1.8.1"
 2852source = "registry+https://github.com/rust-lang/crates.io-index"
 2853checksum = "0b023947811758c97c59bf9d1c188fd619ad4718dcaa767947df1cadb14f39f4"
 2854dependencies = [
 2855 "glob",
 2856 "libc",
 2857 "libloading",
 2858]
 2859
 2860[[package]]
 2861name = "clap"
 2862version = "4.5.49"
 2863source = "registry+https://github.com/rust-lang/crates.io-index"
 2864checksum = "f4512b90fa68d3a9932cea5184017c5d200f5921df706d45e853537dea51508f"
 2865dependencies = [
 2866 "clap_builder",
 2867 "clap_derive",
 2868]
 2869
 2870[[package]]
 2871name = "clap_builder"
 2872version = "4.5.49"
 2873source = "registry+https://github.com/rust-lang/crates.io-index"
 2874checksum = "0025e98baa12e766c67ba13ff4695a887a1eba19569aad00a472546795bd6730"
 2875dependencies = [
 2876 "anstream",
 2877 "anstyle",
 2878 "clap_lex",
 2879 "strsim",
 2880 "terminal_size",
 2881]
 2882
 2883[[package]]
 2884name = "clap_complete"
 2885version = "4.5.59"
 2886source = "registry+https://github.com/rust-lang/crates.io-index"
 2887checksum = "2348487adcd4631696ced64ccdb40d38ac4d31cae7f2eec8817fcea1b9d1c43c"
 2888dependencies = [
 2889 "clap",
 2890]
 2891
 2892[[package]]
 2893name = "clap_derive"
 2894version = "4.5.49"
 2895source = "registry+https://github.com/rust-lang/crates.io-index"
 2896checksum = "2a0b5487afeab2deb2ff4e03a807ad1a03ac532ff5a2cee5d86884440c7f7671"
 2897dependencies = [
 2898 "heck 0.5.0",
 2899 "proc-macro2",
 2900 "quote",
 2901 "syn 2.0.117",
 2902]
 2903
 2904[[package]]
 2905name = "clap_lex"
 2906version = "0.7.6"
 2907source = "registry+https://github.com/rust-lang/crates.io-index"
 2908checksum = "a1d728cc89cf3aee9ff92b05e62b19ee65a02b5702cff7d5a377e32c6ae29d8d"
 2909
 2910[[package]]
 2911name = "cli"
 2912version = "0.1.0"
 2913dependencies = [
 2914 "anyhow",
 2915 "askpass",
 2916 "clap",
 2917 "collections",
 2918 "console",
 2919 "core-foundation 0.10.0",
 2920 "core-services",
 2921 "dialoguer",
 2922 "exec",
 2923 "fork",
 2924 "ipc-channel",
 2925 "parking_lot",
 2926 "paths",
 2927 "plist",
 2928 "rayon",
 2929 "release_channel",
 2930 "serde",
 2931 "serde_json",
 2932 "tempfile",
 2933 "util",
 2934 "walkdir",
 2935 "windows 0.61.3",
 2936]
 2937
 2938[[package]]
 2939name = "client"
 2940version = "0.1.0"
 2941dependencies = [
 2942 "anyhow",
 2943 "async-tungstenite",
 2944 "base64 0.22.1",
 2945 "chrono",
 2946 "clock",
 2947 "cloud_api_client",
 2948 "cloud_api_types",
 2949 "cloud_llm_client",
 2950 "collections",
 2951 "credentials_provider",
 2952 "db",
 2953 "derive_more",
 2954 "feature_flags",
 2955 "fs",
 2956 "futures 0.3.32",
 2957 "gpui",
 2958 "gpui_tokio",
 2959 "http_client",
 2960 "http_client_tls",
 2961 "httparse",
 2962 "log",
 2963 "objc2-foundation",
 2964 "parking_lot",
 2965 "paths",
 2966 "postage",
 2967 "rand 0.9.3",
 2968 "regex",
 2969 "release_channel",
 2970 "rpc",
 2971 "rustls-pki-types",
 2972 "semver",
 2973 "serde",
 2974 "serde_json",
 2975 "serde_urlencoded",
 2976 "settings",
 2977 "sha2",
 2978 "smol",
 2979 "telemetry",
 2980 "telemetry_events",
 2981 "text",
 2982 "thiserror 2.0.17",
 2983 "time",
 2984 "tiny_http",
 2985 "tokio",
 2986 "tokio-native-tls",
 2987 "tokio-rustls 0.26.2",
 2988 "tokio-socks",
 2989 "url",
 2990 "util",
 2991 "windows 0.61.3",
 2992 "worktree",
 2993 "zed_credentials_provider",
 2994]
 2995
 2996[[package]]
 2997name = "clock"
 2998version = "0.1.0"
 2999dependencies = [
 3000 "parking_lot",
 3001 "serde",
 3002 "smallvec",
 3003]
 3004
 3005[[package]]
 3006name = "cloud_api_client"
 3007version = "0.1.0"
 3008dependencies = [
 3009 "anyhow",
 3010 "cloud_api_types",
 3011 "futures 0.3.32",
 3012 "gpui",
 3013 "gpui_tokio",
 3014 "http_client",
 3015 "parking_lot",
 3016 "serde_json",
 3017 "smol",
 3018 "thiserror 2.0.17",
 3019 "yawc",
 3020]
 3021
 3022[[package]]
 3023name = "cloud_api_types"
 3024version = "0.1.0"
 3025dependencies = [
 3026 "anyhow",
 3027 "chrono",
 3028 "ciborium",
 3029 "cloud_llm_client",
 3030 "pretty_assertions",
 3031 "serde",
 3032 "serde_json",
 3033 "strum 0.27.2",
 3034]
 3035
 3036[[package]]
 3037name = "cloud_llm_client"
 3038version = "0.1.0"
 3039dependencies = [
 3040 "anyhow",
 3041 "serde",
 3042 "serde_json",
 3043 "strum 0.27.2",
 3044 "uuid",
 3045 "zeta_prompt",
 3046]
 3047
 3048[[package]]
 3049name = "cmake"
 3050version = "0.1.56"
 3051source = "registry+https://github.com/rust-lang/crates.io-index"
 3052checksum = "b042e5d8a74ae91bb0961acd039822472ec99f8ab0948cbf6d1369588f8be586"
 3053dependencies = [
 3054 "cc",
 3055]
 3056
 3057[[package]]
 3058name = "cobs"
 3059version = "0.3.0"
 3060source = "registry+https://github.com/rust-lang/crates.io-index"
 3061checksum = "0fa961b519f0b462e3a3b4a34b64d119eeaca1d59af726fe450bbba07a9fc0a1"
 3062dependencies = [
 3063 "thiserror 2.0.17",
 3064]
 3065
 3066[[package]]
 3067name = "cocoa"
 3068version = "0.25.0"
 3069source = "registry+https://github.com/rust-lang/crates.io-index"
 3070checksum = "f6140449f97a6e97f9511815c5632d84c8aacf8ac271ad77c559218161a1373c"
 3071dependencies = [
 3072 "bitflags 1.3.2",
 3073 "block",
 3074 "cocoa-foundation 0.1.2",
 3075 "core-foundation 0.9.4",
 3076 "core-graphics 0.23.2",
 3077 "foreign-types 0.5.0",
 3078 "libc",
 3079 "objc",
 3080]
 3081
 3082[[package]]
 3083name = "cocoa"
 3084version = "0.26.0"
 3085source = "registry+https://github.com/rust-lang/crates.io-index"
 3086checksum = "f79398230a6e2c08f5c9760610eb6924b52aa9e7950a619602baba59dcbbdbb2"
 3087dependencies = [
 3088 "bitflags 2.10.0",
 3089 "block",
 3090 "cocoa-foundation 0.2.0",
 3091 "core-foundation 0.10.0",
 3092 "core-graphics 0.24.0",
 3093 "foreign-types 0.5.0",
 3094 "libc",
 3095 "objc",
 3096]
 3097
 3098[[package]]
 3099name = "cocoa-foundation"
 3100version = "0.1.2"
 3101source = "registry+https://github.com/rust-lang/crates.io-index"
 3102checksum = "8c6234cbb2e4c785b456c0644748b1ac416dd045799740356f8363dfe00c93f7"
 3103dependencies = [
 3104 "bitflags 1.3.2",
 3105 "block",
 3106 "core-foundation 0.9.4",
 3107 "core-graphics-types 0.1.3",
 3108 "libc",
 3109 "objc",
 3110]
 3111
 3112[[package]]
 3113name = "cocoa-foundation"
 3114version = "0.2.0"
 3115source = "registry+https://github.com/rust-lang/crates.io-index"
 3116checksum = "e14045fb83be07b5acf1c0884b2180461635b433455fa35d1cd6f17f1450679d"
 3117dependencies = [
 3118 "bitflags 2.10.0",
 3119 "block",
 3120 "core-foundation 0.10.0",
 3121 "core-graphics-types 0.2.0",
 3122 "libc",
 3123 "objc",
 3124]
 3125
 3126[[package]]
 3127name = "codespan-reporting"
 3128version = "0.13.0"
 3129source = "registry+https://github.com/rust-lang/crates.io-index"
 3130checksum = "ba7a06c0b31fff5ff2e1e7d37dbf940864e2a974b336e1a2938d10af6e8fb283"
 3131dependencies = [
 3132 "serde",
 3133 "termcolor",
 3134 "unicode-width",
 3135]
 3136
 3137[[package]]
 3138name = "codestral"
 3139version = "0.1.0"
 3140dependencies = [
 3141 "anyhow",
 3142 "edit_prediction",
 3143 "edit_prediction_types",
 3144 "futures 0.3.32",
 3145 "gpui",
 3146 "http_client",
 3147 "icons",
 3148 "language",
 3149 "language_model",
 3150 "log",
 3151 "serde",
 3152 "serde_json",
 3153 "text",
 3154 "zed_credentials_provider",
 3155 "zeta_prompt",
 3156]
 3157
 3158[[package]]
 3159name = "collab"
 3160version = "0.44.0"
 3161dependencies = [
 3162 "agent",
 3163 "anyhow",
 3164 "async-trait",
 3165 "async-tungstenite",
 3166 "aws-config",
 3167 "aws-sdk-kinesis",
 3168 "aws-sdk-s3",
 3169 "axum",
 3170 "buffer_diff",
 3171 "call",
 3172 "channel",
 3173 "chrono",
 3174 "client",
 3175 "clock",
 3176 "cloud_api_types",
 3177 "collab",
 3178 "collab_ui",
 3179 "collections",
 3180 "command_palette_hooks",
 3181 "ctor",
 3182 "dap",
 3183 "dap_adapters",
 3184 "dashmap",
 3185 "debugger_ui",
 3186 "editor",
 3187 "envy",
 3188 "extension",
 3189 "file_finder",
 3190 "fs",
 3191 "futures 0.3.32",
 3192 "git",
 3193 "git_hosting_providers",
 3194 "git_ui",
 3195 "gpui",
 3196 "gpui_tokio",
 3197 "hex",
 3198 "http_client",
 3199 "indoc",
 3200 "language",
 3201 "language_model",
 3202 "livekit_api",
 3203 "livekit_client",
 3204 "log",
 3205 "lsp",
 3206 "menu",
 3207 "multi_buffer",
 3208 "nanoid",
 3209 "node_runtime",
 3210 "notifications",
 3211 "parking_lot",
 3212 "pretty_assertions",
 3213 "project",
 3214 "prometheus",
 3215 "prompt_store",
 3216 "prost 0.9.0",
 3217 "rand 0.9.3",
 3218 "recent_projects",
 3219 "release_channel",
 3220 "remote",
 3221 "remote_server",
 3222 "reqwest 0.11.27",
 3223 "rpc",
 3224 "sea-orm",
 3225 "sea-orm-macros",
 3226 "semver",
 3227 "serde",
 3228 "serde_json",
 3229 "session",
 3230 "settings",
 3231 "sha2",
 3232 "smol",
 3233 "sqlx",
 3234 "strum 0.27.2",
 3235 "task",
 3236 "telemetry_events",
 3237 "text",
 3238 "theme",
 3239 "theme_settings",
 3240 "time",
 3241 "tokio",
 3242 "toml 0.8.23",
 3243 "tower 0.4.13",
 3244 "tower-http 0.4.4",
 3245 "tracing",
 3246 "tracing-subscriber",
 3247 "unindent",
 3248 "util",
 3249 "uuid",
 3250 "workspace",
 3251 "worktree",
 3252 "zed_actions",
 3253 "zlog",
 3254]
 3255
 3256[[package]]
 3257name = "collab_ui"
 3258version = "0.1.0"
 3259dependencies = [
 3260 "anyhow",
 3261 "call",
 3262 "channel",
 3263 "client",
 3264 "collections",
 3265 "db",
 3266 "editor",
 3267 "futures 0.3.32",
 3268 "fuzzy",
 3269 "gpui",
 3270 "livekit_client",
 3271 "menu",
 3272 "notifications",
 3273 "picker",
 3274 "project",
 3275 "release_channel",
 3276 "rpc",
 3277 "serde",
 3278 "serde_json",
 3279 "settings",
 3280 "smallvec",
 3281 "telemetry",
 3282 "theme",
 3283 "theme_settings",
 3284 "time",
 3285 "title_bar",
 3286 "ui",
 3287 "util",
 3288 "workspace",
 3289 "zed_actions",
 3290]
 3291
 3292[[package]]
 3293name = "collections"
 3294version = "0.1.0"
 3295dependencies = [
 3296 "indexmap",
 3297 "rustc-hash 2.1.1",
 3298]
 3299
 3300[[package]]
 3301name = "color_quant"
 3302version = "1.1.0"
 3303source = "registry+https://github.com/rust-lang/crates.io-index"
 3304checksum = "3d7b894f5411737b7867f4827955924d7c254fc9f4d91a6aad6b097804b1018b"
 3305
 3306[[package]]
 3307name = "colorchoice"
 3308version = "1.0.4"
 3309source = "registry+https://github.com/rust-lang/crates.io-index"
 3310checksum = "b05b61dc5112cbb17e4b6cd61790d9845d13888356391624cbe7e41efeac1e75"
 3311
 3312[[package]]
 3313name = "combine"
 3314version = "4.6.7"
 3315source = "registry+https://github.com/rust-lang/crates.io-index"
 3316checksum = "ba5a308b75df32fe02788e748662718f03fde005016435c444eea572398219fd"
 3317dependencies = [
 3318 "bytes 1.11.1",
 3319 "memchr",
 3320]
 3321
 3322[[package]]
 3323name = "command-fds"
 3324version = "0.3.2"
 3325source = "registry+https://github.com/rust-lang/crates.io-index"
 3326checksum = "f849b92c694fe237ecd8fafd1ba0df7ae0d45c1df6daeb7f68ed4220d51640bd"
 3327dependencies = [
 3328 "nix 0.30.1",
 3329 "thiserror 2.0.17",
 3330]
 3331
 3332[[package]]
 3333name = "command_palette"
 3334version = "0.1.0"
 3335dependencies = [
 3336 "anyhow",
 3337 "client",
 3338 "collections",
 3339 "command_palette_hooks",
 3340 "db",
 3341 "editor",
 3342 "fuzzy",
 3343 "go_to_line",
 3344 "gpui",
 3345 "language",
 3346 "log",
 3347 "menu",
 3348 "picker",
 3349 "postage",
 3350 "project",
 3351 "serde",
 3352 "settings",
 3353 "telemetry",
 3354 "theme",
 3355 "theme_settings",
 3356 "time",
 3357 "ui",
 3358 "util",
 3359 "workspace",
 3360 "zed_actions",
 3361]
 3362
 3363[[package]]
 3364name = "command_palette_hooks"
 3365version = "0.1.0"
 3366dependencies = [
 3367 "collections",
 3368 "derive_more",
 3369 "gpui",
 3370 "workspace",
 3371]
 3372
 3373[[package]]
 3374name = "compliance"
 3375version = "0.1.0"
 3376dependencies = [
 3377 "anyhow",
 3378 "async-trait",
 3379 "derive_more",
 3380 "futures 0.3.32",
 3381 "indoc",
 3382 "itertools 0.14.0",
 3383 "jsonwebtoken",
 3384 "octocrab",
 3385 "regex",
 3386 "semver",
 3387 "serde",
 3388 "serde_json",
 3389 "tokio",
 3390]
 3391
 3392[[package]]
 3393name = "component"
 3394version = "0.1.0"
 3395dependencies = [
 3396 "collections",
 3397 "documented",
 3398 "gpui",
 3399 "inventory",
 3400 "parking_lot",
 3401 "strum 0.27.2",
 3402 "theme",
 3403]
 3404
 3405[[package]]
 3406name = "component_preview"
 3407version = "0.1.0"
 3408dependencies = [
 3409 "anyhow",
 3410 "client",
 3411 "collections",
 3412 "component",
 3413 "db",
 3414 "fs",
 3415 "gpui",
 3416 "gpui_platform",
 3417 "language",
 3418 "log",
 3419 "node_runtime",
 3420 "notifications",
 3421 "project",
 3422 "release_channel",
 3423 "reqwest_client",
 3424 "session",
 3425 "settings",
 3426 "theme",
 3427 "theme_settings",
 3428 "ui",
 3429 "ui_input",
 3430 "uuid",
 3431 "workspace",
 3432]
 3433
 3434[[package]]
 3435name = "compression-codecs"
 3436version = "0.4.31"
 3437source = "registry+https://github.com/rust-lang/crates.io-index"
 3438checksum = "ef8a506ec4b81c460798f572caead636d57d3d7e940f998160f52bd254bf2d23"
 3439dependencies = [
 3440 "bzip2 0.6.1",
 3441 "compression-core",
 3442 "deflate64",
 3443 "flate2",
 3444 "memchr",
 3445]
 3446
 3447[[package]]
 3448name = "compression-core"
 3449version = "0.4.29"
 3450source = "registry+https://github.com/rust-lang/crates.io-index"
 3451checksum = "e47641d3deaf41fb1538ac1f54735925e275eaf3bf4d55c81b137fba797e5cbb"
 3452
 3453[[package]]
 3454name = "concurrent-queue"
 3455version = "2.5.0"
 3456source = "registry+https://github.com/rust-lang/crates.io-index"
 3457checksum = "4ca0197aee26d1ae37445ee532fefce43251d24cc7c166799f4d46817f1d3973"
 3458dependencies = [
 3459 "crossbeam-utils",
 3460]
 3461
 3462[[package]]
 3463name = "console"
 3464version = "0.16.3"
 3465source = "registry+https://github.com/rust-lang/crates.io-index"
 3466checksum = "d64e8af5551369d19cf50138de61f1c42074ab970f74e99be916646777f8fc87"
 3467dependencies = [
 3468 "encode_unicode",
 3469 "libc",
 3470 "unicode-width",
 3471 "windows-sys 0.61.2",
 3472]
 3473
 3474[[package]]
 3475name = "console_error_panic_hook"
 3476version = "0.1.7"
 3477source = "registry+https://github.com/rust-lang/crates.io-index"
 3478checksum = "a06aeb73f470f66dcdbf7223caeebb85984942f22f1adb2a088cf9668146bbbc"
 3479dependencies = [
 3480 "cfg-if",
 3481 "wasm-bindgen",
 3482]
 3483
 3484[[package]]
 3485name = "const-oid"
 3486version = "0.9.6"
 3487source = "registry+https://github.com/rust-lang/crates.io-index"
 3488checksum = "c2459377285ad874054d797f3ccebf984978aa39129f6eafde5cdc8315b612f8"
 3489
 3490[[package]]
 3491name = "const-random"
 3492version = "0.1.18"
 3493source = "registry+https://github.com/rust-lang/crates.io-index"
 3494checksum = "87e00182fe74b066627d63b85fd550ac2998d4b0bd86bfed477a0ae4c7c71359"
 3495dependencies = [
 3496 "const-random-macro",
 3497]
 3498
 3499[[package]]
 3500name = "const-random-macro"
 3501version = "0.1.16"
 3502source = "registry+https://github.com/rust-lang/crates.io-index"
 3503checksum = "f9d839f2a20b0aee515dc581a6172f2321f96cab76c1a38a4c584a194955390e"
 3504dependencies = [
 3505 "getrandom 0.2.16",
 3506 "once_cell",
 3507 "tiny-keccak",
 3508]
 3509
 3510[[package]]
 3511name = "const_format"
 3512version = "0.2.35"
 3513source = "registry+https://github.com/rust-lang/crates.io-index"
 3514checksum = "7faa7469a93a566e9ccc1c73fe783b4a65c274c5ace346038dca9c39fe0030ad"
 3515dependencies = [
 3516 "const_format_proc_macros",
 3517]
 3518
 3519[[package]]
 3520name = "const_format_proc_macros"
 3521version = "0.2.34"
 3522source = "registry+https://github.com/rust-lang/crates.io-index"
 3523checksum = "1d57c2eccfb16dbac1f4e61e206105db5820c9d26c3c472bc17c774259ef7744"
 3524dependencies = [
 3525 "proc-macro2",
 3526 "quote",
 3527 "unicode-xid",
 3528]
 3529
 3530[[package]]
 3531name = "constant_time_eq"
 3532version = "0.1.5"
 3533source = "registry+https://github.com/rust-lang/crates.io-index"
 3534checksum = "245097e9a4535ee1e3e3931fcfcd55a796a44c643e8596ff6566d68f09b87bbc"
 3535
 3536[[package]]
 3537name = "context_server"
 3538version = "0.1.0"
 3539dependencies = [
 3540 "anyhow",
 3541 "async-trait",
 3542 "base64 0.22.1",
 3543 "collections",
 3544 "futures 0.3.32",
 3545 "gpui",
 3546 "http_client",
 3547 "log",
 3548 "net",
 3549 "parking_lot",
 3550 "postage",
 3551 "rand 0.9.3",
 3552 "schemars",
 3553 "serde",
 3554 "serde_json",
 3555 "settings",
 3556 "sha2",
 3557 "slotmap",
 3558 "smol",
 3559 "tempfile",
 3560 "terminal",
 3561 "tiny_http",
 3562 "url",
 3563 "util",
 3564]
 3565
 3566[[package]]
 3567name = "convert_case"
 3568version = "0.8.0"
 3569source = "registry+https://github.com/rust-lang/crates.io-index"
 3570checksum = "baaaa0ecca5b51987b9423ccdc971514dd8b0bb7b4060b983d3664dad3f1f89f"
 3571dependencies = [
 3572 "unicode-segmentation",
 3573]
 3574
 3575[[package]]
 3576name = "convert_case"
 3577version = "0.10.0"
 3578source = "registry+https://github.com/rust-lang/crates.io-index"
 3579checksum = "633458d4ef8c78b72454de2d54fd6ab2e60f9e02be22f3c6104cdc8a4e0fceb9"
 3580dependencies = [
 3581 "unicode-segmentation",
 3582]
 3583
 3584[[package]]
 3585name = "convert_case"
 3586version = "0.11.0"
 3587source = "registry+https://github.com/rust-lang/crates.io-index"
 3588checksum = "affbf0190ed2caf063e3def54ff444b449371d55c58e513a95ab98eca50adb49"
 3589dependencies = [
 3590 "unicode-segmentation",
 3591]
 3592
 3593[[package]]
 3594name = "copilot"
 3595version = "0.1.0"
 3596dependencies = [
 3597 "anyhow",
 3598 "async-std",
 3599 "collections",
 3600 "command_palette_hooks",
 3601 "copilot_chat",
 3602 "edit_prediction_types",
 3603 "editor",
 3604 "fs",
 3605 "futures 0.3.32",
 3606 "gpui",
 3607 "icons",
 3608 "indoc",
 3609 "language",
 3610 "log",
 3611 "lsp",
 3612 "node_runtime",
 3613 "parking_lot",
 3614 "paths",
 3615 "pretty_assertions",
 3616 "project",
 3617 "rpc",
 3618 "semver",
 3619 "serde",
 3620 "serde_json",
 3621 "settings",
 3622 "sum_tree",
 3623 "theme",
 3624 "theme_settings",
 3625 "util",
 3626 "workspace",
 3627 "zlog",
 3628]
 3629
 3630[[package]]
 3631name = "copilot_chat"
 3632version = "0.1.0"
 3633dependencies = [
 3634 "anthropic",
 3635 "anyhow",
 3636 "collections",
 3637 "dirs",
 3638 "fs",
 3639 "futures 0.3.32",
 3640 "gpui",
 3641 "http_client",
 3642 "log",
 3643 "paths",
 3644 "serde",
 3645 "serde_json",
 3646 "settings",
 3647]
 3648
 3649[[package]]
 3650name = "copilot_ui"
 3651version = "0.1.0"
 3652dependencies = [
 3653 "anyhow",
 3654 "copilot",
 3655 "gpui",
 3656 "language",
 3657 "log",
 3658 "lsp",
 3659 "menu",
 3660 "project",
 3661 "serde_json",
 3662 "settings",
 3663 "ui",
 3664 "util",
 3665 "workspace",
 3666]
 3667
 3668[[package]]
 3669name = "core-foundation"
 3670version = "0.9.4"
 3671source = "registry+https://github.com/rust-lang/crates.io-index"
 3672checksum = "91e195e091a93c46f7102ec7818a2aa394e1e1771c3ab4825963fa03e45afb8f"
 3673dependencies = [
 3674 "core-foundation-sys",
 3675 "libc",
 3676]
 3677
 3678[[package]]
 3679name = "core-foundation"
 3680version = "0.10.0"
 3681source = "registry+https://github.com/rust-lang/crates.io-index"
 3682checksum = "b55271e5c8c478ad3f38ad24ef34923091e0548492a266d19b3c0b4d82574c63"
 3683dependencies = [
 3684 "core-foundation-sys",
 3685 "libc",
 3686]
 3687
 3688[[package]]
 3689name = "core-foundation-sys"
 3690version = "0.8.7"
 3691source = "registry+https://github.com/rust-lang/crates.io-index"
 3692checksum = "773648b94d0e5d620f64f280777445740e61fe701025087ec8b57f45c791888b"
 3693
 3694[[package]]
 3695name = "core-graphics"
 3696version = "0.23.2"
 3697source = "registry+https://github.com/rust-lang/crates.io-index"
 3698checksum = "c07782be35f9e1140080c6b96f0d44b739e2278479f64e02fdab4e32dfd8b081"
 3699dependencies = [
 3700 "bitflags 1.3.2",
 3701 "core-foundation 0.9.4",
 3702 "core-graphics-types 0.1.3",
 3703 "foreign-types 0.5.0",
 3704 "libc",
 3705]
 3706
 3707[[package]]
 3708name = "core-graphics"
 3709version = "0.24.0"
 3710source = "registry+https://github.com/rust-lang/crates.io-index"
 3711checksum = "fa95a34622365fa5bbf40b20b75dba8dfa8c94c734aea8ac9a5ca38af14316f1"
 3712dependencies = [
 3713 "bitflags 2.10.0",
 3714 "core-foundation 0.10.0",
 3715 "core-graphics-types 0.2.0",
 3716 "foreign-types 0.5.0",
 3717 "libc",
 3718]
 3719
 3720[[package]]
 3721name = "core-graphics-helmer-fork"
 3722version = "0.24.0"
 3723source = "registry+https://github.com/rust-lang/crates.io-index"
 3724checksum = "32eb7c354ae9f6d437a6039099ce7ecd049337a8109b23d73e48e8ffba8e9cd5"
 3725dependencies = [
 3726 "bitflags 2.10.0",
 3727 "core-foundation 0.9.4",
 3728 "core-graphics-types 0.1.3",
 3729 "foreign-types 0.5.0",
 3730 "libc",
 3731]
 3732
 3733[[package]]
 3734name = "core-graphics-types"
 3735version = "0.1.3"
 3736source = "registry+https://github.com/rust-lang/crates.io-index"
 3737checksum = "45390e6114f68f718cc7a830514a96f903cccd70d02a8f6d9f643ac4ba45afaf"
 3738dependencies = [
 3739 "bitflags 1.3.2",
 3740 "core-foundation 0.9.4",
 3741 "libc",
 3742]
 3743
 3744[[package]]
 3745name = "core-graphics-types"
 3746version = "0.2.0"
 3747source = "registry+https://github.com/rust-lang/crates.io-index"
 3748checksum = "3d44a101f213f6c4cdc1853d4b78aef6db6bdfa3468798cc1d9912f4735013eb"
 3749dependencies = [
 3750 "bitflags 2.10.0",
 3751 "core-foundation 0.10.0",
 3752 "libc",
 3753]
 3754
 3755[[package]]
 3756name = "core-graphics2"
 3757version = "0.5.2"
 3758source = "registry+https://github.com/rust-lang/crates.io-index"
 3759checksum = "4416167a69126e617f8d0a214af0e3c1dbdeffcb100ddf72dcd1a1ac9893c146"
 3760dependencies = [
 3761 "bitflags 2.10.0",
 3762 "block",
 3763 "cfg-if",
 3764 "core-foundation 0.10.0",
 3765 "libc",
 3766]
 3767
 3768[[package]]
 3769name = "core-services"
 3770version = "0.2.1"
 3771source = "registry+https://github.com/rust-lang/crates.io-index"
 3772checksum = "92567e81db522550ebaf742c5d875624ec7820c2c7ee5f8c60e4ce7c2ae3c0fd"
 3773dependencies = [
 3774 "core-foundation 0.9.4",
 3775]
 3776
 3777[[package]]
 3778name = "core-text"
 3779version = "21.0.0"
 3780source = "registry+https://github.com/rust-lang/crates.io-index"
 3781checksum = "a593227b66cbd4007b2a050dfdd9e1d1318311409c8d600dc82ba1b15ca9c130"
 3782dependencies = [
 3783 "core-foundation 0.10.0",
 3784 "core-graphics 0.24.0",
 3785 "foreign-types 0.5.0",
 3786 "libc",
 3787]
 3788
 3789[[package]]
 3790name = "core-video"
 3791version = "0.5.2"
 3792source = "registry+https://github.com/rust-lang/crates.io-index"
 3793checksum = "139679cc63eb9504bdbe37e37874b0247136177655f0008588781e90863afa62"
 3794dependencies = [
 3795 "block",
 3796 "core-foundation 0.10.0",
 3797 "core-graphics2",
 3798 "io-surface",
 3799 "libc",
 3800 "metal",
 3801]
 3802
 3803[[package]]
 3804name = "core2"
 3805version = "0.4.0"
 3806source = "registry+https://github.com/rust-lang/crates.io-index"
 3807checksum = "b49ba7ef1ad6107f8824dbe97de947cbaac53c44e7f9756a1fba0d37c1eec505"
 3808dependencies = [
 3809 "memchr",
 3810]
 3811
 3812[[package]]
 3813name = "core_maths"
 3814version = "0.1.1"
 3815source = "registry+https://github.com/rust-lang/crates.io-index"
 3816checksum = "77745e017f5edba1a9c1d854f6f3a52dac8a12dd5af5d2f54aecf61e43d80d30"
 3817dependencies = [
 3818 "libm",
 3819]
 3820
 3821[[package]]
 3822name = "coreaudio-rs"
 3823version = "0.12.1"
 3824source = "registry+https://github.com/rust-lang/crates.io-index"
 3825checksum = "34ca07354f6d0640333ef95f48d460a4bcf34812a7e7967f9b44c728a8f37c28"
 3826dependencies = [
 3827 "bitflags 1.3.2",
 3828 "core-foundation-sys",
 3829 "coreaudio-sys",
 3830]
 3831
 3832[[package]]
 3833name = "coreaudio-rs"
 3834version = "0.13.0"
 3835source = "registry+https://github.com/rust-lang/crates.io-index"
 3836checksum = "1aae284fbaf7d27aa0e292f7677dfbe26503b0d555026f702940805a630eac17"
 3837dependencies = [
 3838 "bitflags 1.3.2",
 3839 "libc",
 3840 "objc2-audio-toolbox",
 3841 "objc2-core-audio",
 3842 "objc2-core-audio-types",
 3843 "objc2-core-foundation",
 3844]
 3845
 3846[[package]]
 3847name = "coreaudio-sys"
 3848version = "0.2.17"
 3849source = "registry+https://github.com/rust-lang/crates.io-index"
 3850checksum = "ceec7a6067e62d6f931a2baf6f3a751f4a892595bcec1461a3c94ef9949864b6"
 3851dependencies = [
 3852 "bindgen 0.72.1",
 3853]
 3854
 3855[[package]]
 3856name = "cosmic-text"
 3857version = "0.17.1"
 3858source = "registry+https://github.com/rust-lang/crates.io-index"
 3859checksum = "8c5c9868e64aa6c5410629a83450e142c80e721c727a5bc0fb18107af6c2d66b"
 3860dependencies = [
 3861 "bitflags 2.10.0",
 3862 "fontdb 0.23.0",
 3863 "harfrust",
 3864 "linebender_resource_handle",
 3865 "log",
 3866 "rangemap",
 3867 "rustc-hash 2.1.1",
 3868 "self_cell",
 3869 "skrifa 0.40.0",
 3870 "smol_str",
 3871 "swash",
 3872 "sys-locale",
 3873 "unicode-bidi",
 3874 "unicode-linebreak",
 3875 "unicode-script",
 3876 "unicode-segmentation",
 3877]
 3878
 3879[[package]]
 3880name = "cpal"
 3881version = "0.17.1"
 3882source = "registry+https://github.com/rust-lang/crates.io-index"
 3883checksum = "5b1f9c7312f19fc2fa12fd7acaf38de54e8320ba10d1a02dcbe21038def51ccb"
 3884dependencies = [
 3885 "alsa",
 3886 "coreaudio-rs 0.13.0",
 3887 "dasp_sample",
 3888 "jni",
 3889 "js-sys",
 3890 "libc",
 3891 "mach2 0.5.0",
 3892 "ndk",
 3893 "ndk-context",
 3894 "num-derive",
 3895 "num-traits",
 3896 "objc2",
 3897 "objc2-audio-toolbox",
 3898 "objc2-avf-audio",
 3899 "objc2-core-audio",
 3900 "objc2-core-audio-types",
 3901 "objc2-core-foundation",
 3902 "objc2-foundation",
 3903 "wasm-bindgen",
 3904 "wasm-bindgen-futures",
 3905 "web-sys",
 3906 "windows 0.62.2",
 3907]
 3908
 3909[[package]]
 3910name = "cpp_demangle"
 3911version = "0.4.5"
 3912source = "registry+https://github.com/rust-lang/crates.io-index"
 3913checksum = "f2bb79cb74d735044c972aae58ed0aaa9a837e85b01106a54c39e42e97f62253"
 3914dependencies = [
 3915 "cfg-if",
 3916]
 3917
 3918[[package]]
 3919name = "cpufeatures"
 3920version = "0.2.17"
 3921source = "registry+https://github.com/rust-lang/crates.io-index"
 3922checksum = "59ed5838eebb26a2bb2e58f6d5b5316989ae9d08bab10e0e6d103e656d1b0280"
 3923dependencies = [
 3924 "libc",
 3925]
 3926
 3927[[package]]
 3928name = "cranelift-assembler-x64"
 3929version = "0.123.7"
 3930source = "registry+https://github.com/rust-lang/crates.io-index"
 3931checksum = "c8056d63fef9a6f88a1e7aae52bb08fcf48de8866d514c0dc52feb15975f5db5"
 3932dependencies = [
 3933 "cranelift-assembler-x64-meta",
 3934]
 3935
 3936[[package]]
 3937name = "cranelift-assembler-x64-meta"
 3938version = "0.123.7"
 3939source = "registry+https://github.com/rust-lang/crates.io-index"
 3940checksum = "57d063b40884a0d733223a45c5de1155395af4393cf7f900d5be8e2cbc094015"
 3941dependencies = [
 3942 "cranelift-srcgen",
 3943]
 3944
 3945[[package]]
 3946name = "cranelift-bforest"
 3947version = "0.123.7"
 3948source = "registry+https://github.com/rust-lang/crates.io-index"
 3949checksum = "3c3add2881bae2d55cd7162906988dd70053cb7ece865ad793a6754b04d47df6"
 3950dependencies = [
 3951 "cranelift-entity",
 3952]
 3953
 3954[[package]]
 3955name = "cranelift-bitset"
 3956version = "0.123.7"
 3957source = "registry+https://github.com/rust-lang/crates.io-index"
 3958checksum = "dd73e32bc1ea4bddc4c770760c66fa24b2890991b0561af554219e603fcd7c34"
 3959dependencies = [
 3960 "serde",
 3961 "serde_derive",
 3962]
 3963
 3964[[package]]
 3965name = "cranelift-codegen"
 3966version = "0.123.7"
 3967source = "registry+https://github.com/rust-lang/crates.io-index"
 3968checksum = "3e1da85f2636fe28244848861d1ed0f8dccdc6e98fc5db31aa5eb8878e7ff617"
 3969dependencies = [
 3970 "bumpalo",
 3971 "cranelift-assembler-x64",
 3972 "cranelift-bforest",
 3973 "cranelift-bitset",
 3974 "cranelift-codegen-meta",
 3975 "cranelift-codegen-shared",
 3976 "cranelift-control",
 3977 "cranelift-entity",
 3978 "cranelift-isle",
 3979 "gimli",
 3980 "hashbrown 0.15.5",
 3981 "log",
 3982 "postcard",
 3983 "pulley-interpreter",
 3984 "regalloc2",
 3985 "rustc-hash 2.1.1",
 3986 "serde",
 3987 "serde_derive",
 3988 "sha2",
 3989 "smallvec",
 3990 "target-lexicon",
 3991 "wasmtime-internal-math",
 3992]
 3993
 3994[[package]]
 3995name = "cranelift-codegen-meta"
 3996version = "0.123.7"
 3997source = "registry+https://github.com/rust-lang/crates.io-index"
 3998checksum = "ee3c8aba9d89832df27364b2e79dc2fe288daf4bd6c7347829e7f3f258ea5650"
 3999dependencies = [
 4000 "cranelift-assembler-x64-meta",
 4001 "cranelift-codegen-shared",
 4002 "cranelift-srcgen",
 4003 "heck 0.5.0",
 4004 "pulley-interpreter",
 4005]
 4006
 4007[[package]]
 4008name = "cranelift-codegen-shared"
 4009version = "0.123.7"
 4010source = "registry+https://github.com/rust-lang/crates.io-index"
 4011checksum = "ac9a9b09fe107fef6377caed20614586124184cffccb73611312ceb922a917e6"
 4012
 4013[[package]]
 4014name = "cranelift-control"
 4015version = "0.123.7"
 4016source = "registry+https://github.com/rust-lang/crates.io-index"
 4017checksum = "50aef001c7ad250d5fdda2c7481cbfcabe6435c66106adf5760dcb9fb9a8ede4"
 4018dependencies = [
 4019 "arbitrary",
 4020]
 4021
 4022[[package]]
 4023name = "cranelift-entity"
 4024version = "0.123.7"
 4025source = "registry+https://github.com/rust-lang/crates.io-index"
 4026checksum = "cf3c84656a010df2b5afaedcbbbd94f1efe175b55e29864df7b99e64bfa40d56"
 4027dependencies = [
 4028 "cranelift-bitset",
 4029 "serde",
 4030 "serde_derive",
 4031]
 4032
 4033[[package]]
 4034name = "cranelift-frontend"
 4035version = "0.123.7"
 4036source = "registry+https://github.com/rust-lang/crates.io-index"
 4037checksum = "6aa1d2006915cddb63705db46dcfb8637fe08f91d26fbe59680d7257ec39d609"
 4038dependencies = [
 4039 "cranelift-codegen",
 4040 "log",
 4041 "smallvec",
 4042 "target-lexicon",
 4043]
 4044
 4045[[package]]
 4046name = "cranelift-isle"
 4047version = "0.123.7"
 4048source = "registry+https://github.com/rust-lang/crates.io-index"
 4049checksum = "6e4fecbcbb81273f9aff4559e26fc341f42663da420cca5ac84b34e74e9267e0"
 4050
 4051[[package]]
 4052name = "cranelift-native"
 4053version = "0.123.7"
 4054source = "registry+https://github.com/rust-lang/crates.io-index"
 4055checksum = "976a3d85f197a56ae34ee4d5a5e469855ac52804a09a513d0562d425da0ff56e"
 4056dependencies = [
 4057 "cranelift-codegen",
 4058 "libc",
 4059 "target-lexicon",
 4060]
 4061
 4062[[package]]
 4063name = "cranelift-srcgen"
 4064version = "0.123.7"
 4065source = "registry+https://github.com/rust-lang/crates.io-index"
 4066checksum = "37fbd4aefce642145491ff862d2054a71b63d2d97b8dd1e280c9fdaf399598b7"
 4067
 4068[[package]]
 4069name = "crash-context"
 4070version = "0.6.3"
 4071source = "registry+https://github.com/rust-lang/crates.io-index"
 4072checksum = "031ed29858d90cfdf27fe49fae28028a1f20466db97962fa2f4ea34809aeebf3"
 4073dependencies = [
 4074 "cfg-if",
 4075 "libc",
 4076 "mach2 0.4.3",
 4077]
 4078
 4079[[package]]
 4080name = "crash-handler"
 4081version = "0.6.3"
 4082source = "registry+https://github.com/rust-lang/crates.io-index"
 4083checksum = "2066907075af649bcb8bcb1b9b986329b243677e6918b2d920aa64b0aac5ace3"
 4084dependencies = [
 4085 "cfg-if",
 4086 "crash-context",
 4087 "libc",
 4088 "mach2 0.4.3",
 4089 "parking_lot",
 4090]
 4091
 4092[[package]]
 4093name = "crashes"
 4094version = "0.1.0"
 4095dependencies = [
 4096 "cfg-if",
 4097 "crash-handler",
 4098 "futures 0.3.32",
 4099 "log",
 4100 "mach2 0.5.0",
 4101 "minidumper",
 4102 "parking_lot",
 4103 "paths",
 4104 "release_channel",
 4105 "serde",
 4106 "serde_json",
 4107 "smol",
 4108 "system_specs",
 4109 "windows 0.61.3",
 4110 "zstd",
 4111]
 4112
 4113[[package]]
 4114name = "crc"
 4115version = "3.3.0"
 4116source = "registry+https://github.com/rust-lang/crates.io-index"
 4117checksum = "9710d3b3739c2e349eb44fe848ad0b7c8cb1e42bd87ee49371df2f7acaf3e675"
 4118dependencies = [
 4119 "crc-catalog",
 4120]
 4121
 4122[[package]]
 4123name = "crc-catalog"
 4124version = "2.4.0"
 4125source = "registry+https://github.com/rust-lang/crates.io-index"
 4126checksum = "19d374276b40fb8bbdee95aef7c7fa6b5316ec764510eb64b8dd0e2ed0d7e7f5"
 4127
 4128[[package]]
 4129name = "crc-fast"
 4130version = "1.6.0"
 4131source = "registry+https://github.com/rust-lang/crates.io-index"
 4132checksum = "6ddc2d09feefeee8bd78101665bd8645637828fa9317f9f292496dbbd8c65ff3"
 4133dependencies = [
 4134 "crc",
 4135 "digest",
 4136 "rand 0.9.3",
 4137 "regex",
 4138 "rustversion",
 4139]
 4140
 4141[[package]]
 4142name = "crc32fast"
 4143version = "1.5.0"
 4144source = "registry+https://github.com/rust-lang/crates.io-index"
 4145checksum = "9481c1c90cbf2ac953f07c8d4a58aa3945c425b7185c9154d67a65e4230da511"
 4146dependencies = [
 4147 "cfg-if",
 4148]
 4149
 4150[[package]]
 4151name = "credentials_provider"
 4152version = "0.1.0"
 4153dependencies = [
 4154 "anyhow",
 4155 "gpui",
 4156 "serde",
 4157]
 4158
 4159[[package]]
 4160name = "criterion"
 4161version = "0.5.1"
 4162source = "registry+https://github.com/rust-lang/crates.io-index"
 4163checksum = "f2b12d017a929603d80db1831cd3a24082f8137ce19c69e6447f54f5fc8d692f"
 4164dependencies = [
 4165 "anes",
 4166 "cast",
 4167 "ciborium",
 4168 "clap",
 4169 "criterion-plot",
 4170 "is-terminal",
 4171 "itertools 0.10.5",
 4172 "num-traits",
 4173 "once_cell",
 4174 "oorandom",
 4175 "plotters",
 4176 "rayon",
 4177 "regex",
 4178 "serde",
 4179 "serde_derive",
 4180 "serde_json",
 4181 "tinytemplate",
 4182 "walkdir",
 4183]
 4184
 4185[[package]]
 4186name = "criterion-plot"
 4187version = "0.5.0"
 4188source = "registry+https://github.com/rust-lang/crates.io-index"
 4189checksum = "6b50826342786a51a89e2da3a28f1c32b06e387201bc2d19791f622c673706b1"
 4190dependencies = [
 4191 "cast",
 4192 "itertools 0.10.5",
 4193]
 4194
 4195[[package]]
 4196name = "crossbeam"
 4197version = "0.8.4"
 4198source = "registry+https://github.com/rust-lang/crates.io-index"
 4199checksum = "1137cd7e7fc0fb5d3c5a8678be38ec56e819125d8d7907411fe24ccb943faca8"
 4200dependencies = [
 4201 "crossbeam-channel",
 4202 "crossbeam-deque",
 4203 "crossbeam-epoch",
 4204 "crossbeam-queue",
 4205 "crossbeam-utils",
 4206]
 4207
 4208[[package]]
 4209name = "crossbeam-channel"
 4210version = "0.5.15"
 4211source = "registry+https://github.com/rust-lang/crates.io-index"
 4212checksum = "82b8f8f868b36967f9606790d1903570de9ceaf870a7bf9fbbd3016d636a2cb2"
 4213dependencies = [
 4214 "crossbeam-utils",
 4215]
 4216
 4217[[package]]
 4218name = "crossbeam-deque"
 4219version = "0.8.6"
 4220source = "registry+https://github.com/rust-lang/crates.io-index"
 4221checksum = "9dd111b7b7f7d55b72c0a6ae361660ee5853c9af73f70c3c2ef6858b950e2e51"
 4222dependencies = [
 4223 "crossbeam-epoch",
 4224 "crossbeam-utils",
 4225]
 4226
 4227[[package]]
 4228name = "crossbeam-epoch"
 4229version = "0.9.18"
 4230source = "registry+https://github.com/rust-lang/crates.io-index"
 4231checksum = "5b82ac4a3c2ca9c3460964f020e1402edd5753411d7737aa39c3714ad1b5420e"
 4232dependencies = [
 4233 "crossbeam-utils",
 4234]
 4235
 4236[[package]]
 4237name = "crossbeam-queue"
 4238version = "0.3.12"
 4239source = "registry+https://github.com/rust-lang/crates.io-index"
 4240checksum = "0f58bbc28f91df819d0aa2a2c00cd19754769c2fad90579b3592b1c9ba7a3115"
 4241dependencies = [
 4242 "crossbeam-utils",
 4243]
 4244
 4245[[package]]
 4246name = "crossbeam-utils"
 4247version = "0.8.21"
 4248source = "registry+https://github.com/rust-lang/crates.io-index"
 4249checksum = "d0a5c400df2834b80a4c3327b3aad3a4c4cd4de0629063962b03235697506a28"
 4250
 4251[[package]]
 4252name = "crunchy"
 4253version = "0.2.4"
 4254source = "registry+https://github.com/rust-lang/crates.io-index"
 4255checksum = "460fbee9c2c2f33933d720630a6a0bac33ba7053db5344fac858d4b8952d77d5"
 4256
 4257[[package]]
 4258name = "crypto-bigint"
 4259version = "0.4.9"
 4260source = "registry+https://github.com/rust-lang/crates.io-index"
 4261checksum = "ef2b4b23cddf68b89b8f8069890e8c270d54e2d5fe1b143820234805e4cb17ef"
 4262dependencies = [
 4263 "generic-array",
 4264 "rand_core 0.6.4",
 4265 "subtle",
 4266 "zeroize",
 4267]
 4268
 4269[[package]]
 4270name = "crypto-bigint"
 4271version = "0.5.5"
 4272source = "registry+https://github.com/rust-lang/crates.io-index"
 4273checksum = "0dc92fb57ca44df6db8059111ab3af99a63d5d0f8375d9972e319a379c6bab76"
 4274dependencies = [
 4275 "rand_core 0.6.4",
 4276 "subtle",
 4277]
 4278
 4279[[package]]
 4280name = "crypto-common"
 4281version = "0.1.6"
 4282source = "registry+https://github.com/rust-lang/crates.io-index"
 4283checksum = "1bfb12502f3fc46cca1bb51ac28df9d618d813cdc3d2f25b9fe775a34af26bb3"
 4284dependencies = [
 4285 "generic-array",
 4286 "typenum",
 4287]
 4288
 4289[[package]]
 4290name = "cssparser"
 4291version = "0.35.0"
 4292source = "registry+https://github.com/rust-lang/crates.io-index"
 4293checksum = "4e901edd733a1472f944a45116df3f846f54d37e67e68640ac8bb69689aca2aa"
 4294dependencies = [
 4295 "cssparser-macros",
 4296 "dtoa-short",
 4297 "itoa",
 4298 "phf 0.11.3",
 4299 "smallvec",
 4300]
 4301
 4302[[package]]
 4303name = "cssparser-macros"
 4304version = "0.6.1"
 4305source = "registry+https://github.com/rust-lang/crates.io-index"
 4306checksum = "13b588ba4ac1a99f7f2964d24b3d896ddc6bf847ee3855dbd4366f058cfcd331"
 4307dependencies = [
 4308 "quote",
 4309 "syn 2.0.117",
 4310]
 4311
 4312[[package]]
 4313name = "csv_preview"
 4314version = "0.1.0"
 4315dependencies = [
 4316 "anyhow",
 4317 "editor",
 4318 "feature_flags",
 4319 "gpui",
 4320 "log",
 4321 "text",
 4322 "ui",
 4323 "workspace",
 4324]
 4325
 4326[[package]]
 4327name = "ctor"
 4328version = "0.4.3"
 4329source = "registry+https://github.com/rust-lang/crates.io-index"
 4330checksum = "ec09e802f5081de6157da9a75701d6c713d8dc3ba52571fd4bd25f412644e8a6"
 4331dependencies = [
 4332 "ctor-proc-macro",
 4333 "dtor",
 4334]
 4335
 4336[[package]]
 4337name = "ctor-proc-macro"
 4338version = "0.0.6"
 4339source = "registry+https://github.com/rust-lang/crates.io-index"
 4340checksum = "e2931af7e13dc045d8e9d26afccc6fa115d64e115c9c84b1166288b46f6782c2"
 4341
 4342[[package]]
 4343name = "ctrlc"
 4344version = "3.5.0"
 4345source = "registry+https://github.com/rust-lang/crates.io-index"
 4346checksum = "881c5d0a13b2f1498e2306e82cbada78390e152d4b1378fb28a84f4dcd0dc4f3"
 4347dependencies = [
 4348 "dispatch",
 4349 "nix 0.30.1",
 4350 "windows-sys 0.61.2",
 4351]
 4352
 4353[[package]]
 4354name = "cursor-icon"
 4355version = "1.2.0"
 4356source = "registry+https://github.com/rust-lang/crates.io-index"
 4357checksum = "f27ae1dd37df86211c42e150270f82743308803d90a6f6e6651cd730d5e1732f"
 4358
 4359[[package]]
 4360name = "cxx"
 4361version = "1.0.187"
 4362source = "registry+https://github.com/rust-lang/crates.io-index"
 4363checksum = "d8465678d499296e2cbf9d3acf14307458fd69b471a31b65b3c519efe8b5e187"
 4364dependencies = [
 4365 "cc",
 4366 "cxx-build",
 4367 "cxxbridge-cmd",
 4368 "cxxbridge-flags",
 4369 "cxxbridge-macro",
 4370 "foldhash 0.2.0",
 4371 "link-cplusplus",
 4372]
 4373
 4374[[package]]
 4375name = "cxx-build"
 4376version = "1.0.187"
 4377source = "registry+https://github.com/rust-lang/crates.io-index"
 4378checksum = "d74b6bcf49ebbd91f1b1875b706ea46545032a14003b5557b7dfa4bbeba6766e"
 4379dependencies = [
 4380 "cc",
 4381 "codespan-reporting",
 4382 "indexmap",
 4383 "proc-macro2",
 4384 "quote",
 4385 "scratch",
 4386 "syn 2.0.117",
 4387]
 4388
 4389[[package]]
 4390name = "cxxbridge-cmd"
 4391version = "1.0.187"
 4392source = "registry+https://github.com/rust-lang/crates.io-index"
 4393checksum = "94ca2ad69673c4b35585edfa379617ac364bccd0ba0adf319811ba3a74ffa48a"
 4394dependencies = [
 4395 "clap",
 4396 "codespan-reporting",
 4397 "indexmap",
 4398 "proc-macro2",
 4399 "quote",
 4400 "syn 2.0.117",
 4401]
 4402
 4403[[package]]
 4404name = "cxxbridge-flags"
 4405version = "1.0.187"
 4406source = "registry+https://github.com/rust-lang/crates.io-index"
 4407checksum = "d29b52102aa395386d77d322b3a0522f2035e716171c2c60aa87cc5e9466e523"
 4408
 4409[[package]]
 4410name = "cxxbridge-macro"
 4411version = "1.0.187"
 4412source = "registry+https://github.com/rust-lang/crates.io-index"
 4413checksum = "2a8ebf0b6138325af3ec73324cb3a48b64d57721f17291b151206782e61f66cd"
 4414dependencies = [
 4415 "indexmap",
 4416 "proc-macro2",
 4417 "quote",
 4418 "syn 2.0.117",
 4419]
 4420
 4421[[package]]
 4422name = "dap"
 4423version = "0.1.0"
 4424dependencies = [
 4425 "anyhow",
 4426 "async-compression",
 4427 "async-pipe",
 4428 "async-tar",
 4429 "async-trait",
 4430 "client",
 4431 "collections",
 4432 "dap-types",
 4433 "fs",
 4434 "futures 0.3.32",
 4435 "gpui",
 4436 "http_client",
 4437 "language",
 4438 "libc",
 4439 "log",
 4440 "node_runtime",
 4441 "parking_lot",
 4442 "paths",
 4443 "proto",
 4444 "schemars",
 4445 "serde",
 4446 "serde_json",
 4447 "settings",
 4448 "smallvec",
 4449 "smol",
 4450 "task",
 4451 "telemetry",
 4452 "util",
 4453 "zlog",
 4454]
 4455
 4456[[package]]
 4457name = "dap-types"
 4458version = "0.0.1"
 4459source = "git+https://github.com/zed-industries/dap-types?rev=1b461b310481d01e02b2603c16d7144b926339f8#1b461b310481d01e02b2603c16d7144b926339f8"
 4460dependencies = [
 4461 "schemars",
 4462 "serde",
 4463 "serde_json",
 4464]
 4465
 4466[[package]]
 4467name = "dap_adapters"
 4468version = "0.1.0"
 4469dependencies = [
 4470 "anyhow",
 4471 "async-trait",
 4472 "collections",
 4473 "dap",
 4474 "dotenvy",
 4475 "fs",
 4476 "futures 0.3.32",
 4477 "gpui",
 4478 "http_client",
 4479 "json_dotpath",
 4480 "language",
 4481 "log",
 4482 "node_runtime",
 4483 "paths",
 4484 "serde",
 4485 "serde_json",
 4486 "settings",
 4487 "smol",
 4488 "task",
 4489 "util",
 4490]
 4491
 4492[[package]]
 4493name = "darling"
 4494version = "0.20.11"
 4495source = "registry+https://github.com/rust-lang/crates.io-index"
 4496checksum = "fc7f46116c46ff9ab3eb1597a45688b6715c6e628b5c133e288e709a29bcb4ee"
 4497dependencies = [
 4498 "darling_core 0.20.11",
 4499 "darling_macro 0.20.11",
 4500]
 4501
 4502[[package]]
 4503name = "darling"
 4504version = "0.21.3"
 4505source = "registry+https://github.com/rust-lang/crates.io-index"
 4506checksum = "9cdf337090841a411e2a7f3deb9187445851f91b309c0c0a29e05f74a00a48c0"
 4507dependencies = [
 4508 "darling_core 0.21.3",
 4509 "darling_macro 0.21.3",
 4510]
 4511
 4512[[package]]
 4513name = "darling_core"
 4514version = "0.20.11"
 4515source = "registry+https://github.com/rust-lang/crates.io-index"
 4516checksum = "0d00b9596d185e565c2207a0b01f8bd1a135483d02d9b7b0a54b11da8d53412e"
 4517dependencies = [
 4518 "fnv",
 4519 "ident_case",
 4520 "proc-macro2",
 4521 "quote",
 4522 "strsim",
 4523 "syn 2.0.117",
 4524]
 4525
 4526[[package]]
 4527name = "darling_core"
 4528version = "0.21.3"
 4529source = "registry+https://github.com/rust-lang/crates.io-index"
 4530checksum = "1247195ecd7e3c85f83c8d2a366e4210d588e802133e1e355180a9870b517ea4"
 4531dependencies = [
 4532 "fnv",
 4533 "ident_case",
 4534 "proc-macro2",
 4535 "quote",
 4536 "strsim",
 4537 "syn 2.0.117",
 4538]
 4539
 4540[[package]]
 4541name = "darling_macro"
 4542version = "0.20.11"
 4543source = "registry+https://github.com/rust-lang/crates.io-index"
 4544checksum = "fc34b93ccb385b40dc71c6fceac4b2ad23662c7eeb248cf10d529b7e055b6ead"
 4545dependencies = [
 4546 "darling_core 0.20.11",
 4547 "quote",
 4548 "syn 2.0.117",
 4549]
 4550
 4551[[package]]
 4552name = "darling_macro"
 4553version = "0.21.3"
 4554source = "registry+https://github.com/rust-lang/crates.io-index"
 4555checksum = "d38308df82d1080de0afee5d069fa14b0326a88c14f15c5ccda35b4a6c414c81"
 4556dependencies = [
 4557 "darling_core 0.21.3",
 4558 "quote",
 4559 "syn 2.0.117",
 4560]
 4561
 4562[[package]]
 4563name = "dashmap"
 4564version = "6.1.0"
 4565source = "registry+https://github.com/rust-lang/crates.io-index"
 4566checksum = "5041cc499144891f3790297212f32a74fb938e5136a14943f338ef9e0ae276cf"
 4567dependencies = [
 4568 "cfg-if",
 4569 "crossbeam-utils",
 4570 "hashbrown 0.14.5",
 4571 "lock_api",
 4572 "once_cell",
 4573 "parking_lot_core",
 4574]
 4575
 4576[[package]]
 4577name = "dasp_sample"
 4578version = "0.11.0"
 4579source = "registry+https://github.com/rust-lang/crates.io-index"
 4580checksum = "0c87e182de0887fd5361989c677c4e8f5000cd9491d6d563161a8f3a5519fc7f"
 4581
 4582[[package]]
 4583name = "data-encoding"
 4584version = "2.9.0"
 4585source = "registry+https://github.com/rust-lang/crates.io-index"
 4586checksum = "2a2330da5de22e8a3cb63252ce2abb30116bf5265e89c0e01bc17015ce30a476"
 4587
 4588[[package]]
 4589name = "data-url"
 4590version = "0.3.2"
 4591source = "registry+https://github.com/rust-lang/crates.io-index"
 4592checksum = "be1e0bca6c3637f992fc1cc7cbc52a78c1ef6db076dbf1059c4323d6a2048376"
 4593
 4594[[package]]
 4595name = "db"
 4596version = "0.1.0"
 4597dependencies = [
 4598 "anyhow",
 4599 "gpui",
 4600 "indoc",
 4601 "inventory",
 4602 "log",
 4603 "paths",
 4604 "release_channel",
 4605 "smol",
 4606 "sqlez",
 4607 "sqlez_macros",
 4608 "tempfile",
 4609 "util",
 4610 "uuid",
 4611 "zed_env_vars",
 4612]
 4613
 4614[[package]]
 4615name = "dbus"
 4616version = "0.9.9"
 4617source = "registry+https://github.com/rust-lang/crates.io-index"
 4618checksum = "190b6255e8ab55a7b568df5a883e9497edc3e4821c06396612048b430e5ad1e9"
 4619dependencies = [
 4620 "libc",
 4621 "libdbus-sys",
 4622 "windows-sys 0.59.0",
 4623]
 4624
 4625[[package]]
 4626name = "debug_adapter_extension"
 4627version = "0.1.0"
 4628dependencies = [
 4629 "anyhow",
 4630 "async-trait",
 4631 "collections",
 4632 "dap",
 4633 "extension",
 4634 "gpui",
 4635 "serde_json",
 4636 "task",
 4637 "util",
 4638]
 4639
 4640[[package]]
 4641name = "debugger_tools"
 4642version = "0.1.0"
 4643dependencies = [
 4644 "anyhow",
 4645 "dap",
 4646 "editor",
 4647 "futures 0.3.32",
 4648 "gpui",
 4649 "project",
 4650 "serde_json",
 4651 "settings",
 4652 "smol",
 4653 "util",
 4654 "workspace",
 4655]
 4656
 4657[[package]]
 4658name = "debugger_ui"
 4659version = "0.1.0"
 4660dependencies = [
 4661 "alacritty_terminal",
 4662 "anyhow",
 4663 "bitflags 2.10.0",
 4664 "client",
 4665 "collections",
 4666 "command_palette_hooks",
 4667 "dap",
 4668 "dap_adapters",
 4669 "db",
 4670 "debugger_tools",
 4671 "editor",
 4672 "feature_flags",
 4673 "file_icons",
 4674 "futures 0.3.32",
 4675 "fuzzy",
 4676 "gpui",
 4677 "hex",
 4678 "indoc",
 4679 "itertools 0.14.0",
 4680 "language",
 4681 "log",
 4682 "menu",
 4683 "notifications",
 4684 "parking_lot",
 4685 "parse_int",
 4686 "paths",
 4687 "picker",
 4688 "pretty_assertions",
 4689 "project",
 4690 "rpc",
 4691 "schemars",
 4692 "serde",
 4693 "serde_json",
 4694 "serde_json_lenient",
 4695 "settings",
 4696 "sysinfo 0.37.2",
 4697 "task",
 4698 "tasks_ui",
 4699 "terminal_view",
 4700 "text",
 4701 "theme",
 4702 "theme_settings",
 4703 "tree-sitter",
 4704 "tree-sitter-go",
 4705 "tree-sitter-json",
 4706 "ui",
 4707 "ui_input",
 4708 "unindent",
 4709 "util",
 4710 "workspace",
 4711 "zed_actions",
 4712 "zlog",
 4713]
 4714
 4715[[package]]
 4716name = "debugid"
 4717version = "0.8.0"
 4718source = "registry+https://github.com/rust-lang/crates.io-index"
 4719checksum = "bef552e6f588e446098f6ba40d89ac146c8c7b64aade83c051ee00bb5d2bc18d"
 4720dependencies = [
 4721 "uuid",
 4722]
 4723
 4724[[package]]
 4725name = "deepseek"
 4726version = "0.1.0"
 4727dependencies = [
 4728 "anyhow",
 4729 "futures 0.3.32",
 4730 "http_client",
 4731 "schemars",
 4732 "serde",
 4733 "serde_json",
 4734]
 4735
 4736[[package]]
 4737name = "deflate64"
 4738version = "0.1.10"
 4739source = "registry+https://github.com/rust-lang/crates.io-index"
 4740checksum = "26bf8fc351c5ed29b5c2f0cbbac1b209b74f60ecd62e675a998df72c49af5204"
 4741
 4742[[package]]
 4743name = "denoise"
 4744version = "0.1.0"
 4745dependencies = [
 4746 "candle-core",
 4747 "candle-onnx",
 4748 "log",
 4749 "realfft",
 4750 "rodio",
 4751 "rustfft",
 4752 "thiserror 2.0.17",
 4753]
 4754
 4755[[package]]
 4756name = "der"
 4757version = "0.6.1"
 4758source = "registry+https://github.com/rust-lang/crates.io-index"
 4759checksum = "f1a467a65c5e759bce6e65eaf91cc29f466cdc57cb65777bd646872a8a1fd4de"
 4760dependencies = [
 4761 "const-oid",
 4762 "zeroize",
 4763]
 4764
 4765[[package]]
 4766name = "der"
 4767version = "0.7.10"
 4768source = "registry+https://github.com/rust-lang/crates.io-index"
 4769checksum = "e7c1832837b905bbfb5101e07cc24c8deddf52f93225eee6ead5f4d63d53ddcb"
 4770dependencies = [
 4771 "const-oid",
 4772 "pem-rfc7468",
 4773 "zeroize",
 4774]
 4775
 4776[[package]]
 4777name = "deranged"
 4778version = "0.5.4"
 4779source = "registry+https://github.com/rust-lang/crates.io-index"
 4780checksum = "a41953f86f8a05768a6cda24def994fd2f424b04ec5c719cf89989779f199071"
 4781dependencies = [
 4782 "powerfmt",
 4783 "serde_core",
 4784]
 4785
 4786[[package]]
 4787name = "derive_arbitrary"
 4788version = "1.4.2"
 4789source = "registry+https://github.com/rust-lang/crates.io-index"
 4790checksum = "1e567bd82dcff979e4b03460c307b3cdc9e96fde3d73bed1496d2bc75d9dd62a"
 4791dependencies = [
 4792 "proc-macro2",
 4793 "quote",
 4794 "syn 2.0.117",
 4795]
 4796
 4797[[package]]
 4798name = "derive_more"
 4799version = "2.1.1"
 4800source = "registry+https://github.com/rust-lang/crates.io-index"
 4801checksum = "d751e9e49156b02b44f9c1815bcb94b984cdcc4396ecc32521c739452808b134"
 4802dependencies = [
 4803 "derive_more-impl",
 4804]
 4805
 4806[[package]]
 4807name = "derive_more-impl"
 4808version = "2.1.1"
 4809source = "registry+https://github.com/rust-lang/crates.io-index"
 4810checksum = "799a97264921d8623a957f6c3b9011f3b5492f557bbb7a5a19b7fa6d06ba8dcb"
 4811dependencies = [
 4812 "convert_case 0.10.0",
 4813 "proc-macro2",
 4814 "quote",
 4815 "rustc_version",
 4816 "syn 2.0.117",
 4817 "unicode-xid",
 4818]
 4819
 4820[[package]]
 4821name = "derive_refineable"
 4822version = "0.1.0"
 4823dependencies = [
 4824 "proc-macro2",
 4825 "quote",
 4826 "syn 2.0.117",
 4827]
 4828
 4829[[package]]
 4830name = "derive_setters"
 4831version = "0.1.9"
 4832source = "registry+https://github.com/rust-lang/crates.io-index"
 4833checksum = "b7e6f6fa1f03c14ae082120b84b3c7fbd7b8588d924cf2d7c3daf9afd49df8b9"
 4834dependencies = [
 4835 "darling 0.21.3",
 4836 "proc-macro2",
 4837 "quote",
 4838 "syn 2.0.117",
 4839]
 4840
 4841[[package]]
 4842name = "dev_container"
 4843version = "0.1.0"
 4844dependencies = [
 4845 "async-tar",
 4846 "async-trait",
 4847 "env_logger 0.11.8",
 4848 "fs",
 4849 "futures 0.3.32",
 4850 "gpui",
 4851 "http 1.3.1",
 4852 "http_client",
 4853 "log",
 4854 "menu",
 4855 "paths",
 4856 "picker",
 4857 "project",
 4858 "regex",
 4859 "serde",
 4860 "serde_json",
 4861 "serde_json_lenient",
 4862 "settings",
 4863 "shlex",
 4864 "ui",
 4865 "util",
 4866 "walkdir",
 4867 "workspace",
 4868 "worktree",
 4869]
 4870
 4871[[package]]
 4872name = "diagnostics"
 4873version = "0.1.0"
 4874dependencies = [
 4875 "anyhow",
 4876 "collections",
 4877 "component",
 4878 "ctor",
 4879 "editor",
 4880 "gpui",
 4881 "indoc",
 4882 "itertools 0.14.0",
 4883 "language",
 4884 "log",
 4885 "lsp",
 4886 "markdown",
 4887 "pretty_assertions",
 4888 "project",
 4889 "rand 0.9.3",
 4890 "serde",
 4891 "serde_json",
 4892 "settings",
 4893 "text",
 4894 "theme",
 4895 "theme_settings",
 4896 "ui",
 4897 "unindent",
 4898 "util",
 4899 "workspace",
 4900 "zed_actions",
 4901 "zlog",
 4902]
 4903
 4904[[package]]
 4905name = "dialoguer"
 4906version = "0.12.0"
 4907source = "registry+https://github.com/rust-lang/crates.io-index"
 4908checksum = "25f104b501bf2364e78d0d3974cbc774f738f5865306ed128e1e0d7499c0ad96"
 4909dependencies = [
 4910 "console",
 4911 "shell-words",
 4912]
 4913
 4914[[package]]
 4915name = "diff"
 4916version = "0.1.13"
 4917source = "registry+https://github.com/rust-lang/crates.io-index"
 4918checksum = "56254986775e3233ffa9c4d7d3faaf6d36a2c09d30b20687e9f88bc8bafc16c8"
 4919
 4920[[package]]
 4921name = "diffy"
 4922version = "0.4.2"
 4923source = "registry+https://github.com/rust-lang/crates.io-index"
 4924checksum = "b545b8c50194bdd008283985ab0b31dba153cfd5b3066a92770634fbc0d7d291"
 4925dependencies = [
 4926 "nu-ansi-term",
 4927]
 4928
 4929[[package]]
 4930name = "digest"
 4931version = "0.10.7"
 4932source = "registry+https://github.com/rust-lang/crates.io-index"
 4933checksum = "9ed9a281f7bc9b7576e61468ba615a66a5c8cfdff42420a70aa82701a3b1e292"
 4934dependencies = [
 4935 "block-buffer",
 4936 "const-oid",
 4937 "crypto-common",
 4938 "subtle",
 4939]
 4940
 4941[[package]]
 4942name = "dirs"
 4943version = "6.0.0"
 4944source = "registry+https://github.com/rust-lang/crates.io-index"
 4945checksum = "c3e8aa94d75141228480295a7d0e7feb620b1a5ad9f12bc40be62411e38cce4e"
 4946dependencies = [
 4947 "dirs-sys",
 4948]
 4949
 4950[[package]]
 4951name = "dirs-sys"
 4952version = "0.5.0"
 4953source = "registry+https://github.com/rust-lang/crates.io-index"
 4954checksum = "e01a3366d27ee9890022452ee61b2b63a67e6f13f58900b651ff5665f0bb1fab"
 4955dependencies = [
 4956 "libc",
 4957 "option-ext",
 4958 "redox_users",
 4959 "windows-sys 0.61.2",
 4960]
 4961
 4962[[package]]
 4963name = "dispatch"
 4964version = "0.2.0"
 4965source = "registry+https://github.com/rust-lang/crates.io-index"
 4966checksum = "bd0c93bb4b0c6d9b77f4435b0ae98c24d17f1c45b2ff844c6151a07256ca923b"
 4967
 4968[[package]]
 4969name = "dispatch2"
 4970version = "0.3.1"
 4971source = "registry+https://github.com/rust-lang/crates.io-index"
 4972checksum = "1e0e367e4e7da84520dedcac1901e4da967309406d1e51017ae1abfb97adbd38"
 4973dependencies = [
 4974 "bitflags 2.10.0",
 4975 "block2",
 4976 "libc",
 4977 "objc2",
 4978]
 4979
 4980[[package]]
 4981name = "displaydoc"
 4982version = "0.2.5"
 4983source = "registry+https://github.com/rust-lang/crates.io-index"
 4984checksum = "97369cbbc041bc366949bc74d34658d6cda5621039731c6310521892a3a20ae0"
 4985dependencies = [
 4986 "proc-macro2",
 4987 "quote",
 4988 "syn 2.0.117",
 4989]
 4990
 4991[[package]]
 4992name = "dlib"
 4993version = "0.5.2"
 4994source = "registry+https://github.com/rust-lang/crates.io-index"
 4995checksum = "330c60081dcc4c72131f8eb70510f1ac07223e5d4163db481a04a0befcffa412"
 4996dependencies = [
 4997 "libloading",
 4998]
 4999
 5000[[package]]
 5001name = "docs_preprocessor"
 5002version = "0.1.0"
 5003dependencies = [
 5004 "anyhow",
 5005 "collections",
 5006 "jsonschema",
 5007 "mdbook",
 5008 "regex",
 5009 "schemars",
 5010 "serde",
 5011 "serde_json",
 5012 "settings",
 5013 "task",
 5014 "theme",
 5015 "util",
 5016 "zlog",
 5017]
 5018
 5019[[package]]
 5020name = "document-features"
 5021version = "0.2.12"
 5022source = "registry+https://github.com/rust-lang/crates.io-index"
 5023checksum = "d4b8a88685455ed29a21542a33abd9cb6510b6b129abadabdcef0f4c55bc8f61"
 5024dependencies = [
 5025 "litrs",
 5026]
 5027
 5028[[package]]
 5029name = "documented"
 5030version = "0.9.2"
 5031source = "registry+https://github.com/rust-lang/crates.io-index"
 5032checksum = "ed6b3e31251e87acd1b74911aed84071c8364fc9087972748ade2f1094ccce34"
 5033dependencies = [
 5034 "documented-macros",
 5035 "phf 0.12.1",
 5036 "thiserror 2.0.17",
 5037]
 5038
 5039[[package]]
 5040name = "documented-macros"
 5041version = "0.9.2"
 5042source = "registry+https://github.com/rust-lang/crates.io-index"
 5043checksum = "1149cf7462e5e79e17a3c05fd5b1f9055092bbfa95e04c319395c3beacc9370f"
 5044dependencies = [
 5045 "convert_case 0.8.0",
 5046 "itertools 0.14.0",
 5047 "optfield",
 5048 "proc-macro2",
 5049 "quote",
 5050 "strum 0.27.2",
 5051 "syn 2.0.117",
 5052]
 5053
 5054[[package]]
 5055name = "dotenvy"
 5056version = "0.15.7"
 5057source = "registry+https://github.com/rust-lang/crates.io-index"
 5058checksum = "1aaf95b3e5c8f23aa320147307562d361db0ae0d51242340f558153b4eb2439b"
 5059
 5060[[package]]
 5061name = "downcast-rs"
 5062version = "1.2.1"
 5063source = "registry+https://github.com/rust-lang/crates.io-index"
 5064checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
 5065
 5066[[package]]
 5067name = "doxygen-rs"
 5068version = "0.4.2"
 5069source = "registry+https://github.com/rust-lang/crates.io-index"
 5070checksum = "415b6ec780d34dcf624666747194393603d0373b7141eef01d12ee58881507d9"
 5071dependencies = [
 5072 "phf 0.11.3",
 5073]
 5074
 5075[[package]]
 5076name = "dtoa"
 5077version = "1.0.10"
 5078source = "registry+https://github.com/rust-lang/crates.io-index"
 5079checksum = "d6add3b8cff394282be81f3fc1a0605db594ed69890078ca6e2cab1c408bcf04"
 5080
 5081[[package]]
 5082name = "dtoa-short"
 5083version = "0.3.5"
 5084source = "registry+https://github.com/rust-lang/crates.io-index"
 5085checksum = "cd1511a7b6a56299bd043a9c167a6d2bfb37bf84a6dfceaba651168adfb43c87"
 5086dependencies = [
 5087 "dtoa",
 5088]
 5089
 5090[[package]]
 5091name = "dtor"
 5092version = "0.0.6"
 5093source = "registry+https://github.com/rust-lang/crates.io-index"
 5094checksum = "97cbdf2ad6846025e8e25df05171abfb30e3ababa12ee0a0e44b9bbe570633a8"
 5095dependencies = [
 5096 "dtor-proc-macro",
 5097]
 5098
 5099[[package]]
 5100name = "dtor-proc-macro"
 5101version = "0.0.5"
 5102source = "registry+https://github.com/rust-lang/crates.io-index"
 5103checksum = "7454e41ff9012c00d53cf7f475c5e3afa3b91b7c90568495495e8d9bf47a1055"
 5104
 5105[[package]]
 5106name = "dunce"
 5107version = "1.0.5"
 5108source = "registry+https://github.com/rust-lang/crates.io-index"
 5109checksum = "92773504d58c093f6de2459af4af33faa518c13451eb8f2b5698ed3d36e7c813"
 5110
 5111[[package]]
 5112name = "dwrote"
 5113version = "0.11.5"
 5114source = "registry+https://github.com/rust-lang/crates.io-index"
 5115checksum = "9e1b35532432acc8b19ceed096e35dfa088d3ea037fe4f3c085f1f97f33b4d02"
 5116dependencies = [
 5117 "lazy_static",
 5118 "libc",
 5119 "winapi",
 5120 "wio",
 5121]
 5122
 5123[[package]]
 5124name = "dyn-clone"
 5125version = "1.0.20"
 5126source = "registry+https://github.com/rust-lang/crates.io-index"
 5127checksum = "d0881ea181b1df73ff77ffaaf9c7544ecc11e82fba9b5f27b262a3c73a332555"
 5128
 5129[[package]]
 5130name = "dyn-stack"
 5131version = "0.10.0"
 5132source = "registry+https://github.com/rust-lang/crates.io-index"
 5133checksum = "56e53799688f5632f364f8fb387488dd05db9fe45db7011be066fc20e7027f8b"
 5134dependencies = [
 5135 "bytemuck",
 5136 "reborrow",
 5137]
 5138
 5139[[package]]
 5140name = "dyn-stack"
 5141version = "0.13.2"
 5142source = "registry+https://github.com/rust-lang/crates.io-index"
 5143checksum = "1c4713e43e2886ba72b8271aa66c93d722116acf7a75555cce11dcde84388fe8"
 5144dependencies = [
 5145 "bytemuck",
 5146 "dyn-stack-macros",
 5147]
 5148
 5149[[package]]
 5150name = "dyn-stack-macros"
 5151version = "0.1.3"
 5152source = "registry+https://github.com/rust-lang/crates.io-index"
 5153checksum = "e1d926b4d407d372f141f93bb444696142c29d32962ccbd3531117cf3aa0bfa9"
 5154
 5155[[package]]
 5156name = "ec4rs"
 5157version = "1.2.0"
 5158source = "registry+https://github.com/rust-lang/crates.io-index"
 5159checksum = "3b31a881d38439026e3d5dd938ab20328d36e23caca8fd5981c42e4b677f5842"
 5160
 5161[[package]]
 5162name = "ecdsa"
 5163version = "0.14.8"
 5164source = "registry+https://github.com/rust-lang/crates.io-index"
 5165checksum = "413301934810f597c1d19ca71c8710e99a3f1ba28a0d2ebc01551a2daeea3c5c"
 5166dependencies = [
 5167 "der 0.6.1",
 5168 "elliptic-curve",
 5169 "rfc6979",
 5170 "signature 1.6.4",
 5171]
 5172
 5173[[package]]
 5174name = "edit_prediction"
 5175version = "0.1.0"
 5176dependencies = [
 5177 "ai_onboarding",
 5178 "anyhow",
 5179 "buffer_diff",
 5180 "client",
 5181 "clock",
 5182 "cloud_api_client",
 5183 "cloud_api_types",
 5184 "cloud_llm_client",
 5185 "collections",
 5186 "copilot",
 5187 "copilot_ui",
 5188 "credentials_provider",
 5189 "criterion",
 5190 "ctor",
 5191 "db",
 5192 "edit_prediction_context",
 5193 "edit_prediction_metrics",
 5194 "edit_prediction_types",
 5195 "feature_flags",
 5196 "fs",
 5197 "futures 0.3.32",
 5198 "gpui",
 5199 "heapless",
 5200 "indoc",
 5201 "itertools 0.14.0",
 5202 "language",
 5203 "language_model",
 5204 "languages",
 5205 "log",
 5206 "lsp",
 5207 "menu",
 5208 "node_runtime",
 5209 "open_ai",
 5210 "parking_lot",
 5211 "postage",
 5212 "pretty_assertions",
 5213 "project",
 5214 "pulldown-cmark 0.13.0",
 5215 "rand 0.9.3",
 5216 "regex",
 5217 "release_channel",
 5218 "semver",
 5219 "serde",
 5220 "serde_json",
 5221 "settings",
 5222 "strum 0.27.2",
 5223 "telemetry",
 5224 "telemetry_events",
 5225 "text",
 5226 "thiserror 2.0.17",
 5227 "time",
 5228 "toml 0.8.23",
 5229 "ui",
 5230 "util",
 5231 "uuid",
 5232 "workspace",
 5233 "worktree",
 5234 "zed_actions",
 5235 "zed_credentials_provider",
 5236 "zeta_prompt",
 5237 "zlog",
 5238 "zstd",
 5239]
 5240
 5241[[package]]
 5242name = "edit_prediction_cli"
 5243version = "0.1.0"
 5244dependencies = [
 5245 "anthropic",
 5246 "anyhow",
 5247 "chrono",
 5248 "clap",
 5249 "client",
 5250 "cloud_llm_client",
 5251 "collections",
 5252 "db",
 5253 "debug_adapter_extension",
 5254 "dirs",
 5255 "edit_prediction",
 5256 "edit_prediction_metrics",
 5257 "extension",
 5258 "flate2",
 5259 "fs",
 5260 "futures 0.3.32",
 5261 "gaoya",
 5262 "gpui",
 5263 "gpui_platform",
 5264 "gpui_tokio",
 5265 "http_client",
 5266 "indoc",
 5267 "language",
 5268 "language_extension",
 5269 "language_model",
 5270 "language_models",
 5271 "languages",
 5272 "libc",
 5273 "log",
 5274 "node_runtime",
 5275 "open_ai",
 5276 "paths",
 5277 "pretty_assertions",
 5278 "project",
 5279 "prompt_store",
 5280 "rand 0.9.3",
 5281 "release_channel",
 5282 "reqwest_client",
 5283 "rust-embed",
 5284 "serde",
 5285 "serde_json",
 5286 "settings",
 5287 "shellexpand",
 5288 "similar",
 5289 "smol",
 5290 "sqlez",
 5291 "sqlez_macros",
 5292 "strum 0.27.2",
 5293 "telemetry_events",
 5294 "tempfile",
 5295 "terminal_view",
 5296 "toml 0.8.23",
 5297 "util",
 5298 "wasmtime",
 5299 "watch",
 5300 "workspace",
 5301 "zeta_prompt",
 5302]
 5303
 5304[[package]]
 5305name = "edit_prediction_context"
 5306version = "0.1.0"
 5307dependencies = [
 5308 "anyhow",
 5309 "clock",
 5310 "collections",
 5311 "env_logger 0.11.8",
 5312 "futures 0.3.32",
 5313 "gpui",
 5314 "indoc",
 5315 "language",
 5316 "log",
 5317 "lsp",
 5318 "parking_lot",
 5319 "pretty_assertions",
 5320 "project",
 5321 "serde",
 5322 "serde_json",
 5323 "settings",
 5324 "smallvec",
 5325 "text",
 5326 "tree-sitter",
 5327 "util",
 5328 "zeta_prompt",
 5329]
 5330
 5331[[package]]
 5332name = "edit_prediction_metrics"
 5333version = "0.1.0"
 5334dependencies = [
 5335 "indoc",
 5336 "language",
 5337 "pretty_assertions",
 5338 "serde",
 5339 "similar",
 5340 "tree-sitter",
 5341 "zeta_prompt",
 5342]
 5343
 5344[[package]]
 5345name = "edit_prediction_types"
 5346version = "0.1.0"
 5347dependencies = [
 5348 "client",
 5349 "gpui",
 5350 "icons",
 5351 "language",
 5352 "text",
 5353]
 5354
 5355[[package]]
 5356name = "edit_prediction_ui"
 5357version = "0.1.0"
 5358dependencies = [
 5359 "anyhow",
 5360 "buffer_diff",
 5361 "client",
 5362 "cloud_llm_client",
 5363 "codestral",
 5364 "collections",
 5365 "command_palette_hooks",
 5366 "copilot",
 5367 "copilot_chat",
 5368 "copilot_ui",
 5369 "edit_prediction",
 5370 "edit_prediction_types",
 5371 "editor",
 5372 "feature_flags",
 5373 "fs",
 5374 "futures 0.3.32",
 5375 "gpui",
 5376 "indoc",
 5377 "language",
 5378 "markdown",
 5379 "menu",
 5380 "multi_buffer",
 5381 "paths",
 5382 "project",
 5383 "regex",
 5384 "settings",
 5385 "telemetry",
 5386 "text",
 5387 "theme",
 5388 "theme_settings",
 5389 "time",
 5390 "ui",
 5391 "util",
 5392 "workspace",
 5393 "zed_actions",
 5394 "zeta_prompt",
 5395]
 5396
 5397[[package]]
 5398name = "editor"
 5399version = "0.1.0"
 5400dependencies = [
 5401 "aho-corasick",
 5402 "anyhow",
 5403 "assets",
 5404 "breadcrumbs",
 5405 "buffer_diff",
 5406 "client",
 5407 "clock",
 5408 "collections",
 5409 "convert_case 0.8.0",
 5410 "criterion",
 5411 "ctor",
 5412 "dap",
 5413 "db",
 5414 "edit_prediction_types",
 5415 "emojis",
 5416 "feature_flags",
 5417 "file_icons",
 5418 "fs",
 5419 "futures 0.3.32",
 5420 "fuzzy",
 5421 "git",
 5422 "gpui",
 5423 "indoc",
 5424 "itertools 0.14.0",
 5425 "language",
 5426 "languages",
 5427 "linkify",
 5428 "log",
 5429 "lsp",
 5430 "markdown",
 5431 "menu",
 5432 "multi_buffer",
 5433 "ordered-float 2.10.1",
 5434 "parking_lot",
 5435 "pretty_assertions",
 5436 "project",
 5437 "proptest",
 5438 "proptest-derive",
 5439 "rand 0.9.3",
 5440 "regex",
 5441 "release_channel",
 5442 "rope",
 5443 "rpc",
 5444 "schemars",
 5445 "semver",
 5446 "serde",
 5447 "serde_json",
 5448 "settings",
 5449 "smallvec",
 5450 "smol",
 5451 "snippet",
 5452 "sum_tree",
 5453 "task",
 5454 "telemetry",
 5455 "text",
 5456 "theme",
 5457 "theme_settings",
 5458 "time",
 5459 "tracing",
 5460 "tree-sitter-bash",
 5461 "tree-sitter-c",
 5462 "tree-sitter-html",
 5463 "tree-sitter-md",
 5464 "tree-sitter-python",
 5465 "tree-sitter-rust",
 5466 "tree-sitter-typescript",
 5467 "tree-sitter-yaml",
 5468 "ui",
 5469 "ui_input",
 5470 "unicode-script",
 5471 "unicode-segmentation",
 5472 "unicode-width",
 5473 "unindent",
 5474 "url",
 5475 "util",
 5476 "uuid",
 5477 "vim_mode_setting",
 5478 "workspace",
 5479 "zed_actions",
 5480 "zlog",
 5481 "ztracing",
 5482]
 5483
 5484[[package]]
 5485name = "either"
 5486version = "1.15.0"
 5487source = "registry+https://github.com/rust-lang/crates.io-index"
 5488checksum = "48c757948c5ede0e46177b7add2e67155f70e33c07fea8284df6576da70b3719"
 5489dependencies = [
 5490 "serde",
 5491]
 5492
 5493[[package]]
 5494name = "elasticlunr-rs"
 5495version = "3.0.2"
 5496source = "registry+https://github.com/rust-lang/crates.io-index"
 5497checksum = "41e83863a500656dfa214fee6682de9c5b9f03de6860fec531235ed2ae9f6571"
 5498dependencies = [
 5499 "regex",
 5500 "serde",
 5501 "serde_derive",
 5502 "serde_json",
 5503]
 5504
 5505[[package]]
 5506name = "elliptic-curve"
 5507version = "0.12.3"
 5508source = "registry+https://github.com/rust-lang/crates.io-index"
 5509checksum = "e7bb888ab5300a19b8e5bceef25ac745ad065f3c9f7efc6de1b91958110891d3"
 5510dependencies = [
 5511 "base16ct",
 5512 "crypto-bigint 0.4.9",
 5513 "der 0.6.1",
 5514 "digest",
 5515 "ff",
 5516 "generic-array",
 5517 "group",
 5518 "pkcs8 0.9.0",
 5519 "rand_core 0.6.4",
 5520 "sec1",
 5521 "subtle",
 5522 "zeroize",
 5523]
 5524
 5525[[package]]
 5526name = "email_address"
 5527version = "0.2.9"
 5528source = "registry+https://github.com/rust-lang/crates.io-index"
 5529checksum = "e079f19b08ca6239f47f8ba8509c11cf3ea30095831f7fed61441475edd8c449"
 5530dependencies = [
 5531 "serde",
 5532]
 5533
 5534[[package]]
 5535name = "embed-resource"
 5536version = "3.0.6"
 5537source = "registry+https://github.com/rust-lang/crates.io-index"
 5538checksum = "55a075fc573c64510038d7ee9abc7990635863992f83ebc52c8b433b8411a02e"
 5539dependencies = [
 5540 "cc",
 5541 "memchr",
 5542 "rustc_version",
 5543 "toml 0.9.8",
 5544 "vswhom",
 5545 "winreg 0.55.0",
 5546]
 5547
 5548[[package]]
 5549name = "embedded-io"
 5550version = "0.4.0"
 5551source = "registry+https://github.com/rust-lang/crates.io-index"
 5552checksum = "ef1a6892d9eef45c8fa6b9e0086428a2cca8491aca8f787c534a3d6d0bcb3ced"
 5553
 5554[[package]]
 5555name = "embedded-io"
 5556version = "0.6.1"
 5557source = "registry+https://github.com/rust-lang/crates.io-index"
 5558checksum = "edd0f118536f44f5ccd48bcb8b111bdc3de888b58c74639dfb034a357d0f206d"
 5559
 5560[[package]]
 5561name = "emojis"
 5562version = "0.6.4"
 5563source = "registry+https://github.com/rust-lang/crates.io-index"
 5564checksum = "99e1f1df1f181f2539bac8bf027d31ca5ffbf9e559e3f2d09413b9107b5c02f4"
 5565dependencies = [
 5566 "phf 0.11.3",
 5567]
 5568
 5569[[package]]
 5570name = "encode_unicode"
 5571version = "1.0.0"
 5572source = "registry+https://github.com/rust-lang/crates.io-index"
 5573checksum = "34aa73646ffb006b8f5147f3dc182bd4bcb190227ce861fc4a4844bf8e3cb2c0"
 5574
 5575[[package]]
 5576name = "encoding_rs"
 5577version = "0.8.35"
 5578source = "registry+https://github.com/rust-lang/crates.io-index"
 5579checksum = "75030f3c4f45dafd7586dd6780965a8c7e8e285a5ecb86713e63a79c5b2766f3"
 5580dependencies = [
 5581 "cfg-if",
 5582]
 5583
 5584[[package]]
 5585name = "encoding_selector"
 5586version = "0.1.0"
 5587dependencies = [
 5588 "editor",
 5589 "encoding_rs",
 5590 "fuzzy",
 5591 "gpui",
 5592 "language",
 5593 "picker",
 5594 "project",
 5595 "ui",
 5596 "util",
 5597 "workspace",
 5598]
 5599
 5600[[package]]
 5601name = "endi"
 5602version = "1.1.0"
 5603source = "registry+https://github.com/rust-lang/crates.io-index"
 5604checksum = "a3d8a32ae18130a3c84dd492d4215c3d913c3b07c6b63c2eb3eb7ff1101ab7bf"
 5605
 5606[[package]]
 5607name = "enum-as-inner"
 5608version = "0.6.1"
 5609source = "registry+https://github.com/rust-lang/crates.io-index"
 5610checksum = "a1e6a265c649f3f5979b601d26f1d05ada116434c87741c9493cb56218f76cbc"
 5611dependencies = [
 5612 "heck 0.5.0",
 5613 "proc-macro2",
 5614 "quote",
 5615 "syn 2.0.117",
 5616]
 5617
 5618[[package]]
 5619name = "enumflags2"
 5620version = "0.7.12"
 5621source = "registry+https://github.com/rust-lang/crates.io-index"
 5622checksum = "1027f7680c853e056ebcec683615fb6fbbc07dbaa13b4d5d9442b146ded4ecef"
 5623dependencies = [
 5624 "enumflags2_derive",
 5625 "serde",
 5626]
 5627
 5628[[package]]
 5629name = "enumflags2_derive"
 5630version = "0.7.12"
 5631source = "registry+https://github.com/rust-lang/crates.io-index"
 5632checksum = "67c78a4d8fdf9953a5c9d458f9efe940fd97a0cab0941c075a813ac594733827"
 5633dependencies = [
 5634 "proc-macro2",
 5635 "quote",
 5636 "syn 2.0.117",
 5637]
 5638
 5639[[package]]
 5640name = "env_filter"
 5641version = "0.1.4"
 5642source = "registry+https://github.com/rust-lang/crates.io-index"
 5643checksum = "1bf3c259d255ca70051b30e2e95b5446cdb8949ac4cd22c0d7fd634d89f568e2"
 5644dependencies = [
 5645 "log",
 5646 "regex",
 5647]
 5648
 5649[[package]]
 5650name = "env_logger"
 5651version = "0.10.2"
 5652source = "registry+https://github.com/rust-lang/crates.io-index"
 5653checksum = "4cd405aab171cb85d6735e5c8d9db038c17d3ca007a4d2c25f337935c3d90580"
 5654dependencies = [
 5655 "humantime",
 5656 "is-terminal",
 5657 "log",
 5658 "regex",
 5659 "termcolor",
 5660]
 5661
 5662[[package]]
 5663name = "env_logger"
 5664version = "0.11.8"
 5665source = "registry+https://github.com/rust-lang/crates.io-index"
 5666checksum = "13c863f0904021b108aa8b2f55046443e6b1ebde8fd4a15c399893aae4fa069f"
 5667dependencies = [
 5668 "anstream",
 5669 "anstyle",
 5670 "env_filter",
 5671 "jiff",
 5672 "log",
 5673]
 5674
 5675[[package]]
 5676name = "env_var"
 5677version = "0.1.0"
 5678dependencies = [
 5679 "gpui_shared_string",
 5680]
 5681
 5682[[package]]
 5683name = "envy"
 5684version = "0.4.2"
 5685source = "registry+https://github.com/rust-lang/crates.io-index"
 5686checksum = "3f47e0157f2cb54f5ae1bd371b30a2ae4311e1c028f575cd4e81de7353215965"
 5687dependencies = [
 5688 "serde",
 5689]
 5690
 5691[[package]]
 5692name = "equator"
 5693version = "0.4.2"
 5694source = "registry+https://github.com/rust-lang/crates.io-index"
 5695checksum = "4711b213838dfee0117e3be6ac926007d7f433d7bbe33595975d4190cb07e6fc"
 5696dependencies = [
 5697 "equator-macro",
 5698]
 5699
 5700[[package]]
 5701name = "equator-macro"
 5702version = "0.4.2"
 5703source = "registry+https://github.com/rust-lang/crates.io-index"
 5704checksum = "44f23cf4b44bfce11a86ace86f8a73ffdec849c9fd00a386a53d278bd9e81fb3"
 5705dependencies = [
 5706 "proc-macro2",
 5707 "quote",
 5708 "syn 2.0.117",
 5709]
 5710
 5711[[package]]
 5712name = "equivalent"
 5713version = "1.0.2"
 5714source = "registry+https://github.com/rust-lang/crates.io-index"
 5715checksum = "877a4ace8713b0bcf2a4e7eec82529c029f1d0619886d18145fea96c3ffe5c0f"
 5716
 5717[[package]]
 5718name = "erased-serde"
 5719version = "0.4.9"
 5720source = "registry+https://github.com/rust-lang/crates.io-index"
 5721checksum = "89e8918065695684b2b0702da20382d5ae6065cf3327bc2d6436bd49a71ce9f3"
 5722dependencies = [
 5723 "serde",
 5724 "serde_core",
 5725 "typeid",
 5726]
 5727
 5728[[package]]
 5729name = "errno"
 5730version = "0.2.8"
 5731source = "registry+https://github.com/rust-lang/crates.io-index"
 5732checksum = "f639046355ee4f37944e44f60642c6f3a7efa3cf6b78c78a0d989a8ce6c396a1"
 5733dependencies = [
 5734 "errno-dragonfly",
 5735 "libc",
 5736 "winapi",
 5737]
 5738
 5739[[package]]
 5740name = "errno"
 5741version = "0.3.14"
 5742source = "registry+https://github.com/rust-lang/crates.io-index"
 5743checksum = "39cab71617ae0d63f51a36d69f866391735b51691dbda63cf6f96d042b63efeb"
 5744dependencies = [
 5745 "libc",
 5746 "windows-sys 0.61.2",
 5747]
 5748
 5749[[package]]
 5750name = "errno-dragonfly"
 5751version = "0.1.2"
 5752source = "registry+https://github.com/rust-lang/crates.io-index"
 5753checksum = "aa68f1b12764fab894d2755d2518754e71b4fd80ecfb822714a1206c2aab39bf"
 5754dependencies = [
 5755 "cc",
 5756 "libc",
 5757]
 5758
 5759[[package]]
 5760name = "error-graph"
 5761version = "0.1.1"
 5762source = "registry+https://github.com/rust-lang/crates.io-index"
 5763checksum = "9b920e777967421aa5f9bf34f842c0ab6ba19b3bdb4a082946093860f5858879"
 5764dependencies = [
 5765 "serde",
 5766]
 5767
 5768[[package]]
 5769name = "etagere"
 5770version = "0.2.15"
 5771source = "registry+https://github.com/rust-lang/crates.io-index"
 5772checksum = "fc89bf99e5dc15954a60f707c1e09d7540e5cd9af85fa75caa0b510bc08c5342"
 5773dependencies = [
 5774 "euclid",
 5775 "svg_fmt",
 5776]
 5777
 5778[[package]]
 5779name = "etcetera"
 5780version = "0.8.0"
 5781source = "registry+https://github.com/rust-lang/crates.io-index"
 5782checksum = "136d1b5283a1ab77bd9257427ffd09d8667ced0570b6f938942bc7568ed5b943"
 5783dependencies = [
 5784 "cfg-if",
 5785 "home",
 5786 "windows-sys 0.48.0",
 5787]
 5788
 5789[[package]]
 5790name = "etw_tracing"
 5791version = "0.1.0"
 5792dependencies = [
 5793 "anyhow",
 5794 "gpui",
 5795 "log",
 5796 "net",
 5797 "serde",
 5798 "serde_json",
 5799 "util",
 5800 "windows 0.61.3",
 5801 "windows-core 0.61.2",
 5802 "workspace",
 5803 "wprcontrol",
 5804]
 5805
 5806[[package]]
 5807name = "euclid"
 5808version = "0.22.11"
 5809source = "registry+https://github.com/rust-lang/crates.io-index"
 5810checksum = "ad9cdb4b747e485a12abb0e6566612956c7a1bafa3bdb8d682c5b6d403589e48"
 5811dependencies = [
 5812 "num-traits",
 5813]
 5814
 5815[[package]]
 5816name = "eval_cli"
 5817version = "0.1.0"
 5818dependencies = [
 5819 "acp_thread",
 5820 "agent",
 5821 "agent-client-protocol",
 5822 "agent_ui",
 5823 "anyhow",
 5824 "clap",
 5825 "client",
 5826 "ctrlc",
 5827 "db",
 5828 "debug_adapter_extension",
 5829 "env_logger 0.11.8",
 5830 "extension",
 5831 "feature_flags",
 5832 "fs",
 5833 "futures 0.3.32",
 5834 "gpui",
 5835 "gpui_platform",
 5836 "gpui_tokio",
 5837 "language",
 5838 "language_extension",
 5839 "language_model",
 5840 "language_models",
 5841 "languages",
 5842 "node_runtime",
 5843 "paths",
 5844 "project",
 5845 "prompt_store",
 5846 "release_channel",
 5847 "reqwest_client",
 5848 "serde",
 5849 "serde_json",
 5850 "settings",
 5851 "shellexpand",
 5852 "terminal_view",
 5853 "util",
 5854 "watch",
 5855]
 5856
 5857[[package]]
 5858name = "eval_utils"
 5859version = "0.1.0"
 5860dependencies = [
 5861 "gpui_platform",
 5862 "serde",
 5863 "smol",
 5864]
 5865
 5866[[package]]
 5867name = "event-listener"
 5868version = "2.5.3"
 5869source = "registry+https://github.com/rust-lang/crates.io-index"
 5870checksum = "0206175f82b8d6bf6652ff7d71a1e27fd2e4efde587fd368662814d6ec1d9ce0"
 5871
 5872[[package]]
 5873name = "event-listener"
 5874version = "5.4.1"
 5875source = "registry+https://github.com/rust-lang/crates.io-index"
 5876checksum = "e13b66accf52311f30a0db42147dadea9850cb48cd070028831ae5f5d4b856ab"
 5877dependencies = [
 5878 "concurrent-queue",
 5879 "parking",
 5880 "pin-project-lite",
 5881]
 5882
 5883[[package]]
 5884name = "event-listener-strategy"
 5885version = "0.5.4"
 5886source = "registry+https://github.com/rust-lang/crates.io-index"
 5887checksum = "8be9f3dfaaffdae2972880079a491a1a8bb7cbed0b8dd7a347f668b4150a3b93"
 5888dependencies = [
 5889 "event-listener 5.4.1",
 5890 "pin-project-lite",
 5891]
 5892
 5893[[package]]
 5894name = "exec"
 5895version = "0.3.1"
 5896source = "registry+https://github.com/rust-lang/crates.io-index"
 5897checksum = "886b70328cba8871bfc025858e1de4be16b1d5088f2ba50b57816f4210672615"
 5898dependencies = [
 5899 "errno 0.2.8",
 5900 "libc",
 5901]
 5902
 5903[[package]]
 5904name = "explorer_command_injector"
 5905version = "0.1.0"
 5906dependencies = [
 5907 "windows 0.61.3",
 5908 "windows-core 0.61.2",
 5909 "windows-registry 0.5.3",
 5910]
 5911
 5912[[package]]
 5913name = "exr"
 5914version = "1.74.0"
 5915source = "registry+https://github.com/rust-lang/crates.io-index"
 5916checksum = "4300e043a56aa2cb633c01af81ca8f699a321879a7854d3896a0ba89056363be"
 5917dependencies = [
 5918 "bit_field",
 5919 "half",
 5920 "lebe",
 5921 "miniz_oxide",
 5922 "rayon-core",
 5923 "smallvec",
 5924 "zune-inflate",
 5925]
 5926
 5927[[package]]
 5928name = "extended"
 5929version = "0.1.0"
 5930source = "registry+https://github.com/rust-lang/crates.io-index"
 5931checksum = "af9673d8203fcb076b19dfd17e38b3d4ae9f44959416ea532ce72415a6020365"
 5932
 5933[[package]]
 5934name = "extension"
 5935version = "0.1.0"
 5936dependencies = [
 5937 "anyhow",
 5938 "async-trait",
 5939 "cloud_api_types",
 5940 "collections",
 5941 "dap",
 5942 "fs",
 5943 "futures 0.3.32",
 5944 "gpui",
 5945 "heck 0.5.0",
 5946 "http_client",
 5947 "indoc",
 5948 "language",
 5949 "log",
 5950 "lsp",
 5951 "parking_lot",
 5952 "pretty_assertions",
 5953 "proto",
 5954 "semver",
 5955 "serde",
 5956 "serde_json",
 5957 "task",
 5958 "tempfile",
 5959 "toml 0.8.23",
 5960 "tracing",
 5961 "url",
 5962 "util",
 5963 "wasm-encoder 0.221.3",
 5964 "wasmparser 0.221.3",
 5965 "ztracing",
 5966]
 5967
 5968[[package]]
 5969name = "extension_cli"
 5970version = "0.1.0"
 5971dependencies = [
 5972 "anyhow",
 5973 "clap",
 5974 "cloud_api_types",
 5975 "env_logger 0.11.8",
 5976 "extension",
 5977 "fs",
 5978 "gpui_platform",
 5979 "language",
 5980 "log",
 5981 "reqwest_client",
 5982 "serde",
 5983 "serde_json",
 5984 "serde_json_lenient",
 5985 "settings_content",
 5986 "snippet_provider",
 5987 "task",
 5988 "theme_settings",
 5989 "tokio",
 5990 "toml 0.8.23",
 5991 "tree-sitter",
 5992 "wasmtime",
 5993]
 5994
 5995[[package]]
 5996name = "extension_host"
 5997version = "0.1.0"
 5998dependencies = [
 5999 "anyhow",
 6000 "async-compression",
 6001 "async-tar",
 6002 "async-trait",
 6003 "client",
 6004 "cloud_api_types",
 6005 "collections",
 6006 "criterion",
 6007 "ctor",
 6008 "dap",
 6009 "extension",
 6010 "fs",
 6011 "futures 0.3.32",
 6012 "gpui",
 6013 "gpui_tokio",
 6014 "http_client",
 6015 "language",
 6016 "language_extension",
 6017 "log",
 6018 "lsp",
 6019 "moka",
 6020 "node_runtime",
 6021 "parking_lot",
 6022 "paths",
 6023 "project",
 6024 "release_channel",
 6025 "remote",
 6026 "reqwest_client",
 6027 "semver",
 6028 "serde",
 6029 "serde_json",
 6030 "serde_json_lenient",
 6031 "settings",
 6032 "task",
 6033 "telemetry",
 6034 "tempfile",
 6035 "theme",
 6036 "theme_extension",
 6037 "theme_settings",
 6038 "toml 0.8.23",
 6039 "tracing",
 6040 "url",
 6041 "util",
 6042 "wasmparser 0.221.3",
 6043 "wasmtime",
 6044 "wasmtime-wasi",
 6045 "zlog",
 6046 "ztracing",
 6047]
 6048
 6049[[package]]
 6050name = "extensions_ui"
 6051version = "0.1.0"
 6052dependencies = [
 6053 "anyhow",
 6054 "client",
 6055 "cloud_api_types",
 6056 "collections",
 6057 "db",
 6058 "editor",
 6059 "extension",
 6060 "extension_host",
 6061 "fs",
 6062 "fuzzy",
 6063 "gpui",
 6064 "language",
 6065 "log",
 6066 "num-format",
 6067 "picker",
 6068 "project",
 6069 "release_channel",
 6070 "semver",
 6071 "serde",
 6072 "settings",
 6073 "smallvec",
 6074 "strum 0.27.2",
 6075 "telemetry",
 6076 "theme_settings",
 6077 "ui",
 6078 "util",
 6079 "vim_mode_setting",
 6080 "workspace",
 6081 "zed_actions",
 6082]
 6083
 6084[[package]]
 6085name = "failspot"
 6086version = "0.2.0"
 6087source = "registry+https://github.com/rust-lang/crates.io-index"
 6088checksum = "c942e64b20ecd39933d5ff938ca4fdb6ef0d298cc3855b231179a5ef0b24948d"
 6089
 6090[[package]]
 6091name = "fallible-iterator"
 6092version = "0.3.0"
 6093source = "registry+https://github.com/rust-lang/crates.io-index"
 6094checksum = "2acce4a10f12dc2fb14a218589d4f1f62ef011b2d0cc4b3cb1bba8e94da14649"
 6095
 6096[[package]]
 6097name = "fancy-regex"
 6098version = "0.16.2"
 6099source = "registry+https://github.com/rust-lang/crates.io-index"
 6100checksum = "998b056554fbe42e03ae0e152895cd1a7e1002aec800fdc6635d20270260c46f"
 6101dependencies = [
 6102 "bit-set 0.8.0",
 6103 "regex-automata",
 6104 "regex-syntax",
 6105]
 6106
 6107[[package]]
 6108name = "fancy-regex"
 6109version = "0.17.0"
 6110source = "registry+https://github.com/rust-lang/crates.io-index"
 6111checksum = "72cf461f865c862bb7dc573f643dd6a2b6842f7c30b07882b56bd148cc2761b8"
 6112dependencies = [
 6113 "bit-set 0.8.0",
 6114 "regex-automata",
 6115 "regex-syntax",
 6116]
 6117
 6118[[package]]
 6119name = "fast-srgb8"
 6120version = "1.0.0"
 6121source = "registry+https://github.com/rust-lang/crates.io-index"
 6122checksum = "dd2e7510819d6fbf51a5545c8f922716ecfb14df168a3242f7d33e0239efe6a1"
 6123
 6124[[package]]
 6125name = "fastrand"
 6126version = "1.9.0"
 6127source = "registry+https://github.com/rust-lang/crates.io-index"
 6128checksum = "e51093e27b0797c359783294ca4f0a911c270184cb10f85783b118614a1501be"
 6129dependencies = [
 6130 "instant",
 6131]
 6132
 6133[[package]]
 6134name = "fastrand"
 6135version = "2.3.0"
 6136source = "registry+https://github.com/rust-lang/crates.io-index"
 6137checksum = "37909eebbb50d72f9059c3b6d82c0463f2ff062c9e95845c43a6c9c0355411be"
 6138
 6139[[package]]
 6140name = "fax"
 6141version = "0.2.6"
 6142source = "registry+https://github.com/rust-lang/crates.io-index"
 6143checksum = "f05de7d48f37cd6730705cbca900770cab77a89f413d23e100ad7fad7795a0ab"
 6144dependencies = [
 6145 "fax_derive",
 6146]
 6147
 6148[[package]]
 6149name = "fax_derive"
 6150version = "0.2.0"
 6151source = "registry+https://github.com/rust-lang/crates.io-index"
 6152checksum = "a0aca10fb742cb43f9e7bb8467c91aa9bcb8e3ffbc6a6f7389bb93ffc920577d"
 6153dependencies = [
 6154 "proc-macro2",
 6155 "quote",
 6156 "syn 2.0.117",
 6157]
 6158
 6159[[package]]
 6160name = "fd-lock"
 6161version = "4.0.4"
 6162source = "registry+https://github.com/rust-lang/crates.io-index"
 6163checksum = "0ce92ff622d6dadf7349484f42c93271a0d49b7cc4d466a936405bacbe10aa78"
 6164dependencies = [
 6165 "cfg-if",
 6166 "rustix 1.1.2",
 6167 "windows-sys 0.59.0",
 6168]
 6169
 6170[[package]]
 6171name = "fdeflate"
 6172version = "0.3.7"
 6173source = "registry+https://github.com/rust-lang/crates.io-index"
 6174checksum = "1e6853b52649d4ac5c0bd02320cddc5ba956bdb407c4b75a2c6b75bf51500f8c"
 6175dependencies = [
 6176 "simd-adler32",
 6177]
 6178
 6179[[package]]
 6180name = "feature_flags"
 6181version = "0.1.0"
 6182dependencies = [
 6183 "gpui",
 6184]
 6185
 6186[[package]]
 6187name = "feedback"
 6188version = "0.1.0"
 6189dependencies = [
 6190 "extension_host",
 6191 "gpui",
 6192 "system_specs",
 6193 "urlencoding",
 6194 "util",
 6195 "workspace",
 6196 "zed_actions",
 6197]
 6198
 6199[[package]]
 6200name = "ff"
 6201version = "0.12.1"
 6202source = "registry+https://github.com/rust-lang/crates.io-index"
 6203checksum = "d013fc25338cc558c5c2cfbad646908fb23591e2404481826742b651c9af7160"
 6204dependencies = [
 6205 "rand_core 0.6.4",
 6206 "subtle",
 6207]
 6208
 6209[[package]]
 6210name = "file_finder"
 6211version = "0.1.0"
 6212dependencies = [
 6213 "anyhow",
 6214 "channel",
 6215 "client",
 6216 "collections",
 6217 "ctor",
 6218 "editor",
 6219 "file_icons",
 6220 "futures 0.3.32",
 6221 "fuzzy",
 6222 "fuzzy_nucleo",
 6223 "gpui",
 6224 "menu",
 6225 "open_path_prompt",
 6226 "picker",
 6227 "pretty_assertions",
 6228 "project",
 6229 "project_panel",
 6230 "remote_connection",
 6231 "serde",
 6232 "serde_json",
 6233 "settings",
 6234 "theme",
 6235 "theme_settings",
 6236 "ui",
 6237 "util",
 6238 "workspace",
 6239 "zed_actions",
 6240 "zlog",
 6241]
 6242
 6243[[package]]
 6244name = "file_icons"
 6245version = "0.1.0"
 6246dependencies = [
 6247 "gpui",
 6248 "serde",
 6249 "theme",
 6250 "util",
 6251]
 6252
 6253[[package]]
 6254name = "filedescriptor"
 6255version = "0.8.3"
 6256source = "registry+https://github.com/rust-lang/crates.io-index"
 6257checksum = "e40758ed24c9b2eeb76c35fb0aebc66c626084edd827e07e1552279814c6682d"
 6258dependencies = [
 6259 "libc",
 6260 "thiserror 1.0.69",
 6261 "winapi",
 6262]
 6263
 6264[[package]]
 6265name = "filetime"
 6266version = "0.2.26"
 6267source = "registry+https://github.com/rust-lang/crates.io-index"
 6268checksum = "bc0505cd1b6fa6580283f6bdf70a73fcf4aba1184038c90902b92b3dd0df63ed"
 6269dependencies = [
 6270 "cfg-if",
 6271 "libc",
 6272 "libredox",
 6273 "windows-sys 0.60.2",
 6274]
 6275
 6276[[package]]
 6277name = "find-msvc-tools"
 6278version = "0.1.5"
 6279source = "registry+https://github.com/rust-lang/crates.io-index"
 6280checksum = "3a3076410a55c90011c298b04d0cfa770b00fa04e1e3c97d3f6c9de105a03844"
 6281
 6282[[package]]
 6283name = "fixedbitset"
 6284version = "0.4.2"
 6285source = "registry+https://github.com/rust-lang/crates.io-index"
 6286checksum = "0ce7134b9999ecaf8bcd65542e436736ef32ddca1b3e06094cb6ec5755203b80"
 6287
 6288[[package]]
 6289name = "fixedbitset"
 6290version = "0.5.7"
 6291source = "registry+https://github.com/rust-lang/crates.io-index"
 6292checksum = "1d674e81391d1e1ab681a28d99df07927c6d4aa5b027d7da16ba32d1d21ecd99"
 6293
 6294[[package]]
 6295name = "flate2"
 6296version = "1.1.8"
 6297source = "registry+https://github.com/rust-lang/crates.io-index"
 6298checksum = "b375d6465b98090a5f25b1c7703f3859783755aa9a80433b36e0379a3ec2f369"
 6299dependencies = [
 6300 "crc32fast",
 6301 "miniz_oxide",
 6302]
 6303
 6304[[package]]
 6305name = "float-cmp"
 6306version = "0.9.0"
 6307source = "registry+https://github.com/rust-lang/crates.io-index"
 6308checksum = "98de4bbd547a563b716d8dfa9aad1cb19bfab00f4fa09a6a4ed21dbcf44ce9c4"
 6309
 6310[[package]]
 6311name = "float-ord"
 6312version = "0.3.2"
 6313source = "registry+https://github.com/rust-lang/crates.io-index"
 6314checksum = "8ce81f49ae8a0482e4c55ea62ebbd7e5a686af544c00b9d090bba3ff9be97b3d"
 6315
 6316[[package]]
 6317name = "float8"
 6318version = "0.4.2"
 6319source = "registry+https://github.com/rust-lang/crates.io-index"
 6320checksum = "4203231de188ebbdfb85c11f3c20ca2b063945710de04e7b59268731e728b462"
 6321dependencies = [
 6322 "half",
 6323 "num-traits",
 6324 "rand 0.9.3",
 6325 "rand_distr",
 6326]
 6327
 6328[[package]]
 6329name = "float_next_after"
 6330version = "1.0.0"
 6331source = "registry+https://github.com/rust-lang/crates.io-index"
 6332checksum = "8bf7cc16383c4b8d58b9905a8509f02926ce3058053c056376248d958c9df1e8"
 6333
 6334[[package]]
 6335name = "fluent-uri"
 6336version = "0.4.1"
 6337source = "registry+https://github.com/rust-lang/crates.io-index"
 6338checksum = "bc74ac4d8359ae70623506d512209619e5cf8f347124910440dbc221714b328e"
 6339dependencies = [
 6340 "borrow-or-share",
 6341 "ref-cast",
 6342 "serde",
 6343]
 6344
 6345[[package]]
 6346name = "flume"
 6347version = "0.11.1"
 6348source = "registry+https://github.com/rust-lang/crates.io-index"
 6349checksum = "da0e4dd2a88388a1f4ccc7c9ce104604dab68d9f408dc34cd45823d5a9069095"
 6350dependencies = [
 6351 "futures-core",
 6352 "futures-sink",
 6353 "nanorand",
 6354 "spin 0.9.8",
 6355]
 6356
 6357[[package]]
 6358name = "fnv"
 6359version = "1.0.7"
 6360source = "registry+https://github.com/rust-lang/crates.io-index"
 6361checksum = "3f9eec918d3f24069decb9af1554cad7c880e2da24a9afd88aca000531ab82c1"
 6362
 6363[[package]]
 6364name = "foldhash"
 6365version = "0.1.5"
 6366source = "registry+https://github.com/rust-lang/crates.io-index"
 6367checksum = "d9c4f5dac5e15c24eb999c26181a6ca40b39fe946cbe4c263c7209467bc83af2"
 6368
 6369[[package]]
 6370name = "foldhash"
 6371version = "0.2.0"
 6372source = "registry+https://github.com/rust-lang/crates.io-index"
 6373checksum = "77ce24cb58228fbb8aa041425bb1050850ac19177686ea6e0f41a70416f56fdb"
 6374
 6375[[package]]
 6376name = "font-types"
 6377version = "0.10.0"
 6378source = "registry+https://github.com/rust-lang/crates.io-index"
 6379checksum = "511e2c18a516c666d27867d2f9821f76e7d591f762e9fc41dd6cc5c90fe54b0b"
 6380dependencies = [
 6381 "bytemuck",
 6382]
 6383
 6384[[package]]
 6385name = "font-types"
 6386version = "0.11.0"
 6387source = "registry+https://github.com/rust-lang/crates.io-index"
 6388checksum = "b1e4d2d0cf79d38430cc9dc9aadec84774bff2e1ba30ae2bf6c16cfce9385a23"
 6389dependencies = [
 6390 "bytemuck",
 6391]
 6392
 6393[[package]]
 6394name = "fontconfig-parser"
 6395version = "0.5.8"
 6396source = "registry+https://github.com/rust-lang/crates.io-index"
 6397checksum = "bbc773e24e02d4ddd8395fd30dc147524273a83e54e0f312d986ea30de5f5646"
 6398dependencies = [
 6399 "roxmltree",
 6400]
 6401
 6402[[package]]
 6403name = "fontdb"
 6404version = "0.16.2"
 6405source = "registry+https://github.com/rust-lang/crates.io-index"
 6406checksum = "b0299020c3ef3f60f526a4f64ab4a3d4ce116b1acbf24cdd22da0068e5d81dc3"
 6407dependencies = [
 6408 "fontconfig-parser",
 6409 "log",
 6410 "memmap2",
 6411 "slotmap",
 6412 "tinyvec",
 6413 "ttf-parser 0.20.0",
 6414]
 6415
 6416[[package]]
 6417name = "fontdb"
 6418version = "0.23.0"
 6419source = "registry+https://github.com/rust-lang/crates.io-index"
 6420checksum = "457e789b3d1202543297a350643cf459f836cade38934e7a4cf6a39e7cde2905"
 6421dependencies = [
 6422 "fontconfig-parser",
 6423 "log",
 6424 "memmap2",
 6425 "slotmap",
 6426 "tinyvec",
 6427 "ttf-parser 0.25.1",
 6428]
 6429
 6430[[package]]
 6431name = "foreign-types"
 6432version = "0.3.2"
 6433source = "registry+https://github.com/rust-lang/crates.io-index"
 6434checksum = "f6f339eb8adc052cd2ca78910fda869aefa38d22d5cb648e6485e4d3fc06f3b1"
 6435dependencies = [
 6436 "foreign-types-shared 0.1.1",
 6437]
 6438
 6439[[package]]
 6440name = "foreign-types"
 6441version = "0.5.0"
 6442source = "registry+https://github.com/rust-lang/crates.io-index"
 6443checksum = "d737d9aa519fb7b749cbc3b962edcf310a8dd1f4b67c91c4f83975dbdd17d965"
 6444dependencies = [
 6445 "foreign-types-macros",
 6446 "foreign-types-shared 0.3.1",
 6447]
 6448
 6449[[package]]
 6450name = "foreign-types-macros"
 6451version = "0.2.3"
 6452source = "registry+https://github.com/rust-lang/crates.io-index"
 6453checksum = "1a5c6c585bc94aaf2c7b51dd4c2ba22680844aba4c687be581871a6f518c5742"
 6454dependencies = [
 6455 "proc-macro2",
 6456 "quote",
 6457 "syn 2.0.117",
 6458]
 6459
 6460[[package]]
 6461name = "foreign-types-shared"
 6462version = "0.1.1"
 6463source = "registry+https://github.com/rust-lang/crates.io-index"
 6464checksum = "00b0228411908ca8685dba7fc2cdd70ec9990a6e753e89b6ac91a84c40fbaf4b"
 6465
 6466[[package]]
 6467name = "foreign-types-shared"
 6468version = "0.3.1"
 6469source = "registry+https://github.com/rust-lang/crates.io-index"
 6470checksum = "aa9a19cbb55df58761df49b23516a86d432839add4af60fc256da840f66ed35b"
 6471
 6472[[package]]
 6473name = "fork"
 6474version = "0.4.0"
 6475source = "registry+https://github.com/rust-lang/crates.io-index"
 6476checksum = "30268f1eefccc9d72f43692e8b89e659aeb52e84016c3b32b6e7e9f1c8f38f94"
 6477dependencies = [
 6478 "libc",
 6479]
 6480
 6481[[package]]
 6482name = "form_urlencoded"
 6483version = "1.2.2"
 6484source = "registry+https://github.com/rust-lang/crates.io-index"
 6485checksum = "cb4cb245038516f5f85277875cdaa4f7d2c9a0fa0468de06ed190163b1581fcf"
 6486dependencies = [
 6487 "percent-encoding",
 6488]
 6489
 6490[[package]]
 6491name = "fraction"
 6492version = "0.15.3"
 6493source = "registry+https://github.com/rust-lang/crates.io-index"
 6494checksum = "0f158e3ff0a1b334408dc9fb811cd99b446986f4d8b741bb08f9df1604085ae7"
 6495dependencies = [
 6496 "lazy_static",
 6497 "num",
 6498]
 6499
 6500[[package]]
 6501name = "freetype-sys"
 6502version = "0.20.1"
 6503source = "registry+https://github.com/rust-lang/crates.io-index"
 6504checksum = "0e7edc5b9669349acfda99533e9e0bcf26a51862ab43b08ee7745c55d28eb134"
 6505dependencies = [
 6506 "cc",
 6507 "libc",
 6508 "pkg-config",
 6509]
 6510
 6511[[package]]
 6512name = "fs"
 6513version = "0.1.0"
 6514dependencies = [
 6515 "anyhow",
 6516 "ashpd",
 6517 "async-tar",
 6518 "async-trait",
 6519 "collections",
 6520 "dunce",
 6521 "fs",
 6522 "futures 0.3.32",
 6523 "git",
 6524 "gpui",
 6525 "ignore",
 6526 "is_executable",
 6527 "libc",
 6528 "log",
 6529 "notify 8.2.0",
 6530 "parking_lot",
 6531 "paths",
 6532 "proto",
 6533 "rope",
 6534 "serde",
 6535 "serde_json",
 6536 "smol",
 6537 "tempfile",
 6538 "text",
 6539 "thiserror 2.0.17",
 6540 "time",
 6541 "trash",
 6542 "util",
 6543 "windows 0.61.3",
 6544]
 6545
 6546[[package]]
 6547name = "fs-set-times"
 6548version = "0.20.3"
 6549source = "registry+https://github.com/rust-lang/crates.io-index"
 6550checksum = "94e7099f6313ecacbe1256e8ff9d617b75d1bcb16a6fddef94866d225a01a14a"
 6551dependencies = [
 6552 "io-lifetimes",
 6553 "rustix 1.1.2",
 6554 "windows-sys 0.59.0",
 6555]
 6556
 6557[[package]]
 6558name = "fs2"
 6559version = "0.4.3"
 6560source = "registry+https://github.com/rust-lang/crates.io-index"
 6561checksum = "9564fc758e15025b46aa6643b1b77d047d1a56a1aea6e01002ac0c7026876213"
 6562dependencies = [
 6563 "libc",
 6564 "winapi",
 6565]
 6566
 6567[[package]]
 6568name = "fs_benchmarks"
 6569version = "0.1.0"
 6570dependencies = [
 6571 "fs",
 6572 "gpui",
 6573 "gpui_platform",
 6574]
 6575
 6576[[package]]
 6577name = "fs_extra"
 6578version = "1.3.0"
 6579source = "registry+https://github.com/rust-lang/crates.io-index"
 6580checksum = "42703706b716c37f96a77aea830392ad231f44c9e9a67872fa5548707e11b11c"
 6581
 6582[[package]]
 6583name = "fsevent-sys"
 6584version = "4.1.0"
 6585source = "registry+https://github.com/rust-lang/crates.io-index"
 6586checksum = "76ee7a02da4d231650c7cea31349b889be2f45ddb3ef3032d2ec8185f6313fd2"
 6587dependencies = [
 6588 "libc",
 6589]
 6590
 6591[[package]]
 6592name = "fuchsia-cprng"
 6593version = "0.1.1"
 6594source = "registry+https://github.com/rust-lang/crates.io-index"
 6595checksum = "a06f77d526c1a601b7c4cdd98f54b5eaabffc14d5f2f0296febdc7f357c6d3ba"
 6596
 6597[[package]]
 6598name = "funty"
 6599version = "2.0.0"
 6600source = "registry+https://github.com/rust-lang/crates.io-index"
 6601checksum = "e6d5a32815ae3f33302d95fdcb2ce17862f8c65363dcfd29360480ba1001fc9c"
 6602
 6603[[package]]
 6604name = "futf"
 6605version = "0.1.5"
 6606source = "registry+https://github.com/rust-lang/crates.io-index"
 6607checksum = "df420e2e84819663797d1ec6544b13c5be84629e7bb00dc960d6917db2987843"
 6608dependencies = [
 6609 "mac",
 6610 "new_debug_unreachable",
 6611]
 6612
 6613[[package]]
 6614name = "futures"
 6615version = "0.1.31"
 6616source = "registry+https://github.com/rust-lang/crates.io-index"
 6617checksum = "3a471a38ef8ed83cd6e40aa59c1ffe17db6855c18e3604d9c4ed8c08ebc28678"
 6618
 6619[[package]]
 6620name = "futures"
 6621version = "0.3.32"
 6622source = "registry+https://github.com/rust-lang/crates.io-index"
 6623checksum = "8b147ee9d1f6d097cef9ce628cd2ee62288d963e16fb287bd9286455b241382d"
 6624dependencies = [
 6625 "futures-channel",
 6626 "futures-core",
 6627 "futures-executor",
 6628 "futures-io",
 6629 "futures-sink",
 6630 "futures-task",
 6631 "futures-util",
 6632]
 6633
 6634[[package]]
 6635name = "futures-channel"
 6636version = "0.3.32"
 6637source = "registry+https://github.com/rust-lang/crates.io-index"
 6638checksum = "07bbe89c50d7a535e539b8c17bc0b49bdb77747034daa8087407d655f3f7cc1d"
 6639dependencies = [
 6640 "futures-core",
 6641 "futures-sink",
 6642]
 6643
 6644[[package]]
 6645name = "futures-concurrency"
 6646version = "7.7.1"
 6647source = "registry+https://github.com/rust-lang/crates.io-index"
 6648checksum = "175cd8cca9e1d45b87f18ffa75088f2099e3c4fe5e2f83e42de112560bea8ea6"
 6649dependencies = [
 6650 "fixedbitset 0.5.7",
 6651 "futures-core",
 6652 "futures-lite 2.6.1",
 6653 "pin-project",
 6654 "smallvec",
 6655]
 6656
 6657[[package]]
 6658name = "futures-core"
 6659version = "0.3.32"
 6660source = "registry+https://github.com/rust-lang/crates.io-index"
 6661checksum = "7e3450815272ef58cec6d564423f6e755e25379b217b0bc688e295ba24df6b1d"
 6662
 6663[[package]]
 6664name = "futures-executor"
 6665version = "0.3.32"
 6666source = "registry+https://github.com/rust-lang/crates.io-index"
 6667checksum = "baf29c38818342a3b26b5b923639e7b1f4a61fc5e76102d4b1981c6dc7a7579d"
 6668dependencies = [
 6669 "futures-core",
 6670 "futures-task",
 6671 "futures-util",
 6672]
 6673
 6674[[package]]
 6675name = "futures-intrusive"
 6676version = "0.5.0"
 6677source = "registry+https://github.com/rust-lang/crates.io-index"
 6678checksum = "1d930c203dd0b6ff06e0201a4a2fe9149b43c684fd4420555b26d21b1a02956f"
 6679dependencies = [
 6680 "futures-core",
 6681 "lock_api",
 6682 "parking_lot",
 6683]
 6684
 6685[[package]]
 6686name = "futures-io"
 6687version = "0.3.32"
 6688source = "registry+https://github.com/rust-lang/crates.io-index"
 6689checksum = "cecba35d7ad927e23624b22ad55235f2239cfa44fd10428eecbeba6d6a717718"
 6690
 6691[[package]]
 6692name = "futures-lite"
 6693version = "1.13.0"
 6694source = "registry+https://github.com/rust-lang/crates.io-index"
 6695checksum = "49a9d51ce47660b1e808d3c990b4709f2f415d928835a17dfd16991515c46bce"
 6696dependencies = [
 6697 "fastrand 1.9.0",
 6698 "futures-core",
 6699 "futures-io",
 6700 "memchr",
 6701 "parking",
 6702 "pin-project-lite",
 6703 "waker-fn",
 6704]
 6705
 6706[[package]]
 6707name = "futures-lite"
 6708version = "2.6.1"
 6709source = "registry+https://github.com/rust-lang/crates.io-index"
 6710checksum = "f78e10609fe0e0b3f4157ffab1876319b5b0db102a2c60dc4626306dc46b44ad"
 6711dependencies = [
 6712 "fastrand 2.3.0",
 6713 "futures-core",
 6714 "futures-io",
 6715 "parking",
 6716 "pin-project-lite",
 6717]
 6718
 6719[[package]]
 6720name = "futures-macro"
 6721version = "0.3.32"
 6722source = "registry+https://github.com/rust-lang/crates.io-index"
 6723checksum = "e835b70203e41293343137df5c0664546da5745f82ec9b84d40be8336958447b"
 6724dependencies = [
 6725 "proc-macro2",
 6726 "quote",
 6727 "syn 2.0.117",
 6728]
 6729
 6730[[package]]
 6731name = "futures-sink"
 6732version = "0.3.32"
 6733source = "registry+https://github.com/rust-lang/crates.io-index"
 6734checksum = "c39754e157331b013978ec91992bde1ac089843443c49cbc7f46150b0fad0893"
 6735
 6736[[package]]
 6737name = "futures-task"
 6738version = "0.3.32"
 6739source = "registry+https://github.com/rust-lang/crates.io-index"
 6740checksum = "037711b3d59c33004d3856fbdc83b99d4ff37a24768fa1be9ce3538a1cde4393"
 6741
 6742[[package]]
 6743name = "futures-util"
 6744version = "0.3.32"
 6745source = "registry+https://github.com/rust-lang/crates.io-index"
 6746checksum = "389ca41296e6190b48053de0321d02a77f32f8a5d2461dd38762c0593805c6d6"
 6747dependencies = [
 6748 "futures 0.1.31",
 6749 "futures-channel",
 6750 "futures-core",
 6751 "futures-io",
 6752 "futures-macro",
 6753 "futures-sink",
 6754 "futures-task",
 6755 "libc",
 6756 "memchr",
 6757 "pin-project-lite",
 6758 "slab",
 6759 "tokio-io",
 6760]
 6761
 6762[[package]]
 6763name = "fuzzy"
 6764version = "0.1.0"
 6765dependencies = [
 6766 "gpui",
 6767 "log",
 6768 "util",
 6769]
 6770
 6771[[package]]
 6772name = "fuzzy_nucleo"
 6773version = "0.1.0"
 6774dependencies = [
 6775 "criterion",
 6776 "fuzzy",
 6777 "gpui",
 6778 "nucleo",
 6779 "util",
 6780]
 6781
 6782[[package]]
 6783name = "gaoya"
 6784version = "0.2.0"
 6785source = "registry+https://github.com/rust-lang/crates.io-index"
 6786checksum = "0c75195ebd4c5589a505e1f0bf81052c52f55dfa40c1afefac1f95b67846adb1"
 6787dependencies = [
 6788 "ahash 0.8.12",
 6789 "crossbeam-utils",
 6790 "fnv",
 6791 "itertools 0.10.5",
 6792 "num-traits",
 6793 "rand 0.8.5",
 6794 "rand_pcg",
 6795 "random_choice",
 6796 "rayon",
 6797 "seahash",
 6798 "sha-1",
 6799 "shingles",
 6800 "siphasher 0.3.11",
 6801 "smallvec",
 6802 "triomphe",
 6803]
 6804
 6805[[package]]
 6806name = "gemm"
 6807version = "0.17.1"
 6808source = "registry+https://github.com/rust-lang/crates.io-index"
 6809checksum = "6ab24cc62135b40090e31a76a9b2766a501979f3070fa27f689c27ec04377d32"
 6810dependencies = [
 6811 "dyn-stack 0.10.0",
 6812 "gemm-c32 0.17.1",
 6813 "gemm-c64 0.17.1",
 6814 "gemm-common 0.17.1",
 6815 "gemm-f16 0.17.1",
 6816 "gemm-f32 0.17.1",
 6817 "gemm-f64 0.17.1",
 6818 "num-complex",
 6819 "num-traits",
 6820 "paste",
 6821 "raw-cpuid 10.7.0",
 6822 "seq-macro",
 6823]
 6824
 6825[[package]]
 6826name = "gemm"
 6827version = "0.18.2"
 6828source = "registry+https://github.com/rust-lang/crates.io-index"
 6829checksum = "ab96b703d31950f1aeddded248bc95543c9efc7ac9c4a21fda8703a83ee35451"
 6830dependencies = [
 6831 "dyn-stack 0.13.2",
 6832 "gemm-c32 0.18.2",
 6833 "gemm-c64 0.18.2",
 6834 "gemm-common 0.18.2",
 6835 "gemm-f16 0.18.2",
 6836 "gemm-f32 0.18.2",
 6837 "gemm-f64 0.18.2",
 6838 "num-complex",
 6839 "num-traits",
 6840 "paste",
 6841 "raw-cpuid 11.6.0",
 6842 "seq-macro",
 6843]
 6844
 6845[[package]]
 6846name = "gemm-c32"
 6847version = "0.17.1"
 6848source = "registry+https://github.com/rust-lang/crates.io-index"
 6849checksum = "b9c030d0b983d1e34a546b86e08f600c11696fde16199f971cd46c12e67512c0"
 6850dependencies = [
 6851 "dyn-stack 0.10.0",
 6852 "gemm-common 0.17.1",
 6853 "num-complex",
 6854 "num-traits",
 6855 "paste",
 6856 "raw-cpuid 10.7.0",
 6857 "seq-macro",
 6858]
 6859
 6860[[package]]
 6861name = "gemm-c32"
 6862version = "0.18.2"
 6863source = "registry+https://github.com/rust-lang/crates.io-index"
 6864checksum = "f6db9fd9f40421d00eea9dd0770045a5603b8d684654816637732463f4073847"
 6865dependencies = [
 6866 "dyn-stack 0.13.2",
 6867 "gemm-common 0.18.2",
 6868 "num-complex",
 6869 "num-traits",
 6870 "paste",
 6871 "raw-cpuid 11.6.0",
 6872 "seq-macro",
 6873]
 6874
 6875[[package]]
 6876name = "gemm-c64"
 6877version = "0.17.1"
 6878source = "registry+https://github.com/rust-lang/crates.io-index"
 6879checksum = "fbb5f2e79fefb9693d18e1066a557b4546cd334b226beadc68b11a8f9431852a"
 6880dependencies = [
 6881 "dyn-stack 0.10.0",
 6882 "gemm-common 0.17.1",
 6883 "num-complex",
 6884 "num-traits",
 6885 "paste",
 6886 "raw-cpuid 10.7.0",
 6887 "seq-macro",
 6888]
 6889
 6890[[package]]
 6891name = "gemm-c64"
 6892version = "0.18.2"
 6893source = "registry+https://github.com/rust-lang/crates.io-index"
 6894checksum = "dfcad8a3d35a43758330b635d02edad980c1e143dc2f21e6fd25f9e4eada8edf"
 6895dependencies = [
 6896 "dyn-stack 0.13.2",
 6897 "gemm-common 0.18.2",
 6898 "num-complex",
 6899 "num-traits",
 6900 "paste",
 6901 "raw-cpuid 11.6.0",
 6902 "seq-macro",
 6903]
 6904
 6905[[package]]
 6906name = "gemm-common"
 6907version = "0.17.1"
 6908source = "registry+https://github.com/rust-lang/crates.io-index"
 6909checksum = "a2e7ea062c987abcd8db95db917b4ffb4ecdfd0668471d8dc54734fdff2354e8"
 6910dependencies = [
 6911 "bytemuck",
 6912 "dyn-stack 0.10.0",
 6913 "half",
 6914 "num-complex",
 6915 "num-traits",
 6916 "once_cell",
 6917 "paste",
 6918 "pulp 0.18.22",
 6919 "raw-cpuid 10.7.0",
 6920 "rayon",
 6921 "seq-macro",
 6922 "sysctl 0.5.5",
 6923]
 6924
 6925[[package]]
 6926name = "gemm-common"
 6927version = "0.18.2"
 6928source = "registry+https://github.com/rust-lang/crates.io-index"
 6929checksum = "a352d4a69cbe938b9e2a9cb7a3a63b7e72f9349174a2752a558a8a563510d0f3"
 6930dependencies = [
 6931 "bytemuck",
 6932 "dyn-stack 0.13.2",
 6933 "half",
 6934 "libm",
 6935 "num-complex",
 6936 "num-traits",
 6937 "once_cell",
 6938 "paste",
 6939 "pulp 0.21.5",
 6940 "raw-cpuid 11.6.0",
 6941 "rayon",
 6942 "seq-macro",
 6943 "sysctl 0.6.0",
 6944]
 6945
 6946[[package]]
 6947name = "gemm-f16"
 6948version = "0.17.1"
 6949source = "registry+https://github.com/rust-lang/crates.io-index"
 6950checksum = "7ca4c06b9b11952071d317604acb332e924e817bd891bec8dfb494168c7cedd4"
 6951dependencies = [
 6952 "dyn-stack 0.10.0",
 6953 "gemm-common 0.17.1",
 6954 "gemm-f32 0.17.1",
 6955 "half",
 6956 "num-complex",
 6957 "num-traits",
 6958 "paste",
 6959 "raw-cpuid 10.7.0",
 6960 "rayon",
 6961 "seq-macro",
 6962]
 6963
 6964[[package]]
 6965name = "gemm-f16"
 6966version = "0.18.2"
 6967source = "registry+https://github.com/rust-lang/crates.io-index"
 6968checksum = "cff95ae3259432f3c3410eaa919033cd03791d81cebd18018393dc147952e109"
 6969dependencies = [
 6970 "dyn-stack 0.13.2",
 6971 "gemm-common 0.18.2",
 6972 "gemm-f32 0.18.2",
 6973 "half",
 6974 "num-complex",
 6975 "num-traits",
 6976 "paste",
 6977 "raw-cpuid 11.6.0",
 6978 "rayon",
 6979 "seq-macro",
 6980]
 6981
 6982[[package]]
 6983name = "gemm-f32"
 6984version = "0.17.1"
 6985source = "registry+https://github.com/rust-lang/crates.io-index"
 6986checksum = "e9a69f51aaefbd9cf12d18faf273d3e982d9d711f60775645ed5c8047b4ae113"
 6987dependencies = [
 6988 "dyn-stack 0.10.0",
 6989 "gemm-common 0.17.1",
 6990 "num-complex",
 6991 "num-traits",
 6992 "paste",
 6993 "raw-cpuid 10.7.0",
 6994 "seq-macro",
 6995]
 6996
 6997[[package]]
 6998name = "gemm-f32"
 6999version = "0.18.2"
 7000source = "registry+https://github.com/rust-lang/crates.io-index"
 7001checksum = "bc8d3d4385393304f407392f754cd2dc4b315d05063f62cf09f47b58de276864"
 7002dependencies = [
 7003 "dyn-stack 0.13.2",
 7004 "gemm-common 0.18.2",
 7005 "num-complex",
 7006 "num-traits",
 7007 "paste",
 7008 "raw-cpuid 11.6.0",
 7009 "seq-macro",
 7010]
 7011
 7012[[package]]
 7013name = "gemm-f64"
 7014version = "0.17.1"
 7015source = "registry+https://github.com/rust-lang/crates.io-index"
 7016checksum = "aa397a48544fadf0b81ec8741e5c0fba0043008113f71f2034def1935645d2b0"
 7017dependencies = [
 7018 "dyn-stack 0.10.0",
 7019 "gemm-common 0.17.1",
 7020 "num-complex",
 7021 "num-traits",
 7022 "paste",
 7023 "raw-cpuid 10.7.0",
 7024 "seq-macro",
 7025]
 7026
 7027[[package]]
 7028name = "gemm-f64"
 7029version = "0.18.2"
 7030source = "registry+https://github.com/rust-lang/crates.io-index"
 7031checksum = "35b2a4f76ce4b8b16eadc11ccf2e083252d8237c1b589558a49b0183545015bd"
 7032dependencies = [
 7033 "dyn-stack 0.13.2",
 7034 "gemm-common 0.18.2",
 7035 "num-complex",
 7036 "num-traits",
 7037 "paste",
 7038 "raw-cpuid 11.6.0",
 7039 "seq-macro",
 7040]
 7041
 7042[[package]]
 7043name = "generator"
 7044version = "0.8.7"
 7045source = "registry+https://github.com/rust-lang/crates.io-index"
 7046checksum = "605183a538e3e2a9c1038635cc5c2d194e2ee8fd0d1b66b8349fad7dbacce5a2"
 7047dependencies = [
 7048 "cc",
 7049 "cfg-if",
 7050 "libc",
 7051 "log",
 7052 "rustversion",
 7053 "windows 0.61.3",
 7054]
 7055
 7056[[package]]
 7057name = "generic-array"
 7058version = "0.14.7"
 7059source = "registry+https://github.com/rust-lang/crates.io-index"
 7060checksum = "85649ca51fd72272d7821adaf274ad91c288277713d9c18820d8499a7ff69e9a"
 7061dependencies = [
 7062 "typenum",
 7063 "version_check",
 7064]
 7065
 7066[[package]]
 7067name = "gethostname"
 7068version = "1.1.0"
 7069source = "registry+https://github.com/rust-lang/crates.io-index"
 7070checksum = "1bd49230192a3797a9a4d6abe9b3eed6f7fa4c8a8a4947977c6f80025f92cbd8"
 7071dependencies = [
 7072 "rustix 1.1.2",
 7073 "windows-link 0.2.1",
 7074]
 7075
 7076[[package]]
 7077name = "getrandom"
 7078version = "0.2.16"
 7079source = "registry+https://github.com/rust-lang/crates.io-index"
 7080checksum = "335ff9f135e4384c8150d6f27c6daed433577f86b4750418338c01a1a2528592"
 7081dependencies = [
 7082 "cfg-if",
 7083 "js-sys",
 7084 "libc",
 7085 "wasi",
 7086 "wasm-bindgen",
 7087]
 7088
 7089[[package]]
 7090name = "getrandom"
 7091version = "0.3.4"
 7092source = "registry+https://github.com/rust-lang/crates.io-index"
 7093checksum = "899def5c37c4fd7b2664648c28120ecec138e4d395b459e5ca34f9cce2dd77fd"
 7094dependencies = [
 7095 "cfg-if",
 7096 "js-sys",
 7097 "libc",
 7098 "r-efi",
 7099 "wasip2",
 7100 "wasm-bindgen",
 7101]
 7102
 7103[[package]]
 7104name = "getrandom"
 7105version = "0.4.1"
 7106source = "registry+https://github.com/rust-lang/crates.io-index"
 7107checksum = "139ef39800118c7683f2fd3c98c1b23c09ae076556b435f8e9064ae108aaeeec"
 7108dependencies = [
 7109 "cfg-if",
 7110 "libc",
 7111 "r-efi",
 7112 "wasip2",
 7113 "wasip3",
 7114]
 7115
 7116[[package]]
 7117name = "gh-workflow"
 7118version = "0.8.0"
 7119source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7120dependencies = [
 7121 "async-trait",
 7122 "derive_more",
 7123 "derive_setters",
 7124 "gh-workflow-macros",
 7125 "indexmap",
 7126 "merge",
 7127 "serde",
 7128 "serde_json",
 7129 "serde_yaml",
 7130 "strum_macros 0.27.2",
 7131]
 7132
 7133[[package]]
 7134name = "gh-workflow-macros"
 7135version = "0.8.0"
 7136source = "git+https://github.com/zed-industries/gh-workflow?rev=37f3c0575d379c218a9c455ee67585184e40d43f#37f3c0575d379c218a9c455ee67585184e40d43f"
 7137dependencies = [
 7138 "heck 0.5.0",
 7139 "quote",
 7140 "syn 2.0.117",
 7141]
 7142
 7143[[package]]
 7144name = "gif"
 7145version = "0.13.3"
 7146source = "registry+https://github.com/rust-lang/crates.io-index"
 7147checksum = "4ae047235e33e2829703574b54fdec96bfbad892062d97fed2f76022287de61b"
 7148dependencies = [
 7149 "color_quant",
 7150 "weezl",
 7151]
 7152
 7153[[package]]
 7154name = "gif"
 7155version = "0.14.2"
 7156source = "registry+https://github.com/rust-lang/crates.io-index"
 7157checksum = "ee8cfcc411d9adbbaba82fb72661cc1bcca13e8bba98b364e62b2dba8f960159"
 7158dependencies = [
 7159 "color_quant",
 7160 "weezl",
 7161]
 7162
 7163[[package]]
 7164name = "gimli"
 7165version = "0.32.3"
 7166source = "registry+https://github.com/rust-lang/crates.io-index"
 7167checksum = "e629b9b98ef3dd8afe6ca2bd0f89306cec16d43d907889945bc5d6687f2f13c7"
 7168dependencies = [
 7169 "fallible-iterator",
 7170 "indexmap",
 7171 "stable_deref_trait",
 7172]
 7173
 7174[[package]]
 7175name = "gio-sys"
 7176version = "0.21.5"
 7177source = "registry+https://github.com/rust-lang/crates.io-index"
 7178checksum = "0071fe88dba8e40086c8ff9bbb62622999f49628344b1d1bf490a48a29d80f22"
 7179dependencies = [
 7180 "glib-sys",
 7181 "gobject-sys",
 7182 "libc",
 7183 "system-deps",
 7184 "windows-sys 0.61.2",
 7185]
 7186
 7187[[package]]
 7188name = "git"
 7189version = "0.1.0"
 7190dependencies = [
 7191 "anyhow",
 7192 "askpass",
 7193 "async-trait",
 7194 "collections",
 7195 "derive_more",
 7196 "futures 0.3.32",
 7197 "git2",
 7198 "gpui",
 7199 "http_client",
 7200 "itertools 0.14.0",
 7201 "log",
 7202 "parking_lot",
 7203 "pretty_assertions",
 7204 "rand 0.9.3",
 7205 "regex",
 7206 "rope",
 7207 "schemars",
 7208 "serde",
 7209 "serde_json",
 7210 "smallvec",
 7211 "smol",
 7212 "sum_tree",
 7213 "tempfile",
 7214 "text",
 7215 "thiserror 2.0.17",
 7216 "time",
 7217 "url",
 7218 "urlencoding",
 7219 "util",
 7220 "uuid",
 7221 "ztracing",
 7222]
 7223
 7224[[package]]
 7225name = "git2"
 7226version = "0.20.4"
 7227source = "registry+https://github.com/rust-lang/crates.io-index"
 7228checksum = "7b88256088d75a56f8ecfa070513a775dd9107f6530ef14919dac831af9cfe2b"
 7229dependencies = [
 7230 "bitflags 2.10.0",
 7231 "libc",
 7232 "libgit2-sys",
 7233 "log",
 7234 "url",
 7235]
 7236
 7237[[package]]
 7238name = "git_graph"
 7239version = "0.1.0"
 7240dependencies = [
 7241 "anyhow",
 7242 "collections",
 7243 "db",
 7244 "editor",
 7245 "fs",
 7246 "git",
 7247 "git_ui",
 7248 "gpui",
 7249 "language",
 7250 "menu",
 7251 "project",
 7252 "rand 0.9.3",
 7253 "remote_connection",
 7254 "search",
 7255 "serde_json",
 7256 "settings",
 7257 "smallvec",
 7258 "smol",
 7259 "theme",
 7260 "theme_settings",
 7261 "time",
 7262 "ui",
 7263 "workspace",
 7264]
 7265
 7266[[package]]
 7267name = "git_hosting_providers"
 7268version = "0.1.0"
 7269dependencies = [
 7270 "anyhow",
 7271 "async-trait",
 7272 "futures 0.3.32",
 7273 "git",
 7274 "gpui",
 7275 "http_client",
 7276 "indoc",
 7277 "itertools 0.14.0",
 7278 "pretty_assertions",
 7279 "regex",
 7280 "serde",
 7281 "serde_json",
 7282 "settings",
 7283 "url",
 7284 "urlencoding",
 7285 "util",
 7286]
 7287
 7288[[package]]
 7289name = "git_ui"
 7290version = "0.1.0"
 7291dependencies = [
 7292 "agent_settings",
 7293 "alacritty_terminal",
 7294 "anyhow",
 7295 "askpass",
 7296 "buffer_diff",
 7297 "call",
 7298 "collections",
 7299 "component",
 7300 "ctor",
 7301 "db",
 7302 "editor",
 7303 "file_icons",
 7304 "futures 0.3.32",
 7305 "fuzzy",
 7306 "git",
 7307 "gpui",
 7308 "indoc",
 7309 "itertools 0.14.0",
 7310 "language",
 7311 "language_model",
 7312 "linkify",
 7313 "log",
 7314 "markdown",
 7315 "menu",
 7316 "multi_buffer",
 7317 "notifications",
 7318 "panel",
 7319 "picker",
 7320 "pretty_assertions",
 7321 "project",
 7322 "prompt_store",
 7323 "proto",
 7324 "rand 0.9.3",
 7325 "remote",
 7326 "remote_connection",
 7327 "schemars",
 7328 "serde",
 7329 "serde_json",
 7330 "settings",
 7331 "smallvec",
 7332 "smol",
 7333 "strum 0.27.2",
 7334 "telemetry",
 7335 "theme",
 7336 "theme_settings",
 7337 "time",
 7338 "time_format",
 7339 "tracing",
 7340 "ui",
 7341 "ui_input",
 7342 "unindent",
 7343 "util",
 7344 "watch",
 7345 "windows 0.61.3",
 7346 "workspace",
 7347 "zed_actions",
 7348 "zeroize",
 7349 "zlog",
 7350 "ztracing",
 7351]
 7352
 7353[[package]]
 7354name = "gl_generator"
 7355version = "0.14.0"
 7356source = "registry+https://github.com/rust-lang/crates.io-index"
 7357checksum = "1a95dfc23a2b4a9a2f5ab41d194f8bfda3cabec42af4e39f08c339eb2a0c124d"
 7358dependencies = [
 7359 "khronos_api",
 7360 "log",
 7361 "xml-rs",
 7362]
 7363
 7364[[package]]
 7365name = "glib"
 7366version = "0.21.5"
 7367source = "registry+https://github.com/rust-lang/crates.io-index"
 7368checksum = "16de123c2e6c90ce3b573b7330de19be649080ec612033d397d72da265f1bd8b"
 7369dependencies = [
 7370 "bitflags 2.10.0",
 7371 "futures-channel",
 7372 "futures-core",
 7373 "futures-executor",
 7374 "futures-task",
 7375 "futures-util",
 7376 "gio-sys",
 7377 "glib-macros",
 7378 "glib-sys",
 7379 "gobject-sys",
 7380 "libc",
 7381 "memchr",
 7382 "smallvec",
 7383]
 7384
 7385[[package]]
 7386name = "glib-macros"
 7387version = "0.21.5"
 7388source = "registry+https://github.com/rust-lang/crates.io-index"
 7389checksum = "cf59b675301228a696fe01c3073974643365080a76cc3ed5bc2cbc466ad87f17"
 7390dependencies = [
 7391 "heck 0.5.0",
 7392 "proc-macro-crate",
 7393 "proc-macro2",
 7394 "quote",
 7395 "syn 2.0.117",
 7396]
 7397
 7398[[package]]
 7399name = "glib-sys"
 7400version = "0.21.5"
 7401source = "registry+https://github.com/rust-lang/crates.io-index"
 7402checksum = "2d95e1a3a19ae464a7286e14af9a90683c64d70c02532d88d87ce95056af3e6c"
 7403dependencies = [
 7404 "libc",
 7405 "system-deps",
 7406]
 7407
 7408[[package]]
 7409name = "glob"
 7410version = "0.3.3"
 7411source = "registry+https://github.com/rust-lang/crates.io-index"
 7412checksum = "0cc23270f6e1808e30a928bdc84dea0b9b4136a8bc82338574f23baf47bbd280"
 7413
 7414[[package]]
 7415name = "globset"
 7416version = "0.4.17"
 7417source = "registry+https://github.com/rust-lang/crates.io-index"
 7418checksum = "eab69130804d941f8075cfd713bf8848a2c3b3f201a9457a11e6f87e1ab62305"
 7419dependencies = [
 7420 "aho-corasick",
 7421 "bstr",
 7422 "log",
 7423 "regex-automata",
 7424 "regex-syntax",
 7425]
 7426
 7427[[package]]
 7428name = "gloo-timers"
 7429version = "0.3.0"
 7430source = "registry+https://github.com/rust-lang/crates.io-index"
 7431checksum = "bbb143cf96099802033e0d4f4963b19fd2e0b728bcf076cd9cf7f6634f092994"
 7432dependencies = [
 7433 "futures-channel",
 7434 "futures-core",
 7435 "js-sys",
 7436 "wasm-bindgen",
 7437]
 7438
 7439[[package]]
 7440name = "glow"
 7441version = "0.17.0"
 7442source = "registry+https://github.com/rust-lang/crates.io-index"
 7443checksum = "29038e1c483364cc6bb3cf78feee1816002e127c331a1eec55a4d202b9e1adb5"
 7444dependencies = [
 7445 "js-sys",
 7446 "slotmap",
 7447 "wasm-bindgen",
 7448 "web-sys",
 7449]
 7450
 7451[[package]]
 7452name = "glutin_wgl_sys"
 7453version = "0.6.1"
 7454source = "registry+https://github.com/rust-lang/crates.io-index"
 7455checksum = "2c4ee00b289aba7a9e5306d57c2d05499b2e5dc427f84ac708bd2c090212cf3e"
 7456dependencies = [
 7457 "gl_generator",
 7458]
 7459
 7460[[package]]
 7461name = "go_to_line"
 7462version = "0.1.0"
 7463dependencies = [
 7464 "editor",
 7465 "gpui",
 7466 "indoc",
 7467 "language",
 7468 "menu",
 7469 "multi_buffer",
 7470 "project",
 7471 "rope",
 7472 "serde",
 7473 "serde_json",
 7474 "settings",
 7475 "text",
 7476 "theme",
 7477 "ui",
 7478 "util",
 7479 "workspace",
 7480]
 7481
 7482[[package]]
 7483name = "gobject-sys"
 7484version = "0.21.5"
 7485source = "registry+https://github.com/rust-lang/crates.io-index"
 7486checksum = "2dca35da0d19a18f4575f3cb99fe1c9e029a2941af5662f326f738a21edaf294"
 7487dependencies = [
 7488 "glib-sys",
 7489 "libc",
 7490 "system-deps",
 7491]
 7492
 7493[[package]]
 7494name = "goblin"
 7495version = "0.9.3"
 7496source = "registry+https://github.com/rust-lang/crates.io-index"
 7497checksum = "daa0a64d21a7eb230583b4c5f4e23b7e4e57974f96620f42a7e75e08ae66d745"
 7498dependencies = [
 7499 "log",
 7500 "plain",
 7501 "scroll",
 7502]
 7503
 7504[[package]]
 7505name = "google_ai"
 7506version = "0.1.0"
 7507dependencies = [
 7508 "anyhow",
 7509 "futures 0.3.32",
 7510 "http_client",
 7511 "language_model_core",
 7512 "log",
 7513 "schemars",
 7514 "serde",
 7515 "serde_json",
 7516 "strum 0.27.2",
 7517 "tiktoken-rs",
 7518]
 7519
 7520[[package]]
 7521name = "gpu-allocator"
 7522version = "0.28.0"
 7523source = "registry+https://github.com/rust-lang/crates.io-index"
 7524checksum = "51255ea7cfaadb6c5f1528d43e92a82acb2b96c43365989a28b2d44ee38f8795"
 7525dependencies = [
 7526 "ash",
 7527 "hashbrown 0.16.1",
 7528 "log",
 7529 "presser",
 7530 "thiserror 2.0.17",
 7531 "windows 0.62.2",
 7532]
 7533
 7534[[package]]
 7535name = "gpu-descriptor"
 7536version = "0.3.2"
 7537source = "registry+https://github.com/rust-lang/crates.io-index"
 7538checksum = "b89c83349105e3732062a895becfc71a8f921bb71ecbbdd8ff99263e3b53a0ca"
 7539dependencies = [
 7540 "bitflags 2.10.0",
 7541 "gpu-descriptor-types",
 7542 "hashbrown 0.15.5",
 7543]
 7544
 7545[[package]]
 7546name = "gpu-descriptor-types"
 7547version = "0.2.0"
 7548source = "registry+https://github.com/rust-lang/crates.io-index"
 7549checksum = "fdf242682df893b86f33a73828fb09ca4b2d3bb6cc95249707fc684d27484b91"
 7550dependencies = [
 7551 "bitflags 2.10.0",
 7552]
 7553
 7554[[package]]
 7555name = "gpui"
 7556version = "0.2.2"
 7557dependencies = [
 7558 "anyhow",
 7559 "async-channel 2.5.0",
 7560 "async-task",
 7561 "backtrace",
 7562 "bindgen 0.71.1",
 7563 "bitflags 2.10.0",
 7564 "block",
 7565 "cbindgen",
 7566 "chrono",
 7567 "cocoa 0.26.0",
 7568 "cocoa-foundation 0.2.0",
 7569 "collections",
 7570 "core-foundation 0.10.0",
 7571 "core-foundation-sys",
 7572 "core-graphics 0.24.0",
 7573 "core-text",
 7574 "core-video",
 7575 "ctor",
 7576 "derive_more",
 7577 "embed-resource",
 7578 "env_logger 0.11.8",
 7579 "etagere",
 7580 "foreign-types 0.5.0",
 7581 "futures 0.3.32",
 7582 "futures-concurrency",
 7583 "getrandom 0.3.4",
 7584 "gpui_macros",
 7585 "gpui_platform",
 7586 "gpui_shared_string",
 7587 "gpui_util",
 7588 "gpui_web",
 7589 "hdrhistogram",
 7590 "http_client",
 7591 "image",
 7592 "inventory",
 7593 "itertools 0.14.0",
 7594 "log",
 7595 "lyon",
 7596 "mach2 0.5.0",
 7597 "media",
 7598 "metal",
 7599 "naga 29.0.0 (registry+https://github.com/rust-lang/crates.io-index)",
 7600 "num_cpus",
 7601 "objc",
 7602 "objc2",
 7603 "objc2-metal",
 7604 "parking",
 7605 "parking_lot",
 7606 "pathfinder_geometry",
 7607 "pin-project",
 7608 "pollster 0.4.0",
 7609 "postage",
 7610 "profiling",
 7611 "proptest",
 7612 "rand 0.9.3",
 7613 "raw-window-handle",
 7614 "refineable",
 7615 "regex",
 7616 "reqwest_client",
 7617 "resvg",
 7618 "scheduler",
 7619 "schemars",
 7620 "seahash",
 7621 "serde",
 7622 "serde_json",
 7623 "slotmap",
 7624 "smallvec",
 7625 "spin 0.10.0",
 7626 "stacksafe",
 7627 "strum 0.27.2",
 7628 "sum_tree",
 7629 "taffy",
 7630 "thiserror 2.0.17",
 7631 "ttf-parser 0.25.1",
 7632 "unicode-segmentation",
 7633 "url",
 7634 "usvg",
 7635 "util_macros",
 7636 "uuid",
 7637 "waker-fn",
 7638 "wasm-bindgen",
 7639 "web-time",
 7640 "windows 0.61.3",
 7641 "zed-font-kit",
 7642 "zed-scap",
 7643]
 7644
 7645[[package]]
 7646name = "gpui_linux"
 7647version = "0.1.0"
 7648dependencies = [
 7649 "anyhow",
 7650 "as-raw-xcb-connection",
 7651 "ashpd",
 7652 "bitflags 2.10.0",
 7653 "bytemuck",
 7654 "calloop",
 7655 "calloop-wayland-source",
 7656 "collections",
 7657 "filedescriptor",
 7658 "futures 0.3.32",
 7659 "gpui",
 7660 "gpui_wgpu",
 7661 "http_client",
 7662 "image",
 7663 "itertools 0.14.0",
 7664 "libc",
 7665 "log",
 7666 "oo7",
 7667 "open",
 7668 "parking_lot",
 7669 "pathfinder_geometry",
 7670 "pollster 0.4.0",
 7671 "profiling",
 7672 "raw-window-handle",
 7673 "smallvec",
 7674 "smol",
 7675 "strum 0.27.2",
 7676 "swash",
 7677 "url",
 7678 "util",
 7679 "uuid",
 7680 "wayland-backend",
 7681 "wayland-client",
 7682 "wayland-cursor",
 7683 "wayland-protocols",
 7684 "wayland-protocols-plasma",
 7685 "wayland-protocols-wlr",
 7686 "x11-clipboard",
 7687 "x11rb",
 7688 "xkbcommon",
 7689 "zed-scap",
 7690 "zed-xim",
 7691]
 7692
 7693[[package]]
 7694name = "gpui_macos"
 7695version = "0.1.0"
 7696dependencies = [
 7697 "anyhow",
 7698 "async-task",
 7699 "block",
 7700 "cbindgen",
 7701 "cocoa 0.26.0",
 7702 "collections",
 7703 "core-foundation 0.10.0",
 7704 "core-foundation-sys",
 7705 "core-graphics 0.24.0",
 7706 "core-text",
 7707 "core-video",
 7708 "ctor",
 7709 "derive_more",
 7710 "dispatch2",
 7711 "etagere",
 7712 "foreign-types 0.5.0",
 7713 "futures 0.3.32",
 7714 "gpui",
 7715 "image",
 7716 "itertools 0.14.0",
 7717 "libc",
 7718 "log",
 7719 "mach2 0.5.0",
 7720 "media",
 7721 "metal",
 7722 "objc",
 7723 "objc2-app-kit",
 7724 "parking_lot",
 7725 "pathfinder_geometry",
 7726 "raw-window-handle",
 7727 "semver",
 7728 "smallvec",
 7729 "strum 0.27.2",
 7730 "util",
 7731 "uuid",
 7732 "zed-font-kit",
 7733]
 7734
 7735[[package]]
 7736name = "gpui_macros"
 7737version = "0.1.0"
 7738dependencies = [
 7739 "gpui",
 7740 "heck 0.5.0",
 7741 "proc-macro2",
 7742 "quote",
 7743 "syn 2.0.117",
 7744]
 7745
 7746[[package]]
 7747name = "gpui_platform"
 7748version = "0.1.0"
 7749dependencies = [
 7750 "console_error_panic_hook",
 7751 "gpui",
 7752 "gpui_linux",
 7753 "gpui_macos",
 7754 "gpui_web",
 7755 "gpui_windows",
 7756]
 7757
 7758[[package]]
 7759name = "gpui_shared_string"
 7760version = "0.1.0"
 7761dependencies = [
 7762 "derive_more",
 7763 "gpui_util",
 7764 "schemars",
 7765 "serde",
 7766]
 7767
 7768[[package]]
 7769name = "gpui_tokio"
 7770version = "0.1.0"
 7771dependencies = [
 7772 "anyhow",
 7773 "gpui",
 7774 "tokio",
 7775 "util",
 7776]
 7777
 7778[[package]]
 7779name = "gpui_util"
 7780version = "0.1.0"
 7781dependencies = [
 7782 "anyhow",
 7783 "log",
 7784]
 7785
 7786[[package]]
 7787name = "gpui_web"
 7788version = "0.1.0"
 7789dependencies = [
 7790 "anyhow",
 7791 "console_error_panic_hook",
 7792 "futures 0.3.32",
 7793 "gpui",
 7794 "gpui_wgpu",
 7795 "http_client",
 7796 "js-sys",
 7797 "log",
 7798 "parking_lot",
 7799 "raw-window-handle",
 7800 "smallvec",
 7801 "uuid",
 7802 "wasm-bindgen",
 7803 "wasm-bindgen-futures",
 7804 "wasm_thread",
 7805 "web-sys",
 7806 "web-time",
 7807]
 7808
 7809[[package]]
 7810name = "gpui_wgpu"
 7811version = "0.1.0"
 7812dependencies = [
 7813 "anyhow",
 7814 "bytemuck",
 7815 "collections",
 7816 "cosmic-text",
 7817 "etagere",
 7818 "gpui",
 7819 "gpui_util",
 7820 "itertools 0.14.0",
 7821 "js-sys",
 7822 "log",
 7823 "parking_lot",
 7824 "pollster 0.4.0",
 7825 "profiling",
 7826 "raw-window-handle",
 7827 "smallvec",
 7828 "swash",
 7829 "wasm-bindgen",
 7830 "wasm-bindgen-futures",
 7831 "web-sys",
 7832 "wgpu",
 7833 "zed-font-kit",
 7834]
 7835
 7836[[package]]
 7837name = "gpui_windows"
 7838version = "0.1.0"
 7839dependencies = [
 7840 "anyhow",
 7841 "collections",
 7842 "etagere",
 7843 "futures 0.3.32",
 7844 "gpui",
 7845 "image",
 7846 "itertools 0.14.0",
 7847 "log",
 7848 "parking_lot",
 7849 "rand 0.9.3",
 7850 "raw-window-handle",
 7851 "smallvec",
 7852 "util",
 7853 "uuid",
 7854 "windows 0.61.3",
 7855 "windows-core 0.61.2",
 7856 "windows-numerics 0.2.0",
 7857 "windows-registry 0.5.3",
 7858 "zed-scap",
 7859]
 7860
 7861[[package]]
 7862name = "grammars"
 7863version = "0.1.0"
 7864dependencies = [
 7865 "anyhow",
 7866 "language_core",
 7867 "rust-embed",
 7868 "toml 0.8.23",
 7869 "tree-sitter",
 7870 "tree-sitter-bash",
 7871 "tree-sitter-c",
 7872 "tree-sitter-cpp",
 7873 "tree-sitter-css",
 7874 "tree-sitter-diff",
 7875 "tree-sitter-gitcommit",
 7876 "tree-sitter-go",
 7877 "tree-sitter-gomod",
 7878 "tree-sitter-gowork",
 7879 "tree-sitter-jsdoc",
 7880 "tree-sitter-json",
 7881 "tree-sitter-md",
 7882 "tree-sitter-python",
 7883 "tree-sitter-regex",
 7884 "tree-sitter-rust",
 7885 "tree-sitter-typescript",
 7886 "tree-sitter-yaml",
 7887 "util",
 7888]
 7889
 7890[[package]]
 7891name = "grid"
 7892version = "0.18.0"
 7893source = "registry+https://github.com/rust-lang/crates.io-index"
 7894checksum = "12101ecc8225ea6d675bc70263074eab6169079621c2186fe0c66590b2df9681"
 7895
 7896[[package]]
 7897name = "group"
 7898version = "0.12.1"
 7899source = "registry+https://github.com/rust-lang/crates.io-index"
 7900checksum = "5dfbfb3a6cfbd390d5c9564ab283a0349b9b9fcd46a706c1eb10e0db70bfbac7"
 7901dependencies = [
 7902 "ff",
 7903 "rand_core 0.6.4",
 7904 "subtle",
 7905]
 7906
 7907[[package]]
 7908name = "h2"
 7909version = "0.3.27"
 7910source = "registry+https://github.com/rust-lang/crates.io-index"
 7911checksum = "0beca50380b1fc32983fc1cb4587bfa4bb9e78fc259aad4a0032d2080309222d"
 7912dependencies = [
 7913 "bytes 1.11.1",
 7914 "fnv",
 7915 "futures-core",
 7916 "futures-sink",
 7917 "futures-util",
 7918 "http 0.2.12",
 7919 "indexmap",
 7920 "slab",
 7921 "tokio",
 7922 "tokio-util",
 7923 "tracing",
 7924]
 7925
 7926[[package]]
 7927name = "h2"
 7928version = "0.4.12"
 7929source = "registry+https://github.com/rust-lang/crates.io-index"
 7930checksum = "f3c0b69cfcb4e1b9f1bf2f53f95f766e4661169728ec61cd3fe5a0166f2d1386"
 7931dependencies = [
 7932 "atomic-waker",
 7933 "bytes 1.11.1",
 7934 "fnv",
 7935 "futures-core",
 7936 "futures-sink",
 7937 "http 1.3.1",
 7938 "indexmap",
 7939 "slab",
 7940 "tokio",
 7941 "tokio-util",
 7942 "tracing",
 7943]
 7944
 7945[[package]]
 7946name = "half"
 7947version = "2.7.1"
 7948source = "registry+https://github.com/rust-lang/crates.io-index"
 7949checksum = "6ea2d84b969582b4b1864a92dc5d27cd2b77b622a8d79306834f1be5ba20d84b"
 7950dependencies = [
 7951 "bytemuck",
 7952 "cfg-if",
 7953 "crunchy",
 7954 "num-traits",
 7955 "rand 0.9.3",
 7956 "rand_distr",
 7957 "zerocopy",
 7958]
 7959
 7960[[package]]
 7961name = "handlebars"
 7962version = "4.5.0"
 7963source = "registry+https://github.com/rust-lang/crates.io-index"
 7964checksum = "faa67bab9ff362228eb3d00bd024a4965d8231bbb7921167f0cfa66c6626b225"
 7965dependencies = [
 7966 "log",
 7967 "pest",
 7968 "pest_derive",
 7969 "rust-embed",
 7970 "serde",
 7971 "serde_json",
 7972 "thiserror 1.0.69",
 7973]
 7974
 7975[[package]]
 7976name = "handlebars"
 7977version = "5.1.2"
 7978source = "registry+https://github.com/rust-lang/crates.io-index"
 7979checksum = "d08485b96a0e6393e9e4d1b8d48cf74ad6c063cd905eb33f42c1ce3f0377539b"
 7980dependencies = [
 7981 "log",
 7982 "pest",
 7983 "pest_derive",
 7984 "serde",
 7985 "serde_json",
 7986 "thiserror 1.0.69",
 7987]
 7988
 7989[[package]]
 7990name = "harfrust"
 7991version = "0.5.0"
 7992source = "registry+https://github.com/rust-lang/crates.io-index"
 7993checksum = "4f9f40651a03bc0f7316bd75267ff5767e93017ef3cfffe76c6aa7252cc5a31c"
 7994dependencies = [
 7995 "bitflags 2.10.0",
 7996 "bytemuck",
 7997 "core_maths",
 7998 "read-fonts 0.37.0",
 7999 "smallvec",
 8000]
 8001
 8002[[package]]
 8003name = "hash32"
 8004version = "0.3.1"
 8005source = "registry+https://github.com/rust-lang/crates.io-index"
 8006checksum = "47d60b12902ba28e2730cd37e95b8c9223af2808df9e902d4df49588d1470606"
 8007dependencies = [
 8008 "byteorder",
 8009]
 8010
 8011[[package]]
 8012name = "hashbrown"
 8013version = "0.12.3"
 8014source = "registry+https://github.com/rust-lang/crates.io-index"
 8015checksum = "8a9ee70c43aaf417c914396645a0fa852624801b24ebb7ae78fe8272889ac888"
 8016dependencies = [
 8017 "ahash 0.7.8",
 8018]
 8019
 8020[[package]]
 8021name = "hashbrown"
 8022version = "0.14.5"
 8023source = "registry+https://github.com/rust-lang/crates.io-index"
 8024checksum = "e5274423e17b7c9fc20b6e7e208532f9b19825d82dfd615708b70edd83df41f1"
 8025dependencies = [
 8026 "ahash 0.8.12",
 8027 "allocator-api2",
 8028]
 8029
 8030[[package]]
 8031name = "hashbrown"
 8032version = "0.15.5"
 8033source = "registry+https://github.com/rust-lang/crates.io-index"
 8034checksum = "9229cfe53dfd69f0609a49f65461bd93001ea1ef889cd5529dd176593f5338a1"
 8035dependencies = [
 8036 "allocator-api2",
 8037 "equivalent",
 8038 "foldhash 0.1.5",
 8039 "serde",
 8040]
 8041
 8042[[package]]
 8043name = "hashbrown"
 8044version = "0.16.1"
 8045source = "registry+https://github.com/rust-lang/crates.io-index"
 8046checksum = "841d1cc9bed7f9236f321df977030373f4a4163ae1a7dbfe1a51a2c1a51d9100"
 8047dependencies = [
 8048 "allocator-api2",
 8049 "equivalent",
 8050 "foldhash 0.2.0",
 8051]
 8052
 8053[[package]]
 8054name = "hashlink"
 8055version = "0.8.4"
 8056source = "registry+https://github.com/rust-lang/crates.io-index"
 8057checksum = "e8094feaf31ff591f651a2664fb9cfd92bba7a60ce3197265e9482ebe753c8f7"
 8058dependencies = [
 8059 "hashbrown 0.14.5",
 8060]
 8061
 8062[[package]]
 8063name = "hashlink"
 8064version = "0.10.0"
 8065source = "registry+https://github.com/rust-lang/crates.io-index"
 8066checksum = "7382cf6263419f2d8df38c55d7da83da5c18aef87fc7a7fc1fb1e344edfe14c1"
 8067dependencies = [
 8068 "hashbrown 0.15.5",
 8069]
 8070
 8071[[package]]
 8072name = "hdrhistogram"
 8073version = "7.5.4"
 8074source = "registry+https://github.com/rust-lang/crates.io-index"
 8075checksum = "765c9198f173dd59ce26ff9f95ef0aafd0a0fe01fb9d72841bc5066a4c06511d"
 8076dependencies = [
 8077 "base64 0.21.7",
 8078 "byteorder",
 8079 "crossbeam-channel",
 8080 "flate2",
 8081 "nom 7.1.3",
 8082 "num-traits",
 8083]
 8084
 8085[[package]]
 8086name = "headers"
 8087version = "0.3.9"
 8088source = "registry+https://github.com/rust-lang/crates.io-index"
 8089checksum = "06683b93020a07e3dbcf5f8c0f6d40080d725bea7936fc01ad345c01b97dc270"
 8090dependencies = [
 8091 "base64 0.21.7",
 8092 "bytes 1.11.1",
 8093 "headers-core",
 8094 "http 0.2.12",
 8095 "httpdate",
 8096 "mime",
 8097 "sha1",
 8098]
 8099
 8100[[package]]
 8101name = "headers-core"
 8102version = "0.2.0"
 8103source = "registry+https://github.com/rust-lang/crates.io-index"
 8104checksum = "e7f66481bfee273957b1f20485a4ff3362987f85b2c236580d81b4eb7a326429"
 8105dependencies = [
 8106 "http 0.2.12",
 8107]
 8108
 8109[[package]]
 8110name = "heapless"
 8111version = "0.9.2"
 8112source = "registry+https://github.com/rust-lang/crates.io-index"
 8113checksum = "2af2455f757db2b292a9b1768c4b70186d443bcb3b316252d6b540aec1cd89ed"
 8114dependencies = [
 8115 "hash32",
 8116 "stable_deref_trait",
 8117]
 8118
 8119[[package]]
 8120name = "heck"
 8121version = "0.3.3"
 8122source = "registry+https://github.com/rust-lang/crates.io-index"
 8123checksum = "6d621efb26863f0e9924c6ac577e8275e5e6b77455db64ffa6c65c904e9e132c"
 8124dependencies = [
 8125 "unicode-segmentation",
 8126]
 8127
 8128[[package]]
 8129name = "heck"
 8130version = "0.4.1"
 8131source = "registry+https://github.com/rust-lang/crates.io-index"
 8132checksum = "95505c38b4572b2d910cecb0281560f54b440a19336cbbcb27bf6ce6adc6f5a8"
 8133dependencies = [
 8134 "unicode-segmentation",
 8135]
 8136
 8137[[package]]
 8138name = "heck"
 8139version = "0.5.0"
 8140source = "registry+https://github.com/rust-lang/crates.io-index"
 8141checksum = "2304e00983f87ffb38b55b444b5e3b60a884b5d30c0fca7d82fe33449bbe55ea"
 8142
 8143[[package]]
 8144name = "heed"
 8145version = "0.21.0"
 8146source = "registry+https://github.com/rust-lang/crates.io-index"
 8147checksum = "bd54745cfacb7b97dee45e8fdb91814b62bccddb481debb7de0f9ee6b7bf5b43"
 8148dependencies = [
 8149 "bitflags 2.10.0",
 8150 "byteorder",
 8151 "heed-traits",
 8152 "heed-types",
 8153 "libc",
 8154 "lmdb-master-sys",
 8155 "once_cell",
 8156 "page_size",
 8157 "serde",
 8158 "synchronoise",
 8159 "url",
 8160]
 8161
 8162[[package]]
 8163name = "heed-traits"
 8164version = "0.20.0"
 8165source = "registry+https://github.com/rust-lang/crates.io-index"
 8166checksum = "eb3130048d404c57ce5a1ac61a903696e8fcde7e8c2991e9fcfc1f27c3ef74ff"
 8167
 8168[[package]]
 8169name = "heed-types"
 8170version = "0.21.0"
 8171source = "registry+https://github.com/rust-lang/crates.io-index"
 8172checksum = "13c255bdf46e07fb840d120a36dcc81f385140d7191c76a7391672675c01a55d"
 8173dependencies = [
 8174 "bincode",
 8175 "byteorder",
 8176 "heed-traits",
 8177 "serde",
 8178 "serde_json",
 8179]
 8180
 8181[[package]]
 8182name = "hermit-abi"
 8183version = "0.5.2"
 8184source = "registry+https://github.com/rust-lang/crates.io-index"
 8185checksum = "fc0fef456e4baa96da950455cd02c081ca953b141298e41db3fc7e36b1da849c"
 8186
 8187[[package]]
 8188name = "hex"
 8189version = "0.4.3"
 8190source = "registry+https://github.com/rust-lang/crates.io-index"
 8191checksum = "7f24254aa9a54b5c858eaee2f5bccdb46aaf0e486a595ed5fd8f86ba55232a70"
 8192
 8193[[package]]
 8194name = "hexf-parse"
 8195version = "0.2.1"
 8196source = "registry+https://github.com/rust-lang/crates.io-index"
 8197checksum = "dfa686283ad6dd069f105e5ab091b04c62850d3e4cf5d67debad1933f55023df"
 8198
 8199[[package]]
 8200name = "hkdf"
 8201version = "0.12.4"
 8202source = "registry+https://github.com/rust-lang/crates.io-index"
 8203checksum = "7b5f8eb2ad728638ea2c7d47a21db23b7b58a72ed6a38256b8a1849f15fbbdf7"
 8204dependencies = [
 8205 "hmac",
 8206]
 8207
 8208[[package]]
 8209name = "hmac"
 8210version = "0.12.1"
 8211source = "registry+https://github.com/rust-lang/crates.io-index"
 8212checksum = "6c49c37c09c17a53d937dfbb742eb3a961d65a994e6bcdcf37e7399d0cc8ab5e"
 8213dependencies = [
 8214 "digest",
 8215]
 8216
 8217[[package]]
 8218name = "home"
 8219version = "0.5.11"
 8220source = "registry+https://github.com/rust-lang/crates.io-index"
 8221checksum = "589533453244b0995c858700322199b2becb13b627df2851f64a2775d024abcf"
 8222dependencies = [
 8223 "windows-sys 0.59.0",
 8224]
 8225
 8226[[package]]
 8227name = "hound"
 8228version = "3.5.1"
 8229source = "registry+https://github.com/rust-lang/crates.io-index"
 8230checksum = "62adaabb884c94955b19907d60019f4e145d091c75345379e70d1ee696f7854f"
 8231
 8232[[package]]
 8233name = "html5ever"
 8234version = "0.27.0"
 8235source = "registry+https://github.com/rust-lang/crates.io-index"
 8236checksum = "c13771afe0e6e846f1e67d038d4cb29998a6779f93c809212e4e9c32efd244d4"
 8237dependencies = [
 8238 "log",
 8239 "mac",
 8240 "markup5ever 0.12.1",
 8241 "proc-macro2",
 8242 "quote",
 8243 "syn 2.0.117",
 8244]
 8245
 8246[[package]]
 8247name = "html5ever"
 8248version = "0.35.0"
 8249source = "registry+https://github.com/rust-lang/crates.io-index"
 8250checksum = "55d958c2f74b664487a2035fe1dadb032c48718a03b63f3ab0b8537db8549ed4"
 8251dependencies = [
 8252 "log",
 8253 "markup5ever 0.35.0",
 8254 "match_token",
 8255]
 8256
 8257[[package]]
 8258name = "html_to_markdown"
 8259version = "0.1.0"
 8260dependencies = [
 8261 "anyhow",
 8262 "html5ever 0.27.0",
 8263 "indoc",
 8264 "markup5ever_rcdom",
 8265 "pretty_assertions",
 8266 "regex",
 8267]
 8268
 8269[[package]]
 8270name = "http"
 8271version = "0.2.12"
 8272source = "registry+https://github.com/rust-lang/crates.io-index"
 8273checksum = "601cbb57e577e2f5ef5be8e7b83f0f63994f25aa94d673e54a92d5c516d101f1"
 8274dependencies = [
 8275 "bytes 1.11.1",
 8276 "fnv",
 8277 "itoa",
 8278]
 8279
 8280[[package]]
 8281name = "http"
 8282version = "1.3.1"
 8283source = "registry+https://github.com/rust-lang/crates.io-index"
 8284checksum = "f4a85d31aea989eead29a3aaf9e1115a180df8282431156e533de47660892565"
 8285dependencies = [
 8286 "bytes 1.11.1",
 8287 "fnv",
 8288 "itoa",
 8289]
 8290
 8291[[package]]
 8292name = "http-body"
 8293version = "0.4.6"
 8294source = "registry+https://github.com/rust-lang/crates.io-index"
 8295checksum = "7ceab25649e9960c0311ea418d17bee82c0dcec1bd053b5f9a66e265a693bed2"
 8296dependencies = [
 8297 "bytes 1.11.1",
 8298 "http 0.2.12",
 8299 "pin-project-lite",
 8300]
 8301
 8302[[package]]
 8303name = "http-body"
 8304version = "1.0.1"
 8305source = "registry+https://github.com/rust-lang/crates.io-index"
 8306checksum = "1efedce1fb8e6913f23e0c92de8e62cd5b772a67e7b3946df930a62566c93184"
 8307dependencies = [
 8308 "bytes 1.11.1",
 8309 "http 1.3.1",
 8310]
 8311
 8312[[package]]
 8313name = "http-body-util"
 8314version = "0.1.3"
 8315source = "registry+https://github.com/rust-lang/crates.io-index"
 8316checksum = "b021d93e26becf5dc7e1b75b1bed1fd93124b374ceb73f43d4d4eafec896a64a"
 8317dependencies = [
 8318 "bytes 1.11.1",
 8319 "futures-core",
 8320 "http 1.3.1",
 8321 "http-body 1.0.1",
 8322 "pin-project-lite",
 8323]
 8324
 8325[[package]]
 8326name = "http-range-header"
 8327version = "0.3.1"
 8328source = "registry+https://github.com/rust-lang/crates.io-index"
 8329checksum = "add0ab9360ddbd88cfeb3bd9574a1d85cfdfa14db10b3e21d3700dbc4328758f"
 8330
 8331[[package]]
 8332name = "http_client"
 8333version = "0.1.0"
 8334dependencies = [
 8335 "anyhow",
 8336 "async-compression",
 8337 "async-fs",
 8338 "async-tar",
 8339 "bytes 1.11.1",
 8340 "derive_more",
 8341 "futures 0.3.32",
 8342 "http 1.3.1",
 8343 "http-body 1.0.1",
 8344 "log",
 8345 "parking_lot",
 8346 "serde",
 8347 "serde_json",
 8348 "serde_urlencoded",
 8349 "sha2",
 8350 "tempfile",
 8351 "url",
 8352 "util",
 8353]
 8354
 8355[[package]]
 8356name = "http_client_tls"
 8357version = "0.1.0"
 8358dependencies = [
 8359 "rustls 0.23.33",
 8360 "rustls-platform-verifier",
 8361]
 8362
 8363[[package]]
 8364name = "httparse"
 8365version = "1.10.1"
 8366source = "registry+https://github.com/rust-lang/crates.io-index"
 8367checksum = "6dbf3de79e51f3d586ab4cb9d5c3e2c14aa28ed23d180cf89b4df0454a69cc87"
 8368
 8369[[package]]
 8370name = "httpdate"
 8371version = "1.0.3"
 8372source = "registry+https://github.com/rust-lang/crates.io-index"
 8373checksum = "df3b46402a9d5adb4c86a0cf463f42e19994e3ee891101b1841f30a545cb49a9"
 8374
 8375[[package]]
 8376name = "human_bytes"
 8377version = "0.4.3"
 8378source = "registry+https://github.com/rust-lang/crates.io-index"
 8379checksum = "91f255a4535024abf7640cb288260811fc14794f62b063652ed349f9a6c2348e"
 8380
 8381[[package]]
 8382name = "humantime"
 8383version = "2.3.0"
 8384source = "registry+https://github.com/rust-lang/crates.io-index"
 8385checksum = "135b12329e5e3ce057a9f972339ea52bc954fe1e9358ef27f95e89716fbc5424"
 8386
 8387[[package]]
 8388name = "hyper"
 8389version = "0.14.32"
 8390source = "registry+https://github.com/rust-lang/crates.io-index"
 8391checksum = "41dfc780fdec9373c01bae43289ea34c972e40ee3c9f6b3c8801a35f35586ce7"
 8392dependencies = [
 8393 "bytes 1.11.1",
 8394 "futures-channel",
 8395 "futures-core",
 8396 "futures-util",
 8397 "h2 0.3.27",
 8398 "http 0.2.12",
 8399 "http-body 0.4.6",
 8400 "httparse",
 8401 "httpdate",
 8402 "itoa",
 8403 "pin-project-lite",
 8404 "socket2 0.5.10",
 8405 "tokio",
 8406 "tower-service",
 8407 "tracing",
 8408 "want",
 8409]
 8410
 8411[[package]]
 8412name = "hyper"
 8413version = "1.7.0"
 8414source = "registry+https://github.com/rust-lang/crates.io-index"
 8415checksum = "eb3aa54a13a0dfe7fbe3a59e0c76093041720fdc77b110cc0fc260fafb4dc51e"
 8416dependencies = [
 8417 "atomic-waker",
 8418 "bytes 1.11.1",
 8419 "futures-channel",
 8420 "futures-core",
 8421 "h2 0.4.12",
 8422 "http 1.3.1",
 8423 "http-body 1.0.1",
 8424 "httparse",
 8425 "itoa",
 8426 "pin-project-lite",
 8427 "pin-utils",
 8428 "smallvec",
 8429 "tokio",
 8430 "want",
 8431]
 8432
 8433[[package]]
 8434name = "hyper-rustls"
 8435version = "0.24.2"
 8436source = "registry+https://github.com/rust-lang/crates.io-index"
 8437checksum = "ec3efd23720e2049821a693cbc7e65ea87c72f1c58ff2f9522ff332b1491e590"
 8438dependencies = [
 8439 "futures-util",
 8440 "http 0.2.12",
 8441 "hyper 0.14.32",
 8442 "log",
 8443 "rustls 0.21.12",
 8444 "rustls-native-certs 0.6.3",
 8445 "tokio",
 8446 "tokio-rustls 0.24.1",
 8447]
 8448
 8449[[package]]
 8450name = "hyper-rustls"
 8451version = "0.27.7"
 8452source = "registry+https://github.com/rust-lang/crates.io-index"
 8453checksum = "e3c93eb611681b207e1fe55d5a71ecf91572ec8a6705cdb6857f7d8d5242cf58"
 8454dependencies = [
 8455 "http 1.3.1",
 8456 "hyper 1.7.0",
 8457 "hyper-util",
 8458 "log",
 8459 "rustls 0.23.33",
 8460 "rustls-native-certs 0.8.2",
 8461 "rustls-pki-types",
 8462 "tokio",
 8463 "tokio-rustls 0.26.2",
 8464 "tower-service",
 8465]
 8466
 8467[[package]]
 8468name = "hyper-timeout"
 8469version = "0.5.2"
 8470source = "registry+https://github.com/rust-lang/crates.io-index"
 8471checksum = "2b90d566bffbce6a75bd8b09a05aa8c2cb1fabb6cb348f8840c9e4c90a0d83b0"
 8472dependencies = [
 8473 "hyper 1.7.0",
 8474 "hyper-util",
 8475 "pin-project-lite",
 8476 "tokio",
 8477 "tower-service",
 8478]
 8479
 8480[[package]]
 8481name = "hyper-tls"
 8482version = "0.5.0"
 8483source = "registry+https://github.com/rust-lang/crates.io-index"
 8484checksum = "d6183ddfa99b85da61a140bea0efc93fdf56ceaa041b37d553518030827f9905"
 8485dependencies = [
 8486 "bytes 1.11.1",
 8487 "hyper 0.14.32",
 8488 "native-tls",
 8489 "tokio",
 8490 "tokio-native-tls",
 8491]
 8492
 8493[[package]]
 8494name = "hyper-util"
 8495version = "0.1.17"
 8496source = "registry+https://github.com/rust-lang/crates.io-index"
 8497checksum = "3c6995591a8f1380fcb4ba966a252a4b29188d51d2b89e3a252f5305be65aea8"
 8498dependencies = [
 8499 "base64 0.22.1",
 8500 "bytes 1.11.1",
 8501 "futures-channel",
 8502 "futures-core",
 8503 "futures-util",
 8504 "http 1.3.1",
 8505 "http-body 1.0.1",
 8506 "hyper 1.7.0",
 8507 "ipnet",
 8508 "libc",
 8509 "percent-encoding",
 8510 "pin-project-lite",
 8511 "socket2 0.6.1",
 8512 "tokio",
 8513 "tower-service",
 8514 "tracing",
 8515]
 8516
 8517[[package]]
 8518name = "iana-time-zone"
 8519version = "0.1.64"
 8520source = "registry+https://github.com/rust-lang/crates.io-index"
 8521checksum = "33e57f83510bb73707521ebaffa789ec8caf86f9657cad665b092b581d40e9fb"
 8522dependencies = [
 8523 "android_system_properties",
 8524 "core-foundation-sys",
 8525 "iana-time-zone-haiku",
 8526 "js-sys",
 8527 "log",
 8528 "wasm-bindgen",
 8529 "windows-core 0.62.2",
 8530]
 8531
 8532[[package]]
 8533name = "iana-time-zone-haiku"
 8534version = "0.1.2"
 8535source = "registry+https://github.com/rust-lang/crates.io-index"
 8536checksum = "f31827a206f56af32e590ba56d5d2d085f558508192593743f16b2306495269f"
 8537dependencies = [
 8538 "cc",
 8539]
 8540
 8541[[package]]
 8542name = "icons"
 8543version = "0.1.0"
 8544dependencies = [
 8545 "serde",
 8546 "strum 0.27.2",
 8547]
 8548
 8549[[package]]
 8550name = "icu_collections"
 8551version = "2.0.0"
 8552source = "registry+https://github.com/rust-lang/crates.io-index"
 8553checksum = "200072f5d0e3614556f94a9930d5dc3e0662a652823904c3a75dc3b0af7fee47"
 8554dependencies = [
 8555 "displaydoc",
 8556 "potential_utf",
 8557 "yoke 0.8.0",
 8558 "zerofrom",
 8559 "zerovec",
 8560]
 8561
 8562[[package]]
 8563name = "icu_locale_core"
 8564version = "2.0.0"
 8565source = "registry+https://github.com/rust-lang/crates.io-index"
 8566checksum = "0cde2700ccaed3872079a65fb1a78f6c0a36c91570f28755dda67bc8f7d9f00a"
 8567dependencies = [
 8568 "displaydoc",
 8569 "litemap",
 8570 "tinystr",
 8571 "writeable",
 8572 "zerovec",
 8573]
 8574
 8575[[package]]
 8576name = "icu_normalizer"
 8577version = "2.0.0"
 8578source = "registry+https://github.com/rust-lang/crates.io-index"
 8579checksum = "436880e8e18df4d7bbc06d58432329d6458cc84531f7ac5f024e93deadb37979"
 8580dependencies = [
 8581 "displaydoc",
 8582 "icu_collections",
 8583 "icu_normalizer_data",
 8584 "icu_properties",
 8585 "icu_provider",
 8586 "smallvec",
 8587 "zerovec",
 8588]
 8589
 8590[[package]]
 8591name = "icu_normalizer_data"
 8592version = "2.0.0"
 8593source = "registry+https://github.com/rust-lang/crates.io-index"
 8594checksum = "00210d6893afc98edb752b664b8890f0ef174c8adbb8d0be9710fa66fbbf72d3"
 8595
 8596[[package]]
 8597name = "icu_properties"
 8598version = "2.0.1"
 8599source = "registry+https://github.com/rust-lang/crates.io-index"
 8600checksum = "016c619c1eeb94efb86809b015c58f479963de65bdb6253345c1a1276f22e32b"
 8601dependencies = [
 8602 "displaydoc",
 8603 "icu_collections",
 8604 "icu_locale_core",
 8605 "icu_properties_data",
 8606 "icu_provider",
 8607 "potential_utf",
 8608 "zerotrie",
 8609 "zerovec",
 8610]
 8611
 8612[[package]]
 8613name = "icu_properties_data"
 8614version = "2.0.1"
 8615source = "registry+https://github.com/rust-lang/crates.io-index"
 8616checksum = "298459143998310acd25ffe6810ed544932242d3f07083eee1084d83a71bd632"
 8617
 8618[[package]]
 8619name = "icu_provider"
 8620version = "2.0.0"
 8621source = "registry+https://github.com/rust-lang/crates.io-index"
 8622checksum = "03c80da27b5f4187909049ee2d72f276f0d9f99a42c306bd0131ecfe04d8e5af"
 8623dependencies = [
 8624 "displaydoc",
 8625 "icu_locale_core",
 8626 "stable_deref_trait",
 8627 "tinystr",
 8628 "writeable",
 8629 "yoke 0.8.0",
 8630 "zerofrom",
 8631 "zerotrie",
 8632 "zerovec",
 8633]
 8634
 8635[[package]]
 8636name = "id-arena"
 8637version = "2.2.1"
 8638source = "registry+https://github.com/rust-lang/crates.io-index"
 8639checksum = "25a2bc672d1148e28034f176e01fffebb08b35768468cc954630da77a1449005"
 8640
 8641[[package]]
 8642name = "ident_case"
 8643version = "1.0.1"
 8644source = "registry+https://github.com/rust-lang/crates.io-index"
 8645checksum = "b9e0384b61958566e926dc50660321d12159025e767c18e043daf26b70104c39"
 8646
 8647[[package]]
 8648name = "idna"
 8649version = "1.1.0"
 8650source = "registry+https://github.com/rust-lang/crates.io-index"
 8651checksum = "3b0875f23caa03898994f6ddc501886a45c7d3d62d04d2d90788d47be1b1e4de"
 8652dependencies = [
 8653 "idna_adapter",
 8654 "smallvec",
 8655 "utf8_iter",
 8656]
 8657
 8658[[package]]
 8659name = "idna_adapter"
 8660version = "1.2.1"
 8661source = "registry+https://github.com/rust-lang/crates.io-index"
 8662checksum = "3acae9609540aa318d1bc588455225fb2085b9ed0c4f6bd0d9d5bcd86f1a0344"
 8663dependencies = [
 8664 "icu_normalizer",
 8665 "icu_properties",
 8666]
 8667
 8668[[package]]
 8669name = "ignore"
 8670version = "0.4.24"
 8671source = "registry+https://github.com/rust-lang/crates.io-index"
 8672checksum = "81776e6f9464432afcc28d03e52eb101c93b6f0566f52aef2427663e700f0403"
 8673dependencies = [
 8674 "crossbeam-deque",
 8675 "globset",
 8676 "log",
 8677 "memchr",
 8678 "regex-automata",
 8679 "same-file",
 8680 "walkdir",
 8681 "winapi-util",
 8682]
 8683
 8684[[package]]
 8685name = "image"
 8686version = "0.25.10"
 8687source = "registry+https://github.com/rust-lang/crates.io-index"
 8688checksum = "85ab80394333c02fe689eaf900ab500fbd0c2213da414687ebf995a65d5a6104"
 8689dependencies = [
 8690 "bytemuck",
 8691 "byteorder-lite",
 8692 "color_quant",
 8693 "exr",
 8694 "gif 0.14.2",
 8695 "image-webp",
 8696 "moxcms",
 8697 "num-traits",
 8698 "png 0.18.0",
 8699 "qoi",
 8700 "ravif",
 8701 "rayon",
 8702 "rgb",
 8703 "tiff",
 8704 "zune-core 0.5.1",
 8705 "zune-jpeg 0.5.15",
 8706]
 8707
 8708[[package]]
 8709name = "image-webp"
 8710version = "0.2.4"
 8711source = "registry+https://github.com/rust-lang/crates.io-index"
 8712checksum = "525e9ff3e1a4be2fbea1fdf0e98686a6d98b4d8f937e1bf7402245af1909e8c3"
 8713dependencies = [
 8714 "byteorder-lite",
 8715 "quick-error 2.0.1",
 8716]
 8717
 8718[[package]]
 8719name = "image_viewer"
 8720version = "0.1.0"
 8721dependencies = [
 8722 "anyhow",
 8723 "db",
 8724 "editor",
 8725 "file_icons",
 8726 "gpui",
 8727 "language",
 8728 "log",
 8729 "project",
 8730 "serde",
 8731 "settings",
 8732 "theme_settings",
 8733 "ui",
 8734 "util",
 8735 "workspace",
 8736]
 8737
 8738[[package]]
 8739name = "imagesize"
 8740version = "0.13.0"
 8741source = "registry+https://github.com/rust-lang/crates.io-index"
 8742checksum = "edcd27d72f2f071c64249075f42e205ff93c9a4c5f6c6da53e79ed9f9832c285"
 8743
 8744[[package]]
 8745name = "imara-diff"
 8746version = "0.1.8"
 8747source = "registry+https://github.com/rust-lang/crates.io-index"
 8748checksum = "17d34b7d42178945f775e84bc4c36dde7c1c6cdfea656d3354d009056f2bb3d2"
 8749dependencies = [
 8750 "hashbrown 0.15.5",
 8751]
 8752
 8753[[package]]
 8754name = "imgref"
 8755version = "1.12.0"
 8756source = "registry+https://github.com/rust-lang/crates.io-index"
 8757checksum = "e7c5cedc30da3a610cac6b4ba17597bdf7152cf974e8aab3afb3d54455e371c8"
 8758
 8759[[package]]
 8760name = "indenter"
 8761version = "0.3.4"
 8762source = "registry+https://github.com/rust-lang/crates.io-index"
 8763checksum = "964de6e86d545b246d84badc0fef527924ace5134f30641c203ef52ba83f58d5"
 8764
 8765[[package]]
 8766name = "indexmap"
 8767version = "2.11.4"
 8768source = "registry+https://github.com/rust-lang/crates.io-index"
 8769checksum = "4b0f83760fb341a774ed326568e19f5a863af4a952def8c39f9ab92fd95b88e5"
 8770dependencies = [
 8771 "equivalent",
 8772 "hashbrown 0.15.5",
 8773 "serde",
 8774 "serde_core",
 8775]
 8776
 8777[[package]]
 8778name = "indoc"
 8779version = "2.0.6"
 8780source = "registry+https://github.com/rust-lang/crates.io-index"
 8781checksum = "f4c7245a08504955605670dbf141fceab975f15ca21570696aebe9d2e71576bd"
 8782
 8783[[package]]
 8784name = "inherent"
 8785version = "1.0.13"
 8786source = "registry+https://github.com/rust-lang/crates.io-index"
 8787checksum = "c727f80bfa4a6c6e2508d2f05b6f4bfce242030bd88ed15ae5331c5b5d30fba7"
 8788dependencies = [
 8789 "proc-macro2",
 8790 "quote",
 8791 "syn 2.0.117",
 8792]
 8793
 8794[[package]]
 8795name = "inotify"
 8796version = "0.9.6"
 8797source = "registry+https://github.com/rust-lang/crates.io-index"
 8798checksum = "f8069d3ec154eb856955c1c0fbffefbf5f3c40a104ec912d4797314c1801abff"
 8799dependencies = [
 8800 "bitflags 1.3.2",
 8801 "inotify-sys",
 8802 "libc",
 8803]
 8804
 8805[[package]]
 8806name = "inotify"
 8807version = "0.11.0"
 8808source = "registry+https://github.com/rust-lang/crates.io-index"
 8809checksum = "f37dccff2791ab604f9babef0ba14fbe0be30bd368dc541e2b08d07c8aa908f3"
 8810dependencies = [
 8811 "bitflags 2.10.0",
 8812 "inotify-sys",
 8813 "libc",
 8814]
 8815
 8816[[package]]
 8817name = "inotify-sys"
 8818version = "0.1.5"
 8819source = "registry+https://github.com/rust-lang/crates.io-index"
 8820checksum = "e05c02b5e89bff3b946cedeca278abc628fe811e604f027c45a8aa3cf793d0eb"
 8821dependencies = [
 8822 "libc",
 8823]
 8824
 8825[[package]]
 8826name = "inout"
 8827version = "0.1.4"
 8828source = "registry+https://github.com/rust-lang/crates.io-index"
 8829checksum = "879f10e63c20629ecabbb64a8010319738c66a5cd0c29b02d63d272b03751d01"
 8830dependencies = [
 8831 "block-padding",
 8832 "generic-array",
 8833]
 8834
 8835[[package]]
 8836name = "input_latency_ui"
 8837version = "0.1.0"
 8838dependencies = [
 8839 "chrono",
 8840 "gpui",
 8841 "hdrhistogram",
 8842]
 8843
 8844[[package]]
 8845name = "inspector_ui"
 8846version = "0.1.0"
 8847dependencies = [
 8848 "anyhow",
 8849 "command_palette_hooks",
 8850 "editor",
 8851 "fuzzy",
 8852 "gpui",
 8853 "language",
 8854 "project",
 8855 "serde_json",
 8856 "serde_json_lenient",
 8857 "theme_settings",
 8858 "ui",
 8859 "util",
 8860 "util_macros",
 8861 "workspace",
 8862 "zed_actions",
 8863]
 8864
 8865[[package]]
 8866name = "install_cli"
 8867version = "0.1.0"
 8868dependencies = [
 8869 "anyhow",
 8870 "client",
 8871 "gpui",
 8872 "release_channel",
 8873 "smol",
 8874 "util",
 8875 "workspace",
 8876]
 8877
 8878[[package]]
 8879name = "instant"
 8880version = "0.1.13"
 8881source = "registry+https://github.com/rust-lang/crates.io-index"
 8882checksum = "e0242819d153cba4b4b05a5a8f2a7e9bbf97b6055b2a002b395c96b5ff3c0222"
 8883dependencies = [
 8884 "cfg-if",
 8885]
 8886
 8887[[package]]
 8888name = "interpolate_name"
 8889version = "0.2.4"
 8890source = "registry+https://github.com/rust-lang/crates.io-index"
 8891checksum = "c34819042dc3d3971c46c2190835914dfbe0c3c13f61449b2997f4e9722dfa60"
 8892dependencies = [
 8893 "proc-macro2",
 8894 "quote",
 8895 "syn 2.0.117",
 8896]
 8897
 8898[[package]]
 8899name = "inventory"
 8900version = "0.3.21"
 8901source = "registry+https://github.com/rust-lang/crates.io-index"
 8902checksum = "bc61209c082fbeb19919bee74b176221b27223e27b65d781eb91af24eb1fb46e"
 8903dependencies = [
 8904 "rustversion",
 8905]
 8906
 8907[[package]]
 8908name = "io-extras"
 8909version = "0.18.4"
 8910source = "registry+https://github.com/rust-lang/crates.io-index"
 8911checksum = "2285ddfe3054097ef4b2fe909ef8c3bcd1ea52a8f0d274416caebeef39f04a65"
 8912dependencies = [
 8913 "io-lifetimes",
 8914 "windows-sys 0.59.0",
 8915]
 8916
 8917[[package]]
 8918name = "io-lifetimes"
 8919version = "2.0.4"
 8920source = "registry+https://github.com/rust-lang/crates.io-index"
 8921checksum = "06432fb54d3be7964ecd3649233cddf80db2832f47fec34c01f65b3d9d774983"
 8922
 8923[[package]]
 8924name = "io-surface"
 8925version = "0.16.1"
 8926source = "registry+https://github.com/rust-lang/crates.io-index"
 8927checksum = "554b8c5d64ec09a3a520fe58e4d48a73e00ff32899cdcbe32a4877afd4968b8e"
 8928dependencies = [
 8929 "cgl",
 8930 "core-foundation 0.10.0",
 8931 "core-foundation-sys",
 8932 "leaky-cow",
 8933]
 8934
 8935[[package]]
 8936name = "iovec"
 8937version = "0.1.4"
 8938source = "registry+https://github.com/rust-lang/crates.io-index"
 8939checksum = "b2b3ea6ff95e175473f8ffe6a7eb7c00d054240321b84c57051175fe3c1e075e"
 8940dependencies = [
 8941 "libc",
 8942]
 8943
 8944[[package]]
 8945name = "ipc-channel"
 8946version = "0.19.0"
 8947source = "registry+https://github.com/rust-lang/crates.io-index"
 8948checksum = "6fb8251fb7bcd9ccd3725ed8deae9fe7db8e586495c9eb5b0c52e6233e5e75ea"
 8949dependencies = [
 8950 "bincode",
 8951 "crossbeam-channel",
 8952 "fnv",
 8953 "lazy_static",
 8954 "libc",
 8955 "mio 1.1.0",
 8956 "rand 0.8.5",
 8957 "serde",
 8958 "tempfile",
 8959 "uuid",
 8960 "windows 0.58.0",
 8961]
 8962
 8963[[package]]
 8964name = "ipnet"
 8965version = "2.11.0"
 8966source = "registry+https://github.com/rust-lang/crates.io-index"
 8967checksum = "469fb0b9cefa57e3ef31275ee7cacb78f2fdca44e4765491884a2b119d4eb130"
 8968
 8969[[package]]
 8970name = "iri-string"
 8971version = "0.7.8"
 8972source = "registry+https://github.com/rust-lang/crates.io-index"
 8973checksum = "dbc5ebe9c3a1a7a5127f920a418f7585e9e758e911d0466ed004f393b0e380b2"
 8974dependencies = [
 8975 "memchr",
 8976 "serde",
 8977]
 8978
 8979[[package]]
 8980name = "is-docker"
 8981version = "0.2.0"
 8982source = "registry+https://github.com/rust-lang/crates.io-index"
 8983checksum = "928bae27f42bc99b60d9ac7334e3a21d10ad8f1835a4e12ec3ec0464765ed1b3"
 8984dependencies = [
 8985 "once_cell",
 8986]
 8987
 8988[[package]]
 8989name = "is-terminal"
 8990version = "0.4.16"
 8991source = "registry+https://github.com/rust-lang/crates.io-index"
 8992checksum = "e04d7f318608d35d4b61ddd75cbdaee86b023ebe2bd5a66ee0915f0bf93095a9"
 8993dependencies = [
 8994 "hermit-abi",
 8995 "libc",
 8996 "windows-sys 0.59.0",
 8997]
 8998
 8999[[package]]
 9000name = "is-wsl"
 9001version = "0.4.0"
 9002source = "registry+https://github.com/rust-lang/crates.io-index"
 9003checksum = "173609498df190136aa7dea1a91db051746d339e18476eed5ca40521f02d7aa5"
 9004dependencies = [
 9005 "is-docker",
 9006 "once_cell",
 9007]
 9008
 9009[[package]]
 9010name = "is_executable"
 9011version = "1.0.5"
 9012source = "registry+https://github.com/rust-lang/crates.io-index"
 9013checksum = "baabb8b4867b26294d818bf3f651a454b6901431711abb96e296245888d6e8c4"
 9014dependencies = [
 9015 "windows-sys 0.60.2",
 9016]
 9017
 9018[[package]]
 9019name = "is_terminal_polyfill"
 9020version = "1.70.1"
 9021source = "registry+https://github.com/rust-lang/crates.io-index"
 9022checksum = "7943c866cc5cd64cbc25b2e01621d07fa8eb2a1a23160ee81ce38704e97b8ecf"
 9023
 9024[[package]]
 9025name = "itertools"
 9026version = "0.10.5"
 9027source = "registry+https://github.com/rust-lang/crates.io-index"
 9028checksum = "b0fd2260e829bddf4cb6ea802289de2f86d6a7a690192fbe91b3f46e0f2c8473"
 9029dependencies = [
 9030 "either",
 9031]
 9032
 9033[[package]]
 9034name = "itertools"
 9035version = "0.11.0"
 9036source = "registry+https://github.com/rust-lang/crates.io-index"
 9037checksum = "b1c173a5686ce8bfa551b3563d0c2170bf24ca44da99c7ca4bfdab5418c3fe57"
 9038dependencies = [
 9039 "either",
 9040]
 9041
 9042[[package]]
 9043name = "itertools"
 9044version = "0.14.0"
 9045source = "registry+https://github.com/rust-lang/crates.io-index"
 9046checksum = "2b192c782037fadd9cfa75548310488aabdbf3d2da73885b31bd0abd03351285"
 9047dependencies = [
 9048 "either",
 9049]
 9050
 9051[[package]]
 9052name = "itoa"
 9053version = "1.0.15"
 9054source = "registry+https://github.com/rust-lang/crates.io-index"
 9055checksum = "4a5f13b858c8d314ee3e8f639011f7ccefe71f97f96e50151fb991f267928e2c"
 9056
 9057[[package]]
 9058name = "jiff"
 9059version = "0.2.15"
 9060source = "registry+https://github.com/rust-lang/crates.io-index"
 9061checksum = "be1f93b8b1eb69c77f24bbb0afdf66f54b632ee39af40ca21c4365a1d7347e49"
 9062dependencies = [
 9063 "jiff-static",
 9064 "log",
 9065 "portable-atomic",
 9066 "portable-atomic-util",
 9067 "serde",
 9068]
 9069
 9070[[package]]
 9071name = "jiff-static"
 9072version = "0.2.15"
 9073source = "registry+https://github.com/rust-lang/crates.io-index"
 9074checksum = "03343451ff899767262ec32146f6d559dd759fdadf42ff0e227c7c48f72594b4"
 9075dependencies = [
 9076 "proc-macro2",
 9077 "quote",
 9078 "syn 2.0.117",
 9079]
 9080
 9081[[package]]
 9082name = "jni"
 9083version = "0.21.1"
 9084source = "registry+https://github.com/rust-lang/crates.io-index"
 9085checksum = "1a87aa2bb7d2af34197c04845522473242e1aa17c12f4935d5856491a7fb8c97"
 9086dependencies = [
 9087 "cesu8",
 9088 "cfg-if",
 9089 "combine",
 9090 "jni-sys",
 9091 "log",
 9092 "thiserror 1.0.69",
 9093 "walkdir",
 9094 "windows-sys 0.45.0",
 9095]
 9096
 9097[[package]]
 9098name = "jni-sys"
 9099version = "0.3.0"
 9100source = "registry+https://github.com/rust-lang/crates.io-index"
 9101checksum = "8eaf4bc02d17cbdd7ff4c7438cafcdf7fb9a4613313ad11b4f8fefe7d3fa0130"
 9102
 9103[[package]]
 9104name = "jobserver"
 9105version = "0.1.34"
 9106source = "registry+https://github.com/rust-lang/crates.io-index"
 9107checksum = "9afb3de4395d6b3e67a780b6de64b51c978ecf11cb9a462c66be7d4ca9039d33"
 9108dependencies = [
 9109 "getrandom 0.3.4",
 9110 "libc",
 9111]
 9112
 9113[[package]]
 9114name = "journal"
 9115version = "0.1.0"
 9116dependencies = [
 9117 "anyhow",
 9118 "chrono",
 9119 "editor",
 9120 "gpui",
 9121 "log",
 9122 "serde",
 9123 "settings",
 9124 "shellexpand",
 9125 "workspace",
 9126]
 9127
 9128[[package]]
 9129name = "js-sys"
 9130version = "0.3.90"
 9131source = "registry+https://github.com/rust-lang/crates.io-index"
 9132checksum = "14dc6f6450b3f6d4ed5b16327f38fed626d375a886159ca555bd7822c0c3a5a6"
 9133dependencies = [
 9134 "once_cell",
 9135 "wasm-bindgen",
 9136]
 9137
 9138[[package]]
 9139name = "json5"
 9140version = "0.4.1"
 9141source = "registry+https://github.com/rust-lang/crates.io-index"
 9142checksum = "96b0db21af676c1ce64250b5f40f3ce2cf27e4e47cb91ed91eb6fe9350b430c1"
 9143dependencies = [
 9144 "pest",
 9145 "pest_derive",
 9146 "serde",
 9147]
 9148
 9149[[package]]
 9150name = "json_dotpath"
 9151version = "1.1.0"
 9152source = "registry+https://github.com/rust-lang/crates.io-index"
 9153checksum = "dbdcfef3cf5591f0cef62da413ae795e3d1f5a00936ccec0b2071499a32efd1a"
 9154dependencies = [
 9155 "serde",
 9156 "serde_derive",
 9157 "serde_json",
 9158 "thiserror 1.0.69",
 9159]
 9160
 9161[[package]]
 9162name = "json_schema_store"
 9163version = "0.1.0"
 9164dependencies = [
 9165 "anyhow",
 9166 "collections",
 9167 "dap",
 9168 "extension",
 9169 "gpui",
 9170 "language",
 9171 "parking_lot",
 9172 "paths",
 9173 "project",
 9174 "schemars",
 9175 "serde",
 9176 "serde_json",
 9177 "settings",
 9178 "snippet_provider",
 9179 "task",
 9180 "theme",
 9181 "util",
 9182]
 9183
 9184[[package]]
 9185name = "jsonschema"
 9186version = "0.37.4"
 9187source = "registry+https://github.com/rust-lang/crates.io-index"
 9188checksum = "73c9ffb2b5c56d58030e1b532d8e8389da94590515f118cf35b5cb68e4764a7e"
 9189dependencies = [
 9190 "ahash 0.8.12",
 9191 "bytecount",
 9192 "data-encoding",
 9193 "email_address",
 9194 "fancy-regex 0.16.2",
 9195 "fraction",
 9196 "getrandom 0.3.4",
 9197 "idna",
 9198 "itoa",
 9199 "num-cmp",
 9200 "num-traits",
 9201 "percent-encoding",
 9202 "referencing",
 9203 "regex",
 9204 "regex-syntax",
 9205 "reqwest 0.12.24",
 9206 "serde",
 9207 "serde_json",
 9208 "unicode-general-category",
 9209 "uuid-simd",
 9210]
 9211
 9212[[package]]
 9213name = "jsonwebtoken"
 9214version = "10.3.0"
 9215source = "registry+https://github.com/rust-lang/crates.io-index"
 9216checksum = "0529410abe238729a60b108898784df8984c87f6054c9c4fcacc47e4803c1ce1"
 9217dependencies = [
 9218 "aws-lc-rs",
 9219 "base64 0.22.1",
 9220 "getrandom 0.2.16",
 9221 "js-sys",
 9222 "pem",
 9223 "serde",
 9224 "serde_json",
 9225 "signature 2.2.0",
 9226 "simple_asn1",
 9227]
 9228
 9229[[package]]
 9230name = "jupyter-protocol"
 9231version = "1.4.0"
 9232source = "registry+https://github.com/rust-lang/crates.io-index"
 9233checksum = "4649647741f9794a7a02e3be976f1b248ba28a37dbfc626d5089316fd4fbf4c8"
 9234dependencies = [
 9235 "async-trait",
 9236 "bytes 1.11.1",
 9237 "chrono",
 9238 "futures 0.3.32",
 9239 "serde",
 9240 "serde_json",
 9241 "thiserror 2.0.17",
 9242 "uuid",
 9243]
 9244
 9245[[package]]
 9246name = "jupyter-websocket-client"
 9247version = "1.0.0"
 9248source = "registry+https://github.com/rust-lang/crates.io-index"
 9249checksum = "1ef5a543b517583059b5b11daceb37690d6ac206f9321075993cd82ab1541c28"
 9250dependencies = [
 9251 "anyhow",
 9252 "async-trait",
 9253 "async-tungstenite",
 9254 "futures 0.3.32",
 9255 "jupyter-protocol",
 9256 "serde",
 9257 "serde_json",
 9258 "tokio",
 9259 "url",
 9260 "uuid",
 9261]
 9262
 9263[[package]]
 9264name = "keymap_editor"
 9265version = "0.1.0"
 9266dependencies = [
 9267 "anyhow",
 9268 "collections",
 9269 "command_palette",
 9270 "component",
 9271 "db",
 9272 "editor",
 9273 "fs",
 9274 "fuzzy",
 9275 "gpui",
 9276 "itertools 0.14.0",
 9277 "json_schema_store",
 9278 "language",
 9279 "log",
 9280 "menu",
 9281 "notifications",
 9282 "paths",
 9283 "project",
 9284 "search",
 9285 "serde",
 9286 "serde_json",
 9287 "settings",
 9288 "telemetry",
 9289 "tempfile",
 9290 "theme",
 9291 "theme_settings",
 9292 "tree-sitter-json",
 9293 "tree-sitter-rust",
 9294 "ui",
 9295 "ui_input",
 9296 "util",
 9297 "workspace",
 9298 "zed_actions",
 9299]
 9300
 9301[[package]]
 9302name = "khronos-egl"
 9303version = "6.0.0"
 9304source = "registry+https://github.com/rust-lang/crates.io-index"
 9305checksum = "6aae1df220ece3c0ada96b8153459b67eebe9ae9212258bb0134ae60416fdf76"
 9306dependencies = [
 9307 "libc",
 9308 "libloading",
 9309 "pkg-config",
 9310]
 9311
 9312[[package]]
 9313name = "khronos_api"
 9314version = "3.1.0"
 9315source = "registry+https://github.com/rust-lang/crates.io-index"
 9316checksum = "e2db585e1d738fc771bf08a151420d3ed193d9d895a36df7f6f8a9456b911ddc"
 9317
 9318[[package]]
 9319name = "kqueue"
 9320version = "1.1.1"
 9321source = "registry+https://github.com/rust-lang/crates.io-index"
 9322checksum = "eac30106d7dce88daf4a3fcb4879ea939476d5074a9b7ddd0fb97fa4bed5596a"
 9323dependencies = [
 9324 "kqueue-sys",
 9325 "libc",
 9326]
 9327
 9328[[package]]
 9329name = "kqueue-sys"
 9330version = "1.0.4"
 9331source = "registry+https://github.com/rust-lang/crates.io-index"
 9332checksum = "ed9625ffda8729b85e45cf04090035ac368927b8cebc34898e7c120f52e4838b"
 9333dependencies = [
 9334 "bitflags 1.3.2",
 9335 "libc",
 9336]
 9337
 9338[[package]]
 9339name = "kurbo"
 9340version = "0.11.3"
 9341source = "registry+https://github.com/rust-lang/crates.io-index"
 9342checksum = "c62026ae44756f8a599ba21140f350303d4f08dcdcc71b5ad9c9bb8128c13c62"
 9343dependencies = [
 9344 "arrayvec",
 9345 "euclid",
 9346 "smallvec",
 9347]
 9348
 9349[[package]]
 9350name = "kv-log-macro"
 9351version = "1.0.7"
 9352source = "registry+https://github.com/rust-lang/crates.io-index"
 9353checksum = "0de8b303297635ad57c9f5059fd9cee7a47f8e8daa09df0fcd07dd39fb22977f"
 9354dependencies = [
 9355 "log",
 9356]
 9357
 9358[[package]]
 9359name = "language"
 9360version = "0.1.0"
 9361dependencies = [
 9362 "anyhow",
 9363 "async-trait",
 9364 "clock",
 9365 "collections",
 9366 "criterion",
 9367 "ctor",
 9368 "diffy",
 9369 "ec4rs",
 9370 "encoding_rs",
 9371 "fs",
 9372 "futures 0.3.32",
 9373 "fuzzy",
 9374 "globset",
 9375 "gpui",
 9376 "http_client",
 9377 "imara-diff",
 9378 "indoc",
 9379 "itertools 0.14.0",
 9380 "language_core",
 9381 "log",
 9382 "lsp",
 9383 "parking_lot",
 9384 "postage",
 9385 "pretty_assertions",
 9386 "rand 0.9.3",
 9387 "regex",
 9388 "rpc",
 9389 "semver",
 9390 "serde",
 9391 "serde_json",
 9392 "settings",
 9393 "shellexpand",
 9394 "smallvec",
 9395 "smol",
 9396 "streaming-iterator",
 9397 "strsim",
 9398 "sum_tree",
 9399 "task",
 9400 "text",
 9401 "theme",
 9402 "theme_settings",
 9403 "toml 0.8.23",
 9404 "tracing",
 9405 "tree-sitter",
 9406 "tree-sitter-elixir",
 9407 "tree-sitter-embedded-template",
 9408 "tree-sitter-heex",
 9409 "tree-sitter-html",
 9410 "tree-sitter-json",
 9411 "tree-sitter-md",
 9412 "tree-sitter-python",
 9413 "tree-sitter-ruby",
 9414 "tree-sitter-rust",
 9415 "tree-sitter-typescript",
 9416 "unicase",
 9417 "unindent",
 9418 "util",
 9419 "watch",
 9420 "zlog",
 9421 "ztracing",
 9422]
 9423
 9424[[package]]
 9425name = "language_core"
 9426version = "0.1.0"
 9427dependencies = [
 9428 "anyhow",
 9429 "collections",
 9430 "gpui_shared_string",
 9431 "log",
 9432 "lsp",
 9433 "parking_lot",
 9434 "regex",
 9435 "schemars",
 9436 "serde",
 9437 "serde_json",
 9438 "toml 0.8.23",
 9439 "tree-sitter",
 9440 "util",
 9441]
 9442
 9443[[package]]
 9444name = "language_extension"
 9445version = "0.1.0"
 9446dependencies = [
 9447 "anyhow",
 9448 "async-trait",
 9449 "collections",
 9450 "extension",
 9451 "fs",
 9452 "futures 0.3.32",
 9453 "gpui",
 9454 "language",
 9455 "log",
 9456 "lsp",
 9457 "project",
 9458 "serde",
 9459 "serde_json",
 9460 "tracing",
 9461 "util",
 9462 "ztracing",
 9463]
 9464
 9465[[package]]
 9466name = "language_model"
 9467version = "0.1.0"
 9468dependencies = [
 9469 "anyhow",
 9470 "base64 0.22.1",
 9471 "collections",
 9472 "credentials_provider",
 9473 "env_var",
 9474 "futures 0.3.32",
 9475 "gpui",
 9476 "http_client",
 9477 "icons",
 9478 "image",
 9479 "language_model_core",
 9480 "log",
 9481 "parking_lot",
 9482 "serde",
 9483 "serde_json",
 9484 "thiserror 2.0.17",
 9485 "util",
 9486]
 9487
 9488[[package]]
 9489name = "language_model_core"
 9490version = "0.1.0"
 9491dependencies = [
 9492 "anyhow",
 9493 "cloud_llm_client",
 9494 "futures 0.3.32",
 9495 "gpui_shared_string",
 9496 "http_client",
 9497 "partial-json-fixer",
 9498 "schemars",
 9499 "serde",
 9500 "serde_json",
 9501 "smol",
 9502 "strum 0.27.2",
 9503 "thiserror 2.0.17",
 9504]
 9505
 9506[[package]]
 9507name = "language_models"
 9508version = "0.1.0"
 9509dependencies = [
 9510 "ai_onboarding",
 9511 "anthropic",
 9512 "anyhow",
 9513 "aws-config",
 9514 "aws-credential-types",
 9515 "aws_http_client",
 9516 "base64 0.22.1",
 9517 "bedrock",
 9518 "client",
 9519 "cloud_api_client",
 9520 "cloud_api_types",
 9521 "collections",
 9522 "component",
 9523 "convert_case 0.8.0",
 9524 "copilot",
 9525 "copilot_chat",
 9526 "copilot_ui",
 9527 "credentials_provider",
 9528 "deepseek",
 9529 "extension",
 9530 "extension_host",
 9531 "fs",
 9532 "futures 0.3.32",
 9533 "google_ai",
 9534 "gpui",
 9535 "gpui_tokio",
 9536 "http_client",
 9537 "language",
 9538 "language_model",
 9539 "language_models_cloud",
 9540 "lmstudio",
 9541 "log",
 9542 "menu",
 9543 "mistral",
 9544 "ollama",
 9545 "open_ai",
 9546 "open_router",
 9547 "opencode",
 9548 "pretty_assertions",
 9549 "release_channel",
 9550 "schemars",
 9551 "serde",
 9552 "serde_json",
 9553 "settings",
 9554 "smol",
 9555 "strum 0.27.2",
 9556 "tiktoken-rs",
 9557 "tokio",
 9558 "ui",
 9559 "ui_input",
 9560 "util",
 9561 "vercel",
 9562 "x_ai",
 9563]
 9564
 9565[[package]]
 9566name = "language_models_cloud"
 9567version = "0.1.0"
 9568dependencies = [
 9569 "anthropic",
 9570 "anyhow",
 9571 "cloud_llm_client",
 9572 "futures 0.3.32",
 9573 "google_ai",
 9574 "gpui",
 9575 "http_client",
 9576 "language_model",
 9577 "open_ai",
 9578 "schemars",
 9579 "semver",
 9580 "serde",
 9581 "serde_json",
 9582 "smol",
 9583 "thiserror 2.0.17",
 9584 "x_ai",
 9585]
 9586
 9587[[package]]
 9588name = "language_onboarding"
 9589version = "0.1.0"
 9590dependencies = [
 9591 "db",
 9592 "editor",
 9593 "gpui",
 9594 "project",
 9595 "ui",
 9596 "workspace",
 9597]
 9598
 9599[[package]]
 9600name = "language_selector"
 9601version = "0.1.0"
 9602dependencies = [
 9603 "anyhow",
 9604 "editor",
 9605 "file_icons",
 9606 "fuzzy",
 9607 "gpui",
 9608 "language",
 9609 "open_path_prompt",
 9610 "picker",
 9611 "project",
 9612 "serde_json",
 9613 "settings",
 9614 "ui",
 9615 "util",
 9616 "workspace",
 9617]
 9618
 9619[[package]]
 9620name = "language_tools"
 9621version = "0.1.0"
 9622dependencies = [
 9623 "anyhow",
 9624 "client",
 9625 "collections",
 9626 "command_palette_hooks",
 9627 "edit_prediction",
 9628 "editor",
 9629 "futures 0.3.32",
 9630 "gpui",
 9631 "itertools 0.14.0",
 9632 "language",
 9633 "lsp",
 9634 "menu",
 9635 "project",
 9636 "proto",
 9637 "release_channel",
 9638 "semver",
 9639 "serde_json",
 9640 "settings",
 9641 "sysinfo 0.37.2",
 9642 "telemetry",
 9643 "theme",
 9644 "theme_settings",
 9645 "tree-sitter",
 9646 "ui",
 9647 "util",
 9648 "workspace",
 9649 "zed_actions",
 9650 "zlog",
 9651]
 9652
 9653[[package]]
 9654name = "languages"
 9655version = "0.1.0"
 9656dependencies = [
 9657 "anyhow",
 9658 "async-compression",
 9659 "async-fs",
 9660 "async-tar",
 9661 "async-trait",
 9662 "chrono",
 9663 "collections",
 9664 "fs",
 9665 "futures 0.3.32",
 9666 "globset",
 9667 "gpui",
 9668 "grammars",
 9669 "http_client",
 9670 "itertools 0.14.0",
 9671 "json_schema_store",
 9672 "language",
 9673 "log",
 9674 "lsp",
 9675 "node_runtime",
 9676 "parking_lot",
 9677 "pet",
 9678 "pet-conda",
 9679 "pet-core",
 9680 "pet-fs",
 9681 "pet-poetry",
 9682 "pet-reporter",
 9683 "pet-virtualenv",
 9684 "pretty_assertions",
 9685 "project",
 9686 "regex",
 9687 "rope",
 9688 "semver",
 9689 "serde",
 9690 "serde_json",
 9691 "serde_json_lenient",
 9692 "settings",
 9693 "smallvec",
 9694 "smol",
 9695 "snippet",
 9696 "task",
 9697 "terminal",
 9698 "theme",
 9699 "tree-sitter",
 9700 "tree-sitter-bash",
 9701 "tree-sitter-c",
 9702 "tree-sitter-cpp",
 9703 "tree-sitter-css",
 9704 "tree-sitter-gitcommit",
 9705 "tree-sitter-go",
 9706 "tree-sitter-python",
 9707 "tree-sitter-rust",
 9708 "tree-sitter-typescript",
 9709 "unindent",
 9710 "url",
 9711 "util",
 9712]
 9713
 9714[[package]]
 9715name = "lazy_static"
 9716version = "1.5.0"
 9717source = "registry+https://github.com/rust-lang/crates.io-index"
 9718checksum = "bbd2bcb4c963f2ddae06a2efc7e9f3591312473c50c6685e1f298068316e66fe"
 9719dependencies = [
 9720 "spin 0.9.8",
 9721]
 9722
 9723[[package]]
 9724name = "leak"
 9725version = "0.1.2"
 9726source = "registry+https://github.com/rust-lang/crates.io-index"
 9727checksum = "bd100e01f1154f2908dfa7d02219aeab25d0b9c7fa955164192e3245255a0c73"
 9728
 9729[[package]]
 9730name = "leaky-cow"
 9731version = "0.1.1"
 9732source = "registry+https://github.com/rust-lang/crates.io-index"
 9733checksum = "40a8225d44241fd324a8af2806ba635fc7c8a7e9a7de4d5cf3ef54e71f5926fc"
 9734dependencies = [
 9735 "leak",
 9736]
 9737
 9738[[package]]
 9739name = "leb128"
 9740version = "0.2.5"
 9741source = "registry+https://github.com/rust-lang/crates.io-index"
 9742checksum = "884e2677b40cc8c339eaefcb701c32ef1fd2493d71118dc0ca4b6a736c93bd67"
 9743
 9744[[package]]
 9745name = "leb128fmt"
 9746version = "0.1.0"
 9747source = "registry+https://github.com/rust-lang/crates.io-index"
 9748checksum = "09edd9e8b54e49e587e4f6295a7d29c3ea94d469cb40ab8ca70b288248a81db2"
 9749
 9750[[package]]
 9751name = "lebe"
 9752version = "0.5.3"
 9753source = "registry+https://github.com/rust-lang/crates.io-index"
 9754checksum = "7a79a3332a6609480d7d0c9eab957bca6b455b91bb84e66d19f5ff66294b85b8"
 9755
 9756[[package]]
 9757name = "libbz2-rs-sys"
 9758version = "0.2.2"
 9759source = "registry+https://github.com/rust-lang/crates.io-index"
 9760checksum = "2c4a545a15244c7d945065b5d392b2d2d7f21526fba56ce51467b06ed445e8f7"
 9761
 9762[[package]]
 9763name = "libc"
 9764version = "0.2.182"
 9765source = "registry+https://github.com/rust-lang/crates.io-index"
 9766checksum = "6800badb6cb2082ffd7b6a67e6125bb39f18782f793520caee8cb8846be06112"
 9767
 9768[[package]]
 9769name = "libdbus-sys"
 9770version = "0.2.6"
 9771source = "registry+https://github.com/rust-lang/crates.io-index"
 9772checksum = "5cbe856efeb50e4681f010e9aaa2bf0a644e10139e54cde10fc83a307c23bd9f"
 9773dependencies = [
 9774 "cc",
 9775 "pkg-config",
 9776]
 9777
 9778[[package]]
 9779name = "libfuzzer-sys"
 9780version = "0.4.10"
 9781source = "registry+https://github.com/rust-lang/crates.io-index"
 9782checksum = "5037190e1f70cbeef565bd267599242926f724d3b8a9f510fd7e0b540cfa4404"
 9783dependencies = [
 9784 "arbitrary",
 9785 "cc",
 9786]
 9787
 9788[[package]]
 9789name = "libgit2-sys"
 9790version = "0.18.3+1.9.2"
 9791source = "registry+https://github.com/rust-lang/crates.io-index"
 9792checksum = "c9b3acc4b91781bb0b3386669d325163746af5f6e4f73e6d2d630e09a35f3487"
 9793dependencies = [
 9794 "cc",
 9795 "libc",
 9796 "libz-sys",
 9797 "pkg-config",
 9798]
 9799
 9800[[package]]
 9801name = "libloading"
 9802version = "0.8.9"
 9803source = "registry+https://github.com/rust-lang/crates.io-index"
 9804checksum = "d7c4b02199fee7c5d21a5ae7d8cfa79a6ef5bb2fc834d6e9058e89c825efdc55"
 9805dependencies = [
 9806 "cfg-if",
 9807 "windows-link 0.2.1",
 9808]
 9809
 9810[[package]]
 9811name = "libm"
 9812version = "0.2.15"
 9813source = "registry+https://github.com/rust-lang/crates.io-index"
 9814checksum = "f9fbbcab51052fe104eb5e5d351cf728d30a5be1fe14d9be8a3b097481fb97de"
 9815
 9816[[package]]
 9817name = "libmimalloc-sys"
 9818version = "0.1.44"
 9819source = "registry+https://github.com/rust-lang/crates.io-index"
 9820checksum = "667f4fec20f29dfc6bc7357c582d91796c169ad7e2fce709468aefeb2c099870"
 9821dependencies = [
 9822 "cc",
 9823 "libc",
 9824]
 9825
 9826[[package]]
 9827name = "libredox"
 9828version = "0.1.10"
 9829source = "registry+https://github.com/rust-lang/crates.io-index"
 9830checksum = "416f7e718bdb06000964960ffa43b4335ad4012ae8b99060261aa4a8088d5ccb"
 9831dependencies = [
 9832 "bitflags 2.10.0",
 9833 "libc",
 9834 "redox_syscall 0.5.18",
 9835]
 9836
 9837[[package]]
 9838name = "libsqlite3-sys"
 9839version = "0.30.1"
 9840source = "registry+https://github.com/rust-lang/crates.io-index"
 9841checksum = "2e99fb7a497b1e3339bc746195567ed8d3e24945ecd636e3619d20b9de9e9149"
 9842dependencies = [
 9843 "cc",
 9844 "pkg-config",
 9845 "vcpkg",
 9846]
 9847
 9848[[package]]
 9849name = "libwebrtc"
 9850version = "0.3.26"
 9851source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9852dependencies = [
 9853 "cxx",
 9854 "glib",
 9855 "jni",
 9856 "js-sys",
 9857 "lazy_static",
 9858 "livekit-protocol",
 9859 "livekit-runtime",
 9860 "log",
 9861 "parking_lot",
 9862 "serde",
 9863 "serde_json",
 9864 "thiserror 1.0.69",
 9865 "tokio",
 9866 "wasm-bindgen",
 9867 "wasm-bindgen-futures",
 9868 "web-sys",
 9869 "webrtc-sys",
 9870]
 9871
 9872[[package]]
 9873name = "libz-sys"
 9874version = "1.1.22"
 9875source = "registry+https://github.com/rust-lang/crates.io-index"
 9876checksum = "8b70e7a7df205e92a1a4cd9aaae7898dac0aa555503cc0a649494d0d60e7651d"
 9877dependencies = [
 9878 "cc",
 9879 "libc",
 9880 "pkg-config",
 9881 "vcpkg",
 9882]
 9883
 9884[[package]]
 9885name = "line_ending_selector"
 9886version = "0.1.0"
 9887dependencies = [
 9888 "editor",
 9889 "gpui",
 9890 "language",
 9891 "picker",
 9892 "project",
 9893 "ui",
 9894 "util",
 9895 "workspace",
 9896]
 9897
 9898[[package]]
 9899name = "linebender_resource_handle"
 9900version = "0.1.1"
 9901source = "registry+https://github.com/rust-lang/crates.io-index"
 9902checksum = "d4a5ff6bcca6c4867b1c4fd4ef63e4db7436ef363e0ad7531d1558856bae64f4"
 9903
 9904[[package]]
 9905name = "link-cplusplus"
 9906version = "1.0.12"
 9907source = "registry+https://github.com/rust-lang/crates.io-index"
 9908checksum = "7f78c730aaa7d0b9336a299029ea49f9ee53b0ed06e9202e8cb7db9bae7b8c82"
 9909dependencies = [
 9910 "cc",
 9911]
 9912
 9913[[package]]
 9914name = "linkify"
 9915version = "0.10.0"
 9916source = "registry+https://github.com/rust-lang/crates.io-index"
 9917checksum = "f1dfa36d52c581e9ec783a7ce2a5e0143da6237be5811a0b3153fedfdbe9f780"
 9918dependencies = [
 9919 "memchr",
 9920]
 9921
 9922[[package]]
 9923name = "linux-raw-sys"
 9924version = "0.4.15"
 9925source = "registry+https://github.com/rust-lang/crates.io-index"
 9926checksum = "d26c52dbd32dccf2d10cac7725f8eae5296885fb5703b261f7d0a0739ec807ab"
 9927
 9928[[package]]
 9929name = "linux-raw-sys"
 9930version = "0.11.0"
 9931source = "registry+https://github.com/rust-lang/crates.io-index"
 9932checksum = "df1d3c3b53da64cf5760482273a98e575c651a67eec7f77df96b5b642de8f039"
 9933
 9934[[package]]
 9935name = "litemap"
 9936version = "0.8.0"
 9937source = "registry+https://github.com/rust-lang/crates.io-index"
 9938checksum = "241eaef5fd12c88705a01fc1066c48c4b36e0dd4377dcdc7ec3942cea7a69956"
 9939
 9940[[package]]
 9941name = "litrs"
 9942version = "1.0.0"
 9943source = "registry+https://github.com/rust-lang/crates.io-index"
 9944checksum = "11d3d7f243d5c5a8b9bb5d6dd2b1602c0cb0b9db1621bafc7ed66e35ff9fe092"
 9945
 9946[[package]]
 9947name = "livekit"
 9948version = "0.7.32"
 9949source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9950dependencies = [
 9951 "base64 0.22.1",
 9952 "bmrng",
 9953 "bytes 1.11.1",
 9954 "chrono",
 9955 "futures-util",
 9956 "lazy_static",
 9957 "libloading",
 9958 "libwebrtc",
 9959 "livekit-api",
 9960 "livekit-protocol",
 9961 "livekit-runtime",
 9962 "log",
 9963 "parking_lot",
 9964 "prost 0.12.6",
 9965 "semver",
 9966 "serde",
 9967 "serde_json",
 9968 "thiserror 1.0.69",
 9969 "tokio",
 9970]
 9971
 9972[[package]]
 9973name = "livekit-api"
 9974version = "0.4.14"
 9975source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
 9976dependencies = [
 9977 "base64 0.21.7",
 9978 "futures-util",
 9979 "http 1.3.1",
 9980 "livekit-protocol",
 9981 "livekit-runtime",
 9982 "log",
 9983 "parking_lot",
 9984 "pbjson-types",
 9985 "prost 0.12.6",
 9986 "rand 0.9.3",
 9987 "reqwest 0.12.24",
 9988 "rustls-native-certs 0.6.3",
 9989 "scopeguard",
 9990 "serde",
 9991 "sha2",
 9992 "thiserror 1.0.69",
 9993 "tokio",
 9994 "tokio-rustls 0.26.2",
 9995 "tokio-tungstenite 0.28.0",
 9996 "url",
 9997]
 9998
 9999[[package]]
10000name = "livekit-protocol"
10001version = "0.7.1"
10002source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10003dependencies = [
10004 "futures-util",
10005 "livekit-runtime",
10006 "parking_lot",
10007 "pbjson",
10008 "pbjson-types",
10009 "prost 0.12.6",
10010 "serde",
10011 "thiserror 1.0.69",
10012 "tokio",
10013]
10014
10015[[package]]
10016name = "livekit-runtime"
10017version = "0.4.0"
10018source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
10019dependencies = [
10020 "tokio",
10021 "tokio-stream",
10022]
10023
10024[[package]]
10025name = "livekit_api"
10026version = "0.1.0"
10027dependencies = [
10028 "anyhow",
10029 "async-trait",
10030 "jsonwebtoken",
10031 "log",
10032 "prost 0.9.0",
10033 "prost-build 0.9.0",
10034 "prost-types 0.9.0",
10035 "serde",
10036 "zed-reqwest",
10037]
10038
10039[[package]]
10040name = "livekit_client"
10041version = "0.1.0"
10042dependencies = [
10043 "anyhow",
10044 "async-trait",
10045 "audio",
10046 "cocoa 0.26.0",
10047 "collections",
10048 "core-foundation 0.10.0",
10049 "core-video",
10050 "coreaudio-rs 0.12.1",
10051 "cpal",
10052 "futures 0.3.32",
10053 "gpui",
10054 "gpui_platform",
10055 "gpui_tokio",
10056 "http_client_tls",
10057 "image",
10058 "libwebrtc",
10059 "livekit",
10060 "livekit_api",
10061 "log",
10062 "nanoid",
10063 "objc",
10064 "parking_lot",
10065 "postage",
10066 "rodio",
10067 "serde",
10068 "serde_json",
10069 "serde_urlencoded",
10070 "settings",
10071 "simplelog",
10072 "smallvec",
10073 "tokio",
10074 "ui",
10075 "util",
10076 "webrtc-sys",
10077 "zed-scap",
10078]
10079
10080[[package]]
10081name = "lmdb-master-sys"
10082version = "0.2.5"
10083source = "registry+https://github.com/rust-lang/crates.io-index"
10084checksum = "864808e0b19fb6dd3b70ba94ee671b82fce17554cf80aeb0a155c65bb08027df"
10085dependencies = [
10086 "cc",
10087 "doxygen-rs",
10088 "libc",
10089]
10090
10091[[package]]
10092name = "lmstudio"
10093version = "0.1.0"
10094dependencies = [
10095 "anyhow",
10096 "futures 0.3.32",
10097 "http_client",
10098 "schemars",
10099 "serde",
10100 "serde_json",
10101]
10102
10103[[package]]
10104name = "lock_api"
10105version = "0.4.14"
10106source = "registry+https://github.com/rust-lang/crates.io-index"
10107checksum = "224399e74b87b5f3557511d98dff8b14089b3dadafcab6bb93eab67d3aace965"
10108dependencies = [
10109 "scopeguard",
10110]
10111
10112[[package]]
10113name = "log"
10114version = "0.4.29"
10115source = "registry+https://github.com/rust-lang/crates.io-index"
10116checksum = "5e5032e24019045c762d3c0f28f5b6b8bbf38563a65908389bf7978758920897"
10117dependencies = [
10118 "serde_core",
10119 "value-bag",
10120]
10121
10122[[package]]
10123name = "loom"
10124version = "0.7.2"
10125source = "registry+https://github.com/rust-lang/crates.io-index"
10126checksum = "419e0dc8046cb947daa77eb95ae174acfbddb7673b4151f56d1eed8e93fbfaca"
10127dependencies = [
10128 "cfg-if",
10129 "generator",
10130 "scoped-tls",
10131 "tracing",
10132 "tracing-subscriber",
10133]
10134
10135[[package]]
10136name = "loop9"
10137version = "0.1.5"
10138source = "registry+https://github.com/rust-lang/crates.io-index"
10139checksum = "0fae87c125b03c1d2c0150c90365d7d6bcc53fb73a9acaef207d2d065860f062"
10140dependencies = [
10141 "imgref",
10142]
10143
10144[[package]]
10145name = "lru"
10146version = "0.12.5"
10147source = "registry+https://github.com/rust-lang/crates.io-index"
10148checksum = "234cf4f4a04dc1f57e24b96cc0cd600cf2af460d4161ac5ecdd0af8e1f3b2a38"
10149dependencies = [
10150 "hashbrown 0.15.5",
10151]
10152
10153[[package]]
10154name = "lru-slab"
10155version = "0.1.2"
10156source = "registry+https://github.com/rust-lang/crates.io-index"
10157checksum = "112b39cec0b298b6c1999fee3e31427f74f676e4cb9879ed1a121b43661a4154"
10158
10159[[package]]
10160name = "lsp"
10161version = "0.1.0"
10162dependencies = [
10163 "anyhow",
10164 "async-pipe",
10165 "collections",
10166 "ctor",
10167 "futures 0.3.32",
10168 "gpui",
10169 "gpui_util",
10170 "log",
10171 "lsp-types",
10172 "parking_lot",
10173 "postage",
10174 "release_channel",
10175 "schemars",
10176 "semver",
10177 "serde",
10178 "serde_json",
10179 "smol",
10180 "util",
10181 "zlog",
10182]
10183
10184[[package]]
10185name = "lsp-types"
10186version = "0.95.1"
10187source = "git+https://github.com/zed-industries/lsp-types?rev=c7396459fefc7886b4adfa3b596832405ae1e880#c7396459fefc7886b4adfa3b596832405ae1e880"
10188dependencies = [
10189 "bitflags 1.3.2",
10190 "serde",
10191 "serde_json",
10192 "url",
10193]
10194
10195[[package]]
10196name = "lyon"
10197version = "1.0.16"
10198source = "registry+https://github.com/rust-lang/crates.io-index"
10199checksum = "dbcb7d54d54c8937364c9d41902d066656817dce1e03a44e5533afebd1ef4352"
10200dependencies = [
10201 "lyon_algorithms",
10202 "lyon_extra",
10203 "lyon_tessellation",
10204]
10205
10206[[package]]
10207name = "lyon_algorithms"
10208version = "1.0.16"
10209source = "registry+https://github.com/rust-lang/crates.io-index"
10210checksum = "f4c0829e28c4f336396f250d850c3987e16ce6db057ffe047ce0dd54aab6b647"
10211dependencies = [
10212 "lyon_path",
10213 "num-traits",
10214]
10215
10216[[package]]
10217name = "lyon_extra"
10218version = "1.0.3"
10219source = "registry+https://github.com/rust-lang/crates.io-index"
10220checksum = "1ca94c7bf1e2557c2798989c43416822c12fc5dcc5e17cc3307ef0e71894a955"
10221dependencies = [
10222 "lyon_path",
10223 "thiserror 1.0.69",
10224]
10225
10226[[package]]
10227name = "lyon_geom"
10228version = "1.0.17"
10229source = "registry+https://github.com/rust-lang/crates.io-index"
10230checksum = "4e16770d760c7848b0c1c2d209101e408207a65168109509f8483837a36cf2e7"
10231dependencies = [
10232 "arrayvec",
10233 "euclid",
10234 "num-traits",
10235]
10236
10237[[package]]
10238name = "lyon_path"
10239version = "1.0.16"
10240source = "registry+https://github.com/rust-lang/crates.io-index"
10241checksum = "1aeca86bcfd632a15984ba029b539ffb811e0a70bf55e814ef8b0f54f506fdeb"
10242dependencies = [
10243 "lyon_geom",
10244 "num-traits",
10245]
10246
10247[[package]]
10248name = "lyon_tessellation"
10249version = "1.0.16"
10250source = "registry+https://github.com/rust-lang/crates.io-index"
10251checksum = "f3f586142e1280335b1bc89539f7c97dd80f08fc43e9ab1b74ef0a42b04aa353"
10252dependencies = [
10253 "float_next_after",
10254 "lyon_path",
10255 "num-traits",
10256]
10257
10258[[package]]
10259name = "mac"
10260version = "0.1.1"
10261source = "registry+https://github.com/rust-lang/crates.io-index"
10262checksum = "c41e0c4fef86961ac6d6f8a82609f55f31b05e4fce149ac5710e439df7619ba4"
10263
10264[[package]]
10265name = "mach2"
10266version = "0.4.3"
10267source = "registry+https://github.com/rust-lang/crates.io-index"
10268checksum = "d640282b302c0bb0a2a8e0233ead9035e3bed871f0b7e81fe4a1ec829765db44"
10269dependencies = [
10270 "libc",
10271]
10272
10273[[package]]
10274name = "mach2"
10275version = "0.5.0"
10276source = "registry+https://github.com/rust-lang/crates.io-index"
10277checksum = "6a1b95cd5421ec55b445b5ae102f5ea0e768de1f82bd3001e11f426c269c3aea"
10278dependencies = [
10279 "libc",
10280]
10281
10282[[package]]
10283name = "malloc_buf"
10284version = "0.0.6"
10285source = "registry+https://github.com/rust-lang/crates.io-index"
10286checksum = "62bb907fe88d54d8d9ce32a3cceab4218ed2f6b7d35617cafe9adf84e43919cb"
10287dependencies = [
10288 "libc",
10289]
10290
10291[[package]]
10292name = "maplit"
10293version = "1.0.2"
10294source = "registry+https://github.com/rust-lang/crates.io-index"
10295checksum = "3e2e65a1a2e43cfcb47a895c4c8b10d1f4a61097f9f254f183aee60cad9c651d"
10296
10297[[package]]
10298name = "markdown"
10299version = "0.1.0"
10300dependencies = [
10301 "anyhow",
10302 "assets",
10303 "base64 0.22.1",
10304 "collections",
10305 "env_logger 0.11.8",
10306 "fs",
10307 "futures 0.3.32",
10308 "gpui",
10309 "gpui_platform",
10310 "html5ever 0.27.0",
10311 "language",
10312 "languages",
10313 "linkify",
10314 "log",
10315 "markup5ever_rcdom",
10316 "mermaid-rs-renderer",
10317 "node_runtime",
10318 "pulldown-cmark 0.13.0",
10319 "settings",
10320 "stacksafe",
10321 "sum_tree",
10322 "theme",
10323 "theme_settings",
10324 "ui",
10325 "util",
10326]
10327
10328[[package]]
10329name = "markdown_preview"
10330version = "0.1.0"
10331dependencies = [
10332 "anyhow",
10333 "editor",
10334 "gpui",
10335 "language",
10336 "log",
10337 "markdown",
10338 "project",
10339 "settings",
10340 "tempfile",
10341 "theme_settings",
10342 "ui",
10343 "urlencoding",
10344 "util",
10345 "workspace",
10346 "zed_actions",
10347]
10348
10349[[package]]
10350name = "markup5ever"
10351version = "0.12.1"
10352source = "registry+https://github.com/rust-lang/crates.io-index"
10353checksum = "16ce3abbeba692c8b8441d036ef91aea6df8da2c6b6e21c7e14d3c18e526be45"
10354dependencies = [
10355 "log",
10356 "phf 0.11.3",
10357 "phf_codegen",
10358 "string_cache",
10359 "string_cache_codegen",
10360 "tendril",
10361]
10362
10363[[package]]
10364name = "markup5ever"
10365version = "0.35.0"
10366source = "registry+https://github.com/rust-lang/crates.io-index"
10367checksum = "311fe69c934650f8f19652b3946075f0fc41ad8757dbb68f1ca14e7900ecc1c3"
10368dependencies = [
10369 "log",
10370 "tendril",
10371 "web_atoms",
10372]
10373
10374[[package]]
10375name = "markup5ever_rcdom"
10376version = "0.3.0"
10377source = "registry+https://github.com/rust-lang/crates.io-index"
10378checksum = "edaa21ab3701bfee5099ade5f7e1f84553fd19228cf332f13cd6e964bf59be18"
10379dependencies = [
10380 "html5ever 0.27.0",
10381 "markup5ever 0.12.1",
10382 "tendril",
10383 "xml5ever",
10384]
10385
10386[[package]]
10387name = "match_token"
10388version = "0.35.0"
10389source = "registry+https://github.com/rust-lang/crates.io-index"
10390checksum = "ac84fd3f360fcc43dc5f5d186f02a94192761a080e8bc58621ad4d12296a58cf"
10391dependencies = [
10392 "proc-macro2",
10393 "quote",
10394 "syn 2.0.117",
10395]
10396
10397[[package]]
10398name = "matchers"
10399version = "0.2.0"
10400source = "registry+https://github.com/rust-lang/crates.io-index"
10401checksum = "d1525a2a28c7f4fa0fc98bb91ae755d1e2d1505079e05539e35bc876b5d65ae9"
10402dependencies = [
10403 "regex-automata",
10404]
10405
10406[[package]]
10407name = "matchit"
10408version = "0.7.3"
10409source = "registry+https://github.com/rust-lang/crates.io-index"
10410checksum = "0e7465ac9959cc2b1404e8e2367b43684a6d13790fe23056cc8c6c5a6b7bcb94"
10411
10412[[package]]
10413name = "maybe-owned"
10414version = "0.3.4"
10415source = "registry+https://github.com/rust-lang/crates.io-index"
10416checksum = "4facc753ae494aeb6e3c22f839b158aebd4f9270f55cd3c79906c45476c47ab4"
10417
10418[[package]]
10419name = "maybe-rayon"
10420version = "0.1.1"
10421source = "registry+https://github.com/rust-lang/crates.io-index"
10422checksum = "8ea1f30cedd69f0a2954655f7188c6a834246d2bcf1e315e2ac40c4b24dc9519"
10423dependencies = [
10424 "cfg-if",
10425 "rayon",
10426]
10427
10428[[package]]
10429name = "md-5"
10430version = "0.10.6"
10431source = "registry+https://github.com/rust-lang/crates.io-index"
10432checksum = "d89e7ee0cfbedfc4da3340218492196241d89eefb6dab27de5df917a6d2e78cf"
10433dependencies = [
10434 "cfg-if",
10435 "digest",
10436]
10437
10438[[package]]
10439name = "mdbook"
10440version = "0.4.40"
10441source = "registry+https://github.com/rust-lang/crates.io-index"
10442checksum = "b45a38e19bd200220ef07c892b0157ad3d2365e5b5a267ca01ad12182491eea5"
10443dependencies = [
10444 "ammonia",
10445 "anyhow",
10446 "chrono",
10447 "clap",
10448 "clap_complete",
10449 "elasticlunr-rs",
10450 "env_logger 0.11.8",
10451 "futures-util",
10452 "handlebars 5.1.2",
10453 "ignore",
10454 "log",
10455 "memchr",
10456 "notify 6.1.1",
10457 "notify-debouncer-mini",
10458 "once_cell",
10459 "opener",
10460 "pathdiff",
10461 "pulldown-cmark 0.10.3",
10462 "regex",
10463 "serde",
10464 "serde_json",
10465 "shlex",
10466 "tempfile",
10467 "tokio",
10468 "toml 0.5.11",
10469 "topological-sort",
10470 "walkdir",
10471 "warp",
10472]
10473
10474[[package]]
10475name = "media"
10476version = "0.1.0"
10477dependencies = [
10478 "anyhow",
10479 "bindgen 0.71.1",
10480 "core-foundation 0.10.0",
10481 "core-video",
10482 "ctor",
10483 "foreign-types 0.5.0",
10484 "metal",
10485 "objc",
10486]
10487
10488[[package]]
10489name = "memchr"
10490version = "2.7.6"
10491source = "registry+https://github.com/rust-lang/crates.io-index"
10492checksum = "f52b00d39961fc5b2736ea853c9cc86238e165017a493d1d5c8eac6bdc4cc273"
10493
10494[[package]]
10495name = "memfd"
10496version = "0.6.5"
10497source = "registry+https://github.com/rust-lang/crates.io-index"
10498checksum = "ad38eb12aea514a0466ea40a80fd8cc83637065948eb4a426e4aa46261175227"
10499dependencies = [
10500 "rustix 1.1.2",
10501]
10502
10503[[package]]
10504name = "memmap2"
10505version = "0.9.8"
10506source = "registry+https://github.com/rust-lang/crates.io-index"
10507checksum = "843a98750cd611cc2965a8213b53b43e715f13c37a9e096c6408e69990961db7"
10508dependencies = [
10509 "libc",
10510 "stable_deref_trait",
10511]
10512
10513[[package]]
10514name = "memoffset"
10515version = "0.9.1"
10516source = "registry+https://github.com/rust-lang/crates.io-index"
10517checksum = "488016bfae457b036d996092f6cb448677611ce4449e970ceaf42695203f218a"
10518dependencies = [
10519 "autocfg",
10520]
10521
10522[[package]]
10523name = "menu"
10524version = "0.1.0"
10525dependencies = [
10526 "gpui",
10527]
10528
10529[[package]]
10530name = "merge"
10531version = "0.1.0"
10532source = "registry+https://github.com/rust-lang/crates.io-index"
10533checksum = "10bbef93abb1da61525bbc45eeaff6473a41907d19f8f9aa5168d214e10693e9"
10534dependencies = [
10535 "merge_derive",
10536 "num-traits",
10537]
10538
10539[[package]]
10540name = "merge_derive"
10541version = "0.1.0"
10542source = "registry+https://github.com/rust-lang/crates.io-index"
10543checksum = "209d075476da2e63b4b29e72a2ef627b840589588e71400a25e3565c4f849d07"
10544dependencies = [
10545 "proc-macro-error",
10546 "proc-macro2",
10547 "quote",
10548 "syn 1.0.109",
10549]
10550
10551[[package]]
10552name = "mermaid-rs-renderer"
10553version = "0.2.0"
10554source = "git+https://github.com/zed-industries/mermaid-rs-renderer?rev=374db9ead5426697c6c2111151d9f246899bc638#374db9ead5426697c6c2111151d9f246899bc638"
10555dependencies = [
10556 "anyhow",
10557 "fontdb 0.16.2",
10558 "json5",
10559 "once_cell",
10560 "regex",
10561 "serde",
10562 "serde_json",
10563 "thiserror 2.0.17",
10564 "ttf-parser 0.20.0",
10565]
10566
10567[[package]]
10568name = "metal"
10569version = "0.33.0"
10570source = "registry+https://github.com/rust-lang/crates.io-index"
10571checksum = "c7047791b5bc903b8cd963014b355f71dc9864a9a0b727057676c1dcae5cbc15"
10572dependencies = [
10573 "bitflags 2.10.0",
10574 "block",
10575 "core-graphics-types 0.2.0",
10576 "foreign-types 0.5.0",
10577 "log",
10578 "objc",
10579 "paste",
10580]
10581
10582[[package]]
10583name = "migrator"
10584version = "0.1.0"
10585dependencies = [
10586 "anyhow",
10587 "collections",
10588 "convert_case 0.8.0",
10589 "log",
10590 "pretty_assertions",
10591 "serde_json",
10592 "serde_json_lenient",
10593 "settings_content",
10594 "settings_json",
10595 "streaming-iterator",
10596 "tree-sitter",
10597 "tree-sitter-json",
10598 "unindent",
10599]
10600
10601[[package]]
10602name = "mimalloc"
10603version = "0.1.48"
10604source = "registry+https://github.com/rust-lang/crates.io-index"
10605checksum = "e1ee66a4b64c74f4ef288bcbb9192ad9c3feaad75193129ac8509af543894fd8"
10606dependencies = [
10607 "libmimalloc-sys",
10608]
10609
10610[[package]]
10611name = "mime"
10612version = "0.3.17"
10613source = "registry+https://github.com/rust-lang/crates.io-index"
10614checksum = "6877bb514081ee2a7ff5ef9de3281f14a4dd4bceac4c09388074a6b5df8a139a"
10615
10616[[package]]
10617name = "mime_guess"
10618version = "2.0.5"
10619source = "registry+https://github.com/rust-lang/crates.io-index"
10620checksum = "f7c44f8e672c00fe5308fa235f821cb4198414e1c77935c1ab6948d3fd78550e"
10621dependencies = [
10622 "mime",
10623 "unicase",
10624]
10625
10626[[package]]
10627name = "minidump-common"
10628version = "0.26.1"
10629source = "registry+https://github.com/rust-lang/crates.io-index"
10630checksum = "2e16d10087ae9e375bad7a40e8ef5504bc08e808ccc6019067ff9de42a84570f"
10631dependencies = [
10632 "bitflags 2.10.0",
10633 "debugid",
10634 "num-derive",
10635 "num-traits",
10636 "range-map",
10637 "scroll",
10638 "smart-default",
10639]
10640
10641[[package]]
10642name = "minidump-writer"
10643version = "0.11.0"
10644source = "registry+https://github.com/rust-lang/crates.io-index"
10645checksum = "0e1fc14d6ded915b8e850801465e7096f77ed60bf87e4e85878d463720d9dc4d"
10646dependencies = [
10647 "bitflags 2.10.0",
10648 "byteorder",
10649 "cfg-if",
10650 "crash-context",
10651 "error-graph",
10652 "failspot",
10653 "goblin",
10654 "libc",
10655 "log",
10656 "mach2 0.4.3",
10657 "memmap2",
10658 "memoffset",
10659 "minidump-common",
10660 "nix 0.29.0",
10661 "procfs-core",
10662 "scroll",
10663 "serde",
10664 "serde_json",
10665 "tempfile",
10666 "thiserror 2.0.17",
10667]
10668
10669[[package]]
10670name = "minidumper"
10671version = "0.9.0"
10672source = "registry+https://github.com/rust-lang/crates.io-index"
10673checksum = "10d9254e42a48098d045472a5c0cb892007a42e25342eddbf2642f6978bf381a"
10674dependencies = [
10675 "cfg-if",
10676 "crash-context",
10677 "libc",
10678 "log",
10679 "minidump-writer",
10680 "parking_lot",
10681 "polling",
10682 "scroll",
10683 "thiserror 2.0.17",
10684 "uds",
10685]
10686
10687[[package]]
10688name = "minimal-lexical"
10689version = "0.2.1"
10690source = "registry+https://github.com/rust-lang/crates.io-index"
10691checksum = "68354c5c6bd36d73ff3feceb05efa59b6acb7626617f4962be322a825e61f79a"
10692
10693[[package]]
10694name = "miniprofiler_ui"
10695version = "0.1.0"
10696dependencies = [
10697 "gpui",
10698 "rpc",
10699 "serde_json",
10700 "smol",
10701 "theme_settings",
10702 "util",
10703 "workspace",
10704 "zed_actions",
10705]
10706
10707[[package]]
10708name = "miniz_oxide"
10709version = "0.8.9"
10710source = "registry+https://github.com/rust-lang/crates.io-index"
10711checksum = "1fa76a2c86f704bdb222d66965fb3d63269ce38518b83cb0575fca855ebb6316"
10712dependencies = [
10713 "adler2",
10714 "simd-adler32",
10715]
10716
10717[[package]]
10718name = "mio"
10719version = "0.8.11"
10720source = "registry+https://github.com/rust-lang/crates.io-index"
10721checksum = "a4a650543ca06a924e8b371db273b2756685faae30f8487da1b56505a8f78b0c"
10722dependencies = [
10723 "libc",
10724 "log",
10725 "wasi",
10726 "windows-sys 0.48.0",
10727]
10728
10729[[package]]
10730name = "mio"
10731version = "1.1.0"
10732source = "registry+https://github.com/rust-lang/crates.io-index"
10733checksum = "69d83b0086dc8ecf3ce9ae2874b2d1290252e2a30720bea58a5c6639b0092873"
10734dependencies = [
10735 "libc",
10736 "log",
10737 "wasi",
10738 "windows-sys 0.61.2",
10739]
10740
10741[[package]]
10742name = "miow"
10743version = "0.6.1"
10744source = "registry+https://github.com/rust-lang/crates.io-index"
10745checksum = "536bfad37a309d62069485248eeaba1e8d9853aaf951caaeaed0585a95346f08"
10746dependencies = [
10747 "windows-sys 0.61.2",
10748]
10749
10750[[package]]
10751name = "mistral"
10752version = "0.1.0"
10753dependencies = [
10754 "anyhow",
10755 "futures 0.3.32",
10756 "http_client",
10757 "schemars",
10758 "serde",
10759 "serde_json",
10760 "strum 0.27.2",
10761]
10762
10763[[package]]
10764name = "moka"
10765version = "0.12.11"
10766source = "registry+https://github.com/rust-lang/crates.io-index"
10767checksum = "8261cd88c312e0004c1d51baad2980c66528dfdb2bee62003e643a4d8f86b077"
10768dependencies = [
10769 "crossbeam-channel",
10770 "crossbeam-epoch",
10771 "crossbeam-utils",
10772 "equivalent",
10773 "parking_lot",
10774 "portable-atomic",
10775 "rustc_version",
10776 "smallvec",
10777 "tagptr",
10778 "uuid",
10779]
10780
10781[[package]]
10782name = "moxcms"
10783version = "0.8.1"
10784source = "registry+https://github.com/rust-lang/crates.io-index"
10785checksum = "bb85c154ba489f01b25c0d36ae69a87e4a1c73a72631fc6c0eb6dde34a73e44b"
10786dependencies = [
10787 "num-traits",
10788 "pxfm",
10789]
10790
10791[[package]]
10792name = "msvc_spectre_libs"
10793version = "0.1.3"
10794source = "registry+https://github.com/rust-lang/crates.io-index"
10795checksum = "29e871a9861f3664f18b7e04e9301d4edd55090c2dadb4b1c602e26ab32b1f5b"
10796dependencies = [
10797 "cc",
10798]
10799
10800[[package]]
10801name = "multi_buffer"
10802version = "0.1.0"
10803dependencies = [
10804 "anyhow",
10805 "buffer_diff",
10806 "clock",
10807 "collections",
10808 "ctor",
10809 "gpui",
10810 "indoc",
10811 "itertools 0.14.0",
10812 "language",
10813 "log",
10814 "parking_lot",
10815 "pretty_assertions",
10816 "rand 0.9.3",
10817 "rope",
10818 "serde",
10819 "settings",
10820 "smallvec",
10821 "smol",
10822 "sum_tree",
10823 "text",
10824 "theme",
10825 "tracing",
10826 "tree-sitter",
10827 "unicode-segmentation",
10828 "util",
10829 "zlog",
10830 "ztracing",
10831]
10832
10833[[package]]
10834name = "multimap"
10835version = "0.8.3"
10836source = "registry+https://github.com/rust-lang/crates.io-index"
10837checksum = "e5ce46fe64a9d73be07dcbe690a38ce1b293be448fd8ce1e6c1b8062c9f72c6a"
10838
10839[[package]]
10840name = "naga"
10841version = "29.0.0"
10842source = "registry+https://github.com/rust-lang/crates.io-index"
10843checksum = "85b4372fed0bd362d646d01b6926df0e837859ccc522fed720c395e0460f29c8"
10844dependencies = [
10845 "arrayvec",
10846 "bit-set 0.9.1",
10847 "bitflags 2.10.0",
10848 "cfg-if",
10849 "cfg_aliases 0.2.1",
10850 "codespan-reporting",
10851 "half",
10852 "hashbrown 0.16.1",
10853 "hexf-parse",
10854 "indexmap",
10855 "libm",
10856 "log",
10857 "num-traits",
10858 "once_cell",
10859 "rustc-hash 1.1.0",
10860 "thiserror 2.0.17",
10861 "unicode-ident",
10862]
10863
10864[[package]]
10865name = "naga"
10866version = "29.0.0"
10867source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
10868dependencies = [
10869 "arrayvec",
10870 "bit-set 0.9.1",
10871 "bitflags 2.10.0",
10872 "cfg-if",
10873 "cfg_aliases 0.2.1",
10874 "codespan-reporting",
10875 "half",
10876 "hashbrown 0.16.1",
10877 "hexf-parse",
10878 "indexmap",
10879 "libm",
10880 "log",
10881 "num-traits",
10882 "once_cell",
10883 "rustc-hash 1.1.0",
10884 "spirv",
10885 "thiserror 2.0.17",
10886 "unicode-ident",
10887]
10888
10889[[package]]
10890name = "nanoid"
10891version = "0.4.0"
10892source = "registry+https://github.com/rust-lang/crates.io-index"
10893checksum = "3ffa00dec017b5b1a8b7cf5e2c008bfda1aa7e0697ac1508b491fdf2622fb4d8"
10894dependencies = [
10895 "rand 0.8.5",
10896]
10897
10898[[package]]
10899name = "nanorand"
10900version = "0.7.0"
10901source = "registry+https://github.com/rust-lang/crates.io-index"
10902checksum = "6a51313c5820b0b02bd422f4b44776fbf47961755c74ce64afc73bfad10226c3"
10903dependencies = [
10904 "getrandom 0.2.16",
10905]
10906
10907[[package]]
10908name = "native-tls"
10909version = "0.2.14"
10910source = "registry+https://github.com/rust-lang/crates.io-index"
10911checksum = "87de3442987e9dbec73158d5c715e7ad9072fda936bb03d19d7fa10e00520f0e"
10912dependencies = [
10913 "libc",
10914 "log",
10915 "openssl",
10916 "openssl-probe",
10917 "openssl-sys",
10918 "schannel",
10919 "security-framework 2.11.1",
10920 "security-framework-sys",
10921 "tempfile",
10922]
10923
10924[[package]]
10925name = "nbformat"
10926version = "1.2.0"
10927source = "registry+https://github.com/rust-lang/crates.io-index"
10928checksum = "d4983a40792c45e8639f77ef8e4461c55679cbc618f4b9e83830e8c7e79c8383"
10929dependencies = [
10930 "anyhow",
10931 "chrono",
10932 "jupyter-protocol",
10933 "serde",
10934 "serde_json",
10935 "thiserror 1.0.69",
10936 "uuid",
10937]
10938
10939[[package]]
10940name = "nc"
10941version = "0.1.0"
10942dependencies = [
10943 "anyhow",
10944 "futures 0.3.32",
10945 "net",
10946 "smol",
10947]
10948
10949[[package]]
10950name = "ndk"
10951version = "0.9.0"
10952source = "registry+https://github.com/rust-lang/crates.io-index"
10953checksum = "c3f42e7bbe13d351b6bead8286a43aac9534b82bd3cc43e47037f012ebfd62d4"
10954dependencies = [
10955 "bitflags 2.10.0",
10956 "jni-sys",
10957 "log",
10958 "ndk-sys",
10959 "num_enum",
10960 "thiserror 1.0.69",
10961]
10962
10963[[package]]
10964name = "ndk-context"
10965version = "0.1.1"
10966source = "registry+https://github.com/rust-lang/crates.io-index"
10967checksum = "27b02d87554356db9e9a873add8782d4ea6e3e58ea071a9adb9a2e8ddb884a8b"
10968
10969[[package]]
10970name = "ndk-sys"
10971version = "0.6.0+11769913"
10972source = "registry+https://github.com/rust-lang/crates.io-index"
10973checksum = "ee6cda3051665f1fb8d9e08fc35c96d5a244fb1be711a03b71118828afc9a873"
10974dependencies = [
10975 "jni-sys",
10976]
10977
10978[[package]]
10979name = "net"
10980version = "0.1.0"
10981dependencies = [
10982 "anyhow",
10983 "async-io",
10984 "smol",
10985 "tempfile",
10986 "windows 0.61.3",
10987]
10988
10989[[package]]
10990name = "new_debug_unreachable"
10991version = "1.0.6"
10992source = "registry+https://github.com/rust-lang/crates.io-index"
10993checksum = "650eef8c711430f1a879fdd01d4745a7deea475becfb90269c06775983bbf086"
10994
10995[[package]]
10996name = "nix"
10997version = "0.28.0"
10998source = "registry+https://github.com/rust-lang/crates.io-index"
10999checksum = "ab2156c4fce2f8df6c499cc1c763e4394b7482525bf2a9701c9d79d215f519e4"
11000dependencies = [
11001 "bitflags 2.10.0",
11002 "cfg-if",
11003 "cfg_aliases 0.1.1",
11004 "libc",
11005]
11006
11007[[package]]
11008name = "nix"
11009version = "0.29.0"
11010source = "registry+https://github.com/rust-lang/crates.io-index"
11011checksum = "71e2746dc3a24dd78b3cfcb7be93368c6de9963d30f43a6a73998a9cf4b17b46"
11012dependencies = [
11013 "bitflags 2.10.0",
11014 "cfg-if",
11015 "cfg_aliases 0.2.1",
11016 "libc",
11017]
11018
11019[[package]]
11020name = "nix"
11021version = "0.30.1"
11022source = "registry+https://github.com/rust-lang/crates.io-index"
11023checksum = "74523f3a35e05aba87a1d978330aef40f67b0304ac79c1c00b294c9830543db6"
11024dependencies = [
11025 "bitflags 2.10.0",
11026 "cfg-if",
11027 "cfg_aliases 0.2.1",
11028 "libc",
11029]
11030
11031[[package]]
11032name = "node_runtime"
11033version = "0.1.0"
11034dependencies = [
11035 "anyhow",
11036 "async-compression",
11037 "async-std",
11038 "async-tar",
11039 "async-trait",
11040 "futures 0.3.32",
11041 "http_client",
11042 "log",
11043 "paths",
11044 "semver",
11045 "serde",
11046 "serde_json",
11047 "smol",
11048 "util",
11049 "watch",
11050 "which 6.0.3",
11051]
11052
11053[[package]]
11054name = "nom"
11055version = "7.1.3"
11056source = "registry+https://github.com/rust-lang/crates.io-index"
11057checksum = "d273983c5a657a70a3e8f2a01329822f3b8c8172b73826411a55751e404a0a4a"
11058dependencies = [
11059 "memchr",
11060 "minimal-lexical",
11061]
11062
11063[[package]]
11064name = "nom"
11065version = "8.0.0"
11066source = "registry+https://github.com/rust-lang/crates.io-index"
11067checksum = "df9761775871bdef83bee530e60050f7e54b1105350d6884eb0fb4f46c2f9405"
11068dependencies = [
11069 "memchr",
11070]
11071
11072[[package]]
11073name = "noop_proc_macro"
11074version = "0.3.0"
11075source = "registry+https://github.com/rust-lang/crates.io-index"
11076checksum = "0676bb32a98c1a483ce53e500a81ad9c3d5b3f7c920c28c24e9cb0980d0b5bc8"
11077
11078[[package]]
11079name = "normpath"
11080version = "1.5.0"
11081source = "registry+https://github.com/rust-lang/crates.io-index"
11082checksum = "bf23ab2b905654b4cb177e30b629937b3868311d4e1cba859f899c041046e69b"
11083dependencies = [
11084 "windows-sys 0.61.2",
11085]
11086
11087[[package]]
11088name = "notifications"
11089version = "0.1.0"
11090dependencies = [
11091 "anyhow",
11092 "channel",
11093 "client",
11094 "component",
11095 "db",
11096 "gpui",
11097 "rpc",
11098 "sum_tree",
11099 "time",
11100 "ui",
11101 "util",
11102 "workspace",
11103 "zed_actions",
11104]
11105
11106[[package]]
11107name = "notify"
11108version = "6.1.1"
11109source = "registry+https://github.com/rust-lang/crates.io-index"
11110checksum = "6205bd8bb1e454ad2e27422015fb5e4f2bcc7e08fa8f27058670d208324a4d2d"
11111dependencies = [
11112 "bitflags 2.10.0",
11113 "crossbeam-channel",
11114 "filetime",
11115 "fsevent-sys",
11116 "inotify 0.9.6",
11117 "kqueue",
11118 "libc",
11119 "log",
11120 "mio 0.8.11",
11121 "walkdir",
11122 "windows-sys 0.48.0",
11123]
11124
11125[[package]]
11126name = "notify"
11127version = "8.2.0"
11128source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11129dependencies = [
11130 "bitflags 2.10.0",
11131 "fsevent-sys",
11132 "inotify 0.11.0",
11133 "kqueue",
11134 "libc",
11135 "log",
11136 "mio 1.1.0",
11137 "notify-types",
11138 "walkdir",
11139 "windows-sys 0.60.2",
11140]
11141
11142[[package]]
11143name = "notify-debouncer-mini"
11144version = "0.4.1"
11145source = "registry+https://github.com/rust-lang/crates.io-index"
11146checksum = "5d40b221972a1fc5ef4d858a2f671fb34c75983eb385463dff3780eeff6a9d43"
11147dependencies = [
11148 "crossbeam-channel",
11149 "log",
11150 "notify 6.1.1",
11151]
11152
11153[[package]]
11154name = "notify-types"
11155version = "2.0.0"
11156source = "git+https://github.com/zed-industries/notify.git?rev=ce58c24cad542c28e04ced02e20325a4ec28a31d#ce58c24cad542c28e04ced02e20325a4ec28a31d"
11157
11158[[package]]
11159name = "ntapi"
11160version = "0.4.1"
11161source = "registry+https://github.com/rust-lang/crates.io-index"
11162checksum = "e8a3895c6391c39d7fe7ebc444a87eb2991b2a0bc718fdabd071eec617fc68e4"
11163dependencies = [
11164 "winapi",
11165]
11166
11167[[package]]
11168name = "nu-ansi-term"
11169version = "0.50.3"
11170source = "registry+https://github.com/rust-lang/crates.io-index"
11171checksum = "7957b9740744892f114936ab4a57b3f487491bbeafaf8083688b16841a4240e5"
11172dependencies = [
11173 "windows-sys 0.61.2",
11174]
11175
11176[[package]]
11177name = "nucleo"
11178version = "0.5.0"
11179source = "registry+https://github.com/rust-lang/crates.io-index"
11180checksum = "5262af4c94921c2646c5ac6ff7900c2af9cbb08dc26a797e18130a7019c039d4"
11181dependencies = [
11182 "nucleo-matcher",
11183 "parking_lot",
11184 "rayon",
11185]
11186
11187[[package]]
11188name = "nucleo-matcher"
11189version = "0.3.1"
11190source = "registry+https://github.com/rust-lang/crates.io-index"
11191checksum = "bf33f538733d1a5a3494b836ba913207f14d9d4a1d3cd67030c5061bdd2cac85"
11192dependencies = [
11193 "memchr",
11194 "unicode-segmentation",
11195]
11196
11197[[package]]
11198name = "num"
11199version = "0.4.3"
11200source = "registry+https://github.com/rust-lang/crates.io-index"
11201checksum = "35bd024e8b2ff75562e5f34e7f4905839deb4b22955ef5e73d2fea1b9813cb23"
11202dependencies = [
11203 "num-bigint",
11204 "num-complex",
11205 "num-integer",
11206 "num-iter",
11207 "num-rational",
11208 "num-traits",
11209]
11210
11211[[package]]
11212name = "num-bigint"
11213version = "0.4.6"
11214source = "registry+https://github.com/rust-lang/crates.io-index"
11215checksum = "a5e44f723f1133c9deac646763579fdb3ac745e418f2a7af9cd0c431da1f20b9"
11216dependencies = [
11217 "num-integer",
11218 "num-traits",
11219]
11220
11221[[package]]
11222name = "num-bigint-dig"
11223version = "0.8.6"
11224source = "registry+https://github.com/rust-lang/crates.io-index"
11225checksum = "e661dda6640fad38e827a6d4a310ff4763082116fe217f279885c97f511bb0b7"
11226dependencies = [
11227 "lazy_static",
11228 "libm",
11229 "num-integer",
11230 "num-iter",
11231 "num-traits",
11232 "rand 0.8.5",
11233 "smallvec",
11234 "zeroize",
11235]
11236
11237[[package]]
11238name = "num-bigint-dig"
11239version = "0.9.1"
11240source = "registry+https://github.com/rust-lang/crates.io-index"
11241checksum = "a7f9a86e097b0d187ad0e65667c2f58b9254671e86e7dbb78036b16692eae099"
11242dependencies = [
11243 "libm",
11244 "num-integer",
11245 "num-iter",
11246 "num-traits",
11247 "once_cell",
11248 "rand 0.9.3",
11249 "serde",
11250 "smallvec",
11251 "zeroize",
11252]
11253
11254[[package]]
11255name = "num-cmp"
11256version = "0.1.0"
11257source = "registry+https://github.com/rust-lang/crates.io-index"
11258checksum = "63335b2e2c34fae2fb0aa2cecfd9f0832a1e24b3b32ecec612c3426d46dc8aaa"
11259
11260[[package]]
11261name = "num-complex"
11262version = "0.4.6"
11263source = "registry+https://github.com/rust-lang/crates.io-index"
11264checksum = "73f88a1307638156682bada9d7604135552957b7818057dcef22705b4d509495"
11265dependencies = [
11266 "bytemuck",
11267 "num-traits",
11268]
11269
11270[[package]]
11271name = "num-conv"
11272version = "0.2.0"
11273source = "registry+https://github.com/rust-lang/crates.io-index"
11274checksum = "cf97ec579c3c42f953ef76dbf8d55ac91fb219dde70e49aa4a6b7d74e9919050"
11275
11276[[package]]
11277name = "num-derive"
11278version = "0.4.2"
11279source = "registry+https://github.com/rust-lang/crates.io-index"
11280checksum = "ed3955f1a9c7c0c15e092f9c887db08b1fc683305fdf6eb6684f22555355e202"
11281dependencies = [
11282 "proc-macro2",
11283 "quote",
11284 "syn 2.0.117",
11285]
11286
11287[[package]]
11288name = "num-format"
11289version = "0.4.4"
11290source = "registry+https://github.com/rust-lang/crates.io-index"
11291checksum = "a652d9771a63711fd3c3deb670acfbe5c30a4072e664d7a3bf5a9e1056ac72c3"
11292dependencies = [
11293 "arrayvec",
11294 "itoa",
11295]
11296
11297[[package]]
11298name = "num-integer"
11299version = "0.1.46"
11300source = "registry+https://github.com/rust-lang/crates.io-index"
11301checksum = "7969661fd2958a5cb096e56c8e1ad0444ac2bbcd0061bd28660485a44879858f"
11302dependencies = [
11303 "num-traits",
11304]
11305
11306[[package]]
11307name = "num-iter"
11308version = "0.1.45"
11309source = "registry+https://github.com/rust-lang/crates.io-index"
11310checksum = "1429034a0490724d0075ebb2bc9e875d6503c3cf69e235a8941aa757d83ef5bf"
11311dependencies = [
11312 "autocfg",
11313 "num-integer",
11314 "num-traits",
11315]
11316
11317[[package]]
11318name = "num-rational"
11319version = "0.4.2"
11320source = "registry+https://github.com/rust-lang/crates.io-index"
11321checksum = "f83d14da390562dca69fc84082e73e548e1ad308d24accdedd2720017cb37824"
11322dependencies = [
11323 "num-bigint",
11324 "num-integer",
11325 "num-traits",
11326]
11327
11328[[package]]
11329name = "num-traits"
11330version = "0.2.19"
11331source = "registry+https://github.com/rust-lang/crates.io-index"
11332checksum = "071dfc062690e90b734c0b2273ce72ad0ffa95f0c74596bc250dcfd960262841"
11333dependencies = [
11334 "autocfg",
11335 "libm",
11336]
11337
11338[[package]]
11339name = "num_cpus"
11340version = "1.17.0"
11341source = "registry+https://github.com/rust-lang/crates.io-index"
11342checksum = "91df4bbde75afed763b708b7eee1e8e7651e02d97f6d5dd763e89367e957b23b"
11343dependencies = [
11344 "hermit-abi",
11345 "libc",
11346]
11347
11348[[package]]
11349name = "num_enum"
11350version = "0.7.4"
11351source = "registry+https://github.com/rust-lang/crates.io-index"
11352checksum = "a973b4e44ce6cad84ce69d797acf9a044532e4184c4f267913d1b546a0727b7a"
11353dependencies = [
11354 "num_enum_derive",
11355 "rustversion",
11356]
11357
11358[[package]]
11359name = "num_enum_derive"
11360version = "0.7.4"
11361source = "registry+https://github.com/rust-lang/crates.io-index"
11362checksum = "77e878c846a8abae00dd069496dbe8751b16ac1c3d6bd2a7283a938e8228f90d"
11363dependencies = [
11364 "proc-macro-crate",
11365 "proc-macro2",
11366 "quote",
11367 "syn 2.0.117",
11368]
11369
11370[[package]]
11371name = "num_threads"
11372version = "0.1.7"
11373source = "registry+https://github.com/rust-lang/crates.io-index"
11374checksum = "5c7398b9c8b70908f6371f47ed36737907c87c52af34c268fed0bf0ceb92ead9"
11375dependencies = [
11376 "libc",
11377]
11378
11379[[package]]
11380name = "nvim-rs"
11381version = "0.9.2"
11382source = "git+https://github.com/KillTheMule/nvim-rs?rev=764dd270c642f77f10f3e19d05cc178a6cbe69f3#764dd270c642f77f10f3e19d05cc178a6cbe69f3"
11383dependencies = [
11384 "async-trait",
11385 "futures 0.3.32",
11386 "log",
11387 "rmp",
11388 "rmpv",
11389 "tokio",
11390 "tokio-util",
11391]
11392
11393[[package]]
11394name = "objc"
11395version = "0.2.7"
11396source = "registry+https://github.com/rust-lang/crates.io-index"
11397checksum = "915b1b472bc21c53464d6c8461c9d3af805ba1ef837e1cac254428f4a77177b1"
11398dependencies = [
11399 "malloc_buf",
11400 "objc_exception",
11401]
11402
11403[[package]]
11404name = "objc-foundation"
11405version = "0.1.1"
11406source = "registry+https://github.com/rust-lang/crates.io-index"
11407checksum = "1add1b659e36c9607c7aab864a76c7a4c2760cd0cd2e120f3fb8b952c7e22bf9"
11408dependencies = [
11409 "block",
11410 "objc",
11411 "objc_id",
11412]
11413
11414[[package]]
11415name = "objc2"
11416version = "0.6.3"
11417source = "registry+https://github.com/rust-lang/crates.io-index"
11418checksum = "b7c2599ce0ec54857b29ce62166b0ed9b4f6f1a70ccc9a71165b6154caca8c05"
11419dependencies = [
11420 "objc2-encode",
11421]
11422
11423[[package]]
11424name = "objc2-app-kit"
11425version = "0.3.1"
11426source = "registry+https://github.com/rust-lang/crates.io-index"
11427checksum = "e6f29f568bec459b0ddff777cec4fe3fd8666d82d5a40ebd0ff7e66134f89bcc"
11428dependencies = [
11429 "objc2",
11430 "objc2-foundation",
11431]
11432
11433[[package]]
11434name = "objc2-audio-toolbox"
11435version = "0.3.2"
11436source = "registry+https://github.com/rust-lang/crates.io-index"
11437checksum = "6948501a91121d6399b79abaa33a8aa4ea7857fe019f341b8c23ad6e81b79b08"
11438dependencies = [
11439 "bitflags 2.10.0",
11440 "libc",
11441 "objc2",
11442 "objc2-core-audio",
11443 "objc2-core-audio-types",
11444 "objc2-core-foundation",
11445 "objc2-foundation",
11446]
11447
11448[[package]]
11449name = "objc2-avf-audio"
11450version = "0.3.2"
11451source = "registry+https://github.com/rust-lang/crates.io-index"
11452checksum = "13a380031deed8e99db00065c45937da434ca987c034e13b87e4441f9e4090be"
11453dependencies = [
11454 "objc2",
11455 "objc2-foundation",
11456]
11457
11458[[package]]
11459name = "objc2-core-audio"
11460version = "0.3.2"
11461source = "registry+https://github.com/rust-lang/crates.io-index"
11462checksum = "e1eebcea8b0dbff5f7c8504f3107c68fc061a3eb44932051c8cf8a68d969c3b2"
11463dependencies = [
11464 "dispatch2",
11465 "objc2",
11466 "objc2-core-audio-types",
11467 "objc2-core-foundation",
11468 "objc2-foundation",
11469]
11470
11471[[package]]
11472name = "objc2-core-audio-types"
11473version = "0.3.2"
11474source = "registry+https://github.com/rust-lang/crates.io-index"
11475checksum = "5a89f2ec274a0cf4a32642b2991e8b351a404d290da87bb6a9a9d8632490bd1c"
11476dependencies = [
11477 "bitflags 2.10.0",
11478 "objc2",
11479]
11480
11481[[package]]
11482name = "objc2-core-foundation"
11483version = "0.3.2"
11484source = "registry+https://github.com/rust-lang/crates.io-index"
11485checksum = "2a180dd8642fa45cdb7dd721cd4c11b1cadd4929ce112ebd8b9f5803cc79d536"
11486dependencies = [
11487 "bitflags 2.10.0",
11488 "block2",
11489 "dispatch2",
11490 "libc",
11491 "objc2",
11492]
11493
11494[[package]]
11495name = "objc2-encode"
11496version = "4.1.0"
11497source = "registry+https://github.com/rust-lang/crates.io-index"
11498checksum = "ef25abbcd74fb2609453eb695bd2f860d389e457f67dc17cafc8b8cbc89d0c33"
11499
11500[[package]]
11501name = "objc2-foundation"
11502version = "0.3.2"
11503source = "registry+https://github.com/rust-lang/crates.io-index"
11504checksum = "e3e0adef53c21f888deb4fa59fc59f7eb17404926ee8a6f59f5df0fd7f9f3272"
11505dependencies = [
11506 "bitflags 2.10.0",
11507 "block2",
11508 "libc",
11509 "objc2",
11510 "objc2-core-foundation",
11511]
11512
11513[[package]]
11514name = "objc2-io-kit"
11515version = "0.3.2"
11516source = "registry+https://github.com/rust-lang/crates.io-index"
11517checksum = "33fafba39597d6dc1fb709123dfa8289d39406734be322956a69f0931c73bb15"
11518dependencies = [
11519 "libc",
11520 "objc2-core-foundation",
11521]
11522
11523[[package]]
11524name = "objc2-metal"
11525version = "0.3.2"
11526source = "registry+https://github.com/rust-lang/crates.io-index"
11527checksum = "a0125f776a10d00af4152d74616409f0d4a2053a6f57fa5b7d6aa2854ac04794"
11528dependencies = [
11529 "bitflags 2.10.0",
11530 "block2",
11531 "dispatch2",
11532 "objc2",
11533 "objc2-core-foundation",
11534 "objc2-foundation",
11535]
11536
11537[[package]]
11538name = "objc2-quartz-core"
11539version = "0.3.2"
11540source = "registry+https://github.com/rust-lang/crates.io-index"
11541checksum = "96c1358452b371bf9f104e21ec536d37a650eb10f7ee379fff67d2e08d537f1f"
11542dependencies = [
11543 "bitflags 2.10.0",
11544 "objc2",
11545 "objc2-core-foundation",
11546 "objc2-foundation",
11547 "objc2-metal",
11548]
11549
11550[[package]]
11551name = "objc_exception"
11552version = "0.1.2"
11553source = "registry+https://github.com/rust-lang/crates.io-index"
11554checksum = "ad970fb455818ad6cba4c122ad012fae53ae8b4795f86378bce65e4f6bab2ca4"
11555dependencies = [
11556 "cc",
11557]
11558
11559[[package]]
11560name = "objc_id"
11561version = "0.1.1"
11562source = "registry+https://github.com/rust-lang/crates.io-index"
11563checksum = "c92d4ddb4bd7b50d730c215ff871754d0da6b2178849f8a2a2ab69712d0c073b"
11564dependencies = [
11565 "objc",
11566]
11567
11568[[package]]
11569name = "object"
11570version = "0.37.3"
11571source = "registry+https://github.com/rust-lang/crates.io-index"
11572checksum = "ff76201f031d8863c38aa7f905eca4f53abbfa15f609db4277d44cd8938f33fe"
11573dependencies = [
11574 "crc32fast",
11575 "hashbrown 0.15.5",
11576 "indexmap",
11577 "memchr",
11578]
11579
11580[[package]]
11581name = "octocrab"
11582version = "0.49.7"
11583source = "registry+https://github.com/rust-lang/crates.io-index"
11584checksum = "63f6687a23731011d0117f9f4c3cdabaa7b5e42ca671f42b5cc0657c492540e3"
11585dependencies = [
11586 "arc-swap",
11587 "async-trait",
11588 "base64 0.22.1",
11589 "bytes 1.11.1",
11590 "cargo_metadata 0.23.1",
11591 "cfg-if",
11592 "chrono",
11593 "either",
11594 "futures 0.3.32",
11595 "futures-core",
11596 "futures-util",
11597 "getrandom 0.2.16",
11598 "http 1.3.1",
11599 "http-body 1.0.1",
11600 "http-body-util",
11601 "hyper 1.7.0",
11602 "hyper-rustls 0.27.7",
11603 "hyper-timeout",
11604 "hyper-util",
11605 "jsonwebtoken",
11606 "once_cell",
11607 "percent-encoding",
11608 "pin-project",
11609 "secrecy",
11610 "serde",
11611 "serde_json",
11612 "serde_path_to_error",
11613 "serde_urlencoded",
11614 "snafu",
11615 "tokio",
11616 "tower 0.5.2",
11617 "tower-http 0.6.6",
11618 "url",
11619 "web-time",
11620]
11621
11622[[package]]
11623name = "ollama"
11624version = "0.1.0"
11625dependencies = [
11626 "anyhow",
11627 "futures 0.3.32",
11628 "http_client",
11629 "schemars",
11630 "serde",
11631 "serde_json",
11632 "settings",
11633]
11634
11635[[package]]
11636name = "onboarding"
11637version = "0.1.0"
11638dependencies = [
11639 "anyhow",
11640 "client",
11641 "cloud_api_types",
11642 "collections",
11643 "component",
11644 "db",
11645 "documented",
11646 "fs",
11647 "fuzzy",
11648 "gpui",
11649 "menu",
11650 "notifications",
11651 "picker",
11652 "project",
11653 "schemars",
11654 "serde",
11655 "settings",
11656 "telemetry",
11657 "theme",
11658 "theme_settings",
11659 "ui",
11660 "util",
11661 "vim_mode_setting",
11662 "workspace",
11663 "zed_actions",
11664 "zlog",
11665]
11666
11667[[package]]
11668name = "once_cell"
11669version = "1.21.3"
11670source = "registry+https://github.com/rust-lang/crates.io-index"
11671checksum = "42f5e15c9953c5e4ccceeb2e7382a716482c34515315f7b03532b8b4e8393d2d"
11672
11673[[package]]
11674name = "once_cell_polyfill"
11675version = "1.70.1"
11676source = "registry+https://github.com/rust-lang/crates.io-index"
11677checksum = "a4895175b425cb1f87721b59f0f286c2092bd4af812243672510e1ac53e2e0ad"
11678
11679[[package]]
11680name = "oo7"
11681version = "0.6.0"
11682source = "registry+https://github.com/rust-lang/crates.io-index"
11683checksum = "78f2bfed90f1618b4b48dcad9307f25e14ae894e2949642c87c351601d62cebd"
11684dependencies = [
11685 "aes",
11686 "ashpd",
11687 "async-fs",
11688 "async-io",
11689 "async-lock 3.4.2",
11690 "blocking",
11691 "cbc",
11692 "cipher",
11693 "digest",
11694 "endi",
11695 "futures-lite 2.6.1",
11696 "futures-util",
11697 "getrandom 0.4.1",
11698 "hkdf",
11699 "hmac",
11700 "md-5",
11701 "num",
11702 "num-bigint-dig 0.9.1",
11703 "pbkdf2 0.12.2",
11704 "serde",
11705 "serde_bytes",
11706 "sha2",
11707 "subtle",
11708 "zbus",
11709 "zbus_macros",
11710 "zeroize",
11711 "zvariant",
11712]
11713
11714[[package]]
11715name = "oorandom"
11716version = "11.1.5"
11717source = "registry+https://github.com/rust-lang/crates.io-index"
11718checksum = "d6790f58c7ff633d8771f42965289203411a5e5c68388703c06e14f24770b41e"
11719
11720[[package]]
11721name = "open"
11722version = "5.3.2"
11723source = "registry+https://github.com/rust-lang/crates.io-index"
11724checksum = "e2483562e62ea94312f3576a7aca397306df7990b8d89033e18766744377ef95"
11725dependencies = [
11726 "is-wsl",
11727 "libc",
11728 "pathdiff",
11729]
11730
11731[[package]]
11732name = "open_ai"
11733version = "0.1.0"
11734dependencies = [
11735 "anyhow",
11736 "collections",
11737 "futures 0.3.32",
11738 "http_client",
11739 "language_model_core",
11740 "log",
11741 "pretty_assertions",
11742 "rand 0.9.3",
11743 "schemars",
11744 "serde",
11745 "serde_json",
11746 "strum 0.27.2",
11747 "thiserror 2.0.17",
11748 "tiktoken-rs",
11749]
11750
11751[[package]]
11752name = "open_path_prompt"
11753version = "0.1.0"
11754dependencies = [
11755 "editor",
11756 "file_icons",
11757 "futures 0.3.32",
11758 "fuzzy",
11759 "gpui",
11760 "picker",
11761 "project",
11762 "schemars",
11763 "serde",
11764 "serde_json",
11765 "settings",
11766 "theme",
11767 "theme_settings",
11768 "ui",
11769 "util",
11770 "workspace",
11771]
11772
11773[[package]]
11774name = "open_router"
11775version = "0.1.0"
11776dependencies = [
11777 "anyhow",
11778 "futures 0.3.32",
11779 "http_client",
11780 "language_model_core",
11781 "schemars",
11782 "serde",
11783 "serde_json",
11784 "settings",
11785 "strum 0.27.2",
11786 "thiserror 2.0.17",
11787]
11788
11789[[package]]
11790name = "opencode"
11791version = "0.1.0"
11792dependencies = [
11793 "anyhow",
11794 "futures 0.3.32",
11795 "google_ai",
11796 "http_client",
11797 "schemars",
11798 "serde",
11799 "serde_json",
11800 "strum 0.27.2",
11801]
11802
11803[[package]]
11804name = "opener"
11805version = "0.7.2"
11806source = "registry+https://github.com/rust-lang/crates.io-index"
11807checksum = "d0812e5e4df08da354c851a3376fead46db31c2214f849d3de356d774d057681"
11808dependencies = [
11809 "bstr",
11810 "dbus",
11811 "normpath",
11812 "windows-sys 0.59.0",
11813]
11814
11815[[package]]
11816name = "openssl"
11817version = "0.10.74"
11818source = "registry+https://github.com/rust-lang/crates.io-index"
11819checksum = "24ad14dd45412269e1a30f52ad8f0664f0f4f4a89ee8fe28c3b3527021ebb654"
11820dependencies = [
11821 "bitflags 2.10.0",
11822 "cfg-if",
11823 "foreign-types 0.3.2",
11824 "libc",
11825 "once_cell",
11826 "openssl-macros",
11827 "openssl-sys",
11828]
11829
11830[[package]]
11831name = "openssl-macros"
11832version = "0.1.1"
11833source = "registry+https://github.com/rust-lang/crates.io-index"
11834checksum = "a948666b637a0f465e8564c73e89d4dde00d72d4d473cc972f390fc3dcee7d9c"
11835dependencies = [
11836 "proc-macro2",
11837 "quote",
11838 "syn 2.0.117",
11839]
11840
11841[[package]]
11842name = "openssl-probe"
11843version = "0.1.6"
11844source = "registry+https://github.com/rust-lang/crates.io-index"
11845checksum = "d05e27ee213611ffe7d6348b942e8f942b37114c00cc03cec254295a4a17852e"
11846
11847[[package]]
11848name = "openssl-sys"
11849version = "0.9.110"
11850source = "registry+https://github.com/rust-lang/crates.io-index"
11851checksum = "0a9f0075ba3c21b09f8e8b2026584b1d18d49388648f2fbbf3c97ea8deced8e2"
11852dependencies = [
11853 "cc",
11854 "libc",
11855 "pkg-config",
11856 "vcpkg",
11857]
11858
11859[[package]]
11860name = "optfield"
11861version = "0.4.0"
11862source = "registry+https://github.com/rust-lang/crates.io-index"
11863checksum = "969ccca8ffc4fb105bd131a228107d5c9dd89d9d627edf3295cbe979156f9712"
11864dependencies = [
11865 "proc-macro2",
11866 "quote",
11867 "syn 2.0.117",
11868]
11869
11870[[package]]
11871name = "option-ext"
11872version = "0.2.0"
11873source = "registry+https://github.com/rust-lang/crates.io-index"
11874checksum = "04744f49eae99ab78e0d5c0b603ab218f515ea8cfe5a456d7629ad883a3b6e7d"
11875
11876[[package]]
11877name = "ordered-float"
11878version = "2.10.1"
11879source = "registry+https://github.com/rust-lang/crates.io-index"
11880checksum = "68f19d67e5a2795c94e73e0bb1cc1a7edeb2e28efd39e2e1c9b7a40c1108b11c"
11881dependencies = [
11882 "num-traits",
11883]
11884
11885[[package]]
11886name = "ordered-float"
11887version = "4.6.0"
11888source = "registry+https://github.com/rust-lang/crates.io-index"
11889checksum = "7bb71e1b3fa6ca1c61f383464aaf2bb0e2f8e772a1f01d486832464de363b951"
11890dependencies = [
11891 "num-traits",
11892]
11893
11894[[package]]
11895name = "ordered-stream"
11896version = "0.2.0"
11897source = "registry+https://github.com/rust-lang/crates.io-index"
11898checksum = "9aa2b01e1d916879f73a53d01d1d6cee68adbb31d6d9177a8cfce093cced1d50"
11899dependencies = [
11900 "futures-core",
11901 "pin-project-lite",
11902]
11903
11904[[package]]
11905name = "ouroboros"
11906version = "0.18.5"
11907source = "registry+https://github.com/rust-lang/crates.io-index"
11908checksum = "1e0f050db9c44b97a94723127e6be766ac5c340c48f2c4bb3ffa11713744be59"
11909dependencies = [
11910 "aliasable",
11911 "ouroboros_macro",
11912 "static_assertions",
11913]
11914
11915[[package]]
11916name = "ouroboros_macro"
11917version = "0.18.5"
11918source = "registry+https://github.com/rust-lang/crates.io-index"
11919checksum = "3c7028bdd3d43083f6d8d4d5187680d0d3560d54df4cc9d752005268b41e64d0"
11920dependencies = [
11921 "heck 0.4.1",
11922 "proc-macro2",
11923 "proc-macro2-diagnostics",
11924 "quote",
11925 "syn 2.0.117",
11926]
11927
11928[[package]]
11929name = "outline"
11930version = "0.1.0"
11931dependencies = [
11932 "editor",
11933 "fuzzy",
11934 "gpui",
11935 "indoc",
11936 "language",
11937 "lsp",
11938 "menu",
11939 "ordered-float 2.10.1",
11940 "picker",
11941 "project",
11942 "rope",
11943 "serde_json",
11944 "settings",
11945 "smol",
11946 "theme",
11947 "theme_settings",
11948 "ui",
11949 "util",
11950 "workspace",
11951 "zed_actions",
11952]
11953
11954[[package]]
11955name = "outline_panel"
11956version = "0.1.0"
11957dependencies = [
11958 "anyhow",
11959 "collections",
11960 "db",
11961 "editor",
11962 "file_icons",
11963 "fuzzy",
11964 "gpui",
11965 "itertools 0.14.0",
11966 "language",
11967 "log",
11968 "lsp",
11969 "menu",
11970 "outline",
11971 "pretty_assertions",
11972 "project",
11973 "search",
11974 "serde",
11975 "serde_json",
11976 "settings",
11977 "smallvec",
11978 "smol",
11979 "theme",
11980 "theme_settings",
11981 "ui",
11982 "util",
11983 "workspace",
11984 "worktree",
11985 "zed_actions",
11986]
11987
11988[[package]]
11989name = "outref"
11990version = "0.5.2"
11991source = "registry+https://github.com/rust-lang/crates.io-index"
11992checksum = "1a80800c0488c3a21695ea981a54918fbb37abf04f4d0720c453632255e2ff0e"
11993
11994[[package]]
11995name = "p256"
11996version = "0.11.1"
11997source = "registry+https://github.com/rust-lang/crates.io-index"
11998checksum = "51f44edd08f51e2ade572f141051021c5af22677e42b7dd28a88155151c33594"
11999dependencies = [
12000 "ecdsa",
12001 "elliptic-curve",
12002 "sha2",
12003]
12004
12005[[package]]
12006name = "page_size"
12007version = "0.6.0"
12008source = "registry+https://github.com/rust-lang/crates.io-index"
12009checksum = "30d5b2194ed13191c1999ae0704b7839fb18384fa22e49b57eeaa97d79ce40da"
12010dependencies = [
12011 "libc",
12012 "winapi",
12013]
12014
12015[[package]]
12016name = "palette"
12017version = "0.7.6"
12018source = "registry+https://github.com/rust-lang/crates.io-index"
12019checksum = "4cbf71184cc5ecc2e4e1baccdb21026c20e5fc3dcf63028a086131b3ab00b6e6"
12020dependencies = [
12021 "approx",
12022 "fast-srgb8",
12023 "palette_derive",
12024]
12025
12026[[package]]
12027name = "palette_derive"
12028version = "0.7.6"
12029source = "registry+https://github.com/rust-lang/crates.io-index"
12030checksum = "f5030daf005bface118c096f510ffb781fc28f9ab6a32ab224d8631be6851d30"
12031dependencies = [
12032 "by_address",
12033 "proc-macro2",
12034 "quote",
12035 "syn 2.0.117",
12036]
12037
12038[[package]]
12039name = "panel"
12040version = "0.1.0"
12041dependencies = [
12042 "gpui",
12043 "ui",
12044 "workspace",
12045]
12046
12047[[package]]
12048name = "parking"
12049version = "2.2.1"
12050source = "registry+https://github.com/rust-lang/crates.io-index"
12051checksum = "f38d5652c16fde515bb1ecef450ab0f6a219d619a7274976324d5e377f7dceba"
12052
12053[[package]]
12054name = "parking_lot"
12055version = "0.12.5"
12056source = "registry+https://github.com/rust-lang/crates.io-index"
12057checksum = "93857453250e3077bd71ff98b6a65ea6621a19bb0f559a85248955ac12c45a1a"
12058dependencies = [
12059 "lock_api",
12060 "parking_lot_core",
12061]
12062
12063[[package]]
12064name = "parking_lot_core"
12065version = "0.9.12"
12066source = "registry+https://github.com/rust-lang/crates.io-index"
12067checksum = "2621685985a2ebf1c516881c026032ac7deafcda1a2c9b7850dc81e3dfcb64c1"
12068dependencies = [
12069 "cfg-if",
12070 "libc",
12071 "redox_syscall 0.5.18",
12072 "smallvec",
12073 "windows-link 0.2.1",
12074]
12075
12076[[package]]
12077name = "parse_int"
12078version = "0.9.0"
12079source = "registry+https://github.com/rust-lang/crates.io-index"
12080checksum = "1c464266693329dd5a8715098c7f86e6c5fd5d985018b8318f53d9c6c2b21a31"
12081dependencies = [
12082 "num-traits",
12083]
12084
12085[[package]]
12086name = "partial-json-fixer"
12087version = "0.5.3"
12088source = "registry+https://github.com/rust-lang/crates.io-index"
12089checksum = "35ffd90b3f3b6477db7478016b9efb1b7e9d38eafd095f0542fe0ec2ea884a13"
12090
12091[[package]]
12092name = "password-hash"
12093version = "0.4.2"
12094source = "registry+https://github.com/rust-lang/crates.io-index"
12095checksum = "7676374caaee8a325c9e7a2ae557f216c5563a171d6997b0ef8a65af35147700"
12096dependencies = [
12097 "base64ct",
12098 "rand_core 0.6.4",
12099 "subtle",
12100]
12101
12102[[package]]
12103name = "paste"
12104version = "1.0.15"
12105source = "registry+https://github.com/rust-lang/crates.io-index"
12106checksum = "57c0d7b74b563b49d38dae00a0c37d4d6de9b432382b2892f0574ddcae73fd0a"
12107
12108[[package]]
12109name = "pastey"
12110version = "0.1.1"
12111source = "registry+https://github.com/rust-lang/crates.io-index"
12112checksum = "35fb2e5f958ec131621fdd531e9fc186ed768cbe395337403ae56c17a74c68ec"
12113
12114[[package]]
12115name = "pathdiff"
12116version = "0.2.3"
12117source = "registry+https://github.com/rust-lang/crates.io-index"
12118checksum = "df94ce210e5bc13cb6651479fa48d14f601d9858cfe0467f43ae157023b938d3"
12119
12120[[package]]
12121name = "pathfinder_geometry"
12122version = "0.5.1"
12123source = "registry+https://github.com/rust-lang/crates.io-index"
12124checksum = "0b7b7e7b4ea703700ce73ebf128e1450eb69c3a8329199ffbfb9b2a0418e5ad3"
12125dependencies = [
12126 "log",
12127 "pathfinder_simd",
12128]
12129
12130[[package]]
12131name = "pathfinder_simd"
12132version = "0.5.5"
12133source = "registry+https://github.com/rust-lang/crates.io-index"
12134checksum = "bf9027960355bf3afff9841918474a81a5f972ac6d226d518060bba758b5ad57"
12135dependencies = [
12136 "rustc_version",
12137]
12138
12139[[package]]
12140name = "paths"
12141version = "0.1.0"
12142dependencies = [
12143 "dirs",
12144 "ignore",
12145 "util",
12146]
12147
12148[[package]]
12149name = "pbjson"
12150version = "0.6.0"
12151source = "registry+https://github.com/rust-lang/crates.io-index"
12152checksum = "1030c719b0ec2a2d25a5df729d6cff1acf3cc230bf766f4f97833591f7577b90"
12153dependencies = [
12154 "base64 0.21.7",
12155 "serde",
12156]
12157
12158[[package]]
12159name = "pbjson-build"
12160version = "0.6.2"
12161source = "registry+https://github.com/rust-lang/crates.io-index"
12162checksum = "2580e33f2292d34be285c5bc3dba5259542b083cfad6037b6d70345f24dcb735"
12163dependencies = [
12164 "heck 0.4.1",
12165 "itertools 0.11.0",
12166 "prost 0.12.6",
12167 "prost-types 0.12.6",
12168]
12169
12170[[package]]
12171name = "pbjson-types"
12172version = "0.6.0"
12173source = "registry+https://github.com/rust-lang/crates.io-index"
12174checksum = "18f596653ba4ac51bdecbb4ef6773bc7f56042dc13927910de1684ad3d32aa12"
12175dependencies = [
12176 "bytes 1.11.1",
12177 "chrono",
12178 "pbjson",
12179 "pbjson-build",
12180 "prost 0.12.6",
12181 "prost-build 0.12.6",
12182 "serde",
12183]
12184
12185[[package]]
12186name = "pbkdf2"
12187version = "0.11.0"
12188source = "registry+https://github.com/rust-lang/crates.io-index"
12189checksum = "83a0692ec44e4cf1ef28ca317f14f8f07da2d95ec3fa01f86e4467b725e60917"
12190dependencies = [
12191 "digest",
12192 "hmac",
12193 "password-hash",
12194 "sha2",
12195]
12196
12197[[package]]
12198name = "pbkdf2"
12199version = "0.12.2"
12200source = "registry+https://github.com/rust-lang/crates.io-index"
12201checksum = "f8ed6a7761f76e3b9f92dfb0a60a6a6477c61024b775147ff0973a02653abaf2"
12202dependencies = [
12203 "digest",
12204 "hmac",
12205]
12206
12207[[package]]
12208name = "pciid-parser"
12209version = "0.8.0"
12210source = "registry+https://github.com/rust-lang/crates.io-index"
12211checksum = "0008e816fcdaf229cdd540e9b6ca2dc4a10d65c31624abb546c6420a02846e61"
12212
12213[[package]]
12214name = "peg"
12215version = "0.8.5"
12216source = "registry+https://github.com/rust-lang/crates.io-index"
12217checksum = "9928cfca101b36ec5163e70049ee5368a8a1c3c6efc9ca9c5f9cc2f816152477"
12218dependencies = [
12219 "peg-macros",
12220 "peg-runtime",
12221]
12222
12223[[package]]
12224name = "peg-macros"
12225version = "0.8.5"
12226source = "registry+https://github.com/rust-lang/crates.io-index"
12227checksum = "6298ab04c202fa5b5d52ba03269fb7b74550b150323038878fe6c372d8280f71"
12228dependencies = [
12229 "peg-runtime",
12230 "proc-macro2",
12231 "quote",
12232]
12233
12234[[package]]
12235name = "peg-runtime"
12236version = "0.8.5"
12237source = "registry+https://github.com/rust-lang/crates.io-index"
12238checksum = "132dca9b868d927b35b5dd728167b2dee150eb1ad686008fc71ccb298b776fca"
12239
12240[[package]]
12241name = "pem"
12242version = "3.0.6"
12243source = "registry+https://github.com/rust-lang/crates.io-index"
12244checksum = "1d30c53c26bc5b31a98cd02d20f25a7c8567146caf63ed593a9d87b2775291be"
12245dependencies = [
12246 "base64 0.22.1",
12247 "serde_core",
12248]
12249
12250[[package]]
12251name = "pem-rfc7468"
12252version = "0.7.0"
12253source = "registry+https://github.com/rust-lang/crates.io-index"
12254checksum = "88b39c9bfcfc231068454382784bb460aae594343fb030d46e9f50a645418412"
12255dependencies = [
12256 "base64ct",
12257]
12258
12259[[package]]
12260name = "percent-encoding"
12261version = "2.3.2"
12262source = "registry+https://github.com/rust-lang/crates.io-index"
12263checksum = "9b4f627cb1b25917193a259e49bdad08f671f8d9708acfd5fe0a8c1455d87220"
12264
12265[[package]]
12266name = "perf"
12267version = "0.1.0"
12268dependencies = [
12269 "collections",
12270 "serde",
12271 "serde_json",
12272]
12273
12274[[package]]
12275name = "pest"
12276version = "2.8.3"
12277source = "registry+https://github.com/rust-lang/crates.io-index"
12278checksum = "989e7521a040efde50c3ab6bbadafbe15ab6dc042686926be59ac35d74607df4"
12279dependencies = [
12280 "memchr",
12281 "ucd-trie",
12282]
12283
12284[[package]]
12285name = "pest_derive"
12286version = "2.8.3"
12287source = "registry+https://github.com/rust-lang/crates.io-index"
12288checksum = "187da9a3030dbafabbbfb20cb323b976dc7b7ce91fcd84f2f74d6e31d378e2de"
12289dependencies = [
12290 "pest",
12291 "pest_generator",
12292]
12293
12294[[package]]
12295name = "pest_generator"
12296version = "2.8.3"
12297source = "registry+https://github.com/rust-lang/crates.io-index"
12298checksum = "49b401d98f5757ebe97a26085998d6c0eecec4995cad6ab7fc30ffdf4b052843"
12299dependencies = [
12300 "pest",
12301 "pest_meta",
12302 "proc-macro2",
12303 "quote",
12304 "syn 2.0.117",
12305]
12306
12307[[package]]
12308name = "pest_meta"
12309version = "2.8.3"
12310source = "registry+https://github.com/rust-lang/crates.io-index"
12311checksum = "72f27a2cfee9f9039c4d86faa5af122a0ac3851441a34865b8a043b46be0065a"
12312dependencies = [
12313 "pest",
12314 "sha2",
12315]
12316
12317[[package]]
12318name = "pet"
12319version = "0.1.0"
12320source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12321dependencies = [
12322 "clap",
12323 "env_logger 0.10.2",
12324 "lazy_static",
12325 "log",
12326 "msvc_spectre_libs",
12327 "pet-conda",
12328 "pet-core",
12329 "pet-env-var-path",
12330 "pet-fs",
12331 "pet-global-virtualenvs",
12332 "pet-homebrew",
12333 "pet-jsonrpc",
12334 "pet-linux-global-python",
12335 "pet-mac-commandlinetools",
12336 "pet-mac-python-org",
12337 "pet-mac-xcode",
12338 "pet-pipenv",
12339 "pet-pixi",
12340 "pet-poetry",
12341 "pet-pyenv",
12342 "pet-python-utils",
12343 "pet-reporter",
12344 "pet-telemetry",
12345 "pet-uv",
12346 "pet-venv",
12347 "pet-virtualenv",
12348 "pet-virtualenvwrapper",
12349 "pet-windows-registry",
12350 "pet-windows-store",
12351 "pet-winpython",
12352 "serde",
12353 "serde_json",
12354 "tracing",
12355 "tracing-subscriber",
12356 "winresource",
12357]
12358
12359[[package]]
12360name = "pet-conda"
12361version = "0.1.0"
12362source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12363dependencies = [
12364 "env_logger 0.10.2",
12365 "lazy_static",
12366 "log",
12367 "msvc_spectre_libs",
12368 "pet-core",
12369 "pet-fs",
12370 "pet-python-utils",
12371 "pet-reporter",
12372 "rayon",
12373 "regex",
12374 "serde",
12375 "serde_json",
12376 "yaml-rust2",
12377]
12378
12379[[package]]
12380name = "pet-core"
12381version = "0.1.0"
12382source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12383dependencies = [
12384 "clap",
12385 "lazy_static",
12386 "log",
12387 "msvc_spectre_libs",
12388 "pet-fs",
12389 "regex",
12390 "serde",
12391 "serde_json",
12392]
12393
12394[[package]]
12395name = "pet-env-var-path"
12396version = "0.1.0"
12397source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12398dependencies = [
12399 "lazy_static",
12400 "log",
12401 "msvc_spectre_libs",
12402 "pet-conda",
12403 "pet-core",
12404 "pet-fs",
12405 "pet-python-utils",
12406 "pet-virtualenv",
12407 "regex",
12408]
12409
12410[[package]]
12411name = "pet-fs"
12412version = "0.1.0"
12413source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12414dependencies = [
12415 "glob",
12416 "log",
12417 "msvc_spectre_libs",
12418 "windows-sys 0.59.0",
12419]
12420
12421[[package]]
12422name = "pet-global-virtualenvs"
12423version = "0.1.0"
12424source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12425dependencies = [
12426 "log",
12427 "msvc_spectre_libs",
12428 "pet-conda",
12429 "pet-core",
12430 "pet-fs",
12431 "pet-virtualenv",
12432]
12433
12434[[package]]
12435name = "pet-homebrew"
12436version = "0.1.0"
12437source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12438dependencies = [
12439 "lazy_static",
12440 "log",
12441 "msvc_spectre_libs",
12442 "pet-conda",
12443 "pet-core",
12444 "pet-fs",
12445 "pet-python-utils",
12446 "pet-virtualenv",
12447 "rayon",
12448 "regex",
12449 "serde",
12450 "serde_json",
12451]
12452
12453[[package]]
12454name = "pet-jsonrpc"
12455version = "0.1.0"
12456source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12457dependencies = [
12458 "env_logger 0.10.2",
12459 "log",
12460 "msvc_spectre_libs",
12461 "pet-core",
12462 "serde",
12463 "serde_json",
12464]
12465
12466[[package]]
12467name = "pet-linux-global-python"
12468version = "0.1.0"
12469source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12470dependencies = [
12471 "log",
12472 "msvc_spectre_libs",
12473 "pet-core",
12474 "pet-fs",
12475 "pet-python-utils",
12476 "pet-virtualenv",
12477]
12478
12479[[package]]
12480name = "pet-mac-commandlinetools"
12481version = "0.1.0"
12482source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12483dependencies = [
12484 "log",
12485 "msvc_spectre_libs",
12486 "pet-core",
12487 "pet-fs",
12488 "pet-python-utils",
12489 "pet-virtualenv",
12490]
12491
12492[[package]]
12493name = "pet-mac-python-org"
12494version = "0.1.0"
12495source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12496dependencies = [
12497 "log",
12498 "msvc_spectre_libs",
12499 "pet-core",
12500 "pet-fs",
12501 "pet-python-utils",
12502 "pet-virtualenv",
12503]
12504
12505[[package]]
12506name = "pet-mac-xcode"
12507version = "0.1.0"
12508source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12509dependencies = [
12510 "log",
12511 "msvc_spectre_libs",
12512 "pet-core",
12513 "pet-fs",
12514 "pet-python-utils",
12515 "pet-virtualenv",
12516]
12517
12518[[package]]
12519name = "pet-pipenv"
12520version = "0.1.0"
12521source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12522dependencies = [
12523 "lazy_static",
12524 "log",
12525 "msvc_spectre_libs",
12526 "pet-core",
12527 "pet-fs",
12528 "pet-python-utils",
12529 "pet-virtualenv",
12530 "regex",
12531]
12532
12533[[package]]
12534name = "pet-pixi"
12535version = "0.1.0"
12536source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12537dependencies = [
12538 "log",
12539 "msvc_spectre_libs",
12540 "pet-conda",
12541 "pet-core",
12542 "pet-python-utils",
12543]
12544
12545[[package]]
12546name = "pet-poetry"
12547version = "0.1.0"
12548source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12549dependencies = [
12550 "base64 0.22.1",
12551 "lazy_static",
12552 "log",
12553 "msvc_spectre_libs",
12554 "pet-core",
12555 "pet-fs",
12556 "pet-python-utils",
12557 "pet-reporter",
12558 "pet-virtualenv",
12559 "regex",
12560 "serde",
12561 "serde_json",
12562 "sha2",
12563 "toml 0.8.23",
12564]
12565
12566[[package]]
12567name = "pet-pyenv"
12568version = "0.1.0"
12569source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12570dependencies = [
12571 "lazy_static",
12572 "log",
12573 "msvc_spectre_libs",
12574 "pet-conda",
12575 "pet-core",
12576 "pet-fs",
12577 "pet-python-utils",
12578 "pet-reporter",
12579 "regex",
12580 "serde",
12581 "serde_json",
12582]
12583
12584[[package]]
12585name = "pet-python-utils"
12586version = "0.1.0"
12587source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12588dependencies = [
12589 "env_logger 0.10.2",
12590 "lazy_static",
12591 "log",
12592 "msvc_spectre_libs",
12593 "pet-core",
12594 "pet-fs",
12595 "regex",
12596 "serde",
12597 "serde_json",
12598 "sha2",
12599]
12600
12601[[package]]
12602name = "pet-reporter"
12603version = "0.1.0"
12604source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12605dependencies = [
12606 "env_logger 0.10.2",
12607 "log",
12608 "msvc_spectre_libs",
12609 "pet-core",
12610 "pet-jsonrpc",
12611 "serde",
12612 "serde_json",
12613]
12614
12615[[package]]
12616name = "pet-telemetry"
12617version = "0.1.0"
12618source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12619dependencies = [
12620 "env_logger 0.10.2",
12621 "lazy_static",
12622 "log",
12623 "msvc_spectre_libs",
12624 "pet-core",
12625 "pet-fs",
12626 "pet-python-utils",
12627 "regex",
12628]
12629
12630[[package]]
12631name = "pet-uv"
12632version = "0.1.0"
12633source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12634dependencies = [
12635 "log",
12636 "pet-core",
12637 "pet-python-utils",
12638 "serde",
12639 "toml 0.9.8",
12640]
12641
12642[[package]]
12643name = "pet-venv"
12644version = "0.1.0"
12645source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12646dependencies = [
12647 "log",
12648 "msvc_spectre_libs",
12649 "pet-core",
12650 "pet-python-utils",
12651 "pet-virtualenv",
12652]
12653
12654[[package]]
12655name = "pet-virtualenv"
12656version = "0.1.0"
12657source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12658dependencies = [
12659 "log",
12660 "msvc_spectre_libs",
12661 "pet-core",
12662 "pet-fs",
12663 "pet-python-utils",
12664]
12665
12666[[package]]
12667name = "pet-virtualenvwrapper"
12668version = "0.1.0"
12669source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12670dependencies = [
12671 "log",
12672 "msvc_spectre_libs",
12673 "pet-core",
12674 "pet-fs",
12675 "pet-python-utils",
12676 "pet-virtualenv",
12677]
12678
12679[[package]]
12680name = "pet-windows-registry"
12681version = "0.1.0"
12682source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12683dependencies = [
12684 "lazy_static",
12685 "log",
12686 "msvc_spectre_libs",
12687 "pet-conda",
12688 "pet-core",
12689 "pet-fs",
12690 "pet-python-utils",
12691 "pet-virtualenv",
12692 "pet-windows-store",
12693 "regex",
12694 "winreg 0.55.0",
12695]
12696
12697[[package]]
12698name = "pet-windows-store"
12699version = "0.1.0"
12700source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12701dependencies = [
12702 "lazy_static",
12703 "log",
12704 "msvc_spectre_libs",
12705 "pet-core",
12706 "pet-fs",
12707 "pet-python-utils",
12708 "pet-virtualenv",
12709 "regex",
12710 "winreg 0.55.0",
12711]
12712
12713[[package]]
12714name = "pet-winpython"
12715version = "0.1.0"
12716source = "git+https://github.com/microsoft/python-environment-tools.git?rev=9e61a22af989fe54937bf07c9f9cff1bc53d9056#9e61a22af989fe54937bf07c9f9cff1bc53d9056"
12717dependencies = [
12718 "lazy_static",
12719 "log",
12720 "pet-core",
12721 "pet-fs",
12722 "pet-python-utils",
12723 "pet-virtualenv",
12724 "regex",
12725]
12726
12727[[package]]
12728name = "petgraph"
12729version = "0.6.5"
12730source = "registry+https://github.com/rust-lang/crates.io-index"
12731checksum = "b4c5cc86750666a3ed20bdaf5ca2a0344f9c67674cae0515bec2da16fbaa47db"
12732dependencies = [
12733 "fixedbitset 0.4.2",
12734 "indexmap",
12735]
12736
12737[[package]]
12738name = "pgvector"
12739version = "0.4.1"
12740source = "registry+https://github.com/rust-lang/crates.io-index"
12741checksum = "fc58e2d255979a31caa7cabfa7aac654af0354220719ab7a68520ae7a91e8c0b"
12742dependencies = [
12743 "serde",
12744]
12745
12746[[package]]
12747name = "phf"
12748version = "0.11.3"
12749source = "registry+https://github.com/rust-lang/crates.io-index"
12750checksum = "1fd6780a80ae0c52cc120a26a1a42c1ae51b247a253e4e06113d23d2c2edd078"
12751dependencies = [
12752 "phf_macros 0.11.3",
12753 "phf_shared 0.11.3",
12754]
12755
12756[[package]]
12757name = "phf"
12758version = "0.12.1"
12759source = "registry+https://github.com/rust-lang/crates.io-index"
12760checksum = "913273894cec178f401a31ec4b656318d95473527be05c0752cc41cdc32be8b7"
12761dependencies = [
12762 "phf_macros 0.12.1",
12763 "phf_shared 0.12.1",
12764]
12765
12766[[package]]
12767name = "phf_codegen"
12768version = "0.11.3"
12769source = "registry+https://github.com/rust-lang/crates.io-index"
12770checksum = "aef8048c789fa5e851558d709946d6d79a8ff88c0440c587967f8e94bfb1216a"
12771dependencies = [
12772 "phf_generator 0.11.3",
12773 "phf_shared 0.11.3",
12774]
12775
12776[[package]]
12777name = "phf_generator"
12778version = "0.11.3"
12779source = "registry+https://github.com/rust-lang/crates.io-index"
12780checksum = "3c80231409c20246a13fddb31776fb942c38553c51e871f8cbd687a4cfb5843d"
12781dependencies = [
12782 "phf_shared 0.11.3",
12783 "rand 0.8.5",
12784]
12785
12786[[package]]
12787name = "phf_generator"
12788version = "0.12.1"
12789source = "registry+https://github.com/rust-lang/crates.io-index"
12790checksum = "2cbb1126afed61dd6368748dae63b1ee7dc480191c6262a3b4ff1e29d86a6c5b"
12791dependencies = [
12792 "fastrand 2.3.0",
12793 "phf_shared 0.12.1",
12794]
12795
12796[[package]]
12797name = "phf_macros"
12798version = "0.11.3"
12799source = "registry+https://github.com/rust-lang/crates.io-index"
12800checksum = "f84ac04429c13a7ff43785d75ad27569f2951ce0ffd30a3321230db2fc727216"
12801dependencies = [
12802 "phf_generator 0.11.3",
12803 "phf_shared 0.11.3",
12804 "proc-macro2",
12805 "quote",
12806 "syn 2.0.117",
12807]
12808
12809[[package]]
12810name = "phf_macros"
12811version = "0.12.1"
12812source = "registry+https://github.com/rust-lang/crates.io-index"
12813checksum = "d713258393a82f091ead52047ca779d37e5766226d009de21696c4e667044368"
12814dependencies = [
12815 "phf_generator 0.12.1",
12816 "phf_shared 0.12.1",
12817 "proc-macro2",
12818 "quote",
12819 "syn 2.0.117",
12820]
12821
12822[[package]]
12823name = "phf_shared"
12824version = "0.11.3"
12825source = "registry+https://github.com/rust-lang/crates.io-index"
12826checksum = "67eabc2ef2a60eb7faa00097bd1ffdb5bd28e62bf39990626a582201b7a754e5"
12827dependencies = [
12828 "siphasher 1.0.1",
12829]
12830
12831[[package]]
12832name = "phf_shared"
12833version = "0.12.1"
12834source = "registry+https://github.com/rust-lang/crates.io-index"
12835checksum = "06005508882fb681fd97892ecff4b7fd0fee13ef1aa569f8695dae7ab9099981"
12836dependencies = [
12837 "siphasher 1.0.1",
12838]
12839
12840[[package]]
12841name = "picker"
12842version = "0.1.0"
12843dependencies = [
12844 "anyhow",
12845 "editor",
12846 "gpui",
12847 "menu",
12848 "schemars",
12849 "serde",
12850 "settings",
12851 "theme",
12852 "theme_settings",
12853 "ui",
12854 "ui_input",
12855 "workspace",
12856 "zed_actions",
12857]
12858
12859[[package]]
12860name = "pico-args"
12861version = "0.5.0"
12862source = "registry+https://github.com/rust-lang/crates.io-index"
12863checksum = "5be167a7af36ee22fe3115051bc51f6e6c7054c9348e28deb4f49bd6f705a315"
12864
12865[[package]]
12866name = "pin-project"
12867version = "1.1.10"
12868source = "registry+https://github.com/rust-lang/crates.io-index"
12869checksum = "677f1add503faace112b9f1373e43e9e054bfdd22ff1a63c1bc485eaec6a6a8a"
12870dependencies = [
12871 "pin-project-internal",
12872]
12873
12874[[package]]
12875name = "pin-project-internal"
12876version = "1.1.10"
12877source = "registry+https://github.com/rust-lang/crates.io-index"
12878checksum = "6e918e4ff8c4549eb882f14b3a4bc8c8bc93de829416eacf579f1207a8fbf861"
12879dependencies = [
12880 "proc-macro2",
12881 "quote",
12882 "syn 2.0.117",
12883]
12884
12885[[package]]
12886name = "pin-project-lite"
12887version = "0.2.16"
12888source = "registry+https://github.com/rust-lang/crates.io-index"
12889checksum = "3b3cff922bd51709b605d9ead9aa71031d81447142d828eb4a6eba76fe619f9b"
12890
12891[[package]]
12892name = "pin-utils"
12893version = "0.1.0"
12894source = "registry+https://github.com/rust-lang/crates.io-index"
12895checksum = "8b870d8c151b6f2fb93e84a13146138f05d02ed11c7e7c54f8826aaaf7c9f184"
12896
12897[[package]]
12898name = "piper"
12899version = "0.2.4"
12900source = "registry+https://github.com/rust-lang/crates.io-index"
12901checksum = "96c8c490f422ef9a4efd2cb5b42b76c8613d7e7dfc1caf667b8a3350a5acc066"
12902dependencies = [
12903 "atomic-waker",
12904 "fastrand 2.3.0",
12905 "futures-io",
12906]
12907
12908[[package]]
12909name = "pkcs1"
12910version = "0.7.5"
12911source = "registry+https://github.com/rust-lang/crates.io-index"
12912checksum = "c8ffb9f10fa047879315e6625af03c164b16962a5368d724ed16323b68ace47f"
12913dependencies = [
12914 "der 0.7.10",
12915 "pkcs8 0.10.2",
12916 "spki 0.7.3",
12917]
12918
12919[[package]]
12920name = "pkcs8"
12921version = "0.9.0"
12922source = "registry+https://github.com/rust-lang/crates.io-index"
12923checksum = "9eca2c590a5f85da82668fa685c09ce2888b9430e83299debf1f34b65fd4a4ba"
12924dependencies = [
12925 "der 0.6.1",
12926 "spki 0.6.0",
12927]
12928
12929[[package]]
12930name = "pkcs8"
12931version = "0.10.2"
12932source = "registry+https://github.com/rust-lang/crates.io-index"
12933checksum = "f950b2377845cebe5cf8b5165cb3cc1a5e0fa5cfa3e1f7f55707d8fd82e0a7b7"
12934dependencies = [
12935 "der 0.7.10",
12936 "spki 0.7.3",
12937]
12938
12939[[package]]
12940name = "pkg-config"
12941version = "0.3.32"
12942source = "registry+https://github.com/rust-lang/crates.io-index"
12943checksum = "7edddbd0b52d732b21ad9a5fab5c704c14cd949e5e9a1ec5929a24fded1b904c"
12944
12945[[package]]
12946name = "plain"
12947version = "0.2.3"
12948source = "registry+https://github.com/rust-lang/crates.io-index"
12949checksum = "b4596b6d070b27117e987119b4dac604f3c58cfb0b191112e24771b2faeac1a6"
12950
12951[[package]]
12952name = "platform_title_bar"
12953version = "0.1.0"
12954dependencies = [
12955 "gpui",
12956 "project",
12957 "settings",
12958 "smallvec",
12959 "theme",
12960 "theme_settings",
12961 "ui",
12962 "windows 0.61.3",
12963 "workspace",
12964 "zed_actions",
12965]
12966
12967[[package]]
12968name = "plist"
12969version = "1.8.0"
12970source = "registry+https://github.com/rust-lang/crates.io-index"
12971checksum = "740ebea15c5d1428f910cd1a5f52cebf8d25006245ed8ade92702f4943d91e07"
12972dependencies = [
12973 "base64 0.22.1",
12974 "indexmap",
12975 "quick-xml 0.38.3",
12976 "serde",
12977 "time",
12978]
12979
12980[[package]]
12981name = "plotters"
12982version = "0.3.7"
12983source = "registry+https://github.com/rust-lang/crates.io-index"
12984checksum = "5aeb6f403d7a4911efb1e33402027fc44f29b5bf6def3effcc22d7bb75f2b747"
12985dependencies = [
12986 "num-traits",
12987 "plotters-backend",
12988 "plotters-svg",
12989 "wasm-bindgen",
12990 "web-sys",
12991]
12992
12993[[package]]
12994name = "plotters-backend"
12995version = "0.3.7"
12996source = "registry+https://github.com/rust-lang/crates.io-index"
12997checksum = "df42e13c12958a16b3f7f4386b9ab1f3e7933914ecea48da7139435263a4172a"
12998
12999[[package]]
13000name = "plotters-svg"
13001version = "0.3.7"
13002source = "registry+https://github.com/rust-lang/crates.io-index"
13003checksum = "51bae2ac328883f7acdfea3d66a7c35751187f870bc81f94563733a154d7a670"
13004dependencies = [
13005 "plotters-backend",
13006]
13007
13008[[package]]
13009name = "png"
13010version = "0.17.16"
13011source = "registry+https://github.com/rust-lang/crates.io-index"
13012checksum = "82151a2fc869e011c153adc57cf2789ccb8d9906ce52c0b39a6b5697749d7526"
13013dependencies = [
13014 "bitflags 1.3.2",
13015 "crc32fast",
13016 "fdeflate",
13017 "flate2",
13018 "miniz_oxide",
13019]
13020
13021[[package]]
13022name = "png"
13023version = "0.18.0"
13024source = "registry+https://github.com/rust-lang/crates.io-index"
13025checksum = "97baced388464909d42d89643fe4361939af9b7ce7a31ee32a168f832a70f2a0"
13026dependencies = [
13027 "bitflags 2.10.0",
13028 "crc32fast",
13029 "fdeflate",
13030 "flate2",
13031 "miniz_oxide",
13032]
13033
13034[[package]]
13035name = "polling"
13036version = "3.11.0"
13037source = "registry+https://github.com/rust-lang/crates.io-index"
13038checksum = "5d0e4f59085d47d8241c88ead0f274e8a0cb551f3625263c05eb8dd897c34218"
13039dependencies = [
13040 "cfg-if",
13041 "concurrent-queue",
13042 "hermit-abi",
13043 "pin-project-lite",
13044 "rustix 1.1.2",
13045 "windows-sys 0.61.2",
13046]
13047
13048[[package]]
13049name = "pollster"
13050version = "0.2.5"
13051source = "registry+https://github.com/rust-lang/crates.io-index"
13052checksum = "5da3b0203fd7ee5720aa0b5e790b591aa5d3f41c3ed2c34a3a393382198af2f7"
13053
13054[[package]]
13055name = "pollster"
13056version = "0.4.0"
13057source = "registry+https://github.com/rust-lang/crates.io-index"
13058checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
13059
13060[[package]]
13061name = "pori"
13062version = "0.0.0"
13063source = "registry+https://github.com/rust-lang/crates.io-index"
13064checksum = "a4a63d338dec139f56dacc692ca63ad35a6be6a797442479b55acd611d79e906"
13065dependencies = [
13066 "nom 7.1.3",
13067]
13068
13069[[package]]
13070name = "portable-atomic"
13071version = "1.11.1"
13072source = "registry+https://github.com/rust-lang/crates.io-index"
13073checksum = "f84267b20a16ea918e43c6a88433c2d54fa145c92a811b5b047ccbe153674483"
13074
13075[[package]]
13076name = "portable-atomic-util"
13077version = "0.2.4"
13078source = "registry+https://github.com/rust-lang/crates.io-index"
13079checksum = "d8a2f0d8d040d7848a709caf78912debcc3f33ee4b3cac47d73d1e1069e83507"
13080dependencies = [
13081 "portable-atomic",
13082]
13083
13084[[package]]
13085name = "portable-pty"
13086version = "0.9.0"
13087source = "registry+https://github.com/rust-lang/crates.io-index"
13088checksum = "b4a596a2b3d2752d94f51fac2d4a96737b8705dddd311a32b9af47211f08671e"
13089dependencies = [
13090 "anyhow",
13091 "bitflags 1.3.2",
13092 "downcast-rs",
13093 "filedescriptor",
13094 "lazy_static",
13095 "libc",
13096 "log",
13097 "nix 0.28.0",
13098 "serial2",
13099 "shared_library",
13100 "shell-words",
13101 "winapi",
13102 "winreg 0.10.1",
13103]
13104
13105[[package]]
13106name = "postage"
13107version = "0.5.0"
13108source = "registry+https://github.com/rust-lang/crates.io-index"
13109checksum = "af3fb618632874fb76937c2361a7f22afd393c982a2165595407edc75b06d3c1"
13110dependencies = [
13111 "atomic",
13112 "crossbeam-queue",
13113 "futures 0.3.32",
13114 "log",
13115 "parking_lot",
13116 "pin-project",
13117 "pollster 0.2.5",
13118 "static_assertions",
13119 "thiserror 1.0.69",
13120]
13121
13122[[package]]
13123name = "postcard"
13124version = "1.1.3"
13125source = "registry+https://github.com/rust-lang/crates.io-index"
13126checksum = "6764c3b5dd454e283a30e6dfe78e9b31096d9e32036b5d1eaac7a6119ccb9a24"
13127dependencies = [
13128 "cobs",
13129 "embedded-io 0.4.0",
13130 "embedded-io 0.6.1",
13131 "serde",
13132]
13133
13134[[package]]
13135name = "potential_utf"
13136version = "0.1.3"
13137source = "registry+https://github.com/rust-lang/crates.io-index"
13138checksum = "84df19adbe5b5a0782edcab45899906947ab039ccf4573713735ee7de1e6b08a"
13139dependencies = [
13140 "zerovec",
13141]
13142
13143[[package]]
13144name = "powerfmt"
13145version = "0.2.0"
13146source = "registry+https://github.com/rust-lang/crates.io-index"
13147checksum = "439ee305def115ba05938db6eb1644ff94165c5ab5e9420d1c1bcedbba909391"
13148
13149[[package]]
13150name = "ppv-lite86"
13151version = "0.2.21"
13152source = "registry+https://github.com/rust-lang/crates.io-index"
13153checksum = "85eae3c4ed2f50dcfe72643da4befc30deadb458a9b590d720cde2f2b1e97da9"
13154dependencies = [
13155 "zerocopy",
13156]
13157
13158[[package]]
13159name = "precomputed-hash"
13160version = "0.1.1"
13161source = "registry+https://github.com/rust-lang/crates.io-index"
13162checksum = "925383efa346730478fb4838dbe9137d2a47675ad789c546d150a6e1dd4ab31c"
13163
13164[[package]]
13165name = "presser"
13166version = "0.3.1"
13167source = "registry+https://github.com/rust-lang/crates.io-index"
13168checksum = "e8cf8e6a8aa66ce33f63993ffc4ea4271eb5b0530a9002db8455ea6050c77bfa"
13169
13170[[package]]
13171name = "prettier"
13172version = "0.1.0"
13173dependencies = [
13174 "anyhow",
13175 "collections",
13176 "fs",
13177 "gpui",
13178 "language",
13179 "log",
13180 "lsp",
13181 "node_runtime",
13182 "parking_lot",
13183 "paths",
13184 "serde",
13185 "serde_json",
13186 "util",
13187]
13188
13189[[package]]
13190name = "pretty_assertions"
13191version = "1.4.1"
13192source = "registry+https://github.com/rust-lang/crates.io-index"
13193checksum = "3ae130e2f271fbc2ac3a40fb1d07180839cdbbe443c7a27e1e3c13c5cac0116d"
13194dependencies = [
13195 "diff",
13196 "yansi",
13197]
13198
13199[[package]]
13200name = "prettyplease"
13201version = "0.2.37"
13202source = "registry+https://github.com/rust-lang/crates.io-index"
13203checksum = "479ca8adacdd7ce8f1fb39ce9ecccbfe93a3f1344b3d0d97f20bc0196208f62b"
13204dependencies = [
13205 "proc-macro2",
13206 "syn 2.0.117",
13207]
13208
13209[[package]]
13210name = "primal-check"
13211version = "0.3.4"
13212source = "registry+https://github.com/rust-lang/crates.io-index"
13213checksum = "dc0d895b311e3af9902528fbb8f928688abbd95872819320517cc24ca6b2bd08"
13214dependencies = [
13215 "num-integer",
13216]
13217
13218[[package]]
13219name = "proc-macro-crate"
13220version = "3.4.0"
13221source = "registry+https://github.com/rust-lang/crates.io-index"
13222checksum = "219cb19e96be00ab2e37d6e299658a0cfa83e52429179969b0f0121b4ac46983"
13223dependencies = [
13224 "toml_edit 0.23.7",
13225]
13226
13227[[package]]
13228name = "proc-macro-error"
13229version = "1.0.4"
13230source = "registry+https://github.com/rust-lang/crates.io-index"
13231checksum = "da25490ff9892aab3fcf7c36f08cfb902dd3e71ca0f9f9517bea02a73a5ce38c"
13232dependencies = [
13233 "proc-macro-error-attr",
13234 "proc-macro2",
13235 "quote",
13236 "syn 1.0.109",
13237 "version_check",
13238]
13239
13240[[package]]
13241name = "proc-macro-error-attr"
13242version = "1.0.4"
13243source = "registry+https://github.com/rust-lang/crates.io-index"
13244checksum = "a1be40180e52ecc98ad80b184934baf3d0d29f979574e439af5a55274b35f869"
13245dependencies = [
13246 "proc-macro2",
13247 "quote",
13248 "version_check",
13249]
13250
13251[[package]]
13252name = "proc-macro-error-attr2"
13253version = "2.0.0"
13254source = "registry+https://github.com/rust-lang/crates.io-index"
13255checksum = "96de42df36bb9bba5542fe9f1a054b8cc87e172759a1868aa05c1f3acc89dfc5"
13256dependencies = [
13257 "proc-macro2",
13258 "quote",
13259]
13260
13261[[package]]
13262name = "proc-macro-error2"
13263version = "2.0.1"
13264source = "registry+https://github.com/rust-lang/crates.io-index"
13265checksum = "11ec05c52be0a07b08061f7dd003e7d7092e0472bc731b4af7bb1ef876109802"
13266dependencies = [
13267 "proc-macro-error-attr2",
13268 "proc-macro2",
13269 "quote",
13270 "syn 2.0.117",
13271]
13272
13273[[package]]
13274name = "proc-macro2"
13275version = "1.0.101"
13276source = "registry+https://github.com/rust-lang/crates.io-index"
13277checksum = "89ae43fd86e4158d6db51ad8e2b80f313af9cc74f5c0e03ccb87de09998732de"
13278dependencies = [
13279 "unicode-ident",
13280]
13281
13282[[package]]
13283name = "proc-macro2-diagnostics"
13284version = "0.10.1"
13285source = "registry+https://github.com/rust-lang/crates.io-index"
13286checksum = "af066a9c399a26e020ada66a034357a868728e72cd426f3adcd35f80d88d88c8"
13287dependencies = [
13288 "proc-macro2",
13289 "quote",
13290 "syn 2.0.117",
13291 "version_check",
13292 "yansi",
13293]
13294
13295[[package]]
13296name = "procfs-core"
13297version = "0.17.0"
13298source = "registry+https://github.com/rust-lang/crates.io-index"
13299checksum = "239df02d8349b06fc07398a3a1697b06418223b1c7725085e801e7c0fc6a12ec"
13300dependencies = [
13301 "bitflags 2.10.0",
13302 "hex",
13303 "serde",
13304]
13305
13306[[package]]
13307name = "profiling"
13308version = "1.0.17"
13309source = "registry+https://github.com/rust-lang/crates.io-index"
13310checksum = "3eb8486b569e12e2c32ad3e204dbaba5e4b5b216e9367044f25f1dba42341773"
13311dependencies = [
13312 "profiling-procmacros",
13313]
13314
13315[[package]]
13316name = "profiling-procmacros"
13317version = "1.0.17"
13318source = "registry+https://github.com/rust-lang/crates.io-index"
13319checksum = "52717f9a02b6965224f95ca2a81e2e0c5c43baacd28ca057577988930b6c3d5b"
13320dependencies = [
13321 "quote",
13322 "syn 2.0.117",
13323]
13324
13325[[package]]
13326name = "project"
13327version = "0.1.0"
13328dependencies = [
13329 "aho-corasick",
13330 "anyhow",
13331 "askpass",
13332 "async-trait",
13333 "base64 0.22.1",
13334 "buffer_diff",
13335 "circular-buffer",
13336 "client",
13337 "clock",
13338 "collections",
13339 "context_server",
13340 "credentials_provider",
13341 "dap",
13342 "encoding_rs",
13343 "extension",
13344 "fancy-regex 0.17.0",
13345 "fs",
13346 "futures 0.3.32",
13347 "fuzzy",
13348 "fuzzy_nucleo",
13349 "git",
13350 "git2",
13351 "git_hosting_providers",
13352 "globset",
13353 "gpui",
13354 "http_client",
13355 "image",
13356 "indexmap",
13357 "itertools 0.14.0",
13358 "language",
13359 "log",
13360 "lsp",
13361 "markdown",
13362 "node_runtime",
13363 "parking_lot",
13364 "paths",
13365 "percent-encoding",
13366 "postage",
13367 "prettier",
13368 "pretty_assertions",
13369 "project",
13370 "rand 0.9.3",
13371 "regex",
13372 "release_channel",
13373 "remote",
13374 "rpc",
13375 "schemars",
13376 "semver",
13377 "serde",
13378 "serde_json",
13379 "settings",
13380 "sha2",
13381 "shellexpand",
13382 "smallvec",
13383 "smol",
13384 "snippet",
13385 "snippet_provider",
13386 "sum_tree",
13387 "task",
13388 "tempfile",
13389 "terminal",
13390 "text",
13391 "toml 0.8.23",
13392 "tracing",
13393 "unindent",
13394 "url",
13395 "util",
13396 "watch",
13397 "wax",
13398 "which 6.0.3",
13399 "worktree",
13400 "zed_credentials_provider",
13401 "zeroize",
13402 "zlog",
13403 "ztracing",
13404]
13405
13406[[package]]
13407name = "project_benchmarks"
13408version = "0.1.0"
13409dependencies = [
13410 "anyhow",
13411 "askpass",
13412 "clap",
13413 "client",
13414 "futures 0.3.32",
13415 "gpui",
13416 "gpui_platform",
13417 "http_client",
13418 "language",
13419 "node_runtime",
13420 "project",
13421 "release_channel",
13422 "remote",
13423 "rpassword",
13424 "semver",
13425 "settings",
13426 "watch",
13427]
13428
13429[[package]]
13430name = "project_panel"
13431version = "0.1.0"
13432dependencies = [
13433 "anyhow",
13434 "client",
13435 "collections",
13436 "command_palette_hooks",
13437 "criterion",
13438 "editor",
13439 "feature_flags",
13440 "file_icons",
13441 "fs",
13442 "futures 0.3.32",
13443 "git",
13444 "git_ui",
13445 "gpui",
13446 "itertools 0.14.0",
13447 "language",
13448 "menu",
13449 "notifications",
13450 "pretty_assertions",
13451 "project",
13452 "rayon",
13453 "remote_connection",
13454 "schemars",
13455 "search",
13456 "serde",
13457 "serde_json",
13458 "settings",
13459 "smallvec",
13460 "telemetry",
13461 "tempfile",
13462 "theme",
13463 "theme_settings",
13464 "ui",
13465 "util",
13466 "workspace",
13467 "worktree",
13468 "zed_actions",
13469]
13470
13471[[package]]
13472name = "project_symbols"
13473version = "0.1.0"
13474dependencies = [
13475 "anyhow",
13476 "editor",
13477 "futures 0.3.32",
13478 "fuzzy",
13479 "gpui",
13480 "language",
13481 "lsp",
13482 "ordered-float 2.10.1",
13483 "picker",
13484 "project",
13485 "release_channel",
13486 "semver",
13487 "serde_json",
13488 "settings",
13489 "theme",
13490 "theme_settings",
13491 "util",
13492 "workspace",
13493]
13494
13495[[package]]
13496name = "prometheus"
13497version = "0.14.0"
13498source = "registry+https://github.com/rust-lang/crates.io-index"
13499checksum = "3ca5326d8d0b950a9acd87e6a3f94745394f62e4dae1b1ee22b2bc0c394af43a"
13500dependencies = [
13501 "cfg-if",
13502 "fnv",
13503 "lazy_static",
13504 "memchr",
13505 "parking_lot",
13506 "protobuf",
13507 "thiserror 2.0.17",
13508]
13509
13510[[package]]
13511name = "prompt_store"
13512version = "0.1.0"
13513dependencies = [
13514 "anyhow",
13515 "assets",
13516 "chrono",
13517 "collections",
13518 "fs",
13519 "futures 0.3.32",
13520 "fuzzy",
13521 "gpui",
13522 "handlebars 4.5.0",
13523 "heed",
13524 "language",
13525 "log",
13526 "parking_lot",
13527 "paths",
13528 "rope",
13529 "serde",
13530 "strum 0.27.2",
13531 "tempfile",
13532 "text",
13533 "util",
13534 "uuid",
13535]
13536
13537[[package]]
13538name = "proptest"
13539version = "1.10.0"
13540source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13541dependencies = [
13542 "bit-set 0.8.0",
13543 "bit-vec 0.8.0",
13544 "bitflags 2.10.0",
13545 "num-traits",
13546 "proptest-macro",
13547 "rand 0.9.3",
13548 "rand_chacha 0.9.0",
13549 "rand_xorshift",
13550 "regex-syntax",
13551 "rusty-fork",
13552 "tempfile",
13553 "unarray",
13554]
13555
13556[[package]]
13557name = "proptest-derive"
13558version = "0.8.0"
13559source = "registry+https://github.com/rust-lang/crates.io-index"
13560checksum = "c57924a81864dddafba92e1bf92f9bf82f97096c44489548a60e888e1547549b"
13561dependencies = [
13562 "proc-macro2",
13563 "quote",
13564 "syn 2.0.117",
13565]
13566
13567[[package]]
13568name = "proptest-macro"
13569version = "0.5.0"
13570source = "git+https://github.com/proptest-rs/proptest?rev=3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b#3dca198a8fef1b32e3a66f1e1897c955b4dc5b5b"
13571dependencies = [
13572 "convert_case 0.11.0",
13573 "proc-macro2",
13574 "quote",
13575 "syn 2.0.117",
13576]
13577
13578[[package]]
13579name = "prost"
13580version = "0.9.0"
13581source = "registry+https://github.com/rust-lang/crates.io-index"
13582checksum = "444879275cb4fd84958b1a1d5420d15e6fcf7c235fe47f053c9c2a80aceb6001"
13583dependencies = [
13584 "bytes 1.11.1",
13585 "prost-derive 0.9.0",
13586]
13587
13588[[package]]
13589name = "prost"
13590version = "0.12.6"
13591source = "registry+https://github.com/rust-lang/crates.io-index"
13592checksum = "deb1435c188b76130da55f17a466d252ff7b1418b2ad3e037d127b94e3411f29"
13593dependencies = [
13594 "bytes 1.11.1",
13595 "prost-derive 0.12.6",
13596]
13597
13598[[package]]
13599name = "prost-build"
13600version = "0.9.0"
13601source = "registry+https://github.com/rust-lang/crates.io-index"
13602checksum = "62941722fb675d463659e49c4f3fe1fe792ff24fe5bbaa9c08cd3b98a1c354f5"
13603dependencies = [
13604 "bytes 1.11.1",
13605 "heck 0.3.3",
13606 "itertools 0.10.5",
13607 "lazy_static",
13608 "log",
13609 "multimap",
13610 "petgraph",
13611 "prost 0.9.0",
13612 "prost-types 0.9.0",
13613 "regex",
13614 "tempfile",
13615 "which 4.4.2",
13616]
13617
13618[[package]]
13619name = "prost-build"
13620version = "0.12.6"
13621source = "registry+https://github.com/rust-lang/crates.io-index"
13622checksum = "22505a5c94da8e3b7c2996394d1c933236c4d743e81a410bcca4e6989fc066a4"
13623dependencies = [
13624 "bytes 1.11.1",
13625 "heck 0.4.1",
13626 "itertools 0.10.5",
13627 "log",
13628 "multimap",
13629 "once_cell",
13630 "petgraph",
13631 "prettyplease",
13632 "prost 0.12.6",
13633 "prost-types 0.12.6",
13634 "regex",
13635 "syn 2.0.117",
13636 "tempfile",
13637]
13638
13639[[package]]
13640name = "prost-derive"
13641version = "0.9.0"
13642source = "registry+https://github.com/rust-lang/crates.io-index"
13643checksum = "f9cc1a3263e07e0bf68e96268f37665207b49560d98739662cdfaae215c720fe"
13644dependencies = [
13645 "anyhow",
13646 "itertools 0.10.5",
13647 "proc-macro2",
13648 "quote",
13649 "syn 1.0.109",
13650]
13651
13652[[package]]
13653name = "prost-derive"
13654version = "0.12.6"
13655source = "registry+https://github.com/rust-lang/crates.io-index"
13656checksum = "81bddcdb20abf9501610992b6759a4c888aef7d1a7247ef75e2404275ac24af1"
13657dependencies = [
13658 "anyhow",
13659 "itertools 0.10.5",
13660 "proc-macro2",
13661 "quote",
13662 "syn 2.0.117",
13663]
13664
13665[[package]]
13666name = "prost-types"
13667version = "0.9.0"
13668source = "registry+https://github.com/rust-lang/crates.io-index"
13669checksum = "534b7a0e836e3c482d2693070f982e39e7611da9695d4d1f5a4b186b51faef0a"
13670dependencies = [
13671 "bytes 1.11.1",
13672 "prost 0.9.0",
13673]
13674
13675[[package]]
13676name = "prost-types"
13677version = "0.12.6"
13678source = "registry+https://github.com/rust-lang/crates.io-index"
13679checksum = "9091c90b0a32608e984ff2fa4091273cbdd755d54935c51d520887f4a1dbd5b0"
13680dependencies = [
13681 "prost 0.12.6",
13682]
13683
13684[[package]]
13685name = "proto"
13686version = "0.1.0"
13687dependencies = [
13688 "anyhow",
13689 "prost 0.9.0",
13690 "prost-build 0.9.0",
13691 "serde",
13692]
13693
13694[[package]]
13695name = "protobuf"
13696version = "3.7.2"
13697source = "registry+https://github.com/rust-lang/crates.io-index"
13698checksum = "d65a1d4ddae7d8b5de68153b48f6aa3bba8cb002b243dbdbc55a5afbc98f99f4"
13699dependencies = [
13700 "once_cell",
13701 "protobuf-support",
13702 "thiserror 1.0.69",
13703]
13704
13705[[package]]
13706name = "protobuf-support"
13707version = "3.7.2"
13708source = "registry+https://github.com/rust-lang/crates.io-index"
13709checksum = "3e36c2f31e0a47f9280fb347ef5e461ffcd2c52dd520d8e216b52f93b0b0d7d6"
13710dependencies = [
13711 "thiserror 1.0.69",
13712]
13713
13714[[package]]
13715name = "psm"
13716version = "0.1.30"
13717source = "registry+https://github.com/rust-lang/crates.io-index"
13718checksum = "3852766467df634d74f0b2d7819bf8dc483a0eb2e3b0f50f756f9cfe8b0d18d8"
13719dependencies = [
13720 "ar_archive_writer",
13721 "cc",
13722]
13723
13724[[package]]
13725name = "ptr_meta"
13726version = "0.1.4"
13727source = "registry+https://github.com/rust-lang/crates.io-index"
13728checksum = "0738ccf7ea06b608c10564b31debd4f5bc5e197fc8bfe088f68ae5ce81e7a4f1"
13729dependencies = [
13730 "ptr_meta_derive",
13731]
13732
13733[[package]]
13734name = "ptr_meta_derive"
13735version = "0.1.4"
13736source = "registry+https://github.com/rust-lang/crates.io-index"
13737checksum = "16b845dbfca988fa33db069c0e230574d15a3088f147a87b64c7589eb662c9ac"
13738dependencies = [
13739 "proc-macro2",
13740 "quote",
13741 "syn 1.0.109",
13742]
13743
13744[[package]]
13745name = "pulldown-cmark"
13746version = "0.10.3"
13747source = "registry+https://github.com/rust-lang/crates.io-index"
13748checksum = "76979bea66e7875e7509c4ec5300112b316af87fa7a252ca91c448b32dfe3993"
13749dependencies = [
13750 "bitflags 2.10.0",
13751 "memchr",
13752 "pulldown-cmark-escape",
13753 "unicase",
13754]
13755
13756[[package]]
13757name = "pulldown-cmark"
13758version = "0.13.0"
13759source = "registry+https://github.com/rust-lang/crates.io-index"
13760checksum = "1e8bbe1a966bd2f362681a44f6edce3c2310ac21e4d5067a6e7ec396297a6ea0"
13761dependencies = [
13762 "bitflags 2.10.0",
13763 "memchr",
13764 "unicase",
13765]
13766
13767[[package]]
13768name = "pulldown-cmark-escape"
13769version = "0.10.1"
13770source = "registry+https://github.com/rust-lang/crates.io-index"
13771checksum = "bd348ff538bc9caeda7ee8cad2d1d48236a1f443c1fa3913c6a02fe0043b1dd3"
13772
13773[[package]]
13774name = "pulley-interpreter"
13775version = "36.0.7"
13776source = "registry+https://github.com/rust-lang/crates.io-index"
13777checksum = "a078b4bdfd275fadeefc4f9ae3675ee5af302e69497da439956dd05257858970"
13778dependencies = [
13779 "cranelift-bitset",
13780 "log",
13781 "pulley-macros",
13782 "wasmtime-internal-math",
13783]
13784
13785[[package]]
13786name = "pulley-macros"
13787version = "36.0.7"
13788source = "registry+https://github.com/rust-lang/crates.io-index"
13789checksum = "9dac91999883fd00b900eb5377be403c5cb8b93e10efcb571bf66454c2d9f231"
13790dependencies = [
13791 "proc-macro2",
13792 "quote",
13793 "syn 2.0.117",
13794]
13795
13796[[package]]
13797name = "pulp"
13798version = "0.18.22"
13799source = "registry+https://github.com/rust-lang/crates.io-index"
13800checksum = "a0a01a0dc67cf4558d279f0c25b0962bd08fc6dec0137699eae304103e882fe6"
13801dependencies = [
13802 "bytemuck",
13803 "libm",
13804 "num-complex",
13805 "reborrow",
13806]
13807
13808[[package]]
13809name = "pulp"
13810version = "0.21.5"
13811source = "registry+https://github.com/rust-lang/crates.io-index"
13812checksum = "96b86df24f0a7ddd5e4b95c94fc9ed8a98f1ca94d3b01bdce2824097e7835907"
13813dependencies = [
13814 "bytemuck",
13815 "cfg-if",
13816 "libm",
13817 "num-complex",
13818 "reborrow",
13819 "version_check",
13820]
13821
13822[[package]]
13823name = "pxfm"
13824version = "0.1.25"
13825source = "registry+https://github.com/rust-lang/crates.io-index"
13826checksum = "a3cbdf373972bf78df4d3b518d07003938e2c7d1fb5891e55f9cb6df57009d84"
13827dependencies = [
13828 "num-traits",
13829]
13830
13831[[package]]
13832name = "qoi"
13833version = "0.4.1"
13834source = "registry+https://github.com/rust-lang/crates.io-index"
13835checksum = "7f6d64c71eb498fe9eae14ce4ec935c555749aef511cca85b5568910d6e48001"
13836dependencies = [
13837 "bytemuck",
13838]
13839
13840[[package]]
13841name = "quick-error"
13842version = "1.2.3"
13843source = "registry+https://github.com/rust-lang/crates.io-index"
13844checksum = "a1d01941d82fa2ab50be1e79e6714289dd7cde78eba4c074bc5a4374f650dfe0"
13845
13846[[package]]
13847name = "quick-error"
13848version = "2.0.1"
13849source = "registry+https://github.com/rust-lang/crates.io-index"
13850checksum = "a993555f31e5a609f617c12db6250dedcac1b0a85076912c436e6fc9b2c8e6a3"
13851
13852[[package]]
13853name = "quick-xml"
13854version = "0.30.0"
13855source = "registry+https://github.com/rust-lang/crates.io-index"
13856checksum = "eff6510e86862b57b210fd8cbe8ed3f0d7d600b9c2863cd4549a2e033c66e956"
13857dependencies = [
13858 "memchr",
13859]
13860
13861[[package]]
13862name = "quick-xml"
13863version = "0.37.5"
13864source = "registry+https://github.com/rust-lang/crates.io-index"
13865checksum = "331e97a1af0bf59823e6eadffe373d7b27f485be8748f71471c662c1f269b7fb"
13866dependencies = [
13867 "memchr",
13868]
13869
13870[[package]]
13871name = "quick-xml"
13872version = "0.38.3"
13873source = "registry+https://github.com/rust-lang/crates.io-index"
13874checksum = "42a232e7487fc2ef313d96dde7948e7a3c05101870d8985e4fd8d26aedd27b89"
13875dependencies = [
13876 "memchr",
13877]
13878
13879[[package]]
13880name = "quinn"
13881version = "0.11.9"
13882source = "registry+https://github.com/rust-lang/crates.io-index"
13883checksum = "b9e20a958963c291dc322d98411f541009df2ced7b5a4f2bd52337638cfccf20"
13884dependencies = [
13885 "bytes 1.11.1",
13886 "cfg_aliases 0.2.1",
13887 "pin-project-lite",
13888 "quinn-proto",
13889 "quinn-udp",
13890 "rustc-hash 2.1.1",
13891 "rustls 0.23.33",
13892 "socket2 0.6.1",
13893 "thiserror 2.0.17",
13894 "tokio",
13895 "tracing",
13896 "web-time",
13897]
13898
13899[[package]]
13900name = "quinn-proto"
13901version = "0.11.13"
13902source = "registry+https://github.com/rust-lang/crates.io-index"
13903checksum = "f1906b49b0c3bc04b5fe5d86a77925ae6524a19b816ae38ce1e426255f1d8a31"
13904dependencies = [
13905 "bytes 1.11.1",
13906 "getrandom 0.3.4",
13907 "lru-slab",
13908 "rand 0.9.3",
13909 "ring",
13910 "rustc-hash 2.1.1",
13911 "rustls 0.23.33",
13912 "rustls-pki-types",
13913 "slab",
13914 "thiserror 2.0.17",
13915 "tinyvec",
13916 "tracing",
13917 "web-time",
13918]
13919
13920[[package]]
13921name = "quinn-udp"
13922version = "0.5.14"
13923source = "registry+https://github.com/rust-lang/crates.io-index"
13924checksum = "addec6a0dcad8a8d96a771f815f0eaf55f9d1805756410b39f5fa81332574cbd"
13925dependencies = [
13926 "cfg_aliases 0.2.1",
13927 "libc",
13928 "once_cell",
13929 "socket2 0.6.1",
13930 "tracing",
13931 "windows-sys 0.60.2",
13932]
13933
13934[[package]]
13935name = "quote"
13936version = "1.0.41"
13937source = "registry+https://github.com/rust-lang/crates.io-index"
13938checksum = "ce25767e7b499d1b604768e7cde645d14cc8584231ea6b295e9c9eb22c02e1d1"
13939dependencies = [
13940 "proc-macro2",
13941]
13942
13943[[package]]
13944name = "r-efi"
13945version = "5.3.0"
13946source = "registry+https://github.com/rust-lang/crates.io-index"
13947checksum = "69cdb34c158ceb288df11e18b4bd39de994f6657d83847bdffdbd7f346754b0f"
13948
13949[[package]]
13950name = "radium"
13951version = "0.7.0"
13952source = "registry+https://github.com/rust-lang/crates.io-index"
13953checksum = "dc33ff2d4973d518d823d61aa239014831e521c75da58e3df4840d3f47749d09"
13954
13955[[package]]
13956name = "rand"
13957version = "0.3.23"
13958source = "registry+https://github.com/rust-lang/crates.io-index"
13959checksum = "64ac302d8f83c0c1974bf758f6b041c6c8ada916fbb44a609158ca8b064cc76c"
13960dependencies = [
13961 "libc",
13962 "rand 0.4.6",
13963]
13964
13965[[package]]
13966name = "rand"
13967version = "0.4.6"
13968source = "registry+https://github.com/rust-lang/crates.io-index"
13969checksum = "552840b97013b1a26992c11eac34bdd778e464601a4c2054b5f0bff7c6761293"
13970dependencies = [
13971 "fuchsia-cprng",
13972 "libc",
13973 "rand_core 0.3.1",
13974 "rdrand",
13975 "winapi",
13976]
13977
13978[[package]]
13979name = "rand"
13980version = "0.8.5"
13981source = "registry+https://github.com/rust-lang/crates.io-index"
13982checksum = "34af8d1a0e25924bc5b7c43c079c942339d8f0a8b57c39049bef581b46327404"
13983dependencies = [
13984 "libc",
13985 "rand_chacha 0.3.1",
13986 "rand_core 0.6.4",
13987]
13988
13989[[package]]
13990name = "rand"
13991version = "0.9.3"
13992source = "registry+https://github.com/rust-lang/crates.io-index"
13993checksum = "7ec095654a25171c2124e9e3393a930bddbffdc939556c914957a4c3e0a87166"
13994dependencies = [
13995 "rand_chacha 0.9.0",
13996 "rand_core 0.9.3",
13997]
13998
13999[[package]]
14000name = "rand_chacha"
14001version = "0.3.1"
14002source = "registry+https://github.com/rust-lang/crates.io-index"
14003checksum = "e6c10a63a0fa32252be49d21e7709d4d4baf8d231c2dbce1eaa8141b9b127d88"
14004dependencies = [
14005 "ppv-lite86",
14006 "rand_core 0.6.4",
14007]
14008
14009[[package]]
14010name = "rand_chacha"
14011version = "0.9.0"
14012source = "registry+https://github.com/rust-lang/crates.io-index"
14013checksum = "d3022b5f1df60f26e1ffddd6c66e8aa15de382ae63b3a0c1bfc0e4d3e3f325cb"
14014dependencies = [
14015 "ppv-lite86",
14016 "rand_core 0.9.3",
14017]
14018
14019[[package]]
14020name = "rand_core"
14021version = "0.3.1"
14022source = "registry+https://github.com/rust-lang/crates.io-index"
14023checksum = "7a6fdeb83b075e8266dcc8762c22776f6877a63111121f5f8c7411e5be7eed4b"
14024dependencies = [
14025 "rand_core 0.4.2",
14026]
14027
14028[[package]]
14029name = "rand_core"
14030version = "0.4.2"
14031source = "registry+https://github.com/rust-lang/crates.io-index"
14032checksum = "9c33a3c44ca05fa6f1807d8e6743f3824e8509beca625669633be0acbdf509dc"
14033
14034[[package]]
14035name = "rand_core"
14036version = "0.6.4"
14037source = "registry+https://github.com/rust-lang/crates.io-index"
14038checksum = "ec0be4795e2f6a28069bec0b5ff3e2ac9bafc99e6a9a7dc3547996c5c816922c"
14039dependencies = [
14040 "getrandom 0.2.16",
14041]
14042
14043[[package]]
14044name = "rand_core"
14045version = "0.9.3"
14046source = "registry+https://github.com/rust-lang/crates.io-index"
14047checksum = "99d9a13982dcf210057a8a78572b2217b667c3beacbf3a0d8b454f6f82837d38"
14048dependencies = [
14049 "getrandom 0.3.4",
14050]
14051
14052[[package]]
14053name = "rand_distr"
14054version = "0.5.1"
14055source = "registry+https://github.com/rust-lang/crates.io-index"
14056checksum = "6a8615d50dcf34fa31f7ab52692afec947c4dd0ab803cc87cb3b0b4570ff7463"
14057dependencies = [
14058 "num-traits",
14059 "rand 0.9.3",
14060]
14061
14062[[package]]
14063name = "rand_pcg"
14064version = "0.3.1"
14065source = "registry+https://github.com/rust-lang/crates.io-index"
14066checksum = "59cad018caf63deb318e5a4586d99a24424a364f40f1e5778c29aca23f4fc73e"
14067dependencies = [
14068 "rand_core 0.6.4",
14069]
14070
14071[[package]]
14072name = "rand_xorshift"
14073version = "0.4.0"
14074source = "registry+https://github.com/rust-lang/crates.io-index"
14075checksum = "513962919efc330f829edb2535844d1b912b0fbe2ca165d613e4e8788bb05a5a"
14076dependencies = [
14077 "rand_core 0.9.3",
14078]
14079
14080[[package]]
14081name = "random_choice"
14082version = "0.3.2"
14083source = "registry+https://github.com/rust-lang/crates.io-index"
14084checksum = "09c8d23fe09a1d82566c84c9dfa810b0479c6dbbe190728274f68ee3a0c27dbf"
14085dependencies = [
14086 "rand 0.3.23",
14087]
14088
14089[[package]]
14090name = "range-alloc"
14091version = "0.1.4"
14092source = "registry+https://github.com/rust-lang/crates.io-index"
14093checksum = "c3d6831663a5098ea164f89cff59c6284e95f4e3c76ce9848d4529f5ccca9bde"
14094
14095[[package]]
14096name = "range-map"
14097version = "0.2.0"
14098source = "registry+https://github.com/rust-lang/crates.io-index"
14099checksum = "12a5a2d6c7039059af621472a4389be1215a816df61aa4d531cfe85264aee95f"
14100dependencies = [
14101 "num-traits",
14102]
14103
14104[[package]]
14105name = "rangemap"
14106version = "1.7.1"
14107source = "registry+https://github.com/rust-lang/crates.io-index"
14108checksum = "973443cf09a9c8656b574a866ab68dfa19f0867d0340648c7d2f6a71b8a8ea68"
14109
14110[[package]]
14111name = "rav1e"
14112version = "0.8.1"
14113source = "registry+https://github.com/rust-lang/crates.io-index"
14114checksum = "43b6dd56e85d9483277cde964fd1bdb0428de4fec5ebba7540995639a21cb32b"
14115dependencies = [
14116 "aligned-vec",
14117 "arbitrary",
14118 "arg_enum_proc_macro",
14119 "arrayvec",
14120 "av-scenechange",
14121 "av1-grain",
14122 "bitstream-io",
14123 "built",
14124 "cfg-if",
14125 "interpolate_name",
14126 "itertools 0.14.0",
14127 "libc",
14128 "libfuzzer-sys",
14129 "log",
14130 "maybe-rayon",
14131 "new_debug_unreachable",
14132 "noop_proc_macro",
14133 "num-derive",
14134 "num-traits",
14135 "paste",
14136 "profiling",
14137 "rand 0.9.3",
14138 "rand_chacha 0.9.0",
14139 "simd_helpers",
14140 "thiserror 2.0.17",
14141 "v_frame",
14142 "wasm-bindgen",
14143]
14144
14145[[package]]
14146name = "ravif"
14147version = "0.13.0"
14148source = "registry+https://github.com/rust-lang/crates.io-index"
14149checksum = "e52310197d971b0f5be7fe6b57530dcd27beb35c1b013f29d66c1ad73fbbcc45"
14150dependencies = [
14151 "avif-serialize",
14152 "imgref",
14153 "loop9",
14154 "quick-error 2.0.1",
14155 "rav1e",
14156 "rayon",
14157 "rgb",
14158]
14159
14160[[package]]
14161name = "raw-cpuid"
14162version = "10.7.0"
14163source = "registry+https://github.com/rust-lang/crates.io-index"
14164checksum = "6c297679cb867470fa8c9f67dbba74a78d78e3e98d7cf2b08d6d71540f797332"
14165dependencies = [
14166 "bitflags 1.3.2",
14167]
14168
14169[[package]]
14170name = "raw-cpuid"
14171version = "11.6.0"
14172source = "registry+https://github.com/rust-lang/crates.io-index"
14173checksum = "498cd0dc59d73224351ee52a95fee0f1a617a2eae0e7d9d720cc622c73a54186"
14174dependencies = [
14175 "bitflags 2.10.0",
14176]
14177
14178[[package]]
14179name = "raw-window-handle"
14180version = "0.6.2"
14181source = "registry+https://github.com/rust-lang/crates.io-index"
14182checksum = "20675572f6f24e9e76ef639bc5552774ed45f1c30e2951e1e99c59888861c539"
14183
14184[[package]]
14185name = "raw-window-metal"
14186version = "1.1.0"
14187source = "registry+https://github.com/rust-lang/crates.io-index"
14188checksum = "40d213455a5f1dc59214213c7330e074ddf8114c9a42411eb890c767357ce135"
14189dependencies = [
14190 "objc2",
14191 "objc2-core-foundation",
14192 "objc2-foundation",
14193 "objc2-quartz-core",
14194]
14195
14196[[package]]
14197name = "rayon"
14198version = "1.11.0"
14199source = "registry+https://github.com/rust-lang/crates.io-index"
14200checksum = "368f01d005bf8fd9b1206fb6fa653e6c4a81ceb1466406b81792d87c5677a58f"
14201dependencies = [
14202 "either",
14203 "rayon-core",
14204]
14205
14206[[package]]
14207name = "rayon-core"
14208version = "1.13.0"
14209source = "registry+https://github.com/rust-lang/crates.io-index"
14210checksum = "22e18b0f0062d30d4230b2e85ff77fdfe4326feb054b9783a3460d8435c8ab91"
14211dependencies = [
14212 "crossbeam-deque",
14213 "crossbeam-utils",
14214]
14215
14216[[package]]
14217name = "rdrand"
14218version = "0.4.0"
14219source = "registry+https://github.com/rust-lang/crates.io-index"
14220checksum = "678054eb77286b51581ba43620cc911abf02758c91f93f479767aed0f90458b2"
14221dependencies = [
14222 "rand_core 0.3.1",
14223]
14224
14225[[package]]
14226name = "read-fonts"
14227version = "0.35.0"
14228source = "registry+https://github.com/rust-lang/crates.io-index"
14229checksum = "6717cf23b488adf64b9d711329542ba34de147df262370221940dfabc2c91358"
14230dependencies = [
14231 "bytemuck",
14232 "font-types 0.10.0",
14233]
14234
14235[[package]]
14236name = "read-fonts"
14237version = "0.37.0"
14238source = "registry+https://github.com/rust-lang/crates.io-index"
14239checksum = "7b634fabf032fab15307ffd272149b622260f55974d9fad689292a5d33df02e5"
14240dependencies = [
14241 "bytemuck",
14242 "core_maths",
14243 "font-types 0.11.0",
14244]
14245
14246[[package]]
14247name = "realfft"
14248version = "3.5.0"
14249source = "registry+https://github.com/rust-lang/crates.io-index"
14250checksum = "f821338fddb99d089116342c46e9f1fbf3828dba077674613e734e01d6ea8677"
14251dependencies = [
14252 "rustfft",
14253]
14254
14255[[package]]
14256name = "reborrow"
14257version = "0.5.5"
14258source = "registry+https://github.com/rust-lang/crates.io-index"
14259checksum = "03251193000f4bd3b042892be858ee50e8b3719f2b08e5833ac4353724632430"
14260
14261[[package]]
14262name = "recent_projects"
14263version = "0.1.0"
14264dependencies = [
14265 "anyhow",
14266 "askpass",
14267 "chrono",
14268 "db",
14269 "dev_container",
14270 "editor",
14271 "extension",
14272 "extension_host",
14273 "fs",
14274 "futures 0.3.32",
14275 "fuzzy",
14276 "gpui",
14277 "http_client",
14278 "indoc",
14279 "language",
14280 "log",
14281 "menu",
14282 "node_runtime",
14283 "open_path_prompt",
14284 "ordered-float 2.10.1",
14285 "paths",
14286 "picker",
14287 "project",
14288 "release_channel",
14289 "remote",
14290 "remote_connection",
14291 "remote_server",
14292 "semver",
14293 "serde",
14294 "serde_json",
14295 "settings",
14296 "smol",
14297 "task",
14298 "telemetry",
14299 "ui",
14300 "ui_input",
14301 "util",
14302 "windows-registry 0.6.1",
14303 "workspace",
14304 "worktree",
14305 "zed_actions",
14306]
14307
14308[[package]]
14309name = "redox_syscall"
14310version = "0.2.16"
14311source = "registry+https://github.com/rust-lang/crates.io-index"
14312checksum = "fb5a58c1855b4b6819d59012155603f0b22ad30cad752600aadfcb695265519a"
14313dependencies = [
14314 "bitflags 1.3.2",
14315]
14316
14317[[package]]
14318name = "redox_syscall"
14319version = "0.5.18"
14320source = "registry+https://github.com/rust-lang/crates.io-index"
14321checksum = "ed2bf2547551a7053d6fdfafda3f938979645c44812fbfcda098faae3f1a362d"
14322dependencies = [
14323 "bitflags 2.10.0",
14324]
14325
14326[[package]]
14327name = "redox_users"
14328version = "0.5.2"
14329source = "registry+https://github.com/rust-lang/crates.io-index"
14330checksum = "a4e608c6638b9c18977b00b475ac1f28d14e84b27d8d42f70e0bf1e3dec127ac"
14331dependencies = [
14332 "getrandom 0.2.16",
14333 "libredox",
14334 "thiserror 2.0.17",
14335]
14336
14337[[package]]
14338name = "ref-cast"
14339version = "1.0.25"
14340source = "registry+https://github.com/rust-lang/crates.io-index"
14341checksum = "f354300ae66f76f1c85c5f84693f0ce81d747e2c3f21a45fef496d89c960bf7d"
14342dependencies = [
14343 "ref-cast-impl",
14344]
14345
14346[[package]]
14347name = "ref-cast-impl"
14348version = "1.0.25"
14349source = "registry+https://github.com/rust-lang/crates.io-index"
14350checksum = "b7186006dcb21920990093f30e3dea63b7d6e977bf1256be20c3563a5db070da"
14351dependencies = [
14352 "proc-macro2",
14353 "quote",
14354 "syn 2.0.117",
14355]
14356
14357[[package]]
14358name = "referencing"
14359version = "0.37.4"
14360source = "registry+https://github.com/rust-lang/crates.io-index"
14361checksum = "4283168a506f0dcbdce31c9f9cce3129c924da4c6bca46e46707fcb746d2d70c"
14362dependencies = [
14363 "ahash 0.8.12",
14364 "fluent-uri",
14365 "getrandom 0.3.4",
14366 "hashbrown 0.16.1",
14367 "parking_lot",
14368 "percent-encoding",
14369 "serde_json",
14370]
14371
14372[[package]]
14373name = "refineable"
14374version = "0.1.0"
14375dependencies = [
14376 "derive_refineable",
14377]
14378
14379[[package]]
14380name = "regalloc2"
14381version = "0.12.2"
14382source = "registry+https://github.com/rust-lang/crates.io-index"
14383checksum = "5216b1837de2149f8bc8e6d5f88a9326b63b8c836ed58ce4a0a29ec736a59734"
14384dependencies = [
14385 "allocator-api2",
14386 "bumpalo",
14387 "hashbrown 0.15.5",
14388 "log",
14389 "rustc-hash 2.1.1",
14390 "serde",
14391 "smallvec",
14392]
14393
14394[[package]]
14395name = "regex"
14396version = "1.12.2"
14397source = "registry+https://github.com/rust-lang/crates.io-index"
14398checksum = "843bc0191f75f3e22651ae5f1e72939ab2f72a4bc30fa80a066bd66edefc24d4"
14399dependencies = [
14400 "aho-corasick",
14401 "memchr",
14402 "regex-automata",
14403 "regex-syntax",
14404]
14405
14406[[package]]
14407name = "regex-automata"
14408version = "0.4.13"
14409source = "registry+https://github.com/rust-lang/crates.io-index"
14410checksum = "5276caf25ac86c8d810222b3dbb938e512c55c6831a10f3e6ed1c93b84041f1c"
14411dependencies = [
14412 "aho-corasick",
14413 "memchr",
14414 "regex-syntax",
14415]
14416
14417[[package]]
14418name = "regex-lite"
14419version = "0.1.8"
14420source = "registry+https://github.com/rust-lang/crates.io-index"
14421checksum = "8d942b98df5e658f56f20d592c7f868833fe38115e65c33003d8cd224b0155da"
14422
14423[[package]]
14424name = "regex-syntax"
14425version = "0.8.8"
14426source = "registry+https://github.com/rust-lang/crates.io-index"
14427checksum = "7a2d987857b319362043e95f5353c0535c1f58eec5336fdfcf626430af7def58"
14428
14429[[package]]
14430name = "release_channel"
14431version = "0.1.0"
14432dependencies = [
14433 "gpui",
14434 "semver",
14435]
14436
14437[[package]]
14438name = "remote"
14439version = "0.1.0"
14440dependencies = [
14441 "anyhow",
14442 "askpass",
14443 "async-trait",
14444 "base64 0.22.1",
14445 "collections",
14446 "fs",
14447 "futures 0.3.32",
14448 "gpui",
14449 "log",
14450 "parking_lot",
14451 "paths",
14452 "prost 0.9.0",
14453 "release_channel",
14454 "rpc",
14455 "schemars",
14456 "semver",
14457 "serde",
14458 "serde_json",
14459 "settings",
14460 "smol",
14461 "tempfile",
14462 "thiserror 2.0.17",
14463 "urlencoding",
14464 "util",
14465 "which 6.0.3",
14466]
14467
14468[[package]]
14469name = "remote_connection"
14470version = "0.1.0"
14471dependencies = [
14472 "anyhow",
14473 "askpass",
14474 "auto_update",
14475 "futures 0.3.32",
14476 "gpui",
14477 "log",
14478 "markdown",
14479 "menu",
14480 "release_channel",
14481 "remote",
14482 "semver",
14483 "settings",
14484 "theme_settings",
14485 "ui",
14486 "ui_input",
14487 "workspace",
14488]
14489
14490[[package]]
14491name = "remote_server"
14492version = "0.1.0"
14493dependencies = [
14494 "action_log",
14495 "agent",
14496 "anyhow",
14497 "askpass",
14498 "cargo_toml",
14499 "clap",
14500 "client",
14501 "clock",
14502 "collections",
14503 "crash-handler",
14504 "crashes",
14505 "dap_adapters",
14506 "debug_adapter_extension",
14507 "editor",
14508 "env_logger 0.11.8",
14509 "extension",
14510 "extension_host",
14511 "fork",
14512 "fs",
14513 "futures 0.3.32",
14514 "git",
14515 "git2",
14516 "git_hosting_providers",
14517 "gpui",
14518 "gpui_platform",
14519 "gpui_tokio",
14520 "http_client",
14521 "image",
14522 "json_schema_store",
14523 "language",
14524 "language_extension",
14525 "language_model",
14526 "languages",
14527 "libc",
14528 "log",
14529 "lsp",
14530 "minidumper",
14531 "net",
14532 "node_runtime",
14533 "paths",
14534 "pretty_assertions",
14535 "project",
14536 "proto",
14537 "rayon",
14538 "release_channel",
14539 "remote",
14540 "reqwest_client",
14541 "rpc",
14542 "rust-embed",
14543 "semver",
14544 "serde",
14545 "serde_json",
14546 "settings",
14547 "shellexpand",
14548 "smol",
14549 "sysinfo 0.37.2",
14550 "task",
14551 "theme",
14552 "theme_settings",
14553 "thiserror 2.0.17",
14554 "toml 0.8.23",
14555 "unindent",
14556 "util",
14557 "uuid",
14558 "watch",
14559 "windows 0.61.3",
14560 "worktree",
14561 "zlog",
14562]
14563
14564[[package]]
14565name = "rend"
14566version = "0.4.2"
14567source = "registry+https://github.com/rust-lang/crates.io-index"
14568checksum = "71fe3824f5629716b1589be05dacd749f6aa084c87e00e016714a8cdfccc997c"
14569dependencies = [
14570 "bytecheck",
14571]
14572
14573[[package]]
14574name = "renderdoc-sys"
14575version = "1.1.0"
14576source = "registry+https://github.com/rust-lang/crates.io-index"
14577checksum = "19b30a45b0cd0bcca8037f3d0dc3421eaf95327a17cad11964fb8179b4fc4832"
14578
14579[[package]]
14580name = "repl"
14581version = "0.1.0"
14582dependencies = [
14583 "alacritty_terminal",
14584 "anyhow",
14585 "async-dispatcher",
14586 "async-task",
14587 "async-tungstenite",
14588 "base64 0.22.1",
14589 "client",
14590 "collections",
14591 "command_palette_hooks",
14592 "editor",
14593 "feature_flags",
14594 "file_icons",
14595 "futures 0.3.32",
14596 "gpui",
14597 "html_to_markdown",
14598 "http_client",
14599 "image",
14600 "indoc",
14601 "jupyter-protocol",
14602 "jupyter-websocket-client",
14603 "language",
14604 "languages",
14605 "log",
14606 "markdown",
14607 "menu",
14608 "multi_buffer",
14609 "nbformat",
14610 "picker",
14611 "project",
14612 "remote",
14613 "runtimelib",
14614 "serde",
14615 "serde_json",
14616 "settings",
14617 "shlex",
14618 "smol",
14619 "telemetry",
14620 "terminal",
14621 "terminal_view",
14622 "theme",
14623 "theme_settings",
14624 "tree-sitter-md",
14625 "tree-sitter-python",
14626 "tree-sitter-typescript",
14627 "ui",
14628 "util",
14629 "uuid",
14630 "workspace",
14631 "zed_actions",
14632]
14633
14634[[package]]
14635name = "reqwest"
14636version = "0.11.27"
14637source = "registry+https://github.com/rust-lang/crates.io-index"
14638checksum = "dd67538700a17451e7cba03ac727fb961abb7607553461627b97de0b89cf4a62"
14639dependencies = [
14640 "base64 0.21.7",
14641 "bytes 1.11.1",
14642 "encoding_rs",
14643 "futures-core",
14644 "futures-util",
14645 "h2 0.3.27",
14646 "http 0.2.12",
14647 "http-body 0.4.6",
14648 "hyper 0.14.32",
14649 "hyper-tls",
14650 "ipnet",
14651 "js-sys",
14652 "log",
14653 "mime",
14654 "native-tls",
14655 "once_cell",
14656 "percent-encoding",
14657 "pin-project-lite",
14658 "rustls-pemfile 1.0.4",
14659 "serde",
14660 "serde_json",
14661 "serde_urlencoded",
14662 "sync_wrapper 0.1.2",
14663 "system-configuration 0.5.1",
14664 "tokio",
14665 "tokio-native-tls",
14666 "tower-service",
14667 "url",
14668 "wasm-bindgen",
14669 "wasm-bindgen-futures",
14670 "web-sys",
14671 "winreg 0.50.0",
14672]
14673
14674[[package]]
14675name = "reqwest"
14676version = "0.12.24"
14677source = "registry+https://github.com/rust-lang/crates.io-index"
14678checksum = "9d0946410b9f7b082a427e4ef5c8ff541a88b357bc6c637c40db3a68ac70a36f"
14679dependencies = [
14680 "base64 0.22.1",
14681 "bytes 1.11.1",
14682 "futures-channel",
14683 "futures-core",
14684 "futures-util",
14685 "http 1.3.1",
14686 "http-body 1.0.1",
14687 "http-body-util",
14688 "hyper 1.7.0",
14689 "hyper-rustls 0.27.7",
14690 "hyper-util",
14691 "js-sys",
14692 "log",
14693 "percent-encoding",
14694 "pin-project-lite",
14695 "quinn",
14696 "rustls 0.23.33",
14697 "rustls-native-certs 0.8.2",
14698 "rustls-pki-types",
14699 "serde",
14700 "serde_json",
14701 "serde_urlencoded",
14702 "sync_wrapper 1.0.2",
14703 "tokio",
14704 "tokio-rustls 0.26.2",
14705 "tower 0.5.2",
14706 "tower-http 0.6.6",
14707 "tower-service",
14708 "url",
14709 "wasm-bindgen",
14710 "wasm-bindgen-futures",
14711 "web-sys",
14712]
14713
14714[[package]]
14715name = "reqwest_client"
14716version = "0.1.0"
14717dependencies = [
14718 "anyhow",
14719 "bytes 1.11.1",
14720 "futures 0.3.32",
14721 "gpui_util",
14722 "http_client",
14723 "http_client_tls",
14724 "log",
14725 "regex",
14726 "serde",
14727 "tokio",
14728 "zed-reqwest",
14729]
14730
14731[[package]]
14732name = "resvg"
14733version = "0.45.1"
14734source = "registry+https://github.com/rust-lang/crates.io-index"
14735checksum = "a8928798c0a55e03c9ca6c4c6846f76377427d2c1e1f7e6de3c06ae57942df43"
14736dependencies = [
14737 "gif 0.13.3",
14738 "image-webp",
14739 "log",
14740 "pico-args",
14741 "rgb",
14742 "svgtypes",
14743 "tiny-skia",
14744 "usvg",
14745 "zune-jpeg 0.4.21",
14746]
14747
14748[[package]]
14749name = "rfc6979"
14750version = "0.3.1"
14751source = "registry+https://github.com/rust-lang/crates.io-index"
14752checksum = "7743f17af12fa0b03b803ba12cd6a8d9483a587e89c69445e3909655c0b9fabb"
14753dependencies = [
14754 "crypto-bigint 0.4.9",
14755 "hmac",
14756 "zeroize",
14757]
14758
14759[[package]]
14760name = "rgb"
14761version = "0.8.52"
14762source = "registry+https://github.com/rust-lang/crates.io-index"
14763checksum = "0c6a884d2998352bb4daf0183589aec883f16a6da1f4dde84d8e2e9a5409a1ce"
14764dependencies = [
14765 "bytemuck",
14766]
14767
14768[[package]]
14769name = "ring"
14770version = "0.17.14"
14771source = "registry+https://github.com/rust-lang/crates.io-index"
14772checksum = "a4689e6c2294d81e88dc6261c768b63bc4fcdb852be6d1352498b114f61383b7"
14773dependencies = [
14774 "cc",
14775 "cfg-if",
14776 "getrandom 0.2.16",
14777 "libc",
14778 "untrusted 0.9.0",
14779 "windows-sys 0.52.0",
14780]
14781
14782[[package]]
14783name = "rkyv"
14784version = "0.7.45"
14785source = "registry+https://github.com/rust-lang/crates.io-index"
14786checksum = "9008cd6385b9e161d8229e1f6549dd23c3d022f132a2ea37ac3a10ac4935779b"
14787dependencies = [
14788 "bitvec",
14789 "bytecheck",
14790 "bytes 1.11.1",
14791 "hashbrown 0.12.3",
14792 "ptr_meta",
14793 "rend",
14794 "rkyv_derive",
14795 "seahash",
14796 "tinyvec",
14797 "uuid",
14798]
14799
14800[[package]]
14801name = "rkyv_derive"
14802version = "0.7.45"
14803source = "registry+https://github.com/rust-lang/crates.io-index"
14804checksum = "503d1d27590a2b0a3a4ca4c94755aa2875657196ecbf401a42eff41d7de532c0"
14805dependencies = [
14806 "proc-macro2",
14807 "quote",
14808 "syn 1.0.109",
14809]
14810
14811[[package]]
14812name = "rmp"
14813version = "0.8.14"
14814source = "registry+https://github.com/rust-lang/crates.io-index"
14815checksum = "228ed7c16fa39782c3b3468e974aec2795e9089153cd08ee2e9aefb3613334c4"
14816dependencies = [
14817 "byteorder",
14818 "num-traits",
14819 "paste",
14820]
14821
14822[[package]]
14823name = "rmpv"
14824version = "1.3.0"
14825source = "registry+https://github.com/rust-lang/crates.io-index"
14826checksum = "58450723cd9ee93273ce44a20b6ec4efe17f8ed2e3631474387bfdecf18bb2a9"
14827dependencies = [
14828 "num-traits",
14829 "rmp",
14830]
14831
14832[[package]]
14833name = "rodio"
14834version = "0.21.1"
14835source = "git+https://github.com/RustAudio/rodio?rev=e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a#e50e726ddd0292f6ef9de0dda6b90af4ed1fb66a"
14836dependencies = [
14837 "cpal",
14838 "dasp_sample",
14839 "hound",
14840 "num-rational",
14841 "rand 0.9.3",
14842 "rand_distr",
14843 "rtrb",
14844 "symphonia",
14845 "thiserror 2.0.17",
14846]
14847
14848[[package]]
14849name = "rope"
14850version = "0.1.0"
14851dependencies = [
14852 "criterion",
14853 "ctor",
14854 "gpui",
14855 "heapless",
14856 "log",
14857 "rand 0.9.3",
14858 "rayon",
14859 "sum_tree",
14860 "tracing",
14861 "unicode-segmentation",
14862 "util",
14863 "zlog",
14864 "ztracing",
14865]
14866
14867[[package]]
14868name = "roxmltree"
14869version = "0.20.0"
14870source = "registry+https://github.com/rust-lang/crates.io-index"
14871checksum = "6c20b6793b5c2fa6553b250154b78d6d0db37e72700ae35fad9387a46f487c97"
14872
14873[[package]]
14874name = "rpassword"
14875version = "7.4.0"
14876source = "registry+https://github.com/rust-lang/crates.io-index"
14877checksum = "66d4c8b64f049c6721ec8ccec37ddfc3d641c4a7fca57e8f2a89de509c73df39"
14878dependencies = [
14879 "libc",
14880 "rtoolbox",
14881 "windows-sys 0.59.0",
14882]
14883
14884[[package]]
14885name = "rpc"
14886version = "0.1.0"
14887dependencies = [
14888 "anyhow",
14889 "async-tungstenite",
14890 "base64 0.22.1",
14891 "collections",
14892 "futures 0.3.32",
14893 "gpui",
14894 "parking_lot",
14895 "proto",
14896 "rand 0.9.3",
14897 "rsa",
14898 "serde",
14899 "serde_json",
14900 "sha2",
14901 "strum 0.27.2",
14902 "tracing",
14903 "util",
14904 "zlog",
14905 "zstd",
14906]
14907
14908[[package]]
14909name = "rsa"
14910version = "0.9.10"
14911source = "registry+https://github.com/rust-lang/crates.io-index"
14912checksum = "b8573f03f5883dcaebdfcf4725caa1ecb9c15b2ef50c43a07b816e06799bb12d"
14913dependencies = [
14914 "const-oid",
14915 "digest",
14916 "num-bigint-dig 0.8.6",
14917 "num-integer",
14918 "num-traits",
14919 "pkcs1",
14920 "pkcs8 0.10.2",
14921 "rand_core 0.6.4",
14922 "signature 2.2.0",
14923 "spki 0.7.3",
14924 "subtle",
14925 "zeroize",
14926]
14927
14928[[package]]
14929name = "rtoolbox"
14930version = "0.0.3"
14931source = "registry+https://github.com/rust-lang/crates.io-index"
14932checksum = "a7cc970b249fbe527d6e02e0a227762c9108b2f49d81094fe357ffc6d14d7f6f"
14933dependencies = [
14934 "libc",
14935 "windows-sys 0.52.0",
14936]
14937
14938[[package]]
14939name = "rtrb"
14940version = "0.3.2"
14941source = "registry+https://github.com/rust-lang/crates.io-index"
14942checksum = "ad8388ea1a9e0ea807e442e8263a699e7edcb320ecbcd21b4fa8ff859acce3ba"
14943
14944[[package]]
14945name = "rules_library"
14946version = "0.1.0"
14947dependencies = [
14948 "anyhow",
14949 "collections",
14950 "editor",
14951 "gpui",
14952 "language",
14953 "language_model",
14954 "log",
14955 "menu",
14956 "picker",
14957 "platform_title_bar",
14958 "prompt_store",
14959 "release_channel",
14960 "rope",
14961 "serde",
14962 "settings",
14963 "theme_settings",
14964 "ui",
14965 "ui_input",
14966 "util",
14967 "workspace",
14968 "zed_actions",
14969]
14970
14971[[package]]
14972name = "runtimelib"
14973version = "1.4.0"
14974source = "registry+https://github.com/rust-lang/crates.io-index"
14975checksum = "fa84884e45ed4a1e663120cef3fc11f14d1a2a1933776e1c31599f7bd2dd0c9e"
14976dependencies = [
14977 "async-dispatcher",
14978 "async-std",
14979 "aws-lc-rs",
14980 "base64 0.22.1",
14981 "bytes 1.11.1",
14982 "chrono",
14983 "data-encoding",
14984 "dirs",
14985 "futures 0.3.32",
14986 "glob",
14987 "jupyter-protocol",
14988 "serde",
14989 "serde_json",
14990 "shellexpand",
14991 "smol",
14992 "thiserror 2.0.17",
14993 "uuid",
14994 "zeromq",
14995]
14996
14997[[package]]
14998name = "rust-embed"
14999version = "8.11.0"
15000source = "registry+https://github.com/rust-lang/crates.io-index"
15001checksum = "04113cb9355a377d83f06ef1f0a45b8ab8cd7d8b1288160717d66df5c7988d27"
15002dependencies = [
15003 "rust-embed-impl",
15004 "rust-embed-utils",
15005 "walkdir",
15006]
15007
15008[[package]]
15009name = "rust-embed-impl"
15010version = "8.11.0"
15011source = "registry+https://github.com/rust-lang/crates.io-index"
15012checksum = "da0902e4c7c8e997159ab384e6d0fc91c221375f6894346ae107f47dd0f3ccaa"
15013dependencies = [
15014 "proc-macro2",
15015 "quote",
15016 "rust-embed-utils",
15017 "syn 2.0.117",
15018 "walkdir",
15019]
15020
15021[[package]]
15022name = "rust-embed-utils"
15023version = "8.11.0"
15024source = "registry+https://github.com/rust-lang/crates.io-index"
15025checksum = "5bcdef0be6fe7f6fa333b1073c949729274b05f123a0ad7efcb8efd878e5c3b1"
15026dependencies = [
15027 "globset",
15028 "sha2",
15029 "walkdir",
15030]
15031
15032[[package]]
15033name = "rust_decimal"
15034version = "1.39.0"
15035source = "registry+https://github.com/rust-lang/crates.io-index"
15036checksum = "35affe401787a9bd846712274d97654355d21b2a2c092a3139aabe31e9022282"
15037dependencies = [
15038 "arrayvec",
15039 "borsh",
15040 "bytes 1.11.1",
15041 "num-traits",
15042 "rand 0.8.5",
15043 "rkyv",
15044 "serde",
15045 "serde_json",
15046]
15047
15048[[package]]
15049name = "rustc-demangle"
15050version = "0.1.26"
15051source = "registry+https://github.com/rust-lang/crates.io-index"
15052checksum = "56f7d92ca342cea22a06f2121d944b4fd82af56988c270852495420f961d4ace"
15053
15054[[package]]
15055name = "rustc-hash"
15056version = "1.1.0"
15057source = "registry+https://github.com/rust-lang/crates.io-index"
15058checksum = "08d43f7aa6b08d49f382cde6a7982047c3426db949b1424bc4b7ec9ae12c6ce2"
15059
15060[[package]]
15061name = "rustc-hash"
15062version = "2.1.1"
15063source = "registry+https://github.com/rust-lang/crates.io-index"
15064checksum = "357703d41365b4b27c590e3ed91eabb1b663f07c4c084095e60cbed4362dff0d"
15065
15066[[package]]
15067name = "rustc_version"
15068version = "0.4.1"
15069source = "registry+https://github.com/rust-lang/crates.io-index"
15070checksum = "cfcb3a22ef46e85b45de6ee7e79d063319ebb6594faafcf1c225ea92ab6e9b92"
15071dependencies = [
15072 "semver",
15073]
15074
15075[[package]]
15076name = "rustfft"
15077version = "6.4.1"
15078source = "registry+https://github.com/rust-lang/crates.io-index"
15079checksum = "21db5f9893e91f41798c88680037dba611ca6674703c1a18601b01a72c8adb89"
15080dependencies = [
15081 "num-complex",
15082 "num-integer",
15083 "num-traits",
15084 "primal-check",
15085 "strength_reduce",
15086 "transpose",
15087]
15088
15089[[package]]
15090name = "rustix"
15091version = "0.38.44"
15092source = "registry+https://github.com/rust-lang/crates.io-index"
15093checksum = "fdb5bc1ae2baa591800df16c9ca78619bf65c0488b41b96ccec5d11220d8c154"
15094dependencies = [
15095 "bitflags 2.10.0",
15096 "errno 0.3.14",
15097 "libc",
15098 "linux-raw-sys 0.4.15",
15099 "windows-sys 0.59.0",
15100]
15101
15102[[package]]
15103name = "rustix"
15104version = "1.1.2"
15105source = "registry+https://github.com/rust-lang/crates.io-index"
15106checksum = "cd15f8a2c5551a84d56efdc1cd049089e409ac19a3072d5037a17fd70719ff3e"
15107dependencies = [
15108 "bitflags 2.10.0",
15109 "errno 0.3.14",
15110 "libc",
15111 "linux-raw-sys 0.11.0",
15112 "windows-sys 0.61.2",
15113]
15114
15115[[package]]
15116name = "rustix-linux-procfs"
15117version = "0.1.1"
15118source = "registry+https://github.com/rust-lang/crates.io-index"
15119checksum = "2fc84bf7e9aa16c4f2c758f27412dc9841341e16aa682d9c7ac308fe3ee12056"
15120dependencies = [
15121 "once_cell",
15122 "rustix 1.1.2",
15123]
15124
15125[[package]]
15126name = "rustix-openpty"
15127version = "0.2.0"
15128source = "registry+https://github.com/rust-lang/crates.io-index"
15129checksum = "1de16c7c59892b870a6336f185dc10943517f1327447096bbb7bb32cd85e2393"
15130dependencies = [
15131 "errno 0.3.14",
15132 "libc",
15133 "rustix 1.1.2",
15134]
15135
15136[[package]]
15137name = "rustls"
15138version = "0.21.12"
15139source = "registry+https://github.com/rust-lang/crates.io-index"
15140checksum = "3f56a14d1f48b391359b22f731fd4bd7e43c97f3c50eee276f3aa09c94784d3e"
15141dependencies = [
15142 "log",
15143 "ring",
15144 "rustls-webpki 0.101.7",
15145 "sct",
15146]
15147
15148[[package]]
15149name = "rustls"
15150version = "0.23.33"
15151source = "registry+https://github.com/rust-lang/crates.io-index"
15152checksum = "751e04a496ca00bb97a5e043158d23d66b5aabf2e1d5aa2a0aaebb1aafe6f82c"
15153dependencies = [
15154 "aws-lc-rs",
15155 "log",
15156 "once_cell",
15157 "ring",
15158 "rustls-pki-types",
15159 "rustls-webpki 0.103.7",
15160 "subtle",
15161 "zeroize",
15162]
15163
15164[[package]]
15165name = "rustls-native-certs"
15166version = "0.6.3"
15167source = "registry+https://github.com/rust-lang/crates.io-index"
15168checksum = "a9aace74cb666635c918e9c12bc0d348266037aa8eb599b5cba565709a8dff00"
15169dependencies = [
15170 "openssl-probe",
15171 "rustls-pemfile 1.0.4",
15172 "schannel",
15173 "security-framework 2.11.1",
15174]
15175
15176[[package]]
15177name = "rustls-native-certs"
15178version = "0.8.2"
15179source = "registry+https://github.com/rust-lang/crates.io-index"
15180checksum = "9980d917ebb0c0536119ba501e90834767bffc3d60641457fd84a1f3fd337923"
15181dependencies = [
15182 "openssl-probe",
15183 "rustls-pki-types",
15184 "schannel",
15185 "security-framework 3.5.1",
15186]
15187
15188[[package]]
15189name = "rustls-pemfile"
15190version = "1.0.4"
15191source = "registry+https://github.com/rust-lang/crates.io-index"
15192checksum = "1c74cae0a4cf6ccbbf5f359f08efdf8ee7e1dc532573bf0db71968cb56b1448c"
15193dependencies = [
15194 "base64 0.21.7",
15195]
15196
15197[[package]]
15198name = "rustls-pemfile"
15199version = "2.2.0"
15200source = "registry+https://github.com/rust-lang/crates.io-index"
15201checksum = "dce314e5fee3f39953d46bb63bb8a46d40c2f8fb7cc5a3b6cab2bde9721d6e50"
15202dependencies = [
15203 "rustls-pki-types",
15204]
15205
15206[[package]]
15207name = "rustls-pki-types"
15208version = "1.12.0"
15209source = "registry+https://github.com/rust-lang/crates.io-index"
15210checksum = "229a4a4c221013e7e1f1a043678c5cc39fe5171437c88fb47151a21e6f5b5c79"
15211dependencies = [
15212 "web-time",
15213 "zeroize",
15214]
15215
15216[[package]]
15217name = "rustls-platform-verifier"
15218version = "0.5.3"
15219source = "registry+https://github.com/rust-lang/crates.io-index"
15220checksum = "19787cda76408ec5404443dc8b31795c87cd8fec49762dc75fa727740d34acc1"
15221dependencies = [
15222 "core-foundation 0.10.0",
15223 "core-foundation-sys",
15224 "jni",
15225 "log",
15226 "once_cell",
15227 "rustls 0.23.33",
15228 "rustls-native-certs 0.8.2",
15229 "rustls-platform-verifier-android",
15230 "rustls-webpki 0.103.7",
15231 "security-framework 3.5.1",
15232 "security-framework-sys",
15233 "webpki-root-certs",
15234 "windows-sys 0.59.0",
15235]
15236
15237[[package]]
15238name = "rustls-platform-verifier-android"
15239version = "0.1.1"
15240source = "registry+https://github.com/rust-lang/crates.io-index"
15241checksum = "f87165f0995f63a9fbeea62b64d10b4d9d8e78ec6d7d51fb2125fda7bb36788f"
15242
15243[[package]]
15244name = "rustls-webpki"
15245version = "0.101.7"
15246source = "registry+https://github.com/rust-lang/crates.io-index"
15247checksum = "8b6275d1ee7a1cd780b64aca7726599a1dbc893b1e64144529e55c3c2f745765"
15248dependencies = [
15249 "ring",
15250 "untrusted 0.9.0",
15251]
15252
15253[[package]]
15254name = "rustls-webpki"
15255version = "0.103.7"
15256source = "registry+https://github.com/rust-lang/crates.io-index"
15257checksum = "e10b3f4191e8a80e6b43eebabfac91e5dcecebb27a71f04e820c47ec41d314bf"
15258dependencies = [
15259 "aws-lc-rs",
15260 "ring",
15261 "rustls-pki-types",
15262 "untrusted 0.9.0",
15263]
15264
15265[[package]]
15266name = "rustversion"
15267version = "1.0.22"
15268source = "registry+https://github.com/rust-lang/crates.io-index"
15269checksum = "b39cdef0fa800fc44525c84ccb54a029961a8215f9619753635a9c0d2538d46d"
15270
15271[[package]]
15272name = "rusty-fork"
15273version = "0.3.1"
15274source = "registry+https://github.com/rust-lang/crates.io-index"
15275checksum = "cc6bf79ff24e648f6da1f8d1f011e9cac26491b619e6b9280f2b47f1774e6ee2"
15276dependencies = [
15277 "fnv",
15278 "quick-error 1.2.3",
15279 "tempfile",
15280 "wait-timeout",
15281]
15282
15283[[package]]
15284name = "rustybuzz"
15285version = "0.20.1"
15286source = "registry+https://github.com/rust-lang/crates.io-index"
15287checksum = "fd3c7c96f8a08ee34eff8857b11b49b07d71d1c3f4e88f8a88d4c9e9f90b1702"
15288dependencies = [
15289 "bitflags 2.10.0",
15290 "bytemuck",
15291 "core_maths",
15292 "log",
15293 "smallvec",
15294 "ttf-parser 0.25.1",
15295 "unicode-bidi-mirroring",
15296 "unicode-ccc",
15297 "unicode-properties",
15298 "unicode-script",
15299]
15300
15301[[package]]
15302name = "ryu"
15303version = "1.0.20"
15304source = "registry+https://github.com/rust-lang/crates.io-index"
15305checksum = "28d3b2b1366ec20994f1fd18c3c594f05c5dd4bc44d8bb0c1c632c8d6829481f"
15306
15307[[package]]
15308name = "saa"
15309version = "5.4.9"
15310source = "registry+https://github.com/rust-lang/crates.io-index"
15311checksum = "da0ba8adb63e0deebd0744d8fc5bea394c08029159deaf680513fec1a3949144"
15312
15313[[package]]
15314name = "safetensors"
15315version = "0.4.5"
15316source = "registry+https://github.com/rust-lang/crates.io-index"
15317checksum = "44560c11236a6130a46ce36c836a62936dc81ebf8c36a37947423571be0e55b6"
15318dependencies = [
15319 "serde",
15320 "serde_json",
15321]
15322
15323[[package]]
15324name = "same-file"
15325version = "1.0.6"
15326source = "registry+https://github.com/rust-lang/crates.io-index"
15327checksum = "93fc1dc3aaa9bfed95e02e6eadabb4baf7e3078b0bd1b4d7b6b0b68378900502"
15328dependencies = [
15329 "winapi-util",
15330]
15331
15332[[package]]
15333name = "scc"
15334version = "3.5.6"
15335source = "registry+https://github.com/rust-lang/crates.io-index"
15336checksum = "e4bd9d1727de391b6982925d830baad51692fa2aa6e337733c03d95121ca2793"
15337dependencies = [
15338 "saa",
15339 "sdd",
15340]
15341
15342[[package]]
15343name = "schannel"
15344version = "0.1.28"
15345source = "registry+https://github.com/rust-lang/crates.io-index"
15346checksum = "891d81b926048e76efe18581bf793546b4c0eaf8448d72be8de2bbee5fd166e1"
15347dependencies = [
15348 "windows-sys 0.61.2",
15349]
15350
15351[[package]]
15352name = "scheduler"
15353version = "0.1.0"
15354dependencies = [
15355 "async-task",
15356 "backtrace",
15357 "chrono",
15358 "flume",
15359 "futures 0.3.32",
15360 "parking_lot",
15361 "rand 0.9.3",
15362 "web-time",
15363]
15364
15365[[package]]
15366name = "schema_generator"
15367version = "0.1.0"
15368dependencies = [
15369 "anyhow",
15370 "clap",
15371 "env_logger 0.11.8",
15372 "schemars",
15373 "serde",
15374 "serde_json",
15375 "settings",
15376 "theme",
15377 "theme_settings",
15378]
15379
15380[[package]]
15381name = "schemars"
15382version = "1.0.4"
15383source = "registry+https://github.com/rust-lang/crates.io-index"
15384checksum = "82d20c4491bc164fa2f6c5d44565947a52ad80b9505d8e36f8d54c27c739fcd0"
15385dependencies = [
15386 "dyn-clone",
15387 "indexmap",
15388 "ref-cast",
15389 "schemars_derive",
15390 "serde",
15391 "serde_json",
15392]
15393
15394[[package]]
15395name = "schemars_derive"
15396version = "1.0.4"
15397source = "registry+https://github.com/rust-lang/crates.io-index"
15398checksum = "33d020396d1d138dc19f1165df7545479dcd58d93810dc5d646a16e55abefa80"
15399dependencies = [
15400 "proc-macro2",
15401 "quote",
15402 "serde_derive_internals",
15403 "syn 2.0.117",
15404]
15405
15406[[package]]
15407name = "scoped-tls"
15408version = "1.0.1"
15409source = "registry+https://github.com/rust-lang/crates.io-index"
15410checksum = "e1cf6437eb19a8f4a6cc0f7dca544973b0b78843adbfeb3683d1a94a0024a294"
15411
15412[[package]]
15413name = "scopeguard"
15414version = "1.2.0"
15415source = "registry+https://github.com/rust-lang/crates.io-index"
15416checksum = "94143f37725109f92c262ed2cf5e59bce7498c01bcc1502d7b9afe439a4e9f49"
15417
15418[[package]]
15419name = "scratch"
15420version = "1.0.9"
15421source = "registry+https://github.com/rust-lang/crates.io-index"
15422checksum = "d68f2ec51b097e4c1a75b681a8bec621909b5e91f15bb7b840c4f2f7b01148b2"
15423
15424[[package]]
15425name = "screencapturekit"
15426version = "0.2.8"
15427source = "registry+https://github.com/rust-lang/crates.io-index"
15428checksum = "1a5eeeb57ac94960cfe5ff4c402be6585ae4c8d29a2cf41b276048c2e849d64e"
15429dependencies = [
15430 "screencapturekit-sys",
15431]
15432
15433[[package]]
15434name = "screencapturekit-sys"
15435version = "0.2.8"
15436source = "registry+https://github.com/rust-lang/crates.io-index"
15437checksum = "22411b57f7d49e7fe08025198813ee6fd65e1ee5eff4ebc7880c12c82bde4c60"
15438dependencies = [
15439 "block",
15440 "dispatch",
15441 "objc",
15442 "objc-foundation",
15443 "objc_id",
15444 "once_cell",
15445]
15446
15447[[package]]
15448name = "scroll"
15449version = "0.12.0"
15450source = "registry+https://github.com/rust-lang/crates.io-index"
15451checksum = "6ab8598aa408498679922eff7fa985c25d58a90771bd6be794434c5277eab1a6"
15452dependencies = [
15453 "scroll_derive",
15454]
15455
15456[[package]]
15457name = "scroll_derive"
15458version = "0.12.1"
15459source = "registry+https://github.com/rust-lang/crates.io-index"
15460checksum = "1783eabc414609e28a5ba76aee5ddd52199f7107a0b24c2e9746a1ecc34a683d"
15461dependencies = [
15462 "proc-macro2",
15463 "quote",
15464 "syn 2.0.117",
15465]
15466
15467[[package]]
15468name = "sct"
15469version = "0.7.1"
15470source = "registry+https://github.com/rust-lang/crates.io-index"
15471checksum = "da046153aa2352493d6cb7da4b6e5c0c057d8a1d0a9aa8560baffdd945acd414"
15472dependencies = [
15473 "ring",
15474 "untrusted 0.9.0",
15475]
15476
15477[[package]]
15478name = "sdd"
15479version = "4.6.2"
15480source = "registry+https://github.com/rust-lang/crates.io-index"
15481checksum = "c25da4ae64b24edfcb0b0d30b96b2b0dbc64ec63aefeb6ec35bfc5ef167e5c9e"
15482
15483[[package]]
15484name = "sea-bae"
15485version = "0.2.1"
15486source = "registry+https://github.com/rust-lang/crates.io-index"
15487checksum = "f694a6ab48f14bc063cfadff30ab551d3c7e46d8f81836c51989d548f44a2a25"
15488dependencies = [
15489 "heck 0.4.1",
15490 "proc-macro-error2",
15491 "proc-macro2",
15492 "quote",
15493 "syn 2.0.117",
15494]
15495
15496[[package]]
15497name = "sea-orm"
15498version = "1.1.10"
15499source = "registry+https://github.com/rust-lang/crates.io-index"
15500checksum = "21e61af841881c137d4bc8e0d8411cee9168548b404f9e4788e8af7e8f94bd4e"
15501dependencies = [
15502 "async-stream",
15503 "async-trait",
15504 "bigdecimal",
15505 "chrono",
15506 "futures-util",
15507 "log",
15508 "ouroboros",
15509 "pgvector",
15510 "rust_decimal",
15511 "sea-orm-macros",
15512 "sea-query",
15513 "sea-query-binder",
15514 "serde",
15515 "serde_json",
15516 "sqlx",
15517 "strum 0.26.3",
15518 "thiserror 2.0.17",
15519 "time",
15520 "tracing",
15521 "url",
15522 "uuid",
15523]
15524
15525[[package]]
15526name = "sea-orm-macros"
15527version = "1.1.10"
15528source = "registry+https://github.com/rust-lang/crates.io-index"
15529checksum = "d6b86e3e77b548e6c6c1f612a1ca024d557dffdb81b838bf482ad3222140c77b"
15530dependencies = [
15531 "heck 0.4.1",
15532 "proc-macro2",
15533 "quote",
15534 "sea-bae",
15535 "syn 2.0.117",
15536 "unicode-ident",
15537]
15538
15539[[package]]
15540name = "sea-query"
15541version = "0.32.7"
15542source = "registry+https://github.com/rust-lang/crates.io-index"
15543checksum = "8a5d1c518eaf5eda38e5773f902b26ab6d5e9e9e2bb2349ca6c64cf96f80448c"
15544dependencies = [
15545 "bigdecimal",
15546 "chrono",
15547 "inherent",
15548 "ordered-float 4.6.0",
15549 "rust_decimal",
15550 "serde_json",
15551 "time",
15552 "uuid",
15553]
15554
15555[[package]]
15556name = "sea-query-binder"
15557version = "0.7.0"
15558source = "registry+https://github.com/rust-lang/crates.io-index"
15559checksum = "b0019f47430f7995af63deda77e238c17323359af241233ec768aba1faea7608"
15560dependencies = [
15561 "bigdecimal",
15562 "chrono",
15563 "rust_decimal",
15564 "sea-query",
15565 "serde_json",
15566 "sqlx",
15567 "time",
15568 "uuid",
15569]
15570
15571[[package]]
15572name = "seahash"
15573version = "4.1.0"
15574source = "registry+https://github.com/rust-lang/crates.io-index"
15575checksum = "1c107b6f4780854c8b126e228ea8869f4d7b71260f962fefb57b996b8959ba6b"
15576
15577[[package]]
15578name = "search"
15579version = "0.1.0"
15580dependencies = [
15581 "any_vec",
15582 "anyhow",
15583 "bitflags 2.10.0",
15584 "collections",
15585 "editor",
15586 "fs",
15587 "futures 0.3.32",
15588 "gpui",
15589 "itertools 0.14.0",
15590 "language",
15591 "lsp",
15592 "menu",
15593 "multi_buffer",
15594 "pretty_assertions",
15595 "project",
15596 "serde",
15597 "serde_json",
15598 "settings",
15599 "smol",
15600 "theme",
15601 "theme_settings",
15602 "tracing",
15603 "ui",
15604 "unindent",
15605 "util",
15606 "util_macros",
15607 "workspace",
15608 "zed_actions",
15609 "ztracing",
15610]
15611
15612[[package]]
15613name = "sec1"
15614version = "0.3.0"
15615source = "registry+https://github.com/rust-lang/crates.io-index"
15616checksum = "3be24c1842290c45df0a7bf069e0c268a747ad05a192f2fd7dcfdbc1cba40928"
15617dependencies = [
15618 "base16ct",
15619 "der 0.6.1",
15620 "generic-array",
15621 "pkcs8 0.9.0",
15622 "subtle",
15623 "zeroize",
15624]
15625
15626[[package]]
15627name = "secrecy"
15628version = "0.10.3"
15629source = "registry+https://github.com/rust-lang/crates.io-index"
15630checksum = "e891af845473308773346dc847b2c23ee78fe442e0472ac50e22a18a93d3ae5a"
15631dependencies = [
15632 "zeroize",
15633]
15634
15635[[package]]
15636name = "security-framework"
15637version = "2.11.1"
15638source = "registry+https://github.com/rust-lang/crates.io-index"
15639checksum = "897b2245f0b511c87893af39b033e5ca9cce68824c4d7e7630b5a1d339658d02"
15640dependencies = [
15641 "bitflags 2.10.0",
15642 "core-foundation 0.9.4",
15643 "core-foundation-sys",
15644 "libc",
15645 "security-framework-sys",
15646]
15647
15648[[package]]
15649name = "security-framework"
15650version = "3.5.1"
15651source = "registry+https://github.com/rust-lang/crates.io-index"
15652checksum = "b3297343eaf830f66ede390ea39da1d462b6b0c1b000f420d0a83f898bbbe6ef"
15653dependencies = [
15654 "bitflags 2.10.0",
15655 "core-foundation 0.10.0",
15656 "core-foundation-sys",
15657 "libc",
15658 "security-framework-sys",
15659]
15660
15661[[package]]
15662name = "security-framework-sys"
15663version = "2.15.0"
15664source = "registry+https://github.com/rust-lang/crates.io-index"
15665checksum = "cc1f0cbffaac4852523ce30d8bd3c5cdc873501d96ff467ca09b6767bb8cd5c0"
15666dependencies = [
15667 "core-foundation-sys",
15668 "libc",
15669]
15670
15671[[package]]
15672name = "self_cell"
15673version = "1.2.2"
15674source = "registry+https://github.com/rust-lang/crates.io-index"
15675checksum = "b12e76d157a900eb52e81bc6e9f3069344290341720e9178cde2407113ac8d89"
15676
15677[[package]]
15678name = "semver"
15679version = "1.0.27"
15680source = "registry+https://github.com/rust-lang/crates.io-index"
15681checksum = "d767eb0aabc880b29956c35734170f26ed551a859dbd361d140cdbeca61ab1e2"
15682dependencies = [
15683 "serde",
15684 "serde_core",
15685]
15686
15687[[package]]
15688name = "seq-macro"
15689version = "0.3.6"
15690source = "registry+https://github.com/rust-lang/crates.io-index"
15691checksum = "1bc711410fbe7399f390ca1c3b60ad0f53f80e95c5eb935e52268a0e2cd49acc"
15692
15693[[package]]
15694name = "serde"
15695version = "1.0.228"
15696source = "registry+https://github.com/rust-lang/crates.io-index"
15697checksum = "9a8e94ea7f378bd32cbbd37198a4a91436180c5bb472411e48b5ec2e2124ae9e"
15698dependencies = [
15699 "serde_core",
15700 "serde_derive",
15701]
15702
15703[[package]]
15704name = "serde_bytes"
15705version = "0.11.19"
15706source = "registry+https://github.com/rust-lang/crates.io-index"
15707checksum = "a5d440709e79d88e51ac01c4b72fc6cb7314017bb7da9eeff678aa94c10e3ea8"
15708dependencies = [
15709 "serde",
15710 "serde_core",
15711]
15712
15713[[package]]
15714name = "serde_core"
15715version = "1.0.228"
15716source = "registry+https://github.com/rust-lang/crates.io-index"
15717checksum = "41d385c7d4ca58e59fc732af25c3983b67ac852c1a25000afe1175de458b67ad"
15718dependencies = [
15719 "serde_derive",
15720]
15721
15722[[package]]
15723name = "serde_derive"
15724version = "1.0.228"
15725source = "registry+https://github.com/rust-lang/crates.io-index"
15726checksum = "d540f220d3187173da220f885ab66608367b6574e925011a9353e4badda91d79"
15727dependencies = [
15728 "proc-macro2",
15729 "quote",
15730 "syn 2.0.117",
15731]
15732
15733[[package]]
15734name = "serde_derive_internals"
15735version = "0.29.1"
15736source = "registry+https://github.com/rust-lang/crates.io-index"
15737checksum = "18d26a20a969b9e3fdf2fc2d9f21eda6c40e2de84c9408bb5d3b05d499aae711"
15738dependencies = [
15739 "proc-macro2",
15740 "quote",
15741 "syn 2.0.117",
15742]
15743
15744[[package]]
15745name = "serde_fmt"
15746version = "1.0.3"
15747source = "registry+https://github.com/rust-lang/crates.io-index"
15748checksum = "e1d4ddca14104cd60529e8c7f7ba71a2c8acd8f7f5cfcdc2faf97eeb7c3010a4"
15749dependencies = [
15750 "serde",
15751]
15752
15753[[package]]
15754name = "serde_json"
15755version = "1.0.145"
15756source = "registry+https://github.com/rust-lang/crates.io-index"
15757checksum = "402a6f66d8c709116cf22f558eab210f5a50187f702eb4d7e5ef38d9a7f1c79c"
15758dependencies = [
15759 "indexmap",
15760 "itoa",
15761 "memchr",
15762 "ryu",
15763 "serde",
15764 "serde_core",
15765]
15766
15767[[package]]
15768name = "serde_json_lenient"
15769version = "0.2.4"
15770source = "registry+https://github.com/rust-lang/crates.io-index"
15771checksum = "0e033097bf0d2b59a62b42c18ebbb797503839b26afdda2c4e1415cb6c813540"
15772dependencies = [
15773 "indexmap",
15774 "itoa",
15775 "memchr",
15776 "ryu",
15777 "serde",
15778]
15779
15780[[package]]
15781name = "serde_path_to_error"
15782version = "0.1.20"
15783source = "registry+https://github.com/rust-lang/crates.io-index"
15784checksum = "10a9ff822e371bb5403e391ecd83e182e0e77ba7f6fe0160b795797109d1b457"
15785dependencies = [
15786 "itoa",
15787 "serde",
15788 "serde_core",
15789]
15790
15791[[package]]
15792name = "serde_repr"
15793version = "0.1.20"
15794source = "registry+https://github.com/rust-lang/crates.io-index"
15795checksum = "175ee3e80ae9982737ca543e96133087cbd9a485eecc3bc4de9c1a37b47ea59c"
15796dependencies = [
15797 "proc-macro2",
15798 "quote",
15799 "syn 2.0.117",
15800]
15801
15802[[package]]
15803name = "serde_spanned"
15804version = "0.6.9"
15805source = "registry+https://github.com/rust-lang/crates.io-index"
15806checksum = "bf41e0cfaf7226dca15e8197172c295a782857fcb97fad1808a166870dee75a3"
15807dependencies = [
15808 "serde",
15809]
15810
15811[[package]]
15812name = "serde_spanned"
15813version = "1.0.3"
15814source = "registry+https://github.com/rust-lang/crates.io-index"
15815checksum = "e24345aa0fe688594e73770a5f6d1b216508b4f93484c0026d521acd30134392"
15816dependencies = [
15817 "serde_core",
15818]
15819
15820[[package]]
15821name = "serde_urlencoded"
15822version = "0.7.1"
15823source = "registry+https://github.com/rust-lang/crates.io-index"
15824checksum = "d3491c14715ca2294c4d6a88f15e84739788c1d030eed8c110436aafdaa2f3fd"
15825dependencies = [
15826 "form_urlencoded",
15827 "itoa",
15828 "ryu",
15829 "serde",
15830]
15831
15832[[package]]
15833name = "serde_yaml"
15834version = "0.9.34+deprecated"
15835source = "registry+https://github.com/rust-lang/crates.io-index"
15836checksum = "6a8b1a1a2ebf674015cc02edccce75287f1a0130d394307b36743c2f5d504b47"
15837dependencies = [
15838 "indexmap",
15839 "itoa",
15840 "ryu",
15841 "serde",
15842 "unsafe-libyaml",
15843]
15844
15845[[package]]
15846name = "serial2"
15847version = "0.2.33"
15848source = "registry+https://github.com/rust-lang/crates.io-index"
15849checksum = "8cc76fa68e25e771492ca1e3c53d447ef0be3093e05cd3b47f4b712ba10c6f3c"
15850dependencies = [
15851 "cfg-if",
15852 "libc",
15853 "winapi",
15854]
15855
15856[[package]]
15857name = "session"
15858version = "0.1.0"
15859dependencies = [
15860 "db",
15861 "gpui",
15862 "serde_json",
15863 "util",
15864 "uuid",
15865]
15866
15867[[package]]
15868name = "settings"
15869version = "0.1.0"
15870dependencies = [
15871 "anyhow",
15872 "collections",
15873 "ec4rs",
15874 "fs",
15875 "futures 0.3.32",
15876 "gpui",
15877 "indoc",
15878 "inventory",
15879 "log",
15880 "migrator",
15881 "paths",
15882 "pretty_assertions",
15883 "release_channel",
15884 "rust-embed",
15885 "schemars",
15886 "serde",
15887 "serde_json",
15888 "serde_json_lenient",
15889 "settings_content",
15890 "settings_json",
15891 "settings_macros",
15892 "smallvec",
15893 "unindent",
15894 "util",
15895 "zlog",
15896]
15897
15898[[package]]
15899name = "settings_content"
15900version = "0.1.0"
15901dependencies = [
15902 "anyhow",
15903 "collections",
15904 "derive_more",
15905 "gpui",
15906 "language_model_core",
15907 "log",
15908 "schemars",
15909 "serde",
15910 "serde_json",
15911 "serde_json_lenient",
15912 "settings_json",
15913 "settings_macros",
15914 "strum 0.27.2",
15915 "util",
15916]
15917
15918[[package]]
15919name = "settings_json"
15920version = "0.1.0"
15921dependencies = [
15922 "anyhow",
15923 "pretty_assertions",
15924 "serde",
15925 "serde_json",
15926 "serde_json_lenient",
15927 "serde_path_to_error",
15928 "tree-sitter",
15929 "tree-sitter-json",
15930 "unindent",
15931 "util",
15932]
15933
15934[[package]]
15935name = "settings_macros"
15936version = "0.1.0"
15937dependencies = [
15938 "quote",
15939 "settings",
15940 "syn 2.0.117",
15941]
15942
15943[[package]]
15944name = "settings_profile_selector"
15945version = "0.1.0"
15946dependencies = [
15947 "editor",
15948 "fuzzy",
15949 "gpui",
15950 "menu",
15951 "picker",
15952 "project",
15953 "serde_json",
15954 "settings",
15955 "theme",
15956 "theme_settings",
15957 "ui",
15958 "workspace",
15959 "zed_actions",
15960]
15961
15962[[package]]
15963name = "settings_ui"
15964version = "0.1.0"
15965dependencies = [
15966 "agent",
15967 "agent_settings",
15968 "anyhow",
15969 "audio",
15970 "codestral",
15971 "component",
15972 "copilot",
15973 "copilot_ui",
15974 "cpal",
15975 "edit_prediction",
15976 "edit_prediction_ui",
15977 "editor",
15978 "feature_flags",
15979 "fs",
15980 "futures 0.3.32",
15981 "fuzzy",
15982 "gpui",
15983 "heck 0.5.0",
15984 "itertools 0.14.0",
15985 "language",
15986 "log",
15987 "menu",
15988 "paths",
15989 "picker",
15990 "platform_title_bar",
15991 "pretty_assertions",
15992 "project",
15993 "regex",
15994 "release_channel",
15995 "rodio",
15996 "schemars",
15997 "search",
15998 "serde",
15999 "serde_json",
16000 "settings",
16001 "shell_command_parser",
16002 "strum 0.27.2",
16003 "telemetry",
16004 "theme",
16005 "theme_settings",
16006 "title_bar",
16007 "ui",
16008 "util",
16009 "workspace",
16010 "zed_actions",
16011 "zed_credentials_provider",
16012]
16013
16014[[package]]
16015name = "sha-1"
16016version = "0.10.1"
16017source = "registry+https://github.com/rust-lang/crates.io-index"
16018checksum = "f5058ada175748e33390e40e872bd0fe59a19f265d0158daa551c5a88a76009c"
16019dependencies = [
16020 "cfg-if",
16021 "cpufeatures",
16022 "digest",
16023]
16024
16025[[package]]
16026name = "sha1"
16027version = "0.10.6"
16028source = "registry+https://github.com/rust-lang/crates.io-index"
16029checksum = "e3bf829a2d51ab4a5ddf1352d8470c140cadc8301b2ae1789db023f01cedd6ba"
16030dependencies = [
16031 "cfg-if",
16032 "cpufeatures",
16033 "digest",
16034]
16035
16036[[package]]
16037name = "sha1_smol"
16038version = "1.0.1"
16039source = "registry+https://github.com/rust-lang/crates.io-index"
16040checksum = "bbfa15b3dddfee50a0fff136974b3e1bde555604ba463834a7eb7deb6417705d"
16041
16042[[package]]
16043name = "sha2"
16044version = "0.10.9"
16045source = "registry+https://github.com/rust-lang/crates.io-index"
16046checksum = "a7507d819769d01a365ab707794a4084392c824f54a7a6a7862f8c3d0892b283"
16047dependencies = [
16048 "cfg-if",
16049 "cpufeatures",
16050 "digest",
16051]
16052
16053[[package]]
16054name = "sharded-slab"
16055version = "0.1.7"
16056source = "registry+https://github.com/rust-lang/crates.io-index"
16057checksum = "f40ca3c46823713e0d4209592e8d6e826aa57e928f09752619fc696c499637f6"
16058dependencies = [
16059 "lazy_static",
16060]
16061
16062[[package]]
16063name = "shared_library"
16064version = "0.1.9"
16065source = "registry+https://github.com/rust-lang/crates.io-index"
16066checksum = "5a9e7e0f2bfae24d8a5b5a66c5b257a83c7412304311512a0c054cd5e619da11"
16067dependencies = [
16068 "lazy_static",
16069 "libc",
16070]
16071
16072[[package]]
16073name = "shell-words"
16074version = "1.1.0"
16075source = "registry+https://github.com/rust-lang/crates.io-index"
16076checksum = "24188a676b6ae68c3b2cb3a01be17fbf7240ce009799bb56d5b1409051e78fde"
16077
16078[[package]]
16079name = "shell_command_parser"
16080version = "0.1.0"
16081dependencies = [
16082 "brush-parser",
16083]
16084
16085[[package]]
16086name = "shellexpand"
16087version = "3.1.1"
16088source = "registry+https://github.com/rust-lang/crates.io-index"
16089checksum = "8b1fdf65dd6331831494dd616b30351c38e96e45921a27745cf98490458b90bb"
16090dependencies = [
16091 "dirs",
16092]
16093
16094[[package]]
16095name = "shingles"
16096version = "0.1.1"
16097source = "registry+https://github.com/rust-lang/crates.io-index"
16098checksum = "72bb884be1ddfbded5873be4672cf5aee71210ce0f8ae99787d158b9b72b5ca0"
16099
16100[[package]]
16101name = "shlex"
16102version = "1.3.0"
16103source = "registry+https://github.com/rust-lang/crates.io-index"
16104checksum = "0fda2ff0d084019ba4d7c6f371c95d8fd75ce3524c3cb8fb653a3023f6323e64"
16105
16106[[package]]
16107name = "sidebar"
16108version = "0.1.0"
16109dependencies = [
16110 "acp_thread",
16111 "action_log",
16112 "agent",
16113 "agent-client-protocol",
16114 "agent_settings",
16115 "agent_ui",
16116 "anyhow",
16117 "chrono",
16118 "client",
16119 "clock",
16120 "db",
16121 "editor",
16122 "extension",
16123 "fs",
16124 "git",
16125 "gpui",
16126 "http_client",
16127 "language",
16128 "language_model",
16129 "log",
16130 "menu",
16131 "node_runtime",
16132 "platform_title_bar",
16133 "pretty_assertions",
16134 "project",
16135 "prompt_store",
16136 "recent_projects",
16137 "release_channel",
16138 "remote",
16139 "remote_connection",
16140 "remote_server",
16141 "semver",
16142 "serde",
16143 "serde_json",
16144 "settings",
16145 "smol",
16146 "telemetry",
16147 "theme",
16148 "theme_settings",
16149 "ui",
16150 "util",
16151 "vim_mode_setting",
16152 "workspace",
16153 "zed_actions",
16154]
16155
16156[[package]]
16157name = "signal-hook"
16158version = "0.3.18"
16159source = "registry+https://github.com/rust-lang/crates.io-index"
16160checksum = "d881a16cf4426aa584979d30bd82cb33429027e42122b169753d6ef1085ed6e2"
16161dependencies = [
16162 "libc",
16163 "signal-hook-registry",
16164]
16165
16166[[package]]
16167name = "signal-hook-registry"
16168version = "1.4.6"
16169source = "registry+https://github.com/rust-lang/crates.io-index"
16170checksum = "b2a4719bff48cee6b39d12c020eeb490953ad2443b7055bd0b21fca26bd8c28b"
16171dependencies = [
16172 "libc",
16173]
16174
16175[[package]]
16176name = "signature"
16177version = "1.6.4"
16178source = "registry+https://github.com/rust-lang/crates.io-index"
16179checksum = "74233d3b3b2f6d4b006dc19dee745e73e2a6bfb6f93607cd3b02bd5b00797d7c"
16180dependencies = [
16181 "digest",
16182 "rand_core 0.6.4",
16183]
16184
16185[[package]]
16186name = "signature"
16187version = "2.2.0"
16188source = "registry+https://github.com/rust-lang/crates.io-index"
16189checksum = "77549399552de45a898a580c1b41d445bf730df867cc44e6c0233bbc4b8329de"
16190dependencies = [
16191 "digest",
16192 "rand_core 0.6.4",
16193]
16194
16195[[package]]
16196name = "simd-adler32"
16197version = "0.3.7"
16198source = "registry+https://github.com/rust-lang/crates.io-index"
16199checksum = "d66dc143e6b11c1eddc06d5c423cfc97062865baf299914ab64caa38182078fe"
16200
16201[[package]]
16202name = "simd_helpers"
16203version = "0.1.0"
16204source = "registry+https://github.com/rust-lang/crates.io-index"
16205checksum = "95890f873bec569a0362c235787f3aca6e1e887302ba4840839bcc6459c42da6"
16206dependencies = [
16207 "quote",
16208]
16209
16210[[package]]
16211name = "simdutf8"
16212version = "0.1.5"
16213source = "registry+https://github.com/rust-lang/crates.io-index"
16214checksum = "e3a9fe34e3e7a50316060351f37187a3f546bce95496156754b601a5fa71b76e"
16215
16216[[package]]
16217name = "similar"
16218version = "2.7.0"
16219source = "registry+https://github.com/rust-lang/crates.io-index"
16220checksum = "bbbb5d9659141646ae647b42fe094daf6c6192d1620870b449d9557f748b2daa"
16221
16222[[package]]
16223name = "simple_asn1"
16224version = "0.6.3"
16225source = "registry+https://github.com/rust-lang/crates.io-index"
16226checksum = "297f631f50729c8c99b84667867963997ec0b50f32b2a7dbcab828ef0541e8bb"
16227dependencies = [
16228 "num-bigint",
16229 "num-traits",
16230 "thiserror 2.0.17",
16231 "time",
16232]
16233
16234[[package]]
16235name = "simplecss"
16236version = "0.2.2"
16237source = "registry+https://github.com/rust-lang/crates.io-index"
16238checksum = "7a9c6883ca9c3c7c90e888de77b7a5c849c779d25d74a1269b0218b14e8b136c"
16239dependencies = [
16240 "log",
16241]
16242
16243[[package]]
16244name = "simplelog"
16245version = "0.12.2"
16246source = "registry+https://github.com/rust-lang/crates.io-index"
16247checksum = "16257adbfaef1ee58b1363bdc0664c9b8e1e30aed86049635fb5f147d065a9c0"
16248dependencies = [
16249 "log",
16250 "termcolor",
16251 "time",
16252]
16253
16254[[package]]
16255name = "siphasher"
16256version = "0.3.11"
16257source = "registry+https://github.com/rust-lang/crates.io-index"
16258checksum = "38b58827f4464d87d377d175e90bf58eb00fd8716ff0a62f80356b5e61555d0d"
16259
16260[[package]]
16261name = "siphasher"
16262version = "1.0.1"
16263source = "registry+https://github.com/rust-lang/crates.io-index"
16264checksum = "56199f7ddabf13fe5074ce809e7d3f42b42ae711800501b5b16ea82ad029c39d"
16265
16266[[package]]
16267name = "skrifa"
16268version = "0.37.0"
16269source = "registry+https://github.com/rust-lang/crates.io-index"
16270checksum = "8c31071dedf532758ecf3fed987cdb4bd9509f900e026ab684b4ecb81ea49841"
16271dependencies = [
16272 "bytemuck",
16273 "read-fonts 0.35.0",
16274]
16275
16276[[package]]
16277name = "skrifa"
16278version = "0.40.0"
16279source = "registry+https://github.com/rust-lang/crates.io-index"
16280checksum = "7fbdfe3d2475fbd7ddd1f3e5cf8288a30eb3e5f95832829570cd88115a7434ac"
16281dependencies = [
16282 "bytemuck",
16283 "read-fonts 0.37.0",
16284]
16285
16286[[package]]
16287name = "slab"
16288version = "0.4.11"
16289source = "registry+https://github.com/rust-lang/crates.io-index"
16290checksum = "7a2ae44ef20feb57a68b23d846850f861394c2e02dc425a50098ae8c90267589"
16291
16292[[package]]
16293name = "slotmap"
16294version = "1.0.7"
16295source = "registry+https://github.com/rust-lang/crates.io-index"
16296checksum = "dbff4acf519f630b3a3ddcfaea6c06b42174d9a44bc70c620e9ed1649d58b82a"
16297dependencies = [
16298 "version_check",
16299]
16300
16301[[package]]
16302name = "smallvec"
16303version = "1.15.1"
16304source = "registry+https://github.com/rust-lang/crates.io-index"
16305checksum = "67b1b7a3b5fe4f1376887184045fcf45c69e92af734b7aaddc05fb777b6fbd03"
16306dependencies = [
16307 "serde",
16308]
16309
16310[[package]]
16311name = "smart-default"
16312version = "0.7.1"
16313source = "registry+https://github.com/rust-lang/crates.io-index"
16314checksum = "0eb01866308440fc64d6c44d9e86c5cc17adfe33c4d6eed55da9145044d0ffc1"
16315dependencies = [
16316 "proc-macro2",
16317 "quote",
16318 "syn 2.0.117",
16319]
16320
16321[[package]]
16322name = "smol"
16323version = "2.0.2"
16324source = "registry+https://github.com/rust-lang/crates.io-index"
16325checksum = "a33bd3e260892199c3ccfc487c88b2da2265080acb316cd920da72fdfd7c599f"
16326dependencies = [
16327 "async-channel 2.5.0",
16328 "async-executor",
16329 "async-fs",
16330 "async-io",
16331 "async-lock 3.4.2",
16332 "async-net",
16333 "async-process",
16334 "blocking",
16335 "futures-lite 2.6.1",
16336]
16337
16338[[package]]
16339name = "smol_str"
16340version = "0.3.5"
16341source = "registry+https://github.com/rust-lang/crates.io-index"
16342checksum = "0f7a918bd2a9951d18ee6e48f076843e8e73a9a5d22cf05bcd4b7a81bdd04e17"
16343
16344[[package]]
16345name = "snafu"
16346version = "0.8.9"
16347source = "registry+https://github.com/rust-lang/crates.io-index"
16348checksum = "6e84b3f4eacbf3a1ce05eac6763b4d629d60cbc94d632e4092c54ade71f1e1a2"
16349dependencies = [
16350 "snafu-derive",
16351]
16352
16353[[package]]
16354name = "snafu-derive"
16355version = "0.8.9"
16356source = "registry+https://github.com/rust-lang/crates.io-index"
16357checksum = "c1c97747dbf44bb1ca44a561ece23508e99cb592e862f22222dcf42f51d1e451"
16358dependencies = [
16359 "heck 0.4.1",
16360 "proc-macro2",
16361 "quote",
16362 "syn 2.0.117",
16363]
16364
16365[[package]]
16366name = "snippet"
16367version = "0.1.0"
16368dependencies = [
16369 "anyhow",
16370 "smallvec",
16371]
16372
16373[[package]]
16374name = "snippet_provider"
16375version = "0.1.0"
16376dependencies = [
16377 "anyhow",
16378 "collections",
16379 "extension",
16380 "fs",
16381 "futures 0.3.32",
16382 "gpui",
16383 "indoc",
16384 "parking_lot",
16385 "paths",
16386 "schemars",
16387 "serde",
16388 "serde_json",
16389 "serde_json_lenient",
16390 "snippet",
16391 "util",
16392]
16393
16394[[package]]
16395name = "snippets_ui"
16396version = "0.1.0"
16397dependencies = [
16398 "file_icons",
16399 "fuzzy",
16400 "gpui",
16401 "language",
16402 "open_path_prompt",
16403 "paths",
16404 "picker",
16405 "settings",
16406 "ui",
16407 "util",
16408 "workspace",
16409]
16410
16411[[package]]
16412name = "socket2"
16413version = "0.5.10"
16414source = "registry+https://github.com/rust-lang/crates.io-index"
16415checksum = "e22376abed350d73dd1cd119b57ffccad95b4e585a7cda43e286245ce23c0678"
16416dependencies = [
16417 "libc",
16418 "windows-sys 0.52.0",
16419]
16420
16421[[package]]
16422name = "socket2"
16423version = "0.6.1"
16424source = "registry+https://github.com/rust-lang/crates.io-index"
16425checksum = "17129e116933cf371d018bb80ae557e889637989d8638274fb25622827b03881"
16426dependencies = [
16427 "libc",
16428 "windows-sys 0.60.2",
16429]
16430
16431[[package]]
16432name = "spdx"
16433version = "0.10.9"
16434source = "registry+https://github.com/rust-lang/crates.io-index"
16435checksum = "c3e17e880bafaeb362a7b751ec46bdc5b61445a188f80e0606e68167cd540fa3"
16436dependencies = [
16437 "smallvec",
16438]
16439
16440[[package]]
16441name = "spin"
16442version = "0.9.8"
16443source = "registry+https://github.com/rust-lang/crates.io-index"
16444checksum = "6980e8d7511241f8acf4aebddbb1ff938df5eebe98691418c4468d0b72a96a67"
16445dependencies = [
16446 "lock_api",
16447]
16448
16449[[package]]
16450name = "spin"
16451version = "0.10.0"
16452source = "registry+https://github.com/rust-lang/crates.io-index"
16453checksum = "d5fe4ccb98d9c292d56fec89a5e07da7fc4cf0dc11e156b41793132775d3e591"
16454dependencies = [
16455 "lock_api",
16456]
16457
16458[[package]]
16459name = "spirv"
16460version = "0.4.0+sdk-1.4.341.0"
16461source = "registry+https://github.com/rust-lang/crates.io-index"
16462checksum = "d9571ea910ebd84c86af4b3ed27f9dbdc6ad06f17c5f96146b2b671e2976744f"
16463dependencies = [
16464 "bitflags 2.10.0",
16465]
16466
16467[[package]]
16468name = "spki"
16469version = "0.6.0"
16470source = "registry+https://github.com/rust-lang/crates.io-index"
16471checksum = "67cf02bbac7a337dc36e4f5a693db6c21e7863f45070f7064577eb4367a3212b"
16472dependencies = [
16473 "base64ct",
16474 "der 0.6.1",
16475]
16476
16477[[package]]
16478name = "spki"
16479version = "0.7.3"
16480source = "registry+https://github.com/rust-lang/crates.io-index"
16481checksum = "d91ed6c858b01f942cd56b37a94b3e0a1798290327d1236e4d9cf4eaca44d29d"
16482dependencies = [
16483 "base64ct",
16484 "der 0.7.10",
16485]
16486
16487[[package]]
16488name = "sqlez"
16489version = "0.1.0"
16490dependencies = [
16491 "anyhow",
16492 "collections",
16493 "futures 0.3.32",
16494 "indoc",
16495 "libsqlite3-sys",
16496 "log",
16497 "parking_lot",
16498 "smol",
16499 "sqlformat",
16500 "thread_local",
16501 "util",
16502 "uuid",
16503]
16504
16505[[package]]
16506name = "sqlez_macros"
16507version = "0.1.0"
16508dependencies = [
16509 "sqlez",
16510 "sqlformat",
16511 "syn 2.0.117",
16512]
16513
16514[[package]]
16515name = "sqlformat"
16516version = "0.2.6"
16517source = "registry+https://github.com/rust-lang/crates.io-index"
16518checksum = "7bba3a93db0cc4f7bdece8bb09e77e2e785c20bfebf79eb8340ed80708048790"
16519dependencies = [
16520 "nom 7.1.3",
16521 "unicode_categories",
16522]
16523
16524[[package]]
16525name = "sqlx"
16526version = "0.8.6"
16527source = "registry+https://github.com/rust-lang/crates.io-index"
16528checksum = "1fefb893899429669dcdd979aff487bd78f4064e5e7907e4269081e0ef7d97dc"
16529dependencies = [
16530 "sqlx-core",
16531 "sqlx-macros",
16532 "sqlx-mysql",
16533 "sqlx-postgres",
16534 "sqlx-sqlite",
16535]
16536
16537[[package]]
16538name = "sqlx-core"
16539version = "0.8.6"
16540source = "registry+https://github.com/rust-lang/crates.io-index"
16541checksum = "ee6798b1838b6a0f69c007c133b8df5866302197e404e8b6ee8ed3e3a5e68dc6"
16542dependencies = [
16543 "base64 0.22.1",
16544 "bigdecimal",
16545 "bytes 1.11.1",
16546 "chrono",
16547 "crc",
16548 "crossbeam-queue",
16549 "either",
16550 "event-listener 5.4.1",
16551 "futures-core",
16552 "futures-intrusive",
16553 "futures-io",
16554 "futures-util",
16555 "hashbrown 0.15.5",
16556 "hashlink 0.10.0",
16557 "indexmap",
16558 "log",
16559 "memchr",
16560 "once_cell",
16561 "percent-encoding",
16562 "rust_decimal",
16563 "rustls 0.23.33",
16564 "serde",
16565 "serde_json",
16566 "sha2",
16567 "smallvec",
16568 "thiserror 2.0.17",
16569 "time",
16570 "tokio",
16571 "tokio-stream",
16572 "tracing",
16573 "url",
16574 "uuid",
16575 "webpki-roots",
16576]
16577
16578[[package]]
16579name = "sqlx-macros"
16580version = "0.8.6"
16581source = "registry+https://github.com/rust-lang/crates.io-index"
16582checksum = "a2d452988ccaacfbf5e0bdbc348fb91d7c8af5bee192173ac3636b5fb6e6715d"
16583dependencies = [
16584 "proc-macro2",
16585 "quote",
16586 "sqlx-core",
16587 "sqlx-macros-core",
16588 "syn 2.0.117",
16589]
16590
16591[[package]]
16592name = "sqlx-macros-core"
16593version = "0.8.6"
16594source = "registry+https://github.com/rust-lang/crates.io-index"
16595checksum = "19a9c1841124ac5a61741f96e1d9e2ec77424bf323962dd894bdb93f37d5219b"
16596dependencies = [
16597 "dotenvy",
16598 "either",
16599 "heck 0.5.0",
16600 "hex",
16601 "once_cell",
16602 "proc-macro2",
16603 "quote",
16604 "serde",
16605 "serde_json",
16606 "sha2",
16607 "sqlx-core",
16608 "sqlx-mysql",
16609 "sqlx-postgres",
16610 "sqlx-sqlite",
16611 "syn 2.0.117",
16612 "tokio",
16613 "url",
16614]
16615
16616[[package]]
16617name = "sqlx-mysql"
16618version = "0.8.6"
16619source = "registry+https://github.com/rust-lang/crates.io-index"
16620checksum = "aa003f0038df784eb8fecbbac13affe3da23b45194bd57dba231c8f48199c526"
16621dependencies = [
16622 "atoi",
16623 "base64 0.22.1",
16624 "bigdecimal",
16625 "bitflags 2.10.0",
16626 "byteorder",
16627 "bytes 1.11.1",
16628 "chrono",
16629 "crc",
16630 "digest",
16631 "dotenvy",
16632 "either",
16633 "futures-channel",
16634 "futures-core",
16635 "futures-io",
16636 "futures-util",
16637 "generic-array",
16638 "hex",
16639 "hkdf",
16640 "hmac",
16641 "itoa",
16642 "log",
16643 "md-5",
16644 "memchr",
16645 "once_cell",
16646 "percent-encoding",
16647 "rand 0.8.5",
16648 "rsa",
16649 "rust_decimal",
16650 "serde",
16651 "sha1",
16652 "sha2",
16653 "smallvec",
16654 "sqlx-core",
16655 "stringprep",
16656 "thiserror 2.0.17",
16657 "time",
16658 "tracing",
16659 "uuid",
16660 "whoami",
16661]
16662
16663[[package]]
16664name = "sqlx-postgres"
16665version = "0.8.6"
16666source = "registry+https://github.com/rust-lang/crates.io-index"
16667checksum = "db58fcd5a53cf07c184b154801ff91347e4c30d17a3562a635ff028ad5deda46"
16668dependencies = [
16669 "atoi",
16670 "base64 0.22.1",
16671 "bigdecimal",
16672 "bitflags 2.10.0",
16673 "byteorder",
16674 "chrono",
16675 "crc",
16676 "dotenvy",
16677 "etcetera",
16678 "futures-channel",
16679 "futures-core",
16680 "futures-util",
16681 "hex",
16682 "hkdf",
16683 "hmac",
16684 "home",
16685 "itoa",
16686 "log",
16687 "md-5",
16688 "memchr",
16689 "num-bigint",
16690 "once_cell",
16691 "rand 0.8.5",
16692 "rust_decimal",
16693 "serde",
16694 "serde_json",
16695 "sha2",
16696 "smallvec",
16697 "sqlx-core",
16698 "stringprep",
16699 "thiserror 2.0.17",
16700 "time",
16701 "tracing",
16702 "uuid",
16703 "whoami",
16704]
16705
16706[[package]]
16707name = "sqlx-sqlite"
16708version = "0.8.6"
16709source = "registry+https://github.com/rust-lang/crates.io-index"
16710checksum = "c2d12fe70b2c1b4401038055f90f151b78208de1f9f89a7dbfd41587a10c3eea"
16711dependencies = [
16712 "atoi",
16713 "chrono",
16714 "flume",
16715 "futures-channel",
16716 "futures-core",
16717 "futures-executor",
16718 "futures-intrusive",
16719 "futures-util",
16720 "libsqlite3-sys",
16721 "log",
16722 "percent-encoding",
16723 "serde",
16724 "serde_urlencoded",
16725 "sqlx-core",
16726 "thiserror 2.0.17",
16727 "time",
16728 "tracing",
16729 "url",
16730 "uuid",
16731]
16732
16733[[package]]
16734name = "stable_deref_trait"
16735version = "1.2.1"
16736source = "registry+https://github.com/rust-lang/crates.io-index"
16737checksum = "6ce2be8dc25455e1f91df71bfa12ad37d7af1092ae736f3a6cd0e37bc7810596"
16738
16739[[package]]
16740name = "stacker"
16741version = "0.1.23"
16742source = "registry+https://github.com/rust-lang/crates.io-index"
16743checksum = "08d74a23609d509411d10e2176dc2a4346e3b4aea2e7b1869f19fdedbc71c013"
16744dependencies = [
16745 "cc",
16746 "cfg-if",
16747 "libc",
16748 "psm",
16749 "windows-sys 0.59.0",
16750]
16751
16752[[package]]
16753name = "stacksafe"
16754version = "0.1.4"
16755source = "registry+https://github.com/rust-lang/crates.io-index"
16756checksum = "1d9c1172965d317e87ddb6d364a040d958b40a1db82b6ef97da26253a8b3d090"
16757dependencies = [
16758 "stacker",
16759 "stacksafe-macro",
16760]
16761
16762[[package]]
16763name = "stacksafe-macro"
16764version = "0.1.4"
16765source = "registry+https://github.com/rust-lang/crates.io-index"
16766checksum = "172175341049678163e979d9107ca3508046d4d2a7c6682bee46ac541b17db69"
16767dependencies = [
16768 "proc-macro-error2",
16769 "quote",
16770 "syn 2.0.117",
16771]
16772
16773[[package]]
16774name = "static_assertions"
16775version = "1.1.0"
16776source = "registry+https://github.com/rust-lang/crates.io-index"
16777checksum = "a2eb9349b6444b326872e140eb1cf5e7c522154d69e7a0ffb0fb81c06b37543f"
16778
16779[[package]]
16780name = "streaming-iterator"
16781version = "0.1.9"
16782source = "registry+https://github.com/rust-lang/crates.io-index"
16783checksum = "2b2231b7c3057d5e4ad0156fb3dc807d900806020c5ffa3ee6ff2c8c76fb8520"
16784
16785[[package]]
16786name = "streaming_diff"
16787version = "0.1.0"
16788dependencies = [
16789 "ordered-float 2.10.1",
16790 "rand 0.9.3",
16791 "rope",
16792 "util",
16793]
16794
16795[[package]]
16796name = "strength_reduce"
16797version = "0.2.4"
16798source = "registry+https://github.com/rust-lang/crates.io-index"
16799checksum = "fe895eb47f22e2ddd4dabc02bce419d2e643c8e3b585c78158b349195bc24d82"
16800
16801[[package]]
16802name = "strict-num"
16803version = "0.1.1"
16804source = "registry+https://github.com/rust-lang/crates.io-index"
16805checksum = "6637bab7722d379c8b41ba849228d680cc12d0a45ba1fa2b48f2a30577a06731"
16806dependencies = [
16807 "float-cmp",
16808]
16809
16810[[package]]
16811name = "string_cache"
16812version = "0.8.9"
16813source = "registry+https://github.com/rust-lang/crates.io-index"
16814checksum = "bf776ba3fa74f83bf4b63c3dcbbf82173db2632ed8452cb2d891d33f459de70f"
16815dependencies = [
16816 "new_debug_unreachable",
16817 "parking_lot",
16818 "phf_shared 0.11.3",
16819 "precomputed-hash",
16820 "serde",
16821]
16822
16823[[package]]
16824name = "string_cache_codegen"
16825version = "0.5.4"
16826source = "registry+https://github.com/rust-lang/crates.io-index"
16827checksum = "c711928715f1fe0fe509c53b43e993a9a557babc2d0a3567d0a3006f1ac931a0"
16828dependencies = [
16829 "phf_generator 0.11.3",
16830 "phf_shared 0.11.3",
16831 "proc-macro2",
16832 "quote",
16833]
16834
16835[[package]]
16836name = "stringprep"
16837version = "0.1.5"
16838source = "registry+https://github.com/rust-lang/crates.io-index"
16839checksum = "7b4df3d392d81bd458a8a621b8bffbd2302a12ffe288a9d931670948749463b1"
16840dependencies = [
16841 "unicode-bidi",
16842 "unicode-normalization",
16843 "unicode-properties",
16844]
16845
16846[[package]]
16847name = "strsim"
16848version = "0.11.1"
16849source = "registry+https://github.com/rust-lang/crates.io-index"
16850checksum = "7da8b5736845d9f2fcb837ea5d9e2628564b3b043a70948a3f0b778838c5fb4f"
16851
16852[[package]]
16853name = "strum"
16854version = "0.26.3"
16855source = "registry+https://github.com/rust-lang/crates.io-index"
16856checksum = "8fec0f0aef304996cf250b31b5a10dee7980c85da9d759361292b8bca5a18f06"
16857
16858[[package]]
16859name = "strum"
16860version = "0.27.2"
16861source = "registry+https://github.com/rust-lang/crates.io-index"
16862checksum = "af23d6f6c1a224baef9d3f61e287d2761385a5b88fdab4eb4c6f11aeb54c4bcf"
16863dependencies = [
16864 "strum_macros 0.27.2",
16865]
16866
16867[[package]]
16868name = "strum"
16869version = "0.28.0"
16870source = "registry+https://github.com/rust-lang/crates.io-index"
16871checksum = "9628de9b8791db39ceda2b119bbe13134770b56c138ec1d3af810d045c04f9bd"
16872dependencies = [
16873 "strum_macros 0.28.0",
16874]
16875
16876[[package]]
16877name = "strum_macros"
16878version = "0.27.2"
16879source = "registry+https://github.com/rust-lang/crates.io-index"
16880checksum = "7695ce3845ea4b33927c055a39dc438a45b059f7c1b3d91d38d10355fb8cbca7"
16881dependencies = [
16882 "heck 0.5.0",
16883 "proc-macro2",
16884 "quote",
16885 "syn 2.0.117",
16886]
16887
16888[[package]]
16889name = "strum_macros"
16890version = "0.28.0"
16891source = "registry+https://github.com/rust-lang/crates.io-index"
16892checksum = "ab85eea0270ee17587ed4156089e10b9e6880ee688791d45a905f5b1ca36f664"
16893dependencies = [
16894 "heck 0.5.0",
16895 "proc-macro2",
16896 "quote",
16897 "syn 2.0.117",
16898]
16899
16900[[package]]
16901name = "subtle"
16902version = "2.6.1"
16903source = "registry+https://github.com/rust-lang/crates.io-index"
16904checksum = "13c2bddecc57b384dee18652358fb23172facb8a2c51ccc10d74c157bdea3292"
16905
16906[[package]]
16907name = "sum_tree"
16908version = "0.1.0"
16909dependencies = [
16910 "ctor",
16911 "heapless",
16912 "log",
16913 "proptest",
16914 "rand 0.9.3",
16915 "rayon",
16916 "tracing",
16917 "zlog",
16918 "ztracing",
16919]
16920
16921[[package]]
16922name = "sval"
16923version = "2.15.0"
16924source = "registry+https://github.com/rust-lang/crates.io-index"
16925checksum = "d94c4464e595f0284970fd9c7e9013804d035d4a61ab74b113242c874c05814d"
16926
16927[[package]]
16928name = "sval_buffer"
16929version = "2.15.0"
16930source = "registry+https://github.com/rust-lang/crates.io-index"
16931checksum = "a0f46e34b20a39e6a2bf02b926983149b3af6609fd1ee8a6e63f6f340f3e2164"
16932dependencies = [
16933 "sval",
16934 "sval_ref",
16935]
16936
16937[[package]]
16938name = "sval_dynamic"
16939version = "2.15.0"
16940source = "registry+https://github.com/rust-lang/crates.io-index"
16941checksum = "03d0970e53c92ab5381d3b2db1828da8af945954d4234225f6dd9c3afbcef3f5"
16942dependencies = [
16943 "sval",
16944]
16945
16946[[package]]
16947name = "sval_fmt"
16948version = "2.15.0"
16949source = "registry+https://github.com/rust-lang/crates.io-index"
16950checksum = "43e5e6e1613e1e7fc2e1a9fdd709622e54c122ceb067a60d170d75efd491a839"
16951dependencies = [
16952 "itoa",
16953 "ryu",
16954 "sval",
16955]
16956
16957[[package]]
16958name = "sval_json"
16959version = "2.15.0"
16960source = "registry+https://github.com/rust-lang/crates.io-index"
16961checksum = "aec382f7bfa6e367b23c9611f129b94eb7daaf3d8fae45a8d0a0211eb4d4c8e6"
16962dependencies = [
16963 "itoa",
16964 "ryu",
16965 "sval",
16966]
16967
16968[[package]]
16969name = "sval_nested"
16970version = "2.15.0"
16971source = "registry+https://github.com/rust-lang/crates.io-index"
16972checksum = "3049d0f99ce6297f8f7d9953b35a0103b7584d8f638de40e64edb7105fa578ae"
16973dependencies = [
16974 "sval",
16975 "sval_buffer",
16976 "sval_ref",
16977]
16978
16979[[package]]
16980name = "sval_ref"
16981version = "2.15.0"
16982source = "registry+https://github.com/rust-lang/crates.io-index"
16983checksum = "f88913e77506085c0a8bf6912bb6558591a960faf5317df6c1d9b227224ca6e1"
16984dependencies = [
16985 "sval",
16986]
16987
16988[[package]]
16989name = "sval_serde"
16990version = "2.15.0"
16991source = "registry+https://github.com/rust-lang/crates.io-index"
16992checksum = "f579fd7254f4be6cd7b450034f856b78523404655848789c451bacc6aa8b387d"
16993dependencies = [
16994 "serde_core",
16995 "sval",
16996 "sval_nested",
16997]
16998
16999[[package]]
17000name = "svg_fmt"
17001version = "0.4.5"
17002source = "registry+https://github.com/rust-lang/crates.io-index"
17003checksum = "0193cc4331cfd2f3d2011ef287590868599a2f33c3e69bc22c1a3d3acf9e02fb"
17004
17005[[package]]
17006name = "svg_preview"
17007version = "0.1.0"
17008dependencies = [
17009 "file_icons",
17010 "gpui",
17011 "language",
17012 "multi_buffer",
17013 "ui",
17014 "workspace",
17015 "zed_actions",
17016]
17017
17018[[package]]
17019name = "svgtypes"
17020version = "0.15.3"
17021source = "registry+https://github.com/rust-lang/crates.io-index"
17022checksum = "68c7541fff44b35860c1a7a47a7cadf3e4a304c457b58f9870d9706ece028afc"
17023dependencies = [
17024 "kurbo",
17025 "siphasher 1.0.1",
17026]
17027
17028[[package]]
17029name = "swash"
17030version = "0.2.6"
17031source = "registry+https://github.com/rust-lang/crates.io-index"
17032checksum = "47846491253e976bdd07d0f9cc24b7daf24720d11309302ccbbc6e6b6e53550a"
17033dependencies = [
17034 "skrifa 0.37.0",
17035 "yazi",
17036 "zeno",
17037]
17038
17039[[package]]
17040name = "symphonia"
17041version = "0.5.5"
17042source = "registry+https://github.com/rust-lang/crates.io-index"
17043checksum = "5773a4c030a19d9bfaa090f49746ff35c75dfddfa700df7a5939d5e076a57039"
17044dependencies = [
17045 "lazy_static",
17046 "symphonia-bundle-flac",
17047 "symphonia-bundle-mp3",
17048 "symphonia-codec-aac",
17049 "symphonia-codec-pcm",
17050 "symphonia-codec-vorbis",
17051 "symphonia-core",
17052 "symphonia-format-isomp4",
17053 "symphonia-format-ogg",
17054 "symphonia-format-riff",
17055 "symphonia-metadata",
17056]
17057
17058[[package]]
17059name = "symphonia-bundle-flac"
17060version = "0.5.5"
17061source = "registry+https://github.com/rust-lang/crates.io-index"
17062checksum = "c91565e180aea25d9b80a910c546802526ffd0072d0b8974e3ebe59b686c9976"
17063dependencies = [
17064 "log",
17065 "symphonia-core",
17066 "symphonia-metadata",
17067 "symphonia-utils-xiph",
17068]
17069
17070[[package]]
17071name = "symphonia-bundle-mp3"
17072version = "0.5.5"
17073source = "registry+https://github.com/rust-lang/crates.io-index"
17074checksum = "4872dd6bb56bf5eac799e3e957aa1981086c3e613b27e0ac23b176054f7c57ed"
17075dependencies = [
17076 "lazy_static",
17077 "log",
17078 "symphonia-core",
17079 "symphonia-metadata",
17080]
17081
17082[[package]]
17083name = "symphonia-codec-aac"
17084version = "0.5.5"
17085source = "registry+https://github.com/rust-lang/crates.io-index"
17086checksum = "4c263845aa86881416849c1729a54c7f55164f8b96111dba59de46849e73a790"
17087dependencies = [
17088 "lazy_static",
17089 "log",
17090 "symphonia-core",
17091]
17092
17093[[package]]
17094name = "symphonia-codec-pcm"
17095version = "0.5.5"
17096source = "registry+https://github.com/rust-lang/crates.io-index"
17097checksum = "4e89d716c01541ad3ebe7c91ce4c8d38a7cf266a3f7b2f090b108fb0cb031d95"
17098dependencies = [
17099 "log",
17100 "symphonia-core",
17101]
17102
17103[[package]]
17104name = "symphonia-codec-vorbis"
17105version = "0.5.5"
17106source = "registry+https://github.com/rust-lang/crates.io-index"
17107checksum = "f025837c309cd69ffef572750b4a2257b59552c5399a5e49707cc5b1b85d1c73"
17108dependencies = [
17109 "log",
17110 "symphonia-core",
17111 "symphonia-utils-xiph",
17112]
17113
17114[[package]]
17115name = "symphonia-core"
17116version = "0.5.5"
17117source = "registry+https://github.com/rust-lang/crates.io-index"
17118checksum = "ea00cc4f79b7f6bb7ff87eddc065a1066f3a43fe1875979056672c9ef948c2af"
17119dependencies = [
17120 "arrayvec",
17121 "bitflags 1.3.2",
17122 "bytemuck",
17123 "lazy_static",
17124 "log",
17125]
17126
17127[[package]]
17128name = "symphonia-format-isomp4"
17129version = "0.5.5"
17130source = "registry+https://github.com/rust-lang/crates.io-index"
17131checksum = "243739585d11f81daf8dac8d9f3d18cc7898f6c09a259675fc364b382c30e0a5"
17132dependencies = [
17133 "encoding_rs",
17134 "log",
17135 "symphonia-core",
17136 "symphonia-metadata",
17137 "symphonia-utils-xiph",
17138]
17139
17140[[package]]
17141name = "symphonia-format-ogg"
17142version = "0.5.5"
17143source = "registry+https://github.com/rust-lang/crates.io-index"
17144checksum = "2b4955c67c1ed3aa8ae8428d04ca8397fbef6a19b2b051e73b5da8b1435639cb"
17145dependencies = [
17146 "log",
17147 "symphonia-core",
17148 "symphonia-metadata",
17149 "symphonia-utils-xiph",
17150]
17151
17152[[package]]
17153name = "symphonia-format-riff"
17154version = "0.5.5"
17155source = "registry+https://github.com/rust-lang/crates.io-index"
17156checksum = "c2d7c3df0e7d94efb68401d81906eae73c02b40d5ec1a141962c592d0f11a96f"
17157dependencies = [
17158 "extended",
17159 "log",
17160 "symphonia-core",
17161 "symphonia-metadata",
17162]
17163
17164[[package]]
17165name = "symphonia-metadata"
17166version = "0.5.5"
17167source = "registry+https://github.com/rust-lang/crates.io-index"
17168checksum = "36306ff42b9ffe6e5afc99d49e121e0bd62fe79b9db7b9681d48e29fa19e6b16"
17169dependencies = [
17170 "encoding_rs",
17171 "lazy_static",
17172 "log",
17173 "symphonia-core",
17174]
17175
17176[[package]]
17177name = "symphonia-utils-xiph"
17178version = "0.5.5"
17179source = "registry+https://github.com/rust-lang/crates.io-index"
17180checksum = "ee27c85ab799a338446b68eec77abf42e1a6f1bb490656e121c6e27bfbab9f16"
17181dependencies = [
17182 "symphonia-core",
17183 "symphonia-metadata",
17184]
17185
17186[[package]]
17187name = "syn"
17188version = "1.0.109"
17189source = "registry+https://github.com/rust-lang/crates.io-index"
17190checksum = "72b64191b275b66ffe2469e8af2c1cfe3bafa67b529ead792a6d0160888b4237"
17191dependencies = [
17192 "proc-macro2",
17193 "quote",
17194 "unicode-ident",
17195]
17196
17197[[package]]
17198name = "syn"
17199version = "2.0.117"
17200source = "registry+https://github.com/rust-lang/crates.io-index"
17201checksum = "e665b8803e7b1d2a727f4023456bbbbe74da67099c585258af0ad9c5013b9b99"
17202dependencies = [
17203 "proc-macro2",
17204 "quote",
17205 "unicode-ident",
17206]
17207
17208[[package]]
17209name = "sync_wrapper"
17210version = "0.1.2"
17211source = "registry+https://github.com/rust-lang/crates.io-index"
17212checksum = "2047c6ded9c721764247e62cd3b03c09ffc529b2ba5b10ec482ae507a4a70160"
17213
17214[[package]]
17215name = "sync_wrapper"
17216version = "1.0.2"
17217source = "registry+https://github.com/rust-lang/crates.io-index"
17218checksum = "0bf256ce5efdfa370213c1dabab5935a12e49f2c58d15e9eac2870d3b4f27263"
17219dependencies = [
17220 "futures-core",
17221]
17222
17223[[package]]
17224name = "synchronoise"
17225version = "1.0.1"
17226source = "registry+https://github.com/rust-lang/crates.io-index"
17227checksum = "3dbc01390fc626ce8d1cffe3376ded2b72a11bb70e1c75f404a210e4daa4def2"
17228dependencies = [
17229 "crossbeam-queue",
17230]
17231
17232[[package]]
17233name = "synstructure"
17234version = "0.13.2"
17235source = "registry+https://github.com/rust-lang/crates.io-index"
17236checksum = "728a70f3dbaf5bab7f0c4b1ac8d7ae5ea60a4b5549c8a5914361c99147a709d2"
17237dependencies = [
17238 "proc-macro2",
17239 "quote",
17240 "syn 2.0.117",
17241]
17242
17243[[package]]
17244name = "syntax_theme"
17245version = "0.1.0"
17246dependencies = [
17247 "gpui",
17248 "serde",
17249 "serde_json",
17250]
17251
17252[[package]]
17253name = "sys-locale"
17254version = "0.3.2"
17255source = "registry+https://github.com/rust-lang/crates.io-index"
17256checksum = "8eab9a99a024a169fe8a903cf9d4a3b3601109bcc13bd9e3c6fff259138626c4"
17257dependencies = [
17258 "libc",
17259]
17260
17261[[package]]
17262name = "sysctl"
17263version = "0.5.5"
17264source = "registry+https://github.com/rust-lang/crates.io-index"
17265checksum = "ec7dddc5f0fee506baf8b9fdb989e242f17e4b11c61dfbb0635b705217199eea"
17266dependencies = [
17267 "bitflags 2.10.0",
17268 "byteorder",
17269 "enum-as-inner",
17270 "libc",
17271 "thiserror 1.0.69",
17272 "walkdir",
17273]
17274
17275[[package]]
17276name = "sysctl"
17277version = "0.6.0"
17278source = "registry+https://github.com/rust-lang/crates.io-index"
17279checksum = "01198a2debb237c62b6826ec7081082d951f46dbb64b0e8c7649a452230d1dfc"
17280dependencies = [
17281 "bitflags 2.10.0",
17282 "byteorder",
17283 "enum-as-inner",
17284 "libc",
17285 "thiserror 1.0.69",
17286 "walkdir",
17287]
17288
17289[[package]]
17290name = "sysinfo"
17291version = "0.31.4"
17292source = "registry+https://github.com/rust-lang/crates.io-index"
17293checksum = "355dbe4f8799b304b05e1b0f05fc59b2a18d36645cf169607da45bde2f69a1be"
17294dependencies = [
17295 "core-foundation-sys",
17296 "libc",
17297 "memchr",
17298 "ntapi",
17299 "rayon",
17300 "windows 0.57.0",
17301]
17302
17303[[package]]
17304name = "sysinfo"
17305version = "0.37.2"
17306source = "registry+https://github.com/rust-lang/crates.io-index"
17307checksum = "16607d5caffd1c07ce073528f9ed972d88db15dd44023fa57142963be3feb11f"
17308dependencies = [
17309 "libc",
17310 "memchr",
17311 "ntapi",
17312 "objc2-core-foundation",
17313 "objc2-io-kit",
17314 "windows 0.61.3",
17315]
17316
17317[[package]]
17318name = "system-configuration"
17319version = "0.5.1"
17320source = "registry+https://github.com/rust-lang/crates.io-index"
17321checksum = "ba3a3adc5c275d719af8cb4272ea1c4a6d668a777f37e115f6d11ddbc1c8e0e7"
17322dependencies = [
17323 "bitflags 1.3.2",
17324 "core-foundation 0.9.4",
17325 "system-configuration-sys 0.5.0",
17326]
17327
17328[[package]]
17329name = "system-configuration"
17330version = "0.6.1"
17331source = "registry+https://github.com/rust-lang/crates.io-index"
17332checksum = "3c879d448e9d986b661742763247d3693ed13609438cf3d006f51f5368a5ba6b"
17333dependencies = [
17334 "bitflags 2.10.0",
17335 "core-foundation 0.9.4",
17336 "system-configuration-sys 0.6.0",
17337]
17338
17339[[package]]
17340name = "system-configuration-sys"
17341version = "0.5.0"
17342source = "registry+https://github.com/rust-lang/crates.io-index"
17343checksum = "a75fb188eb626b924683e3b95e3a48e63551fcfb51949de2f06a9d91dbee93c9"
17344dependencies = [
17345 "core-foundation-sys",
17346 "libc",
17347]
17348
17349[[package]]
17350name = "system-configuration-sys"
17351version = "0.6.0"
17352source = "registry+https://github.com/rust-lang/crates.io-index"
17353checksum = "8e1d1b10ced5ca923a1fcb8d03e96b8d3268065d724548c0211415ff6ac6bac4"
17354dependencies = [
17355 "core-foundation-sys",
17356 "libc",
17357]
17358
17359[[package]]
17360name = "system-deps"
17361version = "7.0.7"
17362source = "registry+https://github.com/rust-lang/crates.io-index"
17363checksum = "48c8f33736f986f16d69b6cb8b03f55ddcad5c41acc4ccc39dd88e84aa805e7f"
17364dependencies = [
17365 "cfg-expr",
17366 "heck 0.5.0",
17367 "pkg-config",
17368 "toml 0.9.8",
17369 "version-compare",
17370]
17371
17372[[package]]
17373name = "system-interface"
17374version = "0.27.3"
17375source = "registry+https://github.com/rust-lang/crates.io-index"
17376checksum = "cc4592f674ce18521c2a81483873a49596655b179f71c5e05d10c1fe66c78745"
17377dependencies = [
17378 "bitflags 2.10.0",
17379 "cap-fs-ext",
17380 "cap-std",
17381 "fd-lock",
17382 "io-lifetimes",
17383 "rustix 0.38.44",
17384 "windows-sys 0.59.0",
17385 "winx",
17386]
17387
17388[[package]]
17389name = "system_specs"
17390version = "0.1.0"
17391dependencies = [
17392 "anyhow",
17393 "client",
17394 "gpui",
17395 "human_bytes",
17396 "pciid-parser",
17397 "release_channel",
17398 "semver",
17399 "serde",
17400 "sysinfo 0.37.2",
17401]
17402
17403[[package]]
17404name = "tab_switcher"
17405version = "0.1.0"
17406dependencies = [
17407 "collections",
17408 "ctor",
17409 "editor",
17410 "fuzzy",
17411 "gpui",
17412 "menu",
17413 "picker",
17414 "project",
17415 "schemars",
17416 "serde",
17417 "serde_json",
17418 "settings",
17419 "smol",
17420 "theme",
17421 "theme_settings",
17422 "ui",
17423 "util",
17424 "workspace",
17425 "zlog",
17426]
17427
17428[[package]]
17429name = "taffy"
17430version = "0.9.0"
17431source = "registry+https://github.com/rust-lang/crates.io-index"
17432checksum = "a13e5d13f79d558b5d353a98072ca8ca0e99da429467804de959aa8c83c9a004"
17433dependencies = [
17434 "arrayvec",
17435 "grid",
17436 "serde",
17437 "slotmap",
17438]
17439
17440[[package]]
17441name = "tagptr"
17442version = "0.2.0"
17443source = "registry+https://github.com/rust-lang/crates.io-index"
17444checksum = "7b2093cf4c8eb1e67749a6762251bc9cd836b6fc171623bd0a9d324d37af2417"
17445
17446[[package]]
17447name = "take-until"
17448version = "0.2.0"
17449source = "registry+https://github.com/rust-lang/crates.io-index"
17450checksum = "8bdb6fa0dfa67b38c1e66b7041ba9dcf23b99d8121907cd31c807a332f7a0bbb"
17451
17452[[package]]
17453name = "tao-core-video-sys"
17454version = "0.2.0"
17455source = "registry+https://github.com/rust-lang/crates.io-index"
17456checksum = "271450eb289cb4d8d0720c6ce70c72c8c858c93dd61fc625881616752e6b98f6"
17457dependencies = [
17458 "cfg-if",
17459 "core-foundation-sys",
17460 "libc",
17461 "objc",
17462]
17463
17464[[package]]
17465name = "tap"
17466version = "1.0.1"
17467source = "registry+https://github.com/rust-lang/crates.io-index"
17468checksum = "55937e1799185b12863d447f42597ed69d9928686b8d88a1df17376a097d8369"
17469
17470[[package]]
17471name = "target-lexicon"
17472version = "0.13.3"
17473source = "registry+https://github.com/rust-lang/crates.io-index"
17474checksum = "df7f62577c25e07834649fc3b39fafdc597c0a3527dc1c60129201ccfcbaa50c"
17475
17476[[package]]
17477name = "task"
17478version = "0.1.0"
17479dependencies = [
17480 "anyhow",
17481 "collections",
17482 "futures 0.3.32",
17483 "gpui",
17484 "hex",
17485 "log",
17486 "parking_lot",
17487 "pretty_assertions",
17488 "proto",
17489 "schemars",
17490 "serde",
17491 "serde_json",
17492 "serde_json_lenient",
17493 "sha2",
17494 "shellexpand",
17495 "util",
17496 "zed_actions",
17497]
17498
17499[[package]]
17500name = "tasks_ui"
17501version = "0.1.0"
17502dependencies = [
17503 "anyhow",
17504 "collections",
17505 "editor",
17506 "file_icons",
17507 "fuzzy",
17508 "gpui",
17509 "itertools 0.14.0",
17510 "language",
17511 "menu",
17512 "picker",
17513 "project",
17514 "serde",
17515 "serde_json",
17516 "task",
17517 "tree-sitter-rust",
17518 "tree-sitter-typescript",
17519 "ui",
17520 "util",
17521 "workspace",
17522 "zed_actions",
17523]
17524
17525[[package]]
17526name = "telemetry"
17527version = "0.1.0"
17528dependencies = [
17529 "futures 0.3.32",
17530 "serde",
17531 "serde_json",
17532 "telemetry_events",
17533]
17534
17535[[package]]
17536name = "telemetry_events"
17537version = "0.1.0"
17538dependencies = [
17539 "semver",
17540 "serde",
17541 "serde_json",
17542]
17543
17544[[package]]
17545name = "tempfile"
17546version = "3.23.0"
17547source = "registry+https://github.com/rust-lang/crates.io-index"
17548checksum = "2d31c77bdf42a745371d260a26ca7163f1e0924b64afa0b688e61b5a9fa02f16"
17549dependencies = [
17550 "fastrand 2.3.0",
17551 "getrandom 0.3.4",
17552 "once_cell",
17553 "rustix 1.1.2",
17554 "windows-sys 0.61.2",
17555]
17556
17557[[package]]
17558name = "tendril"
17559version = "0.4.3"
17560source = "registry+https://github.com/rust-lang/crates.io-index"
17561checksum = "d24a120c5fc464a3458240ee02c299ebcb9d67b5249c8848b09d639dca8d7bb0"
17562dependencies = [
17563 "futf",
17564 "mac",
17565 "utf-8",
17566]
17567
17568[[package]]
17569name = "termcolor"
17570version = "1.4.1"
17571source = "registry+https://github.com/rust-lang/crates.io-index"
17572checksum = "06794f8f6c5c898b3275aebefa6b8a1cb24cd2c6c79397ab15774837a0bc5755"
17573dependencies = [
17574 "winapi-util",
17575]
17576
17577[[package]]
17578name = "terminal"
17579version = "0.1.0"
17580dependencies = [
17581 "alacritty_terminal",
17582 "anyhow",
17583 "collections",
17584 "futures 0.3.32",
17585 "gpui",
17586 "itertools 0.14.0",
17587 "libc",
17588 "log",
17589 "parking_lot",
17590 "rand 0.9.3",
17591 "regex",
17592 "release_channel",
17593 "schemars",
17594 "serde",
17595 "settings",
17596 "smol",
17597 "sysinfo 0.37.2",
17598 "task",
17599 "theme",
17600 "theme_settings",
17601 "thiserror 2.0.17",
17602 "url",
17603 "urlencoding",
17604 "util",
17605 "util_macros",
17606 "windows 0.61.3",
17607]
17608
17609[[package]]
17610name = "terminal_size"
17611version = "0.4.3"
17612source = "registry+https://github.com/rust-lang/crates.io-index"
17613checksum = "60b8cb979cb11c32ce1603f8137b22262a9d131aaa5c37b5678025f22b8becd0"
17614dependencies = [
17615 "rustix 1.1.2",
17616 "windows-sys 0.60.2",
17617]
17618
17619[[package]]
17620name = "terminal_view"
17621version = "0.1.0"
17622dependencies = [
17623 "anyhow",
17624 "async-recursion",
17625 "breadcrumbs",
17626 "collections",
17627 "db",
17628 "dirs",
17629 "editor",
17630 "futures 0.3.32",
17631 "gpui",
17632 "itertools 0.14.0",
17633 "language",
17634 "log",
17635 "menu",
17636 "pretty_assertions",
17637 "project",
17638 "regex",
17639 "schemars",
17640 "serde",
17641 "serde_json",
17642 "settings",
17643 "shellexpand",
17644 "task",
17645 "terminal",
17646 "theme",
17647 "theme_settings",
17648 "ui",
17649 "util",
17650 "workspace",
17651 "zed_actions",
17652]
17653
17654[[package]]
17655name = "text"
17656version = "0.1.0"
17657dependencies = [
17658 "anyhow",
17659 "clock",
17660 "collections",
17661 "ctor",
17662 "gpui",
17663 "log",
17664 "parking_lot",
17665 "postage",
17666 "rand 0.9.3",
17667 "regex",
17668 "rope",
17669 "smallvec",
17670 "sum_tree",
17671 "util",
17672 "zlog",
17673]
17674
17675[[package]]
17676name = "theme"
17677version = "0.1.0"
17678dependencies = [
17679 "anyhow",
17680 "collections",
17681 "gpui",
17682 "palette",
17683 "parking_lot",
17684 "refineable",
17685 "schemars",
17686 "serde",
17687 "serde_json",
17688 "serde_json_lenient",
17689 "strum 0.27.2",
17690 "syntax_theme",
17691 "thiserror 2.0.17",
17692 "uuid",
17693]
17694
17695[[package]]
17696name = "theme_extension"
17697version = "0.1.0"
17698dependencies = [
17699 "anyhow",
17700 "extension",
17701 "fs",
17702 "gpui",
17703 "theme",
17704 "theme_settings",
17705]
17706
17707[[package]]
17708name = "theme_importer"
17709version = "0.1.0"
17710dependencies = [
17711 "anyhow",
17712 "clap",
17713 "collections",
17714 "gpui",
17715 "indexmap",
17716 "log",
17717 "palette",
17718 "serde",
17719 "serde_json",
17720 "serde_json_lenient",
17721 "simplelog",
17722 "strum 0.27.2",
17723 "theme",
17724 "theme_settings",
17725 "vscode_theme",
17726]
17727
17728[[package]]
17729name = "theme_selector"
17730version = "0.1.0"
17731dependencies = [
17732 "editor",
17733 "fs",
17734 "fuzzy",
17735 "gpui",
17736 "log",
17737 "picker",
17738 "project",
17739 "serde",
17740 "serde_json",
17741 "settings",
17742 "telemetry",
17743 "theme",
17744 "theme_settings",
17745 "ui",
17746 "util",
17747 "workspace",
17748 "zed_actions",
17749]
17750
17751[[package]]
17752name = "theme_settings"
17753version = "0.1.0"
17754dependencies = [
17755 "anyhow",
17756 "collections",
17757 "gpui",
17758 "gpui_util",
17759 "log",
17760 "palette",
17761 "refineable",
17762 "schemars",
17763 "serde",
17764 "serde_json",
17765 "serde_json_lenient",
17766 "settings",
17767 "theme",
17768 "uuid",
17769]
17770
17771[[package]]
17772name = "thiserror"
17773version = "1.0.69"
17774source = "registry+https://github.com/rust-lang/crates.io-index"
17775checksum = "b6aaf5339b578ea85b50e080feb250a3e8ae8cfcdff9a461c9ec2904bc923f52"
17776dependencies = [
17777 "thiserror-impl 1.0.69",
17778]
17779
17780[[package]]
17781name = "thiserror"
17782version = "2.0.17"
17783source = "registry+https://github.com/rust-lang/crates.io-index"
17784checksum = "f63587ca0f12b72a0600bcba1d40081f830876000bb46dd2337a3051618f4fc8"
17785dependencies = [
17786 "thiserror-impl 2.0.17",
17787]
17788
17789[[package]]
17790name = "thiserror-impl"
17791version = "1.0.69"
17792source = "registry+https://github.com/rust-lang/crates.io-index"
17793checksum = "4fee6c4efc90059e10f81e6d42c60a18f76588c3d74cb83a0b242a2b6c7504c1"
17794dependencies = [
17795 "proc-macro2",
17796 "quote",
17797 "syn 2.0.117",
17798]
17799
17800[[package]]
17801name = "thiserror-impl"
17802version = "2.0.17"
17803source = "registry+https://github.com/rust-lang/crates.io-index"
17804checksum = "3ff15c8ecd7de3849db632e14d18d2571fa09dfc5ed93479bc4485c7a517c913"
17805dependencies = [
17806 "proc-macro2",
17807 "quote",
17808 "syn 2.0.117",
17809]
17810
17811[[package]]
17812name = "thread_local"
17813version = "1.1.9"
17814source = "registry+https://github.com/rust-lang/crates.io-index"
17815checksum = "f60246a4944f24f6e018aa17cdeffb7818b76356965d03b07d6a9886e8962185"
17816dependencies = [
17817 "cfg-if",
17818]
17819
17820[[package]]
17821name = "tiff"
17822version = "0.11.3"
17823source = "registry+https://github.com/rust-lang/crates.io-index"
17824checksum = "b63feaf3343d35b6ca4d50483f94843803b0f51634937cc2ec519fc32232bc52"
17825dependencies = [
17826 "fax",
17827 "flate2",
17828 "half",
17829 "quick-error 2.0.1",
17830 "weezl",
17831 "zune-jpeg 0.5.15",
17832]
17833
17834[[package]]
17835name = "tiktoken-rs"
17836version = "0.9.1"
17837source = "git+https://github.com/zed-industries/tiktoken-rs?rev=2570c4387a8505fb8f1d3f3557454b474f1e8271#2570c4387a8505fb8f1d3f3557454b474f1e8271"
17838dependencies = [
17839 "anyhow",
17840 "base64 0.22.1",
17841 "bstr",
17842 "fancy-regex 0.16.2",
17843 "lazy_static",
17844 "regex",
17845 "rustc-hash 1.1.0",
17846]
17847
17848[[package]]
17849name = "time"
17850version = "0.3.47"
17851source = "registry+https://github.com/rust-lang/crates.io-index"
17852checksum = "743bd48c283afc0388f9b8827b976905fb217ad9e647fae3a379a9283c4def2c"
17853dependencies = [
17854 "deranged",
17855 "itoa",
17856 "libc",
17857 "num-conv",
17858 "num_threads",
17859 "powerfmt",
17860 "serde_core",
17861 "time-core",
17862 "time-macros",
17863]
17864
17865[[package]]
17866name = "time-core"
17867version = "0.1.8"
17868source = "registry+https://github.com/rust-lang/crates.io-index"
17869checksum = "7694e1cfe791f8d31026952abf09c69ca6f6fa4e1a1229e18988f06a04a12dca"
17870
17871[[package]]
17872name = "time-macros"
17873version = "0.2.27"
17874source = "registry+https://github.com/rust-lang/crates.io-index"
17875checksum = "2e70e4c5a0e0a8a4823ad65dfe1a6930e4f4d756dcd9dd7939022b5e8c501215"
17876dependencies = [
17877 "num-conv",
17878 "time-core",
17879]
17880
17881[[package]]
17882name = "time_format"
17883version = "0.1.0"
17884dependencies = [
17885 "core-foundation 0.10.0",
17886 "core-foundation-sys",
17887 "sys-locale",
17888 "time",
17889 "windows 0.61.3",
17890]
17891
17892[[package]]
17893name = "tiny-keccak"
17894version = "2.0.2"
17895source = "registry+https://github.com/rust-lang/crates.io-index"
17896checksum = "2c9d3793400a45f954c52e73d068316d76b6f4e36977e3fcebb13a2721e80237"
17897dependencies = [
17898 "crunchy",
17899]
17900
17901[[package]]
17902name = "tiny-skia"
17903version = "0.11.4"
17904source = "registry+https://github.com/rust-lang/crates.io-index"
17905checksum = "83d13394d44dae3207b52a326c0c85a8bf87f1541f23b0d143811088497b09ab"
17906dependencies = [
17907 "arrayref",
17908 "arrayvec",
17909 "bytemuck",
17910 "cfg-if",
17911 "log",
17912 "png 0.17.16",
17913 "tiny-skia-path",
17914]
17915
17916[[package]]
17917name = "tiny-skia-path"
17918version = "0.11.4"
17919source = "registry+https://github.com/rust-lang/crates.io-index"
17920checksum = "9c9e7fc0c2e86a30b117d0462aa261b72b7a99b7ebd7deb3a14ceda95c5bdc93"
17921dependencies = [
17922 "arrayref",
17923 "bytemuck",
17924 "strict-num",
17925]
17926
17927[[package]]
17928name = "tiny_http"
17929version = "0.12.0"
17930source = "registry+https://github.com/rust-lang/crates.io-index"
17931checksum = "389915df6413a2e74fb181895f933386023c71110878cd0825588928e64cdc82"
17932dependencies = [
17933 "ascii",
17934 "chunked_transfer",
17935 "httpdate",
17936 "log",
17937]
17938
17939[[package]]
17940name = "tinystr"
17941version = "0.8.1"
17942source = "registry+https://github.com/rust-lang/crates.io-index"
17943checksum = "5d4f6d1145dcb577acf783d4e601bc1d76a13337bb54e6233add580b07344c8b"
17944dependencies = [
17945 "displaydoc",
17946 "zerovec",
17947]
17948
17949[[package]]
17950name = "tinytemplate"
17951version = "1.2.1"
17952source = "registry+https://github.com/rust-lang/crates.io-index"
17953checksum = "be4d6b5f19ff7664e8c98d03e2139cb510db9b0a60b55f8e8709b689d939b6bc"
17954dependencies = [
17955 "serde",
17956 "serde_json",
17957]
17958
17959[[package]]
17960name = "tinyvec"
17961version = "1.10.0"
17962source = "registry+https://github.com/rust-lang/crates.io-index"
17963checksum = "bfa5fdc3bce6191a1dbc8c02d5c8bffcf557bafa17c124c5264a458f1b0613fa"
17964dependencies = [
17965 "tinyvec_macros",
17966]
17967
17968[[package]]
17969name = "tinyvec_macros"
17970version = "0.1.1"
17971source = "registry+https://github.com/rust-lang/crates.io-index"
17972checksum = "1f3ccbac311fea05f86f61904b462b55fb3df8837a366dfc601a0161d0532f20"
17973
17974[[package]]
17975name = "title_bar"
17976version = "0.1.0"
17977dependencies = [
17978 "anyhow",
17979 "auto_update",
17980 "call",
17981 "channel",
17982 "chrono",
17983 "client",
17984 "cloud_api_types",
17985 "db",
17986 "git_ui",
17987 "gpui",
17988 "icons",
17989 "livekit_client",
17990 "notifications",
17991 "platform_title_bar",
17992 "project",
17993 "recent_projects",
17994 "release_channel",
17995 "remote",
17996 "remote_connection",
17997 "rpc",
17998 "schemars",
17999 "semver",
18000 "serde",
18001 "settings",
18002 "smallvec",
18003 "telemetry",
18004 "theme",
18005 "ui",
18006 "util",
18007 "windows 0.61.3",
18008 "workspace",
18009 "zed_actions",
18010]
18011
18012[[package]]
18013name = "tokio"
18014version = "1.48.0"
18015source = "registry+https://github.com/rust-lang/crates.io-index"
18016checksum = "ff360e02eab121e0bc37a2d3b4d4dc622e6eda3a8e5253d5435ecf5bd4c68408"
18017dependencies = [
18018 "bytes 1.11.1",
18019 "libc",
18020 "mio 1.1.0",
18021 "parking_lot",
18022 "pin-project-lite",
18023 "signal-hook-registry",
18024 "socket2 0.6.1",
18025 "tokio-macros",
18026 "windows-sys 0.61.2",
18027]
18028
18029[[package]]
18030name = "tokio-io"
18031version = "0.1.13"
18032source = "registry+https://github.com/rust-lang/crates.io-index"
18033checksum = "57fc868aae093479e3131e3d165c93b1c7474109d13c90ec0dda2a1bbfff0674"
18034dependencies = [
18035 "bytes 0.4.12",
18036 "futures 0.1.31",
18037 "log",
18038]
18039
18040[[package]]
18041name = "tokio-macros"
18042version = "2.6.0"
18043source = "registry+https://github.com/rust-lang/crates.io-index"
18044checksum = "af407857209536a95c8e56f8231ef2c2e2aff839b22e07a1ffcbc617e9db9fa5"
18045dependencies = [
18046 "proc-macro2",
18047 "quote",
18048 "syn 2.0.117",
18049]
18050
18051[[package]]
18052name = "tokio-native-tls"
18053version = "0.3.1"
18054source = "registry+https://github.com/rust-lang/crates.io-index"
18055checksum = "bbae76ab933c85776efabc971569dd6119c580d8f5d448769dec1764bf796ef2"
18056dependencies = [
18057 "native-tls",
18058 "tokio",
18059]
18060
18061[[package]]
18062name = "tokio-rustls"
18063version = "0.24.1"
18064source = "registry+https://github.com/rust-lang/crates.io-index"
18065checksum = "c28327cf380ac148141087fbfb9de9d7bd4e84ab5d2c28fbc911d753de8a7081"
18066dependencies = [
18067 "rustls 0.21.12",
18068 "tokio",
18069]
18070
18071[[package]]
18072name = "tokio-rustls"
18073version = "0.26.2"
18074source = "registry+https://github.com/rust-lang/crates.io-index"
18075checksum = "8e727b36a1a0e8b74c376ac2211e40c2c8af09fb4013c60d910495810f008e9b"
18076dependencies = [
18077 "rustls 0.23.33",
18078 "tokio",
18079]
18080
18081[[package]]
18082name = "tokio-socks"
18083version = "0.5.2"
18084source = "registry+https://github.com/rust-lang/crates.io-index"
18085checksum = "0d4770b8024672c1101b3f6733eab95b18007dbe0847a8afe341fcf79e06043f"
18086dependencies = [
18087 "either",
18088 "futures-io",
18089 "futures-util",
18090 "thiserror 1.0.69",
18091 "tokio",
18092]
18093
18094[[package]]
18095name = "tokio-stream"
18096version = "0.1.17"
18097source = "registry+https://github.com/rust-lang/crates.io-index"
18098checksum = "eca58d7bba4a75707817a2c44174253f9236b2d5fbd055602e9d5c07c139a047"
18099dependencies = [
18100 "futures-core",
18101 "pin-project-lite",
18102 "tokio",
18103]
18104
18105[[package]]
18106name = "tokio-tungstenite"
18107version = "0.20.1"
18108source = "registry+https://github.com/rust-lang/crates.io-index"
18109checksum = "212d5dcb2a1ce06d81107c3d0ffa3121fe974b73f068c8282cb1c32328113b6c"
18110dependencies = [
18111 "futures-util",
18112 "log",
18113 "tokio",
18114 "tungstenite 0.20.1",
18115]
18116
18117[[package]]
18118name = "tokio-tungstenite"
18119version = "0.21.0"
18120source = "registry+https://github.com/rust-lang/crates.io-index"
18121checksum = "c83b561d025642014097b66e6c1bb422783339e0909e4429cde4749d1990bc38"
18122dependencies = [
18123 "futures-util",
18124 "log",
18125 "tokio",
18126 "tungstenite 0.21.0",
18127]
18128
18129[[package]]
18130name = "tokio-tungstenite"
18131version = "0.28.0"
18132source = "registry+https://github.com/rust-lang/crates.io-index"
18133checksum = "d25a406cddcc431a75d3d9afc6a7c0f7428d4891dd973e4d54c56b46127bf857"
18134dependencies = [
18135 "futures-util",
18136 "log",
18137 "rustls 0.23.33",
18138 "rustls-native-certs 0.8.2",
18139 "rustls-pki-types",
18140 "tokio",
18141 "tokio-rustls 0.26.2",
18142 "tungstenite 0.28.0",
18143]
18144
18145[[package]]
18146name = "tokio-util"
18147version = "0.7.16"
18148source = "registry+https://github.com/rust-lang/crates.io-index"
18149checksum = "14307c986784f72ef81c89db7d9e28d6ac26d16213b109ea501696195e6e3ce5"
18150dependencies = [
18151 "bytes 1.11.1",
18152 "futures-core",
18153 "futures-io",
18154 "futures-sink",
18155 "pin-project-lite",
18156 "tokio",
18157]
18158
18159[[package]]
18160name = "toml"
18161version = "0.5.11"
18162source = "registry+https://github.com/rust-lang/crates.io-index"
18163checksum = "f4f7f0dd8d50a853a531c426359045b1998f04219d88799810762cd4ad314234"
18164dependencies = [
18165 "serde",
18166]
18167
18168[[package]]
18169name = "toml"
18170version = "0.8.23"
18171source = "registry+https://github.com/rust-lang/crates.io-index"
18172checksum = "dc1beb996b9d83529a9e75c17a1686767d148d70663143c7854d8b4a09ced362"
18173dependencies = [
18174 "serde",
18175 "serde_spanned 0.6.9",
18176 "toml_datetime 0.6.11",
18177 "toml_edit 0.22.27",
18178]
18179
18180[[package]]
18181name = "toml"
18182version = "0.9.8"
18183source = "registry+https://github.com/rust-lang/crates.io-index"
18184checksum = "f0dc8b1fb61449e27716ec0e1bdf0f6b8f3e8f6b05391e8497b8b6d7804ea6d8"
18185dependencies = [
18186 "indexmap",
18187 "serde_core",
18188 "serde_spanned 1.0.3",
18189 "toml_datetime 0.7.3",
18190 "toml_parser",
18191 "toml_writer",
18192 "winnow",
18193]
18194
18195[[package]]
18196name = "toml_datetime"
18197version = "0.6.11"
18198source = "registry+https://github.com/rust-lang/crates.io-index"
18199checksum = "22cddaf88f4fbc13c51aebbf5f8eceb5c7c5a9da2ac40a13519eb5b0a0e8f11c"
18200dependencies = [
18201 "serde",
18202]
18203
18204[[package]]
18205name = "toml_datetime"
18206version = "0.7.3"
18207source = "registry+https://github.com/rust-lang/crates.io-index"
18208checksum = "f2cdb639ebbc97961c51720f858597f7f24c4fc295327923af55b74c3c724533"
18209dependencies = [
18210 "serde_core",
18211]
18212
18213[[package]]
18214name = "toml_edit"
18215version = "0.22.27"
18216source = "registry+https://github.com/rust-lang/crates.io-index"
18217checksum = "41fe8c660ae4257887cf66394862d21dbca4a6ddd26f04a3560410406a2f819a"
18218dependencies = [
18219 "indexmap",
18220 "serde",
18221 "serde_spanned 0.6.9",
18222 "toml_datetime 0.6.11",
18223 "toml_write",
18224 "winnow",
18225]
18226
18227[[package]]
18228name = "toml_edit"
18229version = "0.23.7"
18230source = "registry+https://github.com/rust-lang/crates.io-index"
18231checksum = "6485ef6d0d9b5d0ec17244ff7eb05310113c3f316f2d14200d4de56b3cb98f8d"
18232dependencies = [
18233 "indexmap",
18234 "toml_datetime 0.7.3",
18235 "toml_parser",
18236 "winnow",
18237]
18238
18239[[package]]
18240name = "toml_parser"
18241version = "1.0.4"
18242source = "registry+https://github.com/rust-lang/crates.io-index"
18243checksum = "c0cbe268d35bdb4bb5a56a2de88d0ad0eb70af5384a99d648cd4b3d04039800e"
18244dependencies = [
18245 "winnow",
18246]
18247
18248[[package]]
18249name = "toml_write"
18250version = "0.1.2"
18251source = "registry+https://github.com/rust-lang/crates.io-index"
18252checksum = "5d99f8c9a7727884afe522e9bd5edbfc91a3312b36a77b5fb8926e4c31a41801"
18253
18254[[package]]
18255name = "toml_writer"
18256version = "1.0.4"
18257source = "registry+https://github.com/rust-lang/crates.io-index"
18258checksum = "df8b2b54733674ad286d16267dcfc7a71ed5c776e4ac7aa3c3e2561f7c637bf2"
18259
18260[[package]]
18261name = "toolchain_selector"
18262version = "0.1.0"
18263dependencies = [
18264 "anyhow",
18265 "convert_case 0.8.0",
18266 "editor",
18267 "futures 0.3.32",
18268 "fuzzy",
18269 "gpui",
18270 "language",
18271 "menu",
18272 "open_path_prompt",
18273 "picker",
18274 "project",
18275 "ui",
18276 "util",
18277 "workspace",
18278]
18279
18280[[package]]
18281name = "topological-sort"
18282version = "0.2.2"
18283source = "registry+https://github.com/rust-lang/crates.io-index"
18284checksum = "ea68304e134ecd095ac6c3574494fc62b909f416c4fca77e440530221e549d3d"
18285
18286[[package]]
18287name = "tower"
18288version = "0.4.13"
18289source = "registry+https://github.com/rust-lang/crates.io-index"
18290checksum = "b8fa9be0de6cf49e536ce1851f987bd21a43b771b09473c3549a6c853db37c1c"
18291dependencies = [
18292 "futures-core",
18293 "futures-util",
18294 "pin-project",
18295 "pin-project-lite",
18296 "tokio",
18297 "tower-layer",
18298 "tower-service",
18299 "tracing",
18300]
18301
18302[[package]]
18303name = "tower"
18304version = "0.5.2"
18305source = "registry+https://github.com/rust-lang/crates.io-index"
18306checksum = "d039ad9159c98b70ecfd540b2573b97f7f52c3e8d9f8ad57a24b916a536975f9"
18307dependencies = [
18308 "futures-core",
18309 "futures-util",
18310 "pin-project-lite",
18311 "sync_wrapper 1.0.2",
18312 "tokio",
18313 "tokio-util",
18314 "tower-layer",
18315 "tower-service",
18316 "tracing",
18317]
18318
18319[[package]]
18320name = "tower-http"
18321version = "0.4.4"
18322source = "registry+https://github.com/rust-lang/crates.io-index"
18323checksum = "61c5bb1d698276a2443e5ecfabc1008bf15a36c12e6a7176e7bf089ea9131140"
18324dependencies = [
18325 "bitflags 2.10.0",
18326 "bytes 1.11.1",
18327 "futures-core",
18328 "futures-util",
18329 "http 0.2.12",
18330 "http-body 0.4.6",
18331 "http-range-header",
18332 "pin-project-lite",
18333 "tower-layer",
18334 "tower-service",
18335 "tracing",
18336]
18337
18338[[package]]
18339name = "tower-http"
18340version = "0.6.6"
18341source = "registry+https://github.com/rust-lang/crates.io-index"
18342checksum = "adc82fd73de2a9722ac5da747f12383d2bfdb93591ee6c58486e0097890f05f2"
18343dependencies = [
18344 "bitflags 2.10.0",
18345 "bytes 1.11.1",
18346 "futures-util",
18347 "http 1.3.1",
18348 "http-body 1.0.1",
18349 "iri-string",
18350 "pin-project-lite",
18351 "tower 0.5.2",
18352 "tower-layer",
18353 "tower-service",
18354 "tracing",
18355]
18356
18357[[package]]
18358name = "tower-layer"
18359version = "0.3.3"
18360source = "registry+https://github.com/rust-lang/crates.io-index"
18361checksum = "121c2a6cda46980bb0fcd1647ffaf6cd3fc79a013de288782836f6df9c48780e"
18362
18363[[package]]
18364name = "tower-service"
18365version = "0.3.3"
18366source = "registry+https://github.com/rust-lang/crates.io-index"
18367checksum = "8df9b6e13f2d32c91b9bd719c00d1958837bc7dec474d94952798cc8e69eeec3"
18368
18369[[package]]
18370name = "tracing"
18371version = "0.1.43"
18372source = "registry+https://github.com/rust-lang/crates.io-index"
18373checksum = "2d15d90a0b5c19378952d479dc858407149d7bb45a14de0142f6c534b16fc647"
18374dependencies = [
18375 "log",
18376 "pin-project-lite",
18377 "tracing-attributes",
18378 "tracing-core",
18379]
18380
18381[[package]]
18382name = "tracing-attributes"
18383version = "0.1.31"
18384source = "registry+https://github.com/rust-lang/crates.io-index"
18385checksum = "7490cfa5ec963746568740651ac6781f701c9c5ea257c58e057f3ba8cf69e8da"
18386dependencies = [
18387 "proc-macro2",
18388 "quote",
18389 "syn 2.0.117",
18390]
18391
18392[[package]]
18393name = "tracing-core"
18394version = "0.1.35"
18395source = "registry+https://github.com/rust-lang/crates.io-index"
18396checksum = "7a04e24fab5c89c6a36eb8558c9656f30d81de51dfa4d3b45f26b21d61fa0a6c"
18397dependencies = [
18398 "once_cell",
18399 "valuable",
18400]
18401
18402[[package]]
18403name = "tracing-log"
18404version = "0.2.0"
18405source = "registry+https://github.com/rust-lang/crates.io-index"
18406checksum = "ee855f1f400bd0e5c02d150ae5de3840039a3f54b025156404e34c23c03f47c3"
18407dependencies = [
18408 "log",
18409 "once_cell",
18410 "tracing-core",
18411]
18412
18413[[package]]
18414name = "tracing-serde"
18415version = "0.2.0"
18416source = "registry+https://github.com/rust-lang/crates.io-index"
18417checksum = "704b1aeb7be0d0a84fc9828cae51dab5970fee5088f83d1dd7ee6f6246fc6ff1"
18418dependencies = [
18419 "serde",
18420 "tracing-core",
18421]
18422
18423[[package]]
18424name = "tracing-subscriber"
18425version = "0.3.22"
18426source = "registry+https://github.com/rust-lang/crates.io-index"
18427checksum = "2f30143827ddab0d256fd843b7a66d164e9f271cfa0dde49142c5ca0ca291f1e"
18428dependencies = [
18429 "matchers",
18430 "nu-ansi-term",
18431 "once_cell",
18432 "regex-automata",
18433 "serde",
18434 "serde_json",
18435 "sharded-slab",
18436 "smallvec",
18437 "thread_local",
18438 "tracing",
18439 "tracing-core",
18440 "tracing-log",
18441 "tracing-serde",
18442]
18443
18444[[package]]
18445name = "tracing-tracy"
18446version = "0.11.4"
18447source = "registry+https://github.com/rust-lang/crates.io-index"
18448checksum = "0eaa1852afa96e0fe9e44caa53dc0bd2d9d05e0f2611ce09f97f8677af56e4ba"
18449dependencies = [
18450 "tracing-core",
18451 "tracing-subscriber",
18452 "tracy-client",
18453]
18454
18455[[package]]
18456name = "tracy-client"
18457version = "0.18.3"
18458source = "registry+https://github.com/rust-lang/crates.io-index"
18459checksum = "91d722a05fe49b31fef971c4732a7d4aa6a18283d9ba46abddab35f484872947"
18460dependencies = [
18461 "loom",
18462 "once_cell",
18463 "tracy-client-sys",
18464]
18465
18466[[package]]
18467name = "tracy-client-sys"
18468version = "0.27.0"
18469source = "registry+https://github.com/rust-lang/crates.io-index"
18470checksum = "2fb391ac70462b3097a755618fbf9c8f95ecc1eb379a414f7b46f202ed10db1f"
18471dependencies = [
18472 "cc",
18473 "windows-targets 0.52.6",
18474]
18475
18476[[package]]
18477name = "transpose"
18478version = "0.2.3"
18479source = "registry+https://github.com/rust-lang/crates.io-index"
18480checksum = "1ad61aed86bc3faea4300c7aee358b4c6d0c8d6ccc36524c96e4c92ccf26e77e"
18481dependencies = [
18482 "num-integer",
18483 "strength_reduce",
18484]
18485
18486[[package]]
18487name = "trash"
18488version = "5.2.5"
18489source = "git+https://github.com/zed-industries/trash-rs?rev=3bf27effd4eb8699f2e484d3326b852fe3e53af7#3bf27effd4eb8699f2e484d3326b852fe3e53af7"
18490dependencies = [
18491 "chrono",
18492 "libc",
18493 "log",
18494 "objc2",
18495 "objc2-foundation",
18496 "once_cell",
18497 "percent-encoding",
18498 "scopeguard",
18499 "urlencoding",
18500 "windows 0.56.0",
18501 "windows-core 0.56.0",
18502]
18503
18504[[package]]
18505name = "tree-sitter"
18506version = "0.26.8"
18507source = "registry+https://github.com/rust-lang/crates.io-index"
18508checksum = "887bd495d0582c5e3e0d8ece2233666169fa56a9644d172fc22ad179ab2d0538"
18509dependencies = [
18510 "cc",
18511 "regex",
18512 "regex-syntax",
18513 "serde_json",
18514 "streaming-iterator",
18515 "tree-sitter-language",
18516 "wasmtime-c-api-impl",
18517]
18518
18519[[package]]
18520name = "tree-sitter-bash"
18521version = "0.25.1"
18522source = "registry+https://github.com/rust-lang/crates.io-index"
18523checksum = "9e5ec769279cc91b561d3df0d8a5deb26b0ad40d183127f409494d6d8fc53062"
18524dependencies = [
18525 "cc",
18526 "tree-sitter-language",
18527]
18528
18529[[package]]
18530name = "tree-sitter-c"
18531version = "0.24.1"
18532source = "registry+https://github.com/rust-lang/crates.io-index"
18533checksum = "1a3aad8f0129083a59fe8596157552d2bb7148c492d44c21558d68ca1c722707"
18534dependencies = [
18535 "cc",
18536 "tree-sitter-language",
18537]
18538
18539[[package]]
18540name = "tree-sitter-cpp"
18541version = "0.23.4"
18542source = "git+https://github.com/tree-sitter/tree-sitter-cpp?rev=5cb9b693cfd7bfacab1d9ff4acac1a4150700609#5cb9b693cfd7bfacab1d9ff4acac1a4150700609"
18543dependencies = [
18544 "cc",
18545 "tree-sitter-language",
18546]
18547
18548[[package]]
18549name = "tree-sitter-css"
18550version = "0.23.2"
18551source = "registry+https://github.com/rust-lang/crates.io-index"
18552checksum = "5ad6489794d41350d12a7fbe520e5199f688618f43aace5443980d1ddcf1b29e"
18553dependencies = [
18554 "cc",
18555 "tree-sitter-language",
18556]
18557
18558[[package]]
18559name = "tree-sitter-diff"
18560version = "0.1.0"
18561source = "registry+https://github.com/rust-lang/crates.io-index"
18562checksum = "dfe1e5ca280a65dfe5ba4205c1bcc84edf486464fed315db53dee6da9a335889"
18563dependencies = [
18564 "cc",
18565 "tree-sitter-language",
18566]
18567
18568[[package]]
18569name = "tree-sitter-elixir"
18570version = "0.3.4"
18571source = "registry+https://github.com/rust-lang/crates.io-index"
18572checksum = "e45d444647b4fd53d8fd32474c1b8bedc1baa22669ce3a78d083e365fa9a2d3f"
18573dependencies = [
18574 "cc",
18575 "tree-sitter-language",
18576]
18577
18578[[package]]
18579name = "tree-sitter-embedded-template"
18580version = "0.23.2"
18581source = "registry+https://github.com/rust-lang/crates.io-index"
18582checksum = "790063ef14e5b67556abc0b3be0ed863fb41d65ee791cf8c0b20eb42a1fa46af"
18583dependencies = [
18584 "cc",
18585 "tree-sitter-language",
18586]
18587
18588[[package]]
18589name = "tree-sitter-gitcommit"
18590version = "0.0.1"
18591source = "git+https://github.com/zed-industries/tree-sitter-git-commit?rev=88309716a69dd13ab83443721ba6e0b491d37ee9#88309716a69dd13ab83443721ba6e0b491d37ee9"
18592dependencies = [
18593 "cc",
18594 "tree-sitter-language",
18595]
18596
18597[[package]]
18598name = "tree-sitter-go"
18599version = "0.25.0"
18600source = "registry+https://github.com/rust-lang/crates.io-index"
18601checksum = "c8560a4d2f835cc0d4d2c2e03cbd0dde2f6114b43bc491164238d333e28b16ea"
18602dependencies = [
18603 "cc",
18604 "tree-sitter-language",
18605]
18606
18607[[package]]
18608name = "tree-sitter-gomod"
18609version = "1.1.1"
18610source = "git+https://github.com/camdencheek/tree-sitter-go-mod?rev=2e886870578eeba1927a2dc4bd2e2b3f598c5f9a#2e886870578eeba1927a2dc4bd2e2b3f598c5f9a"
18611dependencies = [
18612 "cc",
18613 "tree-sitter-language",
18614]
18615
18616[[package]]
18617name = "tree-sitter-gowork"
18618version = "0.0.1"
18619source = "git+https://github.com/zed-industries/tree-sitter-go-work?rev=acb0617bf7f4fda02c6217676cc64acb89536dc7#acb0617bf7f4fda02c6217676cc64acb89536dc7"
18620dependencies = [
18621 "cc",
18622 "tree-sitter-language",
18623]
18624
18625[[package]]
18626name = "tree-sitter-heex"
18627version = "0.0.1"
18628source = "git+https://github.com/zed-industries/tree-sitter-heex?rev=1dd45142fbb05562e35b2040c6129c9bca346592#1dd45142fbb05562e35b2040c6129c9bca346592"
18629dependencies = [
18630 "cc",
18631 "tree-sitter-language",
18632]
18633
18634[[package]]
18635name = "tree-sitter-html"
18636version = "0.23.2"
18637source = "registry+https://github.com/rust-lang/crates.io-index"
18638checksum = "261b708e5d92061ede329babaaa427b819329a9d427a1d710abb0f67bbef63ee"
18639dependencies = [
18640 "cc",
18641 "tree-sitter-language",
18642]
18643
18644[[package]]
18645name = "tree-sitter-jsdoc"
18646version = "0.23.2"
18647source = "registry+https://github.com/rust-lang/crates.io-index"
18648checksum = "a3862dfcb1038fc5e7812d7df14190afdeb7e1415288fd5f51f58395f8cb0faf"
18649dependencies = [
18650 "cc",
18651 "tree-sitter-language",
18652]
18653
18654[[package]]
18655name = "tree-sitter-json"
18656version = "0.24.8"
18657source = "registry+https://github.com/rust-lang/crates.io-index"
18658checksum = "4d727acca406c0020cffc6cf35516764f36c8e3dc4408e5ebe2cb35a947ec471"
18659dependencies = [
18660 "cc",
18661 "tree-sitter-language",
18662]
18663
18664[[package]]
18665name = "tree-sitter-language"
18666version = "0.1.5"
18667source = "registry+https://github.com/rust-lang/crates.io-index"
18668checksum = "c4013970217383f67b18aef68f6fb2e8d409bc5755227092d32efb0422ba24b8"
18669
18670[[package]]
18671name = "tree-sitter-md"
18672version = "0.3.2"
18673source = "git+https://github.com/tree-sitter-grammars/tree-sitter-markdown?rev=9a23c1a96c0513d8fc6520972beedd419a973539#9a23c1a96c0513d8fc6520972beedd419a973539"
18674dependencies = [
18675 "cc",
18676 "tree-sitter-language",
18677]
18678
18679[[package]]
18680name = "tree-sitter-python"
18681version = "0.25.0"
18682source = "registry+https://github.com/rust-lang/crates.io-index"
18683checksum = "6bf85fd39652e740bf60f46f4cda9492c3a9ad75880575bf14960f775cb74a1c"
18684dependencies = [
18685 "cc",
18686 "tree-sitter-language",
18687]
18688
18689[[package]]
18690name = "tree-sitter-regex"
18691version = "0.24.3"
18692source = "registry+https://github.com/rust-lang/crates.io-index"
18693checksum = "712656f8c262a5a4b7d6026e6246950787d178d613864952554e1516a33ab0c1"
18694dependencies = [
18695 "cc",
18696 "tree-sitter-language",
18697]
18698
18699[[package]]
18700name = "tree-sitter-ruby"
18701version = "0.23.1"
18702source = "registry+https://github.com/rust-lang/crates.io-index"
18703checksum = "be0484ea4ef6bb9c575b4fdabde7e31340a8d2dbc7d52b321ac83da703249f95"
18704dependencies = [
18705 "cc",
18706 "tree-sitter-language",
18707]
18708
18709[[package]]
18710name = "tree-sitter-rust"
18711version = "0.24.2"
18712source = "registry+https://github.com/rust-lang/crates.io-index"
18713checksum = "439e577dbe07423ec2582ac62c7531120dbfccfa6e5f92406f93dd271a120e45"
18714dependencies = [
18715 "cc",
18716 "tree-sitter-language",
18717]
18718
18719[[package]]
18720name = "tree-sitter-typescript"
18721version = "0.23.2"
18722source = "git+https://github.com/zed-industries/tree-sitter-typescript?rev=e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899#e2c53597d6a5d9cf7bbe8dccde576fe1e46c5899"
18723dependencies = [
18724 "cc",
18725 "tree-sitter-language",
18726]
18727
18728[[package]]
18729name = "tree-sitter-yaml"
18730version = "0.6.1"
18731source = "git+https://github.com/zed-industries/tree-sitter-yaml?rev=baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a#baff0b51c64ef6a1fb1f8390f3ad6015b83ec13a"
18732dependencies = [
18733 "cc",
18734 "tree-sitter-language",
18735]
18736
18737[[package]]
18738name = "triomphe"
18739version = "0.1.15"
18740source = "registry+https://github.com/rust-lang/crates.io-index"
18741checksum = "dd69c5aa8f924c7519d6372789a74eac5b94fb0f8fcf0d4a97eb0bfc3e785f39"
18742dependencies = [
18743 "serde",
18744 "stable_deref_trait",
18745]
18746
18747[[package]]
18748name = "try-lock"
18749version = "0.2.5"
18750source = "registry+https://github.com/rust-lang/crates.io-index"
18751checksum = "e421abadd41a4225275504ea4d6566923418b7f05506fbc9c0fe86ba7396114b"
18752
18753[[package]]
18754name = "ttf-parser"
18755version = "0.20.0"
18756source = "registry+https://github.com/rust-lang/crates.io-index"
18757checksum = "17f77d76d837a7830fe1d4f12b7b4ba4192c1888001c7164257e4bc6d21d96b4"
18758
18759[[package]]
18760name = "ttf-parser"
18761version = "0.25.1"
18762source = "registry+https://github.com/rust-lang/crates.io-index"
18763checksum = "d2df906b07856748fa3f6e0ad0cbaa047052d4a7dd609e231c4f72cee8c36f31"
18764dependencies = [
18765 "core_maths",
18766]
18767
18768[[package]]
18769name = "tungstenite"
18770version = "0.20.1"
18771source = "registry+https://github.com/rust-lang/crates.io-index"
18772checksum = "9e3dac10fd62eaf6617d3a904ae222845979aec67c615d1c842b4002c7666fb9"
18773dependencies = [
18774 "byteorder",
18775 "bytes 1.11.1",
18776 "data-encoding",
18777 "http 0.2.12",
18778 "httparse",
18779 "log",
18780 "rand 0.8.5",
18781 "sha1",
18782 "thiserror 1.0.69",
18783 "url",
18784 "utf-8",
18785]
18786
18787[[package]]
18788name = "tungstenite"
18789version = "0.21.0"
18790source = "registry+https://github.com/rust-lang/crates.io-index"
18791checksum = "9ef1a641ea34f399a848dea702823bbecfb4c486f911735368f1f137cb8257e1"
18792dependencies = [
18793 "byteorder",
18794 "bytes 1.11.1",
18795 "data-encoding",
18796 "http 1.3.1",
18797 "httparse",
18798 "log",
18799 "rand 0.8.5",
18800 "sha1",
18801 "thiserror 1.0.69",
18802 "url",
18803 "utf-8",
18804]
18805
18806[[package]]
18807name = "tungstenite"
18808version = "0.27.0"
18809source = "registry+https://github.com/rust-lang/crates.io-index"
18810checksum = "eadc29d668c91fcc564941132e17b28a7ceb2f3ebf0b9dae3e03fd7a6748eb0d"
18811dependencies = [
18812 "bytes 1.11.1",
18813 "data-encoding",
18814 "http 1.3.1",
18815 "httparse",
18816 "log",
18817 "rand 0.9.3",
18818 "rustls 0.23.33",
18819 "rustls-pki-types",
18820 "sha1",
18821 "thiserror 2.0.17",
18822 "utf-8",
18823]
18824
18825[[package]]
18826name = "tungstenite"
18827version = "0.28.0"
18828source = "registry+https://github.com/rust-lang/crates.io-index"
18829checksum = "8628dcc84e5a09eb3d8423d6cb682965dea9133204e8fb3efee74c2a0c259442"
18830dependencies = [
18831 "bytes 1.11.1",
18832 "data-encoding",
18833 "http 1.3.1",
18834 "httparse",
18835 "log",
18836 "rand 0.9.3",
18837 "rustls 0.23.33",
18838 "rustls-pki-types",
18839 "sha1",
18840 "thiserror 2.0.17",
18841 "utf-8",
18842]
18843
18844[[package]]
18845name = "typeid"
18846version = "1.0.3"
18847source = "registry+https://github.com/rust-lang/crates.io-index"
18848checksum = "bc7d623258602320d5c55d1bc22793b57daff0ec7efc270ea7d55ce1d5f5471c"
18849
18850[[package]]
18851name = "typenum"
18852version = "1.19.0"
18853source = "registry+https://github.com/rust-lang/crates.io-index"
18854checksum = "562d481066bde0658276a35467c4af00bdc6ee726305698a55b86e61d7ad82bb"
18855
18856[[package]]
18857name = "ucd-trie"
18858version = "0.1.7"
18859source = "registry+https://github.com/rust-lang/crates.io-index"
18860checksum = "2896d95c02a80c6d6a5d6e953d479f5ddf2dfdb6a244441010e373ac0fb88971"
18861
18862[[package]]
18863name = "uds"
18864version = "0.4.2"
18865source = "registry+https://github.com/rust-lang/crates.io-index"
18866checksum = "885c31f06fce836457fe3ef09a59f83fe8db95d270b11cd78f40a4666c4d1661"
18867dependencies = [
18868 "libc",
18869]
18870
18871[[package]]
18872name = "uds_windows"
18873version = "1.1.0"
18874source = "registry+https://github.com/rust-lang/crates.io-index"
18875checksum = "89daebc3e6fd160ac4aa9fc8b3bf71e1f74fbf92367ae71fb83a037e8bf164b9"
18876dependencies = [
18877 "memoffset",
18878 "tempfile",
18879 "winapi",
18880]
18881
18882[[package]]
18883name = "ug"
18884version = "0.4.0"
18885source = "registry+https://github.com/rust-lang/crates.io-index"
18886checksum = "90b70b37e9074642bc5f60bb23247fd072a84314ca9e71cdf8527593406a0dd3"
18887dependencies = [
18888 "gemm 0.18.2",
18889 "half",
18890 "libloading",
18891 "memmap2",
18892 "num",
18893 "num-traits",
18894 "num_cpus",
18895 "rayon",
18896 "safetensors",
18897 "serde",
18898 "thiserror 1.0.69",
18899 "tracing",
18900 "yoke 0.7.5",
18901]
18902
18903[[package]]
18904name = "ui"
18905version = "0.1.0"
18906dependencies = [
18907 "chrono",
18908 "component",
18909 "documented",
18910 "gpui",
18911 "gpui_macros",
18912 "gpui_util",
18913 "icons",
18914 "itertools 0.14.0",
18915 "menu",
18916 "schemars",
18917 "serde",
18918 "smallvec",
18919 "strum 0.27.2",
18920 "theme",
18921 "ui_macros",
18922 "windows 0.61.3",
18923]
18924
18925[[package]]
18926name = "ui_input"
18927version = "0.1.0"
18928dependencies = [
18929 "component",
18930 "gpui",
18931 "ui",
18932]
18933
18934[[package]]
18935name = "ui_macros"
18936version = "0.1.0"
18937dependencies = [
18938 "component",
18939 "quote",
18940 "syn 2.0.117",
18941 "ui",
18942]
18943
18944[[package]]
18945name = "ui_prompt"
18946version = "0.1.0"
18947dependencies = [
18948 "gpui",
18949 "markdown",
18950 "menu",
18951 "settings",
18952 "theme_settings",
18953 "ui",
18954 "workspace",
18955]
18956
18957[[package]]
18958name = "unarray"
18959version = "0.1.4"
18960source = "registry+https://github.com/rust-lang/crates.io-index"
18961checksum = "eaea85b334db583fe3274d12b4cd1880032beab409c0d774be044d4480ab9a94"
18962
18963[[package]]
18964name = "unicase"
18965version = "2.8.1"
18966source = "registry+https://github.com/rust-lang/crates.io-index"
18967checksum = "75b844d17643ee918803943289730bec8aac480150456169e647ed0b576ba539"
18968
18969[[package]]
18970name = "unicode-bidi"
18971version = "0.3.18"
18972source = "registry+https://github.com/rust-lang/crates.io-index"
18973checksum = "5c1cb5db39152898a79168971543b1cb5020dff7fe43c8dc468b0885f5e29df5"
18974
18975[[package]]
18976name = "unicode-bidi-mirroring"
18977version = "0.4.0"
18978source = "registry+https://github.com/rust-lang/crates.io-index"
18979checksum = "5dfa6e8c60bb66d49db113e0125ee8711b7647b5579dc7f5f19c42357ed039fe"
18980
18981[[package]]
18982name = "unicode-ccc"
18983version = "0.4.0"
18984source = "registry+https://github.com/rust-lang/crates.io-index"
18985checksum = "ce61d488bcdc9bc8b5d1772c404828b17fc481c0a582b5581e95fb233aef503e"
18986
18987[[package]]
18988name = "unicode-general-category"
18989version = "1.1.0"
18990source = "registry+https://github.com/rust-lang/crates.io-index"
18991checksum = "0b993bddc193ae5bd0d623b49ec06ac3e9312875fdae725a975c51db1cc1677f"
18992
18993[[package]]
18994name = "unicode-ident"
18995version = "1.0.19"
18996source = "registry+https://github.com/rust-lang/crates.io-index"
18997checksum = "f63a545481291138910575129486daeaf8ac54aee4387fe7906919f7830c7d9d"
18998
18999[[package]]
19000name = "unicode-linebreak"
19001version = "0.1.5"
19002source = "registry+https://github.com/rust-lang/crates.io-index"
19003checksum = "3b09c83c3c29d37506a3e260c08c03743a6bb66a9cd432c6934ab501a190571f"
19004
19005[[package]]
19006name = "unicode-normalization"
19007version = "0.1.24"
19008source = "registry+https://github.com/rust-lang/crates.io-index"
19009checksum = "5033c97c4262335cded6d6fc3e5c18ab755e1a3dc96376350f3d8e9f009ad956"
19010dependencies = [
19011 "tinyvec",
19012]
19013
19014[[package]]
19015name = "unicode-properties"
19016version = "0.1.3"
19017source = "registry+https://github.com/rust-lang/crates.io-index"
19018checksum = "e70f2a8b45122e719eb623c01822704c4e0907e7e426a05927e1a1cfff5b75d0"
19019
19020[[package]]
19021name = "unicode-script"
19022version = "0.5.8"
19023source = "registry+https://github.com/rust-lang/crates.io-index"
19024checksum = "383ad40bb927465ec0ce7720e033cb4ca06912855fc35db31b5755d0de75b1ee"
19025
19026[[package]]
19027name = "unicode-segmentation"
19028version = "1.12.0"
19029source = "registry+https://github.com/rust-lang/crates.io-index"
19030checksum = "f6ccf251212114b54433ec949fd6a7841275f9ada20dddd2f29e9ceea4501493"
19031
19032[[package]]
19033name = "unicode-vo"
19034version = "0.1.0"
19035source = "registry+https://github.com/rust-lang/crates.io-index"
19036checksum = "b1d386ff53b415b7fe27b50bb44679e2cc4660272694b7b6f3326d8480823a94"
19037
19038[[package]]
19039name = "unicode-width"
19040version = "0.2.2"
19041source = "registry+https://github.com/rust-lang/crates.io-index"
19042checksum = "b4ac048d71ede7ee76d585517add45da530660ef4390e49b098733c6e897f254"
19043
19044[[package]]
19045name = "unicode-xid"
19046version = "0.2.6"
19047source = "registry+https://github.com/rust-lang/crates.io-index"
19048checksum = "ebc1c04c71510c7f702b52b7c350734c9ff1295c464a03335b00bb84fc54f853"
19049
19050[[package]]
19051name = "unicode_categories"
19052version = "0.1.1"
19053source = "registry+https://github.com/rust-lang/crates.io-index"
19054checksum = "39ec24b3121d976906ece63c9daad25b85969647682eee313cb5779fdd69e14e"
19055
19056[[package]]
19057name = "unindent"
19058version = "0.2.4"
19059source = "registry+https://github.com/rust-lang/crates.io-index"
19060checksum = "7264e107f553ccae879d21fbea1d6724ac785e8c3bfc762137959b5802826ef3"
19061
19062[[package]]
19063name = "unsafe-libyaml"
19064version = "0.2.11"
19065source = "registry+https://github.com/rust-lang/crates.io-index"
19066checksum = "673aac59facbab8a9007c7f6108d11f63b603f7cabff99fabf650fea5c32b861"
19067
19068[[package]]
19069name = "untrusted"
19070version = "0.7.1"
19071source = "registry+https://github.com/rust-lang/crates.io-index"
19072checksum = "a156c684c91ea7d62626509bce3cb4e1d9ed5c4d978f7b4352658f96a4c26b4a"
19073
19074[[package]]
19075name = "untrusted"
19076version = "0.9.0"
19077source = "registry+https://github.com/rust-lang/crates.io-index"
19078checksum = "8ecb6da28b8a351d773b68d5825ac39017e680750f980f3a1a85cd8dd28a47c1"
19079
19080[[package]]
19081name = "url"
19082version = "2.5.7"
19083source = "registry+https://github.com/rust-lang/crates.io-index"
19084checksum = "08bc136a29a3d1758e07a9cca267be308aeebf5cfd5a10f3f67ab2097683ef5b"
19085dependencies = [
19086 "form_urlencoded",
19087 "idna",
19088 "percent-encoding",
19089 "serde",
19090]
19091
19092[[package]]
19093name = "urlencoding"
19094version = "2.1.3"
19095source = "registry+https://github.com/rust-lang/crates.io-index"
19096checksum = "daf8dba3b7eb870caf1ddeed7bc9d2a049f3cfdfae7cb521b087cc33ae4c49da"
19097
19098[[package]]
19099name = "usvg"
19100version = "0.45.1"
19101source = "registry+https://github.com/rust-lang/crates.io-index"
19102checksum = "80be9b06fbae3b8b303400ab20778c80bbaf338f563afe567cf3c9eea17b47ef"
19103dependencies = [
19104 "base64 0.22.1",
19105 "data-url",
19106 "flate2",
19107 "fontdb 0.23.0",
19108 "imagesize",
19109 "kurbo",
19110 "log",
19111 "pico-args",
19112 "roxmltree",
19113 "rustybuzz",
19114 "simplecss",
19115 "siphasher 1.0.1",
19116 "strict-num",
19117 "svgtypes",
19118 "tiny-skia-path",
19119 "unicode-bidi",
19120 "unicode-script",
19121 "unicode-vo",
19122 "xmlwriter",
19123]
19124
19125[[package]]
19126name = "utf-8"
19127version = "0.7.6"
19128source = "registry+https://github.com/rust-lang/crates.io-index"
19129checksum = "09cc8ee72d2a9becf2f2febe0205bbed8fc6615b7cb429ad062dc7b7ddd036a9"
19130
19131[[package]]
19132name = "utf8-chars"
19133version = "3.0.6"
19134source = "registry+https://github.com/rust-lang/crates.io-index"
19135checksum = "ebe49e006d6df172d7f14794568a90fe41e05a1fa9e03dc276fa6da4bb747ec3"
19136dependencies = [
19137 "arrayvec",
19138]
19139
19140[[package]]
19141name = "utf8_iter"
19142version = "1.0.4"
19143source = "registry+https://github.com/rust-lang/crates.io-index"
19144checksum = "b6c140620e7ffbb22c2dee59cafe6084a59b5ffc27a8859a5f0d494b5d52b6be"
19145
19146[[package]]
19147name = "utf8parse"
19148version = "0.2.2"
19149source = "registry+https://github.com/rust-lang/crates.io-index"
19150checksum = "06abde3611657adf66d383f00b093d7faecc7fa57071cce2578660c9f1010821"
19151
19152[[package]]
19153name = "util"
19154version = "0.1.0"
19155dependencies = [
19156 "anyhow",
19157 "async-fs",
19158 "async_zip",
19159 "collections",
19160 "command-fds",
19161 "dirs",
19162 "dunce",
19163 "futures 0.3.32",
19164 "futures-lite 1.13.0",
19165 "git2",
19166 "globset",
19167 "gpui_util",
19168 "itertools 0.14.0",
19169 "libc",
19170 "log",
19171 "mach2 0.5.0",
19172 "nix 0.29.0",
19173 "percent-encoding",
19174 "pretty_assertions",
19175 "rand 0.9.3",
19176 "regex",
19177 "rust-embed",
19178 "schemars",
19179 "serde",
19180 "serde_json",
19181 "serde_json_lenient",
19182 "shlex",
19183 "smol",
19184 "take-until",
19185 "tempfile",
19186 "tendril",
19187 "unicase",
19188 "url",
19189 "util_macros",
19190 "walkdir",
19191 "which 6.0.3",
19192]
19193
19194[[package]]
19195name = "util_macros"
19196version = "0.1.0"
19197dependencies = [
19198 "perf",
19199 "quote",
19200 "syn 2.0.117",
19201]
19202
19203[[package]]
19204name = "uuid"
19205version = "1.18.1"
19206source = "registry+https://github.com/rust-lang/crates.io-index"
19207checksum = "2f87b8aa10b915a06587d0dec516c282ff295b475d94abf425d62b57710070a2"
19208dependencies = [
19209 "getrandom 0.3.4",
19210 "js-sys",
19211 "serde",
19212 "sha1_smol",
19213 "wasm-bindgen",
19214]
19215
19216[[package]]
19217name = "uuid-simd"
19218version = "0.8.0"
19219source = "registry+https://github.com/rust-lang/crates.io-index"
19220checksum = "23b082222b4f6619906941c17eb2297fff4c2fb96cb60164170522942a200bd8"
19221dependencies = [
19222 "outref",
19223 "vsimd",
19224]
19225
19226[[package]]
19227name = "v_frame"
19228version = "0.3.9"
19229source = "registry+https://github.com/rust-lang/crates.io-index"
19230checksum = "666b7727c8875d6ab5db9533418d7c764233ac9c0cff1d469aec8fa127597be2"
19231dependencies = [
19232 "aligned-vec",
19233 "num-traits",
19234 "wasm-bindgen",
19235]
19236
19237[[package]]
19238name = "valuable"
19239version = "0.1.1"
19240source = "registry+https://github.com/rust-lang/crates.io-index"
19241checksum = "ba73ea9cf16a25df0c8caa16c51acb937d5712a8429db78a3ee29d5dcacd3a65"
19242
19243[[package]]
19244name = "value-bag"
19245version = "1.12.0"
19246source = "registry+https://github.com/rust-lang/crates.io-index"
19247checksum = "7ba6f5989077681266825251a52748b8c1d8a4ad098cc37e440103d0ea717fc0"
19248dependencies = [
19249 "value-bag-serde1",
19250 "value-bag-sval2",
19251]
19252
19253[[package]]
19254name = "value-bag-serde1"
19255version = "1.12.0"
19256source = "registry+https://github.com/rust-lang/crates.io-index"
19257checksum = "16530907bfe2999a1773ca5900a65101e092c70f642f25cc23ca0c43573262c5"
19258dependencies = [
19259 "erased-serde",
19260 "serde_core",
19261 "serde_fmt",
19262]
19263
19264[[package]]
19265name = "value-bag-sval2"
19266version = "1.12.0"
19267source = "registry+https://github.com/rust-lang/crates.io-index"
19268checksum = "d00ae130edd690eaa877e4f40605d534790d1cf1d651e7685bd6a144521b251f"
19269dependencies = [
19270 "sval",
19271 "sval_buffer",
19272 "sval_dynamic",
19273 "sval_fmt",
19274 "sval_json",
19275 "sval_ref",
19276 "sval_serde",
19277]
19278
19279[[package]]
19280name = "vcpkg"
19281version = "0.2.15"
19282source = "registry+https://github.com/rust-lang/crates.io-index"
19283checksum = "accd4ea62f7bb7a82fe23066fb0957d48ef677f6eeb8215f372f52e48bb32426"
19284
19285[[package]]
19286name = "vercel"
19287version = "0.1.0"
19288dependencies = [
19289 "anyhow",
19290 "schemars",
19291 "serde",
19292 "strum 0.27.2",
19293]
19294
19295[[package]]
19296name = "version-compare"
19297version = "0.2.0"
19298source = "registry+https://github.com/rust-lang/crates.io-index"
19299checksum = "852e951cb7832cb45cb1169900d19760cfa39b82bc0ea9c0e5a14ae88411c98b"
19300
19301[[package]]
19302name = "version_check"
19303version = "0.9.5"
19304source = "registry+https://github.com/rust-lang/crates.io-index"
19305checksum = "0b928f33d975fc6ad9f86c8f283853ad26bdd5b10b7f1542aa2fa15e2289105a"
19306
19307[[package]]
19308name = "vim"
19309version = "0.1.0"
19310dependencies = [
19311 "anyhow",
19312 "async-compat",
19313 "async-trait",
19314 "collections",
19315 "command_palette",
19316 "command_palette_hooks",
19317 "db",
19318 "editor",
19319 "env_logger 0.11.8",
19320 "futures 0.3.32",
19321 "fuzzy",
19322 "git_ui",
19323 "gpui",
19324 "indoc",
19325 "itertools 0.14.0",
19326 "language",
19327 "log",
19328 "lsp",
19329 "markdown_preview",
19330 "menu",
19331 "multi_buffer",
19332 "nvim-rs",
19333 "outline_panel",
19334 "parking_lot",
19335 "perf",
19336 "picker",
19337 "project",
19338 "project_panel",
19339 "regex",
19340 "release_channel",
19341 "schemars",
19342 "search",
19343 "semver",
19344 "serde",
19345 "serde_json",
19346 "settings",
19347 "settings_ui",
19348 "task",
19349 "text",
19350 "theme",
19351 "theme_settings",
19352 "tokio",
19353 "ui",
19354 "util",
19355 "util_macros",
19356 "vim_mode_setting",
19357 "workspace",
19358 "zed_actions",
19359]
19360
19361[[package]]
19362name = "vim_mode_setting"
19363version = "0.1.0"
19364dependencies = [
19365 "gpui",
19366 "settings",
19367]
19368
19369[[package]]
19370name = "vscode_theme"
19371version = "0.2.0"
19372source = "registry+https://github.com/rust-lang/crates.io-index"
19373checksum = "8b3666211944f2e6ba2c359bc9efc1891157e910b1b11c3900892ea9f18179d2"
19374dependencies = [
19375 "serde",
19376]
19377
19378[[package]]
19379name = "vsimd"
19380version = "0.8.0"
19381source = "registry+https://github.com/rust-lang/crates.io-index"
19382checksum = "5c3082ca00d5a5ef149bb8b555a72ae84c9c59f7250f013ac822ac2e49b19c64"
19383
19384[[package]]
19385name = "vswhom"
19386version = "0.1.0"
19387source = "registry+https://github.com/rust-lang/crates.io-index"
19388checksum = "be979b7f07507105799e854203b470ff7c78a1639e330a58f183b5fea574608b"
19389dependencies = [
19390 "libc",
19391 "vswhom-sys",
19392]
19393
19394[[package]]
19395name = "vswhom-sys"
19396version = "0.1.3"
19397source = "registry+https://github.com/rust-lang/crates.io-index"
19398checksum = "fb067e4cbd1ff067d1df46c9194b5de0e98efd2810bbc95c5d5e5f25a3231150"
19399dependencies = [
19400 "cc",
19401 "libc",
19402]
19403
19404[[package]]
19405name = "vte"
19406version = "0.15.0"
19407source = "registry+https://github.com/rust-lang/crates.io-index"
19408checksum = "a5924018406ce0063cd67f8e008104968b74b563ee1b85dde3ed1f7cb87d3dbd"
19409dependencies = [
19410 "arrayvec",
19411 "bitflags 2.10.0",
19412 "cursor-icon",
19413 "log",
19414 "memchr",
19415 "serde",
19416]
19417
19418[[package]]
19419name = "wait-timeout"
19420version = "0.2.1"
19421source = "registry+https://github.com/rust-lang/crates.io-index"
19422checksum = "09ac3b126d3914f9849036f826e054cbabdc8519970b8998ddaf3b5bd3c65f11"
19423dependencies = [
19424 "libc",
19425]
19426
19427[[package]]
19428name = "waker-fn"
19429version = "1.2.0"
19430source = "registry+https://github.com/rust-lang/crates.io-index"
19431checksum = "317211a0dc0ceedd78fb2ca9a44aed3d7b9b26f81870d485c07122b4350673b7"
19432
19433[[package]]
19434name = "walkdir"
19435version = "2.5.0"
19436source = "registry+https://github.com/rust-lang/crates.io-index"
19437checksum = "29790946404f91d9c5d06f9874efddea1dc06c5efe94541a7d6863108e3a5e4b"
19438dependencies = [
19439 "same-file",
19440 "winapi-util",
19441]
19442
19443[[package]]
19444name = "want"
19445version = "0.3.1"
19446source = "registry+https://github.com/rust-lang/crates.io-index"
19447checksum = "bfa7760aed19e106de2c7c0b581b509f2f25d3dacaf737cb82ac61bc6d760b0e"
19448dependencies = [
19449 "try-lock",
19450]
19451
19452[[package]]
19453name = "warp"
19454version = "0.3.7"
19455source = "registry+https://github.com/rust-lang/crates.io-index"
19456checksum = "4378d202ff965b011c64817db11d5829506d3404edeadb61f190d111da3f231c"
19457dependencies = [
19458 "bytes 1.11.1",
19459 "futures-channel",
19460 "futures-util",
19461 "headers",
19462 "http 0.2.12",
19463 "hyper 0.14.32",
19464 "log",
19465 "mime",
19466 "mime_guess",
19467 "percent-encoding",
19468 "pin-project",
19469 "scoped-tls",
19470 "serde",
19471 "serde_json",
19472 "serde_urlencoded",
19473 "tokio",
19474 "tokio-tungstenite 0.21.0",
19475 "tokio-util",
19476 "tower-service",
19477 "tracing",
19478]
19479
19480[[package]]
19481name = "wasi"
19482version = "0.11.1+wasi-snapshot-preview1"
19483source = "registry+https://github.com/rust-lang/crates.io-index"
19484checksum = "ccf3ec651a847eb01de73ccad15eb7d99f80485de043efb2f370cd654f4ea44b"
19485
19486[[package]]
19487name = "wasip2"
19488version = "1.0.1+wasi-0.2.4"
19489source = "registry+https://github.com/rust-lang/crates.io-index"
19490checksum = "0562428422c63773dad2c345a1882263bbf4d65cf3f42e90921f787ef5ad58e7"
19491dependencies = [
19492 "wit-bindgen 0.46.0",
19493]
19494
19495[[package]]
19496name = "wasip3"
19497version = "0.4.0+wasi-0.3.0-rc-2026-01-06"
19498source = "registry+https://github.com/rust-lang/crates.io-index"
19499checksum = "5428f8bf88ea5ddc08faddef2ac4a67e390b88186c703ce6dbd955e1c145aca5"
19500dependencies = [
19501 "wit-bindgen 0.51.0",
19502]
19503
19504[[package]]
19505name = "wasite"
19506version = "0.1.0"
19507source = "registry+https://github.com/rust-lang/crates.io-index"
19508checksum = "b8dad83b4f25e74f184f64c43b150b91efe7647395b42289f38e50566d82855b"
19509
19510[[package]]
19511name = "wasm-bindgen"
19512version = "0.2.113"
19513source = "registry+https://github.com/rust-lang/crates.io-index"
19514checksum = "60722a937f594b7fde9adb894d7c092fc1bb6612897c46368d18e7a20208eff2"
19515dependencies = [
19516 "cfg-if",
19517 "once_cell",
19518 "rustversion",
19519 "wasm-bindgen-macro",
19520 "wasm-bindgen-shared",
19521]
19522
19523[[package]]
19524name = "wasm-bindgen-futures"
19525version = "0.4.63"
19526source = "registry+https://github.com/rust-lang/crates.io-index"
19527checksum = "8a89f4650b770e4521aa6573724e2aed4704372151bd0de9d16a3bbabb87441a"
19528dependencies = [
19529 "cfg-if",
19530 "futures-util",
19531 "js-sys",
19532 "once_cell",
19533 "wasm-bindgen",
19534 "web-sys",
19535]
19536
19537[[package]]
19538name = "wasm-bindgen-macro"
19539version = "0.2.113"
19540source = "registry+https://github.com/rust-lang/crates.io-index"
19541checksum = "0fac8c6395094b6b91c4af293f4c79371c163f9a6f56184d2c9a85f5a95f3950"
19542dependencies = [
19543 "quote",
19544 "wasm-bindgen-macro-support",
19545]
19546
19547[[package]]
19548name = "wasm-bindgen-macro-support"
19549version = "0.2.113"
19550source = "registry+https://github.com/rust-lang/crates.io-index"
19551checksum = "ab3fabce6159dc20728033842636887e4877688ae94382766e00b180abac9d60"
19552dependencies = [
19553 "bumpalo",
19554 "proc-macro2",
19555 "quote",
19556 "syn 2.0.117",
19557 "wasm-bindgen-shared",
19558]
19559
19560[[package]]
19561name = "wasm-bindgen-shared"
19562version = "0.2.113"
19563source = "registry+https://github.com/rust-lang/crates.io-index"
19564checksum = "de0e091bdb824da87dc01d967388880d017a0a9bc4f3bdc0d86ee9f9336e3bb5"
19565dependencies = [
19566 "unicode-ident",
19567]
19568
19569[[package]]
19570name = "wasm-encoder"
19571version = "0.201.0"
19572source = "registry+https://github.com/rust-lang/crates.io-index"
19573checksum = "b9c7d2731df60006819b013f64ccc2019691deccf6e11a1804bc850cd6748f1a"
19574dependencies = [
19575 "leb128",
19576]
19577
19578[[package]]
19579name = "wasm-encoder"
19580version = "0.221.3"
19581source = "registry+https://github.com/rust-lang/crates.io-index"
19582checksum = "dc8444fe4920de80a4fe5ab564fff2ae58b6b73166b89751f8c6c93509da32e5"
19583dependencies = [
19584 "leb128",
19585 "wasmparser 0.221.3",
19586]
19587
19588[[package]]
19589name = "wasm-encoder"
19590version = "0.227.1"
19591source = "registry+https://github.com/rust-lang/crates.io-index"
19592checksum = "80bb72f02e7fbf07183443b27b0f3d4144abf8c114189f2e088ed95b696a7822"
19593dependencies = [
19594 "leb128fmt",
19595 "wasmparser 0.227.1",
19596]
19597
19598[[package]]
19599name = "wasm-encoder"
19600version = "0.236.1"
19601source = "registry+https://github.com/rust-lang/crates.io-index"
19602checksum = "724fccfd4f3c24b7e589d333fc0429c68042897a7e8a5f8694f31792471841e7"
19603dependencies = [
19604 "leb128fmt",
19605 "wasmparser 0.236.1",
19606]
19607
19608[[package]]
19609name = "wasm-encoder"
19610version = "0.244.0"
19611source = "registry+https://github.com/rust-lang/crates.io-index"
19612checksum = "990065f2fe63003fe337b932cfb5e3b80e0b4d0f5ff650e6985b1048f62c8319"
19613dependencies = [
19614 "leb128fmt",
19615 "wasmparser 0.244.0",
19616]
19617
19618[[package]]
19619name = "wasm-metadata"
19620version = "0.201.0"
19621source = "registry+https://github.com/rust-lang/crates.io-index"
19622checksum = "0fd83062c17b9f4985d438603cde0a5e8c5c8198201a6937f778b607924c7da2"
19623dependencies = [
19624 "anyhow",
19625 "indexmap",
19626 "serde",
19627 "serde_derive",
19628 "serde_json",
19629 "spdx",
19630 "wasm-encoder 0.201.0",
19631 "wasmparser 0.201.0",
19632]
19633
19634[[package]]
19635name = "wasm-metadata"
19636version = "0.227.1"
19637source = "registry+https://github.com/rust-lang/crates.io-index"
19638checksum = "ce1ef0faabbbba6674e97a56bee857ccddf942785a336c8b47b42373c922a91d"
19639dependencies = [
19640 "anyhow",
19641 "auditable-serde",
19642 "flate2",
19643 "indexmap",
19644 "serde",
19645 "serde_derive",
19646 "serde_json",
19647 "spdx",
19648 "url",
19649 "wasm-encoder 0.227.1",
19650 "wasmparser 0.227.1",
19651]
19652
19653[[package]]
19654name = "wasm-metadata"
19655version = "0.244.0"
19656source = "registry+https://github.com/rust-lang/crates.io-index"
19657checksum = "bb0e353e6a2fbdc176932bbaab493762eb1255a7900fe0fea1a2f96c296cc909"
19658dependencies = [
19659 "anyhow",
19660 "indexmap",
19661 "wasm-encoder 0.244.0",
19662 "wasmparser 0.244.0",
19663]
19664
19665[[package]]
19666name = "wasm-streams"
19667version = "0.4.2"
19668source = "registry+https://github.com/rust-lang/crates.io-index"
19669checksum = "15053d8d85c7eccdbefef60f06769760a563c7f0a9d6902a13d35c7800b0ad65"
19670dependencies = [
19671 "futures-util",
19672 "js-sys",
19673 "wasm-bindgen",
19674 "wasm-bindgen-futures",
19675 "web-sys",
19676]
19677
19678[[package]]
19679name = "wasm_thread"
19680version = "0.3.3"
19681source = "registry+https://github.com/rust-lang/crates.io-index"
19682checksum = "b7516db7f32decdadb1c3b8deb1b7d78b9df7606c5cc2f6241737c2ab3a0258e"
19683dependencies = [
19684 "futures 0.3.32",
19685 "js-sys",
19686 "wasm-bindgen",
19687 "web-sys",
19688]
19689
19690[[package]]
19691name = "wasmparser"
19692version = "0.201.0"
19693source = "registry+https://github.com/rust-lang/crates.io-index"
19694checksum = "84e5df6dba6c0d7fafc63a450f1738451ed7a0b52295d83e868218fa286bf708"
19695dependencies = [
19696 "bitflags 2.10.0",
19697 "indexmap",
19698 "semver",
19699]
19700
19701[[package]]
19702name = "wasmparser"
19703version = "0.221.3"
19704source = "registry+https://github.com/rust-lang/crates.io-index"
19705checksum = "d06bfa36ab3ac2be0dee563380147a5b81ba10dd8885d7fbbc9eb574be67d185"
19706dependencies = [
19707 "bitflags 2.10.0",
19708 "hashbrown 0.15.5",
19709 "indexmap",
19710 "semver",
19711 "serde",
19712]
19713
19714[[package]]
19715name = "wasmparser"
19716version = "0.227.1"
19717source = "registry+https://github.com/rust-lang/crates.io-index"
19718checksum = "0f51cad774fb3c9461ab9bccc9c62dfb7388397b5deda31bf40e8108ccd678b2"
19719dependencies = [
19720 "bitflags 2.10.0",
19721 "hashbrown 0.15.5",
19722 "indexmap",
19723 "semver",
19724]
19725
19726[[package]]
19727name = "wasmparser"
19728version = "0.236.1"
19729source = "registry+https://github.com/rust-lang/crates.io-index"
19730checksum = "a9b1e81f3eb254cf7404a82cee6926a4a3ccc5aad80cc3d43608a070c67aa1d7"
19731dependencies = [
19732 "bitflags 2.10.0",
19733 "hashbrown 0.15.5",
19734 "indexmap",
19735 "semver",
19736 "serde",
19737]
19738
19739[[package]]
19740name = "wasmparser"
19741version = "0.244.0"
19742source = "registry+https://github.com/rust-lang/crates.io-index"
19743checksum = "47b807c72e1bac69382b3a6fb3dbe8ea4c0ed87ff5629b8685ae6b9a611028fe"
19744dependencies = [
19745 "bitflags 2.10.0",
19746 "hashbrown 0.15.5",
19747 "indexmap",
19748 "semver",
19749]
19750
19751[[package]]
19752name = "wasmprinter"
19753version = "0.236.1"
19754source = "registry+https://github.com/rust-lang/crates.io-index"
19755checksum = "2df225df06a6df15b46e3f73ca066ff92c2e023670969f7d50ce7d5e695abbb1"
19756dependencies = [
19757 "anyhow",
19758 "termcolor",
19759 "wasmparser 0.236.1",
19760]
19761
19762[[package]]
19763name = "wasmtime"
19764version = "36.0.7"
19765source = "registry+https://github.com/rust-lang/crates.io-index"
19766checksum = "b80d5ba38b9b00f60a0665e07dde38e91d884d4a78cd61d777c8cf081a1267c1"
19767dependencies = [
19768 "addr2line",
19769 "anyhow",
19770 "async-trait",
19771 "bitflags 2.10.0",
19772 "bumpalo",
19773 "cc",
19774 "cfg-if",
19775 "encoding_rs",
19776 "hashbrown 0.15.5",
19777 "indexmap",
19778 "libc",
19779 "log",
19780 "mach2 0.4.3",
19781 "memfd",
19782 "object",
19783 "once_cell",
19784 "postcard",
19785 "pulley-interpreter",
19786 "rayon",
19787 "rustix 1.1.2",
19788 "semver",
19789 "serde",
19790 "serde_derive",
19791 "smallvec",
19792 "target-lexicon",
19793 "wasmparser 0.236.1",
19794 "wasmtime-environ",
19795 "wasmtime-internal-asm-macros",
19796 "wasmtime-internal-component-macro",
19797 "wasmtime-internal-component-util",
19798 "wasmtime-internal-cranelift",
19799 "wasmtime-internal-fiber",
19800 "wasmtime-internal-jit-debug",
19801 "wasmtime-internal-jit-icache-coherence",
19802 "wasmtime-internal-math",
19803 "wasmtime-internal-slab",
19804 "wasmtime-internal-unwinder",
19805 "wasmtime-internal-versioned-export-macros",
19806 "wasmtime-internal-winch",
19807 "windows-sys 0.60.2",
19808]
19809
19810[[package]]
19811name = "wasmtime-c-api-impl"
19812version = "36.0.6"
19813source = "registry+https://github.com/rust-lang/crates.io-index"
19814checksum = "f3c62ea3fa30e6b0cf61116b3035121b8f515c60ac118ebfdab2ee56d028ed1e"
19815dependencies = [
19816 "anyhow",
19817 "log",
19818 "tracing",
19819 "wasmtime",
19820 "wasmtime-internal-c-api-macros",
19821]
19822
19823[[package]]
19824name = "wasmtime-environ"
19825version = "36.0.7"
19826source = "registry+https://github.com/rust-lang/crates.io-index"
19827checksum = "44a45d60dea98308decb71a9f7bb35a629696d1fbf7127dbfde42cbc64b8fa33"
19828dependencies = [
19829 "anyhow",
19830 "cpp_demangle",
19831 "cranelift-bitset",
19832 "cranelift-entity",
19833 "gimli",
19834 "indexmap",
19835 "log",
19836 "object",
19837 "postcard",
19838 "rustc-demangle",
19839 "semver",
19840 "serde",
19841 "serde_derive",
19842 "smallvec",
19843 "target-lexicon",
19844 "wasm-encoder 0.236.1",
19845 "wasmparser 0.236.1",
19846 "wasmprinter",
19847 "wasmtime-internal-component-util",
19848]
19849
19850[[package]]
19851name = "wasmtime-internal-asm-macros"
19852version = "36.0.7"
19853source = "registry+https://github.com/rust-lang/crates.io-index"
19854checksum = "dd014b4001b6da03d79062d9ad5ec98fa62e34d50e30e46298545282cc2957e4"
19855dependencies = [
19856 "cfg-if",
19857]
19858
19859[[package]]
19860name = "wasmtime-internal-c-api-macros"
19861version = "36.0.6"
19862source = "registry+https://github.com/rust-lang/crates.io-index"
19863checksum = "3c8c61294155a6d23c202f08cf7a2f9392a866edd50517508208818be626ce9f"
19864dependencies = [
19865 "proc-macro2",
19866 "quote",
19867]
19868
19869[[package]]
19870name = "wasmtime-internal-component-macro"
19871version = "36.0.7"
19872source = "registry+https://github.com/rust-lang/crates.io-index"
19873checksum = "0f2942aa5d44b02061e0c6ab71b23090cf3b300b4519e3b80776ac38edde2e65"
19874dependencies = [
19875 "anyhow",
19876 "proc-macro2",
19877 "quote",
19878 "syn 2.0.117",
19879 "wasmtime-internal-component-util",
19880 "wasmtime-internal-wit-bindgen",
19881 "wit-parser 0.236.1",
19882]
19883
19884[[package]]
19885name = "wasmtime-internal-component-util"
19886version = "36.0.7"
19887source = "registry+https://github.com/rust-lang/crates.io-index"
19888checksum = "bcb6f974fe739e98034b7e6ec6feb2ab399f4cde7207675f26138bd9a1d65720"
19889
19890[[package]]
19891name = "wasmtime-internal-cranelift"
19892version = "36.0.7"
19893source = "registry+https://github.com/rust-lang/crates.io-index"
19894checksum = "4047020866a80aa943e41133e607020e17562126cf81533362275272098a22b1"
19895dependencies = [
19896 "anyhow",
19897 "cfg-if",
19898 "cranelift-codegen",
19899 "cranelift-control",
19900 "cranelift-entity",
19901 "cranelift-frontend",
19902 "cranelift-native",
19903 "gimli",
19904 "itertools 0.14.0",
19905 "log",
19906 "object",
19907 "pulley-interpreter",
19908 "smallvec",
19909 "target-lexicon",
19910 "thiserror 2.0.17",
19911 "wasmparser 0.236.1",
19912 "wasmtime-environ",
19913 "wasmtime-internal-math",
19914 "wasmtime-internal-versioned-export-macros",
19915]
19916
19917[[package]]
19918name = "wasmtime-internal-fiber"
19919version = "36.0.7"
19920source = "registry+https://github.com/rust-lang/crates.io-index"
19921checksum = "7cd172b622993bb8f834f6ca3b7683dfdba72b12db0527824850fdec17c89e5a"
19922dependencies = [
19923 "anyhow",
19924 "cc",
19925 "cfg-if",
19926 "libc",
19927 "rustix 1.1.2",
19928 "wasmtime-internal-asm-macros",
19929 "wasmtime-internal-versioned-export-macros",
19930 "windows-sys 0.60.2",
19931]
19932
19933[[package]]
19934name = "wasmtime-internal-jit-debug"
19935version = "36.0.7"
19936source = "registry+https://github.com/rust-lang/crates.io-index"
19937checksum = "1287e310fef4c8759a6b5caa0d44eff9a03ebcd6c273729cc39ce3e321a9e26a"
19938dependencies = [
19939 "cc",
19940 "wasmtime-internal-versioned-export-macros",
19941]
19942
19943[[package]]
19944name = "wasmtime-internal-jit-icache-coherence"
19945version = "36.0.7"
19946source = "registry+https://github.com/rust-lang/crates.io-index"
19947checksum = "c02bca30ef670a31496d742d9facdbd0228debe766b1e9541655c0530ff5c953"
19948dependencies = [
19949 "anyhow",
19950 "cfg-if",
19951 "libc",
19952 "windows-sys 0.60.2",
19953]
19954
19955[[package]]
19956name = "wasmtime-internal-math"
19957version = "36.0.7"
19958source = "registry+https://github.com/rust-lang/crates.io-index"
19959checksum = "fd3a1f51a037ae2c048f0d76d36e27f0d22276295496c44f16a251f24690e003"
19960dependencies = [
19961 "libm",
19962]
19963
19964[[package]]
19965name = "wasmtime-internal-slab"
19966version = "36.0.7"
19967source = "registry+https://github.com/rust-lang/crates.io-index"
19968checksum = "ba6171aac3d66e4d69e50080bb6bc5205de2283513984a4118a93cb66dc02994"
19969
19970[[package]]
19971name = "wasmtime-internal-unwinder"
19972version = "36.0.7"
19973source = "registry+https://github.com/rust-lang/crates.io-index"
19974checksum = "3fd1bc1783391a02176fb687159b1779fc10b71d5350adf09c1f3aa8442a02cc"
19975dependencies = [
19976 "anyhow",
19977 "cfg-if",
19978 "cranelift-codegen",
19979 "log",
19980 "object",
19981]
19982
19983[[package]]
19984name = "wasmtime-internal-versioned-export-macros"
19985version = "36.0.7"
19986source = "registry+https://github.com/rust-lang/crates.io-index"
19987checksum = "8097e2c8ca02ed65d31dda111faa0888ffbf28dc3ee74355e283118a8d293eb0"
19988dependencies = [
19989 "proc-macro2",
19990 "quote",
19991 "syn 2.0.117",
19992]
19993
19994[[package]]
19995name = "wasmtime-internal-winch"
19996version = "36.0.7"
19997source = "registry+https://github.com/rust-lang/crates.io-index"
19998checksum = "6a8cb36b61fbcff2c8bcd14f9f2651a6e52b019d0d329324620d7bc971b2b235"
19999dependencies = [
20000 "anyhow",
20001 "cranelift-codegen",
20002 "gimli",
20003 "object",
20004 "target-lexicon",
20005 "wasmparser 0.236.1",
20006 "wasmtime-environ",
20007 "wasmtime-internal-cranelift",
20008 "winch-codegen",
20009]
20010
20011[[package]]
20012name = "wasmtime-internal-wit-bindgen"
20013version = "36.0.7"
20014source = "registry+https://github.com/rust-lang/crates.io-index"
20015checksum = "ff555cfb71577028616d65c00221c7fe6eef45a9ebb96fc6d34d4a41fa1de191"
20016dependencies = [
20017 "anyhow",
20018 "bitflags 2.10.0",
20019 "heck 0.5.0",
20020 "indexmap",
20021 "wit-parser 0.236.1",
20022]
20023
20024[[package]]
20025name = "wasmtime-wasi"
20026version = "36.0.6"
20027source = "registry+https://github.com/rust-lang/crates.io-index"
20028checksum = "c3c2e99fbaa0c26b4680e0c9af07e3f7b25f5fbc1ad97dd34067980bd027d3e5"
20029dependencies = [
20030 "anyhow",
20031 "async-trait",
20032 "bitflags 2.10.0",
20033 "bytes 1.11.1",
20034 "cap-fs-ext",
20035 "cap-net-ext",
20036 "cap-rand",
20037 "cap-std",
20038 "cap-time-ext",
20039 "fs-set-times",
20040 "futures 0.3.32",
20041 "io-extras",
20042 "io-lifetimes",
20043 "rustix 1.1.2",
20044 "system-interface",
20045 "thiserror 2.0.17",
20046 "tokio",
20047 "tracing",
20048 "url",
20049 "wasmtime",
20050 "wasmtime-wasi-io",
20051 "wiggle",
20052 "windows-sys 0.60.2",
20053]
20054
20055[[package]]
20056name = "wasmtime-wasi-io"
20057version = "36.0.6"
20058source = "registry+https://github.com/rust-lang/crates.io-index"
20059checksum = "de2dc367052562c228ce51ee4426330840433c29c0ea3349eca5ddeb475ecdb9"
20060dependencies = [
20061 "anyhow",
20062 "async-trait",
20063 "bytes 1.11.1",
20064 "futures 0.3.32",
20065 "wasmtime",
20066]
20067
20068[[package]]
20069name = "wast"
20070version = "35.0.2"
20071source = "registry+https://github.com/rust-lang/crates.io-index"
20072checksum = "2ef140f1b49946586078353a453a1d28ba90adfc54dde75710bc1931de204d68"
20073dependencies = [
20074 "leb128",
20075]
20076
20077[[package]]
20078name = "watch"
20079version = "0.1.0"
20080dependencies = [
20081 "ctor",
20082 "futures 0.3.32",
20083 "gpui",
20084 "parking_lot",
20085 "zlog",
20086]
20087
20088[[package]]
20089name = "wax"
20090version = "0.7.0"
20091source = "registry+https://github.com/rust-lang/crates.io-index"
20092checksum = "1f8cbf8125142b9b30321ac8721f54c52fbcd6659f76cf863d5e2e38c07a3d7b"
20093dependencies = [
20094 "const_format",
20095 "itertools 0.14.0",
20096 "nom 7.1.3",
20097 "pori",
20098 "regex",
20099 "thiserror 2.0.17",
20100 "walkdir",
20101]
20102
20103[[package]]
20104name = "wayland-backend"
20105version = "0.3.11"
20106source = "registry+https://github.com/rust-lang/crates.io-index"
20107checksum = "673a33c33048a5ade91a6b139580fa174e19fb0d23f396dca9fa15f2e1e49b35"
20108dependencies = [
20109 "cc",
20110 "downcast-rs",
20111 "rustix 1.1.2",
20112 "scoped-tls",
20113 "smallvec",
20114 "wayland-sys",
20115]
20116
20117[[package]]
20118name = "wayland-client"
20119version = "0.31.11"
20120source = "registry+https://github.com/rust-lang/crates.io-index"
20121checksum = "c66a47e840dc20793f2264eb4b3e4ecb4b75d91c0dd4af04b456128e0bdd449d"
20122dependencies = [
20123 "bitflags 2.10.0",
20124 "rustix 1.1.2",
20125 "wayland-backend",
20126 "wayland-scanner",
20127]
20128
20129[[package]]
20130name = "wayland-cursor"
20131version = "0.31.11"
20132source = "registry+https://github.com/rust-lang/crates.io-index"
20133checksum = "447ccc440a881271b19e9989f75726d60faa09b95b0200a9b7eb5cc47c3eeb29"
20134dependencies = [
20135 "rustix 1.1.2",
20136 "wayland-client",
20137 "xcursor",
20138]
20139
20140[[package]]
20141name = "wayland-protocols"
20142version = "0.32.9"
20143source = "registry+https://github.com/rust-lang/crates.io-index"
20144checksum = "efa790ed75fbfd71283bd2521a1cfdc022aabcc28bdcff00851f9e4ae88d9901"
20145dependencies = [
20146 "bitflags 2.10.0",
20147 "wayland-backend",
20148 "wayland-client",
20149 "wayland-scanner",
20150]
20151
20152[[package]]
20153name = "wayland-protocols-plasma"
20154version = "0.3.9"
20155source = "registry+https://github.com/rust-lang/crates.io-index"
20156checksum = "a07a14257c077ab3279987c4f8bb987851bf57081b93710381daea94f2c2c032"
20157dependencies = [
20158 "bitflags 2.10.0",
20159 "wayland-backend",
20160 "wayland-client",
20161 "wayland-protocols",
20162 "wayland-scanner",
20163]
20164
20165[[package]]
20166name = "wayland-protocols-wlr"
20167version = "0.3.9"
20168source = "registry+https://github.com/rust-lang/crates.io-index"
20169checksum = "efd94963ed43cf9938a090ca4f7da58eb55325ec8200c3848963e98dc25b78ec"
20170dependencies = [
20171 "bitflags 2.10.0",
20172 "wayland-backend",
20173 "wayland-client",
20174 "wayland-protocols",
20175 "wayland-scanner",
20176]
20177
20178[[package]]
20179name = "wayland-scanner"
20180version = "0.31.7"
20181source = "registry+https://github.com/rust-lang/crates.io-index"
20182checksum = "54cb1e9dc49da91950bdfd8b848c49330536d9d1fb03d4bfec8cae50caa50ae3"
20183dependencies = [
20184 "proc-macro2",
20185 "quick-xml 0.37.5",
20186 "quote",
20187]
20188
20189[[package]]
20190name = "wayland-sys"
20191version = "0.31.7"
20192source = "registry+https://github.com/rust-lang/crates.io-index"
20193checksum = "34949b42822155826b41db8e5d0c1be3a2bd296c747577a43a3e6daefc296142"
20194dependencies = [
20195 "dlib",
20196 "log",
20197 "once_cell",
20198 "pkg-config",
20199]
20200
20201[[package]]
20202name = "web-sys"
20203version = "0.3.90"
20204source = "registry+https://github.com/rust-lang/crates.io-index"
20205checksum = "705eceb4ce901230f8625bd1d665128056ccbe4b7408faa625eec1ba80f59a97"
20206dependencies = [
20207 "js-sys",
20208 "wasm-bindgen",
20209]
20210
20211[[package]]
20212name = "web-time"
20213version = "1.1.0"
20214source = "registry+https://github.com/rust-lang/crates.io-index"
20215checksum = "5a6580f308b1fad9207618087a65c04e7a10bc77e02c8e84e9b00dd4b12fa0bb"
20216dependencies = [
20217 "js-sys",
20218 "serde",
20219 "wasm-bindgen",
20220]
20221
20222[[package]]
20223name = "web_atoms"
20224version = "0.1.3"
20225source = "registry+https://github.com/rust-lang/crates.io-index"
20226checksum = "57ffde1dc01240bdf9992e3205668b235e59421fd085e8a317ed98da0178d414"
20227dependencies = [
20228 "phf 0.11.3",
20229 "phf_codegen",
20230 "string_cache",
20231 "string_cache_codegen",
20232]
20233
20234[[package]]
20235name = "web_search"
20236version = "0.1.0"
20237dependencies = [
20238 "anyhow",
20239 "cloud_llm_client",
20240 "collections",
20241 "gpui",
20242 "serde",
20243]
20244
20245[[package]]
20246name = "web_search_providers"
20247version = "0.1.0"
20248dependencies = [
20249 "anyhow",
20250 "client",
20251 "cloud_api_client",
20252 "cloud_api_types",
20253 "cloud_llm_client",
20254 "futures 0.3.32",
20255 "gpui",
20256 "http_client",
20257 "language_model",
20258 "serde",
20259 "serde_json",
20260 "web_search",
20261]
20262
20263[[package]]
20264name = "webpki-root-certs"
20265version = "0.26.8"
20266source = "registry+https://github.com/rust-lang/crates.io-index"
20267checksum = "09aed61f5e8d2c18344b3faa33a4c837855fe56642757754775548fee21386c4"
20268dependencies = [
20269 "rustls-pki-types",
20270]
20271
20272[[package]]
20273name = "webpki-roots"
20274version = "0.26.8"
20275source = "registry+https://github.com/rust-lang/crates.io-index"
20276checksum = "2210b291f7ea53617fbafcc4939f10914214ec15aace5ba62293a668f322c5c9"
20277dependencies = [
20278 "rustls-pki-types",
20279]
20280
20281[[package]]
20282name = "webrtc-sys"
20283version = "0.3.23"
20284source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20285dependencies = [
20286 "cc",
20287 "cxx",
20288 "cxx-build",
20289 "glob",
20290 "log",
20291 "pkg-config",
20292 "webrtc-sys-build",
20293]
20294
20295[[package]]
20296name = "webrtc-sys-build"
20297version = "0.3.13"
20298source = "git+https://github.com/zed-industries/livekit-rust-sdks?rev=147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1#147fbca3d4b592d96d33f5e6a84b59fc0b5d9bf1"
20299dependencies = [
20300 "anyhow",
20301 "fs2",
20302 "regex",
20303 "reqwest 0.12.24",
20304 "scratch",
20305 "semver",
20306 "zip 0.6.6",
20307]
20308
20309[[package]]
20310name = "weezl"
20311version = "0.1.10"
20312source = "registry+https://github.com/rust-lang/crates.io-index"
20313checksum = "a751b3277700db47d3e574514de2eced5e54dc8a5436a3bf7a0b248b2cee16f3"
20314
20315[[package]]
20316name = "wgpu"
20317version = "29.0.0"
20318source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20319dependencies = [
20320 "arrayvec",
20321 "bitflags 2.10.0",
20322 "bytemuck",
20323 "cfg-if",
20324 "cfg_aliases 0.2.1",
20325 "document-features",
20326 "hashbrown 0.16.1",
20327 "js-sys",
20328 "log",
20329 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20330 "parking_lot",
20331 "portable-atomic",
20332 "profiling",
20333 "raw-window-handle",
20334 "smallvec",
20335 "static_assertions",
20336 "wasm-bindgen",
20337 "wasm-bindgen-futures",
20338 "web-sys",
20339 "wgpu-core",
20340 "wgpu-hal",
20341 "wgpu-types",
20342]
20343
20344[[package]]
20345name = "wgpu-core"
20346version = "29.0.0"
20347source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20348dependencies = [
20349 "arrayvec",
20350 "bit-set 0.9.1",
20351 "bit-vec 0.9.1",
20352 "bitflags 2.10.0",
20353 "bytemuck",
20354 "cfg_aliases 0.2.1",
20355 "document-features",
20356 "hashbrown 0.16.1",
20357 "indexmap",
20358 "log",
20359 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20360 "once_cell",
20361 "parking_lot",
20362 "portable-atomic",
20363 "profiling",
20364 "raw-window-handle",
20365 "rustc-hash 1.1.0",
20366 "smallvec",
20367 "thiserror 2.0.17",
20368 "wgpu-core-deps-apple",
20369 "wgpu-core-deps-emscripten",
20370 "wgpu-core-deps-windows-linux-android",
20371 "wgpu-hal",
20372 "wgpu-naga-bridge",
20373 "wgpu-types",
20374]
20375
20376[[package]]
20377name = "wgpu-core-deps-apple"
20378version = "29.0.0"
20379source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20380dependencies = [
20381 "wgpu-hal",
20382]
20383
20384[[package]]
20385name = "wgpu-core-deps-emscripten"
20386version = "29.0.0"
20387source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20388dependencies = [
20389 "wgpu-hal",
20390]
20391
20392[[package]]
20393name = "wgpu-core-deps-windows-linux-android"
20394version = "29.0.0"
20395source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20396dependencies = [
20397 "wgpu-hal",
20398]
20399
20400[[package]]
20401name = "wgpu-hal"
20402version = "29.0.0"
20403source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20404dependencies = [
20405 "android_system_properties",
20406 "arrayvec",
20407 "ash",
20408 "bit-set 0.9.1",
20409 "bitflags 2.10.0",
20410 "block2",
20411 "bytemuck",
20412 "cfg-if",
20413 "cfg_aliases 0.2.1",
20414 "glow",
20415 "glutin_wgl_sys",
20416 "gpu-allocator",
20417 "gpu-descriptor",
20418 "hashbrown 0.16.1",
20419 "js-sys",
20420 "khronos-egl",
20421 "libc",
20422 "libloading",
20423 "log",
20424 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20425 "ndk-sys",
20426 "objc2",
20427 "objc2-core-foundation",
20428 "objc2-foundation",
20429 "objc2-metal",
20430 "objc2-quartz-core",
20431 "once_cell",
20432 "ordered-float 4.6.0",
20433 "parking_lot",
20434 "portable-atomic",
20435 "portable-atomic-util",
20436 "profiling",
20437 "range-alloc",
20438 "raw-window-handle",
20439 "raw-window-metal",
20440 "renderdoc-sys",
20441 "smallvec",
20442 "thiserror 2.0.17",
20443 "wasm-bindgen",
20444 "wayland-sys",
20445 "web-sys",
20446 "wgpu-naga-bridge",
20447 "wgpu-types",
20448 "windows 0.62.2",
20449 "windows-core 0.62.2",
20450]
20451
20452[[package]]
20453name = "wgpu-naga-bridge"
20454version = "29.0.0"
20455source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20456dependencies = [
20457 "naga 29.0.0 (git+https://github.com/zed-industries/wgpu.git?branch=v29)",
20458 "wgpu-types",
20459]
20460
20461[[package]]
20462name = "wgpu-types"
20463version = "29.0.0"
20464source = "git+https://github.com/zed-industries/wgpu.git?branch=v29#a466bc382ea747f8e1ac810efdb6dcd49a514575"
20465dependencies = [
20466 "bitflags 2.10.0",
20467 "bytemuck",
20468 "js-sys",
20469 "log",
20470 "raw-window-handle",
20471 "web-sys",
20472]
20473
20474[[package]]
20475name = "which"
20476version = "4.4.2"
20477source = "registry+https://github.com/rust-lang/crates.io-index"
20478checksum = "87ba24419a2078cd2b0f2ede2691b6c66d8e47836da3b6db8265ebad47afbfc7"
20479dependencies = [
20480 "either",
20481 "home",
20482 "once_cell",
20483 "rustix 0.38.44",
20484]
20485
20486[[package]]
20487name = "which"
20488version = "6.0.3"
20489source = "registry+https://github.com/rust-lang/crates.io-index"
20490checksum = "b4ee928febd44d98f2f459a4a79bd4d928591333a494a10a868418ac1b39cf1f"
20491dependencies = [
20492 "either",
20493 "home",
20494 "rustix 0.38.44",
20495 "winsafe",
20496]
20497
20498[[package]]
20499name = "which_key"
20500version = "0.1.0"
20501dependencies = [
20502 "command_palette",
20503 "gpui",
20504 "serde",
20505 "settings",
20506 "theme_settings",
20507 "ui",
20508 "util",
20509 "workspace",
20510]
20511
20512[[package]]
20513name = "whoami"
20514version = "1.6.1"
20515source = "registry+https://github.com/rust-lang/crates.io-index"
20516checksum = "5d4a4db5077702ca3015d3d02d74974948aba2ad9e12ab7df718ee64ccd7e97d"
20517dependencies = [
20518 "libredox",
20519 "wasite",
20520]
20521
20522[[package]]
20523name = "wiggle"
20524version = "36.0.6"
20525source = "registry+https://github.com/rust-lang/crates.io-index"
20526checksum = "c13d1ae265bd6e5e608827d2535665453cae5cb64950de66e2d5767d3e32c43a"
20527dependencies = [
20528 "anyhow",
20529 "async-trait",
20530 "bitflags 2.10.0",
20531 "thiserror 2.0.17",
20532 "tracing",
20533 "wasmtime",
20534 "wiggle-macro",
20535]
20536
20537[[package]]
20538name = "wiggle-generate"
20539version = "36.0.6"
20540source = "registry+https://github.com/rust-lang/crates.io-index"
20541checksum = "607c4966f6b30da20d24560220137cbd09df722f0558eac81c05624700af5e05"
20542dependencies = [
20543 "anyhow",
20544 "heck 0.5.0",
20545 "proc-macro2",
20546 "quote",
20547 "syn 2.0.117",
20548 "witx",
20549]
20550
20551[[package]]
20552name = "wiggle-macro"
20553version = "36.0.6"
20554source = "registry+https://github.com/rust-lang/crates.io-index"
20555checksum = "fc36e39412fa35f7cc86b3705dbe154168721dd3e71f6dc4a726b266d5c60c55"
20556dependencies = [
20557 "proc-macro2",
20558 "quote",
20559 "syn 2.0.117",
20560 "wiggle-generate",
20561]
20562
20563[[package]]
20564name = "winapi"
20565version = "0.3.9"
20566source = "registry+https://github.com/rust-lang/crates.io-index"
20567checksum = "5c839a674fcd7a98952e593242ea400abe93992746761e38641405d28b00f419"
20568dependencies = [
20569 "winapi-i686-pc-windows-gnu",
20570 "winapi-x86_64-pc-windows-gnu",
20571]
20572
20573[[package]]
20574name = "winapi-i686-pc-windows-gnu"
20575version = "0.4.0"
20576source = "registry+https://github.com/rust-lang/crates.io-index"
20577checksum = "ac3b87c63620426dd9b991e5ce0329eff545bccbbb34f3be09ff6fb6ab51b7b6"
20578
20579[[package]]
20580name = "winapi-util"
20581version = "0.1.11"
20582source = "registry+https://github.com/rust-lang/crates.io-index"
20583checksum = "c2a7b1c03c876122aa43f3020e6c3c3ee5c05081c9a00739faf7503aeba10d22"
20584dependencies = [
20585 "windows-sys 0.61.2",
20586]
20587
20588[[package]]
20589name = "winapi-x86_64-pc-windows-gnu"
20590version = "0.4.0"
20591source = "registry+https://github.com/rust-lang/crates.io-index"
20592checksum = "712e227841d057c1ee1cd2fb22fa7e5a5461ae8e48fa2ca79ec42cfc1931183f"
20593
20594[[package]]
20595name = "winch-codegen"
20596version = "36.0.7"
20597source = "registry+https://github.com/rust-lang/crates.io-index"
20598checksum = "0989126b21d12c9923aa2de7ddbcf87db03037b24b7365041d9dd0095b69d8cb"
20599dependencies = [
20600 "anyhow",
20601 "cranelift-assembler-x64",
20602 "cranelift-codegen",
20603 "gimli",
20604 "regalloc2",
20605 "smallvec",
20606 "target-lexicon",
20607 "thiserror 2.0.17",
20608 "wasmparser 0.236.1",
20609 "wasmtime-environ",
20610 "wasmtime-internal-cranelift",
20611 "wasmtime-internal-math",
20612]
20613
20614[[package]]
20615name = "windows"
20616version = "0.56.0"
20617source = "registry+https://github.com/rust-lang/crates.io-index"
20618checksum = "1de69df01bdf1ead2f4ac895dc77c9351aefff65b2f3db429a343f9cbf05e132"
20619dependencies = [
20620 "windows-core 0.56.0",
20621 "windows-targets 0.52.6",
20622]
20623
20624[[package]]
20625name = "windows"
20626version = "0.57.0"
20627source = "registry+https://github.com/rust-lang/crates.io-index"
20628checksum = "12342cb4d8e3b046f3d80effd474a7a02447231330ef77d71daa6fbc40681143"
20629dependencies = [
20630 "windows-core 0.57.0",
20631 "windows-targets 0.52.6",
20632]
20633
20634[[package]]
20635name = "windows"
20636version = "0.58.0"
20637source = "registry+https://github.com/rust-lang/crates.io-index"
20638checksum = "dd04d41d93c4992d421894c18c8b43496aa748dd4c081bac0dc93eb0489272b6"
20639dependencies = [
20640 "windows-core 0.58.0",
20641 "windows-targets 0.52.6",
20642]
20643
20644[[package]]
20645name = "windows"
20646version = "0.61.3"
20647source = "registry+https://github.com/rust-lang/crates.io-index"
20648checksum = "9babd3a767a4c1aef6900409f85f5d53ce2544ccdfaa86dad48c91782c6d6893"
20649dependencies = [
20650 "windows-collections 0.2.0",
20651 "windows-core 0.61.2",
20652 "windows-future 0.2.1",
20653 "windows-link 0.1.3",
20654 "windows-numerics 0.2.0",
20655]
20656
20657[[package]]
20658name = "windows"
20659version = "0.62.2"
20660source = "registry+https://github.com/rust-lang/crates.io-index"
20661checksum = "527fadee13e0c05939a6a05d5bd6eec6cd2e3dbd648b9f8e447c6518133d8580"
20662dependencies = [
20663 "windows-collections 0.3.2",
20664 "windows-core 0.62.2",
20665 "windows-future 0.3.2",
20666 "windows-numerics 0.3.1",
20667]
20668
20669[[package]]
20670name = "windows-bindgen"
20671version = "0.61.1"
20672source = "registry+https://github.com/rust-lang/crates.io-index"
20673checksum = "9b4e97b01190d32f268a2dfbd3f006f77840633746707fbe40bcee588108a231"
20674dependencies = [
20675 "serde",
20676 "serde_json",
20677 "windows-threading 0.1.0",
20678]
20679
20680[[package]]
20681name = "windows-capture"
20682version = "1.4.3"
20683source = "git+https://github.com/zed-industries/windows-capture.git?rev=f0d6c1b6691db75461b732f6d5ff56eed002eeb9#f0d6c1b6691db75461b732f6d5ff56eed002eeb9"
20684dependencies = [
20685 "clap",
20686 "ctrlc",
20687 "parking_lot",
20688 "rayon",
20689 "thiserror 2.0.17",
20690 "windows 0.61.3",
20691 "windows-future 0.2.1",
20692]
20693
20694[[package]]
20695name = "windows-collections"
20696version = "0.2.0"
20697source = "registry+https://github.com/rust-lang/crates.io-index"
20698checksum = "3beeceb5e5cfd9eb1d76b381630e82c4241ccd0d27f1a39ed41b2760b255c5e8"
20699dependencies = [
20700 "windows-core 0.61.2",
20701]
20702
20703[[package]]
20704name = "windows-collections"
20705version = "0.3.2"
20706source = "registry+https://github.com/rust-lang/crates.io-index"
20707checksum = "23b2d95af1a8a14a3c7367e1ed4fc9c20e0a26e79551b1454d72583c97cc6610"
20708dependencies = [
20709 "windows-core 0.62.2",
20710]
20711
20712[[package]]
20713name = "windows-core"
20714version = "0.56.0"
20715source = "registry+https://github.com/rust-lang/crates.io-index"
20716checksum = "4698e52ed2d08f8658ab0c39512a7c00ee5fe2688c65f8c0a4f06750d729f2a6"
20717dependencies = [
20718 "windows-implement 0.56.0",
20719 "windows-interface 0.56.0",
20720 "windows-result 0.1.2",
20721 "windows-targets 0.52.6",
20722]
20723
20724[[package]]
20725name = "windows-core"
20726version = "0.57.0"
20727source = "registry+https://github.com/rust-lang/crates.io-index"
20728checksum = "d2ed2439a290666cd67ecce2b0ffaad89c2a56b976b736e6ece670297897832d"
20729dependencies = [
20730 "windows-implement 0.57.0",
20731 "windows-interface 0.57.0",
20732 "windows-result 0.1.2",
20733 "windows-targets 0.52.6",
20734]
20735
20736[[package]]
20737name = "windows-core"
20738version = "0.58.0"
20739source = "registry+https://github.com/rust-lang/crates.io-index"
20740checksum = "6ba6d44ec8c2591c134257ce647b7ea6b20335bf6379a27dac5f1641fcf59f99"
20741dependencies = [
20742 "windows-implement 0.58.0",
20743 "windows-interface 0.58.0",
20744 "windows-result 0.2.0",
20745 "windows-strings 0.1.0",
20746 "windows-targets 0.52.6",
20747]
20748
20749[[package]]
20750name = "windows-core"
20751version = "0.61.2"
20752source = "registry+https://github.com/rust-lang/crates.io-index"
20753checksum = "c0fdd3ddb90610c7638aa2b3a3ab2904fb9e5cdbecc643ddb3647212781c4ae3"
20754dependencies = [
20755 "windows-implement 0.60.2",
20756 "windows-interface 0.59.3",
20757 "windows-link 0.1.3",
20758 "windows-result 0.3.4",
20759 "windows-strings 0.4.2",
20760]
20761
20762[[package]]
20763name = "windows-core"
20764version = "0.62.2"
20765source = "registry+https://github.com/rust-lang/crates.io-index"
20766checksum = "b8e83a14d34d0623b51dce9581199302a221863196a1dde71a7663a4c2be9deb"
20767dependencies = [
20768 "windows-implement 0.60.2",
20769 "windows-interface 0.59.3",
20770 "windows-link 0.2.1",
20771 "windows-result 0.4.1",
20772 "windows-strings 0.5.1",
20773]
20774
20775[[package]]
20776name = "windows-future"
20777version = "0.2.1"
20778source = "registry+https://github.com/rust-lang/crates.io-index"
20779checksum = "fc6a41e98427b19fe4b73c550f060b59fa592d7d686537eebf9385621bfbad8e"
20780dependencies = [
20781 "windows-core 0.61.2",
20782 "windows-link 0.1.3",
20783 "windows-threading 0.1.0",
20784]
20785
20786[[package]]
20787name = "windows-future"
20788version = "0.3.2"
20789source = "registry+https://github.com/rust-lang/crates.io-index"
20790checksum = "e1d6f90251fe18a279739e78025bd6ddc52a7e22f921070ccdc67dde84c605cb"
20791dependencies = [
20792 "windows-core 0.62.2",
20793 "windows-link 0.2.1",
20794 "windows-threading 0.2.1",
20795]
20796
20797[[package]]
20798name = "windows-implement"
20799version = "0.56.0"
20800source = "registry+https://github.com/rust-lang/crates.io-index"
20801checksum = "f6fc35f58ecd95a9b71c4f2329b911016e6bec66b3f2e6a4aad86bd2e99e2f9b"
20802dependencies = [
20803 "proc-macro2",
20804 "quote",
20805 "syn 2.0.117",
20806]
20807
20808[[package]]
20809name = "windows-implement"
20810version = "0.57.0"
20811source = "registry+https://github.com/rust-lang/crates.io-index"
20812checksum = "9107ddc059d5b6fbfbffdfa7a7fe3e22a226def0b2608f72e9d552763d3e1ad7"
20813dependencies = [
20814 "proc-macro2",
20815 "quote",
20816 "syn 2.0.117",
20817]
20818
20819[[package]]
20820name = "windows-implement"
20821version = "0.58.0"
20822source = "registry+https://github.com/rust-lang/crates.io-index"
20823checksum = "2bbd5b46c938e506ecbce286b6628a02171d56153ba733b6c741fc627ec9579b"
20824dependencies = [
20825 "proc-macro2",
20826 "quote",
20827 "syn 2.0.117",
20828]
20829
20830[[package]]
20831name = "windows-implement"
20832version = "0.60.2"
20833source = "registry+https://github.com/rust-lang/crates.io-index"
20834checksum = "053e2e040ab57b9dc951b72c264860db7eb3b0200ba345b4e4c3b14f67855ddf"
20835dependencies = [
20836 "proc-macro2",
20837 "quote",
20838 "syn 2.0.117",
20839]
20840
20841[[package]]
20842name = "windows-interface"
20843version = "0.56.0"
20844source = "registry+https://github.com/rust-lang/crates.io-index"
20845checksum = "08990546bf4edef8f431fa6326e032865f27138718c587dc21bc0265bbcb57cc"
20846dependencies = [
20847 "proc-macro2",
20848 "quote",
20849 "syn 2.0.117",
20850]
20851
20852[[package]]
20853name = "windows-interface"
20854version = "0.57.0"
20855source = "registry+https://github.com/rust-lang/crates.io-index"
20856checksum = "29bee4b38ea3cde66011baa44dba677c432a78593e202392d1e9070cf2a7fca7"
20857dependencies = [
20858 "proc-macro2",
20859 "quote",
20860 "syn 2.0.117",
20861]
20862
20863[[package]]
20864name = "windows-interface"
20865version = "0.58.0"
20866source = "registry+https://github.com/rust-lang/crates.io-index"
20867checksum = "053c4c462dc91d3b1504c6fe5a726dd15e216ba718e84a0e46a88fbe5ded3515"
20868dependencies = [
20869 "proc-macro2",
20870 "quote",
20871 "syn 2.0.117",
20872]
20873
20874[[package]]
20875name = "windows-interface"
20876version = "0.59.3"
20877source = "registry+https://github.com/rust-lang/crates.io-index"
20878checksum = "3f316c4a2570ba26bbec722032c4099d8c8bc095efccdc15688708623367e358"
20879dependencies = [
20880 "proc-macro2",
20881 "quote",
20882 "syn 2.0.117",
20883]
20884
20885[[package]]
20886name = "windows-link"
20887version = "0.1.3"
20888source = "registry+https://github.com/rust-lang/crates.io-index"
20889checksum = "5e6ad25900d524eaabdbbb96d20b4311e1e7ae1699af4fb28c17ae66c80d798a"
20890
20891[[package]]
20892name = "windows-link"
20893version = "0.2.1"
20894source = "registry+https://github.com/rust-lang/crates.io-index"
20895checksum = "f0805222e57f7521d6a62e36fa9163bc891acd422f971defe97d64e70d0a4fe5"
20896
20897[[package]]
20898name = "windows-numerics"
20899version = "0.2.0"
20900source = "registry+https://github.com/rust-lang/crates.io-index"
20901checksum = "9150af68066c4c5c07ddc0ce30421554771e528bde427614c61038bc2c92c2b1"
20902dependencies = [
20903 "windows-core 0.61.2",
20904 "windows-link 0.1.3",
20905]
20906
20907[[package]]
20908name = "windows-numerics"
20909version = "0.3.1"
20910source = "registry+https://github.com/rust-lang/crates.io-index"
20911checksum = "6e2e40844ac143cdb44aead537bbf727de9b044e107a0f1220392177d15b0f26"
20912dependencies = [
20913 "windows-core 0.62.2",
20914 "windows-link 0.2.1",
20915]
20916
20917[[package]]
20918name = "windows-registry"
20919version = "0.4.0"
20920source = "registry+https://github.com/rust-lang/crates.io-index"
20921checksum = "4286ad90ddb45071efd1a66dfa43eb02dd0dfbae1545ad6cc3c51cf34d7e8ba3"
20922dependencies = [
20923 "windows-result 0.3.4",
20924 "windows-strings 0.3.1",
20925 "windows-targets 0.53.5",
20926]
20927
20928[[package]]
20929name = "windows-registry"
20930version = "0.5.3"
20931source = "registry+https://github.com/rust-lang/crates.io-index"
20932checksum = "5b8a9ed28765efc97bbc954883f4e6796c33a06546ebafacbabee9696967499e"
20933dependencies = [
20934 "windows-link 0.1.3",
20935 "windows-result 0.3.4",
20936 "windows-strings 0.4.2",
20937]
20938
20939[[package]]
20940name = "windows-registry"
20941version = "0.6.1"
20942source = "registry+https://github.com/rust-lang/crates.io-index"
20943checksum = "02752bf7fbdcce7f2a27a742f798510f3e5ad88dbe84871e5168e2120c3d5720"
20944dependencies = [
20945 "windows-link 0.2.1",
20946 "windows-result 0.4.1",
20947 "windows-strings 0.5.1",
20948]
20949
20950[[package]]
20951name = "windows-result"
20952version = "0.1.2"
20953source = "registry+https://github.com/rust-lang/crates.io-index"
20954checksum = "5e383302e8ec8515204254685643de10811af0ed97ea37210dc26fb0032647f8"
20955dependencies = [
20956 "windows-targets 0.52.6",
20957]
20958
20959[[package]]
20960name = "windows-result"
20961version = "0.2.0"
20962source = "registry+https://github.com/rust-lang/crates.io-index"
20963checksum = "1d1043d8214f791817bab27572aaa8af63732e11bf84aa21a45a78d6c317ae0e"
20964dependencies = [
20965 "windows-targets 0.52.6",
20966]
20967
20968[[package]]
20969name = "windows-result"
20970version = "0.3.4"
20971source = "registry+https://github.com/rust-lang/crates.io-index"
20972checksum = "56f42bd332cc6c8eac5af113fc0c1fd6a8fd2aa08a0119358686e5160d0586c6"
20973dependencies = [
20974 "windows-link 0.1.3",
20975]
20976
20977[[package]]
20978name = "windows-result"
20979version = "0.4.1"
20980source = "registry+https://github.com/rust-lang/crates.io-index"
20981checksum = "7781fa89eaf60850ac3d2da7af8e5242a5ea78d1a11c49bf2910bb5a73853eb5"
20982dependencies = [
20983 "windows-link 0.2.1",
20984]
20985
20986[[package]]
20987name = "windows-strings"
20988version = "0.1.0"
20989source = "registry+https://github.com/rust-lang/crates.io-index"
20990checksum = "4cd9b125c486025df0eabcb585e62173c6c9eddcec5d117d3b6e8c30e2ee4d10"
20991dependencies = [
20992 "windows-result 0.2.0",
20993 "windows-targets 0.52.6",
20994]
20995
20996[[package]]
20997name = "windows-strings"
20998version = "0.3.1"
20999source = "registry+https://github.com/rust-lang/crates.io-index"
21000checksum = "87fa48cc5d406560701792be122a10132491cff9d0aeb23583cc2dcafc847319"
21001dependencies = [
21002 "windows-link 0.1.3",
21003]
21004
21005[[package]]
21006name = "windows-strings"
21007version = "0.4.2"
21008source = "registry+https://github.com/rust-lang/crates.io-index"
21009checksum = "56e6c93f3a0c3b36176cb1327a4958a0353d5d166c2a35cb268ace15e91d3b57"
21010dependencies = [
21011 "windows-link 0.1.3",
21012]
21013
21014[[package]]
21015name = "windows-strings"
21016version = "0.5.1"
21017source = "registry+https://github.com/rust-lang/crates.io-index"
21018checksum = "7837d08f69c77cf6b07689544538e017c1bfcf57e34b4c0ff58e6c2cd3b37091"
21019dependencies = [
21020 "windows-link 0.2.1",
21021]
21022
21023[[package]]
21024name = "windows-sys"
21025version = "0.45.0"
21026source = "registry+https://github.com/rust-lang/crates.io-index"
21027checksum = "75283be5efb2831d37ea142365f009c02ec203cd29a3ebecbc093d52315b66d0"
21028dependencies = [
21029 "windows-targets 0.42.2",
21030]
21031
21032[[package]]
21033name = "windows-sys"
21034version = "0.48.0"
21035source = "registry+https://github.com/rust-lang/crates.io-index"
21036checksum = "677d2418bec65e3338edb076e806bc1ec15693c5d0104683f2efe857f61056a9"
21037dependencies = [
21038 "windows-targets 0.48.5",
21039]
21040
21041[[package]]
21042name = "windows-sys"
21043version = "0.52.0"
21044source = "registry+https://github.com/rust-lang/crates.io-index"
21045checksum = "282be5f36a8ce781fad8c8ae18fa3f9beff57ec1b52cb3de0789201425d9a33d"
21046dependencies = [
21047 "windows-targets 0.52.6",
21048]
21049
21050[[package]]
21051name = "windows-sys"
21052version = "0.59.0"
21053source = "registry+https://github.com/rust-lang/crates.io-index"
21054checksum = "1e38bc4d79ed67fd075bcc251a1c39b32a1776bbe92e5bef1f0bf1f8c531853b"
21055dependencies = [
21056 "windows-targets 0.52.6",
21057]
21058
21059[[package]]
21060name = "windows-sys"
21061version = "0.60.2"
21062source = "registry+https://github.com/rust-lang/crates.io-index"
21063checksum = "f2f500e4d28234f72040990ec9d39e3a6b950f9f22d3dba18416c35882612bcb"
21064dependencies = [
21065 "windows-targets 0.53.5",
21066]
21067
21068[[package]]
21069name = "windows-sys"
21070version = "0.61.2"
21071source = "registry+https://github.com/rust-lang/crates.io-index"
21072checksum = "ae137229bcbd6cdf0f7b80a31df61766145077ddf49416a728b02cb3921ff3fc"
21073dependencies = [
21074 "windows-link 0.2.1",
21075]
21076
21077[[package]]
21078name = "windows-targets"
21079version = "0.42.2"
21080source = "registry+https://github.com/rust-lang/crates.io-index"
21081checksum = "8e5180c00cd44c9b1c88adb3693291f1cd93605ded80c250a75d472756b4d071"
21082dependencies = [
21083 "windows_aarch64_gnullvm 0.42.2",
21084 "windows_aarch64_msvc 0.42.2",
21085 "windows_i686_gnu 0.42.2",
21086 "windows_i686_msvc 0.42.2",
21087 "windows_x86_64_gnu 0.42.2",
21088 "windows_x86_64_gnullvm 0.42.2",
21089 "windows_x86_64_msvc 0.42.2",
21090]
21091
21092[[package]]
21093name = "windows-targets"
21094version = "0.48.5"
21095source = "registry+https://github.com/rust-lang/crates.io-index"
21096checksum = "9a2fa6e2155d7247be68c096456083145c183cbbbc2764150dda45a87197940c"
21097dependencies = [
21098 "windows_aarch64_gnullvm 0.48.5",
21099 "windows_aarch64_msvc 0.48.5",
21100 "windows_i686_gnu 0.48.5",
21101 "windows_i686_msvc 0.48.5",
21102 "windows_x86_64_gnu 0.48.5",
21103 "windows_x86_64_gnullvm 0.48.5",
21104 "windows_x86_64_msvc 0.48.5",
21105]
21106
21107[[package]]
21108name = "windows-targets"
21109version = "0.52.6"
21110source = "registry+https://github.com/rust-lang/crates.io-index"
21111checksum = "9b724f72796e036ab90c1021d4780d4d3d648aca59e491e6b98e725b84e99973"
21112dependencies = [
21113 "windows_aarch64_gnullvm 0.52.6",
21114 "windows_aarch64_msvc 0.52.6",
21115 "windows_i686_gnu 0.52.6",
21116 "windows_i686_gnullvm 0.52.6",
21117 "windows_i686_msvc 0.52.6",
21118 "windows_x86_64_gnu 0.52.6",
21119 "windows_x86_64_gnullvm 0.52.6",
21120 "windows_x86_64_msvc 0.52.6",
21121]
21122
21123[[package]]
21124name = "windows-targets"
21125version = "0.53.5"
21126source = "registry+https://github.com/rust-lang/crates.io-index"
21127checksum = "4945f9f551b88e0d65f3db0bc25c33b8acea4d9e41163edf90dcd0b19f9069f3"
21128dependencies = [
21129 "windows-link 0.2.1",
21130 "windows_aarch64_gnullvm 0.53.1",
21131 "windows_aarch64_msvc 0.53.1",
21132 "windows_i686_gnu 0.53.1",
21133 "windows_i686_gnullvm 0.53.1",
21134 "windows_i686_msvc 0.53.1",
21135 "windows_x86_64_gnu 0.53.1",
21136 "windows_x86_64_gnullvm 0.53.1",
21137 "windows_x86_64_msvc 0.53.1",
21138]
21139
21140[[package]]
21141name = "windows-threading"
21142version = "0.1.0"
21143source = "registry+https://github.com/rust-lang/crates.io-index"
21144checksum = "b66463ad2e0ea3bbf808b7f1d371311c80e115c0b71d60efc142cafbcfb057a6"
21145dependencies = [
21146 "windows-link 0.1.3",
21147]
21148
21149[[package]]
21150name = "windows-threading"
21151version = "0.2.1"
21152source = "registry+https://github.com/rust-lang/crates.io-index"
21153checksum = "3949bd5b99cafdf1c7ca86b43ca564028dfe27d66958f2470940f73d86d75b37"
21154dependencies = [
21155 "windows-link 0.2.1",
21156]
21157
21158[[package]]
21159name = "windows_aarch64_gnullvm"
21160version = "0.42.2"
21161source = "registry+https://github.com/rust-lang/crates.io-index"
21162checksum = "597a5118570b68bc08d8d59125332c54f1ba9d9adeedeef5b99b02ba2b0698f8"
21163
21164[[package]]
21165name = "windows_aarch64_gnullvm"
21166version = "0.48.5"
21167source = "registry+https://github.com/rust-lang/crates.io-index"
21168checksum = "2b38e32f0abccf9987a4e3079dfb67dcd799fb61361e53e2882c3cbaf0d905d8"
21169
21170[[package]]
21171name = "windows_aarch64_gnullvm"
21172version = "0.52.6"
21173source = "registry+https://github.com/rust-lang/crates.io-index"
21174checksum = "32a4622180e7a0ec044bb555404c800bc9fd9ec262ec147edd5989ccd0c02cd3"
21175
21176[[package]]
21177name = "windows_aarch64_gnullvm"
21178version = "0.53.1"
21179source = "registry+https://github.com/rust-lang/crates.io-index"
21180checksum = "a9d8416fa8b42f5c947f8482c43e7d89e73a173cead56d044f6a56104a6d1b53"
21181
21182[[package]]
21183name = "windows_aarch64_msvc"
21184version = "0.42.2"
21185source = "registry+https://github.com/rust-lang/crates.io-index"
21186checksum = "e08e8864a60f06ef0d0ff4ba04124db8b0fb3be5776a5cd47641e942e58c4d43"
21187
21188[[package]]
21189name = "windows_aarch64_msvc"
21190version = "0.48.5"
21191source = "registry+https://github.com/rust-lang/crates.io-index"
21192checksum = "dc35310971f3b2dbbf3f0690a219f40e2d9afcf64f9ab7cc1be722937c26b4bc"
21193
21194[[package]]
21195name = "windows_aarch64_msvc"
21196version = "0.52.6"
21197source = "registry+https://github.com/rust-lang/crates.io-index"
21198checksum = "09ec2a7bb152e2252b53fa7803150007879548bc709c039df7627cabbd05d469"
21199
21200[[package]]
21201name = "windows_aarch64_msvc"
21202version = "0.53.1"
21203source = "registry+https://github.com/rust-lang/crates.io-index"
21204checksum = "b9d782e804c2f632e395708e99a94275910eb9100b2114651e04744e9b125006"
21205
21206[[package]]
21207name = "windows_i686_gnu"
21208version = "0.42.2"
21209source = "registry+https://github.com/rust-lang/crates.io-index"
21210checksum = "c61d927d8da41da96a81f029489353e68739737d3beca43145c8afec9a31a84f"
21211
21212[[package]]
21213name = "windows_i686_gnu"
21214version = "0.48.5"
21215source = "registry+https://github.com/rust-lang/crates.io-index"
21216checksum = "a75915e7def60c94dcef72200b9a8e58e5091744960da64ec734a6c6e9b3743e"
21217
21218[[package]]
21219name = "windows_i686_gnu"
21220version = "0.52.6"
21221source = "registry+https://github.com/rust-lang/crates.io-index"
21222checksum = "8e9b5ad5ab802e97eb8e295ac6720e509ee4c243f69d781394014ebfe8bbfa0b"
21223
21224[[package]]
21225name = "windows_i686_gnu"
21226version = "0.53.1"
21227source = "registry+https://github.com/rust-lang/crates.io-index"
21228checksum = "960e6da069d81e09becb0ca57a65220ddff016ff2d6af6a223cf372a506593a3"
21229
21230[[package]]
21231name = "windows_i686_gnullvm"
21232version = "0.52.6"
21233source = "registry+https://github.com/rust-lang/crates.io-index"
21234checksum = "0eee52d38c090b3caa76c563b86c3a4bd71ef1a819287c19d586d7334ae8ed66"
21235
21236[[package]]
21237name = "windows_i686_gnullvm"
21238version = "0.53.1"
21239source = "registry+https://github.com/rust-lang/crates.io-index"
21240checksum = "fa7359d10048f68ab8b09fa71c3daccfb0e9b559aed648a8f95469c27057180c"
21241
21242[[package]]
21243name = "windows_i686_msvc"
21244version = "0.42.2"
21245source = "registry+https://github.com/rust-lang/crates.io-index"
21246checksum = "44d840b6ec649f480a41c8d80f9c65108b92d89345dd94027bfe06ac444d1060"
21247
21248[[package]]
21249name = "windows_i686_msvc"
21250version = "0.48.5"
21251source = "registry+https://github.com/rust-lang/crates.io-index"
21252checksum = "8f55c233f70c4b27f66c523580f78f1004e8b5a8b659e05a4eb49d4166cca406"
21253
21254[[package]]
21255name = "windows_i686_msvc"
21256version = "0.52.6"
21257source = "registry+https://github.com/rust-lang/crates.io-index"
21258checksum = "240948bc05c5e7c6dabba28bf89d89ffce3e303022809e73deaefe4f6ec56c66"
21259
21260[[package]]
21261name = "windows_i686_msvc"
21262version = "0.53.1"
21263source = "registry+https://github.com/rust-lang/crates.io-index"
21264checksum = "1e7ac75179f18232fe9c285163565a57ef8d3c89254a30685b57d83a38d326c2"
21265
21266[[package]]
21267name = "windows_x86_64_gnu"
21268version = "0.42.2"
21269source = "registry+https://github.com/rust-lang/crates.io-index"
21270checksum = "8de912b8b8feb55c064867cf047dda097f92d51efad5b491dfb98f6bbb70cb36"
21271
21272[[package]]
21273name = "windows_x86_64_gnu"
21274version = "0.48.5"
21275source = "registry+https://github.com/rust-lang/crates.io-index"
21276checksum = "53d40abd2583d23e4718fddf1ebec84dbff8381c07cae67ff7768bbf19c6718e"
21277
21278[[package]]
21279name = "windows_x86_64_gnu"
21280version = "0.52.6"
21281source = "registry+https://github.com/rust-lang/crates.io-index"
21282checksum = "147a5c80aabfbf0c7d901cb5895d1de30ef2907eb21fbbab29ca94c5b08b1a78"
21283
21284[[package]]
21285name = "windows_x86_64_gnu"
21286version = "0.53.1"
21287source = "registry+https://github.com/rust-lang/crates.io-index"
21288checksum = "9c3842cdd74a865a8066ab39c8a7a473c0778a3f29370b5fd6b4b9aa7df4a499"
21289
21290[[package]]
21291name = "windows_x86_64_gnullvm"
21292version = "0.42.2"
21293source = "registry+https://github.com/rust-lang/crates.io-index"
21294checksum = "26d41b46a36d453748aedef1486d5c7a85db22e56aff34643984ea85514e94a3"
21295
21296[[package]]
21297name = "windows_x86_64_gnullvm"
21298version = "0.48.5"
21299source = "registry+https://github.com/rust-lang/crates.io-index"
21300checksum = "0b7b52767868a23d5bab768e390dc5f5c55825b6d30b86c844ff2dc7414044cc"
21301
21302[[package]]
21303name = "windows_x86_64_gnullvm"
21304version = "0.52.6"
21305source = "registry+https://github.com/rust-lang/crates.io-index"
21306checksum = "24d5b23dc417412679681396f2b49f3de8c1473deb516bd34410872eff51ed0d"
21307
21308[[package]]
21309name = "windows_x86_64_gnullvm"
21310version = "0.53.1"
21311source = "registry+https://github.com/rust-lang/crates.io-index"
21312checksum = "0ffa179e2d07eee8ad8f57493436566c7cc30ac536a3379fdf008f47f6bb7ae1"
21313
21314[[package]]
21315name = "windows_x86_64_msvc"
21316version = "0.42.2"
21317source = "registry+https://github.com/rust-lang/crates.io-index"
21318checksum = "9aec5da331524158c6d1a4ac0ab1541149c0b9505fde06423b02f5ef0106b9f0"
21319
21320[[package]]
21321name = "windows_x86_64_msvc"
21322version = "0.48.5"
21323source = "registry+https://github.com/rust-lang/crates.io-index"
21324checksum = "ed94fce61571a4006852b7389a063ab983c02eb1bb37b47f8272ce92d06d9538"
21325
21326[[package]]
21327name = "windows_x86_64_msvc"
21328version = "0.52.6"
21329source = "registry+https://github.com/rust-lang/crates.io-index"
21330checksum = "589f6da84c646204747d1270a2a5661ea66ed1cced2631d546fdfb155959f9ec"
21331
21332[[package]]
21333name = "windows_x86_64_msvc"
21334version = "0.53.1"
21335source = "registry+https://github.com/rust-lang/crates.io-index"
21336checksum = "d6bbff5f0aada427a1e5a6da5f1f98158182f26556f345ac9e04d36d0ebed650"
21337
21338[[package]]
21339name = "winnow"
21340version = "0.7.13"
21341source = "registry+https://github.com/rust-lang/crates.io-index"
21342checksum = "21a0236b59786fed61e2a80582dd500fe61f18b5dca67a4a067d0bc9039339cf"
21343dependencies = [
21344 "memchr",
21345]
21346
21347[[package]]
21348name = "winreg"
21349version = "0.10.1"
21350source = "registry+https://github.com/rust-lang/crates.io-index"
21351checksum = "80d0f4e272c85def139476380b12f9ac60926689dd2e01d4923222f40580869d"
21352dependencies = [
21353 "winapi",
21354]
21355
21356[[package]]
21357name = "winreg"
21358version = "0.50.0"
21359source = "registry+https://github.com/rust-lang/crates.io-index"
21360checksum = "524e57b2c537c0f9b1e69f1965311ec12182b4122e45035b1508cd24d2adadb1"
21361dependencies = [
21362 "cfg-if",
21363 "windows-sys 0.48.0",
21364]
21365
21366[[package]]
21367name = "winreg"
21368version = "0.55.0"
21369source = "registry+https://github.com/rust-lang/crates.io-index"
21370checksum = "cb5a765337c50e9ec252c2069be9bf91c7df47afb103b642ba3a53bf8101be97"
21371dependencies = [
21372 "cfg-if",
21373 "windows-sys 0.59.0",
21374]
21375
21376[[package]]
21377name = "winresource"
21378version = "0.1.23"
21379source = "registry+https://github.com/rust-lang/crates.io-index"
21380checksum = "edcacf11b6f48dd21b9ba002f991bdd5de29b2da8cc2800412f4b80f677e4957"
21381dependencies = [
21382 "toml 0.8.23",
21383 "version_check",
21384]
21385
21386[[package]]
21387name = "winsafe"
21388version = "0.0.19"
21389source = "registry+https://github.com/rust-lang/crates.io-index"
21390checksum = "d135d17ab770252ad95e9a872d365cf3090e3be864a34ab46f48555993efc904"
21391
21392[[package]]
21393name = "winx"
21394version = "0.36.4"
21395source = "registry+https://github.com/rust-lang/crates.io-index"
21396checksum = "3f3fd376f71958b862e7afb20cfe5a22830e1963462f3a17f49d82a6c1d1f42d"
21397dependencies = [
21398 "bitflags 2.10.0",
21399 "windows-sys 0.59.0",
21400]
21401
21402[[package]]
21403name = "wio"
21404version = "0.2.2"
21405source = "registry+https://github.com/rust-lang/crates.io-index"
21406checksum = "5d129932f4644ac2396cb456385cbf9e63b5b30c6e8dc4820bdca4eb082037a5"
21407dependencies = [
21408 "winapi",
21409]
21410
21411[[package]]
21412name = "wit-bindgen"
21413version = "0.22.0"
21414source = "registry+https://github.com/rust-lang/crates.io-index"
21415checksum = "288f992ea30e6b5c531b52cdd5f3be81c148554b09ea416f058d16556ba92c27"
21416dependencies = [
21417 "bitflags 2.10.0",
21418 "wit-bindgen-rt 0.22.0",
21419 "wit-bindgen-rust-macro 0.22.0",
21420]
21421
21422[[package]]
21423name = "wit-bindgen"
21424version = "0.41.0"
21425source = "registry+https://github.com/rust-lang/crates.io-index"
21426checksum = "10fb6648689b3929d56bbc7eb1acf70c9a42a29eb5358c67c10f54dbd5d695de"
21427dependencies = [
21428 "wit-bindgen-rt 0.41.0",
21429 "wit-bindgen-rust-macro 0.41.0",
21430]
21431
21432[[package]]
21433name = "wit-bindgen"
21434version = "0.46.0"
21435source = "registry+https://github.com/rust-lang/crates.io-index"
21436checksum = "f17a85883d4e6d00e8a97c586de764dabcc06133f7f1d55dce5cdc070ad7fe59"
21437
21438[[package]]
21439name = "wit-bindgen"
21440version = "0.51.0"
21441source = "registry+https://github.com/rust-lang/crates.io-index"
21442checksum = "d7249219f66ced02969388cf2bb044a09756a083d0fab1e566056b04d9fbcaa5"
21443dependencies = [
21444 "wit-bindgen-rust-macro 0.51.0",
21445]
21446
21447[[package]]
21448name = "wit-bindgen-core"
21449version = "0.22.0"
21450source = "registry+https://github.com/rust-lang/crates.io-index"
21451checksum = "e85e72719ffbccf279359ad071497e47eb0675fe22106dea4ed2d8a7fcb60ba4"
21452dependencies = [
21453 "anyhow",
21454 "wit-parser 0.201.0",
21455]
21456
21457[[package]]
21458name = "wit-bindgen-core"
21459version = "0.41.0"
21460source = "registry+https://github.com/rust-lang/crates.io-index"
21461checksum = "92fa781d4f2ff6d3f27f3cc9b74a73327b31ca0dc4a3ef25a0ce2983e0e5af9b"
21462dependencies = [
21463 "anyhow",
21464 "heck 0.5.0",
21465 "wit-parser 0.227.1",
21466]
21467
21468[[package]]
21469name = "wit-bindgen-core"
21470version = "0.51.0"
21471source = "registry+https://github.com/rust-lang/crates.io-index"
21472checksum = "ea61de684c3ea68cb082b7a88508a8b27fcc8b797d738bfc99a82facf1d752dc"
21473dependencies = [
21474 "anyhow",
21475 "heck 0.5.0",
21476 "wit-parser 0.244.0",
21477]
21478
21479[[package]]
21480name = "wit-bindgen-rt"
21481version = "0.22.0"
21482source = "registry+https://github.com/rust-lang/crates.io-index"
21483checksum = "fcb8738270f32a2d6739973cbbb7c1b6dd8959ce515578a6e19165853272ee64"
21484
21485[[package]]
21486name = "wit-bindgen-rt"
21487version = "0.41.0"
21488source = "registry+https://github.com/rust-lang/crates.io-index"
21489checksum = "c4db52a11d4dfb0a59f194c064055794ee6564eb1ced88c25da2cf76e50c5621"
21490dependencies = [
21491 "bitflags 2.10.0",
21492 "futures 0.3.32",
21493 "once_cell",
21494]
21495
21496[[package]]
21497name = "wit-bindgen-rust"
21498version = "0.22.0"
21499source = "registry+https://github.com/rust-lang/crates.io-index"
21500checksum = "d8a39a15d1ae2077688213611209849cad40e9e5cccf6e61951a425850677ff3"
21501dependencies = [
21502 "anyhow",
21503 "heck 0.4.1",
21504 "indexmap",
21505 "wasm-metadata 0.201.0",
21506 "wit-bindgen-core 0.22.0",
21507 "wit-component 0.201.0",
21508]
21509
21510[[package]]
21511name = "wit-bindgen-rust"
21512version = "0.41.0"
21513source = "registry+https://github.com/rust-lang/crates.io-index"
21514checksum = "9d0809dc5ba19e2e98661bf32fc0addc5a3ca5bf3a6a7083aa6ba484085ff3ce"
21515dependencies = [
21516 "anyhow",
21517 "heck 0.5.0",
21518 "indexmap",
21519 "prettyplease",
21520 "syn 2.0.117",
21521 "wasm-metadata 0.227.1",
21522 "wit-bindgen-core 0.41.0",
21523 "wit-component 0.227.1",
21524]
21525
21526[[package]]
21527name = "wit-bindgen-rust"
21528version = "0.51.0"
21529source = "registry+https://github.com/rust-lang/crates.io-index"
21530checksum = "b7c566e0f4b284dd6561c786d9cb0142da491f46a9fbed79ea69cdad5db17f21"
21531dependencies = [
21532 "anyhow",
21533 "heck 0.5.0",
21534 "indexmap",
21535 "prettyplease",
21536 "syn 2.0.117",
21537 "wasm-metadata 0.244.0",
21538 "wit-bindgen-core 0.51.0",
21539 "wit-component 0.244.0",
21540]
21541
21542[[package]]
21543name = "wit-bindgen-rust-macro"
21544version = "0.22.0"
21545source = "registry+https://github.com/rust-lang/crates.io-index"
21546checksum = "d376d3ae5850526dfd00d937faea0d81a06fa18f7ac1e26f386d760f241a8f4b"
21547dependencies = [
21548 "anyhow",
21549 "proc-macro2",
21550 "quote",
21551 "syn 2.0.117",
21552 "wit-bindgen-core 0.22.0",
21553 "wit-bindgen-rust 0.22.0",
21554]
21555
21556[[package]]
21557name = "wit-bindgen-rust-macro"
21558version = "0.41.0"
21559source = "registry+https://github.com/rust-lang/crates.io-index"
21560checksum = "ad19eec017904e04c60719592a803ee5da76cb51c81e3f6fbf9457f59db49799"
21561dependencies = [
21562 "anyhow",
21563 "prettyplease",
21564 "proc-macro2",
21565 "quote",
21566 "syn 2.0.117",
21567 "wit-bindgen-core 0.41.0",
21568 "wit-bindgen-rust 0.41.0",
21569]
21570
21571[[package]]
21572name = "wit-bindgen-rust-macro"
21573version = "0.51.0"
21574source = "registry+https://github.com/rust-lang/crates.io-index"
21575checksum = "0c0f9bfd77e6a48eccf51359e3ae77140a7f50b1e2ebfe62422d8afdaffab17a"
21576dependencies = [
21577 "anyhow",
21578 "prettyplease",
21579 "proc-macro2",
21580 "quote",
21581 "syn 2.0.117",
21582 "wit-bindgen-core 0.51.0",
21583 "wit-bindgen-rust 0.51.0",
21584]
21585
21586[[package]]
21587name = "wit-component"
21588version = "0.201.0"
21589source = "registry+https://github.com/rust-lang/crates.io-index"
21590checksum = "421c0c848a0660a8c22e2fd217929a0191f14476b68962afd2af89fd22e39825"
21591dependencies = [
21592 "anyhow",
21593 "bitflags 2.10.0",
21594 "indexmap",
21595 "log",
21596 "serde",
21597 "serde_derive",
21598 "serde_json",
21599 "wasm-encoder 0.201.0",
21600 "wasm-metadata 0.201.0",
21601 "wasmparser 0.201.0",
21602 "wit-parser 0.201.0",
21603]
21604
21605[[package]]
21606name = "wit-component"
21607version = "0.227.1"
21608source = "registry+https://github.com/rust-lang/crates.io-index"
21609checksum = "635c3adc595422cbf2341a17fb73a319669cc8d33deed3a48368a841df86b676"
21610dependencies = [
21611 "anyhow",
21612 "bitflags 2.10.0",
21613 "indexmap",
21614 "log",
21615 "serde",
21616 "serde_derive",
21617 "serde_json",
21618 "wasm-encoder 0.227.1",
21619 "wasm-metadata 0.227.1",
21620 "wasmparser 0.227.1",
21621 "wit-parser 0.227.1",
21622]
21623
21624[[package]]
21625name = "wit-component"
21626version = "0.244.0"
21627source = "registry+https://github.com/rust-lang/crates.io-index"
21628checksum = "9d66ea20e9553b30172b5e831994e35fbde2d165325bec84fc43dbf6f4eb9cb2"
21629dependencies = [
21630 "anyhow",
21631 "bitflags 2.10.0",
21632 "indexmap",
21633 "log",
21634 "serde",
21635 "serde_derive",
21636 "serde_json",
21637 "wasm-encoder 0.244.0",
21638 "wasm-metadata 0.244.0",
21639 "wasmparser 0.244.0",
21640 "wit-parser 0.244.0",
21641]
21642
21643[[package]]
21644name = "wit-parser"
21645version = "0.201.0"
21646source = "registry+https://github.com/rust-lang/crates.io-index"
21647checksum = "196d3ecfc4b759a8573bf86a9b3f8996b304b3732e4c7de81655f875f6efdca6"
21648dependencies = [
21649 "anyhow",
21650 "id-arena",
21651 "indexmap",
21652 "log",
21653 "semver",
21654 "serde",
21655 "serde_derive",
21656 "serde_json",
21657 "unicode-xid",
21658 "wasmparser 0.201.0",
21659]
21660
21661[[package]]
21662name = "wit-parser"
21663version = "0.227.1"
21664source = "registry+https://github.com/rust-lang/crates.io-index"
21665checksum = "ddf445ed5157046e4baf56f9138c124a0824d4d1657e7204d71886ad8ce2fc11"
21666dependencies = [
21667 "anyhow",
21668 "id-arena",
21669 "indexmap",
21670 "log",
21671 "semver",
21672 "serde",
21673 "serde_derive",
21674 "serde_json",
21675 "unicode-xid",
21676 "wasmparser 0.227.1",
21677]
21678
21679[[package]]
21680name = "wit-parser"
21681version = "0.236.1"
21682source = "registry+https://github.com/rust-lang/crates.io-index"
21683checksum = "16e4833a20cd6e85d6abfea0e63a399472d6f88c6262957c17f546879a80ba15"
21684dependencies = [
21685 "anyhow",
21686 "id-arena",
21687 "indexmap",
21688 "log",
21689 "semver",
21690 "serde",
21691 "serde_derive",
21692 "serde_json",
21693 "unicode-xid",
21694 "wasmparser 0.236.1",
21695]
21696
21697[[package]]
21698name = "wit-parser"
21699version = "0.244.0"
21700source = "registry+https://github.com/rust-lang/crates.io-index"
21701checksum = "ecc8ac4bc1dc3381b7f59c34f00b67e18f910c2c0f50015669dde7def656a736"
21702dependencies = [
21703 "anyhow",
21704 "id-arena",
21705 "indexmap",
21706 "log",
21707 "semver",
21708 "serde",
21709 "serde_derive",
21710 "serde_json",
21711 "unicode-xid",
21712 "wasmparser 0.244.0",
21713]
21714
21715[[package]]
21716name = "witx"
21717version = "0.9.1"
21718source = "registry+https://github.com/rust-lang/crates.io-index"
21719checksum = "e366f27a5cabcddb2706a78296a40b8fcc451e1a6aba2fc1d94b4a01bdaaef4b"
21720dependencies = [
21721 "anyhow",
21722 "log",
21723 "thiserror 1.0.69",
21724 "wast",
21725]
21726
21727[[package]]
21728name = "workspace"
21729version = "0.1.0"
21730dependencies = [
21731 "agent_settings",
21732 "any_vec",
21733 "anyhow",
21734 "async-recursion",
21735 "chrono",
21736 "client",
21737 "clock",
21738 "collections",
21739 "component",
21740 "db",
21741 "fs",
21742 "futures 0.3.32",
21743 "git",
21744 "gpui",
21745 "http_client",
21746 "itertools 0.14.0",
21747 "language",
21748 "log",
21749 "markdown",
21750 "menu",
21751 "node_runtime",
21752 "parking_lot",
21753 "postage",
21754 "pretty_assertions",
21755 "project",
21756 "release_channel",
21757 "remote",
21758 "schemars",
21759 "serde",
21760 "serde_json",
21761 "session",
21762 "settings",
21763 "smallvec",
21764 "sqlez",
21765 "strum 0.27.2",
21766 "task",
21767 "telemetry",
21768 "tempfile",
21769 "theme",
21770 "theme_settings",
21771 "ui",
21772 "util",
21773 "uuid",
21774 "vim_mode_setting",
21775 "windows 0.61.3",
21776 "zed_actions",
21777 "zlog",
21778]
21779
21780[[package]]
21781name = "worktree"
21782version = "0.1.0"
21783dependencies = [
21784 "anyhow",
21785 "async-lock 2.8.0",
21786 "chardetng",
21787 "clock",
21788 "collections",
21789 "encoding_rs",
21790 "fs",
21791 "futures 0.3.32",
21792 "fuzzy",
21793 "git",
21794 "gpui",
21795 "ignore",
21796 "language",
21797 "log",
21798 "parking_lot",
21799 "paths",
21800 "postage",
21801 "pretty_assertions",
21802 "rand 0.9.3",
21803 "rpc",
21804 "serde",
21805 "serde_json",
21806 "settings",
21807 "smallvec",
21808 "smol",
21809 "sum_tree",
21810 "text",
21811 "tracing",
21812 "util",
21813 "worktree",
21814 "zlog",
21815 "ztracing",
21816]
21817
21818[[package]]
21819name = "worktree_benchmarks"
21820version = "0.1.0"
21821dependencies = [
21822 "fs",
21823 "gpui_platform",
21824 "settings",
21825 "worktree",
21826]
21827
21828[[package]]
21829name = "wprcontrol"
21830version = "0.1.0"
21831source = "git+https://github.com/zed-industries/wprcontrol?rev=cd811f7#cd811f7d744f65291e13131b1d907fda63ed91a1"
21832dependencies = [
21833 "windows 0.61.3",
21834 "windows-bindgen",
21835 "windows-core 0.61.2",
21836 "windows-link 0.2.1",
21837]
21838
21839[[package]]
21840name = "writeable"
21841version = "0.6.1"
21842source = "registry+https://github.com/rust-lang/crates.io-index"
21843checksum = "ea2f10b9bb0928dfb1b42b65e1f9e36f7f54dbdf08457afefb38afcdec4fa2bb"
21844
21845[[package]]
21846name = "wyz"
21847version = "0.5.1"
21848source = "registry+https://github.com/rust-lang/crates.io-index"
21849checksum = "05f360fc0b24296329c78fda852a1e9ae82de9cf7b27dae4b7f62f118f77b9ed"
21850dependencies = [
21851 "tap",
21852]
21853
21854[[package]]
21855name = "x11"
21856version = "2.21.0"
21857source = "registry+https://github.com/rust-lang/crates.io-index"
21858checksum = "502da5464ccd04011667b11c435cb992822c2c0dbde1770c988480d312a0db2e"
21859dependencies = [
21860 "libc",
21861 "pkg-config",
21862]
21863
21864[[package]]
21865name = "x11-clipboard"
21866version = "0.9.3"
21867source = "registry+https://github.com/rust-lang/crates.io-index"
21868checksum = "662d74b3d77e396b8e5beb00b9cad6a9eccf40b2ef68cc858784b14c41d535a3"
21869dependencies = [
21870 "libc",
21871 "x11rb",
21872]
21873
21874[[package]]
21875name = "x11rb"
21876version = "0.13.2"
21877source = "registry+https://github.com/rust-lang/crates.io-index"
21878checksum = "9993aa5be5a26815fe2c3eacfc1fde061fc1a1f094bf1ad2a18bf9c495dd7414"
21879dependencies = [
21880 "as-raw-xcb-connection",
21881 "gethostname",
21882 "libc",
21883 "rustix 1.1.2",
21884 "x11rb-protocol",
21885 "xcursor",
21886]
21887
21888[[package]]
21889name = "x11rb-protocol"
21890version = "0.13.2"
21891source = "registry+https://github.com/rust-lang/crates.io-index"
21892checksum = "ea6fc2961e4ef194dcbfe56bb845534d0dc8098940c7e5c012a258bfec6701bd"
21893
21894[[package]]
21895name = "x_ai"
21896version = "0.1.0"
21897dependencies = [
21898 "anyhow",
21899 "language_model_core",
21900 "schemars",
21901 "serde",
21902 "strum 0.27.2",
21903 "tiktoken-rs",
21904]
21905
21906[[package]]
21907name = "xattr"
21908version = "0.2.3"
21909source = "registry+https://github.com/rust-lang/crates.io-index"
21910checksum = "6d1526bbe5aaeb5eb06885f4d987bcdfa5e23187055de9b83fe00156a821fabc"
21911dependencies = [
21912 "libc",
21913]
21914
21915[[package]]
21916name = "xcb"
21917version = "1.6.0"
21918source = "registry+https://github.com/rust-lang/crates.io-index"
21919checksum = "f07c123b796139bfe0603e654eaf08e132e52387ba95b252c78bad3640ba37ea"
21920dependencies = [
21921 "bitflags 1.3.2",
21922 "libc",
21923 "quick-xml 0.30.0",
21924 "x11",
21925]
21926
21927[[package]]
21928name = "xcursor"
21929version = "0.3.10"
21930source = "registry+https://github.com/rust-lang/crates.io-index"
21931checksum = "bec9e4a500ca8864c5b47b8b482a73d62e4237670e5b5f1d6b9e3cae50f28f2b"
21932
21933[[package]]
21934name = "xim-ctext"
21935version = "0.3.0"
21936source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21937dependencies = [
21938 "encoding_rs",
21939]
21940
21941[[package]]
21942name = "xim-parser"
21943version = "0.2.1"
21944source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
21945dependencies = [
21946 "bitflags 2.10.0",
21947]
21948
21949[[package]]
21950name = "xkbcommon"
21951version = "0.8.0"
21952source = "registry+https://github.com/rust-lang/crates.io-index"
21953checksum = "8d66ca9352cbd4eecbbc40871d8a11b4ac8107cfc528a6e14d7c19c69d0e1ac9"
21954dependencies = [
21955 "as-raw-xcb-connection",
21956 "libc",
21957 "memmap2",
21958 "xkeysym",
21959]
21960
21961[[package]]
21962name = "xkeysym"
21963version = "0.2.1"
21964source = "registry+https://github.com/rust-lang/crates.io-index"
21965checksum = "b9cc00251562a284751c9973bace760d86c0276c471b4be569fe6b068ee97a56"
21966
21967[[package]]
21968name = "xml-rs"
21969version = "0.8.28"
21970source = "registry+https://github.com/rust-lang/crates.io-index"
21971checksum = "3ae8337f8a065cfc972643663ea4279e04e7256de865aa66fe25cec5fb912d3f"
21972
21973[[package]]
21974name = "xml5ever"
21975version = "0.18.1"
21976source = "registry+https://github.com/rust-lang/crates.io-index"
21977checksum = "9bbb26405d8e919bc1547a5aa9abc95cbfa438f04844f5fdd9dc7596b748bf69"
21978dependencies = [
21979 "log",
21980 "mac",
21981 "markup5ever 0.12.1",
21982]
21983
21984[[package]]
21985name = "xmlparser"
21986version = "0.13.6"
21987source = "registry+https://github.com/rust-lang/crates.io-index"
21988checksum = "66fee0b777b0f5ac1c69bb06d361268faafa61cd4682ae064a171c16c433e9e4"
21989
21990[[package]]
21991name = "xmlwriter"
21992version = "0.1.0"
21993source = "registry+https://github.com/rust-lang/crates.io-index"
21994checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
21995
21996[[package]]
21997name = "xtask"
21998version = "0.1.0"
21999dependencies = [
22000 "annotate-snippets",
22001 "anyhow",
22002 "backtrace",
22003 "cargo_metadata 0.19.2",
22004 "cargo_toml",
22005 "clap",
22006 "compliance",
22007 "gh-workflow",
22008 "indexmap",
22009 "indoc",
22010 "itertools 0.14.0",
22011 "regex",
22012 "serde",
22013 "serde_json",
22014 "serde_yaml",
22015 "strum 0.27.2",
22016 "tokio",
22017 "toml 0.8.23",
22018 "toml_edit 0.22.27",
22019]
22020
22021[[package]]
22022name = "y4m"
22023version = "0.8.0"
22024source = "registry+https://github.com/rust-lang/crates.io-index"
22025checksum = "7a5a4b21e1a62b67a2970e6831bc091d7b87e119e7f9791aef9702e3bef04448"
22026
22027[[package]]
22028name = "yaml-rust2"
22029version = "0.8.1"
22030source = "registry+https://github.com/rust-lang/crates.io-index"
22031checksum = "8902160c4e6f2fb145dbe9d6760a75e3c9522d8bf796ed7047c85919ac7115f8"
22032dependencies = [
22033 "arraydeque",
22034 "encoding_rs",
22035 "hashlink 0.8.4",
22036]
22037
22038[[package]]
22039name = "yansi"
22040version = "1.0.1"
22041source = "registry+https://github.com/rust-lang/crates.io-index"
22042checksum = "cfe53a6657fd280eaa890a3bc59152892ffa3e30101319d168b781ed6529b049"
22043
22044[[package]]
22045name = "yawc"
22046version = "0.2.5"
22047source = "registry+https://github.com/rust-lang/crates.io-index"
22048checksum = "19a5d82922135b4ae73a079a4ffb5501e9aadb4d785b8c660eaa0a8b899028c5"
22049dependencies = [
22050 "base64 0.22.1",
22051 "bytes 1.11.1",
22052 "flate2",
22053 "futures 0.3.32",
22054 "http-body-util",
22055 "hyper 1.7.0",
22056 "hyper-util",
22057 "js-sys",
22058 "nom 8.0.0",
22059 "pin-project",
22060 "rand 0.8.5",
22061 "sha1",
22062 "thiserror 1.0.69",
22063 "tokio",
22064 "tokio-rustls 0.26.2",
22065 "tokio-util",
22066 "url",
22067 "wasm-bindgen",
22068 "wasm-bindgen-futures",
22069 "web-sys",
22070 "webpki-roots",
22071]
22072
22073[[package]]
22074name = "yazi"
22075version = "0.2.1"
22076source = "registry+https://github.com/rust-lang/crates.io-index"
22077checksum = "e01738255b5a16e78bbb83e7fbba0a1e7dd506905cfc53f4622d89015a03fbb5"
22078
22079[[package]]
22080name = "yeslogic-fontconfig-sys"
22081version = "6.0.0"
22082source = "registry+https://github.com/rust-lang/crates.io-index"
22083checksum = "503a066b4c037c440169d995b869046827dbc71263f6e8f3be6d77d4f3229dbd"
22084dependencies = [
22085 "dlib",
22086 "once_cell",
22087 "pkg-config",
22088]
22089
22090[[package]]
22091name = "yoke"
22092version = "0.7.5"
22093source = "registry+https://github.com/rust-lang/crates.io-index"
22094checksum = "120e6aef9aa629e3d4f52dc8cc43a015c7724194c97dfaf45180d2daf2b77f40"
22095dependencies = [
22096 "serde",
22097 "stable_deref_trait",
22098 "yoke-derive 0.7.5",
22099 "zerofrom",
22100]
22101
22102[[package]]
22103name = "yoke"
22104version = "0.8.0"
22105source = "registry+https://github.com/rust-lang/crates.io-index"
22106checksum = "5f41bb01b8226ef4bfd589436a297c53d118f65921786300e427be8d487695cc"
22107dependencies = [
22108 "serde",
22109 "stable_deref_trait",
22110 "yoke-derive 0.8.0",
22111 "zerofrom",
22112]
22113
22114[[package]]
22115name = "yoke-derive"
22116version = "0.7.5"
22117source = "registry+https://github.com/rust-lang/crates.io-index"
22118checksum = "2380878cad4ac9aac1e2435f3eb4020e8374b5f13c296cb75b4620ff8e229154"
22119dependencies = [
22120 "proc-macro2",
22121 "quote",
22122 "syn 2.0.117",
22123 "synstructure",
22124]
22125
22126[[package]]
22127name = "yoke-derive"
22128version = "0.8.0"
22129source = "registry+https://github.com/rust-lang/crates.io-index"
22130checksum = "38da3c9736e16c5d3c8c597a9aaa5d1fa565d0532ae05e27c24aa62fb32c0ab6"
22131dependencies = [
22132 "proc-macro2",
22133 "quote",
22134 "syn 2.0.117",
22135 "synstructure",
22136]
22137
22138[[package]]
22139name = "zbus"
22140version = "5.13.2"
22141source = "registry+https://github.com/rust-lang/crates.io-index"
22142checksum = "1bfeff997a0aaa3eb20c4652baf788d2dfa6d2839a0ead0b3ff69ce2f9c4bdd1"
22143dependencies = [
22144 "async-broadcast",
22145 "async-executor",
22146 "async-io",
22147 "async-lock 3.4.2",
22148 "async-process",
22149 "async-recursion",
22150 "async-task",
22151 "async-trait",
22152 "blocking",
22153 "enumflags2",
22154 "event-listener 5.4.1",
22155 "futures-core",
22156 "futures-lite 2.6.1",
22157 "hex",
22158 "libc",
22159 "ordered-stream",
22160 "rustix 1.1.2",
22161 "serde",
22162 "serde_repr",
22163 "tracing",
22164 "uds_windows",
22165 "uuid",
22166 "windows-sys 0.61.2",
22167 "winnow",
22168 "zbus_macros",
22169 "zbus_names",
22170 "zvariant",
22171]
22172
22173[[package]]
22174name = "zbus_macros"
22175version = "5.13.2"
22176source = "registry+https://github.com/rust-lang/crates.io-index"
22177checksum = "0bbd5a90dbe8feee5b13def448427ae314ccd26a49cac47905cafefb9ff846f1"
22178dependencies = [
22179 "proc-macro-crate",
22180 "proc-macro2",
22181 "quote",
22182 "syn 2.0.117",
22183 "zbus_names",
22184 "zvariant",
22185 "zvariant_utils",
22186]
22187
22188[[package]]
22189name = "zbus_names"
22190version = "4.3.1"
22191source = "registry+https://github.com/rust-lang/crates.io-index"
22192checksum = "ffd8af6d5b78619bab301ff3c560a5bd22426150253db278f164d6cf3b72c50f"
22193dependencies = [
22194 "serde",
22195 "winnow",
22196 "zvariant",
22197]
22198
22199[[package]]
22200name = "zed"
22201version = "0.234.0"
22202dependencies = [
22203 "acp_thread",
22204 "acp_tools",
22205 "action_log",
22206 "activity_indicator",
22207 "agent",
22208 "agent-client-protocol",
22209 "agent_servers",
22210 "agent_settings",
22211 "agent_ui",
22212 "anyhow",
22213 "ashpd",
22214 "askpass",
22215 "assets",
22216 "audio",
22217 "auto_update",
22218 "auto_update_ui",
22219 "breadcrumbs",
22220 "call",
22221 "channel",
22222 "chrono",
22223 "clap",
22224 "cli",
22225 "client",
22226 "clock",
22227 "codestral",
22228 "collab_ui",
22229 "collections",
22230 "command_palette",
22231 "component",
22232 "component_preview",
22233 "copilot",
22234 "copilot_chat",
22235 "copilot_ui",
22236 "crashes",
22237 "csv_preview",
22238 "dap_adapters",
22239 "db",
22240 "debug_adapter_extension",
22241 "debugger_tools",
22242 "debugger_ui",
22243 "dev_container",
22244 "diagnostics",
22245 "edit_prediction",
22246 "edit_prediction_ui",
22247 "editor",
22248 "encoding_selector",
22249 "env_logger 0.11.8",
22250 "etw_tracing",
22251 "extension",
22252 "extension_host",
22253 "extensions_ui",
22254 "feature_flags",
22255 "feedback",
22256 "file_finder",
22257 "fs",
22258 "futures 0.3.32",
22259 "git",
22260 "git_graph",
22261 "git_hosting_providers",
22262 "git_ui",
22263 "go_to_line",
22264 "gpui",
22265 "gpui_platform",
22266 "gpui_tokio",
22267 "http_client",
22268 "image",
22269 "image_viewer",
22270 "input_latency_ui",
22271 "inspector_ui",
22272 "install_cli",
22273 "itertools 0.14.0",
22274 "journal",
22275 "json_schema_store",
22276 "keymap_editor",
22277 "language",
22278 "language_extension",
22279 "language_model",
22280 "language_models",
22281 "language_onboarding",
22282 "language_selector",
22283 "language_tools",
22284 "languages",
22285 "line_ending_selector",
22286 "log",
22287 "markdown",
22288 "markdown_preview",
22289 "menu",
22290 "migrator",
22291 "mimalloc",
22292 "miniprofiler_ui",
22293 "nc",
22294 "node_runtime",
22295 "notifications",
22296 "onboarding",
22297 "outline",
22298 "outline_panel",
22299 "parking_lot",
22300 "paths",
22301 "picker",
22302 "pkg-config",
22303 "pretty_assertions",
22304 "profiling",
22305 "project",
22306 "project_panel",
22307 "project_symbols",
22308 "prompt_store",
22309 "proto",
22310 "rayon",
22311 "recent_projects",
22312 "release_channel",
22313 "remote",
22314 "repl",
22315 "reqwest_client",
22316 "rope",
22317 "search",
22318 "semver",
22319 "serde",
22320 "serde_json",
22321 "session",
22322 "settings",
22323 "settings_profile_selector",
22324 "settings_ui",
22325 "shellexpand",
22326 "sidebar",
22327 "smol",
22328 "snippet_provider",
22329 "snippets_ui",
22330 "svg_preview",
22331 "sysinfo 0.37.2",
22332 "system_specs",
22333 "tab_switcher",
22334 "task",
22335 "tasks_ui",
22336 "telemetry",
22337 "telemetry_events",
22338 "tempfile",
22339 "terminal_view",
22340 "theme",
22341 "theme_extension",
22342 "theme_selector",
22343 "theme_settings",
22344 "time",
22345 "time_format",
22346 "title_bar",
22347 "toolchain_selector",
22348 "tracing",
22349 "ui",
22350 "ui_prompt",
22351 "url",
22352 "urlencoding",
22353 "util",
22354 "uuid",
22355 "vim",
22356 "vim_mode_setting",
22357 "watch",
22358 "web_search",
22359 "web_search_providers",
22360 "which_key",
22361 "windows 0.61.3",
22362 "winresource",
22363 "workspace",
22364 "zed-reqwest",
22365 "zed_actions",
22366 "zed_env_vars",
22367 "zlog",
22368 "zlog_settings",
22369 "ztracing",
22370]
22371
22372[[package]]
22373name = "zed-font-kit"
22374version = "0.14.1-zed"
22375source = "git+https://github.com/zed-industries/font-kit?rev=94b0f28166665e8fd2f53ff6d268a14955c82269#94b0f28166665e8fd2f53ff6d268a14955c82269"
22376dependencies = [
22377 "bitflags 2.10.0",
22378 "byteorder",
22379 "core-foundation 0.10.0",
22380 "core-graphics 0.24.0",
22381 "core-text",
22382 "dirs",
22383 "dwrote",
22384 "float-ord",
22385 "freetype-sys",
22386 "lazy_static",
22387 "libc",
22388 "log",
22389 "pathfinder_geometry",
22390 "pathfinder_simd",
22391 "walkdir",
22392 "winapi",
22393 "yeslogic-fontconfig-sys",
22394]
22395
22396[[package]]
22397name = "zed-reqwest"
22398version = "0.12.15-zed"
22399source = "git+https://github.com/zed-industries/reqwest.git?rev=c15662463bda39148ba154100dd44d3fba5873a4#c15662463bda39148ba154100dd44d3fba5873a4"
22400dependencies = [
22401 "base64 0.22.1",
22402 "bytes 1.11.1",
22403 "encoding_rs",
22404 "futures-core",
22405 "futures-util",
22406 "h2 0.4.12",
22407 "http 1.3.1",
22408 "http-body 1.0.1",
22409 "http-body-util",
22410 "hyper 1.7.0",
22411 "hyper-rustls 0.27.7",
22412 "hyper-util",
22413 "ipnet",
22414 "js-sys",
22415 "log",
22416 "mime",
22417 "mime_guess",
22418 "once_cell",
22419 "percent-encoding",
22420 "pin-project-lite",
22421 "quinn",
22422 "rustls 0.23.33",
22423 "rustls-native-certs 0.8.2",
22424 "rustls-pemfile 2.2.0",
22425 "rustls-pki-types",
22426 "serde",
22427 "serde_json",
22428 "serde_urlencoded",
22429 "sync_wrapper 1.0.2",
22430 "system-configuration 0.6.1",
22431 "tokio",
22432 "tokio-rustls 0.26.2",
22433 "tokio-socks",
22434 "tokio-util",
22435 "tower 0.5.2",
22436 "tower-service",
22437 "url",
22438 "wasm-bindgen",
22439 "wasm-bindgen-futures",
22440 "wasm-streams",
22441 "web-sys",
22442 "windows-registry 0.4.0",
22443]
22444
22445[[package]]
22446name = "zed-scap"
22447version = "0.0.8-zed"
22448source = "git+https://github.com/zed-industries/scap?rev=4afea48c3b002197176fb19cd0f9b180dd36eaac#4afea48c3b002197176fb19cd0f9b180dd36eaac"
22449dependencies = [
22450 "anyhow",
22451 "cocoa 0.25.0",
22452 "core-graphics-helmer-fork",
22453 "log",
22454 "objc",
22455 "rand 0.8.5",
22456 "screencapturekit",
22457 "screencapturekit-sys",
22458 "sysinfo 0.31.4",
22459 "tao-core-video-sys",
22460 "windows 0.61.3",
22461 "windows-capture",
22462 "x11",
22463 "xcb",
22464]
22465
22466[[package]]
22467name = "zed-xim"
22468version = "0.4.0-zed"
22469source = "git+https://github.com/zed-industries/xim-rs.git?rev=16f35a2c881b815a2b6cdfd6687988e84f8447d8#16f35a2c881b815a2b6cdfd6687988e84f8447d8"
22470dependencies = [
22471 "ahash 0.8.12",
22472 "hashbrown 0.14.5",
22473 "log",
22474 "x11rb",
22475 "xim-ctext",
22476 "xim-parser",
22477]
22478
22479[[package]]
22480name = "zed_actions"
22481version = "0.1.0"
22482dependencies = [
22483 "gpui",
22484 "schemars",
22485 "serde",
22486 "util",
22487 "uuid",
22488]
22489
22490[[package]]
22491name = "zed_credentials_provider"
22492version = "0.1.0"
22493dependencies = [
22494 "anyhow",
22495 "credentials_provider",
22496 "futures 0.3.32",
22497 "gpui",
22498 "paths",
22499 "release_channel",
22500 "serde",
22501 "serde_json",
22502]
22503
22504[[package]]
22505name = "zed_env_vars"
22506version = "0.1.0"
22507dependencies = [
22508 "env_var",
22509]
22510
22511[[package]]
22512name = "zed_extension_api"
22513version = "0.1.0"
22514source = "registry+https://github.com/rust-lang/crates.io-index"
22515checksum = "594fd10dd0f2f853eb243e2425e7c95938cef49adb81d9602921d002c5e6d9d9"
22516dependencies = [
22517 "serde",
22518 "serde_json",
22519 "wit-bindgen 0.22.0",
22520]
22521
22522[[package]]
22523name = "zed_extension_api"
22524version = "0.7.0"
22525source = "registry+https://github.com/rust-lang/crates.io-index"
22526checksum = "0729d50b4ca0a7e28e590bbe32e3ca0194d97ef654961451a424c661a366fca0"
22527dependencies = [
22528 "serde",
22529 "serde_json",
22530 "wit-bindgen 0.41.0",
22531]
22532
22533[[package]]
22534name = "zed_extension_api"
22535version = "0.8.0"
22536dependencies = [
22537 "serde",
22538 "serde_json",
22539 "wit-bindgen 0.41.0",
22540]
22541
22542[[package]]
22543name = "zed_glsl"
22544version = "0.2.3"
22545dependencies = [
22546 "zed_extension_api 0.1.0",
22547]
22548
22549[[package]]
22550name = "zed_html"
22551version = "0.3.1"
22552dependencies = [
22553 "zed_extension_api 0.7.0",
22554]
22555
22556[[package]]
22557name = "zed_proto"
22558version = "0.3.2"
22559dependencies = [
22560 "zed_extension_api 0.7.0",
22561]
22562
22563[[package]]
22564name = "zed_test_extension"
22565version = "0.1.0"
22566dependencies = [
22567 "zed_extension_api 0.8.0",
22568]
22569
22570[[package]]
22571name = "zeno"
22572version = "0.3.3"
22573source = "registry+https://github.com/rust-lang/crates.io-index"
22574checksum = "6df3dc4292935e51816d896edcd52aa30bc297907c26167fec31e2b0c6a32524"
22575
22576[[package]]
22577name = "zerocopy"
22578version = "0.8.27"
22579source = "registry+https://github.com/rust-lang/crates.io-index"
22580checksum = "0894878a5fa3edfd6da3f88c4805f4c8558e2b996227a3d864f47fe11e38282c"
22581dependencies = [
22582 "zerocopy-derive",
22583]
22584
22585[[package]]
22586name = "zerocopy-derive"
22587version = "0.8.27"
22588source = "registry+https://github.com/rust-lang/crates.io-index"
22589checksum = "88d2b8d9c68ad2b9e4340d7832716a4d21a22a1154777ad56ea55c51a9cf3831"
22590dependencies = [
22591 "proc-macro2",
22592 "quote",
22593 "syn 2.0.117",
22594]
22595
22596[[package]]
22597name = "zerofrom"
22598version = "0.1.6"
22599source = "registry+https://github.com/rust-lang/crates.io-index"
22600checksum = "50cc42e0333e05660c3587f3bf9d0478688e15d870fab3346451ce7f8c9fbea5"
22601dependencies = [
22602 "zerofrom-derive",
22603]
22604
22605[[package]]
22606name = "zerofrom-derive"
22607version = "0.1.6"
22608source = "registry+https://github.com/rust-lang/crates.io-index"
22609checksum = "d71e5d6e06ab090c67b5e44993ec16b72dcbaabc526db883a360057678b48502"
22610dependencies = [
22611 "proc-macro2",
22612 "quote",
22613 "syn 2.0.117",
22614 "synstructure",
22615]
22616
22617[[package]]
22618name = "zeroize"
22619version = "1.8.2"
22620source = "registry+https://github.com/rust-lang/crates.io-index"
22621checksum = "b97154e67e32c85465826e8bcc1c59429aaaf107c1e4a9e53c8d8ccd5eff88d0"
22622dependencies = [
22623 "zeroize_derive",
22624]
22625
22626[[package]]
22627name = "zeroize_derive"
22628version = "1.4.2"
22629source = "registry+https://github.com/rust-lang/crates.io-index"
22630checksum = "ce36e65b0d2999d2aafac989fb249189a141aee1f53c612c1f37d72631959f69"
22631dependencies = [
22632 "proc-macro2",
22633 "quote",
22634 "syn 2.0.117",
22635]
22636
22637[[package]]
22638name = "zeromq"
22639version = "0.5.0"
22640source = "registry+https://github.com/rust-lang/crates.io-index"
22641checksum = "b32e1e46c4e278efd0c1153f2db0113924b9bc5fff9f9221853d035e2d26fadf"
22642dependencies = [
22643 "async-dispatcher",
22644 "async-std",
22645 "async-trait",
22646 "asynchronous-codec",
22647 "bytes 1.11.1",
22648 "crossbeam-queue",
22649 "futures 0.3.32",
22650 "log",
22651 "num-traits",
22652 "once_cell",
22653 "parking_lot",
22654 "rand 0.9.3",
22655 "regex",
22656 "scc",
22657 "thiserror 1.0.69",
22658 "uuid",
22659]
22660
22661[[package]]
22662name = "zerotrie"
22663version = "0.2.2"
22664source = "registry+https://github.com/rust-lang/crates.io-index"
22665checksum = "36f0bbd478583f79edad978b407914f61b2972f5af6fa089686016be8f9af595"
22666dependencies = [
22667 "displaydoc",
22668 "yoke 0.8.0",
22669 "zerofrom",
22670]
22671
22672[[package]]
22673name = "zerovec"
22674version = "0.11.4"
22675source = "registry+https://github.com/rust-lang/crates.io-index"
22676checksum = "e7aa2bd55086f1ab526693ecbe444205da57e25f4489879da80635a46d90e73b"
22677dependencies = [
22678 "yoke 0.8.0",
22679 "zerofrom",
22680 "zerovec-derive",
22681]
22682
22683[[package]]
22684name = "zerovec-derive"
22685version = "0.11.1"
22686source = "registry+https://github.com/rust-lang/crates.io-index"
22687checksum = "5b96237efa0c878c64bd89c436f661be4e46b2f3eff1ebb976f7ef2321d2f58f"
22688dependencies = [
22689 "proc-macro2",
22690 "quote",
22691 "syn 2.0.117",
22692]
22693
22694[[package]]
22695name = "zeta_prompt"
22696version = "0.1.0"
22697dependencies = [
22698 "anyhow",
22699 "imara-diff",
22700 "indoc",
22701 "serde",
22702 "strum 0.27.2",
22703]
22704
22705[[package]]
22706name = "zip"
22707version = "0.6.6"
22708source = "registry+https://github.com/rust-lang/crates.io-index"
22709checksum = "760394e246e4c28189f19d488c058bf16f564016aefac5d32bb1f3b51d5e9261"
22710dependencies = [
22711 "aes",
22712 "byteorder",
22713 "bzip2 0.4.4",
22714 "constant_time_eq",
22715 "crc32fast",
22716 "crossbeam-utils",
22717 "flate2",
22718 "hmac",
22719 "pbkdf2 0.11.0",
22720 "sha1",
22721 "time",
22722 "zstd",
22723]
22724
22725[[package]]
22726name = "zip"
22727version = "1.1.4"
22728source = "registry+https://github.com/rust-lang/crates.io-index"
22729checksum = "9cc23c04387f4da0374be4533ad1208cbb091d5c11d070dfef13676ad6497164"
22730dependencies = [
22731 "arbitrary",
22732 "crc32fast",
22733 "crossbeam-utils",
22734 "displaydoc",
22735 "indexmap",
22736 "num_enum",
22737 "thiserror 1.0.69",
22738]
22739
22740[[package]]
22741name = "zlog"
22742version = "0.1.0"
22743dependencies = [
22744 "anyhow",
22745 "chrono",
22746 "collections",
22747 "log",
22748 "tempfile",
22749]
22750
22751[[package]]
22752name = "zlog_settings"
22753version = "0.1.0"
22754dependencies = [
22755 "collections",
22756 "gpui",
22757 "settings",
22758 "zlog",
22759]
22760
22761[[package]]
22762name = "zstd"
22763version = "0.11.2+zstd.1.5.2"
22764source = "registry+https://github.com/rust-lang/crates.io-index"
22765checksum = "20cc960326ece64f010d2d2107537f26dc589a6573a316bd5b1dba685fa5fde4"
22766dependencies = [
22767 "zstd-safe",
22768]
22769
22770[[package]]
22771name = "zstd-safe"
22772version = "5.0.2+zstd.1.5.2"
22773source = "registry+https://github.com/rust-lang/crates.io-index"
22774checksum = "1d2a5585e04f9eea4b2a3d1eca508c4dee9592a89ef6f450c11719da0726f4db"
22775dependencies = [
22776 "libc",
22777 "zstd-sys",
22778]
22779
22780[[package]]
22781name = "zstd-sys"
22782version = "2.0.16+zstd.1.5.7"
22783source = "registry+https://github.com/rust-lang/crates.io-index"
22784checksum = "91e19ebc2adc8f83e43039e79776e3fda8ca919132d68a1fed6a5faca2683748"
22785dependencies = [
22786 "cc",
22787 "pkg-config",
22788]
22789
22790[[package]]
22791name = "ztracing"
22792version = "0.1.0"
22793dependencies = [
22794 "tracing",
22795 "tracing-subscriber",
22796 "tracing-tracy",
22797 "tracy-client",
22798 "zlog",
22799 "ztracing_macro",
22800]
22801
22802[[package]]
22803name = "ztracing_macro"
22804version = "0.1.0"
22805
22806[[package]]
22807name = "zune-core"
22808version = "0.4.12"
22809source = "registry+https://github.com/rust-lang/crates.io-index"
22810checksum = "3f423a2c17029964870cfaabb1f13dfab7d092a62a29a89264f4d36990ca414a"
22811
22812[[package]]
22813name = "zune-core"
22814version = "0.5.1"
22815source = "registry+https://github.com/rust-lang/crates.io-index"
22816checksum = "cb8a0807f7c01457d0379ba880ba6322660448ddebc890ce29bb64da71fb40f9"
22817
22818[[package]]
22819name = "zune-inflate"
22820version = "0.2.54"
22821source = "registry+https://github.com/rust-lang/crates.io-index"
22822checksum = "73ab332fe2f6680068f3582b16a24f90ad7096d5d39b974d1c0aff0125116f02"
22823dependencies = [
22824 "simd-adler32",
22825]
22826
22827[[package]]
22828name = "zune-jpeg"
22829version = "0.4.21"
22830source = "registry+https://github.com/rust-lang/crates.io-index"
22831checksum = "29ce2c8a9384ad323cf564b67da86e21d3cfdff87908bc1223ed5c99bc792713"
22832dependencies = [
22833 "zune-core 0.4.12",
22834]
22835
22836[[package]]
22837name = "zune-jpeg"
22838version = "0.5.15"
22839source = "registry+https://github.com/rust-lang/crates.io-index"
22840checksum = "27bc9d5b815bc103f142aa054f561d9187d191692ec7c2d1e2b4737f8dbd7296"
22841dependencies = [
22842 "zune-core 0.5.1",
22843]
22844
22845[[package]]
22846name = "zvariant"
22847version = "5.9.2"
22848source = "registry+https://github.com/rust-lang/crates.io-index"
22849checksum = "68b64ef4f40c7951337ddc7023dd03528a57a3ce3408ee9da5e948bd29b232c4"
22850dependencies = [
22851 "endi",
22852 "enumflags2",
22853 "serde",
22854 "serde_bytes",
22855 "winnow",
22856 "zvariant_derive",
22857 "zvariant_utils",
22858]
22859
22860[[package]]
22861name = "zvariant_derive"
22862version = "5.9.2"
22863source = "registry+https://github.com/rust-lang/crates.io-index"
22864checksum = "484d5d975eb7afb52cc6b929c13d3719a20ad650fea4120e6310de3fc55e415c"
22865dependencies = [
22866 "proc-macro-crate",
22867 "proc-macro2",
22868 "quote",
22869 "syn 2.0.117",
22870 "zvariant_utils",
22871]
22872
22873[[package]]
22874name = "zvariant_utils"
22875version = "3.3.0"
22876source = "registry+https://github.com/rust-lang/crates.io-index"
22877checksum = "f75c23a64ef8f40f13a6989991e643554d9bef1d682a281160cf0c1bc389c5e9"
22878dependencies = [
22879 "proc-macro2",
22880 "quote",
22881 "serde",
22882 "syn 2.0.117",
22883 "winnow",
22884]